@charset "UTF-8";.ag-icon {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ag-icon-aggregation::before {
  content: var(--ag-icon-font-code-aggregation, "\f101");
}

.ag-icon-arrows::before {
  content: var(--ag-icon-font-code-arrows, "\f102");
}

.ag-icon-asc::before {
  content: var(--ag-icon-font-code-asc, "\f103");
}

.ag-icon-cancel::before {
  content: var(--ag-icon-font-code-cancel, "\f104");
}

.ag-icon-chart::before {
  content: var(--ag-icon-font-code-chart, "\f105");
}

.ag-icon-checkbox-checked::before {
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
}

.ag-icon-checkbox-indeterminate::before {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
}

.ag-icon-checkbox-unchecked::before {
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
}

.ag-icon-color-picker::before {
  content: var(--ag-icon-font-code-color-picker, "\f109");
}

.ag-icon-columns::before {
  content: var(--ag-icon-font-code-columns, "\f10a");
}

.ag-icon-contracted::before {
  content: var(--ag-icon-font-code-contracted, "\f10b");
}

.ag-icon-copy::before {
  content: var(--ag-icon-font-code-copy, "\f10c");
}

.ag-icon-cross::before {
  content: var(--ag-icon-font-code-cross, "\f10d");
}

.ag-icon-csv::before {
  content: var(--ag-icon-font-code-csv, "\f10e");
}

.ag-icon-desc::before {
  content: var(--ag-icon-font-code-desc, "\f10f");
}

.ag-icon-excel::before {
  content: var(--ag-icon-font-code-excel, "\f110");
}

.ag-icon-expanded::before {
  content: var(--ag-icon-font-code-expanded, "\f111");
}

.ag-icon-eye-slash::before {
  content: var(--ag-icon-font-code-eye-slash, "\f112");
}

.ag-icon-eye::before {
  content: var(--ag-icon-font-code-eye, "\f113");
}

.ag-icon-filter::before {
  content: var(--ag-icon-font-code-filter, "\f114");
}

.ag-icon-first::before {
  content: var(--ag-icon-font-code-first, "\f115");
}

.ag-icon-grip::before {
  content: var(--ag-icon-font-code-grip, "\f116");
}

.ag-icon-group::before {
  content: var(--ag-icon-font-code-group, "\f117");
}

.ag-icon-last::before {
  content: var(--ag-icon-font-code-last, "\f118");
}

.ag-icon-left::before {
  content: var(--ag-icon-font-code-left, "\f119");
}

.ag-icon-linked::before {
  content: var(--ag-icon-font-code-linked, "\f11a");
}

.ag-icon-loading::before {
  content: var(--ag-icon-font-code-loading, "\f11b");
}

.ag-icon-maximize::before {
  content: var(--ag-icon-font-code-maximize, "\f11c");
}

.ag-icon-menu::before {
  content: var(--ag-icon-font-code-menu, "\f11d");
}

.ag-icon-minimize::before {
  content: var(--ag-icon-font-code-minimize, "\f11e");
}

.ag-icon-next::before {
  content: var(--ag-icon-font-code-next, "\f11f");
}

.ag-icon-none::before {
  content: var(--ag-icon-font-code-none, "\f120");
}

.ag-icon-not-allowed::before {
  content: var(--ag-icon-font-code-not-allowed, "\f121");
}

.ag-icon-paste::before {
  content: var(--ag-icon-font-code-paste, "\f122");
}

.ag-icon-pin::before {
  content: var(--ag-icon-font-code-pin, "\f123");
}

.ag-icon-pivot::before {
  content: var(--ag-icon-font-code-pivot, "\f124");
}

.ag-icon-previous::before {
  content: var(--ag-icon-font-code-previous, "\f125");
}

.ag-icon-radio-button-off::before {
  content: var(--ag-icon-font-code-radio-button-off, "\f126");
}

.ag-icon-radio-button-on::before {
  content: var(--ag-icon-font-code-radio-button-on, "\f127");
}

.ag-icon-right::before {
  content: var(--ag-icon-font-code-right, "\f128");
}

.ag-icon-save::before {
  content: var(--ag-icon-font-code-save, "\f129");
}

.ag-icon-small-down::before {
  content: var(--ag-icon-font-code-small-down, "\f12a");
}

.ag-icon-small-left::before {
  content: var(--ag-icon-font-code-small-left, "\f12b");
}

.ag-icon-small-right::before {
  content: var(--ag-icon-font-code-small-right, "\f12c");
}

.ag-icon-small-up::before {
  content: var(--ag-icon-font-code-small-up, "\f12d");
}

.ag-icon-tick::before {
  content: var(--ag-icon-font-code-tick, "\f12e");
}

.ag-icon-tree-closed::before {
  content: var(--ag-icon-font-code-tree-closed, "\f12f");
}

.ag-icon-tree-indeterminate::before {
  content: var(--ag-icon-font-code-tree-indeterminate, "\f130");
}

.ag-icon-tree-open::before {
  content: var(--ag-icon-font-code-tree-open, "\f131");
}

.ag-icon-unlinked::before {
  content: var(--ag-icon-font-code-unlinked, "\f132");
}

.ag-icon-row-drag::before {
  content: var(--ag-icon-font-code-grip);
}

.ag-left-arrow::before {
  content: var(--ag-icon-font-code-left);
}

.ag-right-arrow::before {
  content: var(--ag-icon-font-code-right);
}

[class*=ag-theme-] {
  --ag-foreground-color: #000;
  --ag-data-color: var(--ag-foreground-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-header-foreground-color: var(--ag-secondary-foreground-color);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.5);
  --ag-background-color: #fff;
  --ag-header-background-color: transparent;
  --ag-subheader-background-color: transparent;
  --ag-subheader-toolbar-background-color: transparent;
  --ag-control-panel-background-color: transparent;
  --ag-side-button-selected-background-color: var(--ag-control-panel-background-color);
  --ag-selected-row-background-color: #BBB;
  --ag-odd-row-background-color: var(--ag-background-color);
  --ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
  --ag-row-hover-color: transparent;
  --ag-column-hover-color: transparent;
  --ag-range-selection-border-color: var(--ag-foreground-color);
  --ag-range-selection-border-style: solid;
  --ag-range-selection-background-color: rgba(0, 0, 0, 0.2);
  --ag-range-selection-background-color-2: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-3: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-4: var(--ag-range-selection-background-color);
  --ag-range-selection-highlight-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-width: 0;
  --ag-selected-tab-underline-transition-speed: 0s;
  --ag-range-selection-chart-category-background-color: rgba(0, 255, 132, 0.1);
  --ag-range-selection-chart-background-color: rgba(0, 88, 255, 0.1);
  --ag-header-cell-hover-background-color: transparent;
  --ag-header-cell-moving-background-color: var(--ag-background-color);
  --ag-value-change-value-highlight-background-color: rgba(22, 160, 133, 0.5);
  --ag-value-change-delta-up-color: #43a047;
  --ag-value-change-delta-down-color: #e53935;
  --ag-chip-background-color: transparent;
  --ag-borders: solid 1px;
  --ag-border-color: rgba(0, 0, 0, 0.25);
  --ag-borders-critical: var(--ag-borders);
  --ag-borders-secondary: var(--ag-borders);
  --ag-secondary-border-color: var(--ag-border-color);
  --ag-borders-row: var(--ag-borders-secondary);
  --ag-cell-horizontal-border: solid transparent;
  --ag-borders-input: var(--ag-borders-secondary);
  --ag-input-border-color: var(--ag-secondary-border-color);
  --ag-borders-input-invalid: solid 2px;
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-borders-side-button: var(--ag-borders);
  --ag-border-radius: 0px;
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-header-column-separator-display: none;
  --ag-header-column-separator-height: 100%;
  --ag-header-column-separator-width: 1px;
  --ag-header-column-separator-color: var(--ag-secondary-border-color);
  --ag-header-column-resize-handle-display: none;
  --ag-header-column-resize-handle-height: 50%;
  --ag-header-column-resize-handle-width: 1px;
  --ag-header-column-resize-handle-color: var(--ag-secondary-border-color);
  --ag-invalid-color: red;
  --ag-input-disabled-border-color: var(--ag-input-border-color);
  --ag-input-disabled-background-color: transparent;
  --ag-checkbox-background-color: transparent;
  --ag-checkbox-border-radius: var(--ag-border-radius);
  --ag-checkbox-checked-color: var(--ag-foreground-color);
  --ag-checkbox-unchecked-color: var(--ag-foreground-color);
  --ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-switch-background-color: var(--ag-background-color);
  --ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);
  --ag-toggle-button-border-width: 1px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);
  --ag-input-focus-box-shadow: none;
  --ag-input-focus-border-color: none;
  --ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);
  --ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);
  --ag-grid-size: 4px;
  --ag-icon-size: 12px;
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: var(--ag-grid-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);
  --ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);
  --ag-header-height: var(--ag-row-height);
  --ag-list-item-height: calc(var(--ag-grid-size) * 5);
  --ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));
  --ag-filter-tool-panel-group-indent: 16px;
  --ag-tab-min-width: 220px;
  --ag-menu-min-width: 181px;
  --ag-side-bar-panel-width: 200px;
  --ag-font-family: "Helvetica Neue", sans-serif;
  --ag-font-size: 14px;
  --ag-card-radius: var(--ag-border-radius);
  --ag-card-shadow: none;
  --ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.ag-root-wrapper, .ag-sticky-top, .ag-dnd-ghost {
  background-color: var(--ag-background-color);
}

[class*=ag-theme-] {
  -webkit-font-smoothing: antialiased;
  font-family: var(--ag-font-family);
  font-size: var(--ag-font-size);
  line-height: normal;
  color: var(--ag-foreground-color);
}

ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block;
}

.ag-hidden {
  display: none !important;
}

.ag-invisible {
  visibility: hidden !important;
}

.ag-no-transition {
  transition: none !important;
}

.ag-drag-handle {
  cursor: grab;
}

.ag-column-drop-wrapper {
  display: flex;
}

.ag-column-drop-horizontal-half-width {
  display: inline-block;
  width: 50% !important;
}

.ag-unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.ag-selectable {
  -moz-user-select: text;
  -webkit-user-select: text;
  user-select: text;
}

.ag-tab {
  position: relative;
}

.ag-tab-guard {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
}

.ag-select-agg-func-popup {
  position: absolute;
}

.ag-input-wrapper, .ag-picker-field-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  line-height: normal;
  position: relative;
}

.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right;
}

@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.ag-root-wrapper {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}

.ag-watermark {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0.5;
  transition: opacity 1s ease-out 3s;
}
.ag-watermark::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIzNSA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuNjM1NzIzLDAsMCwwLjYzNTcyMywtNDkyLjkyMSwtMzIzLjYwOCkiPgogICAgICAgIDxwYXRoIGQ9Ik0xMDk5LjQsNTQ5LjRMMTA5OS40LDUzNi45TDEwNzguMSw1MzYuOUwxMDY1LjYsNTQ5LjRMMTA5OS40LDU0OS40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTEyMy40LDUxOC40TDEwOTYuNyw1MTguNEwxMDg0LjEsNTMwLjlMMTEyMy40LDUzMC45TDExMjMuNCw1MTguNFoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwNTMuMiw1NjEuOUwxMDU5LjYsNTU1LjVMMTA4MS4yLDU1NS41TDEwODEuMiw1NjhMMTA1My4yLDU2OEwxMDUzLjIsNTYxLjlaIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDU3LjksNTQzLjNMMTA3MS43LDU0My4zTDEwODQuMyw1MzAuOEwxMDU3LjksNTMwLjhMMTA1Ny45LDU0My4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNMTA0Mi44LDU2MS45TDEwNTMuMiw1NjEuOUwxMDY1LjYsNTQ5LjRMMTA0Mi44LDU0OS40TDEwNDIuOCw1NjEuOVoiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICAgICAgPHBhdGggZD0iTTEwOTYuNyw1MTguNEwxMDkwLjMsNTI0LjhMMTA0OS41LDUyNC44TDEwNDkuNSw1MTIuM0wxMDk2LjcsNTEyLjNMMTA5Ni43LDUxOC40WiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNODI4LjYsNTU5LjdMODA5LDU1OS43TDgwNS42LDU2OC4xTDc5Nyw1NjguMUw4MTUuMSw1MjUuN0w4MjIuNiw1MjUuN0w4NDAuNyw1NjguMUw4MzIsNTY4LjFMODI4LjYsNTU5LjdaTTgyNS45LDU1M0w4MTguOCw1MzUuN0w4MTEuNyw1NTNMODI1LjksNTUzWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTYwLjEsNTQxLjNDOTYyLjYsNTM3LjYgOTY4LjksNTM3LjIgOTcxLjUsNTM3LjJMOTcxLjUsNTQ0LjRDOTY4LjMsNTQ0LjQgOTY1LjEsNTQ0LjUgOTYzLjIsNTQ1LjlDOTYxLjMsNTQ3LjMgOTYwLjMsNTQ5LjIgOTYwLjMsNTUxLjVMOTYwLjMsNTY4LjFMOTUyLjUsNTY4LjFMOTUyLjUsNTM3LjJMOTYwLDUzNy4yTDk2MC4xLDU0MS4zWiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTM3LjIiIHdpZHRoPSI3LjgiIGhlaWdodD0iMzAuOSIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTsiLz4KICAgICAgICA8cmVjdCB4PSI5NzUuOCIgeT0iNTIzLjQiIHdpZHRoPSI3LjgiIGhlaWdodD0iOS4yIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpOyIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDIyLjMsNTIzLjRMMTAyMi4zLDU2OC4xTDEwMTQuOCw1NjguMUwxMDE0LjYsNTYzLjRDMTAxMy41LDU2NSAxMDEyLjEsNTY2LjMgMTAxMC40LDU2Ny4zQzEwMDguNyw1NjguMiAxMDA2LjYsNTY4LjcgMTAwNC4yLDU2OC43QzEwMDIuMSw1NjguNyAxMDAwLjEsNTY4LjMgOTk4LjQsNTY3LjZDOTk2LjYsNTY2LjggOTk1LDU2NS44IDk5My43LDU2NC40Qzk5Mi40LDU2MyA5OTEuMyw1NjEuMyA5OTAuNiw1NTkuNEM5ODkuOCw1NTcuNSA5ODkuNSw1NTUuMyA5ODkuNSw1NTIuOUM5ODkuNSw1NTAuNSA5ODkuOSw1NDguMyA5OTAuNiw1NDYuM0M5OTEuNCw1NDQuMyA5OTIuNCw1NDIuNiA5OTMuNyw1NDEuMkM5OTUsNTM5LjggOTk2LjYsNTM4LjcgOTk4LjQsNTM3LjlDMTAwMC4yLDUzNy4xIDEwMDIuMSw1MzYuNyAxMDA0LjIsNTM2LjdDMTAwNi42LDUzNi43IDEwMDguNiw1MzcuMSAxMDEwLjMsNTM4QzEwMTIsNTM4LjkgMTAxMy40LDU0MC4xIDEwMTQuNSw1NDEuOEwxMDE0LjUsNTIzLjVMMTAyMi4zLDUyMy41TDEwMjIuMyw1MjMuNFpNMTAwNS45LDU2MkMxMDA4LjUsNTYyIDEwMTAuNSw1NjEuMSAxMDEyLjEsNTU5LjRDMTAxMy43LDU1Ny43IDEwMTQuNSw1NTUuNCAxMDE0LjUsNTUyLjZDMTAxNC41LDU0OS44IDEwMTMuNyw1NDcuNiAxMDEyLjEsNTQ1LjhDMTAxMC41LDU0NC4xIDEwMDguNSw1NDMuMiAxMDA1LjksNTQzLjJDMTAwMy40LDU0My4yIDEwMDEuMyw1NDQuMSA5OTkuOCw1NDUuOEM5OTguMiw1NDcuNSA5OTcuNCw1NDkuOCA5OTcuNCw1NTIuNkM5OTcuNCw1NTUuNCA5OTguMiw1NTcuNiA5OTkuOCw1NTkuM0MxMDAxLjQsNTYxLjEgMTAwMy40LDU2MiAxMDA1LjksNTYyIiBzdHlsZT0iZmlsbDpyZ2IoMjQsMjksMzEpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgICAgIDxwYXRoIGQ9Ik04ODUuOCw1NDQuMkw4NjYuNSw1NDQuMkw4NjYuNSw1NTAuOUw4NzcuNSw1NTAuOUM4NzcuMiw1NTQuMyA4NzUuOSw1NTYuOSA4NzMuNyw1NTlDODcxLjUsNTYxIDg2OC43LDU2MiA4NjUuMSw1NjJDODYzLjEsNTYyIDg2MS4yLDU2MS42IDg1OS42LDU2MC45Qzg1Ny45LDU2MC4yIDg1Ni41LDU1OS4yIDg1NS4zLDU1Ny44Qzg1NC4xLDU1Ni41IDg1My4yLDU1NC45IDg1Mi41LDU1M0M4NTEuOCw1NTEuMSA4NTEuNSw1NDkuMSA4NTEuNSw1NDYuOEM4NTEuNSw1NDQuNSA4NTEuOCw1NDIuNSA4NTIuNSw1NDAuNkM4NTMuMSw1MzguNyA4NTQuMSw1MzcuMiA4NTUuMyw1MzUuOEM4NTYuNSw1MzQuNSA4NTcuOSw1MzMuNSA4NTkuNiw1MzIuN0M4NjEuMyw1MzIgODYzLjEsNTMxLjYgODY1LjIsNTMxLjZDODY5LjQsNTMxLjYgODcyLjYsNTMyLjYgODc0LjgsNTM0LjZMODgwLDUyOS40Qzg3Ni4xLDUyNi40IDg3MS4xLDUyNC44IDg2NS4yLDUyNC44Qzg2MS45LDUyNC44IDg1OC45LDUyNS4zIDg1Ni4yLDUyNi40Qzg1My41LDUyNy41IDg1MS4yLDUyOC45IDg0OS4zLDUzMC44Qzg0Ny40LDUzMi43IDg0NS45LDUzNSA4NDQuOSw1MzcuN0M4NDMuOSw1NDAuNCA4NDMuNCw1NDMuNCA4NDMuNCw1NDYuNkM4NDMuNCw1NDkuOCA4NDMuOSw1NTIuOCA4NDUsNTU1LjVDODQ2LjEsNTU4LjIgODQ3LjUsNTYwLjUgODQ5LjQsNTYyLjRDODUxLjMsNTY0LjMgODUzLjYsNTY1LjggODU2LjMsNTY2LjhDODU5LDU2Ny45IDg2Miw1NjguNCA4NjUuMiw1NjguNEM4NjguNCw1NjguNCA4NzEuMyw1NjcuOSA4NzMuOSw1NjYuOEM4NzYuNSw1NjUuNyA4NzguNyw1NjQuMyA4ODAuNSw1NjIuNEM4ODIuMyw1NjAuNSA4ODMuNyw1NTguMiA4ODQuNyw1NTUuNUM4ODUuNyw1NTIuOCA4ODYuMiw1NDkuOCA4ODYuMiw1NDYuNkw4ODYuMiw1NDUuM0M4ODUuOSw1NDUuMSA4ODUuOCw1NDQuNiA4ODUuOCw1NDQuMiIgc3R5bGU9ImZpbGw6cmdiKDI0LDI5LDMxKTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8cGF0aCBkPSJNOTQ2LjgsNTQ0LjJMOTI3LjUsNTQ0LjJMOTI3LjUsNTUwLjlMOTM4LjUsNTUwLjlDOTM4LjIsNTU0LjMgOTM2LjksNTU2LjkgOTM0LjcsNTU5QzkzMi41LDU2MSA5MjkuNyw1NjIgOTI2LjEsNTYyQzkyNC4xLDU2MiA5MjIuMiw1NjEuNiA5MjAuNiw1NjAuOUM5MTguOSw1NjAuMiA5MTcuNSw1NTkuMiA5MTYuMyw1NTcuOEM5MTUuMSw1NTYuNSA5MTQuMiw1NTQuOSA5MTMuNSw1NTNDOTEyLjgsNTUxLjEgOTEyLjUsNTQ5LjEgOTEyLjUsNTQ2LjhDOTEyLjUsNTQ0LjUgOTEyLjgsNTQyLjUgOTEzLjUsNTQwLjZDOTE0LjEsNTM4LjcgOTE1LjEsNTM3LjIgOTE2LjMsNTM1LjhDOTE3LjUsNTM0LjUgOTE4LjksNTMzLjUgOTIwLjYsNTMyLjdDOTIyLjMsNTMyIDkyNC4xLDUzMS42IDkyNi4yLDUzMS42QzkzMC40LDUzMS42IDkzMy42LDUzMi42IDkzNS44LDUzNC42TDk0MSw1MjkuNEM5MzcuMSw1MjYuNCA5MzIuMSw1MjQuOCA5MjYuMiw1MjQuOEM5MjIuOSw1MjQuOCA5MTkuOSw1MjUuMyA5MTcuMiw1MjYuNEM5MTQuNSw1MjcuNSA5MTIuMiw1MjguOSA5MTAuMyw1MzAuOEM5MDguNCw1MzIuNyA5MDYuOSw1MzUgOTA1LjksNTM3LjdDOTA0LjksNTQwLjQgOTA0LjQsNTQzLjQgOTA0LjQsNTQ2LjZDOTA0LjQsNTQ5LjggOTA0LjksNTUyLjggOTA2LDU1NS41QzkwNy4xLDU1OC4yIDkwOC41LDU2MC41IDkxMC40LDU2Mi40QzkxMi4zLDU2NC4zIDkxNC42LDU2NS44IDkxNy4zLDU2Ni44QzkyMCw1NjcuOSA5MjMsNTY4LjQgOTI2LjIsNTY4LjRDOTI5LjQsNTY4LjQgOTMyLjMsNTY3LjkgOTM0LjksNTY2LjhDOTM3LjUsNTY1LjcgOTM5LjcsNTY0LjMgOTQxLjUsNTYyLjRDOTQzLjMsNTYwLjUgOTQ0LjcsNTU4LjIgOTQ1LjcsNTU1LjVDOTQ2LjcsNTUyLjggOTQ3LjIsNTQ5LjggOTQ3LjIsNTQ2LjZMOTQ3LjIsNTQ1LjNDOTQ2LjksNTQ1LjEgOTQ2LjgsNTQ0LjYgOTQ2LjgsNTQ0LjIiIHN0eWxlPSJmaWxsOnJnYigyNCwyOSwzMSk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  display: block;
  height: 40px;
  width: 170px;
  opacity: 0.5;
}

.ag-watermark-text {
  opacity: 0.5;
  font-weight: bold;
  font-family: Impact, sans-serif;
  font-size: 19px;
  padding-left: 0.7rem;
}

.ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}
.ag-root-wrapper-body.ag-layout-normal {
  flex: 1 1 auto;
  height: 0;
  min-height: 0;
}

.ag-root {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
  overflow: hidden;
  flex: 1 1 auto;
  width: 0;
}
.ag-root.ag-layout-normal {
  height: 100%;
}

.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-virtual-list-viewport,
.ag-sticky-top-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto;
}

.ag-body-viewport {
  display: flex;
}
.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ag-center-cols-viewport {
  width: 100%;
  overflow-x: auto;
}

.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}

.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%;
}

.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container,
.ag-sticky-top-container {
  position: relative;
}

.ag-header-container,
.ag-floating-top-container,
.ag-floating-bottom-container,
.ag-sticky-top-container {
  height: 100%;
  white-space: nowrap;
}

.ag-center-cols-container {
  display: block;
}

.ag-pinned-right-cols-container {
  display: block;
}

.ag-body-horizontal-scroll-container {
  height: 100%;
}

.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-sticky-top-full-width-container {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.ag-full-width-container {
  width: 100%;
}

.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.ag-virtual-list-container {
  overflow: hidden;
}

.ag-center-cols-clipper {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
}

.ag-body-horizontal-scroll {
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  position: relative;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar {
  display: none;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling, .ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active {
  display: inherit;
}

.ag-force-vertical-scroll {
  overflow-y: scroll !important;
}

.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  overflow-x: scroll;
}
.ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
  overflow-x: hidden;
}

.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.ag-header-cell-sortable {
  cursor: pointer;
}

.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap;
}

.ag-pinned-left-header {
  height: 100%;
}

.ag-pinned-right-header {
  height: 100%;
}

.ag-header-row {
  position: absolute;
  overflow: hidden;
}

.ag-header-cell {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
  opacity: 1;
}

.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  transition: opacity 0.2s;
  opacity: 0;
}

.ag-header-group-cell-label, .ag-header-cell-label {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: center;
  text-overflow: ellipsis;
  align-self: stretch;
}

.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.ag-header-cell-comp-wrapper {
  width: 100%;
  overflow: hidden;
}

.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper {
  white-space: normal;
}

.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row-reverse;
}

.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-header-cell-resize {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 8px;
  top: 0;
  cursor: ew-resize;
}
.ag-ltr .ag-header-cell-resize {
  right: -4px;
}
.ag-rtl .ag-header-cell-resize {
  left: -4px;
}

.ag-pinned-left-header .ag-header-cell-resize {
  right: -4px;
}

.ag-pinned-right-header .ag-header-cell-resize {
  left: -4px;
}

.ag-header-select-all {
  display: flex;
}

.ag-column-moving .ag-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s;
}

.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto;
}

.ag-column-select {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 3 1 0px;
}

.ag-column-select-header {
  position: relative;
  display: flex;
  flex: none;
}

.ag-column-select-header-icon {
  position: relative;
}

.ag-column-select-header-filter-wrapper {
  flex: 1 1 auto;
}

.ag-column-select-header-filter {
  width: 100%;
}

.ag-column-select-list {
  flex: 1 1 0px;
  overflow: hidden;
}

.ag-column-drop {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%;
}

.ag-column-drop-list {
  display: flex;
  align-items: center;
}

.ag-column-drop-cell {
  position: relative;
  display: flex;
  align-items: center;
}

.ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  flex: 1 1 0px;
}

.ag-column-drop-vertical-title-bar {
  display: flex;
  align-items: center;
  flex: none;
}

.ag-column-drop-vertical-list {
  position: relative;
  align-items: stretch;
  flex-grow: 1;
  flex-direction: column;
  overflow-x: auto;
}
.ag-column-drop-vertical-list > * {
  flex: none;
}

.ag-column-drop-empty .ag-column-drop-vertical-list {
  overflow: hidden;
}

.ag-column-drop-vertical-empty-message {
  display: block;
}

.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}

.ag-column-drop-cell-button {
  cursor: pointer;
}

.ag-filter-toolpanel {
  flex: 1 1 0px;
  min-width: 0;
}

.ag-filter-toolpanel-header {
  position: relative;
}

.ag-filter-toolpanel-header, .ag-filter-toolpanel-search {
  display: flex;
  align-items: center;
}
.ag-filter-toolpanel-header > *, .ag-filter-toolpanel-search > * {
  display: flex;
  align-items: center;
}

.ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s, background-color 0.1s, opacity 0.2s;
}

.ag-row-animation .ag-row.ag-after-created {
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
}

.ag-row-no-animation .ag-row {
  transition: background-color 0.1s;
}

.ag-row {
  white-space: nowrap;
  width: 100%;
}

.ag-row-loading {
  display: flex;
  align-items: center;
}

.ag-row-position-absolute {
  position: absolute;
}

.ag-row-position-relative {
  position: relative;
}

.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}

.ag-row-inline-editing {
  z-index: 1;
}

.ag-row-dragging {
  z-index: 2;
}

.ag-stub-cell {
  display: flex;
  align-items: center;
}

.ag-cell {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  height: 100%;
}

.ag-cell-value {
  flex: 1 1 auto;
}

.ag-cell-value, .ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ag-cell-wrap-text {
  white-space: normal;
  word-break: break-all;
}

.ag-cell-wrapper {
  display: flex;
  align-items: center;
}
.ag-cell-wrapper.ag-row-group {
  align-items: flex-start;
}

.ag-sparkline-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  height: 100%;
  align-items: center;
}

.ag-cell-inline-editing {
  z-index: 1;
}
.ag-cell-inline-editing .ag-cell-wrapper,
.ag-cell-inline-editing .ag-cell-edit-wrapper,
.ag-cell-inline-editing .ag-cell-editor,
.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
.ag-cell-inline-editing .ag-cell-editor input {
  height: 100%;
  width: 100%;
  line-height: normal;
}

.ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle;
}

.ag-set-filter-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.ag-set-filter-item-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ag-set-filter-item-checkbox {
  display: flex;
}

.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column;
}

.ag-filter-filter {
  flex: 1 1 0px;
}

.ag-filter-condition {
  display: flex;
  justify-content: center;
}

.ag-floating-filter-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}

.ag-floating-filter-full-body {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  align-items: center;
  overflow: hidden;
}

.ag-floating-filter-full-body > div {
  flex: 1 1 auto;
}

.ag-floating-filter-input {
  align-items: center;
  display: flex;
  width: 100%;
}
.ag-floating-filter-input > * {
  flex: 1 1 auto;
}

.ag-floating-filter-button {
  display: flex;
  flex: none;
}

.ag-dnd-ghost {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: move;
  white-space: nowrap;
  z-index: 9999;
}

.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ag-overlay-panel {
  display: flex;
  height: 100%;
  width: 100%;
}

.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ag-overlay-loading-wrapper {
  pointer-events: all;
}

.ag-popup-child {
  z-index: 5;
  top: 0;
}

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}

.ag-large-text-input {
  display: block;
}

.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}

.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}

.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}

.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}

.ag-sticky-top {
  position: absolute;
  display: flex;
  width: 100%;
}

.ag-pinned-left-sticky-top,
.ag-pinned-right-sticky-top {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ag-sticky-top-full-width-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ag-dialog, .ag-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.ag-panel-title-bar {
  display: flex;
  flex: none;
  align-items: center;
  cursor: default;
}

.ag-panel-title-bar-title {
  flex: 1 1 auto;
}

.ag-panel-title-bar-buttons {
  display: flex;
}

.ag-panel-title-bar-button {
  cursor: pointer;
}

.ag-panel-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}

.ag-dialog {
  position: absolute;
}

.ag-resizer {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}
.ag-resizer.ag-resizer-topLeft {
  top: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-resizer.ag-resizer-top {
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-resizer.ag-resizer-topRight {
  top: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-resizer.ag-resizer-right {
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
.ag-resizer.ag-resizer-bottomRight {
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-resizer.ag-resizer-bottom {
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-resizer.ag-resizer-bottomLeft {
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-resizer.ag-resizer-left {
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}

.ag-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
}

.ag-tooltip-custom {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
}

.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear;
}

.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}

.ag-opacity-zero {
  opacity: 0 !important;
}

.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
}
.ag-menu-column-select-wrapper .ag-column-select {
  height: 100%;
}

.ag-menu-list {
  display: table;
  width: 100%;
}

.ag-menu-option, .ag-menu-separator {
  display: table-row;
}

.ag-menu-option-part, .ag-menu-separator-part {
  display: table-cell;
  vertical-align: middle;
}

.ag-menu-option-text {
  white-space: nowrap;
}

.ag-compact-menu-option {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.ag-compact-menu-option-text {
  white-space: nowrap;
  flex: 1 1 auto;
}

.ag-rich-select {
  cursor: default;
  outline: none;
}

.ag-rich-select-value {
  display: flex;
  align-items: center;
}

.ag-rich-select-value-icon {
  flex: 1 1 auto;
  order: 1;
}
.ag-ltr .ag-rich-select-value-icon {
  text-align: right;
}
.ag-rtl .ag-rich-select-value-icon {
  text-align: left;
}

.ag-rich-select-list {
  position: relative;
}

.ag-rich-select-virtual-list-item {
  display: flex;
}

.ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap;
}

.ag-paging-panel {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.ag-paging-page-summary-panel {
  display: flex;
  align-items: center;
}

.ag-paging-button {
  position: relative;
}

.ag-disabled .ag-paging-page-summary-panel {
  pointer-events: none;
}

.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ag-column-select-column,
.ag-column-select-column-group,
.ag-select-agg-func-item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
}
.ag-column-select-column > *,
.ag-column-select-column-group > *,
.ag-select-agg-func-item > * {
  flex: none;
}

.ag-column-select-checkbox {
  display: flex;
}

.ag-tool-panel-horizontal-resize {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}

.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  left: -3px;
}

.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  left: -3px;
}
.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  right: -3px;
}

.ag-details-row {
  width: 100%;
}

.ag-details-row-fixed-height {
  height: 100%;
}

.ag-details-grid {
  width: 100%;
}

.ag-details-grid-fixed-height {
  height: 100%;
}

.ag-header-group-cell {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
}

.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 5px 0px;
}

.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row;
}

.ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
}

.ag-side-bar-left {
  order: -1;
  flex-direction: row;
}

.ag-side-button-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.ag-side-button-label {
  writing-mode: vertical-lr;
}

.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.ag-status-panel {
  display: inline-flex;
}

.ag-status-name-value {
  white-space: nowrap;
}

.ag-status-bar-left {
  display: inline-flex;
}

.ag-status-bar-center {
  display: inline-flex;
}

.ag-status-bar-right {
  display: inline-flex;
}

.ag-icon {
  display: block;
  speak: none;
}

.ag-group {
  position: relative;
  width: 100%;
}

.ag-group-title-bar {
  display: flex;
  align-items: center;
}

.ag-group-title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ag-group-title-bar .ag-group-title {
  cursor: default;
}

.ag-group-toolbar {
  display: flex;
  align-items: center;
}

.ag-group-container {
  display: flex;
}

.ag-disabled .ag-group-container {
  pointer-events: none;
}

.ag-group-container-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}

.ag-group-container-vertical {
  flex-direction: column;
}

.ag-column-group-icons {
  display: block;
}
.ag-column-group-icons > * {
  cursor: pointer;
}

.ag-group-item-alignment-stretch .ag-group-item {
  align-items: stretch;
}

.ag-group-item-alignment-start .ag-group-item {
  align-items: flex-start;
}

.ag-group-item-alignment-end .ag-group-item {
  align-items: flex-end;
}

.ag-toggle-button-icon {
  transition: right 0.3s;
  position: absolute;
  top: -1px;
}

.ag-input-field, .ag-select {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ag-input-field-input {
  flex: 1 1 auto;
}

.ag-floating-filter-input .ag-input-field-input[type=date] {
  width: 1px;
}

.ag-range-field {
  display: flex;
  align-items: center;
}

.ag-angle-select {
  display: flex;
  align-items: center;
}

.ag-angle-select-wrapper {
  display: flex;
}

.ag-angle-select-parent-circle {
  display: block;
  position: relative;
}

.ag-angle-select-child-circle {
  position: absolute;
}

.ag-slider-wrapper {
  display: flex;
}
.ag-slider-wrapper .ag-input-field {
  flex: 1 1 auto;
}

.ag-picker-field-display {
  flex: 1 1 auto;
}

.ag-picker-field {
  display: flex;
  align-items: center;
}

.ag-picker-field-icon {
  display: flex;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.ag-picker-field-wrapper {
  overflow: hidden;
}

.ag-label-align-right .ag-label {
  order: 1;
}
.ag-label-align-right > * {
  flex: none;
}

.ag-label-align-top {
  flex-direction: column;
  align-items: flex-start;
}
.ag-label-align-top > * {
  align-self: stretch;
}

.ag-color-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.ag-spectrum-color {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  cursor: default;
}

.ag-spectrum-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ag-spectrum-val {
  cursor: pointer;
}

.ag-spectrum-dragger {
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}

.ag-spectrum-hue {
  cursor: default;
  background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

.ag-spectrum-alpha {
  cursor: default;
}

.ag-spectrum-hue-background {
  width: 100%;
  height: 100%;
}

.ag-spectrum-alpha-background {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  width: 100%;
  height: 100%;
}

.ag-spectrum-tool {
  cursor: pointer;
}

.ag-spectrum-slider {
  position: absolute;
  pointer-events: none;
}

.ag-recent-colors {
  display: flex;
}

.ag-recent-color {
  cursor: pointer;
}

.ag-ltr .ag-column-select-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-column-select-indent-1 {
  padding-right: 20px;
}

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-row-group-indent-1 {
  padding-right: 20px;
}

.ag-ltr .ag-column-select-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-column-select-indent-2 {
  padding-right: 40px;
}

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-row-group-indent-2 {
  padding-right: 40px;
}

.ag-ltr .ag-column-select-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-column-select-indent-3 {
  padding-right: 60px;
}

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-row-group-indent-3 {
  padding-right: 60px;
}

.ag-ltr .ag-column-select-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-column-select-indent-4 {
  padding-right: 80px;
}

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-row-group-indent-4 {
  padding-right: 80px;
}

.ag-ltr .ag-column-select-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-column-select-indent-5 {
  padding-right: 100px;
}

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-row-group-indent-5 {
  padding-right: 100px;
}

.ag-ltr .ag-column-select-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-column-select-indent-6 {
  padding-right: 120px;
}

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-row-group-indent-6 {
  padding-right: 120px;
}

.ag-ltr .ag-column-select-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-column-select-indent-7 {
  padding-right: 140px;
}

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-row-group-indent-7 {
  padding-right: 140px;
}

.ag-ltr .ag-column-select-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-column-select-indent-8 {
  padding-right: 160px;
}

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-row-group-indent-8 {
  padding-right: 160px;
}

.ag-ltr .ag-column-select-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-column-select-indent-9 {
  padding-right: 180px;
}

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-row-group-indent-9 {
  padding-right: 180px;
}

.ag-ltr {
  direction: ltr;
}
.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
  flex-direction: row;
}

.ag-rtl {
  direction: rtl;
}
.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
  flex-direction: row-reverse;
}
.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
  display: block;
  transform: rotate(180deg);
}

.ag-body .ag-body-viewport {
  -webkit-overflow-scrolling: touch;
}

.ag-layout-print.ag-body-viewport {
  flex: none;
}
.ag-layout-print.ag-root-wrapper {
  display: inline-flex;
}
.ag-layout-print .ag-center-cols-clipper {
  min-width: 100%;
}
.ag-layout-print .ag-body-horizontal-scroll {
  display: none;
}
.ag-layout-print.ag-force-vertical-scroll {
  overflow-y: visible !important;
}

@media print {
  .ag-root-wrapper.ag-layout-print {
    display: table;
  }
  .ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
.ag-root-wrapper.ag-layout-print .ag-root,
.ag-root-wrapper.ag-layout-print .ag-body-viewport,
.ag-root-wrapper.ag-layout-print .ag-center-cols-container,
.ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
.ag-root-wrapper.ag-layout-print .ag-center-cols-clipper,
.ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
.ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
  }
  .ag-root-wrapper.ag-layout-print .ag-row, .ag-root-wrapper.ag-layout-print .ag-cell {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
[class^=ag-], [class^=ag-]:focus, [class^=ag-]:after, [class^=ag-]:before {
  box-sizing: border-box;
  outline: none;
}

[class^=ag-]::-ms-clear {
  display: none;
}

.ag-checkbox .ag-input-wrapper,
.ag-radio-button .ag-input-wrapper {
  overflow: visible;
}

.ag-range-field .ag-input-wrapper {
  height: 100%;
}

.ag-toggle-button {
  flex: none;
  width: unset;
  min-width: unset;
}

.ag-ltr .ag-label-align-right .ag-label {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-label-align-right .ag-label {
  margin-right: var(--ag-grid-size);
}

input[class^=ag-] {
  margin: 0;
  background-color: var(--ag-background-color);
}

textarea[class^=ag-],
select[class^=ag-] {
  background-color: var(--ag-background-color);
}

input[class^=ag-]:not([type]),
input[class^=ag-][type=text],
input[class^=ag-][type=number],
input[class^=ag-][type=tel],
input[class^=ag-][type=date],
input[class^=ag-][type=datetime-local],
textarea[class^=ag-] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: var(--ag-borders-input) var(--ag-input-border-color);
}
input[class^=ag-]:not([type]):disabled,
input[class^=ag-][type=text]:disabled,
input[class^=ag-][type=number]:disabled,
input[class^=ag-][type=tel]:disabled,
input[class^=ag-][type=date]:disabled,
input[class^=ag-][type=datetime-local]:disabled,
textarea[class^=ag-]:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
input[class^=ag-]:not([type]):focus,
input[class^=ag-][type=text]:focus,
input[class^=ag-][type=number]:focus,
input[class^=ag-][type=tel]:focus,
input[class^=ag-][type=date]:focus,
input[class^=ag-][type=datetime-local]:focus,
textarea[class^=ag-]:focus {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}
input[class^=ag-]:not([type]):invalid,
input[class^=ag-][type=text]:invalid,
input[class^=ag-][type=number]:invalid,
input[class^=ag-][type=tel]:invalid,
input[class^=ag-][type=date]:invalid,
input[class^=ag-][type=datetime-local]:invalid,
textarea[class^=ag-]:invalid {
  border: var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid);
}

input[class^=ag-][type=number] {
  -moz-appearance: textfield;
}
input[class^=ag-][type=number]::-webkit-outer-spin-button, input[class^=ag-][type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[class^=ag-][type=range] {
  padding: 0;
}

input[class^=ag-][type=button]:focus, button[class^=ag-]:focus {
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-drag-handle {
  color: var(--ag-secondary-foreground-color);
}

.ag-list-item, .ag-virtual-list-item {
  height: var(--ag-list-item-height);
}

.ag-keyboard-focus .ag-virtual-list-item:focus {
  outline: none;
}
.ag-keyboard-focus .ag-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-select-list {
  background-color: var(--ag-background-color);
  overflow-y: auto;
  overflow-x: hidden;
}

.ag-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-list-item.ag-active-item {
  background-color: var(--ag-row-hover-color);
}

.ag-select-list-item {
  padding-left: 4px;
  padding-right: 4px;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ag-select-list-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ag-select .ag-picker-field-wrapper {
  background-color: var(--ag-background-color);
  min-height: var(--ag-list-item-height);
  cursor: default;
}
.ag-select.ag-disabled .ag-picker-field-wrapper:focus {
  box-shadow: none;
}
.ag-select:not(.ag-cell-editor) {
  height: var(--ag-list-item-height);
}
.ag-select .ag-picker-field-display {
  margin: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-select .ag-picker-field-icon {
  display: flex;
  align-items: center;
}
.ag-select.ag-disabled {
  opacity: 0.5;
}

.ag-rich-select {
  background-color: var(--ag-control-panel-background-color);
}

.ag-rich-select-list {
  width: 100%;
  min-width: 200px;
  height: calc(var(--ag-row-height) * 6.5);
}

.ag-rich-select-value {
  padding: 0 var(--ag-grid-size) 0 var(--ag-cell-horizontal-padding);
  height: var(--ag-row-height);
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-rich-select-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-keyboard-focus .ag-rich-select-virtual-list-item:focus::after {
  content: none;
}
.ag-rich-select-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}

.ag-rich-select-row {
  padding-left: var(--ag-cell-horizontal-padding);
}

.ag-rich-select-row-selected {
  background-color: var(--ag-selected-row-background-color);
}

.ag-row-drag,
.ag-selection-checkbox,
.ag-group-expanded,
.ag-group-contracted {
  color: var(--ag-secondary-foreground-color);
}
.ag-ltr .ag-row-drag,
.ag-ltr .ag-selection-checkbox,
.ag-ltr .ag-group-expanded,
.ag-ltr .ag-group-contracted {
  margin-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-row-drag,
.ag-rtl .ag-selection-checkbox,
.ag-rtl .ag-group-expanded,
.ag-rtl .ag-group-contracted {
  margin-left: var(--ag-cell-widget-spacing);
}

.ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - 2px));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - 2px);
  height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  display: flex;
  align-items: center;
  flex: none;
}

.ag-group-expanded,
.ag-group-contracted {
  cursor: pointer;
}

.ag-group-title-bar-icon {
  cursor: pointer;
  flex: none;
  color: var(--ag-secondary-foreground-color);
}

.ag-ltr .ag-group-child-count {
  margin-left: 2px;
}
.ag-rtl .ag-group-child-count {
  margin-right: 2px;
}

.ag-group-title-bar {
  background-color: var(--ag-subheader-background-color);
  padding: var(--ag-grid-size);
}

.ag-group-toolbar {
  padding: var(--ag-grid-size);
  background-color: var(--ag-subheader-toolbar-background-color);
}

.ag-disabled-group-title-bar, .ag-disabled-group-container {
  opacity: 0.5;
}

.group-item {
  margin: calc(var(--ag-grid-size) * 0.5) 0;
}

.ag-label {
  white-space: nowrap;
}
.ag-ltr .ag-label {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-label {
  margin-left: var(--ag-grid-size);
}

.ag-label-align-top .ag-label {
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-angle-select[disabled] {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}
.ag-angle-select[disabled] .ag-angle-select-field {
  opacity: 0.4;
}

.ag-ltr .ag-slider-field,
.ag-ltr .ag-angle-select-field {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-slider-field,
.ag-rtl .ag-angle-select-field {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-angle-select-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px;
  border-color: var(--ag-border-color);
  background-color: var(--ag-background-color);
}

.ag-angle-select-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: var(--ag-secondary-foreground-color);
}

.ag-picker-field-wrapper {
  border: 1px solid;
  border-color: var(--ag-border-color);
  border-radius: 5px;
}
.ag-picker-field-wrapper:focus {
  box-shadow: var(--ag-input-focus-box-shadow);
}

.ag-picker-field-button {
  background-color: var(--ag-background-color);
  color: var(--ag-secondary-foreground-color);
}

.ag-dialog.ag-color-dialog {
  border-radius: 5px;
}

.ag-color-picker .ag-picker-field-display {
  height: var(--ag-icon-size);
}

.ag-color-panel {
  padding: var(--ag-grid-size);
}

.ag-spectrum-color {
  background-color: rgb(255, 0, 0);
  border-radius: 2px;
}

.ag-spectrum-tools {
  padding: 10px;
}

.ag-spectrum-sat {
  background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0));
}

.ag-spectrum-val {
  background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0));
}

.ag-spectrum-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  background: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
}

.ag-spectrum-hue-background {
  border-radius: 2px;
}

.ag-spectrum-alpha-background {
  border-radius: 2px;
}

.ag-spectrum-tool {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px;
}

.ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: rgb(248, 248, 248);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}

.ag-recent-color {
  margin: 0 3px;
}
.ag-recent-color:first-child {
  margin-left: 0;
}
.ag-recent-color:last-child {
  margin-right: 0;
}

.ag-dnd-ghost {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  overflow: hidden;
  text-overflow: ellipsis;
  border: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height) !important;
  line-height: var(--ag-header-height);
  margin: 0;
  padding: 0 calc(var(--ag-grid-size) * 2);
  transform: translateY(calc(var(--ag-grid-size) * 2));
}

.ag-dnd-ghost-icon {
  margin-right: var(--ag-grid-size);
  color: var(--ag-foreground-color);
}

.ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: var(--ag-popup-shadow);
}

.ag-dragging-range-handle .ag-dialog,
.ag-dragging-fill-handle .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}

.ag-dialog {
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}

.ag-panel {
  background-color: var(--ag-background-color);
}

.ag-panel-title-bar {
  background-color: var(--ag-header-background-color);
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
  padding: var(--ag-grid-size) var(--ag-cell-horizontal-padding);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-panel-title-bar-button {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-panel-title-bar-button {
  margin-right: var(--ag-grid-size);
}

.ag-tooltip {
  background-color: var(--ag-header-background-color);
  color: var(--ag-foreground-color);
  padding: var(--ag-grid-size);
  border: var(--ag-borders) var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  transition: opacity 1s;
  white-space: normal;
}
.ag-tooltip.ag-tooltip-hiding {
  opacity: 0;
}

.ag-tooltip-custom {
  transition: opacity 1s;
}
.ag-tooltip-custom.ag-tooltip-hiding {
  opacity: 0;
}

.ag-ltr .ag-column-select-indent-1 {
  padding-left: calc(1 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-1 {
  padding-right: calc(1 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-2 {
  padding-left: calc(2 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-2 {
  padding-right: calc(2 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-3 {
  padding-left: calc(3 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-3 {
  padding-right: calc(3 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-4 {
  padding-left: calc(4 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-4 {
  padding-right: calc(4 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-5 {
  padding-left: calc(5 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-5 {
  padding-right: calc(5 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-6 {
  padding-left: calc(6 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-6 {
  padding-right: calc(6 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-7 {
  padding-left: calc(7 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-7 {
  padding-right: calc(7 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-8 {
  padding-left: calc(8 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-8 {
  padding-right: calc(8 * var(--ag-column-select-indent-size));
}

.ag-ltr .ag-column-select-indent-9 {
  padding-left: calc(9 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-9 {
  padding-right: calc(9 * var(--ag-column-select-indent-size));
}

.ag-column-select-header-icon {
  cursor: pointer;
}

.ag-keyboard-focus .ag-column-select-header-icon:focus {
  outline: none;
}
.ag-keyboard-focus .ag-column-select-header-icon:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-ltr .ag-column-group-icons:not(:last-child),
.ag-ltr .ag-column-select-header-icon:not(:last-child),
.ag-ltr .ag-column-select-header-checkbox:not(:last-child),
.ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-ltr .ag-column-select-checkbox:not(:last-child),
.ag-ltr .ag-column-select-column-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-label:not(:last-child) {
  margin-right: var(--ag-widget-horizontal-spacing);
}
.ag-rtl .ag-column-group-icons:not(:last-child),
.ag-rtl .ag-column-select-header-icon:not(:last-child),
.ag-rtl .ag-column-select-header-checkbox:not(:last-child),
.ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-rtl .ag-column-select-checkbox:not(:last-child),
.ag-rtl .ag-column-select-column-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-label:not(:last-child) {
  margin-left: var(--ag-widget-horizontal-spacing);
}

.ag-keyboard-focus .ag-column-select-virtual-list-item:focus {
  outline: none;
}
.ag-keyboard-focus .ag-column-select-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-column-select-column-group:not(:last-child),
.ag-column-select-column:not(:last-child) {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-column-select-column-readonly,
.ag-column-select-column-group-readonly {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}

.ag-ltr .ag-column-select-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-rtl .ag-column-select-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}

.ag-column-select-virtual-list-viewport {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) 0px;
}

.ag-column-select-virtual-list-item {
  padding: 0 var(--ag-widget-container-horizontal-padding);
}

.ag-rtl {
  text-align: right;
}

.ag-root-wrapper {
  border: var(--ag-borders) var(--ag-border-color);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}

.ag-ltr .ag-row-group-indent-1 {
  padding-left: calc(1 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-1 {
  padding-right: calc(1 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-1 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-1 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}

.ag-ltr .ag-row-group-indent-2 {
  padding-left: calc(2 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-2 {
  padding-right: calc(2 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-2 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-2 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}

.ag-ltr .ag-row-group-indent-3 {
  padding-left: calc(3 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-3 {
  padding-right: calc(3 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-3 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-3 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}

.ag-ltr .ag-row-group-indent-4 {
  padding-left: calc(4 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-4 {
  padding-right: calc(4 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-4 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-4 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}

.ag-ltr .ag-row-group-indent-5 {
  padding-left: calc(5 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-5 {
  padding-right: calc(5 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-5 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-5 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}

.ag-ltr .ag-row-group-indent-6 {
  padding-left: calc(6 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-6 {
  padding-right: calc(6 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-6 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-6 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}

.ag-ltr .ag-row-group-indent-7 {
  padding-left: calc(7 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-7 {
  padding-right: calc(7 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-7 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-7 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}

.ag-ltr .ag-row-group-indent-8 {
  padding-left: calc(8 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-8 {
  padding-right: calc(8 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-8 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-8 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}

.ag-ltr .ag-row-group-indent-9 {
  padding-left: calc(9 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-9 {
  padding-right: calc(9 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-9 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-9 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}

.ag-ltr .ag-row-group-indent-10 {
  padding-left: calc(10 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-10 {
  padding-right: calc(10 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-10 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-10 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}

.ag-ltr .ag-row-group-indent-11 {
  padding-left: calc(11 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-11 {
  padding-right: calc(11 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-11 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-11 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}

.ag-ltr .ag-row-group-indent-12 {
  padding-left: calc(12 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-12 {
  padding-right: calc(12 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-12 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-12 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}

.ag-ltr .ag-row-group-indent-13 {
  padding-left: calc(13 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-13 {
  padding-right: calc(13 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-13 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-13 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}

.ag-ltr .ag-row-group-indent-14 {
  padding-left: calc(14 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-14 {
  padding-right: calc(14 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-14 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-14 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}

.ag-ltr .ag-row-group-indent-15 {
  padding-left: calc(15 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-15 {
  padding-right: calc(15 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-15 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-15 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}

.ag-ltr .ag-row-group-indent-16 {
  padding-left: calc(16 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-16 {
  padding-right: calc(16 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-16 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-16 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}

.ag-ltr .ag-row-group-indent-17 {
  padding-left: calc(17 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-17 {
  padding-right: calc(17 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-17 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-17 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}

.ag-ltr .ag-row-group-indent-18 {
  padding-left: calc(18 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-18 {
  padding-right: calc(18 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-18 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-18 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}

.ag-ltr .ag-row-group-indent-19 {
  padding-left: calc(19 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-19 {
  padding-right: calc(19 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-19 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-19 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}

.ag-ltr .ag-row-group-indent-20 {
  padding-left: calc(20 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-20 {
  padding-right: calc(20 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-20 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-20 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}

.ag-ltr .ag-row-group-indent-21 {
  padding-left: calc(21 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-21 {
  padding-right: calc(21 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-21 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-21 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}

.ag-ltr .ag-row-group-indent-22 {
  padding-left: calc(22 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-22 {
  padding-right: calc(22 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-22 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-22 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}

.ag-ltr .ag-row-group-indent-23 {
  padding-left: calc(23 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-23 {
  padding-right: calc(23 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-23 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-23 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}

.ag-ltr .ag-row-group-indent-24 {
  padding-left: calc(24 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-24 {
  padding-right: calc(24 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-24 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-24 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}

.ag-ltr .ag-row-group-indent-25 {
  padding-left: calc(25 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-25 {
  padding-right: calc(25 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-25 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-25 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}

.ag-ltr .ag-row-group-indent-26 {
  padding-left: calc(26 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-26 {
  padding-right: calc(26 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-26 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-26 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}

.ag-ltr .ag-row-group-indent-27 {
  padding-left: calc(27 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-27 {
  padding-right: calc(27 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-27 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-27 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}

.ag-ltr .ag-row-group-indent-28 {
  padding-left: calc(28 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-28 {
  padding-right: calc(28 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-28 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-28 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}

.ag-ltr .ag-row-group-indent-29 {
  padding-left: calc(29 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-29 {
  padding-right: calc(29 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-29 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-29 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}

.ag-ltr .ag-row-group-indent-30 {
  padding-left: calc(30 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-30 {
  padding-right: calc(30 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-30 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-30 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}

.ag-ltr .ag-row-group-indent-31 {
  padding-left: calc(31 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-31 {
  padding-right: calc(31 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-31 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-31 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}

.ag-ltr .ag-row-group-indent-32 {
  padding-left: calc(32 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-32 {
  padding-right: calc(32 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-32 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-32 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}

.ag-ltr .ag-row-group-indent-33 {
  padding-left: calc(33 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-33 {
  padding-right: calc(33 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-33 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-33 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}

.ag-ltr .ag-row-group-indent-34 {
  padding-left: calc(34 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-34 {
  padding-right: calc(34 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-34 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-34 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}

.ag-ltr .ag-row-group-indent-35 {
  padding-left: calc(35 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-35 {
  padding-right: calc(35 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-35 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-35 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}

.ag-ltr .ag-row-group-indent-36 {
  padding-left: calc(36 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-36 {
  padding-right: calc(36 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-36 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-36 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}

.ag-ltr .ag-row-group-indent-37 {
  padding-left: calc(37 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-37 {
  padding-right: calc(37 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-37 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-37 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}

.ag-ltr .ag-row-group-indent-38 {
  padding-left: calc(38 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-38 {
  padding-right: calc(38 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-38 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-38 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}

.ag-ltr .ag-row-group-indent-39 {
  padding-left: calc(39 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-39 {
  padding-right: calc(39 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-39 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-39 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}

.ag-ltr .ag-row-group-indent-40 {
  padding-left: calc(40 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-40 {
  padding-right: calc(40 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-40 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-40 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}

.ag-ltr .ag-row-group-indent-41 {
  padding-left: calc(41 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-41 {
  padding-right: calc(41 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-41 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-41 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}

.ag-ltr .ag-row-group-indent-42 {
  padding-left: calc(42 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-42 {
  padding-right: calc(42 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-42 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-42 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}

.ag-ltr .ag-row-group-indent-43 {
  padding-left: calc(43 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-43 {
  padding-right: calc(43 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-43 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-43 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}

.ag-ltr .ag-row-group-indent-44 {
  padding-left: calc(44 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-44 {
  padding-right: calc(44 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-44 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-44 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}

.ag-ltr .ag-row-group-indent-45 {
  padding-left: calc(45 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-45 {
  padding-right: calc(45 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-45 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-45 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}

.ag-ltr .ag-row-group-indent-46 {
  padding-left: calc(46 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-46 {
  padding-right: calc(46 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-46 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-46 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}

.ag-ltr .ag-row-group-indent-47 {
  padding-left: calc(47 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-47 {
  padding-right: calc(47 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-47 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-47 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}

.ag-ltr .ag-row-group-indent-48 {
  padding-left: calc(48 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-48 {
  padding-right: calc(48 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-48 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-48 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}

.ag-ltr .ag-row-group-indent-49 {
  padding-left: calc(49 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-49 {
  padding-right: calc(49 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-49 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-49 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}

.ag-ltr .ag-row-group-indent-50 {
  padding-left: calc(50 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-50 {
  padding-right: calc(50 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-50 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-50 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}

.ag-ltr .ag-row-group-indent-51 {
  padding-left: calc(51 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-51 {
  padding-right: calc(51 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-51 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-51 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}

.ag-ltr .ag-row-group-indent-52 {
  padding-left: calc(52 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-52 {
  padding-right: calc(52 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-52 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-52 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}

.ag-ltr .ag-row-group-indent-53 {
  padding-left: calc(53 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-53 {
  padding-right: calc(53 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-53 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-53 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}

.ag-ltr .ag-row-group-indent-54 {
  padding-left: calc(54 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-54 {
  padding-right: calc(54 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-54 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-54 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}

.ag-ltr .ag-row-group-indent-55 {
  padding-left: calc(55 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-55 {
  padding-right: calc(55 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-55 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-55 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}

.ag-ltr .ag-row-group-indent-56 {
  padding-left: calc(56 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-56 {
  padding-right: calc(56 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-56 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-56 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}

.ag-ltr .ag-row-group-indent-57 {
  padding-left: calc(57 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-57 {
  padding-right: calc(57 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-57 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-57 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}

.ag-ltr .ag-row-group-indent-58 {
  padding-left: calc(58 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-58 {
  padding-right: calc(58 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-58 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-58 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}

.ag-ltr .ag-row-group-indent-59 {
  padding-left: calc(59 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-59 {
  padding-right: calc(59 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-59 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-59 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}

.ag-ltr .ag-row-group-indent-60 {
  padding-left: calc(60 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-60 {
  padding-right: calc(60 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-60 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-60 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}

.ag-ltr .ag-row-group-indent-61 {
  padding-left: calc(61 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-61 {
  padding-right: calc(61 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-61 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-61 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}

.ag-ltr .ag-row-group-indent-62 {
  padding-left: calc(62 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-62 {
  padding-right: calc(62 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-62 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-62 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}

.ag-ltr .ag-row-group-indent-63 {
  padding-left: calc(63 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-63 {
  padding-right: calc(63 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-63 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-63 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}

.ag-ltr .ag-row-group-indent-64 {
  padding-left: calc(64 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-64 {
  padding-right: calc(64 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-64 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-64 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}

.ag-ltr .ag-row-group-indent-65 {
  padding-left: calc(65 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-65 {
  padding-right: calc(65 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-65 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-65 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}

.ag-ltr .ag-row-group-indent-66 {
  padding-left: calc(66 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-66 {
  padding-right: calc(66 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-66 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-66 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}

.ag-ltr .ag-row-group-indent-67 {
  padding-left: calc(67 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-67 {
  padding-right: calc(67 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-67 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-67 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}

.ag-ltr .ag-row-group-indent-68 {
  padding-left: calc(68 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-68 {
  padding-right: calc(68 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-68 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-68 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}

.ag-ltr .ag-row-group-indent-69 {
  padding-left: calc(69 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-69 {
  padding-right: calc(69 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-69 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-69 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}

.ag-ltr .ag-row-group-indent-70 {
  padding-left: calc(70 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-70 {
  padding-right: calc(70 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-70 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-70 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}

.ag-ltr .ag-row-group-indent-71 {
  padding-left: calc(71 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-71 {
  padding-right: calc(71 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-71 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-71 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}

.ag-ltr .ag-row-group-indent-72 {
  padding-left: calc(72 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-72 {
  padding-right: calc(72 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-72 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-72 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}

.ag-ltr .ag-row-group-indent-73 {
  padding-left: calc(73 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-73 {
  padding-right: calc(73 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-73 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-73 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}

.ag-ltr .ag-row-group-indent-74 {
  padding-left: calc(74 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-74 {
  padding-right: calc(74 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-74 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-74 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}

.ag-ltr .ag-row-group-indent-75 {
  padding-left: calc(75 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-75 {
  padding-right: calc(75 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-75 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-75 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}

.ag-ltr .ag-row-group-indent-76 {
  padding-left: calc(76 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-76 {
  padding-right: calc(76 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-76 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-76 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}

.ag-ltr .ag-row-group-indent-77 {
  padding-left: calc(77 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-77 {
  padding-right: calc(77 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-77 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-77 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}

.ag-ltr .ag-row-group-indent-78 {
  padding-left: calc(78 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-78 {
  padding-right: calc(78 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-78 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-78 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}

.ag-ltr .ag-row-group-indent-79 {
  padding-left: calc(79 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-79 {
  padding-right: calc(79 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-79 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-79 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}

.ag-ltr .ag-row-group-indent-80 {
  padding-left: calc(80 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-80 {
  padding-right: calc(80 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-80 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-80 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}

.ag-ltr .ag-row-group-indent-81 {
  padding-left: calc(81 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-81 {
  padding-right: calc(81 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-81 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-81 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}

.ag-ltr .ag-row-group-indent-82 {
  padding-left: calc(82 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-82 {
  padding-right: calc(82 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-82 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-82 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}

.ag-ltr .ag-row-group-indent-83 {
  padding-left: calc(83 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-83 {
  padding-right: calc(83 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-83 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-83 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}

.ag-ltr .ag-row-group-indent-84 {
  padding-left: calc(84 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-84 {
  padding-right: calc(84 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-84 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-84 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}

.ag-ltr .ag-row-group-indent-85 {
  padding-left: calc(85 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-85 {
  padding-right: calc(85 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-85 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-85 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}

.ag-ltr .ag-row-group-indent-86 {
  padding-left: calc(86 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-86 {
  padding-right: calc(86 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-86 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-86 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}

.ag-ltr .ag-row-group-indent-87 {
  padding-left: calc(87 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-87 {
  padding-right: calc(87 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-87 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-87 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}

.ag-ltr .ag-row-group-indent-88 {
  padding-left: calc(88 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-88 {
  padding-right: calc(88 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-88 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-88 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}

.ag-ltr .ag-row-group-indent-89 {
  padding-left: calc(89 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-89 {
  padding-right: calc(89 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-89 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-89 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}

.ag-ltr .ag-row-group-indent-90 {
  padding-left: calc(90 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-90 {
  padding-right: calc(90 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-90 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-90 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}

.ag-ltr .ag-row-group-indent-91 {
  padding-left: calc(91 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-91 {
  padding-right: calc(91 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-91 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-91 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}

.ag-ltr .ag-row-group-indent-92 {
  padding-left: calc(92 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-92 {
  padding-right: calc(92 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-92 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-92 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}

.ag-ltr .ag-row-group-indent-93 {
  padding-left: calc(93 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-93 {
  padding-right: calc(93 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-93 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-93 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}

.ag-ltr .ag-row-group-indent-94 {
  padding-left: calc(94 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-94 {
  padding-right: calc(94 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-94 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-94 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}

.ag-ltr .ag-row-group-indent-95 {
  padding-left: calc(95 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-95 {
  padding-right: calc(95 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-95 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-95 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}

.ag-ltr .ag-row-group-indent-96 {
  padding-left: calc(96 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-96 {
  padding-right: calc(96 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-96 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-96 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}

.ag-ltr .ag-row-group-indent-97 {
  padding-left: calc(97 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-97 {
  padding-right: calc(97 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-97 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-97 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}

.ag-ltr .ag-row-group-indent-98 {
  padding-left: calc(98 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-98 {
  padding-right: calc(98 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-98 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-98 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}

.ag-ltr .ag-row-group-indent-99 {
  padding-left: calc(99 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-99 {
  padding-right: calc(99 * var(--ag-row-group-indent-size));
}

.ag-ltr .ag-row-level-99 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-99 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-ltr .ag-row-group-leaf-indent {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-group-leaf-indent {
  margin-right: var(--ag-row-group-indent-size);
}

.ag-value-change-delta {
  padding-right: 2px;
}

.ag-value-change-delta-up {
  color: var(--ag-value-change-delta-up-color);
}

.ag-value-change-delta-down {
  color: var(--ag-value-change-delta-down-color);
}

.ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}

.ag-value-change-value-highlight {
  background-color: var(--ag-value-change-value-highlight-background-color);
  transition: background-color 0.1s;
}

.ag-cell-data-changed {
  background-color: var(--ag-value-change-value-highlight-background-color) !important;
}

.ag-cell-data-changed-animation {
  background-color: transparent;
}

.ag-cell-highlight {
  background-color: var(--ag-range-selection-highlight-color) !important;
}

.ag-row {
  height: var(--ag-row-height);
  background-color: var(--ag-background-color);
  color: var(--ag-data-color);
  border-bottom: var(--ag-borders-row) var(--ag-row-border-color);
}

.ag-row-highlight-above::after, .ag-row-highlight-below::after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
  left: 1px;
}

.ag-row-highlight-above::after {
  top: -1px;
}

.ag-row-highlight-above.ag-row-first::after {
  top: 0;
}

.ag-row-highlight-below::after {
  bottom: 0px;
}

.ag-row-odd {
  background-color: var(--ag-odd-row-background-color);
}

.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-row-selected::before {
  content: "";
  background-color: var(--ag-selected-row-background-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ag-row-hover:not(.ag-full-width-row)::before,
.ag-row-hover.ag-full-width-row.ag-row-group::before {
  content: "";
  background-color: var(--ag-row-hover-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.ag-row-hover.ag-full-width-row.ag-row-group > * {
  position: relative;
}

.ag-row-hover.ag-row-selected::before {
  background-color: var(--ag-row-hover-color);
  background-image: linear-gradient(var(--ag-selected-row-background-color), var(--ag-selected-row-background-color));
}

.ag-column-hover {
  background-color: var(--ag-column-hover-color);
}

.ag-ltr .ag-right-aligned-cell {
  text-align: right;
}
.ag-rtl .ag-right-aligned-cell {
  text-align: left;
}

.ag-ltr .ag-right-aligned-cell .ag-cell-value,
.ag-ltr .ag-right-aligned-cell .ag-group-value {
  margin-left: auto;
}
.ag-rtl .ag-right-aligned-cell .ag-cell-value,
.ag-rtl .ag-right-aligned-cell .ag-group-value {
  margin-right: auto;
}

.ag-cell, .ag-full-width-row .ag-cell-wrapper.ag-row-group {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - 2px));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - 2px);
  border: 1px solid transparent;
  line-height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
  -webkit-font-smoothing: subpixel-antialiased;
}

.ag-row > .ag-cell-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
}

.ag-row-dragging {
  cursor: move;
  opacity: 0.5;
}

.ag-cell-inline-editing {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  padding: 0;
  height: var(--ag-row-height);
  background-color: var(--ag-control-panel-background-color);
}

.ag-popup-editor {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background-color: var(--ag-control-panel-background-color);
  padding: 0;
}

.ag-large-text-input {
  height: auto;
  padding: var(--ag-cell-horizontal-padding);
}

.ag-details-row {
  padding: calc(var(--ag-grid-size) * 5);
  background-color: var(--ag-background-color);
}

.ag-layout-auto-height .ag-center-cols-clipper, .ag-layout-auto-height .ag-center-cols-container, .ag-layout-print .ag-center-cols-clipper, .ag-layout-print .ag-center-cols-container {
  min-height: 50px;
}

.ag-overlay-loading-wrapper {
  background-color: var(--ag-modal-overlay-background-color);
}

.ag-overlay-loading-center {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
}

.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}

.ag-loading {
  display: flex;
  height: 100%;
  align-items: center;
}
.ag-ltr .ag-loading {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-loading {
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-loading-icon {
  padding-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-loading-icon {
  padding-left: var(--ag-cell-widget-spacing);
}

.ag-icon-loading {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ag-floating-top {
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-floating-bottom {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-ltr .ag-cell {
  border-right: var(--ag-cell-horizontal-border);
}
.ag-rtl .ag-cell {
  border-left: var(--ag-cell-horizontal-border);
}
.ag-ltr .ag-cell {
  border-right-width: 1px;
}
.ag-rtl .ag-cell {
  border-left-width: 1px;
}

.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-cell-range-selected:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
  background-color: var(--ag-range-selection-chart-background-color) !important;
}
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: var(--ag-range-selection-chart-category-background-color) !important;
}

.ag-cell-range-selected-1:not(.ag-cell-focus),
.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}

.ag-cell-range-selected-2:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
  background-color: var(--ag-range-selection-background-color-2);
}

.ag-cell-range-selected-3:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
  background-color: var(--ag-range-selection-background-color-3);
}

.ag-cell-range-selected-4:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
  background-color: var(--ag-range-selection-background-color-4);
}

.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
  border-top-color: var(--ag-range-selection-border-color);
  border-top-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
  border-right-color: var(--ag-range-selection-border-color);
  border-right-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
  border-bottom-color: var(--ag-range-selection-border-color);
  border-bottom-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
  border-left-color: var(--ag-range-selection-border-color);
  border-left-style: var(--ag-range-selection-border-style);
}

.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-ltr .ag-cell-range-single-cell,
.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle, .ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-rtl .ag-cell-range-single-cell,
.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid;
  border-color: var(--ag-range-selection-border-color);
  border-style: var(--ag-range-selection-border-style);
  outline: initial;
}

.ag-cell.ag-selection-fill-top,
.ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed;
  border-top-color: var(--ag-range-selection-border-color);
}

.ag-ltr .ag-cell.ag-selection-fill-right,
.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-right,
.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-cell.ag-selection-fill-bottom,
.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed;
  border-bottom-color: var(--ag-range-selection-border-color);
}

.ag-ltr .ag-cell.ag-selection-fill-left,
.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-left,
.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}

.ag-fill-handle, .ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-fill-handle, .ag-ltr .ag-range-handle {
  right: -1px;
}
.ag-rtl .ag-fill-handle, .ag-rtl .ag-range-handle {
  left: -1px;
}

.ag-fill-handle {
  cursor: cell;
}

.ag-range-handle {
  cursor: nwse-resize;
}

.ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}

.ag-menu {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  padding: 0;
}

.ag-menu-list {
  cursor: default;
  padding: var(--ag-grid-size) 0;
}

.ag-menu-separator {
  height: calc(var(--ag-grid-size) * 2 + 1px);
}

.ag-menu-separator-part::after {
  content: "";
  display: block;
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-menu-option-active, .ag-compact-menu-option-active {
  background-color: var(--ag-row-hover-color);
}

.ag-menu-option-part, .ag-compact-menu-option-part {
  line-height: var(--ag-icon-size);
  padding: calc(var(--ag-grid-size) + 2px) 0;
}

.ag-menu-option-disabled, .ag-compact-menu-option-disabled {
  opacity: 0.5;
}

.ag-menu-option-icon, .ag-compact-menu-option-icon {
  width: var(--ag-icon-size);
}
.ag-ltr .ag-menu-option-icon, .ag-ltr .ag-compact-menu-option-icon {
  padding-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-menu-option-icon, .ag-rtl .ag-compact-menu-option-icon {
  padding-right: calc(var(--ag-grid-size) * 2);
}

.ag-menu-option-text, .ag-compact-menu-option-text {
  padding-left: calc(var(--ag-grid-size) * 2);
  padding-right: calc(var(--ag-grid-size) * 2);
}

.ag-ltr .ag-menu-option-shortcut, .ag-ltr .ag-compact-menu-option-shortcut {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-menu-option-shortcut, .ag-rtl .ag-compact-menu-option-shortcut {
  padding-left: var(--ag-grid-size);
}

.ag-menu-option-popup-pointer, .ag-compact-menu-option-popup-pointer {
  padding-right: var(--ag-grid-size);
}

.ag-tabs {
  min-width: var(--ag-tab-min-width);
}

.ag-tabs-header {
  width: 100%;
  display: flex;
}

.ag-tab {
  border-bottom: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-bottom var(--ag-selected-tab-underline-transition-speed);
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ag-keyboard-focus .ag-tab:focus {
  outline: none;
}
.ag-keyboard-focus .ag-tab:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-tab-selected {
  border-bottom-color: var(--ag-selected-tab-underline-color);
}

.ag-menu-header {
  color: var(--ag-secondary-foreground-color);
}

.ag-filter-separator {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-menu:not(.ag-tabs) .ag-filter-select {
  min-width: calc(var(--ag-menu-min-width) - 2 * var(--ag-widget-container-horizontal-padding) - 2px);
}

.ag-tabs .ag-filter-select {
  min-width: calc(var(--ag-tab-min-width) - 2 * var(--ag-widget-container-horizontal-padding) - 2px);
}

.ag-filter-select .ag-picker-field-wrapper {
  width: 0;
}

.ag-filter-condition-operator {
  height: 17px;
}

.ag-ltr .ag-filter-condition-operator-or {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-filter-condition-operator-or {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-set-filter-select-all {
  padding-top: var(--ag-widget-container-vertical-padding);
}

.ag-set-filter-list, .ag-filter-no-matches {
  height: calc(var(--ag-list-item-height) * 6);
}

.ag-set-filter-filter {
  margin-top: var(--ag-widget-container-vertical-padding);
  margin-left: var(--ag-widget-container-horizontal-padding);
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-filter-to {
  margin-top: var(--ag-widget-vertical-spacing);
}

.ag-mini-filter {
  margin: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}

.ag-set-filter-item {
  margin: 0px var(--ag-widget-container-horizontal-padding);
}

.ag-ltr .ag-set-filter-item-value {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-set-filter-item-value {
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-filter-apply-panel {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-filter-apply-panel-button {
  line-height: 1.5;
}
.ag-ltr .ag-filter-apply-panel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-filter-apply-panel-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}

.ag-simple-filter-body-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-simple-filter-body-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-filter-no-matches {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}

.ag-multi-filter-menu-item {
  margin: var(--ag-grid-size) 0;
}

.ag-multi-filter-group-title-bar {
  padding: calc(var(--ag-grid-size) * 2) var(--ag-grid-size);
  background-color: transparent;
}

.ag-keyboard-focus .ag-multi-filter-group-title-bar:focus {
  outline: none;
}
.ag-keyboard-focus .ag-multi-filter-group-title-bar:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-side-bar {
  position: relative;
}

.ag-tool-panel-wrapper {
  width: var(--ag-side-bar-panel-width);
  background-color: var(--ag-control-panel-background-color);
}

.ag-side-buttons {
  padding-top: calc(var(--ag-grid-size) * 4);
  width: calc(var(--ag-icon-size) + 4px);
  position: relative;
  color: var(--ag-foreground-color);
  overflow: hidden;
}

button.ag-side-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: transparent;
  padding: calc(var(--ag-grid-size) * 2) 0 calc(var(--ag-grid-size) * 2) 0;
  width: 100%;
  margin: 0;
  min-height: calc(var(--ag-grid-size) * 18);
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  border: none;
  border-top: var(--ag-borders-side-button) var(--ag-border-color);
  border-bottom: var(--ag-borders-side-button) var(--ag-border-color);
}
button.ag-side-button-button:focus {
  box-shadow: none;
}

.ag-keyboard-focus .ag-side-button-button:focus {
  outline: none;
}
.ag-keyboard-focus .ag-side-button-button:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-selected button.ag-side-button-button {
  background-color: var(--ag-side-button-selected-background-color);
}

.ag-side-button-icon-wrapper {
  margin-bottom: 3px;
}

.ag-ltr .ag-side-bar-left,
.ag-rtl .ag-side-bar-right {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-side-bar-left .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-side-button-button {
  border-right: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-right var(--ag-selected-tab-underline-transition-speed);
}
.ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-right-color: var(--ag-selected-tab-underline-color);
}

.ag-rtl .ag-side-bar-left,
.ag-ltr .ag-side-bar-right {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-side-bar-left .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-side-button-button {
  border-left: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-left var(--ag-selected-tab-underline-transition-speed);
}
.ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-left-color: var(--ag-selected-tab-underline-color);
}

.ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 6);
}

.ag-ltr .ag-filter-toolpanel-header,
.ag-ltr .ag-filter-toolpanel-search {
  padding-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-header,
.ag-rtl .ag-filter-toolpanel-search {
  padding-right: var(--ag-grid-size);
}

.ag-keyboard-focus .ag-filter-toolpanel-header:focus {
  outline: none;
}
.ag-keyboard-focus .ag-filter-toolpanel-header:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--ag-icon-font-code-filter, "\f114");
  position: absolute;
}
.ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-right: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 8);
}

.ag-filter-toolpanel-group-item {
  margin-top: calc(var(--ag-grid-size) * 0.5);
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}

.ag-filter-toolpanel-search {
  height: var(--ag-header-height);
}

.ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: calc(var(--ag-grid-size) * 4);
}
.ag-ltr .ag-filter-toolpanel-search-input {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-search-input {
  margin-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-0 {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-ltr .ag-filter-toolpanel-expand,
.ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-expand,
.ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}

.ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}

.ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
  padding-left: var(--ag-grid-size);
}

.ag-filter-toolpanel-instance-filter {
  border-bottom: var(--ag-borders) var(--ag-border-color);
  border-top: var(--ag-borders) var(--ag-border-color);
  margin-top: var(--ag-grid-size);
}

.ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: var(--ag-grid-size);
}

.ag-pivot-mode-panel {
  min-height: var(--ag-header-height);
  height: var(--ag-header-height);
  display: flex;
}

.ag-pivot-mode-select {
  display: flex;
  align-items: center;
}
.ag-ltr .ag-pivot-mode-select {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-pivot-mode-select {
  margin-right: var(--ag-widget-container-horizontal-padding);
}

.ag-keyboard-focus .ag-column-select-header:focus {
  outline: none;
}
.ag-keyboard-focus .ag-column-select-header:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-column-select-header {
  height: var(--ag-header-height);
  align-items: center;
  padding: 0 var(--ag-widget-container-horizontal-padding);
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-column-panel-column-select {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-column-group-icons,
.ag-column-select-header-icon {
  color: var(--ag-secondary-foreground-color);
}

.ag-column-select-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-column-select-list .ag-item-highlight-top::after {
  top: 0;
}
.ag-column-select-list .ag-item-highlight-bottom::after {
  bottom: 0;
}

.ag-header {
  background-color: var(--ag-header-background-color);
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-header-row {
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
}

.ag-pinned-right-header {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-pinned-left-header {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}

.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}

.ag-header-cell,
.ag-header-group-cell {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-header-cell.ag-header-cell-moving,
.ag-header-group-cell.ag-header-cell-moving {
  background-color: var(--ag-header-cell-moving-background-color);
}

.ag-keyboard-focus .ag-header-cell:focus {
  outline: none;
}
.ag-keyboard-focus .ag-header-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-keyboard-focus .ag-header-group-cell:focus {
  outline: none;
}
.ag-keyboard-focus .ag-header-group-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-header-icon {
  color: var(--ag-secondary-foreground-color);
}

.ag-header-expand-icon {
  cursor: pointer;
}
.ag-ltr .ag-header-expand-icon {
  padding-left: 4px;
}
.ag-rtl .ag-header-expand-icon {
  padding-right: 4px;
}

.ag-header-row:not(:first-child) .ag-header-cell,
.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}

.ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover, .ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-group-cell:first-of-type.ag-column-resizing,
.ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-hover):first-of-type.ag-column-resizing {
  background-color: var(--ag-header-cell-hover-background-color);
}

.ag-header-cell::after,
.ag-header-group-cell::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-separator-display);
  width: var(--ag-header-column-separator-width);
  height: var(--ag-header-column-separator-height);
  top: calc(50% - var(--ag-header-column-separator-height) * 0.5);
  background-color: var(--ag-header-column-separator-color);
}
.ag-ltr .ag-header-cell::after,
.ag-ltr .ag-header-group-cell::after {
  right: 0;
}
.ag-rtl .ag-header-cell::after,
.ag-rtl .ag-header-group-cell::after {
  left: 0;
}

.ag-header-cell-resize {
  display: flex;
  align-items: center;
}

.ag-header-cell-resize::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-resize-handle-display);
  left: calc(50% - var(--ag-header-column-resize-handle-width));
  width: var(--ag-header-column-resize-handle-width);
  height: var(--ag-header-column-resize-handle-height);
  top: calc(50% - var(--ag-header-column-resize-handle-height) * 0.5);
  background-color: var(--ag-header-column-resize-handle-color);
}

.ag-pinned-right-header .ag-header-cell-resize::after {
  left: 50%;
}

.ag-ltr .ag-header-select-all {
  margin-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-header-select-all {
  margin-left: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-floating-filter-button {
  margin-left: calc(var(--ag-grid-size) * 3);
}
.ag-rtl .ag-floating-filter-button {
  margin-right: calc(var(--ag-grid-size) * 3);
}

.ag-floating-filter-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  height: var(--ag-icon-size);
  padding: 0;
  width: var(--ag-icon-size);
}

.ag-filter-loading {
  background-color: var(--ag-control-panel-background-color);
  height: 100%;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  position: absolute;
  width: 100%;
  z-index: 1;
}

.ag-paging-panel {
  border-top: 1px solid;
  border-top-color: var(--ag-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
}
.ag-paging-panel > * {
  margin: 0 var(--ag-cell-horizontal-padding);
}

.ag-paging-button {
  cursor: pointer;
}

.ag-paging-button.ag-disabled {
  cursor: default;
  color: var(--ag-disabled-foreground-color);
}

.ag-keyboard-focus .ag-paging-button:focus {
  outline: none;
}
.ag-keyboard-focus .ag-paging-button:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-paging-button, .ag-paging-description {
  margin: 0 var(--ag-grid-size);
}

.ag-status-bar {
  border-top: var(--ag-borders) var(--ag-border-color);
  color: var(--ag-disabled-foreground-color);
  padding-right: calc(var(--ag-grid-size) * 4);
  padding-left: calc(var(--ag-grid-size) * 4);
  line-height: 1.5;
}

.ag-status-name-value-value {
  color: var(--ag-foreground-color);
}

.ag-status-bar-center {
  text-align: center;
}

.ag-status-name-value {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
  padding-top: calc(var(--ag-grid-size) * 2);
  padding-bottom: calc(var(--ag-grid-size) * 2);
}

.ag-column-drop-cell {
  background: var(--ag-chip-background-color);
  border-radius: calc(var(--ag-grid-size) * 4);
  height: calc(var(--ag-grid-size) * 4);
  padding: 0 calc(var(--ag-grid-size) * 0.5);
  border: 1px solid transparent;
}

.ag-keyboard-focus .ag-column-drop-cell:focus {
  outline: none;
}
.ag-keyboard-focus .ag-column-drop-cell:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-column-drop-cell-text {
  margin: 0 var(--ag-grid-size);
}

.ag-column-drop-cell-button {
  min-width: calc(var(--ag-grid-size) * 4);
  margin: 0 calc(var(--ag-grid-size) * 0.5);
  color: var(--ag-secondary-foreground-color);
}

.ag-column-drop-cell-drag-handle {
  margin-left: calc(var(--ag-grid-size) * 2);
}

.ag-column-drop-cell-ghost {
  opacity: 0.5;
}

.ag-column-drop-horizontal {
  background-color: var(--ag-control-panel-background-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-row-height);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-column-drop-horizontal {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal {
  padding-right: var(--ag-cell-horizontal-padding);
}

.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: var(--ag-borders) var(--ag-border-color);
}

.ag-column-drop-horizontal-cell-separator {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-secondary-foreground-color);
}

.ag-column-drop-horizontal-empty-message {
  color: var(--ag-disabled-foreground-color);
}

.ag-ltr .ag-column-drop-horizontal-icon {
  margin-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal-icon {
  margin-left: var(--ag-cell-horizontal-padding);
}

.ag-column-drop-vertical-list {
  padding-bottom: var(--ag-grid-size);
  padding-right: var(--ag-grid-size);
  padding-left: var(--ag-grid-size);
}

.ag-column-drop-vertical-cell {
  margin-top: var(--ag-grid-size);
}

.ag-column-drop-vertical {
  min-height: 50px;
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}

.ag-column-drop-vertical-icon {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
}

.ag-column-drop-vertical-empty-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: var(--ag-disabled-foreground-color);
  margin-top: var(--ag-grid-size);
}

.ag-select-agg-func-popup {
  border: var(--ag-borders) var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background: var(--ag-background-color);
  height: calc(var(--ag-grid-size) * 5 * 3.5);
  padding: 0;
}

.ag-select-agg-func-virtual-list-item {
  cursor: default;
  padding-left: calc(var(--ag-grid-size) * 2);
}
.ag-select-agg-func-virtual-list-item:hover {
  background-color: var(--ag-selected-row-background-color);
}

.ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus {
  outline: none;
}
.ag-keyboard-focus .ag-select-agg-func-virtual-list-item:focus::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}

.ag-sort-indicator-container {
  display: flex;
}

.ag-ltr .ag-sort-indicator-icon {
  padding-left: var(--ag-grid-size);
}
.ag-rtl .ag-sort-indicator-icon {
  padding-right: var(--ag-grid-size);
}

.ag-chart {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ag-chart-components-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}

.ag-chart-title-edit {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  text-align: center;
}

.ag-chart-title-edit.currently-editing {
  display: inline-block;
}

.ag-chart-canvas-wrapper {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}

.ag-charts-canvas {
  display: block;
}

.ag-chart-menu {
  position: absolute;
  top: 10px;
  width: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ag-ltr .ag-chart-menu {
  right: 20px;
}
.ag-rtl .ag-chart-menu {
  left: 20px;
}

.ag-chart-docked-container {
  position: relative;
  width: 0;
  min-width: 0;
  transition: min-width 0.4s;
}

.ag-chart-menu-hidden ~ .ag-chart-docked-container {
  max-width: 0;
  overflow: hidden;
}

.ag-chart-tabbed-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ag-chart-tabbed-menu-header {
  flex: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
}

.ag-chart-tabbed-menu-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden;
}

.ag-chart-tab {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.ag-chart-settings {
  overflow-x: hidden;
}

.ag-chart-settings-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.ag-chart-settings-nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ag-chart-settings-card-selector {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 10px;
}

.ag-chart-settings-card-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: relative;
}
.ag-chart-settings-card-item.ag-not-selected {
  opacity: 0.2;
}
.ag-chart-settings-card-item::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: transparent;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

.ag-chart-settings-prev,
.ag-chart-settings-next {
  position: relative;
  flex: none;
}

.ag-chart-settings-prev-button,
.ag-chart-settings-next-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.ag-chart-settings-mini-charts-container {
  position: relative;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ag-chart-settings-mini-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.ag-chart-settings-mini-wrapper.ag-animating {
  transition: left 0.3s;
  transition-timing-function: ease-in-out;
}

.ag-chart-mini-thumbnail {
  cursor: pointer;
}

.ag-chart-mini-thumbnail-canvas {
  display: block;
}

.ag-chart-data-wrapper,
.ag-chart-format-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ag-chart-data-wrapper {
  height: 100%;
  overflow-y: auto;
}

.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}

.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.ag-chart .ag-chart-menu {
  display: none;
}

.ag-chart-menu-hidden:hover .ag-chart-menu {
  display: block;
}

.ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  display: flex;
  flex-direction: row;
  overflow: auto;
  top: 5px;
  gap: 7px;
  width: auto;
}
.ag-ltr .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  right: 10px;
  justify-content: right;
}
.ag-rtl .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  left: 10px;
  justify-content: left;
}

.ag-chart-menu-close {
  display: none;
}

.ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  position: absolute;
  top: 45%;
  padding: 0;
  display: block;
  cursor: pointer;
  border: none;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  right: 0px;
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  left: 0px;
}
.ag-chart-tool-panel-button-enable .ag-chart-menu-close .ag-icon {
  padding: 9px 0 9px 0;
}
.ag-chart-tool-panel-button-enable .ag-icon-menu {
  display: none;
}

.ag-charts-font-size-color {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}

.ag-charts-data-group-item {
  position: relative;
}

.ag-chart-menu {
  border-radius: var(--ag-card-radius);
  background: var(--ag-background-color);
}

.ag-chart-menu-icon {
  opacity: 0.5;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  cursor: pointer;
  border-radius: var(--ag-card-radius);
  color: var(--ag-secondary-foreground-color);
}
.ag-chart-menu-icon:hover {
  opacity: 1;
}

.ag-chart-mini-thumbnail {
  border: 1px solid var(--ag-secondary-border-color);
  border-radius: 5px;
  margin: 5px;
}
.ag-chart-mini-thumbnail:nth-last-child(3), .ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
  margin-left: auto;
  margin-right: auto;
}
.ag-ltr .ag-chart-mini-thumbnail:first-child {
  margin-left: 0;
}
.ag-rtl .ag-chart-mini-thumbnail:first-child {
  margin-right: 0;
}
.ag-ltr .ag-chart-mini-thumbnail:last-child {
  margin-right: 0;
}
.ag-rtl .ag-chart-mini-thumbnail:last-child {
  margin-left: 0;
}
.ag-chart-mini-thumbnail.ag-selected {
  border-color: var(--ag-minichart-selected-chart-color);
}

.ag-chart-settings-card-item {
  background: var(--ag-foreground-color);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.ag-chart-settings-card-item.ag-selected {
  background-color: var(--ag-minichart-selected-page-color);
}

.ag-chart-data-column-drag-handle {
  margin-left: var(--ag-grid-size);
}

.ag-charts-settings-group-title-bar,
.ag-charts-data-group-title-bar,
.ag-charts-format-top-level-group-title-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}

.ag-charts-settings-group-container {
  padding: var(--ag-grid-size);
}

.ag-charts-data-group-container {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) var(--ag-widget-container-horizontal-padding);
}
.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group) {
  height: var(--ag-list-item-height);
}
.ag-charts-data-group-container .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-charts-data-group-container .ag-item-highlight-top::after {
  top: 0;
}
.ag-charts-data-group-container .ag-item-highlight-bottom::after {
  bottom: 0;
}

.ag-charts-format-top-level-group-container {
  margin-left: calc(var(--ag-grid-size) * 2);
  padding: var(--ag-grid-size);
}

.ag-charts-format-top-level-group-item {
  margin: var(--ag-grid-size) 0;
}

.ag-charts-format-sub-level-group-container {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-charts-format-sub-level-group-container > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}

.ag-charts-group-container.ag-group-container-horizontal {
  padding: var(--ag-grid-size);
}

.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}

.ag-chart-menu-panel {
  background-color: var(--ag-control-panel-background-color);
}
.ag-ltr .ag-chart-menu-panel {
  border-left: solid 1px var(--ag-border-color);
}
.ag-rtl .ag-chart-menu-panel {
  border-right: solid 1px var(--ag-border-color);
}

.ag-date-time-list-page-title-bar {
  display: flex;
}

.ag-date-time-list-page-title {
  flex-grow: 1;
  text-align: center;
}

.ag-date-time-list-page-column-labels-row,
.ag-date-time-list-page-entries-row {
  display: flex;
}

.ag-date-time-list-page-column-label,
.ag-date-time-list-page-entry {
  flex-basis: 0;
  flex-grow: 1;
}

.ag-date-time-list-page-entry {
  cursor: pointer;
  text-align: center;
}

.ag-date-time-list-page-column-label {
  text-align: center;
}

.ag-input-field-input {
  width: 100%;
  min-width: 0;
}

.ag-checkbox-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
}
.ag-checkbox-input-wrapper input, .ag-checkbox-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-checkbox-input-wrapper:focus-within, .ag-checkbox-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-checkbox-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-checkbox-input-wrapper::after {
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
  color: var(--ag-checkbox-unchecked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
  color: var(--ag-checkbox-checked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper.ag-indeterminate::after {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
  color: var(--ag-checkbox-indeterminate-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ag-toggle-button-input-wrapper {
  box-sizing: border-box;
  width: var(--ag-toggle-button-width);
  height: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-off-background-color);
  border-radius: calc(var(--ag-toggle-button-height) * 0.5);
  position: relative;
  flex: none;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-off-border-color);
}
.ag-toggle-button-input-wrapper input {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.ag-toggle-button-input-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-toggle-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-toggle-button-input-wrapper.ag-checked {
  background-color: var(--ag-toggle-button-on-background-color);
  border-color: var(--ag-toggle-button-on-border-color);
}
.ag-toggle-button-input-wrapper::before {
  content: " ";
  position: absolute;
  top: calc(0px - var(--ag-toggle-button-border-width));
  left: calc(0px - var(--ag-toggle-button-border-width));
  display: block;
  box-sizing: border-box;
  height: var(--ag-toggle-button-height);
  width: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-switch-background-color);
  border-radius: 100%;
  transition: left 100ms;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-switch-border-color);
}
.ag-toggle-button-input-wrapper.ag-checked::before {
  left: calc(100% - var(--ag-toggle-button-height));
  border-color: var(--ag-toggle-button-on-border-color);
}

.ag-radio-button-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: var(--ag-icon-size);
}
.ag-radio-button-input-wrapper input, .ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-radio-button-input-wrapper:focus-within, .ag-radio-button-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-radio-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-radio-button-input-wrapper::after {
  content: var(--ag-icon-font-code-radio-button-off, "\f126");
  color: var(--ag-checkbox-unchecked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-radio-button-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-radio-button-on, "\f127");
  color: var(--ag-checkbox-checked-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

input[class^=ag-][type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  overflow: visible;
}
input[class^=ag-][type=range]::-webkit-slider-runnable-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}
input[class^=ag-][type=range]::-moz-range-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}
input[class^=ag-][type=range]::-ms-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
  color: transparent;
  width: calc(100% - 2px);
}
input[class^=ag-][type=range]::-webkit-slider-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
  transform: translateY(calc(var(--ag-icon-size) * -0.5 + 1.5px));
}
input[class^=ag-][type=range]::-ms-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}
input[class^=ag-][type=range]::-moz-ag-range-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}
input[class^=ag-][type=range]:focus {
  outline: none;
}
input[class^=ag-][type=range]:focus::-webkit-slider-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:focus::-ms-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:focus::-moz-ag-range-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:active::-webkit-slider-runnable-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:active::-moz-ag-range-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:active::-ms-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:disabled {
  opacity: 0.5;
}
@font-face {
  font-family: "agGridAlpine";
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABGYAAsAAAAAJUAAABFHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKpXCfGwE2AiQDgiwLgRgABCAFhEYHhRYbjiBFIbBxQJhBP8IiqifF7P9DAp1DWLRF/YtGkJpOTafDolO66hq923HLpBjtKhEisuawXiIEoOjQaGO9OOdNmM/k7y5DCZMHau317e0FCManAAiSyCaunoRkkLFl1/9/c+VPMsnNEtBMGFedLLAjUjWiUlf3+d7r9jXZ9QR298S0qL4ULfAzmTVNTp0mtPCuUzXkB9rmv+OwOMJMsBBtenrY+GctjprYgZGc8X+zSHSRfcvw1zpZ98C2kVXG2W5VN1e6FQaG8JwEf+HchRXcb/Z2hfQ8dNS65LeVddel9vIEBkLLAG+YnEKJNWojAGE6V6EkgmyIn4SZ/+fnUtsboqwa/IGs0PNzOvCvzXv/pcBZSpRymlLWAZIFgrumAmgArDY7BSznJvyER6Hm7NyE1oMAmTOP2W4ovkxHhBjDKOYx0rGd6gY9HsC1iTrjjQhAvisbO3rs5NnKm1fs3qoPidYOoKweNm9YtwIO46CaAQG+y6kDZXNP/PIvsNmO0J44x/o4N66Ot+LG+FSETZ0xCmh8diIJRcgUKg1LIC5GV+kMnGkwBUV1HbzQOxJrQ0SKWJvX3t1aFRHoqOtzRWTyveVTZfGGblRq755mi6egbDIkb+zKVJeTkPgMFsIIrr8G88QITUASqOJ5TBJLAyetqNuvUi9cwsEiSVfknTKJKFwXJEifKEg4TRaVoTf9KidqWxWTaM4Qhckx5sC9WV2VzEdYip117wlE4pFNoTH6pLaKlnSP3jkqCOWFb04+eok58yIR6Fpbc7h7VYskIzvBi/sbie0gREpS0BX75I92Tzz1WaffwH8gR5tNGv6Ou1SeWdaN1SV9UZTp7rskIKhKTKO2KKdINUyJyBebzykRFeRxykSE2WFRIO9B1isS0hgQYcL5JAPPxDZCJCtZJhixKBq5KJYoW69I7cDZt0UMtHEbtDRUHyXnQxNdkxUZZL0p82U+RlTWTIM51d59R0MY4VFM5LyTjGEtU2yJkYKpidT3fINprI68kbyhLdEKti+RzoyqEcMcPwhTspwVIrUtc4FTtliCZlwiUFiTJVoyQlQoYZSR2S1kszlNlkBoGxeSQcn+MEUWSA4mj3A5ffvhux4hAUjwEaKLmr52zGp/dflBYicWpiPxr0NTYFYDQcMRaANSkOTWZ4cEuLyoDScvqoX8RyGuh4WcvPfN7x89Mxl08dZHP36EtfDICIqxc2hNBvPNdJl2K7K5M4rCYRGaDXBjQMR3hzpP4o7B4iA8wQMsJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Gzi4uoGQjZEY3mkpnoONwMpo7YCzpBQU5/p33+QHKUDvWQiqhYC4hVKJgFdEuVWXwHrCaxkw4FVbDCwmo0C1rA+wFo2AVjHegHr2VBgA+sHbGLDgM1sCLCFjQa2sgHANtYf2M7GAjtZb2AXGwTsZn2BPWwMsJeNB/axgcB+NgI4wMYBB4dPBD9AlBIEgmAQhIAgFARhIAgHQQQIIkEQBYJoEMSAIBYEcSCIB0ECCBJBkASCZBCkgCAVBGkgSAdBBggyQZAFgmwQ5IAgFwR5IMgHQQEICkFQBIJiEJSAoBQEZSAoB0EFCCpBUAWCahDUgKAWBHUgqEcdOg2gbRpB0ATAPwtb4hrOkjUW5HTc5QqbZQn410jBxkUchHndThUwJRfzV20FHctyFSXU8yVnqnjVcqKMwuymhqcMPqkwZdzE7MqlETtSgja1jksLx8X8Ff1H+YGVe2V2Y1zRXllFWHa6TjV57rS1Fpe51MTab1Fp5+GvYSoCnSw+q0Knyg3wYwBdueM78aTNaQ6ZMGc2sJhDyi2UWFKajVUkKlSCUnUildsYqNCuRvJ8qsPqsaZHw1imHnAcswGXqBhwQuXfwCWekgGpGpIvQ0HnSkC+ETQedsQnNkKTvfsVG5ec3sJyonvfOjWhwcfj1Lch7WGTfXN4F1q0h6Nj3YR4YOJK97Vg/47/j0SrZ4f1sK3aBzlN9CTRon4b4djoIDxCx/QHGkSji1mm/Yu5skEao3+MPsfKXW/0BJd6VBlN4SGVVxfdQVMDX/tT7+fInmYWHpk0CyvoG7ZHrlzhFy9dO3bsFDtx/vZzcenpTbAH4kOTZ6/mF++APXk1uT5jaCg5iPbGE35x8eC1vNb40aMHxaXr7MSxS5OXr74V3b6+zItXjx4UeHB2fAXswYOTgi66mP8VCOnwFETZftDCRDnjQL11aLLadfIxMo+GgRzPxihvzAwxhtRR3QOXxaWr01SaKb2Ru7KBXUqoDrZoXYgvTVZrvbMX+MVr7MRmbXyJ64MqXixIsvOqSRPvnItPKAXn8tP8gnrylPsXVU/S6PPKxBIKno8rv4BEVfXo53Ll+leqLs7LmWPanhSZkZ4jpKJLCvLjaCnQpAGG9ooBL6T/6/ZIIKKacTYgjA2a7YoCiVrQOHFEYLIwm9bDhsBkI8BmXT4GCti6DdIBN80cQOmfxcpZF9zRBKNjNeXmRe//xRryXqh55q9DCFp7fSMcCpKfB88fGGag9rWQ0c7rxXns3uip2oiDuBsSoBI2bsOgWIKBCrAcm+hxaZxdx/CeM1ZnSVTPjogm4PXn7ZvdSpZJhVJVUTN3YldHhTwR9SeU7cvL4xyv3JuBbTTRIT4y/6lp2JthwV04Z8cc39G/0rR6YE012woDFoJVqt2G4pdhg3JHmmZ+1JoRK9zKQ9eG7hQTLmaPReFrpYFqAq9d6jzTxYM4JjwSWu62xm8O11PjYsbMNSu8NKl7HmbnfS5rT6TnhLdKHuUXfK/knS4uSu4Wt9Ezevzf72KdnTTvf1EQWzfxpcCYDP1SMYyql4r7XJ74UXJcsMavoX8eFlTaigWK4z/eBIaIEcBmnzojLlnKewNGn/KhYPd0KKPnPve5L/ux+2MzqB5eMo367GnTpPGpWXTqw+QTbzhQdB2nt9+5t7RD8XpB5wMzqfzo2IjRPea2GdyhaUAYu1teYrTbIsaDk6lw9Ol3SHBkyVWiGb+8hrNnSHT/d4gK8MlVexbaI+9GvB32KcrC3w4dTI1BeHwBS+xJHYpLEKxc1ODgfI1GqyFJYbOnnyAhOCx/M9ti+UJ8eWhZnUUj4JdiNhRJC8TiAmnRnUiz7QJxkfTOlnQlzzLPMMwi0pxfAXiVsshYkvpEfibb28kOEiTTLQzfiDO+O/1MhC/vTgCP4eKSnX382LJl2Tn11gRBeFO4OLqLofVFL2ysDQyPDy5cOLukhEZLiD/uqzt+7PiGhLVrJz5WeXAhDbgexJOJEPvfZ0OcYZtxGLFU+zKkowDcWiKkGii5/uksQYDu+80DrpJQvjWOOc0FnpIL3DSDq+SBA84+rTwNb0RaXXKyrmRfRiklaFqcFYjPPKwsb2scSN2EhFSGxIRUhIiT/xtpf275z+tue+dfyLnc0ET7K0jjwgvMSU1nnO0rYz7fT3XhHmlDndxGBDvazS/qim+N47htifXfXe6v0Xj0suc9YHu4u7j6sE/9dsQmFndXNT1hOqgd2Qtr3vVdDJHOd1wdjfQOlwWsannObV9Hlt24lcmurkuPOc4dMTFsN59yDwOXLqw9i2HlLjzr3jDE2bnEPfbvSFvGgnIDCB3eTvMs6f2TO3Nc2zmyZmLdSFcFx4H7YZBOoZv/P3HElhPFdMjKrhvbuW+G40R3Z3eRplfdJfrDypbjz3GEJkqiOOnzU/ziuC0ZppRKVWihek5KS7d3Lj9MnKI/9DdVro+tVcOc1JYur1y5LDO7rMh2eNSYGI/EopJ+ccboDN6q+SJBBp+fLhAxbAo74saWQZVEnFKZLeeNc08sliiYCKi7cqRHOnmoTU5OUYlHovrE8nteuS3dc1LWdbkE37vq8MqV/T4nTJsUaaJUuQHizX3OmLub0naBYsNo/IpqP5t7+Qq8F+7fZ1w9GtupN8RbAubdpCROGRWkYrcxX14svj2GBLmFRgy4FJdQiliFcRupIJWJk5+MmX19u0KqMH6qwra96fByc4fY4VUUOvp+6bSsmjxY9b9sFBa/4Xlu5i3PXS4rlEgKmiMNyNYa4m325K3i5xA57csW6ZAW1qR3oSEAeGYJs/4Mev+3ojBsGaZCFy/MEm7JjNW3rMc9Fu+JifuvUeOwDe/o0F5HkKQkBLmec7bi00d3Ldg1sf/LDLiBNCiSLXED4NvcNftuvHCQjdvYiNXfotFXSSVwz+dlT+pIkuC3Ypa8Al3u3oV54VmCzExBVnierJK36MwZT15llhNRsn1NQcwvtevPfRv17cgGLnDnJJSR2tId/uD9weX5Fz7LmEOQC0kCRpFTp9p6ynPGH59tqSkpmrIyHve95OOTue1OenplmRXdPVCee6zGbL57l7o3KWryZvLdnDn5zY4MD4+2UlebFocZ5pbp2K23bq9enYUYp1VNqXx+qg3qbc2G0gtN2XzQ7bvY9UUmeW71LDcgztH22b9hB45jXMDLQ7vYMx8SxFiC+rMplJ+eFmZo/ZOq3iWCmvVS6DrtvJ3YJ93G2Nu9F36ik334x96ZbXQo6FYo9vQYuxHl5n1oGwdMMfbtMzYpe/tg3avVr3rGqm/fTm5gS4U+WBtkMgVpg/XDkSbaZDrXrw8eFgS2Lv21Xi/WCYU6sf5KSbVtnVAvvrJVG948S21OTm7+kxKj/sz/uJRP3WT7pSSteinzXwjpcM9y9jTmrd2o2Ch9hsficG82O9uZwN+CrkLZkHUv7l6W4NyqPT/8S06Wy3x9k5KASjIUGODVOruMmS0xUiocPnwReWDi1NnDcrw4XjZnPid0mX7sWFtl7UD/kLIqUXa53UrAxeQ3KpUf0VyQn5GxfHnczl1g7PuR+Zp5IypXnseIH1/cIz4bBZgxWU01M/x1gr1udqJlaBGlimhjGsr+uF+bwiOA+zU2oE91TLEeIauP1xWe6rUM/pA81yOYpihiSB7JUXB/oI+iZaGt9tQq2n9Q0derrnU/2o8lgXVDNY1oD9p6TyUb0YWZhdYyCKXNkXqpiKbholwui05d6ymOvr4rvfbvnEuD/2Lt6UJO/LtcDLUAjLO7+6TfmdLsqQ1oX9N1GBdZaqb1U6z/q75SrwQ8/Q0nP38sYCya/8Olal7o7hJgPz+nTjjmCEjw0ihgE3KAue6Ez7v6sQAMBCBRVzH0QE+m7QFOUA8oIHQ7QMAd+l1GAzbMBJSuy4FO132so8Klf1DS9T/b9TcUX2zPj/AL+0JO3/nkAvwE23tJm1M5r/MXKLsYquvmateVvUAAkgy6aucqD/aG2VSGIlbPMayL8j5WieIXKG465nS7Whn3qhsVcU2yXhBHu+MlTgB+gvDA9TyJJGbIMf6CADLvWhRUrjWuJH0vSqp0AYxdq7Tmf+5sYN3g2DCqxCIR5uJZqyIJPoZ4J5LY+gKUazY6BSu5tYrnZWTNhtLC560Aq5pu1Hxm2ADhCAgVDfnVHfDFWv3a/K+boiQrqqYbpmU7rucHYRQnaZYXZVU3bdcP4zQv67Yf53U/r/fn6869B4+ePHvx6s27D59rb8W2BFayi6GUQ3HMm/KqUkVQ4IU6kvi4naC+2zjVWTroy40OXNDAQOiCZDjdldAHKfe+ah+pTq7Sk7buUo8h76oOTFIx6EJ1moWamPOmukOhMysBX7vadsckqTmo3oEf6uxl7jbzzNKUb00TU5syF3ZcEjsz9qnYqzHsabj0FTo92y3fUrtgtzEmh26BAjP024Pka2cbcuIidIC90FxL7+MIWiQNZwmbqYJINUTeTgODi30+piO9mVi3PXMMdTTmaKOpIKhsx0WOAXbzc19S6ziGQukT7aE2oe1becDAJ2Ubp0wARhQ7m5VjgrDdv2N5JuuSRQBzomCUKV7nW2tS/6FeMhsYy1oDAA==);
  font-weight: normal;
  font-style: normal;
}
.ag-theme-alpine, .ag-theme-alpine-dark {
  --ag-alpine-active-color: #2196f3;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-row-hover-color: rgba(33, 150, 243, 0.1);
  --ag-column-hover-color: rgba(33, 150, 243, 0.1);
  --ag-input-focus-border-color: rgba(33, 150, 243, 0.4);
  --ag-range-selection-background-color: rgba(33, 150, 243, 0.2);
  --ag-range-selection-background-color-2: rgba(33, 150, 243, 0.36);
  --ag-range-selection-background-color-3: rgba(33, 150, 243, 0.49);
  --ag-range-selection-background-color-4: rgba(33, 150, 243, 0.59);
  --ag-background-color: #fff;
  --ag-foreground-color: #181d1f;
  --ag-border-color: #babfc7;
  --ag-secondary-border-color: #dde2eb;
  --ag-header-background-color: #f8f8f8;
  --ag-odd-row-background-color: #fcfcfc;
  --ag-control-panel-background-color: #f8f8f8;
  --ag-subheader-background-color: #fff;
  --ag-invalid-color: #e02525;
  --ag-checkbox-unchecked-color: #999;
  --ag-checkbox-background-color: var(--ag-background-color);
  --ag-checkbox-checked-color: var(--ag-alpine-active-color);
  --ag-range-selection-border-color: var(--ag-alpine-active-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-input-border-color: var(--ag-border-color);
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-input-focus-box-shadow: 0 0 2px 0.1rem var(--ag-input-focus-border-color);
  --ag-disabled-foreground-color: rgba(24, 29, 31, 0.5);
  --ag-chip-background-color: rgba(24, 29, 31, 0.07);
  --ag-input-disabled-border-color: rgba(186, 191, 199, 0.3);
  --ag-input-disabled-background-color: rgba(186, 191, 199, 0.15);
  --ag-borders: solid 1px;
  --ag-border-radius: 3px;
  --ag-borders-side-button: none;
  --ag-side-button-selected-background-color: transparent;
  --ag-header-column-resize-handle-display: block;
  --ag-header-column-resize-handle-width: 2px;
  --ag-header-column-resize-handle-height: 30%;
  --ag-grid-size: 6px;
  --ag-icon-size: 16px;
  --ag-row-height: calc(var(--ag-grid-size) * 7);
  --ag-header-height: calc(var(--ag-grid-size) * 8);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-column-select-indent-size: var(--ag-icon-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.5);
  --ag-toggle-button-height: 18px;
  --ag-toggle-button-width: 28px;
  --ag-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridAlpine;
  --ag-selected-tab-underline-color: var(--ag-alpine-active-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-selected-tab-underline-transition-speed: 0.3s;
  --ag-tab-min-width: 240px;
  --ag-card-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
  --ag-popup-shadow: var(--ag-card-shadow);
  --ag-side-bar-panel-width: 250px;
}

.ag-theme-alpine-dark {
  --ag-background-color: #181d1f;
  --ag-foreground-color: #fff;
  --ag-border-color: #68686e;
  --ag-secondary-border-color: rgba(88, 86, 82, 0.5);
  --ag-modal-overlay-background-color: rgba(24, 29, 31, 0.66);
  --ag-header-background-color: #222628;
  --ag-odd-row-background-color: #222628;
  --ag-control-panel-background-color: #222628;
  --ag-subheader-background-color: #000;
  --ag-input-disabled-background-color: #282c2f;
  --ag-input-focus-box-shadow:
      0 0 2px 0.5px rgba(255, 255, 255, 0.5),
      0 0 4px 3px var(--ag-input-focus-border-color);
  --ag-card-shadow: 0 1px 20px 1px black;
  --ag-disabled-foreground-color: rgba(255, 255, 255, 0.5);
  --ag-chip-background-color: rgba(255, 255, 255, 0.07);
  --ag-input-disabled-border-color: rgba(104, 104, 110, 0.3);
  --ag-input-disabled-background-color: rgba(104, 104, 110, 0.07);
}

.ag-theme-alpine .ag-filter-toolpanel-header,
.ag-theme-alpine .ag-filter-toolpanel-search,
.ag-theme-alpine .ag-status-bar,
.ag-theme-alpine .ag-header-row,
.ag-theme-alpine .ag-panel-title-bar-title,
.ag-theme-alpine .ag-multi-filter-group-title-bar, .ag-theme-alpine-dark .ag-filter-toolpanel-header,
.ag-theme-alpine-dark .ag-filter-toolpanel-search,
.ag-theme-alpine-dark .ag-status-bar,
.ag-theme-alpine-dark .ag-header-row,
.ag-theme-alpine-dark .ag-panel-title-bar-title,
.ag-theme-alpine-dark .ag-multi-filter-group-title-bar {
  font-weight: 700;
  color: var(--ag-header-foreground-color);
}
.ag-theme-alpine .ag-row, .ag-theme-alpine-dark .ag-row {
  font-size: calc(var(--ag-font-size) + 1px);
}
.ag-theme-alpine input[class^=ag-]:not([type]),
.ag-theme-alpine input[class^=ag-][type=text],
.ag-theme-alpine input[class^=ag-][type=number],
.ag-theme-alpine input[class^=ag-][type=tel],
.ag-theme-alpine input[class^=ag-][type=date],
.ag-theme-alpine input[class^=ag-][type=datetime-local],
.ag-theme-alpine textarea[class^=ag-], .ag-theme-alpine-dark input[class^=ag-]:not([type]),
.ag-theme-alpine-dark input[class^=ag-][type=text],
.ag-theme-alpine-dark input[class^=ag-][type=number],
.ag-theme-alpine-dark input[class^=ag-][type=tel],
.ag-theme-alpine-dark input[class^=ag-][type=date],
.ag-theme-alpine-dark input[class^=ag-][type=datetime-local],
.ag-theme-alpine-dark textarea[class^=ag-] {
  min-height: calc(var(--ag-grid-size) * 4);
  border-radius: var(--ag-border-radius);
}
.ag-theme-alpine .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-ltr textarea[class^=ag-], .ag-theme-alpine-dark .ag-ltr input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-ltr input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-ltr textarea[class^=ag-] {
  padding-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine .ag-rtl textarea[class^=ag-], .ag-theme-alpine-dark .ag-rtl input[class^=ag-]:not([type]), .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=text], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=number], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=tel], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=date], .ag-theme-alpine-dark .ag-rtl input[class^=ag-][type=datetime-local], .ag-theme-alpine-dark .ag-rtl textarea[class^=ag-] {
  padding-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-tab, .ag-theme-alpine-dark .ag-tab {
  padding: calc(var(--ag-grid-size) * 1.5);
  transition: color 0.4s;
  flex: 1 1 auto;
}
.ag-theme-alpine .ag-tab-selected, .ag-theme-alpine-dark .ag-tab-selected {
  color: var(--ag-alpine-active-color);
}
.ag-theme-alpine .ag-menu, .ag-theme-alpine-dark .ag-menu {
  background-color: var(--ag-control-panel-background-color);
}
.ag-theme-alpine .ag-menu-header, .ag-theme-alpine-dark .ag-menu-header {
  background-color: var(--ag-control-panel-background-color);
  padding-top: 1px;
}
.ag-theme-alpine .ag-tabs-header, .ag-theme-alpine-dark .ag-tabs-header {
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.ag-theme-alpine .ag-charts-settings-group-title-bar,
.ag-theme-alpine .ag-charts-data-group-title-bar,
.ag-theme-alpine .ag-charts-format-top-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-settings-group-title-bar,
.ag-theme-alpine-dark .ag-charts-data-group-title-bar,
.ag-theme-alpine-dark .ag-charts-format-top-level-group-title-bar {
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  line-height: calc(var(--ag-icon-size) + var(--ag-grid-size) - 2px);
}
.ag-theme-alpine .ag-chart-mini-thumbnail, .ag-theme-alpine-dark .ag-chart-mini-thumbnail {
  background-color: var(--ag-background-color);
}
.ag-theme-alpine .ag-chart-settings-nav-bar, .ag-theme-alpine-dark .ag-chart-settings-nav-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-theme-alpine .ag-ltr .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-ltr .ag-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-group-title-bar-icon, .ag-theme-alpine-dark .ag-rtl .ag-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-charts-format-top-level-group-toolbar {
  margin-top: var(--ag-grid-size);
}
.ag-theme-alpine .ag-ltr .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-ltr .ag-charts-format-top-level-group-toolbar {
  padding-left: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-rtl .ag-charts-format-top-level-group-toolbar, .ag-theme-alpine-dark .ag-rtl .ag-charts-format-top-level-group-toolbar {
  padding-right: calc(var(--ag-icon-size) * 0.5 + var(--ag-grid-size) * 2);
}

.ag-theme-alpine .ag-charts-format-sub-level-group, .ag-theme-alpine-dark .ag-charts-format-sub-level-group {
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  padding-left: var(--ag-grid-size);
  margin-bottom: calc(var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-charts-format-sub-level-group-title-bar, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-title-bar {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  font-weight: 700;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-container, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-container {
  padding-bottom: 0;
}
.ag-theme-alpine .ag-charts-format-sub-level-group-item:last-child, .ag-theme-alpine-dark .ag-charts-format-sub-level-group-item:last-child {
  margin-bottom: 0;
}
.ag-theme-alpine.ag-dnd-ghost, .ag-theme-alpine-dark.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 700;
}
.ag-theme-alpine .ag-side-buttons, .ag-theme-alpine-dark .ag-side-buttons {
  width: calc(var(--ag-grid-size) * 5);
}
.ag-theme-alpine .ag-standard-button, .ag-theme-alpine-dark .ag-standard-button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: var(--ag-border-radius);
  border: 1px solid;
  border-color: var(--ag-alpine-active-color);
  color: var(--ag-alpine-active-color);
  background-color: var(--ag-background-color);
  font-weight: 600;
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-standard-button:hover, .ag-theme-alpine-dark .ag-standard-button:hover {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-row-hover-color);
}
.ag-theme-alpine .ag-standard-button:active, .ag-theme-alpine-dark .ag-standard-button:active {
  border-color: var(--ag-alpine-active-color);
  background-color: var(--ag-alpine-active-color);
  color: var(--ag-background-color);
}
.ag-theme-alpine .ag-standard-button:disabled, .ag-theme-alpine-dark .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
.ag-theme-alpine .ag-column-drop-vertical, .ag-theme-alpine-dark .ag-column-drop-vertical {
  min-height: 75px;
}
.ag-theme-alpine .ag-column-drop-vertical-title-bar, .ag-theme-alpine-dark .ag-column-drop-vertical-title-bar {
  padding: calc(var(--ag-grid-size) * 2);
  padding-bottom: 0px;
}
.ag-theme-alpine .ag-column-drop-vertical-empty-message, .ag-theme-alpine-dark .ag-column-drop-vertical-empty-message {
  display: flex;
  align-items: center;
  border: dashed 1px;
  border-color: var(--ag-border-color);
  margin: calc(var(--ag-grid-size) * 2);
  padding: calc(var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-column-drop-empty-message, .ag-theme-alpine-dark .ag-column-drop-empty-message {
  color: var(--ag-foreground-color);
  opacity: 0.75;
}
.ag-theme-alpine .ag-status-bar, .ag-theme-alpine-dark .ag-status-bar {
  font-weight: normal;
}
.ag-theme-alpine .ag-status-name-value-value, .ag-theme-alpine-dark .ag-status-name-value-value {
  font-weight: 700;
}
.ag-theme-alpine .ag-paging-number, .ag-theme-alpine .ag-paging-row-summary-panel-number, .ag-theme-alpine-dark .ag-paging-number, .ag-theme-alpine-dark .ag-paging-row-summary-panel-number {
  font-weight: 700;
}
.ag-theme-alpine .ag-column-drop-cell-button, .ag-theme-alpine-dark .ag-column-drop-cell-button {
  opacity: 0.5;
}
.ag-theme-alpine .ag-column-drop-cell-button:hover, .ag-theme-alpine-dark .ag-column-drop-cell-button:hover {
  opacity: 0.75;
}
.ag-theme-alpine .ag-header-cell-menu-button:hover,
.ag-theme-alpine .ag-side-button-button:hover,
.ag-theme-alpine .ag-tab:hover,
.ag-theme-alpine .ag-panel-title-bar-button:hover,
.ag-theme-alpine .ag-header-expand-icon:hover,
.ag-theme-alpine .ag-column-group-icons:hover,
.ag-theme-alpine .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine .ag-chart-settings-prev:hover,
.ag-theme-alpine .ag-chart-settings-next:hover,
.ag-theme-alpine .ag-group-title-bar-icon:hover,
.ag-theme-alpine .ag-column-select-header-icon:hover,
.ag-theme-alpine .ag-floating-filter-button-button:hover,
.ag-theme-alpine .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine .ag-chart-menu-icon:hover,
.ag-theme-alpine .ag-chart-menu-close:hover, .ag-theme-alpine-dark .ag-header-cell-menu-button:hover,
.ag-theme-alpine-dark .ag-side-button-button:hover,
.ag-theme-alpine-dark .ag-tab:hover,
.ag-theme-alpine-dark .ag-panel-title-bar-button:hover,
.ag-theme-alpine-dark .ag-header-expand-icon:hover,
.ag-theme-alpine-dark .ag-column-group-icons:hover,
.ag-theme-alpine-dark .ag-group-expanded .ag-icon:hover,
.ag-theme-alpine-dark .ag-group-contracted .ag-icon:hover,
.ag-theme-alpine-dark .ag-chart-settings-prev:hover,
.ag-theme-alpine-dark .ag-chart-settings-next:hover,
.ag-theme-alpine-dark .ag-group-title-bar-icon:hover,
.ag-theme-alpine-dark .ag-column-select-header-icon:hover,
.ag-theme-alpine-dark .ag-floating-filter-button-button:hover,
.ag-theme-alpine-dark .ag-filter-toolpanel-expand:hover,
.ag-theme-alpine-dark .ag-chart-menu-icon:hover,
.ag-theme-alpine-dark .ag-chart-menu-close:hover {
  color: var(--ag-alpine-active-color);
}
.ag-theme-alpine .ag-chart-menu-close, .ag-theme-alpine-dark .ag-chart-menu-close {
  background: var(--ag-background-color);
}
.ag-theme-alpine .ag-chart-menu-close .ag-icon, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon {
  background: none;
  border: 1px solid var(--ag-secondary-border-color);
  border-right: none;
}
.ag-theme-alpine .ag-chart-menu-close .ag-icon:hover, .ag-theme-alpine-dark .ag-chart-menu-close .ag-icon:hover {
  background: var(--ag-header-background-color);
}
.ag-theme-alpine .ag-chart-settings-card-item.ag-not-selected:hover, .ag-theme-alpine-dark .ag-chart-settings-card-item.ag-not-selected:hover {
  opacity: 0.35;
}
.ag-theme-alpine .ag-ltr .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-ltr .ag-panel-title-bar-button {
  margin-left: calc(var(--ag-grid-size) * 2);
  margin-right: var(--ag-grid-size);
}

.ag-theme-alpine .ag-rtl .ag-panel-title-bar-button, .ag-theme-alpine-dark .ag-rtl .ag-panel-title-bar-button {
  margin-right: calc(var(--ag-grid-size) * 2);
  margin-left: var(--ag-grid-size);
}

.ag-theme-alpine .ag-filter-toolpanel-group-container, .ag-theme-alpine-dark .ag-filter-toolpanel-group-container {
  padding-left: var(--ag-grid-size);
}
.ag-theme-alpine .ag-filter-toolpanel-instance-filter, .ag-theme-alpine-dark .ag-filter-toolpanel-instance-filter {
  border: none;
  background-color: var(--ag-control-panel-background-color);
  border-left: dashed 1px;
  border-left-color: var(--ag-border-color);
  margin-left: calc(var(--ag-icon-size) * 0.5);
  padding-left: calc(var(--ag-icon-size) * 0.5);
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-theme-alpine .ag-set-filter-list, .ag-theme-alpine-dark .ag-set-filter-list {
  padding-top: calc(var(--ag-grid-size) * 0.5);
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-theme-alpine .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine .ag-layout-print .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-auto-height .ag-center-cols-container, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-clipper, .ag-theme-alpine-dark .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}
.ag-theme-alpine .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-alpine-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}
.ag-theme-alpine .ag-date-time-list-page-entry-is-current, .ag-theme-alpine-dark .ag-date-time-list-page-entry-is-current {
  background-color: var(--ag-alpine-active-color);
}

.ag-theme-alpine-dark {
  color-scheme: dark;
}
/**
 * START --- SETUP TAILWINDCSS EDIT
 *
 * `yarn rw setup ui tailwindcss` placed these imports here
 * to inject Tailwind's styles into your CSS.
 * For more information, see: https://tailwindcss.com/docs/installation#include-tailwind-in-your-css
 */
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
html {
    font-family: Inter, system-ui, sans-serif;
  }
*, ::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:  ;
}
::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.\!pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-none {
  pointer-events: none;
}
.\!pointer-events-auto {
  pointer-events: auto !important;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-1 {
  inset: 0.25rem;
}
.inset-3 {
  inset: 0.75rem;
}
.inset-auto {
  inset: auto;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}
.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}
.-bottom-4 {
  bottom: -1rem;
}
.-right-\[2px\] {
  right: -2px;
}
.-right-core-size-12 {
  right: -2px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-core-space-50 {
  bottom: 8px;
}
.bottom-core-space-75 {
  bottom: 12px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-\[26px\] {
  left: 26px;
}
.left-core-size-150 {
  left: 24px;
}
.left-core-space-50 {
  left: 8px;
}
.left-core-space-75 {
  left: 12px;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-core-space-0 {
  right: 0px;
}
.right-core-space-100 {
  right: 16px;
}
.right-core-space-50 {
  right: 8px;
}
.right-core-space-75 {
  right: 12px;
}
.right-full {
  right: 100%;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-20 {
  top: 5rem;
}
.top-7 {
  top: 1.75rem;
}
.top-8 {
  top: 2rem;
}
.top-core-size-0 {
  top: 0px;
}
.top-core-size-25 {
  top: 4px;
}
.top-core-space-1400 {
  top: 224px;
}
.top-core-space-200 {
  top: 32px;
}
.top-core-space-50 {
  top: 8px;
}
.top-core-space-75 {
  top: 12px;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.m-core-space-0 {
  margin: 0px;
}
.m-core-space-100 {
  margin: 16px;
}
.m-core-space-25 {
  margin: 4px;
}
.m-core-space-50 {
  margin: 8px;
}
.m-core-space-75 {
  margin: 12px;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}
.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}
.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}
.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}
.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}
.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}
.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}
.-mx-core-space-100 {
  margin-left: -16px;
  margin-right: -16px;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}
.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}
.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}
.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}
.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}
.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}
.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}
.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}
.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.my-core-space-200 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-core-space-25 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-core-space-50 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-core-space-75 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!ml-2 {
  margin-left: 0.5rem !important;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-1\.5 {
  margin-left: -0.375rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-ml-11 {
  margin-left: -2.75rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-ml-14 {
  margin-left: -3.5rem;
}
.-ml-16 {
  margin-left: -4rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-2\.5 {
  margin-left: -0.625rem;
}
.-ml-20 {
  margin-left: -5rem;
}
.-ml-24 {
  margin-left: -6rem;
}
.-ml-28 {
  margin-left: -7rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-40 {
  margin-left: -10rem;
}
.-ml-44 {
  margin-left: -11rem;
}
.-ml-48 {
  margin-left: -12rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-ml-52 {
  margin-left: -13rem;
}
.-ml-56 {
  margin-left: -14rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-ml-60 {
  margin-left: -15rem;
}
.-ml-64 {
  margin-left: -16rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-ml-80 {
  margin-left: -20rem;
}
.-ml-\[18px\] {
  margin-left: -18px;
}
.-ml-core-space-37 {
  margin-left: -6px;
}
.-ml-core-space-50 {
  margin-left: -8px;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-1\.5 {
  margin-right: -0.375rem;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.-mr-11 {
  margin-right: -2.75rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.-mr-14 {
  margin-right: -3.5rem;
}
.-mr-16 {
  margin-right: -4rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-2\.5 {
  margin-right: -0.625rem;
}
.-mr-20 {
  margin-right: -5rem;
}
.-mr-24 {
  margin-right: -6rem;
}
.-mr-28 {
  margin-right: -7rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mr-40 {
  margin-right: -10rem;
}
.-mr-44 {
  margin-right: -11rem;
}
.-mr-48 {
  margin-right: -12rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mr-52 {
  margin-right: -13rem;
}
.-mr-56 {
  margin-right: -14rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mr-60 {
  margin-right: -15rem;
}
.-mr-64 {
  margin-right: -16rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mr-80 {
  margin-right: -20rem;
}
.-mr-\[2px\] {
  margin-right: -2px;
}
.-mt-core-space-100 {
  margin-top: -16px;
}
.-mt-core-space-50 {
  margin-top: -8px;
}
.-mt-core-space-900 {
  margin-top: -144px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-base-typography-body-l-paragraph-spacing {
  margin-bottom: 16px;
}
.mb-base-typography-body-m-paragraph-spacing {
  margin-bottom: 16px;
}
.mb-base-typography-body-s-paragraph-spacing {
  margin-bottom: 16px;
}
.mb-base-typography-body-xs-paragraph-spacing {
  margin-bottom: 16px;
}
.mb-base-typography-interface-default-l-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-default-m-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-default-s-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-default-xl-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-default-xs-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-strong-l-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-strong-m-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-strong-s-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-strong-xl-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-strong-xs-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-title-l-paragraph-spacing {
  margin-bottom: 0px;
}
.mb-base-typography-title-m-paragraph-spacing {
  margin-bottom: 0px;
}
.mb-base-typography-title-s-paragraph-spacing {
  margin-bottom: 0px;
}
.mb-base-typography-title-xl-paragraph-spacing {
  margin-bottom: 0px;
}
.mb-base-typography-title-xs-paragraph-spacing {
  margin-bottom: 0px;
}
.mb-core-size-50 {
  margin-bottom: 8px;
}
.mb-core-space-0 {
  margin-bottom: 0px;
}
.mb-core-space-400 {
  margin-bottom: 64px;
}
.mb-core-space-50 {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-24 {
  margin-left: 6rem;
}
.ml-28 {
  margin-left: 7rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-40 {
  margin-left: 10rem;
}
.ml-44 {
  margin-left: 11rem;
}
.ml-48 {
  margin-left: 12rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-52 {
  margin-left: 13rem;
}
.ml-56 {
  margin-left: 14rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-60 {
  margin-left: 15rem;
}
.ml-64 {
  margin-left: 16rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-80 {
  margin-left: 20rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[17px\] {
  margin-left: 17px;
}
.ml-core-space-25 {
  margin-left: 4px;
}
.ml-core-space-50 {
  margin-left: 8px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-11 {
  margin-right: 2.75rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-28 {
  margin-right: 7rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-40 {
  margin-right: 10rem;
}
.mr-44 {
  margin-right: 11rem;
}
.mr-48 {
  margin-right: 12rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-52 {
  margin-right: 13rem;
}
.mr-56 {
  margin-right: 14rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-60 {
  margin-right: 15rem;
}
.mr-64 {
  margin-right: 16rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-80 {
  margin-right: 20rem;
}
.mr-core-space-100 {
  margin-right: 16px;
}
.mr-core-space-25 {
  margin-right: 4px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-core-space-100 {
  margin-top: 16px;
}
.mt-core-space-150 {
  margin-top: 24px;
}
.mt-core-space-25 {
  margin-top: 4px;
}
.mt-core-space-50 {
  margin-top: 8px;
}
.mt-core-space-75 {
  margin-top: 12px;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-auto {
  height: auto !important;
}
.\!h-base-size-icon-l {
  height: 40px !important;
}
.\!h-base-size-icon-m {
  height: 32px !important;
}
.\!h-base-size-icon-s {
  height: 24px !important;
}
.\!h-base-size-icon-xl {
  height: 48px !important;
}
.\!h-base-size-icon-xs {
  height: 16px !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-1\/4 {
  height: 25%;
}
.h-1\/5 {
  height: 20%;
}
.h-1\/6 {
  height: 16.666667%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-2\/4 {
  height: 50%;
}
.h-2\/5 {
  height: 40%;
}
.h-2\/6 {
  height: 33.333333%;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3\/4 {
  height: 75%;
}
.h-3\/5 {
  height: 60%;
}
.h-3\/6 {
  height: 50%;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-4\/5 {
  height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[calc\(100\%-100px\)\] {
  height: calc(100% - 100px);
}
.h-auto {
  height: auto;
}
.h-base-size-icon-l {
  height: 40px;
}
.h-base-size-icon-m {
  height: 32px;
}
.h-base-size-icon-s {
  height: 24px;
}
.h-base-size-icon-xl {
  height: 48px;
}
.h-base-size-icon-xs {
  height: 16px;
}
.h-base-size-selectable-l {
  height: 40px;
}
.h-base-size-selectable-m {
  height: 32px;
}
.h-base-size-selectable-s {
  height: 28px;
}
.h-base-size-selectable-xl {
  height: 48px;
}
.h-base-size-selectable-xs {
  height: 24px;
}
.h-core-size-0 {
  height: 0px;
}
.h-core-size-100 {
  height: 16px;
}
.h-core-size-125 {
  height: 20px;
}
.h-core-size-150 {
  height: 24px;
}
.h-core-size-175 {
  height: 28px;
}
.h-core-size-200 {
  height: 32px;
}
.h-core-size-2400 {
  height: 384px;
}
.h-core-size-25 {
  height: 4px;
}
.h-core-size-250 {
  height: 40px;
}
.h-core-size-37 {
  height: 6px;
}
.h-core-size-50 {
  height: 8px;
}
.h-core-size-75 {
  height: 12px;
}
.h-core-space-100 {
  height: 16px;
}
.h-core-space-125 {
  height: 20px;
}
.h-core-space-150 {
  height: 24px;
}
.h-core-space-200 {
  height: 32px;
}
.h-core-space-2400 {
  height: 384px;
}
.h-core-space-25 {
  height: 4px;
}
.h-core-space-250 {
  height: 40px;
}
.h-core-space-800 {
  height: 128px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-0\.5 {
  max-height: 0.125rem;
}
.max-h-1 {
  max-height: 0.25rem;
}
.max-h-1\.5 {
  max-height: 0.375rem;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-11 {
  max-height: 2.75rem;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-14 {
  max-height: 3.5rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-2 {
  max-height: 0.5rem;
}
.max-h-2\.5 {
  max-height: 0.625rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-3 {
  max-height: 0.75rem;
}
.max-h-3\.5 {
  max-height: 0.875rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-5 {
  max-height: 1.25rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-6 {
  max-height: 1.5rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-7 {
  max-height: 1.75rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-9 {
  max-height: 2.25rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-core-size-2000 {
  max-height: 320px;
}
.max-h-core-space-1200 {
  max-height: 192px;
}
.max-h-core-space-2000 {
  max-height: 320px;
}
.max-h-core-space-2400 {
  max-height: 384px;
}
.max-h-full {
  max-height: 100%;
}
.max-h-px {
  max-height: 1px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-0\.5 {
  min-height: 0.125rem;
}
.min-h-1 {
  min-height: 0.25rem;
}
.min-h-1\.5 {
  min-height: 0.375rem;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-2\.5 {
  min-height: 0.625rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-3 {
  min-height: 0.75rem;
}
.min-h-3\.5 {
  min-height: 0.875rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-44 {
  min-height: 11rem;
}
.min-h-48 {
  min-height: 12rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-52 {
  min-height: 13rem;
}
.min-h-56 {
  min-height: 14rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-60 {
  min-height: 15rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-72 {
  min-height: 18rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-core-size-600 {
  min-height: 96px;
}
.min-h-core-space-250 {
  min-height: 40px;
}
.min-h-core-space-400 {
  min-height: 64px;
}
.min-h-core-space-500 {
  min-height: 80px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}
.min-h-px {
  min-height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-0 {
  width: 0px !important;
}
.\!w-96 {
  width: 24rem !important;
}
.\!w-\[12\%\] {
  width: 12% !important;
}
.\!w-\[40\%\] {
  width: 40% !important;
}
.\!w-base-size-icon-l {
  width: 40px !important;
}
.\!w-base-size-icon-m {
  width: 32px !important;
}
.\!w-base-size-icon-s {
  width: 24px !important;
}
.\!w-base-size-icon-xl {
  width: 48px !important;
}
.\!w-base-size-icon-xs {
  width: 16px !important;
}
.w-0 {
  width: 0px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/12 {
  width: 25%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-80 {
  width: 20rem;
}
.w-9\/12 {
  width: 75%;
}
.w-96 {
  width: 24rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-auto {
  width: auto;
}
.w-base-size-icon-l {
  width: 40px;
}
.w-base-size-icon-m {
  width: 32px;
}
.w-base-size-icon-s {
  width: 24px;
}
.w-base-size-icon-xl {
  width: 48px;
}
.w-base-size-icon-xs {
  width: 16px;
}
.w-core-size-0 {
  width: 0px;
}
.w-core-size-100 {
  width: 16px;
}
.w-core-size-1000 {
  width: 160px;
}
.w-core-size-1200 {
  width: 192px;
}
.w-core-size-125 {
  width: 20px;
}
.w-core-size-1300 {
  width: 208px;
}
.w-core-size-150 {
  width: 24px;
}
.w-core-size-1500 {
  width: 240px;
}
.w-core-size-175 {
  width: 28px;
}
.w-core-size-200 {
  width: 32px;
}
.w-core-size-2000 {
  width: 320px;
}
.w-core-size-2400 {
  width: 384px;
}
.w-core-size-25 {
  width: 4px;
}
.w-core-size-250 {
  width: 40px;
}
.w-core-size-37 {
  width: 6px;
}
.w-core-size-50 {
  width: 8px;
}
.w-core-size-500 {
  width: 80px;
}
.w-core-size-75 {
  width: 12px;
}
.w-core-size-800 {
  width: 128px;
}
.w-core-size-web-breakpoint-m {
  width: 768px;
}
.w-core-space-100 {
  width: 16px;
}
.w-core-space-1000 {
  width: 160px;
}
.w-core-space-1100 {
  width: 176px;
}
.w-core-space-1200 {
  width: 192px;
}
.w-core-space-125 {
  width: 20px;
}
.w-core-space-1500 {
  width: 240px;
}
.w-core-space-2000 {
  width: 320px;
}
.w-core-space-2400 {
  width: 384px;
}
.w-core-space-25 {
  width: 4px;
}
.w-core-space-250 {
  width: 40px;
}
.w-core-space-300 {
  width: 48px;
}
.w-core-space-500 {
  width: 80px;
}
.w-core-space-700 {
  width: 112px;
}
.w-core-space-800 {
  width: 128px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100vw\] {
  min-width: 100vw;
}
.min-w-\[2\.5rem\] {
  min-width: 2.5rem;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[144px\] {
  max-width: 144px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[225px\] {
  max-width: 225px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-1\/12 {
  flex-basis: 8.333333%;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-1\/4 {
  flex-basis: 25%;
}
.basis-1\/5 {
  flex-basis: 20%;
}
.basis-10\/12 {
  flex-basis: 83.333333%;
}
.basis-11\/12 {
  flex-basis: 91.666667%;
}
.basis-12 {
  flex-basis: 3rem;
}
.basis-2\/12 {
  flex-basis: 16.666667%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-2\/5 {
  flex-basis: 40%;
}
.basis-20 {
  flex-basis: 5rem;
}
.basis-3\/12 {
  flex-basis: 25%;
}
.basis-3\/5 {
  flex-basis: 60%;
}
.basis-4\/12 {
  flex-basis: 33.333333%;
}
.basis-4\/5 {
  flex-basis: 80%;
}
.basis-5 {
  flex-basis: 1.25rem;
}
.basis-5\/12 {
  flex-basis: 41.666667%;
}
.basis-6\/12 {
  flex-basis: 50%;
}
.basis-7\/12 {
  flex-basis: 58.333333%;
}
.basis-8\/12 {
  flex-basis: 66.666667%;
}
.basis-9\/12 {
  flex-basis: 75%;
}
.basis-full {
  flex-basis: 100%;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-top-right {
  transform-origin: top right;
}
.\!-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;
}
.-translate-x-0 {
  --tw-translate-x: -0px;
  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));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-x-\[14px\] {
  --tw-translate-x: 14px;
  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));
}
.translate-x-\[18px\] {
  --tw-translate-x: 18px;
  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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}
.translate-y-\[1px\] {
  --tw-translate-y: 1px;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.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));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.\!cursor-auto {
  cursor: auto !important;
}
.\!cursor-default {
  cursor: default !important;
}
.cursor-context-menu {
  cursor: context-menu;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.-scroll-mx-1 {
  scroll-margin-left: -0.25rem;
  scroll-margin-right: -0.25rem;
}
.-scroll-mx-1\.5 {
  scroll-margin-left: -0.375rem;
  scroll-margin-right: -0.375rem;
}
.-scroll-mx-10 {
  scroll-margin-left: -2.5rem;
  scroll-margin-right: -2.5rem;
}
.-scroll-mx-11 {
  scroll-margin-left: -2.75rem;
  scroll-margin-right: -2.75rem;
}
.-scroll-mx-12 {
  scroll-margin-left: -3rem;
  scroll-margin-right: -3rem;
}
.-scroll-mx-14 {
  scroll-margin-left: -3.5rem;
  scroll-margin-right: -3.5rem;
}
.-scroll-mx-16 {
  scroll-margin-left: -4rem;
  scroll-margin-right: -4rem;
}
.-scroll-mx-2 {
  scroll-margin-left: -0.5rem;
  scroll-margin-right: -0.5rem;
}
.-scroll-mx-2\.5 {
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}
.-scroll-mx-20 {
  scroll-margin-left: -5rem;
  scroll-margin-right: -5rem;
}
.-scroll-mx-24 {
  scroll-margin-left: -6rem;
  scroll-margin-right: -6rem;
}
.-scroll-mx-28 {
  scroll-margin-left: -7rem;
  scroll-margin-right: -7rem;
}
.-scroll-mx-4 {
  scroll-margin-left: -1rem;
  scroll-margin-right: -1rem;
}
.-scroll-mx-40 {
  scroll-margin-left: -10rem;
  scroll-margin-right: -10rem;
}
.-scroll-mx-44 {
  scroll-margin-left: -11rem;
  scroll-margin-right: -11rem;
}
.-scroll-mx-48 {
  scroll-margin-left: -12rem;
  scroll-margin-right: -12rem;
}
.-scroll-mx-5 {
  scroll-margin-left: -1.25rem;
  scroll-margin-right: -1.25rem;
}
.-scroll-mx-52 {
  scroll-margin-left: -13rem;
  scroll-margin-right: -13rem;
}
.-scroll-mx-56 {
  scroll-margin-left: -14rem;
  scroll-margin-right: -14rem;
}
.-scroll-mx-6 {
  scroll-margin-left: -1.5rem;
  scroll-margin-right: -1.5rem;
}
.-scroll-mx-60 {
  scroll-margin-left: -15rem;
  scroll-margin-right: -15rem;
}
.-scroll-mx-64 {
  scroll-margin-left: -16rem;
  scroll-margin-right: -16rem;
}
.-scroll-mx-8 {
  scroll-margin-left: -2rem;
  scroll-margin-right: -2rem;
}
.-scroll-mx-80 {
  scroll-margin-left: -20rem;
  scroll-margin-right: -20rem;
}
.-scroll-my-1 {
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}
.-scroll-my-1\.5 {
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}
.-scroll-my-10 {
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}
.-scroll-my-11 {
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}
.-scroll-my-12 {
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}
.-scroll-my-14 {
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}
.-scroll-my-16 {
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}
.-scroll-my-2 {
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}
.-scroll-my-2\.5 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}
.-scroll-my-20 {
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}
.-scroll-my-24 {
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}
.-scroll-my-28 {
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}
.-scroll-my-4 {
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}
.-scroll-my-40 {
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}
.-scroll-my-44 {
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}
.-scroll-my-48 {
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}
.-scroll-my-5 {
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}
.-scroll-my-52 {
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}
.-scroll-my-56 {
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}
.-scroll-my-6 {
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}
.-scroll-my-60 {
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}
.-scroll-my-64 {
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}
.-scroll-my-8 {
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}
.-scroll-my-80 {
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}
.scroll-mx-1 {
  scroll-margin-left: 0.25rem;
  scroll-margin-right: 0.25rem;
}
.scroll-mx-1\.5 {
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}
.scroll-mx-10 {
  scroll-margin-left: 2.5rem;
  scroll-margin-right: 2.5rem;
}
.scroll-mx-11 {
  scroll-margin-left: 2.75rem;
  scroll-margin-right: 2.75rem;
}
.scroll-mx-12 {
  scroll-margin-left: 3rem;
  scroll-margin-right: 3rem;
}
.scroll-mx-14 {
  scroll-margin-left: 3.5rem;
  scroll-margin-right: 3.5rem;
}
.scroll-mx-16 {
  scroll-margin-left: 4rem;
  scroll-margin-right: 4rem;
}
.scroll-mx-2 {
  scroll-margin-left: 0.5rem;
  scroll-margin-right: 0.5rem;
}
.scroll-mx-2\.5 {
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}
.scroll-mx-20 {
  scroll-margin-left: 5rem;
  scroll-margin-right: 5rem;
}
.scroll-mx-24 {
  scroll-margin-left: 6rem;
  scroll-margin-right: 6rem;
}
.scroll-mx-28 {
  scroll-margin-left: 7rem;
  scroll-margin-right: 7rem;
}
.scroll-mx-4 {
  scroll-margin-left: 1rem;
  scroll-margin-right: 1rem;
}
.scroll-mx-40 {
  scroll-margin-left: 10rem;
  scroll-margin-right: 10rem;
}
.scroll-mx-44 {
  scroll-margin-left: 11rem;
  scroll-margin-right: 11rem;
}
.scroll-mx-48 {
  scroll-margin-left: 12rem;
  scroll-margin-right: 12rem;
}
.scroll-mx-5 {
  scroll-margin-left: 1.25rem;
  scroll-margin-right: 1.25rem;
}
.scroll-mx-52 {
  scroll-margin-left: 13rem;
  scroll-margin-right: 13rem;
}
.scroll-mx-56 {
  scroll-margin-left: 14rem;
  scroll-margin-right: 14rem;
}
.scroll-mx-6 {
  scroll-margin-left: 1.5rem;
  scroll-margin-right: 1.5rem;
}
.scroll-mx-60 {
  scroll-margin-left: 15rem;
  scroll-margin-right: 15rem;
}
.scroll-mx-64 {
  scroll-margin-left: 16rem;
  scroll-margin-right: 16rem;
}
.scroll-mx-8 {
  scroll-margin-left: 2rem;
  scroll-margin-right: 2rem;
}
.scroll-mx-80 {
  scroll-margin-left: 20rem;
  scroll-margin-right: 20rem;
}
.scroll-my-1 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}
.scroll-my-1\.5 {
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}
.scroll-my-10 {
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}
.scroll-my-11 {
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}
.scroll-my-12 {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}
.scroll-my-14 {
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}
.scroll-my-16 {
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}
.scroll-my-2 {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}
.scroll-my-2\.5 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}
.scroll-my-20 {
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}
.scroll-my-24 {
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}
.scroll-my-28 {
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}
.scroll-my-4 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}
.scroll-my-40 {
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}
.scroll-my-44 {
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}
.scroll-my-48 {
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}
.scroll-my-5 {
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}
.scroll-my-52 {
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}
.scroll-my-56 {
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}
.scroll-my-6 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}
.scroll-my-60 {
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}
.scroll-my-64 {
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}
.scroll-my-8 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}
.scroll-my-80 {
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}
.-scroll-ml-1 {
  scroll-margin-left: -0.25rem;
}
.-scroll-ml-1\.5 {
  scroll-margin-left: -0.375rem;
}
.-scroll-ml-10 {
  scroll-margin-left: -2.5rem;
}
.-scroll-ml-11 {
  scroll-margin-left: -2.75rem;
}
.-scroll-ml-12 {
  scroll-margin-left: -3rem;
}
.-scroll-ml-14 {
  scroll-margin-left: -3.5rem;
}
.-scroll-ml-16 {
  scroll-margin-left: -4rem;
}
.-scroll-ml-2 {
  scroll-margin-left: -0.5rem;
}
.-scroll-ml-2\.5 {
  scroll-margin-left: -0.625rem;
}
.-scroll-ml-20 {
  scroll-margin-left: -5rem;
}
.-scroll-ml-24 {
  scroll-margin-left: -6rem;
}
.-scroll-ml-28 {
  scroll-margin-left: -7rem;
}
.-scroll-ml-4 {
  scroll-margin-left: -1rem;
}
.-scroll-ml-40 {
  scroll-margin-left: -10rem;
}
.-scroll-ml-44 {
  scroll-margin-left: -11rem;
}
.-scroll-ml-48 {
  scroll-margin-left: -12rem;
}
.-scroll-ml-5 {
  scroll-margin-left: -1.25rem;
}
.-scroll-ml-52 {
  scroll-margin-left: -13rem;
}
.-scroll-ml-56 {
  scroll-margin-left: -14rem;
}
.-scroll-ml-6 {
  scroll-margin-left: -1.5rem;
}
.-scroll-ml-60 {
  scroll-margin-left: -15rem;
}
.-scroll-ml-64 {
  scroll-margin-left: -16rem;
}
.-scroll-ml-8 {
  scroll-margin-left: -2rem;
}
.-scroll-ml-80 {
  scroll-margin-left: -20rem;
}
.-scroll-mr-1 {
  scroll-margin-right: -0.25rem;
}
.-scroll-mr-1\.5 {
  scroll-margin-right: -0.375rem;
}
.-scroll-mr-10 {
  scroll-margin-right: -2.5rem;
}
.-scroll-mr-11 {
  scroll-margin-right: -2.75rem;
}
.-scroll-mr-12 {
  scroll-margin-right: -3rem;
}
.-scroll-mr-14 {
  scroll-margin-right: -3.5rem;
}
.-scroll-mr-16 {
  scroll-margin-right: -4rem;
}
.-scroll-mr-2 {
  scroll-margin-right: -0.5rem;
}
.-scroll-mr-2\.5 {
  scroll-margin-right: -0.625rem;
}
.-scroll-mr-20 {
  scroll-margin-right: -5rem;
}
.-scroll-mr-24 {
  scroll-margin-right: -6rem;
}
.-scroll-mr-28 {
  scroll-margin-right: -7rem;
}
.-scroll-mr-4 {
  scroll-margin-right: -1rem;
}
.-scroll-mr-40 {
  scroll-margin-right: -10rem;
}
.-scroll-mr-44 {
  scroll-margin-right: -11rem;
}
.-scroll-mr-48 {
  scroll-margin-right: -12rem;
}
.-scroll-mr-5 {
  scroll-margin-right: -1.25rem;
}
.-scroll-mr-52 {
  scroll-margin-right: -13rem;
}
.-scroll-mr-56 {
  scroll-margin-right: -14rem;
}
.-scroll-mr-6 {
  scroll-margin-right: -1.5rem;
}
.-scroll-mr-60 {
  scroll-margin-right: -15rem;
}
.-scroll-mr-64 {
  scroll-margin-right: -16rem;
}
.-scroll-mr-8 {
  scroll-margin-right: -2rem;
}
.-scroll-mr-80 {
  scroll-margin-right: -20rem;
}
.scroll-ml-1 {
  scroll-margin-left: 0.25rem;
}
.scroll-ml-1\.5 {
  scroll-margin-left: 0.375rem;
}
.scroll-ml-10 {
  scroll-margin-left: 2.5rem;
}
.scroll-ml-11 {
  scroll-margin-left: 2.75rem;
}
.scroll-ml-12 {
  scroll-margin-left: 3rem;
}
.scroll-ml-14 {
  scroll-margin-left: 3.5rem;
}
.scroll-ml-16 {
  scroll-margin-left: 4rem;
}
.scroll-ml-2 {
  scroll-margin-left: 0.5rem;
}
.scroll-ml-2\.5 {
  scroll-margin-left: 0.625rem;
}
.scroll-ml-20 {
  scroll-margin-left: 5rem;
}
.scroll-ml-24 {
  scroll-margin-left: 6rem;
}
.scroll-ml-28 {
  scroll-margin-left: 7rem;
}
.scroll-ml-4 {
  scroll-margin-left: 1rem;
}
.scroll-ml-40 {
  scroll-margin-left: 10rem;
}
.scroll-ml-44 {
  scroll-margin-left: 11rem;
}
.scroll-ml-48 {
  scroll-margin-left: 12rem;
}
.scroll-ml-5 {
  scroll-margin-left: 1.25rem;
}
.scroll-ml-52 {
  scroll-margin-left: 13rem;
}
.scroll-ml-56 {
  scroll-margin-left: 14rem;
}
.scroll-ml-6 {
  scroll-margin-left: 1.5rem;
}
.scroll-ml-60 {
  scroll-margin-left: 15rem;
}
.scroll-ml-64 {
  scroll-margin-left: 16rem;
}
.scroll-ml-8 {
  scroll-margin-left: 2rem;
}
.scroll-ml-80 {
  scroll-margin-left: 20rem;
}
.scroll-mr-1 {
  scroll-margin-right: 0.25rem;
}
.scroll-mr-1\.5 {
  scroll-margin-right: 0.375rem;
}
.scroll-mr-10 {
  scroll-margin-right: 2.5rem;
}
.scroll-mr-11 {
  scroll-margin-right: 2.75rem;
}
.scroll-mr-12 {
  scroll-margin-right: 3rem;
}
.scroll-mr-14 {
  scroll-margin-right: 3.5rem;
}
.scroll-mr-16 {
  scroll-margin-right: 4rem;
}
.scroll-mr-2 {
  scroll-margin-right: 0.5rem;
}
.scroll-mr-2\.5 {
  scroll-margin-right: 0.625rem;
}
.scroll-mr-20 {
  scroll-margin-right: 5rem;
}
.scroll-mr-24 {
  scroll-margin-right: 6rem;
}
.scroll-mr-28 {
  scroll-margin-right: 7rem;
}
.scroll-mr-4 {
  scroll-margin-right: 1rem;
}
.scroll-mr-40 {
  scroll-margin-right: 10rem;
}
.scroll-mr-44 {
  scroll-margin-right: 11rem;
}
.scroll-mr-48 {
  scroll-margin-right: 12rem;
}
.scroll-mr-5 {
  scroll-margin-right: 1.25rem;
}
.scroll-mr-52 {
  scroll-margin-right: 13rem;
}
.scroll-mr-56 {
  scroll-margin-right: 14rem;
}
.scroll-mr-6 {
  scroll-margin-right: 1.5rem;
}
.scroll-mr-60 {
  scroll-margin-right: 15rem;
}
.scroll-mr-64 {
  scroll-margin-right: 16rem;
}
.scroll-mr-8 {
  scroll-margin-right: 2rem;
}
.scroll-mr-80 {
  scroll-margin-right: 20rem;
}
.scroll-px-1 {
  scroll-padding-left: 0.25rem;
  scroll-padding-right: 0.25rem;
}
.scroll-px-1\.5 {
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}
.scroll-px-10 {
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}
.scroll-px-11 {
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}
.scroll-px-12 {
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}
.scroll-px-14 {
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}
.scroll-px-16 {
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}
.scroll-px-2 {
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}
.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}
.scroll-px-20 {
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}
.scroll-px-24 {
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}
.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}
.scroll-px-4 {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}
.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}
.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}
.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}
.scroll-px-5 {
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}
.scroll-px-52 {
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}
.scroll-px-56 {
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}
.scroll-px-6 {
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}
.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}
.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}
.scroll-px-8 {
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}
.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}
.scroll-py-1 {
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}
.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}
.scroll-py-10 {
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}
.scroll-py-11 {
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}
.scroll-py-12 {
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}
.scroll-py-14 {
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}
.scroll-py-16 {
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}
.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}
.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}
.scroll-py-20 {
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}
.scroll-py-24 {
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}
.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}
.scroll-py-4 {
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}
.scroll-py-40 {
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}
.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}
.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}
.scroll-py-5 {
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}
.scroll-py-52 {
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}
.scroll-py-56 {
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}
.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}
.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}
.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}
.scroll-py-8 {
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}
.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}
.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-start {
  place-items: start;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.place-items-baseline {
  place-items: baseline;
}
.place-items-stretch {
  place-items: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-core-size-150 {
  gap: 24px;
}
.gap-core-space-0 {
  gap: 0px;
}
.gap-core-space-150 {
  gap: 24px;
}
.gap-core-space-50 {
  gap: 8px;
}
.gap-px {
  gap: 1px;
}
.gap-x-core-space-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-core-space-100 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-core-space-125 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-core-space-150 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-core-space-175 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.gap-x-core-space-200 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-x-core-space-225 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.gap-x-core-space-2400 {
  -moz-column-gap: 384px;
       column-gap: 384px;
}
.gap-x-core-space-25 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.gap-x-core-space-250 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.gap-x-core-space-300 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.gap-x-core-space-50 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-core-space-75 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-y-core-space-0 {
  row-gap: 0px;
}
.gap-y-core-space-100 {
  row-gap: 16px;
}
.gap-y-core-space-12 {
  row-gap: 2px;
}
.gap-y-core-space-125 {
  row-gap: 20px;
}
.gap-y-core-space-150 {
  row-gap: 24px;
}
.gap-y-core-space-175 {
  row-gap: 28px;
}
.gap-y-core-space-200 {
  row-gap: 32px;
}
.gap-y-core-space-225 {
  row-gap: 36px;
}
.gap-y-core-space-2400 {
  row-gap: 384px;
}
.gap-y-core-space-25 {
  row-gap: 4px;
}
.gap-y-core-space-250 {
  row-gap: 40px;
}
.gap-y-core-space-300 {
  row-gap: 48px;
}
.gap-y-core-space-50 {
  row-gap: 8px;
}
.gap-y-core-space-75 {
  row-gap: 12px;
}
.space-x-1 > :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)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-175 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(28px * var(--tw-space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(36px * var(--tw-space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-2400 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(384px * var(--tw-space-x-reverse));
  margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-250 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(40px * var(--tw-space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(48px * var(--tw-space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-core-space-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-core-space-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-core-space-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-y-core-space-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-core-space-175 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(28px * var(--tw-space-y-reverse));
}
.space-y-core-space-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.space-y-core-space-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(36px * var(--tw-space-y-reverse));
}
.space-y-core-space-2400 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(384px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(384px * var(--tw-space-y-reverse));
}
.space-y-core-space-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.space-y-core-space-250 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-y-core-space-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px * var(--tw-space-y-reverse));
}
.space-y-core-space-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-y-core-space-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1.5px * var(--tw-divide-x-reverse));
  border-left-width: calc(1.5px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2.5px * var(--tw-divide-x-reverse));
  border-left-width: calc(2.5px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3px * var(--tw-divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3.5px * var(--tw-divide-x-reverse));
  border-left-width: calc(3.5px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0.5px * var(--tw-divide-x-reverse));
  border-left-width: calc(0.5px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1.5px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2.5px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3.5px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0.5px * var(--tw-divide-y-reverse));
}
.divide-base-color-bg-accent > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 224 255 / var(--tw-divide-opacity));
}
.divide-base-color-bg-accent-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 94 239 / var(--tw-divide-opacity));
}
.divide-base-color-bg-accent-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0);
}
.divide-base-color-bg-accent-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.1);
}
.divide-base-color-bg-accent-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 1);
}
.divide-base-color-bg-accent-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.2);
}
.divide-base-color-bg-accent-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.25);
}
.divide-base-color-bg-accent-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.3);
}
.divide-base-color-bg-accent-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.4);
}
.divide-base-color-bg-accent-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.05);
}
.divide-base-color-bg-accent-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.5);
}
.divide-base-color-bg-accent-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.6);
}
.divide-base-color-bg-accent-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.7);
}
.divide-base-color-bg-accent-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.75);
}
.divide-base-color-bg-accent-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.8);
}
.divide-base-color-bg-accent-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.9);
}
.divide-base-color-bg-accent-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.95);
}
.divide-base-color-bg-accent-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 60%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 10%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 100%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 20%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 30%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 40%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 50%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 60%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 70%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 80%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 90%);
}
.divide-base-color-bg-accent-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 248 255 / var(--tw-divide-opacity));
}
.divide-base-color-bg-accent-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0);
}
.divide-base-color-bg-accent-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.1);
}
.divide-base-color-bg-accent-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 1);
}
.divide-base-color-bg-accent-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.2);
}
.divide-base-color-bg-accent-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.25);
}
.divide-base-color-bg-accent-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.3);
}
.divide-base-color-bg-accent-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.4);
}
.divide-base-color-bg-accent-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.05);
}
.divide-base-color-bg-accent-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.5);
}
.divide-base-color-bg-accent-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.6);
}
.divide-base-color-bg-accent-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.7);
}
.divide-base-color-bg-accent-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.75);
}
.divide-base-color-bg-accent-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.8);
}
.divide-base-color-bg-accent-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.9);
}
.divide-base-color-bg-accent-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.95);
}
.divide-base-color-bg-accent-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 60%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 10%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 100%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 20%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 30%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 40%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 50%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 60%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 70%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 80%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 90%);
}
.divide-base-color-bg-accent\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0);
}
.divide-base-color-bg-accent\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.1);
}
.divide-base-color-bg-accent\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 1);
}
.divide-base-color-bg-accent\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.2);
}
.divide-base-color-bg-accent\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.25);
}
.divide-base-color-bg-accent\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.3);
}
.divide-base-color-bg-accent\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.4);
}
.divide-base-color-bg-accent\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.05);
}
.divide-base-color-bg-accent\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.5);
}
.divide-base-color-bg-accent\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.6);
}
.divide-base-color-bg-accent\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.7);
}
.divide-base-color-bg-accent\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.75);
}
.divide-base-color-bg-accent\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.8);
}
.divide-base-color-bg-accent\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.9);
}
.divide-base-color-bg-accent\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.95);
}
.divide-base-color-bg-accent\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 60%);
}
.divide-base-color-bg-accent\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0%);
}
.divide-base-color-bg-accent\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 10%);
}
.divide-base-color-bg-accent\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 100%);
}
.divide-base-color-bg-accent\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 20%);
}
.divide-base-color-bg-accent\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 30%);
}
.divide-base-color-bg-accent\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 40%);
}
.divide-base-color-bg-accent\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 50%);
}
.divide-base-color-bg-accent\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 60%);
}
.divide-base-color-bg-accent\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 70%);
}
.divide-base-color-bg-accent\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 80%);
}
.divide-base-color-bg-accent\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 90%);
}
.divide-base-color-bg-attention > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 200 / var(--tw-divide-opacity));
}
.divide-base-color-bg-attention-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 105 3 / var(--tw-divide-opacity));
}
.divide-base-color-bg-attention-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0);
}
.divide-base-color-bg-attention-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.1);
}
.divide-base-color-bg-attention-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 1);
}
.divide-base-color-bg-attention-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.2);
}
.divide-base-color-bg-attention-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.25);
}
.divide-base-color-bg-attention-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.3);
}
.divide-base-color-bg-attention-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.4);
}
.divide-base-color-bg-attention-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.05);
}
.divide-base-color-bg-attention-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.5);
}
.divide-base-color-bg-attention-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.6);
}
.divide-base-color-bg-attention-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.7);
}
.divide-base-color-bg-attention-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.75);
}
.divide-base-color-bg-attention-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.8);
}
.divide-base-color-bg-attention-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.9);
}
.divide-base-color-bg-attention-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.95);
}
.divide-base-color-bg-attention-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 60%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 10%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 100%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 20%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 30%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 40%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 50%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 60%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 70%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 80%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 90%);
}
.divide-base-color-bg-attention-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 252 245 / var(--tw-divide-opacity));
}
.divide-base-color-bg-attention-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0);
}
.divide-base-color-bg-attention-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.1);
}
.divide-base-color-bg-attention-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 1);
}
.divide-base-color-bg-attention-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.2);
}
.divide-base-color-bg-attention-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.25);
}
.divide-base-color-bg-attention-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.3);
}
.divide-base-color-bg-attention-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.4);
}
.divide-base-color-bg-attention-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.05);
}
.divide-base-color-bg-attention-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.5);
}
.divide-base-color-bg-attention-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.6);
}
.divide-base-color-bg-attention-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.7);
}
.divide-base-color-bg-attention-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.75);
}
.divide-base-color-bg-attention-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.8);
}
.divide-base-color-bg-attention-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.9);
}
.divide-base-color-bg-attention-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.95);
}
.divide-base-color-bg-attention-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 60%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 10%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 100%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 20%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 30%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 40%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 50%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 60%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 70%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 80%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 90%);
}
.divide-base-color-bg-attention\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0);
}
.divide-base-color-bg-attention\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.1);
}
.divide-base-color-bg-attention\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 1);
}
.divide-base-color-bg-attention\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.2);
}
.divide-base-color-bg-attention\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.25);
}
.divide-base-color-bg-attention\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.3);
}
.divide-base-color-bg-attention\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.4);
}
.divide-base-color-bg-attention\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.05);
}
.divide-base-color-bg-attention\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.5);
}
.divide-base-color-bg-attention\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.6);
}
.divide-base-color-bg-attention\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.7);
}
.divide-base-color-bg-attention\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.75);
}
.divide-base-color-bg-attention\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.8);
}
.divide-base-color-bg-attention\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.9);
}
.divide-base-color-bg-attention\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.95);
}
.divide-base-color-bg-attention\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 60%);
}
.divide-base-color-bg-attention\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0%);
}
.divide-base-color-bg-attention\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 10%);
}
.divide-base-color-bg-attention\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 100%);
}
.divide-base-color-bg-attention\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 20%);
}
.divide-base-color-bg-attention\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 30%);
}
.divide-base-color-bg-attention\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 40%);
}
.divide-base-color-bg-attention\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 50%);
}
.divide-base-color-bg-attention\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 60%);
}
.divide-base-color-bg-attention\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 70%);
}
.divide-base-color-bg-attention\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 80%);
}
.divide-base-color-bg-attention\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 90%);
}
.divide-base-color-bg-brand > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 214 249 / var(--tw-divide-opacity));
}
.divide-base-color-bg-brand-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-divide-opacity));
}
.divide-base-color-bg-brand-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0);
}
.divide-base-color-bg-brand-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.1);
}
.divide-base-color-bg-brand-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 1);
}
.divide-base-color-bg-brand-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.2);
}
.divide-base-color-bg-brand-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.25);
}
.divide-base-color-bg-brand-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.3);
}
.divide-base-color-bg-brand-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.4);
}
.divide-base-color-bg-brand-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.05);
}
.divide-base-color-bg-brand-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.5);
}
.divide-base-color-bg-brand-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.6);
}
.divide-base-color-bg-brand-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.7);
}
.divide-base-color-bg-brand-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.75);
}
.divide-base-color-bg-brand-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.8);
}
.divide-base-color-bg-brand-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.9);
}
.divide-base-color-bg-brand-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.95);
}
.divide-base-color-bg-brand-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 60%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 10%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 100%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 20%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 30%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 40%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 50%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 60%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 70%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 80%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 90%);
}
.divide-base-color-bg-brand-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(242 244 253 / var(--tw-divide-opacity));
}
.divide-base-color-bg-brand-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0);
}
.divide-base-color-bg-brand-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.1);
}
.divide-base-color-bg-brand-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 1);
}
.divide-base-color-bg-brand-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.2);
}
.divide-base-color-bg-brand-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.25);
}
.divide-base-color-bg-brand-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.3);
}
.divide-base-color-bg-brand-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.4);
}
.divide-base-color-bg-brand-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.05);
}
.divide-base-color-bg-brand-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.5);
}
.divide-base-color-bg-brand-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.6);
}
.divide-base-color-bg-brand-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.7);
}
.divide-base-color-bg-brand-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.75);
}
.divide-base-color-bg-brand-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.8);
}
.divide-base-color-bg-brand-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.9);
}
.divide-base-color-bg-brand-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.95);
}
.divide-base-color-bg-brand-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 60%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 10%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 100%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 20%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 30%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 40%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 50%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 60%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 70%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 80%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 90%);
}
.divide-base-color-bg-brand\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0);
}
.divide-base-color-bg-brand\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.1);
}
.divide-base-color-bg-brand\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 1);
}
.divide-base-color-bg-brand\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.2);
}
.divide-base-color-bg-brand\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.25);
}
.divide-base-color-bg-brand\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.3);
}
.divide-base-color-bg-brand\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.4);
}
.divide-base-color-bg-brand\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.05);
}
.divide-base-color-bg-brand\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.5);
}
.divide-base-color-bg-brand\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.6);
}
.divide-base-color-bg-brand\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.7);
}
.divide-base-color-bg-brand\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.75);
}
.divide-base-color-bg-brand\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.8);
}
.divide-base-color-bg-brand\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.9);
}
.divide-base-color-bg-brand\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.95);
}
.divide-base-color-bg-brand\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 60%);
}
.divide-base-color-bg-brand\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0%);
}
.divide-base-color-bg-brand\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 10%);
}
.divide-base-color-bg-brand\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 100%);
}
.divide-base-color-bg-brand\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 20%);
}
.divide-base-color-bg-brand\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 30%);
}
.divide-base-color-bg-brand\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 40%);
}
.divide-base-color-bg-brand\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 50%);
}
.divide-base-color-bg-brand\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 60%);
}
.divide-base-color-bg-brand\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 70%);
}
.divide-base-color-bg-brand\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 80%);
}
.divide-base-color-bg-brand\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 90%);
}
.divide-base-color-bg-danger > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 227 225 / var(--tw-divide-opacity));
}
.divide-base-color-bg-danger-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-divide-opacity));
}
.divide-base-color-bg-danger-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0);
}
.divide-base-color-bg-danger-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.1);
}
.divide-base-color-bg-danger-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 1);
}
.divide-base-color-bg-danger-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.2);
}
.divide-base-color-bg-danger-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.25);
}
.divide-base-color-bg-danger-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.3);
}
.divide-base-color-bg-danger-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.4);
}
.divide-base-color-bg-danger-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.05);
}
.divide-base-color-bg-danger-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.5);
}
.divide-base-color-bg-danger-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.6);
}
.divide-base-color-bg-danger-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.7);
}
.divide-base-color-bg-danger-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.75);
}
.divide-base-color-bg-danger-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.8);
}
.divide-base-color-bg-danger-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.9);
}
.divide-base-color-bg-danger-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.95);
}
.divide-base-color-bg-danger-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 60%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 10%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 100%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 20%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 30%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 40%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 50%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 60%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 70%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 80%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 90%);
}
.divide-base-color-bg-danger-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 251 250 / var(--tw-divide-opacity));
}
.divide-base-color-bg-danger-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0);
}
.divide-base-color-bg-danger-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.1);
}
.divide-base-color-bg-danger-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 1);
}
.divide-base-color-bg-danger-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.2);
}
.divide-base-color-bg-danger-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.25);
}
.divide-base-color-bg-danger-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.3);
}
.divide-base-color-bg-danger-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.4);
}
.divide-base-color-bg-danger-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.05);
}
.divide-base-color-bg-danger-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.5);
}
.divide-base-color-bg-danger-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.6);
}
.divide-base-color-bg-danger-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.7);
}
.divide-base-color-bg-danger-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.75);
}
.divide-base-color-bg-danger-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.8);
}
.divide-base-color-bg-danger-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.9);
}
.divide-base-color-bg-danger-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.95);
}
.divide-base-color-bg-danger-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 60%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 10%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 100%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 20%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 30%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 40%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 50%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 60%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 70%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 80%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 90%);
}
.divide-base-color-bg-danger\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0);
}
.divide-base-color-bg-danger\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.1);
}
.divide-base-color-bg-danger\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 1);
}
.divide-base-color-bg-danger\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.2);
}
.divide-base-color-bg-danger\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.25);
}
.divide-base-color-bg-danger\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.3);
}
.divide-base-color-bg-danger\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.4);
}
.divide-base-color-bg-danger\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.05);
}
.divide-base-color-bg-danger\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.5);
}
.divide-base-color-bg-danger\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.6);
}
.divide-base-color-bg-danger\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.7);
}
.divide-base-color-bg-danger\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.75);
}
.divide-base-color-bg-danger\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.8);
}
.divide-base-color-bg-danger\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.9);
}
.divide-base-color-bg-danger\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.95);
}
.divide-base-color-bg-danger\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 60%);
}
.divide-base-color-bg-danger\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0%);
}
.divide-base-color-bg-danger\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 10%);
}
.divide-base-color-bg-danger\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 100%);
}
.divide-base-color-bg-danger\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 20%);
}
.divide-base-color-bg-danger\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 30%);
}
.divide-base-color-bg-danger\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 40%);
}
.divide-base-color-bg-danger\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 50%);
}
.divide-base-color-bg-danger\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 60%);
}
.divide-base-color-bg-danger\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 70%);
}
.divide-base-color-bg-danger\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 80%);
}
.divide-base-color-bg-danger\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 90%);
}
.divide-base-color-bg-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.divide-base-color-bg-default\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}
.divide-base-color-bg-default\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.divide-base-color-bg-default\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-base-color-bg-default\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}
.divide-base-color-bg-default\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}
.divide-base-color-bg-default\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}
.divide-base-color-bg-default\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}
.divide-base-color-bg-default\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.divide-base-color-bg-default\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-base-color-bg-default\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}
.divide-base-color-bg-default\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}
.divide-base-color-bg-default\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}
.divide-base-color-bg-default\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}
.divide-base-color-bg-default\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}
.divide-base-color-bg-default\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}
.divide-base-color-bg-default\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 60%);
}
.divide-base-color-bg-default\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0%);
}
.divide-base-color-bg-default\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 10%);
}
.divide-base-color-bg-default\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 100%);
}
.divide-base-color-bg-default\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 20%);
}
.divide-base-color-bg-default\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 30%);
}
.divide-base-color-bg-default\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 40%);
}
.divide-base-color-bg-default\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 50%);
}
.divide-base-color-bg-default\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 60%);
}
.divide-base-color-bg-default\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 70%);
}
.divide-base-color-bg-default\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 80%);
}
.divide-base-color-bg-default\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 90%);
}
.divide-base-color-bg-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 24 40 / var(--tw-divide-opacity));
}
.divide-base-color-bg-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0);
}
.divide-base-color-bg-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.1);
}
.divide-base-color-bg-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 1);
}
.divide-base-color-bg-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.2);
}
.divide-base-color-bg-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.25);
}
.divide-base-color-bg-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.3);
}
.divide-base-color-bg-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.4);
}
.divide-base-color-bg-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.05);
}
.divide-base-color-bg-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.5);
}
.divide-base-color-bg-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.6);
}
.divide-base-color-bg-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.7);
}
.divide-base-color-bg-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.75);
}
.divide-base-color-bg-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.8);
}
.divide-base-color-bg-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.9);
}
.divide-base-color-bg-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.95);
}
.divide-base-color-bg-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 60%);
}
.divide-base-color-bg-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0%);
}
.divide-base-color-bg-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 10%);
}
.divide-base-color-bg-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 100%);
}
.divide-base-color-bg-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 20%);
}
.divide-base-color-bg-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 30%);
}
.divide-base-color-bg-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 40%);
}
.divide-base-color-bg-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 50%);
}
.divide-base-color-bg-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 60%);
}
.divide-base-color-bg-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 70%);
}
.divide-base-color-bg-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 80%);
}
.divide-base-color-bg-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 90%);
}
.divide-base-color-bg-muted > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-divide-opacity));
}
.divide-base-color-bg-muted\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0);
}
.divide-base-color-bg-muted\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.1);
}
.divide-base-color-bg-muted\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 1);
}
.divide-base-color-bg-muted\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.2);
}
.divide-base-color-bg-muted\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.25);
}
.divide-base-color-bg-muted\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.3);
}
.divide-base-color-bg-muted\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.4);
}
.divide-base-color-bg-muted\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.05);
}
.divide-base-color-bg-muted\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.5);
}
.divide-base-color-bg-muted\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.6);
}
.divide-base-color-bg-muted\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.7);
}
.divide-base-color-bg-muted\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.75);
}
.divide-base-color-bg-muted\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.8);
}
.divide-base-color-bg-muted\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.9);
}
.divide-base-color-bg-muted\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.95);
}
.divide-base-color-bg-muted\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 60%);
}
.divide-base-color-bg-muted\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0%);
}
.divide-base-color-bg-muted\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 10%);
}
.divide-base-color-bg-muted\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 100%);
}
.divide-base-color-bg-muted\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 20%);
}
.divide-base-color-bg-muted\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 30%);
}
.divide-base-color-bg-muted\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 40%);
}
.divide-base-color-bg-muted\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 50%);
}
.divide-base-color-bg-muted\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 60%);
}
.divide-base-color-bg-muted\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 70%);
}
.divide-base-color-bg-muted\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 80%);
}
.divide-base-color-bg-muted\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 90%);
}
.divide-base-color-bg-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-divide-opacity));
}
.divide-base-color-bg-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0);
}
.divide-base-color-bg-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.1);
}
.divide-base-color-bg-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 1);
}
.divide-base-color-bg-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.2);
}
.divide-base-color-bg-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.25);
}
.divide-base-color-bg-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.3);
}
.divide-base-color-bg-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.4);
}
.divide-base-color-bg-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.05);
}
.divide-base-color-bg-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.5);
}
.divide-base-color-bg-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.6);
}
.divide-base-color-bg-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.7);
}
.divide-base-color-bg-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.75);
}
.divide-base-color-bg-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.8);
}
.divide-base-color-bg-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.9);
}
.divide-base-color-bg-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.95);
}
.divide-base-color-bg-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 60%);
}
.divide-base-color-bg-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0%);
}
.divide-base-color-bg-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 10%);
}
.divide-base-color-bg-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 100%);
}
.divide-base-color-bg-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 20%);
}
.divide-base-color-bg-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 30%);
}
.divide-base-color-bg-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 40%);
}
.divide-base-color-bg-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 50%);
}
.divide-base-color-bg-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 60%);
}
.divide-base-color-bg-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 70%);
}
.divide-base-color-bg-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 80%);
}
.divide-base-color-bg-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 90%);
}
.divide-base-color-bg-success > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 250 223 / var(--tw-divide-opacity));
}
.divide-base-color-bg-success-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(18 181 105 / var(--tw-divide-opacity));
}
.divide-base-color-bg-success-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0);
}
.divide-base-color-bg-success-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.1);
}
.divide-base-color-bg-success-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 1);
}
.divide-base-color-bg-success-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.2);
}
.divide-base-color-bg-success-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.25);
}
.divide-base-color-bg-success-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.3);
}
.divide-base-color-bg-success-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.4);
}
.divide-base-color-bg-success-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.05);
}
.divide-base-color-bg-success-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.5);
}
.divide-base-color-bg-success-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.6);
}
.divide-base-color-bg-success-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.7);
}
.divide-base-color-bg-success-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.75);
}
.divide-base-color-bg-success-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.8);
}
.divide-base-color-bg-success-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.9);
}
.divide-base-color-bg-success-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.95);
}
.divide-base-color-bg-success-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 60%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 10%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 100%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 20%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 30%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 40%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 50%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 60%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 70%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 80%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 90%);
}
.divide-base-color-bg-success-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(246 254 249 / var(--tw-divide-opacity));
}
.divide-base-color-bg-success-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0);
}
.divide-base-color-bg-success-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.1);
}
.divide-base-color-bg-success-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 1);
}
.divide-base-color-bg-success-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.2);
}
.divide-base-color-bg-success-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.25);
}
.divide-base-color-bg-success-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.3);
}
.divide-base-color-bg-success-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.4);
}
.divide-base-color-bg-success-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.05);
}
.divide-base-color-bg-success-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.5);
}
.divide-base-color-bg-success-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.6);
}
.divide-base-color-bg-success-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.7);
}
.divide-base-color-bg-success-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.75);
}
.divide-base-color-bg-success-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.8);
}
.divide-base-color-bg-success-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.9);
}
.divide-base-color-bg-success-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.95);
}
.divide-base-color-bg-success-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 60%);
}
.divide-base-color-bg-success-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0%);
}
.divide-base-color-bg-success-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 10%);
}
.divide-base-color-bg-success-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 100%);
}
.divide-base-color-bg-success-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 20%);
}
.divide-base-color-bg-success-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 30%);
}
.divide-base-color-bg-success-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 40%);
}
.divide-base-color-bg-success-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 50%);
}
.divide-base-color-bg-success-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 60%);
}
.divide-base-color-bg-success-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 70%);
}
.divide-base-color-bg-success-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 80%);
}
.divide-base-color-bg-success-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 90%);
}
.divide-base-color-bg-success\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0);
}
.divide-base-color-bg-success\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.1);
}
.divide-base-color-bg-success\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 1);
}
.divide-base-color-bg-success\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.2);
}
.divide-base-color-bg-success\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.25);
}
.divide-base-color-bg-success\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.3);
}
.divide-base-color-bg-success\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.4);
}
.divide-base-color-bg-success\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.05);
}
.divide-base-color-bg-success\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.5);
}
.divide-base-color-bg-success\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.6);
}
.divide-base-color-bg-success\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.7);
}
.divide-base-color-bg-success\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.75);
}
.divide-base-color-bg-success\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.8);
}
.divide-base-color-bg-success\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.9);
}
.divide-base-color-bg-success\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.95);
}
.divide-base-color-bg-success\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 60%);
}
.divide-base-color-bg-success\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0%);
}
.divide-base-color-bg-success\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 10%);
}
.divide-base-color-bg-success\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 100%);
}
.divide-base-color-bg-success\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 20%);
}
.divide-base-color-bg-success\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 30%);
}
.divide-base-color-bg-success\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 40%);
}
.divide-base-color-bg-success\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 50%);
}
.divide-base-color-bg-success\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 60%);
}
.divide-base-color-bg-success\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 70%);
}
.divide-base-color-bg-success\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 80%);
}
.divide-base-color-bg-success\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 90%);
}
.divide-base-color-bg-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: #00000000;
}
.divide-base-color-bg-transparent\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0);
}
.divide-base-color-bg-transparent\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.1);
}
.divide-base-color-bg-transparent\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 1);
}
.divide-base-color-bg-transparent\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.2);
}
.divide-base-color-bg-transparent\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.25);
}
.divide-base-color-bg-transparent\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.3);
}
.divide-base-color-bg-transparent\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.4);
}
.divide-base-color-bg-transparent\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.05);
}
.divide-base-color-bg-transparent\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.5);
}
.divide-base-color-bg-transparent\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.6);
}
.divide-base-color-bg-transparent\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.7);
}
.divide-base-color-bg-transparent\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.75);
}
.divide-base-color-bg-transparent\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.8);
}
.divide-base-color-bg-transparent\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.9);
}
.divide-base-color-bg-transparent\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.95);
}
.divide-base-color-bg-transparent\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 60%);
}
.divide-base-color-bg-transparent\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0%);
}
.divide-base-color-bg-transparent\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 10%);
}
.divide-base-color-bg-transparent\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 100%);
}
.divide-base-color-bg-transparent\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 20%);
}
.divide-base-color-bg-transparent\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 30%);
}
.divide-base-color-bg-transparent\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 40%);
}
.divide-base-color-bg-transparent\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 50%);
}
.divide-base-color-bg-transparent\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 60%);
}
.divide-base-color-bg-transparent\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 70%);
}
.divide-base-color-bg-transparent\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 80%);
}
.divide-base-color-bg-transparent\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 90%);
}
.divide-base-color-border-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-divide-opacity));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-normal {
  white-space: normal;
}
.\!whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-base-border-radius-container-l {
  border-radius: 8px;
}
.rounded-base-border-radius-container-m {
  border-radius: 6px;
}
.rounded-base-border-radius-container-s {
  border-radius: 4px;
}
.rounded-base-border-radius-selectable-pill {
  border-radius: 1000px;
}
.rounded-base-border-radius-selectable-s {
  border-radius: 4px;
}
.rounded-core-border-radius-25 {
  border-radius: 4px;
}
.rounded-core-border-radius-37 {
  border-radius: 6px;
}
.rounded-core-border-radius-50 {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-base-border-radius-container-l {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-base-border-radius-container-m {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-b-core-border-radius-25 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-b-core-border-radius-50 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-base-border-radius-container-m {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-core-border-radius-25 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-base-border-width-container-none {
  border-width: 0px;
}
.border-base-border-width-container-s {
  border-width: 1px;
}
.border-base-border-width-selectable-s {
  border-width: 1px;
}
.border-core-border-width-0 {
  border-width: 0px;
}
.border-core-border-width-10 {
  border-width: 1px;
}
.border-core-border-width-15 {
  border-width: 1.5px;
}
.border-core-border-width-20 {
  border-width: 2px;
}
.border-core-border-width-25 {
  border-width: 2.5px;
}
.border-core-border-width-30 {
  border-width: 3px;
}
.border-core-border-width-35 {
  border-width: 3.5px;
}
.border-core-border-width-40 {
  border-width: 4px;
}
.border-core-border-width-5 {
  border-width: 0.5px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-base-border-width-selectable-s {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-core-border-width-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-core-border-width-10 {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-core-border-width-15 {
  border-left-width: 1.5px;
  border-right-width: 1.5px;
}
.border-x-core-border-width-20 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-core-border-width-25 {
  border-left-width: 2.5px;
  border-right-width: 2.5px;
}
.border-x-core-border-width-30 {
  border-left-width: 3px;
  border-right-width: 3px;
}
.border-x-core-border-width-35 {
  border-left-width: 3.5px;
  border-right-width: 3.5px;
}
.border-x-core-border-width-40 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.border-x-core-border-width-5 {
  border-left-width: 0.5px;
  border-right-width: 0.5px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-y-core-border-width-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-y-core-border-width-10 {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-core-border-width-15 {
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
}
.border-y-core-border-width-20 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y-core-border-width-25 {
  border-top-width: 2.5px;
  border-bottom-width: 2.5px;
}
.border-y-core-border-width-30 {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.border-y-core-border-width-35 {
  border-top-width: 3.5px;
  border-bottom-width: 3.5px;
}
.border-y-core-border-width-40 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-y-core-border-width-5 {
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-base-border-width-selectable-s {
  border-bottom-width: 1px;
}
.border-b-core-border-width-0 {
  border-bottom-width: 0px;
}
.border-b-core-border-width-10 {
  border-bottom-width: 1px;
}
.border-b-core-border-width-15 {
  border-bottom-width: 1.5px;
}
.border-b-core-border-width-20 {
  border-bottom-width: 2px;
}
.border-b-core-border-width-25 {
  border-bottom-width: 2.5px;
}
.border-b-core-border-width-30 {
  border-bottom-width: 3px;
}
.border-b-core-border-width-35 {
  border-bottom-width: 3.5px;
}
.border-b-core-border-width-40 {
  border-bottom-width: 4px;
}
.border-b-core-border-width-5 {
  border-bottom-width: 0.5px;
}
.border-e-core-border-width-0 {
  border-inline-end-width: 0px;
}
.border-e-core-border-width-10 {
  border-inline-end-width: 1px;
}
.border-e-core-border-width-15 {
  border-inline-end-width: 1.5px;
}
.border-e-core-border-width-20 {
  border-inline-end-width: 2px;
}
.border-e-core-border-width-25 {
  border-inline-end-width: 2.5px;
}
.border-e-core-border-width-30 {
  border-inline-end-width: 3px;
}
.border-e-core-border-width-35 {
  border-inline-end-width: 3.5px;
}
.border-e-core-border-width-40 {
  border-inline-end-width: 4px;
}
.border-e-core-border-width-5 {
  border-inline-end-width: 0.5px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-core-border-width-0 {
  border-left-width: 0px;
}
.border-l-core-border-width-10 {
  border-left-width: 1px;
}
.border-l-core-border-width-15 {
  border-left-width: 1.5px;
}
.border-l-core-border-width-20 {
  border-left-width: 2px;
}
.border-l-core-border-width-25 {
  border-left-width: 2.5px;
}
.border-l-core-border-width-30 {
  border-left-width: 3px;
}
.border-l-core-border-width-35 {
  border-left-width: 3.5px;
}
.border-l-core-border-width-40 {
  border-left-width: 4px;
}
.border-l-core-border-width-5 {
  border-left-width: 0.5px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-core-border-width-0 {
  border-right-width: 0px;
}
.border-r-core-border-width-10 {
  border-right-width: 1px;
}
.border-r-core-border-width-15 {
  border-right-width: 1.5px;
}
.border-r-core-border-width-20 {
  border-right-width: 2px;
}
.border-r-core-border-width-25 {
  border-right-width: 2.5px;
}
.border-r-core-border-width-30 {
  border-right-width: 3px;
}
.border-r-core-border-width-35 {
  border-right-width: 3.5px;
}
.border-r-core-border-width-40 {
  border-right-width: 4px;
}
.border-r-core-border-width-5 {
  border-right-width: 0.5px;
}
.border-s-core-border-width-0 {
  border-inline-start-width: 0px;
}
.border-s-core-border-width-10 {
  border-inline-start-width: 1px;
}
.border-s-core-border-width-15 {
  border-inline-start-width: 1.5px;
}
.border-s-core-border-width-20 {
  border-inline-start-width: 2px;
}
.border-s-core-border-width-25 {
  border-inline-start-width: 2.5px;
}
.border-s-core-border-width-30 {
  border-inline-start-width: 3px;
}
.border-s-core-border-width-35 {
  border-inline-start-width: 3.5px;
}
.border-s-core-border-width-40 {
  border-inline-start-width: 4px;
}
.border-s-core-border-width-5 {
  border-inline-start-width: 0.5px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-base-border-width-container-s {
  border-top-width: 1px;
}
.border-t-core-border-width-0 {
  border-top-width: 0px;
}
.border-t-core-border-width-10 {
  border-top-width: 1px;
}
.border-t-core-border-width-15 {
  border-top-width: 1.5px;
}
.border-t-core-border-width-20 {
  border-top-width: 2px;
}
.border-t-core-border-width-25 {
  border-top-width: 2.5px;
}
.border-t-core-border-width-30 {
  border-top-width: 3px;
}
.border-t-core-border-width-35 {
  border-top-width: 3.5px;
}
.border-t-core-border-width-40 {
  border-top-width: 4px;
}
.border-t-core-border-width-5 {
  border-top-width: 0.5px;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-transparent {
  border-color: transparent !important;
}
.border-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-base-color-bg-accent-emphasis\/0 {
  border-color: rgb(21 94 239 / 0);
}
.border-base-color-bg-accent-emphasis\/10 {
  border-color: rgb(21 94 239 / 0.1);
}
.border-base-color-bg-accent-emphasis\/100 {
  border-color: rgb(21 94 239 / 1);
}
.border-base-color-bg-accent-emphasis\/20 {
  border-color: rgb(21 94 239 / 0.2);
}
.border-base-color-bg-accent-emphasis\/25 {
  border-color: rgb(21 94 239 / 0.25);
}
.border-base-color-bg-accent-emphasis\/30 {
  border-color: rgb(21 94 239 / 0.3);
}
.border-base-color-bg-accent-emphasis\/40 {
  border-color: rgb(21 94 239 / 0.4);
}
.border-base-color-bg-accent-emphasis\/5 {
  border-color: rgb(21 94 239 / 0.05);
}
.border-base-color-bg-accent-emphasis\/50 {
  border-color: rgb(21 94 239 / 0.5);
}
.border-base-color-bg-accent-emphasis\/60 {
  border-color: rgb(21 94 239 / 0.6);
}
.border-base-color-bg-accent-emphasis\/70 {
  border-color: rgb(21 94 239 / 0.7);
}
.border-base-color-bg-accent-emphasis\/75 {
  border-color: rgb(21 94 239 / 0.75);
}
.border-base-color-bg-accent-emphasis\/80 {
  border-color: rgb(21 94 239 / 0.8);
}
.border-base-color-bg-accent-emphasis\/90 {
  border-color: rgb(21 94 239 / 0.9);
}
.border-base-color-bg-accent-emphasis\/95 {
  border-color: rgb(21 94 239 / 0.95);
}
.border-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-color: rgb(21 94 239 / 60%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-color: rgb(21 94 239 / 0%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-color: rgb(21 94 239 / 10%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-color: rgb(21 94 239 / 100%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-color: rgb(21 94 239 / 20%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-color: rgb(21 94 239 / 30%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-color: rgb(21 94 239 / 40%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-color: rgb(21 94 239 / 50%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-color: rgb(21 94 239 / 60%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-color: rgb(21 94 239 / 70%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-color: rgb(21 94 239 / 80%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-color: rgb(21 94 239 / 90%);
}
.border-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-base-color-bg-accent-subtle\/0 {
  border-color: rgb(245 248 255 / 0);
}
.border-base-color-bg-accent-subtle\/10 {
  border-color: rgb(245 248 255 / 0.1);
}
.border-base-color-bg-accent-subtle\/100 {
  border-color: rgb(245 248 255 / 1);
}
.border-base-color-bg-accent-subtle\/20 {
  border-color: rgb(245 248 255 / 0.2);
}
.border-base-color-bg-accent-subtle\/25 {
  border-color: rgb(245 248 255 / 0.25);
}
.border-base-color-bg-accent-subtle\/30 {
  border-color: rgb(245 248 255 / 0.3);
}
.border-base-color-bg-accent-subtle\/40 {
  border-color: rgb(245 248 255 / 0.4);
}
.border-base-color-bg-accent-subtle\/5 {
  border-color: rgb(245 248 255 / 0.05);
}
.border-base-color-bg-accent-subtle\/50 {
  border-color: rgb(245 248 255 / 0.5);
}
.border-base-color-bg-accent-subtle\/60 {
  border-color: rgb(245 248 255 / 0.6);
}
.border-base-color-bg-accent-subtle\/70 {
  border-color: rgb(245 248 255 / 0.7);
}
.border-base-color-bg-accent-subtle\/75 {
  border-color: rgb(245 248 255 / 0.75);
}
.border-base-color-bg-accent-subtle\/80 {
  border-color: rgb(245 248 255 / 0.8);
}
.border-base-color-bg-accent-subtle\/90 {
  border-color: rgb(245 248 255 / 0.9);
}
.border-base-color-bg-accent-subtle\/95 {
  border-color: rgb(245 248 255 / 0.95);
}
.border-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-color: rgb(245 248 255 / 60%);
}
.border-base-color-bg-accent-subtle\/core-opacity-0 {
  border-color: rgb(245 248 255 / 0%);
}
.border-base-color-bg-accent-subtle\/core-opacity-10 {
  border-color: rgb(245 248 255 / 10%);
}
.border-base-color-bg-accent-subtle\/core-opacity-100 {
  border-color: rgb(245 248 255 / 100%);
}
.border-base-color-bg-accent-subtle\/core-opacity-20 {
  border-color: rgb(245 248 255 / 20%);
}
.border-base-color-bg-accent-subtle\/core-opacity-30 {
  border-color: rgb(245 248 255 / 30%);
}
.border-base-color-bg-accent-subtle\/core-opacity-40 {
  border-color: rgb(245 248 255 / 40%);
}
.border-base-color-bg-accent-subtle\/core-opacity-50 {
  border-color: rgb(245 248 255 / 50%);
}
.border-base-color-bg-accent-subtle\/core-opacity-60 {
  border-color: rgb(245 248 255 / 60%);
}
.border-base-color-bg-accent-subtle\/core-opacity-70 {
  border-color: rgb(245 248 255 / 70%);
}
.border-base-color-bg-accent-subtle\/core-opacity-80 {
  border-color: rgb(245 248 255 / 80%);
}
.border-base-color-bg-accent-subtle\/core-opacity-90 {
  border-color: rgb(245 248 255 / 90%);
}
.border-base-color-bg-accent\/0 {
  border-color: rgb(209 224 255 / 0);
}
.border-base-color-bg-accent\/10 {
  border-color: rgb(209 224 255 / 0.1);
}
.border-base-color-bg-accent\/100 {
  border-color: rgb(209 224 255 / 1);
}
.border-base-color-bg-accent\/20 {
  border-color: rgb(209 224 255 / 0.2);
}
.border-base-color-bg-accent\/25 {
  border-color: rgb(209 224 255 / 0.25);
}
.border-base-color-bg-accent\/30 {
  border-color: rgb(209 224 255 / 0.3);
}
.border-base-color-bg-accent\/40 {
  border-color: rgb(209 224 255 / 0.4);
}
.border-base-color-bg-accent\/5 {
  border-color: rgb(209 224 255 / 0.05);
}
.border-base-color-bg-accent\/50 {
  border-color: rgb(209 224 255 / 0.5);
}
.border-base-color-bg-accent\/60 {
  border-color: rgb(209 224 255 / 0.6);
}
.border-base-color-bg-accent\/70 {
  border-color: rgb(209 224 255 / 0.7);
}
.border-base-color-bg-accent\/75 {
  border-color: rgb(209 224 255 / 0.75);
}
.border-base-color-bg-accent\/80 {
  border-color: rgb(209 224 255 / 0.8);
}
.border-base-color-bg-accent\/90 {
  border-color: rgb(209 224 255 / 0.9);
}
.border-base-color-bg-accent\/95 {
  border-color: rgb(209 224 255 / 0.95);
}
.border-base-color-bg-accent\/base-opacity-disabled {
  border-color: rgb(209 224 255 / 60%);
}
.border-base-color-bg-accent\/core-opacity-0 {
  border-color: rgb(209 224 255 / 0%);
}
.border-base-color-bg-accent\/core-opacity-10 {
  border-color: rgb(209 224 255 / 10%);
}
.border-base-color-bg-accent\/core-opacity-100 {
  border-color: rgb(209 224 255 / 100%);
}
.border-base-color-bg-accent\/core-opacity-20 {
  border-color: rgb(209 224 255 / 20%);
}
.border-base-color-bg-accent\/core-opacity-30 {
  border-color: rgb(209 224 255 / 30%);
}
.border-base-color-bg-accent\/core-opacity-40 {
  border-color: rgb(209 224 255 / 40%);
}
.border-base-color-bg-accent\/core-opacity-50 {
  border-color: rgb(209 224 255 / 50%);
}
.border-base-color-bg-accent\/core-opacity-60 {
  border-color: rgb(209 224 255 / 60%);
}
.border-base-color-bg-accent\/core-opacity-70 {
  border-color: rgb(209 224 255 / 70%);
}
.border-base-color-bg-accent\/core-opacity-80 {
  border-color: rgb(209 224 255 / 80%);
}
.border-base-color-bg-accent\/core-opacity-90 {
  border-color: rgb(209 224 255 / 90%);
}
.border-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-base-color-bg-attention-emphasis\/0 {
  border-color: rgb(221 105 3 / 0);
}
.border-base-color-bg-attention-emphasis\/10 {
  border-color: rgb(221 105 3 / 0.1);
}
.border-base-color-bg-attention-emphasis\/100 {
  border-color: rgb(221 105 3 / 1);
}
.border-base-color-bg-attention-emphasis\/20 {
  border-color: rgb(221 105 3 / 0.2);
}
.border-base-color-bg-attention-emphasis\/25 {
  border-color: rgb(221 105 3 / 0.25);
}
.border-base-color-bg-attention-emphasis\/30 {
  border-color: rgb(221 105 3 / 0.3);
}
.border-base-color-bg-attention-emphasis\/40 {
  border-color: rgb(221 105 3 / 0.4);
}
.border-base-color-bg-attention-emphasis\/5 {
  border-color: rgb(221 105 3 / 0.05);
}
.border-base-color-bg-attention-emphasis\/50 {
  border-color: rgb(221 105 3 / 0.5);
}
.border-base-color-bg-attention-emphasis\/60 {
  border-color: rgb(221 105 3 / 0.6);
}
.border-base-color-bg-attention-emphasis\/70 {
  border-color: rgb(221 105 3 / 0.7);
}
.border-base-color-bg-attention-emphasis\/75 {
  border-color: rgb(221 105 3 / 0.75);
}
.border-base-color-bg-attention-emphasis\/80 {
  border-color: rgb(221 105 3 / 0.8);
}
.border-base-color-bg-attention-emphasis\/90 {
  border-color: rgb(221 105 3 / 0.9);
}
.border-base-color-bg-attention-emphasis\/95 {
  border-color: rgb(221 105 3 / 0.95);
}
.border-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-color: rgb(221 105 3 / 60%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-color: rgb(221 105 3 / 0%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-color: rgb(221 105 3 / 10%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-color: rgb(221 105 3 / 100%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-color: rgb(221 105 3 / 20%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-color: rgb(221 105 3 / 30%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-color: rgb(221 105 3 / 40%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-color: rgb(221 105 3 / 50%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-color: rgb(221 105 3 / 60%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-color: rgb(221 105 3 / 70%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-color: rgb(221 105 3 / 80%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-color: rgb(221 105 3 / 90%);
}
.border-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-base-color-bg-attention-subtle\/0 {
  border-color: rgb(255 252 245 / 0);
}
.border-base-color-bg-attention-subtle\/10 {
  border-color: rgb(255 252 245 / 0.1);
}
.border-base-color-bg-attention-subtle\/100 {
  border-color: rgb(255 252 245 / 1);
}
.border-base-color-bg-attention-subtle\/20 {
  border-color: rgb(255 252 245 / 0.2);
}
.border-base-color-bg-attention-subtle\/25 {
  border-color: rgb(255 252 245 / 0.25);
}
.border-base-color-bg-attention-subtle\/30 {
  border-color: rgb(255 252 245 / 0.3);
}
.border-base-color-bg-attention-subtle\/40 {
  border-color: rgb(255 252 245 / 0.4);
}
.border-base-color-bg-attention-subtle\/5 {
  border-color: rgb(255 252 245 / 0.05);
}
.border-base-color-bg-attention-subtle\/50 {
  border-color: rgb(255 252 245 / 0.5);
}
.border-base-color-bg-attention-subtle\/60 {
  border-color: rgb(255 252 245 / 0.6);
}
.border-base-color-bg-attention-subtle\/70 {
  border-color: rgb(255 252 245 / 0.7);
}
.border-base-color-bg-attention-subtle\/75 {
  border-color: rgb(255 252 245 / 0.75);
}
.border-base-color-bg-attention-subtle\/80 {
  border-color: rgb(255 252 245 / 0.8);
}
.border-base-color-bg-attention-subtle\/90 {
  border-color: rgb(255 252 245 / 0.9);
}
.border-base-color-bg-attention-subtle\/95 {
  border-color: rgb(255 252 245 / 0.95);
}
.border-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-color: rgb(255 252 245 / 60%);
}
.border-base-color-bg-attention-subtle\/core-opacity-0 {
  border-color: rgb(255 252 245 / 0%);
}
.border-base-color-bg-attention-subtle\/core-opacity-10 {
  border-color: rgb(255 252 245 / 10%);
}
.border-base-color-bg-attention-subtle\/core-opacity-100 {
  border-color: rgb(255 252 245 / 100%);
}
.border-base-color-bg-attention-subtle\/core-opacity-20 {
  border-color: rgb(255 252 245 / 20%);
}
.border-base-color-bg-attention-subtle\/core-opacity-30 {
  border-color: rgb(255 252 245 / 30%);
}
.border-base-color-bg-attention-subtle\/core-opacity-40 {
  border-color: rgb(255 252 245 / 40%);
}
.border-base-color-bg-attention-subtle\/core-opacity-50 {
  border-color: rgb(255 252 245 / 50%);
}
.border-base-color-bg-attention-subtle\/core-opacity-60 {
  border-color: rgb(255 252 245 / 60%);
}
.border-base-color-bg-attention-subtle\/core-opacity-70 {
  border-color: rgb(255 252 245 / 70%);
}
.border-base-color-bg-attention-subtle\/core-opacity-80 {
  border-color: rgb(255 252 245 / 80%);
}
.border-base-color-bg-attention-subtle\/core-opacity-90 {
  border-color: rgb(255 252 245 / 90%);
}
.border-base-color-bg-attention\/0 {
  border-color: rgb(254 240 200 / 0);
}
.border-base-color-bg-attention\/10 {
  border-color: rgb(254 240 200 / 0.1);
}
.border-base-color-bg-attention\/100 {
  border-color: rgb(254 240 200 / 1);
}
.border-base-color-bg-attention\/20 {
  border-color: rgb(254 240 200 / 0.2);
}
.border-base-color-bg-attention\/25 {
  border-color: rgb(254 240 200 / 0.25);
}
.border-base-color-bg-attention\/30 {
  border-color: rgb(254 240 200 / 0.3);
}
.border-base-color-bg-attention\/40 {
  border-color: rgb(254 240 200 / 0.4);
}
.border-base-color-bg-attention\/5 {
  border-color: rgb(254 240 200 / 0.05);
}
.border-base-color-bg-attention\/50 {
  border-color: rgb(254 240 200 / 0.5);
}
.border-base-color-bg-attention\/60 {
  border-color: rgb(254 240 200 / 0.6);
}
.border-base-color-bg-attention\/70 {
  border-color: rgb(254 240 200 / 0.7);
}
.border-base-color-bg-attention\/75 {
  border-color: rgb(254 240 200 / 0.75);
}
.border-base-color-bg-attention\/80 {
  border-color: rgb(254 240 200 / 0.8);
}
.border-base-color-bg-attention\/90 {
  border-color: rgb(254 240 200 / 0.9);
}
.border-base-color-bg-attention\/95 {
  border-color: rgb(254 240 200 / 0.95);
}
.border-base-color-bg-attention\/base-opacity-disabled {
  border-color: rgb(254 240 200 / 60%);
}
.border-base-color-bg-attention\/core-opacity-0 {
  border-color: rgb(254 240 200 / 0%);
}
.border-base-color-bg-attention\/core-opacity-10 {
  border-color: rgb(254 240 200 / 10%);
}
.border-base-color-bg-attention\/core-opacity-100 {
  border-color: rgb(254 240 200 / 100%);
}
.border-base-color-bg-attention\/core-opacity-20 {
  border-color: rgb(254 240 200 / 20%);
}
.border-base-color-bg-attention\/core-opacity-30 {
  border-color: rgb(254 240 200 / 30%);
}
.border-base-color-bg-attention\/core-opacity-40 {
  border-color: rgb(254 240 200 / 40%);
}
.border-base-color-bg-attention\/core-opacity-50 {
  border-color: rgb(254 240 200 / 50%);
}
.border-base-color-bg-attention\/core-opacity-60 {
  border-color: rgb(254 240 200 / 60%);
}
.border-base-color-bg-attention\/core-opacity-70 {
  border-color: rgb(254 240 200 / 70%);
}
.border-base-color-bg-attention\/core-opacity-80 {
  border-color: rgb(254 240 200 / 80%);
}
.border-base-color-bg-attention\/core-opacity-90 {
  border-color: rgb(254 240 200 / 90%);
}
.border-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-base-color-bg-brand-emphasis\/0 {
  border-color: rgb(93 91 215 / 0);
}
.border-base-color-bg-brand-emphasis\/10 {
  border-color: rgb(93 91 215 / 0.1);
}
.border-base-color-bg-brand-emphasis\/100 {
  border-color: rgb(93 91 215 / 1);
}
.border-base-color-bg-brand-emphasis\/20 {
  border-color: rgb(93 91 215 / 0.2);
}
.border-base-color-bg-brand-emphasis\/25 {
  border-color: rgb(93 91 215 / 0.25);
}
.border-base-color-bg-brand-emphasis\/30 {
  border-color: rgb(93 91 215 / 0.3);
}
.border-base-color-bg-brand-emphasis\/40 {
  border-color: rgb(93 91 215 / 0.4);
}
.border-base-color-bg-brand-emphasis\/5 {
  border-color: rgb(93 91 215 / 0.05);
}
.border-base-color-bg-brand-emphasis\/50 {
  border-color: rgb(93 91 215 / 0.5);
}
.border-base-color-bg-brand-emphasis\/60 {
  border-color: rgb(93 91 215 / 0.6);
}
.border-base-color-bg-brand-emphasis\/70 {
  border-color: rgb(93 91 215 / 0.7);
}
.border-base-color-bg-brand-emphasis\/75 {
  border-color: rgb(93 91 215 / 0.75);
}
.border-base-color-bg-brand-emphasis\/80 {
  border-color: rgb(93 91 215 / 0.8);
}
.border-base-color-bg-brand-emphasis\/90 {
  border-color: rgb(93 91 215 / 0.9);
}
.border-base-color-bg-brand-emphasis\/95 {
  border-color: rgb(93 91 215 / 0.95);
}
.border-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-color: rgb(93 91 215 / 60%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-color: rgb(93 91 215 / 0%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-color: rgb(93 91 215 / 10%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-color: rgb(93 91 215 / 100%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-color: rgb(93 91 215 / 20%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-color: rgb(93 91 215 / 30%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-color: rgb(93 91 215 / 40%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-color: rgb(93 91 215 / 50%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-color: rgb(93 91 215 / 60%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-color: rgb(93 91 215 / 70%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-color: rgb(93 91 215 / 80%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-color: rgb(93 91 215 / 90%);
}
.border-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-base-color-bg-brand-subtle\/0 {
  border-color: rgb(242 244 253 / 0);
}
.border-base-color-bg-brand-subtle\/10 {
  border-color: rgb(242 244 253 / 0.1);
}
.border-base-color-bg-brand-subtle\/100 {
  border-color: rgb(242 244 253 / 1);
}
.border-base-color-bg-brand-subtle\/20 {
  border-color: rgb(242 244 253 / 0.2);
}
.border-base-color-bg-brand-subtle\/25 {
  border-color: rgb(242 244 253 / 0.25);
}
.border-base-color-bg-brand-subtle\/30 {
  border-color: rgb(242 244 253 / 0.3);
}
.border-base-color-bg-brand-subtle\/40 {
  border-color: rgb(242 244 253 / 0.4);
}
.border-base-color-bg-brand-subtle\/5 {
  border-color: rgb(242 244 253 / 0.05);
}
.border-base-color-bg-brand-subtle\/50 {
  border-color: rgb(242 244 253 / 0.5);
}
.border-base-color-bg-brand-subtle\/60 {
  border-color: rgb(242 244 253 / 0.6);
}
.border-base-color-bg-brand-subtle\/70 {
  border-color: rgb(242 244 253 / 0.7);
}
.border-base-color-bg-brand-subtle\/75 {
  border-color: rgb(242 244 253 / 0.75);
}
.border-base-color-bg-brand-subtle\/80 {
  border-color: rgb(242 244 253 / 0.8);
}
.border-base-color-bg-brand-subtle\/90 {
  border-color: rgb(242 244 253 / 0.9);
}
.border-base-color-bg-brand-subtle\/95 {
  border-color: rgb(242 244 253 / 0.95);
}
.border-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-color: rgb(242 244 253 / 60%);
}
.border-base-color-bg-brand-subtle\/core-opacity-0 {
  border-color: rgb(242 244 253 / 0%);
}
.border-base-color-bg-brand-subtle\/core-opacity-10 {
  border-color: rgb(242 244 253 / 10%);
}
.border-base-color-bg-brand-subtle\/core-opacity-100 {
  border-color: rgb(242 244 253 / 100%);
}
.border-base-color-bg-brand-subtle\/core-opacity-20 {
  border-color: rgb(242 244 253 / 20%);
}
.border-base-color-bg-brand-subtle\/core-opacity-30 {
  border-color: rgb(242 244 253 / 30%);
}
.border-base-color-bg-brand-subtle\/core-opacity-40 {
  border-color: rgb(242 244 253 / 40%);
}
.border-base-color-bg-brand-subtle\/core-opacity-50 {
  border-color: rgb(242 244 253 / 50%);
}
.border-base-color-bg-brand-subtle\/core-opacity-60 {
  border-color: rgb(242 244 253 / 60%);
}
.border-base-color-bg-brand-subtle\/core-opacity-70 {
  border-color: rgb(242 244 253 / 70%);
}
.border-base-color-bg-brand-subtle\/core-opacity-80 {
  border-color: rgb(242 244 253 / 80%);
}
.border-base-color-bg-brand-subtle\/core-opacity-90 {
  border-color: rgb(242 244 253 / 90%);
}
.border-base-color-bg-brand\/0 {
  border-color: rgb(205 214 249 / 0);
}
.border-base-color-bg-brand\/10 {
  border-color: rgb(205 214 249 / 0.1);
}
.border-base-color-bg-brand\/100 {
  border-color: rgb(205 214 249 / 1);
}
.border-base-color-bg-brand\/20 {
  border-color: rgb(205 214 249 / 0.2);
}
.border-base-color-bg-brand\/25 {
  border-color: rgb(205 214 249 / 0.25);
}
.border-base-color-bg-brand\/30 {
  border-color: rgb(205 214 249 / 0.3);
}
.border-base-color-bg-brand\/40 {
  border-color: rgb(205 214 249 / 0.4);
}
.border-base-color-bg-brand\/5 {
  border-color: rgb(205 214 249 / 0.05);
}
.border-base-color-bg-brand\/50 {
  border-color: rgb(205 214 249 / 0.5);
}
.border-base-color-bg-brand\/60 {
  border-color: rgb(205 214 249 / 0.6);
}
.border-base-color-bg-brand\/70 {
  border-color: rgb(205 214 249 / 0.7);
}
.border-base-color-bg-brand\/75 {
  border-color: rgb(205 214 249 / 0.75);
}
.border-base-color-bg-brand\/80 {
  border-color: rgb(205 214 249 / 0.8);
}
.border-base-color-bg-brand\/90 {
  border-color: rgb(205 214 249 / 0.9);
}
.border-base-color-bg-brand\/95 {
  border-color: rgb(205 214 249 / 0.95);
}
.border-base-color-bg-brand\/base-opacity-disabled {
  border-color: rgb(205 214 249 / 60%);
}
.border-base-color-bg-brand\/core-opacity-0 {
  border-color: rgb(205 214 249 / 0%);
}
.border-base-color-bg-brand\/core-opacity-10 {
  border-color: rgb(205 214 249 / 10%);
}
.border-base-color-bg-brand\/core-opacity-100 {
  border-color: rgb(205 214 249 / 100%);
}
.border-base-color-bg-brand\/core-opacity-20 {
  border-color: rgb(205 214 249 / 20%);
}
.border-base-color-bg-brand\/core-opacity-30 {
  border-color: rgb(205 214 249 / 30%);
}
.border-base-color-bg-brand\/core-opacity-40 {
  border-color: rgb(205 214 249 / 40%);
}
.border-base-color-bg-brand\/core-opacity-50 {
  border-color: rgb(205 214 249 / 50%);
}
.border-base-color-bg-brand\/core-opacity-60 {
  border-color: rgb(205 214 249 / 60%);
}
.border-base-color-bg-brand\/core-opacity-70 {
  border-color: rgb(205 214 249 / 70%);
}
.border-base-color-bg-brand\/core-opacity-80 {
  border-color: rgb(205 214 249 / 80%);
}
.border-base-color-bg-brand\/core-opacity-90 {
  border-color: rgb(205 214 249 / 90%);
}
.border-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-base-color-bg-danger-emphasis\/0 {
  border-color: rgb(240 68 56 / 0);
}
.border-base-color-bg-danger-emphasis\/10 {
  border-color: rgb(240 68 56 / 0.1);
}
.border-base-color-bg-danger-emphasis\/100 {
  border-color: rgb(240 68 56 / 1);
}
.border-base-color-bg-danger-emphasis\/20 {
  border-color: rgb(240 68 56 / 0.2);
}
.border-base-color-bg-danger-emphasis\/25 {
  border-color: rgb(240 68 56 / 0.25);
}
.border-base-color-bg-danger-emphasis\/30 {
  border-color: rgb(240 68 56 / 0.3);
}
.border-base-color-bg-danger-emphasis\/40 {
  border-color: rgb(240 68 56 / 0.4);
}
.border-base-color-bg-danger-emphasis\/5 {
  border-color: rgb(240 68 56 / 0.05);
}
.border-base-color-bg-danger-emphasis\/50 {
  border-color: rgb(240 68 56 / 0.5);
}
.border-base-color-bg-danger-emphasis\/60 {
  border-color: rgb(240 68 56 / 0.6);
}
.border-base-color-bg-danger-emphasis\/70 {
  border-color: rgb(240 68 56 / 0.7);
}
.border-base-color-bg-danger-emphasis\/75 {
  border-color: rgb(240 68 56 / 0.75);
}
.border-base-color-bg-danger-emphasis\/80 {
  border-color: rgb(240 68 56 / 0.8);
}
.border-base-color-bg-danger-emphasis\/90 {
  border-color: rgb(240 68 56 / 0.9);
}
.border-base-color-bg-danger-emphasis\/95 {
  border-color: rgb(240 68 56 / 0.95);
}
.border-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-color: rgb(240 68 56 / 60%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-color: rgb(240 68 56 / 0%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-color: rgb(240 68 56 / 10%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-color: rgb(240 68 56 / 100%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-color: rgb(240 68 56 / 20%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-color: rgb(240 68 56 / 30%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-color: rgb(240 68 56 / 40%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-color: rgb(240 68 56 / 50%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-color: rgb(240 68 56 / 60%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-color: rgb(240 68 56 / 70%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-color: rgb(240 68 56 / 80%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-color: rgb(240 68 56 / 90%);
}
.border-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-base-color-bg-danger-subtle\/0 {
  border-color: rgb(255 251 250 / 0);
}
.border-base-color-bg-danger-subtle\/10 {
  border-color: rgb(255 251 250 / 0.1);
}
.border-base-color-bg-danger-subtle\/100 {
  border-color: rgb(255 251 250 / 1);
}
.border-base-color-bg-danger-subtle\/20 {
  border-color: rgb(255 251 250 / 0.2);
}
.border-base-color-bg-danger-subtle\/25 {
  border-color: rgb(255 251 250 / 0.25);
}
.border-base-color-bg-danger-subtle\/30 {
  border-color: rgb(255 251 250 / 0.3);
}
.border-base-color-bg-danger-subtle\/40 {
  border-color: rgb(255 251 250 / 0.4);
}
.border-base-color-bg-danger-subtle\/5 {
  border-color: rgb(255 251 250 / 0.05);
}
.border-base-color-bg-danger-subtle\/50 {
  border-color: rgb(255 251 250 / 0.5);
}
.border-base-color-bg-danger-subtle\/60 {
  border-color: rgb(255 251 250 / 0.6);
}
.border-base-color-bg-danger-subtle\/70 {
  border-color: rgb(255 251 250 / 0.7);
}
.border-base-color-bg-danger-subtle\/75 {
  border-color: rgb(255 251 250 / 0.75);
}
.border-base-color-bg-danger-subtle\/80 {
  border-color: rgb(255 251 250 / 0.8);
}
.border-base-color-bg-danger-subtle\/90 {
  border-color: rgb(255 251 250 / 0.9);
}
.border-base-color-bg-danger-subtle\/95 {
  border-color: rgb(255 251 250 / 0.95);
}
.border-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-color: rgb(255 251 250 / 60%);
}
.border-base-color-bg-danger-subtle\/core-opacity-0 {
  border-color: rgb(255 251 250 / 0%);
}
.border-base-color-bg-danger-subtle\/core-opacity-10 {
  border-color: rgb(255 251 250 / 10%);
}
.border-base-color-bg-danger-subtle\/core-opacity-100 {
  border-color: rgb(255 251 250 / 100%);
}
.border-base-color-bg-danger-subtle\/core-opacity-20 {
  border-color: rgb(255 251 250 / 20%);
}
.border-base-color-bg-danger-subtle\/core-opacity-30 {
  border-color: rgb(255 251 250 / 30%);
}
.border-base-color-bg-danger-subtle\/core-opacity-40 {
  border-color: rgb(255 251 250 / 40%);
}
.border-base-color-bg-danger-subtle\/core-opacity-50 {
  border-color: rgb(255 251 250 / 50%);
}
.border-base-color-bg-danger-subtle\/core-opacity-60 {
  border-color: rgb(255 251 250 / 60%);
}
.border-base-color-bg-danger-subtle\/core-opacity-70 {
  border-color: rgb(255 251 250 / 70%);
}
.border-base-color-bg-danger-subtle\/core-opacity-80 {
  border-color: rgb(255 251 250 / 80%);
}
.border-base-color-bg-danger-subtle\/core-opacity-90 {
  border-color: rgb(255 251 250 / 90%);
}
.border-base-color-bg-danger\/0 {
  border-color: rgb(254 227 225 / 0);
}
.border-base-color-bg-danger\/10 {
  border-color: rgb(254 227 225 / 0.1);
}
.border-base-color-bg-danger\/100 {
  border-color: rgb(254 227 225 / 1);
}
.border-base-color-bg-danger\/20 {
  border-color: rgb(254 227 225 / 0.2);
}
.border-base-color-bg-danger\/25 {
  border-color: rgb(254 227 225 / 0.25);
}
.border-base-color-bg-danger\/30 {
  border-color: rgb(254 227 225 / 0.3);
}
.border-base-color-bg-danger\/40 {
  border-color: rgb(254 227 225 / 0.4);
}
.border-base-color-bg-danger\/5 {
  border-color: rgb(254 227 225 / 0.05);
}
.border-base-color-bg-danger\/50 {
  border-color: rgb(254 227 225 / 0.5);
}
.border-base-color-bg-danger\/60 {
  border-color: rgb(254 227 225 / 0.6);
}
.border-base-color-bg-danger\/70 {
  border-color: rgb(254 227 225 / 0.7);
}
.border-base-color-bg-danger\/75 {
  border-color: rgb(254 227 225 / 0.75);
}
.border-base-color-bg-danger\/80 {
  border-color: rgb(254 227 225 / 0.8);
}
.border-base-color-bg-danger\/90 {
  border-color: rgb(254 227 225 / 0.9);
}
.border-base-color-bg-danger\/95 {
  border-color: rgb(254 227 225 / 0.95);
}
.border-base-color-bg-danger\/base-opacity-disabled {
  border-color: rgb(254 227 225 / 60%);
}
.border-base-color-bg-danger\/core-opacity-0 {
  border-color: rgb(254 227 225 / 0%);
}
.border-base-color-bg-danger\/core-opacity-10 {
  border-color: rgb(254 227 225 / 10%);
}
.border-base-color-bg-danger\/core-opacity-100 {
  border-color: rgb(254 227 225 / 100%);
}
.border-base-color-bg-danger\/core-opacity-20 {
  border-color: rgb(254 227 225 / 20%);
}
.border-base-color-bg-danger\/core-opacity-30 {
  border-color: rgb(254 227 225 / 30%);
}
.border-base-color-bg-danger\/core-opacity-40 {
  border-color: rgb(254 227 225 / 40%);
}
.border-base-color-bg-danger\/core-opacity-50 {
  border-color: rgb(254 227 225 / 50%);
}
.border-base-color-bg-danger\/core-opacity-60 {
  border-color: rgb(254 227 225 / 60%);
}
.border-base-color-bg-danger\/core-opacity-70 {
  border-color: rgb(254 227 225 / 70%);
}
.border-base-color-bg-danger\/core-opacity-80 {
  border-color: rgb(254 227 225 / 80%);
}
.border-base-color-bg-danger\/core-opacity-90 {
  border-color: rgb(254 227 225 / 90%);
}
.border-base-color-bg-default {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-base-color-bg-default\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-base-color-bg-default\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-base-color-bg-default\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-base-color-bg-default\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-base-color-bg-default\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-base-color-bg-default\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-base-color-bg-default\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-base-color-bg-default\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-base-color-bg-default\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-base-color-bg-default\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-base-color-bg-default\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-base-color-bg-default\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-base-color-bg-default\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-base-color-bg-default\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-base-color-bg-default\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-base-color-bg-default\/base-opacity-disabled {
  border-color: rgb(255 255 255 / 60%);
}
.border-base-color-bg-default\/core-opacity-0 {
  border-color: rgb(255 255 255 / 0%);
}
.border-base-color-bg-default\/core-opacity-10 {
  border-color: rgb(255 255 255 / 10%);
}
.border-base-color-bg-default\/core-opacity-100 {
  border-color: rgb(255 255 255 / 100%);
}
.border-base-color-bg-default\/core-opacity-20 {
  border-color: rgb(255 255 255 / 20%);
}
.border-base-color-bg-default\/core-opacity-30 {
  border-color: rgb(255 255 255 / 30%);
}
.border-base-color-bg-default\/core-opacity-40 {
  border-color: rgb(255 255 255 / 40%);
}
.border-base-color-bg-default\/core-opacity-50 {
  border-color: rgb(255 255 255 / 50%);
}
.border-base-color-bg-default\/core-opacity-60 {
  border-color: rgb(255 255 255 / 60%);
}
.border-base-color-bg-default\/core-opacity-70 {
  border-color: rgb(255 255 255 / 70%);
}
.border-base-color-bg-default\/core-opacity-80 {
  border-color: rgb(255 255 255 / 80%);
}
.border-base-color-bg-default\/core-opacity-90 {
  border-color: rgb(255 255 255 / 90%);
}
.border-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-base-color-bg-emphasis\/0 {
  border-color: rgb(16 24 40 / 0);
}
.border-base-color-bg-emphasis\/10 {
  border-color: rgb(16 24 40 / 0.1);
}
.border-base-color-bg-emphasis\/100 {
  border-color: rgb(16 24 40 / 1);
}
.border-base-color-bg-emphasis\/20 {
  border-color: rgb(16 24 40 / 0.2);
}
.border-base-color-bg-emphasis\/25 {
  border-color: rgb(16 24 40 / 0.25);
}
.border-base-color-bg-emphasis\/30 {
  border-color: rgb(16 24 40 / 0.3);
}
.border-base-color-bg-emphasis\/40 {
  border-color: rgb(16 24 40 / 0.4);
}
.border-base-color-bg-emphasis\/5 {
  border-color: rgb(16 24 40 / 0.05);
}
.border-base-color-bg-emphasis\/50 {
  border-color: rgb(16 24 40 / 0.5);
}
.border-base-color-bg-emphasis\/60 {
  border-color: rgb(16 24 40 / 0.6);
}
.border-base-color-bg-emphasis\/70 {
  border-color: rgb(16 24 40 / 0.7);
}
.border-base-color-bg-emphasis\/75 {
  border-color: rgb(16 24 40 / 0.75);
}
.border-base-color-bg-emphasis\/80 {
  border-color: rgb(16 24 40 / 0.8);
}
.border-base-color-bg-emphasis\/90 {
  border-color: rgb(16 24 40 / 0.9);
}
.border-base-color-bg-emphasis\/95 {
  border-color: rgb(16 24 40 / 0.95);
}
.border-base-color-bg-emphasis\/base-opacity-disabled {
  border-color: rgb(16 24 40 / 60%);
}
.border-base-color-bg-emphasis\/core-opacity-0 {
  border-color: rgb(16 24 40 / 0%);
}
.border-base-color-bg-emphasis\/core-opacity-10 {
  border-color: rgb(16 24 40 / 10%);
}
.border-base-color-bg-emphasis\/core-opacity-100 {
  border-color: rgb(16 24 40 / 100%);
}
.border-base-color-bg-emphasis\/core-opacity-20 {
  border-color: rgb(16 24 40 / 20%);
}
.border-base-color-bg-emphasis\/core-opacity-30 {
  border-color: rgb(16 24 40 / 30%);
}
.border-base-color-bg-emphasis\/core-opacity-40 {
  border-color: rgb(16 24 40 / 40%);
}
.border-base-color-bg-emphasis\/core-opacity-50 {
  border-color: rgb(16 24 40 / 50%);
}
.border-base-color-bg-emphasis\/core-opacity-60 {
  border-color: rgb(16 24 40 / 60%);
}
.border-base-color-bg-emphasis\/core-opacity-70 {
  border-color: rgb(16 24 40 / 70%);
}
.border-base-color-bg-emphasis\/core-opacity-80 {
  border-color: rgb(16 24 40 / 80%);
}
.border-base-color-bg-emphasis\/core-opacity-90 {
  border-color: rgb(16 24 40 / 90%);
}
.border-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-base-color-bg-muted\/0 {
  border-color: rgb(234 236 240 / 0);
}
.border-base-color-bg-muted\/10 {
  border-color: rgb(234 236 240 / 0.1);
}
.border-base-color-bg-muted\/100 {
  border-color: rgb(234 236 240 / 1);
}
.border-base-color-bg-muted\/20 {
  border-color: rgb(234 236 240 / 0.2);
}
.border-base-color-bg-muted\/25 {
  border-color: rgb(234 236 240 / 0.25);
}
.border-base-color-bg-muted\/30 {
  border-color: rgb(234 236 240 / 0.3);
}
.border-base-color-bg-muted\/40 {
  border-color: rgb(234 236 240 / 0.4);
}
.border-base-color-bg-muted\/5 {
  border-color: rgb(234 236 240 / 0.05);
}
.border-base-color-bg-muted\/50 {
  border-color: rgb(234 236 240 / 0.5);
}
.border-base-color-bg-muted\/60 {
  border-color: rgb(234 236 240 / 0.6);
}
.border-base-color-bg-muted\/70 {
  border-color: rgb(234 236 240 / 0.7);
}
.border-base-color-bg-muted\/75 {
  border-color: rgb(234 236 240 / 0.75);
}
.border-base-color-bg-muted\/80 {
  border-color: rgb(234 236 240 / 0.8);
}
.border-base-color-bg-muted\/90 {
  border-color: rgb(234 236 240 / 0.9);
}
.border-base-color-bg-muted\/95 {
  border-color: rgb(234 236 240 / 0.95);
}
.border-base-color-bg-muted\/base-opacity-disabled {
  border-color: rgb(234 236 240 / 60%);
}
.border-base-color-bg-muted\/core-opacity-0 {
  border-color: rgb(234 236 240 / 0%);
}
.border-base-color-bg-muted\/core-opacity-10 {
  border-color: rgb(234 236 240 / 10%);
}
.border-base-color-bg-muted\/core-opacity-100 {
  border-color: rgb(234 236 240 / 100%);
}
.border-base-color-bg-muted\/core-opacity-20 {
  border-color: rgb(234 236 240 / 20%);
}
.border-base-color-bg-muted\/core-opacity-30 {
  border-color: rgb(234 236 240 / 30%);
}
.border-base-color-bg-muted\/core-opacity-40 {
  border-color: rgb(234 236 240 / 40%);
}
.border-base-color-bg-muted\/core-opacity-50 {
  border-color: rgb(234 236 240 / 50%);
}
.border-base-color-bg-muted\/core-opacity-60 {
  border-color: rgb(234 236 240 / 60%);
}
.border-base-color-bg-muted\/core-opacity-70 {
  border-color: rgb(234 236 240 / 70%);
}
.border-base-color-bg-muted\/core-opacity-80 {
  border-color: rgb(234 236 240 / 80%);
}
.border-base-color-bg-muted\/core-opacity-90 {
  border-color: rgb(234 236 240 / 90%);
}
.border-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-base-color-bg-subtle\/0 {
  border-color: rgb(242 244 247 / 0);
}
.border-base-color-bg-subtle\/10 {
  border-color: rgb(242 244 247 / 0.1);
}
.border-base-color-bg-subtle\/100 {
  border-color: rgb(242 244 247 / 1);
}
.border-base-color-bg-subtle\/20 {
  border-color: rgb(242 244 247 / 0.2);
}
.border-base-color-bg-subtle\/25 {
  border-color: rgb(242 244 247 / 0.25);
}
.border-base-color-bg-subtle\/30 {
  border-color: rgb(242 244 247 / 0.3);
}
.border-base-color-bg-subtle\/40 {
  border-color: rgb(242 244 247 / 0.4);
}
.border-base-color-bg-subtle\/5 {
  border-color: rgb(242 244 247 / 0.05);
}
.border-base-color-bg-subtle\/50 {
  border-color: rgb(242 244 247 / 0.5);
}
.border-base-color-bg-subtle\/60 {
  border-color: rgb(242 244 247 / 0.6);
}
.border-base-color-bg-subtle\/70 {
  border-color: rgb(242 244 247 / 0.7);
}
.border-base-color-bg-subtle\/75 {
  border-color: rgb(242 244 247 / 0.75);
}
.border-base-color-bg-subtle\/80 {
  border-color: rgb(242 244 247 / 0.8);
}
.border-base-color-bg-subtle\/90 {
  border-color: rgb(242 244 247 / 0.9);
}
.border-base-color-bg-subtle\/95 {
  border-color: rgb(242 244 247 / 0.95);
}
.border-base-color-bg-subtle\/base-opacity-disabled {
  border-color: rgb(242 244 247 / 60%);
}
.border-base-color-bg-subtle\/core-opacity-0 {
  border-color: rgb(242 244 247 / 0%);
}
.border-base-color-bg-subtle\/core-opacity-10 {
  border-color: rgb(242 244 247 / 10%);
}
.border-base-color-bg-subtle\/core-opacity-100 {
  border-color: rgb(242 244 247 / 100%);
}
.border-base-color-bg-subtle\/core-opacity-20 {
  border-color: rgb(242 244 247 / 20%);
}
.border-base-color-bg-subtle\/core-opacity-30 {
  border-color: rgb(242 244 247 / 30%);
}
.border-base-color-bg-subtle\/core-opacity-40 {
  border-color: rgb(242 244 247 / 40%);
}
.border-base-color-bg-subtle\/core-opacity-50 {
  border-color: rgb(242 244 247 / 50%);
}
.border-base-color-bg-subtle\/core-opacity-60 {
  border-color: rgb(242 244 247 / 60%);
}
.border-base-color-bg-subtle\/core-opacity-70 {
  border-color: rgb(242 244 247 / 70%);
}
.border-base-color-bg-subtle\/core-opacity-80 {
  border-color: rgb(242 244 247 / 80%);
}
.border-base-color-bg-subtle\/core-opacity-90 {
  border-color: rgb(242 244 247 / 90%);
}
.border-base-color-bg-success {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-base-color-bg-success-emphasis\/0 {
  border-color: rgb(18 181 105 / 0);
}
.border-base-color-bg-success-emphasis\/10 {
  border-color: rgb(18 181 105 / 0.1);
}
.border-base-color-bg-success-emphasis\/100 {
  border-color: rgb(18 181 105 / 1);
}
.border-base-color-bg-success-emphasis\/20 {
  border-color: rgb(18 181 105 / 0.2);
}
.border-base-color-bg-success-emphasis\/25 {
  border-color: rgb(18 181 105 / 0.25);
}
.border-base-color-bg-success-emphasis\/30 {
  border-color: rgb(18 181 105 / 0.3);
}
.border-base-color-bg-success-emphasis\/40 {
  border-color: rgb(18 181 105 / 0.4);
}
.border-base-color-bg-success-emphasis\/5 {
  border-color: rgb(18 181 105 / 0.05);
}
.border-base-color-bg-success-emphasis\/50 {
  border-color: rgb(18 181 105 / 0.5);
}
.border-base-color-bg-success-emphasis\/60 {
  border-color: rgb(18 181 105 / 0.6);
}
.border-base-color-bg-success-emphasis\/70 {
  border-color: rgb(18 181 105 / 0.7);
}
.border-base-color-bg-success-emphasis\/75 {
  border-color: rgb(18 181 105 / 0.75);
}
.border-base-color-bg-success-emphasis\/80 {
  border-color: rgb(18 181 105 / 0.8);
}
.border-base-color-bg-success-emphasis\/90 {
  border-color: rgb(18 181 105 / 0.9);
}
.border-base-color-bg-success-emphasis\/95 {
  border-color: rgb(18 181 105 / 0.95);
}
.border-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-color: rgb(18 181 105 / 60%);
}
.border-base-color-bg-success-emphasis\/core-opacity-0 {
  border-color: rgb(18 181 105 / 0%);
}
.border-base-color-bg-success-emphasis\/core-opacity-10 {
  border-color: rgb(18 181 105 / 10%);
}
.border-base-color-bg-success-emphasis\/core-opacity-100 {
  border-color: rgb(18 181 105 / 100%);
}
.border-base-color-bg-success-emphasis\/core-opacity-20 {
  border-color: rgb(18 181 105 / 20%);
}
.border-base-color-bg-success-emphasis\/core-opacity-30 {
  border-color: rgb(18 181 105 / 30%);
}
.border-base-color-bg-success-emphasis\/core-opacity-40 {
  border-color: rgb(18 181 105 / 40%);
}
.border-base-color-bg-success-emphasis\/core-opacity-50 {
  border-color: rgb(18 181 105 / 50%);
}
.border-base-color-bg-success-emphasis\/core-opacity-60 {
  border-color: rgb(18 181 105 / 60%);
}
.border-base-color-bg-success-emphasis\/core-opacity-70 {
  border-color: rgb(18 181 105 / 70%);
}
.border-base-color-bg-success-emphasis\/core-opacity-80 {
  border-color: rgb(18 181 105 / 80%);
}
.border-base-color-bg-success-emphasis\/core-opacity-90 {
  border-color: rgb(18 181 105 / 90%);
}
.border-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-base-color-bg-success-subtle\/0 {
  border-color: rgb(246 254 249 / 0);
}
.border-base-color-bg-success-subtle\/10 {
  border-color: rgb(246 254 249 / 0.1);
}
.border-base-color-bg-success-subtle\/100 {
  border-color: rgb(246 254 249 / 1);
}
.border-base-color-bg-success-subtle\/20 {
  border-color: rgb(246 254 249 / 0.2);
}
.border-base-color-bg-success-subtle\/25 {
  border-color: rgb(246 254 249 / 0.25);
}
.border-base-color-bg-success-subtle\/30 {
  border-color: rgb(246 254 249 / 0.3);
}
.border-base-color-bg-success-subtle\/40 {
  border-color: rgb(246 254 249 / 0.4);
}
.border-base-color-bg-success-subtle\/5 {
  border-color: rgb(246 254 249 / 0.05);
}
.border-base-color-bg-success-subtle\/50 {
  border-color: rgb(246 254 249 / 0.5);
}
.border-base-color-bg-success-subtle\/60 {
  border-color: rgb(246 254 249 / 0.6);
}
.border-base-color-bg-success-subtle\/70 {
  border-color: rgb(246 254 249 / 0.7);
}
.border-base-color-bg-success-subtle\/75 {
  border-color: rgb(246 254 249 / 0.75);
}
.border-base-color-bg-success-subtle\/80 {
  border-color: rgb(246 254 249 / 0.8);
}
.border-base-color-bg-success-subtle\/90 {
  border-color: rgb(246 254 249 / 0.9);
}
.border-base-color-bg-success-subtle\/95 {
  border-color: rgb(246 254 249 / 0.95);
}
.border-base-color-bg-success-subtle\/base-opacity-disabled {
  border-color: rgb(246 254 249 / 60%);
}
.border-base-color-bg-success-subtle\/core-opacity-0 {
  border-color: rgb(246 254 249 / 0%);
}
.border-base-color-bg-success-subtle\/core-opacity-10 {
  border-color: rgb(246 254 249 / 10%);
}
.border-base-color-bg-success-subtle\/core-opacity-100 {
  border-color: rgb(246 254 249 / 100%);
}
.border-base-color-bg-success-subtle\/core-opacity-20 {
  border-color: rgb(246 254 249 / 20%);
}
.border-base-color-bg-success-subtle\/core-opacity-30 {
  border-color: rgb(246 254 249 / 30%);
}
.border-base-color-bg-success-subtle\/core-opacity-40 {
  border-color: rgb(246 254 249 / 40%);
}
.border-base-color-bg-success-subtle\/core-opacity-50 {
  border-color: rgb(246 254 249 / 50%);
}
.border-base-color-bg-success-subtle\/core-opacity-60 {
  border-color: rgb(246 254 249 / 60%);
}
.border-base-color-bg-success-subtle\/core-opacity-70 {
  border-color: rgb(246 254 249 / 70%);
}
.border-base-color-bg-success-subtle\/core-opacity-80 {
  border-color: rgb(246 254 249 / 80%);
}
.border-base-color-bg-success-subtle\/core-opacity-90 {
  border-color: rgb(246 254 249 / 90%);
}
.border-base-color-bg-success\/0 {
  border-color: rgb(209 250 223 / 0);
}
.border-base-color-bg-success\/10 {
  border-color: rgb(209 250 223 / 0.1);
}
.border-base-color-bg-success\/100 {
  border-color: rgb(209 250 223 / 1);
}
.border-base-color-bg-success\/20 {
  border-color: rgb(209 250 223 / 0.2);
}
.border-base-color-bg-success\/25 {
  border-color: rgb(209 250 223 / 0.25);
}
.border-base-color-bg-success\/30 {
  border-color: rgb(209 250 223 / 0.3);
}
.border-base-color-bg-success\/40 {
  border-color: rgb(209 250 223 / 0.4);
}
.border-base-color-bg-success\/5 {
  border-color: rgb(209 250 223 / 0.05);
}
.border-base-color-bg-success\/50 {
  border-color: rgb(209 250 223 / 0.5);
}
.border-base-color-bg-success\/60 {
  border-color: rgb(209 250 223 / 0.6);
}
.border-base-color-bg-success\/70 {
  border-color: rgb(209 250 223 / 0.7);
}
.border-base-color-bg-success\/75 {
  border-color: rgb(209 250 223 / 0.75);
}
.border-base-color-bg-success\/80 {
  border-color: rgb(209 250 223 / 0.8);
}
.border-base-color-bg-success\/90 {
  border-color: rgb(209 250 223 / 0.9);
}
.border-base-color-bg-success\/95 {
  border-color: rgb(209 250 223 / 0.95);
}
.border-base-color-bg-success\/base-opacity-disabled {
  border-color: rgb(209 250 223 / 60%);
}
.border-base-color-bg-success\/core-opacity-0 {
  border-color: rgb(209 250 223 / 0%);
}
.border-base-color-bg-success\/core-opacity-10 {
  border-color: rgb(209 250 223 / 10%);
}
.border-base-color-bg-success\/core-opacity-100 {
  border-color: rgb(209 250 223 / 100%);
}
.border-base-color-bg-success\/core-opacity-20 {
  border-color: rgb(209 250 223 / 20%);
}
.border-base-color-bg-success\/core-opacity-30 {
  border-color: rgb(209 250 223 / 30%);
}
.border-base-color-bg-success\/core-opacity-40 {
  border-color: rgb(209 250 223 / 40%);
}
.border-base-color-bg-success\/core-opacity-50 {
  border-color: rgb(209 250 223 / 50%);
}
.border-base-color-bg-success\/core-opacity-60 {
  border-color: rgb(209 250 223 / 60%);
}
.border-base-color-bg-success\/core-opacity-70 {
  border-color: rgb(209 250 223 / 70%);
}
.border-base-color-bg-success\/core-opacity-80 {
  border-color: rgb(209 250 223 / 80%);
}
.border-base-color-bg-success\/core-opacity-90 {
  border-color: rgb(209 250 223 / 90%);
}
.border-base-color-bg-transparent {
  border-color: #00000000;
}
.border-base-color-bg-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-base-color-bg-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-base-color-bg-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-base-color-bg-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-base-color-bg-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-base-color-bg-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-base-color-bg-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-base-color-bg-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-base-color-bg-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-base-color-bg-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-base-color-bg-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-base-color-bg-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-base-color-bg-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-base-color-bg-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-base-color-bg-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-base-color-bg-transparent\/base-opacity-disabled {
  border-color: rgb(0 0 0 / 60%);
}
.border-base-color-bg-transparent\/core-opacity-0 {
  border-color: rgb(0 0 0 / 0%);
}
.border-base-color-bg-transparent\/core-opacity-10 {
  border-color: rgb(0 0 0 / 10%);
}
.border-base-color-bg-transparent\/core-opacity-100 {
  border-color: rgb(0 0 0 / 100%);
}
.border-base-color-bg-transparent\/core-opacity-20 {
  border-color: rgb(0 0 0 / 20%);
}
.border-base-color-bg-transparent\/core-opacity-30 {
  border-color: rgb(0 0 0 / 30%);
}
.border-base-color-bg-transparent\/core-opacity-40 {
  border-color: rgb(0 0 0 / 40%);
}
.border-base-color-bg-transparent\/core-opacity-50 {
  border-color: rgb(0 0 0 / 50%);
}
.border-base-color-bg-transparent\/core-opacity-60 {
  border-color: rgb(0 0 0 / 60%);
}
.border-base-color-bg-transparent\/core-opacity-70 {
  border-color: rgb(0 0 0 / 70%);
}
.border-base-color-bg-transparent\/core-opacity-80 {
  border-color: rgb(0 0 0 / 80%);
}
.border-base-color-bg-transparent\/core-opacity-90 {
  border-color: rgb(0 0 0 / 90%);
}
.border-base-color-border-default {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-base-color-border-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-base-color-fg-accent {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-base-color-fg-brand {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-base-color-fg-danger {
  --tw-border-opacity: 1;
  border-color: rgb(217 45 32 / var(--tw-border-opacity));
}
.border-base-color-fg-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-base-color-fg-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(102 112 133 / var(--tw-border-opacity));
}
.border-base-color-fg-success {
  --tw-border-opacity: 1;
  border-color: rgb(3 150 84 / var(--tw-border-opacity));
}
.border-comp-badge-blue-border {
  --tw-border-opacity: 1;
  border-color: rgb(179 204 255 / var(--tw-border-opacity));
}
.border-comp-badge-cyan-border {
  --tw-border-opacity: 1;
  border-color: rgb(166 241 252 / var(--tw-border-opacity));
}
.border-comp-badge-dark-gray-border {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-comp-badge-green-border {
  --tw-border-opacity: 1;
  border-color: rgb(164 244 196 / var(--tw-border-opacity));
}
.border-comp-badge-light-gray-border {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-comp-badge-orange-border {
  --tw-border-opacity: 1;
  border-color: rgb(253 220 170 / var(--tw-border-opacity));
}
.border-comp-badge-purple-border {
  --tw-border-opacity: 1;
  border-color: rgb(174 188 244 / var(--tw-border-opacity));
}
.border-comp-badge-red-border {
  --tw-border-opacity: 1;
  border-color: rgb(254 203 200 / var(--tw-border-opacity));
}
.border-comp-badge-rose-border {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 214 / var(--tw-border-opacity));
}
.border-comp-badge-teal-border {
  --tw-border-opacity: 1;
  border-color: rgb(152 246 224 / var(--tw-border-opacity));
}
.border-comp-badge-violet-border {
  --tw-border-opacity: 1;
  border-color: rgb(222 215 254 / var(--tw-border-opacity));
}
.border-comp-badge-yellow-border {
  --tw-border-opacity: 1;
  border-color: rgb(254 223 139 / var(--tw-border-opacity));
}
.border-comp-button-color-danger-enabled-border {
  border-color: #00000000;
}
.border-comp-button-color-ghost-enabled-border {
  border-color: #00000000;
}
.border-comp-button-color-ghost-pressed-border {
  border-color: #00000000;
}
.border-comp-button-color-primary-enabled-border {
  border-color: #00000000;
}
.border-comp-button-color-secondary-enabled-border {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-comp-textfield-color-clean-enabled-border {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-comp-textfield-color-dirty-enabled-border {
  --tw-border-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-comp-toggle-color-primary-selected-enabled-border {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-comp-toggle-color-primary-unselected-enabled-border {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-core-color-neutral-0 {
  --tw-border-opacity: 1;
  border-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-core-color-neutral-60 {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-core-color-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(45 210 183 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.border-x-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 224 255 / var(--tw-border-opacity));
  border-right-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-x-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 239 / var(--tw-border-opacity));
  border-right-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-x-base-color-bg-accent-emphasis\/0 {
  border-left-color: rgb(21 94 239 / 0);
  border-right-color: rgb(21 94 239 / 0);
}
.border-x-base-color-bg-accent-emphasis\/10 {
  border-left-color: rgb(21 94 239 / 0.1);
  border-right-color: rgb(21 94 239 / 0.1);
}
.border-x-base-color-bg-accent-emphasis\/100 {
  border-left-color: rgb(21 94 239 / 1);
  border-right-color: rgb(21 94 239 / 1);
}
.border-x-base-color-bg-accent-emphasis\/20 {
  border-left-color: rgb(21 94 239 / 0.2);
  border-right-color: rgb(21 94 239 / 0.2);
}
.border-x-base-color-bg-accent-emphasis\/25 {
  border-left-color: rgb(21 94 239 / 0.25);
  border-right-color: rgb(21 94 239 / 0.25);
}
.border-x-base-color-bg-accent-emphasis\/30 {
  border-left-color: rgb(21 94 239 / 0.3);
  border-right-color: rgb(21 94 239 / 0.3);
}
.border-x-base-color-bg-accent-emphasis\/40 {
  border-left-color: rgb(21 94 239 / 0.4);
  border-right-color: rgb(21 94 239 / 0.4);
}
.border-x-base-color-bg-accent-emphasis\/5 {
  border-left-color: rgb(21 94 239 / 0.05);
  border-right-color: rgb(21 94 239 / 0.05);
}
.border-x-base-color-bg-accent-emphasis\/50 {
  border-left-color: rgb(21 94 239 / 0.5);
  border-right-color: rgb(21 94 239 / 0.5);
}
.border-x-base-color-bg-accent-emphasis\/60 {
  border-left-color: rgb(21 94 239 / 0.6);
  border-right-color: rgb(21 94 239 / 0.6);
}
.border-x-base-color-bg-accent-emphasis\/70 {
  border-left-color: rgb(21 94 239 / 0.7);
  border-right-color: rgb(21 94 239 / 0.7);
}
.border-x-base-color-bg-accent-emphasis\/75 {
  border-left-color: rgb(21 94 239 / 0.75);
  border-right-color: rgb(21 94 239 / 0.75);
}
.border-x-base-color-bg-accent-emphasis\/80 {
  border-left-color: rgb(21 94 239 / 0.8);
  border-right-color: rgb(21 94 239 / 0.8);
}
.border-x-base-color-bg-accent-emphasis\/90 {
  border-left-color: rgb(21 94 239 / 0.9);
  border-right-color: rgb(21 94 239 / 0.9);
}
.border-x-base-color-bg-accent-emphasis\/95 {
  border-left-color: rgb(21 94 239 / 0.95);
  border-right-color: rgb(21 94 239 / 0.95);
}
.border-x-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-left-color: rgb(21 94 239 / 60%);
  border-right-color: rgb(21 94 239 / 60%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-left-color: rgb(21 94 239 / 0%);
  border-right-color: rgb(21 94 239 / 0%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-left-color: rgb(21 94 239 / 10%);
  border-right-color: rgb(21 94 239 / 10%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-left-color: rgb(21 94 239 / 100%);
  border-right-color: rgb(21 94 239 / 100%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-left-color: rgb(21 94 239 / 20%);
  border-right-color: rgb(21 94 239 / 20%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-left-color: rgb(21 94 239 / 30%);
  border-right-color: rgb(21 94 239 / 30%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-left-color: rgb(21 94 239 / 40%);
  border-right-color: rgb(21 94 239 / 40%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-left-color: rgb(21 94 239 / 50%);
  border-right-color: rgb(21 94 239 / 50%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-left-color: rgb(21 94 239 / 60%);
  border-right-color: rgb(21 94 239 / 60%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-left-color: rgb(21 94 239 / 70%);
  border-right-color: rgb(21 94 239 / 70%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-left-color: rgb(21 94 239 / 80%);
  border-right-color: rgb(21 94 239 / 80%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-left-color: rgb(21 94 239 / 90%);
  border-right-color: rgb(21 94 239 / 90%);
}
.border-x-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 248 255 / var(--tw-border-opacity));
  border-right-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-x-base-color-bg-accent-subtle\/0 {
  border-left-color: rgb(245 248 255 / 0);
  border-right-color: rgb(245 248 255 / 0);
}
.border-x-base-color-bg-accent-subtle\/10 {
  border-left-color: rgb(245 248 255 / 0.1);
  border-right-color: rgb(245 248 255 / 0.1);
}
.border-x-base-color-bg-accent-subtle\/100 {
  border-left-color: rgb(245 248 255 / 1);
  border-right-color: rgb(245 248 255 / 1);
}
.border-x-base-color-bg-accent-subtle\/20 {
  border-left-color: rgb(245 248 255 / 0.2);
  border-right-color: rgb(245 248 255 / 0.2);
}
.border-x-base-color-bg-accent-subtle\/25 {
  border-left-color: rgb(245 248 255 / 0.25);
  border-right-color: rgb(245 248 255 / 0.25);
}
.border-x-base-color-bg-accent-subtle\/30 {
  border-left-color: rgb(245 248 255 / 0.3);
  border-right-color: rgb(245 248 255 / 0.3);
}
.border-x-base-color-bg-accent-subtle\/40 {
  border-left-color: rgb(245 248 255 / 0.4);
  border-right-color: rgb(245 248 255 / 0.4);
}
.border-x-base-color-bg-accent-subtle\/5 {
  border-left-color: rgb(245 248 255 / 0.05);
  border-right-color: rgb(245 248 255 / 0.05);
}
.border-x-base-color-bg-accent-subtle\/50 {
  border-left-color: rgb(245 248 255 / 0.5);
  border-right-color: rgb(245 248 255 / 0.5);
}
.border-x-base-color-bg-accent-subtle\/60 {
  border-left-color: rgb(245 248 255 / 0.6);
  border-right-color: rgb(245 248 255 / 0.6);
}
.border-x-base-color-bg-accent-subtle\/70 {
  border-left-color: rgb(245 248 255 / 0.7);
  border-right-color: rgb(245 248 255 / 0.7);
}
.border-x-base-color-bg-accent-subtle\/75 {
  border-left-color: rgb(245 248 255 / 0.75);
  border-right-color: rgb(245 248 255 / 0.75);
}
.border-x-base-color-bg-accent-subtle\/80 {
  border-left-color: rgb(245 248 255 / 0.8);
  border-right-color: rgb(245 248 255 / 0.8);
}
.border-x-base-color-bg-accent-subtle\/90 {
  border-left-color: rgb(245 248 255 / 0.9);
  border-right-color: rgb(245 248 255 / 0.9);
}
.border-x-base-color-bg-accent-subtle\/95 {
  border-left-color: rgb(245 248 255 / 0.95);
  border-right-color: rgb(245 248 255 / 0.95);
}
.border-x-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-left-color: rgb(245 248 255 / 60%);
  border-right-color: rgb(245 248 255 / 60%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-0 {
  border-left-color: rgb(245 248 255 / 0%);
  border-right-color: rgb(245 248 255 / 0%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-10 {
  border-left-color: rgb(245 248 255 / 10%);
  border-right-color: rgb(245 248 255 / 10%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-100 {
  border-left-color: rgb(245 248 255 / 100%);
  border-right-color: rgb(245 248 255 / 100%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-20 {
  border-left-color: rgb(245 248 255 / 20%);
  border-right-color: rgb(245 248 255 / 20%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-30 {
  border-left-color: rgb(245 248 255 / 30%);
  border-right-color: rgb(245 248 255 / 30%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-40 {
  border-left-color: rgb(245 248 255 / 40%);
  border-right-color: rgb(245 248 255 / 40%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-50 {
  border-left-color: rgb(245 248 255 / 50%);
  border-right-color: rgb(245 248 255 / 50%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-60 {
  border-left-color: rgb(245 248 255 / 60%);
  border-right-color: rgb(245 248 255 / 60%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-70 {
  border-left-color: rgb(245 248 255 / 70%);
  border-right-color: rgb(245 248 255 / 70%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-80 {
  border-left-color: rgb(245 248 255 / 80%);
  border-right-color: rgb(245 248 255 / 80%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-90 {
  border-left-color: rgb(245 248 255 / 90%);
  border-right-color: rgb(245 248 255 / 90%);
}
.border-x-base-color-bg-accent\/0 {
  border-left-color: rgb(209 224 255 / 0);
  border-right-color: rgb(209 224 255 / 0);
}
.border-x-base-color-bg-accent\/10 {
  border-left-color: rgb(209 224 255 / 0.1);
  border-right-color: rgb(209 224 255 / 0.1);
}
.border-x-base-color-bg-accent\/100 {
  border-left-color: rgb(209 224 255 / 1);
  border-right-color: rgb(209 224 255 / 1);
}
.border-x-base-color-bg-accent\/20 {
  border-left-color: rgb(209 224 255 / 0.2);
  border-right-color: rgb(209 224 255 / 0.2);
}
.border-x-base-color-bg-accent\/25 {
  border-left-color: rgb(209 224 255 / 0.25);
  border-right-color: rgb(209 224 255 / 0.25);
}
.border-x-base-color-bg-accent\/30 {
  border-left-color: rgb(209 224 255 / 0.3);
  border-right-color: rgb(209 224 255 / 0.3);
}
.border-x-base-color-bg-accent\/40 {
  border-left-color: rgb(209 224 255 / 0.4);
  border-right-color: rgb(209 224 255 / 0.4);
}
.border-x-base-color-bg-accent\/5 {
  border-left-color: rgb(209 224 255 / 0.05);
  border-right-color: rgb(209 224 255 / 0.05);
}
.border-x-base-color-bg-accent\/50 {
  border-left-color: rgb(209 224 255 / 0.5);
  border-right-color: rgb(209 224 255 / 0.5);
}
.border-x-base-color-bg-accent\/60 {
  border-left-color: rgb(209 224 255 / 0.6);
  border-right-color: rgb(209 224 255 / 0.6);
}
.border-x-base-color-bg-accent\/70 {
  border-left-color: rgb(209 224 255 / 0.7);
  border-right-color: rgb(209 224 255 / 0.7);
}
.border-x-base-color-bg-accent\/75 {
  border-left-color: rgb(209 224 255 / 0.75);
  border-right-color: rgb(209 224 255 / 0.75);
}
.border-x-base-color-bg-accent\/80 {
  border-left-color: rgb(209 224 255 / 0.8);
  border-right-color: rgb(209 224 255 / 0.8);
}
.border-x-base-color-bg-accent\/90 {
  border-left-color: rgb(209 224 255 / 0.9);
  border-right-color: rgb(209 224 255 / 0.9);
}
.border-x-base-color-bg-accent\/95 {
  border-left-color: rgb(209 224 255 / 0.95);
  border-right-color: rgb(209 224 255 / 0.95);
}
.border-x-base-color-bg-accent\/base-opacity-disabled {
  border-left-color: rgb(209 224 255 / 60%);
  border-right-color: rgb(209 224 255 / 60%);
}
.border-x-base-color-bg-accent\/core-opacity-0 {
  border-left-color: rgb(209 224 255 / 0%);
  border-right-color: rgb(209 224 255 / 0%);
}
.border-x-base-color-bg-accent\/core-opacity-10 {
  border-left-color: rgb(209 224 255 / 10%);
  border-right-color: rgb(209 224 255 / 10%);
}
.border-x-base-color-bg-accent\/core-opacity-100 {
  border-left-color: rgb(209 224 255 / 100%);
  border-right-color: rgb(209 224 255 / 100%);
}
.border-x-base-color-bg-accent\/core-opacity-20 {
  border-left-color: rgb(209 224 255 / 20%);
  border-right-color: rgb(209 224 255 / 20%);
}
.border-x-base-color-bg-accent\/core-opacity-30 {
  border-left-color: rgb(209 224 255 / 30%);
  border-right-color: rgb(209 224 255 / 30%);
}
.border-x-base-color-bg-accent\/core-opacity-40 {
  border-left-color: rgb(209 224 255 / 40%);
  border-right-color: rgb(209 224 255 / 40%);
}
.border-x-base-color-bg-accent\/core-opacity-50 {
  border-left-color: rgb(209 224 255 / 50%);
  border-right-color: rgb(209 224 255 / 50%);
}
.border-x-base-color-bg-accent\/core-opacity-60 {
  border-left-color: rgb(209 224 255 / 60%);
  border-right-color: rgb(209 224 255 / 60%);
}
.border-x-base-color-bg-accent\/core-opacity-70 {
  border-left-color: rgb(209 224 255 / 70%);
  border-right-color: rgb(209 224 255 / 70%);
}
.border-x-base-color-bg-accent\/core-opacity-80 {
  border-left-color: rgb(209 224 255 / 80%);
  border-right-color: rgb(209 224 255 / 80%);
}
.border-x-base-color-bg-accent\/core-opacity-90 {
  border-left-color: rgb(209 224 255 / 90%);
  border-right-color: rgb(209 224 255 / 90%);
}
.border-x-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 200 / var(--tw-border-opacity));
  border-right-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-x-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 105 3 / var(--tw-border-opacity));
  border-right-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-x-base-color-bg-attention-emphasis\/0 {
  border-left-color: rgb(221 105 3 / 0);
  border-right-color: rgb(221 105 3 / 0);
}
.border-x-base-color-bg-attention-emphasis\/10 {
  border-left-color: rgb(221 105 3 / 0.1);
  border-right-color: rgb(221 105 3 / 0.1);
}
.border-x-base-color-bg-attention-emphasis\/100 {
  border-left-color: rgb(221 105 3 / 1);
  border-right-color: rgb(221 105 3 / 1);
}
.border-x-base-color-bg-attention-emphasis\/20 {
  border-left-color: rgb(221 105 3 / 0.2);
  border-right-color: rgb(221 105 3 / 0.2);
}
.border-x-base-color-bg-attention-emphasis\/25 {
  border-left-color: rgb(221 105 3 / 0.25);
  border-right-color: rgb(221 105 3 / 0.25);
}
.border-x-base-color-bg-attention-emphasis\/30 {
  border-left-color: rgb(221 105 3 / 0.3);
  border-right-color: rgb(221 105 3 / 0.3);
}
.border-x-base-color-bg-attention-emphasis\/40 {
  border-left-color: rgb(221 105 3 / 0.4);
  border-right-color: rgb(221 105 3 / 0.4);
}
.border-x-base-color-bg-attention-emphasis\/5 {
  border-left-color: rgb(221 105 3 / 0.05);
  border-right-color: rgb(221 105 3 / 0.05);
}
.border-x-base-color-bg-attention-emphasis\/50 {
  border-left-color: rgb(221 105 3 / 0.5);
  border-right-color: rgb(221 105 3 / 0.5);
}
.border-x-base-color-bg-attention-emphasis\/60 {
  border-left-color: rgb(221 105 3 / 0.6);
  border-right-color: rgb(221 105 3 / 0.6);
}
.border-x-base-color-bg-attention-emphasis\/70 {
  border-left-color: rgb(221 105 3 / 0.7);
  border-right-color: rgb(221 105 3 / 0.7);
}
.border-x-base-color-bg-attention-emphasis\/75 {
  border-left-color: rgb(221 105 3 / 0.75);
  border-right-color: rgb(221 105 3 / 0.75);
}
.border-x-base-color-bg-attention-emphasis\/80 {
  border-left-color: rgb(221 105 3 / 0.8);
  border-right-color: rgb(221 105 3 / 0.8);
}
.border-x-base-color-bg-attention-emphasis\/90 {
  border-left-color: rgb(221 105 3 / 0.9);
  border-right-color: rgb(221 105 3 / 0.9);
}
.border-x-base-color-bg-attention-emphasis\/95 {
  border-left-color: rgb(221 105 3 / 0.95);
  border-right-color: rgb(221 105 3 / 0.95);
}
.border-x-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-left-color: rgb(221 105 3 / 60%);
  border-right-color: rgb(221 105 3 / 60%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-left-color: rgb(221 105 3 / 0%);
  border-right-color: rgb(221 105 3 / 0%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-left-color: rgb(221 105 3 / 10%);
  border-right-color: rgb(221 105 3 / 10%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-left-color: rgb(221 105 3 / 100%);
  border-right-color: rgb(221 105 3 / 100%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-left-color: rgb(221 105 3 / 20%);
  border-right-color: rgb(221 105 3 / 20%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-left-color: rgb(221 105 3 / 30%);
  border-right-color: rgb(221 105 3 / 30%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-left-color: rgb(221 105 3 / 40%);
  border-right-color: rgb(221 105 3 / 40%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-left-color: rgb(221 105 3 / 50%);
  border-right-color: rgb(221 105 3 / 50%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-left-color: rgb(221 105 3 / 60%);
  border-right-color: rgb(221 105 3 / 60%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-left-color: rgb(221 105 3 / 70%);
  border-right-color: rgb(221 105 3 / 70%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-left-color: rgb(221 105 3 / 80%);
  border-right-color: rgb(221 105 3 / 80%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-left-color: rgb(221 105 3 / 90%);
  border-right-color: rgb(221 105 3 / 90%);
}
.border-x-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 245 / var(--tw-border-opacity));
  border-right-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-x-base-color-bg-attention-subtle\/0 {
  border-left-color: rgb(255 252 245 / 0);
  border-right-color: rgb(255 252 245 / 0);
}
.border-x-base-color-bg-attention-subtle\/10 {
  border-left-color: rgb(255 252 245 / 0.1);
  border-right-color: rgb(255 252 245 / 0.1);
}
.border-x-base-color-bg-attention-subtle\/100 {
  border-left-color: rgb(255 252 245 / 1);
  border-right-color: rgb(255 252 245 / 1);
}
.border-x-base-color-bg-attention-subtle\/20 {
  border-left-color: rgb(255 252 245 / 0.2);
  border-right-color: rgb(255 252 245 / 0.2);
}
.border-x-base-color-bg-attention-subtle\/25 {
  border-left-color: rgb(255 252 245 / 0.25);
  border-right-color: rgb(255 252 245 / 0.25);
}
.border-x-base-color-bg-attention-subtle\/30 {
  border-left-color: rgb(255 252 245 / 0.3);
  border-right-color: rgb(255 252 245 / 0.3);
}
.border-x-base-color-bg-attention-subtle\/40 {
  border-left-color: rgb(255 252 245 / 0.4);
  border-right-color: rgb(255 252 245 / 0.4);
}
.border-x-base-color-bg-attention-subtle\/5 {
  border-left-color: rgb(255 252 245 / 0.05);
  border-right-color: rgb(255 252 245 / 0.05);
}
.border-x-base-color-bg-attention-subtle\/50 {
  border-left-color: rgb(255 252 245 / 0.5);
  border-right-color: rgb(255 252 245 / 0.5);
}
.border-x-base-color-bg-attention-subtle\/60 {
  border-left-color: rgb(255 252 245 / 0.6);
  border-right-color: rgb(255 252 245 / 0.6);
}
.border-x-base-color-bg-attention-subtle\/70 {
  border-left-color: rgb(255 252 245 / 0.7);
  border-right-color: rgb(255 252 245 / 0.7);
}
.border-x-base-color-bg-attention-subtle\/75 {
  border-left-color: rgb(255 252 245 / 0.75);
  border-right-color: rgb(255 252 245 / 0.75);
}
.border-x-base-color-bg-attention-subtle\/80 {
  border-left-color: rgb(255 252 245 / 0.8);
  border-right-color: rgb(255 252 245 / 0.8);
}
.border-x-base-color-bg-attention-subtle\/90 {
  border-left-color: rgb(255 252 245 / 0.9);
  border-right-color: rgb(255 252 245 / 0.9);
}
.border-x-base-color-bg-attention-subtle\/95 {
  border-left-color: rgb(255 252 245 / 0.95);
  border-right-color: rgb(255 252 245 / 0.95);
}
.border-x-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-left-color: rgb(255 252 245 / 60%);
  border-right-color: rgb(255 252 245 / 60%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-0 {
  border-left-color: rgb(255 252 245 / 0%);
  border-right-color: rgb(255 252 245 / 0%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-10 {
  border-left-color: rgb(255 252 245 / 10%);
  border-right-color: rgb(255 252 245 / 10%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-100 {
  border-left-color: rgb(255 252 245 / 100%);
  border-right-color: rgb(255 252 245 / 100%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-20 {
  border-left-color: rgb(255 252 245 / 20%);
  border-right-color: rgb(255 252 245 / 20%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-30 {
  border-left-color: rgb(255 252 245 / 30%);
  border-right-color: rgb(255 252 245 / 30%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-40 {
  border-left-color: rgb(255 252 245 / 40%);
  border-right-color: rgb(255 252 245 / 40%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-50 {
  border-left-color: rgb(255 252 245 / 50%);
  border-right-color: rgb(255 252 245 / 50%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-60 {
  border-left-color: rgb(255 252 245 / 60%);
  border-right-color: rgb(255 252 245 / 60%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-70 {
  border-left-color: rgb(255 252 245 / 70%);
  border-right-color: rgb(255 252 245 / 70%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-80 {
  border-left-color: rgb(255 252 245 / 80%);
  border-right-color: rgb(255 252 245 / 80%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-90 {
  border-left-color: rgb(255 252 245 / 90%);
  border-right-color: rgb(255 252 245 / 90%);
}
.border-x-base-color-bg-attention\/0 {
  border-left-color: rgb(254 240 200 / 0);
  border-right-color: rgb(254 240 200 / 0);
}
.border-x-base-color-bg-attention\/10 {
  border-left-color: rgb(254 240 200 / 0.1);
  border-right-color: rgb(254 240 200 / 0.1);
}
.border-x-base-color-bg-attention\/100 {
  border-left-color: rgb(254 240 200 / 1);
  border-right-color: rgb(254 240 200 / 1);
}
.border-x-base-color-bg-attention\/20 {
  border-left-color: rgb(254 240 200 / 0.2);
  border-right-color: rgb(254 240 200 / 0.2);
}
.border-x-base-color-bg-attention\/25 {
  border-left-color: rgb(254 240 200 / 0.25);
  border-right-color: rgb(254 240 200 / 0.25);
}
.border-x-base-color-bg-attention\/30 {
  border-left-color: rgb(254 240 200 / 0.3);
  border-right-color: rgb(254 240 200 / 0.3);
}
.border-x-base-color-bg-attention\/40 {
  border-left-color: rgb(254 240 200 / 0.4);
  border-right-color: rgb(254 240 200 / 0.4);
}
.border-x-base-color-bg-attention\/5 {
  border-left-color: rgb(254 240 200 / 0.05);
  border-right-color: rgb(254 240 200 / 0.05);
}
.border-x-base-color-bg-attention\/50 {
  border-left-color: rgb(254 240 200 / 0.5);
  border-right-color: rgb(254 240 200 / 0.5);
}
.border-x-base-color-bg-attention\/60 {
  border-left-color: rgb(254 240 200 / 0.6);
  border-right-color: rgb(254 240 200 / 0.6);
}
.border-x-base-color-bg-attention\/70 {
  border-left-color: rgb(254 240 200 / 0.7);
  border-right-color: rgb(254 240 200 / 0.7);
}
.border-x-base-color-bg-attention\/75 {
  border-left-color: rgb(254 240 200 / 0.75);
  border-right-color: rgb(254 240 200 / 0.75);
}
.border-x-base-color-bg-attention\/80 {
  border-left-color: rgb(254 240 200 / 0.8);
  border-right-color: rgb(254 240 200 / 0.8);
}
.border-x-base-color-bg-attention\/90 {
  border-left-color: rgb(254 240 200 / 0.9);
  border-right-color: rgb(254 240 200 / 0.9);
}
.border-x-base-color-bg-attention\/95 {
  border-left-color: rgb(254 240 200 / 0.95);
  border-right-color: rgb(254 240 200 / 0.95);
}
.border-x-base-color-bg-attention\/base-opacity-disabled {
  border-left-color: rgb(254 240 200 / 60%);
  border-right-color: rgb(254 240 200 / 60%);
}
.border-x-base-color-bg-attention\/core-opacity-0 {
  border-left-color: rgb(254 240 200 / 0%);
  border-right-color: rgb(254 240 200 / 0%);
}
.border-x-base-color-bg-attention\/core-opacity-10 {
  border-left-color: rgb(254 240 200 / 10%);
  border-right-color: rgb(254 240 200 / 10%);
}
.border-x-base-color-bg-attention\/core-opacity-100 {
  border-left-color: rgb(254 240 200 / 100%);
  border-right-color: rgb(254 240 200 / 100%);
}
.border-x-base-color-bg-attention\/core-opacity-20 {
  border-left-color: rgb(254 240 200 / 20%);
  border-right-color: rgb(254 240 200 / 20%);
}
.border-x-base-color-bg-attention\/core-opacity-30 {
  border-left-color: rgb(254 240 200 / 30%);
  border-right-color: rgb(254 240 200 / 30%);
}
.border-x-base-color-bg-attention\/core-opacity-40 {
  border-left-color: rgb(254 240 200 / 40%);
  border-right-color: rgb(254 240 200 / 40%);
}
.border-x-base-color-bg-attention\/core-opacity-50 {
  border-left-color: rgb(254 240 200 / 50%);
  border-right-color: rgb(254 240 200 / 50%);
}
.border-x-base-color-bg-attention\/core-opacity-60 {
  border-left-color: rgb(254 240 200 / 60%);
  border-right-color: rgb(254 240 200 / 60%);
}
.border-x-base-color-bg-attention\/core-opacity-70 {
  border-left-color: rgb(254 240 200 / 70%);
  border-right-color: rgb(254 240 200 / 70%);
}
.border-x-base-color-bg-attention\/core-opacity-80 {
  border-left-color: rgb(254 240 200 / 80%);
  border-right-color: rgb(254 240 200 / 80%);
}
.border-x-base-color-bg-attention\/core-opacity-90 {
  border-left-color: rgb(254 240 200 / 90%);
  border-right-color: rgb(254 240 200 / 90%);
}
.border-x-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 214 249 / var(--tw-border-opacity));
  border-right-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-x-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(93 91 215 / var(--tw-border-opacity));
  border-right-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-x-base-color-bg-brand-emphasis\/0 {
  border-left-color: rgb(93 91 215 / 0);
  border-right-color: rgb(93 91 215 / 0);
}
.border-x-base-color-bg-brand-emphasis\/10 {
  border-left-color: rgb(93 91 215 / 0.1);
  border-right-color: rgb(93 91 215 / 0.1);
}
.border-x-base-color-bg-brand-emphasis\/100 {
  border-left-color: rgb(93 91 215 / 1);
  border-right-color: rgb(93 91 215 / 1);
}
.border-x-base-color-bg-brand-emphasis\/20 {
  border-left-color: rgb(93 91 215 / 0.2);
  border-right-color: rgb(93 91 215 / 0.2);
}
.border-x-base-color-bg-brand-emphasis\/25 {
  border-left-color: rgb(93 91 215 / 0.25);
  border-right-color: rgb(93 91 215 / 0.25);
}
.border-x-base-color-bg-brand-emphasis\/30 {
  border-left-color: rgb(93 91 215 / 0.3);
  border-right-color: rgb(93 91 215 / 0.3);
}
.border-x-base-color-bg-brand-emphasis\/40 {
  border-left-color: rgb(93 91 215 / 0.4);
  border-right-color: rgb(93 91 215 / 0.4);
}
.border-x-base-color-bg-brand-emphasis\/5 {
  border-left-color: rgb(93 91 215 / 0.05);
  border-right-color: rgb(93 91 215 / 0.05);
}
.border-x-base-color-bg-brand-emphasis\/50 {
  border-left-color: rgb(93 91 215 / 0.5);
  border-right-color: rgb(93 91 215 / 0.5);
}
.border-x-base-color-bg-brand-emphasis\/60 {
  border-left-color: rgb(93 91 215 / 0.6);
  border-right-color: rgb(93 91 215 / 0.6);
}
.border-x-base-color-bg-brand-emphasis\/70 {
  border-left-color: rgb(93 91 215 / 0.7);
  border-right-color: rgb(93 91 215 / 0.7);
}
.border-x-base-color-bg-brand-emphasis\/75 {
  border-left-color: rgb(93 91 215 / 0.75);
  border-right-color: rgb(93 91 215 / 0.75);
}
.border-x-base-color-bg-brand-emphasis\/80 {
  border-left-color: rgb(93 91 215 / 0.8);
  border-right-color: rgb(93 91 215 / 0.8);
}
.border-x-base-color-bg-brand-emphasis\/90 {
  border-left-color: rgb(93 91 215 / 0.9);
  border-right-color: rgb(93 91 215 / 0.9);
}
.border-x-base-color-bg-brand-emphasis\/95 {
  border-left-color: rgb(93 91 215 / 0.95);
  border-right-color: rgb(93 91 215 / 0.95);
}
.border-x-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-left-color: rgb(93 91 215 / 60%);
  border-right-color: rgb(93 91 215 / 60%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-left-color: rgb(93 91 215 / 0%);
  border-right-color: rgb(93 91 215 / 0%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-left-color: rgb(93 91 215 / 10%);
  border-right-color: rgb(93 91 215 / 10%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-left-color: rgb(93 91 215 / 100%);
  border-right-color: rgb(93 91 215 / 100%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-left-color: rgb(93 91 215 / 20%);
  border-right-color: rgb(93 91 215 / 20%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-left-color: rgb(93 91 215 / 30%);
  border-right-color: rgb(93 91 215 / 30%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-left-color: rgb(93 91 215 / 40%);
  border-right-color: rgb(93 91 215 / 40%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-left-color: rgb(93 91 215 / 50%);
  border-right-color: rgb(93 91 215 / 50%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-left-color: rgb(93 91 215 / 60%);
  border-right-color: rgb(93 91 215 / 60%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-left-color: rgb(93 91 215 / 70%);
  border-right-color: rgb(93 91 215 / 70%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-left-color: rgb(93 91 215 / 80%);
  border-right-color: rgb(93 91 215 / 80%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-left-color: rgb(93 91 215 / 90%);
  border-right-color: rgb(93 91 215 / 90%);
}
.border-x-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 244 253 / var(--tw-border-opacity));
  border-right-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-x-base-color-bg-brand-subtle\/0 {
  border-left-color: rgb(242 244 253 / 0);
  border-right-color: rgb(242 244 253 / 0);
}
.border-x-base-color-bg-brand-subtle\/10 {
  border-left-color: rgb(242 244 253 / 0.1);
  border-right-color: rgb(242 244 253 / 0.1);
}
.border-x-base-color-bg-brand-subtle\/100 {
  border-left-color: rgb(242 244 253 / 1);
  border-right-color: rgb(242 244 253 / 1);
}
.border-x-base-color-bg-brand-subtle\/20 {
  border-left-color: rgb(242 244 253 / 0.2);
  border-right-color: rgb(242 244 253 / 0.2);
}
.border-x-base-color-bg-brand-subtle\/25 {
  border-left-color: rgb(242 244 253 / 0.25);
  border-right-color: rgb(242 244 253 / 0.25);
}
.border-x-base-color-bg-brand-subtle\/30 {
  border-left-color: rgb(242 244 253 / 0.3);
  border-right-color: rgb(242 244 253 / 0.3);
}
.border-x-base-color-bg-brand-subtle\/40 {
  border-left-color: rgb(242 244 253 / 0.4);
  border-right-color: rgb(242 244 253 / 0.4);
}
.border-x-base-color-bg-brand-subtle\/5 {
  border-left-color: rgb(242 244 253 / 0.05);
  border-right-color: rgb(242 244 253 / 0.05);
}
.border-x-base-color-bg-brand-subtle\/50 {
  border-left-color: rgb(242 244 253 / 0.5);
  border-right-color: rgb(242 244 253 / 0.5);
}
.border-x-base-color-bg-brand-subtle\/60 {
  border-left-color: rgb(242 244 253 / 0.6);
  border-right-color: rgb(242 244 253 / 0.6);
}
.border-x-base-color-bg-brand-subtle\/70 {
  border-left-color: rgb(242 244 253 / 0.7);
  border-right-color: rgb(242 244 253 / 0.7);
}
.border-x-base-color-bg-brand-subtle\/75 {
  border-left-color: rgb(242 244 253 / 0.75);
  border-right-color: rgb(242 244 253 / 0.75);
}
.border-x-base-color-bg-brand-subtle\/80 {
  border-left-color: rgb(242 244 253 / 0.8);
  border-right-color: rgb(242 244 253 / 0.8);
}
.border-x-base-color-bg-brand-subtle\/90 {
  border-left-color: rgb(242 244 253 / 0.9);
  border-right-color: rgb(242 244 253 / 0.9);
}
.border-x-base-color-bg-brand-subtle\/95 {
  border-left-color: rgb(242 244 253 / 0.95);
  border-right-color: rgb(242 244 253 / 0.95);
}
.border-x-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-left-color: rgb(242 244 253 / 60%);
  border-right-color: rgb(242 244 253 / 60%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-0 {
  border-left-color: rgb(242 244 253 / 0%);
  border-right-color: rgb(242 244 253 / 0%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-10 {
  border-left-color: rgb(242 244 253 / 10%);
  border-right-color: rgb(242 244 253 / 10%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-100 {
  border-left-color: rgb(242 244 253 / 100%);
  border-right-color: rgb(242 244 253 / 100%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-20 {
  border-left-color: rgb(242 244 253 / 20%);
  border-right-color: rgb(242 244 253 / 20%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-30 {
  border-left-color: rgb(242 244 253 / 30%);
  border-right-color: rgb(242 244 253 / 30%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-40 {
  border-left-color: rgb(242 244 253 / 40%);
  border-right-color: rgb(242 244 253 / 40%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-50 {
  border-left-color: rgb(242 244 253 / 50%);
  border-right-color: rgb(242 244 253 / 50%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-60 {
  border-left-color: rgb(242 244 253 / 60%);
  border-right-color: rgb(242 244 253 / 60%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-70 {
  border-left-color: rgb(242 244 253 / 70%);
  border-right-color: rgb(242 244 253 / 70%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-80 {
  border-left-color: rgb(242 244 253 / 80%);
  border-right-color: rgb(242 244 253 / 80%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-90 {
  border-left-color: rgb(242 244 253 / 90%);
  border-right-color: rgb(242 244 253 / 90%);
}
.border-x-base-color-bg-brand\/0 {
  border-left-color: rgb(205 214 249 / 0);
  border-right-color: rgb(205 214 249 / 0);
}
.border-x-base-color-bg-brand\/10 {
  border-left-color: rgb(205 214 249 / 0.1);
  border-right-color: rgb(205 214 249 / 0.1);
}
.border-x-base-color-bg-brand\/100 {
  border-left-color: rgb(205 214 249 / 1);
  border-right-color: rgb(205 214 249 / 1);
}
.border-x-base-color-bg-brand\/20 {
  border-left-color: rgb(205 214 249 / 0.2);
  border-right-color: rgb(205 214 249 / 0.2);
}
.border-x-base-color-bg-brand\/25 {
  border-left-color: rgb(205 214 249 / 0.25);
  border-right-color: rgb(205 214 249 / 0.25);
}
.border-x-base-color-bg-brand\/30 {
  border-left-color: rgb(205 214 249 / 0.3);
  border-right-color: rgb(205 214 249 / 0.3);
}
.border-x-base-color-bg-brand\/40 {
  border-left-color: rgb(205 214 249 / 0.4);
  border-right-color: rgb(205 214 249 / 0.4);
}
.border-x-base-color-bg-brand\/5 {
  border-left-color: rgb(205 214 249 / 0.05);
  border-right-color: rgb(205 214 249 / 0.05);
}
.border-x-base-color-bg-brand\/50 {
  border-left-color: rgb(205 214 249 / 0.5);
  border-right-color: rgb(205 214 249 / 0.5);
}
.border-x-base-color-bg-brand\/60 {
  border-left-color: rgb(205 214 249 / 0.6);
  border-right-color: rgb(205 214 249 / 0.6);
}
.border-x-base-color-bg-brand\/70 {
  border-left-color: rgb(205 214 249 / 0.7);
  border-right-color: rgb(205 214 249 / 0.7);
}
.border-x-base-color-bg-brand\/75 {
  border-left-color: rgb(205 214 249 / 0.75);
  border-right-color: rgb(205 214 249 / 0.75);
}
.border-x-base-color-bg-brand\/80 {
  border-left-color: rgb(205 214 249 / 0.8);
  border-right-color: rgb(205 214 249 / 0.8);
}
.border-x-base-color-bg-brand\/90 {
  border-left-color: rgb(205 214 249 / 0.9);
  border-right-color: rgb(205 214 249 / 0.9);
}
.border-x-base-color-bg-brand\/95 {
  border-left-color: rgb(205 214 249 / 0.95);
  border-right-color: rgb(205 214 249 / 0.95);
}
.border-x-base-color-bg-brand\/base-opacity-disabled {
  border-left-color: rgb(205 214 249 / 60%);
  border-right-color: rgb(205 214 249 / 60%);
}
.border-x-base-color-bg-brand\/core-opacity-0 {
  border-left-color: rgb(205 214 249 / 0%);
  border-right-color: rgb(205 214 249 / 0%);
}
.border-x-base-color-bg-brand\/core-opacity-10 {
  border-left-color: rgb(205 214 249 / 10%);
  border-right-color: rgb(205 214 249 / 10%);
}
.border-x-base-color-bg-brand\/core-opacity-100 {
  border-left-color: rgb(205 214 249 / 100%);
  border-right-color: rgb(205 214 249 / 100%);
}
.border-x-base-color-bg-brand\/core-opacity-20 {
  border-left-color: rgb(205 214 249 / 20%);
  border-right-color: rgb(205 214 249 / 20%);
}
.border-x-base-color-bg-brand\/core-opacity-30 {
  border-left-color: rgb(205 214 249 / 30%);
  border-right-color: rgb(205 214 249 / 30%);
}
.border-x-base-color-bg-brand\/core-opacity-40 {
  border-left-color: rgb(205 214 249 / 40%);
  border-right-color: rgb(205 214 249 / 40%);
}
.border-x-base-color-bg-brand\/core-opacity-50 {
  border-left-color: rgb(205 214 249 / 50%);
  border-right-color: rgb(205 214 249 / 50%);
}
.border-x-base-color-bg-brand\/core-opacity-60 {
  border-left-color: rgb(205 214 249 / 60%);
  border-right-color: rgb(205 214 249 / 60%);
}
.border-x-base-color-bg-brand\/core-opacity-70 {
  border-left-color: rgb(205 214 249 / 70%);
  border-right-color: rgb(205 214 249 / 70%);
}
.border-x-base-color-bg-brand\/core-opacity-80 {
  border-left-color: rgb(205 214 249 / 80%);
  border-right-color: rgb(205 214 249 / 80%);
}
.border-x-base-color-bg-brand\/core-opacity-90 {
  border-left-color: rgb(205 214 249 / 90%);
  border-right-color: rgb(205 214 249 / 90%);
}
.border-x-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 227 225 / var(--tw-border-opacity));
  border-right-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-x-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 68 56 / var(--tw-border-opacity));
  border-right-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-x-base-color-bg-danger-emphasis\/0 {
  border-left-color: rgb(240 68 56 / 0);
  border-right-color: rgb(240 68 56 / 0);
}
.border-x-base-color-bg-danger-emphasis\/10 {
  border-left-color: rgb(240 68 56 / 0.1);
  border-right-color: rgb(240 68 56 / 0.1);
}
.border-x-base-color-bg-danger-emphasis\/100 {
  border-left-color: rgb(240 68 56 / 1);
  border-right-color: rgb(240 68 56 / 1);
}
.border-x-base-color-bg-danger-emphasis\/20 {
  border-left-color: rgb(240 68 56 / 0.2);
  border-right-color: rgb(240 68 56 / 0.2);
}
.border-x-base-color-bg-danger-emphasis\/25 {
  border-left-color: rgb(240 68 56 / 0.25);
  border-right-color: rgb(240 68 56 / 0.25);
}
.border-x-base-color-bg-danger-emphasis\/30 {
  border-left-color: rgb(240 68 56 / 0.3);
  border-right-color: rgb(240 68 56 / 0.3);
}
.border-x-base-color-bg-danger-emphasis\/40 {
  border-left-color: rgb(240 68 56 / 0.4);
  border-right-color: rgb(240 68 56 / 0.4);
}
.border-x-base-color-bg-danger-emphasis\/5 {
  border-left-color: rgb(240 68 56 / 0.05);
  border-right-color: rgb(240 68 56 / 0.05);
}
.border-x-base-color-bg-danger-emphasis\/50 {
  border-left-color: rgb(240 68 56 / 0.5);
  border-right-color: rgb(240 68 56 / 0.5);
}
.border-x-base-color-bg-danger-emphasis\/60 {
  border-left-color: rgb(240 68 56 / 0.6);
  border-right-color: rgb(240 68 56 / 0.6);
}
.border-x-base-color-bg-danger-emphasis\/70 {
  border-left-color: rgb(240 68 56 / 0.7);
  border-right-color: rgb(240 68 56 / 0.7);
}
.border-x-base-color-bg-danger-emphasis\/75 {
  border-left-color: rgb(240 68 56 / 0.75);
  border-right-color: rgb(240 68 56 / 0.75);
}
.border-x-base-color-bg-danger-emphasis\/80 {
  border-left-color: rgb(240 68 56 / 0.8);
  border-right-color: rgb(240 68 56 / 0.8);
}
.border-x-base-color-bg-danger-emphasis\/90 {
  border-left-color: rgb(240 68 56 / 0.9);
  border-right-color: rgb(240 68 56 / 0.9);
}
.border-x-base-color-bg-danger-emphasis\/95 {
  border-left-color: rgb(240 68 56 / 0.95);
  border-right-color: rgb(240 68 56 / 0.95);
}
.border-x-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-left-color: rgb(240 68 56 / 60%);
  border-right-color: rgb(240 68 56 / 60%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-left-color: rgb(240 68 56 / 0%);
  border-right-color: rgb(240 68 56 / 0%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-left-color: rgb(240 68 56 / 10%);
  border-right-color: rgb(240 68 56 / 10%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-left-color: rgb(240 68 56 / 100%);
  border-right-color: rgb(240 68 56 / 100%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-left-color: rgb(240 68 56 / 20%);
  border-right-color: rgb(240 68 56 / 20%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-left-color: rgb(240 68 56 / 30%);
  border-right-color: rgb(240 68 56 / 30%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-left-color: rgb(240 68 56 / 40%);
  border-right-color: rgb(240 68 56 / 40%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-left-color: rgb(240 68 56 / 50%);
  border-right-color: rgb(240 68 56 / 50%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-left-color: rgb(240 68 56 / 60%);
  border-right-color: rgb(240 68 56 / 60%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-left-color: rgb(240 68 56 / 70%);
  border-right-color: rgb(240 68 56 / 70%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-left-color: rgb(240 68 56 / 80%);
  border-right-color: rgb(240 68 56 / 80%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-left-color: rgb(240 68 56 / 90%);
  border-right-color: rgb(240 68 56 / 90%);
}
.border-x-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 250 / var(--tw-border-opacity));
  border-right-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-x-base-color-bg-danger-subtle\/0 {
  border-left-color: rgb(255 251 250 / 0);
  border-right-color: rgb(255 251 250 / 0);
}
.border-x-base-color-bg-danger-subtle\/10 {
  border-left-color: rgb(255 251 250 / 0.1);
  border-right-color: rgb(255 251 250 / 0.1);
}
.border-x-base-color-bg-danger-subtle\/100 {
  border-left-color: rgb(255 251 250 / 1);
  border-right-color: rgb(255 251 250 / 1);
}
.border-x-base-color-bg-danger-subtle\/20 {
  border-left-color: rgb(255 251 250 / 0.2);
  border-right-color: rgb(255 251 250 / 0.2);
}
.border-x-base-color-bg-danger-subtle\/25 {
  border-left-color: rgb(255 251 250 / 0.25);
  border-right-color: rgb(255 251 250 / 0.25);
}
.border-x-base-color-bg-danger-subtle\/30 {
  border-left-color: rgb(255 251 250 / 0.3);
  border-right-color: rgb(255 251 250 / 0.3);
}
.border-x-base-color-bg-danger-subtle\/40 {
  border-left-color: rgb(255 251 250 / 0.4);
  border-right-color: rgb(255 251 250 / 0.4);
}
.border-x-base-color-bg-danger-subtle\/5 {
  border-left-color: rgb(255 251 250 / 0.05);
  border-right-color: rgb(255 251 250 / 0.05);
}
.border-x-base-color-bg-danger-subtle\/50 {
  border-left-color: rgb(255 251 250 / 0.5);
  border-right-color: rgb(255 251 250 / 0.5);
}
.border-x-base-color-bg-danger-subtle\/60 {
  border-left-color: rgb(255 251 250 / 0.6);
  border-right-color: rgb(255 251 250 / 0.6);
}
.border-x-base-color-bg-danger-subtle\/70 {
  border-left-color: rgb(255 251 250 / 0.7);
  border-right-color: rgb(255 251 250 / 0.7);
}
.border-x-base-color-bg-danger-subtle\/75 {
  border-left-color: rgb(255 251 250 / 0.75);
  border-right-color: rgb(255 251 250 / 0.75);
}
.border-x-base-color-bg-danger-subtle\/80 {
  border-left-color: rgb(255 251 250 / 0.8);
  border-right-color: rgb(255 251 250 / 0.8);
}
.border-x-base-color-bg-danger-subtle\/90 {
  border-left-color: rgb(255 251 250 / 0.9);
  border-right-color: rgb(255 251 250 / 0.9);
}
.border-x-base-color-bg-danger-subtle\/95 {
  border-left-color: rgb(255 251 250 / 0.95);
  border-right-color: rgb(255 251 250 / 0.95);
}
.border-x-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-left-color: rgb(255 251 250 / 60%);
  border-right-color: rgb(255 251 250 / 60%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-0 {
  border-left-color: rgb(255 251 250 / 0%);
  border-right-color: rgb(255 251 250 / 0%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-10 {
  border-left-color: rgb(255 251 250 / 10%);
  border-right-color: rgb(255 251 250 / 10%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-100 {
  border-left-color: rgb(255 251 250 / 100%);
  border-right-color: rgb(255 251 250 / 100%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-20 {
  border-left-color: rgb(255 251 250 / 20%);
  border-right-color: rgb(255 251 250 / 20%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-30 {
  border-left-color: rgb(255 251 250 / 30%);
  border-right-color: rgb(255 251 250 / 30%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-40 {
  border-left-color: rgb(255 251 250 / 40%);
  border-right-color: rgb(255 251 250 / 40%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-50 {
  border-left-color: rgb(255 251 250 / 50%);
  border-right-color: rgb(255 251 250 / 50%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-60 {
  border-left-color: rgb(255 251 250 / 60%);
  border-right-color: rgb(255 251 250 / 60%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-70 {
  border-left-color: rgb(255 251 250 / 70%);
  border-right-color: rgb(255 251 250 / 70%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-80 {
  border-left-color: rgb(255 251 250 / 80%);
  border-right-color: rgb(255 251 250 / 80%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-90 {
  border-left-color: rgb(255 251 250 / 90%);
  border-right-color: rgb(255 251 250 / 90%);
}
.border-x-base-color-bg-danger\/0 {
  border-left-color: rgb(254 227 225 / 0);
  border-right-color: rgb(254 227 225 / 0);
}
.border-x-base-color-bg-danger\/10 {
  border-left-color: rgb(254 227 225 / 0.1);
  border-right-color: rgb(254 227 225 / 0.1);
}
.border-x-base-color-bg-danger\/100 {
  border-left-color: rgb(254 227 225 / 1);
  border-right-color: rgb(254 227 225 / 1);
}
.border-x-base-color-bg-danger\/20 {
  border-left-color: rgb(254 227 225 / 0.2);
  border-right-color: rgb(254 227 225 / 0.2);
}
.border-x-base-color-bg-danger\/25 {
  border-left-color: rgb(254 227 225 / 0.25);
  border-right-color: rgb(254 227 225 / 0.25);
}
.border-x-base-color-bg-danger\/30 {
  border-left-color: rgb(254 227 225 / 0.3);
  border-right-color: rgb(254 227 225 / 0.3);
}
.border-x-base-color-bg-danger\/40 {
  border-left-color: rgb(254 227 225 / 0.4);
  border-right-color: rgb(254 227 225 / 0.4);
}
.border-x-base-color-bg-danger\/5 {
  border-left-color: rgb(254 227 225 / 0.05);
  border-right-color: rgb(254 227 225 / 0.05);
}
.border-x-base-color-bg-danger\/50 {
  border-left-color: rgb(254 227 225 / 0.5);
  border-right-color: rgb(254 227 225 / 0.5);
}
.border-x-base-color-bg-danger\/60 {
  border-left-color: rgb(254 227 225 / 0.6);
  border-right-color: rgb(254 227 225 / 0.6);
}
.border-x-base-color-bg-danger\/70 {
  border-left-color: rgb(254 227 225 / 0.7);
  border-right-color: rgb(254 227 225 / 0.7);
}
.border-x-base-color-bg-danger\/75 {
  border-left-color: rgb(254 227 225 / 0.75);
  border-right-color: rgb(254 227 225 / 0.75);
}
.border-x-base-color-bg-danger\/80 {
  border-left-color: rgb(254 227 225 / 0.8);
  border-right-color: rgb(254 227 225 / 0.8);
}
.border-x-base-color-bg-danger\/90 {
  border-left-color: rgb(254 227 225 / 0.9);
  border-right-color: rgb(254 227 225 / 0.9);
}
.border-x-base-color-bg-danger\/95 {
  border-left-color: rgb(254 227 225 / 0.95);
  border-right-color: rgb(254 227 225 / 0.95);
}
.border-x-base-color-bg-danger\/base-opacity-disabled {
  border-left-color: rgb(254 227 225 / 60%);
  border-right-color: rgb(254 227 225 / 60%);
}
.border-x-base-color-bg-danger\/core-opacity-0 {
  border-left-color: rgb(254 227 225 / 0%);
  border-right-color: rgb(254 227 225 / 0%);
}
.border-x-base-color-bg-danger\/core-opacity-10 {
  border-left-color: rgb(254 227 225 / 10%);
  border-right-color: rgb(254 227 225 / 10%);
}
.border-x-base-color-bg-danger\/core-opacity-100 {
  border-left-color: rgb(254 227 225 / 100%);
  border-right-color: rgb(254 227 225 / 100%);
}
.border-x-base-color-bg-danger\/core-opacity-20 {
  border-left-color: rgb(254 227 225 / 20%);
  border-right-color: rgb(254 227 225 / 20%);
}
.border-x-base-color-bg-danger\/core-opacity-30 {
  border-left-color: rgb(254 227 225 / 30%);
  border-right-color: rgb(254 227 225 / 30%);
}
.border-x-base-color-bg-danger\/core-opacity-40 {
  border-left-color: rgb(254 227 225 / 40%);
  border-right-color: rgb(254 227 225 / 40%);
}
.border-x-base-color-bg-danger\/core-opacity-50 {
  border-left-color: rgb(254 227 225 / 50%);
  border-right-color: rgb(254 227 225 / 50%);
}
.border-x-base-color-bg-danger\/core-opacity-60 {
  border-left-color: rgb(254 227 225 / 60%);
  border-right-color: rgb(254 227 225 / 60%);
}
.border-x-base-color-bg-danger\/core-opacity-70 {
  border-left-color: rgb(254 227 225 / 70%);
  border-right-color: rgb(254 227 225 / 70%);
}
.border-x-base-color-bg-danger\/core-opacity-80 {
  border-left-color: rgb(254 227 225 / 80%);
  border-right-color: rgb(254 227 225 / 80%);
}
.border-x-base-color-bg-danger\/core-opacity-90 {
  border-left-color: rgb(254 227 225 / 90%);
  border-right-color: rgb(254 227 225 / 90%);
}
.border-x-base-color-bg-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-x-base-color-bg-default\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-base-color-bg-default\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-base-color-bg-default\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-base-color-bg-default\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-base-color-bg-default\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-base-color-bg-default\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-base-color-bg-default\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-base-color-bg-default\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-base-color-bg-default\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-base-color-bg-default\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-base-color-bg-default\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-base-color-bg-default\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-base-color-bg-default\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-base-color-bg-default\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-base-color-bg-default\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-x-base-color-bg-default\/base-opacity-disabled {
  border-left-color: rgb(255 255 255 / 60%);
  border-right-color: rgb(255 255 255 / 60%);
}
.border-x-base-color-bg-default\/core-opacity-0 {
  border-left-color: rgb(255 255 255 / 0%);
  border-right-color: rgb(255 255 255 / 0%);
}
.border-x-base-color-bg-default\/core-opacity-10 {
  border-left-color: rgb(255 255 255 / 10%);
  border-right-color: rgb(255 255 255 / 10%);
}
.border-x-base-color-bg-default\/core-opacity-100 {
  border-left-color: rgb(255 255 255 / 100%);
  border-right-color: rgb(255 255 255 / 100%);
}
.border-x-base-color-bg-default\/core-opacity-20 {
  border-left-color: rgb(255 255 255 / 20%);
  border-right-color: rgb(255 255 255 / 20%);
}
.border-x-base-color-bg-default\/core-opacity-30 {
  border-left-color: rgb(255 255 255 / 30%);
  border-right-color: rgb(255 255 255 / 30%);
}
.border-x-base-color-bg-default\/core-opacity-40 {
  border-left-color: rgb(255 255 255 / 40%);
  border-right-color: rgb(255 255 255 / 40%);
}
.border-x-base-color-bg-default\/core-opacity-50 {
  border-left-color: rgb(255 255 255 / 50%);
  border-right-color: rgb(255 255 255 / 50%);
}
.border-x-base-color-bg-default\/core-opacity-60 {
  border-left-color: rgb(255 255 255 / 60%);
  border-right-color: rgb(255 255 255 / 60%);
}
.border-x-base-color-bg-default\/core-opacity-70 {
  border-left-color: rgb(255 255 255 / 70%);
  border-right-color: rgb(255 255 255 / 70%);
}
.border-x-base-color-bg-default\/core-opacity-80 {
  border-left-color: rgb(255 255 255 / 80%);
  border-right-color: rgb(255 255 255 / 80%);
}
.border-x-base-color-bg-default\/core-opacity-90 {
  border-left-color: rgb(255 255 255 / 90%);
  border-right-color: rgb(255 255 255 / 90%);
}
.border-x-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 24 40 / var(--tw-border-opacity));
  border-right-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-x-base-color-bg-emphasis\/0 {
  border-left-color: rgb(16 24 40 / 0);
  border-right-color: rgb(16 24 40 / 0);
}
.border-x-base-color-bg-emphasis\/10 {
  border-left-color: rgb(16 24 40 / 0.1);
  border-right-color: rgb(16 24 40 / 0.1);
}
.border-x-base-color-bg-emphasis\/100 {
  border-left-color: rgb(16 24 40 / 1);
  border-right-color: rgb(16 24 40 / 1);
}
.border-x-base-color-bg-emphasis\/20 {
  border-left-color: rgb(16 24 40 / 0.2);
  border-right-color: rgb(16 24 40 / 0.2);
}
.border-x-base-color-bg-emphasis\/25 {
  border-left-color: rgb(16 24 40 / 0.25);
  border-right-color: rgb(16 24 40 / 0.25);
}
.border-x-base-color-bg-emphasis\/30 {
  border-left-color: rgb(16 24 40 / 0.3);
  border-right-color: rgb(16 24 40 / 0.3);
}
.border-x-base-color-bg-emphasis\/40 {
  border-left-color: rgb(16 24 40 / 0.4);
  border-right-color: rgb(16 24 40 / 0.4);
}
.border-x-base-color-bg-emphasis\/5 {
  border-left-color: rgb(16 24 40 / 0.05);
  border-right-color: rgb(16 24 40 / 0.05);
}
.border-x-base-color-bg-emphasis\/50 {
  border-left-color: rgb(16 24 40 / 0.5);
  border-right-color: rgb(16 24 40 / 0.5);
}
.border-x-base-color-bg-emphasis\/60 {
  border-left-color: rgb(16 24 40 / 0.6);
  border-right-color: rgb(16 24 40 / 0.6);
}
.border-x-base-color-bg-emphasis\/70 {
  border-left-color: rgb(16 24 40 / 0.7);
  border-right-color: rgb(16 24 40 / 0.7);
}
.border-x-base-color-bg-emphasis\/75 {
  border-left-color: rgb(16 24 40 / 0.75);
  border-right-color: rgb(16 24 40 / 0.75);
}
.border-x-base-color-bg-emphasis\/80 {
  border-left-color: rgb(16 24 40 / 0.8);
  border-right-color: rgb(16 24 40 / 0.8);
}
.border-x-base-color-bg-emphasis\/90 {
  border-left-color: rgb(16 24 40 / 0.9);
  border-right-color: rgb(16 24 40 / 0.9);
}
.border-x-base-color-bg-emphasis\/95 {
  border-left-color: rgb(16 24 40 / 0.95);
  border-right-color: rgb(16 24 40 / 0.95);
}
.border-x-base-color-bg-emphasis\/base-opacity-disabled {
  border-left-color: rgb(16 24 40 / 60%);
  border-right-color: rgb(16 24 40 / 60%);
}
.border-x-base-color-bg-emphasis\/core-opacity-0 {
  border-left-color: rgb(16 24 40 / 0%);
  border-right-color: rgb(16 24 40 / 0%);
}
.border-x-base-color-bg-emphasis\/core-opacity-10 {
  border-left-color: rgb(16 24 40 / 10%);
  border-right-color: rgb(16 24 40 / 10%);
}
.border-x-base-color-bg-emphasis\/core-opacity-100 {
  border-left-color: rgb(16 24 40 / 100%);
  border-right-color: rgb(16 24 40 / 100%);
}
.border-x-base-color-bg-emphasis\/core-opacity-20 {
  border-left-color: rgb(16 24 40 / 20%);
  border-right-color: rgb(16 24 40 / 20%);
}
.border-x-base-color-bg-emphasis\/core-opacity-30 {
  border-left-color: rgb(16 24 40 / 30%);
  border-right-color: rgb(16 24 40 / 30%);
}
.border-x-base-color-bg-emphasis\/core-opacity-40 {
  border-left-color: rgb(16 24 40 / 40%);
  border-right-color: rgb(16 24 40 / 40%);
}
.border-x-base-color-bg-emphasis\/core-opacity-50 {
  border-left-color: rgb(16 24 40 / 50%);
  border-right-color: rgb(16 24 40 / 50%);
}
.border-x-base-color-bg-emphasis\/core-opacity-60 {
  border-left-color: rgb(16 24 40 / 60%);
  border-right-color: rgb(16 24 40 / 60%);
}
.border-x-base-color-bg-emphasis\/core-opacity-70 {
  border-left-color: rgb(16 24 40 / 70%);
  border-right-color: rgb(16 24 40 / 70%);
}
.border-x-base-color-bg-emphasis\/core-opacity-80 {
  border-left-color: rgb(16 24 40 / 80%);
  border-right-color: rgb(16 24 40 / 80%);
}
.border-x-base-color-bg-emphasis\/core-opacity-90 {
  border-left-color: rgb(16 24 40 / 90%);
  border-right-color: rgb(16 24 40 / 90%);
}
.border-x-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 236 240 / var(--tw-border-opacity));
  border-right-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-x-base-color-bg-muted\/0 {
  border-left-color: rgb(234 236 240 / 0);
  border-right-color: rgb(234 236 240 / 0);
}
.border-x-base-color-bg-muted\/10 {
  border-left-color: rgb(234 236 240 / 0.1);
  border-right-color: rgb(234 236 240 / 0.1);
}
.border-x-base-color-bg-muted\/100 {
  border-left-color: rgb(234 236 240 / 1);
  border-right-color: rgb(234 236 240 / 1);
}
.border-x-base-color-bg-muted\/20 {
  border-left-color: rgb(234 236 240 / 0.2);
  border-right-color: rgb(234 236 240 / 0.2);
}
.border-x-base-color-bg-muted\/25 {
  border-left-color: rgb(234 236 240 / 0.25);
  border-right-color: rgb(234 236 240 / 0.25);
}
.border-x-base-color-bg-muted\/30 {
  border-left-color: rgb(234 236 240 / 0.3);
  border-right-color: rgb(234 236 240 / 0.3);
}
.border-x-base-color-bg-muted\/40 {
  border-left-color: rgb(234 236 240 / 0.4);
  border-right-color: rgb(234 236 240 / 0.4);
}
.border-x-base-color-bg-muted\/5 {
  border-left-color: rgb(234 236 240 / 0.05);
  border-right-color: rgb(234 236 240 / 0.05);
}
.border-x-base-color-bg-muted\/50 {
  border-left-color: rgb(234 236 240 / 0.5);
  border-right-color: rgb(234 236 240 / 0.5);
}
.border-x-base-color-bg-muted\/60 {
  border-left-color: rgb(234 236 240 / 0.6);
  border-right-color: rgb(234 236 240 / 0.6);
}
.border-x-base-color-bg-muted\/70 {
  border-left-color: rgb(234 236 240 / 0.7);
  border-right-color: rgb(234 236 240 / 0.7);
}
.border-x-base-color-bg-muted\/75 {
  border-left-color: rgb(234 236 240 / 0.75);
  border-right-color: rgb(234 236 240 / 0.75);
}
.border-x-base-color-bg-muted\/80 {
  border-left-color: rgb(234 236 240 / 0.8);
  border-right-color: rgb(234 236 240 / 0.8);
}
.border-x-base-color-bg-muted\/90 {
  border-left-color: rgb(234 236 240 / 0.9);
  border-right-color: rgb(234 236 240 / 0.9);
}
.border-x-base-color-bg-muted\/95 {
  border-left-color: rgb(234 236 240 / 0.95);
  border-right-color: rgb(234 236 240 / 0.95);
}
.border-x-base-color-bg-muted\/base-opacity-disabled {
  border-left-color: rgb(234 236 240 / 60%);
  border-right-color: rgb(234 236 240 / 60%);
}
.border-x-base-color-bg-muted\/core-opacity-0 {
  border-left-color: rgb(234 236 240 / 0%);
  border-right-color: rgb(234 236 240 / 0%);
}
.border-x-base-color-bg-muted\/core-opacity-10 {
  border-left-color: rgb(234 236 240 / 10%);
  border-right-color: rgb(234 236 240 / 10%);
}
.border-x-base-color-bg-muted\/core-opacity-100 {
  border-left-color: rgb(234 236 240 / 100%);
  border-right-color: rgb(234 236 240 / 100%);
}
.border-x-base-color-bg-muted\/core-opacity-20 {
  border-left-color: rgb(234 236 240 / 20%);
  border-right-color: rgb(234 236 240 / 20%);
}
.border-x-base-color-bg-muted\/core-opacity-30 {
  border-left-color: rgb(234 236 240 / 30%);
  border-right-color: rgb(234 236 240 / 30%);
}
.border-x-base-color-bg-muted\/core-opacity-40 {
  border-left-color: rgb(234 236 240 / 40%);
  border-right-color: rgb(234 236 240 / 40%);
}
.border-x-base-color-bg-muted\/core-opacity-50 {
  border-left-color: rgb(234 236 240 / 50%);
  border-right-color: rgb(234 236 240 / 50%);
}
.border-x-base-color-bg-muted\/core-opacity-60 {
  border-left-color: rgb(234 236 240 / 60%);
  border-right-color: rgb(234 236 240 / 60%);
}
.border-x-base-color-bg-muted\/core-opacity-70 {
  border-left-color: rgb(234 236 240 / 70%);
  border-right-color: rgb(234 236 240 / 70%);
}
.border-x-base-color-bg-muted\/core-opacity-80 {
  border-left-color: rgb(234 236 240 / 80%);
  border-right-color: rgb(234 236 240 / 80%);
}
.border-x-base-color-bg-muted\/core-opacity-90 {
  border-left-color: rgb(234 236 240 / 90%);
  border-right-color: rgb(234 236 240 / 90%);
}
.border-x-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 244 247 / var(--tw-border-opacity));
  border-right-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-x-base-color-bg-subtle\/0 {
  border-left-color: rgb(242 244 247 / 0);
  border-right-color: rgb(242 244 247 / 0);
}
.border-x-base-color-bg-subtle\/10 {
  border-left-color: rgb(242 244 247 / 0.1);
  border-right-color: rgb(242 244 247 / 0.1);
}
.border-x-base-color-bg-subtle\/100 {
  border-left-color: rgb(242 244 247 / 1);
  border-right-color: rgb(242 244 247 / 1);
}
.border-x-base-color-bg-subtle\/20 {
  border-left-color: rgb(242 244 247 / 0.2);
  border-right-color: rgb(242 244 247 / 0.2);
}
.border-x-base-color-bg-subtle\/25 {
  border-left-color: rgb(242 244 247 / 0.25);
  border-right-color: rgb(242 244 247 / 0.25);
}
.border-x-base-color-bg-subtle\/30 {
  border-left-color: rgb(242 244 247 / 0.3);
  border-right-color: rgb(242 244 247 / 0.3);
}
.border-x-base-color-bg-subtle\/40 {
  border-left-color: rgb(242 244 247 / 0.4);
  border-right-color: rgb(242 244 247 / 0.4);
}
.border-x-base-color-bg-subtle\/5 {
  border-left-color: rgb(242 244 247 / 0.05);
  border-right-color: rgb(242 244 247 / 0.05);
}
.border-x-base-color-bg-subtle\/50 {
  border-left-color: rgb(242 244 247 / 0.5);
  border-right-color: rgb(242 244 247 / 0.5);
}
.border-x-base-color-bg-subtle\/60 {
  border-left-color: rgb(242 244 247 / 0.6);
  border-right-color: rgb(242 244 247 / 0.6);
}
.border-x-base-color-bg-subtle\/70 {
  border-left-color: rgb(242 244 247 / 0.7);
  border-right-color: rgb(242 244 247 / 0.7);
}
.border-x-base-color-bg-subtle\/75 {
  border-left-color: rgb(242 244 247 / 0.75);
  border-right-color: rgb(242 244 247 / 0.75);
}
.border-x-base-color-bg-subtle\/80 {
  border-left-color: rgb(242 244 247 / 0.8);
  border-right-color: rgb(242 244 247 / 0.8);
}
.border-x-base-color-bg-subtle\/90 {
  border-left-color: rgb(242 244 247 / 0.9);
  border-right-color: rgb(242 244 247 / 0.9);
}
.border-x-base-color-bg-subtle\/95 {
  border-left-color: rgb(242 244 247 / 0.95);
  border-right-color: rgb(242 244 247 / 0.95);
}
.border-x-base-color-bg-subtle\/base-opacity-disabled {
  border-left-color: rgb(242 244 247 / 60%);
  border-right-color: rgb(242 244 247 / 60%);
}
.border-x-base-color-bg-subtle\/core-opacity-0 {
  border-left-color: rgb(242 244 247 / 0%);
  border-right-color: rgb(242 244 247 / 0%);
}
.border-x-base-color-bg-subtle\/core-opacity-10 {
  border-left-color: rgb(242 244 247 / 10%);
  border-right-color: rgb(242 244 247 / 10%);
}
.border-x-base-color-bg-subtle\/core-opacity-100 {
  border-left-color: rgb(242 244 247 / 100%);
  border-right-color: rgb(242 244 247 / 100%);
}
.border-x-base-color-bg-subtle\/core-opacity-20 {
  border-left-color: rgb(242 244 247 / 20%);
  border-right-color: rgb(242 244 247 / 20%);
}
.border-x-base-color-bg-subtle\/core-opacity-30 {
  border-left-color: rgb(242 244 247 / 30%);
  border-right-color: rgb(242 244 247 / 30%);
}
.border-x-base-color-bg-subtle\/core-opacity-40 {
  border-left-color: rgb(242 244 247 / 40%);
  border-right-color: rgb(242 244 247 / 40%);
}
.border-x-base-color-bg-subtle\/core-opacity-50 {
  border-left-color: rgb(242 244 247 / 50%);
  border-right-color: rgb(242 244 247 / 50%);
}
.border-x-base-color-bg-subtle\/core-opacity-60 {
  border-left-color: rgb(242 244 247 / 60%);
  border-right-color: rgb(242 244 247 / 60%);
}
.border-x-base-color-bg-subtle\/core-opacity-70 {
  border-left-color: rgb(242 244 247 / 70%);
  border-right-color: rgb(242 244 247 / 70%);
}
.border-x-base-color-bg-subtle\/core-opacity-80 {
  border-left-color: rgb(242 244 247 / 80%);
  border-right-color: rgb(242 244 247 / 80%);
}
.border-x-base-color-bg-subtle\/core-opacity-90 {
  border-left-color: rgb(242 244 247 / 90%);
  border-right-color: rgb(242 244 247 / 90%);
}
.border-x-base-color-bg-success {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 223 / var(--tw-border-opacity));
  border-right-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-x-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(18 181 105 / var(--tw-border-opacity));
  border-right-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-x-base-color-bg-success-emphasis\/0 {
  border-left-color: rgb(18 181 105 / 0);
  border-right-color: rgb(18 181 105 / 0);
}
.border-x-base-color-bg-success-emphasis\/10 {
  border-left-color: rgb(18 181 105 / 0.1);
  border-right-color: rgb(18 181 105 / 0.1);
}
.border-x-base-color-bg-success-emphasis\/100 {
  border-left-color: rgb(18 181 105 / 1);
  border-right-color: rgb(18 181 105 / 1);
}
.border-x-base-color-bg-success-emphasis\/20 {
  border-left-color: rgb(18 181 105 / 0.2);
  border-right-color: rgb(18 181 105 / 0.2);
}
.border-x-base-color-bg-success-emphasis\/25 {
  border-left-color: rgb(18 181 105 / 0.25);
  border-right-color: rgb(18 181 105 / 0.25);
}
.border-x-base-color-bg-success-emphasis\/30 {
  border-left-color: rgb(18 181 105 / 0.3);
  border-right-color: rgb(18 181 105 / 0.3);
}
.border-x-base-color-bg-success-emphasis\/40 {
  border-left-color: rgb(18 181 105 / 0.4);
  border-right-color: rgb(18 181 105 / 0.4);
}
.border-x-base-color-bg-success-emphasis\/5 {
  border-left-color: rgb(18 181 105 / 0.05);
  border-right-color: rgb(18 181 105 / 0.05);
}
.border-x-base-color-bg-success-emphasis\/50 {
  border-left-color: rgb(18 181 105 / 0.5);
  border-right-color: rgb(18 181 105 / 0.5);
}
.border-x-base-color-bg-success-emphasis\/60 {
  border-left-color: rgb(18 181 105 / 0.6);
  border-right-color: rgb(18 181 105 / 0.6);
}
.border-x-base-color-bg-success-emphasis\/70 {
  border-left-color: rgb(18 181 105 / 0.7);
  border-right-color: rgb(18 181 105 / 0.7);
}
.border-x-base-color-bg-success-emphasis\/75 {
  border-left-color: rgb(18 181 105 / 0.75);
  border-right-color: rgb(18 181 105 / 0.75);
}
.border-x-base-color-bg-success-emphasis\/80 {
  border-left-color: rgb(18 181 105 / 0.8);
  border-right-color: rgb(18 181 105 / 0.8);
}
.border-x-base-color-bg-success-emphasis\/90 {
  border-left-color: rgb(18 181 105 / 0.9);
  border-right-color: rgb(18 181 105 / 0.9);
}
.border-x-base-color-bg-success-emphasis\/95 {
  border-left-color: rgb(18 181 105 / 0.95);
  border-right-color: rgb(18 181 105 / 0.95);
}
.border-x-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-left-color: rgb(18 181 105 / 60%);
  border-right-color: rgb(18 181 105 / 60%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-0 {
  border-left-color: rgb(18 181 105 / 0%);
  border-right-color: rgb(18 181 105 / 0%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-10 {
  border-left-color: rgb(18 181 105 / 10%);
  border-right-color: rgb(18 181 105 / 10%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-100 {
  border-left-color: rgb(18 181 105 / 100%);
  border-right-color: rgb(18 181 105 / 100%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-20 {
  border-left-color: rgb(18 181 105 / 20%);
  border-right-color: rgb(18 181 105 / 20%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-30 {
  border-left-color: rgb(18 181 105 / 30%);
  border-right-color: rgb(18 181 105 / 30%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-40 {
  border-left-color: rgb(18 181 105 / 40%);
  border-right-color: rgb(18 181 105 / 40%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-50 {
  border-left-color: rgb(18 181 105 / 50%);
  border-right-color: rgb(18 181 105 / 50%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-60 {
  border-left-color: rgb(18 181 105 / 60%);
  border-right-color: rgb(18 181 105 / 60%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-70 {
  border-left-color: rgb(18 181 105 / 70%);
  border-right-color: rgb(18 181 105 / 70%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-80 {
  border-left-color: rgb(18 181 105 / 80%);
  border-right-color: rgb(18 181 105 / 80%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-90 {
  border-left-color: rgb(18 181 105 / 90%);
  border-right-color: rgb(18 181 105 / 90%);
}
.border-x-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 254 249 / var(--tw-border-opacity));
  border-right-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-x-base-color-bg-success-subtle\/0 {
  border-left-color: rgb(246 254 249 / 0);
  border-right-color: rgb(246 254 249 / 0);
}
.border-x-base-color-bg-success-subtle\/10 {
  border-left-color: rgb(246 254 249 / 0.1);
  border-right-color: rgb(246 254 249 / 0.1);
}
.border-x-base-color-bg-success-subtle\/100 {
  border-left-color: rgb(246 254 249 / 1);
  border-right-color: rgb(246 254 249 / 1);
}
.border-x-base-color-bg-success-subtle\/20 {
  border-left-color: rgb(246 254 249 / 0.2);
  border-right-color: rgb(246 254 249 / 0.2);
}
.border-x-base-color-bg-success-subtle\/25 {
  border-left-color: rgb(246 254 249 / 0.25);
  border-right-color: rgb(246 254 249 / 0.25);
}
.border-x-base-color-bg-success-subtle\/30 {
  border-left-color: rgb(246 254 249 / 0.3);
  border-right-color: rgb(246 254 249 / 0.3);
}
.border-x-base-color-bg-success-subtle\/40 {
  border-left-color: rgb(246 254 249 / 0.4);
  border-right-color: rgb(246 254 249 / 0.4);
}
.border-x-base-color-bg-success-subtle\/5 {
  border-left-color: rgb(246 254 249 / 0.05);
  border-right-color: rgb(246 254 249 / 0.05);
}
.border-x-base-color-bg-success-subtle\/50 {
  border-left-color: rgb(246 254 249 / 0.5);
  border-right-color: rgb(246 254 249 / 0.5);
}
.border-x-base-color-bg-success-subtle\/60 {
  border-left-color: rgb(246 254 249 / 0.6);
  border-right-color: rgb(246 254 249 / 0.6);
}
.border-x-base-color-bg-success-subtle\/70 {
  border-left-color: rgb(246 254 249 / 0.7);
  border-right-color: rgb(246 254 249 / 0.7);
}
.border-x-base-color-bg-success-subtle\/75 {
  border-left-color: rgb(246 254 249 / 0.75);
  border-right-color: rgb(246 254 249 / 0.75);
}
.border-x-base-color-bg-success-subtle\/80 {
  border-left-color: rgb(246 254 249 / 0.8);
  border-right-color: rgb(246 254 249 / 0.8);
}
.border-x-base-color-bg-success-subtle\/90 {
  border-left-color: rgb(246 254 249 / 0.9);
  border-right-color: rgb(246 254 249 / 0.9);
}
.border-x-base-color-bg-success-subtle\/95 {
  border-left-color: rgb(246 254 249 / 0.95);
  border-right-color: rgb(246 254 249 / 0.95);
}
.border-x-base-color-bg-success-subtle\/base-opacity-disabled {
  border-left-color: rgb(246 254 249 / 60%);
  border-right-color: rgb(246 254 249 / 60%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-0 {
  border-left-color: rgb(246 254 249 / 0%);
  border-right-color: rgb(246 254 249 / 0%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-10 {
  border-left-color: rgb(246 254 249 / 10%);
  border-right-color: rgb(246 254 249 / 10%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-100 {
  border-left-color: rgb(246 254 249 / 100%);
  border-right-color: rgb(246 254 249 / 100%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-20 {
  border-left-color: rgb(246 254 249 / 20%);
  border-right-color: rgb(246 254 249 / 20%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-30 {
  border-left-color: rgb(246 254 249 / 30%);
  border-right-color: rgb(246 254 249 / 30%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-40 {
  border-left-color: rgb(246 254 249 / 40%);
  border-right-color: rgb(246 254 249 / 40%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-50 {
  border-left-color: rgb(246 254 249 / 50%);
  border-right-color: rgb(246 254 249 / 50%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-60 {
  border-left-color: rgb(246 254 249 / 60%);
  border-right-color: rgb(246 254 249 / 60%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-70 {
  border-left-color: rgb(246 254 249 / 70%);
  border-right-color: rgb(246 254 249 / 70%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-80 {
  border-left-color: rgb(246 254 249 / 80%);
  border-right-color: rgb(246 254 249 / 80%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-90 {
  border-left-color: rgb(246 254 249 / 90%);
  border-right-color: rgb(246 254 249 / 90%);
}
.border-x-base-color-bg-success\/0 {
  border-left-color: rgb(209 250 223 / 0);
  border-right-color: rgb(209 250 223 / 0);
}
.border-x-base-color-bg-success\/10 {
  border-left-color: rgb(209 250 223 / 0.1);
  border-right-color: rgb(209 250 223 / 0.1);
}
.border-x-base-color-bg-success\/100 {
  border-left-color: rgb(209 250 223 / 1);
  border-right-color: rgb(209 250 223 / 1);
}
.border-x-base-color-bg-success\/20 {
  border-left-color: rgb(209 250 223 / 0.2);
  border-right-color: rgb(209 250 223 / 0.2);
}
.border-x-base-color-bg-success\/25 {
  border-left-color: rgb(209 250 223 / 0.25);
  border-right-color: rgb(209 250 223 / 0.25);
}
.border-x-base-color-bg-success\/30 {
  border-left-color: rgb(209 250 223 / 0.3);
  border-right-color: rgb(209 250 223 / 0.3);
}
.border-x-base-color-bg-success\/40 {
  border-left-color: rgb(209 250 223 / 0.4);
  border-right-color: rgb(209 250 223 / 0.4);
}
.border-x-base-color-bg-success\/5 {
  border-left-color: rgb(209 250 223 / 0.05);
  border-right-color: rgb(209 250 223 / 0.05);
}
.border-x-base-color-bg-success\/50 {
  border-left-color: rgb(209 250 223 / 0.5);
  border-right-color: rgb(209 250 223 / 0.5);
}
.border-x-base-color-bg-success\/60 {
  border-left-color: rgb(209 250 223 / 0.6);
  border-right-color: rgb(209 250 223 / 0.6);
}
.border-x-base-color-bg-success\/70 {
  border-left-color: rgb(209 250 223 / 0.7);
  border-right-color: rgb(209 250 223 / 0.7);
}
.border-x-base-color-bg-success\/75 {
  border-left-color: rgb(209 250 223 / 0.75);
  border-right-color: rgb(209 250 223 / 0.75);
}
.border-x-base-color-bg-success\/80 {
  border-left-color: rgb(209 250 223 / 0.8);
  border-right-color: rgb(209 250 223 / 0.8);
}
.border-x-base-color-bg-success\/90 {
  border-left-color: rgb(209 250 223 / 0.9);
  border-right-color: rgb(209 250 223 / 0.9);
}
.border-x-base-color-bg-success\/95 {
  border-left-color: rgb(209 250 223 / 0.95);
  border-right-color: rgb(209 250 223 / 0.95);
}
.border-x-base-color-bg-success\/base-opacity-disabled {
  border-left-color: rgb(209 250 223 / 60%);
  border-right-color: rgb(209 250 223 / 60%);
}
.border-x-base-color-bg-success\/core-opacity-0 {
  border-left-color: rgb(209 250 223 / 0%);
  border-right-color: rgb(209 250 223 / 0%);
}
.border-x-base-color-bg-success\/core-opacity-10 {
  border-left-color: rgb(209 250 223 / 10%);
  border-right-color: rgb(209 250 223 / 10%);
}
.border-x-base-color-bg-success\/core-opacity-100 {
  border-left-color: rgb(209 250 223 / 100%);
  border-right-color: rgb(209 250 223 / 100%);
}
.border-x-base-color-bg-success\/core-opacity-20 {
  border-left-color: rgb(209 250 223 / 20%);
  border-right-color: rgb(209 250 223 / 20%);
}
.border-x-base-color-bg-success\/core-opacity-30 {
  border-left-color: rgb(209 250 223 / 30%);
  border-right-color: rgb(209 250 223 / 30%);
}
.border-x-base-color-bg-success\/core-opacity-40 {
  border-left-color: rgb(209 250 223 / 40%);
  border-right-color: rgb(209 250 223 / 40%);
}
.border-x-base-color-bg-success\/core-opacity-50 {
  border-left-color: rgb(209 250 223 / 50%);
  border-right-color: rgb(209 250 223 / 50%);
}
.border-x-base-color-bg-success\/core-opacity-60 {
  border-left-color: rgb(209 250 223 / 60%);
  border-right-color: rgb(209 250 223 / 60%);
}
.border-x-base-color-bg-success\/core-opacity-70 {
  border-left-color: rgb(209 250 223 / 70%);
  border-right-color: rgb(209 250 223 / 70%);
}
.border-x-base-color-bg-success\/core-opacity-80 {
  border-left-color: rgb(209 250 223 / 80%);
  border-right-color: rgb(209 250 223 / 80%);
}
.border-x-base-color-bg-success\/core-opacity-90 {
  border-left-color: rgb(209 250 223 / 90%);
  border-right-color: rgb(209 250 223 / 90%);
}
.border-x-base-color-bg-transparent {
  border-left-color: #00000000;
  border-right-color: #00000000;
}
.border-x-base-color-bg-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.border-x-base-color-bg-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-base-color-bg-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-base-color-bg-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-base-color-bg-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-base-color-bg-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-base-color-bg-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-base-color-bg-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-base-color-bg-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-base-color-bg-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-base-color-bg-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-base-color-bg-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-base-color-bg-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-base-color-bg-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-base-color-bg-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-base-color-bg-transparent\/base-opacity-disabled {
  border-left-color: rgb(0 0 0 / 60%);
  border-right-color: rgb(0 0 0 / 60%);
}
.border-x-base-color-bg-transparent\/core-opacity-0 {
  border-left-color: rgb(0 0 0 / 0%);
  border-right-color: rgb(0 0 0 / 0%);
}
.border-x-base-color-bg-transparent\/core-opacity-10 {
  border-left-color: rgb(0 0 0 / 10%);
  border-right-color: rgb(0 0 0 / 10%);
}
.border-x-base-color-bg-transparent\/core-opacity-100 {
  border-left-color: rgb(0 0 0 / 100%);
  border-right-color: rgb(0 0 0 / 100%);
}
.border-x-base-color-bg-transparent\/core-opacity-20 {
  border-left-color: rgb(0 0 0 / 20%);
  border-right-color: rgb(0 0 0 / 20%);
}
.border-x-base-color-bg-transparent\/core-opacity-30 {
  border-left-color: rgb(0 0 0 / 30%);
  border-right-color: rgb(0 0 0 / 30%);
}
.border-x-base-color-bg-transparent\/core-opacity-40 {
  border-left-color: rgb(0 0 0 / 40%);
  border-right-color: rgb(0 0 0 / 40%);
}
.border-x-base-color-bg-transparent\/core-opacity-50 {
  border-left-color: rgb(0 0 0 / 50%);
  border-right-color: rgb(0 0 0 / 50%);
}
.border-x-base-color-bg-transparent\/core-opacity-60 {
  border-left-color: rgb(0 0 0 / 60%);
  border-right-color: rgb(0 0 0 / 60%);
}
.border-x-base-color-bg-transparent\/core-opacity-70 {
  border-left-color: rgb(0 0 0 / 70%);
  border-right-color: rgb(0 0 0 / 70%);
}
.border-x-base-color-bg-transparent\/core-opacity-80 {
  border-left-color: rgb(0 0 0 / 80%);
  border-right-color: rgb(0 0 0 / 80%);
}
.border-x-base-color-bg-transparent\/core-opacity-90 {
  border-left-color: rgb(0 0 0 / 90%);
  border-right-color: rgb(0 0 0 / 90%);
}
.border-x-base-color-border-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(208 213 221 / var(--tw-border-opacity));
  border-right-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-y-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 224 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-y-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-y-base-color-bg-accent-emphasis\/0 {
  border-top-color: rgb(21 94 239 / 0);
  border-bottom-color: rgb(21 94 239 / 0);
}
.border-y-base-color-bg-accent-emphasis\/10 {
  border-top-color: rgb(21 94 239 / 0.1);
  border-bottom-color: rgb(21 94 239 / 0.1);
}
.border-y-base-color-bg-accent-emphasis\/100 {
  border-top-color: rgb(21 94 239 / 1);
  border-bottom-color: rgb(21 94 239 / 1);
}
.border-y-base-color-bg-accent-emphasis\/20 {
  border-top-color: rgb(21 94 239 / 0.2);
  border-bottom-color: rgb(21 94 239 / 0.2);
}
.border-y-base-color-bg-accent-emphasis\/25 {
  border-top-color: rgb(21 94 239 / 0.25);
  border-bottom-color: rgb(21 94 239 / 0.25);
}
.border-y-base-color-bg-accent-emphasis\/30 {
  border-top-color: rgb(21 94 239 / 0.3);
  border-bottom-color: rgb(21 94 239 / 0.3);
}
.border-y-base-color-bg-accent-emphasis\/40 {
  border-top-color: rgb(21 94 239 / 0.4);
  border-bottom-color: rgb(21 94 239 / 0.4);
}
.border-y-base-color-bg-accent-emphasis\/5 {
  border-top-color: rgb(21 94 239 / 0.05);
  border-bottom-color: rgb(21 94 239 / 0.05);
}
.border-y-base-color-bg-accent-emphasis\/50 {
  border-top-color: rgb(21 94 239 / 0.5);
  border-bottom-color: rgb(21 94 239 / 0.5);
}
.border-y-base-color-bg-accent-emphasis\/60 {
  border-top-color: rgb(21 94 239 / 0.6);
  border-bottom-color: rgb(21 94 239 / 0.6);
}
.border-y-base-color-bg-accent-emphasis\/70 {
  border-top-color: rgb(21 94 239 / 0.7);
  border-bottom-color: rgb(21 94 239 / 0.7);
}
.border-y-base-color-bg-accent-emphasis\/75 {
  border-top-color: rgb(21 94 239 / 0.75);
  border-bottom-color: rgb(21 94 239 / 0.75);
}
.border-y-base-color-bg-accent-emphasis\/80 {
  border-top-color: rgb(21 94 239 / 0.8);
  border-bottom-color: rgb(21 94 239 / 0.8);
}
.border-y-base-color-bg-accent-emphasis\/90 {
  border-top-color: rgb(21 94 239 / 0.9);
  border-bottom-color: rgb(21 94 239 / 0.9);
}
.border-y-base-color-bg-accent-emphasis\/95 {
  border-top-color: rgb(21 94 239 / 0.95);
  border-bottom-color: rgb(21 94 239 / 0.95);
}
.border-y-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-top-color: rgb(21 94 239 / 60%);
  border-bottom-color: rgb(21 94 239 / 60%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-top-color: rgb(21 94 239 / 0%);
  border-bottom-color: rgb(21 94 239 / 0%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-top-color: rgb(21 94 239 / 10%);
  border-bottom-color: rgb(21 94 239 / 10%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-top-color: rgb(21 94 239 / 100%);
  border-bottom-color: rgb(21 94 239 / 100%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-top-color: rgb(21 94 239 / 20%);
  border-bottom-color: rgb(21 94 239 / 20%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-top-color: rgb(21 94 239 / 30%);
  border-bottom-color: rgb(21 94 239 / 30%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-top-color: rgb(21 94 239 / 40%);
  border-bottom-color: rgb(21 94 239 / 40%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-top-color: rgb(21 94 239 / 50%);
  border-bottom-color: rgb(21 94 239 / 50%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-top-color: rgb(21 94 239 / 60%);
  border-bottom-color: rgb(21 94 239 / 60%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-top-color: rgb(21 94 239 / 70%);
  border-bottom-color: rgb(21 94 239 / 70%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-top-color: rgb(21 94 239 / 80%);
  border-bottom-color: rgb(21 94 239 / 80%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-top-color: rgb(21 94 239 / 90%);
  border-bottom-color: rgb(21 94 239 / 90%);
}
.border-y-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 248 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-y-base-color-bg-accent-subtle\/0 {
  border-top-color: rgb(245 248 255 / 0);
  border-bottom-color: rgb(245 248 255 / 0);
}
.border-y-base-color-bg-accent-subtle\/10 {
  border-top-color: rgb(245 248 255 / 0.1);
  border-bottom-color: rgb(245 248 255 / 0.1);
}
.border-y-base-color-bg-accent-subtle\/100 {
  border-top-color: rgb(245 248 255 / 1);
  border-bottom-color: rgb(245 248 255 / 1);
}
.border-y-base-color-bg-accent-subtle\/20 {
  border-top-color: rgb(245 248 255 / 0.2);
  border-bottom-color: rgb(245 248 255 / 0.2);
}
.border-y-base-color-bg-accent-subtle\/25 {
  border-top-color: rgb(245 248 255 / 0.25);
  border-bottom-color: rgb(245 248 255 / 0.25);
}
.border-y-base-color-bg-accent-subtle\/30 {
  border-top-color: rgb(245 248 255 / 0.3);
  border-bottom-color: rgb(245 248 255 / 0.3);
}
.border-y-base-color-bg-accent-subtle\/40 {
  border-top-color: rgb(245 248 255 / 0.4);
  border-bottom-color: rgb(245 248 255 / 0.4);
}
.border-y-base-color-bg-accent-subtle\/5 {
  border-top-color: rgb(245 248 255 / 0.05);
  border-bottom-color: rgb(245 248 255 / 0.05);
}
.border-y-base-color-bg-accent-subtle\/50 {
  border-top-color: rgb(245 248 255 / 0.5);
  border-bottom-color: rgb(245 248 255 / 0.5);
}
.border-y-base-color-bg-accent-subtle\/60 {
  border-top-color: rgb(245 248 255 / 0.6);
  border-bottom-color: rgb(245 248 255 / 0.6);
}
.border-y-base-color-bg-accent-subtle\/70 {
  border-top-color: rgb(245 248 255 / 0.7);
  border-bottom-color: rgb(245 248 255 / 0.7);
}
.border-y-base-color-bg-accent-subtle\/75 {
  border-top-color: rgb(245 248 255 / 0.75);
  border-bottom-color: rgb(245 248 255 / 0.75);
}
.border-y-base-color-bg-accent-subtle\/80 {
  border-top-color: rgb(245 248 255 / 0.8);
  border-bottom-color: rgb(245 248 255 / 0.8);
}
.border-y-base-color-bg-accent-subtle\/90 {
  border-top-color: rgb(245 248 255 / 0.9);
  border-bottom-color: rgb(245 248 255 / 0.9);
}
.border-y-base-color-bg-accent-subtle\/95 {
  border-top-color: rgb(245 248 255 / 0.95);
  border-bottom-color: rgb(245 248 255 / 0.95);
}
.border-y-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-top-color: rgb(245 248 255 / 60%);
  border-bottom-color: rgb(245 248 255 / 60%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-0 {
  border-top-color: rgb(245 248 255 / 0%);
  border-bottom-color: rgb(245 248 255 / 0%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-10 {
  border-top-color: rgb(245 248 255 / 10%);
  border-bottom-color: rgb(245 248 255 / 10%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-100 {
  border-top-color: rgb(245 248 255 / 100%);
  border-bottom-color: rgb(245 248 255 / 100%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-20 {
  border-top-color: rgb(245 248 255 / 20%);
  border-bottom-color: rgb(245 248 255 / 20%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-30 {
  border-top-color: rgb(245 248 255 / 30%);
  border-bottom-color: rgb(245 248 255 / 30%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-40 {
  border-top-color: rgb(245 248 255 / 40%);
  border-bottom-color: rgb(245 248 255 / 40%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-50 {
  border-top-color: rgb(245 248 255 / 50%);
  border-bottom-color: rgb(245 248 255 / 50%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-60 {
  border-top-color: rgb(245 248 255 / 60%);
  border-bottom-color: rgb(245 248 255 / 60%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-70 {
  border-top-color: rgb(245 248 255 / 70%);
  border-bottom-color: rgb(245 248 255 / 70%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-80 {
  border-top-color: rgb(245 248 255 / 80%);
  border-bottom-color: rgb(245 248 255 / 80%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-90 {
  border-top-color: rgb(245 248 255 / 90%);
  border-bottom-color: rgb(245 248 255 / 90%);
}
.border-y-base-color-bg-accent\/0 {
  border-top-color: rgb(209 224 255 / 0);
  border-bottom-color: rgb(209 224 255 / 0);
}
.border-y-base-color-bg-accent\/10 {
  border-top-color: rgb(209 224 255 / 0.1);
  border-bottom-color: rgb(209 224 255 / 0.1);
}
.border-y-base-color-bg-accent\/100 {
  border-top-color: rgb(209 224 255 / 1);
  border-bottom-color: rgb(209 224 255 / 1);
}
.border-y-base-color-bg-accent\/20 {
  border-top-color: rgb(209 224 255 / 0.2);
  border-bottom-color: rgb(209 224 255 / 0.2);
}
.border-y-base-color-bg-accent\/25 {
  border-top-color: rgb(209 224 255 / 0.25);
  border-bottom-color: rgb(209 224 255 / 0.25);
}
.border-y-base-color-bg-accent\/30 {
  border-top-color: rgb(209 224 255 / 0.3);
  border-bottom-color: rgb(209 224 255 / 0.3);
}
.border-y-base-color-bg-accent\/40 {
  border-top-color: rgb(209 224 255 / 0.4);
  border-bottom-color: rgb(209 224 255 / 0.4);
}
.border-y-base-color-bg-accent\/5 {
  border-top-color: rgb(209 224 255 / 0.05);
  border-bottom-color: rgb(209 224 255 / 0.05);
}
.border-y-base-color-bg-accent\/50 {
  border-top-color: rgb(209 224 255 / 0.5);
  border-bottom-color: rgb(209 224 255 / 0.5);
}
.border-y-base-color-bg-accent\/60 {
  border-top-color: rgb(209 224 255 / 0.6);
  border-bottom-color: rgb(209 224 255 / 0.6);
}
.border-y-base-color-bg-accent\/70 {
  border-top-color: rgb(209 224 255 / 0.7);
  border-bottom-color: rgb(209 224 255 / 0.7);
}
.border-y-base-color-bg-accent\/75 {
  border-top-color: rgb(209 224 255 / 0.75);
  border-bottom-color: rgb(209 224 255 / 0.75);
}
.border-y-base-color-bg-accent\/80 {
  border-top-color: rgb(209 224 255 / 0.8);
  border-bottom-color: rgb(209 224 255 / 0.8);
}
.border-y-base-color-bg-accent\/90 {
  border-top-color: rgb(209 224 255 / 0.9);
  border-bottom-color: rgb(209 224 255 / 0.9);
}
.border-y-base-color-bg-accent\/95 {
  border-top-color: rgb(209 224 255 / 0.95);
  border-bottom-color: rgb(209 224 255 / 0.95);
}
.border-y-base-color-bg-accent\/base-opacity-disabled {
  border-top-color: rgb(209 224 255 / 60%);
  border-bottom-color: rgb(209 224 255 / 60%);
}
.border-y-base-color-bg-accent\/core-opacity-0 {
  border-top-color: rgb(209 224 255 / 0%);
  border-bottom-color: rgb(209 224 255 / 0%);
}
.border-y-base-color-bg-accent\/core-opacity-10 {
  border-top-color: rgb(209 224 255 / 10%);
  border-bottom-color: rgb(209 224 255 / 10%);
}
.border-y-base-color-bg-accent\/core-opacity-100 {
  border-top-color: rgb(209 224 255 / 100%);
  border-bottom-color: rgb(209 224 255 / 100%);
}
.border-y-base-color-bg-accent\/core-opacity-20 {
  border-top-color: rgb(209 224 255 / 20%);
  border-bottom-color: rgb(209 224 255 / 20%);
}
.border-y-base-color-bg-accent\/core-opacity-30 {
  border-top-color: rgb(209 224 255 / 30%);
  border-bottom-color: rgb(209 224 255 / 30%);
}
.border-y-base-color-bg-accent\/core-opacity-40 {
  border-top-color: rgb(209 224 255 / 40%);
  border-bottom-color: rgb(209 224 255 / 40%);
}
.border-y-base-color-bg-accent\/core-opacity-50 {
  border-top-color: rgb(209 224 255 / 50%);
  border-bottom-color: rgb(209 224 255 / 50%);
}
.border-y-base-color-bg-accent\/core-opacity-60 {
  border-top-color: rgb(209 224 255 / 60%);
  border-bottom-color: rgb(209 224 255 / 60%);
}
.border-y-base-color-bg-accent\/core-opacity-70 {
  border-top-color: rgb(209 224 255 / 70%);
  border-bottom-color: rgb(209 224 255 / 70%);
}
.border-y-base-color-bg-accent\/core-opacity-80 {
  border-top-color: rgb(209 224 255 / 80%);
  border-bottom-color: rgb(209 224 255 / 80%);
}
.border-y-base-color-bg-accent\/core-opacity-90 {
  border-top-color: rgb(209 224 255 / 90%);
  border-bottom-color: rgb(209 224 255 / 90%);
}
.border-y-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 200 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-y-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 105 3 / var(--tw-border-opacity));
  border-bottom-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-y-base-color-bg-attention-emphasis\/0 {
  border-top-color: rgb(221 105 3 / 0);
  border-bottom-color: rgb(221 105 3 / 0);
}
.border-y-base-color-bg-attention-emphasis\/10 {
  border-top-color: rgb(221 105 3 / 0.1);
  border-bottom-color: rgb(221 105 3 / 0.1);
}
.border-y-base-color-bg-attention-emphasis\/100 {
  border-top-color: rgb(221 105 3 / 1);
  border-bottom-color: rgb(221 105 3 / 1);
}
.border-y-base-color-bg-attention-emphasis\/20 {
  border-top-color: rgb(221 105 3 / 0.2);
  border-bottom-color: rgb(221 105 3 / 0.2);
}
.border-y-base-color-bg-attention-emphasis\/25 {
  border-top-color: rgb(221 105 3 / 0.25);
  border-bottom-color: rgb(221 105 3 / 0.25);
}
.border-y-base-color-bg-attention-emphasis\/30 {
  border-top-color: rgb(221 105 3 / 0.3);
  border-bottom-color: rgb(221 105 3 / 0.3);
}
.border-y-base-color-bg-attention-emphasis\/40 {
  border-top-color: rgb(221 105 3 / 0.4);
  border-bottom-color: rgb(221 105 3 / 0.4);
}
.border-y-base-color-bg-attention-emphasis\/5 {
  border-top-color: rgb(221 105 3 / 0.05);
  border-bottom-color: rgb(221 105 3 / 0.05);
}
.border-y-base-color-bg-attention-emphasis\/50 {
  border-top-color: rgb(221 105 3 / 0.5);
  border-bottom-color: rgb(221 105 3 / 0.5);
}
.border-y-base-color-bg-attention-emphasis\/60 {
  border-top-color: rgb(221 105 3 / 0.6);
  border-bottom-color: rgb(221 105 3 / 0.6);
}
.border-y-base-color-bg-attention-emphasis\/70 {
  border-top-color: rgb(221 105 3 / 0.7);
  border-bottom-color: rgb(221 105 3 / 0.7);
}
.border-y-base-color-bg-attention-emphasis\/75 {
  border-top-color: rgb(221 105 3 / 0.75);
  border-bottom-color: rgb(221 105 3 / 0.75);
}
.border-y-base-color-bg-attention-emphasis\/80 {
  border-top-color: rgb(221 105 3 / 0.8);
  border-bottom-color: rgb(221 105 3 / 0.8);
}
.border-y-base-color-bg-attention-emphasis\/90 {
  border-top-color: rgb(221 105 3 / 0.9);
  border-bottom-color: rgb(221 105 3 / 0.9);
}
.border-y-base-color-bg-attention-emphasis\/95 {
  border-top-color: rgb(221 105 3 / 0.95);
  border-bottom-color: rgb(221 105 3 / 0.95);
}
.border-y-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-top-color: rgb(221 105 3 / 60%);
  border-bottom-color: rgb(221 105 3 / 60%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-top-color: rgb(221 105 3 / 0%);
  border-bottom-color: rgb(221 105 3 / 0%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-top-color: rgb(221 105 3 / 10%);
  border-bottom-color: rgb(221 105 3 / 10%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-top-color: rgb(221 105 3 / 100%);
  border-bottom-color: rgb(221 105 3 / 100%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-top-color: rgb(221 105 3 / 20%);
  border-bottom-color: rgb(221 105 3 / 20%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-top-color: rgb(221 105 3 / 30%);
  border-bottom-color: rgb(221 105 3 / 30%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-top-color: rgb(221 105 3 / 40%);
  border-bottom-color: rgb(221 105 3 / 40%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-top-color: rgb(221 105 3 / 50%);
  border-bottom-color: rgb(221 105 3 / 50%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-top-color: rgb(221 105 3 / 60%);
  border-bottom-color: rgb(221 105 3 / 60%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-top-color: rgb(221 105 3 / 70%);
  border-bottom-color: rgb(221 105 3 / 70%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-top-color: rgb(221 105 3 / 80%);
  border-bottom-color: rgb(221 105 3 / 80%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-top-color: rgb(221 105 3 / 90%);
  border-bottom-color: rgb(221 105 3 / 90%);
}
.border-y-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-y-base-color-bg-attention-subtle\/0 {
  border-top-color: rgb(255 252 245 / 0);
  border-bottom-color: rgb(255 252 245 / 0);
}
.border-y-base-color-bg-attention-subtle\/10 {
  border-top-color: rgb(255 252 245 / 0.1);
  border-bottom-color: rgb(255 252 245 / 0.1);
}
.border-y-base-color-bg-attention-subtle\/100 {
  border-top-color: rgb(255 252 245 / 1);
  border-bottom-color: rgb(255 252 245 / 1);
}
.border-y-base-color-bg-attention-subtle\/20 {
  border-top-color: rgb(255 252 245 / 0.2);
  border-bottom-color: rgb(255 252 245 / 0.2);
}
.border-y-base-color-bg-attention-subtle\/25 {
  border-top-color: rgb(255 252 245 / 0.25);
  border-bottom-color: rgb(255 252 245 / 0.25);
}
.border-y-base-color-bg-attention-subtle\/30 {
  border-top-color: rgb(255 252 245 / 0.3);
  border-bottom-color: rgb(255 252 245 / 0.3);
}
.border-y-base-color-bg-attention-subtle\/40 {
  border-top-color: rgb(255 252 245 / 0.4);
  border-bottom-color: rgb(255 252 245 / 0.4);
}
.border-y-base-color-bg-attention-subtle\/5 {
  border-top-color: rgb(255 252 245 / 0.05);
  border-bottom-color: rgb(255 252 245 / 0.05);
}
.border-y-base-color-bg-attention-subtle\/50 {
  border-top-color: rgb(255 252 245 / 0.5);
  border-bottom-color: rgb(255 252 245 / 0.5);
}
.border-y-base-color-bg-attention-subtle\/60 {
  border-top-color: rgb(255 252 245 / 0.6);
  border-bottom-color: rgb(255 252 245 / 0.6);
}
.border-y-base-color-bg-attention-subtle\/70 {
  border-top-color: rgb(255 252 245 / 0.7);
  border-bottom-color: rgb(255 252 245 / 0.7);
}
.border-y-base-color-bg-attention-subtle\/75 {
  border-top-color: rgb(255 252 245 / 0.75);
  border-bottom-color: rgb(255 252 245 / 0.75);
}
.border-y-base-color-bg-attention-subtle\/80 {
  border-top-color: rgb(255 252 245 / 0.8);
  border-bottom-color: rgb(255 252 245 / 0.8);
}
.border-y-base-color-bg-attention-subtle\/90 {
  border-top-color: rgb(255 252 245 / 0.9);
  border-bottom-color: rgb(255 252 245 / 0.9);
}
.border-y-base-color-bg-attention-subtle\/95 {
  border-top-color: rgb(255 252 245 / 0.95);
  border-bottom-color: rgb(255 252 245 / 0.95);
}
.border-y-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-top-color: rgb(255 252 245 / 60%);
  border-bottom-color: rgb(255 252 245 / 60%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-0 {
  border-top-color: rgb(255 252 245 / 0%);
  border-bottom-color: rgb(255 252 245 / 0%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-10 {
  border-top-color: rgb(255 252 245 / 10%);
  border-bottom-color: rgb(255 252 245 / 10%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-100 {
  border-top-color: rgb(255 252 245 / 100%);
  border-bottom-color: rgb(255 252 245 / 100%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-20 {
  border-top-color: rgb(255 252 245 / 20%);
  border-bottom-color: rgb(255 252 245 / 20%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-30 {
  border-top-color: rgb(255 252 245 / 30%);
  border-bottom-color: rgb(255 252 245 / 30%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-40 {
  border-top-color: rgb(255 252 245 / 40%);
  border-bottom-color: rgb(255 252 245 / 40%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-50 {
  border-top-color: rgb(255 252 245 / 50%);
  border-bottom-color: rgb(255 252 245 / 50%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-60 {
  border-top-color: rgb(255 252 245 / 60%);
  border-bottom-color: rgb(255 252 245 / 60%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-70 {
  border-top-color: rgb(255 252 245 / 70%);
  border-bottom-color: rgb(255 252 245 / 70%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-80 {
  border-top-color: rgb(255 252 245 / 80%);
  border-bottom-color: rgb(255 252 245 / 80%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-90 {
  border-top-color: rgb(255 252 245 / 90%);
  border-bottom-color: rgb(255 252 245 / 90%);
}
.border-y-base-color-bg-attention\/0 {
  border-top-color: rgb(254 240 200 / 0);
  border-bottom-color: rgb(254 240 200 / 0);
}
.border-y-base-color-bg-attention\/10 {
  border-top-color: rgb(254 240 200 / 0.1);
  border-bottom-color: rgb(254 240 200 / 0.1);
}
.border-y-base-color-bg-attention\/100 {
  border-top-color: rgb(254 240 200 / 1);
  border-bottom-color: rgb(254 240 200 / 1);
}
.border-y-base-color-bg-attention\/20 {
  border-top-color: rgb(254 240 200 / 0.2);
  border-bottom-color: rgb(254 240 200 / 0.2);
}
.border-y-base-color-bg-attention\/25 {
  border-top-color: rgb(254 240 200 / 0.25);
  border-bottom-color: rgb(254 240 200 / 0.25);
}
.border-y-base-color-bg-attention\/30 {
  border-top-color: rgb(254 240 200 / 0.3);
  border-bottom-color: rgb(254 240 200 / 0.3);
}
.border-y-base-color-bg-attention\/40 {
  border-top-color: rgb(254 240 200 / 0.4);
  border-bottom-color: rgb(254 240 200 / 0.4);
}
.border-y-base-color-bg-attention\/5 {
  border-top-color: rgb(254 240 200 / 0.05);
  border-bottom-color: rgb(254 240 200 / 0.05);
}
.border-y-base-color-bg-attention\/50 {
  border-top-color: rgb(254 240 200 / 0.5);
  border-bottom-color: rgb(254 240 200 / 0.5);
}
.border-y-base-color-bg-attention\/60 {
  border-top-color: rgb(254 240 200 / 0.6);
  border-bottom-color: rgb(254 240 200 / 0.6);
}
.border-y-base-color-bg-attention\/70 {
  border-top-color: rgb(254 240 200 / 0.7);
  border-bottom-color: rgb(254 240 200 / 0.7);
}
.border-y-base-color-bg-attention\/75 {
  border-top-color: rgb(254 240 200 / 0.75);
  border-bottom-color: rgb(254 240 200 / 0.75);
}
.border-y-base-color-bg-attention\/80 {
  border-top-color: rgb(254 240 200 / 0.8);
  border-bottom-color: rgb(254 240 200 / 0.8);
}
.border-y-base-color-bg-attention\/90 {
  border-top-color: rgb(254 240 200 / 0.9);
  border-bottom-color: rgb(254 240 200 / 0.9);
}
.border-y-base-color-bg-attention\/95 {
  border-top-color: rgb(254 240 200 / 0.95);
  border-bottom-color: rgb(254 240 200 / 0.95);
}
.border-y-base-color-bg-attention\/base-opacity-disabled {
  border-top-color: rgb(254 240 200 / 60%);
  border-bottom-color: rgb(254 240 200 / 60%);
}
.border-y-base-color-bg-attention\/core-opacity-0 {
  border-top-color: rgb(254 240 200 / 0%);
  border-bottom-color: rgb(254 240 200 / 0%);
}
.border-y-base-color-bg-attention\/core-opacity-10 {
  border-top-color: rgb(254 240 200 / 10%);
  border-bottom-color: rgb(254 240 200 / 10%);
}
.border-y-base-color-bg-attention\/core-opacity-100 {
  border-top-color: rgb(254 240 200 / 100%);
  border-bottom-color: rgb(254 240 200 / 100%);
}
.border-y-base-color-bg-attention\/core-opacity-20 {
  border-top-color: rgb(254 240 200 / 20%);
  border-bottom-color: rgb(254 240 200 / 20%);
}
.border-y-base-color-bg-attention\/core-opacity-30 {
  border-top-color: rgb(254 240 200 / 30%);
  border-bottom-color: rgb(254 240 200 / 30%);
}
.border-y-base-color-bg-attention\/core-opacity-40 {
  border-top-color: rgb(254 240 200 / 40%);
  border-bottom-color: rgb(254 240 200 / 40%);
}
.border-y-base-color-bg-attention\/core-opacity-50 {
  border-top-color: rgb(254 240 200 / 50%);
  border-bottom-color: rgb(254 240 200 / 50%);
}
.border-y-base-color-bg-attention\/core-opacity-60 {
  border-top-color: rgb(254 240 200 / 60%);
  border-bottom-color: rgb(254 240 200 / 60%);
}
.border-y-base-color-bg-attention\/core-opacity-70 {
  border-top-color: rgb(254 240 200 / 70%);
  border-bottom-color: rgb(254 240 200 / 70%);
}
.border-y-base-color-bg-attention\/core-opacity-80 {
  border-top-color: rgb(254 240 200 / 80%);
  border-bottom-color: rgb(254 240 200 / 80%);
}
.border-y-base-color-bg-attention\/core-opacity-90 {
  border-top-color: rgb(254 240 200 / 90%);
  border-bottom-color: rgb(254 240 200 / 90%);
}
.border-y-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 214 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-y-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(93 91 215 / var(--tw-border-opacity));
  border-bottom-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-y-base-color-bg-brand-emphasis\/0 {
  border-top-color: rgb(93 91 215 / 0);
  border-bottom-color: rgb(93 91 215 / 0);
}
.border-y-base-color-bg-brand-emphasis\/10 {
  border-top-color: rgb(93 91 215 / 0.1);
  border-bottom-color: rgb(93 91 215 / 0.1);
}
.border-y-base-color-bg-brand-emphasis\/100 {
  border-top-color: rgb(93 91 215 / 1);
  border-bottom-color: rgb(93 91 215 / 1);
}
.border-y-base-color-bg-brand-emphasis\/20 {
  border-top-color: rgb(93 91 215 / 0.2);
  border-bottom-color: rgb(93 91 215 / 0.2);
}
.border-y-base-color-bg-brand-emphasis\/25 {
  border-top-color: rgb(93 91 215 / 0.25);
  border-bottom-color: rgb(93 91 215 / 0.25);
}
.border-y-base-color-bg-brand-emphasis\/30 {
  border-top-color: rgb(93 91 215 / 0.3);
  border-bottom-color: rgb(93 91 215 / 0.3);
}
.border-y-base-color-bg-brand-emphasis\/40 {
  border-top-color: rgb(93 91 215 / 0.4);
  border-bottom-color: rgb(93 91 215 / 0.4);
}
.border-y-base-color-bg-brand-emphasis\/5 {
  border-top-color: rgb(93 91 215 / 0.05);
  border-bottom-color: rgb(93 91 215 / 0.05);
}
.border-y-base-color-bg-brand-emphasis\/50 {
  border-top-color: rgb(93 91 215 / 0.5);
  border-bottom-color: rgb(93 91 215 / 0.5);
}
.border-y-base-color-bg-brand-emphasis\/60 {
  border-top-color: rgb(93 91 215 / 0.6);
  border-bottom-color: rgb(93 91 215 / 0.6);
}
.border-y-base-color-bg-brand-emphasis\/70 {
  border-top-color: rgb(93 91 215 / 0.7);
  border-bottom-color: rgb(93 91 215 / 0.7);
}
.border-y-base-color-bg-brand-emphasis\/75 {
  border-top-color: rgb(93 91 215 / 0.75);
  border-bottom-color: rgb(93 91 215 / 0.75);
}
.border-y-base-color-bg-brand-emphasis\/80 {
  border-top-color: rgb(93 91 215 / 0.8);
  border-bottom-color: rgb(93 91 215 / 0.8);
}
.border-y-base-color-bg-brand-emphasis\/90 {
  border-top-color: rgb(93 91 215 / 0.9);
  border-bottom-color: rgb(93 91 215 / 0.9);
}
.border-y-base-color-bg-brand-emphasis\/95 {
  border-top-color: rgb(93 91 215 / 0.95);
  border-bottom-color: rgb(93 91 215 / 0.95);
}
.border-y-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-top-color: rgb(93 91 215 / 60%);
  border-bottom-color: rgb(93 91 215 / 60%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-top-color: rgb(93 91 215 / 0%);
  border-bottom-color: rgb(93 91 215 / 0%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-top-color: rgb(93 91 215 / 10%);
  border-bottom-color: rgb(93 91 215 / 10%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-top-color: rgb(93 91 215 / 100%);
  border-bottom-color: rgb(93 91 215 / 100%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-top-color: rgb(93 91 215 / 20%);
  border-bottom-color: rgb(93 91 215 / 20%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-top-color: rgb(93 91 215 / 30%);
  border-bottom-color: rgb(93 91 215 / 30%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-top-color: rgb(93 91 215 / 40%);
  border-bottom-color: rgb(93 91 215 / 40%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-top-color: rgb(93 91 215 / 50%);
  border-bottom-color: rgb(93 91 215 / 50%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-top-color: rgb(93 91 215 / 60%);
  border-bottom-color: rgb(93 91 215 / 60%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-top-color: rgb(93 91 215 / 70%);
  border-bottom-color: rgb(93 91 215 / 70%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-top-color: rgb(93 91 215 / 80%);
  border-bottom-color: rgb(93 91 215 / 80%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-top-color: rgb(93 91 215 / 90%);
  border-bottom-color: rgb(93 91 215 / 90%);
}
.border-y-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 253 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-y-base-color-bg-brand-subtle\/0 {
  border-top-color: rgb(242 244 253 / 0);
  border-bottom-color: rgb(242 244 253 / 0);
}
.border-y-base-color-bg-brand-subtle\/10 {
  border-top-color: rgb(242 244 253 / 0.1);
  border-bottom-color: rgb(242 244 253 / 0.1);
}
.border-y-base-color-bg-brand-subtle\/100 {
  border-top-color: rgb(242 244 253 / 1);
  border-bottom-color: rgb(242 244 253 / 1);
}
.border-y-base-color-bg-brand-subtle\/20 {
  border-top-color: rgb(242 244 253 / 0.2);
  border-bottom-color: rgb(242 244 253 / 0.2);
}
.border-y-base-color-bg-brand-subtle\/25 {
  border-top-color: rgb(242 244 253 / 0.25);
  border-bottom-color: rgb(242 244 253 / 0.25);
}
.border-y-base-color-bg-brand-subtle\/30 {
  border-top-color: rgb(242 244 253 / 0.3);
  border-bottom-color: rgb(242 244 253 / 0.3);
}
.border-y-base-color-bg-brand-subtle\/40 {
  border-top-color: rgb(242 244 253 / 0.4);
  border-bottom-color: rgb(242 244 253 / 0.4);
}
.border-y-base-color-bg-brand-subtle\/5 {
  border-top-color: rgb(242 244 253 / 0.05);
  border-bottom-color: rgb(242 244 253 / 0.05);
}
.border-y-base-color-bg-brand-subtle\/50 {
  border-top-color: rgb(242 244 253 / 0.5);
  border-bottom-color: rgb(242 244 253 / 0.5);
}
.border-y-base-color-bg-brand-subtle\/60 {
  border-top-color: rgb(242 244 253 / 0.6);
  border-bottom-color: rgb(242 244 253 / 0.6);
}
.border-y-base-color-bg-brand-subtle\/70 {
  border-top-color: rgb(242 244 253 / 0.7);
  border-bottom-color: rgb(242 244 253 / 0.7);
}
.border-y-base-color-bg-brand-subtle\/75 {
  border-top-color: rgb(242 244 253 / 0.75);
  border-bottom-color: rgb(242 244 253 / 0.75);
}
.border-y-base-color-bg-brand-subtle\/80 {
  border-top-color: rgb(242 244 253 / 0.8);
  border-bottom-color: rgb(242 244 253 / 0.8);
}
.border-y-base-color-bg-brand-subtle\/90 {
  border-top-color: rgb(242 244 253 / 0.9);
  border-bottom-color: rgb(242 244 253 / 0.9);
}
.border-y-base-color-bg-brand-subtle\/95 {
  border-top-color: rgb(242 244 253 / 0.95);
  border-bottom-color: rgb(242 244 253 / 0.95);
}
.border-y-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-top-color: rgb(242 244 253 / 60%);
  border-bottom-color: rgb(242 244 253 / 60%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-0 {
  border-top-color: rgb(242 244 253 / 0%);
  border-bottom-color: rgb(242 244 253 / 0%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-10 {
  border-top-color: rgb(242 244 253 / 10%);
  border-bottom-color: rgb(242 244 253 / 10%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-100 {
  border-top-color: rgb(242 244 253 / 100%);
  border-bottom-color: rgb(242 244 253 / 100%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-20 {
  border-top-color: rgb(242 244 253 / 20%);
  border-bottom-color: rgb(242 244 253 / 20%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-30 {
  border-top-color: rgb(242 244 253 / 30%);
  border-bottom-color: rgb(242 244 253 / 30%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-40 {
  border-top-color: rgb(242 244 253 / 40%);
  border-bottom-color: rgb(242 244 253 / 40%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-50 {
  border-top-color: rgb(242 244 253 / 50%);
  border-bottom-color: rgb(242 244 253 / 50%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-60 {
  border-top-color: rgb(242 244 253 / 60%);
  border-bottom-color: rgb(242 244 253 / 60%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-70 {
  border-top-color: rgb(242 244 253 / 70%);
  border-bottom-color: rgb(242 244 253 / 70%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-80 {
  border-top-color: rgb(242 244 253 / 80%);
  border-bottom-color: rgb(242 244 253 / 80%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-90 {
  border-top-color: rgb(242 244 253 / 90%);
  border-bottom-color: rgb(242 244 253 / 90%);
}
.border-y-base-color-bg-brand\/0 {
  border-top-color: rgb(205 214 249 / 0);
  border-bottom-color: rgb(205 214 249 / 0);
}
.border-y-base-color-bg-brand\/10 {
  border-top-color: rgb(205 214 249 / 0.1);
  border-bottom-color: rgb(205 214 249 / 0.1);
}
.border-y-base-color-bg-brand\/100 {
  border-top-color: rgb(205 214 249 / 1);
  border-bottom-color: rgb(205 214 249 / 1);
}
.border-y-base-color-bg-brand\/20 {
  border-top-color: rgb(205 214 249 / 0.2);
  border-bottom-color: rgb(205 214 249 / 0.2);
}
.border-y-base-color-bg-brand\/25 {
  border-top-color: rgb(205 214 249 / 0.25);
  border-bottom-color: rgb(205 214 249 / 0.25);
}
.border-y-base-color-bg-brand\/30 {
  border-top-color: rgb(205 214 249 / 0.3);
  border-bottom-color: rgb(205 214 249 / 0.3);
}
.border-y-base-color-bg-brand\/40 {
  border-top-color: rgb(205 214 249 / 0.4);
  border-bottom-color: rgb(205 214 249 / 0.4);
}
.border-y-base-color-bg-brand\/5 {
  border-top-color: rgb(205 214 249 / 0.05);
  border-bottom-color: rgb(205 214 249 / 0.05);
}
.border-y-base-color-bg-brand\/50 {
  border-top-color: rgb(205 214 249 / 0.5);
  border-bottom-color: rgb(205 214 249 / 0.5);
}
.border-y-base-color-bg-brand\/60 {
  border-top-color: rgb(205 214 249 / 0.6);
  border-bottom-color: rgb(205 214 249 / 0.6);
}
.border-y-base-color-bg-brand\/70 {
  border-top-color: rgb(205 214 249 / 0.7);
  border-bottom-color: rgb(205 214 249 / 0.7);
}
.border-y-base-color-bg-brand\/75 {
  border-top-color: rgb(205 214 249 / 0.75);
  border-bottom-color: rgb(205 214 249 / 0.75);
}
.border-y-base-color-bg-brand\/80 {
  border-top-color: rgb(205 214 249 / 0.8);
  border-bottom-color: rgb(205 214 249 / 0.8);
}
.border-y-base-color-bg-brand\/90 {
  border-top-color: rgb(205 214 249 / 0.9);
  border-bottom-color: rgb(205 214 249 / 0.9);
}
.border-y-base-color-bg-brand\/95 {
  border-top-color: rgb(205 214 249 / 0.95);
  border-bottom-color: rgb(205 214 249 / 0.95);
}
.border-y-base-color-bg-brand\/base-opacity-disabled {
  border-top-color: rgb(205 214 249 / 60%);
  border-bottom-color: rgb(205 214 249 / 60%);
}
.border-y-base-color-bg-brand\/core-opacity-0 {
  border-top-color: rgb(205 214 249 / 0%);
  border-bottom-color: rgb(205 214 249 / 0%);
}
.border-y-base-color-bg-brand\/core-opacity-10 {
  border-top-color: rgb(205 214 249 / 10%);
  border-bottom-color: rgb(205 214 249 / 10%);
}
.border-y-base-color-bg-brand\/core-opacity-100 {
  border-top-color: rgb(205 214 249 / 100%);
  border-bottom-color: rgb(205 214 249 / 100%);
}
.border-y-base-color-bg-brand\/core-opacity-20 {
  border-top-color: rgb(205 214 249 / 20%);
  border-bottom-color: rgb(205 214 249 / 20%);
}
.border-y-base-color-bg-brand\/core-opacity-30 {
  border-top-color: rgb(205 214 249 / 30%);
  border-bottom-color: rgb(205 214 249 / 30%);
}
.border-y-base-color-bg-brand\/core-opacity-40 {
  border-top-color: rgb(205 214 249 / 40%);
  border-bottom-color: rgb(205 214 249 / 40%);
}
.border-y-base-color-bg-brand\/core-opacity-50 {
  border-top-color: rgb(205 214 249 / 50%);
  border-bottom-color: rgb(205 214 249 / 50%);
}
.border-y-base-color-bg-brand\/core-opacity-60 {
  border-top-color: rgb(205 214 249 / 60%);
  border-bottom-color: rgb(205 214 249 / 60%);
}
.border-y-base-color-bg-brand\/core-opacity-70 {
  border-top-color: rgb(205 214 249 / 70%);
  border-bottom-color: rgb(205 214 249 / 70%);
}
.border-y-base-color-bg-brand\/core-opacity-80 {
  border-top-color: rgb(205 214 249 / 80%);
  border-bottom-color: rgb(205 214 249 / 80%);
}
.border-y-base-color-bg-brand\/core-opacity-90 {
  border-top-color: rgb(205 214 249 / 90%);
  border-bottom-color: rgb(205 214 249 / 90%);
}
.border-y-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 227 225 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-y-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 68 56 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-y-base-color-bg-danger-emphasis\/0 {
  border-top-color: rgb(240 68 56 / 0);
  border-bottom-color: rgb(240 68 56 / 0);
}
.border-y-base-color-bg-danger-emphasis\/10 {
  border-top-color: rgb(240 68 56 / 0.1);
  border-bottom-color: rgb(240 68 56 / 0.1);
}
.border-y-base-color-bg-danger-emphasis\/100 {
  border-top-color: rgb(240 68 56 / 1);
  border-bottom-color: rgb(240 68 56 / 1);
}
.border-y-base-color-bg-danger-emphasis\/20 {
  border-top-color: rgb(240 68 56 / 0.2);
  border-bottom-color: rgb(240 68 56 / 0.2);
}
.border-y-base-color-bg-danger-emphasis\/25 {
  border-top-color: rgb(240 68 56 / 0.25);
  border-bottom-color: rgb(240 68 56 / 0.25);
}
.border-y-base-color-bg-danger-emphasis\/30 {
  border-top-color: rgb(240 68 56 / 0.3);
  border-bottom-color: rgb(240 68 56 / 0.3);
}
.border-y-base-color-bg-danger-emphasis\/40 {
  border-top-color: rgb(240 68 56 / 0.4);
  border-bottom-color: rgb(240 68 56 / 0.4);
}
.border-y-base-color-bg-danger-emphasis\/5 {
  border-top-color: rgb(240 68 56 / 0.05);
  border-bottom-color: rgb(240 68 56 / 0.05);
}
.border-y-base-color-bg-danger-emphasis\/50 {
  border-top-color: rgb(240 68 56 / 0.5);
  border-bottom-color: rgb(240 68 56 / 0.5);
}
.border-y-base-color-bg-danger-emphasis\/60 {
  border-top-color: rgb(240 68 56 / 0.6);
  border-bottom-color: rgb(240 68 56 / 0.6);
}
.border-y-base-color-bg-danger-emphasis\/70 {
  border-top-color: rgb(240 68 56 / 0.7);
  border-bottom-color: rgb(240 68 56 / 0.7);
}
.border-y-base-color-bg-danger-emphasis\/75 {
  border-top-color: rgb(240 68 56 / 0.75);
  border-bottom-color: rgb(240 68 56 / 0.75);
}
.border-y-base-color-bg-danger-emphasis\/80 {
  border-top-color: rgb(240 68 56 / 0.8);
  border-bottom-color: rgb(240 68 56 / 0.8);
}
.border-y-base-color-bg-danger-emphasis\/90 {
  border-top-color: rgb(240 68 56 / 0.9);
  border-bottom-color: rgb(240 68 56 / 0.9);
}
.border-y-base-color-bg-danger-emphasis\/95 {
  border-top-color: rgb(240 68 56 / 0.95);
  border-bottom-color: rgb(240 68 56 / 0.95);
}
.border-y-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-top-color: rgb(240 68 56 / 60%);
  border-bottom-color: rgb(240 68 56 / 60%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-top-color: rgb(240 68 56 / 0%);
  border-bottom-color: rgb(240 68 56 / 0%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-top-color: rgb(240 68 56 / 10%);
  border-bottom-color: rgb(240 68 56 / 10%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-top-color: rgb(240 68 56 / 100%);
  border-bottom-color: rgb(240 68 56 / 100%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-top-color: rgb(240 68 56 / 20%);
  border-bottom-color: rgb(240 68 56 / 20%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-top-color: rgb(240 68 56 / 30%);
  border-bottom-color: rgb(240 68 56 / 30%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-top-color: rgb(240 68 56 / 40%);
  border-bottom-color: rgb(240 68 56 / 40%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-top-color: rgb(240 68 56 / 50%);
  border-bottom-color: rgb(240 68 56 / 50%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-top-color: rgb(240 68 56 / 60%);
  border-bottom-color: rgb(240 68 56 / 60%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-top-color: rgb(240 68 56 / 70%);
  border-bottom-color: rgb(240 68 56 / 70%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-top-color: rgb(240 68 56 / 80%);
  border-bottom-color: rgb(240 68 56 / 80%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-top-color: rgb(240 68 56 / 90%);
  border-bottom-color: rgb(240 68 56 / 90%);
}
.border-y-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-y-base-color-bg-danger-subtle\/0 {
  border-top-color: rgb(255 251 250 / 0);
  border-bottom-color: rgb(255 251 250 / 0);
}
.border-y-base-color-bg-danger-subtle\/10 {
  border-top-color: rgb(255 251 250 / 0.1);
  border-bottom-color: rgb(255 251 250 / 0.1);
}
.border-y-base-color-bg-danger-subtle\/100 {
  border-top-color: rgb(255 251 250 / 1);
  border-bottom-color: rgb(255 251 250 / 1);
}
.border-y-base-color-bg-danger-subtle\/20 {
  border-top-color: rgb(255 251 250 / 0.2);
  border-bottom-color: rgb(255 251 250 / 0.2);
}
.border-y-base-color-bg-danger-subtle\/25 {
  border-top-color: rgb(255 251 250 / 0.25);
  border-bottom-color: rgb(255 251 250 / 0.25);
}
.border-y-base-color-bg-danger-subtle\/30 {
  border-top-color: rgb(255 251 250 / 0.3);
  border-bottom-color: rgb(255 251 250 / 0.3);
}
.border-y-base-color-bg-danger-subtle\/40 {
  border-top-color: rgb(255 251 250 / 0.4);
  border-bottom-color: rgb(255 251 250 / 0.4);
}
.border-y-base-color-bg-danger-subtle\/5 {
  border-top-color: rgb(255 251 250 / 0.05);
  border-bottom-color: rgb(255 251 250 / 0.05);
}
.border-y-base-color-bg-danger-subtle\/50 {
  border-top-color: rgb(255 251 250 / 0.5);
  border-bottom-color: rgb(255 251 250 / 0.5);
}
.border-y-base-color-bg-danger-subtle\/60 {
  border-top-color: rgb(255 251 250 / 0.6);
  border-bottom-color: rgb(255 251 250 / 0.6);
}
.border-y-base-color-bg-danger-subtle\/70 {
  border-top-color: rgb(255 251 250 / 0.7);
  border-bottom-color: rgb(255 251 250 / 0.7);
}
.border-y-base-color-bg-danger-subtle\/75 {
  border-top-color: rgb(255 251 250 / 0.75);
  border-bottom-color: rgb(255 251 250 / 0.75);
}
.border-y-base-color-bg-danger-subtle\/80 {
  border-top-color: rgb(255 251 250 / 0.8);
  border-bottom-color: rgb(255 251 250 / 0.8);
}
.border-y-base-color-bg-danger-subtle\/90 {
  border-top-color: rgb(255 251 250 / 0.9);
  border-bottom-color: rgb(255 251 250 / 0.9);
}
.border-y-base-color-bg-danger-subtle\/95 {
  border-top-color: rgb(255 251 250 / 0.95);
  border-bottom-color: rgb(255 251 250 / 0.95);
}
.border-y-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-top-color: rgb(255 251 250 / 60%);
  border-bottom-color: rgb(255 251 250 / 60%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-0 {
  border-top-color: rgb(255 251 250 / 0%);
  border-bottom-color: rgb(255 251 250 / 0%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-10 {
  border-top-color: rgb(255 251 250 / 10%);
  border-bottom-color: rgb(255 251 250 / 10%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-100 {
  border-top-color: rgb(255 251 250 / 100%);
  border-bottom-color: rgb(255 251 250 / 100%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-20 {
  border-top-color: rgb(255 251 250 / 20%);
  border-bottom-color: rgb(255 251 250 / 20%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-30 {
  border-top-color: rgb(255 251 250 / 30%);
  border-bottom-color: rgb(255 251 250 / 30%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-40 {
  border-top-color: rgb(255 251 250 / 40%);
  border-bottom-color: rgb(255 251 250 / 40%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-50 {
  border-top-color: rgb(255 251 250 / 50%);
  border-bottom-color: rgb(255 251 250 / 50%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-60 {
  border-top-color: rgb(255 251 250 / 60%);
  border-bottom-color: rgb(255 251 250 / 60%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-70 {
  border-top-color: rgb(255 251 250 / 70%);
  border-bottom-color: rgb(255 251 250 / 70%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-80 {
  border-top-color: rgb(255 251 250 / 80%);
  border-bottom-color: rgb(255 251 250 / 80%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-90 {
  border-top-color: rgb(255 251 250 / 90%);
  border-bottom-color: rgb(255 251 250 / 90%);
}
.border-y-base-color-bg-danger\/0 {
  border-top-color: rgb(254 227 225 / 0);
  border-bottom-color: rgb(254 227 225 / 0);
}
.border-y-base-color-bg-danger\/10 {
  border-top-color: rgb(254 227 225 / 0.1);
  border-bottom-color: rgb(254 227 225 / 0.1);
}
.border-y-base-color-bg-danger\/100 {
  border-top-color: rgb(254 227 225 / 1);
  border-bottom-color: rgb(254 227 225 / 1);
}
.border-y-base-color-bg-danger\/20 {
  border-top-color: rgb(254 227 225 / 0.2);
  border-bottom-color: rgb(254 227 225 / 0.2);
}
.border-y-base-color-bg-danger\/25 {
  border-top-color: rgb(254 227 225 / 0.25);
  border-bottom-color: rgb(254 227 225 / 0.25);
}
.border-y-base-color-bg-danger\/30 {
  border-top-color: rgb(254 227 225 / 0.3);
  border-bottom-color: rgb(254 227 225 / 0.3);
}
.border-y-base-color-bg-danger\/40 {
  border-top-color: rgb(254 227 225 / 0.4);
  border-bottom-color: rgb(254 227 225 / 0.4);
}
.border-y-base-color-bg-danger\/5 {
  border-top-color: rgb(254 227 225 / 0.05);
  border-bottom-color: rgb(254 227 225 / 0.05);
}
.border-y-base-color-bg-danger\/50 {
  border-top-color: rgb(254 227 225 / 0.5);
  border-bottom-color: rgb(254 227 225 / 0.5);
}
.border-y-base-color-bg-danger\/60 {
  border-top-color: rgb(254 227 225 / 0.6);
  border-bottom-color: rgb(254 227 225 / 0.6);
}
.border-y-base-color-bg-danger\/70 {
  border-top-color: rgb(254 227 225 / 0.7);
  border-bottom-color: rgb(254 227 225 / 0.7);
}
.border-y-base-color-bg-danger\/75 {
  border-top-color: rgb(254 227 225 / 0.75);
  border-bottom-color: rgb(254 227 225 / 0.75);
}
.border-y-base-color-bg-danger\/80 {
  border-top-color: rgb(254 227 225 / 0.8);
  border-bottom-color: rgb(254 227 225 / 0.8);
}
.border-y-base-color-bg-danger\/90 {
  border-top-color: rgb(254 227 225 / 0.9);
  border-bottom-color: rgb(254 227 225 / 0.9);
}
.border-y-base-color-bg-danger\/95 {
  border-top-color: rgb(254 227 225 / 0.95);
  border-bottom-color: rgb(254 227 225 / 0.95);
}
.border-y-base-color-bg-danger\/base-opacity-disabled {
  border-top-color: rgb(254 227 225 / 60%);
  border-bottom-color: rgb(254 227 225 / 60%);
}
.border-y-base-color-bg-danger\/core-opacity-0 {
  border-top-color: rgb(254 227 225 / 0%);
  border-bottom-color: rgb(254 227 225 / 0%);
}
.border-y-base-color-bg-danger\/core-opacity-10 {
  border-top-color: rgb(254 227 225 / 10%);
  border-bottom-color: rgb(254 227 225 / 10%);
}
.border-y-base-color-bg-danger\/core-opacity-100 {
  border-top-color: rgb(254 227 225 / 100%);
  border-bottom-color: rgb(254 227 225 / 100%);
}
.border-y-base-color-bg-danger\/core-opacity-20 {
  border-top-color: rgb(254 227 225 / 20%);
  border-bottom-color: rgb(254 227 225 / 20%);
}
.border-y-base-color-bg-danger\/core-opacity-30 {
  border-top-color: rgb(254 227 225 / 30%);
  border-bottom-color: rgb(254 227 225 / 30%);
}
.border-y-base-color-bg-danger\/core-opacity-40 {
  border-top-color: rgb(254 227 225 / 40%);
  border-bottom-color: rgb(254 227 225 / 40%);
}
.border-y-base-color-bg-danger\/core-opacity-50 {
  border-top-color: rgb(254 227 225 / 50%);
  border-bottom-color: rgb(254 227 225 / 50%);
}
.border-y-base-color-bg-danger\/core-opacity-60 {
  border-top-color: rgb(254 227 225 / 60%);
  border-bottom-color: rgb(254 227 225 / 60%);
}
.border-y-base-color-bg-danger\/core-opacity-70 {
  border-top-color: rgb(254 227 225 / 70%);
  border-bottom-color: rgb(254 227 225 / 70%);
}
.border-y-base-color-bg-danger\/core-opacity-80 {
  border-top-color: rgb(254 227 225 / 80%);
  border-bottom-color: rgb(254 227 225 / 80%);
}
.border-y-base-color-bg-danger\/core-opacity-90 {
  border-top-color: rgb(254 227 225 / 90%);
  border-bottom-color: rgb(254 227 225 / 90%);
}
.border-y-base-color-bg-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-base-color-bg-default\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-base-color-bg-default\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-base-color-bg-default\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-base-color-bg-default\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-base-color-bg-default\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-base-color-bg-default\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-base-color-bg-default\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-base-color-bg-default\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-base-color-bg-default\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-base-color-bg-default\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-base-color-bg-default\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-base-color-bg-default\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-base-color-bg-default\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-base-color-bg-default\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-base-color-bg-default\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-y-base-color-bg-default\/base-opacity-disabled {
  border-top-color: rgb(255 255 255 / 60%);
  border-bottom-color: rgb(255 255 255 / 60%);
}
.border-y-base-color-bg-default\/core-opacity-0 {
  border-top-color: rgb(255 255 255 / 0%);
  border-bottom-color: rgb(255 255 255 / 0%);
}
.border-y-base-color-bg-default\/core-opacity-10 {
  border-top-color: rgb(255 255 255 / 10%);
  border-bottom-color: rgb(255 255 255 / 10%);
}
.border-y-base-color-bg-default\/core-opacity-100 {
  border-top-color: rgb(255 255 255 / 100%);
  border-bottom-color: rgb(255 255 255 / 100%);
}
.border-y-base-color-bg-default\/core-opacity-20 {
  border-top-color: rgb(255 255 255 / 20%);
  border-bottom-color: rgb(255 255 255 / 20%);
}
.border-y-base-color-bg-default\/core-opacity-30 {
  border-top-color: rgb(255 255 255 / 30%);
  border-bottom-color: rgb(255 255 255 / 30%);
}
.border-y-base-color-bg-default\/core-opacity-40 {
  border-top-color: rgb(255 255 255 / 40%);
  border-bottom-color: rgb(255 255 255 / 40%);
}
.border-y-base-color-bg-default\/core-opacity-50 {
  border-top-color: rgb(255 255 255 / 50%);
  border-bottom-color: rgb(255 255 255 / 50%);
}
.border-y-base-color-bg-default\/core-opacity-60 {
  border-top-color: rgb(255 255 255 / 60%);
  border-bottom-color: rgb(255 255 255 / 60%);
}
.border-y-base-color-bg-default\/core-opacity-70 {
  border-top-color: rgb(255 255 255 / 70%);
  border-bottom-color: rgb(255 255 255 / 70%);
}
.border-y-base-color-bg-default\/core-opacity-80 {
  border-top-color: rgb(255 255 255 / 80%);
  border-bottom-color: rgb(255 255 255 / 80%);
}
.border-y-base-color-bg-default\/core-opacity-90 {
  border-top-color: rgb(255 255 255 / 90%);
  border-bottom-color: rgb(255 255 255 / 90%);
}
.border-y-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 24 40 / var(--tw-border-opacity));
  border-bottom-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-y-base-color-bg-emphasis\/0 {
  border-top-color: rgb(16 24 40 / 0);
  border-bottom-color: rgb(16 24 40 / 0);
}
.border-y-base-color-bg-emphasis\/10 {
  border-top-color: rgb(16 24 40 / 0.1);
  border-bottom-color: rgb(16 24 40 / 0.1);
}
.border-y-base-color-bg-emphasis\/100 {
  border-top-color: rgb(16 24 40 / 1);
  border-bottom-color: rgb(16 24 40 / 1);
}
.border-y-base-color-bg-emphasis\/20 {
  border-top-color: rgb(16 24 40 / 0.2);
  border-bottom-color: rgb(16 24 40 / 0.2);
}
.border-y-base-color-bg-emphasis\/25 {
  border-top-color: rgb(16 24 40 / 0.25);
  border-bottom-color: rgb(16 24 40 / 0.25);
}
.border-y-base-color-bg-emphasis\/30 {
  border-top-color: rgb(16 24 40 / 0.3);
  border-bottom-color: rgb(16 24 40 / 0.3);
}
.border-y-base-color-bg-emphasis\/40 {
  border-top-color: rgb(16 24 40 / 0.4);
  border-bottom-color: rgb(16 24 40 / 0.4);
}
.border-y-base-color-bg-emphasis\/5 {
  border-top-color: rgb(16 24 40 / 0.05);
  border-bottom-color: rgb(16 24 40 / 0.05);
}
.border-y-base-color-bg-emphasis\/50 {
  border-top-color: rgb(16 24 40 / 0.5);
  border-bottom-color: rgb(16 24 40 / 0.5);
}
.border-y-base-color-bg-emphasis\/60 {
  border-top-color: rgb(16 24 40 / 0.6);
  border-bottom-color: rgb(16 24 40 / 0.6);
}
.border-y-base-color-bg-emphasis\/70 {
  border-top-color: rgb(16 24 40 / 0.7);
  border-bottom-color: rgb(16 24 40 / 0.7);
}
.border-y-base-color-bg-emphasis\/75 {
  border-top-color: rgb(16 24 40 / 0.75);
  border-bottom-color: rgb(16 24 40 / 0.75);
}
.border-y-base-color-bg-emphasis\/80 {
  border-top-color: rgb(16 24 40 / 0.8);
  border-bottom-color: rgb(16 24 40 / 0.8);
}
.border-y-base-color-bg-emphasis\/90 {
  border-top-color: rgb(16 24 40 / 0.9);
  border-bottom-color: rgb(16 24 40 / 0.9);
}
.border-y-base-color-bg-emphasis\/95 {
  border-top-color: rgb(16 24 40 / 0.95);
  border-bottom-color: rgb(16 24 40 / 0.95);
}
.border-y-base-color-bg-emphasis\/base-opacity-disabled {
  border-top-color: rgb(16 24 40 / 60%);
  border-bottom-color: rgb(16 24 40 / 60%);
}
.border-y-base-color-bg-emphasis\/core-opacity-0 {
  border-top-color: rgb(16 24 40 / 0%);
  border-bottom-color: rgb(16 24 40 / 0%);
}
.border-y-base-color-bg-emphasis\/core-opacity-10 {
  border-top-color: rgb(16 24 40 / 10%);
  border-bottom-color: rgb(16 24 40 / 10%);
}
.border-y-base-color-bg-emphasis\/core-opacity-100 {
  border-top-color: rgb(16 24 40 / 100%);
  border-bottom-color: rgb(16 24 40 / 100%);
}
.border-y-base-color-bg-emphasis\/core-opacity-20 {
  border-top-color: rgb(16 24 40 / 20%);
  border-bottom-color: rgb(16 24 40 / 20%);
}
.border-y-base-color-bg-emphasis\/core-opacity-30 {
  border-top-color: rgb(16 24 40 / 30%);
  border-bottom-color: rgb(16 24 40 / 30%);
}
.border-y-base-color-bg-emphasis\/core-opacity-40 {
  border-top-color: rgb(16 24 40 / 40%);
  border-bottom-color: rgb(16 24 40 / 40%);
}
.border-y-base-color-bg-emphasis\/core-opacity-50 {
  border-top-color: rgb(16 24 40 / 50%);
  border-bottom-color: rgb(16 24 40 / 50%);
}
.border-y-base-color-bg-emphasis\/core-opacity-60 {
  border-top-color: rgb(16 24 40 / 60%);
  border-bottom-color: rgb(16 24 40 / 60%);
}
.border-y-base-color-bg-emphasis\/core-opacity-70 {
  border-top-color: rgb(16 24 40 / 70%);
  border-bottom-color: rgb(16 24 40 / 70%);
}
.border-y-base-color-bg-emphasis\/core-opacity-80 {
  border-top-color: rgb(16 24 40 / 80%);
  border-bottom-color: rgb(16 24 40 / 80%);
}
.border-y-base-color-bg-emphasis\/core-opacity-90 {
  border-top-color: rgb(16 24 40 / 90%);
  border-bottom-color: rgb(16 24 40 / 90%);
}
.border-y-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 236 240 / var(--tw-border-opacity));
  border-bottom-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-y-base-color-bg-muted\/0 {
  border-top-color: rgb(234 236 240 / 0);
  border-bottom-color: rgb(234 236 240 / 0);
}
.border-y-base-color-bg-muted\/10 {
  border-top-color: rgb(234 236 240 / 0.1);
  border-bottom-color: rgb(234 236 240 / 0.1);
}
.border-y-base-color-bg-muted\/100 {
  border-top-color: rgb(234 236 240 / 1);
  border-bottom-color: rgb(234 236 240 / 1);
}
.border-y-base-color-bg-muted\/20 {
  border-top-color: rgb(234 236 240 / 0.2);
  border-bottom-color: rgb(234 236 240 / 0.2);
}
.border-y-base-color-bg-muted\/25 {
  border-top-color: rgb(234 236 240 / 0.25);
  border-bottom-color: rgb(234 236 240 / 0.25);
}
.border-y-base-color-bg-muted\/30 {
  border-top-color: rgb(234 236 240 / 0.3);
  border-bottom-color: rgb(234 236 240 / 0.3);
}
.border-y-base-color-bg-muted\/40 {
  border-top-color: rgb(234 236 240 / 0.4);
  border-bottom-color: rgb(234 236 240 / 0.4);
}
.border-y-base-color-bg-muted\/5 {
  border-top-color: rgb(234 236 240 / 0.05);
  border-bottom-color: rgb(234 236 240 / 0.05);
}
.border-y-base-color-bg-muted\/50 {
  border-top-color: rgb(234 236 240 / 0.5);
  border-bottom-color: rgb(234 236 240 / 0.5);
}
.border-y-base-color-bg-muted\/60 {
  border-top-color: rgb(234 236 240 / 0.6);
  border-bottom-color: rgb(234 236 240 / 0.6);
}
.border-y-base-color-bg-muted\/70 {
  border-top-color: rgb(234 236 240 / 0.7);
  border-bottom-color: rgb(234 236 240 / 0.7);
}
.border-y-base-color-bg-muted\/75 {
  border-top-color: rgb(234 236 240 / 0.75);
  border-bottom-color: rgb(234 236 240 / 0.75);
}
.border-y-base-color-bg-muted\/80 {
  border-top-color: rgb(234 236 240 / 0.8);
  border-bottom-color: rgb(234 236 240 / 0.8);
}
.border-y-base-color-bg-muted\/90 {
  border-top-color: rgb(234 236 240 / 0.9);
  border-bottom-color: rgb(234 236 240 / 0.9);
}
.border-y-base-color-bg-muted\/95 {
  border-top-color: rgb(234 236 240 / 0.95);
  border-bottom-color: rgb(234 236 240 / 0.95);
}
.border-y-base-color-bg-muted\/base-opacity-disabled {
  border-top-color: rgb(234 236 240 / 60%);
  border-bottom-color: rgb(234 236 240 / 60%);
}
.border-y-base-color-bg-muted\/core-opacity-0 {
  border-top-color: rgb(234 236 240 / 0%);
  border-bottom-color: rgb(234 236 240 / 0%);
}
.border-y-base-color-bg-muted\/core-opacity-10 {
  border-top-color: rgb(234 236 240 / 10%);
  border-bottom-color: rgb(234 236 240 / 10%);
}
.border-y-base-color-bg-muted\/core-opacity-100 {
  border-top-color: rgb(234 236 240 / 100%);
  border-bottom-color: rgb(234 236 240 / 100%);
}
.border-y-base-color-bg-muted\/core-opacity-20 {
  border-top-color: rgb(234 236 240 / 20%);
  border-bottom-color: rgb(234 236 240 / 20%);
}
.border-y-base-color-bg-muted\/core-opacity-30 {
  border-top-color: rgb(234 236 240 / 30%);
  border-bottom-color: rgb(234 236 240 / 30%);
}
.border-y-base-color-bg-muted\/core-opacity-40 {
  border-top-color: rgb(234 236 240 / 40%);
  border-bottom-color: rgb(234 236 240 / 40%);
}
.border-y-base-color-bg-muted\/core-opacity-50 {
  border-top-color: rgb(234 236 240 / 50%);
  border-bottom-color: rgb(234 236 240 / 50%);
}
.border-y-base-color-bg-muted\/core-opacity-60 {
  border-top-color: rgb(234 236 240 / 60%);
  border-bottom-color: rgb(234 236 240 / 60%);
}
.border-y-base-color-bg-muted\/core-opacity-70 {
  border-top-color: rgb(234 236 240 / 70%);
  border-bottom-color: rgb(234 236 240 / 70%);
}
.border-y-base-color-bg-muted\/core-opacity-80 {
  border-top-color: rgb(234 236 240 / 80%);
  border-bottom-color: rgb(234 236 240 / 80%);
}
.border-y-base-color-bg-muted\/core-opacity-90 {
  border-top-color: rgb(234 236 240 / 90%);
  border-bottom-color: rgb(234 236 240 / 90%);
}
.border-y-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 247 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-y-base-color-bg-subtle\/0 {
  border-top-color: rgb(242 244 247 / 0);
  border-bottom-color: rgb(242 244 247 / 0);
}
.border-y-base-color-bg-subtle\/10 {
  border-top-color: rgb(242 244 247 / 0.1);
  border-bottom-color: rgb(242 244 247 / 0.1);
}
.border-y-base-color-bg-subtle\/100 {
  border-top-color: rgb(242 244 247 / 1);
  border-bottom-color: rgb(242 244 247 / 1);
}
.border-y-base-color-bg-subtle\/20 {
  border-top-color: rgb(242 244 247 / 0.2);
  border-bottom-color: rgb(242 244 247 / 0.2);
}
.border-y-base-color-bg-subtle\/25 {
  border-top-color: rgb(242 244 247 / 0.25);
  border-bottom-color: rgb(242 244 247 / 0.25);
}
.border-y-base-color-bg-subtle\/30 {
  border-top-color: rgb(242 244 247 / 0.3);
  border-bottom-color: rgb(242 244 247 / 0.3);
}
.border-y-base-color-bg-subtle\/40 {
  border-top-color: rgb(242 244 247 / 0.4);
  border-bottom-color: rgb(242 244 247 / 0.4);
}
.border-y-base-color-bg-subtle\/5 {
  border-top-color: rgb(242 244 247 / 0.05);
  border-bottom-color: rgb(242 244 247 / 0.05);
}
.border-y-base-color-bg-subtle\/50 {
  border-top-color: rgb(242 244 247 / 0.5);
  border-bottom-color: rgb(242 244 247 / 0.5);
}
.border-y-base-color-bg-subtle\/60 {
  border-top-color: rgb(242 244 247 / 0.6);
  border-bottom-color: rgb(242 244 247 / 0.6);
}
.border-y-base-color-bg-subtle\/70 {
  border-top-color: rgb(242 244 247 / 0.7);
  border-bottom-color: rgb(242 244 247 / 0.7);
}
.border-y-base-color-bg-subtle\/75 {
  border-top-color: rgb(242 244 247 / 0.75);
  border-bottom-color: rgb(242 244 247 / 0.75);
}
.border-y-base-color-bg-subtle\/80 {
  border-top-color: rgb(242 244 247 / 0.8);
  border-bottom-color: rgb(242 244 247 / 0.8);
}
.border-y-base-color-bg-subtle\/90 {
  border-top-color: rgb(242 244 247 / 0.9);
  border-bottom-color: rgb(242 244 247 / 0.9);
}
.border-y-base-color-bg-subtle\/95 {
  border-top-color: rgb(242 244 247 / 0.95);
  border-bottom-color: rgb(242 244 247 / 0.95);
}
.border-y-base-color-bg-subtle\/base-opacity-disabled {
  border-top-color: rgb(242 244 247 / 60%);
  border-bottom-color: rgb(242 244 247 / 60%);
}
.border-y-base-color-bg-subtle\/core-opacity-0 {
  border-top-color: rgb(242 244 247 / 0%);
  border-bottom-color: rgb(242 244 247 / 0%);
}
.border-y-base-color-bg-subtle\/core-opacity-10 {
  border-top-color: rgb(242 244 247 / 10%);
  border-bottom-color: rgb(242 244 247 / 10%);
}
.border-y-base-color-bg-subtle\/core-opacity-100 {
  border-top-color: rgb(242 244 247 / 100%);
  border-bottom-color: rgb(242 244 247 / 100%);
}
.border-y-base-color-bg-subtle\/core-opacity-20 {
  border-top-color: rgb(242 244 247 / 20%);
  border-bottom-color: rgb(242 244 247 / 20%);
}
.border-y-base-color-bg-subtle\/core-opacity-30 {
  border-top-color: rgb(242 244 247 / 30%);
  border-bottom-color: rgb(242 244 247 / 30%);
}
.border-y-base-color-bg-subtle\/core-opacity-40 {
  border-top-color: rgb(242 244 247 / 40%);
  border-bottom-color: rgb(242 244 247 / 40%);
}
.border-y-base-color-bg-subtle\/core-opacity-50 {
  border-top-color: rgb(242 244 247 / 50%);
  border-bottom-color: rgb(242 244 247 / 50%);
}
.border-y-base-color-bg-subtle\/core-opacity-60 {
  border-top-color: rgb(242 244 247 / 60%);
  border-bottom-color: rgb(242 244 247 / 60%);
}
.border-y-base-color-bg-subtle\/core-opacity-70 {
  border-top-color: rgb(242 244 247 / 70%);
  border-bottom-color: rgb(242 244 247 / 70%);
}
.border-y-base-color-bg-subtle\/core-opacity-80 {
  border-top-color: rgb(242 244 247 / 80%);
  border-bottom-color: rgb(242 244 247 / 80%);
}
.border-y-base-color-bg-subtle\/core-opacity-90 {
  border-top-color: rgb(242 244 247 / 90%);
  border-bottom-color: rgb(242 244 247 / 90%);
}
.border-y-base-color-bg-success {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 223 / var(--tw-border-opacity));
  border-bottom-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-y-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(18 181 105 / var(--tw-border-opacity));
  border-bottom-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-y-base-color-bg-success-emphasis\/0 {
  border-top-color: rgb(18 181 105 / 0);
  border-bottom-color: rgb(18 181 105 / 0);
}
.border-y-base-color-bg-success-emphasis\/10 {
  border-top-color: rgb(18 181 105 / 0.1);
  border-bottom-color: rgb(18 181 105 / 0.1);
}
.border-y-base-color-bg-success-emphasis\/100 {
  border-top-color: rgb(18 181 105 / 1);
  border-bottom-color: rgb(18 181 105 / 1);
}
.border-y-base-color-bg-success-emphasis\/20 {
  border-top-color: rgb(18 181 105 / 0.2);
  border-bottom-color: rgb(18 181 105 / 0.2);
}
.border-y-base-color-bg-success-emphasis\/25 {
  border-top-color: rgb(18 181 105 / 0.25);
  border-bottom-color: rgb(18 181 105 / 0.25);
}
.border-y-base-color-bg-success-emphasis\/30 {
  border-top-color: rgb(18 181 105 / 0.3);
  border-bottom-color: rgb(18 181 105 / 0.3);
}
.border-y-base-color-bg-success-emphasis\/40 {
  border-top-color: rgb(18 181 105 / 0.4);
  border-bottom-color: rgb(18 181 105 / 0.4);
}
.border-y-base-color-bg-success-emphasis\/5 {
  border-top-color: rgb(18 181 105 / 0.05);
  border-bottom-color: rgb(18 181 105 / 0.05);
}
.border-y-base-color-bg-success-emphasis\/50 {
  border-top-color: rgb(18 181 105 / 0.5);
  border-bottom-color: rgb(18 181 105 / 0.5);
}
.border-y-base-color-bg-success-emphasis\/60 {
  border-top-color: rgb(18 181 105 / 0.6);
  border-bottom-color: rgb(18 181 105 / 0.6);
}
.border-y-base-color-bg-success-emphasis\/70 {
  border-top-color: rgb(18 181 105 / 0.7);
  border-bottom-color: rgb(18 181 105 / 0.7);
}
.border-y-base-color-bg-success-emphasis\/75 {
  border-top-color: rgb(18 181 105 / 0.75);
  border-bottom-color: rgb(18 181 105 / 0.75);
}
.border-y-base-color-bg-success-emphasis\/80 {
  border-top-color: rgb(18 181 105 / 0.8);
  border-bottom-color: rgb(18 181 105 / 0.8);
}
.border-y-base-color-bg-success-emphasis\/90 {
  border-top-color: rgb(18 181 105 / 0.9);
  border-bottom-color: rgb(18 181 105 / 0.9);
}
.border-y-base-color-bg-success-emphasis\/95 {
  border-top-color: rgb(18 181 105 / 0.95);
  border-bottom-color: rgb(18 181 105 / 0.95);
}
.border-y-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-top-color: rgb(18 181 105 / 60%);
  border-bottom-color: rgb(18 181 105 / 60%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-0 {
  border-top-color: rgb(18 181 105 / 0%);
  border-bottom-color: rgb(18 181 105 / 0%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-10 {
  border-top-color: rgb(18 181 105 / 10%);
  border-bottom-color: rgb(18 181 105 / 10%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-100 {
  border-top-color: rgb(18 181 105 / 100%);
  border-bottom-color: rgb(18 181 105 / 100%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-20 {
  border-top-color: rgb(18 181 105 / 20%);
  border-bottom-color: rgb(18 181 105 / 20%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-30 {
  border-top-color: rgb(18 181 105 / 30%);
  border-bottom-color: rgb(18 181 105 / 30%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-40 {
  border-top-color: rgb(18 181 105 / 40%);
  border-bottom-color: rgb(18 181 105 / 40%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-50 {
  border-top-color: rgb(18 181 105 / 50%);
  border-bottom-color: rgb(18 181 105 / 50%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-60 {
  border-top-color: rgb(18 181 105 / 60%);
  border-bottom-color: rgb(18 181 105 / 60%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-70 {
  border-top-color: rgb(18 181 105 / 70%);
  border-bottom-color: rgb(18 181 105 / 70%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-80 {
  border-top-color: rgb(18 181 105 / 80%);
  border-bottom-color: rgb(18 181 105 / 80%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-90 {
  border-top-color: rgb(18 181 105 / 90%);
  border-bottom-color: rgb(18 181 105 / 90%);
}
.border-y-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 254 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-y-base-color-bg-success-subtle\/0 {
  border-top-color: rgb(246 254 249 / 0);
  border-bottom-color: rgb(246 254 249 / 0);
}
.border-y-base-color-bg-success-subtle\/10 {
  border-top-color: rgb(246 254 249 / 0.1);
  border-bottom-color: rgb(246 254 249 / 0.1);
}
.border-y-base-color-bg-success-subtle\/100 {
  border-top-color: rgb(246 254 249 / 1);
  border-bottom-color: rgb(246 254 249 / 1);
}
.border-y-base-color-bg-success-subtle\/20 {
  border-top-color: rgb(246 254 249 / 0.2);
  border-bottom-color: rgb(246 254 249 / 0.2);
}
.border-y-base-color-bg-success-subtle\/25 {
  border-top-color: rgb(246 254 249 / 0.25);
  border-bottom-color: rgb(246 254 249 / 0.25);
}
.border-y-base-color-bg-success-subtle\/30 {
  border-top-color: rgb(246 254 249 / 0.3);
  border-bottom-color: rgb(246 254 249 / 0.3);
}
.border-y-base-color-bg-success-subtle\/40 {
  border-top-color: rgb(246 254 249 / 0.4);
  border-bottom-color: rgb(246 254 249 / 0.4);
}
.border-y-base-color-bg-success-subtle\/5 {
  border-top-color: rgb(246 254 249 / 0.05);
  border-bottom-color: rgb(246 254 249 / 0.05);
}
.border-y-base-color-bg-success-subtle\/50 {
  border-top-color: rgb(246 254 249 / 0.5);
  border-bottom-color: rgb(246 254 249 / 0.5);
}
.border-y-base-color-bg-success-subtle\/60 {
  border-top-color: rgb(246 254 249 / 0.6);
  border-bottom-color: rgb(246 254 249 / 0.6);
}
.border-y-base-color-bg-success-subtle\/70 {
  border-top-color: rgb(246 254 249 / 0.7);
  border-bottom-color: rgb(246 254 249 / 0.7);
}
.border-y-base-color-bg-success-subtle\/75 {
  border-top-color: rgb(246 254 249 / 0.75);
  border-bottom-color: rgb(246 254 249 / 0.75);
}
.border-y-base-color-bg-success-subtle\/80 {
  border-top-color: rgb(246 254 249 / 0.8);
  border-bottom-color: rgb(246 254 249 / 0.8);
}
.border-y-base-color-bg-success-subtle\/90 {
  border-top-color: rgb(246 254 249 / 0.9);
  border-bottom-color: rgb(246 254 249 / 0.9);
}
.border-y-base-color-bg-success-subtle\/95 {
  border-top-color: rgb(246 254 249 / 0.95);
  border-bottom-color: rgb(246 254 249 / 0.95);
}
.border-y-base-color-bg-success-subtle\/base-opacity-disabled {
  border-top-color: rgb(246 254 249 / 60%);
  border-bottom-color: rgb(246 254 249 / 60%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-0 {
  border-top-color: rgb(246 254 249 / 0%);
  border-bottom-color: rgb(246 254 249 / 0%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-10 {
  border-top-color: rgb(246 254 249 / 10%);
  border-bottom-color: rgb(246 254 249 / 10%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-100 {
  border-top-color: rgb(246 254 249 / 100%);
  border-bottom-color: rgb(246 254 249 / 100%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-20 {
  border-top-color: rgb(246 254 249 / 20%);
  border-bottom-color: rgb(246 254 249 / 20%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-30 {
  border-top-color: rgb(246 254 249 / 30%);
  border-bottom-color: rgb(246 254 249 / 30%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-40 {
  border-top-color: rgb(246 254 249 / 40%);
  border-bottom-color: rgb(246 254 249 / 40%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-50 {
  border-top-color: rgb(246 254 249 / 50%);
  border-bottom-color: rgb(246 254 249 / 50%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-60 {
  border-top-color: rgb(246 254 249 / 60%);
  border-bottom-color: rgb(246 254 249 / 60%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-70 {
  border-top-color: rgb(246 254 249 / 70%);
  border-bottom-color: rgb(246 254 249 / 70%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-80 {
  border-top-color: rgb(246 254 249 / 80%);
  border-bottom-color: rgb(246 254 249 / 80%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-90 {
  border-top-color: rgb(246 254 249 / 90%);
  border-bottom-color: rgb(246 254 249 / 90%);
}
.border-y-base-color-bg-success\/0 {
  border-top-color: rgb(209 250 223 / 0);
  border-bottom-color: rgb(209 250 223 / 0);
}
.border-y-base-color-bg-success\/10 {
  border-top-color: rgb(209 250 223 / 0.1);
  border-bottom-color: rgb(209 250 223 / 0.1);
}
.border-y-base-color-bg-success\/100 {
  border-top-color: rgb(209 250 223 / 1);
  border-bottom-color: rgb(209 250 223 / 1);
}
.border-y-base-color-bg-success\/20 {
  border-top-color: rgb(209 250 223 / 0.2);
  border-bottom-color: rgb(209 250 223 / 0.2);
}
.border-y-base-color-bg-success\/25 {
  border-top-color: rgb(209 250 223 / 0.25);
  border-bottom-color: rgb(209 250 223 / 0.25);
}
.border-y-base-color-bg-success\/30 {
  border-top-color: rgb(209 250 223 / 0.3);
  border-bottom-color: rgb(209 250 223 / 0.3);
}
.border-y-base-color-bg-success\/40 {
  border-top-color: rgb(209 250 223 / 0.4);
  border-bottom-color: rgb(209 250 223 / 0.4);
}
.border-y-base-color-bg-success\/5 {
  border-top-color: rgb(209 250 223 / 0.05);
  border-bottom-color: rgb(209 250 223 / 0.05);
}
.border-y-base-color-bg-success\/50 {
  border-top-color: rgb(209 250 223 / 0.5);
  border-bottom-color: rgb(209 250 223 / 0.5);
}
.border-y-base-color-bg-success\/60 {
  border-top-color: rgb(209 250 223 / 0.6);
  border-bottom-color: rgb(209 250 223 / 0.6);
}
.border-y-base-color-bg-success\/70 {
  border-top-color: rgb(209 250 223 / 0.7);
  border-bottom-color: rgb(209 250 223 / 0.7);
}
.border-y-base-color-bg-success\/75 {
  border-top-color: rgb(209 250 223 / 0.75);
  border-bottom-color: rgb(209 250 223 / 0.75);
}
.border-y-base-color-bg-success\/80 {
  border-top-color: rgb(209 250 223 / 0.8);
  border-bottom-color: rgb(209 250 223 / 0.8);
}
.border-y-base-color-bg-success\/90 {
  border-top-color: rgb(209 250 223 / 0.9);
  border-bottom-color: rgb(209 250 223 / 0.9);
}
.border-y-base-color-bg-success\/95 {
  border-top-color: rgb(209 250 223 / 0.95);
  border-bottom-color: rgb(209 250 223 / 0.95);
}
.border-y-base-color-bg-success\/base-opacity-disabled {
  border-top-color: rgb(209 250 223 / 60%);
  border-bottom-color: rgb(209 250 223 / 60%);
}
.border-y-base-color-bg-success\/core-opacity-0 {
  border-top-color: rgb(209 250 223 / 0%);
  border-bottom-color: rgb(209 250 223 / 0%);
}
.border-y-base-color-bg-success\/core-opacity-10 {
  border-top-color: rgb(209 250 223 / 10%);
  border-bottom-color: rgb(209 250 223 / 10%);
}
.border-y-base-color-bg-success\/core-opacity-100 {
  border-top-color: rgb(209 250 223 / 100%);
  border-bottom-color: rgb(209 250 223 / 100%);
}
.border-y-base-color-bg-success\/core-opacity-20 {
  border-top-color: rgb(209 250 223 / 20%);
  border-bottom-color: rgb(209 250 223 / 20%);
}
.border-y-base-color-bg-success\/core-opacity-30 {
  border-top-color: rgb(209 250 223 / 30%);
  border-bottom-color: rgb(209 250 223 / 30%);
}
.border-y-base-color-bg-success\/core-opacity-40 {
  border-top-color: rgb(209 250 223 / 40%);
  border-bottom-color: rgb(209 250 223 / 40%);
}
.border-y-base-color-bg-success\/core-opacity-50 {
  border-top-color: rgb(209 250 223 / 50%);
  border-bottom-color: rgb(209 250 223 / 50%);
}
.border-y-base-color-bg-success\/core-opacity-60 {
  border-top-color: rgb(209 250 223 / 60%);
  border-bottom-color: rgb(209 250 223 / 60%);
}
.border-y-base-color-bg-success\/core-opacity-70 {
  border-top-color: rgb(209 250 223 / 70%);
  border-bottom-color: rgb(209 250 223 / 70%);
}
.border-y-base-color-bg-success\/core-opacity-80 {
  border-top-color: rgb(209 250 223 / 80%);
  border-bottom-color: rgb(209 250 223 / 80%);
}
.border-y-base-color-bg-success\/core-opacity-90 {
  border-top-color: rgb(209 250 223 / 90%);
  border-bottom-color: rgb(209 250 223 / 90%);
}
.border-y-base-color-bg-transparent {
  border-top-color: #00000000;
  border-bottom-color: #00000000;
}
.border-y-base-color-bg-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-base-color-bg-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-base-color-bg-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-base-color-bg-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-base-color-bg-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-base-color-bg-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-base-color-bg-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-base-color-bg-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-base-color-bg-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-base-color-bg-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-base-color-bg-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-base-color-bg-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-base-color-bg-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-base-color-bg-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-base-color-bg-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-base-color-bg-transparent\/base-opacity-disabled {
  border-top-color: rgb(0 0 0 / 60%);
  border-bottom-color: rgb(0 0 0 / 60%);
}
.border-y-base-color-bg-transparent\/core-opacity-0 {
  border-top-color: rgb(0 0 0 / 0%);
  border-bottom-color: rgb(0 0 0 / 0%);
}
.border-y-base-color-bg-transparent\/core-opacity-10 {
  border-top-color: rgb(0 0 0 / 10%);
  border-bottom-color: rgb(0 0 0 / 10%);
}
.border-y-base-color-bg-transparent\/core-opacity-100 {
  border-top-color: rgb(0 0 0 / 100%);
  border-bottom-color: rgb(0 0 0 / 100%);
}
.border-y-base-color-bg-transparent\/core-opacity-20 {
  border-top-color: rgb(0 0 0 / 20%);
  border-bottom-color: rgb(0 0 0 / 20%);
}
.border-y-base-color-bg-transparent\/core-opacity-30 {
  border-top-color: rgb(0 0 0 / 30%);
  border-bottom-color: rgb(0 0 0 / 30%);
}
.border-y-base-color-bg-transparent\/core-opacity-40 {
  border-top-color: rgb(0 0 0 / 40%);
  border-bottom-color: rgb(0 0 0 / 40%);
}
.border-y-base-color-bg-transparent\/core-opacity-50 {
  border-top-color: rgb(0 0 0 / 50%);
  border-bottom-color: rgb(0 0 0 / 50%);
}
.border-y-base-color-bg-transparent\/core-opacity-60 {
  border-top-color: rgb(0 0 0 / 60%);
  border-bottom-color: rgb(0 0 0 / 60%);
}
.border-y-base-color-bg-transparent\/core-opacity-70 {
  border-top-color: rgb(0 0 0 / 70%);
  border-bottom-color: rgb(0 0 0 / 70%);
}
.border-y-base-color-bg-transparent\/core-opacity-80 {
  border-top-color: rgb(0 0 0 / 80%);
  border-bottom-color: rgb(0 0 0 / 80%);
}
.border-y-base-color-bg-transparent\/core-opacity-90 {
  border-top-color: rgb(0 0 0 / 90%);
  border-bottom-color: rgb(0 0 0 / 90%);
}
.border-b-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-b-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-b-base-color-bg-accent-emphasis\/0 {
  border-bottom-color: rgb(21 94 239 / 0);
}
.border-b-base-color-bg-accent-emphasis\/10 {
  border-bottom-color: rgb(21 94 239 / 0.1);
}
.border-b-base-color-bg-accent-emphasis\/100 {
  border-bottom-color: rgb(21 94 239 / 1);
}
.border-b-base-color-bg-accent-emphasis\/20 {
  border-bottom-color: rgb(21 94 239 / 0.2);
}
.border-b-base-color-bg-accent-emphasis\/25 {
  border-bottom-color: rgb(21 94 239 / 0.25);
}
.border-b-base-color-bg-accent-emphasis\/30 {
  border-bottom-color: rgb(21 94 239 / 0.3);
}
.border-b-base-color-bg-accent-emphasis\/40 {
  border-bottom-color: rgb(21 94 239 / 0.4);
}
.border-b-base-color-bg-accent-emphasis\/5 {
  border-bottom-color: rgb(21 94 239 / 0.05);
}
.border-b-base-color-bg-accent-emphasis\/50 {
  border-bottom-color: rgb(21 94 239 / 0.5);
}
.border-b-base-color-bg-accent-emphasis\/60 {
  border-bottom-color: rgb(21 94 239 / 0.6);
}
.border-b-base-color-bg-accent-emphasis\/70 {
  border-bottom-color: rgb(21 94 239 / 0.7);
}
.border-b-base-color-bg-accent-emphasis\/75 {
  border-bottom-color: rgb(21 94 239 / 0.75);
}
.border-b-base-color-bg-accent-emphasis\/80 {
  border-bottom-color: rgb(21 94 239 / 0.8);
}
.border-b-base-color-bg-accent-emphasis\/90 {
  border-bottom-color: rgb(21 94 239 / 0.9);
}
.border-b-base-color-bg-accent-emphasis\/95 {
  border-bottom-color: rgb(21 94 239 / 0.95);
}
.border-b-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(21 94 239 / 60%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(21 94 239 / 0%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(21 94 239 / 10%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(21 94 239 / 100%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(21 94 239 / 20%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(21 94 239 / 30%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(21 94 239 / 40%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(21 94 239 / 50%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(21 94 239 / 60%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(21 94 239 / 70%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(21 94 239 / 80%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(21 94 239 / 90%);
}
.border-b-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-b-base-color-bg-accent-subtle\/0 {
  border-bottom-color: rgb(245 248 255 / 0);
}
.border-b-base-color-bg-accent-subtle\/10 {
  border-bottom-color: rgb(245 248 255 / 0.1);
}
.border-b-base-color-bg-accent-subtle\/100 {
  border-bottom-color: rgb(245 248 255 / 1);
}
.border-b-base-color-bg-accent-subtle\/20 {
  border-bottom-color: rgb(245 248 255 / 0.2);
}
.border-b-base-color-bg-accent-subtle\/25 {
  border-bottom-color: rgb(245 248 255 / 0.25);
}
.border-b-base-color-bg-accent-subtle\/30 {
  border-bottom-color: rgb(245 248 255 / 0.3);
}
.border-b-base-color-bg-accent-subtle\/40 {
  border-bottom-color: rgb(245 248 255 / 0.4);
}
.border-b-base-color-bg-accent-subtle\/5 {
  border-bottom-color: rgb(245 248 255 / 0.05);
}
.border-b-base-color-bg-accent-subtle\/50 {
  border-bottom-color: rgb(245 248 255 / 0.5);
}
.border-b-base-color-bg-accent-subtle\/60 {
  border-bottom-color: rgb(245 248 255 / 0.6);
}
.border-b-base-color-bg-accent-subtle\/70 {
  border-bottom-color: rgb(245 248 255 / 0.7);
}
.border-b-base-color-bg-accent-subtle\/75 {
  border-bottom-color: rgb(245 248 255 / 0.75);
}
.border-b-base-color-bg-accent-subtle\/80 {
  border-bottom-color: rgb(245 248 255 / 0.8);
}
.border-b-base-color-bg-accent-subtle\/90 {
  border-bottom-color: rgb(245 248 255 / 0.9);
}
.border-b-base-color-bg-accent-subtle\/95 {
  border-bottom-color: rgb(245 248 255 / 0.95);
}
.border-b-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(245 248 255 / 60%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-0 {
  border-bottom-color: rgb(245 248 255 / 0%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-10 {
  border-bottom-color: rgb(245 248 255 / 10%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-100 {
  border-bottom-color: rgb(245 248 255 / 100%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-20 {
  border-bottom-color: rgb(245 248 255 / 20%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-30 {
  border-bottom-color: rgb(245 248 255 / 30%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-40 {
  border-bottom-color: rgb(245 248 255 / 40%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-50 {
  border-bottom-color: rgb(245 248 255 / 50%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-60 {
  border-bottom-color: rgb(245 248 255 / 60%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-70 {
  border-bottom-color: rgb(245 248 255 / 70%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-80 {
  border-bottom-color: rgb(245 248 255 / 80%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-90 {
  border-bottom-color: rgb(245 248 255 / 90%);
}
.border-b-base-color-bg-accent\/0 {
  border-bottom-color: rgb(209 224 255 / 0);
}
.border-b-base-color-bg-accent\/10 {
  border-bottom-color: rgb(209 224 255 / 0.1);
}
.border-b-base-color-bg-accent\/100 {
  border-bottom-color: rgb(209 224 255 / 1);
}
.border-b-base-color-bg-accent\/20 {
  border-bottom-color: rgb(209 224 255 / 0.2);
}
.border-b-base-color-bg-accent\/25 {
  border-bottom-color: rgb(209 224 255 / 0.25);
}
.border-b-base-color-bg-accent\/30 {
  border-bottom-color: rgb(209 224 255 / 0.3);
}
.border-b-base-color-bg-accent\/40 {
  border-bottom-color: rgb(209 224 255 / 0.4);
}
.border-b-base-color-bg-accent\/5 {
  border-bottom-color: rgb(209 224 255 / 0.05);
}
.border-b-base-color-bg-accent\/50 {
  border-bottom-color: rgb(209 224 255 / 0.5);
}
.border-b-base-color-bg-accent\/60 {
  border-bottom-color: rgb(209 224 255 / 0.6);
}
.border-b-base-color-bg-accent\/70 {
  border-bottom-color: rgb(209 224 255 / 0.7);
}
.border-b-base-color-bg-accent\/75 {
  border-bottom-color: rgb(209 224 255 / 0.75);
}
.border-b-base-color-bg-accent\/80 {
  border-bottom-color: rgb(209 224 255 / 0.8);
}
.border-b-base-color-bg-accent\/90 {
  border-bottom-color: rgb(209 224 255 / 0.9);
}
.border-b-base-color-bg-accent\/95 {
  border-bottom-color: rgb(209 224 255 / 0.95);
}
.border-b-base-color-bg-accent\/base-opacity-disabled {
  border-bottom-color: rgb(209 224 255 / 60%);
}
.border-b-base-color-bg-accent\/core-opacity-0 {
  border-bottom-color: rgb(209 224 255 / 0%);
}
.border-b-base-color-bg-accent\/core-opacity-10 {
  border-bottom-color: rgb(209 224 255 / 10%);
}
.border-b-base-color-bg-accent\/core-opacity-100 {
  border-bottom-color: rgb(209 224 255 / 100%);
}
.border-b-base-color-bg-accent\/core-opacity-20 {
  border-bottom-color: rgb(209 224 255 / 20%);
}
.border-b-base-color-bg-accent\/core-opacity-30 {
  border-bottom-color: rgb(209 224 255 / 30%);
}
.border-b-base-color-bg-accent\/core-opacity-40 {
  border-bottom-color: rgb(209 224 255 / 40%);
}
.border-b-base-color-bg-accent\/core-opacity-50 {
  border-bottom-color: rgb(209 224 255 / 50%);
}
.border-b-base-color-bg-accent\/core-opacity-60 {
  border-bottom-color: rgb(209 224 255 / 60%);
}
.border-b-base-color-bg-accent\/core-opacity-70 {
  border-bottom-color: rgb(209 224 255 / 70%);
}
.border-b-base-color-bg-accent\/core-opacity-80 {
  border-bottom-color: rgb(209 224 255 / 80%);
}
.border-b-base-color-bg-accent\/core-opacity-90 {
  border-bottom-color: rgb(209 224 255 / 90%);
}
.border-b-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-b-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-b-base-color-bg-attention-emphasis\/0 {
  border-bottom-color: rgb(221 105 3 / 0);
}
.border-b-base-color-bg-attention-emphasis\/10 {
  border-bottom-color: rgb(221 105 3 / 0.1);
}
.border-b-base-color-bg-attention-emphasis\/100 {
  border-bottom-color: rgb(221 105 3 / 1);
}
.border-b-base-color-bg-attention-emphasis\/20 {
  border-bottom-color: rgb(221 105 3 / 0.2);
}
.border-b-base-color-bg-attention-emphasis\/25 {
  border-bottom-color: rgb(221 105 3 / 0.25);
}
.border-b-base-color-bg-attention-emphasis\/30 {
  border-bottom-color: rgb(221 105 3 / 0.3);
}
.border-b-base-color-bg-attention-emphasis\/40 {
  border-bottom-color: rgb(221 105 3 / 0.4);
}
.border-b-base-color-bg-attention-emphasis\/5 {
  border-bottom-color: rgb(221 105 3 / 0.05);
}
.border-b-base-color-bg-attention-emphasis\/50 {
  border-bottom-color: rgb(221 105 3 / 0.5);
}
.border-b-base-color-bg-attention-emphasis\/60 {
  border-bottom-color: rgb(221 105 3 / 0.6);
}
.border-b-base-color-bg-attention-emphasis\/70 {
  border-bottom-color: rgb(221 105 3 / 0.7);
}
.border-b-base-color-bg-attention-emphasis\/75 {
  border-bottom-color: rgb(221 105 3 / 0.75);
}
.border-b-base-color-bg-attention-emphasis\/80 {
  border-bottom-color: rgb(221 105 3 / 0.8);
}
.border-b-base-color-bg-attention-emphasis\/90 {
  border-bottom-color: rgb(221 105 3 / 0.9);
}
.border-b-base-color-bg-attention-emphasis\/95 {
  border-bottom-color: rgb(221 105 3 / 0.95);
}
.border-b-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(221 105 3 / 60%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(221 105 3 / 0%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(221 105 3 / 10%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(221 105 3 / 100%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(221 105 3 / 20%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(221 105 3 / 30%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(221 105 3 / 40%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(221 105 3 / 50%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(221 105 3 / 60%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(221 105 3 / 70%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(221 105 3 / 80%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(221 105 3 / 90%);
}
.border-b-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-b-base-color-bg-attention-subtle\/0 {
  border-bottom-color: rgb(255 252 245 / 0);
}
.border-b-base-color-bg-attention-subtle\/10 {
  border-bottom-color: rgb(255 252 245 / 0.1);
}
.border-b-base-color-bg-attention-subtle\/100 {
  border-bottom-color: rgb(255 252 245 / 1);
}
.border-b-base-color-bg-attention-subtle\/20 {
  border-bottom-color: rgb(255 252 245 / 0.2);
}
.border-b-base-color-bg-attention-subtle\/25 {
  border-bottom-color: rgb(255 252 245 / 0.25);
}
.border-b-base-color-bg-attention-subtle\/30 {
  border-bottom-color: rgb(255 252 245 / 0.3);
}
.border-b-base-color-bg-attention-subtle\/40 {
  border-bottom-color: rgb(255 252 245 / 0.4);
}
.border-b-base-color-bg-attention-subtle\/5 {
  border-bottom-color: rgb(255 252 245 / 0.05);
}
.border-b-base-color-bg-attention-subtle\/50 {
  border-bottom-color: rgb(255 252 245 / 0.5);
}
.border-b-base-color-bg-attention-subtle\/60 {
  border-bottom-color: rgb(255 252 245 / 0.6);
}
.border-b-base-color-bg-attention-subtle\/70 {
  border-bottom-color: rgb(255 252 245 / 0.7);
}
.border-b-base-color-bg-attention-subtle\/75 {
  border-bottom-color: rgb(255 252 245 / 0.75);
}
.border-b-base-color-bg-attention-subtle\/80 {
  border-bottom-color: rgb(255 252 245 / 0.8);
}
.border-b-base-color-bg-attention-subtle\/90 {
  border-bottom-color: rgb(255 252 245 / 0.9);
}
.border-b-base-color-bg-attention-subtle\/95 {
  border-bottom-color: rgb(255 252 245 / 0.95);
}
.border-b-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(255 252 245 / 60%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-0 {
  border-bottom-color: rgb(255 252 245 / 0%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-10 {
  border-bottom-color: rgb(255 252 245 / 10%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-100 {
  border-bottom-color: rgb(255 252 245 / 100%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-20 {
  border-bottom-color: rgb(255 252 245 / 20%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-30 {
  border-bottom-color: rgb(255 252 245 / 30%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-40 {
  border-bottom-color: rgb(255 252 245 / 40%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-50 {
  border-bottom-color: rgb(255 252 245 / 50%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-60 {
  border-bottom-color: rgb(255 252 245 / 60%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-70 {
  border-bottom-color: rgb(255 252 245 / 70%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-80 {
  border-bottom-color: rgb(255 252 245 / 80%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-90 {
  border-bottom-color: rgb(255 252 245 / 90%);
}
.border-b-base-color-bg-attention\/0 {
  border-bottom-color: rgb(254 240 200 / 0);
}
.border-b-base-color-bg-attention\/10 {
  border-bottom-color: rgb(254 240 200 / 0.1);
}
.border-b-base-color-bg-attention\/100 {
  border-bottom-color: rgb(254 240 200 / 1);
}
.border-b-base-color-bg-attention\/20 {
  border-bottom-color: rgb(254 240 200 / 0.2);
}
.border-b-base-color-bg-attention\/25 {
  border-bottom-color: rgb(254 240 200 / 0.25);
}
.border-b-base-color-bg-attention\/30 {
  border-bottom-color: rgb(254 240 200 / 0.3);
}
.border-b-base-color-bg-attention\/40 {
  border-bottom-color: rgb(254 240 200 / 0.4);
}
.border-b-base-color-bg-attention\/5 {
  border-bottom-color: rgb(254 240 200 / 0.05);
}
.border-b-base-color-bg-attention\/50 {
  border-bottom-color: rgb(254 240 200 / 0.5);
}
.border-b-base-color-bg-attention\/60 {
  border-bottom-color: rgb(254 240 200 / 0.6);
}
.border-b-base-color-bg-attention\/70 {
  border-bottom-color: rgb(254 240 200 / 0.7);
}
.border-b-base-color-bg-attention\/75 {
  border-bottom-color: rgb(254 240 200 / 0.75);
}
.border-b-base-color-bg-attention\/80 {
  border-bottom-color: rgb(254 240 200 / 0.8);
}
.border-b-base-color-bg-attention\/90 {
  border-bottom-color: rgb(254 240 200 / 0.9);
}
.border-b-base-color-bg-attention\/95 {
  border-bottom-color: rgb(254 240 200 / 0.95);
}
.border-b-base-color-bg-attention\/base-opacity-disabled {
  border-bottom-color: rgb(254 240 200 / 60%);
}
.border-b-base-color-bg-attention\/core-opacity-0 {
  border-bottom-color: rgb(254 240 200 / 0%);
}
.border-b-base-color-bg-attention\/core-opacity-10 {
  border-bottom-color: rgb(254 240 200 / 10%);
}
.border-b-base-color-bg-attention\/core-opacity-100 {
  border-bottom-color: rgb(254 240 200 / 100%);
}
.border-b-base-color-bg-attention\/core-opacity-20 {
  border-bottom-color: rgb(254 240 200 / 20%);
}
.border-b-base-color-bg-attention\/core-opacity-30 {
  border-bottom-color: rgb(254 240 200 / 30%);
}
.border-b-base-color-bg-attention\/core-opacity-40 {
  border-bottom-color: rgb(254 240 200 / 40%);
}
.border-b-base-color-bg-attention\/core-opacity-50 {
  border-bottom-color: rgb(254 240 200 / 50%);
}
.border-b-base-color-bg-attention\/core-opacity-60 {
  border-bottom-color: rgb(254 240 200 / 60%);
}
.border-b-base-color-bg-attention\/core-opacity-70 {
  border-bottom-color: rgb(254 240 200 / 70%);
}
.border-b-base-color-bg-attention\/core-opacity-80 {
  border-bottom-color: rgb(254 240 200 / 80%);
}
.border-b-base-color-bg-attention\/core-opacity-90 {
  border-bottom-color: rgb(254 240 200 / 90%);
}
.border-b-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-b-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-b-base-color-bg-brand-emphasis\/0 {
  border-bottom-color: rgb(93 91 215 / 0);
}
.border-b-base-color-bg-brand-emphasis\/10 {
  border-bottom-color: rgb(93 91 215 / 0.1);
}
.border-b-base-color-bg-brand-emphasis\/100 {
  border-bottom-color: rgb(93 91 215 / 1);
}
.border-b-base-color-bg-brand-emphasis\/20 {
  border-bottom-color: rgb(93 91 215 / 0.2);
}
.border-b-base-color-bg-brand-emphasis\/25 {
  border-bottom-color: rgb(93 91 215 / 0.25);
}
.border-b-base-color-bg-brand-emphasis\/30 {
  border-bottom-color: rgb(93 91 215 / 0.3);
}
.border-b-base-color-bg-brand-emphasis\/40 {
  border-bottom-color: rgb(93 91 215 / 0.4);
}
.border-b-base-color-bg-brand-emphasis\/5 {
  border-bottom-color: rgb(93 91 215 / 0.05);
}
.border-b-base-color-bg-brand-emphasis\/50 {
  border-bottom-color: rgb(93 91 215 / 0.5);
}
.border-b-base-color-bg-brand-emphasis\/60 {
  border-bottom-color: rgb(93 91 215 / 0.6);
}
.border-b-base-color-bg-brand-emphasis\/70 {
  border-bottom-color: rgb(93 91 215 / 0.7);
}
.border-b-base-color-bg-brand-emphasis\/75 {
  border-bottom-color: rgb(93 91 215 / 0.75);
}
.border-b-base-color-bg-brand-emphasis\/80 {
  border-bottom-color: rgb(93 91 215 / 0.8);
}
.border-b-base-color-bg-brand-emphasis\/90 {
  border-bottom-color: rgb(93 91 215 / 0.9);
}
.border-b-base-color-bg-brand-emphasis\/95 {
  border-bottom-color: rgb(93 91 215 / 0.95);
}
.border-b-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(93 91 215 / 60%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(93 91 215 / 0%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(93 91 215 / 10%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(93 91 215 / 100%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(93 91 215 / 20%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(93 91 215 / 30%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(93 91 215 / 40%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(93 91 215 / 50%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(93 91 215 / 60%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(93 91 215 / 70%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(93 91 215 / 80%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(93 91 215 / 90%);
}
.border-b-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-b-base-color-bg-brand-subtle\/0 {
  border-bottom-color: rgb(242 244 253 / 0);
}
.border-b-base-color-bg-brand-subtle\/10 {
  border-bottom-color: rgb(242 244 253 / 0.1);
}
.border-b-base-color-bg-brand-subtle\/100 {
  border-bottom-color: rgb(242 244 253 / 1);
}
.border-b-base-color-bg-brand-subtle\/20 {
  border-bottom-color: rgb(242 244 253 / 0.2);
}
.border-b-base-color-bg-brand-subtle\/25 {
  border-bottom-color: rgb(242 244 253 / 0.25);
}
.border-b-base-color-bg-brand-subtle\/30 {
  border-bottom-color: rgb(242 244 253 / 0.3);
}
.border-b-base-color-bg-brand-subtle\/40 {
  border-bottom-color: rgb(242 244 253 / 0.4);
}
.border-b-base-color-bg-brand-subtle\/5 {
  border-bottom-color: rgb(242 244 253 / 0.05);
}
.border-b-base-color-bg-brand-subtle\/50 {
  border-bottom-color: rgb(242 244 253 / 0.5);
}
.border-b-base-color-bg-brand-subtle\/60 {
  border-bottom-color: rgb(242 244 253 / 0.6);
}
.border-b-base-color-bg-brand-subtle\/70 {
  border-bottom-color: rgb(242 244 253 / 0.7);
}
.border-b-base-color-bg-brand-subtle\/75 {
  border-bottom-color: rgb(242 244 253 / 0.75);
}
.border-b-base-color-bg-brand-subtle\/80 {
  border-bottom-color: rgb(242 244 253 / 0.8);
}
.border-b-base-color-bg-brand-subtle\/90 {
  border-bottom-color: rgb(242 244 253 / 0.9);
}
.border-b-base-color-bg-brand-subtle\/95 {
  border-bottom-color: rgb(242 244 253 / 0.95);
}
.border-b-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(242 244 253 / 60%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-0 {
  border-bottom-color: rgb(242 244 253 / 0%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-10 {
  border-bottom-color: rgb(242 244 253 / 10%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-100 {
  border-bottom-color: rgb(242 244 253 / 100%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-20 {
  border-bottom-color: rgb(242 244 253 / 20%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-30 {
  border-bottom-color: rgb(242 244 253 / 30%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-40 {
  border-bottom-color: rgb(242 244 253 / 40%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-50 {
  border-bottom-color: rgb(242 244 253 / 50%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-60 {
  border-bottom-color: rgb(242 244 253 / 60%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-70 {
  border-bottom-color: rgb(242 244 253 / 70%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-80 {
  border-bottom-color: rgb(242 244 253 / 80%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-90 {
  border-bottom-color: rgb(242 244 253 / 90%);
}
.border-b-base-color-bg-brand\/0 {
  border-bottom-color: rgb(205 214 249 / 0);
}
.border-b-base-color-bg-brand\/10 {
  border-bottom-color: rgb(205 214 249 / 0.1);
}
.border-b-base-color-bg-brand\/100 {
  border-bottom-color: rgb(205 214 249 / 1);
}
.border-b-base-color-bg-brand\/20 {
  border-bottom-color: rgb(205 214 249 / 0.2);
}
.border-b-base-color-bg-brand\/25 {
  border-bottom-color: rgb(205 214 249 / 0.25);
}
.border-b-base-color-bg-brand\/30 {
  border-bottom-color: rgb(205 214 249 / 0.3);
}
.border-b-base-color-bg-brand\/40 {
  border-bottom-color: rgb(205 214 249 / 0.4);
}
.border-b-base-color-bg-brand\/5 {
  border-bottom-color: rgb(205 214 249 / 0.05);
}
.border-b-base-color-bg-brand\/50 {
  border-bottom-color: rgb(205 214 249 / 0.5);
}
.border-b-base-color-bg-brand\/60 {
  border-bottom-color: rgb(205 214 249 / 0.6);
}
.border-b-base-color-bg-brand\/70 {
  border-bottom-color: rgb(205 214 249 / 0.7);
}
.border-b-base-color-bg-brand\/75 {
  border-bottom-color: rgb(205 214 249 / 0.75);
}
.border-b-base-color-bg-brand\/80 {
  border-bottom-color: rgb(205 214 249 / 0.8);
}
.border-b-base-color-bg-brand\/90 {
  border-bottom-color: rgb(205 214 249 / 0.9);
}
.border-b-base-color-bg-brand\/95 {
  border-bottom-color: rgb(205 214 249 / 0.95);
}
.border-b-base-color-bg-brand\/base-opacity-disabled {
  border-bottom-color: rgb(205 214 249 / 60%);
}
.border-b-base-color-bg-brand\/core-opacity-0 {
  border-bottom-color: rgb(205 214 249 / 0%);
}
.border-b-base-color-bg-brand\/core-opacity-10 {
  border-bottom-color: rgb(205 214 249 / 10%);
}
.border-b-base-color-bg-brand\/core-opacity-100 {
  border-bottom-color: rgb(205 214 249 / 100%);
}
.border-b-base-color-bg-brand\/core-opacity-20 {
  border-bottom-color: rgb(205 214 249 / 20%);
}
.border-b-base-color-bg-brand\/core-opacity-30 {
  border-bottom-color: rgb(205 214 249 / 30%);
}
.border-b-base-color-bg-brand\/core-opacity-40 {
  border-bottom-color: rgb(205 214 249 / 40%);
}
.border-b-base-color-bg-brand\/core-opacity-50 {
  border-bottom-color: rgb(205 214 249 / 50%);
}
.border-b-base-color-bg-brand\/core-opacity-60 {
  border-bottom-color: rgb(205 214 249 / 60%);
}
.border-b-base-color-bg-brand\/core-opacity-70 {
  border-bottom-color: rgb(205 214 249 / 70%);
}
.border-b-base-color-bg-brand\/core-opacity-80 {
  border-bottom-color: rgb(205 214 249 / 80%);
}
.border-b-base-color-bg-brand\/core-opacity-90 {
  border-bottom-color: rgb(205 214 249 / 90%);
}
.border-b-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-b-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-b-base-color-bg-danger-emphasis\/0 {
  border-bottom-color: rgb(240 68 56 / 0);
}
.border-b-base-color-bg-danger-emphasis\/10 {
  border-bottom-color: rgb(240 68 56 / 0.1);
}
.border-b-base-color-bg-danger-emphasis\/100 {
  border-bottom-color: rgb(240 68 56 / 1);
}
.border-b-base-color-bg-danger-emphasis\/20 {
  border-bottom-color: rgb(240 68 56 / 0.2);
}
.border-b-base-color-bg-danger-emphasis\/25 {
  border-bottom-color: rgb(240 68 56 / 0.25);
}
.border-b-base-color-bg-danger-emphasis\/30 {
  border-bottom-color: rgb(240 68 56 / 0.3);
}
.border-b-base-color-bg-danger-emphasis\/40 {
  border-bottom-color: rgb(240 68 56 / 0.4);
}
.border-b-base-color-bg-danger-emphasis\/5 {
  border-bottom-color: rgb(240 68 56 / 0.05);
}
.border-b-base-color-bg-danger-emphasis\/50 {
  border-bottom-color: rgb(240 68 56 / 0.5);
}
.border-b-base-color-bg-danger-emphasis\/60 {
  border-bottom-color: rgb(240 68 56 / 0.6);
}
.border-b-base-color-bg-danger-emphasis\/70 {
  border-bottom-color: rgb(240 68 56 / 0.7);
}
.border-b-base-color-bg-danger-emphasis\/75 {
  border-bottom-color: rgb(240 68 56 / 0.75);
}
.border-b-base-color-bg-danger-emphasis\/80 {
  border-bottom-color: rgb(240 68 56 / 0.8);
}
.border-b-base-color-bg-danger-emphasis\/90 {
  border-bottom-color: rgb(240 68 56 / 0.9);
}
.border-b-base-color-bg-danger-emphasis\/95 {
  border-bottom-color: rgb(240 68 56 / 0.95);
}
.border-b-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(240 68 56 / 60%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(240 68 56 / 0%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(240 68 56 / 10%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(240 68 56 / 100%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(240 68 56 / 20%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(240 68 56 / 30%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(240 68 56 / 40%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(240 68 56 / 50%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(240 68 56 / 60%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(240 68 56 / 70%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(240 68 56 / 80%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(240 68 56 / 90%);
}
.border-b-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-b-base-color-bg-danger-subtle\/0 {
  border-bottom-color: rgb(255 251 250 / 0);
}
.border-b-base-color-bg-danger-subtle\/10 {
  border-bottom-color: rgb(255 251 250 / 0.1);
}
.border-b-base-color-bg-danger-subtle\/100 {
  border-bottom-color: rgb(255 251 250 / 1);
}
.border-b-base-color-bg-danger-subtle\/20 {
  border-bottom-color: rgb(255 251 250 / 0.2);
}
.border-b-base-color-bg-danger-subtle\/25 {
  border-bottom-color: rgb(255 251 250 / 0.25);
}
.border-b-base-color-bg-danger-subtle\/30 {
  border-bottom-color: rgb(255 251 250 / 0.3);
}
.border-b-base-color-bg-danger-subtle\/40 {
  border-bottom-color: rgb(255 251 250 / 0.4);
}
.border-b-base-color-bg-danger-subtle\/5 {
  border-bottom-color: rgb(255 251 250 / 0.05);
}
.border-b-base-color-bg-danger-subtle\/50 {
  border-bottom-color: rgb(255 251 250 / 0.5);
}
.border-b-base-color-bg-danger-subtle\/60 {
  border-bottom-color: rgb(255 251 250 / 0.6);
}
.border-b-base-color-bg-danger-subtle\/70 {
  border-bottom-color: rgb(255 251 250 / 0.7);
}
.border-b-base-color-bg-danger-subtle\/75 {
  border-bottom-color: rgb(255 251 250 / 0.75);
}
.border-b-base-color-bg-danger-subtle\/80 {
  border-bottom-color: rgb(255 251 250 / 0.8);
}
.border-b-base-color-bg-danger-subtle\/90 {
  border-bottom-color: rgb(255 251 250 / 0.9);
}
.border-b-base-color-bg-danger-subtle\/95 {
  border-bottom-color: rgb(255 251 250 / 0.95);
}
.border-b-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(255 251 250 / 60%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-0 {
  border-bottom-color: rgb(255 251 250 / 0%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-10 {
  border-bottom-color: rgb(255 251 250 / 10%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-100 {
  border-bottom-color: rgb(255 251 250 / 100%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-20 {
  border-bottom-color: rgb(255 251 250 / 20%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-30 {
  border-bottom-color: rgb(255 251 250 / 30%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-40 {
  border-bottom-color: rgb(255 251 250 / 40%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-50 {
  border-bottom-color: rgb(255 251 250 / 50%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-60 {
  border-bottom-color: rgb(255 251 250 / 60%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-70 {
  border-bottom-color: rgb(255 251 250 / 70%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-80 {
  border-bottom-color: rgb(255 251 250 / 80%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-90 {
  border-bottom-color: rgb(255 251 250 / 90%);
}
.border-b-base-color-bg-danger\/0 {
  border-bottom-color: rgb(254 227 225 / 0);
}
.border-b-base-color-bg-danger\/10 {
  border-bottom-color: rgb(254 227 225 / 0.1);
}
.border-b-base-color-bg-danger\/100 {
  border-bottom-color: rgb(254 227 225 / 1);
}
.border-b-base-color-bg-danger\/20 {
  border-bottom-color: rgb(254 227 225 / 0.2);
}
.border-b-base-color-bg-danger\/25 {
  border-bottom-color: rgb(254 227 225 / 0.25);
}
.border-b-base-color-bg-danger\/30 {
  border-bottom-color: rgb(254 227 225 / 0.3);
}
.border-b-base-color-bg-danger\/40 {
  border-bottom-color: rgb(254 227 225 / 0.4);
}
.border-b-base-color-bg-danger\/5 {
  border-bottom-color: rgb(254 227 225 / 0.05);
}
.border-b-base-color-bg-danger\/50 {
  border-bottom-color: rgb(254 227 225 / 0.5);
}
.border-b-base-color-bg-danger\/60 {
  border-bottom-color: rgb(254 227 225 / 0.6);
}
.border-b-base-color-bg-danger\/70 {
  border-bottom-color: rgb(254 227 225 / 0.7);
}
.border-b-base-color-bg-danger\/75 {
  border-bottom-color: rgb(254 227 225 / 0.75);
}
.border-b-base-color-bg-danger\/80 {
  border-bottom-color: rgb(254 227 225 / 0.8);
}
.border-b-base-color-bg-danger\/90 {
  border-bottom-color: rgb(254 227 225 / 0.9);
}
.border-b-base-color-bg-danger\/95 {
  border-bottom-color: rgb(254 227 225 / 0.95);
}
.border-b-base-color-bg-danger\/base-opacity-disabled {
  border-bottom-color: rgb(254 227 225 / 60%);
}
.border-b-base-color-bg-danger\/core-opacity-0 {
  border-bottom-color: rgb(254 227 225 / 0%);
}
.border-b-base-color-bg-danger\/core-opacity-10 {
  border-bottom-color: rgb(254 227 225 / 10%);
}
.border-b-base-color-bg-danger\/core-opacity-100 {
  border-bottom-color: rgb(254 227 225 / 100%);
}
.border-b-base-color-bg-danger\/core-opacity-20 {
  border-bottom-color: rgb(254 227 225 / 20%);
}
.border-b-base-color-bg-danger\/core-opacity-30 {
  border-bottom-color: rgb(254 227 225 / 30%);
}
.border-b-base-color-bg-danger\/core-opacity-40 {
  border-bottom-color: rgb(254 227 225 / 40%);
}
.border-b-base-color-bg-danger\/core-opacity-50 {
  border-bottom-color: rgb(254 227 225 / 50%);
}
.border-b-base-color-bg-danger\/core-opacity-60 {
  border-bottom-color: rgb(254 227 225 / 60%);
}
.border-b-base-color-bg-danger\/core-opacity-70 {
  border-bottom-color: rgb(254 227 225 / 70%);
}
.border-b-base-color-bg-danger\/core-opacity-80 {
  border-bottom-color: rgb(254 227 225 / 80%);
}
.border-b-base-color-bg-danger\/core-opacity-90 {
  border-bottom-color: rgb(254 227 225 / 90%);
}
.border-b-base-color-bg-default {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-base-color-bg-default\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-base-color-bg-default\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-base-color-bg-default\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-base-color-bg-default\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-base-color-bg-default\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-base-color-bg-default\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-base-color-bg-default\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-base-color-bg-default\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-base-color-bg-default\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-base-color-bg-default\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-base-color-bg-default\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-base-color-bg-default\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-base-color-bg-default\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-base-color-bg-default\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-base-color-bg-default\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-base-color-bg-default\/base-opacity-disabled {
  border-bottom-color: rgb(255 255 255 / 60%);
}
.border-b-base-color-bg-default\/core-opacity-0 {
  border-bottom-color: rgb(255 255 255 / 0%);
}
.border-b-base-color-bg-default\/core-opacity-10 {
  border-bottom-color: rgb(255 255 255 / 10%);
}
.border-b-base-color-bg-default\/core-opacity-100 {
  border-bottom-color: rgb(255 255 255 / 100%);
}
.border-b-base-color-bg-default\/core-opacity-20 {
  border-bottom-color: rgb(255 255 255 / 20%);
}
.border-b-base-color-bg-default\/core-opacity-30 {
  border-bottom-color: rgb(255 255 255 / 30%);
}
.border-b-base-color-bg-default\/core-opacity-40 {
  border-bottom-color: rgb(255 255 255 / 40%);
}
.border-b-base-color-bg-default\/core-opacity-50 {
  border-bottom-color: rgb(255 255 255 / 50%);
}
.border-b-base-color-bg-default\/core-opacity-60 {
  border-bottom-color: rgb(255 255 255 / 60%);
}
.border-b-base-color-bg-default\/core-opacity-70 {
  border-bottom-color: rgb(255 255 255 / 70%);
}
.border-b-base-color-bg-default\/core-opacity-80 {
  border-bottom-color: rgb(255 255 255 / 80%);
}
.border-b-base-color-bg-default\/core-opacity-90 {
  border-bottom-color: rgb(255 255 255 / 90%);
}
.border-b-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-b-base-color-bg-emphasis\/0 {
  border-bottom-color: rgb(16 24 40 / 0);
}
.border-b-base-color-bg-emphasis\/10 {
  border-bottom-color: rgb(16 24 40 / 0.1);
}
.border-b-base-color-bg-emphasis\/100 {
  border-bottom-color: rgb(16 24 40 / 1);
}
.border-b-base-color-bg-emphasis\/20 {
  border-bottom-color: rgb(16 24 40 / 0.2);
}
.border-b-base-color-bg-emphasis\/25 {
  border-bottom-color: rgb(16 24 40 / 0.25);
}
.border-b-base-color-bg-emphasis\/30 {
  border-bottom-color: rgb(16 24 40 / 0.3);
}
.border-b-base-color-bg-emphasis\/40 {
  border-bottom-color: rgb(16 24 40 / 0.4);
}
.border-b-base-color-bg-emphasis\/5 {
  border-bottom-color: rgb(16 24 40 / 0.05);
}
.border-b-base-color-bg-emphasis\/50 {
  border-bottom-color: rgb(16 24 40 / 0.5);
}
.border-b-base-color-bg-emphasis\/60 {
  border-bottom-color: rgb(16 24 40 / 0.6);
}
.border-b-base-color-bg-emphasis\/70 {
  border-bottom-color: rgb(16 24 40 / 0.7);
}
.border-b-base-color-bg-emphasis\/75 {
  border-bottom-color: rgb(16 24 40 / 0.75);
}
.border-b-base-color-bg-emphasis\/80 {
  border-bottom-color: rgb(16 24 40 / 0.8);
}
.border-b-base-color-bg-emphasis\/90 {
  border-bottom-color: rgb(16 24 40 / 0.9);
}
.border-b-base-color-bg-emphasis\/95 {
  border-bottom-color: rgb(16 24 40 / 0.95);
}
.border-b-base-color-bg-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(16 24 40 / 60%);
}
.border-b-base-color-bg-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(16 24 40 / 0%);
}
.border-b-base-color-bg-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(16 24 40 / 10%);
}
.border-b-base-color-bg-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(16 24 40 / 100%);
}
.border-b-base-color-bg-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(16 24 40 / 20%);
}
.border-b-base-color-bg-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(16 24 40 / 30%);
}
.border-b-base-color-bg-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(16 24 40 / 40%);
}
.border-b-base-color-bg-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(16 24 40 / 50%);
}
.border-b-base-color-bg-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(16 24 40 / 60%);
}
.border-b-base-color-bg-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(16 24 40 / 70%);
}
.border-b-base-color-bg-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(16 24 40 / 80%);
}
.border-b-base-color-bg-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(16 24 40 / 90%);
}
.border-b-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-b-base-color-bg-muted\/0 {
  border-bottom-color: rgb(234 236 240 / 0);
}
.border-b-base-color-bg-muted\/10 {
  border-bottom-color: rgb(234 236 240 / 0.1);
}
.border-b-base-color-bg-muted\/100 {
  border-bottom-color: rgb(234 236 240 / 1);
}
.border-b-base-color-bg-muted\/20 {
  border-bottom-color: rgb(234 236 240 / 0.2);
}
.border-b-base-color-bg-muted\/25 {
  border-bottom-color: rgb(234 236 240 / 0.25);
}
.border-b-base-color-bg-muted\/30 {
  border-bottom-color: rgb(234 236 240 / 0.3);
}
.border-b-base-color-bg-muted\/40 {
  border-bottom-color: rgb(234 236 240 / 0.4);
}
.border-b-base-color-bg-muted\/5 {
  border-bottom-color: rgb(234 236 240 / 0.05);
}
.border-b-base-color-bg-muted\/50 {
  border-bottom-color: rgb(234 236 240 / 0.5);
}
.border-b-base-color-bg-muted\/60 {
  border-bottom-color: rgb(234 236 240 / 0.6);
}
.border-b-base-color-bg-muted\/70 {
  border-bottom-color: rgb(234 236 240 / 0.7);
}
.border-b-base-color-bg-muted\/75 {
  border-bottom-color: rgb(234 236 240 / 0.75);
}
.border-b-base-color-bg-muted\/80 {
  border-bottom-color: rgb(234 236 240 / 0.8);
}
.border-b-base-color-bg-muted\/90 {
  border-bottom-color: rgb(234 236 240 / 0.9);
}
.border-b-base-color-bg-muted\/95 {
  border-bottom-color: rgb(234 236 240 / 0.95);
}
.border-b-base-color-bg-muted\/base-opacity-disabled {
  border-bottom-color: rgb(234 236 240 / 60%);
}
.border-b-base-color-bg-muted\/core-opacity-0 {
  border-bottom-color: rgb(234 236 240 / 0%);
}
.border-b-base-color-bg-muted\/core-opacity-10 {
  border-bottom-color: rgb(234 236 240 / 10%);
}
.border-b-base-color-bg-muted\/core-opacity-100 {
  border-bottom-color: rgb(234 236 240 / 100%);
}
.border-b-base-color-bg-muted\/core-opacity-20 {
  border-bottom-color: rgb(234 236 240 / 20%);
}
.border-b-base-color-bg-muted\/core-opacity-30 {
  border-bottom-color: rgb(234 236 240 / 30%);
}
.border-b-base-color-bg-muted\/core-opacity-40 {
  border-bottom-color: rgb(234 236 240 / 40%);
}
.border-b-base-color-bg-muted\/core-opacity-50 {
  border-bottom-color: rgb(234 236 240 / 50%);
}
.border-b-base-color-bg-muted\/core-opacity-60 {
  border-bottom-color: rgb(234 236 240 / 60%);
}
.border-b-base-color-bg-muted\/core-opacity-70 {
  border-bottom-color: rgb(234 236 240 / 70%);
}
.border-b-base-color-bg-muted\/core-opacity-80 {
  border-bottom-color: rgb(234 236 240 / 80%);
}
.border-b-base-color-bg-muted\/core-opacity-90 {
  border-bottom-color: rgb(234 236 240 / 90%);
}
.border-b-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-b-base-color-bg-subtle\/0 {
  border-bottom-color: rgb(242 244 247 / 0);
}
.border-b-base-color-bg-subtle\/10 {
  border-bottom-color: rgb(242 244 247 / 0.1);
}
.border-b-base-color-bg-subtle\/100 {
  border-bottom-color: rgb(242 244 247 / 1);
}
.border-b-base-color-bg-subtle\/20 {
  border-bottom-color: rgb(242 244 247 / 0.2);
}
.border-b-base-color-bg-subtle\/25 {
  border-bottom-color: rgb(242 244 247 / 0.25);
}
.border-b-base-color-bg-subtle\/30 {
  border-bottom-color: rgb(242 244 247 / 0.3);
}
.border-b-base-color-bg-subtle\/40 {
  border-bottom-color: rgb(242 244 247 / 0.4);
}
.border-b-base-color-bg-subtle\/5 {
  border-bottom-color: rgb(242 244 247 / 0.05);
}
.border-b-base-color-bg-subtle\/50 {
  border-bottom-color: rgb(242 244 247 / 0.5);
}
.border-b-base-color-bg-subtle\/60 {
  border-bottom-color: rgb(242 244 247 / 0.6);
}
.border-b-base-color-bg-subtle\/70 {
  border-bottom-color: rgb(242 244 247 / 0.7);
}
.border-b-base-color-bg-subtle\/75 {
  border-bottom-color: rgb(242 244 247 / 0.75);
}
.border-b-base-color-bg-subtle\/80 {
  border-bottom-color: rgb(242 244 247 / 0.8);
}
.border-b-base-color-bg-subtle\/90 {
  border-bottom-color: rgb(242 244 247 / 0.9);
}
.border-b-base-color-bg-subtle\/95 {
  border-bottom-color: rgb(242 244 247 / 0.95);
}
.border-b-base-color-bg-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(242 244 247 / 60%);
}
.border-b-base-color-bg-subtle\/core-opacity-0 {
  border-bottom-color: rgb(242 244 247 / 0%);
}
.border-b-base-color-bg-subtle\/core-opacity-10 {
  border-bottom-color: rgb(242 244 247 / 10%);
}
.border-b-base-color-bg-subtle\/core-opacity-100 {
  border-bottom-color: rgb(242 244 247 / 100%);
}
.border-b-base-color-bg-subtle\/core-opacity-20 {
  border-bottom-color: rgb(242 244 247 / 20%);
}
.border-b-base-color-bg-subtle\/core-opacity-30 {
  border-bottom-color: rgb(242 244 247 / 30%);
}
.border-b-base-color-bg-subtle\/core-opacity-40 {
  border-bottom-color: rgb(242 244 247 / 40%);
}
.border-b-base-color-bg-subtle\/core-opacity-50 {
  border-bottom-color: rgb(242 244 247 / 50%);
}
.border-b-base-color-bg-subtle\/core-opacity-60 {
  border-bottom-color: rgb(242 244 247 / 60%);
}
.border-b-base-color-bg-subtle\/core-opacity-70 {
  border-bottom-color: rgb(242 244 247 / 70%);
}
.border-b-base-color-bg-subtle\/core-opacity-80 {
  border-bottom-color: rgb(242 244 247 / 80%);
}
.border-b-base-color-bg-subtle\/core-opacity-90 {
  border-bottom-color: rgb(242 244 247 / 90%);
}
.border-b-base-color-bg-success {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-b-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-b-base-color-bg-success-emphasis\/0 {
  border-bottom-color: rgb(18 181 105 / 0);
}
.border-b-base-color-bg-success-emphasis\/10 {
  border-bottom-color: rgb(18 181 105 / 0.1);
}
.border-b-base-color-bg-success-emphasis\/100 {
  border-bottom-color: rgb(18 181 105 / 1);
}
.border-b-base-color-bg-success-emphasis\/20 {
  border-bottom-color: rgb(18 181 105 / 0.2);
}
.border-b-base-color-bg-success-emphasis\/25 {
  border-bottom-color: rgb(18 181 105 / 0.25);
}
.border-b-base-color-bg-success-emphasis\/30 {
  border-bottom-color: rgb(18 181 105 / 0.3);
}
.border-b-base-color-bg-success-emphasis\/40 {
  border-bottom-color: rgb(18 181 105 / 0.4);
}
.border-b-base-color-bg-success-emphasis\/5 {
  border-bottom-color: rgb(18 181 105 / 0.05);
}
.border-b-base-color-bg-success-emphasis\/50 {
  border-bottom-color: rgb(18 181 105 / 0.5);
}
.border-b-base-color-bg-success-emphasis\/60 {
  border-bottom-color: rgb(18 181 105 / 0.6);
}
.border-b-base-color-bg-success-emphasis\/70 {
  border-bottom-color: rgb(18 181 105 / 0.7);
}
.border-b-base-color-bg-success-emphasis\/75 {
  border-bottom-color: rgb(18 181 105 / 0.75);
}
.border-b-base-color-bg-success-emphasis\/80 {
  border-bottom-color: rgb(18 181 105 / 0.8);
}
.border-b-base-color-bg-success-emphasis\/90 {
  border-bottom-color: rgb(18 181 105 / 0.9);
}
.border-b-base-color-bg-success-emphasis\/95 {
  border-bottom-color: rgb(18 181 105 / 0.95);
}
.border-b-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(18 181 105 / 60%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(18 181 105 / 0%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(18 181 105 / 10%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(18 181 105 / 100%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(18 181 105 / 20%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(18 181 105 / 30%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(18 181 105 / 40%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(18 181 105 / 50%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(18 181 105 / 60%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(18 181 105 / 70%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(18 181 105 / 80%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(18 181 105 / 90%);
}
.border-b-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-b-base-color-bg-success-subtle\/0 {
  border-bottom-color: rgb(246 254 249 / 0);
}
.border-b-base-color-bg-success-subtle\/10 {
  border-bottom-color: rgb(246 254 249 / 0.1);
}
.border-b-base-color-bg-success-subtle\/100 {
  border-bottom-color: rgb(246 254 249 / 1);
}
.border-b-base-color-bg-success-subtle\/20 {
  border-bottom-color: rgb(246 254 249 / 0.2);
}
.border-b-base-color-bg-success-subtle\/25 {
  border-bottom-color: rgb(246 254 249 / 0.25);
}
.border-b-base-color-bg-success-subtle\/30 {
  border-bottom-color: rgb(246 254 249 / 0.3);
}
.border-b-base-color-bg-success-subtle\/40 {
  border-bottom-color: rgb(246 254 249 / 0.4);
}
.border-b-base-color-bg-success-subtle\/5 {
  border-bottom-color: rgb(246 254 249 / 0.05);
}
.border-b-base-color-bg-success-subtle\/50 {
  border-bottom-color: rgb(246 254 249 / 0.5);
}
.border-b-base-color-bg-success-subtle\/60 {
  border-bottom-color: rgb(246 254 249 / 0.6);
}
.border-b-base-color-bg-success-subtle\/70 {
  border-bottom-color: rgb(246 254 249 / 0.7);
}
.border-b-base-color-bg-success-subtle\/75 {
  border-bottom-color: rgb(246 254 249 / 0.75);
}
.border-b-base-color-bg-success-subtle\/80 {
  border-bottom-color: rgb(246 254 249 / 0.8);
}
.border-b-base-color-bg-success-subtle\/90 {
  border-bottom-color: rgb(246 254 249 / 0.9);
}
.border-b-base-color-bg-success-subtle\/95 {
  border-bottom-color: rgb(246 254 249 / 0.95);
}
.border-b-base-color-bg-success-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(246 254 249 / 60%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-0 {
  border-bottom-color: rgb(246 254 249 / 0%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-10 {
  border-bottom-color: rgb(246 254 249 / 10%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-100 {
  border-bottom-color: rgb(246 254 249 / 100%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-20 {
  border-bottom-color: rgb(246 254 249 / 20%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-30 {
  border-bottom-color: rgb(246 254 249 / 30%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-40 {
  border-bottom-color: rgb(246 254 249 / 40%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-50 {
  border-bottom-color: rgb(246 254 249 / 50%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-60 {
  border-bottom-color: rgb(246 254 249 / 60%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-70 {
  border-bottom-color: rgb(246 254 249 / 70%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-80 {
  border-bottom-color: rgb(246 254 249 / 80%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-90 {
  border-bottom-color: rgb(246 254 249 / 90%);
}
.border-b-base-color-bg-success\/0 {
  border-bottom-color: rgb(209 250 223 / 0);
}
.border-b-base-color-bg-success\/10 {
  border-bottom-color: rgb(209 250 223 / 0.1);
}
.border-b-base-color-bg-success\/100 {
  border-bottom-color: rgb(209 250 223 / 1);
}
.border-b-base-color-bg-success\/20 {
  border-bottom-color: rgb(209 250 223 / 0.2);
}
.border-b-base-color-bg-success\/25 {
  border-bottom-color: rgb(209 250 223 / 0.25);
}
.border-b-base-color-bg-success\/30 {
  border-bottom-color: rgb(209 250 223 / 0.3);
}
.border-b-base-color-bg-success\/40 {
  border-bottom-color: rgb(209 250 223 / 0.4);
}
.border-b-base-color-bg-success\/5 {
  border-bottom-color: rgb(209 250 223 / 0.05);
}
.border-b-base-color-bg-success\/50 {
  border-bottom-color: rgb(209 250 223 / 0.5);
}
.border-b-base-color-bg-success\/60 {
  border-bottom-color: rgb(209 250 223 / 0.6);
}
.border-b-base-color-bg-success\/70 {
  border-bottom-color: rgb(209 250 223 / 0.7);
}
.border-b-base-color-bg-success\/75 {
  border-bottom-color: rgb(209 250 223 / 0.75);
}
.border-b-base-color-bg-success\/80 {
  border-bottom-color: rgb(209 250 223 / 0.8);
}
.border-b-base-color-bg-success\/90 {
  border-bottom-color: rgb(209 250 223 / 0.9);
}
.border-b-base-color-bg-success\/95 {
  border-bottom-color: rgb(209 250 223 / 0.95);
}
.border-b-base-color-bg-success\/base-opacity-disabled {
  border-bottom-color: rgb(209 250 223 / 60%);
}
.border-b-base-color-bg-success\/core-opacity-0 {
  border-bottom-color: rgb(209 250 223 / 0%);
}
.border-b-base-color-bg-success\/core-opacity-10 {
  border-bottom-color: rgb(209 250 223 / 10%);
}
.border-b-base-color-bg-success\/core-opacity-100 {
  border-bottom-color: rgb(209 250 223 / 100%);
}
.border-b-base-color-bg-success\/core-opacity-20 {
  border-bottom-color: rgb(209 250 223 / 20%);
}
.border-b-base-color-bg-success\/core-opacity-30 {
  border-bottom-color: rgb(209 250 223 / 30%);
}
.border-b-base-color-bg-success\/core-opacity-40 {
  border-bottom-color: rgb(209 250 223 / 40%);
}
.border-b-base-color-bg-success\/core-opacity-50 {
  border-bottom-color: rgb(209 250 223 / 50%);
}
.border-b-base-color-bg-success\/core-opacity-60 {
  border-bottom-color: rgb(209 250 223 / 60%);
}
.border-b-base-color-bg-success\/core-opacity-70 {
  border-bottom-color: rgb(209 250 223 / 70%);
}
.border-b-base-color-bg-success\/core-opacity-80 {
  border-bottom-color: rgb(209 250 223 / 80%);
}
.border-b-base-color-bg-success\/core-opacity-90 {
  border-bottom-color: rgb(209 250 223 / 90%);
}
.border-b-base-color-bg-transparent {
  border-bottom-color: #00000000;
}
.border-b-base-color-bg-transparent\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-base-color-bg-transparent\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-base-color-bg-transparent\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-base-color-bg-transparent\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-base-color-bg-transparent\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-base-color-bg-transparent\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-base-color-bg-transparent\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-base-color-bg-transparent\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-base-color-bg-transparent\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-base-color-bg-transparent\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-base-color-bg-transparent\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-base-color-bg-transparent\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-base-color-bg-transparent\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-base-color-bg-transparent\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-base-color-bg-transparent\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-base-color-bg-transparent\/base-opacity-disabled {
  border-bottom-color: rgb(0 0 0 / 60%);
}
.border-b-base-color-bg-transparent\/core-opacity-0 {
  border-bottom-color: rgb(0 0 0 / 0%);
}
.border-b-base-color-bg-transparent\/core-opacity-10 {
  border-bottom-color: rgb(0 0 0 / 10%);
}
.border-b-base-color-bg-transparent\/core-opacity-100 {
  border-bottom-color: rgb(0 0 0 / 100%);
}
.border-b-base-color-bg-transparent\/core-opacity-20 {
  border-bottom-color: rgb(0 0 0 / 20%);
}
.border-b-base-color-bg-transparent\/core-opacity-30 {
  border-bottom-color: rgb(0 0 0 / 30%);
}
.border-b-base-color-bg-transparent\/core-opacity-40 {
  border-bottom-color: rgb(0 0 0 / 40%);
}
.border-b-base-color-bg-transparent\/core-opacity-50 {
  border-bottom-color: rgb(0 0 0 / 50%);
}
.border-b-base-color-bg-transparent\/core-opacity-60 {
  border-bottom-color: rgb(0 0 0 / 60%);
}
.border-b-base-color-bg-transparent\/core-opacity-70 {
  border-bottom-color: rgb(0 0 0 / 70%);
}
.border-b-base-color-bg-transparent\/core-opacity-80 {
  border-bottom-color: rgb(0 0 0 / 80%);
}
.border-b-base-color-bg-transparent\/core-opacity-90 {
  border-bottom-color: rgb(0 0 0 / 90%);
}
.border-b-base-color-border-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-e-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-e-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-e-base-color-bg-accent-emphasis\/0 {
  border-inline-end-color: rgb(21 94 239 / 0);
}
.border-e-base-color-bg-accent-emphasis\/10 {
  border-inline-end-color: rgb(21 94 239 / 0.1);
}
.border-e-base-color-bg-accent-emphasis\/100 {
  border-inline-end-color: rgb(21 94 239 / 1);
}
.border-e-base-color-bg-accent-emphasis\/20 {
  border-inline-end-color: rgb(21 94 239 / 0.2);
}
.border-e-base-color-bg-accent-emphasis\/25 {
  border-inline-end-color: rgb(21 94 239 / 0.25);
}
.border-e-base-color-bg-accent-emphasis\/30 {
  border-inline-end-color: rgb(21 94 239 / 0.3);
}
.border-e-base-color-bg-accent-emphasis\/40 {
  border-inline-end-color: rgb(21 94 239 / 0.4);
}
.border-e-base-color-bg-accent-emphasis\/5 {
  border-inline-end-color: rgb(21 94 239 / 0.05);
}
.border-e-base-color-bg-accent-emphasis\/50 {
  border-inline-end-color: rgb(21 94 239 / 0.5);
}
.border-e-base-color-bg-accent-emphasis\/60 {
  border-inline-end-color: rgb(21 94 239 / 0.6);
}
.border-e-base-color-bg-accent-emphasis\/70 {
  border-inline-end-color: rgb(21 94 239 / 0.7);
}
.border-e-base-color-bg-accent-emphasis\/75 {
  border-inline-end-color: rgb(21 94 239 / 0.75);
}
.border-e-base-color-bg-accent-emphasis\/80 {
  border-inline-end-color: rgb(21 94 239 / 0.8);
}
.border-e-base-color-bg-accent-emphasis\/90 {
  border-inline-end-color: rgb(21 94 239 / 0.9);
}
.border-e-base-color-bg-accent-emphasis\/95 {
  border-inline-end-color: rgb(21 94 239 / 0.95);
}
.border-e-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(21 94 239 / 60%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(21 94 239 / 0%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(21 94 239 / 10%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(21 94 239 / 100%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(21 94 239 / 20%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(21 94 239 / 30%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(21 94 239 / 40%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(21 94 239 / 50%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(21 94 239 / 60%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(21 94 239 / 70%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(21 94 239 / 80%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(21 94 239 / 90%);
}
.border-e-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-e-base-color-bg-accent-subtle\/0 {
  border-inline-end-color: rgb(245 248 255 / 0);
}
.border-e-base-color-bg-accent-subtle\/10 {
  border-inline-end-color: rgb(245 248 255 / 0.1);
}
.border-e-base-color-bg-accent-subtle\/100 {
  border-inline-end-color: rgb(245 248 255 / 1);
}
.border-e-base-color-bg-accent-subtle\/20 {
  border-inline-end-color: rgb(245 248 255 / 0.2);
}
.border-e-base-color-bg-accent-subtle\/25 {
  border-inline-end-color: rgb(245 248 255 / 0.25);
}
.border-e-base-color-bg-accent-subtle\/30 {
  border-inline-end-color: rgb(245 248 255 / 0.3);
}
.border-e-base-color-bg-accent-subtle\/40 {
  border-inline-end-color: rgb(245 248 255 / 0.4);
}
.border-e-base-color-bg-accent-subtle\/5 {
  border-inline-end-color: rgb(245 248 255 / 0.05);
}
.border-e-base-color-bg-accent-subtle\/50 {
  border-inline-end-color: rgb(245 248 255 / 0.5);
}
.border-e-base-color-bg-accent-subtle\/60 {
  border-inline-end-color: rgb(245 248 255 / 0.6);
}
.border-e-base-color-bg-accent-subtle\/70 {
  border-inline-end-color: rgb(245 248 255 / 0.7);
}
.border-e-base-color-bg-accent-subtle\/75 {
  border-inline-end-color: rgb(245 248 255 / 0.75);
}
.border-e-base-color-bg-accent-subtle\/80 {
  border-inline-end-color: rgb(245 248 255 / 0.8);
}
.border-e-base-color-bg-accent-subtle\/90 {
  border-inline-end-color: rgb(245 248 255 / 0.9);
}
.border-e-base-color-bg-accent-subtle\/95 {
  border-inline-end-color: rgb(245 248 255 / 0.95);
}
.border-e-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(245 248 255 / 60%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(245 248 255 / 0%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(245 248 255 / 10%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(245 248 255 / 100%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(245 248 255 / 20%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(245 248 255 / 30%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(245 248 255 / 40%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(245 248 255 / 50%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(245 248 255 / 60%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(245 248 255 / 70%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(245 248 255 / 80%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(245 248 255 / 90%);
}
.border-e-base-color-bg-accent\/0 {
  border-inline-end-color: rgb(209 224 255 / 0);
}
.border-e-base-color-bg-accent\/10 {
  border-inline-end-color: rgb(209 224 255 / 0.1);
}
.border-e-base-color-bg-accent\/100 {
  border-inline-end-color: rgb(209 224 255 / 1);
}
.border-e-base-color-bg-accent\/20 {
  border-inline-end-color: rgb(209 224 255 / 0.2);
}
.border-e-base-color-bg-accent\/25 {
  border-inline-end-color: rgb(209 224 255 / 0.25);
}
.border-e-base-color-bg-accent\/30 {
  border-inline-end-color: rgb(209 224 255 / 0.3);
}
.border-e-base-color-bg-accent\/40 {
  border-inline-end-color: rgb(209 224 255 / 0.4);
}
.border-e-base-color-bg-accent\/5 {
  border-inline-end-color: rgb(209 224 255 / 0.05);
}
.border-e-base-color-bg-accent\/50 {
  border-inline-end-color: rgb(209 224 255 / 0.5);
}
.border-e-base-color-bg-accent\/60 {
  border-inline-end-color: rgb(209 224 255 / 0.6);
}
.border-e-base-color-bg-accent\/70 {
  border-inline-end-color: rgb(209 224 255 / 0.7);
}
.border-e-base-color-bg-accent\/75 {
  border-inline-end-color: rgb(209 224 255 / 0.75);
}
.border-e-base-color-bg-accent\/80 {
  border-inline-end-color: rgb(209 224 255 / 0.8);
}
.border-e-base-color-bg-accent\/90 {
  border-inline-end-color: rgb(209 224 255 / 0.9);
}
.border-e-base-color-bg-accent\/95 {
  border-inline-end-color: rgb(209 224 255 / 0.95);
}
.border-e-base-color-bg-accent\/base-opacity-disabled {
  border-inline-end-color: rgb(209 224 255 / 60%);
}
.border-e-base-color-bg-accent\/core-opacity-0 {
  border-inline-end-color: rgb(209 224 255 / 0%);
}
.border-e-base-color-bg-accent\/core-opacity-10 {
  border-inline-end-color: rgb(209 224 255 / 10%);
}
.border-e-base-color-bg-accent\/core-opacity-100 {
  border-inline-end-color: rgb(209 224 255 / 100%);
}
.border-e-base-color-bg-accent\/core-opacity-20 {
  border-inline-end-color: rgb(209 224 255 / 20%);
}
.border-e-base-color-bg-accent\/core-opacity-30 {
  border-inline-end-color: rgb(209 224 255 / 30%);
}
.border-e-base-color-bg-accent\/core-opacity-40 {
  border-inline-end-color: rgb(209 224 255 / 40%);
}
.border-e-base-color-bg-accent\/core-opacity-50 {
  border-inline-end-color: rgb(209 224 255 / 50%);
}
.border-e-base-color-bg-accent\/core-opacity-60 {
  border-inline-end-color: rgb(209 224 255 / 60%);
}
.border-e-base-color-bg-accent\/core-opacity-70 {
  border-inline-end-color: rgb(209 224 255 / 70%);
}
.border-e-base-color-bg-accent\/core-opacity-80 {
  border-inline-end-color: rgb(209 224 255 / 80%);
}
.border-e-base-color-bg-accent\/core-opacity-90 {
  border-inline-end-color: rgb(209 224 255 / 90%);
}
.border-e-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-e-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-e-base-color-bg-attention-emphasis\/0 {
  border-inline-end-color: rgb(221 105 3 / 0);
}
.border-e-base-color-bg-attention-emphasis\/10 {
  border-inline-end-color: rgb(221 105 3 / 0.1);
}
.border-e-base-color-bg-attention-emphasis\/100 {
  border-inline-end-color: rgb(221 105 3 / 1);
}
.border-e-base-color-bg-attention-emphasis\/20 {
  border-inline-end-color: rgb(221 105 3 / 0.2);
}
.border-e-base-color-bg-attention-emphasis\/25 {
  border-inline-end-color: rgb(221 105 3 / 0.25);
}
.border-e-base-color-bg-attention-emphasis\/30 {
  border-inline-end-color: rgb(221 105 3 / 0.3);
}
.border-e-base-color-bg-attention-emphasis\/40 {
  border-inline-end-color: rgb(221 105 3 / 0.4);
}
.border-e-base-color-bg-attention-emphasis\/5 {
  border-inline-end-color: rgb(221 105 3 / 0.05);
}
.border-e-base-color-bg-attention-emphasis\/50 {
  border-inline-end-color: rgb(221 105 3 / 0.5);
}
.border-e-base-color-bg-attention-emphasis\/60 {
  border-inline-end-color: rgb(221 105 3 / 0.6);
}
.border-e-base-color-bg-attention-emphasis\/70 {
  border-inline-end-color: rgb(221 105 3 / 0.7);
}
.border-e-base-color-bg-attention-emphasis\/75 {
  border-inline-end-color: rgb(221 105 3 / 0.75);
}
.border-e-base-color-bg-attention-emphasis\/80 {
  border-inline-end-color: rgb(221 105 3 / 0.8);
}
.border-e-base-color-bg-attention-emphasis\/90 {
  border-inline-end-color: rgb(221 105 3 / 0.9);
}
.border-e-base-color-bg-attention-emphasis\/95 {
  border-inline-end-color: rgb(221 105 3 / 0.95);
}
.border-e-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(221 105 3 / 60%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(221 105 3 / 0%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(221 105 3 / 10%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(221 105 3 / 100%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(221 105 3 / 20%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(221 105 3 / 30%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(221 105 3 / 40%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(221 105 3 / 50%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(221 105 3 / 60%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(221 105 3 / 70%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(221 105 3 / 80%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(221 105 3 / 90%);
}
.border-e-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-e-base-color-bg-attention-subtle\/0 {
  border-inline-end-color: rgb(255 252 245 / 0);
}
.border-e-base-color-bg-attention-subtle\/10 {
  border-inline-end-color: rgb(255 252 245 / 0.1);
}
.border-e-base-color-bg-attention-subtle\/100 {
  border-inline-end-color: rgb(255 252 245 / 1);
}
.border-e-base-color-bg-attention-subtle\/20 {
  border-inline-end-color: rgb(255 252 245 / 0.2);
}
.border-e-base-color-bg-attention-subtle\/25 {
  border-inline-end-color: rgb(255 252 245 / 0.25);
}
.border-e-base-color-bg-attention-subtle\/30 {
  border-inline-end-color: rgb(255 252 245 / 0.3);
}
.border-e-base-color-bg-attention-subtle\/40 {
  border-inline-end-color: rgb(255 252 245 / 0.4);
}
.border-e-base-color-bg-attention-subtle\/5 {
  border-inline-end-color: rgb(255 252 245 / 0.05);
}
.border-e-base-color-bg-attention-subtle\/50 {
  border-inline-end-color: rgb(255 252 245 / 0.5);
}
.border-e-base-color-bg-attention-subtle\/60 {
  border-inline-end-color: rgb(255 252 245 / 0.6);
}
.border-e-base-color-bg-attention-subtle\/70 {
  border-inline-end-color: rgb(255 252 245 / 0.7);
}
.border-e-base-color-bg-attention-subtle\/75 {
  border-inline-end-color: rgb(255 252 245 / 0.75);
}
.border-e-base-color-bg-attention-subtle\/80 {
  border-inline-end-color: rgb(255 252 245 / 0.8);
}
.border-e-base-color-bg-attention-subtle\/90 {
  border-inline-end-color: rgb(255 252 245 / 0.9);
}
.border-e-base-color-bg-attention-subtle\/95 {
  border-inline-end-color: rgb(255 252 245 / 0.95);
}
.border-e-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(255 252 245 / 60%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(255 252 245 / 0%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(255 252 245 / 10%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(255 252 245 / 100%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(255 252 245 / 20%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(255 252 245 / 30%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(255 252 245 / 40%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(255 252 245 / 50%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(255 252 245 / 60%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(255 252 245 / 70%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(255 252 245 / 80%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(255 252 245 / 90%);
}
.border-e-base-color-bg-attention\/0 {
  border-inline-end-color: rgb(254 240 200 / 0);
}
.border-e-base-color-bg-attention\/10 {
  border-inline-end-color: rgb(254 240 200 / 0.1);
}
.border-e-base-color-bg-attention\/100 {
  border-inline-end-color: rgb(254 240 200 / 1);
}
.border-e-base-color-bg-attention\/20 {
  border-inline-end-color: rgb(254 240 200 / 0.2);
}
.border-e-base-color-bg-attention\/25 {
  border-inline-end-color: rgb(254 240 200 / 0.25);
}
.border-e-base-color-bg-attention\/30 {
  border-inline-end-color: rgb(254 240 200 / 0.3);
}
.border-e-base-color-bg-attention\/40 {
  border-inline-end-color: rgb(254 240 200 / 0.4);
}
.border-e-base-color-bg-attention\/5 {
  border-inline-end-color: rgb(254 240 200 / 0.05);
}
.border-e-base-color-bg-attention\/50 {
  border-inline-end-color: rgb(254 240 200 / 0.5);
}
.border-e-base-color-bg-attention\/60 {
  border-inline-end-color: rgb(254 240 200 / 0.6);
}
.border-e-base-color-bg-attention\/70 {
  border-inline-end-color: rgb(254 240 200 / 0.7);
}
.border-e-base-color-bg-attention\/75 {
  border-inline-end-color: rgb(254 240 200 / 0.75);
}
.border-e-base-color-bg-attention\/80 {
  border-inline-end-color: rgb(254 240 200 / 0.8);
}
.border-e-base-color-bg-attention\/90 {
  border-inline-end-color: rgb(254 240 200 / 0.9);
}
.border-e-base-color-bg-attention\/95 {
  border-inline-end-color: rgb(254 240 200 / 0.95);
}
.border-e-base-color-bg-attention\/base-opacity-disabled {
  border-inline-end-color: rgb(254 240 200 / 60%);
}
.border-e-base-color-bg-attention\/core-opacity-0 {
  border-inline-end-color: rgb(254 240 200 / 0%);
}
.border-e-base-color-bg-attention\/core-opacity-10 {
  border-inline-end-color: rgb(254 240 200 / 10%);
}
.border-e-base-color-bg-attention\/core-opacity-100 {
  border-inline-end-color: rgb(254 240 200 / 100%);
}
.border-e-base-color-bg-attention\/core-opacity-20 {
  border-inline-end-color: rgb(254 240 200 / 20%);
}
.border-e-base-color-bg-attention\/core-opacity-30 {
  border-inline-end-color: rgb(254 240 200 / 30%);
}
.border-e-base-color-bg-attention\/core-opacity-40 {
  border-inline-end-color: rgb(254 240 200 / 40%);
}
.border-e-base-color-bg-attention\/core-opacity-50 {
  border-inline-end-color: rgb(254 240 200 / 50%);
}
.border-e-base-color-bg-attention\/core-opacity-60 {
  border-inline-end-color: rgb(254 240 200 / 60%);
}
.border-e-base-color-bg-attention\/core-opacity-70 {
  border-inline-end-color: rgb(254 240 200 / 70%);
}
.border-e-base-color-bg-attention\/core-opacity-80 {
  border-inline-end-color: rgb(254 240 200 / 80%);
}
.border-e-base-color-bg-attention\/core-opacity-90 {
  border-inline-end-color: rgb(254 240 200 / 90%);
}
.border-e-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-e-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-e-base-color-bg-brand-emphasis\/0 {
  border-inline-end-color: rgb(93 91 215 / 0);
}
.border-e-base-color-bg-brand-emphasis\/10 {
  border-inline-end-color: rgb(93 91 215 / 0.1);
}
.border-e-base-color-bg-brand-emphasis\/100 {
  border-inline-end-color: rgb(93 91 215 / 1);
}
.border-e-base-color-bg-brand-emphasis\/20 {
  border-inline-end-color: rgb(93 91 215 / 0.2);
}
.border-e-base-color-bg-brand-emphasis\/25 {
  border-inline-end-color: rgb(93 91 215 / 0.25);
}
.border-e-base-color-bg-brand-emphasis\/30 {
  border-inline-end-color: rgb(93 91 215 / 0.3);
}
.border-e-base-color-bg-brand-emphasis\/40 {
  border-inline-end-color: rgb(93 91 215 / 0.4);
}
.border-e-base-color-bg-brand-emphasis\/5 {
  border-inline-end-color: rgb(93 91 215 / 0.05);
}
.border-e-base-color-bg-brand-emphasis\/50 {
  border-inline-end-color: rgb(93 91 215 / 0.5);
}
.border-e-base-color-bg-brand-emphasis\/60 {
  border-inline-end-color: rgb(93 91 215 / 0.6);
}
.border-e-base-color-bg-brand-emphasis\/70 {
  border-inline-end-color: rgb(93 91 215 / 0.7);
}
.border-e-base-color-bg-brand-emphasis\/75 {
  border-inline-end-color: rgb(93 91 215 / 0.75);
}
.border-e-base-color-bg-brand-emphasis\/80 {
  border-inline-end-color: rgb(93 91 215 / 0.8);
}
.border-e-base-color-bg-brand-emphasis\/90 {
  border-inline-end-color: rgb(93 91 215 / 0.9);
}
.border-e-base-color-bg-brand-emphasis\/95 {
  border-inline-end-color: rgb(93 91 215 / 0.95);
}
.border-e-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(93 91 215 / 60%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(93 91 215 / 0%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(93 91 215 / 10%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(93 91 215 / 100%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(93 91 215 / 20%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(93 91 215 / 30%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(93 91 215 / 40%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(93 91 215 / 50%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(93 91 215 / 60%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(93 91 215 / 70%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(93 91 215 / 80%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(93 91 215 / 90%);
}
.border-e-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-e-base-color-bg-brand-subtle\/0 {
  border-inline-end-color: rgb(242 244 253 / 0);
}
.border-e-base-color-bg-brand-subtle\/10 {
  border-inline-end-color: rgb(242 244 253 / 0.1);
}
.border-e-base-color-bg-brand-subtle\/100 {
  border-inline-end-color: rgb(242 244 253 / 1);
}
.border-e-base-color-bg-brand-subtle\/20 {
  border-inline-end-color: rgb(242 244 253 / 0.2);
}
.border-e-base-color-bg-brand-subtle\/25 {
  border-inline-end-color: rgb(242 244 253 / 0.25);
}
.border-e-base-color-bg-brand-subtle\/30 {
  border-inline-end-color: rgb(242 244 253 / 0.3);
}
.border-e-base-color-bg-brand-subtle\/40 {
  border-inline-end-color: rgb(242 244 253 / 0.4);
}
.border-e-base-color-bg-brand-subtle\/5 {
  border-inline-end-color: rgb(242 244 253 / 0.05);
}
.border-e-base-color-bg-brand-subtle\/50 {
  border-inline-end-color: rgb(242 244 253 / 0.5);
}
.border-e-base-color-bg-brand-subtle\/60 {
  border-inline-end-color: rgb(242 244 253 / 0.6);
}
.border-e-base-color-bg-brand-subtle\/70 {
  border-inline-end-color: rgb(242 244 253 / 0.7);
}
.border-e-base-color-bg-brand-subtle\/75 {
  border-inline-end-color: rgb(242 244 253 / 0.75);
}
.border-e-base-color-bg-brand-subtle\/80 {
  border-inline-end-color: rgb(242 244 253 / 0.8);
}
.border-e-base-color-bg-brand-subtle\/90 {
  border-inline-end-color: rgb(242 244 253 / 0.9);
}
.border-e-base-color-bg-brand-subtle\/95 {
  border-inline-end-color: rgb(242 244 253 / 0.95);
}
.border-e-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(242 244 253 / 60%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(242 244 253 / 0%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(242 244 253 / 10%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(242 244 253 / 100%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(242 244 253 / 20%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(242 244 253 / 30%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(242 244 253 / 40%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(242 244 253 / 50%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(242 244 253 / 60%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(242 244 253 / 70%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(242 244 253 / 80%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(242 244 253 / 90%);
}
.border-e-base-color-bg-brand\/0 {
  border-inline-end-color: rgb(205 214 249 / 0);
}
.border-e-base-color-bg-brand\/10 {
  border-inline-end-color: rgb(205 214 249 / 0.1);
}
.border-e-base-color-bg-brand\/100 {
  border-inline-end-color: rgb(205 214 249 / 1);
}
.border-e-base-color-bg-brand\/20 {
  border-inline-end-color: rgb(205 214 249 / 0.2);
}
.border-e-base-color-bg-brand\/25 {
  border-inline-end-color: rgb(205 214 249 / 0.25);
}
.border-e-base-color-bg-brand\/30 {
  border-inline-end-color: rgb(205 214 249 / 0.3);
}
.border-e-base-color-bg-brand\/40 {
  border-inline-end-color: rgb(205 214 249 / 0.4);
}
.border-e-base-color-bg-brand\/5 {
  border-inline-end-color: rgb(205 214 249 / 0.05);
}
.border-e-base-color-bg-brand\/50 {
  border-inline-end-color: rgb(205 214 249 / 0.5);
}
.border-e-base-color-bg-brand\/60 {
  border-inline-end-color: rgb(205 214 249 / 0.6);
}
.border-e-base-color-bg-brand\/70 {
  border-inline-end-color: rgb(205 214 249 / 0.7);
}
.border-e-base-color-bg-brand\/75 {
  border-inline-end-color: rgb(205 214 249 / 0.75);
}
.border-e-base-color-bg-brand\/80 {
  border-inline-end-color: rgb(205 214 249 / 0.8);
}
.border-e-base-color-bg-brand\/90 {
  border-inline-end-color: rgb(205 214 249 / 0.9);
}
.border-e-base-color-bg-brand\/95 {
  border-inline-end-color: rgb(205 214 249 / 0.95);
}
.border-e-base-color-bg-brand\/base-opacity-disabled {
  border-inline-end-color: rgb(205 214 249 / 60%);
}
.border-e-base-color-bg-brand\/core-opacity-0 {
  border-inline-end-color: rgb(205 214 249 / 0%);
}
.border-e-base-color-bg-brand\/core-opacity-10 {
  border-inline-end-color: rgb(205 214 249 / 10%);
}
.border-e-base-color-bg-brand\/core-opacity-100 {
  border-inline-end-color: rgb(205 214 249 / 100%);
}
.border-e-base-color-bg-brand\/core-opacity-20 {
  border-inline-end-color: rgb(205 214 249 / 20%);
}
.border-e-base-color-bg-brand\/core-opacity-30 {
  border-inline-end-color: rgb(205 214 249 / 30%);
}
.border-e-base-color-bg-brand\/core-opacity-40 {
  border-inline-end-color: rgb(205 214 249 / 40%);
}
.border-e-base-color-bg-brand\/core-opacity-50 {
  border-inline-end-color: rgb(205 214 249 / 50%);
}
.border-e-base-color-bg-brand\/core-opacity-60 {
  border-inline-end-color: rgb(205 214 249 / 60%);
}
.border-e-base-color-bg-brand\/core-opacity-70 {
  border-inline-end-color: rgb(205 214 249 / 70%);
}
.border-e-base-color-bg-brand\/core-opacity-80 {
  border-inline-end-color: rgb(205 214 249 / 80%);
}
.border-e-base-color-bg-brand\/core-opacity-90 {
  border-inline-end-color: rgb(205 214 249 / 90%);
}
.border-e-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-e-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-e-base-color-bg-danger-emphasis\/0 {
  border-inline-end-color: rgb(240 68 56 / 0);
}
.border-e-base-color-bg-danger-emphasis\/10 {
  border-inline-end-color: rgb(240 68 56 / 0.1);
}
.border-e-base-color-bg-danger-emphasis\/100 {
  border-inline-end-color: rgb(240 68 56 / 1);
}
.border-e-base-color-bg-danger-emphasis\/20 {
  border-inline-end-color: rgb(240 68 56 / 0.2);
}
.border-e-base-color-bg-danger-emphasis\/25 {
  border-inline-end-color: rgb(240 68 56 / 0.25);
}
.border-e-base-color-bg-danger-emphasis\/30 {
  border-inline-end-color: rgb(240 68 56 / 0.3);
}
.border-e-base-color-bg-danger-emphasis\/40 {
  border-inline-end-color: rgb(240 68 56 / 0.4);
}
.border-e-base-color-bg-danger-emphasis\/5 {
  border-inline-end-color: rgb(240 68 56 / 0.05);
}
.border-e-base-color-bg-danger-emphasis\/50 {
  border-inline-end-color: rgb(240 68 56 / 0.5);
}
.border-e-base-color-bg-danger-emphasis\/60 {
  border-inline-end-color: rgb(240 68 56 / 0.6);
}
.border-e-base-color-bg-danger-emphasis\/70 {
  border-inline-end-color: rgb(240 68 56 / 0.7);
}
.border-e-base-color-bg-danger-emphasis\/75 {
  border-inline-end-color: rgb(240 68 56 / 0.75);
}
.border-e-base-color-bg-danger-emphasis\/80 {
  border-inline-end-color: rgb(240 68 56 / 0.8);
}
.border-e-base-color-bg-danger-emphasis\/90 {
  border-inline-end-color: rgb(240 68 56 / 0.9);
}
.border-e-base-color-bg-danger-emphasis\/95 {
  border-inline-end-color: rgb(240 68 56 / 0.95);
}
.border-e-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(240 68 56 / 60%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(240 68 56 / 0%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(240 68 56 / 10%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(240 68 56 / 100%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(240 68 56 / 20%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(240 68 56 / 30%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(240 68 56 / 40%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(240 68 56 / 50%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(240 68 56 / 60%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(240 68 56 / 70%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(240 68 56 / 80%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(240 68 56 / 90%);
}
.border-e-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-e-base-color-bg-danger-subtle\/0 {
  border-inline-end-color: rgb(255 251 250 / 0);
}
.border-e-base-color-bg-danger-subtle\/10 {
  border-inline-end-color: rgb(255 251 250 / 0.1);
}
.border-e-base-color-bg-danger-subtle\/100 {
  border-inline-end-color: rgb(255 251 250 / 1);
}
.border-e-base-color-bg-danger-subtle\/20 {
  border-inline-end-color: rgb(255 251 250 / 0.2);
}
.border-e-base-color-bg-danger-subtle\/25 {
  border-inline-end-color: rgb(255 251 250 / 0.25);
}
.border-e-base-color-bg-danger-subtle\/30 {
  border-inline-end-color: rgb(255 251 250 / 0.3);
}
.border-e-base-color-bg-danger-subtle\/40 {
  border-inline-end-color: rgb(255 251 250 / 0.4);
}
.border-e-base-color-bg-danger-subtle\/5 {
  border-inline-end-color: rgb(255 251 250 / 0.05);
}
.border-e-base-color-bg-danger-subtle\/50 {
  border-inline-end-color: rgb(255 251 250 / 0.5);
}
.border-e-base-color-bg-danger-subtle\/60 {
  border-inline-end-color: rgb(255 251 250 / 0.6);
}
.border-e-base-color-bg-danger-subtle\/70 {
  border-inline-end-color: rgb(255 251 250 / 0.7);
}
.border-e-base-color-bg-danger-subtle\/75 {
  border-inline-end-color: rgb(255 251 250 / 0.75);
}
.border-e-base-color-bg-danger-subtle\/80 {
  border-inline-end-color: rgb(255 251 250 / 0.8);
}
.border-e-base-color-bg-danger-subtle\/90 {
  border-inline-end-color: rgb(255 251 250 / 0.9);
}
.border-e-base-color-bg-danger-subtle\/95 {
  border-inline-end-color: rgb(255 251 250 / 0.95);
}
.border-e-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(255 251 250 / 60%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(255 251 250 / 0%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(255 251 250 / 10%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(255 251 250 / 100%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(255 251 250 / 20%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(255 251 250 / 30%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(255 251 250 / 40%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(255 251 250 / 50%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(255 251 250 / 60%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(255 251 250 / 70%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(255 251 250 / 80%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(255 251 250 / 90%);
}
.border-e-base-color-bg-danger\/0 {
  border-inline-end-color: rgb(254 227 225 / 0);
}
.border-e-base-color-bg-danger\/10 {
  border-inline-end-color: rgb(254 227 225 / 0.1);
}
.border-e-base-color-bg-danger\/100 {
  border-inline-end-color: rgb(254 227 225 / 1);
}
.border-e-base-color-bg-danger\/20 {
  border-inline-end-color: rgb(254 227 225 / 0.2);
}
.border-e-base-color-bg-danger\/25 {
  border-inline-end-color: rgb(254 227 225 / 0.25);
}
.border-e-base-color-bg-danger\/30 {
  border-inline-end-color: rgb(254 227 225 / 0.3);
}
.border-e-base-color-bg-danger\/40 {
  border-inline-end-color: rgb(254 227 225 / 0.4);
}
.border-e-base-color-bg-danger\/5 {
  border-inline-end-color: rgb(254 227 225 / 0.05);
}
.border-e-base-color-bg-danger\/50 {
  border-inline-end-color: rgb(254 227 225 / 0.5);
}
.border-e-base-color-bg-danger\/60 {
  border-inline-end-color: rgb(254 227 225 / 0.6);
}
.border-e-base-color-bg-danger\/70 {
  border-inline-end-color: rgb(254 227 225 / 0.7);
}
.border-e-base-color-bg-danger\/75 {
  border-inline-end-color: rgb(254 227 225 / 0.75);
}
.border-e-base-color-bg-danger\/80 {
  border-inline-end-color: rgb(254 227 225 / 0.8);
}
.border-e-base-color-bg-danger\/90 {
  border-inline-end-color: rgb(254 227 225 / 0.9);
}
.border-e-base-color-bg-danger\/95 {
  border-inline-end-color: rgb(254 227 225 / 0.95);
}
.border-e-base-color-bg-danger\/base-opacity-disabled {
  border-inline-end-color: rgb(254 227 225 / 60%);
}
.border-e-base-color-bg-danger\/core-opacity-0 {
  border-inline-end-color: rgb(254 227 225 / 0%);
}
.border-e-base-color-bg-danger\/core-opacity-10 {
  border-inline-end-color: rgb(254 227 225 / 10%);
}
.border-e-base-color-bg-danger\/core-opacity-100 {
  border-inline-end-color: rgb(254 227 225 / 100%);
}
.border-e-base-color-bg-danger\/core-opacity-20 {
  border-inline-end-color: rgb(254 227 225 / 20%);
}
.border-e-base-color-bg-danger\/core-opacity-30 {
  border-inline-end-color: rgb(254 227 225 / 30%);
}
.border-e-base-color-bg-danger\/core-opacity-40 {
  border-inline-end-color: rgb(254 227 225 / 40%);
}
.border-e-base-color-bg-danger\/core-opacity-50 {
  border-inline-end-color: rgb(254 227 225 / 50%);
}
.border-e-base-color-bg-danger\/core-opacity-60 {
  border-inline-end-color: rgb(254 227 225 / 60%);
}
.border-e-base-color-bg-danger\/core-opacity-70 {
  border-inline-end-color: rgb(254 227 225 / 70%);
}
.border-e-base-color-bg-danger\/core-opacity-80 {
  border-inline-end-color: rgb(254 227 225 / 80%);
}
.border-e-base-color-bg-danger\/core-opacity-90 {
  border-inline-end-color: rgb(254 227 225 / 90%);
}
.border-e-base-color-bg-default {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-e-base-color-bg-default\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-base-color-bg-default\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-base-color-bg-default\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-base-color-bg-default\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-base-color-bg-default\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-base-color-bg-default\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-base-color-bg-default\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-base-color-bg-default\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-base-color-bg-default\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-base-color-bg-default\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-base-color-bg-default\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-base-color-bg-default\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-base-color-bg-default\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-base-color-bg-default\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-base-color-bg-default\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-e-base-color-bg-default\/base-opacity-disabled {
  border-inline-end-color: rgb(255 255 255 / 60%);
}
.border-e-base-color-bg-default\/core-opacity-0 {
  border-inline-end-color: rgb(255 255 255 / 0%);
}
.border-e-base-color-bg-default\/core-opacity-10 {
  border-inline-end-color: rgb(255 255 255 / 10%);
}
.border-e-base-color-bg-default\/core-opacity-100 {
  border-inline-end-color: rgb(255 255 255 / 100%);
}
.border-e-base-color-bg-default\/core-opacity-20 {
  border-inline-end-color: rgb(255 255 255 / 20%);
}
.border-e-base-color-bg-default\/core-opacity-30 {
  border-inline-end-color: rgb(255 255 255 / 30%);
}
.border-e-base-color-bg-default\/core-opacity-40 {
  border-inline-end-color: rgb(255 255 255 / 40%);
}
.border-e-base-color-bg-default\/core-opacity-50 {
  border-inline-end-color: rgb(255 255 255 / 50%);
}
.border-e-base-color-bg-default\/core-opacity-60 {
  border-inline-end-color: rgb(255 255 255 / 60%);
}
.border-e-base-color-bg-default\/core-opacity-70 {
  border-inline-end-color: rgb(255 255 255 / 70%);
}
.border-e-base-color-bg-default\/core-opacity-80 {
  border-inline-end-color: rgb(255 255 255 / 80%);
}
.border-e-base-color-bg-default\/core-opacity-90 {
  border-inline-end-color: rgb(255 255 255 / 90%);
}
.border-e-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-e-base-color-bg-emphasis\/0 {
  border-inline-end-color: rgb(16 24 40 / 0);
}
.border-e-base-color-bg-emphasis\/10 {
  border-inline-end-color: rgb(16 24 40 / 0.1);
}
.border-e-base-color-bg-emphasis\/100 {
  border-inline-end-color: rgb(16 24 40 / 1);
}
.border-e-base-color-bg-emphasis\/20 {
  border-inline-end-color: rgb(16 24 40 / 0.2);
}
.border-e-base-color-bg-emphasis\/25 {
  border-inline-end-color: rgb(16 24 40 / 0.25);
}
.border-e-base-color-bg-emphasis\/30 {
  border-inline-end-color: rgb(16 24 40 / 0.3);
}
.border-e-base-color-bg-emphasis\/40 {
  border-inline-end-color: rgb(16 24 40 / 0.4);
}
.border-e-base-color-bg-emphasis\/5 {
  border-inline-end-color: rgb(16 24 40 / 0.05);
}
.border-e-base-color-bg-emphasis\/50 {
  border-inline-end-color: rgb(16 24 40 / 0.5);
}
.border-e-base-color-bg-emphasis\/60 {
  border-inline-end-color: rgb(16 24 40 / 0.6);
}
.border-e-base-color-bg-emphasis\/70 {
  border-inline-end-color: rgb(16 24 40 / 0.7);
}
.border-e-base-color-bg-emphasis\/75 {
  border-inline-end-color: rgb(16 24 40 / 0.75);
}
.border-e-base-color-bg-emphasis\/80 {
  border-inline-end-color: rgb(16 24 40 / 0.8);
}
.border-e-base-color-bg-emphasis\/90 {
  border-inline-end-color: rgb(16 24 40 / 0.9);
}
.border-e-base-color-bg-emphasis\/95 {
  border-inline-end-color: rgb(16 24 40 / 0.95);
}
.border-e-base-color-bg-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(16 24 40 / 60%);
}
.border-e-base-color-bg-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(16 24 40 / 0%);
}
.border-e-base-color-bg-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(16 24 40 / 10%);
}
.border-e-base-color-bg-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(16 24 40 / 100%);
}
.border-e-base-color-bg-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(16 24 40 / 20%);
}
.border-e-base-color-bg-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(16 24 40 / 30%);
}
.border-e-base-color-bg-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(16 24 40 / 40%);
}
.border-e-base-color-bg-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(16 24 40 / 50%);
}
.border-e-base-color-bg-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(16 24 40 / 60%);
}
.border-e-base-color-bg-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(16 24 40 / 70%);
}
.border-e-base-color-bg-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(16 24 40 / 80%);
}
.border-e-base-color-bg-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(16 24 40 / 90%);
}
.border-e-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-e-base-color-bg-muted\/0 {
  border-inline-end-color: rgb(234 236 240 / 0);
}
.border-e-base-color-bg-muted\/10 {
  border-inline-end-color: rgb(234 236 240 / 0.1);
}
.border-e-base-color-bg-muted\/100 {
  border-inline-end-color: rgb(234 236 240 / 1);
}
.border-e-base-color-bg-muted\/20 {
  border-inline-end-color: rgb(234 236 240 / 0.2);
}
.border-e-base-color-bg-muted\/25 {
  border-inline-end-color: rgb(234 236 240 / 0.25);
}
.border-e-base-color-bg-muted\/30 {
  border-inline-end-color: rgb(234 236 240 / 0.3);
}
.border-e-base-color-bg-muted\/40 {
  border-inline-end-color: rgb(234 236 240 / 0.4);
}
.border-e-base-color-bg-muted\/5 {
  border-inline-end-color: rgb(234 236 240 / 0.05);
}
.border-e-base-color-bg-muted\/50 {
  border-inline-end-color: rgb(234 236 240 / 0.5);
}
.border-e-base-color-bg-muted\/60 {
  border-inline-end-color: rgb(234 236 240 / 0.6);
}
.border-e-base-color-bg-muted\/70 {
  border-inline-end-color: rgb(234 236 240 / 0.7);
}
.border-e-base-color-bg-muted\/75 {
  border-inline-end-color: rgb(234 236 240 / 0.75);
}
.border-e-base-color-bg-muted\/80 {
  border-inline-end-color: rgb(234 236 240 / 0.8);
}
.border-e-base-color-bg-muted\/90 {
  border-inline-end-color: rgb(234 236 240 / 0.9);
}
.border-e-base-color-bg-muted\/95 {
  border-inline-end-color: rgb(234 236 240 / 0.95);
}
.border-e-base-color-bg-muted\/base-opacity-disabled {
  border-inline-end-color: rgb(234 236 240 / 60%);
}
.border-e-base-color-bg-muted\/core-opacity-0 {
  border-inline-end-color: rgb(234 236 240 / 0%);
}
.border-e-base-color-bg-muted\/core-opacity-10 {
  border-inline-end-color: rgb(234 236 240 / 10%);
}
.border-e-base-color-bg-muted\/core-opacity-100 {
  border-inline-end-color: rgb(234 236 240 / 100%);
}
.border-e-base-color-bg-muted\/core-opacity-20 {
  border-inline-end-color: rgb(234 236 240 / 20%);
}
.border-e-base-color-bg-muted\/core-opacity-30 {
  border-inline-end-color: rgb(234 236 240 / 30%);
}
.border-e-base-color-bg-muted\/core-opacity-40 {
  border-inline-end-color: rgb(234 236 240 / 40%);
}
.border-e-base-color-bg-muted\/core-opacity-50 {
  border-inline-end-color: rgb(234 236 240 / 50%);
}
.border-e-base-color-bg-muted\/core-opacity-60 {
  border-inline-end-color: rgb(234 236 240 / 60%);
}
.border-e-base-color-bg-muted\/core-opacity-70 {
  border-inline-end-color: rgb(234 236 240 / 70%);
}
.border-e-base-color-bg-muted\/core-opacity-80 {
  border-inline-end-color: rgb(234 236 240 / 80%);
}
.border-e-base-color-bg-muted\/core-opacity-90 {
  border-inline-end-color: rgb(234 236 240 / 90%);
}
.border-e-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-e-base-color-bg-subtle\/0 {
  border-inline-end-color: rgb(242 244 247 / 0);
}
.border-e-base-color-bg-subtle\/10 {
  border-inline-end-color: rgb(242 244 247 / 0.1);
}
.border-e-base-color-bg-subtle\/100 {
  border-inline-end-color: rgb(242 244 247 / 1);
}
.border-e-base-color-bg-subtle\/20 {
  border-inline-end-color: rgb(242 244 247 / 0.2);
}
.border-e-base-color-bg-subtle\/25 {
  border-inline-end-color: rgb(242 244 247 / 0.25);
}
.border-e-base-color-bg-subtle\/30 {
  border-inline-end-color: rgb(242 244 247 / 0.3);
}
.border-e-base-color-bg-subtle\/40 {
  border-inline-end-color: rgb(242 244 247 / 0.4);
}
.border-e-base-color-bg-subtle\/5 {
  border-inline-end-color: rgb(242 244 247 / 0.05);
}
.border-e-base-color-bg-subtle\/50 {
  border-inline-end-color: rgb(242 244 247 / 0.5);
}
.border-e-base-color-bg-subtle\/60 {
  border-inline-end-color: rgb(242 244 247 / 0.6);
}
.border-e-base-color-bg-subtle\/70 {
  border-inline-end-color: rgb(242 244 247 / 0.7);
}
.border-e-base-color-bg-subtle\/75 {
  border-inline-end-color: rgb(242 244 247 / 0.75);
}
.border-e-base-color-bg-subtle\/80 {
  border-inline-end-color: rgb(242 244 247 / 0.8);
}
.border-e-base-color-bg-subtle\/90 {
  border-inline-end-color: rgb(242 244 247 / 0.9);
}
.border-e-base-color-bg-subtle\/95 {
  border-inline-end-color: rgb(242 244 247 / 0.95);
}
.border-e-base-color-bg-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(242 244 247 / 60%);
}
.border-e-base-color-bg-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(242 244 247 / 0%);
}
.border-e-base-color-bg-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(242 244 247 / 10%);
}
.border-e-base-color-bg-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(242 244 247 / 100%);
}
.border-e-base-color-bg-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(242 244 247 / 20%);
}
.border-e-base-color-bg-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(242 244 247 / 30%);
}
.border-e-base-color-bg-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(242 244 247 / 40%);
}
.border-e-base-color-bg-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(242 244 247 / 50%);
}
.border-e-base-color-bg-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(242 244 247 / 60%);
}
.border-e-base-color-bg-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(242 244 247 / 70%);
}
.border-e-base-color-bg-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(242 244 247 / 80%);
}
.border-e-base-color-bg-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(242 244 247 / 90%);
}
.border-e-base-color-bg-success {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-e-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-e-base-color-bg-success-emphasis\/0 {
  border-inline-end-color: rgb(18 181 105 / 0);
}
.border-e-base-color-bg-success-emphasis\/10 {
  border-inline-end-color: rgb(18 181 105 / 0.1);
}
.border-e-base-color-bg-success-emphasis\/100 {
  border-inline-end-color: rgb(18 181 105 / 1);
}
.border-e-base-color-bg-success-emphasis\/20 {
  border-inline-end-color: rgb(18 181 105 / 0.2);
}
.border-e-base-color-bg-success-emphasis\/25 {
  border-inline-end-color: rgb(18 181 105 / 0.25);
}
.border-e-base-color-bg-success-emphasis\/30 {
  border-inline-end-color: rgb(18 181 105 / 0.3);
}
.border-e-base-color-bg-success-emphasis\/40 {
  border-inline-end-color: rgb(18 181 105 / 0.4);
}
.border-e-base-color-bg-success-emphasis\/5 {
  border-inline-end-color: rgb(18 181 105 / 0.05);
}
.border-e-base-color-bg-success-emphasis\/50 {
  border-inline-end-color: rgb(18 181 105 / 0.5);
}
.border-e-base-color-bg-success-emphasis\/60 {
  border-inline-end-color: rgb(18 181 105 / 0.6);
}
.border-e-base-color-bg-success-emphasis\/70 {
  border-inline-end-color: rgb(18 181 105 / 0.7);
}
.border-e-base-color-bg-success-emphasis\/75 {
  border-inline-end-color: rgb(18 181 105 / 0.75);
}
.border-e-base-color-bg-success-emphasis\/80 {
  border-inline-end-color: rgb(18 181 105 / 0.8);
}
.border-e-base-color-bg-success-emphasis\/90 {
  border-inline-end-color: rgb(18 181 105 / 0.9);
}
.border-e-base-color-bg-success-emphasis\/95 {
  border-inline-end-color: rgb(18 181 105 / 0.95);
}
.border-e-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(18 181 105 / 60%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(18 181 105 / 0%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(18 181 105 / 10%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(18 181 105 / 100%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(18 181 105 / 20%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(18 181 105 / 30%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(18 181 105 / 40%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(18 181 105 / 50%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(18 181 105 / 60%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(18 181 105 / 70%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(18 181 105 / 80%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(18 181 105 / 90%);
}
.border-e-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-e-base-color-bg-success-subtle\/0 {
  border-inline-end-color: rgb(246 254 249 / 0);
}
.border-e-base-color-bg-success-subtle\/10 {
  border-inline-end-color: rgb(246 254 249 / 0.1);
}
.border-e-base-color-bg-success-subtle\/100 {
  border-inline-end-color: rgb(246 254 249 / 1);
}
.border-e-base-color-bg-success-subtle\/20 {
  border-inline-end-color: rgb(246 254 249 / 0.2);
}
.border-e-base-color-bg-success-subtle\/25 {
  border-inline-end-color: rgb(246 254 249 / 0.25);
}
.border-e-base-color-bg-success-subtle\/30 {
  border-inline-end-color: rgb(246 254 249 / 0.3);
}
.border-e-base-color-bg-success-subtle\/40 {
  border-inline-end-color: rgb(246 254 249 / 0.4);
}
.border-e-base-color-bg-success-subtle\/5 {
  border-inline-end-color: rgb(246 254 249 / 0.05);
}
.border-e-base-color-bg-success-subtle\/50 {
  border-inline-end-color: rgb(246 254 249 / 0.5);
}
.border-e-base-color-bg-success-subtle\/60 {
  border-inline-end-color: rgb(246 254 249 / 0.6);
}
.border-e-base-color-bg-success-subtle\/70 {
  border-inline-end-color: rgb(246 254 249 / 0.7);
}
.border-e-base-color-bg-success-subtle\/75 {
  border-inline-end-color: rgb(246 254 249 / 0.75);
}
.border-e-base-color-bg-success-subtle\/80 {
  border-inline-end-color: rgb(246 254 249 / 0.8);
}
.border-e-base-color-bg-success-subtle\/90 {
  border-inline-end-color: rgb(246 254 249 / 0.9);
}
.border-e-base-color-bg-success-subtle\/95 {
  border-inline-end-color: rgb(246 254 249 / 0.95);
}
.border-e-base-color-bg-success-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(246 254 249 / 60%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(246 254 249 / 0%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(246 254 249 / 10%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(246 254 249 / 100%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(246 254 249 / 20%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(246 254 249 / 30%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(246 254 249 / 40%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(246 254 249 / 50%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(246 254 249 / 60%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(246 254 249 / 70%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(246 254 249 / 80%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(246 254 249 / 90%);
}
.border-e-base-color-bg-success\/0 {
  border-inline-end-color: rgb(209 250 223 / 0);
}
.border-e-base-color-bg-success\/10 {
  border-inline-end-color: rgb(209 250 223 / 0.1);
}
.border-e-base-color-bg-success\/100 {
  border-inline-end-color: rgb(209 250 223 / 1);
}
.border-e-base-color-bg-success\/20 {
  border-inline-end-color: rgb(209 250 223 / 0.2);
}
.border-e-base-color-bg-success\/25 {
  border-inline-end-color: rgb(209 250 223 / 0.25);
}
.border-e-base-color-bg-success\/30 {
  border-inline-end-color: rgb(209 250 223 / 0.3);
}
.border-e-base-color-bg-success\/40 {
  border-inline-end-color: rgb(209 250 223 / 0.4);
}
.border-e-base-color-bg-success\/5 {
  border-inline-end-color: rgb(209 250 223 / 0.05);
}
.border-e-base-color-bg-success\/50 {
  border-inline-end-color: rgb(209 250 223 / 0.5);
}
.border-e-base-color-bg-success\/60 {
  border-inline-end-color: rgb(209 250 223 / 0.6);
}
.border-e-base-color-bg-success\/70 {
  border-inline-end-color: rgb(209 250 223 / 0.7);
}
.border-e-base-color-bg-success\/75 {
  border-inline-end-color: rgb(209 250 223 / 0.75);
}
.border-e-base-color-bg-success\/80 {
  border-inline-end-color: rgb(209 250 223 / 0.8);
}
.border-e-base-color-bg-success\/90 {
  border-inline-end-color: rgb(209 250 223 / 0.9);
}
.border-e-base-color-bg-success\/95 {
  border-inline-end-color: rgb(209 250 223 / 0.95);
}
.border-e-base-color-bg-success\/base-opacity-disabled {
  border-inline-end-color: rgb(209 250 223 / 60%);
}
.border-e-base-color-bg-success\/core-opacity-0 {
  border-inline-end-color: rgb(209 250 223 / 0%);
}
.border-e-base-color-bg-success\/core-opacity-10 {
  border-inline-end-color: rgb(209 250 223 / 10%);
}
.border-e-base-color-bg-success\/core-opacity-100 {
  border-inline-end-color: rgb(209 250 223 / 100%);
}
.border-e-base-color-bg-success\/core-opacity-20 {
  border-inline-end-color: rgb(209 250 223 / 20%);
}
.border-e-base-color-bg-success\/core-opacity-30 {
  border-inline-end-color: rgb(209 250 223 / 30%);
}
.border-e-base-color-bg-success\/core-opacity-40 {
  border-inline-end-color: rgb(209 250 223 / 40%);
}
.border-e-base-color-bg-success\/core-opacity-50 {
  border-inline-end-color: rgb(209 250 223 / 50%);
}
.border-e-base-color-bg-success\/core-opacity-60 {
  border-inline-end-color: rgb(209 250 223 / 60%);
}
.border-e-base-color-bg-success\/core-opacity-70 {
  border-inline-end-color: rgb(209 250 223 / 70%);
}
.border-e-base-color-bg-success\/core-opacity-80 {
  border-inline-end-color: rgb(209 250 223 / 80%);
}
.border-e-base-color-bg-success\/core-opacity-90 {
  border-inline-end-color: rgb(209 250 223 / 90%);
}
.border-e-base-color-bg-transparent {
  border-inline-end-color: #00000000;
}
.border-e-base-color-bg-transparent\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-base-color-bg-transparent\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-base-color-bg-transparent\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-base-color-bg-transparent\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-base-color-bg-transparent\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-base-color-bg-transparent\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-base-color-bg-transparent\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-base-color-bg-transparent\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-base-color-bg-transparent\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-base-color-bg-transparent\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-base-color-bg-transparent\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-base-color-bg-transparent\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-base-color-bg-transparent\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-base-color-bg-transparent\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-base-color-bg-transparent\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-base-color-bg-transparent\/base-opacity-disabled {
  border-inline-end-color: rgb(0 0 0 / 60%);
}
.border-e-base-color-bg-transparent\/core-opacity-0 {
  border-inline-end-color: rgb(0 0 0 / 0%);
}
.border-e-base-color-bg-transparent\/core-opacity-10 {
  border-inline-end-color: rgb(0 0 0 / 10%);
}
.border-e-base-color-bg-transparent\/core-opacity-100 {
  border-inline-end-color: rgb(0 0 0 / 100%);
}
.border-e-base-color-bg-transparent\/core-opacity-20 {
  border-inline-end-color: rgb(0 0 0 / 20%);
}
.border-e-base-color-bg-transparent\/core-opacity-30 {
  border-inline-end-color: rgb(0 0 0 / 30%);
}
.border-e-base-color-bg-transparent\/core-opacity-40 {
  border-inline-end-color: rgb(0 0 0 / 40%);
}
.border-e-base-color-bg-transparent\/core-opacity-50 {
  border-inline-end-color: rgb(0 0 0 / 50%);
}
.border-e-base-color-bg-transparent\/core-opacity-60 {
  border-inline-end-color: rgb(0 0 0 / 60%);
}
.border-e-base-color-bg-transparent\/core-opacity-70 {
  border-inline-end-color: rgb(0 0 0 / 70%);
}
.border-e-base-color-bg-transparent\/core-opacity-80 {
  border-inline-end-color: rgb(0 0 0 / 80%);
}
.border-e-base-color-bg-transparent\/core-opacity-90 {
  border-inline-end-color: rgb(0 0 0 / 90%);
}
.border-l-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-l-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-l-base-color-bg-accent-emphasis\/0 {
  border-left-color: rgb(21 94 239 / 0);
}
.border-l-base-color-bg-accent-emphasis\/10 {
  border-left-color: rgb(21 94 239 / 0.1);
}
.border-l-base-color-bg-accent-emphasis\/100 {
  border-left-color: rgb(21 94 239 / 1);
}
.border-l-base-color-bg-accent-emphasis\/20 {
  border-left-color: rgb(21 94 239 / 0.2);
}
.border-l-base-color-bg-accent-emphasis\/25 {
  border-left-color: rgb(21 94 239 / 0.25);
}
.border-l-base-color-bg-accent-emphasis\/30 {
  border-left-color: rgb(21 94 239 / 0.3);
}
.border-l-base-color-bg-accent-emphasis\/40 {
  border-left-color: rgb(21 94 239 / 0.4);
}
.border-l-base-color-bg-accent-emphasis\/5 {
  border-left-color: rgb(21 94 239 / 0.05);
}
.border-l-base-color-bg-accent-emphasis\/50 {
  border-left-color: rgb(21 94 239 / 0.5);
}
.border-l-base-color-bg-accent-emphasis\/60 {
  border-left-color: rgb(21 94 239 / 0.6);
}
.border-l-base-color-bg-accent-emphasis\/70 {
  border-left-color: rgb(21 94 239 / 0.7);
}
.border-l-base-color-bg-accent-emphasis\/75 {
  border-left-color: rgb(21 94 239 / 0.75);
}
.border-l-base-color-bg-accent-emphasis\/80 {
  border-left-color: rgb(21 94 239 / 0.8);
}
.border-l-base-color-bg-accent-emphasis\/90 {
  border-left-color: rgb(21 94 239 / 0.9);
}
.border-l-base-color-bg-accent-emphasis\/95 {
  border-left-color: rgb(21 94 239 / 0.95);
}
.border-l-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-left-color: rgb(21 94 239 / 60%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-left-color: rgb(21 94 239 / 0%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-left-color: rgb(21 94 239 / 10%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-left-color: rgb(21 94 239 / 100%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-left-color: rgb(21 94 239 / 20%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-left-color: rgb(21 94 239 / 30%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-left-color: rgb(21 94 239 / 40%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-left-color: rgb(21 94 239 / 50%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-left-color: rgb(21 94 239 / 60%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-left-color: rgb(21 94 239 / 70%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-left-color: rgb(21 94 239 / 80%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-left-color: rgb(21 94 239 / 90%);
}
.border-l-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-l-base-color-bg-accent-subtle\/0 {
  border-left-color: rgb(245 248 255 / 0);
}
.border-l-base-color-bg-accent-subtle\/10 {
  border-left-color: rgb(245 248 255 / 0.1);
}
.border-l-base-color-bg-accent-subtle\/100 {
  border-left-color: rgb(245 248 255 / 1);
}
.border-l-base-color-bg-accent-subtle\/20 {
  border-left-color: rgb(245 248 255 / 0.2);
}
.border-l-base-color-bg-accent-subtle\/25 {
  border-left-color: rgb(245 248 255 / 0.25);
}
.border-l-base-color-bg-accent-subtle\/30 {
  border-left-color: rgb(245 248 255 / 0.3);
}
.border-l-base-color-bg-accent-subtle\/40 {
  border-left-color: rgb(245 248 255 / 0.4);
}
.border-l-base-color-bg-accent-subtle\/5 {
  border-left-color: rgb(245 248 255 / 0.05);
}
.border-l-base-color-bg-accent-subtle\/50 {
  border-left-color: rgb(245 248 255 / 0.5);
}
.border-l-base-color-bg-accent-subtle\/60 {
  border-left-color: rgb(245 248 255 / 0.6);
}
.border-l-base-color-bg-accent-subtle\/70 {
  border-left-color: rgb(245 248 255 / 0.7);
}
.border-l-base-color-bg-accent-subtle\/75 {
  border-left-color: rgb(245 248 255 / 0.75);
}
.border-l-base-color-bg-accent-subtle\/80 {
  border-left-color: rgb(245 248 255 / 0.8);
}
.border-l-base-color-bg-accent-subtle\/90 {
  border-left-color: rgb(245 248 255 / 0.9);
}
.border-l-base-color-bg-accent-subtle\/95 {
  border-left-color: rgb(245 248 255 / 0.95);
}
.border-l-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-left-color: rgb(245 248 255 / 60%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-0 {
  border-left-color: rgb(245 248 255 / 0%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-10 {
  border-left-color: rgb(245 248 255 / 10%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-100 {
  border-left-color: rgb(245 248 255 / 100%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-20 {
  border-left-color: rgb(245 248 255 / 20%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-30 {
  border-left-color: rgb(245 248 255 / 30%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-40 {
  border-left-color: rgb(245 248 255 / 40%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-50 {
  border-left-color: rgb(245 248 255 / 50%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-60 {
  border-left-color: rgb(245 248 255 / 60%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-70 {
  border-left-color: rgb(245 248 255 / 70%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-80 {
  border-left-color: rgb(245 248 255 / 80%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-90 {
  border-left-color: rgb(245 248 255 / 90%);
}
.border-l-base-color-bg-accent\/0 {
  border-left-color: rgb(209 224 255 / 0);
}
.border-l-base-color-bg-accent\/10 {
  border-left-color: rgb(209 224 255 / 0.1);
}
.border-l-base-color-bg-accent\/100 {
  border-left-color: rgb(209 224 255 / 1);
}
.border-l-base-color-bg-accent\/20 {
  border-left-color: rgb(209 224 255 / 0.2);
}
.border-l-base-color-bg-accent\/25 {
  border-left-color: rgb(209 224 255 / 0.25);
}
.border-l-base-color-bg-accent\/30 {
  border-left-color: rgb(209 224 255 / 0.3);
}
.border-l-base-color-bg-accent\/40 {
  border-left-color: rgb(209 224 255 / 0.4);
}
.border-l-base-color-bg-accent\/5 {
  border-left-color: rgb(209 224 255 / 0.05);
}
.border-l-base-color-bg-accent\/50 {
  border-left-color: rgb(209 224 255 / 0.5);
}
.border-l-base-color-bg-accent\/60 {
  border-left-color: rgb(209 224 255 / 0.6);
}
.border-l-base-color-bg-accent\/70 {
  border-left-color: rgb(209 224 255 / 0.7);
}
.border-l-base-color-bg-accent\/75 {
  border-left-color: rgb(209 224 255 / 0.75);
}
.border-l-base-color-bg-accent\/80 {
  border-left-color: rgb(209 224 255 / 0.8);
}
.border-l-base-color-bg-accent\/90 {
  border-left-color: rgb(209 224 255 / 0.9);
}
.border-l-base-color-bg-accent\/95 {
  border-left-color: rgb(209 224 255 / 0.95);
}
.border-l-base-color-bg-accent\/base-opacity-disabled {
  border-left-color: rgb(209 224 255 / 60%);
}
.border-l-base-color-bg-accent\/core-opacity-0 {
  border-left-color: rgb(209 224 255 / 0%);
}
.border-l-base-color-bg-accent\/core-opacity-10 {
  border-left-color: rgb(209 224 255 / 10%);
}
.border-l-base-color-bg-accent\/core-opacity-100 {
  border-left-color: rgb(209 224 255 / 100%);
}
.border-l-base-color-bg-accent\/core-opacity-20 {
  border-left-color: rgb(209 224 255 / 20%);
}
.border-l-base-color-bg-accent\/core-opacity-30 {
  border-left-color: rgb(209 224 255 / 30%);
}
.border-l-base-color-bg-accent\/core-opacity-40 {
  border-left-color: rgb(209 224 255 / 40%);
}
.border-l-base-color-bg-accent\/core-opacity-50 {
  border-left-color: rgb(209 224 255 / 50%);
}
.border-l-base-color-bg-accent\/core-opacity-60 {
  border-left-color: rgb(209 224 255 / 60%);
}
.border-l-base-color-bg-accent\/core-opacity-70 {
  border-left-color: rgb(209 224 255 / 70%);
}
.border-l-base-color-bg-accent\/core-opacity-80 {
  border-left-color: rgb(209 224 255 / 80%);
}
.border-l-base-color-bg-accent\/core-opacity-90 {
  border-left-color: rgb(209 224 255 / 90%);
}
.border-l-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-l-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-l-base-color-bg-attention-emphasis\/0 {
  border-left-color: rgb(221 105 3 / 0);
}
.border-l-base-color-bg-attention-emphasis\/10 {
  border-left-color: rgb(221 105 3 / 0.1);
}
.border-l-base-color-bg-attention-emphasis\/100 {
  border-left-color: rgb(221 105 3 / 1);
}
.border-l-base-color-bg-attention-emphasis\/20 {
  border-left-color: rgb(221 105 3 / 0.2);
}
.border-l-base-color-bg-attention-emphasis\/25 {
  border-left-color: rgb(221 105 3 / 0.25);
}
.border-l-base-color-bg-attention-emphasis\/30 {
  border-left-color: rgb(221 105 3 / 0.3);
}
.border-l-base-color-bg-attention-emphasis\/40 {
  border-left-color: rgb(221 105 3 / 0.4);
}
.border-l-base-color-bg-attention-emphasis\/5 {
  border-left-color: rgb(221 105 3 / 0.05);
}
.border-l-base-color-bg-attention-emphasis\/50 {
  border-left-color: rgb(221 105 3 / 0.5);
}
.border-l-base-color-bg-attention-emphasis\/60 {
  border-left-color: rgb(221 105 3 / 0.6);
}
.border-l-base-color-bg-attention-emphasis\/70 {
  border-left-color: rgb(221 105 3 / 0.7);
}
.border-l-base-color-bg-attention-emphasis\/75 {
  border-left-color: rgb(221 105 3 / 0.75);
}
.border-l-base-color-bg-attention-emphasis\/80 {
  border-left-color: rgb(221 105 3 / 0.8);
}
.border-l-base-color-bg-attention-emphasis\/90 {
  border-left-color: rgb(221 105 3 / 0.9);
}
.border-l-base-color-bg-attention-emphasis\/95 {
  border-left-color: rgb(221 105 3 / 0.95);
}
.border-l-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-left-color: rgb(221 105 3 / 60%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-left-color: rgb(221 105 3 / 0%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-left-color: rgb(221 105 3 / 10%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-left-color: rgb(221 105 3 / 100%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-left-color: rgb(221 105 3 / 20%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-left-color: rgb(221 105 3 / 30%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-left-color: rgb(221 105 3 / 40%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-left-color: rgb(221 105 3 / 50%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-left-color: rgb(221 105 3 / 60%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-left-color: rgb(221 105 3 / 70%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-left-color: rgb(221 105 3 / 80%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-left-color: rgb(221 105 3 / 90%);
}
.border-l-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-l-base-color-bg-attention-subtle\/0 {
  border-left-color: rgb(255 252 245 / 0);
}
.border-l-base-color-bg-attention-subtle\/10 {
  border-left-color: rgb(255 252 245 / 0.1);
}
.border-l-base-color-bg-attention-subtle\/100 {
  border-left-color: rgb(255 252 245 / 1);
}
.border-l-base-color-bg-attention-subtle\/20 {
  border-left-color: rgb(255 252 245 / 0.2);
}
.border-l-base-color-bg-attention-subtle\/25 {
  border-left-color: rgb(255 252 245 / 0.25);
}
.border-l-base-color-bg-attention-subtle\/30 {
  border-left-color: rgb(255 252 245 / 0.3);
}
.border-l-base-color-bg-attention-subtle\/40 {
  border-left-color: rgb(255 252 245 / 0.4);
}
.border-l-base-color-bg-attention-subtle\/5 {
  border-left-color: rgb(255 252 245 / 0.05);
}
.border-l-base-color-bg-attention-subtle\/50 {
  border-left-color: rgb(255 252 245 / 0.5);
}
.border-l-base-color-bg-attention-subtle\/60 {
  border-left-color: rgb(255 252 245 / 0.6);
}
.border-l-base-color-bg-attention-subtle\/70 {
  border-left-color: rgb(255 252 245 / 0.7);
}
.border-l-base-color-bg-attention-subtle\/75 {
  border-left-color: rgb(255 252 245 / 0.75);
}
.border-l-base-color-bg-attention-subtle\/80 {
  border-left-color: rgb(255 252 245 / 0.8);
}
.border-l-base-color-bg-attention-subtle\/90 {
  border-left-color: rgb(255 252 245 / 0.9);
}
.border-l-base-color-bg-attention-subtle\/95 {
  border-left-color: rgb(255 252 245 / 0.95);
}
.border-l-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-left-color: rgb(255 252 245 / 60%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-0 {
  border-left-color: rgb(255 252 245 / 0%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-10 {
  border-left-color: rgb(255 252 245 / 10%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-100 {
  border-left-color: rgb(255 252 245 / 100%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-20 {
  border-left-color: rgb(255 252 245 / 20%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-30 {
  border-left-color: rgb(255 252 245 / 30%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-40 {
  border-left-color: rgb(255 252 245 / 40%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-50 {
  border-left-color: rgb(255 252 245 / 50%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-60 {
  border-left-color: rgb(255 252 245 / 60%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-70 {
  border-left-color: rgb(255 252 245 / 70%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-80 {
  border-left-color: rgb(255 252 245 / 80%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-90 {
  border-left-color: rgb(255 252 245 / 90%);
}
.border-l-base-color-bg-attention\/0 {
  border-left-color: rgb(254 240 200 / 0);
}
.border-l-base-color-bg-attention\/10 {
  border-left-color: rgb(254 240 200 / 0.1);
}
.border-l-base-color-bg-attention\/100 {
  border-left-color: rgb(254 240 200 / 1);
}
.border-l-base-color-bg-attention\/20 {
  border-left-color: rgb(254 240 200 / 0.2);
}
.border-l-base-color-bg-attention\/25 {
  border-left-color: rgb(254 240 200 / 0.25);
}
.border-l-base-color-bg-attention\/30 {
  border-left-color: rgb(254 240 200 / 0.3);
}
.border-l-base-color-bg-attention\/40 {
  border-left-color: rgb(254 240 200 / 0.4);
}
.border-l-base-color-bg-attention\/5 {
  border-left-color: rgb(254 240 200 / 0.05);
}
.border-l-base-color-bg-attention\/50 {
  border-left-color: rgb(254 240 200 / 0.5);
}
.border-l-base-color-bg-attention\/60 {
  border-left-color: rgb(254 240 200 / 0.6);
}
.border-l-base-color-bg-attention\/70 {
  border-left-color: rgb(254 240 200 / 0.7);
}
.border-l-base-color-bg-attention\/75 {
  border-left-color: rgb(254 240 200 / 0.75);
}
.border-l-base-color-bg-attention\/80 {
  border-left-color: rgb(254 240 200 / 0.8);
}
.border-l-base-color-bg-attention\/90 {
  border-left-color: rgb(254 240 200 / 0.9);
}
.border-l-base-color-bg-attention\/95 {
  border-left-color: rgb(254 240 200 / 0.95);
}
.border-l-base-color-bg-attention\/base-opacity-disabled {
  border-left-color: rgb(254 240 200 / 60%);
}
.border-l-base-color-bg-attention\/core-opacity-0 {
  border-left-color: rgb(254 240 200 / 0%);
}
.border-l-base-color-bg-attention\/core-opacity-10 {
  border-left-color: rgb(254 240 200 / 10%);
}
.border-l-base-color-bg-attention\/core-opacity-100 {
  border-left-color: rgb(254 240 200 / 100%);
}
.border-l-base-color-bg-attention\/core-opacity-20 {
  border-left-color: rgb(254 240 200 / 20%);
}
.border-l-base-color-bg-attention\/core-opacity-30 {
  border-left-color: rgb(254 240 200 / 30%);
}
.border-l-base-color-bg-attention\/core-opacity-40 {
  border-left-color: rgb(254 240 200 / 40%);
}
.border-l-base-color-bg-attention\/core-opacity-50 {
  border-left-color: rgb(254 240 200 / 50%);
}
.border-l-base-color-bg-attention\/core-opacity-60 {
  border-left-color: rgb(254 240 200 / 60%);
}
.border-l-base-color-bg-attention\/core-opacity-70 {
  border-left-color: rgb(254 240 200 / 70%);
}
.border-l-base-color-bg-attention\/core-opacity-80 {
  border-left-color: rgb(254 240 200 / 80%);
}
.border-l-base-color-bg-attention\/core-opacity-90 {
  border-left-color: rgb(254 240 200 / 90%);
}
.border-l-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-l-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-l-base-color-bg-brand-emphasis\/0 {
  border-left-color: rgb(93 91 215 / 0);
}
.border-l-base-color-bg-brand-emphasis\/10 {
  border-left-color: rgb(93 91 215 / 0.1);
}
.border-l-base-color-bg-brand-emphasis\/100 {
  border-left-color: rgb(93 91 215 / 1);
}
.border-l-base-color-bg-brand-emphasis\/20 {
  border-left-color: rgb(93 91 215 / 0.2);
}
.border-l-base-color-bg-brand-emphasis\/25 {
  border-left-color: rgb(93 91 215 / 0.25);
}
.border-l-base-color-bg-brand-emphasis\/30 {
  border-left-color: rgb(93 91 215 / 0.3);
}
.border-l-base-color-bg-brand-emphasis\/40 {
  border-left-color: rgb(93 91 215 / 0.4);
}
.border-l-base-color-bg-brand-emphasis\/5 {
  border-left-color: rgb(93 91 215 / 0.05);
}
.border-l-base-color-bg-brand-emphasis\/50 {
  border-left-color: rgb(93 91 215 / 0.5);
}
.border-l-base-color-bg-brand-emphasis\/60 {
  border-left-color: rgb(93 91 215 / 0.6);
}
.border-l-base-color-bg-brand-emphasis\/70 {
  border-left-color: rgb(93 91 215 / 0.7);
}
.border-l-base-color-bg-brand-emphasis\/75 {
  border-left-color: rgb(93 91 215 / 0.75);
}
.border-l-base-color-bg-brand-emphasis\/80 {
  border-left-color: rgb(93 91 215 / 0.8);
}
.border-l-base-color-bg-brand-emphasis\/90 {
  border-left-color: rgb(93 91 215 / 0.9);
}
.border-l-base-color-bg-brand-emphasis\/95 {
  border-left-color: rgb(93 91 215 / 0.95);
}
.border-l-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-left-color: rgb(93 91 215 / 60%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-left-color: rgb(93 91 215 / 0%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-left-color: rgb(93 91 215 / 10%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-left-color: rgb(93 91 215 / 100%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-left-color: rgb(93 91 215 / 20%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-left-color: rgb(93 91 215 / 30%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-left-color: rgb(93 91 215 / 40%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-left-color: rgb(93 91 215 / 50%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-left-color: rgb(93 91 215 / 60%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-left-color: rgb(93 91 215 / 70%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-left-color: rgb(93 91 215 / 80%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-left-color: rgb(93 91 215 / 90%);
}
.border-l-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-l-base-color-bg-brand-subtle\/0 {
  border-left-color: rgb(242 244 253 / 0);
}
.border-l-base-color-bg-brand-subtle\/10 {
  border-left-color: rgb(242 244 253 / 0.1);
}
.border-l-base-color-bg-brand-subtle\/100 {
  border-left-color: rgb(242 244 253 / 1);
}
.border-l-base-color-bg-brand-subtle\/20 {
  border-left-color: rgb(242 244 253 / 0.2);
}
.border-l-base-color-bg-brand-subtle\/25 {
  border-left-color: rgb(242 244 253 / 0.25);
}
.border-l-base-color-bg-brand-subtle\/30 {
  border-left-color: rgb(242 244 253 / 0.3);
}
.border-l-base-color-bg-brand-subtle\/40 {
  border-left-color: rgb(242 244 253 / 0.4);
}
.border-l-base-color-bg-brand-subtle\/5 {
  border-left-color: rgb(242 244 253 / 0.05);
}
.border-l-base-color-bg-brand-subtle\/50 {
  border-left-color: rgb(242 244 253 / 0.5);
}
.border-l-base-color-bg-brand-subtle\/60 {
  border-left-color: rgb(242 244 253 / 0.6);
}
.border-l-base-color-bg-brand-subtle\/70 {
  border-left-color: rgb(242 244 253 / 0.7);
}
.border-l-base-color-bg-brand-subtle\/75 {
  border-left-color: rgb(242 244 253 / 0.75);
}
.border-l-base-color-bg-brand-subtle\/80 {
  border-left-color: rgb(242 244 253 / 0.8);
}
.border-l-base-color-bg-brand-subtle\/90 {
  border-left-color: rgb(242 244 253 / 0.9);
}
.border-l-base-color-bg-brand-subtle\/95 {
  border-left-color: rgb(242 244 253 / 0.95);
}
.border-l-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-left-color: rgb(242 244 253 / 60%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-0 {
  border-left-color: rgb(242 244 253 / 0%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-10 {
  border-left-color: rgb(242 244 253 / 10%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-100 {
  border-left-color: rgb(242 244 253 / 100%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-20 {
  border-left-color: rgb(242 244 253 / 20%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-30 {
  border-left-color: rgb(242 244 253 / 30%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-40 {
  border-left-color: rgb(242 244 253 / 40%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-50 {
  border-left-color: rgb(242 244 253 / 50%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-60 {
  border-left-color: rgb(242 244 253 / 60%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-70 {
  border-left-color: rgb(242 244 253 / 70%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-80 {
  border-left-color: rgb(242 244 253 / 80%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-90 {
  border-left-color: rgb(242 244 253 / 90%);
}
.border-l-base-color-bg-brand\/0 {
  border-left-color: rgb(205 214 249 / 0);
}
.border-l-base-color-bg-brand\/10 {
  border-left-color: rgb(205 214 249 / 0.1);
}
.border-l-base-color-bg-brand\/100 {
  border-left-color: rgb(205 214 249 / 1);
}
.border-l-base-color-bg-brand\/20 {
  border-left-color: rgb(205 214 249 / 0.2);
}
.border-l-base-color-bg-brand\/25 {
  border-left-color: rgb(205 214 249 / 0.25);
}
.border-l-base-color-bg-brand\/30 {
  border-left-color: rgb(205 214 249 / 0.3);
}
.border-l-base-color-bg-brand\/40 {
  border-left-color: rgb(205 214 249 / 0.4);
}
.border-l-base-color-bg-brand\/5 {
  border-left-color: rgb(205 214 249 / 0.05);
}
.border-l-base-color-bg-brand\/50 {
  border-left-color: rgb(205 214 249 / 0.5);
}
.border-l-base-color-bg-brand\/60 {
  border-left-color: rgb(205 214 249 / 0.6);
}
.border-l-base-color-bg-brand\/70 {
  border-left-color: rgb(205 214 249 / 0.7);
}
.border-l-base-color-bg-brand\/75 {
  border-left-color: rgb(205 214 249 / 0.75);
}
.border-l-base-color-bg-brand\/80 {
  border-left-color: rgb(205 214 249 / 0.8);
}
.border-l-base-color-bg-brand\/90 {
  border-left-color: rgb(205 214 249 / 0.9);
}
.border-l-base-color-bg-brand\/95 {
  border-left-color: rgb(205 214 249 / 0.95);
}
.border-l-base-color-bg-brand\/base-opacity-disabled {
  border-left-color: rgb(205 214 249 / 60%);
}
.border-l-base-color-bg-brand\/core-opacity-0 {
  border-left-color: rgb(205 214 249 / 0%);
}
.border-l-base-color-bg-brand\/core-opacity-10 {
  border-left-color: rgb(205 214 249 / 10%);
}
.border-l-base-color-bg-brand\/core-opacity-100 {
  border-left-color: rgb(205 214 249 / 100%);
}
.border-l-base-color-bg-brand\/core-opacity-20 {
  border-left-color: rgb(205 214 249 / 20%);
}
.border-l-base-color-bg-brand\/core-opacity-30 {
  border-left-color: rgb(205 214 249 / 30%);
}
.border-l-base-color-bg-brand\/core-opacity-40 {
  border-left-color: rgb(205 214 249 / 40%);
}
.border-l-base-color-bg-brand\/core-opacity-50 {
  border-left-color: rgb(205 214 249 / 50%);
}
.border-l-base-color-bg-brand\/core-opacity-60 {
  border-left-color: rgb(205 214 249 / 60%);
}
.border-l-base-color-bg-brand\/core-opacity-70 {
  border-left-color: rgb(205 214 249 / 70%);
}
.border-l-base-color-bg-brand\/core-opacity-80 {
  border-left-color: rgb(205 214 249 / 80%);
}
.border-l-base-color-bg-brand\/core-opacity-90 {
  border-left-color: rgb(205 214 249 / 90%);
}
.border-l-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-l-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-l-base-color-bg-danger-emphasis\/0 {
  border-left-color: rgb(240 68 56 / 0);
}
.border-l-base-color-bg-danger-emphasis\/10 {
  border-left-color: rgb(240 68 56 / 0.1);
}
.border-l-base-color-bg-danger-emphasis\/100 {
  border-left-color: rgb(240 68 56 / 1);
}
.border-l-base-color-bg-danger-emphasis\/20 {
  border-left-color: rgb(240 68 56 / 0.2);
}
.border-l-base-color-bg-danger-emphasis\/25 {
  border-left-color: rgb(240 68 56 / 0.25);
}
.border-l-base-color-bg-danger-emphasis\/30 {
  border-left-color: rgb(240 68 56 / 0.3);
}
.border-l-base-color-bg-danger-emphasis\/40 {
  border-left-color: rgb(240 68 56 / 0.4);
}
.border-l-base-color-bg-danger-emphasis\/5 {
  border-left-color: rgb(240 68 56 / 0.05);
}
.border-l-base-color-bg-danger-emphasis\/50 {
  border-left-color: rgb(240 68 56 / 0.5);
}
.border-l-base-color-bg-danger-emphasis\/60 {
  border-left-color: rgb(240 68 56 / 0.6);
}
.border-l-base-color-bg-danger-emphasis\/70 {
  border-left-color: rgb(240 68 56 / 0.7);
}
.border-l-base-color-bg-danger-emphasis\/75 {
  border-left-color: rgb(240 68 56 / 0.75);
}
.border-l-base-color-bg-danger-emphasis\/80 {
  border-left-color: rgb(240 68 56 / 0.8);
}
.border-l-base-color-bg-danger-emphasis\/90 {
  border-left-color: rgb(240 68 56 / 0.9);
}
.border-l-base-color-bg-danger-emphasis\/95 {
  border-left-color: rgb(240 68 56 / 0.95);
}
.border-l-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-left-color: rgb(240 68 56 / 60%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-left-color: rgb(240 68 56 / 0%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-left-color: rgb(240 68 56 / 10%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-left-color: rgb(240 68 56 / 100%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-left-color: rgb(240 68 56 / 20%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-left-color: rgb(240 68 56 / 30%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-left-color: rgb(240 68 56 / 40%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-left-color: rgb(240 68 56 / 50%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-left-color: rgb(240 68 56 / 60%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-left-color: rgb(240 68 56 / 70%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-left-color: rgb(240 68 56 / 80%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-left-color: rgb(240 68 56 / 90%);
}
.border-l-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-l-base-color-bg-danger-subtle\/0 {
  border-left-color: rgb(255 251 250 / 0);
}
.border-l-base-color-bg-danger-subtle\/10 {
  border-left-color: rgb(255 251 250 / 0.1);
}
.border-l-base-color-bg-danger-subtle\/100 {
  border-left-color: rgb(255 251 250 / 1);
}
.border-l-base-color-bg-danger-subtle\/20 {
  border-left-color: rgb(255 251 250 / 0.2);
}
.border-l-base-color-bg-danger-subtle\/25 {
  border-left-color: rgb(255 251 250 / 0.25);
}
.border-l-base-color-bg-danger-subtle\/30 {
  border-left-color: rgb(255 251 250 / 0.3);
}
.border-l-base-color-bg-danger-subtle\/40 {
  border-left-color: rgb(255 251 250 / 0.4);
}
.border-l-base-color-bg-danger-subtle\/5 {
  border-left-color: rgb(255 251 250 / 0.05);
}
.border-l-base-color-bg-danger-subtle\/50 {
  border-left-color: rgb(255 251 250 / 0.5);
}
.border-l-base-color-bg-danger-subtle\/60 {
  border-left-color: rgb(255 251 250 / 0.6);
}
.border-l-base-color-bg-danger-subtle\/70 {
  border-left-color: rgb(255 251 250 / 0.7);
}
.border-l-base-color-bg-danger-subtle\/75 {
  border-left-color: rgb(255 251 250 / 0.75);
}
.border-l-base-color-bg-danger-subtle\/80 {
  border-left-color: rgb(255 251 250 / 0.8);
}
.border-l-base-color-bg-danger-subtle\/90 {
  border-left-color: rgb(255 251 250 / 0.9);
}
.border-l-base-color-bg-danger-subtle\/95 {
  border-left-color: rgb(255 251 250 / 0.95);
}
.border-l-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-left-color: rgb(255 251 250 / 60%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-0 {
  border-left-color: rgb(255 251 250 / 0%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-10 {
  border-left-color: rgb(255 251 250 / 10%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-100 {
  border-left-color: rgb(255 251 250 / 100%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-20 {
  border-left-color: rgb(255 251 250 / 20%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-30 {
  border-left-color: rgb(255 251 250 / 30%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-40 {
  border-left-color: rgb(255 251 250 / 40%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-50 {
  border-left-color: rgb(255 251 250 / 50%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-60 {
  border-left-color: rgb(255 251 250 / 60%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-70 {
  border-left-color: rgb(255 251 250 / 70%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-80 {
  border-left-color: rgb(255 251 250 / 80%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-90 {
  border-left-color: rgb(255 251 250 / 90%);
}
.border-l-base-color-bg-danger\/0 {
  border-left-color: rgb(254 227 225 / 0);
}
.border-l-base-color-bg-danger\/10 {
  border-left-color: rgb(254 227 225 / 0.1);
}
.border-l-base-color-bg-danger\/100 {
  border-left-color: rgb(254 227 225 / 1);
}
.border-l-base-color-bg-danger\/20 {
  border-left-color: rgb(254 227 225 / 0.2);
}
.border-l-base-color-bg-danger\/25 {
  border-left-color: rgb(254 227 225 / 0.25);
}
.border-l-base-color-bg-danger\/30 {
  border-left-color: rgb(254 227 225 / 0.3);
}
.border-l-base-color-bg-danger\/40 {
  border-left-color: rgb(254 227 225 / 0.4);
}
.border-l-base-color-bg-danger\/5 {
  border-left-color: rgb(254 227 225 / 0.05);
}
.border-l-base-color-bg-danger\/50 {
  border-left-color: rgb(254 227 225 / 0.5);
}
.border-l-base-color-bg-danger\/60 {
  border-left-color: rgb(254 227 225 / 0.6);
}
.border-l-base-color-bg-danger\/70 {
  border-left-color: rgb(254 227 225 / 0.7);
}
.border-l-base-color-bg-danger\/75 {
  border-left-color: rgb(254 227 225 / 0.75);
}
.border-l-base-color-bg-danger\/80 {
  border-left-color: rgb(254 227 225 / 0.8);
}
.border-l-base-color-bg-danger\/90 {
  border-left-color: rgb(254 227 225 / 0.9);
}
.border-l-base-color-bg-danger\/95 {
  border-left-color: rgb(254 227 225 / 0.95);
}
.border-l-base-color-bg-danger\/base-opacity-disabled {
  border-left-color: rgb(254 227 225 / 60%);
}
.border-l-base-color-bg-danger\/core-opacity-0 {
  border-left-color: rgb(254 227 225 / 0%);
}
.border-l-base-color-bg-danger\/core-opacity-10 {
  border-left-color: rgb(254 227 225 / 10%);
}
.border-l-base-color-bg-danger\/core-opacity-100 {
  border-left-color: rgb(254 227 225 / 100%);
}
.border-l-base-color-bg-danger\/core-opacity-20 {
  border-left-color: rgb(254 227 225 / 20%);
}
.border-l-base-color-bg-danger\/core-opacity-30 {
  border-left-color: rgb(254 227 225 / 30%);
}
.border-l-base-color-bg-danger\/core-opacity-40 {
  border-left-color: rgb(254 227 225 / 40%);
}
.border-l-base-color-bg-danger\/core-opacity-50 {
  border-left-color: rgb(254 227 225 / 50%);
}
.border-l-base-color-bg-danger\/core-opacity-60 {
  border-left-color: rgb(254 227 225 / 60%);
}
.border-l-base-color-bg-danger\/core-opacity-70 {
  border-left-color: rgb(254 227 225 / 70%);
}
.border-l-base-color-bg-danger\/core-opacity-80 {
  border-left-color: rgb(254 227 225 / 80%);
}
.border-l-base-color-bg-danger\/core-opacity-90 {
  border-left-color: rgb(254 227 225 / 90%);
}
.border-l-base-color-bg-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-base-color-bg-default\/0 {
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-base-color-bg-default\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-base-color-bg-default\/100 {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-base-color-bg-default\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-base-color-bg-default\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-base-color-bg-default\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-base-color-bg-default\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-base-color-bg-default\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-base-color-bg-default\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-base-color-bg-default\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-base-color-bg-default\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-base-color-bg-default\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-base-color-bg-default\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-base-color-bg-default\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-base-color-bg-default\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-l-base-color-bg-default\/base-opacity-disabled {
  border-left-color: rgb(255 255 255 / 60%);
}
.border-l-base-color-bg-default\/core-opacity-0 {
  border-left-color: rgb(255 255 255 / 0%);
}
.border-l-base-color-bg-default\/core-opacity-10 {
  border-left-color: rgb(255 255 255 / 10%);
}
.border-l-base-color-bg-default\/core-opacity-100 {
  border-left-color: rgb(255 255 255 / 100%);
}
.border-l-base-color-bg-default\/core-opacity-20 {
  border-left-color: rgb(255 255 255 / 20%);
}
.border-l-base-color-bg-default\/core-opacity-30 {
  border-left-color: rgb(255 255 255 / 30%);
}
.border-l-base-color-bg-default\/core-opacity-40 {
  border-left-color: rgb(255 255 255 / 40%);
}
.border-l-base-color-bg-default\/core-opacity-50 {
  border-left-color: rgb(255 255 255 / 50%);
}
.border-l-base-color-bg-default\/core-opacity-60 {
  border-left-color: rgb(255 255 255 / 60%);
}
.border-l-base-color-bg-default\/core-opacity-70 {
  border-left-color: rgb(255 255 255 / 70%);
}
.border-l-base-color-bg-default\/core-opacity-80 {
  border-left-color: rgb(255 255 255 / 80%);
}
.border-l-base-color-bg-default\/core-opacity-90 {
  border-left-color: rgb(255 255 255 / 90%);
}
.border-l-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-l-base-color-bg-emphasis\/0 {
  border-left-color: rgb(16 24 40 / 0);
}
.border-l-base-color-bg-emphasis\/10 {
  border-left-color: rgb(16 24 40 / 0.1);
}
.border-l-base-color-bg-emphasis\/100 {
  border-left-color: rgb(16 24 40 / 1);
}
.border-l-base-color-bg-emphasis\/20 {
  border-left-color: rgb(16 24 40 / 0.2);
}
.border-l-base-color-bg-emphasis\/25 {
  border-left-color: rgb(16 24 40 / 0.25);
}
.border-l-base-color-bg-emphasis\/30 {
  border-left-color: rgb(16 24 40 / 0.3);
}
.border-l-base-color-bg-emphasis\/40 {
  border-left-color: rgb(16 24 40 / 0.4);
}
.border-l-base-color-bg-emphasis\/5 {
  border-left-color: rgb(16 24 40 / 0.05);
}
.border-l-base-color-bg-emphasis\/50 {
  border-left-color: rgb(16 24 40 / 0.5);
}
.border-l-base-color-bg-emphasis\/60 {
  border-left-color: rgb(16 24 40 / 0.6);
}
.border-l-base-color-bg-emphasis\/70 {
  border-left-color: rgb(16 24 40 / 0.7);
}
.border-l-base-color-bg-emphasis\/75 {
  border-left-color: rgb(16 24 40 / 0.75);
}
.border-l-base-color-bg-emphasis\/80 {
  border-left-color: rgb(16 24 40 / 0.8);
}
.border-l-base-color-bg-emphasis\/90 {
  border-left-color: rgb(16 24 40 / 0.9);
}
.border-l-base-color-bg-emphasis\/95 {
  border-left-color: rgb(16 24 40 / 0.95);
}
.border-l-base-color-bg-emphasis\/base-opacity-disabled {
  border-left-color: rgb(16 24 40 / 60%);
}
.border-l-base-color-bg-emphasis\/core-opacity-0 {
  border-left-color: rgb(16 24 40 / 0%);
}
.border-l-base-color-bg-emphasis\/core-opacity-10 {
  border-left-color: rgb(16 24 40 / 10%);
}
.border-l-base-color-bg-emphasis\/core-opacity-100 {
  border-left-color: rgb(16 24 40 / 100%);
}
.border-l-base-color-bg-emphasis\/core-opacity-20 {
  border-left-color: rgb(16 24 40 / 20%);
}
.border-l-base-color-bg-emphasis\/core-opacity-30 {
  border-left-color: rgb(16 24 40 / 30%);
}
.border-l-base-color-bg-emphasis\/core-opacity-40 {
  border-left-color: rgb(16 24 40 / 40%);
}
.border-l-base-color-bg-emphasis\/core-opacity-50 {
  border-left-color: rgb(16 24 40 / 50%);
}
.border-l-base-color-bg-emphasis\/core-opacity-60 {
  border-left-color: rgb(16 24 40 / 60%);
}
.border-l-base-color-bg-emphasis\/core-opacity-70 {
  border-left-color: rgb(16 24 40 / 70%);
}
.border-l-base-color-bg-emphasis\/core-opacity-80 {
  border-left-color: rgb(16 24 40 / 80%);
}
.border-l-base-color-bg-emphasis\/core-opacity-90 {
  border-left-color: rgb(16 24 40 / 90%);
}
.border-l-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-l-base-color-bg-muted\/0 {
  border-left-color: rgb(234 236 240 / 0);
}
.border-l-base-color-bg-muted\/10 {
  border-left-color: rgb(234 236 240 / 0.1);
}
.border-l-base-color-bg-muted\/100 {
  border-left-color: rgb(234 236 240 / 1);
}
.border-l-base-color-bg-muted\/20 {
  border-left-color: rgb(234 236 240 / 0.2);
}
.border-l-base-color-bg-muted\/25 {
  border-left-color: rgb(234 236 240 / 0.25);
}
.border-l-base-color-bg-muted\/30 {
  border-left-color: rgb(234 236 240 / 0.3);
}
.border-l-base-color-bg-muted\/40 {
  border-left-color: rgb(234 236 240 / 0.4);
}
.border-l-base-color-bg-muted\/5 {
  border-left-color: rgb(234 236 240 / 0.05);
}
.border-l-base-color-bg-muted\/50 {
  border-left-color: rgb(234 236 240 / 0.5);
}
.border-l-base-color-bg-muted\/60 {
  border-left-color: rgb(234 236 240 / 0.6);
}
.border-l-base-color-bg-muted\/70 {
  border-left-color: rgb(234 236 240 / 0.7);
}
.border-l-base-color-bg-muted\/75 {
  border-left-color: rgb(234 236 240 / 0.75);
}
.border-l-base-color-bg-muted\/80 {
  border-left-color: rgb(234 236 240 / 0.8);
}
.border-l-base-color-bg-muted\/90 {
  border-left-color: rgb(234 236 240 / 0.9);
}
.border-l-base-color-bg-muted\/95 {
  border-left-color: rgb(234 236 240 / 0.95);
}
.border-l-base-color-bg-muted\/base-opacity-disabled {
  border-left-color: rgb(234 236 240 / 60%);
}
.border-l-base-color-bg-muted\/core-opacity-0 {
  border-left-color: rgb(234 236 240 / 0%);
}
.border-l-base-color-bg-muted\/core-opacity-10 {
  border-left-color: rgb(234 236 240 / 10%);
}
.border-l-base-color-bg-muted\/core-opacity-100 {
  border-left-color: rgb(234 236 240 / 100%);
}
.border-l-base-color-bg-muted\/core-opacity-20 {
  border-left-color: rgb(234 236 240 / 20%);
}
.border-l-base-color-bg-muted\/core-opacity-30 {
  border-left-color: rgb(234 236 240 / 30%);
}
.border-l-base-color-bg-muted\/core-opacity-40 {
  border-left-color: rgb(234 236 240 / 40%);
}
.border-l-base-color-bg-muted\/core-opacity-50 {
  border-left-color: rgb(234 236 240 / 50%);
}
.border-l-base-color-bg-muted\/core-opacity-60 {
  border-left-color: rgb(234 236 240 / 60%);
}
.border-l-base-color-bg-muted\/core-opacity-70 {
  border-left-color: rgb(234 236 240 / 70%);
}
.border-l-base-color-bg-muted\/core-opacity-80 {
  border-left-color: rgb(234 236 240 / 80%);
}
.border-l-base-color-bg-muted\/core-opacity-90 {
  border-left-color: rgb(234 236 240 / 90%);
}
.border-l-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-l-base-color-bg-subtle\/0 {
  border-left-color: rgb(242 244 247 / 0);
}
.border-l-base-color-bg-subtle\/10 {
  border-left-color: rgb(242 244 247 / 0.1);
}
.border-l-base-color-bg-subtle\/100 {
  border-left-color: rgb(242 244 247 / 1);
}
.border-l-base-color-bg-subtle\/20 {
  border-left-color: rgb(242 244 247 / 0.2);
}
.border-l-base-color-bg-subtle\/25 {
  border-left-color: rgb(242 244 247 / 0.25);
}
.border-l-base-color-bg-subtle\/30 {
  border-left-color: rgb(242 244 247 / 0.3);
}
.border-l-base-color-bg-subtle\/40 {
  border-left-color: rgb(242 244 247 / 0.4);
}
.border-l-base-color-bg-subtle\/5 {
  border-left-color: rgb(242 244 247 / 0.05);
}
.border-l-base-color-bg-subtle\/50 {
  border-left-color: rgb(242 244 247 / 0.5);
}
.border-l-base-color-bg-subtle\/60 {
  border-left-color: rgb(242 244 247 / 0.6);
}
.border-l-base-color-bg-subtle\/70 {
  border-left-color: rgb(242 244 247 / 0.7);
}
.border-l-base-color-bg-subtle\/75 {
  border-left-color: rgb(242 244 247 / 0.75);
}
.border-l-base-color-bg-subtle\/80 {
  border-left-color: rgb(242 244 247 / 0.8);
}
.border-l-base-color-bg-subtle\/90 {
  border-left-color: rgb(242 244 247 / 0.9);
}
.border-l-base-color-bg-subtle\/95 {
  border-left-color: rgb(242 244 247 / 0.95);
}
.border-l-base-color-bg-subtle\/base-opacity-disabled {
  border-left-color: rgb(242 244 247 / 60%);
}
.border-l-base-color-bg-subtle\/core-opacity-0 {
  border-left-color: rgb(242 244 247 / 0%);
}
.border-l-base-color-bg-subtle\/core-opacity-10 {
  border-left-color: rgb(242 244 247 / 10%);
}
.border-l-base-color-bg-subtle\/core-opacity-100 {
  border-left-color: rgb(242 244 247 / 100%);
}
.border-l-base-color-bg-subtle\/core-opacity-20 {
  border-left-color: rgb(242 244 247 / 20%);
}
.border-l-base-color-bg-subtle\/core-opacity-30 {
  border-left-color: rgb(242 244 247 / 30%);
}
.border-l-base-color-bg-subtle\/core-opacity-40 {
  border-left-color: rgb(242 244 247 / 40%);
}
.border-l-base-color-bg-subtle\/core-opacity-50 {
  border-left-color: rgb(242 244 247 / 50%);
}
.border-l-base-color-bg-subtle\/core-opacity-60 {
  border-left-color: rgb(242 244 247 / 60%);
}
.border-l-base-color-bg-subtle\/core-opacity-70 {
  border-left-color: rgb(242 244 247 / 70%);
}
.border-l-base-color-bg-subtle\/core-opacity-80 {
  border-left-color: rgb(242 244 247 / 80%);
}
.border-l-base-color-bg-subtle\/core-opacity-90 {
  border-left-color: rgb(242 244 247 / 90%);
}
.border-l-base-color-bg-success {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-l-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-l-base-color-bg-success-emphasis\/0 {
  border-left-color: rgb(18 181 105 / 0);
}
.border-l-base-color-bg-success-emphasis\/10 {
  border-left-color: rgb(18 181 105 / 0.1);
}
.border-l-base-color-bg-success-emphasis\/100 {
  border-left-color: rgb(18 181 105 / 1);
}
.border-l-base-color-bg-success-emphasis\/20 {
  border-left-color: rgb(18 181 105 / 0.2);
}
.border-l-base-color-bg-success-emphasis\/25 {
  border-left-color: rgb(18 181 105 / 0.25);
}
.border-l-base-color-bg-success-emphasis\/30 {
  border-left-color: rgb(18 181 105 / 0.3);
}
.border-l-base-color-bg-success-emphasis\/40 {
  border-left-color: rgb(18 181 105 / 0.4);
}
.border-l-base-color-bg-success-emphasis\/5 {
  border-left-color: rgb(18 181 105 / 0.05);
}
.border-l-base-color-bg-success-emphasis\/50 {
  border-left-color: rgb(18 181 105 / 0.5);
}
.border-l-base-color-bg-success-emphasis\/60 {
  border-left-color: rgb(18 181 105 / 0.6);
}
.border-l-base-color-bg-success-emphasis\/70 {
  border-left-color: rgb(18 181 105 / 0.7);
}
.border-l-base-color-bg-success-emphasis\/75 {
  border-left-color: rgb(18 181 105 / 0.75);
}
.border-l-base-color-bg-success-emphasis\/80 {
  border-left-color: rgb(18 181 105 / 0.8);
}
.border-l-base-color-bg-success-emphasis\/90 {
  border-left-color: rgb(18 181 105 / 0.9);
}
.border-l-base-color-bg-success-emphasis\/95 {
  border-left-color: rgb(18 181 105 / 0.95);
}
.border-l-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-left-color: rgb(18 181 105 / 60%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-0 {
  border-left-color: rgb(18 181 105 / 0%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-10 {
  border-left-color: rgb(18 181 105 / 10%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-100 {
  border-left-color: rgb(18 181 105 / 100%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-20 {
  border-left-color: rgb(18 181 105 / 20%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-30 {
  border-left-color: rgb(18 181 105 / 30%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-40 {
  border-left-color: rgb(18 181 105 / 40%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-50 {
  border-left-color: rgb(18 181 105 / 50%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-60 {
  border-left-color: rgb(18 181 105 / 60%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-70 {
  border-left-color: rgb(18 181 105 / 70%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-80 {
  border-left-color: rgb(18 181 105 / 80%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-90 {
  border-left-color: rgb(18 181 105 / 90%);
}
.border-l-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-l-base-color-bg-success-subtle\/0 {
  border-left-color: rgb(246 254 249 / 0);
}
.border-l-base-color-bg-success-subtle\/10 {
  border-left-color: rgb(246 254 249 / 0.1);
}
.border-l-base-color-bg-success-subtle\/100 {
  border-left-color: rgb(246 254 249 / 1);
}
.border-l-base-color-bg-success-subtle\/20 {
  border-left-color: rgb(246 254 249 / 0.2);
}
.border-l-base-color-bg-success-subtle\/25 {
  border-left-color: rgb(246 254 249 / 0.25);
}
.border-l-base-color-bg-success-subtle\/30 {
  border-left-color: rgb(246 254 249 / 0.3);
}
.border-l-base-color-bg-success-subtle\/40 {
  border-left-color: rgb(246 254 249 / 0.4);
}
.border-l-base-color-bg-success-subtle\/5 {
  border-left-color: rgb(246 254 249 / 0.05);
}
.border-l-base-color-bg-success-subtle\/50 {
  border-left-color: rgb(246 254 249 / 0.5);
}
.border-l-base-color-bg-success-subtle\/60 {
  border-left-color: rgb(246 254 249 / 0.6);
}
.border-l-base-color-bg-success-subtle\/70 {
  border-left-color: rgb(246 254 249 / 0.7);
}
.border-l-base-color-bg-success-subtle\/75 {
  border-left-color: rgb(246 254 249 / 0.75);
}
.border-l-base-color-bg-success-subtle\/80 {
  border-left-color: rgb(246 254 249 / 0.8);
}
.border-l-base-color-bg-success-subtle\/90 {
  border-left-color: rgb(246 254 249 / 0.9);
}
.border-l-base-color-bg-success-subtle\/95 {
  border-left-color: rgb(246 254 249 / 0.95);
}
.border-l-base-color-bg-success-subtle\/base-opacity-disabled {
  border-left-color: rgb(246 254 249 / 60%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-0 {
  border-left-color: rgb(246 254 249 / 0%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-10 {
  border-left-color: rgb(246 254 249 / 10%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-100 {
  border-left-color: rgb(246 254 249 / 100%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-20 {
  border-left-color: rgb(246 254 249 / 20%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-30 {
  border-left-color: rgb(246 254 249 / 30%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-40 {
  border-left-color: rgb(246 254 249 / 40%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-50 {
  border-left-color: rgb(246 254 249 / 50%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-60 {
  border-left-color: rgb(246 254 249 / 60%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-70 {
  border-left-color: rgb(246 254 249 / 70%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-80 {
  border-left-color: rgb(246 254 249 / 80%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-90 {
  border-left-color: rgb(246 254 249 / 90%);
}
.border-l-base-color-bg-success\/0 {
  border-left-color: rgb(209 250 223 / 0);
}
.border-l-base-color-bg-success\/10 {
  border-left-color: rgb(209 250 223 / 0.1);
}
.border-l-base-color-bg-success\/100 {
  border-left-color: rgb(209 250 223 / 1);
}
.border-l-base-color-bg-success\/20 {
  border-left-color: rgb(209 250 223 / 0.2);
}
.border-l-base-color-bg-success\/25 {
  border-left-color: rgb(209 250 223 / 0.25);
}
.border-l-base-color-bg-success\/30 {
  border-left-color: rgb(209 250 223 / 0.3);
}
.border-l-base-color-bg-success\/40 {
  border-left-color: rgb(209 250 223 / 0.4);
}
.border-l-base-color-bg-success\/5 {
  border-left-color: rgb(209 250 223 / 0.05);
}
.border-l-base-color-bg-success\/50 {
  border-left-color: rgb(209 250 223 / 0.5);
}
.border-l-base-color-bg-success\/60 {
  border-left-color: rgb(209 250 223 / 0.6);
}
.border-l-base-color-bg-success\/70 {
  border-left-color: rgb(209 250 223 / 0.7);
}
.border-l-base-color-bg-success\/75 {
  border-left-color: rgb(209 250 223 / 0.75);
}
.border-l-base-color-bg-success\/80 {
  border-left-color: rgb(209 250 223 / 0.8);
}
.border-l-base-color-bg-success\/90 {
  border-left-color: rgb(209 250 223 / 0.9);
}
.border-l-base-color-bg-success\/95 {
  border-left-color: rgb(209 250 223 / 0.95);
}
.border-l-base-color-bg-success\/base-opacity-disabled {
  border-left-color: rgb(209 250 223 / 60%);
}
.border-l-base-color-bg-success\/core-opacity-0 {
  border-left-color: rgb(209 250 223 / 0%);
}
.border-l-base-color-bg-success\/core-opacity-10 {
  border-left-color: rgb(209 250 223 / 10%);
}
.border-l-base-color-bg-success\/core-opacity-100 {
  border-left-color: rgb(209 250 223 / 100%);
}
.border-l-base-color-bg-success\/core-opacity-20 {
  border-left-color: rgb(209 250 223 / 20%);
}
.border-l-base-color-bg-success\/core-opacity-30 {
  border-left-color: rgb(209 250 223 / 30%);
}
.border-l-base-color-bg-success\/core-opacity-40 {
  border-left-color: rgb(209 250 223 / 40%);
}
.border-l-base-color-bg-success\/core-opacity-50 {
  border-left-color: rgb(209 250 223 / 50%);
}
.border-l-base-color-bg-success\/core-opacity-60 {
  border-left-color: rgb(209 250 223 / 60%);
}
.border-l-base-color-bg-success\/core-opacity-70 {
  border-left-color: rgb(209 250 223 / 70%);
}
.border-l-base-color-bg-success\/core-opacity-80 {
  border-left-color: rgb(209 250 223 / 80%);
}
.border-l-base-color-bg-success\/core-opacity-90 {
  border-left-color: rgb(209 250 223 / 90%);
}
.border-l-base-color-bg-transparent {
  border-left-color: #00000000;
}
.border-l-base-color-bg-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-base-color-bg-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-base-color-bg-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-base-color-bg-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-base-color-bg-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-base-color-bg-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-base-color-bg-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-base-color-bg-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-base-color-bg-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-base-color-bg-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-base-color-bg-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-base-color-bg-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-base-color-bg-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-base-color-bg-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-base-color-bg-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-base-color-bg-transparent\/base-opacity-disabled {
  border-left-color: rgb(0 0 0 / 60%);
}
.border-l-base-color-bg-transparent\/core-opacity-0 {
  border-left-color: rgb(0 0 0 / 0%);
}
.border-l-base-color-bg-transparent\/core-opacity-10 {
  border-left-color: rgb(0 0 0 / 10%);
}
.border-l-base-color-bg-transparent\/core-opacity-100 {
  border-left-color: rgb(0 0 0 / 100%);
}
.border-l-base-color-bg-transparent\/core-opacity-20 {
  border-left-color: rgb(0 0 0 / 20%);
}
.border-l-base-color-bg-transparent\/core-opacity-30 {
  border-left-color: rgb(0 0 0 / 30%);
}
.border-l-base-color-bg-transparent\/core-opacity-40 {
  border-left-color: rgb(0 0 0 / 40%);
}
.border-l-base-color-bg-transparent\/core-opacity-50 {
  border-left-color: rgb(0 0 0 / 50%);
}
.border-l-base-color-bg-transparent\/core-opacity-60 {
  border-left-color: rgb(0 0 0 / 60%);
}
.border-l-base-color-bg-transparent\/core-opacity-70 {
  border-left-color: rgb(0 0 0 / 70%);
}
.border-l-base-color-bg-transparent\/core-opacity-80 {
  border-left-color: rgb(0 0 0 / 80%);
}
.border-l-base-color-bg-transparent\/core-opacity-90 {
  border-left-color: rgb(0 0 0 / 90%);
}
.border-r-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-r-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-r-base-color-bg-accent-emphasis\/0 {
  border-right-color: rgb(21 94 239 / 0);
}
.border-r-base-color-bg-accent-emphasis\/10 {
  border-right-color: rgb(21 94 239 / 0.1);
}
.border-r-base-color-bg-accent-emphasis\/100 {
  border-right-color: rgb(21 94 239 / 1);
}
.border-r-base-color-bg-accent-emphasis\/20 {
  border-right-color: rgb(21 94 239 / 0.2);
}
.border-r-base-color-bg-accent-emphasis\/25 {
  border-right-color: rgb(21 94 239 / 0.25);
}
.border-r-base-color-bg-accent-emphasis\/30 {
  border-right-color: rgb(21 94 239 / 0.3);
}
.border-r-base-color-bg-accent-emphasis\/40 {
  border-right-color: rgb(21 94 239 / 0.4);
}
.border-r-base-color-bg-accent-emphasis\/5 {
  border-right-color: rgb(21 94 239 / 0.05);
}
.border-r-base-color-bg-accent-emphasis\/50 {
  border-right-color: rgb(21 94 239 / 0.5);
}
.border-r-base-color-bg-accent-emphasis\/60 {
  border-right-color: rgb(21 94 239 / 0.6);
}
.border-r-base-color-bg-accent-emphasis\/70 {
  border-right-color: rgb(21 94 239 / 0.7);
}
.border-r-base-color-bg-accent-emphasis\/75 {
  border-right-color: rgb(21 94 239 / 0.75);
}
.border-r-base-color-bg-accent-emphasis\/80 {
  border-right-color: rgb(21 94 239 / 0.8);
}
.border-r-base-color-bg-accent-emphasis\/90 {
  border-right-color: rgb(21 94 239 / 0.9);
}
.border-r-base-color-bg-accent-emphasis\/95 {
  border-right-color: rgb(21 94 239 / 0.95);
}
.border-r-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-right-color: rgb(21 94 239 / 60%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-right-color: rgb(21 94 239 / 0%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-right-color: rgb(21 94 239 / 10%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-right-color: rgb(21 94 239 / 100%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-right-color: rgb(21 94 239 / 20%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-right-color: rgb(21 94 239 / 30%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-right-color: rgb(21 94 239 / 40%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-right-color: rgb(21 94 239 / 50%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-right-color: rgb(21 94 239 / 60%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-right-color: rgb(21 94 239 / 70%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-right-color: rgb(21 94 239 / 80%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-right-color: rgb(21 94 239 / 90%);
}
.border-r-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-r-base-color-bg-accent-subtle\/0 {
  border-right-color: rgb(245 248 255 / 0);
}
.border-r-base-color-bg-accent-subtle\/10 {
  border-right-color: rgb(245 248 255 / 0.1);
}
.border-r-base-color-bg-accent-subtle\/100 {
  border-right-color: rgb(245 248 255 / 1);
}
.border-r-base-color-bg-accent-subtle\/20 {
  border-right-color: rgb(245 248 255 / 0.2);
}
.border-r-base-color-bg-accent-subtle\/25 {
  border-right-color: rgb(245 248 255 / 0.25);
}
.border-r-base-color-bg-accent-subtle\/30 {
  border-right-color: rgb(245 248 255 / 0.3);
}
.border-r-base-color-bg-accent-subtle\/40 {
  border-right-color: rgb(245 248 255 / 0.4);
}
.border-r-base-color-bg-accent-subtle\/5 {
  border-right-color: rgb(245 248 255 / 0.05);
}
.border-r-base-color-bg-accent-subtle\/50 {
  border-right-color: rgb(245 248 255 / 0.5);
}
.border-r-base-color-bg-accent-subtle\/60 {
  border-right-color: rgb(245 248 255 / 0.6);
}
.border-r-base-color-bg-accent-subtle\/70 {
  border-right-color: rgb(245 248 255 / 0.7);
}
.border-r-base-color-bg-accent-subtle\/75 {
  border-right-color: rgb(245 248 255 / 0.75);
}
.border-r-base-color-bg-accent-subtle\/80 {
  border-right-color: rgb(245 248 255 / 0.8);
}
.border-r-base-color-bg-accent-subtle\/90 {
  border-right-color: rgb(245 248 255 / 0.9);
}
.border-r-base-color-bg-accent-subtle\/95 {
  border-right-color: rgb(245 248 255 / 0.95);
}
.border-r-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-right-color: rgb(245 248 255 / 60%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-0 {
  border-right-color: rgb(245 248 255 / 0%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-10 {
  border-right-color: rgb(245 248 255 / 10%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-100 {
  border-right-color: rgb(245 248 255 / 100%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-20 {
  border-right-color: rgb(245 248 255 / 20%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-30 {
  border-right-color: rgb(245 248 255 / 30%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-40 {
  border-right-color: rgb(245 248 255 / 40%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-50 {
  border-right-color: rgb(245 248 255 / 50%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-60 {
  border-right-color: rgb(245 248 255 / 60%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-70 {
  border-right-color: rgb(245 248 255 / 70%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-80 {
  border-right-color: rgb(245 248 255 / 80%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-90 {
  border-right-color: rgb(245 248 255 / 90%);
}
.border-r-base-color-bg-accent\/0 {
  border-right-color: rgb(209 224 255 / 0);
}
.border-r-base-color-bg-accent\/10 {
  border-right-color: rgb(209 224 255 / 0.1);
}
.border-r-base-color-bg-accent\/100 {
  border-right-color: rgb(209 224 255 / 1);
}
.border-r-base-color-bg-accent\/20 {
  border-right-color: rgb(209 224 255 / 0.2);
}
.border-r-base-color-bg-accent\/25 {
  border-right-color: rgb(209 224 255 / 0.25);
}
.border-r-base-color-bg-accent\/30 {
  border-right-color: rgb(209 224 255 / 0.3);
}
.border-r-base-color-bg-accent\/40 {
  border-right-color: rgb(209 224 255 / 0.4);
}
.border-r-base-color-bg-accent\/5 {
  border-right-color: rgb(209 224 255 / 0.05);
}
.border-r-base-color-bg-accent\/50 {
  border-right-color: rgb(209 224 255 / 0.5);
}
.border-r-base-color-bg-accent\/60 {
  border-right-color: rgb(209 224 255 / 0.6);
}
.border-r-base-color-bg-accent\/70 {
  border-right-color: rgb(209 224 255 / 0.7);
}
.border-r-base-color-bg-accent\/75 {
  border-right-color: rgb(209 224 255 / 0.75);
}
.border-r-base-color-bg-accent\/80 {
  border-right-color: rgb(209 224 255 / 0.8);
}
.border-r-base-color-bg-accent\/90 {
  border-right-color: rgb(209 224 255 / 0.9);
}
.border-r-base-color-bg-accent\/95 {
  border-right-color: rgb(209 224 255 / 0.95);
}
.border-r-base-color-bg-accent\/base-opacity-disabled {
  border-right-color: rgb(209 224 255 / 60%);
}
.border-r-base-color-bg-accent\/core-opacity-0 {
  border-right-color: rgb(209 224 255 / 0%);
}
.border-r-base-color-bg-accent\/core-opacity-10 {
  border-right-color: rgb(209 224 255 / 10%);
}
.border-r-base-color-bg-accent\/core-opacity-100 {
  border-right-color: rgb(209 224 255 / 100%);
}
.border-r-base-color-bg-accent\/core-opacity-20 {
  border-right-color: rgb(209 224 255 / 20%);
}
.border-r-base-color-bg-accent\/core-opacity-30 {
  border-right-color: rgb(209 224 255 / 30%);
}
.border-r-base-color-bg-accent\/core-opacity-40 {
  border-right-color: rgb(209 224 255 / 40%);
}
.border-r-base-color-bg-accent\/core-opacity-50 {
  border-right-color: rgb(209 224 255 / 50%);
}
.border-r-base-color-bg-accent\/core-opacity-60 {
  border-right-color: rgb(209 224 255 / 60%);
}
.border-r-base-color-bg-accent\/core-opacity-70 {
  border-right-color: rgb(209 224 255 / 70%);
}
.border-r-base-color-bg-accent\/core-opacity-80 {
  border-right-color: rgb(209 224 255 / 80%);
}
.border-r-base-color-bg-accent\/core-opacity-90 {
  border-right-color: rgb(209 224 255 / 90%);
}
.border-r-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-r-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-r-base-color-bg-attention-emphasis\/0 {
  border-right-color: rgb(221 105 3 / 0);
}
.border-r-base-color-bg-attention-emphasis\/10 {
  border-right-color: rgb(221 105 3 / 0.1);
}
.border-r-base-color-bg-attention-emphasis\/100 {
  border-right-color: rgb(221 105 3 / 1);
}
.border-r-base-color-bg-attention-emphasis\/20 {
  border-right-color: rgb(221 105 3 / 0.2);
}
.border-r-base-color-bg-attention-emphasis\/25 {
  border-right-color: rgb(221 105 3 / 0.25);
}
.border-r-base-color-bg-attention-emphasis\/30 {
  border-right-color: rgb(221 105 3 / 0.3);
}
.border-r-base-color-bg-attention-emphasis\/40 {
  border-right-color: rgb(221 105 3 / 0.4);
}
.border-r-base-color-bg-attention-emphasis\/5 {
  border-right-color: rgb(221 105 3 / 0.05);
}
.border-r-base-color-bg-attention-emphasis\/50 {
  border-right-color: rgb(221 105 3 / 0.5);
}
.border-r-base-color-bg-attention-emphasis\/60 {
  border-right-color: rgb(221 105 3 / 0.6);
}
.border-r-base-color-bg-attention-emphasis\/70 {
  border-right-color: rgb(221 105 3 / 0.7);
}
.border-r-base-color-bg-attention-emphasis\/75 {
  border-right-color: rgb(221 105 3 / 0.75);
}
.border-r-base-color-bg-attention-emphasis\/80 {
  border-right-color: rgb(221 105 3 / 0.8);
}
.border-r-base-color-bg-attention-emphasis\/90 {
  border-right-color: rgb(221 105 3 / 0.9);
}
.border-r-base-color-bg-attention-emphasis\/95 {
  border-right-color: rgb(221 105 3 / 0.95);
}
.border-r-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-right-color: rgb(221 105 3 / 60%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-right-color: rgb(221 105 3 / 0%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-right-color: rgb(221 105 3 / 10%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-right-color: rgb(221 105 3 / 100%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-right-color: rgb(221 105 3 / 20%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-right-color: rgb(221 105 3 / 30%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-right-color: rgb(221 105 3 / 40%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-right-color: rgb(221 105 3 / 50%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-right-color: rgb(221 105 3 / 60%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-right-color: rgb(221 105 3 / 70%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-right-color: rgb(221 105 3 / 80%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-right-color: rgb(221 105 3 / 90%);
}
.border-r-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-r-base-color-bg-attention-subtle\/0 {
  border-right-color: rgb(255 252 245 / 0);
}
.border-r-base-color-bg-attention-subtle\/10 {
  border-right-color: rgb(255 252 245 / 0.1);
}
.border-r-base-color-bg-attention-subtle\/100 {
  border-right-color: rgb(255 252 245 / 1);
}
.border-r-base-color-bg-attention-subtle\/20 {
  border-right-color: rgb(255 252 245 / 0.2);
}
.border-r-base-color-bg-attention-subtle\/25 {
  border-right-color: rgb(255 252 245 / 0.25);
}
.border-r-base-color-bg-attention-subtle\/30 {
  border-right-color: rgb(255 252 245 / 0.3);
}
.border-r-base-color-bg-attention-subtle\/40 {
  border-right-color: rgb(255 252 245 / 0.4);
}
.border-r-base-color-bg-attention-subtle\/5 {
  border-right-color: rgb(255 252 245 / 0.05);
}
.border-r-base-color-bg-attention-subtle\/50 {
  border-right-color: rgb(255 252 245 / 0.5);
}
.border-r-base-color-bg-attention-subtle\/60 {
  border-right-color: rgb(255 252 245 / 0.6);
}
.border-r-base-color-bg-attention-subtle\/70 {
  border-right-color: rgb(255 252 245 / 0.7);
}
.border-r-base-color-bg-attention-subtle\/75 {
  border-right-color: rgb(255 252 245 / 0.75);
}
.border-r-base-color-bg-attention-subtle\/80 {
  border-right-color: rgb(255 252 245 / 0.8);
}
.border-r-base-color-bg-attention-subtle\/90 {
  border-right-color: rgb(255 252 245 / 0.9);
}
.border-r-base-color-bg-attention-subtle\/95 {
  border-right-color: rgb(255 252 245 / 0.95);
}
.border-r-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-right-color: rgb(255 252 245 / 60%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-0 {
  border-right-color: rgb(255 252 245 / 0%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-10 {
  border-right-color: rgb(255 252 245 / 10%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-100 {
  border-right-color: rgb(255 252 245 / 100%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-20 {
  border-right-color: rgb(255 252 245 / 20%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-30 {
  border-right-color: rgb(255 252 245 / 30%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-40 {
  border-right-color: rgb(255 252 245 / 40%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-50 {
  border-right-color: rgb(255 252 245 / 50%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-60 {
  border-right-color: rgb(255 252 245 / 60%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-70 {
  border-right-color: rgb(255 252 245 / 70%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-80 {
  border-right-color: rgb(255 252 245 / 80%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-90 {
  border-right-color: rgb(255 252 245 / 90%);
}
.border-r-base-color-bg-attention\/0 {
  border-right-color: rgb(254 240 200 / 0);
}
.border-r-base-color-bg-attention\/10 {
  border-right-color: rgb(254 240 200 / 0.1);
}
.border-r-base-color-bg-attention\/100 {
  border-right-color: rgb(254 240 200 / 1);
}
.border-r-base-color-bg-attention\/20 {
  border-right-color: rgb(254 240 200 / 0.2);
}
.border-r-base-color-bg-attention\/25 {
  border-right-color: rgb(254 240 200 / 0.25);
}
.border-r-base-color-bg-attention\/30 {
  border-right-color: rgb(254 240 200 / 0.3);
}
.border-r-base-color-bg-attention\/40 {
  border-right-color: rgb(254 240 200 / 0.4);
}
.border-r-base-color-bg-attention\/5 {
  border-right-color: rgb(254 240 200 / 0.05);
}
.border-r-base-color-bg-attention\/50 {
  border-right-color: rgb(254 240 200 / 0.5);
}
.border-r-base-color-bg-attention\/60 {
  border-right-color: rgb(254 240 200 / 0.6);
}
.border-r-base-color-bg-attention\/70 {
  border-right-color: rgb(254 240 200 / 0.7);
}
.border-r-base-color-bg-attention\/75 {
  border-right-color: rgb(254 240 200 / 0.75);
}
.border-r-base-color-bg-attention\/80 {
  border-right-color: rgb(254 240 200 / 0.8);
}
.border-r-base-color-bg-attention\/90 {
  border-right-color: rgb(254 240 200 / 0.9);
}
.border-r-base-color-bg-attention\/95 {
  border-right-color: rgb(254 240 200 / 0.95);
}
.border-r-base-color-bg-attention\/base-opacity-disabled {
  border-right-color: rgb(254 240 200 / 60%);
}
.border-r-base-color-bg-attention\/core-opacity-0 {
  border-right-color: rgb(254 240 200 / 0%);
}
.border-r-base-color-bg-attention\/core-opacity-10 {
  border-right-color: rgb(254 240 200 / 10%);
}
.border-r-base-color-bg-attention\/core-opacity-100 {
  border-right-color: rgb(254 240 200 / 100%);
}
.border-r-base-color-bg-attention\/core-opacity-20 {
  border-right-color: rgb(254 240 200 / 20%);
}
.border-r-base-color-bg-attention\/core-opacity-30 {
  border-right-color: rgb(254 240 200 / 30%);
}
.border-r-base-color-bg-attention\/core-opacity-40 {
  border-right-color: rgb(254 240 200 / 40%);
}
.border-r-base-color-bg-attention\/core-opacity-50 {
  border-right-color: rgb(254 240 200 / 50%);
}
.border-r-base-color-bg-attention\/core-opacity-60 {
  border-right-color: rgb(254 240 200 / 60%);
}
.border-r-base-color-bg-attention\/core-opacity-70 {
  border-right-color: rgb(254 240 200 / 70%);
}
.border-r-base-color-bg-attention\/core-opacity-80 {
  border-right-color: rgb(254 240 200 / 80%);
}
.border-r-base-color-bg-attention\/core-opacity-90 {
  border-right-color: rgb(254 240 200 / 90%);
}
.border-r-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-r-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-r-base-color-bg-brand-emphasis\/0 {
  border-right-color: rgb(93 91 215 / 0);
}
.border-r-base-color-bg-brand-emphasis\/10 {
  border-right-color: rgb(93 91 215 / 0.1);
}
.border-r-base-color-bg-brand-emphasis\/100 {
  border-right-color: rgb(93 91 215 / 1);
}
.border-r-base-color-bg-brand-emphasis\/20 {
  border-right-color: rgb(93 91 215 / 0.2);
}
.border-r-base-color-bg-brand-emphasis\/25 {
  border-right-color: rgb(93 91 215 / 0.25);
}
.border-r-base-color-bg-brand-emphasis\/30 {
  border-right-color: rgb(93 91 215 / 0.3);
}
.border-r-base-color-bg-brand-emphasis\/40 {
  border-right-color: rgb(93 91 215 / 0.4);
}
.border-r-base-color-bg-brand-emphasis\/5 {
  border-right-color: rgb(93 91 215 / 0.05);
}
.border-r-base-color-bg-brand-emphasis\/50 {
  border-right-color: rgb(93 91 215 / 0.5);
}
.border-r-base-color-bg-brand-emphasis\/60 {
  border-right-color: rgb(93 91 215 / 0.6);
}
.border-r-base-color-bg-brand-emphasis\/70 {
  border-right-color: rgb(93 91 215 / 0.7);
}
.border-r-base-color-bg-brand-emphasis\/75 {
  border-right-color: rgb(93 91 215 / 0.75);
}
.border-r-base-color-bg-brand-emphasis\/80 {
  border-right-color: rgb(93 91 215 / 0.8);
}
.border-r-base-color-bg-brand-emphasis\/90 {
  border-right-color: rgb(93 91 215 / 0.9);
}
.border-r-base-color-bg-brand-emphasis\/95 {
  border-right-color: rgb(93 91 215 / 0.95);
}
.border-r-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-right-color: rgb(93 91 215 / 60%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-right-color: rgb(93 91 215 / 0%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-right-color: rgb(93 91 215 / 10%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-right-color: rgb(93 91 215 / 100%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-right-color: rgb(93 91 215 / 20%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-right-color: rgb(93 91 215 / 30%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-right-color: rgb(93 91 215 / 40%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-right-color: rgb(93 91 215 / 50%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-right-color: rgb(93 91 215 / 60%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-right-color: rgb(93 91 215 / 70%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-right-color: rgb(93 91 215 / 80%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-right-color: rgb(93 91 215 / 90%);
}
.border-r-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-r-base-color-bg-brand-subtle\/0 {
  border-right-color: rgb(242 244 253 / 0);
}
.border-r-base-color-bg-brand-subtle\/10 {
  border-right-color: rgb(242 244 253 / 0.1);
}
.border-r-base-color-bg-brand-subtle\/100 {
  border-right-color: rgb(242 244 253 / 1);
}
.border-r-base-color-bg-brand-subtle\/20 {
  border-right-color: rgb(242 244 253 / 0.2);
}
.border-r-base-color-bg-brand-subtle\/25 {
  border-right-color: rgb(242 244 253 / 0.25);
}
.border-r-base-color-bg-brand-subtle\/30 {
  border-right-color: rgb(242 244 253 / 0.3);
}
.border-r-base-color-bg-brand-subtle\/40 {
  border-right-color: rgb(242 244 253 / 0.4);
}
.border-r-base-color-bg-brand-subtle\/5 {
  border-right-color: rgb(242 244 253 / 0.05);
}
.border-r-base-color-bg-brand-subtle\/50 {
  border-right-color: rgb(242 244 253 / 0.5);
}
.border-r-base-color-bg-brand-subtle\/60 {
  border-right-color: rgb(242 244 253 / 0.6);
}
.border-r-base-color-bg-brand-subtle\/70 {
  border-right-color: rgb(242 244 253 / 0.7);
}
.border-r-base-color-bg-brand-subtle\/75 {
  border-right-color: rgb(242 244 253 / 0.75);
}
.border-r-base-color-bg-brand-subtle\/80 {
  border-right-color: rgb(242 244 253 / 0.8);
}
.border-r-base-color-bg-brand-subtle\/90 {
  border-right-color: rgb(242 244 253 / 0.9);
}
.border-r-base-color-bg-brand-subtle\/95 {
  border-right-color: rgb(242 244 253 / 0.95);
}
.border-r-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-right-color: rgb(242 244 253 / 60%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-0 {
  border-right-color: rgb(242 244 253 / 0%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-10 {
  border-right-color: rgb(242 244 253 / 10%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-100 {
  border-right-color: rgb(242 244 253 / 100%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-20 {
  border-right-color: rgb(242 244 253 / 20%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-30 {
  border-right-color: rgb(242 244 253 / 30%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-40 {
  border-right-color: rgb(242 244 253 / 40%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-50 {
  border-right-color: rgb(242 244 253 / 50%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-60 {
  border-right-color: rgb(242 244 253 / 60%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-70 {
  border-right-color: rgb(242 244 253 / 70%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-80 {
  border-right-color: rgb(242 244 253 / 80%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-90 {
  border-right-color: rgb(242 244 253 / 90%);
}
.border-r-base-color-bg-brand\/0 {
  border-right-color: rgb(205 214 249 / 0);
}
.border-r-base-color-bg-brand\/10 {
  border-right-color: rgb(205 214 249 / 0.1);
}
.border-r-base-color-bg-brand\/100 {
  border-right-color: rgb(205 214 249 / 1);
}
.border-r-base-color-bg-brand\/20 {
  border-right-color: rgb(205 214 249 / 0.2);
}
.border-r-base-color-bg-brand\/25 {
  border-right-color: rgb(205 214 249 / 0.25);
}
.border-r-base-color-bg-brand\/30 {
  border-right-color: rgb(205 214 249 / 0.3);
}
.border-r-base-color-bg-brand\/40 {
  border-right-color: rgb(205 214 249 / 0.4);
}
.border-r-base-color-bg-brand\/5 {
  border-right-color: rgb(205 214 249 / 0.05);
}
.border-r-base-color-bg-brand\/50 {
  border-right-color: rgb(205 214 249 / 0.5);
}
.border-r-base-color-bg-brand\/60 {
  border-right-color: rgb(205 214 249 / 0.6);
}
.border-r-base-color-bg-brand\/70 {
  border-right-color: rgb(205 214 249 / 0.7);
}
.border-r-base-color-bg-brand\/75 {
  border-right-color: rgb(205 214 249 / 0.75);
}
.border-r-base-color-bg-brand\/80 {
  border-right-color: rgb(205 214 249 / 0.8);
}
.border-r-base-color-bg-brand\/90 {
  border-right-color: rgb(205 214 249 / 0.9);
}
.border-r-base-color-bg-brand\/95 {
  border-right-color: rgb(205 214 249 / 0.95);
}
.border-r-base-color-bg-brand\/base-opacity-disabled {
  border-right-color: rgb(205 214 249 / 60%);
}
.border-r-base-color-bg-brand\/core-opacity-0 {
  border-right-color: rgb(205 214 249 / 0%);
}
.border-r-base-color-bg-brand\/core-opacity-10 {
  border-right-color: rgb(205 214 249 / 10%);
}
.border-r-base-color-bg-brand\/core-opacity-100 {
  border-right-color: rgb(205 214 249 / 100%);
}
.border-r-base-color-bg-brand\/core-opacity-20 {
  border-right-color: rgb(205 214 249 / 20%);
}
.border-r-base-color-bg-brand\/core-opacity-30 {
  border-right-color: rgb(205 214 249 / 30%);
}
.border-r-base-color-bg-brand\/core-opacity-40 {
  border-right-color: rgb(205 214 249 / 40%);
}
.border-r-base-color-bg-brand\/core-opacity-50 {
  border-right-color: rgb(205 214 249 / 50%);
}
.border-r-base-color-bg-brand\/core-opacity-60 {
  border-right-color: rgb(205 214 249 / 60%);
}
.border-r-base-color-bg-brand\/core-opacity-70 {
  border-right-color: rgb(205 214 249 / 70%);
}
.border-r-base-color-bg-brand\/core-opacity-80 {
  border-right-color: rgb(205 214 249 / 80%);
}
.border-r-base-color-bg-brand\/core-opacity-90 {
  border-right-color: rgb(205 214 249 / 90%);
}
.border-r-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-r-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-r-base-color-bg-danger-emphasis\/0 {
  border-right-color: rgb(240 68 56 / 0);
}
.border-r-base-color-bg-danger-emphasis\/10 {
  border-right-color: rgb(240 68 56 / 0.1);
}
.border-r-base-color-bg-danger-emphasis\/100 {
  border-right-color: rgb(240 68 56 / 1);
}
.border-r-base-color-bg-danger-emphasis\/20 {
  border-right-color: rgb(240 68 56 / 0.2);
}
.border-r-base-color-bg-danger-emphasis\/25 {
  border-right-color: rgb(240 68 56 / 0.25);
}
.border-r-base-color-bg-danger-emphasis\/30 {
  border-right-color: rgb(240 68 56 / 0.3);
}
.border-r-base-color-bg-danger-emphasis\/40 {
  border-right-color: rgb(240 68 56 / 0.4);
}
.border-r-base-color-bg-danger-emphasis\/5 {
  border-right-color: rgb(240 68 56 / 0.05);
}
.border-r-base-color-bg-danger-emphasis\/50 {
  border-right-color: rgb(240 68 56 / 0.5);
}
.border-r-base-color-bg-danger-emphasis\/60 {
  border-right-color: rgb(240 68 56 / 0.6);
}
.border-r-base-color-bg-danger-emphasis\/70 {
  border-right-color: rgb(240 68 56 / 0.7);
}
.border-r-base-color-bg-danger-emphasis\/75 {
  border-right-color: rgb(240 68 56 / 0.75);
}
.border-r-base-color-bg-danger-emphasis\/80 {
  border-right-color: rgb(240 68 56 / 0.8);
}
.border-r-base-color-bg-danger-emphasis\/90 {
  border-right-color: rgb(240 68 56 / 0.9);
}
.border-r-base-color-bg-danger-emphasis\/95 {
  border-right-color: rgb(240 68 56 / 0.95);
}
.border-r-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-right-color: rgb(240 68 56 / 60%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-right-color: rgb(240 68 56 / 0%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-right-color: rgb(240 68 56 / 10%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-right-color: rgb(240 68 56 / 100%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-right-color: rgb(240 68 56 / 20%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-right-color: rgb(240 68 56 / 30%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-right-color: rgb(240 68 56 / 40%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-right-color: rgb(240 68 56 / 50%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-right-color: rgb(240 68 56 / 60%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-right-color: rgb(240 68 56 / 70%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-right-color: rgb(240 68 56 / 80%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-right-color: rgb(240 68 56 / 90%);
}
.border-r-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-r-base-color-bg-danger-subtle\/0 {
  border-right-color: rgb(255 251 250 / 0);
}
.border-r-base-color-bg-danger-subtle\/10 {
  border-right-color: rgb(255 251 250 / 0.1);
}
.border-r-base-color-bg-danger-subtle\/100 {
  border-right-color: rgb(255 251 250 / 1);
}
.border-r-base-color-bg-danger-subtle\/20 {
  border-right-color: rgb(255 251 250 / 0.2);
}
.border-r-base-color-bg-danger-subtle\/25 {
  border-right-color: rgb(255 251 250 / 0.25);
}
.border-r-base-color-bg-danger-subtle\/30 {
  border-right-color: rgb(255 251 250 / 0.3);
}
.border-r-base-color-bg-danger-subtle\/40 {
  border-right-color: rgb(255 251 250 / 0.4);
}
.border-r-base-color-bg-danger-subtle\/5 {
  border-right-color: rgb(255 251 250 / 0.05);
}
.border-r-base-color-bg-danger-subtle\/50 {
  border-right-color: rgb(255 251 250 / 0.5);
}
.border-r-base-color-bg-danger-subtle\/60 {
  border-right-color: rgb(255 251 250 / 0.6);
}
.border-r-base-color-bg-danger-subtle\/70 {
  border-right-color: rgb(255 251 250 / 0.7);
}
.border-r-base-color-bg-danger-subtle\/75 {
  border-right-color: rgb(255 251 250 / 0.75);
}
.border-r-base-color-bg-danger-subtle\/80 {
  border-right-color: rgb(255 251 250 / 0.8);
}
.border-r-base-color-bg-danger-subtle\/90 {
  border-right-color: rgb(255 251 250 / 0.9);
}
.border-r-base-color-bg-danger-subtle\/95 {
  border-right-color: rgb(255 251 250 / 0.95);
}
.border-r-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-right-color: rgb(255 251 250 / 60%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-0 {
  border-right-color: rgb(255 251 250 / 0%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-10 {
  border-right-color: rgb(255 251 250 / 10%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-100 {
  border-right-color: rgb(255 251 250 / 100%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-20 {
  border-right-color: rgb(255 251 250 / 20%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-30 {
  border-right-color: rgb(255 251 250 / 30%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-40 {
  border-right-color: rgb(255 251 250 / 40%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-50 {
  border-right-color: rgb(255 251 250 / 50%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-60 {
  border-right-color: rgb(255 251 250 / 60%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-70 {
  border-right-color: rgb(255 251 250 / 70%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-80 {
  border-right-color: rgb(255 251 250 / 80%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-90 {
  border-right-color: rgb(255 251 250 / 90%);
}
.border-r-base-color-bg-danger\/0 {
  border-right-color: rgb(254 227 225 / 0);
}
.border-r-base-color-bg-danger\/10 {
  border-right-color: rgb(254 227 225 / 0.1);
}
.border-r-base-color-bg-danger\/100 {
  border-right-color: rgb(254 227 225 / 1);
}
.border-r-base-color-bg-danger\/20 {
  border-right-color: rgb(254 227 225 / 0.2);
}
.border-r-base-color-bg-danger\/25 {
  border-right-color: rgb(254 227 225 / 0.25);
}
.border-r-base-color-bg-danger\/30 {
  border-right-color: rgb(254 227 225 / 0.3);
}
.border-r-base-color-bg-danger\/40 {
  border-right-color: rgb(254 227 225 / 0.4);
}
.border-r-base-color-bg-danger\/5 {
  border-right-color: rgb(254 227 225 / 0.05);
}
.border-r-base-color-bg-danger\/50 {
  border-right-color: rgb(254 227 225 / 0.5);
}
.border-r-base-color-bg-danger\/60 {
  border-right-color: rgb(254 227 225 / 0.6);
}
.border-r-base-color-bg-danger\/70 {
  border-right-color: rgb(254 227 225 / 0.7);
}
.border-r-base-color-bg-danger\/75 {
  border-right-color: rgb(254 227 225 / 0.75);
}
.border-r-base-color-bg-danger\/80 {
  border-right-color: rgb(254 227 225 / 0.8);
}
.border-r-base-color-bg-danger\/90 {
  border-right-color: rgb(254 227 225 / 0.9);
}
.border-r-base-color-bg-danger\/95 {
  border-right-color: rgb(254 227 225 / 0.95);
}
.border-r-base-color-bg-danger\/base-opacity-disabled {
  border-right-color: rgb(254 227 225 / 60%);
}
.border-r-base-color-bg-danger\/core-opacity-0 {
  border-right-color: rgb(254 227 225 / 0%);
}
.border-r-base-color-bg-danger\/core-opacity-10 {
  border-right-color: rgb(254 227 225 / 10%);
}
.border-r-base-color-bg-danger\/core-opacity-100 {
  border-right-color: rgb(254 227 225 / 100%);
}
.border-r-base-color-bg-danger\/core-opacity-20 {
  border-right-color: rgb(254 227 225 / 20%);
}
.border-r-base-color-bg-danger\/core-opacity-30 {
  border-right-color: rgb(254 227 225 / 30%);
}
.border-r-base-color-bg-danger\/core-opacity-40 {
  border-right-color: rgb(254 227 225 / 40%);
}
.border-r-base-color-bg-danger\/core-opacity-50 {
  border-right-color: rgb(254 227 225 / 50%);
}
.border-r-base-color-bg-danger\/core-opacity-60 {
  border-right-color: rgb(254 227 225 / 60%);
}
.border-r-base-color-bg-danger\/core-opacity-70 {
  border-right-color: rgb(254 227 225 / 70%);
}
.border-r-base-color-bg-danger\/core-opacity-80 {
  border-right-color: rgb(254 227 225 / 80%);
}
.border-r-base-color-bg-danger\/core-opacity-90 {
  border-right-color: rgb(254 227 225 / 90%);
}
.border-r-base-color-bg-default {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-base-color-bg-default\/0 {
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-base-color-bg-default\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-base-color-bg-default\/100 {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-base-color-bg-default\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-base-color-bg-default\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-base-color-bg-default\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-base-color-bg-default\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-base-color-bg-default\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-base-color-bg-default\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-base-color-bg-default\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-base-color-bg-default\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-base-color-bg-default\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-base-color-bg-default\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-base-color-bg-default\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-base-color-bg-default\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-r-base-color-bg-default\/base-opacity-disabled {
  border-right-color: rgb(255 255 255 / 60%);
}
.border-r-base-color-bg-default\/core-opacity-0 {
  border-right-color: rgb(255 255 255 / 0%);
}
.border-r-base-color-bg-default\/core-opacity-10 {
  border-right-color: rgb(255 255 255 / 10%);
}
.border-r-base-color-bg-default\/core-opacity-100 {
  border-right-color: rgb(255 255 255 / 100%);
}
.border-r-base-color-bg-default\/core-opacity-20 {
  border-right-color: rgb(255 255 255 / 20%);
}
.border-r-base-color-bg-default\/core-opacity-30 {
  border-right-color: rgb(255 255 255 / 30%);
}
.border-r-base-color-bg-default\/core-opacity-40 {
  border-right-color: rgb(255 255 255 / 40%);
}
.border-r-base-color-bg-default\/core-opacity-50 {
  border-right-color: rgb(255 255 255 / 50%);
}
.border-r-base-color-bg-default\/core-opacity-60 {
  border-right-color: rgb(255 255 255 / 60%);
}
.border-r-base-color-bg-default\/core-opacity-70 {
  border-right-color: rgb(255 255 255 / 70%);
}
.border-r-base-color-bg-default\/core-opacity-80 {
  border-right-color: rgb(255 255 255 / 80%);
}
.border-r-base-color-bg-default\/core-opacity-90 {
  border-right-color: rgb(255 255 255 / 90%);
}
.border-r-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-r-base-color-bg-emphasis\/0 {
  border-right-color: rgb(16 24 40 / 0);
}
.border-r-base-color-bg-emphasis\/10 {
  border-right-color: rgb(16 24 40 / 0.1);
}
.border-r-base-color-bg-emphasis\/100 {
  border-right-color: rgb(16 24 40 / 1);
}
.border-r-base-color-bg-emphasis\/20 {
  border-right-color: rgb(16 24 40 / 0.2);
}
.border-r-base-color-bg-emphasis\/25 {
  border-right-color: rgb(16 24 40 / 0.25);
}
.border-r-base-color-bg-emphasis\/30 {
  border-right-color: rgb(16 24 40 / 0.3);
}
.border-r-base-color-bg-emphasis\/40 {
  border-right-color: rgb(16 24 40 / 0.4);
}
.border-r-base-color-bg-emphasis\/5 {
  border-right-color: rgb(16 24 40 / 0.05);
}
.border-r-base-color-bg-emphasis\/50 {
  border-right-color: rgb(16 24 40 / 0.5);
}
.border-r-base-color-bg-emphasis\/60 {
  border-right-color: rgb(16 24 40 / 0.6);
}
.border-r-base-color-bg-emphasis\/70 {
  border-right-color: rgb(16 24 40 / 0.7);
}
.border-r-base-color-bg-emphasis\/75 {
  border-right-color: rgb(16 24 40 / 0.75);
}
.border-r-base-color-bg-emphasis\/80 {
  border-right-color: rgb(16 24 40 / 0.8);
}
.border-r-base-color-bg-emphasis\/90 {
  border-right-color: rgb(16 24 40 / 0.9);
}
.border-r-base-color-bg-emphasis\/95 {
  border-right-color: rgb(16 24 40 / 0.95);
}
.border-r-base-color-bg-emphasis\/base-opacity-disabled {
  border-right-color: rgb(16 24 40 / 60%);
}
.border-r-base-color-bg-emphasis\/core-opacity-0 {
  border-right-color: rgb(16 24 40 / 0%);
}
.border-r-base-color-bg-emphasis\/core-opacity-10 {
  border-right-color: rgb(16 24 40 / 10%);
}
.border-r-base-color-bg-emphasis\/core-opacity-100 {
  border-right-color: rgb(16 24 40 / 100%);
}
.border-r-base-color-bg-emphasis\/core-opacity-20 {
  border-right-color: rgb(16 24 40 / 20%);
}
.border-r-base-color-bg-emphasis\/core-opacity-30 {
  border-right-color: rgb(16 24 40 / 30%);
}
.border-r-base-color-bg-emphasis\/core-opacity-40 {
  border-right-color: rgb(16 24 40 / 40%);
}
.border-r-base-color-bg-emphasis\/core-opacity-50 {
  border-right-color: rgb(16 24 40 / 50%);
}
.border-r-base-color-bg-emphasis\/core-opacity-60 {
  border-right-color: rgb(16 24 40 / 60%);
}
.border-r-base-color-bg-emphasis\/core-opacity-70 {
  border-right-color: rgb(16 24 40 / 70%);
}
.border-r-base-color-bg-emphasis\/core-opacity-80 {
  border-right-color: rgb(16 24 40 / 80%);
}
.border-r-base-color-bg-emphasis\/core-opacity-90 {
  border-right-color: rgb(16 24 40 / 90%);
}
.border-r-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-r-base-color-bg-muted\/0 {
  border-right-color: rgb(234 236 240 / 0);
}
.border-r-base-color-bg-muted\/10 {
  border-right-color: rgb(234 236 240 / 0.1);
}
.border-r-base-color-bg-muted\/100 {
  border-right-color: rgb(234 236 240 / 1);
}
.border-r-base-color-bg-muted\/20 {
  border-right-color: rgb(234 236 240 / 0.2);
}
.border-r-base-color-bg-muted\/25 {
  border-right-color: rgb(234 236 240 / 0.25);
}
.border-r-base-color-bg-muted\/30 {
  border-right-color: rgb(234 236 240 / 0.3);
}
.border-r-base-color-bg-muted\/40 {
  border-right-color: rgb(234 236 240 / 0.4);
}
.border-r-base-color-bg-muted\/5 {
  border-right-color: rgb(234 236 240 / 0.05);
}
.border-r-base-color-bg-muted\/50 {
  border-right-color: rgb(234 236 240 / 0.5);
}
.border-r-base-color-bg-muted\/60 {
  border-right-color: rgb(234 236 240 / 0.6);
}
.border-r-base-color-bg-muted\/70 {
  border-right-color: rgb(234 236 240 / 0.7);
}
.border-r-base-color-bg-muted\/75 {
  border-right-color: rgb(234 236 240 / 0.75);
}
.border-r-base-color-bg-muted\/80 {
  border-right-color: rgb(234 236 240 / 0.8);
}
.border-r-base-color-bg-muted\/90 {
  border-right-color: rgb(234 236 240 / 0.9);
}
.border-r-base-color-bg-muted\/95 {
  border-right-color: rgb(234 236 240 / 0.95);
}
.border-r-base-color-bg-muted\/base-opacity-disabled {
  border-right-color: rgb(234 236 240 / 60%);
}
.border-r-base-color-bg-muted\/core-opacity-0 {
  border-right-color: rgb(234 236 240 / 0%);
}
.border-r-base-color-bg-muted\/core-opacity-10 {
  border-right-color: rgb(234 236 240 / 10%);
}
.border-r-base-color-bg-muted\/core-opacity-100 {
  border-right-color: rgb(234 236 240 / 100%);
}
.border-r-base-color-bg-muted\/core-opacity-20 {
  border-right-color: rgb(234 236 240 / 20%);
}
.border-r-base-color-bg-muted\/core-opacity-30 {
  border-right-color: rgb(234 236 240 / 30%);
}
.border-r-base-color-bg-muted\/core-opacity-40 {
  border-right-color: rgb(234 236 240 / 40%);
}
.border-r-base-color-bg-muted\/core-opacity-50 {
  border-right-color: rgb(234 236 240 / 50%);
}
.border-r-base-color-bg-muted\/core-opacity-60 {
  border-right-color: rgb(234 236 240 / 60%);
}
.border-r-base-color-bg-muted\/core-opacity-70 {
  border-right-color: rgb(234 236 240 / 70%);
}
.border-r-base-color-bg-muted\/core-opacity-80 {
  border-right-color: rgb(234 236 240 / 80%);
}
.border-r-base-color-bg-muted\/core-opacity-90 {
  border-right-color: rgb(234 236 240 / 90%);
}
.border-r-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-r-base-color-bg-subtle\/0 {
  border-right-color: rgb(242 244 247 / 0);
}
.border-r-base-color-bg-subtle\/10 {
  border-right-color: rgb(242 244 247 / 0.1);
}
.border-r-base-color-bg-subtle\/100 {
  border-right-color: rgb(242 244 247 / 1);
}
.border-r-base-color-bg-subtle\/20 {
  border-right-color: rgb(242 244 247 / 0.2);
}
.border-r-base-color-bg-subtle\/25 {
  border-right-color: rgb(242 244 247 / 0.25);
}
.border-r-base-color-bg-subtle\/30 {
  border-right-color: rgb(242 244 247 / 0.3);
}
.border-r-base-color-bg-subtle\/40 {
  border-right-color: rgb(242 244 247 / 0.4);
}
.border-r-base-color-bg-subtle\/5 {
  border-right-color: rgb(242 244 247 / 0.05);
}
.border-r-base-color-bg-subtle\/50 {
  border-right-color: rgb(242 244 247 / 0.5);
}
.border-r-base-color-bg-subtle\/60 {
  border-right-color: rgb(242 244 247 / 0.6);
}
.border-r-base-color-bg-subtle\/70 {
  border-right-color: rgb(242 244 247 / 0.7);
}
.border-r-base-color-bg-subtle\/75 {
  border-right-color: rgb(242 244 247 / 0.75);
}
.border-r-base-color-bg-subtle\/80 {
  border-right-color: rgb(242 244 247 / 0.8);
}
.border-r-base-color-bg-subtle\/90 {
  border-right-color: rgb(242 244 247 / 0.9);
}
.border-r-base-color-bg-subtle\/95 {
  border-right-color: rgb(242 244 247 / 0.95);
}
.border-r-base-color-bg-subtle\/base-opacity-disabled {
  border-right-color: rgb(242 244 247 / 60%);
}
.border-r-base-color-bg-subtle\/core-opacity-0 {
  border-right-color: rgb(242 244 247 / 0%);
}
.border-r-base-color-bg-subtle\/core-opacity-10 {
  border-right-color: rgb(242 244 247 / 10%);
}
.border-r-base-color-bg-subtle\/core-opacity-100 {
  border-right-color: rgb(242 244 247 / 100%);
}
.border-r-base-color-bg-subtle\/core-opacity-20 {
  border-right-color: rgb(242 244 247 / 20%);
}
.border-r-base-color-bg-subtle\/core-opacity-30 {
  border-right-color: rgb(242 244 247 / 30%);
}
.border-r-base-color-bg-subtle\/core-opacity-40 {
  border-right-color: rgb(242 244 247 / 40%);
}
.border-r-base-color-bg-subtle\/core-opacity-50 {
  border-right-color: rgb(242 244 247 / 50%);
}
.border-r-base-color-bg-subtle\/core-opacity-60 {
  border-right-color: rgb(242 244 247 / 60%);
}
.border-r-base-color-bg-subtle\/core-opacity-70 {
  border-right-color: rgb(242 244 247 / 70%);
}
.border-r-base-color-bg-subtle\/core-opacity-80 {
  border-right-color: rgb(242 244 247 / 80%);
}
.border-r-base-color-bg-subtle\/core-opacity-90 {
  border-right-color: rgb(242 244 247 / 90%);
}
.border-r-base-color-bg-success {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-r-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-r-base-color-bg-success-emphasis\/0 {
  border-right-color: rgb(18 181 105 / 0);
}
.border-r-base-color-bg-success-emphasis\/10 {
  border-right-color: rgb(18 181 105 / 0.1);
}
.border-r-base-color-bg-success-emphasis\/100 {
  border-right-color: rgb(18 181 105 / 1);
}
.border-r-base-color-bg-success-emphasis\/20 {
  border-right-color: rgb(18 181 105 / 0.2);
}
.border-r-base-color-bg-success-emphasis\/25 {
  border-right-color: rgb(18 181 105 / 0.25);
}
.border-r-base-color-bg-success-emphasis\/30 {
  border-right-color: rgb(18 181 105 / 0.3);
}
.border-r-base-color-bg-success-emphasis\/40 {
  border-right-color: rgb(18 181 105 / 0.4);
}
.border-r-base-color-bg-success-emphasis\/5 {
  border-right-color: rgb(18 181 105 / 0.05);
}
.border-r-base-color-bg-success-emphasis\/50 {
  border-right-color: rgb(18 181 105 / 0.5);
}
.border-r-base-color-bg-success-emphasis\/60 {
  border-right-color: rgb(18 181 105 / 0.6);
}
.border-r-base-color-bg-success-emphasis\/70 {
  border-right-color: rgb(18 181 105 / 0.7);
}
.border-r-base-color-bg-success-emphasis\/75 {
  border-right-color: rgb(18 181 105 / 0.75);
}
.border-r-base-color-bg-success-emphasis\/80 {
  border-right-color: rgb(18 181 105 / 0.8);
}
.border-r-base-color-bg-success-emphasis\/90 {
  border-right-color: rgb(18 181 105 / 0.9);
}
.border-r-base-color-bg-success-emphasis\/95 {
  border-right-color: rgb(18 181 105 / 0.95);
}
.border-r-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-right-color: rgb(18 181 105 / 60%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-0 {
  border-right-color: rgb(18 181 105 / 0%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-10 {
  border-right-color: rgb(18 181 105 / 10%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-100 {
  border-right-color: rgb(18 181 105 / 100%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-20 {
  border-right-color: rgb(18 181 105 / 20%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-30 {
  border-right-color: rgb(18 181 105 / 30%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-40 {
  border-right-color: rgb(18 181 105 / 40%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-50 {
  border-right-color: rgb(18 181 105 / 50%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-60 {
  border-right-color: rgb(18 181 105 / 60%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-70 {
  border-right-color: rgb(18 181 105 / 70%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-80 {
  border-right-color: rgb(18 181 105 / 80%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-90 {
  border-right-color: rgb(18 181 105 / 90%);
}
.border-r-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-r-base-color-bg-success-subtle\/0 {
  border-right-color: rgb(246 254 249 / 0);
}
.border-r-base-color-bg-success-subtle\/10 {
  border-right-color: rgb(246 254 249 / 0.1);
}
.border-r-base-color-bg-success-subtle\/100 {
  border-right-color: rgb(246 254 249 / 1);
}
.border-r-base-color-bg-success-subtle\/20 {
  border-right-color: rgb(246 254 249 / 0.2);
}
.border-r-base-color-bg-success-subtle\/25 {
  border-right-color: rgb(246 254 249 / 0.25);
}
.border-r-base-color-bg-success-subtle\/30 {
  border-right-color: rgb(246 254 249 / 0.3);
}
.border-r-base-color-bg-success-subtle\/40 {
  border-right-color: rgb(246 254 249 / 0.4);
}
.border-r-base-color-bg-success-subtle\/5 {
  border-right-color: rgb(246 254 249 / 0.05);
}
.border-r-base-color-bg-success-subtle\/50 {
  border-right-color: rgb(246 254 249 / 0.5);
}
.border-r-base-color-bg-success-subtle\/60 {
  border-right-color: rgb(246 254 249 / 0.6);
}
.border-r-base-color-bg-success-subtle\/70 {
  border-right-color: rgb(246 254 249 / 0.7);
}
.border-r-base-color-bg-success-subtle\/75 {
  border-right-color: rgb(246 254 249 / 0.75);
}
.border-r-base-color-bg-success-subtle\/80 {
  border-right-color: rgb(246 254 249 / 0.8);
}
.border-r-base-color-bg-success-subtle\/90 {
  border-right-color: rgb(246 254 249 / 0.9);
}
.border-r-base-color-bg-success-subtle\/95 {
  border-right-color: rgb(246 254 249 / 0.95);
}
.border-r-base-color-bg-success-subtle\/base-opacity-disabled {
  border-right-color: rgb(246 254 249 / 60%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-0 {
  border-right-color: rgb(246 254 249 / 0%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-10 {
  border-right-color: rgb(246 254 249 / 10%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-100 {
  border-right-color: rgb(246 254 249 / 100%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-20 {
  border-right-color: rgb(246 254 249 / 20%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-30 {
  border-right-color: rgb(246 254 249 / 30%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-40 {
  border-right-color: rgb(246 254 249 / 40%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-50 {
  border-right-color: rgb(246 254 249 / 50%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-60 {
  border-right-color: rgb(246 254 249 / 60%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-70 {
  border-right-color: rgb(246 254 249 / 70%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-80 {
  border-right-color: rgb(246 254 249 / 80%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-90 {
  border-right-color: rgb(246 254 249 / 90%);
}
.border-r-base-color-bg-success\/0 {
  border-right-color: rgb(209 250 223 / 0);
}
.border-r-base-color-bg-success\/10 {
  border-right-color: rgb(209 250 223 / 0.1);
}
.border-r-base-color-bg-success\/100 {
  border-right-color: rgb(209 250 223 / 1);
}
.border-r-base-color-bg-success\/20 {
  border-right-color: rgb(209 250 223 / 0.2);
}
.border-r-base-color-bg-success\/25 {
  border-right-color: rgb(209 250 223 / 0.25);
}
.border-r-base-color-bg-success\/30 {
  border-right-color: rgb(209 250 223 / 0.3);
}
.border-r-base-color-bg-success\/40 {
  border-right-color: rgb(209 250 223 / 0.4);
}
.border-r-base-color-bg-success\/5 {
  border-right-color: rgb(209 250 223 / 0.05);
}
.border-r-base-color-bg-success\/50 {
  border-right-color: rgb(209 250 223 / 0.5);
}
.border-r-base-color-bg-success\/60 {
  border-right-color: rgb(209 250 223 / 0.6);
}
.border-r-base-color-bg-success\/70 {
  border-right-color: rgb(209 250 223 / 0.7);
}
.border-r-base-color-bg-success\/75 {
  border-right-color: rgb(209 250 223 / 0.75);
}
.border-r-base-color-bg-success\/80 {
  border-right-color: rgb(209 250 223 / 0.8);
}
.border-r-base-color-bg-success\/90 {
  border-right-color: rgb(209 250 223 / 0.9);
}
.border-r-base-color-bg-success\/95 {
  border-right-color: rgb(209 250 223 / 0.95);
}
.border-r-base-color-bg-success\/base-opacity-disabled {
  border-right-color: rgb(209 250 223 / 60%);
}
.border-r-base-color-bg-success\/core-opacity-0 {
  border-right-color: rgb(209 250 223 / 0%);
}
.border-r-base-color-bg-success\/core-opacity-10 {
  border-right-color: rgb(209 250 223 / 10%);
}
.border-r-base-color-bg-success\/core-opacity-100 {
  border-right-color: rgb(209 250 223 / 100%);
}
.border-r-base-color-bg-success\/core-opacity-20 {
  border-right-color: rgb(209 250 223 / 20%);
}
.border-r-base-color-bg-success\/core-opacity-30 {
  border-right-color: rgb(209 250 223 / 30%);
}
.border-r-base-color-bg-success\/core-opacity-40 {
  border-right-color: rgb(209 250 223 / 40%);
}
.border-r-base-color-bg-success\/core-opacity-50 {
  border-right-color: rgb(209 250 223 / 50%);
}
.border-r-base-color-bg-success\/core-opacity-60 {
  border-right-color: rgb(209 250 223 / 60%);
}
.border-r-base-color-bg-success\/core-opacity-70 {
  border-right-color: rgb(209 250 223 / 70%);
}
.border-r-base-color-bg-success\/core-opacity-80 {
  border-right-color: rgb(209 250 223 / 80%);
}
.border-r-base-color-bg-success\/core-opacity-90 {
  border-right-color: rgb(209 250 223 / 90%);
}
.border-r-base-color-bg-transparent {
  border-right-color: #00000000;
}
.border-r-base-color-bg-transparent\/0 {
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-base-color-bg-transparent\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-base-color-bg-transparent\/100 {
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-base-color-bg-transparent\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-base-color-bg-transparent\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-base-color-bg-transparent\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-base-color-bg-transparent\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-base-color-bg-transparent\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-base-color-bg-transparent\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-base-color-bg-transparent\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-base-color-bg-transparent\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-base-color-bg-transparent\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-base-color-bg-transparent\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-base-color-bg-transparent\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-base-color-bg-transparent\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-base-color-bg-transparent\/base-opacity-disabled {
  border-right-color: rgb(0 0 0 / 60%);
}
.border-r-base-color-bg-transparent\/core-opacity-0 {
  border-right-color: rgb(0 0 0 / 0%);
}
.border-r-base-color-bg-transparent\/core-opacity-10 {
  border-right-color: rgb(0 0 0 / 10%);
}
.border-r-base-color-bg-transparent\/core-opacity-100 {
  border-right-color: rgb(0 0 0 / 100%);
}
.border-r-base-color-bg-transparent\/core-opacity-20 {
  border-right-color: rgb(0 0 0 / 20%);
}
.border-r-base-color-bg-transparent\/core-opacity-30 {
  border-right-color: rgb(0 0 0 / 30%);
}
.border-r-base-color-bg-transparent\/core-opacity-40 {
  border-right-color: rgb(0 0 0 / 40%);
}
.border-r-base-color-bg-transparent\/core-opacity-50 {
  border-right-color: rgb(0 0 0 / 50%);
}
.border-r-base-color-bg-transparent\/core-opacity-60 {
  border-right-color: rgb(0 0 0 / 60%);
}
.border-r-base-color-bg-transparent\/core-opacity-70 {
  border-right-color: rgb(0 0 0 / 70%);
}
.border-r-base-color-bg-transparent\/core-opacity-80 {
  border-right-color: rgb(0 0 0 / 80%);
}
.border-r-base-color-bg-transparent\/core-opacity-90 {
  border-right-color: rgb(0 0 0 / 90%);
}
.border-s-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-s-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-s-base-color-bg-accent-emphasis\/0 {
  border-inline-start-color: rgb(21 94 239 / 0);
}
.border-s-base-color-bg-accent-emphasis\/10 {
  border-inline-start-color: rgb(21 94 239 / 0.1);
}
.border-s-base-color-bg-accent-emphasis\/100 {
  border-inline-start-color: rgb(21 94 239 / 1);
}
.border-s-base-color-bg-accent-emphasis\/20 {
  border-inline-start-color: rgb(21 94 239 / 0.2);
}
.border-s-base-color-bg-accent-emphasis\/25 {
  border-inline-start-color: rgb(21 94 239 / 0.25);
}
.border-s-base-color-bg-accent-emphasis\/30 {
  border-inline-start-color: rgb(21 94 239 / 0.3);
}
.border-s-base-color-bg-accent-emphasis\/40 {
  border-inline-start-color: rgb(21 94 239 / 0.4);
}
.border-s-base-color-bg-accent-emphasis\/5 {
  border-inline-start-color: rgb(21 94 239 / 0.05);
}
.border-s-base-color-bg-accent-emphasis\/50 {
  border-inline-start-color: rgb(21 94 239 / 0.5);
}
.border-s-base-color-bg-accent-emphasis\/60 {
  border-inline-start-color: rgb(21 94 239 / 0.6);
}
.border-s-base-color-bg-accent-emphasis\/70 {
  border-inline-start-color: rgb(21 94 239 / 0.7);
}
.border-s-base-color-bg-accent-emphasis\/75 {
  border-inline-start-color: rgb(21 94 239 / 0.75);
}
.border-s-base-color-bg-accent-emphasis\/80 {
  border-inline-start-color: rgb(21 94 239 / 0.8);
}
.border-s-base-color-bg-accent-emphasis\/90 {
  border-inline-start-color: rgb(21 94 239 / 0.9);
}
.border-s-base-color-bg-accent-emphasis\/95 {
  border-inline-start-color: rgb(21 94 239 / 0.95);
}
.border-s-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(21 94 239 / 60%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(21 94 239 / 0%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(21 94 239 / 10%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(21 94 239 / 100%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(21 94 239 / 20%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(21 94 239 / 30%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(21 94 239 / 40%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(21 94 239 / 50%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(21 94 239 / 60%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(21 94 239 / 70%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(21 94 239 / 80%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(21 94 239 / 90%);
}
.border-s-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-s-base-color-bg-accent-subtle\/0 {
  border-inline-start-color: rgb(245 248 255 / 0);
}
.border-s-base-color-bg-accent-subtle\/10 {
  border-inline-start-color: rgb(245 248 255 / 0.1);
}
.border-s-base-color-bg-accent-subtle\/100 {
  border-inline-start-color: rgb(245 248 255 / 1);
}
.border-s-base-color-bg-accent-subtle\/20 {
  border-inline-start-color: rgb(245 248 255 / 0.2);
}
.border-s-base-color-bg-accent-subtle\/25 {
  border-inline-start-color: rgb(245 248 255 / 0.25);
}
.border-s-base-color-bg-accent-subtle\/30 {
  border-inline-start-color: rgb(245 248 255 / 0.3);
}
.border-s-base-color-bg-accent-subtle\/40 {
  border-inline-start-color: rgb(245 248 255 / 0.4);
}
.border-s-base-color-bg-accent-subtle\/5 {
  border-inline-start-color: rgb(245 248 255 / 0.05);
}
.border-s-base-color-bg-accent-subtle\/50 {
  border-inline-start-color: rgb(245 248 255 / 0.5);
}
.border-s-base-color-bg-accent-subtle\/60 {
  border-inline-start-color: rgb(245 248 255 / 0.6);
}
.border-s-base-color-bg-accent-subtle\/70 {
  border-inline-start-color: rgb(245 248 255 / 0.7);
}
.border-s-base-color-bg-accent-subtle\/75 {
  border-inline-start-color: rgb(245 248 255 / 0.75);
}
.border-s-base-color-bg-accent-subtle\/80 {
  border-inline-start-color: rgb(245 248 255 / 0.8);
}
.border-s-base-color-bg-accent-subtle\/90 {
  border-inline-start-color: rgb(245 248 255 / 0.9);
}
.border-s-base-color-bg-accent-subtle\/95 {
  border-inline-start-color: rgb(245 248 255 / 0.95);
}
.border-s-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(245 248 255 / 60%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(245 248 255 / 0%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(245 248 255 / 10%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(245 248 255 / 100%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(245 248 255 / 20%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(245 248 255 / 30%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(245 248 255 / 40%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(245 248 255 / 50%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(245 248 255 / 60%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(245 248 255 / 70%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(245 248 255 / 80%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(245 248 255 / 90%);
}
.border-s-base-color-bg-accent\/0 {
  border-inline-start-color: rgb(209 224 255 / 0);
}
.border-s-base-color-bg-accent\/10 {
  border-inline-start-color: rgb(209 224 255 / 0.1);
}
.border-s-base-color-bg-accent\/100 {
  border-inline-start-color: rgb(209 224 255 / 1);
}
.border-s-base-color-bg-accent\/20 {
  border-inline-start-color: rgb(209 224 255 / 0.2);
}
.border-s-base-color-bg-accent\/25 {
  border-inline-start-color: rgb(209 224 255 / 0.25);
}
.border-s-base-color-bg-accent\/30 {
  border-inline-start-color: rgb(209 224 255 / 0.3);
}
.border-s-base-color-bg-accent\/40 {
  border-inline-start-color: rgb(209 224 255 / 0.4);
}
.border-s-base-color-bg-accent\/5 {
  border-inline-start-color: rgb(209 224 255 / 0.05);
}
.border-s-base-color-bg-accent\/50 {
  border-inline-start-color: rgb(209 224 255 / 0.5);
}
.border-s-base-color-bg-accent\/60 {
  border-inline-start-color: rgb(209 224 255 / 0.6);
}
.border-s-base-color-bg-accent\/70 {
  border-inline-start-color: rgb(209 224 255 / 0.7);
}
.border-s-base-color-bg-accent\/75 {
  border-inline-start-color: rgb(209 224 255 / 0.75);
}
.border-s-base-color-bg-accent\/80 {
  border-inline-start-color: rgb(209 224 255 / 0.8);
}
.border-s-base-color-bg-accent\/90 {
  border-inline-start-color: rgb(209 224 255 / 0.9);
}
.border-s-base-color-bg-accent\/95 {
  border-inline-start-color: rgb(209 224 255 / 0.95);
}
.border-s-base-color-bg-accent\/base-opacity-disabled {
  border-inline-start-color: rgb(209 224 255 / 60%);
}
.border-s-base-color-bg-accent\/core-opacity-0 {
  border-inline-start-color: rgb(209 224 255 / 0%);
}
.border-s-base-color-bg-accent\/core-opacity-10 {
  border-inline-start-color: rgb(209 224 255 / 10%);
}
.border-s-base-color-bg-accent\/core-opacity-100 {
  border-inline-start-color: rgb(209 224 255 / 100%);
}
.border-s-base-color-bg-accent\/core-opacity-20 {
  border-inline-start-color: rgb(209 224 255 / 20%);
}
.border-s-base-color-bg-accent\/core-opacity-30 {
  border-inline-start-color: rgb(209 224 255 / 30%);
}
.border-s-base-color-bg-accent\/core-opacity-40 {
  border-inline-start-color: rgb(209 224 255 / 40%);
}
.border-s-base-color-bg-accent\/core-opacity-50 {
  border-inline-start-color: rgb(209 224 255 / 50%);
}
.border-s-base-color-bg-accent\/core-opacity-60 {
  border-inline-start-color: rgb(209 224 255 / 60%);
}
.border-s-base-color-bg-accent\/core-opacity-70 {
  border-inline-start-color: rgb(209 224 255 / 70%);
}
.border-s-base-color-bg-accent\/core-opacity-80 {
  border-inline-start-color: rgb(209 224 255 / 80%);
}
.border-s-base-color-bg-accent\/core-opacity-90 {
  border-inline-start-color: rgb(209 224 255 / 90%);
}
.border-s-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-s-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-s-base-color-bg-attention-emphasis\/0 {
  border-inline-start-color: rgb(221 105 3 / 0);
}
.border-s-base-color-bg-attention-emphasis\/10 {
  border-inline-start-color: rgb(221 105 3 / 0.1);
}
.border-s-base-color-bg-attention-emphasis\/100 {
  border-inline-start-color: rgb(221 105 3 / 1);
}
.border-s-base-color-bg-attention-emphasis\/20 {
  border-inline-start-color: rgb(221 105 3 / 0.2);
}
.border-s-base-color-bg-attention-emphasis\/25 {
  border-inline-start-color: rgb(221 105 3 / 0.25);
}
.border-s-base-color-bg-attention-emphasis\/30 {
  border-inline-start-color: rgb(221 105 3 / 0.3);
}
.border-s-base-color-bg-attention-emphasis\/40 {
  border-inline-start-color: rgb(221 105 3 / 0.4);
}
.border-s-base-color-bg-attention-emphasis\/5 {
  border-inline-start-color: rgb(221 105 3 / 0.05);
}
.border-s-base-color-bg-attention-emphasis\/50 {
  border-inline-start-color: rgb(221 105 3 / 0.5);
}
.border-s-base-color-bg-attention-emphasis\/60 {
  border-inline-start-color: rgb(221 105 3 / 0.6);
}
.border-s-base-color-bg-attention-emphasis\/70 {
  border-inline-start-color: rgb(221 105 3 / 0.7);
}
.border-s-base-color-bg-attention-emphasis\/75 {
  border-inline-start-color: rgb(221 105 3 / 0.75);
}
.border-s-base-color-bg-attention-emphasis\/80 {
  border-inline-start-color: rgb(221 105 3 / 0.8);
}
.border-s-base-color-bg-attention-emphasis\/90 {
  border-inline-start-color: rgb(221 105 3 / 0.9);
}
.border-s-base-color-bg-attention-emphasis\/95 {
  border-inline-start-color: rgb(221 105 3 / 0.95);
}
.border-s-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(221 105 3 / 60%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(221 105 3 / 0%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(221 105 3 / 10%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(221 105 3 / 100%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(221 105 3 / 20%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(221 105 3 / 30%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(221 105 3 / 40%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(221 105 3 / 50%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(221 105 3 / 60%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(221 105 3 / 70%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(221 105 3 / 80%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(221 105 3 / 90%);
}
.border-s-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-s-base-color-bg-attention-subtle\/0 {
  border-inline-start-color: rgb(255 252 245 / 0);
}
.border-s-base-color-bg-attention-subtle\/10 {
  border-inline-start-color: rgb(255 252 245 / 0.1);
}
.border-s-base-color-bg-attention-subtle\/100 {
  border-inline-start-color: rgb(255 252 245 / 1);
}
.border-s-base-color-bg-attention-subtle\/20 {
  border-inline-start-color: rgb(255 252 245 / 0.2);
}
.border-s-base-color-bg-attention-subtle\/25 {
  border-inline-start-color: rgb(255 252 245 / 0.25);
}
.border-s-base-color-bg-attention-subtle\/30 {
  border-inline-start-color: rgb(255 252 245 / 0.3);
}
.border-s-base-color-bg-attention-subtle\/40 {
  border-inline-start-color: rgb(255 252 245 / 0.4);
}
.border-s-base-color-bg-attention-subtle\/5 {
  border-inline-start-color: rgb(255 252 245 / 0.05);
}
.border-s-base-color-bg-attention-subtle\/50 {
  border-inline-start-color: rgb(255 252 245 / 0.5);
}
.border-s-base-color-bg-attention-subtle\/60 {
  border-inline-start-color: rgb(255 252 245 / 0.6);
}
.border-s-base-color-bg-attention-subtle\/70 {
  border-inline-start-color: rgb(255 252 245 / 0.7);
}
.border-s-base-color-bg-attention-subtle\/75 {
  border-inline-start-color: rgb(255 252 245 / 0.75);
}
.border-s-base-color-bg-attention-subtle\/80 {
  border-inline-start-color: rgb(255 252 245 / 0.8);
}
.border-s-base-color-bg-attention-subtle\/90 {
  border-inline-start-color: rgb(255 252 245 / 0.9);
}
.border-s-base-color-bg-attention-subtle\/95 {
  border-inline-start-color: rgb(255 252 245 / 0.95);
}
.border-s-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(255 252 245 / 60%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(255 252 245 / 0%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(255 252 245 / 10%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(255 252 245 / 100%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(255 252 245 / 20%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(255 252 245 / 30%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(255 252 245 / 40%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(255 252 245 / 50%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(255 252 245 / 60%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(255 252 245 / 70%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(255 252 245 / 80%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(255 252 245 / 90%);
}
.border-s-base-color-bg-attention\/0 {
  border-inline-start-color: rgb(254 240 200 / 0);
}
.border-s-base-color-bg-attention\/10 {
  border-inline-start-color: rgb(254 240 200 / 0.1);
}
.border-s-base-color-bg-attention\/100 {
  border-inline-start-color: rgb(254 240 200 / 1);
}
.border-s-base-color-bg-attention\/20 {
  border-inline-start-color: rgb(254 240 200 / 0.2);
}
.border-s-base-color-bg-attention\/25 {
  border-inline-start-color: rgb(254 240 200 / 0.25);
}
.border-s-base-color-bg-attention\/30 {
  border-inline-start-color: rgb(254 240 200 / 0.3);
}
.border-s-base-color-bg-attention\/40 {
  border-inline-start-color: rgb(254 240 200 / 0.4);
}
.border-s-base-color-bg-attention\/5 {
  border-inline-start-color: rgb(254 240 200 / 0.05);
}
.border-s-base-color-bg-attention\/50 {
  border-inline-start-color: rgb(254 240 200 / 0.5);
}
.border-s-base-color-bg-attention\/60 {
  border-inline-start-color: rgb(254 240 200 / 0.6);
}
.border-s-base-color-bg-attention\/70 {
  border-inline-start-color: rgb(254 240 200 / 0.7);
}
.border-s-base-color-bg-attention\/75 {
  border-inline-start-color: rgb(254 240 200 / 0.75);
}
.border-s-base-color-bg-attention\/80 {
  border-inline-start-color: rgb(254 240 200 / 0.8);
}
.border-s-base-color-bg-attention\/90 {
  border-inline-start-color: rgb(254 240 200 / 0.9);
}
.border-s-base-color-bg-attention\/95 {
  border-inline-start-color: rgb(254 240 200 / 0.95);
}
.border-s-base-color-bg-attention\/base-opacity-disabled {
  border-inline-start-color: rgb(254 240 200 / 60%);
}
.border-s-base-color-bg-attention\/core-opacity-0 {
  border-inline-start-color: rgb(254 240 200 / 0%);
}
.border-s-base-color-bg-attention\/core-opacity-10 {
  border-inline-start-color: rgb(254 240 200 / 10%);
}
.border-s-base-color-bg-attention\/core-opacity-100 {
  border-inline-start-color: rgb(254 240 200 / 100%);
}
.border-s-base-color-bg-attention\/core-opacity-20 {
  border-inline-start-color: rgb(254 240 200 / 20%);
}
.border-s-base-color-bg-attention\/core-opacity-30 {
  border-inline-start-color: rgb(254 240 200 / 30%);
}
.border-s-base-color-bg-attention\/core-opacity-40 {
  border-inline-start-color: rgb(254 240 200 / 40%);
}
.border-s-base-color-bg-attention\/core-opacity-50 {
  border-inline-start-color: rgb(254 240 200 / 50%);
}
.border-s-base-color-bg-attention\/core-opacity-60 {
  border-inline-start-color: rgb(254 240 200 / 60%);
}
.border-s-base-color-bg-attention\/core-opacity-70 {
  border-inline-start-color: rgb(254 240 200 / 70%);
}
.border-s-base-color-bg-attention\/core-opacity-80 {
  border-inline-start-color: rgb(254 240 200 / 80%);
}
.border-s-base-color-bg-attention\/core-opacity-90 {
  border-inline-start-color: rgb(254 240 200 / 90%);
}
.border-s-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-s-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-s-base-color-bg-brand-emphasis\/0 {
  border-inline-start-color: rgb(93 91 215 / 0);
}
.border-s-base-color-bg-brand-emphasis\/10 {
  border-inline-start-color: rgb(93 91 215 / 0.1);
}
.border-s-base-color-bg-brand-emphasis\/100 {
  border-inline-start-color: rgb(93 91 215 / 1);
}
.border-s-base-color-bg-brand-emphasis\/20 {
  border-inline-start-color: rgb(93 91 215 / 0.2);
}
.border-s-base-color-bg-brand-emphasis\/25 {
  border-inline-start-color: rgb(93 91 215 / 0.25);
}
.border-s-base-color-bg-brand-emphasis\/30 {
  border-inline-start-color: rgb(93 91 215 / 0.3);
}
.border-s-base-color-bg-brand-emphasis\/40 {
  border-inline-start-color: rgb(93 91 215 / 0.4);
}
.border-s-base-color-bg-brand-emphasis\/5 {
  border-inline-start-color: rgb(93 91 215 / 0.05);
}
.border-s-base-color-bg-brand-emphasis\/50 {
  border-inline-start-color: rgb(93 91 215 / 0.5);
}
.border-s-base-color-bg-brand-emphasis\/60 {
  border-inline-start-color: rgb(93 91 215 / 0.6);
}
.border-s-base-color-bg-brand-emphasis\/70 {
  border-inline-start-color: rgb(93 91 215 / 0.7);
}
.border-s-base-color-bg-brand-emphasis\/75 {
  border-inline-start-color: rgb(93 91 215 / 0.75);
}
.border-s-base-color-bg-brand-emphasis\/80 {
  border-inline-start-color: rgb(93 91 215 / 0.8);
}
.border-s-base-color-bg-brand-emphasis\/90 {
  border-inline-start-color: rgb(93 91 215 / 0.9);
}
.border-s-base-color-bg-brand-emphasis\/95 {
  border-inline-start-color: rgb(93 91 215 / 0.95);
}
.border-s-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(93 91 215 / 60%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(93 91 215 / 0%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(93 91 215 / 10%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(93 91 215 / 100%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(93 91 215 / 20%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(93 91 215 / 30%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(93 91 215 / 40%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(93 91 215 / 50%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(93 91 215 / 60%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(93 91 215 / 70%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(93 91 215 / 80%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(93 91 215 / 90%);
}
.border-s-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-s-base-color-bg-brand-subtle\/0 {
  border-inline-start-color: rgb(242 244 253 / 0);
}
.border-s-base-color-bg-brand-subtle\/10 {
  border-inline-start-color: rgb(242 244 253 / 0.1);
}
.border-s-base-color-bg-brand-subtle\/100 {
  border-inline-start-color: rgb(242 244 253 / 1);
}
.border-s-base-color-bg-brand-subtle\/20 {
  border-inline-start-color: rgb(242 244 253 / 0.2);
}
.border-s-base-color-bg-brand-subtle\/25 {
  border-inline-start-color: rgb(242 244 253 / 0.25);
}
.border-s-base-color-bg-brand-subtle\/30 {
  border-inline-start-color: rgb(242 244 253 / 0.3);
}
.border-s-base-color-bg-brand-subtle\/40 {
  border-inline-start-color: rgb(242 244 253 / 0.4);
}
.border-s-base-color-bg-brand-subtle\/5 {
  border-inline-start-color: rgb(242 244 253 / 0.05);
}
.border-s-base-color-bg-brand-subtle\/50 {
  border-inline-start-color: rgb(242 244 253 / 0.5);
}
.border-s-base-color-bg-brand-subtle\/60 {
  border-inline-start-color: rgb(242 244 253 / 0.6);
}
.border-s-base-color-bg-brand-subtle\/70 {
  border-inline-start-color: rgb(242 244 253 / 0.7);
}
.border-s-base-color-bg-brand-subtle\/75 {
  border-inline-start-color: rgb(242 244 253 / 0.75);
}
.border-s-base-color-bg-brand-subtle\/80 {
  border-inline-start-color: rgb(242 244 253 / 0.8);
}
.border-s-base-color-bg-brand-subtle\/90 {
  border-inline-start-color: rgb(242 244 253 / 0.9);
}
.border-s-base-color-bg-brand-subtle\/95 {
  border-inline-start-color: rgb(242 244 253 / 0.95);
}
.border-s-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(242 244 253 / 60%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(242 244 253 / 0%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(242 244 253 / 10%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(242 244 253 / 100%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(242 244 253 / 20%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(242 244 253 / 30%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(242 244 253 / 40%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(242 244 253 / 50%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(242 244 253 / 60%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(242 244 253 / 70%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(242 244 253 / 80%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(242 244 253 / 90%);
}
.border-s-base-color-bg-brand\/0 {
  border-inline-start-color: rgb(205 214 249 / 0);
}
.border-s-base-color-bg-brand\/10 {
  border-inline-start-color: rgb(205 214 249 / 0.1);
}
.border-s-base-color-bg-brand\/100 {
  border-inline-start-color: rgb(205 214 249 / 1);
}
.border-s-base-color-bg-brand\/20 {
  border-inline-start-color: rgb(205 214 249 / 0.2);
}
.border-s-base-color-bg-brand\/25 {
  border-inline-start-color: rgb(205 214 249 / 0.25);
}
.border-s-base-color-bg-brand\/30 {
  border-inline-start-color: rgb(205 214 249 / 0.3);
}
.border-s-base-color-bg-brand\/40 {
  border-inline-start-color: rgb(205 214 249 / 0.4);
}
.border-s-base-color-bg-brand\/5 {
  border-inline-start-color: rgb(205 214 249 / 0.05);
}
.border-s-base-color-bg-brand\/50 {
  border-inline-start-color: rgb(205 214 249 / 0.5);
}
.border-s-base-color-bg-brand\/60 {
  border-inline-start-color: rgb(205 214 249 / 0.6);
}
.border-s-base-color-bg-brand\/70 {
  border-inline-start-color: rgb(205 214 249 / 0.7);
}
.border-s-base-color-bg-brand\/75 {
  border-inline-start-color: rgb(205 214 249 / 0.75);
}
.border-s-base-color-bg-brand\/80 {
  border-inline-start-color: rgb(205 214 249 / 0.8);
}
.border-s-base-color-bg-brand\/90 {
  border-inline-start-color: rgb(205 214 249 / 0.9);
}
.border-s-base-color-bg-brand\/95 {
  border-inline-start-color: rgb(205 214 249 / 0.95);
}
.border-s-base-color-bg-brand\/base-opacity-disabled {
  border-inline-start-color: rgb(205 214 249 / 60%);
}
.border-s-base-color-bg-brand\/core-opacity-0 {
  border-inline-start-color: rgb(205 214 249 / 0%);
}
.border-s-base-color-bg-brand\/core-opacity-10 {
  border-inline-start-color: rgb(205 214 249 / 10%);
}
.border-s-base-color-bg-brand\/core-opacity-100 {
  border-inline-start-color: rgb(205 214 249 / 100%);
}
.border-s-base-color-bg-brand\/core-opacity-20 {
  border-inline-start-color: rgb(205 214 249 / 20%);
}
.border-s-base-color-bg-brand\/core-opacity-30 {
  border-inline-start-color: rgb(205 214 249 / 30%);
}
.border-s-base-color-bg-brand\/core-opacity-40 {
  border-inline-start-color: rgb(205 214 249 / 40%);
}
.border-s-base-color-bg-brand\/core-opacity-50 {
  border-inline-start-color: rgb(205 214 249 / 50%);
}
.border-s-base-color-bg-brand\/core-opacity-60 {
  border-inline-start-color: rgb(205 214 249 / 60%);
}
.border-s-base-color-bg-brand\/core-opacity-70 {
  border-inline-start-color: rgb(205 214 249 / 70%);
}
.border-s-base-color-bg-brand\/core-opacity-80 {
  border-inline-start-color: rgb(205 214 249 / 80%);
}
.border-s-base-color-bg-brand\/core-opacity-90 {
  border-inline-start-color: rgb(205 214 249 / 90%);
}
.border-s-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-s-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-s-base-color-bg-danger-emphasis\/0 {
  border-inline-start-color: rgb(240 68 56 / 0);
}
.border-s-base-color-bg-danger-emphasis\/10 {
  border-inline-start-color: rgb(240 68 56 / 0.1);
}
.border-s-base-color-bg-danger-emphasis\/100 {
  border-inline-start-color: rgb(240 68 56 / 1);
}
.border-s-base-color-bg-danger-emphasis\/20 {
  border-inline-start-color: rgb(240 68 56 / 0.2);
}
.border-s-base-color-bg-danger-emphasis\/25 {
  border-inline-start-color: rgb(240 68 56 / 0.25);
}
.border-s-base-color-bg-danger-emphasis\/30 {
  border-inline-start-color: rgb(240 68 56 / 0.3);
}
.border-s-base-color-bg-danger-emphasis\/40 {
  border-inline-start-color: rgb(240 68 56 / 0.4);
}
.border-s-base-color-bg-danger-emphasis\/5 {
  border-inline-start-color: rgb(240 68 56 / 0.05);
}
.border-s-base-color-bg-danger-emphasis\/50 {
  border-inline-start-color: rgb(240 68 56 / 0.5);
}
.border-s-base-color-bg-danger-emphasis\/60 {
  border-inline-start-color: rgb(240 68 56 / 0.6);
}
.border-s-base-color-bg-danger-emphasis\/70 {
  border-inline-start-color: rgb(240 68 56 / 0.7);
}
.border-s-base-color-bg-danger-emphasis\/75 {
  border-inline-start-color: rgb(240 68 56 / 0.75);
}
.border-s-base-color-bg-danger-emphasis\/80 {
  border-inline-start-color: rgb(240 68 56 / 0.8);
}
.border-s-base-color-bg-danger-emphasis\/90 {
  border-inline-start-color: rgb(240 68 56 / 0.9);
}
.border-s-base-color-bg-danger-emphasis\/95 {
  border-inline-start-color: rgb(240 68 56 / 0.95);
}
.border-s-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(240 68 56 / 60%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(240 68 56 / 0%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(240 68 56 / 10%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(240 68 56 / 100%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(240 68 56 / 20%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(240 68 56 / 30%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(240 68 56 / 40%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(240 68 56 / 50%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(240 68 56 / 60%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(240 68 56 / 70%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(240 68 56 / 80%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(240 68 56 / 90%);
}
.border-s-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-s-base-color-bg-danger-subtle\/0 {
  border-inline-start-color: rgb(255 251 250 / 0);
}
.border-s-base-color-bg-danger-subtle\/10 {
  border-inline-start-color: rgb(255 251 250 / 0.1);
}
.border-s-base-color-bg-danger-subtle\/100 {
  border-inline-start-color: rgb(255 251 250 / 1);
}
.border-s-base-color-bg-danger-subtle\/20 {
  border-inline-start-color: rgb(255 251 250 / 0.2);
}
.border-s-base-color-bg-danger-subtle\/25 {
  border-inline-start-color: rgb(255 251 250 / 0.25);
}
.border-s-base-color-bg-danger-subtle\/30 {
  border-inline-start-color: rgb(255 251 250 / 0.3);
}
.border-s-base-color-bg-danger-subtle\/40 {
  border-inline-start-color: rgb(255 251 250 / 0.4);
}
.border-s-base-color-bg-danger-subtle\/5 {
  border-inline-start-color: rgb(255 251 250 / 0.05);
}
.border-s-base-color-bg-danger-subtle\/50 {
  border-inline-start-color: rgb(255 251 250 / 0.5);
}
.border-s-base-color-bg-danger-subtle\/60 {
  border-inline-start-color: rgb(255 251 250 / 0.6);
}
.border-s-base-color-bg-danger-subtle\/70 {
  border-inline-start-color: rgb(255 251 250 / 0.7);
}
.border-s-base-color-bg-danger-subtle\/75 {
  border-inline-start-color: rgb(255 251 250 / 0.75);
}
.border-s-base-color-bg-danger-subtle\/80 {
  border-inline-start-color: rgb(255 251 250 / 0.8);
}
.border-s-base-color-bg-danger-subtle\/90 {
  border-inline-start-color: rgb(255 251 250 / 0.9);
}
.border-s-base-color-bg-danger-subtle\/95 {
  border-inline-start-color: rgb(255 251 250 / 0.95);
}
.border-s-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(255 251 250 / 60%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(255 251 250 / 0%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(255 251 250 / 10%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(255 251 250 / 100%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(255 251 250 / 20%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(255 251 250 / 30%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(255 251 250 / 40%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(255 251 250 / 50%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(255 251 250 / 60%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(255 251 250 / 70%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(255 251 250 / 80%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(255 251 250 / 90%);
}
.border-s-base-color-bg-danger\/0 {
  border-inline-start-color: rgb(254 227 225 / 0);
}
.border-s-base-color-bg-danger\/10 {
  border-inline-start-color: rgb(254 227 225 / 0.1);
}
.border-s-base-color-bg-danger\/100 {
  border-inline-start-color: rgb(254 227 225 / 1);
}
.border-s-base-color-bg-danger\/20 {
  border-inline-start-color: rgb(254 227 225 / 0.2);
}
.border-s-base-color-bg-danger\/25 {
  border-inline-start-color: rgb(254 227 225 / 0.25);
}
.border-s-base-color-bg-danger\/30 {
  border-inline-start-color: rgb(254 227 225 / 0.3);
}
.border-s-base-color-bg-danger\/40 {
  border-inline-start-color: rgb(254 227 225 / 0.4);
}
.border-s-base-color-bg-danger\/5 {
  border-inline-start-color: rgb(254 227 225 / 0.05);
}
.border-s-base-color-bg-danger\/50 {
  border-inline-start-color: rgb(254 227 225 / 0.5);
}
.border-s-base-color-bg-danger\/60 {
  border-inline-start-color: rgb(254 227 225 / 0.6);
}
.border-s-base-color-bg-danger\/70 {
  border-inline-start-color: rgb(254 227 225 / 0.7);
}
.border-s-base-color-bg-danger\/75 {
  border-inline-start-color: rgb(254 227 225 / 0.75);
}
.border-s-base-color-bg-danger\/80 {
  border-inline-start-color: rgb(254 227 225 / 0.8);
}
.border-s-base-color-bg-danger\/90 {
  border-inline-start-color: rgb(254 227 225 / 0.9);
}
.border-s-base-color-bg-danger\/95 {
  border-inline-start-color: rgb(254 227 225 / 0.95);
}
.border-s-base-color-bg-danger\/base-opacity-disabled {
  border-inline-start-color: rgb(254 227 225 / 60%);
}
.border-s-base-color-bg-danger\/core-opacity-0 {
  border-inline-start-color: rgb(254 227 225 / 0%);
}
.border-s-base-color-bg-danger\/core-opacity-10 {
  border-inline-start-color: rgb(254 227 225 / 10%);
}
.border-s-base-color-bg-danger\/core-opacity-100 {
  border-inline-start-color: rgb(254 227 225 / 100%);
}
.border-s-base-color-bg-danger\/core-opacity-20 {
  border-inline-start-color: rgb(254 227 225 / 20%);
}
.border-s-base-color-bg-danger\/core-opacity-30 {
  border-inline-start-color: rgb(254 227 225 / 30%);
}
.border-s-base-color-bg-danger\/core-opacity-40 {
  border-inline-start-color: rgb(254 227 225 / 40%);
}
.border-s-base-color-bg-danger\/core-opacity-50 {
  border-inline-start-color: rgb(254 227 225 / 50%);
}
.border-s-base-color-bg-danger\/core-opacity-60 {
  border-inline-start-color: rgb(254 227 225 / 60%);
}
.border-s-base-color-bg-danger\/core-opacity-70 {
  border-inline-start-color: rgb(254 227 225 / 70%);
}
.border-s-base-color-bg-danger\/core-opacity-80 {
  border-inline-start-color: rgb(254 227 225 / 80%);
}
.border-s-base-color-bg-danger\/core-opacity-90 {
  border-inline-start-color: rgb(254 227 225 / 90%);
}
.border-s-base-color-bg-default {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-s-base-color-bg-default\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-base-color-bg-default\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-base-color-bg-default\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-base-color-bg-default\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-base-color-bg-default\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-base-color-bg-default\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-base-color-bg-default\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-base-color-bg-default\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-base-color-bg-default\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-base-color-bg-default\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-base-color-bg-default\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-base-color-bg-default\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-base-color-bg-default\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-base-color-bg-default\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-base-color-bg-default\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-s-base-color-bg-default\/base-opacity-disabled {
  border-inline-start-color: rgb(255 255 255 / 60%);
}
.border-s-base-color-bg-default\/core-opacity-0 {
  border-inline-start-color: rgb(255 255 255 / 0%);
}
.border-s-base-color-bg-default\/core-opacity-10 {
  border-inline-start-color: rgb(255 255 255 / 10%);
}
.border-s-base-color-bg-default\/core-opacity-100 {
  border-inline-start-color: rgb(255 255 255 / 100%);
}
.border-s-base-color-bg-default\/core-opacity-20 {
  border-inline-start-color: rgb(255 255 255 / 20%);
}
.border-s-base-color-bg-default\/core-opacity-30 {
  border-inline-start-color: rgb(255 255 255 / 30%);
}
.border-s-base-color-bg-default\/core-opacity-40 {
  border-inline-start-color: rgb(255 255 255 / 40%);
}
.border-s-base-color-bg-default\/core-opacity-50 {
  border-inline-start-color: rgb(255 255 255 / 50%);
}
.border-s-base-color-bg-default\/core-opacity-60 {
  border-inline-start-color: rgb(255 255 255 / 60%);
}
.border-s-base-color-bg-default\/core-opacity-70 {
  border-inline-start-color: rgb(255 255 255 / 70%);
}
.border-s-base-color-bg-default\/core-opacity-80 {
  border-inline-start-color: rgb(255 255 255 / 80%);
}
.border-s-base-color-bg-default\/core-opacity-90 {
  border-inline-start-color: rgb(255 255 255 / 90%);
}
.border-s-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-s-base-color-bg-emphasis\/0 {
  border-inline-start-color: rgb(16 24 40 / 0);
}
.border-s-base-color-bg-emphasis\/10 {
  border-inline-start-color: rgb(16 24 40 / 0.1);
}
.border-s-base-color-bg-emphasis\/100 {
  border-inline-start-color: rgb(16 24 40 / 1);
}
.border-s-base-color-bg-emphasis\/20 {
  border-inline-start-color: rgb(16 24 40 / 0.2);
}
.border-s-base-color-bg-emphasis\/25 {
  border-inline-start-color: rgb(16 24 40 / 0.25);
}
.border-s-base-color-bg-emphasis\/30 {
  border-inline-start-color: rgb(16 24 40 / 0.3);
}
.border-s-base-color-bg-emphasis\/40 {
  border-inline-start-color: rgb(16 24 40 / 0.4);
}
.border-s-base-color-bg-emphasis\/5 {
  border-inline-start-color: rgb(16 24 40 / 0.05);
}
.border-s-base-color-bg-emphasis\/50 {
  border-inline-start-color: rgb(16 24 40 / 0.5);
}
.border-s-base-color-bg-emphasis\/60 {
  border-inline-start-color: rgb(16 24 40 / 0.6);
}
.border-s-base-color-bg-emphasis\/70 {
  border-inline-start-color: rgb(16 24 40 / 0.7);
}
.border-s-base-color-bg-emphasis\/75 {
  border-inline-start-color: rgb(16 24 40 / 0.75);
}
.border-s-base-color-bg-emphasis\/80 {
  border-inline-start-color: rgb(16 24 40 / 0.8);
}
.border-s-base-color-bg-emphasis\/90 {
  border-inline-start-color: rgb(16 24 40 / 0.9);
}
.border-s-base-color-bg-emphasis\/95 {
  border-inline-start-color: rgb(16 24 40 / 0.95);
}
.border-s-base-color-bg-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(16 24 40 / 60%);
}
.border-s-base-color-bg-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(16 24 40 / 0%);
}
.border-s-base-color-bg-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(16 24 40 / 10%);
}
.border-s-base-color-bg-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(16 24 40 / 100%);
}
.border-s-base-color-bg-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(16 24 40 / 20%);
}
.border-s-base-color-bg-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(16 24 40 / 30%);
}
.border-s-base-color-bg-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(16 24 40 / 40%);
}
.border-s-base-color-bg-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(16 24 40 / 50%);
}
.border-s-base-color-bg-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(16 24 40 / 60%);
}
.border-s-base-color-bg-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(16 24 40 / 70%);
}
.border-s-base-color-bg-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(16 24 40 / 80%);
}
.border-s-base-color-bg-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(16 24 40 / 90%);
}
.border-s-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-s-base-color-bg-muted\/0 {
  border-inline-start-color: rgb(234 236 240 / 0);
}
.border-s-base-color-bg-muted\/10 {
  border-inline-start-color: rgb(234 236 240 / 0.1);
}
.border-s-base-color-bg-muted\/100 {
  border-inline-start-color: rgb(234 236 240 / 1);
}
.border-s-base-color-bg-muted\/20 {
  border-inline-start-color: rgb(234 236 240 / 0.2);
}
.border-s-base-color-bg-muted\/25 {
  border-inline-start-color: rgb(234 236 240 / 0.25);
}
.border-s-base-color-bg-muted\/30 {
  border-inline-start-color: rgb(234 236 240 / 0.3);
}
.border-s-base-color-bg-muted\/40 {
  border-inline-start-color: rgb(234 236 240 / 0.4);
}
.border-s-base-color-bg-muted\/5 {
  border-inline-start-color: rgb(234 236 240 / 0.05);
}
.border-s-base-color-bg-muted\/50 {
  border-inline-start-color: rgb(234 236 240 / 0.5);
}
.border-s-base-color-bg-muted\/60 {
  border-inline-start-color: rgb(234 236 240 / 0.6);
}
.border-s-base-color-bg-muted\/70 {
  border-inline-start-color: rgb(234 236 240 / 0.7);
}
.border-s-base-color-bg-muted\/75 {
  border-inline-start-color: rgb(234 236 240 / 0.75);
}
.border-s-base-color-bg-muted\/80 {
  border-inline-start-color: rgb(234 236 240 / 0.8);
}
.border-s-base-color-bg-muted\/90 {
  border-inline-start-color: rgb(234 236 240 / 0.9);
}
.border-s-base-color-bg-muted\/95 {
  border-inline-start-color: rgb(234 236 240 / 0.95);
}
.border-s-base-color-bg-muted\/base-opacity-disabled {
  border-inline-start-color: rgb(234 236 240 / 60%);
}
.border-s-base-color-bg-muted\/core-opacity-0 {
  border-inline-start-color: rgb(234 236 240 / 0%);
}
.border-s-base-color-bg-muted\/core-opacity-10 {
  border-inline-start-color: rgb(234 236 240 / 10%);
}
.border-s-base-color-bg-muted\/core-opacity-100 {
  border-inline-start-color: rgb(234 236 240 / 100%);
}
.border-s-base-color-bg-muted\/core-opacity-20 {
  border-inline-start-color: rgb(234 236 240 / 20%);
}
.border-s-base-color-bg-muted\/core-opacity-30 {
  border-inline-start-color: rgb(234 236 240 / 30%);
}
.border-s-base-color-bg-muted\/core-opacity-40 {
  border-inline-start-color: rgb(234 236 240 / 40%);
}
.border-s-base-color-bg-muted\/core-opacity-50 {
  border-inline-start-color: rgb(234 236 240 / 50%);
}
.border-s-base-color-bg-muted\/core-opacity-60 {
  border-inline-start-color: rgb(234 236 240 / 60%);
}
.border-s-base-color-bg-muted\/core-opacity-70 {
  border-inline-start-color: rgb(234 236 240 / 70%);
}
.border-s-base-color-bg-muted\/core-opacity-80 {
  border-inline-start-color: rgb(234 236 240 / 80%);
}
.border-s-base-color-bg-muted\/core-opacity-90 {
  border-inline-start-color: rgb(234 236 240 / 90%);
}
.border-s-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-s-base-color-bg-subtle\/0 {
  border-inline-start-color: rgb(242 244 247 / 0);
}
.border-s-base-color-bg-subtle\/10 {
  border-inline-start-color: rgb(242 244 247 / 0.1);
}
.border-s-base-color-bg-subtle\/100 {
  border-inline-start-color: rgb(242 244 247 / 1);
}
.border-s-base-color-bg-subtle\/20 {
  border-inline-start-color: rgb(242 244 247 / 0.2);
}
.border-s-base-color-bg-subtle\/25 {
  border-inline-start-color: rgb(242 244 247 / 0.25);
}
.border-s-base-color-bg-subtle\/30 {
  border-inline-start-color: rgb(242 244 247 / 0.3);
}
.border-s-base-color-bg-subtle\/40 {
  border-inline-start-color: rgb(242 244 247 / 0.4);
}
.border-s-base-color-bg-subtle\/5 {
  border-inline-start-color: rgb(242 244 247 / 0.05);
}
.border-s-base-color-bg-subtle\/50 {
  border-inline-start-color: rgb(242 244 247 / 0.5);
}
.border-s-base-color-bg-subtle\/60 {
  border-inline-start-color: rgb(242 244 247 / 0.6);
}
.border-s-base-color-bg-subtle\/70 {
  border-inline-start-color: rgb(242 244 247 / 0.7);
}
.border-s-base-color-bg-subtle\/75 {
  border-inline-start-color: rgb(242 244 247 / 0.75);
}
.border-s-base-color-bg-subtle\/80 {
  border-inline-start-color: rgb(242 244 247 / 0.8);
}
.border-s-base-color-bg-subtle\/90 {
  border-inline-start-color: rgb(242 244 247 / 0.9);
}
.border-s-base-color-bg-subtle\/95 {
  border-inline-start-color: rgb(242 244 247 / 0.95);
}
.border-s-base-color-bg-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(242 244 247 / 60%);
}
.border-s-base-color-bg-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(242 244 247 / 0%);
}
.border-s-base-color-bg-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(242 244 247 / 10%);
}
.border-s-base-color-bg-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(242 244 247 / 100%);
}
.border-s-base-color-bg-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(242 244 247 / 20%);
}
.border-s-base-color-bg-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(242 244 247 / 30%);
}
.border-s-base-color-bg-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(242 244 247 / 40%);
}
.border-s-base-color-bg-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(242 244 247 / 50%);
}
.border-s-base-color-bg-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(242 244 247 / 60%);
}
.border-s-base-color-bg-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(242 244 247 / 70%);
}
.border-s-base-color-bg-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(242 244 247 / 80%);
}
.border-s-base-color-bg-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(242 244 247 / 90%);
}
.border-s-base-color-bg-success {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-s-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-s-base-color-bg-success-emphasis\/0 {
  border-inline-start-color: rgb(18 181 105 / 0);
}
.border-s-base-color-bg-success-emphasis\/10 {
  border-inline-start-color: rgb(18 181 105 / 0.1);
}
.border-s-base-color-bg-success-emphasis\/100 {
  border-inline-start-color: rgb(18 181 105 / 1);
}
.border-s-base-color-bg-success-emphasis\/20 {
  border-inline-start-color: rgb(18 181 105 / 0.2);
}
.border-s-base-color-bg-success-emphasis\/25 {
  border-inline-start-color: rgb(18 181 105 / 0.25);
}
.border-s-base-color-bg-success-emphasis\/30 {
  border-inline-start-color: rgb(18 181 105 / 0.3);
}
.border-s-base-color-bg-success-emphasis\/40 {
  border-inline-start-color: rgb(18 181 105 / 0.4);
}
.border-s-base-color-bg-success-emphasis\/5 {
  border-inline-start-color: rgb(18 181 105 / 0.05);
}
.border-s-base-color-bg-success-emphasis\/50 {
  border-inline-start-color: rgb(18 181 105 / 0.5);
}
.border-s-base-color-bg-success-emphasis\/60 {
  border-inline-start-color: rgb(18 181 105 / 0.6);
}
.border-s-base-color-bg-success-emphasis\/70 {
  border-inline-start-color: rgb(18 181 105 / 0.7);
}
.border-s-base-color-bg-success-emphasis\/75 {
  border-inline-start-color: rgb(18 181 105 / 0.75);
}
.border-s-base-color-bg-success-emphasis\/80 {
  border-inline-start-color: rgb(18 181 105 / 0.8);
}
.border-s-base-color-bg-success-emphasis\/90 {
  border-inline-start-color: rgb(18 181 105 / 0.9);
}
.border-s-base-color-bg-success-emphasis\/95 {
  border-inline-start-color: rgb(18 181 105 / 0.95);
}
.border-s-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(18 181 105 / 60%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(18 181 105 / 0%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(18 181 105 / 10%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(18 181 105 / 100%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(18 181 105 / 20%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(18 181 105 / 30%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(18 181 105 / 40%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(18 181 105 / 50%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(18 181 105 / 60%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(18 181 105 / 70%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(18 181 105 / 80%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(18 181 105 / 90%);
}
.border-s-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-s-base-color-bg-success-subtle\/0 {
  border-inline-start-color: rgb(246 254 249 / 0);
}
.border-s-base-color-bg-success-subtle\/10 {
  border-inline-start-color: rgb(246 254 249 / 0.1);
}
.border-s-base-color-bg-success-subtle\/100 {
  border-inline-start-color: rgb(246 254 249 / 1);
}
.border-s-base-color-bg-success-subtle\/20 {
  border-inline-start-color: rgb(246 254 249 / 0.2);
}
.border-s-base-color-bg-success-subtle\/25 {
  border-inline-start-color: rgb(246 254 249 / 0.25);
}
.border-s-base-color-bg-success-subtle\/30 {
  border-inline-start-color: rgb(246 254 249 / 0.3);
}
.border-s-base-color-bg-success-subtle\/40 {
  border-inline-start-color: rgb(246 254 249 / 0.4);
}
.border-s-base-color-bg-success-subtle\/5 {
  border-inline-start-color: rgb(246 254 249 / 0.05);
}
.border-s-base-color-bg-success-subtle\/50 {
  border-inline-start-color: rgb(246 254 249 / 0.5);
}
.border-s-base-color-bg-success-subtle\/60 {
  border-inline-start-color: rgb(246 254 249 / 0.6);
}
.border-s-base-color-bg-success-subtle\/70 {
  border-inline-start-color: rgb(246 254 249 / 0.7);
}
.border-s-base-color-bg-success-subtle\/75 {
  border-inline-start-color: rgb(246 254 249 / 0.75);
}
.border-s-base-color-bg-success-subtle\/80 {
  border-inline-start-color: rgb(246 254 249 / 0.8);
}
.border-s-base-color-bg-success-subtle\/90 {
  border-inline-start-color: rgb(246 254 249 / 0.9);
}
.border-s-base-color-bg-success-subtle\/95 {
  border-inline-start-color: rgb(246 254 249 / 0.95);
}
.border-s-base-color-bg-success-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(246 254 249 / 60%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(246 254 249 / 0%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(246 254 249 / 10%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(246 254 249 / 100%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(246 254 249 / 20%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(246 254 249 / 30%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(246 254 249 / 40%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(246 254 249 / 50%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(246 254 249 / 60%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(246 254 249 / 70%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(246 254 249 / 80%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(246 254 249 / 90%);
}
.border-s-base-color-bg-success\/0 {
  border-inline-start-color: rgb(209 250 223 / 0);
}
.border-s-base-color-bg-success\/10 {
  border-inline-start-color: rgb(209 250 223 / 0.1);
}
.border-s-base-color-bg-success\/100 {
  border-inline-start-color: rgb(209 250 223 / 1);
}
.border-s-base-color-bg-success\/20 {
  border-inline-start-color: rgb(209 250 223 / 0.2);
}
.border-s-base-color-bg-success\/25 {
  border-inline-start-color: rgb(209 250 223 / 0.25);
}
.border-s-base-color-bg-success\/30 {
  border-inline-start-color: rgb(209 250 223 / 0.3);
}
.border-s-base-color-bg-success\/40 {
  border-inline-start-color: rgb(209 250 223 / 0.4);
}
.border-s-base-color-bg-success\/5 {
  border-inline-start-color: rgb(209 250 223 / 0.05);
}
.border-s-base-color-bg-success\/50 {
  border-inline-start-color: rgb(209 250 223 / 0.5);
}
.border-s-base-color-bg-success\/60 {
  border-inline-start-color: rgb(209 250 223 / 0.6);
}
.border-s-base-color-bg-success\/70 {
  border-inline-start-color: rgb(209 250 223 / 0.7);
}
.border-s-base-color-bg-success\/75 {
  border-inline-start-color: rgb(209 250 223 / 0.75);
}
.border-s-base-color-bg-success\/80 {
  border-inline-start-color: rgb(209 250 223 / 0.8);
}
.border-s-base-color-bg-success\/90 {
  border-inline-start-color: rgb(209 250 223 / 0.9);
}
.border-s-base-color-bg-success\/95 {
  border-inline-start-color: rgb(209 250 223 / 0.95);
}
.border-s-base-color-bg-success\/base-opacity-disabled {
  border-inline-start-color: rgb(209 250 223 / 60%);
}
.border-s-base-color-bg-success\/core-opacity-0 {
  border-inline-start-color: rgb(209 250 223 / 0%);
}
.border-s-base-color-bg-success\/core-opacity-10 {
  border-inline-start-color: rgb(209 250 223 / 10%);
}
.border-s-base-color-bg-success\/core-opacity-100 {
  border-inline-start-color: rgb(209 250 223 / 100%);
}
.border-s-base-color-bg-success\/core-opacity-20 {
  border-inline-start-color: rgb(209 250 223 / 20%);
}
.border-s-base-color-bg-success\/core-opacity-30 {
  border-inline-start-color: rgb(209 250 223 / 30%);
}
.border-s-base-color-bg-success\/core-opacity-40 {
  border-inline-start-color: rgb(209 250 223 / 40%);
}
.border-s-base-color-bg-success\/core-opacity-50 {
  border-inline-start-color: rgb(209 250 223 / 50%);
}
.border-s-base-color-bg-success\/core-opacity-60 {
  border-inline-start-color: rgb(209 250 223 / 60%);
}
.border-s-base-color-bg-success\/core-opacity-70 {
  border-inline-start-color: rgb(209 250 223 / 70%);
}
.border-s-base-color-bg-success\/core-opacity-80 {
  border-inline-start-color: rgb(209 250 223 / 80%);
}
.border-s-base-color-bg-success\/core-opacity-90 {
  border-inline-start-color: rgb(209 250 223 / 90%);
}
.border-s-base-color-bg-transparent {
  border-inline-start-color: #00000000;
}
.border-s-base-color-bg-transparent\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-base-color-bg-transparent\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-base-color-bg-transparent\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-base-color-bg-transparent\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-base-color-bg-transparent\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-base-color-bg-transparent\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-base-color-bg-transparent\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-base-color-bg-transparent\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-base-color-bg-transparent\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-base-color-bg-transparent\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-base-color-bg-transparent\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-base-color-bg-transparent\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-base-color-bg-transparent\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-base-color-bg-transparent\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-base-color-bg-transparent\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-base-color-bg-transparent\/base-opacity-disabled {
  border-inline-start-color: rgb(0 0 0 / 60%);
}
.border-s-base-color-bg-transparent\/core-opacity-0 {
  border-inline-start-color: rgb(0 0 0 / 0%);
}
.border-s-base-color-bg-transparent\/core-opacity-10 {
  border-inline-start-color: rgb(0 0 0 / 10%);
}
.border-s-base-color-bg-transparent\/core-opacity-100 {
  border-inline-start-color: rgb(0 0 0 / 100%);
}
.border-s-base-color-bg-transparent\/core-opacity-20 {
  border-inline-start-color: rgb(0 0 0 / 20%);
}
.border-s-base-color-bg-transparent\/core-opacity-30 {
  border-inline-start-color: rgb(0 0 0 / 30%);
}
.border-s-base-color-bg-transparent\/core-opacity-40 {
  border-inline-start-color: rgb(0 0 0 / 40%);
}
.border-s-base-color-bg-transparent\/core-opacity-50 {
  border-inline-start-color: rgb(0 0 0 / 50%);
}
.border-s-base-color-bg-transparent\/core-opacity-60 {
  border-inline-start-color: rgb(0 0 0 / 60%);
}
.border-s-base-color-bg-transparent\/core-opacity-70 {
  border-inline-start-color: rgb(0 0 0 / 70%);
}
.border-s-base-color-bg-transparent\/core-opacity-80 {
  border-inline-start-color: rgb(0 0 0 / 80%);
}
.border-s-base-color-bg-transparent\/core-opacity-90 {
  border-inline-start-color: rgb(0 0 0 / 90%);
}
.border-t-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-t-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-t-base-color-bg-accent-emphasis\/0 {
  border-top-color: rgb(21 94 239 / 0);
}
.border-t-base-color-bg-accent-emphasis\/10 {
  border-top-color: rgb(21 94 239 / 0.1);
}
.border-t-base-color-bg-accent-emphasis\/100 {
  border-top-color: rgb(21 94 239 / 1);
}
.border-t-base-color-bg-accent-emphasis\/20 {
  border-top-color: rgb(21 94 239 / 0.2);
}
.border-t-base-color-bg-accent-emphasis\/25 {
  border-top-color: rgb(21 94 239 / 0.25);
}
.border-t-base-color-bg-accent-emphasis\/30 {
  border-top-color: rgb(21 94 239 / 0.3);
}
.border-t-base-color-bg-accent-emphasis\/40 {
  border-top-color: rgb(21 94 239 / 0.4);
}
.border-t-base-color-bg-accent-emphasis\/5 {
  border-top-color: rgb(21 94 239 / 0.05);
}
.border-t-base-color-bg-accent-emphasis\/50 {
  border-top-color: rgb(21 94 239 / 0.5);
}
.border-t-base-color-bg-accent-emphasis\/60 {
  border-top-color: rgb(21 94 239 / 0.6);
}
.border-t-base-color-bg-accent-emphasis\/70 {
  border-top-color: rgb(21 94 239 / 0.7);
}
.border-t-base-color-bg-accent-emphasis\/75 {
  border-top-color: rgb(21 94 239 / 0.75);
}
.border-t-base-color-bg-accent-emphasis\/80 {
  border-top-color: rgb(21 94 239 / 0.8);
}
.border-t-base-color-bg-accent-emphasis\/90 {
  border-top-color: rgb(21 94 239 / 0.9);
}
.border-t-base-color-bg-accent-emphasis\/95 {
  border-top-color: rgb(21 94 239 / 0.95);
}
.border-t-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-top-color: rgb(21 94 239 / 60%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-top-color: rgb(21 94 239 / 0%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-top-color: rgb(21 94 239 / 10%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-top-color: rgb(21 94 239 / 100%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-top-color: rgb(21 94 239 / 20%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-top-color: rgb(21 94 239 / 30%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-top-color: rgb(21 94 239 / 40%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-top-color: rgb(21 94 239 / 50%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-top-color: rgb(21 94 239 / 60%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-top-color: rgb(21 94 239 / 70%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-top-color: rgb(21 94 239 / 80%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-top-color: rgb(21 94 239 / 90%);
}
.border-t-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-t-base-color-bg-accent-subtle\/0 {
  border-top-color: rgb(245 248 255 / 0);
}
.border-t-base-color-bg-accent-subtle\/10 {
  border-top-color: rgb(245 248 255 / 0.1);
}
.border-t-base-color-bg-accent-subtle\/100 {
  border-top-color: rgb(245 248 255 / 1);
}
.border-t-base-color-bg-accent-subtle\/20 {
  border-top-color: rgb(245 248 255 / 0.2);
}
.border-t-base-color-bg-accent-subtle\/25 {
  border-top-color: rgb(245 248 255 / 0.25);
}
.border-t-base-color-bg-accent-subtle\/30 {
  border-top-color: rgb(245 248 255 / 0.3);
}
.border-t-base-color-bg-accent-subtle\/40 {
  border-top-color: rgb(245 248 255 / 0.4);
}
.border-t-base-color-bg-accent-subtle\/5 {
  border-top-color: rgb(245 248 255 / 0.05);
}
.border-t-base-color-bg-accent-subtle\/50 {
  border-top-color: rgb(245 248 255 / 0.5);
}
.border-t-base-color-bg-accent-subtle\/60 {
  border-top-color: rgb(245 248 255 / 0.6);
}
.border-t-base-color-bg-accent-subtle\/70 {
  border-top-color: rgb(245 248 255 / 0.7);
}
.border-t-base-color-bg-accent-subtle\/75 {
  border-top-color: rgb(245 248 255 / 0.75);
}
.border-t-base-color-bg-accent-subtle\/80 {
  border-top-color: rgb(245 248 255 / 0.8);
}
.border-t-base-color-bg-accent-subtle\/90 {
  border-top-color: rgb(245 248 255 / 0.9);
}
.border-t-base-color-bg-accent-subtle\/95 {
  border-top-color: rgb(245 248 255 / 0.95);
}
.border-t-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-top-color: rgb(245 248 255 / 60%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-0 {
  border-top-color: rgb(245 248 255 / 0%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-10 {
  border-top-color: rgb(245 248 255 / 10%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-100 {
  border-top-color: rgb(245 248 255 / 100%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-20 {
  border-top-color: rgb(245 248 255 / 20%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-30 {
  border-top-color: rgb(245 248 255 / 30%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-40 {
  border-top-color: rgb(245 248 255 / 40%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-50 {
  border-top-color: rgb(245 248 255 / 50%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-60 {
  border-top-color: rgb(245 248 255 / 60%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-70 {
  border-top-color: rgb(245 248 255 / 70%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-80 {
  border-top-color: rgb(245 248 255 / 80%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-90 {
  border-top-color: rgb(245 248 255 / 90%);
}
.border-t-base-color-bg-accent\/0 {
  border-top-color: rgb(209 224 255 / 0);
}
.border-t-base-color-bg-accent\/10 {
  border-top-color: rgb(209 224 255 / 0.1);
}
.border-t-base-color-bg-accent\/100 {
  border-top-color: rgb(209 224 255 / 1);
}
.border-t-base-color-bg-accent\/20 {
  border-top-color: rgb(209 224 255 / 0.2);
}
.border-t-base-color-bg-accent\/25 {
  border-top-color: rgb(209 224 255 / 0.25);
}
.border-t-base-color-bg-accent\/30 {
  border-top-color: rgb(209 224 255 / 0.3);
}
.border-t-base-color-bg-accent\/40 {
  border-top-color: rgb(209 224 255 / 0.4);
}
.border-t-base-color-bg-accent\/5 {
  border-top-color: rgb(209 224 255 / 0.05);
}
.border-t-base-color-bg-accent\/50 {
  border-top-color: rgb(209 224 255 / 0.5);
}
.border-t-base-color-bg-accent\/60 {
  border-top-color: rgb(209 224 255 / 0.6);
}
.border-t-base-color-bg-accent\/70 {
  border-top-color: rgb(209 224 255 / 0.7);
}
.border-t-base-color-bg-accent\/75 {
  border-top-color: rgb(209 224 255 / 0.75);
}
.border-t-base-color-bg-accent\/80 {
  border-top-color: rgb(209 224 255 / 0.8);
}
.border-t-base-color-bg-accent\/90 {
  border-top-color: rgb(209 224 255 / 0.9);
}
.border-t-base-color-bg-accent\/95 {
  border-top-color: rgb(209 224 255 / 0.95);
}
.border-t-base-color-bg-accent\/base-opacity-disabled {
  border-top-color: rgb(209 224 255 / 60%);
}
.border-t-base-color-bg-accent\/core-opacity-0 {
  border-top-color: rgb(209 224 255 / 0%);
}
.border-t-base-color-bg-accent\/core-opacity-10 {
  border-top-color: rgb(209 224 255 / 10%);
}
.border-t-base-color-bg-accent\/core-opacity-100 {
  border-top-color: rgb(209 224 255 / 100%);
}
.border-t-base-color-bg-accent\/core-opacity-20 {
  border-top-color: rgb(209 224 255 / 20%);
}
.border-t-base-color-bg-accent\/core-opacity-30 {
  border-top-color: rgb(209 224 255 / 30%);
}
.border-t-base-color-bg-accent\/core-opacity-40 {
  border-top-color: rgb(209 224 255 / 40%);
}
.border-t-base-color-bg-accent\/core-opacity-50 {
  border-top-color: rgb(209 224 255 / 50%);
}
.border-t-base-color-bg-accent\/core-opacity-60 {
  border-top-color: rgb(209 224 255 / 60%);
}
.border-t-base-color-bg-accent\/core-opacity-70 {
  border-top-color: rgb(209 224 255 / 70%);
}
.border-t-base-color-bg-accent\/core-opacity-80 {
  border-top-color: rgb(209 224 255 / 80%);
}
.border-t-base-color-bg-accent\/core-opacity-90 {
  border-top-color: rgb(209 224 255 / 90%);
}
.border-t-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-t-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-t-base-color-bg-attention-emphasis\/0 {
  border-top-color: rgb(221 105 3 / 0);
}
.border-t-base-color-bg-attention-emphasis\/10 {
  border-top-color: rgb(221 105 3 / 0.1);
}
.border-t-base-color-bg-attention-emphasis\/100 {
  border-top-color: rgb(221 105 3 / 1);
}
.border-t-base-color-bg-attention-emphasis\/20 {
  border-top-color: rgb(221 105 3 / 0.2);
}
.border-t-base-color-bg-attention-emphasis\/25 {
  border-top-color: rgb(221 105 3 / 0.25);
}
.border-t-base-color-bg-attention-emphasis\/30 {
  border-top-color: rgb(221 105 3 / 0.3);
}
.border-t-base-color-bg-attention-emphasis\/40 {
  border-top-color: rgb(221 105 3 / 0.4);
}
.border-t-base-color-bg-attention-emphasis\/5 {
  border-top-color: rgb(221 105 3 / 0.05);
}
.border-t-base-color-bg-attention-emphasis\/50 {
  border-top-color: rgb(221 105 3 / 0.5);
}
.border-t-base-color-bg-attention-emphasis\/60 {
  border-top-color: rgb(221 105 3 / 0.6);
}
.border-t-base-color-bg-attention-emphasis\/70 {
  border-top-color: rgb(221 105 3 / 0.7);
}
.border-t-base-color-bg-attention-emphasis\/75 {
  border-top-color: rgb(221 105 3 / 0.75);
}
.border-t-base-color-bg-attention-emphasis\/80 {
  border-top-color: rgb(221 105 3 / 0.8);
}
.border-t-base-color-bg-attention-emphasis\/90 {
  border-top-color: rgb(221 105 3 / 0.9);
}
.border-t-base-color-bg-attention-emphasis\/95 {
  border-top-color: rgb(221 105 3 / 0.95);
}
.border-t-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-top-color: rgb(221 105 3 / 60%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-top-color: rgb(221 105 3 / 0%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-top-color: rgb(221 105 3 / 10%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-top-color: rgb(221 105 3 / 100%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-top-color: rgb(221 105 3 / 20%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-top-color: rgb(221 105 3 / 30%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-top-color: rgb(221 105 3 / 40%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-top-color: rgb(221 105 3 / 50%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-top-color: rgb(221 105 3 / 60%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-top-color: rgb(221 105 3 / 70%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-top-color: rgb(221 105 3 / 80%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-top-color: rgb(221 105 3 / 90%);
}
.border-t-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-t-base-color-bg-attention-subtle\/0 {
  border-top-color: rgb(255 252 245 / 0);
}
.border-t-base-color-bg-attention-subtle\/10 {
  border-top-color: rgb(255 252 245 / 0.1);
}
.border-t-base-color-bg-attention-subtle\/100 {
  border-top-color: rgb(255 252 245 / 1);
}
.border-t-base-color-bg-attention-subtle\/20 {
  border-top-color: rgb(255 252 245 / 0.2);
}
.border-t-base-color-bg-attention-subtle\/25 {
  border-top-color: rgb(255 252 245 / 0.25);
}
.border-t-base-color-bg-attention-subtle\/30 {
  border-top-color: rgb(255 252 245 / 0.3);
}
.border-t-base-color-bg-attention-subtle\/40 {
  border-top-color: rgb(255 252 245 / 0.4);
}
.border-t-base-color-bg-attention-subtle\/5 {
  border-top-color: rgb(255 252 245 / 0.05);
}
.border-t-base-color-bg-attention-subtle\/50 {
  border-top-color: rgb(255 252 245 / 0.5);
}
.border-t-base-color-bg-attention-subtle\/60 {
  border-top-color: rgb(255 252 245 / 0.6);
}
.border-t-base-color-bg-attention-subtle\/70 {
  border-top-color: rgb(255 252 245 / 0.7);
}
.border-t-base-color-bg-attention-subtle\/75 {
  border-top-color: rgb(255 252 245 / 0.75);
}
.border-t-base-color-bg-attention-subtle\/80 {
  border-top-color: rgb(255 252 245 / 0.8);
}
.border-t-base-color-bg-attention-subtle\/90 {
  border-top-color: rgb(255 252 245 / 0.9);
}
.border-t-base-color-bg-attention-subtle\/95 {
  border-top-color: rgb(255 252 245 / 0.95);
}
.border-t-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-top-color: rgb(255 252 245 / 60%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-0 {
  border-top-color: rgb(255 252 245 / 0%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-10 {
  border-top-color: rgb(255 252 245 / 10%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-100 {
  border-top-color: rgb(255 252 245 / 100%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-20 {
  border-top-color: rgb(255 252 245 / 20%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-30 {
  border-top-color: rgb(255 252 245 / 30%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-40 {
  border-top-color: rgb(255 252 245 / 40%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-50 {
  border-top-color: rgb(255 252 245 / 50%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-60 {
  border-top-color: rgb(255 252 245 / 60%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-70 {
  border-top-color: rgb(255 252 245 / 70%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-80 {
  border-top-color: rgb(255 252 245 / 80%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-90 {
  border-top-color: rgb(255 252 245 / 90%);
}
.border-t-base-color-bg-attention\/0 {
  border-top-color: rgb(254 240 200 / 0);
}
.border-t-base-color-bg-attention\/10 {
  border-top-color: rgb(254 240 200 / 0.1);
}
.border-t-base-color-bg-attention\/100 {
  border-top-color: rgb(254 240 200 / 1);
}
.border-t-base-color-bg-attention\/20 {
  border-top-color: rgb(254 240 200 / 0.2);
}
.border-t-base-color-bg-attention\/25 {
  border-top-color: rgb(254 240 200 / 0.25);
}
.border-t-base-color-bg-attention\/30 {
  border-top-color: rgb(254 240 200 / 0.3);
}
.border-t-base-color-bg-attention\/40 {
  border-top-color: rgb(254 240 200 / 0.4);
}
.border-t-base-color-bg-attention\/5 {
  border-top-color: rgb(254 240 200 / 0.05);
}
.border-t-base-color-bg-attention\/50 {
  border-top-color: rgb(254 240 200 / 0.5);
}
.border-t-base-color-bg-attention\/60 {
  border-top-color: rgb(254 240 200 / 0.6);
}
.border-t-base-color-bg-attention\/70 {
  border-top-color: rgb(254 240 200 / 0.7);
}
.border-t-base-color-bg-attention\/75 {
  border-top-color: rgb(254 240 200 / 0.75);
}
.border-t-base-color-bg-attention\/80 {
  border-top-color: rgb(254 240 200 / 0.8);
}
.border-t-base-color-bg-attention\/90 {
  border-top-color: rgb(254 240 200 / 0.9);
}
.border-t-base-color-bg-attention\/95 {
  border-top-color: rgb(254 240 200 / 0.95);
}
.border-t-base-color-bg-attention\/base-opacity-disabled {
  border-top-color: rgb(254 240 200 / 60%);
}
.border-t-base-color-bg-attention\/core-opacity-0 {
  border-top-color: rgb(254 240 200 / 0%);
}
.border-t-base-color-bg-attention\/core-opacity-10 {
  border-top-color: rgb(254 240 200 / 10%);
}
.border-t-base-color-bg-attention\/core-opacity-100 {
  border-top-color: rgb(254 240 200 / 100%);
}
.border-t-base-color-bg-attention\/core-opacity-20 {
  border-top-color: rgb(254 240 200 / 20%);
}
.border-t-base-color-bg-attention\/core-opacity-30 {
  border-top-color: rgb(254 240 200 / 30%);
}
.border-t-base-color-bg-attention\/core-opacity-40 {
  border-top-color: rgb(254 240 200 / 40%);
}
.border-t-base-color-bg-attention\/core-opacity-50 {
  border-top-color: rgb(254 240 200 / 50%);
}
.border-t-base-color-bg-attention\/core-opacity-60 {
  border-top-color: rgb(254 240 200 / 60%);
}
.border-t-base-color-bg-attention\/core-opacity-70 {
  border-top-color: rgb(254 240 200 / 70%);
}
.border-t-base-color-bg-attention\/core-opacity-80 {
  border-top-color: rgb(254 240 200 / 80%);
}
.border-t-base-color-bg-attention\/core-opacity-90 {
  border-top-color: rgb(254 240 200 / 90%);
}
.border-t-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-t-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-t-base-color-bg-brand-emphasis\/0 {
  border-top-color: rgb(93 91 215 / 0);
}
.border-t-base-color-bg-brand-emphasis\/10 {
  border-top-color: rgb(93 91 215 / 0.1);
}
.border-t-base-color-bg-brand-emphasis\/100 {
  border-top-color: rgb(93 91 215 / 1);
}
.border-t-base-color-bg-brand-emphasis\/20 {
  border-top-color: rgb(93 91 215 / 0.2);
}
.border-t-base-color-bg-brand-emphasis\/25 {
  border-top-color: rgb(93 91 215 / 0.25);
}
.border-t-base-color-bg-brand-emphasis\/30 {
  border-top-color: rgb(93 91 215 / 0.3);
}
.border-t-base-color-bg-brand-emphasis\/40 {
  border-top-color: rgb(93 91 215 / 0.4);
}
.border-t-base-color-bg-brand-emphasis\/5 {
  border-top-color: rgb(93 91 215 / 0.05);
}
.border-t-base-color-bg-brand-emphasis\/50 {
  border-top-color: rgb(93 91 215 / 0.5);
}
.border-t-base-color-bg-brand-emphasis\/60 {
  border-top-color: rgb(93 91 215 / 0.6);
}
.border-t-base-color-bg-brand-emphasis\/70 {
  border-top-color: rgb(93 91 215 / 0.7);
}
.border-t-base-color-bg-brand-emphasis\/75 {
  border-top-color: rgb(93 91 215 / 0.75);
}
.border-t-base-color-bg-brand-emphasis\/80 {
  border-top-color: rgb(93 91 215 / 0.8);
}
.border-t-base-color-bg-brand-emphasis\/90 {
  border-top-color: rgb(93 91 215 / 0.9);
}
.border-t-base-color-bg-brand-emphasis\/95 {
  border-top-color: rgb(93 91 215 / 0.95);
}
.border-t-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-top-color: rgb(93 91 215 / 60%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-top-color: rgb(93 91 215 / 0%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-top-color: rgb(93 91 215 / 10%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-top-color: rgb(93 91 215 / 100%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-top-color: rgb(93 91 215 / 20%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-top-color: rgb(93 91 215 / 30%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-top-color: rgb(93 91 215 / 40%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-top-color: rgb(93 91 215 / 50%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-top-color: rgb(93 91 215 / 60%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-top-color: rgb(93 91 215 / 70%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-top-color: rgb(93 91 215 / 80%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-top-color: rgb(93 91 215 / 90%);
}
.border-t-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-t-base-color-bg-brand-subtle\/0 {
  border-top-color: rgb(242 244 253 / 0);
}
.border-t-base-color-bg-brand-subtle\/10 {
  border-top-color: rgb(242 244 253 / 0.1);
}
.border-t-base-color-bg-brand-subtle\/100 {
  border-top-color: rgb(242 244 253 / 1);
}
.border-t-base-color-bg-brand-subtle\/20 {
  border-top-color: rgb(242 244 253 / 0.2);
}
.border-t-base-color-bg-brand-subtle\/25 {
  border-top-color: rgb(242 244 253 / 0.25);
}
.border-t-base-color-bg-brand-subtle\/30 {
  border-top-color: rgb(242 244 253 / 0.3);
}
.border-t-base-color-bg-brand-subtle\/40 {
  border-top-color: rgb(242 244 253 / 0.4);
}
.border-t-base-color-bg-brand-subtle\/5 {
  border-top-color: rgb(242 244 253 / 0.05);
}
.border-t-base-color-bg-brand-subtle\/50 {
  border-top-color: rgb(242 244 253 / 0.5);
}
.border-t-base-color-bg-brand-subtle\/60 {
  border-top-color: rgb(242 244 253 / 0.6);
}
.border-t-base-color-bg-brand-subtle\/70 {
  border-top-color: rgb(242 244 253 / 0.7);
}
.border-t-base-color-bg-brand-subtle\/75 {
  border-top-color: rgb(242 244 253 / 0.75);
}
.border-t-base-color-bg-brand-subtle\/80 {
  border-top-color: rgb(242 244 253 / 0.8);
}
.border-t-base-color-bg-brand-subtle\/90 {
  border-top-color: rgb(242 244 253 / 0.9);
}
.border-t-base-color-bg-brand-subtle\/95 {
  border-top-color: rgb(242 244 253 / 0.95);
}
.border-t-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-top-color: rgb(242 244 253 / 60%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-0 {
  border-top-color: rgb(242 244 253 / 0%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-10 {
  border-top-color: rgb(242 244 253 / 10%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-100 {
  border-top-color: rgb(242 244 253 / 100%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-20 {
  border-top-color: rgb(242 244 253 / 20%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-30 {
  border-top-color: rgb(242 244 253 / 30%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-40 {
  border-top-color: rgb(242 244 253 / 40%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-50 {
  border-top-color: rgb(242 244 253 / 50%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-60 {
  border-top-color: rgb(242 244 253 / 60%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-70 {
  border-top-color: rgb(242 244 253 / 70%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-80 {
  border-top-color: rgb(242 244 253 / 80%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-90 {
  border-top-color: rgb(242 244 253 / 90%);
}
.border-t-base-color-bg-brand\/0 {
  border-top-color: rgb(205 214 249 / 0);
}
.border-t-base-color-bg-brand\/10 {
  border-top-color: rgb(205 214 249 / 0.1);
}
.border-t-base-color-bg-brand\/100 {
  border-top-color: rgb(205 214 249 / 1);
}
.border-t-base-color-bg-brand\/20 {
  border-top-color: rgb(205 214 249 / 0.2);
}
.border-t-base-color-bg-brand\/25 {
  border-top-color: rgb(205 214 249 / 0.25);
}
.border-t-base-color-bg-brand\/30 {
  border-top-color: rgb(205 214 249 / 0.3);
}
.border-t-base-color-bg-brand\/40 {
  border-top-color: rgb(205 214 249 / 0.4);
}
.border-t-base-color-bg-brand\/5 {
  border-top-color: rgb(205 214 249 / 0.05);
}
.border-t-base-color-bg-brand\/50 {
  border-top-color: rgb(205 214 249 / 0.5);
}
.border-t-base-color-bg-brand\/60 {
  border-top-color: rgb(205 214 249 / 0.6);
}
.border-t-base-color-bg-brand\/70 {
  border-top-color: rgb(205 214 249 / 0.7);
}
.border-t-base-color-bg-brand\/75 {
  border-top-color: rgb(205 214 249 / 0.75);
}
.border-t-base-color-bg-brand\/80 {
  border-top-color: rgb(205 214 249 / 0.8);
}
.border-t-base-color-bg-brand\/90 {
  border-top-color: rgb(205 214 249 / 0.9);
}
.border-t-base-color-bg-brand\/95 {
  border-top-color: rgb(205 214 249 / 0.95);
}
.border-t-base-color-bg-brand\/base-opacity-disabled {
  border-top-color: rgb(205 214 249 / 60%);
}
.border-t-base-color-bg-brand\/core-opacity-0 {
  border-top-color: rgb(205 214 249 / 0%);
}
.border-t-base-color-bg-brand\/core-opacity-10 {
  border-top-color: rgb(205 214 249 / 10%);
}
.border-t-base-color-bg-brand\/core-opacity-100 {
  border-top-color: rgb(205 214 249 / 100%);
}
.border-t-base-color-bg-brand\/core-opacity-20 {
  border-top-color: rgb(205 214 249 / 20%);
}
.border-t-base-color-bg-brand\/core-opacity-30 {
  border-top-color: rgb(205 214 249 / 30%);
}
.border-t-base-color-bg-brand\/core-opacity-40 {
  border-top-color: rgb(205 214 249 / 40%);
}
.border-t-base-color-bg-brand\/core-opacity-50 {
  border-top-color: rgb(205 214 249 / 50%);
}
.border-t-base-color-bg-brand\/core-opacity-60 {
  border-top-color: rgb(205 214 249 / 60%);
}
.border-t-base-color-bg-brand\/core-opacity-70 {
  border-top-color: rgb(205 214 249 / 70%);
}
.border-t-base-color-bg-brand\/core-opacity-80 {
  border-top-color: rgb(205 214 249 / 80%);
}
.border-t-base-color-bg-brand\/core-opacity-90 {
  border-top-color: rgb(205 214 249 / 90%);
}
.border-t-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-t-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-t-base-color-bg-danger-emphasis\/0 {
  border-top-color: rgb(240 68 56 / 0);
}
.border-t-base-color-bg-danger-emphasis\/10 {
  border-top-color: rgb(240 68 56 / 0.1);
}
.border-t-base-color-bg-danger-emphasis\/100 {
  border-top-color: rgb(240 68 56 / 1);
}
.border-t-base-color-bg-danger-emphasis\/20 {
  border-top-color: rgb(240 68 56 / 0.2);
}
.border-t-base-color-bg-danger-emphasis\/25 {
  border-top-color: rgb(240 68 56 / 0.25);
}
.border-t-base-color-bg-danger-emphasis\/30 {
  border-top-color: rgb(240 68 56 / 0.3);
}
.border-t-base-color-bg-danger-emphasis\/40 {
  border-top-color: rgb(240 68 56 / 0.4);
}
.border-t-base-color-bg-danger-emphasis\/5 {
  border-top-color: rgb(240 68 56 / 0.05);
}
.border-t-base-color-bg-danger-emphasis\/50 {
  border-top-color: rgb(240 68 56 / 0.5);
}
.border-t-base-color-bg-danger-emphasis\/60 {
  border-top-color: rgb(240 68 56 / 0.6);
}
.border-t-base-color-bg-danger-emphasis\/70 {
  border-top-color: rgb(240 68 56 / 0.7);
}
.border-t-base-color-bg-danger-emphasis\/75 {
  border-top-color: rgb(240 68 56 / 0.75);
}
.border-t-base-color-bg-danger-emphasis\/80 {
  border-top-color: rgb(240 68 56 / 0.8);
}
.border-t-base-color-bg-danger-emphasis\/90 {
  border-top-color: rgb(240 68 56 / 0.9);
}
.border-t-base-color-bg-danger-emphasis\/95 {
  border-top-color: rgb(240 68 56 / 0.95);
}
.border-t-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-top-color: rgb(240 68 56 / 60%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-top-color: rgb(240 68 56 / 0%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-top-color: rgb(240 68 56 / 10%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-top-color: rgb(240 68 56 / 100%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-top-color: rgb(240 68 56 / 20%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-top-color: rgb(240 68 56 / 30%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-top-color: rgb(240 68 56 / 40%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-top-color: rgb(240 68 56 / 50%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-top-color: rgb(240 68 56 / 60%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-top-color: rgb(240 68 56 / 70%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-top-color: rgb(240 68 56 / 80%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-top-color: rgb(240 68 56 / 90%);
}
.border-t-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-t-base-color-bg-danger-subtle\/0 {
  border-top-color: rgb(255 251 250 / 0);
}
.border-t-base-color-bg-danger-subtle\/10 {
  border-top-color: rgb(255 251 250 / 0.1);
}
.border-t-base-color-bg-danger-subtle\/100 {
  border-top-color: rgb(255 251 250 / 1);
}
.border-t-base-color-bg-danger-subtle\/20 {
  border-top-color: rgb(255 251 250 / 0.2);
}
.border-t-base-color-bg-danger-subtle\/25 {
  border-top-color: rgb(255 251 250 / 0.25);
}
.border-t-base-color-bg-danger-subtle\/30 {
  border-top-color: rgb(255 251 250 / 0.3);
}
.border-t-base-color-bg-danger-subtle\/40 {
  border-top-color: rgb(255 251 250 / 0.4);
}
.border-t-base-color-bg-danger-subtle\/5 {
  border-top-color: rgb(255 251 250 / 0.05);
}
.border-t-base-color-bg-danger-subtle\/50 {
  border-top-color: rgb(255 251 250 / 0.5);
}
.border-t-base-color-bg-danger-subtle\/60 {
  border-top-color: rgb(255 251 250 / 0.6);
}
.border-t-base-color-bg-danger-subtle\/70 {
  border-top-color: rgb(255 251 250 / 0.7);
}
.border-t-base-color-bg-danger-subtle\/75 {
  border-top-color: rgb(255 251 250 / 0.75);
}
.border-t-base-color-bg-danger-subtle\/80 {
  border-top-color: rgb(255 251 250 / 0.8);
}
.border-t-base-color-bg-danger-subtle\/90 {
  border-top-color: rgb(255 251 250 / 0.9);
}
.border-t-base-color-bg-danger-subtle\/95 {
  border-top-color: rgb(255 251 250 / 0.95);
}
.border-t-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-top-color: rgb(255 251 250 / 60%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-0 {
  border-top-color: rgb(255 251 250 / 0%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-10 {
  border-top-color: rgb(255 251 250 / 10%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-100 {
  border-top-color: rgb(255 251 250 / 100%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-20 {
  border-top-color: rgb(255 251 250 / 20%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-30 {
  border-top-color: rgb(255 251 250 / 30%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-40 {
  border-top-color: rgb(255 251 250 / 40%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-50 {
  border-top-color: rgb(255 251 250 / 50%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-60 {
  border-top-color: rgb(255 251 250 / 60%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-70 {
  border-top-color: rgb(255 251 250 / 70%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-80 {
  border-top-color: rgb(255 251 250 / 80%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-90 {
  border-top-color: rgb(255 251 250 / 90%);
}
.border-t-base-color-bg-danger\/0 {
  border-top-color: rgb(254 227 225 / 0);
}
.border-t-base-color-bg-danger\/10 {
  border-top-color: rgb(254 227 225 / 0.1);
}
.border-t-base-color-bg-danger\/100 {
  border-top-color: rgb(254 227 225 / 1);
}
.border-t-base-color-bg-danger\/20 {
  border-top-color: rgb(254 227 225 / 0.2);
}
.border-t-base-color-bg-danger\/25 {
  border-top-color: rgb(254 227 225 / 0.25);
}
.border-t-base-color-bg-danger\/30 {
  border-top-color: rgb(254 227 225 / 0.3);
}
.border-t-base-color-bg-danger\/40 {
  border-top-color: rgb(254 227 225 / 0.4);
}
.border-t-base-color-bg-danger\/5 {
  border-top-color: rgb(254 227 225 / 0.05);
}
.border-t-base-color-bg-danger\/50 {
  border-top-color: rgb(254 227 225 / 0.5);
}
.border-t-base-color-bg-danger\/60 {
  border-top-color: rgb(254 227 225 / 0.6);
}
.border-t-base-color-bg-danger\/70 {
  border-top-color: rgb(254 227 225 / 0.7);
}
.border-t-base-color-bg-danger\/75 {
  border-top-color: rgb(254 227 225 / 0.75);
}
.border-t-base-color-bg-danger\/80 {
  border-top-color: rgb(254 227 225 / 0.8);
}
.border-t-base-color-bg-danger\/90 {
  border-top-color: rgb(254 227 225 / 0.9);
}
.border-t-base-color-bg-danger\/95 {
  border-top-color: rgb(254 227 225 / 0.95);
}
.border-t-base-color-bg-danger\/base-opacity-disabled {
  border-top-color: rgb(254 227 225 / 60%);
}
.border-t-base-color-bg-danger\/core-opacity-0 {
  border-top-color: rgb(254 227 225 / 0%);
}
.border-t-base-color-bg-danger\/core-opacity-10 {
  border-top-color: rgb(254 227 225 / 10%);
}
.border-t-base-color-bg-danger\/core-opacity-100 {
  border-top-color: rgb(254 227 225 / 100%);
}
.border-t-base-color-bg-danger\/core-opacity-20 {
  border-top-color: rgb(254 227 225 / 20%);
}
.border-t-base-color-bg-danger\/core-opacity-30 {
  border-top-color: rgb(254 227 225 / 30%);
}
.border-t-base-color-bg-danger\/core-opacity-40 {
  border-top-color: rgb(254 227 225 / 40%);
}
.border-t-base-color-bg-danger\/core-opacity-50 {
  border-top-color: rgb(254 227 225 / 50%);
}
.border-t-base-color-bg-danger\/core-opacity-60 {
  border-top-color: rgb(254 227 225 / 60%);
}
.border-t-base-color-bg-danger\/core-opacity-70 {
  border-top-color: rgb(254 227 225 / 70%);
}
.border-t-base-color-bg-danger\/core-opacity-80 {
  border-top-color: rgb(254 227 225 / 80%);
}
.border-t-base-color-bg-danger\/core-opacity-90 {
  border-top-color: rgb(254 227 225 / 90%);
}
.border-t-base-color-bg-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-base-color-bg-default\/0 {
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-base-color-bg-default\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-base-color-bg-default\/100 {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-base-color-bg-default\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-base-color-bg-default\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-base-color-bg-default\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-base-color-bg-default\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-base-color-bg-default\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-base-color-bg-default\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-base-color-bg-default\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-base-color-bg-default\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-base-color-bg-default\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-base-color-bg-default\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-base-color-bg-default\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-base-color-bg-default\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-t-base-color-bg-default\/base-opacity-disabled {
  border-top-color: rgb(255 255 255 / 60%);
}
.border-t-base-color-bg-default\/core-opacity-0 {
  border-top-color: rgb(255 255 255 / 0%);
}
.border-t-base-color-bg-default\/core-opacity-10 {
  border-top-color: rgb(255 255 255 / 10%);
}
.border-t-base-color-bg-default\/core-opacity-100 {
  border-top-color: rgb(255 255 255 / 100%);
}
.border-t-base-color-bg-default\/core-opacity-20 {
  border-top-color: rgb(255 255 255 / 20%);
}
.border-t-base-color-bg-default\/core-opacity-30 {
  border-top-color: rgb(255 255 255 / 30%);
}
.border-t-base-color-bg-default\/core-opacity-40 {
  border-top-color: rgb(255 255 255 / 40%);
}
.border-t-base-color-bg-default\/core-opacity-50 {
  border-top-color: rgb(255 255 255 / 50%);
}
.border-t-base-color-bg-default\/core-opacity-60 {
  border-top-color: rgb(255 255 255 / 60%);
}
.border-t-base-color-bg-default\/core-opacity-70 {
  border-top-color: rgb(255 255 255 / 70%);
}
.border-t-base-color-bg-default\/core-opacity-80 {
  border-top-color: rgb(255 255 255 / 80%);
}
.border-t-base-color-bg-default\/core-opacity-90 {
  border-top-color: rgb(255 255 255 / 90%);
}
.border-t-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-t-base-color-bg-emphasis\/0 {
  border-top-color: rgb(16 24 40 / 0);
}
.border-t-base-color-bg-emphasis\/10 {
  border-top-color: rgb(16 24 40 / 0.1);
}
.border-t-base-color-bg-emphasis\/100 {
  border-top-color: rgb(16 24 40 / 1);
}
.border-t-base-color-bg-emphasis\/20 {
  border-top-color: rgb(16 24 40 / 0.2);
}
.border-t-base-color-bg-emphasis\/25 {
  border-top-color: rgb(16 24 40 / 0.25);
}
.border-t-base-color-bg-emphasis\/30 {
  border-top-color: rgb(16 24 40 / 0.3);
}
.border-t-base-color-bg-emphasis\/40 {
  border-top-color: rgb(16 24 40 / 0.4);
}
.border-t-base-color-bg-emphasis\/5 {
  border-top-color: rgb(16 24 40 / 0.05);
}
.border-t-base-color-bg-emphasis\/50 {
  border-top-color: rgb(16 24 40 / 0.5);
}
.border-t-base-color-bg-emphasis\/60 {
  border-top-color: rgb(16 24 40 / 0.6);
}
.border-t-base-color-bg-emphasis\/70 {
  border-top-color: rgb(16 24 40 / 0.7);
}
.border-t-base-color-bg-emphasis\/75 {
  border-top-color: rgb(16 24 40 / 0.75);
}
.border-t-base-color-bg-emphasis\/80 {
  border-top-color: rgb(16 24 40 / 0.8);
}
.border-t-base-color-bg-emphasis\/90 {
  border-top-color: rgb(16 24 40 / 0.9);
}
.border-t-base-color-bg-emphasis\/95 {
  border-top-color: rgb(16 24 40 / 0.95);
}
.border-t-base-color-bg-emphasis\/base-opacity-disabled {
  border-top-color: rgb(16 24 40 / 60%);
}
.border-t-base-color-bg-emphasis\/core-opacity-0 {
  border-top-color: rgb(16 24 40 / 0%);
}
.border-t-base-color-bg-emphasis\/core-opacity-10 {
  border-top-color: rgb(16 24 40 / 10%);
}
.border-t-base-color-bg-emphasis\/core-opacity-100 {
  border-top-color: rgb(16 24 40 / 100%);
}
.border-t-base-color-bg-emphasis\/core-opacity-20 {
  border-top-color: rgb(16 24 40 / 20%);
}
.border-t-base-color-bg-emphasis\/core-opacity-30 {
  border-top-color: rgb(16 24 40 / 30%);
}
.border-t-base-color-bg-emphasis\/core-opacity-40 {
  border-top-color: rgb(16 24 40 / 40%);
}
.border-t-base-color-bg-emphasis\/core-opacity-50 {
  border-top-color: rgb(16 24 40 / 50%);
}
.border-t-base-color-bg-emphasis\/core-opacity-60 {
  border-top-color: rgb(16 24 40 / 60%);
}
.border-t-base-color-bg-emphasis\/core-opacity-70 {
  border-top-color: rgb(16 24 40 / 70%);
}
.border-t-base-color-bg-emphasis\/core-opacity-80 {
  border-top-color: rgb(16 24 40 / 80%);
}
.border-t-base-color-bg-emphasis\/core-opacity-90 {
  border-top-color: rgb(16 24 40 / 90%);
}
.border-t-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-t-base-color-bg-muted\/0 {
  border-top-color: rgb(234 236 240 / 0);
}
.border-t-base-color-bg-muted\/10 {
  border-top-color: rgb(234 236 240 / 0.1);
}
.border-t-base-color-bg-muted\/100 {
  border-top-color: rgb(234 236 240 / 1);
}
.border-t-base-color-bg-muted\/20 {
  border-top-color: rgb(234 236 240 / 0.2);
}
.border-t-base-color-bg-muted\/25 {
  border-top-color: rgb(234 236 240 / 0.25);
}
.border-t-base-color-bg-muted\/30 {
  border-top-color: rgb(234 236 240 / 0.3);
}
.border-t-base-color-bg-muted\/40 {
  border-top-color: rgb(234 236 240 / 0.4);
}
.border-t-base-color-bg-muted\/5 {
  border-top-color: rgb(234 236 240 / 0.05);
}
.border-t-base-color-bg-muted\/50 {
  border-top-color: rgb(234 236 240 / 0.5);
}
.border-t-base-color-bg-muted\/60 {
  border-top-color: rgb(234 236 240 / 0.6);
}
.border-t-base-color-bg-muted\/70 {
  border-top-color: rgb(234 236 240 / 0.7);
}
.border-t-base-color-bg-muted\/75 {
  border-top-color: rgb(234 236 240 / 0.75);
}
.border-t-base-color-bg-muted\/80 {
  border-top-color: rgb(234 236 240 / 0.8);
}
.border-t-base-color-bg-muted\/90 {
  border-top-color: rgb(234 236 240 / 0.9);
}
.border-t-base-color-bg-muted\/95 {
  border-top-color: rgb(234 236 240 / 0.95);
}
.border-t-base-color-bg-muted\/base-opacity-disabled {
  border-top-color: rgb(234 236 240 / 60%);
}
.border-t-base-color-bg-muted\/core-opacity-0 {
  border-top-color: rgb(234 236 240 / 0%);
}
.border-t-base-color-bg-muted\/core-opacity-10 {
  border-top-color: rgb(234 236 240 / 10%);
}
.border-t-base-color-bg-muted\/core-opacity-100 {
  border-top-color: rgb(234 236 240 / 100%);
}
.border-t-base-color-bg-muted\/core-opacity-20 {
  border-top-color: rgb(234 236 240 / 20%);
}
.border-t-base-color-bg-muted\/core-opacity-30 {
  border-top-color: rgb(234 236 240 / 30%);
}
.border-t-base-color-bg-muted\/core-opacity-40 {
  border-top-color: rgb(234 236 240 / 40%);
}
.border-t-base-color-bg-muted\/core-opacity-50 {
  border-top-color: rgb(234 236 240 / 50%);
}
.border-t-base-color-bg-muted\/core-opacity-60 {
  border-top-color: rgb(234 236 240 / 60%);
}
.border-t-base-color-bg-muted\/core-opacity-70 {
  border-top-color: rgb(234 236 240 / 70%);
}
.border-t-base-color-bg-muted\/core-opacity-80 {
  border-top-color: rgb(234 236 240 / 80%);
}
.border-t-base-color-bg-muted\/core-opacity-90 {
  border-top-color: rgb(234 236 240 / 90%);
}
.border-t-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-t-base-color-bg-subtle\/0 {
  border-top-color: rgb(242 244 247 / 0);
}
.border-t-base-color-bg-subtle\/10 {
  border-top-color: rgb(242 244 247 / 0.1);
}
.border-t-base-color-bg-subtle\/100 {
  border-top-color: rgb(242 244 247 / 1);
}
.border-t-base-color-bg-subtle\/20 {
  border-top-color: rgb(242 244 247 / 0.2);
}
.border-t-base-color-bg-subtle\/25 {
  border-top-color: rgb(242 244 247 / 0.25);
}
.border-t-base-color-bg-subtle\/30 {
  border-top-color: rgb(242 244 247 / 0.3);
}
.border-t-base-color-bg-subtle\/40 {
  border-top-color: rgb(242 244 247 / 0.4);
}
.border-t-base-color-bg-subtle\/5 {
  border-top-color: rgb(242 244 247 / 0.05);
}
.border-t-base-color-bg-subtle\/50 {
  border-top-color: rgb(242 244 247 / 0.5);
}
.border-t-base-color-bg-subtle\/60 {
  border-top-color: rgb(242 244 247 / 0.6);
}
.border-t-base-color-bg-subtle\/70 {
  border-top-color: rgb(242 244 247 / 0.7);
}
.border-t-base-color-bg-subtle\/75 {
  border-top-color: rgb(242 244 247 / 0.75);
}
.border-t-base-color-bg-subtle\/80 {
  border-top-color: rgb(242 244 247 / 0.8);
}
.border-t-base-color-bg-subtle\/90 {
  border-top-color: rgb(242 244 247 / 0.9);
}
.border-t-base-color-bg-subtle\/95 {
  border-top-color: rgb(242 244 247 / 0.95);
}
.border-t-base-color-bg-subtle\/base-opacity-disabled {
  border-top-color: rgb(242 244 247 / 60%);
}
.border-t-base-color-bg-subtle\/core-opacity-0 {
  border-top-color: rgb(242 244 247 / 0%);
}
.border-t-base-color-bg-subtle\/core-opacity-10 {
  border-top-color: rgb(242 244 247 / 10%);
}
.border-t-base-color-bg-subtle\/core-opacity-100 {
  border-top-color: rgb(242 244 247 / 100%);
}
.border-t-base-color-bg-subtle\/core-opacity-20 {
  border-top-color: rgb(242 244 247 / 20%);
}
.border-t-base-color-bg-subtle\/core-opacity-30 {
  border-top-color: rgb(242 244 247 / 30%);
}
.border-t-base-color-bg-subtle\/core-opacity-40 {
  border-top-color: rgb(242 244 247 / 40%);
}
.border-t-base-color-bg-subtle\/core-opacity-50 {
  border-top-color: rgb(242 244 247 / 50%);
}
.border-t-base-color-bg-subtle\/core-opacity-60 {
  border-top-color: rgb(242 244 247 / 60%);
}
.border-t-base-color-bg-subtle\/core-opacity-70 {
  border-top-color: rgb(242 244 247 / 70%);
}
.border-t-base-color-bg-subtle\/core-opacity-80 {
  border-top-color: rgb(242 244 247 / 80%);
}
.border-t-base-color-bg-subtle\/core-opacity-90 {
  border-top-color: rgb(242 244 247 / 90%);
}
.border-t-base-color-bg-success {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-t-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-t-base-color-bg-success-emphasis\/0 {
  border-top-color: rgb(18 181 105 / 0);
}
.border-t-base-color-bg-success-emphasis\/10 {
  border-top-color: rgb(18 181 105 / 0.1);
}
.border-t-base-color-bg-success-emphasis\/100 {
  border-top-color: rgb(18 181 105 / 1);
}
.border-t-base-color-bg-success-emphasis\/20 {
  border-top-color: rgb(18 181 105 / 0.2);
}
.border-t-base-color-bg-success-emphasis\/25 {
  border-top-color: rgb(18 181 105 / 0.25);
}
.border-t-base-color-bg-success-emphasis\/30 {
  border-top-color: rgb(18 181 105 / 0.3);
}
.border-t-base-color-bg-success-emphasis\/40 {
  border-top-color: rgb(18 181 105 / 0.4);
}
.border-t-base-color-bg-success-emphasis\/5 {
  border-top-color: rgb(18 181 105 / 0.05);
}
.border-t-base-color-bg-success-emphasis\/50 {
  border-top-color: rgb(18 181 105 / 0.5);
}
.border-t-base-color-bg-success-emphasis\/60 {
  border-top-color: rgb(18 181 105 / 0.6);
}
.border-t-base-color-bg-success-emphasis\/70 {
  border-top-color: rgb(18 181 105 / 0.7);
}
.border-t-base-color-bg-success-emphasis\/75 {
  border-top-color: rgb(18 181 105 / 0.75);
}
.border-t-base-color-bg-success-emphasis\/80 {
  border-top-color: rgb(18 181 105 / 0.8);
}
.border-t-base-color-bg-success-emphasis\/90 {
  border-top-color: rgb(18 181 105 / 0.9);
}
.border-t-base-color-bg-success-emphasis\/95 {
  border-top-color: rgb(18 181 105 / 0.95);
}
.border-t-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-top-color: rgb(18 181 105 / 60%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-0 {
  border-top-color: rgb(18 181 105 / 0%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-10 {
  border-top-color: rgb(18 181 105 / 10%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-100 {
  border-top-color: rgb(18 181 105 / 100%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-20 {
  border-top-color: rgb(18 181 105 / 20%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-30 {
  border-top-color: rgb(18 181 105 / 30%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-40 {
  border-top-color: rgb(18 181 105 / 40%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-50 {
  border-top-color: rgb(18 181 105 / 50%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-60 {
  border-top-color: rgb(18 181 105 / 60%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-70 {
  border-top-color: rgb(18 181 105 / 70%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-80 {
  border-top-color: rgb(18 181 105 / 80%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-90 {
  border-top-color: rgb(18 181 105 / 90%);
}
.border-t-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-t-base-color-bg-success-subtle\/0 {
  border-top-color: rgb(246 254 249 / 0);
}
.border-t-base-color-bg-success-subtle\/10 {
  border-top-color: rgb(246 254 249 / 0.1);
}
.border-t-base-color-bg-success-subtle\/100 {
  border-top-color: rgb(246 254 249 / 1);
}
.border-t-base-color-bg-success-subtle\/20 {
  border-top-color: rgb(246 254 249 / 0.2);
}
.border-t-base-color-bg-success-subtle\/25 {
  border-top-color: rgb(246 254 249 / 0.25);
}
.border-t-base-color-bg-success-subtle\/30 {
  border-top-color: rgb(246 254 249 / 0.3);
}
.border-t-base-color-bg-success-subtle\/40 {
  border-top-color: rgb(246 254 249 / 0.4);
}
.border-t-base-color-bg-success-subtle\/5 {
  border-top-color: rgb(246 254 249 / 0.05);
}
.border-t-base-color-bg-success-subtle\/50 {
  border-top-color: rgb(246 254 249 / 0.5);
}
.border-t-base-color-bg-success-subtle\/60 {
  border-top-color: rgb(246 254 249 / 0.6);
}
.border-t-base-color-bg-success-subtle\/70 {
  border-top-color: rgb(246 254 249 / 0.7);
}
.border-t-base-color-bg-success-subtle\/75 {
  border-top-color: rgb(246 254 249 / 0.75);
}
.border-t-base-color-bg-success-subtle\/80 {
  border-top-color: rgb(246 254 249 / 0.8);
}
.border-t-base-color-bg-success-subtle\/90 {
  border-top-color: rgb(246 254 249 / 0.9);
}
.border-t-base-color-bg-success-subtle\/95 {
  border-top-color: rgb(246 254 249 / 0.95);
}
.border-t-base-color-bg-success-subtle\/base-opacity-disabled {
  border-top-color: rgb(246 254 249 / 60%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-0 {
  border-top-color: rgb(246 254 249 / 0%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-10 {
  border-top-color: rgb(246 254 249 / 10%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-100 {
  border-top-color: rgb(246 254 249 / 100%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-20 {
  border-top-color: rgb(246 254 249 / 20%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-30 {
  border-top-color: rgb(246 254 249 / 30%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-40 {
  border-top-color: rgb(246 254 249 / 40%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-50 {
  border-top-color: rgb(246 254 249 / 50%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-60 {
  border-top-color: rgb(246 254 249 / 60%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-70 {
  border-top-color: rgb(246 254 249 / 70%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-80 {
  border-top-color: rgb(246 254 249 / 80%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-90 {
  border-top-color: rgb(246 254 249 / 90%);
}
.border-t-base-color-bg-success\/0 {
  border-top-color: rgb(209 250 223 / 0);
}
.border-t-base-color-bg-success\/10 {
  border-top-color: rgb(209 250 223 / 0.1);
}
.border-t-base-color-bg-success\/100 {
  border-top-color: rgb(209 250 223 / 1);
}
.border-t-base-color-bg-success\/20 {
  border-top-color: rgb(209 250 223 / 0.2);
}
.border-t-base-color-bg-success\/25 {
  border-top-color: rgb(209 250 223 / 0.25);
}
.border-t-base-color-bg-success\/30 {
  border-top-color: rgb(209 250 223 / 0.3);
}
.border-t-base-color-bg-success\/40 {
  border-top-color: rgb(209 250 223 / 0.4);
}
.border-t-base-color-bg-success\/5 {
  border-top-color: rgb(209 250 223 / 0.05);
}
.border-t-base-color-bg-success\/50 {
  border-top-color: rgb(209 250 223 / 0.5);
}
.border-t-base-color-bg-success\/60 {
  border-top-color: rgb(209 250 223 / 0.6);
}
.border-t-base-color-bg-success\/70 {
  border-top-color: rgb(209 250 223 / 0.7);
}
.border-t-base-color-bg-success\/75 {
  border-top-color: rgb(209 250 223 / 0.75);
}
.border-t-base-color-bg-success\/80 {
  border-top-color: rgb(209 250 223 / 0.8);
}
.border-t-base-color-bg-success\/90 {
  border-top-color: rgb(209 250 223 / 0.9);
}
.border-t-base-color-bg-success\/95 {
  border-top-color: rgb(209 250 223 / 0.95);
}
.border-t-base-color-bg-success\/base-opacity-disabled {
  border-top-color: rgb(209 250 223 / 60%);
}
.border-t-base-color-bg-success\/core-opacity-0 {
  border-top-color: rgb(209 250 223 / 0%);
}
.border-t-base-color-bg-success\/core-opacity-10 {
  border-top-color: rgb(209 250 223 / 10%);
}
.border-t-base-color-bg-success\/core-opacity-100 {
  border-top-color: rgb(209 250 223 / 100%);
}
.border-t-base-color-bg-success\/core-opacity-20 {
  border-top-color: rgb(209 250 223 / 20%);
}
.border-t-base-color-bg-success\/core-opacity-30 {
  border-top-color: rgb(209 250 223 / 30%);
}
.border-t-base-color-bg-success\/core-opacity-40 {
  border-top-color: rgb(209 250 223 / 40%);
}
.border-t-base-color-bg-success\/core-opacity-50 {
  border-top-color: rgb(209 250 223 / 50%);
}
.border-t-base-color-bg-success\/core-opacity-60 {
  border-top-color: rgb(209 250 223 / 60%);
}
.border-t-base-color-bg-success\/core-opacity-70 {
  border-top-color: rgb(209 250 223 / 70%);
}
.border-t-base-color-bg-success\/core-opacity-80 {
  border-top-color: rgb(209 250 223 / 80%);
}
.border-t-base-color-bg-success\/core-opacity-90 {
  border-top-color: rgb(209 250 223 / 90%);
}
.border-t-base-color-bg-transparent {
  border-top-color: #00000000;
}
.border-t-base-color-bg-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-base-color-bg-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-base-color-bg-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-base-color-bg-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-base-color-bg-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-base-color-bg-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-base-color-bg-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-base-color-bg-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-base-color-bg-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-base-color-bg-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-base-color-bg-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-base-color-bg-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-base-color-bg-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-base-color-bg-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-base-color-bg-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-base-color-bg-transparent\/base-opacity-disabled {
  border-top-color: rgb(0 0 0 / 60%);
}
.border-t-base-color-bg-transparent\/core-opacity-0 {
  border-top-color: rgb(0 0 0 / 0%);
}
.border-t-base-color-bg-transparent\/core-opacity-10 {
  border-top-color: rgb(0 0 0 / 10%);
}
.border-t-base-color-bg-transparent\/core-opacity-100 {
  border-top-color: rgb(0 0 0 / 100%);
}
.border-t-base-color-bg-transparent\/core-opacity-20 {
  border-top-color: rgb(0 0 0 / 20%);
}
.border-t-base-color-bg-transparent\/core-opacity-30 {
  border-top-color: rgb(0 0 0 / 30%);
}
.border-t-base-color-bg-transparent\/core-opacity-40 {
  border-top-color: rgb(0 0 0 / 40%);
}
.border-t-base-color-bg-transparent\/core-opacity-50 {
  border-top-color: rgb(0 0 0 / 50%);
}
.border-t-base-color-bg-transparent\/core-opacity-60 {
  border-top-color: rgb(0 0 0 / 60%);
}
.border-t-base-color-bg-transparent\/core-opacity-70 {
  border-top-color: rgb(0 0 0 / 70%);
}
.border-t-base-color-bg-transparent\/core-opacity-80 {
  border-top-color: rgb(0 0 0 / 80%);
}
.border-t-base-color-bg-transparent\/core-opacity-90 {
  border-top-color: rgb(0 0 0 / 90%);
}
.border-t-base-color-border-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-accent-burgandy {
  --tw-bg-opacity: 1;
  background-color: rgb(97 0 46 / var(--tw-bg-opacity));
}
.bg-accent-burgandy\/0 {
  background-color: rgb(97 0 46 / 0);
}
.bg-accent-burgandy\/10 {
  background-color: rgb(97 0 46 / 0.1);
}
.bg-accent-burgandy\/100 {
  background-color: rgb(97 0 46 / 1);
}
.bg-accent-burgandy\/20 {
  background-color: rgb(97 0 46 / 0.2);
}
.bg-accent-burgandy\/25 {
  background-color: rgb(97 0 46 / 0.25);
}
.bg-accent-burgandy\/30 {
  background-color: rgb(97 0 46 / 0.3);
}
.bg-accent-burgandy\/40 {
  background-color: rgb(97 0 46 / 0.4);
}
.bg-accent-burgandy\/5 {
  background-color: rgb(97 0 46 / 0.05);
}
.bg-accent-burgandy\/50 {
  background-color: rgb(97 0 46 / 0.5);
}
.bg-accent-burgandy\/60 {
  background-color: rgb(97 0 46 / 0.6);
}
.bg-accent-burgandy\/70 {
  background-color: rgb(97 0 46 / 0.7);
}
.bg-accent-burgandy\/75 {
  background-color: rgb(97 0 46 / 0.75);
}
.bg-accent-burgandy\/80 {
  background-color: rgb(97 0 46 / 0.8);
}
.bg-accent-burgandy\/90 {
  background-color: rgb(97 0 46 / 0.9);
}
.bg-accent-burgandy\/95 {
  background-color: rgb(97 0 46 / 0.95);
}
.bg-accent-burgandy\/base-opacity-disabled {
  background-color: rgb(97 0 46 / 60%);
}
.bg-accent-burgandy\/core-opacity-0 {
  background-color: rgb(97 0 46 / 0%);
}
.bg-accent-burgandy\/core-opacity-10 {
  background-color: rgb(97 0 46 / 10%);
}
.bg-accent-burgandy\/core-opacity-100 {
  background-color: rgb(97 0 46 / 100%);
}
.bg-accent-burgandy\/core-opacity-20 {
  background-color: rgb(97 0 46 / 20%);
}
.bg-accent-burgandy\/core-opacity-30 {
  background-color: rgb(97 0 46 / 30%);
}
.bg-accent-burgandy\/core-opacity-40 {
  background-color: rgb(97 0 46 / 40%);
}
.bg-accent-burgandy\/core-opacity-50 {
  background-color: rgb(97 0 46 / 50%);
}
.bg-accent-burgandy\/core-opacity-60 {
  background-color: rgb(97 0 46 / 60%);
}
.bg-accent-burgandy\/core-opacity-70 {
  background-color: rgb(97 0 46 / 70%);
}
.bg-accent-burgandy\/core-opacity-80 {
  background-color: rgb(97 0 46 / 80%);
}
.bg-accent-burgandy\/core-opacity-90 {
  background-color: rgb(97 0 46 / 90%);
}
.bg-accent-fuschia {
  --tw-bg-opacity: 1;
  background-color: rgb(114 5 92 / var(--tw-bg-opacity));
}
.bg-accent-fuschia\/0 {
  background-color: rgb(114 5 92 / 0);
}
.bg-accent-fuschia\/10 {
  background-color: rgb(114 5 92 / 0.1);
}
.bg-accent-fuschia\/100 {
  background-color: rgb(114 5 92 / 1);
}
.bg-accent-fuschia\/20 {
  background-color: rgb(114 5 92 / 0.2);
}
.bg-accent-fuschia\/25 {
  background-color: rgb(114 5 92 / 0.25);
}
.bg-accent-fuschia\/30 {
  background-color: rgb(114 5 92 / 0.3);
}
.bg-accent-fuschia\/40 {
  background-color: rgb(114 5 92 / 0.4);
}
.bg-accent-fuschia\/5 {
  background-color: rgb(114 5 92 / 0.05);
}
.bg-accent-fuschia\/50 {
  background-color: rgb(114 5 92 / 0.5);
}
.bg-accent-fuschia\/60 {
  background-color: rgb(114 5 92 / 0.6);
}
.bg-accent-fuschia\/70 {
  background-color: rgb(114 5 92 / 0.7);
}
.bg-accent-fuschia\/75 {
  background-color: rgb(114 5 92 / 0.75);
}
.bg-accent-fuschia\/80 {
  background-color: rgb(114 5 92 / 0.8);
}
.bg-accent-fuschia\/90 {
  background-color: rgb(114 5 92 / 0.9);
}
.bg-accent-fuschia\/95 {
  background-color: rgb(114 5 92 / 0.95);
}
.bg-accent-fuschia\/base-opacity-disabled {
  background-color: rgb(114 5 92 / 60%);
}
.bg-accent-fuschia\/core-opacity-0 {
  background-color: rgb(114 5 92 / 0%);
}
.bg-accent-fuschia\/core-opacity-10 {
  background-color: rgb(114 5 92 / 10%);
}
.bg-accent-fuschia\/core-opacity-100 {
  background-color: rgb(114 5 92 / 100%);
}
.bg-accent-fuschia\/core-opacity-20 {
  background-color: rgb(114 5 92 / 20%);
}
.bg-accent-fuschia\/core-opacity-30 {
  background-color: rgb(114 5 92 / 30%);
}
.bg-accent-fuschia\/core-opacity-40 {
  background-color: rgb(114 5 92 / 40%);
}
.bg-accent-fuschia\/core-opacity-50 {
  background-color: rgb(114 5 92 / 50%);
}
.bg-accent-fuschia\/core-opacity-60 {
  background-color: rgb(114 5 92 / 60%);
}
.bg-accent-fuschia\/core-opacity-70 {
  background-color: rgb(114 5 92 / 70%);
}
.bg-accent-fuschia\/core-opacity-80 {
  background-color: rgb(114 5 92 / 80%);
}
.bg-accent-fuschia\/core-opacity-90 {
  background-color: rgb(114 5 92 / 90%);
}
.bg-accent-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(52 7 148 / var(--tw-bg-opacity));
}
.bg-accent-purple\/0 {
  background-color: rgb(52 7 148 / 0);
}
.bg-accent-purple\/10 {
  background-color: rgb(52 7 148 / 0.1);
}
.bg-accent-purple\/100 {
  background-color: rgb(52 7 148 / 1);
}
.bg-accent-purple\/20 {
  background-color: rgb(52 7 148 / 0.2);
}
.bg-accent-purple\/25 {
  background-color: rgb(52 7 148 / 0.25);
}
.bg-accent-purple\/30 {
  background-color: rgb(52 7 148 / 0.3);
}
.bg-accent-purple\/40 {
  background-color: rgb(52 7 148 / 0.4);
}
.bg-accent-purple\/5 {
  background-color: rgb(52 7 148 / 0.05);
}
.bg-accent-purple\/50 {
  background-color: rgb(52 7 148 / 0.5);
}
.bg-accent-purple\/60 {
  background-color: rgb(52 7 148 / 0.6);
}
.bg-accent-purple\/70 {
  background-color: rgb(52 7 148 / 0.7);
}
.bg-accent-purple\/75 {
  background-color: rgb(52 7 148 / 0.75);
}
.bg-accent-purple\/80 {
  background-color: rgb(52 7 148 / 0.8);
}
.bg-accent-purple\/90 {
  background-color: rgb(52 7 148 / 0.9);
}
.bg-accent-purple\/95 {
  background-color: rgb(52 7 148 / 0.95);
}
.bg-accent-purple\/base-opacity-disabled {
  background-color: rgb(52 7 148 / 60%);
}
.bg-accent-purple\/core-opacity-0 {
  background-color: rgb(52 7 148 / 0%);
}
.bg-accent-purple\/core-opacity-10 {
  background-color: rgb(52 7 148 / 10%);
}
.bg-accent-purple\/core-opacity-100 {
  background-color: rgb(52 7 148 / 100%);
}
.bg-accent-purple\/core-opacity-20 {
  background-color: rgb(52 7 148 / 20%);
}
.bg-accent-purple\/core-opacity-30 {
  background-color: rgb(52 7 148 / 30%);
}
.bg-accent-purple\/core-opacity-40 {
  background-color: rgb(52 7 148 / 40%);
}
.bg-accent-purple\/core-opacity-50 {
  background-color: rgb(52 7 148 / 50%);
}
.bg-accent-purple\/core-opacity-60 {
  background-color: rgb(52 7 148 / 60%);
}
.bg-accent-purple\/core-opacity-70 {
  background-color: rgb(52 7 148 / 70%);
}
.bg-accent-purple\/core-opacity-80 {
  background-color: rgb(52 7 148 / 80%);
}
.bg-accent-purple\/core-opacity-90 {
  background-color: rgb(52 7 148 / 90%);
}
.bg-accent-vermillion {
  --tw-bg-opacity: 1;
  background-color: rgb(204 36 45 / var(--tw-bg-opacity));
}
.bg-accent-vermillion\/0 {
  background-color: rgb(204 36 45 / 0);
}
.bg-accent-vermillion\/10 {
  background-color: rgb(204 36 45 / 0.1);
}
.bg-accent-vermillion\/100 {
  background-color: rgb(204 36 45 / 1);
}
.bg-accent-vermillion\/20 {
  background-color: rgb(204 36 45 / 0.2);
}
.bg-accent-vermillion\/25 {
  background-color: rgb(204 36 45 / 0.25);
}
.bg-accent-vermillion\/30 {
  background-color: rgb(204 36 45 / 0.3);
}
.bg-accent-vermillion\/40 {
  background-color: rgb(204 36 45 / 0.4);
}
.bg-accent-vermillion\/5 {
  background-color: rgb(204 36 45 / 0.05);
}
.bg-accent-vermillion\/50 {
  background-color: rgb(204 36 45 / 0.5);
}
.bg-accent-vermillion\/60 {
  background-color: rgb(204 36 45 / 0.6);
}
.bg-accent-vermillion\/70 {
  background-color: rgb(204 36 45 / 0.7);
}
.bg-accent-vermillion\/75 {
  background-color: rgb(204 36 45 / 0.75);
}
.bg-accent-vermillion\/80 {
  background-color: rgb(204 36 45 / 0.8);
}
.bg-accent-vermillion\/90 {
  background-color: rgb(204 36 45 / 0.9);
}
.bg-accent-vermillion\/95 {
  background-color: rgb(204 36 45 / 0.95);
}
.bg-accent-vermillion\/base-opacity-disabled {
  background-color: rgb(204 36 45 / 60%);
}
.bg-accent-vermillion\/core-opacity-0 {
  background-color: rgb(204 36 45 / 0%);
}
.bg-accent-vermillion\/core-opacity-10 {
  background-color: rgb(204 36 45 / 10%);
}
.bg-accent-vermillion\/core-opacity-100 {
  background-color: rgb(204 36 45 / 100%);
}
.bg-accent-vermillion\/core-opacity-20 {
  background-color: rgb(204 36 45 / 20%);
}
.bg-accent-vermillion\/core-opacity-30 {
  background-color: rgb(204 36 45 / 30%);
}
.bg-accent-vermillion\/core-opacity-40 {
  background-color: rgb(204 36 45 / 40%);
}
.bg-accent-vermillion\/core-opacity-50 {
  background-color: rgb(204 36 45 / 50%);
}
.bg-accent-vermillion\/core-opacity-60 {
  background-color: rgb(204 36 45 / 60%);
}
.bg-accent-vermillion\/core-opacity-70 {
  background-color: rgb(204 36 45 / 70%);
}
.bg-accent-vermillion\/core-opacity-80 {
  background-color: rgb(204 36 45 / 80%);
}
.bg-accent-vermillion\/core-opacity-90 {
  background-color: rgb(204 36 45 / 90%);
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-amber-100\/base-opacity-disabled {
  background-color: rgb(254 243 199 / 60%);
}
.bg-amber-100\/core-opacity-0 {
  background-color: rgb(254 243 199 / 0%);
}
.bg-amber-100\/core-opacity-10 {
  background-color: rgb(254 243 199 / 10%);
}
.bg-amber-100\/core-opacity-100 {
  background-color: rgb(254 243 199 / 100%);
}
.bg-amber-100\/core-opacity-20 {
  background-color: rgb(254 243 199 / 20%);
}
.bg-amber-100\/core-opacity-30 {
  background-color: rgb(254 243 199 / 30%);
}
.bg-amber-100\/core-opacity-40 {
  background-color: rgb(254 243 199 / 40%);
}
.bg-amber-100\/core-opacity-50 {
  background-color: rgb(254 243 199 / 50%);
}
.bg-amber-100\/core-opacity-60 {
  background-color: rgb(254 243 199 / 60%);
}
.bg-amber-100\/core-opacity-70 {
  background-color: rgb(254 243 199 / 70%);
}
.bg-amber-100\/core-opacity-80 {
  background-color: rgb(254 243 199 / 80%);
}
.bg-amber-100\/core-opacity-90 {
  background-color: rgb(254 243 199 / 90%);
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-amber-200\/base-opacity-disabled {
  background-color: rgb(253 230 138 / 60%);
}
.bg-amber-200\/core-opacity-0 {
  background-color: rgb(253 230 138 / 0%);
}
.bg-amber-200\/core-opacity-10 {
  background-color: rgb(253 230 138 / 10%);
}
.bg-amber-200\/core-opacity-100 {
  background-color: rgb(253 230 138 / 100%);
}
.bg-amber-200\/core-opacity-20 {
  background-color: rgb(253 230 138 / 20%);
}
.bg-amber-200\/core-opacity-30 {
  background-color: rgb(253 230 138 / 30%);
}
.bg-amber-200\/core-opacity-40 {
  background-color: rgb(253 230 138 / 40%);
}
.bg-amber-200\/core-opacity-50 {
  background-color: rgb(253 230 138 / 50%);
}
.bg-amber-200\/core-opacity-60 {
  background-color: rgb(253 230 138 / 60%);
}
.bg-amber-200\/core-opacity-70 {
  background-color: rgb(253 230 138 / 70%);
}
.bg-amber-200\/core-opacity-80 {
  background-color: rgb(253 230 138 / 80%);
}
.bg-amber-200\/core-opacity-90 {
  background-color: rgb(253 230 138 / 90%);
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-amber-300\/base-opacity-disabled {
  background-color: rgb(252 211 77 / 60%);
}
.bg-amber-300\/core-opacity-0 {
  background-color: rgb(252 211 77 / 0%);
}
.bg-amber-300\/core-opacity-10 {
  background-color: rgb(252 211 77 / 10%);
}
.bg-amber-300\/core-opacity-100 {
  background-color: rgb(252 211 77 / 100%);
}
.bg-amber-300\/core-opacity-20 {
  background-color: rgb(252 211 77 / 20%);
}
.bg-amber-300\/core-opacity-30 {
  background-color: rgb(252 211 77 / 30%);
}
.bg-amber-300\/core-opacity-40 {
  background-color: rgb(252 211 77 / 40%);
}
.bg-amber-300\/core-opacity-50 {
  background-color: rgb(252 211 77 / 50%);
}
.bg-amber-300\/core-opacity-60 {
  background-color: rgb(252 211 77 / 60%);
}
.bg-amber-300\/core-opacity-70 {
  background-color: rgb(252 211 77 / 70%);
}
.bg-amber-300\/core-opacity-80 {
  background-color: rgb(252 211 77 / 80%);
}
.bg-amber-300\/core-opacity-90 {
  background-color: rgb(252 211 77 / 90%);
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-amber-400\/base-opacity-disabled {
  background-color: rgb(251 191 36 / 60%);
}
.bg-amber-400\/core-opacity-0 {
  background-color: rgb(251 191 36 / 0%);
}
.bg-amber-400\/core-opacity-10 {
  background-color: rgb(251 191 36 / 10%);
}
.bg-amber-400\/core-opacity-100 {
  background-color: rgb(251 191 36 / 100%);
}
.bg-amber-400\/core-opacity-20 {
  background-color: rgb(251 191 36 / 20%);
}
.bg-amber-400\/core-opacity-30 {
  background-color: rgb(251 191 36 / 30%);
}
.bg-amber-400\/core-opacity-40 {
  background-color: rgb(251 191 36 / 40%);
}
.bg-amber-400\/core-opacity-50 {
  background-color: rgb(251 191 36 / 50%);
}
.bg-amber-400\/core-opacity-60 {
  background-color: rgb(251 191 36 / 60%);
}
.bg-amber-400\/core-opacity-70 {
  background-color: rgb(251 191 36 / 70%);
}
.bg-amber-400\/core-opacity-80 {
  background-color: rgb(251 191 36 / 80%);
}
.bg-amber-400\/core-opacity-90 {
  background-color: rgb(251 191 36 / 90%);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-amber-50\/base-opacity-disabled {
  background-color: rgb(255 251 235 / 60%);
}
.bg-amber-50\/core-opacity-0 {
  background-color: rgb(255 251 235 / 0%);
}
.bg-amber-50\/core-opacity-10 {
  background-color: rgb(255 251 235 / 10%);
}
.bg-amber-50\/core-opacity-100 {
  background-color: rgb(255 251 235 / 100%);
}
.bg-amber-50\/core-opacity-20 {
  background-color: rgb(255 251 235 / 20%);
}
.bg-amber-50\/core-opacity-30 {
  background-color: rgb(255 251 235 / 30%);
}
.bg-amber-50\/core-opacity-40 {
  background-color: rgb(255 251 235 / 40%);
}
.bg-amber-50\/core-opacity-50 {
  background-color: rgb(255 251 235 / 50%);
}
.bg-amber-50\/core-opacity-60 {
  background-color: rgb(255 251 235 / 60%);
}
.bg-amber-50\/core-opacity-70 {
  background-color: rgb(255 251 235 / 70%);
}
.bg-amber-50\/core-opacity-80 {
  background-color: rgb(255 251 235 / 80%);
}
.bg-amber-50\/core-opacity-90 {
  background-color: rgb(255 251 235 / 90%);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-amber-500\/base-opacity-disabled {
  background-color: rgb(245 158 11 / 60%);
}
.bg-amber-500\/core-opacity-0 {
  background-color: rgb(245 158 11 / 0%);
}
.bg-amber-500\/core-opacity-10 {
  background-color: rgb(245 158 11 / 10%);
}
.bg-amber-500\/core-opacity-100 {
  background-color: rgb(245 158 11 / 100%);
}
.bg-amber-500\/core-opacity-20 {
  background-color: rgb(245 158 11 / 20%);
}
.bg-amber-500\/core-opacity-30 {
  background-color: rgb(245 158 11 / 30%);
}
.bg-amber-500\/core-opacity-40 {
  background-color: rgb(245 158 11 / 40%);
}
.bg-amber-500\/core-opacity-50 {
  background-color: rgb(245 158 11 / 50%);
}
.bg-amber-500\/core-opacity-60 {
  background-color: rgb(245 158 11 / 60%);
}
.bg-amber-500\/core-opacity-70 {
  background-color: rgb(245 158 11 / 70%);
}
.bg-amber-500\/core-opacity-80 {
  background-color: rgb(245 158 11 / 80%);
}
.bg-amber-500\/core-opacity-90 {
  background-color: rgb(245 158 11 / 90%);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-amber-600\/base-opacity-disabled {
  background-color: rgb(217 119 6 / 60%);
}
.bg-amber-600\/core-opacity-0 {
  background-color: rgb(217 119 6 / 0%);
}
.bg-amber-600\/core-opacity-10 {
  background-color: rgb(217 119 6 / 10%);
}
.bg-amber-600\/core-opacity-100 {
  background-color: rgb(217 119 6 / 100%);
}
.bg-amber-600\/core-opacity-20 {
  background-color: rgb(217 119 6 / 20%);
}
.bg-amber-600\/core-opacity-30 {
  background-color: rgb(217 119 6 / 30%);
}
.bg-amber-600\/core-opacity-40 {
  background-color: rgb(217 119 6 / 40%);
}
.bg-amber-600\/core-opacity-50 {
  background-color: rgb(217 119 6 / 50%);
}
.bg-amber-600\/core-opacity-60 {
  background-color: rgb(217 119 6 / 60%);
}
.bg-amber-600\/core-opacity-70 {
  background-color: rgb(217 119 6 / 70%);
}
.bg-amber-600\/core-opacity-80 {
  background-color: rgb(217 119 6 / 80%);
}
.bg-amber-600\/core-opacity-90 {
  background-color: rgb(217 119 6 / 90%);
}
.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-amber-700\/base-opacity-disabled {
  background-color: rgb(180 83 9 / 60%);
}
.bg-amber-700\/core-opacity-0 {
  background-color: rgb(180 83 9 / 0%);
}
.bg-amber-700\/core-opacity-10 {
  background-color: rgb(180 83 9 / 10%);
}
.bg-amber-700\/core-opacity-100 {
  background-color: rgb(180 83 9 / 100%);
}
.bg-amber-700\/core-opacity-20 {
  background-color: rgb(180 83 9 / 20%);
}
.bg-amber-700\/core-opacity-30 {
  background-color: rgb(180 83 9 / 30%);
}
.bg-amber-700\/core-opacity-40 {
  background-color: rgb(180 83 9 / 40%);
}
.bg-amber-700\/core-opacity-50 {
  background-color: rgb(180 83 9 / 50%);
}
.bg-amber-700\/core-opacity-60 {
  background-color: rgb(180 83 9 / 60%);
}
.bg-amber-700\/core-opacity-70 {
  background-color: rgb(180 83 9 / 70%);
}
.bg-amber-700\/core-opacity-80 {
  background-color: rgb(180 83 9 / 80%);
}
.bg-amber-700\/core-opacity-90 {
  background-color: rgb(180 83 9 / 90%);
}
.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-amber-800\/base-opacity-disabled {
  background-color: rgb(146 64 14 / 60%);
}
.bg-amber-800\/core-opacity-0 {
  background-color: rgb(146 64 14 / 0%);
}
.bg-amber-800\/core-opacity-10 {
  background-color: rgb(146 64 14 / 10%);
}
.bg-amber-800\/core-opacity-100 {
  background-color: rgb(146 64 14 / 100%);
}
.bg-amber-800\/core-opacity-20 {
  background-color: rgb(146 64 14 / 20%);
}
.bg-amber-800\/core-opacity-30 {
  background-color: rgb(146 64 14 / 30%);
}
.bg-amber-800\/core-opacity-40 {
  background-color: rgb(146 64 14 / 40%);
}
.bg-amber-800\/core-opacity-50 {
  background-color: rgb(146 64 14 / 50%);
}
.bg-amber-800\/core-opacity-60 {
  background-color: rgb(146 64 14 / 60%);
}
.bg-amber-800\/core-opacity-70 {
  background-color: rgb(146 64 14 / 70%);
}
.bg-amber-800\/core-opacity-80 {
  background-color: rgb(146 64 14 / 80%);
}
.bg-amber-800\/core-opacity-90 {
  background-color: rgb(146 64 14 / 90%);
}
.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-amber-900\/base-opacity-disabled {
  background-color: rgb(120 53 15 / 60%);
}
.bg-amber-900\/core-opacity-0 {
  background-color: rgb(120 53 15 / 0%);
}
.bg-amber-900\/core-opacity-10 {
  background-color: rgb(120 53 15 / 10%);
}
.bg-amber-900\/core-opacity-100 {
  background-color: rgb(120 53 15 / 100%);
}
.bg-amber-900\/core-opacity-20 {
  background-color: rgb(120 53 15 / 20%);
}
.bg-amber-900\/core-opacity-30 {
  background-color: rgb(120 53 15 / 30%);
}
.bg-amber-900\/core-opacity-40 {
  background-color: rgb(120 53 15 / 40%);
}
.bg-amber-900\/core-opacity-50 {
  background-color: rgb(120 53 15 / 50%);
}
.bg-amber-900\/core-opacity-60 {
  background-color: rgb(120 53 15 / 60%);
}
.bg-amber-900\/core-opacity-70 {
  background-color: rgb(120 53 15 / 70%);
}
.bg-amber-900\/core-opacity-80 {
  background-color: rgb(120 53 15 / 80%);
}
.bg-amber-900\/core-opacity-90 {
  background-color: rgb(120 53 15 / 90%);
}
.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}
.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}
.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}
.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}
.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}
.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}
.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}
.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}
.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}
.bg-amber-950\/base-opacity-disabled {
  background-color: rgb(69 26 3 / 60%);
}
.bg-amber-950\/core-opacity-0 {
  background-color: rgb(69 26 3 / 0%);
}
.bg-amber-950\/core-opacity-10 {
  background-color: rgb(69 26 3 / 10%);
}
.bg-amber-950\/core-opacity-100 {
  background-color: rgb(69 26 3 / 100%);
}
.bg-amber-950\/core-opacity-20 {
  background-color: rgb(69 26 3 / 20%);
}
.bg-amber-950\/core-opacity-30 {
  background-color: rgb(69 26 3 / 30%);
}
.bg-amber-950\/core-opacity-40 {
  background-color: rgb(69 26 3 / 40%);
}
.bg-amber-950\/core-opacity-50 {
  background-color: rgb(69 26 3 / 50%);
}
.bg-amber-950\/core-opacity-60 {
  background-color: rgb(69 26 3 / 60%);
}
.bg-amber-950\/core-opacity-70 {
  background-color: rgb(69 26 3 / 70%);
}
.bg-amber-950\/core-opacity-80 {
  background-color: rgb(69 26 3 / 80%);
}
.bg-amber-950\/core-opacity-90 {
  background-color: rgb(69 26 3 / 90%);
}
.bg-base-color-bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 255 / var(--tw-bg-opacity));
}
.bg-base-color-bg-accent-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity));
}
.bg-base-color-bg-accent-emphasis\/0 {
  background-color: rgb(21 94 239 / 0);
}
.bg-base-color-bg-accent-emphasis\/10 {
  background-color: rgb(21 94 239 / 0.1);
}
.bg-base-color-bg-accent-emphasis\/100 {
  background-color: rgb(21 94 239 / 1);
}
.bg-base-color-bg-accent-emphasis\/20 {
  background-color: rgb(21 94 239 / 0.2);
}
.bg-base-color-bg-accent-emphasis\/25 {
  background-color: rgb(21 94 239 / 0.25);
}
.bg-base-color-bg-accent-emphasis\/30 {
  background-color: rgb(21 94 239 / 0.3);
}
.bg-base-color-bg-accent-emphasis\/40 {
  background-color: rgb(21 94 239 / 0.4);
}
.bg-base-color-bg-accent-emphasis\/5 {
  background-color: rgb(21 94 239 / 0.05);
}
.bg-base-color-bg-accent-emphasis\/50 {
  background-color: rgb(21 94 239 / 0.5);
}
.bg-base-color-bg-accent-emphasis\/60 {
  background-color: rgb(21 94 239 / 0.6);
}
.bg-base-color-bg-accent-emphasis\/70 {
  background-color: rgb(21 94 239 / 0.7);
}
.bg-base-color-bg-accent-emphasis\/75 {
  background-color: rgb(21 94 239 / 0.75);
}
.bg-base-color-bg-accent-emphasis\/80 {
  background-color: rgb(21 94 239 / 0.8);
}
.bg-base-color-bg-accent-emphasis\/90 {
  background-color: rgb(21 94 239 / 0.9);
}
.bg-base-color-bg-accent-emphasis\/95 {
  background-color: rgb(21 94 239 / 0.95);
}
.bg-base-color-bg-accent-emphasis\/base-opacity-disabled {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-0 {
  background-color: rgb(21 94 239 / 0%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-10 {
  background-color: rgb(21 94 239 / 10%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-100 {
  background-color: rgb(21 94 239 / 100%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-20 {
  background-color: rgb(21 94 239 / 20%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-30 {
  background-color: rgb(21 94 239 / 30%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-40 {
  background-color: rgb(21 94 239 / 40%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-50 {
  background-color: rgb(21 94 239 / 50%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-60 {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-70 {
  background-color: rgb(21 94 239 / 70%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-80 {
  background-color: rgb(21 94 239 / 80%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-90 {
  background-color: rgb(21 94 239 / 90%);
}
.bg-base-color-bg-accent-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity));
}
.bg-base-color-bg-accent-subtle\/0 {
  background-color: rgb(245 248 255 / 0);
}
.bg-base-color-bg-accent-subtle\/10 {
  background-color: rgb(245 248 255 / 0.1);
}
.bg-base-color-bg-accent-subtle\/100 {
  background-color: rgb(245 248 255 / 1);
}
.bg-base-color-bg-accent-subtle\/20 {
  background-color: rgb(245 248 255 / 0.2);
}
.bg-base-color-bg-accent-subtle\/25 {
  background-color: rgb(245 248 255 / 0.25);
}
.bg-base-color-bg-accent-subtle\/30 {
  background-color: rgb(245 248 255 / 0.3);
}
.bg-base-color-bg-accent-subtle\/40 {
  background-color: rgb(245 248 255 / 0.4);
}
.bg-base-color-bg-accent-subtle\/5 {
  background-color: rgb(245 248 255 / 0.05);
}
.bg-base-color-bg-accent-subtle\/50 {
  background-color: rgb(245 248 255 / 0.5);
}
.bg-base-color-bg-accent-subtle\/60 {
  background-color: rgb(245 248 255 / 0.6);
}
.bg-base-color-bg-accent-subtle\/70 {
  background-color: rgb(245 248 255 / 0.7);
}
.bg-base-color-bg-accent-subtle\/75 {
  background-color: rgb(245 248 255 / 0.75);
}
.bg-base-color-bg-accent-subtle\/80 {
  background-color: rgb(245 248 255 / 0.8);
}
.bg-base-color-bg-accent-subtle\/90 {
  background-color: rgb(245 248 255 / 0.9);
}
.bg-base-color-bg-accent-subtle\/95 {
  background-color: rgb(245 248 255 / 0.95);
}
.bg-base-color-bg-accent-subtle\/base-opacity-disabled {
  background-color: rgb(245 248 255 / 60%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-0 {
  background-color: rgb(245 248 255 / 0%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-10 {
  background-color: rgb(245 248 255 / 10%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-100 {
  background-color: rgb(245 248 255 / 100%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-20 {
  background-color: rgb(245 248 255 / 20%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-30 {
  background-color: rgb(245 248 255 / 30%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-40 {
  background-color: rgb(245 248 255 / 40%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-50 {
  background-color: rgb(245 248 255 / 50%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-60 {
  background-color: rgb(245 248 255 / 60%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-70 {
  background-color: rgb(245 248 255 / 70%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-80 {
  background-color: rgb(245 248 255 / 80%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-90 {
  background-color: rgb(245 248 255 / 90%);
}
.bg-base-color-bg-accent\/0 {
  background-color: rgb(209 224 255 / 0);
}
.bg-base-color-bg-accent\/10 {
  background-color: rgb(209 224 255 / 0.1);
}
.bg-base-color-bg-accent\/100 {
  background-color: rgb(209 224 255 / 1);
}
.bg-base-color-bg-accent\/20 {
  background-color: rgb(209 224 255 / 0.2);
}
.bg-base-color-bg-accent\/25 {
  background-color: rgb(209 224 255 / 0.25);
}
.bg-base-color-bg-accent\/30 {
  background-color: rgb(209 224 255 / 0.3);
}
.bg-base-color-bg-accent\/40 {
  background-color: rgb(209 224 255 / 0.4);
}
.bg-base-color-bg-accent\/5 {
  background-color: rgb(209 224 255 / 0.05);
}
.bg-base-color-bg-accent\/50 {
  background-color: rgb(209 224 255 / 0.5);
}
.bg-base-color-bg-accent\/60 {
  background-color: rgb(209 224 255 / 0.6);
}
.bg-base-color-bg-accent\/70 {
  background-color: rgb(209 224 255 / 0.7);
}
.bg-base-color-bg-accent\/75 {
  background-color: rgb(209 224 255 / 0.75);
}
.bg-base-color-bg-accent\/80 {
  background-color: rgb(209 224 255 / 0.8);
}
.bg-base-color-bg-accent\/90 {
  background-color: rgb(209 224 255 / 0.9);
}
.bg-base-color-bg-accent\/95 {
  background-color: rgb(209 224 255 / 0.95);
}
.bg-base-color-bg-accent\/base-opacity-disabled {
  background-color: rgb(209 224 255 / 60%);
}
.bg-base-color-bg-accent\/core-opacity-0 {
  background-color: rgb(209 224 255 / 0%);
}
.bg-base-color-bg-accent\/core-opacity-10 {
  background-color: rgb(209 224 255 / 10%);
}
.bg-base-color-bg-accent\/core-opacity-100 {
  background-color: rgb(209 224 255 / 100%);
}
.bg-base-color-bg-accent\/core-opacity-20 {
  background-color: rgb(209 224 255 / 20%);
}
.bg-base-color-bg-accent\/core-opacity-30 {
  background-color: rgb(209 224 255 / 30%);
}
.bg-base-color-bg-accent\/core-opacity-40 {
  background-color: rgb(209 224 255 / 40%);
}
.bg-base-color-bg-accent\/core-opacity-50 {
  background-color: rgb(209 224 255 / 50%);
}
.bg-base-color-bg-accent\/core-opacity-60 {
  background-color: rgb(209 224 255 / 60%);
}
.bg-base-color-bg-accent\/core-opacity-70 {
  background-color: rgb(209 224 255 / 70%);
}
.bg-base-color-bg-accent\/core-opacity-80 {
  background-color: rgb(209 224 255 / 80%);
}
.bg-base-color-bg-accent\/core-opacity-90 {
  background-color: rgb(209 224 255 / 90%);
}
.bg-base-color-bg-attention {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 200 / var(--tw-bg-opacity));
}
.bg-base-color-bg-attention-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(221 105 3 / var(--tw-bg-opacity));
}
.bg-base-color-bg-attention-emphasis\/0 {
  background-color: rgb(221 105 3 / 0);
}
.bg-base-color-bg-attention-emphasis\/10 {
  background-color: rgb(221 105 3 / 0.1);
}
.bg-base-color-bg-attention-emphasis\/100 {
  background-color: rgb(221 105 3 / 1);
}
.bg-base-color-bg-attention-emphasis\/20 {
  background-color: rgb(221 105 3 / 0.2);
}
.bg-base-color-bg-attention-emphasis\/25 {
  background-color: rgb(221 105 3 / 0.25);
}
.bg-base-color-bg-attention-emphasis\/30 {
  background-color: rgb(221 105 3 / 0.3);
}
.bg-base-color-bg-attention-emphasis\/40 {
  background-color: rgb(221 105 3 / 0.4);
}
.bg-base-color-bg-attention-emphasis\/5 {
  background-color: rgb(221 105 3 / 0.05);
}
.bg-base-color-bg-attention-emphasis\/50 {
  background-color: rgb(221 105 3 / 0.5);
}
.bg-base-color-bg-attention-emphasis\/60 {
  background-color: rgb(221 105 3 / 0.6);
}
.bg-base-color-bg-attention-emphasis\/70 {
  background-color: rgb(221 105 3 / 0.7);
}
.bg-base-color-bg-attention-emphasis\/75 {
  background-color: rgb(221 105 3 / 0.75);
}
.bg-base-color-bg-attention-emphasis\/80 {
  background-color: rgb(221 105 3 / 0.8);
}
.bg-base-color-bg-attention-emphasis\/90 {
  background-color: rgb(221 105 3 / 0.9);
}
.bg-base-color-bg-attention-emphasis\/95 {
  background-color: rgb(221 105 3 / 0.95);
}
.bg-base-color-bg-attention-emphasis\/base-opacity-disabled {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-0 {
  background-color: rgb(221 105 3 / 0%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-10 {
  background-color: rgb(221 105 3 / 10%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-100 {
  background-color: rgb(221 105 3 / 100%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-20 {
  background-color: rgb(221 105 3 / 20%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-30 {
  background-color: rgb(221 105 3 / 30%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-40 {
  background-color: rgb(221 105 3 / 40%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-50 {
  background-color: rgb(221 105 3 / 50%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-60 {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-70 {
  background-color: rgb(221 105 3 / 70%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-80 {
  background-color: rgb(221 105 3 / 80%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-90 {
  background-color: rgb(221 105 3 / 90%);
}
.bg-base-color-bg-attention-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 245 / var(--tw-bg-opacity));
}
.bg-base-color-bg-attention-subtle\/0 {
  background-color: rgb(255 252 245 / 0);
}
.bg-base-color-bg-attention-subtle\/10 {
  background-color: rgb(255 252 245 / 0.1);
}
.bg-base-color-bg-attention-subtle\/100 {
  background-color: rgb(255 252 245 / 1);
}
.bg-base-color-bg-attention-subtle\/20 {
  background-color: rgb(255 252 245 / 0.2);
}
.bg-base-color-bg-attention-subtle\/25 {
  background-color: rgb(255 252 245 / 0.25);
}
.bg-base-color-bg-attention-subtle\/30 {
  background-color: rgb(255 252 245 / 0.3);
}
.bg-base-color-bg-attention-subtle\/40 {
  background-color: rgb(255 252 245 / 0.4);
}
.bg-base-color-bg-attention-subtle\/5 {
  background-color: rgb(255 252 245 / 0.05);
}
.bg-base-color-bg-attention-subtle\/50 {
  background-color: rgb(255 252 245 / 0.5);
}
.bg-base-color-bg-attention-subtle\/60 {
  background-color: rgb(255 252 245 / 0.6);
}
.bg-base-color-bg-attention-subtle\/70 {
  background-color: rgb(255 252 245 / 0.7);
}
.bg-base-color-bg-attention-subtle\/75 {
  background-color: rgb(255 252 245 / 0.75);
}
.bg-base-color-bg-attention-subtle\/80 {
  background-color: rgb(255 252 245 / 0.8);
}
.bg-base-color-bg-attention-subtle\/90 {
  background-color: rgb(255 252 245 / 0.9);
}
.bg-base-color-bg-attention-subtle\/95 {
  background-color: rgb(255 252 245 / 0.95);
}
.bg-base-color-bg-attention-subtle\/base-opacity-disabled {
  background-color: rgb(255 252 245 / 60%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-0 {
  background-color: rgb(255 252 245 / 0%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-10 {
  background-color: rgb(255 252 245 / 10%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-100 {
  background-color: rgb(255 252 245 / 100%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-20 {
  background-color: rgb(255 252 245 / 20%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-30 {
  background-color: rgb(255 252 245 / 30%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-40 {
  background-color: rgb(255 252 245 / 40%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-50 {
  background-color: rgb(255 252 245 / 50%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-60 {
  background-color: rgb(255 252 245 / 60%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-70 {
  background-color: rgb(255 252 245 / 70%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-80 {
  background-color: rgb(255 252 245 / 80%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-90 {
  background-color: rgb(255 252 245 / 90%);
}
.bg-base-color-bg-attention\/0 {
  background-color: rgb(254 240 200 / 0);
}
.bg-base-color-bg-attention\/10 {
  background-color: rgb(254 240 200 / 0.1);
}
.bg-base-color-bg-attention\/100 {
  background-color: rgb(254 240 200 / 1);
}
.bg-base-color-bg-attention\/20 {
  background-color: rgb(254 240 200 / 0.2);
}
.bg-base-color-bg-attention\/25 {
  background-color: rgb(254 240 200 / 0.25);
}
.bg-base-color-bg-attention\/30 {
  background-color: rgb(254 240 200 / 0.3);
}
.bg-base-color-bg-attention\/40 {
  background-color: rgb(254 240 200 / 0.4);
}
.bg-base-color-bg-attention\/5 {
  background-color: rgb(254 240 200 / 0.05);
}
.bg-base-color-bg-attention\/50 {
  background-color: rgb(254 240 200 / 0.5);
}
.bg-base-color-bg-attention\/60 {
  background-color: rgb(254 240 200 / 0.6);
}
.bg-base-color-bg-attention\/70 {
  background-color: rgb(254 240 200 / 0.7);
}
.bg-base-color-bg-attention\/75 {
  background-color: rgb(254 240 200 / 0.75);
}
.bg-base-color-bg-attention\/80 {
  background-color: rgb(254 240 200 / 0.8);
}
.bg-base-color-bg-attention\/90 {
  background-color: rgb(254 240 200 / 0.9);
}
.bg-base-color-bg-attention\/95 {
  background-color: rgb(254 240 200 / 0.95);
}
.bg-base-color-bg-attention\/base-opacity-disabled {
  background-color: rgb(254 240 200 / 60%);
}
.bg-base-color-bg-attention\/core-opacity-0 {
  background-color: rgb(254 240 200 / 0%);
}
.bg-base-color-bg-attention\/core-opacity-10 {
  background-color: rgb(254 240 200 / 10%);
}
.bg-base-color-bg-attention\/core-opacity-100 {
  background-color: rgb(254 240 200 / 100%);
}
.bg-base-color-bg-attention\/core-opacity-20 {
  background-color: rgb(254 240 200 / 20%);
}
.bg-base-color-bg-attention\/core-opacity-30 {
  background-color: rgb(254 240 200 / 30%);
}
.bg-base-color-bg-attention\/core-opacity-40 {
  background-color: rgb(254 240 200 / 40%);
}
.bg-base-color-bg-attention\/core-opacity-50 {
  background-color: rgb(254 240 200 / 50%);
}
.bg-base-color-bg-attention\/core-opacity-60 {
  background-color: rgb(254 240 200 / 60%);
}
.bg-base-color-bg-attention\/core-opacity-70 {
  background-color: rgb(254 240 200 / 70%);
}
.bg-base-color-bg-attention\/core-opacity-80 {
  background-color: rgb(254 240 200 / 80%);
}
.bg-base-color-bg-attention\/core-opacity-90 {
  background-color: rgb(254 240 200 / 90%);
}
.bg-base-color-bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 249 / var(--tw-bg-opacity));
}
.bg-base-color-bg-brand-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-base-color-bg-brand-emphasis\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-base-color-bg-brand-emphasis\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-base-color-bg-brand-emphasis\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-base-color-bg-brand-emphasis\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-base-color-bg-brand-emphasis\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-base-color-bg-brand-emphasis\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-base-color-bg-brand-emphasis\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-base-color-bg-brand-emphasis\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-base-color-bg-brand-emphasis\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-base-color-bg-brand-emphasis\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-base-color-bg-brand-emphasis\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-base-color-bg-brand-emphasis\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-base-color-bg-brand-emphasis\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-base-color-bg-brand-emphasis\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-base-color-bg-brand-emphasis\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-base-color-bg-brand-emphasis\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-base-color-bg-brand-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.bg-base-color-bg-brand-subtle\/0 {
  background-color: rgb(242 244 253 / 0);
}
.bg-base-color-bg-brand-subtle\/10 {
  background-color: rgb(242 244 253 / 0.1);
}
.bg-base-color-bg-brand-subtle\/100 {
  background-color: rgb(242 244 253 / 1);
}
.bg-base-color-bg-brand-subtle\/20 {
  background-color: rgb(242 244 253 / 0.2);
}
.bg-base-color-bg-brand-subtle\/25 {
  background-color: rgb(242 244 253 / 0.25);
}
.bg-base-color-bg-brand-subtle\/30 {
  background-color: rgb(242 244 253 / 0.3);
}
.bg-base-color-bg-brand-subtle\/40 {
  background-color: rgb(242 244 253 / 0.4);
}
.bg-base-color-bg-brand-subtle\/5 {
  background-color: rgb(242 244 253 / 0.05);
}
.bg-base-color-bg-brand-subtle\/50 {
  background-color: rgb(242 244 253 / 0.5);
}
.bg-base-color-bg-brand-subtle\/60 {
  background-color: rgb(242 244 253 / 0.6);
}
.bg-base-color-bg-brand-subtle\/70 {
  background-color: rgb(242 244 253 / 0.7);
}
.bg-base-color-bg-brand-subtle\/75 {
  background-color: rgb(242 244 253 / 0.75);
}
.bg-base-color-bg-brand-subtle\/80 {
  background-color: rgb(242 244 253 / 0.8);
}
.bg-base-color-bg-brand-subtle\/90 {
  background-color: rgb(242 244 253 / 0.9);
}
.bg-base-color-bg-brand-subtle\/95 {
  background-color: rgb(242 244 253 / 0.95);
}
.bg-base-color-bg-brand-subtle\/base-opacity-disabled {
  background-color: rgb(242 244 253 / 60%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-0 {
  background-color: rgb(242 244 253 / 0%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-10 {
  background-color: rgb(242 244 253 / 10%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-100 {
  background-color: rgb(242 244 253 / 100%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-20 {
  background-color: rgb(242 244 253 / 20%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-30 {
  background-color: rgb(242 244 253 / 30%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-40 {
  background-color: rgb(242 244 253 / 40%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-50 {
  background-color: rgb(242 244 253 / 50%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-60 {
  background-color: rgb(242 244 253 / 60%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-70 {
  background-color: rgb(242 244 253 / 70%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-80 {
  background-color: rgb(242 244 253 / 80%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-90 {
  background-color: rgb(242 244 253 / 90%);
}
.bg-base-color-bg-brand\/0 {
  background-color: rgb(205 214 249 / 0);
}
.bg-base-color-bg-brand\/10 {
  background-color: rgb(205 214 249 / 0.1);
}
.bg-base-color-bg-brand\/100 {
  background-color: rgb(205 214 249 / 1);
}
.bg-base-color-bg-brand\/20 {
  background-color: rgb(205 214 249 / 0.2);
}
.bg-base-color-bg-brand\/25 {
  background-color: rgb(205 214 249 / 0.25);
}
.bg-base-color-bg-brand\/30 {
  background-color: rgb(205 214 249 / 0.3);
}
.bg-base-color-bg-brand\/40 {
  background-color: rgb(205 214 249 / 0.4);
}
.bg-base-color-bg-brand\/5 {
  background-color: rgb(205 214 249 / 0.05);
}
.bg-base-color-bg-brand\/50 {
  background-color: rgb(205 214 249 / 0.5);
}
.bg-base-color-bg-brand\/60 {
  background-color: rgb(205 214 249 / 0.6);
}
.bg-base-color-bg-brand\/70 {
  background-color: rgb(205 214 249 / 0.7);
}
.bg-base-color-bg-brand\/75 {
  background-color: rgb(205 214 249 / 0.75);
}
.bg-base-color-bg-brand\/80 {
  background-color: rgb(205 214 249 / 0.8);
}
.bg-base-color-bg-brand\/90 {
  background-color: rgb(205 214 249 / 0.9);
}
.bg-base-color-bg-brand\/95 {
  background-color: rgb(205 214 249 / 0.95);
}
.bg-base-color-bg-brand\/base-opacity-disabled {
  background-color: rgb(205 214 249 / 60%);
}
.bg-base-color-bg-brand\/core-opacity-0 {
  background-color: rgb(205 214 249 / 0%);
}
.bg-base-color-bg-brand\/core-opacity-10 {
  background-color: rgb(205 214 249 / 10%);
}
.bg-base-color-bg-brand\/core-opacity-100 {
  background-color: rgb(205 214 249 / 100%);
}
.bg-base-color-bg-brand\/core-opacity-20 {
  background-color: rgb(205 214 249 / 20%);
}
.bg-base-color-bg-brand\/core-opacity-30 {
  background-color: rgb(205 214 249 / 30%);
}
.bg-base-color-bg-brand\/core-opacity-40 {
  background-color: rgb(205 214 249 / 40%);
}
.bg-base-color-bg-brand\/core-opacity-50 {
  background-color: rgb(205 214 249 / 50%);
}
.bg-base-color-bg-brand\/core-opacity-60 {
  background-color: rgb(205 214 249 / 60%);
}
.bg-base-color-bg-brand\/core-opacity-70 {
  background-color: rgb(205 214 249 / 70%);
}
.bg-base-color-bg-brand\/core-opacity-80 {
  background-color: rgb(205 214 249 / 80%);
}
.bg-base-color-bg-brand\/core-opacity-90 {
  background-color: rgb(205 214 249 / 90%);
}
.bg-base-color-bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(254 227 225 / var(--tw-bg-opacity));
}
.bg-base-color-bg-danger-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-base-color-bg-danger-emphasis\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-base-color-bg-danger-emphasis\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-base-color-bg-danger-emphasis\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-base-color-bg-danger-emphasis\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-base-color-bg-danger-emphasis\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-base-color-bg-danger-emphasis\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-base-color-bg-danger-emphasis\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-base-color-bg-danger-emphasis\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-base-color-bg-danger-emphasis\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-base-color-bg-danger-emphasis\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-base-color-bg-danger-emphasis\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-base-color-bg-danger-emphasis\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-base-color-bg-danger-emphasis\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-base-color-bg-danger-emphasis\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-base-color-bg-danger-emphasis\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-base-color-bg-danger-emphasis\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-base-color-bg-danger-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.bg-base-color-bg-danger-subtle\/0 {
  background-color: rgb(255 251 250 / 0);
}
.bg-base-color-bg-danger-subtle\/10 {
  background-color: rgb(255 251 250 / 0.1);
}
.bg-base-color-bg-danger-subtle\/100 {
  background-color: rgb(255 251 250 / 1);
}
.bg-base-color-bg-danger-subtle\/20 {
  background-color: rgb(255 251 250 / 0.2);
}
.bg-base-color-bg-danger-subtle\/25 {
  background-color: rgb(255 251 250 / 0.25);
}
.bg-base-color-bg-danger-subtle\/30 {
  background-color: rgb(255 251 250 / 0.3);
}
.bg-base-color-bg-danger-subtle\/40 {
  background-color: rgb(255 251 250 / 0.4);
}
.bg-base-color-bg-danger-subtle\/5 {
  background-color: rgb(255 251 250 / 0.05);
}
.bg-base-color-bg-danger-subtle\/50 {
  background-color: rgb(255 251 250 / 0.5);
}
.bg-base-color-bg-danger-subtle\/60 {
  background-color: rgb(255 251 250 / 0.6);
}
.bg-base-color-bg-danger-subtle\/70 {
  background-color: rgb(255 251 250 / 0.7);
}
.bg-base-color-bg-danger-subtle\/75 {
  background-color: rgb(255 251 250 / 0.75);
}
.bg-base-color-bg-danger-subtle\/80 {
  background-color: rgb(255 251 250 / 0.8);
}
.bg-base-color-bg-danger-subtle\/90 {
  background-color: rgb(255 251 250 / 0.9);
}
.bg-base-color-bg-danger-subtle\/95 {
  background-color: rgb(255 251 250 / 0.95);
}
.bg-base-color-bg-danger-subtle\/base-opacity-disabled {
  background-color: rgb(255 251 250 / 60%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-0 {
  background-color: rgb(255 251 250 / 0%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-10 {
  background-color: rgb(255 251 250 / 10%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-100 {
  background-color: rgb(255 251 250 / 100%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-20 {
  background-color: rgb(255 251 250 / 20%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-30 {
  background-color: rgb(255 251 250 / 30%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-40 {
  background-color: rgb(255 251 250 / 40%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-50 {
  background-color: rgb(255 251 250 / 50%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-60 {
  background-color: rgb(255 251 250 / 60%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-70 {
  background-color: rgb(255 251 250 / 70%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-80 {
  background-color: rgb(255 251 250 / 80%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-90 {
  background-color: rgb(255 251 250 / 90%);
}
.bg-base-color-bg-danger\/0 {
  background-color: rgb(254 227 225 / 0);
}
.bg-base-color-bg-danger\/10 {
  background-color: rgb(254 227 225 / 0.1);
}
.bg-base-color-bg-danger\/100 {
  background-color: rgb(254 227 225 / 1);
}
.bg-base-color-bg-danger\/20 {
  background-color: rgb(254 227 225 / 0.2);
}
.bg-base-color-bg-danger\/25 {
  background-color: rgb(254 227 225 / 0.25);
}
.bg-base-color-bg-danger\/30 {
  background-color: rgb(254 227 225 / 0.3);
}
.bg-base-color-bg-danger\/40 {
  background-color: rgb(254 227 225 / 0.4);
}
.bg-base-color-bg-danger\/5 {
  background-color: rgb(254 227 225 / 0.05);
}
.bg-base-color-bg-danger\/50 {
  background-color: rgb(254 227 225 / 0.5);
}
.bg-base-color-bg-danger\/60 {
  background-color: rgb(254 227 225 / 0.6);
}
.bg-base-color-bg-danger\/70 {
  background-color: rgb(254 227 225 / 0.7);
}
.bg-base-color-bg-danger\/75 {
  background-color: rgb(254 227 225 / 0.75);
}
.bg-base-color-bg-danger\/80 {
  background-color: rgb(254 227 225 / 0.8);
}
.bg-base-color-bg-danger\/90 {
  background-color: rgb(254 227 225 / 0.9);
}
.bg-base-color-bg-danger\/95 {
  background-color: rgb(254 227 225 / 0.95);
}
.bg-base-color-bg-danger\/base-opacity-disabled {
  background-color: rgb(254 227 225 / 60%);
}
.bg-base-color-bg-danger\/core-opacity-0 {
  background-color: rgb(254 227 225 / 0%);
}
.bg-base-color-bg-danger\/core-opacity-10 {
  background-color: rgb(254 227 225 / 10%);
}
.bg-base-color-bg-danger\/core-opacity-100 {
  background-color: rgb(254 227 225 / 100%);
}
.bg-base-color-bg-danger\/core-opacity-20 {
  background-color: rgb(254 227 225 / 20%);
}
.bg-base-color-bg-danger\/core-opacity-30 {
  background-color: rgb(254 227 225 / 30%);
}
.bg-base-color-bg-danger\/core-opacity-40 {
  background-color: rgb(254 227 225 / 40%);
}
.bg-base-color-bg-danger\/core-opacity-50 {
  background-color: rgb(254 227 225 / 50%);
}
.bg-base-color-bg-danger\/core-opacity-60 {
  background-color: rgb(254 227 225 / 60%);
}
.bg-base-color-bg-danger\/core-opacity-70 {
  background-color: rgb(254 227 225 / 70%);
}
.bg-base-color-bg-danger\/core-opacity-80 {
  background-color: rgb(254 227 225 / 80%);
}
.bg-base-color-bg-danger\/core-opacity-90 {
  background-color: rgb(254 227 225 / 90%);
}
.bg-base-color-bg-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-base-color-bg-default\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-base-color-bg-default\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-base-color-bg-default\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-base-color-bg-default\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-base-color-bg-default\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-base-color-bg-default\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-base-color-bg-default\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-base-color-bg-default\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-base-color-bg-default\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-base-color-bg-default\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-base-color-bg-default\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-base-color-bg-default\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-base-color-bg-default\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-base-color-bg-default\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-base-color-bg-default\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-base-color-bg-default\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-base-color-bg-default\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-base-color-bg-default\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-base-color-bg-default\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-base-color-bg-default\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-base-color-bg-default\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-base-color-bg-default\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-base-color-bg-default\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-base-color-bg-default\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-base-color-bg-default\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-base-color-bg-default\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-base-color-bg-default\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-base-color-bg-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-base-color-bg-emphasis\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-base-color-bg-emphasis\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-base-color-bg-emphasis\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-base-color-bg-emphasis\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-base-color-bg-emphasis\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-base-color-bg-emphasis\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-base-color-bg-emphasis\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-base-color-bg-emphasis\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-base-color-bg-emphasis\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-base-color-bg-emphasis\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-base-color-bg-emphasis\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-base-color-bg-emphasis\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-base-color-bg-emphasis\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-base-color-bg-emphasis\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-base-color-bg-emphasis\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-base-color-bg-emphasis\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-base-color-bg-emphasis\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-base-color-bg-emphasis\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-base-color-bg-emphasis\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-base-color-bg-emphasis\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-base-color-bg-emphasis\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-base-color-bg-emphasis\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-base-color-bg-emphasis\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-base-color-bg-emphasis\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-base-color-bg-emphasis\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-base-color-bg-emphasis\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-base-color-bg-emphasis\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-base-color-bg-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-base-color-bg-muted\/0 {
  background-color: rgb(234 236 240 / 0);
}
.bg-base-color-bg-muted\/10 {
  background-color: rgb(234 236 240 / 0.1);
}
.bg-base-color-bg-muted\/100 {
  background-color: rgb(234 236 240 / 1);
}
.bg-base-color-bg-muted\/20 {
  background-color: rgb(234 236 240 / 0.2);
}
.bg-base-color-bg-muted\/25 {
  background-color: rgb(234 236 240 / 0.25);
}
.bg-base-color-bg-muted\/30 {
  background-color: rgb(234 236 240 / 0.3);
}
.bg-base-color-bg-muted\/40 {
  background-color: rgb(234 236 240 / 0.4);
}
.bg-base-color-bg-muted\/5 {
  background-color: rgb(234 236 240 / 0.05);
}
.bg-base-color-bg-muted\/50 {
  background-color: rgb(234 236 240 / 0.5);
}
.bg-base-color-bg-muted\/60 {
  background-color: rgb(234 236 240 / 0.6);
}
.bg-base-color-bg-muted\/70 {
  background-color: rgb(234 236 240 / 0.7);
}
.bg-base-color-bg-muted\/75 {
  background-color: rgb(234 236 240 / 0.75);
}
.bg-base-color-bg-muted\/80 {
  background-color: rgb(234 236 240 / 0.8);
}
.bg-base-color-bg-muted\/90 {
  background-color: rgb(234 236 240 / 0.9);
}
.bg-base-color-bg-muted\/95 {
  background-color: rgb(234 236 240 / 0.95);
}
.bg-base-color-bg-muted\/base-opacity-disabled {
  background-color: rgb(234 236 240 / 60%);
}
.bg-base-color-bg-muted\/core-opacity-0 {
  background-color: rgb(234 236 240 / 0%);
}
.bg-base-color-bg-muted\/core-opacity-10 {
  background-color: rgb(234 236 240 / 10%);
}
.bg-base-color-bg-muted\/core-opacity-100 {
  background-color: rgb(234 236 240 / 100%);
}
.bg-base-color-bg-muted\/core-opacity-20 {
  background-color: rgb(234 236 240 / 20%);
}
.bg-base-color-bg-muted\/core-opacity-30 {
  background-color: rgb(234 236 240 / 30%);
}
.bg-base-color-bg-muted\/core-opacity-40 {
  background-color: rgb(234 236 240 / 40%);
}
.bg-base-color-bg-muted\/core-opacity-50 {
  background-color: rgb(234 236 240 / 50%);
}
.bg-base-color-bg-muted\/core-opacity-60 {
  background-color: rgb(234 236 240 / 60%);
}
.bg-base-color-bg-muted\/core-opacity-70 {
  background-color: rgb(234 236 240 / 70%);
}
.bg-base-color-bg-muted\/core-opacity-80 {
  background-color: rgb(234 236 240 / 80%);
}
.bg-base-color-bg-muted\/core-opacity-90 {
  background-color: rgb(234 236 240 / 90%);
}
.bg-base-color-bg-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-base-color-bg-subtle\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-base-color-bg-subtle\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-base-color-bg-subtle\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-base-color-bg-subtle\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-base-color-bg-subtle\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-base-color-bg-subtle\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-base-color-bg-subtle\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-base-color-bg-subtle\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-base-color-bg-subtle\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-base-color-bg-subtle\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-base-color-bg-subtle\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-base-color-bg-subtle\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-base-color-bg-subtle\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-base-color-bg-subtle\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-base-color-bg-subtle\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-base-color-bg-subtle\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-base-color-bg-subtle\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-base-color-bg-subtle\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-base-color-bg-subtle\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-base-color-bg-subtle\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-base-color-bg-subtle\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-base-color-bg-subtle\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-base-color-bg-subtle\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-base-color-bg-subtle\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-base-color-bg-subtle\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-base-color-bg-subtle\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-base-color-bg-subtle\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-base-color-bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 223 / var(--tw-bg-opacity));
}
.bg-base-color-bg-success-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(18 181 105 / var(--tw-bg-opacity));
}
.bg-base-color-bg-success-emphasis\/0 {
  background-color: rgb(18 181 105 / 0);
}
.bg-base-color-bg-success-emphasis\/10 {
  background-color: rgb(18 181 105 / 0.1);
}
.bg-base-color-bg-success-emphasis\/100 {
  background-color: rgb(18 181 105 / 1);
}
.bg-base-color-bg-success-emphasis\/20 {
  background-color: rgb(18 181 105 / 0.2);
}
.bg-base-color-bg-success-emphasis\/25 {
  background-color: rgb(18 181 105 / 0.25);
}
.bg-base-color-bg-success-emphasis\/30 {
  background-color: rgb(18 181 105 / 0.3);
}
.bg-base-color-bg-success-emphasis\/40 {
  background-color: rgb(18 181 105 / 0.4);
}
.bg-base-color-bg-success-emphasis\/5 {
  background-color: rgb(18 181 105 / 0.05);
}
.bg-base-color-bg-success-emphasis\/50 {
  background-color: rgb(18 181 105 / 0.5);
}
.bg-base-color-bg-success-emphasis\/60 {
  background-color: rgb(18 181 105 / 0.6);
}
.bg-base-color-bg-success-emphasis\/70 {
  background-color: rgb(18 181 105 / 0.7);
}
.bg-base-color-bg-success-emphasis\/75 {
  background-color: rgb(18 181 105 / 0.75);
}
.bg-base-color-bg-success-emphasis\/80 {
  background-color: rgb(18 181 105 / 0.8);
}
.bg-base-color-bg-success-emphasis\/90 {
  background-color: rgb(18 181 105 / 0.9);
}
.bg-base-color-bg-success-emphasis\/95 {
  background-color: rgb(18 181 105 / 0.95);
}
.bg-base-color-bg-success-emphasis\/base-opacity-disabled {
  background-color: rgb(18 181 105 / 60%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-0 {
  background-color: rgb(18 181 105 / 0%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-10 {
  background-color: rgb(18 181 105 / 10%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-100 {
  background-color: rgb(18 181 105 / 100%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-20 {
  background-color: rgb(18 181 105 / 20%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-30 {
  background-color: rgb(18 181 105 / 30%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-40 {
  background-color: rgb(18 181 105 / 40%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-50 {
  background-color: rgb(18 181 105 / 50%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-60 {
  background-color: rgb(18 181 105 / 60%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-70 {
  background-color: rgb(18 181 105 / 70%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-80 {
  background-color: rgb(18 181 105 / 80%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-90 {
  background-color: rgb(18 181 105 / 90%);
}
.bg-base-color-bg-success-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 249 / var(--tw-bg-opacity));
}
.bg-base-color-bg-success-subtle\/0 {
  background-color: rgb(246 254 249 / 0);
}
.bg-base-color-bg-success-subtle\/10 {
  background-color: rgb(246 254 249 / 0.1);
}
.bg-base-color-bg-success-subtle\/100 {
  background-color: rgb(246 254 249 / 1);
}
.bg-base-color-bg-success-subtle\/20 {
  background-color: rgb(246 254 249 / 0.2);
}
.bg-base-color-bg-success-subtle\/25 {
  background-color: rgb(246 254 249 / 0.25);
}
.bg-base-color-bg-success-subtle\/30 {
  background-color: rgb(246 254 249 / 0.3);
}
.bg-base-color-bg-success-subtle\/40 {
  background-color: rgb(246 254 249 / 0.4);
}
.bg-base-color-bg-success-subtle\/5 {
  background-color: rgb(246 254 249 / 0.05);
}
.bg-base-color-bg-success-subtle\/50 {
  background-color: rgb(246 254 249 / 0.5);
}
.bg-base-color-bg-success-subtle\/60 {
  background-color: rgb(246 254 249 / 0.6);
}
.bg-base-color-bg-success-subtle\/70 {
  background-color: rgb(246 254 249 / 0.7);
}
.bg-base-color-bg-success-subtle\/75 {
  background-color: rgb(246 254 249 / 0.75);
}
.bg-base-color-bg-success-subtle\/80 {
  background-color: rgb(246 254 249 / 0.8);
}
.bg-base-color-bg-success-subtle\/90 {
  background-color: rgb(246 254 249 / 0.9);
}
.bg-base-color-bg-success-subtle\/95 {
  background-color: rgb(246 254 249 / 0.95);
}
.bg-base-color-bg-success-subtle\/base-opacity-disabled {
  background-color: rgb(246 254 249 / 60%);
}
.bg-base-color-bg-success-subtle\/core-opacity-0 {
  background-color: rgb(246 254 249 / 0%);
}
.bg-base-color-bg-success-subtle\/core-opacity-10 {
  background-color: rgb(246 254 249 / 10%);
}
.bg-base-color-bg-success-subtle\/core-opacity-100 {
  background-color: rgb(246 254 249 / 100%);
}
.bg-base-color-bg-success-subtle\/core-opacity-20 {
  background-color: rgb(246 254 249 / 20%);
}
.bg-base-color-bg-success-subtle\/core-opacity-30 {
  background-color: rgb(246 254 249 / 30%);
}
.bg-base-color-bg-success-subtle\/core-opacity-40 {
  background-color: rgb(246 254 249 / 40%);
}
.bg-base-color-bg-success-subtle\/core-opacity-50 {
  background-color: rgb(246 254 249 / 50%);
}
.bg-base-color-bg-success-subtle\/core-opacity-60 {
  background-color: rgb(246 254 249 / 60%);
}
.bg-base-color-bg-success-subtle\/core-opacity-70 {
  background-color: rgb(246 254 249 / 70%);
}
.bg-base-color-bg-success-subtle\/core-opacity-80 {
  background-color: rgb(246 254 249 / 80%);
}
.bg-base-color-bg-success-subtle\/core-opacity-90 {
  background-color: rgb(246 254 249 / 90%);
}
.bg-base-color-bg-success\/0 {
  background-color: rgb(209 250 223 / 0);
}
.bg-base-color-bg-success\/10 {
  background-color: rgb(209 250 223 / 0.1);
}
.bg-base-color-bg-success\/100 {
  background-color: rgb(209 250 223 / 1);
}
.bg-base-color-bg-success\/20 {
  background-color: rgb(209 250 223 / 0.2);
}
.bg-base-color-bg-success\/25 {
  background-color: rgb(209 250 223 / 0.25);
}
.bg-base-color-bg-success\/30 {
  background-color: rgb(209 250 223 / 0.3);
}
.bg-base-color-bg-success\/40 {
  background-color: rgb(209 250 223 / 0.4);
}
.bg-base-color-bg-success\/5 {
  background-color: rgb(209 250 223 / 0.05);
}
.bg-base-color-bg-success\/50 {
  background-color: rgb(209 250 223 / 0.5);
}
.bg-base-color-bg-success\/60 {
  background-color: rgb(209 250 223 / 0.6);
}
.bg-base-color-bg-success\/70 {
  background-color: rgb(209 250 223 / 0.7);
}
.bg-base-color-bg-success\/75 {
  background-color: rgb(209 250 223 / 0.75);
}
.bg-base-color-bg-success\/80 {
  background-color: rgb(209 250 223 / 0.8);
}
.bg-base-color-bg-success\/90 {
  background-color: rgb(209 250 223 / 0.9);
}
.bg-base-color-bg-success\/95 {
  background-color: rgb(209 250 223 / 0.95);
}
.bg-base-color-bg-success\/base-opacity-disabled {
  background-color: rgb(209 250 223 / 60%);
}
.bg-base-color-bg-success\/core-opacity-0 {
  background-color: rgb(209 250 223 / 0%);
}
.bg-base-color-bg-success\/core-opacity-10 {
  background-color: rgb(209 250 223 / 10%);
}
.bg-base-color-bg-success\/core-opacity-100 {
  background-color: rgb(209 250 223 / 100%);
}
.bg-base-color-bg-success\/core-opacity-20 {
  background-color: rgb(209 250 223 / 20%);
}
.bg-base-color-bg-success\/core-opacity-30 {
  background-color: rgb(209 250 223 / 30%);
}
.bg-base-color-bg-success\/core-opacity-40 {
  background-color: rgb(209 250 223 / 40%);
}
.bg-base-color-bg-success\/core-opacity-50 {
  background-color: rgb(209 250 223 / 50%);
}
.bg-base-color-bg-success\/core-opacity-60 {
  background-color: rgb(209 250 223 / 60%);
}
.bg-base-color-bg-success\/core-opacity-70 {
  background-color: rgb(209 250 223 / 70%);
}
.bg-base-color-bg-success\/core-opacity-80 {
  background-color: rgb(209 250 223 / 80%);
}
.bg-base-color-bg-success\/core-opacity-90 {
  background-color: rgb(209 250 223 / 90%);
}
.bg-base-color-bg-transparent {
  background-color: #00000000;
}
.bg-base-color-bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-base-color-bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-base-color-bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-base-color-bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-base-color-bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-base-color-bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-base-color-bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-base-color-bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-base-color-bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-base-color-bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-base-color-bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-base-color-bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-base-color-bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-base-color-bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-base-color-bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-base-color-bg-transparent\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-bg-transparent\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-base-color-bg-transparent\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-base-color-bg-transparent\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-base-color-bg-transparent\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-base-color-bg-transparent\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-base-color-bg-transparent\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-base-color-bg-transparent\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-base-color-bg-transparent\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-bg-transparent\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-base-color-bg-transparent\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-base-color-bg-transparent\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-base-color-border-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 255 / var(--tw-bg-opacity));
}
.bg-base-color-border-accent-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity));
}
.bg-base-color-border-accent-emphasis\/0 {
  background-color: rgb(21 94 239 / 0);
}
.bg-base-color-border-accent-emphasis\/10 {
  background-color: rgb(21 94 239 / 0.1);
}
.bg-base-color-border-accent-emphasis\/100 {
  background-color: rgb(21 94 239 / 1);
}
.bg-base-color-border-accent-emphasis\/20 {
  background-color: rgb(21 94 239 / 0.2);
}
.bg-base-color-border-accent-emphasis\/25 {
  background-color: rgb(21 94 239 / 0.25);
}
.bg-base-color-border-accent-emphasis\/30 {
  background-color: rgb(21 94 239 / 0.3);
}
.bg-base-color-border-accent-emphasis\/40 {
  background-color: rgb(21 94 239 / 0.4);
}
.bg-base-color-border-accent-emphasis\/5 {
  background-color: rgb(21 94 239 / 0.05);
}
.bg-base-color-border-accent-emphasis\/50 {
  background-color: rgb(21 94 239 / 0.5);
}
.bg-base-color-border-accent-emphasis\/60 {
  background-color: rgb(21 94 239 / 0.6);
}
.bg-base-color-border-accent-emphasis\/70 {
  background-color: rgb(21 94 239 / 0.7);
}
.bg-base-color-border-accent-emphasis\/75 {
  background-color: rgb(21 94 239 / 0.75);
}
.bg-base-color-border-accent-emphasis\/80 {
  background-color: rgb(21 94 239 / 0.8);
}
.bg-base-color-border-accent-emphasis\/90 {
  background-color: rgb(21 94 239 / 0.9);
}
.bg-base-color-border-accent-emphasis\/95 {
  background-color: rgb(21 94 239 / 0.95);
}
.bg-base-color-border-accent-emphasis\/base-opacity-disabled {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-0 {
  background-color: rgb(21 94 239 / 0%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-10 {
  background-color: rgb(21 94 239 / 10%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-100 {
  background-color: rgb(21 94 239 / 100%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-20 {
  background-color: rgb(21 94 239 / 20%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-30 {
  background-color: rgb(21 94 239 / 30%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-40 {
  background-color: rgb(21 94 239 / 40%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-50 {
  background-color: rgb(21 94 239 / 50%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-60 {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-70 {
  background-color: rgb(21 94 239 / 70%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-80 {
  background-color: rgb(21 94 239 / 80%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-90 {
  background-color: rgb(21 94 239 / 90%);
}
.bg-base-color-border-accent\/0 {
  background-color: rgb(209 224 255 / 0);
}
.bg-base-color-border-accent\/10 {
  background-color: rgb(209 224 255 / 0.1);
}
.bg-base-color-border-accent\/100 {
  background-color: rgb(209 224 255 / 1);
}
.bg-base-color-border-accent\/20 {
  background-color: rgb(209 224 255 / 0.2);
}
.bg-base-color-border-accent\/25 {
  background-color: rgb(209 224 255 / 0.25);
}
.bg-base-color-border-accent\/30 {
  background-color: rgb(209 224 255 / 0.3);
}
.bg-base-color-border-accent\/40 {
  background-color: rgb(209 224 255 / 0.4);
}
.bg-base-color-border-accent\/5 {
  background-color: rgb(209 224 255 / 0.05);
}
.bg-base-color-border-accent\/50 {
  background-color: rgb(209 224 255 / 0.5);
}
.bg-base-color-border-accent\/60 {
  background-color: rgb(209 224 255 / 0.6);
}
.bg-base-color-border-accent\/70 {
  background-color: rgb(209 224 255 / 0.7);
}
.bg-base-color-border-accent\/75 {
  background-color: rgb(209 224 255 / 0.75);
}
.bg-base-color-border-accent\/80 {
  background-color: rgb(209 224 255 / 0.8);
}
.bg-base-color-border-accent\/90 {
  background-color: rgb(209 224 255 / 0.9);
}
.bg-base-color-border-accent\/95 {
  background-color: rgb(209 224 255 / 0.95);
}
.bg-base-color-border-accent\/base-opacity-disabled {
  background-color: rgb(209 224 255 / 60%);
}
.bg-base-color-border-accent\/core-opacity-0 {
  background-color: rgb(209 224 255 / 0%);
}
.bg-base-color-border-accent\/core-opacity-10 {
  background-color: rgb(209 224 255 / 10%);
}
.bg-base-color-border-accent\/core-opacity-100 {
  background-color: rgb(209 224 255 / 100%);
}
.bg-base-color-border-accent\/core-opacity-20 {
  background-color: rgb(209 224 255 / 20%);
}
.bg-base-color-border-accent\/core-opacity-30 {
  background-color: rgb(209 224 255 / 30%);
}
.bg-base-color-border-accent\/core-opacity-40 {
  background-color: rgb(209 224 255 / 40%);
}
.bg-base-color-border-accent\/core-opacity-50 {
  background-color: rgb(209 224 255 / 50%);
}
.bg-base-color-border-accent\/core-opacity-60 {
  background-color: rgb(209 224 255 / 60%);
}
.bg-base-color-border-accent\/core-opacity-70 {
  background-color: rgb(209 224 255 / 70%);
}
.bg-base-color-border-accent\/core-opacity-80 {
  background-color: rgb(209 224 255 / 80%);
}
.bg-base-color-border-accent\/core-opacity-90 {
  background-color: rgb(209 224 255 / 90%);
}
.bg-base-color-border-attention {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 200 / var(--tw-bg-opacity));
}
.bg-base-color-border-attention-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(221 105 3 / var(--tw-bg-opacity));
}
.bg-base-color-border-attention-emphasis\/0 {
  background-color: rgb(221 105 3 / 0);
}
.bg-base-color-border-attention-emphasis\/10 {
  background-color: rgb(221 105 3 / 0.1);
}
.bg-base-color-border-attention-emphasis\/100 {
  background-color: rgb(221 105 3 / 1);
}
.bg-base-color-border-attention-emphasis\/20 {
  background-color: rgb(221 105 3 / 0.2);
}
.bg-base-color-border-attention-emphasis\/25 {
  background-color: rgb(221 105 3 / 0.25);
}
.bg-base-color-border-attention-emphasis\/30 {
  background-color: rgb(221 105 3 / 0.3);
}
.bg-base-color-border-attention-emphasis\/40 {
  background-color: rgb(221 105 3 / 0.4);
}
.bg-base-color-border-attention-emphasis\/5 {
  background-color: rgb(221 105 3 / 0.05);
}
.bg-base-color-border-attention-emphasis\/50 {
  background-color: rgb(221 105 3 / 0.5);
}
.bg-base-color-border-attention-emphasis\/60 {
  background-color: rgb(221 105 3 / 0.6);
}
.bg-base-color-border-attention-emphasis\/70 {
  background-color: rgb(221 105 3 / 0.7);
}
.bg-base-color-border-attention-emphasis\/75 {
  background-color: rgb(221 105 3 / 0.75);
}
.bg-base-color-border-attention-emphasis\/80 {
  background-color: rgb(221 105 3 / 0.8);
}
.bg-base-color-border-attention-emphasis\/90 {
  background-color: rgb(221 105 3 / 0.9);
}
.bg-base-color-border-attention-emphasis\/95 {
  background-color: rgb(221 105 3 / 0.95);
}
.bg-base-color-border-attention-emphasis\/base-opacity-disabled {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-0 {
  background-color: rgb(221 105 3 / 0%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-10 {
  background-color: rgb(221 105 3 / 10%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-100 {
  background-color: rgb(221 105 3 / 100%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-20 {
  background-color: rgb(221 105 3 / 20%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-30 {
  background-color: rgb(221 105 3 / 30%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-40 {
  background-color: rgb(221 105 3 / 40%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-50 {
  background-color: rgb(221 105 3 / 50%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-60 {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-70 {
  background-color: rgb(221 105 3 / 70%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-80 {
  background-color: rgb(221 105 3 / 80%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-90 {
  background-color: rgb(221 105 3 / 90%);
}
.bg-base-color-border-attention\/0 {
  background-color: rgb(254 240 200 / 0);
}
.bg-base-color-border-attention\/10 {
  background-color: rgb(254 240 200 / 0.1);
}
.bg-base-color-border-attention\/100 {
  background-color: rgb(254 240 200 / 1);
}
.bg-base-color-border-attention\/20 {
  background-color: rgb(254 240 200 / 0.2);
}
.bg-base-color-border-attention\/25 {
  background-color: rgb(254 240 200 / 0.25);
}
.bg-base-color-border-attention\/30 {
  background-color: rgb(254 240 200 / 0.3);
}
.bg-base-color-border-attention\/40 {
  background-color: rgb(254 240 200 / 0.4);
}
.bg-base-color-border-attention\/5 {
  background-color: rgb(254 240 200 / 0.05);
}
.bg-base-color-border-attention\/50 {
  background-color: rgb(254 240 200 / 0.5);
}
.bg-base-color-border-attention\/60 {
  background-color: rgb(254 240 200 / 0.6);
}
.bg-base-color-border-attention\/70 {
  background-color: rgb(254 240 200 / 0.7);
}
.bg-base-color-border-attention\/75 {
  background-color: rgb(254 240 200 / 0.75);
}
.bg-base-color-border-attention\/80 {
  background-color: rgb(254 240 200 / 0.8);
}
.bg-base-color-border-attention\/90 {
  background-color: rgb(254 240 200 / 0.9);
}
.bg-base-color-border-attention\/95 {
  background-color: rgb(254 240 200 / 0.95);
}
.bg-base-color-border-attention\/base-opacity-disabled {
  background-color: rgb(254 240 200 / 60%);
}
.bg-base-color-border-attention\/core-opacity-0 {
  background-color: rgb(254 240 200 / 0%);
}
.bg-base-color-border-attention\/core-opacity-10 {
  background-color: rgb(254 240 200 / 10%);
}
.bg-base-color-border-attention\/core-opacity-100 {
  background-color: rgb(254 240 200 / 100%);
}
.bg-base-color-border-attention\/core-opacity-20 {
  background-color: rgb(254 240 200 / 20%);
}
.bg-base-color-border-attention\/core-opacity-30 {
  background-color: rgb(254 240 200 / 30%);
}
.bg-base-color-border-attention\/core-opacity-40 {
  background-color: rgb(254 240 200 / 40%);
}
.bg-base-color-border-attention\/core-opacity-50 {
  background-color: rgb(254 240 200 / 50%);
}
.bg-base-color-border-attention\/core-opacity-60 {
  background-color: rgb(254 240 200 / 60%);
}
.bg-base-color-border-attention\/core-opacity-70 {
  background-color: rgb(254 240 200 / 70%);
}
.bg-base-color-border-attention\/core-opacity-80 {
  background-color: rgb(254 240 200 / 80%);
}
.bg-base-color-border-attention\/core-opacity-90 {
  background-color: rgb(254 240 200 / 90%);
}
.bg-base-color-border-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 249 / var(--tw-bg-opacity));
}
.bg-base-color-border-brand-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-base-color-border-brand-emphasis\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-base-color-border-brand-emphasis\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-base-color-border-brand-emphasis\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-base-color-border-brand-emphasis\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-base-color-border-brand-emphasis\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-base-color-border-brand-emphasis\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-base-color-border-brand-emphasis\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-base-color-border-brand-emphasis\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-base-color-border-brand-emphasis\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-base-color-border-brand-emphasis\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-base-color-border-brand-emphasis\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-base-color-border-brand-emphasis\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-base-color-border-brand-emphasis\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-base-color-border-brand-emphasis\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-base-color-border-brand-emphasis\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-base-color-border-brand-emphasis\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-base-color-border-brand\/0 {
  background-color: rgb(205 214 249 / 0);
}
.bg-base-color-border-brand\/10 {
  background-color: rgb(205 214 249 / 0.1);
}
.bg-base-color-border-brand\/100 {
  background-color: rgb(205 214 249 / 1);
}
.bg-base-color-border-brand\/20 {
  background-color: rgb(205 214 249 / 0.2);
}
.bg-base-color-border-brand\/25 {
  background-color: rgb(205 214 249 / 0.25);
}
.bg-base-color-border-brand\/30 {
  background-color: rgb(205 214 249 / 0.3);
}
.bg-base-color-border-brand\/40 {
  background-color: rgb(205 214 249 / 0.4);
}
.bg-base-color-border-brand\/5 {
  background-color: rgb(205 214 249 / 0.05);
}
.bg-base-color-border-brand\/50 {
  background-color: rgb(205 214 249 / 0.5);
}
.bg-base-color-border-brand\/60 {
  background-color: rgb(205 214 249 / 0.6);
}
.bg-base-color-border-brand\/70 {
  background-color: rgb(205 214 249 / 0.7);
}
.bg-base-color-border-brand\/75 {
  background-color: rgb(205 214 249 / 0.75);
}
.bg-base-color-border-brand\/80 {
  background-color: rgb(205 214 249 / 0.8);
}
.bg-base-color-border-brand\/90 {
  background-color: rgb(205 214 249 / 0.9);
}
.bg-base-color-border-brand\/95 {
  background-color: rgb(205 214 249 / 0.95);
}
.bg-base-color-border-brand\/base-opacity-disabled {
  background-color: rgb(205 214 249 / 60%);
}
.bg-base-color-border-brand\/core-opacity-0 {
  background-color: rgb(205 214 249 / 0%);
}
.bg-base-color-border-brand\/core-opacity-10 {
  background-color: rgb(205 214 249 / 10%);
}
.bg-base-color-border-brand\/core-opacity-100 {
  background-color: rgb(205 214 249 / 100%);
}
.bg-base-color-border-brand\/core-opacity-20 {
  background-color: rgb(205 214 249 / 20%);
}
.bg-base-color-border-brand\/core-opacity-30 {
  background-color: rgb(205 214 249 / 30%);
}
.bg-base-color-border-brand\/core-opacity-40 {
  background-color: rgb(205 214 249 / 40%);
}
.bg-base-color-border-brand\/core-opacity-50 {
  background-color: rgb(205 214 249 / 50%);
}
.bg-base-color-border-brand\/core-opacity-60 {
  background-color: rgb(205 214 249 / 60%);
}
.bg-base-color-border-brand\/core-opacity-70 {
  background-color: rgb(205 214 249 / 70%);
}
.bg-base-color-border-brand\/core-opacity-80 {
  background-color: rgb(205 214 249 / 80%);
}
.bg-base-color-border-brand\/core-opacity-90 {
  background-color: rgb(205 214 249 / 90%);
}
.bg-base-color-border-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(254 227 225 / var(--tw-bg-opacity));
}
.bg-base-color-border-danger-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-base-color-border-danger-emphasis\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-base-color-border-danger-emphasis\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-base-color-border-danger-emphasis\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-base-color-border-danger-emphasis\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-base-color-border-danger-emphasis\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-base-color-border-danger-emphasis\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-base-color-border-danger-emphasis\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-base-color-border-danger-emphasis\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-base-color-border-danger-emphasis\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-base-color-border-danger-emphasis\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-base-color-border-danger-emphasis\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-base-color-border-danger-emphasis\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-base-color-border-danger-emphasis\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-base-color-border-danger-emphasis\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-base-color-border-danger-emphasis\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-base-color-border-danger-emphasis\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-base-color-border-danger\/0 {
  background-color: rgb(254 227 225 / 0);
}
.bg-base-color-border-danger\/10 {
  background-color: rgb(254 227 225 / 0.1);
}
.bg-base-color-border-danger\/100 {
  background-color: rgb(254 227 225 / 1);
}
.bg-base-color-border-danger\/20 {
  background-color: rgb(254 227 225 / 0.2);
}
.bg-base-color-border-danger\/25 {
  background-color: rgb(254 227 225 / 0.25);
}
.bg-base-color-border-danger\/30 {
  background-color: rgb(254 227 225 / 0.3);
}
.bg-base-color-border-danger\/40 {
  background-color: rgb(254 227 225 / 0.4);
}
.bg-base-color-border-danger\/5 {
  background-color: rgb(254 227 225 / 0.05);
}
.bg-base-color-border-danger\/50 {
  background-color: rgb(254 227 225 / 0.5);
}
.bg-base-color-border-danger\/60 {
  background-color: rgb(254 227 225 / 0.6);
}
.bg-base-color-border-danger\/70 {
  background-color: rgb(254 227 225 / 0.7);
}
.bg-base-color-border-danger\/75 {
  background-color: rgb(254 227 225 / 0.75);
}
.bg-base-color-border-danger\/80 {
  background-color: rgb(254 227 225 / 0.8);
}
.bg-base-color-border-danger\/90 {
  background-color: rgb(254 227 225 / 0.9);
}
.bg-base-color-border-danger\/95 {
  background-color: rgb(254 227 225 / 0.95);
}
.bg-base-color-border-danger\/base-opacity-disabled {
  background-color: rgb(254 227 225 / 60%);
}
.bg-base-color-border-danger\/core-opacity-0 {
  background-color: rgb(254 227 225 / 0%);
}
.bg-base-color-border-danger\/core-opacity-10 {
  background-color: rgb(254 227 225 / 10%);
}
.bg-base-color-border-danger\/core-opacity-100 {
  background-color: rgb(254 227 225 / 100%);
}
.bg-base-color-border-danger\/core-opacity-20 {
  background-color: rgb(254 227 225 / 20%);
}
.bg-base-color-border-danger\/core-opacity-30 {
  background-color: rgb(254 227 225 / 30%);
}
.bg-base-color-border-danger\/core-opacity-40 {
  background-color: rgb(254 227 225 / 40%);
}
.bg-base-color-border-danger\/core-opacity-50 {
  background-color: rgb(254 227 225 / 50%);
}
.bg-base-color-border-danger\/core-opacity-60 {
  background-color: rgb(254 227 225 / 60%);
}
.bg-base-color-border-danger\/core-opacity-70 {
  background-color: rgb(254 227 225 / 70%);
}
.bg-base-color-border-danger\/core-opacity-80 {
  background-color: rgb(254 227 225 / 80%);
}
.bg-base-color-border-danger\/core-opacity-90 {
  background-color: rgb(254 227 225 / 90%);
}
.bg-base-color-border-default {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-base-color-border-default\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-base-color-border-default\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-base-color-border-default\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-base-color-border-default\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-base-color-border-default\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-base-color-border-default\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-base-color-border-default\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-base-color-border-default\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-base-color-border-default\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-base-color-border-default\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-base-color-border-default\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-base-color-border-default\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-base-color-border-default\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-base-color-border-default\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-base-color-border-default\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-base-color-border-default\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-base-color-border-default\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-base-color-border-default\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-base-color-border-default\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-base-color-border-default\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-base-color-border-default\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-base-color-border-default\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-base-color-border-default\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-base-color-border-default\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-base-color-border-default\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-base-color-border-default\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-base-color-border-default\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-base-color-border-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-base-color-border-subtle\/0 {
  background-color: rgb(234 236 240 / 0);
}
.bg-base-color-border-subtle\/10 {
  background-color: rgb(234 236 240 / 0.1);
}
.bg-base-color-border-subtle\/100 {
  background-color: rgb(234 236 240 / 1);
}
.bg-base-color-border-subtle\/20 {
  background-color: rgb(234 236 240 / 0.2);
}
.bg-base-color-border-subtle\/25 {
  background-color: rgb(234 236 240 / 0.25);
}
.bg-base-color-border-subtle\/30 {
  background-color: rgb(234 236 240 / 0.3);
}
.bg-base-color-border-subtle\/40 {
  background-color: rgb(234 236 240 / 0.4);
}
.bg-base-color-border-subtle\/5 {
  background-color: rgb(234 236 240 / 0.05);
}
.bg-base-color-border-subtle\/50 {
  background-color: rgb(234 236 240 / 0.5);
}
.bg-base-color-border-subtle\/60 {
  background-color: rgb(234 236 240 / 0.6);
}
.bg-base-color-border-subtle\/70 {
  background-color: rgb(234 236 240 / 0.7);
}
.bg-base-color-border-subtle\/75 {
  background-color: rgb(234 236 240 / 0.75);
}
.bg-base-color-border-subtle\/80 {
  background-color: rgb(234 236 240 / 0.8);
}
.bg-base-color-border-subtle\/90 {
  background-color: rgb(234 236 240 / 0.9);
}
.bg-base-color-border-subtle\/95 {
  background-color: rgb(234 236 240 / 0.95);
}
.bg-base-color-border-subtle\/base-opacity-disabled {
  background-color: rgb(234 236 240 / 60%);
}
.bg-base-color-border-subtle\/core-opacity-0 {
  background-color: rgb(234 236 240 / 0%);
}
.bg-base-color-border-subtle\/core-opacity-10 {
  background-color: rgb(234 236 240 / 10%);
}
.bg-base-color-border-subtle\/core-opacity-100 {
  background-color: rgb(234 236 240 / 100%);
}
.bg-base-color-border-subtle\/core-opacity-20 {
  background-color: rgb(234 236 240 / 20%);
}
.bg-base-color-border-subtle\/core-opacity-30 {
  background-color: rgb(234 236 240 / 30%);
}
.bg-base-color-border-subtle\/core-opacity-40 {
  background-color: rgb(234 236 240 / 40%);
}
.bg-base-color-border-subtle\/core-opacity-50 {
  background-color: rgb(234 236 240 / 50%);
}
.bg-base-color-border-subtle\/core-opacity-60 {
  background-color: rgb(234 236 240 / 60%);
}
.bg-base-color-border-subtle\/core-opacity-70 {
  background-color: rgb(234 236 240 / 70%);
}
.bg-base-color-border-subtle\/core-opacity-80 {
  background-color: rgb(234 236 240 / 80%);
}
.bg-base-color-border-subtle\/core-opacity-90 {
  background-color: rgb(234 236 240 / 90%);
}
.bg-base-color-border-success {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 223 / var(--tw-bg-opacity));
}
.bg-base-color-border-success-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(18 181 105 / var(--tw-bg-opacity));
}
.bg-base-color-border-success-emphasis\/0 {
  background-color: rgb(18 181 105 / 0);
}
.bg-base-color-border-success-emphasis\/10 {
  background-color: rgb(18 181 105 / 0.1);
}
.bg-base-color-border-success-emphasis\/100 {
  background-color: rgb(18 181 105 / 1);
}
.bg-base-color-border-success-emphasis\/20 {
  background-color: rgb(18 181 105 / 0.2);
}
.bg-base-color-border-success-emphasis\/25 {
  background-color: rgb(18 181 105 / 0.25);
}
.bg-base-color-border-success-emphasis\/30 {
  background-color: rgb(18 181 105 / 0.3);
}
.bg-base-color-border-success-emphasis\/40 {
  background-color: rgb(18 181 105 / 0.4);
}
.bg-base-color-border-success-emphasis\/5 {
  background-color: rgb(18 181 105 / 0.05);
}
.bg-base-color-border-success-emphasis\/50 {
  background-color: rgb(18 181 105 / 0.5);
}
.bg-base-color-border-success-emphasis\/60 {
  background-color: rgb(18 181 105 / 0.6);
}
.bg-base-color-border-success-emphasis\/70 {
  background-color: rgb(18 181 105 / 0.7);
}
.bg-base-color-border-success-emphasis\/75 {
  background-color: rgb(18 181 105 / 0.75);
}
.bg-base-color-border-success-emphasis\/80 {
  background-color: rgb(18 181 105 / 0.8);
}
.bg-base-color-border-success-emphasis\/90 {
  background-color: rgb(18 181 105 / 0.9);
}
.bg-base-color-border-success-emphasis\/95 {
  background-color: rgb(18 181 105 / 0.95);
}
.bg-base-color-border-success-emphasis\/base-opacity-disabled {
  background-color: rgb(18 181 105 / 60%);
}
.bg-base-color-border-success-emphasis\/core-opacity-0 {
  background-color: rgb(18 181 105 / 0%);
}
.bg-base-color-border-success-emphasis\/core-opacity-10 {
  background-color: rgb(18 181 105 / 10%);
}
.bg-base-color-border-success-emphasis\/core-opacity-100 {
  background-color: rgb(18 181 105 / 100%);
}
.bg-base-color-border-success-emphasis\/core-opacity-20 {
  background-color: rgb(18 181 105 / 20%);
}
.bg-base-color-border-success-emphasis\/core-opacity-30 {
  background-color: rgb(18 181 105 / 30%);
}
.bg-base-color-border-success-emphasis\/core-opacity-40 {
  background-color: rgb(18 181 105 / 40%);
}
.bg-base-color-border-success-emphasis\/core-opacity-50 {
  background-color: rgb(18 181 105 / 50%);
}
.bg-base-color-border-success-emphasis\/core-opacity-60 {
  background-color: rgb(18 181 105 / 60%);
}
.bg-base-color-border-success-emphasis\/core-opacity-70 {
  background-color: rgb(18 181 105 / 70%);
}
.bg-base-color-border-success-emphasis\/core-opacity-80 {
  background-color: rgb(18 181 105 / 80%);
}
.bg-base-color-border-success-emphasis\/core-opacity-90 {
  background-color: rgb(18 181 105 / 90%);
}
.bg-base-color-border-success\/0 {
  background-color: rgb(209 250 223 / 0);
}
.bg-base-color-border-success\/10 {
  background-color: rgb(209 250 223 / 0.1);
}
.bg-base-color-border-success\/100 {
  background-color: rgb(209 250 223 / 1);
}
.bg-base-color-border-success\/20 {
  background-color: rgb(209 250 223 / 0.2);
}
.bg-base-color-border-success\/25 {
  background-color: rgb(209 250 223 / 0.25);
}
.bg-base-color-border-success\/30 {
  background-color: rgb(209 250 223 / 0.3);
}
.bg-base-color-border-success\/40 {
  background-color: rgb(209 250 223 / 0.4);
}
.bg-base-color-border-success\/5 {
  background-color: rgb(209 250 223 / 0.05);
}
.bg-base-color-border-success\/50 {
  background-color: rgb(209 250 223 / 0.5);
}
.bg-base-color-border-success\/60 {
  background-color: rgb(209 250 223 / 0.6);
}
.bg-base-color-border-success\/70 {
  background-color: rgb(209 250 223 / 0.7);
}
.bg-base-color-border-success\/75 {
  background-color: rgb(209 250 223 / 0.75);
}
.bg-base-color-border-success\/80 {
  background-color: rgb(209 250 223 / 0.8);
}
.bg-base-color-border-success\/90 {
  background-color: rgb(209 250 223 / 0.9);
}
.bg-base-color-border-success\/95 {
  background-color: rgb(209 250 223 / 0.95);
}
.bg-base-color-border-success\/base-opacity-disabled {
  background-color: rgb(209 250 223 / 60%);
}
.bg-base-color-border-success\/core-opacity-0 {
  background-color: rgb(209 250 223 / 0%);
}
.bg-base-color-border-success\/core-opacity-10 {
  background-color: rgb(209 250 223 / 10%);
}
.bg-base-color-border-success\/core-opacity-100 {
  background-color: rgb(209 250 223 / 100%);
}
.bg-base-color-border-success\/core-opacity-20 {
  background-color: rgb(209 250 223 / 20%);
}
.bg-base-color-border-success\/core-opacity-30 {
  background-color: rgb(209 250 223 / 30%);
}
.bg-base-color-border-success\/core-opacity-40 {
  background-color: rgb(209 250 223 / 40%);
}
.bg-base-color-border-success\/core-opacity-50 {
  background-color: rgb(209 250 223 / 50%);
}
.bg-base-color-border-success\/core-opacity-60 {
  background-color: rgb(209 250 223 / 60%);
}
.bg-base-color-border-success\/core-opacity-70 {
  background-color: rgb(209 250 223 / 70%);
}
.bg-base-color-border-success\/core-opacity-80 {
  background-color: rgb(209 250 223 / 80%);
}
.bg-base-color-border-success\/core-opacity-90 {
  background-color: rgb(209 250 223 / 90%);
}
.bg-base-color-border-transparent {
  background-color: #00000000;
}
.bg-base-color-border-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-base-color-border-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-base-color-border-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-base-color-border-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-base-color-border-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-base-color-border-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-base-color-border-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-base-color-border-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-base-color-border-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-base-color-border-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-base-color-border-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-base-color-border-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-base-color-border-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-base-color-border-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-base-color-border-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-base-color-border-transparent\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-border-transparent\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-base-color-border-transparent\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-base-color-border-transparent\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-base-color-border-transparent\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-base-color-border-transparent\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-base-color-border-transparent\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-base-color-border-transparent\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-base-color-border-transparent\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-border-transparent\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-base-color-border-transparent\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-base-color-border-transparent\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-base-color-fg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity));
}
.bg-base-color-fg-accent-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 235 / var(--tw-bg-opacity));
}
.bg-base-color-fg-accent-emphasis\/0 {
  background-color: rgb(0 78 235 / 0);
}
.bg-base-color-fg-accent-emphasis\/10 {
  background-color: rgb(0 78 235 / 0.1);
}
.bg-base-color-fg-accent-emphasis\/100 {
  background-color: rgb(0 78 235 / 1);
}
.bg-base-color-fg-accent-emphasis\/20 {
  background-color: rgb(0 78 235 / 0.2);
}
.bg-base-color-fg-accent-emphasis\/25 {
  background-color: rgb(0 78 235 / 0.25);
}
.bg-base-color-fg-accent-emphasis\/30 {
  background-color: rgb(0 78 235 / 0.3);
}
.bg-base-color-fg-accent-emphasis\/40 {
  background-color: rgb(0 78 235 / 0.4);
}
.bg-base-color-fg-accent-emphasis\/5 {
  background-color: rgb(0 78 235 / 0.05);
}
.bg-base-color-fg-accent-emphasis\/50 {
  background-color: rgb(0 78 235 / 0.5);
}
.bg-base-color-fg-accent-emphasis\/60 {
  background-color: rgb(0 78 235 / 0.6);
}
.bg-base-color-fg-accent-emphasis\/70 {
  background-color: rgb(0 78 235 / 0.7);
}
.bg-base-color-fg-accent-emphasis\/75 {
  background-color: rgb(0 78 235 / 0.75);
}
.bg-base-color-fg-accent-emphasis\/80 {
  background-color: rgb(0 78 235 / 0.8);
}
.bg-base-color-fg-accent-emphasis\/90 {
  background-color: rgb(0 78 235 / 0.9);
}
.bg-base-color-fg-accent-emphasis\/95 {
  background-color: rgb(0 78 235 / 0.95);
}
.bg-base-color-fg-accent-emphasis\/base-opacity-disabled {
  background-color: rgb(0 78 235 / 60%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-0 {
  background-color: rgb(0 78 235 / 0%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-10 {
  background-color: rgb(0 78 235 / 10%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-100 {
  background-color: rgb(0 78 235 / 100%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-20 {
  background-color: rgb(0 78 235 / 20%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-30 {
  background-color: rgb(0 78 235 / 30%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-40 {
  background-color: rgb(0 78 235 / 40%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-50 {
  background-color: rgb(0 78 235 / 50%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-60 {
  background-color: rgb(0 78 235 / 60%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-70 {
  background-color: rgb(0 78 235 / 70%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-80 {
  background-color: rgb(0 78 235 / 80%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-90 {
  background-color: rgb(0 78 235 / 90%);
}
.bg-base-color-fg-accent\/0 {
  background-color: rgb(21 94 239 / 0);
}
.bg-base-color-fg-accent\/10 {
  background-color: rgb(21 94 239 / 0.1);
}
.bg-base-color-fg-accent\/100 {
  background-color: rgb(21 94 239 / 1);
}
.bg-base-color-fg-accent\/20 {
  background-color: rgb(21 94 239 / 0.2);
}
.bg-base-color-fg-accent\/25 {
  background-color: rgb(21 94 239 / 0.25);
}
.bg-base-color-fg-accent\/30 {
  background-color: rgb(21 94 239 / 0.3);
}
.bg-base-color-fg-accent\/40 {
  background-color: rgb(21 94 239 / 0.4);
}
.bg-base-color-fg-accent\/5 {
  background-color: rgb(21 94 239 / 0.05);
}
.bg-base-color-fg-accent\/50 {
  background-color: rgb(21 94 239 / 0.5);
}
.bg-base-color-fg-accent\/60 {
  background-color: rgb(21 94 239 / 0.6);
}
.bg-base-color-fg-accent\/70 {
  background-color: rgb(21 94 239 / 0.7);
}
.bg-base-color-fg-accent\/75 {
  background-color: rgb(21 94 239 / 0.75);
}
.bg-base-color-fg-accent\/80 {
  background-color: rgb(21 94 239 / 0.8);
}
.bg-base-color-fg-accent\/90 {
  background-color: rgb(21 94 239 / 0.9);
}
.bg-base-color-fg-accent\/95 {
  background-color: rgb(21 94 239 / 0.95);
}
.bg-base-color-fg-accent\/base-opacity-disabled {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-fg-accent\/core-opacity-0 {
  background-color: rgb(21 94 239 / 0%);
}
.bg-base-color-fg-accent\/core-opacity-10 {
  background-color: rgb(21 94 239 / 10%);
}
.bg-base-color-fg-accent\/core-opacity-100 {
  background-color: rgb(21 94 239 / 100%);
}
.bg-base-color-fg-accent\/core-opacity-20 {
  background-color: rgb(21 94 239 / 20%);
}
.bg-base-color-fg-accent\/core-opacity-30 {
  background-color: rgb(21 94 239 / 30%);
}
.bg-base-color-fg-accent\/core-opacity-40 {
  background-color: rgb(21 94 239 / 40%);
}
.bg-base-color-fg-accent\/core-opacity-50 {
  background-color: rgb(21 94 239 / 50%);
}
.bg-base-color-fg-accent\/core-opacity-60 {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-fg-accent\/core-opacity-70 {
  background-color: rgb(21 94 239 / 70%);
}
.bg-base-color-fg-accent\/core-opacity-80 {
  background-color: rgb(21 94 239 / 80%);
}
.bg-base-color-fg-accent\/core-opacity-90 {
  background-color: rgb(21 94 239 / 90%);
}
.bg-base-color-fg-attention {
  --tw-bg-opacity: 1;
  background-color: rgb(221 105 3 / var(--tw-bg-opacity));
}
.bg-base-color-fg-attention-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(181 71 8 / var(--tw-bg-opacity));
}
.bg-base-color-fg-attention-emphasis\/0 {
  background-color: rgb(181 71 8 / 0);
}
.bg-base-color-fg-attention-emphasis\/10 {
  background-color: rgb(181 71 8 / 0.1);
}
.bg-base-color-fg-attention-emphasis\/100 {
  background-color: rgb(181 71 8 / 1);
}
.bg-base-color-fg-attention-emphasis\/20 {
  background-color: rgb(181 71 8 / 0.2);
}
.bg-base-color-fg-attention-emphasis\/25 {
  background-color: rgb(181 71 8 / 0.25);
}
.bg-base-color-fg-attention-emphasis\/30 {
  background-color: rgb(181 71 8 / 0.3);
}
.bg-base-color-fg-attention-emphasis\/40 {
  background-color: rgb(181 71 8 / 0.4);
}
.bg-base-color-fg-attention-emphasis\/5 {
  background-color: rgb(181 71 8 / 0.05);
}
.bg-base-color-fg-attention-emphasis\/50 {
  background-color: rgb(181 71 8 / 0.5);
}
.bg-base-color-fg-attention-emphasis\/60 {
  background-color: rgb(181 71 8 / 0.6);
}
.bg-base-color-fg-attention-emphasis\/70 {
  background-color: rgb(181 71 8 / 0.7);
}
.bg-base-color-fg-attention-emphasis\/75 {
  background-color: rgb(181 71 8 / 0.75);
}
.bg-base-color-fg-attention-emphasis\/80 {
  background-color: rgb(181 71 8 / 0.8);
}
.bg-base-color-fg-attention-emphasis\/90 {
  background-color: rgb(181 71 8 / 0.9);
}
.bg-base-color-fg-attention-emphasis\/95 {
  background-color: rgb(181 71 8 / 0.95);
}
.bg-base-color-fg-attention-emphasis\/base-opacity-disabled {
  background-color: rgb(181 71 8 / 60%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-0 {
  background-color: rgb(181 71 8 / 0%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-10 {
  background-color: rgb(181 71 8 / 10%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-100 {
  background-color: rgb(181 71 8 / 100%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-20 {
  background-color: rgb(181 71 8 / 20%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-30 {
  background-color: rgb(181 71 8 / 30%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-40 {
  background-color: rgb(181 71 8 / 40%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-50 {
  background-color: rgb(181 71 8 / 50%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-60 {
  background-color: rgb(181 71 8 / 60%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-70 {
  background-color: rgb(181 71 8 / 70%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-80 {
  background-color: rgb(181 71 8 / 80%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-90 {
  background-color: rgb(181 71 8 / 90%);
}
.bg-base-color-fg-attention\/0 {
  background-color: rgb(221 105 3 / 0);
}
.bg-base-color-fg-attention\/10 {
  background-color: rgb(221 105 3 / 0.1);
}
.bg-base-color-fg-attention\/100 {
  background-color: rgb(221 105 3 / 1);
}
.bg-base-color-fg-attention\/20 {
  background-color: rgb(221 105 3 / 0.2);
}
.bg-base-color-fg-attention\/25 {
  background-color: rgb(221 105 3 / 0.25);
}
.bg-base-color-fg-attention\/30 {
  background-color: rgb(221 105 3 / 0.3);
}
.bg-base-color-fg-attention\/40 {
  background-color: rgb(221 105 3 / 0.4);
}
.bg-base-color-fg-attention\/5 {
  background-color: rgb(221 105 3 / 0.05);
}
.bg-base-color-fg-attention\/50 {
  background-color: rgb(221 105 3 / 0.5);
}
.bg-base-color-fg-attention\/60 {
  background-color: rgb(221 105 3 / 0.6);
}
.bg-base-color-fg-attention\/70 {
  background-color: rgb(221 105 3 / 0.7);
}
.bg-base-color-fg-attention\/75 {
  background-color: rgb(221 105 3 / 0.75);
}
.bg-base-color-fg-attention\/80 {
  background-color: rgb(221 105 3 / 0.8);
}
.bg-base-color-fg-attention\/90 {
  background-color: rgb(221 105 3 / 0.9);
}
.bg-base-color-fg-attention\/95 {
  background-color: rgb(221 105 3 / 0.95);
}
.bg-base-color-fg-attention\/base-opacity-disabled {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-fg-attention\/core-opacity-0 {
  background-color: rgb(221 105 3 / 0%);
}
.bg-base-color-fg-attention\/core-opacity-10 {
  background-color: rgb(221 105 3 / 10%);
}
.bg-base-color-fg-attention\/core-opacity-100 {
  background-color: rgb(221 105 3 / 100%);
}
.bg-base-color-fg-attention\/core-opacity-20 {
  background-color: rgb(221 105 3 / 20%);
}
.bg-base-color-fg-attention\/core-opacity-30 {
  background-color: rgb(221 105 3 / 30%);
}
.bg-base-color-fg-attention\/core-opacity-40 {
  background-color: rgb(221 105 3 / 40%);
}
.bg-base-color-fg-attention\/core-opacity-50 {
  background-color: rgb(221 105 3 / 50%);
}
.bg-base-color-fg-attention\/core-opacity-60 {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-fg-attention\/core-opacity-70 {
  background-color: rgb(221 105 3 / 70%);
}
.bg-base-color-fg-attention\/core-opacity-80 {
  background-color: rgb(221 105 3 / 80%);
}
.bg-base-color-fg-attention\/core-opacity-90 {
  background-color: rgb(221 105 3 / 90%);
}
.bg-base-color-fg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-base-color-fg-brand-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.bg-base-color-fg-brand-emphasis\/0 {
  background-color: rgb(60 59 151 / 0);
}
.bg-base-color-fg-brand-emphasis\/10 {
  background-color: rgb(60 59 151 / 0.1);
}
.bg-base-color-fg-brand-emphasis\/100 {
  background-color: rgb(60 59 151 / 1);
}
.bg-base-color-fg-brand-emphasis\/20 {
  background-color: rgb(60 59 151 / 0.2);
}
.bg-base-color-fg-brand-emphasis\/25 {
  background-color: rgb(60 59 151 / 0.25);
}
.bg-base-color-fg-brand-emphasis\/30 {
  background-color: rgb(60 59 151 / 0.3);
}
.bg-base-color-fg-brand-emphasis\/40 {
  background-color: rgb(60 59 151 / 0.4);
}
.bg-base-color-fg-brand-emphasis\/5 {
  background-color: rgb(60 59 151 / 0.05);
}
.bg-base-color-fg-brand-emphasis\/50 {
  background-color: rgb(60 59 151 / 0.5);
}
.bg-base-color-fg-brand-emphasis\/60 {
  background-color: rgb(60 59 151 / 0.6);
}
.bg-base-color-fg-brand-emphasis\/70 {
  background-color: rgb(60 59 151 / 0.7);
}
.bg-base-color-fg-brand-emphasis\/75 {
  background-color: rgb(60 59 151 / 0.75);
}
.bg-base-color-fg-brand-emphasis\/80 {
  background-color: rgb(60 59 151 / 0.8);
}
.bg-base-color-fg-brand-emphasis\/90 {
  background-color: rgb(60 59 151 / 0.9);
}
.bg-base-color-fg-brand-emphasis\/95 {
  background-color: rgb(60 59 151 / 0.95);
}
.bg-base-color-fg-brand-emphasis\/base-opacity-disabled {
  background-color: rgb(60 59 151 / 60%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-0 {
  background-color: rgb(60 59 151 / 0%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-10 {
  background-color: rgb(60 59 151 / 10%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-100 {
  background-color: rgb(60 59 151 / 100%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-20 {
  background-color: rgb(60 59 151 / 20%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-30 {
  background-color: rgb(60 59 151 / 30%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-40 {
  background-color: rgb(60 59 151 / 40%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-50 {
  background-color: rgb(60 59 151 / 50%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-60 {
  background-color: rgb(60 59 151 / 60%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-70 {
  background-color: rgb(60 59 151 / 70%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-80 {
  background-color: rgb(60 59 151 / 80%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-90 {
  background-color: rgb(60 59 151 / 90%);
}
.bg-base-color-fg-brand\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-base-color-fg-brand\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-base-color-fg-brand\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-base-color-fg-brand\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-base-color-fg-brand\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-base-color-fg-brand\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-base-color-fg-brand\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-base-color-fg-brand\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-base-color-fg-brand\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-base-color-fg-brand\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-base-color-fg-brand\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-base-color-fg-brand\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-base-color-fg-brand\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-base-color-fg-brand\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-base-color-fg-brand\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-base-color-fg-brand\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-fg-brand\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-base-color-fg-brand\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-base-color-fg-brand\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-base-color-fg-brand\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-base-color-fg-brand\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-base-color-fg-brand\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-base-color-fg-brand\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-base-color-fg-brand\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-fg-brand\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-base-color-fg-brand\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-base-color-fg-brand\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-base-color-fg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-base-color-fg-danger-empahis {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity));
}
.bg-base-color-fg-danger-empahis\/0 {
  background-color: rgb(180 35 24 / 0);
}
.bg-base-color-fg-danger-empahis\/10 {
  background-color: rgb(180 35 24 / 0.1);
}
.bg-base-color-fg-danger-empahis\/100 {
  background-color: rgb(180 35 24 / 1);
}
.bg-base-color-fg-danger-empahis\/20 {
  background-color: rgb(180 35 24 / 0.2);
}
.bg-base-color-fg-danger-empahis\/25 {
  background-color: rgb(180 35 24 / 0.25);
}
.bg-base-color-fg-danger-empahis\/30 {
  background-color: rgb(180 35 24 / 0.3);
}
.bg-base-color-fg-danger-empahis\/40 {
  background-color: rgb(180 35 24 / 0.4);
}
.bg-base-color-fg-danger-empahis\/5 {
  background-color: rgb(180 35 24 / 0.05);
}
.bg-base-color-fg-danger-empahis\/50 {
  background-color: rgb(180 35 24 / 0.5);
}
.bg-base-color-fg-danger-empahis\/60 {
  background-color: rgb(180 35 24 / 0.6);
}
.bg-base-color-fg-danger-empahis\/70 {
  background-color: rgb(180 35 24 / 0.7);
}
.bg-base-color-fg-danger-empahis\/75 {
  background-color: rgb(180 35 24 / 0.75);
}
.bg-base-color-fg-danger-empahis\/80 {
  background-color: rgb(180 35 24 / 0.8);
}
.bg-base-color-fg-danger-empahis\/90 {
  background-color: rgb(180 35 24 / 0.9);
}
.bg-base-color-fg-danger-empahis\/95 {
  background-color: rgb(180 35 24 / 0.95);
}
.bg-base-color-fg-danger-empahis\/base-opacity-disabled {
  background-color: rgb(180 35 24 / 60%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-0 {
  background-color: rgb(180 35 24 / 0%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-10 {
  background-color: rgb(180 35 24 / 10%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-100 {
  background-color: rgb(180 35 24 / 100%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-20 {
  background-color: rgb(180 35 24 / 20%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-30 {
  background-color: rgb(180 35 24 / 30%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-40 {
  background-color: rgb(180 35 24 / 40%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-50 {
  background-color: rgb(180 35 24 / 50%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-60 {
  background-color: rgb(180 35 24 / 60%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-70 {
  background-color: rgb(180 35 24 / 70%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-80 {
  background-color: rgb(180 35 24 / 80%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-90 {
  background-color: rgb(180 35 24 / 90%);
}
.bg-base-color-fg-danger\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-base-color-fg-danger\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-base-color-fg-danger\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-base-color-fg-danger\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-base-color-fg-danger\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-base-color-fg-danger\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-base-color-fg-danger\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-base-color-fg-danger\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-base-color-fg-danger\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-base-color-fg-danger\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-base-color-fg-danger\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-base-color-fg-danger\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-base-color-fg-danger\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-base-color-fg-danger\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-base-color-fg-danger\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-base-color-fg-danger\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-base-color-fg-danger\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-base-color-fg-danger\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-base-color-fg-danger\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-base-color-fg-danger\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-base-color-fg-danger\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-base-color-fg-danger\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-base-color-fg-danger\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-base-color-fg-danger\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-base-color-fg-danger\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-base-color-fg-danger\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-base-color-fg-danger\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-base-color-fg-default {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-base-color-fg-default\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-base-color-fg-default\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-base-color-fg-default\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-base-color-fg-default\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-base-color-fg-default\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-base-color-fg-default\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-base-color-fg-default\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-base-color-fg-default\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-base-color-fg-default\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-base-color-fg-default\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-base-color-fg-default\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-base-color-fg-default\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-base-color-fg-default\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-base-color-fg-default\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-base-color-fg-default\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-base-color-fg-default\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-base-color-fg-default\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-base-color-fg-default\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-base-color-fg-default\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-base-color-fg-default\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-base-color-fg-default\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-base-color-fg-default\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-base-color-fg-default\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-base-color-fg-default\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-base-color-fg-default\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-base-color-fg-default\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-base-color-fg-default\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-base-color-fg-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-base-color-fg-emphasis\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-base-color-fg-emphasis\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-base-color-fg-emphasis\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-base-color-fg-emphasis\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-base-color-fg-emphasis\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-base-color-fg-emphasis\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-base-color-fg-emphasis\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-base-color-fg-emphasis\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-base-color-fg-emphasis\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-base-color-fg-emphasis\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-base-color-fg-emphasis\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-base-color-fg-emphasis\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-base-color-fg-emphasis\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-base-color-fg-emphasis\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-base-color-fg-emphasis\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-base-color-fg-emphasis\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-base-color-fg-emphasis\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-base-color-fg-emphasis\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-base-color-fg-emphasis\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-base-color-fg-emphasis\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-base-color-fg-emphasis\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-base-color-fg-emphasis\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-base-color-fg-emphasis\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-base-color-fg-emphasis\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-base-color-fg-emphasis\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-base-color-fg-emphasis\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-base-color-fg-emphasis\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-base-color-fg-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-base-color-fg-muted\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-base-color-fg-muted\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-base-color-fg-muted\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-base-color-fg-muted\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-base-color-fg-muted\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-base-color-fg-muted\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-base-color-fg-muted\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-base-color-fg-muted\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-base-color-fg-muted\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-base-color-fg-muted\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-base-color-fg-muted\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-base-color-fg-muted\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-base-color-fg-muted\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-base-color-fg-muted\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-base-color-fg-muted\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-base-color-fg-muted\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-base-color-fg-muted\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-base-color-fg-muted\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-base-color-fg-muted\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-base-color-fg-muted\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-base-color-fg-muted\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-base-color-fg-muted\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-base-color-fg-muted\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-base-color-fg-muted\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-base-color-fg-muted\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-base-color-fg-muted\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-base-color-fg-muted\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-base-color-fg-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-base-color-fg-subtle\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-base-color-fg-subtle\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-base-color-fg-subtle\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-base-color-fg-subtle\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-base-color-fg-subtle\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-base-color-fg-subtle\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-base-color-fg-subtle\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-base-color-fg-subtle\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-base-color-fg-subtle\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-base-color-fg-subtle\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-base-color-fg-subtle\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-base-color-fg-subtle\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-base-color-fg-subtle\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-base-color-fg-subtle\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-base-color-fg-subtle\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-base-color-fg-subtle\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-base-color-fg-subtle\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-base-color-fg-subtle\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-base-color-fg-subtle\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-base-color-fg-subtle\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-base-color-fg-subtle\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-base-color-fg-subtle\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-base-color-fg-subtle\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-base-color-fg-subtle\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-base-color-fg-subtle\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-base-color-fg-subtle\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-base-color-fg-subtle\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-base-color-fg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(3 150 84 / var(--tw-bg-opacity));
}
.bg-base-color-fg-success-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(2 121 71 / var(--tw-bg-opacity));
}
.bg-base-color-fg-success-emphasis\/0 {
  background-color: rgb(2 121 71 / 0);
}
.bg-base-color-fg-success-emphasis\/10 {
  background-color: rgb(2 121 71 / 0.1);
}
.bg-base-color-fg-success-emphasis\/100 {
  background-color: rgb(2 121 71 / 1);
}
.bg-base-color-fg-success-emphasis\/20 {
  background-color: rgb(2 121 71 / 0.2);
}
.bg-base-color-fg-success-emphasis\/25 {
  background-color: rgb(2 121 71 / 0.25);
}
.bg-base-color-fg-success-emphasis\/30 {
  background-color: rgb(2 121 71 / 0.3);
}
.bg-base-color-fg-success-emphasis\/40 {
  background-color: rgb(2 121 71 / 0.4);
}
.bg-base-color-fg-success-emphasis\/5 {
  background-color: rgb(2 121 71 / 0.05);
}
.bg-base-color-fg-success-emphasis\/50 {
  background-color: rgb(2 121 71 / 0.5);
}
.bg-base-color-fg-success-emphasis\/60 {
  background-color: rgb(2 121 71 / 0.6);
}
.bg-base-color-fg-success-emphasis\/70 {
  background-color: rgb(2 121 71 / 0.7);
}
.bg-base-color-fg-success-emphasis\/75 {
  background-color: rgb(2 121 71 / 0.75);
}
.bg-base-color-fg-success-emphasis\/80 {
  background-color: rgb(2 121 71 / 0.8);
}
.bg-base-color-fg-success-emphasis\/90 {
  background-color: rgb(2 121 71 / 0.9);
}
.bg-base-color-fg-success-emphasis\/95 {
  background-color: rgb(2 121 71 / 0.95);
}
.bg-base-color-fg-success-emphasis\/base-opacity-disabled {
  background-color: rgb(2 121 71 / 60%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-0 {
  background-color: rgb(2 121 71 / 0%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-10 {
  background-color: rgb(2 121 71 / 10%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-100 {
  background-color: rgb(2 121 71 / 100%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-20 {
  background-color: rgb(2 121 71 / 20%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-30 {
  background-color: rgb(2 121 71 / 30%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-40 {
  background-color: rgb(2 121 71 / 40%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-50 {
  background-color: rgb(2 121 71 / 50%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-60 {
  background-color: rgb(2 121 71 / 60%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-70 {
  background-color: rgb(2 121 71 / 70%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-80 {
  background-color: rgb(2 121 71 / 80%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-90 {
  background-color: rgb(2 121 71 / 90%);
}
.bg-base-color-fg-success\/0 {
  background-color: rgb(3 150 84 / 0);
}
.bg-base-color-fg-success\/10 {
  background-color: rgb(3 150 84 / 0.1);
}
.bg-base-color-fg-success\/100 {
  background-color: rgb(3 150 84 / 1);
}
.bg-base-color-fg-success\/20 {
  background-color: rgb(3 150 84 / 0.2);
}
.bg-base-color-fg-success\/25 {
  background-color: rgb(3 150 84 / 0.25);
}
.bg-base-color-fg-success\/30 {
  background-color: rgb(3 150 84 / 0.3);
}
.bg-base-color-fg-success\/40 {
  background-color: rgb(3 150 84 / 0.4);
}
.bg-base-color-fg-success\/5 {
  background-color: rgb(3 150 84 / 0.05);
}
.bg-base-color-fg-success\/50 {
  background-color: rgb(3 150 84 / 0.5);
}
.bg-base-color-fg-success\/60 {
  background-color: rgb(3 150 84 / 0.6);
}
.bg-base-color-fg-success\/70 {
  background-color: rgb(3 150 84 / 0.7);
}
.bg-base-color-fg-success\/75 {
  background-color: rgb(3 150 84 / 0.75);
}
.bg-base-color-fg-success\/80 {
  background-color: rgb(3 150 84 / 0.8);
}
.bg-base-color-fg-success\/90 {
  background-color: rgb(3 150 84 / 0.9);
}
.bg-base-color-fg-success\/95 {
  background-color: rgb(3 150 84 / 0.95);
}
.bg-base-color-fg-success\/base-opacity-disabled {
  background-color: rgb(3 150 84 / 60%);
}
.bg-base-color-fg-success\/core-opacity-0 {
  background-color: rgb(3 150 84 / 0%);
}
.bg-base-color-fg-success\/core-opacity-10 {
  background-color: rgb(3 150 84 / 10%);
}
.bg-base-color-fg-success\/core-opacity-100 {
  background-color: rgb(3 150 84 / 100%);
}
.bg-base-color-fg-success\/core-opacity-20 {
  background-color: rgb(3 150 84 / 20%);
}
.bg-base-color-fg-success\/core-opacity-30 {
  background-color: rgb(3 150 84 / 30%);
}
.bg-base-color-fg-success\/core-opacity-40 {
  background-color: rgb(3 150 84 / 40%);
}
.bg-base-color-fg-success\/core-opacity-50 {
  background-color: rgb(3 150 84 / 50%);
}
.bg-base-color-fg-success\/core-opacity-60 {
  background-color: rgb(3 150 84 / 60%);
}
.bg-base-color-fg-success\/core-opacity-70 {
  background-color: rgb(3 150 84 / 70%);
}
.bg-base-color-fg-success\/core-opacity-80 {
  background-color: rgb(3 150 84 / 80%);
}
.bg-base-color-fg-success\/core-opacity-90 {
  background-color: rgb(3 150 84 / 90%);
}
.bg-base-color-fg-transparent {
  background-color: #00000000;
}
.bg-base-color-fg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-base-color-fg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-base-color-fg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-base-color-fg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-base-color-fg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-base-color-fg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-base-color-fg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-base-color-fg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-base-color-fg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-base-color-fg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-base-color-fg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-base-color-fg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-base-color-fg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-base-color-fg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-base-color-fg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-base-color-fg-transparent\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-fg-transparent\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-base-color-fg-transparent\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-base-color-fg-transparent\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-base-color-fg-transparent\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-base-color-fg-transparent\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-base-color-fg-transparent\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-base-color-fg-transparent\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-base-color-fg-transparent\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-fg-transparent\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-base-color-fg-transparent\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-base-color-fg-transparent\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-black\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-black\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-black\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-black\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-black\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-black\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-black\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-black\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-black\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-black\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-black\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-black\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}
.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}
.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-100\/base-opacity-disabled {
  background-color: rgb(219 234 254 / 60%);
}
.bg-blue-100\/core-opacity-0 {
  background-color: rgb(219 234 254 / 0%);
}
.bg-blue-100\/core-opacity-10 {
  background-color: rgb(219 234 254 / 10%);
}
.bg-blue-100\/core-opacity-100 {
  background-color: rgb(219 234 254 / 100%);
}
.bg-blue-100\/core-opacity-20 {
  background-color: rgb(219 234 254 / 20%);
}
.bg-blue-100\/core-opacity-30 {
  background-color: rgb(219 234 254 / 30%);
}
.bg-blue-100\/core-opacity-40 {
  background-color: rgb(219 234 254 / 40%);
}
.bg-blue-100\/core-opacity-50 {
  background-color: rgb(219 234 254 / 50%);
}
.bg-blue-100\/core-opacity-60 {
  background-color: rgb(219 234 254 / 60%);
}
.bg-blue-100\/core-opacity-70 {
  background-color: rgb(219 234 254 / 70%);
}
.bg-blue-100\/core-opacity-80 {
  background-color: rgb(219 234 254 / 80%);
}
.bg-blue-100\/core-opacity-90 {
  background-color: rgb(219 234 254 / 90%);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}
.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}
.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}
.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-200\/base-opacity-disabled {
  background-color: rgb(191 219 254 / 60%);
}
.bg-blue-200\/core-opacity-0 {
  background-color: rgb(191 219 254 / 0%);
}
.bg-blue-200\/core-opacity-10 {
  background-color: rgb(191 219 254 / 10%);
}
.bg-blue-200\/core-opacity-100 {
  background-color: rgb(191 219 254 / 100%);
}
.bg-blue-200\/core-opacity-20 {
  background-color: rgb(191 219 254 / 20%);
}
.bg-blue-200\/core-opacity-30 {
  background-color: rgb(191 219 254 / 30%);
}
.bg-blue-200\/core-opacity-40 {
  background-color: rgb(191 219 254 / 40%);
}
.bg-blue-200\/core-opacity-50 {
  background-color: rgb(191 219 254 / 50%);
}
.bg-blue-200\/core-opacity-60 {
  background-color: rgb(191 219 254 / 60%);
}
.bg-blue-200\/core-opacity-70 {
  background-color: rgb(191 219 254 / 70%);
}
.bg-blue-200\/core-opacity-80 {
  background-color: rgb(191 219 254 / 80%);
}
.bg-blue-200\/core-opacity-90 {
  background-color: rgb(191 219 254 / 90%);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-blue-300\/base-opacity-disabled {
  background-color: rgb(147 197 253 / 60%);
}
.bg-blue-300\/core-opacity-0 {
  background-color: rgb(147 197 253 / 0%);
}
.bg-blue-300\/core-opacity-10 {
  background-color: rgb(147 197 253 / 10%);
}
.bg-blue-300\/core-opacity-100 {
  background-color: rgb(147 197 253 / 100%);
}
.bg-blue-300\/core-opacity-20 {
  background-color: rgb(147 197 253 / 20%);
}
.bg-blue-300\/core-opacity-30 {
  background-color: rgb(147 197 253 / 30%);
}
.bg-blue-300\/core-opacity-40 {
  background-color: rgb(147 197 253 / 40%);
}
.bg-blue-300\/core-opacity-50 {
  background-color: rgb(147 197 253 / 50%);
}
.bg-blue-300\/core-opacity-60 {
  background-color: rgb(147 197 253 / 60%);
}
.bg-blue-300\/core-opacity-70 {
  background-color: rgb(147 197 253 / 70%);
}
.bg-blue-300\/core-opacity-80 {
  background-color: rgb(147 197 253 / 80%);
}
.bg-blue-300\/core-opacity-90 {
  background-color: rgb(147 197 253 / 90%);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-blue-400\/base-opacity-disabled {
  background-color: rgb(96 165 250 / 60%);
}
.bg-blue-400\/core-opacity-0 {
  background-color: rgb(96 165 250 / 0%);
}
.bg-blue-400\/core-opacity-10 {
  background-color: rgb(96 165 250 / 10%);
}
.bg-blue-400\/core-opacity-100 {
  background-color: rgb(96 165 250 / 100%);
}
.bg-blue-400\/core-opacity-20 {
  background-color: rgb(96 165 250 / 20%);
}
.bg-blue-400\/core-opacity-30 {
  background-color: rgb(96 165 250 / 30%);
}
.bg-blue-400\/core-opacity-40 {
  background-color: rgb(96 165 250 / 40%);
}
.bg-blue-400\/core-opacity-50 {
  background-color: rgb(96 165 250 / 50%);
}
.bg-blue-400\/core-opacity-60 {
  background-color: rgb(96 165 250 / 60%);
}
.bg-blue-400\/core-opacity-70 {
  background-color: rgb(96 165 250 / 70%);
}
.bg-blue-400\/core-opacity-80 {
  background-color: rgb(96 165 250 / 80%);
}
.bg-blue-400\/core-opacity-90 {
  background-color: rgb(96 165 250 / 90%);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}
.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}
.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}
.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}
.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}
.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-blue-50\/base-opacity-disabled {
  background-color: rgb(239 246 255 / 60%);
}
.bg-blue-50\/core-opacity-0 {
  background-color: rgb(239 246 255 / 0%);
}
.bg-blue-50\/core-opacity-10 {
  background-color: rgb(239 246 255 / 10%);
}
.bg-blue-50\/core-opacity-100 {
  background-color: rgb(239 246 255 / 100%);
}
.bg-blue-50\/core-opacity-20 {
  background-color: rgb(239 246 255 / 20%);
}
.bg-blue-50\/core-opacity-30 {
  background-color: rgb(239 246 255 / 30%);
}
.bg-blue-50\/core-opacity-40 {
  background-color: rgb(239 246 255 / 40%);
}
.bg-blue-50\/core-opacity-50 {
  background-color: rgb(239 246 255 / 50%);
}
.bg-blue-50\/core-opacity-60 {
  background-color: rgb(239 246 255 / 60%);
}
.bg-blue-50\/core-opacity-70 {
  background-color: rgb(239 246 255 / 70%);
}
.bg-blue-50\/core-opacity-80 {
  background-color: rgb(239 246 255 / 80%);
}
.bg-blue-50\/core-opacity-90 {
  background-color: rgb(239 246 255 / 90%);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-blue-500\/base-opacity-disabled {
  background-color: rgb(59 130 246 / 60%);
}
.bg-blue-500\/core-opacity-0 {
  background-color: rgb(59 130 246 / 0%);
}
.bg-blue-500\/core-opacity-10 {
  background-color: rgb(59 130 246 / 10%);
}
.bg-blue-500\/core-opacity-100 {
  background-color: rgb(59 130 246 / 100%);
}
.bg-blue-500\/core-opacity-20 {
  background-color: rgb(59 130 246 / 20%);
}
.bg-blue-500\/core-opacity-30 {
  background-color: rgb(59 130 246 / 30%);
}
.bg-blue-500\/core-opacity-40 {
  background-color: rgb(59 130 246 / 40%);
}
.bg-blue-500\/core-opacity-50 {
  background-color: rgb(59 130 246 / 50%);
}
.bg-blue-500\/core-opacity-60 {
  background-color: rgb(59 130 246 / 60%);
}
.bg-blue-500\/core-opacity-70 {
  background-color: rgb(59 130 246 / 70%);
}
.bg-blue-500\/core-opacity-80 {
  background-color: rgb(59 130 246 / 80%);
}
.bg-blue-500\/core-opacity-90 {
  background-color: rgb(59 130 246 / 90%);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}
.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}
.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}
.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}
.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}
.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}
.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}
.bg-blue-600\/base-opacity-disabled {
  background-color: rgb(37 99 235 / 60%);
}
.bg-blue-600\/core-opacity-0 {
  background-color: rgb(37 99 235 / 0%);
}
.bg-blue-600\/core-opacity-10 {
  background-color: rgb(37 99 235 / 10%);
}
.bg-blue-600\/core-opacity-100 {
  background-color: rgb(37 99 235 / 100%);
}
.bg-blue-600\/core-opacity-20 {
  background-color: rgb(37 99 235 / 20%);
}
.bg-blue-600\/core-opacity-30 {
  background-color: rgb(37 99 235 / 30%);
}
.bg-blue-600\/core-opacity-40 {
  background-color: rgb(37 99 235 / 40%);
}
.bg-blue-600\/core-opacity-50 {
  background-color: rgb(37 99 235 / 50%);
}
.bg-blue-600\/core-opacity-60 {
  background-color: rgb(37 99 235 / 60%);
}
.bg-blue-600\/core-opacity-70 {
  background-color: rgb(37 99 235 / 70%);
}
.bg-blue-600\/core-opacity-80 {
  background-color: rgb(37 99 235 / 80%);
}
.bg-blue-600\/core-opacity-90 {
  background-color: rgb(37 99 235 / 90%);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}
.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}
.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}
.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}
.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}
.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}
.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}
.bg-blue-700\/base-opacity-disabled {
  background-color: rgb(29 78 216 / 60%);
}
.bg-blue-700\/core-opacity-0 {
  background-color: rgb(29 78 216 / 0%);
}
.bg-blue-700\/core-opacity-10 {
  background-color: rgb(29 78 216 / 10%);
}
.bg-blue-700\/core-opacity-100 {
  background-color: rgb(29 78 216 / 100%);
}
.bg-blue-700\/core-opacity-20 {
  background-color: rgb(29 78 216 / 20%);
}
.bg-blue-700\/core-opacity-30 {
  background-color: rgb(29 78 216 / 30%);
}
.bg-blue-700\/core-opacity-40 {
  background-color: rgb(29 78 216 / 40%);
}
.bg-blue-700\/core-opacity-50 {
  background-color: rgb(29 78 216 / 50%);
}
.bg-blue-700\/core-opacity-60 {
  background-color: rgb(29 78 216 / 60%);
}
.bg-blue-700\/core-opacity-70 {
  background-color: rgb(29 78 216 / 70%);
}
.bg-blue-700\/core-opacity-80 {
  background-color: rgb(29 78 216 / 80%);
}
.bg-blue-700\/core-opacity-90 {
  background-color: rgb(29 78 216 / 90%);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}
.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}
.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}
.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}
.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}
.bg-blue-800\/base-opacity-disabled {
  background-color: rgb(30 64 175 / 60%);
}
.bg-blue-800\/core-opacity-0 {
  background-color: rgb(30 64 175 / 0%);
}
.bg-blue-800\/core-opacity-10 {
  background-color: rgb(30 64 175 / 10%);
}
.bg-blue-800\/core-opacity-100 {
  background-color: rgb(30 64 175 / 100%);
}
.bg-blue-800\/core-opacity-20 {
  background-color: rgb(30 64 175 / 20%);
}
.bg-blue-800\/core-opacity-30 {
  background-color: rgb(30 64 175 / 30%);
}
.bg-blue-800\/core-opacity-40 {
  background-color: rgb(30 64 175 / 40%);
}
.bg-blue-800\/core-opacity-50 {
  background-color: rgb(30 64 175 / 50%);
}
.bg-blue-800\/core-opacity-60 {
  background-color: rgb(30 64 175 / 60%);
}
.bg-blue-800\/core-opacity-70 {
  background-color: rgb(30 64 175 / 70%);
}
.bg-blue-800\/core-opacity-80 {
  background-color: rgb(30 64 175 / 80%);
}
.bg-blue-800\/core-opacity-90 {
  background-color: rgb(30 64 175 / 90%);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}
.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}
.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.bg-blue-900\/base-opacity-disabled {
  background-color: rgb(30 58 138 / 60%);
}
.bg-blue-900\/core-opacity-0 {
  background-color: rgb(30 58 138 / 0%);
}
.bg-blue-900\/core-opacity-10 {
  background-color: rgb(30 58 138 / 10%);
}
.bg-blue-900\/core-opacity-100 {
  background-color: rgb(30 58 138 / 100%);
}
.bg-blue-900\/core-opacity-20 {
  background-color: rgb(30 58 138 / 20%);
}
.bg-blue-900\/core-opacity-30 {
  background-color: rgb(30 58 138 / 30%);
}
.bg-blue-900\/core-opacity-40 {
  background-color: rgb(30 58 138 / 40%);
}
.bg-blue-900\/core-opacity-50 {
  background-color: rgb(30 58 138 / 50%);
}
.bg-blue-900\/core-opacity-60 {
  background-color: rgb(30 58 138 / 60%);
}
.bg-blue-900\/core-opacity-70 {
  background-color: rgb(30 58 138 / 70%);
}
.bg-blue-900\/core-opacity-80 {
  background-color: rgb(30 58 138 / 80%);
}
.bg-blue-900\/core-opacity-90 {
  background-color: rgb(30 58 138 / 90%);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}
.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}
.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}
.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}
.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}
.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}
.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}
.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}
.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}
.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}
.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}
.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}
.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}
.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}
.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}
.bg-blue-950\/base-opacity-disabled {
  background-color: rgb(23 37 84 / 60%);
}
.bg-blue-950\/core-opacity-0 {
  background-color: rgb(23 37 84 / 0%);
}
.bg-blue-950\/core-opacity-10 {
  background-color: rgb(23 37 84 / 10%);
}
.bg-blue-950\/core-opacity-100 {
  background-color: rgb(23 37 84 / 100%);
}
.bg-blue-950\/core-opacity-20 {
  background-color: rgb(23 37 84 / 20%);
}
.bg-blue-950\/core-opacity-30 {
  background-color: rgb(23 37 84 / 30%);
}
.bg-blue-950\/core-opacity-40 {
  background-color: rgb(23 37 84 / 40%);
}
.bg-blue-950\/core-opacity-50 {
  background-color: rgb(23 37 84 / 50%);
}
.bg-blue-950\/core-opacity-60 {
  background-color: rgb(23 37 84 / 60%);
}
.bg-blue-950\/core-opacity-70 {
  background-color: rgb(23 37 84 / 70%);
}
.bg-blue-950\/core-opacity-80 {
  background-color: rgb(23 37 84 / 80%);
}
.bg-blue-950\/core-opacity-90 {
  background-color: rgb(23 37 84 / 90%);
}
.bg-comp-badge-blue-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-blue-bg\/0 {
  background-color: rgb(240 245 255 / 0);
}
.bg-comp-badge-blue-bg\/10 {
  background-color: rgb(240 245 255 / 0.1);
}
.bg-comp-badge-blue-bg\/100 {
  background-color: rgb(240 245 255 / 1);
}
.bg-comp-badge-blue-bg\/20 {
  background-color: rgb(240 245 255 / 0.2);
}
.bg-comp-badge-blue-bg\/25 {
  background-color: rgb(240 245 255 / 0.25);
}
.bg-comp-badge-blue-bg\/30 {
  background-color: rgb(240 245 255 / 0.3);
}
.bg-comp-badge-blue-bg\/40 {
  background-color: rgb(240 245 255 / 0.4);
}
.bg-comp-badge-blue-bg\/5 {
  background-color: rgb(240 245 255 / 0.05);
}
.bg-comp-badge-blue-bg\/50 {
  background-color: rgb(240 245 255 / 0.5);
}
.bg-comp-badge-blue-bg\/60 {
  background-color: rgb(240 245 255 / 0.6);
}
.bg-comp-badge-blue-bg\/70 {
  background-color: rgb(240 245 255 / 0.7);
}
.bg-comp-badge-blue-bg\/75 {
  background-color: rgb(240 245 255 / 0.75);
}
.bg-comp-badge-blue-bg\/80 {
  background-color: rgb(240 245 255 / 0.8);
}
.bg-comp-badge-blue-bg\/90 {
  background-color: rgb(240 245 255 / 0.9);
}
.bg-comp-badge-blue-bg\/95 {
  background-color: rgb(240 245 255 / 0.95);
}
.bg-comp-badge-blue-bg\/base-opacity-disabled {
  background-color: rgb(240 245 255 / 60%);
}
.bg-comp-badge-blue-bg\/core-opacity-0 {
  background-color: rgb(240 245 255 / 0%);
}
.bg-comp-badge-blue-bg\/core-opacity-10 {
  background-color: rgb(240 245 255 / 10%);
}
.bg-comp-badge-blue-bg\/core-opacity-100 {
  background-color: rgb(240 245 255 / 100%);
}
.bg-comp-badge-blue-bg\/core-opacity-20 {
  background-color: rgb(240 245 255 / 20%);
}
.bg-comp-badge-blue-bg\/core-opacity-30 {
  background-color: rgb(240 245 255 / 30%);
}
.bg-comp-badge-blue-bg\/core-opacity-40 {
  background-color: rgb(240 245 255 / 40%);
}
.bg-comp-badge-blue-bg\/core-opacity-50 {
  background-color: rgb(240 245 255 / 50%);
}
.bg-comp-badge-blue-bg\/core-opacity-60 {
  background-color: rgb(240 245 255 / 60%);
}
.bg-comp-badge-blue-bg\/core-opacity-70 {
  background-color: rgb(240 245 255 / 70%);
}
.bg-comp-badge-blue-bg\/core-opacity-80 {
  background-color: rgb(240 245 255 / 80%);
}
.bg-comp-badge-blue-bg\/core-opacity-90 {
  background-color: rgb(240 245 255 / 90%);
}
.bg-comp-badge-blue-border {
  --tw-bg-opacity: 1;
  background-color: rgb(179 204 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-blue-border\/0 {
  background-color: rgb(179 204 255 / 0);
}
.bg-comp-badge-blue-border\/10 {
  background-color: rgb(179 204 255 / 0.1);
}
.bg-comp-badge-blue-border\/100 {
  background-color: rgb(179 204 255 / 1);
}
.bg-comp-badge-blue-border\/20 {
  background-color: rgb(179 204 255 / 0.2);
}
.bg-comp-badge-blue-border\/25 {
  background-color: rgb(179 204 255 / 0.25);
}
.bg-comp-badge-blue-border\/30 {
  background-color: rgb(179 204 255 / 0.3);
}
.bg-comp-badge-blue-border\/40 {
  background-color: rgb(179 204 255 / 0.4);
}
.bg-comp-badge-blue-border\/5 {
  background-color: rgb(179 204 255 / 0.05);
}
.bg-comp-badge-blue-border\/50 {
  background-color: rgb(179 204 255 / 0.5);
}
.bg-comp-badge-blue-border\/60 {
  background-color: rgb(179 204 255 / 0.6);
}
.bg-comp-badge-blue-border\/70 {
  background-color: rgb(179 204 255 / 0.7);
}
.bg-comp-badge-blue-border\/75 {
  background-color: rgb(179 204 255 / 0.75);
}
.bg-comp-badge-blue-border\/80 {
  background-color: rgb(179 204 255 / 0.8);
}
.bg-comp-badge-blue-border\/90 {
  background-color: rgb(179 204 255 / 0.9);
}
.bg-comp-badge-blue-border\/95 {
  background-color: rgb(179 204 255 / 0.95);
}
.bg-comp-badge-blue-border\/base-opacity-disabled {
  background-color: rgb(179 204 255 / 60%);
}
.bg-comp-badge-blue-border\/core-opacity-0 {
  background-color: rgb(179 204 255 / 0%);
}
.bg-comp-badge-blue-border\/core-opacity-10 {
  background-color: rgb(179 204 255 / 10%);
}
.bg-comp-badge-blue-border\/core-opacity-100 {
  background-color: rgb(179 204 255 / 100%);
}
.bg-comp-badge-blue-border\/core-opacity-20 {
  background-color: rgb(179 204 255 / 20%);
}
.bg-comp-badge-blue-border\/core-opacity-30 {
  background-color: rgb(179 204 255 / 30%);
}
.bg-comp-badge-blue-border\/core-opacity-40 {
  background-color: rgb(179 204 255 / 40%);
}
.bg-comp-badge-blue-border\/core-opacity-50 {
  background-color: rgb(179 204 255 / 50%);
}
.bg-comp-badge-blue-border\/core-opacity-60 {
  background-color: rgb(179 204 255 / 60%);
}
.bg-comp-badge-blue-border\/core-opacity-70 {
  background-color: rgb(179 204 255 / 70%);
}
.bg-comp-badge-blue-border\/core-opacity-80 {
  background-color: rgb(179 204 255 / 80%);
}
.bg-comp-badge-blue-border\/core-opacity-90 {
  background-color: rgb(179 204 255 / 90%);
}
.bg-comp-badge-blue-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity));
}
.bg-comp-badge-blue-fg\/0 {
  background-color: rgb(21 94 239 / 0);
}
.bg-comp-badge-blue-fg\/10 {
  background-color: rgb(21 94 239 / 0.1);
}
.bg-comp-badge-blue-fg\/100 {
  background-color: rgb(21 94 239 / 1);
}
.bg-comp-badge-blue-fg\/20 {
  background-color: rgb(21 94 239 / 0.2);
}
.bg-comp-badge-blue-fg\/25 {
  background-color: rgb(21 94 239 / 0.25);
}
.bg-comp-badge-blue-fg\/30 {
  background-color: rgb(21 94 239 / 0.3);
}
.bg-comp-badge-blue-fg\/40 {
  background-color: rgb(21 94 239 / 0.4);
}
.bg-comp-badge-blue-fg\/5 {
  background-color: rgb(21 94 239 / 0.05);
}
.bg-comp-badge-blue-fg\/50 {
  background-color: rgb(21 94 239 / 0.5);
}
.bg-comp-badge-blue-fg\/60 {
  background-color: rgb(21 94 239 / 0.6);
}
.bg-comp-badge-blue-fg\/70 {
  background-color: rgb(21 94 239 / 0.7);
}
.bg-comp-badge-blue-fg\/75 {
  background-color: rgb(21 94 239 / 0.75);
}
.bg-comp-badge-blue-fg\/80 {
  background-color: rgb(21 94 239 / 0.8);
}
.bg-comp-badge-blue-fg\/90 {
  background-color: rgb(21 94 239 / 0.9);
}
.bg-comp-badge-blue-fg\/95 {
  background-color: rgb(21 94 239 / 0.95);
}
.bg-comp-badge-blue-fg\/base-opacity-disabled {
  background-color: rgb(21 94 239 / 60%);
}
.bg-comp-badge-blue-fg\/core-opacity-0 {
  background-color: rgb(21 94 239 / 0%);
}
.bg-comp-badge-blue-fg\/core-opacity-10 {
  background-color: rgb(21 94 239 / 10%);
}
.bg-comp-badge-blue-fg\/core-opacity-100 {
  background-color: rgb(21 94 239 / 100%);
}
.bg-comp-badge-blue-fg\/core-opacity-20 {
  background-color: rgb(21 94 239 / 20%);
}
.bg-comp-badge-blue-fg\/core-opacity-30 {
  background-color: rgb(21 94 239 / 30%);
}
.bg-comp-badge-blue-fg\/core-opacity-40 {
  background-color: rgb(21 94 239 / 40%);
}
.bg-comp-badge-blue-fg\/core-opacity-50 {
  background-color: rgb(21 94 239 / 50%);
}
.bg-comp-badge-blue-fg\/core-opacity-60 {
  background-color: rgb(21 94 239 / 60%);
}
.bg-comp-badge-blue-fg\/core-opacity-70 {
  background-color: rgb(21 94 239 / 70%);
}
.bg-comp-badge-blue-fg\/core-opacity-80 {
  background-color: rgb(21 94 239 / 80%);
}
.bg-comp-badge-blue-fg\/core-opacity-90 {
  background-color: rgb(21 94 239 / 90%);
}
.bg-comp-badge-blue-status {
  --tw-bg-opacity: 1;
  background-color: rgb(41 112 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-blue-status\/0 {
  background-color: rgb(41 112 255 / 0);
}
.bg-comp-badge-blue-status\/10 {
  background-color: rgb(41 112 255 / 0.1);
}
.bg-comp-badge-blue-status\/100 {
  background-color: rgb(41 112 255 / 1);
}
.bg-comp-badge-blue-status\/20 {
  background-color: rgb(41 112 255 / 0.2);
}
.bg-comp-badge-blue-status\/25 {
  background-color: rgb(41 112 255 / 0.25);
}
.bg-comp-badge-blue-status\/30 {
  background-color: rgb(41 112 255 / 0.3);
}
.bg-comp-badge-blue-status\/40 {
  background-color: rgb(41 112 255 / 0.4);
}
.bg-comp-badge-blue-status\/5 {
  background-color: rgb(41 112 255 / 0.05);
}
.bg-comp-badge-blue-status\/50 {
  background-color: rgb(41 112 255 / 0.5);
}
.bg-comp-badge-blue-status\/60 {
  background-color: rgb(41 112 255 / 0.6);
}
.bg-comp-badge-blue-status\/70 {
  background-color: rgb(41 112 255 / 0.7);
}
.bg-comp-badge-blue-status\/75 {
  background-color: rgb(41 112 255 / 0.75);
}
.bg-comp-badge-blue-status\/80 {
  background-color: rgb(41 112 255 / 0.8);
}
.bg-comp-badge-blue-status\/90 {
  background-color: rgb(41 112 255 / 0.9);
}
.bg-comp-badge-blue-status\/95 {
  background-color: rgb(41 112 255 / 0.95);
}
.bg-comp-badge-blue-status\/base-opacity-disabled {
  background-color: rgb(41 112 255 / 60%);
}
.bg-comp-badge-blue-status\/core-opacity-0 {
  background-color: rgb(41 112 255 / 0%);
}
.bg-comp-badge-blue-status\/core-opacity-10 {
  background-color: rgb(41 112 255 / 10%);
}
.bg-comp-badge-blue-status\/core-opacity-100 {
  background-color: rgb(41 112 255 / 100%);
}
.bg-comp-badge-blue-status\/core-opacity-20 {
  background-color: rgb(41 112 255 / 20%);
}
.bg-comp-badge-blue-status\/core-opacity-30 {
  background-color: rgb(41 112 255 / 30%);
}
.bg-comp-badge-blue-status\/core-opacity-40 {
  background-color: rgb(41 112 255 / 40%);
}
.bg-comp-badge-blue-status\/core-opacity-50 {
  background-color: rgb(41 112 255 / 50%);
}
.bg-comp-badge-blue-status\/core-opacity-60 {
  background-color: rgb(41 112 255 / 60%);
}
.bg-comp-badge-blue-status\/core-opacity-70 {
  background-color: rgb(41 112 255 / 70%);
}
.bg-comp-badge-blue-status\/core-opacity-80 {
  background-color: rgb(41 112 255 / 80%);
}
.bg-comp-badge-blue-status\/core-opacity-90 {
  background-color: rgb(41 112 255 / 90%);
}
.bg-comp-badge-cyan-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(235 253 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-cyan-bg\/0 {
  background-color: rgb(235 253 255 / 0);
}
.bg-comp-badge-cyan-bg\/10 {
  background-color: rgb(235 253 255 / 0.1);
}
.bg-comp-badge-cyan-bg\/100 {
  background-color: rgb(235 253 255 / 1);
}
.bg-comp-badge-cyan-bg\/20 {
  background-color: rgb(235 253 255 / 0.2);
}
.bg-comp-badge-cyan-bg\/25 {
  background-color: rgb(235 253 255 / 0.25);
}
.bg-comp-badge-cyan-bg\/30 {
  background-color: rgb(235 253 255 / 0.3);
}
.bg-comp-badge-cyan-bg\/40 {
  background-color: rgb(235 253 255 / 0.4);
}
.bg-comp-badge-cyan-bg\/5 {
  background-color: rgb(235 253 255 / 0.05);
}
.bg-comp-badge-cyan-bg\/50 {
  background-color: rgb(235 253 255 / 0.5);
}
.bg-comp-badge-cyan-bg\/60 {
  background-color: rgb(235 253 255 / 0.6);
}
.bg-comp-badge-cyan-bg\/70 {
  background-color: rgb(235 253 255 / 0.7);
}
.bg-comp-badge-cyan-bg\/75 {
  background-color: rgb(235 253 255 / 0.75);
}
.bg-comp-badge-cyan-bg\/80 {
  background-color: rgb(235 253 255 / 0.8);
}
.bg-comp-badge-cyan-bg\/90 {
  background-color: rgb(235 253 255 / 0.9);
}
.bg-comp-badge-cyan-bg\/95 {
  background-color: rgb(235 253 255 / 0.95);
}
.bg-comp-badge-cyan-bg\/base-opacity-disabled {
  background-color: rgb(235 253 255 / 60%);
}
.bg-comp-badge-cyan-bg\/core-opacity-0 {
  background-color: rgb(235 253 255 / 0%);
}
.bg-comp-badge-cyan-bg\/core-opacity-10 {
  background-color: rgb(235 253 255 / 10%);
}
.bg-comp-badge-cyan-bg\/core-opacity-100 {
  background-color: rgb(235 253 255 / 100%);
}
.bg-comp-badge-cyan-bg\/core-opacity-20 {
  background-color: rgb(235 253 255 / 20%);
}
.bg-comp-badge-cyan-bg\/core-opacity-30 {
  background-color: rgb(235 253 255 / 30%);
}
.bg-comp-badge-cyan-bg\/core-opacity-40 {
  background-color: rgb(235 253 255 / 40%);
}
.bg-comp-badge-cyan-bg\/core-opacity-50 {
  background-color: rgb(235 253 255 / 50%);
}
.bg-comp-badge-cyan-bg\/core-opacity-60 {
  background-color: rgb(235 253 255 / 60%);
}
.bg-comp-badge-cyan-bg\/core-opacity-70 {
  background-color: rgb(235 253 255 / 70%);
}
.bg-comp-badge-cyan-bg\/core-opacity-80 {
  background-color: rgb(235 253 255 / 80%);
}
.bg-comp-badge-cyan-bg\/core-opacity-90 {
  background-color: rgb(235 253 255 / 90%);
}
.bg-comp-badge-cyan-border {
  --tw-bg-opacity: 1;
  background-color: rgb(166 241 252 / var(--tw-bg-opacity));
}
.bg-comp-badge-cyan-border\/0 {
  background-color: rgb(166 241 252 / 0);
}
.bg-comp-badge-cyan-border\/10 {
  background-color: rgb(166 241 252 / 0.1);
}
.bg-comp-badge-cyan-border\/100 {
  background-color: rgb(166 241 252 / 1);
}
.bg-comp-badge-cyan-border\/20 {
  background-color: rgb(166 241 252 / 0.2);
}
.bg-comp-badge-cyan-border\/25 {
  background-color: rgb(166 241 252 / 0.25);
}
.bg-comp-badge-cyan-border\/30 {
  background-color: rgb(166 241 252 / 0.3);
}
.bg-comp-badge-cyan-border\/40 {
  background-color: rgb(166 241 252 / 0.4);
}
.bg-comp-badge-cyan-border\/5 {
  background-color: rgb(166 241 252 / 0.05);
}
.bg-comp-badge-cyan-border\/50 {
  background-color: rgb(166 241 252 / 0.5);
}
.bg-comp-badge-cyan-border\/60 {
  background-color: rgb(166 241 252 / 0.6);
}
.bg-comp-badge-cyan-border\/70 {
  background-color: rgb(166 241 252 / 0.7);
}
.bg-comp-badge-cyan-border\/75 {
  background-color: rgb(166 241 252 / 0.75);
}
.bg-comp-badge-cyan-border\/80 {
  background-color: rgb(166 241 252 / 0.8);
}
.bg-comp-badge-cyan-border\/90 {
  background-color: rgb(166 241 252 / 0.9);
}
.bg-comp-badge-cyan-border\/95 {
  background-color: rgb(166 241 252 / 0.95);
}
.bg-comp-badge-cyan-border\/base-opacity-disabled {
  background-color: rgb(166 241 252 / 60%);
}
.bg-comp-badge-cyan-border\/core-opacity-0 {
  background-color: rgb(166 241 252 / 0%);
}
.bg-comp-badge-cyan-border\/core-opacity-10 {
  background-color: rgb(166 241 252 / 10%);
}
.bg-comp-badge-cyan-border\/core-opacity-100 {
  background-color: rgb(166 241 252 / 100%);
}
.bg-comp-badge-cyan-border\/core-opacity-20 {
  background-color: rgb(166 241 252 / 20%);
}
.bg-comp-badge-cyan-border\/core-opacity-30 {
  background-color: rgb(166 241 252 / 30%);
}
.bg-comp-badge-cyan-border\/core-opacity-40 {
  background-color: rgb(166 241 252 / 40%);
}
.bg-comp-badge-cyan-border\/core-opacity-50 {
  background-color: rgb(166 241 252 / 50%);
}
.bg-comp-badge-cyan-border\/core-opacity-60 {
  background-color: rgb(166 241 252 / 60%);
}
.bg-comp-badge-cyan-border\/core-opacity-70 {
  background-color: rgb(166 241 252 / 70%);
}
.bg-comp-badge-cyan-border\/core-opacity-80 {
  background-color: rgb(166 241 252 / 80%);
}
.bg-comp-badge-cyan-border\/core-opacity-90 {
  background-color: rgb(166 241 252 / 90%);
}
.bg-comp-badge-cyan-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(8 136 175 / var(--tw-bg-opacity));
}
.bg-comp-badge-cyan-fg\/0 {
  background-color: rgb(8 136 175 / 0);
}
.bg-comp-badge-cyan-fg\/10 {
  background-color: rgb(8 136 175 / 0.1);
}
.bg-comp-badge-cyan-fg\/100 {
  background-color: rgb(8 136 175 / 1);
}
.bg-comp-badge-cyan-fg\/20 {
  background-color: rgb(8 136 175 / 0.2);
}
.bg-comp-badge-cyan-fg\/25 {
  background-color: rgb(8 136 175 / 0.25);
}
.bg-comp-badge-cyan-fg\/30 {
  background-color: rgb(8 136 175 / 0.3);
}
.bg-comp-badge-cyan-fg\/40 {
  background-color: rgb(8 136 175 / 0.4);
}
.bg-comp-badge-cyan-fg\/5 {
  background-color: rgb(8 136 175 / 0.05);
}
.bg-comp-badge-cyan-fg\/50 {
  background-color: rgb(8 136 175 / 0.5);
}
.bg-comp-badge-cyan-fg\/60 {
  background-color: rgb(8 136 175 / 0.6);
}
.bg-comp-badge-cyan-fg\/70 {
  background-color: rgb(8 136 175 / 0.7);
}
.bg-comp-badge-cyan-fg\/75 {
  background-color: rgb(8 136 175 / 0.75);
}
.bg-comp-badge-cyan-fg\/80 {
  background-color: rgb(8 136 175 / 0.8);
}
.bg-comp-badge-cyan-fg\/90 {
  background-color: rgb(8 136 175 / 0.9);
}
.bg-comp-badge-cyan-fg\/95 {
  background-color: rgb(8 136 175 / 0.95);
}
.bg-comp-badge-cyan-fg\/base-opacity-disabled {
  background-color: rgb(8 136 175 / 60%);
}
.bg-comp-badge-cyan-fg\/core-opacity-0 {
  background-color: rgb(8 136 175 / 0%);
}
.bg-comp-badge-cyan-fg\/core-opacity-10 {
  background-color: rgb(8 136 175 / 10%);
}
.bg-comp-badge-cyan-fg\/core-opacity-100 {
  background-color: rgb(8 136 175 / 100%);
}
.bg-comp-badge-cyan-fg\/core-opacity-20 {
  background-color: rgb(8 136 175 / 20%);
}
.bg-comp-badge-cyan-fg\/core-opacity-30 {
  background-color: rgb(8 136 175 / 30%);
}
.bg-comp-badge-cyan-fg\/core-opacity-40 {
  background-color: rgb(8 136 175 / 40%);
}
.bg-comp-badge-cyan-fg\/core-opacity-50 {
  background-color: rgb(8 136 175 / 50%);
}
.bg-comp-badge-cyan-fg\/core-opacity-60 {
  background-color: rgb(8 136 175 / 60%);
}
.bg-comp-badge-cyan-fg\/core-opacity-70 {
  background-color: rgb(8 136 175 / 70%);
}
.bg-comp-badge-cyan-fg\/core-opacity-80 {
  background-color: rgb(8 136 175 / 80%);
}
.bg-comp-badge-cyan-fg\/core-opacity-90 {
  background-color: rgb(8 136 175 / 90%);
}
.bg-comp-badge-cyan-status {
  --tw-bg-opacity: 1;
  background-color: rgb(7 175 213 / var(--tw-bg-opacity));
}
.bg-comp-badge-cyan-status\/0 {
  background-color: rgb(7 175 213 / 0);
}
.bg-comp-badge-cyan-status\/10 {
  background-color: rgb(7 175 213 / 0.1);
}
.bg-comp-badge-cyan-status\/100 {
  background-color: rgb(7 175 213 / 1);
}
.bg-comp-badge-cyan-status\/20 {
  background-color: rgb(7 175 213 / 0.2);
}
.bg-comp-badge-cyan-status\/25 {
  background-color: rgb(7 175 213 / 0.25);
}
.bg-comp-badge-cyan-status\/30 {
  background-color: rgb(7 175 213 / 0.3);
}
.bg-comp-badge-cyan-status\/40 {
  background-color: rgb(7 175 213 / 0.4);
}
.bg-comp-badge-cyan-status\/5 {
  background-color: rgb(7 175 213 / 0.05);
}
.bg-comp-badge-cyan-status\/50 {
  background-color: rgb(7 175 213 / 0.5);
}
.bg-comp-badge-cyan-status\/60 {
  background-color: rgb(7 175 213 / 0.6);
}
.bg-comp-badge-cyan-status\/70 {
  background-color: rgb(7 175 213 / 0.7);
}
.bg-comp-badge-cyan-status\/75 {
  background-color: rgb(7 175 213 / 0.75);
}
.bg-comp-badge-cyan-status\/80 {
  background-color: rgb(7 175 213 / 0.8);
}
.bg-comp-badge-cyan-status\/90 {
  background-color: rgb(7 175 213 / 0.9);
}
.bg-comp-badge-cyan-status\/95 {
  background-color: rgb(7 175 213 / 0.95);
}
.bg-comp-badge-cyan-status\/base-opacity-disabled {
  background-color: rgb(7 175 213 / 60%);
}
.bg-comp-badge-cyan-status\/core-opacity-0 {
  background-color: rgb(7 175 213 / 0%);
}
.bg-comp-badge-cyan-status\/core-opacity-10 {
  background-color: rgb(7 175 213 / 10%);
}
.bg-comp-badge-cyan-status\/core-opacity-100 {
  background-color: rgb(7 175 213 / 100%);
}
.bg-comp-badge-cyan-status\/core-opacity-20 {
  background-color: rgb(7 175 213 / 20%);
}
.bg-comp-badge-cyan-status\/core-opacity-30 {
  background-color: rgb(7 175 213 / 30%);
}
.bg-comp-badge-cyan-status\/core-opacity-40 {
  background-color: rgb(7 175 213 / 40%);
}
.bg-comp-badge-cyan-status\/core-opacity-50 {
  background-color: rgb(7 175 213 / 50%);
}
.bg-comp-badge-cyan-status\/core-opacity-60 {
  background-color: rgb(7 175 213 / 60%);
}
.bg-comp-badge-cyan-status\/core-opacity-70 {
  background-color: rgb(7 175 213 / 70%);
}
.bg-comp-badge-cyan-status\/core-opacity-80 {
  background-color: rgb(7 175 213 / 80%);
}
.bg-comp-badge-cyan-status\/core-opacity-90 {
  background-color: rgb(7 175 213 / 90%);
}
.bg-comp-badge-dark-gray-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-badge-dark-gray-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-badge-dark-gray-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-badge-dark-gray-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-badge-dark-gray-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-badge-dark-gray-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-badge-dark-gray-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-badge-dark-gray-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-badge-dark-gray-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-badge-dark-gray-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-badge-dark-gray-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-badge-dark-gray-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-badge-dark-gray-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-badge-dark-gray-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-badge-dark-gray-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-badge-dark-gray-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-badge-dark-gray-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-badge-dark-gray-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-badge-dark-gray-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-badge-dark-gray-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-badge-dark-gray-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-badge-dark-gray-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-badge-dark-gray-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-badge-dark-gray-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-badge-dark-gray-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-badge-dark-gray-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-badge-dark-gray-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-badge-dark-gray-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-badge-dark-gray-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-badge-dark-gray-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-badge-dark-gray-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-badge-dark-gray-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-badge-dark-gray-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-badge-dark-gray-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-badge-dark-gray-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-badge-dark-gray-fg\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-badge-dark-gray-fg\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-badge-dark-gray-fg\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-badge-dark-gray-fg\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-badge-dark-gray-fg\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-badge-dark-gray-fg\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-badge-dark-gray-fg\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-badge-dark-gray-fg\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-badge-dark-gray-fg\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-badge-dark-gray-fg\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-badge-dark-gray-fg\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-badge-dark-gray-fg\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-badge-dark-gray-fg\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-badge-dark-gray-fg\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-badge-dark-gray-fg\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-badge-dark-gray-fg\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-badge-green-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(237 253 243 / var(--tw-bg-opacity));
}
.bg-comp-badge-green-bg\/0 {
  background-color: rgb(237 253 243 / 0);
}
.bg-comp-badge-green-bg\/10 {
  background-color: rgb(237 253 243 / 0.1);
}
.bg-comp-badge-green-bg\/100 {
  background-color: rgb(237 253 243 / 1);
}
.bg-comp-badge-green-bg\/20 {
  background-color: rgb(237 253 243 / 0.2);
}
.bg-comp-badge-green-bg\/25 {
  background-color: rgb(237 253 243 / 0.25);
}
.bg-comp-badge-green-bg\/30 {
  background-color: rgb(237 253 243 / 0.3);
}
.bg-comp-badge-green-bg\/40 {
  background-color: rgb(237 253 243 / 0.4);
}
.bg-comp-badge-green-bg\/5 {
  background-color: rgb(237 253 243 / 0.05);
}
.bg-comp-badge-green-bg\/50 {
  background-color: rgb(237 253 243 / 0.5);
}
.bg-comp-badge-green-bg\/60 {
  background-color: rgb(237 253 243 / 0.6);
}
.bg-comp-badge-green-bg\/70 {
  background-color: rgb(237 253 243 / 0.7);
}
.bg-comp-badge-green-bg\/75 {
  background-color: rgb(237 253 243 / 0.75);
}
.bg-comp-badge-green-bg\/80 {
  background-color: rgb(237 253 243 / 0.8);
}
.bg-comp-badge-green-bg\/90 {
  background-color: rgb(237 253 243 / 0.9);
}
.bg-comp-badge-green-bg\/95 {
  background-color: rgb(237 253 243 / 0.95);
}
.bg-comp-badge-green-bg\/base-opacity-disabled {
  background-color: rgb(237 253 243 / 60%);
}
.bg-comp-badge-green-bg\/core-opacity-0 {
  background-color: rgb(237 253 243 / 0%);
}
.bg-comp-badge-green-bg\/core-opacity-10 {
  background-color: rgb(237 253 243 / 10%);
}
.bg-comp-badge-green-bg\/core-opacity-100 {
  background-color: rgb(237 253 243 / 100%);
}
.bg-comp-badge-green-bg\/core-opacity-20 {
  background-color: rgb(237 253 243 / 20%);
}
.bg-comp-badge-green-bg\/core-opacity-30 {
  background-color: rgb(237 253 243 / 30%);
}
.bg-comp-badge-green-bg\/core-opacity-40 {
  background-color: rgb(237 253 243 / 40%);
}
.bg-comp-badge-green-bg\/core-opacity-50 {
  background-color: rgb(237 253 243 / 50%);
}
.bg-comp-badge-green-bg\/core-opacity-60 {
  background-color: rgb(237 253 243 / 60%);
}
.bg-comp-badge-green-bg\/core-opacity-70 {
  background-color: rgb(237 253 243 / 70%);
}
.bg-comp-badge-green-bg\/core-opacity-80 {
  background-color: rgb(237 253 243 / 80%);
}
.bg-comp-badge-green-bg\/core-opacity-90 {
  background-color: rgb(237 253 243 / 90%);
}
.bg-comp-badge-green-border {
  --tw-bg-opacity: 1;
  background-color: rgb(164 244 196 / var(--tw-bg-opacity));
}
.bg-comp-badge-green-border\/0 {
  background-color: rgb(164 244 196 / 0);
}
.bg-comp-badge-green-border\/10 {
  background-color: rgb(164 244 196 / 0.1);
}
.bg-comp-badge-green-border\/100 {
  background-color: rgb(164 244 196 / 1);
}
.bg-comp-badge-green-border\/20 {
  background-color: rgb(164 244 196 / 0.2);
}
.bg-comp-badge-green-border\/25 {
  background-color: rgb(164 244 196 / 0.25);
}
.bg-comp-badge-green-border\/30 {
  background-color: rgb(164 244 196 / 0.3);
}
.bg-comp-badge-green-border\/40 {
  background-color: rgb(164 244 196 / 0.4);
}
.bg-comp-badge-green-border\/5 {
  background-color: rgb(164 244 196 / 0.05);
}
.bg-comp-badge-green-border\/50 {
  background-color: rgb(164 244 196 / 0.5);
}
.bg-comp-badge-green-border\/60 {
  background-color: rgb(164 244 196 / 0.6);
}
.bg-comp-badge-green-border\/70 {
  background-color: rgb(164 244 196 / 0.7);
}
.bg-comp-badge-green-border\/75 {
  background-color: rgb(164 244 196 / 0.75);
}
.bg-comp-badge-green-border\/80 {
  background-color: rgb(164 244 196 / 0.8);
}
.bg-comp-badge-green-border\/90 {
  background-color: rgb(164 244 196 / 0.9);
}
.bg-comp-badge-green-border\/95 {
  background-color: rgb(164 244 196 / 0.95);
}
.bg-comp-badge-green-border\/base-opacity-disabled {
  background-color: rgb(164 244 196 / 60%);
}
.bg-comp-badge-green-border\/core-opacity-0 {
  background-color: rgb(164 244 196 / 0%);
}
.bg-comp-badge-green-border\/core-opacity-10 {
  background-color: rgb(164 244 196 / 10%);
}
.bg-comp-badge-green-border\/core-opacity-100 {
  background-color: rgb(164 244 196 / 100%);
}
.bg-comp-badge-green-border\/core-opacity-20 {
  background-color: rgb(164 244 196 / 20%);
}
.bg-comp-badge-green-border\/core-opacity-30 {
  background-color: rgb(164 244 196 / 30%);
}
.bg-comp-badge-green-border\/core-opacity-40 {
  background-color: rgb(164 244 196 / 40%);
}
.bg-comp-badge-green-border\/core-opacity-50 {
  background-color: rgb(164 244 196 / 50%);
}
.bg-comp-badge-green-border\/core-opacity-60 {
  background-color: rgb(164 244 196 / 60%);
}
.bg-comp-badge-green-border\/core-opacity-70 {
  background-color: rgb(164 244 196 / 70%);
}
.bg-comp-badge-green-border\/core-opacity-80 {
  background-color: rgb(164 244 196 / 80%);
}
.bg-comp-badge-green-border\/core-opacity-90 {
  background-color: rgb(164 244 196 / 90%);
}
.bg-comp-badge-green-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(3 150 84 / var(--tw-bg-opacity));
}
.bg-comp-badge-green-fg\/0 {
  background-color: rgb(3 150 84 / 0);
}
.bg-comp-badge-green-fg\/10 {
  background-color: rgb(3 150 84 / 0.1);
}
.bg-comp-badge-green-fg\/100 {
  background-color: rgb(3 150 84 / 1);
}
.bg-comp-badge-green-fg\/20 {
  background-color: rgb(3 150 84 / 0.2);
}
.bg-comp-badge-green-fg\/25 {
  background-color: rgb(3 150 84 / 0.25);
}
.bg-comp-badge-green-fg\/30 {
  background-color: rgb(3 150 84 / 0.3);
}
.bg-comp-badge-green-fg\/40 {
  background-color: rgb(3 150 84 / 0.4);
}
.bg-comp-badge-green-fg\/5 {
  background-color: rgb(3 150 84 / 0.05);
}
.bg-comp-badge-green-fg\/50 {
  background-color: rgb(3 150 84 / 0.5);
}
.bg-comp-badge-green-fg\/60 {
  background-color: rgb(3 150 84 / 0.6);
}
.bg-comp-badge-green-fg\/70 {
  background-color: rgb(3 150 84 / 0.7);
}
.bg-comp-badge-green-fg\/75 {
  background-color: rgb(3 150 84 / 0.75);
}
.bg-comp-badge-green-fg\/80 {
  background-color: rgb(3 150 84 / 0.8);
}
.bg-comp-badge-green-fg\/90 {
  background-color: rgb(3 150 84 / 0.9);
}
.bg-comp-badge-green-fg\/95 {
  background-color: rgb(3 150 84 / 0.95);
}
.bg-comp-badge-green-fg\/base-opacity-disabled {
  background-color: rgb(3 150 84 / 60%);
}
.bg-comp-badge-green-fg\/core-opacity-0 {
  background-color: rgb(3 150 84 / 0%);
}
.bg-comp-badge-green-fg\/core-opacity-10 {
  background-color: rgb(3 150 84 / 10%);
}
.bg-comp-badge-green-fg\/core-opacity-100 {
  background-color: rgb(3 150 84 / 100%);
}
.bg-comp-badge-green-fg\/core-opacity-20 {
  background-color: rgb(3 150 84 / 20%);
}
.bg-comp-badge-green-fg\/core-opacity-30 {
  background-color: rgb(3 150 84 / 30%);
}
.bg-comp-badge-green-fg\/core-opacity-40 {
  background-color: rgb(3 150 84 / 40%);
}
.bg-comp-badge-green-fg\/core-opacity-50 {
  background-color: rgb(3 150 84 / 50%);
}
.bg-comp-badge-green-fg\/core-opacity-60 {
  background-color: rgb(3 150 84 / 60%);
}
.bg-comp-badge-green-fg\/core-opacity-70 {
  background-color: rgb(3 150 84 / 70%);
}
.bg-comp-badge-green-fg\/core-opacity-80 {
  background-color: rgb(3 150 84 / 80%);
}
.bg-comp-badge-green-fg\/core-opacity-90 {
  background-color: rgb(3 150 84 / 90%);
}
.bg-comp-badge-green-status {
  --tw-bg-opacity: 1;
  background-color: rgb(18 181 105 / var(--tw-bg-opacity));
}
.bg-comp-badge-green-status\/0 {
  background-color: rgb(18 181 105 / 0);
}
.bg-comp-badge-green-status\/10 {
  background-color: rgb(18 181 105 / 0.1);
}
.bg-comp-badge-green-status\/100 {
  background-color: rgb(18 181 105 / 1);
}
.bg-comp-badge-green-status\/20 {
  background-color: rgb(18 181 105 / 0.2);
}
.bg-comp-badge-green-status\/25 {
  background-color: rgb(18 181 105 / 0.25);
}
.bg-comp-badge-green-status\/30 {
  background-color: rgb(18 181 105 / 0.3);
}
.bg-comp-badge-green-status\/40 {
  background-color: rgb(18 181 105 / 0.4);
}
.bg-comp-badge-green-status\/5 {
  background-color: rgb(18 181 105 / 0.05);
}
.bg-comp-badge-green-status\/50 {
  background-color: rgb(18 181 105 / 0.5);
}
.bg-comp-badge-green-status\/60 {
  background-color: rgb(18 181 105 / 0.6);
}
.bg-comp-badge-green-status\/70 {
  background-color: rgb(18 181 105 / 0.7);
}
.bg-comp-badge-green-status\/75 {
  background-color: rgb(18 181 105 / 0.75);
}
.bg-comp-badge-green-status\/80 {
  background-color: rgb(18 181 105 / 0.8);
}
.bg-comp-badge-green-status\/90 {
  background-color: rgb(18 181 105 / 0.9);
}
.bg-comp-badge-green-status\/95 {
  background-color: rgb(18 181 105 / 0.95);
}
.bg-comp-badge-green-status\/base-opacity-disabled {
  background-color: rgb(18 181 105 / 60%);
}
.bg-comp-badge-green-status\/core-opacity-0 {
  background-color: rgb(18 181 105 / 0%);
}
.bg-comp-badge-green-status\/core-opacity-10 {
  background-color: rgb(18 181 105 / 10%);
}
.bg-comp-badge-green-status\/core-opacity-100 {
  background-color: rgb(18 181 105 / 100%);
}
.bg-comp-badge-green-status\/core-opacity-20 {
  background-color: rgb(18 181 105 / 20%);
}
.bg-comp-badge-green-status\/core-opacity-30 {
  background-color: rgb(18 181 105 / 30%);
}
.bg-comp-badge-green-status\/core-opacity-40 {
  background-color: rgb(18 181 105 / 40%);
}
.bg-comp-badge-green-status\/core-opacity-50 {
  background-color: rgb(18 181 105 / 50%);
}
.bg-comp-badge-green-status\/core-opacity-60 {
  background-color: rgb(18 181 105 / 60%);
}
.bg-comp-badge-green-status\/core-opacity-70 {
  background-color: rgb(18 181 105 / 70%);
}
.bg-comp-badge-green-status\/core-opacity-80 {
  background-color: rgb(18 181 105 / 80%);
}
.bg-comp-badge-green-status\/core-opacity-90 {
  background-color: rgb(18 181 105 / 90%);
}
.bg-comp-badge-light-gray-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-light-gray-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-badge-light-gray-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-badge-light-gray-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-badge-light-gray-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-badge-light-gray-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-badge-light-gray-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-badge-light-gray-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-badge-light-gray-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-badge-light-gray-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-badge-light-gray-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-badge-light-gray-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-badge-light-gray-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-badge-light-gray-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-badge-light-gray-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-badge-light-gray-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-badge-light-gray-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-badge-light-gray-border {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-comp-badge-light-gray-border\/0 {
  background-color: rgb(234 236 240 / 0);
}
.bg-comp-badge-light-gray-border\/10 {
  background-color: rgb(234 236 240 / 0.1);
}
.bg-comp-badge-light-gray-border\/100 {
  background-color: rgb(234 236 240 / 1);
}
.bg-comp-badge-light-gray-border\/20 {
  background-color: rgb(234 236 240 / 0.2);
}
.bg-comp-badge-light-gray-border\/25 {
  background-color: rgb(234 236 240 / 0.25);
}
.bg-comp-badge-light-gray-border\/30 {
  background-color: rgb(234 236 240 / 0.3);
}
.bg-comp-badge-light-gray-border\/40 {
  background-color: rgb(234 236 240 / 0.4);
}
.bg-comp-badge-light-gray-border\/5 {
  background-color: rgb(234 236 240 / 0.05);
}
.bg-comp-badge-light-gray-border\/50 {
  background-color: rgb(234 236 240 / 0.5);
}
.bg-comp-badge-light-gray-border\/60 {
  background-color: rgb(234 236 240 / 0.6);
}
.bg-comp-badge-light-gray-border\/70 {
  background-color: rgb(234 236 240 / 0.7);
}
.bg-comp-badge-light-gray-border\/75 {
  background-color: rgb(234 236 240 / 0.75);
}
.bg-comp-badge-light-gray-border\/80 {
  background-color: rgb(234 236 240 / 0.8);
}
.bg-comp-badge-light-gray-border\/90 {
  background-color: rgb(234 236 240 / 0.9);
}
.bg-comp-badge-light-gray-border\/95 {
  background-color: rgb(234 236 240 / 0.95);
}
.bg-comp-badge-light-gray-border\/base-opacity-disabled {
  background-color: rgb(234 236 240 / 60%);
}
.bg-comp-badge-light-gray-border\/core-opacity-0 {
  background-color: rgb(234 236 240 / 0%);
}
.bg-comp-badge-light-gray-border\/core-opacity-10 {
  background-color: rgb(234 236 240 / 10%);
}
.bg-comp-badge-light-gray-border\/core-opacity-100 {
  background-color: rgb(234 236 240 / 100%);
}
.bg-comp-badge-light-gray-border\/core-opacity-20 {
  background-color: rgb(234 236 240 / 20%);
}
.bg-comp-badge-light-gray-border\/core-opacity-30 {
  background-color: rgb(234 236 240 / 30%);
}
.bg-comp-badge-light-gray-border\/core-opacity-40 {
  background-color: rgb(234 236 240 / 40%);
}
.bg-comp-badge-light-gray-border\/core-opacity-50 {
  background-color: rgb(234 236 240 / 50%);
}
.bg-comp-badge-light-gray-border\/core-opacity-60 {
  background-color: rgb(234 236 240 / 60%);
}
.bg-comp-badge-light-gray-border\/core-opacity-70 {
  background-color: rgb(234 236 240 / 70%);
}
.bg-comp-badge-light-gray-border\/core-opacity-80 {
  background-color: rgb(234 236 240 / 80%);
}
.bg-comp-badge-light-gray-border\/core-opacity-90 {
  background-color: rgb(234 236 240 / 90%);
}
.bg-comp-badge-light-gray-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(71 84 102 / var(--tw-bg-opacity));
}
.bg-comp-badge-light-gray-fg\/0 {
  background-color: rgb(71 84 102 / 0);
}
.bg-comp-badge-light-gray-fg\/10 {
  background-color: rgb(71 84 102 / 0.1);
}
.bg-comp-badge-light-gray-fg\/100 {
  background-color: rgb(71 84 102 / 1);
}
.bg-comp-badge-light-gray-fg\/20 {
  background-color: rgb(71 84 102 / 0.2);
}
.bg-comp-badge-light-gray-fg\/25 {
  background-color: rgb(71 84 102 / 0.25);
}
.bg-comp-badge-light-gray-fg\/30 {
  background-color: rgb(71 84 102 / 0.3);
}
.bg-comp-badge-light-gray-fg\/40 {
  background-color: rgb(71 84 102 / 0.4);
}
.bg-comp-badge-light-gray-fg\/5 {
  background-color: rgb(71 84 102 / 0.05);
}
.bg-comp-badge-light-gray-fg\/50 {
  background-color: rgb(71 84 102 / 0.5);
}
.bg-comp-badge-light-gray-fg\/60 {
  background-color: rgb(71 84 102 / 0.6);
}
.bg-comp-badge-light-gray-fg\/70 {
  background-color: rgb(71 84 102 / 0.7);
}
.bg-comp-badge-light-gray-fg\/75 {
  background-color: rgb(71 84 102 / 0.75);
}
.bg-comp-badge-light-gray-fg\/80 {
  background-color: rgb(71 84 102 / 0.8);
}
.bg-comp-badge-light-gray-fg\/90 {
  background-color: rgb(71 84 102 / 0.9);
}
.bg-comp-badge-light-gray-fg\/95 {
  background-color: rgb(71 84 102 / 0.95);
}
.bg-comp-badge-light-gray-fg\/base-opacity-disabled {
  background-color: rgb(71 84 102 / 60%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-0 {
  background-color: rgb(71 84 102 / 0%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-10 {
  background-color: rgb(71 84 102 / 10%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-100 {
  background-color: rgb(71 84 102 / 100%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-20 {
  background-color: rgb(71 84 102 / 20%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-30 {
  background-color: rgb(71 84 102 / 30%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-40 {
  background-color: rgb(71 84 102 / 40%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-50 {
  background-color: rgb(71 84 102 / 50%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-60 {
  background-color: rgb(71 84 102 / 60%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-70 {
  background-color: rgb(71 84 102 / 70%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-80 {
  background-color: rgb(71 84 102 / 80%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-90 {
  background-color: rgb(71 84 102 / 90%);
}
.bg-comp-badge-orange-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 235 / var(--tw-bg-opacity));
}
.bg-comp-badge-orange-bg\/0 {
  background-color: rgb(255 245 235 / 0);
}
.bg-comp-badge-orange-bg\/10 {
  background-color: rgb(255 245 235 / 0.1);
}
.bg-comp-badge-orange-bg\/100 {
  background-color: rgb(255 245 235 / 1);
}
.bg-comp-badge-orange-bg\/20 {
  background-color: rgb(255 245 235 / 0.2);
}
.bg-comp-badge-orange-bg\/25 {
  background-color: rgb(255 245 235 / 0.25);
}
.bg-comp-badge-orange-bg\/30 {
  background-color: rgb(255 245 235 / 0.3);
}
.bg-comp-badge-orange-bg\/40 {
  background-color: rgb(255 245 235 / 0.4);
}
.bg-comp-badge-orange-bg\/5 {
  background-color: rgb(255 245 235 / 0.05);
}
.bg-comp-badge-orange-bg\/50 {
  background-color: rgb(255 245 235 / 0.5);
}
.bg-comp-badge-orange-bg\/60 {
  background-color: rgb(255 245 235 / 0.6);
}
.bg-comp-badge-orange-bg\/70 {
  background-color: rgb(255 245 235 / 0.7);
}
.bg-comp-badge-orange-bg\/75 {
  background-color: rgb(255 245 235 / 0.75);
}
.bg-comp-badge-orange-bg\/80 {
  background-color: rgb(255 245 235 / 0.8);
}
.bg-comp-badge-orange-bg\/90 {
  background-color: rgb(255 245 235 / 0.9);
}
.bg-comp-badge-orange-bg\/95 {
  background-color: rgb(255 245 235 / 0.95);
}
.bg-comp-badge-orange-bg\/base-opacity-disabled {
  background-color: rgb(255 245 235 / 60%);
}
.bg-comp-badge-orange-bg\/core-opacity-0 {
  background-color: rgb(255 245 235 / 0%);
}
.bg-comp-badge-orange-bg\/core-opacity-10 {
  background-color: rgb(255 245 235 / 10%);
}
.bg-comp-badge-orange-bg\/core-opacity-100 {
  background-color: rgb(255 245 235 / 100%);
}
.bg-comp-badge-orange-bg\/core-opacity-20 {
  background-color: rgb(255 245 235 / 20%);
}
.bg-comp-badge-orange-bg\/core-opacity-30 {
  background-color: rgb(255 245 235 / 30%);
}
.bg-comp-badge-orange-bg\/core-opacity-40 {
  background-color: rgb(255 245 235 / 40%);
}
.bg-comp-badge-orange-bg\/core-opacity-50 {
  background-color: rgb(255 245 235 / 50%);
}
.bg-comp-badge-orange-bg\/core-opacity-60 {
  background-color: rgb(255 245 235 / 60%);
}
.bg-comp-badge-orange-bg\/core-opacity-70 {
  background-color: rgb(255 245 235 / 70%);
}
.bg-comp-badge-orange-bg\/core-opacity-80 {
  background-color: rgb(255 245 235 / 80%);
}
.bg-comp-badge-orange-bg\/core-opacity-90 {
  background-color: rgb(255 245 235 / 90%);
}
.bg-comp-badge-orange-border {
  --tw-bg-opacity: 1;
  background-color: rgb(253 220 170 / var(--tw-bg-opacity));
}
.bg-comp-badge-orange-border\/0 {
  background-color: rgb(253 220 170 / 0);
}
.bg-comp-badge-orange-border\/10 {
  background-color: rgb(253 220 170 / 0.1);
}
.bg-comp-badge-orange-border\/100 {
  background-color: rgb(253 220 170 / 1);
}
.bg-comp-badge-orange-border\/20 {
  background-color: rgb(253 220 170 / 0.2);
}
.bg-comp-badge-orange-border\/25 {
  background-color: rgb(253 220 170 / 0.25);
}
.bg-comp-badge-orange-border\/30 {
  background-color: rgb(253 220 170 / 0.3);
}
.bg-comp-badge-orange-border\/40 {
  background-color: rgb(253 220 170 / 0.4);
}
.bg-comp-badge-orange-border\/5 {
  background-color: rgb(253 220 170 / 0.05);
}
.bg-comp-badge-orange-border\/50 {
  background-color: rgb(253 220 170 / 0.5);
}
.bg-comp-badge-orange-border\/60 {
  background-color: rgb(253 220 170 / 0.6);
}
.bg-comp-badge-orange-border\/70 {
  background-color: rgb(253 220 170 / 0.7);
}
.bg-comp-badge-orange-border\/75 {
  background-color: rgb(253 220 170 / 0.75);
}
.bg-comp-badge-orange-border\/80 {
  background-color: rgb(253 220 170 / 0.8);
}
.bg-comp-badge-orange-border\/90 {
  background-color: rgb(253 220 170 / 0.9);
}
.bg-comp-badge-orange-border\/95 {
  background-color: rgb(253 220 170 / 0.95);
}
.bg-comp-badge-orange-border\/base-opacity-disabled {
  background-color: rgb(253 220 170 / 60%);
}
.bg-comp-badge-orange-border\/core-opacity-0 {
  background-color: rgb(253 220 170 / 0%);
}
.bg-comp-badge-orange-border\/core-opacity-10 {
  background-color: rgb(253 220 170 / 10%);
}
.bg-comp-badge-orange-border\/core-opacity-100 {
  background-color: rgb(253 220 170 / 100%);
}
.bg-comp-badge-orange-border\/core-opacity-20 {
  background-color: rgb(253 220 170 / 20%);
}
.bg-comp-badge-orange-border\/core-opacity-30 {
  background-color: rgb(253 220 170 / 30%);
}
.bg-comp-badge-orange-border\/core-opacity-40 {
  background-color: rgb(253 220 170 / 40%);
}
.bg-comp-badge-orange-border\/core-opacity-50 {
  background-color: rgb(253 220 170 / 50%);
}
.bg-comp-badge-orange-border\/core-opacity-60 {
  background-color: rgb(253 220 170 / 60%);
}
.bg-comp-badge-orange-border\/core-opacity-70 {
  background-color: rgb(253 220 170 / 70%);
}
.bg-comp-badge-orange-border\/core-opacity-80 {
  background-color: rgb(253 220 170 / 80%);
}
.bg-comp-badge-orange-border\/core-opacity-90 {
  background-color: rgb(253 220 170 / 90%);
}
.bg-comp-badge-orange-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(235 74 10 / var(--tw-bg-opacity));
}
.bg-comp-badge-orange-fg\/0 {
  background-color: rgb(235 74 10 / 0);
}
.bg-comp-badge-orange-fg\/10 {
  background-color: rgb(235 74 10 / 0.1);
}
.bg-comp-badge-orange-fg\/100 {
  background-color: rgb(235 74 10 / 1);
}
.bg-comp-badge-orange-fg\/20 {
  background-color: rgb(235 74 10 / 0.2);
}
.bg-comp-badge-orange-fg\/25 {
  background-color: rgb(235 74 10 / 0.25);
}
.bg-comp-badge-orange-fg\/30 {
  background-color: rgb(235 74 10 / 0.3);
}
.bg-comp-badge-orange-fg\/40 {
  background-color: rgb(235 74 10 / 0.4);
}
.bg-comp-badge-orange-fg\/5 {
  background-color: rgb(235 74 10 / 0.05);
}
.bg-comp-badge-orange-fg\/50 {
  background-color: rgb(235 74 10 / 0.5);
}
.bg-comp-badge-orange-fg\/60 {
  background-color: rgb(235 74 10 / 0.6);
}
.bg-comp-badge-orange-fg\/70 {
  background-color: rgb(235 74 10 / 0.7);
}
.bg-comp-badge-orange-fg\/75 {
  background-color: rgb(235 74 10 / 0.75);
}
.bg-comp-badge-orange-fg\/80 {
  background-color: rgb(235 74 10 / 0.8);
}
.bg-comp-badge-orange-fg\/90 {
  background-color: rgb(235 74 10 / 0.9);
}
.bg-comp-badge-orange-fg\/95 {
  background-color: rgb(235 74 10 / 0.95);
}
.bg-comp-badge-orange-fg\/base-opacity-disabled {
  background-color: rgb(235 74 10 / 60%);
}
.bg-comp-badge-orange-fg\/core-opacity-0 {
  background-color: rgb(235 74 10 / 0%);
}
.bg-comp-badge-orange-fg\/core-opacity-10 {
  background-color: rgb(235 74 10 / 10%);
}
.bg-comp-badge-orange-fg\/core-opacity-100 {
  background-color: rgb(235 74 10 / 100%);
}
.bg-comp-badge-orange-fg\/core-opacity-20 {
  background-color: rgb(235 74 10 / 20%);
}
.bg-comp-badge-orange-fg\/core-opacity-30 {
  background-color: rgb(235 74 10 / 30%);
}
.bg-comp-badge-orange-fg\/core-opacity-40 {
  background-color: rgb(235 74 10 / 40%);
}
.bg-comp-badge-orange-fg\/core-opacity-50 {
  background-color: rgb(235 74 10 / 50%);
}
.bg-comp-badge-orange-fg\/core-opacity-60 {
  background-color: rgb(235 74 10 / 60%);
}
.bg-comp-badge-orange-fg\/core-opacity-70 {
  background-color: rgb(235 74 10 / 70%);
}
.bg-comp-badge-orange-fg\/core-opacity-80 {
  background-color: rgb(235 74 10 / 80%);
}
.bg-comp-badge-orange-fg\/core-opacity-90 {
  background-color: rgb(235 74 10 / 90%);
}
.bg-comp-badge-orange-status {
  --tw-bg-opacity: 1;
  background-color: rgb(251 100 19 / var(--tw-bg-opacity));
}
.bg-comp-badge-orange-status\/0 {
  background-color: rgb(251 100 19 / 0);
}
.bg-comp-badge-orange-status\/10 {
  background-color: rgb(251 100 19 / 0.1);
}
.bg-comp-badge-orange-status\/100 {
  background-color: rgb(251 100 19 / 1);
}
.bg-comp-badge-orange-status\/20 {
  background-color: rgb(251 100 19 / 0.2);
}
.bg-comp-badge-orange-status\/25 {
  background-color: rgb(251 100 19 / 0.25);
}
.bg-comp-badge-orange-status\/30 {
  background-color: rgb(251 100 19 / 0.3);
}
.bg-comp-badge-orange-status\/40 {
  background-color: rgb(251 100 19 / 0.4);
}
.bg-comp-badge-orange-status\/5 {
  background-color: rgb(251 100 19 / 0.05);
}
.bg-comp-badge-orange-status\/50 {
  background-color: rgb(251 100 19 / 0.5);
}
.bg-comp-badge-orange-status\/60 {
  background-color: rgb(251 100 19 / 0.6);
}
.bg-comp-badge-orange-status\/70 {
  background-color: rgb(251 100 19 / 0.7);
}
.bg-comp-badge-orange-status\/75 {
  background-color: rgb(251 100 19 / 0.75);
}
.bg-comp-badge-orange-status\/80 {
  background-color: rgb(251 100 19 / 0.8);
}
.bg-comp-badge-orange-status\/90 {
  background-color: rgb(251 100 19 / 0.9);
}
.bg-comp-badge-orange-status\/95 {
  background-color: rgb(251 100 19 / 0.95);
}
.bg-comp-badge-orange-status\/base-opacity-disabled {
  background-color: rgb(251 100 19 / 60%);
}
.bg-comp-badge-orange-status\/core-opacity-0 {
  background-color: rgb(251 100 19 / 0%);
}
.bg-comp-badge-orange-status\/core-opacity-10 {
  background-color: rgb(251 100 19 / 10%);
}
.bg-comp-badge-orange-status\/core-opacity-100 {
  background-color: rgb(251 100 19 / 100%);
}
.bg-comp-badge-orange-status\/core-opacity-20 {
  background-color: rgb(251 100 19 / 20%);
}
.bg-comp-badge-orange-status\/core-opacity-30 {
  background-color: rgb(251 100 19 / 30%);
}
.bg-comp-badge-orange-status\/core-opacity-40 {
  background-color: rgb(251 100 19 / 40%);
}
.bg-comp-badge-orange-status\/core-opacity-50 {
  background-color: rgb(251 100 19 / 50%);
}
.bg-comp-badge-orange-status\/core-opacity-60 {
  background-color: rgb(251 100 19 / 60%);
}
.bg-comp-badge-orange-status\/core-opacity-70 {
  background-color: rgb(251 100 19 / 70%);
}
.bg-comp-badge-orange-status\/core-opacity-80 {
  background-color: rgb(251 100 19 / 80%);
}
.bg-comp-badge-orange-status\/core-opacity-90 {
  background-color: rgb(251 100 19 / 90%);
}
.bg-comp-badge-purple-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.bg-comp-badge-purple-bg\/0 {
  background-color: rgb(242 244 253 / 0);
}
.bg-comp-badge-purple-bg\/10 {
  background-color: rgb(242 244 253 / 0.1);
}
.bg-comp-badge-purple-bg\/100 {
  background-color: rgb(242 244 253 / 1);
}
.bg-comp-badge-purple-bg\/20 {
  background-color: rgb(242 244 253 / 0.2);
}
.bg-comp-badge-purple-bg\/25 {
  background-color: rgb(242 244 253 / 0.25);
}
.bg-comp-badge-purple-bg\/30 {
  background-color: rgb(242 244 253 / 0.3);
}
.bg-comp-badge-purple-bg\/40 {
  background-color: rgb(242 244 253 / 0.4);
}
.bg-comp-badge-purple-bg\/5 {
  background-color: rgb(242 244 253 / 0.05);
}
.bg-comp-badge-purple-bg\/50 {
  background-color: rgb(242 244 253 / 0.5);
}
.bg-comp-badge-purple-bg\/60 {
  background-color: rgb(242 244 253 / 0.6);
}
.bg-comp-badge-purple-bg\/70 {
  background-color: rgb(242 244 253 / 0.7);
}
.bg-comp-badge-purple-bg\/75 {
  background-color: rgb(242 244 253 / 0.75);
}
.bg-comp-badge-purple-bg\/80 {
  background-color: rgb(242 244 253 / 0.8);
}
.bg-comp-badge-purple-bg\/90 {
  background-color: rgb(242 244 253 / 0.9);
}
.bg-comp-badge-purple-bg\/95 {
  background-color: rgb(242 244 253 / 0.95);
}
.bg-comp-badge-purple-bg\/base-opacity-disabled {
  background-color: rgb(242 244 253 / 60%);
}
.bg-comp-badge-purple-bg\/core-opacity-0 {
  background-color: rgb(242 244 253 / 0%);
}
.bg-comp-badge-purple-bg\/core-opacity-10 {
  background-color: rgb(242 244 253 / 10%);
}
.bg-comp-badge-purple-bg\/core-opacity-100 {
  background-color: rgb(242 244 253 / 100%);
}
.bg-comp-badge-purple-bg\/core-opacity-20 {
  background-color: rgb(242 244 253 / 20%);
}
.bg-comp-badge-purple-bg\/core-opacity-30 {
  background-color: rgb(242 244 253 / 30%);
}
.bg-comp-badge-purple-bg\/core-opacity-40 {
  background-color: rgb(242 244 253 / 40%);
}
.bg-comp-badge-purple-bg\/core-opacity-50 {
  background-color: rgb(242 244 253 / 50%);
}
.bg-comp-badge-purple-bg\/core-opacity-60 {
  background-color: rgb(242 244 253 / 60%);
}
.bg-comp-badge-purple-bg\/core-opacity-70 {
  background-color: rgb(242 244 253 / 70%);
}
.bg-comp-badge-purple-bg\/core-opacity-80 {
  background-color: rgb(242 244 253 / 80%);
}
.bg-comp-badge-purple-bg\/core-opacity-90 {
  background-color: rgb(242 244 253 / 90%);
}
.bg-comp-badge-purple-border {
  --tw-bg-opacity: 1;
  background-color: rgb(174 188 244 / var(--tw-bg-opacity));
}
.bg-comp-badge-purple-border\/0 {
  background-color: rgb(174 188 244 / 0);
}
.bg-comp-badge-purple-border\/10 {
  background-color: rgb(174 188 244 / 0.1);
}
.bg-comp-badge-purple-border\/100 {
  background-color: rgb(174 188 244 / 1);
}
.bg-comp-badge-purple-border\/20 {
  background-color: rgb(174 188 244 / 0.2);
}
.bg-comp-badge-purple-border\/25 {
  background-color: rgb(174 188 244 / 0.25);
}
.bg-comp-badge-purple-border\/30 {
  background-color: rgb(174 188 244 / 0.3);
}
.bg-comp-badge-purple-border\/40 {
  background-color: rgb(174 188 244 / 0.4);
}
.bg-comp-badge-purple-border\/5 {
  background-color: rgb(174 188 244 / 0.05);
}
.bg-comp-badge-purple-border\/50 {
  background-color: rgb(174 188 244 / 0.5);
}
.bg-comp-badge-purple-border\/60 {
  background-color: rgb(174 188 244 / 0.6);
}
.bg-comp-badge-purple-border\/70 {
  background-color: rgb(174 188 244 / 0.7);
}
.bg-comp-badge-purple-border\/75 {
  background-color: rgb(174 188 244 / 0.75);
}
.bg-comp-badge-purple-border\/80 {
  background-color: rgb(174 188 244 / 0.8);
}
.bg-comp-badge-purple-border\/90 {
  background-color: rgb(174 188 244 / 0.9);
}
.bg-comp-badge-purple-border\/95 {
  background-color: rgb(174 188 244 / 0.95);
}
.bg-comp-badge-purple-border\/base-opacity-disabled {
  background-color: rgb(174 188 244 / 60%);
}
.bg-comp-badge-purple-border\/core-opacity-0 {
  background-color: rgb(174 188 244 / 0%);
}
.bg-comp-badge-purple-border\/core-opacity-10 {
  background-color: rgb(174 188 244 / 10%);
}
.bg-comp-badge-purple-border\/core-opacity-100 {
  background-color: rgb(174 188 244 / 100%);
}
.bg-comp-badge-purple-border\/core-opacity-20 {
  background-color: rgb(174 188 244 / 20%);
}
.bg-comp-badge-purple-border\/core-opacity-30 {
  background-color: rgb(174 188 244 / 30%);
}
.bg-comp-badge-purple-border\/core-opacity-40 {
  background-color: rgb(174 188 244 / 40%);
}
.bg-comp-badge-purple-border\/core-opacity-50 {
  background-color: rgb(174 188 244 / 50%);
}
.bg-comp-badge-purple-border\/core-opacity-60 {
  background-color: rgb(174 188 244 / 60%);
}
.bg-comp-badge-purple-border\/core-opacity-70 {
  background-color: rgb(174 188 244 / 70%);
}
.bg-comp-badge-purple-border\/core-opacity-80 {
  background-color: rgb(174 188 244 / 80%);
}
.bg-comp-badge-purple-border\/core-opacity-90 {
  background-color: rgb(174 188 244 / 90%);
}
.bg-comp-badge-purple-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.bg-comp-badge-purple-fg\/0 {
  background-color: rgb(75 71 189 / 0);
}
.bg-comp-badge-purple-fg\/10 {
  background-color: rgb(75 71 189 / 0.1);
}
.bg-comp-badge-purple-fg\/100 {
  background-color: rgb(75 71 189 / 1);
}
.bg-comp-badge-purple-fg\/20 {
  background-color: rgb(75 71 189 / 0.2);
}
.bg-comp-badge-purple-fg\/25 {
  background-color: rgb(75 71 189 / 0.25);
}
.bg-comp-badge-purple-fg\/30 {
  background-color: rgb(75 71 189 / 0.3);
}
.bg-comp-badge-purple-fg\/40 {
  background-color: rgb(75 71 189 / 0.4);
}
.bg-comp-badge-purple-fg\/5 {
  background-color: rgb(75 71 189 / 0.05);
}
.bg-comp-badge-purple-fg\/50 {
  background-color: rgb(75 71 189 / 0.5);
}
.bg-comp-badge-purple-fg\/60 {
  background-color: rgb(75 71 189 / 0.6);
}
.bg-comp-badge-purple-fg\/70 {
  background-color: rgb(75 71 189 / 0.7);
}
.bg-comp-badge-purple-fg\/75 {
  background-color: rgb(75 71 189 / 0.75);
}
.bg-comp-badge-purple-fg\/80 {
  background-color: rgb(75 71 189 / 0.8);
}
.bg-comp-badge-purple-fg\/90 {
  background-color: rgb(75 71 189 / 0.9);
}
.bg-comp-badge-purple-fg\/95 {
  background-color: rgb(75 71 189 / 0.95);
}
.bg-comp-badge-purple-fg\/base-opacity-disabled {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-badge-purple-fg\/core-opacity-0 {
  background-color: rgb(75 71 189 / 0%);
}
.bg-comp-badge-purple-fg\/core-opacity-10 {
  background-color: rgb(75 71 189 / 10%);
}
.bg-comp-badge-purple-fg\/core-opacity-100 {
  background-color: rgb(75 71 189 / 100%);
}
.bg-comp-badge-purple-fg\/core-opacity-20 {
  background-color: rgb(75 71 189 / 20%);
}
.bg-comp-badge-purple-fg\/core-opacity-30 {
  background-color: rgb(75 71 189 / 30%);
}
.bg-comp-badge-purple-fg\/core-opacity-40 {
  background-color: rgb(75 71 189 / 40%);
}
.bg-comp-badge-purple-fg\/core-opacity-50 {
  background-color: rgb(75 71 189 / 50%);
}
.bg-comp-badge-purple-fg\/core-opacity-60 {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-badge-purple-fg\/core-opacity-70 {
  background-color: rgb(75 71 189 / 70%);
}
.bg-comp-badge-purple-fg\/core-opacity-80 {
  background-color: rgb(75 71 189 / 80%);
}
.bg-comp-badge-purple-fg\/core-opacity-90 {
  background-color: rgb(75 71 189 / 90%);
}
.bg-comp-badge-purple-status {
  --tw-bg-opacity: 1;
  background-color: rgb(114 121 228 / var(--tw-bg-opacity));
}
.bg-comp-badge-purple-status\/0 {
  background-color: rgb(114 121 228 / 0);
}
.bg-comp-badge-purple-status\/10 {
  background-color: rgb(114 121 228 / 0.1);
}
.bg-comp-badge-purple-status\/100 {
  background-color: rgb(114 121 228 / 1);
}
.bg-comp-badge-purple-status\/20 {
  background-color: rgb(114 121 228 / 0.2);
}
.bg-comp-badge-purple-status\/25 {
  background-color: rgb(114 121 228 / 0.25);
}
.bg-comp-badge-purple-status\/30 {
  background-color: rgb(114 121 228 / 0.3);
}
.bg-comp-badge-purple-status\/40 {
  background-color: rgb(114 121 228 / 0.4);
}
.bg-comp-badge-purple-status\/5 {
  background-color: rgb(114 121 228 / 0.05);
}
.bg-comp-badge-purple-status\/50 {
  background-color: rgb(114 121 228 / 0.5);
}
.bg-comp-badge-purple-status\/60 {
  background-color: rgb(114 121 228 / 0.6);
}
.bg-comp-badge-purple-status\/70 {
  background-color: rgb(114 121 228 / 0.7);
}
.bg-comp-badge-purple-status\/75 {
  background-color: rgb(114 121 228 / 0.75);
}
.bg-comp-badge-purple-status\/80 {
  background-color: rgb(114 121 228 / 0.8);
}
.bg-comp-badge-purple-status\/90 {
  background-color: rgb(114 121 228 / 0.9);
}
.bg-comp-badge-purple-status\/95 {
  background-color: rgb(114 121 228 / 0.95);
}
.bg-comp-badge-purple-status\/base-opacity-disabled {
  background-color: rgb(114 121 228 / 60%);
}
.bg-comp-badge-purple-status\/core-opacity-0 {
  background-color: rgb(114 121 228 / 0%);
}
.bg-comp-badge-purple-status\/core-opacity-10 {
  background-color: rgb(114 121 228 / 10%);
}
.bg-comp-badge-purple-status\/core-opacity-100 {
  background-color: rgb(114 121 228 / 100%);
}
.bg-comp-badge-purple-status\/core-opacity-20 {
  background-color: rgb(114 121 228 / 20%);
}
.bg-comp-badge-purple-status\/core-opacity-30 {
  background-color: rgb(114 121 228 / 30%);
}
.bg-comp-badge-purple-status\/core-opacity-40 {
  background-color: rgb(114 121 228 / 40%);
}
.bg-comp-badge-purple-status\/core-opacity-50 {
  background-color: rgb(114 121 228 / 50%);
}
.bg-comp-badge-purple-status\/core-opacity-60 {
  background-color: rgb(114 121 228 / 60%);
}
.bg-comp-badge-purple-status\/core-opacity-70 {
  background-color: rgb(114 121 228 / 70%);
}
.bg-comp-badge-purple-status\/core-opacity-80 {
  background-color: rgb(114 121 228 / 80%);
}
.bg-comp-badge-purple-status\/core-opacity-90 {
  background-color: rgb(114 121 228 / 90%);
}
.bg-comp-badge-red-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 241 / var(--tw-bg-opacity));
}
.bg-comp-badge-red-bg\/0 {
  background-color: rgb(254 242 241 / 0);
}
.bg-comp-badge-red-bg\/10 {
  background-color: rgb(254 242 241 / 0.1);
}
.bg-comp-badge-red-bg\/100 {
  background-color: rgb(254 242 241 / 1);
}
.bg-comp-badge-red-bg\/20 {
  background-color: rgb(254 242 241 / 0.2);
}
.bg-comp-badge-red-bg\/25 {
  background-color: rgb(254 242 241 / 0.25);
}
.bg-comp-badge-red-bg\/30 {
  background-color: rgb(254 242 241 / 0.3);
}
.bg-comp-badge-red-bg\/40 {
  background-color: rgb(254 242 241 / 0.4);
}
.bg-comp-badge-red-bg\/5 {
  background-color: rgb(254 242 241 / 0.05);
}
.bg-comp-badge-red-bg\/50 {
  background-color: rgb(254 242 241 / 0.5);
}
.bg-comp-badge-red-bg\/60 {
  background-color: rgb(254 242 241 / 0.6);
}
.bg-comp-badge-red-bg\/70 {
  background-color: rgb(254 242 241 / 0.7);
}
.bg-comp-badge-red-bg\/75 {
  background-color: rgb(254 242 241 / 0.75);
}
.bg-comp-badge-red-bg\/80 {
  background-color: rgb(254 242 241 / 0.8);
}
.bg-comp-badge-red-bg\/90 {
  background-color: rgb(254 242 241 / 0.9);
}
.bg-comp-badge-red-bg\/95 {
  background-color: rgb(254 242 241 / 0.95);
}
.bg-comp-badge-red-bg\/base-opacity-disabled {
  background-color: rgb(254 242 241 / 60%);
}
.bg-comp-badge-red-bg\/core-opacity-0 {
  background-color: rgb(254 242 241 / 0%);
}
.bg-comp-badge-red-bg\/core-opacity-10 {
  background-color: rgb(254 242 241 / 10%);
}
.bg-comp-badge-red-bg\/core-opacity-100 {
  background-color: rgb(254 242 241 / 100%);
}
.bg-comp-badge-red-bg\/core-opacity-20 {
  background-color: rgb(254 242 241 / 20%);
}
.bg-comp-badge-red-bg\/core-opacity-30 {
  background-color: rgb(254 242 241 / 30%);
}
.bg-comp-badge-red-bg\/core-opacity-40 {
  background-color: rgb(254 242 241 / 40%);
}
.bg-comp-badge-red-bg\/core-opacity-50 {
  background-color: rgb(254 242 241 / 50%);
}
.bg-comp-badge-red-bg\/core-opacity-60 {
  background-color: rgb(254 242 241 / 60%);
}
.bg-comp-badge-red-bg\/core-opacity-70 {
  background-color: rgb(254 242 241 / 70%);
}
.bg-comp-badge-red-bg\/core-opacity-80 {
  background-color: rgb(254 242 241 / 80%);
}
.bg-comp-badge-red-bg\/core-opacity-90 {
  background-color: rgb(254 242 241 / 90%);
}
.bg-comp-badge-red-border {
  --tw-bg-opacity: 1;
  background-color: rgb(254 203 200 / var(--tw-bg-opacity));
}
.bg-comp-badge-red-border\/0 {
  background-color: rgb(254 203 200 / 0);
}
.bg-comp-badge-red-border\/10 {
  background-color: rgb(254 203 200 / 0.1);
}
.bg-comp-badge-red-border\/100 {
  background-color: rgb(254 203 200 / 1);
}
.bg-comp-badge-red-border\/20 {
  background-color: rgb(254 203 200 / 0.2);
}
.bg-comp-badge-red-border\/25 {
  background-color: rgb(254 203 200 / 0.25);
}
.bg-comp-badge-red-border\/30 {
  background-color: rgb(254 203 200 / 0.3);
}
.bg-comp-badge-red-border\/40 {
  background-color: rgb(254 203 200 / 0.4);
}
.bg-comp-badge-red-border\/5 {
  background-color: rgb(254 203 200 / 0.05);
}
.bg-comp-badge-red-border\/50 {
  background-color: rgb(254 203 200 / 0.5);
}
.bg-comp-badge-red-border\/60 {
  background-color: rgb(254 203 200 / 0.6);
}
.bg-comp-badge-red-border\/70 {
  background-color: rgb(254 203 200 / 0.7);
}
.bg-comp-badge-red-border\/75 {
  background-color: rgb(254 203 200 / 0.75);
}
.bg-comp-badge-red-border\/80 {
  background-color: rgb(254 203 200 / 0.8);
}
.bg-comp-badge-red-border\/90 {
  background-color: rgb(254 203 200 / 0.9);
}
.bg-comp-badge-red-border\/95 {
  background-color: rgb(254 203 200 / 0.95);
}
.bg-comp-badge-red-border\/base-opacity-disabled {
  background-color: rgb(254 203 200 / 60%);
}
.bg-comp-badge-red-border\/core-opacity-0 {
  background-color: rgb(254 203 200 / 0%);
}
.bg-comp-badge-red-border\/core-opacity-10 {
  background-color: rgb(254 203 200 / 10%);
}
.bg-comp-badge-red-border\/core-opacity-100 {
  background-color: rgb(254 203 200 / 100%);
}
.bg-comp-badge-red-border\/core-opacity-20 {
  background-color: rgb(254 203 200 / 20%);
}
.bg-comp-badge-red-border\/core-opacity-30 {
  background-color: rgb(254 203 200 / 30%);
}
.bg-comp-badge-red-border\/core-opacity-40 {
  background-color: rgb(254 203 200 / 40%);
}
.bg-comp-badge-red-border\/core-opacity-50 {
  background-color: rgb(254 203 200 / 50%);
}
.bg-comp-badge-red-border\/core-opacity-60 {
  background-color: rgb(254 203 200 / 60%);
}
.bg-comp-badge-red-border\/core-opacity-70 {
  background-color: rgb(254 203 200 / 70%);
}
.bg-comp-badge-red-border\/core-opacity-80 {
  background-color: rgb(254 203 200 / 80%);
}
.bg-comp-badge-red-border\/core-opacity-90 {
  background-color: rgb(254 203 200 / 90%);
}
.bg-comp-badge-red-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-badge-red-fg\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-badge-red-fg\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-badge-red-fg\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-badge-red-fg\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-badge-red-fg\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-badge-red-fg\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-badge-red-fg\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-badge-red-fg\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-badge-red-fg\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-badge-red-fg\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-badge-red-fg\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-badge-red-fg\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-badge-red-fg\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-badge-red-fg\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-badge-red-fg\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-badge-red-fg\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-badge-red-fg\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-badge-red-fg\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-badge-red-fg\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-badge-red-fg\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-badge-red-fg\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-badge-red-fg\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-badge-red-fg\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-badge-red-fg\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-badge-red-fg\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-badge-red-fg\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-badge-red-fg\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-badge-red-status {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-comp-badge-red-status\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-comp-badge-red-status\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-comp-badge-red-status\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-comp-badge-red-status\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-comp-badge-red-status\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-comp-badge-red-status\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-comp-badge-red-status\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-comp-badge-red-status\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-comp-badge-red-status\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-comp-badge-red-status\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-comp-badge-red-status\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-comp-badge-red-status\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-comp-badge-red-status\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-comp-badge-red-status\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-comp-badge-red-status\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-comp-badge-red-status\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-badge-red-status\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-comp-badge-red-status\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-comp-badge-red-status\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-comp-badge-red-status\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-comp-badge-red-status\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-comp-badge-red-status\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-comp-badge-red-status\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-comp-badge-red-status\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-badge-red-status\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-comp-badge-red-status\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-comp-badge-red-status\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-comp-badge-rose-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 242 / var(--tw-bg-opacity));
}
.bg-comp-badge-rose-bg\/0 {
  background-color: rgb(255 240 242 / 0);
}
.bg-comp-badge-rose-bg\/10 {
  background-color: rgb(255 240 242 / 0.1);
}
.bg-comp-badge-rose-bg\/100 {
  background-color: rgb(255 240 242 / 1);
}
.bg-comp-badge-rose-bg\/20 {
  background-color: rgb(255 240 242 / 0.2);
}
.bg-comp-badge-rose-bg\/25 {
  background-color: rgb(255 240 242 / 0.25);
}
.bg-comp-badge-rose-bg\/30 {
  background-color: rgb(255 240 242 / 0.3);
}
.bg-comp-badge-rose-bg\/40 {
  background-color: rgb(255 240 242 / 0.4);
}
.bg-comp-badge-rose-bg\/5 {
  background-color: rgb(255 240 242 / 0.05);
}
.bg-comp-badge-rose-bg\/50 {
  background-color: rgb(255 240 242 / 0.5);
}
.bg-comp-badge-rose-bg\/60 {
  background-color: rgb(255 240 242 / 0.6);
}
.bg-comp-badge-rose-bg\/70 {
  background-color: rgb(255 240 242 / 0.7);
}
.bg-comp-badge-rose-bg\/75 {
  background-color: rgb(255 240 242 / 0.75);
}
.bg-comp-badge-rose-bg\/80 {
  background-color: rgb(255 240 242 / 0.8);
}
.bg-comp-badge-rose-bg\/90 {
  background-color: rgb(255 240 242 / 0.9);
}
.bg-comp-badge-rose-bg\/95 {
  background-color: rgb(255 240 242 / 0.95);
}
.bg-comp-badge-rose-bg\/base-opacity-disabled {
  background-color: rgb(255 240 242 / 60%);
}
.bg-comp-badge-rose-bg\/core-opacity-0 {
  background-color: rgb(255 240 242 / 0%);
}
.bg-comp-badge-rose-bg\/core-opacity-10 {
  background-color: rgb(255 240 242 / 10%);
}
.bg-comp-badge-rose-bg\/core-opacity-100 {
  background-color: rgb(255 240 242 / 100%);
}
.bg-comp-badge-rose-bg\/core-opacity-20 {
  background-color: rgb(255 240 242 / 20%);
}
.bg-comp-badge-rose-bg\/core-opacity-30 {
  background-color: rgb(255 240 242 / 30%);
}
.bg-comp-badge-rose-bg\/core-opacity-40 {
  background-color: rgb(255 240 242 / 40%);
}
.bg-comp-badge-rose-bg\/core-opacity-50 {
  background-color: rgb(255 240 242 / 50%);
}
.bg-comp-badge-rose-bg\/core-opacity-60 {
  background-color: rgb(255 240 242 / 60%);
}
.bg-comp-badge-rose-bg\/core-opacity-70 {
  background-color: rgb(255 240 242 / 70%);
}
.bg-comp-badge-rose-bg\/core-opacity-80 {
  background-color: rgb(255 240 242 / 80%);
}
.bg-comp-badge-rose-bg\/core-opacity-90 {
  background-color: rgb(255 240 242 / 90%);
}
.bg-comp-badge-rose-border {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 214 / var(--tw-bg-opacity));
}
.bg-comp-badge-rose-border\/0 {
  background-color: rgb(254 205 214 / 0);
}
.bg-comp-badge-rose-border\/10 {
  background-color: rgb(254 205 214 / 0.1);
}
.bg-comp-badge-rose-border\/100 {
  background-color: rgb(254 205 214 / 1);
}
.bg-comp-badge-rose-border\/20 {
  background-color: rgb(254 205 214 / 0.2);
}
.bg-comp-badge-rose-border\/25 {
  background-color: rgb(254 205 214 / 0.25);
}
.bg-comp-badge-rose-border\/30 {
  background-color: rgb(254 205 214 / 0.3);
}
.bg-comp-badge-rose-border\/40 {
  background-color: rgb(254 205 214 / 0.4);
}
.bg-comp-badge-rose-border\/5 {
  background-color: rgb(254 205 214 / 0.05);
}
.bg-comp-badge-rose-border\/50 {
  background-color: rgb(254 205 214 / 0.5);
}
.bg-comp-badge-rose-border\/60 {
  background-color: rgb(254 205 214 / 0.6);
}
.bg-comp-badge-rose-border\/70 {
  background-color: rgb(254 205 214 / 0.7);
}
.bg-comp-badge-rose-border\/75 {
  background-color: rgb(254 205 214 / 0.75);
}
.bg-comp-badge-rose-border\/80 {
  background-color: rgb(254 205 214 / 0.8);
}
.bg-comp-badge-rose-border\/90 {
  background-color: rgb(254 205 214 / 0.9);
}
.bg-comp-badge-rose-border\/95 {
  background-color: rgb(254 205 214 / 0.95);
}
.bg-comp-badge-rose-border\/base-opacity-disabled {
  background-color: rgb(254 205 214 / 60%);
}
.bg-comp-badge-rose-border\/core-opacity-0 {
  background-color: rgb(254 205 214 / 0%);
}
.bg-comp-badge-rose-border\/core-opacity-10 {
  background-color: rgb(254 205 214 / 10%);
}
.bg-comp-badge-rose-border\/core-opacity-100 {
  background-color: rgb(254 205 214 / 100%);
}
.bg-comp-badge-rose-border\/core-opacity-20 {
  background-color: rgb(254 205 214 / 20%);
}
.bg-comp-badge-rose-border\/core-opacity-30 {
  background-color: rgb(254 205 214 / 30%);
}
.bg-comp-badge-rose-border\/core-opacity-40 {
  background-color: rgb(254 205 214 / 40%);
}
.bg-comp-badge-rose-border\/core-opacity-50 {
  background-color: rgb(254 205 214 / 50%);
}
.bg-comp-badge-rose-border\/core-opacity-60 {
  background-color: rgb(254 205 214 / 60%);
}
.bg-comp-badge-rose-border\/core-opacity-70 {
  background-color: rgb(254 205 214 / 70%);
}
.bg-comp-badge-rose-border\/core-opacity-80 {
  background-color: rgb(254 205 214 / 80%);
}
.bg-comp-badge-rose-border\/core-opacity-90 {
  background-color: rgb(254 205 214 / 90%);
}
.bg-comp-badge-rose-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(228 27 84 / var(--tw-bg-opacity));
}
.bg-comp-badge-rose-fg\/0 {
  background-color: rgb(228 27 84 / 0);
}
.bg-comp-badge-rose-fg\/10 {
  background-color: rgb(228 27 84 / 0.1);
}
.bg-comp-badge-rose-fg\/100 {
  background-color: rgb(228 27 84 / 1);
}
.bg-comp-badge-rose-fg\/20 {
  background-color: rgb(228 27 84 / 0.2);
}
.bg-comp-badge-rose-fg\/25 {
  background-color: rgb(228 27 84 / 0.25);
}
.bg-comp-badge-rose-fg\/30 {
  background-color: rgb(228 27 84 / 0.3);
}
.bg-comp-badge-rose-fg\/40 {
  background-color: rgb(228 27 84 / 0.4);
}
.bg-comp-badge-rose-fg\/5 {
  background-color: rgb(228 27 84 / 0.05);
}
.bg-comp-badge-rose-fg\/50 {
  background-color: rgb(228 27 84 / 0.5);
}
.bg-comp-badge-rose-fg\/60 {
  background-color: rgb(228 27 84 / 0.6);
}
.bg-comp-badge-rose-fg\/70 {
  background-color: rgb(228 27 84 / 0.7);
}
.bg-comp-badge-rose-fg\/75 {
  background-color: rgb(228 27 84 / 0.75);
}
.bg-comp-badge-rose-fg\/80 {
  background-color: rgb(228 27 84 / 0.8);
}
.bg-comp-badge-rose-fg\/90 {
  background-color: rgb(228 27 84 / 0.9);
}
.bg-comp-badge-rose-fg\/95 {
  background-color: rgb(228 27 84 / 0.95);
}
.bg-comp-badge-rose-fg\/base-opacity-disabled {
  background-color: rgb(228 27 84 / 60%);
}
.bg-comp-badge-rose-fg\/core-opacity-0 {
  background-color: rgb(228 27 84 / 0%);
}
.bg-comp-badge-rose-fg\/core-opacity-10 {
  background-color: rgb(228 27 84 / 10%);
}
.bg-comp-badge-rose-fg\/core-opacity-100 {
  background-color: rgb(228 27 84 / 100%);
}
.bg-comp-badge-rose-fg\/core-opacity-20 {
  background-color: rgb(228 27 84 / 20%);
}
.bg-comp-badge-rose-fg\/core-opacity-30 {
  background-color: rgb(228 27 84 / 30%);
}
.bg-comp-badge-rose-fg\/core-opacity-40 {
  background-color: rgb(228 27 84 / 40%);
}
.bg-comp-badge-rose-fg\/core-opacity-50 {
  background-color: rgb(228 27 84 / 50%);
}
.bg-comp-badge-rose-fg\/core-opacity-60 {
  background-color: rgb(228 27 84 / 60%);
}
.bg-comp-badge-rose-fg\/core-opacity-70 {
  background-color: rgb(228 27 84 / 70%);
}
.bg-comp-badge-rose-fg\/core-opacity-80 {
  background-color: rgb(228 27 84 / 80%);
}
.bg-comp-badge-rose-fg\/core-opacity-90 {
  background-color: rgb(228 27 84 / 90%);
}
.bg-comp-badge-rose-status {
  --tw-bg-opacity: 1;
  background-color: rgb(246 60 103 / var(--tw-bg-opacity));
}
.bg-comp-badge-rose-status\/0 {
  background-color: rgb(246 60 103 / 0);
}
.bg-comp-badge-rose-status\/10 {
  background-color: rgb(246 60 103 / 0.1);
}
.bg-comp-badge-rose-status\/100 {
  background-color: rgb(246 60 103 / 1);
}
.bg-comp-badge-rose-status\/20 {
  background-color: rgb(246 60 103 / 0.2);
}
.bg-comp-badge-rose-status\/25 {
  background-color: rgb(246 60 103 / 0.25);
}
.bg-comp-badge-rose-status\/30 {
  background-color: rgb(246 60 103 / 0.3);
}
.bg-comp-badge-rose-status\/40 {
  background-color: rgb(246 60 103 / 0.4);
}
.bg-comp-badge-rose-status\/5 {
  background-color: rgb(246 60 103 / 0.05);
}
.bg-comp-badge-rose-status\/50 {
  background-color: rgb(246 60 103 / 0.5);
}
.bg-comp-badge-rose-status\/60 {
  background-color: rgb(246 60 103 / 0.6);
}
.bg-comp-badge-rose-status\/70 {
  background-color: rgb(246 60 103 / 0.7);
}
.bg-comp-badge-rose-status\/75 {
  background-color: rgb(246 60 103 / 0.75);
}
.bg-comp-badge-rose-status\/80 {
  background-color: rgb(246 60 103 / 0.8);
}
.bg-comp-badge-rose-status\/90 {
  background-color: rgb(246 60 103 / 0.9);
}
.bg-comp-badge-rose-status\/95 {
  background-color: rgb(246 60 103 / 0.95);
}
.bg-comp-badge-rose-status\/base-opacity-disabled {
  background-color: rgb(246 60 103 / 60%);
}
.bg-comp-badge-rose-status\/core-opacity-0 {
  background-color: rgb(246 60 103 / 0%);
}
.bg-comp-badge-rose-status\/core-opacity-10 {
  background-color: rgb(246 60 103 / 10%);
}
.bg-comp-badge-rose-status\/core-opacity-100 {
  background-color: rgb(246 60 103 / 100%);
}
.bg-comp-badge-rose-status\/core-opacity-20 {
  background-color: rgb(246 60 103 / 20%);
}
.bg-comp-badge-rose-status\/core-opacity-30 {
  background-color: rgb(246 60 103 / 30%);
}
.bg-comp-badge-rose-status\/core-opacity-40 {
  background-color: rgb(246 60 103 / 40%);
}
.bg-comp-badge-rose-status\/core-opacity-50 {
  background-color: rgb(246 60 103 / 50%);
}
.bg-comp-badge-rose-status\/core-opacity-60 {
  background-color: rgb(246 60 103 / 60%);
}
.bg-comp-badge-rose-status\/core-opacity-70 {
  background-color: rgb(246 60 103 / 70%);
}
.bg-comp-badge-rose-status\/core-opacity-80 {
  background-color: rgb(246 60 103 / 80%);
}
.bg-comp-badge-rose-status\/core-opacity-90 {
  background-color: rgb(246 60 103 / 90%);
}
.bg-comp-badge-teal-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 253 250 / var(--tw-bg-opacity));
}
.bg-comp-badge-teal-bg\/0 {
  background-color: rgb(242 253 250 / 0);
}
.bg-comp-badge-teal-bg\/10 {
  background-color: rgb(242 253 250 / 0.1);
}
.bg-comp-badge-teal-bg\/100 {
  background-color: rgb(242 253 250 / 1);
}
.bg-comp-badge-teal-bg\/20 {
  background-color: rgb(242 253 250 / 0.2);
}
.bg-comp-badge-teal-bg\/25 {
  background-color: rgb(242 253 250 / 0.25);
}
.bg-comp-badge-teal-bg\/30 {
  background-color: rgb(242 253 250 / 0.3);
}
.bg-comp-badge-teal-bg\/40 {
  background-color: rgb(242 253 250 / 0.4);
}
.bg-comp-badge-teal-bg\/5 {
  background-color: rgb(242 253 250 / 0.05);
}
.bg-comp-badge-teal-bg\/50 {
  background-color: rgb(242 253 250 / 0.5);
}
.bg-comp-badge-teal-bg\/60 {
  background-color: rgb(242 253 250 / 0.6);
}
.bg-comp-badge-teal-bg\/70 {
  background-color: rgb(242 253 250 / 0.7);
}
.bg-comp-badge-teal-bg\/75 {
  background-color: rgb(242 253 250 / 0.75);
}
.bg-comp-badge-teal-bg\/80 {
  background-color: rgb(242 253 250 / 0.8);
}
.bg-comp-badge-teal-bg\/90 {
  background-color: rgb(242 253 250 / 0.9);
}
.bg-comp-badge-teal-bg\/95 {
  background-color: rgb(242 253 250 / 0.95);
}
.bg-comp-badge-teal-bg\/base-opacity-disabled {
  background-color: rgb(242 253 250 / 60%);
}
.bg-comp-badge-teal-bg\/core-opacity-0 {
  background-color: rgb(242 253 250 / 0%);
}
.bg-comp-badge-teal-bg\/core-opacity-10 {
  background-color: rgb(242 253 250 / 10%);
}
.bg-comp-badge-teal-bg\/core-opacity-100 {
  background-color: rgb(242 253 250 / 100%);
}
.bg-comp-badge-teal-bg\/core-opacity-20 {
  background-color: rgb(242 253 250 / 20%);
}
.bg-comp-badge-teal-bg\/core-opacity-30 {
  background-color: rgb(242 253 250 / 30%);
}
.bg-comp-badge-teal-bg\/core-opacity-40 {
  background-color: rgb(242 253 250 / 40%);
}
.bg-comp-badge-teal-bg\/core-opacity-50 {
  background-color: rgb(242 253 250 / 50%);
}
.bg-comp-badge-teal-bg\/core-opacity-60 {
  background-color: rgb(242 253 250 / 60%);
}
.bg-comp-badge-teal-bg\/core-opacity-70 {
  background-color: rgb(242 253 250 / 70%);
}
.bg-comp-badge-teal-bg\/core-opacity-80 {
  background-color: rgb(242 253 250 / 80%);
}
.bg-comp-badge-teal-bg\/core-opacity-90 {
  background-color: rgb(242 253 250 / 90%);
}
.bg-comp-badge-teal-border {
  --tw-bg-opacity: 1;
  background-color: rgb(152 246 224 / var(--tw-bg-opacity));
}
.bg-comp-badge-teal-border\/0 {
  background-color: rgb(152 246 224 / 0);
}
.bg-comp-badge-teal-border\/10 {
  background-color: rgb(152 246 224 / 0.1);
}
.bg-comp-badge-teal-border\/100 {
  background-color: rgb(152 246 224 / 1);
}
.bg-comp-badge-teal-border\/20 {
  background-color: rgb(152 246 224 / 0.2);
}
.bg-comp-badge-teal-border\/25 {
  background-color: rgb(152 246 224 / 0.25);
}
.bg-comp-badge-teal-border\/30 {
  background-color: rgb(152 246 224 / 0.3);
}
.bg-comp-badge-teal-border\/40 {
  background-color: rgb(152 246 224 / 0.4);
}
.bg-comp-badge-teal-border\/5 {
  background-color: rgb(152 246 224 / 0.05);
}
.bg-comp-badge-teal-border\/50 {
  background-color: rgb(152 246 224 / 0.5);
}
.bg-comp-badge-teal-border\/60 {
  background-color: rgb(152 246 224 / 0.6);
}
.bg-comp-badge-teal-border\/70 {
  background-color: rgb(152 246 224 / 0.7);
}
.bg-comp-badge-teal-border\/75 {
  background-color: rgb(152 246 224 / 0.75);
}
.bg-comp-badge-teal-border\/80 {
  background-color: rgb(152 246 224 / 0.8);
}
.bg-comp-badge-teal-border\/90 {
  background-color: rgb(152 246 224 / 0.9);
}
.bg-comp-badge-teal-border\/95 {
  background-color: rgb(152 246 224 / 0.95);
}
.bg-comp-badge-teal-border\/base-opacity-disabled {
  background-color: rgb(152 246 224 / 60%);
}
.bg-comp-badge-teal-border\/core-opacity-0 {
  background-color: rgb(152 246 224 / 0%);
}
.bg-comp-badge-teal-border\/core-opacity-10 {
  background-color: rgb(152 246 224 / 10%);
}
.bg-comp-badge-teal-border\/core-opacity-100 {
  background-color: rgb(152 246 224 / 100%);
}
.bg-comp-badge-teal-border\/core-opacity-20 {
  background-color: rgb(152 246 224 / 20%);
}
.bg-comp-badge-teal-border\/core-opacity-30 {
  background-color: rgb(152 246 224 / 30%);
}
.bg-comp-badge-teal-border\/core-opacity-40 {
  background-color: rgb(152 246 224 / 40%);
}
.bg-comp-badge-teal-border\/core-opacity-50 {
  background-color: rgb(152 246 224 / 50%);
}
.bg-comp-badge-teal-border\/core-opacity-60 {
  background-color: rgb(152 246 224 / 60%);
}
.bg-comp-badge-teal-border\/core-opacity-70 {
  background-color: rgb(152 246 224 / 70%);
}
.bg-comp-badge-teal-border\/core-opacity-80 {
  background-color: rgb(152 246 224 / 80%);
}
.bg-comp-badge-teal-border\/core-opacity-90 {
  background-color: rgb(152 246 224 / 90%);
}
.bg-comp-badge-teal-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(14 149 134 / var(--tw-bg-opacity));
}
.bg-comp-badge-teal-fg\/0 {
  background-color: rgb(14 149 134 / 0);
}
.bg-comp-badge-teal-fg\/10 {
  background-color: rgb(14 149 134 / 0.1);
}
.bg-comp-badge-teal-fg\/100 {
  background-color: rgb(14 149 134 / 1);
}
.bg-comp-badge-teal-fg\/20 {
  background-color: rgb(14 149 134 / 0.2);
}
.bg-comp-badge-teal-fg\/25 {
  background-color: rgb(14 149 134 / 0.25);
}
.bg-comp-badge-teal-fg\/30 {
  background-color: rgb(14 149 134 / 0.3);
}
.bg-comp-badge-teal-fg\/40 {
  background-color: rgb(14 149 134 / 0.4);
}
.bg-comp-badge-teal-fg\/5 {
  background-color: rgb(14 149 134 / 0.05);
}
.bg-comp-badge-teal-fg\/50 {
  background-color: rgb(14 149 134 / 0.5);
}
.bg-comp-badge-teal-fg\/60 {
  background-color: rgb(14 149 134 / 0.6);
}
.bg-comp-badge-teal-fg\/70 {
  background-color: rgb(14 149 134 / 0.7);
}
.bg-comp-badge-teal-fg\/75 {
  background-color: rgb(14 149 134 / 0.75);
}
.bg-comp-badge-teal-fg\/80 {
  background-color: rgb(14 149 134 / 0.8);
}
.bg-comp-badge-teal-fg\/90 {
  background-color: rgb(14 149 134 / 0.9);
}
.bg-comp-badge-teal-fg\/95 {
  background-color: rgb(14 149 134 / 0.95);
}
.bg-comp-badge-teal-fg\/base-opacity-disabled {
  background-color: rgb(14 149 134 / 60%);
}
.bg-comp-badge-teal-fg\/core-opacity-0 {
  background-color: rgb(14 149 134 / 0%);
}
.bg-comp-badge-teal-fg\/core-opacity-10 {
  background-color: rgb(14 149 134 / 10%);
}
.bg-comp-badge-teal-fg\/core-opacity-100 {
  background-color: rgb(14 149 134 / 100%);
}
.bg-comp-badge-teal-fg\/core-opacity-20 {
  background-color: rgb(14 149 134 / 20%);
}
.bg-comp-badge-teal-fg\/core-opacity-30 {
  background-color: rgb(14 149 134 / 30%);
}
.bg-comp-badge-teal-fg\/core-opacity-40 {
  background-color: rgb(14 149 134 / 40%);
}
.bg-comp-badge-teal-fg\/core-opacity-50 {
  background-color: rgb(14 149 134 / 50%);
}
.bg-comp-badge-teal-fg\/core-opacity-60 {
  background-color: rgb(14 149 134 / 60%);
}
.bg-comp-badge-teal-fg\/core-opacity-70 {
  background-color: rgb(14 149 134 / 70%);
}
.bg-comp-badge-teal-fg\/core-opacity-80 {
  background-color: rgb(14 149 134 / 80%);
}
.bg-comp-badge-teal-fg\/core-opacity-90 {
  background-color: rgb(14 149 134 / 90%);
}
.bg-comp-badge-teal-status {
  --tw-bg-opacity: 1;
  background-color: rgb(21 183 158 / var(--tw-bg-opacity));
}
.bg-comp-badge-teal-status\/0 {
  background-color: rgb(21 183 158 / 0);
}
.bg-comp-badge-teal-status\/10 {
  background-color: rgb(21 183 158 / 0.1);
}
.bg-comp-badge-teal-status\/100 {
  background-color: rgb(21 183 158 / 1);
}
.bg-comp-badge-teal-status\/20 {
  background-color: rgb(21 183 158 / 0.2);
}
.bg-comp-badge-teal-status\/25 {
  background-color: rgb(21 183 158 / 0.25);
}
.bg-comp-badge-teal-status\/30 {
  background-color: rgb(21 183 158 / 0.3);
}
.bg-comp-badge-teal-status\/40 {
  background-color: rgb(21 183 158 / 0.4);
}
.bg-comp-badge-teal-status\/5 {
  background-color: rgb(21 183 158 / 0.05);
}
.bg-comp-badge-teal-status\/50 {
  background-color: rgb(21 183 158 / 0.5);
}
.bg-comp-badge-teal-status\/60 {
  background-color: rgb(21 183 158 / 0.6);
}
.bg-comp-badge-teal-status\/70 {
  background-color: rgb(21 183 158 / 0.7);
}
.bg-comp-badge-teal-status\/75 {
  background-color: rgb(21 183 158 / 0.75);
}
.bg-comp-badge-teal-status\/80 {
  background-color: rgb(21 183 158 / 0.8);
}
.bg-comp-badge-teal-status\/90 {
  background-color: rgb(21 183 158 / 0.9);
}
.bg-comp-badge-teal-status\/95 {
  background-color: rgb(21 183 158 / 0.95);
}
.bg-comp-badge-teal-status\/base-opacity-disabled {
  background-color: rgb(21 183 158 / 60%);
}
.bg-comp-badge-teal-status\/core-opacity-0 {
  background-color: rgb(21 183 158 / 0%);
}
.bg-comp-badge-teal-status\/core-opacity-10 {
  background-color: rgb(21 183 158 / 10%);
}
.bg-comp-badge-teal-status\/core-opacity-100 {
  background-color: rgb(21 183 158 / 100%);
}
.bg-comp-badge-teal-status\/core-opacity-20 {
  background-color: rgb(21 183 158 / 20%);
}
.bg-comp-badge-teal-status\/core-opacity-30 {
  background-color: rgb(21 183 158 / 30%);
}
.bg-comp-badge-teal-status\/core-opacity-40 {
  background-color: rgb(21 183 158 / 40%);
}
.bg-comp-badge-teal-status\/core-opacity-50 {
  background-color: rgb(21 183 158 / 50%);
}
.bg-comp-badge-teal-status\/core-opacity-60 {
  background-color: rgb(21 183 158 / 60%);
}
.bg-comp-badge-teal-status\/core-opacity-70 {
  background-color: rgb(21 183 158 / 70%);
}
.bg-comp-badge-teal-status\/core-opacity-80 {
  background-color: rgb(21 183 158 / 80%);
}
.bg-comp-badge-teal-status\/core-opacity-90 {
  background-color: rgb(21 183 158 / 90%);
}
.bg-comp-badge-violet-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-violet-bg\/0 {
  background-color: rgb(247 245 255 / 0);
}
.bg-comp-badge-violet-bg\/10 {
  background-color: rgb(247 245 255 / 0.1);
}
.bg-comp-badge-violet-bg\/100 {
  background-color: rgb(247 245 255 / 1);
}
.bg-comp-badge-violet-bg\/20 {
  background-color: rgb(247 245 255 / 0.2);
}
.bg-comp-badge-violet-bg\/25 {
  background-color: rgb(247 245 255 / 0.25);
}
.bg-comp-badge-violet-bg\/30 {
  background-color: rgb(247 245 255 / 0.3);
}
.bg-comp-badge-violet-bg\/40 {
  background-color: rgb(247 245 255 / 0.4);
}
.bg-comp-badge-violet-bg\/5 {
  background-color: rgb(247 245 255 / 0.05);
}
.bg-comp-badge-violet-bg\/50 {
  background-color: rgb(247 245 255 / 0.5);
}
.bg-comp-badge-violet-bg\/60 {
  background-color: rgb(247 245 255 / 0.6);
}
.bg-comp-badge-violet-bg\/70 {
  background-color: rgb(247 245 255 / 0.7);
}
.bg-comp-badge-violet-bg\/75 {
  background-color: rgb(247 245 255 / 0.75);
}
.bg-comp-badge-violet-bg\/80 {
  background-color: rgb(247 245 255 / 0.8);
}
.bg-comp-badge-violet-bg\/90 {
  background-color: rgb(247 245 255 / 0.9);
}
.bg-comp-badge-violet-bg\/95 {
  background-color: rgb(247 245 255 / 0.95);
}
.bg-comp-badge-violet-bg\/base-opacity-disabled {
  background-color: rgb(247 245 255 / 60%);
}
.bg-comp-badge-violet-bg\/core-opacity-0 {
  background-color: rgb(247 245 255 / 0%);
}
.bg-comp-badge-violet-bg\/core-opacity-10 {
  background-color: rgb(247 245 255 / 10%);
}
.bg-comp-badge-violet-bg\/core-opacity-100 {
  background-color: rgb(247 245 255 / 100%);
}
.bg-comp-badge-violet-bg\/core-opacity-20 {
  background-color: rgb(247 245 255 / 20%);
}
.bg-comp-badge-violet-bg\/core-opacity-30 {
  background-color: rgb(247 245 255 / 30%);
}
.bg-comp-badge-violet-bg\/core-opacity-40 {
  background-color: rgb(247 245 255 / 40%);
}
.bg-comp-badge-violet-bg\/core-opacity-50 {
  background-color: rgb(247 245 255 / 50%);
}
.bg-comp-badge-violet-bg\/core-opacity-60 {
  background-color: rgb(247 245 255 / 60%);
}
.bg-comp-badge-violet-bg\/core-opacity-70 {
  background-color: rgb(247 245 255 / 70%);
}
.bg-comp-badge-violet-bg\/core-opacity-80 {
  background-color: rgb(247 245 255 / 80%);
}
.bg-comp-badge-violet-bg\/core-opacity-90 {
  background-color: rgb(247 245 255 / 90%);
}
.bg-comp-badge-violet-border {
  --tw-bg-opacity: 1;
  background-color: rgb(222 215 254 / var(--tw-bg-opacity));
}
.bg-comp-badge-violet-border\/0 {
  background-color: rgb(222 215 254 / 0);
}
.bg-comp-badge-violet-border\/10 {
  background-color: rgb(222 215 254 / 0.1);
}
.bg-comp-badge-violet-border\/100 {
  background-color: rgb(222 215 254 / 1);
}
.bg-comp-badge-violet-border\/20 {
  background-color: rgb(222 215 254 / 0.2);
}
.bg-comp-badge-violet-border\/25 {
  background-color: rgb(222 215 254 / 0.25);
}
.bg-comp-badge-violet-border\/30 {
  background-color: rgb(222 215 254 / 0.3);
}
.bg-comp-badge-violet-border\/40 {
  background-color: rgb(222 215 254 / 0.4);
}
.bg-comp-badge-violet-border\/5 {
  background-color: rgb(222 215 254 / 0.05);
}
.bg-comp-badge-violet-border\/50 {
  background-color: rgb(222 215 254 / 0.5);
}
.bg-comp-badge-violet-border\/60 {
  background-color: rgb(222 215 254 / 0.6);
}
.bg-comp-badge-violet-border\/70 {
  background-color: rgb(222 215 254 / 0.7);
}
.bg-comp-badge-violet-border\/75 {
  background-color: rgb(222 215 254 / 0.75);
}
.bg-comp-badge-violet-border\/80 {
  background-color: rgb(222 215 254 / 0.8);
}
.bg-comp-badge-violet-border\/90 {
  background-color: rgb(222 215 254 / 0.9);
}
.bg-comp-badge-violet-border\/95 {
  background-color: rgb(222 215 254 / 0.95);
}
.bg-comp-badge-violet-border\/base-opacity-disabled {
  background-color: rgb(222 215 254 / 60%);
}
.bg-comp-badge-violet-border\/core-opacity-0 {
  background-color: rgb(222 215 254 / 0%);
}
.bg-comp-badge-violet-border\/core-opacity-10 {
  background-color: rgb(222 215 254 / 10%);
}
.bg-comp-badge-violet-border\/core-opacity-100 {
  background-color: rgb(222 215 254 / 100%);
}
.bg-comp-badge-violet-border\/core-opacity-20 {
  background-color: rgb(222 215 254 / 20%);
}
.bg-comp-badge-violet-border\/core-opacity-30 {
  background-color: rgb(222 215 254 / 30%);
}
.bg-comp-badge-violet-border\/core-opacity-40 {
  background-color: rgb(222 215 254 / 40%);
}
.bg-comp-badge-violet-border\/core-opacity-50 {
  background-color: rgb(222 215 254 / 50%);
}
.bg-comp-badge-violet-border\/core-opacity-60 {
  background-color: rgb(222 215 254 / 60%);
}
.bg-comp-badge-violet-border\/core-opacity-70 {
  background-color: rgb(222 215 254 / 70%);
}
.bg-comp-badge-violet-border\/core-opacity-80 {
  background-color: rgb(222 215 254 / 80%);
}
.bg-comp-badge-violet-border\/core-opacity-90 {
  background-color: rgb(222 215 254 / 90%);
}
.bg-comp-badge-violet-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(121 58 238 / var(--tw-bg-opacity));
}
.bg-comp-badge-violet-fg\/0 {
  background-color: rgb(121 58 238 / 0);
}
.bg-comp-badge-violet-fg\/10 {
  background-color: rgb(121 58 238 / 0.1);
}
.bg-comp-badge-violet-fg\/100 {
  background-color: rgb(121 58 238 / 1);
}
.bg-comp-badge-violet-fg\/20 {
  background-color: rgb(121 58 238 / 0.2);
}
.bg-comp-badge-violet-fg\/25 {
  background-color: rgb(121 58 238 / 0.25);
}
.bg-comp-badge-violet-fg\/30 {
  background-color: rgb(121 58 238 / 0.3);
}
.bg-comp-badge-violet-fg\/40 {
  background-color: rgb(121 58 238 / 0.4);
}
.bg-comp-badge-violet-fg\/5 {
  background-color: rgb(121 58 238 / 0.05);
}
.bg-comp-badge-violet-fg\/50 {
  background-color: rgb(121 58 238 / 0.5);
}
.bg-comp-badge-violet-fg\/60 {
  background-color: rgb(121 58 238 / 0.6);
}
.bg-comp-badge-violet-fg\/70 {
  background-color: rgb(121 58 238 / 0.7);
}
.bg-comp-badge-violet-fg\/75 {
  background-color: rgb(121 58 238 / 0.75);
}
.bg-comp-badge-violet-fg\/80 {
  background-color: rgb(121 58 238 / 0.8);
}
.bg-comp-badge-violet-fg\/90 {
  background-color: rgb(121 58 238 / 0.9);
}
.bg-comp-badge-violet-fg\/95 {
  background-color: rgb(121 58 238 / 0.95);
}
.bg-comp-badge-violet-fg\/base-opacity-disabled {
  background-color: rgb(121 58 238 / 60%);
}
.bg-comp-badge-violet-fg\/core-opacity-0 {
  background-color: rgb(121 58 238 / 0%);
}
.bg-comp-badge-violet-fg\/core-opacity-10 {
  background-color: rgb(121 58 238 / 10%);
}
.bg-comp-badge-violet-fg\/core-opacity-100 {
  background-color: rgb(121 58 238 / 100%);
}
.bg-comp-badge-violet-fg\/core-opacity-20 {
  background-color: rgb(121 58 238 / 20%);
}
.bg-comp-badge-violet-fg\/core-opacity-30 {
  background-color: rgb(121 58 238 / 30%);
}
.bg-comp-badge-violet-fg\/core-opacity-40 {
  background-color: rgb(121 58 238 / 40%);
}
.bg-comp-badge-violet-fg\/core-opacity-50 {
  background-color: rgb(121 58 238 / 50%);
}
.bg-comp-badge-violet-fg\/core-opacity-60 {
  background-color: rgb(121 58 238 / 60%);
}
.bg-comp-badge-violet-fg\/core-opacity-70 {
  background-color: rgb(121 58 238 / 70%);
}
.bg-comp-badge-violet-fg\/core-opacity-80 {
  background-color: rgb(121 58 238 / 80%);
}
.bg-comp-badge-violet-fg\/core-opacity-90 {
  background-color: rgb(121 58 238 / 90%);
}
.bg-comp-badge-violet-status {
  --tw-bg-opacity: 1;
  background-color: rgb(134 89 247 / var(--tw-bg-opacity));
}
.bg-comp-badge-violet-status\/0 {
  background-color: rgb(134 89 247 / 0);
}
.bg-comp-badge-violet-status\/10 {
  background-color: rgb(134 89 247 / 0.1);
}
.bg-comp-badge-violet-status\/100 {
  background-color: rgb(134 89 247 / 1);
}
.bg-comp-badge-violet-status\/20 {
  background-color: rgb(134 89 247 / 0.2);
}
.bg-comp-badge-violet-status\/25 {
  background-color: rgb(134 89 247 / 0.25);
}
.bg-comp-badge-violet-status\/30 {
  background-color: rgb(134 89 247 / 0.3);
}
.bg-comp-badge-violet-status\/40 {
  background-color: rgb(134 89 247 / 0.4);
}
.bg-comp-badge-violet-status\/5 {
  background-color: rgb(134 89 247 / 0.05);
}
.bg-comp-badge-violet-status\/50 {
  background-color: rgb(134 89 247 / 0.5);
}
.bg-comp-badge-violet-status\/60 {
  background-color: rgb(134 89 247 / 0.6);
}
.bg-comp-badge-violet-status\/70 {
  background-color: rgb(134 89 247 / 0.7);
}
.bg-comp-badge-violet-status\/75 {
  background-color: rgb(134 89 247 / 0.75);
}
.bg-comp-badge-violet-status\/80 {
  background-color: rgb(134 89 247 / 0.8);
}
.bg-comp-badge-violet-status\/90 {
  background-color: rgb(134 89 247 / 0.9);
}
.bg-comp-badge-violet-status\/95 {
  background-color: rgb(134 89 247 / 0.95);
}
.bg-comp-badge-violet-status\/base-opacity-disabled {
  background-color: rgb(134 89 247 / 60%);
}
.bg-comp-badge-violet-status\/core-opacity-0 {
  background-color: rgb(134 89 247 / 0%);
}
.bg-comp-badge-violet-status\/core-opacity-10 {
  background-color: rgb(134 89 247 / 10%);
}
.bg-comp-badge-violet-status\/core-opacity-100 {
  background-color: rgb(134 89 247 / 100%);
}
.bg-comp-badge-violet-status\/core-opacity-20 {
  background-color: rgb(134 89 247 / 20%);
}
.bg-comp-badge-violet-status\/core-opacity-30 {
  background-color: rgb(134 89 247 / 30%);
}
.bg-comp-badge-violet-status\/core-opacity-40 {
  background-color: rgb(134 89 247 / 40%);
}
.bg-comp-badge-violet-status\/core-opacity-50 {
  background-color: rgb(134 89 247 / 50%);
}
.bg-comp-badge-violet-status\/core-opacity-60 {
  background-color: rgb(134 89 247 / 60%);
}
.bg-comp-badge-violet-status\/core-opacity-70 {
  background-color: rgb(134 89 247 / 70%);
}
.bg-comp-badge-violet-status\/core-opacity-80 {
  background-color: rgb(134 89 247 / 80%);
}
.bg-comp-badge-violet-status\/core-opacity-90 {
  background-color: rgb(134 89 247 / 90%);
}
.bg-comp-badge-yellow-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity));
}
.bg-comp-badge-yellow-bg\/0 {
  background-color: rgb(255 250 235 / 0);
}
.bg-comp-badge-yellow-bg\/10 {
  background-color: rgb(255 250 235 / 0.1);
}
.bg-comp-badge-yellow-bg\/100 {
  background-color: rgb(255 250 235 / 1);
}
.bg-comp-badge-yellow-bg\/20 {
  background-color: rgb(255 250 235 / 0.2);
}
.bg-comp-badge-yellow-bg\/25 {
  background-color: rgb(255 250 235 / 0.25);
}
.bg-comp-badge-yellow-bg\/30 {
  background-color: rgb(255 250 235 / 0.3);
}
.bg-comp-badge-yellow-bg\/40 {
  background-color: rgb(255 250 235 / 0.4);
}
.bg-comp-badge-yellow-bg\/5 {
  background-color: rgb(255 250 235 / 0.05);
}
.bg-comp-badge-yellow-bg\/50 {
  background-color: rgb(255 250 235 / 0.5);
}
.bg-comp-badge-yellow-bg\/60 {
  background-color: rgb(255 250 235 / 0.6);
}
.bg-comp-badge-yellow-bg\/70 {
  background-color: rgb(255 250 235 / 0.7);
}
.bg-comp-badge-yellow-bg\/75 {
  background-color: rgb(255 250 235 / 0.75);
}
.bg-comp-badge-yellow-bg\/80 {
  background-color: rgb(255 250 235 / 0.8);
}
.bg-comp-badge-yellow-bg\/90 {
  background-color: rgb(255 250 235 / 0.9);
}
.bg-comp-badge-yellow-bg\/95 {
  background-color: rgb(255 250 235 / 0.95);
}
.bg-comp-badge-yellow-bg\/base-opacity-disabled {
  background-color: rgb(255 250 235 / 60%);
}
.bg-comp-badge-yellow-bg\/core-opacity-0 {
  background-color: rgb(255 250 235 / 0%);
}
.bg-comp-badge-yellow-bg\/core-opacity-10 {
  background-color: rgb(255 250 235 / 10%);
}
.bg-comp-badge-yellow-bg\/core-opacity-100 {
  background-color: rgb(255 250 235 / 100%);
}
.bg-comp-badge-yellow-bg\/core-opacity-20 {
  background-color: rgb(255 250 235 / 20%);
}
.bg-comp-badge-yellow-bg\/core-opacity-30 {
  background-color: rgb(255 250 235 / 30%);
}
.bg-comp-badge-yellow-bg\/core-opacity-40 {
  background-color: rgb(255 250 235 / 40%);
}
.bg-comp-badge-yellow-bg\/core-opacity-50 {
  background-color: rgb(255 250 235 / 50%);
}
.bg-comp-badge-yellow-bg\/core-opacity-60 {
  background-color: rgb(255 250 235 / 60%);
}
.bg-comp-badge-yellow-bg\/core-opacity-70 {
  background-color: rgb(255 250 235 / 70%);
}
.bg-comp-badge-yellow-bg\/core-opacity-80 {
  background-color: rgb(255 250 235 / 80%);
}
.bg-comp-badge-yellow-bg\/core-opacity-90 {
  background-color: rgb(255 250 235 / 90%);
}
.bg-comp-badge-yellow-border {
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 139 / var(--tw-bg-opacity));
}
.bg-comp-badge-yellow-border\/0 {
  background-color: rgb(254 223 139 / 0);
}
.bg-comp-badge-yellow-border\/10 {
  background-color: rgb(254 223 139 / 0.1);
}
.bg-comp-badge-yellow-border\/100 {
  background-color: rgb(254 223 139 / 1);
}
.bg-comp-badge-yellow-border\/20 {
  background-color: rgb(254 223 139 / 0.2);
}
.bg-comp-badge-yellow-border\/25 {
  background-color: rgb(254 223 139 / 0.25);
}
.bg-comp-badge-yellow-border\/30 {
  background-color: rgb(254 223 139 / 0.3);
}
.bg-comp-badge-yellow-border\/40 {
  background-color: rgb(254 223 139 / 0.4);
}
.bg-comp-badge-yellow-border\/5 {
  background-color: rgb(254 223 139 / 0.05);
}
.bg-comp-badge-yellow-border\/50 {
  background-color: rgb(254 223 139 / 0.5);
}
.bg-comp-badge-yellow-border\/60 {
  background-color: rgb(254 223 139 / 0.6);
}
.bg-comp-badge-yellow-border\/70 {
  background-color: rgb(254 223 139 / 0.7);
}
.bg-comp-badge-yellow-border\/75 {
  background-color: rgb(254 223 139 / 0.75);
}
.bg-comp-badge-yellow-border\/80 {
  background-color: rgb(254 223 139 / 0.8);
}
.bg-comp-badge-yellow-border\/90 {
  background-color: rgb(254 223 139 / 0.9);
}
.bg-comp-badge-yellow-border\/95 {
  background-color: rgb(254 223 139 / 0.95);
}
.bg-comp-badge-yellow-border\/base-opacity-disabled {
  background-color: rgb(254 223 139 / 60%);
}
.bg-comp-badge-yellow-border\/core-opacity-0 {
  background-color: rgb(254 223 139 / 0%);
}
.bg-comp-badge-yellow-border\/core-opacity-10 {
  background-color: rgb(254 223 139 / 10%);
}
.bg-comp-badge-yellow-border\/core-opacity-100 {
  background-color: rgb(254 223 139 / 100%);
}
.bg-comp-badge-yellow-border\/core-opacity-20 {
  background-color: rgb(254 223 139 / 20%);
}
.bg-comp-badge-yellow-border\/core-opacity-30 {
  background-color: rgb(254 223 139 / 30%);
}
.bg-comp-badge-yellow-border\/core-opacity-40 {
  background-color: rgb(254 223 139 / 40%);
}
.bg-comp-badge-yellow-border\/core-opacity-50 {
  background-color: rgb(254 223 139 / 50%);
}
.bg-comp-badge-yellow-border\/core-opacity-60 {
  background-color: rgb(254 223 139 / 60%);
}
.bg-comp-badge-yellow-border\/core-opacity-70 {
  background-color: rgb(254 223 139 / 70%);
}
.bg-comp-badge-yellow-border\/core-opacity-80 {
  background-color: rgb(254 223 139 / 80%);
}
.bg-comp-badge-yellow-border\/core-opacity-90 {
  background-color: rgb(254 223 139 / 90%);
}
.bg-comp-badge-yellow-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(221 105 3 / var(--tw-bg-opacity));
}
.bg-comp-badge-yellow-fg\/0 {
  background-color: rgb(221 105 3 / 0);
}
.bg-comp-badge-yellow-fg\/10 {
  background-color: rgb(221 105 3 / 0.1);
}
.bg-comp-badge-yellow-fg\/100 {
  background-color: rgb(221 105 3 / 1);
}
.bg-comp-badge-yellow-fg\/20 {
  background-color: rgb(221 105 3 / 0.2);
}
.bg-comp-badge-yellow-fg\/25 {
  background-color: rgb(221 105 3 / 0.25);
}
.bg-comp-badge-yellow-fg\/30 {
  background-color: rgb(221 105 3 / 0.3);
}
.bg-comp-badge-yellow-fg\/40 {
  background-color: rgb(221 105 3 / 0.4);
}
.bg-comp-badge-yellow-fg\/5 {
  background-color: rgb(221 105 3 / 0.05);
}
.bg-comp-badge-yellow-fg\/50 {
  background-color: rgb(221 105 3 / 0.5);
}
.bg-comp-badge-yellow-fg\/60 {
  background-color: rgb(221 105 3 / 0.6);
}
.bg-comp-badge-yellow-fg\/70 {
  background-color: rgb(221 105 3 / 0.7);
}
.bg-comp-badge-yellow-fg\/75 {
  background-color: rgb(221 105 3 / 0.75);
}
.bg-comp-badge-yellow-fg\/80 {
  background-color: rgb(221 105 3 / 0.8);
}
.bg-comp-badge-yellow-fg\/90 {
  background-color: rgb(221 105 3 / 0.9);
}
.bg-comp-badge-yellow-fg\/95 {
  background-color: rgb(221 105 3 / 0.95);
}
.bg-comp-badge-yellow-fg\/base-opacity-disabled {
  background-color: rgb(221 105 3 / 60%);
}
.bg-comp-badge-yellow-fg\/core-opacity-0 {
  background-color: rgb(221 105 3 / 0%);
}
.bg-comp-badge-yellow-fg\/core-opacity-10 {
  background-color: rgb(221 105 3 / 10%);
}
.bg-comp-badge-yellow-fg\/core-opacity-100 {
  background-color: rgb(221 105 3 / 100%);
}
.bg-comp-badge-yellow-fg\/core-opacity-20 {
  background-color: rgb(221 105 3 / 20%);
}
.bg-comp-badge-yellow-fg\/core-opacity-30 {
  background-color: rgb(221 105 3 / 30%);
}
.bg-comp-badge-yellow-fg\/core-opacity-40 {
  background-color: rgb(221 105 3 / 40%);
}
.bg-comp-badge-yellow-fg\/core-opacity-50 {
  background-color: rgb(221 105 3 / 50%);
}
.bg-comp-badge-yellow-fg\/core-opacity-60 {
  background-color: rgb(221 105 3 / 60%);
}
.bg-comp-badge-yellow-fg\/core-opacity-70 {
  background-color: rgb(221 105 3 / 70%);
}
.bg-comp-badge-yellow-fg\/core-opacity-80 {
  background-color: rgb(221 105 3 / 80%);
}
.bg-comp-badge-yellow-fg\/core-opacity-90 {
  background-color: rgb(221 105 3 / 90%);
}
.bg-comp-badge-yellow-status {
  --tw-bg-opacity: 1;
  background-color: rgb(247 143 8 / var(--tw-bg-opacity));
}
.bg-comp-badge-yellow-status\/0 {
  background-color: rgb(247 143 8 / 0);
}
.bg-comp-badge-yellow-status\/10 {
  background-color: rgb(247 143 8 / 0.1);
}
.bg-comp-badge-yellow-status\/100 {
  background-color: rgb(247 143 8 / 1);
}
.bg-comp-badge-yellow-status\/20 {
  background-color: rgb(247 143 8 / 0.2);
}
.bg-comp-badge-yellow-status\/25 {
  background-color: rgb(247 143 8 / 0.25);
}
.bg-comp-badge-yellow-status\/30 {
  background-color: rgb(247 143 8 / 0.3);
}
.bg-comp-badge-yellow-status\/40 {
  background-color: rgb(247 143 8 / 0.4);
}
.bg-comp-badge-yellow-status\/5 {
  background-color: rgb(247 143 8 / 0.05);
}
.bg-comp-badge-yellow-status\/50 {
  background-color: rgb(247 143 8 / 0.5);
}
.bg-comp-badge-yellow-status\/60 {
  background-color: rgb(247 143 8 / 0.6);
}
.bg-comp-badge-yellow-status\/70 {
  background-color: rgb(247 143 8 / 0.7);
}
.bg-comp-badge-yellow-status\/75 {
  background-color: rgb(247 143 8 / 0.75);
}
.bg-comp-badge-yellow-status\/80 {
  background-color: rgb(247 143 8 / 0.8);
}
.bg-comp-badge-yellow-status\/90 {
  background-color: rgb(247 143 8 / 0.9);
}
.bg-comp-badge-yellow-status\/95 {
  background-color: rgb(247 143 8 / 0.95);
}
.bg-comp-badge-yellow-status\/base-opacity-disabled {
  background-color: rgb(247 143 8 / 60%);
}
.bg-comp-badge-yellow-status\/core-opacity-0 {
  background-color: rgb(247 143 8 / 0%);
}
.bg-comp-badge-yellow-status\/core-opacity-10 {
  background-color: rgb(247 143 8 / 10%);
}
.bg-comp-badge-yellow-status\/core-opacity-100 {
  background-color: rgb(247 143 8 / 100%);
}
.bg-comp-badge-yellow-status\/core-opacity-20 {
  background-color: rgb(247 143 8 / 20%);
}
.bg-comp-badge-yellow-status\/core-opacity-30 {
  background-color: rgb(247 143 8 / 30%);
}
.bg-comp-badge-yellow-status\/core-opacity-40 {
  background-color: rgb(247 143 8 / 40%);
}
.bg-comp-badge-yellow-status\/core-opacity-50 {
  background-color: rgb(247 143 8 / 50%);
}
.bg-comp-badge-yellow-status\/core-opacity-60 {
  background-color: rgb(247 143 8 / 60%);
}
.bg-comp-badge-yellow-status\/core-opacity-70 {
  background-color: rgb(247 143 8 / 70%);
}
.bg-comp-badge-yellow-status\/core-opacity-80 {
  background-color: rgb(247 143 8 / 80%);
}
.bg-comp-badge-yellow-status\/core-opacity-90 {
  background-color: rgb(247 143 8 / 90%);
}
.bg-comp-button-color-danger-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-enabled-bg\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-comp-button-color-danger-enabled-bg\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-comp-button-color-danger-enabled-bg\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-comp-button-color-danger-enabled-bg\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-comp-button-color-danger-enabled-bg\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-comp-button-color-danger-enabled-bg\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-comp-button-color-danger-enabled-bg\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-comp-button-color-danger-enabled-bg\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-comp-button-color-danger-enabled-bg\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-comp-button-color-danger-enabled-bg\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-comp-button-color-danger-enabled-bg\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-comp-button-color-danger-enabled-bg\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-comp-button-color-danger-enabled-bg\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-comp-button-color-danger-enabled-bg\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-comp-button-color-danger-enabled-bg\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-comp-button-color-danger-enabled-bg\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-comp-button-color-danger-enabled-border {
  background-color: #00000000;
}
.bg-comp-button-color-danger-enabled-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-danger-enabled-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-danger-enabled-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-danger-enabled-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-danger-enabled-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-danger-enabled-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-danger-enabled-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-danger-enabled-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-danger-enabled-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-danger-enabled-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-danger-enabled-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-danger-enabled-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-danger-enabled-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-danger-enabled-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-danger-enabled-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-danger-enabled-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-danger-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-enabled-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-danger-enabled-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-danger-enabled-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-danger-enabled-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-danger-enabled-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-danger-enabled-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-danger-enabled-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-danger-enabled-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-danger-enabled-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-danger-enabled-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-danger-enabled-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-danger-enabled-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-danger-enabled-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-danger-enabled-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-danger-enabled-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-danger-enabled-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-danger-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-focused-bg\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-comp-button-color-danger-focused-bg\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-comp-button-color-danger-focused-bg\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-comp-button-color-danger-focused-bg\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-comp-button-color-danger-focused-bg\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-comp-button-color-danger-focused-bg\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-comp-button-color-danger-focused-bg\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-comp-button-color-danger-focused-bg\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-comp-button-color-danger-focused-bg\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-comp-button-color-danger-focused-bg\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-comp-button-color-danger-focused-bg\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-comp-button-color-danger-focused-bg\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-comp-button-color-danger-focused-bg\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-comp-button-color-danger-focused-bg\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-comp-button-color-danger-focused-bg\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-comp-button-color-danger-focused-bg\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-comp-button-color-danger-focused-border {
  background-color: #00000000;
}
.bg-comp-button-color-danger-focused-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-danger-focused-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-danger-focused-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-danger-focused-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-danger-focused-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-danger-focused-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-danger-focused-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-danger-focused-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-danger-focused-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-danger-focused-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-danger-focused-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-danger-focused-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-danger-focused-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-danger-focused-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-danger-focused-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-danger-focused-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-danger-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-focused-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-danger-focused-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-danger-focused-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-danger-focused-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-danger-focused-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-danger-focused-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-danger-focused-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-danger-focused-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-danger-focused-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-danger-focused-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-danger-focused-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-danger-focused-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-danger-focused-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-danger-focused-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-danger-focused-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-danger-focused-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-danger-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-hover-bg\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-button-color-danger-hover-bg\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-button-color-danger-hover-bg\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-button-color-danger-hover-bg\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-button-color-danger-hover-bg\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-button-color-danger-hover-bg\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-button-color-danger-hover-bg\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-button-color-danger-hover-bg\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-button-color-danger-hover-bg\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-button-color-danger-hover-bg\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-button-color-danger-hover-bg\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-button-color-danger-hover-bg\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-button-color-danger-hover-bg\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-button-color-danger-hover-bg\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-button-color-danger-hover-bg\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-button-color-danger-hover-bg\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-button-color-danger-hover-border {
  background-color: #00000000;
}
.bg-comp-button-color-danger-hover-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-danger-hover-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-danger-hover-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-danger-hover-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-danger-hover-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-danger-hover-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-danger-hover-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-danger-hover-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-danger-hover-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-danger-hover-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-danger-hover-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-danger-hover-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-danger-hover-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-danger-hover-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-danger-hover-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-danger-hover-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-danger-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-hover-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-danger-hover-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-danger-hover-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-danger-hover-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-danger-hover-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-danger-hover-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-danger-hover-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-danger-hover-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-danger-hover-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-danger-hover-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-danger-hover-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-danger-hover-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-danger-hover-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-danger-hover-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-danger-hover-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-danger-hover-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-danger-pressed-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-pressed-bg\/0 {
  background-color: rgb(180 35 24 / 0);
}
.bg-comp-button-color-danger-pressed-bg\/10 {
  background-color: rgb(180 35 24 / 0.1);
}
.bg-comp-button-color-danger-pressed-bg\/100 {
  background-color: rgb(180 35 24 / 1);
}
.bg-comp-button-color-danger-pressed-bg\/20 {
  background-color: rgb(180 35 24 / 0.2);
}
.bg-comp-button-color-danger-pressed-bg\/25 {
  background-color: rgb(180 35 24 / 0.25);
}
.bg-comp-button-color-danger-pressed-bg\/30 {
  background-color: rgb(180 35 24 / 0.3);
}
.bg-comp-button-color-danger-pressed-bg\/40 {
  background-color: rgb(180 35 24 / 0.4);
}
.bg-comp-button-color-danger-pressed-bg\/5 {
  background-color: rgb(180 35 24 / 0.05);
}
.bg-comp-button-color-danger-pressed-bg\/50 {
  background-color: rgb(180 35 24 / 0.5);
}
.bg-comp-button-color-danger-pressed-bg\/60 {
  background-color: rgb(180 35 24 / 0.6);
}
.bg-comp-button-color-danger-pressed-bg\/70 {
  background-color: rgb(180 35 24 / 0.7);
}
.bg-comp-button-color-danger-pressed-bg\/75 {
  background-color: rgb(180 35 24 / 0.75);
}
.bg-comp-button-color-danger-pressed-bg\/80 {
  background-color: rgb(180 35 24 / 0.8);
}
.bg-comp-button-color-danger-pressed-bg\/90 {
  background-color: rgb(180 35 24 / 0.9);
}
.bg-comp-button-color-danger-pressed-bg\/95 {
  background-color: rgb(180 35 24 / 0.95);
}
.bg-comp-button-color-danger-pressed-bg\/base-opacity-disabled {
  background-color: rgb(180 35 24 / 60%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-0 {
  background-color: rgb(180 35 24 / 0%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-10 {
  background-color: rgb(180 35 24 / 10%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-100 {
  background-color: rgb(180 35 24 / 100%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-20 {
  background-color: rgb(180 35 24 / 20%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-30 {
  background-color: rgb(180 35 24 / 30%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-40 {
  background-color: rgb(180 35 24 / 40%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-50 {
  background-color: rgb(180 35 24 / 50%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-60 {
  background-color: rgb(180 35 24 / 60%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-70 {
  background-color: rgb(180 35 24 / 70%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-80 {
  background-color: rgb(180 35 24 / 80%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-90 {
  background-color: rgb(180 35 24 / 90%);
}
.bg-comp-button-color-danger-pressed-border {
  background-color: #00000000;
}
.bg-comp-button-color-danger-pressed-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-danger-pressed-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-danger-pressed-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-danger-pressed-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-danger-pressed-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-danger-pressed-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-danger-pressed-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-danger-pressed-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-danger-pressed-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-danger-pressed-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-danger-pressed-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-danger-pressed-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-danger-pressed-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-danger-pressed-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-danger-pressed-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-danger-pressed-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-danger-pressed-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-pressed-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-danger-pressed-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-danger-pressed-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-danger-pressed-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-danger-pressed-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-danger-pressed-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-danger-pressed-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-danger-pressed-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-danger-pressed-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-danger-pressed-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-danger-pressed-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-danger-pressed-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-danger-pressed-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-danger-pressed-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-danger-pressed-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-danger-pressed-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-ghost-enabled-bg {
  background-color: #00000000;
}
.bg-comp-button-color-ghost-enabled-bg\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-ghost-enabled-bg\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-ghost-enabled-bg\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-ghost-enabled-bg\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-ghost-enabled-bg\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-ghost-enabled-bg\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-ghost-enabled-bg\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-ghost-enabled-bg\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-ghost-enabled-bg\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-ghost-enabled-bg\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-ghost-enabled-bg\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-ghost-enabled-bg\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-ghost-enabled-bg\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-ghost-enabled-bg\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-ghost-enabled-bg\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-ghost-enabled-bg\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-ghost-enabled-border {
  background-color: #00000000;
}
.bg-comp-button-color-ghost-enabled-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-ghost-enabled-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-ghost-enabled-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-ghost-enabled-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-ghost-enabled-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-ghost-enabled-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-ghost-enabled-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-ghost-enabled-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-ghost-enabled-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-ghost-enabled-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-ghost-enabled-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-ghost-enabled-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-ghost-enabled-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-ghost-enabled-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-ghost-enabled-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-ghost-enabled-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-ghost-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-enabled-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-ghost-enabled-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-ghost-enabled-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-ghost-enabled-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-ghost-enabled-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-ghost-enabled-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-ghost-enabled-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-ghost-enabled-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-ghost-enabled-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-ghost-enabled-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-ghost-enabled-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-ghost-enabled-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-ghost-enabled-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-ghost-enabled-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-ghost-enabled-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-ghost-enabled-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-ghost-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-focused-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-ghost-focused-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-ghost-focused-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-ghost-focused-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-ghost-focused-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-ghost-focused-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-ghost-focused-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-ghost-focused-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-ghost-focused-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-ghost-focused-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-ghost-focused-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-ghost-focused-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-ghost-focused-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-ghost-focused-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-ghost-focused-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-ghost-focused-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-ghost-focused-border {
  background-color: #00000000;
}
.bg-comp-button-color-ghost-focused-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-ghost-focused-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-ghost-focused-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-ghost-focused-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-ghost-focused-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-ghost-focused-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-ghost-focused-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-ghost-focused-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-ghost-focused-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-ghost-focused-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-ghost-focused-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-ghost-focused-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-ghost-focused-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-ghost-focused-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-ghost-focused-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-ghost-focused-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-ghost-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-focused-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-ghost-focused-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-ghost-focused-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-ghost-focused-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-ghost-focused-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-ghost-focused-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-ghost-focused-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-ghost-focused-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-ghost-focused-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-ghost-focused-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-ghost-focused-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-ghost-focused-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-ghost-focused-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-ghost-focused-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-ghost-focused-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-ghost-focused-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-ghost-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-hover-bg\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-comp-button-color-ghost-hover-bg\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-comp-button-color-ghost-hover-bg\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-comp-button-color-ghost-hover-bg\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-comp-button-color-ghost-hover-bg\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-comp-button-color-ghost-hover-bg\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-comp-button-color-ghost-hover-bg\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-comp-button-color-ghost-hover-bg\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-comp-button-color-ghost-hover-bg\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-comp-button-color-ghost-hover-bg\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-comp-button-color-ghost-hover-bg\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-comp-button-color-ghost-hover-bg\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-comp-button-color-ghost-hover-bg\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-comp-button-color-ghost-hover-bg\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-comp-button-color-ghost-hover-bg\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-comp-button-color-ghost-hover-bg\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-comp-button-color-ghost-hover-border {
  background-color: #00000000;
}
.bg-comp-button-color-ghost-hover-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-ghost-hover-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-ghost-hover-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-ghost-hover-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-ghost-hover-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-ghost-hover-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-ghost-hover-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-ghost-hover-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-ghost-hover-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-ghost-hover-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-ghost-hover-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-ghost-hover-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-ghost-hover-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-ghost-hover-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-ghost-hover-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-ghost-hover-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-ghost-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-hover-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-ghost-hover-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-ghost-hover-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-ghost-hover-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-ghost-hover-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-ghost-hover-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-ghost-hover-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-ghost-hover-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-ghost-hover-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-ghost-hover-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-ghost-hover-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-ghost-hover-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-ghost-hover-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-ghost-hover-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-ghost-hover-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-ghost-hover-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-ghost-pressed-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-pressed-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-button-color-ghost-pressed-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-button-color-ghost-pressed-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-button-color-ghost-pressed-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-button-color-ghost-pressed-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-button-color-ghost-pressed-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-button-color-ghost-pressed-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-button-color-ghost-pressed-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-button-color-ghost-pressed-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-button-color-ghost-pressed-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-button-color-ghost-pressed-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-button-color-ghost-pressed-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-button-color-ghost-pressed-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-button-color-ghost-pressed-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-button-color-ghost-pressed-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-button-color-ghost-pressed-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-button-color-ghost-pressed-border {
  background-color: #00000000;
}
.bg-comp-button-color-ghost-pressed-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-ghost-pressed-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-ghost-pressed-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-ghost-pressed-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-ghost-pressed-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-ghost-pressed-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-ghost-pressed-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-ghost-pressed-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-ghost-pressed-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-ghost-pressed-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-ghost-pressed-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-ghost-pressed-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-ghost-pressed-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-ghost-pressed-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-ghost-pressed-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-ghost-pressed-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-ghost-pressed-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-pressed-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-ghost-pressed-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-ghost-pressed-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-ghost-pressed-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-ghost-pressed-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-ghost-pressed-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-ghost-pressed-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-ghost-pressed-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-ghost-pressed-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-ghost-pressed-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-ghost-pressed-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-ghost-pressed-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-ghost-pressed-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-ghost-pressed-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-ghost-pressed-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-ghost-pressed-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-primary-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-enabled-bg\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-comp-button-color-primary-enabled-bg\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-comp-button-color-primary-enabled-bg\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-comp-button-color-primary-enabled-bg\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-comp-button-color-primary-enabled-bg\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-comp-button-color-primary-enabled-bg\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-comp-button-color-primary-enabled-bg\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-comp-button-color-primary-enabled-bg\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-comp-button-color-primary-enabled-bg\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-comp-button-color-primary-enabled-bg\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-comp-button-color-primary-enabled-bg\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-comp-button-color-primary-enabled-bg\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-comp-button-color-primary-enabled-bg\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-comp-button-color-primary-enabled-bg\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-comp-button-color-primary-enabled-bg\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-comp-button-color-primary-enabled-bg\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-comp-button-color-primary-enabled-border {
  background-color: #00000000;
}
.bg-comp-button-color-primary-enabled-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-primary-enabled-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-primary-enabled-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-primary-enabled-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-primary-enabled-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-primary-enabled-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-primary-enabled-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-primary-enabled-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-primary-enabled-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-primary-enabled-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-primary-enabled-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-primary-enabled-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-primary-enabled-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-primary-enabled-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-primary-enabled-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-primary-enabled-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-primary-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-enabled-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-primary-enabled-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-primary-enabled-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-primary-enabled-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-primary-enabled-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-primary-enabled-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-primary-enabled-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-primary-enabled-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-primary-enabled-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-primary-enabled-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-primary-enabled-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-primary-enabled-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-primary-enabled-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-primary-enabled-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-primary-enabled-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-primary-enabled-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-primary-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-focused-bg\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-comp-button-color-primary-focused-bg\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-comp-button-color-primary-focused-bg\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-comp-button-color-primary-focused-bg\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-comp-button-color-primary-focused-bg\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-comp-button-color-primary-focused-bg\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-comp-button-color-primary-focused-bg\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-comp-button-color-primary-focused-bg\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-comp-button-color-primary-focused-bg\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-comp-button-color-primary-focused-bg\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-comp-button-color-primary-focused-bg\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-comp-button-color-primary-focused-bg\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-comp-button-color-primary-focused-bg\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-comp-button-color-primary-focused-bg\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-comp-button-color-primary-focused-bg\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-comp-button-color-primary-focused-bg\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-comp-button-color-primary-focused-border {
  background-color: #00000000;
}
.bg-comp-button-color-primary-focused-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-primary-focused-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-primary-focused-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-primary-focused-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-primary-focused-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-primary-focused-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-primary-focused-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-primary-focused-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-primary-focused-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-primary-focused-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-primary-focused-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-primary-focused-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-primary-focused-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-primary-focused-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-primary-focused-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-primary-focused-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-primary-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-focused-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-primary-focused-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-primary-focused-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-primary-focused-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-primary-focused-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-primary-focused-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-primary-focused-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-primary-focused-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-primary-focused-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-primary-focused-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-primary-focused-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-primary-focused-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-primary-focused-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-primary-focused-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-primary-focused-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-primary-focused-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-primary-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-hover-bg\/0 {
  background-color: rgb(75 71 189 / 0);
}
.bg-comp-button-color-primary-hover-bg\/10 {
  background-color: rgb(75 71 189 / 0.1);
}
.bg-comp-button-color-primary-hover-bg\/100 {
  background-color: rgb(75 71 189 / 1);
}
.bg-comp-button-color-primary-hover-bg\/20 {
  background-color: rgb(75 71 189 / 0.2);
}
.bg-comp-button-color-primary-hover-bg\/25 {
  background-color: rgb(75 71 189 / 0.25);
}
.bg-comp-button-color-primary-hover-bg\/30 {
  background-color: rgb(75 71 189 / 0.3);
}
.bg-comp-button-color-primary-hover-bg\/40 {
  background-color: rgb(75 71 189 / 0.4);
}
.bg-comp-button-color-primary-hover-bg\/5 {
  background-color: rgb(75 71 189 / 0.05);
}
.bg-comp-button-color-primary-hover-bg\/50 {
  background-color: rgb(75 71 189 / 0.5);
}
.bg-comp-button-color-primary-hover-bg\/60 {
  background-color: rgb(75 71 189 / 0.6);
}
.bg-comp-button-color-primary-hover-bg\/70 {
  background-color: rgb(75 71 189 / 0.7);
}
.bg-comp-button-color-primary-hover-bg\/75 {
  background-color: rgb(75 71 189 / 0.75);
}
.bg-comp-button-color-primary-hover-bg\/80 {
  background-color: rgb(75 71 189 / 0.8);
}
.bg-comp-button-color-primary-hover-bg\/90 {
  background-color: rgb(75 71 189 / 0.9);
}
.bg-comp-button-color-primary-hover-bg\/95 {
  background-color: rgb(75 71 189 / 0.95);
}
.bg-comp-button-color-primary-hover-bg\/base-opacity-disabled {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-0 {
  background-color: rgb(75 71 189 / 0%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-10 {
  background-color: rgb(75 71 189 / 10%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-100 {
  background-color: rgb(75 71 189 / 100%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-20 {
  background-color: rgb(75 71 189 / 20%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-30 {
  background-color: rgb(75 71 189 / 30%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-40 {
  background-color: rgb(75 71 189 / 40%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-50 {
  background-color: rgb(75 71 189 / 50%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-60 {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-70 {
  background-color: rgb(75 71 189 / 70%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-80 {
  background-color: rgb(75 71 189 / 80%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-90 {
  background-color: rgb(75 71 189 / 90%);
}
.bg-comp-button-color-primary-hover-border {
  background-color: #00000000;
}
.bg-comp-button-color-primary-hover-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-primary-hover-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-primary-hover-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-primary-hover-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-primary-hover-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-primary-hover-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-primary-hover-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-primary-hover-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-primary-hover-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-primary-hover-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-primary-hover-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-primary-hover-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-primary-hover-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-primary-hover-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-primary-hover-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-primary-hover-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-primary-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-hover-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-primary-hover-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-primary-hover-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-primary-hover-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-primary-hover-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-primary-hover-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-primary-hover-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-primary-hover-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-primary-hover-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-primary-hover-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-primary-hover-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-primary-hover-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-primary-hover-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-primary-hover-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-primary-hover-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-primary-hover-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-primary-pressed-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-pressed-bg\/0 {
  background-color: rgb(60 59 151 / 0);
}
.bg-comp-button-color-primary-pressed-bg\/10 {
  background-color: rgb(60 59 151 / 0.1);
}
.bg-comp-button-color-primary-pressed-bg\/100 {
  background-color: rgb(60 59 151 / 1);
}
.bg-comp-button-color-primary-pressed-bg\/20 {
  background-color: rgb(60 59 151 / 0.2);
}
.bg-comp-button-color-primary-pressed-bg\/25 {
  background-color: rgb(60 59 151 / 0.25);
}
.bg-comp-button-color-primary-pressed-bg\/30 {
  background-color: rgb(60 59 151 / 0.3);
}
.bg-comp-button-color-primary-pressed-bg\/40 {
  background-color: rgb(60 59 151 / 0.4);
}
.bg-comp-button-color-primary-pressed-bg\/5 {
  background-color: rgb(60 59 151 / 0.05);
}
.bg-comp-button-color-primary-pressed-bg\/50 {
  background-color: rgb(60 59 151 / 0.5);
}
.bg-comp-button-color-primary-pressed-bg\/60 {
  background-color: rgb(60 59 151 / 0.6);
}
.bg-comp-button-color-primary-pressed-bg\/70 {
  background-color: rgb(60 59 151 / 0.7);
}
.bg-comp-button-color-primary-pressed-bg\/75 {
  background-color: rgb(60 59 151 / 0.75);
}
.bg-comp-button-color-primary-pressed-bg\/80 {
  background-color: rgb(60 59 151 / 0.8);
}
.bg-comp-button-color-primary-pressed-bg\/90 {
  background-color: rgb(60 59 151 / 0.9);
}
.bg-comp-button-color-primary-pressed-bg\/95 {
  background-color: rgb(60 59 151 / 0.95);
}
.bg-comp-button-color-primary-pressed-bg\/base-opacity-disabled {
  background-color: rgb(60 59 151 / 60%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-0 {
  background-color: rgb(60 59 151 / 0%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-10 {
  background-color: rgb(60 59 151 / 10%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-100 {
  background-color: rgb(60 59 151 / 100%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-20 {
  background-color: rgb(60 59 151 / 20%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-30 {
  background-color: rgb(60 59 151 / 30%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-40 {
  background-color: rgb(60 59 151 / 40%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-50 {
  background-color: rgb(60 59 151 / 50%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-60 {
  background-color: rgb(60 59 151 / 60%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-70 {
  background-color: rgb(60 59 151 / 70%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-80 {
  background-color: rgb(60 59 151 / 80%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-90 {
  background-color: rgb(60 59 151 / 90%);
}
.bg-comp-button-color-primary-pressed-border {
  background-color: #00000000;
}
.bg-comp-button-color-primary-pressed-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-primary-pressed-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-primary-pressed-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-primary-pressed-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-primary-pressed-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-primary-pressed-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-primary-pressed-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-primary-pressed-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-primary-pressed-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-primary-pressed-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-primary-pressed-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-primary-pressed-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-primary-pressed-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-primary-pressed-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-primary-pressed-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-primary-pressed-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-primary-pressed-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-pressed-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-primary-pressed-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-primary-pressed-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-primary-pressed-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-primary-pressed-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-primary-pressed-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-primary-pressed-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-primary-pressed-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-primary-pressed-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-primary-pressed-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-primary-pressed-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-primary-pressed-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-primary-pressed-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-primary-pressed-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-primary-pressed-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-primary-pressed-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-secondary-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-enabled-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-secondary-enabled-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-secondary-enabled-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-secondary-enabled-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-secondary-enabled-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-secondary-enabled-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-secondary-enabled-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-secondary-enabled-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-secondary-enabled-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-secondary-enabled-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-secondary-enabled-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-secondary-enabled-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-secondary-enabled-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-secondary-enabled-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-secondary-enabled-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-secondary-enabled-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-secondary-enabled-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-enabled-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-button-color-secondary-enabled-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-button-color-secondary-enabled-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-button-color-secondary-enabled-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-button-color-secondary-enabled-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-button-color-secondary-enabled-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-button-color-secondary-enabled-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-button-color-secondary-enabled-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-button-color-secondary-enabled-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-button-color-secondary-enabled-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-button-color-secondary-enabled-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-button-color-secondary-enabled-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-button-color-secondary-enabled-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-button-color-secondary-enabled-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-button-color-secondary-enabled-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-button-color-secondary-enabled-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-button-color-secondary-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-enabled-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-secondary-enabled-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-secondary-enabled-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-secondary-enabled-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-secondary-enabled-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-secondary-enabled-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-secondary-enabled-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-secondary-enabled-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-secondary-enabled-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-secondary-enabled-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-secondary-enabled-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-secondary-enabled-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-secondary-enabled-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-secondary-enabled-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-secondary-enabled-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-secondary-enabled-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-secondary-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-focused-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-secondary-focused-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-secondary-focused-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-secondary-focused-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-secondary-focused-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-secondary-focused-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-secondary-focused-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-secondary-focused-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-secondary-focused-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-secondary-focused-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-secondary-focused-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-secondary-focused-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-secondary-focused-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-secondary-focused-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-secondary-focused-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-secondary-focused-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-secondary-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-focused-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-button-color-secondary-focused-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-button-color-secondary-focused-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-button-color-secondary-focused-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-button-color-secondary-focused-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-button-color-secondary-focused-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-button-color-secondary-focused-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-button-color-secondary-focused-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-button-color-secondary-focused-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-button-color-secondary-focused-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-button-color-secondary-focused-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-button-color-secondary-focused-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-button-color-secondary-focused-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-button-color-secondary-focused-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-button-color-secondary-focused-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-button-color-secondary-focused-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-button-color-secondary-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-focused-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-secondary-focused-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-secondary-focused-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-secondary-focused-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-secondary-focused-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-secondary-focused-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-secondary-focused-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-secondary-focused-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-secondary-focused-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-secondary-focused-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-secondary-focused-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-secondary-focused-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-secondary-focused-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-secondary-focused-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-secondary-focused-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-secondary-focused-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-secondary-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-hover-bg\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-comp-button-color-secondary-hover-bg\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-comp-button-color-secondary-hover-bg\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-comp-button-color-secondary-hover-bg\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-comp-button-color-secondary-hover-bg\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-comp-button-color-secondary-hover-bg\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-comp-button-color-secondary-hover-bg\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-comp-button-color-secondary-hover-bg\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-comp-button-color-secondary-hover-bg\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-comp-button-color-secondary-hover-bg\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-comp-button-color-secondary-hover-bg\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-comp-button-color-secondary-hover-bg\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-comp-button-color-secondary-hover-bg\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-comp-button-color-secondary-hover-bg\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-comp-button-color-secondary-hover-bg\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-comp-button-color-secondary-hover-bg\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-comp-button-color-secondary-hover-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-hover-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-button-color-secondary-hover-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-button-color-secondary-hover-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-button-color-secondary-hover-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-button-color-secondary-hover-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-button-color-secondary-hover-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-button-color-secondary-hover-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-button-color-secondary-hover-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-button-color-secondary-hover-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-button-color-secondary-hover-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-button-color-secondary-hover-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-button-color-secondary-hover-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-button-color-secondary-hover-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-button-color-secondary-hover-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-button-color-secondary-hover-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-button-color-secondary-hover-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-button-color-secondary-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-hover-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-secondary-hover-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-secondary-hover-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-secondary-hover-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-secondary-hover-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-secondary-hover-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-secondary-hover-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-secondary-hover-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-secondary-hover-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-secondary-hover-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-secondary-hover-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-secondary-hover-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-secondary-hover-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-secondary-hover-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-secondary-hover-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-secondary-hover-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-secondary-pressed-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-pressed-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-button-color-secondary-pressed-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-button-color-secondary-pressed-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-button-color-secondary-pressed-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-button-color-secondary-pressed-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-button-color-secondary-pressed-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-button-color-secondary-pressed-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-button-color-secondary-pressed-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-button-color-secondary-pressed-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-button-color-secondary-pressed-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-button-color-secondary-pressed-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-button-color-secondary-pressed-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-button-color-secondary-pressed-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-button-color-secondary-pressed-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-button-color-secondary-pressed-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-button-color-secondary-pressed-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-button-color-secondary-pressed-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-pressed-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-button-color-secondary-pressed-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-button-color-secondary-pressed-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-button-color-secondary-pressed-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-button-color-secondary-pressed-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-button-color-secondary-pressed-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-button-color-secondary-pressed-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-button-color-secondary-pressed-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-button-color-secondary-pressed-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-button-color-secondary-pressed-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-button-color-secondary-pressed-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-button-color-secondary-pressed-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-button-color-secondary-pressed-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-button-color-secondary-pressed-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-button-color-secondary-pressed-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-button-color-secondary-pressed-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-button-color-secondary-pressed-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-pressed-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-secondary-pressed-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-secondary-pressed-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-secondary-pressed-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-secondary-pressed-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-secondary-pressed-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-secondary-pressed-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-secondary-pressed-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-secondary-pressed-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-secondary-pressed-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-secondary-pressed-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-secondary-pressed-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-secondary-pressed-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-secondary-pressed-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-secondary-pressed-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-secondary-pressed-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-textfield-color-clean-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-enabled-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-textfield-color-clean-enabled-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-textfield-color-clean-enabled-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-textfield-color-clean-enabled-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-textfield-color-clean-enabled-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-textfield-color-clean-enabled-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-textfield-color-clean-enabled-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-textfield-color-clean-enabled-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-textfield-color-clean-enabled-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-textfield-color-clean-enabled-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-textfield-color-clean-enabled-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-textfield-color-clean-enabled-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-textfield-color-clean-enabled-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-textfield-color-clean-enabled-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-textfield-color-clean-enabled-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-textfield-color-clean-enabled-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-textfield-color-clean-enabled-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-enabled-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-textfield-color-clean-enabled-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-textfield-color-clean-enabled-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-textfield-color-clean-enabled-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-textfield-color-clean-enabled-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-textfield-color-clean-enabled-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-textfield-color-clean-enabled-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-textfield-color-clean-enabled-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-textfield-color-clean-enabled-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-textfield-color-clean-enabled-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-textfield-color-clean-enabled-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-textfield-color-clean-enabled-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-textfield-color-clean-enabled-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-textfield-color-clean-enabled-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-textfield-color-clean-enabled-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-textfield-color-clean-enabled-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-textfield-color-clean-enabled-content {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-enabled-content\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-textfield-color-clean-enabled-content\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-textfield-color-clean-enabled-content\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-textfield-color-clean-enabled-content\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-textfield-color-clean-enabled-content\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-textfield-color-clean-enabled-content\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-textfield-color-clean-enabled-content\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-textfield-color-clean-enabled-content\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-textfield-color-clean-enabled-content\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-textfield-color-clean-enabled-content\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-textfield-color-clean-enabled-content\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-textfield-color-clean-enabled-content\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-textfield-color-clean-enabled-content\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-textfield-color-clean-enabled-content\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-textfield-color-clean-enabled-content\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-textfield-color-clean-enabled-content\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-textfield-color-clean-enabled-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-enabled-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-textfield-color-clean-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-focused-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-textfield-color-clean-focused-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-textfield-color-clean-focused-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-textfield-color-clean-focused-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-textfield-color-clean-focused-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-textfield-color-clean-focused-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-textfield-color-clean-focused-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-textfield-color-clean-focused-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-textfield-color-clean-focused-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-textfield-color-clean-focused-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-textfield-color-clean-focused-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-textfield-color-clean-focused-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-textfield-color-clean-focused-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-textfield-color-clean-focused-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-textfield-color-clean-focused-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-textfield-color-clean-focused-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-textfield-color-clean-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-focused-border\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-comp-textfield-color-clean-focused-border\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-comp-textfield-color-clean-focused-border\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-comp-textfield-color-clean-focused-border\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-comp-textfield-color-clean-focused-border\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-comp-textfield-color-clean-focused-border\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-comp-textfield-color-clean-focused-border\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-comp-textfield-color-clean-focused-border\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-comp-textfield-color-clean-focused-border\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-comp-textfield-color-clean-focused-border\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-comp-textfield-color-clean-focused-border\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-comp-textfield-color-clean-focused-border\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-comp-textfield-color-clean-focused-border\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-comp-textfield-color-clean-focused-border\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-comp-textfield-color-clean-focused-border\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-comp-textfield-color-clean-focused-border\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-comp-textfield-color-clean-focused-content {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-focused-content\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-textfield-color-clean-focused-content\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-textfield-color-clean-focused-content\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-textfield-color-clean-focused-content\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-textfield-color-clean-focused-content\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-textfield-color-clean-focused-content\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-textfield-color-clean-focused-content\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-textfield-color-clean-focused-content\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-textfield-color-clean-focused-content\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-textfield-color-clean-focused-content\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-textfield-color-clean-focused-content\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-textfield-color-clean-focused-content\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-textfield-color-clean-focused-content\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-textfield-color-clean-focused-content\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-textfield-color-clean-focused-content\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-textfield-color-clean-focused-content\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-textfield-color-clean-focused-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-focused-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-clean-focused-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-clean-focused-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-clean-focused-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-clean-focused-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-clean-focused-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-clean-focused-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-clean-focused-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-clean-focused-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-clean-focused-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-clean-focused-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-clean-focused-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-clean-focused-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-clean-focused-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-clean-focused-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-clean-focused-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-textfield-color-clean-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-hover-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-textfield-color-clean-hover-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-textfield-color-clean-hover-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-textfield-color-clean-hover-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-textfield-color-clean-hover-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-textfield-color-clean-hover-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-textfield-color-clean-hover-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-textfield-color-clean-hover-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-textfield-color-clean-hover-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-textfield-color-clean-hover-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-textfield-color-clean-hover-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-textfield-color-clean-hover-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-textfield-color-clean-hover-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-textfield-color-clean-hover-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-textfield-color-clean-hover-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-textfield-color-clean-hover-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-textfield-color-clean-hover-border {
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-hover-border\/0 {
  background-color: rgb(152 162 179 / 0);
}
.bg-comp-textfield-color-clean-hover-border\/10 {
  background-color: rgb(152 162 179 / 0.1);
}
.bg-comp-textfield-color-clean-hover-border\/100 {
  background-color: rgb(152 162 179 / 1);
}
.bg-comp-textfield-color-clean-hover-border\/20 {
  background-color: rgb(152 162 179 / 0.2);
}
.bg-comp-textfield-color-clean-hover-border\/25 {
  background-color: rgb(152 162 179 / 0.25);
}
.bg-comp-textfield-color-clean-hover-border\/30 {
  background-color: rgb(152 162 179 / 0.3);
}
.bg-comp-textfield-color-clean-hover-border\/40 {
  background-color: rgb(152 162 179 / 0.4);
}
.bg-comp-textfield-color-clean-hover-border\/5 {
  background-color: rgb(152 162 179 / 0.05);
}
.bg-comp-textfield-color-clean-hover-border\/50 {
  background-color: rgb(152 162 179 / 0.5);
}
.bg-comp-textfield-color-clean-hover-border\/60 {
  background-color: rgb(152 162 179 / 0.6);
}
.bg-comp-textfield-color-clean-hover-border\/70 {
  background-color: rgb(152 162 179 / 0.7);
}
.bg-comp-textfield-color-clean-hover-border\/75 {
  background-color: rgb(152 162 179 / 0.75);
}
.bg-comp-textfield-color-clean-hover-border\/80 {
  background-color: rgb(152 162 179 / 0.8);
}
.bg-comp-textfield-color-clean-hover-border\/90 {
  background-color: rgb(152 162 179 / 0.9);
}
.bg-comp-textfield-color-clean-hover-border\/95 {
  background-color: rgb(152 162 179 / 0.95);
}
.bg-comp-textfield-color-clean-hover-border\/base-opacity-disabled {
  background-color: rgb(152 162 179 / 60%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-0 {
  background-color: rgb(152 162 179 / 0%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-10 {
  background-color: rgb(152 162 179 / 10%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-100 {
  background-color: rgb(152 162 179 / 100%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-20 {
  background-color: rgb(152 162 179 / 20%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-30 {
  background-color: rgb(152 162 179 / 30%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-40 {
  background-color: rgb(152 162 179 / 40%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-50 {
  background-color: rgb(152 162 179 / 50%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-60 {
  background-color: rgb(152 162 179 / 60%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-70 {
  background-color: rgb(152 162 179 / 70%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-80 {
  background-color: rgb(152 162 179 / 80%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-90 {
  background-color: rgb(152 162 179 / 90%);
}
.bg-comp-textfield-color-clean-hover-content {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-hover-content\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-textfield-color-clean-hover-content\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-textfield-color-clean-hover-content\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-textfield-color-clean-hover-content\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-textfield-color-clean-hover-content\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-textfield-color-clean-hover-content\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-textfield-color-clean-hover-content\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-textfield-color-clean-hover-content\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-textfield-color-clean-hover-content\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-textfield-color-clean-hover-content\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-textfield-color-clean-hover-content\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-textfield-color-clean-hover-content\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-textfield-color-clean-hover-content\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-textfield-color-clean-hover-content\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-textfield-color-clean-hover-content\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-textfield-color-clean-hover-content\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-textfield-color-clean-hover-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-hover-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-clean-hover-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-clean-hover-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-clean-hover-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-clean-hover-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-clean-hover-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-clean-hover-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-clean-hover-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-clean-hover-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-clean-hover-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-clean-hover-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-clean-hover-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-clean-hover-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-clean-hover-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-clean-hover-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-clean-hover-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-textfield-color-dirty-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-enabled-bg\/0 {
  background-color: rgb(255 251 250 / 0);
}
.bg-comp-textfield-color-dirty-enabled-bg\/10 {
  background-color: rgb(255 251 250 / 0.1);
}
.bg-comp-textfield-color-dirty-enabled-bg\/100 {
  background-color: rgb(255 251 250 / 1);
}
.bg-comp-textfield-color-dirty-enabled-bg\/20 {
  background-color: rgb(255 251 250 / 0.2);
}
.bg-comp-textfield-color-dirty-enabled-bg\/25 {
  background-color: rgb(255 251 250 / 0.25);
}
.bg-comp-textfield-color-dirty-enabled-bg\/30 {
  background-color: rgb(255 251 250 / 0.3);
}
.bg-comp-textfield-color-dirty-enabled-bg\/40 {
  background-color: rgb(255 251 250 / 0.4);
}
.bg-comp-textfield-color-dirty-enabled-bg\/5 {
  background-color: rgb(255 251 250 / 0.05);
}
.bg-comp-textfield-color-dirty-enabled-bg\/50 {
  background-color: rgb(255 251 250 / 0.5);
}
.bg-comp-textfield-color-dirty-enabled-bg\/60 {
  background-color: rgb(255 251 250 / 0.6);
}
.bg-comp-textfield-color-dirty-enabled-bg\/70 {
  background-color: rgb(255 251 250 / 0.7);
}
.bg-comp-textfield-color-dirty-enabled-bg\/75 {
  background-color: rgb(255 251 250 / 0.75);
}
.bg-comp-textfield-color-dirty-enabled-bg\/80 {
  background-color: rgb(255 251 250 / 0.8);
}
.bg-comp-textfield-color-dirty-enabled-bg\/90 {
  background-color: rgb(255 251 250 / 0.9);
}
.bg-comp-textfield-color-dirty-enabled-bg\/95 {
  background-color: rgb(255 251 250 / 0.95);
}
.bg-comp-textfield-color-dirty-enabled-bg\/base-opacity-disabled {
  background-color: rgb(255 251 250 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-0 {
  background-color: rgb(255 251 250 / 0%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-10 {
  background-color: rgb(255 251 250 / 10%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-100 {
  background-color: rgb(255 251 250 / 100%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-20 {
  background-color: rgb(255 251 250 / 20%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-30 {
  background-color: rgb(255 251 250 / 30%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-40 {
  background-color: rgb(255 251 250 / 40%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-50 {
  background-color: rgb(255 251 250 / 50%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-60 {
  background-color: rgb(255 251 250 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-70 {
  background-color: rgb(255 251 250 / 70%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-80 {
  background-color: rgb(255 251 250 / 80%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-90 {
  background-color: rgb(255 251 250 / 90%);
}
.bg-comp-textfield-color-dirty-enabled-border {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-enabled-border\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-comp-textfield-color-dirty-enabled-border\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-comp-textfield-color-dirty-enabled-border\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-comp-textfield-color-dirty-enabled-border\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-comp-textfield-color-dirty-enabled-border\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-comp-textfield-color-dirty-enabled-border\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-comp-textfield-color-dirty-enabled-border\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-comp-textfield-color-dirty-enabled-border\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-comp-textfield-color-dirty-enabled-border\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-comp-textfield-color-dirty-enabled-border\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-comp-textfield-color-dirty-enabled-border\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-comp-textfield-color-dirty-enabled-border\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-comp-textfield-color-dirty-enabled-border\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-comp-textfield-color-dirty-enabled-border\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-comp-textfield-color-dirty-enabled-border\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-comp-textfield-color-dirty-enabled-border\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-comp-textfield-color-dirty-enabled-content {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-enabled-content\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-textfield-color-dirty-enabled-content\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-textfield-color-dirty-enabled-content\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-textfield-color-dirty-enabled-content\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-textfield-color-dirty-enabled-content\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-textfield-color-dirty-enabled-content\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-textfield-color-dirty-enabled-content\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-textfield-color-dirty-enabled-content\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-textfield-color-dirty-enabled-content\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-textfield-color-dirty-enabled-content\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-textfield-color-dirty-enabled-content\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-textfield-color-dirty-enabled-content\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-textfield-color-dirty-enabled-content\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-textfield-color-dirty-enabled-content\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-textfield-color-dirty-enabled-content\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-textfield-color-dirty-enabled-content\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-textfield-color-dirty-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-focused-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-textfield-color-dirty-focused-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-textfield-color-dirty-focused-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-textfield-color-dirty-focused-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-textfield-color-dirty-focused-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-textfield-color-dirty-focused-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-textfield-color-dirty-focused-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-textfield-color-dirty-focused-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-textfield-color-dirty-focused-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-textfield-color-dirty-focused-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-textfield-color-dirty-focused-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-textfield-color-dirty-focused-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-textfield-color-dirty-focused-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-textfield-color-dirty-focused-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-textfield-color-dirty-focused-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-textfield-color-dirty-focused-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-textfield-color-dirty-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-focused-border\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-comp-textfield-color-dirty-focused-border\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-comp-textfield-color-dirty-focused-border\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-comp-textfield-color-dirty-focused-border\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-comp-textfield-color-dirty-focused-border\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-comp-textfield-color-dirty-focused-border\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-comp-textfield-color-dirty-focused-border\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-comp-textfield-color-dirty-focused-border\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-comp-textfield-color-dirty-focused-border\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-comp-textfield-color-dirty-focused-border\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-comp-textfield-color-dirty-focused-border\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-comp-textfield-color-dirty-focused-border\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-comp-textfield-color-dirty-focused-border\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-comp-textfield-color-dirty-focused-border\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-comp-textfield-color-dirty-focused-border\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-comp-textfield-color-dirty-focused-border\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-comp-textfield-color-dirty-focused-content {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-focused-content\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-textfield-color-dirty-focused-content\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-textfield-color-dirty-focused-content\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-textfield-color-dirty-focused-content\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-textfield-color-dirty-focused-content\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-textfield-color-dirty-focused-content\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-textfield-color-dirty-focused-content\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-textfield-color-dirty-focused-content\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-textfield-color-dirty-focused-content\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-textfield-color-dirty-focused-content\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-textfield-color-dirty-focused-content\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-textfield-color-dirty-focused-content\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-textfield-color-dirty-focused-content\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-textfield-color-dirty-focused-content\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-textfield-color-dirty-focused-content\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-textfield-color-dirty-focused-content\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-textfield-color-dirty-focused-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-focused-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-textfield-color-dirty-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-hover-bg\/0 {
  background-color: rgb(255 251 250 / 0);
}
.bg-comp-textfield-color-dirty-hover-bg\/10 {
  background-color: rgb(255 251 250 / 0.1);
}
.bg-comp-textfield-color-dirty-hover-bg\/100 {
  background-color: rgb(255 251 250 / 1);
}
.bg-comp-textfield-color-dirty-hover-bg\/20 {
  background-color: rgb(255 251 250 / 0.2);
}
.bg-comp-textfield-color-dirty-hover-bg\/25 {
  background-color: rgb(255 251 250 / 0.25);
}
.bg-comp-textfield-color-dirty-hover-bg\/30 {
  background-color: rgb(255 251 250 / 0.3);
}
.bg-comp-textfield-color-dirty-hover-bg\/40 {
  background-color: rgb(255 251 250 / 0.4);
}
.bg-comp-textfield-color-dirty-hover-bg\/5 {
  background-color: rgb(255 251 250 / 0.05);
}
.bg-comp-textfield-color-dirty-hover-bg\/50 {
  background-color: rgb(255 251 250 / 0.5);
}
.bg-comp-textfield-color-dirty-hover-bg\/60 {
  background-color: rgb(255 251 250 / 0.6);
}
.bg-comp-textfield-color-dirty-hover-bg\/70 {
  background-color: rgb(255 251 250 / 0.7);
}
.bg-comp-textfield-color-dirty-hover-bg\/75 {
  background-color: rgb(255 251 250 / 0.75);
}
.bg-comp-textfield-color-dirty-hover-bg\/80 {
  background-color: rgb(255 251 250 / 0.8);
}
.bg-comp-textfield-color-dirty-hover-bg\/90 {
  background-color: rgb(255 251 250 / 0.9);
}
.bg-comp-textfield-color-dirty-hover-bg\/95 {
  background-color: rgb(255 251 250 / 0.95);
}
.bg-comp-textfield-color-dirty-hover-bg\/base-opacity-disabled {
  background-color: rgb(255 251 250 / 60%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-0 {
  background-color: rgb(255 251 250 / 0%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-10 {
  background-color: rgb(255 251 250 / 10%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-100 {
  background-color: rgb(255 251 250 / 100%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-20 {
  background-color: rgb(255 251 250 / 20%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-30 {
  background-color: rgb(255 251 250 / 30%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-40 {
  background-color: rgb(255 251 250 / 40%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-50 {
  background-color: rgb(255 251 250 / 50%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-60 {
  background-color: rgb(255 251 250 / 60%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-70 {
  background-color: rgb(255 251 250 / 70%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-80 {
  background-color: rgb(255 251 250 / 80%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-90 {
  background-color: rgb(255 251 250 / 90%);
}
.bg-comp-textfield-color-dirty-hover-border {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-hover-border\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-textfield-color-dirty-hover-border\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-textfield-color-dirty-hover-border\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-textfield-color-dirty-hover-border\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-textfield-color-dirty-hover-border\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-textfield-color-dirty-hover-border\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-textfield-color-dirty-hover-border\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-textfield-color-dirty-hover-border\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-textfield-color-dirty-hover-border\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-textfield-color-dirty-hover-border\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-textfield-color-dirty-hover-border\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-textfield-color-dirty-hover-border\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-textfield-color-dirty-hover-border\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-textfield-color-dirty-hover-border\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-textfield-color-dirty-hover-border\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-textfield-color-dirty-hover-border\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-textfield-color-dirty-hover-content {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-hover-content\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-textfield-color-dirty-hover-content\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-textfield-color-dirty-hover-content\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-textfield-color-dirty-hover-content\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-textfield-color-dirty-hover-content\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-textfield-color-dirty-hover-content\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-textfield-color-dirty-hover-content\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-textfield-color-dirty-hover-content\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-textfield-color-dirty-hover-content\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-textfield-color-dirty-hover-content\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-textfield-color-dirty-hover-content\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-textfield-color-dirty-hover-content\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-textfield-color-dirty-hover-content\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-textfield-color-dirty-hover-content\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-textfield-color-dirty-hover-content\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-textfield-color-dirty-hover-content\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-textfield-color-dirty-hover-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-hover-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-toggle-color-ghost-selected-focused-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-selected-focused-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/0 {
  background-color: rgb(234 236 240 / 0);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/10 {
  background-color: rgb(234 236 240 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/100 {
  background-color: rgb(234 236 240 / 1);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/20 {
  background-color: rgb(234 236 240 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/25 {
  background-color: rgb(234 236 240 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/30 {
  background-color: rgb(234 236 240 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/40 {
  background-color: rgb(234 236 240 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/5 {
  background-color: rgb(234 236 240 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/50 {
  background-color: rgb(234 236 240 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/60 {
  background-color: rgb(234 236 240 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/70 {
  background-color: rgb(234 236 240 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/75 {
  background-color: rgb(234 236 240 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/80 {
  background-color: rgb(234 236 240 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/90 {
  background-color: rgb(234 236 240 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/95 {
  background-color: rgb(234 236 240 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/base-opacity-disabled {
  background-color: rgb(234 236 240 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-0 {
  background-color: rgb(234 236 240 / 0%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-10 {
  background-color: rgb(234 236 240 / 10%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-100 {
  background-color: rgb(234 236 240 / 100%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-20 {
  background-color: rgb(234 236 240 / 20%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-30 {
  background-color: rgb(234 236 240 / 30%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-40 {
  background-color: rgb(234 236 240 / 40%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-50 {
  background-color: rgb(234 236 240 / 50%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-60 {
  background-color: rgb(234 236 240 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-70 {
  background-color: rgb(234 236 240 / 70%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-80 {
  background-color: rgb(234 236 240 / 80%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-90 {
  background-color: rgb(234 236 240 / 90%);
}
.bg-comp-toggle-color-ghost-selected-hover-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-selected-hover-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-toggle-color-primary-selected-enabled-border {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-enabled-border\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-primary-selected-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-focused-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-toggle-color-primary-selected-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-focused-border\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-comp-toggle-color-primary-selected-focused-border\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-comp-toggle-color-primary-selected-focused-border\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-comp-toggle-color-primary-selected-focused-border\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-comp-toggle-color-primary-selected-focused-border\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-comp-toggle-color-primary-selected-focused-border\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-comp-toggle-color-primary-selected-focused-border\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-comp-toggle-color-primary-selected-focused-border\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-comp-toggle-color-primary-selected-focused-border\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-comp-toggle-color-primary-selected-focused-border\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-comp-toggle-color-primary-selected-focused-border\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-comp-toggle-color-primary-selected-focused-border\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-comp-toggle-color-primary-selected-focused-border\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-comp-toggle-color-primary-selected-focused-border\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-comp-toggle-color-primary-selected-focused-border\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-comp-toggle-color-primary-selected-focused-border\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-primary-selected-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-hover-bg\/0 {
  background-color: rgb(242 244 253 / 0);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/10 {
  background-color: rgb(242 244 253 / 0.1);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/100 {
  background-color: rgb(242 244 253 / 1);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/20 {
  background-color: rgb(242 244 253 / 0.2);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/25 {
  background-color: rgb(242 244 253 / 0.25);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/30 {
  background-color: rgb(242 244 253 / 0.3);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/40 {
  background-color: rgb(242 244 253 / 0.4);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/5 {
  background-color: rgb(242 244 253 / 0.05);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/50 {
  background-color: rgb(242 244 253 / 0.5);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/60 {
  background-color: rgb(242 244 253 / 0.6);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/70 {
  background-color: rgb(242 244 253 / 0.7);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/75 {
  background-color: rgb(242 244 253 / 0.75);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/80 {
  background-color: rgb(242 244 253 / 0.8);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/90 {
  background-color: rgb(242 244 253 / 0.9);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/95 {
  background-color: rgb(242 244 253 / 0.95);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/base-opacity-disabled {
  background-color: rgb(242 244 253 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-0 {
  background-color: rgb(242 244 253 / 0%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-10 {
  background-color: rgb(242 244 253 / 10%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-100 {
  background-color: rgb(242 244 253 / 100%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-20 {
  background-color: rgb(242 244 253 / 20%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-30 {
  background-color: rgb(242 244 253 / 30%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-40 {
  background-color: rgb(242 244 253 / 40%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-50 {
  background-color: rgb(242 244 253 / 50%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-60 {
  background-color: rgb(242 244 253 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-70 {
  background-color: rgb(242 244 253 / 70%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-80 {
  background-color: rgb(242 244 253 / 80%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-90 {
  background-color: rgb(242 244 253 / 90%);
}
.bg-comp-toggle-color-primary-selected-hover-border {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-hover-border\/0 {
  background-color: rgb(75 71 189 / 0);
}
.bg-comp-toggle-color-primary-selected-hover-border\/10 {
  background-color: rgb(75 71 189 / 0.1);
}
.bg-comp-toggle-color-primary-selected-hover-border\/100 {
  background-color: rgb(75 71 189 / 1);
}
.bg-comp-toggle-color-primary-selected-hover-border\/20 {
  background-color: rgb(75 71 189 / 0.2);
}
.bg-comp-toggle-color-primary-selected-hover-border\/25 {
  background-color: rgb(75 71 189 / 0.25);
}
.bg-comp-toggle-color-primary-selected-hover-border\/30 {
  background-color: rgb(75 71 189 / 0.3);
}
.bg-comp-toggle-color-primary-selected-hover-border\/40 {
  background-color: rgb(75 71 189 / 0.4);
}
.bg-comp-toggle-color-primary-selected-hover-border\/5 {
  background-color: rgb(75 71 189 / 0.05);
}
.bg-comp-toggle-color-primary-selected-hover-border\/50 {
  background-color: rgb(75 71 189 / 0.5);
}
.bg-comp-toggle-color-primary-selected-hover-border\/60 {
  background-color: rgb(75 71 189 / 0.6);
}
.bg-comp-toggle-color-primary-selected-hover-border\/70 {
  background-color: rgb(75 71 189 / 0.7);
}
.bg-comp-toggle-color-primary-selected-hover-border\/75 {
  background-color: rgb(75 71 189 / 0.75);
}
.bg-comp-toggle-color-primary-selected-hover-border\/80 {
  background-color: rgb(75 71 189 / 0.8);
}
.bg-comp-toggle-color-primary-selected-hover-border\/90 {
  background-color: rgb(75 71 189 / 0.9);
}
.bg-comp-toggle-color-primary-selected-hover-border\/95 {
  background-color: rgb(75 71 189 / 0.95);
}
.bg-comp-toggle-color-primary-selected-hover-border\/base-opacity-disabled {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-0 {
  background-color: rgb(75 71 189 / 0%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-10 {
  background-color: rgb(75 71 189 / 10%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-100 {
  background-color: rgb(75 71 189 / 100%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-20 {
  background-color: rgb(75 71 189 / 20%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-30 {
  background-color: rgb(75 71 189 / 30%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-40 {
  background-color: rgb(75 71 189 / 40%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-50 {
  background-color: rgb(75 71 189 / 50%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-60 {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-70 {
  background-color: rgb(75 71 189 / 70%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-80 {
  background-color: rgb(75 71 189 / 80%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-90 {
  background-color: rgb(75 71 189 / 90%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-comp-toggle-color-primary-unselected-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-focused-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-comp-toggle-color-primary-unselected-hover-border {
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-hover-border\/0 {
  background-color: rgb(152 162 179 / 0);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/10 {
  background-color: rgb(152 162 179 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/100 {
  background-color: rgb(152 162 179 / 1);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/20 {
  background-color: rgb(152 162 179 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/25 {
  background-color: rgb(152 162 179 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/30 {
  background-color: rgb(152 162 179 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/40 {
  background-color: rgb(152 162 179 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/5 {
  background-color: rgb(152 162 179 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/50 {
  background-color: rgb(152 162 179 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/60 {
  background-color: rgb(152 162 179 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/70 {
  background-color: rgb(152 162 179 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/75 {
  background-color: rgb(152 162 179 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/80 {
  background-color: rgb(152 162 179 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/90 {
  background-color: rgb(152 162 179 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/95 {
  background-color: rgb(152 162 179 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/base-opacity-disabled {
  background-color: rgb(152 162 179 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-0 {
  background-color: rgb(152 162 179 / 0%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-10 {
  background-color: rgb(152 162 179 / 10%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-100 {
  background-color: rgb(152 162 179 / 100%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-20 {
  background-color: rgb(152 162 179 / 20%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-30 {
  background-color: rgb(152 162 179 / 30%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-40 {
  background-color: rgb(152 162 179 / 40%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-50 {
  background-color: rgb(152 162 179 / 50%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-60 {
  background-color: rgb(152 162 179 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-70 {
  background-color: rgb(152 162 179 / 70%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-80 {
  background-color: rgb(152 162 179 / 80%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-90 {
  background-color: rgb(152 162 179 / 90%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-core-color-blue-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 158 / var(--tw-bg-opacity));
}
.bg-core-color-blue-0\/0 {
  background-color: rgb(0 53 158 / 0);
}
.bg-core-color-blue-0\/10 {
  background-color: rgb(0 53 158 / 0.1);
}
.bg-core-color-blue-0\/100 {
  background-color: rgb(0 53 158 / 1);
}
.bg-core-color-blue-0\/20 {
  background-color: rgb(0 53 158 / 0.2);
}
.bg-core-color-blue-0\/25 {
  background-color: rgb(0 53 158 / 0.25);
}
.bg-core-color-blue-0\/30 {
  background-color: rgb(0 53 158 / 0.3);
}
.bg-core-color-blue-0\/40 {
  background-color: rgb(0 53 158 / 0.4);
}
.bg-core-color-blue-0\/5 {
  background-color: rgb(0 53 158 / 0.05);
}
.bg-core-color-blue-0\/50 {
  background-color: rgb(0 53 158 / 0.5);
}
.bg-core-color-blue-0\/60 {
  background-color: rgb(0 53 158 / 0.6);
}
.bg-core-color-blue-0\/70 {
  background-color: rgb(0 53 158 / 0.7);
}
.bg-core-color-blue-0\/75 {
  background-color: rgb(0 53 158 / 0.75);
}
.bg-core-color-blue-0\/80 {
  background-color: rgb(0 53 158 / 0.8);
}
.bg-core-color-blue-0\/90 {
  background-color: rgb(0 53 158 / 0.9);
}
.bg-core-color-blue-0\/95 {
  background-color: rgb(0 53 158 / 0.95);
}
.bg-core-color-blue-0\/base-opacity-disabled {
  background-color: rgb(0 53 158 / 60%);
}
.bg-core-color-blue-0\/core-opacity-0 {
  background-color: rgb(0 53 158 / 0%);
}
.bg-core-color-blue-0\/core-opacity-10 {
  background-color: rgb(0 53 158 / 10%);
}
.bg-core-color-blue-0\/core-opacity-100 {
  background-color: rgb(0 53 158 / 100%);
}
.bg-core-color-blue-0\/core-opacity-20 {
  background-color: rgb(0 53 158 / 20%);
}
.bg-core-color-blue-0\/core-opacity-30 {
  background-color: rgb(0 53 158 / 30%);
}
.bg-core-color-blue-0\/core-opacity-40 {
  background-color: rgb(0 53 158 / 40%);
}
.bg-core-color-blue-0\/core-opacity-50 {
  background-color: rgb(0 53 158 / 50%);
}
.bg-core-color-blue-0\/core-opacity-60 {
  background-color: rgb(0 53 158 / 60%);
}
.bg-core-color-blue-0\/core-opacity-70 {
  background-color: rgb(0 53 158 / 70%);
}
.bg-core-color-blue-0\/core-opacity-80 {
  background-color: rgb(0 53 158 / 80%);
}
.bg-core-color-blue-0\/core-opacity-90 {
  background-color: rgb(0 53 158 / 90%);
}
.bg-core-color-blue-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 194 / var(--tw-bg-opacity));
}
.bg-core-color-blue-10\/0 {
  background-color: rgb(0 65 194 / 0);
}
.bg-core-color-blue-10\/10 {
  background-color: rgb(0 65 194 / 0.1);
}
.bg-core-color-blue-10\/100 {
  background-color: rgb(0 65 194 / 1);
}
.bg-core-color-blue-10\/20 {
  background-color: rgb(0 65 194 / 0.2);
}
.bg-core-color-blue-10\/25 {
  background-color: rgb(0 65 194 / 0.25);
}
.bg-core-color-blue-10\/30 {
  background-color: rgb(0 65 194 / 0.3);
}
.bg-core-color-blue-10\/40 {
  background-color: rgb(0 65 194 / 0.4);
}
.bg-core-color-blue-10\/5 {
  background-color: rgb(0 65 194 / 0.05);
}
.bg-core-color-blue-10\/50 {
  background-color: rgb(0 65 194 / 0.5);
}
.bg-core-color-blue-10\/60 {
  background-color: rgb(0 65 194 / 0.6);
}
.bg-core-color-blue-10\/70 {
  background-color: rgb(0 65 194 / 0.7);
}
.bg-core-color-blue-10\/75 {
  background-color: rgb(0 65 194 / 0.75);
}
.bg-core-color-blue-10\/80 {
  background-color: rgb(0 65 194 / 0.8);
}
.bg-core-color-blue-10\/90 {
  background-color: rgb(0 65 194 / 0.9);
}
.bg-core-color-blue-10\/95 {
  background-color: rgb(0 65 194 / 0.95);
}
.bg-core-color-blue-10\/base-opacity-disabled {
  background-color: rgb(0 65 194 / 60%);
}
.bg-core-color-blue-10\/core-opacity-0 {
  background-color: rgb(0 65 194 / 0%);
}
.bg-core-color-blue-10\/core-opacity-10 {
  background-color: rgb(0 65 194 / 10%);
}
.bg-core-color-blue-10\/core-opacity-100 {
  background-color: rgb(0 65 194 / 100%);
}
.bg-core-color-blue-10\/core-opacity-20 {
  background-color: rgb(0 65 194 / 20%);
}
.bg-core-color-blue-10\/core-opacity-30 {
  background-color: rgb(0 65 194 / 30%);
}
.bg-core-color-blue-10\/core-opacity-40 {
  background-color: rgb(0 65 194 / 40%);
}
.bg-core-color-blue-10\/core-opacity-50 {
  background-color: rgb(0 65 194 / 50%);
}
.bg-core-color-blue-10\/core-opacity-60 {
  background-color: rgb(0 65 194 / 60%);
}
.bg-core-color-blue-10\/core-opacity-70 {
  background-color: rgb(0 65 194 / 70%);
}
.bg-core-color-blue-10\/core-opacity-80 {
  background-color: rgb(0 65 194 / 80%);
}
.bg-core-color-blue-10\/core-opacity-90 {
  background-color: rgb(0 65 194 / 90%);
}
.bg-core-color-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-100\/0 {
  background-color: rgb(245 248 255 / 0);
}
.bg-core-color-blue-100\/10 {
  background-color: rgb(245 248 255 / 0.1);
}
.bg-core-color-blue-100\/100 {
  background-color: rgb(245 248 255 / 1);
}
.bg-core-color-blue-100\/20 {
  background-color: rgb(245 248 255 / 0.2);
}
.bg-core-color-blue-100\/25 {
  background-color: rgb(245 248 255 / 0.25);
}
.bg-core-color-blue-100\/30 {
  background-color: rgb(245 248 255 / 0.3);
}
.bg-core-color-blue-100\/40 {
  background-color: rgb(245 248 255 / 0.4);
}
.bg-core-color-blue-100\/5 {
  background-color: rgb(245 248 255 / 0.05);
}
.bg-core-color-blue-100\/50 {
  background-color: rgb(245 248 255 / 0.5);
}
.bg-core-color-blue-100\/60 {
  background-color: rgb(245 248 255 / 0.6);
}
.bg-core-color-blue-100\/70 {
  background-color: rgb(245 248 255 / 0.7);
}
.bg-core-color-blue-100\/75 {
  background-color: rgb(245 248 255 / 0.75);
}
.bg-core-color-blue-100\/80 {
  background-color: rgb(245 248 255 / 0.8);
}
.bg-core-color-blue-100\/90 {
  background-color: rgb(245 248 255 / 0.9);
}
.bg-core-color-blue-100\/95 {
  background-color: rgb(245 248 255 / 0.95);
}
.bg-core-color-blue-100\/base-opacity-disabled {
  background-color: rgb(245 248 255 / 60%);
}
.bg-core-color-blue-100\/core-opacity-0 {
  background-color: rgb(245 248 255 / 0%);
}
.bg-core-color-blue-100\/core-opacity-10 {
  background-color: rgb(245 248 255 / 10%);
}
.bg-core-color-blue-100\/core-opacity-100 {
  background-color: rgb(245 248 255 / 100%);
}
.bg-core-color-blue-100\/core-opacity-20 {
  background-color: rgb(245 248 255 / 20%);
}
.bg-core-color-blue-100\/core-opacity-30 {
  background-color: rgb(245 248 255 / 30%);
}
.bg-core-color-blue-100\/core-opacity-40 {
  background-color: rgb(245 248 255 / 40%);
}
.bg-core-color-blue-100\/core-opacity-50 {
  background-color: rgb(245 248 255 / 50%);
}
.bg-core-color-blue-100\/core-opacity-60 {
  background-color: rgb(245 248 255 / 60%);
}
.bg-core-color-blue-100\/core-opacity-70 {
  background-color: rgb(245 248 255 / 70%);
}
.bg-core-color-blue-100\/core-opacity-80 {
  background-color: rgb(245 248 255 / 80%);
}
.bg-core-color-blue-100\/core-opacity-90 {
  background-color: rgb(245 248 255 / 90%);
}
.bg-core-color-blue-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 235 / var(--tw-bg-opacity));
}
.bg-core-color-blue-20\/0 {
  background-color: rgb(0 78 235 / 0);
}
.bg-core-color-blue-20\/10 {
  background-color: rgb(0 78 235 / 0.1);
}
.bg-core-color-blue-20\/100 {
  background-color: rgb(0 78 235 / 1);
}
.bg-core-color-blue-20\/20 {
  background-color: rgb(0 78 235 / 0.2);
}
.bg-core-color-blue-20\/25 {
  background-color: rgb(0 78 235 / 0.25);
}
.bg-core-color-blue-20\/30 {
  background-color: rgb(0 78 235 / 0.3);
}
.bg-core-color-blue-20\/40 {
  background-color: rgb(0 78 235 / 0.4);
}
.bg-core-color-blue-20\/5 {
  background-color: rgb(0 78 235 / 0.05);
}
.bg-core-color-blue-20\/50 {
  background-color: rgb(0 78 235 / 0.5);
}
.bg-core-color-blue-20\/60 {
  background-color: rgb(0 78 235 / 0.6);
}
.bg-core-color-blue-20\/70 {
  background-color: rgb(0 78 235 / 0.7);
}
.bg-core-color-blue-20\/75 {
  background-color: rgb(0 78 235 / 0.75);
}
.bg-core-color-blue-20\/80 {
  background-color: rgb(0 78 235 / 0.8);
}
.bg-core-color-blue-20\/90 {
  background-color: rgb(0 78 235 / 0.9);
}
.bg-core-color-blue-20\/95 {
  background-color: rgb(0 78 235 / 0.95);
}
.bg-core-color-blue-20\/base-opacity-disabled {
  background-color: rgb(0 78 235 / 60%);
}
.bg-core-color-blue-20\/core-opacity-0 {
  background-color: rgb(0 78 235 / 0%);
}
.bg-core-color-blue-20\/core-opacity-10 {
  background-color: rgb(0 78 235 / 10%);
}
.bg-core-color-blue-20\/core-opacity-100 {
  background-color: rgb(0 78 235 / 100%);
}
.bg-core-color-blue-20\/core-opacity-20 {
  background-color: rgb(0 78 235 / 20%);
}
.bg-core-color-blue-20\/core-opacity-30 {
  background-color: rgb(0 78 235 / 30%);
}
.bg-core-color-blue-20\/core-opacity-40 {
  background-color: rgb(0 78 235 / 40%);
}
.bg-core-color-blue-20\/core-opacity-50 {
  background-color: rgb(0 78 235 / 50%);
}
.bg-core-color-blue-20\/core-opacity-60 {
  background-color: rgb(0 78 235 / 60%);
}
.bg-core-color-blue-20\/core-opacity-70 {
  background-color: rgb(0 78 235 / 70%);
}
.bg-core-color-blue-20\/core-opacity-80 {
  background-color: rgb(0 78 235 / 80%);
}
.bg-core-color-blue-20\/core-opacity-90 {
  background-color: rgb(0 78 235 / 90%);
}
.bg-core-color-blue-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity));
}
.bg-core-color-blue-30\/0 {
  background-color: rgb(21 94 239 / 0);
}
.bg-core-color-blue-30\/10 {
  background-color: rgb(21 94 239 / 0.1);
}
.bg-core-color-blue-30\/100 {
  background-color: rgb(21 94 239 / 1);
}
.bg-core-color-blue-30\/20 {
  background-color: rgb(21 94 239 / 0.2);
}
.bg-core-color-blue-30\/25 {
  background-color: rgb(21 94 239 / 0.25);
}
.bg-core-color-blue-30\/30 {
  background-color: rgb(21 94 239 / 0.3);
}
.bg-core-color-blue-30\/40 {
  background-color: rgb(21 94 239 / 0.4);
}
.bg-core-color-blue-30\/5 {
  background-color: rgb(21 94 239 / 0.05);
}
.bg-core-color-blue-30\/50 {
  background-color: rgb(21 94 239 / 0.5);
}
.bg-core-color-blue-30\/60 {
  background-color: rgb(21 94 239 / 0.6);
}
.bg-core-color-blue-30\/70 {
  background-color: rgb(21 94 239 / 0.7);
}
.bg-core-color-blue-30\/75 {
  background-color: rgb(21 94 239 / 0.75);
}
.bg-core-color-blue-30\/80 {
  background-color: rgb(21 94 239 / 0.8);
}
.bg-core-color-blue-30\/90 {
  background-color: rgb(21 94 239 / 0.9);
}
.bg-core-color-blue-30\/95 {
  background-color: rgb(21 94 239 / 0.95);
}
.bg-core-color-blue-30\/base-opacity-disabled {
  background-color: rgb(21 94 239 / 60%);
}
.bg-core-color-blue-30\/core-opacity-0 {
  background-color: rgb(21 94 239 / 0%);
}
.bg-core-color-blue-30\/core-opacity-10 {
  background-color: rgb(21 94 239 / 10%);
}
.bg-core-color-blue-30\/core-opacity-100 {
  background-color: rgb(21 94 239 / 100%);
}
.bg-core-color-blue-30\/core-opacity-20 {
  background-color: rgb(21 94 239 / 20%);
}
.bg-core-color-blue-30\/core-opacity-30 {
  background-color: rgb(21 94 239 / 30%);
}
.bg-core-color-blue-30\/core-opacity-40 {
  background-color: rgb(21 94 239 / 40%);
}
.bg-core-color-blue-30\/core-opacity-50 {
  background-color: rgb(21 94 239 / 50%);
}
.bg-core-color-blue-30\/core-opacity-60 {
  background-color: rgb(21 94 239 / 60%);
}
.bg-core-color-blue-30\/core-opacity-70 {
  background-color: rgb(21 94 239 / 70%);
}
.bg-core-color-blue-30\/core-opacity-80 {
  background-color: rgb(21 94 239 / 80%);
}
.bg-core-color-blue-30\/core-opacity-90 {
  background-color: rgb(21 94 239 / 90%);
}
.bg-core-color-blue-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 112 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-40\/0 {
  background-color: rgb(41 112 255 / 0);
}
.bg-core-color-blue-40\/10 {
  background-color: rgb(41 112 255 / 0.1);
}
.bg-core-color-blue-40\/100 {
  background-color: rgb(41 112 255 / 1);
}
.bg-core-color-blue-40\/20 {
  background-color: rgb(41 112 255 / 0.2);
}
.bg-core-color-blue-40\/25 {
  background-color: rgb(41 112 255 / 0.25);
}
.bg-core-color-blue-40\/30 {
  background-color: rgb(41 112 255 / 0.3);
}
.bg-core-color-blue-40\/40 {
  background-color: rgb(41 112 255 / 0.4);
}
.bg-core-color-blue-40\/5 {
  background-color: rgb(41 112 255 / 0.05);
}
.bg-core-color-blue-40\/50 {
  background-color: rgb(41 112 255 / 0.5);
}
.bg-core-color-blue-40\/60 {
  background-color: rgb(41 112 255 / 0.6);
}
.bg-core-color-blue-40\/70 {
  background-color: rgb(41 112 255 / 0.7);
}
.bg-core-color-blue-40\/75 {
  background-color: rgb(41 112 255 / 0.75);
}
.bg-core-color-blue-40\/80 {
  background-color: rgb(41 112 255 / 0.8);
}
.bg-core-color-blue-40\/90 {
  background-color: rgb(41 112 255 / 0.9);
}
.bg-core-color-blue-40\/95 {
  background-color: rgb(41 112 255 / 0.95);
}
.bg-core-color-blue-40\/base-opacity-disabled {
  background-color: rgb(41 112 255 / 60%);
}
.bg-core-color-blue-40\/core-opacity-0 {
  background-color: rgb(41 112 255 / 0%);
}
.bg-core-color-blue-40\/core-opacity-10 {
  background-color: rgb(41 112 255 / 10%);
}
.bg-core-color-blue-40\/core-opacity-100 {
  background-color: rgb(41 112 255 / 100%);
}
.bg-core-color-blue-40\/core-opacity-20 {
  background-color: rgb(41 112 255 / 20%);
}
.bg-core-color-blue-40\/core-opacity-30 {
  background-color: rgb(41 112 255 / 30%);
}
.bg-core-color-blue-40\/core-opacity-40 {
  background-color: rgb(41 112 255 / 40%);
}
.bg-core-color-blue-40\/core-opacity-50 {
  background-color: rgb(41 112 255 / 50%);
}
.bg-core-color-blue-40\/core-opacity-60 {
  background-color: rgb(41 112 255 / 60%);
}
.bg-core-color-blue-40\/core-opacity-70 {
  background-color: rgb(41 112 255 / 70%);
}
.bg-core-color-blue-40\/core-opacity-80 {
  background-color: rgb(41 112 255 / 80%);
}
.bg-core-color-blue-40\/core-opacity-90 {
  background-color: rgb(41 112 255 / 90%);
}
.bg-core-color-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 139 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-50\/0 {
  background-color: rgb(82 139 255 / 0);
}
.bg-core-color-blue-50\/10 {
  background-color: rgb(82 139 255 / 0.1);
}
.bg-core-color-blue-50\/100 {
  background-color: rgb(82 139 255 / 1);
}
.bg-core-color-blue-50\/20 {
  background-color: rgb(82 139 255 / 0.2);
}
.bg-core-color-blue-50\/25 {
  background-color: rgb(82 139 255 / 0.25);
}
.bg-core-color-blue-50\/30 {
  background-color: rgb(82 139 255 / 0.3);
}
.bg-core-color-blue-50\/40 {
  background-color: rgb(82 139 255 / 0.4);
}
.bg-core-color-blue-50\/5 {
  background-color: rgb(82 139 255 / 0.05);
}
.bg-core-color-blue-50\/50 {
  background-color: rgb(82 139 255 / 0.5);
}
.bg-core-color-blue-50\/60 {
  background-color: rgb(82 139 255 / 0.6);
}
.bg-core-color-blue-50\/70 {
  background-color: rgb(82 139 255 / 0.7);
}
.bg-core-color-blue-50\/75 {
  background-color: rgb(82 139 255 / 0.75);
}
.bg-core-color-blue-50\/80 {
  background-color: rgb(82 139 255 / 0.8);
}
.bg-core-color-blue-50\/90 {
  background-color: rgb(82 139 255 / 0.9);
}
.bg-core-color-blue-50\/95 {
  background-color: rgb(82 139 255 / 0.95);
}
.bg-core-color-blue-50\/base-opacity-disabled {
  background-color: rgb(82 139 255 / 60%);
}
.bg-core-color-blue-50\/core-opacity-0 {
  background-color: rgb(82 139 255 / 0%);
}
.bg-core-color-blue-50\/core-opacity-10 {
  background-color: rgb(82 139 255 / 10%);
}
.bg-core-color-blue-50\/core-opacity-100 {
  background-color: rgb(82 139 255 / 100%);
}
.bg-core-color-blue-50\/core-opacity-20 {
  background-color: rgb(82 139 255 / 20%);
}
.bg-core-color-blue-50\/core-opacity-30 {
  background-color: rgb(82 139 255 / 30%);
}
.bg-core-color-blue-50\/core-opacity-40 {
  background-color: rgb(82 139 255 / 40%);
}
.bg-core-color-blue-50\/core-opacity-50 {
  background-color: rgb(82 139 255 / 50%);
}
.bg-core-color-blue-50\/core-opacity-60 {
  background-color: rgb(82 139 255 / 60%);
}
.bg-core-color-blue-50\/core-opacity-70 {
  background-color: rgb(82 139 255 / 70%);
}
.bg-core-color-blue-50\/core-opacity-80 {
  background-color: rgb(82 139 255 / 80%);
}
.bg-core-color-blue-50\/core-opacity-90 {
  background-color: rgb(82 139 255 / 90%);
}
.bg-core-color-blue-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 173 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-60\/0 {
  background-color: rgb(133 173 255 / 0);
}
.bg-core-color-blue-60\/10 {
  background-color: rgb(133 173 255 / 0.1);
}
.bg-core-color-blue-60\/100 {
  background-color: rgb(133 173 255 / 1);
}
.bg-core-color-blue-60\/20 {
  background-color: rgb(133 173 255 / 0.2);
}
.bg-core-color-blue-60\/25 {
  background-color: rgb(133 173 255 / 0.25);
}
.bg-core-color-blue-60\/30 {
  background-color: rgb(133 173 255 / 0.3);
}
.bg-core-color-blue-60\/40 {
  background-color: rgb(133 173 255 / 0.4);
}
.bg-core-color-blue-60\/5 {
  background-color: rgb(133 173 255 / 0.05);
}
.bg-core-color-blue-60\/50 {
  background-color: rgb(133 173 255 / 0.5);
}
.bg-core-color-blue-60\/60 {
  background-color: rgb(133 173 255 / 0.6);
}
.bg-core-color-blue-60\/70 {
  background-color: rgb(133 173 255 / 0.7);
}
.bg-core-color-blue-60\/75 {
  background-color: rgb(133 173 255 / 0.75);
}
.bg-core-color-blue-60\/80 {
  background-color: rgb(133 173 255 / 0.8);
}
.bg-core-color-blue-60\/90 {
  background-color: rgb(133 173 255 / 0.9);
}
.bg-core-color-blue-60\/95 {
  background-color: rgb(133 173 255 / 0.95);
}
.bg-core-color-blue-60\/base-opacity-disabled {
  background-color: rgb(133 173 255 / 60%);
}
.bg-core-color-blue-60\/core-opacity-0 {
  background-color: rgb(133 173 255 / 0%);
}
.bg-core-color-blue-60\/core-opacity-10 {
  background-color: rgb(133 173 255 / 10%);
}
.bg-core-color-blue-60\/core-opacity-100 {
  background-color: rgb(133 173 255 / 100%);
}
.bg-core-color-blue-60\/core-opacity-20 {
  background-color: rgb(133 173 255 / 20%);
}
.bg-core-color-blue-60\/core-opacity-30 {
  background-color: rgb(133 173 255 / 30%);
}
.bg-core-color-blue-60\/core-opacity-40 {
  background-color: rgb(133 173 255 / 40%);
}
.bg-core-color-blue-60\/core-opacity-50 {
  background-color: rgb(133 173 255 / 50%);
}
.bg-core-color-blue-60\/core-opacity-60 {
  background-color: rgb(133 173 255 / 60%);
}
.bg-core-color-blue-60\/core-opacity-70 {
  background-color: rgb(133 173 255 / 70%);
}
.bg-core-color-blue-60\/core-opacity-80 {
  background-color: rgb(133 173 255 / 80%);
}
.bg-core-color-blue-60\/core-opacity-90 {
  background-color: rgb(133 173 255 / 90%);
}
.bg-core-color-blue-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 204 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-70\/0 {
  background-color: rgb(179 204 255 / 0);
}
.bg-core-color-blue-70\/10 {
  background-color: rgb(179 204 255 / 0.1);
}
.bg-core-color-blue-70\/100 {
  background-color: rgb(179 204 255 / 1);
}
.bg-core-color-blue-70\/20 {
  background-color: rgb(179 204 255 / 0.2);
}
.bg-core-color-blue-70\/25 {
  background-color: rgb(179 204 255 / 0.25);
}
.bg-core-color-blue-70\/30 {
  background-color: rgb(179 204 255 / 0.3);
}
.bg-core-color-blue-70\/40 {
  background-color: rgb(179 204 255 / 0.4);
}
.bg-core-color-blue-70\/5 {
  background-color: rgb(179 204 255 / 0.05);
}
.bg-core-color-blue-70\/50 {
  background-color: rgb(179 204 255 / 0.5);
}
.bg-core-color-blue-70\/60 {
  background-color: rgb(179 204 255 / 0.6);
}
.bg-core-color-blue-70\/70 {
  background-color: rgb(179 204 255 / 0.7);
}
.bg-core-color-blue-70\/75 {
  background-color: rgb(179 204 255 / 0.75);
}
.bg-core-color-blue-70\/80 {
  background-color: rgb(179 204 255 / 0.8);
}
.bg-core-color-blue-70\/90 {
  background-color: rgb(179 204 255 / 0.9);
}
.bg-core-color-blue-70\/95 {
  background-color: rgb(179 204 255 / 0.95);
}
.bg-core-color-blue-70\/base-opacity-disabled {
  background-color: rgb(179 204 255 / 60%);
}
.bg-core-color-blue-70\/core-opacity-0 {
  background-color: rgb(179 204 255 / 0%);
}
.bg-core-color-blue-70\/core-opacity-10 {
  background-color: rgb(179 204 255 / 10%);
}
.bg-core-color-blue-70\/core-opacity-100 {
  background-color: rgb(179 204 255 / 100%);
}
.bg-core-color-blue-70\/core-opacity-20 {
  background-color: rgb(179 204 255 / 20%);
}
.bg-core-color-blue-70\/core-opacity-30 {
  background-color: rgb(179 204 255 / 30%);
}
.bg-core-color-blue-70\/core-opacity-40 {
  background-color: rgb(179 204 255 / 40%);
}
.bg-core-color-blue-70\/core-opacity-50 {
  background-color: rgb(179 204 255 / 50%);
}
.bg-core-color-blue-70\/core-opacity-60 {
  background-color: rgb(179 204 255 / 60%);
}
.bg-core-color-blue-70\/core-opacity-70 {
  background-color: rgb(179 204 255 / 70%);
}
.bg-core-color-blue-70\/core-opacity-80 {
  background-color: rgb(179 204 255 / 80%);
}
.bg-core-color-blue-70\/core-opacity-90 {
  background-color: rgb(179 204 255 / 90%);
}
.bg-core-color-blue-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-80\/0 {
  background-color: rgb(209 224 255 / 0);
}
.bg-core-color-blue-80\/10 {
  background-color: rgb(209 224 255 / 0.1);
}
.bg-core-color-blue-80\/100 {
  background-color: rgb(209 224 255 / 1);
}
.bg-core-color-blue-80\/20 {
  background-color: rgb(209 224 255 / 0.2);
}
.bg-core-color-blue-80\/25 {
  background-color: rgb(209 224 255 / 0.25);
}
.bg-core-color-blue-80\/30 {
  background-color: rgb(209 224 255 / 0.3);
}
.bg-core-color-blue-80\/40 {
  background-color: rgb(209 224 255 / 0.4);
}
.bg-core-color-blue-80\/5 {
  background-color: rgb(209 224 255 / 0.05);
}
.bg-core-color-blue-80\/50 {
  background-color: rgb(209 224 255 / 0.5);
}
.bg-core-color-blue-80\/60 {
  background-color: rgb(209 224 255 / 0.6);
}
.bg-core-color-blue-80\/70 {
  background-color: rgb(209 224 255 / 0.7);
}
.bg-core-color-blue-80\/75 {
  background-color: rgb(209 224 255 / 0.75);
}
.bg-core-color-blue-80\/80 {
  background-color: rgb(209 224 255 / 0.8);
}
.bg-core-color-blue-80\/90 {
  background-color: rgb(209 224 255 / 0.9);
}
.bg-core-color-blue-80\/95 {
  background-color: rgb(209 224 255 / 0.95);
}
.bg-core-color-blue-80\/base-opacity-disabled {
  background-color: rgb(209 224 255 / 60%);
}
.bg-core-color-blue-80\/core-opacity-0 {
  background-color: rgb(209 224 255 / 0%);
}
.bg-core-color-blue-80\/core-opacity-10 {
  background-color: rgb(209 224 255 / 10%);
}
.bg-core-color-blue-80\/core-opacity-100 {
  background-color: rgb(209 224 255 / 100%);
}
.bg-core-color-blue-80\/core-opacity-20 {
  background-color: rgb(209 224 255 / 20%);
}
.bg-core-color-blue-80\/core-opacity-30 {
  background-color: rgb(209 224 255 / 30%);
}
.bg-core-color-blue-80\/core-opacity-40 {
  background-color: rgb(209 224 255 / 40%);
}
.bg-core-color-blue-80\/core-opacity-50 {
  background-color: rgb(209 224 255 / 50%);
}
.bg-core-color-blue-80\/core-opacity-60 {
  background-color: rgb(209 224 255 / 60%);
}
.bg-core-color-blue-80\/core-opacity-70 {
  background-color: rgb(209 224 255 / 70%);
}
.bg-core-color-blue-80\/core-opacity-80 {
  background-color: rgb(209 224 255 / 80%);
}
.bg-core-color-blue-80\/core-opacity-90 {
  background-color: rgb(209 224 255 / 90%);
}
.bg-core-color-blue-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-90\/0 {
  background-color: rgb(240 245 255 / 0);
}
.bg-core-color-blue-90\/10 {
  background-color: rgb(240 245 255 / 0.1);
}
.bg-core-color-blue-90\/100 {
  background-color: rgb(240 245 255 / 1);
}
.bg-core-color-blue-90\/20 {
  background-color: rgb(240 245 255 / 0.2);
}
.bg-core-color-blue-90\/25 {
  background-color: rgb(240 245 255 / 0.25);
}
.bg-core-color-blue-90\/30 {
  background-color: rgb(240 245 255 / 0.3);
}
.bg-core-color-blue-90\/40 {
  background-color: rgb(240 245 255 / 0.4);
}
.bg-core-color-blue-90\/5 {
  background-color: rgb(240 245 255 / 0.05);
}
.bg-core-color-blue-90\/50 {
  background-color: rgb(240 245 255 / 0.5);
}
.bg-core-color-blue-90\/60 {
  background-color: rgb(240 245 255 / 0.6);
}
.bg-core-color-blue-90\/70 {
  background-color: rgb(240 245 255 / 0.7);
}
.bg-core-color-blue-90\/75 {
  background-color: rgb(240 245 255 / 0.75);
}
.bg-core-color-blue-90\/80 {
  background-color: rgb(240 245 255 / 0.8);
}
.bg-core-color-blue-90\/90 {
  background-color: rgb(240 245 255 / 0.9);
}
.bg-core-color-blue-90\/95 {
  background-color: rgb(240 245 255 / 0.95);
}
.bg-core-color-blue-90\/base-opacity-disabled {
  background-color: rgb(240 245 255 / 60%);
}
.bg-core-color-blue-90\/core-opacity-0 {
  background-color: rgb(240 245 255 / 0%);
}
.bg-core-color-blue-90\/core-opacity-10 {
  background-color: rgb(240 245 255 / 10%);
}
.bg-core-color-blue-90\/core-opacity-100 {
  background-color: rgb(240 245 255 / 100%);
}
.bg-core-color-blue-90\/core-opacity-20 {
  background-color: rgb(240 245 255 / 20%);
}
.bg-core-color-blue-90\/core-opacity-30 {
  background-color: rgb(240 245 255 / 30%);
}
.bg-core-color-blue-90\/core-opacity-40 {
  background-color: rgb(240 245 255 / 40%);
}
.bg-core-color-blue-90\/core-opacity-50 {
  background-color: rgb(240 245 255 / 50%);
}
.bg-core-color-blue-90\/core-opacity-60 {
  background-color: rgb(240 245 255 / 60%);
}
.bg-core-color-blue-90\/core-opacity-70 {
  background-color: rgb(240 245 255 / 70%);
}
.bg-core-color-blue-90\/core-opacity-80 {
  background-color: rgb(240 245 255 / 80%);
}
.bg-core-color-blue-90\/core-opacity-90 {
  background-color: rgb(240 245 255 / 90%);
}
.bg-core-color-cyan-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 77 100 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-0\/0 {
  background-color: rgb(22 77 100 / 0);
}
.bg-core-color-cyan-0\/10 {
  background-color: rgb(22 77 100 / 0.1);
}
.bg-core-color-cyan-0\/100 {
  background-color: rgb(22 77 100 / 1);
}
.bg-core-color-cyan-0\/20 {
  background-color: rgb(22 77 100 / 0.2);
}
.bg-core-color-cyan-0\/25 {
  background-color: rgb(22 77 100 / 0.25);
}
.bg-core-color-cyan-0\/30 {
  background-color: rgb(22 77 100 / 0.3);
}
.bg-core-color-cyan-0\/40 {
  background-color: rgb(22 77 100 / 0.4);
}
.bg-core-color-cyan-0\/5 {
  background-color: rgb(22 77 100 / 0.05);
}
.bg-core-color-cyan-0\/50 {
  background-color: rgb(22 77 100 / 0.5);
}
.bg-core-color-cyan-0\/60 {
  background-color: rgb(22 77 100 / 0.6);
}
.bg-core-color-cyan-0\/70 {
  background-color: rgb(22 77 100 / 0.7);
}
.bg-core-color-cyan-0\/75 {
  background-color: rgb(22 77 100 / 0.75);
}
.bg-core-color-cyan-0\/80 {
  background-color: rgb(22 77 100 / 0.8);
}
.bg-core-color-cyan-0\/90 {
  background-color: rgb(22 77 100 / 0.9);
}
.bg-core-color-cyan-0\/95 {
  background-color: rgb(22 77 100 / 0.95);
}
.bg-core-color-cyan-0\/base-opacity-disabled {
  background-color: rgb(22 77 100 / 60%);
}
.bg-core-color-cyan-0\/core-opacity-0 {
  background-color: rgb(22 77 100 / 0%);
}
.bg-core-color-cyan-0\/core-opacity-10 {
  background-color: rgb(22 77 100 / 10%);
}
.bg-core-color-cyan-0\/core-opacity-100 {
  background-color: rgb(22 77 100 / 100%);
}
.bg-core-color-cyan-0\/core-opacity-20 {
  background-color: rgb(22 77 100 / 20%);
}
.bg-core-color-cyan-0\/core-opacity-30 {
  background-color: rgb(22 77 100 / 30%);
}
.bg-core-color-cyan-0\/core-opacity-40 {
  background-color: rgb(22 77 100 / 40%);
}
.bg-core-color-cyan-0\/core-opacity-50 {
  background-color: rgb(22 77 100 / 50%);
}
.bg-core-color-cyan-0\/core-opacity-60 {
  background-color: rgb(22 77 100 / 60%);
}
.bg-core-color-cyan-0\/core-opacity-70 {
  background-color: rgb(22 77 100 / 70%);
}
.bg-core-color-cyan-0\/core-opacity-80 {
  background-color: rgb(22 77 100 / 80%);
}
.bg-core-color-cyan-0\/core-opacity-90 {
  background-color: rgb(22 77 100 / 90%);
}
.bg-core-color-cyan-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 91 117 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-10\/0 {
  background-color: rgb(21 91 117 / 0);
}
.bg-core-color-cyan-10\/10 {
  background-color: rgb(21 91 117 / 0.1);
}
.bg-core-color-cyan-10\/100 {
  background-color: rgb(21 91 117 / 1);
}
.bg-core-color-cyan-10\/20 {
  background-color: rgb(21 91 117 / 0.2);
}
.bg-core-color-cyan-10\/25 {
  background-color: rgb(21 91 117 / 0.25);
}
.bg-core-color-cyan-10\/30 {
  background-color: rgb(21 91 117 / 0.3);
}
.bg-core-color-cyan-10\/40 {
  background-color: rgb(21 91 117 / 0.4);
}
.bg-core-color-cyan-10\/5 {
  background-color: rgb(21 91 117 / 0.05);
}
.bg-core-color-cyan-10\/50 {
  background-color: rgb(21 91 117 / 0.5);
}
.bg-core-color-cyan-10\/60 {
  background-color: rgb(21 91 117 / 0.6);
}
.bg-core-color-cyan-10\/70 {
  background-color: rgb(21 91 117 / 0.7);
}
.bg-core-color-cyan-10\/75 {
  background-color: rgb(21 91 117 / 0.75);
}
.bg-core-color-cyan-10\/80 {
  background-color: rgb(21 91 117 / 0.8);
}
.bg-core-color-cyan-10\/90 {
  background-color: rgb(21 91 117 / 0.9);
}
.bg-core-color-cyan-10\/95 {
  background-color: rgb(21 91 117 / 0.95);
}
.bg-core-color-cyan-10\/base-opacity-disabled {
  background-color: rgb(21 91 117 / 60%);
}
.bg-core-color-cyan-10\/core-opacity-0 {
  background-color: rgb(21 91 117 / 0%);
}
.bg-core-color-cyan-10\/core-opacity-10 {
  background-color: rgb(21 91 117 / 10%);
}
.bg-core-color-cyan-10\/core-opacity-100 {
  background-color: rgb(21 91 117 / 100%);
}
.bg-core-color-cyan-10\/core-opacity-20 {
  background-color: rgb(21 91 117 / 20%);
}
.bg-core-color-cyan-10\/core-opacity-30 {
  background-color: rgb(21 91 117 / 30%);
}
.bg-core-color-cyan-10\/core-opacity-40 {
  background-color: rgb(21 91 117 / 40%);
}
.bg-core-color-cyan-10\/core-opacity-50 {
  background-color: rgb(21 91 117 / 50%);
}
.bg-core-color-cyan-10\/core-opacity-60 {
  background-color: rgb(21 91 117 / 60%);
}
.bg-core-color-cyan-10\/core-opacity-70 {
  background-color: rgb(21 91 117 / 70%);
}
.bg-core-color-cyan-10\/core-opacity-80 {
  background-color: rgb(21 91 117 / 80%);
}
.bg-core-color-cyan-10\/core-opacity-90 {
  background-color: rgb(21 91 117 / 90%);
}
.bg-core-color-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 254 255 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-100\/0 {
  background-color: rgb(245 254 255 / 0);
}
.bg-core-color-cyan-100\/10 {
  background-color: rgb(245 254 255 / 0.1);
}
.bg-core-color-cyan-100\/100 {
  background-color: rgb(245 254 255 / 1);
}
.bg-core-color-cyan-100\/20 {
  background-color: rgb(245 254 255 / 0.2);
}
.bg-core-color-cyan-100\/25 {
  background-color: rgb(245 254 255 / 0.25);
}
.bg-core-color-cyan-100\/30 {
  background-color: rgb(245 254 255 / 0.3);
}
.bg-core-color-cyan-100\/40 {
  background-color: rgb(245 254 255 / 0.4);
}
.bg-core-color-cyan-100\/5 {
  background-color: rgb(245 254 255 / 0.05);
}
.bg-core-color-cyan-100\/50 {
  background-color: rgb(245 254 255 / 0.5);
}
.bg-core-color-cyan-100\/60 {
  background-color: rgb(245 254 255 / 0.6);
}
.bg-core-color-cyan-100\/70 {
  background-color: rgb(245 254 255 / 0.7);
}
.bg-core-color-cyan-100\/75 {
  background-color: rgb(245 254 255 / 0.75);
}
.bg-core-color-cyan-100\/80 {
  background-color: rgb(245 254 255 / 0.8);
}
.bg-core-color-cyan-100\/90 {
  background-color: rgb(245 254 255 / 0.9);
}
.bg-core-color-cyan-100\/95 {
  background-color: rgb(245 254 255 / 0.95);
}
.bg-core-color-cyan-100\/base-opacity-disabled {
  background-color: rgb(245 254 255 / 60%);
}
.bg-core-color-cyan-100\/core-opacity-0 {
  background-color: rgb(245 254 255 / 0%);
}
.bg-core-color-cyan-100\/core-opacity-10 {
  background-color: rgb(245 254 255 / 10%);
}
.bg-core-color-cyan-100\/core-opacity-100 {
  background-color: rgb(245 254 255 / 100%);
}
.bg-core-color-cyan-100\/core-opacity-20 {
  background-color: rgb(245 254 255 / 20%);
}
.bg-core-color-cyan-100\/core-opacity-30 {
  background-color: rgb(245 254 255 / 30%);
}
.bg-core-color-cyan-100\/core-opacity-40 {
  background-color: rgb(245 254 255 / 40%);
}
.bg-core-color-cyan-100\/core-opacity-50 {
  background-color: rgb(245 254 255 / 50%);
}
.bg-core-color-cyan-100\/core-opacity-60 {
  background-color: rgb(245 254 255 / 60%);
}
.bg-core-color-cyan-100\/core-opacity-70 {
  background-color: rgb(245 254 255 / 70%);
}
.bg-core-color-cyan-100\/core-opacity-80 {
  background-color: rgb(245 254 255 / 80%);
}
.bg-core-color-cyan-100\/core-opacity-90 {
  background-color: rgb(245 254 255 / 90%);
}
.bg-core-color-cyan-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 111 144 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-20\/0 {
  background-color: rgb(14 111 144 / 0);
}
.bg-core-color-cyan-20\/10 {
  background-color: rgb(14 111 144 / 0.1);
}
.bg-core-color-cyan-20\/100 {
  background-color: rgb(14 111 144 / 1);
}
.bg-core-color-cyan-20\/20 {
  background-color: rgb(14 111 144 / 0.2);
}
.bg-core-color-cyan-20\/25 {
  background-color: rgb(14 111 144 / 0.25);
}
.bg-core-color-cyan-20\/30 {
  background-color: rgb(14 111 144 / 0.3);
}
.bg-core-color-cyan-20\/40 {
  background-color: rgb(14 111 144 / 0.4);
}
.bg-core-color-cyan-20\/5 {
  background-color: rgb(14 111 144 / 0.05);
}
.bg-core-color-cyan-20\/50 {
  background-color: rgb(14 111 144 / 0.5);
}
.bg-core-color-cyan-20\/60 {
  background-color: rgb(14 111 144 / 0.6);
}
.bg-core-color-cyan-20\/70 {
  background-color: rgb(14 111 144 / 0.7);
}
.bg-core-color-cyan-20\/75 {
  background-color: rgb(14 111 144 / 0.75);
}
.bg-core-color-cyan-20\/80 {
  background-color: rgb(14 111 144 / 0.8);
}
.bg-core-color-cyan-20\/90 {
  background-color: rgb(14 111 144 / 0.9);
}
.bg-core-color-cyan-20\/95 {
  background-color: rgb(14 111 144 / 0.95);
}
.bg-core-color-cyan-20\/base-opacity-disabled {
  background-color: rgb(14 111 144 / 60%);
}
.bg-core-color-cyan-20\/core-opacity-0 {
  background-color: rgb(14 111 144 / 0%);
}
.bg-core-color-cyan-20\/core-opacity-10 {
  background-color: rgb(14 111 144 / 10%);
}
.bg-core-color-cyan-20\/core-opacity-100 {
  background-color: rgb(14 111 144 / 100%);
}
.bg-core-color-cyan-20\/core-opacity-20 {
  background-color: rgb(14 111 144 / 20%);
}
.bg-core-color-cyan-20\/core-opacity-30 {
  background-color: rgb(14 111 144 / 30%);
}
.bg-core-color-cyan-20\/core-opacity-40 {
  background-color: rgb(14 111 144 / 40%);
}
.bg-core-color-cyan-20\/core-opacity-50 {
  background-color: rgb(14 111 144 / 50%);
}
.bg-core-color-cyan-20\/core-opacity-60 {
  background-color: rgb(14 111 144 / 60%);
}
.bg-core-color-cyan-20\/core-opacity-70 {
  background-color: rgb(14 111 144 / 70%);
}
.bg-core-color-cyan-20\/core-opacity-80 {
  background-color: rgb(14 111 144 / 80%);
}
.bg-core-color-cyan-20\/core-opacity-90 {
  background-color: rgb(14 111 144 / 90%);
}
.bg-core-color-cyan-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 136 175 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-30\/0 {
  background-color: rgb(8 136 175 / 0);
}
.bg-core-color-cyan-30\/10 {
  background-color: rgb(8 136 175 / 0.1);
}
.bg-core-color-cyan-30\/100 {
  background-color: rgb(8 136 175 / 1);
}
.bg-core-color-cyan-30\/20 {
  background-color: rgb(8 136 175 / 0.2);
}
.bg-core-color-cyan-30\/25 {
  background-color: rgb(8 136 175 / 0.25);
}
.bg-core-color-cyan-30\/30 {
  background-color: rgb(8 136 175 / 0.3);
}
.bg-core-color-cyan-30\/40 {
  background-color: rgb(8 136 175 / 0.4);
}
.bg-core-color-cyan-30\/5 {
  background-color: rgb(8 136 175 / 0.05);
}
.bg-core-color-cyan-30\/50 {
  background-color: rgb(8 136 175 / 0.5);
}
.bg-core-color-cyan-30\/60 {
  background-color: rgb(8 136 175 / 0.6);
}
.bg-core-color-cyan-30\/70 {
  background-color: rgb(8 136 175 / 0.7);
}
.bg-core-color-cyan-30\/75 {
  background-color: rgb(8 136 175 / 0.75);
}
.bg-core-color-cyan-30\/80 {
  background-color: rgb(8 136 175 / 0.8);
}
.bg-core-color-cyan-30\/90 {
  background-color: rgb(8 136 175 / 0.9);
}
.bg-core-color-cyan-30\/95 {
  background-color: rgb(8 136 175 / 0.95);
}
.bg-core-color-cyan-30\/base-opacity-disabled {
  background-color: rgb(8 136 175 / 60%);
}
.bg-core-color-cyan-30\/core-opacity-0 {
  background-color: rgb(8 136 175 / 0%);
}
.bg-core-color-cyan-30\/core-opacity-10 {
  background-color: rgb(8 136 175 / 10%);
}
.bg-core-color-cyan-30\/core-opacity-100 {
  background-color: rgb(8 136 175 / 100%);
}
.bg-core-color-cyan-30\/core-opacity-20 {
  background-color: rgb(8 136 175 / 20%);
}
.bg-core-color-cyan-30\/core-opacity-30 {
  background-color: rgb(8 136 175 / 30%);
}
.bg-core-color-cyan-30\/core-opacity-40 {
  background-color: rgb(8 136 175 / 40%);
}
.bg-core-color-cyan-30\/core-opacity-50 {
  background-color: rgb(8 136 175 / 50%);
}
.bg-core-color-cyan-30\/core-opacity-60 {
  background-color: rgb(8 136 175 / 60%);
}
.bg-core-color-cyan-30\/core-opacity-70 {
  background-color: rgb(8 136 175 / 70%);
}
.bg-core-color-cyan-30\/core-opacity-80 {
  background-color: rgb(8 136 175 / 80%);
}
.bg-core-color-cyan-30\/core-opacity-90 {
  background-color: rgb(8 136 175 / 90%);
}
.bg-core-color-cyan-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 175 213 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-40\/0 {
  background-color: rgb(7 175 213 / 0);
}
.bg-core-color-cyan-40\/10 {
  background-color: rgb(7 175 213 / 0.1);
}
.bg-core-color-cyan-40\/100 {
  background-color: rgb(7 175 213 / 1);
}
.bg-core-color-cyan-40\/20 {
  background-color: rgb(7 175 213 / 0.2);
}
.bg-core-color-cyan-40\/25 {
  background-color: rgb(7 175 213 / 0.25);
}
.bg-core-color-cyan-40\/30 {
  background-color: rgb(7 175 213 / 0.3);
}
.bg-core-color-cyan-40\/40 {
  background-color: rgb(7 175 213 / 0.4);
}
.bg-core-color-cyan-40\/5 {
  background-color: rgb(7 175 213 / 0.05);
}
.bg-core-color-cyan-40\/50 {
  background-color: rgb(7 175 213 / 0.5);
}
.bg-core-color-cyan-40\/60 {
  background-color: rgb(7 175 213 / 0.6);
}
.bg-core-color-cyan-40\/70 {
  background-color: rgb(7 175 213 / 0.7);
}
.bg-core-color-cyan-40\/75 {
  background-color: rgb(7 175 213 / 0.75);
}
.bg-core-color-cyan-40\/80 {
  background-color: rgb(7 175 213 / 0.8);
}
.bg-core-color-cyan-40\/90 {
  background-color: rgb(7 175 213 / 0.9);
}
.bg-core-color-cyan-40\/95 {
  background-color: rgb(7 175 213 / 0.95);
}
.bg-core-color-cyan-40\/base-opacity-disabled {
  background-color: rgb(7 175 213 / 60%);
}
.bg-core-color-cyan-40\/core-opacity-0 {
  background-color: rgb(7 175 213 / 0%);
}
.bg-core-color-cyan-40\/core-opacity-10 {
  background-color: rgb(7 175 213 / 10%);
}
.bg-core-color-cyan-40\/core-opacity-100 {
  background-color: rgb(7 175 213 / 100%);
}
.bg-core-color-cyan-40\/core-opacity-20 {
  background-color: rgb(7 175 213 / 20%);
}
.bg-core-color-cyan-40\/core-opacity-30 {
  background-color: rgb(7 175 213 / 30%);
}
.bg-core-color-cyan-40\/core-opacity-40 {
  background-color: rgb(7 175 213 / 40%);
}
.bg-core-color-cyan-40\/core-opacity-50 {
  background-color: rgb(7 175 213 / 50%);
}
.bg-core-color-cyan-40\/core-opacity-60 {
  background-color: rgb(7 175 213 / 60%);
}
.bg-core-color-cyan-40\/core-opacity-70 {
  background-color: rgb(7 175 213 / 70%);
}
.bg-core-color-cyan-40\/core-opacity-80 {
  background-color: rgb(7 175 213 / 80%);
}
.bg-core-color-cyan-40\/core-opacity-90 {
  background-color: rgb(7 175 213 / 90%);
}
.bg-core-color-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 204 238 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-50\/0 {
  background-color: rgb(32 204 238 / 0);
}
.bg-core-color-cyan-50\/10 {
  background-color: rgb(32 204 238 / 0.1);
}
.bg-core-color-cyan-50\/100 {
  background-color: rgb(32 204 238 / 1);
}
.bg-core-color-cyan-50\/20 {
  background-color: rgb(32 204 238 / 0.2);
}
.bg-core-color-cyan-50\/25 {
  background-color: rgb(32 204 238 / 0.25);
}
.bg-core-color-cyan-50\/30 {
  background-color: rgb(32 204 238 / 0.3);
}
.bg-core-color-cyan-50\/40 {
  background-color: rgb(32 204 238 / 0.4);
}
.bg-core-color-cyan-50\/5 {
  background-color: rgb(32 204 238 / 0.05);
}
.bg-core-color-cyan-50\/50 {
  background-color: rgb(32 204 238 / 0.5);
}
.bg-core-color-cyan-50\/60 {
  background-color: rgb(32 204 238 / 0.6);
}
.bg-core-color-cyan-50\/70 {
  background-color: rgb(32 204 238 / 0.7);
}
.bg-core-color-cyan-50\/75 {
  background-color: rgb(32 204 238 / 0.75);
}
.bg-core-color-cyan-50\/80 {
  background-color: rgb(32 204 238 / 0.8);
}
.bg-core-color-cyan-50\/90 {
  background-color: rgb(32 204 238 / 0.9);
}
.bg-core-color-cyan-50\/95 {
  background-color: rgb(32 204 238 / 0.95);
}
.bg-core-color-cyan-50\/base-opacity-disabled {
  background-color: rgb(32 204 238 / 60%);
}
.bg-core-color-cyan-50\/core-opacity-0 {
  background-color: rgb(32 204 238 / 0%);
}
.bg-core-color-cyan-50\/core-opacity-10 {
  background-color: rgb(32 204 238 / 10%);
}
.bg-core-color-cyan-50\/core-opacity-100 {
  background-color: rgb(32 204 238 / 100%);
}
.bg-core-color-cyan-50\/core-opacity-20 {
  background-color: rgb(32 204 238 / 20%);
}
.bg-core-color-cyan-50\/core-opacity-30 {
  background-color: rgb(32 204 238 / 30%);
}
.bg-core-color-cyan-50\/core-opacity-40 {
  background-color: rgb(32 204 238 / 40%);
}
.bg-core-color-cyan-50\/core-opacity-50 {
  background-color: rgb(32 204 238 / 50%);
}
.bg-core-color-cyan-50\/core-opacity-60 {
  background-color: rgb(32 204 238 / 60%);
}
.bg-core-color-cyan-50\/core-opacity-70 {
  background-color: rgb(32 204 238 / 70%);
}
.bg-core-color-cyan-50\/core-opacity-80 {
  background-color: rgb(32 204 238 / 80%);
}
.bg-core-color-cyan-50\/core-opacity-90 {
  background-color: rgb(32 204 238 / 90%);
}
.bg-core-color-cyan-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 227 249 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-60\/0 {
  background-color: rgb(103 227 249 / 0);
}
.bg-core-color-cyan-60\/10 {
  background-color: rgb(103 227 249 / 0.1);
}
.bg-core-color-cyan-60\/100 {
  background-color: rgb(103 227 249 / 1);
}
.bg-core-color-cyan-60\/20 {
  background-color: rgb(103 227 249 / 0.2);
}
.bg-core-color-cyan-60\/25 {
  background-color: rgb(103 227 249 / 0.25);
}
.bg-core-color-cyan-60\/30 {
  background-color: rgb(103 227 249 / 0.3);
}
.bg-core-color-cyan-60\/40 {
  background-color: rgb(103 227 249 / 0.4);
}
.bg-core-color-cyan-60\/5 {
  background-color: rgb(103 227 249 / 0.05);
}
.bg-core-color-cyan-60\/50 {
  background-color: rgb(103 227 249 / 0.5);
}
.bg-core-color-cyan-60\/60 {
  background-color: rgb(103 227 249 / 0.6);
}
.bg-core-color-cyan-60\/70 {
  background-color: rgb(103 227 249 / 0.7);
}
.bg-core-color-cyan-60\/75 {
  background-color: rgb(103 227 249 / 0.75);
}
.bg-core-color-cyan-60\/80 {
  background-color: rgb(103 227 249 / 0.8);
}
.bg-core-color-cyan-60\/90 {
  background-color: rgb(103 227 249 / 0.9);
}
.bg-core-color-cyan-60\/95 {
  background-color: rgb(103 227 249 / 0.95);
}
.bg-core-color-cyan-60\/base-opacity-disabled {
  background-color: rgb(103 227 249 / 60%);
}
.bg-core-color-cyan-60\/core-opacity-0 {
  background-color: rgb(103 227 249 / 0%);
}
.bg-core-color-cyan-60\/core-opacity-10 {
  background-color: rgb(103 227 249 / 10%);
}
.bg-core-color-cyan-60\/core-opacity-100 {
  background-color: rgb(103 227 249 / 100%);
}
.bg-core-color-cyan-60\/core-opacity-20 {
  background-color: rgb(103 227 249 / 20%);
}
.bg-core-color-cyan-60\/core-opacity-30 {
  background-color: rgb(103 227 249 / 30%);
}
.bg-core-color-cyan-60\/core-opacity-40 {
  background-color: rgb(103 227 249 / 40%);
}
.bg-core-color-cyan-60\/core-opacity-50 {
  background-color: rgb(103 227 249 / 50%);
}
.bg-core-color-cyan-60\/core-opacity-60 {
  background-color: rgb(103 227 249 / 60%);
}
.bg-core-color-cyan-60\/core-opacity-70 {
  background-color: rgb(103 227 249 / 70%);
}
.bg-core-color-cyan-60\/core-opacity-80 {
  background-color: rgb(103 227 249 / 80%);
}
.bg-core-color-cyan-60\/core-opacity-90 {
  background-color: rgb(103 227 249 / 90%);
}
.bg-core-color-cyan-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 241 252 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-70\/0 {
  background-color: rgb(166 241 252 / 0);
}
.bg-core-color-cyan-70\/10 {
  background-color: rgb(166 241 252 / 0.1);
}
.bg-core-color-cyan-70\/100 {
  background-color: rgb(166 241 252 / 1);
}
.bg-core-color-cyan-70\/20 {
  background-color: rgb(166 241 252 / 0.2);
}
.bg-core-color-cyan-70\/25 {
  background-color: rgb(166 241 252 / 0.25);
}
.bg-core-color-cyan-70\/30 {
  background-color: rgb(166 241 252 / 0.3);
}
.bg-core-color-cyan-70\/40 {
  background-color: rgb(166 241 252 / 0.4);
}
.bg-core-color-cyan-70\/5 {
  background-color: rgb(166 241 252 / 0.05);
}
.bg-core-color-cyan-70\/50 {
  background-color: rgb(166 241 252 / 0.5);
}
.bg-core-color-cyan-70\/60 {
  background-color: rgb(166 241 252 / 0.6);
}
.bg-core-color-cyan-70\/70 {
  background-color: rgb(166 241 252 / 0.7);
}
.bg-core-color-cyan-70\/75 {
  background-color: rgb(166 241 252 / 0.75);
}
.bg-core-color-cyan-70\/80 {
  background-color: rgb(166 241 252 / 0.8);
}
.bg-core-color-cyan-70\/90 {
  background-color: rgb(166 241 252 / 0.9);
}
.bg-core-color-cyan-70\/95 {
  background-color: rgb(166 241 252 / 0.95);
}
.bg-core-color-cyan-70\/base-opacity-disabled {
  background-color: rgb(166 241 252 / 60%);
}
.bg-core-color-cyan-70\/core-opacity-0 {
  background-color: rgb(166 241 252 / 0%);
}
.bg-core-color-cyan-70\/core-opacity-10 {
  background-color: rgb(166 241 252 / 10%);
}
.bg-core-color-cyan-70\/core-opacity-100 {
  background-color: rgb(166 241 252 / 100%);
}
.bg-core-color-cyan-70\/core-opacity-20 {
  background-color: rgb(166 241 252 / 20%);
}
.bg-core-color-cyan-70\/core-opacity-30 {
  background-color: rgb(166 241 252 / 30%);
}
.bg-core-color-cyan-70\/core-opacity-40 {
  background-color: rgb(166 241 252 / 40%);
}
.bg-core-color-cyan-70\/core-opacity-50 {
  background-color: rgb(166 241 252 / 50%);
}
.bg-core-color-cyan-70\/core-opacity-60 {
  background-color: rgb(166 241 252 / 60%);
}
.bg-core-color-cyan-70\/core-opacity-70 {
  background-color: rgb(166 241 252 / 70%);
}
.bg-core-color-cyan-70\/core-opacity-80 {
  background-color: rgb(166 241 252 / 80%);
}
.bg-core-color-cyan-70\/core-opacity-90 {
  background-color: rgb(166 241 252 / 90%);
}
.bg-core-color-cyan-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 249 254 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-80\/0 {
  background-color: rgb(205 249 254 / 0);
}
.bg-core-color-cyan-80\/10 {
  background-color: rgb(205 249 254 / 0.1);
}
.bg-core-color-cyan-80\/100 {
  background-color: rgb(205 249 254 / 1);
}
.bg-core-color-cyan-80\/20 {
  background-color: rgb(205 249 254 / 0.2);
}
.bg-core-color-cyan-80\/25 {
  background-color: rgb(205 249 254 / 0.25);
}
.bg-core-color-cyan-80\/30 {
  background-color: rgb(205 249 254 / 0.3);
}
.bg-core-color-cyan-80\/40 {
  background-color: rgb(205 249 254 / 0.4);
}
.bg-core-color-cyan-80\/5 {
  background-color: rgb(205 249 254 / 0.05);
}
.bg-core-color-cyan-80\/50 {
  background-color: rgb(205 249 254 / 0.5);
}
.bg-core-color-cyan-80\/60 {
  background-color: rgb(205 249 254 / 0.6);
}
.bg-core-color-cyan-80\/70 {
  background-color: rgb(205 249 254 / 0.7);
}
.bg-core-color-cyan-80\/75 {
  background-color: rgb(205 249 254 / 0.75);
}
.bg-core-color-cyan-80\/80 {
  background-color: rgb(205 249 254 / 0.8);
}
.bg-core-color-cyan-80\/90 {
  background-color: rgb(205 249 254 / 0.9);
}
.bg-core-color-cyan-80\/95 {
  background-color: rgb(205 249 254 / 0.95);
}
.bg-core-color-cyan-80\/base-opacity-disabled {
  background-color: rgb(205 249 254 / 60%);
}
.bg-core-color-cyan-80\/core-opacity-0 {
  background-color: rgb(205 249 254 / 0%);
}
.bg-core-color-cyan-80\/core-opacity-10 {
  background-color: rgb(205 249 254 / 10%);
}
.bg-core-color-cyan-80\/core-opacity-100 {
  background-color: rgb(205 249 254 / 100%);
}
.bg-core-color-cyan-80\/core-opacity-20 {
  background-color: rgb(205 249 254 / 20%);
}
.bg-core-color-cyan-80\/core-opacity-30 {
  background-color: rgb(205 249 254 / 30%);
}
.bg-core-color-cyan-80\/core-opacity-40 {
  background-color: rgb(205 249 254 / 40%);
}
.bg-core-color-cyan-80\/core-opacity-50 {
  background-color: rgb(205 249 254 / 50%);
}
.bg-core-color-cyan-80\/core-opacity-60 {
  background-color: rgb(205 249 254 / 60%);
}
.bg-core-color-cyan-80\/core-opacity-70 {
  background-color: rgb(205 249 254 / 70%);
}
.bg-core-color-cyan-80\/core-opacity-80 {
  background-color: rgb(205 249 254 / 80%);
}
.bg-core-color-cyan-80\/core-opacity-90 {
  background-color: rgb(205 249 254 / 90%);
}
.bg-core-color-cyan-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 253 255 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-90\/0 {
  background-color: rgb(235 253 255 / 0);
}
.bg-core-color-cyan-90\/10 {
  background-color: rgb(235 253 255 / 0.1);
}
.bg-core-color-cyan-90\/100 {
  background-color: rgb(235 253 255 / 1);
}
.bg-core-color-cyan-90\/20 {
  background-color: rgb(235 253 255 / 0.2);
}
.bg-core-color-cyan-90\/25 {
  background-color: rgb(235 253 255 / 0.25);
}
.bg-core-color-cyan-90\/30 {
  background-color: rgb(235 253 255 / 0.3);
}
.bg-core-color-cyan-90\/40 {
  background-color: rgb(235 253 255 / 0.4);
}
.bg-core-color-cyan-90\/5 {
  background-color: rgb(235 253 255 / 0.05);
}
.bg-core-color-cyan-90\/50 {
  background-color: rgb(235 253 255 / 0.5);
}
.bg-core-color-cyan-90\/60 {
  background-color: rgb(235 253 255 / 0.6);
}
.bg-core-color-cyan-90\/70 {
  background-color: rgb(235 253 255 / 0.7);
}
.bg-core-color-cyan-90\/75 {
  background-color: rgb(235 253 255 / 0.75);
}
.bg-core-color-cyan-90\/80 {
  background-color: rgb(235 253 255 / 0.8);
}
.bg-core-color-cyan-90\/90 {
  background-color: rgb(235 253 255 / 0.9);
}
.bg-core-color-cyan-90\/95 {
  background-color: rgb(235 253 255 / 0.95);
}
.bg-core-color-cyan-90\/base-opacity-disabled {
  background-color: rgb(235 253 255 / 60%);
}
.bg-core-color-cyan-90\/core-opacity-0 {
  background-color: rgb(235 253 255 / 0%);
}
.bg-core-color-cyan-90\/core-opacity-10 {
  background-color: rgb(235 253 255 / 10%);
}
.bg-core-color-cyan-90\/core-opacity-100 {
  background-color: rgb(235 253 255 / 100%);
}
.bg-core-color-cyan-90\/core-opacity-20 {
  background-color: rgb(235 253 255 / 20%);
}
.bg-core-color-cyan-90\/core-opacity-30 {
  background-color: rgb(235 253 255 / 30%);
}
.bg-core-color-cyan-90\/core-opacity-40 {
  background-color: rgb(235 253 255 / 40%);
}
.bg-core-color-cyan-90\/core-opacity-50 {
  background-color: rgb(235 253 255 / 50%);
}
.bg-core-color-cyan-90\/core-opacity-60 {
  background-color: rgb(235 253 255 / 60%);
}
.bg-core-color-cyan-90\/core-opacity-70 {
  background-color: rgb(235 253 255 / 70%);
}
.bg-core-color-cyan-90\/core-opacity-80 {
  background-color: rgb(235 253 255 / 80%);
}
.bg-core-color-cyan-90\/core-opacity-90 {
  background-color: rgb(235 253 255 / 90%);
}
.bg-core-color-green-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 77 48 / var(--tw-bg-opacity));
}
.bg-core-color-green-0\/0 {
  background-color: rgb(5 77 48 / 0);
}
.bg-core-color-green-0\/10 {
  background-color: rgb(5 77 48 / 0.1);
}
.bg-core-color-green-0\/100 {
  background-color: rgb(5 77 48 / 1);
}
.bg-core-color-green-0\/20 {
  background-color: rgb(5 77 48 / 0.2);
}
.bg-core-color-green-0\/25 {
  background-color: rgb(5 77 48 / 0.25);
}
.bg-core-color-green-0\/30 {
  background-color: rgb(5 77 48 / 0.3);
}
.bg-core-color-green-0\/40 {
  background-color: rgb(5 77 48 / 0.4);
}
.bg-core-color-green-0\/5 {
  background-color: rgb(5 77 48 / 0.05);
}
.bg-core-color-green-0\/50 {
  background-color: rgb(5 77 48 / 0.5);
}
.bg-core-color-green-0\/60 {
  background-color: rgb(5 77 48 / 0.6);
}
.bg-core-color-green-0\/70 {
  background-color: rgb(5 77 48 / 0.7);
}
.bg-core-color-green-0\/75 {
  background-color: rgb(5 77 48 / 0.75);
}
.bg-core-color-green-0\/80 {
  background-color: rgb(5 77 48 / 0.8);
}
.bg-core-color-green-0\/90 {
  background-color: rgb(5 77 48 / 0.9);
}
.bg-core-color-green-0\/95 {
  background-color: rgb(5 77 48 / 0.95);
}
.bg-core-color-green-0\/base-opacity-disabled {
  background-color: rgb(5 77 48 / 60%);
}
.bg-core-color-green-0\/core-opacity-0 {
  background-color: rgb(5 77 48 / 0%);
}
.bg-core-color-green-0\/core-opacity-10 {
  background-color: rgb(5 77 48 / 10%);
}
.bg-core-color-green-0\/core-opacity-100 {
  background-color: rgb(5 77 48 / 100%);
}
.bg-core-color-green-0\/core-opacity-20 {
  background-color: rgb(5 77 48 / 20%);
}
.bg-core-color-green-0\/core-opacity-30 {
  background-color: rgb(5 77 48 / 30%);
}
.bg-core-color-green-0\/core-opacity-40 {
  background-color: rgb(5 77 48 / 40%);
}
.bg-core-color-green-0\/core-opacity-50 {
  background-color: rgb(5 77 48 / 50%);
}
.bg-core-color-green-0\/core-opacity-60 {
  background-color: rgb(5 77 48 / 60%);
}
.bg-core-color-green-0\/core-opacity-70 {
  background-color: rgb(5 77 48 / 70%);
}
.bg-core-color-green-0\/core-opacity-80 {
  background-color: rgb(5 77 48 / 80%);
}
.bg-core-color-green-0\/core-opacity-90 {
  background-color: rgb(5 77 48 / 90%);
}
.bg-core-color-green-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 97 59 / var(--tw-bg-opacity));
}
.bg-core-color-green-10\/0 {
  background-color: rgb(5 97 59 / 0);
}
.bg-core-color-green-10\/10 {
  background-color: rgb(5 97 59 / 0.1);
}
.bg-core-color-green-10\/100 {
  background-color: rgb(5 97 59 / 1);
}
.bg-core-color-green-10\/20 {
  background-color: rgb(5 97 59 / 0.2);
}
.bg-core-color-green-10\/25 {
  background-color: rgb(5 97 59 / 0.25);
}
.bg-core-color-green-10\/30 {
  background-color: rgb(5 97 59 / 0.3);
}
.bg-core-color-green-10\/40 {
  background-color: rgb(5 97 59 / 0.4);
}
.bg-core-color-green-10\/5 {
  background-color: rgb(5 97 59 / 0.05);
}
.bg-core-color-green-10\/50 {
  background-color: rgb(5 97 59 / 0.5);
}
.bg-core-color-green-10\/60 {
  background-color: rgb(5 97 59 / 0.6);
}
.bg-core-color-green-10\/70 {
  background-color: rgb(5 97 59 / 0.7);
}
.bg-core-color-green-10\/75 {
  background-color: rgb(5 97 59 / 0.75);
}
.bg-core-color-green-10\/80 {
  background-color: rgb(5 97 59 / 0.8);
}
.bg-core-color-green-10\/90 {
  background-color: rgb(5 97 59 / 0.9);
}
.bg-core-color-green-10\/95 {
  background-color: rgb(5 97 59 / 0.95);
}
.bg-core-color-green-10\/base-opacity-disabled {
  background-color: rgb(5 97 59 / 60%);
}
.bg-core-color-green-10\/core-opacity-0 {
  background-color: rgb(5 97 59 / 0%);
}
.bg-core-color-green-10\/core-opacity-10 {
  background-color: rgb(5 97 59 / 10%);
}
.bg-core-color-green-10\/core-opacity-100 {
  background-color: rgb(5 97 59 / 100%);
}
.bg-core-color-green-10\/core-opacity-20 {
  background-color: rgb(5 97 59 / 20%);
}
.bg-core-color-green-10\/core-opacity-30 {
  background-color: rgb(5 97 59 / 30%);
}
.bg-core-color-green-10\/core-opacity-40 {
  background-color: rgb(5 97 59 / 40%);
}
.bg-core-color-green-10\/core-opacity-50 {
  background-color: rgb(5 97 59 / 50%);
}
.bg-core-color-green-10\/core-opacity-60 {
  background-color: rgb(5 97 59 / 60%);
}
.bg-core-color-green-10\/core-opacity-70 {
  background-color: rgb(5 97 59 / 70%);
}
.bg-core-color-green-10\/core-opacity-80 {
  background-color: rgb(5 97 59 / 80%);
}
.bg-core-color-green-10\/core-opacity-90 {
  background-color: rgb(5 97 59 / 90%);
}
.bg-core-color-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 249 / var(--tw-bg-opacity));
}
.bg-core-color-green-100\/0 {
  background-color: rgb(246 254 249 / 0);
}
.bg-core-color-green-100\/10 {
  background-color: rgb(246 254 249 / 0.1);
}
.bg-core-color-green-100\/100 {
  background-color: rgb(246 254 249 / 1);
}
.bg-core-color-green-100\/20 {
  background-color: rgb(246 254 249 / 0.2);
}
.bg-core-color-green-100\/25 {
  background-color: rgb(246 254 249 / 0.25);
}
.bg-core-color-green-100\/30 {
  background-color: rgb(246 254 249 / 0.3);
}
.bg-core-color-green-100\/40 {
  background-color: rgb(246 254 249 / 0.4);
}
.bg-core-color-green-100\/5 {
  background-color: rgb(246 254 249 / 0.05);
}
.bg-core-color-green-100\/50 {
  background-color: rgb(246 254 249 / 0.5);
}
.bg-core-color-green-100\/60 {
  background-color: rgb(246 254 249 / 0.6);
}
.bg-core-color-green-100\/70 {
  background-color: rgb(246 254 249 / 0.7);
}
.bg-core-color-green-100\/75 {
  background-color: rgb(246 254 249 / 0.75);
}
.bg-core-color-green-100\/80 {
  background-color: rgb(246 254 249 / 0.8);
}
.bg-core-color-green-100\/90 {
  background-color: rgb(246 254 249 / 0.9);
}
.bg-core-color-green-100\/95 {
  background-color: rgb(246 254 249 / 0.95);
}
.bg-core-color-green-100\/base-opacity-disabled {
  background-color: rgb(246 254 249 / 60%);
}
.bg-core-color-green-100\/core-opacity-0 {
  background-color: rgb(246 254 249 / 0%);
}
.bg-core-color-green-100\/core-opacity-10 {
  background-color: rgb(246 254 249 / 10%);
}
.bg-core-color-green-100\/core-opacity-100 {
  background-color: rgb(246 254 249 / 100%);
}
.bg-core-color-green-100\/core-opacity-20 {
  background-color: rgb(246 254 249 / 20%);
}
.bg-core-color-green-100\/core-opacity-30 {
  background-color: rgb(246 254 249 / 30%);
}
.bg-core-color-green-100\/core-opacity-40 {
  background-color: rgb(246 254 249 / 40%);
}
.bg-core-color-green-100\/core-opacity-50 {
  background-color: rgb(246 254 249 / 50%);
}
.bg-core-color-green-100\/core-opacity-60 {
  background-color: rgb(246 254 249 / 60%);
}
.bg-core-color-green-100\/core-opacity-70 {
  background-color: rgb(246 254 249 / 70%);
}
.bg-core-color-green-100\/core-opacity-80 {
  background-color: rgb(246 254 249 / 80%);
}
.bg-core-color-green-100\/core-opacity-90 {
  background-color: rgb(246 254 249 / 90%);
}
.bg-core-color-green-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 121 71 / var(--tw-bg-opacity));
}
.bg-core-color-green-20\/0 {
  background-color: rgb(2 121 71 / 0);
}
.bg-core-color-green-20\/10 {
  background-color: rgb(2 121 71 / 0.1);
}
.bg-core-color-green-20\/100 {
  background-color: rgb(2 121 71 / 1);
}
.bg-core-color-green-20\/20 {
  background-color: rgb(2 121 71 / 0.2);
}
.bg-core-color-green-20\/25 {
  background-color: rgb(2 121 71 / 0.25);
}
.bg-core-color-green-20\/30 {
  background-color: rgb(2 121 71 / 0.3);
}
.bg-core-color-green-20\/40 {
  background-color: rgb(2 121 71 / 0.4);
}
.bg-core-color-green-20\/5 {
  background-color: rgb(2 121 71 / 0.05);
}
.bg-core-color-green-20\/50 {
  background-color: rgb(2 121 71 / 0.5);
}
.bg-core-color-green-20\/60 {
  background-color: rgb(2 121 71 / 0.6);
}
.bg-core-color-green-20\/70 {
  background-color: rgb(2 121 71 / 0.7);
}
.bg-core-color-green-20\/75 {
  background-color: rgb(2 121 71 / 0.75);
}
.bg-core-color-green-20\/80 {
  background-color: rgb(2 121 71 / 0.8);
}
.bg-core-color-green-20\/90 {
  background-color: rgb(2 121 71 / 0.9);
}
.bg-core-color-green-20\/95 {
  background-color: rgb(2 121 71 / 0.95);
}
.bg-core-color-green-20\/base-opacity-disabled {
  background-color: rgb(2 121 71 / 60%);
}
.bg-core-color-green-20\/core-opacity-0 {
  background-color: rgb(2 121 71 / 0%);
}
.bg-core-color-green-20\/core-opacity-10 {
  background-color: rgb(2 121 71 / 10%);
}
.bg-core-color-green-20\/core-opacity-100 {
  background-color: rgb(2 121 71 / 100%);
}
.bg-core-color-green-20\/core-opacity-20 {
  background-color: rgb(2 121 71 / 20%);
}
.bg-core-color-green-20\/core-opacity-30 {
  background-color: rgb(2 121 71 / 30%);
}
.bg-core-color-green-20\/core-opacity-40 {
  background-color: rgb(2 121 71 / 40%);
}
.bg-core-color-green-20\/core-opacity-50 {
  background-color: rgb(2 121 71 / 50%);
}
.bg-core-color-green-20\/core-opacity-60 {
  background-color: rgb(2 121 71 / 60%);
}
.bg-core-color-green-20\/core-opacity-70 {
  background-color: rgb(2 121 71 / 70%);
}
.bg-core-color-green-20\/core-opacity-80 {
  background-color: rgb(2 121 71 / 80%);
}
.bg-core-color-green-20\/core-opacity-90 {
  background-color: rgb(2 121 71 / 90%);
}
.bg-core-color-green-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 150 84 / var(--tw-bg-opacity));
}
.bg-core-color-green-30\/0 {
  background-color: rgb(3 150 84 / 0);
}
.bg-core-color-green-30\/10 {
  background-color: rgb(3 150 84 / 0.1);
}
.bg-core-color-green-30\/100 {
  background-color: rgb(3 150 84 / 1);
}
.bg-core-color-green-30\/20 {
  background-color: rgb(3 150 84 / 0.2);
}
.bg-core-color-green-30\/25 {
  background-color: rgb(3 150 84 / 0.25);
}
.bg-core-color-green-30\/30 {
  background-color: rgb(3 150 84 / 0.3);
}
.bg-core-color-green-30\/40 {
  background-color: rgb(3 150 84 / 0.4);
}
.bg-core-color-green-30\/5 {
  background-color: rgb(3 150 84 / 0.05);
}
.bg-core-color-green-30\/50 {
  background-color: rgb(3 150 84 / 0.5);
}
.bg-core-color-green-30\/60 {
  background-color: rgb(3 150 84 / 0.6);
}
.bg-core-color-green-30\/70 {
  background-color: rgb(3 150 84 / 0.7);
}
.bg-core-color-green-30\/75 {
  background-color: rgb(3 150 84 / 0.75);
}
.bg-core-color-green-30\/80 {
  background-color: rgb(3 150 84 / 0.8);
}
.bg-core-color-green-30\/90 {
  background-color: rgb(3 150 84 / 0.9);
}
.bg-core-color-green-30\/95 {
  background-color: rgb(3 150 84 / 0.95);
}
.bg-core-color-green-30\/base-opacity-disabled {
  background-color: rgb(3 150 84 / 60%);
}
.bg-core-color-green-30\/core-opacity-0 {
  background-color: rgb(3 150 84 / 0%);
}
.bg-core-color-green-30\/core-opacity-10 {
  background-color: rgb(3 150 84 / 10%);
}
.bg-core-color-green-30\/core-opacity-100 {
  background-color: rgb(3 150 84 / 100%);
}
.bg-core-color-green-30\/core-opacity-20 {
  background-color: rgb(3 150 84 / 20%);
}
.bg-core-color-green-30\/core-opacity-30 {
  background-color: rgb(3 150 84 / 30%);
}
.bg-core-color-green-30\/core-opacity-40 {
  background-color: rgb(3 150 84 / 40%);
}
.bg-core-color-green-30\/core-opacity-50 {
  background-color: rgb(3 150 84 / 50%);
}
.bg-core-color-green-30\/core-opacity-60 {
  background-color: rgb(3 150 84 / 60%);
}
.bg-core-color-green-30\/core-opacity-70 {
  background-color: rgb(3 150 84 / 70%);
}
.bg-core-color-green-30\/core-opacity-80 {
  background-color: rgb(3 150 84 / 80%);
}
.bg-core-color-green-30\/core-opacity-90 {
  background-color: rgb(3 150 84 / 90%);
}
.bg-core-color-green-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 181 105 / var(--tw-bg-opacity));
}
.bg-core-color-green-40\/0 {
  background-color: rgb(18 181 105 / 0);
}
.bg-core-color-green-40\/10 {
  background-color: rgb(18 181 105 / 0.1);
}
.bg-core-color-green-40\/100 {
  background-color: rgb(18 181 105 / 1);
}
.bg-core-color-green-40\/20 {
  background-color: rgb(18 181 105 / 0.2);
}
.bg-core-color-green-40\/25 {
  background-color: rgb(18 181 105 / 0.25);
}
.bg-core-color-green-40\/30 {
  background-color: rgb(18 181 105 / 0.3);
}
.bg-core-color-green-40\/40 {
  background-color: rgb(18 181 105 / 0.4);
}
.bg-core-color-green-40\/5 {
  background-color: rgb(18 181 105 / 0.05);
}
.bg-core-color-green-40\/50 {
  background-color: rgb(18 181 105 / 0.5);
}
.bg-core-color-green-40\/60 {
  background-color: rgb(18 181 105 / 0.6);
}
.bg-core-color-green-40\/70 {
  background-color: rgb(18 181 105 / 0.7);
}
.bg-core-color-green-40\/75 {
  background-color: rgb(18 181 105 / 0.75);
}
.bg-core-color-green-40\/80 {
  background-color: rgb(18 181 105 / 0.8);
}
.bg-core-color-green-40\/90 {
  background-color: rgb(18 181 105 / 0.9);
}
.bg-core-color-green-40\/95 {
  background-color: rgb(18 181 105 / 0.95);
}
.bg-core-color-green-40\/base-opacity-disabled {
  background-color: rgb(18 181 105 / 60%);
}
.bg-core-color-green-40\/core-opacity-0 {
  background-color: rgb(18 181 105 / 0%);
}
.bg-core-color-green-40\/core-opacity-10 {
  background-color: rgb(18 181 105 / 10%);
}
.bg-core-color-green-40\/core-opacity-100 {
  background-color: rgb(18 181 105 / 100%);
}
.bg-core-color-green-40\/core-opacity-20 {
  background-color: rgb(18 181 105 / 20%);
}
.bg-core-color-green-40\/core-opacity-30 {
  background-color: rgb(18 181 105 / 30%);
}
.bg-core-color-green-40\/core-opacity-40 {
  background-color: rgb(18 181 105 / 40%);
}
.bg-core-color-green-40\/core-opacity-50 {
  background-color: rgb(18 181 105 / 50%);
}
.bg-core-color-green-40\/core-opacity-60 {
  background-color: rgb(18 181 105 / 60%);
}
.bg-core-color-green-40\/core-opacity-70 {
  background-color: rgb(18 181 105 / 70%);
}
.bg-core-color-green-40\/core-opacity-80 {
  background-color: rgb(18 181 105 / 80%);
}
.bg-core-color-green-40\/core-opacity-90 {
  background-color: rgb(18 181 105 / 90%);
}
.bg-core-color-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 213 133 / var(--tw-bg-opacity));
}
.bg-core-color-green-50\/0 {
  background-color: rgb(52 213 133 / 0);
}
.bg-core-color-green-50\/10 {
  background-color: rgb(52 213 133 / 0.1);
}
.bg-core-color-green-50\/100 {
  background-color: rgb(52 213 133 / 1);
}
.bg-core-color-green-50\/20 {
  background-color: rgb(52 213 133 / 0.2);
}
.bg-core-color-green-50\/25 {
  background-color: rgb(52 213 133 / 0.25);
}
.bg-core-color-green-50\/30 {
  background-color: rgb(52 213 133 / 0.3);
}
.bg-core-color-green-50\/40 {
  background-color: rgb(52 213 133 / 0.4);
}
.bg-core-color-green-50\/5 {
  background-color: rgb(52 213 133 / 0.05);
}
.bg-core-color-green-50\/50 {
  background-color: rgb(52 213 133 / 0.5);
}
.bg-core-color-green-50\/60 {
  background-color: rgb(52 213 133 / 0.6);
}
.bg-core-color-green-50\/70 {
  background-color: rgb(52 213 133 / 0.7);
}
.bg-core-color-green-50\/75 {
  background-color: rgb(52 213 133 / 0.75);
}
.bg-core-color-green-50\/80 {
  background-color: rgb(52 213 133 / 0.8);
}
.bg-core-color-green-50\/90 {
  background-color: rgb(52 213 133 / 0.9);
}
.bg-core-color-green-50\/95 {
  background-color: rgb(52 213 133 / 0.95);
}
.bg-core-color-green-50\/base-opacity-disabled {
  background-color: rgb(52 213 133 / 60%);
}
.bg-core-color-green-50\/core-opacity-0 {
  background-color: rgb(52 213 133 / 0%);
}
.bg-core-color-green-50\/core-opacity-10 {
  background-color: rgb(52 213 133 / 10%);
}
.bg-core-color-green-50\/core-opacity-100 {
  background-color: rgb(52 213 133 / 100%);
}
.bg-core-color-green-50\/core-opacity-20 {
  background-color: rgb(52 213 133 / 20%);
}
.bg-core-color-green-50\/core-opacity-30 {
  background-color: rgb(52 213 133 / 30%);
}
.bg-core-color-green-50\/core-opacity-40 {
  background-color: rgb(52 213 133 / 40%);
}
.bg-core-color-green-50\/core-opacity-50 {
  background-color: rgb(52 213 133 / 50%);
}
.bg-core-color-green-50\/core-opacity-60 {
  background-color: rgb(52 213 133 / 60%);
}
.bg-core-color-green-50\/core-opacity-70 {
  background-color: rgb(52 213 133 / 70%);
}
.bg-core-color-green-50\/core-opacity-80 {
  background-color: rgb(52 213 133 / 80%);
}
.bg-core-color-green-50\/core-opacity-90 {
  background-color: rgb(52 213 133 / 90%);
}
.bg-core-color-green-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 233 167 / var(--tw-bg-opacity));
}
.bg-core-color-green-60\/0 {
  background-color: rgb(109 233 167 / 0);
}
.bg-core-color-green-60\/10 {
  background-color: rgb(109 233 167 / 0.1);
}
.bg-core-color-green-60\/100 {
  background-color: rgb(109 233 167 / 1);
}
.bg-core-color-green-60\/20 {
  background-color: rgb(109 233 167 / 0.2);
}
.bg-core-color-green-60\/25 {
  background-color: rgb(109 233 167 / 0.25);
}
.bg-core-color-green-60\/30 {
  background-color: rgb(109 233 167 / 0.3);
}
.bg-core-color-green-60\/40 {
  background-color: rgb(109 233 167 / 0.4);
}
.bg-core-color-green-60\/5 {
  background-color: rgb(109 233 167 / 0.05);
}
.bg-core-color-green-60\/50 {
  background-color: rgb(109 233 167 / 0.5);
}
.bg-core-color-green-60\/60 {
  background-color: rgb(109 233 167 / 0.6);
}
.bg-core-color-green-60\/70 {
  background-color: rgb(109 233 167 / 0.7);
}
.bg-core-color-green-60\/75 {
  background-color: rgb(109 233 167 / 0.75);
}
.bg-core-color-green-60\/80 {
  background-color: rgb(109 233 167 / 0.8);
}
.bg-core-color-green-60\/90 {
  background-color: rgb(109 233 167 / 0.9);
}
.bg-core-color-green-60\/95 {
  background-color: rgb(109 233 167 / 0.95);
}
.bg-core-color-green-60\/base-opacity-disabled {
  background-color: rgb(109 233 167 / 60%);
}
.bg-core-color-green-60\/core-opacity-0 {
  background-color: rgb(109 233 167 / 0%);
}
.bg-core-color-green-60\/core-opacity-10 {
  background-color: rgb(109 233 167 / 10%);
}
.bg-core-color-green-60\/core-opacity-100 {
  background-color: rgb(109 233 167 / 100%);
}
.bg-core-color-green-60\/core-opacity-20 {
  background-color: rgb(109 233 167 / 20%);
}
.bg-core-color-green-60\/core-opacity-30 {
  background-color: rgb(109 233 167 / 30%);
}
.bg-core-color-green-60\/core-opacity-40 {
  background-color: rgb(109 233 167 / 40%);
}
.bg-core-color-green-60\/core-opacity-50 {
  background-color: rgb(109 233 167 / 50%);
}
.bg-core-color-green-60\/core-opacity-60 {
  background-color: rgb(109 233 167 / 60%);
}
.bg-core-color-green-60\/core-opacity-70 {
  background-color: rgb(109 233 167 / 70%);
}
.bg-core-color-green-60\/core-opacity-80 {
  background-color: rgb(109 233 167 / 80%);
}
.bg-core-color-green-60\/core-opacity-90 {
  background-color: rgb(109 233 167 / 90%);
}
.bg-core-color-green-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 244 196 / var(--tw-bg-opacity));
}
.bg-core-color-green-70\/0 {
  background-color: rgb(164 244 196 / 0);
}
.bg-core-color-green-70\/10 {
  background-color: rgb(164 244 196 / 0.1);
}
.bg-core-color-green-70\/100 {
  background-color: rgb(164 244 196 / 1);
}
.bg-core-color-green-70\/20 {
  background-color: rgb(164 244 196 / 0.2);
}
.bg-core-color-green-70\/25 {
  background-color: rgb(164 244 196 / 0.25);
}
.bg-core-color-green-70\/30 {
  background-color: rgb(164 244 196 / 0.3);
}
.bg-core-color-green-70\/40 {
  background-color: rgb(164 244 196 / 0.4);
}
.bg-core-color-green-70\/5 {
  background-color: rgb(164 244 196 / 0.05);
}
.bg-core-color-green-70\/50 {
  background-color: rgb(164 244 196 / 0.5);
}
.bg-core-color-green-70\/60 {
  background-color: rgb(164 244 196 / 0.6);
}
.bg-core-color-green-70\/70 {
  background-color: rgb(164 244 196 / 0.7);
}
.bg-core-color-green-70\/75 {
  background-color: rgb(164 244 196 / 0.75);
}
.bg-core-color-green-70\/80 {
  background-color: rgb(164 244 196 / 0.8);
}
.bg-core-color-green-70\/90 {
  background-color: rgb(164 244 196 / 0.9);
}
.bg-core-color-green-70\/95 {
  background-color: rgb(164 244 196 / 0.95);
}
.bg-core-color-green-70\/base-opacity-disabled {
  background-color: rgb(164 244 196 / 60%);
}
.bg-core-color-green-70\/core-opacity-0 {
  background-color: rgb(164 244 196 / 0%);
}
.bg-core-color-green-70\/core-opacity-10 {
  background-color: rgb(164 244 196 / 10%);
}
.bg-core-color-green-70\/core-opacity-100 {
  background-color: rgb(164 244 196 / 100%);
}
.bg-core-color-green-70\/core-opacity-20 {
  background-color: rgb(164 244 196 / 20%);
}
.bg-core-color-green-70\/core-opacity-30 {
  background-color: rgb(164 244 196 / 30%);
}
.bg-core-color-green-70\/core-opacity-40 {
  background-color: rgb(164 244 196 / 40%);
}
.bg-core-color-green-70\/core-opacity-50 {
  background-color: rgb(164 244 196 / 50%);
}
.bg-core-color-green-70\/core-opacity-60 {
  background-color: rgb(164 244 196 / 60%);
}
.bg-core-color-green-70\/core-opacity-70 {
  background-color: rgb(164 244 196 / 70%);
}
.bg-core-color-green-70\/core-opacity-80 {
  background-color: rgb(164 244 196 / 80%);
}
.bg-core-color-green-70\/core-opacity-90 {
  background-color: rgb(164 244 196 / 90%);
}
.bg-core-color-green-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 223 / var(--tw-bg-opacity));
}
.bg-core-color-green-80\/0 {
  background-color: rgb(209 250 223 / 0);
}
.bg-core-color-green-80\/10 {
  background-color: rgb(209 250 223 / 0.1);
}
.bg-core-color-green-80\/100 {
  background-color: rgb(209 250 223 / 1);
}
.bg-core-color-green-80\/20 {
  background-color: rgb(209 250 223 / 0.2);
}
.bg-core-color-green-80\/25 {
  background-color: rgb(209 250 223 / 0.25);
}
.bg-core-color-green-80\/30 {
  background-color: rgb(209 250 223 / 0.3);
}
.bg-core-color-green-80\/40 {
  background-color: rgb(209 250 223 / 0.4);
}
.bg-core-color-green-80\/5 {
  background-color: rgb(209 250 223 / 0.05);
}
.bg-core-color-green-80\/50 {
  background-color: rgb(209 250 223 / 0.5);
}
.bg-core-color-green-80\/60 {
  background-color: rgb(209 250 223 / 0.6);
}
.bg-core-color-green-80\/70 {
  background-color: rgb(209 250 223 / 0.7);
}
.bg-core-color-green-80\/75 {
  background-color: rgb(209 250 223 / 0.75);
}
.bg-core-color-green-80\/80 {
  background-color: rgb(209 250 223 / 0.8);
}
.bg-core-color-green-80\/90 {
  background-color: rgb(209 250 223 / 0.9);
}
.bg-core-color-green-80\/95 {
  background-color: rgb(209 250 223 / 0.95);
}
.bg-core-color-green-80\/base-opacity-disabled {
  background-color: rgb(209 250 223 / 60%);
}
.bg-core-color-green-80\/core-opacity-0 {
  background-color: rgb(209 250 223 / 0%);
}
.bg-core-color-green-80\/core-opacity-10 {
  background-color: rgb(209 250 223 / 10%);
}
.bg-core-color-green-80\/core-opacity-100 {
  background-color: rgb(209 250 223 / 100%);
}
.bg-core-color-green-80\/core-opacity-20 {
  background-color: rgb(209 250 223 / 20%);
}
.bg-core-color-green-80\/core-opacity-30 {
  background-color: rgb(209 250 223 / 30%);
}
.bg-core-color-green-80\/core-opacity-40 {
  background-color: rgb(209 250 223 / 40%);
}
.bg-core-color-green-80\/core-opacity-50 {
  background-color: rgb(209 250 223 / 50%);
}
.bg-core-color-green-80\/core-opacity-60 {
  background-color: rgb(209 250 223 / 60%);
}
.bg-core-color-green-80\/core-opacity-70 {
  background-color: rgb(209 250 223 / 70%);
}
.bg-core-color-green-80\/core-opacity-80 {
  background-color: rgb(209 250 223 / 80%);
}
.bg-core-color-green-80\/core-opacity-90 {
  background-color: rgb(209 250 223 / 90%);
}
.bg-core-color-green-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 253 243 / var(--tw-bg-opacity));
}
.bg-core-color-green-90\/0 {
  background-color: rgb(237 253 243 / 0);
}
.bg-core-color-green-90\/10 {
  background-color: rgb(237 253 243 / 0.1);
}
.bg-core-color-green-90\/100 {
  background-color: rgb(237 253 243 / 1);
}
.bg-core-color-green-90\/20 {
  background-color: rgb(237 253 243 / 0.2);
}
.bg-core-color-green-90\/25 {
  background-color: rgb(237 253 243 / 0.25);
}
.bg-core-color-green-90\/30 {
  background-color: rgb(237 253 243 / 0.3);
}
.bg-core-color-green-90\/40 {
  background-color: rgb(237 253 243 / 0.4);
}
.bg-core-color-green-90\/5 {
  background-color: rgb(237 253 243 / 0.05);
}
.bg-core-color-green-90\/50 {
  background-color: rgb(237 253 243 / 0.5);
}
.bg-core-color-green-90\/60 {
  background-color: rgb(237 253 243 / 0.6);
}
.bg-core-color-green-90\/70 {
  background-color: rgb(237 253 243 / 0.7);
}
.bg-core-color-green-90\/75 {
  background-color: rgb(237 253 243 / 0.75);
}
.bg-core-color-green-90\/80 {
  background-color: rgb(237 253 243 / 0.8);
}
.bg-core-color-green-90\/90 {
  background-color: rgb(237 253 243 / 0.9);
}
.bg-core-color-green-90\/95 {
  background-color: rgb(237 253 243 / 0.95);
}
.bg-core-color-green-90\/base-opacity-disabled {
  background-color: rgb(237 253 243 / 60%);
}
.bg-core-color-green-90\/core-opacity-0 {
  background-color: rgb(237 253 243 / 0%);
}
.bg-core-color-green-90\/core-opacity-10 {
  background-color: rgb(237 253 243 / 10%);
}
.bg-core-color-green-90\/core-opacity-100 {
  background-color: rgb(237 253 243 / 100%);
}
.bg-core-color-green-90\/core-opacity-20 {
  background-color: rgb(237 253 243 / 20%);
}
.bg-core-color-green-90\/core-opacity-30 {
  background-color: rgb(237 253 243 / 30%);
}
.bg-core-color-green-90\/core-opacity-40 {
  background-color: rgb(237 253 243 / 40%);
}
.bg-core-color-green-90\/core-opacity-50 {
  background-color: rgb(237 253 243 / 50%);
}
.bg-core-color-green-90\/core-opacity-60 {
  background-color: rgb(237 253 243 / 60%);
}
.bg-core-color-green-90\/core-opacity-70 {
  background-color: rgb(237 253 243 / 70%);
}
.bg-core-color-green-90\/core-opacity-80 {
  background-color: rgb(237 253 243 / 80%);
}
.bg-core-color-green-90\/core-opacity-90 {
  background-color: rgb(237 253 243 / 90%);
}
.bg-core-color-neutral-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-0\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-core-color-neutral-0\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-core-color-neutral-0\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-core-color-neutral-0\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-core-color-neutral-0\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-core-color-neutral-0\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-core-color-neutral-0\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-core-color-neutral-0\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-core-color-neutral-0\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-core-color-neutral-0\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-core-color-neutral-0\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-core-color-neutral-0\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-core-color-neutral-0\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-core-color-neutral-0\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-core-color-neutral-0\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-core-color-neutral-0\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-core-color-neutral-0\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-core-color-neutral-0\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-core-color-neutral-0\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-core-color-neutral-0\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-core-color-neutral-0\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-core-color-neutral-0\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-core-color-neutral-0\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-core-color-neutral-0\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-core-color-neutral-0\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-core-color-neutral-0\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-core-color-neutral-0\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-core-color-neutral-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 58 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-10\/0 {
  background-color: rgb(29 41 58 / 0);
}
.bg-core-color-neutral-10\/10 {
  background-color: rgb(29 41 58 / 0.1);
}
.bg-core-color-neutral-10\/100 {
  background-color: rgb(29 41 58 / 1);
}
.bg-core-color-neutral-10\/20 {
  background-color: rgb(29 41 58 / 0.2);
}
.bg-core-color-neutral-10\/25 {
  background-color: rgb(29 41 58 / 0.25);
}
.bg-core-color-neutral-10\/30 {
  background-color: rgb(29 41 58 / 0.3);
}
.bg-core-color-neutral-10\/40 {
  background-color: rgb(29 41 58 / 0.4);
}
.bg-core-color-neutral-10\/5 {
  background-color: rgb(29 41 58 / 0.05);
}
.bg-core-color-neutral-10\/50 {
  background-color: rgb(29 41 58 / 0.5);
}
.bg-core-color-neutral-10\/60 {
  background-color: rgb(29 41 58 / 0.6);
}
.bg-core-color-neutral-10\/70 {
  background-color: rgb(29 41 58 / 0.7);
}
.bg-core-color-neutral-10\/75 {
  background-color: rgb(29 41 58 / 0.75);
}
.bg-core-color-neutral-10\/80 {
  background-color: rgb(29 41 58 / 0.8);
}
.bg-core-color-neutral-10\/90 {
  background-color: rgb(29 41 58 / 0.9);
}
.bg-core-color-neutral-10\/95 {
  background-color: rgb(29 41 58 / 0.95);
}
.bg-core-color-neutral-10\/base-opacity-disabled {
  background-color: rgb(29 41 58 / 60%);
}
.bg-core-color-neutral-10\/core-opacity-0 {
  background-color: rgb(29 41 58 / 0%);
}
.bg-core-color-neutral-10\/core-opacity-10 {
  background-color: rgb(29 41 58 / 10%);
}
.bg-core-color-neutral-10\/core-opacity-100 {
  background-color: rgb(29 41 58 / 100%);
}
.bg-core-color-neutral-10\/core-opacity-20 {
  background-color: rgb(29 41 58 / 20%);
}
.bg-core-color-neutral-10\/core-opacity-30 {
  background-color: rgb(29 41 58 / 30%);
}
.bg-core-color-neutral-10\/core-opacity-40 {
  background-color: rgb(29 41 58 / 40%);
}
.bg-core-color-neutral-10\/core-opacity-50 {
  background-color: rgb(29 41 58 / 50%);
}
.bg-core-color-neutral-10\/core-opacity-60 {
  background-color: rgb(29 41 58 / 60%);
}
.bg-core-color-neutral-10\/core-opacity-70 {
  background-color: rgb(29 41 58 / 70%);
}
.bg-core-color-neutral-10\/core-opacity-80 {
  background-color: rgb(29 41 58 / 80%);
}
.bg-core-color-neutral-10\/core-opacity-90 {
  background-color: rgb(29 41 58 / 90%);
}
.bg-core-color-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-100\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-core-color-neutral-100\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-core-color-neutral-100\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-core-color-neutral-100\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-core-color-neutral-100\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-core-color-neutral-100\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-core-color-neutral-100\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-core-color-neutral-100\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-core-color-neutral-100\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-core-color-neutral-100\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-core-color-neutral-100\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-core-color-neutral-100\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-core-color-neutral-100\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-core-color-neutral-100\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-core-color-neutral-100\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-core-color-neutral-100\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-core-color-neutral-100\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-core-color-neutral-100\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-core-color-neutral-100\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-core-color-neutral-100\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-core-color-neutral-100\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-core-color-neutral-100\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-core-color-neutral-100\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-core-color-neutral-100\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-core-color-neutral-100\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-core-color-neutral-100\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-core-color-neutral-100\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-core-color-neutral-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-20\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-core-color-neutral-20\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-core-color-neutral-20\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-core-color-neutral-20\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-core-color-neutral-20\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-core-color-neutral-20\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-core-color-neutral-20\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-core-color-neutral-20\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-core-color-neutral-20\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-core-color-neutral-20\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-core-color-neutral-20\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-core-color-neutral-20\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-core-color-neutral-20\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-core-color-neutral-20\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-core-color-neutral-20\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-core-color-neutral-20\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-core-color-neutral-20\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-core-color-neutral-20\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-core-color-neutral-20\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-core-color-neutral-20\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-core-color-neutral-20\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-core-color-neutral-20\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-core-color-neutral-20\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-core-color-neutral-20\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-core-color-neutral-20\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-core-color-neutral-20\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-core-color-neutral-20\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-core-color-neutral-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 84 102 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-30\/0 {
  background-color: rgb(71 84 102 / 0);
}
.bg-core-color-neutral-30\/10 {
  background-color: rgb(71 84 102 / 0.1);
}
.bg-core-color-neutral-30\/100 {
  background-color: rgb(71 84 102 / 1);
}
.bg-core-color-neutral-30\/20 {
  background-color: rgb(71 84 102 / 0.2);
}
.bg-core-color-neutral-30\/25 {
  background-color: rgb(71 84 102 / 0.25);
}
.bg-core-color-neutral-30\/30 {
  background-color: rgb(71 84 102 / 0.3);
}
.bg-core-color-neutral-30\/40 {
  background-color: rgb(71 84 102 / 0.4);
}
.bg-core-color-neutral-30\/5 {
  background-color: rgb(71 84 102 / 0.05);
}
.bg-core-color-neutral-30\/50 {
  background-color: rgb(71 84 102 / 0.5);
}
.bg-core-color-neutral-30\/60 {
  background-color: rgb(71 84 102 / 0.6);
}
.bg-core-color-neutral-30\/70 {
  background-color: rgb(71 84 102 / 0.7);
}
.bg-core-color-neutral-30\/75 {
  background-color: rgb(71 84 102 / 0.75);
}
.bg-core-color-neutral-30\/80 {
  background-color: rgb(71 84 102 / 0.8);
}
.bg-core-color-neutral-30\/90 {
  background-color: rgb(71 84 102 / 0.9);
}
.bg-core-color-neutral-30\/95 {
  background-color: rgb(71 84 102 / 0.95);
}
.bg-core-color-neutral-30\/base-opacity-disabled {
  background-color: rgb(71 84 102 / 60%);
}
.bg-core-color-neutral-30\/core-opacity-0 {
  background-color: rgb(71 84 102 / 0%);
}
.bg-core-color-neutral-30\/core-opacity-10 {
  background-color: rgb(71 84 102 / 10%);
}
.bg-core-color-neutral-30\/core-opacity-100 {
  background-color: rgb(71 84 102 / 100%);
}
.bg-core-color-neutral-30\/core-opacity-20 {
  background-color: rgb(71 84 102 / 20%);
}
.bg-core-color-neutral-30\/core-opacity-30 {
  background-color: rgb(71 84 102 / 30%);
}
.bg-core-color-neutral-30\/core-opacity-40 {
  background-color: rgb(71 84 102 / 40%);
}
.bg-core-color-neutral-30\/core-opacity-50 {
  background-color: rgb(71 84 102 / 50%);
}
.bg-core-color-neutral-30\/core-opacity-60 {
  background-color: rgb(71 84 102 / 60%);
}
.bg-core-color-neutral-30\/core-opacity-70 {
  background-color: rgb(71 84 102 / 70%);
}
.bg-core-color-neutral-30\/core-opacity-80 {
  background-color: rgb(71 84 102 / 80%);
}
.bg-core-color-neutral-30\/core-opacity-90 {
  background-color: rgb(71 84 102 / 90%);
}
.bg-core-color-neutral-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-40\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-core-color-neutral-40\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-core-color-neutral-40\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-core-color-neutral-40\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-core-color-neutral-40\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-core-color-neutral-40\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-core-color-neutral-40\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-core-color-neutral-40\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-core-color-neutral-40\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-core-color-neutral-40\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-core-color-neutral-40\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-core-color-neutral-40\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-core-color-neutral-40\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-core-color-neutral-40\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-core-color-neutral-40\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-core-color-neutral-40\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-core-color-neutral-40\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-core-color-neutral-40\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-core-color-neutral-40\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-core-color-neutral-40\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-core-color-neutral-40\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-core-color-neutral-40\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-core-color-neutral-40\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-core-color-neutral-40\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-core-color-neutral-40\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-core-color-neutral-40\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-core-color-neutral-40\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-core-color-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-50\/0 {
  background-color: rgb(152 162 179 / 0);
}
.bg-core-color-neutral-50\/10 {
  background-color: rgb(152 162 179 / 0.1);
}
.bg-core-color-neutral-50\/100 {
  background-color: rgb(152 162 179 / 1);
}
.bg-core-color-neutral-50\/20 {
  background-color: rgb(152 162 179 / 0.2);
}
.bg-core-color-neutral-50\/25 {
  background-color: rgb(152 162 179 / 0.25);
}
.bg-core-color-neutral-50\/30 {
  background-color: rgb(152 162 179 / 0.3);
}
.bg-core-color-neutral-50\/40 {
  background-color: rgb(152 162 179 / 0.4);
}
.bg-core-color-neutral-50\/5 {
  background-color: rgb(152 162 179 / 0.05);
}
.bg-core-color-neutral-50\/50 {
  background-color: rgb(152 162 179 / 0.5);
}
.bg-core-color-neutral-50\/60 {
  background-color: rgb(152 162 179 / 0.6);
}
.bg-core-color-neutral-50\/70 {
  background-color: rgb(152 162 179 / 0.7);
}
.bg-core-color-neutral-50\/75 {
  background-color: rgb(152 162 179 / 0.75);
}
.bg-core-color-neutral-50\/80 {
  background-color: rgb(152 162 179 / 0.8);
}
.bg-core-color-neutral-50\/90 {
  background-color: rgb(152 162 179 / 0.9);
}
.bg-core-color-neutral-50\/95 {
  background-color: rgb(152 162 179 / 0.95);
}
.bg-core-color-neutral-50\/base-opacity-disabled {
  background-color: rgb(152 162 179 / 60%);
}
.bg-core-color-neutral-50\/core-opacity-0 {
  background-color: rgb(152 162 179 / 0%);
}
.bg-core-color-neutral-50\/core-opacity-10 {
  background-color: rgb(152 162 179 / 10%);
}
.bg-core-color-neutral-50\/core-opacity-100 {
  background-color: rgb(152 162 179 / 100%);
}
.bg-core-color-neutral-50\/core-opacity-20 {
  background-color: rgb(152 162 179 / 20%);
}
.bg-core-color-neutral-50\/core-opacity-30 {
  background-color: rgb(152 162 179 / 30%);
}
.bg-core-color-neutral-50\/core-opacity-40 {
  background-color: rgb(152 162 179 / 40%);
}
.bg-core-color-neutral-50\/core-opacity-50 {
  background-color: rgb(152 162 179 / 50%);
}
.bg-core-color-neutral-50\/core-opacity-60 {
  background-color: rgb(152 162 179 / 60%);
}
.bg-core-color-neutral-50\/core-opacity-70 {
  background-color: rgb(152 162 179 / 70%);
}
.bg-core-color-neutral-50\/core-opacity-80 {
  background-color: rgb(152 162 179 / 80%);
}
.bg-core-color-neutral-50\/core-opacity-90 {
  background-color: rgb(152 162 179 / 90%);
}
.bg-core-color-neutral-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-60\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-core-color-neutral-60\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-core-color-neutral-60\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-core-color-neutral-60\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-core-color-neutral-60\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-core-color-neutral-60\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-core-color-neutral-60\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-core-color-neutral-60\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-core-color-neutral-60\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-core-color-neutral-60\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-core-color-neutral-60\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-core-color-neutral-60\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-core-color-neutral-60\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-core-color-neutral-60\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-core-color-neutral-60\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-core-color-neutral-60\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-core-color-neutral-60\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-core-color-neutral-60\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-core-color-neutral-60\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-core-color-neutral-60\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-core-color-neutral-60\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-core-color-neutral-60\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-core-color-neutral-60\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-core-color-neutral-60\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-core-color-neutral-60\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-core-color-neutral-60\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-core-color-neutral-60\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-core-color-neutral-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-70\/0 {
  background-color: rgb(234 236 240 / 0);
}
.bg-core-color-neutral-70\/10 {
  background-color: rgb(234 236 240 / 0.1);
}
.bg-core-color-neutral-70\/100 {
  background-color: rgb(234 236 240 / 1);
}
.bg-core-color-neutral-70\/20 {
  background-color: rgb(234 236 240 / 0.2);
}
.bg-core-color-neutral-70\/25 {
  background-color: rgb(234 236 240 / 0.25);
}
.bg-core-color-neutral-70\/30 {
  background-color: rgb(234 236 240 / 0.3);
}
.bg-core-color-neutral-70\/40 {
  background-color: rgb(234 236 240 / 0.4);
}
.bg-core-color-neutral-70\/5 {
  background-color: rgb(234 236 240 / 0.05);
}
.bg-core-color-neutral-70\/50 {
  background-color: rgb(234 236 240 / 0.5);
}
.bg-core-color-neutral-70\/60 {
  background-color: rgb(234 236 240 / 0.6);
}
.bg-core-color-neutral-70\/70 {
  background-color: rgb(234 236 240 / 0.7);
}
.bg-core-color-neutral-70\/75 {
  background-color: rgb(234 236 240 / 0.75);
}
.bg-core-color-neutral-70\/80 {
  background-color: rgb(234 236 240 / 0.8);
}
.bg-core-color-neutral-70\/90 {
  background-color: rgb(234 236 240 / 0.9);
}
.bg-core-color-neutral-70\/95 {
  background-color: rgb(234 236 240 / 0.95);
}
.bg-core-color-neutral-70\/base-opacity-disabled {
  background-color: rgb(234 236 240 / 60%);
}
.bg-core-color-neutral-70\/core-opacity-0 {
  background-color: rgb(234 236 240 / 0%);
}
.bg-core-color-neutral-70\/core-opacity-10 {
  background-color: rgb(234 236 240 / 10%);
}
.bg-core-color-neutral-70\/core-opacity-100 {
  background-color: rgb(234 236 240 / 100%);
}
.bg-core-color-neutral-70\/core-opacity-20 {
  background-color: rgb(234 236 240 / 20%);
}
.bg-core-color-neutral-70\/core-opacity-30 {
  background-color: rgb(234 236 240 / 30%);
}
.bg-core-color-neutral-70\/core-opacity-40 {
  background-color: rgb(234 236 240 / 40%);
}
.bg-core-color-neutral-70\/core-opacity-50 {
  background-color: rgb(234 236 240 / 50%);
}
.bg-core-color-neutral-70\/core-opacity-60 {
  background-color: rgb(234 236 240 / 60%);
}
.bg-core-color-neutral-70\/core-opacity-70 {
  background-color: rgb(234 236 240 / 70%);
}
.bg-core-color-neutral-70\/core-opacity-80 {
  background-color: rgb(234 236 240 / 80%);
}
.bg-core-color-neutral-70\/core-opacity-90 {
  background-color: rgb(234 236 240 / 90%);
}
.bg-core-color-neutral-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-80\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-core-color-neutral-80\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-core-color-neutral-80\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-core-color-neutral-80\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-core-color-neutral-80\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-core-color-neutral-80\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-core-color-neutral-80\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-core-color-neutral-80\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-core-color-neutral-80\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-core-color-neutral-80\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-core-color-neutral-80\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-core-color-neutral-80\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-core-color-neutral-80\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-core-color-neutral-80\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-core-color-neutral-80\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-core-color-neutral-80\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-core-color-neutral-80\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-core-color-neutral-80\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-core-color-neutral-80\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-core-color-neutral-80\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-core-color-neutral-80\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-core-color-neutral-80\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-core-color-neutral-80\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-core-color-neutral-80\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-core-color-neutral-80\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-core-color-neutral-80\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-core-color-neutral-80\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-core-color-neutral-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-90\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-core-color-neutral-90\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-core-color-neutral-90\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-core-color-neutral-90\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-core-color-neutral-90\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-core-color-neutral-90\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-core-color-neutral-90\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-core-color-neutral-90\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-core-color-neutral-90\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-core-color-neutral-90\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-core-color-neutral-90\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-core-color-neutral-90\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-core-color-neutral-90\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-core-color-neutral-90\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-core-color-neutral-90\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-core-color-neutral-90\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-core-color-neutral-90\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-core-color-neutral-90\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-core-color-neutral-90\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-core-color-neutral-90\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-core-color-neutral-90\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-core-color-neutral-90\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-core-color-neutral-90\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-core-color-neutral-90\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-core-color-neutral-90\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-core-color-neutral-90\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-core-color-neutral-90\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-core-color-orange-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 37 16 / var(--tw-bg-opacity));
}
.bg-core-color-orange-0\/0 {
  background-color: rgb(126 37 16 / 0);
}
.bg-core-color-orange-0\/10 {
  background-color: rgb(126 37 16 / 0.1);
}
.bg-core-color-orange-0\/100 {
  background-color: rgb(126 37 16 / 1);
}
.bg-core-color-orange-0\/20 {
  background-color: rgb(126 37 16 / 0.2);
}
.bg-core-color-orange-0\/25 {
  background-color: rgb(126 37 16 / 0.25);
}
.bg-core-color-orange-0\/30 {
  background-color: rgb(126 37 16 / 0.3);
}
.bg-core-color-orange-0\/40 {
  background-color: rgb(126 37 16 / 0.4);
}
.bg-core-color-orange-0\/5 {
  background-color: rgb(126 37 16 / 0.05);
}
.bg-core-color-orange-0\/50 {
  background-color: rgb(126 37 16 / 0.5);
}
.bg-core-color-orange-0\/60 {
  background-color: rgb(126 37 16 / 0.6);
}
.bg-core-color-orange-0\/70 {
  background-color: rgb(126 37 16 / 0.7);
}
.bg-core-color-orange-0\/75 {
  background-color: rgb(126 37 16 / 0.75);
}
.bg-core-color-orange-0\/80 {
  background-color: rgb(126 37 16 / 0.8);
}
.bg-core-color-orange-0\/90 {
  background-color: rgb(126 37 16 / 0.9);
}
.bg-core-color-orange-0\/95 {
  background-color: rgb(126 37 16 / 0.95);
}
.bg-core-color-orange-0\/base-opacity-disabled {
  background-color: rgb(126 37 16 / 60%);
}
.bg-core-color-orange-0\/core-opacity-0 {
  background-color: rgb(126 37 16 / 0%);
}
.bg-core-color-orange-0\/core-opacity-10 {
  background-color: rgb(126 37 16 / 10%);
}
.bg-core-color-orange-0\/core-opacity-100 {
  background-color: rgb(126 37 16 / 100%);
}
.bg-core-color-orange-0\/core-opacity-20 {
  background-color: rgb(126 37 16 / 20%);
}
.bg-core-color-orange-0\/core-opacity-30 {
  background-color: rgb(126 37 16 / 30%);
}
.bg-core-color-orange-0\/core-opacity-40 {
  background-color: rgb(126 37 16 / 40%);
}
.bg-core-color-orange-0\/core-opacity-50 {
  background-color: rgb(126 37 16 / 50%);
}
.bg-core-color-orange-0\/core-opacity-60 {
  background-color: rgb(126 37 16 / 60%);
}
.bg-core-color-orange-0\/core-opacity-70 {
  background-color: rgb(126 37 16 / 70%);
}
.bg-core-color-orange-0\/core-opacity-80 {
  background-color: rgb(126 37 16 / 80%);
}
.bg-core-color-orange-0\/core-opacity-90 {
  background-color: rgb(126 37 16 / 90%);
}
.bg-core-color-orange-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 42 16 / var(--tw-bg-opacity));
}
.bg-core-color-orange-10\/0 {
  background-color: rgb(157 42 16 / 0);
}
.bg-core-color-orange-10\/10 {
  background-color: rgb(157 42 16 / 0.1);
}
.bg-core-color-orange-10\/100 {
  background-color: rgb(157 42 16 / 1);
}
.bg-core-color-orange-10\/20 {
  background-color: rgb(157 42 16 / 0.2);
}
.bg-core-color-orange-10\/25 {
  background-color: rgb(157 42 16 / 0.25);
}
.bg-core-color-orange-10\/30 {
  background-color: rgb(157 42 16 / 0.3);
}
.bg-core-color-orange-10\/40 {
  background-color: rgb(157 42 16 / 0.4);
}
.bg-core-color-orange-10\/5 {
  background-color: rgb(157 42 16 / 0.05);
}
.bg-core-color-orange-10\/50 {
  background-color: rgb(157 42 16 / 0.5);
}
.bg-core-color-orange-10\/60 {
  background-color: rgb(157 42 16 / 0.6);
}
.bg-core-color-orange-10\/70 {
  background-color: rgb(157 42 16 / 0.7);
}
.bg-core-color-orange-10\/75 {
  background-color: rgb(157 42 16 / 0.75);
}
.bg-core-color-orange-10\/80 {
  background-color: rgb(157 42 16 / 0.8);
}
.bg-core-color-orange-10\/90 {
  background-color: rgb(157 42 16 / 0.9);
}
.bg-core-color-orange-10\/95 {
  background-color: rgb(157 42 16 / 0.95);
}
.bg-core-color-orange-10\/base-opacity-disabled {
  background-color: rgb(157 42 16 / 60%);
}
.bg-core-color-orange-10\/core-opacity-0 {
  background-color: rgb(157 42 16 / 0%);
}
.bg-core-color-orange-10\/core-opacity-10 {
  background-color: rgb(157 42 16 / 10%);
}
.bg-core-color-orange-10\/core-opacity-100 {
  background-color: rgb(157 42 16 / 100%);
}
.bg-core-color-orange-10\/core-opacity-20 {
  background-color: rgb(157 42 16 / 20%);
}
.bg-core-color-orange-10\/core-opacity-30 {
  background-color: rgb(157 42 16 / 30%);
}
.bg-core-color-orange-10\/core-opacity-40 {
  background-color: rgb(157 42 16 / 40%);
}
.bg-core-color-orange-10\/core-opacity-50 {
  background-color: rgb(157 42 16 / 50%);
}
.bg-core-color-orange-10\/core-opacity-60 {
  background-color: rgb(157 42 16 / 60%);
}
.bg-core-color-orange-10\/core-opacity-70 {
  background-color: rgb(157 42 16 / 70%);
}
.bg-core-color-orange-10\/core-opacity-80 {
  background-color: rgb(157 42 16 / 80%);
}
.bg-core-color-orange-10\/core-opacity-90 {
  background-color: rgb(157 42 16 / 90%);
}
.bg-core-color-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 245 / var(--tw-bg-opacity));
}
.bg-core-color-orange-100\/0 {
  background-color: rgb(255 250 245 / 0);
}
.bg-core-color-orange-100\/10 {
  background-color: rgb(255 250 245 / 0.1);
}
.bg-core-color-orange-100\/100 {
  background-color: rgb(255 250 245 / 1);
}
.bg-core-color-orange-100\/20 {
  background-color: rgb(255 250 245 / 0.2);
}
.bg-core-color-orange-100\/25 {
  background-color: rgb(255 250 245 / 0.25);
}
.bg-core-color-orange-100\/30 {
  background-color: rgb(255 250 245 / 0.3);
}
.bg-core-color-orange-100\/40 {
  background-color: rgb(255 250 245 / 0.4);
}
.bg-core-color-orange-100\/5 {
  background-color: rgb(255 250 245 / 0.05);
}
.bg-core-color-orange-100\/50 {
  background-color: rgb(255 250 245 / 0.5);
}
.bg-core-color-orange-100\/60 {
  background-color: rgb(255 250 245 / 0.6);
}
.bg-core-color-orange-100\/70 {
  background-color: rgb(255 250 245 / 0.7);
}
.bg-core-color-orange-100\/75 {
  background-color: rgb(255 250 245 / 0.75);
}
.bg-core-color-orange-100\/80 {
  background-color: rgb(255 250 245 / 0.8);
}
.bg-core-color-orange-100\/90 {
  background-color: rgb(255 250 245 / 0.9);
}
.bg-core-color-orange-100\/95 {
  background-color: rgb(255 250 245 / 0.95);
}
.bg-core-color-orange-100\/base-opacity-disabled {
  background-color: rgb(255 250 245 / 60%);
}
.bg-core-color-orange-100\/core-opacity-0 {
  background-color: rgb(255 250 245 / 0%);
}
.bg-core-color-orange-100\/core-opacity-10 {
  background-color: rgb(255 250 245 / 10%);
}
.bg-core-color-orange-100\/core-opacity-100 {
  background-color: rgb(255 250 245 / 100%);
}
.bg-core-color-orange-100\/core-opacity-20 {
  background-color: rgb(255 250 245 / 20%);
}
.bg-core-color-orange-100\/core-opacity-30 {
  background-color: rgb(255 250 245 / 30%);
}
.bg-core-color-orange-100\/core-opacity-40 {
  background-color: rgb(255 250 245 / 40%);
}
.bg-core-color-orange-100\/core-opacity-50 {
  background-color: rgb(255 250 245 / 50%);
}
.bg-core-color-orange-100\/core-opacity-60 {
  background-color: rgb(255 250 245 / 60%);
}
.bg-core-color-orange-100\/core-opacity-70 {
  background-color: rgb(255 250 245 / 70%);
}
.bg-core-color-orange-100\/core-opacity-80 {
  background-color: rgb(255 250 245 / 80%);
}
.bg-core-color-orange-100\/core-opacity-90 {
  background-color: rgb(255 250 245 / 90%);
}
.bg-core-color-orange-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 50 10 / var(--tw-bg-opacity));
}
.bg-core-color-orange-20\/0 {
  background-color: rgb(194 50 10 / 0);
}
.bg-core-color-orange-20\/10 {
  background-color: rgb(194 50 10 / 0.1);
}
.bg-core-color-orange-20\/100 {
  background-color: rgb(194 50 10 / 1);
}
.bg-core-color-orange-20\/20 {
  background-color: rgb(194 50 10 / 0.2);
}
.bg-core-color-orange-20\/25 {
  background-color: rgb(194 50 10 / 0.25);
}
.bg-core-color-orange-20\/30 {
  background-color: rgb(194 50 10 / 0.3);
}
.bg-core-color-orange-20\/40 {
  background-color: rgb(194 50 10 / 0.4);
}
.bg-core-color-orange-20\/5 {
  background-color: rgb(194 50 10 / 0.05);
}
.bg-core-color-orange-20\/50 {
  background-color: rgb(194 50 10 / 0.5);
}
.bg-core-color-orange-20\/60 {
  background-color: rgb(194 50 10 / 0.6);
}
.bg-core-color-orange-20\/70 {
  background-color: rgb(194 50 10 / 0.7);
}
.bg-core-color-orange-20\/75 {
  background-color: rgb(194 50 10 / 0.75);
}
.bg-core-color-orange-20\/80 {
  background-color: rgb(194 50 10 / 0.8);
}
.bg-core-color-orange-20\/90 {
  background-color: rgb(194 50 10 / 0.9);
}
.bg-core-color-orange-20\/95 {
  background-color: rgb(194 50 10 / 0.95);
}
.bg-core-color-orange-20\/base-opacity-disabled {
  background-color: rgb(194 50 10 / 60%);
}
.bg-core-color-orange-20\/core-opacity-0 {
  background-color: rgb(194 50 10 / 0%);
}
.bg-core-color-orange-20\/core-opacity-10 {
  background-color: rgb(194 50 10 / 10%);
}
.bg-core-color-orange-20\/core-opacity-100 {
  background-color: rgb(194 50 10 / 100%);
}
.bg-core-color-orange-20\/core-opacity-20 {
  background-color: rgb(194 50 10 / 20%);
}
.bg-core-color-orange-20\/core-opacity-30 {
  background-color: rgb(194 50 10 / 30%);
}
.bg-core-color-orange-20\/core-opacity-40 {
  background-color: rgb(194 50 10 / 40%);
}
.bg-core-color-orange-20\/core-opacity-50 {
  background-color: rgb(194 50 10 / 50%);
}
.bg-core-color-orange-20\/core-opacity-60 {
  background-color: rgb(194 50 10 / 60%);
}
.bg-core-color-orange-20\/core-opacity-70 {
  background-color: rgb(194 50 10 / 70%);
}
.bg-core-color-orange-20\/core-opacity-80 {
  background-color: rgb(194 50 10 / 80%);
}
.bg-core-color-orange-20\/core-opacity-90 {
  background-color: rgb(194 50 10 / 90%);
}
.bg-core-color-orange-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 74 10 / var(--tw-bg-opacity));
}
.bg-core-color-orange-30\/0 {
  background-color: rgb(235 74 10 / 0);
}
.bg-core-color-orange-30\/10 {
  background-color: rgb(235 74 10 / 0.1);
}
.bg-core-color-orange-30\/100 {
  background-color: rgb(235 74 10 / 1);
}
.bg-core-color-orange-30\/20 {
  background-color: rgb(235 74 10 / 0.2);
}
.bg-core-color-orange-30\/25 {
  background-color: rgb(235 74 10 / 0.25);
}
.bg-core-color-orange-30\/30 {
  background-color: rgb(235 74 10 / 0.3);
}
.bg-core-color-orange-30\/40 {
  background-color: rgb(235 74 10 / 0.4);
}
.bg-core-color-orange-30\/5 {
  background-color: rgb(235 74 10 / 0.05);
}
.bg-core-color-orange-30\/50 {
  background-color: rgb(235 74 10 / 0.5);
}
.bg-core-color-orange-30\/60 {
  background-color: rgb(235 74 10 / 0.6);
}
.bg-core-color-orange-30\/70 {
  background-color: rgb(235 74 10 / 0.7);
}
.bg-core-color-orange-30\/75 {
  background-color: rgb(235 74 10 / 0.75);
}
.bg-core-color-orange-30\/80 {
  background-color: rgb(235 74 10 / 0.8);
}
.bg-core-color-orange-30\/90 {
  background-color: rgb(235 74 10 / 0.9);
}
.bg-core-color-orange-30\/95 {
  background-color: rgb(235 74 10 / 0.95);
}
.bg-core-color-orange-30\/base-opacity-disabled {
  background-color: rgb(235 74 10 / 60%);
}
.bg-core-color-orange-30\/core-opacity-0 {
  background-color: rgb(235 74 10 / 0%);
}
.bg-core-color-orange-30\/core-opacity-10 {
  background-color: rgb(235 74 10 / 10%);
}
.bg-core-color-orange-30\/core-opacity-100 {
  background-color: rgb(235 74 10 / 100%);
}
.bg-core-color-orange-30\/core-opacity-20 {
  background-color: rgb(235 74 10 / 20%);
}
.bg-core-color-orange-30\/core-opacity-30 {
  background-color: rgb(235 74 10 / 30%);
}
.bg-core-color-orange-30\/core-opacity-40 {
  background-color: rgb(235 74 10 / 40%);
}
.bg-core-color-orange-30\/core-opacity-50 {
  background-color: rgb(235 74 10 / 50%);
}
.bg-core-color-orange-30\/core-opacity-60 {
  background-color: rgb(235 74 10 / 60%);
}
.bg-core-color-orange-30\/core-opacity-70 {
  background-color: rgb(235 74 10 / 70%);
}
.bg-core-color-orange-30\/core-opacity-80 {
  background-color: rgb(235 74 10 / 80%);
}
.bg-core-color-orange-30\/core-opacity-90 {
  background-color: rgb(235 74 10 / 90%);
}
.bg-core-color-orange-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 100 19 / var(--tw-bg-opacity));
}
.bg-core-color-orange-40\/0 {
  background-color: rgb(251 100 19 / 0);
}
.bg-core-color-orange-40\/10 {
  background-color: rgb(251 100 19 / 0.1);
}
.bg-core-color-orange-40\/100 {
  background-color: rgb(251 100 19 / 1);
}
.bg-core-color-orange-40\/20 {
  background-color: rgb(251 100 19 / 0.2);
}
.bg-core-color-orange-40\/25 {
  background-color: rgb(251 100 19 / 0.25);
}
.bg-core-color-orange-40\/30 {
  background-color: rgb(251 100 19 / 0.3);
}
.bg-core-color-orange-40\/40 {
  background-color: rgb(251 100 19 / 0.4);
}
.bg-core-color-orange-40\/5 {
  background-color: rgb(251 100 19 / 0.05);
}
.bg-core-color-orange-40\/50 {
  background-color: rgb(251 100 19 / 0.5);
}
.bg-core-color-orange-40\/60 {
  background-color: rgb(251 100 19 / 0.6);
}
.bg-core-color-orange-40\/70 {
  background-color: rgb(251 100 19 / 0.7);
}
.bg-core-color-orange-40\/75 {
  background-color: rgb(251 100 19 / 0.75);
}
.bg-core-color-orange-40\/80 {
  background-color: rgb(251 100 19 / 0.8);
}
.bg-core-color-orange-40\/90 {
  background-color: rgb(251 100 19 / 0.9);
}
.bg-core-color-orange-40\/95 {
  background-color: rgb(251 100 19 / 0.95);
}
.bg-core-color-orange-40\/base-opacity-disabled {
  background-color: rgb(251 100 19 / 60%);
}
.bg-core-color-orange-40\/core-opacity-0 {
  background-color: rgb(251 100 19 / 0%);
}
.bg-core-color-orange-40\/core-opacity-10 {
  background-color: rgb(251 100 19 / 10%);
}
.bg-core-color-orange-40\/core-opacity-100 {
  background-color: rgb(251 100 19 / 100%);
}
.bg-core-color-orange-40\/core-opacity-20 {
  background-color: rgb(251 100 19 / 20%);
}
.bg-core-color-orange-40\/core-opacity-30 {
  background-color: rgb(251 100 19 / 30%);
}
.bg-core-color-orange-40\/core-opacity-40 {
  background-color: rgb(251 100 19 / 40%);
}
.bg-core-color-orange-40\/core-opacity-50 {
  background-color: rgb(251 100 19 / 50%);
}
.bg-core-color-orange-40\/core-opacity-60 {
  background-color: rgb(251 100 19 / 60%);
}
.bg-core-color-orange-40\/core-opacity-70 {
  background-color: rgb(251 100 19 / 70%);
}
.bg-core-color-orange-40\/core-opacity-80 {
  background-color: rgb(251 100 19 / 80%);
}
.bg-core-color-orange-40\/core-opacity-90 {
  background-color: rgb(251 100 19 / 90%);
}
.bg-core-color-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 133 58 / var(--tw-bg-opacity));
}
.bg-core-color-orange-50\/0 {
  background-color: rgb(253 133 58 / 0);
}
.bg-core-color-orange-50\/10 {
  background-color: rgb(253 133 58 / 0.1);
}
.bg-core-color-orange-50\/100 {
  background-color: rgb(253 133 58 / 1);
}
.bg-core-color-orange-50\/20 {
  background-color: rgb(253 133 58 / 0.2);
}
.bg-core-color-orange-50\/25 {
  background-color: rgb(253 133 58 / 0.25);
}
.bg-core-color-orange-50\/30 {
  background-color: rgb(253 133 58 / 0.3);
}
.bg-core-color-orange-50\/40 {
  background-color: rgb(253 133 58 / 0.4);
}
.bg-core-color-orange-50\/5 {
  background-color: rgb(253 133 58 / 0.05);
}
.bg-core-color-orange-50\/50 {
  background-color: rgb(253 133 58 / 0.5);
}
.bg-core-color-orange-50\/60 {
  background-color: rgb(253 133 58 / 0.6);
}
.bg-core-color-orange-50\/70 {
  background-color: rgb(253 133 58 / 0.7);
}
.bg-core-color-orange-50\/75 {
  background-color: rgb(253 133 58 / 0.75);
}
.bg-core-color-orange-50\/80 {
  background-color: rgb(253 133 58 / 0.8);
}
.bg-core-color-orange-50\/90 {
  background-color: rgb(253 133 58 / 0.9);
}
.bg-core-color-orange-50\/95 {
  background-color: rgb(253 133 58 / 0.95);
}
.bg-core-color-orange-50\/base-opacity-disabled {
  background-color: rgb(253 133 58 / 60%);
}
.bg-core-color-orange-50\/core-opacity-0 {
  background-color: rgb(253 133 58 / 0%);
}
.bg-core-color-orange-50\/core-opacity-10 {
  background-color: rgb(253 133 58 / 10%);
}
.bg-core-color-orange-50\/core-opacity-100 {
  background-color: rgb(253 133 58 / 100%);
}
.bg-core-color-orange-50\/core-opacity-20 {
  background-color: rgb(253 133 58 / 20%);
}
.bg-core-color-orange-50\/core-opacity-30 {
  background-color: rgb(253 133 58 / 30%);
}
.bg-core-color-orange-50\/core-opacity-40 {
  background-color: rgb(253 133 58 / 40%);
}
.bg-core-color-orange-50\/core-opacity-50 {
  background-color: rgb(253 133 58 / 50%);
}
.bg-core-color-orange-50\/core-opacity-60 {
  background-color: rgb(253 133 58 / 60%);
}
.bg-core-color-orange-50\/core-opacity-70 {
  background-color: rgb(253 133 58 / 70%);
}
.bg-core-color-orange-50\/core-opacity-80 {
  background-color: rgb(253 133 58 / 80%);
}
.bg-core-color-orange-50\/core-opacity-90 {
  background-color: rgb(253 133 58 / 90%);
}
.bg-core-color-orange-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 177 113 / var(--tw-bg-opacity));
}
.bg-core-color-orange-60\/0 {
  background-color: rgb(254 177 113 / 0);
}
.bg-core-color-orange-60\/10 {
  background-color: rgb(254 177 113 / 0.1);
}
.bg-core-color-orange-60\/100 {
  background-color: rgb(254 177 113 / 1);
}
.bg-core-color-orange-60\/20 {
  background-color: rgb(254 177 113 / 0.2);
}
.bg-core-color-orange-60\/25 {
  background-color: rgb(254 177 113 / 0.25);
}
.bg-core-color-orange-60\/30 {
  background-color: rgb(254 177 113 / 0.3);
}
.bg-core-color-orange-60\/40 {
  background-color: rgb(254 177 113 / 0.4);
}
.bg-core-color-orange-60\/5 {
  background-color: rgb(254 177 113 / 0.05);
}
.bg-core-color-orange-60\/50 {
  background-color: rgb(254 177 113 / 0.5);
}
.bg-core-color-orange-60\/60 {
  background-color: rgb(254 177 113 / 0.6);
}
.bg-core-color-orange-60\/70 {
  background-color: rgb(254 177 113 / 0.7);
}
.bg-core-color-orange-60\/75 {
  background-color: rgb(254 177 113 / 0.75);
}
.bg-core-color-orange-60\/80 {
  background-color: rgb(254 177 113 / 0.8);
}
.bg-core-color-orange-60\/90 {
  background-color: rgb(254 177 113 / 0.9);
}
.bg-core-color-orange-60\/95 {
  background-color: rgb(254 177 113 / 0.95);
}
.bg-core-color-orange-60\/base-opacity-disabled {
  background-color: rgb(254 177 113 / 60%);
}
.bg-core-color-orange-60\/core-opacity-0 {
  background-color: rgb(254 177 113 / 0%);
}
.bg-core-color-orange-60\/core-opacity-10 {
  background-color: rgb(254 177 113 / 10%);
}
.bg-core-color-orange-60\/core-opacity-100 {
  background-color: rgb(254 177 113 / 100%);
}
.bg-core-color-orange-60\/core-opacity-20 {
  background-color: rgb(254 177 113 / 20%);
}
.bg-core-color-orange-60\/core-opacity-30 {
  background-color: rgb(254 177 113 / 30%);
}
.bg-core-color-orange-60\/core-opacity-40 {
  background-color: rgb(254 177 113 / 40%);
}
.bg-core-color-orange-60\/core-opacity-50 {
  background-color: rgb(254 177 113 / 50%);
}
.bg-core-color-orange-60\/core-opacity-60 {
  background-color: rgb(254 177 113 / 60%);
}
.bg-core-color-orange-60\/core-opacity-70 {
  background-color: rgb(254 177 113 / 70%);
}
.bg-core-color-orange-60\/core-opacity-80 {
  background-color: rgb(254 177 113 / 80%);
}
.bg-core-color-orange-60\/core-opacity-90 {
  background-color: rgb(254 177 113 / 90%);
}
.bg-core-color-orange-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 220 170 / var(--tw-bg-opacity));
}
.bg-core-color-orange-70\/0 {
  background-color: rgb(253 220 170 / 0);
}
.bg-core-color-orange-70\/10 {
  background-color: rgb(253 220 170 / 0.1);
}
.bg-core-color-orange-70\/100 {
  background-color: rgb(253 220 170 / 1);
}
.bg-core-color-orange-70\/20 {
  background-color: rgb(253 220 170 / 0.2);
}
.bg-core-color-orange-70\/25 {
  background-color: rgb(253 220 170 / 0.25);
}
.bg-core-color-orange-70\/30 {
  background-color: rgb(253 220 170 / 0.3);
}
.bg-core-color-orange-70\/40 {
  background-color: rgb(253 220 170 / 0.4);
}
.bg-core-color-orange-70\/5 {
  background-color: rgb(253 220 170 / 0.05);
}
.bg-core-color-orange-70\/50 {
  background-color: rgb(253 220 170 / 0.5);
}
.bg-core-color-orange-70\/60 {
  background-color: rgb(253 220 170 / 0.6);
}
.bg-core-color-orange-70\/70 {
  background-color: rgb(253 220 170 / 0.7);
}
.bg-core-color-orange-70\/75 {
  background-color: rgb(253 220 170 / 0.75);
}
.bg-core-color-orange-70\/80 {
  background-color: rgb(253 220 170 / 0.8);
}
.bg-core-color-orange-70\/90 {
  background-color: rgb(253 220 170 / 0.9);
}
.bg-core-color-orange-70\/95 {
  background-color: rgb(253 220 170 / 0.95);
}
.bg-core-color-orange-70\/base-opacity-disabled {
  background-color: rgb(253 220 170 / 60%);
}
.bg-core-color-orange-70\/core-opacity-0 {
  background-color: rgb(253 220 170 / 0%);
}
.bg-core-color-orange-70\/core-opacity-10 {
  background-color: rgb(253 220 170 / 10%);
}
.bg-core-color-orange-70\/core-opacity-100 {
  background-color: rgb(253 220 170 / 100%);
}
.bg-core-color-orange-70\/core-opacity-20 {
  background-color: rgb(253 220 170 / 20%);
}
.bg-core-color-orange-70\/core-opacity-30 {
  background-color: rgb(253 220 170 / 30%);
}
.bg-core-color-orange-70\/core-opacity-40 {
  background-color: rgb(253 220 170 / 40%);
}
.bg-core-color-orange-70\/core-opacity-50 {
  background-color: rgb(253 220 170 / 50%);
}
.bg-core-color-orange-70\/core-opacity-60 {
  background-color: rgb(253 220 170 / 60%);
}
.bg-core-color-orange-70\/core-opacity-70 {
  background-color: rgb(253 220 170 / 70%);
}
.bg-core-color-orange-70\/core-opacity-80 {
  background-color: rgb(253 220 170 / 80%);
}
.bg-core-color-orange-70\/core-opacity-90 {
  background-color: rgb(253 220 170 / 90%);
}
.bg-core-color-orange-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 214 / var(--tw-bg-opacity));
}
.bg-core-color-orange-80\/0 {
  background-color: rgb(255 235 214 / 0);
}
.bg-core-color-orange-80\/10 {
  background-color: rgb(255 235 214 / 0.1);
}
.bg-core-color-orange-80\/100 {
  background-color: rgb(255 235 214 / 1);
}
.bg-core-color-orange-80\/20 {
  background-color: rgb(255 235 214 / 0.2);
}
.bg-core-color-orange-80\/25 {
  background-color: rgb(255 235 214 / 0.25);
}
.bg-core-color-orange-80\/30 {
  background-color: rgb(255 235 214 / 0.3);
}
.bg-core-color-orange-80\/40 {
  background-color: rgb(255 235 214 / 0.4);
}
.bg-core-color-orange-80\/5 {
  background-color: rgb(255 235 214 / 0.05);
}
.bg-core-color-orange-80\/50 {
  background-color: rgb(255 235 214 / 0.5);
}
.bg-core-color-orange-80\/60 {
  background-color: rgb(255 235 214 / 0.6);
}
.bg-core-color-orange-80\/70 {
  background-color: rgb(255 235 214 / 0.7);
}
.bg-core-color-orange-80\/75 {
  background-color: rgb(255 235 214 / 0.75);
}
.bg-core-color-orange-80\/80 {
  background-color: rgb(255 235 214 / 0.8);
}
.bg-core-color-orange-80\/90 {
  background-color: rgb(255 235 214 / 0.9);
}
.bg-core-color-orange-80\/95 {
  background-color: rgb(255 235 214 / 0.95);
}
.bg-core-color-orange-80\/base-opacity-disabled {
  background-color: rgb(255 235 214 / 60%);
}
.bg-core-color-orange-80\/core-opacity-0 {
  background-color: rgb(255 235 214 / 0%);
}
.bg-core-color-orange-80\/core-opacity-10 {
  background-color: rgb(255 235 214 / 10%);
}
.bg-core-color-orange-80\/core-opacity-100 {
  background-color: rgb(255 235 214 / 100%);
}
.bg-core-color-orange-80\/core-opacity-20 {
  background-color: rgb(255 235 214 / 20%);
}
.bg-core-color-orange-80\/core-opacity-30 {
  background-color: rgb(255 235 214 / 30%);
}
.bg-core-color-orange-80\/core-opacity-40 {
  background-color: rgb(255 235 214 / 40%);
}
.bg-core-color-orange-80\/core-opacity-50 {
  background-color: rgb(255 235 214 / 50%);
}
.bg-core-color-orange-80\/core-opacity-60 {
  background-color: rgb(255 235 214 / 60%);
}
.bg-core-color-orange-80\/core-opacity-70 {
  background-color: rgb(255 235 214 / 70%);
}
.bg-core-color-orange-80\/core-opacity-80 {
  background-color: rgb(255 235 214 / 80%);
}
.bg-core-color-orange-80\/core-opacity-90 {
  background-color: rgb(255 235 214 / 90%);
}
.bg-core-color-orange-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 235 / var(--tw-bg-opacity));
}
.bg-core-color-orange-90\/0 {
  background-color: rgb(255 245 235 / 0);
}
.bg-core-color-orange-90\/10 {
  background-color: rgb(255 245 235 / 0.1);
}
.bg-core-color-orange-90\/100 {
  background-color: rgb(255 245 235 / 1);
}
.bg-core-color-orange-90\/20 {
  background-color: rgb(255 245 235 / 0.2);
}
.bg-core-color-orange-90\/25 {
  background-color: rgb(255 245 235 / 0.25);
}
.bg-core-color-orange-90\/30 {
  background-color: rgb(255 245 235 / 0.3);
}
.bg-core-color-orange-90\/40 {
  background-color: rgb(255 245 235 / 0.4);
}
.bg-core-color-orange-90\/5 {
  background-color: rgb(255 245 235 / 0.05);
}
.bg-core-color-orange-90\/50 {
  background-color: rgb(255 245 235 / 0.5);
}
.bg-core-color-orange-90\/60 {
  background-color: rgb(255 245 235 / 0.6);
}
.bg-core-color-orange-90\/70 {
  background-color: rgb(255 245 235 / 0.7);
}
.bg-core-color-orange-90\/75 {
  background-color: rgb(255 245 235 / 0.75);
}
.bg-core-color-orange-90\/80 {
  background-color: rgb(255 245 235 / 0.8);
}
.bg-core-color-orange-90\/90 {
  background-color: rgb(255 245 235 / 0.9);
}
.bg-core-color-orange-90\/95 {
  background-color: rgb(255 245 235 / 0.95);
}
.bg-core-color-orange-90\/base-opacity-disabled {
  background-color: rgb(255 245 235 / 60%);
}
.bg-core-color-orange-90\/core-opacity-0 {
  background-color: rgb(255 245 235 / 0%);
}
.bg-core-color-orange-90\/core-opacity-10 {
  background-color: rgb(255 245 235 / 10%);
}
.bg-core-color-orange-90\/core-opacity-100 {
  background-color: rgb(255 245 235 / 100%);
}
.bg-core-color-orange-90\/core-opacity-20 {
  background-color: rgb(255 245 235 / 20%);
}
.bg-core-color-orange-90\/core-opacity-30 {
  background-color: rgb(255 245 235 / 30%);
}
.bg-core-color-orange-90\/core-opacity-40 {
  background-color: rgb(255 245 235 / 40%);
}
.bg-core-color-orange-90\/core-opacity-50 {
  background-color: rgb(255 245 235 / 50%);
}
.bg-core-color-orange-90\/core-opacity-60 {
  background-color: rgb(255 245 235 / 60%);
}
.bg-core-color-orange-90\/core-opacity-70 {
  background-color: rgb(255 245 235 / 70%);
}
.bg-core-color-orange-90\/core-opacity-80 {
  background-color: rgb(255 245 235 / 80%);
}
.bg-core-color-orange-90\/core-opacity-90 {
  background-color: rgb(255 245 235 / 90%);
}
.bg-core-color-primary-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 31 71 / var(--tw-bg-opacity));
}
.bg-core-color-primary-0\/0 {
  background-color: rgb(33 31 71 / 0);
}
.bg-core-color-primary-0\/10 {
  background-color: rgb(33 31 71 / 0.1);
}
.bg-core-color-primary-0\/100 {
  background-color: rgb(33 31 71 / 1);
}
.bg-core-color-primary-0\/20 {
  background-color: rgb(33 31 71 / 0.2);
}
.bg-core-color-primary-0\/25 {
  background-color: rgb(33 31 71 / 0.25);
}
.bg-core-color-primary-0\/30 {
  background-color: rgb(33 31 71 / 0.3);
}
.bg-core-color-primary-0\/40 {
  background-color: rgb(33 31 71 / 0.4);
}
.bg-core-color-primary-0\/5 {
  background-color: rgb(33 31 71 / 0.05);
}
.bg-core-color-primary-0\/50 {
  background-color: rgb(33 31 71 / 0.5);
}
.bg-core-color-primary-0\/60 {
  background-color: rgb(33 31 71 / 0.6);
}
.bg-core-color-primary-0\/70 {
  background-color: rgb(33 31 71 / 0.7);
}
.bg-core-color-primary-0\/75 {
  background-color: rgb(33 31 71 / 0.75);
}
.bg-core-color-primary-0\/80 {
  background-color: rgb(33 31 71 / 0.8);
}
.bg-core-color-primary-0\/90 {
  background-color: rgb(33 31 71 / 0.9);
}
.bg-core-color-primary-0\/95 {
  background-color: rgb(33 31 71 / 0.95);
}
.bg-core-color-primary-0\/base-opacity-disabled {
  background-color: rgb(33 31 71 / 60%);
}
.bg-core-color-primary-0\/core-opacity-0 {
  background-color: rgb(33 31 71 / 0%);
}
.bg-core-color-primary-0\/core-opacity-10 {
  background-color: rgb(33 31 71 / 10%);
}
.bg-core-color-primary-0\/core-opacity-100 {
  background-color: rgb(33 31 71 / 100%);
}
.bg-core-color-primary-0\/core-opacity-20 {
  background-color: rgb(33 31 71 / 20%);
}
.bg-core-color-primary-0\/core-opacity-30 {
  background-color: rgb(33 31 71 / 30%);
}
.bg-core-color-primary-0\/core-opacity-40 {
  background-color: rgb(33 31 71 / 40%);
}
.bg-core-color-primary-0\/core-opacity-50 {
  background-color: rgb(33 31 71 / 50%);
}
.bg-core-color-primary-0\/core-opacity-60 {
  background-color: rgb(33 31 71 / 60%);
}
.bg-core-color-primary-0\/core-opacity-70 {
  background-color: rgb(33 31 71 / 70%);
}
.bg-core-color-primary-0\/core-opacity-80 {
  background-color: rgb(33 31 71 / 80%);
}
.bg-core-color-primary-0\/core-opacity-90 {
  background-color: rgb(33 31 71 / 90%);
}
.bg-core-color-primary-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 120 / var(--tw-bg-opacity));
}
.bg-core-color-primary-10\/0 {
  background-color: rgb(54 54 120 / 0);
}
.bg-core-color-primary-10\/10 {
  background-color: rgb(54 54 120 / 0.1);
}
.bg-core-color-primary-10\/100 {
  background-color: rgb(54 54 120 / 1);
}
.bg-core-color-primary-10\/20 {
  background-color: rgb(54 54 120 / 0.2);
}
.bg-core-color-primary-10\/25 {
  background-color: rgb(54 54 120 / 0.25);
}
.bg-core-color-primary-10\/30 {
  background-color: rgb(54 54 120 / 0.3);
}
.bg-core-color-primary-10\/40 {
  background-color: rgb(54 54 120 / 0.4);
}
.bg-core-color-primary-10\/5 {
  background-color: rgb(54 54 120 / 0.05);
}
.bg-core-color-primary-10\/50 {
  background-color: rgb(54 54 120 / 0.5);
}
.bg-core-color-primary-10\/60 {
  background-color: rgb(54 54 120 / 0.6);
}
.bg-core-color-primary-10\/70 {
  background-color: rgb(54 54 120 / 0.7);
}
.bg-core-color-primary-10\/75 {
  background-color: rgb(54 54 120 / 0.75);
}
.bg-core-color-primary-10\/80 {
  background-color: rgb(54 54 120 / 0.8);
}
.bg-core-color-primary-10\/90 {
  background-color: rgb(54 54 120 / 0.9);
}
.bg-core-color-primary-10\/95 {
  background-color: rgb(54 54 120 / 0.95);
}
.bg-core-color-primary-10\/base-opacity-disabled {
  background-color: rgb(54 54 120 / 60%);
}
.bg-core-color-primary-10\/core-opacity-0 {
  background-color: rgb(54 54 120 / 0%);
}
.bg-core-color-primary-10\/core-opacity-10 {
  background-color: rgb(54 54 120 / 10%);
}
.bg-core-color-primary-10\/core-opacity-100 {
  background-color: rgb(54 54 120 / 100%);
}
.bg-core-color-primary-10\/core-opacity-20 {
  background-color: rgb(54 54 120 / 20%);
}
.bg-core-color-primary-10\/core-opacity-30 {
  background-color: rgb(54 54 120 / 30%);
}
.bg-core-color-primary-10\/core-opacity-40 {
  background-color: rgb(54 54 120 / 40%);
}
.bg-core-color-primary-10\/core-opacity-50 {
  background-color: rgb(54 54 120 / 50%);
}
.bg-core-color-primary-10\/core-opacity-60 {
  background-color: rgb(54 54 120 / 60%);
}
.bg-core-color-primary-10\/core-opacity-70 {
  background-color: rgb(54 54 120 / 70%);
}
.bg-core-color-primary-10\/core-opacity-80 {
  background-color: rgb(54 54 120 / 80%);
}
.bg-core-color-primary-10\/core-opacity-90 {
  background-color: rgb(54 54 120 / 90%);
}
.bg-core-color-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.bg-core-color-primary-100\/0 {
  background-color: rgb(242 244 253 / 0);
}
.bg-core-color-primary-100\/10 {
  background-color: rgb(242 244 253 / 0.1);
}
.bg-core-color-primary-100\/100 {
  background-color: rgb(242 244 253 / 1);
}
.bg-core-color-primary-100\/20 {
  background-color: rgb(242 244 253 / 0.2);
}
.bg-core-color-primary-100\/25 {
  background-color: rgb(242 244 253 / 0.25);
}
.bg-core-color-primary-100\/30 {
  background-color: rgb(242 244 253 / 0.3);
}
.bg-core-color-primary-100\/40 {
  background-color: rgb(242 244 253 / 0.4);
}
.bg-core-color-primary-100\/5 {
  background-color: rgb(242 244 253 / 0.05);
}
.bg-core-color-primary-100\/50 {
  background-color: rgb(242 244 253 / 0.5);
}
.bg-core-color-primary-100\/60 {
  background-color: rgb(242 244 253 / 0.6);
}
.bg-core-color-primary-100\/70 {
  background-color: rgb(242 244 253 / 0.7);
}
.bg-core-color-primary-100\/75 {
  background-color: rgb(242 244 253 / 0.75);
}
.bg-core-color-primary-100\/80 {
  background-color: rgb(242 244 253 / 0.8);
}
.bg-core-color-primary-100\/90 {
  background-color: rgb(242 244 253 / 0.9);
}
.bg-core-color-primary-100\/95 {
  background-color: rgb(242 244 253 / 0.95);
}
.bg-core-color-primary-100\/base-opacity-disabled {
  background-color: rgb(242 244 253 / 60%);
}
.bg-core-color-primary-100\/core-opacity-0 {
  background-color: rgb(242 244 253 / 0%);
}
.bg-core-color-primary-100\/core-opacity-10 {
  background-color: rgb(242 244 253 / 10%);
}
.bg-core-color-primary-100\/core-opacity-100 {
  background-color: rgb(242 244 253 / 100%);
}
.bg-core-color-primary-100\/core-opacity-20 {
  background-color: rgb(242 244 253 / 20%);
}
.bg-core-color-primary-100\/core-opacity-30 {
  background-color: rgb(242 244 253 / 30%);
}
.bg-core-color-primary-100\/core-opacity-40 {
  background-color: rgb(242 244 253 / 40%);
}
.bg-core-color-primary-100\/core-opacity-50 {
  background-color: rgb(242 244 253 / 50%);
}
.bg-core-color-primary-100\/core-opacity-60 {
  background-color: rgb(242 244 253 / 60%);
}
.bg-core-color-primary-100\/core-opacity-70 {
  background-color: rgb(242 244 253 / 70%);
}
.bg-core-color-primary-100\/core-opacity-80 {
  background-color: rgb(242 244 253 / 80%);
}
.bg-core-color-primary-100\/core-opacity-90 {
  background-color: rgb(242 244 253 / 90%);
}
.bg-core-color-primary-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.bg-core-color-primary-20\/0 {
  background-color: rgb(60 59 151 / 0);
}
.bg-core-color-primary-20\/10 {
  background-color: rgb(60 59 151 / 0.1);
}
.bg-core-color-primary-20\/100 {
  background-color: rgb(60 59 151 / 1);
}
.bg-core-color-primary-20\/20 {
  background-color: rgb(60 59 151 / 0.2);
}
.bg-core-color-primary-20\/25 {
  background-color: rgb(60 59 151 / 0.25);
}
.bg-core-color-primary-20\/30 {
  background-color: rgb(60 59 151 / 0.3);
}
.bg-core-color-primary-20\/40 {
  background-color: rgb(60 59 151 / 0.4);
}
.bg-core-color-primary-20\/5 {
  background-color: rgb(60 59 151 / 0.05);
}
.bg-core-color-primary-20\/50 {
  background-color: rgb(60 59 151 / 0.5);
}
.bg-core-color-primary-20\/60 {
  background-color: rgb(60 59 151 / 0.6);
}
.bg-core-color-primary-20\/70 {
  background-color: rgb(60 59 151 / 0.7);
}
.bg-core-color-primary-20\/75 {
  background-color: rgb(60 59 151 / 0.75);
}
.bg-core-color-primary-20\/80 {
  background-color: rgb(60 59 151 / 0.8);
}
.bg-core-color-primary-20\/90 {
  background-color: rgb(60 59 151 / 0.9);
}
.bg-core-color-primary-20\/95 {
  background-color: rgb(60 59 151 / 0.95);
}
.bg-core-color-primary-20\/base-opacity-disabled {
  background-color: rgb(60 59 151 / 60%);
}
.bg-core-color-primary-20\/core-opacity-0 {
  background-color: rgb(60 59 151 / 0%);
}
.bg-core-color-primary-20\/core-opacity-10 {
  background-color: rgb(60 59 151 / 10%);
}
.bg-core-color-primary-20\/core-opacity-100 {
  background-color: rgb(60 59 151 / 100%);
}
.bg-core-color-primary-20\/core-opacity-20 {
  background-color: rgb(60 59 151 / 20%);
}
.bg-core-color-primary-20\/core-opacity-30 {
  background-color: rgb(60 59 151 / 30%);
}
.bg-core-color-primary-20\/core-opacity-40 {
  background-color: rgb(60 59 151 / 40%);
}
.bg-core-color-primary-20\/core-opacity-50 {
  background-color: rgb(60 59 151 / 50%);
}
.bg-core-color-primary-20\/core-opacity-60 {
  background-color: rgb(60 59 151 / 60%);
}
.bg-core-color-primary-20\/core-opacity-70 {
  background-color: rgb(60 59 151 / 70%);
}
.bg-core-color-primary-20\/core-opacity-80 {
  background-color: rgb(60 59 151 / 80%);
}
.bg-core-color-primary-20\/core-opacity-90 {
  background-color: rgb(60 59 151 / 90%);
}
.bg-core-color-primary-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.bg-core-color-primary-30\/0 {
  background-color: rgb(75 71 189 / 0);
}
.bg-core-color-primary-30\/10 {
  background-color: rgb(75 71 189 / 0.1);
}
.bg-core-color-primary-30\/100 {
  background-color: rgb(75 71 189 / 1);
}
.bg-core-color-primary-30\/20 {
  background-color: rgb(75 71 189 / 0.2);
}
.bg-core-color-primary-30\/25 {
  background-color: rgb(75 71 189 / 0.25);
}
.bg-core-color-primary-30\/30 {
  background-color: rgb(75 71 189 / 0.3);
}
.bg-core-color-primary-30\/40 {
  background-color: rgb(75 71 189 / 0.4);
}
.bg-core-color-primary-30\/5 {
  background-color: rgb(75 71 189 / 0.05);
}
.bg-core-color-primary-30\/50 {
  background-color: rgb(75 71 189 / 0.5);
}
.bg-core-color-primary-30\/60 {
  background-color: rgb(75 71 189 / 0.6);
}
.bg-core-color-primary-30\/70 {
  background-color: rgb(75 71 189 / 0.7);
}
.bg-core-color-primary-30\/75 {
  background-color: rgb(75 71 189 / 0.75);
}
.bg-core-color-primary-30\/80 {
  background-color: rgb(75 71 189 / 0.8);
}
.bg-core-color-primary-30\/90 {
  background-color: rgb(75 71 189 / 0.9);
}
.bg-core-color-primary-30\/95 {
  background-color: rgb(75 71 189 / 0.95);
}
.bg-core-color-primary-30\/base-opacity-disabled {
  background-color: rgb(75 71 189 / 60%);
}
.bg-core-color-primary-30\/core-opacity-0 {
  background-color: rgb(75 71 189 / 0%);
}
.bg-core-color-primary-30\/core-opacity-10 {
  background-color: rgb(75 71 189 / 10%);
}
.bg-core-color-primary-30\/core-opacity-100 {
  background-color: rgb(75 71 189 / 100%);
}
.bg-core-color-primary-30\/core-opacity-20 {
  background-color: rgb(75 71 189 / 20%);
}
.bg-core-color-primary-30\/core-opacity-30 {
  background-color: rgb(75 71 189 / 30%);
}
.bg-core-color-primary-30\/core-opacity-40 {
  background-color: rgb(75 71 189 / 40%);
}
.bg-core-color-primary-30\/core-opacity-50 {
  background-color: rgb(75 71 189 / 50%);
}
.bg-core-color-primary-30\/core-opacity-60 {
  background-color: rgb(75 71 189 / 60%);
}
.bg-core-color-primary-30\/core-opacity-70 {
  background-color: rgb(75 71 189 / 70%);
}
.bg-core-color-primary-30\/core-opacity-80 {
  background-color: rgb(75 71 189 / 80%);
}
.bg-core-color-primary-30\/core-opacity-90 {
  background-color: rgb(75 71 189 / 90%);
}
.bg-core-color-primary-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-core-color-primary-40\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-core-color-primary-40\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-core-color-primary-40\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-core-color-primary-40\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-core-color-primary-40\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-core-color-primary-40\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-core-color-primary-40\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-core-color-primary-40\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-core-color-primary-40\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-core-color-primary-40\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-core-color-primary-40\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-core-color-primary-40\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-core-color-primary-40\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-core-color-primary-40\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-core-color-primary-40\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-core-color-primary-40\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-core-color-primary-40\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-core-color-primary-40\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-core-color-primary-40\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-core-color-primary-40\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-core-color-primary-40\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-core-color-primary-40\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-core-color-primary-40\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-core-color-primary-40\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-core-color-primary-40\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-core-color-primary-40\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-core-color-primary-40\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-core-color-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 121 228 / var(--tw-bg-opacity));
}
.bg-core-color-primary-50\/0 {
  background-color: rgb(114 121 228 / 0);
}
.bg-core-color-primary-50\/10 {
  background-color: rgb(114 121 228 / 0.1);
}
.bg-core-color-primary-50\/100 {
  background-color: rgb(114 121 228 / 1);
}
.bg-core-color-primary-50\/20 {
  background-color: rgb(114 121 228 / 0.2);
}
.bg-core-color-primary-50\/25 {
  background-color: rgb(114 121 228 / 0.25);
}
.bg-core-color-primary-50\/30 {
  background-color: rgb(114 121 228 / 0.3);
}
.bg-core-color-primary-50\/40 {
  background-color: rgb(114 121 228 / 0.4);
}
.bg-core-color-primary-50\/5 {
  background-color: rgb(114 121 228 / 0.05);
}
.bg-core-color-primary-50\/50 {
  background-color: rgb(114 121 228 / 0.5);
}
.bg-core-color-primary-50\/60 {
  background-color: rgb(114 121 228 / 0.6);
}
.bg-core-color-primary-50\/70 {
  background-color: rgb(114 121 228 / 0.7);
}
.bg-core-color-primary-50\/75 {
  background-color: rgb(114 121 228 / 0.75);
}
.bg-core-color-primary-50\/80 {
  background-color: rgb(114 121 228 / 0.8);
}
.bg-core-color-primary-50\/90 {
  background-color: rgb(114 121 228 / 0.9);
}
.bg-core-color-primary-50\/95 {
  background-color: rgb(114 121 228 / 0.95);
}
.bg-core-color-primary-50\/base-opacity-disabled {
  background-color: rgb(114 121 228 / 60%);
}
.bg-core-color-primary-50\/core-opacity-0 {
  background-color: rgb(114 121 228 / 0%);
}
.bg-core-color-primary-50\/core-opacity-10 {
  background-color: rgb(114 121 228 / 10%);
}
.bg-core-color-primary-50\/core-opacity-100 {
  background-color: rgb(114 121 228 / 100%);
}
.bg-core-color-primary-50\/core-opacity-20 {
  background-color: rgb(114 121 228 / 20%);
}
.bg-core-color-primary-50\/core-opacity-30 {
  background-color: rgb(114 121 228 / 30%);
}
.bg-core-color-primary-50\/core-opacity-40 {
  background-color: rgb(114 121 228 / 40%);
}
.bg-core-color-primary-50\/core-opacity-50 {
  background-color: rgb(114 121 228 / 50%);
}
.bg-core-color-primary-50\/core-opacity-60 {
  background-color: rgb(114 121 228 / 60%);
}
.bg-core-color-primary-50\/core-opacity-70 {
  background-color: rgb(114 121 228 / 70%);
}
.bg-core-color-primary-50\/core-opacity-80 {
  background-color: rgb(114 121 228 / 80%);
}
.bg-core-color-primary-50\/core-opacity-90 {
  background-color: rgb(114 121 228 / 90%);
}
.bg-core-color-primary-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(140 152 237 / var(--tw-bg-opacity));
}
.bg-core-color-primary-60\/0 {
  background-color: rgb(140 152 237 / 0);
}
.bg-core-color-primary-60\/10 {
  background-color: rgb(140 152 237 / 0.1);
}
.bg-core-color-primary-60\/100 {
  background-color: rgb(140 152 237 / 1);
}
.bg-core-color-primary-60\/20 {
  background-color: rgb(140 152 237 / 0.2);
}
.bg-core-color-primary-60\/25 {
  background-color: rgb(140 152 237 / 0.25);
}
.bg-core-color-primary-60\/30 {
  background-color: rgb(140 152 237 / 0.3);
}
.bg-core-color-primary-60\/40 {
  background-color: rgb(140 152 237 / 0.4);
}
.bg-core-color-primary-60\/5 {
  background-color: rgb(140 152 237 / 0.05);
}
.bg-core-color-primary-60\/50 {
  background-color: rgb(140 152 237 / 0.5);
}
.bg-core-color-primary-60\/60 {
  background-color: rgb(140 152 237 / 0.6);
}
.bg-core-color-primary-60\/70 {
  background-color: rgb(140 152 237 / 0.7);
}
.bg-core-color-primary-60\/75 {
  background-color: rgb(140 152 237 / 0.75);
}
.bg-core-color-primary-60\/80 {
  background-color: rgb(140 152 237 / 0.8);
}
.bg-core-color-primary-60\/90 {
  background-color: rgb(140 152 237 / 0.9);
}
.bg-core-color-primary-60\/95 {
  background-color: rgb(140 152 237 / 0.95);
}
.bg-core-color-primary-60\/base-opacity-disabled {
  background-color: rgb(140 152 237 / 60%);
}
.bg-core-color-primary-60\/core-opacity-0 {
  background-color: rgb(140 152 237 / 0%);
}
.bg-core-color-primary-60\/core-opacity-10 {
  background-color: rgb(140 152 237 / 10%);
}
.bg-core-color-primary-60\/core-opacity-100 {
  background-color: rgb(140 152 237 / 100%);
}
.bg-core-color-primary-60\/core-opacity-20 {
  background-color: rgb(140 152 237 / 20%);
}
.bg-core-color-primary-60\/core-opacity-30 {
  background-color: rgb(140 152 237 / 30%);
}
.bg-core-color-primary-60\/core-opacity-40 {
  background-color: rgb(140 152 237 / 40%);
}
.bg-core-color-primary-60\/core-opacity-50 {
  background-color: rgb(140 152 237 / 50%);
}
.bg-core-color-primary-60\/core-opacity-60 {
  background-color: rgb(140 152 237 / 60%);
}
.bg-core-color-primary-60\/core-opacity-70 {
  background-color: rgb(140 152 237 / 70%);
}
.bg-core-color-primary-60\/core-opacity-80 {
  background-color: rgb(140 152 237 / 80%);
}
.bg-core-color-primary-60\/core-opacity-90 {
  background-color: rgb(140 152 237 / 90%);
}
.bg-core-color-primary-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(174 188 244 / var(--tw-bg-opacity));
}
.bg-core-color-primary-70\/0 {
  background-color: rgb(174 188 244 / 0);
}
.bg-core-color-primary-70\/10 {
  background-color: rgb(174 188 244 / 0.1);
}
.bg-core-color-primary-70\/100 {
  background-color: rgb(174 188 244 / 1);
}
.bg-core-color-primary-70\/20 {
  background-color: rgb(174 188 244 / 0.2);
}
.bg-core-color-primary-70\/25 {
  background-color: rgb(174 188 244 / 0.25);
}
.bg-core-color-primary-70\/30 {
  background-color: rgb(174 188 244 / 0.3);
}
.bg-core-color-primary-70\/40 {
  background-color: rgb(174 188 244 / 0.4);
}
.bg-core-color-primary-70\/5 {
  background-color: rgb(174 188 244 / 0.05);
}
.bg-core-color-primary-70\/50 {
  background-color: rgb(174 188 244 / 0.5);
}
.bg-core-color-primary-70\/60 {
  background-color: rgb(174 188 244 / 0.6);
}
.bg-core-color-primary-70\/70 {
  background-color: rgb(174 188 244 / 0.7);
}
.bg-core-color-primary-70\/75 {
  background-color: rgb(174 188 244 / 0.75);
}
.bg-core-color-primary-70\/80 {
  background-color: rgb(174 188 244 / 0.8);
}
.bg-core-color-primary-70\/90 {
  background-color: rgb(174 188 244 / 0.9);
}
.bg-core-color-primary-70\/95 {
  background-color: rgb(174 188 244 / 0.95);
}
.bg-core-color-primary-70\/base-opacity-disabled {
  background-color: rgb(174 188 244 / 60%);
}
.bg-core-color-primary-70\/core-opacity-0 {
  background-color: rgb(174 188 244 / 0%);
}
.bg-core-color-primary-70\/core-opacity-10 {
  background-color: rgb(174 188 244 / 10%);
}
.bg-core-color-primary-70\/core-opacity-100 {
  background-color: rgb(174 188 244 / 100%);
}
.bg-core-color-primary-70\/core-opacity-20 {
  background-color: rgb(174 188 244 / 20%);
}
.bg-core-color-primary-70\/core-opacity-30 {
  background-color: rgb(174 188 244 / 30%);
}
.bg-core-color-primary-70\/core-opacity-40 {
  background-color: rgb(174 188 244 / 40%);
}
.bg-core-color-primary-70\/core-opacity-50 {
  background-color: rgb(174 188 244 / 50%);
}
.bg-core-color-primary-70\/core-opacity-60 {
  background-color: rgb(174 188 244 / 60%);
}
.bg-core-color-primary-70\/core-opacity-70 {
  background-color: rgb(174 188 244 / 70%);
}
.bg-core-color-primary-70\/core-opacity-80 {
  background-color: rgb(174 188 244 / 80%);
}
.bg-core-color-primary-70\/core-opacity-90 {
  background-color: rgb(174 188 244 / 90%);
}
.bg-core-color-primary-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 249 / var(--tw-bg-opacity));
}
.bg-core-color-primary-80\/0 {
  background-color: rgb(205 214 249 / 0);
}
.bg-core-color-primary-80\/10 {
  background-color: rgb(205 214 249 / 0.1);
}
.bg-core-color-primary-80\/100 {
  background-color: rgb(205 214 249 / 1);
}
.bg-core-color-primary-80\/20 {
  background-color: rgb(205 214 249 / 0.2);
}
.bg-core-color-primary-80\/25 {
  background-color: rgb(205 214 249 / 0.25);
}
.bg-core-color-primary-80\/30 {
  background-color: rgb(205 214 249 / 0.3);
}
.bg-core-color-primary-80\/40 {
  background-color: rgb(205 214 249 / 0.4);
}
.bg-core-color-primary-80\/5 {
  background-color: rgb(205 214 249 / 0.05);
}
.bg-core-color-primary-80\/50 {
  background-color: rgb(205 214 249 / 0.5);
}
.bg-core-color-primary-80\/60 {
  background-color: rgb(205 214 249 / 0.6);
}
.bg-core-color-primary-80\/70 {
  background-color: rgb(205 214 249 / 0.7);
}
.bg-core-color-primary-80\/75 {
  background-color: rgb(205 214 249 / 0.75);
}
.bg-core-color-primary-80\/80 {
  background-color: rgb(205 214 249 / 0.8);
}
.bg-core-color-primary-80\/90 {
  background-color: rgb(205 214 249 / 0.9);
}
.bg-core-color-primary-80\/95 {
  background-color: rgb(205 214 249 / 0.95);
}
.bg-core-color-primary-80\/base-opacity-disabled {
  background-color: rgb(205 214 249 / 60%);
}
.bg-core-color-primary-80\/core-opacity-0 {
  background-color: rgb(205 214 249 / 0%);
}
.bg-core-color-primary-80\/core-opacity-10 {
  background-color: rgb(205 214 249 / 10%);
}
.bg-core-color-primary-80\/core-opacity-100 {
  background-color: rgb(205 214 249 / 100%);
}
.bg-core-color-primary-80\/core-opacity-20 {
  background-color: rgb(205 214 249 / 20%);
}
.bg-core-color-primary-80\/core-opacity-30 {
  background-color: rgb(205 214 249 / 30%);
}
.bg-core-color-primary-80\/core-opacity-40 {
  background-color: rgb(205 214 249 / 40%);
}
.bg-core-color-primary-80\/core-opacity-50 {
  background-color: rgb(205 214 249 / 50%);
}
.bg-core-color-primary-80\/core-opacity-60 {
  background-color: rgb(205 214 249 / 60%);
}
.bg-core-color-primary-80\/core-opacity-70 {
  background-color: rgb(205 214 249 / 70%);
}
.bg-core-color-primary-80\/core-opacity-80 {
  background-color: rgb(205 214 249 / 80%);
}
.bg-core-color-primary-80\/core-opacity-90 {
  background-color: rgb(205 214 249 / 90%);
}
.bg-core-color-primary-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 234 252 / var(--tw-bg-opacity));
}
.bg-core-color-primary-90\/0 {
  background-color: rgb(227 234 252 / 0);
}
.bg-core-color-primary-90\/10 {
  background-color: rgb(227 234 252 / 0.1);
}
.bg-core-color-primary-90\/100 {
  background-color: rgb(227 234 252 / 1);
}
.bg-core-color-primary-90\/20 {
  background-color: rgb(227 234 252 / 0.2);
}
.bg-core-color-primary-90\/25 {
  background-color: rgb(227 234 252 / 0.25);
}
.bg-core-color-primary-90\/30 {
  background-color: rgb(227 234 252 / 0.3);
}
.bg-core-color-primary-90\/40 {
  background-color: rgb(227 234 252 / 0.4);
}
.bg-core-color-primary-90\/5 {
  background-color: rgb(227 234 252 / 0.05);
}
.bg-core-color-primary-90\/50 {
  background-color: rgb(227 234 252 / 0.5);
}
.bg-core-color-primary-90\/60 {
  background-color: rgb(227 234 252 / 0.6);
}
.bg-core-color-primary-90\/70 {
  background-color: rgb(227 234 252 / 0.7);
}
.bg-core-color-primary-90\/75 {
  background-color: rgb(227 234 252 / 0.75);
}
.bg-core-color-primary-90\/80 {
  background-color: rgb(227 234 252 / 0.8);
}
.bg-core-color-primary-90\/90 {
  background-color: rgb(227 234 252 / 0.9);
}
.bg-core-color-primary-90\/95 {
  background-color: rgb(227 234 252 / 0.95);
}
.bg-core-color-primary-90\/base-opacity-disabled {
  background-color: rgb(227 234 252 / 60%);
}
.bg-core-color-primary-90\/core-opacity-0 {
  background-color: rgb(227 234 252 / 0%);
}
.bg-core-color-primary-90\/core-opacity-10 {
  background-color: rgb(227 234 252 / 10%);
}
.bg-core-color-primary-90\/core-opacity-100 {
  background-color: rgb(227 234 252 / 100%);
}
.bg-core-color-primary-90\/core-opacity-20 {
  background-color: rgb(227 234 252 / 20%);
}
.bg-core-color-primary-90\/core-opacity-30 {
  background-color: rgb(227 234 252 / 30%);
}
.bg-core-color-primary-90\/core-opacity-40 {
  background-color: rgb(227 234 252 / 40%);
}
.bg-core-color-primary-90\/core-opacity-50 {
  background-color: rgb(227 234 252 / 50%);
}
.bg-core-color-primary-90\/core-opacity-60 {
  background-color: rgb(227 234 252 / 60%);
}
.bg-core-color-primary-90\/core-opacity-70 {
  background-color: rgb(227 234 252 / 70%);
}
.bg-core-color-primary-90\/core-opacity-80 {
  background-color: rgb(227 234 252 / 80%);
}
.bg-core-color-primary-90\/core-opacity-90 {
  background-color: rgb(227 234 252 / 90%);
}
.bg-core-color-red-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 39 26 / var(--tw-bg-opacity));
}
.bg-core-color-red-0\/0 {
  background-color: rgb(122 39 26 / 0);
}
.bg-core-color-red-0\/10 {
  background-color: rgb(122 39 26 / 0.1);
}
.bg-core-color-red-0\/100 {
  background-color: rgb(122 39 26 / 1);
}
.bg-core-color-red-0\/20 {
  background-color: rgb(122 39 26 / 0.2);
}
.bg-core-color-red-0\/25 {
  background-color: rgb(122 39 26 / 0.25);
}
.bg-core-color-red-0\/30 {
  background-color: rgb(122 39 26 / 0.3);
}
.bg-core-color-red-0\/40 {
  background-color: rgb(122 39 26 / 0.4);
}
.bg-core-color-red-0\/5 {
  background-color: rgb(122 39 26 / 0.05);
}
.bg-core-color-red-0\/50 {
  background-color: rgb(122 39 26 / 0.5);
}
.bg-core-color-red-0\/60 {
  background-color: rgb(122 39 26 / 0.6);
}
.bg-core-color-red-0\/70 {
  background-color: rgb(122 39 26 / 0.7);
}
.bg-core-color-red-0\/75 {
  background-color: rgb(122 39 26 / 0.75);
}
.bg-core-color-red-0\/80 {
  background-color: rgb(122 39 26 / 0.8);
}
.bg-core-color-red-0\/90 {
  background-color: rgb(122 39 26 / 0.9);
}
.bg-core-color-red-0\/95 {
  background-color: rgb(122 39 26 / 0.95);
}
.bg-core-color-red-0\/base-opacity-disabled {
  background-color: rgb(122 39 26 / 60%);
}
.bg-core-color-red-0\/core-opacity-0 {
  background-color: rgb(122 39 26 / 0%);
}
.bg-core-color-red-0\/core-opacity-10 {
  background-color: rgb(122 39 26 / 10%);
}
.bg-core-color-red-0\/core-opacity-100 {
  background-color: rgb(122 39 26 / 100%);
}
.bg-core-color-red-0\/core-opacity-20 {
  background-color: rgb(122 39 26 / 20%);
}
.bg-core-color-red-0\/core-opacity-30 {
  background-color: rgb(122 39 26 / 30%);
}
.bg-core-color-red-0\/core-opacity-40 {
  background-color: rgb(122 39 26 / 40%);
}
.bg-core-color-red-0\/core-opacity-50 {
  background-color: rgb(122 39 26 / 50%);
}
.bg-core-color-red-0\/core-opacity-60 {
  background-color: rgb(122 39 26 / 60%);
}
.bg-core-color-red-0\/core-opacity-70 {
  background-color: rgb(122 39 26 / 70%);
}
.bg-core-color-red-0\/core-opacity-80 {
  background-color: rgb(122 39 26 / 80%);
}
.bg-core-color-red-0\/core-opacity-90 {
  background-color: rgb(122 39 26 / 90%);
}
.bg-core-color-red-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 32 24 / var(--tw-bg-opacity));
}
.bg-core-color-red-10\/0 {
  background-color: rgb(145 32 24 / 0);
}
.bg-core-color-red-10\/10 {
  background-color: rgb(145 32 24 / 0.1);
}
.bg-core-color-red-10\/100 {
  background-color: rgb(145 32 24 / 1);
}
.bg-core-color-red-10\/20 {
  background-color: rgb(145 32 24 / 0.2);
}
.bg-core-color-red-10\/25 {
  background-color: rgb(145 32 24 / 0.25);
}
.bg-core-color-red-10\/30 {
  background-color: rgb(145 32 24 / 0.3);
}
.bg-core-color-red-10\/40 {
  background-color: rgb(145 32 24 / 0.4);
}
.bg-core-color-red-10\/5 {
  background-color: rgb(145 32 24 / 0.05);
}
.bg-core-color-red-10\/50 {
  background-color: rgb(145 32 24 / 0.5);
}
.bg-core-color-red-10\/60 {
  background-color: rgb(145 32 24 / 0.6);
}
.bg-core-color-red-10\/70 {
  background-color: rgb(145 32 24 / 0.7);
}
.bg-core-color-red-10\/75 {
  background-color: rgb(145 32 24 / 0.75);
}
.bg-core-color-red-10\/80 {
  background-color: rgb(145 32 24 / 0.8);
}
.bg-core-color-red-10\/90 {
  background-color: rgb(145 32 24 / 0.9);
}
.bg-core-color-red-10\/95 {
  background-color: rgb(145 32 24 / 0.95);
}
.bg-core-color-red-10\/base-opacity-disabled {
  background-color: rgb(145 32 24 / 60%);
}
.bg-core-color-red-10\/core-opacity-0 {
  background-color: rgb(145 32 24 / 0%);
}
.bg-core-color-red-10\/core-opacity-10 {
  background-color: rgb(145 32 24 / 10%);
}
.bg-core-color-red-10\/core-opacity-100 {
  background-color: rgb(145 32 24 / 100%);
}
.bg-core-color-red-10\/core-opacity-20 {
  background-color: rgb(145 32 24 / 20%);
}
.bg-core-color-red-10\/core-opacity-30 {
  background-color: rgb(145 32 24 / 30%);
}
.bg-core-color-red-10\/core-opacity-40 {
  background-color: rgb(145 32 24 / 40%);
}
.bg-core-color-red-10\/core-opacity-50 {
  background-color: rgb(145 32 24 / 50%);
}
.bg-core-color-red-10\/core-opacity-60 {
  background-color: rgb(145 32 24 / 60%);
}
.bg-core-color-red-10\/core-opacity-70 {
  background-color: rgb(145 32 24 / 70%);
}
.bg-core-color-red-10\/core-opacity-80 {
  background-color: rgb(145 32 24 / 80%);
}
.bg-core-color-red-10\/core-opacity-90 {
  background-color: rgb(145 32 24 / 90%);
}
.bg-core-color-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.bg-core-color-red-100\/0 {
  background-color: rgb(255 251 250 / 0);
}
.bg-core-color-red-100\/10 {
  background-color: rgb(255 251 250 / 0.1);
}
.bg-core-color-red-100\/100 {
  background-color: rgb(255 251 250 / 1);
}
.bg-core-color-red-100\/20 {
  background-color: rgb(255 251 250 / 0.2);
}
.bg-core-color-red-100\/25 {
  background-color: rgb(255 251 250 / 0.25);
}
.bg-core-color-red-100\/30 {
  background-color: rgb(255 251 250 / 0.3);
}
.bg-core-color-red-100\/40 {
  background-color: rgb(255 251 250 / 0.4);
}
.bg-core-color-red-100\/5 {
  background-color: rgb(255 251 250 / 0.05);
}
.bg-core-color-red-100\/50 {
  background-color: rgb(255 251 250 / 0.5);
}
.bg-core-color-red-100\/60 {
  background-color: rgb(255 251 250 / 0.6);
}
.bg-core-color-red-100\/70 {
  background-color: rgb(255 251 250 / 0.7);
}
.bg-core-color-red-100\/75 {
  background-color: rgb(255 251 250 / 0.75);
}
.bg-core-color-red-100\/80 {
  background-color: rgb(255 251 250 / 0.8);
}
.bg-core-color-red-100\/90 {
  background-color: rgb(255 251 250 / 0.9);
}
.bg-core-color-red-100\/95 {
  background-color: rgb(255 251 250 / 0.95);
}
.bg-core-color-red-100\/base-opacity-disabled {
  background-color: rgb(255 251 250 / 60%);
}
.bg-core-color-red-100\/core-opacity-0 {
  background-color: rgb(255 251 250 / 0%);
}
.bg-core-color-red-100\/core-opacity-10 {
  background-color: rgb(255 251 250 / 10%);
}
.bg-core-color-red-100\/core-opacity-100 {
  background-color: rgb(255 251 250 / 100%);
}
.bg-core-color-red-100\/core-opacity-20 {
  background-color: rgb(255 251 250 / 20%);
}
.bg-core-color-red-100\/core-opacity-30 {
  background-color: rgb(255 251 250 / 30%);
}
.bg-core-color-red-100\/core-opacity-40 {
  background-color: rgb(255 251 250 / 40%);
}
.bg-core-color-red-100\/core-opacity-50 {
  background-color: rgb(255 251 250 / 50%);
}
.bg-core-color-red-100\/core-opacity-60 {
  background-color: rgb(255 251 250 / 60%);
}
.bg-core-color-red-100\/core-opacity-70 {
  background-color: rgb(255 251 250 / 70%);
}
.bg-core-color-red-100\/core-opacity-80 {
  background-color: rgb(255 251 250 / 80%);
}
.bg-core-color-red-100\/core-opacity-90 {
  background-color: rgb(255 251 250 / 90%);
}
.bg-core-color-red-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity));
}
.bg-core-color-red-20\/0 {
  background-color: rgb(180 35 24 / 0);
}
.bg-core-color-red-20\/10 {
  background-color: rgb(180 35 24 / 0.1);
}
.bg-core-color-red-20\/100 {
  background-color: rgb(180 35 24 / 1);
}
.bg-core-color-red-20\/20 {
  background-color: rgb(180 35 24 / 0.2);
}
.bg-core-color-red-20\/25 {
  background-color: rgb(180 35 24 / 0.25);
}
.bg-core-color-red-20\/30 {
  background-color: rgb(180 35 24 / 0.3);
}
.bg-core-color-red-20\/40 {
  background-color: rgb(180 35 24 / 0.4);
}
.bg-core-color-red-20\/5 {
  background-color: rgb(180 35 24 / 0.05);
}
.bg-core-color-red-20\/50 {
  background-color: rgb(180 35 24 / 0.5);
}
.bg-core-color-red-20\/60 {
  background-color: rgb(180 35 24 / 0.6);
}
.bg-core-color-red-20\/70 {
  background-color: rgb(180 35 24 / 0.7);
}
.bg-core-color-red-20\/75 {
  background-color: rgb(180 35 24 / 0.75);
}
.bg-core-color-red-20\/80 {
  background-color: rgb(180 35 24 / 0.8);
}
.bg-core-color-red-20\/90 {
  background-color: rgb(180 35 24 / 0.9);
}
.bg-core-color-red-20\/95 {
  background-color: rgb(180 35 24 / 0.95);
}
.bg-core-color-red-20\/base-opacity-disabled {
  background-color: rgb(180 35 24 / 60%);
}
.bg-core-color-red-20\/core-opacity-0 {
  background-color: rgb(180 35 24 / 0%);
}
.bg-core-color-red-20\/core-opacity-10 {
  background-color: rgb(180 35 24 / 10%);
}
.bg-core-color-red-20\/core-opacity-100 {
  background-color: rgb(180 35 24 / 100%);
}
.bg-core-color-red-20\/core-opacity-20 {
  background-color: rgb(180 35 24 / 20%);
}
.bg-core-color-red-20\/core-opacity-30 {
  background-color: rgb(180 35 24 / 30%);
}
.bg-core-color-red-20\/core-opacity-40 {
  background-color: rgb(180 35 24 / 40%);
}
.bg-core-color-red-20\/core-opacity-50 {
  background-color: rgb(180 35 24 / 50%);
}
.bg-core-color-red-20\/core-opacity-60 {
  background-color: rgb(180 35 24 / 60%);
}
.bg-core-color-red-20\/core-opacity-70 {
  background-color: rgb(180 35 24 / 70%);
}
.bg-core-color-red-20\/core-opacity-80 {
  background-color: rgb(180 35 24 / 80%);
}
.bg-core-color-red-20\/core-opacity-90 {
  background-color: rgb(180 35 24 / 90%);
}
.bg-core-color-red-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-core-color-red-30\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-core-color-red-30\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-core-color-red-30\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-core-color-red-30\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-core-color-red-30\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-core-color-red-30\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-core-color-red-30\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-core-color-red-30\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-core-color-red-30\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-core-color-red-30\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-core-color-red-30\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-core-color-red-30\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-core-color-red-30\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-core-color-red-30\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-core-color-red-30\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-core-color-red-30\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-core-color-red-30\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-core-color-red-30\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-core-color-red-30\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-core-color-red-30\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-core-color-red-30\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-core-color-red-30\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-core-color-red-30\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-core-color-red-30\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-core-color-red-30\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-core-color-red-30\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-core-color-red-30\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-core-color-red-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-core-color-red-40\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-core-color-red-40\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-core-color-red-40\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-core-color-red-40\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-core-color-red-40\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-core-color-red-40\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-core-color-red-40\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-core-color-red-40\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-core-color-red-40\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-core-color-red-40\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-core-color-red-40\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-core-color-red-40\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-core-color-red-40\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-core-color-red-40\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-core-color-red-40\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-core-color-red-40\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-core-color-red-40\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-core-color-red-40\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-core-color-red-40\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-core-color-red-40\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-core-color-red-40\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-core-color-red-40\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-core-color-red-40\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-core-color-red-40\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-core-color-red-40\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-core-color-red-40\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-core-color-red-40\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-core-color-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 113 103 / var(--tw-bg-opacity));
}
.bg-core-color-red-50\/0 {
  background-color: rgb(249 113 103 / 0);
}
.bg-core-color-red-50\/10 {
  background-color: rgb(249 113 103 / 0.1);
}
.bg-core-color-red-50\/100 {
  background-color: rgb(249 113 103 / 1);
}
.bg-core-color-red-50\/20 {
  background-color: rgb(249 113 103 / 0.2);
}
.bg-core-color-red-50\/25 {
  background-color: rgb(249 113 103 / 0.25);
}
.bg-core-color-red-50\/30 {
  background-color: rgb(249 113 103 / 0.3);
}
.bg-core-color-red-50\/40 {
  background-color: rgb(249 113 103 / 0.4);
}
.bg-core-color-red-50\/5 {
  background-color: rgb(249 113 103 / 0.05);
}
.bg-core-color-red-50\/50 {
  background-color: rgb(249 113 103 / 0.5);
}
.bg-core-color-red-50\/60 {
  background-color: rgb(249 113 103 / 0.6);
}
.bg-core-color-red-50\/70 {
  background-color: rgb(249 113 103 / 0.7);
}
.bg-core-color-red-50\/75 {
  background-color: rgb(249 113 103 / 0.75);
}
.bg-core-color-red-50\/80 {
  background-color: rgb(249 113 103 / 0.8);
}
.bg-core-color-red-50\/90 {
  background-color: rgb(249 113 103 / 0.9);
}
.bg-core-color-red-50\/95 {
  background-color: rgb(249 113 103 / 0.95);
}
.bg-core-color-red-50\/base-opacity-disabled {
  background-color: rgb(249 113 103 / 60%);
}
.bg-core-color-red-50\/core-opacity-0 {
  background-color: rgb(249 113 103 / 0%);
}
.bg-core-color-red-50\/core-opacity-10 {
  background-color: rgb(249 113 103 / 10%);
}
.bg-core-color-red-50\/core-opacity-100 {
  background-color: rgb(249 113 103 / 100%);
}
.bg-core-color-red-50\/core-opacity-20 {
  background-color: rgb(249 113 103 / 20%);
}
.bg-core-color-red-50\/core-opacity-30 {
  background-color: rgb(249 113 103 / 30%);
}
.bg-core-color-red-50\/core-opacity-40 {
  background-color: rgb(249 113 103 / 40%);
}
.bg-core-color-red-50\/core-opacity-50 {
  background-color: rgb(249 113 103 / 50%);
}
.bg-core-color-red-50\/core-opacity-60 {
  background-color: rgb(249 113 103 / 60%);
}
.bg-core-color-red-50\/core-opacity-70 {
  background-color: rgb(249 113 103 / 70%);
}
.bg-core-color-red-50\/core-opacity-80 {
  background-color: rgb(249 113 103 / 80%);
}
.bg-core-color-red-50\/core-opacity-90 {
  background-color: rgb(249 113 103 / 90%);
}
.bg-core-color-red-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 162 155 / var(--tw-bg-opacity));
}
.bg-core-color-red-60\/0 {
  background-color: rgb(253 162 155 / 0);
}
.bg-core-color-red-60\/10 {
  background-color: rgb(253 162 155 / 0.1);
}
.bg-core-color-red-60\/100 {
  background-color: rgb(253 162 155 / 1);
}
.bg-core-color-red-60\/20 {
  background-color: rgb(253 162 155 / 0.2);
}
.bg-core-color-red-60\/25 {
  background-color: rgb(253 162 155 / 0.25);
}
.bg-core-color-red-60\/30 {
  background-color: rgb(253 162 155 / 0.3);
}
.bg-core-color-red-60\/40 {
  background-color: rgb(253 162 155 / 0.4);
}
.bg-core-color-red-60\/5 {
  background-color: rgb(253 162 155 / 0.05);
}
.bg-core-color-red-60\/50 {
  background-color: rgb(253 162 155 / 0.5);
}
.bg-core-color-red-60\/60 {
  background-color: rgb(253 162 155 / 0.6);
}
.bg-core-color-red-60\/70 {
  background-color: rgb(253 162 155 / 0.7);
}
.bg-core-color-red-60\/75 {
  background-color: rgb(253 162 155 / 0.75);
}
.bg-core-color-red-60\/80 {
  background-color: rgb(253 162 155 / 0.8);
}
.bg-core-color-red-60\/90 {
  background-color: rgb(253 162 155 / 0.9);
}
.bg-core-color-red-60\/95 {
  background-color: rgb(253 162 155 / 0.95);
}
.bg-core-color-red-60\/base-opacity-disabled {
  background-color: rgb(253 162 155 / 60%);
}
.bg-core-color-red-60\/core-opacity-0 {
  background-color: rgb(253 162 155 / 0%);
}
.bg-core-color-red-60\/core-opacity-10 {
  background-color: rgb(253 162 155 / 10%);
}
.bg-core-color-red-60\/core-opacity-100 {
  background-color: rgb(253 162 155 / 100%);
}
.bg-core-color-red-60\/core-opacity-20 {
  background-color: rgb(253 162 155 / 20%);
}
.bg-core-color-red-60\/core-opacity-30 {
  background-color: rgb(253 162 155 / 30%);
}
.bg-core-color-red-60\/core-opacity-40 {
  background-color: rgb(253 162 155 / 40%);
}
.bg-core-color-red-60\/core-opacity-50 {
  background-color: rgb(253 162 155 / 50%);
}
.bg-core-color-red-60\/core-opacity-60 {
  background-color: rgb(253 162 155 / 60%);
}
.bg-core-color-red-60\/core-opacity-70 {
  background-color: rgb(253 162 155 / 70%);
}
.bg-core-color-red-60\/core-opacity-80 {
  background-color: rgb(253 162 155 / 80%);
}
.bg-core-color-red-60\/core-opacity-90 {
  background-color: rgb(253 162 155 / 90%);
}
.bg-core-color-red-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 203 200 / var(--tw-bg-opacity));
}
.bg-core-color-red-70\/0 {
  background-color: rgb(254 203 200 / 0);
}
.bg-core-color-red-70\/10 {
  background-color: rgb(254 203 200 / 0.1);
}
.bg-core-color-red-70\/100 {
  background-color: rgb(254 203 200 / 1);
}
.bg-core-color-red-70\/20 {
  background-color: rgb(254 203 200 / 0.2);
}
.bg-core-color-red-70\/25 {
  background-color: rgb(254 203 200 / 0.25);
}
.bg-core-color-red-70\/30 {
  background-color: rgb(254 203 200 / 0.3);
}
.bg-core-color-red-70\/40 {
  background-color: rgb(254 203 200 / 0.4);
}
.bg-core-color-red-70\/5 {
  background-color: rgb(254 203 200 / 0.05);
}
.bg-core-color-red-70\/50 {
  background-color: rgb(254 203 200 / 0.5);
}
.bg-core-color-red-70\/60 {
  background-color: rgb(254 203 200 / 0.6);
}
.bg-core-color-red-70\/70 {
  background-color: rgb(254 203 200 / 0.7);
}
.bg-core-color-red-70\/75 {
  background-color: rgb(254 203 200 / 0.75);
}
.bg-core-color-red-70\/80 {
  background-color: rgb(254 203 200 / 0.8);
}
.bg-core-color-red-70\/90 {
  background-color: rgb(254 203 200 / 0.9);
}
.bg-core-color-red-70\/95 {
  background-color: rgb(254 203 200 / 0.95);
}
.bg-core-color-red-70\/base-opacity-disabled {
  background-color: rgb(254 203 200 / 60%);
}
.bg-core-color-red-70\/core-opacity-0 {
  background-color: rgb(254 203 200 / 0%);
}
.bg-core-color-red-70\/core-opacity-10 {
  background-color: rgb(254 203 200 / 10%);
}
.bg-core-color-red-70\/core-opacity-100 {
  background-color: rgb(254 203 200 / 100%);
}
.bg-core-color-red-70\/core-opacity-20 {
  background-color: rgb(254 203 200 / 20%);
}
.bg-core-color-red-70\/core-opacity-30 {
  background-color: rgb(254 203 200 / 30%);
}
.bg-core-color-red-70\/core-opacity-40 {
  background-color: rgb(254 203 200 / 40%);
}
.bg-core-color-red-70\/core-opacity-50 {
  background-color: rgb(254 203 200 / 50%);
}
.bg-core-color-red-70\/core-opacity-60 {
  background-color: rgb(254 203 200 / 60%);
}
.bg-core-color-red-70\/core-opacity-70 {
  background-color: rgb(254 203 200 / 70%);
}
.bg-core-color-red-70\/core-opacity-80 {
  background-color: rgb(254 203 200 / 80%);
}
.bg-core-color-red-70\/core-opacity-90 {
  background-color: rgb(254 203 200 / 90%);
}
.bg-core-color-red-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 227 225 / var(--tw-bg-opacity));
}
.bg-core-color-red-80\/0 {
  background-color: rgb(254 227 225 / 0);
}
.bg-core-color-red-80\/10 {
  background-color: rgb(254 227 225 / 0.1);
}
.bg-core-color-red-80\/100 {
  background-color: rgb(254 227 225 / 1);
}
.bg-core-color-red-80\/20 {
  background-color: rgb(254 227 225 / 0.2);
}
.bg-core-color-red-80\/25 {
  background-color: rgb(254 227 225 / 0.25);
}
.bg-core-color-red-80\/30 {
  background-color: rgb(254 227 225 / 0.3);
}
.bg-core-color-red-80\/40 {
  background-color: rgb(254 227 225 / 0.4);
}
.bg-core-color-red-80\/5 {
  background-color: rgb(254 227 225 / 0.05);
}
.bg-core-color-red-80\/50 {
  background-color: rgb(254 227 225 / 0.5);
}
.bg-core-color-red-80\/60 {
  background-color: rgb(254 227 225 / 0.6);
}
.bg-core-color-red-80\/70 {
  background-color: rgb(254 227 225 / 0.7);
}
.bg-core-color-red-80\/75 {
  background-color: rgb(254 227 225 / 0.75);
}
.bg-core-color-red-80\/80 {
  background-color: rgb(254 227 225 / 0.8);
}
.bg-core-color-red-80\/90 {
  background-color: rgb(254 227 225 / 0.9);
}
.bg-core-color-red-80\/95 {
  background-color: rgb(254 227 225 / 0.95);
}
.bg-core-color-red-80\/base-opacity-disabled {
  background-color: rgb(254 227 225 / 60%);
}
.bg-core-color-red-80\/core-opacity-0 {
  background-color: rgb(254 227 225 / 0%);
}
.bg-core-color-red-80\/core-opacity-10 {
  background-color: rgb(254 227 225 / 10%);
}
.bg-core-color-red-80\/core-opacity-100 {
  background-color: rgb(254 227 225 / 100%);
}
.bg-core-color-red-80\/core-opacity-20 {
  background-color: rgb(254 227 225 / 20%);
}
.bg-core-color-red-80\/core-opacity-30 {
  background-color: rgb(254 227 225 / 30%);
}
.bg-core-color-red-80\/core-opacity-40 {
  background-color: rgb(254 227 225 / 40%);
}
.bg-core-color-red-80\/core-opacity-50 {
  background-color: rgb(254 227 225 / 50%);
}
.bg-core-color-red-80\/core-opacity-60 {
  background-color: rgb(254 227 225 / 60%);
}
.bg-core-color-red-80\/core-opacity-70 {
  background-color: rgb(254 227 225 / 70%);
}
.bg-core-color-red-80\/core-opacity-80 {
  background-color: rgb(254 227 225 / 80%);
}
.bg-core-color-red-80\/core-opacity-90 {
  background-color: rgb(254 227 225 / 90%);
}
.bg-core-color-red-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 241 / var(--tw-bg-opacity));
}
.bg-core-color-red-90\/0 {
  background-color: rgb(254 242 241 / 0);
}
.bg-core-color-red-90\/10 {
  background-color: rgb(254 242 241 / 0.1);
}
.bg-core-color-red-90\/100 {
  background-color: rgb(254 242 241 / 1);
}
.bg-core-color-red-90\/20 {
  background-color: rgb(254 242 241 / 0.2);
}
.bg-core-color-red-90\/25 {
  background-color: rgb(254 242 241 / 0.25);
}
.bg-core-color-red-90\/30 {
  background-color: rgb(254 242 241 / 0.3);
}
.bg-core-color-red-90\/40 {
  background-color: rgb(254 242 241 / 0.4);
}
.bg-core-color-red-90\/5 {
  background-color: rgb(254 242 241 / 0.05);
}
.bg-core-color-red-90\/50 {
  background-color: rgb(254 242 241 / 0.5);
}
.bg-core-color-red-90\/60 {
  background-color: rgb(254 242 241 / 0.6);
}
.bg-core-color-red-90\/70 {
  background-color: rgb(254 242 241 / 0.7);
}
.bg-core-color-red-90\/75 {
  background-color: rgb(254 242 241 / 0.75);
}
.bg-core-color-red-90\/80 {
  background-color: rgb(254 242 241 / 0.8);
}
.bg-core-color-red-90\/90 {
  background-color: rgb(254 242 241 / 0.9);
}
.bg-core-color-red-90\/95 {
  background-color: rgb(254 242 241 / 0.95);
}
.bg-core-color-red-90\/base-opacity-disabled {
  background-color: rgb(254 242 241 / 60%);
}
.bg-core-color-red-90\/core-opacity-0 {
  background-color: rgb(254 242 241 / 0%);
}
.bg-core-color-red-90\/core-opacity-10 {
  background-color: rgb(254 242 241 / 10%);
}
.bg-core-color-red-90\/core-opacity-100 {
  background-color: rgb(254 242 241 / 100%);
}
.bg-core-color-red-90\/core-opacity-20 {
  background-color: rgb(254 242 241 / 20%);
}
.bg-core-color-red-90\/core-opacity-30 {
  background-color: rgb(254 242 241 / 30%);
}
.bg-core-color-red-90\/core-opacity-40 {
  background-color: rgb(254 242 241 / 40%);
}
.bg-core-color-red-90\/core-opacity-50 {
  background-color: rgb(254 242 241 / 50%);
}
.bg-core-color-red-90\/core-opacity-60 {
  background-color: rgb(254 242 241 / 60%);
}
.bg-core-color-red-90\/core-opacity-70 {
  background-color: rgb(254 242 241 / 70%);
}
.bg-core-color-red-90\/core-opacity-80 {
  background-color: rgb(254 242 241 / 80%);
}
.bg-core-color-red-90\/core-opacity-90 {
  background-color: rgb(254 242 241 / 90%);
}
.bg-core-color-rose-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(135 18 61 / var(--tw-bg-opacity));
}
.bg-core-color-rose-0\/0 {
  background-color: rgb(135 18 61 / 0);
}
.bg-core-color-rose-0\/10 {
  background-color: rgb(135 18 61 / 0.1);
}
.bg-core-color-rose-0\/100 {
  background-color: rgb(135 18 61 / 1);
}
.bg-core-color-rose-0\/20 {
  background-color: rgb(135 18 61 / 0.2);
}
.bg-core-color-rose-0\/25 {
  background-color: rgb(135 18 61 / 0.25);
}
.bg-core-color-rose-0\/30 {
  background-color: rgb(135 18 61 / 0.3);
}
.bg-core-color-rose-0\/40 {
  background-color: rgb(135 18 61 / 0.4);
}
.bg-core-color-rose-0\/5 {
  background-color: rgb(135 18 61 / 0.05);
}
.bg-core-color-rose-0\/50 {
  background-color: rgb(135 18 61 / 0.5);
}
.bg-core-color-rose-0\/60 {
  background-color: rgb(135 18 61 / 0.6);
}
.bg-core-color-rose-0\/70 {
  background-color: rgb(135 18 61 / 0.7);
}
.bg-core-color-rose-0\/75 {
  background-color: rgb(135 18 61 / 0.75);
}
.bg-core-color-rose-0\/80 {
  background-color: rgb(135 18 61 / 0.8);
}
.bg-core-color-rose-0\/90 {
  background-color: rgb(135 18 61 / 0.9);
}
.bg-core-color-rose-0\/95 {
  background-color: rgb(135 18 61 / 0.95);
}
.bg-core-color-rose-0\/base-opacity-disabled {
  background-color: rgb(135 18 61 / 60%);
}
.bg-core-color-rose-0\/core-opacity-0 {
  background-color: rgb(135 18 61 / 0%);
}
.bg-core-color-rose-0\/core-opacity-10 {
  background-color: rgb(135 18 61 / 10%);
}
.bg-core-color-rose-0\/core-opacity-100 {
  background-color: rgb(135 18 61 / 100%);
}
.bg-core-color-rose-0\/core-opacity-20 {
  background-color: rgb(135 18 61 / 20%);
}
.bg-core-color-rose-0\/core-opacity-30 {
  background-color: rgb(135 18 61 / 30%);
}
.bg-core-color-rose-0\/core-opacity-40 {
  background-color: rgb(135 18 61 / 40%);
}
.bg-core-color-rose-0\/core-opacity-50 {
  background-color: rgb(135 18 61 / 50%);
}
.bg-core-color-rose-0\/core-opacity-60 {
  background-color: rgb(135 18 61 / 60%);
}
.bg-core-color-rose-0\/core-opacity-70 {
  background-color: rgb(135 18 61 / 70%);
}
.bg-core-color-rose-0\/core-opacity-80 {
  background-color: rgb(135 18 61 / 80%);
}
.bg-core-color-rose-0\/core-opacity-90 {
  background-color: rgb(135 18 61 / 90%);
}
.bg-core-color-rose-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 16 67 / var(--tw-bg-opacity));
}
.bg-core-color-rose-10\/0 {
  background-color: rgb(162 16 67 / 0);
}
.bg-core-color-rose-10\/10 {
  background-color: rgb(162 16 67 / 0.1);
}
.bg-core-color-rose-10\/100 {
  background-color: rgb(162 16 67 / 1);
}
.bg-core-color-rose-10\/20 {
  background-color: rgb(162 16 67 / 0.2);
}
.bg-core-color-rose-10\/25 {
  background-color: rgb(162 16 67 / 0.25);
}
.bg-core-color-rose-10\/30 {
  background-color: rgb(162 16 67 / 0.3);
}
.bg-core-color-rose-10\/40 {
  background-color: rgb(162 16 67 / 0.4);
}
.bg-core-color-rose-10\/5 {
  background-color: rgb(162 16 67 / 0.05);
}
.bg-core-color-rose-10\/50 {
  background-color: rgb(162 16 67 / 0.5);
}
.bg-core-color-rose-10\/60 {
  background-color: rgb(162 16 67 / 0.6);
}
.bg-core-color-rose-10\/70 {
  background-color: rgb(162 16 67 / 0.7);
}
.bg-core-color-rose-10\/75 {
  background-color: rgb(162 16 67 / 0.75);
}
.bg-core-color-rose-10\/80 {
  background-color: rgb(162 16 67 / 0.8);
}
.bg-core-color-rose-10\/90 {
  background-color: rgb(162 16 67 / 0.9);
}
.bg-core-color-rose-10\/95 {
  background-color: rgb(162 16 67 / 0.95);
}
.bg-core-color-rose-10\/base-opacity-disabled {
  background-color: rgb(162 16 67 / 60%);
}
.bg-core-color-rose-10\/core-opacity-0 {
  background-color: rgb(162 16 67 / 0%);
}
.bg-core-color-rose-10\/core-opacity-10 {
  background-color: rgb(162 16 67 / 10%);
}
.bg-core-color-rose-10\/core-opacity-100 {
  background-color: rgb(162 16 67 / 100%);
}
.bg-core-color-rose-10\/core-opacity-20 {
  background-color: rgb(162 16 67 / 20%);
}
.bg-core-color-rose-10\/core-opacity-30 {
  background-color: rgb(162 16 67 / 30%);
}
.bg-core-color-rose-10\/core-opacity-40 {
  background-color: rgb(162 16 67 / 40%);
}
.bg-core-color-rose-10\/core-opacity-50 {
  background-color: rgb(162 16 67 / 50%);
}
.bg-core-color-rose-10\/core-opacity-60 {
  background-color: rgb(162 16 67 / 60%);
}
.bg-core-color-rose-10\/core-opacity-70 {
  background-color: rgb(162 16 67 / 70%);
}
.bg-core-color-rose-10\/core-opacity-80 {
  background-color: rgb(162 16 67 / 80%);
}
.bg-core-color-rose-10\/core-opacity-90 {
  background-color: rgb(162 16 67 / 90%);
}
.bg-core-color-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 246 / var(--tw-bg-opacity));
}
.bg-core-color-rose-100\/0 {
  background-color: rgb(255 245 246 / 0);
}
.bg-core-color-rose-100\/10 {
  background-color: rgb(255 245 246 / 0.1);
}
.bg-core-color-rose-100\/100 {
  background-color: rgb(255 245 246 / 1);
}
.bg-core-color-rose-100\/20 {
  background-color: rgb(255 245 246 / 0.2);
}
.bg-core-color-rose-100\/25 {
  background-color: rgb(255 245 246 / 0.25);
}
.bg-core-color-rose-100\/30 {
  background-color: rgb(255 245 246 / 0.3);
}
.bg-core-color-rose-100\/40 {
  background-color: rgb(255 245 246 / 0.4);
}
.bg-core-color-rose-100\/5 {
  background-color: rgb(255 245 246 / 0.05);
}
.bg-core-color-rose-100\/50 {
  background-color: rgb(255 245 246 / 0.5);
}
.bg-core-color-rose-100\/60 {
  background-color: rgb(255 245 246 / 0.6);
}
.bg-core-color-rose-100\/70 {
  background-color: rgb(255 245 246 / 0.7);
}
.bg-core-color-rose-100\/75 {
  background-color: rgb(255 245 246 / 0.75);
}
.bg-core-color-rose-100\/80 {
  background-color: rgb(255 245 246 / 0.8);
}
.bg-core-color-rose-100\/90 {
  background-color: rgb(255 245 246 / 0.9);
}
.bg-core-color-rose-100\/95 {
  background-color: rgb(255 245 246 / 0.95);
}
.bg-core-color-rose-100\/base-opacity-disabled {
  background-color: rgb(255 245 246 / 60%);
}
.bg-core-color-rose-100\/core-opacity-0 {
  background-color: rgb(255 245 246 / 0%);
}
.bg-core-color-rose-100\/core-opacity-10 {
  background-color: rgb(255 245 246 / 10%);
}
.bg-core-color-rose-100\/core-opacity-100 {
  background-color: rgb(255 245 246 / 100%);
}
.bg-core-color-rose-100\/core-opacity-20 {
  background-color: rgb(255 245 246 / 20%);
}
.bg-core-color-rose-100\/core-opacity-30 {
  background-color: rgb(255 245 246 / 30%);
}
.bg-core-color-rose-100\/core-opacity-40 {
  background-color: rgb(255 245 246 / 40%);
}
.bg-core-color-rose-100\/core-opacity-50 {
  background-color: rgb(255 245 246 / 50%);
}
.bg-core-color-rose-100\/core-opacity-60 {
  background-color: rgb(255 245 246 / 60%);
}
.bg-core-color-rose-100\/core-opacity-70 {
  background-color: rgb(255 245 246 / 70%);
}
.bg-core-color-rose-100\/core-opacity-80 {
  background-color: rgb(255 245 246 / 80%);
}
.bg-core-color-rose-100\/core-opacity-90 {
  background-color: rgb(255 245 246 / 90%);
}
.bg-core-color-rose-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 16 72 / var(--tw-bg-opacity));
}
.bg-core-color-rose-20\/0 {
  background-color: rgb(193 16 72 / 0);
}
.bg-core-color-rose-20\/10 {
  background-color: rgb(193 16 72 / 0.1);
}
.bg-core-color-rose-20\/100 {
  background-color: rgb(193 16 72 / 1);
}
.bg-core-color-rose-20\/20 {
  background-color: rgb(193 16 72 / 0.2);
}
.bg-core-color-rose-20\/25 {
  background-color: rgb(193 16 72 / 0.25);
}
.bg-core-color-rose-20\/30 {
  background-color: rgb(193 16 72 / 0.3);
}
.bg-core-color-rose-20\/40 {
  background-color: rgb(193 16 72 / 0.4);
}
.bg-core-color-rose-20\/5 {
  background-color: rgb(193 16 72 / 0.05);
}
.bg-core-color-rose-20\/50 {
  background-color: rgb(193 16 72 / 0.5);
}
.bg-core-color-rose-20\/60 {
  background-color: rgb(193 16 72 / 0.6);
}
.bg-core-color-rose-20\/70 {
  background-color: rgb(193 16 72 / 0.7);
}
.bg-core-color-rose-20\/75 {
  background-color: rgb(193 16 72 / 0.75);
}
.bg-core-color-rose-20\/80 {
  background-color: rgb(193 16 72 / 0.8);
}
.bg-core-color-rose-20\/90 {
  background-color: rgb(193 16 72 / 0.9);
}
.bg-core-color-rose-20\/95 {
  background-color: rgb(193 16 72 / 0.95);
}
.bg-core-color-rose-20\/base-opacity-disabled {
  background-color: rgb(193 16 72 / 60%);
}
.bg-core-color-rose-20\/core-opacity-0 {
  background-color: rgb(193 16 72 / 0%);
}
.bg-core-color-rose-20\/core-opacity-10 {
  background-color: rgb(193 16 72 / 10%);
}
.bg-core-color-rose-20\/core-opacity-100 {
  background-color: rgb(193 16 72 / 100%);
}
.bg-core-color-rose-20\/core-opacity-20 {
  background-color: rgb(193 16 72 / 20%);
}
.bg-core-color-rose-20\/core-opacity-30 {
  background-color: rgb(193 16 72 / 30%);
}
.bg-core-color-rose-20\/core-opacity-40 {
  background-color: rgb(193 16 72 / 40%);
}
.bg-core-color-rose-20\/core-opacity-50 {
  background-color: rgb(193 16 72 / 50%);
}
.bg-core-color-rose-20\/core-opacity-60 {
  background-color: rgb(193 16 72 / 60%);
}
.bg-core-color-rose-20\/core-opacity-70 {
  background-color: rgb(193 16 72 / 70%);
}
.bg-core-color-rose-20\/core-opacity-80 {
  background-color: rgb(193 16 72 / 80%);
}
.bg-core-color-rose-20\/core-opacity-90 {
  background-color: rgb(193 16 72 / 90%);
}
.bg-core-color-rose-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 27 84 / var(--tw-bg-opacity));
}
.bg-core-color-rose-30\/0 {
  background-color: rgb(228 27 84 / 0);
}
.bg-core-color-rose-30\/10 {
  background-color: rgb(228 27 84 / 0.1);
}
.bg-core-color-rose-30\/100 {
  background-color: rgb(228 27 84 / 1);
}
.bg-core-color-rose-30\/20 {
  background-color: rgb(228 27 84 / 0.2);
}
.bg-core-color-rose-30\/25 {
  background-color: rgb(228 27 84 / 0.25);
}
.bg-core-color-rose-30\/30 {
  background-color: rgb(228 27 84 / 0.3);
}
.bg-core-color-rose-30\/40 {
  background-color: rgb(228 27 84 / 0.4);
}
.bg-core-color-rose-30\/5 {
  background-color: rgb(228 27 84 / 0.05);
}
.bg-core-color-rose-30\/50 {
  background-color: rgb(228 27 84 / 0.5);
}
.bg-core-color-rose-30\/60 {
  background-color: rgb(228 27 84 / 0.6);
}
.bg-core-color-rose-30\/70 {
  background-color: rgb(228 27 84 / 0.7);
}
.bg-core-color-rose-30\/75 {
  background-color: rgb(228 27 84 / 0.75);
}
.bg-core-color-rose-30\/80 {
  background-color: rgb(228 27 84 / 0.8);
}
.bg-core-color-rose-30\/90 {
  background-color: rgb(228 27 84 / 0.9);
}
.bg-core-color-rose-30\/95 {
  background-color: rgb(228 27 84 / 0.95);
}
.bg-core-color-rose-30\/base-opacity-disabled {
  background-color: rgb(228 27 84 / 60%);
}
.bg-core-color-rose-30\/core-opacity-0 {
  background-color: rgb(228 27 84 / 0%);
}
.bg-core-color-rose-30\/core-opacity-10 {
  background-color: rgb(228 27 84 / 10%);
}
.bg-core-color-rose-30\/core-opacity-100 {
  background-color: rgb(228 27 84 / 100%);
}
.bg-core-color-rose-30\/core-opacity-20 {
  background-color: rgb(228 27 84 / 20%);
}
.bg-core-color-rose-30\/core-opacity-30 {
  background-color: rgb(228 27 84 / 30%);
}
.bg-core-color-rose-30\/core-opacity-40 {
  background-color: rgb(228 27 84 / 40%);
}
.bg-core-color-rose-30\/core-opacity-50 {
  background-color: rgb(228 27 84 / 50%);
}
.bg-core-color-rose-30\/core-opacity-60 {
  background-color: rgb(228 27 84 / 60%);
}
.bg-core-color-rose-30\/core-opacity-70 {
  background-color: rgb(228 27 84 / 70%);
}
.bg-core-color-rose-30\/core-opacity-80 {
  background-color: rgb(228 27 84 / 80%);
}
.bg-core-color-rose-30\/core-opacity-90 {
  background-color: rgb(228 27 84 / 90%);
}
.bg-core-color-rose-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 60 103 / var(--tw-bg-opacity));
}
.bg-core-color-rose-40\/0 {
  background-color: rgb(246 60 103 / 0);
}
.bg-core-color-rose-40\/10 {
  background-color: rgb(246 60 103 / 0.1);
}
.bg-core-color-rose-40\/100 {
  background-color: rgb(246 60 103 / 1);
}
.bg-core-color-rose-40\/20 {
  background-color: rgb(246 60 103 / 0.2);
}
.bg-core-color-rose-40\/25 {
  background-color: rgb(246 60 103 / 0.25);
}
.bg-core-color-rose-40\/30 {
  background-color: rgb(246 60 103 / 0.3);
}
.bg-core-color-rose-40\/40 {
  background-color: rgb(246 60 103 / 0.4);
}
.bg-core-color-rose-40\/5 {
  background-color: rgb(246 60 103 / 0.05);
}
.bg-core-color-rose-40\/50 {
  background-color: rgb(246 60 103 / 0.5);
}
.bg-core-color-rose-40\/60 {
  background-color: rgb(246 60 103 / 0.6);
}
.bg-core-color-rose-40\/70 {
  background-color: rgb(246 60 103 / 0.7);
}
.bg-core-color-rose-40\/75 {
  background-color: rgb(246 60 103 / 0.75);
}
.bg-core-color-rose-40\/80 {
  background-color: rgb(246 60 103 / 0.8);
}
.bg-core-color-rose-40\/90 {
  background-color: rgb(246 60 103 / 0.9);
}
.bg-core-color-rose-40\/95 {
  background-color: rgb(246 60 103 / 0.95);
}
.bg-core-color-rose-40\/base-opacity-disabled {
  background-color: rgb(246 60 103 / 60%);
}
.bg-core-color-rose-40\/core-opacity-0 {
  background-color: rgb(246 60 103 / 0%);
}
.bg-core-color-rose-40\/core-opacity-10 {
  background-color: rgb(246 60 103 / 10%);
}
.bg-core-color-rose-40\/core-opacity-100 {
  background-color: rgb(246 60 103 / 100%);
}
.bg-core-color-rose-40\/core-opacity-20 {
  background-color: rgb(246 60 103 / 20%);
}
.bg-core-color-rose-40\/core-opacity-30 {
  background-color: rgb(246 60 103 / 30%);
}
.bg-core-color-rose-40\/core-opacity-40 {
  background-color: rgb(246 60 103 / 40%);
}
.bg-core-color-rose-40\/core-opacity-50 {
  background-color: rgb(246 60 103 / 50%);
}
.bg-core-color-rose-40\/core-opacity-60 {
  background-color: rgb(246 60 103 / 60%);
}
.bg-core-color-rose-40\/core-opacity-70 {
  background-color: rgb(246 60 103 / 70%);
}
.bg-core-color-rose-40\/core-opacity-80 {
  background-color: rgb(246 60 103 / 80%);
}
.bg-core-color-rose-40\/core-opacity-90 {
  background-color: rgb(246 60 103 / 90%);
}
.bg-core-color-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 109 140 / var(--tw-bg-opacity));
}
.bg-core-color-rose-50\/0 {
  background-color: rgb(253 109 140 / 0);
}
.bg-core-color-rose-50\/10 {
  background-color: rgb(253 109 140 / 0.1);
}
.bg-core-color-rose-50\/100 {
  background-color: rgb(253 109 140 / 1);
}
.bg-core-color-rose-50\/20 {
  background-color: rgb(253 109 140 / 0.2);
}
.bg-core-color-rose-50\/25 {
  background-color: rgb(253 109 140 / 0.25);
}
.bg-core-color-rose-50\/30 {
  background-color: rgb(253 109 140 / 0.3);
}
.bg-core-color-rose-50\/40 {
  background-color: rgb(253 109 140 / 0.4);
}
.bg-core-color-rose-50\/5 {
  background-color: rgb(253 109 140 / 0.05);
}
.bg-core-color-rose-50\/50 {
  background-color: rgb(253 109 140 / 0.5);
}
.bg-core-color-rose-50\/60 {
  background-color: rgb(253 109 140 / 0.6);
}
.bg-core-color-rose-50\/70 {
  background-color: rgb(253 109 140 / 0.7);
}
.bg-core-color-rose-50\/75 {
  background-color: rgb(253 109 140 / 0.75);
}
.bg-core-color-rose-50\/80 {
  background-color: rgb(253 109 140 / 0.8);
}
.bg-core-color-rose-50\/90 {
  background-color: rgb(253 109 140 / 0.9);
}
.bg-core-color-rose-50\/95 {
  background-color: rgb(253 109 140 / 0.95);
}
.bg-core-color-rose-50\/base-opacity-disabled {
  background-color: rgb(253 109 140 / 60%);
}
.bg-core-color-rose-50\/core-opacity-0 {
  background-color: rgb(253 109 140 / 0%);
}
.bg-core-color-rose-50\/core-opacity-10 {
  background-color: rgb(253 109 140 / 10%);
}
.bg-core-color-rose-50\/core-opacity-100 {
  background-color: rgb(253 109 140 / 100%);
}
.bg-core-color-rose-50\/core-opacity-20 {
  background-color: rgb(253 109 140 / 20%);
}
.bg-core-color-rose-50\/core-opacity-30 {
  background-color: rgb(253 109 140 / 30%);
}
.bg-core-color-rose-50\/core-opacity-40 {
  background-color: rgb(253 109 140 / 40%);
}
.bg-core-color-rose-50\/core-opacity-50 {
  background-color: rgb(253 109 140 / 50%);
}
.bg-core-color-rose-50\/core-opacity-60 {
  background-color: rgb(253 109 140 / 60%);
}
.bg-core-color-rose-50\/core-opacity-70 {
  background-color: rgb(253 109 140 / 70%);
}
.bg-core-color-rose-50\/core-opacity-80 {
  background-color: rgb(253 109 140 / 80%);
}
.bg-core-color-rose-50\/core-opacity-90 {
  background-color: rgb(253 109 140 / 90%);
}
.bg-core-color-rose-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 164 181 / var(--tw-bg-opacity));
}
.bg-core-color-rose-60\/0 {
  background-color: rgb(254 164 181 / 0);
}
.bg-core-color-rose-60\/10 {
  background-color: rgb(254 164 181 / 0.1);
}
.bg-core-color-rose-60\/100 {
  background-color: rgb(254 164 181 / 1);
}
.bg-core-color-rose-60\/20 {
  background-color: rgb(254 164 181 / 0.2);
}
.bg-core-color-rose-60\/25 {
  background-color: rgb(254 164 181 / 0.25);
}
.bg-core-color-rose-60\/30 {
  background-color: rgb(254 164 181 / 0.3);
}
.bg-core-color-rose-60\/40 {
  background-color: rgb(254 164 181 / 0.4);
}
.bg-core-color-rose-60\/5 {
  background-color: rgb(254 164 181 / 0.05);
}
.bg-core-color-rose-60\/50 {
  background-color: rgb(254 164 181 / 0.5);
}
.bg-core-color-rose-60\/60 {
  background-color: rgb(254 164 181 / 0.6);
}
.bg-core-color-rose-60\/70 {
  background-color: rgb(254 164 181 / 0.7);
}
.bg-core-color-rose-60\/75 {
  background-color: rgb(254 164 181 / 0.75);
}
.bg-core-color-rose-60\/80 {
  background-color: rgb(254 164 181 / 0.8);
}
.bg-core-color-rose-60\/90 {
  background-color: rgb(254 164 181 / 0.9);
}
.bg-core-color-rose-60\/95 {
  background-color: rgb(254 164 181 / 0.95);
}
.bg-core-color-rose-60\/base-opacity-disabled {
  background-color: rgb(254 164 181 / 60%);
}
.bg-core-color-rose-60\/core-opacity-0 {
  background-color: rgb(254 164 181 / 0%);
}
.bg-core-color-rose-60\/core-opacity-10 {
  background-color: rgb(254 164 181 / 10%);
}
.bg-core-color-rose-60\/core-opacity-100 {
  background-color: rgb(254 164 181 / 100%);
}
.bg-core-color-rose-60\/core-opacity-20 {
  background-color: rgb(254 164 181 / 20%);
}
.bg-core-color-rose-60\/core-opacity-30 {
  background-color: rgb(254 164 181 / 30%);
}
.bg-core-color-rose-60\/core-opacity-40 {
  background-color: rgb(254 164 181 / 40%);
}
.bg-core-color-rose-60\/core-opacity-50 {
  background-color: rgb(254 164 181 / 50%);
}
.bg-core-color-rose-60\/core-opacity-60 {
  background-color: rgb(254 164 181 / 60%);
}
.bg-core-color-rose-60\/core-opacity-70 {
  background-color: rgb(254 164 181 / 70%);
}
.bg-core-color-rose-60\/core-opacity-80 {
  background-color: rgb(254 164 181 / 80%);
}
.bg-core-color-rose-60\/core-opacity-90 {
  background-color: rgb(254 164 181 / 90%);
}
.bg-core-color-rose-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 214 / var(--tw-bg-opacity));
}
.bg-core-color-rose-70\/0 {
  background-color: rgb(254 205 214 / 0);
}
.bg-core-color-rose-70\/10 {
  background-color: rgb(254 205 214 / 0.1);
}
.bg-core-color-rose-70\/100 {
  background-color: rgb(254 205 214 / 1);
}
.bg-core-color-rose-70\/20 {
  background-color: rgb(254 205 214 / 0.2);
}
.bg-core-color-rose-70\/25 {
  background-color: rgb(254 205 214 / 0.25);
}
.bg-core-color-rose-70\/30 {
  background-color: rgb(254 205 214 / 0.3);
}
.bg-core-color-rose-70\/40 {
  background-color: rgb(254 205 214 / 0.4);
}
.bg-core-color-rose-70\/5 {
  background-color: rgb(254 205 214 / 0.05);
}
.bg-core-color-rose-70\/50 {
  background-color: rgb(254 205 214 / 0.5);
}
.bg-core-color-rose-70\/60 {
  background-color: rgb(254 205 214 / 0.6);
}
.bg-core-color-rose-70\/70 {
  background-color: rgb(254 205 214 / 0.7);
}
.bg-core-color-rose-70\/75 {
  background-color: rgb(254 205 214 / 0.75);
}
.bg-core-color-rose-70\/80 {
  background-color: rgb(254 205 214 / 0.8);
}
.bg-core-color-rose-70\/90 {
  background-color: rgb(254 205 214 / 0.9);
}
.bg-core-color-rose-70\/95 {
  background-color: rgb(254 205 214 / 0.95);
}
.bg-core-color-rose-70\/base-opacity-disabled {
  background-color: rgb(254 205 214 / 60%);
}
.bg-core-color-rose-70\/core-opacity-0 {
  background-color: rgb(254 205 214 / 0%);
}
.bg-core-color-rose-70\/core-opacity-10 {
  background-color: rgb(254 205 214 / 10%);
}
.bg-core-color-rose-70\/core-opacity-100 {
  background-color: rgb(254 205 214 / 100%);
}
.bg-core-color-rose-70\/core-opacity-20 {
  background-color: rgb(254 205 214 / 20%);
}
.bg-core-color-rose-70\/core-opacity-30 {
  background-color: rgb(254 205 214 / 30%);
}
.bg-core-color-rose-70\/core-opacity-40 {
  background-color: rgb(254 205 214 / 40%);
}
.bg-core-color-rose-70\/core-opacity-50 {
  background-color: rgb(254 205 214 / 50%);
}
.bg-core-color-rose-70\/core-opacity-60 {
  background-color: rgb(254 205 214 / 60%);
}
.bg-core-color-rose-70\/core-opacity-70 {
  background-color: rgb(254 205 214 / 70%);
}
.bg-core-color-rose-70\/core-opacity-80 {
  background-color: rgb(254 205 214 / 80%);
}
.bg-core-color-rose-70\/core-opacity-90 {
  background-color: rgb(254 205 214 / 90%);
}
.bg-core-color-rose-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 233 / var(--tw-bg-opacity));
}
.bg-core-color-rose-80\/0 {
  background-color: rgb(255 229 233 / 0);
}
.bg-core-color-rose-80\/10 {
  background-color: rgb(255 229 233 / 0.1);
}
.bg-core-color-rose-80\/100 {
  background-color: rgb(255 229 233 / 1);
}
.bg-core-color-rose-80\/20 {
  background-color: rgb(255 229 233 / 0.2);
}
.bg-core-color-rose-80\/25 {
  background-color: rgb(255 229 233 / 0.25);
}
.bg-core-color-rose-80\/30 {
  background-color: rgb(255 229 233 / 0.3);
}
.bg-core-color-rose-80\/40 {
  background-color: rgb(255 229 233 / 0.4);
}
.bg-core-color-rose-80\/5 {
  background-color: rgb(255 229 233 / 0.05);
}
.bg-core-color-rose-80\/50 {
  background-color: rgb(255 229 233 / 0.5);
}
.bg-core-color-rose-80\/60 {
  background-color: rgb(255 229 233 / 0.6);
}
.bg-core-color-rose-80\/70 {
  background-color: rgb(255 229 233 / 0.7);
}
.bg-core-color-rose-80\/75 {
  background-color: rgb(255 229 233 / 0.75);
}
.bg-core-color-rose-80\/80 {
  background-color: rgb(255 229 233 / 0.8);
}
.bg-core-color-rose-80\/90 {
  background-color: rgb(255 229 233 / 0.9);
}
.bg-core-color-rose-80\/95 {
  background-color: rgb(255 229 233 / 0.95);
}
.bg-core-color-rose-80\/base-opacity-disabled {
  background-color: rgb(255 229 233 / 60%);
}
.bg-core-color-rose-80\/core-opacity-0 {
  background-color: rgb(255 229 233 / 0%);
}
.bg-core-color-rose-80\/core-opacity-10 {
  background-color: rgb(255 229 233 / 10%);
}
.bg-core-color-rose-80\/core-opacity-100 {
  background-color: rgb(255 229 233 / 100%);
}
.bg-core-color-rose-80\/core-opacity-20 {
  background-color: rgb(255 229 233 / 20%);
}
.bg-core-color-rose-80\/core-opacity-30 {
  background-color: rgb(255 229 233 / 30%);
}
.bg-core-color-rose-80\/core-opacity-40 {
  background-color: rgb(255 229 233 / 40%);
}
.bg-core-color-rose-80\/core-opacity-50 {
  background-color: rgb(255 229 233 / 50%);
}
.bg-core-color-rose-80\/core-opacity-60 {
  background-color: rgb(255 229 233 / 60%);
}
.bg-core-color-rose-80\/core-opacity-70 {
  background-color: rgb(255 229 233 / 70%);
}
.bg-core-color-rose-80\/core-opacity-80 {
  background-color: rgb(255 229 233 / 80%);
}
.bg-core-color-rose-80\/core-opacity-90 {
  background-color: rgb(255 229 233 / 90%);
}
.bg-core-color-rose-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 242 / var(--tw-bg-opacity));
}
.bg-core-color-rose-90\/0 {
  background-color: rgb(255 240 242 / 0);
}
.bg-core-color-rose-90\/10 {
  background-color: rgb(255 240 242 / 0.1);
}
.bg-core-color-rose-90\/100 {
  background-color: rgb(255 240 242 / 1);
}
.bg-core-color-rose-90\/20 {
  background-color: rgb(255 240 242 / 0.2);
}
.bg-core-color-rose-90\/25 {
  background-color: rgb(255 240 242 / 0.25);
}
.bg-core-color-rose-90\/30 {
  background-color: rgb(255 240 242 / 0.3);
}
.bg-core-color-rose-90\/40 {
  background-color: rgb(255 240 242 / 0.4);
}
.bg-core-color-rose-90\/5 {
  background-color: rgb(255 240 242 / 0.05);
}
.bg-core-color-rose-90\/50 {
  background-color: rgb(255 240 242 / 0.5);
}
.bg-core-color-rose-90\/60 {
  background-color: rgb(255 240 242 / 0.6);
}
.bg-core-color-rose-90\/70 {
  background-color: rgb(255 240 242 / 0.7);
}
.bg-core-color-rose-90\/75 {
  background-color: rgb(255 240 242 / 0.75);
}
.bg-core-color-rose-90\/80 {
  background-color: rgb(255 240 242 / 0.8);
}
.bg-core-color-rose-90\/90 {
  background-color: rgb(255 240 242 / 0.9);
}
.bg-core-color-rose-90\/95 {
  background-color: rgb(255 240 242 / 0.95);
}
.bg-core-color-rose-90\/base-opacity-disabled {
  background-color: rgb(255 240 242 / 60%);
}
.bg-core-color-rose-90\/core-opacity-0 {
  background-color: rgb(255 240 242 / 0%);
}
.bg-core-color-rose-90\/core-opacity-10 {
  background-color: rgb(255 240 242 / 10%);
}
.bg-core-color-rose-90\/core-opacity-100 {
  background-color: rgb(255 240 242 / 100%);
}
.bg-core-color-rose-90\/core-opacity-20 {
  background-color: rgb(255 240 242 / 20%);
}
.bg-core-color-rose-90\/core-opacity-30 {
  background-color: rgb(255 240 242 / 30%);
}
.bg-core-color-rose-90\/core-opacity-40 {
  background-color: rgb(255 240 242 / 40%);
}
.bg-core-color-rose-90\/core-opacity-50 {
  background-color: rgb(255 240 242 / 50%);
}
.bg-core-color-rose-90\/core-opacity-60 {
  background-color: rgb(255 240 242 / 60%);
}
.bg-core-color-rose-90\/core-opacity-70 {
  background-color: rgb(255 240 242 / 70%);
}
.bg-core-color-rose-90\/core-opacity-80 {
  background-color: rgb(255 240 242 / 80%);
}
.bg-core-color-rose-90\/core-opacity-90 {
  background-color: rgb(255 240 242 / 90%);
}
.bg-core-color-teal-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 72 / var(--tw-bg-opacity));
}
.bg-core-color-teal-0\/0 {
  background-color: rgb(19 78 72 / 0);
}
.bg-core-color-teal-0\/10 {
  background-color: rgb(19 78 72 / 0.1);
}
.bg-core-color-teal-0\/100 {
  background-color: rgb(19 78 72 / 1);
}
.bg-core-color-teal-0\/20 {
  background-color: rgb(19 78 72 / 0.2);
}
.bg-core-color-teal-0\/25 {
  background-color: rgb(19 78 72 / 0.25);
}
.bg-core-color-teal-0\/30 {
  background-color: rgb(19 78 72 / 0.3);
}
.bg-core-color-teal-0\/40 {
  background-color: rgb(19 78 72 / 0.4);
}
.bg-core-color-teal-0\/5 {
  background-color: rgb(19 78 72 / 0.05);
}
.bg-core-color-teal-0\/50 {
  background-color: rgb(19 78 72 / 0.5);
}
.bg-core-color-teal-0\/60 {
  background-color: rgb(19 78 72 / 0.6);
}
.bg-core-color-teal-0\/70 {
  background-color: rgb(19 78 72 / 0.7);
}
.bg-core-color-teal-0\/75 {
  background-color: rgb(19 78 72 / 0.75);
}
.bg-core-color-teal-0\/80 {
  background-color: rgb(19 78 72 / 0.8);
}
.bg-core-color-teal-0\/90 {
  background-color: rgb(19 78 72 / 0.9);
}
.bg-core-color-teal-0\/95 {
  background-color: rgb(19 78 72 / 0.95);
}
.bg-core-color-teal-0\/base-opacity-disabled {
  background-color: rgb(19 78 72 / 60%);
}
.bg-core-color-teal-0\/core-opacity-0 {
  background-color: rgb(19 78 72 / 0%);
}
.bg-core-color-teal-0\/core-opacity-10 {
  background-color: rgb(19 78 72 / 10%);
}
.bg-core-color-teal-0\/core-opacity-100 {
  background-color: rgb(19 78 72 / 100%);
}
.bg-core-color-teal-0\/core-opacity-20 {
  background-color: rgb(19 78 72 / 20%);
}
.bg-core-color-teal-0\/core-opacity-30 {
  background-color: rgb(19 78 72 / 30%);
}
.bg-core-color-teal-0\/core-opacity-40 {
  background-color: rgb(19 78 72 / 40%);
}
.bg-core-color-teal-0\/core-opacity-50 {
  background-color: rgb(19 78 72 / 50%);
}
.bg-core-color-teal-0\/core-opacity-60 {
  background-color: rgb(19 78 72 / 60%);
}
.bg-core-color-teal-0\/core-opacity-70 {
  background-color: rgb(19 78 72 / 70%);
}
.bg-core-color-teal-0\/core-opacity-80 {
  background-color: rgb(19 78 72 / 80%);
}
.bg-core-color-teal-0\/core-opacity-90 {
  background-color: rgb(19 78 72 / 90%);
}
.bg-core-color-teal-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 94 87 / var(--tw-bg-opacity));
}
.bg-core-color-teal-10\/0 {
  background-color: rgb(18 94 87 / 0);
}
.bg-core-color-teal-10\/10 {
  background-color: rgb(18 94 87 / 0.1);
}
.bg-core-color-teal-10\/100 {
  background-color: rgb(18 94 87 / 1);
}
.bg-core-color-teal-10\/20 {
  background-color: rgb(18 94 87 / 0.2);
}
.bg-core-color-teal-10\/25 {
  background-color: rgb(18 94 87 / 0.25);
}
.bg-core-color-teal-10\/30 {
  background-color: rgb(18 94 87 / 0.3);
}
.bg-core-color-teal-10\/40 {
  background-color: rgb(18 94 87 / 0.4);
}
.bg-core-color-teal-10\/5 {
  background-color: rgb(18 94 87 / 0.05);
}
.bg-core-color-teal-10\/50 {
  background-color: rgb(18 94 87 / 0.5);
}
.bg-core-color-teal-10\/60 {
  background-color: rgb(18 94 87 / 0.6);
}
.bg-core-color-teal-10\/70 {
  background-color: rgb(18 94 87 / 0.7);
}
.bg-core-color-teal-10\/75 {
  background-color: rgb(18 94 87 / 0.75);
}
.bg-core-color-teal-10\/80 {
  background-color: rgb(18 94 87 / 0.8);
}
.bg-core-color-teal-10\/90 {
  background-color: rgb(18 94 87 / 0.9);
}
.bg-core-color-teal-10\/95 {
  background-color: rgb(18 94 87 / 0.95);
}
.bg-core-color-teal-10\/base-opacity-disabled {
  background-color: rgb(18 94 87 / 60%);
}
.bg-core-color-teal-10\/core-opacity-0 {
  background-color: rgb(18 94 87 / 0%);
}
.bg-core-color-teal-10\/core-opacity-10 {
  background-color: rgb(18 94 87 / 10%);
}
.bg-core-color-teal-10\/core-opacity-100 {
  background-color: rgb(18 94 87 / 100%);
}
.bg-core-color-teal-10\/core-opacity-20 {
  background-color: rgb(18 94 87 / 20%);
}
.bg-core-color-teal-10\/core-opacity-30 {
  background-color: rgb(18 94 87 / 30%);
}
.bg-core-color-teal-10\/core-opacity-40 {
  background-color: rgb(18 94 87 / 40%);
}
.bg-core-color-teal-10\/core-opacity-50 {
  background-color: rgb(18 94 87 / 50%);
}
.bg-core-color-teal-10\/core-opacity-60 {
  background-color: rgb(18 94 87 / 60%);
}
.bg-core-color-teal-10\/core-opacity-70 {
  background-color: rgb(18 94 87 / 70%);
}
.bg-core-color-teal-10\/core-opacity-80 {
  background-color: rgb(18 94 87 / 80%);
}
.bg-core-color-teal-10\/core-opacity-90 {
  background-color: rgb(18 94 87 / 90%);
}
.bg-core-color-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 252 / var(--tw-bg-opacity));
}
.bg-core-color-teal-100\/0 {
  background-color: rgb(246 254 252 / 0);
}
.bg-core-color-teal-100\/10 {
  background-color: rgb(246 254 252 / 0.1);
}
.bg-core-color-teal-100\/100 {
  background-color: rgb(246 254 252 / 1);
}
.bg-core-color-teal-100\/20 {
  background-color: rgb(246 254 252 / 0.2);
}
.bg-core-color-teal-100\/25 {
  background-color: rgb(246 254 252 / 0.25);
}
.bg-core-color-teal-100\/30 {
  background-color: rgb(246 254 252 / 0.3);
}
.bg-core-color-teal-100\/40 {
  background-color: rgb(246 254 252 / 0.4);
}
.bg-core-color-teal-100\/5 {
  background-color: rgb(246 254 252 / 0.05);
}
.bg-core-color-teal-100\/50 {
  background-color: rgb(246 254 252 / 0.5);
}
.bg-core-color-teal-100\/60 {
  background-color: rgb(246 254 252 / 0.6);
}
.bg-core-color-teal-100\/70 {
  background-color: rgb(246 254 252 / 0.7);
}
.bg-core-color-teal-100\/75 {
  background-color: rgb(246 254 252 / 0.75);
}
.bg-core-color-teal-100\/80 {
  background-color: rgb(246 254 252 / 0.8);
}
.bg-core-color-teal-100\/90 {
  background-color: rgb(246 254 252 / 0.9);
}
.bg-core-color-teal-100\/95 {
  background-color: rgb(246 254 252 / 0.95);
}
.bg-core-color-teal-100\/base-opacity-disabled {
  background-color: rgb(246 254 252 / 60%);
}
.bg-core-color-teal-100\/core-opacity-0 {
  background-color: rgb(246 254 252 / 0%);
}
.bg-core-color-teal-100\/core-opacity-10 {
  background-color: rgb(246 254 252 / 10%);
}
.bg-core-color-teal-100\/core-opacity-100 {
  background-color: rgb(246 254 252 / 100%);
}
.bg-core-color-teal-100\/core-opacity-20 {
  background-color: rgb(246 254 252 / 20%);
}
.bg-core-color-teal-100\/core-opacity-30 {
  background-color: rgb(246 254 252 / 30%);
}
.bg-core-color-teal-100\/core-opacity-40 {
  background-color: rgb(246 254 252 / 40%);
}
.bg-core-color-teal-100\/core-opacity-50 {
  background-color: rgb(246 254 252 / 50%);
}
.bg-core-color-teal-100\/core-opacity-60 {
  background-color: rgb(246 254 252 / 60%);
}
.bg-core-color-teal-100\/core-opacity-70 {
  background-color: rgb(246 254 252 / 70%);
}
.bg-core-color-teal-100\/core-opacity-80 {
  background-color: rgb(246 254 252 / 80%);
}
.bg-core-color-teal-100\/core-opacity-90 {
  background-color: rgb(246 254 252 / 90%);
}
.bg-core-color-teal-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 117 105 / var(--tw-bg-opacity));
}
.bg-core-color-teal-20\/0 {
  background-color: rgb(16 117 105 / 0);
}
.bg-core-color-teal-20\/10 {
  background-color: rgb(16 117 105 / 0.1);
}
.bg-core-color-teal-20\/100 {
  background-color: rgb(16 117 105 / 1);
}
.bg-core-color-teal-20\/20 {
  background-color: rgb(16 117 105 / 0.2);
}
.bg-core-color-teal-20\/25 {
  background-color: rgb(16 117 105 / 0.25);
}
.bg-core-color-teal-20\/30 {
  background-color: rgb(16 117 105 / 0.3);
}
.bg-core-color-teal-20\/40 {
  background-color: rgb(16 117 105 / 0.4);
}
.bg-core-color-teal-20\/5 {
  background-color: rgb(16 117 105 / 0.05);
}
.bg-core-color-teal-20\/50 {
  background-color: rgb(16 117 105 / 0.5);
}
.bg-core-color-teal-20\/60 {
  background-color: rgb(16 117 105 / 0.6);
}
.bg-core-color-teal-20\/70 {
  background-color: rgb(16 117 105 / 0.7);
}
.bg-core-color-teal-20\/75 {
  background-color: rgb(16 117 105 / 0.75);
}
.bg-core-color-teal-20\/80 {
  background-color: rgb(16 117 105 / 0.8);
}
.bg-core-color-teal-20\/90 {
  background-color: rgb(16 117 105 / 0.9);
}
.bg-core-color-teal-20\/95 {
  background-color: rgb(16 117 105 / 0.95);
}
.bg-core-color-teal-20\/base-opacity-disabled {
  background-color: rgb(16 117 105 / 60%);
}
.bg-core-color-teal-20\/core-opacity-0 {
  background-color: rgb(16 117 105 / 0%);
}
.bg-core-color-teal-20\/core-opacity-10 {
  background-color: rgb(16 117 105 / 10%);
}
.bg-core-color-teal-20\/core-opacity-100 {
  background-color: rgb(16 117 105 / 100%);
}
.bg-core-color-teal-20\/core-opacity-20 {
  background-color: rgb(16 117 105 / 20%);
}
.bg-core-color-teal-20\/core-opacity-30 {
  background-color: rgb(16 117 105 / 30%);
}
.bg-core-color-teal-20\/core-opacity-40 {
  background-color: rgb(16 117 105 / 40%);
}
.bg-core-color-teal-20\/core-opacity-50 {
  background-color: rgb(16 117 105 / 50%);
}
.bg-core-color-teal-20\/core-opacity-60 {
  background-color: rgb(16 117 105 / 60%);
}
.bg-core-color-teal-20\/core-opacity-70 {
  background-color: rgb(16 117 105 / 70%);
}
.bg-core-color-teal-20\/core-opacity-80 {
  background-color: rgb(16 117 105 / 80%);
}
.bg-core-color-teal-20\/core-opacity-90 {
  background-color: rgb(16 117 105 / 90%);
}
.bg-core-color-teal-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 149 134 / var(--tw-bg-opacity));
}
.bg-core-color-teal-30\/0 {
  background-color: rgb(14 149 134 / 0);
}
.bg-core-color-teal-30\/10 {
  background-color: rgb(14 149 134 / 0.1);
}
.bg-core-color-teal-30\/100 {
  background-color: rgb(14 149 134 / 1);
}
.bg-core-color-teal-30\/20 {
  background-color: rgb(14 149 134 / 0.2);
}
.bg-core-color-teal-30\/25 {
  background-color: rgb(14 149 134 / 0.25);
}
.bg-core-color-teal-30\/30 {
  background-color: rgb(14 149 134 / 0.3);
}
.bg-core-color-teal-30\/40 {
  background-color: rgb(14 149 134 / 0.4);
}
.bg-core-color-teal-30\/5 {
  background-color: rgb(14 149 134 / 0.05);
}
.bg-core-color-teal-30\/50 {
  background-color: rgb(14 149 134 / 0.5);
}
.bg-core-color-teal-30\/60 {
  background-color: rgb(14 149 134 / 0.6);
}
.bg-core-color-teal-30\/70 {
  background-color: rgb(14 149 134 / 0.7);
}
.bg-core-color-teal-30\/75 {
  background-color: rgb(14 149 134 / 0.75);
}
.bg-core-color-teal-30\/80 {
  background-color: rgb(14 149 134 / 0.8);
}
.bg-core-color-teal-30\/90 {
  background-color: rgb(14 149 134 / 0.9);
}
.bg-core-color-teal-30\/95 {
  background-color: rgb(14 149 134 / 0.95);
}
.bg-core-color-teal-30\/base-opacity-disabled {
  background-color: rgb(14 149 134 / 60%);
}
.bg-core-color-teal-30\/core-opacity-0 {
  background-color: rgb(14 149 134 / 0%);
}
.bg-core-color-teal-30\/core-opacity-10 {
  background-color: rgb(14 149 134 / 10%);
}
.bg-core-color-teal-30\/core-opacity-100 {
  background-color: rgb(14 149 134 / 100%);
}
.bg-core-color-teal-30\/core-opacity-20 {
  background-color: rgb(14 149 134 / 20%);
}
.bg-core-color-teal-30\/core-opacity-30 {
  background-color: rgb(14 149 134 / 30%);
}
.bg-core-color-teal-30\/core-opacity-40 {
  background-color: rgb(14 149 134 / 40%);
}
.bg-core-color-teal-30\/core-opacity-50 {
  background-color: rgb(14 149 134 / 50%);
}
.bg-core-color-teal-30\/core-opacity-60 {
  background-color: rgb(14 149 134 / 60%);
}
.bg-core-color-teal-30\/core-opacity-70 {
  background-color: rgb(14 149 134 / 70%);
}
.bg-core-color-teal-30\/core-opacity-80 {
  background-color: rgb(14 149 134 / 80%);
}
.bg-core-color-teal-30\/core-opacity-90 {
  background-color: rgb(14 149 134 / 90%);
}
.bg-core-color-teal-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 183 158 / var(--tw-bg-opacity));
}
.bg-core-color-teal-40\/0 {
  background-color: rgb(21 183 158 / 0);
}
.bg-core-color-teal-40\/10 {
  background-color: rgb(21 183 158 / 0.1);
}
.bg-core-color-teal-40\/100 {
  background-color: rgb(21 183 158 / 1);
}
.bg-core-color-teal-40\/20 {
  background-color: rgb(21 183 158 / 0.2);
}
.bg-core-color-teal-40\/25 {
  background-color: rgb(21 183 158 / 0.25);
}
.bg-core-color-teal-40\/30 {
  background-color: rgb(21 183 158 / 0.3);
}
.bg-core-color-teal-40\/40 {
  background-color: rgb(21 183 158 / 0.4);
}
.bg-core-color-teal-40\/5 {
  background-color: rgb(21 183 158 / 0.05);
}
.bg-core-color-teal-40\/50 {
  background-color: rgb(21 183 158 / 0.5);
}
.bg-core-color-teal-40\/60 {
  background-color: rgb(21 183 158 / 0.6);
}
.bg-core-color-teal-40\/70 {
  background-color: rgb(21 183 158 / 0.7);
}
.bg-core-color-teal-40\/75 {
  background-color: rgb(21 183 158 / 0.75);
}
.bg-core-color-teal-40\/80 {
  background-color: rgb(21 183 158 / 0.8);
}
.bg-core-color-teal-40\/90 {
  background-color: rgb(21 183 158 / 0.9);
}
.bg-core-color-teal-40\/95 {
  background-color: rgb(21 183 158 / 0.95);
}
.bg-core-color-teal-40\/base-opacity-disabled {
  background-color: rgb(21 183 158 / 60%);
}
.bg-core-color-teal-40\/core-opacity-0 {
  background-color: rgb(21 183 158 / 0%);
}
.bg-core-color-teal-40\/core-opacity-10 {
  background-color: rgb(21 183 158 / 10%);
}
.bg-core-color-teal-40\/core-opacity-100 {
  background-color: rgb(21 183 158 / 100%);
}
.bg-core-color-teal-40\/core-opacity-20 {
  background-color: rgb(21 183 158 / 20%);
}
.bg-core-color-teal-40\/core-opacity-30 {
  background-color: rgb(21 183 158 / 30%);
}
.bg-core-color-teal-40\/core-opacity-40 {
  background-color: rgb(21 183 158 / 40%);
}
.bg-core-color-teal-40\/core-opacity-50 {
  background-color: rgb(21 183 158 / 50%);
}
.bg-core-color-teal-40\/core-opacity-60 {
  background-color: rgb(21 183 158 / 60%);
}
.bg-core-color-teal-40\/core-opacity-70 {
  background-color: rgb(21 183 158 / 70%);
}
.bg-core-color-teal-40\/core-opacity-80 {
  background-color: rgb(21 183 158 / 80%);
}
.bg-core-color-teal-40\/core-opacity-90 {
  background-color: rgb(21 183 158 / 90%);
}
.bg-core-color-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 210 183 / var(--tw-bg-opacity));
}
.bg-core-color-teal-50\/0 {
  background-color: rgb(45 210 183 / 0);
}
.bg-core-color-teal-50\/10 {
  background-color: rgb(45 210 183 / 0.1);
}
.bg-core-color-teal-50\/100 {
  background-color: rgb(45 210 183 / 1);
}
.bg-core-color-teal-50\/20 {
  background-color: rgb(45 210 183 / 0.2);
}
.bg-core-color-teal-50\/25 {
  background-color: rgb(45 210 183 / 0.25);
}
.bg-core-color-teal-50\/30 {
  background-color: rgb(45 210 183 / 0.3);
}
.bg-core-color-teal-50\/40 {
  background-color: rgb(45 210 183 / 0.4);
}
.bg-core-color-teal-50\/5 {
  background-color: rgb(45 210 183 / 0.05);
}
.bg-core-color-teal-50\/50 {
  background-color: rgb(45 210 183 / 0.5);
}
.bg-core-color-teal-50\/60 {
  background-color: rgb(45 210 183 / 0.6);
}
.bg-core-color-teal-50\/70 {
  background-color: rgb(45 210 183 / 0.7);
}
.bg-core-color-teal-50\/75 {
  background-color: rgb(45 210 183 / 0.75);
}
.bg-core-color-teal-50\/80 {
  background-color: rgb(45 210 183 / 0.8);
}
.bg-core-color-teal-50\/90 {
  background-color: rgb(45 210 183 / 0.9);
}
.bg-core-color-teal-50\/95 {
  background-color: rgb(45 210 183 / 0.95);
}
.bg-core-color-teal-50\/base-opacity-disabled {
  background-color: rgb(45 210 183 / 60%);
}
.bg-core-color-teal-50\/core-opacity-0 {
  background-color: rgb(45 210 183 / 0%);
}
.bg-core-color-teal-50\/core-opacity-10 {
  background-color: rgb(45 210 183 / 10%);
}
.bg-core-color-teal-50\/core-opacity-100 {
  background-color: rgb(45 210 183 / 100%);
}
.bg-core-color-teal-50\/core-opacity-20 {
  background-color: rgb(45 210 183 / 20%);
}
.bg-core-color-teal-50\/core-opacity-30 {
  background-color: rgb(45 210 183 / 30%);
}
.bg-core-color-teal-50\/core-opacity-40 {
  background-color: rgb(45 210 183 / 40%);
}
.bg-core-color-teal-50\/core-opacity-50 {
  background-color: rgb(45 210 183 / 50%);
}
.bg-core-color-teal-50\/core-opacity-60 {
  background-color: rgb(45 210 183 / 60%);
}
.bg-core-color-teal-50\/core-opacity-70 {
  background-color: rgb(45 210 183 / 70%);
}
.bg-core-color-teal-50\/core-opacity-80 {
  background-color: rgb(45 210 183 / 80%);
}
.bg-core-color-teal-50\/core-opacity-90 {
  background-color: rgb(45 210 183 / 90%);
}
.bg-core-color-teal-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(93 233 207 / var(--tw-bg-opacity));
}
.bg-core-color-teal-60\/0 {
  background-color: rgb(93 233 207 / 0);
}
.bg-core-color-teal-60\/10 {
  background-color: rgb(93 233 207 / 0.1);
}
.bg-core-color-teal-60\/100 {
  background-color: rgb(93 233 207 / 1);
}
.bg-core-color-teal-60\/20 {
  background-color: rgb(93 233 207 / 0.2);
}
.bg-core-color-teal-60\/25 {
  background-color: rgb(93 233 207 / 0.25);
}
.bg-core-color-teal-60\/30 {
  background-color: rgb(93 233 207 / 0.3);
}
.bg-core-color-teal-60\/40 {
  background-color: rgb(93 233 207 / 0.4);
}
.bg-core-color-teal-60\/5 {
  background-color: rgb(93 233 207 / 0.05);
}
.bg-core-color-teal-60\/50 {
  background-color: rgb(93 233 207 / 0.5);
}
.bg-core-color-teal-60\/60 {
  background-color: rgb(93 233 207 / 0.6);
}
.bg-core-color-teal-60\/70 {
  background-color: rgb(93 233 207 / 0.7);
}
.bg-core-color-teal-60\/75 {
  background-color: rgb(93 233 207 / 0.75);
}
.bg-core-color-teal-60\/80 {
  background-color: rgb(93 233 207 / 0.8);
}
.bg-core-color-teal-60\/90 {
  background-color: rgb(93 233 207 / 0.9);
}
.bg-core-color-teal-60\/95 {
  background-color: rgb(93 233 207 / 0.95);
}
.bg-core-color-teal-60\/base-opacity-disabled {
  background-color: rgb(93 233 207 / 60%);
}
.bg-core-color-teal-60\/core-opacity-0 {
  background-color: rgb(93 233 207 / 0%);
}
.bg-core-color-teal-60\/core-opacity-10 {
  background-color: rgb(93 233 207 / 10%);
}
.bg-core-color-teal-60\/core-opacity-100 {
  background-color: rgb(93 233 207 / 100%);
}
.bg-core-color-teal-60\/core-opacity-20 {
  background-color: rgb(93 233 207 / 20%);
}
.bg-core-color-teal-60\/core-opacity-30 {
  background-color: rgb(93 233 207 / 30%);
}
.bg-core-color-teal-60\/core-opacity-40 {
  background-color: rgb(93 233 207 / 40%);
}
.bg-core-color-teal-60\/core-opacity-50 {
  background-color: rgb(93 233 207 / 50%);
}
.bg-core-color-teal-60\/core-opacity-60 {
  background-color: rgb(93 233 207 / 60%);
}
.bg-core-color-teal-60\/core-opacity-70 {
  background-color: rgb(93 233 207 / 70%);
}
.bg-core-color-teal-60\/core-opacity-80 {
  background-color: rgb(93 233 207 / 80%);
}
.bg-core-color-teal-60\/core-opacity-90 {
  background-color: rgb(93 233 207 / 90%);
}
.bg-core-color-teal-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 246 224 / var(--tw-bg-opacity));
}
.bg-core-color-teal-70\/0 {
  background-color: rgb(152 246 224 / 0);
}
.bg-core-color-teal-70\/10 {
  background-color: rgb(152 246 224 / 0.1);
}
.bg-core-color-teal-70\/100 {
  background-color: rgb(152 246 224 / 1);
}
.bg-core-color-teal-70\/20 {
  background-color: rgb(152 246 224 / 0.2);
}
.bg-core-color-teal-70\/25 {
  background-color: rgb(152 246 224 / 0.25);
}
.bg-core-color-teal-70\/30 {
  background-color: rgb(152 246 224 / 0.3);
}
.bg-core-color-teal-70\/40 {
  background-color: rgb(152 246 224 / 0.4);
}
.bg-core-color-teal-70\/5 {
  background-color: rgb(152 246 224 / 0.05);
}
.bg-core-color-teal-70\/50 {
  background-color: rgb(152 246 224 / 0.5);
}
.bg-core-color-teal-70\/60 {
  background-color: rgb(152 246 224 / 0.6);
}
.bg-core-color-teal-70\/70 {
  background-color: rgb(152 246 224 / 0.7);
}
.bg-core-color-teal-70\/75 {
  background-color: rgb(152 246 224 / 0.75);
}
.bg-core-color-teal-70\/80 {
  background-color: rgb(152 246 224 / 0.8);
}
.bg-core-color-teal-70\/90 {
  background-color: rgb(152 246 224 / 0.9);
}
.bg-core-color-teal-70\/95 {
  background-color: rgb(152 246 224 / 0.95);
}
.bg-core-color-teal-70\/base-opacity-disabled {
  background-color: rgb(152 246 224 / 60%);
}
.bg-core-color-teal-70\/core-opacity-0 {
  background-color: rgb(152 246 224 / 0%);
}
.bg-core-color-teal-70\/core-opacity-10 {
  background-color: rgb(152 246 224 / 10%);
}
.bg-core-color-teal-70\/core-opacity-100 {
  background-color: rgb(152 246 224 / 100%);
}
.bg-core-color-teal-70\/core-opacity-20 {
  background-color: rgb(152 246 224 / 20%);
}
.bg-core-color-teal-70\/core-opacity-30 {
  background-color: rgb(152 246 224 / 30%);
}
.bg-core-color-teal-70\/core-opacity-40 {
  background-color: rgb(152 246 224 / 40%);
}
.bg-core-color-teal-70\/core-opacity-50 {
  background-color: rgb(152 246 224 / 50%);
}
.bg-core-color-teal-70\/core-opacity-60 {
  background-color: rgb(152 246 224 / 60%);
}
.bg-core-color-teal-70\/core-opacity-70 {
  background-color: rgb(152 246 224 / 70%);
}
.bg-core-color-teal-70\/core-opacity-80 {
  background-color: rgb(152 246 224 / 80%);
}
.bg-core-color-teal-70\/core-opacity-90 {
  background-color: rgb(152 246 224 / 90%);
}
.bg-core-color-teal-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 251 239 / var(--tw-bg-opacity));
}
.bg-core-color-teal-80\/0 {
  background-color: rgb(203 251 239 / 0);
}
.bg-core-color-teal-80\/10 {
  background-color: rgb(203 251 239 / 0.1);
}
.bg-core-color-teal-80\/100 {
  background-color: rgb(203 251 239 / 1);
}
.bg-core-color-teal-80\/20 {
  background-color: rgb(203 251 239 / 0.2);
}
.bg-core-color-teal-80\/25 {
  background-color: rgb(203 251 239 / 0.25);
}
.bg-core-color-teal-80\/30 {
  background-color: rgb(203 251 239 / 0.3);
}
.bg-core-color-teal-80\/40 {
  background-color: rgb(203 251 239 / 0.4);
}
.bg-core-color-teal-80\/5 {
  background-color: rgb(203 251 239 / 0.05);
}
.bg-core-color-teal-80\/50 {
  background-color: rgb(203 251 239 / 0.5);
}
.bg-core-color-teal-80\/60 {
  background-color: rgb(203 251 239 / 0.6);
}
.bg-core-color-teal-80\/70 {
  background-color: rgb(203 251 239 / 0.7);
}
.bg-core-color-teal-80\/75 {
  background-color: rgb(203 251 239 / 0.75);
}
.bg-core-color-teal-80\/80 {
  background-color: rgb(203 251 239 / 0.8);
}
.bg-core-color-teal-80\/90 {
  background-color: rgb(203 251 239 / 0.9);
}
.bg-core-color-teal-80\/95 {
  background-color: rgb(203 251 239 / 0.95);
}
.bg-core-color-teal-80\/base-opacity-disabled {
  background-color: rgb(203 251 239 / 60%);
}
.bg-core-color-teal-80\/core-opacity-0 {
  background-color: rgb(203 251 239 / 0%);
}
.bg-core-color-teal-80\/core-opacity-10 {
  background-color: rgb(203 251 239 / 10%);
}
.bg-core-color-teal-80\/core-opacity-100 {
  background-color: rgb(203 251 239 / 100%);
}
.bg-core-color-teal-80\/core-opacity-20 {
  background-color: rgb(203 251 239 / 20%);
}
.bg-core-color-teal-80\/core-opacity-30 {
  background-color: rgb(203 251 239 / 30%);
}
.bg-core-color-teal-80\/core-opacity-40 {
  background-color: rgb(203 251 239 / 40%);
}
.bg-core-color-teal-80\/core-opacity-50 {
  background-color: rgb(203 251 239 / 50%);
}
.bg-core-color-teal-80\/core-opacity-60 {
  background-color: rgb(203 251 239 / 60%);
}
.bg-core-color-teal-80\/core-opacity-70 {
  background-color: rgb(203 251 239 / 70%);
}
.bg-core-color-teal-80\/core-opacity-80 {
  background-color: rgb(203 251 239 / 80%);
}
.bg-core-color-teal-80\/core-opacity-90 {
  background-color: rgb(203 251 239 / 90%);
}
.bg-core-color-teal-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 253 250 / var(--tw-bg-opacity));
}
.bg-core-color-teal-90\/0 {
  background-color: rgb(242 253 250 / 0);
}
.bg-core-color-teal-90\/10 {
  background-color: rgb(242 253 250 / 0.1);
}
.bg-core-color-teal-90\/100 {
  background-color: rgb(242 253 250 / 1);
}
.bg-core-color-teal-90\/20 {
  background-color: rgb(242 253 250 / 0.2);
}
.bg-core-color-teal-90\/25 {
  background-color: rgb(242 253 250 / 0.25);
}
.bg-core-color-teal-90\/30 {
  background-color: rgb(242 253 250 / 0.3);
}
.bg-core-color-teal-90\/40 {
  background-color: rgb(242 253 250 / 0.4);
}
.bg-core-color-teal-90\/5 {
  background-color: rgb(242 253 250 / 0.05);
}
.bg-core-color-teal-90\/50 {
  background-color: rgb(242 253 250 / 0.5);
}
.bg-core-color-teal-90\/60 {
  background-color: rgb(242 253 250 / 0.6);
}
.bg-core-color-teal-90\/70 {
  background-color: rgb(242 253 250 / 0.7);
}
.bg-core-color-teal-90\/75 {
  background-color: rgb(242 253 250 / 0.75);
}
.bg-core-color-teal-90\/80 {
  background-color: rgb(242 253 250 / 0.8);
}
.bg-core-color-teal-90\/90 {
  background-color: rgb(242 253 250 / 0.9);
}
.bg-core-color-teal-90\/95 {
  background-color: rgb(242 253 250 / 0.95);
}
.bg-core-color-teal-90\/base-opacity-disabled {
  background-color: rgb(242 253 250 / 60%);
}
.bg-core-color-teal-90\/core-opacity-0 {
  background-color: rgb(242 253 250 / 0%);
}
.bg-core-color-teal-90\/core-opacity-10 {
  background-color: rgb(242 253 250 / 10%);
}
.bg-core-color-teal-90\/core-opacity-100 {
  background-color: rgb(242 253 250 / 100%);
}
.bg-core-color-teal-90\/core-opacity-20 {
  background-color: rgb(242 253 250 / 20%);
}
.bg-core-color-teal-90\/core-opacity-30 {
  background-color: rgb(242 253 250 / 30%);
}
.bg-core-color-teal-90\/core-opacity-40 {
  background-color: rgb(242 253 250 / 40%);
}
.bg-core-color-teal-90\/core-opacity-50 {
  background-color: rgb(242 253 250 / 50%);
}
.bg-core-color-teal-90\/core-opacity-60 {
  background-color: rgb(242 253 250 / 60%);
}
.bg-core-color-teal-90\/core-opacity-70 {
  background-color: rgb(242 253 250 / 70%);
}
.bg-core-color-teal-90\/core-opacity-80 {
  background-color: rgb(242 253 250 / 80%);
}
.bg-core-color-teal-90\/core-opacity-90 {
  background-color: rgb(242 253 250 / 90%);
}
.bg-core-color-violet-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(73 28 151 / var(--tw-bg-opacity));
}
.bg-core-color-violet-0\/0 {
  background-color: rgb(73 28 151 / 0);
}
.bg-core-color-violet-0\/10 {
  background-color: rgb(73 28 151 / 0.1);
}
.bg-core-color-violet-0\/100 {
  background-color: rgb(73 28 151 / 1);
}
.bg-core-color-violet-0\/20 {
  background-color: rgb(73 28 151 / 0.2);
}
.bg-core-color-violet-0\/25 {
  background-color: rgb(73 28 151 / 0.25);
}
.bg-core-color-violet-0\/30 {
  background-color: rgb(73 28 151 / 0.3);
}
.bg-core-color-violet-0\/40 {
  background-color: rgb(73 28 151 / 0.4);
}
.bg-core-color-violet-0\/5 {
  background-color: rgb(73 28 151 / 0.05);
}
.bg-core-color-violet-0\/50 {
  background-color: rgb(73 28 151 / 0.5);
}
.bg-core-color-violet-0\/60 {
  background-color: rgb(73 28 151 / 0.6);
}
.bg-core-color-violet-0\/70 {
  background-color: rgb(73 28 151 / 0.7);
}
.bg-core-color-violet-0\/75 {
  background-color: rgb(73 28 151 / 0.75);
}
.bg-core-color-violet-0\/80 {
  background-color: rgb(73 28 151 / 0.8);
}
.bg-core-color-violet-0\/90 {
  background-color: rgb(73 28 151 / 0.9);
}
.bg-core-color-violet-0\/95 {
  background-color: rgb(73 28 151 / 0.95);
}
.bg-core-color-violet-0\/base-opacity-disabled {
  background-color: rgb(73 28 151 / 60%);
}
.bg-core-color-violet-0\/core-opacity-0 {
  background-color: rgb(73 28 151 / 0%);
}
.bg-core-color-violet-0\/core-opacity-10 {
  background-color: rgb(73 28 151 / 10%);
}
.bg-core-color-violet-0\/core-opacity-100 {
  background-color: rgb(73 28 151 / 100%);
}
.bg-core-color-violet-0\/core-opacity-20 {
  background-color: rgb(73 28 151 / 20%);
}
.bg-core-color-violet-0\/core-opacity-30 {
  background-color: rgb(73 28 151 / 30%);
}
.bg-core-color-violet-0\/core-opacity-40 {
  background-color: rgb(73 28 151 / 40%);
}
.bg-core-color-violet-0\/core-opacity-50 {
  background-color: rgb(73 28 151 / 50%);
}
.bg-core-color-violet-0\/core-opacity-60 {
  background-color: rgb(73 28 151 / 60%);
}
.bg-core-color-violet-0\/core-opacity-70 {
  background-color: rgb(73 28 151 / 70%);
}
.bg-core-color-violet-0\/core-opacity-80 {
  background-color: rgb(73 28 151 / 80%);
}
.bg-core-color-violet-0\/core-opacity-90 {
  background-color: rgb(73 28 151 / 90%);
}
.bg-core-color-violet-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 32 182 / var(--tw-bg-opacity));
}
.bg-core-color-violet-10\/0 {
  background-color: rgb(87 32 182 / 0);
}
.bg-core-color-violet-10\/10 {
  background-color: rgb(87 32 182 / 0.1);
}
.bg-core-color-violet-10\/100 {
  background-color: rgb(87 32 182 / 1);
}
.bg-core-color-violet-10\/20 {
  background-color: rgb(87 32 182 / 0.2);
}
.bg-core-color-violet-10\/25 {
  background-color: rgb(87 32 182 / 0.25);
}
.bg-core-color-violet-10\/30 {
  background-color: rgb(87 32 182 / 0.3);
}
.bg-core-color-violet-10\/40 {
  background-color: rgb(87 32 182 / 0.4);
}
.bg-core-color-violet-10\/5 {
  background-color: rgb(87 32 182 / 0.05);
}
.bg-core-color-violet-10\/50 {
  background-color: rgb(87 32 182 / 0.5);
}
.bg-core-color-violet-10\/60 {
  background-color: rgb(87 32 182 / 0.6);
}
.bg-core-color-violet-10\/70 {
  background-color: rgb(87 32 182 / 0.7);
}
.bg-core-color-violet-10\/75 {
  background-color: rgb(87 32 182 / 0.75);
}
.bg-core-color-violet-10\/80 {
  background-color: rgb(87 32 182 / 0.8);
}
.bg-core-color-violet-10\/90 {
  background-color: rgb(87 32 182 / 0.9);
}
.bg-core-color-violet-10\/95 {
  background-color: rgb(87 32 182 / 0.95);
}
.bg-core-color-violet-10\/base-opacity-disabled {
  background-color: rgb(87 32 182 / 60%);
}
.bg-core-color-violet-10\/core-opacity-0 {
  background-color: rgb(87 32 182 / 0%);
}
.bg-core-color-violet-10\/core-opacity-10 {
  background-color: rgb(87 32 182 / 10%);
}
.bg-core-color-violet-10\/core-opacity-100 {
  background-color: rgb(87 32 182 / 100%);
}
.bg-core-color-violet-10\/core-opacity-20 {
  background-color: rgb(87 32 182 / 20%);
}
.bg-core-color-violet-10\/core-opacity-30 {
  background-color: rgb(87 32 182 / 30%);
}
.bg-core-color-violet-10\/core-opacity-40 {
  background-color: rgb(87 32 182 / 40%);
}
.bg-core-color-violet-10\/core-opacity-50 {
  background-color: rgb(87 32 182 / 50%);
}
.bg-core-color-violet-10\/core-opacity-60 {
  background-color: rgb(87 32 182 / 60%);
}
.bg-core-color-violet-10\/core-opacity-70 {
  background-color: rgb(87 32 182 / 70%);
}
.bg-core-color-violet-10\/core-opacity-80 {
  background-color: rgb(87 32 182 / 80%);
}
.bg-core-color-violet-10\/core-opacity-90 {
  background-color: rgb(87 32 182 / 90%);
}
.bg-core-color-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 255 / var(--tw-bg-opacity));
}
.bg-core-color-violet-100\/0 {
  background-color: rgb(251 250 255 / 0);
}
.bg-core-color-violet-100\/10 {
  background-color: rgb(251 250 255 / 0.1);
}
.bg-core-color-violet-100\/100 {
  background-color: rgb(251 250 255 / 1);
}
.bg-core-color-violet-100\/20 {
  background-color: rgb(251 250 255 / 0.2);
}
.bg-core-color-violet-100\/25 {
  background-color: rgb(251 250 255 / 0.25);
}
.bg-core-color-violet-100\/30 {
  background-color: rgb(251 250 255 / 0.3);
}
.bg-core-color-violet-100\/40 {
  background-color: rgb(251 250 255 / 0.4);
}
.bg-core-color-violet-100\/5 {
  background-color: rgb(251 250 255 / 0.05);
}
.bg-core-color-violet-100\/50 {
  background-color: rgb(251 250 255 / 0.5);
}
.bg-core-color-violet-100\/60 {
  background-color: rgb(251 250 255 / 0.6);
}
.bg-core-color-violet-100\/70 {
  background-color: rgb(251 250 255 / 0.7);
}
.bg-core-color-violet-100\/75 {
  background-color: rgb(251 250 255 / 0.75);
}
.bg-core-color-violet-100\/80 {
  background-color: rgb(251 250 255 / 0.8);
}
.bg-core-color-violet-100\/90 {
  background-color: rgb(251 250 255 / 0.9);
}
.bg-core-color-violet-100\/95 {
  background-color: rgb(251 250 255 / 0.95);
}
.bg-core-color-violet-100\/base-opacity-disabled {
  background-color: rgb(251 250 255 / 60%);
}
.bg-core-color-violet-100\/core-opacity-0 {
  background-color: rgb(251 250 255 / 0%);
}
.bg-core-color-violet-100\/core-opacity-10 {
  background-color: rgb(251 250 255 / 10%);
}
.bg-core-color-violet-100\/core-opacity-100 {
  background-color: rgb(251 250 255 / 100%);
}
.bg-core-color-violet-100\/core-opacity-20 {
  background-color: rgb(251 250 255 / 20%);
}
.bg-core-color-violet-100\/core-opacity-30 {
  background-color: rgb(251 250 255 / 30%);
}
.bg-core-color-violet-100\/core-opacity-40 {
  background-color: rgb(251 250 255 / 40%);
}
.bg-core-color-violet-100\/core-opacity-50 {
  background-color: rgb(251 250 255 / 50%);
}
.bg-core-color-violet-100\/core-opacity-60 {
  background-color: rgb(251 250 255 / 60%);
}
.bg-core-color-violet-100\/core-opacity-70 {
  background-color: rgb(251 250 255 / 70%);
}
.bg-core-color-violet-100\/core-opacity-80 {
  background-color: rgb(251 250 255 / 80%);
}
.bg-core-color-violet-100\/core-opacity-90 {
  background-color: rgb(251 250 255 / 90%);
}
.bg-core-color-violet-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 37 218 / var(--tw-bg-opacity));
}
.bg-core-color-violet-20\/0 {
  background-color: rgb(103 37 218 / 0);
}
.bg-core-color-violet-20\/10 {
  background-color: rgb(103 37 218 / 0.1);
}
.bg-core-color-violet-20\/100 {
  background-color: rgb(103 37 218 / 1);
}
.bg-core-color-violet-20\/20 {
  background-color: rgb(103 37 218 / 0.2);
}
.bg-core-color-violet-20\/25 {
  background-color: rgb(103 37 218 / 0.25);
}
.bg-core-color-violet-20\/30 {
  background-color: rgb(103 37 218 / 0.3);
}
.bg-core-color-violet-20\/40 {
  background-color: rgb(103 37 218 / 0.4);
}
.bg-core-color-violet-20\/5 {
  background-color: rgb(103 37 218 / 0.05);
}
.bg-core-color-violet-20\/50 {
  background-color: rgb(103 37 218 / 0.5);
}
.bg-core-color-violet-20\/60 {
  background-color: rgb(103 37 218 / 0.6);
}
.bg-core-color-violet-20\/70 {
  background-color: rgb(103 37 218 / 0.7);
}
.bg-core-color-violet-20\/75 {
  background-color: rgb(103 37 218 / 0.75);
}
.bg-core-color-violet-20\/80 {
  background-color: rgb(103 37 218 / 0.8);
}
.bg-core-color-violet-20\/90 {
  background-color: rgb(103 37 218 / 0.9);
}
.bg-core-color-violet-20\/95 {
  background-color: rgb(103 37 218 / 0.95);
}
.bg-core-color-violet-20\/base-opacity-disabled {
  background-color: rgb(103 37 218 / 60%);
}
.bg-core-color-violet-20\/core-opacity-0 {
  background-color: rgb(103 37 218 / 0%);
}
.bg-core-color-violet-20\/core-opacity-10 {
  background-color: rgb(103 37 218 / 10%);
}
.bg-core-color-violet-20\/core-opacity-100 {
  background-color: rgb(103 37 218 / 100%);
}
.bg-core-color-violet-20\/core-opacity-20 {
  background-color: rgb(103 37 218 / 20%);
}
.bg-core-color-violet-20\/core-opacity-30 {
  background-color: rgb(103 37 218 / 30%);
}
.bg-core-color-violet-20\/core-opacity-40 {
  background-color: rgb(103 37 218 / 40%);
}
.bg-core-color-violet-20\/core-opacity-50 {
  background-color: rgb(103 37 218 / 50%);
}
.bg-core-color-violet-20\/core-opacity-60 {
  background-color: rgb(103 37 218 / 60%);
}
.bg-core-color-violet-20\/core-opacity-70 {
  background-color: rgb(103 37 218 / 70%);
}
.bg-core-color-violet-20\/core-opacity-80 {
  background-color: rgb(103 37 218 / 80%);
}
.bg-core-color-violet-20\/core-opacity-90 {
  background-color: rgb(103 37 218 / 90%);
}
.bg-core-color-violet-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(121 58 238 / var(--tw-bg-opacity));
}
.bg-core-color-violet-30\/0 {
  background-color: rgb(121 58 238 / 0);
}
.bg-core-color-violet-30\/10 {
  background-color: rgb(121 58 238 / 0.1);
}
.bg-core-color-violet-30\/100 {
  background-color: rgb(121 58 238 / 1);
}
.bg-core-color-violet-30\/20 {
  background-color: rgb(121 58 238 / 0.2);
}
.bg-core-color-violet-30\/25 {
  background-color: rgb(121 58 238 / 0.25);
}
.bg-core-color-violet-30\/30 {
  background-color: rgb(121 58 238 / 0.3);
}
.bg-core-color-violet-30\/40 {
  background-color: rgb(121 58 238 / 0.4);
}
.bg-core-color-violet-30\/5 {
  background-color: rgb(121 58 238 / 0.05);
}
.bg-core-color-violet-30\/50 {
  background-color: rgb(121 58 238 / 0.5);
}
.bg-core-color-violet-30\/60 {
  background-color: rgb(121 58 238 / 0.6);
}
.bg-core-color-violet-30\/70 {
  background-color: rgb(121 58 238 / 0.7);
}
.bg-core-color-violet-30\/75 {
  background-color: rgb(121 58 238 / 0.75);
}
.bg-core-color-violet-30\/80 {
  background-color: rgb(121 58 238 / 0.8);
}
.bg-core-color-violet-30\/90 {
  background-color: rgb(121 58 238 / 0.9);
}
.bg-core-color-violet-30\/95 {
  background-color: rgb(121 58 238 / 0.95);
}
.bg-core-color-violet-30\/base-opacity-disabled {
  background-color: rgb(121 58 238 / 60%);
}
.bg-core-color-violet-30\/core-opacity-0 {
  background-color: rgb(121 58 238 / 0%);
}
.bg-core-color-violet-30\/core-opacity-10 {
  background-color: rgb(121 58 238 / 10%);
}
.bg-core-color-violet-30\/core-opacity-100 {
  background-color: rgb(121 58 238 / 100%);
}
.bg-core-color-violet-30\/core-opacity-20 {
  background-color: rgb(121 58 238 / 20%);
}
.bg-core-color-violet-30\/core-opacity-30 {
  background-color: rgb(121 58 238 / 30%);
}
.bg-core-color-violet-30\/core-opacity-40 {
  background-color: rgb(121 58 238 / 40%);
}
.bg-core-color-violet-30\/core-opacity-50 {
  background-color: rgb(121 58 238 / 50%);
}
.bg-core-color-violet-30\/core-opacity-60 {
  background-color: rgb(121 58 238 / 60%);
}
.bg-core-color-violet-30\/core-opacity-70 {
  background-color: rgb(121 58 238 / 70%);
}
.bg-core-color-violet-30\/core-opacity-80 {
  background-color: rgb(121 58 238 / 80%);
}
.bg-core-color-violet-30\/core-opacity-90 {
  background-color: rgb(121 58 238 / 90%);
}
.bg-core-color-violet-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 89 247 / var(--tw-bg-opacity));
}
.bg-core-color-violet-40\/0 {
  background-color: rgb(134 89 247 / 0);
}
.bg-core-color-violet-40\/10 {
  background-color: rgb(134 89 247 / 0.1);
}
.bg-core-color-violet-40\/100 {
  background-color: rgb(134 89 247 / 1);
}
.bg-core-color-violet-40\/20 {
  background-color: rgb(134 89 247 / 0.2);
}
.bg-core-color-violet-40\/25 {
  background-color: rgb(134 89 247 / 0.25);
}
.bg-core-color-violet-40\/30 {
  background-color: rgb(134 89 247 / 0.3);
}
.bg-core-color-violet-40\/40 {
  background-color: rgb(134 89 247 / 0.4);
}
.bg-core-color-violet-40\/5 {
  background-color: rgb(134 89 247 / 0.05);
}
.bg-core-color-violet-40\/50 {
  background-color: rgb(134 89 247 / 0.5);
}
.bg-core-color-violet-40\/60 {
  background-color: rgb(134 89 247 / 0.6);
}
.bg-core-color-violet-40\/70 {
  background-color: rgb(134 89 247 / 0.7);
}
.bg-core-color-violet-40\/75 {
  background-color: rgb(134 89 247 / 0.75);
}
.bg-core-color-violet-40\/80 {
  background-color: rgb(134 89 247 / 0.8);
}
.bg-core-color-violet-40\/90 {
  background-color: rgb(134 89 247 / 0.9);
}
.bg-core-color-violet-40\/95 {
  background-color: rgb(134 89 247 / 0.95);
}
.bg-core-color-violet-40\/base-opacity-disabled {
  background-color: rgb(134 89 247 / 60%);
}
.bg-core-color-violet-40\/core-opacity-0 {
  background-color: rgb(134 89 247 / 0%);
}
.bg-core-color-violet-40\/core-opacity-10 {
  background-color: rgb(134 89 247 / 10%);
}
.bg-core-color-violet-40\/core-opacity-100 {
  background-color: rgb(134 89 247 / 100%);
}
.bg-core-color-violet-40\/core-opacity-20 {
  background-color: rgb(134 89 247 / 20%);
}
.bg-core-color-violet-40\/core-opacity-30 {
  background-color: rgb(134 89 247 / 30%);
}
.bg-core-color-violet-40\/core-opacity-40 {
  background-color: rgb(134 89 247 / 40%);
}
.bg-core-color-violet-40\/core-opacity-50 {
  background-color: rgb(134 89 247 / 50%);
}
.bg-core-color-violet-40\/core-opacity-60 {
  background-color: rgb(134 89 247 / 60%);
}
.bg-core-color-violet-40\/core-opacity-70 {
  background-color: rgb(134 89 247 / 70%);
}
.bg-core-color-violet-40\/core-opacity-80 {
  background-color: rgb(134 89 247 / 80%);
}
.bg-core-color-violet-40\/core-opacity-90 {
  background-color: rgb(134 89 247 / 90%);
}
.bg-core-color-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 137 251 / var(--tw-bg-opacity));
}
.bg-core-color-violet-50\/0 {
  background-color: rgb(163 137 251 / 0);
}
.bg-core-color-violet-50\/10 {
  background-color: rgb(163 137 251 / 0.1);
}
.bg-core-color-violet-50\/100 {
  background-color: rgb(163 137 251 / 1);
}
.bg-core-color-violet-50\/20 {
  background-color: rgb(163 137 251 / 0.2);
}
.bg-core-color-violet-50\/25 {
  background-color: rgb(163 137 251 / 0.25);
}
.bg-core-color-violet-50\/30 {
  background-color: rgb(163 137 251 / 0.3);
}
.bg-core-color-violet-50\/40 {
  background-color: rgb(163 137 251 / 0.4);
}
.bg-core-color-violet-50\/5 {
  background-color: rgb(163 137 251 / 0.05);
}
.bg-core-color-violet-50\/50 {
  background-color: rgb(163 137 251 / 0.5);
}
.bg-core-color-violet-50\/60 {
  background-color: rgb(163 137 251 / 0.6);
}
.bg-core-color-violet-50\/70 {
  background-color: rgb(163 137 251 / 0.7);
}
.bg-core-color-violet-50\/75 {
  background-color: rgb(163 137 251 / 0.75);
}
.bg-core-color-violet-50\/80 {
  background-color: rgb(163 137 251 / 0.8);
}
.bg-core-color-violet-50\/90 {
  background-color: rgb(163 137 251 / 0.9);
}
.bg-core-color-violet-50\/95 {
  background-color: rgb(163 137 251 / 0.95);
}
.bg-core-color-violet-50\/base-opacity-disabled {
  background-color: rgb(163 137 251 / 60%);
}
.bg-core-color-violet-50\/core-opacity-0 {
  background-color: rgb(163 137 251 / 0%);
}
.bg-core-color-violet-50\/core-opacity-10 {
  background-color: rgb(163 137 251 / 10%);
}
.bg-core-color-violet-50\/core-opacity-100 {
  background-color: rgb(163 137 251 / 100%);
}
.bg-core-color-violet-50\/core-opacity-20 {
  background-color: rgb(163 137 251 / 20%);
}
.bg-core-color-violet-50\/core-opacity-30 {
  background-color: rgb(163 137 251 / 30%);
}
.bg-core-color-violet-50\/core-opacity-40 {
  background-color: rgb(163 137 251 / 40%);
}
.bg-core-color-violet-50\/core-opacity-50 {
  background-color: rgb(163 137 251 / 50%);
}
.bg-core-color-violet-50\/core-opacity-60 {
  background-color: rgb(163 137 251 / 60%);
}
.bg-core-color-violet-50\/core-opacity-70 {
  background-color: rgb(163 137 251 / 70%);
}
.bg-core-color-violet-50\/core-opacity-80 {
  background-color: rgb(163 137 251 / 80%);
}
.bg-core-color-violet-50\/core-opacity-90 {
  background-color: rgb(163 137 251 / 90%);
}
.bg-core-color-violet-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 180 253 / var(--tw-bg-opacity));
}
.bg-core-color-violet-60\/0 {
  background-color: rgb(195 180 253 / 0);
}
.bg-core-color-violet-60\/10 {
  background-color: rgb(195 180 253 / 0.1);
}
.bg-core-color-violet-60\/100 {
  background-color: rgb(195 180 253 / 1);
}
.bg-core-color-violet-60\/20 {
  background-color: rgb(195 180 253 / 0.2);
}
.bg-core-color-violet-60\/25 {
  background-color: rgb(195 180 253 / 0.25);
}
.bg-core-color-violet-60\/30 {
  background-color: rgb(195 180 253 / 0.3);
}
.bg-core-color-violet-60\/40 {
  background-color: rgb(195 180 253 / 0.4);
}
.bg-core-color-violet-60\/5 {
  background-color: rgb(195 180 253 / 0.05);
}
.bg-core-color-violet-60\/50 {
  background-color: rgb(195 180 253 / 0.5);
}
.bg-core-color-violet-60\/60 {
  background-color: rgb(195 180 253 / 0.6);
}
.bg-core-color-violet-60\/70 {
  background-color: rgb(195 180 253 / 0.7);
}
.bg-core-color-violet-60\/75 {
  background-color: rgb(195 180 253 / 0.75);
}
.bg-core-color-violet-60\/80 {
  background-color: rgb(195 180 253 / 0.8);
}
.bg-core-color-violet-60\/90 {
  background-color: rgb(195 180 253 / 0.9);
}
.bg-core-color-violet-60\/95 {
  background-color: rgb(195 180 253 / 0.95);
}
.bg-core-color-violet-60\/base-opacity-disabled {
  background-color: rgb(195 180 253 / 60%);
}
.bg-core-color-violet-60\/core-opacity-0 {
  background-color: rgb(195 180 253 / 0%);
}
.bg-core-color-violet-60\/core-opacity-10 {
  background-color: rgb(195 180 253 / 10%);
}
.bg-core-color-violet-60\/core-opacity-100 {
  background-color: rgb(195 180 253 / 100%);
}
.bg-core-color-violet-60\/core-opacity-20 {
  background-color: rgb(195 180 253 / 20%);
}
.bg-core-color-violet-60\/core-opacity-30 {
  background-color: rgb(195 180 253 / 30%);
}
.bg-core-color-violet-60\/core-opacity-40 {
  background-color: rgb(195 180 253 / 40%);
}
.bg-core-color-violet-60\/core-opacity-50 {
  background-color: rgb(195 180 253 / 50%);
}
.bg-core-color-violet-60\/core-opacity-60 {
  background-color: rgb(195 180 253 / 60%);
}
.bg-core-color-violet-60\/core-opacity-70 {
  background-color: rgb(195 180 253 / 70%);
}
.bg-core-color-violet-60\/core-opacity-80 {
  background-color: rgb(195 180 253 / 80%);
}
.bg-core-color-violet-60\/core-opacity-90 {
  background-color: rgb(195 180 253 / 90%);
}
.bg-core-color-violet-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 215 254 / var(--tw-bg-opacity));
}
.bg-core-color-violet-70\/0 {
  background-color: rgb(222 215 254 / 0);
}
.bg-core-color-violet-70\/10 {
  background-color: rgb(222 215 254 / 0.1);
}
.bg-core-color-violet-70\/100 {
  background-color: rgb(222 215 254 / 1);
}
.bg-core-color-violet-70\/20 {
  background-color: rgb(222 215 254 / 0.2);
}
.bg-core-color-violet-70\/25 {
  background-color: rgb(222 215 254 / 0.25);
}
.bg-core-color-violet-70\/30 {
  background-color: rgb(222 215 254 / 0.3);
}
.bg-core-color-violet-70\/40 {
  background-color: rgb(222 215 254 / 0.4);
}
.bg-core-color-violet-70\/5 {
  background-color: rgb(222 215 254 / 0.05);
}
.bg-core-color-violet-70\/50 {
  background-color: rgb(222 215 254 / 0.5);
}
.bg-core-color-violet-70\/60 {
  background-color: rgb(222 215 254 / 0.6);
}
.bg-core-color-violet-70\/70 {
  background-color: rgb(222 215 254 / 0.7);
}
.bg-core-color-violet-70\/75 {
  background-color: rgb(222 215 254 / 0.75);
}
.bg-core-color-violet-70\/80 {
  background-color: rgb(222 215 254 / 0.8);
}
.bg-core-color-violet-70\/90 {
  background-color: rgb(222 215 254 / 0.9);
}
.bg-core-color-violet-70\/95 {
  background-color: rgb(222 215 254 / 0.95);
}
.bg-core-color-violet-70\/base-opacity-disabled {
  background-color: rgb(222 215 254 / 60%);
}
.bg-core-color-violet-70\/core-opacity-0 {
  background-color: rgb(222 215 254 / 0%);
}
.bg-core-color-violet-70\/core-opacity-10 {
  background-color: rgb(222 215 254 / 10%);
}
.bg-core-color-violet-70\/core-opacity-100 {
  background-color: rgb(222 215 254 / 100%);
}
.bg-core-color-violet-70\/core-opacity-20 {
  background-color: rgb(222 215 254 / 20%);
}
.bg-core-color-violet-70\/core-opacity-30 {
  background-color: rgb(222 215 254 / 30%);
}
.bg-core-color-violet-70\/core-opacity-40 {
  background-color: rgb(222 215 254 / 40%);
}
.bg-core-color-violet-70\/core-opacity-50 {
  background-color: rgb(222 215 254 / 50%);
}
.bg-core-color-violet-70\/core-opacity-60 {
  background-color: rgb(222 215 254 / 60%);
}
.bg-core-color-violet-70\/core-opacity-70 {
  background-color: rgb(222 215 254 / 70%);
}
.bg-core-color-violet-70\/core-opacity-80 {
  background-color: rgb(222 215 254 / 80%);
}
.bg-core-color-violet-70\/core-opacity-90 {
  background-color: rgb(222 215 254 / 90%);
}
.bg-core-color-violet-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 231 254 / var(--tw-bg-opacity));
}
.bg-core-color-violet-80\/0 {
  background-color: rgb(234 231 254 / 0);
}
.bg-core-color-violet-80\/10 {
  background-color: rgb(234 231 254 / 0.1);
}
.bg-core-color-violet-80\/100 {
  background-color: rgb(234 231 254 / 1);
}
.bg-core-color-violet-80\/20 {
  background-color: rgb(234 231 254 / 0.2);
}
.bg-core-color-violet-80\/25 {
  background-color: rgb(234 231 254 / 0.25);
}
.bg-core-color-violet-80\/30 {
  background-color: rgb(234 231 254 / 0.3);
}
.bg-core-color-violet-80\/40 {
  background-color: rgb(234 231 254 / 0.4);
}
.bg-core-color-violet-80\/5 {
  background-color: rgb(234 231 254 / 0.05);
}
.bg-core-color-violet-80\/50 {
  background-color: rgb(234 231 254 / 0.5);
}
.bg-core-color-violet-80\/60 {
  background-color: rgb(234 231 254 / 0.6);
}
.bg-core-color-violet-80\/70 {
  background-color: rgb(234 231 254 / 0.7);
}
.bg-core-color-violet-80\/75 {
  background-color: rgb(234 231 254 / 0.75);
}
.bg-core-color-violet-80\/80 {
  background-color: rgb(234 231 254 / 0.8);
}
.bg-core-color-violet-80\/90 {
  background-color: rgb(234 231 254 / 0.9);
}
.bg-core-color-violet-80\/95 {
  background-color: rgb(234 231 254 / 0.95);
}
.bg-core-color-violet-80\/base-opacity-disabled {
  background-color: rgb(234 231 254 / 60%);
}
.bg-core-color-violet-80\/core-opacity-0 {
  background-color: rgb(234 231 254 / 0%);
}
.bg-core-color-violet-80\/core-opacity-10 {
  background-color: rgb(234 231 254 / 10%);
}
.bg-core-color-violet-80\/core-opacity-100 {
  background-color: rgb(234 231 254 / 100%);
}
.bg-core-color-violet-80\/core-opacity-20 {
  background-color: rgb(234 231 254 / 20%);
}
.bg-core-color-violet-80\/core-opacity-30 {
  background-color: rgb(234 231 254 / 30%);
}
.bg-core-color-violet-80\/core-opacity-40 {
  background-color: rgb(234 231 254 / 40%);
}
.bg-core-color-violet-80\/core-opacity-50 {
  background-color: rgb(234 231 254 / 50%);
}
.bg-core-color-violet-80\/core-opacity-60 {
  background-color: rgb(234 231 254 / 60%);
}
.bg-core-color-violet-80\/core-opacity-70 {
  background-color: rgb(234 231 254 / 70%);
}
.bg-core-color-violet-80\/core-opacity-80 {
  background-color: rgb(234 231 254 / 80%);
}
.bg-core-color-violet-80\/core-opacity-90 {
  background-color: rgb(234 231 254 / 90%);
}
.bg-core-color-violet-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 255 / var(--tw-bg-opacity));
}
.bg-core-color-violet-90\/0 {
  background-color: rgb(247 245 255 / 0);
}
.bg-core-color-violet-90\/10 {
  background-color: rgb(247 245 255 / 0.1);
}
.bg-core-color-violet-90\/100 {
  background-color: rgb(247 245 255 / 1);
}
.bg-core-color-violet-90\/20 {
  background-color: rgb(247 245 255 / 0.2);
}
.bg-core-color-violet-90\/25 {
  background-color: rgb(247 245 255 / 0.25);
}
.bg-core-color-violet-90\/30 {
  background-color: rgb(247 245 255 / 0.3);
}
.bg-core-color-violet-90\/40 {
  background-color: rgb(247 245 255 / 0.4);
}
.bg-core-color-violet-90\/5 {
  background-color: rgb(247 245 255 / 0.05);
}
.bg-core-color-violet-90\/50 {
  background-color: rgb(247 245 255 / 0.5);
}
.bg-core-color-violet-90\/60 {
  background-color: rgb(247 245 255 / 0.6);
}
.bg-core-color-violet-90\/70 {
  background-color: rgb(247 245 255 / 0.7);
}
.bg-core-color-violet-90\/75 {
  background-color: rgb(247 245 255 / 0.75);
}
.bg-core-color-violet-90\/80 {
  background-color: rgb(247 245 255 / 0.8);
}
.bg-core-color-violet-90\/90 {
  background-color: rgb(247 245 255 / 0.9);
}
.bg-core-color-violet-90\/95 {
  background-color: rgb(247 245 255 / 0.95);
}
.bg-core-color-violet-90\/base-opacity-disabled {
  background-color: rgb(247 245 255 / 60%);
}
.bg-core-color-violet-90\/core-opacity-0 {
  background-color: rgb(247 245 255 / 0%);
}
.bg-core-color-violet-90\/core-opacity-10 {
  background-color: rgb(247 245 255 / 10%);
}
.bg-core-color-violet-90\/core-opacity-100 {
  background-color: rgb(247 245 255 / 100%);
}
.bg-core-color-violet-90\/core-opacity-20 {
  background-color: rgb(247 245 255 / 20%);
}
.bg-core-color-violet-90\/core-opacity-30 {
  background-color: rgb(247 245 255 / 30%);
}
.bg-core-color-violet-90\/core-opacity-40 {
  background-color: rgb(247 245 255 / 40%);
}
.bg-core-color-violet-90\/core-opacity-50 {
  background-color: rgb(247 245 255 / 50%);
}
.bg-core-color-violet-90\/core-opacity-60 {
  background-color: rgb(247 245 255 / 60%);
}
.bg-core-color-violet-90\/core-opacity-70 {
  background-color: rgb(247 245 255 / 70%);
}
.bg-core-color-violet-90\/core-opacity-80 {
  background-color: rgb(247 245 255 / 80%);
}
.bg-core-color-violet-90\/core-opacity-90 {
  background-color: rgb(247 245 255 / 90%);
}
.bg-core-color-yellow-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(123 47 14 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-0\/0 {
  background-color: rgb(123 47 14 / 0);
}
.bg-core-color-yellow-0\/10 {
  background-color: rgb(123 47 14 / 0.1);
}
.bg-core-color-yellow-0\/100 {
  background-color: rgb(123 47 14 / 1);
}
.bg-core-color-yellow-0\/20 {
  background-color: rgb(123 47 14 / 0.2);
}
.bg-core-color-yellow-0\/25 {
  background-color: rgb(123 47 14 / 0.25);
}
.bg-core-color-yellow-0\/30 {
  background-color: rgb(123 47 14 / 0.3);
}
.bg-core-color-yellow-0\/40 {
  background-color: rgb(123 47 14 / 0.4);
}
.bg-core-color-yellow-0\/5 {
  background-color: rgb(123 47 14 / 0.05);
}
.bg-core-color-yellow-0\/50 {
  background-color: rgb(123 47 14 / 0.5);
}
.bg-core-color-yellow-0\/60 {
  background-color: rgb(123 47 14 / 0.6);
}
.bg-core-color-yellow-0\/70 {
  background-color: rgb(123 47 14 / 0.7);
}
.bg-core-color-yellow-0\/75 {
  background-color: rgb(123 47 14 / 0.75);
}
.bg-core-color-yellow-0\/80 {
  background-color: rgb(123 47 14 / 0.8);
}
.bg-core-color-yellow-0\/90 {
  background-color: rgb(123 47 14 / 0.9);
}
.bg-core-color-yellow-0\/95 {
  background-color: rgb(123 47 14 / 0.95);
}
.bg-core-color-yellow-0\/base-opacity-disabled {
  background-color: rgb(123 47 14 / 60%);
}
.bg-core-color-yellow-0\/core-opacity-0 {
  background-color: rgb(123 47 14 / 0%);
}
.bg-core-color-yellow-0\/core-opacity-10 {
  background-color: rgb(123 47 14 / 10%);
}
.bg-core-color-yellow-0\/core-opacity-100 {
  background-color: rgb(123 47 14 / 100%);
}
.bg-core-color-yellow-0\/core-opacity-20 {
  background-color: rgb(123 47 14 / 20%);
}
.bg-core-color-yellow-0\/core-opacity-30 {
  background-color: rgb(123 47 14 / 30%);
}
.bg-core-color-yellow-0\/core-opacity-40 {
  background-color: rgb(123 47 14 / 40%);
}
.bg-core-color-yellow-0\/core-opacity-50 {
  background-color: rgb(123 47 14 / 50%);
}
.bg-core-color-yellow-0\/core-opacity-60 {
  background-color: rgb(123 47 14 / 60%);
}
.bg-core-color-yellow-0\/core-opacity-70 {
  background-color: rgb(123 47 14 / 70%);
}
.bg-core-color-yellow-0\/core-opacity-80 {
  background-color: rgb(123 47 14 / 80%);
}
.bg-core-color-yellow-0\/core-opacity-90 {
  background-color: rgb(123 47 14 / 90%);
}
.bg-core-color-yellow-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 55 13 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-10\/0 {
  background-color: rgb(145 55 13 / 0);
}
.bg-core-color-yellow-10\/10 {
  background-color: rgb(145 55 13 / 0.1);
}
.bg-core-color-yellow-10\/100 {
  background-color: rgb(145 55 13 / 1);
}
.bg-core-color-yellow-10\/20 {
  background-color: rgb(145 55 13 / 0.2);
}
.bg-core-color-yellow-10\/25 {
  background-color: rgb(145 55 13 / 0.25);
}
.bg-core-color-yellow-10\/30 {
  background-color: rgb(145 55 13 / 0.3);
}
.bg-core-color-yellow-10\/40 {
  background-color: rgb(145 55 13 / 0.4);
}
.bg-core-color-yellow-10\/5 {
  background-color: rgb(145 55 13 / 0.05);
}
.bg-core-color-yellow-10\/50 {
  background-color: rgb(145 55 13 / 0.5);
}
.bg-core-color-yellow-10\/60 {
  background-color: rgb(145 55 13 / 0.6);
}
.bg-core-color-yellow-10\/70 {
  background-color: rgb(145 55 13 / 0.7);
}
.bg-core-color-yellow-10\/75 {
  background-color: rgb(145 55 13 / 0.75);
}
.bg-core-color-yellow-10\/80 {
  background-color: rgb(145 55 13 / 0.8);
}
.bg-core-color-yellow-10\/90 {
  background-color: rgb(145 55 13 / 0.9);
}
.bg-core-color-yellow-10\/95 {
  background-color: rgb(145 55 13 / 0.95);
}
.bg-core-color-yellow-10\/base-opacity-disabled {
  background-color: rgb(145 55 13 / 60%);
}
.bg-core-color-yellow-10\/core-opacity-0 {
  background-color: rgb(145 55 13 / 0%);
}
.bg-core-color-yellow-10\/core-opacity-10 {
  background-color: rgb(145 55 13 / 10%);
}
.bg-core-color-yellow-10\/core-opacity-100 {
  background-color: rgb(145 55 13 / 100%);
}
.bg-core-color-yellow-10\/core-opacity-20 {
  background-color: rgb(145 55 13 / 20%);
}
.bg-core-color-yellow-10\/core-opacity-30 {
  background-color: rgb(145 55 13 / 30%);
}
.bg-core-color-yellow-10\/core-opacity-40 {
  background-color: rgb(145 55 13 / 40%);
}
.bg-core-color-yellow-10\/core-opacity-50 {
  background-color: rgb(145 55 13 / 50%);
}
.bg-core-color-yellow-10\/core-opacity-60 {
  background-color: rgb(145 55 13 / 60%);
}
.bg-core-color-yellow-10\/core-opacity-70 {
  background-color: rgb(145 55 13 / 70%);
}
.bg-core-color-yellow-10\/core-opacity-80 {
  background-color: rgb(145 55 13 / 80%);
}
.bg-core-color-yellow-10\/core-opacity-90 {
  background-color: rgb(145 55 13 / 90%);
}
.bg-core-color-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 245 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-100\/0 {
  background-color: rgb(255 252 245 / 0);
}
.bg-core-color-yellow-100\/10 {
  background-color: rgb(255 252 245 / 0.1);
}
.bg-core-color-yellow-100\/100 {
  background-color: rgb(255 252 245 / 1);
}
.bg-core-color-yellow-100\/20 {
  background-color: rgb(255 252 245 / 0.2);
}
.bg-core-color-yellow-100\/25 {
  background-color: rgb(255 252 245 / 0.25);
}
.bg-core-color-yellow-100\/30 {
  background-color: rgb(255 252 245 / 0.3);
}
.bg-core-color-yellow-100\/40 {
  background-color: rgb(255 252 245 / 0.4);
}
.bg-core-color-yellow-100\/5 {
  background-color: rgb(255 252 245 / 0.05);
}
.bg-core-color-yellow-100\/50 {
  background-color: rgb(255 252 245 / 0.5);
}
.bg-core-color-yellow-100\/60 {
  background-color: rgb(255 252 245 / 0.6);
}
.bg-core-color-yellow-100\/70 {
  background-color: rgb(255 252 245 / 0.7);
}
.bg-core-color-yellow-100\/75 {
  background-color: rgb(255 252 245 / 0.75);
}
.bg-core-color-yellow-100\/80 {
  background-color: rgb(255 252 245 / 0.8);
}
.bg-core-color-yellow-100\/90 {
  background-color: rgb(255 252 245 / 0.9);
}
.bg-core-color-yellow-100\/95 {
  background-color: rgb(255 252 245 / 0.95);
}
.bg-core-color-yellow-100\/base-opacity-disabled {
  background-color: rgb(255 252 245 / 60%);
}
.bg-core-color-yellow-100\/core-opacity-0 {
  background-color: rgb(255 252 245 / 0%);
}
.bg-core-color-yellow-100\/core-opacity-10 {
  background-color: rgb(255 252 245 / 10%);
}
.bg-core-color-yellow-100\/core-opacity-100 {
  background-color: rgb(255 252 245 / 100%);
}
.bg-core-color-yellow-100\/core-opacity-20 {
  background-color: rgb(255 252 245 / 20%);
}
.bg-core-color-yellow-100\/core-opacity-30 {
  background-color: rgb(255 252 245 / 30%);
}
.bg-core-color-yellow-100\/core-opacity-40 {
  background-color: rgb(255 252 245 / 40%);
}
.bg-core-color-yellow-100\/core-opacity-50 {
  background-color: rgb(255 252 245 / 50%);
}
.bg-core-color-yellow-100\/core-opacity-60 {
  background-color: rgb(255 252 245 / 60%);
}
.bg-core-color-yellow-100\/core-opacity-70 {
  background-color: rgb(255 252 245 / 70%);
}
.bg-core-color-yellow-100\/core-opacity-80 {
  background-color: rgb(255 252 245 / 80%);
}
.bg-core-color-yellow-100\/core-opacity-90 {
  background-color: rgb(255 252 245 / 90%);
}
.bg-core-color-yellow-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 71 8 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-20\/0 {
  background-color: rgb(181 71 8 / 0);
}
.bg-core-color-yellow-20\/10 {
  background-color: rgb(181 71 8 / 0.1);
}
.bg-core-color-yellow-20\/100 {
  background-color: rgb(181 71 8 / 1);
}
.bg-core-color-yellow-20\/20 {
  background-color: rgb(181 71 8 / 0.2);
}
.bg-core-color-yellow-20\/25 {
  background-color: rgb(181 71 8 / 0.25);
}
.bg-core-color-yellow-20\/30 {
  background-color: rgb(181 71 8 / 0.3);
}
.bg-core-color-yellow-20\/40 {
  background-color: rgb(181 71 8 / 0.4);
}
.bg-core-color-yellow-20\/5 {
  background-color: rgb(181 71 8 / 0.05);
}
.bg-core-color-yellow-20\/50 {
  background-color: rgb(181 71 8 / 0.5);
}
.bg-core-color-yellow-20\/60 {
  background-color: rgb(181 71 8 / 0.6);
}
.bg-core-color-yellow-20\/70 {
  background-color: rgb(181 71 8 / 0.7);
}
.bg-core-color-yellow-20\/75 {
  background-color: rgb(181 71 8 / 0.75);
}
.bg-core-color-yellow-20\/80 {
  background-color: rgb(181 71 8 / 0.8);
}
.bg-core-color-yellow-20\/90 {
  background-color: rgb(181 71 8 / 0.9);
}
.bg-core-color-yellow-20\/95 {
  background-color: rgb(181 71 8 / 0.95);
}
.bg-core-color-yellow-20\/base-opacity-disabled {
  background-color: rgb(181 71 8 / 60%);
}
.bg-core-color-yellow-20\/core-opacity-0 {
  background-color: rgb(181 71 8 / 0%);
}
.bg-core-color-yellow-20\/core-opacity-10 {
  background-color: rgb(181 71 8 / 10%);
}
.bg-core-color-yellow-20\/core-opacity-100 {
  background-color: rgb(181 71 8 / 100%);
}
.bg-core-color-yellow-20\/core-opacity-20 {
  background-color: rgb(181 71 8 / 20%);
}
.bg-core-color-yellow-20\/core-opacity-30 {
  background-color: rgb(181 71 8 / 30%);
}
.bg-core-color-yellow-20\/core-opacity-40 {
  background-color: rgb(181 71 8 / 40%);
}
.bg-core-color-yellow-20\/core-opacity-50 {
  background-color: rgb(181 71 8 / 50%);
}
.bg-core-color-yellow-20\/core-opacity-60 {
  background-color: rgb(181 71 8 / 60%);
}
.bg-core-color-yellow-20\/core-opacity-70 {
  background-color: rgb(181 71 8 / 70%);
}
.bg-core-color-yellow-20\/core-opacity-80 {
  background-color: rgb(181 71 8 / 80%);
}
.bg-core-color-yellow-20\/core-opacity-90 {
  background-color: rgb(181 71 8 / 90%);
}
.bg-core-color-yellow-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 105 3 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-30\/0 {
  background-color: rgb(221 105 3 / 0);
}
.bg-core-color-yellow-30\/10 {
  background-color: rgb(221 105 3 / 0.1);
}
.bg-core-color-yellow-30\/100 {
  background-color: rgb(221 105 3 / 1);
}
.bg-core-color-yellow-30\/20 {
  background-color: rgb(221 105 3 / 0.2);
}
.bg-core-color-yellow-30\/25 {
  background-color: rgb(221 105 3 / 0.25);
}
.bg-core-color-yellow-30\/30 {
  background-color: rgb(221 105 3 / 0.3);
}
.bg-core-color-yellow-30\/40 {
  background-color: rgb(221 105 3 / 0.4);
}
.bg-core-color-yellow-30\/5 {
  background-color: rgb(221 105 3 / 0.05);
}
.bg-core-color-yellow-30\/50 {
  background-color: rgb(221 105 3 / 0.5);
}
.bg-core-color-yellow-30\/60 {
  background-color: rgb(221 105 3 / 0.6);
}
.bg-core-color-yellow-30\/70 {
  background-color: rgb(221 105 3 / 0.7);
}
.bg-core-color-yellow-30\/75 {
  background-color: rgb(221 105 3 / 0.75);
}
.bg-core-color-yellow-30\/80 {
  background-color: rgb(221 105 3 / 0.8);
}
.bg-core-color-yellow-30\/90 {
  background-color: rgb(221 105 3 / 0.9);
}
.bg-core-color-yellow-30\/95 {
  background-color: rgb(221 105 3 / 0.95);
}
.bg-core-color-yellow-30\/base-opacity-disabled {
  background-color: rgb(221 105 3 / 60%);
}
.bg-core-color-yellow-30\/core-opacity-0 {
  background-color: rgb(221 105 3 / 0%);
}
.bg-core-color-yellow-30\/core-opacity-10 {
  background-color: rgb(221 105 3 / 10%);
}
.bg-core-color-yellow-30\/core-opacity-100 {
  background-color: rgb(221 105 3 / 100%);
}
.bg-core-color-yellow-30\/core-opacity-20 {
  background-color: rgb(221 105 3 / 20%);
}
.bg-core-color-yellow-30\/core-opacity-30 {
  background-color: rgb(221 105 3 / 30%);
}
.bg-core-color-yellow-30\/core-opacity-40 {
  background-color: rgb(221 105 3 / 40%);
}
.bg-core-color-yellow-30\/core-opacity-50 {
  background-color: rgb(221 105 3 / 50%);
}
.bg-core-color-yellow-30\/core-opacity-60 {
  background-color: rgb(221 105 3 / 60%);
}
.bg-core-color-yellow-30\/core-opacity-70 {
  background-color: rgb(221 105 3 / 70%);
}
.bg-core-color-yellow-30\/core-opacity-80 {
  background-color: rgb(221 105 3 / 80%);
}
.bg-core-color-yellow-30\/core-opacity-90 {
  background-color: rgb(221 105 3 / 90%);
}
.bg-core-color-yellow-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 143 8 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-40\/0 {
  background-color: rgb(247 143 8 / 0);
}
.bg-core-color-yellow-40\/10 {
  background-color: rgb(247 143 8 / 0.1);
}
.bg-core-color-yellow-40\/100 {
  background-color: rgb(247 143 8 / 1);
}
.bg-core-color-yellow-40\/20 {
  background-color: rgb(247 143 8 / 0.2);
}
.bg-core-color-yellow-40\/25 {
  background-color: rgb(247 143 8 / 0.25);
}
.bg-core-color-yellow-40\/30 {
  background-color: rgb(247 143 8 / 0.3);
}
.bg-core-color-yellow-40\/40 {
  background-color: rgb(247 143 8 / 0.4);
}
.bg-core-color-yellow-40\/5 {
  background-color: rgb(247 143 8 / 0.05);
}
.bg-core-color-yellow-40\/50 {
  background-color: rgb(247 143 8 / 0.5);
}
.bg-core-color-yellow-40\/60 {
  background-color: rgb(247 143 8 / 0.6);
}
.bg-core-color-yellow-40\/70 {
  background-color: rgb(247 143 8 / 0.7);
}
.bg-core-color-yellow-40\/75 {
  background-color: rgb(247 143 8 / 0.75);
}
.bg-core-color-yellow-40\/80 {
  background-color: rgb(247 143 8 / 0.8);
}
.bg-core-color-yellow-40\/90 {
  background-color: rgb(247 143 8 / 0.9);
}
.bg-core-color-yellow-40\/95 {
  background-color: rgb(247 143 8 / 0.95);
}
.bg-core-color-yellow-40\/base-opacity-disabled {
  background-color: rgb(247 143 8 / 60%);
}
.bg-core-color-yellow-40\/core-opacity-0 {
  background-color: rgb(247 143 8 / 0%);
}
.bg-core-color-yellow-40\/core-opacity-10 {
  background-color: rgb(247 143 8 / 10%);
}
.bg-core-color-yellow-40\/core-opacity-100 {
  background-color: rgb(247 143 8 / 100%);
}
.bg-core-color-yellow-40\/core-opacity-20 {
  background-color: rgb(247 143 8 / 20%);
}
.bg-core-color-yellow-40\/core-opacity-30 {
  background-color: rgb(247 143 8 / 30%);
}
.bg-core-color-yellow-40\/core-opacity-40 {
  background-color: rgb(247 143 8 / 40%);
}
.bg-core-color-yellow-40\/core-opacity-50 {
  background-color: rgb(247 143 8 / 50%);
}
.bg-core-color-yellow-40\/core-opacity-60 {
  background-color: rgb(247 143 8 / 60%);
}
.bg-core-color-yellow-40\/core-opacity-70 {
  background-color: rgb(247 143 8 / 70%);
}
.bg-core-color-yellow-40\/core-opacity-80 {
  background-color: rgb(247 143 8 / 80%);
}
.bg-core-color-yellow-40\/core-opacity-90 {
  background-color: rgb(247 143 8 / 90%);
}
.bg-core-color-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 176 33 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-50\/0 {
  background-color: rgb(253 176 33 / 0);
}
.bg-core-color-yellow-50\/10 {
  background-color: rgb(253 176 33 / 0.1);
}
.bg-core-color-yellow-50\/100 {
  background-color: rgb(253 176 33 / 1);
}
.bg-core-color-yellow-50\/20 {
  background-color: rgb(253 176 33 / 0.2);
}
.bg-core-color-yellow-50\/25 {
  background-color: rgb(253 176 33 / 0.25);
}
.bg-core-color-yellow-50\/30 {
  background-color: rgb(253 176 33 / 0.3);
}
.bg-core-color-yellow-50\/40 {
  background-color: rgb(253 176 33 / 0.4);
}
.bg-core-color-yellow-50\/5 {
  background-color: rgb(253 176 33 / 0.05);
}
.bg-core-color-yellow-50\/50 {
  background-color: rgb(253 176 33 / 0.5);
}
.bg-core-color-yellow-50\/60 {
  background-color: rgb(253 176 33 / 0.6);
}
.bg-core-color-yellow-50\/70 {
  background-color: rgb(253 176 33 / 0.7);
}
.bg-core-color-yellow-50\/75 {
  background-color: rgb(253 176 33 / 0.75);
}
.bg-core-color-yellow-50\/80 {
  background-color: rgb(253 176 33 / 0.8);
}
.bg-core-color-yellow-50\/90 {
  background-color: rgb(253 176 33 / 0.9);
}
.bg-core-color-yellow-50\/95 {
  background-color: rgb(253 176 33 / 0.95);
}
.bg-core-color-yellow-50\/base-opacity-disabled {
  background-color: rgb(253 176 33 / 60%);
}
.bg-core-color-yellow-50\/core-opacity-0 {
  background-color: rgb(253 176 33 / 0%);
}
.bg-core-color-yellow-50\/core-opacity-10 {
  background-color: rgb(253 176 33 / 10%);
}
.bg-core-color-yellow-50\/core-opacity-100 {
  background-color: rgb(253 176 33 / 100%);
}
.bg-core-color-yellow-50\/core-opacity-20 {
  background-color: rgb(253 176 33 / 20%);
}
.bg-core-color-yellow-50\/core-opacity-30 {
  background-color: rgb(253 176 33 / 30%);
}
.bg-core-color-yellow-50\/core-opacity-40 {
  background-color: rgb(253 176 33 / 40%);
}
.bg-core-color-yellow-50\/core-opacity-50 {
  background-color: rgb(253 176 33 / 50%);
}
.bg-core-color-yellow-50\/core-opacity-60 {
  background-color: rgb(253 176 33 / 60%);
}
.bg-core-color-yellow-50\/core-opacity-70 {
  background-color: rgb(253 176 33 / 70%);
}
.bg-core-color-yellow-50\/core-opacity-80 {
  background-color: rgb(253 176 33 / 80%);
}
.bg-core-color-yellow-50\/core-opacity-90 {
  background-color: rgb(253 176 33 / 90%);
}
.bg-core-color-yellow-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 201 77 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-60\/0 {
  background-color: rgb(254 201 77 / 0);
}
.bg-core-color-yellow-60\/10 {
  background-color: rgb(254 201 77 / 0.1);
}
.bg-core-color-yellow-60\/100 {
  background-color: rgb(254 201 77 / 1);
}
.bg-core-color-yellow-60\/20 {
  background-color: rgb(254 201 77 / 0.2);
}
.bg-core-color-yellow-60\/25 {
  background-color: rgb(254 201 77 / 0.25);
}
.bg-core-color-yellow-60\/30 {
  background-color: rgb(254 201 77 / 0.3);
}
.bg-core-color-yellow-60\/40 {
  background-color: rgb(254 201 77 / 0.4);
}
.bg-core-color-yellow-60\/5 {
  background-color: rgb(254 201 77 / 0.05);
}
.bg-core-color-yellow-60\/50 {
  background-color: rgb(254 201 77 / 0.5);
}
.bg-core-color-yellow-60\/60 {
  background-color: rgb(254 201 77 / 0.6);
}
.bg-core-color-yellow-60\/70 {
  background-color: rgb(254 201 77 / 0.7);
}
.bg-core-color-yellow-60\/75 {
  background-color: rgb(254 201 77 / 0.75);
}
.bg-core-color-yellow-60\/80 {
  background-color: rgb(254 201 77 / 0.8);
}
.bg-core-color-yellow-60\/90 {
  background-color: rgb(254 201 77 / 0.9);
}
.bg-core-color-yellow-60\/95 {
  background-color: rgb(254 201 77 / 0.95);
}
.bg-core-color-yellow-60\/base-opacity-disabled {
  background-color: rgb(254 201 77 / 60%);
}
.bg-core-color-yellow-60\/core-opacity-0 {
  background-color: rgb(254 201 77 / 0%);
}
.bg-core-color-yellow-60\/core-opacity-10 {
  background-color: rgb(254 201 77 / 10%);
}
.bg-core-color-yellow-60\/core-opacity-100 {
  background-color: rgb(254 201 77 / 100%);
}
.bg-core-color-yellow-60\/core-opacity-20 {
  background-color: rgb(254 201 77 / 20%);
}
.bg-core-color-yellow-60\/core-opacity-30 {
  background-color: rgb(254 201 77 / 30%);
}
.bg-core-color-yellow-60\/core-opacity-40 {
  background-color: rgb(254 201 77 / 40%);
}
.bg-core-color-yellow-60\/core-opacity-50 {
  background-color: rgb(254 201 77 / 50%);
}
.bg-core-color-yellow-60\/core-opacity-60 {
  background-color: rgb(254 201 77 / 60%);
}
.bg-core-color-yellow-60\/core-opacity-70 {
  background-color: rgb(254 201 77 / 70%);
}
.bg-core-color-yellow-60\/core-opacity-80 {
  background-color: rgb(254 201 77 / 80%);
}
.bg-core-color-yellow-60\/core-opacity-90 {
  background-color: rgb(254 201 77 / 90%);
}
.bg-core-color-yellow-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 139 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-70\/0 {
  background-color: rgb(254 223 139 / 0);
}
.bg-core-color-yellow-70\/10 {
  background-color: rgb(254 223 139 / 0.1);
}
.bg-core-color-yellow-70\/100 {
  background-color: rgb(254 223 139 / 1);
}
.bg-core-color-yellow-70\/20 {
  background-color: rgb(254 223 139 / 0.2);
}
.bg-core-color-yellow-70\/25 {
  background-color: rgb(254 223 139 / 0.25);
}
.bg-core-color-yellow-70\/30 {
  background-color: rgb(254 223 139 / 0.3);
}
.bg-core-color-yellow-70\/40 {
  background-color: rgb(254 223 139 / 0.4);
}
.bg-core-color-yellow-70\/5 {
  background-color: rgb(254 223 139 / 0.05);
}
.bg-core-color-yellow-70\/50 {
  background-color: rgb(254 223 139 / 0.5);
}
.bg-core-color-yellow-70\/60 {
  background-color: rgb(254 223 139 / 0.6);
}
.bg-core-color-yellow-70\/70 {
  background-color: rgb(254 223 139 / 0.7);
}
.bg-core-color-yellow-70\/75 {
  background-color: rgb(254 223 139 / 0.75);
}
.bg-core-color-yellow-70\/80 {
  background-color: rgb(254 223 139 / 0.8);
}
.bg-core-color-yellow-70\/90 {
  background-color: rgb(254 223 139 / 0.9);
}
.bg-core-color-yellow-70\/95 {
  background-color: rgb(254 223 139 / 0.95);
}
.bg-core-color-yellow-70\/base-opacity-disabled {
  background-color: rgb(254 223 139 / 60%);
}
.bg-core-color-yellow-70\/core-opacity-0 {
  background-color: rgb(254 223 139 / 0%);
}
.bg-core-color-yellow-70\/core-opacity-10 {
  background-color: rgb(254 223 139 / 10%);
}
.bg-core-color-yellow-70\/core-opacity-100 {
  background-color: rgb(254 223 139 / 100%);
}
.bg-core-color-yellow-70\/core-opacity-20 {
  background-color: rgb(254 223 139 / 20%);
}
.bg-core-color-yellow-70\/core-opacity-30 {
  background-color: rgb(254 223 139 / 30%);
}
.bg-core-color-yellow-70\/core-opacity-40 {
  background-color: rgb(254 223 139 / 40%);
}
.bg-core-color-yellow-70\/core-opacity-50 {
  background-color: rgb(254 223 139 / 50%);
}
.bg-core-color-yellow-70\/core-opacity-60 {
  background-color: rgb(254 223 139 / 60%);
}
.bg-core-color-yellow-70\/core-opacity-70 {
  background-color: rgb(254 223 139 / 70%);
}
.bg-core-color-yellow-70\/core-opacity-80 {
  background-color: rgb(254 223 139 / 80%);
}
.bg-core-color-yellow-70\/core-opacity-90 {
  background-color: rgb(254 223 139 / 90%);
}
.bg-core-color-yellow-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 200 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-80\/0 {
  background-color: rgb(254 240 200 / 0);
}
.bg-core-color-yellow-80\/10 {
  background-color: rgb(254 240 200 / 0.1);
}
.bg-core-color-yellow-80\/100 {
  background-color: rgb(254 240 200 / 1);
}
.bg-core-color-yellow-80\/20 {
  background-color: rgb(254 240 200 / 0.2);
}
.bg-core-color-yellow-80\/25 {
  background-color: rgb(254 240 200 / 0.25);
}
.bg-core-color-yellow-80\/30 {
  background-color: rgb(254 240 200 / 0.3);
}
.bg-core-color-yellow-80\/40 {
  background-color: rgb(254 240 200 / 0.4);
}
.bg-core-color-yellow-80\/5 {
  background-color: rgb(254 240 200 / 0.05);
}
.bg-core-color-yellow-80\/50 {
  background-color: rgb(254 240 200 / 0.5);
}
.bg-core-color-yellow-80\/60 {
  background-color: rgb(254 240 200 / 0.6);
}
.bg-core-color-yellow-80\/70 {
  background-color: rgb(254 240 200 / 0.7);
}
.bg-core-color-yellow-80\/75 {
  background-color: rgb(254 240 200 / 0.75);
}
.bg-core-color-yellow-80\/80 {
  background-color: rgb(254 240 200 / 0.8);
}
.bg-core-color-yellow-80\/90 {
  background-color: rgb(254 240 200 / 0.9);
}
.bg-core-color-yellow-80\/95 {
  background-color: rgb(254 240 200 / 0.95);
}
.bg-core-color-yellow-80\/base-opacity-disabled {
  background-color: rgb(254 240 200 / 60%);
}
.bg-core-color-yellow-80\/core-opacity-0 {
  background-color: rgb(254 240 200 / 0%);
}
.bg-core-color-yellow-80\/core-opacity-10 {
  background-color: rgb(254 240 200 / 10%);
}
.bg-core-color-yellow-80\/core-opacity-100 {
  background-color: rgb(254 240 200 / 100%);
}
.bg-core-color-yellow-80\/core-opacity-20 {
  background-color: rgb(254 240 200 / 20%);
}
.bg-core-color-yellow-80\/core-opacity-30 {
  background-color: rgb(254 240 200 / 30%);
}
.bg-core-color-yellow-80\/core-opacity-40 {
  background-color: rgb(254 240 200 / 40%);
}
.bg-core-color-yellow-80\/core-opacity-50 {
  background-color: rgb(254 240 200 / 50%);
}
.bg-core-color-yellow-80\/core-opacity-60 {
  background-color: rgb(254 240 200 / 60%);
}
.bg-core-color-yellow-80\/core-opacity-70 {
  background-color: rgb(254 240 200 / 70%);
}
.bg-core-color-yellow-80\/core-opacity-80 {
  background-color: rgb(254 240 200 / 80%);
}
.bg-core-color-yellow-80\/core-opacity-90 {
  background-color: rgb(254 240 200 / 90%);
}
.bg-core-color-yellow-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-90\/0 {
  background-color: rgb(255 250 235 / 0);
}
.bg-core-color-yellow-90\/10 {
  background-color: rgb(255 250 235 / 0.1);
}
.bg-core-color-yellow-90\/100 {
  background-color: rgb(255 250 235 / 1);
}
.bg-core-color-yellow-90\/20 {
  background-color: rgb(255 250 235 / 0.2);
}
.bg-core-color-yellow-90\/25 {
  background-color: rgb(255 250 235 / 0.25);
}
.bg-core-color-yellow-90\/30 {
  background-color: rgb(255 250 235 / 0.3);
}
.bg-core-color-yellow-90\/40 {
  background-color: rgb(255 250 235 / 0.4);
}
.bg-core-color-yellow-90\/5 {
  background-color: rgb(255 250 235 / 0.05);
}
.bg-core-color-yellow-90\/50 {
  background-color: rgb(255 250 235 / 0.5);
}
.bg-core-color-yellow-90\/60 {
  background-color: rgb(255 250 235 / 0.6);
}
.bg-core-color-yellow-90\/70 {
  background-color: rgb(255 250 235 / 0.7);
}
.bg-core-color-yellow-90\/75 {
  background-color: rgb(255 250 235 / 0.75);
}
.bg-core-color-yellow-90\/80 {
  background-color: rgb(255 250 235 / 0.8);
}
.bg-core-color-yellow-90\/90 {
  background-color: rgb(255 250 235 / 0.9);
}
.bg-core-color-yellow-90\/95 {
  background-color: rgb(255 250 235 / 0.95);
}
.bg-core-color-yellow-90\/base-opacity-disabled {
  background-color: rgb(255 250 235 / 60%);
}
.bg-core-color-yellow-90\/core-opacity-0 {
  background-color: rgb(255 250 235 / 0%);
}
.bg-core-color-yellow-90\/core-opacity-10 {
  background-color: rgb(255 250 235 / 10%);
}
.bg-core-color-yellow-90\/core-opacity-100 {
  background-color: rgb(255 250 235 / 100%);
}
.bg-core-color-yellow-90\/core-opacity-20 {
  background-color: rgb(255 250 235 / 20%);
}
.bg-core-color-yellow-90\/core-opacity-30 {
  background-color: rgb(255 250 235 / 30%);
}
.bg-core-color-yellow-90\/core-opacity-40 {
  background-color: rgb(255 250 235 / 40%);
}
.bg-core-color-yellow-90\/core-opacity-50 {
  background-color: rgb(255 250 235 / 50%);
}
.bg-core-color-yellow-90\/core-opacity-60 {
  background-color: rgb(255 250 235 / 60%);
}
.bg-core-color-yellow-90\/core-opacity-70 {
  background-color: rgb(255 250 235 / 70%);
}
.bg-core-color-yellow-90\/core-opacity-80 {
  background-color: rgb(255 250 235 / 80%);
}
.bg-core-color-yellow-90\/core-opacity-90 {
  background-color: rgb(255 250 235 / 90%);
}
.bg-core-transparent {
  background-color: #00000000;
}
.bg-core-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-core-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-core-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-core-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-core-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-core-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-core-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-core-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-core-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-core-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-core-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-core-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-core-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-core-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-core-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-core-transparent\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-core-transparent\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-core-transparent\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-core-transparent\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-core-transparent\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-core-transparent\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-core-transparent\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-core-transparent\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-core-transparent\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-core-transparent\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-core-transparent\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-core-transparent\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-current {
  background-color: currentColor;
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.bg-cyan-100\/base-opacity-disabled {
  background-color: rgb(207 250 254 / 60%);
}
.bg-cyan-100\/core-opacity-0 {
  background-color: rgb(207 250 254 / 0%);
}
.bg-cyan-100\/core-opacity-10 {
  background-color: rgb(207 250 254 / 10%);
}
.bg-cyan-100\/core-opacity-100 {
  background-color: rgb(207 250 254 / 100%);
}
.bg-cyan-100\/core-opacity-20 {
  background-color: rgb(207 250 254 / 20%);
}
.bg-cyan-100\/core-opacity-30 {
  background-color: rgb(207 250 254 / 30%);
}
.bg-cyan-100\/core-opacity-40 {
  background-color: rgb(207 250 254 / 40%);
}
.bg-cyan-100\/core-opacity-50 {
  background-color: rgb(207 250 254 / 50%);
}
.bg-cyan-100\/core-opacity-60 {
  background-color: rgb(207 250 254 / 60%);
}
.bg-cyan-100\/core-opacity-70 {
  background-color: rgb(207 250 254 / 70%);
}
.bg-cyan-100\/core-opacity-80 {
  background-color: rgb(207 250 254 / 80%);
}
.bg-cyan-100\/core-opacity-90 {
  background-color: rgb(207 250 254 / 90%);
}
.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}
.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}
.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}
.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}
.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}
.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}
.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}
.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}
.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}
.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}
.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}
.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}
.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}
.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}
.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}
.bg-cyan-200\/base-opacity-disabled {
  background-color: rgb(165 243 252 / 60%);
}
.bg-cyan-200\/core-opacity-0 {
  background-color: rgb(165 243 252 / 0%);
}
.bg-cyan-200\/core-opacity-10 {
  background-color: rgb(165 243 252 / 10%);
}
.bg-cyan-200\/core-opacity-100 {
  background-color: rgb(165 243 252 / 100%);
}
.bg-cyan-200\/core-opacity-20 {
  background-color: rgb(165 243 252 / 20%);
}
.bg-cyan-200\/core-opacity-30 {
  background-color: rgb(165 243 252 / 30%);
}
.bg-cyan-200\/core-opacity-40 {
  background-color: rgb(165 243 252 / 40%);
}
.bg-cyan-200\/core-opacity-50 {
  background-color: rgb(165 243 252 / 50%);
}
.bg-cyan-200\/core-opacity-60 {
  background-color: rgb(165 243 252 / 60%);
}
.bg-cyan-200\/core-opacity-70 {
  background-color: rgb(165 243 252 / 70%);
}
.bg-cyan-200\/core-opacity-80 {
  background-color: rgb(165 243 252 / 80%);
}
.bg-cyan-200\/core-opacity-90 {
  background-color: rgb(165 243 252 / 90%);
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}
.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}
.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}
.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}
.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}
.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}
.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}
.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}
.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}
.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}
.bg-cyan-300\/base-opacity-disabled {
  background-color: rgb(103 232 249 / 60%);
}
.bg-cyan-300\/core-opacity-0 {
  background-color: rgb(103 232 249 / 0%);
}
.bg-cyan-300\/core-opacity-10 {
  background-color: rgb(103 232 249 / 10%);
}
.bg-cyan-300\/core-opacity-100 {
  background-color: rgb(103 232 249 / 100%);
}
.bg-cyan-300\/core-opacity-20 {
  background-color: rgb(103 232 249 / 20%);
}
.bg-cyan-300\/core-opacity-30 {
  background-color: rgb(103 232 249 / 30%);
}
.bg-cyan-300\/core-opacity-40 {
  background-color: rgb(103 232 249 / 40%);
}
.bg-cyan-300\/core-opacity-50 {
  background-color: rgb(103 232 249 / 50%);
}
.bg-cyan-300\/core-opacity-60 {
  background-color: rgb(103 232 249 / 60%);
}
.bg-cyan-300\/core-opacity-70 {
  background-color: rgb(103 232 249 / 70%);
}
.bg-cyan-300\/core-opacity-80 {
  background-color: rgb(103 232 249 / 80%);
}
.bg-cyan-300\/core-opacity-90 {
  background-color: rgb(103 232 249 / 90%);
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}
.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}
.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}
.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}
.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}
.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}
.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}
.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}
.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}
.bg-cyan-400\/base-opacity-disabled {
  background-color: rgb(34 211 238 / 60%);
}
.bg-cyan-400\/core-opacity-0 {
  background-color: rgb(34 211 238 / 0%);
}
.bg-cyan-400\/core-opacity-10 {
  background-color: rgb(34 211 238 / 10%);
}
.bg-cyan-400\/core-opacity-100 {
  background-color: rgb(34 211 238 / 100%);
}
.bg-cyan-400\/core-opacity-20 {
  background-color: rgb(34 211 238 / 20%);
}
.bg-cyan-400\/core-opacity-30 {
  background-color: rgb(34 211 238 / 30%);
}
.bg-cyan-400\/core-opacity-40 {
  background-color: rgb(34 211 238 / 40%);
}
.bg-cyan-400\/core-opacity-50 {
  background-color: rgb(34 211 238 / 50%);
}
.bg-cyan-400\/core-opacity-60 {
  background-color: rgb(34 211 238 / 60%);
}
.bg-cyan-400\/core-opacity-70 {
  background-color: rgb(34 211 238 / 70%);
}
.bg-cyan-400\/core-opacity-80 {
  background-color: rgb(34 211 238 / 80%);
}
.bg-cyan-400\/core-opacity-90 {
  background-color: rgb(34 211 238 / 90%);
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}
.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}
.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}
.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}
.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}
.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}
.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}
.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}
.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}
.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}
.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}
.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}
.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}
.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}
.bg-cyan-50\/base-opacity-disabled {
  background-color: rgb(236 254 255 / 60%);
}
.bg-cyan-50\/core-opacity-0 {
  background-color: rgb(236 254 255 / 0%);
}
.bg-cyan-50\/core-opacity-10 {
  background-color: rgb(236 254 255 / 10%);
}
.bg-cyan-50\/core-opacity-100 {
  background-color: rgb(236 254 255 / 100%);
}
.bg-cyan-50\/core-opacity-20 {
  background-color: rgb(236 254 255 / 20%);
}
.bg-cyan-50\/core-opacity-30 {
  background-color: rgb(236 254 255 / 30%);
}
.bg-cyan-50\/core-opacity-40 {
  background-color: rgb(236 254 255 / 40%);
}
.bg-cyan-50\/core-opacity-50 {
  background-color: rgb(236 254 255 / 50%);
}
.bg-cyan-50\/core-opacity-60 {
  background-color: rgb(236 254 255 / 60%);
}
.bg-cyan-50\/core-opacity-70 {
  background-color: rgb(236 254 255 / 70%);
}
.bg-cyan-50\/core-opacity-80 {
  background-color: rgb(236 254 255 / 80%);
}
.bg-cyan-50\/core-opacity-90 {
  background-color: rgb(236 254 255 / 90%);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-cyan-500\/base-opacity-disabled {
  background-color: rgb(6 182 212 / 60%);
}
.bg-cyan-500\/core-opacity-0 {
  background-color: rgb(6 182 212 / 0%);
}
.bg-cyan-500\/core-opacity-10 {
  background-color: rgb(6 182 212 / 10%);
}
.bg-cyan-500\/core-opacity-100 {
  background-color: rgb(6 182 212 / 100%);
}
.bg-cyan-500\/core-opacity-20 {
  background-color: rgb(6 182 212 / 20%);
}
.bg-cyan-500\/core-opacity-30 {
  background-color: rgb(6 182 212 / 30%);
}
.bg-cyan-500\/core-opacity-40 {
  background-color: rgb(6 182 212 / 40%);
}
.bg-cyan-500\/core-opacity-50 {
  background-color: rgb(6 182 212 / 50%);
}
.bg-cyan-500\/core-opacity-60 {
  background-color: rgb(6 182 212 / 60%);
}
.bg-cyan-500\/core-opacity-70 {
  background-color: rgb(6 182 212 / 70%);
}
.bg-cyan-500\/core-opacity-80 {
  background-color: rgb(6 182 212 / 80%);
}
.bg-cyan-500\/core-opacity-90 {
  background-color: rgb(6 182 212 / 90%);
}
.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}
.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}
.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}
.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}
.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}
.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}
.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}
.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}
.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}
.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}
.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}
.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}
.bg-cyan-600\/base-opacity-disabled {
  background-color: rgb(8 145 178 / 60%);
}
.bg-cyan-600\/core-opacity-0 {
  background-color: rgb(8 145 178 / 0%);
}
.bg-cyan-600\/core-opacity-10 {
  background-color: rgb(8 145 178 / 10%);
}
.bg-cyan-600\/core-opacity-100 {
  background-color: rgb(8 145 178 / 100%);
}
.bg-cyan-600\/core-opacity-20 {
  background-color: rgb(8 145 178 / 20%);
}
.bg-cyan-600\/core-opacity-30 {
  background-color: rgb(8 145 178 / 30%);
}
.bg-cyan-600\/core-opacity-40 {
  background-color: rgb(8 145 178 / 40%);
}
.bg-cyan-600\/core-opacity-50 {
  background-color: rgb(8 145 178 / 50%);
}
.bg-cyan-600\/core-opacity-60 {
  background-color: rgb(8 145 178 / 60%);
}
.bg-cyan-600\/core-opacity-70 {
  background-color: rgb(8 145 178 / 70%);
}
.bg-cyan-600\/core-opacity-80 {
  background-color: rgb(8 145 178 / 80%);
}
.bg-cyan-600\/core-opacity-90 {
  background-color: rgb(8 145 178 / 90%);
}
.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}
.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}
.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}
.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}
.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}
.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}
.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}
.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}
.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}
.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}
.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}
.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}
.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}
.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}
.bg-cyan-700\/base-opacity-disabled {
  background-color: rgb(14 116 144 / 60%);
}
.bg-cyan-700\/core-opacity-0 {
  background-color: rgb(14 116 144 / 0%);
}
.bg-cyan-700\/core-opacity-10 {
  background-color: rgb(14 116 144 / 10%);
}
.bg-cyan-700\/core-opacity-100 {
  background-color: rgb(14 116 144 / 100%);
}
.bg-cyan-700\/core-opacity-20 {
  background-color: rgb(14 116 144 / 20%);
}
.bg-cyan-700\/core-opacity-30 {
  background-color: rgb(14 116 144 / 30%);
}
.bg-cyan-700\/core-opacity-40 {
  background-color: rgb(14 116 144 / 40%);
}
.bg-cyan-700\/core-opacity-50 {
  background-color: rgb(14 116 144 / 50%);
}
.bg-cyan-700\/core-opacity-60 {
  background-color: rgb(14 116 144 / 60%);
}
.bg-cyan-700\/core-opacity-70 {
  background-color: rgb(14 116 144 / 70%);
}
.bg-cyan-700\/core-opacity-80 {
  background-color: rgb(14 116 144 / 80%);
}
.bg-cyan-700\/core-opacity-90 {
  background-color: rgb(14 116 144 / 90%);
}
.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}
.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}
.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}
.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}
.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}
.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}
.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}
.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}
.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}
.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}
.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}
.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}
.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}
.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}
.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}
.bg-cyan-800\/base-opacity-disabled {
  background-color: rgb(21 94 117 / 60%);
}
.bg-cyan-800\/core-opacity-0 {
  background-color: rgb(21 94 117 / 0%);
}
.bg-cyan-800\/core-opacity-10 {
  background-color: rgb(21 94 117 / 10%);
}
.bg-cyan-800\/core-opacity-100 {
  background-color: rgb(21 94 117 / 100%);
}
.bg-cyan-800\/core-opacity-20 {
  background-color: rgb(21 94 117 / 20%);
}
.bg-cyan-800\/core-opacity-30 {
  background-color: rgb(21 94 117 / 30%);
}
.bg-cyan-800\/core-opacity-40 {
  background-color: rgb(21 94 117 / 40%);
}
.bg-cyan-800\/core-opacity-50 {
  background-color: rgb(21 94 117 / 50%);
}
.bg-cyan-800\/core-opacity-60 {
  background-color: rgb(21 94 117 / 60%);
}
.bg-cyan-800\/core-opacity-70 {
  background-color: rgb(21 94 117 / 70%);
}
.bg-cyan-800\/core-opacity-80 {
  background-color: rgb(21 94 117 / 80%);
}
.bg-cyan-800\/core-opacity-90 {
  background-color: rgb(21 94 117 / 90%);
}
.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.bg-cyan-900\/base-opacity-disabled {
  background-color: rgb(22 78 99 / 60%);
}
.bg-cyan-900\/core-opacity-0 {
  background-color: rgb(22 78 99 / 0%);
}
.bg-cyan-900\/core-opacity-10 {
  background-color: rgb(22 78 99 / 10%);
}
.bg-cyan-900\/core-opacity-100 {
  background-color: rgb(22 78 99 / 100%);
}
.bg-cyan-900\/core-opacity-20 {
  background-color: rgb(22 78 99 / 20%);
}
.bg-cyan-900\/core-opacity-30 {
  background-color: rgb(22 78 99 / 30%);
}
.bg-cyan-900\/core-opacity-40 {
  background-color: rgb(22 78 99 / 40%);
}
.bg-cyan-900\/core-opacity-50 {
  background-color: rgb(22 78 99 / 50%);
}
.bg-cyan-900\/core-opacity-60 {
  background-color: rgb(22 78 99 / 60%);
}
.bg-cyan-900\/core-opacity-70 {
  background-color: rgb(22 78 99 / 70%);
}
.bg-cyan-900\/core-opacity-80 {
  background-color: rgb(22 78 99 / 80%);
}
.bg-cyan-900\/core-opacity-90 {
  background-color: rgb(22 78 99 / 90%);
}
.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}
.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}
.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}
.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}
.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}
.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}
.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}
.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}
.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}
.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}
.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}
.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}
.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}
.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}
.bg-cyan-950\/base-opacity-disabled {
  background-color: rgb(8 51 68 / 60%);
}
.bg-cyan-950\/core-opacity-0 {
  background-color: rgb(8 51 68 / 0%);
}
.bg-cyan-950\/core-opacity-10 {
  background-color: rgb(8 51 68 / 10%);
}
.bg-cyan-950\/core-opacity-100 {
  background-color: rgb(8 51 68 / 100%);
}
.bg-cyan-950\/core-opacity-20 {
  background-color: rgb(8 51 68 / 20%);
}
.bg-cyan-950\/core-opacity-30 {
  background-color: rgb(8 51 68 / 30%);
}
.bg-cyan-950\/core-opacity-40 {
  background-color: rgb(8 51 68 / 40%);
}
.bg-cyan-950\/core-opacity-50 {
  background-color: rgb(8 51 68 / 50%);
}
.bg-cyan-950\/core-opacity-60 {
  background-color: rgb(8 51 68 / 60%);
}
.bg-cyan-950\/core-opacity-70 {
  background-color: rgb(8 51 68 / 70%);
}
.bg-cyan-950\/core-opacity-80 {
  background-color: rgb(8 51 68 / 80%);
}
.bg-cyan-950\/core-opacity-90 {
  background-color: rgb(8 51 68 / 90%);
}
.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-danger-light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 86 86 / var(--tw-bg-opacity));
}
.bg-danger-light\/0 {
  background-color: rgb(245 86 86 / 0);
}
.bg-danger-light\/10 {
  background-color: rgb(245 86 86 / 0.1);
}
.bg-danger-light\/100 {
  background-color: rgb(245 86 86 / 1);
}
.bg-danger-light\/20 {
  background-color: rgb(245 86 86 / 0.2);
}
.bg-danger-light\/25 {
  background-color: rgb(245 86 86 / 0.25);
}
.bg-danger-light\/30 {
  background-color: rgb(245 86 86 / 0.3);
}
.bg-danger-light\/40 {
  background-color: rgb(245 86 86 / 0.4);
}
.bg-danger-light\/5 {
  background-color: rgb(245 86 86 / 0.05);
}
.bg-danger-light\/50 {
  background-color: rgb(245 86 86 / 0.5);
}
.bg-danger-light\/60 {
  background-color: rgb(245 86 86 / 0.6);
}
.bg-danger-light\/70 {
  background-color: rgb(245 86 86 / 0.7);
}
.bg-danger-light\/75 {
  background-color: rgb(245 86 86 / 0.75);
}
.bg-danger-light\/80 {
  background-color: rgb(245 86 86 / 0.8);
}
.bg-danger-light\/90 {
  background-color: rgb(245 86 86 / 0.9);
}
.bg-danger-light\/95 {
  background-color: rgb(245 86 86 / 0.95);
}
.bg-danger-light\/base-opacity-disabled {
  background-color: rgb(245 86 86 / 60%);
}
.bg-danger-light\/core-opacity-0 {
  background-color: rgb(245 86 86 / 0%);
}
.bg-danger-light\/core-opacity-10 {
  background-color: rgb(245 86 86 / 10%);
}
.bg-danger-light\/core-opacity-100 {
  background-color: rgb(245 86 86 / 100%);
}
.bg-danger-light\/core-opacity-20 {
  background-color: rgb(245 86 86 / 20%);
}
.bg-danger-light\/core-opacity-30 {
  background-color: rgb(245 86 86 / 30%);
}
.bg-danger-light\/core-opacity-40 {
  background-color: rgb(245 86 86 / 40%);
}
.bg-danger-light\/core-opacity-50 {
  background-color: rgb(245 86 86 / 50%);
}
.bg-danger-light\/core-opacity-60 {
  background-color: rgb(245 86 86 / 60%);
}
.bg-danger-light\/core-opacity-70 {
  background-color: rgb(245 86 86 / 70%);
}
.bg-danger-light\/core-opacity-80 {
  background-color: rgb(245 86 86 / 80%);
}
.bg-danger-light\/core-opacity-90 {
  background-color: rgb(245 86 86 / 90%);
}
.bg-danger-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 247 / var(--tw-bg-opacity));
}
.bg-danger-lighter\/0 {
  background-color: rgb(254 247 247 / 0);
}
.bg-danger-lighter\/10 {
  background-color: rgb(254 247 247 / 0.1);
}
.bg-danger-lighter\/100 {
  background-color: rgb(254 247 247 / 1);
}
.bg-danger-lighter\/20 {
  background-color: rgb(254 247 247 / 0.2);
}
.bg-danger-lighter\/25 {
  background-color: rgb(254 247 247 / 0.25);
}
.bg-danger-lighter\/30 {
  background-color: rgb(254 247 247 / 0.3);
}
.bg-danger-lighter\/40 {
  background-color: rgb(254 247 247 / 0.4);
}
.bg-danger-lighter\/5 {
  background-color: rgb(254 247 247 / 0.05);
}
.bg-danger-lighter\/50 {
  background-color: rgb(254 247 247 / 0.5);
}
.bg-danger-lighter\/60 {
  background-color: rgb(254 247 247 / 0.6);
}
.bg-danger-lighter\/70 {
  background-color: rgb(254 247 247 / 0.7);
}
.bg-danger-lighter\/75 {
  background-color: rgb(254 247 247 / 0.75);
}
.bg-danger-lighter\/80 {
  background-color: rgb(254 247 247 / 0.8);
}
.bg-danger-lighter\/90 {
  background-color: rgb(254 247 247 / 0.9);
}
.bg-danger-lighter\/95 {
  background-color: rgb(254 247 247 / 0.95);
}
.bg-danger-lighter\/base-opacity-disabled {
  background-color: rgb(254 247 247 / 60%);
}
.bg-danger-lighter\/core-opacity-0 {
  background-color: rgb(254 247 247 / 0%);
}
.bg-danger-lighter\/core-opacity-10 {
  background-color: rgb(254 247 247 / 10%);
}
.bg-danger-lighter\/core-opacity-100 {
  background-color: rgb(254 247 247 / 100%);
}
.bg-danger-lighter\/core-opacity-20 {
  background-color: rgb(254 247 247 / 20%);
}
.bg-danger-lighter\/core-opacity-30 {
  background-color: rgb(254 247 247 / 30%);
}
.bg-danger-lighter\/core-opacity-40 {
  background-color: rgb(254 247 247 / 40%);
}
.bg-danger-lighter\/core-opacity-50 {
  background-color: rgb(254 247 247 / 50%);
}
.bg-danger-lighter\/core-opacity-60 {
  background-color: rgb(254 247 247 / 60%);
}
.bg-danger-lighter\/core-opacity-70 {
  background-color: rgb(254 247 247 / 70%);
}
.bg-danger-lighter\/core-opacity-80 {
  background-color: rgb(254 247 247 / 80%);
}
.bg-danger-lighter\/core-opacity-90 {
  background-color: rgb(254 247 247 / 90%);
}
.bg-danger\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-danger\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-danger\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-danger\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-danger\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-danger\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-danger\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-danger\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-danger\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-danger\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-danger\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-danger\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-danger\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-danger\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-danger\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-danger\/base-opacity-disabled {
  background-color: rgb(239 68 68 / 60%);
}
.bg-danger\/core-opacity-0 {
  background-color: rgb(239 68 68 / 0%);
}
.bg-danger\/core-opacity-10 {
  background-color: rgb(239 68 68 / 10%);
}
.bg-danger\/core-opacity-100 {
  background-color: rgb(239 68 68 / 100%);
}
.bg-danger\/core-opacity-20 {
  background-color: rgb(239 68 68 / 20%);
}
.bg-danger\/core-opacity-30 {
  background-color: rgb(239 68 68 / 30%);
}
.bg-danger\/core-opacity-40 {
  background-color: rgb(239 68 68 / 40%);
}
.bg-danger\/core-opacity-50 {
  background-color: rgb(239 68 68 / 50%);
}
.bg-danger\/core-opacity-60 {
  background-color: rgb(239 68 68 / 60%);
}
.bg-danger\/core-opacity-70 {
  background-color: rgb(239 68 68 / 70%);
}
.bg-danger\/core-opacity-80 {
  background-color: rgb(239 68 68 / 80%);
}
.bg-danger\/core-opacity-90 {
  background-color: rgb(239 68 68 / 90%);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-emerald-100\/base-opacity-disabled {
  background-color: rgb(209 250 229 / 60%);
}
.bg-emerald-100\/core-opacity-0 {
  background-color: rgb(209 250 229 / 0%);
}
.bg-emerald-100\/core-opacity-10 {
  background-color: rgb(209 250 229 / 10%);
}
.bg-emerald-100\/core-opacity-100 {
  background-color: rgb(209 250 229 / 100%);
}
.bg-emerald-100\/core-opacity-20 {
  background-color: rgb(209 250 229 / 20%);
}
.bg-emerald-100\/core-opacity-30 {
  background-color: rgb(209 250 229 / 30%);
}
.bg-emerald-100\/core-opacity-40 {
  background-color: rgb(209 250 229 / 40%);
}
.bg-emerald-100\/core-opacity-50 {
  background-color: rgb(209 250 229 / 50%);
}
.bg-emerald-100\/core-opacity-60 {
  background-color: rgb(209 250 229 / 60%);
}
.bg-emerald-100\/core-opacity-70 {
  background-color: rgb(209 250 229 / 70%);
}
.bg-emerald-100\/core-opacity-80 {
  background-color: rgb(209 250 229 / 80%);
}
.bg-emerald-100\/core-opacity-90 {
  background-color: rgb(209 250 229 / 90%);
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-emerald-200\/base-opacity-disabled {
  background-color: rgb(167 243 208 / 60%);
}
.bg-emerald-200\/core-opacity-0 {
  background-color: rgb(167 243 208 / 0%);
}
.bg-emerald-200\/core-opacity-10 {
  background-color: rgb(167 243 208 / 10%);
}
.bg-emerald-200\/core-opacity-100 {
  background-color: rgb(167 243 208 / 100%);
}
.bg-emerald-200\/core-opacity-20 {
  background-color: rgb(167 243 208 / 20%);
}
.bg-emerald-200\/core-opacity-30 {
  background-color: rgb(167 243 208 / 30%);
}
.bg-emerald-200\/core-opacity-40 {
  background-color: rgb(167 243 208 / 40%);
}
.bg-emerald-200\/core-opacity-50 {
  background-color: rgb(167 243 208 / 50%);
}
.bg-emerald-200\/core-opacity-60 {
  background-color: rgb(167 243 208 / 60%);
}
.bg-emerald-200\/core-opacity-70 {
  background-color: rgb(167 243 208 / 70%);
}
.bg-emerald-200\/core-opacity-80 {
  background-color: rgb(167 243 208 / 80%);
}
.bg-emerald-200\/core-opacity-90 {
  background-color: rgb(167 243 208 / 90%);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-emerald-300\/base-opacity-disabled {
  background-color: rgb(110 231 183 / 60%);
}
.bg-emerald-300\/core-opacity-0 {
  background-color: rgb(110 231 183 / 0%);
}
.bg-emerald-300\/core-opacity-10 {
  background-color: rgb(110 231 183 / 10%);
}
.bg-emerald-300\/core-opacity-100 {
  background-color: rgb(110 231 183 / 100%);
}
.bg-emerald-300\/core-opacity-20 {
  background-color: rgb(110 231 183 / 20%);
}
.bg-emerald-300\/core-opacity-30 {
  background-color: rgb(110 231 183 / 30%);
}
.bg-emerald-300\/core-opacity-40 {
  background-color: rgb(110 231 183 / 40%);
}
.bg-emerald-300\/core-opacity-50 {
  background-color: rgb(110 231 183 / 50%);
}
.bg-emerald-300\/core-opacity-60 {
  background-color: rgb(110 231 183 / 60%);
}
.bg-emerald-300\/core-opacity-70 {
  background-color: rgb(110 231 183 / 70%);
}
.bg-emerald-300\/core-opacity-80 {
  background-color: rgb(110 231 183 / 80%);
}
.bg-emerald-300\/core-opacity-90 {
  background-color: rgb(110 231 183 / 90%);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-emerald-400\/base-opacity-disabled {
  background-color: rgb(52 211 153 / 60%);
}
.bg-emerald-400\/core-opacity-0 {
  background-color: rgb(52 211 153 / 0%);
}
.bg-emerald-400\/core-opacity-10 {
  background-color: rgb(52 211 153 / 10%);
}
.bg-emerald-400\/core-opacity-100 {
  background-color: rgb(52 211 153 / 100%);
}
.bg-emerald-400\/core-opacity-20 {
  background-color: rgb(52 211 153 / 20%);
}
.bg-emerald-400\/core-opacity-30 {
  background-color: rgb(52 211 153 / 30%);
}
.bg-emerald-400\/core-opacity-40 {
  background-color: rgb(52 211 153 / 40%);
}
.bg-emerald-400\/core-opacity-50 {
  background-color: rgb(52 211 153 / 50%);
}
.bg-emerald-400\/core-opacity-60 {
  background-color: rgb(52 211 153 / 60%);
}
.bg-emerald-400\/core-opacity-70 {
  background-color: rgb(52 211 153 / 70%);
}
.bg-emerald-400\/core-opacity-80 {
  background-color: rgb(52 211 153 / 80%);
}
.bg-emerald-400\/core-opacity-90 {
  background-color: rgb(52 211 153 / 90%);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-emerald-50\/base-opacity-disabled {
  background-color: rgb(236 253 245 / 60%);
}
.bg-emerald-50\/core-opacity-0 {
  background-color: rgb(236 253 245 / 0%);
}
.bg-emerald-50\/core-opacity-10 {
  background-color: rgb(236 253 245 / 10%);
}
.bg-emerald-50\/core-opacity-100 {
  background-color: rgb(236 253 245 / 100%);
}
.bg-emerald-50\/core-opacity-20 {
  background-color: rgb(236 253 245 / 20%);
}
.bg-emerald-50\/core-opacity-30 {
  background-color: rgb(236 253 245 / 30%);
}
.bg-emerald-50\/core-opacity-40 {
  background-color: rgb(236 253 245 / 40%);
}
.bg-emerald-50\/core-opacity-50 {
  background-color: rgb(236 253 245 / 50%);
}
.bg-emerald-50\/core-opacity-60 {
  background-color: rgb(236 253 245 / 60%);
}
.bg-emerald-50\/core-opacity-70 {
  background-color: rgb(236 253 245 / 70%);
}
.bg-emerald-50\/core-opacity-80 {
  background-color: rgb(236 253 245 / 80%);
}
.bg-emerald-50\/core-opacity-90 {
  background-color: rgb(236 253 245 / 90%);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-emerald-500\/base-opacity-disabled {
  background-color: rgb(16 185 129 / 60%);
}
.bg-emerald-500\/core-opacity-0 {
  background-color: rgb(16 185 129 / 0%);
}
.bg-emerald-500\/core-opacity-10 {
  background-color: rgb(16 185 129 / 10%);
}
.bg-emerald-500\/core-opacity-100 {
  background-color: rgb(16 185 129 / 100%);
}
.bg-emerald-500\/core-opacity-20 {
  background-color: rgb(16 185 129 / 20%);
}
.bg-emerald-500\/core-opacity-30 {
  background-color: rgb(16 185 129 / 30%);
}
.bg-emerald-500\/core-opacity-40 {
  background-color: rgb(16 185 129 / 40%);
}
.bg-emerald-500\/core-opacity-50 {
  background-color: rgb(16 185 129 / 50%);
}
.bg-emerald-500\/core-opacity-60 {
  background-color: rgb(16 185 129 / 60%);
}
.bg-emerald-500\/core-opacity-70 {
  background-color: rgb(16 185 129 / 70%);
}
.bg-emerald-500\/core-opacity-80 {
  background-color: rgb(16 185 129 / 80%);
}
.bg-emerald-500\/core-opacity-90 {
  background-color: rgb(16 185 129 / 90%);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-emerald-600\/base-opacity-disabled {
  background-color: rgb(5 150 105 / 60%);
}
.bg-emerald-600\/core-opacity-0 {
  background-color: rgb(5 150 105 / 0%);
}
.bg-emerald-600\/core-opacity-10 {
  background-color: rgb(5 150 105 / 10%);
}
.bg-emerald-600\/core-opacity-100 {
  background-color: rgb(5 150 105 / 100%);
}
.bg-emerald-600\/core-opacity-20 {
  background-color: rgb(5 150 105 / 20%);
}
.bg-emerald-600\/core-opacity-30 {
  background-color: rgb(5 150 105 / 30%);
}
.bg-emerald-600\/core-opacity-40 {
  background-color: rgb(5 150 105 / 40%);
}
.bg-emerald-600\/core-opacity-50 {
  background-color: rgb(5 150 105 / 50%);
}
.bg-emerald-600\/core-opacity-60 {
  background-color: rgb(5 150 105 / 60%);
}
.bg-emerald-600\/core-opacity-70 {
  background-color: rgb(5 150 105 / 70%);
}
.bg-emerald-600\/core-opacity-80 {
  background-color: rgb(5 150 105 / 80%);
}
.bg-emerald-600\/core-opacity-90 {
  background-color: rgb(5 150 105 / 90%);
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-emerald-700\/base-opacity-disabled {
  background-color: rgb(4 120 87 / 60%);
}
.bg-emerald-700\/core-opacity-0 {
  background-color: rgb(4 120 87 / 0%);
}
.bg-emerald-700\/core-opacity-10 {
  background-color: rgb(4 120 87 / 10%);
}
.bg-emerald-700\/core-opacity-100 {
  background-color: rgb(4 120 87 / 100%);
}
.bg-emerald-700\/core-opacity-20 {
  background-color: rgb(4 120 87 / 20%);
}
.bg-emerald-700\/core-opacity-30 {
  background-color: rgb(4 120 87 / 30%);
}
.bg-emerald-700\/core-opacity-40 {
  background-color: rgb(4 120 87 / 40%);
}
.bg-emerald-700\/core-opacity-50 {
  background-color: rgb(4 120 87 / 50%);
}
.bg-emerald-700\/core-opacity-60 {
  background-color: rgb(4 120 87 / 60%);
}
.bg-emerald-700\/core-opacity-70 {
  background-color: rgb(4 120 87 / 70%);
}
.bg-emerald-700\/core-opacity-80 {
  background-color: rgb(4 120 87 / 80%);
}
.bg-emerald-700\/core-opacity-90 {
  background-color: rgb(4 120 87 / 90%);
}
.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-emerald-800\/base-opacity-disabled {
  background-color: rgb(6 95 70 / 60%);
}
.bg-emerald-800\/core-opacity-0 {
  background-color: rgb(6 95 70 / 0%);
}
.bg-emerald-800\/core-opacity-10 {
  background-color: rgb(6 95 70 / 10%);
}
.bg-emerald-800\/core-opacity-100 {
  background-color: rgb(6 95 70 / 100%);
}
.bg-emerald-800\/core-opacity-20 {
  background-color: rgb(6 95 70 / 20%);
}
.bg-emerald-800\/core-opacity-30 {
  background-color: rgb(6 95 70 / 30%);
}
.bg-emerald-800\/core-opacity-40 {
  background-color: rgb(6 95 70 / 40%);
}
.bg-emerald-800\/core-opacity-50 {
  background-color: rgb(6 95 70 / 50%);
}
.bg-emerald-800\/core-opacity-60 {
  background-color: rgb(6 95 70 / 60%);
}
.bg-emerald-800\/core-opacity-70 {
  background-color: rgb(6 95 70 / 70%);
}
.bg-emerald-800\/core-opacity-80 {
  background-color: rgb(6 95 70 / 80%);
}
.bg-emerald-800\/core-opacity-90 {
  background-color: rgb(6 95 70 / 90%);
}
.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-emerald-900\/base-opacity-disabled {
  background-color: rgb(6 78 59 / 60%);
}
.bg-emerald-900\/core-opacity-0 {
  background-color: rgb(6 78 59 / 0%);
}
.bg-emerald-900\/core-opacity-10 {
  background-color: rgb(6 78 59 / 10%);
}
.bg-emerald-900\/core-opacity-100 {
  background-color: rgb(6 78 59 / 100%);
}
.bg-emerald-900\/core-opacity-20 {
  background-color: rgb(6 78 59 / 20%);
}
.bg-emerald-900\/core-opacity-30 {
  background-color: rgb(6 78 59 / 30%);
}
.bg-emerald-900\/core-opacity-40 {
  background-color: rgb(6 78 59 / 40%);
}
.bg-emerald-900\/core-opacity-50 {
  background-color: rgb(6 78 59 / 50%);
}
.bg-emerald-900\/core-opacity-60 {
  background-color: rgb(6 78 59 / 60%);
}
.bg-emerald-900\/core-opacity-70 {
  background-color: rgb(6 78 59 / 70%);
}
.bg-emerald-900\/core-opacity-80 {
  background-color: rgb(6 78 59 / 80%);
}
.bg-emerald-900\/core-opacity-90 {
  background-color: rgb(6 78 59 / 90%);
}
.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.bg-emerald-950\/base-opacity-disabled {
  background-color: rgb(2 44 34 / 60%);
}
.bg-emerald-950\/core-opacity-0 {
  background-color: rgb(2 44 34 / 0%);
}
.bg-emerald-950\/core-opacity-10 {
  background-color: rgb(2 44 34 / 10%);
}
.bg-emerald-950\/core-opacity-100 {
  background-color: rgb(2 44 34 / 100%);
}
.bg-emerald-950\/core-opacity-20 {
  background-color: rgb(2 44 34 / 20%);
}
.bg-emerald-950\/core-opacity-30 {
  background-color: rgb(2 44 34 / 30%);
}
.bg-emerald-950\/core-opacity-40 {
  background-color: rgb(2 44 34 / 40%);
}
.bg-emerald-950\/core-opacity-50 {
  background-color: rgb(2 44 34 / 50%);
}
.bg-emerald-950\/core-opacity-60 {
  background-color: rgb(2 44 34 / 60%);
}
.bg-emerald-950\/core-opacity-70 {
  background-color: rgb(2 44 34 / 70%);
}
.bg-emerald-950\/core-opacity-80 {
  background-color: rgb(2 44 34 / 80%);
}
.bg-emerald-950\/core-opacity-90 {
  background-color: rgb(2 44 34 / 90%);
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}
.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}
.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}
.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}
.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}
.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}
.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}
.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}
.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}
.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}
.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}
.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}
.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}
.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}
.bg-fuchsia-100\/base-opacity-disabled {
  background-color: rgb(250 232 255 / 60%);
}
.bg-fuchsia-100\/core-opacity-0 {
  background-color: rgb(250 232 255 / 0%);
}
.bg-fuchsia-100\/core-opacity-10 {
  background-color: rgb(250 232 255 / 10%);
}
.bg-fuchsia-100\/core-opacity-100 {
  background-color: rgb(250 232 255 / 100%);
}
.bg-fuchsia-100\/core-opacity-20 {
  background-color: rgb(250 232 255 / 20%);
}
.bg-fuchsia-100\/core-opacity-30 {
  background-color: rgb(250 232 255 / 30%);
}
.bg-fuchsia-100\/core-opacity-40 {
  background-color: rgb(250 232 255 / 40%);
}
.bg-fuchsia-100\/core-opacity-50 {
  background-color: rgb(250 232 255 / 50%);
}
.bg-fuchsia-100\/core-opacity-60 {
  background-color: rgb(250 232 255 / 60%);
}
.bg-fuchsia-100\/core-opacity-70 {
  background-color: rgb(250 232 255 / 70%);
}
.bg-fuchsia-100\/core-opacity-80 {
  background-color: rgb(250 232 255 / 80%);
}
.bg-fuchsia-100\/core-opacity-90 {
  background-color: rgb(250 232 255 / 90%);
}
.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}
.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}
.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}
.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}
.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}
.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}
.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}
.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}
.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}
.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}
.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}
.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}
.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}
.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}
.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}
.bg-fuchsia-200\/base-opacity-disabled {
  background-color: rgb(245 208 254 / 60%);
}
.bg-fuchsia-200\/core-opacity-0 {
  background-color: rgb(245 208 254 / 0%);
}
.bg-fuchsia-200\/core-opacity-10 {
  background-color: rgb(245 208 254 / 10%);
}
.bg-fuchsia-200\/core-opacity-100 {
  background-color: rgb(245 208 254 / 100%);
}
.bg-fuchsia-200\/core-opacity-20 {
  background-color: rgb(245 208 254 / 20%);
}
.bg-fuchsia-200\/core-opacity-30 {
  background-color: rgb(245 208 254 / 30%);
}
.bg-fuchsia-200\/core-opacity-40 {
  background-color: rgb(245 208 254 / 40%);
}
.bg-fuchsia-200\/core-opacity-50 {
  background-color: rgb(245 208 254 / 50%);
}
.bg-fuchsia-200\/core-opacity-60 {
  background-color: rgb(245 208 254 / 60%);
}
.bg-fuchsia-200\/core-opacity-70 {
  background-color: rgb(245 208 254 / 70%);
}
.bg-fuchsia-200\/core-opacity-80 {
  background-color: rgb(245 208 254 / 80%);
}
.bg-fuchsia-200\/core-opacity-90 {
  background-color: rgb(245 208 254 / 90%);
}
.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}
.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}
.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}
.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}
.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}
.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}
.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}
.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}
.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}
.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}
.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}
.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}
.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}
.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}
.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}
.bg-fuchsia-300\/base-opacity-disabled {
  background-color: rgb(240 171 252 / 60%);
}
.bg-fuchsia-300\/core-opacity-0 {
  background-color: rgb(240 171 252 / 0%);
}
.bg-fuchsia-300\/core-opacity-10 {
  background-color: rgb(240 171 252 / 10%);
}
.bg-fuchsia-300\/core-opacity-100 {
  background-color: rgb(240 171 252 / 100%);
}
.bg-fuchsia-300\/core-opacity-20 {
  background-color: rgb(240 171 252 / 20%);
}
.bg-fuchsia-300\/core-opacity-30 {
  background-color: rgb(240 171 252 / 30%);
}
.bg-fuchsia-300\/core-opacity-40 {
  background-color: rgb(240 171 252 / 40%);
}
.bg-fuchsia-300\/core-opacity-50 {
  background-color: rgb(240 171 252 / 50%);
}
.bg-fuchsia-300\/core-opacity-60 {
  background-color: rgb(240 171 252 / 60%);
}
.bg-fuchsia-300\/core-opacity-70 {
  background-color: rgb(240 171 252 / 70%);
}
.bg-fuchsia-300\/core-opacity-80 {
  background-color: rgb(240 171 252 / 80%);
}
.bg-fuchsia-300\/core-opacity-90 {
  background-color: rgb(240 171 252 / 90%);
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}
.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}
.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}
.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}
.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}
.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}
.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}
.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}
.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}
.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}
.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}
.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}
.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}
.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}
.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}
.bg-fuchsia-400\/base-opacity-disabled {
  background-color: rgb(232 121 249 / 60%);
}
.bg-fuchsia-400\/core-opacity-0 {
  background-color: rgb(232 121 249 / 0%);
}
.bg-fuchsia-400\/core-opacity-10 {
  background-color: rgb(232 121 249 / 10%);
}
.bg-fuchsia-400\/core-opacity-100 {
  background-color: rgb(232 121 249 / 100%);
}
.bg-fuchsia-400\/core-opacity-20 {
  background-color: rgb(232 121 249 / 20%);
}
.bg-fuchsia-400\/core-opacity-30 {
  background-color: rgb(232 121 249 / 30%);
}
.bg-fuchsia-400\/core-opacity-40 {
  background-color: rgb(232 121 249 / 40%);
}
.bg-fuchsia-400\/core-opacity-50 {
  background-color: rgb(232 121 249 / 50%);
}
.bg-fuchsia-400\/core-opacity-60 {
  background-color: rgb(232 121 249 / 60%);
}
.bg-fuchsia-400\/core-opacity-70 {
  background-color: rgb(232 121 249 / 70%);
}
.bg-fuchsia-400\/core-opacity-80 {
  background-color: rgb(232 121 249 / 80%);
}
.bg-fuchsia-400\/core-opacity-90 {
  background-color: rgb(232 121 249 / 90%);
}
.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}
.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}
.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}
.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}
.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}
.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}
.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}
.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}
.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}
.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}
.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}
.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}
.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}
.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}
.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}
.bg-fuchsia-50\/base-opacity-disabled {
  background-color: rgb(253 244 255 / 60%);
}
.bg-fuchsia-50\/core-opacity-0 {
  background-color: rgb(253 244 255 / 0%);
}
.bg-fuchsia-50\/core-opacity-10 {
  background-color: rgb(253 244 255 / 10%);
}
.bg-fuchsia-50\/core-opacity-100 {
  background-color: rgb(253 244 255 / 100%);
}
.bg-fuchsia-50\/core-opacity-20 {
  background-color: rgb(253 244 255 / 20%);
}
.bg-fuchsia-50\/core-opacity-30 {
  background-color: rgb(253 244 255 / 30%);
}
.bg-fuchsia-50\/core-opacity-40 {
  background-color: rgb(253 244 255 / 40%);
}
.bg-fuchsia-50\/core-opacity-50 {
  background-color: rgb(253 244 255 / 50%);
}
.bg-fuchsia-50\/core-opacity-60 {
  background-color: rgb(253 244 255 / 60%);
}
.bg-fuchsia-50\/core-opacity-70 {
  background-color: rgb(253 244 255 / 70%);
}
.bg-fuchsia-50\/core-opacity-80 {
  background-color: rgb(253 244 255 / 80%);
}
.bg-fuchsia-50\/core-opacity-90 {
  background-color: rgb(253 244 255 / 90%);
}
.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}
.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}
.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}
.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}
.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}
.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}
.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}
.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}
.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}
.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}
.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}
.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}
.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}
.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}
.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}
.bg-fuchsia-500\/base-opacity-disabled {
  background-color: rgb(217 70 239 / 60%);
}
.bg-fuchsia-500\/core-opacity-0 {
  background-color: rgb(217 70 239 / 0%);
}
.bg-fuchsia-500\/core-opacity-10 {
  background-color: rgb(217 70 239 / 10%);
}
.bg-fuchsia-500\/core-opacity-100 {
  background-color: rgb(217 70 239 / 100%);
}
.bg-fuchsia-500\/core-opacity-20 {
  background-color: rgb(217 70 239 / 20%);
}
.bg-fuchsia-500\/core-opacity-30 {
  background-color: rgb(217 70 239 / 30%);
}
.bg-fuchsia-500\/core-opacity-40 {
  background-color: rgb(217 70 239 / 40%);
}
.bg-fuchsia-500\/core-opacity-50 {
  background-color: rgb(217 70 239 / 50%);
}
.bg-fuchsia-500\/core-opacity-60 {
  background-color: rgb(217 70 239 / 60%);
}
.bg-fuchsia-500\/core-opacity-70 {
  background-color: rgb(217 70 239 / 70%);
}
.bg-fuchsia-500\/core-opacity-80 {
  background-color: rgb(217 70 239 / 80%);
}
.bg-fuchsia-500\/core-opacity-90 {
  background-color: rgb(217 70 239 / 90%);
}
.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}
.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}
.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}
.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}
.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}
.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}
.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}
.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}
.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}
.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}
.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}
.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}
.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}
.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}
.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}
.bg-fuchsia-600\/base-opacity-disabled {
  background-color: rgb(192 38 211 / 60%);
}
.bg-fuchsia-600\/core-opacity-0 {
  background-color: rgb(192 38 211 / 0%);
}
.bg-fuchsia-600\/core-opacity-10 {
  background-color: rgb(192 38 211 / 10%);
}
.bg-fuchsia-600\/core-opacity-100 {
  background-color: rgb(192 38 211 / 100%);
}
.bg-fuchsia-600\/core-opacity-20 {
  background-color: rgb(192 38 211 / 20%);
}
.bg-fuchsia-600\/core-opacity-30 {
  background-color: rgb(192 38 211 / 30%);
}
.bg-fuchsia-600\/core-opacity-40 {
  background-color: rgb(192 38 211 / 40%);
}
.bg-fuchsia-600\/core-opacity-50 {
  background-color: rgb(192 38 211 / 50%);
}
.bg-fuchsia-600\/core-opacity-60 {
  background-color: rgb(192 38 211 / 60%);
}
.bg-fuchsia-600\/core-opacity-70 {
  background-color: rgb(192 38 211 / 70%);
}
.bg-fuchsia-600\/core-opacity-80 {
  background-color: rgb(192 38 211 / 80%);
}
.bg-fuchsia-600\/core-opacity-90 {
  background-color: rgb(192 38 211 / 90%);
}
.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}
.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}
.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}
.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}
.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}
.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}
.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}
.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}
.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}
.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}
.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}
.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}
.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}
.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}
.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}
.bg-fuchsia-700\/base-opacity-disabled {
  background-color: rgb(162 28 175 / 60%);
}
.bg-fuchsia-700\/core-opacity-0 {
  background-color: rgb(162 28 175 / 0%);
}
.bg-fuchsia-700\/core-opacity-10 {
  background-color: rgb(162 28 175 / 10%);
}
.bg-fuchsia-700\/core-opacity-100 {
  background-color: rgb(162 28 175 / 100%);
}
.bg-fuchsia-700\/core-opacity-20 {
  background-color: rgb(162 28 175 / 20%);
}
.bg-fuchsia-700\/core-opacity-30 {
  background-color: rgb(162 28 175 / 30%);
}
.bg-fuchsia-700\/core-opacity-40 {
  background-color: rgb(162 28 175 / 40%);
}
.bg-fuchsia-700\/core-opacity-50 {
  background-color: rgb(162 28 175 / 50%);
}
.bg-fuchsia-700\/core-opacity-60 {
  background-color: rgb(162 28 175 / 60%);
}
.bg-fuchsia-700\/core-opacity-70 {
  background-color: rgb(162 28 175 / 70%);
}
.bg-fuchsia-700\/core-opacity-80 {
  background-color: rgb(162 28 175 / 80%);
}
.bg-fuchsia-700\/core-opacity-90 {
  background-color: rgb(162 28 175 / 90%);
}
.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}
.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}
.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}
.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}
.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}
.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}
.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}
.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}
.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}
.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}
.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}
.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}
.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}
.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}
.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}
.bg-fuchsia-800\/base-opacity-disabled {
  background-color: rgb(134 25 143 / 60%);
}
.bg-fuchsia-800\/core-opacity-0 {
  background-color: rgb(134 25 143 / 0%);
}
.bg-fuchsia-800\/core-opacity-10 {
  background-color: rgb(134 25 143 / 10%);
}
.bg-fuchsia-800\/core-opacity-100 {
  background-color: rgb(134 25 143 / 100%);
}
.bg-fuchsia-800\/core-opacity-20 {
  background-color: rgb(134 25 143 / 20%);
}
.bg-fuchsia-800\/core-opacity-30 {
  background-color: rgb(134 25 143 / 30%);
}
.bg-fuchsia-800\/core-opacity-40 {
  background-color: rgb(134 25 143 / 40%);
}
.bg-fuchsia-800\/core-opacity-50 {
  background-color: rgb(134 25 143 / 50%);
}
.bg-fuchsia-800\/core-opacity-60 {
  background-color: rgb(134 25 143 / 60%);
}
.bg-fuchsia-800\/core-opacity-70 {
  background-color: rgb(134 25 143 / 70%);
}
.bg-fuchsia-800\/core-opacity-80 {
  background-color: rgb(134 25 143 / 80%);
}
.bg-fuchsia-800\/core-opacity-90 {
  background-color: rgb(134 25 143 / 90%);
}
.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}
.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}
.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}
.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}
.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}
.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}
.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}
.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}
.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}
.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}
.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}
.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}
.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}
.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}
.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}
.bg-fuchsia-900\/base-opacity-disabled {
  background-color: rgb(112 26 117 / 60%);
}
.bg-fuchsia-900\/core-opacity-0 {
  background-color: rgb(112 26 117 / 0%);
}
.bg-fuchsia-900\/core-opacity-10 {
  background-color: rgb(112 26 117 / 10%);
}
.bg-fuchsia-900\/core-opacity-100 {
  background-color: rgb(112 26 117 / 100%);
}
.bg-fuchsia-900\/core-opacity-20 {
  background-color: rgb(112 26 117 / 20%);
}
.bg-fuchsia-900\/core-opacity-30 {
  background-color: rgb(112 26 117 / 30%);
}
.bg-fuchsia-900\/core-opacity-40 {
  background-color: rgb(112 26 117 / 40%);
}
.bg-fuchsia-900\/core-opacity-50 {
  background-color: rgb(112 26 117 / 50%);
}
.bg-fuchsia-900\/core-opacity-60 {
  background-color: rgb(112 26 117 / 60%);
}
.bg-fuchsia-900\/core-opacity-70 {
  background-color: rgb(112 26 117 / 70%);
}
.bg-fuchsia-900\/core-opacity-80 {
  background-color: rgb(112 26 117 / 80%);
}
.bg-fuchsia-900\/core-opacity-90 {
  background-color: rgb(112 26 117 / 90%);
}
.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}
.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}
.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}
.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}
.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}
.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}
.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}
.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}
.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}
.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}
.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}
.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}
.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}
.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}
.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}
.bg-fuchsia-950\/base-opacity-disabled {
  background-color: rgb(74 4 78 / 60%);
}
.bg-fuchsia-950\/core-opacity-0 {
  background-color: rgb(74 4 78 / 0%);
}
.bg-fuchsia-950\/core-opacity-10 {
  background-color: rgb(74 4 78 / 10%);
}
.bg-fuchsia-950\/core-opacity-100 {
  background-color: rgb(74 4 78 / 100%);
}
.bg-fuchsia-950\/core-opacity-20 {
  background-color: rgb(74 4 78 / 20%);
}
.bg-fuchsia-950\/core-opacity-30 {
  background-color: rgb(74 4 78 / 30%);
}
.bg-fuchsia-950\/core-opacity-40 {
  background-color: rgb(74 4 78 / 40%);
}
.bg-fuchsia-950\/core-opacity-50 {
  background-color: rgb(74 4 78 / 50%);
}
.bg-fuchsia-950\/core-opacity-60 {
  background-color: rgb(74 4 78 / 60%);
}
.bg-fuchsia-950\/core-opacity-70 {
  background-color: rgb(74 4 78 / 70%);
}
.bg-fuchsia-950\/core-opacity-80 {
  background-color: rgb(74 4 78 / 80%);
}
.bg-fuchsia-950\/core-opacity-90 {
  background-color: rgb(74 4 78 / 90%);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-100\/base-opacity-disabled {
  background-color: rgb(243 244 246 / 60%);
}
.bg-gray-100\/core-opacity-0 {
  background-color: rgb(243 244 246 / 0%);
}
.bg-gray-100\/core-opacity-10 {
  background-color: rgb(243 244 246 / 10%);
}
.bg-gray-100\/core-opacity-100 {
  background-color: rgb(243 244 246 / 100%);
}
.bg-gray-100\/core-opacity-20 {
  background-color: rgb(243 244 246 / 20%);
}
.bg-gray-100\/core-opacity-30 {
  background-color: rgb(243 244 246 / 30%);
}
.bg-gray-100\/core-opacity-40 {
  background-color: rgb(243 244 246 / 40%);
}
.bg-gray-100\/core-opacity-50 {
  background-color: rgb(243 244 246 / 50%);
}
.bg-gray-100\/core-opacity-60 {
  background-color: rgb(243 244 246 / 60%);
}
.bg-gray-100\/core-opacity-70 {
  background-color: rgb(243 244 246 / 70%);
}
.bg-gray-100\/core-opacity-80 {
  background-color: rgb(243 244 246 / 80%);
}
.bg-gray-100\/core-opacity-90 {
  background-color: rgb(243 244 246 / 90%);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-200\/base-opacity-disabled {
  background-color: rgb(229 231 235 / 60%);
}
.bg-gray-200\/core-opacity-0 {
  background-color: rgb(229 231 235 / 0%);
}
.bg-gray-200\/core-opacity-10 {
  background-color: rgb(229 231 235 / 10%);
}
.bg-gray-200\/core-opacity-100 {
  background-color: rgb(229 231 235 / 100%);
}
.bg-gray-200\/core-opacity-20 {
  background-color: rgb(229 231 235 / 20%);
}
.bg-gray-200\/core-opacity-30 {
  background-color: rgb(229 231 235 / 30%);
}
.bg-gray-200\/core-opacity-40 {
  background-color: rgb(229 231 235 / 40%);
}
.bg-gray-200\/core-opacity-50 {
  background-color: rgb(229 231 235 / 50%);
}
.bg-gray-200\/core-opacity-60 {
  background-color: rgb(229 231 235 / 60%);
}
.bg-gray-200\/core-opacity-70 {
  background-color: rgb(229 231 235 / 70%);
}
.bg-gray-200\/core-opacity-80 {
  background-color: rgb(229 231 235 / 80%);
}
.bg-gray-200\/core-opacity-90 {
  background-color: rgb(229 231 235 / 90%);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-300\/base-opacity-disabled {
  background-color: rgb(209 213 219 / 60%);
}
.bg-gray-300\/core-opacity-0 {
  background-color: rgb(209 213 219 / 0%);
}
.bg-gray-300\/core-opacity-10 {
  background-color: rgb(209 213 219 / 10%);
}
.bg-gray-300\/core-opacity-100 {
  background-color: rgb(209 213 219 / 100%);
}
.bg-gray-300\/core-opacity-20 {
  background-color: rgb(209 213 219 / 20%);
}
.bg-gray-300\/core-opacity-30 {
  background-color: rgb(209 213 219 / 30%);
}
.bg-gray-300\/core-opacity-40 {
  background-color: rgb(209 213 219 / 40%);
}
.bg-gray-300\/core-opacity-50 {
  background-color: rgb(209 213 219 / 50%);
}
.bg-gray-300\/core-opacity-60 {
  background-color: rgb(209 213 219 / 60%);
}
.bg-gray-300\/core-opacity-70 {
  background-color: rgb(209 213 219 / 70%);
}
.bg-gray-300\/core-opacity-80 {
  background-color: rgb(209 213 219 / 80%);
}
.bg-gray-300\/core-opacity-90 {
  background-color: rgb(209 213 219 / 90%);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-400\/base-opacity-disabled {
  background-color: rgb(156 163 175 / 60%);
}
.bg-gray-400\/core-opacity-0 {
  background-color: rgb(156 163 175 / 0%);
}
.bg-gray-400\/core-opacity-10 {
  background-color: rgb(156 163 175 / 10%);
}
.bg-gray-400\/core-opacity-100 {
  background-color: rgb(156 163 175 / 100%);
}
.bg-gray-400\/core-opacity-20 {
  background-color: rgb(156 163 175 / 20%);
}
.bg-gray-400\/core-opacity-30 {
  background-color: rgb(156 163 175 / 30%);
}
.bg-gray-400\/core-opacity-40 {
  background-color: rgb(156 163 175 / 40%);
}
.bg-gray-400\/core-opacity-50 {
  background-color: rgb(156 163 175 / 50%);
}
.bg-gray-400\/core-opacity-60 {
  background-color: rgb(156 163 175 / 60%);
}
.bg-gray-400\/core-opacity-70 {
  background-color: rgb(156 163 175 / 70%);
}
.bg-gray-400\/core-opacity-80 {
  background-color: rgb(156 163 175 / 80%);
}
.bg-gray-400\/core-opacity-90 {
  background-color: rgb(156 163 175 / 90%);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-50\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-gray-50\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-gray-50\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-gray-50\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-gray-50\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-gray-50\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-gray-50\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-gray-50\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-gray-50\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-gray-50\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-gray-50\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-gray-50\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-500\/base-opacity-disabled {
  background-color: rgb(107 114 128 / 60%);
}
.bg-gray-500\/core-opacity-0 {
  background-color: rgb(107 114 128 / 0%);
}
.bg-gray-500\/core-opacity-10 {
  background-color: rgb(107 114 128 / 10%);
}
.bg-gray-500\/core-opacity-100 {
  background-color: rgb(107 114 128 / 100%);
}
.bg-gray-500\/core-opacity-20 {
  background-color: rgb(107 114 128 / 20%);
}
.bg-gray-500\/core-opacity-30 {
  background-color: rgb(107 114 128 / 30%);
}
.bg-gray-500\/core-opacity-40 {
  background-color: rgb(107 114 128 / 40%);
}
.bg-gray-500\/core-opacity-50 {
  background-color: rgb(107 114 128 / 50%);
}
.bg-gray-500\/core-opacity-60 {
  background-color: rgb(107 114 128 / 60%);
}
.bg-gray-500\/core-opacity-70 {
  background-color: rgb(107 114 128 / 70%);
}
.bg-gray-500\/core-opacity-80 {
  background-color: rgb(107 114 128 / 80%);
}
.bg-gray-500\/core-opacity-90 {
  background-color: rgb(107 114 128 / 90%);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-600\/base-opacity-disabled {
  background-color: rgb(75 85 99 / 60%);
}
.bg-gray-600\/core-opacity-0 {
  background-color: rgb(75 85 99 / 0%);
}
.bg-gray-600\/core-opacity-10 {
  background-color: rgb(75 85 99 / 10%);
}
.bg-gray-600\/core-opacity-100 {
  background-color: rgb(75 85 99 / 100%);
}
.bg-gray-600\/core-opacity-20 {
  background-color: rgb(75 85 99 / 20%);
}
.bg-gray-600\/core-opacity-30 {
  background-color: rgb(75 85 99 / 30%);
}
.bg-gray-600\/core-opacity-40 {
  background-color: rgb(75 85 99 / 40%);
}
.bg-gray-600\/core-opacity-50 {
  background-color: rgb(75 85 99 / 50%);
}
.bg-gray-600\/core-opacity-60 {
  background-color: rgb(75 85 99 / 60%);
}
.bg-gray-600\/core-opacity-70 {
  background-color: rgb(75 85 99 / 70%);
}
.bg-gray-600\/core-opacity-80 {
  background-color: rgb(75 85 99 / 80%);
}
.bg-gray-600\/core-opacity-90 {
  background-color: rgb(75 85 99 / 90%);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-700\/base-opacity-disabled {
  background-color: rgb(55 65 81 / 60%);
}
.bg-gray-700\/core-opacity-0 {
  background-color: rgb(55 65 81 / 0%);
}
.bg-gray-700\/core-opacity-10 {
  background-color: rgb(55 65 81 / 10%);
}
.bg-gray-700\/core-opacity-100 {
  background-color: rgb(55 65 81 / 100%);
}
.bg-gray-700\/core-opacity-20 {
  background-color: rgb(55 65 81 / 20%);
}
.bg-gray-700\/core-opacity-30 {
  background-color: rgb(55 65 81 / 30%);
}
.bg-gray-700\/core-opacity-40 {
  background-color: rgb(55 65 81 / 40%);
}
.bg-gray-700\/core-opacity-50 {
  background-color: rgb(55 65 81 / 50%);
}
.bg-gray-700\/core-opacity-60 {
  background-color: rgb(55 65 81 / 60%);
}
.bg-gray-700\/core-opacity-70 {
  background-color: rgb(55 65 81 / 70%);
}
.bg-gray-700\/core-opacity-80 {
  background-color: rgb(55 65 81 / 80%);
}
.bg-gray-700\/core-opacity-90 {
  background-color: rgb(55 65 81 / 90%);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-800\/base-opacity-disabled {
  background-color: rgb(31 41 55 / 60%);
}
.bg-gray-800\/core-opacity-0 {
  background-color: rgb(31 41 55 / 0%);
}
.bg-gray-800\/core-opacity-10 {
  background-color: rgb(31 41 55 / 10%);
}
.bg-gray-800\/core-opacity-100 {
  background-color: rgb(31 41 55 / 100%);
}
.bg-gray-800\/core-opacity-20 {
  background-color: rgb(31 41 55 / 20%);
}
.bg-gray-800\/core-opacity-30 {
  background-color: rgb(31 41 55 / 30%);
}
.bg-gray-800\/core-opacity-40 {
  background-color: rgb(31 41 55 / 40%);
}
.bg-gray-800\/core-opacity-50 {
  background-color: rgb(31 41 55 / 50%);
}
.bg-gray-800\/core-opacity-60 {
  background-color: rgb(31 41 55 / 60%);
}
.bg-gray-800\/core-opacity-70 {
  background-color: rgb(31 41 55 / 70%);
}
.bg-gray-800\/core-opacity-80 {
  background-color: rgb(31 41 55 / 80%);
}
.bg-gray-800\/core-opacity-90 {
  background-color: rgb(31 41 55 / 90%);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-gray-900\/base-opacity-disabled {
  background-color: rgb(17 24 39 / 60%);
}
.bg-gray-900\/core-opacity-0 {
  background-color: rgb(17 24 39 / 0%);
}
.bg-gray-900\/core-opacity-10 {
  background-color: rgb(17 24 39 / 10%);
}
.bg-gray-900\/core-opacity-100 {
  background-color: rgb(17 24 39 / 100%);
}
.bg-gray-900\/core-opacity-20 {
  background-color: rgb(17 24 39 / 20%);
}
.bg-gray-900\/core-opacity-30 {
  background-color: rgb(17 24 39 / 30%);
}
.bg-gray-900\/core-opacity-40 {
  background-color: rgb(17 24 39 / 40%);
}
.bg-gray-900\/core-opacity-50 {
  background-color: rgb(17 24 39 / 50%);
}
.bg-gray-900\/core-opacity-60 {
  background-color: rgb(17 24 39 / 60%);
}
.bg-gray-900\/core-opacity-70 {
  background-color: rgb(17 24 39 / 70%);
}
.bg-gray-900\/core-opacity-80 {
  background-color: rgb(17 24 39 / 80%);
}
.bg-gray-900\/core-opacity-90 {
  background-color: rgb(17 24 39 / 90%);
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}
.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}
.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}
.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}
.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}
.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}
.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}
.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.bg-gray-950\/base-opacity-disabled {
  background-color: rgb(3 7 18 / 60%);
}
.bg-gray-950\/core-opacity-0 {
  background-color: rgb(3 7 18 / 0%);
}
.bg-gray-950\/core-opacity-10 {
  background-color: rgb(3 7 18 / 10%);
}
.bg-gray-950\/core-opacity-100 {
  background-color: rgb(3 7 18 / 100%);
}
.bg-gray-950\/core-opacity-20 {
  background-color: rgb(3 7 18 / 20%);
}
.bg-gray-950\/core-opacity-30 {
  background-color: rgb(3 7 18 / 30%);
}
.bg-gray-950\/core-opacity-40 {
  background-color: rgb(3 7 18 / 40%);
}
.bg-gray-950\/core-opacity-50 {
  background-color: rgb(3 7 18 / 50%);
}
.bg-gray-950\/core-opacity-60 {
  background-color: rgb(3 7 18 / 60%);
}
.bg-gray-950\/core-opacity-70 {
  background-color: rgb(3 7 18 / 70%);
}
.bg-gray-950\/core-opacity-80 {
  background-color: rgb(3 7 18 / 80%);
}
.bg-gray-950\/core-opacity-90 {
  background-color: rgb(3 7 18 / 90%);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-green-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-green-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-green-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-green-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-green-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-green-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-green-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-green-100\/base-opacity-disabled {
  background-color: rgb(209 250 229 / 60%);
}
.bg-green-100\/core-opacity-0 {
  background-color: rgb(209 250 229 / 0%);
}
.bg-green-100\/core-opacity-10 {
  background-color: rgb(209 250 229 / 10%);
}
.bg-green-100\/core-opacity-100 {
  background-color: rgb(209 250 229 / 100%);
}
.bg-green-100\/core-opacity-20 {
  background-color: rgb(209 250 229 / 20%);
}
.bg-green-100\/core-opacity-30 {
  background-color: rgb(209 250 229 / 30%);
}
.bg-green-100\/core-opacity-40 {
  background-color: rgb(209 250 229 / 40%);
}
.bg-green-100\/core-opacity-50 {
  background-color: rgb(209 250 229 / 50%);
}
.bg-green-100\/core-opacity-60 {
  background-color: rgb(209 250 229 / 60%);
}
.bg-green-100\/core-opacity-70 {
  background-color: rgb(209 250 229 / 70%);
}
.bg-green-100\/core-opacity-80 {
  background-color: rgb(209 250 229 / 80%);
}
.bg-green-100\/core-opacity-90 {
  background-color: rgb(209 250 229 / 90%);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-green-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-green-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-green-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-green-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-green-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-green-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-green-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-green-200\/base-opacity-disabled {
  background-color: rgb(167 243 208 / 60%);
}
.bg-green-200\/core-opacity-0 {
  background-color: rgb(167 243 208 / 0%);
}
.bg-green-200\/core-opacity-10 {
  background-color: rgb(167 243 208 / 10%);
}
.bg-green-200\/core-opacity-100 {
  background-color: rgb(167 243 208 / 100%);
}
.bg-green-200\/core-opacity-20 {
  background-color: rgb(167 243 208 / 20%);
}
.bg-green-200\/core-opacity-30 {
  background-color: rgb(167 243 208 / 30%);
}
.bg-green-200\/core-opacity-40 {
  background-color: rgb(167 243 208 / 40%);
}
.bg-green-200\/core-opacity-50 {
  background-color: rgb(167 243 208 / 50%);
}
.bg-green-200\/core-opacity-60 {
  background-color: rgb(167 243 208 / 60%);
}
.bg-green-200\/core-opacity-70 {
  background-color: rgb(167 243 208 / 70%);
}
.bg-green-200\/core-opacity-80 {
  background-color: rgb(167 243 208 / 80%);
}
.bg-green-200\/core-opacity-90 {
  background-color: rgb(167 243 208 / 90%);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-green-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-green-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-green-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-green-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-green-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-green-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-green-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-green-300\/base-opacity-disabled {
  background-color: rgb(110 231 183 / 60%);
}
.bg-green-300\/core-opacity-0 {
  background-color: rgb(110 231 183 / 0%);
}
.bg-green-300\/core-opacity-10 {
  background-color: rgb(110 231 183 / 10%);
}
.bg-green-300\/core-opacity-100 {
  background-color: rgb(110 231 183 / 100%);
}
.bg-green-300\/core-opacity-20 {
  background-color: rgb(110 231 183 / 20%);
}
.bg-green-300\/core-opacity-30 {
  background-color: rgb(110 231 183 / 30%);
}
.bg-green-300\/core-opacity-40 {
  background-color: rgb(110 231 183 / 40%);
}
.bg-green-300\/core-opacity-50 {
  background-color: rgb(110 231 183 / 50%);
}
.bg-green-300\/core-opacity-60 {
  background-color: rgb(110 231 183 / 60%);
}
.bg-green-300\/core-opacity-70 {
  background-color: rgb(110 231 183 / 70%);
}
.bg-green-300\/core-opacity-80 {
  background-color: rgb(110 231 183 / 80%);
}
.bg-green-300\/core-opacity-90 {
  background-color: rgb(110 231 183 / 90%);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-green-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-green-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-green-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-green-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-green-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-green-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-green-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-green-400\/base-opacity-disabled {
  background-color: rgb(52 211 153 / 60%);
}
.bg-green-400\/core-opacity-0 {
  background-color: rgb(52 211 153 / 0%);
}
.bg-green-400\/core-opacity-10 {
  background-color: rgb(52 211 153 / 10%);
}
.bg-green-400\/core-opacity-100 {
  background-color: rgb(52 211 153 / 100%);
}
.bg-green-400\/core-opacity-20 {
  background-color: rgb(52 211 153 / 20%);
}
.bg-green-400\/core-opacity-30 {
  background-color: rgb(52 211 153 / 30%);
}
.bg-green-400\/core-opacity-40 {
  background-color: rgb(52 211 153 / 40%);
}
.bg-green-400\/core-opacity-50 {
  background-color: rgb(52 211 153 / 50%);
}
.bg-green-400\/core-opacity-60 {
  background-color: rgb(52 211 153 / 60%);
}
.bg-green-400\/core-opacity-70 {
  background-color: rgb(52 211 153 / 70%);
}
.bg-green-400\/core-opacity-80 {
  background-color: rgb(52 211 153 / 80%);
}
.bg-green-400\/core-opacity-90 {
  background-color: rgb(52 211 153 / 90%);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-green-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-green-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-green-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-green-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-green-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-green-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-green-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-green-50\/base-opacity-disabled {
  background-color: rgb(236 253 245 / 60%);
}
.bg-green-50\/core-opacity-0 {
  background-color: rgb(236 253 245 / 0%);
}
.bg-green-50\/core-opacity-10 {
  background-color: rgb(236 253 245 / 10%);
}
.bg-green-50\/core-opacity-100 {
  background-color: rgb(236 253 245 / 100%);
}
.bg-green-50\/core-opacity-20 {
  background-color: rgb(236 253 245 / 20%);
}
.bg-green-50\/core-opacity-30 {
  background-color: rgb(236 253 245 / 30%);
}
.bg-green-50\/core-opacity-40 {
  background-color: rgb(236 253 245 / 40%);
}
.bg-green-50\/core-opacity-50 {
  background-color: rgb(236 253 245 / 50%);
}
.bg-green-50\/core-opacity-60 {
  background-color: rgb(236 253 245 / 60%);
}
.bg-green-50\/core-opacity-70 {
  background-color: rgb(236 253 245 / 70%);
}
.bg-green-50\/core-opacity-80 {
  background-color: rgb(236 253 245 / 80%);
}
.bg-green-50\/core-opacity-90 {
  background-color: rgb(236 253 245 / 90%);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-green-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-green-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-green-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-green-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-green-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-green-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-green-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-green-500\/base-opacity-disabled {
  background-color: rgb(16 185 129 / 60%);
}
.bg-green-500\/core-opacity-0 {
  background-color: rgb(16 185 129 / 0%);
}
.bg-green-500\/core-opacity-10 {
  background-color: rgb(16 185 129 / 10%);
}
.bg-green-500\/core-opacity-100 {
  background-color: rgb(16 185 129 / 100%);
}
.bg-green-500\/core-opacity-20 {
  background-color: rgb(16 185 129 / 20%);
}
.bg-green-500\/core-opacity-30 {
  background-color: rgb(16 185 129 / 30%);
}
.bg-green-500\/core-opacity-40 {
  background-color: rgb(16 185 129 / 40%);
}
.bg-green-500\/core-opacity-50 {
  background-color: rgb(16 185 129 / 50%);
}
.bg-green-500\/core-opacity-60 {
  background-color: rgb(16 185 129 / 60%);
}
.bg-green-500\/core-opacity-70 {
  background-color: rgb(16 185 129 / 70%);
}
.bg-green-500\/core-opacity-80 {
  background-color: rgb(16 185 129 / 80%);
}
.bg-green-500\/core-opacity-90 {
  background-color: rgb(16 185 129 / 90%);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-green-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-green-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-green-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-green-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-green-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-green-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-green-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-green-600\/base-opacity-disabled {
  background-color: rgb(5 150 105 / 60%);
}
.bg-green-600\/core-opacity-0 {
  background-color: rgb(5 150 105 / 0%);
}
.bg-green-600\/core-opacity-10 {
  background-color: rgb(5 150 105 / 10%);
}
.bg-green-600\/core-opacity-100 {
  background-color: rgb(5 150 105 / 100%);
}
.bg-green-600\/core-opacity-20 {
  background-color: rgb(5 150 105 / 20%);
}
.bg-green-600\/core-opacity-30 {
  background-color: rgb(5 150 105 / 30%);
}
.bg-green-600\/core-opacity-40 {
  background-color: rgb(5 150 105 / 40%);
}
.bg-green-600\/core-opacity-50 {
  background-color: rgb(5 150 105 / 50%);
}
.bg-green-600\/core-opacity-60 {
  background-color: rgb(5 150 105 / 60%);
}
.bg-green-600\/core-opacity-70 {
  background-color: rgb(5 150 105 / 70%);
}
.bg-green-600\/core-opacity-80 {
  background-color: rgb(5 150 105 / 80%);
}
.bg-green-600\/core-opacity-90 {
  background-color: rgb(5 150 105 / 90%);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-green-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-green-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-green-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-green-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-green-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-green-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-green-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-green-700\/base-opacity-disabled {
  background-color: rgb(4 120 87 / 60%);
}
.bg-green-700\/core-opacity-0 {
  background-color: rgb(4 120 87 / 0%);
}
.bg-green-700\/core-opacity-10 {
  background-color: rgb(4 120 87 / 10%);
}
.bg-green-700\/core-opacity-100 {
  background-color: rgb(4 120 87 / 100%);
}
.bg-green-700\/core-opacity-20 {
  background-color: rgb(4 120 87 / 20%);
}
.bg-green-700\/core-opacity-30 {
  background-color: rgb(4 120 87 / 30%);
}
.bg-green-700\/core-opacity-40 {
  background-color: rgb(4 120 87 / 40%);
}
.bg-green-700\/core-opacity-50 {
  background-color: rgb(4 120 87 / 50%);
}
.bg-green-700\/core-opacity-60 {
  background-color: rgb(4 120 87 / 60%);
}
.bg-green-700\/core-opacity-70 {
  background-color: rgb(4 120 87 / 70%);
}
.bg-green-700\/core-opacity-80 {
  background-color: rgb(4 120 87 / 80%);
}
.bg-green-700\/core-opacity-90 {
  background-color: rgb(4 120 87 / 90%);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.bg-green-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-green-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-green-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-green-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-green-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-green-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-green-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-green-800\/base-opacity-disabled {
  background-color: rgb(6 95 70 / 60%);
}
.bg-green-800\/core-opacity-0 {
  background-color: rgb(6 95 70 / 0%);
}
.bg-green-800\/core-opacity-10 {
  background-color: rgb(6 95 70 / 10%);
}
.bg-green-800\/core-opacity-100 {
  background-color: rgb(6 95 70 / 100%);
}
.bg-green-800\/core-opacity-20 {
  background-color: rgb(6 95 70 / 20%);
}
.bg-green-800\/core-opacity-30 {
  background-color: rgb(6 95 70 / 30%);
}
.bg-green-800\/core-opacity-40 {
  background-color: rgb(6 95 70 / 40%);
}
.bg-green-800\/core-opacity-50 {
  background-color: rgb(6 95 70 / 50%);
}
.bg-green-800\/core-opacity-60 {
  background-color: rgb(6 95 70 / 60%);
}
.bg-green-800\/core-opacity-70 {
  background-color: rgb(6 95 70 / 70%);
}
.bg-green-800\/core-opacity-80 {
  background-color: rgb(6 95 70 / 80%);
}
.bg-green-800\/core-opacity-90 {
  background-color: rgb(6 95 70 / 90%);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-green-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-green-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-green-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-green-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-green-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-green-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-green-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-green-900\/base-opacity-disabled {
  background-color: rgb(6 78 59 / 60%);
}
.bg-green-900\/core-opacity-0 {
  background-color: rgb(6 78 59 / 0%);
}
.bg-green-900\/core-opacity-10 {
  background-color: rgb(6 78 59 / 10%);
}
.bg-green-900\/core-opacity-100 {
  background-color: rgb(6 78 59 / 100%);
}
.bg-green-900\/core-opacity-20 {
  background-color: rgb(6 78 59 / 20%);
}
.bg-green-900\/core-opacity-30 {
  background-color: rgb(6 78 59 / 30%);
}
.bg-green-900\/core-opacity-40 {
  background-color: rgb(6 78 59 / 40%);
}
.bg-green-900\/core-opacity-50 {
  background-color: rgb(6 78 59 / 50%);
}
.bg-green-900\/core-opacity-60 {
  background-color: rgb(6 78 59 / 60%);
}
.bg-green-900\/core-opacity-70 {
  background-color: rgb(6 78 59 / 70%);
}
.bg-green-900\/core-opacity-80 {
  background-color: rgb(6 78 59 / 80%);
}
.bg-green-900\/core-opacity-90 {
  background-color: rgb(6 78 59 / 90%);
}
.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.bg-green-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.bg-green-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.bg-green-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.bg-green-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-green-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-green-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.bg-green-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-green-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.bg-green-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.bg-green-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.bg-green-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.bg-green-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.bg-green-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.bg-green-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.bg-green-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.bg-green-950\/base-opacity-disabled {
  background-color: rgb(2 44 34 / 60%);
}
.bg-green-950\/core-opacity-0 {
  background-color: rgb(2 44 34 / 0%);
}
.bg-green-950\/core-opacity-10 {
  background-color: rgb(2 44 34 / 10%);
}
.bg-green-950\/core-opacity-100 {
  background-color: rgb(2 44 34 / 100%);
}
.bg-green-950\/core-opacity-20 {
  background-color: rgb(2 44 34 / 20%);
}
.bg-green-950\/core-opacity-30 {
  background-color: rgb(2 44 34 / 30%);
}
.bg-green-950\/core-opacity-40 {
  background-color: rgb(2 44 34 / 40%);
}
.bg-green-950\/core-opacity-50 {
  background-color: rgb(2 44 34 / 50%);
}
.bg-green-950\/core-opacity-60 {
  background-color: rgb(2 44 34 / 60%);
}
.bg-green-950\/core-opacity-70 {
  background-color: rgb(2 44 34 / 70%);
}
.bg-green-950\/core-opacity-80 {
  background-color: rgb(2 44 34 / 80%);
}
.bg-green-950\/core-opacity-90 {
  background-color: rgb(2 44 34 / 90%);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}
.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}
.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}
.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}
.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}
.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}
.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}
.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}
.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}
.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}
.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}
.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}
.bg-indigo-100\/base-opacity-disabled {
  background-color: rgb(224 231 255 / 60%);
}
.bg-indigo-100\/core-opacity-0 {
  background-color: rgb(224 231 255 / 0%);
}
.bg-indigo-100\/core-opacity-10 {
  background-color: rgb(224 231 255 / 10%);
}
.bg-indigo-100\/core-opacity-100 {
  background-color: rgb(224 231 255 / 100%);
}
.bg-indigo-100\/core-opacity-20 {
  background-color: rgb(224 231 255 / 20%);
}
.bg-indigo-100\/core-opacity-30 {
  background-color: rgb(224 231 255 / 30%);
}
.bg-indigo-100\/core-opacity-40 {
  background-color: rgb(224 231 255 / 40%);
}
.bg-indigo-100\/core-opacity-50 {
  background-color: rgb(224 231 255 / 50%);
}
.bg-indigo-100\/core-opacity-60 {
  background-color: rgb(224 231 255 / 60%);
}
.bg-indigo-100\/core-opacity-70 {
  background-color: rgb(224 231 255 / 70%);
}
.bg-indigo-100\/core-opacity-80 {
  background-color: rgb(224 231 255 / 80%);
}
.bg-indigo-100\/core-opacity-90 {
  background-color: rgb(224 231 255 / 90%);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}
.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}
.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}
.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}
.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}
.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}
.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}
.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}
.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}
.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}
.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}
.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}
.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}
.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}
.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}
.bg-indigo-200\/base-opacity-disabled {
  background-color: rgb(199 210 254 / 60%);
}
.bg-indigo-200\/core-opacity-0 {
  background-color: rgb(199 210 254 / 0%);
}
.bg-indigo-200\/core-opacity-10 {
  background-color: rgb(199 210 254 / 10%);
}
.bg-indigo-200\/core-opacity-100 {
  background-color: rgb(199 210 254 / 100%);
}
.bg-indigo-200\/core-opacity-20 {
  background-color: rgb(199 210 254 / 20%);
}
.bg-indigo-200\/core-opacity-30 {
  background-color: rgb(199 210 254 / 30%);
}
.bg-indigo-200\/core-opacity-40 {
  background-color: rgb(199 210 254 / 40%);
}
.bg-indigo-200\/core-opacity-50 {
  background-color: rgb(199 210 254 / 50%);
}
.bg-indigo-200\/core-opacity-60 {
  background-color: rgb(199 210 254 / 60%);
}
.bg-indigo-200\/core-opacity-70 {
  background-color: rgb(199 210 254 / 70%);
}
.bg-indigo-200\/core-opacity-80 {
  background-color: rgb(199 210 254 / 80%);
}
.bg-indigo-200\/core-opacity-90 {
  background-color: rgb(199 210 254 / 90%);
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}
.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}
.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}
.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}
.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}
.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}
.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}
.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}
.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}
.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}
.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}
.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}
.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}
.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}
.bg-indigo-300\/base-opacity-disabled {
  background-color: rgb(165 180 252 / 60%);
}
.bg-indigo-300\/core-opacity-0 {
  background-color: rgb(165 180 252 / 0%);
}
.bg-indigo-300\/core-opacity-10 {
  background-color: rgb(165 180 252 / 10%);
}
.bg-indigo-300\/core-opacity-100 {
  background-color: rgb(165 180 252 / 100%);
}
.bg-indigo-300\/core-opacity-20 {
  background-color: rgb(165 180 252 / 20%);
}
.bg-indigo-300\/core-opacity-30 {
  background-color: rgb(165 180 252 / 30%);
}
.bg-indigo-300\/core-opacity-40 {
  background-color: rgb(165 180 252 / 40%);
}
.bg-indigo-300\/core-opacity-50 {
  background-color: rgb(165 180 252 / 50%);
}
.bg-indigo-300\/core-opacity-60 {
  background-color: rgb(165 180 252 / 60%);
}
.bg-indigo-300\/core-opacity-70 {
  background-color: rgb(165 180 252 / 70%);
}
.bg-indigo-300\/core-opacity-80 {
  background-color: rgb(165 180 252 / 80%);
}
.bg-indigo-300\/core-opacity-90 {
  background-color: rgb(165 180 252 / 90%);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}
.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}
.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}
.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}
.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}
.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}
.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}
.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}
.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}
.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}
.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}
.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}
.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}
.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}
.bg-indigo-400\/base-opacity-disabled {
  background-color: rgb(129 140 248 / 60%);
}
.bg-indigo-400\/core-opacity-0 {
  background-color: rgb(129 140 248 / 0%);
}
.bg-indigo-400\/core-opacity-10 {
  background-color: rgb(129 140 248 / 10%);
}
.bg-indigo-400\/core-opacity-100 {
  background-color: rgb(129 140 248 / 100%);
}
.bg-indigo-400\/core-opacity-20 {
  background-color: rgb(129 140 248 / 20%);
}
.bg-indigo-400\/core-opacity-30 {
  background-color: rgb(129 140 248 / 30%);
}
.bg-indigo-400\/core-opacity-40 {
  background-color: rgb(129 140 248 / 40%);
}
.bg-indigo-400\/core-opacity-50 {
  background-color: rgb(129 140 248 / 50%);
}
.bg-indigo-400\/core-opacity-60 {
  background-color: rgb(129 140 248 / 60%);
}
.bg-indigo-400\/core-opacity-70 {
  background-color: rgb(129 140 248 / 70%);
}
.bg-indigo-400\/core-opacity-80 {
  background-color: rgb(129 140 248 / 80%);
}
.bg-indigo-400\/core-opacity-90 {
  background-color: rgb(129 140 248 / 90%);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}
.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}
.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}
.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}
.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}
.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}
.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}
.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}
.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}
.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}
.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}
.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}
.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}
.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}
.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}
.bg-indigo-50\/base-opacity-disabled {
  background-color: rgb(238 242 255 / 60%);
}
.bg-indigo-50\/core-opacity-0 {
  background-color: rgb(238 242 255 / 0%);
}
.bg-indigo-50\/core-opacity-10 {
  background-color: rgb(238 242 255 / 10%);
}
.bg-indigo-50\/core-opacity-100 {
  background-color: rgb(238 242 255 / 100%);
}
.bg-indigo-50\/core-opacity-20 {
  background-color: rgb(238 242 255 / 20%);
}
.bg-indigo-50\/core-opacity-30 {
  background-color: rgb(238 242 255 / 30%);
}
.bg-indigo-50\/core-opacity-40 {
  background-color: rgb(238 242 255 / 40%);
}
.bg-indigo-50\/core-opacity-50 {
  background-color: rgb(238 242 255 / 50%);
}
.bg-indigo-50\/core-opacity-60 {
  background-color: rgb(238 242 255 / 60%);
}
.bg-indigo-50\/core-opacity-70 {
  background-color: rgb(238 242 255 / 70%);
}
.bg-indigo-50\/core-opacity-80 {
  background-color: rgb(238 242 255 / 80%);
}
.bg-indigo-50\/core-opacity-90 {
  background-color: rgb(238 242 255 / 90%);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}
.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}
.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}
.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}
.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}
.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}
.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}
.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}
.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.bg-indigo-500\/base-opacity-disabled {
  background-color: rgb(99 102 241 / 60%);
}
.bg-indigo-500\/core-opacity-0 {
  background-color: rgb(99 102 241 / 0%);
}
.bg-indigo-500\/core-opacity-10 {
  background-color: rgb(99 102 241 / 10%);
}
.bg-indigo-500\/core-opacity-100 {
  background-color: rgb(99 102 241 / 100%);
}
.bg-indigo-500\/core-opacity-20 {
  background-color: rgb(99 102 241 / 20%);
}
.bg-indigo-500\/core-opacity-30 {
  background-color: rgb(99 102 241 / 30%);
}
.bg-indigo-500\/core-opacity-40 {
  background-color: rgb(99 102 241 / 40%);
}
.bg-indigo-500\/core-opacity-50 {
  background-color: rgb(99 102 241 / 50%);
}
.bg-indigo-500\/core-opacity-60 {
  background-color: rgb(99 102 241 / 60%);
}
.bg-indigo-500\/core-opacity-70 {
  background-color: rgb(99 102 241 / 70%);
}
.bg-indigo-500\/core-opacity-80 {
  background-color: rgb(99 102 241 / 80%);
}
.bg-indigo-500\/core-opacity-90 {
  background-color: rgb(99 102 241 / 90%);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}
.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}
.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}
.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}
.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}
.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}
.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}
.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}
.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}
.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}
.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}
.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}
.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}
.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}
.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}
.bg-indigo-600\/base-opacity-disabled {
  background-color: rgb(79 70 229 / 60%);
}
.bg-indigo-600\/core-opacity-0 {
  background-color: rgb(79 70 229 / 0%);
}
.bg-indigo-600\/core-opacity-10 {
  background-color: rgb(79 70 229 / 10%);
}
.bg-indigo-600\/core-opacity-100 {
  background-color: rgb(79 70 229 / 100%);
}
.bg-indigo-600\/core-opacity-20 {
  background-color: rgb(79 70 229 / 20%);
}
.bg-indigo-600\/core-opacity-30 {
  background-color: rgb(79 70 229 / 30%);
}
.bg-indigo-600\/core-opacity-40 {
  background-color: rgb(79 70 229 / 40%);
}
.bg-indigo-600\/core-opacity-50 {
  background-color: rgb(79 70 229 / 50%);
}
.bg-indigo-600\/core-opacity-60 {
  background-color: rgb(79 70 229 / 60%);
}
.bg-indigo-600\/core-opacity-70 {
  background-color: rgb(79 70 229 / 70%);
}
.bg-indigo-600\/core-opacity-80 {
  background-color: rgb(79 70 229 / 80%);
}
.bg-indigo-600\/core-opacity-90 {
  background-color: rgb(79 70 229 / 90%);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}
.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}
.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}
.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}
.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}
.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}
.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}
.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}
.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}
.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}
.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}
.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}
.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}
.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}
.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}
.bg-indigo-700\/base-opacity-disabled {
  background-color: rgb(67 56 202 / 60%);
}
.bg-indigo-700\/core-opacity-0 {
  background-color: rgb(67 56 202 / 0%);
}
.bg-indigo-700\/core-opacity-10 {
  background-color: rgb(67 56 202 / 10%);
}
.bg-indigo-700\/core-opacity-100 {
  background-color: rgb(67 56 202 / 100%);
}
.bg-indigo-700\/core-opacity-20 {
  background-color: rgb(67 56 202 / 20%);
}
.bg-indigo-700\/core-opacity-30 {
  background-color: rgb(67 56 202 / 30%);
}
.bg-indigo-700\/core-opacity-40 {
  background-color: rgb(67 56 202 / 40%);
}
.bg-indigo-700\/core-opacity-50 {
  background-color: rgb(67 56 202 / 50%);
}
.bg-indigo-700\/core-opacity-60 {
  background-color: rgb(67 56 202 / 60%);
}
.bg-indigo-700\/core-opacity-70 {
  background-color: rgb(67 56 202 / 70%);
}
.bg-indigo-700\/core-opacity-80 {
  background-color: rgb(67 56 202 / 80%);
}
.bg-indigo-700\/core-opacity-90 {
  background-color: rgb(67 56 202 / 90%);
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}
.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}
.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}
.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}
.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}
.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}
.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}
.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}
.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}
.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}
.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}
.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}
.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}
.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}
.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}
.bg-indigo-800\/base-opacity-disabled {
  background-color: rgb(55 48 163 / 60%);
}
.bg-indigo-800\/core-opacity-0 {
  background-color: rgb(55 48 163 / 0%);
}
.bg-indigo-800\/core-opacity-10 {
  background-color: rgb(55 48 163 / 10%);
}
.bg-indigo-800\/core-opacity-100 {
  background-color: rgb(55 48 163 / 100%);
}
.bg-indigo-800\/core-opacity-20 {
  background-color: rgb(55 48 163 / 20%);
}
.bg-indigo-800\/core-opacity-30 {
  background-color: rgb(55 48 163 / 30%);
}
.bg-indigo-800\/core-opacity-40 {
  background-color: rgb(55 48 163 / 40%);
}
.bg-indigo-800\/core-opacity-50 {
  background-color: rgb(55 48 163 / 50%);
}
.bg-indigo-800\/core-opacity-60 {
  background-color: rgb(55 48 163 / 60%);
}
.bg-indigo-800\/core-opacity-70 {
  background-color: rgb(55 48 163 / 70%);
}
.bg-indigo-800\/core-opacity-80 {
  background-color: rgb(55 48 163 / 80%);
}
.bg-indigo-800\/core-opacity-90 {
  background-color: rgb(55 48 163 / 90%);
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}
.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}
.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}
.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}
.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}
.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}
.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}
.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}
.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}
.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.bg-indigo-900\/base-opacity-disabled {
  background-color: rgb(49 46 129 / 60%);
}
.bg-indigo-900\/core-opacity-0 {
  background-color: rgb(49 46 129 / 0%);
}
.bg-indigo-900\/core-opacity-10 {
  background-color: rgb(49 46 129 / 10%);
}
.bg-indigo-900\/core-opacity-100 {
  background-color: rgb(49 46 129 / 100%);
}
.bg-indigo-900\/core-opacity-20 {
  background-color: rgb(49 46 129 / 20%);
}
.bg-indigo-900\/core-opacity-30 {
  background-color: rgb(49 46 129 / 30%);
}
.bg-indigo-900\/core-opacity-40 {
  background-color: rgb(49 46 129 / 40%);
}
.bg-indigo-900\/core-opacity-50 {
  background-color: rgb(49 46 129 / 50%);
}
.bg-indigo-900\/core-opacity-60 {
  background-color: rgb(49 46 129 / 60%);
}
.bg-indigo-900\/core-opacity-70 {
  background-color: rgb(49 46 129 / 70%);
}
.bg-indigo-900\/core-opacity-80 {
  background-color: rgb(49 46 129 / 80%);
}
.bg-indigo-900\/core-opacity-90 {
  background-color: rgb(49 46 129 / 90%);
}
.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}
.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}
.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}
.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}
.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}
.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}
.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}
.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}
.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}
.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}
.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}
.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}
.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}
.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.bg-indigo-950\/base-opacity-disabled {
  background-color: rgb(30 27 75 / 60%);
}
.bg-indigo-950\/core-opacity-0 {
  background-color: rgb(30 27 75 / 0%);
}
.bg-indigo-950\/core-opacity-10 {
  background-color: rgb(30 27 75 / 10%);
}
.bg-indigo-950\/core-opacity-100 {
  background-color: rgb(30 27 75 / 100%);
}
.bg-indigo-950\/core-opacity-20 {
  background-color: rgb(30 27 75 / 20%);
}
.bg-indigo-950\/core-opacity-30 {
  background-color: rgb(30 27 75 / 30%);
}
.bg-indigo-950\/core-opacity-40 {
  background-color: rgb(30 27 75 / 40%);
}
.bg-indigo-950\/core-opacity-50 {
  background-color: rgb(30 27 75 / 50%);
}
.bg-indigo-950\/core-opacity-60 {
  background-color: rgb(30 27 75 / 60%);
}
.bg-indigo-950\/core-opacity-70 {
  background-color: rgb(30 27 75 / 70%);
}
.bg-indigo-950\/core-opacity-80 {
  background-color: rgb(30 27 75 / 80%);
}
.bg-indigo-950\/core-opacity-90 {
  background-color: rgb(30 27 75 / 90%);
}
.bg-info {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-info-light {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-info-light\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-info-light\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-info-light\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-info-light\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-info-light\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-info-light\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-info-light\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-info-light\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-info-light\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-info-light\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-info-light\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-info-light\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-info-light\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-info-light\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-info-light\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-info-light\/base-opacity-disabled {
  background-color: rgb(96 165 250 / 60%);
}
.bg-info-light\/core-opacity-0 {
  background-color: rgb(96 165 250 / 0%);
}
.bg-info-light\/core-opacity-10 {
  background-color: rgb(96 165 250 / 10%);
}
.bg-info-light\/core-opacity-100 {
  background-color: rgb(96 165 250 / 100%);
}
.bg-info-light\/core-opacity-20 {
  background-color: rgb(96 165 250 / 20%);
}
.bg-info-light\/core-opacity-30 {
  background-color: rgb(96 165 250 / 30%);
}
.bg-info-light\/core-opacity-40 {
  background-color: rgb(96 165 250 / 40%);
}
.bg-info-light\/core-opacity-50 {
  background-color: rgb(96 165 250 / 50%);
}
.bg-info-light\/core-opacity-60 {
  background-color: rgb(96 165 250 / 60%);
}
.bg-info-light\/core-opacity-70 {
  background-color: rgb(96 165 250 / 70%);
}
.bg-info-light\/core-opacity-80 {
  background-color: rgb(96 165 250 / 80%);
}
.bg-info-light\/core-opacity-90 {
  background-color: rgb(96 165 250 / 90%);
}
.bg-info-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-info-lightest\/0 {
  background-color: rgb(239 246 255 / 0);
}
.bg-info-lightest\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.bg-info-lightest\/100 {
  background-color: rgb(239 246 255 / 1);
}
.bg-info-lightest\/20 {
  background-color: rgb(239 246 255 / 0.2);
}
.bg-info-lightest\/25 {
  background-color: rgb(239 246 255 / 0.25);
}
.bg-info-lightest\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.bg-info-lightest\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.bg-info-lightest\/5 {
  background-color: rgb(239 246 255 / 0.05);
}
.bg-info-lightest\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-info-lightest\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-info-lightest\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-info-lightest\/75 {
  background-color: rgb(239 246 255 / 0.75);
}
.bg-info-lightest\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-info-lightest\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-info-lightest\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-info-lightest\/base-opacity-disabled {
  background-color: rgb(239 246 255 / 60%);
}
.bg-info-lightest\/core-opacity-0 {
  background-color: rgb(239 246 255 / 0%);
}
.bg-info-lightest\/core-opacity-10 {
  background-color: rgb(239 246 255 / 10%);
}
.bg-info-lightest\/core-opacity-100 {
  background-color: rgb(239 246 255 / 100%);
}
.bg-info-lightest\/core-opacity-20 {
  background-color: rgb(239 246 255 / 20%);
}
.bg-info-lightest\/core-opacity-30 {
  background-color: rgb(239 246 255 / 30%);
}
.bg-info-lightest\/core-opacity-40 {
  background-color: rgb(239 246 255 / 40%);
}
.bg-info-lightest\/core-opacity-50 {
  background-color: rgb(239 246 255 / 50%);
}
.bg-info-lightest\/core-opacity-60 {
  background-color: rgb(239 246 255 / 60%);
}
.bg-info-lightest\/core-opacity-70 {
  background-color: rgb(239 246 255 / 70%);
}
.bg-info-lightest\/core-opacity-80 {
  background-color: rgb(239 246 255 / 80%);
}
.bg-info-lightest\/core-opacity-90 {
  background-color: rgb(239 246 255 / 90%);
}
.bg-info\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-info\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-info\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-info\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-info\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.bg-info\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-info\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-info\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.bg-info\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.bg-info\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-info\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.bg-info\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.bg-info\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.bg-info\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-info\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-info\/base-opacity-disabled {
  background-color: rgb(59 130 246 / 60%);
}
.bg-info\/core-opacity-0 {
  background-color: rgb(59 130 246 / 0%);
}
.bg-info\/core-opacity-10 {
  background-color: rgb(59 130 246 / 10%);
}
.bg-info\/core-opacity-100 {
  background-color: rgb(59 130 246 / 100%);
}
.bg-info\/core-opacity-20 {
  background-color: rgb(59 130 246 / 20%);
}
.bg-info\/core-opacity-30 {
  background-color: rgb(59 130 246 / 30%);
}
.bg-info\/core-opacity-40 {
  background-color: rgb(59 130 246 / 40%);
}
.bg-info\/core-opacity-50 {
  background-color: rgb(59 130 246 / 50%);
}
.bg-info\/core-opacity-60 {
  background-color: rgb(59 130 246 / 60%);
}
.bg-info\/core-opacity-70 {
  background-color: rgb(59 130 246 / 70%);
}
.bg-info\/core-opacity-80 {
  background-color: rgb(59 130 246 / 80%);
}
.bg-info\/core-opacity-90 {
  background-color: rgb(59 130 246 / 90%);
}
.bg-inherit {
  background-color: inherit;
}
.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}
.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}
.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}
.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}
.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}
.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}
.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}
.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}
.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}
.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}
.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}
.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}
.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}
.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}
.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}
.bg-lime-100\/base-opacity-disabled {
  background-color: rgb(236 252 203 / 60%);
}
.bg-lime-100\/core-opacity-0 {
  background-color: rgb(236 252 203 / 0%);
}
.bg-lime-100\/core-opacity-10 {
  background-color: rgb(236 252 203 / 10%);
}
.bg-lime-100\/core-opacity-100 {
  background-color: rgb(236 252 203 / 100%);
}
.bg-lime-100\/core-opacity-20 {
  background-color: rgb(236 252 203 / 20%);
}
.bg-lime-100\/core-opacity-30 {
  background-color: rgb(236 252 203 / 30%);
}
.bg-lime-100\/core-opacity-40 {
  background-color: rgb(236 252 203 / 40%);
}
.bg-lime-100\/core-opacity-50 {
  background-color: rgb(236 252 203 / 50%);
}
.bg-lime-100\/core-opacity-60 {
  background-color: rgb(236 252 203 / 60%);
}
.bg-lime-100\/core-opacity-70 {
  background-color: rgb(236 252 203 / 70%);
}
.bg-lime-100\/core-opacity-80 {
  background-color: rgb(236 252 203 / 80%);
}
.bg-lime-100\/core-opacity-90 {
  background-color: rgb(236 252 203 / 90%);
}
.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}
.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}
.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}
.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}
.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}
.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}
.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}
.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}
.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}
.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}
.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}
.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}
.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}
.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}
.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}
.bg-lime-200\/base-opacity-disabled {
  background-color: rgb(217 249 157 / 60%);
}
.bg-lime-200\/core-opacity-0 {
  background-color: rgb(217 249 157 / 0%);
}
.bg-lime-200\/core-opacity-10 {
  background-color: rgb(217 249 157 / 10%);
}
.bg-lime-200\/core-opacity-100 {
  background-color: rgb(217 249 157 / 100%);
}
.bg-lime-200\/core-opacity-20 {
  background-color: rgb(217 249 157 / 20%);
}
.bg-lime-200\/core-opacity-30 {
  background-color: rgb(217 249 157 / 30%);
}
.bg-lime-200\/core-opacity-40 {
  background-color: rgb(217 249 157 / 40%);
}
.bg-lime-200\/core-opacity-50 {
  background-color: rgb(217 249 157 / 50%);
}
.bg-lime-200\/core-opacity-60 {
  background-color: rgb(217 249 157 / 60%);
}
.bg-lime-200\/core-opacity-70 {
  background-color: rgb(217 249 157 / 70%);
}
.bg-lime-200\/core-opacity-80 {
  background-color: rgb(217 249 157 / 80%);
}
.bg-lime-200\/core-opacity-90 {
  background-color: rgb(217 249 157 / 90%);
}
.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}
.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}
.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}
.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}
.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}
.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}
.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}
.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}
.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}
.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}
.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}
.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}
.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}
.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}
.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}
.bg-lime-300\/base-opacity-disabled {
  background-color: rgb(190 242 100 / 60%);
}
.bg-lime-300\/core-opacity-0 {
  background-color: rgb(190 242 100 / 0%);
}
.bg-lime-300\/core-opacity-10 {
  background-color: rgb(190 242 100 / 10%);
}
.bg-lime-300\/core-opacity-100 {
  background-color: rgb(190 242 100 / 100%);
}
.bg-lime-300\/core-opacity-20 {
  background-color: rgb(190 242 100 / 20%);
}
.bg-lime-300\/core-opacity-30 {
  background-color: rgb(190 242 100 / 30%);
}
.bg-lime-300\/core-opacity-40 {
  background-color: rgb(190 242 100 / 40%);
}
.bg-lime-300\/core-opacity-50 {
  background-color: rgb(190 242 100 / 50%);
}
.bg-lime-300\/core-opacity-60 {
  background-color: rgb(190 242 100 / 60%);
}
.bg-lime-300\/core-opacity-70 {
  background-color: rgb(190 242 100 / 70%);
}
.bg-lime-300\/core-opacity-80 {
  background-color: rgb(190 242 100 / 80%);
}
.bg-lime-300\/core-opacity-90 {
  background-color: rgb(190 242 100 / 90%);
}
.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}
.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}
.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}
.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}
.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}
.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}
.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}
.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}
.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}
.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}
.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}
.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}
.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}
.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}
.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}
.bg-lime-400\/base-opacity-disabled {
  background-color: rgb(163 230 53 / 60%);
}
.bg-lime-400\/core-opacity-0 {
  background-color: rgb(163 230 53 / 0%);
}
.bg-lime-400\/core-opacity-10 {
  background-color: rgb(163 230 53 / 10%);
}
.bg-lime-400\/core-opacity-100 {
  background-color: rgb(163 230 53 / 100%);
}
.bg-lime-400\/core-opacity-20 {
  background-color: rgb(163 230 53 / 20%);
}
.bg-lime-400\/core-opacity-30 {
  background-color: rgb(163 230 53 / 30%);
}
.bg-lime-400\/core-opacity-40 {
  background-color: rgb(163 230 53 / 40%);
}
.bg-lime-400\/core-opacity-50 {
  background-color: rgb(163 230 53 / 50%);
}
.bg-lime-400\/core-opacity-60 {
  background-color: rgb(163 230 53 / 60%);
}
.bg-lime-400\/core-opacity-70 {
  background-color: rgb(163 230 53 / 70%);
}
.bg-lime-400\/core-opacity-80 {
  background-color: rgb(163 230 53 / 80%);
}
.bg-lime-400\/core-opacity-90 {
  background-color: rgb(163 230 53 / 90%);
}
.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}
.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}
.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}
.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}
.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}
.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}
.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}
.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}
.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}
.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}
.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}
.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}
.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}
.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}
.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}
.bg-lime-50\/base-opacity-disabled {
  background-color: rgb(247 254 231 / 60%);
}
.bg-lime-50\/core-opacity-0 {
  background-color: rgb(247 254 231 / 0%);
}
.bg-lime-50\/core-opacity-10 {
  background-color: rgb(247 254 231 / 10%);
}
.bg-lime-50\/core-opacity-100 {
  background-color: rgb(247 254 231 / 100%);
}
.bg-lime-50\/core-opacity-20 {
  background-color: rgb(247 254 231 / 20%);
}
.bg-lime-50\/core-opacity-30 {
  background-color: rgb(247 254 231 / 30%);
}
.bg-lime-50\/core-opacity-40 {
  background-color: rgb(247 254 231 / 40%);
}
.bg-lime-50\/core-opacity-50 {
  background-color: rgb(247 254 231 / 50%);
}
.bg-lime-50\/core-opacity-60 {
  background-color: rgb(247 254 231 / 60%);
}
.bg-lime-50\/core-opacity-70 {
  background-color: rgb(247 254 231 / 70%);
}
.bg-lime-50\/core-opacity-80 {
  background-color: rgb(247 254 231 / 80%);
}
.bg-lime-50\/core-opacity-90 {
  background-color: rgb(247 254 231 / 90%);
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}
.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}
.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}
.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}
.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}
.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}
.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}
.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}
.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}
.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}
.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}
.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}
.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}
.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}
.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}
.bg-lime-500\/base-opacity-disabled {
  background-color: rgb(132 204 22 / 60%);
}
.bg-lime-500\/core-opacity-0 {
  background-color: rgb(132 204 22 / 0%);
}
.bg-lime-500\/core-opacity-10 {
  background-color: rgb(132 204 22 / 10%);
}
.bg-lime-500\/core-opacity-100 {
  background-color: rgb(132 204 22 / 100%);
}
.bg-lime-500\/core-opacity-20 {
  background-color: rgb(132 204 22 / 20%);
}
.bg-lime-500\/core-opacity-30 {
  background-color: rgb(132 204 22 / 30%);
}
.bg-lime-500\/core-opacity-40 {
  background-color: rgb(132 204 22 / 40%);
}
.bg-lime-500\/core-opacity-50 {
  background-color: rgb(132 204 22 / 50%);
}
.bg-lime-500\/core-opacity-60 {
  background-color: rgb(132 204 22 / 60%);
}
.bg-lime-500\/core-opacity-70 {
  background-color: rgb(132 204 22 / 70%);
}
.bg-lime-500\/core-opacity-80 {
  background-color: rgb(132 204 22 / 80%);
}
.bg-lime-500\/core-opacity-90 {
  background-color: rgb(132 204 22 / 90%);
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}
.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}
.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}
.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}
.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}
.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}
.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}
.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}
.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}
.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}
.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}
.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}
.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}
.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}
.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}
.bg-lime-600\/base-opacity-disabled {
  background-color: rgb(101 163 13 / 60%);
}
.bg-lime-600\/core-opacity-0 {
  background-color: rgb(101 163 13 / 0%);
}
.bg-lime-600\/core-opacity-10 {
  background-color: rgb(101 163 13 / 10%);
}
.bg-lime-600\/core-opacity-100 {
  background-color: rgb(101 163 13 / 100%);
}
.bg-lime-600\/core-opacity-20 {
  background-color: rgb(101 163 13 / 20%);
}
.bg-lime-600\/core-opacity-30 {
  background-color: rgb(101 163 13 / 30%);
}
.bg-lime-600\/core-opacity-40 {
  background-color: rgb(101 163 13 / 40%);
}
.bg-lime-600\/core-opacity-50 {
  background-color: rgb(101 163 13 / 50%);
}
.bg-lime-600\/core-opacity-60 {
  background-color: rgb(101 163 13 / 60%);
}
.bg-lime-600\/core-opacity-70 {
  background-color: rgb(101 163 13 / 70%);
}
.bg-lime-600\/core-opacity-80 {
  background-color: rgb(101 163 13 / 80%);
}
.bg-lime-600\/core-opacity-90 {
  background-color: rgb(101 163 13 / 90%);
}
.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}
.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}
.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}
.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}
.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}
.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}
.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}
.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}
.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}
.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}
.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}
.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}
.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}
.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}
.bg-lime-700\/base-opacity-disabled {
  background-color: rgb(77 124 15 / 60%);
}
.bg-lime-700\/core-opacity-0 {
  background-color: rgb(77 124 15 / 0%);
}
.bg-lime-700\/core-opacity-10 {
  background-color: rgb(77 124 15 / 10%);
}
.bg-lime-700\/core-opacity-100 {
  background-color: rgb(77 124 15 / 100%);
}
.bg-lime-700\/core-opacity-20 {
  background-color: rgb(77 124 15 / 20%);
}
.bg-lime-700\/core-opacity-30 {
  background-color: rgb(77 124 15 / 30%);
}
.bg-lime-700\/core-opacity-40 {
  background-color: rgb(77 124 15 / 40%);
}
.bg-lime-700\/core-opacity-50 {
  background-color: rgb(77 124 15 / 50%);
}
.bg-lime-700\/core-opacity-60 {
  background-color: rgb(77 124 15 / 60%);
}
.bg-lime-700\/core-opacity-70 {
  background-color: rgb(77 124 15 / 70%);
}
.bg-lime-700\/core-opacity-80 {
  background-color: rgb(77 124 15 / 80%);
}
.bg-lime-700\/core-opacity-90 {
  background-color: rgb(77 124 15 / 90%);
}
.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}
.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}
.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}
.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}
.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}
.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}
.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}
.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}
.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}
.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}
.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}
.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}
.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}
.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}
.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}
.bg-lime-800\/base-opacity-disabled {
  background-color: rgb(63 98 18 / 60%);
}
.bg-lime-800\/core-opacity-0 {
  background-color: rgb(63 98 18 / 0%);
}
.bg-lime-800\/core-opacity-10 {
  background-color: rgb(63 98 18 / 10%);
}
.bg-lime-800\/core-opacity-100 {
  background-color: rgb(63 98 18 / 100%);
}
.bg-lime-800\/core-opacity-20 {
  background-color: rgb(63 98 18 / 20%);
}
.bg-lime-800\/core-opacity-30 {
  background-color: rgb(63 98 18 / 30%);
}
.bg-lime-800\/core-opacity-40 {
  background-color: rgb(63 98 18 / 40%);
}
.bg-lime-800\/core-opacity-50 {
  background-color: rgb(63 98 18 / 50%);
}
.bg-lime-800\/core-opacity-60 {
  background-color: rgb(63 98 18 / 60%);
}
.bg-lime-800\/core-opacity-70 {
  background-color: rgb(63 98 18 / 70%);
}
.bg-lime-800\/core-opacity-80 {
  background-color: rgb(63 98 18 / 80%);
}
.bg-lime-800\/core-opacity-90 {
  background-color: rgb(63 98 18 / 90%);
}
.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}
.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.bg-lime-900\/base-opacity-disabled {
  background-color: rgb(54 83 20 / 60%);
}
.bg-lime-900\/core-opacity-0 {
  background-color: rgb(54 83 20 / 0%);
}
.bg-lime-900\/core-opacity-10 {
  background-color: rgb(54 83 20 / 10%);
}
.bg-lime-900\/core-opacity-100 {
  background-color: rgb(54 83 20 / 100%);
}
.bg-lime-900\/core-opacity-20 {
  background-color: rgb(54 83 20 / 20%);
}
.bg-lime-900\/core-opacity-30 {
  background-color: rgb(54 83 20 / 30%);
}
.bg-lime-900\/core-opacity-40 {
  background-color: rgb(54 83 20 / 40%);
}
.bg-lime-900\/core-opacity-50 {
  background-color: rgb(54 83 20 / 50%);
}
.bg-lime-900\/core-opacity-60 {
  background-color: rgb(54 83 20 / 60%);
}
.bg-lime-900\/core-opacity-70 {
  background-color: rgb(54 83 20 / 70%);
}
.bg-lime-900\/core-opacity-80 {
  background-color: rgb(54 83 20 / 80%);
}
.bg-lime-900\/core-opacity-90 {
  background-color: rgb(54 83 20 / 90%);
}
.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}
.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}
.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}
.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}
.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}
.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}
.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}
.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}
.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}
.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}
.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}
.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}
.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}
.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}
.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}
.bg-lime-950\/base-opacity-disabled {
  background-color: rgb(26 46 5 / 60%);
}
.bg-lime-950\/core-opacity-0 {
  background-color: rgb(26 46 5 / 0%);
}
.bg-lime-950\/core-opacity-10 {
  background-color: rgb(26 46 5 / 10%);
}
.bg-lime-950\/core-opacity-100 {
  background-color: rgb(26 46 5 / 100%);
}
.bg-lime-950\/core-opacity-20 {
  background-color: rgb(26 46 5 / 20%);
}
.bg-lime-950\/core-opacity-30 {
  background-color: rgb(26 46 5 / 30%);
}
.bg-lime-950\/core-opacity-40 {
  background-color: rgb(26 46 5 / 40%);
}
.bg-lime-950\/core-opacity-50 {
  background-color: rgb(26 46 5 / 50%);
}
.bg-lime-950\/core-opacity-60 {
  background-color: rgb(26 46 5 / 60%);
}
.bg-lime-950\/core-opacity-70 {
  background-color: rgb(26 46 5 / 70%);
}
.bg-lime-950\/core-opacity-80 {
  background-color: rgb(26 46 5 / 80%);
}
.bg-lime-950\/core-opacity-90 {
  background-color: rgb(26 46 5 / 90%);
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-neutral-100\/base-opacity-disabled {
  background-color: rgb(245 245 245 / 60%);
}
.bg-neutral-100\/core-opacity-0 {
  background-color: rgb(245 245 245 / 0%);
}
.bg-neutral-100\/core-opacity-10 {
  background-color: rgb(245 245 245 / 10%);
}
.bg-neutral-100\/core-opacity-100 {
  background-color: rgb(245 245 245 / 100%);
}
.bg-neutral-100\/core-opacity-20 {
  background-color: rgb(245 245 245 / 20%);
}
.bg-neutral-100\/core-opacity-30 {
  background-color: rgb(245 245 245 / 30%);
}
.bg-neutral-100\/core-opacity-40 {
  background-color: rgb(245 245 245 / 40%);
}
.bg-neutral-100\/core-opacity-50 {
  background-color: rgb(245 245 245 / 50%);
}
.bg-neutral-100\/core-opacity-60 {
  background-color: rgb(245 245 245 / 60%);
}
.bg-neutral-100\/core-opacity-70 {
  background-color: rgb(245 245 245 / 70%);
}
.bg-neutral-100\/core-opacity-80 {
  background-color: rgb(245 245 245 / 80%);
}
.bg-neutral-100\/core-opacity-90 {
  background-color: rgb(245 245 245 / 90%);
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}
.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}
.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}
.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}
.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}
.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}
.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}
.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}
.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}
.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}
.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}
.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}
.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}
.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}
.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}
.bg-neutral-200\/base-opacity-disabled {
  background-color: rgb(229 229 229 / 60%);
}
.bg-neutral-200\/core-opacity-0 {
  background-color: rgb(229 229 229 / 0%);
}
.bg-neutral-200\/core-opacity-10 {
  background-color: rgb(229 229 229 / 10%);
}
.bg-neutral-200\/core-opacity-100 {
  background-color: rgb(229 229 229 / 100%);
}
.bg-neutral-200\/core-opacity-20 {
  background-color: rgb(229 229 229 / 20%);
}
.bg-neutral-200\/core-opacity-30 {
  background-color: rgb(229 229 229 / 30%);
}
.bg-neutral-200\/core-opacity-40 {
  background-color: rgb(229 229 229 / 40%);
}
.bg-neutral-200\/core-opacity-50 {
  background-color: rgb(229 229 229 / 50%);
}
.bg-neutral-200\/core-opacity-60 {
  background-color: rgb(229 229 229 / 60%);
}
.bg-neutral-200\/core-opacity-70 {
  background-color: rgb(229 229 229 / 70%);
}
.bg-neutral-200\/core-opacity-80 {
  background-color: rgb(229 229 229 / 80%);
}
.bg-neutral-200\/core-opacity-90 {
  background-color: rgb(229 229 229 / 90%);
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}
.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}
.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}
.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}
.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}
.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}
.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}
.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}
.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}
.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}
.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}
.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}
.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}
.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}
.bg-neutral-300\/base-opacity-disabled {
  background-color: rgb(212 212 212 / 60%);
}
.bg-neutral-300\/core-opacity-0 {
  background-color: rgb(212 212 212 / 0%);
}
.bg-neutral-300\/core-opacity-10 {
  background-color: rgb(212 212 212 / 10%);
}
.bg-neutral-300\/core-opacity-100 {
  background-color: rgb(212 212 212 / 100%);
}
.bg-neutral-300\/core-opacity-20 {
  background-color: rgb(212 212 212 / 20%);
}
.bg-neutral-300\/core-opacity-30 {
  background-color: rgb(212 212 212 / 30%);
}
.bg-neutral-300\/core-opacity-40 {
  background-color: rgb(212 212 212 / 40%);
}
.bg-neutral-300\/core-opacity-50 {
  background-color: rgb(212 212 212 / 50%);
}
.bg-neutral-300\/core-opacity-60 {
  background-color: rgb(212 212 212 / 60%);
}
.bg-neutral-300\/core-opacity-70 {
  background-color: rgb(212 212 212 / 70%);
}
.bg-neutral-300\/core-opacity-80 {
  background-color: rgb(212 212 212 / 80%);
}
.bg-neutral-300\/core-opacity-90 {
  background-color: rgb(212 212 212 / 90%);
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}
.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}
.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}
.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}
.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}
.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}
.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}
.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}
.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}
.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}
.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}
.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}
.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}
.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}
.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}
.bg-neutral-400\/base-opacity-disabled {
  background-color: rgb(163 163 163 / 60%);
}
.bg-neutral-400\/core-opacity-0 {
  background-color: rgb(163 163 163 / 0%);
}
.bg-neutral-400\/core-opacity-10 {
  background-color: rgb(163 163 163 / 10%);
}
.bg-neutral-400\/core-opacity-100 {
  background-color: rgb(163 163 163 / 100%);
}
.bg-neutral-400\/core-opacity-20 {
  background-color: rgb(163 163 163 / 20%);
}
.bg-neutral-400\/core-opacity-30 {
  background-color: rgb(163 163 163 / 30%);
}
.bg-neutral-400\/core-opacity-40 {
  background-color: rgb(163 163 163 / 40%);
}
.bg-neutral-400\/core-opacity-50 {
  background-color: rgb(163 163 163 / 50%);
}
.bg-neutral-400\/core-opacity-60 {
  background-color: rgb(163 163 163 / 60%);
}
.bg-neutral-400\/core-opacity-70 {
  background-color: rgb(163 163 163 / 70%);
}
.bg-neutral-400\/core-opacity-80 {
  background-color: rgb(163 163 163 / 80%);
}
.bg-neutral-400\/core-opacity-90 {
  background-color: rgb(163 163 163 / 90%);
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-neutral-50\/base-opacity-disabled {
  background-color: rgb(250 250 250 / 60%);
}
.bg-neutral-50\/core-opacity-0 {
  background-color: rgb(250 250 250 / 0%);
}
.bg-neutral-50\/core-opacity-10 {
  background-color: rgb(250 250 250 / 10%);
}
.bg-neutral-50\/core-opacity-100 {
  background-color: rgb(250 250 250 / 100%);
}
.bg-neutral-50\/core-opacity-20 {
  background-color: rgb(250 250 250 / 20%);
}
.bg-neutral-50\/core-opacity-30 {
  background-color: rgb(250 250 250 / 30%);
}
.bg-neutral-50\/core-opacity-40 {
  background-color: rgb(250 250 250 / 40%);
}
.bg-neutral-50\/core-opacity-50 {
  background-color: rgb(250 250 250 / 50%);
}
.bg-neutral-50\/core-opacity-60 {
  background-color: rgb(250 250 250 / 60%);
}
.bg-neutral-50\/core-opacity-70 {
  background-color: rgb(250 250 250 / 70%);
}
.bg-neutral-50\/core-opacity-80 {
  background-color: rgb(250 250 250 / 80%);
}
.bg-neutral-50\/core-opacity-90 {
  background-color: rgb(250 250 250 / 90%);
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}
.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}
.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}
.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}
.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}
.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}
.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}
.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}
.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}
.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}
.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}
.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}
.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}
.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}
.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}
.bg-neutral-500\/base-opacity-disabled {
  background-color: rgb(115 115 115 / 60%);
}
.bg-neutral-500\/core-opacity-0 {
  background-color: rgb(115 115 115 / 0%);
}
.bg-neutral-500\/core-opacity-10 {
  background-color: rgb(115 115 115 / 10%);
}
.bg-neutral-500\/core-opacity-100 {
  background-color: rgb(115 115 115 / 100%);
}
.bg-neutral-500\/core-opacity-20 {
  background-color: rgb(115 115 115 / 20%);
}
.bg-neutral-500\/core-opacity-30 {
  background-color: rgb(115 115 115 / 30%);
}
.bg-neutral-500\/core-opacity-40 {
  background-color: rgb(115 115 115 / 40%);
}
.bg-neutral-500\/core-opacity-50 {
  background-color: rgb(115 115 115 / 50%);
}
.bg-neutral-500\/core-opacity-60 {
  background-color: rgb(115 115 115 / 60%);
}
.bg-neutral-500\/core-opacity-70 {
  background-color: rgb(115 115 115 / 70%);
}
.bg-neutral-500\/core-opacity-80 {
  background-color: rgb(115 115 115 / 80%);
}
.bg-neutral-500\/core-opacity-90 {
  background-color: rgb(115 115 115 / 90%);
}
.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}
.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}
.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}
.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}
.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}
.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}
.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}
.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}
.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}
.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}
.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}
.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}
.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}
.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}
.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}
.bg-neutral-600\/base-opacity-disabled {
  background-color: rgb(82 82 82 / 60%);
}
.bg-neutral-600\/core-opacity-0 {
  background-color: rgb(82 82 82 / 0%);
}
.bg-neutral-600\/core-opacity-10 {
  background-color: rgb(82 82 82 / 10%);
}
.bg-neutral-600\/core-opacity-100 {
  background-color: rgb(82 82 82 / 100%);
}
.bg-neutral-600\/core-opacity-20 {
  background-color: rgb(82 82 82 / 20%);
}
.bg-neutral-600\/core-opacity-30 {
  background-color: rgb(82 82 82 / 30%);
}
.bg-neutral-600\/core-opacity-40 {
  background-color: rgb(82 82 82 / 40%);
}
.bg-neutral-600\/core-opacity-50 {
  background-color: rgb(82 82 82 / 50%);
}
.bg-neutral-600\/core-opacity-60 {
  background-color: rgb(82 82 82 / 60%);
}
.bg-neutral-600\/core-opacity-70 {
  background-color: rgb(82 82 82 / 70%);
}
.bg-neutral-600\/core-opacity-80 {
  background-color: rgb(82 82 82 / 80%);
}
.bg-neutral-600\/core-opacity-90 {
  background-color: rgb(82 82 82 / 90%);
}
.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-neutral-700\/base-opacity-disabled {
  background-color: rgb(64 64 64 / 60%);
}
.bg-neutral-700\/core-opacity-0 {
  background-color: rgb(64 64 64 / 0%);
}
.bg-neutral-700\/core-opacity-10 {
  background-color: rgb(64 64 64 / 10%);
}
.bg-neutral-700\/core-opacity-100 {
  background-color: rgb(64 64 64 / 100%);
}
.bg-neutral-700\/core-opacity-20 {
  background-color: rgb(64 64 64 / 20%);
}
.bg-neutral-700\/core-opacity-30 {
  background-color: rgb(64 64 64 / 30%);
}
.bg-neutral-700\/core-opacity-40 {
  background-color: rgb(64 64 64 / 40%);
}
.bg-neutral-700\/core-opacity-50 {
  background-color: rgb(64 64 64 / 50%);
}
.bg-neutral-700\/core-opacity-60 {
  background-color: rgb(64 64 64 / 60%);
}
.bg-neutral-700\/core-opacity-70 {
  background-color: rgb(64 64 64 / 70%);
}
.bg-neutral-700\/core-opacity-80 {
  background-color: rgb(64 64 64 / 80%);
}
.bg-neutral-700\/core-opacity-90 {
  background-color: rgb(64 64 64 / 90%);
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}
.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}
.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}
.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}
.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}
.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}
.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}
.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}
.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}
.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}
.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}
.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}
.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}
.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}
.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}
.bg-neutral-800\/base-opacity-disabled {
  background-color: rgb(38 38 38 / 60%);
}
.bg-neutral-800\/core-opacity-0 {
  background-color: rgb(38 38 38 / 0%);
}
.bg-neutral-800\/core-opacity-10 {
  background-color: rgb(38 38 38 / 10%);
}
.bg-neutral-800\/core-opacity-100 {
  background-color: rgb(38 38 38 / 100%);
}
.bg-neutral-800\/core-opacity-20 {
  background-color: rgb(38 38 38 / 20%);
}
.bg-neutral-800\/core-opacity-30 {
  background-color: rgb(38 38 38 / 30%);
}
.bg-neutral-800\/core-opacity-40 {
  background-color: rgb(38 38 38 / 40%);
}
.bg-neutral-800\/core-opacity-50 {
  background-color: rgb(38 38 38 / 50%);
}
.bg-neutral-800\/core-opacity-60 {
  background-color: rgb(38 38 38 / 60%);
}
.bg-neutral-800\/core-opacity-70 {
  background-color: rgb(38 38 38 / 70%);
}
.bg-neutral-800\/core-opacity-80 {
  background-color: rgb(38 38 38 / 80%);
}
.bg-neutral-800\/core-opacity-90 {
  background-color: rgb(38 38 38 / 90%);
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}
.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}
.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.bg-neutral-900\/base-opacity-disabled {
  background-color: rgb(23 23 23 / 60%);
}
.bg-neutral-900\/core-opacity-0 {
  background-color: rgb(23 23 23 / 0%);
}
.bg-neutral-900\/core-opacity-10 {
  background-color: rgb(23 23 23 / 10%);
}
.bg-neutral-900\/core-opacity-100 {
  background-color: rgb(23 23 23 / 100%);
}
.bg-neutral-900\/core-opacity-20 {
  background-color: rgb(23 23 23 / 20%);
}
.bg-neutral-900\/core-opacity-30 {
  background-color: rgb(23 23 23 / 30%);
}
.bg-neutral-900\/core-opacity-40 {
  background-color: rgb(23 23 23 / 40%);
}
.bg-neutral-900\/core-opacity-50 {
  background-color: rgb(23 23 23 / 50%);
}
.bg-neutral-900\/core-opacity-60 {
  background-color: rgb(23 23 23 / 60%);
}
.bg-neutral-900\/core-opacity-70 {
  background-color: rgb(23 23 23 / 70%);
}
.bg-neutral-900\/core-opacity-80 {
  background-color: rgb(23 23 23 / 80%);
}
.bg-neutral-900\/core-opacity-90 {
  background-color: rgb(23 23 23 / 90%);
}
.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}
.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}
.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}
.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}
.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}
.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}
.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}
.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}
.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}
.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}
.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-neutral-950\/base-opacity-disabled {
  background-color: rgb(10 10 10 / 60%);
}
.bg-neutral-950\/core-opacity-0 {
  background-color: rgb(10 10 10 / 0%);
}
.bg-neutral-950\/core-opacity-10 {
  background-color: rgb(10 10 10 / 10%);
}
.bg-neutral-950\/core-opacity-100 {
  background-color: rgb(10 10 10 / 100%);
}
.bg-neutral-950\/core-opacity-20 {
  background-color: rgb(10 10 10 / 20%);
}
.bg-neutral-950\/core-opacity-30 {
  background-color: rgb(10 10 10 / 30%);
}
.bg-neutral-950\/core-opacity-40 {
  background-color: rgb(10 10 10 / 40%);
}
.bg-neutral-950\/core-opacity-50 {
  background-color: rgb(10 10 10 / 50%);
}
.bg-neutral-950\/core-opacity-60 {
  background-color: rgb(10 10 10 / 60%);
}
.bg-neutral-950\/core-opacity-70 {
  background-color: rgb(10 10 10 / 70%);
}
.bg-neutral-950\/core-opacity-80 {
  background-color: rgb(10 10 10 / 80%);
}
.bg-neutral-950\/core-opacity-90 {
  background-color: rgb(10 10 10 / 90%);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}
.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}
.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}
.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}
.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}
.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}
.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}
.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}
.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}
.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}
.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}
.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}
.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}
.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}
.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}
.bg-orange-100\/base-opacity-disabled {
  background-color: rgb(255 237 213 / 60%);
}
.bg-orange-100\/core-opacity-0 {
  background-color: rgb(255 237 213 / 0%);
}
.bg-orange-100\/core-opacity-10 {
  background-color: rgb(255 237 213 / 10%);
}
.bg-orange-100\/core-opacity-100 {
  background-color: rgb(255 237 213 / 100%);
}
.bg-orange-100\/core-opacity-20 {
  background-color: rgb(255 237 213 / 20%);
}
.bg-orange-100\/core-opacity-30 {
  background-color: rgb(255 237 213 / 30%);
}
.bg-orange-100\/core-opacity-40 {
  background-color: rgb(255 237 213 / 40%);
}
.bg-orange-100\/core-opacity-50 {
  background-color: rgb(255 237 213 / 50%);
}
.bg-orange-100\/core-opacity-60 {
  background-color: rgb(255 237 213 / 60%);
}
.bg-orange-100\/core-opacity-70 {
  background-color: rgb(255 237 213 / 70%);
}
.bg-orange-100\/core-opacity-80 {
  background-color: rgb(255 237 213 / 80%);
}
.bg-orange-100\/core-opacity-90 {
  background-color: rgb(255 237 213 / 90%);
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}
.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}
.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}
.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}
.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}
.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}
.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}
.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}
.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}
.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}
.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}
.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}
.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}
.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}
.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}
.bg-orange-200\/base-opacity-disabled {
  background-color: rgb(254 215 170 / 60%);
}
.bg-orange-200\/core-opacity-0 {
  background-color: rgb(254 215 170 / 0%);
}
.bg-orange-200\/core-opacity-10 {
  background-color: rgb(254 215 170 / 10%);
}
.bg-orange-200\/core-opacity-100 {
  background-color: rgb(254 215 170 / 100%);
}
.bg-orange-200\/core-opacity-20 {
  background-color: rgb(254 215 170 / 20%);
}
.bg-orange-200\/core-opacity-30 {
  background-color: rgb(254 215 170 / 30%);
}
.bg-orange-200\/core-opacity-40 {
  background-color: rgb(254 215 170 / 40%);
}
.bg-orange-200\/core-opacity-50 {
  background-color: rgb(254 215 170 / 50%);
}
.bg-orange-200\/core-opacity-60 {
  background-color: rgb(254 215 170 / 60%);
}
.bg-orange-200\/core-opacity-70 {
  background-color: rgb(254 215 170 / 70%);
}
.bg-orange-200\/core-opacity-80 {
  background-color: rgb(254 215 170 / 80%);
}
.bg-orange-200\/core-opacity-90 {
  background-color: rgb(254 215 170 / 90%);
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}
.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}
.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}
.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}
.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}
.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}
.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}
.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}
.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}
.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}
.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}
.bg-orange-300\/base-opacity-disabled {
  background-color: rgb(253 186 116 / 60%);
}
.bg-orange-300\/core-opacity-0 {
  background-color: rgb(253 186 116 / 0%);
}
.bg-orange-300\/core-opacity-10 {
  background-color: rgb(253 186 116 / 10%);
}
.bg-orange-300\/core-opacity-100 {
  background-color: rgb(253 186 116 / 100%);
}
.bg-orange-300\/core-opacity-20 {
  background-color: rgb(253 186 116 / 20%);
}
.bg-orange-300\/core-opacity-30 {
  background-color: rgb(253 186 116 / 30%);
}
.bg-orange-300\/core-opacity-40 {
  background-color: rgb(253 186 116 / 40%);
}
.bg-orange-300\/core-opacity-50 {
  background-color: rgb(253 186 116 / 50%);
}
.bg-orange-300\/core-opacity-60 {
  background-color: rgb(253 186 116 / 60%);
}
.bg-orange-300\/core-opacity-70 {
  background-color: rgb(253 186 116 / 70%);
}
.bg-orange-300\/core-opacity-80 {
  background-color: rgb(253 186 116 / 80%);
}
.bg-orange-300\/core-opacity-90 {
  background-color: rgb(253 186 116 / 90%);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}
.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}
.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.bg-orange-400\/base-opacity-disabled {
  background-color: rgb(251 146 60 / 60%);
}
.bg-orange-400\/core-opacity-0 {
  background-color: rgb(251 146 60 / 0%);
}
.bg-orange-400\/core-opacity-10 {
  background-color: rgb(251 146 60 / 10%);
}
.bg-orange-400\/core-opacity-100 {
  background-color: rgb(251 146 60 / 100%);
}
.bg-orange-400\/core-opacity-20 {
  background-color: rgb(251 146 60 / 20%);
}
.bg-orange-400\/core-opacity-30 {
  background-color: rgb(251 146 60 / 30%);
}
.bg-orange-400\/core-opacity-40 {
  background-color: rgb(251 146 60 / 40%);
}
.bg-orange-400\/core-opacity-50 {
  background-color: rgb(251 146 60 / 50%);
}
.bg-orange-400\/core-opacity-60 {
  background-color: rgb(251 146 60 / 60%);
}
.bg-orange-400\/core-opacity-70 {
  background-color: rgb(251 146 60 / 70%);
}
.bg-orange-400\/core-opacity-80 {
  background-color: rgb(251 146 60 / 80%);
}
.bg-orange-400\/core-opacity-90 {
  background-color: rgb(251 146 60 / 90%);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}
.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}
.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}
.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}
.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}
.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}
.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}
.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}
.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}
.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}
.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}
.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}
.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}
.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}
.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}
.bg-orange-50\/base-opacity-disabled {
  background-color: rgb(255 247 237 / 60%);
}
.bg-orange-50\/core-opacity-0 {
  background-color: rgb(255 247 237 / 0%);
}
.bg-orange-50\/core-opacity-10 {
  background-color: rgb(255 247 237 / 10%);
}
.bg-orange-50\/core-opacity-100 {
  background-color: rgb(255 247 237 / 100%);
}
.bg-orange-50\/core-opacity-20 {
  background-color: rgb(255 247 237 / 20%);
}
.bg-orange-50\/core-opacity-30 {
  background-color: rgb(255 247 237 / 30%);
}
.bg-orange-50\/core-opacity-40 {
  background-color: rgb(255 247 237 / 40%);
}
.bg-orange-50\/core-opacity-50 {
  background-color: rgb(255 247 237 / 50%);
}
.bg-orange-50\/core-opacity-60 {
  background-color: rgb(255 247 237 / 60%);
}
.bg-orange-50\/core-opacity-70 {
  background-color: rgb(255 247 237 / 70%);
}
.bg-orange-50\/core-opacity-80 {
  background-color: rgb(255 247 237 / 80%);
}
.bg-orange-50\/core-opacity-90 {
  background-color: rgb(255 247 237 / 90%);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.bg-orange-500\/base-opacity-disabled {
  background-color: rgb(249 115 22 / 60%);
}
.bg-orange-500\/core-opacity-0 {
  background-color: rgb(249 115 22 / 0%);
}
.bg-orange-500\/core-opacity-10 {
  background-color: rgb(249 115 22 / 10%);
}
.bg-orange-500\/core-opacity-100 {
  background-color: rgb(249 115 22 / 100%);
}
.bg-orange-500\/core-opacity-20 {
  background-color: rgb(249 115 22 / 20%);
}
.bg-orange-500\/core-opacity-30 {
  background-color: rgb(249 115 22 / 30%);
}
.bg-orange-500\/core-opacity-40 {
  background-color: rgb(249 115 22 / 40%);
}
.bg-orange-500\/core-opacity-50 {
  background-color: rgb(249 115 22 / 50%);
}
.bg-orange-500\/core-opacity-60 {
  background-color: rgb(249 115 22 / 60%);
}
.bg-orange-500\/core-opacity-70 {
  background-color: rgb(249 115 22 / 70%);
}
.bg-orange-500\/core-opacity-80 {
  background-color: rgb(249 115 22 / 80%);
}
.bg-orange-500\/core-opacity-90 {
  background-color: rgb(249 115 22 / 90%);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}
.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}
.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}
.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}
.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}
.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}
.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}
.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}
.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}
.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}
.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}
.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}
.bg-orange-600\/base-opacity-disabled {
  background-color: rgb(234 88 12 / 60%);
}
.bg-orange-600\/core-opacity-0 {
  background-color: rgb(234 88 12 / 0%);
}
.bg-orange-600\/core-opacity-10 {
  background-color: rgb(234 88 12 / 10%);
}
.bg-orange-600\/core-opacity-100 {
  background-color: rgb(234 88 12 / 100%);
}
.bg-orange-600\/core-opacity-20 {
  background-color: rgb(234 88 12 / 20%);
}
.bg-orange-600\/core-opacity-30 {
  background-color: rgb(234 88 12 / 30%);
}
.bg-orange-600\/core-opacity-40 {
  background-color: rgb(234 88 12 / 40%);
}
.bg-orange-600\/core-opacity-50 {
  background-color: rgb(234 88 12 / 50%);
}
.bg-orange-600\/core-opacity-60 {
  background-color: rgb(234 88 12 / 60%);
}
.bg-orange-600\/core-opacity-70 {
  background-color: rgb(234 88 12 / 70%);
}
.bg-orange-600\/core-opacity-80 {
  background-color: rgb(234 88 12 / 80%);
}
.bg-orange-600\/core-opacity-90 {
  background-color: rgb(234 88 12 / 90%);
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}
.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}
.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}
.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}
.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}
.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}
.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}
.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}
.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}
.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}
.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}
.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}
.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}
.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}
.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}
.bg-orange-700\/base-opacity-disabled {
  background-color: rgb(194 65 12 / 60%);
}
.bg-orange-700\/core-opacity-0 {
  background-color: rgb(194 65 12 / 0%);
}
.bg-orange-700\/core-opacity-10 {
  background-color: rgb(194 65 12 / 10%);
}
.bg-orange-700\/core-opacity-100 {
  background-color: rgb(194 65 12 / 100%);
}
.bg-orange-700\/core-opacity-20 {
  background-color: rgb(194 65 12 / 20%);
}
.bg-orange-700\/core-opacity-30 {
  background-color: rgb(194 65 12 / 30%);
}
.bg-orange-700\/core-opacity-40 {
  background-color: rgb(194 65 12 / 40%);
}
.bg-orange-700\/core-opacity-50 {
  background-color: rgb(194 65 12 / 50%);
}
.bg-orange-700\/core-opacity-60 {
  background-color: rgb(194 65 12 / 60%);
}
.bg-orange-700\/core-opacity-70 {
  background-color: rgb(194 65 12 / 70%);
}
.bg-orange-700\/core-opacity-80 {
  background-color: rgb(194 65 12 / 80%);
}
.bg-orange-700\/core-opacity-90 {
  background-color: rgb(194 65 12 / 90%);
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}
.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}
.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}
.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}
.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}
.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}
.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}
.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}
.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}
.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}
.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}
.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}
.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}
.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}
.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}
.bg-orange-800\/base-opacity-disabled {
  background-color: rgb(154 52 18 / 60%);
}
.bg-orange-800\/core-opacity-0 {
  background-color: rgb(154 52 18 / 0%);
}
.bg-orange-800\/core-opacity-10 {
  background-color: rgb(154 52 18 / 10%);
}
.bg-orange-800\/core-opacity-100 {
  background-color: rgb(154 52 18 / 100%);
}
.bg-orange-800\/core-opacity-20 {
  background-color: rgb(154 52 18 / 20%);
}
.bg-orange-800\/core-opacity-30 {
  background-color: rgb(154 52 18 / 30%);
}
.bg-orange-800\/core-opacity-40 {
  background-color: rgb(154 52 18 / 40%);
}
.bg-orange-800\/core-opacity-50 {
  background-color: rgb(154 52 18 / 50%);
}
.bg-orange-800\/core-opacity-60 {
  background-color: rgb(154 52 18 / 60%);
}
.bg-orange-800\/core-opacity-70 {
  background-color: rgb(154 52 18 / 70%);
}
.bg-orange-800\/core-opacity-80 {
  background-color: rgb(154 52 18 / 80%);
}
.bg-orange-800\/core-opacity-90 {
  background-color: rgb(154 52 18 / 90%);
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}
.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}
.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}
.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}
.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}
.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}
.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}
.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}
.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}
.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}
.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}
.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}
.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}
.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}
.bg-orange-900\/base-opacity-disabled {
  background-color: rgb(124 45 18 / 60%);
}
.bg-orange-900\/core-opacity-0 {
  background-color: rgb(124 45 18 / 0%);
}
.bg-orange-900\/core-opacity-10 {
  background-color: rgb(124 45 18 / 10%);
}
.bg-orange-900\/core-opacity-100 {
  background-color: rgb(124 45 18 / 100%);
}
.bg-orange-900\/core-opacity-20 {
  background-color: rgb(124 45 18 / 20%);
}
.bg-orange-900\/core-opacity-30 {
  background-color: rgb(124 45 18 / 30%);
}
.bg-orange-900\/core-opacity-40 {
  background-color: rgb(124 45 18 / 40%);
}
.bg-orange-900\/core-opacity-50 {
  background-color: rgb(124 45 18 / 50%);
}
.bg-orange-900\/core-opacity-60 {
  background-color: rgb(124 45 18 / 60%);
}
.bg-orange-900\/core-opacity-70 {
  background-color: rgb(124 45 18 / 70%);
}
.bg-orange-900\/core-opacity-80 {
  background-color: rgb(124 45 18 / 80%);
}
.bg-orange-900\/core-opacity-90 {
  background-color: rgb(124 45 18 / 90%);
}
.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}
.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}
.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}
.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}
.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}
.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}
.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}
.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}
.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}
.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}
.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}
.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}
.bg-orange-950\/base-opacity-disabled {
  background-color: rgb(67 20 7 / 60%);
}
.bg-orange-950\/core-opacity-0 {
  background-color: rgb(67 20 7 / 0%);
}
.bg-orange-950\/core-opacity-10 {
  background-color: rgb(67 20 7 / 10%);
}
.bg-orange-950\/core-opacity-100 {
  background-color: rgb(67 20 7 / 100%);
}
.bg-orange-950\/core-opacity-20 {
  background-color: rgb(67 20 7 / 20%);
}
.bg-orange-950\/core-opacity-30 {
  background-color: rgb(67 20 7 / 30%);
}
.bg-orange-950\/core-opacity-40 {
  background-color: rgb(67 20 7 / 40%);
}
.bg-orange-950\/core-opacity-50 {
  background-color: rgb(67 20 7 / 50%);
}
.bg-orange-950\/core-opacity-60 {
  background-color: rgb(67 20 7 / 60%);
}
.bg-orange-950\/core-opacity-70 {
  background-color: rgb(67 20 7 / 70%);
}
.bg-orange-950\/core-opacity-80 {
  background-color: rgb(67 20 7 / 80%);
}
.bg-orange-950\/core-opacity-90 {
  background-color: rgb(67 20 7 / 90%);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}
.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}
.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}
.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}
.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}
.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}
.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}
.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}
.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}
.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}
.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}
.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}
.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}
.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}
.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}
.bg-pink-100\/base-opacity-disabled {
  background-color: rgb(252 231 243 / 60%);
}
.bg-pink-100\/core-opacity-0 {
  background-color: rgb(252 231 243 / 0%);
}
.bg-pink-100\/core-opacity-10 {
  background-color: rgb(252 231 243 / 10%);
}
.bg-pink-100\/core-opacity-100 {
  background-color: rgb(252 231 243 / 100%);
}
.bg-pink-100\/core-opacity-20 {
  background-color: rgb(252 231 243 / 20%);
}
.bg-pink-100\/core-opacity-30 {
  background-color: rgb(252 231 243 / 30%);
}
.bg-pink-100\/core-opacity-40 {
  background-color: rgb(252 231 243 / 40%);
}
.bg-pink-100\/core-opacity-50 {
  background-color: rgb(252 231 243 / 50%);
}
.bg-pink-100\/core-opacity-60 {
  background-color: rgb(252 231 243 / 60%);
}
.bg-pink-100\/core-opacity-70 {
  background-color: rgb(252 231 243 / 70%);
}
.bg-pink-100\/core-opacity-80 {
  background-color: rgb(252 231 243 / 80%);
}
.bg-pink-100\/core-opacity-90 {
  background-color: rgb(252 231 243 / 90%);
}
.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}
.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}
.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}
.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}
.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}
.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}
.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}
.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}
.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}
.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}
.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}
.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}
.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}
.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}
.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}
.bg-pink-200\/base-opacity-disabled {
  background-color: rgb(251 207 232 / 60%);
}
.bg-pink-200\/core-opacity-0 {
  background-color: rgb(251 207 232 / 0%);
}
.bg-pink-200\/core-opacity-10 {
  background-color: rgb(251 207 232 / 10%);
}
.bg-pink-200\/core-opacity-100 {
  background-color: rgb(251 207 232 / 100%);
}
.bg-pink-200\/core-opacity-20 {
  background-color: rgb(251 207 232 / 20%);
}
.bg-pink-200\/core-opacity-30 {
  background-color: rgb(251 207 232 / 30%);
}
.bg-pink-200\/core-opacity-40 {
  background-color: rgb(251 207 232 / 40%);
}
.bg-pink-200\/core-opacity-50 {
  background-color: rgb(251 207 232 / 50%);
}
.bg-pink-200\/core-opacity-60 {
  background-color: rgb(251 207 232 / 60%);
}
.bg-pink-200\/core-opacity-70 {
  background-color: rgb(251 207 232 / 70%);
}
.bg-pink-200\/core-opacity-80 {
  background-color: rgb(251 207 232 / 80%);
}
.bg-pink-200\/core-opacity-90 {
  background-color: rgb(251 207 232 / 90%);
}
.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}
.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}
.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}
.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}
.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}
.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}
.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}
.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}
.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}
.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}
.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}
.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}
.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}
.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}
.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}
.bg-pink-300\/base-opacity-disabled {
  background-color: rgb(249 168 212 / 60%);
}
.bg-pink-300\/core-opacity-0 {
  background-color: rgb(249 168 212 / 0%);
}
.bg-pink-300\/core-opacity-10 {
  background-color: rgb(249 168 212 / 10%);
}
.bg-pink-300\/core-opacity-100 {
  background-color: rgb(249 168 212 / 100%);
}
.bg-pink-300\/core-opacity-20 {
  background-color: rgb(249 168 212 / 20%);
}
.bg-pink-300\/core-opacity-30 {
  background-color: rgb(249 168 212 / 30%);
}
.bg-pink-300\/core-opacity-40 {
  background-color: rgb(249 168 212 / 40%);
}
.bg-pink-300\/core-opacity-50 {
  background-color: rgb(249 168 212 / 50%);
}
.bg-pink-300\/core-opacity-60 {
  background-color: rgb(249 168 212 / 60%);
}
.bg-pink-300\/core-opacity-70 {
  background-color: rgb(249 168 212 / 70%);
}
.bg-pink-300\/core-opacity-80 {
  background-color: rgb(249 168 212 / 80%);
}
.bg-pink-300\/core-opacity-90 {
  background-color: rgb(249 168 212 / 90%);
}
.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}
.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}
.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}
.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}
.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}
.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}
.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}
.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}
.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}
.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}
.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}
.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}
.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}
.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}
.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}
.bg-pink-400\/base-opacity-disabled {
  background-color: rgb(244 114 182 / 60%);
}
.bg-pink-400\/core-opacity-0 {
  background-color: rgb(244 114 182 / 0%);
}
.bg-pink-400\/core-opacity-10 {
  background-color: rgb(244 114 182 / 10%);
}
.bg-pink-400\/core-opacity-100 {
  background-color: rgb(244 114 182 / 100%);
}
.bg-pink-400\/core-opacity-20 {
  background-color: rgb(244 114 182 / 20%);
}
.bg-pink-400\/core-opacity-30 {
  background-color: rgb(244 114 182 / 30%);
}
.bg-pink-400\/core-opacity-40 {
  background-color: rgb(244 114 182 / 40%);
}
.bg-pink-400\/core-opacity-50 {
  background-color: rgb(244 114 182 / 50%);
}
.bg-pink-400\/core-opacity-60 {
  background-color: rgb(244 114 182 / 60%);
}
.bg-pink-400\/core-opacity-70 {
  background-color: rgb(244 114 182 / 70%);
}
.bg-pink-400\/core-opacity-80 {
  background-color: rgb(244 114 182 / 80%);
}
.bg-pink-400\/core-opacity-90 {
  background-color: rgb(244 114 182 / 90%);
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}
.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}
.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}
.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}
.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}
.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}
.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}
.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}
.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}
.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}
.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}
.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}
.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}
.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}
.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}
.bg-pink-50\/base-opacity-disabled {
  background-color: rgb(253 242 248 / 60%);
}
.bg-pink-50\/core-opacity-0 {
  background-color: rgb(253 242 248 / 0%);
}
.bg-pink-50\/core-opacity-10 {
  background-color: rgb(253 242 248 / 10%);
}
.bg-pink-50\/core-opacity-100 {
  background-color: rgb(253 242 248 / 100%);
}
.bg-pink-50\/core-opacity-20 {
  background-color: rgb(253 242 248 / 20%);
}
.bg-pink-50\/core-opacity-30 {
  background-color: rgb(253 242 248 / 30%);
}
.bg-pink-50\/core-opacity-40 {
  background-color: rgb(253 242 248 / 40%);
}
.bg-pink-50\/core-opacity-50 {
  background-color: rgb(253 242 248 / 50%);
}
.bg-pink-50\/core-opacity-60 {
  background-color: rgb(253 242 248 / 60%);
}
.bg-pink-50\/core-opacity-70 {
  background-color: rgb(253 242 248 / 70%);
}
.bg-pink-50\/core-opacity-80 {
  background-color: rgb(253 242 248 / 80%);
}
.bg-pink-50\/core-opacity-90 {
  background-color: rgb(253 242 248 / 90%);
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}
.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}
.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}
.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}
.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}
.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}
.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}
.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}
.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}
.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}
.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}
.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}
.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}
.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}
.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}
.bg-pink-500\/base-opacity-disabled {
  background-color: rgb(236 72 153 / 60%);
}
.bg-pink-500\/core-opacity-0 {
  background-color: rgb(236 72 153 / 0%);
}
.bg-pink-500\/core-opacity-10 {
  background-color: rgb(236 72 153 / 10%);
}
.bg-pink-500\/core-opacity-100 {
  background-color: rgb(236 72 153 / 100%);
}
.bg-pink-500\/core-opacity-20 {
  background-color: rgb(236 72 153 / 20%);
}
.bg-pink-500\/core-opacity-30 {
  background-color: rgb(236 72 153 / 30%);
}
.bg-pink-500\/core-opacity-40 {
  background-color: rgb(236 72 153 / 40%);
}
.bg-pink-500\/core-opacity-50 {
  background-color: rgb(236 72 153 / 50%);
}
.bg-pink-500\/core-opacity-60 {
  background-color: rgb(236 72 153 / 60%);
}
.bg-pink-500\/core-opacity-70 {
  background-color: rgb(236 72 153 / 70%);
}
.bg-pink-500\/core-opacity-80 {
  background-color: rgb(236 72 153 / 80%);
}
.bg-pink-500\/core-opacity-90 {
  background-color: rgb(236 72 153 / 90%);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}
.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}
.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}
.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}
.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}
.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}
.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}
.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}
.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}
.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}
.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}
.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}
.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}
.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}
.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}
.bg-pink-600\/base-opacity-disabled {
  background-color: rgb(219 39 119 / 60%);
}
.bg-pink-600\/core-opacity-0 {
  background-color: rgb(219 39 119 / 0%);
}
.bg-pink-600\/core-opacity-10 {
  background-color: rgb(219 39 119 / 10%);
}
.bg-pink-600\/core-opacity-100 {
  background-color: rgb(219 39 119 / 100%);
}
.bg-pink-600\/core-opacity-20 {
  background-color: rgb(219 39 119 / 20%);
}
.bg-pink-600\/core-opacity-30 {
  background-color: rgb(219 39 119 / 30%);
}
.bg-pink-600\/core-opacity-40 {
  background-color: rgb(219 39 119 / 40%);
}
.bg-pink-600\/core-opacity-50 {
  background-color: rgb(219 39 119 / 50%);
}
.bg-pink-600\/core-opacity-60 {
  background-color: rgb(219 39 119 / 60%);
}
.bg-pink-600\/core-opacity-70 {
  background-color: rgb(219 39 119 / 70%);
}
.bg-pink-600\/core-opacity-80 {
  background-color: rgb(219 39 119 / 80%);
}
.bg-pink-600\/core-opacity-90 {
  background-color: rgb(219 39 119 / 90%);
}
.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}
.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}
.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}
.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}
.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}
.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}
.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}
.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}
.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}
.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}
.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}
.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}
.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}
.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}
.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}
.bg-pink-700\/base-opacity-disabled {
  background-color: rgb(190 24 93 / 60%);
}
.bg-pink-700\/core-opacity-0 {
  background-color: rgb(190 24 93 / 0%);
}
.bg-pink-700\/core-opacity-10 {
  background-color: rgb(190 24 93 / 10%);
}
.bg-pink-700\/core-opacity-100 {
  background-color: rgb(190 24 93 / 100%);
}
.bg-pink-700\/core-opacity-20 {
  background-color: rgb(190 24 93 / 20%);
}
.bg-pink-700\/core-opacity-30 {
  background-color: rgb(190 24 93 / 30%);
}
.bg-pink-700\/core-opacity-40 {
  background-color: rgb(190 24 93 / 40%);
}
.bg-pink-700\/core-opacity-50 {
  background-color: rgb(190 24 93 / 50%);
}
.bg-pink-700\/core-opacity-60 {
  background-color: rgb(190 24 93 / 60%);
}
.bg-pink-700\/core-opacity-70 {
  background-color: rgb(190 24 93 / 70%);
}
.bg-pink-700\/core-opacity-80 {
  background-color: rgb(190 24 93 / 80%);
}
.bg-pink-700\/core-opacity-90 {
  background-color: rgb(190 24 93 / 90%);
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}
.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}
.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}
.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}
.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}
.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}
.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}
.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}
.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}
.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}
.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}
.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}
.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}
.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}
.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}
.bg-pink-800\/base-opacity-disabled {
  background-color: rgb(157 23 77 / 60%);
}
.bg-pink-800\/core-opacity-0 {
  background-color: rgb(157 23 77 / 0%);
}
.bg-pink-800\/core-opacity-10 {
  background-color: rgb(157 23 77 / 10%);
}
.bg-pink-800\/core-opacity-100 {
  background-color: rgb(157 23 77 / 100%);
}
.bg-pink-800\/core-opacity-20 {
  background-color: rgb(157 23 77 / 20%);
}
.bg-pink-800\/core-opacity-30 {
  background-color: rgb(157 23 77 / 30%);
}
.bg-pink-800\/core-opacity-40 {
  background-color: rgb(157 23 77 / 40%);
}
.bg-pink-800\/core-opacity-50 {
  background-color: rgb(157 23 77 / 50%);
}
.bg-pink-800\/core-opacity-60 {
  background-color: rgb(157 23 77 / 60%);
}
.bg-pink-800\/core-opacity-70 {
  background-color: rgb(157 23 77 / 70%);
}
.bg-pink-800\/core-opacity-80 {
  background-color: rgb(157 23 77 / 80%);
}
.bg-pink-800\/core-opacity-90 {
  background-color: rgb(157 23 77 / 90%);
}
.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}
.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}
.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}
.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}
.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}
.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}
.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}
.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}
.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}
.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}
.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}
.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}
.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}
.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}
.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}
.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}
.bg-pink-900\/base-opacity-disabled {
  background-color: rgb(131 24 67 / 60%);
}
.bg-pink-900\/core-opacity-0 {
  background-color: rgb(131 24 67 / 0%);
}
.bg-pink-900\/core-opacity-10 {
  background-color: rgb(131 24 67 / 10%);
}
.bg-pink-900\/core-opacity-100 {
  background-color: rgb(131 24 67 / 100%);
}
.bg-pink-900\/core-opacity-20 {
  background-color: rgb(131 24 67 / 20%);
}
.bg-pink-900\/core-opacity-30 {
  background-color: rgb(131 24 67 / 30%);
}
.bg-pink-900\/core-opacity-40 {
  background-color: rgb(131 24 67 / 40%);
}
.bg-pink-900\/core-opacity-50 {
  background-color: rgb(131 24 67 / 50%);
}
.bg-pink-900\/core-opacity-60 {
  background-color: rgb(131 24 67 / 60%);
}
.bg-pink-900\/core-opacity-70 {
  background-color: rgb(131 24 67 / 70%);
}
.bg-pink-900\/core-opacity-80 {
  background-color: rgb(131 24 67 / 80%);
}
.bg-pink-900\/core-opacity-90 {
  background-color: rgb(131 24 67 / 90%);
}
.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}
.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}
.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}
.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}
.bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}
.bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}
.bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}
.bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}
.bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}
.bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}
.bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}
.bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}
.bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}
.bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}
.bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}
.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}
.bg-pink-950\/base-opacity-disabled {
  background-color: rgb(80 7 36 / 60%);
}
.bg-pink-950\/core-opacity-0 {
  background-color: rgb(80 7 36 / 0%);
}
.bg-pink-950\/core-opacity-10 {
  background-color: rgb(80 7 36 / 10%);
}
.bg-pink-950\/core-opacity-100 {
  background-color: rgb(80 7 36 / 100%);
}
.bg-pink-950\/core-opacity-20 {
  background-color: rgb(80 7 36 / 20%);
}
.bg-pink-950\/core-opacity-30 {
  background-color: rgb(80 7 36 / 30%);
}
.bg-pink-950\/core-opacity-40 {
  background-color: rgb(80 7 36 / 40%);
}
.bg-pink-950\/core-opacity-50 {
  background-color: rgb(80 7 36 / 50%);
}
.bg-pink-950\/core-opacity-60 {
  background-color: rgb(80 7 36 / 60%);
}
.bg-pink-950\/core-opacity-70 {
  background-color: rgb(80 7 36 / 70%);
}
.bg-pink-950\/core-opacity-80 {
  background-color: rgb(80 7 36 / 80%);
}
.bg-pink-950\/core-opacity-90 {
  background-color: rgb(80 7 36 / 90%);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.bg-primary-dark\/0 {
  background-color: rgb(60 59 151 / 0);
}
.bg-primary-dark\/10 {
  background-color: rgb(60 59 151 / 0.1);
}
.bg-primary-dark\/100 {
  background-color: rgb(60 59 151 / 1);
}
.bg-primary-dark\/20 {
  background-color: rgb(60 59 151 / 0.2);
}
.bg-primary-dark\/25 {
  background-color: rgb(60 59 151 / 0.25);
}
.bg-primary-dark\/30 {
  background-color: rgb(60 59 151 / 0.3);
}
.bg-primary-dark\/40 {
  background-color: rgb(60 59 151 / 0.4);
}
.bg-primary-dark\/5 {
  background-color: rgb(60 59 151 / 0.05);
}
.bg-primary-dark\/50 {
  background-color: rgb(60 59 151 / 0.5);
}
.bg-primary-dark\/60 {
  background-color: rgb(60 59 151 / 0.6);
}
.bg-primary-dark\/70 {
  background-color: rgb(60 59 151 / 0.7);
}
.bg-primary-dark\/75 {
  background-color: rgb(60 59 151 / 0.75);
}
.bg-primary-dark\/80 {
  background-color: rgb(60 59 151 / 0.8);
}
.bg-primary-dark\/90 {
  background-color: rgb(60 59 151 / 0.9);
}
.bg-primary-dark\/95 {
  background-color: rgb(60 59 151 / 0.95);
}
.bg-primary-dark\/base-opacity-disabled {
  background-color: rgb(60 59 151 / 60%);
}
.bg-primary-dark\/core-opacity-0 {
  background-color: rgb(60 59 151 / 0%);
}
.bg-primary-dark\/core-opacity-10 {
  background-color: rgb(60 59 151 / 10%);
}
.bg-primary-dark\/core-opacity-100 {
  background-color: rgb(60 59 151 / 100%);
}
.bg-primary-dark\/core-opacity-20 {
  background-color: rgb(60 59 151 / 20%);
}
.bg-primary-dark\/core-opacity-30 {
  background-color: rgb(60 59 151 / 30%);
}
.bg-primary-dark\/core-opacity-40 {
  background-color: rgb(60 59 151 / 40%);
}
.bg-primary-dark\/core-opacity-50 {
  background-color: rgb(60 59 151 / 50%);
}
.bg-primary-dark\/core-opacity-60 {
  background-color: rgb(60 59 151 / 60%);
}
.bg-primary-dark\/core-opacity-70 {
  background-color: rgb(60 59 151 / 70%);
}
.bg-primary-dark\/core-opacity-80 {
  background-color: rgb(60 59 151 / 80%);
}
.bg-primary-dark\/core-opacity-90 {
  background-color: rgb(60 59 151 / 90%);
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 249 / var(--tw-bg-opacity));
}
.bg-primary-light\/0 {
  background-color: rgb(205 214 249 / 0);
}
.bg-primary-light\/10 {
  background-color: rgb(205 214 249 / 0.1);
}
.bg-primary-light\/100 {
  background-color: rgb(205 214 249 / 1);
}
.bg-primary-light\/20 {
  background-color: rgb(205 214 249 / 0.2);
}
.bg-primary-light\/25 {
  background-color: rgb(205 214 249 / 0.25);
}
.bg-primary-light\/30 {
  background-color: rgb(205 214 249 / 0.3);
}
.bg-primary-light\/40 {
  background-color: rgb(205 214 249 / 0.4);
}
.bg-primary-light\/5 {
  background-color: rgb(205 214 249 / 0.05);
}
.bg-primary-light\/50 {
  background-color: rgb(205 214 249 / 0.5);
}
.bg-primary-light\/60 {
  background-color: rgb(205 214 249 / 0.6);
}
.bg-primary-light\/70 {
  background-color: rgb(205 214 249 / 0.7);
}
.bg-primary-light\/75 {
  background-color: rgb(205 214 249 / 0.75);
}
.bg-primary-light\/80 {
  background-color: rgb(205 214 249 / 0.8);
}
.bg-primary-light\/90 {
  background-color: rgb(205 214 249 / 0.9);
}
.bg-primary-light\/95 {
  background-color: rgb(205 214 249 / 0.95);
}
.bg-primary-light\/base-opacity-disabled {
  background-color: rgb(205 214 249 / 60%);
}
.bg-primary-light\/core-opacity-0 {
  background-color: rgb(205 214 249 / 0%);
}
.bg-primary-light\/core-opacity-10 {
  background-color: rgb(205 214 249 / 10%);
}
.bg-primary-light\/core-opacity-100 {
  background-color: rgb(205 214 249 / 100%);
}
.bg-primary-light\/core-opacity-20 {
  background-color: rgb(205 214 249 / 20%);
}
.bg-primary-light\/core-opacity-30 {
  background-color: rgb(205 214 249 / 30%);
}
.bg-primary-light\/core-opacity-40 {
  background-color: rgb(205 214 249 / 40%);
}
.bg-primary-light\/core-opacity-50 {
  background-color: rgb(205 214 249 / 50%);
}
.bg-primary-light\/core-opacity-60 {
  background-color: rgb(205 214 249 / 60%);
}
.bg-primary-light\/core-opacity-70 {
  background-color: rgb(205 214 249 / 70%);
}
.bg-primary-light\/core-opacity-80 {
  background-color: rgb(205 214 249 / 80%);
}
.bg-primary-light\/core-opacity-90 {
  background-color: rgb(205 214 249 / 90%);
}
.bg-primary\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-primary\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-primary\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-primary\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-primary\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-primary\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-primary\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-primary\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-primary\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-primary\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-primary\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-primary\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-primary\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-primary\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-primary\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-primary\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-primary\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-primary\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-primary\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-primary\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-primary\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-primary\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-primary\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-primary\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-primary\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-primary\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-primary\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 249 / var(--tw-bg-opacity));
}
.bg-purple-100\/0 {
  background-color: rgb(205 214 249 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(205 214 249 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(205 214 249 / 1);
}
.bg-purple-100\/20 {
  background-color: rgb(205 214 249 / 0.2);
}
.bg-purple-100\/25 {
  background-color: rgb(205 214 249 / 0.25);
}
.bg-purple-100\/30 {
  background-color: rgb(205 214 249 / 0.3);
}
.bg-purple-100\/40 {
  background-color: rgb(205 214 249 / 0.4);
}
.bg-purple-100\/5 {
  background-color: rgb(205 214 249 / 0.05);
}
.bg-purple-100\/50 {
  background-color: rgb(205 214 249 / 0.5);
}
.bg-purple-100\/60 {
  background-color: rgb(205 214 249 / 0.6);
}
.bg-purple-100\/70 {
  background-color: rgb(205 214 249 / 0.7);
}
.bg-purple-100\/75 {
  background-color: rgb(205 214 249 / 0.75);
}
.bg-purple-100\/80 {
  background-color: rgb(205 214 249 / 0.8);
}
.bg-purple-100\/90 {
  background-color: rgb(205 214 249 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(205 214 249 / 0.95);
}
.bg-purple-100\/base-opacity-disabled {
  background-color: rgb(205 214 249 / 60%);
}
.bg-purple-100\/core-opacity-0 {
  background-color: rgb(205 214 249 / 0%);
}
.bg-purple-100\/core-opacity-10 {
  background-color: rgb(205 214 249 / 10%);
}
.bg-purple-100\/core-opacity-100 {
  background-color: rgb(205 214 249 / 100%);
}
.bg-purple-100\/core-opacity-20 {
  background-color: rgb(205 214 249 / 20%);
}
.bg-purple-100\/core-opacity-30 {
  background-color: rgb(205 214 249 / 30%);
}
.bg-purple-100\/core-opacity-40 {
  background-color: rgb(205 214 249 / 40%);
}
.bg-purple-100\/core-opacity-50 {
  background-color: rgb(205 214 249 / 50%);
}
.bg-purple-100\/core-opacity-60 {
  background-color: rgb(205 214 249 / 60%);
}
.bg-purple-100\/core-opacity-70 {
  background-color: rgb(205 214 249 / 70%);
}
.bg-purple-100\/core-opacity-80 {
  background-color: rgb(205 214 249 / 80%);
}
.bg-purple-100\/core-opacity-90 {
  background-color: rgb(205 214 249 / 90%);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(174 188 244 / var(--tw-bg-opacity));
}
.bg-purple-200\/0 {
  background-color: rgb(174 188 244 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(174 188 244 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(174 188 244 / 1);
}
.bg-purple-200\/20 {
  background-color: rgb(174 188 244 / 0.2);
}
.bg-purple-200\/25 {
  background-color: rgb(174 188 244 / 0.25);
}
.bg-purple-200\/30 {
  background-color: rgb(174 188 244 / 0.3);
}
.bg-purple-200\/40 {
  background-color: rgb(174 188 244 / 0.4);
}
.bg-purple-200\/5 {
  background-color: rgb(174 188 244 / 0.05);
}
.bg-purple-200\/50 {
  background-color: rgb(174 188 244 / 0.5);
}
.bg-purple-200\/60 {
  background-color: rgb(174 188 244 / 0.6);
}
.bg-purple-200\/70 {
  background-color: rgb(174 188 244 / 0.7);
}
.bg-purple-200\/75 {
  background-color: rgb(174 188 244 / 0.75);
}
.bg-purple-200\/80 {
  background-color: rgb(174 188 244 / 0.8);
}
.bg-purple-200\/90 {
  background-color: rgb(174 188 244 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(174 188 244 / 0.95);
}
.bg-purple-200\/base-opacity-disabled {
  background-color: rgb(174 188 244 / 60%);
}
.bg-purple-200\/core-opacity-0 {
  background-color: rgb(174 188 244 / 0%);
}
.bg-purple-200\/core-opacity-10 {
  background-color: rgb(174 188 244 / 10%);
}
.bg-purple-200\/core-opacity-100 {
  background-color: rgb(174 188 244 / 100%);
}
.bg-purple-200\/core-opacity-20 {
  background-color: rgb(174 188 244 / 20%);
}
.bg-purple-200\/core-opacity-30 {
  background-color: rgb(174 188 244 / 30%);
}
.bg-purple-200\/core-opacity-40 {
  background-color: rgb(174 188 244 / 40%);
}
.bg-purple-200\/core-opacity-50 {
  background-color: rgb(174 188 244 / 50%);
}
.bg-purple-200\/core-opacity-60 {
  background-color: rgb(174 188 244 / 60%);
}
.bg-purple-200\/core-opacity-70 {
  background-color: rgb(174 188 244 / 70%);
}
.bg-purple-200\/core-opacity-80 {
  background-color: rgb(174 188 244 / 80%);
}
.bg-purple-200\/core-opacity-90 {
  background-color: rgb(174 188 244 / 90%);
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(140 152 237 / var(--tw-bg-opacity));
}
.bg-purple-300\/0 {
  background-color: rgb(140 152 237 / 0);
}
.bg-purple-300\/10 {
  background-color: rgb(140 152 237 / 0.1);
}
.bg-purple-300\/100 {
  background-color: rgb(140 152 237 / 1);
}
.bg-purple-300\/20 {
  background-color: rgb(140 152 237 / 0.2);
}
.bg-purple-300\/25 {
  background-color: rgb(140 152 237 / 0.25);
}
.bg-purple-300\/30 {
  background-color: rgb(140 152 237 / 0.3);
}
.bg-purple-300\/40 {
  background-color: rgb(140 152 237 / 0.4);
}
.bg-purple-300\/5 {
  background-color: rgb(140 152 237 / 0.05);
}
.bg-purple-300\/50 {
  background-color: rgb(140 152 237 / 0.5);
}
.bg-purple-300\/60 {
  background-color: rgb(140 152 237 / 0.6);
}
.bg-purple-300\/70 {
  background-color: rgb(140 152 237 / 0.7);
}
.bg-purple-300\/75 {
  background-color: rgb(140 152 237 / 0.75);
}
.bg-purple-300\/80 {
  background-color: rgb(140 152 237 / 0.8);
}
.bg-purple-300\/90 {
  background-color: rgb(140 152 237 / 0.9);
}
.bg-purple-300\/95 {
  background-color: rgb(140 152 237 / 0.95);
}
.bg-purple-300\/base-opacity-disabled {
  background-color: rgb(140 152 237 / 60%);
}
.bg-purple-300\/core-opacity-0 {
  background-color: rgb(140 152 237 / 0%);
}
.bg-purple-300\/core-opacity-10 {
  background-color: rgb(140 152 237 / 10%);
}
.bg-purple-300\/core-opacity-100 {
  background-color: rgb(140 152 237 / 100%);
}
.bg-purple-300\/core-opacity-20 {
  background-color: rgb(140 152 237 / 20%);
}
.bg-purple-300\/core-opacity-30 {
  background-color: rgb(140 152 237 / 30%);
}
.bg-purple-300\/core-opacity-40 {
  background-color: rgb(140 152 237 / 40%);
}
.bg-purple-300\/core-opacity-50 {
  background-color: rgb(140 152 237 / 50%);
}
.bg-purple-300\/core-opacity-60 {
  background-color: rgb(140 152 237 / 60%);
}
.bg-purple-300\/core-opacity-70 {
  background-color: rgb(140 152 237 / 70%);
}
.bg-purple-300\/core-opacity-80 {
  background-color: rgb(140 152 237 / 80%);
}
.bg-purple-300\/core-opacity-90 {
  background-color: rgb(140 152 237 / 90%);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 121 228 / var(--tw-bg-opacity));
}
.bg-purple-400\/0 {
  background-color: rgb(114 121 228 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(114 121 228 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(114 121 228 / 1);
}
.bg-purple-400\/20 {
  background-color: rgb(114 121 228 / 0.2);
}
.bg-purple-400\/25 {
  background-color: rgb(114 121 228 / 0.25);
}
.bg-purple-400\/30 {
  background-color: rgb(114 121 228 / 0.3);
}
.bg-purple-400\/40 {
  background-color: rgb(114 121 228 / 0.4);
}
.bg-purple-400\/5 {
  background-color: rgb(114 121 228 / 0.05);
}
.bg-purple-400\/50 {
  background-color: rgb(114 121 228 / 0.5);
}
.bg-purple-400\/60 {
  background-color: rgb(114 121 228 / 0.6);
}
.bg-purple-400\/70 {
  background-color: rgb(114 121 228 / 0.7);
}
.bg-purple-400\/75 {
  background-color: rgb(114 121 228 / 0.75);
}
.bg-purple-400\/80 {
  background-color: rgb(114 121 228 / 0.8);
}
.bg-purple-400\/90 {
  background-color: rgb(114 121 228 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(114 121 228 / 0.95);
}
.bg-purple-400\/base-opacity-disabled {
  background-color: rgb(114 121 228 / 60%);
}
.bg-purple-400\/core-opacity-0 {
  background-color: rgb(114 121 228 / 0%);
}
.bg-purple-400\/core-opacity-10 {
  background-color: rgb(114 121 228 / 10%);
}
.bg-purple-400\/core-opacity-100 {
  background-color: rgb(114 121 228 / 100%);
}
.bg-purple-400\/core-opacity-20 {
  background-color: rgb(114 121 228 / 20%);
}
.bg-purple-400\/core-opacity-30 {
  background-color: rgb(114 121 228 / 30%);
}
.bg-purple-400\/core-opacity-40 {
  background-color: rgb(114 121 228 / 40%);
}
.bg-purple-400\/core-opacity-50 {
  background-color: rgb(114 121 228 / 50%);
}
.bg-purple-400\/core-opacity-60 {
  background-color: rgb(114 121 228 / 60%);
}
.bg-purple-400\/core-opacity-70 {
  background-color: rgb(114 121 228 / 70%);
}
.bg-purple-400\/core-opacity-80 {
  background-color: rgb(114 121 228 / 80%);
}
.bg-purple-400\/core-opacity-90 {
  background-color: rgb(114 121 228 / 90%);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 234 252 / var(--tw-bg-opacity));
}
.bg-purple-50\/0 {
  background-color: rgb(227 234 252 / 0);
}
.bg-purple-50\/10 {
  background-color: rgb(227 234 252 / 0.1);
}
.bg-purple-50\/100 {
  background-color: rgb(227 234 252 / 1);
}
.bg-purple-50\/20 {
  background-color: rgb(227 234 252 / 0.2);
}
.bg-purple-50\/25 {
  background-color: rgb(227 234 252 / 0.25);
}
.bg-purple-50\/30 {
  background-color: rgb(227 234 252 / 0.3);
}
.bg-purple-50\/40 {
  background-color: rgb(227 234 252 / 0.4);
}
.bg-purple-50\/5 {
  background-color: rgb(227 234 252 / 0.05);
}
.bg-purple-50\/50 {
  background-color: rgb(227 234 252 / 0.5);
}
.bg-purple-50\/60 {
  background-color: rgb(227 234 252 / 0.6);
}
.bg-purple-50\/70 {
  background-color: rgb(227 234 252 / 0.7);
}
.bg-purple-50\/75 {
  background-color: rgb(227 234 252 / 0.75);
}
.bg-purple-50\/80 {
  background-color: rgb(227 234 252 / 0.8);
}
.bg-purple-50\/90 {
  background-color: rgb(227 234 252 / 0.9);
}
.bg-purple-50\/95 {
  background-color: rgb(227 234 252 / 0.95);
}
.bg-purple-50\/base-opacity-disabled {
  background-color: rgb(227 234 252 / 60%);
}
.bg-purple-50\/core-opacity-0 {
  background-color: rgb(227 234 252 / 0%);
}
.bg-purple-50\/core-opacity-10 {
  background-color: rgb(227 234 252 / 10%);
}
.bg-purple-50\/core-opacity-100 {
  background-color: rgb(227 234 252 / 100%);
}
.bg-purple-50\/core-opacity-20 {
  background-color: rgb(227 234 252 / 20%);
}
.bg-purple-50\/core-opacity-30 {
  background-color: rgb(227 234 252 / 30%);
}
.bg-purple-50\/core-opacity-40 {
  background-color: rgb(227 234 252 / 40%);
}
.bg-purple-50\/core-opacity-50 {
  background-color: rgb(227 234 252 / 50%);
}
.bg-purple-50\/core-opacity-60 {
  background-color: rgb(227 234 252 / 60%);
}
.bg-purple-50\/core-opacity-70 {
  background-color: rgb(227 234 252 / 70%);
}
.bg-purple-50\/core-opacity-80 {
  background-color: rgb(227 234 252 / 80%);
}
.bg-purple-50\/core-opacity-90 {
  background-color: rgb(227 234 252 / 90%);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-purple-500\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-purple-500\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-purple-500\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-purple-500\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-purple-500\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-purple-500\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-purple-500\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-purple-500\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-purple-500\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-purple-500\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-purple-500\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-purple-500\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-purple-500\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-purple-500\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-purple-500\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-purple-500\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-purple-500\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-purple-500\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-purple-500\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-purple-500\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-purple-500\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-purple-500\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-purple-500\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-purple-500\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-purple-500\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-purple-500\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-purple-500\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.bg-purple-600\/0 {
  background-color: rgb(75 71 189 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(75 71 189 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(75 71 189 / 1);
}
.bg-purple-600\/20 {
  background-color: rgb(75 71 189 / 0.2);
}
.bg-purple-600\/25 {
  background-color: rgb(75 71 189 / 0.25);
}
.bg-purple-600\/30 {
  background-color: rgb(75 71 189 / 0.3);
}
.bg-purple-600\/40 {
  background-color: rgb(75 71 189 / 0.4);
}
.bg-purple-600\/5 {
  background-color: rgb(75 71 189 / 0.05);
}
.bg-purple-600\/50 {
  background-color: rgb(75 71 189 / 0.5);
}
.bg-purple-600\/60 {
  background-color: rgb(75 71 189 / 0.6);
}
.bg-purple-600\/70 {
  background-color: rgb(75 71 189 / 0.7);
}
.bg-purple-600\/75 {
  background-color: rgb(75 71 189 / 0.75);
}
.bg-purple-600\/80 {
  background-color: rgb(75 71 189 / 0.8);
}
.bg-purple-600\/90 {
  background-color: rgb(75 71 189 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(75 71 189 / 0.95);
}
.bg-purple-600\/base-opacity-disabled {
  background-color: rgb(75 71 189 / 60%);
}
.bg-purple-600\/core-opacity-0 {
  background-color: rgb(75 71 189 / 0%);
}
.bg-purple-600\/core-opacity-10 {
  background-color: rgb(75 71 189 / 10%);
}
.bg-purple-600\/core-opacity-100 {
  background-color: rgb(75 71 189 / 100%);
}
.bg-purple-600\/core-opacity-20 {
  background-color: rgb(75 71 189 / 20%);
}
.bg-purple-600\/core-opacity-30 {
  background-color: rgb(75 71 189 / 30%);
}
.bg-purple-600\/core-opacity-40 {
  background-color: rgb(75 71 189 / 40%);
}
.bg-purple-600\/core-opacity-50 {
  background-color: rgb(75 71 189 / 50%);
}
.bg-purple-600\/core-opacity-60 {
  background-color: rgb(75 71 189 / 60%);
}
.bg-purple-600\/core-opacity-70 {
  background-color: rgb(75 71 189 / 70%);
}
.bg-purple-600\/core-opacity-80 {
  background-color: rgb(75 71 189 / 80%);
}
.bg-purple-600\/core-opacity-90 {
  background-color: rgb(75 71 189 / 90%);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.bg-purple-700\/0 {
  background-color: rgb(60 59 151 / 0);
}
.bg-purple-700\/10 {
  background-color: rgb(60 59 151 / 0.1);
}
.bg-purple-700\/100 {
  background-color: rgb(60 59 151 / 1);
}
.bg-purple-700\/20 {
  background-color: rgb(60 59 151 / 0.2);
}
.bg-purple-700\/25 {
  background-color: rgb(60 59 151 / 0.25);
}
.bg-purple-700\/30 {
  background-color: rgb(60 59 151 / 0.3);
}
.bg-purple-700\/40 {
  background-color: rgb(60 59 151 / 0.4);
}
.bg-purple-700\/5 {
  background-color: rgb(60 59 151 / 0.05);
}
.bg-purple-700\/50 {
  background-color: rgb(60 59 151 / 0.5);
}
.bg-purple-700\/60 {
  background-color: rgb(60 59 151 / 0.6);
}
.bg-purple-700\/70 {
  background-color: rgb(60 59 151 / 0.7);
}
.bg-purple-700\/75 {
  background-color: rgb(60 59 151 / 0.75);
}
.bg-purple-700\/80 {
  background-color: rgb(60 59 151 / 0.8);
}
.bg-purple-700\/90 {
  background-color: rgb(60 59 151 / 0.9);
}
.bg-purple-700\/95 {
  background-color: rgb(60 59 151 / 0.95);
}
.bg-purple-700\/base-opacity-disabled {
  background-color: rgb(60 59 151 / 60%);
}
.bg-purple-700\/core-opacity-0 {
  background-color: rgb(60 59 151 / 0%);
}
.bg-purple-700\/core-opacity-10 {
  background-color: rgb(60 59 151 / 10%);
}
.bg-purple-700\/core-opacity-100 {
  background-color: rgb(60 59 151 / 100%);
}
.bg-purple-700\/core-opacity-20 {
  background-color: rgb(60 59 151 / 20%);
}
.bg-purple-700\/core-opacity-30 {
  background-color: rgb(60 59 151 / 30%);
}
.bg-purple-700\/core-opacity-40 {
  background-color: rgb(60 59 151 / 40%);
}
.bg-purple-700\/core-opacity-50 {
  background-color: rgb(60 59 151 / 50%);
}
.bg-purple-700\/core-opacity-60 {
  background-color: rgb(60 59 151 / 60%);
}
.bg-purple-700\/core-opacity-70 {
  background-color: rgb(60 59 151 / 70%);
}
.bg-purple-700\/core-opacity-80 {
  background-color: rgb(60 59 151 / 80%);
}
.bg-purple-700\/core-opacity-90 {
  background-color: rgb(60 59 151 / 90%);
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 120 / var(--tw-bg-opacity));
}
.bg-purple-800\/0 {
  background-color: rgb(54 54 120 / 0);
}
.bg-purple-800\/10 {
  background-color: rgb(54 54 120 / 0.1);
}
.bg-purple-800\/100 {
  background-color: rgb(54 54 120 / 1);
}
.bg-purple-800\/20 {
  background-color: rgb(54 54 120 / 0.2);
}
.bg-purple-800\/25 {
  background-color: rgb(54 54 120 / 0.25);
}
.bg-purple-800\/30 {
  background-color: rgb(54 54 120 / 0.3);
}
.bg-purple-800\/40 {
  background-color: rgb(54 54 120 / 0.4);
}
.bg-purple-800\/5 {
  background-color: rgb(54 54 120 / 0.05);
}
.bg-purple-800\/50 {
  background-color: rgb(54 54 120 / 0.5);
}
.bg-purple-800\/60 {
  background-color: rgb(54 54 120 / 0.6);
}
.bg-purple-800\/70 {
  background-color: rgb(54 54 120 / 0.7);
}
.bg-purple-800\/75 {
  background-color: rgb(54 54 120 / 0.75);
}
.bg-purple-800\/80 {
  background-color: rgb(54 54 120 / 0.8);
}
.bg-purple-800\/90 {
  background-color: rgb(54 54 120 / 0.9);
}
.bg-purple-800\/95 {
  background-color: rgb(54 54 120 / 0.95);
}
.bg-purple-800\/base-opacity-disabled {
  background-color: rgb(54 54 120 / 60%);
}
.bg-purple-800\/core-opacity-0 {
  background-color: rgb(54 54 120 / 0%);
}
.bg-purple-800\/core-opacity-10 {
  background-color: rgb(54 54 120 / 10%);
}
.bg-purple-800\/core-opacity-100 {
  background-color: rgb(54 54 120 / 100%);
}
.bg-purple-800\/core-opacity-20 {
  background-color: rgb(54 54 120 / 20%);
}
.bg-purple-800\/core-opacity-30 {
  background-color: rgb(54 54 120 / 30%);
}
.bg-purple-800\/core-opacity-40 {
  background-color: rgb(54 54 120 / 40%);
}
.bg-purple-800\/core-opacity-50 {
  background-color: rgb(54 54 120 / 50%);
}
.bg-purple-800\/core-opacity-60 {
  background-color: rgb(54 54 120 / 60%);
}
.bg-purple-800\/core-opacity-70 {
  background-color: rgb(54 54 120 / 70%);
}
.bg-purple-800\/core-opacity-80 {
  background-color: rgb(54 54 120 / 80%);
}
.bg-purple-800\/core-opacity-90 {
  background-color: rgb(54 54 120 / 90%);
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 31 71 / var(--tw-bg-opacity));
}
.bg-purple-900\/0 {
  background-color: rgb(33 31 71 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(33 31 71 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(33 31 71 / 1);
}
.bg-purple-900\/20 {
  background-color: rgb(33 31 71 / 0.2);
}
.bg-purple-900\/25 {
  background-color: rgb(33 31 71 / 0.25);
}
.bg-purple-900\/30 {
  background-color: rgb(33 31 71 / 0.3);
}
.bg-purple-900\/40 {
  background-color: rgb(33 31 71 / 0.4);
}
.bg-purple-900\/5 {
  background-color: rgb(33 31 71 / 0.05);
}
.bg-purple-900\/50 {
  background-color: rgb(33 31 71 / 0.5);
}
.bg-purple-900\/60 {
  background-color: rgb(33 31 71 / 0.6);
}
.bg-purple-900\/70 {
  background-color: rgb(33 31 71 / 0.7);
}
.bg-purple-900\/75 {
  background-color: rgb(33 31 71 / 0.75);
}
.bg-purple-900\/80 {
  background-color: rgb(33 31 71 / 0.8);
}
.bg-purple-900\/90 {
  background-color: rgb(33 31 71 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(33 31 71 / 0.95);
}
.bg-purple-900\/base-opacity-disabled {
  background-color: rgb(33 31 71 / 60%);
}
.bg-purple-900\/core-opacity-0 {
  background-color: rgb(33 31 71 / 0%);
}
.bg-purple-900\/core-opacity-10 {
  background-color: rgb(33 31 71 / 10%);
}
.bg-purple-900\/core-opacity-100 {
  background-color: rgb(33 31 71 / 100%);
}
.bg-purple-900\/core-opacity-20 {
  background-color: rgb(33 31 71 / 20%);
}
.bg-purple-900\/core-opacity-30 {
  background-color: rgb(33 31 71 / 30%);
}
.bg-purple-900\/core-opacity-40 {
  background-color: rgb(33 31 71 / 40%);
}
.bg-purple-900\/core-opacity-50 {
  background-color: rgb(33 31 71 / 50%);
}
.bg-purple-900\/core-opacity-60 {
  background-color: rgb(33 31 71 / 60%);
}
.bg-purple-900\/core-opacity-70 {
  background-color: rgb(33 31 71 / 70%);
}
.bg-purple-900\/core-opacity-80 {
  background-color: rgb(33 31 71 / 80%);
}
.bg-purple-900\/core-opacity-90 {
  background-color: rgb(33 31 71 / 90%);
}
.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}
.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}
.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}
.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}
.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}
.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}
.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}
.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}
.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}
.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}
.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}
.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}
.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}
.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}
.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}
.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}
.bg-purple-950\/base-opacity-disabled {
  background-color: rgb(59 7 100 / 60%);
}
.bg-purple-950\/core-opacity-0 {
  background-color: rgb(59 7 100 / 0%);
}
.bg-purple-950\/core-opacity-10 {
  background-color: rgb(59 7 100 / 10%);
}
.bg-purple-950\/core-opacity-100 {
  background-color: rgb(59 7 100 / 100%);
}
.bg-purple-950\/core-opacity-20 {
  background-color: rgb(59 7 100 / 20%);
}
.bg-purple-950\/core-opacity-30 {
  background-color: rgb(59 7 100 / 30%);
}
.bg-purple-950\/core-opacity-40 {
  background-color: rgb(59 7 100 / 40%);
}
.bg-purple-950\/core-opacity-50 {
  background-color: rgb(59 7 100 / 50%);
}
.bg-purple-950\/core-opacity-60 {
  background-color: rgb(59 7 100 / 60%);
}
.bg-purple-950\/core-opacity-70 {
  background-color: rgb(59 7 100 / 70%);
}
.bg-purple-950\/core-opacity-80 {
  background-color: rgb(59 7 100 / 80%);
}
.bg-purple-950\/core-opacity-90 {
  background-color: rgb(59 7 100 / 90%);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-100\/base-opacity-disabled {
  background-color: rgb(254 226 226 / 60%);
}
.bg-red-100\/core-opacity-0 {
  background-color: rgb(254 226 226 / 0%);
}
.bg-red-100\/core-opacity-10 {
  background-color: rgb(254 226 226 / 10%);
}
.bg-red-100\/core-opacity-100 {
  background-color: rgb(254 226 226 / 100%);
}
.bg-red-100\/core-opacity-20 {
  background-color: rgb(254 226 226 / 20%);
}
.bg-red-100\/core-opacity-30 {
  background-color: rgb(254 226 226 / 30%);
}
.bg-red-100\/core-opacity-40 {
  background-color: rgb(254 226 226 / 40%);
}
.bg-red-100\/core-opacity-50 {
  background-color: rgb(254 226 226 / 50%);
}
.bg-red-100\/core-opacity-60 {
  background-color: rgb(254 226 226 / 60%);
}
.bg-red-100\/core-opacity-70 {
  background-color: rgb(254 226 226 / 70%);
}
.bg-red-100\/core-opacity-80 {
  background-color: rgb(254 226 226 / 80%);
}
.bg-red-100\/core-opacity-90 {
  background-color: rgb(254 226 226 / 90%);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-200\/base-opacity-disabled {
  background-color: rgb(254 202 202 / 60%);
}
.bg-red-200\/core-opacity-0 {
  background-color: rgb(254 202 202 / 0%);
}
.bg-red-200\/core-opacity-10 {
  background-color: rgb(254 202 202 / 10%);
}
.bg-red-200\/core-opacity-100 {
  background-color: rgb(254 202 202 / 100%);
}
.bg-red-200\/core-opacity-20 {
  background-color: rgb(254 202 202 / 20%);
}
.bg-red-200\/core-opacity-30 {
  background-color: rgb(254 202 202 / 30%);
}
.bg-red-200\/core-opacity-40 {
  background-color: rgb(254 202 202 / 40%);
}
.bg-red-200\/core-opacity-50 {
  background-color: rgb(254 202 202 / 50%);
}
.bg-red-200\/core-opacity-60 {
  background-color: rgb(254 202 202 / 60%);
}
.bg-red-200\/core-opacity-70 {
  background-color: rgb(254 202 202 / 70%);
}
.bg-red-200\/core-opacity-80 {
  background-color: rgb(254 202 202 / 80%);
}
.bg-red-200\/core-opacity-90 {
  background-color: rgb(254 202 202 / 90%);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-300\/base-opacity-disabled {
  background-color: rgb(252 165 165 / 60%);
}
.bg-red-300\/core-opacity-0 {
  background-color: rgb(252 165 165 / 0%);
}
.bg-red-300\/core-opacity-10 {
  background-color: rgb(252 165 165 / 10%);
}
.bg-red-300\/core-opacity-100 {
  background-color: rgb(252 165 165 / 100%);
}
.bg-red-300\/core-opacity-20 {
  background-color: rgb(252 165 165 / 20%);
}
.bg-red-300\/core-opacity-30 {
  background-color: rgb(252 165 165 / 30%);
}
.bg-red-300\/core-opacity-40 {
  background-color: rgb(252 165 165 / 40%);
}
.bg-red-300\/core-opacity-50 {
  background-color: rgb(252 165 165 / 50%);
}
.bg-red-300\/core-opacity-60 {
  background-color: rgb(252 165 165 / 60%);
}
.bg-red-300\/core-opacity-70 {
  background-color: rgb(252 165 165 / 70%);
}
.bg-red-300\/core-opacity-80 {
  background-color: rgb(252 165 165 / 80%);
}
.bg-red-300\/core-opacity-90 {
  background-color: rgb(252 165 165 / 90%);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 86 86 / var(--tw-bg-opacity));
}
.bg-red-400\/0 {
  background-color: rgb(245 86 86 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(245 86 86 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(245 86 86 / 1);
}
.bg-red-400\/20 {
  background-color: rgb(245 86 86 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(245 86 86 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(245 86 86 / 0.3);
}
.bg-red-400\/40 {
  background-color: rgb(245 86 86 / 0.4);
}
.bg-red-400\/5 {
  background-color: rgb(245 86 86 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(245 86 86 / 0.5);
}
.bg-red-400\/60 {
  background-color: rgb(245 86 86 / 0.6);
}
.bg-red-400\/70 {
  background-color: rgb(245 86 86 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(245 86 86 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(245 86 86 / 0.8);
}
.bg-red-400\/90 {
  background-color: rgb(245 86 86 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(245 86 86 / 0.95);
}
.bg-red-400\/base-opacity-disabled {
  background-color: rgb(245 86 86 / 60%);
}
.bg-red-400\/core-opacity-0 {
  background-color: rgb(245 86 86 / 0%);
}
.bg-red-400\/core-opacity-10 {
  background-color: rgb(245 86 86 / 10%);
}
.bg-red-400\/core-opacity-100 {
  background-color: rgb(245 86 86 / 100%);
}
.bg-red-400\/core-opacity-20 {
  background-color: rgb(245 86 86 / 20%);
}
.bg-red-400\/core-opacity-30 {
  background-color: rgb(245 86 86 / 30%);
}
.bg-red-400\/core-opacity-40 {
  background-color: rgb(245 86 86 / 40%);
}
.bg-red-400\/core-opacity-50 {
  background-color: rgb(245 86 86 / 50%);
}
.bg-red-400\/core-opacity-60 {
  background-color: rgb(245 86 86 / 60%);
}
.bg-red-400\/core-opacity-70 {
  background-color: rgb(245 86 86 / 70%);
}
.bg-red-400\/core-opacity-80 {
  background-color: rgb(245 86 86 / 80%);
}
.bg-red-400\/core-opacity-90 {
  background-color: rgb(245 86 86 / 90%);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 247 / var(--tw-bg-opacity));
}
.bg-red-50\/0 {
  background-color: rgb(254 247 247 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 247 247 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 247 247 / 1);
}
.bg-red-50\/20 {
  background-color: rgb(254 247 247 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 247 247 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 247 247 / 0.3);
}
.bg-red-50\/40 {
  background-color: rgb(254 247 247 / 0.4);
}
.bg-red-50\/5 {
  background-color: rgb(254 247 247 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 247 247 / 0.5);
}
.bg-red-50\/60 {
  background-color: rgb(254 247 247 / 0.6);
}
.bg-red-50\/70 {
  background-color: rgb(254 247 247 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 247 247 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 247 247 / 0.8);
}
.bg-red-50\/90 {
  background-color: rgb(254 247 247 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 247 247 / 0.95);
}
.bg-red-50\/base-opacity-disabled {
  background-color: rgb(254 247 247 / 60%);
}
.bg-red-50\/core-opacity-0 {
  background-color: rgb(254 247 247 / 0%);
}
.bg-red-50\/core-opacity-10 {
  background-color: rgb(254 247 247 / 10%);
}
.bg-red-50\/core-opacity-100 {
  background-color: rgb(254 247 247 / 100%);
}
.bg-red-50\/core-opacity-20 {
  background-color: rgb(254 247 247 / 20%);
}
.bg-red-50\/core-opacity-30 {
  background-color: rgb(254 247 247 / 30%);
}
.bg-red-50\/core-opacity-40 {
  background-color: rgb(254 247 247 / 40%);
}
.bg-red-50\/core-opacity-50 {
  background-color: rgb(254 247 247 / 50%);
}
.bg-red-50\/core-opacity-60 {
  background-color: rgb(254 247 247 / 60%);
}
.bg-red-50\/core-opacity-70 {
  background-color: rgb(254 247 247 / 70%);
}
.bg-red-50\/core-opacity-80 {
  background-color: rgb(254 247 247 / 80%);
}
.bg-red-50\/core-opacity-90 {
  background-color: rgb(254 247 247 / 90%);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-500\/base-opacity-disabled {
  background-color: rgb(239 68 68 / 60%);
}
.bg-red-500\/core-opacity-0 {
  background-color: rgb(239 68 68 / 0%);
}
.bg-red-500\/core-opacity-10 {
  background-color: rgb(239 68 68 / 10%);
}
.bg-red-500\/core-opacity-100 {
  background-color: rgb(239 68 68 / 100%);
}
.bg-red-500\/core-opacity-20 {
  background-color: rgb(239 68 68 / 20%);
}
.bg-red-500\/core-opacity-30 {
  background-color: rgb(239 68 68 / 30%);
}
.bg-red-500\/core-opacity-40 {
  background-color: rgb(239 68 68 / 40%);
}
.bg-red-500\/core-opacity-50 {
  background-color: rgb(239 68 68 / 50%);
}
.bg-red-500\/core-opacity-60 {
  background-color: rgb(239 68 68 / 60%);
}
.bg-red-500\/core-opacity-70 {
  background-color: rgb(239 68 68 / 70%);
}
.bg-red-500\/core-opacity-80 {
  background-color: rgb(239 68 68 / 80%);
}
.bg-red-500\/core-opacity-90 {
  background-color: rgb(239 68 68 / 90%);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-600\/base-opacity-disabled {
  background-color: rgb(220 38 38 / 60%);
}
.bg-red-600\/core-opacity-0 {
  background-color: rgb(220 38 38 / 0%);
}
.bg-red-600\/core-opacity-10 {
  background-color: rgb(220 38 38 / 10%);
}
.bg-red-600\/core-opacity-100 {
  background-color: rgb(220 38 38 / 100%);
}
.bg-red-600\/core-opacity-20 {
  background-color: rgb(220 38 38 / 20%);
}
.bg-red-600\/core-opacity-30 {
  background-color: rgb(220 38 38 / 30%);
}
.bg-red-600\/core-opacity-40 {
  background-color: rgb(220 38 38 / 40%);
}
.bg-red-600\/core-opacity-50 {
  background-color: rgb(220 38 38 / 50%);
}
.bg-red-600\/core-opacity-60 {
  background-color: rgb(220 38 38 / 60%);
}
.bg-red-600\/core-opacity-70 {
  background-color: rgb(220 38 38 / 70%);
}
.bg-red-600\/core-opacity-80 {
  background-color: rgb(220 38 38 / 80%);
}
.bg-red-600\/core-opacity-90 {
  background-color: rgb(220 38 38 / 90%);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-700\/base-opacity-disabled {
  background-color: rgb(185 28 28 / 60%);
}
.bg-red-700\/core-opacity-0 {
  background-color: rgb(185 28 28 / 0%);
}
.bg-red-700\/core-opacity-10 {
  background-color: rgb(185 28 28 / 10%);
}
.bg-red-700\/core-opacity-100 {
  background-color: rgb(185 28 28 / 100%);
}
.bg-red-700\/core-opacity-20 {
  background-color: rgb(185 28 28 / 20%);
}
.bg-red-700\/core-opacity-30 {
  background-color: rgb(185 28 28 / 30%);
}
.bg-red-700\/core-opacity-40 {
  background-color: rgb(185 28 28 / 40%);
}
.bg-red-700\/core-opacity-50 {
  background-color: rgb(185 28 28 / 50%);
}
.bg-red-700\/core-opacity-60 {
  background-color: rgb(185 28 28 / 60%);
}
.bg-red-700\/core-opacity-70 {
  background-color: rgb(185 28 28 / 70%);
}
.bg-red-700\/core-opacity-80 {
  background-color: rgb(185 28 28 / 80%);
}
.bg-red-700\/core-opacity-90 {
  background-color: rgb(185 28 28 / 90%);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-800\/base-opacity-disabled {
  background-color: rgb(153 27 27 / 60%);
}
.bg-red-800\/core-opacity-0 {
  background-color: rgb(153 27 27 / 0%);
}
.bg-red-800\/core-opacity-10 {
  background-color: rgb(153 27 27 / 10%);
}
.bg-red-800\/core-opacity-100 {
  background-color: rgb(153 27 27 / 100%);
}
.bg-red-800\/core-opacity-20 {
  background-color: rgb(153 27 27 / 20%);
}
.bg-red-800\/core-opacity-30 {
  background-color: rgb(153 27 27 / 30%);
}
.bg-red-800\/core-opacity-40 {
  background-color: rgb(153 27 27 / 40%);
}
.bg-red-800\/core-opacity-50 {
  background-color: rgb(153 27 27 / 50%);
}
.bg-red-800\/core-opacity-60 {
  background-color: rgb(153 27 27 / 60%);
}
.bg-red-800\/core-opacity-70 {
  background-color: rgb(153 27 27 / 70%);
}
.bg-red-800\/core-opacity-80 {
  background-color: rgb(153 27 27 / 80%);
}
.bg-red-800\/core-opacity-90 {
  background-color: rgb(153 27 27 / 90%);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-900\/base-opacity-disabled {
  background-color: rgb(127 29 29 / 60%);
}
.bg-red-900\/core-opacity-0 {
  background-color: rgb(127 29 29 / 0%);
}
.bg-red-900\/core-opacity-10 {
  background-color: rgb(127 29 29 / 10%);
}
.bg-red-900\/core-opacity-100 {
  background-color: rgb(127 29 29 / 100%);
}
.bg-red-900\/core-opacity-20 {
  background-color: rgb(127 29 29 / 20%);
}
.bg-red-900\/core-opacity-30 {
  background-color: rgb(127 29 29 / 30%);
}
.bg-red-900\/core-opacity-40 {
  background-color: rgb(127 29 29 / 40%);
}
.bg-red-900\/core-opacity-50 {
  background-color: rgb(127 29 29 / 50%);
}
.bg-red-900\/core-opacity-60 {
  background-color: rgb(127 29 29 / 60%);
}
.bg-red-900\/core-opacity-70 {
  background-color: rgb(127 29 29 / 70%);
}
.bg-red-900\/core-opacity-80 {
  background-color: rgb(127 29 29 / 80%);
}
.bg-red-900\/core-opacity-90 {
  background-color: rgb(127 29 29 / 90%);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-red-950\/base-opacity-disabled {
  background-color: rgb(69 10 10 / 60%);
}
.bg-red-950\/core-opacity-0 {
  background-color: rgb(69 10 10 / 0%);
}
.bg-red-950\/core-opacity-10 {
  background-color: rgb(69 10 10 / 10%);
}
.bg-red-950\/core-opacity-100 {
  background-color: rgb(69 10 10 / 100%);
}
.bg-red-950\/core-opacity-20 {
  background-color: rgb(69 10 10 / 20%);
}
.bg-red-950\/core-opacity-30 {
  background-color: rgb(69 10 10 / 30%);
}
.bg-red-950\/core-opacity-40 {
  background-color: rgb(69 10 10 / 40%);
}
.bg-red-950\/core-opacity-50 {
  background-color: rgb(69 10 10 / 50%);
}
.bg-red-950\/core-opacity-60 {
  background-color: rgb(69 10 10 / 60%);
}
.bg-red-950\/core-opacity-70 {
  background-color: rgb(69 10 10 / 70%);
}
.bg-red-950\/core-opacity-80 {
  background-color: rgb(69 10 10 / 80%);
}
.bg-red-950\/core-opacity-90 {
  background-color: rgb(69 10 10 / 90%);
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}
.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}
.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}
.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}
.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}
.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}
.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}
.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}
.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}
.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}
.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}
.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}
.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}
.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}
.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}
.bg-rose-100\/base-opacity-disabled {
  background-color: rgb(255 228 230 / 60%);
}
.bg-rose-100\/core-opacity-0 {
  background-color: rgb(255 228 230 / 0%);
}
.bg-rose-100\/core-opacity-10 {
  background-color: rgb(255 228 230 / 10%);
}
.bg-rose-100\/core-opacity-100 {
  background-color: rgb(255 228 230 / 100%);
}
.bg-rose-100\/core-opacity-20 {
  background-color: rgb(255 228 230 / 20%);
}
.bg-rose-100\/core-opacity-30 {
  background-color: rgb(255 228 230 / 30%);
}
.bg-rose-100\/core-opacity-40 {
  background-color: rgb(255 228 230 / 40%);
}
.bg-rose-100\/core-opacity-50 {
  background-color: rgb(255 228 230 / 50%);
}
.bg-rose-100\/core-opacity-60 {
  background-color: rgb(255 228 230 / 60%);
}
.bg-rose-100\/core-opacity-70 {
  background-color: rgb(255 228 230 / 70%);
}
.bg-rose-100\/core-opacity-80 {
  background-color: rgb(255 228 230 / 80%);
}
.bg-rose-100\/core-opacity-90 {
  background-color: rgb(255 228 230 / 90%);
}
.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}
.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}
.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}
.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}
.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}
.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}
.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}
.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}
.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}
.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}
.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}
.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}
.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}
.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}
.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}
.bg-rose-200\/base-opacity-disabled {
  background-color: rgb(254 205 211 / 60%);
}
.bg-rose-200\/core-opacity-0 {
  background-color: rgb(254 205 211 / 0%);
}
.bg-rose-200\/core-opacity-10 {
  background-color: rgb(254 205 211 / 10%);
}
.bg-rose-200\/core-opacity-100 {
  background-color: rgb(254 205 211 / 100%);
}
.bg-rose-200\/core-opacity-20 {
  background-color: rgb(254 205 211 / 20%);
}
.bg-rose-200\/core-opacity-30 {
  background-color: rgb(254 205 211 / 30%);
}
.bg-rose-200\/core-opacity-40 {
  background-color: rgb(254 205 211 / 40%);
}
.bg-rose-200\/core-opacity-50 {
  background-color: rgb(254 205 211 / 50%);
}
.bg-rose-200\/core-opacity-60 {
  background-color: rgb(254 205 211 / 60%);
}
.bg-rose-200\/core-opacity-70 {
  background-color: rgb(254 205 211 / 70%);
}
.bg-rose-200\/core-opacity-80 {
  background-color: rgb(254 205 211 / 80%);
}
.bg-rose-200\/core-opacity-90 {
  background-color: rgb(254 205 211 / 90%);
}
.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}
.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}
.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}
.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}
.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}
.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}
.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}
.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}
.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}
.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}
.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}
.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}
.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}
.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}
.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}
.bg-rose-300\/base-opacity-disabled {
  background-color: rgb(253 164 175 / 60%);
}
.bg-rose-300\/core-opacity-0 {
  background-color: rgb(253 164 175 / 0%);
}
.bg-rose-300\/core-opacity-10 {
  background-color: rgb(253 164 175 / 10%);
}
.bg-rose-300\/core-opacity-100 {
  background-color: rgb(253 164 175 / 100%);
}
.bg-rose-300\/core-opacity-20 {
  background-color: rgb(253 164 175 / 20%);
}
.bg-rose-300\/core-opacity-30 {
  background-color: rgb(253 164 175 / 30%);
}
.bg-rose-300\/core-opacity-40 {
  background-color: rgb(253 164 175 / 40%);
}
.bg-rose-300\/core-opacity-50 {
  background-color: rgb(253 164 175 / 50%);
}
.bg-rose-300\/core-opacity-60 {
  background-color: rgb(253 164 175 / 60%);
}
.bg-rose-300\/core-opacity-70 {
  background-color: rgb(253 164 175 / 70%);
}
.bg-rose-300\/core-opacity-80 {
  background-color: rgb(253 164 175 / 80%);
}
.bg-rose-300\/core-opacity-90 {
  background-color: rgb(253 164 175 / 90%);
}
.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}
.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}
.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}
.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}
.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}
.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}
.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}
.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}
.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}
.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}
.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}
.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}
.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}
.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}
.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}
.bg-rose-400\/base-opacity-disabled {
  background-color: rgb(251 113 133 / 60%);
}
.bg-rose-400\/core-opacity-0 {
  background-color: rgb(251 113 133 / 0%);
}
.bg-rose-400\/core-opacity-10 {
  background-color: rgb(251 113 133 / 10%);
}
.bg-rose-400\/core-opacity-100 {
  background-color: rgb(251 113 133 / 100%);
}
.bg-rose-400\/core-opacity-20 {
  background-color: rgb(251 113 133 / 20%);
}
.bg-rose-400\/core-opacity-30 {
  background-color: rgb(251 113 133 / 30%);
}
.bg-rose-400\/core-opacity-40 {
  background-color: rgb(251 113 133 / 40%);
}
.bg-rose-400\/core-opacity-50 {
  background-color: rgb(251 113 133 / 50%);
}
.bg-rose-400\/core-opacity-60 {
  background-color: rgb(251 113 133 / 60%);
}
.bg-rose-400\/core-opacity-70 {
  background-color: rgb(251 113 133 / 70%);
}
.bg-rose-400\/core-opacity-80 {
  background-color: rgb(251 113 133 / 80%);
}
.bg-rose-400\/core-opacity-90 {
  background-color: rgb(251 113 133 / 90%);
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}
.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}
.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}
.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}
.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}
.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}
.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}
.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}
.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}
.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}
.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}
.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}
.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}
.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}
.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}
.bg-rose-50\/base-opacity-disabled {
  background-color: rgb(255 241 242 / 60%);
}
.bg-rose-50\/core-opacity-0 {
  background-color: rgb(255 241 242 / 0%);
}
.bg-rose-50\/core-opacity-10 {
  background-color: rgb(255 241 242 / 10%);
}
.bg-rose-50\/core-opacity-100 {
  background-color: rgb(255 241 242 / 100%);
}
.bg-rose-50\/core-opacity-20 {
  background-color: rgb(255 241 242 / 20%);
}
.bg-rose-50\/core-opacity-30 {
  background-color: rgb(255 241 242 / 30%);
}
.bg-rose-50\/core-opacity-40 {
  background-color: rgb(255 241 242 / 40%);
}
.bg-rose-50\/core-opacity-50 {
  background-color: rgb(255 241 242 / 50%);
}
.bg-rose-50\/core-opacity-60 {
  background-color: rgb(255 241 242 / 60%);
}
.bg-rose-50\/core-opacity-70 {
  background-color: rgb(255 241 242 / 70%);
}
.bg-rose-50\/core-opacity-80 {
  background-color: rgb(255 241 242 / 80%);
}
.bg-rose-50\/core-opacity-90 {
  background-color: rgb(255 241 242 / 90%);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}
.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}
.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}
.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}
.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}
.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}
.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}
.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}
.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}
.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}
.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}
.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}
.bg-rose-500\/base-opacity-disabled {
  background-color: rgb(244 63 94 / 60%);
}
.bg-rose-500\/core-opacity-0 {
  background-color: rgb(244 63 94 / 0%);
}
.bg-rose-500\/core-opacity-10 {
  background-color: rgb(244 63 94 / 10%);
}
.bg-rose-500\/core-opacity-100 {
  background-color: rgb(244 63 94 / 100%);
}
.bg-rose-500\/core-opacity-20 {
  background-color: rgb(244 63 94 / 20%);
}
.bg-rose-500\/core-opacity-30 {
  background-color: rgb(244 63 94 / 30%);
}
.bg-rose-500\/core-opacity-40 {
  background-color: rgb(244 63 94 / 40%);
}
.bg-rose-500\/core-opacity-50 {
  background-color: rgb(244 63 94 / 50%);
}
.bg-rose-500\/core-opacity-60 {
  background-color: rgb(244 63 94 / 60%);
}
.bg-rose-500\/core-opacity-70 {
  background-color: rgb(244 63 94 / 70%);
}
.bg-rose-500\/core-opacity-80 {
  background-color: rgb(244 63 94 / 80%);
}
.bg-rose-500\/core-opacity-90 {
  background-color: rgb(244 63 94 / 90%);
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}
.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}
.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}
.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}
.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}
.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}
.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}
.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}
.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}
.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}
.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}
.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}
.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}
.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}
.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}
.bg-rose-600\/base-opacity-disabled {
  background-color: rgb(225 29 72 / 60%);
}
.bg-rose-600\/core-opacity-0 {
  background-color: rgb(225 29 72 / 0%);
}
.bg-rose-600\/core-opacity-10 {
  background-color: rgb(225 29 72 / 10%);
}
.bg-rose-600\/core-opacity-100 {
  background-color: rgb(225 29 72 / 100%);
}
.bg-rose-600\/core-opacity-20 {
  background-color: rgb(225 29 72 / 20%);
}
.bg-rose-600\/core-opacity-30 {
  background-color: rgb(225 29 72 / 30%);
}
.bg-rose-600\/core-opacity-40 {
  background-color: rgb(225 29 72 / 40%);
}
.bg-rose-600\/core-opacity-50 {
  background-color: rgb(225 29 72 / 50%);
}
.bg-rose-600\/core-opacity-60 {
  background-color: rgb(225 29 72 / 60%);
}
.bg-rose-600\/core-opacity-70 {
  background-color: rgb(225 29 72 / 70%);
}
.bg-rose-600\/core-opacity-80 {
  background-color: rgb(225 29 72 / 80%);
}
.bg-rose-600\/core-opacity-90 {
  background-color: rgb(225 29 72 / 90%);
}
.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}
.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}
.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}
.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}
.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}
.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}
.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}
.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}
.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}
.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}
.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}
.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}
.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}
.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}
.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}
.bg-rose-700\/base-opacity-disabled {
  background-color: rgb(190 18 60 / 60%);
}
.bg-rose-700\/core-opacity-0 {
  background-color: rgb(190 18 60 / 0%);
}
.bg-rose-700\/core-opacity-10 {
  background-color: rgb(190 18 60 / 10%);
}
.bg-rose-700\/core-opacity-100 {
  background-color: rgb(190 18 60 / 100%);
}
.bg-rose-700\/core-opacity-20 {
  background-color: rgb(190 18 60 / 20%);
}
.bg-rose-700\/core-opacity-30 {
  background-color: rgb(190 18 60 / 30%);
}
.bg-rose-700\/core-opacity-40 {
  background-color: rgb(190 18 60 / 40%);
}
.bg-rose-700\/core-opacity-50 {
  background-color: rgb(190 18 60 / 50%);
}
.bg-rose-700\/core-opacity-60 {
  background-color: rgb(190 18 60 / 60%);
}
.bg-rose-700\/core-opacity-70 {
  background-color: rgb(190 18 60 / 70%);
}
.bg-rose-700\/core-opacity-80 {
  background-color: rgb(190 18 60 / 80%);
}
.bg-rose-700\/core-opacity-90 {
  background-color: rgb(190 18 60 / 90%);
}
.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}
.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}
.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}
.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}
.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}
.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}
.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}
.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}
.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}
.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}
.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}
.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}
.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}
.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}
.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}
.bg-rose-800\/base-opacity-disabled {
  background-color: rgb(159 18 57 / 60%);
}
.bg-rose-800\/core-opacity-0 {
  background-color: rgb(159 18 57 / 0%);
}
.bg-rose-800\/core-opacity-10 {
  background-color: rgb(159 18 57 / 10%);
}
.bg-rose-800\/core-opacity-100 {
  background-color: rgb(159 18 57 / 100%);
}
.bg-rose-800\/core-opacity-20 {
  background-color: rgb(159 18 57 / 20%);
}
.bg-rose-800\/core-opacity-30 {
  background-color: rgb(159 18 57 / 30%);
}
.bg-rose-800\/core-opacity-40 {
  background-color: rgb(159 18 57 / 40%);
}
.bg-rose-800\/core-opacity-50 {
  background-color: rgb(159 18 57 / 50%);
}
.bg-rose-800\/core-opacity-60 {
  background-color: rgb(159 18 57 / 60%);
}
.bg-rose-800\/core-opacity-70 {
  background-color: rgb(159 18 57 / 70%);
}
.bg-rose-800\/core-opacity-80 {
  background-color: rgb(159 18 57 / 80%);
}
.bg-rose-800\/core-opacity-90 {
  background-color: rgb(159 18 57 / 90%);
}
.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}
.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}
.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}
.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}
.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}
.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}
.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}
.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}
.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}
.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}
.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}
.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}
.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}
.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}
.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}
.bg-rose-900\/base-opacity-disabled {
  background-color: rgb(136 19 55 / 60%);
}
.bg-rose-900\/core-opacity-0 {
  background-color: rgb(136 19 55 / 0%);
}
.bg-rose-900\/core-opacity-10 {
  background-color: rgb(136 19 55 / 10%);
}
.bg-rose-900\/core-opacity-100 {
  background-color: rgb(136 19 55 / 100%);
}
.bg-rose-900\/core-opacity-20 {
  background-color: rgb(136 19 55 / 20%);
}
.bg-rose-900\/core-opacity-30 {
  background-color: rgb(136 19 55 / 30%);
}
.bg-rose-900\/core-opacity-40 {
  background-color: rgb(136 19 55 / 40%);
}
.bg-rose-900\/core-opacity-50 {
  background-color: rgb(136 19 55 / 50%);
}
.bg-rose-900\/core-opacity-60 {
  background-color: rgb(136 19 55 / 60%);
}
.bg-rose-900\/core-opacity-70 {
  background-color: rgb(136 19 55 / 70%);
}
.bg-rose-900\/core-opacity-80 {
  background-color: rgb(136 19 55 / 80%);
}
.bg-rose-900\/core-opacity-90 {
  background-color: rgb(136 19 55 / 90%);
}
.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}
.bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0);
}
.bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1);
}
.bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1);
}
.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}
.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}
.bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3);
}
.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}
.bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05);
}
.bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5);
}
.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}
.bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7);
}
.bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75);
}
.bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8);
}
.bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9);
}
.bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95);
}
.bg-rose-950\/base-opacity-disabled {
  background-color: rgb(76 5 25 / 60%);
}
.bg-rose-950\/core-opacity-0 {
  background-color: rgb(76 5 25 / 0%);
}
.bg-rose-950\/core-opacity-10 {
  background-color: rgb(76 5 25 / 10%);
}
.bg-rose-950\/core-opacity-100 {
  background-color: rgb(76 5 25 / 100%);
}
.bg-rose-950\/core-opacity-20 {
  background-color: rgb(76 5 25 / 20%);
}
.bg-rose-950\/core-opacity-30 {
  background-color: rgb(76 5 25 / 30%);
}
.bg-rose-950\/core-opacity-40 {
  background-color: rgb(76 5 25 / 40%);
}
.bg-rose-950\/core-opacity-50 {
  background-color: rgb(76 5 25 / 50%);
}
.bg-rose-950\/core-opacity-60 {
  background-color: rgb(76 5 25 / 60%);
}
.bg-rose-950\/core-opacity-70 {
  background-color: rgb(76 5 25 / 70%);
}
.bg-rose-950\/core-opacity-80 {
  background-color: rgb(76 5 25 / 80%);
}
.bg-rose-950\/core-opacity-90 {
  background-color: rgb(76 5 25 / 90%);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(211 6 62 / var(--tw-bg-opacity));
}
.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(241 143 169 / var(--tw-bg-opacity));
}
.bg-secondary-light\/0 {
  background-color: rgb(241 143 169 / 0);
}
.bg-secondary-light\/10 {
  background-color: rgb(241 143 169 / 0.1);
}
.bg-secondary-light\/100 {
  background-color: rgb(241 143 169 / 1);
}
.bg-secondary-light\/20 {
  background-color: rgb(241 143 169 / 0.2);
}
.bg-secondary-light\/25 {
  background-color: rgb(241 143 169 / 0.25);
}
.bg-secondary-light\/30 {
  background-color: rgb(241 143 169 / 0.3);
}
.bg-secondary-light\/40 {
  background-color: rgb(241 143 169 / 0.4);
}
.bg-secondary-light\/5 {
  background-color: rgb(241 143 169 / 0.05);
}
.bg-secondary-light\/50 {
  background-color: rgb(241 143 169 / 0.5);
}
.bg-secondary-light\/60 {
  background-color: rgb(241 143 169 / 0.6);
}
.bg-secondary-light\/70 {
  background-color: rgb(241 143 169 / 0.7);
}
.bg-secondary-light\/75 {
  background-color: rgb(241 143 169 / 0.75);
}
.bg-secondary-light\/80 {
  background-color: rgb(241 143 169 / 0.8);
}
.bg-secondary-light\/90 {
  background-color: rgb(241 143 169 / 0.9);
}
.bg-secondary-light\/95 {
  background-color: rgb(241 143 169 / 0.95);
}
.bg-secondary-light\/base-opacity-disabled {
  background-color: rgb(241 143 169 / 60%);
}
.bg-secondary-light\/core-opacity-0 {
  background-color: rgb(241 143 169 / 0%);
}
.bg-secondary-light\/core-opacity-10 {
  background-color: rgb(241 143 169 / 10%);
}
.bg-secondary-light\/core-opacity-100 {
  background-color: rgb(241 143 169 / 100%);
}
.bg-secondary-light\/core-opacity-20 {
  background-color: rgb(241 143 169 / 20%);
}
.bg-secondary-light\/core-opacity-30 {
  background-color: rgb(241 143 169 / 30%);
}
.bg-secondary-light\/core-opacity-40 {
  background-color: rgb(241 143 169 / 40%);
}
.bg-secondary-light\/core-opacity-50 {
  background-color: rgb(241 143 169 / 50%);
}
.bg-secondary-light\/core-opacity-60 {
  background-color: rgb(241 143 169 / 60%);
}
.bg-secondary-light\/core-opacity-70 {
  background-color: rgb(241 143 169 / 70%);
}
.bg-secondary-light\/core-opacity-80 {
  background-color: rgb(241 143 169 / 80%);
}
.bg-secondary-light\/core-opacity-90 {
  background-color: rgb(241 143 169 / 90%);
}
.bg-secondary\/0 {
  background-color: rgb(211 6 62 / 0);
}
.bg-secondary\/10 {
  background-color: rgb(211 6 62 / 0.1);
}
.bg-secondary\/100 {
  background-color: rgb(211 6 62 / 1);
}
.bg-secondary\/20 {
  background-color: rgb(211 6 62 / 0.2);
}
.bg-secondary\/25 {
  background-color: rgb(211 6 62 / 0.25);
}
.bg-secondary\/30 {
  background-color: rgb(211 6 62 / 0.3);
}
.bg-secondary\/40 {
  background-color: rgb(211 6 62 / 0.4);
}
.bg-secondary\/5 {
  background-color: rgb(211 6 62 / 0.05);
}
.bg-secondary\/50 {
  background-color: rgb(211 6 62 / 0.5);
}
.bg-secondary\/60 {
  background-color: rgb(211 6 62 / 0.6);
}
.bg-secondary\/70 {
  background-color: rgb(211 6 62 / 0.7);
}
.bg-secondary\/75 {
  background-color: rgb(211 6 62 / 0.75);
}
.bg-secondary\/80 {
  background-color: rgb(211 6 62 / 0.8);
}
.bg-secondary\/90 {
  background-color: rgb(211 6 62 / 0.9);
}
.bg-secondary\/95 {
  background-color: rgb(211 6 62 / 0.95);
}
.bg-secondary\/base-opacity-disabled {
  background-color: rgb(211 6 62 / 60%);
}
.bg-secondary\/core-opacity-0 {
  background-color: rgb(211 6 62 / 0%);
}
.bg-secondary\/core-opacity-10 {
  background-color: rgb(211 6 62 / 10%);
}
.bg-secondary\/core-opacity-100 {
  background-color: rgb(211 6 62 / 100%);
}
.bg-secondary\/core-opacity-20 {
  background-color: rgb(211 6 62 / 20%);
}
.bg-secondary\/core-opacity-30 {
  background-color: rgb(211 6 62 / 30%);
}
.bg-secondary\/core-opacity-40 {
  background-color: rgb(211 6 62 / 40%);
}
.bg-secondary\/core-opacity-50 {
  background-color: rgb(211 6 62 / 50%);
}
.bg-secondary\/core-opacity-60 {
  background-color: rgb(211 6 62 / 60%);
}
.bg-secondary\/core-opacity-70 {
  background-color: rgb(211 6 62 / 70%);
}
.bg-secondary\/core-opacity-80 {
  background-color: rgb(211 6 62 / 80%);
}
.bg-secondary\/core-opacity-90 {
  background-color: rgb(211 6 62 / 90%);
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-sky-100\/base-opacity-disabled {
  background-color: rgb(224 242 254 / 60%);
}
.bg-sky-100\/core-opacity-0 {
  background-color: rgb(224 242 254 / 0%);
}
.bg-sky-100\/core-opacity-10 {
  background-color: rgb(224 242 254 / 10%);
}
.bg-sky-100\/core-opacity-100 {
  background-color: rgb(224 242 254 / 100%);
}
.bg-sky-100\/core-opacity-20 {
  background-color: rgb(224 242 254 / 20%);
}
.bg-sky-100\/core-opacity-30 {
  background-color: rgb(224 242 254 / 30%);
}
.bg-sky-100\/core-opacity-40 {
  background-color: rgb(224 242 254 / 40%);
}
.bg-sky-100\/core-opacity-50 {
  background-color: rgb(224 242 254 / 50%);
}
.bg-sky-100\/core-opacity-60 {
  background-color: rgb(224 242 254 / 60%);
}
.bg-sky-100\/core-opacity-70 {
  background-color: rgb(224 242 254 / 70%);
}
.bg-sky-100\/core-opacity-80 {
  background-color: rgb(224 242 254 / 80%);
}
.bg-sky-100\/core-opacity-90 {
  background-color: rgb(224 242 254 / 90%);
}
.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-sky-200\/base-opacity-disabled {
  background-color: rgb(186 230 253 / 60%);
}
.bg-sky-200\/core-opacity-0 {
  background-color: rgb(186 230 253 / 0%);
}
.bg-sky-200\/core-opacity-10 {
  background-color: rgb(186 230 253 / 10%);
}
.bg-sky-200\/core-opacity-100 {
  background-color: rgb(186 230 253 / 100%);
}
.bg-sky-200\/core-opacity-20 {
  background-color: rgb(186 230 253 / 20%);
}
.bg-sky-200\/core-opacity-30 {
  background-color: rgb(186 230 253 / 30%);
}
.bg-sky-200\/core-opacity-40 {
  background-color: rgb(186 230 253 / 40%);
}
.bg-sky-200\/core-opacity-50 {
  background-color: rgb(186 230 253 / 50%);
}
.bg-sky-200\/core-opacity-60 {
  background-color: rgb(186 230 253 / 60%);
}
.bg-sky-200\/core-opacity-70 {
  background-color: rgb(186 230 253 / 70%);
}
.bg-sky-200\/core-opacity-80 {
  background-color: rgb(186 230 253 / 80%);
}
.bg-sky-200\/core-opacity-90 {
  background-color: rgb(186 230 253 / 90%);
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-sky-300\/base-opacity-disabled {
  background-color: rgb(125 211 252 / 60%);
}
.bg-sky-300\/core-opacity-0 {
  background-color: rgb(125 211 252 / 0%);
}
.bg-sky-300\/core-opacity-10 {
  background-color: rgb(125 211 252 / 10%);
}
.bg-sky-300\/core-opacity-100 {
  background-color: rgb(125 211 252 / 100%);
}
.bg-sky-300\/core-opacity-20 {
  background-color: rgb(125 211 252 / 20%);
}
.bg-sky-300\/core-opacity-30 {
  background-color: rgb(125 211 252 / 30%);
}
.bg-sky-300\/core-opacity-40 {
  background-color: rgb(125 211 252 / 40%);
}
.bg-sky-300\/core-opacity-50 {
  background-color: rgb(125 211 252 / 50%);
}
.bg-sky-300\/core-opacity-60 {
  background-color: rgb(125 211 252 / 60%);
}
.bg-sky-300\/core-opacity-70 {
  background-color: rgb(125 211 252 / 70%);
}
.bg-sky-300\/core-opacity-80 {
  background-color: rgb(125 211 252 / 80%);
}
.bg-sky-300\/core-opacity-90 {
  background-color: rgb(125 211 252 / 90%);
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-sky-400\/base-opacity-disabled {
  background-color: rgb(56 189 248 / 60%);
}
.bg-sky-400\/core-opacity-0 {
  background-color: rgb(56 189 248 / 0%);
}
.bg-sky-400\/core-opacity-10 {
  background-color: rgb(56 189 248 / 10%);
}
.bg-sky-400\/core-opacity-100 {
  background-color: rgb(56 189 248 / 100%);
}
.bg-sky-400\/core-opacity-20 {
  background-color: rgb(56 189 248 / 20%);
}
.bg-sky-400\/core-opacity-30 {
  background-color: rgb(56 189 248 / 30%);
}
.bg-sky-400\/core-opacity-40 {
  background-color: rgb(56 189 248 / 40%);
}
.bg-sky-400\/core-opacity-50 {
  background-color: rgb(56 189 248 / 50%);
}
.bg-sky-400\/core-opacity-60 {
  background-color: rgb(56 189 248 / 60%);
}
.bg-sky-400\/core-opacity-70 {
  background-color: rgb(56 189 248 / 70%);
}
.bg-sky-400\/core-opacity-80 {
  background-color: rgb(56 189 248 / 80%);
}
.bg-sky-400\/core-opacity-90 {
  background-color: rgb(56 189 248 / 90%);
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.bg-sky-50\/base-opacity-disabled {
  background-color: rgb(240 249 255 / 60%);
}
.bg-sky-50\/core-opacity-0 {
  background-color: rgb(240 249 255 / 0%);
}
.bg-sky-50\/core-opacity-10 {
  background-color: rgb(240 249 255 / 10%);
}
.bg-sky-50\/core-opacity-100 {
  background-color: rgb(240 249 255 / 100%);
}
.bg-sky-50\/core-opacity-20 {
  background-color: rgb(240 249 255 / 20%);
}
.bg-sky-50\/core-opacity-30 {
  background-color: rgb(240 249 255 / 30%);
}
.bg-sky-50\/core-opacity-40 {
  background-color: rgb(240 249 255 / 40%);
}
.bg-sky-50\/core-opacity-50 {
  background-color: rgb(240 249 255 / 50%);
}
.bg-sky-50\/core-opacity-60 {
  background-color: rgb(240 249 255 / 60%);
}
.bg-sky-50\/core-opacity-70 {
  background-color: rgb(240 249 255 / 70%);
}
.bg-sky-50\/core-opacity-80 {
  background-color: rgb(240 249 255 / 80%);
}
.bg-sky-50\/core-opacity-90 {
  background-color: rgb(240 249 255 / 90%);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-sky-500\/base-opacity-disabled {
  background-color: rgb(14 165 233 / 60%);
}
.bg-sky-500\/core-opacity-0 {
  background-color: rgb(14 165 233 / 0%);
}
.bg-sky-500\/core-opacity-10 {
  background-color: rgb(14 165 233 / 10%);
}
.bg-sky-500\/core-opacity-100 {
  background-color: rgb(14 165 233 / 100%);
}
.bg-sky-500\/core-opacity-20 {
  background-color: rgb(14 165 233 / 20%);
}
.bg-sky-500\/core-opacity-30 {
  background-color: rgb(14 165 233 / 30%);
}
.bg-sky-500\/core-opacity-40 {
  background-color: rgb(14 165 233 / 40%);
}
.bg-sky-500\/core-opacity-50 {
  background-color: rgb(14 165 233 / 50%);
}
.bg-sky-500\/core-opacity-60 {
  background-color: rgb(14 165 233 / 60%);
}
.bg-sky-500\/core-opacity-70 {
  background-color: rgb(14 165 233 / 70%);
}
.bg-sky-500\/core-opacity-80 {
  background-color: rgb(14 165 233 / 80%);
}
.bg-sky-500\/core-opacity-90 {
  background-color: rgb(14 165 233 / 90%);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-sky-600\/base-opacity-disabled {
  background-color: rgb(2 132 199 / 60%);
}
.bg-sky-600\/core-opacity-0 {
  background-color: rgb(2 132 199 / 0%);
}
.bg-sky-600\/core-opacity-10 {
  background-color: rgb(2 132 199 / 10%);
}
.bg-sky-600\/core-opacity-100 {
  background-color: rgb(2 132 199 / 100%);
}
.bg-sky-600\/core-opacity-20 {
  background-color: rgb(2 132 199 / 20%);
}
.bg-sky-600\/core-opacity-30 {
  background-color: rgb(2 132 199 / 30%);
}
.bg-sky-600\/core-opacity-40 {
  background-color: rgb(2 132 199 / 40%);
}
.bg-sky-600\/core-opacity-50 {
  background-color: rgb(2 132 199 / 50%);
}
.bg-sky-600\/core-opacity-60 {
  background-color: rgb(2 132 199 / 60%);
}
.bg-sky-600\/core-opacity-70 {
  background-color: rgb(2 132 199 / 70%);
}
.bg-sky-600\/core-opacity-80 {
  background-color: rgb(2 132 199 / 80%);
}
.bg-sky-600\/core-opacity-90 {
  background-color: rgb(2 132 199 / 90%);
}
.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.bg-sky-700\/base-opacity-disabled {
  background-color: rgb(3 105 161 / 60%);
}
.bg-sky-700\/core-opacity-0 {
  background-color: rgb(3 105 161 / 0%);
}
.bg-sky-700\/core-opacity-10 {
  background-color: rgb(3 105 161 / 10%);
}
.bg-sky-700\/core-opacity-100 {
  background-color: rgb(3 105 161 / 100%);
}
.bg-sky-700\/core-opacity-20 {
  background-color: rgb(3 105 161 / 20%);
}
.bg-sky-700\/core-opacity-30 {
  background-color: rgb(3 105 161 / 30%);
}
.bg-sky-700\/core-opacity-40 {
  background-color: rgb(3 105 161 / 40%);
}
.bg-sky-700\/core-opacity-50 {
  background-color: rgb(3 105 161 / 50%);
}
.bg-sky-700\/core-opacity-60 {
  background-color: rgb(3 105 161 / 60%);
}
.bg-sky-700\/core-opacity-70 {
  background-color: rgb(3 105 161 / 70%);
}
.bg-sky-700\/core-opacity-80 {
  background-color: rgb(3 105 161 / 80%);
}
.bg-sky-700\/core-opacity-90 {
  background-color: rgb(3 105 161 / 90%);
}
.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.bg-sky-800\/base-opacity-disabled {
  background-color: rgb(7 89 133 / 60%);
}
.bg-sky-800\/core-opacity-0 {
  background-color: rgb(7 89 133 / 0%);
}
.bg-sky-800\/core-opacity-10 {
  background-color: rgb(7 89 133 / 10%);
}
.bg-sky-800\/core-opacity-100 {
  background-color: rgb(7 89 133 / 100%);
}
.bg-sky-800\/core-opacity-20 {
  background-color: rgb(7 89 133 / 20%);
}
.bg-sky-800\/core-opacity-30 {
  background-color: rgb(7 89 133 / 30%);
}
.bg-sky-800\/core-opacity-40 {
  background-color: rgb(7 89 133 / 40%);
}
.bg-sky-800\/core-opacity-50 {
  background-color: rgb(7 89 133 / 50%);
}
.bg-sky-800\/core-opacity-60 {
  background-color: rgb(7 89 133 / 60%);
}
.bg-sky-800\/core-opacity-70 {
  background-color: rgb(7 89 133 / 70%);
}
.bg-sky-800\/core-opacity-80 {
  background-color: rgb(7 89 133 / 80%);
}
.bg-sky-800\/core-opacity-90 {
  background-color: rgb(7 89 133 / 90%);
}
.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.bg-sky-900\/base-opacity-disabled {
  background-color: rgb(12 74 110 / 60%);
}
.bg-sky-900\/core-opacity-0 {
  background-color: rgb(12 74 110 / 0%);
}
.bg-sky-900\/core-opacity-10 {
  background-color: rgb(12 74 110 / 10%);
}
.bg-sky-900\/core-opacity-100 {
  background-color: rgb(12 74 110 / 100%);
}
.bg-sky-900\/core-opacity-20 {
  background-color: rgb(12 74 110 / 20%);
}
.bg-sky-900\/core-opacity-30 {
  background-color: rgb(12 74 110 / 30%);
}
.bg-sky-900\/core-opacity-40 {
  background-color: rgb(12 74 110 / 40%);
}
.bg-sky-900\/core-opacity-50 {
  background-color: rgb(12 74 110 / 50%);
}
.bg-sky-900\/core-opacity-60 {
  background-color: rgb(12 74 110 / 60%);
}
.bg-sky-900\/core-opacity-70 {
  background-color: rgb(12 74 110 / 70%);
}
.bg-sky-900\/core-opacity-80 {
  background-color: rgb(12 74 110 / 80%);
}
.bg-sky-900\/core-opacity-90 {
  background-color: rgb(12 74 110 / 90%);
}
.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}
.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}
.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}
.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}
.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}
.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}
.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}
.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}
.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}
.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}
.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}
.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}
.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}
.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}
.bg-sky-950\/base-opacity-disabled {
  background-color: rgb(8 47 73 / 60%);
}
.bg-sky-950\/core-opacity-0 {
  background-color: rgb(8 47 73 / 0%);
}
.bg-sky-950\/core-opacity-10 {
  background-color: rgb(8 47 73 / 10%);
}
.bg-sky-950\/core-opacity-100 {
  background-color: rgb(8 47 73 / 100%);
}
.bg-sky-950\/core-opacity-20 {
  background-color: rgb(8 47 73 / 20%);
}
.bg-sky-950\/core-opacity-30 {
  background-color: rgb(8 47 73 / 30%);
}
.bg-sky-950\/core-opacity-40 {
  background-color: rgb(8 47 73 / 40%);
}
.bg-sky-950\/core-opacity-50 {
  background-color: rgb(8 47 73 / 50%);
}
.bg-sky-950\/core-opacity-60 {
  background-color: rgb(8 47 73 / 60%);
}
.bg-sky-950\/core-opacity-70 {
  background-color: rgb(8 47 73 / 70%);
}
.bg-sky-950\/core-opacity-80 {
  background-color: rgb(8 47 73 / 80%);
}
.bg-sky-950\/core-opacity-90 {
  background-color: rgb(8 47 73 / 90%);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.bg-slate-100\/base-opacity-disabled {
  background-color: rgb(241 245 249 / 60%);
}
.bg-slate-100\/core-opacity-0 {
  background-color: rgb(241 245 249 / 0%);
}
.bg-slate-100\/core-opacity-10 {
  background-color: rgb(241 245 249 / 10%);
}
.bg-slate-100\/core-opacity-100 {
  background-color: rgb(241 245 249 / 100%);
}
.bg-slate-100\/core-opacity-20 {
  background-color: rgb(241 245 249 / 20%);
}
.bg-slate-100\/core-opacity-30 {
  background-color: rgb(241 245 249 / 30%);
}
.bg-slate-100\/core-opacity-40 {
  background-color: rgb(241 245 249 / 40%);
}
.bg-slate-100\/core-opacity-50 {
  background-color: rgb(241 245 249 / 50%);
}
.bg-slate-100\/core-opacity-60 {
  background-color: rgb(241 245 249 / 60%);
}
.bg-slate-100\/core-opacity-70 {
  background-color: rgb(241 245 249 / 70%);
}
.bg-slate-100\/core-opacity-80 {
  background-color: rgb(241 245 249 / 80%);
}
.bg-slate-100\/core-opacity-90 {
  background-color: rgb(241 245 249 / 90%);
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.bg-slate-200\/base-opacity-disabled {
  background-color: rgb(226 232 240 / 60%);
}
.bg-slate-200\/core-opacity-0 {
  background-color: rgb(226 232 240 / 0%);
}
.bg-slate-200\/core-opacity-10 {
  background-color: rgb(226 232 240 / 10%);
}
.bg-slate-200\/core-opacity-100 {
  background-color: rgb(226 232 240 / 100%);
}
.bg-slate-200\/core-opacity-20 {
  background-color: rgb(226 232 240 / 20%);
}
.bg-slate-200\/core-opacity-30 {
  background-color: rgb(226 232 240 / 30%);
}
.bg-slate-200\/core-opacity-40 {
  background-color: rgb(226 232 240 / 40%);
}
.bg-slate-200\/core-opacity-50 {
  background-color: rgb(226 232 240 / 50%);
}
.bg-slate-200\/core-opacity-60 {
  background-color: rgb(226 232 240 / 60%);
}
.bg-slate-200\/core-opacity-70 {
  background-color: rgb(226 232 240 / 70%);
}
.bg-slate-200\/core-opacity-80 {
  background-color: rgb(226 232 240 / 80%);
}
.bg-slate-200\/core-opacity-90 {
  background-color: rgb(226 232 240 / 90%);
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}
.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}
.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}
.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}
.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}
.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}
.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}
.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}
.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}
.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}
.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}
.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}
.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}
.bg-slate-300\/base-opacity-disabled {
  background-color: rgb(203 213 225 / 60%);
}
.bg-slate-300\/core-opacity-0 {
  background-color: rgb(203 213 225 / 0%);
}
.bg-slate-300\/core-opacity-10 {
  background-color: rgb(203 213 225 / 10%);
}
.bg-slate-300\/core-opacity-100 {
  background-color: rgb(203 213 225 / 100%);
}
.bg-slate-300\/core-opacity-20 {
  background-color: rgb(203 213 225 / 20%);
}
.bg-slate-300\/core-opacity-30 {
  background-color: rgb(203 213 225 / 30%);
}
.bg-slate-300\/core-opacity-40 {
  background-color: rgb(203 213 225 / 40%);
}
.bg-slate-300\/core-opacity-50 {
  background-color: rgb(203 213 225 / 50%);
}
.bg-slate-300\/core-opacity-60 {
  background-color: rgb(203 213 225 / 60%);
}
.bg-slate-300\/core-opacity-70 {
  background-color: rgb(203 213 225 / 70%);
}
.bg-slate-300\/core-opacity-80 {
  background-color: rgb(203 213 225 / 80%);
}
.bg-slate-300\/core-opacity-90 {
  background-color: rgb(203 213 225 / 90%);
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.bg-slate-400\/base-opacity-disabled {
  background-color: rgb(148 163 184 / 60%);
}
.bg-slate-400\/core-opacity-0 {
  background-color: rgb(148 163 184 / 0%);
}
.bg-slate-400\/core-opacity-10 {
  background-color: rgb(148 163 184 / 10%);
}
.bg-slate-400\/core-opacity-100 {
  background-color: rgb(148 163 184 / 100%);
}
.bg-slate-400\/core-opacity-20 {
  background-color: rgb(148 163 184 / 20%);
}
.bg-slate-400\/core-opacity-30 {
  background-color: rgb(148 163 184 / 30%);
}
.bg-slate-400\/core-opacity-40 {
  background-color: rgb(148 163 184 / 40%);
}
.bg-slate-400\/core-opacity-50 {
  background-color: rgb(148 163 184 / 50%);
}
.bg-slate-400\/core-opacity-60 {
  background-color: rgb(148 163 184 / 60%);
}
.bg-slate-400\/core-opacity-70 {
  background-color: rgb(148 163 184 / 70%);
}
.bg-slate-400\/core-opacity-80 {
  background-color: rgb(148 163 184 / 80%);
}
.bg-slate-400\/core-opacity-90 {
  background-color: rgb(148 163 184 / 90%);
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}
.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}
.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}
.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}
.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}
.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}
.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}
.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}
.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}
.bg-slate-50\/base-opacity-disabled {
  background-color: rgb(248 250 252 / 60%);
}
.bg-slate-50\/core-opacity-0 {
  background-color: rgb(248 250 252 / 0%);
}
.bg-slate-50\/core-opacity-10 {
  background-color: rgb(248 250 252 / 10%);
}
.bg-slate-50\/core-opacity-100 {
  background-color: rgb(248 250 252 / 100%);
}
.bg-slate-50\/core-opacity-20 {
  background-color: rgb(248 250 252 / 20%);
}
.bg-slate-50\/core-opacity-30 {
  background-color: rgb(248 250 252 / 30%);
}
.bg-slate-50\/core-opacity-40 {
  background-color: rgb(248 250 252 / 40%);
}
.bg-slate-50\/core-opacity-50 {
  background-color: rgb(248 250 252 / 50%);
}
.bg-slate-50\/core-opacity-60 {
  background-color: rgb(248 250 252 / 60%);
}
.bg-slate-50\/core-opacity-70 {
  background-color: rgb(248 250 252 / 70%);
}
.bg-slate-50\/core-opacity-80 {
  background-color: rgb(248 250 252 / 80%);
}
.bg-slate-50\/core-opacity-90 {
  background-color: rgb(248 250 252 / 90%);
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.bg-slate-500\/base-opacity-disabled {
  background-color: rgb(100 116 139 / 60%);
}
.bg-slate-500\/core-opacity-0 {
  background-color: rgb(100 116 139 / 0%);
}
.bg-slate-500\/core-opacity-10 {
  background-color: rgb(100 116 139 / 10%);
}
.bg-slate-500\/core-opacity-100 {
  background-color: rgb(100 116 139 / 100%);
}
.bg-slate-500\/core-opacity-20 {
  background-color: rgb(100 116 139 / 20%);
}
.bg-slate-500\/core-opacity-30 {
  background-color: rgb(100 116 139 / 30%);
}
.bg-slate-500\/core-opacity-40 {
  background-color: rgb(100 116 139 / 40%);
}
.bg-slate-500\/core-opacity-50 {
  background-color: rgb(100 116 139 / 50%);
}
.bg-slate-500\/core-opacity-60 {
  background-color: rgb(100 116 139 / 60%);
}
.bg-slate-500\/core-opacity-70 {
  background-color: rgb(100 116 139 / 70%);
}
.bg-slate-500\/core-opacity-80 {
  background-color: rgb(100 116 139 / 80%);
}
.bg-slate-500\/core-opacity-90 {
  background-color: rgb(100 116 139 / 90%);
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}
.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}
.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}
.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}
.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}
.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}
.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}
.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}
.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}
.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}
.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}
.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}
.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}
.bg-slate-600\/base-opacity-disabled {
  background-color: rgb(71 85 105 / 60%);
}
.bg-slate-600\/core-opacity-0 {
  background-color: rgb(71 85 105 / 0%);
}
.bg-slate-600\/core-opacity-10 {
  background-color: rgb(71 85 105 / 10%);
}
.bg-slate-600\/core-opacity-100 {
  background-color: rgb(71 85 105 / 100%);
}
.bg-slate-600\/core-opacity-20 {
  background-color: rgb(71 85 105 / 20%);
}
.bg-slate-600\/core-opacity-30 {
  background-color: rgb(71 85 105 / 30%);
}
.bg-slate-600\/core-opacity-40 {
  background-color: rgb(71 85 105 / 40%);
}
.bg-slate-600\/core-opacity-50 {
  background-color: rgb(71 85 105 / 50%);
}
.bg-slate-600\/core-opacity-60 {
  background-color: rgb(71 85 105 / 60%);
}
.bg-slate-600\/core-opacity-70 {
  background-color: rgb(71 85 105 / 70%);
}
.bg-slate-600\/core-opacity-80 {
  background-color: rgb(71 85 105 / 80%);
}
.bg-slate-600\/core-opacity-90 {
  background-color: rgb(71 85 105 / 90%);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}
.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}
.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}
.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}
.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}
.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}
.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}
.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}
.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}
.bg-slate-700\/base-opacity-disabled {
  background-color: rgb(51 65 85 / 60%);
}
.bg-slate-700\/core-opacity-0 {
  background-color: rgb(51 65 85 / 0%);
}
.bg-slate-700\/core-opacity-10 {
  background-color: rgb(51 65 85 / 10%);
}
.bg-slate-700\/core-opacity-100 {
  background-color: rgb(51 65 85 / 100%);
}
.bg-slate-700\/core-opacity-20 {
  background-color: rgb(51 65 85 / 20%);
}
.bg-slate-700\/core-opacity-30 {
  background-color: rgb(51 65 85 / 30%);
}
.bg-slate-700\/core-opacity-40 {
  background-color: rgb(51 65 85 / 40%);
}
.bg-slate-700\/core-opacity-50 {
  background-color: rgb(51 65 85 / 50%);
}
.bg-slate-700\/core-opacity-60 {
  background-color: rgb(51 65 85 / 60%);
}
.bg-slate-700\/core-opacity-70 {
  background-color: rgb(51 65 85 / 70%);
}
.bg-slate-700\/core-opacity-80 {
  background-color: rgb(51 65 85 / 80%);
}
.bg-slate-700\/core-opacity-90 {
  background-color: rgb(51 65 85 / 90%);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}
.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}
.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}
.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}
.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}
.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}
.bg-slate-800\/base-opacity-disabled {
  background-color: rgb(30 41 59 / 60%);
}
.bg-slate-800\/core-opacity-0 {
  background-color: rgb(30 41 59 / 0%);
}
.bg-slate-800\/core-opacity-10 {
  background-color: rgb(30 41 59 / 10%);
}
.bg-slate-800\/core-opacity-100 {
  background-color: rgb(30 41 59 / 100%);
}
.bg-slate-800\/core-opacity-20 {
  background-color: rgb(30 41 59 / 20%);
}
.bg-slate-800\/core-opacity-30 {
  background-color: rgb(30 41 59 / 30%);
}
.bg-slate-800\/core-opacity-40 {
  background-color: rgb(30 41 59 / 40%);
}
.bg-slate-800\/core-opacity-50 {
  background-color: rgb(30 41 59 / 50%);
}
.bg-slate-800\/core-opacity-60 {
  background-color: rgb(30 41 59 / 60%);
}
.bg-slate-800\/core-opacity-70 {
  background-color: rgb(30 41 59 / 70%);
}
.bg-slate-800\/core-opacity-80 {
  background-color: rgb(30 41 59 / 80%);
}
.bg-slate-800\/core-opacity-90 {
  background-color: rgb(30 41 59 / 90%);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}
.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}
.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}
.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.bg-slate-900\/base-opacity-disabled {
  background-color: rgb(15 23 42 / 60%);
}
.bg-slate-900\/core-opacity-0 {
  background-color: rgb(15 23 42 / 0%);
}
.bg-slate-900\/core-opacity-10 {
  background-color: rgb(15 23 42 / 10%);
}
.bg-slate-900\/core-opacity-100 {
  background-color: rgb(15 23 42 / 100%);
}
.bg-slate-900\/core-opacity-20 {
  background-color: rgb(15 23 42 / 20%);
}
.bg-slate-900\/core-opacity-30 {
  background-color: rgb(15 23 42 / 30%);
}
.bg-slate-900\/core-opacity-40 {
  background-color: rgb(15 23 42 / 40%);
}
.bg-slate-900\/core-opacity-50 {
  background-color: rgb(15 23 42 / 50%);
}
.bg-slate-900\/core-opacity-60 {
  background-color: rgb(15 23 42 / 60%);
}
.bg-slate-900\/core-opacity-70 {
  background-color: rgb(15 23 42 / 70%);
}
.bg-slate-900\/core-opacity-80 {
  background-color: rgb(15 23 42 / 80%);
}
.bg-slate-900\/core-opacity-90 {
  background-color: rgb(15 23 42 / 90%);
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0);
}
.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1);
}
.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}
.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.bg-slate-950\/base-opacity-disabled {
  background-color: rgb(2 6 23 / 60%);
}
.bg-slate-950\/core-opacity-0 {
  background-color: rgb(2 6 23 / 0%);
}
.bg-slate-950\/core-opacity-10 {
  background-color: rgb(2 6 23 / 10%);
}
.bg-slate-950\/core-opacity-100 {
  background-color: rgb(2 6 23 / 100%);
}
.bg-slate-950\/core-opacity-20 {
  background-color: rgb(2 6 23 / 20%);
}
.bg-slate-950\/core-opacity-30 {
  background-color: rgb(2 6 23 / 30%);
}
.bg-slate-950\/core-opacity-40 {
  background-color: rgb(2 6 23 / 40%);
}
.bg-slate-950\/core-opacity-50 {
  background-color: rgb(2 6 23 / 50%);
}
.bg-slate-950\/core-opacity-60 {
  background-color: rgb(2 6 23 / 60%);
}
.bg-slate-950\/core-opacity-70 {
  background-color: rgb(2 6 23 / 70%);
}
.bg-slate-950\/core-opacity-80 {
  background-color: rgb(2 6 23 / 80%);
}
.bg-slate-950\/core-opacity-90 {
  background-color: rgb(2 6 23 / 90%);
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0);
}
.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}
.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1);
}
.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}
.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}
.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}
.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}
.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}
.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}
.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}
.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}
.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}
.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}
.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}
.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}
.bg-stone-100\/base-opacity-disabled {
  background-color: rgb(245 245 244 / 60%);
}
.bg-stone-100\/core-opacity-0 {
  background-color: rgb(245 245 244 / 0%);
}
.bg-stone-100\/core-opacity-10 {
  background-color: rgb(245 245 244 / 10%);
}
.bg-stone-100\/core-opacity-100 {
  background-color: rgb(245 245 244 / 100%);
}
.bg-stone-100\/core-opacity-20 {
  background-color: rgb(245 245 244 / 20%);
}
.bg-stone-100\/core-opacity-30 {
  background-color: rgb(245 245 244 / 30%);
}
.bg-stone-100\/core-opacity-40 {
  background-color: rgb(245 245 244 / 40%);
}
.bg-stone-100\/core-opacity-50 {
  background-color: rgb(245 245 244 / 50%);
}
.bg-stone-100\/core-opacity-60 {
  background-color: rgb(245 245 244 / 60%);
}
.bg-stone-100\/core-opacity-70 {
  background-color: rgb(245 245 244 / 70%);
}
.bg-stone-100\/core-opacity-80 {
  background-color: rgb(245 245 244 / 80%);
}
.bg-stone-100\/core-opacity-90 {
  background-color: rgb(245 245 244 / 90%);
}
.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}
.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}
.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.bg-stone-200\/base-opacity-disabled {
  background-color: rgb(231 229 228 / 60%);
}
.bg-stone-200\/core-opacity-0 {
  background-color: rgb(231 229 228 / 0%);
}
.bg-stone-200\/core-opacity-10 {
  background-color: rgb(231 229 228 / 10%);
}
.bg-stone-200\/core-opacity-100 {
  background-color: rgb(231 229 228 / 100%);
}
.bg-stone-200\/core-opacity-20 {
  background-color: rgb(231 229 228 / 20%);
}
.bg-stone-200\/core-opacity-30 {
  background-color: rgb(231 229 228 / 30%);
}
.bg-stone-200\/core-opacity-40 {
  background-color: rgb(231 229 228 / 40%);
}
.bg-stone-200\/core-opacity-50 {
  background-color: rgb(231 229 228 / 50%);
}
.bg-stone-200\/core-opacity-60 {
  background-color: rgb(231 229 228 / 60%);
}
.bg-stone-200\/core-opacity-70 {
  background-color: rgb(231 229 228 / 70%);
}
.bg-stone-200\/core-opacity-80 {
  background-color: rgb(231 229 228 / 80%);
}
.bg-stone-200\/core-opacity-90 {
  background-color: rgb(231 229 228 / 90%);
}
.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}
.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}
.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}
.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}
.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}
.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}
.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}
.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}
.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}
.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}
.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}
.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}
.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}
.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}
.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}
.bg-stone-300\/base-opacity-disabled {
  background-color: rgb(214 211 209 / 60%);
}
.bg-stone-300\/core-opacity-0 {
  background-color: rgb(214 211 209 / 0%);
}
.bg-stone-300\/core-opacity-10 {
  background-color: rgb(214 211 209 / 10%);
}
.bg-stone-300\/core-opacity-100 {
  background-color: rgb(214 211 209 / 100%);
}
.bg-stone-300\/core-opacity-20 {
  background-color: rgb(214 211 209 / 20%);
}
.bg-stone-300\/core-opacity-30 {
  background-color: rgb(214 211 209 / 30%);
}
.bg-stone-300\/core-opacity-40 {
  background-color: rgb(214 211 209 / 40%);
}
.bg-stone-300\/core-opacity-50 {
  background-color: rgb(214 211 209 / 50%);
}
.bg-stone-300\/core-opacity-60 {
  background-color: rgb(214 211 209 / 60%);
}
.bg-stone-300\/core-opacity-70 {
  background-color: rgb(214 211 209 / 70%);
}
.bg-stone-300\/core-opacity-80 {
  background-color: rgb(214 211 209 / 80%);
}
.bg-stone-300\/core-opacity-90 {
  background-color: rgb(214 211 209 / 90%);
}
.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}
.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}
.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}
.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}
.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}
.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}
.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}
.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}
.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}
.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}
.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}
.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}
.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}
.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}
.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}
.bg-stone-400\/base-opacity-disabled {
  background-color: rgb(168 162 158 / 60%);
}
.bg-stone-400\/core-opacity-0 {
  background-color: rgb(168 162 158 / 0%);
}
.bg-stone-400\/core-opacity-10 {
  background-color: rgb(168 162 158 / 10%);
}
.bg-stone-400\/core-opacity-100 {
  background-color: rgb(168 162 158 / 100%);
}
.bg-stone-400\/core-opacity-20 {
  background-color: rgb(168 162 158 / 20%);
}
.bg-stone-400\/core-opacity-30 {
  background-color: rgb(168 162 158 / 30%);
}
.bg-stone-400\/core-opacity-40 {
  background-color: rgb(168 162 158 / 40%);
}
.bg-stone-400\/core-opacity-50 {
  background-color: rgb(168 162 158 / 50%);
}
.bg-stone-400\/core-opacity-60 {
  background-color: rgb(168 162 158 / 60%);
}
.bg-stone-400\/core-opacity-70 {
  background-color: rgb(168 162 158 / 70%);
}
.bg-stone-400\/core-opacity-80 {
  background-color: rgb(168 162 158 / 80%);
}
.bg-stone-400\/core-opacity-90 {
  background-color: rgb(168 162 158 / 90%);
}
.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0);
}
.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}
.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1);
}
.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}
.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}
.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}
.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}
.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}
.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}
.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}
.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}
.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}
.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}
.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}
.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}
.bg-stone-50\/base-opacity-disabled {
  background-color: rgb(250 250 249 / 60%);
}
.bg-stone-50\/core-opacity-0 {
  background-color: rgb(250 250 249 / 0%);
}
.bg-stone-50\/core-opacity-10 {
  background-color: rgb(250 250 249 / 10%);
}
.bg-stone-50\/core-opacity-100 {
  background-color: rgb(250 250 249 / 100%);
}
.bg-stone-50\/core-opacity-20 {
  background-color: rgb(250 250 249 / 20%);
}
.bg-stone-50\/core-opacity-30 {
  background-color: rgb(250 250 249 / 30%);
}
.bg-stone-50\/core-opacity-40 {
  background-color: rgb(250 250 249 / 40%);
}
.bg-stone-50\/core-opacity-50 {
  background-color: rgb(250 250 249 / 50%);
}
.bg-stone-50\/core-opacity-60 {
  background-color: rgb(250 250 249 / 60%);
}
.bg-stone-50\/core-opacity-70 {
  background-color: rgb(250 250 249 / 70%);
}
.bg-stone-50\/core-opacity-80 {
  background-color: rgb(250 250 249 / 80%);
}
.bg-stone-50\/core-opacity-90 {
  background-color: rgb(250 250 249 / 90%);
}
.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}
.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}
.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}
.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}
.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}
.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}
.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}
.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}
.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}
.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}
.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}
.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}
.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}
.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}
.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}
.bg-stone-500\/base-opacity-disabled {
  background-color: rgb(120 113 108 / 60%);
}
.bg-stone-500\/core-opacity-0 {
  background-color: rgb(120 113 108 / 0%);
}
.bg-stone-500\/core-opacity-10 {
  background-color: rgb(120 113 108 / 10%);
}
.bg-stone-500\/core-opacity-100 {
  background-color: rgb(120 113 108 / 100%);
}
.bg-stone-500\/core-opacity-20 {
  background-color: rgb(120 113 108 / 20%);
}
.bg-stone-500\/core-opacity-30 {
  background-color: rgb(120 113 108 / 30%);
}
.bg-stone-500\/core-opacity-40 {
  background-color: rgb(120 113 108 / 40%);
}
.bg-stone-500\/core-opacity-50 {
  background-color: rgb(120 113 108 / 50%);
}
.bg-stone-500\/core-opacity-60 {
  background-color: rgb(120 113 108 / 60%);
}
.bg-stone-500\/core-opacity-70 {
  background-color: rgb(120 113 108 / 70%);
}
.bg-stone-500\/core-opacity-80 {
  background-color: rgb(120 113 108 / 80%);
}
.bg-stone-500\/core-opacity-90 {
  background-color: rgb(120 113 108 / 90%);
}
.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}
.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}
.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}
.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}
.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}
.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}
.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}
.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}
.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}
.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}
.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}
.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}
.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}
.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}
.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}
.bg-stone-600\/base-opacity-disabled {
  background-color: rgb(87 83 78 / 60%);
}
.bg-stone-600\/core-opacity-0 {
  background-color: rgb(87 83 78 / 0%);
}
.bg-stone-600\/core-opacity-10 {
  background-color: rgb(87 83 78 / 10%);
}
.bg-stone-600\/core-opacity-100 {
  background-color: rgb(87 83 78 / 100%);
}
.bg-stone-600\/core-opacity-20 {
  background-color: rgb(87 83 78 / 20%);
}
.bg-stone-600\/core-opacity-30 {
  background-color: rgb(87 83 78 / 30%);
}
.bg-stone-600\/core-opacity-40 {
  background-color: rgb(87 83 78 / 40%);
}
.bg-stone-600\/core-opacity-50 {
  background-color: rgb(87 83 78 / 50%);
}
.bg-stone-600\/core-opacity-60 {
  background-color: rgb(87 83 78 / 60%);
}
.bg-stone-600\/core-opacity-70 {
  background-color: rgb(87 83 78 / 70%);
}
.bg-stone-600\/core-opacity-80 {
  background-color: rgb(87 83 78 / 80%);
}
.bg-stone-600\/core-opacity-90 {
  background-color: rgb(87 83 78 / 90%);
}
.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}
.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}
.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}
.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}
.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}
.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}
.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}
.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}
.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}
.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}
.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}
.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}
.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}
.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}
.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}
.bg-stone-700\/base-opacity-disabled {
  background-color: rgb(68 64 60 / 60%);
}
.bg-stone-700\/core-opacity-0 {
  background-color: rgb(68 64 60 / 0%);
}
.bg-stone-700\/core-opacity-10 {
  background-color: rgb(68 64 60 / 10%);
}
.bg-stone-700\/core-opacity-100 {
  background-color: rgb(68 64 60 / 100%);
}
.bg-stone-700\/core-opacity-20 {
  background-color: rgb(68 64 60 / 20%);
}
.bg-stone-700\/core-opacity-30 {
  background-color: rgb(68 64 60 / 30%);
}
.bg-stone-700\/core-opacity-40 {
  background-color: rgb(68 64 60 / 40%);
}
.bg-stone-700\/core-opacity-50 {
  background-color: rgb(68 64 60 / 50%);
}
.bg-stone-700\/core-opacity-60 {
  background-color: rgb(68 64 60 / 60%);
}
.bg-stone-700\/core-opacity-70 {
  background-color: rgb(68 64 60 / 70%);
}
.bg-stone-700\/core-opacity-80 {
  background-color: rgb(68 64 60 / 80%);
}
.bg-stone-700\/core-opacity-90 {
  background-color: rgb(68 64 60 / 90%);
}
.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}
.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}
.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}
.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}
.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}
.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}
.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}
.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}
.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}
.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}
.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}
.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}
.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}
.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}
.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}
.bg-stone-800\/base-opacity-disabled {
  background-color: rgb(41 37 36 / 60%);
}
.bg-stone-800\/core-opacity-0 {
  background-color: rgb(41 37 36 / 0%);
}
.bg-stone-800\/core-opacity-10 {
  background-color: rgb(41 37 36 / 10%);
}
.bg-stone-800\/core-opacity-100 {
  background-color: rgb(41 37 36 / 100%);
}
.bg-stone-800\/core-opacity-20 {
  background-color: rgb(41 37 36 / 20%);
}
.bg-stone-800\/core-opacity-30 {
  background-color: rgb(41 37 36 / 30%);
}
.bg-stone-800\/core-opacity-40 {
  background-color: rgb(41 37 36 / 40%);
}
.bg-stone-800\/core-opacity-50 {
  background-color: rgb(41 37 36 / 50%);
}
.bg-stone-800\/core-opacity-60 {
  background-color: rgb(41 37 36 / 60%);
}
.bg-stone-800\/core-opacity-70 {
  background-color: rgb(41 37 36 / 70%);
}
.bg-stone-800\/core-opacity-80 {
  background-color: rgb(41 37 36 / 80%);
}
.bg-stone-800\/core-opacity-90 {
  background-color: rgb(41 37 36 / 90%);
}
.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}
.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}
.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}
.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}
.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}
.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}
.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}
.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}
.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}
.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}
.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}
.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}
.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}
.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}
.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}
.bg-stone-900\/base-opacity-disabled {
  background-color: rgb(28 25 23 / 60%);
}
.bg-stone-900\/core-opacity-0 {
  background-color: rgb(28 25 23 / 0%);
}
.bg-stone-900\/core-opacity-10 {
  background-color: rgb(28 25 23 / 10%);
}
.bg-stone-900\/core-opacity-100 {
  background-color: rgb(28 25 23 / 100%);
}
.bg-stone-900\/core-opacity-20 {
  background-color: rgb(28 25 23 / 20%);
}
.bg-stone-900\/core-opacity-30 {
  background-color: rgb(28 25 23 / 30%);
}
.bg-stone-900\/core-opacity-40 {
  background-color: rgb(28 25 23 / 40%);
}
.bg-stone-900\/core-opacity-50 {
  background-color: rgb(28 25 23 / 50%);
}
.bg-stone-900\/core-opacity-60 {
  background-color: rgb(28 25 23 / 60%);
}
.bg-stone-900\/core-opacity-70 {
  background-color: rgb(28 25 23 / 70%);
}
.bg-stone-900\/core-opacity-80 {
  background-color: rgb(28 25 23 / 80%);
}
.bg-stone-900\/core-opacity-90 {
  background-color: rgb(28 25 23 / 90%);
}
.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0);
}
.bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}
.bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1);
}
.bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}
.bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}
.bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}
.bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}
.bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}
.bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}
.bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}
.bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}
.bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}
.bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}
.bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}
.bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}
.bg-stone-950\/base-opacity-disabled {
  background-color: rgb(12 10 9 / 60%);
}
.bg-stone-950\/core-opacity-0 {
  background-color: rgb(12 10 9 / 0%);
}
.bg-stone-950\/core-opacity-10 {
  background-color: rgb(12 10 9 / 10%);
}
.bg-stone-950\/core-opacity-100 {
  background-color: rgb(12 10 9 / 100%);
}
.bg-stone-950\/core-opacity-20 {
  background-color: rgb(12 10 9 / 20%);
}
.bg-stone-950\/core-opacity-30 {
  background-color: rgb(12 10 9 / 30%);
}
.bg-stone-950\/core-opacity-40 {
  background-color: rgb(12 10 9 / 40%);
}
.bg-stone-950\/core-opacity-50 {
  background-color: rgb(12 10 9 / 50%);
}
.bg-stone-950\/core-opacity-60 {
  background-color: rgb(12 10 9 / 60%);
}
.bg-stone-950\/core-opacity-70 {
  background-color: rgb(12 10 9 / 70%);
}
.bg-stone-950\/core-opacity-80 {
  background-color: rgb(12 10 9 / 80%);
}
.bg-stone-950\/core-opacity-90 {
  background-color: rgb(12 10 9 / 90%);
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-success-light {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-success-light\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-success-light\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-success-light\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-success-light\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-success-light\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-success-light\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-success-light\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-success-light\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-success-light\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-success-light\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-success-light\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-success-light\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-success-light\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-success-light\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-success-light\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-success-light\/base-opacity-disabled {
  background-color: rgb(52 211 153 / 60%);
}
.bg-success-light\/core-opacity-0 {
  background-color: rgb(52 211 153 / 0%);
}
.bg-success-light\/core-opacity-10 {
  background-color: rgb(52 211 153 / 10%);
}
.bg-success-light\/core-opacity-100 {
  background-color: rgb(52 211 153 / 100%);
}
.bg-success-light\/core-opacity-20 {
  background-color: rgb(52 211 153 / 20%);
}
.bg-success-light\/core-opacity-30 {
  background-color: rgb(52 211 153 / 30%);
}
.bg-success-light\/core-opacity-40 {
  background-color: rgb(52 211 153 / 40%);
}
.bg-success-light\/core-opacity-50 {
  background-color: rgb(52 211 153 / 50%);
}
.bg-success-light\/core-opacity-60 {
  background-color: rgb(52 211 153 / 60%);
}
.bg-success-light\/core-opacity-70 {
  background-color: rgb(52 211 153 / 70%);
}
.bg-success-light\/core-opacity-80 {
  background-color: rgb(52 211 153 / 80%);
}
.bg-success-light\/core-opacity-90 {
  background-color: rgb(52 211 153 / 90%);
}
.bg-success-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-success-lightest\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-success-lightest\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-success-lightest\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-success-lightest\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-success-lightest\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-success-lightest\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-success-lightest\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-success-lightest\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-success-lightest\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-success-lightest\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-success-lightest\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-success-lightest\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-success-lightest\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-success-lightest\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-success-lightest\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-success-lightest\/base-opacity-disabled {
  background-color: rgb(236 253 245 / 60%);
}
.bg-success-lightest\/core-opacity-0 {
  background-color: rgb(236 253 245 / 0%);
}
.bg-success-lightest\/core-opacity-10 {
  background-color: rgb(236 253 245 / 10%);
}
.bg-success-lightest\/core-opacity-100 {
  background-color: rgb(236 253 245 / 100%);
}
.bg-success-lightest\/core-opacity-20 {
  background-color: rgb(236 253 245 / 20%);
}
.bg-success-lightest\/core-opacity-30 {
  background-color: rgb(236 253 245 / 30%);
}
.bg-success-lightest\/core-opacity-40 {
  background-color: rgb(236 253 245 / 40%);
}
.bg-success-lightest\/core-opacity-50 {
  background-color: rgb(236 253 245 / 50%);
}
.bg-success-lightest\/core-opacity-60 {
  background-color: rgb(236 253 245 / 60%);
}
.bg-success-lightest\/core-opacity-70 {
  background-color: rgb(236 253 245 / 70%);
}
.bg-success-lightest\/core-opacity-80 {
  background-color: rgb(236 253 245 / 80%);
}
.bg-success-lightest\/core-opacity-90 {
  background-color: rgb(236 253 245 / 90%);
}
.bg-success\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-success\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-success\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-success\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-success\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-success\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-success\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-success\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-success\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-success\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-success\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-success\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-success\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-success\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-success\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-success\/base-opacity-disabled {
  background-color: rgb(16 185 129 / 60%);
}
.bg-success\/core-opacity-0 {
  background-color: rgb(16 185 129 / 0%);
}
.bg-success\/core-opacity-10 {
  background-color: rgb(16 185 129 / 10%);
}
.bg-success\/core-opacity-100 {
  background-color: rgb(16 185 129 / 100%);
}
.bg-success\/core-opacity-20 {
  background-color: rgb(16 185 129 / 20%);
}
.bg-success\/core-opacity-30 {
  background-color: rgb(16 185 129 / 30%);
}
.bg-success\/core-opacity-40 {
  background-color: rgb(16 185 129 / 40%);
}
.bg-success\/core-opacity-50 {
  background-color: rgb(16 185 129 / 50%);
}
.bg-success\/core-opacity-60 {
  background-color: rgb(16 185 129 / 60%);
}
.bg-success\/core-opacity-70 {
  background-color: rgb(16 185 129 / 70%);
}
.bg-success\/core-opacity-80 {
  background-color: rgb(16 185 129 / 80%);
}
.bg-success\/core-opacity-90 {
  background-color: rgb(16 185 129 / 90%);
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}
.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}
.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}
.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}
.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}
.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}
.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}
.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}
.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}
.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}
.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}
.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}
.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}
.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}
.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}
.bg-teal-100\/base-opacity-disabled {
  background-color: rgb(204 251 241 / 60%);
}
.bg-teal-100\/core-opacity-0 {
  background-color: rgb(204 251 241 / 0%);
}
.bg-teal-100\/core-opacity-10 {
  background-color: rgb(204 251 241 / 10%);
}
.bg-teal-100\/core-opacity-100 {
  background-color: rgb(204 251 241 / 100%);
}
.bg-teal-100\/core-opacity-20 {
  background-color: rgb(204 251 241 / 20%);
}
.bg-teal-100\/core-opacity-30 {
  background-color: rgb(204 251 241 / 30%);
}
.bg-teal-100\/core-opacity-40 {
  background-color: rgb(204 251 241 / 40%);
}
.bg-teal-100\/core-opacity-50 {
  background-color: rgb(204 251 241 / 50%);
}
.bg-teal-100\/core-opacity-60 {
  background-color: rgb(204 251 241 / 60%);
}
.bg-teal-100\/core-opacity-70 {
  background-color: rgb(204 251 241 / 70%);
}
.bg-teal-100\/core-opacity-80 {
  background-color: rgb(204 251 241 / 80%);
}
.bg-teal-100\/core-opacity-90 {
  background-color: rgb(204 251 241 / 90%);
}
.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}
.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}
.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}
.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}
.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}
.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}
.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}
.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}
.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}
.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}
.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}
.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}
.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}
.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}
.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}
.bg-teal-200\/base-opacity-disabled {
  background-color: rgb(153 246 228 / 60%);
}
.bg-teal-200\/core-opacity-0 {
  background-color: rgb(153 246 228 / 0%);
}
.bg-teal-200\/core-opacity-10 {
  background-color: rgb(153 246 228 / 10%);
}
.bg-teal-200\/core-opacity-100 {
  background-color: rgb(153 246 228 / 100%);
}
.bg-teal-200\/core-opacity-20 {
  background-color: rgb(153 246 228 / 20%);
}
.bg-teal-200\/core-opacity-30 {
  background-color: rgb(153 246 228 / 30%);
}
.bg-teal-200\/core-opacity-40 {
  background-color: rgb(153 246 228 / 40%);
}
.bg-teal-200\/core-opacity-50 {
  background-color: rgb(153 246 228 / 50%);
}
.bg-teal-200\/core-opacity-60 {
  background-color: rgb(153 246 228 / 60%);
}
.bg-teal-200\/core-opacity-70 {
  background-color: rgb(153 246 228 / 70%);
}
.bg-teal-200\/core-opacity-80 {
  background-color: rgb(153 246 228 / 80%);
}
.bg-teal-200\/core-opacity-90 {
  background-color: rgb(153 246 228 / 90%);
}
.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}
.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}
.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}
.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}
.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}
.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}
.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}
.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}
.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}
.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}
.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}
.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}
.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}
.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}
.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}
.bg-teal-300\/base-opacity-disabled {
  background-color: rgb(94 234 212 / 60%);
}
.bg-teal-300\/core-opacity-0 {
  background-color: rgb(94 234 212 / 0%);
}
.bg-teal-300\/core-opacity-10 {
  background-color: rgb(94 234 212 / 10%);
}
.bg-teal-300\/core-opacity-100 {
  background-color: rgb(94 234 212 / 100%);
}
.bg-teal-300\/core-opacity-20 {
  background-color: rgb(94 234 212 / 20%);
}
.bg-teal-300\/core-opacity-30 {
  background-color: rgb(94 234 212 / 30%);
}
.bg-teal-300\/core-opacity-40 {
  background-color: rgb(94 234 212 / 40%);
}
.bg-teal-300\/core-opacity-50 {
  background-color: rgb(94 234 212 / 50%);
}
.bg-teal-300\/core-opacity-60 {
  background-color: rgb(94 234 212 / 60%);
}
.bg-teal-300\/core-opacity-70 {
  background-color: rgb(94 234 212 / 70%);
}
.bg-teal-300\/core-opacity-80 {
  background-color: rgb(94 234 212 / 80%);
}
.bg-teal-300\/core-opacity-90 {
  background-color: rgb(94 234 212 / 90%);
}
.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}
.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}
.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}
.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}
.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}
.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}
.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}
.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}
.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}
.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}
.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}
.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}
.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}
.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}
.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}
.bg-teal-400\/base-opacity-disabled {
  background-color: rgb(45 212 191 / 60%);
}
.bg-teal-400\/core-opacity-0 {
  background-color: rgb(45 212 191 / 0%);
}
.bg-teal-400\/core-opacity-10 {
  background-color: rgb(45 212 191 / 10%);
}
.bg-teal-400\/core-opacity-100 {
  background-color: rgb(45 212 191 / 100%);
}
.bg-teal-400\/core-opacity-20 {
  background-color: rgb(45 212 191 / 20%);
}
.bg-teal-400\/core-opacity-30 {
  background-color: rgb(45 212 191 / 30%);
}
.bg-teal-400\/core-opacity-40 {
  background-color: rgb(45 212 191 / 40%);
}
.bg-teal-400\/core-opacity-50 {
  background-color: rgb(45 212 191 / 50%);
}
.bg-teal-400\/core-opacity-60 {
  background-color: rgb(45 212 191 / 60%);
}
.bg-teal-400\/core-opacity-70 {
  background-color: rgb(45 212 191 / 70%);
}
.bg-teal-400\/core-opacity-80 {
  background-color: rgb(45 212 191 / 80%);
}
.bg-teal-400\/core-opacity-90 {
  background-color: rgb(45 212 191 / 90%);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}
.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}
.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}
.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}
.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}
.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}
.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}
.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}
.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}
.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}
.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}
.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}
.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}
.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}
.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}
.bg-teal-50\/base-opacity-disabled {
  background-color: rgb(240 253 250 / 60%);
}
.bg-teal-50\/core-opacity-0 {
  background-color: rgb(240 253 250 / 0%);
}
.bg-teal-50\/core-opacity-10 {
  background-color: rgb(240 253 250 / 10%);
}
.bg-teal-50\/core-opacity-100 {
  background-color: rgb(240 253 250 / 100%);
}
.bg-teal-50\/core-opacity-20 {
  background-color: rgb(240 253 250 / 20%);
}
.bg-teal-50\/core-opacity-30 {
  background-color: rgb(240 253 250 / 30%);
}
.bg-teal-50\/core-opacity-40 {
  background-color: rgb(240 253 250 / 40%);
}
.bg-teal-50\/core-opacity-50 {
  background-color: rgb(240 253 250 / 50%);
}
.bg-teal-50\/core-opacity-60 {
  background-color: rgb(240 253 250 / 60%);
}
.bg-teal-50\/core-opacity-70 {
  background-color: rgb(240 253 250 / 70%);
}
.bg-teal-50\/core-opacity-80 {
  background-color: rgb(240 253 250 / 80%);
}
.bg-teal-50\/core-opacity-90 {
  background-color: rgb(240 253 250 / 90%);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}
.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}
.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}
.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}
.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}
.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}
.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}
.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}
.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}
.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}
.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}
.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}
.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}
.bg-teal-500\/base-opacity-disabled {
  background-color: rgb(20 184 166 / 60%);
}
.bg-teal-500\/core-opacity-0 {
  background-color: rgb(20 184 166 / 0%);
}
.bg-teal-500\/core-opacity-10 {
  background-color: rgb(20 184 166 / 10%);
}
.bg-teal-500\/core-opacity-100 {
  background-color: rgb(20 184 166 / 100%);
}
.bg-teal-500\/core-opacity-20 {
  background-color: rgb(20 184 166 / 20%);
}
.bg-teal-500\/core-opacity-30 {
  background-color: rgb(20 184 166 / 30%);
}
.bg-teal-500\/core-opacity-40 {
  background-color: rgb(20 184 166 / 40%);
}
.bg-teal-500\/core-opacity-50 {
  background-color: rgb(20 184 166 / 50%);
}
.bg-teal-500\/core-opacity-60 {
  background-color: rgb(20 184 166 / 60%);
}
.bg-teal-500\/core-opacity-70 {
  background-color: rgb(20 184 166 / 70%);
}
.bg-teal-500\/core-opacity-80 {
  background-color: rgb(20 184 166 / 80%);
}
.bg-teal-500\/core-opacity-90 {
  background-color: rgb(20 184 166 / 90%);
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}
.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}
.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}
.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}
.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}
.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}
.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}
.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}
.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}
.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}
.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}
.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}
.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}
.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}
.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}
.bg-teal-600\/base-opacity-disabled {
  background-color: rgb(13 148 136 / 60%);
}
.bg-teal-600\/core-opacity-0 {
  background-color: rgb(13 148 136 / 0%);
}
.bg-teal-600\/core-opacity-10 {
  background-color: rgb(13 148 136 / 10%);
}
.bg-teal-600\/core-opacity-100 {
  background-color: rgb(13 148 136 / 100%);
}
.bg-teal-600\/core-opacity-20 {
  background-color: rgb(13 148 136 / 20%);
}
.bg-teal-600\/core-opacity-30 {
  background-color: rgb(13 148 136 / 30%);
}
.bg-teal-600\/core-opacity-40 {
  background-color: rgb(13 148 136 / 40%);
}
.bg-teal-600\/core-opacity-50 {
  background-color: rgb(13 148 136 / 50%);
}
.bg-teal-600\/core-opacity-60 {
  background-color: rgb(13 148 136 / 60%);
}
.bg-teal-600\/core-opacity-70 {
  background-color: rgb(13 148 136 / 70%);
}
.bg-teal-600\/core-opacity-80 {
  background-color: rgb(13 148 136 / 80%);
}
.bg-teal-600\/core-opacity-90 {
  background-color: rgb(13 148 136 / 90%);
}
.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}
.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}
.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}
.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}
.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}
.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}
.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}
.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}
.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}
.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}
.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}
.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}
.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}
.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}
.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}
.bg-teal-700\/base-opacity-disabled {
  background-color: rgb(15 118 110 / 60%);
}
.bg-teal-700\/core-opacity-0 {
  background-color: rgb(15 118 110 / 0%);
}
.bg-teal-700\/core-opacity-10 {
  background-color: rgb(15 118 110 / 10%);
}
.bg-teal-700\/core-opacity-100 {
  background-color: rgb(15 118 110 / 100%);
}
.bg-teal-700\/core-opacity-20 {
  background-color: rgb(15 118 110 / 20%);
}
.bg-teal-700\/core-opacity-30 {
  background-color: rgb(15 118 110 / 30%);
}
.bg-teal-700\/core-opacity-40 {
  background-color: rgb(15 118 110 / 40%);
}
.bg-teal-700\/core-opacity-50 {
  background-color: rgb(15 118 110 / 50%);
}
.bg-teal-700\/core-opacity-60 {
  background-color: rgb(15 118 110 / 60%);
}
.bg-teal-700\/core-opacity-70 {
  background-color: rgb(15 118 110 / 70%);
}
.bg-teal-700\/core-opacity-80 {
  background-color: rgb(15 118 110 / 80%);
}
.bg-teal-700\/core-opacity-90 {
  background-color: rgb(15 118 110 / 90%);
}
.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}
.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}
.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}
.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}
.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}
.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}
.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}
.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}
.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}
.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}
.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}
.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}
.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}
.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}
.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}
.bg-teal-800\/base-opacity-disabled {
  background-color: rgb(17 94 89 / 60%);
}
.bg-teal-800\/core-opacity-0 {
  background-color: rgb(17 94 89 / 0%);
}
.bg-teal-800\/core-opacity-10 {
  background-color: rgb(17 94 89 / 10%);
}
.bg-teal-800\/core-opacity-100 {
  background-color: rgb(17 94 89 / 100%);
}
.bg-teal-800\/core-opacity-20 {
  background-color: rgb(17 94 89 / 20%);
}
.bg-teal-800\/core-opacity-30 {
  background-color: rgb(17 94 89 / 30%);
}
.bg-teal-800\/core-opacity-40 {
  background-color: rgb(17 94 89 / 40%);
}
.bg-teal-800\/core-opacity-50 {
  background-color: rgb(17 94 89 / 50%);
}
.bg-teal-800\/core-opacity-60 {
  background-color: rgb(17 94 89 / 60%);
}
.bg-teal-800\/core-opacity-70 {
  background-color: rgb(17 94 89 / 70%);
}
.bg-teal-800\/core-opacity-80 {
  background-color: rgb(17 94 89 / 80%);
}
.bg-teal-800\/core-opacity-90 {
  background-color: rgb(17 94 89 / 90%);
}
.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}
.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}
.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}
.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}
.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}
.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}
.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}
.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}
.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}
.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}
.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}
.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}
.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}
.bg-teal-900\/base-opacity-disabled {
  background-color: rgb(19 78 74 / 60%);
}
.bg-teal-900\/core-opacity-0 {
  background-color: rgb(19 78 74 / 0%);
}
.bg-teal-900\/core-opacity-10 {
  background-color: rgb(19 78 74 / 10%);
}
.bg-teal-900\/core-opacity-100 {
  background-color: rgb(19 78 74 / 100%);
}
.bg-teal-900\/core-opacity-20 {
  background-color: rgb(19 78 74 / 20%);
}
.bg-teal-900\/core-opacity-30 {
  background-color: rgb(19 78 74 / 30%);
}
.bg-teal-900\/core-opacity-40 {
  background-color: rgb(19 78 74 / 40%);
}
.bg-teal-900\/core-opacity-50 {
  background-color: rgb(19 78 74 / 50%);
}
.bg-teal-900\/core-opacity-60 {
  background-color: rgb(19 78 74 / 60%);
}
.bg-teal-900\/core-opacity-70 {
  background-color: rgb(19 78 74 / 70%);
}
.bg-teal-900\/core-opacity-80 {
  background-color: rgb(19 78 74 / 80%);
}
.bg-teal-900\/core-opacity-90 {
  background-color: rgb(19 78 74 / 90%);
}
.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}
.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}
.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}
.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}
.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}
.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}
.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}
.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}
.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}
.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}
.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}
.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}
.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}
.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}
.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}
.bg-teal-950\/base-opacity-disabled {
  background-color: rgb(4 47 46 / 60%);
}
.bg-teal-950\/core-opacity-0 {
  background-color: rgb(4 47 46 / 0%);
}
.bg-teal-950\/core-opacity-10 {
  background-color: rgb(4 47 46 / 10%);
}
.bg-teal-950\/core-opacity-100 {
  background-color: rgb(4 47 46 / 100%);
}
.bg-teal-950\/core-opacity-20 {
  background-color: rgb(4 47 46 / 20%);
}
.bg-teal-950\/core-opacity-30 {
  background-color: rgb(4 47 46 / 30%);
}
.bg-teal-950\/core-opacity-40 {
  background-color: rgb(4 47 46 / 40%);
}
.bg-teal-950\/core-opacity-50 {
  background-color: rgb(4 47 46 / 50%);
}
.bg-teal-950\/core-opacity-60 {
  background-color: rgb(4 47 46 / 60%);
}
.bg-teal-950\/core-opacity-70 {
  background-color: rgb(4 47 46 / 70%);
}
.bg-teal-950\/core-opacity-80 {
  background-color: rgb(4 47 46 / 80%);
}
.bg-teal-950\/core-opacity-90 {
  background-color: rgb(4 47 46 / 90%);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-transparent\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-transparent\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-transparent\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-transparent\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-transparent\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-transparent\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-transparent\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-transparent\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-transparent\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-transparent\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-transparent\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-transparent\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}
.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}
.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}
.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}
.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}
.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}
.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}
.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}
.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}
.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}
.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}
.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}
.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}
.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}
.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}
.bg-violet-100\/base-opacity-disabled {
  background-color: rgb(237 233 254 / 60%);
}
.bg-violet-100\/core-opacity-0 {
  background-color: rgb(237 233 254 / 0%);
}
.bg-violet-100\/core-opacity-10 {
  background-color: rgb(237 233 254 / 10%);
}
.bg-violet-100\/core-opacity-100 {
  background-color: rgb(237 233 254 / 100%);
}
.bg-violet-100\/core-opacity-20 {
  background-color: rgb(237 233 254 / 20%);
}
.bg-violet-100\/core-opacity-30 {
  background-color: rgb(237 233 254 / 30%);
}
.bg-violet-100\/core-opacity-40 {
  background-color: rgb(237 233 254 / 40%);
}
.bg-violet-100\/core-opacity-50 {
  background-color: rgb(237 233 254 / 50%);
}
.bg-violet-100\/core-opacity-60 {
  background-color: rgb(237 233 254 / 60%);
}
.bg-violet-100\/core-opacity-70 {
  background-color: rgb(237 233 254 / 70%);
}
.bg-violet-100\/core-opacity-80 {
  background-color: rgb(237 233 254 / 80%);
}
.bg-violet-100\/core-opacity-90 {
  background-color: rgb(237 233 254 / 90%);
}
.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}
.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}
.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}
.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}
.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}
.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}
.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}
.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}
.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}
.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}
.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}
.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}
.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}
.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}
.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}
.bg-violet-200\/base-opacity-disabled {
  background-color: rgb(221 214 254 / 60%);
}
.bg-violet-200\/core-opacity-0 {
  background-color: rgb(221 214 254 / 0%);
}
.bg-violet-200\/core-opacity-10 {
  background-color: rgb(221 214 254 / 10%);
}
.bg-violet-200\/core-opacity-100 {
  background-color: rgb(221 214 254 / 100%);
}
.bg-violet-200\/core-opacity-20 {
  background-color: rgb(221 214 254 / 20%);
}
.bg-violet-200\/core-opacity-30 {
  background-color: rgb(221 214 254 / 30%);
}
.bg-violet-200\/core-opacity-40 {
  background-color: rgb(221 214 254 / 40%);
}
.bg-violet-200\/core-opacity-50 {
  background-color: rgb(221 214 254 / 50%);
}
.bg-violet-200\/core-opacity-60 {
  background-color: rgb(221 214 254 / 60%);
}
.bg-violet-200\/core-opacity-70 {
  background-color: rgb(221 214 254 / 70%);
}
.bg-violet-200\/core-opacity-80 {
  background-color: rgb(221 214 254 / 80%);
}
.bg-violet-200\/core-opacity-90 {
  background-color: rgb(221 214 254 / 90%);
}
.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}
.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}
.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}
.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}
.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}
.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}
.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}
.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}
.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}
.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}
.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}
.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}
.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}
.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}
.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}
.bg-violet-300\/base-opacity-disabled {
  background-color: rgb(196 181 253 / 60%);
}
.bg-violet-300\/core-opacity-0 {
  background-color: rgb(196 181 253 / 0%);
}
.bg-violet-300\/core-opacity-10 {
  background-color: rgb(196 181 253 / 10%);
}
.bg-violet-300\/core-opacity-100 {
  background-color: rgb(196 181 253 / 100%);
}
.bg-violet-300\/core-opacity-20 {
  background-color: rgb(196 181 253 / 20%);
}
.bg-violet-300\/core-opacity-30 {
  background-color: rgb(196 181 253 / 30%);
}
.bg-violet-300\/core-opacity-40 {
  background-color: rgb(196 181 253 / 40%);
}
.bg-violet-300\/core-opacity-50 {
  background-color: rgb(196 181 253 / 50%);
}
.bg-violet-300\/core-opacity-60 {
  background-color: rgb(196 181 253 / 60%);
}
.bg-violet-300\/core-opacity-70 {
  background-color: rgb(196 181 253 / 70%);
}
.bg-violet-300\/core-opacity-80 {
  background-color: rgb(196 181 253 / 80%);
}
.bg-violet-300\/core-opacity-90 {
  background-color: rgb(196 181 253 / 90%);
}
.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}
.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}
.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}
.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}
.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}
.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}
.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}
.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}
.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}
.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}
.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}
.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}
.bg-violet-400\/base-opacity-disabled {
  background-color: rgb(167 139 250 / 60%);
}
.bg-violet-400\/core-opacity-0 {
  background-color: rgb(167 139 250 / 0%);
}
.bg-violet-400\/core-opacity-10 {
  background-color: rgb(167 139 250 / 10%);
}
.bg-violet-400\/core-opacity-100 {
  background-color: rgb(167 139 250 / 100%);
}
.bg-violet-400\/core-opacity-20 {
  background-color: rgb(167 139 250 / 20%);
}
.bg-violet-400\/core-opacity-30 {
  background-color: rgb(167 139 250 / 30%);
}
.bg-violet-400\/core-opacity-40 {
  background-color: rgb(167 139 250 / 40%);
}
.bg-violet-400\/core-opacity-50 {
  background-color: rgb(167 139 250 / 50%);
}
.bg-violet-400\/core-opacity-60 {
  background-color: rgb(167 139 250 / 60%);
}
.bg-violet-400\/core-opacity-70 {
  background-color: rgb(167 139 250 / 70%);
}
.bg-violet-400\/core-opacity-80 {
  background-color: rgb(167 139 250 / 80%);
}
.bg-violet-400\/core-opacity-90 {
  background-color: rgb(167 139 250 / 90%);
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}
.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}
.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}
.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}
.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}
.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}
.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}
.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}
.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}
.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}
.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}
.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}
.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}
.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}
.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}
.bg-violet-50\/base-opacity-disabled {
  background-color: rgb(245 243 255 / 60%);
}
.bg-violet-50\/core-opacity-0 {
  background-color: rgb(245 243 255 / 0%);
}
.bg-violet-50\/core-opacity-10 {
  background-color: rgb(245 243 255 / 10%);
}
.bg-violet-50\/core-opacity-100 {
  background-color: rgb(245 243 255 / 100%);
}
.bg-violet-50\/core-opacity-20 {
  background-color: rgb(245 243 255 / 20%);
}
.bg-violet-50\/core-opacity-30 {
  background-color: rgb(245 243 255 / 30%);
}
.bg-violet-50\/core-opacity-40 {
  background-color: rgb(245 243 255 / 40%);
}
.bg-violet-50\/core-opacity-50 {
  background-color: rgb(245 243 255 / 50%);
}
.bg-violet-50\/core-opacity-60 {
  background-color: rgb(245 243 255 / 60%);
}
.bg-violet-50\/core-opacity-70 {
  background-color: rgb(245 243 255 / 70%);
}
.bg-violet-50\/core-opacity-80 {
  background-color: rgb(245 243 255 / 80%);
}
.bg-violet-50\/core-opacity-90 {
  background-color: rgb(245 243 255 / 90%);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}
.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}
.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}
.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}
.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}
.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}
.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}
.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}
.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}
.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}
.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}
.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}
.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}
.bg-violet-500\/base-opacity-disabled {
  background-color: rgb(139 92 246 / 60%);
}
.bg-violet-500\/core-opacity-0 {
  background-color: rgb(139 92 246 / 0%);
}
.bg-violet-500\/core-opacity-10 {
  background-color: rgb(139 92 246 / 10%);
}
.bg-violet-500\/core-opacity-100 {
  background-color: rgb(139 92 246 / 100%);
}
.bg-violet-500\/core-opacity-20 {
  background-color: rgb(139 92 246 / 20%);
}
.bg-violet-500\/core-opacity-30 {
  background-color: rgb(139 92 246 / 30%);
}
.bg-violet-500\/core-opacity-40 {
  background-color: rgb(139 92 246 / 40%);
}
.bg-violet-500\/core-opacity-50 {
  background-color: rgb(139 92 246 / 50%);
}
.bg-violet-500\/core-opacity-60 {
  background-color: rgb(139 92 246 / 60%);
}
.bg-violet-500\/core-opacity-70 {
  background-color: rgb(139 92 246 / 70%);
}
.bg-violet-500\/core-opacity-80 {
  background-color: rgb(139 92 246 / 80%);
}
.bg-violet-500\/core-opacity-90 {
  background-color: rgb(139 92 246 / 90%);
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}
.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}
.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}
.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}
.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}
.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}
.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}
.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}
.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}
.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}
.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}
.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}
.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}
.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}
.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}
.bg-violet-600\/base-opacity-disabled {
  background-color: rgb(124 58 237 / 60%);
}
.bg-violet-600\/core-opacity-0 {
  background-color: rgb(124 58 237 / 0%);
}
.bg-violet-600\/core-opacity-10 {
  background-color: rgb(124 58 237 / 10%);
}
.bg-violet-600\/core-opacity-100 {
  background-color: rgb(124 58 237 / 100%);
}
.bg-violet-600\/core-opacity-20 {
  background-color: rgb(124 58 237 / 20%);
}
.bg-violet-600\/core-opacity-30 {
  background-color: rgb(124 58 237 / 30%);
}
.bg-violet-600\/core-opacity-40 {
  background-color: rgb(124 58 237 / 40%);
}
.bg-violet-600\/core-opacity-50 {
  background-color: rgb(124 58 237 / 50%);
}
.bg-violet-600\/core-opacity-60 {
  background-color: rgb(124 58 237 / 60%);
}
.bg-violet-600\/core-opacity-70 {
  background-color: rgb(124 58 237 / 70%);
}
.bg-violet-600\/core-opacity-80 {
  background-color: rgb(124 58 237 / 80%);
}
.bg-violet-600\/core-opacity-90 {
  background-color: rgb(124 58 237 / 90%);
}
.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}
.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}
.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}
.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}
.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}
.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}
.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}
.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}
.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}
.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}
.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}
.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}
.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}
.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}
.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}
.bg-violet-700\/base-opacity-disabled {
  background-color: rgb(109 40 217 / 60%);
}
.bg-violet-700\/core-opacity-0 {
  background-color: rgb(109 40 217 / 0%);
}
.bg-violet-700\/core-opacity-10 {
  background-color: rgb(109 40 217 / 10%);
}
.bg-violet-700\/core-opacity-100 {
  background-color: rgb(109 40 217 / 100%);
}
.bg-violet-700\/core-opacity-20 {
  background-color: rgb(109 40 217 / 20%);
}
.bg-violet-700\/core-opacity-30 {
  background-color: rgb(109 40 217 / 30%);
}
.bg-violet-700\/core-opacity-40 {
  background-color: rgb(109 40 217 / 40%);
}
.bg-violet-700\/core-opacity-50 {
  background-color: rgb(109 40 217 / 50%);
}
.bg-violet-700\/core-opacity-60 {
  background-color: rgb(109 40 217 / 60%);
}
.bg-violet-700\/core-opacity-70 {
  background-color: rgb(109 40 217 / 70%);
}
.bg-violet-700\/core-opacity-80 {
  background-color: rgb(109 40 217 / 80%);
}
.bg-violet-700\/core-opacity-90 {
  background-color: rgb(109 40 217 / 90%);
}
.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}
.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}
.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}
.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}
.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}
.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}
.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}
.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}
.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}
.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}
.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}
.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}
.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}
.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}
.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}
.bg-violet-800\/base-opacity-disabled {
  background-color: rgb(91 33 182 / 60%);
}
.bg-violet-800\/core-opacity-0 {
  background-color: rgb(91 33 182 / 0%);
}
.bg-violet-800\/core-opacity-10 {
  background-color: rgb(91 33 182 / 10%);
}
.bg-violet-800\/core-opacity-100 {
  background-color: rgb(91 33 182 / 100%);
}
.bg-violet-800\/core-opacity-20 {
  background-color: rgb(91 33 182 / 20%);
}
.bg-violet-800\/core-opacity-30 {
  background-color: rgb(91 33 182 / 30%);
}
.bg-violet-800\/core-opacity-40 {
  background-color: rgb(91 33 182 / 40%);
}
.bg-violet-800\/core-opacity-50 {
  background-color: rgb(91 33 182 / 50%);
}
.bg-violet-800\/core-opacity-60 {
  background-color: rgb(91 33 182 / 60%);
}
.bg-violet-800\/core-opacity-70 {
  background-color: rgb(91 33 182 / 70%);
}
.bg-violet-800\/core-opacity-80 {
  background-color: rgb(91 33 182 / 80%);
}
.bg-violet-800\/core-opacity-90 {
  background-color: rgb(91 33 182 / 90%);
}
.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}
.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}
.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}
.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}
.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}
.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}
.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}
.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}
.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}
.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}
.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}
.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}
.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}
.bg-violet-900\/base-opacity-disabled {
  background-color: rgb(76 29 149 / 60%);
}
.bg-violet-900\/core-opacity-0 {
  background-color: rgb(76 29 149 / 0%);
}
.bg-violet-900\/core-opacity-10 {
  background-color: rgb(76 29 149 / 10%);
}
.bg-violet-900\/core-opacity-100 {
  background-color: rgb(76 29 149 / 100%);
}
.bg-violet-900\/core-opacity-20 {
  background-color: rgb(76 29 149 / 20%);
}
.bg-violet-900\/core-opacity-30 {
  background-color: rgb(76 29 149 / 30%);
}
.bg-violet-900\/core-opacity-40 {
  background-color: rgb(76 29 149 / 40%);
}
.bg-violet-900\/core-opacity-50 {
  background-color: rgb(76 29 149 / 50%);
}
.bg-violet-900\/core-opacity-60 {
  background-color: rgb(76 29 149 / 60%);
}
.bg-violet-900\/core-opacity-70 {
  background-color: rgb(76 29 149 / 70%);
}
.bg-violet-900\/core-opacity-80 {
  background-color: rgb(76 29 149 / 80%);
}
.bg-violet-900\/core-opacity-90 {
  background-color: rgb(76 29 149 / 90%);
}
.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}
.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}
.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}
.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}
.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}
.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}
.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}
.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}
.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}
.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}
.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}
.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}
.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}
.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}
.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}
.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}
.bg-violet-950\/base-opacity-disabled {
  background-color: rgb(46 16 101 / 60%);
}
.bg-violet-950\/core-opacity-0 {
  background-color: rgb(46 16 101 / 0%);
}
.bg-violet-950\/core-opacity-10 {
  background-color: rgb(46 16 101 / 10%);
}
.bg-violet-950\/core-opacity-100 {
  background-color: rgb(46 16 101 / 100%);
}
.bg-violet-950\/core-opacity-20 {
  background-color: rgb(46 16 101 / 20%);
}
.bg-violet-950\/core-opacity-30 {
  background-color: rgb(46 16 101 / 30%);
}
.bg-violet-950\/core-opacity-40 {
  background-color: rgb(46 16 101 / 40%);
}
.bg-violet-950\/core-opacity-50 {
  background-color: rgb(46 16 101 / 50%);
}
.bg-violet-950\/core-opacity-60 {
  background-color: rgb(46 16 101 / 60%);
}
.bg-violet-950\/core-opacity-70 {
  background-color: rgb(46 16 101 / 70%);
}
.bg-violet-950\/core-opacity-80 {
  background-color: rgb(46 16 101 / 80%);
}
.bg-violet-950\/core-opacity-90 {
  background-color: rgb(46 16 101 / 90%);
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-warning-light {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.bg-warning-light\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-warning-light\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-warning-light\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-warning-light\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-warning-light\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-warning-light\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-warning-light\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-warning-light\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-warning-light\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-warning-light\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-warning-light\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-warning-light\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-warning-light\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-warning-light\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-warning-light\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-warning-light\/base-opacity-disabled {
  background-color: rgb(252 211 77 / 60%);
}
.bg-warning-light\/core-opacity-0 {
  background-color: rgb(252 211 77 / 0%);
}
.bg-warning-light\/core-opacity-10 {
  background-color: rgb(252 211 77 / 10%);
}
.bg-warning-light\/core-opacity-100 {
  background-color: rgb(252 211 77 / 100%);
}
.bg-warning-light\/core-opacity-20 {
  background-color: rgb(252 211 77 / 20%);
}
.bg-warning-light\/core-opacity-30 {
  background-color: rgb(252 211 77 / 30%);
}
.bg-warning-light\/core-opacity-40 {
  background-color: rgb(252 211 77 / 40%);
}
.bg-warning-light\/core-opacity-50 {
  background-color: rgb(252 211 77 / 50%);
}
.bg-warning-light\/core-opacity-60 {
  background-color: rgb(252 211 77 / 60%);
}
.bg-warning-light\/core-opacity-70 {
  background-color: rgb(252 211 77 / 70%);
}
.bg-warning-light\/core-opacity-80 {
  background-color: rgb(252 211 77 / 80%);
}
.bg-warning-light\/core-opacity-90 {
  background-color: rgb(252 211 77 / 90%);
}
.bg-warning-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-warning-lightest\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-warning-lightest\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-warning-lightest\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-warning-lightest\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-warning-lightest\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-warning-lightest\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-warning-lightest\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-warning-lightest\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-warning-lightest\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-warning-lightest\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-warning-lightest\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-warning-lightest\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-warning-lightest\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-warning-lightest\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-warning-lightest\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-warning-lightest\/base-opacity-disabled {
  background-color: rgb(255 251 235 / 60%);
}
.bg-warning-lightest\/core-opacity-0 {
  background-color: rgb(255 251 235 / 0%);
}
.bg-warning-lightest\/core-opacity-10 {
  background-color: rgb(255 251 235 / 10%);
}
.bg-warning-lightest\/core-opacity-100 {
  background-color: rgb(255 251 235 / 100%);
}
.bg-warning-lightest\/core-opacity-20 {
  background-color: rgb(255 251 235 / 20%);
}
.bg-warning-lightest\/core-opacity-30 {
  background-color: rgb(255 251 235 / 30%);
}
.bg-warning-lightest\/core-opacity-40 {
  background-color: rgb(255 251 235 / 40%);
}
.bg-warning-lightest\/core-opacity-50 {
  background-color: rgb(255 251 235 / 50%);
}
.bg-warning-lightest\/core-opacity-60 {
  background-color: rgb(255 251 235 / 60%);
}
.bg-warning-lightest\/core-opacity-70 {
  background-color: rgb(255 251 235 / 70%);
}
.bg-warning-lightest\/core-opacity-80 {
  background-color: rgb(255 251 235 / 80%);
}
.bg-warning-lightest\/core-opacity-90 {
  background-color: rgb(255 251 235 / 90%);
}
.bg-warning\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-warning\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-warning\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-warning\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-warning\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-warning\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-warning\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-warning\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-warning\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-warning\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-warning\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-warning\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-warning\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-warning\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-warning\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-warning\/base-opacity-disabled {
  background-color: rgb(251 191 36 / 60%);
}
.bg-warning\/core-opacity-0 {
  background-color: rgb(251 191 36 / 0%);
}
.bg-warning\/core-opacity-10 {
  background-color: rgb(251 191 36 / 10%);
}
.bg-warning\/core-opacity-100 {
  background-color: rgb(251 191 36 / 100%);
}
.bg-warning\/core-opacity-20 {
  background-color: rgb(251 191 36 / 20%);
}
.bg-warning\/core-opacity-30 {
  background-color: rgb(251 191 36 / 30%);
}
.bg-warning\/core-opacity-40 {
  background-color: rgb(251 191 36 / 40%);
}
.bg-warning\/core-opacity-50 {
  background-color: rgb(251 191 36 / 50%);
}
.bg-warning\/core-opacity-60 {
  background-color: rgb(251 191 36 / 60%);
}
.bg-warning\/core-opacity-70 {
  background-color: rgb(251 191 36 / 70%);
}
.bg-warning\/core-opacity-80 {
  background-color: rgb(251 191 36 / 80%);
}
.bg-warning\/core-opacity-90 {
  background-color: rgb(251 191 36 / 90%);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-white\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-white\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-white\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-white\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-white\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-white\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-white\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-white\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-white\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-white\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-white\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-white\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-yellow-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-yellow-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-yellow-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-yellow-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-yellow-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-yellow-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-yellow-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-yellow-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-yellow-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-yellow-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-yellow-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-yellow-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-yellow-100\/base-opacity-disabled {
  background-color: rgb(254 243 199 / 60%);
}
.bg-yellow-100\/core-opacity-0 {
  background-color: rgb(254 243 199 / 0%);
}
.bg-yellow-100\/core-opacity-10 {
  background-color: rgb(254 243 199 / 10%);
}
.bg-yellow-100\/core-opacity-100 {
  background-color: rgb(254 243 199 / 100%);
}
.bg-yellow-100\/core-opacity-20 {
  background-color: rgb(254 243 199 / 20%);
}
.bg-yellow-100\/core-opacity-30 {
  background-color: rgb(254 243 199 / 30%);
}
.bg-yellow-100\/core-opacity-40 {
  background-color: rgb(254 243 199 / 40%);
}
.bg-yellow-100\/core-opacity-50 {
  background-color: rgb(254 243 199 / 50%);
}
.bg-yellow-100\/core-opacity-60 {
  background-color: rgb(254 243 199 / 60%);
}
.bg-yellow-100\/core-opacity-70 {
  background-color: rgb(254 243 199 / 70%);
}
.bg-yellow-100\/core-opacity-80 {
  background-color: rgb(254 243 199 / 80%);
}
.bg-yellow-100\/core-opacity-90 {
  background-color: rgb(254 243 199 / 90%);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.bg-yellow-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-yellow-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-yellow-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-yellow-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-yellow-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-yellow-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-yellow-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-yellow-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-yellow-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-yellow-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-yellow-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-yellow-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-yellow-200\/base-opacity-disabled {
  background-color: rgb(253 230 138 / 60%);
}
.bg-yellow-200\/core-opacity-0 {
  background-color: rgb(253 230 138 / 0%);
}
.bg-yellow-200\/core-opacity-10 {
  background-color: rgb(253 230 138 / 10%);
}
.bg-yellow-200\/core-opacity-100 {
  background-color: rgb(253 230 138 / 100%);
}
.bg-yellow-200\/core-opacity-20 {
  background-color: rgb(253 230 138 / 20%);
}
.bg-yellow-200\/core-opacity-30 {
  background-color: rgb(253 230 138 / 30%);
}
.bg-yellow-200\/core-opacity-40 {
  background-color: rgb(253 230 138 / 40%);
}
.bg-yellow-200\/core-opacity-50 {
  background-color: rgb(253 230 138 / 50%);
}
.bg-yellow-200\/core-opacity-60 {
  background-color: rgb(253 230 138 / 60%);
}
.bg-yellow-200\/core-opacity-70 {
  background-color: rgb(253 230 138 / 70%);
}
.bg-yellow-200\/core-opacity-80 {
  background-color: rgb(253 230 138 / 80%);
}
.bg-yellow-200\/core-opacity-90 {
  background-color: rgb(253 230 138 / 90%);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.bg-yellow-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-yellow-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-yellow-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-yellow-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-yellow-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-yellow-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-yellow-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-yellow-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-yellow-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-yellow-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-yellow-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-yellow-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-yellow-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-yellow-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-yellow-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-yellow-300\/base-opacity-disabled {
  background-color: rgb(252 211 77 / 60%);
}
.bg-yellow-300\/core-opacity-0 {
  background-color: rgb(252 211 77 / 0%);
}
.bg-yellow-300\/core-opacity-10 {
  background-color: rgb(252 211 77 / 10%);
}
.bg-yellow-300\/core-opacity-100 {
  background-color: rgb(252 211 77 / 100%);
}
.bg-yellow-300\/core-opacity-20 {
  background-color: rgb(252 211 77 / 20%);
}
.bg-yellow-300\/core-opacity-30 {
  background-color: rgb(252 211 77 / 30%);
}
.bg-yellow-300\/core-opacity-40 {
  background-color: rgb(252 211 77 / 40%);
}
.bg-yellow-300\/core-opacity-50 {
  background-color: rgb(252 211 77 / 50%);
}
.bg-yellow-300\/core-opacity-60 {
  background-color: rgb(252 211 77 / 60%);
}
.bg-yellow-300\/core-opacity-70 {
  background-color: rgb(252 211 77 / 70%);
}
.bg-yellow-300\/core-opacity-80 {
  background-color: rgb(252 211 77 / 80%);
}
.bg-yellow-300\/core-opacity-90 {
  background-color: rgb(252 211 77 / 90%);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-yellow-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-yellow-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-yellow-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-yellow-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-yellow-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-yellow-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-yellow-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-yellow-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-yellow-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-yellow-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-yellow-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-yellow-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-yellow-400\/base-opacity-disabled {
  background-color: rgb(251 191 36 / 60%);
}
.bg-yellow-400\/core-opacity-0 {
  background-color: rgb(251 191 36 / 0%);
}
.bg-yellow-400\/core-opacity-10 {
  background-color: rgb(251 191 36 / 10%);
}
.bg-yellow-400\/core-opacity-100 {
  background-color: rgb(251 191 36 / 100%);
}
.bg-yellow-400\/core-opacity-20 {
  background-color: rgb(251 191 36 / 20%);
}
.bg-yellow-400\/core-opacity-30 {
  background-color: rgb(251 191 36 / 30%);
}
.bg-yellow-400\/core-opacity-40 {
  background-color: rgb(251 191 36 / 40%);
}
.bg-yellow-400\/core-opacity-50 {
  background-color: rgb(251 191 36 / 50%);
}
.bg-yellow-400\/core-opacity-60 {
  background-color: rgb(251 191 36 / 60%);
}
.bg-yellow-400\/core-opacity-70 {
  background-color: rgb(251 191 36 / 70%);
}
.bg-yellow-400\/core-opacity-80 {
  background-color: rgb(251 191 36 / 80%);
}
.bg-yellow-400\/core-opacity-90 {
  background-color: rgb(251 191 36 / 90%);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-yellow-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-yellow-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-yellow-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-yellow-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-yellow-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-yellow-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-yellow-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-yellow-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-yellow-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-yellow-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-yellow-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-yellow-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-yellow-50\/base-opacity-disabled {
  background-color: rgb(255 251 235 / 60%);
}
.bg-yellow-50\/core-opacity-0 {
  background-color: rgb(255 251 235 / 0%);
}
.bg-yellow-50\/core-opacity-10 {
  background-color: rgb(255 251 235 / 10%);
}
.bg-yellow-50\/core-opacity-100 {
  background-color: rgb(255 251 235 / 100%);
}
.bg-yellow-50\/core-opacity-20 {
  background-color: rgb(255 251 235 / 20%);
}
.bg-yellow-50\/core-opacity-30 {
  background-color: rgb(255 251 235 / 30%);
}
.bg-yellow-50\/core-opacity-40 {
  background-color: rgb(255 251 235 / 40%);
}
.bg-yellow-50\/core-opacity-50 {
  background-color: rgb(255 251 235 / 50%);
}
.bg-yellow-50\/core-opacity-60 {
  background-color: rgb(255 251 235 / 60%);
}
.bg-yellow-50\/core-opacity-70 {
  background-color: rgb(255 251 235 / 70%);
}
.bg-yellow-50\/core-opacity-80 {
  background-color: rgb(255 251 235 / 80%);
}
.bg-yellow-50\/core-opacity-90 {
  background-color: rgb(255 251 235 / 90%);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-yellow-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-yellow-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-yellow-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-yellow-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-yellow-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-yellow-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-yellow-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-yellow-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-yellow-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-yellow-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-yellow-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-yellow-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-yellow-500\/base-opacity-disabled {
  background-color: rgb(245 158 11 / 60%);
}
.bg-yellow-500\/core-opacity-0 {
  background-color: rgb(245 158 11 / 0%);
}
.bg-yellow-500\/core-opacity-10 {
  background-color: rgb(245 158 11 / 10%);
}
.bg-yellow-500\/core-opacity-100 {
  background-color: rgb(245 158 11 / 100%);
}
.bg-yellow-500\/core-opacity-20 {
  background-color: rgb(245 158 11 / 20%);
}
.bg-yellow-500\/core-opacity-30 {
  background-color: rgb(245 158 11 / 30%);
}
.bg-yellow-500\/core-opacity-40 {
  background-color: rgb(245 158 11 / 40%);
}
.bg-yellow-500\/core-opacity-50 {
  background-color: rgb(245 158 11 / 50%);
}
.bg-yellow-500\/core-opacity-60 {
  background-color: rgb(245 158 11 / 60%);
}
.bg-yellow-500\/core-opacity-70 {
  background-color: rgb(245 158 11 / 70%);
}
.bg-yellow-500\/core-opacity-80 {
  background-color: rgb(245 158 11 / 80%);
}
.bg-yellow-500\/core-opacity-90 {
  background-color: rgb(245 158 11 / 90%);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.bg-yellow-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-yellow-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-yellow-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-yellow-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-yellow-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-yellow-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-yellow-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-yellow-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-yellow-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-yellow-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-yellow-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-yellow-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-yellow-600\/base-opacity-disabled {
  background-color: rgb(217 119 6 / 60%);
}
.bg-yellow-600\/core-opacity-0 {
  background-color: rgb(217 119 6 / 0%);
}
.bg-yellow-600\/core-opacity-10 {
  background-color: rgb(217 119 6 / 10%);
}
.bg-yellow-600\/core-opacity-100 {
  background-color: rgb(217 119 6 / 100%);
}
.bg-yellow-600\/core-opacity-20 {
  background-color: rgb(217 119 6 / 20%);
}
.bg-yellow-600\/core-opacity-30 {
  background-color: rgb(217 119 6 / 30%);
}
.bg-yellow-600\/core-opacity-40 {
  background-color: rgb(217 119 6 / 40%);
}
.bg-yellow-600\/core-opacity-50 {
  background-color: rgb(217 119 6 / 50%);
}
.bg-yellow-600\/core-opacity-60 {
  background-color: rgb(217 119 6 / 60%);
}
.bg-yellow-600\/core-opacity-70 {
  background-color: rgb(217 119 6 / 70%);
}
.bg-yellow-600\/core-opacity-80 {
  background-color: rgb(217 119 6 / 80%);
}
.bg-yellow-600\/core-opacity-90 {
  background-color: rgb(217 119 6 / 90%);
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.bg-yellow-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-yellow-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-yellow-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-yellow-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-yellow-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-yellow-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-yellow-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-yellow-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-yellow-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-yellow-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-yellow-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-yellow-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-yellow-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-yellow-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-yellow-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-yellow-700\/base-opacity-disabled {
  background-color: rgb(180 83 9 / 60%);
}
.bg-yellow-700\/core-opacity-0 {
  background-color: rgb(180 83 9 / 0%);
}
.bg-yellow-700\/core-opacity-10 {
  background-color: rgb(180 83 9 / 10%);
}
.bg-yellow-700\/core-opacity-100 {
  background-color: rgb(180 83 9 / 100%);
}
.bg-yellow-700\/core-opacity-20 {
  background-color: rgb(180 83 9 / 20%);
}
.bg-yellow-700\/core-opacity-30 {
  background-color: rgb(180 83 9 / 30%);
}
.bg-yellow-700\/core-opacity-40 {
  background-color: rgb(180 83 9 / 40%);
}
.bg-yellow-700\/core-opacity-50 {
  background-color: rgb(180 83 9 / 50%);
}
.bg-yellow-700\/core-opacity-60 {
  background-color: rgb(180 83 9 / 60%);
}
.bg-yellow-700\/core-opacity-70 {
  background-color: rgb(180 83 9 / 70%);
}
.bg-yellow-700\/core-opacity-80 {
  background-color: rgb(180 83 9 / 80%);
}
.bg-yellow-700\/core-opacity-90 {
  background-color: rgb(180 83 9 / 90%);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.bg-yellow-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-yellow-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-yellow-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-yellow-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-yellow-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-yellow-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-yellow-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-yellow-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-yellow-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-yellow-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-yellow-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-yellow-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-yellow-800\/base-opacity-disabled {
  background-color: rgb(146 64 14 / 60%);
}
.bg-yellow-800\/core-opacity-0 {
  background-color: rgb(146 64 14 / 0%);
}
.bg-yellow-800\/core-opacity-10 {
  background-color: rgb(146 64 14 / 10%);
}
.bg-yellow-800\/core-opacity-100 {
  background-color: rgb(146 64 14 / 100%);
}
.bg-yellow-800\/core-opacity-20 {
  background-color: rgb(146 64 14 / 20%);
}
.bg-yellow-800\/core-opacity-30 {
  background-color: rgb(146 64 14 / 30%);
}
.bg-yellow-800\/core-opacity-40 {
  background-color: rgb(146 64 14 / 40%);
}
.bg-yellow-800\/core-opacity-50 {
  background-color: rgb(146 64 14 / 50%);
}
.bg-yellow-800\/core-opacity-60 {
  background-color: rgb(146 64 14 / 60%);
}
.bg-yellow-800\/core-opacity-70 {
  background-color: rgb(146 64 14 / 70%);
}
.bg-yellow-800\/core-opacity-80 {
  background-color: rgb(146 64 14 / 80%);
}
.bg-yellow-800\/core-opacity-90 {
  background-color: rgb(146 64 14 / 90%);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.bg-yellow-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-yellow-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-yellow-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-yellow-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-yellow-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-yellow-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-yellow-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-yellow-900\/base-opacity-disabled {
  background-color: rgb(120 53 15 / 60%);
}
.bg-yellow-900\/core-opacity-0 {
  background-color: rgb(120 53 15 / 0%);
}
.bg-yellow-900\/core-opacity-10 {
  background-color: rgb(120 53 15 / 10%);
}
.bg-yellow-900\/core-opacity-100 {
  background-color: rgb(120 53 15 / 100%);
}
.bg-yellow-900\/core-opacity-20 {
  background-color: rgb(120 53 15 / 20%);
}
.bg-yellow-900\/core-opacity-30 {
  background-color: rgb(120 53 15 / 30%);
}
.bg-yellow-900\/core-opacity-40 {
  background-color: rgb(120 53 15 / 40%);
}
.bg-yellow-900\/core-opacity-50 {
  background-color: rgb(120 53 15 / 50%);
}
.bg-yellow-900\/core-opacity-60 {
  background-color: rgb(120 53 15 / 60%);
}
.bg-yellow-900\/core-opacity-70 {
  background-color: rgb(120 53 15 / 70%);
}
.bg-yellow-900\/core-opacity-80 {
  background-color: rgb(120 53 15 / 80%);
}
.bg-yellow-900\/core-opacity-90 {
  background-color: rgb(120 53 15 / 90%);
}
.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.bg-yellow-950\/0 {
  background-color: rgb(69 26 3 / 0);
}
.bg-yellow-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}
.bg-yellow-950\/100 {
  background-color: rgb(69 26 3 / 1);
}
.bg-yellow-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}
.bg-yellow-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-yellow-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-yellow-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.bg-yellow-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}
.bg-yellow-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}
.bg-yellow-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}
.bg-yellow-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}
.bg-yellow-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.bg-yellow-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.bg-yellow-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}
.bg-yellow-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}
.bg-yellow-950\/base-opacity-disabled {
  background-color: rgb(69 26 3 / 60%);
}
.bg-yellow-950\/core-opacity-0 {
  background-color: rgb(69 26 3 / 0%);
}
.bg-yellow-950\/core-opacity-10 {
  background-color: rgb(69 26 3 / 10%);
}
.bg-yellow-950\/core-opacity-100 {
  background-color: rgb(69 26 3 / 100%);
}
.bg-yellow-950\/core-opacity-20 {
  background-color: rgb(69 26 3 / 20%);
}
.bg-yellow-950\/core-opacity-30 {
  background-color: rgb(69 26 3 / 30%);
}
.bg-yellow-950\/core-opacity-40 {
  background-color: rgb(69 26 3 / 40%);
}
.bg-yellow-950\/core-opacity-50 {
  background-color: rgb(69 26 3 / 50%);
}
.bg-yellow-950\/core-opacity-60 {
  background-color: rgb(69 26 3 / 60%);
}
.bg-yellow-950\/core-opacity-70 {
  background-color: rgb(69 26 3 / 70%);
}
.bg-yellow-950\/core-opacity-80 {
  background-color: rgb(69 26 3 / 80%);
}
.bg-yellow-950\/core-opacity-90 {
  background-color: rgb(69 26 3 / 90%);
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}
.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}
.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}
.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}
.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}
.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}
.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}
.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}
.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}
.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}
.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}
.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}
.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}
.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}
.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}
.bg-zinc-100\/base-opacity-disabled {
  background-color: rgb(244 244 245 / 60%);
}
.bg-zinc-100\/core-opacity-0 {
  background-color: rgb(244 244 245 / 0%);
}
.bg-zinc-100\/core-opacity-10 {
  background-color: rgb(244 244 245 / 10%);
}
.bg-zinc-100\/core-opacity-100 {
  background-color: rgb(244 244 245 / 100%);
}
.bg-zinc-100\/core-opacity-20 {
  background-color: rgb(244 244 245 / 20%);
}
.bg-zinc-100\/core-opacity-30 {
  background-color: rgb(244 244 245 / 30%);
}
.bg-zinc-100\/core-opacity-40 {
  background-color: rgb(244 244 245 / 40%);
}
.bg-zinc-100\/core-opacity-50 {
  background-color: rgb(244 244 245 / 50%);
}
.bg-zinc-100\/core-opacity-60 {
  background-color: rgb(244 244 245 / 60%);
}
.bg-zinc-100\/core-opacity-70 {
  background-color: rgb(244 244 245 / 70%);
}
.bg-zinc-100\/core-opacity-80 {
  background-color: rgb(244 244 245 / 80%);
}
.bg-zinc-100\/core-opacity-90 {
  background-color: rgb(244 244 245 / 90%);
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}
.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}
.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}
.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}
.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}
.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}
.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}
.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}
.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}
.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}
.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}
.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}
.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}
.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}
.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}
.bg-zinc-200\/base-opacity-disabled {
  background-color: rgb(228 228 231 / 60%);
}
.bg-zinc-200\/core-opacity-0 {
  background-color: rgb(228 228 231 / 0%);
}
.bg-zinc-200\/core-opacity-10 {
  background-color: rgb(228 228 231 / 10%);
}
.bg-zinc-200\/core-opacity-100 {
  background-color: rgb(228 228 231 / 100%);
}
.bg-zinc-200\/core-opacity-20 {
  background-color: rgb(228 228 231 / 20%);
}
.bg-zinc-200\/core-opacity-30 {
  background-color: rgb(228 228 231 / 30%);
}
.bg-zinc-200\/core-opacity-40 {
  background-color: rgb(228 228 231 / 40%);
}
.bg-zinc-200\/core-opacity-50 {
  background-color: rgb(228 228 231 / 50%);
}
.bg-zinc-200\/core-opacity-60 {
  background-color: rgb(228 228 231 / 60%);
}
.bg-zinc-200\/core-opacity-70 {
  background-color: rgb(228 228 231 / 70%);
}
.bg-zinc-200\/core-opacity-80 {
  background-color: rgb(228 228 231 / 80%);
}
.bg-zinc-200\/core-opacity-90 {
  background-color: rgb(228 228 231 / 90%);
}
.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}
.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}
.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}
.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}
.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}
.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}
.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}
.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}
.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}
.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}
.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}
.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}
.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}
.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}
.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}
.bg-zinc-300\/base-opacity-disabled {
  background-color: rgb(212 212 216 / 60%);
}
.bg-zinc-300\/core-opacity-0 {
  background-color: rgb(212 212 216 / 0%);
}
.bg-zinc-300\/core-opacity-10 {
  background-color: rgb(212 212 216 / 10%);
}
.bg-zinc-300\/core-opacity-100 {
  background-color: rgb(212 212 216 / 100%);
}
.bg-zinc-300\/core-opacity-20 {
  background-color: rgb(212 212 216 / 20%);
}
.bg-zinc-300\/core-opacity-30 {
  background-color: rgb(212 212 216 / 30%);
}
.bg-zinc-300\/core-opacity-40 {
  background-color: rgb(212 212 216 / 40%);
}
.bg-zinc-300\/core-opacity-50 {
  background-color: rgb(212 212 216 / 50%);
}
.bg-zinc-300\/core-opacity-60 {
  background-color: rgb(212 212 216 / 60%);
}
.bg-zinc-300\/core-opacity-70 {
  background-color: rgb(212 212 216 / 70%);
}
.bg-zinc-300\/core-opacity-80 {
  background-color: rgb(212 212 216 / 80%);
}
.bg-zinc-300\/core-opacity-90 {
  background-color: rgb(212 212 216 / 90%);
}
.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}
.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}
.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}
.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}
.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}
.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}
.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}
.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}
.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}
.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}
.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}
.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}
.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}
.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}
.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}
.bg-zinc-400\/base-opacity-disabled {
  background-color: rgb(161 161 170 / 60%);
}
.bg-zinc-400\/core-opacity-0 {
  background-color: rgb(161 161 170 / 0%);
}
.bg-zinc-400\/core-opacity-10 {
  background-color: rgb(161 161 170 / 10%);
}
.bg-zinc-400\/core-opacity-100 {
  background-color: rgb(161 161 170 / 100%);
}
.bg-zinc-400\/core-opacity-20 {
  background-color: rgb(161 161 170 / 20%);
}
.bg-zinc-400\/core-opacity-30 {
  background-color: rgb(161 161 170 / 30%);
}
.bg-zinc-400\/core-opacity-40 {
  background-color: rgb(161 161 170 / 40%);
}
.bg-zinc-400\/core-opacity-50 {
  background-color: rgb(161 161 170 / 50%);
}
.bg-zinc-400\/core-opacity-60 {
  background-color: rgb(161 161 170 / 60%);
}
.bg-zinc-400\/core-opacity-70 {
  background-color: rgb(161 161 170 / 70%);
}
.bg-zinc-400\/core-opacity-80 {
  background-color: rgb(161 161 170 / 80%);
}
.bg-zinc-400\/core-opacity-90 {
  background-color: rgb(161 161 170 / 90%);
}
.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-zinc-50\/base-opacity-disabled {
  background-color: rgb(250 250 250 / 60%);
}
.bg-zinc-50\/core-opacity-0 {
  background-color: rgb(250 250 250 / 0%);
}
.bg-zinc-50\/core-opacity-10 {
  background-color: rgb(250 250 250 / 10%);
}
.bg-zinc-50\/core-opacity-100 {
  background-color: rgb(250 250 250 / 100%);
}
.bg-zinc-50\/core-opacity-20 {
  background-color: rgb(250 250 250 / 20%);
}
.bg-zinc-50\/core-opacity-30 {
  background-color: rgb(250 250 250 / 30%);
}
.bg-zinc-50\/core-opacity-40 {
  background-color: rgb(250 250 250 / 40%);
}
.bg-zinc-50\/core-opacity-50 {
  background-color: rgb(250 250 250 / 50%);
}
.bg-zinc-50\/core-opacity-60 {
  background-color: rgb(250 250 250 / 60%);
}
.bg-zinc-50\/core-opacity-70 {
  background-color: rgb(250 250 250 / 70%);
}
.bg-zinc-50\/core-opacity-80 {
  background-color: rgb(250 250 250 / 80%);
}
.bg-zinc-50\/core-opacity-90 {
  background-color: rgb(250 250 250 / 90%);
}
.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}
.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}
.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}
.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}
.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}
.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}
.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}
.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}
.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}
.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}
.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}
.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}
.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}
.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}
.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}
.bg-zinc-500\/base-opacity-disabled {
  background-color: rgb(113 113 122 / 60%);
}
.bg-zinc-500\/core-opacity-0 {
  background-color: rgb(113 113 122 / 0%);
}
.bg-zinc-500\/core-opacity-10 {
  background-color: rgb(113 113 122 / 10%);
}
.bg-zinc-500\/core-opacity-100 {
  background-color: rgb(113 113 122 / 100%);
}
.bg-zinc-500\/core-opacity-20 {
  background-color: rgb(113 113 122 / 20%);
}
.bg-zinc-500\/core-opacity-30 {
  background-color: rgb(113 113 122 / 30%);
}
.bg-zinc-500\/core-opacity-40 {
  background-color: rgb(113 113 122 / 40%);
}
.bg-zinc-500\/core-opacity-50 {
  background-color: rgb(113 113 122 / 50%);
}
.bg-zinc-500\/core-opacity-60 {
  background-color: rgb(113 113 122 / 60%);
}
.bg-zinc-500\/core-opacity-70 {
  background-color: rgb(113 113 122 / 70%);
}
.bg-zinc-500\/core-opacity-80 {
  background-color: rgb(113 113 122 / 80%);
}
.bg-zinc-500\/core-opacity-90 {
  background-color: rgb(113 113 122 / 90%);
}
.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}
.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}
.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}
.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}
.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}
.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}
.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}
.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}
.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}
.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}
.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}
.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}
.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}
.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}
.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}
.bg-zinc-600\/base-opacity-disabled {
  background-color: rgb(82 82 91 / 60%);
}
.bg-zinc-600\/core-opacity-0 {
  background-color: rgb(82 82 91 / 0%);
}
.bg-zinc-600\/core-opacity-10 {
  background-color: rgb(82 82 91 / 10%);
}
.bg-zinc-600\/core-opacity-100 {
  background-color: rgb(82 82 91 / 100%);
}
.bg-zinc-600\/core-opacity-20 {
  background-color: rgb(82 82 91 / 20%);
}
.bg-zinc-600\/core-opacity-30 {
  background-color: rgb(82 82 91 / 30%);
}
.bg-zinc-600\/core-opacity-40 {
  background-color: rgb(82 82 91 / 40%);
}
.bg-zinc-600\/core-opacity-50 {
  background-color: rgb(82 82 91 / 50%);
}
.bg-zinc-600\/core-opacity-60 {
  background-color: rgb(82 82 91 / 60%);
}
.bg-zinc-600\/core-opacity-70 {
  background-color: rgb(82 82 91 / 70%);
}
.bg-zinc-600\/core-opacity-80 {
  background-color: rgb(82 82 91 / 80%);
}
.bg-zinc-600\/core-opacity-90 {
  background-color: rgb(82 82 91 / 90%);
}
.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0);
}
.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}
.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1);
}
.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}
.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}
.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}
.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}
.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}
.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}
.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}
.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}
.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}
.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}
.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}
.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}
.bg-zinc-700\/base-opacity-disabled {
  background-color: rgb(63 63 70 / 60%);
}
.bg-zinc-700\/core-opacity-0 {
  background-color: rgb(63 63 70 / 0%);
}
.bg-zinc-700\/core-opacity-10 {
  background-color: rgb(63 63 70 / 10%);
}
.bg-zinc-700\/core-opacity-100 {
  background-color: rgb(63 63 70 / 100%);
}
.bg-zinc-700\/core-opacity-20 {
  background-color: rgb(63 63 70 / 20%);
}
.bg-zinc-700\/core-opacity-30 {
  background-color: rgb(63 63 70 / 30%);
}
.bg-zinc-700\/core-opacity-40 {
  background-color: rgb(63 63 70 / 40%);
}
.bg-zinc-700\/core-opacity-50 {
  background-color: rgb(63 63 70 / 50%);
}
.bg-zinc-700\/core-opacity-60 {
  background-color: rgb(63 63 70 / 60%);
}
.bg-zinc-700\/core-opacity-70 {
  background-color: rgb(63 63 70 / 70%);
}
.bg-zinc-700\/core-opacity-80 {
  background-color: rgb(63 63 70 / 80%);
}
.bg-zinc-700\/core-opacity-90 {
  background-color: rgb(63 63 70 / 90%);
}
.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0);
}
.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}
.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1);
}
.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}
.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}
.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}
.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}
.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}
.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}
.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}
.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}
.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}
.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}
.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}
.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}
.bg-zinc-800\/base-opacity-disabled {
  background-color: rgb(39 39 42 / 60%);
}
.bg-zinc-800\/core-opacity-0 {
  background-color: rgb(39 39 42 / 0%);
}
.bg-zinc-800\/core-opacity-10 {
  background-color: rgb(39 39 42 / 10%);
}
.bg-zinc-800\/core-opacity-100 {
  background-color: rgb(39 39 42 / 100%);
}
.bg-zinc-800\/core-opacity-20 {
  background-color: rgb(39 39 42 / 20%);
}
.bg-zinc-800\/core-opacity-30 {
  background-color: rgb(39 39 42 / 30%);
}
.bg-zinc-800\/core-opacity-40 {
  background-color: rgb(39 39 42 / 40%);
}
.bg-zinc-800\/core-opacity-50 {
  background-color: rgb(39 39 42 / 50%);
}
.bg-zinc-800\/core-opacity-60 {
  background-color: rgb(39 39 42 / 60%);
}
.bg-zinc-800\/core-opacity-70 {
  background-color: rgb(39 39 42 / 70%);
}
.bg-zinc-800\/core-opacity-80 {
  background-color: rgb(39 39 42 / 80%);
}
.bg-zinc-800\/core-opacity-90 {
  background-color: rgb(39 39 42 / 90%);
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0);
}
.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}
.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1);
}
.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}
.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}
.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}
.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}
.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}
.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}
.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}
.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}
.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}
.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}
.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}
.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}
.bg-zinc-900\/base-opacity-disabled {
  background-color: rgb(24 24 27 / 60%);
}
.bg-zinc-900\/core-opacity-0 {
  background-color: rgb(24 24 27 / 0%);
}
.bg-zinc-900\/core-opacity-10 {
  background-color: rgb(24 24 27 / 10%);
}
.bg-zinc-900\/core-opacity-100 {
  background-color: rgb(24 24 27 / 100%);
}
.bg-zinc-900\/core-opacity-20 {
  background-color: rgb(24 24 27 / 20%);
}
.bg-zinc-900\/core-opacity-30 {
  background-color: rgb(24 24 27 / 30%);
}
.bg-zinc-900\/core-opacity-40 {
  background-color: rgb(24 24 27 / 40%);
}
.bg-zinc-900\/core-opacity-50 {
  background-color: rgb(24 24 27 / 50%);
}
.bg-zinc-900\/core-opacity-60 {
  background-color: rgb(24 24 27 / 60%);
}
.bg-zinc-900\/core-opacity-70 {
  background-color: rgb(24 24 27 / 70%);
}
.bg-zinc-900\/core-opacity-80 {
  background-color: rgb(24 24 27 / 80%);
}
.bg-zinc-900\/core-opacity-90 {
  background-color: rgb(24 24 27 / 90%);
}
.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0);
}
.bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}
.bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1);
}
.bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}
.bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}
.bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}
.bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}
.bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}
.bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}
.bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}
.bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}
.bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}
.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}
.bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}
.bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}
.bg-zinc-950\/base-opacity-disabled {
  background-color: rgb(9 9 11 / 60%);
}
.bg-zinc-950\/core-opacity-0 {
  background-color: rgb(9 9 11 / 0%);
}
.bg-zinc-950\/core-opacity-10 {
  background-color: rgb(9 9 11 / 10%);
}
.bg-zinc-950\/core-opacity-100 {
  background-color: rgb(9 9 11 / 100%);
}
.bg-zinc-950\/core-opacity-20 {
  background-color: rgb(9 9 11 / 20%);
}
.bg-zinc-950\/core-opacity-30 {
  background-color: rgb(9 9 11 / 30%);
}
.bg-zinc-950\/core-opacity-40 {
  background-color: rgb(9 9 11 / 40%);
}
.bg-zinc-950\/core-opacity-50 {
  background-color: rgb(9 9 11 / 50%);
}
.bg-zinc-950\/core-opacity-60 {
  background-color: rgb(9 9 11 / 60%);
}
.bg-zinc-950\/core-opacity-70 {
  background-color: rgb(9 9 11 / 70%);
}
.bg-zinc-950\/core-opacity-80 {
  background-color: rgb(9 9 11 / 80%);
}
.bg-zinc-950\/core-opacity-90 {
  background-color: rgb(9 9 11 / 90%);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-opacity-base-opacity-disabled {
  --tw-bg-opacity: 60%;
}
.bg-opacity-core-opacity-0 {
  --tw-bg-opacity: 0%;
}
.bg-opacity-core-opacity-10 {
  --tw-bg-opacity: 10%;
}
.bg-opacity-core-opacity-100 {
  --tw-bg-opacity: 100%;
}
.bg-opacity-core-opacity-20 {
  --tw-bg-opacity: 20%;
}
.bg-opacity-core-opacity-30 {
  --tw-bg-opacity: 30%;
}
.bg-opacity-core-opacity-40 {
  --tw-bg-opacity: 40%;
}
.bg-opacity-core-opacity-50 {
  --tw-bg-opacity: 50%;
}
.bg-opacity-core-opacity-60 {
  --tw-bg-opacity: 60%;
}
.bg-opacity-core-opacity-70 {
  --tw-bg-opacity: 70%;
}
.bg-opacity-core-opacity-80 {
  --tw-bg-opacity: 80%;
}
.bg-opacity-core-opacity-90 {
  --tw-bg-opacity: 90%;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-base-color-bg-accent {
  --tw-gradient-from: #d1e0ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis {
  --tw-gradient-from: #155eef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/0 {
  --tw-gradient-from: rgb(21 94 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/10 {
  --tw-gradient-from: rgb(21 94 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/100 {
  --tw-gradient-from: rgb(21 94 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/20 {
  --tw-gradient-from: rgb(21 94 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/25 {
  --tw-gradient-from: rgb(21 94 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/30 {
  --tw-gradient-from: rgb(21 94 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/40 {
  --tw-gradient-from: rgb(21 94 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/5 {
  --tw-gradient-from: rgb(21 94 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/50 {
  --tw-gradient-from: rgb(21 94 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/60 {
  --tw-gradient-from: rgb(21 94 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/70 {
  --tw-gradient-from: rgb(21 94 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/75 {
  --tw-gradient-from: rgb(21 94 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/80 {
  --tw-gradient-from: rgb(21 94 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/90 {
  --tw-gradient-from: rgb(21 94 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/95 {
  --tw-gradient-from: rgb(21 94 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(21 94 239 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(21 94 239 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(21 94 239 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(21 94 239 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(21 94 239 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(21 94 239 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(21 94 239 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(21 94 239 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(21 94 239 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(21 94 239 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(21 94 239 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(21 94 239 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle {
  --tw-gradient-from: #f5f8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/0 {
  --tw-gradient-from: rgb(245 248 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/10 {
  --tw-gradient-from: rgb(245 248 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/100 {
  --tw-gradient-from: rgb(245 248 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/20 {
  --tw-gradient-from: rgb(245 248 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/25 {
  --tw-gradient-from: rgb(245 248 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/30 {
  --tw-gradient-from: rgb(245 248 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/40 {
  --tw-gradient-from: rgb(245 248 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/5 {
  --tw-gradient-from: rgb(245 248 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/50 {
  --tw-gradient-from: rgb(245 248 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/60 {
  --tw-gradient-from: rgb(245 248 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/70 {
  --tw-gradient-from: rgb(245 248 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/75 {
  --tw-gradient-from: rgb(245 248 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/80 {
  --tw-gradient-from: rgb(245 248 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/90 {
  --tw-gradient-from: rgb(245 248 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/95 {
  --tw-gradient-from: rgb(245 248 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(245 248 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(245 248 255 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(245 248 255 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(245 248 255 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(245 248 255 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(245 248 255 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(245 248 255 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(245 248 255 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(245 248 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(245 248 255 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(245 248 255 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(245 248 255 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/0 {
  --tw-gradient-from: rgb(209 224 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/10 {
  --tw-gradient-from: rgb(209 224 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/100 {
  --tw-gradient-from: rgb(209 224 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/20 {
  --tw-gradient-from: rgb(209 224 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/25 {
  --tw-gradient-from: rgb(209 224 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/30 {
  --tw-gradient-from: rgb(209 224 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/40 {
  --tw-gradient-from: rgb(209 224 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/5 {
  --tw-gradient-from: rgb(209 224 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/50 {
  --tw-gradient-from: rgb(209 224 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/60 {
  --tw-gradient-from: rgb(209 224 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/70 {
  --tw-gradient-from: rgb(209 224 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/75 {
  --tw-gradient-from: rgb(209 224 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/80 {
  --tw-gradient-from: rgb(209 224 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/90 {
  --tw-gradient-from: rgb(209 224 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/95 {
  --tw-gradient-from: rgb(209 224 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/base-opacity-disabled {
  --tw-gradient-from: rgb(209 224 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-0 {
  --tw-gradient-from: rgb(209 224 255 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-10 {
  --tw-gradient-from: rgb(209 224 255 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-100 {
  --tw-gradient-from: rgb(209 224 255 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-20 {
  --tw-gradient-from: rgb(209 224 255 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-30 {
  --tw-gradient-from: rgb(209 224 255 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-40 {
  --tw-gradient-from: rgb(209 224 255 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-50 {
  --tw-gradient-from: rgb(209 224 255 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-60 {
  --tw-gradient-from: rgb(209 224 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-70 {
  --tw-gradient-from: rgb(209 224 255 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-80 {
  --tw-gradient-from: rgb(209 224 255 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-90 {
  --tw-gradient-from: rgb(209 224 255 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention {
  --tw-gradient-from: #fef0c8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis {
  --tw-gradient-from: #dd6903 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/0 {
  --tw-gradient-from: rgb(221 105 3 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/10 {
  --tw-gradient-from: rgb(221 105 3 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/100 {
  --tw-gradient-from: rgb(221 105 3 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/20 {
  --tw-gradient-from: rgb(221 105 3 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/25 {
  --tw-gradient-from: rgb(221 105 3 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/30 {
  --tw-gradient-from: rgb(221 105 3 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/40 {
  --tw-gradient-from: rgb(221 105 3 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/5 {
  --tw-gradient-from: rgb(221 105 3 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/50 {
  --tw-gradient-from: rgb(221 105 3 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/60 {
  --tw-gradient-from: rgb(221 105 3 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/70 {
  --tw-gradient-from: rgb(221 105 3 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/75 {
  --tw-gradient-from: rgb(221 105 3 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/80 {
  --tw-gradient-from: rgb(221 105 3 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/90 {
  --tw-gradient-from: rgb(221 105 3 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/95 {
  --tw-gradient-from: rgb(221 105 3 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(221 105 3 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(221 105 3 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(221 105 3 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(221 105 3 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(221 105 3 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(221 105 3 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(221 105 3 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(221 105 3 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(221 105 3 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(221 105 3 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(221 105 3 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(221 105 3 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle {
  --tw-gradient-from: #fffcf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/0 {
  --tw-gradient-from: rgb(255 252 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/10 {
  --tw-gradient-from: rgb(255 252 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/100 {
  --tw-gradient-from: rgb(255 252 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/20 {
  --tw-gradient-from: rgb(255 252 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/25 {
  --tw-gradient-from: rgb(255 252 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/30 {
  --tw-gradient-from: rgb(255 252 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/40 {
  --tw-gradient-from: rgb(255 252 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/5 {
  --tw-gradient-from: rgb(255 252 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/50 {
  --tw-gradient-from: rgb(255 252 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/60 {
  --tw-gradient-from: rgb(255 252 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/70 {
  --tw-gradient-from: rgb(255 252 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/75 {
  --tw-gradient-from: rgb(255 252 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/80 {
  --tw-gradient-from: rgb(255 252 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/90 {
  --tw-gradient-from: rgb(255 252 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/95 {
  --tw-gradient-from: rgb(255 252 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(255 252 245 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(255 252 245 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(255 252 245 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(255 252 245 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(255 252 245 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(255 252 245 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(255 252 245 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(255 252 245 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(255 252 245 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(255 252 245 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(255 252 245 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(255 252 245 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/0 {
  --tw-gradient-from: rgb(254 240 200 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/10 {
  --tw-gradient-from: rgb(254 240 200 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/100 {
  --tw-gradient-from: rgb(254 240 200 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/20 {
  --tw-gradient-from: rgb(254 240 200 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/25 {
  --tw-gradient-from: rgb(254 240 200 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/30 {
  --tw-gradient-from: rgb(254 240 200 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/40 {
  --tw-gradient-from: rgb(254 240 200 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/5 {
  --tw-gradient-from: rgb(254 240 200 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/50 {
  --tw-gradient-from: rgb(254 240 200 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/60 {
  --tw-gradient-from: rgb(254 240 200 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/70 {
  --tw-gradient-from: rgb(254 240 200 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/75 {
  --tw-gradient-from: rgb(254 240 200 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/80 {
  --tw-gradient-from: rgb(254 240 200 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/90 {
  --tw-gradient-from: rgb(254 240 200 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/95 {
  --tw-gradient-from: rgb(254 240 200 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/base-opacity-disabled {
  --tw-gradient-from: rgb(254 240 200 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-0 {
  --tw-gradient-from: rgb(254 240 200 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-10 {
  --tw-gradient-from: rgb(254 240 200 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-100 {
  --tw-gradient-from: rgb(254 240 200 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-20 {
  --tw-gradient-from: rgb(254 240 200 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-30 {
  --tw-gradient-from: rgb(254 240 200 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-40 {
  --tw-gradient-from: rgb(254 240 200 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-50 {
  --tw-gradient-from: rgb(254 240 200 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-60 {
  --tw-gradient-from: rgb(254 240 200 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-70 {
  --tw-gradient-from: rgb(254 240 200 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-80 {
  --tw-gradient-from: rgb(254 240 200 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-90 {
  --tw-gradient-from: rgb(254 240 200 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand {
  --tw-gradient-from: #cdd6f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis {
  --tw-gradient-from: #5d5bd7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/0 {
  --tw-gradient-from: rgb(93 91 215 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/10 {
  --tw-gradient-from: rgb(93 91 215 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/100 {
  --tw-gradient-from: rgb(93 91 215 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/20 {
  --tw-gradient-from: rgb(93 91 215 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/25 {
  --tw-gradient-from: rgb(93 91 215 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/30 {
  --tw-gradient-from: rgb(93 91 215 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/40 {
  --tw-gradient-from: rgb(93 91 215 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/5 {
  --tw-gradient-from: rgb(93 91 215 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/50 {
  --tw-gradient-from: rgb(93 91 215 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/60 {
  --tw-gradient-from: rgb(93 91 215 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/70 {
  --tw-gradient-from: rgb(93 91 215 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/75 {
  --tw-gradient-from: rgb(93 91 215 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/80 {
  --tw-gradient-from: rgb(93 91 215 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/90 {
  --tw-gradient-from: rgb(93 91 215 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/95 {
  --tw-gradient-from: rgb(93 91 215 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(93 91 215 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(93 91 215 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(93 91 215 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(93 91 215 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(93 91 215 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(93 91 215 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(93 91 215 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(93 91 215 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(93 91 215 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(93 91 215 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(93 91 215 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(93 91 215 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle {
  --tw-gradient-from: #f2f4fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/0 {
  --tw-gradient-from: rgb(242 244 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/10 {
  --tw-gradient-from: rgb(242 244 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/100 {
  --tw-gradient-from: rgb(242 244 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/20 {
  --tw-gradient-from: rgb(242 244 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/25 {
  --tw-gradient-from: rgb(242 244 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/30 {
  --tw-gradient-from: rgb(242 244 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/40 {
  --tw-gradient-from: rgb(242 244 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/5 {
  --tw-gradient-from: rgb(242 244 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/50 {
  --tw-gradient-from: rgb(242 244 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/60 {
  --tw-gradient-from: rgb(242 244 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/70 {
  --tw-gradient-from: rgb(242 244 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/75 {
  --tw-gradient-from: rgb(242 244 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/80 {
  --tw-gradient-from: rgb(242 244 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/90 {
  --tw-gradient-from: rgb(242 244 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/95 {
  --tw-gradient-from: rgb(242 244 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(242 244 253 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(242 244 253 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(242 244 253 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(242 244 253 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(242 244 253 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(242 244 253 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(242 244 253 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(242 244 253 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(242 244 253 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(242 244 253 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(242 244 253 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(242 244 253 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/0 {
  --tw-gradient-from: rgb(205 214 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/10 {
  --tw-gradient-from: rgb(205 214 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/100 {
  --tw-gradient-from: rgb(205 214 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/20 {
  --tw-gradient-from: rgb(205 214 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/25 {
  --tw-gradient-from: rgb(205 214 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/30 {
  --tw-gradient-from: rgb(205 214 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/40 {
  --tw-gradient-from: rgb(205 214 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/5 {
  --tw-gradient-from: rgb(205 214 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/50 {
  --tw-gradient-from: rgb(205 214 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/60 {
  --tw-gradient-from: rgb(205 214 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/70 {
  --tw-gradient-from: rgb(205 214 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/75 {
  --tw-gradient-from: rgb(205 214 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/80 {
  --tw-gradient-from: rgb(205 214 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/90 {
  --tw-gradient-from: rgb(205 214 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/95 {
  --tw-gradient-from: rgb(205 214 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/base-opacity-disabled {
  --tw-gradient-from: rgb(205 214 249 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-0 {
  --tw-gradient-from: rgb(205 214 249 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-10 {
  --tw-gradient-from: rgb(205 214 249 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-100 {
  --tw-gradient-from: rgb(205 214 249 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-20 {
  --tw-gradient-from: rgb(205 214 249 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-30 {
  --tw-gradient-from: rgb(205 214 249 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-40 {
  --tw-gradient-from: rgb(205 214 249 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-50 {
  --tw-gradient-from: rgb(205 214 249 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-60 {
  --tw-gradient-from: rgb(205 214 249 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-70 {
  --tw-gradient-from: rgb(205 214 249 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-80 {
  --tw-gradient-from: rgb(205 214 249 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-90 {
  --tw-gradient-from: rgb(205 214 249 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger {
  --tw-gradient-from: #fee3e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis {
  --tw-gradient-from: #f04438 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/0 {
  --tw-gradient-from: rgb(240 68 56 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/10 {
  --tw-gradient-from: rgb(240 68 56 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/100 {
  --tw-gradient-from: rgb(240 68 56 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/20 {
  --tw-gradient-from: rgb(240 68 56 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/25 {
  --tw-gradient-from: rgb(240 68 56 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/30 {
  --tw-gradient-from: rgb(240 68 56 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/40 {
  --tw-gradient-from: rgb(240 68 56 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/5 {
  --tw-gradient-from: rgb(240 68 56 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/50 {
  --tw-gradient-from: rgb(240 68 56 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/60 {
  --tw-gradient-from: rgb(240 68 56 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/70 {
  --tw-gradient-from: rgb(240 68 56 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/75 {
  --tw-gradient-from: rgb(240 68 56 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/80 {
  --tw-gradient-from: rgb(240 68 56 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/90 {
  --tw-gradient-from: rgb(240 68 56 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/95 {
  --tw-gradient-from: rgb(240 68 56 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(240 68 56 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(240 68 56 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(240 68 56 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(240 68 56 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(240 68 56 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(240 68 56 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(240 68 56 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(240 68 56 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(240 68 56 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(240 68 56 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(240 68 56 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(240 68 56 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle {
  --tw-gradient-from: #fffbfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/0 {
  --tw-gradient-from: rgb(255 251 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/10 {
  --tw-gradient-from: rgb(255 251 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/100 {
  --tw-gradient-from: rgb(255 251 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/20 {
  --tw-gradient-from: rgb(255 251 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/25 {
  --tw-gradient-from: rgb(255 251 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/30 {
  --tw-gradient-from: rgb(255 251 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/40 {
  --tw-gradient-from: rgb(255 251 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/5 {
  --tw-gradient-from: rgb(255 251 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/50 {
  --tw-gradient-from: rgb(255 251 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/60 {
  --tw-gradient-from: rgb(255 251 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/70 {
  --tw-gradient-from: rgb(255 251 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/75 {
  --tw-gradient-from: rgb(255 251 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/80 {
  --tw-gradient-from: rgb(255 251 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/90 {
  --tw-gradient-from: rgb(255 251 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/95 {
  --tw-gradient-from: rgb(255 251 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(255 251 250 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(255 251 250 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(255 251 250 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(255 251 250 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(255 251 250 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(255 251 250 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(255 251 250 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(255 251 250 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(255 251 250 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(255 251 250 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(255 251 250 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(255 251 250 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/0 {
  --tw-gradient-from: rgb(254 227 225 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/10 {
  --tw-gradient-from: rgb(254 227 225 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/100 {
  --tw-gradient-from: rgb(254 227 225 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/20 {
  --tw-gradient-from: rgb(254 227 225 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/25 {
  --tw-gradient-from: rgb(254 227 225 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/30 {
  --tw-gradient-from: rgb(254 227 225 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/40 {
  --tw-gradient-from: rgb(254 227 225 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/5 {
  --tw-gradient-from: rgb(254 227 225 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/50 {
  --tw-gradient-from: rgb(254 227 225 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/60 {
  --tw-gradient-from: rgb(254 227 225 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/70 {
  --tw-gradient-from: rgb(254 227 225 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/75 {
  --tw-gradient-from: rgb(254 227 225 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/80 {
  --tw-gradient-from: rgb(254 227 225 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/90 {
  --tw-gradient-from: rgb(254 227 225 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/95 {
  --tw-gradient-from: rgb(254 227 225 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/base-opacity-disabled {
  --tw-gradient-from: rgb(254 227 225 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-0 {
  --tw-gradient-from: rgb(254 227 225 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-10 {
  --tw-gradient-from: rgb(254 227 225 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-100 {
  --tw-gradient-from: rgb(254 227 225 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-20 {
  --tw-gradient-from: rgb(254 227 225 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-30 {
  --tw-gradient-from: rgb(254 227 225 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-40 {
  --tw-gradient-from: rgb(254 227 225 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-50 {
  --tw-gradient-from: rgb(254 227 225 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-60 {
  --tw-gradient-from: rgb(254 227 225 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-70 {
  --tw-gradient-from: rgb(254 227 225 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-80 {
  --tw-gradient-from: rgb(254 227 225 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-90 {
  --tw-gradient-from: rgb(254 227 225 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/80 {
  --tw-gradient-from: rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/base-opacity-disabled {
  --tw-gradient-from: rgb(255 255 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-0 {
  --tw-gradient-from: rgb(255 255 255 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-10 {
  --tw-gradient-from: rgb(255 255 255 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-100 {
  --tw-gradient-from: rgb(255 255 255 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-20 {
  --tw-gradient-from: rgb(255 255 255 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-30 {
  --tw-gradient-from: rgb(255 255 255 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-40 {
  --tw-gradient-from: rgb(255 255 255 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-50 {
  --tw-gradient-from: rgb(255 255 255 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-60 {
  --tw-gradient-from: rgb(255 255 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-70 {
  --tw-gradient-from: rgb(255 255 255 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-80 {
  --tw-gradient-from: rgb(255 255 255 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-90 {
  --tw-gradient-from: rgb(255 255 255 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis {
  --tw-gradient-from: #101828 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/0 {
  --tw-gradient-from: rgb(16 24 40 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/10 {
  --tw-gradient-from: rgb(16 24 40 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/100 {
  --tw-gradient-from: rgb(16 24 40 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/20 {
  --tw-gradient-from: rgb(16 24 40 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/25 {
  --tw-gradient-from: rgb(16 24 40 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/30 {
  --tw-gradient-from: rgb(16 24 40 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/40 {
  --tw-gradient-from: rgb(16 24 40 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/5 {
  --tw-gradient-from: rgb(16 24 40 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/50 {
  --tw-gradient-from: rgb(16 24 40 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/60 {
  --tw-gradient-from: rgb(16 24 40 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/70 {
  --tw-gradient-from: rgb(16 24 40 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/75 {
  --tw-gradient-from: rgb(16 24 40 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/80 {
  --tw-gradient-from: rgb(16 24 40 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/90 {
  --tw-gradient-from: rgb(16 24 40 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/95 {
  --tw-gradient-from: rgb(16 24 40 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(16 24 40 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(16 24 40 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(16 24 40 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(16 24 40 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(16 24 40 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(16 24 40 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(16 24 40 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(16 24 40 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(16 24 40 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(16 24 40 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(16 24 40 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(16 24 40 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted {
  --tw-gradient-from: #eaecf0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/0 {
  --tw-gradient-from: rgb(234 236 240 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/10 {
  --tw-gradient-from: rgb(234 236 240 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/100 {
  --tw-gradient-from: rgb(234 236 240 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/20 {
  --tw-gradient-from: rgb(234 236 240 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/25 {
  --tw-gradient-from: rgb(234 236 240 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/30 {
  --tw-gradient-from: rgb(234 236 240 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/40 {
  --tw-gradient-from: rgb(234 236 240 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/5 {
  --tw-gradient-from: rgb(234 236 240 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/50 {
  --tw-gradient-from: rgb(234 236 240 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/60 {
  --tw-gradient-from: rgb(234 236 240 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/70 {
  --tw-gradient-from: rgb(234 236 240 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/75 {
  --tw-gradient-from: rgb(234 236 240 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/80 {
  --tw-gradient-from: rgb(234 236 240 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/90 {
  --tw-gradient-from: rgb(234 236 240 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/95 {
  --tw-gradient-from: rgb(234 236 240 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/base-opacity-disabled {
  --tw-gradient-from: rgb(234 236 240 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-0 {
  --tw-gradient-from: rgb(234 236 240 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-10 {
  --tw-gradient-from: rgb(234 236 240 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-100 {
  --tw-gradient-from: rgb(234 236 240 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-20 {
  --tw-gradient-from: rgb(234 236 240 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-30 {
  --tw-gradient-from: rgb(234 236 240 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-40 {
  --tw-gradient-from: rgb(234 236 240 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-50 {
  --tw-gradient-from: rgb(234 236 240 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-60 {
  --tw-gradient-from: rgb(234 236 240 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-70 {
  --tw-gradient-from: rgb(234 236 240 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-80 {
  --tw-gradient-from: rgb(234 236 240 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-90 {
  --tw-gradient-from: rgb(234 236 240 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle {
  --tw-gradient-from: #f2f4f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/0 {
  --tw-gradient-from: rgb(242 244 247 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/10 {
  --tw-gradient-from: rgb(242 244 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/100 {
  --tw-gradient-from: rgb(242 244 247 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/20 {
  --tw-gradient-from: rgb(242 244 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/25 {
  --tw-gradient-from: rgb(242 244 247 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/30 {
  --tw-gradient-from: rgb(242 244 247 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/40 {
  --tw-gradient-from: rgb(242 244 247 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/5 {
  --tw-gradient-from: rgb(242 244 247 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/50 {
  --tw-gradient-from: rgb(242 244 247 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/60 {
  --tw-gradient-from: rgb(242 244 247 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/70 {
  --tw-gradient-from: rgb(242 244 247 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/75 {
  --tw-gradient-from: rgb(242 244 247 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/80 {
  --tw-gradient-from: rgb(242 244 247 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/90 {
  --tw-gradient-from: rgb(242 244 247 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/95 {
  --tw-gradient-from: rgb(242 244 247 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(242 244 247 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(242 244 247 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(242 244 247 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(242 244 247 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(242 244 247 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(242 244 247 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(242 244 247 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(242 244 247 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(242 244 247 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(242 244 247 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(242 244 247 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(242 244 247 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success {
  --tw-gradient-from: #d1fadf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis {
  --tw-gradient-from: #12b569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/0 {
  --tw-gradient-from: rgb(18 181 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/10 {
  --tw-gradient-from: rgb(18 181 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/100 {
  --tw-gradient-from: rgb(18 181 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/20 {
  --tw-gradient-from: rgb(18 181 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/25 {
  --tw-gradient-from: rgb(18 181 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/30 {
  --tw-gradient-from: rgb(18 181 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/40 {
  --tw-gradient-from: rgb(18 181 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/5 {
  --tw-gradient-from: rgb(18 181 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/50 {
  --tw-gradient-from: rgb(18 181 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/60 {
  --tw-gradient-from: rgb(18 181 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/70 {
  --tw-gradient-from: rgb(18 181 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/75 {
  --tw-gradient-from: rgb(18 181 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/80 {
  --tw-gradient-from: rgb(18 181 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/90 {
  --tw-gradient-from: rgb(18 181 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/95 {
  --tw-gradient-from: rgb(18 181 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(18 181 105 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(18 181 105 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(18 181 105 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(18 181 105 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(18 181 105 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(18 181 105 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(18 181 105 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(18 181 105 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(18 181 105 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(18 181 105 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(18 181 105 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(18 181 105 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle {
  --tw-gradient-from: #f6fef9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/0 {
  --tw-gradient-from: rgb(246 254 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/10 {
  --tw-gradient-from: rgb(246 254 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/100 {
  --tw-gradient-from: rgb(246 254 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/20 {
  --tw-gradient-from: rgb(246 254 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/25 {
  --tw-gradient-from: rgb(246 254 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/30 {
  --tw-gradient-from: rgb(246 254 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/40 {
  --tw-gradient-from: rgb(246 254 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/5 {
  --tw-gradient-from: rgb(246 254 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/50 {
  --tw-gradient-from: rgb(246 254 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/60 {
  --tw-gradient-from: rgb(246 254 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/70 {
  --tw-gradient-from: rgb(246 254 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/75 {
  --tw-gradient-from: rgb(246 254 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/80 {
  --tw-gradient-from: rgb(246 254 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/90 {
  --tw-gradient-from: rgb(246 254 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/95 {
  --tw-gradient-from: rgb(246 254 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(246 254 249 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(246 254 249 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(246 254 249 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(246 254 249 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(246 254 249 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(246 254 249 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(246 254 249 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(246 254 249 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(246 254 249 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(246 254 249 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(246 254 249 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(246 254 249 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/0 {
  --tw-gradient-from: rgb(209 250 223 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/10 {
  --tw-gradient-from: rgb(209 250 223 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/100 {
  --tw-gradient-from: rgb(209 250 223 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/20 {
  --tw-gradient-from: rgb(209 250 223 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/25 {
  --tw-gradient-from: rgb(209 250 223 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/30 {
  --tw-gradient-from: rgb(209 250 223 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/40 {
  --tw-gradient-from: rgb(209 250 223 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/5 {
  --tw-gradient-from: rgb(209 250 223 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/50 {
  --tw-gradient-from: rgb(209 250 223 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/60 {
  --tw-gradient-from: rgb(209 250 223 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/70 {
  --tw-gradient-from: rgb(209 250 223 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/75 {
  --tw-gradient-from: rgb(209 250 223 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/80 {
  --tw-gradient-from: rgb(209 250 223 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/90 {
  --tw-gradient-from: rgb(209 250 223 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/95 {
  --tw-gradient-from: rgb(209 250 223 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/base-opacity-disabled {
  --tw-gradient-from: rgb(209 250 223 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-0 {
  --tw-gradient-from: rgb(209 250 223 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-10 {
  --tw-gradient-from: rgb(209 250 223 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-100 {
  --tw-gradient-from: rgb(209 250 223 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-20 {
  --tw-gradient-from: rgb(209 250 223 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-30 {
  --tw-gradient-from: rgb(209 250 223 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-40 {
  --tw-gradient-from: rgb(209 250 223 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-50 {
  --tw-gradient-from: rgb(209 250 223 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-60 {
  --tw-gradient-from: rgb(209 250 223 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-70 {
  --tw-gradient-from: rgb(209 250 223 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-80 {
  --tw-gradient-from: rgb(209 250 223 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-90 {
  --tw-gradient-from: rgb(209 250 223 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent {
  --tw-gradient-from: #00000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/0 {
  --tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/10 {
  --tw-gradient-from: rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/100 {
  --tw-gradient-from: rgb(0 0 0 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/20 {
  --tw-gradient-from: rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/25 {
  --tw-gradient-from: rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/30 {
  --tw-gradient-from: rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/40 {
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/5 {
  --tw-gradient-from: rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/75 {
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/90 {
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/95 {
  --tw-gradient-from: rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/base-opacity-disabled {
  --tw-gradient-from: rgb(0 0 0 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-0 {
  --tw-gradient-from: rgb(0 0 0 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-10 {
  --tw-gradient-from: rgb(0 0 0 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-100 {
  --tw-gradient-from: rgb(0 0 0 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-20 {
  --tw-gradient-from: rgb(0 0 0 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-30 {
  --tw-gradient-from: rgb(0 0 0 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-40 {
  --tw-gradient-from: rgb(0 0 0 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-50 {
  --tw-gradient-from: rgb(0 0 0 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-60 {
  --tw-gradient-from: rgb(0 0 0 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-70 {
  --tw-gradient-from: rgb(0 0 0 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-80 {
  --tw-gradient-from: rgb(0 0 0 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-90 {
  --tw-gradient-from: rgb(0 0 0 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-base-color-bg-accent {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1e0ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #155eef var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/0 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/10 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/100 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/20 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/25 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/30 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/40 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/5 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/50 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/60 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/70 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/75 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/80 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/90 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/95 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/0 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/10 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/100 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/20 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/25 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/30 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/40 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/5 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/50 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/60 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/70 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/75 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/80 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/90 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/95 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/0 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/10 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/100 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/20 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/25 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/30 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/40 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/5 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/50 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/60 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/70 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/75 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/80 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/90 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/95 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/base-opacity-disabled {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-0 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-10 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-100 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-20 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-30 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-40 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-50 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-60 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-70 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-80 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-90 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef0c8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dd6903 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/0 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/10 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/100 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/20 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/25 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/30 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/40 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/5 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/50 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/60 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/70 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/75 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/80 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/90 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/95 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffcf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/0 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/10 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/100 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/20 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/25 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/30 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/40 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/5 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/50 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/60 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/70 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/75 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/80 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/90 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/95 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/0 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/10 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/100 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/20 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/25 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/30 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/40 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/5 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/50 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/60 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/70 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/75 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/80 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/90 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/95 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/base-opacity-disabled {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-0 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-10 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-100 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-20 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-30 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-40 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-50 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-60 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-70 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-80 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-90 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cdd6f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5d5bd7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/0 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/10 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/100 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/20 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/25 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/30 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/40 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/5 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/50 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/60 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/70 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/75 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/80 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/90 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/95 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f2f4fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/0 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/10 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/100 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/20 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/25 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/30 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/40 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/5 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/50 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/60 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/70 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/75 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/80 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/90 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/95 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/0 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/10 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/100 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/20 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/25 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/30 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/40 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/5 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/50 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/60 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/70 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/75 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/80 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/90 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/95 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/base-opacity-disabled {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-0 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-10 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-100 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-20 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-30 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-40 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-50 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-60 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-70 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-80 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-90 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fee3e1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f04438 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/0 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/10 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/100 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/20 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/25 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/30 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/40 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/5 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/50 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/60 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/70 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/75 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/80 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/90 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/95 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/0 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/10 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/100 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/20 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/25 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/30 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/40 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/5 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/50 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/60 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/70 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/75 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/80 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/90 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/95 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/0 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/10 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/100 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/20 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/25 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/30 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/40 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/5 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/50 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/60 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/70 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/75 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/80 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/90 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/95 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/base-opacity-disabled {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-0 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-10 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-100 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-20 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-30 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-40 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-50 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-60 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-70 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-80 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-90 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #101828 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/0 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/10 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/100 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/20 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/25 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/30 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/40 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/5 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/50 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/60 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/70 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/75 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/80 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/90 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/95 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eaecf0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/0 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/10 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/100 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/20 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/25 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/30 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/40 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/5 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/50 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/60 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/70 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/75 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/80 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/90 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/95 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/base-opacity-disabled {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-0 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-10 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-100 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-20 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-30 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-40 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-50 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-60 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-70 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-80 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-90 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f2f4f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/0 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/10 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/100 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/20 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/25 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/30 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/40 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/5 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/50 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/60 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/70 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/75 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/80 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/90 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/95 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1fadf var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #12b569 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/0 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/10 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/100 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/20 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/25 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/30 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/40 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/5 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/50 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/60 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/70 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/75 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/80 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/90 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/95 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f6fef9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/0 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/10 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/100 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/20 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/25 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/30 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/40 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/5 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/50 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/60 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/70 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/75 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/80 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/90 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/95 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/0 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/10 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/100 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/20 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/25 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/30 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/40 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/5 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/50 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/60 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/70 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/75 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/80 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/90 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/95 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/base-opacity-disabled {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-0 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-10 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-100 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-20 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-30 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-40 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-50 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-60 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-70 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-80 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-90 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #00000000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/100 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/25 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/5 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/75 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/90 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/95 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/base-opacity-disabled {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-0 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-10 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-100 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-30 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-40 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-50 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-70 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-80 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-90 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-base-color-bg-accent {
  --tw-gradient-to: #d1e0ff var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis {
  --tw-gradient-to: #155eef var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/0 {
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/10 {
  --tw-gradient-to: rgb(21 94 239 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/100 {
  --tw-gradient-to: rgb(21 94 239 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/20 {
  --tw-gradient-to: rgb(21 94 239 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/25 {
  --tw-gradient-to: rgb(21 94 239 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/30 {
  --tw-gradient-to: rgb(21 94 239 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/40 {
  --tw-gradient-to: rgb(21 94 239 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/5 {
  --tw-gradient-to: rgb(21 94 239 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/50 {
  --tw-gradient-to: rgb(21 94 239 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/60 {
  --tw-gradient-to: rgb(21 94 239 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/70 {
  --tw-gradient-to: rgb(21 94 239 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/75 {
  --tw-gradient-to: rgb(21 94 239 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/80 {
  --tw-gradient-to: rgb(21 94 239 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/90 {
  --tw-gradient-to: rgb(21 94 239 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/95 {
  --tw-gradient-to: rgb(21 94 239 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(21 94 239 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(21 94 239 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(21 94 239 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(21 94 239 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(21 94 239 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(21 94 239 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(21 94 239 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(21 94 239 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(21 94 239 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(21 94 239 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(21 94 239 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(21 94 239 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle {
  --tw-gradient-to: #f5f8ff var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/0 {
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/10 {
  --tw-gradient-to: rgb(245 248 255 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/100 {
  --tw-gradient-to: rgb(245 248 255 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/20 {
  --tw-gradient-to: rgb(245 248 255 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/25 {
  --tw-gradient-to: rgb(245 248 255 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/30 {
  --tw-gradient-to: rgb(245 248 255 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/40 {
  --tw-gradient-to: rgb(245 248 255 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/5 {
  --tw-gradient-to: rgb(245 248 255 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/50 {
  --tw-gradient-to: rgb(245 248 255 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/60 {
  --tw-gradient-to: rgb(245 248 255 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/70 {
  --tw-gradient-to: rgb(245 248 255 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/75 {
  --tw-gradient-to: rgb(245 248 255 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/80 {
  --tw-gradient-to: rgb(245 248 255 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/90 {
  --tw-gradient-to: rgb(245 248 255 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/95 {
  --tw-gradient-to: rgb(245 248 255 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(245 248 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(245 248 255 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(245 248 255 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(245 248 255 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(245 248 255 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(245 248 255 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(245 248 255 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(245 248 255 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(245 248 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(245 248 255 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(245 248 255 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(245 248 255 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/0 {
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/10 {
  --tw-gradient-to: rgb(209 224 255 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/100 {
  --tw-gradient-to: rgb(209 224 255 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/20 {
  --tw-gradient-to: rgb(209 224 255 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/25 {
  --tw-gradient-to: rgb(209 224 255 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/30 {
  --tw-gradient-to: rgb(209 224 255 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/40 {
  --tw-gradient-to: rgb(209 224 255 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/5 {
  --tw-gradient-to: rgb(209 224 255 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/50 {
  --tw-gradient-to: rgb(209 224 255 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/60 {
  --tw-gradient-to: rgb(209 224 255 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/70 {
  --tw-gradient-to: rgb(209 224 255 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/75 {
  --tw-gradient-to: rgb(209 224 255 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/80 {
  --tw-gradient-to: rgb(209 224 255 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/90 {
  --tw-gradient-to: rgb(209 224 255 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/95 {
  --tw-gradient-to: rgb(209 224 255 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/base-opacity-disabled {
  --tw-gradient-to: rgb(209 224 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-0 {
  --tw-gradient-to: rgb(209 224 255 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-10 {
  --tw-gradient-to: rgb(209 224 255 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-100 {
  --tw-gradient-to: rgb(209 224 255 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-20 {
  --tw-gradient-to: rgb(209 224 255 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-30 {
  --tw-gradient-to: rgb(209 224 255 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-40 {
  --tw-gradient-to: rgb(209 224 255 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-50 {
  --tw-gradient-to: rgb(209 224 255 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-60 {
  --tw-gradient-to: rgb(209 224 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-70 {
  --tw-gradient-to: rgb(209 224 255 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-80 {
  --tw-gradient-to: rgb(209 224 255 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-90 {
  --tw-gradient-to: rgb(209 224 255 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention {
  --tw-gradient-to: #fef0c8 var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis {
  --tw-gradient-to: #dd6903 var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/0 {
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/10 {
  --tw-gradient-to: rgb(221 105 3 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/100 {
  --tw-gradient-to: rgb(221 105 3 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/20 {
  --tw-gradient-to: rgb(221 105 3 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/25 {
  --tw-gradient-to: rgb(221 105 3 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/30 {
  --tw-gradient-to: rgb(221 105 3 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/40 {
  --tw-gradient-to: rgb(221 105 3 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/5 {
  --tw-gradient-to: rgb(221 105 3 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/50 {
  --tw-gradient-to: rgb(221 105 3 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/60 {
  --tw-gradient-to: rgb(221 105 3 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/70 {
  --tw-gradient-to: rgb(221 105 3 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/75 {
  --tw-gradient-to: rgb(221 105 3 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/80 {
  --tw-gradient-to: rgb(221 105 3 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/90 {
  --tw-gradient-to: rgb(221 105 3 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/95 {
  --tw-gradient-to: rgb(221 105 3 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(221 105 3 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(221 105 3 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(221 105 3 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(221 105 3 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(221 105 3 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(221 105 3 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(221 105 3 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(221 105 3 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(221 105 3 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(221 105 3 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(221 105 3 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(221 105 3 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle {
  --tw-gradient-to: #fffcf5 var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/0 {
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/10 {
  --tw-gradient-to: rgb(255 252 245 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/100 {
  --tw-gradient-to: rgb(255 252 245 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/20 {
  --tw-gradient-to: rgb(255 252 245 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/25 {
  --tw-gradient-to: rgb(255 252 245 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/30 {
  --tw-gradient-to: rgb(255 252 245 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/40 {
  --tw-gradient-to: rgb(255 252 245 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/5 {
  --tw-gradient-to: rgb(255 252 245 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/50 {
  --tw-gradient-to: rgb(255 252 245 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/60 {
  --tw-gradient-to: rgb(255 252 245 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/70 {
  --tw-gradient-to: rgb(255 252 245 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/75 {
  --tw-gradient-to: rgb(255 252 245 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/80 {
  --tw-gradient-to: rgb(255 252 245 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/90 {
  --tw-gradient-to: rgb(255 252 245 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/95 {
  --tw-gradient-to: rgb(255 252 245 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 252 245 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(255 252 245 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(255 252 245 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(255 252 245 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(255 252 245 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(255 252 245 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(255 252 245 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(255 252 245 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(255 252 245 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(255 252 245 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(255 252 245 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(255 252 245 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/0 {
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/10 {
  --tw-gradient-to: rgb(254 240 200 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/100 {
  --tw-gradient-to: rgb(254 240 200 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/20 {
  --tw-gradient-to: rgb(254 240 200 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/25 {
  --tw-gradient-to: rgb(254 240 200 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/30 {
  --tw-gradient-to: rgb(254 240 200 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/40 {
  --tw-gradient-to: rgb(254 240 200 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/5 {
  --tw-gradient-to: rgb(254 240 200 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/50 {
  --tw-gradient-to: rgb(254 240 200 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/60 {
  --tw-gradient-to: rgb(254 240 200 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/70 {
  --tw-gradient-to: rgb(254 240 200 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/75 {
  --tw-gradient-to: rgb(254 240 200 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/80 {
  --tw-gradient-to: rgb(254 240 200 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/90 {
  --tw-gradient-to: rgb(254 240 200 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/95 {
  --tw-gradient-to: rgb(254 240 200 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/base-opacity-disabled {
  --tw-gradient-to: rgb(254 240 200 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-0 {
  --tw-gradient-to: rgb(254 240 200 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-10 {
  --tw-gradient-to: rgb(254 240 200 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-100 {
  --tw-gradient-to: rgb(254 240 200 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-20 {
  --tw-gradient-to: rgb(254 240 200 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-30 {
  --tw-gradient-to: rgb(254 240 200 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-40 {
  --tw-gradient-to: rgb(254 240 200 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-50 {
  --tw-gradient-to: rgb(254 240 200 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-60 {
  --tw-gradient-to: rgb(254 240 200 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-70 {
  --tw-gradient-to: rgb(254 240 200 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-80 {
  --tw-gradient-to: rgb(254 240 200 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-90 {
  --tw-gradient-to: rgb(254 240 200 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand {
  --tw-gradient-to: #cdd6f9 var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis {
  --tw-gradient-to: #5d5bd7 var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/0 {
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/10 {
  --tw-gradient-to: rgb(93 91 215 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/100 {
  --tw-gradient-to: rgb(93 91 215 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/20 {
  --tw-gradient-to: rgb(93 91 215 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/25 {
  --tw-gradient-to: rgb(93 91 215 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/30 {
  --tw-gradient-to: rgb(93 91 215 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/40 {
  --tw-gradient-to: rgb(93 91 215 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/5 {
  --tw-gradient-to: rgb(93 91 215 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/50 {
  --tw-gradient-to: rgb(93 91 215 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/60 {
  --tw-gradient-to: rgb(93 91 215 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/70 {
  --tw-gradient-to: rgb(93 91 215 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/75 {
  --tw-gradient-to: rgb(93 91 215 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/80 {
  --tw-gradient-to: rgb(93 91 215 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/90 {
  --tw-gradient-to: rgb(93 91 215 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/95 {
  --tw-gradient-to: rgb(93 91 215 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(93 91 215 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(93 91 215 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(93 91 215 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(93 91 215 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(93 91 215 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(93 91 215 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(93 91 215 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(93 91 215 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(93 91 215 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(93 91 215 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(93 91 215 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(93 91 215 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle {
  --tw-gradient-to: #f2f4fd var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/0 {
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/10 {
  --tw-gradient-to: rgb(242 244 253 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/100 {
  --tw-gradient-to: rgb(242 244 253 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/20 {
  --tw-gradient-to: rgb(242 244 253 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/25 {
  --tw-gradient-to: rgb(242 244 253 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/30 {
  --tw-gradient-to: rgb(242 244 253 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/40 {
  --tw-gradient-to: rgb(242 244 253 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/5 {
  --tw-gradient-to: rgb(242 244 253 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/50 {
  --tw-gradient-to: rgb(242 244 253 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/60 {
  --tw-gradient-to: rgb(242 244 253 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/70 {
  --tw-gradient-to: rgb(242 244 253 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/75 {
  --tw-gradient-to: rgb(242 244 253 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/80 {
  --tw-gradient-to: rgb(242 244 253 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/90 {
  --tw-gradient-to: rgb(242 244 253 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/95 {
  --tw-gradient-to: rgb(242 244 253 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(242 244 253 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(242 244 253 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(242 244 253 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(242 244 253 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(242 244 253 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(242 244 253 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(242 244 253 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(242 244 253 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(242 244 253 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(242 244 253 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(242 244 253 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(242 244 253 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/0 {
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/10 {
  --tw-gradient-to: rgb(205 214 249 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/100 {
  --tw-gradient-to: rgb(205 214 249 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/20 {
  --tw-gradient-to: rgb(205 214 249 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/25 {
  --tw-gradient-to: rgb(205 214 249 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/30 {
  --tw-gradient-to: rgb(205 214 249 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/40 {
  --tw-gradient-to: rgb(205 214 249 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/5 {
  --tw-gradient-to: rgb(205 214 249 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/50 {
  --tw-gradient-to: rgb(205 214 249 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/60 {
  --tw-gradient-to: rgb(205 214 249 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/70 {
  --tw-gradient-to: rgb(205 214 249 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/75 {
  --tw-gradient-to: rgb(205 214 249 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/80 {
  --tw-gradient-to: rgb(205 214 249 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/90 {
  --tw-gradient-to: rgb(205 214 249 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/95 {
  --tw-gradient-to: rgb(205 214 249 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/base-opacity-disabled {
  --tw-gradient-to: rgb(205 214 249 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-0 {
  --tw-gradient-to: rgb(205 214 249 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-10 {
  --tw-gradient-to: rgb(205 214 249 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-100 {
  --tw-gradient-to: rgb(205 214 249 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-20 {
  --tw-gradient-to: rgb(205 214 249 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-30 {
  --tw-gradient-to: rgb(205 214 249 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-40 {
  --tw-gradient-to: rgb(205 214 249 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-50 {
  --tw-gradient-to: rgb(205 214 249 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-60 {
  --tw-gradient-to: rgb(205 214 249 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-70 {
  --tw-gradient-to: rgb(205 214 249 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-80 {
  --tw-gradient-to: rgb(205 214 249 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-90 {
  --tw-gradient-to: rgb(205 214 249 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger {
  --tw-gradient-to: #fee3e1 var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis {
  --tw-gradient-to: #f04438 var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/0 {
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/10 {
  --tw-gradient-to: rgb(240 68 56 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/100 {
  --tw-gradient-to: rgb(240 68 56 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/20 {
  --tw-gradient-to: rgb(240 68 56 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/25 {
  --tw-gradient-to: rgb(240 68 56 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/30 {
  --tw-gradient-to: rgb(240 68 56 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/40 {
  --tw-gradient-to: rgb(240 68 56 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/5 {
  --tw-gradient-to: rgb(240 68 56 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/50 {
  --tw-gradient-to: rgb(240 68 56 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/60 {
  --tw-gradient-to: rgb(240 68 56 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/70 {
  --tw-gradient-to: rgb(240 68 56 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/75 {
  --tw-gradient-to: rgb(240 68 56 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/80 {
  --tw-gradient-to: rgb(240 68 56 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/90 {
  --tw-gradient-to: rgb(240 68 56 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/95 {
  --tw-gradient-to: rgb(240 68 56 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(240 68 56 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(240 68 56 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(240 68 56 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(240 68 56 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(240 68 56 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(240 68 56 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(240 68 56 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(240 68 56 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(240 68 56 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(240 68 56 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(240 68 56 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(240 68 56 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle {
  --tw-gradient-to: #fffbfa var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/0 {
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/10 {
  --tw-gradient-to: rgb(255 251 250 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/100 {
  --tw-gradient-to: rgb(255 251 250 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/20 {
  --tw-gradient-to: rgb(255 251 250 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/25 {
  --tw-gradient-to: rgb(255 251 250 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/30 {
  --tw-gradient-to: rgb(255 251 250 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/40 {
  --tw-gradient-to: rgb(255 251 250 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/5 {
  --tw-gradient-to: rgb(255 251 250 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/50 {
  --tw-gradient-to: rgb(255 251 250 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/60 {
  --tw-gradient-to: rgb(255 251 250 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/70 {
  --tw-gradient-to: rgb(255 251 250 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/75 {
  --tw-gradient-to: rgb(255 251 250 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/80 {
  --tw-gradient-to: rgb(255 251 250 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/90 {
  --tw-gradient-to: rgb(255 251 250 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/95 {
  --tw-gradient-to: rgb(255 251 250 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 251 250 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(255 251 250 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(255 251 250 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(255 251 250 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(255 251 250 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(255 251 250 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(255 251 250 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(255 251 250 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(255 251 250 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(255 251 250 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(255 251 250 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(255 251 250 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/0 {
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/10 {
  --tw-gradient-to: rgb(254 227 225 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/100 {
  --tw-gradient-to: rgb(254 227 225 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/20 {
  --tw-gradient-to: rgb(254 227 225 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/25 {
  --tw-gradient-to: rgb(254 227 225 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/30 {
  --tw-gradient-to: rgb(254 227 225 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/40 {
  --tw-gradient-to: rgb(254 227 225 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/5 {
  --tw-gradient-to: rgb(254 227 225 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/50 {
  --tw-gradient-to: rgb(254 227 225 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/60 {
  --tw-gradient-to: rgb(254 227 225 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/70 {
  --tw-gradient-to: rgb(254 227 225 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/75 {
  --tw-gradient-to: rgb(254 227 225 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/80 {
  --tw-gradient-to: rgb(254 227 225 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/90 {
  --tw-gradient-to: rgb(254 227 225 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/95 {
  --tw-gradient-to: rgb(254 227 225 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/base-opacity-disabled {
  --tw-gradient-to: rgb(254 227 225 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-0 {
  --tw-gradient-to: rgb(254 227 225 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-10 {
  --tw-gradient-to: rgb(254 227 225 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-100 {
  --tw-gradient-to: rgb(254 227 225 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-20 {
  --tw-gradient-to: rgb(254 227 225 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-30 {
  --tw-gradient-to: rgb(254 227 225 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-40 {
  --tw-gradient-to: rgb(254 227 225 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-50 {
  --tw-gradient-to: rgb(254 227 225 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-60 {
  --tw-gradient-to: rgb(254 227 225 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-70 {
  --tw-gradient-to: rgb(254 227 225 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-80 {
  --tw-gradient-to: rgb(254 227 225 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-90 {
  --tw-gradient-to: rgb(254 227 225 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default {
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 255 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-0 {
  --tw-gradient-to: rgb(255 255 255 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-10 {
  --tw-gradient-to: rgb(255 255 255 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-100 {
  --tw-gradient-to: rgb(255 255 255 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-20 {
  --tw-gradient-to: rgb(255 255 255 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-30 {
  --tw-gradient-to: rgb(255 255 255 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-40 {
  --tw-gradient-to: rgb(255 255 255 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-50 {
  --tw-gradient-to: rgb(255 255 255 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-60 {
  --tw-gradient-to: rgb(255 255 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-70 {
  --tw-gradient-to: rgb(255 255 255 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-80 {
  --tw-gradient-to: rgb(255 255 255 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-90 {
  --tw-gradient-to: rgb(255 255 255 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis {
  --tw-gradient-to: #101828 var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/0 {
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/10 {
  --tw-gradient-to: rgb(16 24 40 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/100 {
  --tw-gradient-to: rgb(16 24 40 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/20 {
  --tw-gradient-to: rgb(16 24 40 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/25 {
  --tw-gradient-to: rgb(16 24 40 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/30 {
  --tw-gradient-to: rgb(16 24 40 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/40 {
  --tw-gradient-to: rgb(16 24 40 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/5 {
  --tw-gradient-to: rgb(16 24 40 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/50 {
  --tw-gradient-to: rgb(16 24 40 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/60 {
  --tw-gradient-to: rgb(16 24 40 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/70 {
  --tw-gradient-to: rgb(16 24 40 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/75 {
  --tw-gradient-to: rgb(16 24 40 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/80 {
  --tw-gradient-to: rgb(16 24 40 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/90 {
  --tw-gradient-to: rgb(16 24 40 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/95 {
  --tw-gradient-to: rgb(16 24 40 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(16 24 40 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(16 24 40 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(16 24 40 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(16 24 40 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(16 24 40 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(16 24 40 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(16 24 40 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(16 24 40 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(16 24 40 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(16 24 40 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(16 24 40 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(16 24 40 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted {
  --tw-gradient-to: #eaecf0 var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/0 {
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/10 {
  --tw-gradient-to: rgb(234 236 240 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/100 {
  --tw-gradient-to: rgb(234 236 240 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/20 {
  --tw-gradient-to: rgb(234 236 240 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/25 {
  --tw-gradient-to: rgb(234 236 240 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/30 {
  --tw-gradient-to: rgb(234 236 240 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/40 {
  --tw-gradient-to: rgb(234 236 240 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/5 {
  --tw-gradient-to: rgb(234 236 240 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/50 {
  --tw-gradient-to: rgb(234 236 240 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/60 {
  --tw-gradient-to: rgb(234 236 240 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/70 {
  --tw-gradient-to: rgb(234 236 240 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/75 {
  --tw-gradient-to: rgb(234 236 240 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/80 {
  --tw-gradient-to: rgb(234 236 240 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/90 {
  --tw-gradient-to: rgb(234 236 240 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/95 {
  --tw-gradient-to: rgb(234 236 240 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/base-opacity-disabled {
  --tw-gradient-to: rgb(234 236 240 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-0 {
  --tw-gradient-to: rgb(234 236 240 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-10 {
  --tw-gradient-to: rgb(234 236 240 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-100 {
  --tw-gradient-to: rgb(234 236 240 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-20 {
  --tw-gradient-to: rgb(234 236 240 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-30 {
  --tw-gradient-to: rgb(234 236 240 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-40 {
  --tw-gradient-to: rgb(234 236 240 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-50 {
  --tw-gradient-to: rgb(234 236 240 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-60 {
  --tw-gradient-to: rgb(234 236 240 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-70 {
  --tw-gradient-to: rgb(234 236 240 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-80 {
  --tw-gradient-to: rgb(234 236 240 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-90 {
  --tw-gradient-to: rgb(234 236 240 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle {
  --tw-gradient-to: #f2f4f7 var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/0 {
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/10 {
  --tw-gradient-to: rgb(242 244 247 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/100 {
  --tw-gradient-to: rgb(242 244 247 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/20 {
  --tw-gradient-to: rgb(242 244 247 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/25 {
  --tw-gradient-to: rgb(242 244 247 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/30 {
  --tw-gradient-to: rgb(242 244 247 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/40 {
  --tw-gradient-to: rgb(242 244 247 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/5 {
  --tw-gradient-to: rgb(242 244 247 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/50 {
  --tw-gradient-to: rgb(242 244 247 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/60 {
  --tw-gradient-to: rgb(242 244 247 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/70 {
  --tw-gradient-to: rgb(242 244 247 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/75 {
  --tw-gradient-to: rgb(242 244 247 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/80 {
  --tw-gradient-to: rgb(242 244 247 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/90 {
  --tw-gradient-to: rgb(242 244 247 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/95 {
  --tw-gradient-to: rgb(242 244 247 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(242 244 247 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(242 244 247 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(242 244 247 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(242 244 247 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(242 244 247 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(242 244 247 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(242 244 247 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(242 244 247 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(242 244 247 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(242 244 247 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(242 244 247 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(242 244 247 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success {
  --tw-gradient-to: #d1fadf var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis {
  --tw-gradient-to: #12b569 var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/0 {
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/10 {
  --tw-gradient-to: rgb(18 181 105 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/100 {
  --tw-gradient-to: rgb(18 181 105 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/20 {
  --tw-gradient-to: rgb(18 181 105 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/25 {
  --tw-gradient-to: rgb(18 181 105 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/30 {
  --tw-gradient-to: rgb(18 181 105 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/40 {
  --tw-gradient-to: rgb(18 181 105 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/5 {
  --tw-gradient-to: rgb(18 181 105 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/50 {
  --tw-gradient-to: rgb(18 181 105 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/60 {
  --tw-gradient-to: rgb(18 181 105 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/70 {
  --tw-gradient-to: rgb(18 181 105 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/75 {
  --tw-gradient-to: rgb(18 181 105 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/80 {
  --tw-gradient-to: rgb(18 181 105 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/90 {
  --tw-gradient-to: rgb(18 181 105 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/95 {
  --tw-gradient-to: rgb(18 181 105 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(18 181 105 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(18 181 105 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(18 181 105 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(18 181 105 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(18 181 105 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(18 181 105 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(18 181 105 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(18 181 105 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(18 181 105 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(18 181 105 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(18 181 105 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(18 181 105 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle {
  --tw-gradient-to: #f6fef9 var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/0 {
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/10 {
  --tw-gradient-to: rgb(246 254 249 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/100 {
  --tw-gradient-to: rgb(246 254 249 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/20 {
  --tw-gradient-to: rgb(246 254 249 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/25 {
  --tw-gradient-to: rgb(246 254 249 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/30 {
  --tw-gradient-to: rgb(246 254 249 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/40 {
  --tw-gradient-to: rgb(246 254 249 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/5 {
  --tw-gradient-to: rgb(246 254 249 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/50 {
  --tw-gradient-to: rgb(246 254 249 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/60 {
  --tw-gradient-to: rgb(246 254 249 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/70 {
  --tw-gradient-to: rgb(246 254 249 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/75 {
  --tw-gradient-to: rgb(246 254 249 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/80 {
  --tw-gradient-to: rgb(246 254 249 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/90 {
  --tw-gradient-to: rgb(246 254 249 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/95 {
  --tw-gradient-to: rgb(246 254 249 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(246 254 249 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(246 254 249 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(246 254 249 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(246 254 249 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(246 254 249 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(246 254 249 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(246 254 249 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(246 254 249 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(246 254 249 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(246 254 249 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(246 254 249 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(246 254 249 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/0 {
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/10 {
  --tw-gradient-to: rgb(209 250 223 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/100 {
  --tw-gradient-to: rgb(209 250 223 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/20 {
  --tw-gradient-to: rgb(209 250 223 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/25 {
  --tw-gradient-to: rgb(209 250 223 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/30 {
  --tw-gradient-to: rgb(209 250 223 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/40 {
  --tw-gradient-to: rgb(209 250 223 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/5 {
  --tw-gradient-to: rgb(209 250 223 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/50 {
  --tw-gradient-to: rgb(209 250 223 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/60 {
  --tw-gradient-to: rgb(209 250 223 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/70 {
  --tw-gradient-to: rgb(209 250 223 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/75 {
  --tw-gradient-to: rgb(209 250 223 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/80 {
  --tw-gradient-to: rgb(209 250 223 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/90 {
  --tw-gradient-to: rgb(209 250 223 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/95 {
  --tw-gradient-to: rgb(209 250 223 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/base-opacity-disabled {
  --tw-gradient-to: rgb(209 250 223 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-0 {
  --tw-gradient-to: rgb(209 250 223 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-10 {
  --tw-gradient-to: rgb(209 250 223 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-100 {
  --tw-gradient-to: rgb(209 250 223 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-20 {
  --tw-gradient-to: rgb(209 250 223 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-30 {
  --tw-gradient-to: rgb(209 250 223 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-40 {
  --tw-gradient-to: rgb(209 250 223 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-50 {
  --tw-gradient-to: rgb(209 250 223 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-60 {
  --tw-gradient-to: rgb(209 250 223 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-70 {
  --tw-gradient-to: rgb(209 250 223 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-80 {
  --tw-gradient-to: rgb(209 250 223 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-90 {
  --tw-gradient-to: rgb(209 250 223 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent {
  --tw-gradient-to: #00000000 var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/100 {
  --tw-gradient-to: rgb(0 0 0 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/25 {
  --tw-gradient-to: rgb(0 0 0 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/5 {
  --tw-gradient-to: rgb(0 0 0 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/75 {
  --tw-gradient-to: rgb(0 0 0 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/90 {
  --tw-gradient-to: rgb(0 0 0 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/95 {
  --tw-gradient-to: rgb(0 0 0 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/base-opacity-disabled {
  --tw-gradient-to: rgb(0 0 0 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-0 {
  --tw-gradient-to: rgb(0 0 0 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-10 {
  --tw-gradient-to: rgb(0 0 0 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-100 {
  --tw-gradient-to: rgb(0 0 0 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-20 {
  --tw-gradient-to: rgb(0 0 0 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-30 {
  --tw-gradient-to: rgb(0 0 0 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-40 {
  --tw-gradient-to: rgb(0 0 0 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-50 {
  --tw-gradient-to: rgb(0 0 0 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-60 {
  --tw-gradient-to: rgb(0 0 0 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-70 {
  --tw-gradient-to: rgb(0 0 0 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-80 {
  --tw-gradient-to: rgb(0 0 0 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-90 {
  --tw-gradient-to: rgb(0 0 0 / 90%) var(--tw-gradient-to-position);
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-base-color-bg-accent {
  fill: #d1e0ff;
}
.fill-base-color-bg-accent-emphasis {
  fill: #155eef;
}
.fill-base-color-bg-accent-emphasis\/0 {
  fill: rgb(21 94 239 / 0);
}
.fill-base-color-bg-accent-emphasis\/10 {
  fill: rgb(21 94 239 / 0.1);
}
.fill-base-color-bg-accent-emphasis\/100 {
  fill: rgb(21 94 239 / 1);
}
.fill-base-color-bg-accent-emphasis\/20 {
  fill: rgb(21 94 239 / 0.2);
}
.fill-base-color-bg-accent-emphasis\/25 {
  fill: rgb(21 94 239 / 0.25);
}
.fill-base-color-bg-accent-emphasis\/30 {
  fill: rgb(21 94 239 / 0.3);
}
.fill-base-color-bg-accent-emphasis\/40 {
  fill: rgb(21 94 239 / 0.4);
}
.fill-base-color-bg-accent-emphasis\/5 {
  fill: rgb(21 94 239 / 0.05);
}
.fill-base-color-bg-accent-emphasis\/50 {
  fill: rgb(21 94 239 / 0.5);
}
.fill-base-color-bg-accent-emphasis\/60 {
  fill: rgb(21 94 239 / 0.6);
}
.fill-base-color-bg-accent-emphasis\/70 {
  fill: rgb(21 94 239 / 0.7);
}
.fill-base-color-bg-accent-emphasis\/75 {
  fill: rgb(21 94 239 / 0.75);
}
.fill-base-color-bg-accent-emphasis\/80 {
  fill: rgb(21 94 239 / 0.8);
}
.fill-base-color-bg-accent-emphasis\/90 {
  fill: rgb(21 94 239 / 0.9);
}
.fill-base-color-bg-accent-emphasis\/95 {
  fill: rgb(21 94 239 / 0.95);
}
.fill-base-color-bg-accent-emphasis\/base-opacity-disabled {
  fill: rgb(21 94 239 / 60%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-0 {
  fill: rgb(21 94 239 / 0%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-10 {
  fill: rgb(21 94 239 / 10%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-100 {
  fill: rgb(21 94 239 / 100%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-20 {
  fill: rgb(21 94 239 / 20%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-30 {
  fill: rgb(21 94 239 / 30%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-40 {
  fill: rgb(21 94 239 / 40%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-50 {
  fill: rgb(21 94 239 / 50%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-60 {
  fill: rgb(21 94 239 / 60%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-70 {
  fill: rgb(21 94 239 / 70%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-80 {
  fill: rgb(21 94 239 / 80%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-90 {
  fill: rgb(21 94 239 / 90%);
}
.fill-base-color-bg-accent-subtle {
  fill: #f5f8ff;
}
.fill-base-color-bg-accent-subtle\/0 {
  fill: rgb(245 248 255 / 0);
}
.fill-base-color-bg-accent-subtle\/10 {
  fill: rgb(245 248 255 / 0.1);
}
.fill-base-color-bg-accent-subtle\/100 {
  fill: rgb(245 248 255 / 1);
}
.fill-base-color-bg-accent-subtle\/20 {
  fill: rgb(245 248 255 / 0.2);
}
.fill-base-color-bg-accent-subtle\/25 {
  fill: rgb(245 248 255 / 0.25);
}
.fill-base-color-bg-accent-subtle\/30 {
  fill: rgb(245 248 255 / 0.3);
}
.fill-base-color-bg-accent-subtle\/40 {
  fill: rgb(245 248 255 / 0.4);
}
.fill-base-color-bg-accent-subtle\/5 {
  fill: rgb(245 248 255 / 0.05);
}
.fill-base-color-bg-accent-subtle\/50 {
  fill: rgb(245 248 255 / 0.5);
}
.fill-base-color-bg-accent-subtle\/60 {
  fill: rgb(245 248 255 / 0.6);
}
.fill-base-color-bg-accent-subtle\/70 {
  fill: rgb(245 248 255 / 0.7);
}
.fill-base-color-bg-accent-subtle\/75 {
  fill: rgb(245 248 255 / 0.75);
}
.fill-base-color-bg-accent-subtle\/80 {
  fill: rgb(245 248 255 / 0.8);
}
.fill-base-color-bg-accent-subtle\/90 {
  fill: rgb(245 248 255 / 0.9);
}
.fill-base-color-bg-accent-subtle\/95 {
  fill: rgb(245 248 255 / 0.95);
}
.fill-base-color-bg-accent-subtle\/base-opacity-disabled {
  fill: rgb(245 248 255 / 60%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-0 {
  fill: rgb(245 248 255 / 0%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-10 {
  fill: rgb(245 248 255 / 10%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-100 {
  fill: rgb(245 248 255 / 100%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-20 {
  fill: rgb(245 248 255 / 20%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-30 {
  fill: rgb(245 248 255 / 30%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-40 {
  fill: rgb(245 248 255 / 40%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-50 {
  fill: rgb(245 248 255 / 50%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-60 {
  fill: rgb(245 248 255 / 60%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-70 {
  fill: rgb(245 248 255 / 70%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-80 {
  fill: rgb(245 248 255 / 80%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-90 {
  fill: rgb(245 248 255 / 90%);
}
.fill-base-color-bg-accent\/0 {
  fill: rgb(209 224 255 / 0);
}
.fill-base-color-bg-accent\/10 {
  fill: rgb(209 224 255 / 0.1);
}
.fill-base-color-bg-accent\/100 {
  fill: rgb(209 224 255 / 1);
}
.fill-base-color-bg-accent\/20 {
  fill: rgb(209 224 255 / 0.2);
}
.fill-base-color-bg-accent\/25 {
  fill: rgb(209 224 255 / 0.25);
}
.fill-base-color-bg-accent\/30 {
  fill: rgb(209 224 255 / 0.3);
}
.fill-base-color-bg-accent\/40 {
  fill: rgb(209 224 255 / 0.4);
}
.fill-base-color-bg-accent\/5 {
  fill: rgb(209 224 255 / 0.05);
}
.fill-base-color-bg-accent\/50 {
  fill: rgb(209 224 255 / 0.5);
}
.fill-base-color-bg-accent\/60 {
  fill: rgb(209 224 255 / 0.6);
}
.fill-base-color-bg-accent\/70 {
  fill: rgb(209 224 255 / 0.7);
}
.fill-base-color-bg-accent\/75 {
  fill: rgb(209 224 255 / 0.75);
}
.fill-base-color-bg-accent\/80 {
  fill: rgb(209 224 255 / 0.8);
}
.fill-base-color-bg-accent\/90 {
  fill: rgb(209 224 255 / 0.9);
}
.fill-base-color-bg-accent\/95 {
  fill: rgb(209 224 255 / 0.95);
}
.fill-base-color-bg-accent\/base-opacity-disabled {
  fill: rgb(209 224 255 / 60%);
}
.fill-base-color-bg-accent\/core-opacity-0 {
  fill: rgb(209 224 255 / 0%);
}
.fill-base-color-bg-accent\/core-opacity-10 {
  fill: rgb(209 224 255 / 10%);
}
.fill-base-color-bg-accent\/core-opacity-100 {
  fill: rgb(209 224 255 / 100%);
}
.fill-base-color-bg-accent\/core-opacity-20 {
  fill: rgb(209 224 255 / 20%);
}
.fill-base-color-bg-accent\/core-opacity-30 {
  fill: rgb(209 224 255 / 30%);
}
.fill-base-color-bg-accent\/core-opacity-40 {
  fill: rgb(209 224 255 / 40%);
}
.fill-base-color-bg-accent\/core-opacity-50 {
  fill: rgb(209 224 255 / 50%);
}
.fill-base-color-bg-accent\/core-opacity-60 {
  fill: rgb(209 224 255 / 60%);
}
.fill-base-color-bg-accent\/core-opacity-70 {
  fill: rgb(209 224 255 / 70%);
}
.fill-base-color-bg-accent\/core-opacity-80 {
  fill: rgb(209 224 255 / 80%);
}
.fill-base-color-bg-accent\/core-opacity-90 {
  fill: rgb(209 224 255 / 90%);
}
.fill-base-color-bg-attention {
  fill: #fef0c8;
}
.fill-base-color-bg-attention-emphasis {
  fill: #dd6903;
}
.fill-base-color-bg-attention-emphasis\/0 {
  fill: rgb(221 105 3 / 0);
}
.fill-base-color-bg-attention-emphasis\/10 {
  fill: rgb(221 105 3 / 0.1);
}
.fill-base-color-bg-attention-emphasis\/100 {
  fill: rgb(221 105 3 / 1);
}
.fill-base-color-bg-attention-emphasis\/20 {
  fill: rgb(221 105 3 / 0.2);
}
.fill-base-color-bg-attention-emphasis\/25 {
  fill: rgb(221 105 3 / 0.25);
}
.fill-base-color-bg-attention-emphasis\/30 {
  fill: rgb(221 105 3 / 0.3);
}
.fill-base-color-bg-attention-emphasis\/40 {
  fill: rgb(221 105 3 / 0.4);
}
.fill-base-color-bg-attention-emphasis\/5 {
  fill: rgb(221 105 3 / 0.05);
}
.fill-base-color-bg-attention-emphasis\/50 {
  fill: rgb(221 105 3 / 0.5);
}
.fill-base-color-bg-attention-emphasis\/60 {
  fill: rgb(221 105 3 / 0.6);
}
.fill-base-color-bg-attention-emphasis\/70 {
  fill: rgb(221 105 3 / 0.7);
}
.fill-base-color-bg-attention-emphasis\/75 {
  fill: rgb(221 105 3 / 0.75);
}
.fill-base-color-bg-attention-emphasis\/80 {
  fill: rgb(221 105 3 / 0.8);
}
.fill-base-color-bg-attention-emphasis\/90 {
  fill: rgb(221 105 3 / 0.9);
}
.fill-base-color-bg-attention-emphasis\/95 {
  fill: rgb(221 105 3 / 0.95);
}
.fill-base-color-bg-attention-emphasis\/base-opacity-disabled {
  fill: rgb(221 105 3 / 60%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-0 {
  fill: rgb(221 105 3 / 0%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-10 {
  fill: rgb(221 105 3 / 10%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-100 {
  fill: rgb(221 105 3 / 100%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-20 {
  fill: rgb(221 105 3 / 20%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-30 {
  fill: rgb(221 105 3 / 30%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-40 {
  fill: rgb(221 105 3 / 40%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-50 {
  fill: rgb(221 105 3 / 50%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-60 {
  fill: rgb(221 105 3 / 60%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-70 {
  fill: rgb(221 105 3 / 70%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-80 {
  fill: rgb(221 105 3 / 80%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-90 {
  fill: rgb(221 105 3 / 90%);
}
.fill-base-color-bg-attention-subtle {
  fill: #fffcf5;
}
.fill-base-color-bg-attention-subtle\/0 {
  fill: rgb(255 252 245 / 0);
}
.fill-base-color-bg-attention-subtle\/10 {
  fill: rgb(255 252 245 / 0.1);
}
.fill-base-color-bg-attention-subtle\/100 {
  fill: rgb(255 252 245 / 1);
}
.fill-base-color-bg-attention-subtle\/20 {
  fill: rgb(255 252 245 / 0.2);
}
.fill-base-color-bg-attention-subtle\/25 {
  fill: rgb(255 252 245 / 0.25);
}
.fill-base-color-bg-attention-subtle\/30 {
  fill: rgb(255 252 245 / 0.3);
}
.fill-base-color-bg-attention-subtle\/40 {
  fill: rgb(255 252 245 / 0.4);
}
.fill-base-color-bg-attention-subtle\/5 {
  fill: rgb(255 252 245 / 0.05);
}
.fill-base-color-bg-attention-subtle\/50 {
  fill: rgb(255 252 245 / 0.5);
}
.fill-base-color-bg-attention-subtle\/60 {
  fill: rgb(255 252 245 / 0.6);
}
.fill-base-color-bg-attention-subtle\/70 {
  fill: rgb(255 252 245 / 0.7);
}
.fill-base-color-bg-attention-subtle\/75 {
  fill: rgb(255 252 245 / 0.75);
}
.fill-base-color-bg-attention-subtle\/80 {
  fill: rgb(255 252 245 / 0.8);
}
.fill-base-color-bg-attention-subtle\/90 {
  fill: rgb(255 252 245 / 0.9);
}
.fill-base-color-bg-attention-subtle\/95 {
  fill: rgb(255 252 245 / 0.95);
}
.fill-base-color-bg-attention-subtle\/base-opacity-disabled {
  fill: rgb(255 252 245 / 60%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-0 {
  fill: rgb(255 252 245 / 0%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-10 {
  fill: rgb(255 252 245 / 10%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-100 {
  fill: rgb(255 252 245 / 100%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-20 {
  fill: rgb(255 252 245 / 20%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-30 {
  fill: rgb(255 252 245 / 30%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-40 {
  fill: rgb(255 252 245 / 40%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-50 {
  fill: rgb(255 252 245 / 50%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-60 {
  fill: rgb(255 252 245 / 60%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-70 {
  fill: rgb(255 252 245 / 70%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-80 {
  fill: rgb(255 252 245 / 80%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-90 {
  fill: rgb(255 252 245 / 90%);
}
.fill-base-color-bg-attention\/0 {
  fill: rgb(254 240 200 / 0);
}
.fill-base-color-bg-attention\/10 {
  fill: rgb(254 240 200 / 0.1);
}
.fill-base-color-bg-attention\/100 {
  fill: rgb(254 240 200 / 1);
}
.fill-base-color-bg-attention\/20 {
  fill: rgb(254 240 200 / 0.2);
}
.fill-base-color-bg-attention\/25 {
  fill: rgb(254 240 200 / 0.25);
}
.fill-base-color-bg-attention\/30 {
  fill: rgb(254 240 200 / 0.3);
}
.fill-base-color-bg-attention\/40 {
  fill: rgb(254 240 200 / 0.4);
}
.fill-base-color-bg-attention\/5 {
  fill: rgb(254 240 200 / 0.05);
}
.fill-base-color-bg-attention\/50 {
  fill: rgb(254 240 200 / 0.5);
}
.fill-base-color-bg-attention\/60 {
  fill: rgb(254 240 200 / 0.6);
}
.fill-base-color-bg-attention\/70 {
  fill: rgb(254 240 200 / 0.7);
}
.fill-base-color-bg-attention\/75 {
  fill: rgb(254 240 200 / 0.75);
}
.fill-base-color-bg-attention\/80 {
  fill: rgb(254 240 200 / 0.8);
}
.fill-base-color-bg-attention\/90 {
  fill: rgb(254 240 200 / 0.9);
}
.fill-base-color-bg-attention\/95 {
  fill: rgb(254 240 200 / 0.95);
}
.fill-base-color-bg-attention\/base-opacity-disabled {
  fill: rgb(254 240 200 / 60%);
}
.fill-base-color-bg-attention\/core-opacity-0 {
  fill: rgb(254 240 200 / 0%);
}
.fill-base-color-bg-attention\/core-opacity-10 {
  fill: rgb(254 240 200 / 10%);
}
.fill-base-color-bg-attention\/core-opacity-100 {
  fill: rgb(254 240 200 / 100%);
}
.fill-base-color-bg-attention\/core-opacity-20 {
  fill: rgb(254 240 200 / 20%);
}
.fill-base-color-bg-attention\/core-opacity-30 {
  fill: rgb(254 240 200 / 30%);
}
.fill-base-color-bg-attention\/core-opacity-40 {
  fill: rgb(254 240 200 / 40%);
}
.fill-base-color-bg-attention\/core-opacity-50 {
  fill: rgb(254 240 200 / 50%);
}
.fill-base-color-bg-attention\/core-opacity-60 {
  fill: rgb(254 240 200 / 60%);
}
.fill-base-color-bg-attention\/core-opacity-70 {
  fill: rgb(254 240 200 / 70%);
}
.fill-base-color-bg-attention\/core-opacity-80 {
  fill: rgb(254 240 200 / 80%);
}
.fill-base-color-bg-attention\/core-opacity-90 {
  fill: rgb(254 240 200 / 90%);
}
.fill-base-color-bg-brand {
  fill: #cdd6f9;
}
.fill-base-color-bg-brand-emphasis {
  fill: #5d5bd7;
}
.fill-base-color-bg-brand-emphasis\/0 {
  fill: rgb(93 91 215 / 0);
}
.fill-base-color-bg-brand-emphasis\/10 {
  fill: rgb(93 91 215 / 0.1);
}
.fill-base-color-bg-brand-emphasis\/100 {
  fill: rgb(93 91 215 / 1);
}
.fill-base-color-bg-brand-emphasis\/20 {
  fill: rgb(93 91 215 / 0.2);
}
.fill-base-color-bg-brand-emphasis\/25 {
  fill: rgb(93 91 215 / 0.25);
}
.fill-base-color-bg-brand-emphasis\/30 {
  fill: rgb(93 91 215 / 0.3);
}
.fill-base-color-bg-brand-emphasis\/40 {
  fill: rgb(93 91 215 / 0.4);
}
.fill-base-color-bg-brand-emphasis\/5 {
  fill: rgb(93 91 215 / 0.05);
}
.fill-base-color-bg-brand-emphasis\/50 {
  fill: rgb(93 91 215 / 0.5);
}
.fill-base-color-bg-brand-emphasis\/60 {
  fill: rgb(93 91 215 / 0.6);
}
.fill-base-color-bg-brand-emphasis\/70 {
  fill: rgb(93 91 215 / 0.7);
}
.fill-base-color-bg-brand-emphasis\/75 {
  fill: rgb(93 91 215 / 0.75);
}
.fill-base-color-bg-brand-emphasis\/80 {
  fill: rgb(93 91 215 / 0.8);
}
.fill-base-color-bg-brand-emphasis\/90 {
  fill: rgb(93 91 215 / 0.9);
}
.fill-base-color-bg-brand-emphasis\/95 {
  fill: rgb(93 91 215 / 0.95);
}
.fill-base-color-bg-brand-emphasis\/base-opacity-disabled {
  fill: rgb(93 91 215 / 60%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-0 {
  fill: rgb(93 91 215 / 0%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-10 {
  fill: rgb(93 91 215 / 10%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-100 {
  fill: rgb(93 91 215 / 100%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-20 {
  fill: rgb(93 91 215 / 20%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-30 {
  fill: rgb(93 91 215 / 30%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-40 {
  fill: rgb(93 91 215 / 40%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-50 {
  fill: rgb(93 91 215 / 50%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-60 {
  fill: rgb(93 91 215 / 60%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-70 {
  fill: rgb(93 91 215 / 70%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-80 {
  fill: rgb(93 91 215 / 80%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-90 {
  fill: rgb(93 91 215 / 90%);
}
.fill-base-color-bg-brand-subtle {
  fill: #f2f4fd;
}
.fill-base-color-bg-brand-subtle\/0 {
  fill: rgb(242 244 253 / 0);
}
.fill-base-color-bg-brand-subtle\/10 {
  fill: rgb(242 244 253 / 0.1);
}
.fill-base-color-bg-brand-subtle\/100 {
  fill: rgb(242 244 253 / 1);
}
.fill-base-color-bg-brand-subtle\/20 {
  fill: rgb(242 244 253 / 0.2);
}
.fill-base-color-bg-brand-subtle\/25 {
  fill: rgb(242 244 253 / 0.25);
}
.fill-base-color-bg-brand-subtle\/30 {
  fill: rgb(242 244 253 / 0.3);
}
.fill-base-color-bg-brand-subtle\/40 {
  fill: rgb(242 244 253 / 0.4);
}
.fill-base-color-bg-brand-subtle\/5 {
  fill: rgb(242 244 253 / 0.05);
}
.fill-base-color-bg-brand-subtle\/50 {
  fill: rgb(242 244 253 / 0.5);
}
.fill-base-color-bg-brand-subtle\/60 {
  fill: rgb(242 244 253 / 0.6);
}
.fill-base-color-bg-brand-subtle\/70 {
  fill: rgb(242 244 253 / 0.7);
}
.fill-base-color-bg-brand-subtle\/75 {
  fill: rgb(242 244 253 / 0.75);
}
.fill-base-color-bg-brand-subtle\/80 {
  fill: rgb(242 244 253 / 0.8);
}
.fill-base-color-bg-brand-subtle\/90 {
  fill: rgb(242 244 253 / 0.9);
}
.fill-base-color-bg-brand-subtle\/95 {
  fill: rgb(242 244 253 / 0.95);
}
.fill-base-color-bg-brand-subtle\/base-opacity-disabled {
  fill: rgb(242 244 253 / 60%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-0 {
  fill: rgb(242 244 253 / 0%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-10 {
  fill: rgb(242 244 253 / 10%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-100 {
  fill: rgb(242 244 253 / 100%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-20 {
  fill: rgb(242 244 253 / 20%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-30 {
  fill: rgb(242 244 253 / 30%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-40 {
  fill: rgb(242 244 253 / 40%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-50 {
  fill: rgb(242 244 253 / 50%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-60 {
  fill: rgb(242 244 253 / 60%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-70 {
  fill: rgb(242 244 253 / 70%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-80 {
  fill: rgb(242 244 253 / 80%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-90 {
  fill: rgb(242 244 253 / 90%);
}
.fill-base-color-bg-brand\/0 {
  fill: rgb(205 214 249 / 0);
}
.fill-base-color-bg-brand\/10 {
  fill: rgb(205 214 249 / 0.1);
}
.fill-base-color-bg-brand\/100 {
  fill: rgb(205 214 249 / 1);
}
.fill-base-color-bg-brand\/20 {
  fill: rgb(205 214 249 / 0.2);
}
.fill-base-color-bg-brand\/25 {
  fill: rgb(205 214 249 / 0.25);
}
.fill-base-color-bg-brand\/30 {
  fill: rgb(205 214 249 / 0.3);
}
.fill-base-color-bg-brand\/40 {
  fill: rgb(205 214 249 / 0.4);
}
.fill-base-color-bg-brand\/5 {
  fill: rgb(205 214 249 / 0.05);
}
.fill-base-color-bg-brand\/50 {
  fill: rgb(205 214 249 / 0.5);
}
.fill-base-color-bg-brand\/60 {
  fill: rgb(205 214 249 / 0.6);
}
.fill-base-color-bg-brand\/70 {
  fill: rgb(205 214 249 / 0.7);
}
.fill-base-color-bg-brand\/75 {
  fill: rgb(205 214 249 / 0.75);
}
.fill-base-color-bg-brand\/80 {
  fill: rgb(205 214 249 / 0.8);
}
.fill-base-color-bg-brand\/90 {
  fill: rgb(205 214 249 / 0.9);
}
.fill-base-color-bg-brand\/95 {
  fill: rgb(205 214 249 / 0.95);
}
.fill-base-color-bg-brand\/base-opacity-disabled {
  fill: rgb(205 214 249 / 60%);
}
.fill-base-color-bg-brand\/core-opacity-0 {
  fill: rgb(205 214 249 / 0%);
}
.fill-base-color-bg-brand\/core-opacity-10 {
  fill: rgb(205 214 249 / 10%);
}
.fill-base-color-bg-brand\/core-opacity-100 {
  fill: rgb(205 214 249 / 100%);
}
.fill-base-color-bg-brand\/core-opacity-20 {
  fill: rgb(205 214 249 / 20%);
}
.fill-base-color-bg-brand\/core-opacity-30 {
  fill: rgb(205 214 249 / 30%);
}
.fill-base-color-bg-brand\/core-opacity-40 {
  fill: rgb(205 214 249 / 40%);
}
.fill-base-color-bg-brand\/core-opacity-50 {
  fill: rgb(205 214 249 / 50%);
}
.fill-base-color-bg-brand\/core-opacity-60 {
  fill: rgb(205 214 249 / 60%);
}
.fill-base-color-bg-brand\/core-opacity-70 {
  fill: rgb(205 214 249 / 70%);
}
.fill-base-color-bg-brand\/core-opacity-80 {
  fill: rgb(205 214 249 / 80%);
}
.fill-base-color-bg-brand\/core-opacity-90 {
  fill: rgb(205 214 249 / 90%);
}
.fill-base-color-bg-danger {
  fill: #fee3e1;
}
.fill-base-color-bg-danger-emphasis {
  fill: #f04438;
}
.fill-base-color-bg-danger-emphasis\/0 {
  fill: rgb(240 68 56 / 0);
}
.fill-base-color-bg-danger-emphasis\/10 {
  fill: rgb(240 68 56 / 0.1);
}
.fill-base-color-bg-danger-emphasis\/100 {
  fill: rgb(240 68 56 / 1);
}
.fill-base-color-bg-danger-emphasis\/20 {
  fill: rgb(240 68 56 / 0.2);
}
.fill-base-color-bg-danger-emphasis\/25 {
  fill: rgb(240 68 56 / 0.25);
}
.fill-base-color-bg-danger-emphasis\/30 {
  fill: rgb(240 68 56 / 0.3);
}
.fill-base-color-bg-danger-emphasis\/40 {
  fill: rgb(240 68 56 / 0.4);
}
.fill-base-color-bg-danger-emphasis\/5 {
  fill: rgb(240 68 56 / 0.05);
}
.fill-base-color-bg-danger-emphasis\/50 {
  fill: rgb(240 68 56 / 0.5);
}
.fill-base-color-bg-danger-emphasis\/60 {
  fill: rgb(240 68 56 / 0.6);
}
.fill-base-color-bg-danger-emphasis\/70 {
  fill: rgb(240 68 56 / 0.7);
}
.fill-base-color-bg-danger-emphasis\/75 {
  fill: rgb(240 68 56 / 0.75);
}
.fill-base-color-bg-danger-emphasis\/80 {
  fill: rgb(240 68 56 / 0.8);
}
.fill-base-color-bg-danger-emphasis\/90 {
  fill: rgb(240 68 56 / 0.9);
}
.fill-base-color-bg-danger-emphasis\/95 {
  fill: rgb(240 68 56 / 0.95);
}
.fill-base-color-bg-danger-emphasis\/base-opacity-disabled {
  fill: rgb(240 68 56 / 60%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-0 {
  fill: rgb(240 68 56 / 0%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-10 {
  fill: rgb(240 68 56 / 10%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-100 {
  fill: rgb(240 68 56 / 100%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-20 {
  fill: rgb(240 68 56 / 20%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-30 {
  fill: rgb(240 68 56 / 30%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-40 {
  fill: rgb(240 68 56 / 40%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-50 {
  fill: rgb(240 68 56 / 50%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-60 {
  fill: rgb(240 68 56 / 60%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-70 {
  fill: rgb(240 68 56 / 70%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-80 {
  fill: rgb(240 68 56 / 80%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-90 {
  fill: rgb(240 68 56 / 90%);
}
.fill-base-color-bg-danger-subtle {
  fill: #fffbfa;
}
.fill-base-color-bg-danger-subtle\/0 {
  fill: rgb(255 251 250 / 0);
}
.fill-base-color-bg-danger-subtle\/10 {
  fill: rgb(255 251 250 / 0.1);
}
.fill-base-color-bg-danger-subtle\/100 {
  fill: rgb(255 251 250 / 1);
}
.fill-base-color-bg-danger-subtle\/20 {
  fill: rgb(255 251 250 / 0.2);
}
.fill-base-color-bg-danger-subtle\/25 {
  fill: rgb(255 251 250 / 0.25);
}
.fill-base-color-bg-danger-subtle\/30 {
  fill: rgb(255 251 250 / 0.3);
}
.fill-base-color-bg-danger-subtle\/40 {
  fill: rgb(255 251 250 / 0.4);
}
.fill-base-color-bg-danger-subtle\/5 {
  fill: rgb(255 251 250 / 0.05);
}
.fill-base-color-bg-danger-subtle\/50 {
  fill: rgb(255 251 250 / 0.5);
}
.fill-base-color-bg-danger-subtle\/60 {
  fill: rgb(255 251 250 / 0.6);
}
.fill-base-color-bg-danger-subtle\/70 {
  fill: rgb(255 251 250 / 0.7);
}
.fill-base-color-bg-danger-subtle\/75 {
  fill: rgb(255 251 250 / 0.75);
}
.fill-base-color-bg-danger-subtle\/80 {
  fill: rgb(255 251 250 / 0.8);
}
.fill-base-color-bg-danger-subtle\/90 {
  fill: rgb(255 251 250 / 0.9);
}
.fill-base-color-bg-danger-subtle\/95 {
  fill: rgb(255 251 250 / 0.95);
}
.fill-base-color-bg-danger-subtle\/base-opacity-disabled {
  fill: rgb(255 251 250 / 60%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-0 {
  fill: rgb(255 251 250 / 0%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-10 {
  fill: rgb(255 251 250 / 10%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-100 {
  fill: rgb(255 251 250 / 100%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-20 {
  fill: rgb(255 251 250 / 20%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-30 {
  fill: rgb(255 251 250 / 30%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-40 {
  fill: rgb(255 251 250 / 40%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-50 {
  fill: rgb(255 251 250 / 50%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-60 {
  fill: rgb(255 251 250 / 60%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-70 {
  fill: rgb(255 251 250 / 70%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-80 {
  fill: rgb(255 251 250 / 80%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-90 {
  fill: rgb(255 251 250 / 90%);
}
.fill-base-color-bg-danger\/0 {
  fill: rgb(254 227 225 / 0);
}
.fill-base-color-bg-danger\/10 {
  fill: rgb(254 227 225 / 0.1);
}
.fill-base-color-bg-danger\/100 {
  fill: rgb(254 227 225 / 1);
}
.fill-base-color-bg-danger\/20 {
  fill: rgb(254 227 225 / 0.2);
}
.fill-base-color-bg-danger\/25 {
  fill: rgb(254 227 225 / 0.25);
}
.fill-base-color-bg-danger\/30 {
  fill: rgb(254 227 225 / 0.3);
}
.fill-base-color-bg-danger\/40 {
  fill: rgb(254 227 225 / 0.4);
}
.fill-base-color-bg-danger\/5 {
  fill: rgb(254 227 225 / 0.05);
}
.fill-base-color-bg-danger\/50 {
  fill: rgb(254 227 225 / 0.5);
}
.fill-base-color-bg-danger\/60 {
  fill: rgb(254 227 225 / 0.6);
}
.fill-base-color-bg-danger\/70 {
  fill: rgb(254 227 225 / 0.7);
}
.fill-base-color-bg-danger\/75 {
  fill: rgb(254 227 225 / 0.75);
}
.fill-base-color-bg-danger\/80 {
  fill: rgb(254 227 225 / 0.8);
}
.fill-base-color-bg-danger\/90 {
  fill: rgb(254 227 225 / 0.9);
}
.fill-base-color-bg-danger\/95 {
  fill: rgb(254 227 225 / 0.95);
}
.fill-base-color-bg-danger\/base-opacity-disabled {
  fill: rgb(254 227 225 / 60%);
}
.fill-base-color-bg-danger\/core-opacity-0 {
  fill: rgb(254 227 225 / 0%);
}
.fill-base-color-bg-danger\/core-opacity-10 {
  fill: rgb(254 227 225 / 10%);
}
.fill-base-color-bg-danger\/core-opacity-100 {
  fill: rgb(254 227 225 / 100%);
}
.fill-base-color-bg-danger\/core-opacity-20 {
  fill: rgb(254 227 225 / 20%);
}
.fill-base-color-bg-danger\/core-opacity-30 {
  fill: rgb(254 227 225 / 30%);
}
.fill-base-color-bg-danger\/core-opacity-40 {
  fill: rgb(254 227 225 / 40%);
}
.fill-base-color-bg-danger\/core-opacity-50 {
  fill: rgb(254 227 225 / 50%);
}
.fill-base-color-bg-danger\/core-opacity-60 {
  fill: rgb(254 227 225 / 60%);
}
.fill-base-color-bg-danger\/core-opacity-70 {
  fill: rgb(254 227 225 / 70%);
}
.fill-base-color-bg-danger\/core-opacity-80 {
  fill: rgb(254 227 225 / 80%);
}
.fill-base-color-bg-danger\/core-opacity-90 {
  fill: rgb(254 227 225 / 90%);
}
.fill-base-color-bg-default {
  fill: #ffffff;
}
.fill-base-color-bg-default\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-base-color-bg-default\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-base-color-bg-default\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-base-color-bg-default\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-base-color-bg-default\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-base-color-bg-default\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-base-color-bg-default\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-base-color-bg-default\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-base-color-bg-default\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-base-color-bg-default\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-base-color-bg-default\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-base-color-bg-default\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-base-color-bg-default\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-base-color-bg-default\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-base-color-bg-default\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.fill-base-color-bg-default\/base-opacity-disabled {
  fill: rgb(255 255 255 / 60%);
}
.fill-base-color-bg-default\/core-opacity-0 {
  fill: rgb(255 255 255 / 0%);
}
.fill-base-color-bg-default\/core-opacity-10 {
  fill: rgb(255 255 255 / 10%);
}
.fill-base-color-bg-default\/core-opacity-100 {
  fill: rgb(255 255 255 / 100%);
}
.fill-base-color-bg-default\/core-opacity-20 {
  fill: rgb(255 255 255 / 20%);
}
.fill-base-color-bg-default\/core-opacity-30 {
  fill: rgb(255 255 255 / 30%);
}
.fill-base-color-bg-default\/core-opacity-40 {
  fill: rgb(255 255 255 / 40%);
}
.fill-base-color-bg-default\/core-opacity-50 {
  fill: rgb(255 255 255 / 50%);
}
.fill-base-color-bg-default\/core-opacity-60 {
  fill: rgb(255 255 255 / 60%);
}
.fill-base-color-bg-default\/core-opacity-70 {
  fill: rgb(255 255 255 / 70%);
}
.fill-base-color-bg-default\/core-opacity-80 {
  fill: rgb(255 255 255 / 80%);
}
.fill-base-color-bg-default\/core-opacity-90 {
  fill: rgb(255 255 255 / 90%);
}
.fill-base-color-bg-emphasis {
  fill: #101828;
}
.fill-base-color-bg-emphasis\/0 {
  fill: rgb(16 24 40 / 0);
}
.fill-base-color-bg-emphasis\/10 {
  fill: rgb(16 24 40 / 0.1);
}
.fill-base-color-bg-emphasis\/100 {
  fill: rgb(16 24 40 / 1);
}
.fill-base-color-bg-emphasis\/20 {
  fill: rgb(16 24 40 / 0.2);
}
.fill-base-color-bg-emphasis\/25 {
  fill: rgb(16 24 40 / 0.25);
}
.fill-base-color-bg-emphasis\/30 {
  fill: rgb(16 24 40 / 0.3);
}
.fill-base-color-bg-emphasis\/40 {
  fill: rgb(16 24 40 / 0.4);
}
.fill-base-color-bg-emphasis\/5 {
  fill: rgb(16 24 40 / 0.05);
}
.fill-base-color-bg-emphasis\/50 {
  fill: rgb(16 24 40 / 0.5);
}
.fill-base-color-bg-emphasis\/60 {
  fill: rgb(16 24 40 / 0.6);
}
.fill-base-color-bg-emphasis\/70 {
  fill: rgb(16 24 40 / 0.7);
}
.fill-base-color-bg-emphasis\/75 {
  fill: rgb(16 24 40 / 0.75);
}
.fill-base-color-bg-emphasis\/80 {
  fill: rgb(16 24 40 / 0.8);
}
.fill-base-color-bg-emphasis\/90 {
  fill: rgb(16 24 40 / 0.9);
}
.fill-base-color-bg-emphasis\/95 {
  fill: rgb(16 24 40 / 0.95);
}
.fill-base-color-bg-emphasis\/base-opacity-disabled {
  fill: rgb(16 24 40 / 60%);
}
.fill-base-color-bg-emphasis\/core-opacity-0 {
  fill: rgb(16 24 40 / 0%);
}
.fill-base-color-bg-emphasis\/core-opacity-10 {
  fill: rgb(16 24 40 / 10%);
}
.fill-base-color-bg-emphasis\/core-opacity-100 {
  fill: rgb(16 24 40 / 100%);
}
.fill-base-color-bg-emphasis\/core-opacity-20 {
  fill: rgb(16 24 40 / 20%);
}
.fill-base-color-bg-emphasis\/core-opacity-30 {
  fill: rgb(16 24 40 / 30%);
}
.fill-base-color-bg-emphasis\/core-opacity-40 {
  fill: rgb(16 24 40 / 40%);
}
.fill-base-color-bg-emphasis\/core-opacity-50 {
  fill: rgb(16 24 40 / 50%);
}
.fill-base-color-bg-emphasis\/core-opacity-60 {
  fill: rgb(16 24 40 / 60%);
}
.fill-base-color-bg-emphasis\/core-opacity-70 {
  fill: rgb(16 24 40 / 70%);
}
.fill-base-color-bg-emphasis\/core-opacity-80 {
  fill: rgb(16 24 40 / 80%);
}
.fill-base-color-bg-emphasis\/core-opacity-90 {
  fill: rgb(16 24 40 / 90%);
}
.fill-base-color-bg-muted {
  fill: #eaecf0;
}
.fill-base-color-bg-muted\/0 {
  fill: rgb(234 236 240 / 0);
}
.fill-base-color-bg-muted\/10 {
  fill: rgb(234 236 240 / 0.1);
}
.fill-base-color-bg-muted\/100 {
  fill: rgb(234 236 240 / 1);
}
.fill-base-color-bg-muted\/20 {
  fill: rgb(234 236 240 / 0.2);
}
.fill-base-color-bg-muted\/25 {
  fill: rgb(234 236 240 / 0.25);
}
.fill-base-color-bg-muted\/30 {
  fill: rgb(234 236 240 / 0.3);
}
.fill-base-color-bg-muted\/40 {
  fill: rgb(234 236 240 / 0.4);
}
.fill-base-color-bg-muted\/5 {
  fill: rgb(234 236 240 / 0.05);
}
.fill-base-color-bg-muted\/50 {
  fill: rgb(234 236 240 / 0.5);
}
.fill-base-color-bg-muted\/60 {
  fill: rgb(234 236 240 / 0.6);
}
.fill-base-color-bg-muted\/70 {
  fill: rgb(234 236 240 / 0.7);
}
.fill-base-color-bg-muted\/75 {
  fill: rgb(234 236 240 / 0.75);
}
.fill-base-color-bg-muted\/80 {
  fill: rgb(234 236 240 / 0.8);
}
.fill-base-color-bg-muted\/90 {
  fill: rgb(234 236 240 / 0.9);
}
.fill-base-color-bg-muted\/95 {
  fill: rgb(234 236 240 / 0.95);
}
.fill-base-color-bg-muted\/base-opacity-disabled {
  fill: rgb(234 236 240 / 60%);
}
.fill-base-color-bg-muted\/core-opacity-0 {
  fill: rgb(234 236 240 / 0%);
}
.fill-base-color-bg-muted\/core-opacity-10 {
  fill: rgb(234 236 240 / 10%);
}
.fill-base-color-bg-muted\/core-opacity-100 {
  fill: rgb(234 236 240 / 100%);
}
.fill-base-color-bg-muted\/core-opacity-20 {
  fill: rgb(234 236 240 / 20%);
}
.fill-base-color-bg-muted\/core-opacity-30 {
  fill: rgb(234 236 240 / 30%);
}
.fill-base-color-bg-muted\/core-opacity-40 {
  fill: rgb(234 236 240 / 40%);
}
.fill-base-color-bg-muted\/core-opacity-50 {
  fill: rgb(234 236 240 / 50%);
}
.fill-base-color-bg-muted\/core-opacity-60 {
  fill: rgb(234 236 240 / 60%);
}
.fill-base-color-bg-muted\/core-opacity-70 {
  fill: rgb(234 236 240 / 70%);
}
.fill-base-color-bg-muted\/core-opacity-80 {
  fill: rgb(234 236 240 / 80%);
}
.fill-base-color-bg-muted\/core-opacity-90 {
  fill: rgb(234 236 240 / 90%);
}
.fill-base-color-bg-subtle {
  fill: #f2f4f7;
}
.fill-base-color-bg-subtle\/0 {
  fill: rgb(242 244 247 / 0);
}
.fill-base-color-bg-subtle\/10 {
  fill: rgb(242 244 247 / 0.1);
}
.fill-base-color-bg-subtle\/100 {
  fill: rgb(242 244 247 / 1);
}
.fill-base-color-bg-subtle\/20 {
  fill: rgb(242 244 247 / 0.2);
}
.fill-base-color-bg-subtle\/25 {
  fill: rgb(242 244 247 / 0.25);
}
.fill-base-color-bg-subtle\/30 {
  fill: rgb(242 244 247 / 0.3);
}
.fill-base-color-bg-subtle\/40 {
  fill: rgb(242 244 247 / 0.4);
}
.fill-base-color-bg-subtle\/5 {
  fill: rgb(242 244 247 / 0.05);
}
.fill-base-color-bg-subtle\/50 {
  fill: rgb(242 244 247 / 0.5);
}
.fill-base-color-bg-subtle\/60 {
  fill: rgb(242 244 247 / 0.6);
}
.fill-base-color-bg-subtle\/70 {
  fill: rgb(242 244 247 / 0.7);
}
.fill-base-color-bg-subtle\/75 {
  fill: rgb(242 244 247 / 0.75);
}
.fill-base-color-bg-subtle\/80 {
  fill: rgb(242 244 247 / 0.8);
}
.fill-base-color-bg-subtle\/90 {
  fill: rgb(242 244 247 / 0.9);
}
.fill-base-color-bg-subtle\/95 {
  fill: rgb(242 244 247 / 0.95);
}
.fill-base-color-bg-subtle\/base-opacity-disabled {
  fill: rgb(242 244 247 / 60%);
}
.fill-base-color-bg-subtle\/core-opacity-0 {
  fill: rgb(242 244 247 / 0%);
}
.fill-base-color-bg-subtle\/core-opacity-10 {
  fill: rgb(242 244 247 / 10%);
}
.fill-base-color-bg-subtle\/core-opacity-100 {
  fill: rgb(242 244 247 / 100%);
}
.fill-base-color-bg-subtle\/core-opacity-20 {
  fill: rgb(242 244 247 / 20%);
}
.fill-base-color-bg-subtle\/core-opacity-30 {
  fill: rgb(242 244 247 / 30%);
}
.fill-base-color-bg-subtle\/core-opacity-40 {
  fill: rgb(242 244 247 / 40%);
}
.fill-base-color-bg-subtle\/core-opacity-50 {
  fill: rgb(242 244 247 / 50%);
}
.fill-base-color-bg-subtle\/core-opacity-60 {
  fill: rgb(242 244 247 / 60%);
}
.fill-base-color-bg-subtle\/core-opacity-70 {
  fill: rgb(242 244 247 / 70%);
}
.fill-base-color-bg-subtle\/core-opacity-80 {
  fill: rgb(242 244 247 / 80%);
}
.fill-base-color-bg-subtle\/core-opacity-90 {
  fill: rgb(242 244 247 / 90%);
}
.fill-base-color-bg-success {
  fill: #d1fadf;
}
.fill-base-color-bg-success-emphasis {
  fill: #12b569;
}
.fill-base-color-bg-success-emphasis\/0 {
  fill: rgb(18 181 105 / 0);
}
.fill-base-color-bg-success-emphasis\/10 {
  fill: rgb(18 181 105 / 0.1);
}
.fill-base-color-bg-success-emphasis\/100 {
  fill: rgb(18 181 105 / 1);
}
.fill-base-color-bg-success-emphasis\/20 {
  fill: rgb(18 181 105 / 0.2);
}
.fill-base-color-bg-success-emphasis\/25 {
  fill: rgb(18 181 105 / 0.25);
}
.fill-base-color-bg-success-emphasis\/30 {
  fill: rgb(18 181 105 / 0.3);
}
.fill-base-color-bg-success-emphasis\/40 {
  fill: rgb(18 181 105 / 0.4);
}
.fill-base-color-bg-success-emphasis\/5 {
  fill: rgb(18 181 105 / 0.05);
}
.fill-base-color-bg-success-emphasis\/50 {
  fill: rgb(18 181 105 / 0.5);
}
.fill-base-color-bg-success-emphasis\/60 {
  fill: rgb(18 181 105 / 0.6);
}
.fill-base-color-bg-success-emphasis\/70 {
  fill: rgb(18 181 105 / 0.7);
}
.fill-base-color-bg-success-emphasis\/75 {
  fill: rgb(18 181 105 / 0.75);
}
.fill-base-color-bg-success-emphasis\/80 {
  fill: rgb(18 181 105 / 0.8);
}
.fill-base-color-bg-success-emphasis\/90 {
  fill: rgb(18 181 105 / 0.9);
}
.fill-base-color-bg-success-emphasis\/95 {
  fill: rgb(18 181 105 / 0.95);
}
.fill-base-color-bg-success-emphasis\/base-opacity-disabled {
  fill: rgb(18 181 105 / 60%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-0 {
  fill: rgb(18 181 105 / 0%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-10 {
  fill: rgb(18 181 105 / 10%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-100 {
  fill: rgb(18 181 105 / 100%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-20 {
  fill: rgb(18 181 105 / 20%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-30 {
  fill: rgb(18 181 105 / 30%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-40 {
  fill: rgb(18 181 105 / 40%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-50 {
  fill: rgb(18 181 105 / 50%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-60 {
  fill: rgb(18 181 105 / 60%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-70 {
  fill: rgb(18 181 105 / 70%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-80 {
  fill: rgb(18 181 105 / 80%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-90 {
  fill: rgb(18 181 105 / 90%);
}
.fill-base-color-bg-success-subtle {
  fill: #f6fef9;
}
.fill-base-color-bg-success-subtle\/0 {
  fill: rgb(246 254 249 / 0);
}
.fill-base-color-bg-success-subtle\/10 {
  fill: rgb(246 254 249 / 0.1);
}
.fill-base-color-bg-success-subtle\/100 {
  fill: rgb(246 254 249 / 1);
}
.fill-base-color-bg-success-subtle\/20 {
  fill: rgb(246 254 249 / 0.2);
}
.fill-base-color-bg-success-subtle\/25 {
  fill: rgb(246 254 249 / 0.25);
}
.fill-base-color-bg-success-subtle\/30 {
  fill: rgb(246 254 249 / 0.3);
}
.fill-base-color-bg-success-subtle\/40 {
  fill: rgb(246 254 249 / 0.4);
}
.fill-base-color-bg-success-subtle\/5 {
  fill: rgb(246 254 249 / 0.05);
}
.fill-base-color-bg-success-subtle\/50 {
  fill: rgb(246 254 249 / 0.5);
}
.fill-base-color-bg-success-subtle\/60 {
  fill: rgb(246 254 249 / 0.6);
}
.fill-base-color-bg-success-subtle\/70 {
  fill: rgb(246 254 249 / 0.7);
}
.fill-base-color-bg-success-subtle\/75 {
  fill: rgb(246 254 249 / 0.75);
}
.fill-base-color-bg-success-subtle\/80 {
  fill: rgb(246 254 249 / 0.8);
}
.fill-base-color-bg-success-subtle\/90 {
  fill: rgb(246 254 249 / 0.9);
}
.fill-base-color-bg-success-subtle\/95 {
  fill: rgb(246 254 249 / 0.95);
}
.fill-base-color-bg-success-subtle\/base-opacity-disabled {
  fill: rgb(246 254 249 / 60%);
}
.fill-base-color-bg-success-subtle\/core-opacity-0 {
  fill: rgb(246 254 249 / 0%);
}
.fill-base-color-bg-success-subtle\/core-opacity-10 {
  fill: rgb(246 254 249 / 10%);
}
.fill-base-color-bg-success-subtle\/core-opacity-100 {
  fill: rgb(246 254 249 / 100%);
}
.fill-base-color-bg-success-subtle\/core-opacity-20 {
  fill: rgb(246 254 249 / 20%);
}
.fill-base-color-bg-success-subtle\/core-opacity-30 {
  fill: rgb(246 254 249 / 30%);
}
.fill-base-color-bg-success-subtle\/core-opacity-40 {
  fill: rgb(246 254 249 / 40%);
}
.fill-base-color-bg-success-subtle\/core-opacity-50 {
  fill: rgb(246 254 249 / 50%);
}
.fill-base-color-bg-success-subtle\/core-opacity-60 {
  fill: rgb(246 254 249 / 60%);
}
.fill-base-color-bg-success-subtle\/core-opacity-70 {
  fill: rgb(246 254 249 / 70%);
}
.fill-base-color-bg-success-subtle\/core-opacity-80 {
  fill: rgb(246 254 249 / 80%);
}
.fill-base-color-bg-success-subtle\/core-opacity-90 {
  fill: rgb(246 254 249 / 90%);
}
.fill-base-color-bg-success\/0 {
  fill: rgb(209 250 223 / 0);
}
.fill-base-color-bg-success\/10 {
  fill: rgb(209 250 223 / 0.1);
}
.fill-base-color-bg-success\/100 {
  fill: rgb(209 250 223 / 1);
}
.fill-base-color-bg-success\/20 {
  fill: rgb(209 250 223 / 0.2);
}
.fill-base-color-bg-success\/25 {
  fill: rgb(209 250 223 / 0.25);
}
.fill-base-color-bg-success\/30 {
  fill: rgb(209 250 223 / 0.3);
}
.fill-base-color-bg-success\/40 {
  fill: rgb(209 250 223 / 0.4);
}
.fill-base-color-bg-success\/5 {
  fill: rgb(209 250 223 / 0.05);
}
.fill-base-color-bg-success\/50 {
  fill: rgb(209 250 223 / 0.5);
}
.fill-base-color-bg-success\/60 {
  fill: rgb(209 250 223 / 0.6);
}
.fill-base-color-bg-success\/70 {
  fill: rgb(209 250 223 / 0.7);
}
.fill-base-color-bg-success\/75 {
  fill: rgb(209 250 223 / 0.75);
}
.fill-base-color-bg-success\/80 {
  fill: rgb(209 250 223 / 0.8);
}
.fill-base-color-bg-success\/90 {
  fill: rgb(209 250 223 / 0.9);
}
.fill-base-color-bg-success\/95 {
  fill: rgb(209 250 223 / 0.95);
}
.fill-base-color-bg-success\/base-opacity-disabled {
  fill: rgb(209 250 223 / 60%);
}
.fill-base-color-bg-success\/core-opacity-0 {
  fill: rgb(209 250 223 / 0%);
}
.fill-base-color-bg-success\/core-opacity-10 {
  fill: rgb(209 250 223 / 10%);
}
.fill-base-color-bg-success\/core-opacity-100 {
  fill: rgb(209 250 223 / 100%);
}
.fill-base-color-bg-success\/core-opacity-20 {
  fill: rgb(209 250 223 / 20%);
}
.fill-base-color-bg-success\/core-opacity-30 {
  fill: rgb(209 250 223 / 30%);
}
.fill-base-color-bg-success\/core-opacity-40 {
  fill: rgb(209 250 223 / 40%);
}
.fill-base-color-bg-success\/core-opacity-50 {
  fill: rgb(209 250 223 / 50%);
}
.fill-base-color-bg-success\/core-opacity-60 {
  fill: rgb(209 250 223 / 60%);
}
.fill-base-color-bg-success\/core-opacity-70 {
  fill: rgb(209 250 223 / 70%);
}
.fill-base-color-bg-success\/core-opacity-80 {
  fill: rgb(209 250 223 / 80%);
}
.fill-base-color-bg-success\/core-opacity-90 {
  fill: rgb(209 250 223 / 90%);
}
.fill-base-color-bg-transparent {
  fill: #00000000;
}
.fill-base-color-bg-transparent\/0 {
  fill: rgb(0 0 0 / 0);
}
.fill-base-color-bg-transparent\/10 {
  fill: rgb(0 0 0 / 0.1);
}
.fill-base-color-bg-transparent\/100 {
  fill: rgb(0 0 0 / 1);
}
.fill-base-color-bg-transparent\/20 {
  fill: rgb(0 0 0 / 0.2);
}
.fill-base-color-bg-transparent\/25 {
  fill: rgb(0 0 0 / 0.25);
}
.fill-base-color-bg-transparent\/30 {
  fill: rgb(0 0 0 / 0.3);
}
.fill-base-color-bg-transparent\/40 {
  fill: rgb(0 0 0 / 0.4);
}
.fill-base-color-bg-transparent\/5 {
  fill: rgb(0 0 0 / 0.05);
}
.fill-base-color-bg-transparent\/50 {
  fill: rgb(0 0 0 / 0.5);
}
.fill-base-color-bg-transparent\/60 {
  fill: rgb(0 0 0 / 0.6);
}
.fill-base-color-bg-transparent\/70 {
  fill: rgb(0 0 0 / 0.7);
}
.fill-base-color-bg-transparent\/75 {
  fill: rgb(0 0 0 / 0.75);
}
.fill-base-color-bg-transparent\/80 {
  fill: rgb(0 0 0 / 0.8);
}
.fill-base-color-bg-transparent\/90 {
  fill: rgb(0 0 0 / 0.9);
}
.fill-base-color-bg-transparent\/95 {
  fill: rgb(0 0 0 / 0.95);
}
.fill-base-color-bg-transparent\/base-opacity-disabled {
  fill: rgb(0 0 0 / 60%);
}
.fill-base-color-bg-transparent\/core-opacity-0 {
  fill: rgb(0 0 0 / 0%);
}
.fill-base-color-bg-transparent\/core-opacity-10 {
  fill: rgb(0 0 0 / 10%);
}
.fill-base-color-bg-transparent\/core-opacity-100 {
  fill: rgb(0 0 0 / 100%);
}
.fill-base-color-bg-transparent\/core-opacity-20 {
  fill: rgb(0 0 0 / 20%);
}
.fill-base-color-bg-transparent\/core-opacity-30 {
  fill: rgb(0 0 0 / 30%);
}
.fill-base-color-bg-transparent\/core-opacity-40 {
  fill: rgb(0 0 0 / 40%);
}
.fill-base-color-bg-transparent\/core-opacity-50 {
  fill: rgb(0 0 0 / 50%);
}
.fill-base-color-bg-transparent\/core-opacity-60 {
  fill: rgb(0 0 0 / 60%);
}
.fill-base-color-bg-transparent\/core-opacity-70 {
  fill: rgb(0 0 0 / 70%);
}
.fill-base-color-bg-transparent\/core-opacity-80 {
  fill: rgb(0 0 0 / 80%);
}
.fill-base-color-bg-transparent\/core-opacity-90 {
  fill: rgb(0 0 0 / 90%);
}
.fill-base-color-fg-attention {
  fill: #dd6903;
}
.fill-base-color-fg-brand {
  fill: #5d5bd7;
}
.fill-base-color-fg-danger {
  fill: #d92d20;
}
.fill-base-color-fg-default {
  fill: #101828;
}
.fill-base-color-fg-muted {
  fill: #344055;
}
.fill-base-color-fg-subtle {
  fill: #667085;
}
.fill-base-color-fg-success {
  fill: #039654;
}
.fill-comp-toggle-color-primary-selected-enabled-border {
  fill: #5d5bd7;
}
.fill-comp-toggle-color-primary-unselected-enabled-border {
  fill: #d0d5dd;
}
.fill-core-color-neutral-50 {
  fill: #98a2b3;
}
.fill-danger {
  fill: #EF4444;
}
.fill-gray-300 {
  fill: #d1d5db;
}
.fill-gray-400 {
  fill: #9ca3af;
}
.fill-primary {
  fill: #5d5bd7;
}
.fill-red-600 {
  fill: #dc2626;
}
.fill-success {
  fill: #10b981;
}
.stroke-base-color-bg-accent {
  stroke: #d1e0ff;
}
.stroke-base-color-bg-accent-emphasis {
  stroke: #155eef;
}
.stroke-base-color-bg-accent-emphasis\/0 {
  stroke: rgb(21 94 239 / 0);
}
.stroke-base-color-bg-accent-emphasis\/10 {
  stroke: rgb(21 94 239 / 0.1);
}
.stroke-base-color-bg-accent-emphasis\/100 {
  stroke: rgb(21 94 239 / 1);
}
.stroke-base-color-bg-accent-emphasis\/20 {
  stroke: rgb(21 94 239 / 0.2);
}
.stroke-base-color-bg-accent-emphasis\/25 {
  stroke: rgb(21 94 239 / 0.25);
}
.stroke-base-color-bg-accent-emphasis\/30 {
  stroke: rgb(21 94 239 / 0.3);
}
.stroke-base-color-bg-accent-emphasis\/40 {
  stroke: rgb(21 94 239 / 0.4);
}
.stroke-base-color-bg-accent-emphasis\/5 {
  stroke: rgb(21 94 239 / 0.05);
}
.stroke-base-color-bg-accent-emphasis\/50 {
  stroke: rgb(21 94 239 / 0.5);
}
.stroke-base-color-bg-accent-emphasis\/60 {
  stroke: rgb(21 94 239 / 0.6);
}
.stroke-base-color-bg-accent-emphasis\/70 {
  stroke: rgb(21 94 239 / 0.7);
}
.stroke-base-color-bg-accent-emphasis\/75 {
  stroke: rgb(21 94 239 / 0.75);
}
.stroke-base-color-bg-accent-emphasis\/80 {
  stroke: rgb(21 94 239 / 0.8);
}
.stroke-base-color-bg-accent-emphasis\/90 {
  stroke: rgb(21 94 239 / 0.9);
}
.stroke-base-color-bg-accent-emphasis\/95 {
  stroke: rgb(21 94 239 / 0.95);
}
.stroke-base-color-bg-accent-emphasis\/base-opacity-disabled {
  stroke: rgb(21 94 239 / 60%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-0 {
  stroke: rgb(21 94 239 / 0%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-10 {
  stroke: rgb(21 94 239 / 10%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-100 {
  stroke: rgb(21 94 239 / 100%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-20 {
  stroke: rgb(21 94 239 / 20%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-30 {
  stroke: rgb(21 94 239 / 30%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-40 {
  stroke: rgb(21 94 239 / 40%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-50 {
  stroke: rgb(21 94 239 / 50%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-60 {
  stroke: rgb(21 94 239 / 60%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-70 {
  stroke: rgb(21 94 239 / 70%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-80 {
  stroke: rgb(21 94 239 / 80%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-90 {
  stroke: rgb(21 94 239 / 90%);
}
.stroke-base-color-bg-accent-subtle {
  stroke: #f5f8ff;
}
.stroke-base-color-bg-accent-subtle\/0 {
  stroke: rgb(245 248 255 / 0);
}
.stroke-base-color-bg-accent-subtle\/10 {
  stroke: rgb(245 248 255 / 0.1);
}
.stroke-base-color-bg-accent-subtle\/100 {
  stroke: rgb(245 248 255 / 1);
}
.stroke-base-color-bg-accent-subtle\/20 {
  stroke: rgb(245 248 255 / 0.2);
}
.stroke-base-color-bg-accent-subtle\/25 {
  stroke: rgb(245 248 255 / 0.25);
}
.stroke-base-color-bg-accent-subtle\/30 {
  stroke: rgb(245 248 255 / 0.3);
}
.stroke-base-color-bg-accent-subtle\/40 {
  stroke: rgb(245 248 255 / 0.4);
}
.stroke-base-color-bg-accent-subtle\/5 {
  stroke: rgb(245 248 255 / 0.05);
}
.stroke-base-color-bg-accent-subtle\/50 {
  stroke: rgb(245 248 255 / 0.5);
}
.stroke-base-color-bg-accent-subtle\/60 {
  stroke: rgb(245 248 255 / 0.6);
}
.stroke-base-color-bg-accent-subtle\/70 {
  stroke: rgb(245 248 255 / 0.7);
}
.stroke-base-color-bg-accent-subtle\/75 {
  stroke: rgb(245 248 255 / 0.75);
}
.stroke-base-color-bg-accent-subtle\/80 {
  stroke: rgb(245 248 255 / 0.8);
}
.stroke-base-color-bg-accent-subtle\/90 {
  stroke: rgb(245 248 255 / 0.9);
}
.stroke-base-color-bg-accent-subtle\/95 {
  stroke: rgb(245 248 255 / 0.95);
}
.stroke-base-color-bg-accent-subtle\/base-opacity-disabled {
  stroke: rgb(245 248 255 / 60%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-0 {
  stroke: rgb(245 248 255 / 0%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-10 {
  stroke: rgb(245 248 255 / 10%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-100 {
  stroke: rgb(245 248 255 / 100%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-20 {
  stroke: rgb(245 248 255 / 20%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-30 {
  stroke: rgb(245 248 255 / 30%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-40 {
  stroke: rgb(245 248 255 / 40%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-50 {
  stroke: rgb(245 248 255 / 50%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-60 {
  stroke: rgb(245 248 255 / 60%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-70 {
  stroke: rgb(245 248 255 / 70%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-80 {
  stroke: rgb(245 248 255 / 80%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-90 {
  stroke: rgb(245 248 255 / 90%);
}
.stroke-base-color-bg-accent\/0 {
  stroke: rgb(209 224 255 / 0);
}
.stroke-base-color-bg-accent\/10 {
  stroke: rgb(209 224 255 / 0.1);
}
.stroke-base-color-bg-accent\/100 {
  stroke: rgb(209 224 255 / 1);
}
.stroke-base-color-bg-accent\/20 {
  stroke: rgb(209 224 255 / 0.2);
}
.stroke-base-color-bg-accent\/25 {
  stroke: rgb(209 224 255 / 0.25);
}
.stroke-base-color-bg-accent\/30 {
  stroke: rgb(209 224 255 / 0.3);
}
.stroke-base-color-bg-accent\/40 {
  stroke: rgb(209 224 255 / 0.4);
}
.stroke-base-color-bg-accent\/5 {
  stroke: rgb(209 224 255 / 0.05);
}
.stroke-base-color-bg-accent\/50 {
  stroke: rgb(209 224 255 / 0.5);
}
.stroke-base-color-bg-accent\/60 {
  stroke: rgb(209 224 255 / 0.6);
}
.stroke-base-color-bg-accent\/70 {
  stroke: rgb(209 224 255 / 0.7);
}
.stroke-base-color-bg-accent\/75 {
  stroke: rgb(209 224 255 / 0.75);
}
.stroke-base-color-bg-accent\/80 {
  stroke: rgb(209 224 255 / 0.8);
}
.stroke-base-color-bg-accent\/90 {
  stroke: rgb(209 224 255 / 0.9);
}
.stroke-base-color-bg-accent\/95 {
  stroke: rgb(209 224 255 / 0.95);
}
.stroke-base-color-bg-accent\/base-opacity-disabled {
  stroke: rgb(209 224 255 / 60%);
}
.stroke-base-color-bg-accent\/core-opacity-0 {
  stroke: rgb(209 224 255 / 0%);
}
.stroke-base-color-bg-accent\/core-opacity-10 {
  stroke: rgb(209 224 255 / 10%);
}
.stroke-base-color-bg-accent\/core-opacity-100 {
  stroke: rgb(209 224 255 / 100%);
}
.stroke-base-color-bg-accent\/core-opacity-20 {
  stroke: rgb(209 224 255 / 20%);
}
.stroke-base-color-bg-accent\/core-opacity-30 {
  stroke: rgb(209 224 255 / 30%);
}
.stroke-base-color-bg-accent\/core-opacity-40 {
  stroke: rgb(209 224 255 / 40%);
}
.stroke-base-color-bg-accent\/core-opacity-50 {
  stroke: rgb(209 224 255 / 50%);
}
.stroke-base-color-bg-accent\/core-opacity-60 {
  stroke: rgb(209 224 255 / 60%);
}
.stroke-base-color-bg-accent\/core-opacity-70 {
  stroke: rgb(209 224 255 / 70%);
}
.stroke-base-color-bg-accent\/core-opacity-80 {
  stroke: rgb(209 224 255 / 80%);
}
.stroke-base-color-bg-accent\/core-opacity-90 {
  stroke: rgb(209 224 255 / 90%);
}
.stroke-base-color-bg-attention {
  stroke: #fef0c8;
}
.stroke-base-color-bg-attention-emphasis {
  stroke: #dd6903;
}
.stroke-base-color-bg-attention-emphasis\/0 {
  stroke: rgb(221 105 3 / 0);
}
.stroke-base-color-bg-attention-emphasis\/10 {
  stroke: rgb(221 105 3 / 0.1);
}
.stroke-base-color-bg-attention-emphasis\/100 {
  stroke: rgb(221 105 3 / 1);
}
.stroke-base-color-bg-attention-emphasis\/20 {
  stroke: rgb(221 105 3 / 0.2);
}
.stroke-base-color-bg-attention-emphasis\/25 {
  stroke: rgb(221 105 3 / 0.25);
}
.stroke-base-color-bg-attention-emphasis\/30 {
  stroke: rgb(221 105 3 / 0.3);
}
.stroke-base-color-bg-attention-emphasis\/40 {
  stroke: rgb(221 105 3 / 0.4);
}
.stroke-base-color-bg-attention-emphasis\/5 {
  stroke: rgb(221 105 3 / 0.05);
}
.stroke-base-color-bg-attention-emphasis\/50 {
  stroke: rgb(221 105 3 / 0.5);
}
.stroke-base-color-bg-attention-emphasis\/60 {
  stroke: rgb(221 105 3 / 0.6);
}
.stroke-base-color-bg-attention-emphasis\/70 {
  stroke: rgb(221 105 3 / 0.7);
}
.stroke-base-color-bg-attention-emphasis\/75 {
  stroke: rgb(221 105 3 / 0.75);
}
.stroke-base-color-bg-attention-emphasis\/80 {
  stroke: rgb(221 105 3 / 0.8);
}
.stroke-base-color-bg-attention-emphasis\/90 {
  stroke: rgb(221 105 3 / 0.9);
}
.stroke-base-color-bg-attention-emphasis\/95 {
  stroke: rgb(221 105 3 / 0.95);
}
.stroke-base-color-bg-attention-emphasis\/base-opacity-disabled {
  stroke: rgb(221 105 3 / 60%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-0 {
  stroke: rgb(221 105 3 / 0%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-10 {
  stroke: rgb(221 105 3 / 10%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-100 {
  stroke: rgb(221 105 3 / 100%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-20 {
  stroke: rgb(221 105 3 / 20%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-30 {
  stroke: rgb(221 105 3 / 30%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-40 {
  stroke: rgb(221 105 3 / 40%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-50 {
  stroke: rgb(221 105 3 / 50%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-60 {
  stroke: rgb(221 105 3 / 60%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-70 {
  stroke: rgb(221 105 3 / 70%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-80 {
  stroke: rgb(221 105 3 / 80%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-90 {
  stroke: rgb(221 105 3 / 90%);
}
.stroke-base-color-bg-attention-subtle {
  stroke: #fffcf5;
}
.stroke-base-color-bg-attention-subtle\/0 {
  stroke: rgb(255 252 245 / 0);
}
.stroke-base-color-bg-attention-subtle\/10 {
  stroke: rgb(255 252 245 / 0.1);
}
.stroke-base-color-bg-attention-subtle\/100 {
  stroke: rgb(255 252 245 / 1);
}
.stroke-base-color-bg-attention-subtle\/20 {
  stroke: rgb(255 252 245 / 0.2);
}
.stroke-base-color-bg-attention-subtle\/25 {
  stroke: rgb(255 252 245 / 0.25);
}
.stroke-base-color-bg-attention-subtle\/30 {
  stroke: rgb(255 252 245 / 0.3);
}
.stroke-base-color-bg-attention-subtle\/40 {
  stroke: rgb(255 252 245 / 0.4);
}
.stroke-base-color-bg-attention-subtle\/5 {
  stroke: rgb(255 252 245 / 0.05);
}
.stroke-base-color-bg-attention-subtle\/50 {
  stroke: rgb(255 252 245 / 0.5);
}
.stroke-base-color-bg-attention-subtle\/60 {
  stroke: rgb(255 252 245 / 0.6);
}
.stroke-base-color-bg-attention-subtle\/70 {
  stroke: rgb(255 252 245 / 0.7);
}
.stroke-base-color-bg-attention-subtle\/75 {
  stroke: rgb(255 252 245 / 0.75);
}
.stroke-base-color-bg-attention-subtle\/80 {
  stroke: rgb(255 252 245 / 0.8);
}
.stroke-base-color-bg-attention-subtle\/90 {
  stroke: rgb(255 252 245 / 0.9);
}
.stroke-base-color-bg-attention-subtle\/95 {
  stroke: rgb(255 252 245 / 0.95);
}
.stroke-base-color-bg-attention-subtle\/base-opacity-disabled {
  stroke: rgb(255 252 245 / 60%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-0 {
  stroke: rgb(255 252 245 / 0%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-10 {
  stroke: rgb(255 252 245 / 10%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-100 {
  stroke: rgb(255 252 245 / 100%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-20 {
  stroke: rgb(255 252 245 / 20%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-30 {
  stroke: rgb(255 252 245 / 30%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-40 {
  stroke: rgb(255 252 245 / 40%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-50 {
  stroke: rgb(255 252 245 / 50%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-60 {
  stroke: rgb(255 252 245 / 60%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-70 {
  stroke: rgb(255 252 245 / 70%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-80 {
  stroke: rgb(255 252 245 / 80%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-90 {
  stroke: rgb(255 252 245 / 90%);
}
.stroke-base-color-bg-attention\/0 {
  stroke: rgb(254 240 200 / 0);
}
.stroke-base-color-bg-attention\/10 {
  stroke: rgb(254 240 200 / 0.1);
}
.stroke-base-color-bg-attention\/100 {
  stroke: rgb(254 240 200 / 1);
}
.stroke-base-color-bg-attention\/20 {
  stroke: rgb(254 240 200 / 0.2);
}
.stroke-base-color-bg-attention\/25 {
  stroke: rgb(254 240 200 / 0.25);
}
.stroke-base-color-bg-attention\/30 {
  stroke: rgb(254 240 200 / 0.3);
}
.stroke-base-color-bg-attention\/40 {
  stroke: rgb(254 240 200 / 0.4);
}
.stroke-base-color-bg-attention\/5 {
  stroke: rgb(254 240 200 / 0.05);
}
.stroke-base-color-bg-attention\/50 {
  stroke: rgb(254 240 200 / 0.5);
}
.stroke-base-color-bg-attention\/60 {
  stroke: rgb(254 240 200 / 0.6);
}
.stroke-base-color-bg-attention\/70 {
  stroke: rgb(254 240 200 / 0.7);
}
.stroke-base-color-bg-attention\/75 {
  stroke: rgb(254 240 200 / 0.75);
}
.stroke-base-color-bg-attention\/80 {
  stroke: rgb(254 240 200 / 0.8);
}
.stroke-base-color-bg-attention\/90 {
  stroke: rgb(254 240 200 / 0.9);
}
.stroke-base-color-bg-attention\/95 {
  stroke: rgb(254 240 200 / 0.95);
}
.stroke-base-color-bg-attention\/base-opacity-disabled {
  stroke: rgb(254 240 200 / 60%);
}
.stroke-base-color-bg-attention\/core-opacity-0 {
  stroke: rgb(254 240 200 / 0%);
}
.stroke-base-color-bg-attention\/core-opacity-10 {
  stroke: rgb(254 240 200 / 10%);
}
.stroke-base-color-bg-attention\/core-opacity-100 {
  stroke: rgb(254 240 200 / 100%);
}
.stroke-base-color-bg-attention\/core-opacity-20 {
  stroke: rgb(254 240 200 / 20%);
}
.stroke-base-color-bg-attention\/core-opacity-30 {
  stroke: rgb(254 240 200 / 30%);
}
.stroke-base-color-bg-attention\/core-opacity-40 {
  stroke: rgb(254 240 200 / 40%);
}
.stroke-base-color-bg-attention\/core-opacity-50 {
  stroke: rgb(254 240 200 / 50%);
}
.stroke-base-color-bg-attention\/core-opacity-60 {
  stroke: rgb(254 240 200 / 60%);
}
.stroke-base-color-bg-attention\/core-opacity-70 {
  stroke: rgb(254 240 200 / 70%);
}
.stroke-base-color-bg-attention\/core-opacity-80 {
  stroke: rgb(254 240 200 / 80%);
}
.stroke-base-color-bg-attention\/core-opacity-90 {
  stroke: rgb(254 240 200 / 90%);
}
.stroke-base-color-bg-brand {
  stroke: #cdd6f9;
}
.stroke-base-color-bg-brand-emphasis {
  stroke: #5d5bd7;
}
.stroke-base-color-bg-brand-emphasis\/0 {
  stroke: rgb(93 91 215 / 0);
}
.stroke-base-color-bg-brand-emphasis\/10 {
  stroke: rgb(93 91 215 / 0.1);
}
.stroke-base-color-bg-brand-emphasis\/100 {
  stroke: rgb(93 91 215 / 1);
}
.stroke-base-color-bg-brand-emphasis\/20 {
  stroke: rgb(93 91 215 / 0.2);
}
.stroke-base-color-bg-brand-emphasis\/25 {
  stroke: rgb(93 91 215 / 0.25);
}
.stroke-base-color-bg-brand-emphasis\/30 {
  stroke: rgb(93 91 215 / 0.3);
}
.stroke-base-color-bg-brand-emphasis\/40 {
  stroke: rgb(93 91 215 / 0.4);
}
.stroke-base-color-bg-brand-emphasis\/5 {
  stroke: rgb(93 91 215 / 0.05);
}
.stroke-base-color-bg-brand-emphasis\/50 {
  stroke: rgb(93 91 215 / 0.5);
}
.stroke-base-color-bg-brand-emphasis\/60 {
  stroke: rgb(93 91 215 / 0.6);
}
.stroke-base-color-bg-brand-emphasis\/70 {
  stroke: rgb(93 91 215 / 0.7);
}
.stroke-base-color-bg-brand-emphasis\/75 {
  stroke: rgb(93 91 215 / 0.75);
}
.stroke-base-color-bg-brand-emphasis\/80 {
  stroke: rgb(93 91 215 / 0.8);
}
.stroke-base-color-bg-brand-emphasis\/90 {
  stroke: rgb(93 91 215 / 0.9);
}
.stroke-base-color-bg-brand-emphasis\/95 {
  stroke: rgb(93 91 215 / 0.95);
}
.stroke-base-color-bg-brand-emphasis\/base-opacity-disabled {
  stroke: rgb(93 91 215 / 60%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-0 {
  stroke: rgb(93 91 215 / 0%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-10 {
  stroke: rgb(93 91 215 / 10%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-100 {
  stroke: rgb(93 91 215 / 100%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-20 {
  stroke: rgb(93 91 215 / 20%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-30 {
  stroke: rgb(93 91 215 / 30%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-40 {
  stroke: rgb(93 91 215 / 40%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-50 {
  stroke: rgb(93 91 215 / 50%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-60 {
  stroke: rgb(93 91 215 / 60%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-70 {
  stroke: rgb(93 91 215 / 70%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-80 {
  stroke: rgb(93 91 215 / 80%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-90 {
  stroke: rgb(93 91 215 / 90%);
}
.stroke-base-color-bg-brand-subtle {
  stroke: #f2f4fd;
}
.stroke-base-color-bg-brand-subtle\/0 {
  stroke: rgb(242 244 253 / 0);
}
.stroke-base-color-bg-brand-subtle\/10 {
  stroke: rgb(242 244 253 / 0.1);
}
.stroke-base-color-bg-brand-subtle\/100 {
  stroke: rgb(242 244 253 / 1);
}
.stroke-base-color-bg-brand-subtle\/20 {
  stroke: rgb(242 244 253 / 0.2);
}
.stroke-base-color-bg-brand-subtle\/25 {
  stroke: rgb(242 244 253 / 0.25);
}
.stroke-base-color-bg-brand-subtle\/30 {
  stroke: rgb(242 244 253 / 0.3);
}
.stroke-base-color-bg-brand-subtle\/40 {
  stroke: rgb(242 244 253 / 0.4);
}
.stroke-base-color-bg-brand-subtle\/5 {
  stroke: rgb(242 244 253 / 0.05);
}
.stroke-base-color-bg-brand-subtle\/50 {
  stroke: rgb(242 244 253 / 0.5);
}
.stroke-base-color-bg-brand-subtle\/60 {
  stroke: rgb(242 244 253 / 0.6);
}
.stroke-base-color-bg-brand-subtle\/70 {
  stroke: rgb(242 244 253 / 0.7);
}
.stroke-base-color-bg-brand-subtle\/75 {
  stroke: rgb(242 244 253 / 0.75);
}
.stroke-base-color-bg-brand-subtle\/80 {
  stroke: rgb(242 244 253 / 0.8);
}
.stroke-base-color-bg-brand-subtle\/90 {
  stroke: rgb(242 244 253 / 0.9);
}
.stroke-base-color-bg-brand-subtle\/95 {
  stroke: rgb(242 244 253 / 0.95);
}
.stroke-base-color-bg-brand-subtle\/base-opacity-disabled {
  stroke: rgb(242 244 253 / 60%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-0 {
  stroke: rgb(242 244 253 / 0%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-10 {
  stroke: rgb(242 244 253 / 10%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-100 {
  stroke: rgb(242 244 253 / 100%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-20 {
  stroke: rgb(242 244 253 / 20%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-30 {
  stroke: rgb(242 244 253 / 30%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-40 {
  stroke: rgb(242 244 253 / 40%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-50 {
  stroke: rgb(242 244 253 / 50%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-60 {
  stroke: rgb(242 244 253 / 60%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-70 {
  stroke: rgb(242 244 253 / 70%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-80 {
  stroke: rgb(242 244 253 / 80%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-90 {
  stroke: rgb(242 244 253 / 90%);
}
.stroke-base-color-bg-brand\/0 {
  stroke: rgb(205 214 249 / 0);
}
.stroke-base-color-bg-brand\/10 {
  stroke: rgb(205 214 249 / 0.1);
}
.stroke-base-color-bg-brand\/100 {
  stroke: rgb(205 214 249 / 1);
}
.stroke-base-color-bg-brand\/20 {
  stroke: rgb(205 214 249 / 0.2);
}
.stroke-base-color-bg-brand\/25 {
  stroke: rgb(205 214 249 / 0.25);
}
.stroke-base-color-bg-brand\/30 {
  stroke: rgb(205 214 249 / 0.3);
}
.stroke-base-color-bg-brand\/40 {
  stroke: rgb(205 214 249 / 0.4);
}
.stroke-base-color-bg-brand\/5 {
  stroke: rgb(205 214 249 / 0.05);
}
.stroke-base-color-bg-brand\/50 {
  stroke: rgb(205 214 249 / 0.5);
}
.stroke-base-color-bg-brand\/60 {
  stroke: rgb(205 214 249 / 0.6);
}
.stroke-base-color-bg-brand\/70 {
  stroke: rgb(205 214 249 / 0.7);
}
.stroke-base-color-bg-brand\/75 {
  stroke: rgb(205 214 249 / 0.75);
}
.stroke-base-color-bg-brand\/80 {
  stroke: rgb(205 214 249 / 0.8);
}
.stroke-base-color-bg-brand\/90 {
  stroke: rgb(205 214 249 / 0.9);
}
.stroke-base-color-bg-brand\/95 {
  stroke: rgb(205 214 249 / 0.95);
}
.stroke-base-color-bg-brand\/base-opacity-disabled {
  stroke: rgb(205 214 249 / 60%);
}
.stroke-base-color-bg-brand\/core-opacity-0 {
  stroke: rgb(205 214 249 / 0%);
}
.stroke-base-color-bg-brand\/core-opacity-10 {
  stroke: rgb(205 214 249 / 10%);
}
.stroke-base-color-bg-brand\/core-opacity-100 {
  stroke: rgb(205 214 249 / 100%);
}
.stroke-base-color-bg-brand\/core-opacity-20 {
  stroke: rgb(205 214 249 / 20%);
}
.stroke-base-color-bg-brand\/core-opacity-30 {
  stroke: rgb(205 214 249 / 30%);
}
.stroke-base-color-bg-brand\/core-opacity-40 {
  stroke: rgb(205 214 249 / 40%);
}
.stroke-base-color-bg-brand\/core-opacity-50 {
  stroke: rgb(205 214 249 / 50%);
}
.stroke-base-color-bg-brand\/core-opacity-60 {
  stroke: rgb(205 214 249 / 60%);
}
.stroke-base-color-bg-brand\/core-opacity-70 {
  stroke: rgb(205 214 249 / 70%);
}
.stroke-base-color-bg-brand\/core-opacity-80 {
  stroke: rgb(205 214 249 / 80%);
}
.stroke-base-color-bg-brand\/core-opacity-90 {
  stroke: rgb(205 214 249 / 90%);
}
.stroke-base-color-bg-danger {
  stroke: #fee3e1;
}
.stroke-base-color-bg-danger-emphasis {
  stroke: #f04438;
}
.stroke-base-color-bg-danger-emphasis\/0 {
  stroke: rgb(240 68 56 / 0);
}
.stroke-base-color-bg-danger-emphasis\/10 {
  stroke: rgb(240 68 56 / 0.1);
}
.stroke-base-color-bg-danger-emphasis\/100 {
  stroke: rgb(240 68 56 / 1);
}
.stroke-base-color-bg-danger-emphasis\/20 {
  stroke: rgb(240 68 56 / 0.2);
}
.stroke-base-color-bg-danger-emphasis\/25 {
  stroke: rgb(240 68 56 / 0.25);
}
.stroke-base-color-bg-danger-emphasis\/30 {
  stroke: rgb(240 68 56 / 0.3);
}
.stroke-base-color-bg-danger-emphasis\/40 {
  stroke: rgb(240 68 56 / 0.4);
}
.stroke-base-color-bg-danger-emphasis\/5 {
  stroke: rgb(240 68 56 / 0.05);
}
.stroke-base-color-bg-danger-emphasis\/50 {
  stroke: rgb(240 68 56 / 0.5);
}
.stroke-base-color-bg-danger-emphasis\/60 {
  stroke: rgb(240 68 56 / 0.6);
}
.stroke-base-color-bg-danger-emphasis\/70 {
  stroke: rgb(240 68 56 / 0.7);
}
.stroke-base-color-bg-danger-emphasis\/75 {
  stroke: rgb(240 68 56 / 0.75);
}
.stroke-base-color-bg-danger-emphasis\/80 {
  stroke: rgb(240 68 56 / 0.8);
}
.stroke-base-color-bg-danger-emphasis\/90 {
  stroke: rgb(240 68 56 / 0.9);
}
.stroke-base-color-bg-danger-emphasis\/95 {
  stroke: rgb(240 68 56 / 0.95);
}
.stroke-base-color-bg-danger-emphasis\/base-opacity-disabled {
  stroke: rgb(240 68 56 / 60%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-0 {
  stroke: rgb(240 68 56 / 0%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-10 {
  stroke: rgb(240 68 56 / 10%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-100 {
  stroke: rgb(240 68 56 / 100%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-20 {
  stroke: rgb(240 68 56 / 20%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-30 {
  stroke: rgb(240 68 56 / 30%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-40 {
  stroke: rgb(240 68 56 / 40%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-50 {
  stroke: rgb(240 68 56 / 50%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-60 {
  stroke: rgb(240 68 56 / 60%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-70 {
  stroke: rgb(240 68 56 / 70%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-80 {
  stroke: rgb(240 68 56 / 80%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-90 {
  stroke: rgb(240 68 56 / 90%);
}
.stroke-base-color-bg-danger-subtle {
  stroke: #fffbfa;
}
.stroke-base-color-bg-danger-subtle\/0 {
  stroke: rgb(255 251 250 / 0);
}
.stroke-base-color-bg-danger-subtle\/10 {
  stroke: rgb(255 251 250 / 0.1);
}
.stroke-base-color-bg-danger-subtle\/100 {
  stroke: rgb(255 251 250 / 1);
}
.stroke-base-color-bg-danger-subtle\/20 {
  stroke: rgb(255 251 250 / 0.2);
}
.stroke-base-color-bg-danger-subtle\/25 {
  stroke: rgb(255 251 250 / 0.25);
}
.stroke-base-color-bg-danger-subtle\/30 {
  stroke: rgb(255 251 250 / 0.3);
}
.stroke-base-color-bg-danger-subtle\/40 {
  stroke: rgb(255 251 250 / 0.4);
}
.stroke-base-color-bg-danger-subtle\/5 {
  stroke: rgb(255 251 250 / 0.05);
}
.stroke-base-color-bg-danger-subtle\/50 {
  stroke: rgb(255 251 250 / 0.5);
}
.stroke-base-color-bg-danger-subtle\/60 {
  stroke: rgb(255 251 250 / 0.6);
}
.stroke-base-color-bg-danger-subtle\/70 {
  stroke: rgb(255 251 250 / 0.7);
}
.stroke-base-color-bg-danger-subtle\/75 {
  stroke: rgb(255 251 250 / 0.75);
}
.stroke-base-color-bg-danger-subtle\/80 {
  stroke: rgb(255 251 250 / 0.8);
}
.stroke-base-color-bg-danger-subtle\/90 {
  stroke: rgb(255 251 250 / 0.9);
}
.stroke-base-color-bg-danger-subtle\/95 {
  stroke: rgb(255 251 250 / 0.95);
}
.stroke-base-color-bg-danger-subtle\/base-opacity-disabled {
  stroke: rgb(255 251 250 / 60%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-0 {
  stroke: rgb(255 251 250 / 0%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-10 {
  stroke: rgb(255 251 250 / 10%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-100 {
  stroke: rgb(255 251 250 / 100%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-20 {
  stroke: rgb(255 251 250 / 20%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-30 {
  stroke: rgb(255 251 250 / 30%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-40 {
  stroke: rgb(255 251 250 / 40%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-50 {
  stroke: rgb(255 251 250 / 50%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-60 {
  stroke: rgb(255 251 250 / 60%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-70 {
  stroke: rgb(255 251 250 / 70%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-80 {
  stroke: rgb(255 251 250 / 80%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-90 {
  stroke: rgb(255 251 250 / 90%);
}
.stroke-base-color-bg-danger\/0 {
  stroke: rgb(254 227 225 / 0);
}
.stroke-base-color-bg-danger\/10 {
  stroke: rgb(254 227 225 / 0.1);
}
.stroke-base-color-bg-danger\/100 {
  stroke: rgb(254 227 225 / 1);
}
.stroke-base-color-bg-danger\/20 {
  stroke: rgb(254 227 225 / 0.2);
}
.stroke-base-color-bg-danger\/25 {
  stroke: rgb(254 227 225 / 0.25);
}
.stroke-base-color-bg-danger\/30 {
  stroke: rgb(254 227 225 / 0.3);
}
.stroke-base-color-bg-danger\/40 {
  stroke: rgb(254 227 225 / 0.4);
}
.stroke-base-color-bg-danger\/5 {
  stroke: rgb(254 227 225 / 0.05);
}
.stroke-base-color-bg-danger\/50 {
  stroke: rgb(254 227 225 / 0.5);
}
.stroke-base-color-bg-danger\/60 {
  stroke: rgb(254 227 225 / 0.6);
}
.stroke-base-color-bg-danger\/70 {
  stroke: rgb(254 227 225 / 0.7);
}
.stroke-base-color-bg-danger\/75 {
  stroke: rgb(254 227 225 / 0.75);
}
.stroke-base-color-bg-danger\/80 {
  stroke: rgb(254 227 225 / 0.8);
}
.stroke-base-color-bg-danger\/90 {
  stroke: rgb(254 227 225 / 0.9);
}
.stroke-base-color-bg-danger\/95 {
  stroke: rgb(254 227 225 / 0.95);
}
.stroke-base-color-bg-danger\/base-opacity-disabled {
  stroke: rgb(254 227 225 / 60%);
}
.stroke-base-color-bg-danger\/core-opacity-0 {
  stroke: rgb(254 227 225 / 0%);
}
.stroke-base-color-bg-danger\/core-opacity-10 {
  stroke: rgb(254 227 225 / 10%);
}
.stroke-base-color-bg-danger\/core-opacity-100 {
  stroke: rgb(254 227 225 / 100%);
}
.stroke-base-color-bg-danger\/core-opacity-20 {
  stroke: rgb(254 227 225 / 20%);
}
.stroke-base-color-bg-danger\/core-opacity-30 {
  stroke: rgb(254 227 225 / 30%);
}
.stroke-base-color-bg-danger\/core-opacity-40 {
  stroke: rgb(254 227 225 / 40%);
}
.stroke-base-color-bg-danger\/core-opacity-50 {
  stroke: rgb(254 227 225 / 50%);
}
.stroke-base-color-bg-danger\/core-opacity-60 {
  stroke: rgb(254 227 225 / 60%);
}
.stroke-base-color-bg-danger\/core-opacity-70 {
  stroke: rgb(254 227 225 / 70%);
}
.stroke-base-color-bg-danger\/core-opacity-80 {
  stroke: rgb(254 227 225 / 80%);
}
.stroke-base-color-bg-danger\/core-opacity-90 {
  stroke: rgb(254 227 225 / 90%);
}
.stroke-base-color-bg-default {
  stroke: #ffffff;
}
.stroke-base-color-bg-default\/0 {
  stroke: rgb(255 255 255 / 0);
}
.stroke-base-color-bg-default\/10 {
  stroke: rgb(255 255 255 / 0.1);
}
.stroke-base-color-bg-default\/100 {
  stroke: rgb(255 255 255 / 1);
}
.stroke-base-color-bg-default\/20 {
  stroke: rgb(255 255 255 / 0.2);
}
.stroke-base-color-bg-default\/25 {
  stroke: rgb(255 255 255 / 0.25);
}
.stroke-base-color-bg-default\/30 {
  stroke: rgb(255 255 255 / 0.3);
}
.stroke-base-color-bg-default\/40 {
  stroke: rgb(255 255 255 / 0.4);
}
.stroke-base-color-bg-default\/5 {
  stroke: rgb(255 255 255 / 0.05);
}
.stroke-base-color-bg-default\/50 {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-base-color-bg-default\/60 {
  stroke: rgb(255 255 255 / 0.6);
}
.stroke-base-color-bg-default\/70 {
  stroke: rgb(255 255 255 / 0.7);
}
.stroke-base-color-bg-default\/75 {
  stroke: rgb(255 255 255 / 0.75);
}
.stroke-base-color-bg-default\/80 {
  stroke: rgb(255 255 255 / 0.8);
}
.stroke-base-color-bg-default\/90 {
  stroke: rgb(255 255 255 / 0.9);
}
.stroke-base-color-bg-default\/95 {
  stroke: rgb(255 255 255 / 0.95);
}
.stroke-base-color-bg-default\/base-opacity-disabled {
  stroke: rgb(255 255 255 / 60%);
}
.stroke-base-color-bg-default\/core-opacity-0 {
  stroke: rgb(255 255 255 / 0%);
}
.stroke-base-color-bg-default\/core-opacity-10 {
  stroke: rgb(255 255 255 / 10%);
}
.stroke-base-color-bg-default\/core-opacity-100 {
  stroke: rgb(255 255 255 / 100%);
}
.stroke-base-color-bg-default\/core-opacity-20 {
  stroke: rgb(255 255 255 / 20%);
}
.stroke-base-color-bg-default\/core-opacity-30 {
  stroke: rgb(255 255 255 / 30%);
}
.stroke-base-color-bg-default\/core-opacity-40 {
  stroke: rgb(255 255 255 / 40%);
}
.stroke-base-color-bg-default\/core-opacity-50 {
  stroke: rgb(255 255 255 / 50%);
}
.stroke-base-color-bg-default\/core-opacity-60 {
  stroke: rgb(255 255 255 / 60%);
}
.stroke-base-color-bg-default\/core-opacity-70 {
  stroke: rgb(255 255 255 / 70%);
}
.stroke-base-color-bg-default\/core-opacity-80 {
  stroke: rgb(255 255 255 / 80%);
}
.stroke-base-color-bg-default\/core-opacity-90 {
  stroke: rgb(255 255 255 / 90%);
}
.stroke-base-color-bg-emphasis {
  stroke: #101828;
}
.stroke-base-color-bg-emphasis\/0 {
  stroke: rgb(16 24 40 / 0);
}
.stroke-base-color-bg-emphasis\/10 {
  stroke: rgb(16 24 40 / 0.1);
}
.stroke-base-color-bg-emphasis\/100 {
  stroke: rgb(16 24 40 / 1);
}
.stroke-base-color-bg-emphasis\/20 {
  stroke: rgb(16 24 40 / 0.2);
}
.stroke-base-color-bg-emphasis\/25 {
  stroke: rgb(16 24 40 / 0.25);
}
.stroke-base-color-bg-emphasis\/30 {
  stroke: rgb(16 24 40 / 0.3);
}
.stroke-base-color-bg-emphasis\/40 {
  stroke: rgb(16 24 40 / 0.4);
}
.stroke-base-color-bg-emphasis\/5 {
  stroke: rgb(16 24 40 / 0.05);
}
.stroke-base-color-bg-emphasis\/50 {
  stroke: rgb(16 24 40 / 0.5);
}
.stroke-base-color-bg-emphasis\/60 {
  stroke: rgb(16 24 40 / 0.6);
}
.stroke-base-color-bg-emphasis\/70 {
  stroke: rgb(16 24 40 / 0.7);
}
.stroke-base-color-bg-emphasis\/75 {
  stroke: rgb(16 24 40 / 0.75);
}
.stroke-base-color-bg-emphasis\/80 {
  stroke: rgb(16 24 40 / 0.8);
}
.stroke-base-color-bg-emphasis\/90 {
  stroke: rgb(16 24 40 / 0.9);
}
.stroke-base-color-bg-emphasis\/95 {
  stroke: rgb(16 24 40 / 0.95);
}
.stroke-base-color-bg-emphasis\/base-opacity-disabled {
  stroke: rgb(16 24 40 / 60%);
}
.stroke-base-color-bg-emphasis\/core-opacity-0 {
  stroke: rgb(16 24 40 / 0%);
}
.stroke-base-color-bg-emphasis\/core-opacity-10 {
  stroke: rgb(16 24 40 / 10%);
}
.stroke-base-color-bg-emphasis\/core-opacity-100 {
  stroke: rgb(16 24 40 / 100%);
}
.stroke-base-color-bg-emphasis\/core-opacity-20 {
  stroke: rgb(16 24 40 / 20%);
}
.stroke-base-color-bg-emphasis\/core-opacity-30 {
  stroke: rgb(16 24 40 / 30%);
}
.stroke-base-color-bg-emphasis\/core-opacity-40 {
  stroke: rgb(16 24 40 / 40%);
}
.stroke-base-color-bg-emphasis\/core-opacity-50 {
  stroke: rgb(16 24 40 / 50%);
}
.stroke-base-color-bg-emphasis\/core-opacity-60 {
  stroke: rgb(16 24 40 / 60%);
}
.stroke-base-color-bg-emphasis\/core-opacity-70 {
  stroke: rgb(16 24 40 / 70%);
}
.stroke-base-color-bg-emphasis\/core-opacity-80 {
  stroke: rgb(16 24 40 / 80%);
}
.stroke-base-color-bg-emphasis\/core-opacity-90 {
  stroke: rgb(16 24 40 / 90%);
}
.stroke-base-color-bg-muted {
  stroke: #eaecf0;
}
.stroke-base-color-bg-muted\/0 {
  stroke: rgb(234 236 240 / 0);
}
.stroke-base-color-bg-muted\/10 {
  stroke: rgb(234 236 240 / 0.1);
}
.stroke-base-color-bg-muted\/100 {
  stroke: rgb(234 236 240 / 1);
}
.stroke-base-color-bg-muted\/20 {
  stroke: rgb(234 236 240 / 0.2);
}
.stroke-base-color-bg-muted\/25 {
  stroke: rgb(234 236 240 / 0.25);
}
.stroke-base-color-bg-muted\/30 {
  stroke: rgb(234 236 240 / 0.3);
}
.stroke-base-color-bg-muted\/40 {
  stroke: rgb(234 236 240 / 0.4);
}
.stroke-base-color-bg-muted\/5 {
  stroke: rgb(234 236 240 / 0.05);
}
.stroke-base-color-bg-muted\/50 {
  stroke: rgb(234 236 240 / 0.5);
}
.stroke-base-color-bg-muted\/60 {
  stroke: rgb(234 236 240 / 0.6);
}
.stroke-base-color-bg-muted\/70 {
  stroke: rgb(234 236 240 / 0.7);
}
.stroke-base-color-bg-muted\/75 {
  stroke: rgb(234 236 240 / 0.75);
}
.stroke-base-color-bg-muted\/80 {
  stroke: rgb(234 236 240 / 0.8);
}
.stroke-base-color-bg-muted\/90 {
  stroke: rgb(234 236 240 / 0.9);
}
.stroke-base-color-bg-muted\/95 {
  stroke: rgb(234 236 240 / 0.95);
}
.stroke-base-color-bg-muted\/base-opacity-disabled {
  stroke: rgb(234 236 240 / 60%);
}
.stroke-base-color-bg-muted\/core-opacity-0 {
  stroke: rgb(234 236 240 / 0%);
}
.stroke-base-color-bg-muted\/core-opacity-10 {
  stroke: rgb(234 236 240 / 10%);
}
.stroke-base-color-bg-muted\/core-opacity-100 {
  stroke: rgb(234 236 240 / 100%);
}
.stroke-base-color-bg-muted\/core-opacity-20 {
  stroke: rgb(234 236 240 / 20%);
}
.stroke-base-color-bg-muted\/core-opacity-30 {
  stroke: rgb(234 236 240 / 30%);
}
.stroke-base-color-bg-muted\/core-opacity-40 {
  stroke: rgb(234 236 240 / 40%);
}
.stroke-base-color-bg-muted\/core-opacity-50 {
  stroke: rgb(234 236 240 / 50%);
}
.stroke-base-color-bg-muted\/core-opacity-60 {
  stroke: rgb(234 236 240 / 60%);
}
.stroke-base-color-bg-muted\/core-opacity-70 {
  stroke: rgb(234 236 240 / 70%);
}
.stroke-base-color-bg-muted\/core-opacity-80 {
  stroke: rgb(234 236 240 / 80%);
}
.stroke-base-color-bg-muted\/core-opacity-90 {
  stroke: rgb(234 236 240 / 90%);
}
.stroke-base-color-bg-subtle {
  stroke: #f2f4f7;
}
.stroke-base-color-bg-subtle\/0 {
  stroke: rgb(242 244 247 / 0);
}
.stroke-base-color-bg-subtle\/10 {
  stroke: rgb(242 244 247 / 0.1);
}
.stroke-base-color-bg-subtle\/100 {
  stroke: rgb(242 244 247 / 1);
}
.stroke-base-color-bg-subtle\/20 {
  stroke: rgb(242 244 247 / 0.2);
}
.stroke-base-color-bg-subtle\/25 {
  stroke: rgb(242 244 247 / 0.25);
}
.stroke-base-color-bg-subtle\/30 {
  stroke: rgb(242 244 247 / 0.3);
}
.stroke-base-color-bg-subtle\/40 {
  stroke: rgb(242 244 247 / 0.4);
}
.stroke-base-color-bg-subtle\/5 {
  stroke: rgb(242 244 247 / 0.05);
}
.stroke-base-color-bg-subtle\/50 {
  stroke: rgb(242 244 247 / 0.5);
}
.stroke-base-color-bg-subtle\/60 {
  stroke: rgb(242 244 247 / 0.6);
}
.stroke-base-color-bg-subtle\/70 {
  stroke: rgb(242 244 247 / 0.7);
}
.stroke-base-color-bg-subtle\/75 {
  stroke: rgb(242 244 247 / 0.75);
}
.stroke-base-color-bg-subtle\/80 {
  stroke: rgb(242 244 247 / 0.8);
}
.stroke-base-color-bg-subtle\/90 {
  stroke: rgb(242 244 247 / 0.9);
}
.stroke-base-color-bg-subtle\/95 {
  stroke: rgb(242 244 247 / 0.95);
}
.stroke-base-color-bg-subtle\/base-opacity-disabled {
  stroke: rgb(242 244 247 / 60%);
}
.stroke-base-color-bg-subtle\/core-opacity-0 {
  stroke: rgb(242 244 247 / 0%);
}
.stroke-base-color-bg-subtle\/core-opacity-10 {
  stroke: rgb(242 244 247 / 10%);
}
.stroke-base-color-bg-subtle\/core-opacity-100 {
  stroke: rgb(242 244 247 / 100%);
}
.stroke-base-color-bg-subtle\/core-opacity-20 {
  stroke: rgb(242 244 247 / 20%);
}
.stroke-base-color-bg-subtle\/core-opacity-30 {
  stroke: rgb(242 244 247 / 30%);
}
.stroke-base-color-bg-subtle\/core-opacity-40 {
  stroke: rgb(242 244 247 / 40%);
}
.stroke-base-color-bg-subtle\/core-opacity-50 {
  stroke: rgb(242 244 247 / 50%);
}
.stroke-base-color-bg-subtle\/core-opacity-60 {
  stroke: rgb(242 244 247 / 60%);
}
.stroke-base-color-bg-subtle\/core-opacity-70 {
  stroke: rgb(242 244 247 / 70%);
}
.stroke-base-color-bg-subtle\/core-opacity-80 {
  stroke: rgb(242 244 247 / 80%);
}
.stroke-base-color-bg-subtle\/core-opacity-90 {
  stroke: rgb(242 244 247 / 90%);
}
.stroke-base-color-bg-success {
  stroke: #d1fadf;
}
.stroke-base-color-bg-success-emphasis {
  stroke: #12b569;
}
.stroke-base-color-bg-success-emphasis\/0 {
  stroke: rgb(18 181 105 / 0);
}
.stroke-base-color-bg-success-emphasis\/10 {
  stroke: rgb(18 181 105 / 0.1);
}
.stroke-base-color-bg-success-emphasis\/100 {
  stroke: rgb(18 181 105 / 1);
}
.stroke-base-color-bg-success-emphasis\/20 {
  stroke: rgb(18 181 105 / 0.2);
}
.stroke-base-color-bg-success-emphasis\/25 {
  stroke: rgb(18 181 105 / 0.25);
}
.stroke-base-color-bg-success-emphasis\/30 {
  stroke: rgb(18 181 105 / 0.3);
}
.stroke-base-color-bg-success-emphasis\/40 {
  stroke: rgb(18 181 105 / 0.4);
}
.stroke-base-color-bg-success-emphasis\/5 {
  stroke: rgb(18 181 105 / 0.05);
}
.stroke-base-color-bg-success-emphasis\/50 {
  stroke: rgb(18 181 105 / 0.5);
}
.stroke-base-color-bg-success-emphasis\/60 {
  stroke: rgb(18 181 105 / 0.6);
}
.stroke-base-color-bg-success-emphasis\/70 {
  stroke: rgb(18 181 105 / 0.7);
}
.stroke-base-color-bg-success-emphasis\/75 {
  stroke: rgb(18 181 105 / 0.75);
}
.stroke-base-color-bg-success-emphasis\/80 {
  stroke: rgb(18 181 105 / 0.8);
}
.stroke-base-color-bg-success-emphasis\/90 {
  stroke: rgb(18 181 105 / 0.9);
}
.stroke-base-color-bg-success-emphasis\/95 {
  stroke: rgb(18 181 105 / 0.95);
}
.stroke-base-color-bg-success-emphasis\/base-opacity-disabled {
  stroke: rgb(18 181 105 / 60%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-0 {
  stroke: rgb(18 181 105 / 0%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-10 {
  stroke: rgb(18 181 105 / 10%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-100 {
  stroke: rgb(18 181 105 / 100%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-20 {
  stroke: rgb(18 181 105 / 20%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-30 {
  stroke: rgb(18 181 105 / 30%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-40 {
  stroke: rgb(18 181 105 / 40%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-50 {
  stroke: rgb(18 181 105 / 50%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-60 {
  stroke: rgb(18 181 105 / 60%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-70 {
  stroke: rgb(18 181 105 / 70%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-80 {
  stroke: rgb(18 181 105 / 80%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-90 {
  stroke: rgb(18 181 105 / 90%);
}
.stroke-base-color-bg-success-subtle {
  stroke: #f6fef9;
}
.stroke-base-color-bg-success-subtle\/0 {
  stroke: rgb(246 254 249 / 0);
}
.stroke-base-color-bg-success-subtle\/10 {
  stroke: rgb(246 254 249 / 0.1);
}
.stroke-base-color-bg-success-subtle\/100 {
  stroke: rgb(246 254 249 / 1);
}
.stroke-base-color-bg-success-subtle\/20 {
  stroke: rgb(246 254 249 / 0.2);
}
.stroke-base-color-bg-success-subtle\/25 {
  stroke: rgb(246 254 249 / 0.25);
}
.stroke-base-color-bg-success-subtle\/30 {
  stroke: rgb(246 254 249 / 0.3);
}
.stroke-base-color-bg-success-subtle\/40 {
  stroke: rgb(246 254 249 / 0.4);
}
.stroke-base-color-bg-success-subtle\/5 {
  stroke: rgb(246 254 249 / 0.05);
}
.stroke-base-color-bg-success-subtle\/50 {
  stroke: rgb(246 254 249 / 0.5);
}
.stroke-base-color-bg-success-subtle\/60 {
  stroke: rgb(246 254 249 / 0.6);
}
.stroke-base-color-bg-success-subtle\/70 {
  stroke: rgb(246 254 249 / 0.7);
}
.stroke-base-color-bg-success-subtle\/75 {
  stroke: rgb(246 254 249 / 0.75);
}
.stroke-base-color-bg-success-subtle\/80 {
  stroke: rgb(246 254 249 / 0.8);
}
.stroke-base-color-bg-success-subtle\/90 {
  stroke: rgb(246 254 249 / 0.9);
}
.stroke-base-color-bg-success-subtle\/95 {
  stroke: rgb(246 254 249 / 0.95);
}
.stroke-base-color-bg-success-subtle\/base-opacity-disabled {
  stroke: rgb(246 254 249 / 60%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-0 {
  stroke: rgb(246 254 249 / 0%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-10 {
  stroke: rgb(246 254 249 / 10%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-100 {
  stroke: rgb(246 254 249 / 100%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-20 {
  stroke: rgb(246 254 249 / 20%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-30 {
  stroke: rgb(246 254 249 / 30%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-40 {
  stroke: rgb(246 254 249 / 40%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-50 {
  stroke: rgb(246 254 249 / 50%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-60 {
  stroke: rgb(246 254 249 / 60%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-70 {
  stroke: rgb(246 254 249 / 70%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-80 {
  stroke: rgb(246 254 249 / 80%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-90 {
  stroke: rgb(246 254 249 / 90%);
}
.stroke-base-color-bg-success\/0 {
  stroke: rgb(209 250 223 / 0);
}
.stroke-base-color-bg-success\/10 {
  stroke: rgb(209 250 223 / 0.1);
}
.stroke-base-color-bg-success\/100 {
  stroke: rgb(209 250 223 / 1);
}
.stroke-base-color-bg-success\/20 {
  stroke: rgb(209 250 223 / 0.2);
}
.stroke-base-color-bg-success\/25 {
  stroke: rgb(209 250 223 / 0.25);
}
.stroke-base-color-bg-success\/30 {
  stroke: rgb(209 250 223 / 0.3);
}
.stroke-base-color-bg-success\/40 {
  stroke: rgb(209 250 223 / 0.4);
}
.stroke-base-color-bg-success\/5 {
  stroke: rgb(209 250 223 / 0.05);
}
.stroke-base-color-bg-success\/50 {
  stroke: rgb(209 250 223 / 0.5);
}
.stroke-base-color-bg-success\/60 {
  stroke: rgb(209 250 223 / 0.6);
}
.stroke-base-color-bg-success\/70 {
  stroke: rgb(209 250 223 / 0.7);
}
.stroke-base-color-bg-success\/75 {
  stroke: rgb(209 250 223 / 0.75);
}
.stroke-base-color-bg-success\/80 {
  stroke: rgb(209 250 223 / 0.8);
}
.stroke-base-color-bg-success\/90 {
  stroke: rgb(209 250 223 / 0.9);
}
.stroke-base-color-bg-success\/95 {
  stroke: rgb(209 250 223 / 0.95);
}
.stroke-base-color-bg-success\/base-opacity-disabled {
  stroke: rgb(209 250 223 / 60%);
}
.stroke-base-color-bg-success\/core-opacity-0 {
  stroke: rgb(209 250 223 / 0%);
}
.stroke-base-color-bg-success\/core-opacity-10 {
  stroke: rgb(209 250 223 / 10%);
}
.stroke-base-color-bg-success\/core-opacity-100 {
  stroke: rgb(209 250 223 / 100%);
}
.stroke-base-color-bg-success\/core-opacity-20 {
  stroke: rgb(209 250 223 / 20%);
}
.stroke-base-color-bg-success\/core-opacity-30 {
  stroke: rgb(209 250 223 / 30%);
}
.stroke-base-color-bg-success\/core-opacity-40 {
  stroke: rgb(209 250 223 / 40%);
}
.stroke-base-color-bg-success\/core-opacity-50 {
  stroke: rgb(209 250 223 / 50%);
}
.stroke-base-color-bg-success\/core-opacity-60 {
  stroke: rgb(209 250 223 / 60%);
}
.stroke-base-color-bg-success\/core-opacity-70 {
  stroke: rgb(209 250 223 / 70%);
}
.stroke-base-color-bg-success\/core-opacity-80 {
  stroke: rgb(209 250 223 / 80%);
}
.stroke-base-color-bg-success\/core-opacity-90 {
  stroke: rgb(209 250 223 / 90%);
}
.stroke-base-color-bg-transparent {
  stroke: #00000000;
}
.stroke-base-color-bg-transparent\/0 {
  stroke: rgb(0 0 0 / 0);
}
.stroke-base-color-bg-transparent\/10 {
  stroke: rgb(0 0 0 / 0.1);
}
.stroke-base-color-bg-transparent\/100 {
  stroke: rgb(0 0 0 / 1);
}
.stroke-base-color-bg-transparent\/20 {
  stroke: rgb(0 0 0 / 0.2);
}
.stroke-base-color-bg-transparent\/25 {
  stroke: rgb(0 0 0 / 0.25);
}
.stroke-base-color-bg-transparent\/30 {
  stroke: rgb(0 0 0 / 0.3);
}
.stroke-base-color-bg-transparent\/40 {
  stroke: rgb(0 0 0 / 0.4);
}
.stroke-base-color-bg-transparent\/5 {
  stroke: rgb(0 0 0 / 0.05);
}
.stroke-base-color-bg-transparent\/50 {
  stroke: rgb(0 0 0 / 0.5);
}
.stroke-base-color-bg-transparent\/60 {
  stroke: rgb(0 0 0 / 0.6);
}
.stroke-base-color-bg-transparent\/70 {
  stroke: rgb(0 0 0 / 0.7);
}
.stroke-base-color-bg-transparent\/75 {
  stroke: rgb(0 0 0 / 0.75);
}
.stroke-base-color-bg-transparent\/80 {
  stroke: rgb(0 0 0 / 0.8);
}
.stroke-base-color-bg-transparent\/90 {
  stroke: rgb(0 0 0 / 0.9);
}
.stroke-base-color-bg-transparent\/95 {
  stroke: rgb(0 0 0 / 0.95);
}
.stroke-base-color-bg-transparent\/base-opacity-disabled {
  stroke: rgb(0 0 0 / 60%);
}
.stroke-base-color-bg-transparent\/core-opacity-0 {
  stroke: rgb(0 0 0 / 0%);
}
.stroke-base-color-bg-transparent\/core-opacity-10 {
  stroke: rgb(0 0 0 / 10%);
}
.stroke-base-color-bg-transparent\/core-opacity-100 {
  stroke: rgb(0 0 0 / 100%);
}
.stroke-base-color-bg-transparent\/core-opacity-20 {
  stroke: rgb(0 0 0 / 20%);
}
.stroke-base-color-bg-transparent\/core-opacity-30 {
  stroke: rgb(0 0 0 / 30%);
}
.stroke-base-color-bg-transparent\/core-opacity-40 {
  stroke: rgb(0 0 0 / 40%);
}
.stroke-base-color-bg-transparent\/core-opacity-50 {
  stroke: rgb(0 0 0 / 50%);
}
.stroke-base-color-bg-transparent\/core-opacity-60 {
  stroke: rgb(0 0 0 / 60%);
}
.stroke-base-color-bg-transparent\/core-opacity-70 {
  stroke: rgb(0 0 0 / 70%);
}
.stroke-base-color-bg-transparent\/core-opacity-80 {
  stroke: rgb(0 0 0 / 80%);
}
.stroke-base-color-bg-transparent\/core-opacity-90 {
  stroke: rgb(0 0 0 / 90%);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-base-space-selectable-inset-none {
  padding: 0px !important;
}
.\!p-base-space-selectable-inset-xs {
  padding: 4px !important;
}
.\!p-core-space-0 {
  padding: 0px !important;
}
.\!p-core-space-50 {
  padding: 8px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-base-space-container-inset-m {
  padding: 24px;
}
.p-base-space-selectable-inset-m {
  padding: 12px;
}
.p-base-space-selectable-inset-s {
  padding: 8px;
}
.p-base-space-selectable-inset-xs {
  padding: 4px;
}
.p-core-space-0 {
  padding: 0px;
}
.p-core-space-100 {
  padding: 16px;
}
.p-core-space-150 {
  padding: 24px;
}
.p-core-space-200 {
  padding: 32px;
}
.p-core-space-25 {
  padding: 4px;
}
.p-core-space-300 {
  padding: 48px;
}
.p-core-space-50 {
  padding: 8px;
}
.p-core-space-75 {
  padding: 12px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-core-space-0 {
  padding-left: 0px !important;
  padding-right: 0px !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;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}
.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}
.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}
.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.px-base-space-container-inset-s {
  padding-left: 16px;
  padding-right: 16px;
}
.px-base-space-selectable-inset-l {
  padding-left: 16px;
  padding-right: 16px;
}
.px-base-space-selectable-inset-m {
  padding-left: 12px;
  padding-right: 12px;
}
.px-base-space-selectable-inset-s {
  padding-left: 8px;
  padding-right: 8px;
}
.px-base-space-selectable-inset-xs {
  padding-left: 4px;
  padding-right: 4px;
}
.px-core-space-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-core-space-100 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-core-space-125 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-core-space-150 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-core-space-175 {
  padding-left: 28px;
  padding-right: 28px;
}
.px-core-space-200 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-core-space-2400 {
  padding-left: 384px;
  padding-right: 384px;
}
.px-core-space-25 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-core-space-50 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-core-space-75 {
  padding-left: 12px;
  padding-right: 12px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.py-base-space-container-inset-m {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-base-space-container-inset-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-base-space-page-inset-s {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-base-space-selectable-inset-m {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-base-space-selectable-inset-none {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-base-space-selectable-inset-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-core-size-150 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-core-space-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-core-space-100 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-core-space-125 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-core-space-150 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-core-space-175 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-core-space-200 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-core-space-2400 {
  padding-top: 384px;
  padding-bottom: 384px;
}
.py-core-space-25 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-core-space-300 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-core-space-50 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-core-space-6 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-core-space-75 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pl-core-space-200 {
  padding-left: 32px !important;
}
.\!pl-core-space-225 {
  padding-left: 36px !important;
}
.\!pr-2 {
  padding-right: 0.5rem !important;
}
.\!pr-core-space-200 {
  padding-right: 32px !important;
}
.\!pr-core-space-225 {
  padding-right: 36px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-96 {
  padding-bottom: 24rem;
}
.pb-\[65px\] {
  padding-bottom: 65px;
}
.pb-base-space-selectable-inset-xs {
  padding-bottom: 4px;
}
.pb-core-space-100 {
  padding-bottom: 16px;
}
.pb-core-space-150 {
  padding-bottom: 24px;
}
.pb-core-space-200 {
  padding-bottom: 32px;
}
.pb-core-space-2000 {
  padding-bottom: 320px;
}
.pb-core-space-25 {
  padding-bottom: 4px;
}
.pb-core-space-400 {
  padding-bottom: 64px;
}
.pb-core-space-50 {
  padding-bottom: 8px;
}
.pb-core-space-500 {
  padding-bottom: 80px;
}
.pb-core-space-600 {
  padding-bottom: 96px;
}
.pb-core-space-75 {
  padding-bottom: 12px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-96 {
  padding-left: 24rem;
}
.pl-core-space-100 {
  padding-left: 16px;
}
.pl-core-space-150 {
  padding-left: 24px;
}
.pl-core-space-175 {
  padding-left: 28px;
}
.pl-core-space-25 {
  padding-left: 4px;
}
.pl-core-space-400 {
  padding-left: 64px;
}
.pl-core-space-50 {
  padding-left: 8px;
}
.pl-core-space-500 {
  padding-left: 80px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pr-base-space-selectable-inset-s {
  padding-right: 8px;
}
.pr-core-space-100 {
  padding-right: 16px;
}
.pr-core-space-12 {
  padding-right: 2px;
}
.pr-core-space-25 {
  padding-right: 4px;
}
.pr-core-space-50 {
  padding-right: 8px;
}
.pr-core-space-600 {
  padding-right: 96px;
}
.pr-core-space-75 {
  padding-right: 12px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-base-space-container-inset-m {
  padding-top: 24px;
}
.pt-base-space-selectable-inset-m {
  padding-top: 12px;
}
.pt-core-space-0 {
  padding-top: 0px;
}
.pt-core-space-100 {
  padding-top: 16px;
}
.pt-core-space-150 {
  padding-top: 24px;
}
.pt-core-space-200 {
  padding-top: 32px;
}
.pt-core-space-25 {
  padding-top: 4px;
}
.pt-core-space-50 {
  padding-top: 8px;
}
.pt-core-space-75 {
  padding-top: 12px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.-indent-3 {
  text-indent: -0.75rem;
}
.-indent-3\.5 {
  text-indent: -0.875rem;
}
.-indent-4 {
  text-indent: -1rem;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.\!font-\[\'Brush_Script_MT\'\] {
  font-family: 'Brush Script MT' !important;
}
.font-base-typography-body-l-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-body-m-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-body-s-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-body-xs-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-default-l-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-default-m-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-default-s-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-default-xl-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-default-xs-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-strong-l-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-strong-m-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-strong-s-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-strong-xl-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-strong-xs-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-title-l-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-title-m-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-title-s-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-title-xl-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-title-xs-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base-font-size-l {
  font-size: 20px;
}
.text-base-font-size-m {
  font-size: 16px;
}
.text-base-font-size-ml {
  font-size: 18px;
}
.text-base-font-size-s {
  font-size: 14px;
}
.text-base-font-size-xl {
  font-size: 24px;
}
.text-base-font-size-xs {
  font-size: 12px;
}
.text-base-font-size-xxl {
  font-size: 32px;
}
.text-base-font-size-xxxl {
  font-size: 40px;
}
.text-base-font-size-xxxxl {
  font-size: 48px;
}
.text-base-typography-body-l-font-size {
  font-size: 18px;
}
.text-base-typography-body-m-font-size {
  font-size: 16px;
}
.text-base-typography-body-s-font-size {
  font-size: 14px;
}
.text-base-typography-body-xs-font-size {
  font-size: 12px;
}
.text-base-typography-interface-default-l-font-size {
  font-size: 18px;
}
.text-base-typography-interface-default-m-font-size {
  font-size: 16px;
}
.text-base-typography-interface-default-s-font-size {
  font-size: 14px;
}
.text-base-typography-interface-default-xl-font-size {
  font-size: 20px;
}
.text-base-typography-interface-default-xs-font-size {
  font-size: 12px;
}
.text-base-typography-interface-strong-l-font-size {
  font-size: 18px;
}
.text-base-typography-interface-strong-m-font-size {
  font-size: 16px;
}
.text-base-typography-interface-strong-s-font-size {
  font-size: 14px;
}
.text-base-typography-interface-strong-xl-font-size {
  font-size: 20px;
}
.text-base-typography-interface-strong-xs-font-size {
  font-size: 12px;
}
.text-base-typography-title-l-font-size {
  font-size: 24px;
}
.text-base-typography-title-m-font-size {
  font-size: 20px;
}
.text-base-typography-title-s-font-size {
  font-size: 18px;
}
.text-base-typography-title-xl-font-size {
  font-size: 32px;
}
.text-base-typography-title-xs-font-size {
  font-size: 16px;
}
.text-core-font-size-100 {
  font-size: 16px;
}
.text-core-font-size-112 {
  font-size: 18px;
}
.text-core-font-size-125 {
  font-size: 20px;
}
.text-core-font-size-150 {
  font-size: 24px;
}
.text-core-font-size-175 {
  font-size: 28px;
}
.text-core-font-size-200 {
  font-size: 32px;
}
.text-core-font-size-225 {
  font-size: 36px;
}
.text-core-font-size-250 {
  font-size: 40px;
}
.text-core-font-size-275 {
  font-size: 44px;
}
.text-core-font-size-300 {
  font-size: 48px;
}
.text-core-font-size-325 {
  font-size: 52px;
}
.text-core-font-size-350 {
  font-size: 56px;
}
.text-core-font-size-375 {
  font-size: 60px;
}
.text-core-font-size-400 {
  font-size: 64px;
}
.text-core-font-size-450 {
  font-size: 72px;
}
.text-core-font-size-50 {
  font-size: 8px;
}
.text-core-font-size-500 {
  font-size: 80px;
}
.text-core-font-size-550 {
  font-size: 88px;
}
.text-core-font-size-600 {
  font-size: 96px;
}
.text-core-font-size-62 {
  font-size: 10px;
}
.text-core-font-size-75 {
  font-size: 12px;
}
.text-core-font-size-87 {
  font-size: 14px;
}
.text-core-font-size-REM {
  font-size: 16px;
}
.text-core-font-size-base {
  font-size: 0.16px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-base-font-weight-400 {
  font-weight: 400;
}
.font-base-font-weight-500 {
  font-weight: 500;
}
.font-base-font-weight-600 {
  font-weight: 600;
}
.font-base-font-weight-700 {
  font-weight: 700;
}
.font-base-font-weight-800 {
  font-weight: 800;
}
.font-base-typography-body-l-font-weight {
  font-weight: 400;
}
.font-base-typography-body-m-font-weight {
  font-weight: 400;
}
.font-base-typography-body-s-font-weight {
  font-weight: 400;
}
.font-base-typography-body-xs-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-default-l-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-default-m-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-default-s-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-default-xl-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-default-xs-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-strong-l-font-weight {
  font-weight: 500;
}
.font-base-typography-interface-strong-m-font-weight {
  font-weight: 500;
}
.font-base-typography-interface-strong-s-font-weight {
  font-weight: 500;
}
.font-base-typography-interface-strong-xl-font-weight {
  font-weight: 500;
}
.font-base-typography-interface-strong-xs-font-weight {
  font-weight: 500;
}
.font-base-typography-title-l-font-weight {
  font-weight: 500;
}
.font-base-typography-title-m-font-weight {
  font-weight: 500;
}
.font-base-typography-title-s-font-weight {
  font-weight: 500;
}
.font-base-typography-title-xl-font-weight {
  font-weight: 500;
}
.font-base-typography-title-xs-font-weight {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-base-line-height-title {
  line-height: 130%;
}
.leading-base-typography-body-l-line-height {
  line-height: 150%;
}
.leading-base-typography-body-m-line-height {
  line-height: 150%;
}
.leading-base-typography-body-s-line-height {
  line-height: 150%;
}
.leading-base-typography-body-xs-line-height {
  line-height: 150%;
}
.leading-base-typography-interface-default-l-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-default-m-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-default-s-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-default-xl-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-default-xs-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-strong-l-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-strong-m-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-strong-s-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-strong-xl-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-strong-xs-line-height {
  line-height: 110%;
}
.leading-base-typography-title-l-line-height {
  line-height: 130%;
}
.leading-base-typography-title-m-line-height {
  line-height: 130%;
}
.leading-base-typography-title-s-line-height {
  line-height: 130%;
}
.leading-base-typography-title-xl-line-height {
  line-height: 130%;
}
.leading-base-typography-title-xs-line-height {
  line-height: 130%;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-danger {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.\!text-success {
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-accent-burgandy {
  --tw-text-opacity: 1;
  color: rgb(97 0 46 / var(--tw-text-opacity));
}
.text-accent-burgandy\/0 {
  color: rgb(97 0 46 / 0);
}
.text-accent-burgandy\/10 {
  color: rgb(97 0 46 / 0.1);
}
.text-accent-burgandy\/100 {
  color: rgb(97 0 46 / 1);
}
.text-accent-burgandy\/20 {
  color: rgb(97 0 46 / 0.2);
}
.text-accent-burgandy\/25 {
  color: rgb(97 0 46 / 0.25);
}
.text-accent-burgandy\/30 {
  color: rgb(97 0 46 / 0.3);
}
.text-accent-burgandy\/40 {
  color: rgb(97 0 46 / 0.4);
}
.text-accent-burgandy\/5 {
  color: rgb(97 0 46 / 0.05);
}
.text-accent-burgandy\/50 {
  color: rgb(97 0 46 / 0.5);
}
.text-accent-burgandy\/60 {
  color: rgb(97 0 46 / 0.6);
}
.text-accent-burgandy\/70 {
  color: rgb(97 0 46 / 0.7);
}
.text-accent-burgandy\/75 {
  color: rgb(97 0 46 / 0.75);
}
.text-accent-burgandy\/80 {
  color: rgb(97 0 46 / 0.8);
}
.text-accent-burgandy\/90 {
  color: rgb(97 0 46 / 0.9);
}
.text-accent-burgandy\/95 {
  color: rgb(97 0 46 / 0.95);
}
.text-accent-burgandy\/base-opacity-disabled {
  color: rgb(97 0 46 / 60%);
}
.text-accent-burgandy\/core-opacity-0 {
  color: rgb(97 0 46 / 0%);
}
.text-accent-burgandy\/core-opacity-10 {
  color: rgb(97 0 46 / 10%);
}
.text-accent-burgandy\/core-opacity-100 {
  color: rgb(97 0 46 / 100%);
}
.text-accent-burgandy\/core-opacity-20 {
  color: rgb(97 0 46 / 20%);
}
.text-accent-burgandy\/core-opacity-30 {
  color: rgb(97 0 46 / 30%);
}
.text-accent-burgandy\/core-opacity-40 {
  color: rgb(97 0 46 / 40%);
}
.text-accent-burgandy\/core-opacity-50 {
  color: rgb(97 0 46 / 50%);
}
.text-accent-burgandy\/core-opacity-60 {
  color: rgb(97 0 46 / 60%);
}
.text-accent-burgandy\/core-opacity-70 {
  color: rgb(97 0 46 / 70%);
}
.text-accent-burgandy\/core-opacity-80 {
  color: rgb(97 0 46 / 80%);
}
.text-accent-burgandy\/core-opacity-90 {
  color: rgb(97 0 46 / 90%);
}
.text-accent-fuschia {
  --tw-text-opacity: 1;
  color: rgb(114 5 92 / var(--tw-text-opacity));
}
.text-accent-fuschia\/0 {
  color: rgb(114 5 92 / 0);
}
.text-accent-fuschia\/10 {
  color: rgb(114 5 92 / 0.1);
}
.text-accent-fuschia\/100 {
  color: rgb(114 5 92 / 1);
}
.text-accent-fuschia\/20 {
  color: rgb(114 5 92 / 0.2);
}
.text-accent-fuschia\/25 {
  color: rgb(114 5 92 / 0.25);
}
.text-accent-fuschia\/30 {
  color: rgb(114 5 92 / 0.3);
}
.text-accent-fuschia\/40 {
  color: rgb(114 5 92 / 0.4);
}
.text-accent-fuschia\/5 {
  color: rgb(114 5 92 / 0.05);
}
.text-accent-fuschia\/50 {
  color: rgb(114 5 92 / 0.5);
}
.text-accent-fuschia\/60 {
  color: rgb(114 5 92 / 0.6);
}
.text-accent-fuschia\/70 {
  color: rgb(114 5 92 / 0.7);
}
.text-accent-fuschia\/75 {
  color: rgb(114 5 92 / 0.75);
}
.text-accent-fuschia\/80 {
  color: rgb(114 5 92 / 0.8);
}
.text-accent-fuschia\/90 {
  color: rgb(114 5 92 / 0.9);
}
.text-accent-fuschia\/95 {
  color: rgb(114 5 92 / 0.95);
}
.text-accent-fuschia\/base-opacity-disabled {
  color: rgb(114 5 92 / 60%);
}
.text-accent-fuschia\/core-opacity-0 {
  color: rgb(114 5 92 / 0%);
}
.text-accent-fuschia\/core-opacity-10 {
  color: rgb(114 5 92 / 10%);
}
.text-accent-fuschia\/core-opacity-100 {
  color: rgb(114 5 92 / 100%);
}
.text-accent-fuschia\/core-opacity-20 {
  color: rgb(114 5 92 / 20%);
}
.text-accent-fuschia\/core-opacity-30 {
  color: rgb(114 5 92 / 30%);
}
.text-accent-fuschia\/core-opacity-40 {
  color: rgb(114 5 92 / 40%);
}
.text-accent-fuschia\/core-opacity-50 {
  color: rgb(114 5 92 / 50%);
}
.text-accent-fuschia\/core-opacity-60 {
  color: rgb(114 5 92 / 60%);
}
.text-accent-fuschia\/core-opacity-70 {
  color: rgb(114 5 92 / 70%);
}
.text-accent-fuschia\/core-opacity-80 {
  color: rgb(114 5 92 / 80%);
}
.text-accent-fuschia\/core-opacity-90 {
  color: rgb(114 5 92 / 90%);
}
.text-accent-purple {
  --tw-text-opacity: 1;
  color: rgb(52 7 148 / var(--tw-text-opacity));
}
.text-accent-purple\/0 {
  color: rgb(52 7 148 / 0);
}
.text-accent-purple\/10 {
  color: rgb(52 7 148 / 0.1);
}
.text-accent-purple\/100 {
  color: rgb(52 7 148 / 1);
}
.text-accent-purple\/20 {
  color: rgb(52 7 148 / 0.2);
}
.text-accent-purple\/25 {
  color: rgb(52 7 148 / 0.25);
}
.text-accent-purple\/30 {
  color: rgb(52 7 148 / 0.3);
}
.text-accent-purple\/40 {
  color: rgb(52 7 148 / 0.4);
}
.text-accent-purple\/5 {
  color: rgb(52 7 148 / 0.05);
}
.text-accent-purple\/50 {
  color: rgb(52 7 148 / 0.5);
}
.text-accent-purple\/60 {
  color: rgb(52 7 148 / 0.6);
}
.text-accent-purple\/70 {
  color: rgb(52 7 148 / 0.7);
}
.text-accent-purple\/75 {
  color: rgb(52 7 148 / 0.75);
}
.text-accent-purple\/80 {
  color: rgb(52 7 148 / 0.8);
}
.text-accent-purple\/90 {
  color: rgb(52 7 148 / 0.9);
}
.text-accent-purple\/95 {
  color: rgb(52 7 148 / 0.95);
}
.text-accent-purple\/base-opacity-disabled {
  color: rgb(52 7 148 / 60%);
}
.text-accent-purple\/core-opacity-0 {
  color: rgb(52 7 148 / 0%);
}
.text-accent-purple\/core-opacity-10 {
  color: rgb(52 7 148 / 10%);
}
.text-accent-purple\/core-opacity-100 {
  color: rgb(52 7 148 / 100%);
}
.text-accent-purple\/core-opacity-20 {
  color: rgb(52 7 148 / 20%);
}
.text-accent-purple\/core-opacity-30 {
  color: rgb(52 7 148 / 30%);
}
.text-accent-purple\/core-opacity-40 {
  color: rgb(52 7 148 / 40%);
}
.text-accent-purple\/core-opacity-50 {
  color: rgb(52 7 148 / 50%);
}
.text-accent-purple\/core-opacity-60 {
  color: rgb(52 7 148 / 60%);
}
.text-accent-purple\/core-opacity-70 {
  color: rgb(52 7 148 / 70%);
}
.text-accent-purple\/core-opacity-80 {
  color: rgb(52 7 148 / 80%);
}
.text-accent-purple\/core-opacity-90 {
  color: rgb(52 7 148 / 90%);
}
.text-accent-vermillion {
  --tw-text-opacity: 1;
  color: rgb(204 36 45 / var(--tw-text-opacity));
}
.text-accent-vermillion\/0 {
  color: rgb(204 36 45 / 0);
}
.text-accent-vermillion\/10 {
  color: rgb(204 36 45 / 0.1);
}
.text-accent-vermillion\/100 {
  color: rgb(204 36 45 / 1);
}
.text-accent-vermillion\/20 {
  color: rgb(204 36 45 / 0.2);
}
.text-accent-vermillion\/25 {
  color: rgb(204 36 45 / 0.25);
}
.text-accent-vermillion\/30 {
  color: rgb(204 36 45 / 0.3);
}
.text-accent-vermillion\/40 {
  color: rgb(204 36 45 / 0.4);
}
.text-accent-vermillion\/5 {
  color: rgb(204 36 45 / 0.05);
}
.text-accent-vermillion\/50 {
  color: rgb(204 36 45 / 0.5);
}
.text-accent-vermillion\/60 {
  color: rgb(204 36 45 / 0.6);
}
.text-accent-vermillion\/70 {
  color: rgb(204 36 45 / 0.7);
}
.text-accent-vermillion\/75 {
  color: rgb(204 36 45 / 0.75);
}
.text-accent-vermillion\/80 {
  color: rgb(204 36 45 / 0.8);
}
.text-accent-vermillion\/90 {
  color: rgb(204 36 45 / 0.9);
}
.text-accent-vermillion\/95 {
  color: rgb(204 36 45 / 0.95);
}
.text-accent-vermillion\/base-opacity-disabled {
  color: rgb(204 36 45 / 60%);
}
.text-accent-vermillion\/core-opacity-0 {
  color: rgb(204 36 45 / 0%);
}
.text-accent-vermillion\/core-opacity-10 {
  color: rgb(204 36 45 / 10%);
}
.text-accent-vermillion\/core-opacity-100 {
  color: rgb(204 36 45 / 100%);
}
.text-accent-vermillion\/core-opacity-20 {
  color: rgb(204 36 45 / 20%);
}
.text-accent-vermillion\/core-opacity-30 {
  color: rgb(204 36 45 / 30%);
}
.text-accent-vermillion\/core-opacity-40 {
  color: rgb(204 36 45 / 40%);
}
.text-accent-vermillion\/core-opacity-50 {
  color: rgb(204 36 45 / 50%);
}
.text-accent-vermillion\/core-opacity-60 {
  color: rgb(204 36 45 / 60%);
}
.text-accent-vermillion\/core-opacity-70 {
  color: rgb(204 36 45 / 70%);
}
.text-accent-vermillion\/core-opacity-80 {
  color: rgb(204 36 45 / 80%);
}
.text-accent-vermillion\/core-opacity-90 {
  color: rgb(204 36 45 / 90%);
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}
.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}
.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}
.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}
.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}
.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}
.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}
.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}
.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}
.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}
.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.text-amber-100\/base-opacity-disabled {
  color: rgb(254 243 199 / 60%);
}
.text-amber-100\/core-opacity-0 {
  color: rgb(254 243 199 / 0%);
}
.text-amber-100\/core-opacity-10 {
  color: rgb(254 243 199 / 10%);
}
.text-amber-100\/core-opacity-100 {
  color: rgb(254 243 199 / 100%);
}
.text-amber-100\/core-opacity-20 {
  color: rgb(254 243 199 / 20%);
}
.text-amber-100\/core-opacity-30 {
  color: rgb(254 243 199 / 30%);
}
.text-amber-100\/core-opacity-40 {
  color: rgb(254 243 199 / 40%);
}
.text-amber-100\/core-opacity-50 {
  color: rgb(254 243 199 / 50%);
}
.text-amber-100\/core-opacity-60 {
  color: rgb(254 243 199 / 60%);
}
.text-amber-100\/core-opacity-70 {
  color: rgb(254 243 199 / 70%);
}
.text-amber-100\/core-opacity-80 {
  color: rgb(254 243 199 / 80%);
}
.text-amber-100\/core-opacity-90 {
  color: rgb(254 243 199 / 90%);
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}
.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}
.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}
.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}
.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}
.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}
.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}
.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}
.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}
.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-amber-200\/base-opacity-disabled {
  color: rgb(253 230 138 / 60%);
}
.text-amber-200\/core-opacity-0 {
  color: rgb(253 230 138 / 0%);
}
.text-amber-200\/core-opacity-10 {
  color: rgb(253 230 138 / 10%);
}
.text-amber-200\/core-opacity-100 {
  color: rgb(253 230 138 / 100%);
}
.text-amber-200\/core-opacity-20 {
  color: rgb(253 230 138 / 20%);
}
.text-amber-200\/core-opacity-30 {
  color: rgb(253 230 138 / 30%);
}
.text-amber-200\/core-opacity-40 {
  color: rgb(253 230 138 / 40%);
}
.text-amber-200\/core-opacity-50 {
  color: rgb(253 230 138 / 50%);
}
.text-amber-200\/core-opacity-60 {
  color: rgb(253 230 138 / 60%);
}
.text-amber-200\/core-opacity-70 {
  color: rgb(253 230 138 / 70%);
}
.text-amber-200\/core-opacity-80 {
  color: rgb(253 230 138 / 80%);
}
.text-amber-200\/core-opacity-90 {
  color: rgb(253 230 138 / 90%);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}
.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}
.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-amber-300\/base-opacity-disabled {
  color: rgb(252 211 77 / 60%);
}
.text-amber-300\/core-opacity-0 {
  color: rgb(252 211 77 / 0%);
}
.text-amber-300\/core-opacity-10 {
  color: rgb(252 211 77 / 10%);
}
.text-amber-300\/core-opacity-100 {
  color: rgb(252 211 77 / 100%);
}
.text-amber-300\/core-opacity-20 {
  color: rgb(252 211 77 / 20%);
}
.text-amber-300\/core-opacity-30 {
  color: rgb(252 211 77 / 30%);
}
.text-amber-300\/core-opacity-40 {
  color: rgb(252 211 77 / 40%);
}
.text-amber-300\/core-opacity-50 {
  color: rgb(252 211 77 / 50%);
}
.text-amber-300\/core-opacity-60 {
  color: rgb(252 211 77 / 60%);
}
.text-amber-300\/core-opacity-70 {
  color: rgb(252 211 77 / 70%);
}
.text-amber-300\/core-opacity-80 {
  color: rgb(252 211 77 / 80%);
}
.text-amber-300\/core-opacity-90 {
  color: rgb(252 211 77 / 90%);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}
.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}
.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-amber-400\/base-opacity-disabled {
  color: rgb(251 191 36 / 60%);
}
.text-amber-400\/core-opacity-0 {
  color: rgb(251 191 36 / 0%);
}
.text-amber-400\/core-opacity-10 {
  color: rgb(251 191 36 / 10%);
}
.text-amber-400\/core-opacity-100 {
  color: rgb(251 191 36 / 100%);
}
.text-amber-400\/core-opacity-20 {
  color: rgb(251 191 36 / 20%);
}
.text-amber-400\/core-opacity-30 {
  color: rgb(251 191 36 / 30%);
}
.text-amber-400\/core-opacity-40 {
  color: rgb(251 191 36 / 40%);
}
.text-amber-400\/core-opacity-50 {
  color: rgb(251 191 36 / 50%);
}
.text-amber-400\/core-opacity-60 {
  color: rgb(251 191 36 / 60%);
}
.text-amber-400\/core-opacity-70 {
  color: rgb(251 191 36 / 70%);
}
.text-amber-400\/core-opacity-80 {
  color: rgb(251 191 36 / 80%);
}
.text-amber-400\/core-opacity-90 {
  color: rgb(251 191 36 / 90%);
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}
.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}
.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-amber-50\/base-opacity-disabled {
  color: rgb(255 251 235 / 60%);
}
.text-amber-50\/core-opacity-0 {
  color: rgb(255 251 235 / 0%);
}
.text-amber-50\/core-opacity-10 {
  color: rgb(255 251 235 / 10%);
}
.text-amber-50\/core-opacity-100 {
  color: rgb(255 251 235 / 100%);
}
.text-amber-50\/core-opacity-20 {
  color: rgb(255 251 235 / 20%);
}
.text-amber-50\/core-opacity-30 {
  color: rgb(255 251 235 / 30%);
}
.text-amber-50\/core-opacity-40 {
  color: rgb(255 251 235 / 40%);
}
.text-amber-50\/core-opacity-50 {
  color: rgb(255 251 235 / 50%);
}
.text-amber-50\/core-opacity-60 {
  color: rgb(255 251 235 / 60%);
}
.text-amber-50\/core-opacity-70 {
  color: rgb(255 251 235 / 70%);
}
.text-amber-50\/core-opacity-80 {
  color: rgb(255 251 235 / 80%);
}
.text-amber-50\/core-opacity-90 {
  color: rgb(255 251 235 / 90%);
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}
.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}
.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.text-amber-500\/base-opacity-disabled {
  color: rgb(245 158 11 / 60%);
}
.text-amber-500\/core-opacity-0 {
  color: rgb(245 158 11 / 0%);
}
.text-amber-500\/core-opacity-10 {
  color: rgb(245 158 11 / 10%);
}
.text-amber-500\/core-opacity-100 {
  color: rgb(245 158 11 / 100%);
}
.text-amber-500\/core-opacity-20 {
  color: rgb(245 158 11 / 20%);
}
.text-amber-500\/core-opacity-30 {
  color: rgb(245 158 11 / 30%);
}
.text-amber-500\/core-opacity-40 {
  color: rgb(245 158 11 / 40%);
}
.text-amber-500\/core-opacity-50 {
  color: rgb(245 158 11 / 50%);
}
.text-amber-500\/core-opacity-60 {
  color: rgb(245 158 11 / 60%);
}
.text-amber-500\/core-opacity-70 {
  color: rgb(245 158 11 / 70%);
}
.text-amber-500\/core-opacity-80 {
  color: rgb(245 158 11 / 80%);
}
.text-amber-500\/core-opacity-90 {
  color: rgb(245 158 11 / 90%);
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}
.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}
.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.text-amber-600\/base-opacity-disabled {
  color: rgb(217 119 6 / 60%);
}
.text-amber-600\/core-opacity-0 {
  color: rgb(217 119 6 / 0%);
}
.text-amber-600\/core-opacity-10 {
  color: rgb(217 119 6 / 10%);
}
.text-amber-600\/core-opacity-100 {
  color: rgb(217 119 6 / 100%);
}
.text-amber-600\/core-opacity-20 {
  color: rgb(217 119 6 / 20%);
}
.text-amber-600\/core-opacity-30 {
  color: rgb(217 119 6 / 30%);
}
.text-amber-600\/core-opacity-40 {
  color: rgb(217 119 6 / 40%);
}
.text-amber-600\/core-opacity-50 {
  color: rgb(217 119 6 / 50%);
}
.text-amber-600\/core-opacity-60 {
  color: rgb(217 119 6 / 60%);
}
.text-amber-600\/core-opacity-70 {
  color: rgb(217 119 6 / 70%);
}
.text-amber-600\/core-opacity-80 {
  color: rgb(217 119 6 / 80%);
}
.text-amber-600\/core-opacity-90 {
  color: rgb(217 119 6 / 90%);
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}
.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}
.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}
.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}
.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}
.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}
.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}
.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}
.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}
.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}
.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}
.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}
.text-amber-700\/base-opacity-disabled {
  color: rgb(180 83 9 / 60%);
}
.text-amber-700\/core-opacity-0 {
  color: rgb(180 83 9 / 0%);
}
.text-amber-700\/core-opacity-10 {
  color: rgb(180 83 9 / 10%);
}
.text-amber-700\/core-opacity-100 {
  color: rgb(180 83 9 / 100%);
}
.text-amber-700\/core-opacity-20 {
  color: rgb(180 83 9 / 20%);
}
.text-amber-700\/core-opacity-30 {
  color: rgb(180 83 9 / 30%);
}
.text-amber-700\/core-opacity-40 {
  color: rgb(180 83 9 / 40%);
}
.text-amber-700\/core-opacity-50 {
  color: rgb(180 83 9 / 50%);
}
.text-amber-700\/core-opacity-60 {
  color: rgb(180 83 9 / 60%);
}
.text-amber-700\/core-opacity-70 {
  color: rgb(180 83 9 / 70%);
}
.text-amber-700\/core-opacity-80 {
  color: rgb(180 83 9 / 80%);
}
.text-amber-700\/core-opacity-90 {
  color: rgb(180 83 9 / 90%);
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}
.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}
.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}
.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}
.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}
.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}
.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}
.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}
.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}
.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}
.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}
.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}
.text-amber-800\/base-opacity-disabled {
  color: rgb(146 64 14 / 60%);
}
.text-amber-800\/core-opacity-0 {
  color: rgb(146 64 14 / 0%);
}
.text-amber-800\/core-opacity-10 {
  color: rgb(146 64 14 / 10%);
}
.text-amber-800\/core-opacity-100 {
  color: rgb(146 64 14 / 100%);
}
.text-amber-800\/core-opacity-20 {
  color: rgb(146 64 14 / 20%);
}
.text-amber-800\/core-opacity-30 {
  color: rgb(146 64 14 / 30%);
}
.text-amber-800\/core-opacity-40 {
  color: rgb(146 64 14 / 40%);
}
.text-amber-800\/core-opacity-50 {
  color: rgb(146 64 14 / 50%);
}
.text-amber-800\/core-opacity-60 {
  color: rgb(146 64 14 / 60%);
}
.text-amber-800\/core-opacity-70 {
  color: rgb(146 64 14 / 70%);
}
.text-amber-800\/core-opacity-80 {
  color: rgb(146 64 14 / 80%);
}
.text-amber-800\/core-opacity-90 {
  color: rgb(146 64 14 / 90%);
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}
.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}
.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.text-amber-900\/base-opacity-disabled {
  color: rgb(120 53 15 / 60%);
}
.text-amber-900\/core-opacity-0 {
  color: rgb(120 53 15 / 0%);
}
.text-amber-900\/core-opacity-10 {
  color: rgb(120 53 15 / 10%);
}
.text-amber-900\/core-opacity-100 {
  color: rgb(120 53 15 / 100%);
}
.text-amber-900\/core-opacity-20 {
  color: rgb(120 53 15 / 20%);
}
.text-amber-900\/core-opacity-30 {
  color: rgb(120 53 15 / 30%);
}
.text-amber-900\/core-opacity-40 {
  color: rgb(120 53 15 / 40%);
}
.text-amber-900\/core-opacity-50 {
  color: rgb(120 53 15 / 50%);
}
.text-amber-900\/core-opacity-60 {
  color: rgb(120 53 15 / 60%);
}
.text-amber-900\/core-opacity-70 {
  color: rgb(120 53 15 / 70%);
}
.text-amber-900\/core-opacity-80 {
  color: rgb(120 53 15 / 80%);
}
.text-amber-900\/core-opacity-90 {
  color: rgb(120 53 15 / 90%);
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.text-amber-950\/0 {
  color: rgb(69 26 3 / 0);
}
.text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1);
}
.text-amber-950\/100 {
  color: rgb(69 26 3 / 1);
}
.text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2);
}
.text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25);
}
.text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3);
}
.text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4);
}
.text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05);
}
.text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5);
}
.text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6);
}
.text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7);
}
.text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75);
}
.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}
.text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9);
}
.text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95);
}
.text-amber-950\/base-opacity-disabled {
  color: rgb(69 26 3 / 60%);
}
.text-amber-950\/core-opacity-0 {
  color: rgb(69 26 3 / 0%);
}
.text-amber-950\/core-opacity-10 {
  color: rgb(69 26 3 / 10%);
}
.text-amber-950\/core-opacity-100 {
  color: rgb(69 26 3 / 100%);
}
.text-amber-950\/core-opacity-20 {
  color: rgb(69 26 3 / 20%);
}
.text-amber-950\/core-opacity-30 {
  color: rgb(69 26 3 / 30%);
}
.text-amber-950\/core-opacity-40 {
  color: rgb(69 26 3 / 40%);
}
.text-amber-950\/core-opacity-50 {
  color: rgb(69 26 3 / 50%);
}
.text-amber-950\/core-opacity-60 {
  color: rgb(69 26 3 / 60%);
}
.text-amber-950\/core-opacity-70 {
  color: rgb(69 26 3 / 70%);
}
.text-amber-950\/core-opacity-80 {
  color: rgb(69 26 3 / 80%);
}
.text-amber-950\/core-opacity-90 {
  color: rgb(69 26 3 / 90%);
}
.text-base-color-bg-accent {
  --tw-text-opacity: 1;
  color: rgb(209 224 255 / var(--tw-text-opacity));
}
.text-base-color-bg-accent-emphasis {
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.text-base-color-bg-accent-emphasis\/0 {
  color: rgb(21 94 239 / 0);
}
.text-base-color-bg-accent-emphasis\/10 {
  color: rgb(21 94 239 / 0.1);
}
.text-base-color-bg-accent-emphasis\/100 {
  color: rgb(21 94 239 / 1);
}
.text-base-color-bg-accent-emphasis\/20 {
  color: rgb(21 94 239 / 0.2);
}
.text-base-color-bg-accent-emphasis\/25 {
  color: rgb(21 94 239 / 0.25);
}
.text-base-color-bg-accent-emphasis\/30 {
  color: rgb(21 94 239 / 0.3);
}
.text-base-color-bg-accent-emphasis\/40 {
  color: rgb(21 94 239 / 0.4);
}
.text-base-color-bg-accent-emphasis\/5 {
  color: rgb(21 94 239 / 0.05);
}
.text-base-color-bg-accent-emphasis\/50 {
  color: rgb(21 94 239 / 0.5);
}
.text-base-color-bg-accent-emphasis\/60 {
  color: rgb(21 94 239 / 0.6);
}
.text-base-color-bg-accent-emphasis\/70 {
  color: rgb(21 94 239 / 0.7);
}
.text-base-color-bg-accent-emphasis\/75 {
  color: rgb(21 94 239 / 0.75);
}
.text-base-color-bg-accent-emphasis\/80 {
  color: rgb(21 94 239 / 0.8);
}
.text-base-color-bg-accent-emphasis\/90 {
  color: rgb(21 94 239 / 0.9);
}
.text-base-color-bg-accent-emphasis\/95 {
  color: rgb(21 94 239 / 0.95);
}
.text-base-color-bg-accent-emphasis\/base-opacity-disabled {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-0 {
  color: rgb(21 94 239 / 0%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-10 {
  color: rgb(21 94 239 / 10%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-100 {
  color: rgb(21 94 239 / 100%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-20 {
  color: rgb(21 94 239 / 20%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-30 {
  color: rgb(21 94 239 / 30%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-40 {
  color: rgb(21 94 239 / 40%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-50 {
  color: rgb(21 94 239 / 50%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-60 {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-70 {
  color: rgb(21 94 239 / 70%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-80 {
  color: rgb(21 94 239 / 80%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-90 {
  color: rgb(21 94 239 / 90%);
}
.text-base-color-bg-accent-subtle {
  --tw-text-opacity: 1;
  color: rgb(245 248 255 / var(--tw-text-opacity));
}
.text-base-color-bg-accent-subtle\/0 {
  color: rgb(245 248 255 / 0);
}
.text-base-color-bg-accent-subtle\/10 {
  color: rgb(245 248 255 / 0.1);
}
.text-base-color-bg-accent-subtle\/100 {
  color: rgb(245 248 255 / 1);
}
.text-base-color-bg-accent-subtle\/20 {
  color: rgb(245 248 255 / 0.2);
}
.text-base-color-bg-accent-subtle\/25 {
  color: rgb(245 248 255 / 0.25);
}
.text-base-color-bg-accent-subtle\/30 {
  color: rgb(245 248 255 / 0.3);
}
.text-base-color-bg-accent-subtle\/40 {
  color: rgb(245 248 255 / 0.4);
}
.text-base-color-bg-accent-subtle\/5 {
  color: rgb(245 248 255 / 0.05);
}
.text-base-color-bg-accent-subtle\/50 {
  color: rgb(245 248 255 / 0.5);
}
.text-base-color-bg-accent-subtle\/60 {
  color: rgb(245 248 255 / 0.6);
}
.text-base-color-bg-accent-subtle\/70 {
  color: rgb(245 248 255 / 0.7);
}
.text-base-color-bg-accent-subtle\/75 {
  color: rgb(245 248 255 / 0.75);
}
.text-base-color-bg-accent-subtle\/80 {
  color: rgb(245 248 255 / 0.8);
}
.text-base-color-bg-accent-subtle\/90 {
  color: rgb(245 248 255 / 0.9);
}
.text-base-color-bg-accent-subtle\/95 {
  color: rgb(245 248 255 / 0.95);
}
.text-base-color-bg-accent-subtle\/base-opacity-disabled {
  color: rgb(245 248 255 / 60%);
}
.text-base-color-bg-accent-subtle\/core-opacity-0 {
  color: rgb(245 248 255 / 0%);
}
.text-base-color-bg-accent-subtle\/core-opacity-10 {
  color: rgb(245 248 255 / 10%);
}
.text-base-color-bg-accent-subtle\/core-opacity-100 {
  color: rgb(245 248 255 / 100%);
}
.text-base-color-bg-accent-subtle\/core-opacity-20 {
  color: rgb(245 248 255 / 20%);
}
.text-base-color-bg-accent-subtle\/core-opacity-30 {
  color: rgb(245 248 255 / 30%);
}
.text-base-color-bg-accent-subtle\/core-opacity-40 {
  color: rgb(245 248 255 / 40%);
}
.text-base-color-bg-accent-subtle\/core-opacity-50 {
  color: rgb(245 248 255 / 50%);
}
.text-base-color-bg-accent-subtle\/core-opacity-60 {
  color: rgb(245 248 255 / 60%);
}
.text-base-color-bg-accent-subtle\/core-opacity-70 {
  color: rgb(245 248 255 / 70%);
}
.text-base-color-bg-accent-subtle\/core-opacity-80 {
  color: rgb(245 248 255 / 80%);
}
.text-base-color-bg-accent-subtle\/core-opacity-90 {
  color: rgb(245 248 255 / 90%);
}
.text-base-color-bg-accent\/0 {
  color: rgb(209 224 255 / 0);
}
.text-base-color-bg-accent\/10 {
  color: rgb(209 224 255 / 0.1);
}
.text-base-color-bg-accent\/100 {
  color: rgb(209 224 255 / 1);
}
.text-base-color-bg-accent\/20 {
  color: rgb(209 224 255 / 0.2);
}
.text-base-color-bg-accent\/25 {
  color: rgb(209 224 255 / 0.25);
}
.text-base-color-bg-accent\/30 {
  color: rgb(209 224 255 / 0.3);
}
.text-base-color-bg-accent\/40 {
  color: rgb(209 224 255 / 0.4);
}
.text-base-color-bg-accent\/5 {
  color: rgb(209 224 255 / 0.05);
}
.text-base-color-bg-accent\/50 {
  color: rgb(209 224 255 / 0.5);
}
.text-base-color-bg-accent\/60 {
  color: rgb(209 224 255 / 0.6);
}
.text-base-color-bg-accent\/70 {
  color: rgb(209 224 255 / 0.7);
}
.text-base-color-bg-accent\/75 {
  color: rgb(209 224 255 / 0.75);
}
.text-base-color-bg-accent\/80 {
  color: rgb(209 224 255 / 0.8);
}
.text-base-color-bg-accent\/90 {
  color: rgb(209 224 255 / 0.9);
}
.text-base-color-bg-accent\/95 {
  color: rgb(209 224 255 / 0.95);
}
.text-base-color-bg-accent\/base-opacity-disabled {
  color: rgb(209 224 255 / 60%);
}
.text-base-color-bg-accent\/core-opacity-0 {
  color: rgb(209 224 255 / 0%);
}
.text-base-color-bg-accent\/core-opacity-10 {
  color: rgb(209 224 255 / 10%);
}
.text-base-color-bg-accent\/core-opacity-100 {
  color: rgb(209 224 255 / 100%);
}
.text-base-color-bg-accent\/core-opacity-20 {
  color: rgb(209 224 255 / 20%);
}
.text-base-color-bg-accent\/core-opacity-30 {
  color: rgb(209 224 255 / 30%);
}
.text-base-color-bg-accent\/core-opacity-40 {
  color: rgb(209 224 255 / 40%);
}
.text-base-color-bg-accent\/core-opacity-50 {
  color: rgb(209 224 255 / 50%);
}
.text-base-color-bg-accent\/core-opacity-60 {
  color: rgb(209 224 255 / 60%);
}
.text-base-color-bg-accent\/core-opacity-70 {
  color: rgb(209 224 255 / 70%);
}
.text-base-color-bg-accent\/core-opacity-80 {
  color: rgb(209 224 255 / 80%);
}
.text-base-color-bg-accent\/core-opacity-90 {
  color: rgb(209 224 255 / 90%);
}
.text-base-color-bg-attention {
  --tw-text-opacity: 1;
  color: rgb(254 240 200 / var(--tw-text-opacity));
}
.text-base-color-bg-attention-emphasis {
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.text-base-color-bg-attention-emphasis\/0 {
  color: rgb(221 105 3 / 0);
}
.text-base-color-bg-attention-emphasis\/10 {
  color: rgb(221 105 3 / 0.1);
}
.text-base-color-bg-attention-emphasis\/100 {
  color: rgb(221 105 3 / 1);
}
.text-base-color-bg-attention-emphasis\/20 {
  color: rgb(221 105 3 / 0.2);
}
.text-base-color-bg-attention-emphasis\/25 {
  color: rgb(221 105 3 / 0.25);
}
.text-base-color-bg-attention-emphasis\/30 {
  color: rgb(221 105 3 / 0.3);
}
.text-base-color-bg-attention-emphasis\/40 {
  color: rgb(221 105 3 / 0.4);
}
.text-base-color-bg-attention-emphasis\/5 {
  color: rgb(221 105 3 / 0.05);
}
.text-base-color-bg-attention-emphasis\/50 {
  color: rgb(221 105 3 / 0.5);
}
.text-base-color-bg-attention-emphasis\/60 {
  color: rgb(221 105 3 / 0.6);
}
.text-base-color-bg-attention-emphasis\/70 {
  color: rgb(221 105 3 / 0.7);
}
.text-base-color-bg-attention-emphasis\/75 {
  color: rgb(221 105 3 / 0.75);
}
.text-base-color-bg-attention-emphasis\/80 {
  color: rgb(221 105 3 / 0.8);
}
.text-base-color-bg-attention-emphasis\/90 {
  color: rgb(221 105 3 / 0.9);
}
.text-base-color-bg-attention-emphasis\/95 {
  color: rgb(221 105 3 / 0.95);
}
.text-base-color-bg-attention-emphasis\/base-opacity-disabled {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-0 {
  color: rgb(221 105 3 / 0%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-10 {
  color: rgb(221 105 3 / 10%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-100 {
  color: rgb(221 105 3 / 100%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-20 {
  color: rgb(221 105 3 / 20%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-30 {
  color: rgb(221 105 3 / 30%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-40 {
  color: rgb(221 105 3 / 40%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-50 {
  color: rgb(221 105 3 / 50%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-60 {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-70 {
  color: rgb(221 105 3 / 70%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-80 {
  color: rgb(221 105 3 / 80%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-90 {
  color: rgb(221 105 3 / 90%);
}
.text-base-color-bg-attention-subtle {
  --tw-text-opacity: 1;
  color: rgb(255 252 245 / var(--tw-text-opacity));
}
.text-base-color-bg-attention-subtle\/0 {
  color: rgb(255 252 245 / 0);
}
.text-base-color-bg-attention-subtle\/10 {
  color: rgb(255 252 245 / 0.1);
}
.text-base-color-bg-attention-subtle\/100 {
  color: rgb(255 252 245 / 1);
}
.text-base-color-bg-attention-subtle\/20 {
  color: rgb(255 252 245 / 0.2);
}
.text-base-color-bg-attention-subtle\/25 {
  color: rgb(255 252 245 / 0.25);
}
.text-base-color-bg-attention-subtle\/30 {
  color: rgb(255 252 245 / 0.3);
}
.text-base-color-bg-attention-subtle\/40 {
  color: rgb(255 252 245 / 0.4);
}
.text-base-color-bg-attention-subtle\/5 {
  color: rgb(255 252 245 / 0.05);
}
.text-base-color-bg-attention-subtle\/50 {
  color: rgb(255 252 245 / 0.5);
}
.text-base-color-bg-attention-subtle\/60 {
  color: rgb(255 252 245 / 0.6);
}
.text-base-color-bg-attention-subtle\/70 {
  color: rgb(255 252 245 / 0.7);
}
.text-base-color-bg-attention-subtle\/75 {
  color: rgb(255 252 245 / 0.75);
}
.text-base-color-bg-attention-subtle\/80 {
  color: rgb(255 252 245 / 0.8);
}
.text-base-color-bg-attention-subtle\/90 {
  color: rgb(255 252 245 / 0.9);
}
.text-base-color-bg-attention-subtle\/95 {
  color: rgb(255 252 245 / 0.95);
}
.text-base-color-bg-attention-subtle\/base-opacity-disabled {
  color: rgb(255 252 245 / 60%);
}
.text-base-color-bg-attention-subtle\/core-opacity-0 {
  color: rgb(255 252 245 / 0%);
}
.text-base-color-bg-attention-subtle\/core-opacity-10 {
  color: rgb(255 252 245 / 10%);
}
.text-base-color-bg-attention-subtle\/core-opacity-100 {
  color: rgb(255 252 245 / 100%);
}
.text-base-color-bg-attention-subtle\/core-opacity-20 {
  color: rgb(255 252 245 / 20%);
}
.text-base-color-bg-attention-subtle\/core-opacity-30 {
  color: rgb(255 252 245 / 30%);
}
.text-base-color-bg-attention-subtle\/core-opacity-40 {
  color: rgb(255 252 245 / 40%);
}
.text-base-color-bg-attention-subtle\/core-opacity-50 {
  color: rgb(255 252 245 / 50%);
}
.text-base-color-bg-attention-subtle\/core-opacity-60 {
  color: rgb(255 252 245 / 60%);
}
.text-base-color-bg-attention-subtle\/core-opacity-70 {
  color: rgb(255 252 245 / 70%);
}
.text-base-color-bg-attention-subtle\/core-opacity-80 {
  color: rgb(255 252 245 / 80%);
}
.text-base-color-bg-attention-subtle\/core-opacity-90 {
  color: rgb(255 252 245 / 90%);
}
.text-base-color-bg-attention\/0 {
  color: rgb(254 240 200 / 0);
}
.text-base-color-bg-attention\/10 {
  color: rgb(254 240 200 / 0.1);
}
.text-base-color-bg-attention\/100 {
  color: rgb(254 240 200 / 1);
}
.text-base-color-bg-attention\/20 {
  color: rgb(254 240 200 / 0.2);
}
.text-base-color-bg-attention\/25 {
  color: rgb(254 240 200 / 0.25);
}
.text-base-color-bg-attention\/30 {
  color: rgb(254 240 200 / 0.3);
}
.text-base-color-bg-attention\/40 {
  color: rgb(254 240 200 / 0.4);
}
.text-base-color-bg-attention\/5 {
  color: rgb(254 240 200 / 0.05);
}
.text-base-color-bg-attention\/50 {
  color: rgb(254 240 200 / 0.5);
}
.text-base-color-bg-attention\/60 {
  color: rgb(254 240 200 / 0.6);
}
.text-base-color-bg-attention\/70 {
  color: rgb(254 240 200 / 0.7);
}
.text-base-color-bg-attention\/75 {
  color: rgb(254 240 200 / 0.75);
}
.text-base-color-bg-attention\/80 {
  color: rgb(254 240 200 / 0.8);
}
.text-base-color-bg-attention\/90 {
  color: rgb(254 240 200 / 0.9);
}
.text-base-color-bg-attention\/95 {
  color: rgb(254 240 200 / 0.95);
}
.text-base-color-bg-attention\/base-opacity-disabled {
  color: rgb(254 240 200 / 60%);
}
.text-base-color-bg-attention\/core-opacity-0 {
  color: rgb(254 240 200 / 0%);
}
.text-base-color-bg-attention\/core-opacity-10 {
  color: rgb(254 240 200 / 10%);
}
.text-base-color-bg-attention\/core-opacity-100 {
  color: rgb(254 240 200 / 100%);
}
.text-base-color-bg-attention\/core-opacity-20 {
  color: rgb(254 240 200 / 20%);
}
.text-base-color-bg-attention\/core-opacity-30 {
  color: rgb(254 240 200 / 30%);
}
.text-base-color-bg-attention\/core-opacity-40 {
  color: rgb(254 240 200 / 40%);
}
.text-base-color-bg-attention\/core-opacity-50 {
  color: rgb(254 240 200 / 50%);
}
.text-base-color-bg-attention\/core-opacity-60 {
  color: rgb(254 240 200 / 60%);
}
.text-base-color-bg-attention\/core-opacity-70 {
  color: rgb(254 240 200 / 70%);
}
.text-base-color-bg-attention\/core-opacity-80 {
  color: rgb(254 240 200 / 80%);
}
.text-base-color-bg-attention\/core-opacity-90 {
  color: rgb(254 240 200 / 90%);
}
.text-base-color-bg-brand {
  --tw-text-opacity: 1;
  color: rgb(205 214 249 / var(--tw-text-opacity));
}
.text-base-color-bg-brand-emphasis {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-base-color-bg-brand-emphasis\/0 {
  color: rgb(93 91 215 / 0);
}
.text-base-color-bg-brand-emphasis\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-base-color-bg-brand-emphasis\/100 {
  color: rgb(93 91 215 / 1);
}
.text-base-color-bg-brand-emphasis\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-base-color-bg-brand-emphasis\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-base-color-bg-brand-emphasis\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-base-color-bg-brand-emphasis\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-base-color-bg-brand-emphasis\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-base-color-bg-brand-emphasis\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-base-color-bg-brand-emphasis\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-base-color-bg-brand-emphasis\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-base-color-bg-brand-emphasis\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-base-color-bg-brand-emphasis\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-base-color-bg-brand-emphasis\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-base-color-bg-brand-emphasis\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-base-color-bg-brand-emphasis\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-base-color-bg-brand-subtle {
  --tw-text-opacity: 1;
  color: rgb(242 244 253 / var(--tw-text-opacity));
}
.text-base-color-bg-brand-subtle\/0 {
  color: rgb(242 244 253 / 0);
}
.text-base-color-bg-brand-subtle\/10 {
  color: rgb(242 244 253 / 0.1);
}
.text-base-color-bg-brand-subtle\/100 {
  color: rgb(242 244 253 / 1);
}
.text-base-color-bg-brand-subtle\/20 {
  color: rgb(242 244 253 / 0.2);
}
.text-base-color-bg-brand-subtle\/25 {
  color: rgb(242 244 253 / 0.25);
}
.text-base-color-bg-brand-subtle\/30 {
  color: rgb(242 244 253 / 0.3);
}
.text-base-color-bg-brand-subtle\/40 {
  color: rgb(242 244 253 / 0.4);
}
.text-base-color-bg-brand-subtle\/5 {
  color: rgb(242 244 253 / 0.05);
}
.text-base-color-bg-brand-subtle\/50 {
  color: rgb(242 244 253 / 0.5);
}
.text-base-color-bg-brand-subtle\/60 {
  color: rgb(242 244 253 / 0.6);
}
.text-base-color-bg-brand-subtle\/70 {
  color: rgb(242 244 253 / 0.7);
}
.text-base-color-bg-brand-subtle\/75 {
  color: rgb(242 244 253 / 0.75);
}
.text-base-color-bg-brand-subtle\/80 {
  color: rgb(242 244 253 / 0.8);
}
.text-base-color-bg-brand-subtle\/90 {
  color: rgb(242 244 253 / 0.9);
}
.text-base-color-bg-brand-subtle\/95 {
  color: rgb(242 244 253 / 0.95);
}
.text-base-color-bg-brand-subtle\/base-opacity-disabled {
  color: rgb(242 244 253 / 60%);
}
.text-base-color-bg-brand-subtle\/core-opacity-0 {
  color: rgb(242 244 253 / 0%);
}
.text-base-color-bg-brand-subtle\/core-opacity-10 {
  color: rgb(242 244 253 / 10%);
}
.text-base-color-bg-brand-subtle\/core-opacity-100 {
  color: rgb(242 244 253 / 100%);
}
.text-base-color-bg-brand-subtle\/core-opacity-20 {
  color: rgb(242 244 253 / 20%);
}
.text-base-color-bg-brand-subtle\/core-opacity-30 {
  color: rgb(242 244 253 / 30%);
}
.text-base-color-bg-brand-subtle\/core-opacity-40 {
  color: rgb(242 244 253 / 40%);
}
.text-base-color-bg-brand-subtle\/core-opacity-50 {
  color: rgb(242 244 253 / 50%);
}
.text-base-color-bg-brand-subtle\/core-opacity-60 {
  color: rgb(242 244 253 / 60%);
}
.text-base-color-bg-brand-subtle\/core-opacity-70 {
  color: rgb(242 244 253 / 70%);
}
.text-base-color-bg-brand-subtle\/core-opacity-80 {
  color: rgb(242 244 253 / 80%);
}
.text-base-color-bg-brand-subtle\/core-opacity-90 {
  color: rgb(242 244 253 / 90%);
}
.text-base-color-bg-brand\/0 {
  color: rgb(205 214 249 / 0);
}
.text-base-color-bg-brand\/10 {
  color: rgb(205 214 249 / 0.1);
}
.text-base-color-bg-brand\/100 {
  color: rgb(205 214 249 / 1);
}
.text-base-color-bg-brand\/20 {
  color: rgb(205 214 249 / 0.2);
}
.text-base-color-bg-brand\/25 {
  color: rgb(205 214 249 / 0.25);
}
.text-base-color-bg-brand\/30 {
  color: rgb(205 214 249 / 0.3);
}
.text-base-color-bg-brand\/40 {
  color: rgb(205 214 249 / 0.4);
}
.text-base-color-bg-brand\/5 {
  color: rgb(205 214 249 / 0.05);
}
.text-base-color-bg-brand\/50 {
  color: rgb(205 214 249 / 0.5);
}
.text-base-color-bg-brand\/60 {
  color: rgb(205 214 249 / 0.6);
}
.text-base-color-bg-brand\/70 {
  color: rgb(205 214 249 / 0.7);
}
.text-base-color-bg-brand\/75 {
  color: rgb(205 214 249 / 0.75);
}
.text-base-color-bg-brand\/80 {
  color: rgb(205 214 249 / 0.8);
}
.text-base-color-bg-brand\/90 {
  color: rgb(205 214 249 / 0.9);
}
.text-base-color-bg-brand\/95 {
  color: rgb(205 214 249 / 0.95);
}
.text-base-color-bg-brand\/base-opacity-disabled {
  color: rgb(205 214 249 / 60%);
}
.text-base-color-bg-brand\/core-opacity-0 {
  color: rgb(205 214 249 / 0%);
}
.text-base-color-bg-brand\/core-opacity-10 {
  color: rgb(205 214 249 / 10%);
}
.text-base-color-bg-brand\/core-opacity-100 {
  color: rgb(205 214 249 / 100%);
}
.text-base-color-bg-brand\/core-opacity-20 {
  color: rgb(205 214 249 / 20%);
}
.text-base-color-bg-brand\/core-opacity-30 {
  color: rgb(205 214 249 / 30%);
}
.text-base-color-bg-brand\/core-opacity-40 {
  color: rgb(205 214 249 / 40%);
}
.text-base-color-bg-brand\/core-opacity-50 {
  color: rgb(205 214 249 / 50%);
}
.text-base-color-bg-brand\/core-opacity-60 {
  color: rgb(205 214 249 / 60%);
}
.text-base-color-bg-brand\/core-opacity-70 {
  color: rgb(205 214 249 / 70%);
}
.text-base-color-bg-brand\/core-opacity-80 {
  color: rgb(205 214 249 / 80%);
}
.text-base-color-bg-brand\/core-opacity-90 {
  color: rgb(205 214 249 / 90%);
}
.text-base-color-bg-danger {
  --tw-text-opacity: 1;
  color: rgb(254 227 225 / var(--tw-text-opacity));
}
.text-base-color-bg-danger-emphasis {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-base-color-bg-danger-emphasis\/0 {
  color: rgb(240 68 56 / 0);
}
.text-base-color-bg-danger-emphasis\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-base-color-bg-danger-emphasis\/100 {
  color: rgb(240 68 56 / 1);
}
.text-base-color-bg-danger-emphasis\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-base-color-bg-danger-emphasis\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-base-color-bg-danger-emphasis\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-base-color-bg-danger-emphasis\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-base-color-bg-danger-emphasis\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-base-color-bg-danger-emphasis\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-base-color-bg-danger-emphasis\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-base-color-bg-danger-emphasis\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-base-color-bg-danger-emphasis\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-base-color-bg-danger-emphasis\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-base-color-bg-danger-emphasis\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-base-color-bg-danger-emphasis\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-base-color-bg-danger-emphasis\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-base-color-bg-danger-subtle {
  --tw-text-opacity: 1;
  color: rgb(255 251 250 / var(--tw-text-opacity));
}
.text-base-color-bg-danger-subtle\/0 {
  color: rgb(255 251 250 / 0);
}
.text-base-color-bg-danger-subtle\/10 {
  color: rgb(255 251 250 / 0.1);
}
.text-base-color-bg-danger-subtle\/100 {
  color: rgb(255 251 250 / 1);
}
.text-base-color-bg-danger-subtle\/20 {
  color: rgb(255 251 250 / 0.2);
}
.text-base-color-bg-danger-subtle\/25 {
  color: rgb(255 251 250 / 0.25);
}
.text-base-color-bg-danger-subtle\/30 {
  color: rgb(255 251 250 / 0.3);
}
.text-base-color-bg-danger-subtle\/40 {
  color: rgb(255 251 250 / 0.4);
}
.text-base-color-bg-danger-subtle\/5 {
  color: rgb(255 251 250 / 0.05);
}
.text-base-color-bg-danger-subtle\/50 {
  color: rgb(255 251 250 / 0.5);
}
.text-base-color-bg-danger-subtle\/60 {
  color: rgb(255 251 250 / 0.6);
}
.text-base-color-bg-danger-subtle\/70 {
  color: rgb(255 251 250 / 0.7);
}
.text-base-color-bg-danger-subtle\/75 {
  color: rgb(255 251 250 / 0.75);
}
.text-base-color-bg-danger-subtle\/80 {
  color: rgb(255 251 250 / 0.8);
}
.text-base-color-bg-danger-subtle\/90 {
  color: rgb(255 251 250 / 0.9);
}
.text-base-color-bg-danger-subtle\/95 {
  color: rgb(255 251 250 / 0.95);
}
.text-base-color-bg-danger-subtle\/base-opacity-disabled {
  color: rgb(255 251 250 / 60%);
}
.text-base-color-bg-danger-subtle\/core-opacity-0 {
  color: rgb(255 251 250 / 0%);
}
.text-base-color-bg-danger-subtle\/core-opacity-10 {
  color: rgb(255 251 250 / 10%);
}
.text-base-color-bg-danger-subtle\/core-opacity-100 {
  color: rgb(255 251 250 / 100%);
}
.text-base-color-bg-danger-subtle\/core-opacity-20 {
  color: rgb(255 251 250 / 20%);
}
.text-base-color-bg-danger-subtle\/core-opacity-30 {
  color: rgb(255 251 250 / 30%);
}
.text-base-color-bg-danger-subtle\/core-opacity-40 {
  color: rgb(255 251 250 / 40%);
}
.text-base-color-bg-danger-subtle\/core-opacity-50 {
  color: rgb(255 251 250 / 50%);
}
.text-base-color-bg-danger-subtle\/core-opacity-60 {
  color: rgb(255 251 250 / 60%);
}
.text-base-color-bg-danger-subtle\/core-opacity-70 {
  color: rgb(255 251 250 / 70%);
}
.text-base-color-bg-danger-subtle\/core-opacity-80 {
  color: rgb(255 251 250 / 80%);
}
.text-base-color-bg-danger-subtle\/core-opacity-90 {
  color: rgb(255 251 250 / 90%);
}
.text-base-color-bg-danger\/0 {
  color: rgb(254 227 225 / 0);
}
.text-base-color-bg-danger\/10 {
  color: rgb(254 227 225 / 0.1);
}
.text-base-color-bg-danger\/100 {
  color: rgb(254 227 225 / 1);
}
.text-base-color-bg-danger\/20 {
  color: rgb(254 227 225 / 0.2);
}
.text-base-color-bg-danger\/25 {
  color: rgb(254 227 225 / 0.25);
}
.text-base-color-bg-danger\/30 {
  color: rgb(254 227 225 / 0.3);
}
.text-base-color-bg-danger\/40 {
  color: rgb(254 227 225 / 0.4);
}
.text-base-color-bg-danger\/5 {
  color: rgb(254 227 225 / 0.05);
}
.text-base-color-bg-danger\/50 {
  color: rgb(254 227 225 / 0.5);
}
.text-base-color-bg-danger\/60 {
  color: rgb(254 227 225 / 0.6);
}
.text-base-color-bg-danger\/70 {
  color: rgb(254 227 225 / 0.7);
}
.text-base-color-bg-danger\/75 {
  color: rgb(254 227 225 / 0.75);
}
.text-base-color-bg-danger\/80 {
  color: rgb(254 227 225 / 0.8);
}
.text-base-color-bg-danger\/90 {
  color: rgb(254 227 225 / 0.9);
}
.text-base-color-bg-danger\/95 {
  color: rgb(254 227 225 / 0.95);
}
.text-base-color-bg-danger\/base-opacity-disabled {
  color: rgb(254 227 225 / 60%);
}
.text-base-color-bg-danger\/core-opacity-0 {
  color: rgb(254 227 225 / 0%);
}
.text-base-color-bg-danger\/core-opacity-10 {
  color: rgb(254 227 225 / 10%);
}
.text-base-color-bg-danger\/core-opacity-100 {
  color: rgb(254 227 225 / 100%);
}
.text-base-color-bg-danger\/core-opacity-20 {
  color: rgb(254 227 225 / 20%);
}
.text-base-color-bg-danger\/core-opacity-30 {
  color: rgb(254 227 225 / 30%);
}
.text-base-color-bg-danger\/core-opacity-40 {
  color: rgb(254 227 225 / 40%);
}
.text-base-color-bg-danger\/core-opacity-50 {
  color: rgb(254 227 225 / 50%);
}
.text-base-color-bg-danger\/core-opacity-60 {
  color: rgb(254 227 225 / 60%);
}
.text-base-color-bg-danger\/core-opacity-70 {
  color: rgb(254 227 225 / 70%);
}
.text-base-color-bg-danger\/core-opacity-80 {
  color: rgb(254 227 225 / 80%);
}
.text-base-color-bg-danger\/core-opacity-90 {
  color: rgb(254 227 225 / 90%);
}
.text-base-color-bg-default {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-base-color-bg-default\/0 {
  color: rgb(255 255 255 / 0);
}
.text-base-color-bg-default\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-base-color-bg-default\/100 {
  color: rgb(255 255 255 / 1);
}
.text-base-color-bg-default\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-base-color-bg-default\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-base-color-bg-default\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-base-color-bg-default\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-base-color-bg-default\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-base-color-bg-default\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-base-color-bg-default\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-base-color-bg-default\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-base-color-bg-default\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-base-color-bg-default\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-base-color-bg-default\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-base-color-bg-default\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-base-color-bg-default\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-base-color-bg-default\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-base-color-bg-default\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-base-color-bg-default\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-base-color-bg-default\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-base-color-bg-default\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-base-color-bg-default\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-base-color-bg-default\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-base-color-bg-default\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-base-color-bg-default\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-base-color-bg-default\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-base-color-bg-default\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-base-color-bg-emphasis {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-base-color-bg-emphasis\/0 {
  color: rgb(16 24 40 / 0);
}
.text-base-color-bg-emphasis\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-base-color-bg-emphasis\/100 {
  color: rgb(16 24 40 / 1);
}
.text-base-color-bg-emphasis\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-base-color-bg-emphasis\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-base-color-bg-emphasis\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-base-color-bg-emphasis\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-base-color-bg-emphasis\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-base-color-bg-emphasis\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-base-color-bg-emphasis\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-base-color-bg-emphasis\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-base-color-bg-emphasis\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-base-color-bg-emphasis\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-base-color-bg-emphasis\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-base-color-bg-emphasis\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-base-color-bg-emphasis\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-base-color-bg-emphasis\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-base-color-bg-emphasis\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-base-color-bg-emphasis\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-base-color-bg-emphasis\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-base-color-bg-emphasis\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-base-color-bg-emphasis\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-base-color-bg-emphasis\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-base-color-bg-emphasis\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-base-color-bg-emphasis\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-base-color-bg-emphasis\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-base-color-bg-emphasis\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-base-color-bg-muted {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}
.text-base-color-bg-muted\/0 {
  color: rgb(234 236 240 / 0);
}
.text-base-color-bg-muted\/10 {
  color: rgb(234 236 240 / 0.1);
}
.text-base-color-bg-muted\/100 {
  color: rgb(234 236 240 / 1);
}
.text-base-color-bg-muted\/20 {
  color: rgb(234 236 240 / 0.2);
}
.text-base-color-bg-muted\/25 {
  color: rgb(234 236 240 / 0.25);
}
.text-base-color-bg-muted\/30 {
  color: rgb(234 236 240 / 0.3);
}
.text-base-color-bg-muted\/40 {
  color: rgb(234 236 240 / 0.4);
}
.text-base-color-bg-muted\/5 {
  color: rgb(234 236 240 / 0.05);
}
.text-base-color-bg-muted\/50 {
  color: rgb(234 236 240 / 0.5);
}
.text-base-color-bg-muted\/60 {
  color: rgb(234 236 240 / 0.6);
}
.text-base-color-bg-muted\/70 {
  color: rgb(234 236 240 / 0.7);
}
.text-base-color-bg-muted\/75 {
  color: rgb(234 236 240 / 0.75);
}
.text-base-color-bg-muted\/80 {
  color: rgb(234 236 240 / 0.8);
}
.text-base-color-bg-muted\/90 {
  color: rgb(234 236 240 / 0.9);
}
.text-base-color-bg-muted\/95 {
  color: rgb(234 236 240 / 0.95);
}
.text-base-color-bg-muted\/base-opacity-disabled {
  color: rgb(234 236 240 / 60%);
}
.text-base-color-bg-muted\/core-opacity-0 {
  color: rgb(234 236 240 / 0%);
}
.text-base-color-bg-muted\/core-opacity-10 {
  color: rgb(234 236 240 / 10%);
}
.text-base-color-bg-muted\/core-opacity-100 {
  color: rgb(234 236 240 / 100%);
}
.text-base-color-bg-muted\/core-opacity-20 {
  color: rgb(234 236 240 / 20%);
}
.text-base-color-bg-muted\/core-opacity-30 {
  color: rgb(234 236 240 / 30%);
}
.text-base-color-bg-muted\/core-opacity-40 {
  color: rgb(234 236 240 / 40%);
}
.text-base-color-bg-muted\/core-opacity-50 {
  color: rgb(234 236 240 / 50%);
}
.text-base-color-bg-muted\/core-opacity-60 {
  color: rgb(234 236 240 / 60%);
}
.text-base-color-bg-muted\/core-opacity-70 {
  color: rgb(234 236 240 / 70%);
}
.text-base-color-bg-muted\/core-opacity-80 {
  color: rgb(234 236 240 / 80%);
}
.text-base-color-bg-muted\/core-opacity-90 {
  color: rgb(234 236 240 / 90%);
}
.text-base-color-bg-subtle {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-base-color-bg-subtle\/0 {
  color: rgb(242 244 247 / 0);
}
.text-base-color-bg-subtle\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-base-color-bg-subtle\/100 {
  color: rgb(242 244 247 / 1);
}
.text-base-color-bg-subtle\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-base-color-bg-subtle\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-base-color-bg-subtle\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-base-color-bg-subtle\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-base-color-bg-subtle\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-base-color-bg-subtle\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-base-color-bg-subtle\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-base-color-bg-subtle\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-base-color-bg-subtle\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-base-color-bg-subtle\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-base-color-bg-subtle\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-base-color-bg-subtle\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-base-color-bg-subtle\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-base-color-bg-subtle\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-base-color-bg-subtle\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-base-color-bg-subtle\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-base-color-bg-subtle\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-base-color-bg-subtle\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-base-color-bg-subtle\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-base-color-bg-subtle\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-base-color-bg-subtle\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-base-color-bg-subtle\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-base-color-bg-subtle\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-base-color-bg-subtle\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-base-color-bg-success {
  --tw-text-opacity: 1;
  color: rgb(209 250 223 / var(--tw-text-opacity));
}
.text-base-color-bg-success-emphasis {
  --tw-text-opacity: 1;
  color: rgb(18 181 105 / var(--tw-text-opacity));
}
.text-base-color-bg-success-emphasis\/0 {
  color: rgb(18 181 105 / 0);
}
.text-base-color-bg-success-emphasis\/10 {
  color: rgb(18 181 105 / 0.1);
}
.text-base-color-bg-success-emphasis\/100 {
  color: rgb(18 181 105 / 1);
}
.text-base-color-bg-success-emphasis\/20 {
  color: rgb(18 181 105 / 0.2);
}
.text-base-color-bg-success-emphasis\/25 {
  color: rgb(18 181 105 / 0.25);
}
.text-base-color-bg-success-emphasis\/30 {
  color: rgb(18 181 105 / 0.3);
}
.text-base-color-bg-success-emphasis\/40 {
  color: rgb(18 181 105 / 0.4);
}
.text-base-color-bg-success-emphasis\/5 {
  color: rgb(18 181 105 / 0.05);
}
.text-base-color-bg-success-emphasis\/50 {
  color: rgb(18 181 105 / 0.5);
}
.text-base-color-bg-success-emphasis\/60 {
  color: rgb(18 181 105 / 0.6);
}
.text-base-color-bg-success-emphasis\/70 {
  color: rgb(18 181 105 / 0.7);
}
.text-base-color-bg-success-emphasis\/75 {
  color: rgb(18 181 105 / 0.75);
}
.text-base-color-bg-success-emphasis\/80 {
  color: rgb(18 181 105 / 0.8);
}
.text-base-color-bg-success-emphasis\/90 {
  color: rgb(18 181 105 / 0.9);
}
.text-base-color-bg-success-emphasis\/95 {
  color: rgb(18 181 105 / 0.95);
}
.text-base-color-bg-success-emphasis\/base-opacity-disabled {
  color: rgb(18 181 105 / 60%);
}
.text-base-color-bg-success-emphasis\/core-opacity-0 {
  color: rgb(18 181 105 / 0%);
}
.text-base-color-bg-success-emphasis\/core-opacity-10 {
  color: rgb(18 181 105 / 10%);
}
.text-base-color-bg-success-emphasis\/core-opacity-100 {
  color: rgb(18 181 105 / 100%);
}
.text-base-color-bg-success-emphasis\/core-opacity-20 {
  color: rgb(18 181 105 / 20%);
}
.text-base-color-bg-success-emphasis\/core-opacity-30 {
  color: rgb(18 181 105 / 30%);
}
.text-base-color-bg-success-emphasis\/core-opacity-40 {
  color: rgb(18 181 105 / 40%);
}
.text-base-color-bg-success-emphasis\/core-opacity-50 {
  color: rgb(18 181 105 / 50%);
}
.text-base-color-bg-success-emphasis\/core-opacity-60 {
  color: rgb(18 181 105 / 60%);
}
.text-base-color-bg-success-emphasis\/core-opacity-70 {
  color: rgb(18 181 105 / 70%);
}
.text-base-color-bg-success-emphasis\/core-opacity-80 {
  color: rgb(18 181 105 / 80%);
}
.text-base-color-bg-success-emphasis\/core-opacity-90 {
  color: rgb(18 181 105 / 90%);
}
.text-base-color-bg-success-subtle {
  --tw-text-opacity: 1;
  color: rgb(246 254 249 / var(--tw-text-opacity));
}
.text-base-color-bg-success-subtle\/0 {
  color: rgb(246 254 249 / 0);
}
.text-base-color-bg-success-subtle\/10 {
  color: rgb(246 254 249 / 0.1);
}
.text-base-color-bg-success-subtle\/100 {
  color: rgb(246 254 249 / 1);
}
.text-base-color-bg-success-subtle\/20 {
  color: rgb(246 254 249 / 0.2);
}
.text-base-color-bg-success-subtle\/25 {
  color: rgb(246 254 249 / 0.25);
}
.text-base-color-bg-success-subtle\/30 {
  color: rgb(246 254 249 / 0.3);
}
.text-base-color-bg-success-subtle\/40 {
  color: rgb(246 254 249 / 0.4);
}
.text-base-color-bg-success-subtle\/5 {
  color: rgb(246 254 249 / 0.05);
}
.text-base-color-bg-success-subtle\/50 {
  color: rgb(246 254 249 / 0.5);
}
.text-base-color-bg-success-subtle\/60 {
  color: rgb(246 254 249 / 0.6);
}
.text-base-color-bg-success-subtle\/70 {
  color: rgb(246 254 249 / 0.7);
}
.text-base-color-bg-success-subtle\/75 {
  color: rgb(246 254 249 / 0.75);
}
.text-base-color-bg-success-subtle\/80 {
  color: rgb(246 254 249 / 0.8);
}
.text-base-color-bg-success-subtle\/90 {
  color: rgb(246 254 249 / 0.9);
}
.text-base-color-bg-success-subtle\/95 {
  color: rgb(246 254 249 / 0.95);
}
.text-base-color-bg-success-subtle\/base-opacity-disabled {
  color: rgb(246 254 249 / 60%);
}
.text-base-color-bg-success-subtle\/core-opacity-0 {
  color: rgb(246 254 249 / 0%);
}
.text-base-color-bg-success-subtle\/core-opacity-10 {
  color: rgb(246 254 249 / 10%);
}
.text-base-color-bg-success-subtle\/core-opacity-100 {
  color: rgb(246 254 249 / 100%);
}
.text-base-color-bg-success-subtle\/core-opacity-20 {
  color: rgb(246 254 249 / 20%);
}
.text-base-color-bg-success-subtle\/core-opacity-30 {
  color: rgb(246 254 249 / 30%);
}
.text-base-color-bg-success-subtle\/core-opacity-40 {
  color: rgb(246 254 249 / 40%);
}
.text-base-color-bg-success-subtle\/core-opacity-50 {
  color: rgb(246 254 249 / 50%);
}
.text-base-color-bg-success-subtle\/core-opacity-60 {
  color: rgb(246 254 249 / 60%);
}
.text-base-color-bg-success-subtle\/core-opacity-70 {
  color: rgb(246 254 249 / 70%);
}
.text-base-color-bg-success-subtle\/core-opacity-80 {
  color: rgb(246 254 249 / 80%);
}
.text-base-color-bg-success-subtle\/core-opacity-90 {
  color: rgb(246 254 249 / 90%);
}
.text-base-color-bg-success\/0 {
  color: rgb(209 250 223 / 0);
}
.text-base-color-bg-success\/10 {
  color: rgb(209 250 223 / 0.1);
}
.text-base-color-bg-success\/100 {
  color: rgb(209 250 223 / 1);
}
.text-base-color-bg-success\/20 {
  color: rgb(209 250 223 / 0.2);
}
.text-base-color-bg-success\/25 {
  color: rgb(209 250 223 / 0.25);
}
.text-base-color-bg-success\/30 {
  color: rgb(209 250 223 / 0.3);
}
.text-base-color-bg-success\/40 {
  color: rgb(209 250 223 / 0.4);
}
.text-base-color-bg-success\/5 {
  color: rgb(209 250 223 / 0.05);
}
.text-base-color-bg-success\/50 {
  color: rgb(209 250 223 / 0.5);
}
.text-base-color-bg-success\/60 {
  color: rgb(209 250 223 / 0.6);
}
.text-base-color-bg-success\/70 {
  color: rgb(209 250 223 / 0.7);
}
.text-base-color-bg-success\/75 {
  color: rgb(209 250 223 / 0.75);
}
.text-base-color-bg-success\/80 {
  color: rgb(209 250 223 / 0.8);
}
.text-base-color-bg-success\/90 {
  color: rgb(209 250 223 / 0.9);
}
.text-base-color-bg-success\/95 {
  color: rgb(209 250 223 / 0.95);
}
.text-base-color-bg-success\/base-opacity-disabled {
  color: rgb(209 250 223 / 60%);
}
.text-base-color-bg-success\/core-opacity-0 {
  color: rgb(209 250 223 / 0%);
}
.text-base-color-bg-success\/core-opacity-10 {
  color: rgb(209 250 223 / 10%);
}
.text-base-color-bg-success\/core-opacity-100 {
  color: rgb(209 250 223 / 100%);
}
.text-base-color-bg-success\/core-opacity-20 {
  color: rgb(209 250 223 / 20%);
}
.text-base-color-bg-success\/core-opacity-30 {
  color: rgb(209 250 223 / 30%);
}
.text-base-color-bg-success\/core-opacity-40 {
  color: rgb(209 250 223 / 40%);
}
.text-base-color-bg-success\/core-opacity-50 {
  color: rgb(209 250 223 / 50%);
}
.text-base-color-bg-success\/core-opacity-60 {
  color: rgb(209 250 223 / 60%);
}
.text-base-color-bg-success\/core-opacity-70 {
  color: rgb(209 250 223 / 70%);
}
.text-base-color-bg-success\/core-opacity-80 {
  color: rgb(209 250 223 / 80%);
}
.text-base-color-bg-success\/core-opacity-90 {
  color: rgb(209 250 223 / 90%);
}
.text-base-color-bg-transparent {
  color: #00000000;
}
.text-base-color-bg-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-base-color-bg-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-base-color-bg-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-base-color-bg-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-base-color-bg-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-base-color-bg-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-base-color-bg-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-base-color-bg-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-base-color-bg-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-base-color-bg-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-base-color-bg-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-base-color-bg-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-base-color-bg-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-base-color-bg-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-base-color-bg-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-base-color-bg-transparent\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-bg-transparent\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-base-color-bg-transparent\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-base-color-bg-transparent\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-base-color-bg-transparent\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-base-color-bg-transparent\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-base-color-bg-transparent\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-base-color-bg-transparent\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-base-color-bg-transparent\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-bg-transparent\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-base-color-bg-transparent\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-base-color-bg-transparent\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-base-color-border-accent {
  --tw-text-opacity: 1;
  color: rgb(209 224 255 / var(--tw-text-opacity));
}
.text-base-color-border-accent-emphasis {
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.text-base-color-border-accent-emphasis\/0 {
  color: rgb(21 94 239 / 0);
}
.text-base-color-border-accent-emphasis\/10 {
  color: rgb(21 94 239 / 0.1);
}
.text-base-color-border-accent-emphasis\/100 {
  color: rgb(21 94 239 / 1);
}
.text-base-color-border-accent-emphasis\/20 {
  color: rgb(21 94 239 / 0.2);
}
.text-base-color-border-accent-emphasis\/25 {
  color: rgb(21 94 239 / 0.25);
}
.text-base-color-border-accent-emphasis\/30 {
  color: rgb(21 94 239 / 0.3);
}
.text-base-color-border-accent-emphasis\/40 {
  color: rgb(21 94 239 / 0.4);
}
.text-base-color-border-accent-emphasis\/5 {
  color: rgb(21 94 239 / 0.05);
}
.text-base-color-border-accent-emphasis\/50 {
  color: rgb(21 94 239 / 0.5);
}
.text-base-color-border-accent-emphasis\/60 {
  color: rgb(21 94 239 / 0.6);
}
.text-base-color-border-accent-emphasis\/70 {
  color: rgb(21 94 239 / 0.7);
}
.text-base-color-border-accent-emphasis\/75 {
  color: rgb(21 94 239 / 0.75);
}
.text-base-color-border-accent-emphasis\/80 {
  color: rgb(21 94 239 / 0.8);
}
.text-base-color-border-accent-emphasis\/90 {
  color: rgb(21 94 239 / 0.9);
}
.text-base-color-border-accent-emphasis\/95 {
  color: rgb(21 94 239 / 0.95);
}
.text-base-color-border-accent-emphasis\/base-opacity-disabled {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-border-accent-emphasis\/core-opacity-0 {
  color: rgb(21 94 239 / 0%);
}
.text-base-color-border-accent-emphasis\/core-opacity-10 {
  color: rgb(21 94 239 / 10%);
}
.text-base-color-border-accent-emphasis\/core-opacity-100 {
  color: rgb(21 94 239 / 100%);
}
.text-base-color-border-accent-emphasis\/core-opacity-20 {
  color: rgb(21 94 239 / 20%);
}
.text-base-color-border-accent-emphasis\/core-opacity-30 {
  color: rgb(21 94 239 / 30%);
}
.text-base-color-border-accent-emphasis\/core-opacity-40 {
  color: rgb(21 94 239 / 40%);
}
.text-base-color-border-accent-emphasis\/core-opacity-50 {
  color: rgb(21 94 239 / 50%);
}
.text-base-color-border-accent-emphasis\/core-opacity-60 {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-border-accent-emphasis\/core-opacity-70 {
  color: rgb(21 94 239 / 70%);
}
.text-base-color-border-accent-emphasis\/core-opacity-80 {
  color: rgb(21 94 239 / 80%);
}
.text-base-color-border-accent-emphasis\/core-opacity-90 {
  color: rgb(21 94 239 / 90%);
}
.text-base-color-border-accent\/0 {
  color: rgb(209 224 255 / 0);
}
.text-base-color-border-accent\/10 {
  color: rgb(209 224 255 / 0.1);
}
.text-base-color-border-accent\/100 {
  color: rgb(209 224 255 / 1);
}
.text-base-color-border-accent\/20 {
  color: rgb(209 224 255 / 0.2);
}
.text-base-color-border-accent\/25 {
  color: rgb(209 224 255 / 0.25);
}
.text-base-color-border-accent\/30 {
  color: rgb(209 224 255 / 0.3);
}
.text-base-color-border-accent\/40 {
  color: rgb(209 224 255 / 0.4);
}
.text-base-color-border-accent\/5 {
  color: rgb(209 224 255 / 0.05);
}
.text-base-color-border-accent\/50 {
  color: rgb(209 224 255 / 0.5);
}
.text-base-color-border-accent\/60 {
  color: rgb(209 224 255 / 0.6);
}
.text-base-color-border-accent\/70 {
  color: rgb(209 224 255 / 0.7);
}
.text-base-color-border-accent\/75 {
  color: rgb(209 224 255 / 0.75);
}
.text-base-color-border-accent\/80 {
  color: rgb(209 224 255 / 0.8);
}
.text-base-color-border-accent\/90 {
  color: rgb(209 224 255 / 0.9);
}
.text-base-color-border-accent\/95 {
  color: rgb(209 224 255 / 0.95);
}
.text-base-color-border-accent\/base-opacity-disabled {
  color: rgb(209 224 255 / 60%);
}
.text-base-color-border-accent\/core-opacity-0 {
  color: rgb(209 224 255 / 0%);
}
.text-base-color-border-accent\/core-opacity-10 {
  color: rgb(209 224 255 / 10%);
}
.text-base-color-border-accent\/core-opacity-100 {
  color: rgb(209 224 255 / 100%);
}
.text-base-color-border-accent\/core-opacity-20 {
  color: rgb(209 224 255 / 20%);
}
.text-base-color-border-accent\/core-opacity-30 {
  color: rgb(209 224 255 / 30%);
}
.text-base-color-border-accent\/core-opacity-40 {
  color: rgb(209 224 255 / 40%);
}
.text-base-color-border-accent\/core-opacity-50 {
  color: rgb(209 224 255 / 50%);
}
.text-base-color-border-accent\/core-opacity-60 {
  color: rgb(209 224 255 / 60%);
}
.text-base-color-border-accent\/core-opacity-70 {
  color: rgb(209 224 255 / 70%);
}
.text-base-color-border-accent\/core-opacity-80 {
  color: rgb(209 224 255 / 80%);
}
.text-base-color-border-accent\/core-opacity-90 {
  color: rgb(209 224 255 / 90%);
}
.text-base-color-border-attention {
  --tw-text-opacity: 1;
  color: rgb(254 240 200 / var(--tw-text-opacity));
}
.text-base-color-border-attention-emphasis {
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.text-base-color-border-attention-emphasis\/0 {
  color: rgb(221 105 3 / 0);
}
.text-base-color-border-attention-emphasis\/10 {
  color: rgb(221 105 3 / 0.1);
}
.text-base-color-border-attention-emphasis\/100 {
  color: rgb(221 105 3 / 1);
}
.text-base-color-border-attention-emphasis\/20 {
  color: rgb(221 105 3 / 0.2);
}
.text-base-color-border-attention-emphasis\/25 {
  color: rgb(221 105 3 / 0.25);
}
.text-base-color-border-attention-emphasis\/30 {
  color: rgb(221 105 3 / 0.3);
}
.text-base-color-border-attention-emphasis\/40 {
  color: rgb(221 105 3 / 0.4);
}
.text-base-color-border-attention-emphasis\/5 {
  color: rgb(221 105 3 / 0.05);
}
.text-base-color-border-attention-emphasis\/50 {
  color: rgb(221 105 3 / 0.5);
}
.text-base-color-border-attention-emphasis\/60 {
  color: rgb(221 105 3 / 0.6);
}
.text-base-color-border-attention-emphasis\/70 {
  color: rgb(221 105 3 / 0.7);
}
.text-base-color-border-attention-emphasis\/75 {
  color: rgb(221 105 3 / 0.75);
}
.text-base-color-border-attention-emphasis\/80 {
  color: rgb(221 105 3 / 0.8);
}
.text-base-color-border-attention-emphasis\/90 {
  color: rgb(221 105 3 / 0.9);
}
.text-base-color-border-attention-emphasis\/95 {
  color: rgb(221 105 3 / 0.95);
}
.text-base-color-border-attention-emphasis\/base-opacity-disabled {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-border-attention-emphasis\/core-opacity-0 {
  color: rgb(221 105 3 / 0%);
}
.text-base-color-border-attention-emphasis\/core-opacity-10 {
  color: rgb(221 105 3 / 10%);
}
.text-base-color-border-attention-emphasis\/core-opacity-100 {
  color: rgb(221 105 3 / 100%);
}
.text-base-color-border-attention-emphasis\/core-opacity-20 {
  color: rgb(221 105 3 / 20%);
}
.text-base-color-border-attention-emphasis\/core-opacity-30 {
  color: rgb(221 105 3 / 30%);
}
.text-base-color-border-attention-emphasis\/core-opacity-40 {
  color: rgb(221 105 3 / 40%);
}
.text-base-color-border-attention-emphasis\/core-opacity-50 {
  color: rgb(221 105 3 / 50%);
}
.text-base-color-border-attention-emphasis\/core-opacity-60 {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-border-attention-emphasis\/core-opacity-70 {
  color: rgb(221 105 3 / 70%);
}
.text-base-color-border-attention-emphasis\/core-opacity-80 {
  color: rgb(221 105 3 / 80%);
}
.text-base-color-border-attention-emphasis\/core-opacity-90 {
  color: rgb(221 105 3 / 90%);
}
.text-base-color-border-attention\/0 {
  color: rgb(254 240 200 / 0);
}
.text-base-color-border-attention\/10 {
  color: rgb(254 240 200 / 0.1);
}
.text-base-color-border-attention\/100 {
  color: rgb(254 240 200 / 1);
}
.text-base-color-border-attention\/20 {
  color: rgb(254 240 200 / 0.2);
}
.text-base-color-border-attention\/25 {
  color: rgb(254 240 200 / 0.25);
}
.text-base-color-border-attention\/30 {
  color: rgb(254 240 200 / 0.3);
}
.text-base-color-border-attention\/40 {
  color: rgb(254 240 200 / 0.4);
}
.text-base-color-border-attention\/5 {
  color: rgb(254 240 200 / 0.05);
}
.text-base-color-border-attention\/50 {
  color: rgb(254 240 200 / 0.5);
}
.text-base-color-border-attention\/60 {
  color: rgb(254 240 200 / 0.6);
}
.text-base-color-border-attention\/70 {
  color: rgb(254 240 200 / 0.7);
}
.text-base-color-border-attention\/75 {
  color: rgb(254 240 200 / 0.75);
}
.text-base-color-border-attention\/80 {
  color: rgb(254 240 200 / 0.8);
}
.text-base-color-border-attention\/90 {
  color: rgb(254 240 200 / 0.9);
}
.text-base-color-border-attention\/95 {
  color: rgb(254 240 200 / 0.95);
}
.text-base-color-border-attention\/base-opacity-disabled {
  color: rgb(254 240 200 / 60%);
}
.text-base-color-border-attention\/core-opacity-0 {
  color: rgb(254 240 200 / 0%);
}
.text-base-color-border-attention\/core-opacity-10 {
  color: rgb(254 240 200 / 10%);
}
.text-base-color-border-attention\/core-opacity-100 {
  color: rgb(254 240 200 / 100%);
}
.text-base-color-border-attention\/core-opacity-20 {
  color: rgb(254 240 200 / 20%);
}
.text-base-color-border-attention\/core-opacity-30 {
  color: rgb(254 240 200 / 30%);
}
.text-base-color-border-attention\/core-opacity-40 {
  color: rgb(254 240 200 / 40%);
}
.text-base-color-border-attention\/core-opacity-50 {
  color: rgb(254 240 200 / 50%);
}
.text-base-color-border-attention\/core-opacity-60 {
  color: rgb(254 240 200 / 60%);
}
.text-base-color-border-attention\/core-opacity-70 {
  color: rgb(254 240 200 / 70%);
}
.text-base-color-border-attention\/core-opacity-80 {
  color: rgb(254 240 200 / 80%);
}
.text-base-color-border-attention\/core-opacity-90 {
  color: rgb(254 240 200 / 90%);
}
.text-base-color-border-brand {
  --tw-text-opacity: 1;
  color: rgb(205 214 249 / var(--tw-text-opacity));
}
.text-base-color-border-brand-emphasis {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-base-color-border-brand-emphasis\/0 {
  color: rgb(93 91 215 / 0);
}
.text-base-color-border-brand-emphasis\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-base-color-border-brand-emphasis\/100 {
  color: rgb(93 91 215 / 1);
}
.text-base-color-border-brand-emphasis\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-base-color-border-brand-emphasis\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-base-color-border-brand-emphasis\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-base-color-border-brand-emphasis\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-base-color-border-brand-emphasis\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-base-color-border-brand-emphasis\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-base-color-border-brand-emphasis\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-base-color-border-brand-emphasis\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-base-color-border-brand-emphasis\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-base-color-border-brand-emphasis\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-base-color-border-brand-emphasis\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-base-color-border-brand-emphasis\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-base-color-border-brand-emphasis\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-border-brand-emphasis\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-base-color-border-brand-emphasis\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-base-color-border-brand-emphasis\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-base-color-border-brand-emphasis\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-base-color-border-brand-emphasis\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-base-color-border-brand-emphasis\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-base-color-border-brand-emphasis\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-base-color-border-brand-emphasis\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-border-brand-emphasis\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-base-color-border-brand-emphasis\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-base-color-border-brand-emphasis\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-base-color-border-brand\/0 {
  color: rgb(205 214 249 / 0);
}
.text-base-color-border-brand\/10 {
  color: rgb(205 214 249 / 0.1);
}
.text-base-color-border-brand\/100 {
  color: rgb(205 214 249 / 1);
}
.text-base-color-border-brand\/20 {
  color: rgb(205 214 249 / 0.2);
}
.text-base-color-border-brand\/25 {
  color: rgb(205 214 249 / 0.25);
}
.text-base-color-border-brand\/30 {
  color: rgb(205 214 249 / 0.3);
}
.text-base-color-border-brand\/40 {
  color: rgb(205 214 249 / 0.4);
}
.text-base-color-border-brand\/5 {
  color: rgb(205 214 249 / 0.05);
}
.text-base-color-border-brand\/50 {
  color: rgb(205 214 249 / 0.5);
}
.text-base-color-border-brand\/60 {
  color: rgb(205 214 249 / 0.6);
}
.text-base-color-border-brand\/70 {
  color: rgb(205 214 249 / 0.7);
}
.text-base-color-border-brand\/75 {
  color: rgb(205 214 249 / 0.75);
}
.text-base-color-border-brand\/80 {
  color: rgb(205 214 249 / 0.8);
}
.text-base-color-border-brand\/90 {
  color: rgb(205 214 249 / 0.9);
}
.text-base-color-border-brand\/95 {
  color: rgb(205 214 249 / 0.95);
}
.text-base-color-border-brand\/base-opacity-disabled {
  color: rgb(205 214 249 / 60%);
}
.text-base-color-border-brand\/core-opacity-0 {
  color: rgb(205 214 249 / 0%);
}
.text-base-color-border-brand\/core-opacity-10 {
  color: rgb(205 214 249 / 10%);
}
.text-base-color-border-brand\/core-opacity-100 {
  color: rgb(205 214 249 / 100%);
}
.text-base-color-border-brand\/core-opacity-20 {
  color: rgb(205 214 249 / 20%);
}
.text-base-color-border-brand\/core-opacity-30 {
  color: rgb(205 214 249 / 30%);
}
.text-base-color-border-brand\/core-opacity-40 {
  color: rgb(205 214 249 / 40%);
}
.text-base-color-border-brand\/core-opacity-50 {
  color: rgb(205 214 249 / 50%);
}
.text-base-color-border-brand\/core-opacity-60 {
  color: rgb(205 214 249 / 60%);
}
.text-base-color-border-brand\/core-opacity-70 {
  color: rgb(205 214 249 / 70%);
}
.text-base-color-border-brand\/core-opacity-80 {
  color: rgb(205 214 249 / 80%);
}
.text-base-color-border-brand\/core-opacity-90 {
  color: rgb(205 214 249 / 90%);
}
.text-base-color-border-danger {
  --tw-text-opacity: 1;
  color: rgb(254 227 225 / var(--tw-text-opacity));
}
.text-base-color-border-danger-emphasis {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-base-color-border-danger-emphasis\/0 {
  color: rgb(240 68 56 / 0);
}
.text-base-color-border-danger-emphasis\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-base-color-border-danger-emphasis\/100 {
  color: rgb(240 68 56 / 1);
}
.text-base-color-border-danger-emphasis\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-base-color-border-danger-emphasis\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-base-color-border-danger-emphasis\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-base-color-border-danger-emphasis\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-base-color-border-danger-emphasis\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-base-color-border-danger-emphasis\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-base-color-border-danger-emphasis\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-base-color-border-danger-emphasis\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-base-color-border-danger-emphasis\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-base-color-border-danger-emphasis\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-base-color-border-danger-emphasis\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-base-color-border-danger-emphasis\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-base-color-border-danger-emphasis\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-base-color-border-danger-emphasis\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-base-color-border-danger-emphasis\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-base-color-border-danger-emphasis\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-base-color-border-danger-emphasis\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-base-color-border-danger-emphasis\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-base-color-border-danger-emphasis\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-base-color-border-danger-emphasis\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-base-color-border-danger-emphasis\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-base-color-border-danger-emphasis\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-base-color-border-danger-emphasis\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-base-color-border-danger-emphasis\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-base-color-border-danger\/0 {
  color: rgb(254 227 225 / 0);
}
.text-base-color-border-danger\/10 {
  color: rgb(254 227 225 / 0.1);
}
.text-base-color-border-danger\/100 {
  color: rgb(254 227 225 / 1);
}
.text-base-color-border-danger\/20 {
  color: rgb(254 227 225 / 0.2);
}
.text-base-color-border-danger\/25 {
  color: rgb(254 227 225 / 0.25);
}
.text-base-color-border-danger\/30 {
  color: rgb(254 227 225 / 0.3);
}
.text-base-color-border-danger\/40 {
  color: rgb(254 227 225 / 0.4);
}
.text-base-color-border-danger\/5 {
  color: rgb(254 227 225 / 0.05);
}
.text-base-color-border-danger\/50 {
  color: rgb(254 227 225 / 0.5);
}
.text-base-color-border-danger\/60 {
  color: rgb(254 227 225 / 0.6);
}
.text-base-color-border-danger\/70 {
  color: rgb(254 227 225 / 0.7);
}
.text-base-color-border-danger\/75 {
  color: rgb(254 227 225 / 0.75);
}
.text-base-color-border-danger\/80 {
  color: rgb(254 227 225 / 0.8);
}
.text-base-color-border-danger\/90 {
  color: rgb(254 227 225 / 0.9);
}
.text-base-color-border-danger\/95 {
  color: rgb(254 227 225 / 0.95);
}
.text-base-color-border-danger\/base-opacity-disabled {
  color: rgb(254 227 225 / 60%);
}
.text-base-color-border-danger\/core-opacity-0 {
  color: rgb(254 227 225 / 0%);
}
.text-base-color-border-danger\/core-opacity-10 {
  color: rgb(254 227 225 / 10%);
}
.text-base-color-border-danger\/core-opacity-100 {
  color: rgb(254 227 225 / 100%);
}
.text-base-color-border-danger\/core-opacity-20 {
  color: rgb(254 227 225 / 20%);
}
.text-base-color-border-danger\/core-opacity-30 {
  color: rgb(254 227 225 / 30%);
}
.text-base-color-border-danger\/core-opacity-40 {
  color: rgb(254 227 225 / 40%);
}
.text-base-color-border-danger\/core-opacity-50 {
  color: rgb(254 227 225 / 50%);
}
.text-base-color-border-danger\/core-opacity-60 {
  color: rgb(254 227 225 / 60%);
}
.text-base-color-border-danger\/core-opacity-70 {
  color: rgb(254 227 225 / 70%);
}
.text-base-color-border-danger\/core-opacity-80 {
  color: rgb(254 227 225 / 80%);
}
.text-base-color-border-danger\/core-opacity-90 {
  color: rgb(254 227 225 / 90%);
}
.text-base-color-border-default {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-base-color-border-default\/0 {
  color: rgb(208 213 221 / 0);
}
.text-base-color-border-default\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-base-color-border-default\/100 {
  color: rgb(208 213 221 / 1);
}
.text-base-color-border-default\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-base-color-border-default\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-base-color-border-default\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-base-color-border-default\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-base-color-border-default\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-base-color-border-default\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-base-color-border-default\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-base-color-border-default\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-base-color-border-default\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-base-color-border-default\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-base-color-border-default\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-base-color-border-default\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-base-color-border-default\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-base-color-border-default\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-base-color-border-default\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-base-color-border-default\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-base-color-border-default\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-base-color-border-default\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-base-color-border-default\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-base-color-border-default\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-base-color-border-default\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-base-color-border-default\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-base-color-border-default\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-base-color-border-default\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-base-color-border-subtle {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}
.text-base-color-border-subtle\/0 {
  color: rgb(234 236 240 / 0);
}
.text-base-color-border-subtle\/10 {
  color: rgb(234 236 240 / 0.1);
}
.text-base-color-border-subtle\/100 {
  color: rgb(234 236 240 / 1);
}
.text-base-color-border-subtle\/20 {
  color: rgb(234 236 240 / 0.2);
}
.text-base-color-border-subtle\/25 {
  color: rgb(234 236 240 / 0.25);
}
.text-base-color-border-subtle\/30 {
  color: rgb(234 236 240 / 0.3);
}
.text-base-color-border-subtle\/40 {
  color: rgb(234 236 240 / 0.4);
}
.text-base-color-border-subtle\/5 {
  color: rgb(234 236 240 / 0.05);
}
.text-base-color-border-subtle\/50 {
  color: rgb(234 236 240 / 0.5);
}
.text-base-color-border-subtle\/60 {
  color: rgb(234 236 240 / 0.6);
}
.text-base-color-border-subtle\/70 {
  color: rgb(234 236 240 / 0.7);
}
.text-base-color-border-subtle\/75 {
  color: rgb(234 236 240 / 0.75);
}
.text-base-color-border-subtle\/80 {
  color: rgb(234 236 240 / 0.8);
}
.text-base-color-border-subtle\/90 {
  color: rgb(234 236 240 / 0.9);
}
.text-base-color-border-subtle\/95 {
  color: rgb(234 236 240 / 0.95);
}
.text-base-color-border-subtle\/base-opacity-disabled {
  color: rgb(234 236 240 / 60%);
}
.text-base-color-border-subtle\/core-opacity-0 {
  color: rgb(234 236 240 / 0%);
}
.text-base-color-border-subtle\/core-opacity-10 {
  color: rgb(234 236 240 / 10%);
}
.text-base-color-border-subtle\/core-opacity-100 {
  color: rgb(234 236 240 / 100%);
}
.text-base-color-border-subtle\/core-opacity-20 {
  color: rgb(234 236 240 / 20%);
}
.text-base-color-border-subtle\/core-opacity-30 {
  color: rgb(234 236 240 / 30%);
}
.text-base-color-border-subtle\/core-opacity-40 {
  color: rgb(234 236 240 / 40%);
}
.text-base-color-border-subtle\/core-opacity-50 {
  color: rgb(234 236 240 / 50%);
}
.text-base-color-border-subtle\/core-opacity-60 {
  color: rgb(234 236 240 / 60%);
}
.text-base-color-border-subtle\/core-opacity-70 {
  color: rgb(234 236 240 / 70%);
}
.text-base-color-border-subtle\/core-opacity-80 {
  color: rgb(234 236 240 / 80%);
}
.text-base-color-border-subtle\/core-opacity-90 {
  color: rgb(234 236 240 / 90%);
}
.text-base-color-border-success {
  --tw-text-opacity: 1;
  color: rgb(209 250 223 / var(--tw-text-opacity));
}
.text-base-color-border-success-emphasis {
  --tw-text-opacity: 1;
  color: rgb(18 181 105 / var(--tw-text-opacity));
}
.text-base-color-border-success-emphasis\/0 {
  color: rgb(18 181 105 / 0);
}
.text-base-color-border-success-emphasis\/10 {
  color: rgb(18 181 105 / 0.1);
}
.text-base-color-border-success-emphasis\/100 {
  color: rgb(18 181 105 / 1);
}
.text-base-color-border-success-emphasis\/20 {
  color: rgb(18 181 105 / 0.2);
}
.text-base-color-border-success-emphasis\/25 {
  color: rgb(18 181 105 / 0.25);
}
.text-base-color-border-success-emphasis\/30 {
  color: rgb(18 181 105 / 0.3);
}
.text-base-color-border-success-emphasis\/40 {
  color: rgb(18 181 105 / 0.4);
}
.text-base-color-border-success-emphasis\/5 {
  color: rgb(18 181 105 / 0.05);
}
.text-base-color-border-success-emphasis\/50 {
  color: rgb(18 181 105 / 0.5);
}
.text-base-color-border-success-emphasis\/60 {
  color: rgb(18 181 105 / 0.6);
}
.text-base-color-border-success-emphasis\/70 {
  color: rgb(18 181 105 / 0.7);
}
.text-base-color-border-success-emphasis\/75 {
  color: rgb(18 181 105 / 0.75);
}
.text-base-color-border-success-emphasis\/80 {
  color: rgb(18 181 105 / 0.8);
}
.text-base-color-border-success-emphasis\/90 {
  color: rgb(18 181 105 / 0.9);
}
.text-base-color-border-success-emphasis\/95 {
  color: rgb(18 181 105 / 0.95);
}
.text-base-color-border-success-emphasis\/base-opacity-disabled {
  color: rgb(18 181 105 / 60%);
}
.text-base-color-border-success-emphasis\/core-opacity-0 {
  color: rgb(18 181 105 / 0%);
}
.text-base-color-border-success-emphasis\/core-opacity-10 {
  color: rgb(18 181 105 / 10%);
}
.text-base-color-border-success-emphasis\/core-opacity-100 {
  color: rgb(18 181 105 / 100%);
}
.text-base-color-border-success-emphasis\/core-opacity-20 {
  color: rgb(18 181 105 / 20%);
}
.text-base-color-border-success-emphasis\/core-opacity-30 {
  color: rgb(18 181 105 / 30%);
}
.text-base-color-border-success-emphasis\/core-opacity-40 {
  color: rgb(18 181 105 / 40%);
}
.text-base-color-border-success-emphasis\/core-opacity-50 {
  color: rgb(18 181 105 / 50%);
}
.text-base-color-border-success-emphasis\/core-opacity-60 {
  color: rgb(18 181 105 / 60%);
}
.text-base-color-border-success-emphasis\/core-opacity-70 {
  color: rgb(18 181 105 / 70%);
}
.text-base-color-border-success-emphasis\/core-opacity-80 {
  color: rgb(18 181 105 / 80%);
}
.text-base-color-border-success-emphasis\/core-opacity-90 {
  color: rgb(18 181 105 / 90%);
}
.text-base-color-border-success\/0 {
  color: rgb(209 250 223 / 0);
}
.text-base-color-border-success\/10 {
  color: rgb(209 250 223 / 0.1);
}
.text-base-color-border-success\/100 {
  color: rgb(209 250 223 / 1);
}
.text-base-color-border-success\/20 {
  color: rgb(209 250 223 / 0.2);
}
.text-base-color-border-success\/25 {
  color: rgb(209 250 223 / 0.25);
}
.text-base-color-border-success\/30 {
  color: rgb(209 250 223 / 0.3);
}
.text-base-color-border-success\/40 {
  color: rgb(209 250 223 / 0.4);
}
.text-base-color-border-success\/5 {
  color: rgb(209 250 223 / 0.05);
}
.text-base-color-border-success\/50 {
  color: rgb(209 250 223 / 0.5);
}
.text-base-color-border-success\/60 {
  color: rgb(209 250 223 / 0.6);
}
.text-base-color-border-success\/70 {
  color: rgb(209 250 223 / 0.7);
}
.text-base-color-border-success\/75 {
  color: rgb(209 250 223 / 0.75);
}
.text-base-color-border-success\/80 {
  color: rgb(209 250 223 / 0.8);
}
.text-base-color-border-success\/90 {
  color: rgb(209 250 223 / 0.9);
}
.text-base-color-border-success\/95 {
  color: rgb(209 250 223 / 0.95);
}
.text-base-color-border-success\/base-opacity-disabled {
  color: rgb(209 250 223 / 60%);
}
.text-base-color-border-success\/core-opacity-0 {
  color: rgb(209 250 223 / 0%);
}
.text-base-color-border-success\/core-opacity-10 {
  color: rgb(209 250 223 / 10%);
}
.text-base-color-border-success\/core-opacity-100 {
  color: rgb(209 250 223 / 100%);
}
.text-base-color-border-success\/core-opacity-20 {
  color: rgb(209 250 223 / 20%);
}
.text-base-color-border-success\/core-opacity-30 {
  color: rgb(209 250 223 / 30%);
}
.text-base-color-border-success\/core-opacity-40 {
  color: rgb(209 250 223 / 40%);
}
.text-base-color-border-success\/core-opacity-50 {
  color: rgb(209 250 223 / 50%);
}
.text-base-color-border-success\/core-opacity-60 {
  color: rgb(209 250 223 / 60%);
}
.text-base-color-border-success\/core-opacity-70 {
  color: rgb(209 250 223 / 70%);
}
.text-base-color-border-success\/core-opacity-80 {
  color: rgb(209 250 223 / 80%);
}
.text-base-color-border-success\/core-opacity-90 {
  color: rgb(209 250 223 / 90%);
}
.text-base-color-border-transparent {
  color: #00000000;
}
.text-base-color-border-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-base-color-border-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-base-color-border-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-base-color-border-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-base-color-border-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-base-color-border-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-base-color-border-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-base-color-border-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-base-color-border-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-base-color-border-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-base-color-border-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-base-color-border-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-base-color-border-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-base-color-border-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-base-color-border-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-base-color-border-transparent\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-border-transparent\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-base-color-border-transparent\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-base-color-border-transparent\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-base-color-border-transparent\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-base-color-border-transparent\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-base-color-border-transparent\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-base-color-border-transparent\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-base-color-border-transparent\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-border-transparent\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-base-color-border-transparent\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-base-color-border-transparent\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-base-color-fg-accent {
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.text-base-color-fg-accent-emphasis {
  --tw-text-opacity: 1;
  color: rgb(0 78 235 / var(--tw-text-opacity));
}
.text-base-color-fg-accent-emphasis\/0 {
  color: rgb(0 78 235 / 0);
}
.text-base-color-fg-accent-emphasis\/10 {
  color: rgb(0 78 235 / 0.1);
}
.text-base-color-fg-accent-emphasis\/100 {
  color: rgb(0 78 235 / 1);
}
.text-base-color-fg-accent-emphasis\/20 {
  color: rgb(0 78 235 / 0.2);
}
.text-base-color-fg-accent-emphasis\/25 {
  color: rgb(0 78 235 / 0.25);
}
.text-base-color-fg-accent-emphasis\/30 {
  color: rgb(0 78 235 / 0.3);
}
.text-base-color-fg-accent-emphasis\/40 {
  color: rgb(0 78 235 / 0.4);
}
.text-base-color-fg-accent-emphasis\/5 {
  color: rgb(0 78 235 / 0.05);
}
.text-base-color-fg-accent-emphasis\/50 {
  color: rgb(0 78 235 / 0.5);
}
.text-base-color-fg-accent-emphasis\/60 {
  color: rgb(0 78 235 / 0.6);
}
.text-base-color-fg-accent-emphasis\/70 {
  color: rgb(0 78 235 / 0.7);
}
.text-base-color-fg-accent-emphasis\/75 {
  color: rgb(0 78 235 / 0.75);
}
.text-base-color-fg-accent-emphasis\/80 {
  color: rgb(0 78 235 / 0.8);
}
.text-base-color-fg-accent-emphasis\/90 {
  color: rgb(0 78 235 / 0.9);
}
.text-base-color-fg-accent-emphasis\/95 {
  color: rgb(0 78 235 / 0.95);
}
.text-base-color-fg-accent-emphasis\/base-opacity-disabled {
  color: rgb(0 78 235 / 60%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-0 {
  color: rgb(0 78 235 / 0%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-10 {
  color: rgb(0 78 235 / 10%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-100 {
  color: rgb(0 78 235 / 100%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-20 {
  color: rgb(0 78 235 / 20%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-30 {
  color: rgb(0 78 235 / 30%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-40 {
  color: rgb(0 78 235 / 40%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-50 {
  color: rgb(0 78 235 / 50%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-60 {
  color: rgb(0 78 235 / 60%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-70 {
  color: rgb(0 78 235 / 70%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-80 {
  color: rgb(0 78 235 / 80%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-90 {
  color: rgb(0 78 235 / 90%);
}
.text-base-color-fg-accent\/0 {
  color: rgb(21 94 239 / 0);
}
.text-base-color-fg-accent\/10 {
  color: rgb(21 94 239 / 0.1);
}
.text-base-color-fg-accent\/100 {
  color: rgb(21 94 239 / 1);
}
.text-base-color-fg-accent\/20 {
  color: rgb(21 94 239 / 0.2);
}
.text-base-color-fg-accent\/25 {
  color: rgb(21 94 239 / 0.25);
}
.text-base-color-fg-accent\/30 {
  color: rgb(21 94 239 / 0.3);
}
.text-base-color-fg-accent\/40 {
  color: rgb(21 94 239 / 0.4);
}
.text-base-color-fg-accent\/5 {
  color: rgb(21 94 239 / 0.05);
}
.text-base-color-fg-accent\/50 {
  color: rgb(21 94 239 / 0.5);
}
.text-base-color-fg-accent\/60 {
  color: rgb(21 94 239 / 0.6);
}
.text-base-color-fg-accent\/70 {
  color: rgb(21 94 239 / 0.7);
}
.text-base-color-fg-accent\/75 {
  color: rgb(21 94 239 / 0.75);
}
.text-base-color-fg-accent\/80 {
  color: rgb(21 94 239 / 0.8);
}
.text-base-color-fg-accent\/90 {
  color: rgb(21 94 239 / 0.9);
}
.text-base-color-fg-accent\/95 {
  color: rgb(21 94 239 / 0.95);
}
.text-base-color-fg-accent\/base-opacity-disabled {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-fg-accent\/core-opacity-0 {
  color: rgb(21 94 239 / 0%);
}
.text-base-color-fg-accent\/core-opacity-10 {
  color: rgb(21 94 239 / 10%);
}
.text-base-color-fg-accent\/core-opacity-100 {
  color: rgb(21 94 239 / 100%);
}
.text-base-color-fg-accent\/core-opacity-20 {
  color: rgb(21 94 239 / 20%);
}
.text-base-color-fg-accent\/core-opacity-30 {
  color: rgb(21 94 239 / 30%);
}
.text-base-color-fg-accent\/core-opacity-40 {
  color: rgb(21 94 239 / 40%);
}
.text-base-color-fg-accent\/core-opacity-50 {
  color: rgb(21 94 239 / 50%);
}
.text-base-color-fg-accent\/core-opacity-60 {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-fg-accent\/core-opacity-70 {
  color: rgb(21 94 239 / 70%);
}
.text-base-color-fg-accent\/core-opacity-80 {
  color: rgb(21 94 239 / 80%);
}
.text-base-color-fg-accent\/core-opacity-90 {
  color: rgb(21 94 239 / 90%);
}
.text-base-color-fg-attention {
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.text-base-color-fg-attention-emphasis {
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity));
}
.text-base-color-fg-attention-emphasis\/0 {
  color: rgb(181 71 8 / 0);
}
.text-base-color-fg-attention-emphasis\/10 {
  color: rgb(181 71 8 / 0.1);
}
.text-base-color-fg-attention-emphasis\/100 {
  color: rgb(181 71 8 / 1);
}
.text-base-color-fg-attention-emphasis\/20 {
  color: rgb(181 71 8 / 0.2);
}
.text-base-color-fg-attention-emphasis\/25 {
  color: rgb(181 71 8 / 0.25);
}
.text-base-color-fg-attention-emphasis\/30 {
  color: rgb(181 71 8 / 0.3);
}
.text-base-color-fg-attention-emphasis\/40 {
  color: rgb(181 71 8 / 0.4);
}
.text-base-color-fg-attention-emphasis\/5 {
  color: rgb(181 71 8 / 0.05);
}
.text-base-color-fg-attention-emphasis\/50 {
  color: rgb(181 71 8 / 0.5);
}
.text-base-color-fg-attention-emphasis\/60 {
  color: rgb(181 71 8 / 0.6);
}
.text-base-color-fg-attention-emphasis\/70 {
  color: rgb(181 71 8 / 0.7);
}
.text-base-color-fg-attention-emphasis\/75 {
  color: rgb(181 71 8 / 0.75);
}
.text-base-color-fg-attention-emphasis\/80 {
  color: rgb(181 71 8 / 0.8);
}
.text-base-color-fg-attention-emphasis\/90 {
  color: rgb(181 71 8 / 0.9);
}
.text-base-color-fg-attention-emphasis\/95 {
  color: rgb(181 71 8 / 0.95);
}
.text-base-color-fg-attention-emphasis\/base-opacity-disabled {
  color: rgb(181 71 8 / 60%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-0 {
  color: rgb(181 71 8 / 0%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-10 {
  color: rgb(181 71 8 / 10%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-100 {
  color: rgb(181 71 8 / 100%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-20 {
  color: rgb(181 71 8 / 20%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-30 {
  color: rgb(181 71 8 / 30%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-40 {
  color: rgb(181 71 8 / 40%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-50 {
  color: rgb(181 71 8 / 50%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-60 {
  color: rgb(181 71 8 / 60%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-70 {
  color: rgb(181 71 8 / 70%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-80 {
  color: rgb(181 71 8 / 80%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-90 {
  color: rgb(181 71 8 / 90%);
}
.text-base-color-fg-attention\/0 {
  color: rgb(221 105 3 / 0);
}
.text-base-color-fg-attention\/10 {
  color: rgb(221 105 3 / 0.1);
}
.text-base-color-fg-attention\/100 {
  color: rgb(221 105 3 / 1);
}
.text-base-color-fg-attention\/20 {
  color: rgb(221 105 3 / 0.2);
}
.text-base-color-fg-attention\/25 {
  color: rgb(221 105 3 / 0.25);
}
.text-base-color-fg-attention\/30 {
  color: rgb(221 105 3 / 0.3);
}
.text-base-color-fg-attention\/40 {
  color: rgb(221 105 3 / 0.4);
}
.text-base-color-fg-attention\/5 {
  color: rgb(221 105 3 / 0.05);
}
.text-base-color-fg-attention\/50 {
  color: rgb(221 105 3 / 0.5);
}
.text-base-color-fg-attention\/60 {
  color: rgb(221 105 3 / 0.6);
}
.text-base-color-fg-attention\/70 {
  color: rgb(221 105 3 / 0.7);
}
.text-base-color-fg-attention\/75 {
  color: rgb(221 105 3 / 0.75);
}
.text-base-color-fg-attention\/80 {
  color: rgb(221 105 3 / 0.8);
}
.text-base-color-fg-attention\/90 {
  color: rgb(221 105 3 / 0.9);
}
.text-base-color-fg-attention\/95 {
  color: rgb(221 105 3 / 0.95);
}
.text-base-color-fg-attention\/base-opacity-disabled {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-fg-attention\/core-opacity-0 {
  color: rgb(221 105 3 / 0%);
}
.text-base-color-fg-attention\/core-opacity-10 {
  color: rgb(221 105 3 / 10%);
}
.text-base-color-fg-attention\/core-opacity-100 {
  color: rgb(221 105 3 / 100%);
}
.text-base-color-fg-attention\/core-opacity-20 {
  color: rgb(221 105 3 / 20%);
}
.text-base-color-fg-attention\/core-opacity-30 {
  color: rgb(221 105 3 / 30%);
}
.text-base-color-fg-attention\/core-opacity-40 {
  color: rgb(221 105 3 / 40%);
}
.text-base-color-fg-attention\/core-opacity-50 {
  color: rgb(221 105 3 / 50%);
}
.text-base-color-fg-attention\/core-opacity-60 {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-fg-attention\/core-opacity-70 {
  color: rgb(221 105 3 / 70%);
}
.text-base-color-fg-attention\/core-opacity-80 {
  color: rgb(221 105 3 / 80%);
}
.text-base-color-fg-attention\/core-opacity-90 {
  color: rgb(221 105 3 / 90%);
}
.text-base-color-fg-brand {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-base-color-fg-brand-emphasis {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.text-base-color-fg-brand-emphasis\/0 {
  color: rgb(60 59 151 / 0);
}
.text-base-color-fg-brand-emphasis\/10 {
  color: rgb(60 59 151 / 0.1);
}
.text-base-color-fg-brand-emphasis\/100 {
  color: rgb(60 59 151 / 1);
}
.text-base-color-fg-brand-emphasis\/20 {
  color: rgb(60 59 151 / 0.2);
}
.text-base-color-fg-brand-emphasis\/25 {
  color: rgb(60 59 151 / 0.25);
}
.text-base-color-fg-brand-emphasis\/30 {
  color: rgb(60 59 151 / 0.3);
}
.text-base-color-fg-brand-emphasis\/40 {
  color: rgb(60 59 151 / 0.4);
}
.text-base-color-fg-brand-emphasis\/5 {
  color: rgb(60 59 151 / 0.05);
}
.text-base-color-fg-brand-emphasis\/50 {
  color: rgb(60 59 151 / 0.5);
}
.text-base-color-fg-brand-emphasis\/60 {
  color: rgb(60 59 151 / 0.6);
}
.text-base-color-fg-brand-emphasis\/70 {
  color: rgb(60 59 151 / 0.7);
}
.text-base-color-fg-brand-emphasis\/75 {
  color: rgb(60 59 151 / 0.75);
}
.text-base-color-fg-brand-emphasis\/80 {
  color: rgb(60 59 151 / 0.8);
}
.text-base-color-fg-brand-emphasis\/90 {
  color: rgb(60 59 151 / 0.9);
}
.text-base-color-fg-brand-emphasis\/95 {
  color: rgb(60 59 151 / 0.95);
}
.text-base-color-fg-brand-emphasis\/base-opacity-disabled {
  color: rgb(60 59 151 / 60%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-0 {
  color: rgb(60 59 151 / 0%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-10 {
  color: rgb(60 59 151 / 10%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-100 {
  color: rgb(60 59 151 / 100%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-20 {
  color: rgb(60 59 151 / 20%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-30 {
  color: rgb(60 59 151 / 30%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-40 {
  color: rgb(60 59 151 / 40%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-50 {
  color: rgb(60 59 151 / 50%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-60 {
  color: rgb(60 59 151 / 60%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-70 {
  color: rgb(60 59 151 / 70%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-80 {
  color: rgb(60 59 151 / 80%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-90 {
  color: rgb(60 59 151 / 90%);
}
.text-base-color-fg-brand\/0 {
  color: rgb(93 91 215 / 0);
}
.text-base-color-fg-brand\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-base-color-fg-brand\/100 {
  color: rgb(93 91 215 / 1);
}
.text-base-color-fg-brand\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-base-color-fg-brand\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-base-color-fg-brand\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-base-color-fg-brand\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-base-color-fg-brand\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-base-color-fg-brand\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-base-color-fg-brand\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-base-color-fg-brand\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-base-color-fg-brand\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-base-color-fg-brand\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-base-color-fg-brand\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-base-color-fg-brand\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-base-color-fg-brand\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-fg-brand\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-base-color-fg-brand\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-base-color-fg-brand\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-base-color-fg-brand\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-base-color-fg-brand\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-base-color-fg-brand\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-base-color-fg-brand\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-base-color-fg-brand\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-fg-brand\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-base-color-fg-brand\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-base-color-fg-brand\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-base-color-fg-danger {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-base-color-fg-danger-empahis {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}
.text-base-color-fg-danger-empahis\/0 {
  color: rgb(180 35 24 / 0);
}
.text-base-color-fg-danger-empahis\/10 {
  color: rgb(180 35 24 / 0.1);
}
.text-base-color-fg-danger-empahis\/100 {
  color: rgb(180 35 24 / 1);
}
.text-base-color-fg-danger-empahis\/20 {
  color: rgb(180 35 24 / 0.2);
}
.text-base-color-fg-danger-empahis\/25 {
  color: rgb(180 35 24 / 0.25);
}
.text-base-color-fg-danger-empahis\/30 {
  color: rgb(180 35 24 / 0.3);
}
.text-base-color-fg-danger-empahis\/40 {
  color: rgb(180 35 24 / 0.4);
}
.text-base-color-fg-danger-empahis\/5 {
  color: rgb(180 35 24 / 0.05);
}
.text-base-color-fg-danger-empahis\/50 {
  color: rgb(180 35 24 / 0.5);
}
.text-base-color-fg-danger-empahis\/60 {
  color: rgb(180 35 24 / 0.6);
}
.text-base-color-fg-danger-empahis\/70 {
  color: rgb(180 35 24 / 0.7);
}
.text-base-color-fg-danger-empahis\/75 {
  color: rgb(180 35 24 / 0.75);
}
.text-base-color-fg-danger-empahis\/80 {
  color: rgb(180 35 24 / 0.8);
}
.text-base-color-fg-danger-empahis\/90 {
  color: rgb(180 35 24 / 0.9);
}
.text-base-color-fg-danger-empahis\/95 {
  color: rgb(180 35 24 / 0.95);
}
.text-base-color-fg-danger-empahis\/base-opacity-disabled {
  color: rgb(180 35 24 / 60%);
}
.text-base-color-fg-danger-empahis\/core-opacity-0 {
  color: rgb(180 35 24 / 0%);
}
.text-base-color-fg-danger-empahis\/core-opacity-10 {
  color: rgb(180 35 24 / 10%);
}
.text-base-color-fg-danger-empahis\/core-opacity-100 {
  color: rgb(180 35 24 / 100%);
}
.text-base-color-fg-danger-empahis\/core-opacity-20 {
  color: rgb(180 35 24 / 20%);
}
.text-base-color-fg-danger-empahis\/core-opacity-30 {
  color: rgb(180 35 24 / 30%);
}
.text-base-color-fg-danger-empahis\/core-opacity-40 {
  color: rgb(180 35 24 / 40%);
}
.text-base-color-fg-danger-empahis\/core-opacity-50 {
  color: rgb(180 35 24 / 50%);
}
.text-base-color-fg-danger-empahis\/core-opacity-60 {
  color: rgb(180 35 24 / 60%);
}
.text-base-color-fg-danger-empahis\/core-opacity-70 {
  color: rgb(180 35 24 / 70%);
}
.text-base-color-fg-danger-empahis\/core-opacity-80 {
  color: rgb(180 35 24 / 80%);
}
.text-base-color-fg-danger-empahis\/core-opacity-90 {
  color: rgb(180 35 24 / 90%);
}
.text-base-color-fg-danger\/0 {
  color: rgb(217 45 32 / 0);
}
.text-base-color-fg-danger\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-base-color-fg-danger\/100 {
  color: rgb(217 45 32 / 1);
}
.text-base-color-fg-danger\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-base-color-fg-danger\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-base-color-fg-danger\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-base-color-fg-danger\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-base-color-fg-danger\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-base-color-fg-danger\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-base-color-fg-danger\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-base-color-fg-danger\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-base-color-fg-danger\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-base-color-fg-danger\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-base-color-fg-danger\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-base-color-fg-danger\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-base-color-fg-danger\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-base-color-fg-danger\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-base-color-fg-danger\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-base-color-fg-danger\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-base-color-fg-danger\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-base-color-fg-danger\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-base-color-fg-danger\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-base-color-fg-danger\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-base-color-fg-danger\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-base-color-fg-danger\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-base-color-fg-danger\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-base-color-fg-danger\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-base-color-fg-default {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-base-color-fg-default\/0 {
  color: rgb(16 24 40 / 0);
}
.text-base-color-fg-default\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-base-color-fg-default\/100 {
  color: rgb(16 24 40 / 1);
}
.text-base-color-fg-default\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-base-color-fg-default\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-base-color-fg-default\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-base-color-fg-default\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-base-color-fg-default\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-base-color-fg-default\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-base-color-fg-default\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-base-color-fg-default\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-base-color-fg-default\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-base-color-fg-default\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-base-color-fg-default\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-base-color-fg-default\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-base-color-fg-default\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-base-color-fg-default\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-base-color-fg-default\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-base-color-fg-default\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-base-color-fg-default\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-base-color-fg-default\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-base-color-fg-default\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-base-color-fg-default\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-base-color-fg-default\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-base-color-fg-default\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-base-color-fg-default\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-base-color-fg-default\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-base-color-fg-emphasis {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-base-color-fg-emphasis\/0 {
  color: rgb(255 255 255 / 0);
}
.text-base-color-fg-emphasis\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-base-color-fg-emphasis\/100 {
  color: rgb(255 255 255 / 1);
}
.text-base-color-fg-emphasis\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-base-color-fg-emphasis\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-base-color-fg-emphasis\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-base-color-fg-emphasis\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-base-color-fg-emphasis\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-base-color-fg-emphasis\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-base-color-fg-emphasis\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-base-color-fg-emphasis\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-base-color-fg-emphasis\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-base-color-fg-emphasis\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-base-color-fg-emphasis\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-base-color-fg-emphasis\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-base-color-fg-emphasis\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-base-color-fg-emphasis\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-base-color-fg-emphasis\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-base-color-fg-emphasis\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-base-color-fg-emphasis\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-base-color-fg-emphasis\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-base-color-fg-emphasis\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-base-color-fg-emphasis\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-base-color-fg-emphasis\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-base-color-fg-emphasis\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-base-color-fg-emphasis\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-base-color-fg-emphasis\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-base-color-fg-muted {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-base-color-fg-muted\/0 {
  color: rgb(52 64 85 / 0);
}
.text-base-color-fg-muted\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-base-color-fg-muted\/100 {
  color: rgb(52 64 85 / 1);
}
.text-base-color-fg-muted\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-base-color-fg-muted\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-base-color-fg-muted\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-base-color-fg-muted\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-base-color-fg-muted\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-base-color-fg-muted\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-base-color-fg-muted\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-base-color-fg-muted\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-base-color-fg-muted\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-base-color-fg-muted\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-base-color-fg-muted\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-base-color-fg-muted\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-base-color-fg-muted\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-base-color-fg-muted\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-base-color-fg-muted\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-base-color-fg-muted\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-base-color-fg-muted\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-base-color-fg-muted\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-base-color-fg-muted\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-base-color-fg-muted\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-base-color-fg-muted\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-base-color-fg-muted\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-base-color-fg-muted\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-base-color-fg-muted\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-base-color-fg-subtle {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-base-color-fg-subtle\/0 {
  color: rgb(102 112 133 / 0);
}
.text-base-color-fg-subtle\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-base-color-fg-subtle\/100 {
  color: rgb(102 112 133 / 1);
}
.text-base-color-fg-subtle\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-base-color-fg-subtle\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-base-color-fg-subtle\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-base-color-fg-subtle\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-base-color-fg-subtle\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-base-color-fg-subtle\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-base-color-fg-subtle\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-base-color-fg-subtle\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-base-color-fg-subtle\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-base-color-fg-subtle\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-base-color-fg-subtle\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-base-color-fg-subtle\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-base-color-fg-subtle\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-base-color-fg-subtle\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-base-color-fg-subtle\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-base-color-fg-subtle\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-base-color-fg-subtle\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-base-color-fg-subtle\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-base-color-fg-subtle\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-base-color-fg-subtle\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-base-color-fg-subtle\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-base-color-fg-subtle\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-base-color-fg-subtle\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-base-color-fg-subtle\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-base-color-fg-success {
  --tw-text-opacity: 1;
  color: rgb(3 150 84 / var(--tw-text-opacity));
}
.text-base-color-fg-success-emphasis {
  --tw-text-opacity: 1;
  color: rgb(2 121 71 / var(--tw-text-opacity));
}
.text-base-color-fg-success-emphasis\/0 {
  color: rgb(2 121 71 / 0);
}
.text-base-color-fg-success-emphasis\/10 {
  color: rgb(2 121 71 / 0.1);
}
.text-base-color-fg-success-emphasis\/100 {
  color: rgb(2 121 71 / 1);
}
.text-base-color-fg-success-emphasis\/20 {
  color: rgb(2 121 71 / 0.2);
}
.text-base-color-fg-success-emphasis\/25 {
  color: rgb(2 121 71 / 0.25);
}
.text-base-color-fg-success-emphasis\/30 {
  color: rgb(2 121 71 / 0.3);
}
.text-base-color-fg-success-emphasis\/40 {
  color: rgb(2 121 71 / 0.4);
}
.text-base-color-fg-success-emphasis\/5 {
  color: rgb(2 121 71 / 0.05);
}
.text-base-color-fg-success-emphasis\/50 {
  color: rgb(2 121 71 / 0.5);
}
.text-base-color-fg-success-emphasis\/60 {
  color: rgb(2 121 71 / 0.6);
}
.text-base-color-fg-success-emphasis\/70 {
  color: rgb(2 121 71 / 0.7);
}
.text-base-color-fg-success-emphasis\/75 {
  color: rgb(2 121 71 / 0.75);
}
.text-base-color-fg-success-emphasis\/80 {
  color: rgb(2 121 71 / 0.8);
}
.text-base-color-fg-success-emphasis\/90 {
  color: rgb(2 121 71 / 0.9);
}
.text-base-color-fg-success-emphasis\/95 {
  color: rgb(2 121 71 / 0.95);
}
.text-base-color-fg-success-emphasis\/base-opacity-disabled {
  color: rgb(2 121 71 / 60%);
}
.text-base-color-fg-success-emphasis\/core-opacity-0 {
  color: rgb(2 121 71 / 0%);
}
.text-base-color-fg-success-emphasis\/core-opacity-10 {
  color: rgb(2 121 71 / 10%);
}
.text-base-color-fg-success-emphasis\/core-opacity-100 {
  color: rgb(2 121 71 / 100%);
}
.text-base-color-fg-success-emphasis\/core-opacity-20 {
  color: rgb(2 121 71 / 20%);
}
.text-base-color-fg-success-emphasis\/core-opacity-30 {
  color: rgb(2 121 71 / 30%);
}
.text-base-color-fg-success-emphasis\/core-opacity-40 {
  color: rgb(2 121 71 / 40%);
}
.text-base-color-fg-success-emphasis\/core-opacity-50 {
  color: rgb(2 121 71 / 50%);
}
.text-base-color-fg-success-emphasis\/core-opacity-60 {
  color: rgb(2 121 71 / 60%);
}
.text-base-color-fg-success-emphasis\/core-opacity-70 {
  color: rgb(2 121 71 / 70%);
}
.text-base-color-fg-success-emphasis\/core-opacity-80 {
  color: rgb(2 121 71 / 80%);
}
.text-base-color-fg-success-emphasis\/core-opacity-90 {
  color: rgb(2 121 71 / 90%);
}
.text-base-color-fg-success\/0 {
  color: rgb(3 150 84 / 0);
}
.text-base-color-fg-success\/10 {
  color: rgb(3 150 84 / 0.1);
}
.text-base-color-fg-success\/100 {
  color: rgb(3 150 84 / 1);
}
.text-base-color-fg-success\/20 {
  color: rgb(3 150 84 / 0.2);
}
.text-base-color-fg-success\/25 {
  color: rgb(3 150 84 / 0.25);
}
.text-base-color-fg-success\/30 {
  color: rgb(3 150 84 / 0.3);
}
.text-base-color-fg-success\/40 {
  color: rgb(3 150 84 / 0.4);
}
.text-base-color-fg-success\/5 {
  color: rgb(3 150 84 / 0.05);
}
.text-base-color-fg-success\/50 {
  color: rgb(3 150 84 / 0.5);
}
.text-base-color-fg-success\/60 {
  color: rgb(3 150 84 / 0.6);
}
.text-base-color-fg-success\/70 {
  color: rgb(3 150 84 / 0.7);
}
.text-base-color-fg-success\/75 {
  color: rgb(3 150 84 / 0.75);
}
.text-base-color-fg-success\/80 {
  color: rgb(3 150 84 / 0.8);
}
.text-base-color-fg-success\/90 {
  color: rgb(3 150 84 / 0.9);
}
.text-base-color-fg-success\/95 {
  color: rgb(3 150 84 / 0.95);
}
.text-base-color-fg-success\/base-opacity-disabled {
  color: rgb(3 150 84 / 60%);
}
.text-base-color-fg-success\/core-opacity-0 {
  color: rgb(3 150 84 / 0%);
}
.text-base-color-fg-success\/core-opacity-10 {
  color: rgb(3 150 84 / 10%);
}
.text-base-color-fg-success\/core-opacity-100 {
  color: rgb(3 150 84 / 100%);
}
.text-base-color-fg-success\/core-opacity-20 {
  color: rgb(3 150 84 / 20%);
}
.text-base-color-fg-success\/core-opacity-30 {
  color: rgb(3 150 84 / 30%);
}
.text-base-color-fg-success\/core-opacity-40 {
  color: rgb(3 150 84 / 40%);
}
.text-base-color-fg-success\/core-opacity-50 {
  color: rgb(3 150 84 / 50%);
}
.text-base-color-fg-success\/core-opacity-60 {
  color: rgb(3 150 84 / 60%);
}
.text-base-color-fg-success\/core-opacity-70 {
  color: rgb(3 150 84 / 70%);
}
.text-base-color-fg-success\/core-opacity-80 {
  color: rgb(3 150 84 / 80%);
}
.text-base-color-fg-success\/core-opacity-90 {
  color: rgb(3 150 84 / 90%);
}
.text-base-color-fg-transparent {
  color: #00000000;
}
.text-base-color-fg-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-base-color-fg-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-base-color-fg-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-base-color-fg-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-base-color-fg-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-base-color-fg-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-base-color-fg-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-base-color-fg-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-base-color-fg-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-base-color-fg-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-base-color-fg-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-base-color-fg-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-base-color-fg-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-base-color-fg-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-base-color-fg-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-base-color-fg-transparent\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-fg-transparent\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-base-color-fg-transparent\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-base-color-fg-transparent\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-base-color-fg-transparent\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-base-color-fg-transparent\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-base-color-fg-transparent\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-base-color-fg-transparent\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-base-color-fg-transparent\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-fg-transparent\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-base-color-fg-transparent\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-base-color-fg-transparent\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-black\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-black\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-black\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-black\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-black\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-black\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-black\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-black\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-black\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-black\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-black\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-black\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}
.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}
.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}
.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}
.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}
.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}
.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}
.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}
.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}
.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}
.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}
.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}
.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}
.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}
.text-blue-100\/base-opacity-disabled {
  color: rgb(219 234 254 / 60%);
}
.text-blue-100\/core-opacity-0 {
  color: rgb(219 234 254 / 0%);
}
.text-blue-100\/core-opacity-10 {
  color: rgb(219 234 254 / 10%);
}
.text-blue-100\/core-opacity-100 {
  color: rgb(219 234 254 / 100%);
}
.text-blue-100\/core-opacity-20 {
  color: rgb(219 234 254 / 20%);
}
.text-blue-100\/core-opacity-30 {
  color: rgb(219 234 254 / 30%);
}
.text-blue-100\/core-opacity-40 {
  color: rgb(219 234 254 / 40%);
}
.text-blue-100\/core-opacity-50 {
  color: rgb(219 234 254 / 50%);
}
.text-blue-100\/core-opacity-60 {
  color: rgb(219 234 254 / 60%);
}
.text-blue-100\/core-opacity-70 {
  color: rgb(219 234 254 / 70%);
}
.text-blue-100\/core-opacity-80 {
  color: rgb(219 234 254 / 80%);
}
.text-blue-100\/core-opacity-90 {
  color: rgb(219 234 254 / 90%);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}
.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}
.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}
.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}
.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}
.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}
.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}
.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}
.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}
.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}
.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}
.text-blue-200\/base-opacity-disabled {
  color: rgb(191 219 254 / 60%);
}
.text-blue-200\/core-opacity-0 {
  color: rgb(191 219 254 / 0%);
}
.text-blue-200\/core-opacity-10 {
  color: rgb(191 219 254 / 10%);
}
.text-blue-200\/core-opacity-100 {
  color: rgb(191 219 254 / 100%);
}
.text-blue-200\/core-opacity-20 {
  color: rgb(191 219 254 / 20%);
}
.text-blue-200\/core-opacity-30 {
  color: rgb(191 219 254 / 30%);
}
.text-blue-200\/core-opacity-40 {
  color: rgb(191 219 254 / 40%);
}
.text-blue-200\/core-opacity-50 {
  color: rgb(191 219 254 / 50%);
}
.text-blue-200\/core-opacity-60 {
  color: rgb(191 219 254 / 60%);
}
.text-blue-200\/core-opacity-70 {
  color: rgb(191 219 254 / 70%);
}
.text-blue-200\/core-opacity-80 {
  color: rgb(191 219 254 / 80%);
}
.text-blue-200\/core-opacity-90 {
  color: rgb(191 219 254 / 90%);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}
.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}
.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}
.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}
.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}
.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}
.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}
.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}
.text-blue-300\/base-opacity-disabled {
  color: rgb(147 197 253 / 60%);
}
.text-blue-300\/core-opacity-0 {
  color: rgb(147 197 253 / 0%);
}
.text-blue-300\/core-opacity-10 {
  color: rgb(147 197 253 / 10%);
}
.text-blue-300\/core-opacity-100 {
  color: rgb(147 197 253 / 100%);
}
.text-blue-300\/core-opacity-20 {
  color: rgb(147 197 253 / 20%);
}
.text-blue-300\/core-opacity-30 {
  color: rgb(147 197 253 / 30%);
}
.text-blue-300\/core-opacity-40 {
  color: rgb(147 197 253 / 40%);
}
.text-blue-300\/core-opacity-50 {
  color: rgb(147 197 253 / 50%);
}
.text-blue-300\/core-opacity-60 {
  color: rgb(147 197 253 / 60%);
}
.text-blue-300\/core-opacity-70 {
  color: rgb(147 197 253 / 70%);
}
.text-blue-300\/core-opacity-80 {
  color: rgb(147 197 253 / 80%);
}
.text-blue-300\/core-opacity-90 {
  color: rgb(147 197 253 / 90%);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}
.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}
.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-blue-400\/base-opacity-disabled {
  color: rgb(96 165 250 / 60%);
}
.text-blue-400\/core-opacity-0 {
  color: rgb(96 165 250 / 0%);
}
.text-blue-400\/core-opacity-10 {
  color: rgb(96 165 250 / 10%);
}
.text-blue-400\/core-opacity-100 {
  color: rgb(96 165 250 / 100%);
}
.text-blue-400\/core-opacity-20 {
  color: rgb(96 165 250 / 20%);
}
.text-blue-400\/core-opacity-30 {
  color: rgb(96 165 250 / 30%);
}
.text-blue-400\/core-opacity-40 {
  color: rgb(96 165 250 / 40%);
}
.text-blue-400\/core-opacity-50 {
  color: rgb(96 165 250 / 50%);
}
.text-blue-400\/core-opacity-60 {
  color: rgb(96 165 250 / 60%);
}
.text-blue-400\/core-opacity-70 {
  color: rgb(96 165 250 / 70%);
}
.text-blue-400\/core-opacity-80 {
  color: rgb(96 165 250 / 80%);
}
.text-blue-400\/core-opacity-90 {
  color: rgb(96 165 250 / 90%);
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}
.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}
.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}
.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}
.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}
.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}
.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}
.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}
.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}
.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}
.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}
.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}
.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}
.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}
.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}
.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}
.text-blue-50\/base-opacity-disabled {
  color: rgb(239 246 255 / 60%);
}
.text-blue-50\/core-opacity-0 {
  color: rgb(239 246 255 / 0%);
}
.text-blue-50\/core-opacity-10 {
  color: rgb(239 246 255 / 10%);
}
.text-blue-50\/core-opacity-100 {
  color: rgb(239 246 255 / 100%);
}
.text-blue-50\/core-opacity-20 {
  color: rgb(239 246 255 / 20%);
}
.text-blue-50\/core-opacity-30 {
  color: rgb(239 246 255 / 30%);
}
.text-blue-50\/core-opacity-40 {
  color: rgb(239 246 255 / 40%);
}
.text-blue-50\/core-opacity-50 {
  color: rgb(239 246 255 / 50%);
}
.text-blue-50\/core-opacity-60 {
  color: rgb(239 246 255 / 60%);
}
.text-blue-50\/core-opacity-70 {
  color: rgb(239 246 255 / 70%);
}
.text-blue-50\/core-opacity-80 {
  color: rgb(239 246 255 / 80%);
}
.text-blue-50\/core-opacity-90 {
  color: rgb(239 246 255 / 90%);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}
.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}
.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}
.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}
.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}
.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}
.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}
.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}
.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}
.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}
.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}
.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}
.text-blue-500\/base-opacity-disabled {
  color: rgb(59 130 246 / 60%);
}
.text-blue-500\/core-opacity-0 {
  color: rgb(59 130 246 / 0%);
}
.text-blue-500\/core-opacity-10 {
  color: rgb(59 130 246 / 10%);
}
.text-blue-500\/core-opacity-100 {
  color: rgb(59 130 246 / 100%);
}
.text-blue-500\/core-opacity-20 {
  color: rgb(59 130 246 / 20%);
}
.text-blue-500\/core-opacity-30 {
  color: rgb(59 130 246 / 30%);
}
.text-blue-500\/core-opacity-40 {
  color: rgb(59 130 246 / 40%);
}
.text-blue-500\/core-opacity-50 {
  color: rgb(59 130 246 / 50%);
}
.text-blue-500\/core-opacity-60 {
  color: rgb(59 130 246 / 60%);
}
.text-blue-500\/core-opacity-70 {
  color: rgb(59 130 246 / 70%);
}
.text-blue-500\/core-opacity-80 {
  color: rgb(59 130 246 / 80%);
}
.text-blue-500\/core-opacity-90 {
  color: rgb(59 130 246 / 90%);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}
.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}
.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}
.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}
.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}
.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}
.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}
.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}
.text-blue-600\/base-opacity-disabled {
  color: rgb(37 99 235 / 60%);
}
.text-blue-600\/core-opacity-0 {
  color: rgb(37 99 235 / 0%);
}
.text-blue-600\/core-opacity-10 {
  color: rgb(37 99 235 / 10%);
}
.text-blue-600\/core-opacity-100 {
  color: rgb(37 99 235 / 100%);
}
.text-blue-600\/core-opacity-20 {
  color: rgb(37 99 235 / 20%);
}
.text-blue-600\/core-opacity-30 {
  color: rgb(37 99 235 / 30%);
}
.text-blue-600\/core-opacity-40 {
  color: rgb(37 99 235 / 40%);
}
.text-blue-600\/core-opacity-50 {
  color: rgb(37 99 235 / 50%);
}
.text-blue-600\/core-opacity-60 {
  color: rgb(37 99 235 / 60%);
}
.text-blue-600\/core-opacity-70 {
  color: rgb(37 99 235 / 70%);
}
.text-blue-600\/core-opacity-80 {
  color: rgb(37 99 235 / 80%);
}
.text-blue-600\/core-opacity-90 {
  color: rgb(37 99 235 / 90%);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}
.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}
.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}
.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}
.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}
.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}
.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}
.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}
.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}
.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}
.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}
.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}
.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}
.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}
.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}
.text-blue-700\/base-opacity-disabled {
  color: rgb(29 78 216 / 60%);
}
.text-blue-700\/core-opacity-0 {
  color: rgb(29 78 216 / 0%);
}
.text-blue-700\/core-opacity-10 {
  color: rgb(29 78 216 / 10%);
}
.text-blue-700\/core-opacity-100 {
  color: rgb(29 78 216 / 100%);
}
.text-blue-700\/core-opacity-20 {
  color: rgb(29 78 216 / 20%);
}
.text-blue-700\/core-opacity-30 {
  color: rgb(29 78 216 / 30%);
}
.text-blue-700\/core-opacity-40 {
  color: rgb(29 78 216 / 40%);
}
.text-blue-700\/core-opacity-50 {
  color: rgb(29 78 216 / 50%);
}
.text-blue-700\/core-opacity-60 {
  color: rgb(29 78 216 / 60%);
}
.text-blue-700\/core-opacity-70 {
  color: rgb(29 78 216 / 70%);
}
.text-blue-700\/core-opacity-80 {
  color: rgb(29 78 216 / 80%);
}
.text-blue-700\/core-opacity-90 {
  color: rgb(29 78 216 / 90%);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}
.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}
.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}
.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}
.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}
.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}
.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}
.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}
.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}
.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}
.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}
.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}
.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}
.text-blue-800\/base-opacity-disabled {
  color: rgb(30 64 175 / 60%);
}
.text-blue-800\/core-opacity-0 {
  color: rgb(30 64 175 / 0%);
}
.text-blue-800\/core-opacity-10 {
  color: rgb(30 64 175 / 10%);
}
.text-blue-800\/core-opacity-100 {
  color: rgb(30 64 175 / 100%);
}
.text-blue-800\/core-opacity-20 {
  color: rgb(30 64 175 / 20%);
}
.text-blue-800\/core-opacity-30 {
  color: rgb(30 64 175 / 30%);
}
.text-blue-800\/core-opacity-40 {
  color: rgb(30 64 175 / 40%);
}
.text-blue-800\/core-opacity-50 {
  color: rgb(30 64 175 / 50%);
}
.text-blue-800\/core-opacity-60 {
  color: rgb(30 64 175 / 60%);
}
.text-blue-800\/core-opacity-70 {
  color: rgb(30 64 175 / 70%);
}
.text-blue-800\/core-opacity-80 {
  color: rgb(30 64 175 / 80%);
}
.text-blue-800\/core-opacity-90 {
  color: rgb(30 64 175 / 90%);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}
.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}
.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}
.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}
.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}
.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}
.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}
.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}
.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}
.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}
.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}
.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}
.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}
.text-blue-900\/base-opacity-disabled {
  color: rgb(30 58 138 / 60%);
}
.text-blue-900\/core-opacity-0 {
  color: rgb(30 58 138 / 0%);
}
.text-blue-900\/core-opacity-10 {
  color: rgb(30 58 138 / 10%);
}
.text-blue-900\/core-opacity-100 {
  color: rgb(30 58 138 / 100%);
}
.text-blue-900\/core-opacity-20 {
  color: rgb(30 58 138 / 20%);
}
.text-blue-900\/core-opacity-30 {
  color: rgb(30 58 138 / 30%);
}
.text-blue-900\/core-opacity-40 {
  color: rgb(30 58 138 / 40%);
}
.text-blue-900\/core-opacity-50 {
  color: rgb(30 58 138 / 50%);
}
.text-blue-900\/core-opacity-60 {
  color: rgb(30 58 138 / 60%);
}
.text-blue-900\/core-opacity-70 {
  color: rgb(30 58 138 / 70%);
}
.text-blue-900\/core-opacity-80 {
  color: rgb(30 58 138 / 80%);
}
.text-blue-900\/core-opacity-90 {
  color: rgb(30 58 138 / 90%);
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}
.text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}
.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}
.text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}
.text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2);
}
.text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25);
}
.text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3);
}
.text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4);
}
.text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05);
}
.text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5);
}
.text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6);
}
.text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7);
}
.text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75);
}
.text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8);
}
.text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9);
}
.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}
.text-blue-950\/base-opacity-disabled {
  color: rgb(23 37 84 / 60%);
}
.text-blue-950\/core-opacity-0 {
  color: rgb(23 37 84 / 0%);
}
.text-blue-950\/core-opacity-10 {
  color: rgb(23 37 84 / 10%);
}
.text-blue-950\/core-opacity-100 {
  color: rgb(23 37 84 / 100%);
}
.text-blue-950\/core-opacity-20 {
  color: rgb(23 37 84 / 20%);
}
.text-blue-950\/core-opacity-30 {
  color: rgb(23 37 84 / 30%);
}
.text-blue-950\/core-opacity-40 {
  color: rgb(23 37 84 / 40%);
}
.text-blue-950\/core-opacity-50 {
  color: rgb(23 37 84 / 50%);
}
.text-blue-950\/core-opacity-60 {
  color: rgb(23 37 84 / 60%);
}
.text-blue-950\/core-opacity-70 {
  color: rgb(23 37 84 / 70%);
}
.text-blue-950\/core-opacity-80 {
  color: rgb(23 37 84 / 80%);
}
.text-blue-950\/core-opacity-90 {
  color: rgb(23 37 84 / 90%);
}
.text-comp-badge-blue-bg {
  --tw-text-opacity: 1;
  color: rgb(240 245 255 / var(--tw-text-opacity));
}
.text-comp-badge-blue-bg\/0 {
  color: rgb(240 245 255 / 0);
}
.text-comp-badge-blue-bg\/10 {
  color: rgb(240 245 255 / 0.1);
}
.text-comp-badge-blue-bg\/100 {
  color: rgb(240 245 255 / 1);
}
.text-comp-badge-blue-bg\/20 {
  color: rgb(240 245 255 / 0.2);
}
.text-comp-badge-blue-bg\/25 {
  color: rgb(240 245 255 / 0.25);
}
.text-comp-badge-blue-bg\/30 {
  color: rgb(240 245 255 / 0.3);
}
.text-comp-badge-blue-bg\/40 {
  color: rgb(240 245 255 / 0.4);
}
.text-comp-badge-blue-bg\/5 {
  color: rgb(240 245 255 / 0.05);
}
.text-comp-badge-blue-bg\/50 {
  color: rgb(240 245 255 / 0.5);
}
.text-comp-badge-blue-bg\/60 {
  color: rgb(240 245 255 / 0.6);
}
.text-comp-badge-blue-bg\/70 {
  color: rgb(240 245 255 / 0.7);
}
.text-comp-badge-blue-bg\/75 {
  color: rgb(240 245 255 / 0.75);
}
.text-comp-badge-blue-bg\/80 {
  color: rgb(240 245 255 / 0.8);
}
.text-comp-badge-blue-bg\/90 {
  color: rgb(240 245 255 / 0.9);
}
.text-comp-badge-blue-bg\/95 {
  color: rgb(240 245 255 / 0.95);
}
.text-comp-badge-blue-bg\/base-opacity-disabled {
  color: rgb(240 245 255 / 60%);
}
.text-comp-badge-blue-bg\/core-opacity-0 {
  color: rgb(240 245 255 / 0%);
}
.text-comp-badge-blue-bg\/core-opacity-10 {
  color: rgb(240 245 255 / 10%);
}
.text-comp-badge-blue-bg\/core-opacity-100 {
  color: rgb(240 245 255 / 100%);
}
.text-comp-badge-blue-bg\/core-opacity-20 {
  color: rgb(240 245 255 / 20%);
}
.text-comp-badge-blue-bg\/core-opacity-30 {
  color: rgb(240 245 255 / 30%);
}
.text-comp-badge-blue-bg\/core-opacity-40 {
  color: rgb(240 245 255 / 40%);
}
.text-comp-badge-blue-bg\/core-opacity-50 {
  color: rgb(240 245 255 / 50%);
}
.text-comp-badge-blue-bg\/core-opacity-60 {
  color: rgb(240 245 255 / 60%);
}
.text-comp-badge-blue-bg\/core-opacity-70 {
  color: rgb(240 245 255 / 70%);
}
.text-comp-badge-blue-bg\/core-opacity-80 {
  color: rgb(240 245 255 / 80%);
}
.text-comp-badge-blue-bg\/core-opacity-90 {
  color: rgb(240 245 255 / 90%);
}
.text-comp-badge-blue-border {
  --tw-text-opacity: 1;
  color: rgb(179 204 255 / var(--tw-text-opacity));
}
.text-comp-badge-blue-border\/0 {
  color: rgb(179 204 255 / 0);
}
.text-comp-badge-blue-border\/10 {
  color: rgb(179 204 255 / 0.1);
}
.text-comp-badge-blue-border\/100 {
  color: rgb(179 204 255 / 1);
}
.text-comp-badge-blue-border\/20 {
  color: rgb(179 204 255 / 0.2);
}
.text-comp-badge-blue-border\/25 {
  color: rgb(179 204 255 / 0.25);
}
.text-comp-badge-blue-border\/30 {
  color: rgb(179 204 255 / 0.3);
}
.text-comp-badge-blue-border\/40 {
  color: rgb(179 204 255 / 0.4);
}
.text-comp-badge-blue-border\/5 {
  color: rgb(179 204 255 / 0.05);
}
.text-comp-badge-blue-border\/50 {
  color: rgb(179 204 255 / 0.5);
}
.text-comp-badge-blue-border\/60 {
  color: rgb(179 204 255 / 0.6);
}
.text-comp-badge-blue-border\/70 {
  color: rgb(179 204 255 / 0.7);
}
.text-comp-badge-blue-border\/75 {
  color: rgb(179 204 255 / 0.75);
}
.text-comp-badge-blue-border\/80 {
  color: rgb(179 204 255 / 0.8);
}
.text-comp-badge-blue-border\/90 {
  color: rgb(179 204 255 / 0.9);
}
.text-comp-badge-blue-border\/95 {
  color: rgb(179 204 255 / 0.95);
}
.text-comp-badge-blue-border\/base-opacity-disabled {
  color: rgb(179 204 255 / 60%);
}
.text-comp-badge-blue-border\/core-opacity-0 {
  color: rgb(179 204 255 / 0%);
}
.text-comp-badge-blue-border\/core-opacity-10 {
  color: rgb(179 204 255 / 10%);
}
.text-comp-badge-blue-border\/core-opacity-100 {
  color: rgb(179 204 255 / 100%);
}
.text-comp-badge-blue-border\/core-opacity-20 {
  color: rgb(179 204 255 / 20%);
}
.text-comp-badge-blue-border\/core-opacity-30 {
  color: rgb(179 204 255 / 30%);
}
.text-comp-badge-blue-border\/core-opacity-40 {
  color: rgb(179 204 255 / 40%);
}
.text-comp-badge-blue-border\/core-opacity-50 {
  color: rgb(179 204 255 / 50%);
}
.text-comp-badge-blue-border\/core-opacity-60 {
  color: rgb(179 204 255 / 60%);
}
.text-comp-badge-blue-border\/core-opacity-70 {
  color: rgb(179 204 255 / 70%);
}
.text-comp-badge-blue-border\/core-opacity-80 {
  color: rgb(179 204 255 / 80%);
}
.text-comp-badge-blue-border\/core-opacity-90 {
  color: rgb(179 204 255 / 90%);
}
.text-comp-badge-blue-fg {
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.text-comp-badge-blue-fg\/0 {
  color: rgb(21 94 239 / 0);
}
.text-comp-badge-blue-fg\/10 {
  color: rgb(21 94 239 / 0.1);
}
.text-comp-badge-blue-fg\/100 {
  color: rgb(21 94 239 / 1);
}
.text-comp-badge-blue-fg\/20 {
  color: rgb(21 94 239 / 0.2);
}
.text-comp-badge-blue-fg\/25 {
  color: rgb(21 94 239 / 0.25);
}
.text-comp-badge-blue-fg\/30 {
  color: rgb(21 94 239 / 0.3);
}
.text-comp-badge-blue-fg\/40 {
  color: rgb(21 94 239 / 0.4);
}
.text-comp-badge-blue-fg\/5 {
  color: rgb(21 94 239 / 0.05);
}
.text-comp-badge-blue-fg\/50 {
  color: rgb(21 94 239 / 0.5);
}
.text-comp-badge-blue-fg\/60 {
  color: rgb(21 94 239 / 0.6);
}
.text-comp-badge-blue-fg\/70 {
  color: rgb(21 94 239 / 0.7);
}
.text-comp-badge-blue-fg\/75 {
  color: rgb(21 94 239 / 0.75);
}
.text-comp-badge-blue-fg\/80 {
  color: rgb(21 94 239 / 0.8);
}
.text-comp-badge-blue-fg\/90 {
  color: rgb(21 94 239 / 0.9);
}
.text-comp-badge-blue-fg\/95 {
  color: rgb(21 94 239 / 0.95);
}
.text-comp-badge-blue-fg\/base-opacity-disabled {
  color: rgb(21 94 239 / 60%);
}
.text-comp-badge-blue-fg\/core-opacity-0 {
  color: rgb(21 94 239 / 0%);
}
.text-comp-badge-blue-fg\/core-opacity-10 {
  color: rgb(21 94 239 / 10%);
}
.text-comp-badge-blue-fg\/core-opacity-100 {
  color: rgb(21 94 239 / 100%);
}
.text-comp-badge-blue-fg\/core-opacity-20 {
  color: rgb(21 94 239 / 20%);
}
.text-comp-badge-blue-fg\/core-opacity-30 {
  color: rgb(21 94 239 / 30%);
}
.text-comp-badge-blue-fg\/core-opacity-40 {
  color: rgb(21 94 239 / 40%);
}
.text-comp-badge-blue-fg\/core-opacity-50 {
  color: rgb(21 94 239 / 50%);
}
.text-comp-badge-blue-fg\/core-opacity-60 {
  color: rgb(21 94 239 / 60%);
}
.text-comp-badge-blue-fg\/core-opacity-70 {
  color: rgb(21 94 239 / 70%);
}
.text-comp-badge-blue-fg\/core-opacity-80 {
  color: rgb(21 94 239 / 80%);
}
.text-comp-badge-blue-fg\/core-opacity-90 {
  color: rgb(21 94 239 / 90%);
}
.text-comp-badge-blue-status {
  --tw-text-opacity: 1;
  color: rgb(41 112 255 / var(--tw-text-opacity));
}
.text-comp-badge-blue-status\/0 {
  color: rgb(41 112 255 / 0);
}
.text-comp-badge-blue-status\/10 {
  color: rgb(41 112 255 / 0.1);
}
.text-comp-badge-blue-status\/100 {
  color: rgb(41 112 255 / 1);
}
.text-comp-badge-blue-status\/20 {
  color: rgb(41 112 255 / 0.2);
}
.text-comp-badge-blue-status\/25 {
  color: rgb(41 112 255 / 0.25);
}
.text-comp-badge-blue-status\/30 {
  color: rgb(41 112 255 / 0.3);
}
.text-comp-badge-blue-status\/40 {
  color: rgb(41 112 255 / 0.4);
}
.text-comp-badge-blue-status\/5 {
  color: rgb(41 112 255 / 0.05);
}
.text-comp-badge-blue-status\/50 {
  color: rgb(41 112 255 / 0.5);
}
.text-comp-badge-blue-status\/60 {
  color: rgb(41 112 255 / 0.6);
}
.text-comp-badge-blue-status\/70 {
  color: rgb(41 112 255 / 0.7);
}
.text-comp-badge-blue-status\/75 {
  color: rgb(41 112 255 / 0.75);
}
.text-comp-badge-blue-status\/80 {
  color: rgb(41 112 255 / 0.8);
}
.text-comp-badge-blue-status\/90 {
  color: rgb(41 112 255 / 0.9);
}
.text-comp-badge-blue-status\/95 {
  color: rgb(41 112 255 / 0.95);
}
.text-comp-badge-blue-status\/base-opacity-disabled {
  color: rgb(41 112 255 / 60%);
}
.text-comp-badge-blue-status\/core-opacity-0 {
  color: rgb(41 112 255 / 0%);
}
.text-comp-badge-blue-status\/core-opacity-10 {
  color: rgb(41 112 255 / 10%);
}
.text-comp-badge-blue-status\/core-opacity-100 {
  color: rgb(41 112 255 / 100%);
}
.text-comp-badge-blue-status\/core-opacity-20 {
  color: rgb(41 112 255 / 20%);
}
.text-comp-badge-blue-status\/core-opacity-30 {
  color: rgb(41 112 255 / 30%);
}
.text-comp-badge-blue-status\/core-opacity-40 {
  color: rgb(41 112 255 / 40%);
}
.text-comp-badge-blue-status\/core-opacity-50 {
  color: rgb(41 112 255 / 50%);
}
.text-comp-badge-blue-status\/core-opacity-60 {
  color: rgb(41 112 255 / 60%);
}
.text-comp-badge-blue-status\/core-opacity-70 {
  color: rgb(41 112 255 / 70%);
}
.text-comp-badge-blue-status\/core-opacity-80 {
  color: rgb(41 112 255 / 80%);
}
.text-comp-badge-blue-status\/core-opacity-90 {
  color: rgb(41 112 255 / 90%);
}
.text-comp-badge-cyan-bg {
  --tw-text-opacity: 1;
  color: rgb(235 253 255 / var(--tw-text-opacity));
}
.text-comp-badge-cyan-bg\/0 {
  color: rgb(235 253 255 / 0);
}
.text-comp-badge-cyan-bg\/10 {
  color: rgb(235 253 255 / 0.1);
}
.text-comp-badge-cyan-bg\/100 {
  color: rgb(235 253 255 / 1);
}
.text-comp-badge-cyan-bg\/20 {
  color: rgb(235 253 255 / 0.2);
}
.text-comp-badge-cyan-bg\/25 {
  color: rgb(235 253 255 / 0.25);
}
.text-comp-badge-cyan-bg\/30 {
  color: rgb(235 253 255 / 0.3);
}
.text-comp-badge-cyan-bg\/40 {
  color: rgb(235 253 255 / 0.4);
}
.text-comp-badge-cyan-bg\/5 {
  color: rgb(235 253 255 / 0.05);
}
.text-comp-badge-cyan-bg\/50 {
  color: rgb(235 253 255 / 0.5);
}
.text-comp-badge-cyan-bg\/60 {
  color: rgb(235 253 255 / 0.6);
}
.text-comp-badge-cyan-bg\/70 {
  color: rgb(235 253 255 / 0.7);
}
.text-comp-badge-cyan-bg\/75 {
  color: rgb(235 253 255 / 0.75);
}
.text-comp-badge-cyan-bg\/80 {
  color: rgb(235 253 255 / 0.8);
}
.text-comp-badge-cyan-bg\/90 {
  color: rgb(235 253 255 / 0.9);
}
.text-comp-badge-cyan-bg\/95 {
  color: rgb(235 253 255 / 0.95);
}
.text-comp-badge-cyan-bg\/base-opacity-disabled {
  color: rgb(235 253 255 / 60%);
}
.text-comp-badge-cyan-bg\/core-opacity-0 {
  color: rgb(235 253 255 / 0%);
}
.text-comp-badge-cyan-bg\/core-opacity-10 {
  color: rgb(235 253 255 / 10%);
}
.text-comp-badge-cyan-bg\/core-opacity-100 {
  color: rgb(235 253 255 / 100%);
}
.text-comp-badge-cyan-bg\/core-opacity-20 {
  color: rgb(235 253 255 / 20%);
}
.text-comp-badge-cyan-bg\/core-opacity-30 {
  color: rgb(235 253 255 / 30%);
}
.text-comp-badge-cyan-bg\/core-opacity-40 {
  color: rgb(235 253 255 / 40%);
}
.text-comp-badge-cyan-bg\/core-opacity-50 {
  color: rgb(235 253 255 / 50%);
}
.text-comp-badge-cyan-bg\/core-opacity-60 {
  color: rgb(235 253 255 / 60%);
}
.text-comp-badge-cyan-bg\/core-opacity-70 {
  color: rgb(235 253 255 / 70%);
}
.text-comp-badge-cyan-bg\/core-opacity-80 {
  color: rgb(235 253 255 / 80%);
}
.text-comp-badge-cyan-bg\/core-opacity-90 {
  color: rgb(235 253 255 / 90%);
}
.text-comp-badge-cyan-border {
  --tw-text-opacity: 1;
  color: rgb(166 241 252 / var(--tw-text-opacity));
}
.text-comp-badge-cyan-border\/0 {
  color: rgb(166 241 252 / 0);
}
.text-comp-badge-cyan-border\/10 {
  color: rgb(166 241 252 / 0.1);
}
.text-comp-badge-cyan-border\/100 {
  color: rgb(166 241 252 / 1);
}
.text-comp-badge-cyan-border\/20 {
  color: rgb(166 241 252 / 0.2);
}
.text-comp-badge-cyan-border\/25 {
  color: rgb(166 241 252 / 0.25);
}
.text-comp-badge-cyan-border\/30 {
  color: rgb(166 241 252 / 0.3);
}
.text-comp-badge-cyan-border\/40 {
  color: rgb(166 241 252 / 0.4);
}
.text-comp-badge-cyan-border\/5 {
  color: rgb(166 241 252 / 0.05);
}
.text-comp-badge-cyan-border\/50 {
  color: rgb(166 241 252 / 0.5);
}
.text-comp-badge-cyan-border\/60 {
  color: rgb(166 241 252 / 0.6);
}
.text-comp-badge-cyan-border\/70 {
  color: rgb(166 241 252 / 0.7);
}
.text-comp-badge-cyan-border\/75 {
  color: rgb(166 241 252 / 0.75);
}
.text-comp-badge-cyan-border\/80 {
  color: rgb(166 241 252 / 0.8);
}
.text-comp-badge-cyan-border\/90 {
  color: rgb(166 241 252 / 0.9);
}
.text-comp-badge-cyan-border\/95 {
  color: rgb(166 241 252 / 0.95);
}
.text-comp-badge-cyan-border\/base-opacity-disabled {
  color: rgb(166 241 252 / 60%);
}
.text-comp-badge-cyan-border\/core-opacity-0 {
  color: rgb(166 241 252 / 0%);
}
.text-comp-badge-cyan-border\/core-opacity-10 {
  color: rgb(166 241 252 / 10%);
}
.text-comp-badge-cyan-border\/core-opacity-100 {
  color: rgb(166 241 252 / 100%);
}
.text-comp-badge-cyan-border\/core-opacity-20 {
  color: rgb(166 241 252 / 20%);
}
.text-comp-badge-cyan-border\/core-opacity-30 {
  color: rgb(166 241 252 / 30%);
}
.text-comp-badge-cyan-border\/core-opacity-40 {
  color: rgb(166 241 252 / 40%);
}
.text-comp-badge-cyan-border\/core-opacity-50 {
  color: rgb(166 241 252 / 50%);
}
.text-comp-badge-cyan-border\/core-opacity-60 {
  color: rgb(166 241 252 / 60%);
}
.text-comp-badge-cyan-border\/core-opacity-70 {
  color: rgb(166 241 252 / 70%);
}
.text-comp-badge-cyan-border\/core-opacity-80 {
  color: rgb(166 241 252 / 80%);
}
.text-comp-badge-cyan-border\/core-opacity-90 {
  color: rgb(166 241 252 / 90%);
}
.text-comp-badge-cyan-fg {
  --tw-text-opacity: 1;
  color: rgb(8 136 175 / var(--tw-text-opacity));
}
.text-comp-badge-cyan-fg\/0 {
  color: rgb(8 136 175 / 0);
}
.text-comp-badge-cyan-fg\/10 {
  color: rgb(8 136 175 / 0.1);
}
.text-comp-badge-cyan-fg\/100 {
  color: rgb(8 136 175 / 1);
}
.text-comp-badge-cyan-fg\/20 {
  color: rgb(8 136 175 / 0.2);
}
.text-comp-badge-cyan-fg\/25 {
  color: rgb(8 136 175 / 0.25);
}
.text-comp-badge-cyan-fg\/30 {
  color: rgb(8 136 175 / 0.3);
}
.text-comp-badge-cyan-fg\/40 {
  color: rgb(8 136 175 / 0.4);
}
.text-comp-badge-cyan-fg\/5 {
  color: rgb(8 136 175 / 0.05);
}
.text-comp-badge-cyan-fg\/50 {
  color: rgb(8 136 175 / 0.5);
}
.text-comp-badge-cyan-fg\/60 {
  color: rgb(8 136 175 / 0.6);
}
.text-comp-badge-cyan-fg\/70 {
  color: rgb(8 136 175 / 0.7);
}
.text-comp-badge-cyan-fg\/75 {
  color: rgb(8 136 175 / 0.75);
}
.text-comp-badge-cyan-fg\/80 {
  color: rgb(8 136 175 / 0.8);
}
.text-comp-badge-cyan-fg\/90 {
  color: rgb(8 136 175 / 0.9);
}
.text-comp-badge-cyan-fg\/95 {
  color: rgb(8 136 175 / 0.95);
}
.text-comp-badge-cyan-fg\/base-opacity-disabled {
  color: rgb(8 136 175 / 60%);
}
.text-comp-badge-cyan-fg\/core-opacity-0 {
  color: rgb(8 136 175 / 0%);
}
.text-comp-badge-cyan-fg\/core-opacity-10 {
  color: rgb(8 136 175 / 10%);
}
.text-comp-badge-cyan-fg\/core-opacity-100 {
  color: rgb(8 136 175 / 100%);
}
.text-comp-badge-cyan-fg\/core-opacity-20 {
  color: rgb(8 136 175 / 20%);
}
.text-comp-badge-cyan-fg\/core-opacity-30 {
  color: rgb(8 136 175 / 30%);
}
.text-comp-badge-cyan-fg\/core-opacity-40 {
  color: rgb(8 136 175 / 40%);
}
.text-comp-badge-cyan-fg\/core-opacity-50 {
  color: rgb(8 136 175 / 50%);
}
.text-comp-badge-cyan-fg\/core-opacity-60 {
  color: rgb(8 136 175 / 60%);
}
.text-comp-badge-cyan-fg\/core-opacity-70 {
  color: rgb(8 136 175 / 70%);
}
.text-comp-badge-cyan-fg\/core-opacity-80 {
  color: rgb(8 136 175 / 80%);
}
.text-comp-badge-cyan-fg\/core-opacity-90 {
  color: rgb(8 136 175 / 90%);
}
.text-comp-badge-cyan-status {
  --tw-text-opacity: 1;
  color: rgb(7 175 213 / var(--tw-text-opacity));
}
.text-comp-badge-cyan-status\/0 {
  color: rgb(7 175 213 / 0);
}
.text-comp-badge-cyan-status\/10 {
  color: rgb(7 175 213 / 0.1);
}
.text-comp-badge-cyan-status\/100 {
  color: rgb(7 175 213 / 1);
}
.text-comp-badge-cyan-status\/20 {
  color: rgb(7 175 213 / 0.2);
}
.text-comp-badge-cyan-status\/25 {
  color: rgb(7 175 213 / 0.25);
}
.text-comp-badge-cyan-status\/30 {
  color: rgb(7 175 213 / 0.3);
}
.text-comp-badge-cyan-status\/40 {
  color: rgb(7 175 213 / 0.4);
}
.text-comp-badge-cyan-status\/5 {
  color: rgb(7 175 213 / 0.05);
}
.text-comp-badge-cyan-status\/50 {
  color: rgb(7 175 213 / 0.5);
}
.text-comp-badge-cyan-status\/60 {
  color: rgb(7 175 213 / 0.6);
}
.text-comp-badge-cyan-status\/70 {
  color: rgb(7 175 213 / 0.7);
}
.text-comp-badge-cyan-status\/75 {
  color: rgb(7 175 213 / 0.75);
}
.text-comp-badge-cyan-status\/80 {
  color: rgb(7 175 213 / 0.8);
}
.text-comp-badge-cyan-status\/90 {
  color: rgb(7 175 213 / 0.9);
}
.text-comp-badge-cyan-status\/95 {
  color: rgb(7 175 213 / 0.95);
}
.text-comp-badge-cyan-status\/base-opacity-disabled {
  color: rgb(7 175 213 / 60%);
}
.text-comp-badge-cyan-status\/core-opacity-0 {
  color: rgb(7 175 213 / 0%);
}
.text-comp-badge-cyan-status\/core-opacity-10 {
  color: rgb(7 175 213 / 10%);
}
.text-comp-badge-cyan-status\/core-opacity-100 {
  color: rgb(7 175 213 / 100%);
}
.text-comp-badge-cyan-status\/core-opacity-20 {
  color: rgb(7 175 213 / 20%);
}
.text-comp-badge-cyan-status\/core-opacity-30 {
  color: rgb(7 175 213 / 30%);
}
.text-comp-badge-cyan-status\/core-opacity-40 {
  color: rgb(7 175 213 / 40%);
}
.text-comp-badge-cyan-status\/core-opacity-50 {
  color: rgb(7 175 213 / 50%);
}
.text-comp-badge-cyan-status\/core-opacity-60 {
  color: rgb(7 175 213 / 60%);
}
.text-comp-badge-cyan-status\/core-opacity-70 {
  color: rgb(7 175 213 / 70%);
}
.text-comp-badge-cyan-status\/core-opacity-80 {
  color: rgb(7 175 213 / 80%);
}
.text-comp-badge-cyan-status\/core-opacity-90 {
  color: rgb(7 175 213 / 90%);
}
.text-comp-badge-dark-gray-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-badge-dark-gray-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-badge-dark-gray-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-badge-dark-gray-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-badge-dark-gray-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-badge-dark-gray-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-badge-dark-gray-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-badge-dark-gray-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-badge-dark-gray-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-badge-dark-gray-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-badge-dark-gray-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-badge-dark-gray-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-badge-dark-gray-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-badge-dark-gray-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-badge-dark-gray-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-badge-dark-gray-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-badge-dark-gray-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-badge-dark-gray-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-badge-dark-gray-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-badge-dark-gray-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-badge-dark-gray-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-badge-dark-gray-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-badge-dark-gray-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-badge-dark-gray-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-badge-dark-gray-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-badge-dark-gray-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-badge-dark-gray-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-badge-dark-gray-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-badge-dark-gray-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-badge-dark-gray-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-badge-dark-gray-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-badge-dark-gray-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-badge-dark-gray-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-badge-dark-gray-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-badge-dark-gray-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-badge-dark-gray-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-badge-dark-gray-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-badge-dark-gray-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-badge-dark-gray-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-badge-dark-gray-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-badge-dark-gray-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-badge-dark-gray-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-badge-dark-gray-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-badge-dark-gray-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-badge-dark-gray-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-badge-dark-gray-fg {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-badge-dark-gray-fg\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-badge-dark-gray-fg\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-badge-dark-gray-fg\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-badge-dark-gray-fg\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-badge-dark-gray-fg\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-badge-dark-gray-fg\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-badge-dark-gray-fg\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-badge-dark-gray-fg\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-badge-dark-gray-fg\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-badge-dark-gray-fg\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-badge-dark-gray-fg\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-badge-dark-gray-fg\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-badge-dark-gray-fg\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-badge-dark-gray-fg\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-badge-dark-gray-fg\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-badge-dark-gray-fg\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-badge-green-bg {
  --tw-text-opacity: 1;
  color: rgb(237 253 243 / var(--tw-text-opacity));
}
.text-comp-badge-green-bg\/0 {
  color: rgb(237 253 243 / 0);
}
.text-comp-badge-green-bg\/10 {
  color: rgb(237 253 243 / 0.1);
}
.text-comp-badge-green-bg\/100 {
  color: rgb(237 253 243 / 1);
}
.text-comp-badge-green-bg\/20 {
  color: rgb(237 253 243 / 0.2);
}
.text-comp-badge-green-bg\/25 {
  color: rgb(237 253 243 / 0.25);
}
.text-comp-badge-green-bg\/30 {
  color: rgb(237 253 243 / 0.3);
}
.text-comp-badge-green-bg\/40 {
  color: rgb(237 253 243 / 0.4);
}
.text-comp-badge-green-bg\/5 {
  color: rgb(237 253 243 / 0.05);
}
.text-comp-badge-green-bg\/50 {
  color: rgb(237 253 243 / 0.5);
}
.text-comp-badge-green-bg\/60 {
  color: rgb(237 253 243 / 0.6);
}
.text-comp-badge-green-bg\/70 {
  color: rgb(237 253 243 / 0.7);
}
.text-comp-badge-green-bg\/75 {
  color: rgb(237 253 243 / 0.75);
}
.text-comp-badge-green-bg\/80 {
  color: rgb(237 253 243 / 0.8);
}
.text-comp-badge-green-bg\/90 {
  color: rgb(237 253 243 / 0.9);
}
.text-comp-badge-green-bg\/95 {
  color: rgb(237 253 243 / 0.95);
}
.text-comp-badge-green-bg\/base-opacity-disabled {
  color: rgb(237 253 243 / 60%);
}
.text-comp-badge-green-bg\/core-opacity-0 {
  color: rgb(237 253 243 / 0%);
}
.text-comp-badge-green-bg\/core-opacity-10 {
  color: rgb(237 253 243 / 10%);
}
.text-comp-badge-green-bg\/core-opacity-100 {
  color: rgb(237 253 243 / 100%);
}
.text-comp-badge-green-bg\/core-opacity-20 {
  color: rgb(237 253 243 / 20%);
}
.text-comp-badge-green-bg\/core-opacity-30 {
  color: rgb(237 253 243 / 30%);
}
.text-comp-badge-green-bg\/core-opacity-40 {
  color: rgb(237 253 243 / 40%);
}
.text-comp-badge-green-bg\/core-opacity-50 {
  color: rgb(237 253 243 / 50%);
}
.text-comp-badge-green-bg\/core-opacity-60 {
  color: rgb(237 253 243 / 60%);
}
.text-comp-badge-green-bg\/core-opacity-70 {
  color: rgb(237 253 243 / 70%);
}
.text-comp-badge-green-bg\/core-opacity-80 {
  color: rgb(237 253 243 / 80%);
}
.text-comp-badge-green-bg\/core-opacity-90 {
  color: rgb(237 253 243 / 90%);
}
.text-comp-badge-green-border {
  --tw-text-opacity: 1;
  color: rgb(164 244 196 / var(--tw-text-opacity));
}
.text-comp-badge-green-border\/0 {
  color: rgb(164 244 196 / 0);
}
.text-comp-badge-green-border\/10 {
  color: rgb(164 244 196 / 0.1);
}
.text-comp-badge-green-border\/100 {
  color: rgb(164 244 196 / 1);
}
.text-comp-badge-green-border\/20 {
  color: rgb(164 244 196 / 0.2);
}
.text-comp-badge-green-border\/25 {
  color: rgb(164 244 196 / 0.25);
}
.text-comp-badge-green-border\/30 {
  color: rgb(164 244 196 / 0.3);
}
.text-comp-badge-green-border\/40 {
  color: rgb(164 244 196 / 0.4);
}
.text-comp-badge-green-border\/5 {
  color: rgb(164 244 196 / 0.05);
}
.text-comp-badge-green-border\/50 {
  color: rgb(164 244 196 / 0.5);
}
.text-comp-badge-green-border\/60 {
  color: rgb(164 244 196 / 0.6);
}
.text-comp-badge-green-border\/70 {
  color: rgb(164 244 196 / 0.7);
}
.text-comp-badge-green-border\/75 {
  color: rgb(164 244 196 / 0.75);
}
.text-comp-badge-green-border\/80 {
  color: rgb(164 244 196 / 0.8);
}
.text-comp-badge-green-border\/90 {
  color: rgb(164 244 196 / 0.9);
}
.text-comp-badge-green-border\/95 {
  color: rgb(164 244 196 / 0.95);
}
.text-comp-badge-green-border\/base-opacity-disabled {
  color: rgb(164 244 196 / 60%);
}
.text-comp-badge-green-border\/core-opacity-0 {
  color: rgb(164 244 196 / 0%);
}
.text-comp-badge-green-border\/core-opacity-10 {
  color: rgb(164 244 196 / 10%);
}
.text-comp-badge-green-border\/core-opacity-100 {
  color: rgb(164 244 196 / 100%);
}
.text-comp-badge-green-border\/core-opacity-20 {
  color: rgb(164 244 196 / 20%);
}
.text-comp-badge-green-border\/core-opacity-30 {
  color: rgb(164 244 196 / 30%);
}
.text-comp-badge-green-border\/core-opacity-40 {
  color: rgb(164 244 196 / 40%);
}
.text-comp-badge-green-border\/core-opacity-50 {
  color: rgb(164 244 196 / 50%);
}
.text-comp-badge-green-border\/core-opacity-60 {
  color: rgb(164 244 196 / 60%);
}
.text-comp-badge-green-border\/core-opacity-70 {
  color: rgb(164 244 196 / 70%);
}
.text-comp-badge-green-border\/core-opacity-80 {
  color: rgb(164 244 196 / 80%);
}
.text-comp-badge-green-border\/core-opacity-90 {
  color: rgb(164 244 196 / 90%);
}
.text-comp-badge-green-fg {
  --tw-text-opacity: 1;
  color: rgb(3 150 84 / var(--tw-text-opacity));
}
.text-comp-badge-green-fg\/0 {
  color: rgb(3 150 84 / 0);
}
.text-comp-badge-green-fg\/10 {
  color: rgb(3 150 84 / 0.1);
}
.text-comp-badge-green-fg\/100 {
  color: rgb(3 150 84 / 1);
}
.text-comp-badge-green-fg\/20 {
  color: rgb(3 150 84 / 0.2);
}
.text-comp-badge-green-fg\/25 {
  color: rgb(3 150 84 / 0.25);
}
.text-comp-badge-green-fg\/30 {
  color: rgb(3 150 84 / 0.3);
}
.text-comp-badge-green-fg\/40 {
  color: rgb(3 150 84 / 0.4);
}
.text-comp-badge-green-fg\/5 {
  color: rgb(3 150 84 / 0.05);
}
.text-comp-badge-green-fg\/50 {
  color: rgb(3 150 84 / 0.5);
}
.text-comp-badge-green-fg\/60 {
  color: rgb(3 150 84 / 0.6);
}
.text-comp-badge-green-fg\/70 {
  color: rgb(3 150 84 / 0.7);
}
.text-comp-badge-green-fg\/75 {
  color: rgb(3 150 84 / 0.75);
}
.text-comp-badge-green-fg\/80 {
  color: rgb(3 150 84 / 0.8);
}
.text-comp-badge-green-fg\/90 {
  color: rgb(3 150 84 / 0.9);
}
.text-comp-badge-green-fg\/95 {
  color: rgb(3 150 84 / 0.95);
}
.text-comp-badge-green-fg\/base-opacity-disabled {
  color: rgb(3 150 84 / 60%);
}
.text-comp-badge-green-fg\/core-opacity-0 {
  color: rgb(3 150 84 / 0%);
}
.text-comp-badge-green-fg\/core-opacity-10 {
  color: rgb(3 150 84 / 10%);
}
.text-comp-badge-green-fg\/core-opacity-100 {
  color: rgb(3 150 84 / 100%);
}
.text-comp-badge-green-fg\/core-opacity-20 {
  color: rgb(3 150 84 / 20%);
}
.text-comp-badge-green-fg\/core-opacity-30 {
  color: rgb(3 150 84 / 30%);
}
.text-comp-badge-green-fg\/core-opacity-40 {
  color: rgb(3 150 84 / 40%);
}
.text-comp-badge-green-fg\/core-opacity-50 {
  color: rgb(3 150 84 / 50%);
}
.text-comp-badge-green-fg\/core-opacity-60 {
  color: rgb(3 150 84 / 60%);
}
.text-comp-badge-green-fg\/core-opacity-70 {
  color: rgb(3 150 84 / 70%);
}
.text-comp-badge-green-fg\/core-opacity-80 {
  color: rgb(3 150 84 / 80%);
}
.text-comp-badge-green-fg\/core-opacity-90 {
  color: rgb(3 150 84 / 90%);
}
.text-comp-badge-green-status {
  --tw-text-opacity: 1;
  color: rgb(18 181 105 / var(--tw-text-opacity));
}
.text-comp-badge-green-status\/0 {
  color: rgb(18 181 105 / 0);
}
.text-comp-badge-green-status\/10 {
  color: rgb(18 181 105 / 0.1);
}
.text-comp-badge-green-status\/100 {
  color: rgb(18 181 105 / 1);
}
.text-comp-badge-green-status\/20 {
  color: rgb(18 181 105 / 0.2);
}
.text-comp-badge-green-status\/25 {
  color: rgb(18 181 105 / 0.25);
}
.text-comp-badge-green-status\/30 {
  color: rgb(18 181 105 / 0.3);
}
.text-comp-badge-green-status\/40 {
  color: rgb(18 181 105 / 0.4);
}
.text-comp-badge-green-status\/5 {
  color: rgb(18 181 105 / 0.05);
}
.text-comp-badge-green-status\/50 {
  color: rgb(18 181 105 / 0.5);
}
.text-comp-badge-green-status\/60 {
  color: rgb(18 181 105 / 0.6);
}
.text-comp-badge-green-status\/70 {
  color: rgb(18 181 105 / 0.7);
}
.text-comp-badge-green-status\/75 {
  color: rgb(18 181 105 / 0.75);
}
.text-comp-badge-green-status\/80 {
  color: rgb(18 181 105 / 0.8);
}
.text-comp-badge-green-status\/90 {
  color: rgb(18 181 105 / 0.9);
}
.text-comp-badge-green-status\/95 {
  color: rgb(18 181 105 / 0.95);
}
.text-comp-badge-green-status\/base-opacity-disabled {
  color: rgb(18 181 105 / 60%);
}
.text-comp-badge-green-status\/core-opacity-0 {
  color: rgb(18 181 105 / 0%);
}
.text-comp-badge-green-status\/core-opacity-10 {
  color: rgb(18 181 105 / 10%);
}
.text-comp-badge-green-status\/core-opacity-100 {
  color: rgb(18 181 105 / 100%);
}
.text-comp-badge-green-status\/core-opacity-20 {
  color: rgb(18 181 105 / 20%);
}
.text-comp-badge-green-status\/core-opacity-30 {
  color: rgb(18 181 105 / 30%);
}
.text-comp-badge-green-status\/core-opacity-40 {
  color: rgb(18 181 105 / 40%);
}
.text-comp-badge-green-status\/core-opacity-50 {
  color: rgb(18 181 105 / 50%);
}
.text-comp-badge-green-status\/core-opacity-60 {
  color: rgb(18 181 105 / 60%);
}
.text-comp-badge-green-status\/core-opacity-70 {
  color: rgb(18 181 105 / 70%);
}
.text-comp-badge-green-status\/core-opacity-80 {
  color: rgb(18 181 105 / 80%);
}
.text-comp-badge-green-status\/core-opacity-90 {
  color: rgb(18 181 105 / 90%);
}
.text-comp-badge-light-gray-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-badge-light-gray-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-badge-light-gray-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-badge-light-gray-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-badge-light-gray-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-badge-light-gray-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-badge-light-gray-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-badge-light-gray-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-badge-light-gray-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-badge-light-gray-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-badge-light-gray-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-badge-light-gray-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-badge-light-gray-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-badge-light-gray-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-badge-light-gray-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-badge-light-gray-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-badge-light-gray-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-badge-light-gray-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-badge-light-gray-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-badge-light-gray-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-badge-light-gray-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-badge-light-gray-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-badge-light-gray-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-badge-light-gray-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-badge-light-gray-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-badge-light-gray-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-badge-light-gray-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-badge-light-gray-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-badge-light-gray-border {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}
.text-comp-badge-light-gray-border\/0 {
  color: rgb(234 236 240 / 0);
}
.text-comp-badge-light-gray-border\/10 {
  color: rgb(234 236 240 / 0.1);
}
.text-comp-badge-light-gray-border\/100 {
  color: rgb(234 236 240 / 1);
}
.text-comp-badge-light-gray-border\/20 {
  color: rgb(234 236 240 / 0.2);
}
.text-comp-badge-light-gray-border\/25 {
  color: rgb(234 236 240 / 0.25);
}
.text-comp-badge-light-gray-border\/30 {
  color: rgb(234 236 240 / 0.3);
}
.text-comp-badge-light-gray-border\/40 {
  color: rgb(234 236 240 / 0.4);
}
.text-comp-badge-light-gray-border\/5 {
  color: rgb(234 236 240 / 0.05);
}
.text-comp-badge-light-gray-border\/50 {
  color: rgb(234 236 240 / 0.5);
}
.text-comp-badge-light-gray-border\/60 {
  color: rgb(234 236 240 / 0.6);
}
.text-comp-badge-light-gray-border\/70 {
  color: rgb(234 236 240 / 0.7);
}
.text-comp-badge-light-gray-border\/75 {
  color: rgb(234 236 240 / 0.75);
}
.text-comp-badge-light-gray-border\/80 {
  color: rgb(234 236 240 / 0.8);
}
.text-comp-badge-light-gray-border\/90 {
  color: rgb(234 236 240 / 0.9);
}
.text-comp-badge-light-gray-border\/95 {
  color: rgb(234 236 240 / 0.95);
}
.text-comp-badge-light-gray-border\/base-opacity-disabled {
  color: rgb(234 236 240 / 60%);
}
.text-comp-badge-light-gray-border\/core-opacity-0 {
  color: rgb(234 236 240 / 0%);
}
.text-comp-badge-light-gray-border\/core-opacity-10 {
  color: rgb(234 236 240 / 10%);
}
.text-comp-badge-light-gray-border\/core-opacity-100 {
  color: rgb(234 236 240 / 100%);
}
.text-comp-badge-light-gray-border\/core-opacity-20 {
  color: rgb(234 236 240 / 20%);
}
.text-comp-badge-light-gray-border\/core-opacity-30 {
  color: rgb(234 236 240 / 30%);
}
.text-comp-badge-light-gray-border\/core-opacity-40 {
  color: rgb(234 236 240 / 40%);
}
.text-comp-badge-light-gray-border\/core-opacity-50 {
  color: rgb(234 236 240 / 50%);
}
.text-comp-badge-light-gray-border\/core-opacity-60 {
  color: rgb(234 236 240 / 60%);
}
.text-comp-badge-light-gray-border\/core-opacity-70 {
  color: rgb(234 236 240 / 70%);
}
.text-comp-badge-light-gray-border\/core-opacity-80 {
  color: rgb(234 236 240 / 80%);
}
.text-comp-badge-light-gray-border\/core-opacity-90 {
  color: rgb(234 236 240 / 90%);
}
.text-comp-badge-light-gray-fg {
  --tw-text-opacity: 1;
  color: rgb(71 84 102 / var(--tw-text-opacity));
}
.text-comp-badge-light-gray-fg\/0 {
  color: rgb(71 84 102 / 0);
}
.text-comp-badge-light-gray-fg\/10 {
  color: rgb(71 84 102 / 0.1);
}
.text-comp-badge-light-gray-fg\/100 {
  color: rgb(71 84 102 / 1);
}
.text-comp-badge-light-gray-fg\/20 {
  color: rgb(71 84 102 / 0.2);
}
.text-comp-badge-light-gray-fg\/25 {
  color: rgb(71 84 102 / 0.25);
}
.text-comp-badge-light-gray-fg\/30 {
  color: rgb(71 84 102 / 0.3);
}
.text-comp-badge-light-gray-fg\/40 {
  color: rgb(71 84 102 / 0.4);
}
.text-comp-badge-light-gray-fg\/5 {
  color: rgb(71 84 102 / 0.05);
}
.text-comp-badge-light-gray-fg\/50 {
  color: rgb(71 84 102 / 0.5);
}
.text-comp-badge-light-gray-fg\/60 {
  color: rgb(71 84 102 / 0.6);
}
.text-comp-badge-light-gray-fg\/70 {
  color: rgb(71 84 102 / 0.7);
}
.text-comp-badge-light-gray-fg\/75 {
  color: rgb(71 84 102 / 0.75);
}
.text-comp-badge-light-gray-fg\/80 {
  color: rgb(71 84 102 / 0.8);
}
.text-comp-badge-light-gray-fg\/90 {
  color: rgb(71 84 102 / 0.9);
}
.text-comp-badge-light-gray-fg\/95 {
  color: rgb(71 84 102 / 0.95);
}
.text-comp-badge-light-gray-fg\/base-opacity-disabled {
  color: rgb(71 84 102 / 60%);
}
.text-comp-badge-light-gray-fg\/core-opacity-0 {
  color: rgb(71 84 102 / 0%);
}
.text-comp-badge-light-gray-fg\/core-opacity-10 {
  color: rgb(71 84 102 / 10%);
}
.text-comp-badge-light-gray-fg\/core-opacity-100 {
  color: rgb(71 84 102 / 100%);
}
.text-comp-badge-light-gray-fg\/core-opacity-20 {
  color: rgb(71 84 102 / 20%);
}
.text-comp-badge-light-gray-fg\/core-opacity-30 {
  color: rgb(71 84 102 / 30%);
}
.text-comp-badge-light-gray-fg\/core-opacity-40 {
  color: rgb(71 84 102 / 40%);
}
.text-comp-badge-light-gray-fg\/core-opacity-50 {
  color: rgb(71 84 102 / 50%);
}
.text-comp-badge-light-gray-fg\/core-opacity-60 {
  color: rgb(71 84 102 / 60%);
}
.text-comp-badge-light-gray-fg\/core-opacity-70 {
  color: rgb(71 84 102 / 70%);
}
.text-comp-badge-light-gray-fg\/core-opacity-80 {
  color: rgb(71 84 102 / 80%);
}
.text-comp-badge-light-gray-fg\/core-opacity-90 {
  color: rgb(71 84 102 / 90%);
}
.text-comp-badge-orange-bg {
  --tw-text-opacity: 1;
  color: rgb(255 245 235 / var(--tw-text-opacity));
}
.text-comp-badge-orange-bg\/0 {
  color: rgb(255 245 235 / 0);
}
.text-comp-badge-orange-bg\/10 {
  color: rgb(255 245 235 / 0.1);
}
.text-comp-badge-orange-bg\/100 {
  color: rgb(255 245 235 / 1);
}
.text-comp-badge-orange-bg\/20 {
  color: rgb(255 245 235 / 0.2);
}
.text-comp-badge-orange-bg\/25 {
  color: rgb(255 245 235 / 0.25);
}
.text-comp-badge-orange-bg\/30 {
  color: rgb(255 245 235 / 0.3);
}
.text-comp-badge-orange-bg\/40 {
  color: rgb(255 245 235 / 0.4);
}
.text-comp-badge-orange-bg\/5 {
  color: rgb(255 245 235 / 0.05);
}
.text-comp-badge-orange-bg\/50 {
  color: rgb(255 245 235 / 0.5);
}
.text-comp-badge-orange-bg\/60 {
  color: rgb(255 245 235 / 0.6);
}
.text-comp-badge-orange-bg\/70 {
  color: rgb(255 245 235 / 0.7);
}
.text-comp-badge-orange-bg\/75 {
  color: rgb(255 245 235 / 0.75);
}
.text-comp-badge-orange-bg\/80 {
  color: rgb(255 245 235 / 0.8);
}
.text-comp-badge-orange-bg\/90 {
  color: rgb(255 245 235 / 0.9);
}
.text-comp-badge-orange-bg\/95 {
  color: rgb(255 245 235 / 0.95);
}
.text-comp-badge-orange-bg\/base-opacity-disabled {
  color: rgb(255 245 235 / 60%);
}
.text-comp-badge-orange-bg\/core-opacity-0 {
  color: rgb(255 245 235 / 0%);
}
.text-comp-badge-orange-bg\/core-opacity-10 {
  color: rgb(255 245 235 / 10%);
}
.text-comp-badge-orange-bg\/core-opacity-100 {
  color: rgb(255 245 235 / 100%);
}
.text-comp-badge-orange-bg\/core-opacity-20 {
  color: rgb(255 245 235 / 20%);
}
.text-comp-badge-orange-bg\/core-opacity-30 {
  color: rgb(255 245 235 / 30%);
}
.text-comp-badge-orange-bg\/core-opacity-40 {
  color: rgb(255 245 235 / 40%);
}
.text-comp-badge-orange-bg\/core-opacity-50 {
  color: rgb(255 245 235 / 50%);
}
.text-comp-badge-orange-bg\/core-opacity-60 {
  color: rgb(255 245 235 / 60%);
}
.text-comp-badge-orange-bg\/core-opacity-70 {
  color: rgb(255 245 235 / 70%);
}
.text-comp-badge-orange-bg\/core-opacity-80 {
  color: rgb(255 245 235 / 80%);
}
.text-comp-badge-orange-bg\/core-opacity-90 {
  color: rgb(255 245 235 / 90%);
}
.text-comp-badge-orange-border {
  --tw-text-opacity: 1;
  color: rgb(253 220 170 / var(--tw-text-opacity));
}
.text-comp-badge-orange-border\/0 {
  color: rgb(253 220 170 / 0);
}
.text-comp-badge-orange-border\/10 {
  color: rgb(253 220 170 / 0.1);
}
.text-comp-badge-orange-border\/100 {
  color: rgb(253 220 170 / 1);
}
.text-comp-badge-orange-border\/20 {
  color: rgb(253 220 170 / 0.2);
}
.text-comp-badge-orange-border\/25 {
  color: rgb(253 220 170 / 0.25);
}
.text-comp-badge-orange-border\/30 {
  color: rgb(253 220 170 / 0.3);
}
.text-comp-badge-orange-border\/40 {
  color: rgb(253 220 170 / 0.4);
}
.text-comp-badge-orange-border\/5 {
  color: rgb(253 220 170 / 0.05);
}
.text-comp-badge-orange-border\/50 {
  color: rgb(253 220 170 / 0.5);
}
.text-comp-badge-orange-border\/60 {
  color: rgb(253 220 170 / 0.6);
}
.text-comp-badge-orange-border\/70 {
  color: rgb(253 220 170 / 0.7);
}
.text-comp-badge-orange-border\/75 {
  color: rgb(253 220 170 / 0.75);
}
.text-comp-badge-orange-border\/80 {
  color: rgb(253 220 170 / 0.8);
}
.text-comp-badge-orange-border\/90 {
  color: rgb(253 220 170 / 0.9);
}
.text-comp-badge-orange-border\/95 {
  color: rgb(253 220 170 / 0.95);
}
.text-comp-badge-orange-border\/base-opacity-disabled {
  color: rgb(253 220 170 / 60%);
}
.text-comp-badge-orange-border\/core-opacity-0 {
  color: rgb(253 220 170 / 0%);
}
.text-comp-badge-orange-border\/core-opacity-10 {
  color: rgb(253 220 170 / 10%);
}
.text-comp-badge-orange-border\/core-opacity-100 {
  color: rgb(253 220 170 / 100%);
}
.text-comp-badge-orange-border\/core-opacity-20 {
  color: rgb(253 220 170 / 20%);
}
.text-comp-badge-orange-border\/core-opacity-30 {
  color: rgb(253 220 170 / 30%);
}
.text-comp-badge-orange-border\/core-opacity-40 {
  color: rgb(253 220 170 / 40%);
}
.text-comp-badge-orange-border\/core-opacity-50 {
  color: rgb(253 220 170 / 50%);
}
.text-comp-badge-orange-border\/core-opacity-60 {
  color: rgb(253 220 170 / 60%);
}
.text-comp-badge-orange-border\/core-opacity-70 {
  color: rgb(253 220 170 / 70%);
}
.text-comp-badge-orange-border\/core-opacity-80 {
  color: rgb(253 220 170 / 80%);
}
.text-comp-badge-orange-border\/core-opacity-90 {
  color: rgb(253 220 170 / 90%);
}
.text-comp-badge-orange-fg {
  --tw-text-opacity: 1;
  color: rgb(235 74 10 / var(--tw-text-opacity));
}
.text-comp-badge-orange-fg\/0 {
  color: rgb(235 74 10 / 0);
}
.text-comp-badge-orange-fg\/10 {
  color: rgb(235 74 10 / 0.1);
}
.text-comp-badge-orange-fg\/100 {
  color: rgb(235 74 10 / 1);
}
.text-comp-badge-orange-fg\/20 {
  color: rgb(235 74 10 / 0.2);
}
.text-comp-badge-orange-fg\/25 {
  color: rgb(235 74 10 / 0.25);
}
.text-comp-badge-orange-fg\/30 {
  color: rgb(235 74 10 / 0.3);
}
.text-comp-badge-orange-fg\/40 {
  color: rgb(235 74 10 / 0.4);
}
.text-comp-badge-orange-fg\/5 {
  color: rgb(235 74 10 / 0.05);
}
.text-comp-badge-orange-fg\/50 {
  color: rgb(235 74 10 / 0.5);
}
.text-comp-badge-orange-fg\/60 {
  color: rgb(235 74 10 / 0.6);
}
.text-comp-badge-orange-fg\/70 {
  color: rgb(235 74 10 / 0.7);
}
.text-comp-badge-orange-fg\/75 {
  color: rgb(235 74 10 / 0.75);
}
.text-comp-badge-orange-fg\/80 {
  color: rgb(235 74 10 / 0.8);
}
.text-comp-badge-orange-fg\/90 {
  color: rgb(235 74 10 / 0.9);
}
.text-comp-badge-orange-fg\/95 {
  color: rgb(235 74 10 / 0.95);
}
.text-comp-badge-orange-fg\/base-opacity-disabled {
  color: rgb(235 74 10 / 60%);
}
.text-comp-badge-orange-fg\/core-opacity-0 {
  color: rgb(235 74 10 / 0%);
}
.text-comp-badge-orange-fg\/core-opacity-10 {
  color: rgb(235 74 10 / 10%);
}
.text-comp-badge-orange-fg\/core-opacity-100 {
  color: rgb(235 74 10 / 100%);
}
.text-comp-badge-orange-fg\/core-opacity-20 {
  color: rgb(235 74 10 / 20%);
}
.text-comp-badge-orange-fg\/core-opacity-30 {
  color: rgb(235 74 10 / 30%);
}
.text-comp-badge-orange-fg\/core-opacity-40 {
  color: rgb(235 74 10 / 40%);
}
.text-comp-badge-orange-fg\/core-opacity-50 {
  color: rgb(235 74 10 / 50%);
}
.text-comp-badge-orange-fg\/core-opacity-60 {
  color: rgb(235 74 10 / 60%);
}
.text-comp-badge-orange-fg\/core-opacity-70 {
  color: rgb(235 74 10 / 70%);
}
.text-comp-badge-orange-fg\/core-opacity-80 {
  color: rgb(235 74 10 / 80%);
}
.text-comp-badge-orange-fg\/core-opacity-90 {
  color: rgb(235 74 10 / 90%);
}
.text-comp-badge-orange-status {
  --tw-text-opacity: 1;
  color: rgb(251 100 19 / var(--tw-text-opacity));
}
.text-comp-badge-orange-status\/0 {
  color: rgb(251 100 19 / 0);
}
.text-comp-badge-orange-status\/10 {
  color: rgb(251 100 19 / 0.1);
}
.text-comp-badge-orange-status\/100 {
  color: rgb(251 100 19 / 1);
}
.text-comp-badge-orange-status\/20 {
  color: rgb(251 100 19 / 0.2);
}
.text-comp-badge-orange-status\/25 {
  color: rgb(251 100 19 / 0.25);
}
.text-comp-badge-orange-status\/30 {
  color: rgb(251 100 19 / 0.3);
}
.text-comp-badge-orange-status\/40 {
  color: rgb(251 100 19 / 0.4);
}
.text-comp-badge-orange-status\/5 {
  color: rgb(251 100 19 / 0.05);
}
.text-comp-badge-orange-status\/50 {
  color: rgb(251 100 19 / 0.5);
}
.text-comp-badge-orange-status\/60 {
  color: rgb(251 100 19 / 0.6);
}
.text-comp-badge-orange-status\/70 {
  color: rgb(251 100 19 / 0.7);
}
.text-comp-badge-orange-status\/75 {
  color: rgb(251 100 19 / 0.75);
}
.text-comp-badge-orange-status\/80 {
  color: rgb(251 100 19 / 0.8);
}
.text-comp-badge-orange-status\/90 {
  color: rgb(251 100 19 / 0.9);
}
.text-comp-badge-orange-status\/95 {
  color: rgb(251 100 19 / 0.95);
}
.text-comp-badge-orange-status\/base-opacity-disabled {
  color: rgb(251 100 19 / 60%);
}
.text-comp-badge-orange-status\/core-opacity-0 {
  color: rgb(251 100 19 / 0%);
}
.text-comp-badge-orange-status\/core-opacity-10 {
  color: rgb(251 100 19 / 10%);
}
.text-comp-badge-orange-status\/core-opacity-100 {
  color: rgb(251 100 19 / 100%);
}
.text-comp-badge-orange-status\/core-opacity-20 {
  color: rgb(251 100 19 / 20%);
}
.text-comp-badge-orange-status\/core-opacity-30 {
  color: rgb(251 100 19 / 30%);
}
.text-comp-badge-orange-status\/core-opacity-40 {
  color: rgb(251 100 19 / 40%);
}
.text-comp-badge-orange-status\/core-opacity-50 {
  color: rgb(251 100 19 / 50%);
}
.text-comp-badge-orange-status\/core-opacity-60 {
  color: rgb(251 100 19 / 60%);
}
.text-comp-badge-orange-status\/core-opacity-70 {
  color: rgb(251 100 19 / 70%);
}
.text-comp-badge-orange-status\/core-opacity-80 {
  color: rgb(251 100 19 / 80%);
}
.text-comp-badge-orange-status\/core-opacity-90 {
  color: rgb(251 100 19 / 90%);
}
.text-comp-badge-purple-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 253 / var(--tw-text-opacity));
}
.text-comp-badge-purple-bg\/0 {
  color: rgb(242 244 253 / 0);
}
.text-comp-badge-purple-bg\/10 {
  color: rgb(242 244 253 / 0.1);
}
.text-comp-badge-purple-bg\/100 {
  color: rgb(242 244 253 / 1);
}
.text-comp-badge-purple-bg\/20 {
  color: rgb(242 244 253 / 0.2);
}
.text-comp-badge-purple-bg\/25 {
  color: rgb(242 244 253 / 0.25);
}
.text-comp-badge-purple-bg\/30 {
  color: rgb(242 244 253 / 0.3);
}
.text-comp-badge-purple-bg\/40 {
  color: rgb(242 244 253 / 0.4);
}
.text-comp-badge-purple-bg\/5 {
  color: rgb(242 244 253 / 0.05);
}
.text-comp-badge-purple-bg\/50 {
  color: rgb(242 244 253 / 0.5);
}
.text-comp-badge-purple-bg\/60 {
  color: rgb(242 244 253 / 0.6);
}
.text-comp-badge-purple-bg\/70 {
  color: rgb(242 244 253 / 0.7);
}
.text-comp-badge-purple-bg\/75 {
  color: rgb(242 244 253 / 0.75);
}
.text-comp-badge-purple-bg\/80 {
  color: rgb(242 244 253 / 0.8);
}
.text-comp-badge-purple-bg\/90 {
  color: rgb(242 244 253 / 0.9);
}
.text-comp-badge-purple-bg\/95 {
  color: rgb(242 244 253 / 0.95);
}
.text-comp-badge-purple-bg\/base-opacity-disabled {
  color: rgb(242 244 253 / 60%);
}
.text-comp-badge-purple-bg\/core-opacity-0 {
  color: rgb(242 244 253 / 0%);
}
.text-comp-badge-purple-bg\/core-opacity-10 {
  color: rgb(242 244 253 / 10%);
}
.text-comp-badge-purple-bg\/core-opacity-100 {
  color: rgb(242 244 253 / 100%);
}
.text-comp-badge-purple-bg\/core-opacity-20 {
  color: rgb(242 244 253 / 20%);
}
.text-comp-badge-purple-bg\/core-opacity-30 {
  color: rgb(242 244 253 / 30%);
}
.text-comp-badge-purple-bg\/core-opacity-40 {
  color: rgb(242 244 253 / 40%);
}
.text-comp-badge-purple-bg\/core-opacity-50 {
  color: rgb(242 244 253 / 50%);
}
.text-comp-badge-purple-bg\/core-opacity-60 {
  color: rgb(242 244 253 / 60%);
}
.text-comp-badge-purple-bg\/core-opacity-70 {
  color: rgb(242 244 253 / 70%);
}
.text-comp-badge-purple-bg\/core-opacity-80 {
  color: rgb(242 244 253 / 80%);
}
.text-comp-badge-purple-bg\/core-opacity-90 {
  color: rgb(242 244 253 / 90%);
}
.text-comp-badge-purple-border {
  --tw-text-opacity: 1;
  color: rgb(174 188 244 / var(--tw-text-opacity));
}
.text-comp-badge-purple-border\/0 {
  color: rgb(174 188 244 / 0);
}
.text-comp-badge-purple-border\/10 {
  color: rgb(174 188 244 / 0.1);
}
.text-comp-badge-purple-border\/100 {
  color: rgb(174 188 244 / 1);
}
.text-comp-badge-purple-border\/20 {
  color: rgb(174 188 244 / 0.2);
}
.text-comp-badge-purple-border\/25 {
  color: rgb(174 188 244 / 0.25);
}
.text-comp-badge-purple-border\/30 {
  color: rgb(174 188 244 / 0.3);
}
.text-comp-badge-purple-border\/40 {
  color: rgb(174 188 244 / 0.4);
}
.text-comp-badge-purple-border\/5 {
  color: rgb(174 188 244 / 0.05);
}
.text-comp-badge-purple-border\/50 {
  color: rgb(174 188 244 / 0.5);
}
.text-comp-badge-purple-border\/60 {
  color: rgb(174 188 244 / 0.6);
}
.text-comp-badge-purple-border\/70 {
  color: rgb(174 188 244 / 0.7);
}
.text-comp-badge-purple-border\/75 {
  color: rgb(174 188 244 / 0.75);
}
.text-comp-badge-purple-border\/80 {
  color: rgb(174 188 244 / 0.8);
}
.text-comp-badge-purple-border\/90 {
  color: rgb(174 188 244 / 0.9);
}
.text-comp-badge-purple-border\/95 {
  color: rgb(174 188 244 / 0.95);
}
.text-comp-badge-purple-border\/base-opacity-disabled {
  color: rgb(174 188 244 / 60%);
}
.text-comp-badge-purple-border\/core-opacity-0 {
  color: rgb(174 188 244 / 0%);
}
.text-comp-badge-purple-border\/core-opacity-10 {
  color: rgb(174 188 244 / 10%);
}
.text-comp-badge-purple-border\/core-opacity-100 {
  color: rgb(174 188 244 / 100%);
}
.text-comp-badge-purple-border\/core-opacity-20 {
  color: rgb(174 188 244 / 20%);
}
.text-comp-badge-purple-border\/core-opacity-30 {
  color: rgb(174 188 244 / 30%);
}
.text-comp-badge-purple-border\/core-opacity-40 {
  color: rgb(174 188 244 / 40%);
}
.text-comp-badge-purple-border\/core-opacity-50 {
  color: rgb(174 188 244 / 50%);
}
.text-comp-badge-purple-border\/core-opacity-60 {
  color: rgb(174 188 244 / 60%);
}
.text-comp-badge-purple-border\/core-opacity-70 {
  color: rgb(174 188 244 / 70%);
}
.text-comp-badge-purple-border\/core-opacity-80 {
  color: rgb(174 188 244 / 80%);
}
.text-comp-badge-purple-border\/core-opacity-90 {
  color: rgb(174 188 244 / 90%);
}
.text-comp-badge-purple-fg {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.text-comp-badge-purple-fg\/0 {
  color: rgb(75 71 189 / 0);
}
.text-comp-badge-purple-fg\/10 {
  color: rgb(75 71 189 / 0.1);
}
.text-comp-badge-purple-fg\/100 {
  color: rgb(75 71 189 / 1);
}
.text-comp-badge-purple-fg\/20 {
  color: rgb(75 71 189 / 0.2);
}
.text-comp-badge-purple-fg\/25 {
  color: rgb(75 71 189 / 0.25);
}
.text-comp-badge-purple-fg\/30 {
  color: rgb(75 71 189 / 0.3);
}
.text-comp-badge-purple-fg\/40 {
  color: rgb(75 71 189 / 0.4);
}
.text-comp-badge-purple-fg\/5 {
  color: rgb(75 71 189 / 0.05);
}
.text-comp-badge-purple-fg\/50 {
  color: rgb(75 71 189 / 0.5);
}
.text-comp-badge-purple-fg\/60 {
  color: rgb(75 71 189 / 0.6);
}
.text-comp-badge-purple-fg\/70 {
  color: rgb(75 71 189 / 0.7);
}
.text-comp-badge-purple-fg\/75 {
  color: rgb(75 71 189 / 0.75);
}
.text-comp-badge-purple-fg\/80 {
  color: rgb(75 71 189 / 0.8);
}
.text-comp-badge-purple-fg\/90 {
  color: rgb(75 71 189 / 0.9);
}
.text-comp-badge-purple-fg\/95 {
  color: rgb(75 71 189 / 0.95);
}
.text-comp-badge-purple-fg\/base-opacity-disabled {
  color: rgb(75 71 189 / 60%);
}
.text-comp-badge-purple-fg\/core-opacity-0 {
  color: rgb(75 71 189 / 0%);
}
.text-comp-badge-purple-fg\/core-opacity-10 {
  color: rgb(75 71 189 / 10%);
}
.text-comp-badge-purple-fg\/core-opacity-100 {
  color: rgb(75 71 189 / 100%);
}
.text-comp-badge-purple-fg\/core-opacity-20 {
  color: rgb(75 71 189 / 20%);
}
.text-comp-badge-purple-fg\/core-opacity-30 {
  color: rgb(75 71 189 / 30%);
}
.text-comp-badge-purple-fg\/core-opacity-40 {
  color: rgb(75 71 189 / 40%);
}
.text-comp-badge-purple-fg\/core-opacity-50 {
  color: rgb(75 71 189 / 50%);
}
.text-comp-badge-purple-fg\/core-opacity-60 {
  color: rgb(75 71 189 / 60%);
}
.text-comp-badge-purple-fg\/core-opacity-70 {
  color: rgb(75 71 189 / 70%);
}
.text-comp-badge-purple-fg\/core-opacity-80 {
  color: rgb(75 71 189 / 80%);
}
.text-comp-badge-purple-fg\/core-opacity-90 {
  color: rgb(75 71 189 / 90%);
}
.text-comp-badge-purple-status {
  --tw-text-opacity: 1;
  color: rgb(114 121 228 / var(--tw-text-opacity));
}
.text-comp-badge-purple-status\/0 {
  color: rgb(114 121 228 / 0);
}
.text-comp-badge-purple-status\/10 {
  color: rgb(114 121 228 / 0.1);
}
.text-comp-badge-purple-status\/100 {
  color: rgb(114 121 228 / 1);
}
.text-comp-badge-purple-status\/20 {
  color: rgb(114 121 228 / 0.2);
}
.text-comp-badge-purple-status\/25 {
  color: rgb(114 121 228 / 0.25);
}
.text-comp-badge-purple-status\/30 {
  color: rgb(114 121 228 / 0.3);
}
.text-comp-badge-purple-status\/40 {
  color: rgb(114 121 228 / 0.4);
}
.text-comp-badge-purple-status\/5 {
  color: rgb(114 121 228 / 0.05);
}
.text-comp-badge-purple-status\/50 {
  color: rgb(114 121 228 / 0.5);
}
.text-comp-badge-purple-status\/60 {
  color: rgb(114 121 228 / 0.6);
}
.text-comp-badge-purple-status\/70 {
  color: rgb(114 121 228 / 0.7);
}
.text-comp-badge-purple-status\/75 {
  color: rgb(114 121 228 / 0.75);
}
.text-comp-badge-purple-status\/80 {
  color: rgb(114 121 228 / 0.8);
}
.text-comp-badge-purple-status\/90 {
  color: rgb(114 121 228 / 0.9);
}
.text-comp-badge-purple-status\/95 {
  color: rgb(114 121 228 / 0.95);
}
.text-comp-badge-purple-status\/base-opacity-disabled {
  color: rgb(114 121 228 / 60%);
}
.text-comp-badge-purple-status\/core-opacity-0 {
  color: rgb(114 121 228 / 0%);
}
.text-comp-badge-purple-status\/core-opacity-10 {
  color: rgb(114 121 228 / 10%);
}
.text-comp-badge-purple-status\/core-opacity-100 {
  color: rgb(114 121 228 / 100%);
}
.text-comp-badge-purple-status\/core-opacity-20 {
  color: rgb(114 121 228 / 20%);
}
.text-comp-badge-purple-status\/core-opacity-30 {
  color: rgb(114 121 228 / 30%);
}
.text-comp-badge-purple-status\/core-opacity-40 {
  color: rgb(114 121 228 / 40%);
}
.text-comp-badge-purple-status\/core-opacity-50 {
  color: rgb(114 121 228 / 50%);
}
.text-comp-badge-purple-status\/core-opacity-60 {
  color: rgb(114 121 228 / 60%);
}
.text-comp-badge-purple-status\/core-opacity-70 {
  color: rgb(114 121 228 / 70%);
}
.text-comp-badge-purple-status\/core-opacity-80 {
  color: rgb(114 121 228 / 80%);
}
.text-comp-badge-purple-status\/core-opacity-90 {
  color: rgb(114 121 228 / 90%);
}
.text-comp-badge-red-bg {
  --tw-text-opacity: 1;
  color: rgb(254 242 241 / var(--tw-text-opacity));
}
.text-comp-badge-red-bg\/0 {
  color: rgb(254 242 241 / 0);
}
.text-comp-badge-red-bg\/10 {
  color: rgb(254 242 241 / 0.1);
}
.text-comp-badge-red-bg\/100 {
  color: rgb(254 242 241 / 1);
}
.text-comp-badge-red-bg\/20 {
  color: rgb(254 242 241 / 0.2);
}
.text-comp-badge-red-bg\/25 {
  color: rgb(254 242 241 / 0.25);
}
.text-comp-badge-red-bg\/30 {
  color: rgb(254 242 241 / 0.3);
}
.text-comp-badge-red-bg\/40 {
  color: rgb(254 242 241 / 0.4);
}
.text-comp-badge-red-bg\/5 {
  color: rgb(254 242 241 / 0.05);
}
.text-comp-badge-red-bg\/50 {
  color: rgb(254 242 241 / 0.5);
}
.text-comp-badge-red-bg\/60 {
  color: rgb(254 242 241 / 0.6);
}
.text-comp-badge-red-bg\/70 {
  color: rgb(254 242 241 / 0.7);
}
.text-comp-badge-red-bg\/75 {
  color: rgb(254 242 241 / 0.75);
}
.text-comp-badge-red-bg\/80 {
  color: rgb(254 242 241 / 0.8);
}
.text-comp-badge-red-bg\/90 {
  color: rgb(254 242 241 / 0.9);
}
.text-comp-badge-red-bg\/95 {
  color: rgb(254 242 241 / 0.95);
}
.text-comp-badge-red-bg\/base-opacity-disabled {
  color: rgb(254 242 241 / 60%);
}
.text-comp-badge-red-bg\/core-opacity-0 {
  color: rgb(254 242 241 / 0%);
}
.text-comp-badge-red-bg\/core-opacity-10 {
  color: rgb(254 242 241 / 10%);
}
.text-comp-badge-red-bg\/core-opacity-100 {
  color: rgb(254 242 241 / 100%);
}
.text-comp-badge-red-bg\/core-opacity-20 {
  color: rgb(254 242 241 / 20%);
}
.text-comp-badge-red-bg\/core-opacity-30 {
  color: rgb(254 242 241 / 30%);
}
.text-comp-badge-red-bg\/core-opacity-40 {
  color: rgb(254 242 241 / 40%);
}
.text-comp-badge-red-bg\/core-opacity-50 {
  color: rgb(254 242 241 / 50%);
}
.text-comp-badge-red-bg\/core-opacity-60 {
  color: rgb(254 242 241 / 60%);
}
.text-comp-badge-red-bg\/core-opacity-70 {
  color: rgb(254 242 241 / 70%);
}
.text-comp-badge-red-bg\/core-opacity-80 {
  color: rgb(254 242 241 / 80%);
}
.text-comp-badge-red-bg\/core-opacity-90 {
  color: rgb(254 242 241 / 90%);
}
.text-comp-badge-red-border {
  --tw-text-opacity: 1;
  color: rgb(254 203 200 / var(--tw-text-opacity));
}
.text-comp-badge-red-border\/0 {
  color: rgb(254 203 200 / 0);
}
.text-comp-badge-red-border\/10 {
  color: rgb(254 203 200 / 0.1);
}
.text-comp-badge-red-border\/100 {
  color: rgb(254 203 200 / 1);
}
.text-comp-badge-red-border\/20 {
  color: rgb(254 203 200 / 0.2);
}
.text-comp-badge-red-border\/25 {
  color: rgb(254 203 200 / 0.25);
}
.text-comp-badge-red-border\/30 {
  color: rgb(254 203 200 / 0.3);
}
.text-comp-badge-red-border\/40 {
  color: rgb(254 203 200 / 0.4);
}
.text-comp-badge-red-border\/5 {
  color: rgb(254 203 200 / 0.05);
}
.text-comp-badge-red-border\/50 {
  color: rgb(254 203 200 / 0.5);
}
.text-comp-badge-red-border\/60 {
  color: rgb(254 203 200 / 0.6);
}
.text-comp-badge-red-border\/70 {
  color: rgb(254 203 200 / 0.7);
}
.text-comp-badge-red-border\/75 {
  color: rgb(254 203 200 / 0.75);
}
.text-comp-badge-red-border\/80 {
  color: rgb(254 203 200 / 0.8);
}
.text-comp-badge-red-border\/90 {
  color: rgb(254 203 200 / 0.9);
}
.text-comp-badge-red-border\/95 {
  color: rgb(254 203 200 / 0.95);
}
.text-comp-badge-red-border\/base-opacity-disabled {
  color: rgb(254 203 200 / 60%);
}
.text-comp-badge-red-border\/core-opacity-0 {
  color: rgb(254 203 200 / 0%);
}
.text-comp-badge-red-border\/core-opacity-10 {
  color: rgb(254 203 200 / 10%);
}
.text-comp-badge-red-border\/core-opacity-100 {
  color: rgb(254 203 200 / 100%);
}
.text-comp-badge-red-border\/core-opacity-20 {
  color: rgb(254 203 200 / 20%);
}
.text-comp-badge-red-border\/core-opacity-30 {
  color: rgb(254 203 200 / 30%);
}
.text-comp-badge-red-border\/core-opacity-40 {
  color: rgb(254 203 200 / 40%);
}
.text-comp-badge-red-border\/core-opacity-50 {
  color: rgb(254 203 200 / 50%);
}
.text-comp-badge-red-border\/core-opacity-60 {
  color: rgb(254 203 200 / 60%);
}
.text-comp-badge-red-border\/core-opacity-70 {
  color: rgb(254 203 200 / 70%);
}
.text-comp-badge-red-border\/core-opacity-80 {
  color: rgb(254 203 200 / 80%);
}
.text-comp-badge-red-border\/core-opacity-90 {
  color: rgb(254 203 200 / 90%);
}
.text-comp-badge-red-fg {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-badge-red-fg\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-badge-red-fg\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-badge-red-fg\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-badge-red-fg\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-badge-red-fg\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-badge-red-fg\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-badge-red-fg\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-badge-red-fg\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-badge-red-fg\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-badge-red-fg\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-badge-red-fg\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-badge-red-fg\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-badge-red-fg\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-badge-red-fg\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-badge-red-fg\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-badge-red-fg\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-badge-red-fg\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-badge-red-fg\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-badge-red-fg\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-badge-red-fg\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-badge-red-fg\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-badge-red-fg\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-badge-red-fg\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-badge-red-fg\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-badge-red-fg\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-badge-red-fg\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-badge-red-fg\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-badge-red-status {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-comp-badge-red-status\/0 {
  color: rgb(240 68 56 / 0);
}
.text-comp-badge-red-status\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-comp-badge-red-status\/100 {
  color: rgb(240 68 56 / 1);
}
.text-comp-badge-red-status\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-comp-badge-red-status\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-comp-badge-red-status\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-comp-badge-red-status\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-comp-badge-red-status\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-comp-badge-red-status\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-comp-badge-red-status\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-comp-badge-red-status\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-comp-badge-red-status\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-comp-badge-red-status\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-comp-badge-red-status\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-comp-badge-red-status\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-comp-badge-red-status\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-comp-badge-red-status\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-comp-badge-red-status\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-comp-badge-red-status\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-comp-badge-red-status\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-comp-badge-red-status\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-comp-badge-red-status\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-comp-badge-red-status\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-comp-badge-red-status\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-comp-badge-red-status\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-comp-badge-red-status\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-comp-badge-red-status\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-comp-badge-rose-bg {
  --tw-text-opacity: 1;
  color: rgb(255 240 242 / var(--tw-text-opacity));
}
.text-comp-badge-rose-bg\/0 {
  color: rgb(255 240 242 / 0);
}
.text-comp-badge-rose-bg\/10 {
  color: rgb(255 240 242 / 0.1);
}
.text-comp-badge-rose-bg\/100 {
  color: rgb(255 240 242 / 1);
}
.text-comp-badge-rose-bg\/20 {
  color: rgb(255 240 242 / 0.2);
}
.text-comp-badge-rose-bg\/25 {
  color: rgb(255 240 242 / 0.25);
}
.text-comp-badge-rose-bg\/30 {
  color: rgb(255 240 242 / 0.3);
}
.text-comp-badge-rose-bg\/40 {
  color: rgb(255 240 242 / 0.4);
}
.text-comp-badge-rose-bg\/5 {
  color: rgb(255 240 242 / 0.05);
}
.text-comp-badge-rose-bg\/50 {
  color: rgb(255 240 242 / 0.5);
}
.text-comp-badge-rose-bg\/60 {
  color: rgb(255 240 242 / 0.6);
}
.text-comp-badge-rose-bg\/70 {
  color: rgb(255 240 242 / 0.7);
}
.text-comp-badge-rose-bg\/75 {
  color: rgb(255 240 242 / 0.75);
}
.text-comp-badge-rose-bg\/80 {
  color: rgb(255 240 242 / 0.8);
}
.text-comp-badge-rose-bg\/90 {
  color: rgb(255 240 242 / 0.9);
}
.text-comp-badge-rose-bg\/95 {
  color: rgb(255 240 242 / 0.95);
}
.text-comp-badge-rose-bg\/base-opacity-disabled {
  color: rgb(255 240 242 / 60%);
}
.text-comp-badge-rose-bg\/core-opacity-0 {
  color: rgb(255 240 242 / 0%);
}
.text-comp-badge-rose-bg\/core-opacity-10 {
  color: rgb(255 240 242 / 10%);
}
.text-comp-badge-rose-bg\/core-opacity-100 {
  color: rgb(255 240 242 / 100%);
}
.text-comp-badge-rose-bg\/core-opacity-20 {
  color: rgb(255 240 242 / 20%);
}
.text-comp-badge-rose-bg\/core-opacity-30 {
  color: rgb(255 240 242 / 30%);
}
.text-comp-badge-rose-bg\/core-opacity-40 {
  color: rgb(255 240 242 / 40%);
}
.text-comp-badge-rose-bg\/core-opacity-50 {
  color: rgb(255 240 242 / 50%);
}
.text-comp-badge-rose-bg\/core-opacity-60 {
  color: rgb(255 240 242 / 60%);
}
.text-comp-badge-rose-bg\/core-opacity-70 {
  color: rgb(255 240 242 / 70%);
}
.text-comp-badge-rose-bg\/core-opacity-80 {
  color: rgb(255 240 242 / 80%);
}
.text-comp-badge-rose-bg\/core-opacity-90 {
  color: rgb(255 240 242 / 90%);
}
.text-comp-badge-rose-border {
  --tw-text-opacity: 1;
  color: rgb(254 205 214 / var(--tw-text-opacity));
}
.text-comp-badge-rose-border\/0 {
  color: rgb(254 205 214 / 0);
}
.text-comp-badge-rose-border\/10 {
  color: rgb(254 205 214 / 0.1);
}
.text-comp-badge-rose-border\/100 {
  color: rgb(254 205 214 / 1);
}
.text-comp-badge-rose-border\/20 {
  color: rgb(254 205 214 / 0.2);
}
.text-comp-badge-rose-border\/25 {
  color: rgb(254 205 214 / 0.25);
}
.text-comp-badge-rose-border\/30 {
  color: rgb(254 205 214 / 0.3);
}
.text-comp-badge-rose-border\/40 {
  color: rgb(254 205 214 / 0.4);
}
.text-comp-badge-rose-border\/5 {
  color: rgb(254 205 214 / 0.05);
}
.text-comp-badge-rose-border\/50 {
  color: rgb(254 205 214 / 0.5);
}
.text-comp-badge-rose-border\/60 {
  color: rgb(254 205 214 / 0.6);
}
.text-comp-badge-rose-border\/70 {
  color: rgb(254 205 214 / 0.7);
}
.text-comp-badge-rose-border\/75 {
  color: rgb(254 205 214 / 0.75);
}
.text-comp-badge-rose-border\/80 {
  color: rgb(254 205 214 / 0.8);
}
.text-comp-badge-rose-border\/90 {
  color: rgb(254 205 214 / 0.9);
}
.text-comp-badge-rose-border\/95 {
  color: rgb(254 205 214 / 0.95);
}
.text-comp-badge-rose-border\/base-opacity-disabled {
  color: rgb(254 205 214 / 60%);
}
.text-comp-badge-rose-border\/core-opacity-0 {
  color: rgb(254 205 214 / 0%);
}
.text-comp-badge-rose-border\/core-opacity-10 {
  color: rgb(254 205 214 / 10%);
}
.text-comp-badge-rose-border\/core-opacity-100 {
  color: rgb(254 205 214 / 100%);
}
.text-comp-badge-rose-border\/core-opacity-20 {
  color: rgb(254 205 214 / 20%);
}
.text-comp-badge-rose-border\/core-opacity-30 {
  color: rgb(254 205 214 / 30%);
}
.text-comp-badge-rose-border\/core-opacity-40 {
  color: rgb(254 205 214 / 40%);
}
.text-comp-badge-rose-border\/core-opacity-50 {
  color: rgb(254 205 214 / 50%);
}
.text-comp-badge-rose-border\/core-opacity-60 {
  color: rgb(254 205 214 / 60%);
}
.text-comp-badge-rose-border\/core-opacity-70 {
  color: rgb(254 205 214 / 70%);
}
.text-comp-badge-rose-border\/core-opacity-80 {
  color: rgb(254 205 214 / 80%);
}
.text-comp-badge-rose-border\/core-opacity-90 {
  color: rgb(254 205 214 / 90%);
}
.text-comp-badge-rose-fg {
  --tw-text-opacity: 1;
  color: rgb(228 27 84 / var(--tw-text-opacity));
}
.text-comp-badge-rose-fg\/0 {
  color: rgb(228 27 84 / 0);
}
.text-comp-badge-rose-fg\/10 {
  color: rgb(228 27 84 / 0.1);
}
.text-comp-badge-rose-fg\/100 {
  color: rgb(228 27 84 / 1);
}
.text-comp-badge-rose-fg\/20 {
  color: rgb(228 27 84 / 0.2);
}
.text-comp-badge-rose-fg\/25 {
  color: rgb(228 27 84 / 0.25);
}
.text-comp-badge-rose-fg\/30 {
  color: rgb(228 27 84 / 0.3);
}
.text-comp-badge-rose-fg\/40 {
  color: rgb(228 27 84 / 0.4);
}
.text-comp-badge-rose-fg\/5 {
  color: rgb(228 27 84 / 0.05);
}
.text-comp-badge-rose-fg\/50 {
  color: rgb(228 27 84 / 0.5);
}
.text-comp-badge-rose-fg\/60 {
  color: rgb(228 27 84 / 0.6);
}
.text-comp-badge-rose-fg\/70 {
  color: rgb(228 27 84 / 0.7);
}
.text-comp-badge-rose-fg\/75 {
  color: rgb(228 27 84 / 0.75);
}
.text-comp-badge-rose-fg\/80 {
  color: rgb(228 27 84 / 0.8);
}
.text-comp-badge-rose-fg\/90 {
  color: rgb(228 27 84 / 0.9);
}
.text-comp-badge-rose-fg\/95 {
  color: rgb(228 27 84 / 0.95);
}
.text-comp-badge-rose-fg\/base-opacity-disabled {
  color: rgb(228 27 84 / 60%);
}
.text-comp-badge-rose-fg\/core-opacity-0 {
  color: rgb(228 27 84 / 0%);
}
.text-comp-badge-rose-fg\/core-opacity-10 {
  color: rgb(228 27 84 / 10%);
}
.text-comp-badge-rose-fg\/core-opacity-100 {
  color: rgb(228 27 84 / 100%);
}
.text-comp-badge-rose-fg\/core-opacity-20 {
  color: rgb(228 27 84 / 20%);
}
.text-comp-badge-rose-fg\/core-opacity-30 {
  color: rgb(228 27 84 / 30%);
}
.text-comp-badge-rose-fg\/core-opacity-40 {
  color: rgb(228 27 84 / 40%);
}
.text-comp-badge-rose-fg\/core-opacity-50 {
  color: rgb(228 27 84 / 50%);
}
.text-comp-badge-rose-fg\/core-opacity-60 {
  color: rgb(228 27 84 / 60%);
}
.text-comp-badge-rose-fg\/core-opacity-70 {
  color: rgb(228 27 84 / 70%);
}
.text-comp-badge-rose-fg\/core-opacity-80 {
  color: rgb(228 27 84 / 80%);
}
.text-comp-badge-rose-fg\/core-opacity-90 {
  color: rgb(228 27 84 / 90%);
}
.text-comp-badge-rose-status {
  --tw-text-opacity: 1;
  color: rgb(246 60 103 / var(--tw-text-opacity));
}
.text-comp-badge-rose-status\/0 {
  color: rgb(246 60 103 / 0);
}
.text-comp-badge-rose-status\/10 {
  color: rgb(246 60 103 / 0.1);
}
.text-comp-badge-rose-status\/100 {
  color: rgb(246 60 103 / 1);
}
.text-comp-badge-rose-status\/20 {
  color: rgb(246 60 103 / 0.2);
}
.text-comp-badge-rose-status\/25 {
  color: rgb(246 60 103 / 0.25);
}
.text-comp-badge-rose-status\/30 {
  color: rgb(246 60 103 / 0.3);
}
.text-comp-badge-rose-status\/40 {
  color: rgb(246 60 103 / 0.4);
}
.text-comp-badge-rose-status\/5 {
  color: rgb(246 60 103 / 0.05);
}
.text-comp-badge-rose-status\/50 {
  color: rgb(246 60 103 / 0.5);
}
.text-comp-badge-rose-status\/60 {
  color: rgb(246 60 103 / 0.6);
}
.text-comp-badge-rose-status\/70 {
  color: rgb(246 60 103 / 0.7);
}
.text-comp-badge-rose-status\/75 {
  color: rgb(246 60 103 / 0.75);
}
.text-comp-badge-rose-status\/80 {
  color: rgb(246 60 103 / 0.8);
}
.text-comp-badge-rose-status\/90 {
  color: rgb(246 60 103 / 0.9);
}
.text-comp-badge-rose-status\/95 {
  color: rgb(246 60 103 / 0.95);
}
.text-comp-badge-rose-status\/base-opacity-disabled {
  color: rgb(246 60 103 / 60%);
}
.text-comp-badge-rose-status\/core-opacity-0 {
  color: rgb(246 60 103 / 0%);
}
.text-comp-badge-rose-status\/core-opacity-10 {
  color: rgb(246 60 103 / 10%);
}
.text-comp-badge-rose-status\/core-opacity-100 {
  color: rgb(246 60 103 / 100%);
}
.text-comp-badge-rose-status\/core-opacity-20 {
  color: rgb(246 60 103 / 20%);
}
.text-comp-badge-rose-status\/core-opacity-30 {
  color: rgb(246 60 103 / 30%);
}
.text-comp-badge-rose-status\/core-opacity-40 {
  color: rgb(246 60 103 / 40%);
}
.text-comp-badge-rose-status\/core-opacity-50 {
  color: rgb(246 60 103 / 50%);
}
.text-comp-badge-rose-status\/core-opacity-60 {
  color: rgb(246 60 103 / 60%);
}
.text-comp-badge-rose-status\/core-opacity-70 {
  color: rgb(246 60 103 / 70%);
}
.text-comp-badge-rose-status\/core-opacity-80 {
  color: rgb(246 60 103 / 80%);
}
.text-comp-badge-rose-status\/core-opacity-90 {
  color: rgb(246 60 103 / 90%);
}
.text-comp-badge-teal-bg {
  --tw-text-opacity: 1;
  color: rgb(242 253 250 / var(--tw-text-opacity));
}
.text-comp-badge-teal-bg\/0 {
  color: rgb(242 253 250 / 0);
}
.text-comp-badge-teal-bg\/10 {
  color: rgb(242 253 250 / 0.1);
}
.text-comp-badge-teal-bg\/100 {
  color: rgb(242 253 250 / 1);
}
.text-comp-badge-teal-bg\/20 {
  color: rgb(242 253 250 / 0.2);
}
.text-comp-badge-teal-bg\/25 {
  color: rgb(242 253 250 / 0.25);
}
.text-comp-badge-teal-bg\/30 {
  color: rgb(242 253 250 / 0.3);
}
.text-comp-badge-teal-bg\/40 {
  color: rgb(242 253 250 / 0.4);
}
.text-comp-badge-teal-bg\/5 {
  color: rgb(242 253 250 / 0.05);
}
.text-comp-badge-teal-bg\/50 {
  color: rgb(242 253 250 / 0.5);
}
.text-comp-badge-teal-bg\/60 {
  color: rgb(242 253 250 / 0.6);
}
.text-comp-badge-teal-bg\/70 {
  color: rgb(242 253 250 / 0.7);
}
.text-comp-badge-teal-bg\/75 {
  color: rgb(242 253 250 / 0.75);
}
.text-comp-badge-teal-bg\/80 {
  color: rgb(242 253 250 / 0.8);
}
.text-comp-badge-teal-bg\/90 {
  color: rgb(242 253 250 / 0.9);
}
.text-comp-badge-teal-bg\/95 {
  color: rgb(242 253 250 / 0.95);
}
.text-comp-badge-teal-bg\/base-opacity-disabled {
  color: rgb(242 253 250 / 60%);
}
.text-comp-badge-teal-bg\/core-opacity-0 {
  color: rgb(242 253 250 / 0%);
}
.text-comp-badge-teal-bg\/core-opacity-10 {
  color: rgb(242 253 250 / 10%);
}
.text-comp-badge-teal-bg\/core-opacity-100 {
  color: rgb(242 253 250 / 100%);
}
.text-comp-badge-teal-bg\/core-opacity-20 {
  color: rgb(242 253 250 / 20%);
}
.text-comp-badge-teal-bg\/core-opacity-30 {
  color: rgb(242 253 250 / 30%);
}
.text-comp-badge-teal-bg\/core-opacity-40 {
  color: rgb(242 253 250 / 40%);
}
.text-comp-badge-teal-bg\/core-opacity-50 {
  color: rgb(242 253 250 / 50%);
}
.text-comp-badge-teal-bg\/core-opacity-60 {
  color: rgb(242 253 250 / 60%);
}
.text-comp-badge-teal-bg\/core-opacity-70 {
  color: rgb(242 253 250 / 70%);
}
.text-comp-badge-teal-bg\/core-opacity-80 {
  color: rgb(242 253 250 / 80%);
}
.text-comp-badge-teal-bg\/core-opacity-90 {
  color: rgb(242 253 250 / 90%);
}
.text-comp-badge-teal-border {
  --tw-text-opacity: 1;
  color: rgb(152 246 224 / var(--tw-text-opacity));
}
.text-comp-badge-teal-border\/0 {
  color: rgb(152 246 224 / 0);
}
.text-comp-badge-teal-border\/10 {
  color: rgb(152 246 224 / 0.1);
}
.text-comp-badge-teal-border\/100 {
  color: rgb(152 246 224 / 1);
}
.text-comp-badge-teal-border\/20 {
  color: rgb(152 246 224 / 0.2);
}
.text-comp-badge-teal-border\/25 {
  color: rgb(152 246 224 / 0.25);
}
.text-comp-badge-teal-border\/30 {
  color: rgb(152 246 224 / 0.3);
}
.text-comp-badge-teal-border\/40 {
  color: rgb(152 246 224 / 0.4);
}
.text-comp-badge-teal-border\/5 {
  color: rgb(152 246 224 / 0.05);
}
.text-comp-badge-teal-border\/50 {
  color: rgb(152 246 224 / 0.5);
}
.text-comp-badge-teal-border\/60 {
  color: rgb(152 246 224 / 0.6);
}
.text-comp-badge-teal-border\/70 {
  color: rgb(152 246 224 / 0.7);
}
.text-comp-badge-teal-border\/75 {
  color: rgb(152 246 224 / 0.75);
}
.text-comp-badge-teal-border\/80 {
  color: rgb(152 246 224 / 0.8);
}
.text-comp-badge-teal-border\/90 {
  color: rgb(152 246 224 / 0.9);
}
.text-comp-badge-teal-border\/95 {
  color: rgb(152 246 224 / 0.95);
}
.text-comp-badge-teal-border\/base-opacity-disabled {
  color: rgb(152 246 224 / 60%);
}
.text-comp-badge-teal-border\/core-opacity-0 {
  color: rgb(152 246 224 / 0%);
}
.text-comp-badge-teal-border\/core-opacity-10 {
  color: rgb(152 246 224 / 10%);
}
.text-comp-badge-teal-border\/core-opacity-100 {
  color: rgb(152 246 224 / 100%);
}
.text-comp-badge-teal-border\/core-opacity-20 {
  color: rgb(152 246 224 / 20%);
}
.text-comp-badge-teal-border\/core-opacity-30 {
  color: rgb(152 246 224 / 30%);
}
.text-comp-badge-teal-border\/core-opacity-40 {
  color: rgb(152 246 224 / 40%);
}
.text-comp-badge-teal-border\/core-opacity-50 {
  color: rgb(152 246 224 / 50%);
}
.text-comp-badge-teal-border\/core-opacity-60 {
  color: rgb(152 246 224 / 60%);
}
.text-comp-badge-teal-border\/core-opacity-70 {
  color: rgb(152 246 224 / 70%);
}
.text-comp-badge-teal-border\/core-opacity-80 {
  color: rgb(152 246 224 / 80%);
}
.text-comp-badge-teal-border\/core-opacity-90 {
  color: rgb(152 246 224 / 90%);
}
.text-comp-badge-teal-fg {
  --tw-text-opacity: 1;
  color: rgb(14 149 134 / var(--tw-text-opacity));
}
.text-comp-badge-teal-fg\/0 {
  color: rgb(14 149 134 / 0);
}
.text-comp-badge-teal-fg\/10 {
  color: rgb(14 149 134 / 0.1);
}
.text-comp-badge-teal-fg\/100 {
  color: rgb(14 149 134 / 1);
}
.text-comp-badge-teal-fg\/20 {
  color: rgb(14 149 134 / 0.2);
}
.text-comp-badge-teal-fg\/25 {
  color: rgb(14 149 134 / 0.25);
}
.text-comp-badge-teal-fg\/30 {
  color: rgb(14 149 134 / 0.3);
}
.text-comp-badge-teal-fg\/40 {
  color: rgb(14 149 134 / 0.4);
}
.text-comp-badge-teal-fg\/5 {
  color: rgb(14 149 134 / 0.05);
}
.text-comp-badge-teal-fg\/50 {
  color: rgb(14 149 134 / 0.5);
}
.text-comp-badge-teal-fg\/60 {
  color: rgb(14 149 134 / 0.6);
}
.text-comp-badge-teal-fg\/70 {
  color: rgb(14 149 134 / 0.7);
}
.text-comp-badge-teal-fg\/75 {
  color: rgb(14 149 134 / 0.75);
}
.text-comp-badge-teal-fg\/80 {
  color: rgb(14 149 134 / 0.8);
}
.text-comp-badge-teal-fg\/90 {
  color: rgb(14 149 134 / 0.9);
}
.text-comp-badge-teal-fg\/95 {
  color: rgb(14 149 134 / 0.95);
}
.text-comp-badge-teal-fg\/base-opacity-disabled {
  color: rgb(14 149 134 / 60%);
}
.text-comp-badge-teal-fg\/core-opacity-0 {
  color: rgb(14 149 134 / 0%);
}
.text-comp-badge-teal-fg\/core-opacity-10 {
  color: rgb(14 149 134 / 10%);
}
.text-comp-badge-teal-fg\/core-opacity-100 {
  color: rgb(14 149 134 / 100%);
}
.text-comp-badge-teal-fg\/core-opacity-20 {
  color: rgb(14 149 134 / 20%);
}
.text-comp-badge-teal-fg\/core-opacity-30 {
  color: rgb(14 149 134 / 30%);
}
.text-comp-badge-teal-fg\/core-opacity-40 {
  color: rgb(14 149 134 / 40%);
}
.text-comp-badge-teal-fg\/core-opacity-50 {
  color: rgb(14 149 134 / 50%);
}
.text-comp-badge-teal-fg\/core-opacity-60 {
  color: rgb(14 149 134 / 60%);
}
.text-comp-badge-teal-fg\/core-opacity-70 {
  color: rgb(14 149 134 / 70%);
}
.text-comp-badge-teal-fg\/core-opacity-80 {
  color: rgb(14 149 134 / 80%);
}
.text-comp-badge-teal-fg\/core-opacity-90 {
  color: rgb(14 149 134 / 90%);
}
.text-comp-badge-teal-status {
  --tw-text-opacity: 1;
  color: rgb(21 183 158 / var(--tw-text-opacity));
}
.text-comp-badge-teal-status\/0 {
  color: rgb(21 183 158 / 0);
}
.text-comp-badge-teal-status\/10 {
  color: rgb(21 183 158 / 0.1);
}
.text-comp-badge-teal-status\/100 {
  color: rgb(21 183 158 / 1);
}
.text-comp-badge-teal-status\/20 {
  color: rgb(21 183 158 / 0.2);
}
.text-comp-badge-teal-status\/25 {
  color: rgb(21 183 158 / 0.25);
}
.text-comp-badge-teal-status\/30 {
  color: rgb(21 183 158 / 0.3);
}
.text-comp-badge-teal-status\/40 {
  color: rgb(21 183 158 / 0.4);
}
.text-comp-badge-teal-status\/5 {
  color: rgb(21 183 158 / 0.05);
}
.text-comp-badge-teal-status\/50 {
  color: rgb(21 183 158 / 0.5);
}
.text-comp-badge-teal-status\/60 {
  color: rgb(21 183 158 / 0.6);
}
.text-comp-badge-teal-status\/70 {
  color: rgb(21 183 158 / 0.7);
}
.text-comp-badge-teal-status\/75 {
  color: rgb(21 183 158 / 0.75);
}
.text-comp-badge-teal-status\/80 {
  color: rgb(21 183 158 / 0.8);
}
.text-comp-badge-teal-status\/90 {
  color: rgb(21 183 158 / 0.9);
}
.text-comp-badge-teal-status\/95 {
  color: rgb(21 183 158 / 0.95);
}
.text-comp-badge-teal-status\/base-opacity-disabled {
  color: rgb(21 183 158 / 60%);
}
.text-comp-badge-teal-status\/core-opacity-0 {
  color: rgb(21 183 158 / 0%);
}
.text-comp-badge-teal-status\/core-opacity-10 {
  color: rgb(21 183 158 / 10%);
}
.text-comp-badge-teal-status\/core-opacity-100 {
  color: rgb(21 183 158 / 100%);
}
.text-comp-badge-teal-status\/core-opacity-20 {
  color: rgb(21 183 158 / 20%);
}
.text-comp-badge-teal-status\/core-opacity-30 {
  color: rgb(21 183 158 / 30%);
}
.text-comp-badge-teal-status\/core-opacity-40 {
  color: rgb(21 183 158 / 40%);
}
.text-comp-badge-teal-status\/core-opacity-50 {
  color: rgb(21 183 158 / 50%);
}
.text-comp-badge-teal-status\/core-opacity-60 {
  color: rgb(21 183 158 / 60%);
}
.text-comp-badge-teal-status\/core-opacity-70 {
  color: rgb(21 183 158 / 70%);
}
.text-comp-badge-teal-status\/core-opacity-80 {
  color: rgb(21 183 158 / 80%);
}
.text-comp-badge-teal-status\/core-opacity-90 {
  color: rgb(21 183 158 / 90%);
}
.text-comp-badge-violet-bg {
  --tw-text-opacity: 1;
  color: rgb(247 245 255 / var(--tw-text-opacity));
}
.text-comp-badge-violet-bg\/0 {
  color: rgb(247 245 255 / 0);
}
.text-comp-badge-violet-bg\/10 {
  color: rgb(247 245 255 / 0.1);
}
.text-comp-badge-violet-bg\/100 {
  color: rgb(247 245 255 / 1);
}
.text-comp-badge-violet-bg\/20 {
  color: rgb(247 245 255 / 0.2);
}
.text-comp-badge-violet-bg\/25 {
  color: rgb(247 245 255 / 0.25);
}
.text-comp-badge-violet-bg\/30 {
  color: rgb(247 245 255 / 0.3);
}
.text-comp-badge-violet-bg\/40 {
  color: rgb(247 245 255 / 0.4);
}
.text-comp-badge-violet-bg\/5 {
  color: rgb(247 245 255 / 0.05);
}
.text-comp-badge-violet-bg\/50 {
  color: rgb(247 245 255 / 0.5);
}
.text-comp-badge-violet-bg\/60 {
  color: rgb(247 245 255 / 0.6);
}
.text-comp-badge-violet-bg\/70 {
  color: rgb(247 245 255 / 0.7);
}
.text-comp-badge-violet-bg\/75 {
  color: rgb(247 245 255 / 0.75);
}
.text-comp-badge-violet-bg\/80 {
  color: rgb(247 245 255 / 0.8);
}
.text-comp-badge-violet-bg\/90 {
  color: rgb(247 245 255 / 0.9);
}
.text-comp-badge-violet-bg\/95 {
  color: rgb(247 245 255 / 0.95);
}
.text-comp-badge-violet-bg\/base-opacity-disabled {
  color: rgb(247 245 255 / 60%);
}
.text-comp-badge-violet-bg\/core-opacity-0 {
  color: rgb(247 245 255 / 0%);
}
.text-comp-badge-violet-bg\/core-opacity-10 {
  color: rgb(247 245 255 / 10%);
}
.text-comp-badge-violet-bg\/core-opacity-100 {
  color: rgb(247 245 255 / 100%);
}
.text-comp-badge-violet-bg\/core-opacity-20 {
  color: rgb(247 245 255 / 20%);
}
.text-comp-badge-violet-bg\/core-opacity-30 {
  color: rgb(247 245 255 / 30%);
}
.text-comp-badge-violet-bg\/core-opacity-40 {
  color: rgb(247 245 255 / 40%);
}
.text-comp-badge-violet-bg\/core-opacity-50 {
  color: rgb(247 245 255 / 50%);
}
.text-comp-badge-violet-bg\/core-opacity-60 {
  color: rgb(247 245 255 / 60%);
}
.text-comp-badge-violet-bg\/core-opacity-70 {
  color: rgb(247 245 255 / 70%);
}
.text-comp-badge-violet-bg\/core-opacity-80 {
  color: rgb(247 245 255 / 80%);
}
.text-comp-badge-violet-bg\/core-opacity-90 {
  color: rgb(247 245 255 / 90%);
}
.text-comp-badge-violet-border {
  --tw-text-opacity: 1;
  color: rgb(222 215 254 / var(--tw-text-opacity));
}
.text-comp-badge-violet-border\/0 {
  color: rgb(222 215 254 / 0);
}
.text-comp-badge-violet-border\/10 {
  color: rgb(222 215 254 / 0.1);
}
.text-comp-badge-violet-border\/100 {
  color: rgb(222 215 254 / 1);
}
.text-comp-badge-violet-border\/20 {
  color: rgb(222 215 254 / 0.2);
}
.text-comp-badge-violet-border\/25 {
  color: rgb(222 215 254 / 0.25);
}
.text-comp-badge-violet-border\/30 {
  color: rgb(222 215 254 / 0.3);
}
.text-comp-badge-violet-border\/40 {
  color: rgb(222 215 254 / 0.4);
}
.text-comp-badge-violet-border\/5 {
  color: rgb(222 215 254 / 0.05);
}
.text-comp-badge-violet-border\/50 {
  color: rgb(222 215 254 / 0.5);
}
.text-comp-badge-violet-border\/60 {
  color: rgb(222 215 254 / 0.6);
}
.text-comp-badge-violet-border\/70 {
  color: rgb(222 215 254 / 0.7);
}
.text-comp-badge-violet-border\/75 {
  color: rgb(222 215 254 / 0.75);
}
.text-comp-badge-violet-border\/80 {
  color: rgb(222 215 254 / 0.8);
}
.text-comp-badge-violet-border\/90 {
  color: rgb(222 215 254 / 0.9);
}
.text-comp-badge-violet-border\/95 {
  color: rgb(222 215 254 / 0.95);
}
.text-comp-badge-violet-border\/base-opacity-disabled {
  color: rgb(222 215 254 / 60%);
}
.text-comp-badge-violet-border\/core-opacity-0 {
  color: rgb(222 215 254 / 0%);
}
.text-comp-badge-violet-border\/core-opacity-10 {
  color: rgb(222 215 254 / 10%);
}
.text-comp-badge-violet-border\/core-opacity-100 {
  color: rgb(222 215 254 / 100%);
}
.text-comp-badge-violet-border\/core-opacity-20 {
  color: rgb(222 215 254 / 20%);
}
.text-comp-badge-violet-border\/core-opacity-30 {
  color: rgb(222 215 254 / 30%);
}
.text-comp-badge-violet-border\/core-opacity-40 {
  color: rgb(222 215 254 / 40%);
}
.text-comp-badge-violet-border\/core-opacity-50 {
  color: rgb(222 215 254 / 50%);
}
.text-comp-badge-violet-border\/core-opacity-60 {
  color: rgb(222 215 254 / 60%);
}
.text-comp-badge-violet-border\/core-opacity-70 {
  color: rgb(222 215 254 / 70%);
}
.text-comp-badge-violet-border\/core-opacity-80 {
  color: rgb(222 215 254 / 80%);
}
.text-comp-badge-violet-border\/core-opacity-90 {
  color: rgb(222 215 254 / 90%);
}
.text-comp-badge-violet-fg {
  --tw-text-opacity: 1;
  color: rgb(121 58 238 / var(--tw-text-opacity));
}
.text-comp-badge-violet-fg\/0 {
  color: rgb(121 58 238 / 0);
}
.text-comp-badge-violet-fg\/10 {
  color: rgb(121 58 238 / 0.1);
}
.text-comp-badge-violet-fg\/100 {
  color: rgb(121 58 238 / 1);
}
.text-comp-badge-violet-fg\/20 {
  color: rgb(121 58 238 / 0.2);
}
.text-comp-badge-violet-fg\/25 {
  color: rgb(121 58 238 / 0.25);
}
.text-comp-badge-violet-fg\/30 {
  color: rgb(121 58 238 / 0.3);
}
.text-comp-badge-violet-fg\/40 {
  color: rgb(121 58 238 / 0.4);
}
.text-comp-badge-violet-fg\/5 {
  color: rgb(121 58 238 / 0.05);
}
.text-comp-badge-violet-fg\/50 {
  color: rgb(121 58 238 / 0.5);
}
.text-comp-badge-violet-fg\/60 {
  color: rgb(121 58 238 / 0.6);
}
.text-comp-badge-violet-fg\/70 {
  color: rgb(121 58 238 / 0.7);
}
.text-comp-badge-violet-fg\/75 {
  color: rgb(121 58 238 / 0.75);
}
.text-comp-badge-violet-fg\/80 {
  color: rgb(121 58 238 / 0.8);
}
.text-comp-badge-violet-fg\/90 {
  color: rgb(121 58 238 / 0.9);
}
.text-comp-badge-violet-fg\/95 {
  color: rgb(121 58 238 / 0.95);
}
.text-comp-badge-violet-fg\/base-opacity-disabled {
  color: rgb(121 58 238 / 60%);
}
.text-comp-badge-violet-fg\/core-opacity-0 {
  color: rgb(121 58 238 / 0%);
}
.text-comp-badge-violet-fg\/core-opacity-10 {
  color: rgb(121 58 238 / 10%);
}
.text-comp-badge-violet-fg\/core-opacity-100 {
  color: rgb(121 58 238 / 100%);
}
.text-comp-badge-violet-fg\/core-opacity-20 {
  color: rgb(121 58 238 / 20%);
}
.text-comp-badge-violet-fg\/core-opacity-30 {
  color: rgb(121 58 238 / 30%);
}
.text-comp-badge-violet-fg\/core-opacity-40 {
  color: rgb(121 58 238 / 40%);
}
.text-comp-badge-violet-fg\/core-opacity-50 {
  color: rgb(121 58 238 / 50%);
}
.text-comp-badge-violet-fg\/core-opacity-60 {
  color: rgb(121 58 238 / 60%);
}
.text-comp-badge-violet-fg\/core-opacity-70 {
  color: rgb(121 58 238 / 70%);
}
.text-comp-badge-violet-fg\/core-opacity-80 {
  color: rgb(121 58 238 / 80%);
}
.text-comp-badge-violet-fg\/core-opacity-90 {
  color: rgb(121 58 238 / 90%);
}
.text-comp-badge-violet-status {
  --tw-text-opacity: 1;
  color: rgb(134 89 247 / var(--tw-text-opacity));
}
.text-comp-badge-violet-status\/0 {
  color: rgb(134 89 247 / 0);
}
.text-comp-badge-violet-status\/10 {
  color: rgb(134 89 247 / 0.1);
}
.text-comp-badge-violet-status\/100 {
  color: rgb(134 89 247 / 1);
}
.text-comp-badge-violet-status\/20 {
  color: rgb(134 89 247 / 0.2);
}
.text-comp-badge-violet-status\/25 {
  color: rgb(134 89 247 / 0.25);
}
.text-comp-badge-violet-status\/30 {
  color: rgb(134 89 247 / 0.3);
}
.text-comp-badge-violet-status\/40 {
  color: rgb(134 89 247 / 0.4);
}
.text-comp-badge-violet-status\/5 {
  color: rgb(134 89 247 / 0.05);
}
.text-comp-badge-violet-status\/50 {
  color: rgb(134 89 247 / 0.5);
}
.text-comp-badge-violet-status\/60 {
  color: rgb(134 89 247 / 0.6);
}
.text-comp-badge-violet-status\/70 {
  color: rgb(134 89 247 / 0.7);
}
.text-comp-badge-violet-status\/75 {
  color: rgb(134 89 247 / 0.75);
}
.text-comp-badge-violet-status\/80 {
  color: rgb(134 89 247 / 0.8);
}
.text-comp-badge-violet-status\/90 {
  color: rgb(134 89 247 / 0.9);
}
.text-comp-badge-violet-status\/95 {
  color: rgb(134 89 247 / 0.95);
}
.text-comp-badge-violet-status\/base-opacity-disabled {
  color: rgb(134 89 247 / 60%);
}
.text-comp-badge-violet-status\/core-opacity-0 {
  color: rgb(134 89 247 / 0%);
}
.text-comp-badge-violet-status\/core-opacity-10 {
  color: rgb(134 89 247 / 10%);
}
.text-comp-badge-violet-status\/core-opacity-100 {
  color: rgb(134 89 247 / 100%);
}
.text-comp-badge-violet-status\/core-opacity-20 {
  color: rgb(134 89 247 / 20%);
}
.text-comp-badge-violet-status\/core-opacity-30 {
  color: rgb(134 89 247 / 30%);
}
.text-comp-badge-violet-status\/core-opacity-40 {
  color: rgb(134 89 247 / 40%);
}
.text-comp-badge-violet-status\/core-opacity-50 {
  color: rgb(134 89 247 / 50%);
}
.text-comp-badge-violet-status\/core-opacity-60 {
  color: rgb(134 89 247 / 60%);
}
.text-comp-badge-violet-status\/core-opacity-70 {
  color: rgb(134 89 247 / 70%);
}
.text-comp-badge-violet-status\/core-opacity-80 {
  color: rgb(134 89 247 / 80%);
}
.text-comp-badge-violet-status\/core-opacity-90 {
  color: rgb(134 89 247 / 90%);
}
.text-comp-badge-yellow-bg {
  --tw-text-opacity: 1;
  color: rgb(255 250 235 / var(--tw-text-opacity));
}
.text-comp-badge-yellow-bg\/0 {
  color: rgb(255 250 235 / 0);
}
.text-comp-badge-yellow-bg\/10 {
  color: rgb(255 250 235 / 0.1);
}
.text-comp-badge-yellow-bg\/100 {
  color: rgb(255 250 235 / 1);
}
.text-comp-badge-yellow-bg\/20 {
  color: rgb(255 250 235 / 0.2);
}
.text-comp-badge-yellow-bg\/25 {
  color: rgb(255 250 235 / 0.25);
}
.text-comp-badge-yellow-bg\/30 {
  color: rgb(255 250 235 / 0.3);
}
.text-comp-badge-yellow-bg\/40 {
  color: rgb(255 250 235 / 0.4);
}
.text-comp-badge-yellow-bg\/5 {
  color: rgb(255 250 235 / 0.05);
}
.text-comp-badge-yellow-bg\/50 {
  color: rgb(255 250 235 / 0.5);
}
.text-comp-badge-yellow-bg\/60 {
  color: rgb(255 250 235 / 0.6);
}
.text-comp-badge-yellow-bg\/70 {
  color: rgb(255 250 235 / 0.7);
}
.text-comp-badge-yellow-bg\/75 {
  color: rgb(255 250 235 / 0.75);
}
.text-comp-badge-yellow-bg\/80 {
  color: rgb(255 250 235 / 0.8);
}
.text-comp-badge-yellow-bg\/90 {
  color: rgb(255 250 235 / 0.9);
}
.text-comp-badge-yellow-bg\/95 {
  color: rgb(255 250 235 / 0.95);
}
.text-comp-badge-yellow-bg\/base-opacity-disabled {
  color: rgb(255 250 235 / 60%);
}
.text-comp-badge-yellow-bg\/core-opacity-0 {
  color: rgb(255 250 235 / 0%);
}
.text-comp-badge-yellow-bg\/core-opacity-10 {
  color: rgb(255 250 235 / 10%);
}
.text-comp-badge-yellow-bg\/core-opacity-100 {
  color: rgb(255 250 235 / 100%);
}
.text-comp-badge-yellow-bg\/core-opacity-20 {
  color: rgb(255 250 235 / 20%);
}
.text-comp-badge-yellow-bg\/core-opacity-30 {
  color: rgb(255 250 235 / 30%);
}
.text-comp-badge-yellow-bg\/core-opacity-40 {
  color: rgb(255 250 235 / 40%);
}
.text-comp-badge-yellow-bg\/core-opacity-50 {
  color: rgb(255 250 235 / 50%);
}
.text-comp-badge-yellow-bg\/core-opacity-60 {
  color: rgb(255 250 235 / 60%);
}
.text-comp-badge-yellow-bg\/core-opacity-70 {
  color: rgb(255 250 235 / 70%);
}
.text-comp-badge-yellow-bg\/core-opacity-80 {
  color: rgb(255 250 235 / 80%);
}
.text-comp-badge-yellow-bg\/core-opacity-90 {
  color: rgb(255 250 235 / 90%);
}
.text-comp-badge-yellow-border {
  --tw-text-opacity: 1;
  color: rgb(254 223 139 / var(--tw-text-opacity));
}
.text-comp-badge-yellow-border\/0 {
  color: rgb(254 223 139 / 0);
}
.text-comp-badge-yellow-border\/10 {
  color: rgb(254 223 139 / 0.1);
}
.text-comp-badge-yellow-border\/100 {
  color: rgb(254 223 139 / 1);
}
.text-comp-badge-yellow-border\/20 {
  color: rgb(254 223 139 / 0.2);
}
.text-comp-badge-yellow-border\/25 {
  color: rgb(254 223 139 / 0.25);
}
.text-comp-badge-yellow-border\/30 {
  color: rgb(254 223 139 / 0.3);
}
.text-comp-badge-yellow-border\/40 {
  color: rgb(254 223 139 / 0.4);
}
.text-comp-badge-yellow-border\/5 {
  color: rgb(254 223 139 / 0.05);
}
.text-comp-badge-yellow-border\/50 {
  color: rgb(254 223 139 / 0.5);
}
.text-comp-badge-yellow-border\/60 {
  color: rgb(254 223 139 / 0.6);
}
.text-comp-badge-yellow-border\/70 {
  color: rgb(254 223 139 / 0.7);
}
.text-comp-badge-yellow-border\/75 {
  color: rgb(254 223 139 / 0.75);
}
.text-comp-badge-yellow-border\/80 {
  color: rgb(254 223 139 / 0.8);
}
.text-comp-badge-yellow-border\/90 {
  color: rgb(254 223 139 / 0.9);
}
.text-comp-badge-yellow-border\/95 {
  color: rgb(254 223 139 / 0.95);
}
.text-comp-badge-yellow-border\/base-opacity-disabled {
  color: rgb(254 223 139 / 60%);
}
.text-comp-badge-yellow-border\/core-opacity-0 {
  color: rgb(254 223 139 / 0%);
}
.text-comp-badge-yellow-border\/core-opacity-10 {
  color: rgb(254 223 139 / 10%);
}
.text-comp-badge-yellow-border\/core-opacity-100 {
  color: rgb(254 223 139 / 100%);
}
.text-comp-badge-yellow-border\/core-opacity-20 {
  color: rgb(254 223 139 / 20%);
}
.text-comp-badge-yellow-border\/core-opacity-30 {
  color: rgb(254 223 139 / 30%);
}
.text-comp-badge-yellow-border\/core-opacity-40 {
  color: rgb(254 223 139 / 40%);
}
.text-comp-badge-yellow-border\/core-opacity-50 {
  color: rgb(254 223 139 / 50%);
}
.text-comp-badge-yellow-border\/core-opacity-60 {
  color: rgb(254 223 139 / 60%);
}
.text-comp-badge-yellow-border\/core-opacity-70 {
  color: rgb(254 223 139 / 70%);
}
.text-comp-badge-yellow-border\/core-opacity-80 {
  color: rgb(254 223 139 / 80%);
}
.text-comp-badge-yellow-border\/core-opacity-90 {
  color: rgb(254 223 139 / 90%);
}
.text-comp-badge-yellow-fg {
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.text-comp-badge-yellow-fg\/0 {
  color: rgb(221 105 3 / 0);
}
.text-comp-badge-yellow-fg\/10 {
  color: rgb(221 105 3 / 0.1);
}
.text-comp-badge-yellow-fg\/100 {
  color: rgb(221 105 3 / 1);
}
.text-comp-badge-yellow-fg\/20 {
  color: rgb(221 105 3 / 0.2);
}
.text-comp-badge-yellow-fg\/25 {
  color: rgb(221 105 3 / 0.25);
}
.text-comp-badge-yellow-fg\/30 {
  color: rgb(221 105 3 / 0.3);
}
.text-comp-badge-yellow-fg\/40 {
  color: rgb(221 105 3 / 0.4);
}
.text-comp-badge-yellow-fg\/5 {
  color: rgb(221 105 3 / 0.05);
}
.text-comp-badge-yellow-fg\/50 {
  color: rgb(221 105 3 / 0.5);
}
.text-comp-badge-yellow-fg\/60 {
  color: rgb(221 105 3 / 0.6);
}
.text-comp-badge-yellow-fg\/70 {
  color: rgb(221 105 3 / 0.7);
}
.text-comp-badge-yellow-fg\/75 {
  color: rgb(221 105 3 / 0.75);
}
.text-comp-badge-yellow-fg\/80 {
  color: rgb(221 105 3 / 0.8);
}
.text-comp-badge-yellow-fg\/90 {
  color: rgb(221 105 3 / 0.9);
}
.text-comp-badge-yellow-fg\/95 {
  color: rgb(221 105 3 / 0.95);
}
.text-comp-badge-yellow-fg\/base-opacity-disabled {
  color: rgb(221 105 3 / 60%);
}
.text-comp-badge-yellow-fg\/core-opacity-0 {
  color: rgb(221 105 3 / 0%);
}
.text-comp-badge-yellow-fg\/core-opacity-10 {
  color: rgb(221 105 3 / 10%);
}
.text-comp-badge-yellow-fg\/core-opacity-100 {
  color: rgb(221 105 3 / 100%);
}
.text-comp-badge-yellow-fg\/core-opacity-20 {
  color: rgb(221 105 3 / 20%);
}
.text-comp-badge-yellow-fg\/core-opacity-30 {
  color: rgb(221 105 3 / 30%);
}
.text-comp-badge-yellow-fg\/core-opacity-40 {
  color: rgb(221 105 3 / 40%);
}
.text-comp-badge-yellow-fg\/core-opacity-50 {
  color: rgb(221 105 3 / 50%);
}
.text-comp-badge-yellow-fg\/core-opacity-60 {
  color: rgb(221 105 3 / 60%);
}
.text-comp-badge-yellow-fg\/core-opacity-70 {
  color: rgb(221 105 3 / 70%);
}
.text-comp-badge-yellow-fg\/core-opacity-80 {
  color: rgb(221 105 3 / 80%);
}
.text-comp-badge-yellow-fg\/core-opacity-90 {
  color: rgb(221 105 3 / 90%);
}
.text-comp-badge-yellow-status {
  --tw-text-opacity: 1;
  color: rgb(247 143 8 / var(--tw-text-opacity));
}
.text-comp-badge-yellow-status\/0 {
  color: rgb(247 143 8 / 0);
}
.text-comp-badge-yellow-status\/10 {
  color: rgb(247 143 8 / 0.1);
}
.text-comp-badge-yellow-status\/100 {
  color: rgb(247 143 8 / 1);
}
.text-comp-badge-yellow-status\/20 {
  color: rgb(247 143 8 / 0.2);
}
.text-comp-badge-yellow-status\/25 {
  color: rgb(247 143 8 / 0.25);
}
.text-comp-badge-yellow-status\/30 {
  color: rgb(247 143 8 / 0.3);
}
.text-comp-badge-yellow-status\/40 {
  color: rgb(247 143 8 / 0.4);
}
.text-comp-badge-yellow-status\/5 {
  color: rgb(247 143 8 / 0.05);
}
.text-comp-badge-yellow-status\/50 {
  color: rgb(247 143 8 / 0.5);
}
.text-comp-badge-yellow-status\/60 {
  color: rgb(247 143 8 / 0.6);
}
.text-comp-badge-yellow-status\/70 {
  color: rgb(247 143 8 / 0.7);
}
.text-comp-badge-yellow-status\/75 {
  color: rgb(247 143 8 / 0.75);
}
.text-comp-badge-yellow-status\/80 {
  color: rgb(247 143 8 / 0.8);
}
.text-comp-badge-yellow-status\/90 {
  color: rgb(247 143 8 / 0.9);
}
.text-comp-badge-yellow-status\/95 {
  color: rgb(247 143 8 / 0.95);
}
.text-comp-badge-yellow-status\/base-opacity-disabled {
  color: rgb(247 143 8 / 60%);
}
.text-comp-badge-yellow-status\/core-opacity-0 {
  color: rgb(247 143 8 / 0%);
}
.text-comp-badge-yellow-status\/core-opacity-10 {
  color: rgb(247 143 8 / 10%);
}
.text-comp-badge-yellow-status\/core-opacity-100 {
  color: rgb(247 143 8 / 100%);
}
.text-comp-badge-yellow-status\/core-opacity-20 {
  color: rgb(247 143 8 / 20%);
}
.text-comp-badge-yellow-status\/core-opacity-30 {
  color: rgb(247 143 8 / 30%);
}
.text-comp-badge-yellow-status\/core-opacity-40 {
  color: rgb(247 143 8 / 40%);
}
.text-comp-badge-yellow-status\/core-opacity-50 {
  color: rgb(247 143 8 / 50%);
}
.text-comp-badge-yellow-status\/core-opacity-60 {
  color: rgb(247 143 8 / 60%);
}
.text-comp-badge-yellow-status\/core-opacity-70 {
  color: rgb(247 143 8 / 70%);
}
.text-comp-badge-yellow-status\/core-opacity-80 {
  color: rgb(247 143 8 / 80%);
}
.text-comp-badge-yellow-status\/core-opacity-90 {
  color: rgb(247 143 8 / 90%);
}
.text-comp-button-color-danger-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-enabled-bg\/0 {
  color: rgb(240 68 56 / 0);
}
.text-comp-button-color-danger-enabled-bg\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-comp-button-color-danger-enabled-bg\/100 {
  color: rgb(240 68 56 / 1);
}
.text-comp-button-color-danger-enabled-bg\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-comp-button-color-danger-enabled-bg\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-comp-button-color-danger-enabled-bg\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-comp-button-color-danger-enabled-bg\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-comp-button-color-danger-enabled-bg\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-comp-button-color-danger-enabled-bg\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-comp-button-color-danger-enabled-bg\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-comp-button-color-danger-enabled-bg\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-comp-button-color-danger-enabled-bg\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-comp-button-color-danger-enabled-bg\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-comp-button-color-danger-enabled-bg\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-comp-button-color-danger-enabled-bg\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-comp-button-color-danger-enabled-bg\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-comp-button-color-danger-enabled-border {
  color: #00000000;
}
.text-comp-button-color-danger-enabled-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-danger-enabled-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-danger-enabled-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-danger-enabled-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-danger-enabled-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-danger-enabled-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-danger-enabled-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-danger-enabled-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-danger-enabled-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-danger-enabled-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-danger-enabled-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-danger-enabled-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-danger-enabled-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-danger-enabled-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-danger-enabled-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-danger-enabled-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-danger-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-enabled-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-danger-enabled-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-danger-enabled-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-danger-enabled-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-danger-enabled-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-danger-enabled-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-danger-enabled-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-danger-enabled-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-danger-enabled-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-danger-enabled-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-danger-enabled-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-danger-enabled-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-danger-enabled-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-danger-enabled-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-danger-enabled-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-danger-enabled-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-danger-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-focused-bg\/0 {
  color: rgb(240 68 56 / 0);
}
.text-comp-button-color-danger-focused-bg\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-comp-button-color-danger-focused-bg\/100 {
  color: rgb(240 68 56 / 1);
}
.text-comp-button-color-danger-focused-bg\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-comp-button-color-danger-focused-bg\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-comp-button-color-danger-focused-bg\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-comp-button-color-danger-focused-bg\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-comp-button-color-danger-focused-bg\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-comp-button-color-danger-focused-bg\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-comp-button-color-danger-focused-bg\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-comp-button-color-danger-focused-bg\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-comp-button-color-danger-focused-bg\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-comp-button-color-danger-focused-bg\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-comp-button-color-danger-focused-bg\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-comp-button-color-danger-focused-bg\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-comp-button-color-danger-focused-bg\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-comp-button-color-danger-focused-border {
  color: #00000000;
}
.text-comp-button-color-danger-focused-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-danger-focused-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-danger-focused-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-danger-focused-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-danger-focused-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-danger-focused-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-danger-focused-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-danger-focused-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-danger-focused-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-danger-focused-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-danger-focused-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-danger-focused-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-danger-focused-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-danger-focused-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-danger-focused-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-danger-focused-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-danger-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-focused-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-danger-focused-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-danger-focused-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-danger-focused-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-danger-focused-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-danger-focused-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-danger-focused-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-danger-focused-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-danger-focused-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-danger-focused-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-danger-focused-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-danger-focused-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-danger-focused-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-danger-focused-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-danger-focused-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-danger-focused-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-danger-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-hover-bg\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-button-color-danger-hover-bg\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-button-color-danger-hover-bg\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-button-color-danger-hover-bg\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-button-color-danger-hover-bg\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-button-color-danger-hover-bg\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-button-color-danger-hover-bg\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-button-color-danger-hover-bg\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-button-color-danger-hover-bg\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-button-color-danger-hover-bg\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-button-color-danger-hover-bg\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-button-color-danger-hover-bg\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-button-color-danger-hover-bg\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-button-color-danger-hover-bg\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-button-color-danger-hover-bg\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-button-color-danger-hover-bg\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-button-color-danger-hover-border {
  color: #00000000;
}
.text-comp-button-color-danger-hover-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-danger-hover-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-danger-hover-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-danger-hover-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-danger-hover-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-danger-hover-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-danger-hover-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-danger-hover-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-danger-hover-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-danger-hover-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-danger-hover-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-danger-hover-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-danger-hover-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-danger-hover-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-danger-hover-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-danger-hover-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-danger-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-hover-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-danger-hover-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-danger-hover-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-danger-hover-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-danger-hover-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-danger-hover-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-danger-hover-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-danger-hover-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-danger-hover-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-danger-hover-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-danger-hover-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-danger-hover-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-danger-hover-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-danger-hover-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-danger-hover-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-danger-hover-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-danger-pressed-bg {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-pressed-bg\/0 {
  color: rgb(180 35 24 / 0);
}
.text-comp-button-color-danger-pressed-bg\/10 {
  color: rgb(180 35 24 / 0.1);
}
.text-comp-button-color-danger-pressed-bg\/100 {
  color: rgb(180 35 24 / 1);
}
.text-comp-button-color-danger-pressed-bg\/20 {
  color: rgb(180 35 24 / 0.2);
}
.text-comp-button-color-danger-pressed-bg\/25 {
  color: rgb(180 35 24 / 0.25);
}
.text-comp-button-color-danger-pressed-bg\/30 {
  color: rgb(180 35 24 / 0.3);
}
.text-comp-button-color-danger-pressed-bg\/40 {
  color: rgb(180 35 24 / 0.4);
}
.text-comp-button-color-danger-pressed-bg\/5 {
  color: rgb(180 35 24 / 0.05);
}
.text-comp-button-color-danger-pressed-bg\/50 {
  color: rgb(180 35 24 / 0.5);
}
.text-comp-button-color-danger-pressed-bg\/60 {
  color: rgb(180 35 24 / 0.6);
}
.text-comp-button-color-danger-pressed-bg\/70 {
  color: rgb(180 35 24 / 0.7);
}
.text-comp-button-color-danger-pressed-bg\/75 {
  color: rgb(180 35 24 / 0.75);
}
.text-comp-button-color-danger-pressed-bg\/80 {
  color: rgb(180 35 24 / 0.8);
}
.text-comp-button-color-danger-pressed-bg\/90 {
  color: rgb(180 35 24 / 0.9);
}
.text-comp-button-color-danger-pressed-bg\/95 {
  color: rgb(180 35 24 / 0.95);
}
.text-comp-button-color-danger-pressed-bg\/base-opacity-disabled {
  color: rgb(180 35 24 / 60%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-0 {
  color: rgb(180 35 24 / 0%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-10 {
  color: rgb(180 35 24 / 10%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-100 {
  color: rgb(180 35 24 / 100%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-20 {
  color: rgb(180 35 24 / 20%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-30 {
  color: rgb(180 35 24 / 30%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-40 {
  color: rgb(180 35 24 / 40%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-50 {
  color: rgb(180 35 24 / 50%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-60 {
  color: rgb(180 35 24 / 60%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-70 {
  color: rgb(180 35 24 / 70%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-80 {
  color: rgb(180 35 24 / 80%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-90 {
  color: rgb(180 35 24 / 90%);
}
.text-comp-button-color-danger-pressed-border {
  color: #00000000;
}
.text-comp-button-color-danger-pressed-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-danger-pressed-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-danger-pressed-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-danger-pressed-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-danger-pressed-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-danger-pressed-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-danger-pressed-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-danger-pressed-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-danger-pressed-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-danger-pressed-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-danger-pressed-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-danger-pressed-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-danger-pressed-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-danger-pressed-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-danger-pressed-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-danger-pressed-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-danger-pressed-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-pressed-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-danger-pressed-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-danger-pressed-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-danger-pressed-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-danger-pressed-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-danger-pressed-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-danger-pressed-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-danger-pressed-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-danger-pressed-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-danger-pressed-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-danger-pressed-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-danger-pressed-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-danger-pressed-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-danger-pressed-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-danger-pressed-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-danger-pressed-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-ghost-enabled-bg {
  color: #00000000;
}
.text-comp-button-color-ghost-enabled-bg\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-ghost-enabled-bg\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-ghost-enabled-bg\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-ghost-enabled-bg\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-ghost-enabled-bg\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-ghost-enabled-bg\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-ghost-enabled-bg\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-ghost-enabled-bg\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-ghost-enabled-bg\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-ghost-enabled-bg\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-ghost-enabled-bg\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-ghost-enabled-bg\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-ghost-enabled-bg\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-ghost-enabled-bg\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-ghost-enabled-bg\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-ghost-enabled-bg\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-ghost-enabled-border {
  color: #00000000;
}
.text-comp-button-color-ghost-enabled-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-ghost-enabled-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-ghost-enabled-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-ghost-enabled-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-ghost-enabled-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-ghost-enabled-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-ghost-enabled-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-ghost-enabled-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-ghost-enabled-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-ghost-enabled-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-ghost-enabled-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-ghost-enabled-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-ghost-enabled-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-ghost-enabled-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-ghost-enabled-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-ghost-enabled-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-ghost-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-enabled-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-ghost-enabled-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-ghost-enabled-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-ghost-enabled-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-ghost-enabled-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-ghost-enabled-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-ghost-enabled-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-ghost-enabled-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-ghost-enabled-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-ghost-enabled-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-ghost-enabled-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-ghost-enabled-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-ghost-enabled-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-ghost-enabled-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-ghost-enabled-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-ghost-enabled-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-ghost-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-focused-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-ghost-focused-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-ghost-focused-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-ghost-focused-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-ghost-focused-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-ghost-focused-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-ghost-focused-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-ghost-focused-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-ghost-focused-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-ghost-focused-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-ghost-focused-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-ghost-focused-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-ghost-focused-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-ghost-focused-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-ghost-focused-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-ghost-focused-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-ghost-focused-border {
  color: #00000000;
}
.text-comp-button-color-ghost-focused-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-ghost-focused-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-ghost-focused-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-ghost-focused-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-ghost-focused-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-ghost-focused-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-ghost-focused-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-ghost-focused-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-ghost-focused-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-ghost-focused-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-ghost-focused-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-ghost-focused-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-ghost-focused-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-ghost-focused-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-ghost-focused-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-ghost-focused-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-ghost-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-focused-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-ghost-focused-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-ghost-focused-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-ghost-focused-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-ghost-focused-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-ghost-focused-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-ghost-focused-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-ghost-focused-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-ghost-focused-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-ghost-focused-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-ghost-focused-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-ghost-focused-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-ghost-focused-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-ghost-focused-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-ghost-focused-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-ghost-focused-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-ghost-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-hover-bg\/0 {
  color: rgb(249 250 251 / 0);
}
.text-comp-button-color-ghost-hover-bg\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-comp-button-color-ghost-hover-bg\/100 {
  color: rgb(249 250 251 / 1);
}
.text-comp-button-color-ghost-hover-bg\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-comp-button-color-ghost-hover-bg\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-comp-button-color-ghost-hover-bg\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-comp-button-color-ghost-hover-bg\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-comp-button-color-ghost-hover-bg\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-comp-button-color-ghost-hover-bg\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-comp-button-color-ghost-hover-bg\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-comp-button-color-ghost-hover-bg\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-comp-button-color-ghost-hover-bg\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-comp-button-color-ghost-hover-bg\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-comp-button-color-ghost-hover-bg\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-comp-button-color-ghost-hover-bg\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-comp-button-color-ghost-hover-bg\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-comp-button-color-ghost-hover-border {
  color: #00000000;
}
.text-comp-button-color-ghost-hover-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-ghost-hover-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-ghost-hover-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-ghost-hover-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-ghost-hover-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-ghost-hover-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-ghost-hover-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-ghost-hover-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-ghost-hover-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-ghost-hover-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-ghost-hover-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-ghost-hover-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-ghost-hover-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-ghost-hover-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-ghost-hover-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-ghost-hover-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-ghost-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-hover-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-ghost-hover-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-ghost-hover-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-ghost-hover-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-ghost-hover-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-ghost-hover-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-ghost-hover-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-ghost-hover-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-ghost-hover-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-ghost-hover-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-ghost-hover-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-ghost-hover-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-ghost-hover-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-ghost-hover-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-ghost-hover-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-ghost-hover-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-ghost-pressed-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-pressed-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-button-color-ghost-pressed-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-button-color-ghost-pressed-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-button-color-ghost-pressed-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-button-color-ghost-pressed-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-button-color-ghost-pressed-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-button-color-ghost-pressed-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-button-color-ghost-pressed-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-button-color-ghost-pressed-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-button-color-ghost-pressed-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-button-color-ghost-pressed-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-button-color-ghost-pressed-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-button-color-ghost-pressed-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-button-color-ghost-pressed-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-button-color-ghost-pressed-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-button-color-ghost-pressed-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-button-color-ghost-pressed-border {
  color: #00000000;
}
.text-comp-button-color-ghost-pressed-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-ghost-pressed-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-ghost-pressed-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-ghost-pressed-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-ghost-pressed-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-ghost-pressed-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-ghost-pressed-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-ghost-pressed-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-ghost-pressed-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-ghost-pressed-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-ghost-pressed-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-ghost-pressed-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-ghost-pressed-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-ghost-pressed-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-ghost-pressed-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-ghost-pressed-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-ghost-pressed-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-pressed-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-ghost-pressed-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-ghost-pressed-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-ghost-pressed-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-ghost-pressed-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-ghost-pressed-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-ghost-pressed-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-ghost-pressed-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-ghost-pressed-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-ghost-pressed-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-ghost-pressed-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-ghost-pressed-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-ghost-pressed-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-ghost-pressed-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-ghost-pressed-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-ghost-pressed-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-primary-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-enabled-bg\/0 {
  color: rgb(93 91 215 / 0);
}
.text-comp-button-color-primary-enabled-bg\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-comp-button-color-primary-enabled-bg\/100 {
  color: rgb(93 91 215 / 1);
}
.text-comp-button-color-primary-enabled-bg\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-comp-button-color-primary-enabled-bg\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-comp-button-color-primary-enabled-bg\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-comp-button-color-primary-enabled-bg\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-comp-button-color-primary-enabled-bg\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-comp-button-color-primary-enabled-bg\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-comp-button-color-primary-enabled-bg\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-comp-button-color-primary-enabled-bg\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-comp-button-color-primary-enabled-bg\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-comp-button-color-primary-enabled-bg\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-comp-button-color-primary-enabled-bg\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-comp-button-color-primary-enabled-bg\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-comp-button-color-primary-enabled-bg\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-comp-button-color-primary-enabled-border {
  color: #00000000;
}
.text-comp-button-color-primary-enabled-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-primary-enabled-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-primary-enabled-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-primary-enabled-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-primary-enabled-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-primary-enabled-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-primary-enabled-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-primary-enabled-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-primary-enabled-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-primary-enabled-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-primary-enabled-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-primary-enabled-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-primary-enabled-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-primary-enabled-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-primary-enabled-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-primary-enabled-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-primary-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-enabled-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-primary-enabled-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-primary-enabled-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-primary-enabled-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-primary-enabled-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-primary-enabled-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-primary-enabled-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-primary-enabled-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-primary-enabled-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-primary-enabled-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-primary-enabled-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-primary-enabled-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-primary-enabled-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-primary-enabled-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-primary-enabled-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-primary-enabled-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-primary-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-focused-bg\/0 {
  color: rgb(93 91 215 / 0);
}
.text-comp-button-color-primary-focused-bg\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-comp-button-color-primary-focused-bg\/100 {
  color: rgb(93 91 215 / 1);
}
.text-comp-button-color-primary-focused-bg\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-comp-button-color-primary-focused-bg\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-comp-button-color-primary-focused-bg\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-comp-button-color-primary-focused-bg\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-comp-button-color-primary-focused-bg\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-comp-button-color-primary-focused-bg\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-comp-button-color-primary-focused-bg\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-comp-button-color-primary-focused-bg\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-comp-button-color-primary-focused-bg\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-comp-button-color-primary-focused-bg\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-comp-button-color-primary-focused-bg\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-comp-button-color-primary-focused-bg\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-comp-button-color-primary-focused-bg\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-comp-button-color-primary-focused-border {
  color: #00000000;
}
.text-comp-button-color-primary-focused-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-primary-focused-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-primary-focused-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-primary-focused-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-primary-focused-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-primary-focused-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-primary-focused-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-primary-focused-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-primary-focused-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-primary-focused-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-primary-focused-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-primary-focused-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-primary-focused-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-primary-focused-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-primary-focused-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-primary-focused-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-primary-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-focused-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-primary-focused-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-primary-focused-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-primary-focused-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-primary-focused-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-primary-focused-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-primary-focused-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-primary-focused-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-primary-focused-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-primary-focused-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-primary-focused-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-primary-focused-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-primary-focused-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-primary-focused-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-primary-focused-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-primary-focused-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-primary-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-hover-bg\/0 {
  color: rgb(75 71 189 / 0);
}
.text-comp-button-color-primary-hover-bg\/10 {
  color: rgb(75 71 189 / 0.1);
}
.text-comp-button-color-primary-hover-bg\/100 {
  color: rgb(75 71 189 / 1);
}
.text-comp-button-color-primary-hover-bg\/20 {
  color: rgb(75 71 189 / 0.2);
}
.text-comp-button-color-primary-hover-bg\/25 {
  color: rgb(75 71 189 / 0.25);
}
.text-comp-button-color-primary-hover-bg\/30 {
  color: rgb(75 71 189 / 0.3);
}
.text-comp-button-color-primary-hover-bg\/40 {
  color: rgb(75 71 189 / 0.4);
}
.text-comp-button-color-primary-hover-bg\/5 {
  color: rgb(75 71 189 / 0.05);
}
.text-comp-button-color-primary-hover-bg\/50 {
  color: rgb(75 71 189 / 0.5);
}
.text-comp-button-color-primary-hover-bg\/60 {
  color: rgb(75 71 189 / 0.6);
}
.text-comp-button-color-primary-hover-bg\/70 {
  color: rgb(75 71 189 / 0.7);
}
.text-comp-button-color-primary-hover-bg\/75 {
  color: rgb(75 71 189 / 0.75);
}
.text-comp-button-color-primary-hover-bg\/80 {
  color: rgb(75 71 189 / 0.8);
}
.text-comp-button-color-primary-hover-bg\/90 {
  color: rgb(75 71 189 / 0.9);
}
.text-comp-button-color-primary-hover-bg\/95 {
  color: rgb(75 71 189 / 0.95);
}
.text-comp-button-color-primary-hover-bg\/base-opacity-disabled {
  color: rgb(75 71 189 / 60%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-0 {
  color: rgb(75 71 189 / 0%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-10 {
  color: rgb(75 71 189 / 10%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-100 {
  color: rgb(75 71 189 / 100%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-20 {
  color: rgb(75 71 189 / 20%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-30 {
  color: rgb(75 71 189 / 30%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-40 {
  color: rgb(75 71 189 / 40%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-50 {
  color: rgb(75 71 189 / 50%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-60 {
  color: rgb(75 71 189 / 60%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-70 {
  color: rgb(75 71 189 / 70%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-80 {
  color: rgb(75 71 189 / 80%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-90 {
  color: rgb(75 71 189 / 90%);
}
.text-comp-button-color-primary-hover-border {
  color: #00000000;
}
.text-comp-button-color-primary-hover-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-primary-hover-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-primary-hover-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-primary-hover-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-primary-hover-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-primary-hover-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-primary-hover-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-primary-hover-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-primary-hover-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-primary-hover-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-primary-hover-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-primary-hover-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-primary-hover-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-primary-hover-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-primary-hover-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-primary-hover-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-primary-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-hover-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-primary-hover-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-primary-hover-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-primary-hover-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-primary-hover-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-primary-hover-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-primary-hover-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-primary-hover-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-primary-hover-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-primary-hover-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-primary-hover-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-primary-hover-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-primary-hover-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-primary-hover-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-primary-hover-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-primary-hover-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-primary-pressed-bg {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-pressed-bg\/0 {
  color: rgb(60 59 151 / 0);
}
.text-comp-button-color-primary-pressed-bg\/10 {
  color: rgb(60 59 151 / 0.1);
}
.text-comp-button-color-primary-pressed-bg\/100 {
  color: rgb(60 59 151 / 1);
}
.text-comp-button-color-primary-pressed-bg\/20 {
  color: rgb(60 59 151 / 0.2);
}
.text-comp-button-color-primary-pressed-bg\/25 {
  color: rgb(60 59 151 / 0.25);
}
.text-comp-button-color-primary-pressed-bg\/30 {
  color: rgb(60 59 151 / 0.3);
}
.text-comp-button-color-primary-pressed-bg\/40 {
  color: rgb(60 59 151 / 0.4);
}
.text-comp-button-color-primary-pressed-bg\/5 {
  color: rgb(60 59 151 / 0.05);
}
.text-comp-button-color-primary-pressed-bg\/50 {
  color: rgb(60 59 151 / 0.5);
}
.text-comp-button-color-primary-pressed-bg\/60 {
  color: rgb(60 59 151 / 0.6);
}
.text-comp-button-color-primary-pressed-bg\/70 {
  color: rgb(60 59 151 / 0.7);
}
.text-comp-button-color-primary-pressed-bg\/75 {
  color: rgb(60 59 151 / 0.75);
}
.text-comp-button-color-primary-pressed-bg\/80 {
  color: rgb(60 59 151 / 0.8);
}
.text-comp-button-color-primary-pressed-bg\/90 {
  color: rgb(60 59 151 / 0.9);
}
.text-comp-button-color-primary-pressed-bg\/95 {
  color: rgb(60 59 151 / 0.95);
}
.text-comp-button-color-primary-pressed-bg\/base-opacity-disabled {
  color: rgb(60 59 151 / 60%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-0 {
  color: rgb(60 59 151 / 0%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-10 {
  color: rgb(60 59 151 / 10%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-100 {
  color: rgb(60 59 151 / 100%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-20 {
  color: rgb(60 59 151 / 20%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-30 {
  color: rgb(60 59 151 / 30%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-40 {
  color: rgb(60 59 151 / 40%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-50 {
  color: rgb(60 59 151 / 50%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-60 {
  color: rgb(60 59 151 / 60%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-70 {
  color: rgb(60 59 151 / 70%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-80 {
  color: rgb(60 59 151 / 80%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-90 {
  color: rgb(60 59 151 / 90%);
}
.text-comp-button-color-primary-pressed-border {
  color: #00000000;
}
.text-comp-button-color-primary-pressed-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-primary-pressed-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-primary-pressed-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-primary-pressed-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-primary-pressed-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-primary-pressed-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-primary-pressed-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-primary-pressed-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-primary-pressed-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-primary-pressed-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-primary-pressed-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-primary-pressed-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-primary-pressed-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-primary-pressed-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-primary-pressed-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-primary-pressed-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-primary-pressed-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-pressed-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-primary-pressed-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-primary-pressed-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-primary-pressed-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-primary-pressed-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-primary-pressed-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-primary-pressed-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-primary-pressed-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-primary-pressed-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-primary-pressed-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-primary-pressed-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-primary-pressed-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-primary-pressed-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-primary-pressed-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-primary-pressed-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-primary-pressed-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-secondary-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-enabled-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-secondary-enabled-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-secondary-enabled-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-secondary-enabled-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-secondary-enabled-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-secondary-enabled-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-secondary-enabled-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-secondary-enabled-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-secondary-enabled-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-secondary-enabled-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-secondary-enabled-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-secondary-enabled-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-secondary-enabled-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-secondary-enabled-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-secondary-enabled-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-secondary-enabled-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-secondary-enabled-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-enabled-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-button-color-secondary-enabled-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-button-color-secondary-enabled-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-button-color-secondary-enabled-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-button-color-secondary-enabled-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-button-color-secondary-enabled-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-button-color-secondary-enabled-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-button-color-secondary-enabled-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-button-color-secondary-enabled-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-button-color-secondary-enabled-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-button-color-secondary-enabled-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-button-color-secondary-enabled-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-button-color-secondary-enabled-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-button-color-secondary-enabled-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-button-color-secondary-enabled-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-button-color-secondary-enabled-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-button-color-secondary-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-enabled-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-secondary-enabled-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-secondary-enabled-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-secondary-enabled-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-secondary-enabled-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-secondary-enabled-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-secondary-enabled-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-secondary-enabled-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-secondary-enabled-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-secondary-enabled-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-secondary-enabled-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-secondary-enabled-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-secondary-enabled-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-secondary-enabled-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-secondary-enabled-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-secondary-enabled-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-secondary-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-focused-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-secondary-focused-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-secondary-focused-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-secondary-focused-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-secondary-focused-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-secondary-focused-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-secondary-focused-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-secondary-focused-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-secondary-focused-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-secondary-focused-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-secondary-focused-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-secondary-focused-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-secondary-focused-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-secondary-focused-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-secondary-focused-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-secondary-focused-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-secondary-focused-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-focused-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-button-color-secondary-focused-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-button-color-secondary-focused-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-button-color-secondary-focused-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-button-color-secondary-focused-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-button-color-secondary-focused-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-button-color-secondary-focused-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-button-color-secondary-focused-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-button-color-secondary-focused-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-button-color-secondary-focused-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-button-color-secondary-focused-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-button-color-secondary-focused-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-button-color-secondary-focused-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-button-color-secondary-focused-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-button-color-secondary-focused-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-button-color-secondary-focused-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-button-color-secondary-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-focused-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-secondary-focused-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-secondary-focused-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-secondary-focused-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-secondary-focused-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-secondary-focused-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-secondary-focused-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-secondary-focused-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-secondary-focused-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-secondary-focused-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-secondary-focused-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-secondary-focused-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-secondary-focused-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-secondary-focused-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-secondary-focused-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-secondary-focused-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-secondary-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-hover-bg\/0 {
  color: rgb(249 250 251 / 0);
}
.text-comp-button-color-secondary-hover-bg\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-comp-button-color-secondary-hover-bg\/100 {
  color: rgb(249 250 251 / 1);
}
.text-comp-button-color-secondary-hover-bg\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-comp-button-color-secondary-hover-bg\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-comp-button-color-secondary-hover-bg\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-comp-button-color-secondary-hover-bg\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-comp-button-color-secondary-hover-bg\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-comp-button-color-secondary-hover-bg\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-comp-button-color-secondary-hover-bg\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-comp-button-color-secondary-hover-bg\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-comp-button-color-secondary-hover-bg\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-comp-button-color-secondary-hover-bg\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-comp-button-color-secondary-hover-bg\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-comp-button-color-secondary-hover-bg\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-comp-button-color-secondary-hover-bg\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-comp-button-color-secondary-hover-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-hover-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-button-color-secondary-hover-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-button-color-secondary-hover-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-button-color-secondary-hover-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-button-color-secondary-hover-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-button-color-secondary-hover-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-button-color-secondary-hover-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-button-color-secondary-hover-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-button-color-secondary-hover-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-button-color-secondary-hover-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-button-color-secondary-hover-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-button-color-secondary-hover-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-button-color-secondary-hover-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-button-color-secondary-hover-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-button-color-secondary-hover-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-button-color-secondary-hover-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-button-color-secondary-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-hover-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-secondary-hover-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-secondary-hover-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-secondary-hover-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-secondary-hover-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-secondary-hover-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-secondary-hover-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-secondary-hover-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-secondary-hover-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-secondary-hover-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-secondary-hover-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-secondary-hover-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-secondary-hover-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-secondary-hover-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-secondary-hover-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-secondary-hover-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-secondary-pressed-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-pressed-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-button-color-secondary-pressed-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-button-color-secondary-pressed-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-button-color-secondary-pressed-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-button-color-secondary-pressed-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-button-color-secondary-pressed-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-button-color-secondary-pressed-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-button-color-secondary-pressed-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-button-color-secondary-pressed-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-button-color-secondary-pressed-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-button-color-secondary-pressed-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-button-color-secondary-pressed-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-button-color-secondary-pressed-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-button-color-secondary-pressed-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-button-color-secondary-pressed-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-button-color-secondary-pressed-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-button-color-secondary-pressed-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-pressed-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-button-color-secondary-pressed-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-button-color-secondary-pressed-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-button-color-secondary-pressed-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-button-color-secondary-pressed-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-button-color-secondary-pressed-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-button-color-secondary-pressed-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-button-color-secondary-pressed-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-button-color-secondary-pressed-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-button-color-secondary-pressed-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-button-color-secondary-pressed-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-button-color-secondary-pressed-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-button-color-secondary-pressed-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-button-color-secondary-pressed-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-button-color-secondary-pressed-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-button-color-secondary-pressed-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-button-color-secondary-pressed-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-pressed-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-secondary-pressed-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-secondary-pressed-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-secondary-pressed-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-secondary-pressed-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-secondary-pressed-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-secondary-pressed-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-secondary-pressed-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-secondary-pressed-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-secondary-pressed-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-secondary-pressed-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-secondary-pressed-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-secondary-pressed-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-secondary-pressed-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-secondary-pressed-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-secondary-pressed-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-textfield-color-clean-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-enabled-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-textfield-color-clean-enabled-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-textfield-color-clean-enabled-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-textfield-color-clean-enabled-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-textfield-color-clean-enabled-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-textfield-color-clean-enabled-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-textfield-color-clean-enabled-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-textfield-color-clean-enabled-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-textfield-color-clean-enabled-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-textfield-color-clean-enabled-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-textfield-color-clean-enabled-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-textfield-color-clean-enabled-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-textfield-color-clean-enabled-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-textfield-color-clean-enabled-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-textfield-color-clean-enabled-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-textfield-color-clean-enabled-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-textfield-color-clean-enabled-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-enabled-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-textfield-color-clean-enabled-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-textfield-color-clean-enabled-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-textfield-color-clean-enabled-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-textfield-color-clean-enabled-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-textfield-color-clean-enabled-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-textfield-color-clean-enabled-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-textfield-color-clean-enabled-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-textfield-color-clean-enabled-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-textfield-color-clean-enabled-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-textfield-color-clean-enabled-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-textfield-color-clean-enabled-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-textfield-color-clean-enabled-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-textfield-color-clean-enabled-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-textfield-color-clean-enabled-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-textfield-color-clean-enabled-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-textfield-color-clean-enabled-content {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-enabled-content\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-textfield-color-clean-enabled-content\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-textfield-color-clean-enabled-content\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-textfield-color-clean-enabled-content\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-textfield-color-clean-enabled-content\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-textfield-color-clean-enabled-content\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-textfield-color-clean-enabled-content\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-textfield-color-clean-enabled-content\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-textfield-color-clean-enabled-content\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-textfield-color-clean-enabled-content\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-textfield-color-clean-enabled-content\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-textfield-color-clean-enabled-content\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-textfield-color-clean-enabled-content\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-textfield-color-clean-enabled-content\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-textfield-color-clean-enabled-content\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-textfield-color-clean-enabled-content\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-textfield-color-clean-enabled-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-enabled-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-clean-enabled-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-clean-enabled-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-clean-enabled-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-clean-enabled-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-clean-enabled-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-clean-enabled-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-clean-enabled-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-clean-enabled-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-clean-enabled-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-clean-enabled-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-clean-enabled-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-clean-enabled-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-clean-enabled-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-clean-enabled-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-clean-enabled-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-textfield-color-clean-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-focused-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-textfield-color-clean-focused-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-textfield-color-clean-focused-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-textfield-color-clean-focused-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-textfield-color-clean-focused-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-textfield-color-clean-focused-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-textfield-color-clean-focused-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-textfield-color-clean-focused-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-textfield-color-clean-focused-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-textfield-color-clean-focused-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-textfield-color-clean-focused-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-textfield-color-clean-focused-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-textfield-color-clean-focused-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-textfield-color-clean-focused-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-textfield-color-clean-focused-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-textfield-color-clean-focused-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-textfield-color-clean-focused-border {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-focused-border\/0 {
  color: rgb(93 91 215 / 0);
}
.text-comp-textfield-color-clean-focused-border\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-comp-textfield-color-clean-focused-border\/100 {
  color: rgb(93 91 215 / 1);
}
.text-comp-textfield-color-clean-focused-border\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-comp-textfield-color-clean-focused-border\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-comp-textfield-color-clean-focused-border\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-comp-textfield-color-clean-focused-border\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-comp-textfield-color-clean-focused-border\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-comp-textfield-color-clean-focused-border\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-comp-textfield-color-clean-focused-border\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-comp-textfield-color-clean-focused-border\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-comp-textfield-color-clean-focused-border\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-comp-textfield-color-clean-focused-border\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-comp-textfield-color-clean-focused-border\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-comp-textfield-color-clean-focused-border\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-comp-textfield-color-clean-focused-border\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-comp-textfield-color-clean-focused-content {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-focused-content\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-textfield-color-clean-focused-content\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-textfield-color-clean-focused-content\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-textfield-color-clean-focused-content\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-textfield-color-clean-focused-content\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-textfield-color-clean-focused-content\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-textfield-color-clean-focused-content\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-textfield-color-clean-focused-content\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-textfield-color-clean-focused-content\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-textfield-color-clean-focused-content\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-textfield-color-clean-focused-content\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-textfield-color-clean-focused-content\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-textfield-color-clean-focused-content\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-textfield-color-clean-focused-content\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-textfield-color-clean-focused-content\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-textfield-color-clean-focused-content\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-textfield-color-clean-focused-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-focused-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-clean-focused-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-clean-focused-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-clean-focused-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-clean-focused-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-clean-focused-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-clean-focused-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-clean-focused-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-clean-focused-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-clean-focused-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-clean-focused-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-clean-focused-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-clean-focused-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-clean-focused-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-clean-focused-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-clean-focused-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-textfield-color-clean-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-hover-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-textfield-color-clean-hover-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-textfield-color-clean-hover-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-textfield-color-clean-hover-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-textfield-color-clean-hover-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-textfield-color-clean-hover-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-textfield-color-clean-hover-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-textfield-color-clean-hover-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-textfield-color-clean-hover-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-textfield-color-clean-hover-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-textfield-color-clean-hover-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-textfield-color-clean-hover-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-textfield-color-clean-hover-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-textfield-color-clean-hover-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-textfield-color-clean-hover-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-textfield-color-clean-hover-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-textfield-color-clean-hover-border {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-hover-border\/0 {
  color: rgb(152 162 179 / 0);
}
.text-comp-textfield-color-clean-hover-border\/10 {
  color: rgb(152 162 179 / 0.1);
}
.text-comp-textfield-color-clean-hover-border\/100 {
  color: rgb(152 162 179 / 1);
}
.text-comp-textfield-color-clean-hover-border\/20 {
  color: rgb(152 162 179 / 0.2);
}
.text-comp-textfield-color-clean-hover-border\/25 {
  color: rgb(152 162 179 / 0.25);
}
.text-comp-textfield-color-clean-hover-border\/30 {
  color: rgb(152 162 179 / 0.3);
}
.text-comp-textfield-color-clean-hover-border\/40 {
  color: rgb(152 162 179 / 0.4);
}
.text-comp-textfield-color-clean-hover-border\/5 {
  color: rgb(152 162 179 / 0.05);
}
.text-comp-textfield-color-clean-hover-border\/50 {
  color: rgb(152 162 179 / 0.5);
}
.text-comp-textfield-color-clean-hover-border\/60 {
  color: rgb(152 162 179 / 0.6);
}
.text-comp-textfield-color-clean-hover-border\/70 {
  color: rgb(152 162 179 / 0.7);
}
.text-comp-textfield-color-clean-hover-border\/75 {
  color: rgb(152 162 179 / 0.75);
}
.text-comp-textfield-color-clean-hover-border\/80 {
  color: rgb(152 162 179 / 0.8);
}
.text-comp-textfield-color-clean-hover-border\/90 {
  color: rgb(152 162 179 / 0.9);
}
.text-comp-textfield-color-clean-hover-border\/95 {
  color: rgb(152 162 179 / 0.95);
}
.text-comp-textfield-color-clean-hover-border\/base-opacity-disabled {
  color: rgb(152 162 179 / 60%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-0 {
  color: rgb(152 162 179 / 0%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-10 {
  color: rgb(152 162 179 / 10%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-100 {
  color: rgb(152 162 179 / 100%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-20 {
  color: rgb(152 162 179 / 20%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-30 {
  color: rgb(152 162 179 / 30%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-40 {
  color: rgb(152 162 179 / 40%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-50 {
  color: rgb(152 162 179 / 50%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-60 {
  color: rgb(152 162 179 / 60%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-70 {
  color: rgb(152 162 179 / 70%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-80 {
  color: rgb(152 162 179 / 80%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-90 {
  color: rgb(152 162 179 / 90%);
}
.text-comp-textfield-color-clean-hover-content {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-hover-content\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-textfield-color-clean-hover-content\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-textfield-color-clean-hover-content\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-textfield-color-clean-hover-content\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-textfield-color-clean-hover-content\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-textfield-color-clean-hover-content\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-textfield-color-clean-hover-content\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-textfield-color-clean-hover-content\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-textfield-color-clean-hover-content\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-textfield-color-clean-hover-content\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-textfield-color-clean-hover-content\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-textfield-color-clean-hover-content\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-textfield-color-clean-hover-content\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-textfield-color-clean-hover-content\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-textfield-color-clean-hover-content\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-textfield-color-clean-hover-content\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-textfield-color-clean-hover-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-hover-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-clean-hover-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-clean-hover-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-clean-hover-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-clean-hover-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-clean-hover-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-clean-hover-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-clean-hover-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-clean-hover-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-clean-hover-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-clean-hover-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-clean-hover-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-clean-hover-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-clean-hover-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-clean-hover-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-clean-hover-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-textfield-color-dirty-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(255 251 250 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-enabled-bg\/0 {
  color: rgb(255 251 250 / 0);
}
.text-comp-textfield-color-dirty-enabled-bg\/10 {
  color: rgb(255 251 250 / 0.1);
}
.text-comp-textfield-color-dirty-enabled-bg\/100 {
  color: rgb(255 251 250 / 1);
}
.text-comp-textfield-color-dirty-enabled-bg\/20 {
  color: rgb(255 251 250 / 0.2);
}
.text-comp-textfield-color-dirty-enabled-bg\/25 {
  color: rgb(255 251 250 / 0.25);
}
.text-comp-textfield-color-dirty-enabled-bg\/30 {
  color: rgb(255 251 250 / 0.3);
}
.text-comp-textfield-color-dirty-enabled-bg\/40 {
  color: rgb(255 251 250 / 0.4);
}
.text-comp-textfield-color-dirty-enabled-bg\/5 {
  color: rgb(255 251 250 / 0.05);
}
.text-comp-textfield-color-dirty-enabled-bg\/50 {
  color: rgb(255 251 250 / 0.5);
}
.text-comp-textfield-color-dirty-enabled-bg\/60 {
  color: rgb(255 251 250 / 0.6);
}
.text-comp-textfield-color-dirty-enabled-bg\/70 {
  color: rgb(255 251 250 / 0.7);
}
.text-comp-textfield-color-dirty-enabled-bg\/75 {
  color: rgb(255 251 250 / 0.75);
}
.text-comp-textfield-color-dirty-enabled-bg\/80 {
  color: rgb(255 251 250 / 0.8);
}
.text-comp-textfield-color-dirty-enabled-bg\/90 {
  color: rgb(255 251 250 / 0.9);
}
.text-comp-textfield-color-dirty-enabled-bg\/95 {
  color: rgb(255 251 250 / 0.95);
}
.text-comp-textfield-color-dirty-enabled-bg\/base-opacity-disabled {
  color: rgb(255 251 250 / 60%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-0 {
  color: rgb(255 251 250 / 0%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-10 {
  color: rgb(255 251 250 / 10%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-100 {
  color: rgb(255 251 250 / 100%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-20 {
  color: rgb(255 251 250 / 20%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-30 {
  color: rgb(255 251 250 / 30%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-40 {
  color: rgb(255 251 250 / 40%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-50 {
  color: rgb(255 251 250 / 50%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-60 {
  color: rgb(255 251 250 / 60%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-70 {
  color: rgb(255 251 250 / 70%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-80 {
  color: rgb(255 251 250 / 80%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-90 {
  color: rgb(255 251 250 / 90%);
}
.text-comp-textfield-color-dirty-enabled-border {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-enabled-border\/0 {
  color: rgb(240 68 56 / 0);
}
.text-comp-textfield-color-dirty-enabled-border\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-comp-textfield-color-dirty-enabled-border\/100 {
  color: rgb(240 68 56 / 1);
}
.text-comp-textfield-color-dirty-enabled-border\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-comp-textfield-color-dirty-enabled-border\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-comp-textfield-color-dirty-enabled-border\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-comp-textfield-color-dirty-enabled-border\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-comp-textfield-color-dirty-enabled-border\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-comp-textfield-color-dirty-enabled-border\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-comp-textfield-color-dirty-enabled-border\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-comp-textfield-color-dirty-enabled-border\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-comp-textfield-color-dirty-enabled-border\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-comp-textfield-color-dirty-enabled-border\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-comp-textfield-color-dirty-enabled-border\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-comp-textfield-color-dirty-enabled-border\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-comp-textfield-color-dirty-enabled-border\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-comp-textfield-color-dirty-enabled-content {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-enabled-content\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-textfield-color-dirty-enabled-content\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-textfield-color-dirty-enabled-content\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-textfield-color-dirty-enabled-content\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-textfield-color-dirty-enabled-content\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-textfield-color-dirty-enabled-content\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-textfield-color-dirty-enabled-content\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-textfield-color-dirty-enabled-content\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-textfield-color-dirty-enabled-content\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-textfield-color-dirty-enabled-content\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-textfield-color-dirty-enabled-content\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-textfield-color-dirty-enabled-content\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-textfield-color-dirty-enabled-content\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-textfield-color-dirty-enabled-content\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-textfield-color-dirty-enabled-content\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-textfield-color-dirty-enabled-content\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-textfield-color-dirty-enabled-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-enabled-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-textfield-color-dirty-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-focused-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-textfield-color-dirty-focused-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-textfield-color-dirty-focused-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-textfield-color-dirty-focused-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-textfield-color-dirty-focused-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-textfield-color-dirty-focused-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-textfield-color-dirty-focused-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-textfield-color-dirty-focused-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-textfield-color-dirty-focused-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-textfield-color-dirty-focused-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-textfield-color-dirty-focused-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-textfield-color-dirty-focused-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-textfield-color-dirty-focused-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-textfield-color-dirty-focused-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-textfield-color-dirty-focused-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-textfield-color-dirty-focused-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-textfield-color-dirty-focused-border {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-focused-border\/0 {
  color: rgb(240 68 56 / 0);
}
.text-comp-textfield-color-dirty-focused-border\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-comp-textfield-color-dirty-focused-border\/100 {
  color: rgb(240 68 56 / 1);
}
.text-comp-textfield-color-dirty-focused-border\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-comp-textfield-color-dirty-focused-border\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-comp-textfield-color-dirty-focused-border\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-comp-textfield-color-dirty-focused-border\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-comp-textfield-color-dirty-focused-border\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-comp-textfield-color-dirty-focused-border\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-comp-textfield-color-dirty-focused-border\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-comp-textfield-color-dirty-focused-border\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-comp-textfield-color-dirty-focused-border\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-comp-textfield-color-dirty-focused-border\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-comp-textfield-color-dirty-focused-border\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-comp-textfield-color-dirty-focused-border\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-comp-textfield-color-dirty-focused-border\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-comp-textfield-color-dirty-focused-content {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-focused-content\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-textfield-color-dirty-focused-content\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-textfield-color-dirty-focused-content\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-textfield-color-dirty-focused-content\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-textfield-color-dirty-focused-content\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-textfield-color-dirty-focused-content\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-textfield-color-dirty-focused-content\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-textfield-color-dirty-focused-content\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-textfield-color-dirty-focused-content\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-textfield-color-dirty-focused-content\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-textfield-color-dirty-focused-content\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-textfield-color-dirty-focused-content\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-textfield-color-dirty-focused-content\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-textfield-color-dirty-focused-content\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-textfield-color-dirty-focused-content\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-textfield-color-dirty-focused-content\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-textfield-color-dirty-focused-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-focused-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-dirty-focused-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-dirty-focused-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-dirty-focused-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-dirty-focused-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-dirty-focused-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-dirty-focused-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-dirty-focused-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-dirty-focused-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-dirty-focused-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-dirty-focused-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-dirty-focused-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-dirty-focused-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-dirty-focused-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-dirty-focused-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-dirty-focused-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-textfield-color-dirty-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(255 251 250 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-hover-bg\/0 {
  color: rgb(255 251 250 / 0);
}
.text-comp-textfield-color-dirty-hover-bg\/10 {
  color: rgb(255 251 250 / 0.1);
}
.text-comp-textfield-color-dirty-hover-bg\/100 {
  color: rgb(255 251 250 / 1);
}
.text-comp-textfield-color-dirty-hover-bg\/20 {
  color: rgb(255 251 250 / 0.2);
}
.text-comp-textfield-color-dirty-hover-bg\/25 {
  color: rgb(255 251 250 / 0.25);
}
.text-comp-textfield-color-dirty-hover-bg\/30 {
  color: rgb(255 251 250 / 0.3);
}
.text-comp-textfield-color-dirty-hover-bg\/40 {
  color: rgb(255 251 250 / 0.4);
}
.text-comp-textfield-color-dirty-hover-bg\/5 {
  color: rgb(255 251 250 / 0.05);
}
.text-comp-textfield-color-dirty-hover-bg\/50 {
  color: rgb(255 251 250 / 0.5);
}
.text-comp-textfield-color-dirty-hover-bg\/60 {
  color: rgb(255 251 250 / 0.6);
}
.text-comp-textfield-color-dirty-hover-bg\/70 {
  color: rgb(255 251 250 / 0.7);
}
.text-comp-textfield-color-dirty-hover-bg\/75 {
  color: rgb(255 251 250 / 0.75);
}
.text-comp-textfield-color-dirty-hover-bg\/80 {
  color: rgb(255 251 250 / 0.8);
}
.text-comp-textfield-color-dirty-hover-bg\/90 {
  color: rgb(255 251 250 / 0.9);
}
.text-comp-textfield-color-dirty-hover-bg\/95 {
  color: rgb(255 251 250 / 0.95);
}
.text-comp-textfield-color-dirty-hover-bg\/base-opacity-disabled {
  color: rgb(255 251 250 / 60%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-0 {
  color: rgb(255 251 250 / 0%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-10 {
  color: rgb(255 251 250 / 10%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-100 {
  color: rgb(255 251 250 / 100%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-20 {
  color: rgb(255 251 250 / 20%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-30 {
  color: rgb(255 251 250 / 30%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-40 {
  color: rgb(255 251 250 / 40%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-50 {
  color: rgb(255 251 250 / 50%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-60 {
  color: rgb(255 251 250 / 60%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-70 {
  color: rgb(255 251 250 / 70%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-80 {
  color: rgb(255 251 250 / 80%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-90 {
  color: rgb(255 251 250 / 90%);
}
.text-comp-textfield-color-dirty-hover-border {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-hover-border\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-textfield-color-dirty-hover-border\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-textfield-color-dirty-hover-border\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-textfield-color-dirty-hover-border\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-textfield-color-dirty-hover-border\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-textfield-color-dirty-hover-border\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-textfield-color-dirty-hover-border\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-textfield-color-dirty-hover-border\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-textfield-color-dirty-hover-border\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-textfield-color-dirty-hover-border\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-textfield-color-dirty-hover-border\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-textfield-color-dirty-hover-border\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-textfield-color-dirty-hover-border\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-textfield-color-dirty-hover-border\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-textfield-color-dirty-hover-border\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-textfield-color-dirty-hover-border\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-textfield-color-dirty-hover-content {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-hover-content\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-textfield-color-dirty-hover-content\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-textfield-color-dirty-hover-content\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-textfield-color-dirty-hover-content\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-textfield-color-dirty-hover-content\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-textfield-color-dirty-hover-content\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-textfield-color-dirty-hover-content\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-textfield-color-dirty-hover-content\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-textfield-color-dirty-hover-content\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-textfield-color-dirty-hover-content\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-textfield-color-dirty-hover-content\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-textfield-color-dirty-hover-content\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-textfield-color-dirty-hover-content\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-textfield-color-dirty-hover-content\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-textfield-color-dirty-hover-content\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-textfield-color-dirty-hover-content\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-textfield-color-dirty-hover-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-hover-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-dirty-hover-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-dirty-hover-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-dirty-hover-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-dirty-hover-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-dirty-hover-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-dirty-hover-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-dirty-hover-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-dirty-hover-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-dirty-hover-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-dirty-hover-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-dirty-hover-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-dirty-hover-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-dirty-hover-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-dirty-hover-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-dirty-hover-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-toggle-color-ghost-selected-enabled-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-selected-enabled-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-toggle-color-ghost-selected-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-focused-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-toggle-color-ghost-selected-focused-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-selected-focused-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-selected-focused-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-selected-focused-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-selected-focused-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-selected-focused-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-selected-focused-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-selected-focused-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-selected-focused-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-selected-focused-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-selected-focused-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-selected-focused-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-selected-focused-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-selected-focused-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-selected-focused-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-selected-focused-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-selected-focused-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-selected-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-focused-fg\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-toggle-color-ghost-selected-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-hover-bg\/0 {
  color: rgb(234 236 240 / 0);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/10 {
  color: rgb(234 236 240 / 0.1);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/100 {
  color: rgb(234 236 240 / 1);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/20 {
  color: rgb(234 236 240 / 0.2);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/25 {
  color: rgb(234 236 240 / 0.25);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/30 {
  color: rgb(234 236 240 / 0.3);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/40 {
  color: rgb(234 236 240 / 0.4);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/5 {
  color: rgb(234 236 240 / 0.05);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/50 {
  color: rgb(234 236 240 / 0.5);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/60 {
  color: rgb(234 236 240 / 0.6);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/70 {
  color: rgb(234 236 240 / 0.7);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/75 {
  color: rgb(234 236 240 / 0.75);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/80 {
  color: rgb(234 236 240 / 0.8);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/90 {
  color: rgb(234 236 240 / 0.9);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/95 {
  color: rgb(234 236 240 / 0.95);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/base-opacity-disabled {
  color: rgb(234 236 240 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-0 {
  color: rgb(234 236 240 / 0%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-10 {
  color: rgb(234 236 240 / 10%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-100 {
  color: rgb(234 236 240 / 100%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-20 {
  color: rgb(234 236 240 / 20%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-30 {
  color: rgb(234 236 240 / 30%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-40 {
  color: rgb(234 236 240 / 40%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-50 {
  color: rgb(234 236 240 / 50%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-60 {
  color: rgb(234 236 240 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-70 {
  color: rgb(234 236 240 / 70%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-80 {
  color: rgb(234 236 240 / 80%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-90 {
  color: rgb(234 236 240 / 90%);
}
.text-comp-toggle-color-ghost-selected-hover-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-selected-hover-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-selected-hover-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-selected-hover-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-selected-hover-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-selected-hover-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-selected-hover-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-selected-hover-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-selected-hover-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-selected-hover-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-selected-hover-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-selected-hover-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-selected-hover-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-selected-hover-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-selected-hover-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-selected-hover-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-selected-hover-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-selected-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-hover-fg\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg {
  color: #00000000;
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg {
  color: #00000000;
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-unselected-focused-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-unselected-focused-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/0 {
  color: rgb(249 250 251 / 0);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/100 {
  color: rgb(249 250 251 / 1);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-comp-toggle-color-ghost-unselected-hover-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-unselected-hover-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-selected-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-enabled-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-toggle-color-primary-selected-enabled-border {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-enabled-border\/0 {
  color: rgb(93 91 215 / 0);
}
.text-comp-toggle-color-primary-selected-enabled-border\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-comp-toggle-color-primary-selected-enabled-border\/100 {
  color: rgb(93 91 215 / 1);
}
.text-comp-toggle-color-primary-selected-enabled-border\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-comp-toggle-color-primary-selected-enabled-border\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-comp-toggle-color-primary-selected-enabled-border\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-comp-toggle-color-primary-selected-enabled-border\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-comp-toggle-color-primary-selected-enabled-border\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-comp-toggle-color-primary-selected-enabled-border\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-comp-toggle-color-primary-selected-enabled-border\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-comp-toggle-color-primary-selected-enabled-border\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-comp-toggle-color-primary-selected-enabled-border\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-comp-toggle-color-primary-selected-enabled-border\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-comp-toggle-color-primary-selected-enabled-border\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-comp-toggle-color-primary-selected-enabled-border\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-comp-toggle-color-primary-selected-enabled-border\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-primary-selected-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-focused-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-toggle-color-primary-selected-focused-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-toggle-color-primary-selected-focused-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-toggle-color-primary-selected-focused-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-toggle-color-primary-selected-focused-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-toggle-color-primary-selected-focused-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-toggle-color-primary-selected-focused-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-toggle-color-primary-selected-focused-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-toggle-color-primary-selected-focused-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-toggle-color-primary-selected-focused-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-toggle-color-primary-selected-focused-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-toggle-color-primary-selected-focused-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-toggle-color-primary-selected-focused-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-toggle-color-primary-selected-focused-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-toggle-color-primary-selected-focused-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-toggle-color-primary-selected-focused-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-toggle-color-primary-selected-focused-border {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-focused-border\/0 {
  color: rgb(93 91 215 / 0);
}
.text-comp-toggle-color-primary-selected-focused-border\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-comp-toggle-color-primary-selected-focused-border\/100 {
  color: rgb(93 91 215 / 1);
}
.text-comp-toggle-color-primary-selected-focused-border\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-comp-toggle-color-primary-selected-focused-border\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-comp-toggle-color-primary-selected-focused-border\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-comp-toggle-color-primary-selected-focused-border\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-comp-toggle-color-primary-selected-focused-border\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-comp-toggle-color-primary-selected-focused-border\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-comp-toggle-color-primary-selected-focused-border\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-comp-toggle-color-primary-selected-focused-border\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-comp-toggle-color-primary-selected-focused-border\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-comp-toggle-color-primary-selected-focused-border\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-comp-toggle-color-primary-selected-focused-border\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-comp-toggle-color-primary-selected-focused-border\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-comp-toggle-color-primary-selected-focused-border\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-primary-selected-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 253 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-hover-bg\/0 {
  color: rgb(242 244 253 / 0);
}
.text-comp-toggle-color-primary-selected-hover-bg\/10 {
  color: rgb(242 244 253 / 0.1);
}
.text-comp-toggle-color-primary-selected-hover-bg\/100 {
  color: rgb(242 244 253 / 1);
}
.text-comp-toggle-color-primary-selected-hover-bg\/20 {
  color: rgb(242 244 253 / 0.2);
}
.text-comp-toggle-color-primary-selected-hover-bg\/25 {
  color: rgb(242 244 253 / 0.25);
}
.text-comp-toggle-color-primary-selected-hover-bg\/30 {
  color: rgb(242 244 253 / 0.3);
}
.text-comp-toggle-color-primary-selected-hover-bg\/40 {
  color: rgb(242 244 253 / 0.4);
}
.text-comp-toggle-color-primary-selected-hover-bg\/5 {
  color: rgb(242 244 253 / 0.05);
}
.text-comp-toggle-color-primary-selected-hover-bg\/50 {
  color: rgb(242 244 253 / 0.5);
}
.text-comp-toggle-color-primary-selected-hover-bg\/60 {
  color: rgb(242 244 253 / 0.6);
}
.text-comp-toggle-color-primary-selected-hover-bg\/70 {
  color: rgb(242 244 253 / 0.7);
}
.text-comp-toggle-color-primary-selected-hover-bg\/75 {
  color: rgb(242 244 253 / 0.75);
}
.text-comp-toggle-color-primary-selected-hover-bg\/80 {
  color: rgb(242 244 253 / 0.8);
}
.text-comp-toggle-color-primary-selected-hover-bg\/90 {
  color: rgb(242 244 253 / 0.9);
}
.text-comp-toggle-color-primary-selected-hover-bg\/95 {
  color: rgb(242 244 253 / 0.95);
}
.text-comp-toggle-color-primary-selected-hover-bg\/base-opacity-disabled {
  color: rgb(242 244 253 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-0 {
  color: rgb(242 244 253 / 0%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-10 {
  color: rgb(242 244 253 / 10%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-100 {
  color: rgb(242 244 253 / 100%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-20 {
  color: rgb(242 244 253 / 20%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-30 {
  color: rgb(242 244 253 / 30%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-40 {
  color: rgb(242 244 253 / 40%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-50 {
  color: rgb(242 244 253 / 50%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-60 {
  color: rgb(242 244 253 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-70 {
  color: rgb(242 244 253 / 70%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-80 {
  color: rgb(242 244 253 / 80%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-90 {
  color: rgb(242 244 253 / 90%);
}
.text-comp-toggle-color-primary-selected-hover-border {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-hover-border\/0 {
  color: rgb(75 71 189 / 0);
}
.text-comp-toggle-color-primary-selected-hover-border\/10 {
  color: rgb(75 71 189 / 0.1);
}
.text-comp-toggle-color-primary-selected-hover-border\/100 {
  color: rgb(75 71 189 / 1);
}
.text-comp-toggle-color-primary-selected-hover-border\/20 {
  color: rgb(75 71 189 / 0.2);
}
.text-comp-toggle-color-primary-selected-hover-border\/25 {
  color: rgb(75 71 189 / 0.25);
}
.text-comp-toggle-color-primary-selected-hover-border\/30 {
  color: rgb(75 71 189 / 0.3);
}
.text-comp-toggle-color-primary-selected-hover-border\/40 {
  color: rgb(75 71 189 / 0.4);
}
.text-comp-toggle-color-primary-selected-hover-border\/5 {
  color: rgb(75 71 189 / 0.05);
}
.text-comp-toggle-color-primary-selected-hover-border\/50 {
  color: rgb(75 71 189 / 0.5);
}
.text-comp-toggle-color-primary-selected-hover-border\/60 {
  color: rgb(75 71 189 / 0.6);
}
.text-comp-toggle-color-primary-selected-hover-border\/70 {
  color: rgb(75 71 189 / 0.7);
}
.text-comp-toggle-color-primary-selected-hover-border\/75 {
  color: rgb(75 71 189 / 0.75);
}
.text-comp-toggle-color-primary-selected-hover-border\/80 {
  color: rgb(75 71 189 / 0.8);
}
.text-comp-toggle-color-primary-selected-hover-border\/90 {
  color: rgb(75 71 189 / 0.9);
}
.text-comp-toggle-color-primary-selected-hover-border\/95 {
  color: rgb(75 71 189 / 0.95);
}
.text-comp-toggle-color-primary-selected-hover-border\/base-opacity-disabled {
  color: rgb(75 71 189 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-0 {
  color: rgb(75 71 189 / 0%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-10 {
  color: rgb(75 71 189 / 10%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-100 {
  color: rgb(75 71 189 / 100%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-20 {
  color: rgb(75 71 189 / 20%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-30 {
  color: rgb(75 71 189 / 30%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-40 {
  color: rgb(75 71 189 / 40%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-50 {
  color: rgb(75 71 189 / 50%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-60 {
  color: rgb(75 71 189 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-70 {
  color: rgb(75 71 189 / 70%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-80 {
  color: rgb(75 71 189 / 80%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-90 {
  color: rgb(75 71 189 / 90%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-primary-unselected-enabled-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-enabled-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-primary-unselected-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-focused-bg\/0 {
  color: rgb(249 250 251 / 0);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/100 {
  color: rgb(249 250 251 / 1);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-comp-toggle-color-primary-unselected-focused-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-focused-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-toggle-color-primary-unselected-focused-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-toggle-color-primary-unselected-focused-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-toggle-color-primary-unselected-focused-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-toggle-color-primary-unselected-focused-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-toggle-color-primary-unselected-focused-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-toggle-color-primary-unselected-focused-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-toggle-color-primary-unselected-focused-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-toggle-color-primary-unselected-focused-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-toggle-color-primary-unselected-focused-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-toggle-color-primary-unselected-focused-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-toggle-color-primary-unselected-focused-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-toggle-color-primary-unselected-focused-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-toggle-color-primary-unselected-focused-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-toggle-color-primary-unselected-focused-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-toggle-color-primary-unselected-focused-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-primary-unselected-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-hover-bg\/0 {
  color: rgb(249 250 251 / 0);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/100 {
  color: rgb(249 250 251 / 1);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-comp-toggle-color-primary-unselected-hover-border {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-hover-border\/0 {
  color: rgb(152 162 179 / 0);
}
.text-comp-toggle-color-primary-unselected-hover-border\/10 {
  color: rgb(152 162 179 / 0.1);
}
.text-comp-toggle-color-primary-unselected-hover-border\/100 {
  color: rgb(152 162 179 / 1);
}
.text-comp-toggle-color-primary-unselected-hover-border\/20 {
  color: rgb(152 162 179 / 0.2);
}
.text-comp-toggle-color-primary-unselected-hover-border\/25 {
  color: rgb(152 162 179 / 0.25);
}
.text-comp-toggle-color-primary-unselected-hover-border\/30 {
  color: rgb(152 162 179 / 0.3);
}
.text-comp-toggle-color-primary-unselected-hover-border\/40 {
  color: rgb(152 162 179 / 0.4);
}
.text-comp-toggle-color-primary-unselected-hover-border\/5 {
  color: rgb(152 162 179 / 0.05);
}
.text-comp-toggle-color-primary-unselected-hover-border\/50 {
  color: rgb(152 162 179 / 0.5);
}
.text-comp-toggle-color-primary-unselected-hover-border\/60 {
  color: rgb(152 162 179 / 0.6);
}
.text-comp-toggle-color-primary-unselected-hover-border\/70 {
  color: rgb(152 162 179 / 0.7);
}
.text-comp-toggle-color-primary-unselected-hover-border\/75 {
  color: rgb(152 162 179 / 0.75);
}
.text-comp-toggle-color-primary-unselected-hover-border\/80 {
  color: rgb(152 162 179 / 0.8);
}
.text-comp-toggle-color-primary-unselected-hover-border\/90 {
  color: rgb(152 162 179 / 0.9);
}
.text-comp-toggle-color-primary-unselected-hover-border\/95 {
  color: rgb(152 162 179 / 0.95);
}
.text-comp-toggle-color-primary-unselected-hover-border\/base-opacity-disabled {
  color: rgb(152 162 179 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-0 {
  color: rgb(152 162 179 / 0%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-10 {
  color: rgb(152 162 179 / 10%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-100 {
  color: rgb(152 162 179 / 100%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-20 {
  color: rgb(152 162 179 / 20%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-30 {
  color: rgb(152 162 179 / 30%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-40 {
  color: rgb(152 162 179 / 40%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-50 {
  color: rgb(152 162 179 / 50%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-60 {
  color: rgb(152 162 179 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-70 {
  color: rgb(152 162 179 / 70%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-80 {
  color: rgb(152 162 179 / 80%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-90 {
  color: rgb(152 162 179 / 90%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-core-color-blue-0 {
  --tw-text-opacity: 1;
  color: rgb(0 53 158 / var(--tw-text-opacity));
}
.text-core-color-blue-0\/0 {
  color: rgb(0 53 158 / 0);
}
.text-core-color-blue-0\/10 {
  color: rgb(0 53 158 / 0.1);
}
.text-core-color-blue-0\/100 {
  color: rgb(0 53 158 / 1);
}
.text-core-color-blue-0\/20 {
  color: rgb(0 53 158 / 0.2);
}
.text-core-color-blue-0\/25 {
  color: rgb(0 53 158 / 0.25);
}
.text-core-color-blue-0\/30 {
  color: rgb(0 53 158 / 0.3);
}
.text-core-color-blue-0\/40 {
  color: rgb(0 53 158 / 0.4);
}
.text-core-color-blue-0\/5 {
  color: rgb(0 53 158 / 0.05);
}
.text-core-color-blue-0\/50 {
  color: rgb(0 53 158 / 0.5);
}
.text-core-color-blue-0\/60 {
  color: rgb(0 53 158 / 0.6);
}
.text-core-color-blue-0\/70 {
  color: rgb(0 53 158 / 0.7);
}
.text-core-color-blue-0\/75 {
  color: rgb(0 53 158 / 0.75);
}
.text-core-color-blue-0\/80 {
  color: rgb(0 53 158 / 0.8);
}
.text-core-color-blue-0\/90 {
  color: rgb(0 53 158 / 0.9);
}
.text-core-color-blue-0\/95 {
  color: rgb(0 53 158 / 0.95);
}
.text-core-color-blue-0\/base-opacity-disabled {
  color: rgb(0 53 158 / 60%);
}
.text-core-color-blue-0\/core-opacity-0 {
  color: rgb(0 53 158 / 0%);
}
.text-core-color-blue-0\/core-opacity-10 {
  color: rgb(0 53 158 / 10%);
}
.text-core-color-blue-0\/core-opacity-100 {
  color: rgb(0 53 158 / 100%);
}
.text-core-color-blue-0\/core-opacity-20 {
  color: rgb(0 53 158 / 20%);
}
.text-core-color-blue-0\/core-opacity-30 {
  color: rgb(0 53 158 / 30%);
}
.text-core-color-blue-0\/core-opacity-40 {
  color: rgb(0 53 158 / 40%);
}
.text-core-color-blue-0\/core-opacity-50 {
  color: rgb(0 53 158 / 50%);
}
.text-core-color-blue-0\/core-opacity-60 {
  color: rgb(0 53 158 / 60%);
}
.text-core-color-blue-0\/core-opacity-70 {
  color: rgb(0 53 158 / 70%);
}
.text-core-color-blue-0\/core-opacity-80 {
  color: rgb(0 53 158 / 80%);
}
.text-core-color-blue-0\/core-opacity-90 {
  color: rgb(0 53 158 / 90%);
}
.text-core-color-blue-10 {
  --tw-text-opacity: 1;
  color: rgb(0 65 194 / var(--tw-text-opacity));
}
.text-core-color-blue-10\/0 {
  color: rgb(0 65 194 / 0);
}
.text-core-color-blue-10\/10 {
  color: rgb(0 65 194 / 0.1);
}
.text-core-color-blue-10\/100 {
  color: rgb(0 65 194 / 1);
}
.text-core-color-blue-10\/20 {
  color: rgb(0 65 194 / 0.2);
}
.text-core-color-blue-10\/25 {
  color: rgb(0 65 194 / 0.25);
}
.text-core-color-blue-10\/30 {
  color: rgb(0 65 194 / 0.3);
}
.text-core-color-blue-10\/40 {
  color: rgb(0 65 194 / 0.4);
}
.text-core-color-blue-10\/5 {
  color: rgb(0 65 194 / 0.05);
}
.text-core-color-blue-10\/50 {
  color: rgb(0 65 194 / 0.5);
}
.text-core-color-blue-10\/60 {
  color: rgb(0 65 194 / 0.6);
}
.text-core-color-blue-10\/70 {
  color: rgb(0 65 194 / 0.7);
}
.text-core-color-blue-10\/75 {
  color: rgb(0 65 194 / 0.75);
}
.text-core-color-blue-10\/80 {
  color: rgb(0 65 194 / 0.8);
}
.text-core-color-blue-10\/90 {
  color: rgb(0 65 194 / 0.9);
}
.text-core-color-blue-10\/95 {
  color: rgb(0 65 194 / 0.95);
}
.text-core-color-blue-10\/base-opacity-disabled {
  color: rgb(0 65 194 / 60%);
}
.text-core-color-blue-10\/core-opacity-0 {
  color: rgb(0 65 194 / 0%);
}
.text-core-color-blue-10\/core-opacity-10 {
  color: rgb(0 65 194 / 10%);
}
.text-core-color-blue-10\/core-opacity-100 {
  color: rgb(0 65 194 / 100%);
}
.text-core-color-blue-10\/core-opacity-20 {
  color: rgb(0 65 194 / 20%);
}
.text-core-color-blue-10\/core-opacity-30 {
  color: rgb(0 65 194 / 30%);
}
.text-core-color-blue-10\/core-opacity-40 {
  color: rgb(0 65 194 / 40%);
}
.text-core-color-blue-10\/core-opacity-50 {
  color: rgb(0 65 194 / 50%);
}
.text-core-color-blue-10\/core-opacity-60 {
  color: rgb(0 65 194 / 60%);
}
.text-core-color-blue-10\/core-opacity-70 {
  color: rgb(0 65 194 / 70%);
}
.text-core-color-blue-10\/core-opacity-80 {
  color: rgb(0 65 194 / 80%);
}
.text-core-color-blue-10\/core-opacity-90 {
  color: rgb(0 65 194 / 90%);
}
.text-core-color-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(245 248 255 / var(--tw-text-opacity));
}
.text-core-color-blue-100\/0 {
  color: rgb(245 248 255 / 0);
}
.text-core-color-blue-100\/10 {
  color: rgb(245 248 255 / 0.1);
}
.text-core-color-blue-100\/100 {
  color: rgb(245 248 255 / 1);
}
.text-core-color-blue-100\/20 {
  color: rgb(245 248 255 / 0.2);
}
.text-core-color-blue-100\/25 {
  color: rgb(245 248 255 / 0.25);
}
.text-core-color-blue-100\/30 {
  color: rgb(245 248 255 / 0.3);
}
.text-core-color-blue-100\/40 {
  color: rgb(245 248 255 / 0.4);
}
.text-core-color-blue-100\/5 {
  color: rgb(245 248 255 / 0.05);
}
.text-core-color-blue-100\/50 {
  color: rgb(245 248 255 / 0.5);
}
.text-core-color-blue-100\/60 {
  color: rgb(245 248 255 / 0.6);
}
.text-core-color-blue-100\/70 {
  color: rgb(245 248 255 / 0.7);
}
.text-core-color-blue-100\/75 {
  color: rgb(245 248 255 / 0.75);
}
.text-core-color-blue-100\/80 {
  color: rgb(245 248 255 / 0.8);
}
.text-core-color-blue-100\/90 {
  color: rgb(245 248 255 / 0.9);
}
.text-core-color-blue-100\/95 {
  color: rgb(245 248 255 / 0.95);
}
.text-core-color-blue-100\/base-opacity-disabled {
  color: rgb(245 248 255 / 60%);
}
.text-core-color-blue-100\/core-opacity-0 {
  color: rgb(245 248 255 / 0%);
}
.text-core-color-blue-100\/core-opacity-10 {
  color: rgb(245 248 255 / 10%);
}
.text-core-color-blue-100\/core-opacity-100 {
  color: rgb(245 248 255 / 100%);
}
.text-core-color-blue-100\/core-opacity-20 {
  color: rgb(245 248 255 / 20%);
}
.text-core-color-blue-100\/core-opacity-30 {
  color: rgb(245 248 255 / 30%);
}
.text-core-color-blue-100\/core-opacity-40 {
  color: rgb(245 248 255 / 40%);
}
.text-core-color-blue-100\/core-opacity-50 {
  color: rgb(245 248 255 / 50%);
}
.text-core-color-blue-100\/core-opacity-60 {
  color: rgb(245 248 255 / 60%);
}
.text-core-color-blue-100\/core-opacity-70 {
  color: rgb(245 248 255 / 70%);
}
.text-core-color-blue-100\/core-opacity-80 {
  color: rgb(245 248 255 / 80%);
}
.text-core-color-blue-100\/core-opacity-90 {
  color: rgb(245 248 255 / 90%);
}
.text-core-color-blue-20 {
  --tw-text-opacity: 1;
  color: rgb(0 78 235 / var(--tw-text-opacity));
}
.text-core-color-blue-20\/0 {
  color: rgb(0 78 235 / 0);
}
.text-core-color-blue-20\/10 {
  color: rgb(0 78 235 / 0.1);
}
.text-core-color-blue-20\/100 {
  color: rgb(0 78 235 / 1);
}
.text-core-color-blue-20\/20 {
  color: rgb(0 78 235 / 0.2);
}
.text-core-color-blue-20\/25 {
  color: rgb(0 78 235 / 0.25);
}
.text-core-color-blue-20\/30 {
  color: rgb(0 78 235 / 0.3);
}
.text-core-color-blue-20\/40 {
  color: rgb(0 78 235 / 0.4);
}
.text-core-color-blue-20\/5 {
  color: rgb(0 78 235 / 0.05);
}
.text-core-color-blue-20\/50 {
  color: rgb(0 78 235 / 0.5);
}
.text-core-color-blue-20\/60 {
  color: rgb(0 78 235 / 0.6);
}
.text-core-color-blue-20\/70 {
  color: rgb(0 78 235 / 0.7);
}
.text-core-color-blue-20\/75 {
  color: rgb(0 78 235 / 0.75);
}
.text-core-color-blue-20\/80 {
  color: rgb(0 78 235 / 0.8);
}
.text-core-color-blue-20\/90 {
  color: rgb(0 78 235 / 0.9);
}
.text-core-color-blue-20\/95 {
  color: rgb(0 78 235 / 0.95);
}
.text-core-color-blue-20\/base-opacity-disabled {
  color: rgb(0 78 235 / 60%);
}
.text-core-color-blue-20\/core-opacity-0 {
  color: rgb(0 78 235 / 0%);
}
.text-core-color-blue-20\/core-opacity-10 {
  color: rgb(0 78 235 / 10%);
}
.text-core-color-blue-20\/core-opacity-100 {
  color: rgb(0 78 235 / 100%);
}
.text-core-color-blue-20\/core-opacity-20 {
  color: rgb(0 78 235 / 20%);
}
.text-core-color-blue-20\/core-opacity-30 {
  color: rgb(0 78 235 / 30%);
}
.text-core-color-blue-20\/core-opacity-40 {
  color: rgb(0 78 235 / 40%);
}
.text-core-color-blue-20\/core-opacity-50 {
  color: rgb(0 78 235 / 50%);
}
.text-core-color-blue-20\/core-opacity-60 {
  color: rgb(0 78 235 / 60%);
}
.text-core-color-blue-20\/core-opacity-70 {
  color: rgb(0 78 235 / 70%);
}
.text-core-color-blue-20\/core-opacity-80 {
  color: rgb(0 78 235 / 80%);
}
.text-core-color-blue-20\/core-opacity-90 {
  color: rgb(0 78 235 / 90%);
}
.text-core-color-blue-30 {
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.text-core-color-blue-30\/0 {
  color: rgb(21 94 239 / 0);
}
.text-core-color-blue-30\/10 {
  color: rgb(21 94 239 / 0.1);
}
.text-core-color-blue-30\/100 {
  color: rgb(21 94 239 / 1);
}
.text-core-color-blue-30\/20 {
  color: rgb(21 94 239 / 0.2);
}
.text-core-color-blue-30\/25 {
  color: rgb(21 94 239 / 0.25);
}
.text-core-color-blue-30\/30 {
  color: rgb(21 94 239 / 0.3);
}
.text-core-color-blue-30\/40 {
  color: rgb(21 94 239 / 0.4);
}
.text-core-color-blue-30\/5 {
  color: rgb(21 94 239 / 0.05);
}
.text-core-color-blue-30\/50 {
  color: rgb(21 94 239 / 0.5);
}
.text-core-color-blue-30\/60 {
  color: rgb(21 94 239 / 0.6);
}
.text-core-color-blue-30\/70 {
  color: rgb(21 94 239 / 0.7);
}
.text-core-color-blue-30\/75 {
  color: rgb(21 94 239 / 0.75);
}
.text-core-color-blue-30\/80 {
  color: rgb(21 94 239 / 0.8);
}
.text-core-color-blue-30\/90 {
  color: rgb(21 94 239 / 0.9);
}
.text-core-color-blue-30\/95 {
  color: rgb(21 94 239 / 0.95);
}
.text-core-color-blue-30\/base-opacity-disabled {
  color: rgb(21 94 239 / 60%);
}
.text-core-color-blue-30\/core-opacity-0 {
  color: rgb(21 94 239 / 0%);
}
.text-core-color-blue-30\/core-opacity-10 {
  color: rgb(21 94 239 / 10%);
}
.text-core-color-blue-30\/core-opacity-100 {
  color: rgb(21 94 239 / 100%);
}
.text-core-color-blue-30\/core-opacity-20 {
  color: rgb(21 94 239 / 20%);
}
.text-core-color-blue-30\/core-opacity-30 {
  color: rgb(21 94 239 / 30%);
}
.text-core-color-blue-30\/core-opacity-40 {
  color: rgb(21 94 239 / 40%);
}
.text-core-color-blue-30\/core-opacity-50 {
  color: rgb(21 94 239 / 50%);
}
.text-core-color-blue-30\/core-opacity-60 {
  color: rgb(21 94 239 / 60%);
}
.text-core-color-blue-30\/core-opacity-70 {
  color: rgb(21 94 239 / 70%);
}
.text-core-color-blue-30\/core-opacity-80 {
  color: rgb(21 94 239 / 80%);
}
.text-core-color-blue-30\/core-opacity-90 {
  color: rgb(21 94 239 / 90%);
}
.text-core-color-blue-40 {
  --tw-text-opacity: 1;
  color: rgb(41 112 255 / var(--tw-text-opacity));
}
.text-core-color-blue-40\/0 {
  color: rgb(41 112 255 / 0);
}
.text-core-color-blue-40\/10 {
  color: rgb(41 112 255 / 0.1);
}
.text-core-color-blue-40\/100 {
  color: rgb(41 112 255 / 1);
}
.text-core-color-blue-40\/20 {
  color: rgb(41 112 255 / 0.2);
}
.text-core-color-blue-40\/25 {
  color: rgb(41 112 255 / 0.25);
}
.text-core-color-blue-40\/30 {
  color: rgb(41 112 255 / 0.3);
}
.text-core-color-blue-40\/40 {
  color: rgb(41 112 255 / 0.4);
}
.text-core-color-blue-40\/5 {
  color: rgb(41 112 255 / 0.05);
}
.text-core-color-blue-40\/50 {
  color: rgb(41 112 255 / 0.5);
}
.text-core-color-blue-40\/60 {
  color: rgb(41 112 255 / 0.6);
}
.text-core-color-blue-40\/70 {
  color: rgb(41 112 255 / 0.7);
}
.text-core-color-blue-40\/75 {
  color: rgb(41 112 255 / 0.75);
}
.text-core-color-blue-40\/80 {
  color: rgb(41 112 255 / 0.8);
}
.text-core-color-blue-40\/90 {
  color: rgb(41 112 255 / 0.9);
}
.text-core-color-blue-40\/95 {
  color: rgb(41 112 255 / 0.95);
}
.text-core-color-blue-40\/base-opacity-disabled {
  color: rgb(41 112 255 / 60%);
}
.text-core-color-blue-40\/core-opacity-0 {
  color: rgb(41 112 255 / 0%);
}
.text-core-color-blue-40\/core-opacity-10 {
  color: rgb(41 112 255 / 10%);
}
.text-core-color-blue-40\/core-opacity-100 {
  color: rgb(41 112 255 / 100%);
}
.text-core-color-blue-40\/core-opacity-20 {
  color: rgb(41 112 255 / 20%);
}
.text-core-color-blue-40\/core-opacity-30 {
  color: rgb(41 112 255 / 30%);
}
.text-core-color-blue-40\/core-opacity-40 {
  color: rgb(41 112 255 / 40%);
}
.text-core-color-blue-40\/core-opacity-50 {
  color: rgb(41 112 255 / 50%);
}
.text-core-color-blue-40\/core-opacity-60 {
  color: rgb(41 112 255 / 60%);
}
.text-core-color-blue-40\/core-opacity-70 {
  color: rgb(41 112 255 / 70%);
}
.text-core-color-blue-40\/core-opacity-80 {
  color: rgb(41 112 255 / 80%);
}
.text-core-color-blue-40\/core-opacity-90 {
  color: rgb(41 112 255 / 90%);
}
.text-core-color-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(82 139 255 / var(--tw-text-opacity));
}
.text-core-color-blue-50\/0 {
  color: rgb(82 139 255 / 0);
}
.text-core-color-blue-50\/10 {
  color: rgb(82 139 255 / 0.1);
}
.text-core-color-blue-50\/100 {
  color: rgb(82 139 255 / 1);
}
.text-core-color-blue-50\/20 {
  color: rgb(82 139 255 / 0.2);
}
.text-core-color-blue-50\/25 {
  color: rgb(82 139 255 / 0.25);
}
.text-core-color-blue-50\/30 {
  color: rgb(82 139 255 / 0.3);
}
.text-core-color-blue-50\/40 {
  color: rgb(82 139 255 / 0.4);
}
.text-core-color-blue-50\/5 {
  color: rgb(82 139 255 / 0.05);
}
.text-core-color-blue-50\/50 {
  color: rgb(82 139 255 / 0.5);
}
.text-core-color-blue-50\/60 {
  color: rgb(82 139 255 / 0.6);
}
.text-core-color-blue-50\/70 {
  color: rgb(82 139 255 / 0.7);
}
.text-core-color-blue-50\/75 {
  color: rgb(82 139 255 / 0.75);
}
.text-core-color-blue-50\/80 {
  color: rgb(82 139 255 / 0.8);
}
.text-core-color-blue-50\/90 {
  color: rgb(82 139 255 / 0.9);
}
.text-core-color-blue-50\/95 {
  color: rgb(82 139 255 / 0.95);
}
.text-core-color-blue-50\/base-opacity-disabled {
  color: rgb(82 139 255 / 60%);
}
.text-core-color-blue-50\/core-opacity-0 {
  color: rgb(82 139 255 / 0%);
}
.text-core-color-blue-50\/core-opacity-10 {
  color: rgb(82 139 255 / 10%);
}
.text-core-color-blue-50\/core-opacity-100 {
  color: rgb(82 139 255 / 100%);
}
.text-core-color-blue-50\/core-opacity-20 {
  color: rgb(82 139 255 / 20%);
}
.text-core-color-blue-50\/core-opacity-30 {
  color: rgb(82 139 255 / 30%);
}
.text-core-color-blue-50\/core-opacity-40 {
  color: rgb(82 139 255 / 40%);
}
.text-core-color-blue-50\/core-opacity-50 {
  color: rgb(82 139 255 / 50%);
}
.text-core-color-blue-50\/core-opacity-60 {
  color: rgb(82 139 255 / 60%);
}
.text-core-color-blue-50\/core-opacity-70 {
  color: rgb(82 139 255 / 70%);
}
.text-core-color-blue-50\/core-opacity-80 {
  color: rgb(82 139 255 / 80%);
}
.text-core-color-blue-50\/core-opacity-90 {
  color: rgb(82 139 255 / 90%);
}
.text-core-color-blue-60 {
  --tw-text-opacity: 1;
  color: rgb(133 173 255 / var(--tw-text-opacity));
}
.text-core-color-blue-60\/0 {
  color: rgb(133 173 255 / 0);
}
.text-core-color-blue-60\/10 {
  color: rgb(133 173 255 / 0.1);
}
.text-core-color-blue-60\/100 {
  color: rgb(133 173 255 / 1);
}
.text-core-color-blue-60\/20 {
  color: rgb(133 173 255 / 0.2);
}
.text-core-color-blue-60\/25 {
  color: rgb(133 173 255 / 0.25);
}
.text-core-color-blue-60\/30 {
  color: rgb(133 173 255 / 0.3);
}
.text-core-color-blue-60\/40 {
  color: rgb(133 173 255 / 0.4);
}
.text-core-color-blue-60\/5 {
  color: rgb(133 173 255 / 0.05);
}
.text-core-color-blue-60\/50 {
  color: rgb(133 173 255 / 0.5);
}
.text-core-color-blue-60\/60 {
  color: rgb(133 173 255 / 0.6);
}
.text-core-color-blue-60\/70 {
  color: rgb(133 173 255 / 0.7);
}
.text-core-color-blue-60\/75 {
  color: rgb(133 173 255 / 0.75);
}
.text-core-color-blue-60\/80 {
  color: rgb(133 173 255 / 0.8);
}
.text-core-color-blue-60\/90 {
  color: rgb(133 173 255 / 0.9);
}
.text-core-color-blue-60\/95 {
  color: rgb(133 173 255 / 0.95);
}
.text-core-color-blue-60\/base-opacity-disabled {
  color: rgb(133 173 255 / 60%);
}
.text-core-color-blue-60\/core-opacity-0 {
  color: rgb(133 173 255 / 0%);
}
.text-core-color-blue-60\/core-opacity-10 {
  color: rgb(133 173 255 / 10%);
}
.text-core-color-blue-60\/core-opacity-100 {
  color: rgb(133 173 255 / 100%);
}
.text-core-color-blue-60\/core-opacity-20 {
  color: rgb(133 173 255 / 20%);
}
.text-core-color-blue-60\/core-opacity-30 {
  color: rgb(133 173 255 / 30%);
}
.text-core-color-blue-60\/core-opacity-40 {
  color: rgb(133 173 255 / 40%);
}
.text-core-color-blue-60\/core-opacity-50 {
  color: rgb(133 173 255 / 50%);
}
.text-core-color-blue-60\/core-opacity-60 {
  color: rgb(133 173 255 / 60%);
}
.text-core-color-blue-60\/core-opacity-70 {
  color: rgb(133 173 255 / 70%);
}
.text-core-color-blue-60\/core-opacity-80 {
  color: rgb(133 173 255 / 80%);
}
.text-core-color-blue-60\/core-opacity-90 {
  color: rgb(133 173 255 / 90%);
}
.text-core-color-blue-70 {
  --tw-text-opacity: 1;
  color: rgb(179 204 255 / var(--tw-text-opacity));
}
.text-core-color-blue-70\/0 {
  color: rgb(179 204 255 / 0);
}
.text-core-color-blue-70\/10 {
  color: rgb(179 204 255 / 0.1);
}
.text-core-color-blue-70\/100 {
  color: rgb(179 204 255 / 1);
}
.text-core-color-blue-70\/20 {
  color: rgb(179 204 255 / 0.2);
}
.text-core-color-blue-70\/25 {
  color: rgb(179 204 255 / 0.25);
}
.text-core-color-blue-70\/30 {
  color: rgb(179 204 255 / 0.3);
}
.text-core-color-blue-70\/40 {
  color: rgb(179 204 255 / 0.4);
}
.text-core-color-blue-70\/5 {
  color: rgb(179 204 255 / 0.05);
}
.text-core-color-blue-70\/50 {
  color: rgb(179 204 255 / 0.5);
}
.text-core-color-blue-70\/60 {
  color: rgb(179 204 255 / 0.6);
}
.text-core-color-blue-70\/70 {
  color: rgb(179 204 255 / 0.7);
}
.text-core-color-blue-70\/75 {
  color: rgb(179 204 255 / 0.75);
}
.text-core-color-blue-70\/80 {
  color: rgb(179 204 255 / 0.8);
}
.text-core-color-blue-70\/90 {
  color: rgb(179 204 255 / 0.9);
}
.text-core-color-blue-70\/95 {
  color: rgb(179 204 255 / 0.95);
}
.text-core-color-blue-70\/base-opacity-disabled {
  color: rgb(179 204 255 / 60%);
}
.text-core-color-blue-70\/core-opacity-0 {
  color: rgb(179 204 255 / 0%);
}
.text-core-color-blue-70\/core-opacity-10 {
  color: rgb(179 204 255 / 10%);
}
.text-core-color-blue-70\/core-opacity-100 {
  color: rgb(179 204 255 / 100%);
}
.text-core-color-blue-70\/core-opacity-20 {
  color: rgb(179 204 255 / 20%);
}
.text-core-color-blue-70\/core-opacity-30 {
  color: rgb(179 204 255 / 30%);
}
.text-core-color-blue-70\/core-opacity-40 {
  color: rgb(179 204 255 / 40%);
}
.text-core-color-blue-70\/core-opacity-50 {
  color: rgb(179 204 255 / 50%);
}
.text-core-color-blue-70\/core-opacity-60 {
  color: rgb(179 204 255 / 60%);
}
.text-core-color-blue-70\/core-opacity-70 {
  color: rgb(179 204 255 / 70%);
}
.text-core-color-blue-70\/core-opacity-80 {
  color: rgb(179 204 255 / 80%);
}
.text-core-color-blue-70\/core-opacity-90 {
  color: rgb(179 204 255 / 90%);
}
.text-core-color-blue-80 {
  --tw-text-opacity: 1;
  color: rgb(209 224 255 / var(--tw-text-opacity));
}
.text-core-color-blue-80\/0 {
  color: rgb(209 224 255 / 0);
}
.text-core-color-blue-80\/10 {
  color: rgb(209 224 255 / 0.1);
}
.text-core-color-blue-80\/100 {
  color: rgb(209 224 255 / 1);
}
.text-core-color-blue-80\/20 {
  color: rgb(209 224 255 / 0.2);
}
.text-core-color-blue-80\/25 {
  color: rgb(209 224 255 / 0.25);
}
.text-core-color-blue-80\/30 {
  color: rgb(209 224 255 / 0.3);
}
.text-core-color-blue-80\/40 {
  color: rgb(209 224 255 / 0.4);
}
.text-core-color-blue-80\/5 {
  color: rgb(209 224 255 / 0.05);
}
.text-core-color-blue-80\/50 {
  color: rgb(209 224 255 / 0.5);
}
.text-core-color-blue-80\/60 {
  color: rgb(209 224 255 / 0.6);
}
.text-core-color-blue-80\/70 {
  color: rgb(209 224 255 / 0.7);
}
.text-core-color-blue-80\/75 {
  color: rgb(209 224 255 / 0.75);
}
.text-core-color-blue-80\/80 {
  color: rgb(209 224 255 / 0.8);
}
.text-core-color-blue-80\/90 {
  color: rgb(209 224 255 / 0.9);
}
.text-core-color-blue-80\/95 {
  color: rgb(209 224 255 / 0.95);
}
.text-core-color-blue-80\/base-opacity-disabled {
  color: rgb(209 224 255 / 60%);
}
.text-core-color-blue-80\/core-opacity-0 {
  color: rgb(209 224 255 / 0%);
}
.text-core-color-blue-80\/core-opacity-10 {
  color: rgb(209 224 255 / 10%);
}
.text-core-color-blue-80\/core-opacity-100 {
  color: rgb(209 224 255 / 100%);
}
.text-core-color-blue-80\/core-opacity-20 {
  color: rgb(209 224 255 / 20%);
}
.text-core-color-blue-80\/core-opacity-30 {
  color: rgb(209 224 255 / 30%);
}
.text-core-color-blue-80\/core-opacity-40 {
  color: rgb(209 224 255 / 40%);
}
.text-core-color-blue-80\/core-opacity-50 {
  color: rgb(209 224 255 / 50%);
}
.text-core-color-blue-80\/core-opacity-60 {
  color: rgb(209 224 255 / 60%);
}
.text-core-color-blue-80\/core-opacity-70 {
  color: rgb(209 224 255 / 70%);
}
.text-core-color-blue-80\/core-opacity-80 {
  color: rgb(209 224 255 / 80%);
}
.text-core-color-blue-80\/core-opacity-90 {
  color: rgb(209 224 255 / 90%);
}
.text-core-color-blue-90 {
  --tw-text-opacity: 1;
  color: rgb(240 245 255 / var(--tw-text-opacity));
}
.text-core-color-blue-90\/0 {
  color: rgb(240 245 255 / 0);
}
.text-core-color-blue-90\/10 {
  color: rgb(240 245 255 / 0.1);
}
.text-core-color-blue-90\/100 {
  color: rgb(240 245 255 / 1);
}
.text-core-color-blue-90\/20 {
  color: rgb(240 245 255 / 0.2);
}
.text-core-color-blue-90\/25 {
  color: rgb(240 245 255 / 0.25);
}
.text-core-color-blue-90\/30 {
  color: rgb(240 245 255 / 0.3);
}
.text-core-color-blue-90\/40 {
  color: rgb(240 245 255 / 0.4);
}
.text-core-color-blue-90\/5 {
  color: rgb(240 245 255 / 0.05);
}
.text-core-color-blue-90\/50 {
  color: rgb(240 245 255 / 0.5);
}
.text-core-color-blue-90\/60 {
  color: rgb(240 245 255 / 0.6);
}
.text-core-color-blue-90\/70 {
  color: rgb(240 245 255 / 0.7);
}
.text-core-color-blue-90\/75 {
  color: rgb(240 245 255 / 0.75);
}
.text-core-color-blue-90\/80 {
  color: rgb(240 245 255 / 0.8);
}
.text-core-color-blue-90\/90 {
  color: rgb(240 245 255 / 0.9);
}
.text-core-color-blue-90\/95 {
  color: rgb(240 245 255 / 0.95);
}
.text-core-color-blue-90\/base-opacity-disabled {
  color: rgb(240 245 255 / 60%);
}
.text-core-color-blue-90\/core-opacity-0 {
  color: rgb(240 245 255 / 0%);
}
.text-core-color-blue-90\/core-opacity-10 {
  color: rgb(240 245 255 / 10%);
}
.text-core-color-blue-90\/core-opacity-100 {
  color: rgb(240 245 255 / 100%);
}
.text-core-color-blue-90\/core-opacity-20 {
  color: rgb(240 245 255 / 20%);
}
.text-core-color-blue-90\/core-opacity-30 {
  color: rgb(240 245 255 / 30%);
}
.text-core-color-blue-90\/core-opacity-40 {
  color: rgb(240 245 255 / 40%);
}
.text-core-color-blue-90\/core-opacity-50 {
  color: rgb(240 245 255 / 50%);
}
.text-core-color-blue-90\/core-opacity-60 {
  color: rgb(240 245 255 / 60%);
}
.text-core-color-blue-90\/core-opacity-70 {
  color: rgb(240 245 255 / 70%);
}
.text-core-color-blue-90\/core-opacity-80 {
  color: rgb(240 245 255 / 80%);
}
.text-core-color-blue-90\/core-opacity-90 {
  color: rgb(240 245 255 / 90%);
}
.text-core-color-cyan-0 {
  --tw-text-opacity: 1;
  color: rgb(22 77 100 / var(--tw-text-opacity));
}
.text-core-color-cyan-0\/0 {
  color: rgb(22 77 100 / 0);
}
.text-core-color-cyan-0\/10 {
  color: rgb(22 77 100 / 0.1);
}
.text-core-color-cyan-0\/100 {
  color: rgb(22 77 100 / 1);
}
.text-core-color-cyan-0\/20 {
  color: rgb(22 77 100 / 0.2);
}
.text-core-color-cyan-0\/25 {
  color: rgb(22 77 100 / 0.25);
}
.text-core-color-cyan-0\/30 {
  color: rgb(22 77 100 / 0.3);
}
.text-core-color-cyan-0\/40 {
  color: rgb(22 77 100 / 0.4);
}
.text-core-color-cyan-0\/5 {
  color: rgb(22 77 100 / 0.05);
}
.text-core-color-cyan-0\/50 {
  color: rgb(22 77 100 / 0.5);
}
.text-core-color-cyan-0\/60 {
  color: rgb(22 77 100 / 0.6);
}
.text-core-color-cyan-0\/70 {
  color: rgb(22 77 100 / 0.7);
}
.text-core-color-cyan-0\/75 {
  color: rgb(22 77 100 / 0.75);
}
.text-core-color-cyan-0\/80 {
  color: rgb(22 77 100 / 0.8);
}
.text-core-color-cyan-0\/90 {
  color: rgb(22 77 100 / 0.9);
}
.text-core-color-cyan-0\/95 {
  color: rgb(22 77 100 / 0.95);
}
.text-core-color-cyan-0\/base-opacity-disabled {
  color: rgb(22 77 100 / 60%);
}
.text-core-color-cyan-0\/core-opacity-0 {
  color: rgb(22 77 100 / 0%);
}
.text-core-color-cyan-0\/core-opacity-10 {
  color: rgb(22 77 100 / 10%);
}
.text-core-color-cyan-0\/core-opacity-100 {
  color: rgb(22 77 100 / 100%);
}
.text-core-color-cyan-0\/core-opacity-20 {
  color: rgb(22 77 100 / 20%);
}
.text-core-color-cyan-0\/core-opacity-30 {
  color: rgb(22 77 100 / 30%);
}
.text-core-color-cyan-0\/core-opacity-40 {
  color: rgb(22 77 100 / 40%);
}
.text-core-color-cyan-0\/core-opacity-50 {
  color: rgb(22 77 100 / 50%);
}
.text-core-color-cyan-0\/core-opacity-60 {
  color: rgb(22 77 100 / 60%);
}
.text-core-color-cyan-0\/core-opacity-70 {
  color: rgb(22 77 100 / 70%);
}
.text-core-color-cyan-0\/core-opacity-80 {
  color: rgb(22 77 100 / 80%);
}
.text-core-color-cyan-0\/core-opacity-90 {
  color: rgb(22 77 100 / 90%);
}
.text-core-color-cyan-10 {
  --tw-text-opacity: 1;
  color: rgb(21 91 117 / var(--tw-text-opacity));
}
.text-core-color-cyan-10\/0 {
  color: rgb(21 91 117 / 0);
}
.text-core-color-cyan-10\/10 {
  color: rgb(21 91 117 / 0.1);
}
.text-core-color-cyan-10\/100 {
  color: rgb(21 91 117 / 1);
}
.text-core-color-cyan-10\/20 {
  color: rgb(21 91 117 / 0.2);
}
.text-core-color-cyan-10\/25 {
  color: rgb(21 91 117 / 0.25);
}
.text-core-color-cyan-10\/30 {
  color: rgb(21 91 117 / 0.3);
}
.text-core-color-cyan-10\/40 {
  color: rgb(21 91 117 / 0.4);
}
.text-core-color-cyan-10\/5 {
  color: rgb(21 91 117 / 0.05);
}
.text-core-color-cyan-10\/50 {
  color: rgb(21 91 117 / 0.5);
}
.text-core-color-cyan-10\/60 {
  color: rgb(21 91 117 / 0.6);
}
.text-core-color-cyan-10\/70 {
  color: rgb(21 91 117 / 0.7);
}
.text-core-color-cyan-10\/75 {
  color: rgb(21 91 117 / 0.75);
}
.text-core-color-cyan-10\/80 {
  color: rgb(21 91 117 / 0.8);
}
.text-core-color-cyan-10\/90 {
  color: rgb(21 91 117 / 0.9);
}
.text-core-color-cyan-10\/95 {
  color: rgb(21 91 117 / 0.95);
}
.text-core-color-cyan-10\/base-opacity-disabled {
  color: rgb(21 91 117 / 60%);
}
.text-core-color-cyan-10\/core-opacity-0 {
  color: rgb(21 91 117 / 0%);
}
.text-core-color-cyan-10\/core-opacity-10 {
  color: rgb(21 91 117 / 10%);
}
.text-core-color-cyan-10\/core-opacity-100 {
  color: rgb(21 91 117 / 100%);
}
.text-core-color-cyan-10\/core-opacity-20 {
  color: rgb(21 91 117 / 20%);
}
.text-core-color-cyan-10\/core-opacity-30 {
  color: rgb(21 91 117 / 30%);
}
.text-core-color-cyan-10\/core-opacity-40 {
  color: rgb(21 91 117 / 40%);
}
.text-core-color-cyan-10\/core-opacity-50 {
  color: rgb(21 91 117 / 50%);
}
.text-core-color-cyan-10\/core-opacity-60 {
  color: rgb(21 91 117 / 60%);
}
.text-core-color-cyan-10\/core-opacity-70 {
  color: rgb(21 91 117 / 70%);
}
.text-core-color-cyan-10\/core-opacity-80 {
  color: rgb(21 91 117 / 80%);
}
.text-core-color-cyan-10\/core-opacity-90 {
  color: rgb(21 91 117 / 90%);
}
.text-core-color-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(245 254 255 / var(--tw-text-opacity));
}
.text-core-color-cyan-100\/0 {
  color: rgb(245 254 255 / 0);
}
.text-core-color-cyan-100\/10 {
  color: rgb(245 254 255 / 0.1);
}
.text-core-color-cyan-100\/100 {
  color: rgb(245 254 255 / 1);
}
.text-core-color-cyan-100\/20 {
  color: rgb(245 254 255 / 0.2);
}
.text-core-color-cyan-100\/25 {
  color: rgb(245 254 255 / 0.25);
}
.text-core-color-cyan-100\/30 {
  color: rgb(245 254 255 / 0.3);
}
.text-core-color-cyan-100\/40 {
  color: rgb(245 254 255 / 0.4);
}
.text-core-color-cyan-100\/5 {
  color: rgb(245 254 255 / 0.05);
}
.text-core-color-cyan-100\/50 {
  color: rgb(245 254 255 / 0.5);
}
.text-core-color-cyan-100\/60 {
  color: rgb(245 254 255 / 0.6);
}
.text-core-color-cyan-100\/70 {
  color: rgb(245 254 255 / 0.7);
}
.text-core-color-cyan-100\/75 {
  color: rgb(245 254 255 / 0.75);
}
.text-core-color-cyan-100\/80 {
  color: rgb(245 254 255 / 0.8);
}
.text-core-color-cyan-100\/90 {
  color: rgb(245 254 255 / 0.9);
}
.text-core-color-cyan-100\/95 {
  color: rgb(245 254 255 / 0.95);
}
.text-core-color-cyan-100\/base-opacity-disabled {
  color: rgb(245 254 255 / 60%);
}
.text-core-color-cyan-100\/core-opacity-0 {
  color: rgb(245 254 255 / 0%);
}
.text-core-color-cyan-100\/core-opacity-10 {
  color: rgb(245 254 255 / 10%);
}
.text-core-color-cyan-100\/core-opacity-100 {
  color: rgb(245 254 255 / 100%);
}
.text-core-color-cyan-100\/core-opacity-20 {
  color: rgb(245 254 255 / 20%);
}
.text-core-color-cyan-100\/core-opacity-30 {
  color: rgb(245 254 255 / 30%);
}
.text-core-color-cyan-100\/core-opacity-40 {
  color: rgb(245 254 255 / 40%);
}
.text-core-color-cyan-100\/core-opacity-50 {
  color: rgb(245 254 255 / 50%);
}
.text-core-color-cyan-100\/core-opacity-60 {
  color: rgb(245 254 255 / 60%);
}
.text-core-color-cyan-100\/core-opacity-70 {
  color: rgb(245 254 255 / 70%);
}
.text-core-color-cyan-100\/core-opacity-80 {
  color: rgb(245 254 255 / 80%);
}
.text-core-color-cyan-100\/core-opacity-90 {
  color: rgb(245 254 255 / 90%);
}
.text-core-color-cyan-20 {
  --tw-text-opacity: 1;
  color: rgb(14 111 144 / var(--tw-text-opacity));
}
.text-core-color-cyan-20\/0 {
  color: rgb(14 111 144 / 0);
}
.text-core-color-cyan-20\/10 {
  color: rgb(14 111 144 / 0.1);
}
.text-core-color-cyan-20\/100 {
  color: rgb(14 111 144 / 1);
}
.text-core-color-cyan-20\/20 {
  color: rgb(14 111 144 / 0.2);
}
.text-core-color-cyan-20\/25 {
  color: rgb(14 111 144 / 0.25);
}
.text-core-color-cyan-20\/30 {
  color: rgb(14 111 144 / 0.3);
}
.text-core-color-cyan-20\/40 {
  color: rgb(14 111 144 / 0.4);
}
.text-core-color-cyan-20\/5 {
  color: rgb(14 111 144 / 0.05);
}
.text-core-color-cyan-20\/50 {
  color: rgb(14 111 144 / 0.5);
}
.text-core-color-cyan-20\/60 {
  color: rgb(14 111 144 / 0.6);
}
.text-core-color-cyan-20\/70 {
  color: rgb(14 111 144 / 0.7);
}
.text-core-color-cyan-20\/75 {
  color: rgb(14 111 144 / 0.75);
}
.text-core-color-cyan-20\/80 {
  color: rgb(14 111 144 / 0.8);
}
.text-core-color-cyan-20\/90 {
  color: rgb(14 111 144 / 0.9);
}
.text-core-color-cyan-20\/95 {
  color: rgb(14 111 144 / 0.95);
}
.text-core-color-cyan-20\/base-opacity-disabled {
  color: rgb(14 111 144 / 60%);
}
.text-core-color-cyan-20\/core-opacity-0 {
  color: rgb(14 111 144 / 0%);
}
.text-core-color-cyan-20\/core-opacity-10 {
  color: rgb(14 111 144 / 10%);
}
.text-core-color-cyan-20\/core-opacity-100 {
  color: rgb(14 111 144 / 100%);
}
.text-core-color-cyan-20\/core-opacity-20 {
  color: rgb(14 111 144 / 20%);
}
.text-core-color-cyan-20\/core-opacity-30 {
  color: rgb(14 111 144 / 30%);
}
.text-core-color-cyan-20\/core-opacity-40 {
  color: rgb(14 111 144 / 40%);
}
.text-core-color-cyan-20\/core-opacity-50 {
  color: rgb(14 111 144 / 50%);
}
.text-core-color-cyan-20\/core-opacity-60 {
  color: rgb(14 111 144 / 60%);
}
.text-core-color-cyan-20\/core-opacity-70 {
  color: rgb(14 111 144 / 70%);
}
.text-core-color-cyan-20\/core-opacity-80 {
  color: rgb(14 111 144 / 80%);
}
.text-core-color-cyan-20\/core-opacity-90 {
  color: rgb(14 111 144 / 90%);
}
.text-core-color-cyan-30 {
  --tw-text-opacity: 1;
  color: rgb(8 136 175 / var(--tw-text-opacity));
}
.text-core-color-cyan-30\/0 {
  color: rgb(8 136 175 / 0);
}
.text-core-color-cyan-30\/10 {
  color: rgb(8 136 175 / 0.1);
}
.text-core-color-cyan-30\/100 {
  color: rgb(8 136 175 / 1);
}
.text-core-color-cyan-30\/20 {
  color: rgb(8 136 175 / 0.2);
}
.text-core-color-cyan-30\/25 {
  color: rgb(8 136 175 / 0.25);
}
.text-core-color-cyan-30\/30 {
  color: rgb(8 136 175 / 0.3);
}
.text-core-color-cyan-30\/40 {
  color: rgb(8 136 175 / 0.4);
}
.text-core-color-cyan-30\/5 {
  color: rgb(8 136 175 / 0.05);
}
.text-core-color-cyan-30\/50 {
  color: rgb(8 136 175 / 0.5);
}
.text-core-color-cyan-30\/60 {
  color: rgb(8 136 175 / 0.6);
}
.text-core-color-cyan-30\/70 {
  color: rgb(8 136 175 / 0.7);
}
.text-core-color-cyan-30\/75 {
  color: rgb(8 136 175 / 0.75);
}
.text-core-color-cyan-30\/80 {
  color: rgb(8 136 175 / 0.8);
}
.text-core-color-cyan-30\/90 {
  color: rgb(8 136 175 / 0.9);
}
.text-core-color-cyan-30\/95 {
  color: rgb(8 136 175 / 0.95);
}
.text-core-color-cyan-30\/base-opacity-disabled {
  color: rgb(8 136 175 / 60%);
}
.text-core-color-cyan-30\/core-opacity-0 {
  color: rgb(8 136 175 / 0%);
}
.text-core-color-cyan-30\/core-opacity-10 {
  color: rgb(8 136 175 / 10%);
}
.text-core-color-cyan-30\/core-opacity-100 {
  color: rgb(8 136 175 / 100%);
}
.text-core-color-cyan-30\/core-opacity-20 {
  color: rgb(8 136 175 / 20%);
}
.text-core-color-cyan-30\/core-opacity-30 {
  color: rgb(8 136 175 / 30%);
}
.text-core-color-cyan-30\/core-opacity-40 {
  color: rgb(8 136 175 / 40%);
}
.text-core-color-cyan-30\/core-opacity-50 {
  color: rgb(8 136 175 / 50%);
}
.text-core-color-cyan-30\/core-opacity-60 {
  color: rgb(8 136 175 / 60%);
}
.text-core-color-cyan-30\/core-opacity-70 {
  color: rgb(8 136 175 / 70%);
}
.text-core-color-cyan-30\/core-opacity-80 {
  color: rgb(8 136 175 / 80%);
}
.text-core-color-cyan-30\/core-opacity-90 {
  color: rgb(8 136 175 / 90%);
}
.text-core-color-cyan-40 {
  --tw-text-opacity: 1;
  color: rgb(7 175 213 / var(--tw-text-opacity));
}
.text-core-color-cyan-40\/0 {
  color: rgb(7 175 213 / 0);
}
.text-core-color-cyan-40\/10 {
  color: rgb(7 175 213 / 0.1);
}
.text-core-color-cyan-40\/100 {
  color: rgb(7 175 213 / 1);
}
.text-core-color-cyan-40\/20 {
  color: rgb(7 175 213 / 0.2);
}
.text-core-color-cyan-40\/25 {
  color: rgb(7 175 213 / 0.25);
}
.text-core-color-cyan-40\/30 {
  color: rgb(7 175 213 / 0.3);
}
.text-core-color-cyan-40\/40 {
  color: rgb(7 175 213 / 0.4);
}
.text-core-color-cyan-40\/5 {
  color: rgb(7 175 213 / 0.05);
}
.text-core-color-cyan-40\/50 {
  color: rgb(7 175 213 / 0.5);
}
.text-core-color-cyan-40\/60 {
  color: rgb(7 175 213 / 0.6);
}
.text-core-color-cyan-40\/70 {
  color: rgb(7 175 213 / 0.7);
}
.text-core-color-cyan-40\/75 {
  color: rgb(7 175 213 / 0.75);
}
.text-core-color-cyan-40\/80 {
  color: rgb(7 175 213 / 0.8);
}
.text-core-color-cyan-40\/90 {
  color: rgb(7 175 213 / 0.9);
}
.text-core-color-cyan-40\/95 {
  color: rgb(7 175 213 / 0.95);
}
.text-core-color-cyan-40\/base-opacity-disabled {
  color: rgb(7 175 213 / 60%);
}
.text-core-color-cyan-40\/core-opacity-0 {
  color: rgb(7 175 213 / 0%);
}
.text-core-color-cyan-40\/core-opacity-10 {
  color: rgb(7 175 213 / 10%);
}
.text-core-color-cyan-40\/core-opacity-100 {
  color: rgb(7 175 213 / 100%);
}
.text-core-color-cyan-40\/core-opacity-20 {
  color: rgb(7 175 213 / 20%);
}
.text-core-color-cyan-40\/core-opacity-30 {
  color: rgb(7 175 213 / 30%);
}
.text-core-color-cyan-40\/core-opacity-40 {
  color: rgb(7 175 213 / 40%);
}
.text-core-color-cyan-40\/core-opacity-50 {
  color: rgb(7 175 213 / 50%);
}
.text-core-color-cyan-40\/core-opacity-60 {
  color: rgb(7 175 213 / 60%);
}
.text-core-color-cyan-40\/core-opacity-70 {
  color: rgb(7 175 213 / 70%);
}
.text-core-color-cyan-40\/core-opacity-80 {
  color: rgb(7 175 213 / 80%);
}
.text-core-color-cyan-40\/core-opacity-90 {
  color: rgb(7 175 213 / 90%);
}
.text-core-color-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(32 204 238 / var(--tw-text-opacity));
}
.text-core-color-cyan-50\/0 {
  color: rgb(32 204 238 / 0);
}
.text-core-color-cyan-50\/10 {
  color: rgb(32 204 238 / 0.1);
}
.text-core-color-cyan-50\/100 {
  color: rgb(32 204 238 / 1);
}
.text-core-color-cyan-50\/20 {
  color: rgb(32 204 238 / 0.2);
}
.text-core-color-cyan-50\/25 {
  color: rgb(32 204 238 / 0.25);
}
.text-core-color-cyan-50\/30 {
  color: rgb(32 204 238 / 0.3);
}
.text-core-color-cyan-50\/40 {
  color: rgb(32 204 238 / 0.4);
}
.text-core-color-cyan-50\/5 {
  color: rgb(32 204 238 / 0.05);
}
.text-core-color-cyan-50\/50 {
  color: rgb(32 204 238 / 0.5);
}
.text-core-color-cyan-50\/60 {
  color: rgb(32 204 238 / 0.6);
}
.text-core-color-cyan-50\/70 {
  color: rgb(32 204 238 / 0.7);
}
.text-core-color-cyan-50\/75 {
  color: rgb(32 204 238 / 0.75);
}
.text-core-color-cyan-50\/80 {
  color: rgb(32 204 238 / 0.8);
}
.text-core-color-cyan-50\/90 {
  color: rgb(32 204 238 / 0.9);
}
.text-core-color-cyan-50\/95 {
  color: rgb(32 204 238 / 0.95);
}
.text-core-color-cyan-50\/base-opacity-disabled {
  color: rgb(32 204 238 / 60%);
}
.text-core-color-cyan-50\/core-opacity-0 {
  color: rgb(32 204 238 / 0%);
}
.text-core-color-cyan-50\/core-opacity-10 {
  color: rgb(32 204 238 / 10%);
}
.text-core-color-cyan-50\/core-opacity-100 {
  color: rgb(32 204 238 / 100%);
}
.text-core-color-cyan-50\/core-opacity-20 {
  color: rgb(32 204 238 / 20%);
}
.text-core-color-cyan-50\/core-opacity-30 {
  color: rgb(32 204 238 / 30%);
}
.text-core-color-cyan-50\/core-opacity-40 {
  color: rgb(32 204 238 / 40%);
}
.text-core-color-cyan-50\/core-opacity-50 {
  color: rgb(32 204 238 / 50%);
}
.text-core-color-cyan-50\/core-opacity-60 {
  color: rgb(32 204 238 / 60%);
}
.text-core-color-cyan-50\/core-opacity-70 {
  color: rgb(32 204 238 / 70%);
}
.text-core-color-cyan-50\/core-opacity-80 {
  color: rgb(32 204 238 / 80%);
}
.text-core-color-cyan-50\/core-opacity-90 {
  color: rgb(32 204 238 / 90%);
}
.text-core-color-cyan-60 {
  --tw-text-opacity: 1;
  color: rgb(103 227 249 / var(--tw-text-opacity));
}
.text-core-color-cyan-60\/0 {
  color: rgb(103 227 249 / 0);
}
.text-core-color-cyan-60\/10 {
  color: rgb(103 227 249 / 0.1);
}
.text-core-color-cyan-60\/100 {
  color: rgb(103 227 249 / 1);
}
.text-core-color-cyan-60\/20 {
  color: rgb(103 227 249 / 0.2);
}
.text-core-color-cyan-60\/25 {
  color: rgb(103 227 249 / 0.25);
}
.text-core-color-cyan-60\/30 {
  color: rgb(103 227 249 / 0.3);
}
.text-core-color-cyan-60\/40 {
  color: rgb(103 227 249 / 0.4);
}
.text-core-color-cyan-60\/5 {
  color: rgb(103 227 249 / 0.05);
}
.text-core-color-cyan-60\/50 {
  color: rgb(103 227 249 / 0.5);
}
.text-core-color-cyan-60\/60 {
  color: rgb(103 227 249 / 0.6);
}
.text-core-color-cyan-60\/70 {
  color: rgb(103 227 249 / 0.7);
}
.text-core-color-cyan-60\/75 {
  color: rgb(103 227 249 / 0.75);
}
.text-core-color-cyan-60\/80 {
  color: rgb(103 227 249 / 0.8);
}
.text-core-color-cyan-60\/90 {
  color: rgb(103 227 249 / 0.9);
}
.text-core-color-cyan-60\/95 {
  color: rgb(103 227 249 / 0.95);
}
.text-core-color-cyan-60\/base-opacity-disabled {
  color: rgb(103 227 249 / 60%);
}
.text-core-color-cyan-60\/core-opacity-0 {
  color: rgb(103 227 249 / 0%);
}
.text-core-color-cyan-60\/core-opacity-10 {
  color: rgb(103 227 249 / 10%);
}
.text-core-color-cyan-60\/core-opacity-100 {
  color: rgb(103 227 249 / 100%);
}
.text-core-color-cyan-60\/core-opacity-20 {
  color: rgb(103 227 249 / 20%);
}
.text-core-color-cyan-60\/core-opacity-30 {
  color: rgb(103 227 249 / 30%);
}
.text-core-color-cyan-60\/core-opacity-40 {
  color: rgb(103 227 249 / 40%);
}
.text-core-color-cyan-60\/core-opacity-50 {
  color: rgb(103 227 249 / 50%);
}
.text-core-color-cyan-60\/core-opacity-60 {
  color: rgb(103 227 249 / 60%);
}
.text-core-color-cyan-60\/core-opacity-70 {
  color: rgb(103 227 249 / 70%);
}
.text-core-color-cyan-60\/core-opacity-80 {
  color: rgb(103 227 249 / 80%);
}
.text-core-color-cyan-60\/core-opacity-90 {
  color: rgb(103 227 249 / 90%);
}
.text-core-color-cyan-70 {
  --tw-text-opacity: 1;
  color: rgb(166 241 252 / var(--tw-text-opacity));
}
.text-core-color-cyan-70\/0 {
  color: rgb(166 241 252 / 0);
}
.text-core-color-cyan-70\/10 {
  color: rgb(166 241 252 / 0.1);
}
.text-core-color-cyan-70\/100 {
  color: rgb(166 241 252 / 1);
}
.text-core-color-cyan-70\/20 {
  color: rgb(166 241 252 / 0.2);
}
.text-core-color-cyan-70\/25 {
  color: rgb(166 241 252 / 0.25);
}
.text-core-color-cyan-70\/30 {
  color: rgb(166 241 252 / 0.3);
}
.text-core-color-cyan-70\/40 {
  color: rgb(166 241 252 / 0.4);
}
.text-core-color-cyan-70\/5 {
  color: rgb(166 241 252 / 0.05);
}
.text-core-color-cyan-70\/50 {
  color: rgb(166 241 252 / 0.5);
}
.text-core-color-cyan-70\/60 {
  color: rgb(166 241 252 / 0.6);
}
.text-core-color-cyan-70\/70 {
  color: rgb(166 241 252 / 0.7);
}
.text-core-color-cyan-70\/75 {
  color: rgb(166 241 252 / 0.75);
}
.text-core-color-cyan-70\/80 {
  color: rgb(166 241 252 / 0.8);
}
.text-core-color-cyan-70\/90 {
  color: rgb(166 241 252 / 0.9);
}
.text-core-color-cyan-70\/95 {
  color: rgb(166 241 252 / 0.95);
}
.text-core-color-cyan-70\/base-opacity-disabled {
  color: rgb(166 241 252 / 60%);
}
.text-core-color-cyan-70\/core-opacity-0 {
  color: rgb(166 241 252 / 0%);
}
.text-core-color-cyan-70\/core-opacity-10 {
  color: rgb(166 241 252 / 10%);
}
.text-core-color-cyan-70\/core-opacity-100 {
  color: rgb(166 241 252 / 100%);
}
.text-core-color-cyan-70\/core-opacity-20 {
  color: rgb(166 241 252 / 20%);
}
.text-core-color-cyan-70\/core-opacity-30 {
  color: rgb(166 241 252 / 30%);
}
.text-core-color-cyan-70\/core-opacity-40 {
  color: rgb(166 241 252 / 40%);
}
.text-core-color-cyan-70\/core-opacity-50 {
  color: rgb(166 241 252 / 50%);
}
.text-core-color-cyan-70\/core-opacity-60 {
  color: rgb(166 241 252 / 60%);
}
.text-core-color-cyan-70\/core-opacity-70 {
  color: rgb(166 241 252 / 70%);
}
.text-core-color-cyan-70\/core-opacity-80 {
  color: rgb(166 241 252 / 80%);
}
.text-core-color-cyan-70\/core-opacity-90 {
  color: rgb(166 241 252 / 90%);
}
.text-core-color-cyan-80 {
  --tw-text-opacity: 1;
  color: rgb(205 249 254 / var(--tw-text-opacity));
}
.text-core-color-cyan-80\/0 {
  color: rgb(205 249 254 / 0);
}
.text-core-color-cyan-80\/10 {
  color: rgb(205 249 254 / 0.1);
}
.text-core-color-cyan-80\/100 {
  color: rgb(205 249 254 / 1);
}
.text-core-color-cyan-80\/20 {
  color: rgb(205 249 254 / 0.2);
}
.text-core-color-cyan-80\/25 {
  color: rgb(205 249 254 / 0.25);
}
.text-core-color-cyan-80\/30 {
  color: rgb(205 249 254 / 0.3);
}
.text-core-color-cyan-80\/40 {
  color: rgb(205 249 254 / 0.4);
}
.text-core-color-cyan-80\/5 {
  color: rgb(205 249 254 / 0.05);
}
.text-core-color-cyan-80\/50 {
  color: rgb(205 249 254 / 0.5);
}
.text-core-color-cyan-80\/60 {
  color: rgb(205 249 254 / 0.6);
}
.text-core-color-cyan-80\/70 {
  color: rgb(205 249 254 / 0.7);
}
.text-core-color-cyan-80\/75 {
  color: rgb(205 249 254 / 0.75);
}
.text-core-color-cyan-80\/80 {
  color: rgb(205 249 254 / 0.8);
}
.text-core-color-cyan-80\/90 {
  color: rgb(205 249 254 / 0.9);
}
.text-core-color-cyan-80\/95 {
  color: rgb(205 249 254 / 0.95);
}
.text-core-color-cyan-80\/base-opacity-disabled {
  color: rgb(205 249 254 / 60%);
}
.text-core-color-cyan-80\/core-opacity-0 {
  color: rgb(205 249 254 / 0%);
}
.text-core-color-cyan-80\/core-opacity-10 {
  color: rgb(205 249 254 / 10%);
}
.text-core-color-cyan-80\/core-opacity-100 {
  color: rgb(205 249 254 / 100%);
}
.text-core-color-cyan-80\/core-opacity-20 {
  color: rgb(205 249 254 / 20%);
}
.text-core-color-cyan-80\/core-opacity-30 {
  color: rgb(205 249 254 / 30%);
}
.text-core-color-cyan-80\/core-opacity-40 {
  color: rgb(205 249 254 / 40%);
}
.text-core-color-cyan-80\/core-opacity-50 {
  color: rgb(205 249 254 / 50%);
}
.text-core-color-cyan-80\/core-opacity-60 {
  color: rgb(205 249 254 / 60%);
}
.text-core-color-cyan-80\/core-opacity-70 {
  color: rgb(205 249 254 / 70%);
}
.text-core-color-cyan-80\/core-opacity-80 {
  color: rgb(205 249 254 / 80%);
}
.text-core-color-cyan-80\/core-opacity-90 {
  color: rgb(205 249 254 / 90%);
}
.text-core-color-cyan-90 {
  --tw-text-opacity: 1;
  color: rgb(235 253 255 / var(--tw-text-opacity));
}
.text-core-color-cyan-90\/0 {
  color: rgb(235 253 255 / 0);
}
.text-core-color-cyan-90\/10 {
  color: rgb(235 253 255 / 0.1);
}
.text-core-color-cyan-90\/100 {
  color: rgb(235 253 255 / 1);
}
.text-core-color-cyan-90\/20 {
  color: rgb(235 253 255 / 0.2);
}
.text-core-color-cyan-90\/25 {
  color: rgb(235 253 255 / 0.25);
}
.text-core-color-cyan-90\/30 {
  color: rgb(235 253 255 / 0.3);
}
.text-core-color-cyan-90\/40 {
  color: rgb(235 253 255 / 0.4);
}
.text-core-color-cyan-90\/5 {
  color: rgb(235 253 255 / 0.05);
}
.text-core-color-cyan-90\/50 {
  color: rgb(235 253 255 / 0.5);
}
.text-core-color-cyan-90\/60 {
  color: rgb(235 253 255 / 0.6);
}
.text-core-color-cyan-90\/70 {
  color: rgb(235 253 255 / 0.7);
}
.text-core-color-cyan-90\/75 {
  color: rgb(235 253 255 / 0.75);
}
.text-core-color-cyan-90\/80 {
  color: rgb(235 253 255 / 0.8);
}
.text-core-color-cyan-90\/90 {
  color: rgb(235 253 255 / 0.9);
}
.text-core-color-cyan-90\/95 {
  color: rgb(235 253 255 / 0.95);
}
.text-core-color-cyan-90\/base-opacity-disabled {
  color: rgb(235 253 255 / 60%);
}
.text-core-color-cyan-90\/core-opacity-0 {
  color: rgb(235 253 255 / 0%);
}
.text-core-color-cyan-90\/core-opacity-10 {
  color: rgb(235 253 255 / 10%);
}
.text-core-color-cyan-90\/core-opacity-100 {
  color: rgb(235 253 255 / 100%);
}
.text-core-color-cyan-90\/core-opacity-20 {
  color: rgb(235 253 255 / 20%);
}
.text-core-color-cyan-90\/core-opacity-30 {
  color: rgb(235 253 255 / 30%);
}
.text-core-color-cyan-90\/core-opacity-40 {
  color: rgb(235 253 255 / 40%);
}
.text-core-color-cyan-90\/core-opacity-50 {
  color: rgb(235 253 255 / 50%);
}
.text-core-color-cyan-90\/core-opacity-60 {
  color: rgb(235 253 255 / 60%);
}
.text-core-color-cyan-90\/core-opacity-70 {
  color: rgb(235 253 255 / 70%);
}
.text-core-color-cyan-90\/core-opacity-80 {
  color: rgb(235 253 255 / 80%);
}
.text-core-color-cyan-90\/core-opacity-90 {
  color: rgb(235 253 255 / 90%);
}
.text-core-color-green-0 {
  --tw-text-opacity: 1;
  color: rgb(5 77 48 / var(--tw-text-opacity));
}
.text-core-color-green-0\/0 {
  color: rgb(5 77 48 / 0);
}
.text-core-color-green-0\/10 {
  color: rgb(5 77 48 / 0.1);
}
.text-core-color-green-0\/100 {
  color: rgb(5 77 48 / 1);
}
.text-core-color-green-0\/20 {
  color: rgb(5 77 48 / 0.2);
}
.text-core-color-green-0\/25 {
  color: rgb(5 77 48 / 0.25);
}
.text-core-color-green-0\/30 {
  color: rgb(5 77 48 / 0.3);
}
.text-core-color-green-0\/40 {
  color: rgb(5 77 48 / 0.4);
}
.text-core-color-green-0\/5 {
  color: rgb(5 77 48 / 0.05);
}
.text-core-color-green-0\/50 {
  color: rgb(5 77 48 / 0.5);
}
.text-core-color-green-0\/60 {
  color: rgb(5 77 48 / 0.6);
}
.text-core-color-green-0\/70 {
  color: rgb(5 77 48 / 0.7);
}
.text-core-color-green-0\/75 {
  color: rgb(5 77 48 / 0.75);
}
.text-core-color-green-0\/80 {
  color: rgb(5 77 48 / 0.8);
}
.text-core-color-green-0\/90 {
  color: rgb(5 77 48 / 0.9);
}
.text-core-color-green-0\/95 {
  color: rgb(5 77 48 / 0.95);
}
.text-core-color-green-0\/base-opacity-disabled {
  color: rgb(5 77 48 / 60%);
}
.text-core-color-green-0\/core-opacity-0 {
  color: rgb(5 77 48 / 0%);
}
.text-core-color-green-0\/core-opacity-10 {
  color: rgb(5 77 48 / 10%);
}
.text-core-color-green-0\/core-opacity-100 {
  color: rgb(5 77 48 / 100%);
}
.text-core-color-green-0\/core-opacity-20 {
  color: rgb(5 77 48 / 20%);
}
.text-core-color-green-0\/core-opacity-30 {
  color: rgb(5 77 48 / 30%);
}
.text-core-color-green-0\/core-opacity-40 {
  color: rgb(5 77 48 / 40%);
}
.text-core-color-green-0\/core-opacity-50 {
  color: rgb(5 77 48 / 50%);
}
.text-core-color-green-0\/core-opacity-60 {
  color: rgb(5 77 48 / 60%);
}
.text-core-color-green-0\/core-opacity-70 {
  color: rgb(5 77 48 / 70%);
}
.text-core-color-green-0\/core-opacity-80 {
  color: rgb(5 77 48 / 80%);
}
.text-core-color-green-0\/core-opacity-90 {
  color: rgb(5 77 48 / 90%);
}
.text-core-color-green-10 {
  --tw-text-opacity: 1;
  color: rgb(5 97 59 / var(--tw-text-opacity));
}
.text-core-color-green-10\/0 {
  color: rgb(5 97 59 / 0);
}
.text-core-color-green-10\/10 {
  color: rgb(5 97 59 / 0.1);
}
.text-core-color-green-10\/100 {
  color: rgb(5 97 59 / 1);
}
.text-core-color-green-10\/20 {
  color: rgb(5 97 59 / 0.2);
}
.text-core-color-green-10\/25 {
  color: rgb(5 97 59 / 0.25);
}
.text-core-color-green-10\/30 {
  color: rgb(5 97 59 / 0.3);
}
.text-core-color-green-10\/40 {
  color: rgb(5 97 59 / 0.4);
}
.text-core-color-green-10\/5 {
  color: rgb(5 97 59 / 0.05);
}
.text-core-color-green-10\/50 {
  color: rgb(5 97 59 / 0.5);
}
.text-core-color-green-10\/60 {
  color: rgb(5 97 59 / 0.6);
}
.text-core-color-green-10\/70 {
  color: rgb(5 97 59 / 0.7);
}
.text-core-color-green-10\/75 {
  color: rgb(5 97 59 / 0.75);
}
.text-core-color-green-10\/80 {
  color: rgb(5 97 59 / 0.8);
}
.text-core-color-green-10\/90 {
  color: rgb(5 97 59 / 0.9);
}
.text-core-color-green-10\/95 {
  color: rgb(5 97 59 / 0.95);
}
.text-core-color-green-10\/base-opacity-disabled {
  color: rgb(5 97 59 / 60%);
}
.text-core-color-green-10\/core-opacity-0 {
  color: rgb(5 97 59 / 0%);
}
.text-core-color-green-10\/core-opacity-10 {
  color: rgb(5 97 59 / 10%);
}
.text-core-color-green-10\/core-opacity-100 {
  color: rgb(5 97 59 / 100%);
}
.text-core-color-green-10\/core-opacity-20 {
  color: rgb(5 97 59 / 20%);
}
.text-core-color-green-10\/core-opacity-30 {
  color: rgb(5 97 59 / 30%);
}
.text-core-color-green-10\/core-opacity-40 {
  color: rgb(5 97 59 / 40%);
}
.text-core-color-green-10\/core-opacity-50 {
  color: rgb(5 97 59 / 50%);
}
.text-core-color-green-10\/core-opacity-60 {
  color: rgb(5 97 59 / 60%);
}
.text-core-color-green-10\/core-opacity-70 {
  color: rgb(5 97 59 / 70%);
}
.text-core-color-green-10\/core-opacity-80 {
  color: rgb(5 97 59 / 80%);
}
.text-core-color-green-10\/core-opacity-90 {
  color: rgb(5 97 59 / 90%);
}
.text-core-color-green-100 {
  --tw-text-opacity: 1;
  color: rgb(246 254 249 / var(--tw-text-opacity));
}
.text-core-color-green-100\/0 {
  color: rgb(246 254 249 / 0);
}
.text-core-color-green-100\/10 {
  color: rgb(246 254 249 / 0.1);
}
.text-core-color-green-100\/100 {
  color: rgb(246 254 249 / 1);
}
.text-core-color-green-100\/20 {
  color: rgb(246 254 249 / 0.2);
}
.text-core-color-green-100\/25 {
  color: rgb(246 254 249 / 0.25);
}
.text-core-color-green-100\/30 {
  color: rgb(246 254 249 / 0.3);
}
.text-core-color-green-100\/40 {
  color: rgb(246 254 249 / 0.4);
}
.text-core-color-green-100\/5 {
  color: rgb(246 254 249 / 0.05);
}
.text-core-color-green-100\/50 {
  color: rgb(246 254 249 / 0.5);
}
.text-core-color-green-100\/60 {
  color: rgb(246 254 249 / 0.6);
}
.text-core-color-green-100\/70 {
  color: rgb(246 254 249 / 0.7);
}
.text-core-color-green-100\/75 {
  color: rgb(246 254 249 / 0.75);
}
.text-core-color-green-100\/80 {
  color: rgb(246 254 249 / 0.8);
}
.text-core-color-green-100\/90 {
  color: rgb(246 254 249 / 0.9);
}
.text-core-color-green-100\/95 {
  color: rgb(246 254 249 / 0.95);
}
.text-core-color-green-100\/base-opacity-disabled {
  color: rgb(246 254 249 / 60%);
}
.text-core-color-green-100\/core-opacity-0 {
  color: rgb(246 254 249 / 0%);
}
.text-core-color-green-100\/core-opacity-10 {
  color: rgb(246 254 249 / 10%);
}
.text-core-color-green-100\/core-opacity-100 {
  color: rgb(246 254 249 / 100%);
}
.text-core-color-green-100\/core-opacity-20 {
  color: rgb(246 254 249 / 20%);
}
.text-core-color-green-100\/core-opacity-30 {
  color: rgb(246 254 249 / 30%);
}
.text-core-color-green-100\/core-opacity-40 {
  color: rgb(246 254 249 / 40%);
}
.text-core-color-green-100\/core-opacity-50 {
  color: rgb(246 254 249 / 50%);
}
.text-core-color-green-100\/core-opacity-60 {
  color: rgb(246 254 249 / 60%);
}
.text-core-color-green-100\/core-opacity-70 {
  color: rgb(246 254 249 / 70%);
}
.text-core-color-green-100\/core-opacity-80 {
  color: rgb(246 254 249 / 80%);
}
.text-core-color-green-100\/core-opacity-90 {
  color: rgb(246 254 249 / 90%);
}
.text-core-color-green-20 {
  --tw-text-opacity: 1;
  color: rgb(2 121 71 / var(--tw-text-opacity));
}
.text-core-color-green-20\/0 {
  color: rgb(2 121 71 / 0);
}
.text-core-color-green-20\/10 {
  color: rgb(2 121 71 / 0.1);
}
.text-core-color-green-20\/100 {
  color: rgb(2 121 71 / 1);
}
.text-core-color-green-20\/20 {
  color: rgb(2 121 71 / 0.2);
}
.text-core-color-green-20\/25 {
  color: rgb(2 121 71 / 0.25);
}
.text-core-color-green-20\/30 {
  color: rgb(2 121 71 / 0.3);
}
.text-core-color-green-20\/40 {
  color: rgb(2 121 71 / 0.4);
}
.text-core-color-green-20\/5 {
  color: rgb(2 121 71 / 0.05);
}
.text-core-color-green-20\/50 {
  color: rgb(2 121 71 / 0.5);
}
.text-core-color-green-20\/60 {
  color: rgb(2 121 71 / 0.6);
}
.text-core-color-green-20\/70 {
  color: rgb(2 121 71 / 0.7);
}
.text-core-color-green-20\/75 {
  color: rgb(2 121 71 / 0.75);
}
.text-core-color-green-20\/80 {
  color: rgb(2 121 71 / 0.8);
}
.text-core-color-green-20\/90 {
  color: rgb(2 121 71 / 0.9);
}
.text-core-color-green-20\/95 {
  color: rgb(2 121 71 / 0.95);
}
.text-core-color-green-20\/base-opacity-disabled {
  color: rgb(2 121 71 / 60%);
}
.text-core-color-green-20\/core-opacity-0 {
  color: rgb(2 121 71 / 0%);
}
.text-core-color-green-20\/core-opacity-10 {
  color: rgb(2 121 71 / 10%);
}
.text-core-color-green-20\/core-opacity-100 {
  color: rgb(2 121 71 / 100%);
}
.text-core-color-green-20\/core-opacity-20 {
  color: rgb(2 121 71 / 20%);
}
.text-core-color-green-20\/core-opacity-30 {
  color: rgb(2 121 71 / 30%);
}
.text-core-color-green-20\/core-opacity-40 {
  color: rgb(2 121 71 / 40%);
}
.text-core-color-green-20\/core-opacity-50 {
  color: rgb(2 121 71 / 50%);
}
.text-core-color-green-20\/core-opacity-60 {
  color: rgb(2 121 71 / 60%);
}
.text-core-color-green-20\/core-opacity-70 {
  color: rgb(2 121 71 / 70%);
}
.text-core-color-green-20\/core-opacity-80 {
  color: rgb(2 121 71 / 80%);
}
.text-core-color-green-20\/core-opacity-90 {
  color: rgb(2 121 71 / 90%);
}
.text-core-color-green-30 {
  --tw-text-opacity: 1;
  color: rgb(3 150 84 / var(--tw-text-opacity));
}
.text-core-color-green-30\/0 {
  color: rgb(3 150 84 / 0);
}
.text-core-color-green-30\/10 {
  color: rgb(3 150 84 / 0.1);
}
.text-core-color-green-30\/100 {
  color: rgb(3 150 84 / 1);
}
.text-core-color-green-30\/20 {
  color: rgb(3 150 84 / 0.2);
}
.text-core-color-green-30\/25 {
  color: rgb(3 150 84 / 0.25);
}
.text-core-color-green-30\/30 {
  color: rgb(3 150 84 / 0.3);
}
.text-core-color-green-30\/40 {
  color: rgb(3 150 84 / 0.4);
}
.text-core-color-green-30\/5 {
  color: rgb(3 150 84 / 0.05);
}
.text-core-color-green-30\/50 {
  color: rgb(3 150 84 / 0.5);
}
.text-core-color-green-30\/60 {
  color: rgb(3 150 84 / 0.6);
}
.text-core-color-green-30\/70 {
  color: rgb(3 150 84 / 0.7);
}
.text-core-color-green-30\/75 {
  color: rgb(3 150 84 / 0.75);
}
.text-core-color-green-30\/80 {
  color: rgb(3 150 84 / 0.8);
}
.text-core-color-green-30\/90 {
  color: rgb(3 150 84 / 0.9);
}
.text-core-color-green-30\/95 {
  color: rgb(3 150 84 / 0.95);
}
.text-core-color-green-30\/base-opacity-disabled {
  color: rgb(3 150 84 / 60%);
}
.text-core-color-green-30\/core-opacity-0 {
  color: rgb(3 150 84 / 0%);
}
.text-core-color-green-30\/core-opacity-10 {
  color: rgb(3 150 84 / 10%);
}
.text-core-color-green-30\/core-opacity-100 {
  color: rgb(3 150 84 / 100%);
}
.text-core-color-green-30\/core-opacity-20 {
  color: rgb(3 150 84 / 20%);
}
.text-core-color-green-30\/core-opacity-30 {
  color: rgb(3 150 84 / 30%);
}
.text-core-color-green-30\/core-opacity-40 {
  color: rgb(3 150 84 / 40%);
}
.text-core-color-green-30\/core-opacity-50 {
  color: rgb(3 150 84 / 50%);
}
.text-core-color-green-30\/core-opacity-60 {
  color: rgb(3 150 84 / 60%);
}
.text-core-color-green-30\/core-opacity-70 {
  color: rgb(3 150 84 / 70%);
}
.text-core-color-green-30\/core-opacity-80 {
  color: rgb(3 150 84 / 80%);
}
.text-core-color-green-30\/core-opacity-90 {
  color: rgb(3 150 84 / 90%);
}
.text-core-color-green-40 {
  --tw-text-opacity: 1;
  color: rgb(18 181 105 / var(--tw-text-opacity));
}
.text-core-color-green-40\/0 {
  color: rgb(18 181 105 / 0);
}
.text-core-color-green-40\/10 {
  color: rgb(18 181 105 / 0.1);
}
.text-core-color-green-40\/100 {
  color: rgb(18 181 105 / 1);
}
.text-core-color-green-40\/20 {
  color: rgb(18 181 105 / 0.2);
}
.text-core-color-green-40\/25 {
  color: rgb(18 181 105 / 0.25);
}
.text-core-color-green-40\/30 {
  color: rgb(18 181 105 / 0.3);
}
.text-core-color-green-40\/40 {
  color: rgb(18 181 105 / 0.4);
}
.text-core-color-green-40\/5 {
  color: rgb(18 181 105 / 0.05);
}
.text-core-color-green-40\/50 {
  color: rgb(18 181 105 / 0.5);
}
.text-core-color-green-40\/60 {
  color: rgb(18 181 105 / 0.6);
}
.text-core-color-green-40\/70 {
  color: rgb(18 181 105 / 0.7);
}
.text-core-color-green-40\/75 {
  color: rgb(18 181 105 / 0.75);
}
.text-core-color-green-40\/80 {
  color: rgb(18 181 105 / 0.8);
}
.text-core-color-green-40\/90 {
  color: rgb(18 181 105 / 0.9);
}
.text-core-color-green-40\/95 {
  color: rgb(18 181 105 / 0.95);
}
.text-core-color-green-40\/base-opacity-disabled {
  color: rgb(18 181 105 / 60%);
}
.text-core-color-green-40\/core-opacity-0 {
  color: rgb(18 181 105 / 0%);
}
.text-core-color-green-40\/core-opacity-10 {
  color: rgb(18 181 105 / 10%);
}
.text-core-color-green-40\/core-opacity-100 {
  color: rgb(18 181 105 / 100%);
}
.text-core-color-green-40\/core-opacity-20 {
  color: rgb(18 181 105 / 20%);
}
.text-core-color-green-40\/core-opacity-30 {
  color: rgb(18 181 105 / 30%);
}
.text-core-color-green-40\/core-opacity-40 {
  color: rgb(18 181 105 / 40%);
}
.text-core-color-green-40\/core-opacity-50 {
  color: rgb(18 181 105 / 50%);
}
.text-core-color-green-40\/core-opacity-60 {
  color: rgb(18 181 105 / 60%);
}
.text-core-color-green-40\/core-opacity-70 {
  color: rgb(18 181 105 / 70%);
}
.text-core-color-green-40\/core-opacity-80 {
  color: rgb(18 181 105 / 80%);
}
.text-core-color-green-40\/core-opacity-90 {
  color: rgb(18 181 105 / 90%);
}
.text-core-color-green-50 {
  --tw-text-opacity: 1;
  color: rgb(52 213 133 / var(--tw-text-opacity));
}
.text-core-color-green-50\/0 {
  color: rgb(52 213 133 / 0);
}
.text-core-color-green-50\/10 {
  color: rgb(52 213 133 / 0.1);
}
.text-core-color-green-50\/100 {
  color: rgb(52 213 133 / 1);
}
.text-core-color-green-50\/20 {
  color: rgb(52 213 133 / 0.2);
}
.text-core-color-green-50\/25 {
  color: rgb(52 213 133 / 0.25);
}
.text-core-color-green-50\/30 {
  color: rgb(52 213 133 / 0.3);
}
.text-core-color-green-50\/40 {
  color: rgb(52 213 133 / 0.4);
}
.text-core-color-green-50\/5 {
  color: rgb(52 213 133 / 0.05);
}
.text-core-color-green-50\/50 {
  color: rgb(52 213 133 / 0.5);
}
.text-core-color-green-50\/60 {
  color: rgb(52 213 133 / 0.6);
}
.text-core-color-green-50\/70 {
  color: rgb(52 213 133 / 0.7);
}
.text-core-color-green-50\/75 {
  color: rgb(52 213 133 / 0.75);
}
.text-core-color-green-50\/80 {
  color: rgb(52 213 133 / 0.8);
}
.text-core-color-green-50\/90 {
  color: rgb(52 213 133 / 0.9);
}
.text-core-color-green-50\/95 {
  color: rgb(52 213 133 / 0.95);
}
.text-core-color-green-50\/base-opacity-disabled {
  color: rgb(52 213 133 / 60%);
}
.text-core-color-green-50\/core-opacity-0 {
  color: rgb(52 213 133 / 0%);
}
.text-core-color-green-50\/core-opacity-10 {
  color: rgb(52 213 133 / 10%);
}
.text-core-color-green-50\/core-opacity-100 {
  color: rgb(52 213 133 / 100%);
}
.text-core-color-green-50\/core-opacity-20 {
  color: rgb(52 213 133 / 20%);
}
.text-core-color-green-50\/core-opacity-30 {
  color: rgb(52 213 133 / 30%);
}
.text-core-color-green-50\/core-opacity-40 {
  color: rgb(52 213 133 / 40%);
}
.text-core-color-green-50\/core-opacity-50 {
  color: rgb(52 213 133 / 50%);
}
.text-core-color-green-50\/core-opacity-60 {
  color: rgb(52 213 133 / 60%);
}
.text-core-color-green-50\/core-opacity-70 {
  color: rgb(52 213 133 / 70%);
}
.text-core-color-green-50\/core-opacity-80 {
  color: rgb(52 213 133 / 80%);
}
.text-core-color-green-50\/core-opacity-90 {
  color: rgb(52 213 133 / 90%);
}
.text-core-color-green-60 {
  --tw-text-opacity: 1;
  color: rgb(109 233 167 / var(--tw-text-opacity));
}
.text-core-color-green-60\/0 {
  color: rgb(109 233 167 / 0);
}
.text-core-color-green-60\/10 {
  color: rgb(109 233 167 / 0.1);
}
.text-core-color-green-60\/100 {
  color: rgb(109 233 167 / 1);
}
.text-core-color-green-60\/20 {
  color: rgb(109 233 167 / 0.2);
}
.text-core-color-green-60\/25 {
  color: rgb(109 233 167 / 0.25);
}
.text-core-color-green-60\/30 {
  color: rgb(109 233 167 / 0.3);
}
.text-core-color-green-60\/40 {
  color: rgb(109 233 167 / 0.4);
}
.text-core-color-green-60\/5 {
  color: rgb(109 233 167 / 0.05);
}
.text-core-color-green-60\/50 {
  color: rgb(109 233 167 / 0.5);
}
.text-core-color-green-60\/60 {
  color: rgb(109 233 167 / 0.6);
}
.text-core-color-green-60\/70 {
  color: rgb(109 233 167 / 0.7);
}
.text-core-color-green-60\/75 {
  color: rgb(109 233 167 / 0.75);
}
.text-core-color-green-60\/80 {
  color: rgb(109 233 167 / 0.8);
}
.text-core-color-green-60\/90 {
  color: rgb(109 233 167 / 0.9);
}
.text-core-color-green-60\/95 {
  color: rgb(109 233 167 / 0.95);
}
.text-core-color-green-60\/base-opacity-disabled {
  color: rgb(109 233 167 / 60%);
}
.text-core-color-green-60\/core-opacity-0 {
  color: rgb(109 233 167 / 0%);
}
.text-core-color-green-60\/core-opacity-10 {
  color: rgb(109 233 167 / 10%);
}
.text-core-color-green-60\/core-opacity-100 {
  color: rgb(109 233 167 / 100%);
}
.text-core-color-green-60\/core-opacity-20 {
  color: rgb(109 233 167 / 20%);
}
.text-core-color-green-60\/core-opacity-30 {
  color: rgb(109 233 167 / 30%);
}
.text-core-color-green-60\/core-opacity-40 {
  color: rgb(109 233 167 / 40%);
}
.text-core-color-green-60\/core-opacity-50 {
  color: rgb(109 233 167 / 50%);
}
.text-core-color-green-60\/core-opacity-60 {
  color: rgb(109 233 167 / 60%);
}
.text-core-color-green-60\/core-opacity-70 {
  color: rgb(109 233 167 / 70%);
}
.text-core-color-green-60\/core-opacity-80 {
  color: rgb(109 233 167 / 80%);
}
.text-core-color-green-60\/core-opacity-90 {
  color: rgb(109 233 167 / 90%);
}
.text-core-color-green-70 {
  --tw-text-opacity: 1;
  color: rgb(164 244 196 / var(--tw-text-opacity));
}
.text-core-color-green-70\/0 {
  color: rgb(164 244 196 / 0);
}
.text-core-color-green-70\/10 {
  color: rgb(164 244 196 / 0.1);
}
.text-core-color-green-70\/100 {
  color: rgb(164 244 196 / 1);
}
.text-core-color-green-70\/20 {
  color: rgb(164 244 196 / 0.2);
}
.text-core-color-green-70\/25 {
  color: rgb(164 244 196 / 0.25);
}
.text-core-color-green-70\/30 {
  color: rgb(164 244 196 / 0.3);
}
.text-core-color-green-70\/40 {
  color: rgb(164 244 196 / 0.4);
}
.text-core-color-green-70\/5 {
  color: rgb(164 244 196 / 0.05);
}
.text-core-color-green-70\/50 {
  color: rgb(164 244 196 / 0.5);
}
.text-core-color-green-70\/60 {
  color: rgb(164 244 196 / 0.6);
}
.text-core-color-green-70\/70 {
  color: rgb(164 244 196 / 0.7);
}
.text-core-color-green-70\/75 {
  color: rgb(164 244 196 / 0.75);
}
.text-core-color-green-70\/80 {
  color: rgb(164 244 196 / 0.8);
}
.text-core-color-green-70\/90 {
  color: rgb(164 244 196 / 0.9);
}
.text-core-color-green-70\/95 {
  color: rgb(164 244 196 / 0.95);
}
.text-core-color-green-70\/base-opacity-disabled {
  color: rgb(164 244 196 / 60%);
}
.text-core-color-green-70\/core-opacity-0 {
  color: rgb(164 244 196 / 0%);
}
.text-core-color-green-70\/core-opacity-10 {
  color: rgb(164 244 196 / 10%);
}
.text-core-color-green-70\/core-opacity-100 {
  color: rgb(164 244 196 / 100%);
}
.text-core-color-green-70\/core-opacity-20 {
  color: rgb(164 244 196 / 20%);
}
.text-core-color-green-70\/core-opacity-30 {
  color: rgb(164 244 196 / 30%);
}
.text-core-color-green-70\/core-opacity-40 {
  color: rgb(164 244 196 / 40%);
}
.text-core-color-green-70\/core-opacity-50 {
  color: rgb(164 244 196 / 50%);
}
.text-core-color-green-70\/core-opacity-60 {
  color: rgb(164 244 196 / 60%);
}
.text-core-color-green-70\/core-opacity-70 {
  color: rgb(164 244 196 / 70%);
}
.text-core-color-green-70\/core-opacity-80 {
  color: rgb(164 244 196 / 80%);
}
.text-core-color-green-70\/core-opacity-90 {
  color: rgb(164 244 196 / 90%);
}
.text-core-color-green-80 {
  --tw-text-opacity: 1;
  color: rgb(209 250 223 / var(--tw-text-opacity));
}
.text-core-color-green-80\/0 {
  color: rgb(209 250 223 / 0);
}
.text-core-color-green-80\/10 {
  color: rgb(209 250 223 / 0.1);
}
.text-core-color-green-80\/100 {
  color: rgb(209 250 223 / 1);
}
.text-core-color-green-80\/20 {
  color: rgb(209 250 223 / 0.2);
}
.text-core-color-green-80\/25 {
  color: rgb(209 250 223 / 0.25);
}
.text-core-color-green-80\/30 {
  color: rgb(209 250 223 / 0.3);
}
.text-core-color-green-80\/40 {
  color: rgb(209 250 223 / 0.4);
}
.text-core-color-green-80\/5 {
  color: rgb(209 250 223 / 0.05);
}
.text-core-color-green-80\/50 {
  color: rgb(209 250 223 / 0.5);
}
.text-core-color-green-80\/60 {
  color: rgb(209 250 223 / 0.6);
}
.text-core-color-green-80\/70 {
  color: rgb(209 250 223 / 0.7);
}
.text-core-color-green-80\/75 {
  color: rgb(209 250 223 / 0.75);
}
.text-core-color-green-80\/80 {
  color: rgb(209 250 223 / 0.8);
}
.text-core-color-green-80\/90 {
  color: rgb(209 250 223 / 0.9);
}
.text-core-color-green-80\/95 {
  color: rgb(209 250 223 / 0.95);
}
.text-core-color-green-80\/base-opacity-disabled {
  color: rgb(209 250 223 / 60%);
}
.text-core-color-green-80\/core-opacity-0 {
  color: rgb(209 250 223 / 0%);
}
.text-core-color-green-80\/core-opacity-10 {
  color: rgb(209 250 223 / 10%);
}
.text-core-color-green-80\/core-opacity-100 {
  color: rgb(209 250 223 / 100%);
}
.text-core-color-green-80\/core-opacity-20 {
  color: rgb(209 250 223 / 20%);
}
.text-core-color-green-80\/core-opacity-30 {
  color: rgb(209 250 223 / 30%);
}
.text-core-color-green-80\/core-opacity-40 {
  color: rgb(209 250 223 / 40%);
}
.text-core-color-green-80\/core-opacity-50 {
  color: rgb(209 250 223 / 50%);
}
.text-core-color-green-80\/core-opacity-60 {
  color: rgb(209 250 223 / 60%);
}
.text-core-color-green-80\/core-opacity-70 {
  color: rgb(209 250 223 / 70%);
}
.text-core-color-green-80\/core-opacity-80 {
  color: rgb(209 250 223 / 80%);
}
.text-core-color-green-80\/core-opacity-90 {
  color: rgb(209 250 223 / 90%);
}
.text-core-color-green-90 {
  --tw-text-opacity: 1;
  color: rgb(237 253 243 / var(--tw-text-opacity));
}
.text-core-color-green-90\/0 {
  color: rgb(237 253 243 / 0);
}
.text-core-color-green-90\/10 {
  color: rgb(237 253 243 / 0.1);
}
.text-core-color-green-90\/100 {
  color: rgb(237 253 243 / 1);
}
.text-core-color-green-90\/20 {
  color: rgb(237 253 243 / 0.2);
}
.text-core-color-green-90\/25 {
  color: rgb(237 253 243 / 0.25);
}
.text-core-color-green-90\/30 {
  color: rgb(237 253 243 / 0.3);
}
.text-core-color-green-90\/40 {
  color: rgb(237 253 243 / 0.4);
}
.text-core-color-green-90\/5 {
  color: rgb(237 253 243 / 0.05);
}
.text-core-color-green-90\/50 {
  color: rgb(237 253 243 / 0.5);
}
.text-core-color-green-90\/60 {
  color: rgb(237 253 243 / 0.6);
}
.text-core-color-green-90\/70 {
  color: rgb(237 253 243 / 0.7);
}
.text-core-color-green-90\/75 {
  color: rgb(237 253 243 / 0.75);
}
.text-core-color-green-90\/80 {
  color: rgb(237 253 243 / 0.8);
}
.text-core-color-green-90\/90 {
  color: rgb(237 253 243 / 0.9);
}
.text-core-color-green-90\/95 {
  color: rgb(237 253 243 / 0.95);
}
.text-core-color-green-90\/base-opacity-disabled {
  color: rgb(237 253 243 / 60%);
}
.text-core-color-green-90\/core-opacity-0 {
  color: rgb(237 253 243 / 0%);
}
.text-core-color-green-90\/core-opacity-10 {
  color: rgb(237 253 243 / 10%);
}
.text-core-color-green-90\/core-opacity-100 {
  color: rgb(237 253 243 / 100%);
}
.text-core-color-green-90\/core-opacity-20 {
  color: rgb(237 253 243 / 20%);
}
.text-core-color-green-90\/core-opacity-30 {
  color: rgb(237 253 243 / 30%);
}
.text-core-color-green-90\/core-opacity-40 {
  color: rgb(237 253 243 / 40%);
}
.text-core-color-green-90\/core-opacity-50 {
  color: rgb(237 253 243 / 50%);
}
.text-core-color-green-90\/core-opacity-60 {
  color: rgb(237 253 243 / 60%);
}
.text-core-color-green-90\/core-opacity-70 {
  color: rgb(237 253 243 / 70%);
}
.text-core-color-green-90\/core-opacity-80 {
  color: rgb(237 253 243 / 80%);
}
.text-core-color-green-90\/core-opacity-90 {
  color: rgb(237 253 243 / 90%);
}
.text-core-color-neutral-0 {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-core-color-neutral-0\/0 {
  color: rgb(16 24 40 / 0);
}
.text-core-color-neutral-0\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-core-color-neutral-0\/100 {
  color: rgb(16 24 40 / 1);
}
.text-core-color-neutral-0\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-core-color-neutral-0\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-core-color-neutral-0\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-core-color-neutral-0\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-core-color-neutral-0\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-core-color-neutral-0\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-core-color-neutral-0\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-core-color-neutral-0\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-core-color-neutral-0\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-core-color-neutral-0\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-core-color-neutral-0\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-core-color-neutral-0\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-core-color-neutral-0\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-core-color-neutral-0\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-core-color-neutral-0\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-core-color-neutral-0\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-core-color-neutral-0\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-core-color-neutral-0\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-core-color-neutral-0\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-core-color-neutral-0\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-core-color-neutral-0\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-core-color-neutral-0\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-core-color-neutral-0\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-core-color-neutral-0\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-core-color-neutral-10 {
  --tw-text-opacity: 1;
  color: rgb(29 41 58 / var(--tw-text-opacity));
}
.text-core-color-neutral-10\/0 {
  color: rgb(29 41 58 / 0);
}
.text-core-color-neutral-10\/10 {
  color: rgb(29 41 58 / 0.1);
}
.text-core-color-neutral-10\/100 {
  color: rgb(29 41 58 / 1);
}
.text-core-color-neutral-10\/20 {
  color: rgb(29 41 58 / 0.2);
}
.text-core-color-neutral-10\/25 {
  color: rgb(29 41 58 / 0.25);
}
.text-core-color-neutral-10\/30 {
  color: rgb(29 41 58 / 0.3);
}
.text-core-color-neutral-10\/40 {
  color: rgb(29 41 58 / 0.4);
}
.text-core-color-neutral-10\/5 {
  color: rgb(29 41 58 / 0.05);
}
.text-core-color-neutral-10\/50 {
  color: rgb(29 41 58 / 0.5);
}
.text-core-color-neutral-10\/60 {
  color: rgb(29 41 58 / 0.6);
}
.text-core-color-neutral-10\/70 {
  color: rgb(29 41 58 / 0.7);
}
.text-core-color-neutral-10\/75 {
  color: rgb(29 41 58 / 0.75);
}
.text-core-color-neutral-10\/80 {
  color: rgb(29 41 58 / 0.8);
}
.text-core-color-neutral-10\/90 {
  color: rgb(29 41 58 / 0.9);
}
.text-core-color-neutral-10\/95 {
  color: rgb(29 41 58 / 0.95);
}
.text-core-color-neutral-10\/base-opacity-disabled {
  color: rgb(29 41 58 / 60%);
}
.text-core-color-neutral-10\/core-opacity-0 {
  color: rgb(29 41 58 / 0%);
}
.text-core-color-neutral-10\/core-opacity-10 {
  color: rgb(29 41 58 / 10%);
}
.text-core-color-neutral-10\/core-opacity-100 {
  color: rgb(29 41 58 / 100%);
}
.text-core-color-neutral-10\/core-opacity-20 {
  color: rgb(29 41 58 / 20%);
}
.text-core-color-neutral-10\/core-opacity-30 {
  color: rgb(29 41 58 / 30%);
}
.text-core-color-neutral-10\/core-opacity-40 {
  color: rgb(29 41 58 / 40%);
}
.text-core-color-neutral-10\/core-opacity-50 {
  color: rgb(29 41 58 / 50%);
}
.text-core-color-neutral-10\/core-opacity-60 {
  color: rgb(29 41 58 / 60%);
}
.text-core-color-neutral-10\/core-opacity-70 {
  color: rgb(29 41 58 / 70%);
}
.text-core-color-neutral-10\/core-opacity-80 {
  color: rgb(29 41 58 / 80%);
}
.text-core-color-neutral-10\/core-opacity-90 {
  color: rgb(29 41 58 / 90%);
}
.text-core-color-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-core-color-neutral-100\/0 {
  color: rgb(255 255 255 / 0);
}
.text-core-color-neutral-100\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-core-color-neutral-100\/100 {
  color: rgb(255 255 255 / 1);
}
.text-core-color-neutral-100\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-core-color-neutral-100\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-core-color-neutral-100\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-core-color-neutral-100\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-core-color-neutral-100\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-core-color-neutral-100\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-core-color-neutral-100\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-core-color-neutral-100\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-core-color-neutral-100\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-core-color-neutral-100\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-core-color-neutral-100\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-core-color-neutral-100\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-core-color-neutral-100\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-core-color-neutral-100\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-core-color-neutral-100\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-core-color-neutral-100\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-core-color-neutral-100\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-core-color-neutral-100\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-core-color-neutral-100\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-core-color-neutral-100\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-core-color-neutral-100\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-core-color-neutral-100\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-core-color-neutral-100\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-core-color-neutral-100\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-core-color-neutral-20 {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-core-color-neutral-20\/0 {
  color: rgb(52 64 85 / 0);
}
.text-core-color-neutral-20\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-core-color-neutral-20\/100 {
  color: rgb(52 64 85 / 1);
}
.text-core-color-neutral-20\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-core-color-neutral-20\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-core-color-neutral-20\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-core-color-neutral-20\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-core-color-neutral-20\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-core-color-neutral-20\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-core-color-neutral-20\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-core-color-neutral-20\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-core-color-neutral-20\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-core-color-neutral-20\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-core-color-neutral-20\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-core-color-neutral-20\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-core-color-neutral-20\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-core-color-neutral-20\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-core-color-neutral-20\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-core-color-neutral-20\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-core-color-neutral-20\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-core-color-neutral-20\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-core-color-neutral-20\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-core-color-neutral-20\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-core-color-neutral-20\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-core-color-neutral-20\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-core-color-neutral-20\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-core-color-neutral-20\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-core-color-neutral-30 {
  --tw-text-opacity: 1;
  color: rgb(71 84 102 / var(--tw-text-opacity));
}
.text-core-color-neutral-30\/0 {
  color: rgb(71 84 102 / 0);
}
.text-core-color-neutral-30\/10 {
  color: rgb(71 84 102 / 0.1);
}
.text-core-color-neutral-30\/100 {
  color: rgb(71 84 102 / 1);
}
.text-core-color-neutral-30\/20 {
  color: rgb(71 84 102 / 0.2);
}
.text-core-color-neutral-30\/25 {
  color: rgb(71 84 102 / 0.25);
}
.text-core-color-neutral-30\/30 {
  color: rgb(71 84 102 / 0.3);
}
.text-core-color-neutral-30\/40 {
  color: rgb(71 84 102 / 0.4);
}
.text-core-color-neutral-30\/5 {
  color: rgb(71 84 102 / 0.05);
}
.text-core-color-neutral-30\/50 {
  color: rgb(71 84 102 / 0.5);
}
.text-core-color-neutral-30\/60 {
  color: rgb(71 84 102 / 0.6);
}
.text-core-color-neutral-30\/70 {
  color: rgb(71 84 102 / 0.7);
}
.text-core-color-neutral-30\/75 {
  color: rgb(71 84 102 / 0.75);
}
.text-core-color-neutral-30\/80 {
  color: rgb(71 84 102 / 0.8);
}
.text-core-color-neutral-30\/90 {
  color: rgb(71 84 102 / 0.9);
}
.text-core-color-neutral-30\/95 {
  color: rgb(71 84 102 / 0.95);
}
.text-core-color-neutral-30\/base-opacity-disabled {
  color: rgb(71 84 102 / 60%);
}
.text-core-color-neutral-30\/core-opacity-0 {
  color: rgb(71 84 102 / 0%);
}
.text-core-color-neutral-30\/core-opacity-10 {
  color: rgb(71 84 102 / 10%);
}
.text-core-color-neutral-30\/core-opacity-100 {
  color: rgb(71 84 102 / 100%);
}
.text-core-color-neutral-30\/core-opacity-20 {
  color: rgb(71 84 102 / 20%);
}
.text-core-color-neutral-30\/core-opacity-30 {
  color: rgb(71 84 102 / 30%);
}
.text-core-color-neutral-30\/core-opacity-40 {
  color: rgb(71 84 102 / 40%);
}
.text-core-color-neutral-30\/core-opacity-50 {
  color: rgb(71 84 102 / 50%);
}
.text-core-color-neutral-30\/core-opacity-60 {
  color: rgb(71 84 102 / 60%);
}
.text-core-color-neutral-30\/core-opacity-70 {
  color: rgb(71 84 102 / 70%);
}
.text-core-color-neutral-30\/core-opacity-80 {
  color: rgb(71 84 102 / 80%);
}
.text-core-color-neutral-30\/core-opacity-90 {
  color: rgb(71 84 102 / 90%);
}
.text-core-color-neutral-40 {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-core-color-neutral-40\/0 {
  color: rgb(102 112 133 / 0);
}
.text-core-color-neutral-40\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-core-color-neutral-40\/100 {
  color: rgb(102 112 133 / 1);
}
.text-core-color-neutral-40\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-core-color-neutral-40\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-core-color-neutral-40\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-core-color-neutral-40\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-core-color-neutral-40\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-core-color-neutral-40\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-core-color-neutral-40\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-core-color-neutral-40\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-core-color-neutral-40\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-core-color-neutral-40\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-core-color-neutral-40\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-core-color-neutral-40\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-core-color-neutral-40\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-core-color-neutral-40\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-core-color-neutral-40\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-core-color-neutral-40\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-core-color-neutral-40\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-core-color-neutral-40\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-core-color-neutral-40\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-core-color-neutral-40\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-core-color-neutral-40\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-core-color-neutral-40\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-core-color-neutral-40\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-core-color-neutral-40\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-core-color-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}
.text-core-color-neutral-50\/0 {
  color: rgb(152 162 179 / 0);
}
.text-core-color-neutral-50\/10 {
  color: rgb(152 162 179 / 0.1);
}
.text-core-color-neutral-50\/100 {
  color: rgb(152 162 179 / 1);
}
.text-core-color-neutral-50\/20 {
  color: rgb(152 162 179 / 0.2);
}
.text-core-color-neutral-50\/25 {
  color: rgb(152 162 179 / 0.25);
}
.text-core-color-neutral-50\/30 {
  color: rgb(152 162 179 / 0.3);
}
.text-core-color-neutral-50\/40 {
  color: rgb(152 162 179 / 0.4);
}
.text-core-color-neutral-50\/5 {
  color: rgb(152 162 179 / 0.05);
}
.text-core-color-neutral-50\/50 {
  color: rgb(152 162 179 / 0.5);
}
.text-core-color-neutral-50\/60 {
  color: rgb(152 162 179 / 0.6);
}
.text-core-color-neutral-50\/70 {
  color: rgb(152 162 179 / 0.7);
}
.text-core-color-neutral-50\/75 {
  color: rgb(152 162 179 / 0.75);
}
.text-core-color-neutral-50\/80 {
  color: rgb(152 162 179 / 0.8);
}
.text-core-color-neutral-50\/90 {
  color: rgb(152 162 179 / 0.9);
}
.text-core-color-neutral-50\/95 {
  color: rgb(152 162 179 / 0.95);
}
.text-core-color-neutral-50\/base-opacity-disabled {
  color: rgb(152 162 179 / 60%);
}
.text-core-color-neutral-50\/core-opacity-0 {
  color: rgb(152 162 179 / 0%);
}
.text-core-color-neutral-50\/core-opacity-10 {
  color: rgb(152 162 179 / 10%);
}
.text-core-color-neutral-50\/core-opacity-100 {
  color: rgb(152 162 179 / 100%);
}
.text-core-color-neutral-50\/core-opacity-20 {
  color: rgb(152 162 179 / 20%);
}
.text-core-color-neutral-50\/core-opacity-30 {
  color: rgb(152 162 179 / 30%);
}
.text-core-color-neutral-50\/core-opacity-40 {
  color: rgb(152 162 179 / 40%);
}
.text-core-color-neutral-50\/core-opacity-50 {
  color: rgb(152 162 179 / 50%);
}
.text-core-color-neutral-50\/core-opacity-60 {
  color: rgb(152 162 179 / 60%);
}
.text-core-color-neutral-50\/core-opacity-70 {
  color: rgb(152 162 179 / 70%);
}
.text-core-color-neutral-50\/core-opacity-80 {
  color: rgb(152 162 179 / 80%);
}
.text-core-color-neutral-50\/core-opacity-90 {
  color: rgb(152 162 179 / 90%);
}
.text-core-color-neutral-60 {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-core-color-neutral-60\/0 {
  color: rgb(208 213 221 / 0);
}
.text-core-color-neutral-60\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-core-color-neutral-60\/100 {
  color: rgb(208 213 221 / 1);
}
.text-core-color-neutral-60\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-core-color-neutral-60\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-core-color-neutral-60\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-core-color-neutral-60\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-core-color-neutral-60\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-core-color-neutral-60\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-core-color-neutral-60\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-core-color-neutral-60\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-core-color-neutral-60\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-core-color-neutral-60\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-core-color-neutral-60\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-core-color-neutral-60\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-core-color-neutral-60\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-core-color-neutral-60\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-core-color-neutral-60\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-core-color-neutral-60\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-core-color-neutral-60\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-core-color-neutral-60\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-core-color-neutral-60\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-core-color-neutral-60\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-core-color-neutral-60\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-core-color-neutral-60\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-core-color-neutral-60\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-core-color-neutral-60\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-core-color-neutral-70 {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}
.text-core-color-neutral-70\/0 {
  color: rgb(234 236 240 / 0);
}
.text-core-color-neutral-70\/10 {
  color: rgb(234 236 240 / 0.1);
}
.text-core-color-neutral-70\/100 {
  color: rgb(234 236 240 / 1);
}
.text-core-color-neutral-70\/20 {
  color: rgb(234 236 240 / 0.2);
}
.text-core-color-neutral-70\/25 {
  color: rgb(234 236 240 / 0.25);
}
.text-core-color-neutral-70\/30 {
  color: rgb(234 236 240 / 0.3);
}
.text-core-color-neutral-70\/40 {
  color: rgb(234 236 240 / 0.4);
}
.text-core-color-neutral-70\/5 {
  color: rgb(234 236 240 / 0.05);
}
.text-core-color-neutral-70\/50 {
  color: rgb(234 236 240 / 0.5);
}
.text-core-color-neutral-70\/60 {
  color: rgb(234 236 240 / 0.6);
}
.text-core-color-neutral-70\/70 {
  color: rgb(234 236 240 / 0.7);
}
.text-core-color-neutral-70\/75 {
  color: rgb(234 236 240 / 0.75);
}
.text-core-color-neutral-70\/80 {
  color: rgb(234 236 240 / 0.8);
}
.text-core-color-neutral-70\/90 {
  color: rgb(234 236 240 / 0.9);
}
.text-core-color-neutral-70\/95 {
  color: rgb(234 236 240 / 0.95);
}
.text-core-color-neutral-70\/base-opacity-disabled {
  color: rgb(234 236 240 / 60%);
}
.text-core-color-neutral-70\/core-opacity-0 {
  color: rgb(234 236 240 / 0%);
}
.text-core-color-neutral-70\/core-opacity-10 {
  color: rgb(234 236 240 / 10%);
}
.text-core-color-neutral-70\/core-opacity-100 {
  color: rgb(234 236 240 / 100%);
}
.text-core-color-neutral-70\/core-opacity-20 {
  color: rgb(234 236 240 / 20%);
}
.text-core-color-neutral-70\/core-opacity-30 {
  color: rgb(234 236 240 / 30%);
}
.text-core-color-neutral-70\/core-opacity-40 {
  color: rgb(234 236 240 / 40%);
}
.text-core-color-neutral-70\/core-opacity-50 {
  color: rgb(234 236 240 / 50%);
}
.text-core-color-neutral-70\/core-opacity-60 {
  color: rgb(234 236 240 / 60%);
}
.text-core-color-neutral-70\/core-opacity-70 {
  color: rgb(234 236 240 / 70%);
}
.text-core-color-neutral-70\/core-opacity-80 {
  color: rgb(234 236 240 / 80%);
}
.text-core-color-neutral-70\/core-opacity-90 {
  color: rgb(234 236 240 / 90%);
}
.text-core-color-neutral-80 {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-core-color-neutral-80\/0 {
  color: rgb(242 244 247 / 0);
}
.text-core-color-neutral-80\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-core-color-neutral-80\/100 {
  color: rgb(242 244 247 / 1);
}
.text-core-color-neutral-80\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-core-color-neutral-80\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-core-color-neutral-80\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-core-color-neutral-80\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-core-color-neutral-80\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-core-color-neutral-80\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-core-color-neutral-80\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-core-color-neutral-80\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-core-color-neutral-80\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-core-color-neutral-80\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-core-color-neutral-80\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-core-color-neutral-80\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-core-color-neutral-80\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-core-color-neutral-80\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-core-color-neutral-80\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-core-color-neutral-80\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-core-color-neutral-80\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-core-color-neutral-80\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-core-color-neutral-80\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-core-color-neutral-80\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-core-color-neutral-80\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-core-color-neutral-80\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-core-color-neutral-80\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-core-color-neutral-80\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-core-color-neutral-90 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-core-color-neutral-90\/0 {
  color: rgb(249 250 251 / 0);
}
.text-core-color-neutral-90\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-core-color-neutral-90\/100 {
  color: rgb(249 250 251 / 1);
}
.text-core-color-neutral-90\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-core-color-neutral-90\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-core-color-neutral-90\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-core-color-neutral-90\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-core-color-neutral-90\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-core-color-neutral-90\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-core-color-neutral-90\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-core-color-neutral-90\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-core-color-neutral-90\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-core-color-neutral-90\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-core-color-neutral-90\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-core-color-neutral-90\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-core-color-neutral-90\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-core-color-neutral-90\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-core-color-neutral-90\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-core-color-neutral-90\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-core-color-neutral-90\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-core-color-neutral-90\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-core-color-neutral-90\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-core-color-neutral-90\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-core-color-neutral-90\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-core-color-neutral-90\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-core-color-neutral-90\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-core-color-neutral-90\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-core-color-orange-0 {
  --tw-text-opacity: 1;
  color: rgb(126 37 16 / var(--tw-text-opacity));
}
.text-core-color-orange-0\/0 {
  color: rgb(126 37 16 / 0);
}
.text-core-color-orange-0\/10 {
  color: rgb(126 37 16 / 0.1);
}
.text-core-color-orange-0\/100 {
  color: rgb(126 37 16 / 1);
}
.text-core-color-orange-0\/20 {
  color: rgb(126 37 16 / 0.2);
}
.text-core-color-orange-0\/25 {
  color: rgb(126 37 16 / 0.25);
}
.text-core-color-orange-0\/30 {
  color: rgb(126 37 16 / 0.3);
}
.text-core-color-orange-0\/40 {
  color: rgb(126 37 16 / 0.4);
}
.text-core-color-orange-0\/5 {
  color: rgb(126 37 16 / 0.05);
}
.text-core-color-orange-0\/50 {
  color: rgb(126 37 16 / 0.5);
}
.text-core-color-orange-0\/60 {
  color: rgb(126 37 16 / 0.6);
}
.text-core-color-orange-0\/70 {
  color: rgb(126 37 16 / 0.7);
}
.text-core-color-orange-0\/75 {
  color: rgb(126 37 16 / 0.75);
}
.text-core-color-orange-0\/80 {
  color: rgb(126 37 16 / 0.8);
}
.text-core-color-orange-0\/90 {
  color: rgb(126 37 16 / 0.9);
}
.text-core-color-orange-0\/95 {
  color: rgb(126 37 16 / 0.95);
}
.text-core-color-orange-0\/base-opacity-disabled {
  color: rgb(126 37 16 / 60%);
}
.text-core-color-orange-0\/core-opacity-0 {
  color: rgb(126 37 16 / 0%);
}
.text-core-color-orange-0\/core-opacity-10 {
  color: rgb(126 37 16 / 10%);
}
.text-core-color-orange-0\/core-opacity-100 {
  color: rgb(126 37 16 / 100%);
}
.text-core-color-orange-0\/core-opacity-20 {
  color: rgb(126 37 16 / 20%);
}
.text-core-color-orange-0\/core-opacity-30 {
  color: rgb(126 37 16 / 30%);
}
.text-core-color-orange-0\/core-opacity-40 {
  color: rgb(126 37 16 / 40%);
}
.text-core-color-orange-0\/core-opacity-50 {
  color: rgb(126 37 16 / 50%);
}
.text-core-color-orange-0\/core-opacity-60 {
  color: rgb(126 37 16 / 60%);
}
.text-core-color-orange-0\/core-opacity-70 {
  color: rgb(126 37 16 / 70%);
}
.text-core-color-orange-0\/core-opacity-80 {
  color: rgb(126 37 16 / 80%);
}
.text-core-color-orange-0\/core-opacity-90 {
  color: rgb(126 37 16 / 90%);
}
.text-core-color-orange-10 {
  --tw-text-opacity: 1;
  color: rgb(157 42 16 / var(--tw-text-opacity));
}
.text-core-color-orange-10\/0 {
  color: rgb(157 42 16 / 0);
}
.text-core-color-orange-10\/10 {
  color: rgb(157 42 16 / 0.1);
}
.text-core-color-orange-10\/100 {
  color: rgb(157 42 16 / 1);
}
.text-core-color-orange-10\/20 {
  color: rgb(157 42 16 / 0.2);
}
.text-core-color-orange-10\/25 {
  color: rgb(157 42 16 / 0.25);
}
.text-core-color-orange-10\/30 {
  color: rgb(157 42 16 / 0.3);
}
.text-core-color-orange-10\/40 {
  color: rgb(157 42 16 / 0.4);
}
.text-core-color-orange-10\/5 {
  color: rgb(157 42 16 / 0.05);
}
.text-core-color-orange-10\/50 {
  color: rgb(157 42 16 / 0.5);
}
.text-core-color-orange-10\/60 {
  color: rgb(157 42 16 / 0.6);
}
.text-core-color-orange-10\/70 {
  color: rgb(157 42 16 / 0.7);
}
.text-core-color-orange-10\/75 {
  color: rgb(157 42 16 / 0.75);
}
.text-core-color-orange-10\/80 {
  color: rgb(157 42 16 / 0.8);
}
.text-core-color-orange-10\/90 {
  color: rgb(157 42 16 / 0.9);
}
.text-core-color-orange-10\/95 {
  color: rgb(157 42 16 / 0.95);
}
.text-core-color-orange-10\/base-opacity-disabled {
  color: rgb(157 42 16 / 60%);
}
.text-core-color-orange-10\/core-opacity-0 {
  color: rgb(157 42 16 / 0%);
}
.text-core-color-orange-10\/core-opacity-10 {
  color: rgb(157 42 16 / 10%);
}
.text-core-color-orange-10\/core-opacity-100 {
  color: rgb(157 42 16 / 100%);
}
.text-core-color-orange-10\/core-opacity-20 {
  color: rgb(157 42 16 / 20%);
}
.text-core-color-orange-10\/core-opacity-30 {
  color: rgb(157 42 16 / 30%);
}
.text-core-color-orange-10\/core-opacity-40 {
  color: rgb(157 42 16 / 40%);
}
.text-core-color-orange-10\/core-opacity-50 {
  color: rgb(157 42 16 / 50%);
}
.text-core-color-orange-10\/core-opacity-60 {
  color: rgb(157 42 16 / 60%);
}
.text-core-color-orange-10\/core-opacity-70 {
  color: rgb(157 42 16 / 70%);
}
.text-core-color-orange-10\/core-opacity-80 {
  color: rgb(157 42 16 / 80%);
}
.text-core-color-orange-10\/core-opacity-90 {
  color: rgb(157 42 16 / 90%);
}
.text-core-color-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 250 245 / var(--tw-text-opacity));
}
.text-core-color-orange-100\/0 {
  color: rgb(255 250 245 / 0);
}
.text-core-color-orange-100\/10 {
  color: rgb(255 250 245 / 0.1);
}
.text-core-color-orange-100\/100 {
  color: rgb(255 250 245 / 1);
}
.text-core-color-orange-100\/20 {
  color: rgb(255 250 245 / 0.2);
}
.text-core-color-orange-100\/25 {
  color: rgb(255 250 245 / 0.25);
}
.text-core-color-orange-100\/30 {
  color: rgb(255 250 245 / 0.3);
}
.text-core-color-orange-100\/40 {
  color: rgb(255 250 245 / 0.4);
}
.text-core-color-orange-100\/5 {
  color: rgb(255 250 245 / 0.05);
}
.text-core-color-orange-100\/50 {
  color: rgb(255 250 245 / 0.5);
}
.text-core-color-orange-100\/60 {
  color: rgb(255 250 245 / 0.6);
}
.text-core-color-orange-100\/70 {
  color: rgb(255 250 245 / 0.7);
}
.text-core-color-orange-100\/75 {
  color: rgb(255 250 245 / 0.75);
}
.text-core-color-orange-100\/80 {
  color: rgb(255 250 245 / 0.8);
}
.text-core-color-orange-100\/90 {
  color: rgb(255 250 245 / 0.9);
}
.text-core-color-orange-100\/95 {
  color: rgb(255 250 245 / 0.95);
}
.text-core-color-orange-100\/base-opacity-disabled {
  color: rgb(255 250 245 / 60%);
}
.text-core-color-orange-100\/core-opacity-0 {
  color: rgb(255 250 245 / 0%);
}
.text-core-color-orange-100\/core-opacity-10 {
  color: rgb(255 250 245 / 10%);
}
.text-core-color-orange-100\/core-opacity-100 {
  color: rgb(255 250 245 / 100%);
}
.text-core-color-orange-100\/core-opacity-20 {
  color: rgb(255 250 245 / 20%);
}
.text-core-color-orange-100\/core-opacity-30 {
  color: rgb(255 250 245 / 30%);
}
.text-core-color-orange-100\/core-opacity-40 {
  color: rgb(255 250 245 / 40%);
}
.text-core-color-orange-100\/core-opacity-50 {
  color: rgb(255 250 245 / 50%);
}
.text-core-color-orange-100\/core-opacity-60 {
  color: rgb(255 250 245 / 60%);
}
.text-core-color-orange-100\/core-opacity-70 {
  color: rgb(255 250 245 / 70%);
}
.text-core-color-orange-100\/core-opacity-80 {
  color: rgb(255 250 245 / 80%);
}
.text-core-color-orange-100\/core-opacity-90 {
  color: rgb(255 250 245 / 90%);
}
.text-core-color-orange-20 {
  --tw-text-opacity: 1;
  color: rgb(194 50 10 / var(--tw-text-opacity));
}
.text-core-color-orange-20\/0 {
  color: rgb(194 50 10 / 0);
}
.text-core-color-orange-20\/10 {
  color: rgb(194 50 10 / 0.1);
}
.text-core-color-orange-20\/100 {
  color: rgb(194 50 10 / 1);
}
.text-core-color-orange-20\/20 {
  color: rgb(194 50 10 / 0.2);
}
.text-core-color-orange-20\/25 {
  color: rgb(194 50 10 / 0.25);
}
.text-core-color-orange-20\/30 {
  color: rgb(194 50 10 / 0.3);
}
.text-core-color-orange-20\/40 {
  color: rgb(194 50 10 / 0.4);
}
.text-core-color-orange-20\/5 {
  color: rgb(194 50 10 / 0.05);
}
.text-core-color-orange-20\/50 {
  color: rgb(194 50 10 / 0.5);
}
.text-core-color-orange-20\/60 {
  color: rgb(194 50 10 / 0.6);
}
.text-core-color-orange-20\/70 {
  color: rgb(194 50 10 / 0.7);
}
.text-core-color-orange-20\/75 {
  color: rgb(194 50 10 / 0.75);
}
.text-core-color-orange-20\/80 {
  color: rgb(194 50 10 / 0.8);
}
.text-core-color-orange-20\/90 {
  color: rgb(194 50 10 / 0.9);
}
.text-core-color-orange-20\/95 {
  color: rgb(194 50 10 / 0.95);
}
.text-core-color-orange-20\/base-opacity-disabled {
  color: rgb(194 50 10 / 60%);
}
.text-core-color-orange-20\/core-opacity-0 {
  color: rgb(194 50 10 / 0%);
}
.text-core-color-orange-20\/core-opacity-10 {
  color: rgb(194 50 10 / 10%);
}
.text-core-color-orange-20\/core-opacity-100 {
  color: rgb(194 50 10 / 100%);
}
.text-core-color-orange-20\/core-opacity-20 {
  color: rgb(194 50 10 / 20%);
}
.text-core-color-orange-20\/core-opacity-30 {
  color: rgb(194 50 10 / 30%);
}
.text-core-color-orange-20\/core-opacity-40 {
  color: rgb(194 50 10 / 40%);
}
.text-core-color-orange-20\/core-opacity-50 {
  color: rgb(194 50 10 / 50%);
}
.text-core-color-orange-20\/core-opacity-60 {
  color: rgb(194 50 10 / 60%);
}
.text-core-color-orange-20\/core-opacity-70 {
  color: rgb(194 50 10 / 70%);
}
.text-core-color-orange-20\/core-opacity-80 {
  color: rgb(194 50 10 / 80%);
}
.text-core-color-orange-20\/core-opacity-90 {
  color: rgb(194 50 10 / 90%);
}
.text-core-color-orange-30 {
  --tw-text-opacity: 1;
  color: rgb(235 74 10 / var(--tw-text-opacity));
}
.text-core-color-orange-30\/0 {
  color: rgb(235 74 10 / 0);
}
.text-core-color-orange-30\/10 {
  color: rgb(235 74 10 / 0.1);
}
.text-core-color-orange-30\/100 {
  color: rgb(235 74 10 / 1);
}
.text-core-color-orange-30\/20 {
  color: rgb(235 74 10 / 0.2);
}
.text-core-color-orange-30\/25 {
  color: rgb(235 74 10 / 0.25);
}
.text-core-color-orange-30\/30 {
  color: rgb(235 74 10 / 0.3);
}
.text-core-color-orange-30\/40 {
  color: rgb(235 74 10 / 0.4);
}
.text-core-color-orange-30\/5 {
  color: rgb(235 74 10 / 0.05);
}
.text-core-color-orange-30\/50 {
  color: rgb(235 74 10 / 0.5);
}
.text-core-color-orange-30\/60 {
  color: rgb(235 74 10 / 0.6);
}
.text-core-color-orange-30\/70 {
  color: rgb(235 74 10 / 0.7);
}
.text-core-color-orange-30\/75 {
  color: rgb(235 74 10 / 0.75);
}
.text-core-color-orange-30\/80 {
  color: rgb(235 74 10 / 0.8);
}
.text-core-color-orange-30\/90 {
  color: rgb(235 74 10 / 0.9);
}
.text-core-color-orange-30\/95 {
  color: rgb(235 74 10 / 0.95);
}
.text-core-color-orange-30\/base-opacity-disabled {
  color: rgb(235 74 10 / 60%);
}
.text-core-color-orange-30\/core-opacity-0 {
  color: rgb(235 74 10 / 0%);
}
.text-core-color-orange-30\/core-opacity-10 {
  color: rgb(235 74 10 / 10%);
}
.text-core-color-orange-30\/core-opacity-100 {
  color: rgb(235 74 10 / 100%);
}
.text-core-color-orange-30\/core-opacity-20 {
  color: rgb(235 74 10 / 20%);
}
.text-core-color-orange-30\/core-opacity-30 {
  color: rgb(235 74 10 / 30%);
}
.text-core-color-orange-30\/core-opacity-40 {
  color: rgb(235 74 10 / 40%);
}
.text-core-color-orange-30\/core-opacity-50 {
  color: rgb(235 74 10 / 50%);
}
.text-core-color-orange-30\/core-opacity-60 {
  color: rgb(235 74 10 / 60%);
}
.text-core-color-orange-30\/core-opacity-70 {
  color: rgb(235 74 10 / 70%);
}
.text-core-color-orange-30\/core-opacity-80 {
  color: rgb(235 74 10 / 80%);
}
.text-core-color-orange-30\/core-opacity-90 {
  color: rgb(235 74 10 / 90%);
}
.text-core-color-orange-40 {
  --tw-text-opacity: 1;
  color: rgb(251 100 19 / var(--tw-text-opacity));
}
.text-core-color-orange-40\/0 {
  color: rgb(251 100 19 / 0);
}
.text-core-color-orange-40\/10 {
  color: rgb(251 100 19 / 0.1);
}
.text-core-color-orange-40\/100 {
  color: rgb(251 100 19 / 1);
}
.text-core-color-orange-40\/20 {
  color: rgb(251 100 19 / 0.2);
}
.text-core-color-orange-40\/25 {
  color: rgb(251 100 19 / 0.25);
}
.text-core-color-orange-40\/30 {
  color: rgb(251 100 19 / 0.3);
}
.text-core-color-orange-40\/40 {
  color: rgb(251 100 19 / 0.4);
}
.text-core-color-orange-40\/5 {
  color: rgb(251 100 19 / 0.05);
}
.text-core-color-orange-40\/50 {
  color: rgb(251 100 19 / 0.5);
}
.text-core-color-orange-40\/60 {
  color: rgb(251 100 19 / 0.6);
}
.text-core-color-orange-40\/70 {
  color: rgb(251 100 19 / 0.7);
}
.text-core-color-orange-40\/75 {
  color: rgb(251 100 19 / 0.75);
}
.text-core-color-orange-40\/80 {
  color: rgb(251 100 19 / 0.8);
}
.text-core-color-orange-40\/90 {
  color: rgb(251 100 19 / 0.9);
}
.text-core-color-orange-40\/95 {
  color: rgb(251 100 19 / 0.95);
}
.text-core-color-orange-40\/base-opacity-disabled {
  color: rgb(251 100 19 / 60%);
}
.text-core-color-orange-40\/core-opacity-0 {
  color: rgb(251 100 19 / 0%);
}
.text-core-color-orange-40\/core-opacity-10 {
  color: rgb(251 100 19 / 10%);
}
.text-core-color-orange-40\/core-opacity-100 {
  color: rgb(251 100 19 / 100%);
}
.text-core-color-orange-40\/core-opacity-20 {
  color: rgb(251 100 19 / 20%);
}
.text-core-color-orange-40\/core-opacity-30 {
  color: rgb(251 100 19 / 30%);
}
.text-core-color-orange-40\/core-opacity-40 {
  color: rgb(251 100 19 / 40%);
}
.text-core-color-orange-40\/core-opacity-50 {
  color: rgb(251 100 19 / 50%);
}
.text-core-color-orange-40\/core-opacity-60 {
  color: rgb(251 100 19 / 60%);
}
.text-core-color-orange-40\/core-opacity-70 {
  color: rgb(251 100 19 / 70%);
}
.text-core-color-orange-40\/core-opacity-80 {
  color: rgb(251 100 19 / 80%);
}
.text-core-color-orange-40\/core-opacity-90 {
  color: rgb(251 100 19 / 90%);
}
.text-core-color-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(253 133 58 / var(--tw-text-opacity));
}
.text-core-color-orange-50\/0 {
  color: rgb(253 133 58 / 0);
}
.text-core-color-orange-50\/10 {
  color: rgb(253 133 58 / 0.1);
}
.text-core-color-orange-50\/100 {
  color: rgb(253 133 58 / 1);
}
.text-core-color-orange-50\/20 {
  color: rgb(253 133 58 / 0.2);
}
.text-core-color-orange-50\/25 {
  color: rgb(253 133 58 / 0.25);
}
.text-core-color-orange-50\/30 {
  color: rgb(253 133 58 / 0.3);
}
.text-core-color-orange-50\/40 {
  color: rgb(253 133 58 / 0.4);
}
.text-core-color-orange-50\/5 {
  color: rgb(253 133 58 / 0.05);
}
.text-core-color-orange-50\/50 {
  color: rgb(253 133 58 / 0.5);
}
.text-core-color-orange-50\/60 {
  color: rgb(253 133 58 / 0.6);
}
.text-core-color-orange-50\/70 {
  color: rgb(253 133 58 / 0.7);
}
.text-core-color-orange-50\/75 {
  color: rgb(253 133 58 / 0.75);
}
.text-core-color-orange-50\/80 {
  color: rgb(253 133 58 / 0.8);
}
.text-core-color-orange-50\/90 {
  color: rgb(253 133 58 / 0.9);
}
.text-core-color-orange-50\/95 {
  color: rgb(253 133 58 / 0.95);
}
.text-core-color-orange-50\/base-opacity-disabled {
  color: rgb(253 133 58 / 60%);
}
.text-core-color-orange-50\/core-opacity-0 {
  color: rgb(253 133 58 / 0%);
}
.text-core-color-orange-50\/core-opacity-10 {
  color: rgb(253 133 58 / 10%);
}
.text-core-color-orange-50\/core-opacity-100 {
  color: rgb(253 133 58 / 100%);
}
.text-core-color-orange-50\/core-opacity-20 {
  color: rgb(253 133 58 / 20%);
}
.text-core-color-orange-50\/core-opacity-30 {
  color: rgb(253 133 58 / 30%);
}
.text-core-color-orange-50\/core-opacity-40 {
  color: rgb(253 133 58 / 40%);
}
.text-core-color-orange-50\/core-opacity-50 {
  color: rgb(253 133 58 / 50%);
}
.text-core-color-orange-50\/core-opacity-60 {
  color: rgb(253 133 58 / 60%);
}
.text-core-color-orange-50\/core-opacity-70 {
  color: rgb(253 133 58 / 70%);
}
.text-core-color-orange-50\/core-opacity-80 {
  color: rgb(253 133 58 / 80%);
}
.text-core-color-orange-50\/core-opacity-90 {
  color: rgb(253 133 58 / 90%);
}
.text-core-color-orange-60 {
  --tw-text-opacity: 1;
  color: rgb(254 177 113 / var(--tw-text-opacity));
}
.text-core-color-orange-60\/0 {
  color: rgb(254 177 113 / 0);
}
.text-core-color-orange-60\/10 {
  color: rgb(254 177 113 / 0.1);
}
.text-core-color-orange-60\/100 {
  color: rgb(254 177 113 / 1);
}
.text-core-color-orange-60\/20 {
  color: rgb(254 177 113 / 0.2);
}
.text-core-color-orange-60\/25 {
  color: rgb(254 177 113 / 0.25);
}
.text-core-color-orange-60\/30 {
  color: rgb(254 177 113 / 0.3);
}
.text-core-color-orange-60\/40 {
  color: rgb(254 177 113 / 0.4);
}
.text-core-color-orange-60\/5 {
  color: rgb(254 177 113 / 0.05);
}
.text-core-color-orange-60\/50 {
  color: rgb(254 177 113 / 0.5);
}
.text-core-color-orange-60\/60 {
  color: rgb(254 177 113 / 0.6);
}
.text-core-color-orange-60\/70 {
  color: rgb(254 177 113 / 0.7);
}
.text-core-color-orange-60\/75 {
  color: rgb(254 177 113 / 0.75);
}
.text-core-color-orange-60\/80 {
  color: rgb(254 177 113 / 0.8);
}
.text-core-color-orange-60\/90 {
  color: rgb(254 177 113 / 0.9);
}
.text-core-color-orange-60\/95 {
  color: rgb(254 177 113 / 0.95);
}
.text-core-color-orange-60\/base-opacity-disabled {
  color: rgb(254 177 113 / 60%);
}
.text-core-color-orange-60\/core-opacity-0 {
  color: rgb(254 177 113 / 0%);
}
.text-core-color-orange-60\/core-opacity-10 {
  color: rgb(254 177 113 / 10%);
}
.text-core-color-orange-60\/core-opacity-100 {
  color: rgb(254 177 113 / 100%);
}
.text-core-color-orange-60\/core-opacity-20 {
  color: rgb(254 177 113 / 20%);
}
.text-core-color-orange-60\/core-opacity-30 {
  color: rgb(254 177 113 / 30%);
}
.text-core-color-orange-60\/core-opacity-40 {
  color: rgb(254 177 113 / 40%);
}
.text-core-color-orange-60\/core-opacity-50 {
  color: rgb(254 177 113 / 50%);
}
.text-core-color-orange-60\/core-opacity-60 {
  color: rgb(254 177 113 / 60%);
}
.text-core-color-orange-60\/core-opacity-70 {
  color: rgb(254 177 113 / 70%);
}
.text-core-color-orange-60\/core-opacity-80 {
  color: rgb(254 177 113 / 80%);
}
.text-core-color-orange-60\/core-opacity-90 {
  color: rgb(254 177 113 / 90%);
}
.text-core-color-orange-70 {
  --tw-text-opacity: 1;
  color: rgb(253 220 170 / var(--tw-text-opacity));
}
.text-core-color-orange-70\/0 {
  color: rgb(253 220 170 / 0);
}
.text-core-color-orange-70\/10 {
  color: rgb(253 220 170 / 0.1);
}
.text-core-color-orange-70\/100 {
  color: rgb(253 220 170 / 1);
}
.text-core-color-orange-70\/20 {
  color: rgb(253 220 170 / 0.2);
}
.text-core-color-orange-70\/25 {
  color: rgb(253 220 170 / 0.25);
}
.text-core-color-orange-70\/30 {
  color: rgb(253 220 170 / 0.3);
}
.text-core-color-orange-70\/40 {
  color: rgb(253 220 170 / 0.4);
}
.text-core-color-orange-70\/5 {
  color: rgb(253 220 170 / 0.05);
}
.text-core-color-orange-70\/50 {
  color: rgb(253 220 170 / 0.5);
}
.text-core-color-orange-70\/60 {
  color: rgb(253 220 170 / 0.6);
}
.text-core-color-orange-70\/70 {
  color: rgb(253 220 170 / 0.7);
}
.text-core-color-orange-70\/75 {
  color: rgb(253 220 170 / 0.75);
}
.text-core-color-orange-70\/80 {
  color: rgb(253 220 170 / 0.8);
}
.text-core-color-orange-70\/90 {
  color: rgb(253 220 170 / 0.9);
}
.text-core-color-orange-70\/95 {
  color: rgb(253 220 170 / 0.95);
}
.text-core-color-orange-70\/base-opacity-disabled {
  color: rgb(253 220 170 / 60%);
}
.text-core-color-orange-70\/core-opacity-0 {
  color: rgb(253 220 170 / 0%);
}
.text-core-color-orange-70\/core-opacity-10 {
  color: rgb(253 220 170 / 10%);
}
.text-core-color-orange-70\/core-opacity-100 {
  color: rgb(253 220 170 / 100%);
}
.text-core-color-orange-70\/core-opacity-20 {
  color: rgb(253 220 170 / 20%);
}
.text-core-color-orange-70\/core-opacity-30 {
  color: rgb(253 220 170 / 30%);
}
.text-core-color-orange-70\/core-opacity-40 {
  color: rgb(253 220 170 / 40%);
}
.text-core-color-orange-70\/core-opacity-50 {
  color: rgb(253 220 170 / 50%);
}
.text-core-color-orange-70\/core-opacity-60 {
  color: rgb(253 220 170 / 60%);
}
.text-core-color-orange-70\/core-opacity-70 {
  color: rgb(253 220 170 / 70%);
}
.text-core-color-orange-70\/core-opacity-80 {
  color: rgb(253 220 170 / 80%);
}
.text-core-color-orange-70\/core-opacity-90 {
  color: rgb(253 220 170 / 90%);
}
.text-core-color-orange-80 {
  --tw-text-opacity: 1;
  color: rgb(255 235 214 / var(--tw-text-opacity));
}
.text-core-color-orange-80\/0 {
  color: rgb(255 235 214 / 0);
}
.text-core-color-orange-80\/10 {
  color: rgb(255 235 214 / 0.1);
}
.text-core-color-orange-80\/100 {
  color: rgb(255 235 214 / 1);
}
.text-core-color-orange-80\/20 {
  color: rgb(255 235 214 / 0.2);
}
.text-core-color-orange-80\/25 {
  color: rgb(255 235 214 / 0.25);
}
.text-core-color-orange-80\/30 {
  color: rgb(255 235 214 / 0.3);
}
.text-core-color-orange-80\/40 {
  color: rgb(255 235 214 / 0.4);
}
.text-core-color-orange-80\/5 {
  color: rgb(255 235 214 / 0.05);
}
.text-core-color-orange-80\/50 {
  color: rgb(255 235 214 / 0.5);
}
.text-core-color-orange-80\/60 {
  color: rgb(255 235 214 / 0.6);
}
.text-core-color-orange-80\/70 {
  color: rgb(255 235 214 / 0.7);
}
.text-core-color-orange-80\/75 {
  color: rgb(255 235 214 / 0.75);
}
.text-core-color-orange-80\/80 {
  color: rgb(255 235 214 / 0.8);
}
.text-core-color-orange-80\/90 {
  color: rgb(255 235 214 / 0.9);
}
.text-core-color-orange-80\/95 {
  color: rgb(255 235 214 / 0.95);
}
.text-core-color-orange-80\/base-opacity-disabled {
  color: rgb(255 235 214 / 60%);
}
.text-core-color-orange-80\/core-opacity-0 {
  color: rgb(255 235 214 / 0%);
}
.text-core-color-orange-80\/core-opacity-10 {
  color: rgb(255 235 214 / 10%);
}
.text-core-color-orange-80\/core-opacity-100 {
  color: rgb(255 235 214 / 100%);
}
.text-core-color-orange-80\/core-opacity-20 {
  color: rgb(255 235 214 / 20%);
}
.text-core-color-orange-80\/core-opacity-30 {
  color: rgb(255 235 214 / 30%);
}
.text-core-color-orange-80\/core-opacity-40 {
  color: rgb(255 235 214 / 40%);
}
.text-core-color-orange-80\/core-opacity-50 {
  color: rgb(255 235 214 / 50%);
}
.text-core-color-orange-80\/core-opacity-60 {
  color: rgb(255 235 214 / 60%);
}
.text-core-color-orange-80\/core-opacity-70 {
  color: rgb(255 235 214 / 70%);
}
.text-core-color-orange-80\/core-opacity-80 {
  color: rgb(255 235 214 / 80%);
}
.text-core-color-orange-80\/core-opacity-90 {
  color: rgb(255 235 214 / 90%);
}
.text-core-color-orange-90 {
  --tw-text-opacity: 1;
  color: rgb(255 245 235 / var(--tw-text-opacity));
}
.text-core-color-orange-90\/0 {
  color: rgb(255 245 235 / 0);
}
.text-core-color-orange-90\/10 {
  color: rgb(255 245 235 / 0.1);
}
.text-core-color-orange-90\/100 {
  color: rgb(255 245 235 / 1);
}
.text-core-color-orange-90\/20 {
  color: rgb(255 245 235 / 0.2);
}
.text-core-color-orange-90\/25 {
  color: rgb(255 245 235 / 0.25);
}
.text-core-color-orange-90\/30 {
  color: rgb(255 245 235 / 0.3);
}
.text-core-color-orange-90\/40 {
  color: rgb(255 245 235 / 0.4);
}
.text-core-color-orange-90\/5 {
  color: rgb(255 245 235 / 0.05);
}
.text-core-color-orange-90\/50 {
  color: rgb(255 245 235 / 0.5);
}
.text-core-color-orange-90\/60 {
  color: rgb(255 245 235 / 0.6);
}
.text-core-color-orange-90\/70 {
  color: rgb(255 245 235 / 0.7);
}
.text-core-color-orange-90\/75 {
  color: rgb(255 245 235 / 0.75);
}
.text-core-color-orange-90\/80 {
  color: rgb(255 245 235 / 0.8);
}
.text-core-color-orange-90\/90 {
  color: rgb(255 245 235 / 0.9);
}
.text-core-color-orange-90\/95 {
  color: rgb(255 245 235 / 0.95);
}
.text-core-color-orange-90\/base-opacity-disabled {
  color: rgb(255 245 235 / 60%);
}
.text-core-color-orange-90\/core-opacity-0 {
  color: rgb(255 245 235 / 0%);
}
.text-core-color-orange-90\/core-opacity-10 {
  color: rgb(255 245 235 / 10%);
}
.text-core-color-orange-90\/core-opacity-100 {
  color: rgb(255 245 235 / 100%);
}
.text-core-color-orange-90\/core-opacity-20 {
  color: rgb(255 245 235 / 20%);
}
.text-core-color-orange-90\/core-opacity-30 {
  color: rgb(255 245 235 / 30%);
}
.text-core-color-orange-90\/core-opacity-40 {
  color: rgb(255 245 235 / 40%);
}
.text-core-color-orange-90\/core-opacity-50 {
  color: rgb(255 245 235 / 50%);
}
.text-core-color-orange-90\/core-opacity-60 {
  color: rgb(255 245 235 / 60%);
}
.text-core-color-orange-90\/core-opacity-70 {
  color: rgb(255 245 235 / 70%);
}
.text-core-color-orange-90\/core-opacity-80 {
  color: rgb(255 245 235 / 80%);
}
.text-core-color-orange-90\/core-opacity-90 {
  color: rgb(255 245 235 / 90%);
}
.text-core-color-primary-0 {
  --tw-text-opacity: 1;
  color: rgb(33 31 71 / var(--tw-text-opacity));
}
.text-core-color-primary-0\/0 {
  color: rgb(33 31 71 / 0);
}
.text-core-color-primary-0\/10 {
  color: rgb(33 31 71 / 0.1);
}
.text-core-color-primary-0\/100 {
  color: rgb(33 31 71 / 1);
}
.text-core-color-primary-0\/20 {
  color: rgb(33 31 71 / 0.2);
}
.text-core-color-primary-0\/25 {
  color: rgb(33 31 71 / 0.25);
}
.text-core-color-primary-0\/30 {
  color: rgb(33 31 71 / 0.3);
}
.text-core-color-primary-0\/40 {
  color: rgb(33 31 71 / 0.4);
}
.text-core-color-primary-0\/5 {
  color: rgb(33 31 71 / 0.05);
}
.text-core-color-primary-0\/50 {
  color: rgb(33 31 71 / 0.5);
}
.text-core-color-primary-0\/60 {
  color: rgb(33 31 71 / 0.6);
}
.text-core-color-primary-0\/70 {
  color: rgb(33 31 71 / 0.7);
}
.text-core-color-primary-0\/75 {
  color: rgb(33 31 71 / 0.75);
}
.text-core-color-primary-0\/80 {
  color: rgb(33 31 71 / 0.8);
}
.text-core-color-primary-0\/90 {
  color: rgb(33 31 71 / 0.9);
}
.text-core-color-primary-0\/95 {
  color: rgb(33 31 71 / 0.95);
}
.text-core-color-primary-0\/base-opacity-disabled {
  color: rgb(33 31 71 / 60%);
}
.text-core-color-primary-0\/core-opacity-0 {
  color: rgb(33 31 71 / 0%);
}
.text-core-color-primary-0\/core-opacity-10 {
  color: rgb(33 31 71 / 10%);
}
.text-core-color-primary-0\/core-opacity-100 {
  color: rgb(33 31 71 / 100%);
}
.text-core-color-primary-0\/core-opacity-20 {
  color: rgb(33 31 71 / 20%);
}
.text-core-color-primary-0\/core-opacity-30 {
  color: rgb(33 31 71 / 30%);
}
.text-core-color-primary-0\/core-opacity-40 {
  color: rgb(33 31 71 / 40%);
}
.text-core-color-primary-0\/core-opacity-50 {
  color: rgb(33 31 71 / 50%);
}
.text-core-color-primary-0\/core-opacity-60 {
  color: rgb(33 31 71 / 60%);
}
.text-core-color-primary-0\/core-opacity-70 {
  color: rgb(33 31 71 / 70%);
}
.text-core-color-primary-0\/core-opacity-80 {
  color: rgb(33 31 71 / 80%);
}
.text-core-color-primary-0\/core-opacity-90 {
  color: rgb(33 31 71 / 90%);
}
.text-core-color-primary-10 {
  --tw-text-opacity: 1;
  color: rgb(54 54 120 / var(--tw-text-opacity));
}
.text-core-color-primary-10\/0 {
  color: rgb(54 54 120 / 0);
}
.text-core-color-primary-10\/10 {
  color: rgb(54 54 120 / 0.1);
}
.text-core-color-primary-10\/100 {
  color: rgb(54 54 120 / 1);
}
.text-core-color-primary-10\/20 {
  color: rgb(54 54 120 / 0.2);
}
.text-core-color-primary-10\/25 {
  color: rgb(54 54 120 / 0.25);
}
.text-core-color-primary-10\/30 {
  color: rgb(54 54 120 / 0.3);
}
.text-core-color-primary-10\/40 {
  color: rgb(54 54 120 / 0.4);
}
.text-core-color-primary-10\/5 {
  color: rgb(54 54 120 / 0.05);
}
.text-core-color-primary-10\/50 {
  color: rgb(54 54 120 / 0.5);
}
.text-core-color-primary-10\/60 {
  color: rgb(54 54 120 / 0.6);
}
.text-core-color-primary-10\/70 {
  color: rgb(54 54 120 / 0.7);
}
.text-core-color-primary-10\/75 {
  color: rgb(54 54 120 / 0.75);
}
.text-core-color-primary-10\/80 {
  color: rgb(54 54 120 / 0.8);
}
.text-core-color-primary-10\/90 {
  color: rgb(54 54 120 / 0.9);
}
.text-core-color-primary-10\/95 {
  color: rgb(54 54 120 / 0.95);
}
.text-core-color-primary-10\/base-opacity-disabled {
  color: rgb(54 54 120 / 60%);
}
.text-core-color-primary-10\/core-opacity-0 {
  color: rgb(54 54 120 / 0%);
}
.text-core-color-primary-10\/core-opacity-10 {
  color: rgb(54 54 120 / 10%);
}
.text-core-color-primary-10\/core-opacity-100 {
  color: rgb(54 54 120 / 100%);
}
.text-core-color-primary-10\/core-opacity-20 {
  color: rgb(54 54 120 / 20%);
}
.text-core-color-primary-10\/core-opacity-30 {
  color: rgb(54 54 120 / 30%);
}
.text-core-color-primary-10\/core-opacity-40 {
  color: rgb(54 54 120 / 40%);
}
.text-core-color-primary-10\/core-opacity-50 {
  color: rgb(54 54 120 / 50%);
}
.text-core-color-primary-10\/core-opacity-60 {
  color: rgb(54 54 120 / 60%);
}
.text-core-color-primary-10\/core-opacity-70 {
  color: rgb(54 54 120 / 70%);
}
.text-core-color-primary-10\/core-opacity-80 {
  color: rgb(54 54 120 / 80%);
}
.text-core-color-primary-10\/core-opacity-90 {
  color: rgb(54 54 120 / 90%);
}
.text-core-color-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(242 244 253 / var(--tw-text-opacity));
}
.text-core-color-primary-100\/0 {
  color: rgb(242 244 253 / 0);
}
.text-core-color-primary-100\/10 {
  color: rgb(242 244 253 / 0.1);
}
.text-core-color-primary-100\/100 {
  color: rgb(242 244 253 / 1);
}
.text-core-color-primary-100\/20 {
  color: rgb(242 244 253 / 0.2);
}
.text-core-color-primary-100\/25 {
  color: rgb(242 244 253 / 0.25);
}
.text-core-color-primary-100\/30 {
  color: rgb(242 244 253 / 0.3);
}
.text-core-color-primary-100\/40 {
  color: rgb(242 244 253 / 0.4);
}
.text-core-color-primary-100\/5 {
  color: rgb(242 244 253 / 0.05);
}
.text-core-color-primary-100\/50 {
  color: rgb(242 244 253 / 0.5);
}
.text-core-color-primary-100\/60 {
  color: rgb(242 244 253 / 0.6);
}
.text-core-color-primary-100\/70 {
  color: rgb(242 244 253 / 0.7);
}
.text-core-color-primary-100\/75 {
  color: rgb(242 244 253 / 0.75);
}
.text-core-color-primary-100\/80 {
  color: rgb(242 244 253 / 0.8);
}
.text-core-color-primary-100\/90 {
  color: rgb(242 244 253 / 0.9);
}
.text-core-color-primary-100\/95 {
  color: rgb(242 244 253 / 0.95);
}
.text-core-color-primary-100\/base-opacity-disabled {
  color: rgb(242 244 253 / 60%);
}
.text-core-color-primary-100\/core-opacity-0 {
  color: rgb(242 244 253 / 0%);
}
.text-core-color-primary-100\/core-opacity-10 {
  color: rgb(242 244 253 / 10%);
}
.text-core-color-primary-100\/core-opacity-100 {
  color: rgb(242 244 253 / 100%);
}
.text-core-color-primary-100\/core-opacity-20 {
  color: rgb(242 244 253 / 20%);
}
.text-core-color-primary-100\/core-opacity-30 {
  color: rgb(242 244 253 / 30%);
}
.text-core-color-primary-100\/core-opacity-40 {
  color: rgb(242 244 253 / 40%);
}
.text-core-color-primary-100\/core-opacity-50 {
  color: rgb(242 244 253 / 50%);
}
.text-core-color-primary-100\/core-opacity-60 {
  color: rgb(242 244 253 / 60%);
}
.text-core-color-primary-100\/core-opacity-70 {
  color: rgb(242 244 253 / 70%);
}
.text-core-color-primary-100\/core-opacity-80 {
  color: rgb(242 244 253 / 80%);
}
.text-core-color-primary-100\/core-opacity-90 {
  color: rgb(242 244 253 / 90%);
}
.text-core-color-primary-20 {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.text-core-color-primary-20\/0 {
  color: rgb(60 59 151 / 0);
}
.text-core-color-primary-20\/10 {
  color: rgb(60 59 151 / 0.1);
}
.text-core-color-primary-20\/100 {
  color: rgb(60 59 151 / 1);
}
.text-core-color-primary-20\/20 {
  color: rgb(60 59 151 / 0.2);
}
.text-core-color-primary-20\/25 {
  color: rgb(60 59 151 / 0.25);
}
.text-core-color-primary-20\/30 {
  color: rgb(60 59 151 / 0.3);
}
.text-core-color-primary-20\/40 {
  color: rgb(60 59 151 / 0.4);
}
.text-core-color-primary-20\/5 {
  color: rgb(60 59 151 / 0.05);
}
.text-core-color-primary-20\/50 {
  color: rgb(60 59 151 / 0.5);
}
.text-core-color-primary-20\/60 {
  color: rgb(60 59 151 / 0.6);
}
.text-core-color-primary-20\/70 {
  color: rgb(60 59 151 / 0.7);
}
.text-core-color-primary-20\/75 {
  color: rgb(60 59 151 / 0.75);
}
.text-core-color-primary-20\/80 {
  color: rgb(60 59 151 / 0.8);
}
.text-core-color-primary-20\/90 {
  color: rgb(60 59 151 / 0.9);
}
.text-core-color-primary-20\/95 {
  color: rgb(60 59 151 / 0.95);
}
.text-core-color-primary-20\/base-opacity-disabled {
  color: rgb(60 59 151 / 60%);
}
.text-core-color-primary-20\/core-opacity-0 {
  color: rgb(60 59 151 / 0%);
}
.text-core-color-primary-20\/core-opacity-10 {
  color: rgb(60 59 151 / 10%);
}
.text-core-color-primary-20\/core-opacity-100 {
  color: rgb(60 59 151 / 100%);
}
.text-core-color-primary-20\/core-opacity-20 {
  color: rgb(60 59 151 / 20%);
}
.text-core-color-primary-20\/core-opacity-30 {
  color: rgb(60 59 151 / 30%);
}
.text-core-color-primary-20\/core-opacity-40 {
  color: rgb(60 59 151 / 40%);
}
.text-core-color-primary-20\/core-opacity-50 {
  color: rgb(60 59 151 / 50%);
}
.text-core-color-primary-20\/core-opacity-60 {
  color: rgb(60 59 151 / 60%);
}
.text-core-color-primary-20\/core-opacity-70 {
  color: rgb(60 59 151 / 70%);
}
.text-core-color-primary-20\/core-opacity-80 {
  color: rgb(60 59 151 / 80%);
}
.text-core-color-primary-20\/core-opacity-90 {
  color: rgb(60 59 151 / 90%);
}
.text-core-color-primary-30 {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.text-core-color-primary-30\/0 {
  color: rgb(75 71 189 / 0);
}
.text-core-color-primary-30\/10 {
  color: rgb(75 71 189 / 0.1);
}
.text-core-color-primary-30\/100 {
  color: rgb(75 71 189 / 1);
}
.text-core-color-primary-30\/20 {
  color: rgb(75 71 189 / 0.2);
}
.text-core-color-primary-30\/25 {
  color: rgb(75 71 189 / 0.25);
}
.text-core-color-primary-30\/30 {
  color: rgb(75 71 189 / 0.3);
}
.text-core-color-primary-30\/40 {
  color: rgb(75 71 189 / 0.4);
}
.text-core-color-primary-30\/5 {
  color: rgb(75 71 189 / 0.05);
}
.text-core-color-primary-30\/50 {
  color: rgb(75 71 189 / 0.5);
}
.text-core-color-primary-30\/60 {
  color: rgb(75 71 189 / 0.6);
}
.text-core-color-primary-30\/70 {
  color: rgb(75 71 189 / 0.7);
}
.text-core-color-primary-30\/75 {
  color: rgb(75 71 189 / 0.75);
}
.text-core-color-primary-30\/80 {
  color: rgb(75 71 189 / 0.8);
}
.text-core-color-primary-30\/90 {
  color: rgb(75 71 189 / 0.9);
}
.text-core-color-primary-30\/95 {
  color: rgb(75 71 189 / 0.95);
}
.text-core-color-primary-30\/base-opacity-disabled {
  color: rgb(75 71 189 / 60%);
}
.text-core-color-primary-30\/core-opacity-0 {
  color: rgb(75 71 189 / 0%);
}
.text-core-color-primary-30\/core-opacity-10 {
  color: rgb(75 71 189 / 10%);
}
.text-core-color-primary-30\/core-opacity-100 {
  color: rgb(75 71 189 / 100%);
}
.text-core-color-primary-30\/core-opacity-20 {
  color: rgb(75 71 189 / 20%);
}
.text-core-color-primary-30\/core-opacity-30 {
  color: rgb(75 71 189 / 30%);
}
.text-core-color-primary-30\/core-opacity-40 {
  color: rgb(75 71 189 / 40%);
}
.text-core-color-primary-30\/core-opacity-50 {
  color: rgb(75 71 189 / 50%);
}
.text-core-color-primary-30\/core-opacity-60 {
  color: rgb(75 71 189 / 60%);
}
.text-core-color-primary-30\/core-opacity-70 {
  color: rgb(75 71 189 / 70%);
}
.text-core-color-primary-30\/core-opacity-80 {
  color: rgb(75 71 189 / 80%);
}
.text-core-color-primary-30\/core-opacity-90 {
  color: rgb(75 71 189 / 90%);
}
.text-core-color-primary-40 {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-core-color-primary-40\/0 {
  color: rgb(93 91 215 / 0);
}
.text-core-color-primary-40\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-core-color-primary-40\/100 {
  color: rgb(93 91 215 / 1);
}
.text-core-color-primary-40\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-core-color-primary-40\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-core-color-primary-40\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-core-color-primary-40\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-core-color-primary-40\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-core-color-primary-40\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-core-color-primary-40\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-core-color-primary-40\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-core-color-primary-40\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-core-color-primary-40\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-core-color-primary-40\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-core-color-primary-40\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-core-color-primary-40\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-core-color-primary-40\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-core-color-primary-40\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-core-color-primary-40\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-core-color-primary-40\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-core-color-primary-40\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-core-color-primary-40\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-core-color-primary-40\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-core-color-primary-40\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-core-color-primary-40\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-core-color-primary-40\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-core-color-primary-40\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-core-color-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(114 121 228 / var(--tw-text-opacity));
}
.text-core-color-primary-50\/0 {
  color: rgb(114 121 228 / 0);
}
.text-core-color-primary-50\/10 {
  color: rgb(114 121 228 / 0.1);
}
.text-core-color-primary-50\/100 {
  color: rgb(114 121 228 / 1);
}
.text-core-color-primary-50\/20 {
  color: rgb(114 121 228 / 0.2);
}
.text-core-color-primary-50\/25 {
  color: rgb(114 121 228 / 0.25);
}
.text-core-color-primary-50\/30 {
  color: rgb(114 121 228 / 0.3);
}
.text-core-color-primary-50\/40 {
  color: rgb(114 121 228 / 0.4);
}
.text-core-color-primary-50\/5 {
  color: rgb(114 121 228 / 0.05);
}
.text-core-color-primary-50\/50 {
  color: rgb(114 121 228 / 0.5);
}
.text-core-color-primary-50\/60 {
  color: rgb(114 121 228 / 0.6);
}
.text-core-color-primary-50\/70 {
  color: rgb(114 121 228 / 0.7);
}
.text-core-color-primary-50\/75 {
  color: rgb(114 121 228 / 0.75);
}
.text-core-color-primary-50\/80 {
  color: rgb(114 121 228 / 0.8);
}
.text-core-color-primary-50\/90 {
  color: rgb(114 121 228 / 0.9);
}
.text-core-color-primary-50\/95 {
  color: rgb(114 121 228 / 0.95);
}
.text-core-color-primary-50\/base-opacity-disabled {
  color: rgb(114 121 228 / 60%);
}
.text-core-color-primary-50\/core-opacity-0 {
  color: rgb(114 121 228 / 0%);
}
.text-core-color-primary-50\/core-opacity-10 {
  color: rgb(114 121 228 / 10%);
}
.text-core-color-primary-50\/core-opacity-100 {
  color: rgb(114 121 228 / 100%);
}
.text-core-color-primary-50\/core-opacity-20 {
  color: rgb(114 121 228 / 20%);
}
.text-core-color-primary-50\/core-opacity-30 {
  color: rgb(114 121 228 / 30%);
}
.text-core-color-primary-50\/core-opacity-40 {
  color: rgb(114 121 228 / 40%);
}
.text-core-color-primary-50\/core-opacity-50 {
  color: rgb(114 121 228 / 50%);
}
.text-core-color-primary-50\/core-opacity-60 {
  color: rgb(114 121 228 / 60%);
}
.text-core-color-primary-50\/core-opacity-70 {
  color: rgb(114 121 228 / 70%);
}
.text-core-color-primary-50\/core-opacity-80 {
  color: rgb(114 121 228 / 80%);
}
.text-core-color-primary-50\/core-opacity-90 {
  color: rgb(114 121 228 / 90%);
}
.text-core-color-primary-60 {
  --tw-text-opacity: 1;
  color: rgb(140 152 237 / var(--tw-text-opacity));
}
.text-core-color-primary-60\/0 {
  color: rgb(140 152 237 / 0);
}
.text-core-color-primary-60\/10 {
  color: rgb(140 152 237 / 0.1);
}
.text-core-color-primary-60\/100 {
  color: rgb(140 152 237 / 1);
}
.text-core-color-primary-60\/20 {
  color: rgb(140 152 237 / 0.2);
}
.text-core-color-primary-60\/25 {
  color: rgb(140 152 237 / 0.25);
}
.text-core-color-primary-60\/30 {
  color: rgb(140 152 237 / 0.3);
}
.text-core-color-primary-60\/40 {
  color: rgb(140 152 237 / 0.4);
}
.text-core-color-primary-60\/5 {
  color: rgb(140 152 237 / 0.05);
}
.text-core-color-primary-60\/50 {
  color: rgb(140 152 237 / 0.5);
}
.text-core-color-primary-60\/60 {
  color: rgb(140 152 237 / 0.6);
}
.text-core-color-primary-60\/70 {
  color: rgb(140 152 237 / 0.7);
}
.text-core-color-primary-60\/75 {
  color: rgb(140 152 237 / 0.75);
}
.text-core-color-primary-60\/80 {
  color: rgb(140 152 237 / 0.8);
}
.text-core-color-primary-60\/90 {
  color: rgb(140 152 237 / 0.9);
}
.text-core-color-primary-60\/95 {
  color: rgb(140 152 237 / 0.95);
}
.text-core-color-primary-60\/base-opacity-disabled {
  color: rgb(140 152 237 / 60%);
}
.text-core-color-primary-60\/core-opacity-0 {
  color: rgb(140 152 237 / 0%);
}
.text-core-color-primary-60\/core-opacity-10 {
  color: rgb(140 152 237 / 10%);
}
.text-core-color-primary-60\/core-opacity-100 {
  color: rgb(140 152 237 / 100%);
}
.text-core-color-primary-60\/core-opacity-20 {
  color: rgb(140 152 237 / 20%);
}
.text-core-color-primary-60\/core-opacity-30 {
  color: rgb(140 152 237 / 30%);
}
.text-core-color-primary-60\/core-opacity-40 {
  color: rgb(140 152 237 / 40%);
}
.text-core-color-primary-60\/core-opacity-50 {
  color: rgb(140 152 237 / 50%);
}
.text-core-color-primary-60\/core-opacity-60 {
  color: rgb(140 152 237 / 60%);
}
.text-core-color-primary-60\/core-opacity-70 {
  color: rgb(140 152 237 / 70%);
}
.text-core-color-primary-60\/core-opacity-80 {
  color: rgb(140 152 237 / 80%);
}
.text-core-color-primary-60\/core-opacity-90 {
  color: rgb(140 152 237 / 90%);
}
.text-core-color-primary-70 {
  --tw-text-opacity: 1;
  color: rgb(174 188 244 / var(--tw-text-opacity));
}
.text-core-color-primary-70\/0 {
  color: rgb(174 188 244 / 0);
}
.text-core-color-primary-70\/10 {
  color: rgb(174 188 244 / 0.1);
}
.text-core-color-primary-70\/100 {
  color: rgb(174 188 244 / 1);
}
.text-core-color-primary-70\/20 {
  color: rgb(174 188 244 / 0.2);
}
.text-core-color-primary-70\/25 {
  color: rgb(174 188 244 / 0.25);
}
.text-core-color-primary-70\/30 {
  color: rgb(174 188 244 / 0.3);
}
.text-core-color-primary-70\/40 {
  color: rgb(174 188 244 / 0.4);
}
.text-core-color-primary-70\/5 {
  color: rgb(174 188 244 / 0.05);
}
.text-core-color-primary-70\/50 {
  color: rgb(174 188 244 / 0.5);
}
.text-core-color-primary-70\/60 {
  color: rgb(174 188 244 / 0.6);
}
.text-core-color-primary-70\/70 {
  color: rgb(174 188 244 / 0.7);
}
.text-core-color-primary-70\/75 {
  color: rgb(174 188 244 / 0.75);
}
.text-core-color-primary-70\/80 {
  color: rgb(174 188 244 / 0.8);
}
.text-core-color-primary-70\/90 {
  color: rgb(174 188 244 / 0.9);
}
.text-core-color-primary-70\/95 {
  color: rgb(174 188 244 / 0.95);
}
.text-core-color-primary-70\/base-opacity-disabled {
  color: rgb(174 188 244 / 60%);
}
.text-core-color-primary-70\/core-opacity-0 {
  color: rgb(174 188 244 / 0%);
}
.text-core-color-primary-70\/core-opacity-10 {
  color: rgb(174 188 244 / 10%);
}
.text-core-color-primary-70\/core-opacity-100 {
  color: rgb(174 188 244 / 100%);
}
.text-core-color-primary-70\/core-opacity-20 {
  color: rgb(174 188 244 / 20%);
}
.text-core-color-primary-70\/core-opacity-30 {
  color: rgb(174 188 244 / 30%);
}
.text-core-color-primary-70\/core-opacity-40 {
  color: rgb(174 188 244 / 40%);
}
.text-core-color-primary-70\/core-opacity-50 {
  color: rgb(174 188 244 / 50%);
}
.text-core-color-primary-70\/core-opacity-60 {
  color: rgb(174 188 244 / 60%);
}
.text-core-color-primary-70\/core-opacity-70 {
  color: rgb(174 188 244 / 70%);
}
.text-core-color-primary-70\/core-opacity-80 {
  color: rgb(174 188 244 / 80%);
}
.text-core-color-primary-70\/core-opacity-90 {
  color: rgb(174 188 244 / 90%);
}
.text-core-color-primary-80 {
  --tw-text-opacity: 1;
  color: rgb(205 214 249 / var(--tw-text-opacity));
}
.text-core-color-primary-80\/0 {
  color: rgb(205 214 249 / 0);
}
.text-core-color-primary-80\/10 {
  color: rgb(205 214 249 / 0.1);
}
.text-core-color-primary-80\/100 {
  color: rgb(205 214 249 / 1);
}
.text-core-color-primary-80\/20 {
  color: rgb(205 214 249 / 0.2);
}
.text-core-color-primary-80\/25 {
  color: rgb(205 214 249 / 0.25);
}
.text-core-color-primary-80\/30 {
  color: rgb(205 214 249 / 0.3);
}
.text-core-color-primary-80\/40 {
  color: rgb(205 214 249 / 0.4);
}
.text-core-color-primary-80\/5 {
  color: rgb(205 214 249 / 0.05);
}
.text-core-color-primary-80\/50 {
  color: rgb(205 214 249 / 0.5);
}
.text-core-color-primary-80\/60 {
  color: rgb(205 214 249 / 0.6);
}
.text-core-color-primary-80\/70 {
  color: rgb(205 214 249 / 0.7);
}
.text-core-color-primary-80\/75 {
  color: rgb(205 214 249 / 0.75);
}
.text-core-color-primary-80\/80 {
  color: rgb(205 214 249 / 0.8);
}
.text-core-color-primary-80\/90 {
  color: rgb(205 214 249 / 0.9);
}
.text-core-color-primary-80\/95 {
  color: rgb(205 214 249 / 0.95);
}
.text-core-color-primary-80\/base-opacity-disabled {
  color: rgb(205 214 249 / 60%);
}
.text-core-color-primary-80\/core-opacity-0 {
  color: rgb(205 214 249 / 0%);
}
.text-core-color-primary-80\/core-opacity-10 {
  color: rgb(205 214 249 / 10%);
}
.text-core-color-primary-80\/core-opacity-100 {
  color: rgb(205 214 249 / 100%);
}
.text-core-color-primary-80\/core-opacity-20 {
  color: rgb(205 214 249 / 20%);
}
.text-core-color-primary-80\/core-opacity-30 {
  color: rgb(205 214 249 / 30%);
}
.text-core-color-primary-80\/core-opacity-40 {
  color: rgb(205 214 249 / 40%);
}
.text-core-color-primary-80\/core-opacity-50 {
  color: rgb(205 214 249 / 50%);
}
.text-core-color-primary-80\/core-opacity-60 {
  color: rgb(205 214 249 / 60%);
}
.text-core-color-primary-80\/core-opacity-70 {
  color: rgb(205 214 249 / 70%);
}
.text-core-color-primary-80\/core-opacity-80 {
  color: rgb(205 214 249 / 80%);
}
.text-core-color-primary-80\/core-opacity-90 {
  color: rgb(205 214 249 / 90%);
}
.text-core-color-primary-90 {
  --tw-text-opacity: 1;
  color: rgb(227 234 252 / var(--tw-text-opacity));
}
.text-core-color-primary-90\/0 {
  color: rgb(227 234 252 / 0);
}
.text-core-color-primary-90\/10 {
  color: rgb(227 234 252 / 0.1);
}
.text-core-color-primary-90\/100 {
  color: rgb(227 234 252 / 1);
}
.text-core-color-primary-90\/20 {
  color: rgb(227 234 252 / 0.2);
}
.text-core-color-primary-90\/25 {
  color: rgb(227 234 252 / 0.25);
}
.text-core-color-primary-90\/30 {
  color: rgb(227 234 252 / 0.3);
}
.text-core-color-primary-90\/40 {
  color: rgb(227 234 252 / 0.4);
}
.text-core-color-primary-90\/5 {
  color: rgb(227 234 252 / 0.05);
}
.text-core-color-primary-90\/50 {
  color: rgb(227 234 252 / 0.5);
}
.text-core-color-primary-90\/60 {
  color: rgb(227 234 252 / 0.6);
}
.text-core-color-primary-90\/70 {
  color: rgb(227 234 252 / 0.7);
}
.text-core-color-primary-90\/75 {
  color: rgb(227 234 252 / 0.75);
}
.text-core-color-primary-90\/80 {
  color: rgb(227 234 252 / 0.8);
}
.text-core-color-primary-90\/90 {
  color: rgb(227 234 252 / 0.9);
}
.text-core-color-primary-90\/95 {
  color: rgb(227 234 252 / 0.95);
}
.text-core-color-primary-90\/base-opacity-disabled {
  color: rgb(227 234 252 / 60%);
}
.text-core-color-primary-90\/core-opacity-0 {
  color: rgb(227 234 252 / 0%);
}
.text-core-color-primary-90\/core-opacity-10 {
  color: rgb(227 234 252 / 10%);
}
.text-core-color-primary-90\/core-opacity-100 {
  color: rgb(227 234 252 / 100%);
}
.text-core-color-primary-90\/core-opacity-20 {
  color: rgb(227 234 252 / 20%);
}
.text-core-color-primary-90\/core-opacity-30 {
  color: rgb(227 234 252 / 30%);
}
.text-core-color-primary-90\/core-opacity-40 {
  color: rgb(227 234 252 / 40%);
}
.text-core-color-primary-90\/core-opacity-50 {
  color: rgb(227 234 252 / 50%);
}
.text-core-color-primary-90\/core-opacity-60 {
  color: rgb(227 234 252 / 60%);
}
.text-core-color-primary-90\/core-opacity-70 {
  color: rgb(227 234 252 / 70%);
}
.text-core-color-primary-90\/core-opacity-80 {
  color: rgb(227 234 252 / 80%);
}
.text-core-color-primary-90\/core-opacity-90 {
  color: rgb(227 234 252 / 90%);
}
.text-core-color-red-0 {
  --tw-text-opacity: 1;
  color: rgb(122 39 26 / var(--tw-text-opacity));
}
.text-core-color-red-0\/0 {
  color: rgb(122 39 26 / 0);
}
.text-core-color-red-0\/10 {
  color: rgb(122 39 26 / 0.1);
}
.text-core-color-red-0\/100 {
  color: rgb(122 39 26 / 1);
}
.text-core-color-red-0\/20 {
  color: rgb(122 39 26 / 0.2);
}
.text-core-color-red-0\/25 {
  color: rgb(122 39 26 / 0.25);
}
.text-core-color-red-0\/30 {
  color: rgb(122 39 26 / 0.3);
}
.text-core-color-red-0\/40 {
  color: rgb(122 39 26 / 0.4);
}
.text-core-color-red-0\/5 {
  color: rgb(122 39 26 / 0.05);
}
.text-core-color-red-0\/50 {
  color: rgb(122 39 26 / 0.5);
}
.text-core-color-red-0\/60 {
  color: rgb(122 39 26 / 0.6);
}
.text-core-color-red-0\/70 {
  color: rgb(122 39 26 / 0.7);
}
.text-core-color-red-0\/75 {
  color: rgb(122 39 26 / 0.75);
}
.text-core-color-red-0\/80 {
  color: rgb(122 39 26 / 0.8);
}
.text-core-color-red-0\/90 {
  color: rgb(122 39 26 / 0.9);
}
.text-core-color-red-0\/95 {
  color: rgb(122 39 26 / 0.95);
}
.text-core-color-red-0\/base-opacity-disabled {
  color: rgb(122 39 26 / 60%);
}
.text-core-color-red-0\/core-opacity-0 {
  color: rgb(122 39 26 / 0%);
}
.text-core-color-red-0\/core-opacity-10 {
  color: rgb(122 39 26 / 10%);
}
.text-core-color-red-0\/core-opacity-100 {
  color: rgb(122 39 26 / 100%);
}
.text-core-color-red-0\/core-opacity-20 {
  color: rgb(122 39 26 / 20%);
}
.text-core-color-red-0\/core-opacity-30 {
  color: rgb(122 39 26 / 30%);
}
.text-core-color-red-0\/core-opacity-40 {
  color: rgb(122 39 26 / 40%);
}
.text-core-color-red-0\/core-opacity-50 {
  color: rgb(122 39 26 / 50%);
}
.text-core-color-red-0\/core-opacity-60 {
  color: rgb(122 39 26 / 60%);
}
.text-core-color-red-0\/core-opacity-70 {
  color: rgb(122 39 26 / 70%);
}
.text-core-color-red-0\/core-opacity-80 {
  color: rgb(122 39 26 / 80%);
}
.text-core-color-red-0\/core-opacity-90 {
  color: rgb(122 39 26 / 90%);
}
.text-core-color-red-10 {
  --tw-text-opacity: 1;
  color: rgb(145 32 24 / var(--tw-text-opacity));
}
.text-core-color-red-10\/0 {
  color: rgb(145 32 24 / 0);
}
.text-core-color-red-10\/10 {
  color: rgb(145 32 24 / 0.1);
}
.text-core-color-red-10\/100 {
  color: rgb(145 32 24 / 1);
}
.text-core-color-red-10\/20 {
  color: rgb(145 32 24 / 0.2);
}
.text-core-color-red-10\/25 {
  color: rgb(145 32 24 / 0.25);
}
.text-core-color-red-10\/30 {
  color: rgb(145 32 24 / 0.3);
}
.text-core-color-red-10\/40 {
  color: rgb(145 32 24 / 0.4);
}
.text-core-color-red-10\/5 {
  color: rgb(145 32 24 / 0.05);
}
.text-core-color-red-10\/50 {
  color: rgb(145 32 24 / 0.5);
}
.text-core-color-red-10\/60 {
  color: rgb(145 32 24 / 0.6);
}
.text-core-color-red-10\/70 {
  color: rgb(145 32 24 / 0.7);
}
.text-core-color-red-10\/75 {
  color: rgb(145 32 24 / 0.75);
}
.text-core-color-red-10\/80 {
  color: rgb(145 32 24 / 0.8);
}
.text-core-color-red-10\/90 {
  color: rgb(145 32 24 / 0.9);
}
.text-core-color-red-10\/95 {
  color: rgb(145 32 24 / 0.95);
}
.text-core-color-red-10\/base-opacity-disabled {
  color: rgb(145 32 24 / 60%);
}
.text-core-color-red-10\/core-opacity-0 {
  color: rgb(145 32 24 / 0%);
}
.text-core-color-red-10\/core-opacity-10 {
  color: rgb(145 32 24 / 10%);
}
.text-core-color-red-10\/core-opacity-100 {
  color: rgb(145 32 24 / 100%);
}
.text-core-color-red-10\/core-opacity-20 {
  color: rgb(145 32 24 / 20%);
}
.text-core-color-red-10\/core-opacity-30 {
  color: rgb(145 32 24 / 30%);
}
.text-core-color-red-10\/core-opacity-40 {
  color: rgb(145 32 24 / 40%);
}
.text-core-color-red-10\/core-opacity-50 {
  color: rgb(145 32 24 / 50%);
}
.text-core-color-red-10\/core-opacity-60 {
  color: rgb(145 32 24 / 60%);
}
.text-core-color-red-10\/core-opacity-70 {
  color: rgb(145 32 24 / 70%);
}
.text-core-color-red-10\/core-opacity-80 {
  color: rgb(145 32 24 / 80%);
}
.text-core-color-red-10\/core-opacity-90 {
  color: rgb(145 32 24 / 90%);
}
.text-core-color-red-100 {
  --tw-text-opacity: 1;
  color: rgb(255 251 250 / var(--tw-text-opacity));
}
.text-core-color-red-100\/0 {
  color: rgb(255 251 250 / 0);
}
.text-core-color-red-100\/10 {
  color: rgb(255 251 250 / 0.1);
}
.text-core-color-red-100\/100 {
  color: rgb(255 251 250 / 1);
}
.text-core-color-red-100\/20 {
  color: rgb(255 251 250 / 0.2);
}
.text-core-color-red-100\/25 {
  color: rgb(255 251 250 / 0.25);
}
.text-core-color-red-100\/30 {
  color: rgb(255 251 250 / 0.3);
}
.text-core-color-red-100\/40 {
  color: rgb(255 251 250 / 0.4);
}
.text-core-color-red-100\/5 {
  color: rgb(255 251 250 / 0.05);
}
.text-core-color-red-100\/50 {
  color: rgb(255 251 250 / 0.5);
}
.text-core-color-red-100\/60 {
  color: rgb(255 251 250 / 0.6);
}
.text-core-color-red-100\/70 {
  color: rgb(255 251 250 / 0.7);
}
.text-core-color-red-100\/75 {
  color: rgb(255 251 250 / 0.75);
}
.text-core-color-red-100\/80 {
  color: rgb(255 251 250 / 0.8);
}
.text-core-color-red-100\/90 {
  color: rgb(255 251 250 / 0.9);
}
.text-core-color-red-100\/95 {
  color: rgb(255 251 250 / 0.95);
}
.text-core-color-red-100\/base-opacity-disabled {
  color: rgb(255 251 250 / 60%);
}
.text-core-color-red-100\/core-opacity-0 {
  color: rgb(255 251 250 / 0%);
}
.text-core-color-red-100\/core-opacity-10 {
  color: rgb(255 251 250 / 10%);
}
.text-core-color-red-100\/core-opacity-100 {
  color: rgb(255 251 250 / 100%);
}
.text-core-color-red-100\/core-opacity-20 {
  color: rgb(255 251 250 / 20%);
}
.text-core-color-red-100\/core-opacity-30 {
  color: rgb(255 251 250 / 30%);
}
.text-core-color-red-100\/core-opacity-40 {
  color: rgb(255 251 250 / 40%);
}
.text-core-color-red-100\/core-opacity-50 {
  color: rgb(255 251 250 / 50%);
}
.text-core-color-red-100\/core-opacity-60 {
  color: rgb(255 251 250 / 60%);
}
.text-core-color-red-100\/core-opacity-70 {
  color: rgb(255 251 250 / 70%);
}
.text-core-color-red-100\/core-opacity-80 {
  color: rgb(255 251 250 / 80%);
}
.text-core-color-red-100\/core-opacity-90 {
  color: rgb(255 251 250 / 90%);
}
.text-core-color-red-20 {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}
.text-core-color-red-20\/0 {
  color: rgb(180 35 24 / 0);
}
.text-core-color-red-20\/10 {
  color: rgb(180 35 24 / 0.1);
}
.text-core-color-red-20\/100 {
  color: rgb(180 35 24 / 1);
}
.text-core-color-red-20\/20 {
  color: rgb(180 35 24 / 0.2);
}
.text-core-color-red-20\/25 {
  color: rgb(180 35 24 / 0.25);
}
.text-core-color-red-20\/30 {
  color: rgb(180 35 24 / 0.3);
}
.text-core-color-red-20\/40 {
  color: rgb(180 35 24 / 0.4);
}
.text-core-color-red-20\/5 {
  color: rgb(180 35 24 / 0.05);
}
.text-core-color-red-20\/50 {
  color: rgb(180 35 24 / 0.5);
}
.text-core-color-red-20\/60 {
  color: rgb(180 35 24 / 0.6);
}
.text-core-color-red-20\/70 {
  color: rgb(180 35 24 / 0.7);
}
.text-core-color-red-20\/75 {
  color: rgb(180 35 24 / 0.75);
}
.text-core-color-red-20\/80 {
  color: rgb(180 35 24 / 0.8);
}
.text-core-color-red-20\/90 {
  color: rgb(180 35 24 / 0.9);
}
.text-core-color-red-20\/95 {
  color: rgb(180 35 24 / 0.95);
}
.text-core-color-red-20\/base-opacity-disabled {
  color: rgb(180 35 24 / 60%);
}
.text-core-color-red-20\/core-opacity-0 {
  color: rgb(180 35 24 / 0%);
}
.text-core-color-red-20\/core-opacity-10 {
  color: rgb(180 35 24 / 10%);
}
.text-core-color-red-20\/core-opacity-100 {
  color: rgb(180 35 24 / 100%);
}
.text-core-color-red-20\/core-opacity-20 {
  color: rgb(180 35 24 / 20%);
}
.text-core-color-red-20\/core-opacity-30 {
  color: rgb(180 35 24 / 30%);
}
.text-core-color-red-20\/core-opacity-40 {
  color: rgb(180 35 24 / 40%);
}
.text-core-color-red-20\/core-opacity-50 {
  color: rgb(180 35 24 / 50%);
}
.text-core-color-red-20\/core-opacity-60 {
  color: rgb(180 35 24 / 60%);
}
.text-core-color-red-20\/core-opacity-70 {
  color: rgb(180 35 24 / 70%);
}
.text-core-color-red-20\/core-opacity-80 {
  color: rgb(180 35 24 / 80%);
}
.text-core-color-red-20\/core-opacity-90 {
  color: rgb(180 35 24 / 90%);
}
.text-core-color-red-30 {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-core-color-red-30\/0 {
  color: rgb(217 45 32 / 0);
}
.text-core-color-red-30\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-core-color-red-30\/100 {
  color: rgb(217 45 32 / 1);
}
.text-core-color-red-30\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-core-color-red-30\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-core-color-red-30\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-core-color-red-30\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-core-color-red-30\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-core-color-red-30\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-core-color-red-30\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-core-color-red-30\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-core-color-red-30\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-core-color-red-30\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-core-color-red-30\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-core-color-red-30\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-core-color-red-30\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-core-color-red-30\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-core-color-red-30\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-core-color-red-30\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-core-color-red-30\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-core-color-red-30\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-core-color-red-30\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-core-color-red-30\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-core-color-red-30\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-core-color-red-30\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-core-color-red-30\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-core-color-red-30\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-core-color-red-40 {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-core-color-red-40\/0 {
  color: rgb(240 68 56 / 0);
}
.text-core-color-red-40\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-core-color-red-40\/100 {
  color: rgb(240 68 56 / 1);
}
.text-core-color-red-40\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-core-color-red-40\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-core-color-red-40\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-core-color-red-40\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-core-color-red-40\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-core-color-red-40\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-core-color-red-40\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-core-color-red-40\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-core-color-red-40\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-core-color-red-40\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-core-color-red-40\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-core-color-red-40\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-core-color-red-40\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-core-color-red-40\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-core-color-red-40\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-core-color-red-40\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-core-color-red-40\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-core-color-red-40\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-core-color-red-40\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-core-color-red-40\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-core-color-red-40\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-core-color-red-40\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-core-color-red-40\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-core-color-red-40\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-core-color-red-50 {
  --tw-text-opacity: 1;
  color: rgb(249 113 103 / var(--tw-text-opacity));
}
.text-core-color-red-50\/0 {
  color: rgb(249 113 103 / 0);
}
.text-core-color-red-50\/10 {
  color: rgb(249 113 103 / 0.1);
}
.text-core-color-red-50\/100 {
  color: rgb(249 113 103 / 1);
}
.text-core-color-red-50\/20 {
  color: rgb(249 113 103 / 0.2);
}
.text-core-color-red-50\/25 {
  color: rgb(249 113 103 / 0.25);
}
.text-core-color-red-50\/30 {
  color: rgb(249 113 103 / 0.3);
}
.text-core-color-red-50\/40 {
  color: rgb(249 113 103 / 0.4);
}
.text-core-color-red-50\/5 {
  color: rgb(249 113 103 / 0.05);
}
.text-core-color-red-50\/50 {
  color: rgb(249 113 103 / 0.5);
}
.text-core-color-red-50\/60 {
  color: rgb(249 113 103 / 0.6);
}
.text-core-color-red-50\/70 {
  color: rgb(249 113 103 / 0.7);
}
.text-core-color-red-50\/75 {
  color: rgb(249 113 103 / 0.75);
}
.text-core-color-red-50\/80 {
  color: rgb(249 113 103 / 0.8);
}
.text-core-color-red-50\/90 {
  color: rgb(249 113 103 / 0.9);
}
.text-core-color-red-50\/95 {
  color: rgb(249 113 103 / 0.95);
}
.text-core-color-red-50\/base-opacity-disabled {
  color: rgb(249 113 103 / 60%);
}
.text-core-color-red-50\/core-opacity-0 {
  color: rgb(249 113 103 / 0%);
}
.text-core-color-red-50\/core-opacity-10 {
  color: rgb(249 113 103 / 10%);
}
.text-core-color-red-50\/core-opacity-100 {
  color: rgb(249 113 103 / 100%);
}
.text-core-color-red-50\/core-opacity-20 {
  color: rgb(249 113 103 / 20%);
}
.text-core-color-red-50\/core-opacity-30 {
  color: rgb(249 113 103 / 30%);
}
.text-core-color-red-50\/core-opacity-40 {
  color: rgb(249 113 103 / 40%);
}
.text-core-color-red-50\/core-opacity-50 {
  color: rgb(249 113 103 / 50%);
}
.text-core-color-red-50\/core-opacity-60 {
  color: rgb(249 113 103 / 60%);
}
.text-core-color-red-50\/core-opacity-70 {
  color: rgb(249 113 103 / 70%);
}
.text-core-color-red-50\/core-opacity-80 {
  color: rgb(249 113 103 / 80%);
}
.text-core-color-red-50\/core-opacity-90 {
  color: rgb(249 113 103 / 90%);
}
.text-core-color-red-60 {
  --tw-text-opacity: 1;
  color: rgb(253 162 155 / var(--tw-text-opacity));
}
.text-core-color-red-60\/0 {
  color: rgb(253 162 155 / 0);
}
.text-core-color-red-60\/10 {
  color: rgb(253 162 155 / 0.1);
}
.text-core-color-red-60\/100 {
  color: rgb(253 162 155 / 1);
}
.text-core-color-red-60\/20 {
  color: rgb(253 162 155 / 0.2);
}
.text-core-color-red-60\/25 {
  color: rgb(253 162 155 / 0.25);
}
.text-core-color-red-60\/30 {
  color: rgb(253 162 155 / 0.3);
}
.text-core-color-red-60\/40 {
  color: rgb(253 162 155 / 0.4);
}
.text-core-color-red-60\/5 {
  color: rgb(253 162 155 / 0.05);
}
.text-core-color-red-60\/50 {
  color: rgb(253 162 155 / 0.5);
}
.text-core-color-red-60\/60 {
  color: rgb(253 162 155 / 0.6);
}
.text-core-color-red-60\/70 {
  color: rgb(253 162 155 / 0.7);
}
.text-core-color-red-60\/75 {
  color: rgb(253 162 155 / 0.75);
}
.text-core-color-red-60\/80 {
  color: rgb(253 162 155 / 0.8);
}
.text-core-color-red-60\/90 {
  color: rgb(253 162 155 / 0.9);
}
.text-core-color-red-60\/95 {
  color: rgb(253 162 155 / 0.95);
}
.text-core-color-red-60\/base-opacity-disabled {
  color: rgb(253 162 155 / 60%);
}
.text-core-color-red-60\/core-opacity-0 {
  color: rgb(253 162 155 / 0%);
}
.text-core-color-red-60\/core-opacity-10 {
  color: rgb(253 162 155 / 10%);
}
.text-core-color-red-60\/core-opacity-100 {
  color: rgb(253 162 155 / 100%);
}
.text-core-color-red-60\/core-opacity-20 {
  color: rgb(253 162 155 / 20%);
}
.text-core-color-red-60\/core-opacity-30 {
  color: rgb(253 162 155 / 30%);
}
.text-core-color-red-60\/core-opacity-40 {
  color: rgb(253 162 155 / 40%);
}
.text-core-color-red-60\/core-opacity-50 {
  color: rgb(253 162 155 / 50%);
}
.text-core-color-red-60\/core-opacity-60 {
  color: rgb(253 162 155 / 60%);
}
.text-core-color-red-60\/core-opacity-70 {
  color: rgb(253 162 155 / 70%);
}
.text-core-color-red-60\/core-opacity-80 {
  color: rgb(253 162 155 / 80%);
}
.text-core-color-red-60\/core-opacity-90 {
  color: rgb(253 162 155 / 90%);
}
.text-core-color-red-70 {
  --tw-text-opacity: 1;
  color: rgb(254 203 200 / var(--tw-text-opacity));
}
.text-core-color-red-70\/0 {
  color: rgb(254 203 200 / 0);
}
.text-core-color-red-70\/10 {
  color: rgb(254 203 200 / 0.1);
}
.text-core-color-red-70\/100 {
  color: rgb(254 203 200 / 1);
}
.text-core-color-red-70\/20 {
  color: rgb(254 203 200 / 0.2);
}
.text-core-color-red-70\/25 {
  color: rgb(254 203 200 / 0.25);
}
.text-core-color-red-70\/30 {
  color: rgb(254 203 200 / 0.3);
}
.text-core-color-red-70\/40 {
  color: rgb(254 203 200 / 0.4);
}
.text-core-color-red-70\/5 {
  color: rgb(254 203 200 / 0.05);
}
.text-core-color-red-70\/50 {
  color: rgb(254 203 200 / 0.5);
}
.text-core-color-red-70\/60 {
  color: rgb(254 203 200 / 0.6);
}
.text-core-color-red-70\/70 {
  color: rgb(254 203 200 / 0.7);
}
.text-core-color-red-70\/75 {
  color: rgb(254 203 200 / 0.75);
}
.text-core-color-red-70\/80 {
  color: rgb(254 203 200 / 0.8);
}
.text-core-color-red-70\/90 {
  color: rgb(254 203 200 / 0.9);
}
.text-core-color-red-70\/95 {
  color: rgb(254 203 200 / 0.95);
}
.text-core-color-red-70\/base-opacity-disabled {
  color: rgb(254 203 200 / 60%);
}
.text-core-color-red-70\/core-opacity-0 {
  color: rgb(254 203 200 / 0%);
}
.text-core-color-red-70\/core-opacity-10 {
  color: rgb(254 203 200 / 10%);
}
.text-core-color-red-70\/core-opacity-100 {
  color: rgb(254 203 200 / 100%);
}
.text-core-color-red-70\/core-opacity-20 {
  color: rgb(254 203 200 / 20%);
}
.text-core-color-red-70\/core-opacity-30 {
  color: rgb(254 203 200 / 30%);
}
.text-core-color-red-70\/core-opacity-40 {
  color: rgb(254 203 200 / 40%);
}
.text-core-color-red-70\/core-opacity-50 {
  color: rgb(254 203 200 / 50%);
}
.text-core-color-red-70\/core-opacity-60 {
  color: rgb(254 203 200 / 60%);
}
.text-core-color-red-70\/core-opacity-70 {
  color: rgb(254 203 200 / 70%);
}
.text-core-color-red-70\/core-opacity-80 {
  color: rgb(254 203 200 / 80%);
}
.text-core-color-red-70\/core-opacity-90 {
  color: rgb(254 203 200 / 90%);
}
.text-core-color-red-80 {
  --tw-text-opacity: 1;
  color: rgb(254 227 225 / var(--tw-text-opacity));
}
.text-core-color-red-80\/0 {
  color: rgb(254 227 225 / 0);
}
.text-core-color-red-80\/10 {
  color: rgb(254 227 225 / 0.1);
}
.text-core-color-red-80\/100 {
  color: rgb(254 227 225 / 1);
}
.text-core-color-red-80\/20 {
  color: rgb(254 227 225 / 0.2);
}
.text-core-color-red-80\/25 {
  color: rgb(254 227 225 / 0.25);
}
.text-core-color-red-80\/30 {
  color: rgb(254 227 225 / 0.3);
}
.text-core-color-red-80\/40 {
  color: rgb(254 227 225 / 0.4);
}
.text-core-color-red-80\/5 {
  color: rgb(254 227 225 / 0.05);
}
.text-core-color-red-80\/50 {
  color: rgb(254 227 225 / 0.5);
}
.text-core-color-red-80\/60 {
  color: rgb(254 227 225 / 0.6);
}
.text-core-color-red-80\/70 {
  color: rgb(254 227 225 / 0.7);
}
.text-core-color-red-80\/75 {
  color: rgb(254 227 225 / 0.75);
}
.text-core-color-red-80\/80 {
  color: rgb(254 227 225 / 0.8);
}
.text-core-color-red-80\/90 {
  color: rgb(254 227 225 / 0.9);
}
.text-core-color-red-80\/95 {
  color: rgb(254 227 225 / 0.95);
}
.text-core-color-red-80\/base-opacity-disabled {
  color: rgb(254 227 225 / 60%);
}
.text-core-color-red-80\/core-opacity-0 {
  color: rgb(254 227 225 / 0%);
}
.text-core-color-red-80\/core-opacity-10 {
  color: rgb(254 227 225 / 10%);
}
.text-core-color-red-80\/core-opacity-100 {
  color: rgb(254 227 225 / 100%);
}
.text-core-color-red-80\/core-opacity-20 {
  color: rgb(254 227 225 / 20%);
}
.text-core-color-red-80\/core-opacity-30 {
  color: rgb(254 227 225 / 30%);
}
.text-core-color-red-80\/core-opacity-40 {
  color: rgb(254 227 225 / 40%);
}
.text-core-color-red-80\/core-opacity-50 {
  color: rgb(254 227 225 / 50%);
}
.text-core-color-red-80\/core-opacity-60 {
  color: rgb(254 227 225 / 60%);
}
.text-core-color-red-80\/core-opacity-70 {
  color: rgb(254 227 225 / 70%);
}
.text-core-color-red-80\/core-opacity-80 {
  color: rgb(254 227 225 / 80%);
}
.text-core-color-red-80\/core-opacity-90 {
  color: rgb(254 227 225 / 90%);
}
.text-core-color-red-90 {
  --tw-text-opacity: 1;
  color: rgb(254 242 241 / var(--tw-text-opacity));
}
.text-core-color-red-90\/0 {
  color: rgb(254 242 241 / 0);
}
.text-core-color-red-90\/10 {
  color: rgb(254 242 241 / 0.1);
}
.text-core-color-red-90\/100 {
  color: rgb(254 242 241 / 1);
}
.text-core-color-red-90\/20 {
  color: rgb(254 242 241 / 0.2);
}
.text-core-color-red-90\/25 {
  color: rgb(254 242 241 / 0.25);
}
.text-core-color-red-90\/30 {
  color: rgb(254 242 241 / 0.3);
}
.text-core-color-red-90\/40 {
  color: rgb(254 242 241 / 0.4);
}
.text-core-color-red-90\/5 {
  color: rgb(254 242 241 / 0.05);
}
.text-core-color-red-90\/50 {
  color: rgb(254 242 241 / 0.5);
}
.text-core-color-red-90\/60 {
  color: rgb(254 242 241 / 0.6);
}
.text-core-color-red-90\/70 {
  color: rgb(254 242 241 / 0.7);
}
.text-core-color-red-90\/75 {
  color: rgb(254 242 241 / 0.75);
}
.text-core-color-red-90\/80 {
  color: rgb(254 242 241 / 0.8);
}
.text-core-color-red-90\/90 {
  color: rgb(254 242 241 / 0.9);
}
.text-core-color-red-90\/95 {
  color: rgb(254 242 241 / 0.95);
}
.text-core-color-red-90\/base-opacity-disabled {
  color: rgb(254 242 241 / 60%);
}
.text-core-color-red-90\/core-opacity-0 {
  color: rgb(254 242 241 / 0%);
}
.text-core-color-red-90\/core-opacity-10 {
  color: rgb(254 242 241 / 10%);
}
.text-core-color-red-90\/core-opacity-100 {
  color: rgb(254 242 241 / 100%);
}
.text-core-color-red-90\/core-opacity-20 {
  color: rgb(254 242 241 / 20%);
}
.text-core-color-red-90\/core-opacity-30 {
  color: rgb(254 242 241 / 30%);
}
.text-core-color-red-90\/core-opacity-40 {
  color: rgb(254 242 241 / 40%);
}
.text-core-color-red-90\/core-opacity-50 {
  color: rgb(254 242 241 / 50%);
}
.text-core-color-red-90\/core-opacity-60 {
  color: rgb(254 242 241 / 60%);
}
.text-core-color-red-90\/core-opacity-70 {
  color: rgb(254 242 241 / 70%);
}
.text-core-color-red-90\/core-opacity-80 {
  color: rgb(254 242 241 / 80%);
}
.text-core-color-red-90\/core-opacity-90 {
  color: rgb(254 242 241 / 90%);
}
.text-core-color-rose-0 {
  --tw-text-opacity: 1;
  color: rgb(135 18 61 / var(--tw-text-opacity));
}
.text-core-color-rose-0\/0 {
  color: rgb(135 18 61 / 0);
}
.text-core-color-rose-0\/10 {
  color: rgb(135 18 61 / 0.1);
}
.text-core-color-rose-0\/100 {
  color: rgb(135 18 61 / 1);
}
.text-core-color-rose-0\/20 {
  color: rgb(135 18 61 / 0.2);
}
.text-core-color-rose-0\/25 {
  color: rgb(135 18 61 / 0.25);
}
.text-core-color-rose-0\/30 {
  color: rgb(135 18 61 / 0.3);
}
.text-core-color-rose-0\/40 {
  color: rgb(135 18 61 / 0.4);
}
.text-core-color-rose-0\/5 {
  color: rgb(135 18 61 / 0.05);
}
.text-core-color-rose-0\/50 {
  color: rgb(135 18 61 / 0.5);
}
.text-core-color-rose-0\/60 {
  color: rgb(135 18 61 / 0.6);
}
.text-core-color-rose-0\/70 {
  color: rgb(135 18 61 / 0.7);
}
.text-core-color-rose-0\/75 {
  color: rgb(135 18 61 / 0.75);
}
.text-core-color-rose-0\/80 {
  color: rgb(135 18 61 / 0.8);
}
.text-core-color-rose-0\/90 {
  color: rgb(135 18 61 / 0.9);
}
.text-core-color-rose-0\/95 {
  color: rgb(135 18 61 / 0.95);
}
.text-core-color-rose-0\/base-opacity-disabled {
  color: rgb(135 18 61 / 60%);
}
.text-core-color-rose-0\/core-opacity-0 {
  color: rgb(135 18 61 / 0%);
}
.text-core-color-rose-0\/core-opacity-10 {
  color: rgb(135 18 61 / 10%);
}
.text-core-color-rose-0\/core-opacity-100 {
  color: rgb(135 18 61 / 100%);
}
.text-core-color-rose-0\/core-opacity-20 {
  color: rgb(135 18 61 / 20%);
}
.text-core-color-rose-0\/core-opacity-30 {
  color: rgb(135 18 61 / 30%);
}
.text-core-color-rose-0\/core-opacity-40 {
  color: rgb(135 18 61 / 40%);
}
.text-core-color-rose-0\/core-opacity-50 {
  color: rgb(135 18 61 / 50%);
}
.text-core-color-rose-0\/core-opacity-60 {
  color: rgb(135 18 61 / 60%);
}
.text-core-color-rose-0\/core-opacity-70 {
  color: rgb(135 18 61 / 70%);
}
.text-core-color-rose-0\/core-opacity-80 {
  color: rgb(135 18 61 / 80%);
}
.text-core-color-rose-0\/core-opacity-90 {
  color: rgb(135 18 61 / 90%);
}
.text-core-color-rose-10 {
  --tw-text-opacity: 1;
  color: rgb(162 16 67 / var(--tw-text-opacity));
}
.text-core-color-rose-10\/0 {
  color: rgb(162 16 67 / 0);
}
.text-core-color-rose-10\/10 {
  color: rgb(162 16 67 / 0.1);
}
.text-core-color-rose-10\/100 {
  color: rgb(162 16 67 / 1);
}
.text-core-color-rose-10\/20 {
  color: rgb(162 16 67 / 0.2);
}
.text-core-color-rose-10\/25 {
  color: rgb(162 16 67 / 0.25);
}
.text-core-color-rose-10\/30 {
  color: rgb(162 16 67 / 0.3);
}
.text-core-color-rose-10\/40 {
  color: rgb(162 16 67 / 0.4);
}
.text-core-color-rose-10\/5 {
  color: rgb(162 16 67 / 0.05);
}
.text-core-color-rose-10\/50 {
  color: rgb(162 16 67 / 0.5);
}
.text-core-color-rose-10\/60 {
  color: rgb(162 16 67 / 0.6);
}
.text-core-color-rose-10\/70 {
  color: rgb(162 16 67 / 0.7);
}
.text-core-color-rose-10\/75 {
  color: rgb(162 16 67 / 0.75);
}
.text-core-color-rose-10\/80 {
  color: rgb(162 16 67 / 0.8);
}
.text-core-color-rose-10\/90 {
  color: rgb(162 16 67 / 0.9);
}
.text-core-color-rose-10\/95 {
  color: rgb(162 16 67 / 0.95);
}
.text-core-color-rose-10\/base-opacity-disabled {
  color: rgb(162 16 67 / 60%);
}
.text-core-color-rose-10\/core-opacity-0 {
  color: rgb(162 16 67 / 0%);
}
.text-core-color-rose-10\/core-opacity-10 {
  color: rgb(162 16 67 / 10%);
}
.text-core-color-rose-10\/core-opacity-100 {
  color: rgb(162 16 67 / 100%);
}
.text-core-color-rose-10\/core-opacity-20 {
  color: rgb(162 16 67 / 20%);
}
.text-core-color-rose-10\/core-opacity-30 {
  color: rgb(162 16 67 / 30%);
}
.text-core-color-rose-10\/core-opacity-40 {
  color: rgb(162 16 67 / 40%);
}
.text-core-color-rose-10\/core-opacity-50 {
  color: rgb(162 16 67 / 50%);
}
.text-core-color-rose-10\/core-opacity-60 {
  color: rgb(162 16 67 / 60%);
}
.text-core-color-rose-10\/core-opacity-70 {
  color: rgb(162 16 67 / 70%);
}
.text-core-color-rose-10\/core-opacity-80 {
  color: rgb(162 16 67 / 80%);
}
.text-core-color-rose-10\/core-opacity-90 {
  color: rgb(162 16 67 / 90%);
}
.text-core-color-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 245 246 / var(--tw-text-opacity));
}
.text-core-color-rose-100\/0 {
  color: rgb(255 245 246 / 0);
}
.text-core-color-rose-100\/10 {
  color: rgb(255 245 246 / 0.1);
}
.text-core-color-rose-100\/100 {
  color: rgb(255 245 246 / 1);
}
.text-core-color-rose-100\/20 {
  color: rgb(255 245 246 / 0.2);
}
.text-core-color-rose-100\/25 {
  color: rgb(255 245 246 / 0.25);
}
.text-core-color-rose-100\/30 {
  color: rgb(255 245 246 / 0.3);
}
.text-core-color-rose-100\/40 {
  color: rgb(255 245 246 / 0.4);
}
.text-core-color-rose-100\/5 {
  color: rgb(255 245 246 / 0.05);
}
.text-core-color-rose-100\/50 {
  color: rgb(255 245 246 / 0.5);
}
.text-core-color-rose-100\/60 {
  color: rgb(255 245 246 / 0.6);
}
.text-core-color-rose-100\/70 {
  color: rgb(255 245 246 / 0.7);
}
.text-core-color-rose-100\/75 {
  color: rgb(255 245 246 / 0.75);
}
.text-core-color-rose-100\/80 {
  color: rgb(255 245 246 / 0.8);
}
.text-core-color-rose-100\/90 {
  color: rgb(255 245 246 / 0.9);
}
.text-core-color-rose-100\/95 {
  color: rgb(255 245 246 / 0.95);
}
.text-core-color-rose-100\/base-opacity-disabled {
  color: rgb(255 245 246 / 60%);
}
.text-core-color-rose-100\/core-opacity-0 {
  color: rgb(255 245 246 / 0%);
}
.text-core-color-rose-100\/core-opacity-10 {
  color: rgb(255 245 246 / 10%);
}
.text-core-color-rose-100\/core-opacity-100 {
  color: rgb(255 245 246 / 100%);
}
.text-core-color-rose-100\/core-opacity-20 {
  color: rgb(255 245 246 / 20%);
}
.text-core-color-rose-100\/core-opacity-30 {
  color: rgb(255 245 246 / 30%);
}
.text-core-color-rose-100\/core-opacity-40 {
  color: rgb(255 245 246 / 40%);
}
.text-core-color-rose-100\/core-opacity-50 {
  color: rgb(255 245 246 / 50%);
}
.text-core-color-rose-100\/core-opacity-60 {
  color: rgb(255 245 246 / 60%);
}
.text-core-color-rose-100\/core-opacity-70 {
  color: rgb(255 245 246 / 70%);
}
.text-core-color-rose-100\/core-opacity-80 {
  color: rgb(255 245 246 / 80%);
}
.text-core-color-rose-100\/core-opacity-90 {
  color: rgb(255 245 246 / 90%);
}
.text-core-color-rose-20 {
  --tw-text-opacity: 1;
  color: rgb(193 16 72 / var(--tw-text-opacity));
}
.text-core-color-rose-20\/0 {
  color: rgb(193 16 72 / 0);
}
.text-core-color-rose-20\/10 {
  color: rgb(193 16 72 / 0.1);
}
.text-core-color-rose-20\/100 {
  color: rgb(193 16 72 / 1);
}
.text-core-color-rose-20\/20 {
  color: rgb(193 16 72 / 0.2);
}
.text-core-color-rose-20\/25 {
  color: rgb(193 16 72 / 0.25);
}
.text-core-color-rose-20\/30 {
  color: rgb(193 16 72 / 0.3);
}
.text-core-color-rose-20\/40 {
  color: rgb(193 16 72 / 0.4);
}
.text-core-color-rose-20\/5 {
  color: rgb(193 16 72 / 0.05);
}
.text-core-color-rose-20\/50 {
  color: rgb(193 16 72 / 0.5);
}
.text-core-color-rose-20\/60 {
  color: rgb(193 16 72 / 0.6);
}
.text-core-color-rose-20\/70 {
  color: rgb(193 16 72 / 0.7);
}
.text-core-color-rose-20\/75 {
  color: rgb(193 16 72 / 0.75);
}
.text-core-color-rose-20\/80 {
  color: rgb(193 16 72 / 0.8);
}
.text-core-color-rose-20\/90 {
  color: rgb(193 16 72 / 0.9);
}
.text-core-color-rose-20\/95 {
  color: rgb(193 16 72 / 0.95);
}
.text-core-color-rose-20\/base-opacity-disabled {
  color: rgb(193 16 72 / 60%);
}
.text-core-color-rose-20\/core-opacity-0 {
  color: rgb(193 16 72 / 0%);
}
.text-core-color-rose-20\/core-opacity-10 {
  color: rgb(193 16 72 / 10%);
}
.text-core-color-rose-20\/core-opacity-100 {
  color: rgb(193 16 72 / 100%);
}
.text-core-color-rose-20\/core-opacity-20 {
  color: rgb(193 16 72 / 20%);
}
.text-core-color-rose-20\/core-opacity-30 {
  color: rgb(193 16 72 / 30%);
}
.text-core-color-rose-20\/core-opacity-40 {
  color: rgb(193 16 72 / 40%);
}
.text-core-color-rose-20\/core-opacity-50 {
  color: rgb(193 16 72 / 50%);
}
.text-core-color-rose-20\/core-opacity-60 {
  color: rgb(193 16 72 / 60%);
}
.text-core-color-rose-20\/core-opacity-70 {
  color: rgb(193 16 72 / 70%);
}
.text-core-color-rose-20\/core-opacity-80 {
  color: rgb(193 16 72 / 80%);
}
.text-core-color-rose-20\/core-opacity-90 {
  color: rgb(193 16 72 / 90%);
}
.text-core-color-rose-30 {
  --tw-text-opacity: 1;
  color: rgb(228 27 84 / var(--tw-text-opacity));
}
.text-core-color-rose-30\/0 {
  color: rgb(228 27 84 / 0);
}
.text-core-color-rose-30\/10 {
  color: rgb(228 27 84 / 0.1);
}
.text-core-color-rose-30\/100 {
  color: rgb(228 27 84 / 1);
}
.text-core-color-rose-30\/20 {
  color: rgb(228 27 84 / 0.2);
}
.text-core-color-rose-30\/25 {
  color: rgb(228 27 84 / 0.25);
}
.text-core-color-rose-30\/30 {
  color: rgb(228 27 84 / 0.3);
}
.text-core-color-rose-30\/40 {
  color: rgb(228 27 84 / 0.4);
}
.text-core-color-rose-30\/5 {
  color: rgb(228 27 84 / 0.05);
}
.text-core-color-rose-30\/50 {
  color: rgb(228 27 84 / 0.5);
}
.text-core-color-rose-30\/60 {
  color: rgb(228 27 84 / 0.6);
}
.text-core-color-rose-30\/70 {
  color: rgb(228 27 84 / 0.7);
}
.text-core-color-rose-30\/75 {
  color: rgb(228 27 84 / 0.75);
}
.text-core-color-rose-30\/80 {
  color: rgb(228 27 84 / 0.8);
}
.text-core-color-rose-30\/90 {
  color: rgb(228 27 84 / 0.9);
}
.text-core-color-rose-30\/95 {
  color: rgb(228 27 84 / 0.95);
}
.text-core-color-rose-30\/base-opacity-disabled {
  color: rgb(228 27 84 / 60%);
}
.text-core-color-rose-30\/core-opacity-0 {
  color: rgb(228 27 84 / 0%);
}
.text-core-color-rose-30\/core-opacity-10 {
  color: rgb(228 27 84 / 10%);
}
.text-core-color-rose-30\/core-opacity-100 {
  color: rgb(228 27 84 / 100%);
}
.text-core-color-rose-30\/core-opacity-20 {
  color: rgb(228 27 84 / 20%);
}
.text-core-color-rose-30\/core-opacity-30 {
  color: rgb(228 27 84 / 30%);
}
.text-core-color-rose-30\/core-opacity-40 {
  color: rgb(228 27 84 / 40%);
}
.text-core-color-rose-30\/core-opacity-50 {
  color: rgb(228 27 84 / 50%);
}
.text-core-color-rose-30\/core-opacity-60 {
  color: rgb(228 27 84 / 60%);
}
.text-core-color-rose-30\/core-opacity-70 {
  color: rgb(228 27 84 / 70%);
}
.text-core-color-rose-30\/core-opacity-80 {
  color: rgb(228 27 84 / 80%);
}
.text-core-color-rose-30\/core-opacity-90 {
  color: rgb(228 27 84 / 90%);
}
.text-core-color-rose-40 {
  --tw-text-opacity: 1;
  color: rgb(246 60 103 / var(--tw-text-opacity));
}
.text-core-color-rose-40\/0 {
  color: rgb(246 60 103 / 0);
}
.text-core-color-rose-40\/10 {
  color: rgb(246 60 103 / 0.1);
}
.text-core-color-rose-40\/100 {
  color: rgb(246 60 103 / 1);
}
.text-core-color-rose-40\/20 {
  color: rgb(246 60 103 / 0.2);
}
.text-core-color-rose-40\/25 {
  color: rgb(246 60 103 / 0.25);
}
.text-core-color-rose-40\/30 {
  color: rgb(246 60 103 / 0.3);
}
.text-core-color-rose-40\/40 {
  color: rgb(246 60 103 / 0.4);
}
.text-core-color-rose-40\/5 {
  color: rgb(246 60 103 / 0.05);
}
.text-core-color-rose-40\/50 {
  color: rgb(246 60 103 / 0.5);
}
.text-core-color-rose-40\/60 {
  color: rgb(246 60 103 / 0.6);
}
.text-core-color-rose-40\/70 {
  color: rgb(246 60 103 / 0.7);
}
.text-core-color-rose-40\/75 {
  color: rgb(246 60 103 / 0.75);
}
.text-core-color-rose-40\/80 {
  color: rgb(246 60 103 / 0.8);
}
.text-core-color-rose-40\/90 {
  color: rgb(246 60 103 / 0.9);
}
.text-core-color-rose-40\/95 {
  color: rgb(246 60 103 / 0.95);
}
.text-core-color-rose-40\/base-opacity-disabled {
  color: rgb(246 60 103 / 60%);
}
.text-core-color-rose-40\/core-opacity-0 {
  color: rgb(246 60 103 / 0%);
}
.text-core-color-rose-40\/core-opacity-10 {
  color: rgb(246 60 103 / 10%);
}
.text-core-color-rose-40\/core-opacity-100 {
  color: rgb(246 60 103 / 100%);
}
.text-core-color-rose-40\/core-opacity-20 {
  color: rgb(246 60 103 / 20%);
}
.text-core-color-rose-40\/core-opacity-30 {
  color: rgb(246 60 103 / 30%);
}
.text-core-color-rose-40\/core-opacity-40 {
  color: rgb(246 60 103 / 40%);
}
.text-core-color-rose-40\/core-opacity-50 {
  color: rgb(246 60 103 / 50%);
}
.text-core-color-rose-40\/core-opacity-60 {
  color: rgb(246 60 103 / 60%);
}
.text-core-color-rose-40\/core-opacity-70 {
  color: rgb(246 60 103 / 70%);
}
.text-core-color-rose-40\/core-opacity-80 {
  color: rgb(246 60 103 / 80%);
}
.text-core-color-rose-40\/core-opacity-90 {
  color: rgb(246 60 103 / 90%);
}
.text-core-color-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(253 109 140 / var(--tw-text-opacity));
}
.text-core-color-rose-50\/0 {
  color: rgb(253 109 140 / 0);
}
.text-core-color-rose-50\/10 {
  color: rgb(253 109 140 / 0.1);
}
.text-core-color-rose-50\/100 {
  color: rgb(253 109 140 / 1);
}
.text-core-color-rose-50\/20 {
  color: rgb(253 109 140 / 0.2);
}
.text-core-color-rose-50\/25 {
  color: rgb(253 109 140 / 0.25);
}
.text-core-color-rose-50\/30 {
  color: rgb(253 109 140 / 0.3);
}
.text-core-color-rose-50\/40 {
  color: rgb(253 109 140 / 0.4);
}
.text-core-color-rose-50\/5 {
  color: rgb(253 109 140 / 0.05);
}
.text-core-color-rose-50\/50 {
  color: rgb(253 109 140 / 0.5);
}
.text-core-color-rose-50\/60 {
  color: rgb(253 109 140 / 0.6);
}
.text-core-color-rose-50\/70 {
  color: rgb(253 109 140 / 0.7);
}
.text-core-color-rose-50\/75 {
  color: rgb(253 109 140 / 0.75);
}
.text-core-color-rose-50\/80 {
  color: rgb(253 109 140 / 0.8);
}
.text-core-color-rose-50\/90 {
  color: rgb(253 109 140 / 0.9);
}
.text-core-color-rose-50\/95 {
  color: rgb(253 109 140 / 0.95);
}
.text-core-color-rose-50\/base-opacity-disabled {
  color: rgb(253 109 140 / 60%);
}
.text-core-color-rose-50\/core-opacity-0 {
  color: rgb(253 109 140 / 0%);
}
.text-core-color-rose-50\/core-opacity-10 {
  color: rgb(253 109 140 / 10%);
}
.text-core-color-rose-50\/core-opacity-100 {
  color: rgb(253 109 140 / 100%);
}
.text-core-color-rose-50\/core-opacity-20 {
  color: rgb(253 109 140 / 20%);
}
.text-core-color-rose-50\/core-opacity-30 {
  color: rgb(253 109 140 / 30%);
}
.text-core-color-rose-50\/core-opacity-40 {
  color: rgb(253 109 140 / 40%);
}
.text-core-color-rose-50\/core-opacity-50 {
  color: rgb(253 109 140 / 50%);
}
.text-core-color-rose-50\/core-opacity-60 {
  color: rgb(253 109 140 / 60%);
}
.text-core-color-rose-50\/core-opacity-70 {
  color: rgb(253 109 140 / 70%);
}
.text-core-color-rose-50\/core-opacity-80 {
  color: rgb(253 109 140 / 80%);
}
.text-core-color-rose-50\/core-opacity-90 {
  color: rgb(253 109 140 / 90%);
}
.text-core-color-rose-60 {
  --tw-text-opacity: 1;
  color: rgb(254 164 181 / var(--tw-text-opacity));
}
.text-core-color-rose-60\/0 {
  color: rgb(254 164 181 / 0);
}
.text-core-color-rose-60\/10 {
  color: rgb(254 164 181 / 0.1);
}
.text-core-color-rose-60\/100 {
  color: rgb(254 164 181 / 1);
}
.text-core-color-rose-60\/20 {
  color: rgb(254 164 181 / 0.2);
}
.text-core-color-rose-60\/25 {
  color: rgb(254 164 181 / 0.25);
}
.text-core-color-rose-60\/30 {
  color: rgb(254 164 181 / 0.3);
}
.text-core-color-rose-60\/40 {
  color: rgb(254 164 181 / 0.4);
}
.text-core-color-rose-60\/5 {
  color: rgb(254 164 181 / 0.05);
}
.text-core-color-rose-60\/50 {
  color: rgb(254 164 181 / 0.5);
}
.text-core-color-rose-60\/60 {
  color: rgb(254 164 181 / 0.6);
}
.text-core-color-rose-60\/70 {
  color: rgb(254 164 181 / 0.7);
}
.text-core-color-rose-60\/75 {
  color: rgb(254 164 181 / 0.75);
}
.text-core-color-rose-60\/80 {
  color: rgb(254 164 181 / 0.8);
}
.text-core-color-rose-60\/90 {
  color: rgb(254 164 181 / 0.9);
}
.text-core-color-rose-60\/95 {
  color: rgb(254 164 181 / 0.95);
}
.text-core-color-rose-60\/base-opacity-disabled {
  color: rgb(254 164 181 / 60%);
}
.text-core-color-rose-60\/core-opacity-0 {
  color: rgb(254 164 181 / 0%);
}
.text-core-color-rose-60\/core-opacity-10 {
  color: rgb(254 164 181 / 10%);
}
.text-core-color-rose-60\/core-opacity-100 {
  color: rgb(254 164 181 / 100%);
}
.text-core-color-rose-60\/core-opacity-20 {
  color: rgb(254 164 181 / 20%);
}
.text-core-color-rose-60\/core-opacity-30 {
  color: rgb(254 164 181 / 30%);
}
.text-core-color-rose-60\/core-opacity-40 {
  color: rgb(254 164 181 / 40%);
}
.text-core-color-rose-60\/core-opacity-50 {
  color: rgb(254 164 181 / 50%);
}
.text-core-color-rose-60\/core-opacity-60 {
  color: rgb(254 164 181 / 60%);
}
.text-core-color-rose-60\/core-opacity-70 {
  color: rgb(254 164 181 / 70%);
}
.text-core-color-rose-60\/core-opacity-80 {
  color: rgb(254 164 181 / 80%);
}
.text-core-color-rose-60\/core-opacity-90 {
  color: rgb(254 164 181 / 90%);
}
.text-core-color-rose-70 {
  --tw-text-opacity: 1;
  color: rgb(254 205 214 / var(--tw-text-opacity));
}
.text-core-color-rose-70\/0 {
  color: rgb(254 205 214 / 0);
}
.text-core-color-rose-70\/10 {
  color: rgb(254 205 214 / 0.1);
}
.text-core-color-rose-70\/100 {
  color: rgb(254 205 214 / 1);
}
.text-core-color-rose-70\/20 {
  color: rgb(254 205 214 / 0.2);
}
.text-core-color-rose-70\/25 {
  color: rgb(254 205 214 / 0.25);
}
.text-core-color-rose-70\/30 {
  color: rgb(254 205 214 / 0.3);
}
.text-core-color-rose-70\/40 {
  color: rgb(254 205 214 / 0.4);
}
.text-core-color-rose-70\/5 {
  color: rgb(254 205 214 / 0.05);
}
.text-core-color-rose-70\/50 {
  color: rgb(254 205 214 / 0.5);
}
.text-core-color-rose-70\/60 {
  color: rgb(254 205 214 / 0.6);
}
.text-core-color-rose-70\/70 {
  color: rgb(254 205 214 / 0.7);
}
.text-core-color-rose-70\/75 {
  color: rgb(254 205 214 / 0.75);
}
.text-core-color-rose-70\/80 {
  color: rgb(254 205 214 / 0.8);
}
.text-core-color-rose-70\/90 {
  color: rgb(254 205 214 / 0.9);
}
.text-core-color-rose-70\/95 {
  color: rgb(254 205 214 / 0.95);
}
.text-core-color-rose-70\/base-opacity-disabled {
  color: rgb(254 205 214 / 60%);
}
.text-core-color-rose-70\/core-opacity-0 {
  color: rgb(254 205 214 / 0%);
}
.text-core-color-rose-70\/core-opacity-10 {
  color: rgb(254 205 214 / 10%);
}
.text-core-color-rose-70\/core-opacity-100 {
  color: rgb(254 205 214 / 100%);
}
.text-core-color-rose-70\/core-opacity-20 {
  color: rgb(254 205 214 / 20%);
}
.text-core-color-rose-70\/core-opacity-30 {
  color: rgb(254 205 214 / 30%);
}
.text-core-color-rose-70\/core-opacity-40 {
  color: rgb(254 205 214 / 40%);
}
.text-core-color-rose-70\/core-opacity-50 {
  color: rgb(254 205 214 / 50%);
}
.text-core-color-rose-70\/core-opacity-60 {
  color: rgb(254 205 214 / 60%);
}
.text-core-color-rose-70\/core-opacity-70 {
  color: rgb(254 205 214 / 70%);
}
.text-core-color-rose-70\/core-opacity-80 {
  color: rgb(254 205 214 / 80%);
}
.text-core-color-rose-70\/core-opacity-90 {
  color: rgb(254 205 214 / 90%);
}
.text-core-color-rose-80 {
  --tw-text-opacity: 1;
  color: rgb(255 229 233 / var(--tw-text-opacity));
}
.text-core-color-rose-80\/0 {
  color: rgb(255 229 233 / 0);
}
.text-core-color-rose-80\/10 {
  color: rgb(255 229 233 / 0.1);
}
.text-core-color-rose-80\/100 {
  color: rgb(255 229 233 / 1);
}
.text-core-color-rose-80\/20 {
  color: rgb(255 229 233 / 0.2);
}
.text-core-color-rose-80\/25 {
  color: rgb(255 229 233 / 0.25);
}
.text-core-color-rose-80\/30 {
  color: rgb(255 229 233 / 0.3);
}
.text-core-color-rose-80\/40 {
  color: rgb(255 229 233 / 0.4);
}
.text-core-color-rose-80\/5 {
  color: rgb(255 229 233 / 0.05);
}
.text-core-color-rose-80\/50 {
  color: rgb(255 229 233 / 0.5);
}
.text-core-color-rose-80\/60 {
  color: rgb(255 229 233 / 0.6);
}
.text-core-color-rose-80\/70 {
  color: rgb(255 229 233 / 0.7);
}
.text-core-color-rose-80\/75 {
  color: rgb(255 229 233 / 0.75);
}
.text-core-color-rose-80\/80 {
  color: rgb(255 229 233 / 0.8);
}
.text-core-color-rose-80\/90 {
  color: rgb(255 229 233 / 0.9);
}
.text-core-color-rose-80\/95 {
  color: rgb(255 229 233 / 0.95);
}
.text-core-color-rose-80\/base-opacity-disabled {
  color: rgb(255 229 233 / 60%);
}
.text-core-color-rose-80\/core-opacity-0 {
  color: rgb(255 229 233 / 0%);
}
.text-core-color-rose-80\/core-opacity-10 {
  color: rgb(255 229 233 / 10%);
}
.text-core-color-rose-80\/core-opacity-100 {
  color: rgb(255 229 233 / 100%);
}
.text-core-color-rose-80\/core-opacity-20 {
  color: rgb(255 229 233 / 20%);
}
.text-core-color-rose-80\/core-opacity-30 {
  color: rgb(255 229 233 / 30%);
}
.text-core-color-rose-80\/core-opacity-40 {
  color: rgb(255 229 233 / 40%);
}
.text-core-color-rose-80\/core-opacity-50 {
  color: rgb(255 229 233 / 50%);
}
.text-core-color-rose-80\/core-opacity-60 {
  color: rgb(255 229 233 / 60%);
}
.text-core-color-rose-80\/core-opacity-70 {
  color: rgb(255 229 233 / 70%);
}
.text-core-color-rose-80\/core-opacity-80 {
  color: rgb(255 229 233 / 80%);
}
.text-core-color-rose-80\/core-opacity-90 {
  color: rgb(255 229 233 / 90%);
}
.text-core-color-rose-90 {
  --tw-text-opacity: 1;
  color: rgb(255 240 242 / var(--tw-text-opacity));
}
.text-core-color-rose-90\/0 {
  color: rgb(255 240 242 / 0);
}
.text-core-color-rose-90\/10 {
  color: rgb(255 240 242 / 0.1);
}
.text-core-color-rose-90\/100 {
  color: rgb(255 240 242 / 1);
}
.text-core-color-rose-90\/20 {
  color: rgb(255 240 242 / 0.2);
}
.text-core-color-rose-90\/25 {
  color: rgb(255 240 242 / 0.25);
}
.text-core-color-rose-90\/30 {
  color: rgb(255 240 242 / 0.3);
}
.text-core-color-rose-90\/40 {
  color: rgb(255 240 242 / 0.4);
}
.text-core-color-rose-90\/5 {
  color: rgb(255 240 242 / 0.05);
}
.text-core-color-rose-90\/50 {
  color: rgb(255 240 242 / 0.5);
}
.text-core-color-rose-90\/60 {
  color: rgb(255 240 242 / 0.6);
}
.text-core-color-rose-90\/70 {
  color: rgb(255 240 242 / 0.7);
}
.text-core-color-rose-90\/75 {
  color: rgb(255 240 242 / 0.75);
}
.text-core-color-rose-90\/80 {
  color: rgb(255 240 242 / 0.8);
}
.text-core-color-rose-90\/90 {
  color: rgb(255 240 242 / 0.9);
}
.text-core-color-rose-90\/95 {
  color: rgb(255 240 242 / 0.95);
}
.text-core-color-rose-90\/base-opacity-disabled {
  color: rgb(255 240 242 / 60%);
}
.text-core-color-rose-90\/core-opacity-0 {
  color: rgb(255 240 242 / 0%);
}
.text-core-color-rose-90\/core-opacity-10 {
  color: rgb(255 240 242 / 10%);
}
.text-core-color-rose-90\/core-opacity-100 {
  color: rgb(255 240 242 / 100%);
}
.text-core-color-rose-90\/core-opacity-20 {
  color: rgb(255 240 242 / 20%);
}
.text-core-color-rose-90\/core-opacity-30 {
  color: rgb(255 240 242 / 30%);
}
.text-core-color-rose-90\/core-opacity-40 {
  color: rgb(255 240 242 / 40%);
}
.text-core-color-rose-90\/core-opacity-50 {
  color: rgb(255 240 242 / 50%);
}
.text-core-color-rose-90\/core-opacity-60 {
  color: rgb(255 240 242 / 60%);
}
.text-core-color-rose-90\/core-opacity-70 {
  color: rgb(255 240 242 / 70%);
}
.text-core-color-rose-90\/core-opacity-80 {
  color: rgb(255 240 242 / 80%);
}
.text-core-color-rose-90\/core-opacity-90 {
  color: rgb(255 240 242 / 90%);
}
.text-core-color-teal-0 {
  --tw-text-opacity: 1;
  color: rgb(19 78 72 / var(--tw-text-opacity));
}
.text-core-color-teal-0\/0 {
  color: rgb(19 78 72 / 0);
}
.text-core-color-teal-0\/10 {
  color: rgb(19 78 72 / 0.1);
}
.text-core-color-teal-0\/100 {
  color: rgb(19 78 72 / 1);
}
.text-core-color-teal-0\/20 {
  color: rgb(19 78 72 / 0.2);
}
.text-core-color-teal-0\/25 {
  color: rgb(19 78 72 / 0.25);
}
.text-core-color-teal-0\/30 {
  color: rgb(19 78 72 / 0.3);
}
.text-core-color-teal-0\/40 {
  color: rgb(19 78 72 / 0.4);
}
.text-core-color-teal-0\/5 {
  color: rgb(19 78 72 / 0.05);
}
.text-core-color-teal-0\/50 {
  color: rgb(19 78 72 / 0.5);
}
.text-core-color-teal-0\/60 {
  color: rgb(19 78 72 / 0.6);
}
.text-core-color-teal-0\/70 {
  color: rgb(19 78 72 / 0.7);
}
.text-core-color-teal-0\/75 {
  color: rgb(19 78 72 / 0.75);
}
.text-core-color-teal-0\/80 {
  color: rgb(19 78 72 / 0.8);
}
.text-core-color-teal-0\/90 {
  color: rgb(19 78 72 / 0.9);
}
.text-core-color-teal-0\/95 {
  color: rgb(19 78 72 / 0.95);
}
.text-core-color-teal-0\/base-opacity-disabled {
  color: rgb(19 78 72 / 60%);
}
.text-core-color-teal-0\/core-opacity-0 {
  color: rgb(19 78 72 / 0%);
}
.text-core-color-teal-0\/core-opacity-10 {
  color: rgb(19 78 72 / 10%);
}
.text-core-color-teal-0\/core-opacity-100 {
  color: rgb(19 78 72 / 100%);
}
.text-core-color-teal-0\/core-opacity-20 {
  color: rgb(19 78 72 / 20%);
}
.text-core-color-teal-0\/core-opacity-30 {
  color: rgb(19 78 72 / 30%);
}
.text-core-color-teal-0\/core-opacity-40 {
  color: rgb(19 78 72 / 40%);
}
.text-core-color-teal-0\/core-opacity-50 {
  color: rgb(19 78 72 / 50%);
}
.text-core-color-teal-0\/core-opacity-60 {
  color: rgb(19 78 72 / 60%);
}
.text-core-color-teal-0\/core-opacity-70 {
  color: rgb(19 78 72 / 70%);
}
.text-core-color-teal-0\/core-opacity-80 {
  color: rgb(19 78 72 / 80%);
}
.text-core-color-teal-0\/core-opacity-90 {
  color: rgb(19 78 72 / 90%);
}
.text-core-color-teal-10 {
  --tw-text-opacity: 1;
  color: rgb(18 94 87 / var(--tw-text-opacity));
}
.text-core-color-teal-10\/0 {
  color: rgb(18 94 87 / 0);
}
.text-core-color-teal-10\/10 {
  color: rgb(18 94 87 / 0.1);
}
.text-core-color-teal-10\/100 {
  color: rgb(18 94 87 / 1);
}
.text-core-color-teal-10\/20 {
  color: rgb(18 94 87 / 0.2);
}
.text-core-color-teal-10\/25 {
  color: rgb(18 94 87 / 0.25);
}
.text-core-color-teal-10\/30 {
  color: rgb(18 94 87 / 0.3);
}
.text-core-color-teal-10\/40 {
  color: rgb(18 94 87 / 0.4);
}
.text-core-color-teal-10\/5 {
  color: rgb(18 94 87 / 0.05);
}
.text-core-color-teal-10\/50 {
  color: rgb(18 94 87 / 0.5);
}
.text-core-color-teal-10\/60 {
  color: rgb(18 94 87 / 0.6);
}
.text-core-color-teal-10\/70 {
  color: rgb(18 94 87 / 0.7);
}
.text-core-color-teal-10\/75 {
  color: rgb(18 94 87 / 0.75);
}
.text-core-color-teal-10\/80 {
  color: rgb(18 94 87 / 0.8);
}
.text-core-color-teal-10\/90 {
  color: rgb(18 94 87 / 0.9);
}
.text-core-color-teal-10\/95 {
  color: rgb(18 94 87 / 0.95);
}
.text-core-color-teal-10\/base-opacity-disabled {
  color: rgb(18 94 87 / 60%);
}
.text-core-color-teal-10\/core-opacity-0 {
  color: rgb(18 94 87 / 0%);
}
.text-core-color-teal-10\/core-opacity-10 {
  color: rgb(18 94 87 / 10%);
}
.text-core-color-teal-10\/core-opacity-100 {
  color: rgb(18 94 87 / 100%);
}
.text-core-color-teal-10\/core-opacity-20 {
  color: rgb(18 94 87 / 20%);
}
.text-core-color-teal-10\/core-opacity-30 {
  color: rgb(18 94 87 / 30%);
}
.text-core-color-teal-10\/core-opacity-40 {
  color: rgb(18 94 87 / 40%);
}
.text-core-color-teal-10\/core-opacity-50 {
  color: rgb(18 94 87 / 50%);
}
.text-core-color-teal-10\/core-opacity-60 {
  color: rgb(18 94 87 / 60%);
}
.text-core-color-teal-10\/core-opacity-70 {
  color: rgb(18 94 87 / 70%);
}
.text-core-color-teal-10\/core-opacity-80 {
  color: rgb(18 94 87 / 80%);
}
.text-core-color-teal-10\/core-opacity-90 {
  color: rgb(18 94 87 / 90%);
}
.text-core-color-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(246 254 252 / var(--tw-text-opacity));
}
.text-core-color-teal-100\/0 {
  color: rgb(246 254 252 / 0);
}
.text-core-color-teal-100\/10 {
  color: rgb(246 254 252 / 0.1);
}
.text-core-color-teal-100\/100 {
  color: rgb(246 254 252 / 1);
}
.text-core-color-teal-100\/20 {
  color: rgb(246 254 252 / 0.2);
}
.text-core-color-teal-100\/25 {
  color: rgb(246 254 252 / 0.25);
}
.text-core-color-teal-100\/30 {
  color: rgb(246 254 252 / 0.3);
}
.text-core-color-teal-100\/40 {
  color: rgb(246 254 252 / 0.4);
}
.text-core-color-teal-100\/5 {
  color: rgb(246 254 252 / 0.05);
}
.text-core-color-teal-100\/50 {
  color: rgb(246 254 252 / 0.5);
}
.text-core-color-teal-100\/60 {
  color: rgb(246 254 252 / 0.6);
}
.text-core-color-teal-100\/70 {
  color: rgb(246 254 252 / 0.7);
}
.text-core-color-teal-100\/75 {
  color: rgb(246 254 252 / 0.75);
}
.text-core-color-teal-100\/80 {
  color: rgb(246 254 252 / 0.8);
}
.text-core-color-teal-100\/90 {
  color: rgb(246 254 252 / 0.9);
}
.text-core-color-teal-100\/95 {
  color: rgb(246 254 252 / 0.95);
}
.text-core-color-teal-100\/base-opacity-disabled {
  color: rgb(246 254 252 / 60%);
}
.text-core-color-teal-100\/core-opacity-0 {
  color: rgb(246 254 252 / 0%);
}
.text-core-color-teal-100\/core-opacity-10 {
  color: rgb(246 254 252 / 10%);
}
.text-core-color-teal-100\/core-opacity-100 {
  color: rgb(246 254 252 / 100%);
}
.text-core-color-teal-100\/core-opacity-20 {
  color: rgb(246 254 252 / 20%);
}
.text-core-color-teal-100\/core-opacity-30 {
  color: rgb(246 254 252 / 30%);
}
.text-core-color-teal-100\/core-opacity-40 {
  color: rgb(246 254 252 / 40%);
}
.text-core-color-teal-100\/core-opacity-50 {
  color: rgb(246 254 252 / 50%);
}
.text-core-color-teal-100\/core-opacity-60 {
  color: rgb(246 254 252 / 60%);
}
.text-core-color-teal-100\/core-opacity-70 {
  color: rgb(246 254 252 / 70%);
}
.text-core-color-teal-100\/core-opacity-80 {
  color: rgb(246 254 252 / 80%);
}
.text-core-color-teal-100\/core-opacity-90 {
  color: rgb(246 254 252 / 90%);
}
.text-core-color-teal-20 {
  --tw-text-opacity: 1;
  color: rgb(16 117 105 / var(--tw-text-opacity));
}
.text-core-color-teal-20\/0 {
  color: rgb(16 117 105 / 0);
}
.text-core-color-teal-20\/10 {
  color: rgb(16 117 105 / 0.1);
}
.text-core-color-teal-20\/100 {
  color: rgb(16 117 105 / 1);
}
.text-core-color-teal-20\/20 {
  color: rgb(16 117 105 / 0.2);
}
.text-core-color-teal-20\/25 {
  color: rgb(16 117 105 / 0.25);
}
.text-core-color-teal-20\/30 {
  color: rgb(16 117 105 / 0.3);
}
.text-core-color-teal-20\/40 {
  color: rgb(16 117 105 / 0.4);
}
.text-core-color-teal-20\/5 {
  color: rgb(16 117 105 / 0.05);
}
.text-core-color-teal-20\/50 {
  color: rgb(16 117 105 / 0.5);
}
.text-core-color-teal-20\/60 {
  color: rgb(16 117 105 / 0.6);
}
.text-core-color-teal-20\/70 {
  color: rgb(16 117 105 / 0.7);
}
.text-core-color-teal-20\/75 {
  color: rgb(16 117 105 / 0.75);
}
.text-core-color-teal-20\/80 {
  color: rgb(16 117 105 / 0.8);
}
.text-core-color-teal-20\/90 {
  color: rgb(16 117 105 / 0.9);
}
.text-core-color-teal-20\/95 {
  color: rgb(16 117 105 / 0.95);
}
.text-core-color-teal-20\/base-opacity-disabled {
  color: rgb(16 117 105 / 60%);
}
.text-core-color-teal-20\/core-opacity-0 {
  color: rgb(16 117 105 / 0%);
}
.text-core-color-teal-20\/core-opacity-10 {
  color: rgb(16 117 105 / 10%);
}
.text-core-color-teal-20\/core-opacity-100 {
  color: rgb(16 117 105 / 100%);
}
.text-core-color-teal-20\/core-opacity-20 {
  color: rgb(16 117 105 / 20%);
}
.text-core-color-teal-20\/core-opacity-30 {
  color: rgb(16 117 105 / 30%);
}
.text-core-color-teal-20\/core-opacity-40 {
  color: rgb(16 117 105 / 40%);
}
.text-core-color-teal-20\/core-opacity-50 {
  color: rgb(16 117 105 / 50%);
}
.text-core-color-teal-20\/core-opacity-60 {
  color: rgb(16 117 105 / 60%);
}
.text-core-color-teal-20\/core-opacity-70 {
  color: rgb(16 117 105 / 70%);
}
.text-core-color-teal-20\/core-opacity-80 {
  color: rgb(16 117 105 / 80%);
}
.text-core-color-teal-20\/core-opacity-90 {
  color: rgb(16 117 105 / 90%);
}
.text-core-color-teal-30 {
  --tw-text-opacity: 1;
  color: rgb(14 149 134 / var(--tw-text-opacity));
}
.text-core-color-teal-30\/0 {
  color: rgb(14 149 134 / 0);
}
.text-core-color-teal-30\/10 {
  color: rgb(14 149 134 / 0.1);
}
.text-core-color-teal-30\/100 {
  color: rgb(14 149 134 / 1);
}
.text-core-color-teal-30\/20 {
  color: rgb(14 149 134 / 0.2);
}
.text-core-color-teal-30\/25 {
  color: rgb(14 149 134 / 0.25);
}
.text-core-color-teal-30\/30 {
  color: rgb(14 149 134 / 0.3);
}
.text-core-color-teal-30\/40 {
  color: rgb(14 149 134 / 0.4);
}
.text-core-color-teal-30\/5 {
  color: rgb(14 149 134 / 0.05);
}
.text-core-color-teal-30\/50 {
  color: rgb(14 149 134 / 0.5);
}
.text-core-color-teal-30\/60 {
  color: rgb(14 149 134 / 0.6);
}
.text-core-color-teal-30\/70 {
  color: rgb(14 149 134 / 0.7);
}
.text-core-color-teal-30\/75 {
  color: rgb(14 149 134 / 0.75);
}
.text-core-color-teal-30\/80 {
  color: rgb(14 149 134 / 0.8);
}
.text-core-color-teal-30\/90 {
  color: rgb(14 149 134 / 0.9);
}
.text-core-color-teal-30\/95 {
  color: rgb(14 149 134 / 0.95);
}
.text-core-color-teal-30\/base-opacity-disabled {
  color: rgb(14 149 134 / 60%);
}
.text-core-color-teal-30\/core-opacity-0 {
  color: rgb(14 149 134 / 0%);
}
.text-core-color-teal-30\/core-opacity-10 {
  color: rgb(14 149 134 / 10%);
}
.text-core-color-teal-30\/core-opacity-100 {
  color: rgb(14 149 134 / 100%);
}
.text-core-color-teal-30\/core-opacity-20 {
  color: rgb(14 149 134 / 20%);
}
.text-core-color-teal-30\/core-opacity-30 {
  color: rgb(14 149 134 / 30%);
}
.text-core-color-teal-30\/core-opacity-40 {
  color: rgb(14 149 134 / 40%);
}
.text-core-color-teal-30\/core-opacity-50 {
  color: rgb(14 149 134 / 50%);
}
.text-core-color-teal-30\/core-opacity-60 {
  color: rgb(14 149 134 / 60%);
}
.text-core-color-teal-30\/core-opacity-70 {
  color: rgb(14 149 134 / 70%);
}
.text-core-color-teal-30\/core-opacity-80 {
  color: rgb(14 149 134 / 80%);
}
.text-core-color-teal-30\/core-opacity-90 {
  color: rgb(14 149 134 / 90%);
}
.text-core-color-teal-40 {
  --tw-text-opacity: 1;
  color: rgb(21 183 158 / var(--tw-text-opacity));
}
.text-core-color-teal-40\/0 {
  color: rgb(21 183 158 / 0);
}
.text-core-color-teal-40\/10 {
  color: rgb(21 183 158 / 0.1);
}
.text-core-color-teal-40\/100 {
  color: rgb(21 183 158 / 1);
}
.text-core-color-teal-40\/20 {
  color: rgb(21 183 158 / 0.2);
}
.text-core-color-teal-40\/25 {
  color: rgb(21 183 158 / 0.25);
}
.text-core-color-teal-40\/30 {
  color: rgb(21 183 158 / 0.3);
}
.text-core-color-teal-40\/40 {
  color: rgb(21 183 158 / 0.4);
}
.text-core-color-teal-40\/5 {
  color: rgb(21 183 158 / 0.05);
}
.text-core-color-teal-40\/50 {
  color: rgb(21 183 158 / 0.5);
}
.text-core-color-teal-40\/60 {
  color: rgb(21 183 158 / 0.6);
}
.text-core-color-teal-40\/70 {
  color: rgb(21 183 158 / 0.7);
}
.text-core-color-teal-40\/75 {
  color: rgb(21 183 158 / 0.75);
}
.text-core-color-teal-40\/80 {
  color: rgb(21 183 158 / 0.8);
}
.text-core-color-teal-40\/90 {
  color: rgb(21 183 158 / 0.9);
}
.text-core-color-teal-40\/95 {
  color: rgb(21 183 158 / 0.95);
}
.text-core-color-teal-40\/base-opacity-disabled {
  color: rgb(21 183 158 / 60%);
}
.text-core-color-teal-40\/core-opacity-0 {
  color: rgb(21 183 158 / 0%);
}
.text-core-color-teal-40\/core-opacity-10 {
  color: rgb(21 183 158 / 10%);
}
.text-core-color-teal-40\/core-opacity-100 {
  color: rgb(21 183 158 / 100%);
}
.text-core-color-teal-40\/core-opacity-20 {
  color: rgb(21 183 158 / 20%);
}
.text-core-color-teal-40\/core-opacity-30 {
  color: rgb(21 183 158 / 30%);
}
.text-core-color-teal-40\/core-opacity-40 {
  color: rgb(21 183 158 / 40%);
}
.text-core-color-teal-40\/core-opacity-50 {
  color: rgb(21 183 158 / 50%);
}
.text-core-color-teal-40\/core-opacity-60 {
  color: rgb(21 183 158 / 60%);
}
.text-core-color-teal-40\/core-opacity-70 {
  color: rgb(21 183 158 / 70%);
}
.text-core-color-teal-40\/core-opacity-80 {
  color: rgb(21 183 158 / 80%);
}
.text-core-color-teal-40\/core-opacity-90 {
  color: rgb(21 183 158 / 90%);
}
.text-core-color-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(45 210 183 / var(--tw-text-opacity));
}
.text-core-color-teal-50\/0 {
  color: rgb(45 210 183 / 0);
}
.text-core-color-teal-50\/10 {
  color: rgb(45 210 183 / 0.1);
}
.text-core-color-teal-50\/100 {
  color: rgb(45 210 183 / 1);
}
.text-core-color-teal-50\/20 {
  color: rgb(45 210 183 / 0.2);
}
.text-core-color-teal-50\/25 {
  color: rgb(45 210 183 / 0.25);
}
.text-core-color-teal-50\/30 {
  color: rgb(45 210 183 / 0.3);
}
.text-core-color-teal-50\/40 {
  color: rgb(45 210 183 / 0.4);
}
.text-core-color-teal-50\/5 {
  color: rgb(45 210 183 / 0.05);
}
.text-core-color-teal-50\/50 {
  color: rgb(45 210 183 / 0.5);
}
.text-core-color-teal-50\/60 {
  color: rgb(45 210 183 / 0.6);
}
.text-core-color-teal-50\/70 {
  color: rgb(45 210 183 / 0.7);
}
.text-core-color-teal-50\/75 {
  color: rgb(45 210 183 / 0.75);
}
.text-core-color-teal-50\/80 {
  color: rgb(45 210 183 / 0.8);
}
.text-core-color-teal-50\/90 {
  color: rgb(45 210 183 / 0.9);
}
.text-core-color-teal-50\/95 {
  color: rgb(45 210 183 / 0.95);
}
.text-core-color-teal-50\/base-opacity-disabled {
  color: rgb(45 210 183 / 60%);
}
.text-core-color-teal-50\/core-opacity-0 {
  color: rgb(45 210 183 / 0%);
}
.text-core-color-teal-50\/core-opacity-10 {
  color: rgb(45 210 183 / 10%);
}
.text-core-color-teal-50\/core-opacity-100 {
  color: rgb(45 210 183 / 100%);
}
.text-core-color-teal-50\/core-opacity-20 {
  color: rgb(45 210 183 / 20%);
}
.text-core-color-teal-50\/core-opacity-30 {
  color: rgb(45 210 183 / 30%);
}
.text-core-color-teal-50\/core-opacity-40 {
  color: rgb(45 210 183 / 40%);
}
.text-core-color-teal-50\/core-opacity-50 {
  color: rgb(45 210 183 / 50%);
}
.text-core-color-teal-50\/core-opacity-60 {
  color: rgb(45 210 183 / 60%);
}
.text-core-color-teal-50\/core-opacity-70 {
  color: rgb(45 210 183 / 70%);
}
.text-core-color-teal-50\/core-opacity-80 {
  color: rgb(45 210 183 / 80%);
}
.text-core-color-teal-50\/core-opacity-90 {
  color: rgb(45 210 183 / 90%);
}
.text-core-color-teal-60 {
  --tw-text-opacity: 1;
  color: rgb(93 233 207 / var(--tw-text-opacity));
}
.text-core-color-teal-60\/0 {
  color: rgb(93 233 207 / 0);
}
.text-core-color-teal-60\/10 {
  color: rgb(93 233 207 / 0.1);
}
.text-core-color-teal-60\/100 {
  color: rgb(93 233 207 / 1);
}
.text-core-color-teal-60\/20 {
  color: rgb(93 233 207 / 0.2);
}
.text-core-color-teal-60\/25 {
  color: rgb(93 233 207 / 0.25);
}
.text-core-color-teal-60\/30 {
  color: rgb(93 233 207 / 0.3);
}
.text-core-color-teal-60\/40 {
  color: rgb(93 233 207 / 0.4);
}
.text-core-color-teal-60\/5 {
  color: rgb(93 233 207 / 0.05);
}
.text-core-color-teal-60\/50 {
  color: rgb(93 233 207 / 0.5);
}
.text-core-color-teal-60\/60 {
  color: rgb(93 233 207 / 0.6);
}
.text-core-color-teal-60\/70 {
  color: rgb(93 233 207 / 0.7);
}
.text-core-color-teal-60\/75 {
  color: rgb(93 233 207 / 0.75);
}
.text-core-color-teal-60\/80 {
  color: rgb(93 233 207 / 0.8);
}
.text-core-color-teal-60\/90 {
  color: rgb(93 233 207 / 0.9);
}
.text-core-color-teal-60\/95 {
  color: rgb(93 233 207 / 0.95);
}
.text-core-color-teal-60\/base-opacity-disabled {
  color: rgb(93 233 207 / 60%);
}
.text-core-color-teal-60\/core-opacity-0 {
  color: rgb(93 233 207 / 0%);
}
.text-core-color-teal-60\/core-opacity-10 {
  color: rgb(93 233 207 / 10%);
}
.text-core-color-teal-60\/core-opacity-100 {
  color: rgb(93 233 207 / 100%);
}
.text-core-color-teal-60\/core-opacity-20 {
  color: rgb(93 233 207 / 20%);
}
.text-core-color-teal-60\/core-opacity-30 {
  color: rgb(93 233 207 / 30%);
}
.text-core-color-teal-60\/core-opacity-40 {
  color: rgb(93 233 207 / 40%);
}
.text-core-color-teal-60\/core-opacity-50 {
  color: rgb(93 233 207 / 50%);
}
.text-core-color-teal-60\/core-opacity-60 {
  color: rgb(93 233 207 / 60%);
}
.text-core-color-teal-60\/core-opacity-70 {
  color: rgb(93 233 207 / 70%);
}
.text-core-color-teal-60\/core-opacity-80 {
  color: rgb(93 233 207 / 80%);
}
.text-core-color-teal-60\/core-opacity-90 {
  color: rgb(93 233 207 / 90%);
}
.text-core-color-teal-70 {
  --tw-text-opacity: 1;
  color: rgb(152 246 224 / var(--tw-text-opacity));
}
.text-core-color-teal-70\/0 {
  color: rgb(152 246 224 / 0);
}
.text-core-color-teal-70\/10 {
  color: rgb(152 246 224 / 0.1);
}
.text-core-color-teal-70\/100 {
  color: rgb(152 246 224 / 1);
}
.text-core-color-teal-70\/20 {
  color: rgb(152 246 224 / 0.2);
}
.text-core-color-teal-70\/25 {
  color: rgb(152 246 224 / 0.25);
}
.text-core-color-teal-70\/30 {
  color: rgb(152 246 224 / 0.3);
}
.text-core-color-teal-70\/40 {
  color: rgb(152 246 224 / 0.4);
}
.text-core-color-teal-70\/5 {
  color: rgb(152 246 224 / 0.05);
}
.text-core-color-teal-70\/50 {
  color: rgb(152 246 224 / 0.5);
}
.text-core-color-teal-70\/60 {
  color: rgb(152 246 224 / 0.6);
}
.text-core-color-teal-70\/70 {
  color: rgb(152 246 224 / 0.7);
}
.text-core-color-teal-70\/75 {
  color: rgb(152 246 224 / 0.75);
}
.text-core-color-teal-70\/80 {
  color: rgb(152 246 224 / 0.8);
}
.text-core-color-teal-70\/90 {
  color: rgb(152 246 224 / 0.9);
}
.text-core-color-teal-70\/95 {
  color: rgb(152 246 224 / 0.95);
}
.text-core-color-teal-70\/base-opacity-disabled {
  color: rgb(152 246 224 / 60%);
}
.text-core-color-teal-70\/core-opacity-0 {
  color: rgb(152 246 224 / 0%);
}
.text-core-color-teal-70\/core-opacity-10 {
  color: rgb(152 246 224 / 10%);
}
.text-core-color-teal-70\/core-opacity-100 {
  color: rgb(152 246 224 / 100%);
}
.text-core-color-teal-70\/core-opacity-20 {
  color: rgb(152 246 224 / 20%);
}
.text-core-color-teal-70\/core-opacity-30 {
  color: rgb(152 246 224 / 30%);
}
.text-core-color-teal-70\/core-opacity-40 {
  color: rgb(152 246 224 / 40%);
}
.text-core-color-teal-70\/core-opacity-50 {
  color: rgb(152 246 224 / 50%);
}
.text-core-color-teal-70\/core-opacity-60 {
  color: rgb(152 246 224 / 60%);
}
.text-core-color-teal-70\/core-opacity-70 {
  color: rgb(152 246 224 / 70%);
}
.text-core-color-teal-70\/core-opacity-80 {
  color: rgb(152 246 224 / 80%);
}
.text-core-color-teal-70\/core-opacity-90 {
  color: rgb(152 246 224 / 90%);
}
.text-core-color-teal-80 {
  --tw-text-opacity: 1;
  color: rgb(203 251 239 / var(--tw-text-opacity));
}
.text-core-color-teal-80\/0 {
  color: rgb(203 251 239 / 0);
}
.text-core-color-teal-80\/10 {
  color: rgb(203 251 239 / 0.1);
}
.text-core-color-teal-80\/100 {
  color: rgb(203 251 239 / 1);
}
.text-core-color-teal-80\/20 {
  color: rgb(203 251 239 / 0.2);
}
.text-core-color-teal-80\/25 {
  color: rgb(203 251 239 / 0.25);
}
.text-core-color-teal-80\/30 {
  color: rgb(203 251 239 / 0.3);
}
.text-core-color-teal-80\/40 {
  color: rgb(203 251 239 / 0.4);
}
.text-core-color-teal-80\/5 {
  color: rgb(203 251 239 / 0.05);
}
.text-core-color-teal-80\/50 {
  color: rgb(203 251 239 / 0.5);
}
.text-core-color-teal-80\/60 {
  color: rgb(203 251 239 / 0.6);
}
.text-core-color-teal-80\/70 {
  color: rgb(203 251 239 / 0.7);
}
.text-core-color-teal-80\/75 {
  color: rgb(203 251 239 / 0.75);
}
.text-core-color-teal-80\/80 {
  color: rgb(203 251 239 / 0.8);
}
.text-core-color-teal-80\/90 {
  color: rgb(203 251 239 / 0.9);
}
.text-core-color-teal-80\/95 {
  color: rgb(203 251 239 / 0.95);
}
.text-core-color-teal-80\/base-opacity-disabled {
  color: rgb(203 251 239 / 60%);
}
.text-core-color-teal-80\/core-opacity-0 {
  color: rgb(203 251 239 / 0%);
}
.text-core-color-teal-80\/core-opacity-10 {
  color: rgb(203 251 239 / 10%);
}
.text-core-color-teal-80\/core-opacity-100 {
  color: rgb(203 251 239 / 100%);
}
.text-core-color-teal-80\/core-opacity-20 {
  color: rgb(203 251 239 / 20%);
}
.text-core-color-teal-80\/core-opacity-30 {
  color: rgb(203 251 239 / 30%);
}
.text-core-color-teal-80\/core-opacity-40 {
  color: rgb(203 251 239 / 40%);
}
.text-core-color-teal-80\/core-opacity-50 {
  color: rgb(203 251 239 / 50%);
}
.text-core-color-teal-80\/core-opacity-60 {
  color: rgb(203 251 239 / 60%);
}
.text-core-color-teal-80\/core-opacity-70 {
  color: rgb(203 251 239 / 70%);
}
.text-core-color-teal-80\/core-opacity-80 {
  color: rgb(203 251 239 / 80%);
}
.text-core-color-teal-80\/core-opacity-90 {
  color: rgb(203 251 239 / 90%);
}
.text-core-color-teal-90 {
  --tw-text-opacity: 1;
  color: rgb(242 253 250 / var(--tw-text-opacity));
}
.text-core-color-teal-90\/0 {
  color: rgb(242 253 250 / 0);
}
.text-core-color-teal-90\/10 {
  color: rgb(242 253 250 / 0.1);
}
.text-core-color-teal-90\/100 {
  color: rgb(242 253 250 / 1);
}
.text-core-color-teal-90\/20 {
  color: rgb(242 253 250 / 0.2);
}
.text-core-color-teal-90\/25 {
  color: rgb(242 253 250 / 0.25);
}
.text-core-color-teal-90\/30 {
  color: rgb(242 253 250 / 0.3);
}
.text-core-color-teal-90\/40 {
  color: rgb(242 253 250 / 0.4);
}
.text-core-color-teal-90\/5 {
  color: rgb(242 253 250 / 0.05);
}
.text-core-color-teal-90\/50 {
  color: rgb(242 253 250 / 0.5);
}
.text-core-color-teal-90\/60 {
  color: rgb(242 253 250 / 0.6);
}
.text-core-color-teal-90\/70 {
  color: rgb(242 253 250 / 0.7);
}
.text-core-color-teal-90\/75 {
  color: rgb(242 253 250 / 0.75);
}
.text-core-color-teal-90\/80 {
  color: rgb(242 253 250 / 0.8);
}
.text-core-color-teal-90\/90 {
  color: rgb(242 253 250 / 0.9);
}
.text-core-color-teal-90\/95 {
  color: rgb(242 253 250 / 0.95);
}
.text-core-color-teal-90\/base-opacity-disabled {
  color: rgb(242 253 250 / 60%);
}
.text-core-color-teal-90\/core-opacity-0 {
  color: rgb(242 253 250 / 0%);
}
.text-core-color-teal-90\/core-opacity-10 {
  color: rgb(242 253 250 / 10%);
}
.text-core-color-teal-90\/core-opacity-100 {
  color: rgb(242 253 250 / 100%);
}
.text-core-color-teal-90\/core-opacity-20 {
  color: rgb(242 253 250 / 20%);
}
.text-core-color-teal-90\/core-opacity-30 {
  color: rgb(242 253 250 / 30%);
}
.text-core-color-teal-90\/core-opacity-40 {
  color: rgb(242 253 250 / 40%);
}
.text-core-color-teal-90\/core-opacity-50 {
  color: rgb(242 253 250 / 50%);
}
.text-core-color-teal-90\/core-opacity-60 {
  color: rgb(242 253 250 / 60%);
}
.text-core-color-teal-90\/core-opacity-70 {
  color: rgb(242 253 250 / 70%);
}
.text-core-color-teal-90\/core-opacity-80 {
  color: rgb(242 253 250 / 80%);
}
.text-core-color-teal-90\/core-opacity-90 {
  color: rgb(242 253 250 / 90%);
}
.text-core-color-violet-0 {
  --tw-text-opacity: 1;
  color: rgb(73 28 151 / var(--tw-text-opacity));
}
.text-core-color-violet-0\/0 {
  color: rgb(73 28 151 / 0);
}
.text-core-color-violet-0\/10 {
  color: rgb(73 28 151 / 0.1);
}
.text-core-color-violet-0\/100 {
  color: rgb(73 28 151 / 1);
}
.text-core-color-violet-0\/20 {
  color: rgb(73 28 151 / 0.2);
}
.text-core-color-violet-0\/25 {
  color: rgb(73 28 151 / 0.25);
}
.text-core-color-violet-0\/30 {
  color: rgb(73 28 151 / 0.3);
}
.text-core-color-violet-0\/40 {
  color: rgb(73 28 151 / 0.4);
}
.text-core-color-violet-0\/5 {
  color: rgb(73 28 151 / 0.05);
}
.text-core-color-violet-0\/50 {
  color: rgb(73 28 151 / 0.5);
}
.text-core-color-violet-0\/60 {
  color: rgb(73 28 151 / 0.6);
}
.text-core-color-violet-0\/70 {
  color: rgb(73 28 151 / 0.7);
}
.text-core-color-violet-0\/75 {
  color: rgb(73 28 151 / 0.75);
}
.text-core-color-violet-0\/80 {
  color: rgb(73 28 151 / 0.8);
}
.text-core-color-violet-0\/90 {
  color: rgb(73 28 151 / 0.9);
}
.text-core-color-violet-0\/95 {
  color: rgb(73 28 151 / 0.95);
}
.text-core-color-violet-0\/base-opacity-disabled {
  color: rgb(73 28 151 / 60%);
}
.text-core-color-violet-0\/core-opacity-0 {
  color: rgb(73 28 151 / 0%);
}
.text-core-color-violet-0\/core-opacity-10 {
  color: rgb(73 28 151 / 10%);
}
.text-core-color-violet-0\/core-opacity-100 {
  color: rgb(73 28 151 / 100%);
}
.text-core-color-violet-0\/core-opacity-20 {
  color: rgb(73 28 151 / 20%);
}
.text-core-color-violet-0\/core-opacity-30 {
  color: rgb(73 28 151 / 30%);
}
.text-core-color-violet-0\/core-opacity-40 {
  color: rgb(73 28 151 / 40%);
}
.text-core-color-violet-0\/core-opacity-50 {
  color: rgb(73 28 151 / 50%);
}
.text-core-color-violet-0\/core-opacity-60 {
  color: rgb(73 28 151 / 60%);
}
.text-core-color-violet-0\/core-opacity-70 {
  color: rgb(73 28 151 / 70%);
}
.text-core-color-violet-0\/core-opacity-80 {
  color: rgb(73 28 151 / 80%);
}
.text-core-color-violet-0\/core-opacity-90 {
  color: rgb(73 28 151 / 90%);
}
.text-core-color-violet-10 {
  --tw-text-opacity: 1;
  color: rgb(87 32 182 / var(--tw-text-opacity));
}
.text-core-color-violet-10\/0 {
  color: rgb(87 32 182 / 0);
}
.text-core-color-violet-10\/10 {
  color: rgb(87 32 182 / 0.1);
}
.text-core-color-violet-10\/100 {
  color: rgb(87 32 182 / 1);
}
.text-core-color-violet-10\/20 {
  color: rgb(87 32 182 / 0.2);
}
.text-core-color-violet-10\/25 {
  color: rgb(87 32 182 / 0.25);
}
.text-core-color-violet-10\/30 {
  color: rgb(87 32 182 / 0.3);
}
.text-core-color-violet-10\/40 {
  color: rgb(87 32 182 / 0.4);
}
.text-core-color-violet-10\/5 {
  color: rgb(87 32 182 / 0.05);
}
.text-core-color-violet-10\/50 {
  color: rgb(87 32 182 / 0.5);
}
.text-core-color-violet-10\/60 {
  color: rgb(87 32 182 / 0.6);
}
.text-core-color-violet-10\/70 {
  color: rgb(87 32 182 / 0.7);
}
.text-core-color-violet-10\/75 {
  color: rgb(87 32 182 / 0.75);
}
.text-core-color-violet-10\/80 {
  color: rgb(87 32 182 / 0.8);
}
.text-core-color-violet-10\/90 {
  color: rgb(87 32 182 / 0.9);
}
.text-core-color-violet-10\/95 {
  color: rgb(87 32 182 / 0.95);
}
.text-core-color-violet-10\/base-opacity-disabled {
  color: rgb(87 32 182 / 60%);
}
.text-core-color-violet-10\/core-opacity-0 {
  color: rgb(87 32 182 / 0%);
}
.text-core-color-violet-10\/core-opacity-10 {
  color: rgb(87 32 182 / 10%);
}
.text-core-color-violet-10\/core-opacity-100 {
  color: rgb(87 32 182 / 100%);
}
.text-core-color-violet-10\/core-opacity-20 {
  color: rgb(87 32 182 / 20%);
}
.text-core-color-violet-10\/core-opacity-30 {
  color: rgb(87 32 182 / 30%);
}
.text-core-color-violet-10\/core-opacity-40 {
  color: rgb(87 32 182 / 40%);
}
.text-core-color-violet-10\/core-opacity-50 {
  color: rgb(87 32 182 / 50%);
}
.text-core-color-violet-10\/core-opacity-60 {
  color: rgb(87 32 182 / 60%);
}
.text-core-color-violet-10\/core-opacity-70 {
  color: rgb(87 32 182 / 70%);
}
.text-core-color-violet-10\/core-opacity-80 {
  color: rgb(87 32 182 / 80%);
}
.text-core-color-violet-10\/core-opacity-90 {
  color: rgb(87 32 182 / 90%);
}
.text-core-color-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(251 250 255 / var(--tw-text-opacity));
}
.text-core-color-violet-100\/0 {
  color: rgb(251 250 255 / 0);
}
.text-core-color-violet-100\/10 {
  color: rgb(251 250 255 / 0.1);
}
.text-core-color-violet-100\/100 {
  color: rgb(251 250 255 / 1);
}
.text-core-color-violet-100\/20 {
  color: rgb(251 250 255 / 0.2);
}
.text-core-color-violet-100\/25 {
  color: rgb(251 250 255 / 0.25);
}
.text-core-color-violet-100\/30 {
  color: rgb(251 250 255 / 0.3);
}
.text-core-color-violet-100\/40 {
  color: rgb(251 250 255 / 0.4);
}
.text-core-color-violet-100\/5 {
  color: rgb(251 250 255 / 0.05);
}
.text-core-color-violet-100\/50 {
  color: rgb(251 250 255 / 0.5);
}
.text-core-color-violet-100\/60 {
  color: rgb(251 250 255 / 0.6);
}
.text-core-color-violet-100\/70 {
  color: rgb(251 250 255 / 0.7);
}
.text-core-color-violet-100\/75 {
  color: rgb(251 250 255 / 0.75);
}
.text-core-color-violet-100\/80 {
  color: rgb(251 250 255 / 0.8);
}
.text-core-color-violet-100\/90 {
  color: rgb(251 250 255 / 0.9);
}
.text-core-color-violet-100\/95 {
  color: rgb(251 250 255 / 0.95);
}
.text-core-color-violet-100\/base-opacity-disabled {
  color: rgb(251 250 255 / 60%);
}
.text-core-color-violet-100\/core-opacity-0 {
  color: rgb(251 250 255 / 0%);
}
.text-core-color-violet-100\/core-opacity-10 {
  color: rgb(251 250 255 / 10%);
}
.text-core-color-violet-100\/core-opacity-100 {
  color: rgb(251 250 255 / 100%);
}
.text-core-color-violet-100\/core-opacity-20 {
  color: rgb(251 250 255 / 20%);
}
.text-core-color-violet-100\/core-opacity-30 {
  color: rgb(251 250 255 / 30%);
}
.text-core-color-violet-100\/core-opacity-40 {
  color: rgb(251 250 255 / 40%);
}
.text-core-color-violet-100\/core-opacity-50 {
  color: rgb(251 250 255 / 50%);
}
.text-core-color-violet-100\/core-opacity-60 {
  color: rgb(251 250 255 / 60%);
}
.text-core-color-violet-100\/core-opacity-70 {
  color: rgb(251 250 255 / 70%);
}
.text-core-color-violet-100\/core-opacity-80 {
  color: rgb(251 250 255 / 80%);
}
.text-core-color-violet-100\/core-opacity-90 {
  color: rgb(251 250 255 / 90%);
}
.text-core-color-violet-20 {
  --tw-text-opacity: 1;
  color: rgb(103 37 218 / var(--tw-text-opacity));
}
.text-core-color-violet-20\/0 {
  color: rgb(103 37 218 / 0);
}
.text-core-color-violet-20\/10 {
  color: rgb(103 37 218 / 0.1);
}
.text-core-color-violet-20\/100 {
  color: rgb(103 37 218 / 1);
}
.text-core-color-violet-20\/20 {
  color: rgb(103 37 218 / 0.2);
}
.text-core-color-violet-20\/25 {
  color: rgb(103 37 218 / 0.25);
}
.text-core-color-violet-20\/30 {
  color: rgb(103 37 218 / 0.3);
}
.text-core-color-violet-20\/40 {
  color: rgb(103 37 218 / 0.4);
}
.text-core-color-violet-20\/5 {
  color: rgb(103 37 218 / 0.05);
}
.text-core-color-violet-20\/50 {
  color: rgb(103 37 218 / 0.5);
}
.text-core-color-violet-20\/60 {
  color: rgb(103 37 218 / 0.6);
}
.text-core-color-violet-20\/70 {
  color: rgb(103 37 218 / 0.7);
}
.text-core-color-violet-20\/75 {
  color: rgb(103 37 218 / 0.75);
}
.text-core-color-violet-20\/80 {
  color: rgb(103 37 218 / 0.8);
}
.text-core-color-violet-20\/90 {
  color: rgb(103 37 218 / 0.9);
}
.text-core-color-violet-20\/95 {
  color: rgb(103 37 218 / 0.95);
}
.text-core-color-violet-20\/base-opacity-disabled {
  color: rgb(103 37 218 / 60%);
}
.text-core-color-violet-20\/core-opacity-0 {
  color: rgb(103 37 218 / 0%);
}
.text-core-color-violet-20\/core-opacity-10 {
  color: rgb(103 37 218 / 10%);
}
.text-core-color-violet-20\/core-opacity-100 {
  color: rgb(103 37 218 / 100%);
}
.text-core-color-violet-20\/core-opacity-20 {
  color: rgb(103 37 218 / 20%);
}
.text-core-color-violet-20\/core-opacity-30 {
  color: rgb(103 37 218 / 30%);
}
.text-core-color-violet-20\/core-opacity-40 {
  color: rgb(103 37 218 / 40%);
}
.text-core-color-violet-20\/core-opacity-50 {
  color: rgb(103 37 218 / 50%);
}
.text-core-color-violet-20\/core-opacity-60 {
  color: rgb(103 37 218 / 60%);
}
.text-core-color-violet-20\/core-opacity-70 {
  color: rgb(103 37 218 / 70%);
}
.text-core-color-violet-20\/core-opacity-80 {
  color: rgb(103 37 218 / 80%);
}
.text-core-color-violet-20\/core-opacity-90 {
  color: rgb(103 37 218 / 90%);
}
.text-core-color-violet-30 {
  --tw-text-opacity: 1;
  color: rgb(121 58 238 / var(--tw-text-opacity));
}
.text-core-color-violet-30\/0 {
  color: rgb(121 58 238 / 0);
}
.text-core-color-violet-30\/10 {
  color: rgb(121 58 238 / 0.1);
}
.text-core-color-violet-30\/100 {
  color: rgb(121 58 238 / 1);
}
.text-core-color-violet-30\/20 {
  color: rgb(121 58 238 / 0.2);
}
.text-core-color-violet-30\/25 {
  color: rgb(121 58 238 / 0.25);
}
.text-core-color-violet-30\/30 {
  color: rgb(121 58 238 / 0.3);
}
.text-core-color-violet-30\/40 {
  color: rgb(121 58 238 / 0.4);
}
.text-core-color-violet-30\/5 {
  color: rgb(121 58 238 / 0.05);
}
.text-core-color-violet-30\/50 {
  color: rgb(121 58 238 / 0.5);
}
.text-core-color-violet-30\/60 {
  color: rgb(121 58 238 / 0.6);
}
.text-core-color-violet-30\/70 {
  color: rgb(121 58 238 / 0.7);
}
.text-core-color-violet-30\/75 {
  color: rgb(121 58 238 / 0.75);
}
.text-core-color-violet-30\/80 {
  color: rgb(121 58 238 / 0.8);
}
.text-core-color-violet-30\/90 {
  color: rgb(121 58 238 / 0.9);
}
.text-core-color-violet-30\/95 {
  color: rgb(121 58 238 / 0.95);
}
.text-core-color-violet-30\/base-opacity-disabled {
  color: rgb(121 58 238 / 60%);
}
.text-core-color-violet-30\/core-opacity-0 {
  color: rgb(121 58 238 / 0%);
}
.text-core-color-violet-30\/core-opacity-10 {
  color: rgb(121 58 238 / 10%);
}
.text-core-color-violet-30\/core-opacity-100 {
  color: rgb(121 58 238 / 100%);
}
.text-core-color-violet-30\/core-opacity-20 {
  color: rgb(121 58 238 / 20%);
}
.text-core-color-violet-30\/core-opacity-30 {
  color: rgb(121 58 238 / 30%);
}
.text-core-color-violet-30\/core-opacity-40 {
  color: rgb(121 58 238 / 40%);
}
.text-core-color-violet-30\/core-opacity-50 {
  color: rgb(121 58 238 / 50%);
}
.text-core-color-violet-30\/core-opacity-60 {
  color: rgb(121 58 238 / 60%);
}
.text-core-color-violet-30\/core-opacity-70 {
  color: rgb(121 58 238 / 70%);
}
.text-core-color-violet-30\/core-opacity-80 {
  color: rgb(121 58 238 / 80%);
}
.text-core-color-violet-30\/core-opacity-90 {
  color: rgb(121 58 238 / 90%);
}
.text-core-color-violet-40 {
  --tw-text-opacity: 1;
  color: rgb(134 89 247 / var(--tw-text-opacity));
}
.text-core-color-violet-40\/0 {
  color: rgb(134 89 247 / 0);
}
.text-core-color-violet-40\/10 {
  color: rgb(134 89 247 / 0.1);
}
.text-core-color-violet-40\/100 {
  color: rgb(134 89 247 / 1);
}
.text-core-color-violet-40\/20 {
  color: rgb(134 89 247 / 0.2);
}
.text-core-color-violet-40\/25 {
  color: rgb(134 89 247 / 0.25);
}
.text-core-color-violet-40\/30 {
  color: rgb(134 89 247 / 0.3);
}
.text-core-color-violet-40\/40 {
  color: rgb(134 89 247 / 0.4);
}
.text-core-color-violet-40\/5 {
  color: rgb(134 89 247 / 0.05);
}
.text-core-color-violet-40\/50 {
  color: rgb(134 89 247 / 0.5);
}
.text-core-color-violet-40\/60 {
  color: rgb(134 89 247 / 0.6);
}
.text-core-color-violet-40\/70 {
  color: rgb(134 89 247 / 0.7);
}
.text-core-color-violet-40\/75 {
  color: rgb(134 89 247 / 0.75);
}
.text-core-color-violet-40\/80 {
  color: rgb(134 89 247 / 0.8);
}
.text-core-color-violet-40\/90 {
  color: rgb(134 89 247 / 0.9);
}
.text-core-color-violet-40\/95 {
  color: rgb(134 89 247 / 0.95);
}
.text-core-color-violet-40\/base-opacity-disabled {
  color: rgb(134 89 247 / 60%);
}
.text-core-color-violet-40\/core-opacity-0 {
  color: rgb(134 89 247 / 0%);
}
.text-core-color-violet-40\/core-opacity-10 {
  color: rgb(134 89 247 / 10%);
}
.text-core-color-violet-40\/core-opacity-100 {
  color: rgb(134 89 247 / 100%);
}
.text-core-color-violet-40\/core-opacity-20 {
  color: rgb(134 89 247 / 20%);
}
.text-core-color-violet-40\/core-opacity-30 {
  color: rgb(134 89 247 / 30%);
}
.text-core-color-violet-40\/core-opacity-40 {
  color: rgb(134 89 247 / 40%);
}
.text-core-color-violet-40\/core-opacity-50 {
  color: rgb(134 89 247 / 50%);
}
.text-core-color-violet-40\/core-opacity-60 {
  color: rgb(134 89 247 / 60%);
}
.text-core-color-violet-40\/core-opacity-70 {
  color: rgb(134 89 247 / 70%);
}
.text-core-color-violet-40\/core-opacity-80 {
  color: rgb(134 89 247 / 80%);
}
.text-core-color-violet-40\/core-opacity-90 {
  color: rgb(134 89 247 / 90%);
}
.text-core-color-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(163 137 251 / var(--tw-text-opacity));
}
.text-core-color-violet-50\/0 {
  color: rgb(163 137 251 / 0);
}
.text-core-color-violet-50\/10 {
  color: rgb(163 137 251 / 0.1);
}
.text-core-color-violet-50\/100 {
  color: rgb(163 137 251 / 1);
}
.text-core-color-violet-50\/20 {
  color: rgb(163 137 251 / 0.2);
}
.text-core-color-violet-50\/25 {
  color: rgb(163 137 251 / 0.25);
}
.text-core-color-violet-50\/30 {
  color: rgb(163 137 251 / 0.3);
}
.text-core-color-violet-50\/40 {
  color: rgb(163 137 251 / 0.4);
}
.text-core-color-violet-50\/5 {
  color: rgb(163 137 251 / 0.05);
}
.text-core-color-violet-50\/50 {
  color: rgb(163 137 251 / 0.5);
}
.text-core-color-violet-50\/60 {
  color: rgb(163 137 251 / 0.6);
}
.text-core-color-violet-50\/70 {
  color: rgb(163 137 251 / 0.7);
}
.text-core-color-violet-50\/75 {
  color: rgb(163 137 251 / 0.75);
}
.text-core-color-violet-50\/80 {
  color: rgb(163 137 251 / 0.8);
}
.text-core-color-violet-50\/90 {
  color: rgb(163 137 251 / 0.9);
}
.text-core-color-violet-50\/95 {
  color: rgb(163 137 251 / 0.95);
}
.text-core-color-violet-50\/base-opacity-disabled {
  color: rgb(163 137 251 / 60%);
}
.text-core-color-violet-50\/core-opacity-0 {
  color: rgb(163 137 251 / 0%);
}
.text-core-color-violet-50\/core-opacity-10 {
  color: rgb(163 137 251 / 10%);
}
.text-core-color-violet-50\/core-opacity-100 {
  color: rgb(163 137 251 / 100%);
}
.text-core-color-violet-50\/core-opacity-20 {
  color: rgb(163 137 251 / 20%);
}
.text-core-color-violet-50\/core-opacity-30 {
  color: rgb(163 137 251 / 30%);
}
.text-core-color-violet-50\/core-opacity-40 {
  color: rgb(163 137 251 / 40%);
}
.text-core-color-violet-50\/core-opacity-50 {
  color: rgb(163 137 251 / 50%);
}
.text-core-color-violet-50\/core-opacity-60 {
  color: rgb(163 137 251 / 60%);
}
.text-core-color-violet-50\/core-opacity-70 {
  color: rgb(163 137 251 / 70%);
}
.text-core-color-violet-50\/core-opacity-80 {
  color: rgb(163 137 251 / 80%);
}
.text-core-color-violet-50\/core-opacity-90 {
  color: rgb(163 137 251 / 90%);
}
.text-core-color-violet-60 {
  --tw-text-opacity: 1;
  color: rgb(195 180 253 / var(--tw-text-opacity));
}
.text-core-color-violet-60\/0 {
  color: rgb(195 180 253 / 0);
}
.text-core-color-violet-60\/10 {
  color: rgb(195 180 253 / 0.1);
}
.text-core-color-violet-60\/100 {
  color: rgb(195 180 253 / 1);
}
.text-core-color-violet-60\/20 {
  color: rgb(195 180 253 / 0.2);
}
.text-core-color-violet-60\/25 {
  color: rgb(195 180 253 / 0.25);
}
.text-core-color-violet-60\/30 {
  color: rgb(195 180 253 / 0.3);
}
.text-core-color-violet-60\/40 {
  color: rgb(195 180 253 / 0.4);
}
.text-core-color-violet-60\/5 {
  color: rgb(195 180 253 / 0.05);
}
.text-core-color-violet-60\/50 {
  color: rgb(195 180 253 / 0.5);
}
.text-core-color-violet-60\/60 {
  color: rgb(195 180 253 / 0.6);
}
.text-core-color-violet-60\/70 {
  color: rgb(195 180 253 / 0.7);
}
.text-core-color-violet-60\/75 {
  color: rgb(195 180 253 / 0.75);
}
.text-core-color-violet-60\/80 {
  color: rgb(195 180 253 / 0.8);
}
.text-core-color-violet-60\/90 {
  color: rgb(195 180 253 / 0.9);
}
.text-core-color-violet-60\/95 {
  color: rgb(195 180 253 / 0.95);
}
.text-core-color-violet-60\/base-opacity-disabled {
  color: rgb(195 180 253 / 60%);
}
.text-core-color-violet-60\/core-opacity-0 {
  color: rgb(195 180 253 / 0%);
}
.text-core-color-violet-60\/core-opacity-10 {
  color: rgb(195 180 253 / 10%);
}
.text-core-color-violet-60\/core-opacity-100 {
  color: rgb(195 180 253 / 100%);
}
.text-core-color-violet-60\/core-opacity-20 {
  color: rgb(195 180 253 / 20%);
}
.text-core-color-violet-60\/core-opacity-30 {
  color: rgb(195 180 253 / 30%);
}
.text-core-color-violet-60\/core-opacity-40 {
  color: rgb(195 180 253 / 40%);
}
.text-core-color-violet-60\/core-opacity-50 {
  color: rgb(195 180 253 / 50%);
}
.text-core-color-violet-60\/core-opacity-60 {
  color: rgb(195 180 253 / 60%);
}
.text-core-color-violet-60\/core-opacity-70 {
  color: rgb(195 180 253 / 70%);
}
.text-core-color-violet-60\/core-opacity-80 {
  color: rgb(195 180 253 / 80%);
}
.text-core-color-violet-60\/core-opacity-90 {
  color: rgb(195 180 253 / 90%);
}
.text-core-color-violet-70 {
  --tw-text-opacity: 1;
  color: rgb(222 215 254 / var(--tw-text-opacity));
}
.text-core-color-violet-70\/0 {
  color: rgb(222 215 254 / 0);
}
.text-core-color-violet-70\/10 {
  color: rgb(222 215 254 / 0.1);
}
.text-core-color-violet-70\/100 {
  color: rgb(222 215 254 / 1);
}
.text-core-color-violet-70\/20 {
  color: rgb(222 215 254 / 0.2);
}
.text-core-color-violet-70\/25 {
  color: rgb(222 215 254 / 0.25);
}
.text-core-color-violet-70\/30 {
  color: rgb(222 215 254 / 0.3);
}
.text-core-color-violet-70\/40 {
  color: rgb(222 215 254 / 0.4);
}
.text-core-color-violet-70\/5 {
  color: rgb(222 215 254 / 0.05);
}
.text-core-color-violet-70\/50 {
  color: rgb(222 215 254 / 0.5);
}
.text-core-color-violet-70\/60 {
  color: rgb(222 215 254 / 0.6);
}
.text-core-color-violet-70\/70 {
  color: rgb(222 215 254 / 0.7);
}
.text-core-color-violet-70\/75 {
  color: rgb(222 215 254 / 0.75);
}
.text-core-color-violet-70\/80 {
  color: rgb(222 215 254 / 0.8);
}
.text-core-color-violet-70\/90 {
  color: rgb(222 215 254 / 0.9);
}
.text-core-color-violet-70\/95 {
  color: rgb(222 215 254 / 0.95);
}
.text-core-color-violet-70\/base-opacity-disabled {
  color: rgb(222 215 254 / 60%);
}
.text-core-color-violet-70\/core-opacity-0 {
  color: rgb(222 215 254 / 0%);
}
.text-core-color-violet-70\/core-opacity-10 {
  color: rgb(222 215 254 / 10%);
}
.text-core-color-violet-70\/core-opacity-100 {
  color: rgb(222 215 254 / 100%);
}
.text-core-color-violet-70\/core-opacity-20 {
  color: rgb(222 215 254 / 20%);
}
.text-core-color-violet-70\/core-opacity-30 {
  color: rgb(222 215 254 / 30%);
}
.text-core-color-violet-70\/core-opacity-40 {
  color: rgb(222 215 254 / 40%);
}
.text-core-color-violet-70\/core-opacity-50 {
  color: rgb(222 215 254 / 50%);
}
.text-core-color-violet-70\/core-opacity-60 {
  color: rgb(222 215 254 / 60%);
}
.text-core-color-violet-70\/core-opacity-70 {
  color: rgb(222 215 254 / 70%);
}
.text-core-color-violet-70\/core-opacity-80 {
  color: rgb(222 215 254 / 80%);
}
.text-core-color-violet-70\/core-opacity-90 {
  color: rgb(222 215 254 / 90%);
}
.text-core-color-violet-80 {
  --tw-text-opacity: 1;
  color: rgb(234 231 254 / var(--tw-text-opacity));
}
.text-core-color-violet-80\/0 {
  color: rgb(234 231 254 / 0);
}
.text-core-color-violet-80\/10 {
  color: rgb(234 231 254 / 0.1);
}
.text-core-color-violet-80\/100 {
  color: rgb(234 231 254 / 1);
}
.text-core-color-violet-80\/20 {
  color: rgb(234 231 254 / 0.2);
}
.text-core-color-violet-80\/25 {
  color: rgb(234 231 254 / 0.25);
}
.text-core-color-violet-80\/30 {
  color: rgb(234 231 254 / 0.3);
}
.text-core-color-violet-80\/40 {
  color: rgb(234 231 254 / 0.4);
}
.text-core-color-violet-80\/5 {
  color: rgb(234 231 254 / 0.05);
}
.text-core-color-violet-80\/50 {
  color: rgb(234 231 254 / 0.5);
}
.text-core-color-violet-80\/60 {
  color: rgb(234 231 254 / 0.6);
}
.text-core-color-violet-80\/70 {
  color: rgb(234 231 254 / 0.7);
}
.text-core-color-violet-80\/75 {
  color: rgb(234 231 254 / 0.75);
}
.text-core-color-violet-80\/80 {
  color: rgb(234 231 254 / 0.8);
}
.text-core-color-violet-80\/90 {
  color: rgb(234 231 254 / 0.9);
}
.text-core-color-violet-80\/95 {
  color: rgb(234 231 254 / 0.95);
}
.text-core-color-violet-80\/base-opacity-disabled {
  color: rgb(234 231 254 / 60%);
}
.text-core-color-violet-80\/core-opacity-0 {
  color: rgb(234 231 254 / 0%);
}
.text-core-color-violet-80\/core-opacity-10 {
  color: rgb(234 231 254 / 10%);
}
.text-core-color-violet-80\/core-opacity-100 {
  color: rgb(234 231 254 / 100%);
}
.text-core-color-violet-80\/core-opacity-20 {
  color: rgb(234 231 254 / 20%);
}
.text-core-color-violet-80\/core-opacity-30 {
  color: rgb(234 231 254 / 30%);
}
.text-core-color-violet-80\/core-opacity-40 {
  color: rgb(234 231 254 / 40%);
}
.text-core-color-violet-80\/core-opacity-50 {
  color: rgb(234 231 254 / 50%);
}
.text-core-color-violet-80\/core-opacity-60 {
  color: rgb(234 231 254 / 60%);
}
.text-core-color-violet-80\/core-opacity-70 {
  color: rgb(234 231 254 / 70%);
}
.text-core-color-violet-80\/core-opacity-80 {
  color: rgb(234 231 254 / 80%);
}
.text-core-color-violet-80\/core-opacity-90 {
  color: rgb(234 231 254 / 90%);
}
.text-core-color-violet-90 {
  --tw-text-opacity: 1;
  color: rgb(247 245 255 / var(--tw-text-opacity));
}
.text-core-color-violet-90\/0 {
  color: rgb(247 245 255 / 0);
}
.text-core-color-violet-90\/10 {
  color: rgb(247 245 255 / 0.1);
}
.text-core-color-violet-90\/100 {
  color: rgb(247 245 255 / 1);
}
.text-core-color-violet-90\/20 {
  color: rgb(247 245 255 / 0.2);
}
.text-core-color-violet-90\/25 {
  color: rgb(247 245 255 / 0.25);
}
.text-core-color-violet-90\/30 {
  color: rgb(247 245 255 / 0.3);
}
.text-core-color-violet-90\/40 {
  color: rgb(247 245 255 / 0.4);
}
.text-core-color-violet-90\/5 {
  color: rgb(247 245 255 / 0.05);
}
.text-core-color-violet-90\/50 {
  color: rgb(247 245 255 / 0.5);
}
.text-core-color-violet-90\/60 {
  color: rgb(247 245 255 / 0.6);
}
.text-core-color-violet-90\/70 {
  color: rgb(247 245 255 / 0.7);
}
.text-core-color-violet-90\/75 {
  color: rgb(247 245 255 / 0.75);
}
.text-core-color-violet-90\/80 {
  color: rgb(247 245 255 / 0.8);
}
.text-core-color-violet-90\/90 {
  color: rgb(247 245 255 / 0.9);
}
.text-core-color-violet-90\/95 {
  color: rgb(247 245 255 / 0.95);
}
.text-core-color-violet-90\/base-opacity-disabled {
  color: rgb(247 245 255 / 60%);
}
.text-core-color-violet-90\/core-opacity-0 {
  color: rgb(247 245 255 / 0%);
}
.text-core-color-violet-90\/core-opacity-10 {
  color: rgb(247 245 255 / 10%);
}
.text-core-color-violet-90\/core-opacity-100 {
  color: rgb(247 245 255 / 100%);
}
.text-core-color-violet-90\/core-opacity-20 {
  color: rgb(247 245 255 / 20%);
}
.text-core-color-violet-90\/core-opacity-30 {
  color: rgb(247 245 255 / 30%);
}
.text-core-color-violet-90\/core-opacity-40 {
  color: rgb(247 245 255 / 40%);
}
.text-core-color-violet-90\/core-opacity-50 {
  color: rgb(247 245 255 / 50%);
}
.text-core-color-violet-90\/core-opacity-60 {
  color: rgb(247 245 255 / 60%);
}
.text-core-color-violet-90\/core-opacity-70 {
  color: rgb(247 245 255 / 70%);
}
.text-core-color-violet-90\/core-opacity-80 {
  color: rgb(247 245 255 / 80%);
}
.text-core-color-violet-90\/core-opacity-90 {
  color: rgb(247 245 255 / 90%);
}
.text-core-color-yellow-0 {
  --tw-text-opacity: 1;
  color: rgb(123 47 14 / var(--tw-text-opacity));
}
.text-core-color-yellow-0\/0 {
  color: rgb(123 47 14 / 0);
}
.text-core-color-yellow-0\/10 {
  color: rgb(123 47 14 / 0.1);
}
.text-core-color-yellow-0\/100 {
  color: rgb(123 47 14 / 1);
}
.text-core-color-yellow-0\/20 {
  color: rgb(123 47 14 / 0.2);
}
.text-core-color-yellow-0\/25 {
  color: rgb(123 47 14 / 0.25);
}
.text-core-color-yellow-0\/30 {
  color: rgb(123 47 14 / 0.3);
}
.text-core-color-yellow-0\/40 {
  color: rgb(123 47 14 / 0.4);
}
.text-core-color-yellow-0\/5 {
  color: rgb(123 47 14 / 0.05);
}
.text-core-color-yellow-0\/50 {
  color: rgb(123 47 14 / 0.5);
}
.text-core-color-yellow-0\/60 {
  color: rgb(123 47 14 / 0.6);
}
.text-core-color-yellow-0\/70 {
  color: rgb(123 47 14 / 0.7);
}
.text-core-color-yellow-0\/75 {
  color: rgb(123 47 14 / 0.75);
}
.text-core-color-yellow-0\/80 {
  color: rgb(123 47 14 / 0.8);
}
.text-core-color-yellow-0\/90 {
  color: rgb(123 47 14 / 0.9);
}
.text-core-color-yellow-0\/95 {
  color: rgb(123 47 14 / 0.95);
}
.text-core-color-yellow-0\/base-opacity-disabled {
  color: rgb(123 47 14 / 60%);
}
.text-core-color-yellow-0\/core-opacity-0 {
  color: rgb(123 47 14 / 0%);
}
.text-core-color-yellow-0\/core-opacity-10 {
  color: rgb(123 47 14 / 10%);
}
.text-core-color-yellow-0\/core-opacity-100 {
  color: rgb(123 47 14 / 100%);
}
.text-core-color-yellow-0\/core-opacity-20 {
  color: rgb(123 47 14 / 20%);
}
.text-core-color-yellow-0\/core-opacity-30 {
  color: rgb(123 47 14 / 30%);
}
.text-core-color-yellow-0\/core-opacity-40 {
  color: rgb(123 47 14 / 40%);
}
.text-core-color-yellow-0\/core-opacity-50 {
  color: rgb(123 47 14 / 50%);
}
.text-core-color-yellow-0\/core-opacity-60 {
  color: rgb(123 47 14 / 60%);
}
.text-core-color-yellow-0\/core-opacity-70 {
  color: rgb(123 47 14 / 70%);
}
.text-core-color-yellow-0\/core-opacity-80 {
  color: rgb(123 47 14 / 80%);
}
.text-core-color-yellow-0\/core-opacity-90 {
  color: rgb(123 47 14 / 90%);
}
.text-core-color-yellow-10 {
  --tw-text-opacity: 1;
  color: rgb(145 55 13 / var(--tw-text-opacity));
}
.text-core-color-yellow-10\/0 {
  color: rgb(145 55 13 / 0);
}
.text-core-color-yellow-10\/10 {
  color: rgb(145 55 13 / 0.1);
}
.text-core-color-yellow-10\/100 {
  color: rgb(145 55 13 / 1);
}
.text-core-color-yellow-10\/20 {
  color: rgb(145 55 13 / 0.2);
}
.text-core-color-yellow-10\/25 {
  color: rgb(145 55 13 / 0.25);
}
.text-core-color-yellow-10\/30 {
  color: rgb(145 55 13 / 0.3);
}
.text-core-color-yellow-10\/40 {
  color: rgb(145 55 13 / 0.4);
}
.text-core-color-yellow-10\/5 {
  color: rgb(145 55 13 / 0.05);
}
.text-core-color-yellow-10\/50 {
  color: rgb(145 55 13 / 0.5);
}
.text-core-color-yellow-10\/60 {
  color: rgb(145 55 13 / 0.6);
}
.text-core-color-yellow-10\/70 {
  color: rgb(145 55 13 / 0.7);
}
.text-core-color-yellow-10\/75 {
  color: rgb(145 55 13 / 0.75);
}
.text-core-color-yellow-10\/80 {
  color: rgb(145 55 13 / 0.8);
}
.text-core-color-yellow-10\/90 {
  color: rgb(145 55 13 / 0.9);
}
.text-core-color-yellow-10\/95 {
  color: rgb(145 55 13 / 0.95);
}
.text-core-color-yellow-10\/base-opacity-disabled {
  color: rgb(145 55 13 / 60%);
}
.text-core-color-yellow-10\/core-opacity-0 {
  color: rgb(145 55 13 / 0%);
}
.text-core-color-yellow-10\/core-opacity-10 {
  color: rgb(145 55 13 / 10%);
}
.text-core-color-yellow-10\/core-opacity-100 {
  color: rgb(145 55 13 / 100%);
}
.text-core-color-yellow-10\/core-opacity-20 {
  color: rgb(145 55 13 / 20%);
}
.text-core-color-yellow-10\/core-opacity-30 {
  color: rgb(145 55 13 / 30%);
}
.text-core-color-yellow-10\/core-opacity-40 {
  color: rgb(145 55 13 / 40%);
}
.text-core-color-yellow-10\/core-opacity-50 {
  color: rgb(145 55 13 / 50%);
}
.text-core-color-yellow-10\/core-opacity-60 {
  color: rgb(145 55 13 / 60%);
}
.text-core-color-yellow-10\/core-opacity-70 {
  color: rgb(145 55 13 / 70%);
}
.text-core-color-yellow-10\/core-opacity-80 {
  color: rgb(145 55 13 / 80%);
}
.text-core-color-yellow-10\/core-opacity-90 {
  color: rgb(145 55 13 / 90%);
}
.text-core-color-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(255 252 245 / var(--tw-text-opacity));
}
.text-core-color-yellow-100\/0 {
  color: rgb(255 252 245 / 0);
}
.text-core-color-yellow-100\/10 {
  color: rgb(255 252 245 / 0.1);
}
.text-core-color-yellow-100\/100 {
  color: rgb(255 252 245 / 1);
}
.text-core-color-yellow-100\/20 {
  color: rgb(255 252 245 / 0.2);
}
.text-core-color-yellow-100\/25 {
  color: rgb(255 252 245 / 0.25);
}
.text-core-color-yellow-100\/30 {
  color: rgb(255 252 245 / 0.3);
}
.text-core-color-yellow-100\/40 {
  color: rgb(255 252 245 / 0.4);
}
.text-core-color-yellow-100\/5 {
  color: rgb(255 252 245 / 0.05);
}
.text-core-color-yellow-100\/50 {
  color: rgb(255 252 245 / 0.5);
}
.text-core-color-yellow-100\/60 {
  color: rgb(255 252 245 / 0.6);
}
.text-core-color-yellow-100\/70 {
  color: rgb(255 252 245 / 0.7);
}
.text-core-color-yellow-100\/75 {
  color: rgb(255 252 245 / 0.75);
}
.text-core-color-yellow-100\/80 {
  color: rgb(255 252 245 / 0.8);
}
.text-core-color-yellow-100\/90 {
  color: rgb(255 252 245 / 0.9);
}
.text-core-color-yellow-100\/95 {
  color: rgb(255 252 245 / 0.95);
}
.text-core-color-yellow-100\/base-opacity-disabled {
  color: rgb(255 252 245 / 60%);
}
.text-core-color-yellow-100\/core-opacity-0 {
  color: rgb(255 252 245 / 0%);
}
.text-core-color-yellow-100\/core-opacity-10 {
  color: rgb(255 252 245 / 10%);
}
.text-core-color-yellow-100\/core-opacity-100 {
  color: rgb(255 252 245 / 100%);
}
.text-core-color-yellow-100\/core-opacity-20 {
  color: rgb(255 252 245 / 20%);
}
.text-core-color-yellow-100\/core-opacity-30 {
  color: rgb(255 252 245 / 30%);
}
.text-core-color-yellow-100\/core-opacity-40 {
  color: rgb(255 252 245 / 40%);
}
.text-core-color-yellow-100\/core-opacity-50 {
  color: rgb(255 252 245 / 50%);
}
.text-core-color-yellow-100\/core-opacity-60 {
  color: rgb(255 252 245 / 60%);
}
.text-core-color-yellow-100\/core-opacity-70 {
  color: rgb(255 252 245 / 70%);
}
.text-core-color-yellow-100\/core-opacity-80 {
  color: rgb(255 252 245 / 80%);
}
.text-core-color-yellow-100\/core-opacity-90 {
  color: rgb(255 252 245 / 90%);
}
.text-core-color-yellow-20 {
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity));
}
.text-core-color-yellow-20\/0 {
  color: rgb(181 71 8 / 0);
}
.text-core-color-yellow-20\/10 {
  color: rgb(181 71 8 / 0.1);
}
.text-core-color-yellow-20\/100 {
  color: rgb(181 71 8 / 1);
}
.text-core-color-yellow-20\/20 {
  color: rgb(181 71 8 / 0.2);
}
.text-core-color-yellow-20\/25 {
  color: rgb(181 71 8 / 0.25);
}
.text-core-color-yellow-20\/30 {
  color: rgb(181 71 8 / 0.3);
}
.text-core-color-yellow-20\/40 {
  color: rgb(181 71 8 / 0.4);
}
.text-core-color-yellow-20\/5 {
  color: rgb(181 71 8 / 0.05);
}
.text-core-color-yellow-20\/50 {
  color: rgb(181 71 8 / 0.5);
}
.text-core-color-yellow-20\/60 {
  color: rgb(181 71 8 / 0.6);
}
.text-core-color-yellow-20\/70 {
  color: rgb(181 71 8 / 0.7);
}
.text-core-color-yellow-20\/75 {
  color: rgb(181 71 8 / 0.75);
}
.text-core-color-yellow-20\/80 {
  color: rgb(181 71 8 / 0.8);
}
.text-core-color-yellow-20\/90 {
  color: rgb(181 71 8 / 0.9);
}
.text-core-color-yellow-20\/95 {
  color: rgb(181 71 8 / 0.95);
}
.text-core-color-yellow-20\/base-opacity-disabled {
  color: rgb(181 71 8 / 60%);
}
.text-core-color-yellow-20\/core-opacity-0 {
  color: rgb(181 71 8 / 0%);
}
.text-core-color-yellow-20\/core-opacity-10 {
  color: rgb(181 71 8 / 10%);
}
.text-core-color-yellow-20\/core-opacity-100 {
  color: rgb(181 71 8 / 100%);
}
.text-core-color-yellow-20\/core-opacity-20 {
  color: rgb(181 71 8 / 20%);
}
.text-core-color-yellow-20\/core-opacity-30 {
  color: rgb(181 71 8 / 30%);
}
.text-core-color-yellow-20\/core-opacity-40 {
  color: rgb(181 71 8 / 40%);
}
.text-core-color-yellow-20\/core-opacity-50 {
  color: rgb(181 71 8 / 50%);
}
.text-core-color-yellow-20\/core-opacity-60 {
  color: rgb(181 71 8 / 60%);
}
.text-core-color-yellow-20\/core-opacity-70 {
  color: rgb(181 71 8 / 70%);
}
.text-core-color-yellow-20\/core-opacity-80 {
  color: rgb(181 71 8 / 80%);
}
.text-core-color-yellow-20\/core-opacity-90 {
  color: rgb(181 71 8 / 90%);
}
.text-core-color-yellow-30 {
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.text-core-color-yellow-30\/0 {
  color: rgb(221 105 3 / 0);
}
.text-core-color-yellow-30\/10 {
  color: rgb(221 105 3 / 0.1);
}
.text-core-color-yellow-30\/100 {
  color: rgb(221 105 3 / 1);
}
.text-core-color-yellow-30\/20 {
  color: rgb(221 105 3 / 0.2);
}
.text-core-color-yellow-30\/25 {
  color: rgb(221 105 3 / 0.25);
}
.text-core-color-yellow-30\/30 {
  color: rgb(221 105 3 / 0.3);
}
.text-core-color-yellow-30\/40 {
  color: rgb(221 105 3 / 0.4);
}
.text-core-color-yellow-30\/5 {
  color: rgb(221 105 3 / 0.05);
}
.text-core-color-yellow-30\/50 {
  color: rgb(221 105 3 / 0.5);
}
.text-core-color-yellow-30\/60 {
  color: rgb(221 105 3 / 0.6);
}
.text-core-color-yellow-30\/70 {
  color: rgb(221 105 3 / 0.7);
}
.text-core-color-yellow-30\/75 {
  color: rgb(221 105 3 / 0.75);
}
.text-core-color-yellow-30\/80 {
  color: rgb(221 105 3 / 0.8);
}
.text-core-color-yellow-30\/90 {
  color: rgb(221 105 3 / 0.9);
}
.text-core-color-yellow-30\/95 {
  color: rgb(221 105 3 / 0.95);
}
.text-core-color-yellow-30\/base-opacity-disabled {
  color: rgb(221 105 3 / 60%);
}
.text-core-color-yellow-30\/core-opacity-0 {
  color: rgb(221 105 3 / 0%);
}
.text-core-color-yellow-30\/core-opacity-10 {
  color: rgb(221 105 3 / 10%);
}
.text-core-color-yellow-30\/core-opacity-100 {
  color: rgb(221 105 3 / 100%);
}
.text-core-color-yellow-30\/core-opacity-20 {
  color: rgb(221 105 3 / 20%);
}
.text-core-color-yellow-30\/core-opacity-30 {
  color: rgb(221 105 3 / 30%);
}
.text-core-color-yellow-30\/core-opacity-40 {
  color: rgb(221 105 3 / 40%);
}
.text-core-color-yellow-30\/core-opacity-50 {
  color: rgb(221 105 3 / 50%);
}
.text-core-color-yellow-30\/core-opacity-60 {
  color: rgb(221 105 3 / 60%);
}
.text-core-color-yellow-30\/core-opacity-70 {
  color: rgb(221 105 3 / 70%);
}
.text-core-color-yellow-30\/core-opacity-80 {
  color: rgb(221 105 3 / 80%);
}
.text-core-color-yellow-30\/core-opacity-90 {
  color: rgb(221 105 3 / 90%);
}
.text-core-color-yellow-40 {
  --tw-text-opacity: 1;
  color: rgb(247 143 8 / var(--tw-text-opacity));
}
.text-core-color-yellow-40\/0 {
  color: rgb(247 143 8 / 0);
}
.text-core-color-yellow-40\/10 {
  color: rgb(247 143 8 / 0.1);
}
.text-core-color-yellow-40\/100 {
  color: rgb(247 143 8 / 1);
}
.text-core-color-yellow-40\/20 {
  color: rgb(247 143 8 / 0.2);
}
.text-core-color-yellow-40\/25 {
  color: rgb(247 143 8 / 0.25);
}
.text-core-color-yellow-40\/30 {
  color: rgb(247 143 8 / 0.3);
}
.text-core-color-yellow-40\/40 {
  color: rgb(247 143 8 / 0.4);
}
.text-core-color-yellow-40\/5 {
  color: rgb(247 143 8 / 0.05);
}
.text-core-color-yellow-40\/50 {
  color: rgb(247 143 8 / 0.5);
}
.text-core-color-yellow-40\/60 {
  color: rgb(247 143 8 / 0.6);
}
.text-core-color-yellow-40\/70 {
  color: rgb(247 143 8 / 0.7);
}
.text-core-color-yellow-40\/75 {
  color: rgb(247 143 8 / 0.75);
}
.text-core-color-yellow-40\/80 {
  color: rgb(247 143 8 / 0.8);
}
.text-core-color-yellow-40\/90 {
  color: rgb(247 143 8 / 0.9);
}
.text-core-color-yellow-40\/95 {
  color: rgb(247 143 8 / 0.95);
}
.text-core-color-yellow-40\/base-opacity-disabled {
  color: rgb(247 143 8 / 60%);
}
.text-core-color-yellow-40\/core-opacity-0 {
  color: rgb(247 143 8 / 0%);
}
.text-core-color-yellow-40\/core-opacity-10 {
  color: rgb(247 143 8 / 10%);
}
.text-core-color-yellow-40\/core-opacity-100 {
  color: rgb(247 143 8 / 100%);
}
.text-core-color-yellow-40\/core-opacity-20 {
  color: rgb(247 143 8 / 20%);
}
.text-core-color-yellow-40\/core-opacity-30 {
  color: rgb(247 143 8 / 30%);
}
.text-core-color-yellow-40\/core-opacity-40 {
  color: rgb(247 143 8 / 40%);
}
.text-core-color-yellow-40\/core-opacity-50 {
  color: rgb(247 143 8 / 50%);
}
.text-core-color-yellow-40\/core-opacity-60 {
  color: rgb(247 143 8 / 60%);
}
.text-core-color-yellow-40\/core-opacity-70 {
  color: rgb(247 143 8 / 70%);
}
.text-core-color-yellow-40\/core-opacity-80 {
  color: rgb(247 143 8 / 80%);
}
.text-core-color-yellow-40\/core-opacity-90 {
  color: rgb(247 143 8 / 90%);
}
.text-core-color-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(253 176 33 / var(--tw-text-opacity));
}
.text-core-color-yellow-50\/0 {
  color: rgb(253 176 33 / 0);
}
.text-core-color-yellow-50\/10 {
  color: rgb(253 176 33 / 0.1);
}
.text-core-color-yellow-50\/100 {
  color: rgb(253 176 33 / 1);
}
.text-core-color-yellow-50\/20 {
  color: rgb(253 176 33 / 0.2);
}
.text-core-color-yellow-50\/25 {
  color: rgb(253 176 33 / 0.25);
}
.text-core-color-yellow-50\/30 {
  color: rgb(253 176 33 / 0.3);
}
.text-core-color-yellow-50\/40 {
  color: rgb(253 176 33 / 0.4);
}
.text-core-color-yellow-50\/5 {
  color: rgb(253 176 33 / 0.05);
}
.text-core-color-yellow-50\/50 {
  color: rgb(253 176 33 / 0.5);
}
.text-core-color-yellow-50\/60 {
  color: rgb(253 176 33 / 0.6);
}
.text-core-color-yellow-50\/70 {
  color: rgb(253 176 33 / 0.7);
}
.text-core-color-yellow-50\/75 {
  color: rgb(253 176 33 / 0.75);
}
.text-core-color-yellow-50\/80 {
  color: rgb(253 176 33 / 0.8);
}
.text-core-color-yellow-50\/90 {
  color: rgb(253 176 33 / 0.9);
}
.text-core-color-yellow-50\/95 {
  color: rgb(253 176 33 / 0.95);
}
.text-core-color-yellow-50\/base-opacity-disabled {
  color: rgb(253 176 33 / 60%);
}
.text-core-color-yellow-50\/core-opacity-0 {
  color: rgb(253 176 33 / 0%);
}
.text-core-color-yellow-50\/core-opacity-10 {
  color: rgb(253 176 33 / 10%);
}
.text-core-color-yellow-50\/core-opacity-100 {
  color: rgb(253 176 33 / 100%);
}
.text-core-color-yellow-50\/core-opacity-20 {
  color: rgb(253 176 33 / 20%);
}
.text-core-color-yellow-50\/core-opacity-30 {
  color: rgb(253 176 33 / 30%);
}
.text-core-color-yellow-50\/core-opacity-40 {
  color: rgb(253 176 33 / 40%);
}
.text-core-color-yellow-50\/core-opacity-50 {
  color: rgb(253 176 33 / 50%);
}
.text-core-color-yellow-50\/core-opacity-60 {
  color: rgb(253 176 33 / 60%);
}
.text-core-color-yellow-50\/core-opacity-70 {
  color: rgb(253 176 33 / 70%);
}
.text-core-color-yellow-50\/core-opacity-80 {
  color: rgb(253 176 33 / 80%);
}
.text-core-color-yellow-50\/core-opacity-90 {
  color: rgb(253 176 33 / 90%);
}
.text-core-color-yellow-60 {
  --tw-text-opacity: 1;
  color: rgb(254 201 77 / var(--tw-text-opacity));
}
.text-core-color-yellow-60\/0 {
  color: rgb(254 201 77 / 0);
}
.text-core-color-yellow-60\/10 {
  color: rgb(254 201 77 / 0.1);
}
.text-core-color-yellow-60\/100 {
  color: rgb(254 201 77 / 1);
}
.text-core-color-yellow-60\/20 {
  color: rgb(254 201 77 / 0.2);
}
.text-core-color-yellow-60\/25 {
  color: rgb(254 201 77 / 0.25);
}
.text-core-color-yellow-60\/30 {
  color: rgb(254 201 77 / 0.3);
}
.text-core-color-yellow-60\/40 {
  color: rgb(254 201 77 / 0.4);
}
.text-core-color-yellow-60\/5 {
  color: rgb(254 201 77 / 0.05);
}
.text-core-color-yellow-60\/50 {
  color: rgb(254 201 77 / 0.5);
}
.text-core-color-yellow-60\/60 {
  color: rgb(254 201 77 / 0.6);
}
.text-core-color-yellow-60\/70 {
  color: rgb(254 201 77 / 0.7);
}
.text-core-color-yellow-60\/75 {
  color: rgb(254 201 77 / 0.75);
}
.text-core-color-yellow-60\/80 {
  color: rgb(254 201 77 / 0.8);
}
.text-core-color-yellow-60\/90 {
  color: rgb(254 201 77 / 0.9);
}
.text-core-color-yellow-60\/95 {
  color: rgb(254 201 77 / 0.95);
}
.text-core-color-yellow-60\/base-opacity-disabled {
  color: rgb(254 201 77 / 60%);
}
.text-core-color-yellow-60\/core-opacity-0 {
  color: rgb(254 201 77 / 0%);
}
.text-core-color-yellow-60\/core-opacity-10 {
  color: rgb(254 201 77 / 10%);
}
.text-core-color-yellow-60\/core-opacity-100 {
  color: rgb(254 201 77 / 100%);
}
.text-core-color-yellow-60\/core-opacity-20 {
  color: rgb(254 201 77 / 20%);
}
.text-core-color-yellow-60\/core-opacity-30 {
  color: rgb(254 201 77 / 30%);
}
.text-core-color-yellow-60\/core-opacity-40 {
  color: rgb(254 201 77 / 40%);
}
.text-core-color-yellow-60\/core-opacity-50 {
  color: rgb(254 201 77 / 50%);
}
.text-core-color-yellow-60\/core-opacity-60 {
  color: rgb(254 201 77 / 60%);
}
.text-core-color-yellow-60\/core-opacity-70 {
  color: rgb(254 201 77 / 70%);
}
.text-core-color-yellow-60\/core-opacity-80 {
  color: rgb(254 201 77 / 80%);
}
.text-core-color-yellow-60\/core-opacity-90 {
  color: rgb(254 201 77 / 90%);
}
.text-core-color-yellow-70 {
  --tw-text-opacity: 1;
  color: rgb(254 223 139 / var(--tw-text-opacity));
}
.text-core-color-yellow-70\/0 {
  color: rgb(254 223 139 / 0);
}
.text-core-color-yellow-70\/10 {
  color: rgb(254 223 139 / 0.1);
}
.text-core-color-yellow-70\/100 {
  color: rgb(254 223 139 / 1);
}
.text-core-color-yellow-70\/20 {
  color: rgb(254 223 139 / 0.2);
}
.text-core-color-yellow-70\/25 {
  color: rgb(254 223 139 / 0.25);
}
.text-core-color-yellow-70\/30 {
  color: rgb(254 223 139 / 0.3);
}
.text-core-color-yellow-70\/40 {
  color: rgb(254 223 139 / 0.4);
}
.text-core-color-yellow-70\/5 {
  color: rgb(254 223 139 / 0.05);
}
.text-core-color-yellow-70\/50 {
  color: rgb(254 223 139 / 0.5);
}
.text-core-color-yellow-70\/60 {
  color: rgb(254 223 139 / 0.6);
}
.text-core-color-yellow-70\/70 {
  color: rgb(254 223 139 / 0.7);
}
.text-core-color-yellow-70\/75 {
  color: rgb(254 223 139 / 0.75);
}
.text-core-color-yellow-70\/80 {
  color: rgb(254 223 139 / 0.8);
}
.text-core-color-yellow-70\/90 {
  color: rgb(254 223 139 / 0.9);
}
.text-core-color-yellow-70\/95 {
  color: rgb(254 223 139 / 0.95);
}
.text-core-color-yellow-70\/base-opacity-disabled {
  color: rgb(254 223 139 / 60%);
}
.text-core-color-yellow-70\/core-opacity-0 {
  color: rgb(254 223 139 / 0%);
}
.text-core-color-yellow-70\/core-opacity-10 {
  color: rgb(254 223 139 / 10%);
}
.text-core-color-yellow-70\/core-opacity-100 {
  color: rgb(254 223 139 / 100%);
}
.text-core-color-yellow-70\/core-opacity-20 {
  color: rgb(254 223 139 / 20%);
}
.text-core-color-yellow-70\/core-opacity-30 {
  color: rgb(254 223 139 / 30%);
}
.text-core-color-yellow-70\/core-opacity-40 {
  color: rgb(254 223 139 / 40%);
}
.text-core-color-yellow-70\/core-opacity-50 {
  color: rgb(254 223 139 / 50%);
}
.text-core-color-yellow-70\/core-opacity-60 {
  color: rgb(254 223 139 / 60%);
}
.text-core-color-yellow-70\/core-opacity-70 {
  color: rgb(254 223 139 / 70%);
}
.text-core-color-yellow-70\/core-opacity-80 {
  color: rgb(254 223 139 / 80%);
}
.text-core-color-yellow-70\/core-opacity-90 {
  color: rgb(254 223 139 / 90%);
}
.text-core-color-yellow-80 {
  --tw-text-opacity: 1;
  color: rgb(254 240 200 / var(--tw-text-opacity));
}
.text-core-color-yellow-80\/0 {
  color: rgb(254 240 200 / 0);
}
.text-core-color-yellow-80\/10 {
  color: rgb(254 240 200 / 0.1);
}
.text-core-color-yellow-80\/100 {
  color: rgb(254 240 200 / 1);
}
.text-core-color-yellow-80\/20 {
  color: rgb(254 240 200 / 0.2);
}
.text-core-color-yellow-80\/25 {
  color: rgb(254 240 200 / 0.25);
}
.text-core-color-yellow-80\/30 {
  color: rgb(254 240 200 / 0.3);
}
.text-core-color-yellow-80\/40 {
  color: rgb(254 240 200 / 0.4);
}
.text-core-color-yellow-80\/5 {
  color: rgb(254 240 200 / 0.05);
}
.text-core-color-yellow-80\/50 {
  color: rgb(254 240 200 / 0.5);
}
.text-core-color-yellow-80\/60 {
  color: rgb(254 240 200 / 0.6);
}
.text-core-color-yellow-80\/70 {
  color: rgb(254 240 200 / 0.7);
}
.text-core-color-yellow-80\/75 {
  color: rgb(254 240 200 / 0.75);
}
.text-core-color-yellow-80\/80 {
  color: rgb(254 240 200 / 0.8);
}
.text-core-color-yellow-80\/90 {
  color: rgb(254 240 200 / 0.9);
}
.text-core-color-yellow-80\/95 {
  color: rgb(254 240 200 / 0.95);
}
.text-core-color-yellow-80\/base-opacity-disabled {
  color: rgb(254 240 200 / 60%);
}
.text-core-color-yellow-80\/core-opacity-0 {
  color: rgb(254 240 200 / 0%);
}
.text-core-color-yellow-80\/core-opacity-10 {
  color: rgb(254 240 200 / 10%);
}
.text-core-color-yellow-80\/core-opacity-100 {
  color: rgb(254 240 200 / 100%);
}
.text-core-color-yellow-80\/core-opacity-20 {
  color: rgb(254 240 200 / 20%);
}
.text-core-color-yellow-80\/core-opacity-30 {
  color: rgb(254 240 200 / 30%);
}
.text-core-color-yellow-80\/core-opacity-40 {
  color: rgb(254 240 200 / 40%);
}
.text-core-color-yellow-80\/core-opacity-50 {
  color: rgb(254 240 200 / 50%);
}
.text-core-color-yellow-80\/core-opacity-60 {
  color: rgb(254 240 200 / 60%);
}
.text-core-color-yellow-80\/core-opacity-70 {
  color: rgb(254 240 200 / 70%);
}
.text-core-color-yellow-80\/core-opacity-80 {
  color: rgb(254 240 200 / 80%);
}
.text-core-color-yellow-80\/core-opacity-90 {
  color: rgb(254 240 200 / 90%);
}
.text-core-color-yellow-90 {
  --tw-text-opacity: 1;
  color: rgb(255 250 235 / var(--tw-text-opacity));
}
.text-core-color-yellow-90\/0 {
  color: rgb(255 250 235 / 0);
}
.text-core-color-yellow-90\/10 {
  color: rgb(255 250 235 / 0.1);
}
.text-core-color-yellow-90\/100 {
  color: rgb(255 250 235 / 1);
}
.text-core-color-yellow-90\/20 {
  color: rgb(255 250 235 / 0.2);
}
.text-core-color-yellow-90\/25 {
  color: rgb(255 250 235 / 0.25);
}
.text-core-color-yellow-90\/30 {
  color: rgb(255 250 235 / 0.3);
}
.text-core-color-yellow-90\/40 {
  color: rgb(255 250 235 / 0.4);
}
.text-core-color-yellow-90\/5 {
  color: rgb(255 250 235 / 0.05);
}
.text-core-color-yellow-90\/50 {
  color: rgb(255 250 235 / 0.5);
}
.text-core-color-yellow-90\/60 {
  color: rgb(255 250 235 / 0.6);
}
.text-core-color-yellow-90\/70 {
  color: rgb(255 250 235 / 0.7);
}
.text-core-color-yellow-90\/75 {
  color: rgb(255 250 235 / 0.75);
}
.text-core-color-yellow-90\/80 {
  color: rgb(255 250 235 / 0.8);
}
.text-core-color-yellow-90\/90 {
  color: rgb(255 250 235 / 0.9);
}
.text-core-color-yellow-90\/95 {
  color: rgb(255 250 235 / 0.95);
}
.text-core-color-yellow-90\/base-opacity-disabled {
  color: rgb(255 250 235 / 60%);
}
.text-core-color-yellow-90\/core-opacity-0 {
  color: rgb(255 250 235 / 0%);
}
.text-core-color-yellow-90\/core-opacity-10 {
  color: rgb(255 250 235 / 10%);
}
.text-core-color-yellow-90\/core-opacity-100 {
  color: rgb(255 250 235 / 100%);
}
.text-core-color-yellow-90\/core-opacity-20 {
  color: rgb(255 250 235 / 20%);
}
.text-core-color-yellow-90\/core-opacity-30 {
  color: rgb(255 250 235 / 30%);
}
.text-core-color-yellow-90\/core-opacity-40 {
  color: rgb(255 250 235 / 40%);
}
.text-core-color-yellow-90\/core-opacity-50 {
  color: rgb(255 250 235 / 50%);
}
.text-core-color-yellow-90\/core-opacity-60 {
  color: rgb(255 250 235 / 60%);
}
.text-core-color-yellow-90\/core-opacity-70 {
  color: rgb(255 250 235 / 70%);
}
.text-core-color-yellow-90\/core-opacity-80 {
  color: rgb(255 250 235 / 80%);
}
.text-core-color-yellow-90\/core-opacity-90 {
  color: rgb(255 250 235 / 90%);
}
.text-core-transparent {
  color: #00000000;
}
.text-core-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-core-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-core-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-core-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-core-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-core-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-core-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-core-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-core-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-core-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-core-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-core-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-core-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-core-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-core-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-core-transparent\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-core-transparent\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-core-transparent\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-core-transparent\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-core-transparent\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-core-transparent\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-core-transparent\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-core-transparent\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-core-transparent\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-core-transparent\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-core-transparent\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-core-transparent\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-current {
  color: currentColor;
}
.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}
.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}
.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}
.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}
.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}
.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}
.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}
.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}
.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}
.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}
.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}
.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}
.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}
.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}
.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}
.text-cyan-100\/base-opacity-disabled {
  color: rgb(207 250 254 / 60%);
}
.text-cyan-100\/core-opacity-0 {
  color: rgb(207 250 254 / 0%);
}
.text-cyan-100\/core-opacity-10 {
  color: rgb(207 250 254 / 10%);
}
.text-cyan-100\/core-opacity-100 {
  color: rgb(207 250 254 / 100%);
}
.text-cyan-100\/core-opacity-20 {
  color: rgb(207 250 254 / 20%);
}
.text-cyan-100\/core-opacity-30 {
  color: rgb(207 250 254 / 30%);
}
.text-cyan-100\/core-opacity-40 {
  color: rgb(207 250 254 / 40%);
}
.text-cyan-100\/core-opacity-50 {
  color: rgb(207 250 254 / 50%);
}
.text-cyan-100\/core-opacity-60 {
  color: rgb(207 250 254 / 60%);
}
.text-cyan-100\/core-opacity-70 {
  color: rgb(207 250 254 / 70%);
}
.text-cyan-100\/core-opacity-80 {
  color: rgb(207 250 254 / 80%);
}
.text-cyan-100\/core-opacity-90 {
  color: rgb(207 250 254 / 90%);
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}
.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}
.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}
.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}
.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}
.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}
.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}
.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}
.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}
.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}
.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}
.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}
.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}
.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}
.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}
.text-cyan-200\/base-opacity-disabled {
  color: rgb(165 243 252 / 60%);
}
.text-cyan-200\/core-opacity-0 {
  color: rgb(165 243 252 / 0%);
}
.text-cyan-200\/core-opacity-10 {
  color: rgb(165 243 252 / 10%);
}
.text-cyan-200\/core-opacity-100 {
  color: rgb(165 243 252 / 100%);
}
.text-cyan-200\/core-opacity-20 {
  color: rgb(165 243 252 / 20%);
}
.text-cyan-200\/core-opacity-30 {
  color: rgb(165 243 252 / 30%);
}
.text-cyan-200\/core-opacity-40 {
  color: rgb(165 243 252 / 40%);
}
.text-cyan-200\/core-opacity-50 {
  color: rgb(165 243 252 / 50%);
}
.text-cyan-200\/core-opacity-60 {
  color: rgb(165 243 252 / 60%);
}
.text-cyan-200\/core-opacity-70 {
  color: rgb(165 243 252 / 70%);
}
.text-cyan-200\/core-opacity-80 {
  color: rgb(165 243 252 / 80%);
}
.text-cyan-200\/core-opacity-90 {
  color: rgb(165 243 252 / 90%);
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}
.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}
.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}
.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}
.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}
.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}
.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}
.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}
.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}
.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}
.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}
.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}
.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}
.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}
.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}
.text-cyan-300\/base-opacity-disabled {
  color: rgb(103 232 249 / 60%);
}
.text-cyan-300\/core-opacity-0 {
  color: rgb(103 232 249 / 0%);
}
.text-cyan-300\/core-opacity-10 {
  color: rgb(103 232 249 / 10%);
}
.text-cyan-300\/core-opacity-100 {
  color: rgb(103 232 249 / 100%);
}
.text-cyan-300\/core-opacity-20 {
  color: rgb(103 232 249 / 20%);
}
.text-cyan-300\/core-opacity-30 {
  color: rgb(103 232 249 / 30%);
}
.text-cyan-300\/core-opacity-40 {
  color: rgb(103 232 249 / 40%);
}
.text-cyan-300\/core-opacity-50 {
  color: rgb(103 232 249 / 50%);
}
.text-cyan-300\/core-opacity-60 {
  color: rgb(103 232 249 / 60%);
}
.text-cyan-300\/core-opacity-70 {
  color: rgb(103 232 249 / 70%);
}
.text-cyan-300\/core-opacity-80 {
  color: rgb(103 232 249 / 80%);
}
.text-cyan-300\/core-opacity-90 {
  color: rgb(103 232 249 / 90%);
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}
.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}
.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}
.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}
.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}
.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}
.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}
.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}
.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}
.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}
.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}
.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}
.text-cyan-400\/base-opacity-disabled {
  color: rgb(34 211 238 / 60%);
}
.text-cyan-400\/core-opacity-0 {
  color: rgb(34 211 238 / 0%);
}
.text-cyan-400\/core-opacity-10 {
  color: rgb(34 211 238 / 10%);
}
.text-cyan-400\/core-opacity-100 {
  color: rgb(34 211 238 / 100%);
}
.text-cyan-400\/core-opacity-20 {
  color: rgb(34 211 238 / 20%);
}
.text-cyan-400\/core-opacity-30 {
  color: rgb(34 211 238 / 30%);
}
.text-cyan-400\/core-opacity-40 {
  color: rgb(34 211 238 / 40%);
}
.text-cyan-400\/core-opacity-50 {
  color: rgb(34 211 238 / 50%);
}
.text-cyan-400\/core-opacity-60 {
  color: rgb(34 211 238 / 60%);
}
.text-cyan-400\/core-opacity-70 {
  color: rgb(34 211 238 / 70%);
}
.text-cyan-400\/core-opacity-80 {
  color: rgb(34 211 238 / 80%);
}
.text-cyan-400\/core-opacity-90 {
  color: rgb(34 211 238 / 90%);
}
.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}
.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}
.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}
.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}
.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}
.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}
.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}
.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}
.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}
.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}
.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}
.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}
.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}
.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}
.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}
.text-cyan-50\/base-opacity-disabled {
  color: rgb(236 254 255 / 60%);
}
.text-cyan-50\/core-opacity-0 {
  color: rgb(236 254 255 / 0%);
}
.text-cyan-50\/core-opacity-10 {
  color: rgb(236 254 255 / 10%);
}
.text-cyan-50\/core-opacity-100 {
  color: rgb(236 254 255 / 100%);
}
.text-cyan-50\/core-opacity-20 {
  color: rgb(236 254 255 / 20%);
}
.text-cyan-50\/core-opacity-30 {
  color: rgb(236 254 255 / 30%);
}
.text-cyan-50\/core-opacity-40 {
  color: rgb(236 254 255 / 40%);
}
.text-cyan-50\/core-opacity-50 {
  color: rgb(236 254 255 / 50%);
}
.text-cyan-50\/core-opacity-60 {
  color: rgb(236 254 255 / 60%);
}
.text-cyan-50\/core-opacity-70 {
  color: rgb(236 254 255 / 70%);
}
.text-cyan-50\/core-opacity-80 {
  color: rgb(236 254 255 / 80%);
}
.text-cyan-50\/core-opacity-90 {
  color: rgb(236 254 255 / 90%);
}
.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}
.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}
.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}
.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}
.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}
.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}
.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}
.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}
.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}
.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}
.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}
.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}
.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}
.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}
.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}
.text-cyan-500\/base-opacity-disabled {
  color: rgb(6 182 212 / 60%);
}
.text-cyan-500\/core-opacity-0 {
  color: rgb(6 182 212 / 0%);
}
.text-cyan-500\/core-opacity-10 {
  color: rgb(6 182 212 / 10%);
}
.text-cyan-500\/core-opacity-100 {
  color: rgb(6 182 212 / 100%);
}
.text-cyan-500\/core-opacity-20 {
  color: rgb(6 182 212 / 20%);
}
.text-cyan-500\/core-opacity-30 {
  color: rgb(6 182 212 / 30%);
}
.text-cyan-500\/core-opacity-40 {
  color: rgb(6 182 212 / 40%);
}
.text-cyan-500\/core-opacity-50 {
  color: rgb(6 182 212 / 50%);
}
.text-cyan-500\/core-opacity-60 {
  color: rgb(6 182 212 / 60%);
}
.text-cyan-500\/core-opacity-70 {
  color: rgb(6 182 212 / 70%);
}
.text-cyan-500\/core-opacity-80 {
  color: rgb(6 182 212 / 80%);
}
.text-cyan-500\/core-opacity-90 {
  color: rgb(6 182 212 / 90%);
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}
.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}
.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}
.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}
.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}
.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}
.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}
.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}
.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}
.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}
.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}
.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}
.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}
.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}
.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}
.text-cyan-600\/base-opacity-disabled {
  color: rgb(8 145 178 / 60%);
}
.text-cyan-600\/core-opacity-0 {
  color: rgb(8 145 178 / 0%);
}
.text-cyan-600\/core-opacity-10 {
  color: rgb(8 145 178 / 10%);
}
.text-cyan-600\/core-opacity-100 {
  color: rgb(8 145 178 / 100%);
}
.text-cyan-600\/core-opacity-20 {
  color: rgb(8 145 178 / 20%);
}
.text-cyan-600\/core-opacity-30 {
  color: rgb(8 145 178 / 30%);
}
.text-cyan-600\/core-opacity-40 {
  color: rgb(8 145 178 / 40%);
}
.text-cyan-600\/core-opacity-50 {
  color: rgb(8 145 178 / 50%);
}
.text-cyan-600\/core-opacity-60 {
  color: rgb(8 145 178 / 60%);
}
.text-cyan-600\/core-opacity-70 {
  color: rgb(8 145 178 / 70%);
}
.text-cyan-600\/core-opacity-80 {
  color: rgb(8 145 178 / 80%);
}
.text-cyan-600\/core-opacity-90 {
  color: rgb(8 145 178 / 90%);
}
.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}
.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}
.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}
.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}
.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}
.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}
.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}
.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}
.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}
.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}
.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}
.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}
.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}
.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}
.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}
.text-cyan-700\/base-opacity-disabled {
  color: rgb(14 116 144 / 60%);
}
.text-cyan-700\/core-opacity-0 {
  color: rgb(14 116 144 / 0%);
}
.text-cyan-700\/core-opacity-10 {
  color: rgb(14 116 144 / 10%);
}
.text-cyan-700\/core-opacity-100 {
  color: rgb(14 116 144 / 100%);
}
.text-cyan-700\/core-opacity-20 {
  color: rgb(14 116 144 / 20%);
}
.text-cyan-700\/core-opacity-30 {
  color: rgb(14 116 144 / 30%);
}
.text-cyan-700\/core-opacity-40 {
  color: rgb(14 116 144 / 40%);
}
.text-cyan-700\/core-opacity-50 {
  color: rgb(14 116 144 / 50%);
}
.text-cyan-700\/core-opacity-60 {
  color: rgb(14 116 144 / 60%);
}
.text-cyan-700\/core-opacity-70 {
  color: rgb(14 116 144 / 70%);
}
.text-cyan-700\/core-opacity-80 {
  color: rgb(14 116 144 / 80%);
}
.text-cyan-700\/core-opacity-90 {
  color: rgb(14 116 144 / 90%);
}
.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}
.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}
.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}
.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}
.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}
.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}
.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}
.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}
.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}
.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}
.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}
.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}
.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}
.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}
.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}
.text-cyan-800\/base-opacity-disabled {
  color: rgb(21 94 117 / 60%);
}
.text-cyan-800\/core-opacity-0 {
  color: rgb(21 94 117 / 0%);
}
.text-cyan-800\/core-opacity-10 {
  color: rgb(21 94 117 / 10%);
}
.text-cyan-800\/core-opacity-100 {
  color: rgb(21 94 117 / 100%);
}
.text-cyan-800\/core-opacity-20 {
  color: rgb(21 94 117 / 20%);
}
.text-cyan-800\/core-opacity-30 {
  color: rgb(21 94 117 / 30%);
}
.text-cyan-800\/core-opacity-40 {
  color: rgb(21 94 117 / 40%);
}
.text-cyan-800\/core-opacity-50 {
  color: rgb(21 94 117 / 50%);
}
.text-cyan-800\/core-opacity-60 {
  color: rgb(21 94 117 / 60%);
}
.text-cyan-800\/core-opacity-70 {
  color: rgb(21 94 117 / 70%);
}
.text-cyan-800\/core-opacity-80 {
  color: rgb(21 94 117 / 80%);
}
.text-cyan-800\/core-opacity-90 {
  color: rgb(21 94 117 / 90%);
}
.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}
.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}
.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}
.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}
.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}
.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}
.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}
.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}
.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}
.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}
.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}
.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}
.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}
.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}
.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}
.text-cyan-900\/base-opacity-disabled {
  color: rgb(22 78 99 / 60%);
}
.text-cyan-900\/core-opacity-0 {
  color: rgb(22 78 99 / 0%);
}
.text-cyan-900\/core-opacity-10 {
  color: rgb(22 78 99 / 10%);
}
.text-cyan-900\/core-opacity-100 {
  color: rgb(22 78 99 / 100%);
}
.text-cyan-900\/core-opacity-20 {
  color: rgb(22 78 99 / 20%);
}
.text-cyan-900\/core-opacity-30 {
  color: rgb(22 78 99 / 30%);
}
.text-cyan-900\/core-opacity-40 {
  color: rgb(22 78 99 / 40%);
}
.text-cyan-900\/core-opacity-50 {
  color: rgb(22 78 99 / 50%);
}
.text-cyan-900\/core-opacity-60 {
  color: rgb(22 78 99 / 60%);
}
.text-cyan-900\/core-opacity-70 {
  color: rgb(22 78 99 / 70%);
}
.text-cyan-900\/core-opacity-80 {
  color: rgb(22 78 99 / 80%);
}
.text-cyan-900\/core-opacity-90 {
  color: rgb(22 78 99 / 90%);
}
.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}
.text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}
.text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}
.text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}
.text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}
.text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}
.text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}
.text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}
.text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}
.text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}
.text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}
.text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}
.text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}
.text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}
.text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}
.text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}
.text-cyan-950\/base-opacity-disabled {
  color: rgb(8 51 68 / 60%);
}
.text-cyan-950\/core-opacity-0 {
  color: rgb(8 51 68 / 0%);
}
.text-cyan-950\/core-opacity-10 {
  color: rgb(8 51 68 / 10%);
}
.text-cyan-950\/core-opacity-100 {
  color: rgb(8 51 68 / 100%);
}
.text-cyan-950\/core-opacity-20 {
  color: rgb(8 51 68 / 20%);
}
.text-cyan-950\/core-opacity-30 {
  color: rgb(8 51 68 / 30%);
}
.text-cyan-950\/core-opacity-40 {
  color: rgb(8 51 68 / 40%);
}
.text-cyan-950\/core-opacity-50 {
  color: rgb(8 51 68 / 50%);
}
.text-cyan-950\/core-opacity-60 {
  color: rgb(8 51 68 / 60%);
}
.text-cyan-950\/core-opacity-70 {
  color: rgb(8 51 68 / 70%);
}
.text-cyan-950\/core-opacity-80 {
  color: rgb(8 51 68 / 80%);
}
.text-cyan-950\/core-opacity-90 {
  color: rgb(8 51 68 / 90%);
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-danger-light {
  --tw-text-opacity: 1;
  color: rgb(245 86 86 / var(--tw-text-opacity));
}
.text-danger-light\/0 {
  color: rgb(245 86 86 / 0);
}
.text-danger-light\/10 {
  color: rgb(245 86 86 / 0.1);
}
.text-danger-light\/100 {
  color: rgb(245 86 86 / 1);
}
.text-danger-light\/20 {
  color: rgb(245 86 86 / 0.2);
}
.text-danger-light\/25 {
  color: rgb(245 86 86 / 0.25);
}
.text-danger-light\/30 {
  color: rgb(245 86 86 / 0.3);
}
.text-danger-light\/40 {
  color: rgb(245 86 86 / 0.4);
}
.text-danger-light\/5 {
  color: rgb(245 86 86 / 0.05);
}
.text-danger-light\/50 {
  color: rgb(245 86 86 / 0.5);
}
.text-danger-light\/60 {
  color: rgb(245 86 86 / 0.6);
}
.text-danger-light\/70 {
  color: rgb(245 86 86 / 0.7);
}
.text-danger-light\/75 {
  color: rgb(245 86 86 / 0.75);
}
.text-danger-light\/80 {
  color: rgb(245 86 86 / 0.8);
}
.text-danger-light\/90 {
  color: rgb(245 86 86 / 0.9);
}
.text-danger-light\/95 {
  color: rgb(245 86 86 / 0.95);
}
.text-danger-light\/base-opacity-disabled {
  color: rgb(245 86 86 / 60%);
}
.text-danger-light\/core-opacity-0 {
  color: rgb(245 86 86 / 0%);
}
.text-danger-light\/core-opacity-10 {
  color: rgb(245 86 86 / 10%);
}
.text-danger-light\/core-opacity-100 {
  color: rgb(245 86 86 / 100%);
}
.text-danger-light\/core-opacity-20 {
  color: rgb(245 86 86 / 20%);
}
.text-danger-light\/core-opacity-30 {
  color: rgb(245 86 86 / 30%);
}
.text-danger-light\/core-opacity-40 {
  color: rgb(245 86 86 / 40%);
}
.text-danger-light\/core-opacity-50 {
  color: rgb(245 86 86 / 50%);
}
.text-danger-light\/core-opacity-60 {
  color: rgb(245 86 86 / 60%);
}
.text-danger-light\/core-opacity-70 {
  color: rgb(245 86 86 / 70%);
}
.text-danger-light\/core-opacity-80 {
  color: rgb(245 86 86 / 80%);
}
.text-danger-light\/core-opacity-90 {
  color: rgb(245 86 86 / 90%);
}
.text-danger-lighter {
  --tw-text-opacity: 1;
  color: rgb(254 247 247 / var(--tw-text-opacity));
}
.text-danger-lighter\/0 {
  color: rgb(254 247 247 / 0);
}
.text-danger-lighter\/10 {
  color: rgb(254 247 247 / 0.1);
}
.text-danger-lighter\/100 {
  color: rgb(254 247 247 / 1);
}
.text-danger-lighter\/20 {
  color: rgb(254 247 247 / 0.2);
}
.text-danger-lighter\/25 {
  color: rgb(254 247 247 / 0.25);
}
.text-danger-lighter\/30 {
  color: rgb(254 247 247 / 0.3);
}
.text-danger-lighter\/40 {
  color: rgb(254 247 247 / 0.4);
}
.text-danger-lighter\/5 {
  color: rgb(254 247 247 / 0.05);
}
.text-danger-lighter\/50 {
  color: rgb(254 247 247 / 0.5);
}
.text-danger-lighter\/60 {
  color: rgb(254 247 247 / 0.6);
}
.text-danger-lighter\/70 {
  color: rgb(254 247 247 / 0.7);
}
.text-danger-lighter\/75 {
  color: rgb(254 247 247 / 0.75);
}
.text-danger-lighter\/80 {
  color: rgb(254 247 247 / 0.8);
}
.text-danger-lighter\/90 {
  color: rgb(254 247 247 / 0.9);
}
.text-danger-lighter\/95 {
  color: rgb(254 247 247 / 0.95);
}
.text-danger-lighter\/base-opacity-disabled {
  color: rgb(254 247 247 / 60%);
}
.text-danger-lighter\/core-opacity-0 {
  color: rgb(254 247 247 / 0%);
}
.text-danger-lighter\/core-opacity-10 {
  color: rgb(254 247 247 / 10%);
}
.text-danger-lighter\/core-opacity-100 {
  color: rgb(254 247 247 / 100%);
}
.text-danger-lighter\/core-opacity-20 {
  color: rgb(254 247 247 / 20%);
}
.text-danger-lighter\/core-opacity-30 {
  color: rgb(254 247 247 / 30%);
}
.text-danger-lighter\/core-opacity-40 {
  color: rgb(254 247 247 / 40%);
}
.text-danger-lighter\/core-opacity-50 {
  color: rgb(254 247 247 / 50%);
}
.text-danger-lighter\/core-opacity-60 {
  color: rgb(254 247 247 / 60%);
}
.text-danger-lighter\/core-opacity-70 {
  color: rgb(254 247 247 / 70%);
}
.text-danger-lighter\/core-opacity-80 {
  color: rgb(254 247 247 / 80%);
}
.text-danger-lighter\/core-opacity-90 {
  color: rgb(254 247 247 / 90%);
}
.text-danger\/0 {
  color: rgb(239 68 68 / 0);
}
.text-danger\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-danger\/100 {
  color: rgb(239 68 68 / 1);
}
.text-danger\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-danger\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-danger\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-danger\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-danger\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-danger\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-danger\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-danger\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-danger\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-danger\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-danger\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-danger\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-danger\/base-opacity-disabled {
  color: rgb(239 68 68 / 60%);
}
.text-danger\/core-opacity-0 {
  color: rgb(239 68 68 / 0%);
}
.text-danger\/core-opacity-10 {
  color: rgb(239 68 68 / 10%);
}
.text-danger\/core-opacity-100 {
  color: rgb(239 68 68 / 100%);
}
.text-danger\/core-opacity-20 {
  color: rgb(239 68 68 / 20%);
}
.text-danger\/core-opacity-30 {
  color: rgb(239 68 68 / 30%);
}
.text-danger\/core-opacity-40 {
  color: rgb(239 68 68 / 40%);
}
.text-danger\/core-opacity-50 {
  color: rgb(239 68 68 / 50%);
}
.text-danger\/core-opacity-60 {
  color: rgb(239 68 68 / 60%);
}
.text-danger\/core-opacity-70 {
  color: rgb(239 68 68 / 70%);
}
.text-danger\/core-opacity-80 {
  color: rgb(239 68 68 / 80%);
}
.text-danger\/core-opacity-90 {
  color: rgb(239 68 68 / 90%);
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}
.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}
.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}
.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}
.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}
.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}
.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}
.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}
.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}
.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}
.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}
.text-emerald-100\/base-opacity-disabled {
  color: rgb(209 250 229 / 60%);
}
.text-emerald-100\/core-opacity-0 {
  color: rgb(209 250 229 / 0%);
}
.text-emerald-100\/core-opacity-10 {
  color: rgb(209 250 229 / 10%);
}
.text-emerald-100\/core-opacity-100 {
  color: rgb(209 250 229 / 100%);
}
.text-emerald-100\/core-opacity-20 {
  color: rgb(209 250 229 / 20%);
}
.text-emerald-100\/core-opacity-30 {
  color: rgb(209 250 229 / 30%);
}
.text-emerald-100\/core-opacity-40 {
  color: rgb(209 250 229 / 40%);
}
.text-emerald-100\/core-opacity-50 {
  color: rgb(209 250 229 / 50%);
}
.text-emerald-100\/core-opacity-60 {
  color: rgb(209 250 229 / 60%);
}
.text-emerald-100\/core-opacity-70 {
  color: rgb(209 250 229 / 70%);
}
.text-emerald-100\/core-opacity-80 {
  color: rgb(209 250 229 / 80%);
}
.text-emerald-100\/core-opacity-90 {
  color: rgb(209 250 229 / 90%);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}
.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}
.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}
.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}
.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}
.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}
.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}
.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}
.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}
.text-emerald-200\/base-opacity-disabled {
  color: rgb(167 243 208 / 60%);
}
.text-emerald-200\/core-opacity-0 {
  color: rgb(167 243 208 / 0%);
}
.text-emerald-200\/core-opacity-10 {
  color: rgb(167 243 208 / 10%);
}
.text-emerald-200\/core-opacity-100 {
  color: rgb(167 243 208 / 100%);
}
.text-emerald-200\/core-opacity-20 {
  color: rgb(167 243 208 / 20%);
}
.text-emerald-200\/core-opacity-30 {
  color: rgb(167 243 208 / 30%);
}
.text-emerald-200\/core-opacity-40 {
  color: rgb(167 243 208 / 40%);
}
.text-emerald-200\/core-opacity-50 {
  color: rgb(167 243 208 / 50%);
}
.text-emerald-200\/core-opacity-60 {
  color: rgb(167 243 208 / 60%);
}
.text-emerald-200\/core-opacity-70 {
  color: rgb(167 243 208 / 70%);
}
.text-emerald-200\/core-opacity-80 {
  color: rgb(167 243 208 / 80%);
}
.text-emerald-200\/core-opacity-90 {
  color: rgb(167 243 208 / 90%);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}
.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}
.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}
.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}
.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}
.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}
.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}
.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}
.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-emerald-300\/base-opacity-disabled {
  color: rgb(110 231 183 / 60%);
}
.text-emerald-300\/core-opacity-0 {
  color: rgb(110 231 183 / 0%);
}
.text-emerald-300\/core-opacity-10 {
  color: rgb(110 231 183 / 10%);
}
.text-emerald-300\/core-opacity-100 {
  color: rgb(110 231 183 / 100%);
}
.text-emerald-300\/core-opacity-20 {
  color: rgb(110 231 183 / 20%);
}
.text-emerald-300\/core-opacity-30 {
  color: rgb(110 231 183 / 30%);
}
.text-emerald-300\/core-opacity-40 {
  color: rgb(110 231 183 / 40%);
}
.text-emerald-300\/core-opacity-50 {
  color: rgb(110 231 183 / 50%);
}
.text-emerald-300\/core-opacity-60 {
  color: rgb(110 231 183 / 60%);
}
.text-emerald-300\/core-opacity-70 {
  color: rgb(110 231 183 / 70%);
}
.text-emerald-300\/core-opacity-80 {
  color: rgb(110 231 183 / 80%);
}
.text-emerald-300\/core-opacity-90 {
  color: rgb(110 231 183 / 90%);
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}
.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}
.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-emerald-400\/base-opacity-disabled {
  color: rgb(52 211 153 / 60%);
}
.text-emerald-400\/core-opacity-0 {
  color: rgb(52 211 153 / 0%);
}
.text-emerald-400\/core-opacity-10 {
  color: rgb(52 211 153 / 10%);
}
.text-emerald-400\/core-opacity-100 {
  color: rgb(52 211 153 / 100%);
}
.text-emerald-400\/core-opacity-20 {
  color: rgb(52 211 153 / 20%);
}
.text-emerald-400\/core-opacity-30 {
  color: rgb(52 211 153 / 30%);
}
.text-emerald-400\/core-opacity-40 {
  color: rgb(52 211 153 / 40%);
}
.text-emerald-400\/core-opacity-50 {
  color: rgb(52 211 153 / 50%);
}
.text-emerald-400\/core-opacity-60 {
  color: rgb(52 211 153 / 60%);
}
.text-emerald-400\/core-opacity-70 {
  color: rgb(52 211 153 / 70%);
}
.text-emerald-400\/core-opacity-80 {
  color: rgb(52 211 153 / 80%);
}
.text-emerald-400\/core-opacity-90 {
  color: rgb(52 211 153 / 90%);
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}
.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}
.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-emerald-50\/base-opacity-disabled {
  color: rgb(236 253 245 / 60%);
}
.text-emerald-50\/core-opacity-0 {
  color: rgb(236 253 245 / 0%);
}
.text-emerald-50\/core-opacity-10 {
  color: rgb(236 253 245 / 10%);
}
.text-emerald-50\/core-opacity-100 {
  color: rgb(236 253 245 / 100%);
}
.text-emerald-50\/core-opacity-20 {
  color: rgb(236 253 245 / 20%);
}
.text-emerald-50\/core-opacity-30 {
  color: rgb(236 253 245 / 30%);
}
.text-emerald-50\/core-opacity-40 {
  color: rgb(236 253 245 / 40%);
}
.text-emerald-50\/core-opacity-50 {
  color: rgb(236 253 245 / 50%);
}
.text-emerald-50\/core-opacity-60 {
  color: rgb(236 253 245 / 60%);
}
.text-emerald-50\/core-opacity-70 {
  color: rgb(236 253 245 / 70%);
}
.text-emerald-50\/core-opacity-80 {
  color: rgb(236 253 245 / 80%);
}
.text-emerald-50\/core-opacity-90 {
  color: rgb(236 253 245 / 90%);
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}
.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}
.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-emerald-500\/base-opacity-disabled {
  color: rgb(16 185 129 / 60%);
}
.text-emerald-500\/core-opacity-0 {
  color: rgb(16 185 129 / 0%);
}
.text-emerald-500\/core-opacity-10 {
  color: rgb(16 185 129 / 10%);
}
.text-emerald-500\/core-opacity-100 {
  color: rgb(16 185 129 / 100%);
}
.text-emerald-500\/core-opacity-20 {
  color: rgb(16 185 129 / 20%);
}
.text-emerald-500\/core-opacity-30 {
  color: rgb(16 185 129 / 30%);
}
.text-emerald-500\/core-opacity-40 {
  color: rgb(16 185 129 / 40%);
}
.text-emerald-500\/core-opacity-50 {
  color: rgb(16 185 129 / 50%);
}
.text-emerald-500\/core-opacity-60 {
  color: rgb(16 185 129 / 60%);
}
.text-emerald-500\/core-opacity-70 {
  color: rgb(16 185 129 / 70%);
}
.text-emerald-500\/core-opacity-80 {
  color: rgb(16 185 129 / 80%);
}
.text-emerald-500\/core-opacity-90 {
  color: rgb(16 185 129 / 90%);
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}
.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}
.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.text-emerald-600\/base-opacity-disabled {
  color: rgb(5 150 105 / 60%);
}
.text-emerald-600\/core-opacity-0 {
  color: rgb(5 150 105 / 0%);
}
.text-emerald-600\/core-opacity-10 {
  color: rgb(5 150 105 / 10%);
}
.text-emerald-600\/core-opacity-100 {
  color: rgb(5 150 105 / 100%);
}
.text-emerald-600\/core-opacity-20 {
  color: rgb(5 150 105 / 20%);
}
.text-emerald-600\/core-opacity-30 {
  color: rgb(5 150 105 / 30%);
}
.text-emerald-600\/core-opacity-40 {
  color: rgb(5 150 105 / 40%);
}
.text-emerald-600\/core-opacity-50 {
  color: rgb(5 150 105 / 50%);
}
.text-emerald-600\/core-opacity-60 {
  color: rgb(5 150 105 / 60%);
}
.text-emerald-600\/core-opacity-70 {
  color: rgb(5 150 105 / 70%);
}
.text-emerald-600\/core-opacity-80 {
  color: rgb(5 150 105 / 80%);
}
.text-emerald-600\/core-opacity-90 {
  color: rgb(5 150 105 / 90%);
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}
.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}
.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}
.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}
.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}
.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}
.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}
.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}
.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}
.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}
.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}
.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}
.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}
.text-emerald-700\/base-opacity-disabled {
  color: rgb(4 120 87 / 60%);
}
.text-emerald-700\/core-opacity-0 {
  color: rgb(4 120 87 / 0%);
}
.text-emerald-700\/core-opacity-10 {
  color: rgb(4 120 87 / 10%);
}
.text-emerald-700\/core-opacity-100 {
  color: rgb(4 120 87 / 100%);
}
.text-emerald-700\/core-opacity-20 {
  color: rgb(4 120 87 / 20%);
}
.text-emerald-700\/core-opacity-30 {
  color: rgb(4 120 87 / 30%);
}
.text-emerald-700\/core-opacity-40 {
  color: rgb(4 120 87 / 40%);
}
.text-emerald-700\/core-opacity-50 {
  color: rgb(4 120 87 / 50%);
}
.text-emerald-700\/core-opacity-60 {
  color: rgb(4 120 87 / 60%);
}
.text-emerald-700\/core-opacity-70 {
  color: rgb(4 120 87 / 70%);
}
.text-emerald-700\/core-opacity-80 {
  color: rgb(4 120 87 / 80%);
}
.text-emerald-700\/core-opacity-90 {
  color: rgb(4 120 87 / 90%);
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}
.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}
.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}
.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}
.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}
.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}
.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}
.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}
.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}
.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}
.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}
.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.text-emerald-800\/base-opacity-disabled {
  color: rgb(6 95 70 / 60%);
}
.text-emerald-800\/core-opacity-0 {
  color: rgb(6 95 70 / 0%);
}
.text-emerald-800\/core-opacity-10 {
  color: rgb(6 95 70 / 10%);
}
.text-emerald-800\/core-opacity-100 {
  color: rgb(6 95 70 / 100%);
}
.text-emerald-800\/core-opacity-20 {
  color: rgb(6 95 70 / 20%);
}
.text-emerald-800\/core-opacity-30 {
  color: rgb(6 95 70 / 30%);
}
.text-emerald-800\/core-opacity-40 {
  color: rgb(6 95 70 / 40%);
}
.text-emerald-800\/core-opacity-50 {
  color: rgb(6 95 70 / 50%);
}
.text-emerald-800\/core-opacity-60 {
  color: rgb(6 95 70 / 60%);
}
.text-emerald-800\/core-opacity-70 {
  color: rgb(6 95 70 / 70%);
}
.text-emerald-800\/core-opacity-80 {
  color: rgb(6 95 70 / 80%);
}
.text-emerald-800\/core-opacity-90 {
  color: rgb(6 95 70 / 90%);
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}
.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}
.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.text-emerald-900\/base-opacity-disabled {
  color: rgb(6 78 59 / 60%);
}
.text-emerald-900\/core-opacity-0 {
  color: rgb(6 78 59 / 0%);
}
.text-emerald-900\/core-opacity-10 {
  color: rgb(6 78 59 / 10%);
}
.text-emerald-900\/core-opacity-100 {
  color: rgb(6 78 59 / 100%);
}
.text-emerald-900\/core-opacity-20 {
  color: rgb(6 78 59 / 20%);
}
.text-emerald-900\/core-opacity-30 {
  color: rgb(6 78 59 / 30%);
}
.text-emerald-900\/core-opacity-40 {
  color: rgb(6 78 59 / 40%);
}
.text-emerald-900\/core-opacity-50 {
  color: rgb(6 78 59 / 50%);
}
.text-emerald-900\/core-opacity-60 {
  color: rgb(6 78 59 / 60%);
}
.text-emerald-900\/core-opacity-70 {
  color: rgb(6 78 59 / 70%);
}
.text-emerald-900\/core-opacity-80 {
  color: rgb(6 78 59 / 80%);
}
.text-emerald-900\/core-opacity-90 {
  color: rgb(6 78 59 / 90%);
}
.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
.text-emerald-950\/0 {
  color: rgb(2 44 34 / 0);
}
.text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1);
}
.text-emerald-950\/100 {
  color: rgb(2 44 34 / 1);
}
.text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2);
}
.text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25);
}
.text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3);
}
.text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4);
}
.text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05);
}
.text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5);
}
.text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6);
}
.text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7);
}
.text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75);
}
.text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8);
}
.text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9);
}
.text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95);
}
.text-emerald-950\/base-opacity-disabled {
  color: rgb(2 44 34 / 60%);
}
.text-emerald-950\/core-opacity-0 {
  color: rgb(2 44 34 / 0%);
}
.text-emerald-950\/core-opacity-10 {
  color: rgb(2 44 34 / 10%);
}
.text-emerald-950\/core-opacity-100 {
  color: rgb(2 44 34 / 100%);
}
.text-emerald-950\/core-opacity-20 {
  color: rgb(2 44 34 / 20%);
}
.text-emerald-950\/core-opacity-30 {
  color: rgb(2 44 34 / 30%);
}
.text-emerald-950\/core-opacity-40 {
  color: rgb(2 44 34 / 40%);
}
.text-emerald-950\/core-opacity-50 {
  color: rgb(2 44 34 / 50%);
}
.text-emerald-950\/core-opacity-60 {
  color: rgb(2 44 34 / 60%);
}
.text-emerald-950\/core-opacity-70 {
  color: rgb(2 44 34 / 70%);
}
.text-emerald-950\/core-opacity-80 {
  color: rgb(2 44 34 / 80%);
}
.text-emerald-950\/core-opacity-90 {
  color: rgb(2 44 34 / 90%);
}
.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}
.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}
.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}
.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}
.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}
.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}
.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}
.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}
.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}
.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}
.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}
.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}
.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}
.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}
.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}
.text-fuchsia-100\/base-opacity-disabled {
  color: rgb(250 232 255 / 60%);
}
.text-fuchsia-100\/core-opacity-0 {
  color: rgb(250 232 255 / 0%);
}
.text-fuchsia-100\/core-opacity-10 {
  color: rgb(250 232 255 / 10%);
}
.text-fuchsia-100\/core-opacity-100 {
  color: rgb(250 232 255 / 100%);
}
.text-fuchsia-100\/core-opacity-20 {
  color: rgb(250 232 255 / 20%);
}
.text-fuchsia-100\/core-opacity-30 {
  color: rgb(250 232 255 / 30%);
}
.text-fuchsia-100\/core-opacity-40 {
  color: rgb(250 232 255 / 40%);
}
.text-fuchsia-100\/core-opacity-50 {
  color: rgb(250 232 255 / 50%);
}
.text-fuchsia-100\/core-opacity-60 {
  color: rgb(250 232 255 / 60%);
}
.text-fuchsia-100\/core-opacity-70 {
  color: rgb(250 232 255 / 70%);
}
.text-fuchsia-100\/core-opacity-80 {
  color: rgb(250 232 255 / 80%);
}
.text-fuchsia-100\/core-opacity-90 {
  color: rgb(250 232 255 / 90%);
}
.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}
.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}
.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}
.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}
.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}
.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}
.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}
.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}
.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}
.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}
.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}
.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}
.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}
.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}
.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}
.text-fuchsia-200\/base-opacity-disabled {
  color: rgb(245 208 254 / 60%);
}
.text-fuchsia-200\/core-opacity-0 {
  color: rgb(245 208 254 / 0%);
}
.text-fuchsia-200\/core-opacity-10 {
  color: rgb(245 208 254 / 10%);
}
.text-fuchsia-200\/core-opacity-100 {
  color: rgb(245 208 254 / 100%);
}
.text-fuchsia-200\/core-opacity-20 {
  color: rgb(245 208 254 / 20%);
}
.text-fuchsia-200\/core-opacity-30 {
  color: rgb(245 208 254 / 30%);
}
.text-fuchsia-200\/core-opacity-40 {
  color: rgb(245 208 254 / 40%);
}
.text-fuchsia-200\/core-opacity-50 {
  color: rgb(245 208 254 / 50%);
}
.text-fuchsia-200\/core-opacity-60 {
  color: rgb(245 208 254 / 60%);
}
.text-fuchsia-200\/core-opacity-70 {
  color: rgb(245 208 254 / 70%);
}
.text-fuchsia-200\/core-opacity-80 {
  color: rgb(245 208 254 / 80%);
}
.text-fuchsia-200\/core-opacity-90 {
  color: rgb(245 208 254 / 90%);
}
.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}
.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}
.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}
.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}
.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}
.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}
.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}
.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}
.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}
.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}
.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}
.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}
.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}
.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}
.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}
.text-fuchsia-300\/base-opacity-disabled {
  color: rgb(240 171 252 / 60%);
}
.text-fuchsia-300\/core-opacity-0 {
  color: rgb(240 171 252 / 0%);
}
.text-fuchsia-300\/core-opacity-10 {
  color: rgb(240 171 252 / 10%);
}
.text-fuchsia-300\/core-opacity-100 {
  color: rgb(240 171 252 / 100%);
}
.text-fuchsia-300\/core-opacity-20 {
  color: rgb(240 171 252 / 20%);
}
.text-fuchsia-300\/core-opacity-30 {
  color: rgb(240 171 252 / 30%);
}
.text-fuchsia-300\/core-opacity-40 {
  color: rgb(240 171 252 / 40%);
}
.text-fuchsia-300\/core-opacity-50 {
  color: rgb(240 171 252 / 50%);
}
.text-fuchsia-300\/core-opacity-60 {
  color: rgb(240 171 252 / 60%);
}
.text-fuchsia-300\/core-opacity-70 {
  color: rgb(240 171 252 / 70%);
}
.text-fuchsia-300\/core-opacity-80 {
  color: rgb(240 171 252 / 80%);
}
.text-fuchsia-300\/core-opacity-90 {
  color: rgb(240 171 252 / 90%);
}
.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}
.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}
.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}
.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}
.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}
.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}
.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}
.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}
.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}
.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}
.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}
.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}
.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}
.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}
.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}
.text-fuchsia-400\/base-opacity-disabled {
  color: rgb(232 121 249 / 60%);
}
.text-fuchsia-400\/core-opacity-0 {
  color: rgb(232 121 249 / 0%);
}
.text-fuchsia-400\/core-opacity-10 {
  color: rgb(232 121 249 / 10%);
}
.text-fuchsia-400\/core-opacity-100 {
  color: rgb(232 121 249 / 100%);
}
.text-fuchsia-400\/core-opacity-20 {
  color: rgb(232 121 249 / 20%);
}
.text-fuchsia-400\/core-opacity-30 {
  color: rgb(232 121 249 / 30%);
}
.text-fuchsia-400\/core-opacity-40 {
  color: rgb(232 121 249 / 40%);
}
.text-fuchsia-400\/core-opacity-50 {
  color: rgb(232 121 249 / 50%);
}
.text-fuchsia-400\/core-opacity-60 {
  color: rgb(232 121 249 / 60%);
}
.text-fuchsia-400\/core-opacity-70 {
  color: rgb(232 121 249 / 70%);
}
.text-fuchsia-400\/core-opacity-80 {
  color: rgb(232 121 249 / 80%);
}
.text-fuchsia-400\/core-opacity-90 {
  color: rgb(232 121 249 / 90%);
}
.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}
.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}
.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}
.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}
.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}
.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}
.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}
.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}
.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}
.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}
.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}
.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}
.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}
.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}
.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}
.text-fuchsia-50\/base-opacity-disabled {
  color: rgb(253 244 255 / 60%);
}
.text-fuchsia-50\/core-opacity-0 {
  color: rgb(253 244 255 / 0%);
}
.text-fuchsia-50\/core-opacity-10 {
  color: rgb(253 244 255 / 10%);
}
.text-fuchsia-50\/core-opacity-100 {
  color: rgb(253 244 255 / 100%);
}
.text-fuchsia-50\/core-opacity-20 {
  color: rgb(253 244 255 / 20%);
}
.text-fuchsia-50\/core-opacity-30 {
  color: rgb(253 244 255 / 30%);
}
.text-fuchsia-50\/core-opacity-40 {
  color: rgb(253 244 255 / 40%);
}
.text-fuchsia-50\/core-opacity-50 {
  color: rgb(253 244 255 / 50%);
}
.text-fuchsia-50\/core-opacity-60 {
  color: rgb(253 244 255 / 60%);
}
.text-fuchsia-50\/core-opacity-70 {
  color: rgb(253 244 255 / 70%);
}
.text-fuchsia-50\/core-opacity-80 {
  color: rgb(253 244 255 / 80%);
}
.text-fuchsia-50\/core-opacity-90 {
  color: rgb(253 244 255 / 90%);
}
.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}
.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}
.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}
.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}
.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}
.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}
.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}
.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}
.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}
.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}
.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}
.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}
.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}
.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}
.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}
.text-fuchsia-500\/base-opacity-disabled {
  color: rgb(217 70 239 / 60%);
}
.text-fuchsia-500\/core-opacity-0 {
  color: rgb(217 70 239 / 0%);
}
.text-fuchsia-500\/core-opacity-10 {
  color: rgb(217 70 239 / 10%);
}
.text-fuchsia-500\/core-opacity-100 {
  color: rgb(217 70 239 / 100%);
}
.text-fuchsia-500\/core-opacity-20 {
  color: rgb(217 70 239 / 20%);
}
.text-fuchsia-500\/core-opacity-30 {
  color: rgb(217 70 239 / 30%);
}
.text-fuchsia-500\/core-opacity-40 {
  color: rgb(217 70 239 / 40%);
}
.text-fuchsia-500\/core-opacity-50 {
  color: rgb(217 70 239 / 50%);
}
.text-fuchsia-500\/core-opacity-60 {
  color: rgb(217 70 239 / 60%);
}
.text-fuchsia-500\/core-opacity-70 {
  color: rgb(217 70 239 / 70%);
}
.text-fuchsia-500\/core-opacity-80 {
  color: rgb(217 70 239 / 80%);
}
.text-fuchsia-500\/core-opacity-90 {
  color: rgb(217 70 239 / 90%);
}
.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}
.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}
.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}
.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}
.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}
.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}
.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}
.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}
.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}
.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}
.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}
.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}
.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}
.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}
.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}
.text-fuchsia-600\/base-opacity-disabled {
  color: rgb(192 38 211 / 60%);
}
.text-fuchsia-600\/core-opacity-0 {
  color: rgb(192 38 211 / 0%);
}
.text-fuchsia-600\/core-opacity-10 {
  color: rgb(192 38 211 / 10%);
}
.text-fuchsia-600\/core-opacity-100 {
  color: rgb(192 38 211 / 100%);
}
.text-fuchsia-600\/core-opacity-20 {
  color: rgb(192 38 211 / 20%);
}
.text-fuchsia-600\/core-opacity-30 {
  color: rgb(192 38 211 / 30%);
}
.text-fuchsia-600\/core-opacity-40 {
  color: rgb(192 38 211 / 40%);
}
.text-fuchsia-600\/core-opacity-50 {
  color: rgb(192 38 211 / 50%);
}
.text-fuchsia-600\/core-opacity-60 {
  color: rgb(192 38 211 / 60%);
}
.text-fuchsia-600\/core-opacity-70 {
  color: rgb(192 38 211 / 70%);
}
.text-fuchsia-600\/core-opacity-80 {
  color: rgb(192 38 211 / 80%);
}
.text-fuchsia-600\/core-opacity-90 {
  color: rgb(192 38 211 / 90%);
}
.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}
.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}
.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}
.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}
.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}
.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}
.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}
.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}
.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}
.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}
.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}
.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}
.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}
.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}
.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}
.text-fuchsia-700\/base-opacity-disabled {
  color: rgb(162 28 175 / 60%);
}
.text-fuchsia-700\/core-opacity-0 {
  color: rgb(162 28 175 / 0%);
}
.text-fuchsia-700\/core-opacity-10 {
  color: rgb(162 28 175 / 10%);
}
.text-fuchsia-700\/core-opacity-100 {
  color: rgb(162 28 175 / 100%);
}
.text-fuchsia-700\/core-opacity-20 {
  color: rgb(162 28 175 / 20%);
}
.text-fuchsia-700\/core-opacity-30 {
  color: rgb(162 28 175 / 30%);
}
.text-fuchsia-700\/core-opacity-40 {
  color: rgb(162 28 175 / 40%);
}
.text-fuchsia-700\/core-opacity-50 {
  color: rgb(162 28 175 / 50%);
}
.text-fuchsia-700\/core-opacity-60 {
  color: rgb(162 28 175 / 60%);
}
.text-fuchsia-700\/core-opacity-70 {
  color: rgb(162 28 175 / 70%);
}
.text-fuchsia-700\/core-opacity-80 {
  color: rgb(162 28 175 / 80%);
}
.text-fuchsia-700\/core-opacity-90 {
  color: rgb(162 28 175 / 90%);
}
.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}
.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}
.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}
.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}
.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}
.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}
.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}
.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}
.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}
.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}
.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}
.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}
.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}
.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}
.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}
.text-fuchsia-800\/base-opacity-disabled {
  color: rgb(134 25 143 / 60%);
}
.text-fuchsia-800\/core-opacity-0 {
  color: rgb(134 25 143 / 0%);
}
.text-fuchsia-800\/core-opacity-10 {
  color: rgb(134 25 143 / 10%);
}
.text-fuchsia-800\/core-opacity-100 {
  color: rgb(134 25 143 / 100%);
}
.text-fuchsia-800\/core-opacity-20 {
  color: rgb(134 25 143 / 20%);
}
.text-fuchsia-800\/core-opacity-30 {
  color: rgb(134 25 143 / 30%);
}
.text-fuchsia-800\/core-opacity-40 {
  color: rgb(134 25 143 / 40%);
}
.text-fuchsia-800\/core-opacity-50 {
  color: rgb(134 25 143 / 50%);
}
.text-fuchsia-800\/core-opacity-60 {
  color: rgb(134 25 143 / 60%);
}
.text-fuchsia-800\/core-opacity-70 {
  color: rgb(134 25 143 / 70%);
}
.text-fuchsia-800\/core-opacity-80 {
  color: rgb(134 25 143 / 80%);
}
.text-fuchsia-800\/core-opacity-90 {
  color: rgb(134 25 143 / 90%);
}
.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}
.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}
.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}
.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}
.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}
.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}
.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}
.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}
.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}
.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}
.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}
.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}
.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}
.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}
.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}
.text-fuchsia-900\/base-opacity-disabled {
  color: rgb(112 26 117 / 60%);
}
.text-fuchsia-900\/core-opacity-0 {
  color: rgb(112 26 117 / 0%);
}
.text-fuchsia-900\/core-opacity-10 {
  color: rgb(112 26 117 / 10%);
}
.text-fuchsia-900\/core-opacity-100 {
  color: rgb(112 26 117 / 100%);
}
.text-fuchsia-900\/core-opacity-20 {
  color: rgb(112 26 117 / 20%);
}
.text-fuchsia-900\/core-opacity-30 {
  color: rgb(112 26 117 / 30%);
}
.text-fuchsia-900\/core-opacity-40 {
  color: rgb(112 26 117 / 40%);
}
.text-fuchsia-900\/core-opacity-50 {
  color: rgb(112 26 117 / 50%);
}
.text-fuchsia-900\/core-opacity-60 {
  color: rgb(112 26 117 / 60%);
}
.text-fuchsia-900\/core-opacity-70 {
  color: rgb(112 26 117 / 70%);
}
.text-fuchsia-900\/core-opacity-80 {
  color: rgb(112 26 117 / 80%);
}
.text-fuchsia-900\/core-opacity-90 {
  color: rgb(112 26 117 / 90%);
}
.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}
.text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}
.text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}
.text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}
.text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}
.text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}
.text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}
.text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}
.text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}
.text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}
.text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}
.text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}
.text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}
.text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}
.text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}
.text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}
.text-fuchsia-950\/base-opacity-disabled {
  color: rgb(74 4 78 / 60%);
}
.text-fuchsia-950\/core-opacity-0 {
  color: rgb(74 4 78 / 0%);
}
.text-fuchsia-950\/core-opacity-10 {
  color: rgb(74 4 78 / 10%);
}
.text-fuchsia-950\/core-opacity-100 {
  color: rgb(74 4 78 / 100%);
}
.text-fuchsia-950\/core-opacity-20 {
  color: rgb(74 4 78 / 20%);
}
.text-fuchsia-950\/core-opacity-30 {
  color: rgb(74 4 78 / 30%);
}
.text-fuchsia-950\/core-opacity-40 {
  color: rgb(74 4 78 / 40%);
}
.text-fuchsia-950\/core-opacity-50 {
  color: rgb(74 4 78 / 50%);
}
.text-fuchsia-950\/core-opacity-60 {
  color: rgb(74 4 78 / 60%);
}
.text-fuchsia-950\/core-opacity-70 {
  color: rgb(74 4 78 / 70%);
}
.text-fuchsia-950\/core-opacity-80 {
  color: rgb(74 4 78 / 80%);
}
.text-fuchsia-950\/core-opacity-90 {
  color: rgb(74 4 78 / 90%);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-gray-100\/base-opacity-disabled {
  color: rgb(243 244 246 / 60%);
}
.text-gray-100\/core-opacity-0 {
  color: rgb(243 244 246 / 0%);
}
.text-gray-100\/core-opacity-10 {
  color: rgb(243 244 246 / 10%);
}
.text-gray-100\/core-opacity-100 {
  color: rgb(243 244 246 / 100%);
}
.text-gray-100\/core-opacity-20 {
  color: rgb(243 244 246 / 20%);
}
.text-gray-100\/core-opacity-30 {
  color: rgb(243 244 246 / 30%);
}
.text-gray-100\/core-opacity-40 {
  color: rgb(243 244 246 / 40%);
}
.text-gray-100\/core-opacity-50 {
  color: rgb(243 244 246 / 50%);
}
.text-gray-100\/core-opacity-60 {
  color: rgb(243 244 246 / 60%);
}
.text-gray-100\/core-opacity-70 {
  color: rgb(243 244 246 / 70%);
}
.text-gray-100\/core-opacity-80 {
  color: rgb(243 244 246 / 80%);
}
.text-gray-100\/core-opacity-90 {
  color: rgb(243 244 246 / 90%);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-gray-200\/base-opacity-disabled {
  color: rgb(229 231 235 / 60%);
}
.text-gray-200\/core-opacity-0 {
  color: rgb(229 231 235 / 0%);
}
.text-gray-200\/core-opacity-10 {
  color: rgb(229 231 235 / 10%);
}
.text-gray-200\/core-opacity-100 {
  color: rgb(229 231 235 / 100%);
}
.text-gray-200\/core-opacity-20 {
  color: rgb(229 231 235 / 20%);
}
.text-gray-200\/core-opacity-30 {
  color: rgb(229 231 235 / 30%);
}
.text-gray-200\/core-opacity-40 {
  color: rgb(229 231 235 / 40%);
}
.text-gray-200\/core-opacity-50 {
  color: rgb(229 231 235 / 50%);
}
.text-gray-200\/core-opacity-60 {
  color: rgb(229 231 235 / 60%);
}
.text-gray-200\/core-opacity-70 {
  color: rgb(229 231 235 / 70%);
}
.text-gray-200\/core-opacity-80 {
  color: rgb(229 231 235 / 80%);
}
.text-gray-200\/core-opacity-90 {
  color: rgb(229 231 235 / 90%);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-gray-300\/base-opacity-disabled {
  color: rgb(209 213 219 / 60%);
}
.text-gray-300\/core-opacity-0 {
  color: rgb(209 213 219 / 0%);
}
.text-gray-300\/core-opacity-10 {
  color: rgb(209 213 219 / 10%);
}
.text-gray-300\/core-opacity-100 {
  color: rgb(209 213 219 / 100%);
}
.text-gray-300\/core-opacity-20 {
  color: rgb(209 213 219 / 20%);
}
.text-gray-300\/core-opacity-30 {
  color: rgb(209 213 219 / 30%);
}
.text-gray-300\/core-opacity-40 {
  color: rgb(209 213 219 / 40%);
}
.text-gray-300\/core-opacity-50 {
  color: rgb(209 213 219 / 50%);
}
.text-gray-300\/core-opacity-60 {
  color: rgb(209 213 219 / 60%);
}
.text-gray-300\/core-opacity-70 {
  color: rgb(209 213 219 / 70%);
}
.text-gray-300\/core-opacity-80 {
  color: rgb(209 213 219 / 80%);
}
.text-gray-300\/core-opacity-90 {
  color: rgb(209 213 219 / 90%);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-gray-400\/base-opacity-disabled {
  color: rgb(156 163 175 / 60%);
}
.text-gray-400\/core-opacity-0 {
  color: rgb(156 163 175 / 0%);
}
.text-gray-400\/core-opacity-10 {
  color: rgb(156 163 175 / 10%);
}
.text-gray-400\/core-opacity-100 {
  color: rgb(156 163 175 / 100%);
}
.text-gray-400\/core-opacity-20 {
  color: rgb(156 163 175 / 20%);
}
.text-gray-400\/core-opacity-30 {
  color: rgb(156 163 175 / 30%);
}
.text-gray-400\/core-opacity-40 {
  color: rgb(156 163 175 / 40%);
}
.text-gray-400\/core-opacity-50 {
  color: rgb(156 163 175 / 50%);
}
.text-gray-400\/core-opacity-60 {
  color: rgb(156 163 175 / 60%);
}
.text-gray-400\/core-opacity-70 {
  color: rgb(156 163 175 / 70%);
}
.text-gray-400\/core-opacity-80 {
  color: rgb(156 163 175 / 80%);
}
.text-gray-400\/core-opacity-90 {
  color: rgb(156 163 175 / 90%);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-gray-50\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-gray-50\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-gray-50\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-gray-50\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-gray-50\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-gray-50\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-gray-50\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-gray-50\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-gray-50\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-gray-50\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-gray-50\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-gray-50\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-gray-500\/base-opacity-disabled {
  color: rgb(107 114 128 / 60%);
}
.text-gray-500\/core-opacity-0 {
  color: rgb(107 114 128 / 0%);
}
.text-gray-500\/core-opacity-10 {
  color: rgb(107 114 128 / 10%);
}
.text-gray-500\/core-opacity-100 {
  color: rgb(107 114 128 / 100%);
}
.text-gray-500\/core-opacity-20 {
  color: rgb(107 114 128 / 20%);
}
.text-gray-500\/core-opacity-30 {
  color: rgb(107 114 128 / 30%);
}
.text-gray-500\/core-opacity-40 {
  color: rgb(107 114 128 / 40%);
}
.text-gray-500\/core-opacity-50 {
  color: rgb(107 114 128 / 50%);
}
.text-gray-500\/core-opacity-60 {
  color: rgb(107 114 128 / 60%);
}
.text-gray-500\/core-opacity-70 {
  color: rgb(107 114 128 / 70%);
}
.text-gray-500\/core-opacity-80 {
  color: rgb(107 114 128 / 80%);
}
.text-gray-500\/core-opacity-90 {
  color: rgb(107 114 128 / 90%);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-gray-600\/base-opacity-disabled {
  color: rgb(75 85 99 / 60%);
}
.text-gray-600\/core-opacity-0 {
  color: rgb(75 85 99 / 0%);
}
.text-gray-600\/core-opacity-10 {
  color: rgb(75 85 99 / 10%);
}
.text-gray-600\/core-opacity-100 {
  color: rgb(75 85 99 / 100%);
}
.text-gray-600\/core-opacity-20 {
  color: rgb(75 85 99 / 20%);
}
.text-gray-600\/core-opacity-30 {
  color: rgb(75 85 99 / 30%);
}
.text-gray-600\/core-opacity-40 {
  color: rgb(75 85 99 / 40%);
}
.text-gray-600\/core-opacity-50 {
  color: rgb(75 85 99 / 50%);
}
.text-gray-600\/core-opacity-60 {
  color: rgb(75 85 99 / 60%);
}
.text-gray-600\/core-opacity-70 {
  color: rgb(75 85 99 / 70%);
}
.text-gray-600\/core-opacity-80 {
  color: rgb(75 85 99 / 80%);
}
.text-gray-600\/core-opacity-90 {
  color: rgb(75 85 99 / 90%);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-gray-700\/base-opacity-disabled {
  color: rgb(55 65 81 / 60%);
}
.text-gray-700\/core-opacity-0 {
  color: rgb(55 65 81 / 0%);
}
.text-gray-700\/core-opacity-10 {
  color: rgb(55 65 81 / 10%);
}
.text-gray-700\/core-opacity-100 {
  color: rgb(55 65 81 / 100%);
}
.text-gray-700\/core-opacity-20 {
  color: rgb(55 65 81 / 20%);
}
.text-gray-700\/core-opacity-30 {
  color: rgb(55 65 81 / 30%);
}
.text-gray-700\/core-opacity-40 {
  color: rgb(55 65 81 / 40%);
}
.text-gray-700\/core-opacity-50 {
  color: rgb(55 65 81 / 50%);
}
.text-gray-700\/core-opacity-60 {
  color: rgb(55 65 81 / 60%);
}
.text-gray-700\/core-opacity-70 {
  color: rgb(55 65 81 / 70%);
}
.text-gray-700\/core-opacity-80 {
  color: rgb(55 65 81 / 80%);
}
.text-gray-700\/core-opacity-90 {
  color: rgb(55 65 81 / 90%);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-gray-800\/base-opacity-disabled {
  color: rgb(31 41 55 / 60%);
}
.text-gray-800\/core-opacity-0 {
  color: rgb(31 41 55 / 0%);
}
.text-gray-800\/core-opacity-10 {
  color: rgb(31 41 55 / 10%);
}
.text-gray-800\/core-opacity-100 {
  color: rgb(31 41 55 / 100%);
}
.text-gray-800\/core-opacity-20 {
  color: rgb(31 41 55 / 20%);
}
.text-gray-800\/core-opacity-30 {
  color: rgb(31 41 55 / 30%);
}
.text-gray-800\/core-opacity-40 {
  color: rgb(31 41 55 / 40%);
}
.text-gray-800\/core-opacity-50 {
  color: rgb(31 41 55 / 50%);
}
.text-gray-800\/core-opacity-60 {
  color: rgb(31 41 55 / 60%);
}
.text-gray-800\/core-opacity-70 {
  color: rgb(31 41 55 / 70%);
}
.text-gray-800\/core-opacity-80 {
  color: rgb(31 41 55 / 80%);
}
.text-gray-800\/core-opacity-90 {
  color: rgb(31 41 55 / 90%);
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-gray-900\/base-opacity-disabled {
  color: rgb(17 24 39 / 60%);
}
.text-gray-900\/core-opacity-0 {
  color: rgb(17 24 39 / 0%);
}
.text-gray-900\/core-opacity-10 {
  color: rgb(17 24 39 / 10%);
}
.text-gray-900\/core-opacity-100 {
  color: rgb(17 24 39 / 100%);
}
.text-gray-900\/core-opacity-20 {
  color: rgb(17 24 39 / 20%);
}
.text-gray-900\/core-opacity-30 {
  color: rgb(17 24 39 / 30%);
}
.text-gray-900\/core-opacity-40 {
  color: rgb(17 24 39 / 40%);
}
.text-gray-900\/core-opacity-50 {
  color: rgb(17 24 39 / 50%);
}
.text-gray-900\/core-opacity-60 {
  color: rgb(17 24 39 / 60%);
}
.text-gray-900\/core-opacity-70 {
  color: rgb(17 24 39 / 70%);
}
.text-gray-900\/core-opacity-80 {
  color: rgb(17 24 39 / 80%);
}
.text-gray-900\/core-opacity-90 {
  color: rgb(17 24 39 / 90%);
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}
.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}
.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}
.text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}
.text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}
.text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}
.text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}
.text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}
.text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}
.text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}
.text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}
.text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}
.text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}
.text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}
.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}
.text-gray-950\/base-opacity-disabled {
  color: rgb(3 7 18 / 60%);
}
.text-gray-950\/core-opacity-0 {
  color: rgb(3 7 18 / 0%);
}
.text-gray-950\/core-opacity-10 {
  color: rgb(3 7 18 / 10%);
}
.text-gray-950\/core-opacity-100 {
  color: rgb(3 7 18 / 100%);
}
.text-gray-950\/core-opacity-20 {
  color: rgb(3 7 18 / 20%);
}
.text-gray-950\/core-opacity-30 {
  color: rgb(3 7 18 / 30%);
}
.text-gray-950\/core-opacity-40 {
  color: rgb(3 7 18 / 40%);
}
.text-gray-950\/core-opacity-50 {
  color: rgb(3 7 18 / 50%);
}
.text-gray-950\/core-opacity-60 {
  color: rgb(3 7 18 / 60%);
}
.text-gray-950\/core-opacity-70 {
  color: rgb(3 7 18 / 70%);
}
.text-gray-950\/core-opacity-80 {
  color: rgb(3 7 18 / 80%);
}
.text-gray-950\/core-opacity-90 {
  color: rgb(3 7 18 / 90%);
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.text-green-100\/0 {
  color: rgb(209 250 229 / 0);
}
.text-green-100\/10 {
  color: rgb(209 250 229 / 0.1);
}
.text-green-100\/100 {
  color: rgb(209 250 229 / 1);
}
.text-green-100\/20 {
  color: rgb(209 250 229 / 0.2);
}
.text-green-100\/25 {
  color: rgb(209 250 229 / 0.25);
}
.text-green-100\/30 {
  color: rgb(209 250 229 / 0.3);
}
.text-green-100\/40 {
  color: rgb(209 250 229 / 0.4);
}
.text-green-100\/5 {
  color: rgb(209 250 229 / 0.05);
}
.text-green-100\/50 {
  color: rgb(209 250 229 / 0.5);
}
.text-green-100\/60 {
  color: rgb(209 250 229 / 0.6);
}
.text-green-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-green-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.text-green-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.text-green-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-green-100\/95 {
  color: rgb(209 250 229 / 0.95);
}
.text-green-100\/base-opacity-disabled {
  color: rgb(209 250 229 / 60%);
}
.text-green-100\/core-opacity-0 {
  color: rgb(209 250 229 / 0%);
}
.text-green-100\/core-opacity-10 {
  color: rgb(209 250 229 / 10%);
}
.text-green-100\/core-opacity-100 {
  color: rgb(209 250 229 / 100%);
}
.text-green-100\/core-opacity-20 {
  color: rgb(209 250 229 / 20%);
}
.text-green-100\/core-opacity-30 {
  color: rgb(209 250 229 / 30%);
}
.text-green-100\/core-opacity-40 {
  color: rgb(209 250 229 / 40%);
}
.text-green-100\/core-opacity-50 {
  color: rgb(209 250 229 / 50%);
}
.text-green-100\/core-opacity-60 {
  color: rgb(209 250 229 / 60%);
}
.text-green-100\/core-opacity-70 {
  color: rgb(209 250 229 / 70%);
}
.text-green-100\/core-opacity-80 {
  color: rgb(209 250 229 / 80%);
}
.text-green-100\/core-opacity-90 {
  color: rgb(209 250 229 / 90%);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.text-green-200\/0 {
  color: rgb(167 243 208 / 0);
}
.text-green-200\/10 {
  color: rgb(167 243 208 / 0.1);
}
.text-green-200\/100 {
  color: rgb(167 243 208 / 1);
}
.text-green-200\/20 {
  color: rgb(167 243 208 / 0.2);
}
.text-green-200\/25 {
  color: rgb(167 243 208 / 0.25);
}
.text-green-200\/30 {
  color: rgb(167 243 208 / 0.3);
}
.text-green-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.text-green-200\/5 {
  color: rgb(167 243 208 / 0.05);
}
.text-green-200\/50 {
  color: rgb(167 243 208 / 0.5);
}
.text-green-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.text-green-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.text-green-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.text-green-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-green-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-green-200\/95 {
  color: rgb(167 243 208 / 0.95);
}
.text-green-200\/base-opacity-disabled {
  color: rgb(167 243 208 / 60%);
}
.text-green-200\/core-opacity-0 {
  color: rgb(167 243 208 / 0%);
}
.text-green-200\/core-opacity-10 {
  color: rgb(167 243 208 / 10%);
}
.text-green-200\/core-opacity-100 {
  color: rgb(167 243 208 / 100%);
}
.text-green-200\/core-opacity-20 {
  color: rgb(167 243 208 / 20%);
}
.text-green-200\/core-opacity-30 {
  color: rgb(167 243 208 / 30%);
}
.text-green-200\/core-opacity-40 {
  color: rgb(167 243 208 / 40%);
}
.text-green-200\/core-opacity-50 {
  color: rgb(167 243 208 / 50%);
}
.text-green-200\/core-opacity-60 {
  color: rgb(167 243 208 / 60%);
}
.text-green-200\/core-opacity-70 {
  color: rgb(167 243 208 / 70%);
}
.text-green-200\/core-opacity-80 {
  color: rgb(167 243 208 / 80%);
}
.text-green-200\/core-opacity-90 {
  color: rgb(167 243 208 / 90%);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-green-300\/0 {
  color: rgb(110 231 183 / 0);
}
.text-green-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.text-green-300\/100 {
  color: rgb(110 231 183 / 1);
}
.text-green-300\/20 {
  color: rgb(110 231 183 / 0.2);
}
.text-green-300\/25 {
  color: rgb(110 231 183 / 0.25);
}
.text-green-300\/30 {
  color: rgb(110 231 183 / 0.3);
}
.text-green-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.text-green-300\/5 {
  color: rgb(110 231 183 / 0.05);
}
.text-green-300\/50 {
  color: rgb(110 231 183 / 0.5);
}
.text-green-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.text-green-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-green-300\/75 {
  color: rgb(110 231 183 / 0.75);
}
.text-green-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-green-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-green-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-green-300\/base-opacity-disabled {
  color: rgb(110 231 183 / 60%);
}
.text-green-300\/core-opacity-0 {
  color: rgb(110 231 183 / 0%);
}
.text-green-300\/core-opacity-10 {
  color: rgb(110 231 183 / 10%);
}
.text-green-300\/core-opacity-100 {
  color: rgb(110 231 183 / 100%);
}
.text-green-300\/core-opacity-20 {
  color: rgb(110 231 183 / 20%);
}
.text-green-300\/core-opacity-30 {
  color: rgb(110 231 183 / 30%);
}
.text-green-300\/core-opacity-40 {
  color: rgb(110 231 183 / 40%);
}
.text-green-300\/core-opacity-50 {
  color: rgb(110 231 183 / 50%);
}
.text-green-300\/core-opacity-60 {
  color: rgb(110 231 183 / 60%);
}
.text-green-300\/core-opacity-70 {
  color: rgb(110 231 183 / 70%);
}
.text-green-300\/core-opacity-80 {
  color: rgb(110 231 183 / 80%);
}
.text-green-300\/core-opacity-90 {
  color: rgb(110 231 183 / 90%);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-green-400\/0 {
  color: rgb(52 211 153 / 0);
}
.text-green-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-green-400\/100 {
  color: rgb(52 211 153 / 1);
}
.text-green-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-green-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-green-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-green-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-green-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-green-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-green-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-green-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-green-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-green-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-green-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-green-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-green-400\/base-opacity-disabled {
  color: rgb(52 211 153 / 60%);
}
.text-green-400\/core-opacity-0 {
  color: rgb(52 211 153 / 0%);
}
.text-green-400\/core-opacity-10 {
  color: rgb(52 211 153 / 10%);
}
.text-green-400\/core-opacity-100 {
  color: rgb(52 211 153 / 100%);
}
.text-green-400\/core-opacity-20 {
  color: rgb(52 211 153 / 20%);
}
.text-green-400\/core-opacity-30 {
  color: rgb(52 211 153 / 30%);
}
.text-green-400\/core-opacity-40 {
  color: rgb(52 211 153 / 40%);
}
.text-green-400\/core-opacity-50 {
  color: rgb(52 211 153 / 50%);
}
.text-green-400\/core-opacity-60 {
  color: rgb(52 211 153 / 60%);
}
.text-green-400\/core-opacity-70 {
  color: rgb(52 211 153 / 70%);
}
.text-green-400\/core-opacity-80 {
  color: rgb(52 211 153 / 80%);
}
.text-green-400\/core-opacity-90 {
  color: rgb(52 211 153 / 90%);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.text-green-50\/0 {
  color: rgb(236 253 245 / 0);
}
.text-green-50\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-green-50\/100 {
  color: rgb(236 253 245 / 1);
}
.text-green-50\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-green-50\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-green-50\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-green-50\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-green-50\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-green-50\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-green-50\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-green-50\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-green-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-green-50\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-green-50\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-green-50\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-green-50\/base-opacity-disabled {
  color: rgb(236 253 245 / 60%);
}
.text-green-50\/core-opacity-0 {
  color: rgb(236 253 245 / 0%);
}
.text-green-50\/core-opacity-10 {
  color: rgb(236 253 245 / 10%);
}
.text-green-50\/core-opacity-100 {
  color: rgb(236 253 245 / 100%);
}
.text-green-50\/core-opacity-20 {
  color: rgb(236 253 245 / 20%);
}
.text-green-50\/core-opacity-30 {
  color: rgb(236 253 245 / 30%);
}
.text-green-50\/core-opacity-40 {
  color: rgb(236 253 245 / 40%);
}
.text-green-50\/core-opacity-50 {
  color: rgb(236 253 245 / 50%);
}
.text-green-50\/core-opacity-60 {
  color: rgb(236 253 245 / 60%);
}
.text-green-50\/core-opacity-70 {
  color: rgb(236 253 245 / 70%);
}
.text-green-50\/core-opacity-80 {
  color: rgb(236 253 245 / 80%);
}
.text-green-50\/core-opacity-90 {
  color: rgb(236 253 245 / 90%);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-green-500\/0 {
  color: rgb(16 185 129 / 0);
}
.text-green-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-green-500\/100 {
  color: rgb(16 185 129 / 1);
}
.text-green-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-green-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-green-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-green-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-green-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-green-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-green-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-green-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-green-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-green-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-green-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-green-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-green-500\/base-opacity-disabled {
  color: rgb(16 185 129 / 60%);
}
.text-green-500\/core-opacity-0 {
  color: rgb(16 185 129 / 0%);
}
.text-green-500\/core-opacity-10 {
  color: rgb(16 185 129 / 10%);
}
.text-green-500\/core-opacity-100 {
  color: rgb(16 185 129 / 100%);
}
.text-green-500\/core-opacity-20 {
  color: rgb(16 185 129 / 20%);
}
.text-green-500\/core-opacity-30 {
  color: rgb(16 185 129 / 30%);
}
.text-green-500\/core-opacity-40 {
  color: rgb(16 185 129 / 40%);
}
.text-green-500\/core-opacity-50 {
  color: rgb(16 185 129 / 50%);
}
.text-green-500\/core-opacity-60 {
  color: rgb(16 185 129 / 60%);
}
.text-green-500\/core-opacity-70 {
  color: rgb(16 185 129 / 70%);
}
.text-green-500\/core-opacity-80 {
  color: rgb(16 185 129 / 80%);
}
.text-green-500\/core-opacity-90 {
  color: rgb(16 185 129 / 90%);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-green-600\/0 {
  color: rgb(5 150 105 / 0);
}
.text-green-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.text-green-600\/100 {
  color: rgb(5 150 105 / 1);
}
.text-green-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.text-green-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.text-green-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.text-green-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.text-green-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.text-green-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.text-green-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.text-green-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.text-green-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.text-green-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.text-green-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.text-green-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.text-green-600\/base-opacity-disabled {
  color: rgb(5 150 105 / 60%);
}
.text-green-600\/core-opacity-0 {
  color: rgb(5 150 105 / 0%);
}
.text-green-600\/core-opacity-10 {
  color: rgb(5 150 105 / 10%);
}
.text-green-600\/core-opacity-100 {
  color: rgb(5 150 105 / 100%);
}
.text-green-600\/core-opacity-20 {
  color: rgb(5 150 105 / 20%);
}
.text-green-600\/core-opacity-30 {
  color: rgb(5 150 105 / 30%);
}
.text-green-600\/core-opacity-40 {
  color: rgb(5 150 105 / 40%);
}
.text-green-600\/core-opacity-50 {
  color: rgb(5 150 105 / 50%);
}
.text-green-600\/core-opacity-60 {
  color: rgb(5 150 105 / 60%);
}
.text-green-600\/core-opacity-70 {
  color: rgb(5 150 105 / 70%);
}
.text-green-600\/core-opacity-80 {
  color: rgb(5 150 105 / 80%);
}
.text-green-600\/core-opacity-90 {
  color: rgb(5 150 105 / 90%);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-green-700\/0 {
  color: rgb(4 120 87 / 0);
}
.text-green-700\/10 {
  color: rgb(4 120 87 / 0.1);
}
.text-green-700\/100 {
  color: rgb(4 120 87 / 1);
}
.text-green-700\/20 {
  color: rgb(4 120 87 / 0.2);
}
.text-green-700\/25 {
  color: rgb(4 120 87 / 0.25);
}
.text-green-700\/30 {
  color: rgb(4 120 87 / 0.3);
}
.text-green-700\/40 {
  color: rgb(4 120 87 / 0.4);
}
.text-green-700\/5 {
  color: rgb(4 120 87 / 0.05);
}
.text-green-700\/50 {
  color: rgb(4 120 87 / 0.5);
}
.text-green-700\/60 {
  color: rgb(4 120 87 / 0.6);
}
.text-green-700\/70 {
  color: rgb(4 120 87 / 0.7);
}
.text-green-700\/75 {
  color: rgb(4 120 87 / 0.75);
}
.text-green-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.text-green-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.text-green-700\/95 {
  color: rgb(4 120 87 / 0.95);
}
.text-green-700\/base-opacity-disabled {
  color: rgb(4 120 87 / 60%);
}
.text-green-700\/core-opacity-0 {
  color: rgb(4 120 87 / 0%);
}
.text-green-700\/core-opacity-10 {
  color: rgb(4 120 87 / 10%);
}
.text-green-700\/core-opacity-100 {
  color: rgb(4 120 87 / 100%);
}
.text-green-700\/core-opacity-20 {
  color: rgb(4 120 87 / 20%);
}
.text-green-700\/core-opacity-30 {
  color: rgb(4 120 87 / 30%);
}
.text-green-700\/core-opacity-40 {
  color: rgb(4 120 87 / 40%);
}
.text-green-700\/core-opacity-50 {
  color: rgb(4 120 87 / 50%);
}
.text-green-700\/core-opacity-60 {
  color: rgb(4 120 87 / 60%);
}
.text-green-700\/core-opacity-70 {
  color: rgb(4 120 87 / 70%);
}
.text-green-700\/core-opacity-80 {
  color: rgb(4 120 87 / 80%);
}
.text-green-700\/core-opacity-90 {
  color: rgb(4 120 87 / 90%);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.text-green-800\/0 {
  color: rgb(6 95 70 / 0);
}
.text-green-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.text-green-800\/100 {
  color: rgb(6 95 70 / 1);
}
.text-green-800\/20 {
  color: rgb(6 95 70 / 0.2);
}
.text-green-800\/25 {
  color: rgb(6 95 70 / 0.25);
}
.text-green-800\/30 {
  color: rgb(6 95 70 / 0.3);
}
.text-green-800\/40 {
  color: rgb(6 95 70 / 0.4);
}
.text-green-800\/5 {
  color: rgb(6 95 70 / 0.05);
}
.text-green-800\/50 {
  color: rgb(6 95 70 / 0.5);
}
.text-green-800\/60 {
  color: rgb(6 95 70 / 0.6);
}
.text-green-800\/70 {
  color: rgb(6 95 70 / 0.7);
}
.text-green-800\/75 {
  color: rgb(6 95 70 / 0.75);
}
.text-green-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.text-green-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-green-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.text-green-800\/base-opacity-disabled {
  color: rgb(6 95 70 / 60%);
}
.text-green-800\/core-opacity-0 {
  color: rgb(6 95 70 / 0%);
}
.text-green-800\/core-opacity-10 {
  color: rgb(6 95 70 / 10%);
}
.text-green-800\/core-opacity-100 {
  color: rgb(6 95 70 / 100%);
}
.text-green-800\/core-opacity-20 {
  color: rgb(6 95 70 / 20%);
}
.text-green-800\/core-opacity-30 {
  color: rgb(6 95 70 / 30%);
}
.text-green-800\/core-opacity-40 {
  color: rgb(6 95 70 / 40%);
}
.text-green-800\/core-opacity-50 {
  color: rgb(6 95 70 / 50%);
}
.text-green-800\/core-opacity-60 {
  color: rgb(6 95 70 / 60%);
}
.text-green-800\/core-opacity-70 {
  color: rgb(6 95 70 / 70%);
}
.text-green-800\/core-opacity-80 {
  color: rgb(6 95 70 / 80%);
}
.text-green-800\/core-opacity-90 {
  color: rgb(6 95 70 / 90%);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.text-green-900\/0 {
  color: rgb(6 78 59 / 0);
}
.text-green-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.text-green-900\/100 {
  color: rgb(6 78 59 / 1);
}
.text-green-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.text-green-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.text-green-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.text-green-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.text-green-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.text-green-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.text-green-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.text-green-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.text-green-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.text-green-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.text-green-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.text-green-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.text-green-900\/base-opacity-disabled {
  color: rgb(6 78 59 / 60%);
}
.text-green-900\/core-opacity-0 {
  color: rgb(6 78 59 / 0%);
}
.text-green-900\/core-opacity-10 {
  color: rgb(6 78 59 / 10%);
}
.text-green-900\/core-opacity-100 {
  color: rgb(6 78 59 / 100%);
}
.text-green-900\/core-opacity-20 {
  color: rgb(6 78 59 / 20%);
}
.text-green-900\/core-opacity-30 {
  color: rgb(6 78 59 / 30%);
}
.text-green-900\/core-opacity-40 {
  color: rgb(6 78 59 / 40%);
}
.text-green-900\/core-opacity-50 {
  color: rgb(6 78 59 / 50%);
}
.text-green-900\/core-opacity-60 {
  color: rgb(6 78 59 / 60%);
}
.text-green-900\/core-opacity-70 {
  color: rgb(6 78 59 / 70%);
}
.text-green-900\/core-opacity-80 {
  color: rgb(6 78 59 / 80%);
}
.text-green-900\/core-opacity-90 {
  color: rgb(6 78 59 / 90%);
}
.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
.text-green-950\/0 {
  color: rgb(2 44 34 / 0);
}
.text-green-950\/10 {
  color: rgb(2 44 34 / 0.1);
}
.text-green-950\/100 {
  color: rgb(2 44 34 / 1);
}
.text-green-950\/20 {
  color: rgb(2 44 34 / 0.2);
}
.text-green-950\/25 {
  color: rgb(2 44 34 / 0.25);
}
.text-green-950\/30 {
  color: rgb(2 44 34 / 0.3);
}
.text-green-950\/40 {
  color: rgb(2 44 34 / 0.4);
}
.text-green-950\/5 {
  color: rgb(2 44 34 / 0.05);
}
.text-green-950\/50 {
  color: rgb(2 44 34 / 0.5);
}
.text-green-950\/60 {
  color: rgb(2 44 34 / 0.6);
}
.text-green-950\/70 {
  color: rgb(2 44 34 / 0.7);
}
.text-green-950\/75 {
  color: rgb(2 44 34 / 0.75);
}
.text-green-950\/80 {
  color: rgb(2 44 34 / 0.8);
}
.text-green-950\/90 {
  color: rgb(2 44 34 / 0.9);
}
.text-green-950\/95 {
  color: rgb(2 44 34 / 0.95);
}
.text-green-950\/base-opacity-disabled {
  color: rgb(2 44 34 / 60%);
}
.text-green-950\/core-opacity-0 {
  color: rgb(2 44 34 / 0%);
}
.text-green-950\/core-opacity-10 {
  color: rgb(2 44 34 / 10%);
}
.text-green-950\/core-opacity-100 {
  color: rgb(2 44 34 / 100%);
}
.text-green-950\/core-opacity-20 {
  color: rgb(2 44 34 / 20%);
}
.text-green-950\/core-opacity-30 {
  color: rgb(2 44 34 / 30%);
}
.text-green-950\/core-opacity-40 {
  color: rgb(2 44 34 / 40%);
}
.text-green-950\/core-opacity-50 {
  color: rgb(2 44 34 / 50%);
}
.text-green-950\/core-opacity-60 {
  color: rgb(2 44 34 / 60%);
}
.text-green-950\/core-opacity-70 {
  color: rgb(2 44 34 / 70%);
}
.text-green-950\/core-opacity-80 {
  color: rgb(2 44 34 / 80%);
}
.text-green-950\/core-opacity-90 {
  color: rgb(2 44 34 / 90%);
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}
.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}
.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}
.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}
.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}
.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}
.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}
.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}
.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}
.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}
.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}
.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}
.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}
.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}
.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}
.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}
.text-indigo-100\/base-opacity-disabled {
  color: rgb(224 231 255 / 60%);
}
.text-indigo-100\/core-opacity-0 {
  color: rgb(224 231 255 / 0%);
}
.text-indigo-100\/core-opacity-10 {
  color: rgb(224 231 255 / 10%);
}
.text-indigo-100\/core-opacity-100 {
  color: rgb(224 231 255 / 100%);
}
.text-indigo-100\/core-opacity-20 {
  color: rgb(224 231 255 / 20%);
}
.text-indigo-100\/core-opacity-30 {
  color: rgb(224 231 255 / 30%);
}
.text-indigo-100\/core-opacity-40 {
  color: rgb(224 231 255 / 40%);
}
.text-indigo-100\/core-opacity-50 {
  color: rgb(224 231 255 / 50%);
}
.text-indigo-100\/core-opacity-60 {
  color: rgb(224 231 255 / 60%);
}
.text-indigo-100\/core-opacity-70 {
  color: rgb(224 231 255 / 70%);
}
.text-indigo-100\/core-opacity-80 {
  color: rgb(224 231 255 / 80%);
}
.text-indigo-100\/core-opacity-90 {
  color: rgb(224 231 255 / 90%);
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}
.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}
.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}
.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}
.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}
.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}
.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}
.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}
.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}
.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}
.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}
.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}
.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}
.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}
.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}
.text-indigo-200\/base-opacity-disabled {
  color: rgb(199 210 254 / 60%);
}
.text-indigo-200\/core-opacity-0 {
  color: rgb(199 210 254 / 0%);
}
.text-indigo-200\/core-opacity-10 {
  color: rgb(199 210 254 / 10%);
}
.text-indigo-200\/core-opacity-100 {
  color: rgb(199 210 254 / 100%);
}
.text-indigo-200\/core-opacity-20 {
  color: rgb(199 210 254 / 20%);
}
.text-indigo-200\/core-opacity-30 {
  color: rgb(199 210 254 / 30%);
}
.text-indigo-200\/core-opacity-40 {
  color: rgb(199 210 254 / 40%);
}
.text-indigo-200\/core-opacity-50 {
  color: rgb(199 210 254 / 50%);
}
.text-indigo-200\/core-opacity-60 {
  color: rgb(199 210 254 / 60%);
}
.text-indigo-200\/core-opacity-70 {
  color: rgb(199 210 254 / 70%);
}
.text-indigo-200\/core-opacity-80 {
  color: rgb(199 210 254 / 80%);
}
.text-indigo-200\/core-opacity-90 {
  color: rgb(199 210 254 / 90%);
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}
.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}
.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}
.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}
.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}
.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}
.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}
.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}
.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}
.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}
.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}
.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}
.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}
.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}
.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}
.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}
.text-indigo-300\/base-opacity-disabled {
  color: rgb(165 180 252 / 60%);
}
.text-indigo-300\/core-opacity-0 {
  color: rgb(165 180 252 / 0%);
}
.text-indigo-300\/core-opacity-10 {
  color: rgb(165 180 252 / 10%);
}
.text-indigo-300\/core-opacity-100 {
  color: rgb(165 180 252 / 100%);
}
.text-indigo-300\/core-opacity-20 {
  color: rgb(165 180 252 / 20%);
}
.text-indigo-300\/core-opacity-30 {
  color: rgb(165 180 252 / 30%);
}
.text-indigo-300\/core-opacity-40 {
  color: rgb(165 180 252 / 40%);
}
.text-indigo-300\/core-opacity-50 {
  color: rgb(165 180 252 / 50%);
}
.text-indigo-300\/core-opacity-60 {
  color: rgb(165 180 252 / 60%);
}
.text-indigo-300\/core-opacity-70 {
  color: rgb(165 180 252 / 70%);
}
.text-indigo-300\/core-opacity-80 {
  color: rgb(165 180 252 / 80%);
}
.text-indigo-300\/core-opacity-90 {
  color: rgb(165 180 252 / 90%);
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}
.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}
.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}
.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}
.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}
.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}
.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}
.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}
.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}
.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}
.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}
.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}
.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}
.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}
.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}
.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}
.text-indigo-400\/base-opacity-disabled {
  color: rgb(129 140 248 / 60%);
}
.text-indigo-400\/core-opacity-0 {
  color: rgb(129 140 248 / 0%);
}
.text-indigo-400\/core-opacity-10 {
  color: rgb(129 140 248 / 10%);
}
.text-indigo-400\/core-opacity-100 {
  color: rgb(129 140 248 / 100%);
}
.text-indigo-400\/core-opacity-20 {
  color: rgb(129 140 248 / 20%);
}
.text-indigo-400\/core-opacity-30 {
  color: rgb(129 140 248 / 30%);
}
.text-indigo-400\/core-opacity-40 {
  color: rgb(129 140 248 / 40%);
}
.text-indigo-400\/core-opacity-50 {
  color: rgb(129 140 248 / 50%);
}
.text-indigo-400\/core-opacity-60 {
  color: rgb(129 140 248 / 60%);
}
.text-indigo-400\/core-opacity-70 {
  color: rgb(129 140 248 / 70%);
}
.text-indigo-400\/core-opacity-80 {
  color: rgb(129 140 248 / 80%);
}
.text-indigo-400\/core-opacity-90 {
  color: rgb(129 140 248 / 90%);
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}
.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}
.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}
.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}
.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}
.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}
.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}
.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}
.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}
.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}
.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}
.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}
.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}
.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}
.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}
.text-indigo-50\/base-opacity-disabled {
  color: rgb(238 242 255 / 60%);
}
.text-indigo-50\/core-opacity-0 {
  color: rgb(238 242 255 / 0%);
}
.text-indigo-50\/core-opacity-10 {
  color: rgb(238 242 255 / 10%);
}
.text-indigo-50\/core-opacity-100 {
  color: rgb(238 242 255 / 100%);
}
.text-indigo-50\/core-opacity-20 {
  color: rgb(238 242 255 / 20%);
}
.text-indigo-50\/core-opacity-30 {
  color: rgb(238 242 255 / 30%);
}
.text-indigo-50\/core-opacity-40 {
  color: rgb(238 242 255 / 40%);
}
.text-indigo-50\/core-opacity-50 {
  color: rgb(238 242 255 / 50%);
}
.text-indigo-50\/core-opacity-60 {
  color: rgb(238 242 255 / 60%);
}
.text-indigo-50\/core-opacity-70 {
  color: rgb(238 242 255 / 70%);
}
.text-indigo-50\/core-opacity-80 {
  color: rgb(238 242 255 / 80%);
}
.text-indigo-50\/core-opacity-90 {
  color: rgb(238 242 255 / 90%);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}
.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}
.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}
.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}
.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}
.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}
.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}
.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}
.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}
.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}
.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}
.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}
.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}
.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.text-indigo-500\/base-opacity-disabled {
  color: rgb(99 102 241 / 60%);
}
.text-indigo-500\/core-opacity-0 {
  color: rgb(99 102 241 / 0%);
}
.text-indigo-500\/core-opacity-10 {
  color: rgb(99 102 241 / 10%);
}
.text-indigo-500\/core-opacity-100 {
  color: rgb(99 102 241 / 100%);
}
.text-indigo-500\/core-opacity-20 {
  color: rgb(99 102 241 / 20%);
}
.text-indigo-500\/core-opacity-30 {
  color: rgb(99 102 241 / 30%);
}
.text-indigo-500\/core-opacity-40 {
  color: rgb(99 102 241 / 40%);
}
.text-indigo-500\/core-opacity-50 {
  color: rgb(99 102 241 / 50%);
}
.text-indigo-500\/core-opacity-60 {
  color: rgb(99 102 241 / 60%);
}
.text-indigo-500\/core-opacity-70 {
  color: rgb(99 102 241 / 70%);
}
.text-indigo-500\/core-opacity-80 {
  color: rgb(99 102 241 / 80%);
}
.text-indigo-500\/core-opacity-90 {
  color: rgb(99 102 241 / 90%);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}
.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}
.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}
.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}
.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}
.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}
.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}
.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}
.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}
.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}
.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}
.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}
.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}
.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}
.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}
.text-indigo-600\/base-opacity-disabled {
  color: rgb(79 70 229 / 60%);
}
.text-indigo-600\/core-opacity-0 {
  color: rgb(79 70 229 / 0%);
}
.text-indigo-600\/core-opacity-10 {
  color: rgb(79 70 229 / 10%);
}
.text-indigo-600\/core-opacity-100 {
  color: rgb(79 70 229 / 100%);
}
.text-indigo-600\/core-opacity-20 {
  color: rgb(79 70 229 / 20%);
}
.text-indigo-600\/core-opacity-30 {
  color: rgb(79 70 229 / 30%);
}
.text-indigo-600\/core-opacity-40 {
  color: rgb(79 70 229 / 40%);
}
.text-indigo-600\/core-opacity-50 {
  color: rgb(79 70 229 / 50%);
}
.text-indigo-600\/core-opacity-60 {
  color: rgb(79 70 229 / 60%);
}
.text-indigo-600\/core-opacity-70 {
  color: rgb(79 70 229 / 70%);
}
.text-indigo-600\/core-opacity-80 {
  color: rgb(79 70 229 / 80%);
}
.text-indigo-600\/core-opacity-90 {
  color: rgb(79 70 229 / 90%);
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}
.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}
.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}
.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}
.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}
.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}
.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}
.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}
.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}
.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}
.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}
.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}
.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}
.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}
.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}
.text-indigo-700\/base-opacity-disabled {
  color: rgb(67 56 202 / 60%);
}
.text-indigo-700\/core-opacity-0 {
  color: rgb(67 56 202 / 0%);
}
.text-indigo-700\/core-opacity-10 {
  color: rgb(67 56 202 / 10%);
}
.text-indigo-700\/core-opacity-100 {
  color: rgb(67 56 202 / 100%);
}
.text-indigo-700\/core-opacity-20 {
  color: rgb(67 56 202 / 20%);
}
.text-indigo-700\/core-opacity-30 {
  color: rgb(67 56 202 / 30%);
}
.text-indigo-700\/core-opacity-40 {
  color: rgb(67 56 202 / 40%);
}
.text-indigo-700\/core-opacity-50 {
  color: rgb(67 56 202 / 50%);
}
.text-indigo-700\/core-opacity-60 {
  color: rgb(67 56 202 / 60%);
}
.text-indigo-700\/core-opacity-70 {
  color: rgb(67 56 202 / 70%);
}
.text-indigo-700\/core-opacity-80 {
  color: rgb(67 56 202 / 80%);
}
.text-indigo-700\/core-opacity-90 {
  color: rgb(67 56 202 / 90%);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}
.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}
.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}
.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}
.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}
.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}
.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}
.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}
.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}
.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}
.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}
.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}
.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}
.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}
.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}
.text-indigo-800\/base-opacity-disabled {
  color: rgb(55 48 163 / 60%);
}
.text-indigo-800\/core-opacity-0 {
  color: rgb(55 48 163 / 0%);
}
.text-indigo-800\/core-opacity-10 {
  color: rgb(55 48 163 / 10%);
}
.text-indigo-800\/core-opacity-100 {
  color: rgb(55 48 163 / 100%);
}
.text-indigo-800\/core-opacity-20 {
  color: rgb(55 48 163 / 20%);
}
.text-indigo-800\/core-opacity-30 {
  color: rgb(55 48 163 / 30%);
}
.text-indigo-800\/core-opacity-40 {
  color: rgb(55 48 163 / 40%);
}
.text-indigo-800\/core-opacity-50 {
  color: rgb(55 48 163 / 50%);
}
.text-indigo-800\/core-opacity-60 {
  color: rgb(55 48 163 / 60%);
}
.text-indigo-800\/core-opacity-70 {
  color: rgb(55 48 163 / 70%);
}
.text-indigo-800\/core-opacity-80 {
  color: rgb(55 48 163 / 80%);
}
.text-indigo-800\/core-opacity-90 {
  color: rgb(55 48 163 / 90%);
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}
.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}
.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}
.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}
.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}
.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}
.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}
.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}
.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}
.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}
.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}
.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}
.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}
.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}
.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}
.text-indigo-900\/base-opacity-disabled {
  color: rgb(49 46 129 / 60%);
}
.text-indigo-900\/core-opacity-0 {
  color: rgb(49 46 129 / 0%);
}
.text-indigo-900\/core-opacity-10 {
  color: rgb(49 46 129 / 10%);
}
.text-indigo-900\/core-opacity-100 {
  color: rgb(49 46 129 / 100%);
}
.text-indigo-900\/core-opacity-20 {
  color: rgb(49 46 129 / 20%);
}
.text-indigo-900\/core-opacity-30 {
  color: rgb(49 46 129 / 30%);
}
.text-indigo-900\/core-opacity-40 {
  color: rgb(49 46 129 / 40%);
}
.text-indigo-900\/core-opacity-50 {
  color: rgb(49 46 129 / 50%);
}
.text-indigo-900\/core-opacity-60 {
  color: rgb(49 46 129 / 60%);
}
.text-indigo-900\/core-opacity-70 {
  color: rgb(49 46 129 / 70%);
}
.text-indigo-900\/core-opacity-80 {
  color: rgb(49 46 129 / 80%);
}
.text-indigo-900\/core-opacity-90 {
  color: rgb(49 46 129 / 90%);
}
.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}
.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}
.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}
.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}
.text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}
.text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}
.text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}
.text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}
.text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}
.text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}
.text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}
.text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}
.text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}
.text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}
.text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}
.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}
.text-indigo-950\/base-opacity-disabled {
  color: rgb(30 27 75 / 60%);
}
.text-indigo-950\/core-opacity-0 {
  color: rgb(30 27 75 / 0%);
}
.text-indigo-950\/core-opacity-10 {
  color: rgb(30 27 75 / 10%);
}
.text-indigo-950\/core-opacity-100 {
  color: rgb(30 27 75 / 100%);
}
.text-indigo-950\/core-opacity-20 {
  color: rgb(30 27 75 / 20%);
}
.text-indigo-950\/core-opacity-30 {
  color: rgb(30 27 75 / 30%);
}
.text-indigo-950\/core-opacity-40 {
  color: rgb(30 27 75 / 40%);
}
.text-indigo-950\/core-opacity-50 {
  color: rgb(30 27 75 / 50%);
}
.text-indigo-950\/core-opacity-60 {
  color: rgb(30 27 75 / 60%);
}
.text-indigo-950\/core-opacity-70 {
  color: rgb(30 27 75 / 70%);
}
.text-indigo-950\/core-opacity-80 {
  color: rgb(30 27 75 / 80%);
}
.text-indigo-950\/core-opacity-90 {
  color: rgb(30 27 75 / 90%);
}
.text-info {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-info-light {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-info-light\/0 {
  color: rgb(96 165 250 / 0);
}
.text-info-light\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-info-light\/100 {
  color: rgb(96 165 250 / 1);
}
.text-info-light\/20 {
  color: rgb(96 165 250 / 0.2);
}
.text-info-light\/25 {
  color: rgb(96 165 250 / 0.25);
}
.text-info-light\/30 {
  color: rgb(96 165 250 / 0.3);
}
.text-info-light\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-info-light\/5 {
  color: rgb(96 165 250 / 0.05);
}
.text-info-light\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-info-light\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-info-light\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-info-light\/75 {
  color: rgb(96 165 250 / 0.75);
}
.text-info-light\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-info-light\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-info-light\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-info-light\/base-opacity-disabled {
  color: rgb(96 165 250 / 60%);
}
.text-info-light\/core-opacity-0 {
  color: rgb(96 165 250 / 0%);
}
.text-info-light\/core-opacity-10 {
  color: rgb(96 165 250 / 10%);
}
.text-info-light\/core-opacity-100 {
  color: rgb(96 165 250 / 100%);
}
.text-info-light\/core-opacity-20 {
  color: rgb(96 165 250 / 20%);
}
.text-info-light\/core-opacity-30 {
  color: rgb(96 165 250 / 30%);
}
.text-info-light\/core-opacity-40 {
  color: rgb(96 165 250 / 40%);
}
.text-info-light\/core-opacity-50 {
  color: rgb(96 165 250 / 50%);
}
.text-info-light\/core-opacity-60 {
  color: rgb(96 165 250 / 60%);
}
.text-info-light\/core-opacity-70 {
  color: rgb(96 165 250 / 70%);
}
.text-info-light\/core-opacity-80 {
  color: rgb(96 165 250 / 80%);
}
.text-info-light\/core-opacity-90 {
  color: rgb(96 165 250 / 90%);
}
.text-info-lightest {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}
.text-info-lightest\/0 {
  color: rgb(239 246 255 / 0);
}
.text-info-lightest\/10 {
  color: rgb(239 246 255 / 0.1);
}
.text-info-lightest\/100 {
  color: rgb(239 246 255 / 1);
}
.text-info-lightest\/20 {
  color: rgb(239 246 255 / 0.2);
}
.text-info-lightest\/25 {
  color: rgb(239 246 255 / 0.25);
}
.text-info-lightest\/30 {
  color: rgb(239 246 255 / 0.3);
}
.text-info-lightest\/40 {
  color: rgb(239 246 255 / 0.4);
}
.text-info-lightest\/5 {
  color: rgb(239 246 255 / 0.05);
}
.text-info-lightest\/50 {
  color: rgb(239 246 255 / 0.5);
}
.text-info-lightest\/60 {
  color: rgb(239 246 255 / 0.6);
}
.text-info-lightest\/70 {
  color: rgb(239 246 255 / 0.7);
}
.text-info-lightest\/75 {
  color: rgb(239 246 255 / 0.75);
}
.text-info-lightest\/80 {
  color: rgb(239 246 255 / 0.8);
}
.text-info-lightest\/90 {
  color: rgb(239 246 255 / 0.9);
}
.text-info-lightest\/95 {
  color: rgb(239 246 255 / 0.95);
}
.text-info-lightest\/base-opacity-disabled {
  color: rgb(239 246 255 / 60%);
}
.text-info-lightest\/core-opacity-0 {
  color: rgb(239 246 255 / 0%);
}
.text-info-lightest\/core-opacity-10 {
  color: rgb(239 246 255 / 10%);
}
.text-info-lightest\/core-opacity-100 {
  color: rgb(239 246 255 / 100%);
}
.text-info-lightest\/core-opacity-20 {
  color: rgb(239 246 255 / 20%);
}
.text-info-lightest\/core-opacity-30 {
  color: rgb(239 246 255 / 30%);
}
.text-info-lightest\/core-opacity-40 {
  color: rgb(239 246 255 / 40%);
}
.text-info-lightest\/core-opacity-50 {
  color: rgb(239 246 255 / 50%);
}
.text-info-lightest\/core-opacity-60 {
  color: rgb(239 246 255 / 60%);
}
.text-info-lightest\/core-opacity-70 {
  color: rgb(239 246 255 / 70%);
}
.text-info-lightest\/core-opacity-80 {
  color: rgb(239 246 255 / 80%);
}
.text-info-lightest\/core-opacity-90 {
  color: rgb(239 246 255 / 90%);
}
.text-info\/0 {
  color: rgb(59 130 246 / 0);
}
.text-info\/10 {
  color: rgb(59 130 246 / 0.1);
}
.text-info\/100 {
  color: rgb(59 130 246 / 1);
}
.text-info\/20 {
  color: rgb(59 130 246 / 0.2);
}
.text-info\/25 {
  color: rgb(59 130 246 / 0.25);
}
.text-info\/30 {
  color: rgb(59 130 246 / 0.3);
}
.text-info\/40 {
  color: rgb(59 130 246 / 0.4);
}
.text-info\/5 {
  color: rgb(59 130 246 / 0.05);
}
.text-info\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-info\/60 {
  color: rgb(59 130 246 / 0.6);
}
.text-info\/70 {
  color: rgb(59 130 246 / 0.7);
}
.text-info\/75 {
  color: rgb(59 130 246 / 0.75);
}
.text-info\/80 {
  color: rgb(59 130 246 / 0.8);
}
.text-info\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-info\/95 {
  color: rgb(59 130 246 / 0.95);
}
.text-info\/base-opacity-disabled {
  color: rgb(59 130 246 / 60%);
}
.text-info\/core-opacity-0 {
  color: rgb(59 130 246 / 0%);
}
.text-info\/core-opacity-10 {
  color: rgb(59 130 246 / 10%);
}
.text-info\/core-opacity-100 {
  color: rgb(59 130 246 / 100%);
}
.text-info\/core-opacity-20 {
  color: rgb(59 130 246 / 20%);
}
.text-info\/core-opacity-30 {
  color: rgb(59 130 246 / 30%);
}
.text-info\/core-opacity-40 {
  color: rgb(59 130 246 / 40%);
}
.text-info\/core-opacity-50 {
  color: rgb(59 130 246 / 50%);
}
.text-info\/core-opacity-60 {
  color: rgb(59 130 246 / 60%);
}
.text-info\/core-opacity-70 {
  color: rgb(59 130 246 / 70%);
}
.text-info\/core-opacity-80 {
  color: rgb(59 130 246 / 80%);
}
.text-info\/core-opacity-90 {
  color: rgb(59 130 246 / 90%);
}
.text-inherit {
  color: inherit;
}
.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}
.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}
.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}
.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}
.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}
.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}
.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}
.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}
.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}
.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}
.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}
.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}
.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}
.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}
.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}
.text-lime-100\/base-opacity-disabled {
  color: rgb(236 252 203 / 60%);
}
.text-lime-100\/core-opacity-0 {
  color: rgb(236 252 203 / 0%);
}
.text-lime-100\/core-opacity-10 {
  color: rgb(236 252 203 / 10%);
}
.text-lime-100\/core-opacity-100 {
  color: rgb(236 252 203 / 100%);
}
.text-lime-100\/core-opacity-20 {
  color: rgb(236 252 203 / 20%);
}
.text-lime-100\/core-opacity-30 {
  color: rgb(236 252 203 / 30%);
}
.text-lime-100\/core-opacity-40 {
  color: rgb(236 252 203 / 40%);
}
.text-lime-100\/core-opacity-50 {
  color: rgb(236 252 203 / 50%);
}
.text-lime-100\/core-opacity-60 {
  color: rgb(236 252 203 / 60%);
}
.text-lime-100\/core-opacity-70 {
  color: rgb(236 252 203 / 70%);
}
.text-lime-100\/core-opacity-80 {
  color: rgb(236 252 203 / 80%);
}
.text-lime-100\/core-opacity-90 {
  color: rgb(236 252 203 / 90%);
}
.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}
.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}
.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}
.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}
.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}
.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}
.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}
.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}
.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}
.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}
.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}
.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}
.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}
.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}
.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}
.text-lime-200\/base-opacity-disabled {
  color: rgb(217 249 157 / 60%);
}
.text-lime-200\/core-opacity-0 {
  color: rgb(217 249 157 / 0%);
}
.text-lime-200\/core-opacity-10 {
  color: rgb(217 249 157 / 10%);
}
.text-lime-200\/core-opacity-100 {
  color: rgb(217 249 157 / 100%);
}
.text-lime-200\/core-opacity-20 {
  color: rgb(217 249 157 / 20%);
}
.text-lime-200\/core-opacity-30 {
  color: rgb(217 249 157 / 30%);
}
.text-lime-200\/core-opacity-40 {
  color: rgb(217 249 157 / 40%);
}
.text-lime-200\/core-opacity-50 {
  color: rgb(217 249 157 / 50%);
}
.text-lime-200\/core-opacity-60 {
  color: rgb(217 249 157 / 60%);
}
.text-lime-200\/core-opacity-70 {
  color: rgb(217 249 157 / 70%);
}
.text-lime-200\/core-opacity-80 {
  color: rgb(217 249 157 / 80%);
}
.text-lime-200\/core-opacity-90 {
  color: rgb(217 249 157 / 90%);
}
.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}
.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}
.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}
.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}
.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}
.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}
.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}
.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}
.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}
.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}
.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}
.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}
.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}
.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}
.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}
.text-lime-300\/base-opacity-disabled {
  color: rgb(190 242 100 / 60%);
}
.text-lime-300\/core-opacity-0 {
  color: rgb(190 242 100 / 0%);
}
.text-lime-300\/core-opacity-10 {
  color: rgb(190 242 100 / 10%);
}
.text-lime-300\/core-opacity-100 {
  color: rgb(190 242 100 / 100%);
}
.text-lime-300\/core-opacity-20 {
  color: rgb(190 242 100 / 20%);
}
.text-lime-300\/core-opacity-30 {
  color: rgb(190 242 100 / 30%);
}
.text-lime-300\/core-opacity-40 {
  color: rgb(190 242 100 / 40%);
}
.text-lime-300\/core-opacity-50 {
  color: rgb(190 242 100 / 50%);
}
.text-lime-300\/core-opacity-60 {
  color: rgb(190 242 100 / 60%);
}
.text-lime-300\/core-opacity-70 {
  color: rgb(190 242 100 / 70%);
}
.text-lime-300\/core-opacity-80 {
  color: rgb(190 242 100 / 80%);
}
.text-lime-300\/core-opacity-90 {
  color: rgb(190 242 100 / 90%);
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}
.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}
.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}
.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}
.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}
.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}
.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}
.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}
.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}
.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}
.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}
.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}
.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}
.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}
.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}
.text-lime-400\/base-opacity-disabled {
  color: rgb(163 230 53 / 60%);
}
.text-lime-400\/core-opacity-0 {
  color: rgb(163 230 53 / 0%);
}
.text-lime-400\/core-opacity-10 {
  color: rgb(163 230 53 / 10%);
}
.text-lime-400\/core-opacity-100 {
  color: rgb(163 230 53 / 100%);
}
.text-lime-400\/core-opacity-20 {
  color: rgb(163 230 53 / 20%);
}
.text-lime-400\/core-opacity-30 {
  color: rgb(163 230 53 / 30%);
}
.text-lime-400\/core-opacity-40 {
  color: rgb(163 230 53 / 40%);
}
.text-lime-400\/core-opacity-50 {
  color: rgb(163 230 53 / 50%);
}
.text-lime-400\/core-opacity-60 {
  color: rgb(163 230 53 / 60%);
}
.text-lime-400\/core-opacity-70 {
  color: rgb(163 230 53 / 70%);
}
.text-lime-400\/core-opacity-80 {
  color: rgb(163 230 53 / 80%);
}
.text-lime-400\/core-opacity-90 {
  color: rgb(163 230 53 / 90%);
}
.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}
.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}
.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}
.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}
.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}
.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}
.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}
.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}
.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}
.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}
.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}
.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}
.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}
.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}
.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}
.text-lime-50\/base-opacity-disabled {
  color: rgb(247 254 231 / 60%);
}
.text-lime-50\/core-opacity-0 {
  color: rgb(247 254 231 / 0%);
}
.text-lime-50\/core-opacity-10 {
  color: rgb(247 254 231 / 10%);
}
.text-lime-50\/core-opacity-100 {
  color: rgb(247 254 231 / 100%);
}
.text-lime-50\/core-opacity-20 {
  color: rgb(247 254 231 / 20%);
}
.text-lime-50\/core-opacity-30 {
  color: rgb(247 254 231 / 30%);
}
.text-lime-50\/core-opacity-40 {
  color: rgb(247 254 231 / 40%);
}
.text-lime-50\/core-opacity-50 {
  color: rgb(247 254 231 / 50%);
}
.text-lime-50\/core-opacity-60 {
  color: rgb(247 254 231 / 60%);
}
.text-lime-50\/core-opacity-70 {
  color: rgb(247 254 231 / 70%);
}
.text-lime-50\/core-opacity-80 {
  color: rgb(247 254 231 / 80%);
}
.text-lime-50\/core-opacity-90 {
  color: rgb(247 254 231 / 90%);
}
.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}
.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}
.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}
.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}
.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}
.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}
.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}
.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}
.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}
.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}
.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}
.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}
.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}
.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}
.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}
.text-lime-500\/base-opacity-disabled {
  color: rgb(132 204 22 / 60%);
}
.text-lime-500\/core-opacity-0 {
  color: rgb(132 204 22 / 0%);
}
.text-lime-500\/core-opacity-10 {
  color: rgb(132 204 22 / 10%);
}
.text-lime-500\/core-opacity-100 {
  color: rgb(132 204 22 / 100%);
}
.text-lime-500\/core-opacity-20 {
  color: rgb(132 204 22 / 20%);
}
.text-lime-500\/core-opacity-30 {
  color: rgb(132 204 22 / 30%);
}
.text-lime-500\/core-opacity-40 {
  color: rgb(132 204 22 / 40%);
}
.text-lime-500\/core-opacity-50 {
  color: rgb(132 204 22 / 50%);
}
.text-lime-500\/core-opacity-60 {
  color: rgb(132 204 22 / 60%);
}
.text-lime-500\/core-opacity-70 {
  color: rgb(132 204 22 / 70%);
}
.text-lime-500\/core-opacity-80 {
  color: rgb(132 204 22 / 80%);
}
.text-lime-500\/core-opacity-90 {
  color: rgb(132 204 22 / 90%);
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}
.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}
.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}
.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}
.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}
.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}
.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}
.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}
.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}
.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}
.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}
.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}
.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}
.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}
.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}
.text-lime-600\/base-opacity-disabled {
  color: rgb(101 163 13 / 60%);
}
.text-lime-600\/core-opacity-0 {
  color: rgb(101 163 13 / 0%);
}
.text-lime-600\/core-opacity-10 {
  color: rgb(101 163 13 / 10%);
}
.text-lime-600\/core-opacity-100 {
  color: rgb(101 163 13 / 100%);
}
.text-lime-600\/core-opacity-20 {
  color: rgb(101 163 13 / 20%);
}
.text-lime-600\/core-opacity-30 {
  color: rgb(101 163 13 / 30%);
}
.text-lime-600\/core-opacity-40 {
  color: rgb(101 163 13 / 40%);
}
.text-lime-600\/core-opacity-50 {
  color: rgb(101 163 13 / 50%);
}
.text-lime-600\/core-opacity-60 {
  color: rgb(101 163 13 / 60%);
}
.text-lime-600\/core-opacity-70 {
  color: rgb(101 163 13 / 70%);
}
.text-lime-600\/core-opacity-80 {
  color: rgb(101 163 13 / 80%);
}
.text-lime-600\/core-opacity-90 {
  color: rgb(101 163 13 / 90%);
}
.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}
.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}
.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}
.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}
.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}
.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}
.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}
.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}
.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}
.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}
.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}
.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}
.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}
.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}
.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}
.text-lime-700\/base-opacity-disabled {
  color: rgb(77 124 15 / 60%);
}
.text-lime-700\/core-opacity-0 {
  color: rgb(77 124 15 / 0%);
}
.text-lime-700\/core-opacity-10 {
  color: rgb(77 124 15 / 10%);
}
.text-lime-700\/core-opacity-100 {
  color: rgb(77 124 15 / 100%);
}
.text-lime-700\/core-opacity-20 {
  color: rgb(77 124 15 / 20%);
}
.text-lime-700\/core-opacity-30 {
  color: rgb(77 124 15 / 30%);
}
.text-lime-700\/core-opacity-40 {
  color: rgb(77 124 15 / 40%);
}
.text-lime-700\/core-opacity-50 {
  color: rgb(77 124 15 / 50%);
}
.text-lime-700\/core-opacity-60 {
  color: rgb(77 124 15 / 60%);
}
.text-lime-700\/core-opacity-70 {
  color: rgb(77 124 15 / 70%);
}
.text-lime-700\/core-opacity-80 {
  color: rgb(77 124 15 / 80%);
}
.text-lime-700\/core-opacity-90 {
  color: rgb(77 124 15 / 90%);
}
.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}
.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}
.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}
.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}
.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}
.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}
.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}
.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}
.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}
.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}
.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}
.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}
.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}
.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}
.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}
.text-lime-800\/base-opacity-disabled {
  color: rgb(63 98 18 / 60%);
}
.text-lime-800\/core-opacity-0 {
  color: rgb(63 98 18 / 0%);
}
.text-lime-800\/core-opacity-10 {
  color: rgb(63 98 18 / 10%);
}
.text-lime-800\/core-opacity-100 {
  color: rgb(63 98 18 / 100%);
}
.text-lime-800\/core-opacity-20 {
  color: rgb(63 98 18 / 20%);
}
.text-lime-800\/core-opacity-30 {
  color: rgb(63 98 18 / 30%);
}
.text-lime-800\/core-opacity-40 {
  color: rgb(63 98 18 / 40%);
}
.text-lime-800\/core-opacity-50 {
  color: rgb(63 98 18 / 50%);
}
.text-lime-800\/core-opacity-60 {
  color: rgb(63 98 18 / 60%);
}
.text-lime-800\/core-opacity-70 {
  color: rgb(63 98 18 / 70%);
}
.text-lime-800\/core-opacity-80 {
  color: rgb(63 98 18 / 80%);
}
.text-lime-800\/core-opacity-90 {
  color: rgb(63 98 18 / 90%);
}
.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}
.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}
.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}
.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}
.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}
.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}
.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}
.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}
.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}
.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}
.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}
.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}
.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}
.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}
.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}
.text-lime-900\/base-opacity-disabled {
  color: rgb(54 83 20 / 60%);
}
.text-lime-900\/core-opacity-0 {
  color: rgb(54 83 20 / 0%);
}
.text-lime-900\/core-opacity-10 {
  color: rgb(54 83 20 / 10%);
}
.text-lime-900\/core-opacity-100 {
  color: rgb(54 83 20 / 100%);
}
.text-lime-900\/core-opacity-20 {
  color: rgb(54 83 20 / 20%);
}
.text-lime-900\/core-opacity-30 {
  color: rgb(54 83 20 / 30%);
}
.text-lime-900\/core-opacity-40 {
  color: rgb(54 83 20 / 40%);
}
.text-lime-900\/core-opacity-50 {
  color: rgb(54 83 20 / 50%);
}
.text-lime-900\/core-opacity-60 {
  color: rgb(54 83 20 / 60%);
}
.text-lime-900\/core-opacity-70 {
  color: rgb(54 83 20 / 70%);
}
.text-lime-900\/core-opacity-80 {
  color: rgb(54 83 20 / 80%);
}
.text-lime-900\/core-opacity-90 {
  color: rgb(54 83 20 / 90%);
}
.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}
.text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}
.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}
.text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}
.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}
.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}
.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}
.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}
.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}
.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}
.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}
.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}
.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}
.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}
.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}
.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}
.text-lime-950\/base-opacity-disabled {
  color: rgb(26 46 5 / 60%);
}
.text-lime-950\/core-opacity-0 {
  color: rgb(26 46 5 / 0%);
}
.text-lime-950\/core-opacity-10 {
  color: rgb(26 46 5 / 10%);
}
.text-lime-950\/core-opacity-100 {
  color: rgb(26 46 5 / 100%);
}
.text-lime-950\/core-opacity-20 {
  color: rgb(26 46 5 / 20%);
}
.text-lime-950\/core-opacity-30 {
  color: rgb(26 46 5 / 30%);
}
.text-lime-950\/core-opacity-40 {
  color: rgb(26 46 5 / 40%);
}
.text-lime-950\/core-opacity-50 {
  color: rgb(26 46 5 / 50%);
}
.text-lime-950\/core-opacity-60 {
  color: rgb(26 46 5 / 60%);
}
.text-lime-950\/core-opacity-70 {
  color: rgb(26 46 5 / 70%);
}
.text-lime-950\/core-opacity-80 {
  color: rgb(26 46 5 / 80%);
}
.text-lime-950\/core-opacity-90 {
  color: rgb(26 46 5 / 90%);
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}
.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}
.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}
.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}
.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}
.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}
.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}
.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}
.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}
.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}
.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}
.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}
.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}
.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}
.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}
.text-neutral-100\/base-opacity-disabled {
  color: rgb(245 245 245 / 60%);
}
.text-neutral-100\/core-opacity-0 {
  color: rgb(245 245 245 / 0%);
}
.text-neutral-100\/core-opacity-10 {
  color: rgb(245 245 245 / 10%);
}
.text-neutral-100\/core-opacity-100 {
  color: rgb(245 245 245 / 100%);
}
.text-neutral-100\/core-opacity-20 {
  color: rgb(245 245 245 / 20%);
}
.text-neutral-100\/core-opacity-30 {
  color: rgb(245 245 245 / 30%);
}
.text-neutral-100\/core-opacity-40 {
  color: rgb(245 245 245 / 40%);
}
.text-neutral-100\/core-opacity-50 {
  color: rgb(245 245 245 / 50%);
}
.text-neutral-100\/core-opacity-60 {
  color: rgb(245 245 245 / 60%);
}
.text-neutral-100\/core-opacity-70 {
  color: rgb(245 245 245 / 70%);
}
.text-neutral-100\/core-opacity-80 {
  color: rgb(245 245 245 / 80%);
}
.text-neutral-100\/core-opacity-90 {
  color: rgb(245 245 245 / 90%);
}
.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}
.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}
.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}
.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}
.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}
.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}
.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}
.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}
.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}
.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}
.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}
.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}
.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}
.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}
.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}
.text-neutral-200\/base-opacity-disabled {
  color: rgb(229 229 229 / 60%);
}
.text-neutral-200\/core-opacity-0 {
  color: rgb(229 229 229 / 0%);
}
.text-neutral-200\/core-opacity-10 {
  color: rgb(229 229 229 / 10%);
}
.text-neutral-200\/core-opacity-100 {
  color: rgb(229 229 229 / 100%);
}
.text-neutral-200\/core-opacity-20 {
  color: rgb(229 229 229 / 20%);
}
.text-neutral-200\/core-opacity-30 {
  color: rgb(229 229 229 / 30%);
}
.text-neutral-200\/core-opacity-40 {
  color: rgb(229 229 229 / 40%);
}
.text-neutral-200\/core-opacity-50 {
  color: rgb(229 229 229 / 50%);
}
.text-neutral-200\/core-opacity-60 {
  color: rgb(229 229 229 / 60%);
}
.text-neutral-200\/core-opacity-70 {
  color: rgb(229 229 229 / 70%);
}
.text-neutral-200\/core-opacity-80 {
  color: rgb(229 229 229 / 80%);
}
.text-neutral-200\/core-opacity-90 {
  color: rgb(229 229 229 / 90%);
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}
.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}
.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}
.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}
.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}
.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}
.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}
.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}
.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}
.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}
.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}
.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}
.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}
.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}
.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}
.text-neutral-300\/base-opacity-disabled {
  color: rgb(212 212 212 / 60%);
}
.text-neutral-300\/core-opacity-0 {
  color: rgb(212 212 212 / 0%);
}
.text-neutral-300\/core-opacity-10 {
  color: rgb(212 212 212 / 10%);
}
.text-neutral-300\/core-opacity-100 {
  color: rgb(212 212 212 / 100%);
}
.text-neutral-300\/core-opacity-20 {
  color: rgb(212 212 212 / 20%);
}
.text-neutral-300\/core-opacity-30 {
  color: rgb(212 212 212 / 30%);
}
.text-neutral-300\/core-opacity-40 {
  color: rgb(212 212 212 / 40%);
}
.text-neutral-300\/core-opacity-50 {
  color: rgb(212 212 212 / 50%);
}
.text-neutral-300\/core-opacity-60 {
  color: rgb(212 212 212 / 60%);
}
.text-neutral-300\/core-opacity-70 {
  color: rgb(212 212 212 / 70%);
}
.text-neutral-300\/core-opacity-80 {
  color: rgb(212 212 212 / 80%);
}
.text-neutral-300\/core-opacity-90 {
  color: rgb(212 212 212 / 90%);
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}
.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}
.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}
.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}
.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}
.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}
.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}
.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}
.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}
.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}
.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}
.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}
.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}
.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}
.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}
.text-neutral-400\/base-opacity-disabled {
  color: rgb(163 163 163 / 60%);
}
.text-neutral-400\/core-opacity-0 {
  color: rgb(163 163 163 / 0%);
}
.text-neutral-400\/core-opacity-10 {
  color: rgb(163 163 163 / 10%);
}
.text-neutral-400\/core-opacity-100 {
  color: rgb(163 163 163 / 100%);
}
.text-neutral-400\/core-opacity-20 {
  color: rgb(163 163 163 / 20%);
}
.text-neutral-400\/core-opacity-30 {
  color: rgb(163 163 163 / 30%);
}
.text-neutral-400\/core-opacity-40 {
  color: rgb(163 163 163 / 40%);
}
.text-neutral-400\/core-opacity-50 {
  color: rgb(163 163 163 / 50%);
}
.text-neutral-400\/core-opacity-60 {
  color: rgb(163 163 163 / 60%);
}
.text-neutral-400\/core-opacity-70 {
  color: rgb(163 163 163 / 70%);
}
.text-neutral-400\/core-opacity-80 {
  color: rgb(163 163 163 / 80%);
}
.text-neutral-400\/core-opacity-90 {
  color: rgb(163 163 163 / 90%);
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-neutral-50\/base-opacity-disabled {
  color: rgb(250 250 250 / 60%);
}
.text-neutral-50\/core-opacity-0 {
  color: rgb(250 250 250 / 0%);
}
.text-neutral-50\/core-opacity-10 {
  color: rgb(250 250 250 / 10%);
}
.text-neutral-50\/core-opacity-100 {
  color: rgb(250 250 250 / 100%);
}
.text-neutral-50\/core-opacity-20 {
  color: rgb(250 250 250 / 20%);
}
.text-neutral-50\/core-opacity-30 {
  color: rgb(250 250 250 / 30%);
}
.text-neutral-50\/core-opacity-40 {
  color: rgb(250 250 250 / 40%);
}
.text-neutral-50\/core-opacity-50 {
  color: rgb(250 250 250 / 50%);
}
.text-neutral-50\/core-opacity-60 {
  color: rgb(250 250 250 / 60%);
}
.text-neutral-50\/core-opacity-70 {
  color: rgb(250 250 250 / 70%);
}
.text-neutral-50\/core-opacity-80 {
  color: rgb(250 250 250 / 80%);
}
.text-neutral-50\/core-opacity-90 {
  color: rgb(250 250 250 / 90%);
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}
.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}
.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}
.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}
.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}
.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}
.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}
.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}
.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}
.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}
.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}
.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}
.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}
.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}
.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}
.text-neutral-500\/base-opacity-disabled {
  color: rgb(115 115 115 / 60%);
}
.text-neutral-500\/core-opacity-0 {
  color: rgb(115 115 115 / 0%);
}
.text-neutral-500\/core-opacity-10 {
  color: rgb(115 115 115 / 10%);
}
.text-neutral-500\/core-opacity-100 {
  color: rgb(115 115 115 / 100%);
}
.text-neutral-500\/core-opacity-20 {
  color: rgb(115 115 115 / 20%);
}
.text-neutral-500\/core-opacity-30 {
  color: rgb(115 115 115 / 30%);
}
.text-neutral-500\/core-opacity-40 {
  color: rgb(115 115 115 / 40%);
}
.text-neutral-500\/core-opacity-50 {
  color: rgb(115 115 115 / 50%);
}
.text-neutral-500\/core-opacity-60 {
  color: rgb(115 115 115 / 60%);
}
.text-neutral-500\/core-opacity-70 {
  color: rgb(115 115 115 / 70%);
}
.text-neutral-500\/core-opacity-80 {
  color: rgb(115 115 115 / 80%);
}
.text-neutral-500\/core-opacity-90 {
  color: rgb(115 115 115 / 90%);
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}
.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}
.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}
.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}
.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}
.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}
.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}
.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}
.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}
.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}
.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}
.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}
.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}
.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}
.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}
.text-neutral-600\/base-opacity-disabled {
  color: rgb(82 82 82 / 60%);
}
.text-neutral-600\/core-opacity-0 {
  color: rgb(82 82 82 / 0%);
}
.text-neutral-600\/core-opacity-10 {
  color: rgb(82 82 82 / 10%);
}
.text-neutral-600\/core-opacity-100 {
  color: rgb(82 82 82 / 100%);
}
.text-neutral-600\/core-opacity-20 {
  color: rgb(82 82 82 / 20%);
}
.text-neutral-600\/core-opacity-30 {
  color: rgb(82 82 82 / 30%);
}
.text-neutral-600\/core-opacity-40 {
  color: rgb(82 82 82 / 40%);
}
.text-neutral-600\/core-opacity-50 {
  color: rgb(82 82 82 / 50%);
}
.text-neutral-600\/core-opacity-60 {
  color: rgb(82 82 82 / 60%);
}
.text-neutral-600\/core-opacity-70 {
  color: rgb(82 82 82 / 70%);
}
.text-neutral-600\/core-opacity-80 {
  color: rgb(82 82 82 / 80%);
}
.text-neutral-600\/core-opacity-90 {
  color: rgb(82 82 82 / 90%);
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}
.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}
.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-neutral-700\/base-opacity-disabled {
  color: rgb(64 64 64 / 60%);
}
.text-neutral-700\/core-opacity-0 {
  color: rgb(64 64 64 / 0%);
}
.text-neutral-700\/core-opacity-10 {
  color: rgb(64 64 64 / 10%);
}
.text-neutral-700\/core-opacity-100 {
  color: rgb(64 64 64 / 100%);
}
.text-neutral-700\/core-opacity-20 {
  color: rgb(64 64 64 / 20%);
}
.text-neutral-700\/core-opacity-30 {
  color: rgb(64 64 64 / 30%);
}
.text-neutral-700\/core-opacity-40 {
  color: rgb(64 64 64 / 40%);
}
.text-neutral-700\/core-opacity-50 {
  color: rgb(64 64 64 / 50%);
}
.text-neutral-700\/core-opacity-60 {
  color: rgb(64 64 64 / 60%);
}
.text-neutral-700\/core-opacity-70 {
  color: rgb(64 64 64 / 70%);
}
.text-neutral-700\/core-opacity-80 {
  color: rgb(64 64 64 / 80%);
}
.text-neutral-700\/core-opacity-90 {
  color: rgb(64 64 64 / 90%);
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}
.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}
.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}
.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}
.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}
.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}
.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}
.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}
.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}
.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}
.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}
.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}
.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}
.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}
.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}
.text-neutral-800\/base-opacity-disabled {
  color: rgb(38 38 38 / 60%);
}
.text-neutral-800\/core-opacity-0 {
  color: rgb(38 38 38 / 0%);
}
.text-neutral-800\/core-opacity-10 {
  color: rgb(38 38 38 / 10%);
}
.text-neutral-800\/core-opacity-100 {
  color: rgb(38 38 38 / 100%);
}
.text-neutral-800\/core-opacity-20 {
  color: rgb(38 38 38 / 20%);
}
.text-neutral-800\/core-opacity-30 {
  color: rgb(38 38 38 / 30%);
}
.text-neutral-800\/core-opacity-40 {
  color: rgb(38 38 38 / 40%);
}
.text-neutral-800\/core-opacity-50 {
  color: rgb(38 38 38 / 50%);
}
.text-neutral-800\/core-opacity-60 {
  color: rgb(38 38 38 / 60%);
}
.text-neutral-800\/core-opacity-70 {
  color: rgb(38 38 38 / 70%);
}
.text-neutral-800\/core-opacity-80 {
  color: rgb(38 38 38 / 80%);
}
.text-neutral-800\/core-opacity-90 {
  color: rgb(38 38 38 / 90%);
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}
.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}
.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}
.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}
.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}
.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}
.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}
.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}
.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}
.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}
.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}
.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}
.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}
.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}
.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}
.text-neutral-900\/base-opacity-disabled {
  color: rgb(23 23 23 / 60%);
}
.text-neutral-900\/core-opacity-0 {
  color: rgb(23 23 23 / 0%);
}
.text-neutral-900\/core-opacity-10 {
  color: rgb(23 23 23 / 10%);
}
.text-neutral-900\/core-opacity-100 {
  color: rgb(23 23 23 / 100%);
}
.text-neutral-900\/core-opacity-20 {
  color: rgb(23 23 23 / 20%);
}
.text-neutral-900\/core-opacity-30 {
  color: rgb(23 23 23 / 30%);
}
.text-neutral-900\/core-opacity-40 {
  color: rgb(23 23 23 / 40%);
}
.text-neutral-900\/core-opacity-50 {
  color: rgb(23 23 23 / 50%);
}
.text-neutral-900\/core-opacity-60 {
  color: rgb(23 23 23 / 60%);
}
.text-neutral-900\/core-opacity-70 {
  color: rgb(23 23 23 / 70%);
}
.text-neutral-900\/core-opacity-80 {
  color: rgb(23 23 23 / 80%);
}
.text-neutral-900\/core-opacity-90 {
  color: rgb(23 23 23 / 90%);
}
.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}
.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}
.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}
.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}
.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}
.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}
.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}
.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}
.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}
.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}
.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}
.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}
.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}
.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}
.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}
.text-neutral-950\/base-opacity-disabled {
  color: rgb(10 10 10 / 60%);
}
.text-neutral-950\/core-opacity-0 {
  color: rgb(10 10 10 / 0%);
}
.text-neutral-950\/core-opacity-10 {
  color: rgb(10 10 10 / 10%);
}
.text-neutral-950\/core-opacity-100 {
  color: rgb(10 10 10 / 100%);
}
.text-neutral-950\/core-opacity-20 {
  color: rgb(10 10 10 / 20%);
}
.text-neutral-950\/core-opacity-30 {
  color: rgb(10 10 10 / 30%);
}
.text-neutral-950\/core-opacity-40 {
  color: rgb(10 10 10 / 40%);
}
.text-neutral-950\/core-opacity-50 {
  color: rgb(10 10 10 / 50%);
}
.text-neutral-950\/core-opacity-60 {
  color: rgb(10 10 10 / 60%);
}
.text-neutral-950\/core-opacity-70 {
  color: rgb(10 10 10 / 70%);
}
.text-neutral-950\/core-opacity-80 {
  color: rgb(10 10 10 / 80%);
}
.text-neutral-950\/core-opacity-90 {
  color: rgb(10 10 10 / 90%);
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}
.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}
.text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}
.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}
.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}
.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}
.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}
.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}
.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}
.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}
.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}
.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}
.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}
.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}
.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}
.text-orange-100\/base-opacity-disabled {
  color: rgb(255 237 213 / 60%);
}
.text-orange-100\/core-opacity-0 {
  color: rgb(255 237 213 / 0%);
}
.text-orange-100\/core-opacity-10 {
  color: rgb(255 237 213 / 10%);
}
.text-orange-100\/core-opacity-100 {
  color: rgb(255 237 213 / 100%);
}
.text-orange-100\/core-opacity-20 {
  color: rgb(255 237 213 / 20%);
}
.text-orange-100\/core-opacity-30 {
  color: rgb(255 237 213 / 30%);
}
.text-orange-100\/core-opacity-40 {
  color: rgb(255 237 213 / 40%);
}
.text-orange-100\/core-opacity-50 {
  color: rgb(255 237 213 / 50%);
}
.text-orange-100\/core-opacity-60 {
  color: rgb(255 237 213 / 60%);
}
.text-orange-100\/core-opacity-70 {
  color: rgb(255 237 213 / 70%);
}
.text-orange-100\/core-opacity-80 {
  color: rgb(255 237 213 / 80%);
}
.text-orange-100\/core-opacity-90 {
  color: rgb(255 237 213 / 90%);
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}
.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}
.text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}
.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}
.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}
.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}
.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}
.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}
.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}
.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}
.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}
.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}
.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}
.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}
.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}
.text-orange-200\/base-opacity-disabled {
  color: rgb(254 215 170 / 60%);
}
.text-orange-200\/core-opacity-0 {
  color: rgb(254 215 170 / 0%);
}
.text-orange-200\/core-opacity-10 {
  color: rgb(254 215 170 / 10%);
}
.text-orange-200\/core-opacity-100 {
  color: rgb(254 215 170 / 100%);
}
.text-orange-200\/core-opacity-20 {
  color: rgb(254 215 170 / 20%);
}
.text-orange-200\/core-opacity-30 {
  color: rgb(254 215 170 / 30%);
}
.text-orange-200\/core-opacity-40 {
  color: rgb(254 215 170 / 40%);
}
.text-orange-200\/core-opacity-50 {
  color: rgb(254 215 170 / 50%);
}
.text-orange-200\/core-opacity-60 {
  color: rgb(254 215 170 / 60%);
}
.text-orange-200\/core-opacity-70 {
  color: rgb(254 215 170 / 70%);
}
.text-orange-200\/core-opacity-80 {
  color: rgb(254 215 170 / 80%);
}
.text-orange-200\/core-opacity-90 {
  color: rgb(254 215 170 / 90%);
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}
.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}
.text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}
.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}
.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}
.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}
.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}
.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}
.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}
.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}
.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}
.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}
.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}
.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}
.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}
.text-orange-300\/base-opacity-disabled {
  color: rgb(253 186 116 / 60%);
}
.text-orange-300\/core-opacity-0 {
  color: rgb(253 186 116 / 0%);
}
.text-orange-300\/core-opacity-10 {
  color: rgb(253 186 116 / 10%);
}
.text-orange-300\/core-opacity-100 {
  color: rgb(253 186 116 / 100%);
}
.text-orange-300\/core-opacity-20 {
  color: rgb(253 186 116 / 20%);
}
.text-orange-300\/core-opacity-30 {
  color: rgb(253 186 116 / 30%);
}
.text-orange-300\/core-opacity-40 {
  color: rgb(253 186 116 / 40%);
}
.text-orange-300\/core-opacity-50 {
  color: rgb(253 186 116 / 50%);
}
.text-orange-300\/core-opacity-60 {
  color: rgb(253 186 116 / 60%);
}
.text-orange-300\/core-opacity-70 {
  color: rgb(253 186 116 / 70%);
}
.text-orange-300\/core-opacity-80 {
  color: rgb(253 186 116 / 80%);
}
.text-orange-300\/core-opacity-90 {
  color: rgb(253 186 116 / 90%);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}
.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}
.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}
.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}
.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}
.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}
.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}
.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}
.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}
.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}
.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}
.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}
.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}
.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}
.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}
.text-orange-400\/base-opacity-disabled {
  color: rgb(251 146 60 / 60%);
}
.text-orange-400\/core-opacity-0 {
  color: rgb(251 146 60 / 0%);
}
.text-orange-400\/core-opacity-10 {
  color: rgb(251 146 60 / 10%);
}
.text-orange-400\/core-opacity-100 {
  color: rgb(251 146 60 / 100%);
}
.text-orange-400\/core-opacity-20 {
  color: rgb(251 146 60 / 20%);
}
.text-orange-400\/core-opacity-30 {
  color: rgb(251 146 60 / 30%);
}
.text-orange-400\/core-opacity-40 {
  color: rgb(251 146 60 / 40%);
}
.text-orange-400\/core-opacity-50 {
  color: rgb(251 146 60 / 50%);
}
.text-orange-400\/core-opacity-60 {
  color: rgb(251 146 60 / 60%);
}
.text-orange-400\/core-opacity-70 {
  color: rgb(251 146 60 / 70%);
}
.text-orange-400\/core-opacity-80 {
  color: rgb(251 146 60 / 80%);
}
.text-orange-400\/core-opacity-90 {
  color: rgb(251 146 60 / 90%);
}
.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}
.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}
.text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}
.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}
.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}
.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}
.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}
.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}
.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}
.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}
.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}
.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}
.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}
.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}
.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}
.text-orange-50\/base-opacity-disabled {
  color: rgb(255 247 237 / 60%);
}
.text-orange-50\/core-opacity-0 {
  color: rgb(255 247 237 / 0%);
}
.text-orange-50\/core-opacity-10 {
  color: rgb(255 247 237 / 10%);
}
.text-orange-50\/core-opacity-100 {
  color: rgb(255 247 237 / 100%);
}
.text-orange-50\/core-opacity-20 {
  color: rgb(255 247 237 / 20%);
}
.text-orange-50\/core-opacity-30 {
  color: rgb(255 247 237 / 30%);
}
.text-orange-50\/core-opacity-40 {
  color: rgb(255 247 237 / 40%);
}
.text-orange-50\/core-opacity-50 {
  color: rgb(255 247 237 / 50%);
}
.text-orange-50\/core-opacity-60 {
  color: rgb(255 247 237 / 60%);
}
.text-orange-50\/core-opacity-70 {
  color: rgb(255 247 237 / 70%);
}
.text-orange-50\/core-opacity-80 {
  color: rgb(255 247 237 / 80%);
}
.text-orange-50\/core-opacity-90 {
  color: rgb(255 247 237 / 90%);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}
.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}
.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}
.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}
.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}
.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}
.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}
.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}
.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}
.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}
.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}
.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}
.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}
.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}
.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}
.text-orange-500\/base-opacity-disabled {
  color: rgb(249 115 22 / 60%);
}
.text-orange-500\/core-opacity-0 {
  color: rgb(249 115 22 / 0%);
}
.text-orange-500\/core-opacity-10 {
  color: rgb(249 115 22 / 10%);
}
.text-orange-500\/core-opacity-100 {
  color: rgb(249 115 22 / 100%);
}
.text-orange-500\/core-opacity-20 {
  color: rgb(249 115 22 / 20%);
}
.text-orange-500\/core-opacity-30 {
  color: rgb(249 115 22 / 30%);
}
.text-orange-500\/core-opacity-40 {
  color: rgb(249 115 22 / 40%);
}
.text-orange-500\/core-opacity-50 {
  color: rgb(249 115 22 / 50%);
}
.text-orange-500\/core-opacity-60 {
  color: rgb(249 115 22 / 60%);
}
.text-orange-500\/core-opacity-70 {
  color: rgb(249 115 22 / 70%);
}
.text-orange-500\/core-opacity-80 {
  color: rgb(249 115 22 / 80%);
}
.text-orange-500\/core-opacity-90 {
  color: rgb(249 115 22 / 90%);
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}
.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}
.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}
.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}
.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}
.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}
.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}
.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}
.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}
.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}
.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}
.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}
.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}
.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}
.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}
.text-orange-600\/base-opacity-disabled {
  color: rgb(234 88 12 / 60%);
}
.text-orange-600\/core-opacity-0 {
  color: rgb(234 88 12 / 0%);
}
.text-orange-600\/core-opacity-10 {
  color: rgb(234 88 12 / 10%);
}
.text-orange-600\/core-opacity-100 {
  color: rgb(234 88 12 / 100%);
}
.text-orange-600\/core-opacity-20 {
  color: rgb(234 88 12 / 20%);
}
.text-orange-600\/core-opacity-30 {
  color: rgb(234 88 12 / 30%);
}
.text-orange-600\/core-opacity-40 {
  color: rgb(234 88 12 / 40%);
}
.text-orange-600\/core-opacity-50 {
  color: rgb(234 88 12 / 50%);
}
.text-orange-600\/core-opacity-60 {
  color: rgb(234 88 12 / 60%);
}
.text-orange-600\/core-opacity-70 {
  color: rgb(234 88 12 / 70%);
}
.text-orange-600\/core-opacity-80 {
  color: rgb(234 88 12 / 80%);
}
.text-orange-600\/core-opacity-90 {
  color: rgb(234 88 12 / 90%);
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}
.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}
.text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}
.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}
.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}
.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}
.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}
.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}
.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}
.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}
.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}
.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}
.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}
.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}
.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}
.text-orange-700\/base-opacity-disabled {
  color: rgb(194 65 12 / 60%);
}
.text-orange-700\/core-opacity-0 {
  color: rgb(194 65 12 / 0%);
}
.text-orange-700\/core-opacity-10 {
  color: rgb(194 65 12 / 10%);
}
.text-orange-700\/core-opacity-100 {
  color: rgb(194 65 12 / 100%);
}
.text-orange-700\/core-opacity-20 {
  color: rgb(194 65 12 / 20%);
}
.text-orange-700\/core-opacity-30 {
  color: rgb(194 65 12 / 30%);
}
.text-orange-700\/core-opacity-40 {
  color: rgb(194 65 12 / 40%);
}
.text-orange-700\/core-opacity-50 {
  color: rgb(194 65 12 / 50%);
}
.text-orange-700\/core-opacity-60 {
  color: rgb(194 65 12 / 60%);
}
.text-orange-700\/core-opacity-70 {
  color: rgb(194 65 12 / 70%);
}
.text-orange-700\/core-opacity-80 {
  color: rgb(194 65 12 / 80%);
}
.text-orange-700\/core-opacity-90 {
  color: rgb(194 65 12 / 90%);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}
.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}
.text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}
.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}
.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}
.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}
.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}
.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}
.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}
.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}
.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}
.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}
.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}
.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}
.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}
.text-orange-800\/base-opacity-disabled {
  color: rgb(154 52 18 / 60%);
}
.text-orange-800\/core-opacity-0 {
  color: rgb(154 52 18 / 0%);
}
.text-orange-800\/core-opacity-10 {
  color: rgb(154 52 18 / 10%);
}
.text-orange-800\/core-opacity-100 {
  color: rgb(154 52 18 / 100%);
}
.text-orange-800\/core-opacity-20 {
  color: rgb(154 52 18 / 20%);
}
.text-orange-800\/core-opacity-30 {
  color: rgb(154 52 18 / 30%);
}
.text-orange-800\/core-opacity-40 {
  color: rgb(154 52 18 / 40%);
}
.text-orange-800\/core-opacity-50 {
  color: rgb(154 52 18 / 50%);
}
.text-orange-800\/core-opacity-60 {
  color: rgb(154 52 18 / 60%);
}
.text-orange-800\/core-opacity-70 {
  color: rgb(154 52 18 / 70%);
}
.text-orange-800\/core-opacity-80 {
  color: rgb(154 52 18 / 80%);
}
.text-orange-800\/core-opacity-90 {
  color: rgb(154 52 18 / 90%);
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}
.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}
.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}
.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}
.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}
.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}
.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}
.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}
.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}
.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}
.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}
.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}
.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}
.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}
.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}
.text-orange-900\/base-opacity-disabled {
  color: rgb(124 45 18 / 60%);
}
.text-orange-900\/core-opacity-0 {
  color: rgb(124 45 18 / 0%);
}
.text-orange-900\/core-opacity-10 {
  color: rgb(124 45 18 / 10%);
}
.text-orange-900\/core-opacity-100 {
  color: rgb(124 45 18 / 100%);
}
.text-orange-900\/core-opacity-20 {
  color: rgb(124 45 18 / 20%);
}
.text-orange-900\/core-opacity-30 {
  color: rgb(124 45 18 / 30%);
}
.text-orange-900\/core-opacity-40 {
  color: rgb(124 45 18 / 40%);
}
.text-orange-900\/core-opacity-50 {
  color: rgb(124 45 18 / 50%);
}
.text-orange-900\/core-opacity-60 {
  color: rgb(124 45 18 / 60%);
}
.text-orange-900\/core-opacity-70 {
  color: rgb(124 45 18 / 70%);
}
.text-orange-900\/core-opacity-80 {
  color: rgb(124 45 18 / 80%);
}
.text-orange-900\/core-opacity-90 {
  color: rgb(124 45 18 / 90%);
}
.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
.text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}
.text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}
.text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}
.text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}
.text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}
.text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}
.text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}
.text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}
.text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}
.text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}
.text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}
.text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}
.text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}
.text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}
.text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}
.text-orange-950\/base-opacity-disabled {
  color: rgb(67 20 7 / 60%);
}
.text-orange-950\/core-opacity-0 {
  color: rgb(67 20 7 / 0%);
}
.text-orange-950\/core-opacity-10 {
  color: rgb(67 20 7 / 10%);
}
.text-orange-950\/core-opacity-100 {
  color: rgb(67 20 7 / 100%);
}
.text-orange-950\/core-opacity-20 {
  color: rgb(67 20 7 / 20%);
}
.text-orange-950\/core-opacity-30 {
  color: rgb(67 20 7 / 30%);
}
.text-orange-950\/core-opacity-40 {
  color: rgb(67 20 7 / 40%);
}
.text-orange-950\/core-opacity-50 {
  color: rgb(67 20 7 / 50%);
}
.text-orange-950\/core-opacity-60 {
  color: rgb(67 20 7 / 60%);
}
.text-orange-950\/core-opacity-70 {
  color: rgb(67 20 7 / 70%);
}
.text-orange-950\/core-opacity-80 {
  color: rgb(67 20 7 / 80%);
}
.text-orange-950\/core-opacity-90 {
  color: rgb(67 20 7 / 90%);
}
.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}
.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}
.text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}
.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}
.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}
.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}
.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}
.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}
.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}
.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}
.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}
.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}
.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}
.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}
.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}
.text-pink-100\/base-opacity-disabled {
  color: rgb(252 231 243 / 60%);
}
.text-pink-100\/core-opacity-0 {
  color: rgb(252 231 243 / 0%);
}
.text-pink-100\/core-opacity-10 {
  color: rgb(252 231 243 / 10%);
}
.text-pink-100\/core-opacity-100 {
  color: rgb(252 231 243 / 100%);
}
.text-pink-100\/core-opacity-20 {
  color: rgb(252 231 243 / 20%);
}
.text-pink-100\/core-opacity-30 {
  color: rgb(252 231 243 / 30%);
}
.text-pink-100\/core-opacity-40 {
  color: rgb(252 231 243 / 40%);
}
.text-pink-100\/core-opacity-50 {
  color: rgb(252 231 243 / 50%);
}
.text-pink-100\/core-opacity-60 {
  color: rgb(252 231 243 / 60%);
}
.text-pink-100\/core-opacity-70 {
  color: rgb(252 231 243 / 70%);
}
.text-pink-100\/core-opacity-80 {
  color: rgb(252 231 243 / 80%);
}
.text-pink-100\/core-opacity-90 {
  color: rgb(252 231 243 / 90%);
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}
.text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}
.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}
.text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}
.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}
.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}
.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}
.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}
.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}
.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}
.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}
.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}
.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}
.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}
.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}
.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}
.text-pink-200\/base-opacity-disabled {
  color: rgb(251 207 232 / 60%);
}
.text-pink-200\/core-opacity-0 {
  color: rgb(251 207 232 / 0%);
}
.text-pink-200\/core-opacity-10 {
  color: rgb(251 207 232 / 10%);
}
.text-pink-200\/core-opacity-100 {
  color: rgb(251 207 232 / 100%);
}
.text-pink-200\/core-opacity-20 {
  color: rgb(251 207 232 / 20%);
}
.text-pink-200\/core-opacity-30 {
  color: rgb(251 207 232 / 30%);
}
.text-pink-200\/core-opacity-40 {
  color: rgb(251 207 232 / 40%);
}
.text-pink-200\/core-opacity-50 {
  color: rgb(251 207 232 / 50%);
}
.text-pink-200\/core-opacity-60 {
  color: rgb(251 207 232 / 60%);
}
.text-pink-200\/core-opacity-70 {
  color: rgb(251 207 232 / 70%);
}
.text-pink-200\/core-opacity-80 {
  color: rgb(251 207 232 / 80%);
}
.text-pink-200\/core-opacity-90 {
  color: rgb(251 207 232 / 90%);
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}
.text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}
.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}
.text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}
.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}
.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}
.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}
.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}
.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}
.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}
.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}
.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}
.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}
.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}
.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}
.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}
.text-pink-300\/base-opacity-disabled {
  color: rgb(249 168 212 / 60%);
}
.text-pink-300\/core-opacity-0 {
  color: rgb(249 168 212 / 0%);
}
.text-pink-300\/core-opacity-10 {
  color: rgb(249 168 212 / 10%);
}
.text-pink-300\/core-opacity-100 {
  color: rgb(249 168 212 / 100%);
}
.text-pink-300\/core-opacity-20 {
  color: rgb(249 168 212 / 20%);
}
.text-pink-300\/core-opacity-30 {
  color: rgb(249 168 212 / 30%);
}
.text-pink-300\/core-opacity-40 {
  color: rgb(249 168 212 / 40%);
}
.text-pink-300\/core-opacity-50 {
  color: rgb(249 168 212 / 50%);
}
.text-pink-300\/core-opacity-60 {
  color: rgb(249 168 212 / 60%);
}
.text-pink-300\/core-opacity-70 {
  color: rgb(249 168 212 / 70%);
}
.text-pink-300\/core-opacity-80 {
  color: rgb(249 168 212 / 80%);
}
.text-pink-300\/core-opacity-90 {
  color: rgb(249 168 212 / 90%);
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}
.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}
.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}
.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}
.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}
.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}
.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}
.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}
.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}
.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}
.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}
.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}
.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}
.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}
.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}
.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}
.text-pink-400\/base-opacity-disabled {
  color: rgb(244 114 182 / 60%);
}
.text-pink-400\/core-opacity-0 {
  color: rgb(244 114 182 / 0%);
}
.text-pink-400\/core-opacity-10 {
  color: rgb(244 114 182 / 10%);
}
.text-pink-400\/core-opacity-100 {
  color: rgb(244 114 182 / 100%);
}
.text-pink-400\/core-opacity-20 {
  color: rgb(244 114 182 / 20%);
}
.text-pink-400\/core-opacity-30 {
  color: rgb(244 114 182 / 30%);
}
.text-pink-400\/core-opacity-40 {
  color: rgb(244 114 182 / 40%);
}
.text-pink-400\/core-opacity-50 {
  color: rgb(244 114 182 / 50%);
}
.text-pink-400\/core-opacity-60 {
  color: rgb(244 114 182 / 60%);
}
.text-pink-400\/core-opacity-70 {
  color: rgb(244 114 182 / 70%);
}
.text-pink-400\/core-opacity-80 {
  color: rgb(244 114 182 / 80%);
}
.text-pink-400\/core-opacity-90 {
  color: rgb(244 114 182 / 90%);
}
.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}
.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}
.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}
.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}
.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}
.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}
.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}
.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}
.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}
.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}
.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}
.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}
.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}
.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}
.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}
.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}
.text-pink-50\/base-opacity-disabled {
  color: rgb(253 242 248 / 60%);
}
.text-pink-50\/core-opacity-0 {
  color: rgb(253 242 248 / 0%);
}
.text-pink-50\/core-opacity-10 {
  color: rgb(253 242 248 / 10%);
}
.text-pink-50\/core-opacity-100 {
  color: rgb(253 242 248 / 100%);
}
.text-pink-50\/core-opacity-20 {
  color: rgb(253 242 248 / 20%);
}
.text-pink-50\/core-opacity-30 {
  color: rgb(253 242 248 / 30%);
}
.text-pink-50\/core-opacity-40 {
  color: rgb(253 242 248 / 40%);
}
.text-pink-50\/core-opacity-50 {
  color: rgb(253 242 248 / 50%);
}
.text-pink-50\/core-opacity-60 {
  color: rgb(253 242 248 / 60%);
}
.text-pink-50\/core-opacity-70 {
  color: rgb(253 242 248 / 70%);
}
.text-pink-50\/core-opacity-80 {
  color: rgb(253 242 248 / 80%);
}
.text-pink-50\/core-opacity-90 {
  color: rgb(253 242 248 / 90%);
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}
.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}
.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}
.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}
.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}
.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}
.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}
.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}
.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}
.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}
.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}
.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}
.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}
.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}
.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}
.text-pink-500\/base-opacity-disabled {
  color: rgb(236 72 153 / 60%);
}
.text-pink-500\/core-opacity-0 {
  color: rgb(236 72 153 / 0%);
}
.text-pink-500\/core-opacity-10 {
  color: rgb(236 72 153 / 10%);
}
.text-pink-500\/core-opacity-100 {
  color: rgb(236 72 153 / 100%);
}
.text-pink-500\/core-opacity-20 {
  color: rgb(236 72 153 / 20%);
}
.text-pink-500\/core-opacity-30 {
  color: rgb(236 72 153 / 30%);
}
.text-pink-500\/core-opacity-40 {
  color: rgb(236 72 153 / 40%);
}
.text-pink-500\/core-opacity-50 {
  color: rgb(236 72 153 / 50%);
}
.text-pink-500\/core-opacity-60 {
  color: rgb(236 72 153 / 60%);
}
.text-pink-500\/core-opacity-70 {
  color: rgb(236 72 153 / 70%);
}
.text-pink-500\/core-opacity-80 {
  color: rgb(236 72 153 / 80%);
}
.text-pink-500\/core-opacity-90 {
  color: rgb(236 72 153 / 90%);
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}
.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}
.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}
.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}
.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}
.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}
.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}
.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}
.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}
.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}
.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}
.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}
.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}
.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}
.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}
.text-pink-600\/base-opacity-disabled {
  color: rgb(219 39 119 / 60%);
}
.text-pink-600\/core-opacity-0 {
  color: rgb(219 39 119 / 0%);
}
.text-pink-600\/core-opacity-10 {
  color: rgb(219 39 119 / 10%);
}
.text-pink-600\/core-opacity-100 {
  color: rgb(219 39 119 / 100%);
}
.text-pink-600\/core-opacity-20 {
  color: rgb(219 39 119 / 20%);
}
.text-pink-600\/core-opacity-30 {
  color: rgb(219 39 119 / 30%);
}
.text-pink-600\/core-opacity-40 {
  color: rgb(219 39 119 / 40%);
}
.text-pink-600\/core-opacity-50 {
  color: rgb(219 39 119 / 50%);
}
.text-pink-600\/core-opacity-60 {
  color: rgb(219 39 119 / 60%);
}
.text-pink-600\/core-opacity-70 {
  color: rgb(219 39 119 / 70%);
}
.text-pink-600\/core-opacity-80 {
  color: rgb(219 39 119 / 80%);
}
.text-pink-600\/core-opacity-90 {
  color: rgb(219 39 119 / 90%);
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}
.text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}
.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}
.text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}
.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}
.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}
.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}
.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}
.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}
.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}
.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}
.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}
.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}
.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}
.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}
.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}
.text-pink-700\/base-opacity-disabled {
  color: rgb(190 24 93 / 60%);
}
.text-pink-700\/core-opacity-0 {
  color: rgb(190 24 93 / 0%);
}
.text-pink-700\/core-opacity-10 {
  color: rgb(190 24 93 / 10%);
}
.text-pink-700\/core-opacity-100 {
  color: rgb(190 24 93 / 100%);
}
.text-pink-700\/core-opacity-20 {
  color: rgb(190 24 93 / 20%);
}
.text-pink-700\/core-opacity-30 {
  color: rgb(190 24 93 / 30%);
}
.text-pink-700\/core-opacity-40 {
  color: rgb(190 24 93 / 40%);
}
.text-pink-700\/core-opacity-50 {
  color: rgb(190 24 93 / 50%);
}
.text-pink-700\/core-opacity-60 {
  color: rgb(190 24 93 / 60%);
}
.text-pink-700\/core-opacity-70 {
  color: rgb(190 24 93 / 70%);
}
.text-pink-700\/core-opacity-80 {
  color: rgb(190 24 93 / 80%);
}
.text-pink-700\/core-opacity-90 {
  color: rgb(190 24 93 / 90%);
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}
.text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}
.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}
.text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}
.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}
.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}
.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}
.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}
.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}
.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}
.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}
.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}
.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}
.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}
.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}
.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}
.text-pink-800\/base-opacity-disabled {
  color: rgb(157 23 77 / 60%);
}
.text-pink-800\/core-opacity-0 {
  color: rgb(157 23 77 / 0%);
}
.text-pink-800\/core-opacity-10 {
  color: rgb(157 23 77 / 10%);
}
.text-pink-800\/core-opacity-100 {
  color: rgb(157 23 77 / 100%);
}
.text-pink-800\/core-opacity-20 {
  color: rgb(157 23 77 / 20%);
}
.text-pink-800\/core-opacity-30 {
  color: rgb(157 23 77 / 30%);
}
.text-pink-800\/core-opacity-40 {
  color: rgb(157 23 77 / 40%);
}
.text-pink-800\/core-opacity-50 {
  color: rgb(157 23 77 / 50%);
}
.text-pink-800\/core-opacity-60 {
  color: rgb(157 23 77 / 60%);
}
.text-pink-800\/core-opacity-70 {
  color: rgb(157 23 77 / 70%);
}
.text-pink-800\/core-opacity-80 {
  color: rgb(157 23 77 / 80%);
}
.text-pink-800\/core-opacity-90 {
  color: rgb(157 23 77 / 90%);
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}
.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}
.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}
.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}
.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}
.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}
.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}
.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}
.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}
.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}
.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}
.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}
.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}
.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}
.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}
.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}
.text-pink-900\/base-opacity-disabled {
  color: rgb(131 24 67 / 60%);
}
.text-pink-900\/core-opacity-0 {
  color: rgb(131 24 67 / 0%);
}
.text-pink-900\/core-opacity-10 {
  color: rgb(131 24 67 / 10%);
}
.text-pink-900\/core-opacity-100 {
  color: rgb(131 24 67 / 100%);
}
.text-pink-900\/core-opacity-20 {
  color: rgb(131 24 67 / 20%);
}
.text-pink-900\/core-opacity-30 {
  color: rgb(131 24 67 / 30%);
}
.text-pink-900\/core-opacity-40 {
  color: rgb(131 24 67 / 40%);
}
.text-pink-900\/core-opacity-50 {
  color: rgb(131 24 67 / 50%);
}
.text-pink-900\/core-opacity-60 {
  color: rgb(131 24 67 / 60%);
}
.text-pink-900\/core-opacity-70 {
  color: rgb(131 24 67 / 70%);
}
.text-pink-900\/core-opacity-80 {
  color: rgb(131 24 67 / 80%);
}
.text-pink-900\/core-opacity-90 {
  color: rgb(131 24 67 / 90%);
}
.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}
.text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}
.text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}
.text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}
.text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2);
}
.text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25);
}
.text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3);
}
.text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4);
}
.text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05);
}
.text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5);
}
.text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6);
}
.text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7);
}
.text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75);
}
.text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8);
}
.text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9);
}
.text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}
.text-pink-950\/base-opacity-disabled {
  color: rgb(80 7 36 / 60%);
}
.text-pink-950\/core-opacity-0 {
  color: rgb(80 7 36 / 0%);
}
.text-pink-950\/core-opacity-10 {
  color: rgb(80 7 36 / 10%);
}
.text-pink-950\/core-opacity-100 {
  color: rgb(80 7 36 / 100%);
}
.text-pink-950\/core-opacity-20 {
  color: rgb(80 7 36 / 20%);
}
.text-pink-950\/core-opacity-30 {
  color: rgb(80 7 36 / 30%);
}
.text-pink-950\/core-opacity-40 {
  color: rgb(80 7 36 / 40%);
}
.text-pink-950\/core-opacity-50 {
  color: rgb(80 7 36 / 50%);
}
.text-pink-950\/core-opacity-60 {
  color: rgb(80 7 36 / 60%);
}
.text-pink-950\/core-opacity-70 {
  color: rgb(80 7 36 / 70%);
}
.text-pink-950\/core-opacity-80 {
  color: rgb(80 7 36 / 80%);
}
.text-pink-950\/core-opacity-90 {
  color: rgb(80 7 36 / 90%);
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.text-primary-dark\/0 {
  color: rgb(60 59 151 / 0);
}
.text-primary-dark\/10 {
  color: rgb(60 59 151 / 0.1);
}
.text-primary-dark\/100 {
  color: rgb(60 59 151 / 1);
}
.text-primary-dark\/20 {
  color: rgb(60 59 151 / 0.2);
}
.text-primary-dark\/25 {
  color: rgb(60 59 151 / 0.25);
}
.text-primary-dark\/30 {
  color: rgb(60 59 151 / 0.3);
}
.text-primary-dark\/40 {
  color: rgb(60 59 151 / 0.4);
}
.text-primary-dark\/5 {
  color: rgb(60 59 151 / 0.05);
}
.text-primary-dark\/50 {
  color: rgb(60 59 151 / 0.5);
}
.text-primary-dark\/60 {
  color: rgb(60 59 151 / 0.6);
}
.text-primary-dark\/70 {
  color: rgb(60 59 151 / 0.7);
}
.text-primary-dark\/75 {
  color: rgb(60 59 151 / 0.75);
}
.text-primary-dark\/80 {
  color: rgb(60 59 151 / 0.8);
}
.text-primary-dark\/90 {
  color: rgb(60 59 151 / 0.9);
}
.text-primary-dark\/95 {
  color: rgb(60 59 151 / 0.95);
}
.text-primary-dark\/base-opacity-disabled {
  color: rgb(60 59 151 / 60%);
}
.text-primary-dark\/core-opacity-0 {
  color: rgb(60 59 151 / 0%);
}
.text-primary-dark\/core-opacity-10 {
  color: rgb(60 59 151 / 10%);
}
.text-primary-dark\/core-opacity-100 {
  color: rgb(60 59 151 / 100%);
}
.text-primary-dark\/core-opacity-20 {
  color: rgb(60 59 151 / 20%);
}
.text-primary-dark\/core-opacity-30 {
  color: rgb(60 59 151 / 30%);
}
.text-primary-dark\/core-opacity-40 {
  color: rgb(60 59 151 / 40%);
}
.text-primary-dark\/core-opacity-50 {
  color: rgb(60 59 151 / 50%);
}
.text-primary-dark\/core-opacity-60 {
  color: rgb(60 59 151 / 60%);
}
.text-primary-dark\/core-opacity-70 {
  color: rgb(60 59 151 / 70%);
}
.text-primary-dark\/core-opacity-80 {
  color: rgb(60 59 151 / 80%);
}
.text-primary-dark\/core-opacity-90 {
  color: rgb(60 59 151 / 90%);
}
.text-primary-light {
  --tw-text-opacity: 1;
  color: rgb(205 214 249 / var(--tw-text-opacity));
}
.text-primary-light\/0 {
  color: rgb(205 214 249 / 0);
}
.text-primary-light\/10 {
  color: rgb(205 214 249 / 0.1);
}
.text-primary-light\/100 {
  color: rgb(205 214 249 / 1);
}
.text-primary-light\/20 {
  color: rgb(205 214 249 / 0.2);
}
.text-primary-light\/25 {
  color: rgb(205 214 249 / 0.25);
}
.text-primary-light\/30 {
  color: rgb(205 214 249 / 0.3);
}
.text-primary-light\/40 {
  color: rgb(205 214 249 / 0.4);
}
.text-primary-light\/5 {
  color: rgb(205 214 249 / 0.05);
}
.text-primary-light\/50 {
  color: rgb(205 214 249 / 0.5);
}
.text-primary-light\/60 {
  color: rgb(205 214 249 / 0.6);
}
.text-primary-light\/70 {
  color: rgb(205 214 249 / 0.7);
}
.text-primary-light\/75 {
  color: rgb(205 214 249 / 0.75);
}
.text-primary-light\/80 {
  color: rgb(205 214 249 / 0.8);
}
.text-primary-light\/90 {
  color: rgb(205 214 249 / 0.9);
}
.text-primary-light\/95 {
  color: rgb(205 214 249 / 0.95);
}
.text-primary-light\/base-opacity-disabled {
  color: rgb(205 214 249 / 60%);
}
.text-primary-light\/core-opacity-0 {
  color: rgb(205 214 249 / 0%);
}
.text-primary-light\/core-opacity-10 {
  color: rgb(205 214 249 / 10%);
}
.text-primary-light\/core-opacity-100 {
  color: rgb(205 214 249 / 100%);
}
.text-primary-light\/core-opacity-20 {
  color: rgb(205 214 249 / 20%);
}
.text-primary-light\/core-opacity-30 {
  color: rgb(205 214 249 / 30%);
}
.text-primary-light\/core-opacity-40 {
  color: rgb(205 214 249 / 40%);
}
.text-primary-light\/core-opacity-50 {
  color: rgb(205 214 249 / 50%);
}
.text-primary-light\/core-opacity-60 {
  color: rgb(205 214 249 / 60%);
}
.text-primary-light\/core-opacity-70 {
  color: rgb(205 214 249 / 70%);
}
.text-primary-light\/core-opacity-80 {
  color: rgb(205 214 249 / 80%);
}
.text-primary-light\/core-opacity-90 {
  color: rgb(205 214 249 / 90%);
}
.text-primary\/0 {
  color: rgb(93 91 215 / 0);
}
.text-primary\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-primary\/100 {
  color: rgb(93 91 215 / 1);
}
.text-primary\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-primary\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-primary\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-primary\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-primary\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-primary\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-primary\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-primary\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-primary\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-primary\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-primary\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-primary\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-primary\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-primary\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-primary\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-primary\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-primary\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-primary\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-primary\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-primary\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-primary\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-primary\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-primary\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-primary\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(205 214 249 / var(--tw-text-opacity));
}
.text-purple-100\/0 {
  color: rgb(205 214 249 / 0);
}
.text-purple-100\/10 {
  color: rgb(205 214 249 / 0.1);
}
.text-purple-100\/100 {
  color: rgb(205 214 249 / 1);
}
.text-purple-100\/20 {
  color: rgb(205 214 249 / 0.2);
}
.text-purple-100\/25 {
  color: rgb(205 214 249 / 0.25);
}
.text-purple-100\/30 {
  color: rgb(205 214 249 / 0.3);
}
.text-purple-100\/40 {
  color: rgb(205 214 249 / 0.4);
}
.text-purple-100\/5 {
  color: rgb(205 214 249 / 0.05);
}
.text-purple-100\/50 {
  color: rgb(205 214 249 / 0.5);
}
.text-purple-100\/60 {
  color: rgb(205 214 249 / 0.6);
}
.text-purple-100\/70 {
  color: rgb(205 214 249 / 0.7);
}
.text-purple-100\/75 {
  color: rgb(205 214 249 / 0.75);
}
.text-purple-100\/80 {
  color: rgb(205 214 249 / 0.8);
}
.text-purple-100\/90 {
  color: rgb(205 214 249 / 0.9);
}
.text-purple-100\/95 {
  color: rgb(205 214 249 / 0.95);
}
.text-purple-100\/base-opacity-disabled {
  color: rgb(205 214 249 / 60%);
}
.text-purple-100\/core-opacity-0 {
  color: rgb(205 214 249 / 0%);
}
.text-purple-100\/core-opacity-10 {
  color: rgb(205 214 249 / 10%);
}
.text-purple-100\/core-opacity-100 {
  color: rgb(205 214 249 / 100%);
}
.text-purple-100\/core-opacity-20 {
  color: rgb(205 214 249 / 20%);
}
.text-purple-100\/core-opacity-30 {
  color: rgb(205 214 249 / 30%);
}
.text-purple-100\/core-opacity-40 {
  color: rgb(205 214 249 / 40%);
}
.text-purple-100\/core-opacity-50 {
  color: rgb(205 214 249 / 50%);
}
.text-purple-100\/core-opacity-60 {
  color: rgb(205 214 249 / 60%);
}
.text-purple-100\/core-opacity-70 {
  color: rgb(205 214 249 / 70%);
}
.text-purple-100\/core-opacity-80 {
  color: rgb(205 214 249 / 80%);
}
.text-purple-100\/core-opacity-90 {
  color: rgb(205 214 249 / 90%);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(174 188 244 / var(--tw-text-opacity));
}
.text-purple-200\/0 {
  color: rgb(174 188 244 / 0);
}
.text-purple-200\/10 {
  color: rgb(174 188 244 / 0.1);
}
.text-purple-200\/100 {
  color: rgb(174 188 244 / 1);
}
.text-purple-200\/20 {
  color: rgb(174 188 244 / 0.2);
}
.text-purple-200\/25 {
  color: rgb(174 188 244 / 0.25);
}
.text-purple-200\/30 {
  color: rgb(174 188 244 / 0.3);
}
.text-purple-200\/40 {
  color: rgb(174 188 244 / 0.4);
}
.text-purple-200\/5 {
  color: rgb(174 188 244 / 0.05);
}
.text-purple-200\/50 {
  color: rgb(174 188 244 / 0.5);
}
.text-purple-200\/60 {
  color: rgb(174 188 244 / 0.6);
}
.text-purple-200\/70 {
  color: rgb(174 188 244 / 0.7);
}
.text-purple-200\/75 {
  color: rgb(174 188 244 / 0.75);
}
.text-purple-200\/80 {
  color: rgb(174 188 244 / 0.8);
}
.text-purple-200\/90 {
  color: rgb(174 188 244 / 0.9);
}
.text-purple-200\/95 {
  color: rgb(174 188 244 / 0.95);
}
.text-purple-200\/base-opacity-disabled {
  color: rgb(174 188 244 / 60%);
}
.text-purple-200\/core-opacity-0 {
  color: rgb(174 188 244 / 0%);
}
.text-purple-200\/core-opacity-10 {
  color: rgb(174 188 244 / 10%);
}
.text-purple-200\/core-opacity-100 {
  color: rgb(174 188 244 / 100%);
}
.text-purple-200\/core-opacity-20 {
  color: rgb(174 188 244 / 20%);
}
.text-purple-200\/core-opacity-30 {
  color: rgb(174 188 244 / 30%);
}
.text-purple-200\/core-opacity-40 {
  color: rgb(174 188 244 / 40%);
}
.text-purple-200\/core-opacity-50 {
  color: rgb(174 188 244 / 50%);
}
.text-purple-200\/core-opacity-60 {
  color: rgb(174 188 244 / 60%);
}
.text-purple-200\/core-opacity-70 {
  color: rgb(174 188 244 / 70%);
}
.text-purple-200\/core-opacity-80 {
  color: rgb(174 188 244 / 80%);
}
.text-purple-200\/core-opacity-90 {
  color: rgb(174 188 244 / 90%);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(140 152 237 / var(--tw-text-opacity));
}
.text-purple-300\/0 {
  color: rgb(140 152 237 / 0);
}
.text-purple-300\/10 {
  color: rgb(140 152 237 / 0.1);
}
.text-purple-300\/100 {
  color: rgb(140 152 237 / 1);
}
.text-purple-300\/20 {
  color: rgb(140 152 237 / 0.2);
}
.text-purple-300\/25 {
  color: rgb(140 152 237 / 0.25);
}
.text-purple-300\/30 {
  color: rgb(140 152 237 / 0.3);
}
.text-purple-300\/40 {
  color: rgb(140 152 237 / 0.4);
}
.text-purple-300\/5 {
  color: rgb(140 152 237 / 0.05);
}
.text-purple-300\/50 {
  color: rgb(140 152 237 / 0.5);
}
.text-purple-300\/60 {
  color: rgb(140 152 237 / 0.6);
}
.text-purple-300\/70 {
  color: rgb(140 152 237 / 0.7);
}
.text-purple-300\/75 {
  color: rgb(140 152 237 / 0.75);
}
.text-purple-300\/80 {
  color: rgb(140 152 237 / 0.8);
}
.text-purple-300\/90 {
  color: rgb(140 152 237 / 0.9);
}
.text-purple-300\/95 {
  color: rgb(140 152 237 / 0.95);
}
.text-purple-300\/base-opacity-disabled {
  color: rgb(140 152 237 / 60%);
}
.text-purple-300\/core-opacity-0 {
  color: rgb(140 152 237 / 0%);
}
.text-purple-300\/core-opacity-10 {
  color: rgb(140 152 237 / 10%);
}
.text-purple-300\/core-opacity-100 {
  color: rgb(140 152 237 / 100%);
}
.text-purple-300\/core-opacity-20 {
  color: rgb(140 152 237 / 20%);
}
.text-purple-300\/core-opacity-30 {
  color: rgb(140 152 237 / 30%);
}
.text-purple-300\/core-opacity-40 {
  color: rgb(140 152 237 / 40%);
}
.text-purple-300\/core-opacity-50 {
  color: rgb(140 152 237 / 50%);
}
.text-purple-300\/core-opacity-60 {
  color: rgb(140 152 237 / 60%);
}
.text-purple-300\/core-opacity-70 {
  color: rgb(140 152 237 / 70%);
}
.text-purple-300\/core-opacity-80 {
  color: rgb(140 152 237 / 80%);
}
.text-purple-300\/core-opacity-90 {
  color: rgb(140 152 237 / 90%);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(114 121 228 / var(--tw-text-opacity));
}
.text-purple-400\/0 {
  color: rgb(114 121 228 / 0);
}
.text-purple-400\/10 {
  color: rgb(114 121 228 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(114 121 228 / 1);
}
.text-purple-400\/20 {
  color: rgb(114 121 228 / 0.2);
}
.text-purple-400\/25 {
  color: rgb(114 121 228 / 0.25);
}
.text-purple-400\/30 {
  color: rgb(114 121 228 / 0.3);
}
.text-purple-400\/40 {
  color: rgb(114 121 228 / 0.4);
}
.text-purple-400\/5 {
  color: rgb(114 121 228 / 0.05);
}
.text-purple-400\/50 {
  color: rgb(114 121 228 / 0.5);
}
.text-purple-400\/60 {
  color: rgb(114 121 228 / 0.6);
}
.text-purple-400\/70 {
  color: rgb(114 121 228 / 0.7);
}
.text-purple-400\/75 {
  color: rgb(114 121 228 / 0.75);
}
.text-purple-400\/80 {
  color: rgb(114 121 228 / 0.8);
}
.text-purple-400\/90 {
  color: rgb(114 121 228 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(114 121 228 / 0.95);
}
.text-purple-400\/base-opacity-disabled {
  color: rgb(114 121 228 / 60%);
}
.text-purple-400\/core-opacity-0 {
  color: rgb(114 121 228 / 0%);
}
.text-purple-400\/core-opacity-10 {
  color: rgb(114 121 228 / 10%);
}
.text-purple-400\/core-opacity-100 {
  color: rgb(114 121 228 / 100%);
}
.text-purple-400\/core-opacity-20 {
  color: rgb(114 121 228 / 20%);
}
.text-purple-400\/core-opacity-30 {
  color: rgb(114 121 228 / 30%);
}
.text-purple-400\/core-opacity-40 {
  color: rgb(114 121 228 / 40%);
}
.text-purple-400\/core-opacity-50 {
  color: rgb(114 121 228 / 50%);
}
.text-purple-400\/core-opacity-60 {
  color: rgb(114 121 228 / 60%);
}
.text-purple-400\/core-opacity-70 {
  color: rgb(114 121 228 / 70%);
}
.text-purple-400\/core-opacity-80 {
  color: rgb(114 121 228 / 80%);
}
.text-purple-400\/core-opacity-90 {
  color: rgb(114 121 228 / 90%);
}
.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(227 234 252 / var(--tw-text-opacity));
}
.text-purple-50\/0 {
  color: rgb(227 234 252 / 0);
}
.text-purple-50\/10 {
  color: rgb(227 234 252 / 0.1);
}
.text-purple-50\/100 {
  color: rgb(227 234 252 / 1);
}
.text-purple-50\/20 {
  color: rgb(227 234 252 / 0.2);
}
.text-purple-50\/25 {
  color: rgb(227 234 252 / 0.25);
}
.text-purple-50\/30 {
  color: rgb(227 234 252 / 0.3);
}
.text-purple-50\/40 {
  color: rgb(227 234 252 / 0.4);
}
.text-purple-50\/5 {
  color: rgb(227 234 252 / 0.05);
}
.text-purple-50\/50 {
  color: rgb(227 234 252 / 0.5);
}
.text-purple-50\/60 {
  color: rgb(227 234 252 / 0.6);
}
.text-purple-50\/70 {
  color: rgb(227 234 252 / 0.7);
}
.text-purple-50\/75 {
  color: rgb(227 234 252 / 0.75);
}
.text-purple-50\/80 {
  color: rgb(227 234 252 / 0.8);
}
.text-purple-50\/90 {
  color: rgb(227 234 252 / 0.9);
}
.text-purple-50\/95 {
  color: rgb(227 234 252 / 0.95);
}
.text-purple-50\/base-opacity-disabled {
  color: rgb(227 234 252 / 60%);
}
.text-purple-50\/core-opacity-0 {
  color: rgb(227 234 252 / 0%);
}
.text-purple-50\/core-opacity-10 {
  color: rgb(227 234 252 / 10%);
}
.text-purple-50\/core-opacity-100 {
  color: rgb(227 234 252 / 100%);
}
.text-purple-50\/core-opacity-20 {
  color: rgb(227 234 252 / 20%);
}
.text-purple-50\/core-opacity-30 {
  color: rgb(227 234 252 / 30%);
}
.text-purple-50\/core-opacity-40 {
  color: rgb(227 234 252 / 40%);
}
.text-purple-50\/core-opacity-50 {
  color: rgb(227 234 252 / 50%);
}
.text-purple-50\/core-opacity-60 {
  color: rgb(227 234 252 / 60%);
}
.text-purple-50\/core-opacity-70 {
  color: rgb(227 234 252 / 70%);
}
.text-purple-50\/core-opacity-80 {
  color: rgb(227 234 252 / 80%);
}
.text-purple-50\/core-opacity-90 {
  color: rgb(227 234 252 / 90%);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-purple-500\/0 {
  color: rgb(93 91 215 / 0);
}
.text-purple-500\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-purple-500\/100 {
  color: rgb(93 91 215 / 1);
}
.text-purple-500\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-purple-500\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-purple-500\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-purple-500\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-purple-500\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-purple-500\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-purple-500\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-purple-500\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-purple-500\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-purple-500\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-purple-500\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-purple-500\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-purple-500\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-purple-500\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-purple-500\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-purple-500\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-purple-500\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-purple-500\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-purple-500\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-purple-500\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-purple-500\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-purple-500\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-purple-500\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-purple-500\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.text-purple-600\/0 {
  color: rgb(75 71 189 / 0);
}
.text-purple-600\/10 {
  color: rgb(75 71 189 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(75 71 189 / 1);
}
.text-purple-600\/20 {
  color: rgb(75 71 189 / 0.2);
}
.text-purple-600\/25 {
  color: rgb(75 71 189 / 0.25);
}
.text-purple-600\/30 {
  color: rgb(75 71 189 / 0.3);
}
.text-purple-600\/40 {
  color: rgb(75 71 189 / 0.4);
}
.text-purple-600\/5 {
  color: rgb(75 71 189 / 0.05);
}
.text-purple-600\/50 {
  color: rgb(75 71 189 / 0.5);
}
.text-purple-600\/60 {
  color: rgb(75 71 189 / 0.6);
}
.text-purple-600\/70 {
  color: rgb(75 71 189 / 0.7);
}
.text-purple-600\/75 {
  color: rgb(75 71 189 / 0.75);
}
.text-purple-600\/80 {
  color: rgb(75 71 189 / 0.8);
}
.text-purple-600\/90 {
  color: rgb(75 71 189 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(75 71 189 / 0.95);
}
.text-purple-600\/base-opacity-disabled {
  color: rgb(75 71 189 / 60%);
}
.text-purple-600\/core-opacity-0 {
  color: rgb(75 71 189 / 0%);
}
.text-purple-600\/core-opacity-10 {
  color: rgb(75 71 189 / 10%);
}
.text-purple-600\/core-opacity-100 {
  color: rgb(75 71 189 / 100%);
}
.text-purple-600\/core-opacity-20 {
  color: rgb(75 71 189 / 20%);
}
.text-purple-600\/core-opacity-30 {
  color: rgb(75 71 189 / 30%);
}
.text-purple-600\/core-opacity-40 {
  color: rgb(75 71 189 / 40%);
}
.text-purple-600\/core-opacity-50 {
  color: rgb(75 71 189 / 50%);
}
.text-purple-600\/core-opacity-60 {
  color: rgb(75 71 189 / 60%);
}
.text-purple-600\/core-opacity-70 {
  color: rgb(75 71 189 / 70%);
}
.text-purple-600\/core-opacity-80 {
  color: rgb(75 71 189 / 80%);
}
.text-purple-600\/core-opacity-90 {
  color: rgb(75 71 189 / 90%);
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.text-purple-700\/0 {
  color: rgb(60 59 151 / 0);
}
.text-purple-700\/10 {
  color: rgb(60 59 151 / 0.1);
}
.text-purple-700\/100 {
  color: rgb(60 59 151 / 1);
}
.text-purple-700\/20 {
  color: rgb(60 59 151 / 0.2);
}
.text-purple-700\/25 {
  color: rgb(60 59 151 / 0.25);
}
.text-purple-700\/30 {
  color: rgb(60 59 151 / 0.3);
}
.text-purple-700\/40 {
  color: rgb(60 59 151 / 0.4);
}
.text-purple-700\/5 {
  color: rgb(60 59 151 / 0.05);
}
.text-purple-700\/50 {
  color: rgb(60 59 151 / 0.5);
}
.text-purple-700\/60 {
  color: rgb(60 59 151 / 0.6);
}
.text-purple-700\/70 {
  color: rgb(60 59 151 / 0.7);
}
.text-purple-700\/75 {
  color: rgb(60 59 151 / 0.75);
}
.text-purple-700\/80 {
  color: rgb(60 59 151 / 0.8);
}
.text-purple-700\/90 {
  color: rgb(60 59 151 / 0.9);
}
.text-purple-700\/95 {
  color: rgb(60 59 151 / 0.95);
}
.text-purple-700\/base-opacity-disabled {
  color: rgb(60 59 151 / 60%);
}
.text-purple-700\/core-opacity-0 {
  color: rgb(60 59 151 / 0%);
}
.text-purple-700\/core-opacity-10 {
  color: rgb(60 59 151 / 10%);
}
.text-purple-700\/core-opacity-100 {
  color: rgb(60 59 151 / 100%);
}
.text-purple-700\/core-opacity-20 {
  color: rgb(60 59 151 / 20%);
}
.text-purple-700\/core-opacity-30 {
  color: rgb(60 59 151 / 30%);
}
.text-purple-700\/core-opacity-40 {
  color: rgb(60 59 151 / 40%);
}
.text-purple-700\/core-opacity-50 {
  color: rgb(60 59 151 / 50%);
}
.text-purple-700\/core-opacity-60 {
  color: rgb(60 59 151 / 60%);
}
.text-purple-700\/core-opacity-70 {
  color: rgb(60 59 151 / 70%);
}
.text-purple-700\/core-opacity-80 {
  color: rgb(60 59 151 / 80%);
}
.text-purple-700\/core-opacity-90 {
  color: rgb(60 59 151 / 90%);
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(54 54 120 / var(--tw-text-opacity));
}
.text-purple-800\/0 {
  color: rgb(54 54 120 / 0);
}
.text-purple-800\/10 {
  color: rgb(54 54 120 / 0.1);
}
.text-purple-800\/100 {
  color: rgb(54 54 120 / 1);
}
.text-purple-800\/20 {
  color: rgb(54 54 120 / 0.2);
}
.text-purple-800\/25 {
  color: rgb(54 54 120 / 0.25);
}
.text-purple-800\/30 {
  color: rgb(54 54 120 / 0.3);
}
.text-purple-800\/40 {
  color: rgb(54 54 120 / 0.4);
}
.text-purple-800\/5 {
  color: rgb(54 54 120 / 0.05);
}
.text-purple-800\/50 {
  color: rgb(54 54 120 / 0.5);
}
.text-purple-800\/60 {
  color: rgb(54 54 120 / 0.6);
}
.text-purple-800\/70 {
  color: rgb(54 54 120 / 0.7);
}
.text-purple-800\/75 {
  color: rgb(54 54 120 / 0.75);
}
.text-purple-800\/80 {
  color: rgb(54 54 120 / 0.8);
}
.text-purple-800\/90 {
  color: rgb(54 54 120 / 0.9);
}
.text-purple-800\/95 {
  color: rgb(54 54 120 / 0.95);
}
.text-purple-800\/base-opacity-disabled {
  color: rgb(54 54 120 / 60%);
}
.text-purple-800\/core-opacity-0 {
  color: rgb(54 54 120 / 0%);
}
.text-purple-800\/core-opacity-10 {
  color: rgb(54 54 120 / 10%);
}
.text-purple-800\/core-opacity-100 {
  color: rgb(54 54 120 / 100%);
}
.text-purple-800\/core-opacity-20 {
  color: rgb(54 54 120 / 20%);
}
.text-purple-800\/core-opacity-30 {
  color: rgb(54 54 120 / 30%);
}
.text-purple-800\/core-opacity-40 {
  color: rgb(54 54 120 / 40%);
}
.text-purple-800\/core-opacity-50 {
  color: rgb(54 54 120 / 50%);
}
.text-purple-800\/core-opacity-60 {
  color: rgb(54 54 120 / 60%);
}
.text-purple-800\/core-opacity-70 {
  color: rgb(54 54 120 / 70%);
}
.text-purple-800\/core-opacity-80 {
  color: rgb(54 54 120 / 80%);
}
.text-purple-800\/core-opacity-90 {
  color: rgb(54 54 120 / 90%);
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(33 31 71 / var(--tw-text-opacity));
}
.text-purple-900\/0 {
  color: rgb(33 31 71 / 0);
}
.text-purple-900\/10 {
  color: rgb(33 31 71 / 0.1);
}
.text-purple-900\/100 {
  color: rgb(33 31 71 / 1);
}
.text-purple-900\/20 {
  color: rgb(33 31 71 / 0.2);
}
.text-purple-900\/25 {
  color: rgb(33 31 71 / 0.25);
}
.text-purple-900\/30 {
  color: rgb(33 31 71 / 0.3);
}
.text-purple-900\/40 {
  color: rgb(33 31 71 / 0.4);
}
.text-purple-900\/5 {
  color: rgb(33 31 71 / 0.05);
}
.text-purple-900\/50 {
  color: rgb(33 31 71 / 0.5);
}
.text-purple-900\/60 {
  color: rgb(33 31 71 / 0.6);
}
.text-purple-900\/70 {
  color: rgb(33 31 71 / 0.7);
}
.text-purple-900\/75 {
  color: rgb(33 31 71 / 0.75);
}
.text-purple-900\/80 {
  color: rgb(33 31 71 / 0.8);
}
.text-purple-900\/90 {
  color: rgb(33 31 71 / 0.9);
}
.text-purple-900\/95 {
  color: rgb(33 31 71 / 0.95);
}
.text-purple-900\/base-opacity-disabled {
  color: rgb(33 31 71 / 60%);
}
.text-purple-900\/core-opacity-0 {
  color: rgb(33 31 71 / 0%);
}
.text-purple-900\/core-opacity-10 {
  color: rgb(33 31 71 / 10%);
}
.text-purple-900\/core-opacity-100 {
  color: rgb(33 31 71 / 100%);
}
.text-purple-900\/core-opacity-20 {
  color: rgb(33 31 71 / 20%);
}
.text-purple-900\/core-opacity-30 {
  color: rgb(33 31 71 / 30%);
}
.text-purple-900\/core-opacity-40 {
  color: rgb(33 31 71 / 40%);
}
.text-purple-900\/core-opacity-50 {
  color: rgb(33 31 71 / 50%);
}
.text-purple-900\/core-opacity-60 {
  color: rgb(33 31 71 / 60%);
}
.text-purple-900\/core-opacity-70 {
  color: rgb(33 31 71 / 70%);
}
.text-purple-900\/core-opacity-80 {
  color: rgb(33 31 71 / 80%);
}
.text-purple-900\/core-opacity-90 {
  color: rgb(33 31 71 / 90%);
}
.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}
.text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}
.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}
.text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}
.text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}
.text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}
.text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}
.text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}
.text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}
.text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}
.text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}
.text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}
.text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}
.text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}
.text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}
.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}
.text-purple-950\/base-opacity-disabled {
  color: rgb(59 7 100 / 60%);
}
.text-purple-950\/core-opacity-0 {
  color: rgb(59 7 100 / 0%);
}
.text-purple-950\/core-opacity-10 {
  color: rgb(59 7 100 / 10%);
}
.text-purple-950\/core-opacity-100 {
  color: rgb(59 7 100 / 100%);
}
.text-purple-950\/core-opacity-20 {
  color: rgb(59 7 100 / 20%);
}
.text-purple-950\/core-opacity-30 {
  color: rgb(59 7 100 / 30%);
}
.text-purple-950\/core-opacity-40 {
  color: rgb(59 7 100 / 40%);
}
.text-purple-950\/core-opacity-50 {
  color: rgb(59 7 100 / 50%);
}
.text-purple-950\/core-opacity-60 {
  color: rgb(59 7 100 / 60%);
}
.text-purple-950\/core-opacity-70 {
  color: rgb(59 7 100 / 70%);
}
.text-purple-950\/core-opacity-80 {
  color: rgb(59 7 100 / 80%);
}
.text-purple-950\/core-opacity-90 {
  color: rgb(59 7 100 / 90%);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-red-100\/base-opacity-disabled {
  color: rgb(254 226 226 / 60%);
}
.text-red-100\/core-opacity-0 {
  color: rgb(254 226 226 / 0%);
}
.text-red-100\/core-opacity-10 {
  color: rgb(254 226 226 / 10%);
}
.text-red-100\/core-opacity-100 {
  color: rgb(254 226 226 / 100%);
}
.text-red-100\/core-opacity-20 {
  color: rgb(254 226 226 / 20%);
}
.text-red-100\/core-opacity-30 {
  color: rgb(254 226 226 / 30%);
}
.text-red-100\/core-opacity-40 {
  color: rgb(254 226 226 / 40%);
}
.text-red-100\/core-opacity-50 {
  color: rgb(254 226 226 / 50%);
}
.text-red-100\/core-opacity-60 {
  color: rgb(254 226 226 / 60%);
}
.text-red-100\/core-opacity-70 {
  color: rgb(254 226 226 / 70%);
}
.text-red-100\/core-opacity-80 {
  color: rgb(254 226 226 / 80%);
}
.text-red-100\/core-opacity-90 {
  color: rgb(254 226 226 / 90%);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-200\/base-opacity-disabled {
  color: rgb(254 202 202 / 60%);
}
.text-red-200\/core-opacity-0 {
  color: rgb(254 202 202 / 0%);
}
.text-red-200\/core-opacity-10 {
  color: rgb(254 202 202 / 10%);
}
.text-red-200\/core-opacity-100 {
  color: rgb(254 202 202 / 100%);
}
.text-red-200\/core-opacity-20 {
  color: rgb(254 202 202 / 20%);
}
.text-red-200\/core-opacity-30 {
  color: rgb(254 202 202 / 30%);
}
.text-red-200\/core-opacity-40 {
  color: rgb(254 202 202 / 40%);
}
.text-red-200\/core-opacity-50 {
  color: rgb(254 202 202 / 50%);
}
.text-red-200\/core-opacity-60 {
  color: rgb(254 202 202 / 60%);
}
.text-red-200\/core-opacity-70 {
  color: rgb(254 202 202 / 70%);
}
.text-red-200\/core-opacity-80 {
  color: rgb(254 202 202 / 80%);
}
.text-red-200\/core-opacity-90 {
  color: rgb(254 202 202 / 90%);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-300\/base-opacity-disabled {
  color: rgb(252 165 165 / 60%);
}
.text-red-300\/core-opacity-0 {
  color: rgb(252 165 165 / 0%);
}
.text-red-300\/core-opacity-10 {
  color: rgb(252 165 165 / 10%);
}
.text-red-300\/core-opacity-100 {
  color: rgb(252 165 165 / 100%);
}
.text-red-300\/core-opacity-20 {
  color: rgb(252 165 165 / 20%);
}
.text-red-300\/core-opacity-30 {
  color: rgb(252 165 165 / 30%);
}
.text-red-300\/core-opacity-40 {
  color: rgb(252 165 165 / 40%);
}
.text-red-300\/core-opacity-50 {
  color: rgb(252 165 165 / 50%);
}
.text-red-300\/core-opacity-60 {
  color: rgb(252 165 165 / 60%);
}
.text-red-300\/core-opacity-70 {
  color: rgb(252 165 165 / 70%);
}
.text-red-300\/core-opacity-80 {
  color: rgb(252 165 165 / 80%);
}
.text-red-300\/core-opacity-90 {
  color: rgb(252 165 165 / 90%);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(245 86 86 / var(--tw-text-opacity));
}
.text-red-400\/0 {
  color: rgb(245 86 86 / 0);
}
.text-red-400\/10 {
  color: rgb(245 86 86 / 0.1);
}
.text-red-400\/100 {
  color: rgb(245 86 86 / 1);
}
.text-red-400\/20 {
  color: rgb(245 86 86 / 0.2);
}
.text-red-400\/25 {
  color: rgb(245 86 86 / 0.25);
}
.text-red-400\/30 {
  color: rgb(245 86 86 / 0.3);
}
.text-red-400\/40 {
  color: rgb(245 86 86 / 0.4);
}
.text-red-400\/5 {
  color: rgb(245 86 86 / 0.05);
}
.text-red-400\/50 {
  color: rgb(245 86 86 / 0.5);
}
.text-red-400\/60 {
  color: rgb(245 86 86 / 0.6);
}
.text-red-400\/70 {
  color: rgb(245 86 86 / 0.7);
}
.text-red-400\/75 {
  color: rgb(245 86 86 / 0.75);
}
.text-red-400\/80 {
  color: rgb(245 86 86 / 0.8);
}
.text-red-400\/90 {
  color: rgb(245 86 86 / 0.9);
}
.text-red-400\/95 {
  color: rgb(245 86 86 / 0.95);
}
.text-red-400\/base-opacity-disabled {
  color: rgb(245 86 86 / 60%);
}
.text-red-400\/core-opacity-0 {
  color: rgb(245 86 86 / 0%);
}
.text-red-400\/core-opacity-10 {
  color: rgb(245 86 86 / 10%);
}
.text-red-400\/core-opacity-100 {
  color: rgb(245 86 86 / 100%);
}
.text-red-400\/core-opacity-20 {
  color: rgb(245 86 86 / 20%);
}
.text-red-400\/core-opacity-30 {
  color: rgb(245 86 86 / 30%);
}
.text-red-400\/core-opacity-40 {
  color: rgb(245 86 86 / 40%);
}
.text-red-400\/core-opacity-50 {
  color: rgb(245 86 86 / 50%);
}
.text-red-400\/core-opacity-60 {
  color: rgb(245 86 86 / 60%);
}
.text-red-400\/core-opacity-70 {
  color: rgb(245 86 86 / 70%);
}
.text-red-400\/core-opacity-80 {
  color: rgb(245 86 86 / 80%);
}
.text-red-400\/core-opacity-90 {
  color: rgb(245 86 86 / 90%);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 247 247 / var(--tw-text-opacity));
}
.text-red-50\/0 {
  color: rgb(254 247 247 / 0);
}
.text-red-50\/10 {
  color: rgb(254 247 247 / 0.1);
}
.text-red-50\/100 {
  color: rgb(254 247 247 / 1);
}
.text-red-50\/20 {
  color: rgb(254 247 247 / 0.2);
}
.text-red-50\/25 {
  color: rgb(254 247 247 / 0.25);
}
.text-red-50\/30 {
  color: rgb(254 247 247 / 0.3);
}
.text-red-50\/40 {
  color: rgb(254 247 247 / 0.4);
}
.text-red-50\/5 {
  color: rgb(254 247 247 / 0.05);
}
.text-red-50\/50 {
  color: rgb(254 247 247 / 0.5);
}
.text-red-50\/60 {
  color: rgb(254 247 247 / 0.6);
}
.text-red-50\/70 {
  color: rgb(254 247 247 / 0.7);
}
.text-red-50\/75 {
  color: rgb(254 247 247 / 0.75);
}
.text-red-50\/80 {
  color: rgb(254 247 247 / 0.8);
}
.text-red-50\/90 {
  color: rgb(254 247 247 / 0.9);
}
.text-red-50\/95 {
  color: rgb(254 247 247 / 0.95);
}
.text-red-50\/base-opacity-disabled {
  color: rgb(254 247 247 / 60%);
}
.text-red-50\/core-opacity-0 {
  color: rgb(254 247 247 / 0%);
}
.text-red-50\/core-opacity-10 {
  color: rgb(254 247 247 / 10%);
}
.text-red-50\/core-opacity-100 {
  color: rgb(254 247 247 / 100%);
}
.text-red-50\/core-opacity-20 {
  color: rgb(254 247 247 / 20%);
}
.text-red-50\/core-opacity-30 {
  color: rgb(254 247 247 / 30%);
}
.text-red-50\/core-opacity-40 {
  color: rgb(254 247 247 / 40%);
}
.text-red-50\/core-opacity-50 {
  color: rgb(254 247 247 / 50%);
}
.text-red-50\/core-opacity-60 {
  color: rgb(254 247 247 / 60%);
}
.text-red-50\/core-opacity-70 {
  color: rgb(254 247 247 / 70%);
}
.text-red-50\/core-opacity-80 {
  color: rgb(254 247 247 / 80%);
}
.text-red-50\/core-opacity-90 {
  color: rgb(254 247 247 / 90%);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-500\/base-opacity-disabled {
  color: rgb(239 68 68 / 60%);
}
.text-red-500\/core-opacity-0 {
  color: rgb(239 68 68 / 0%);
}
.text-red-500\/core-opacity-10 {
  color: rgb(239 68 68 / 10%);
}
.text-red-500\/core-opacity-100 {
  color: rgb(239 68 68 / 100%);
}
.text-red-500\/core-opacity-20 {
  color: rgb(239 68 68 / 20%);
}
.text-red-500\/core-opacity-30 {
  color: rgb(239 68 68 / 30%);
}
.text-red-500\/core-opacity-40 {
  color: rgb(239 68 68 / 40%);
}
.text-red-500\/core-opacity-50 {
  color: rgb(239 68 68 / 50%);
}
.text-red-500\/core-opacity-60 {
  color: rgb(239 68 68 / 60%);
}
.text-red-500\/core-opacity-70 {
  color: rgb(239 68 68 / 70%);
}
.text-red-500\/core-opacity-80 {
  color: rgb(239 68 68 / 80%);
}
.text-red-500\/core-opacity-90 {
  color: rgb(239 68 68 / 90%);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-red-600\/base-opacity-disabled {
  color: rgb(220 38 38 / 60%);
}
.text-red-600\/core-opacity-0 {
  color: rgb(220 38 38 / 0%);
}
.text-red-600\/core-opacity-10 {
  color: rgb(220 38 38 / 10%);
}
.text-red-600\/core-opacity-100 {
  color: rgb(220 38 38 / 100%);
}
.text-red-600\/core-opacity-20 {
  color: rgb(220 38 38 / 20%);
}
.text-red-600\/core-opacity-30 {
  color: rgb(220 38 38 / 30%);
}
.text-red-600\/core-opacity-40 {
  color: rgb(220 38 38 / 40%);
}
.text-red-600\/core-opacity-50 {
  color: rgb(220 38 38 / 50%);
}
.text-red-600\/core-opacity-60 {
  color: rgb(220 38 38 / 60%);
}
.text-red-600\/core-opacity-70 {
  color: rgb(220 38 38 / 70%);
}
.text-red-600\/core-opacity-80 {
  color: rgb(220 38 38 / 80%);
}
.text-red-600\/core-opacity-90 {
  color: rgb(220 38 38 / 90%);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-red-700\/base-opacity-disabled {
  color: rgb(185 28 28 / 60%);
}
.text-red-700\/core-opacity-0 {
  color: rgb(185 28 28 / 0%);
}
.text-red-700\/core-opacity-10 {
  color: rgb(185 28 28 / 10%);
}
.text-red-700\/core-opacity-100 {
  color: rgb(185 28 28 / 100%);
}
.text-red-700\/core-opacity-20 {
  color: rgb(185 28 28 / 20%);
}
.text-red-700\/core-opacity-30 {
  color: rgb(185 28 28 / 30%);
}
.text-red-700\/core-opacity-40 {
  color: rgb(185 28 28 / 40%);
}
.text-red-700\/core-opacity-50 {
  color: rgb(185 28 28 / 50%);
}
.text-red-700\/core-opacity-60 {
  color: rgb(185 28 28 / 60%);
}
.text-red-700\/core-opacity-70 {
  color: rgb(185 28 28 / 70%);
}
.text-red-700\/core-opacity-80 {
  color: rgb(185 28 28 / 80%);
}
.text-red-700\/core-opacity-90 {
  color: rgb(185 28 28 / 90%);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.text-red-800\/base-opacity-disabled {
  color: rgb(153 27 27 / 60%);
}
.text-red-800\/core-opacity-0 {
  color: rgb(153 27 27 / 0%);
}
.text-red-800\/core-opacity-10 {
  color: rgb(153 27 27 / 10%);
}
.text-red-800\/core-opacity-100 {
  color: rgb(153 27 27 / 100%);
}
.text-red-800\/core-opacity-20 {
  color: rgb(153 27 27 / 20%);
}
.text-red-800\/core-opacity-30 {
  color: rgb(153 27 27 / 30%);
}
.text-red-800\/core-opacity-40 {
  color: rgb(153 27 27 / 40%);
}
.text-red-800\/core-opacity-50 {
  color: rgb(153 27 27 / 50%);
}
.text-red-800\/core-opacity-60 {
  color: rgb(153 27 27 / 60%);
}
.text-red-800\/core-opacity-70 {
  color: rgb(153 27 27 / 70%);
}
.text-red-800\/core-opacity-80 {
  color: rgb(153 27 27 / 80%);
}
.text-red-800\/core-opacity-90 {
  color: rgb(153 27 27 / 90%);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-red-900\/base-opacity-disabled {
  color: rgb(127 29 29 / 60%);
}
.text-red-900\/core-opacity-0 {
  color: rgb(127 29 29 / 0%);
}
.text-red-900\/core-opacity-10 {
  color: rgb(127 29 29 / 10%);
}
.text-red-900\/core-opacity-100 {
  color: rgb(127 29 29 / 100%);
}
.text-red-900\/core-opacity-20 {
  color: rgb(127 29 29 / 20%);
}
.text-red-900\/core-opacity-30 {
  color: rgb(127 29 29 / 30%);
}
.text-red-900\/core-opacity-40 {
  color: rgb(127 29 29 / 40%);
}
.text-red-900\/core-opacity-50 {
  color: rgb(127 29 29 / 50%);
}
.text-red-900\/core-opacity-60 {
  color: rgb(127 29 29 / 60%);
}
.text-red-900\/core-opacity-70 {
  color: rgb(127 29 29 / 70%);
}
.text-red-900\/core-opacity-80 {
  color: rgb(127 29 29 / 80%);
}
.text-red-900\/core-opacity-90 {
  color: rgb(127 29 29 / 90%);
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}
.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}
.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.text-red-950\/base-opacity-disabled {
  color: rgb(69 10 10 / 60%);
}
.text-red-950\/core-opacity-0 {
  color: rgb(69 10 10 / 0%);
}
.text-red-950\/core-opacity-10 {
  color: rgb(69 10 10 / 10%);
}
.text-red-950\/core-opacity-100 {
  color: rgb(69 10 10 / 100%);
}
.text-red-950\/core-opacity-20 {
  color: rgb(69 10 10 / 20%);
}
.text-red-950\/core-opacity-30 {
  color: rgb(69 10 10 / 30%);
}
.text-red-950\/core-opacity-40 {
  color: rgb(69 10 10 / 40%);
}
.text-red-950\/core-opacity-50 {
  color: rgb(69 10 10 / 50%);
}
.text-red-950\/core-opacity-60 {
  color: rgb(69 10 10 / 60%);
}
.text-red-950\/core-opacity-70 {
  color: rgb(69 10 10 / 70%);
}
.text-red-950\/core-opacity-80 {
  color: rgb(69 10 10 / 80%);
}
.text-red-950\/core-opacity-90 {
  color: rgb(69 10 10 / 90%);
}
.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
.text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}
.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}
.text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}
.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}
.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}
.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}
.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}
.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}
.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}
.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}
.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}
.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}
.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}
.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}
.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}
.text-rose-100\/base-opacity-disabled {
  color: rgb(255 228 230 / 60%);
}
.text-rose-100\/core-opacity-0 {
  color: rgb(255 228 230 / 0%);
}
.text-rose-100\/core-opacity-10 {
  color: rgb(255 228 230 / 10%);
}
.text-rose-100\/core-opacity-100 {
  color: rgb(255 228 230 / 100%);
}
.text-rose-100\/core-opacity-20 {
  color: rgb(255 228 230 / 20%);
}
.text-rose-100\/core-opacity-30 {
  color: rgb(255 228 230 / 30%);
}
.text-rose-100\/core-opacity-40 {
  color: rgb(255 228 230 / 40%);
}
.text-rose-100\/core-opacity-50 {
  color: rgb(255 228 230 / 50%);
}
.text-rose-100\/core-opacity-60 {
  color: rgb(255 228 230 / 60%);
}
.text-rose-100\/core-opacity-70 {
  color: rgb(255 228 230 / 70%);
}
.text-rose-100\/core-opacity-80 {
  color: rgb(255 228 230 / 80%);
}
.text-rose-100\/core-opacity-90 {
  color: rgb(255 228 230 / 90%);
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}
.text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}
.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}
.text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}
.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}
.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}
.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}
.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}
.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}
.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}
.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}
.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}
.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}
.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}
.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}
.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}
.text-rose-200\/base-opacity-disabled {
  color: rgb(254 205 211 / 60%);
}
.text-rose-200\/core-opacity-0 {
  color: rgb(254 205 211 / 0%);
}
.text-rose-200\/core-opacity-10 {
  color: rgb(254 205 211 / 10%);
}
.text-rose-200\/core-opacity-100 {
  color: rgb(254 205 211 / 100%);
}
.text-rose-200\/core-opacity-20 {
  color: rgb(254 205 211 / 20%);
}
.text-rose-200\/core-opacity-30 {
  color: rgb(254 205 211 / 30%);
}
.text-rose-200\/core-opacity-40 {
  color: rgb(254 205 211 / 40%);
}
.text-rose-200\/core-opacity-50 {
  color: rgb(254 205 211 / 50%);
}
.text-rose-200\/core-opacity-60 {
  color: rgb(254 205 211 / 60%);
}
.text-rose-200\/core-opacity-70 {
  color: rgb(254 205 211 / 70%);
}
.text-rose-200\/core-opacity-80 {
  color: rgb(254 205 211 / 80%);
}
.text-rose-200\/core-opacity-90 {
  color: rgb(254 205 211 / 90%);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}
.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}
.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}
.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}
.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}
.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}
.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}
.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}
.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}
.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}
.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}
.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}
.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}
.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}
.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}
.text-rose-300\/base-opacity-disabled {
  color: rgb(253 164 175 / 60%);
}
.text-rose-300\/core-opacity-0 {
  color: rgb(253 164 175 / 0%);
}
.text-rose-300\/core-opacity-10 {
  color: rgb(253 164 175 / 10%);
}
.text-rose-300\/core-opacity-100 {
  color: rgb(253 164 175 / 100%);
}
.text-rose-300\/core-opacity-20 {
  color: rgb(253 164 175 / 20%);
}
.text-rose-300\/core-opacity-30 {
  color: rgb(253 164 175 / 30%);
}
.text-rose-300\/core-opacity-40 {
  color: rgb(253 164 175 / 40%);
}
.text-rose-300\/core-opacity-50 {
  color: rgb(253 164 175 / 50%);
}
.text-rose-300\/core-opacity-60 {
  color: rgb(253 164 175 / 60%);
}
.text-rose-300\/core-opacity-70 {
  color: rgb(253 164 175 / 70%);
}
.text-rose-300\/core-opacity-80 {
  color: rgb(253 164 175 / 80%);
}
.text-rose-300\/core-opacity-90 {
  color: rgb(253 164 175 / 90%);
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}
.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}
.text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}
.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}
.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}
.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}
.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}
.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}
.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}
.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}
.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}
.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}
.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}
.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}
.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}
.text-rose-400\/base-opacity-disabled {
  color: rgb(251 113 133 / 60%);
}
.text-rose-400\/core-opacity-0 {
  color: rgb(251 113 133 / 0%);
}
.text-rose-400\/core-opacity-10 {
  color: rgb(251 113 133 / 10%);
}
.text-rose-400\/core-opacity-100 {
  color: rgb(251 113 133 / 100%);
}
.text-rose-400\/core-opacity-20 {
  color: rgb(251 113 133 / 20%);
}
.text-rose-400\/core-opacity-30 {
  color: rgb(251 113 133 / 30%);
}
.text-rose-400\/core-opacity-40 {
  color: rgb(251 113 133 / 40%);
}
.text-rose-400\/core-opacity-50 {
  color: rgb(251 113 133 / 50%);
}
.text-rose-400\/core-opacity-60 {
  color: rgb(251 113 133 / 60%);
}
.text-rose-400\/core-opacity-70 {
  color: rgb(251 113 133 / 70%);
}
.text-rose-400\/core-opacity-80 {
  color: rgb(251 113 133 / 80%);
}
.text-rose-400\/core-opacity-90 {
  color: rgb(251 113 133 / 90%);
}
.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}
.text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}
.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}
.text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}
.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}
.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}
.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}
.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}
.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}
.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}
.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}
.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}
.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}
.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}
.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}
.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95);
}
.text-rose-50\/base-opacity-disabled {
  color: rgb(255 241 242 / 60%);
}
.text-rose-50\/core-opacity-0 {
  color: rgb(255 241 242 / 0%);
}
.text-rose-50\/core-opacity-10 {
  color: rgb(255 241 242 / 10%);
}
.text-rose-50\/core-opacity-100 {
  color: rgb(255 241 242 / 100%);
}
.text-rose-50\/core-opacity-20 {
  color: rgb(255 241 242 / 20%);
}
.text-rose-50\/core-opacity-30 {
  color: rgb(255 241 242 / 30%);
}
.text-rose-50\/core-opacity-40 {
  color: rgb(255 241 242 / 40%);
}
.text-rose-50\/core-opacity-50 {
  color: rgb(255 241 242 / 50%);
}
.text-rose-50\/core-opacity-60 {
  color: rgb(255 241 242 / 60%);
}
.text-rose-50\/core-opacity-70 {
  color: rgb(255 241 242 / 70%);
}
.text-rose-50\/core-opacity-80 {
  color: rgb(255 241 242 / 80%);
}
.text-rose-50\/core-opacity-90 {
  color: rgb(255 241 242 / 90%);
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}
.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}
.text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}
.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}
.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}
.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}
.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}
.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}
.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}
.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}
.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}
.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}
.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}
.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}
.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}
.text-rose-500\/base-opacity-disabled {
  color: rgb(244 63 94 / 60%);
}
.text-rose-500\/core-opacity-0 {
  color: rgb(244 63 94 / 0%);
}
.text-rose-500\/core-opacity-10 {
  color: rgb(244 63 94 / 10%);
}
.text-rose-500\/core-opacity-100 {
  color: rgb(244 63 94 / 100%);
}
.text-rose-500\/core-opacity-20 {
  color: rgb(244 63 94 / 20%);
}
.text-rose-500\/core-opacity-30 {
  color: rgb(244 63 94 / 30%);
}
.text-rose-500\/core-opacity-40 {
  color: rgb(244 63 94 / 40%);
}
.text-rose-500\/core-opacity-50 {
  color: rgb(244 63 94 / 50%);
}
.text-rose-500\/core-opacity-60 {
  color: rgb(244 63 94 / 60%);
}
.text-rose-500\/core-opacity-70 {
  color: rgb(244 63 94 / 70%);
}
.text-rose-500\/core-opacity-80 {
  color: rgb(244 63 94 / 80%);
}
.text-rose-500\/core-opacity-90 {
  color: rgb(244 63 94 / 90%);
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}
.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}
.text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}
.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}
.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}
.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}
.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}
.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}
.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}
.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}
.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}
.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}
.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}
.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}
.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}
.text-rose-600\/base-opacity-disabled {
  color: rgb(225 29 72 / 60%);
}
.text-rose-600\/core-opacity-0 {
  color: rgb(225 29 72 / 0%);
}
.text-rose-600\/core-opacity-10 {
  color: rgb(225 29 72 / 10%);
}
.text-rose-600\/core-opacity-100 {
  color: rgb(225 29 72 / 100%);
}
.text-rose-600\/core-opacity-20 {
  color: rgb(225 29 72 / 20%);
}
.text-rose-600\/core-opacity-30 {
  color: rgb(225 29 72 / 30%);
}
.text-rose-600\/core-opacity-40 {
  color: rgb(225 29 72 / 40%);
}
.text-rose-600\/core-opacity-50 {
  color: rgb(225 29 72 / 50%);
}
.text-rose-600\/core-opacity-60 {
  color: rgb(225 29 72 / 60%);
}
.text-rose-600\/core-opacity-70 {
  color: rgb(225 29 72 / 70%);
}
.text-rose-600\/core-opacity-80 {
  color: rgb(225 29 72 / 80%);
}
.text-rose-600\/core-opacity-90 {
  color: rgb(225 29 72 / 90%);
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}
.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}
.text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}
.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}
.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}
.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}
.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}
.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}
.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}
.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}
.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}
.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}
.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}
.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}
.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}
.text-rose-700\/base-opacity-disabled {
  color: rgb(190 18 60 / 60%);
}
.text-rose-700\/core-opacity-0 {
  color: rgb(190 18 60 / 0%);
}
.text-rose-700\/core-opacity-10 {
  color: rgb(190 18 60 / 10%);
}
.text-rose-700\/core-opacity-100 {
  color: rgb(190 18 60 / 100%);
}
.text-rose-700\/core-opacity-20 {
  color: rgb(190 18 60 / 20%);
}
.text-rose-700\/core-opacity-30 {
  color: rgb(190 18 60 / 30%);
}
.text-rose-700\/core-opacity-40 {
  color: rgb(190 18 60 / 40%);
}
.text-rose-700\/core-opacity-50 {
  color: rgb(190 18 60 / 50%);
}
.text-rose-700\/core-opacity-60 {
  color: rgb(190 18 60 / 60%);
}
.text-rose-700\/core-opacity-70 {
  color: rgb(190 18 60 / 70%);
}
.text-rose-700\/core-opacity-80 {
  color: rgb(190 18 60 / 80%);
}
.text-rose-700\/core-opacity-90 {
  color: rgb(190 18 60 / 90%);
}
.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}
.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}
.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}
.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}
.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}
.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}
.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}
.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}
.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}
.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}
.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}
.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}
.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}
.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}
.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}
.text-rose-800\/base-opacity-disabled {
  color: rgb(159 18 57 / 60%);
}
.text-rose-800\/core-opacity-0 {
  color: rgb(159 18 57 / 0%);
}
.text-rose-800\/core-opacity-10 {
  color: rgb(159 18 57 / 10%);
}
.text-rose-800\/core-opacity-100 {
  color: rgb(159 18 57 / 100%);
}
.text-rose-800\/core-opacity-20 {
  color: rgb(159 18 57 / 20%);
}
.text-rose-800\/core-opacity-30 {
  color: rgb(159 18 57 / 30%);
}
.text-rose-800\/core-opacity-40 {
  color: rgb(159 18 57 / 40%);
}
.text-rose-800\/core-opacity-50 {
  color: rgb(159 18 57 / 50%);
}
.text-rose-800\/core-opacity-60 {
  color: rgb(159 18 57 / 60%);
}
.text-rose-800\/core-opacity-70 {
  color: rgb(159 18 57 / 70%);
}
.text-rose-800\/core-opacity-80 {
  color: rgb(159 18 57 / 80%);
}
.text-rose-800\/core-opacity-90 {
  color: rgb(159 18 57 / 90%);
}
.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}
.text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}
.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}
.text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}
.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}
.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}
.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}
.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}
.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}
.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}
.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}
.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}
.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}
.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}
.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}
.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}
.text-rose-900\/base-opacity-disabled {
  color: rgb(136 19 55 / 60%);
}
.text-rose-900\/core-opacity-0 {
  color: rgb(136 19 55 / 0%);
}
.text-rose-900\/core-opacity-10 {
  color: rgb(136 19 55 / 10%);
}
.text-rose-900\/core-opacity-100 {
  color: rgb(136 19 55 / 100%);
}
.text-rose-900\/core-opacity-20 {
  color: rgb(136 19 55 / 20%);
}
.text-rose-900\/core-opacity-30 {
  color: rgb(136 19 55 / 30%);
}
.text-rose-900\/core-opacity-40 {
  color: rgb(136 19 55 / 40%);
}
.text-rose-900\/core-opacity-50 {
  color: rgb(136 19 55 / 50%);
}
.text-rose-900\/core-opacity-60 {
  color: rgb(136 19 55 / 60%);
}
.text-rose-900\/core-opacity-70 {
  color: rgb(136 19 55 / 70%);
}
.text-rose-900\/core-opacity-80 {
  color: rgb(136 19 55 / 80%);
}
.text-rose-900\/core-opacity-90 {
  color: rgb(136 19 55 / 90%);
}
.text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}
.text-rose-950\/0 {
  color: rgb(76 5 25 / 0);
}
.text-rose-950\/10 {
  color: rgb(76 5 25 / 0.1);
}
.text-rose-950\/100 {
  color: rgb(76 5 25 / 1);
}
.text-rose-950\/20 {
  color: rgb(76 5 25 / 0.2);
}
.text-rose-950\/25 {
  color: rgb(76 5 25 / 0.25);
}
.text-rose-950\/30 {
  color: rgb(76 5 25 / 0.3);
}
.text-rose-950\/40 {
  color: rgb(76 5 25 / 0.4);
}
.text-rose-950\/5 {
  color: rgb(76 5 25 / 0.05);
}
.text-rose-950\/50 {
  color: rgb(76 5 25 / 0.5);
}
.text-rose-950\/60 {
  color: rgb(76 5 25 / 0.6);
}
.text-rose-950\/70 {
  color: rgb(76 5 25 / 0.7);
}
.text-rose-950\/75 {
  color: rgb(76 5 25 / 0.75);
}
.text-rose-950\/80 {
  color: rgb(76 5 25 / 0.8);
}
.text-rose-950\/90 {
  color: rgb(76 5 25 / 0.9);
}
.text-rose-950\/95 {
  color: rgb(76 5 25 / 0.95);
}
.text-rose-950\/base-opacity-disabled {
  color: rgb(76 5 25 / 60%);
}
.text-rose-950\/core-opacity-0 {
  color: rgb(76 5 25 / 0%);
}
.text-rose-950\/core-opacity-10 {
  color: rgb(76 5 25 / 10%);
}
.text-rose-950\/core-opacity-100 {
  color: rgb(76 5 25 / 100%);
}
.text-rose-950\/core-opacity-20 {
  color: rgb(76 5 25 / 20%);
}
.text-rose-950\/core-opacity-30 {
  color: rgb(76 5 25 / 30%);
}
.text-rose-950\/core-opacity-40 {
  color: rgb(76 5 25 / 40%);
}
.text-rose-950\/core-opacity-50 {
  color: rgb(76 5 25 / 50%);
}
.text-rose-950\/core-opacity-60 {
  color: rgb(76 5 25 / 60%);
}
.text-rose-950\/core-opacity-70 {
  color: rgb(76 5 25 / 70%);
}
.text-rose-950\/core-opacity-80 {
  color: rgb(76 5 25 / 80%);
}
.text-rose-950\/core-opacity-90 {
  color: rgb(76 5 25 / 90%);
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(211 6 62 / var(--tw-text-opacity));
}
.text-secondary-light {
  --tw-text-opacity: 1;
  color: rgb(241 143 169 / var(--tw-text-opacity));
}
.text-secondary-light\/0 {
  color: rgb(241 143 169 / 0);
}
.text-secondary-light\/10 {
  color: rgb(241 143 169 / 0.1);
}
.text-secondary-light\/100 {
  color: rgb(241 143 169 / 1);
}
.text-secondary-light\/20 {
  color: rgb(241 143 169 / 0.2);
}
.text-secondary-light\/25 {
  color: rgb(241 143 169 / 0.25);
}
.text-secondary-light\/30 {
  color: rgb(241 143 169 / 0.3);
}
.text-secondary-light\/40 {
  color: rgb(241 143 169 / 0.4);
}
.text-secondary-light\/5 {
  color: rgb(241 143 169 / 0.05);
}
.text-secondary-light\/50 {
  color: rgb(241 143 169 / 0.5);
}
.text-secondary-light\/60 {
  color: rgb(241 143 169 / 0.6);
}
.text-secondary-light\/70 {
  color: rgb(241 143 169 / 0.7);
}
.text-secondary-light\/75 {
  color: rgb(241 143 169 / 0.75);
}
.text-secondary-light\/80 {
  color: rgb(241 143 169 / 0.8);
}
.text-secondary-light\/90 {
  color: rgb(241 143 169 / 0.9);
}
.text-secondary-light\/95 {
  color: rgb(241 143 169 / 0.95);
}
.text-secondary-light\/base-opacity-disabled {
  color: rgb(241 143 169 / 60%);
}
.text-secondary-light\/core-opacity-0 {
  color: rgb(241 143 169 / 0%);
}
.text-secondary-light\/core-opacity-10 {
  color: rgb(241 143 169 / 10%);
}
.text-secondary-light\/core-opacity-100 {
  color: rgb(241 143 169 / 100%);
}
.text-secondary-light\/core-opacity-20 {
  color: rgb(241 143 169 / 20%);
}
.text-secondary-light\/core-opacity-30 {
  color: rgb(241 143 169 / 30%);
}
.text-secondary-light\/core-opacity-40 {
  color: rgb(241 143 169 / 40%);
}
.text-secondary-light\/core-opacity-50 {
  color: rgb(241 143 169 / 50%);
}
.text-secondary-light\/core-opacity-60 {
  color: rgb(241 143 169 / 60%);
}
.text-secondary-light\/core-opacity-70 {
  color: rgb(241 143 169 / 70%);
}
.text-secondary-light\/core-opacity-80 {
  color: rgb(241 143 169 / 80%);
}
.text-secondary-light\/core-opacity-90 {
  color: rgb(241 143 169 / 90%);
}
.text-secondary\/0 {
  color: rgb(211 6 62 / 0);
}
.text-secondary\/10 {
  color: rgb(211 6 62 / 0.1);
}
.text-secondary\/100 {
  color: rgb(211 6 62 / 1);
}
.text-secondary\/20 {
  color: rgb(211 6 62 / 0.2);
}
.text-secondary\/25 {
  color: rgb(211 6 62 / 0.25);
}
.text-secondary\/30 {
  color: rgb(211 6 62 / 0.3);
}
.text-secondary\/40 {
  color: rgb(211 6 62 / 0.4);
}
.text-secondary\/5 {
  color: rgb(211 6 62 / 0.05);
}
.text-secondary\/50 {
  color: rgb(211 6 62 / 0.5);
}
.text-secondary\/60 {
  color: rgb(211 6 62 / 0.6);
}
.text-secondary\/70 {
  color: rgb(211 6 62 / 0.7);
}
.text-secondary\/75 {
  color: rgb(211 6 62 / 0.75);
}
.text-secondary\/80 {
  color: rgb(211 6 62 / 0.8);
}
.text-secondary\/90 {
  color: rgb(211 6 62 / 0.9);
}
.text-secondary\/95 {
  color: rgb(211 6 62 / 0.95);
}
.text-secondary\/base-opacity-disabled {
  color: rgb(211 6 62 / 60%);
}
.text-secondary\/core-opacity-0 {
  color: rgb(211 6 62 / 0%);
}
.text-secondary\/core-opacity-10 {
  color: rgb(211 6 62 / 10%);
}
.text-secondary\/core-opacity-100 {
  color: rgb(211 6 62 / 100%);
}
.text-secondary\/core-opacity-20 {
  color: rgb(211 6 62 / 20%);
}
.text-secondary\/core-opacity-30 {
  color: rgb(211 6 62 / 30%);
}
.text-secondary\/core-opacity-40 {
  color: rgb(211 6 62 / 40%);
}
.text-secondary\/core-opacity-50 {
  color: rgb(211 6 62 / 50%);
}
.text-secondary\/core-opacity-60 {
  color: rgb(211 6 62 / 60%);
}
.text-secondary\/core-opacity-70 {
  color: rgb(211 6 62 / 70%);
}
.text-secondary\/core-opacity-80 {
  color: rgb(211 6 62 / 80%);
}
.text-secondary\/core-opacity-90 {
  color: rgb(211 6 62 / 90%);
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}
.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}
.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.text-sky-100\/base-opacity-disabled {
  color: rgb(224 242 254 / 60%);
}
.text-sky-100\/core-opacity-0 {
  color: rgb(224 242 254 / 0%);
}
.text-sky-100\/core-opacity-10 {
  color: rgb(224 242 254 / 10%);
}
.text-sky-100\/core-opacity-100 {
  color: rgb(224 242 254 / 100%);
}
.text-sky-100\/core-opacity-20 {
  color: rgb(224 242 254 / 20%);
}
.text-sky-100\/core-opacity-30 {
  color: rgb(224 242 254 / 30%);
}
.text-sky-100\/core-opacity-40 {
  color: rgb(224 242 254 / 40%);
}
.text-sky-100\/core-opacity-50 {
  color: rgb(224 242 254 / 50%);
}
.text-sky-100\/core-opacity-60 {
  color: rgb(224 242 254 / 60%);
}
.text-sky-100\/core-opacity-70 {
  color: rgb(224 242 254 / 70%);
}
.text-sky-100\/core-opacity-80 {
  color: rgb(224 242 254 / 80%);
}
.text-sky-100\/core-opacity-90 {
  color: rgb(224 242 254 / 90%);
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}
.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}
.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.text-sky-200\/base-opacity-disabled {
  color: rgb(186 230 253 / 60%);
}
.text-sky-200\/core-opacity-0 {
  color: rgb(186 230 253 / 0%);
}
.text-sky-200\/core-opacity-10 {
  color: rgb(186 230 253 / 10%);
}
.text-sky-200\/core-opacity-100 {
  color: rgb(186 230 253 / 100%);
}
.text-sky-200\/core-opacity-20 {
  color: rgb(186 230 253 / 20%);
}
.text-sky-200\/core-opacity-30 {
  color: rgb(186 230 253 / 30%);
}
.text-sky-200\/core-opacity-40 {
  color: rgb(186 230 253 / 40%);
}
.text-sky-200\/core-opacity-50 {
  color: rgb(186 230 253 / 50%);
}
.text-sky-200\/core-opacity-60 {
  color: rgb(186 230 253 / 60%);
}
.text-sky-200\/core-opacity-70 {
  color: rgb(186 230 253 / 70%);
}
.text-sky-200\/core-opacity-80 {
  color: rgb(186 230 253 / 80%);
}
.text-sky-200\/core-opacity-90 {
  color: rgb(186 230 253 / 90%);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-sky-300\/base-opacity-disabled {
  color: rgb(125 211 252 / 60%);
}
.text-sky-300\/core-opacity-0 {
  color: rgb(125 211 252 / 0%);
}
.text-sky-300\/core-opacity-10 {
  color: rgb(125 211 252 / 10%);
}
.text-sky-300\/core-opacity-100 {
  color: rgb(125 211 252 / 100%);
}
.text-sky-300\/core-opacity-20 {
  color: rgb(125 211 252 / 20%);
}
.text-sky-300\/core-opacity-30 {
  color: rgb(125 211 252 / 30%);
}
.text-sky-300\/core-opacity-40 {
  color: rgb(125 211 252 / 40%);
}
.text-sky-300\/core-opacity-50 {
  color: rgb(125 211 252 / 50%);
}
.text-sky-300\/core-opacity-60 {
  color: rgb(125 211 252 / 60%);
}
.text-sky-300\/core-opacity-70 {
  color: rgb(125 211 252 / 70%);
}
.text-sky-300\/core-opacity-80 {
  color: rgb(125 211 252 / 80%);
}
.text-sky-300\/core-opacity-90 {
  color: rgb(125 211 252 / 90%);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-sky-400\/base-opacity-disabled {
  color: rgb(56 189 248 / 60%);
}
.text-sky-400\/core-opacity-0 {
  color: rgb(56 189 248 / 0%);
}
.text-sky-400\/core-opacity-10 {
  color: rgb(56 189 248 / 10%);
}
.text-sky-400\/core-opacity-100 {
  color: rgb(56 189 248 / 100%);
}
.text-sky-400\/core-opacity-20 {
  color: rgb(56 189 248 / 20%);
}
.text-sky-400\/core-opacity-30 {
  color: rgb(56 189 248 / 30%);
}
.text-sky-400\/core-opacity-40 {
  color: rgb(56 189 248 / 40%);
}
.text-sky-400\/core-opacity-50 {
  color: rgb(56 189 248 / 50%);
}
.text-sky-400\/core-opacity-60 {
  color: rgb(56 189 248 / 60%);
}
.text-sky-400\/core-opacity-70 {
  color: rgb(56 189 248 / 70%);
}
.text-sky-400\/core-opacity-80 {
  color: rgb(56 189 248 / 80%);
}
.text-sky-400\/core-opacity-90 {
  color: rgb(56 189 248 / 90%);
}
.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}
.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}
.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.text-sky-50\/base-opacity-disabled {
  color: rgb(240 249 255 / 60%);
}
.text-sky-50\/core-opacity-0 {
  color: rgb(240 249 255 / 0%);
}
.text-sky-50\/core-opacity-10 {
  color: rgb(240 249 255 / 10%);
}
.text-sky-50\/core-opacity-100 {
  color: rgb(240 249 255 / 100%);
}
.text-sky-50\/core-opacity-20 {
  color: rgb(240 249 255 / 20%);
}
.text-sky-50\/core-opacity-30 {
  color: rgb(240 249 255 / 30%);
}
.text-sky-50\/core-opacity-40 {
  color: rgb(240 249 255 / 40%);
}
.text-sky-50\/core-opacity-50 {
  color: rgb(240 249 255 / 50%);
}
.text-sky-50\/core-opacity-60 {
  color: rgb(240 249 255 / 60%);
}
.text-sky-50\/core-opacity-70 {
  color: rgb(240 249 255 / 70%);
}
.text-sky-50\/core-opacity-80 {
  color: rgb(240 249 255 / 80%);
}
.text-sky-50\/core-opacity-90 {
  color: rgb(240 249 255 / 90%);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-sky-500\/base-opacity-disabled {
  color: rgb(14 165 233 / 60%);
}
.text-sky-500\/core-opacity-0 {
  color: rgb(14 165 233 / 0%);
}
.text-sky-500\/core-opacity-10 {
  color: rgb(14 165 233 / 10%);
}
.text-sky-500\/core-opacity-100 {
  color: rgb(14 165 233 / 100%);
}
.text-sky-500\/core-opacity-20 {
  color: rgb(14 165 233 / 20%);
}
.text-sky-500\/core-opacity-30 {
  color: rgb(14 165 233 / 30%);
}
.text-sky-500\/core-opacity-40 {
  color: rgb(14 165 233 / 40%);
}
.text-sky-500\/core-opacity-50 {
  color: rgb(14 165 233 / 50%);
}
.text-sky-500\/core-opacity-60 {
  color: rgb(14 165 233 / 60%);
}
.text-sky-500\/core-opacity-70 {
  color: rgb(14 165 233 / 70%);
}
.text-sky-500\/core-opacity-80 {
  color: rgb(14 165 233 / 80%);
}
.text-sky-500\/core-opacity-90 {
  color: rgb(14 165 233 / 90%);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-sky-600\/base-opacity-disabled {
  color: rgb(2 132 199 / 60%);
}
.text-sky-600\/core-opacity-0 {
  color: rgb(2 132 199 / 0%);
}
.text-sky-600\/core-opacity-10 {
  color: rgb(2 132 199 / 10%);
}
.text-sky-600\/core-opacity-100 {
  color: rgb(2 132 199 / 100%);
}
.text-sky-600\/core-opacity-20 {
  color: rgb(2 132 199 / 20%);
}
.text-sky-600\/core-opacity-30 {
  color: rgb(2 132 199 / 30%);
}
.text-sky-600\/core-opacity-40 {
  color: rgb(2 132 199 / 40%);
}
.text-sky-600\/core-opacity-50 {
  color: rgb(2 132 199 / 50%);
}
.text-sky-600\/core-opacity-60 {
  color: rgb(2 132 199 / 60%);
}
.text-sky-600\/core-opacity-70 {
  color: rgb(2 132 199 / 70%);
}
.text-sky-600\/core-opacity-80 {
  color: rgb(2 132 199 / 80%);
}
.text-sky-600\/core-opacity-90 {
  color: rgb(2 132 199 / 90%);
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}
.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}
.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.text-sky-700\/base-opacity-disabled {
  color: rgb(3 105 161 / 60%);
}
.text-sky-700\/core-opacity-0 {
  color: rgb(3 105 161 / 0%);
}
.text-sky-700\/core-opacity-10 {
  color: rgb(3 105 161 / 10%);
}
.text-sky-700\/core-opacity-100 {
  color: rgb(3 105 161 / 100%);
}
.text-sky-700\/core-opacity-20 {
  color: rgb(3 105 161 / 20%);
}
.text-sky-700\/core-opacity-30 {
  color: rgb(3 105 161 / 30%);
}
.text-sky-700\/core-opacity-40 {
  color: rgb(3 105 161 / 40%);
}
.text-sky-700\/core-opacity-50 {
  color: rgb(3 105 161 / 50%);
}
.text-sky-700\/core-opacity-60 {
  color: rgb(3 105 161 / 60%);
}
.text-sky-700\/core-opacity-70 {
  color: rgb(3 105 161 / 70%);
}
.text-sky-700\/core-opacity-80 {
  color: rgb(3 105 161 / 80%);
}
.text-sky-700\/core-opacity-90 {
  color: rgb(3 105 161 / 90%);
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}
.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}
.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.text-sky-800\/base-opacity-disabled {
  color: rgb(7 89 133 / 60%);
}
.text-sky-800\/core-opacity-0 {
  color: rgb(7 89 133 / 0%);
}
.text-sky-800\/core-opacity-10 {
  color: rgb(7 89 133 / 10%);
}
.text-sky-800\/core-opacity-100 {
  color: rgb(7 89 133 / 100%);
}
.text-sky-800\/core-opacity-20 {
  color: rgb(7 89 133 / 20%);
}
.text-sky-800\/core-opacity-30 {
  color: rgb(7 89 133 / 30%);
}
.text-sky-800\/core-opacity-40 {
  color: rgb(7 89 133 / 40%);
}
.text-sky-800\/core-opacity-50 {
  color: rgb(7 89 133 / 50%);
}
.text-sky-800\/core-opacity-60 {
  color: rgb(7 89 133 / 60%);
}
.text-sky-800\/core-opacity-70 {
  color: rgb(7 89 133 / 70%);
}
.text-sky-800\/core-opacity-80 {
  color: rgb(7 89 133 / 80%);
}
.text-sky-800\/core-opacity-90 {
  color: rgb(7 89 133 / 90%);
}
.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}
.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}
.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.text-sky-900\/base-opacity-disabled {
  color: rgb(12 74 110 / 60%);
}
.text-sky-900\/core-opacity-0 {
  color: rgb(12 74 110 / 0%);
}
.text-sky-900\/core-opacity-10 {
  color: rgb(12 74 110 / 10%);
}
.text-sky-900\/core-opacity-100 {
  color: rgb(12 74 110 / 100%);
}
.text-sky-900\/core-opacity-20 {
  color: rgb(12 74 110 / 20%);
}
.text-sky-900\/core-opacity-30 {
  color: rgb(12 74 110 / 30%);
}
.text-sky-900\/core-opacity-40 {
  color: rgb(12 74 110 / 40%);
}
.text-sky-900\/core-opacity-50 {
  color: rgb(12 74 110 / 50%);
}
.text-sky-900\/core-opacity-60 {
  color: rgb(12 74 110 / 60%);
}
.text-sky-900\/core-opacity-70 {
  color: rgb(12 74 110 / 70%);
}
.text-sky-900\/core-opacity-80 {
  color: rgb(12 74 110 / 80%);
}
.text-sky-900\/core-opacity-90 {
  color: rgb(12 74 110 / 90%);
}
.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}
.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}
.text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}
.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}
.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}
.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}
.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}
.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}
.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}
.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}
.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}
.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}
.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}
.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}
.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}
.text-sky-950\/base-opacity-disabled {
  color: rgb(8 47 73 / 60%);
}
.text-sky-950\/core-opacity-0 {
  color: rgb(8 47 73 / 0%);
}
.text-sky-950\/core-opacity-10 {
  color: rgb(8 47 73 / 10%);
}
.text-sky-950\/core-opacity-100 {
  color: rgb(8 47 73 / 100%);
}
.text-sky-950\/core-opacity-20 {
  color: rgb(8 47 73 / 20%);
}
.text-sky-950\/core-opacity-30 {
  color: rgb(8 47 73 / 30%);
}
.text-sky-950\/core-opacity-40 {
  color: rgb(8 47 73 / 40%);
}
.text-sky-950\/core-opacity-50 {
  color: rgb(8 47 73 / 50%);
}
.text-sky-950\/core-opacity-60 {
  color: rgb(8 47 73 / 60%);
}
.text-sky-950\/core-opacity-70 {
  color: rgb(8 47 73 / 70%);
}
.text-sky-950\/core-opacity-80 {
  color: rgb(8 47 73 / 80%);
}
.text-sky-950\/core-opacity-90 {
  color: rgb(8 47 73 / 90%);
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}
.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}
.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}
.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}
.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}
.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}
.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}
.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}
.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}
.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}
.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}
.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}
.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}
.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}
.text-slate-100\/base-opacity-disabled {
  color: rgb(241 245 249 / 60%);
}
.text-slate-100\/core-opacity-0 {
  color: rgb(241 245 249 / 0%);
}
.text-slate-100\/core-opacity-10 {
  color: rgb(241 245 249 / 10%);
}
.text-slate-100\/core-opacity-100 {
  color: rgb(241 245 249 / 100%);
}
.text-slate-100\/core-opacity-20 {
  color: rgb(241 245 249 / 20%);
}
.text-slate-100\/core-opacity-30 {
  color: rgb(241 245 249 / 30%);
}
.text-slate-100\/core-opacity-40 {
  color: rgb(241 245 249 / 40%);
}
.text-slate-100\/core-opacity-50 {
  color: rgb(241 245 249 / 50%);
}
.text-slate-100\/core-opacity-60 {
  color: rgb(241 245 249 / 60%);
}
.text-slate-100\/core-opacity-70 {
  color: rgb(241 245 249 / 70%);
}
.text-slate-100\/core-opacity-80 {
  color: rgb(241 245 249 / 80%);
}
.text-slate-100\/core-opacity-90 {
  color: rgb(241 245 249 / 90%);
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}
.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}
.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}
.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}
.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}
.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}
.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}
.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}
.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}
.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}
.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}
.text-slate-200\/base-opacity-disabled {
  color: rgb(226 232 240 / 60%);
}
.text-slate-200\/core-opacity-0 {
  color: rgb(226 232 240 / 0%);
}
.text-slate-200\/core-opacity-10 {
  color: rgb(226 232 240 / 10%);
}
.text-slate-200\/core-opacity-100 {
  color: rgb(226 232 240 / 100%);
}
.text-slate-200\/core-opacity-20 {
  color: rgb(226 232 240 / 20%);
}
.text-slate-200\/core-opacity-30 {
  color: rgb(226 232 240 / 30%);
}
.text-slate-200\/core-opacity-40 {
  color: rgb(226 232 240 / 40%);
}
.text-slate-200\/core-opacity-50 {
  color: rgb(226 232 240 / 50%);
}
.text-slate-200\/core-opacity-60 {
  color: rgb(226 232 240 / 60%);
}
.text-slate-200\/core-opacity-70 {
  color: rgb(226 232 240 / 70%);
}
.text-slate-200\/core-opacity-80 {
  color: rgb(226 232 240 / 80%);
}
.text-slate-200\/core-opacity-90 {
  color: rgb(226 232 240 / 90%);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}
.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}
.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}
.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}
.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}
.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}
.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}
.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}
.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}
.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}
.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}
.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}
.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}
.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}
.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}
.text-slate-300\/base-opacity-disabled {
  color: rgb(203 213 225 / 60%);
}
.text-slate-300\/core-opacity-0 {
  color: rgb(203 213 225 / 0%);
}
.text-slate-300\/core-opacity-10 {
  color: rgb(203 213 225 / 10%);
}
.text-slate-300\/core-opacity-100 {
  color: rgb(203 213 225 / 100%);
}
.text-slate-300\/core-opacity-20 {
  color: rgb(203 213 225 / 20%);
}
.text-slate-300\/core-opacity-30 {
  color: rgb(203 213 225 / 30%);
}
.text-slate-300\/core-opacity-40 {
  color: rgb(203 213 225 / 40%);
}
.text-slate-300\/core-opacity-50 {
  color: rgb(203 213 225 / 50%);
}
.text-slate-300\/core-opacity-60 {
  color: rgb(203 213 225 / 60%);
}
.text-slate-300\/core-opacity-70 {
  color: rgb(203 213 225 / 70%);
}
.text-slate-300\/core-opacity-80 {
  color: rgb(203 213 225 / 80%);
}
.text-slate-300\/core-opacity-90 {
  color: rgb(203 213 225 / 90%);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}
.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}
.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.text-slate-400\/base-opacity-disabled {
  color: rgb(148 163 184 / 60%);
}
.text-slate-400\/core-opacity-0 {
  color: rgb(148 163 184 / 0%);
}
.text-slate-400\/core-opacity-10 {
  color: rgb(148 163 184 / 10%);
}
.text-slate-400\/core-opacity-100 {
  color: rgb(148 163 184 / 100%);
}
.text-slate-400\/core-opacity-20 {
  color: rgb(148 163 184 / 20%);
}
.text-slate-400\/core-opacity-30 {
  color: rgb(148 163 184 / 30%);
}
.text-slate-400\/core-opacity-40 {
  color: rgb(148 163 184 / 40%);
}
.text-slate-400\/core-opacity-50 {
  color: rgb(148 163 184 / 50%);
}
.text-slate-400\/core-opacity-60 {
  color: rgb(148 163 184 / 60%);
}
.text-slate-400\/core-opacity-70 {
  color: rgb(148 163 184 / 70%);
}
.text-slate-400\/core-opacity-80 {
  color: rgb(148 163 184 / 80%);
}
.text-slate-400\/core-opacity-90 {
  color: rgb(148 163 184 / 90%);
}
.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}
.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}
.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}
.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}
.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}
.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}
.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}
.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}
.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}
.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}
.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}
.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}
.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}
.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}
.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}
.text-slate-50\/base-opacity-disabled {
  color: rgb(248 250 252 / 60%);
}
.text-slate-50\/core-opacity-0 {
  color: rgb(248 250 252 / 0%);
}
.text-slate-50\/core-opacity-10 {
  color: rgb(248 250 252 / 10%);
}
.text-slate-50\/core-opacity-100 {
  color: rgb(248 250 252 / 100%);
}
.text-slate-50\/core-opacity-20 {
  color: rgb(248 250 252 / 20%);
}
.text-slate-50\/core-opacity-30 {
  color: rgb(248 250 252 / 30%);
}
.text-slate-50\/core-opacity-40 {
  color: rgb(248 250 252 / 40%);
}
.text-slate-50\/core-opacity-50 {
  color: rgb(248 250 252 / 50%);
}
.text-slate-50\/core-opacity-60 {
  color: rgb(248 250 252 / 60%);
}
.text-slate-50\/core-opacity-70 {
  color: rgb(248 250 252 / 70%);
}
.text-slate-50\/core-opacity-80 {
  color: rgb(248 250 252 / 80%);
}
.text-slate-50\/core-opacity-90 {
  color: rgb(248 250 252 / 90%);
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}
.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}
.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.text-slate-500\/base-opacity-disabled {
  color: rgb(100 116 139 / 60%);
}
.text-slate-500\/core-opacity-0 {
  color: rgb(100 116 139 / 0%);
}
.text-slate-500\/core-opacity-10 {
  color: rgb(100 116 139 / 10%);
}
.text-slate-500\/core-opacity-100 {
  color: rgb(100 116 139 / 100%);
}
.text-slate-500\/core-opacity-20 {
  color: rgb(100 116 139 / 20%);
}
.text-slate-500\/core-opacity-30 {
  color: rgb(100 116 139 / 30%);
}
.text-slate-500\/core-opacity-40 {
  color: rgb(100 116 139 / 40%);
}
.text-slate-500\/core-opacity-50 {
  color: rgb(100 116 139 / 50%);
}
.text-slate-500\/core-opacity-60 {
  color: rgb(100 116 139 / 60%);
}
.text-slate-500\/core-opacity-70 {
  color: rgb(100 116 139 / 70%);
}
.text-slate-500\/core-opacity-80 {
  color: rgb(100 116 139 / 80%);
}
.text-slate-500\/core-opacity-90 {
  color: rgb(100 116 139 / 90%);
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}
.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}
.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}
.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}
.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}
.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}
.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}
.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}
.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}
.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}
.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}
.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}
.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}
.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}
.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}
.text-slate-600\/base-opacity-disabled {
  color: rgb(71 85 105 / 60%);
}
.text-slate-600\/core-opacity-0 {
  color: rgb(71 85 105 / 0%);
}
.text-slate-600\/core-opacity-10 {
  color: rgb(71 85 105 / 10%);
}
.text-slate-600\/core-opacity-100 {
  color: rgb(71 85 105 / 100%);
}
.text-slate-600\/core-opacity-20 {
  color: rgb(71 85 105 / 20%);
}
.text-slate-600\/core-opacity-30 {
  color: rgb(71 85 105 / 30%);
}
.text-slate-600\/core-opacity-40 {
  color: rgb(71 85 105 / 40%);
}
.text-slate-600\/core-opacity-50 {
  color: rgb(71 85 105 / 50%);
}
.text-slate-600\/core-opacity-60 {
  color: rgb(71 85 105 / 60%);
}
.text-slate-600\/core-opacity-70 {
  color: rgb(71 85 105 / 70%);
}
.text-slate-600\/core-opacity-80 {
  color: rgb(71 85 105 / 80%);
}
.text-slate-600\/core-opacity-90 {
  color: rgb(71 85 105 / 90%);
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}
.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}
.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}
.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}
.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}
.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}
.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}
.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}
.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}
.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}
.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}
.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}
.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}
.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}
.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}
.text-slate-700\/base-opacity-disabled {
  color: rgb(51 65 85 / 60%);
}
.text-slate-700\/core-opacity-0 {
  color: rgb(51 65 85 / 0%);
}
.text-slate-700\/core-opacity-10 {
  color: rgb(51 65 85 / 10%);
}
.text-slate-700\/core-opacity-100 {
  color: rgb(51 65 85 / 100%);
}
.text-slate-700\/core-opacity-20 {
  color: rgb(51 65 85 / 20%);
}
.text-slate-700\/core-opacity-30 {
  color: rgb(51 65 85 / 30%);
}
.text-slate-700\/core-opacity-40 {
  color: rgb(51 65 85 / 40%);
}
.text-slate-700\/core-opacity-50 {
  color: rgb(51 65 85 / 50%);
}
.text-slate-700\/core-opacity-60 {
  color: rgb(51 65 85 / 60%);
}
.text-slate-700\/core-opacity-70 {
  color: rgb(51 65 85 / 70%);
}
.text-slate-700\/core-opacity-80 {
  color: rgb(51 65 85 / 80%);
}
.text-slate-700\/core-opacity-90 {
  color: rgb(51 65 85 / 90%);
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}
.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}
.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}
.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}
.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}
.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}
.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}
.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}
.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}
.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}
.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}
.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}
.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}
.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}
.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}
.text-slate-800\/base-opacity-disabled {
  color: rgb(30 41 59 / 60%);
}
.text-slate-800\/core-opacity-0 {
  color: rgb(30 41 59 / 0%);
}
.text-slate-800\/core-opacity-10 {
  color: rgb(30 41 59 / 10%);
}
.text-slate-800\/core-opacity-100 {
  color: rgb(30 41 59 / 100%);
}
.text-slate-800\/core-opacity-20 {
  color: rgb(30 41 59 / 20%);
}
.text-slate-800\/core-opacity-30 {
  color: rgb(30 41 59 / 30%);
}
.text-slate-800\/core-opacity-40 {
  color: rgb(30 41 59 / 40%);
}
.text-slate-800\/core-opacity-50 {
  color: rgb(30 41 59 / 50%);
}
.text-slate-800\/core-opacity-60 {
  color: rgb(30 41 59 / 60%);
}
.text-slate-800\/core-opacity-70 {
  color: rgb(30 41 59 / 70%);
}
.text-slate-800\/core-opacity-80 {
  color: rgb(30 41 59 / 80%);
}
.text-slate-800\/core-opacity-90 {
  color: rgb(30 41 59 / 90%);
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}
.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}
.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}
.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}
.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}
.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}
.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}
.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}
.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}
.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}
.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}
.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}
.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}
.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}
.text-slate-900\/base-opacity-disabled {
  color: rgb(15 23 42 / 60%);
}
.text-slate-900\/core-opacity-0 {
  color: rgb(15 23 42 / 0%);
}
.text-slate-900\/core-opacity-10 {
  color: rgb(15 23 42 / 10%);
}
.text-slate-900\/core-opacity-100 {
  color: rgb(15 23 42 / 100%);
}
.text-slate-900\/core-opacity-20 {
  color: rgb(15 23 42 / 20%);
}
.text-slate-900\/core-opacity-30 {
  color: rgb(15 23 42 / 30%);
}
.text-slate-900\/core-opacity-40 {
  color: rgb(15 23 42 / 40%);
}
.text-slate-900\/core-opacity-50 {
  color: rgb(15 23 42 / 50%);
}
.text-slate-900\/core-opacity-60 {
  color: rgb(15 23 42 / 60%);
}
.text-slate-900\/core-opacity-70 {
  color: rgb(15 23 42 / 70%);
}
.text-slate-900\/core-opacity-80 {
  color: rgb(15 23 42 / 80%);
}
.text-slate-900\/core-opacity-90 {
  color: rgb(15 23 42 / 90%);
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.text-slate-950\/0 {
  color: rgb(2 6 23 / 0);
}
.text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1);
}
.text-slate-950\/100 {
  color: rgb(2 6 23 / 1);
}
.text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2);
}
.text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25);
}
.text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3);
}
.text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4);
}
.text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05);
}
.text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5);
}
.text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6);
}
.text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7);
}
.text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75);
}
.text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8);
}
.text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9);
}
.text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95);
}
.text-slate-950\/base-opacity-disabled {
  color: rgb(2 6 23 / 60%);
}
.text-slate-950\/core-opacity-0 {
  color: rgb(2 6 23 / 0%);
}
.text-slate-950\/core-opacity-10 {
  color: rgb(2 6 23 / 10%);
}
.text-slate-950\/core-opacity-100 {
  color: rgb(2 6 23 / 100%);
}
.text-slate-950\/core-opacity-20 {
  color: rgb(2 6 23 / 20%);
}
.text-slate-950\/core-opacity-30 {
  color: rgb(2 6 23 / 30%);
}
.text-slate-950\/core-opacity-40 {
  color: rgb(2 6 23 / 40%);
}
.text-slate-950\/core-opacity-50 {
  color: rgb(2 6 23 / 50%);
}
.text-slate-950\/core-opacity-60 {
  color: rgb(2 6 23 / 60%);
}
.text-slate-950\/core-opacity-70 {
  color: rgb(2 6 23 / 70%);
}
.text-slate-950\/core-opacity-80 {
  color: rgb(2 6 23 / 80%);
}
.text-slate-950\/core-opacity-90 {
  color: rgb(2 6 23 / 90%);
}
.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
.text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}
.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}
.text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}
.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}
.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}
.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}
.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}
.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}
.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}
.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}
.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}
.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}
.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}
.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}
.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}
.text-stone-100\/base-opacity-disabled {
  color: rgb(245 245 244 / 60%);
}
.text-stone-100\/core-opacity-0 {
  color: rgb(245 245 244 / 0%);
}
.text-stone-100\/core-opacity-10 {
  color: rgb(245 245 244 / 10%);
}
.text-stone-100\/core-opacity-100 {
  color: rgb(245 245 244 / 100%);
}
.text-stone-100\/core-opacity-20 {
  color: rgb(245 245 244 / 20%);
}
.text-stone-100\/core-opacity-30 {
  color: rgb(245 245 244 / 30%);
}
.text-stone-100\/core-opacity-40 {
  color: rgb(245 245 244 / 40%);
}
.text-stone-100\/core-opacity-50 {
  color: rgb(245 245 244 / 50%);
}
.text-stone-100\/core-opacity-60 {
  color: rgb(245 245 244 / 60%);
}
.text-stone-100\/core-opacity-70 {
  color: rgb(245 245 244 / 70%);
}
.text-stone-100\/core-opacity-80 {
  color: rgb(245 245 244 / 80%);
}
.text-stone-100\/core-opacity-90 {
  color: rgb(245 245 244 / 90%);
}
.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
.text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}
.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}
.text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}
.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}
.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}
.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}
.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}
.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}
.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}
.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}
.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}
.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}
.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}
.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}
.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}
.text-stone-200\/base-opacity-disabled {
  color: rgb(231 229 228 / 60%);
}
.text-stone-200\/core-opacity-0 {
  color: rgb(231 229 228 / 0%);
}
.text-stone-200\/core-opacity-10 {
  color: rgb(231 229 228 / 10%);
}
.text-stone-200\/core-opacity-100 {
  color: rgb(231 229 228 / 100%);
}
.text-stone-200\/core-opacity-20 {
  color: rgb(231 229 228 / 20%);
}
.text-stone-200\/core-opacity-30 {
  color: rgb(231 229 228 / 30%);
}
.text-stone-200\/core-opacity-40 {
  color: rgb(231 229 228 / 40%);
}
.text-stone-200\/core-opacity-50 {
  color: rgb(231 229 228 / 50%);
}
.text-stone-200\/core-opacity-60 {
  color: rgb(231 229 228 / 60%);
}
.text-stone-200\/core-opacity-70 {
  color: rgb(231 229 228 / 70%);
}
.text-stone-200\/core-opacity-80 {
  color: rgb(231 229 228 / 80%);
}
.text-stone-200\/core-opacity-90 {
  color: rgb(231 229 228 / 90%);
}
.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
.text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}
.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}
.text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}
.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}
.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}
.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}
.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}
.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}
.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}
.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}
.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}
.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}
.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}
.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}
.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}
.text-stone-300\/base-opacity-disabled {
  color: rgb(214 211 209 / 60%);
}
.text-stone-300\/core-opacity-0 {
  color: rgb(214 211 209 / 0%);
}
.text-stone-300\/core-opacity-10 {
  color: rgb(214 211 209 / 10%);
}
.text-stone-300\/core-opacity-100 {
  color: rgb(214 211 209 / 100%);
}
.text-stone-300\/core-opacity-20 {
  color: rgb(214 211 209 / 20%);
}
.text-stone-300\/core-opacity-30 {
  color: rgb(214 211 209 / 30%);
}
.text-stone-300\/core-opacity-40 {
  color: rgb(214 211 209 / 40%);
}
.text-stone-300\/core-opacity-50 {
  color: rgb(214 211 209 / 50%);
}
.text-stone-300\/core-opacity-60 {
  color: rgb(214 211 209 / 60%);
}
.text-stone-300\/core-opacity-70 {
  color: rgb(214 211 209 / 70%);
}
.text-stone-300\/core-opacity-80 {
  color: rgb(214 211 209 / 80%);
}
.text-stone-300\/core-opacity-90 {
  color: rgb(214 211 209 / 90%);
}
.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}
.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}
.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}
.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}
.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}
.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}
.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}
.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}
.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}
.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}
.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}
.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}
.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}
.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}
.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}
.text-stone-400\/base-opacity-disabled {
  color: rgb(168 162 158 / 60%);
}
.text-stone-400\/core-opacity-0 {
  color: rgb(168 162 158 / 0%);
}
.text-stone-400\/core-opacity-10 {
  color: rgb(168 162 158 / 10%);
}
.text-stone-400\/core-opacity-100 {
  color: rgb(168 162 158 / 100%);
}
.text-stone-400\/core-opacity-20 {
  color: rgb(168 162 158 / 20%);
}
.text-stone-400\/core-opacity-30 {
  color: rgb(168 162 158 / 30%);
}
.text-stone-400\/core-opacity-40 {
  color: rgb(168 162 158 / 40%);
}
.text-stone-400\/core-opacity-50 {
  color: rgb(168 162 158 / 50%);
}
.text-stone-400\/core-opacity-60 {
  color: rgb(168 162 158 / 60%);
}
.text-stone-400\/core-opacity-70 {
  color: rgb(168 162 158 / 70%);
}
.text-stone-400\/core-opacity-80 {
  color: rgb(168 162 158 / 80%);
}
.text-stone-400\/core-opacity-90 {
  color: rgb(168 162 158 / 90%);
}
.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}
.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}
.text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}
.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}
.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}
.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}
.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}
.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}
.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}
.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}
.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}
.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}
.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}
.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}
.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}
.text-stone-50\/base-opacity-disabled {
  color: rgb(250 250 249 / 60%);
}
.text-stone-50\/core-opacity-0 {
  color: rgb(250 250 249 / 0%);
}
.text-stone-50\/core-opacity-10 {
  color: rgb(250 250 249 / 10%);
}
.text-stone-50\/core-opacity-100 {
  color: rgb(250 250 249 / 100%);
}
.text-stone-50\/core-opacity-20 {
  color: rgb(250 250 249 / 20%);
}
.text-stone-50\/core-opacity-30 {
  color: rgb(250 250 249 / 30%);
}
.text-stone-50\/core-opacity-40 {
  color: rgb(250 250 249 / 40%);
}
.text-stone-50\/core-opacity-50 {
  color: rgb(250 250 249 / 50%);
}
.text-stone-50\/core-opacity-60 {
  color: rgb(250 250 249 / 60%);
}
.text-stone-50\/core-opacity-70 {
  color: rgb(250 250 249 / 70%);
}
.text-stone-50\/core-opacity-80 {
  color: rgb(250 250 249 / 80%);
}
.text-stone-50\/core-opacity-90 {
  color: rgb(250 250 249 / 90%);
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}
.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}
.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}
.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}
.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}
.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}
.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}
.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}
.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}
.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}
.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}
.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}
.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}
.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}
.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}
.text-stone-500\/base-opacity-disabled {
  color: rgb(120 113 108 / 60%);
}
.text-stone-500\/core-opacity-0 {
  color: rgb(120 113 108 / 0%);
}
.text-stone-500\/core-opacity-10 {
  color: rgb(120 113 108 / 10%);
}
.text-stone-500\/core-opacity-100 {
  color: rgb(120 113 108 / 100%);
}
.text-stone-500\/core-opacity-20 {
  color: rgb(120 113 108 / 20%);
}
.text-stone-500\/core-opacity-30 {
  color: rgb(120 113 108 / 30%);
}
.text-stone-500\/core-opacity-40 {
  color: rgb(120 113 108 / 40%);
}
.text-stone-500\/core-opacity-50 {
  color: rgb(120 113 108 / 50%);
}
.text-stone-500\/core-opacity-60 {
  color: rgb(120 113 108 / 60%);
}
.text-stone-500\/core-opacity-70 {
  color: rgb(120 113 108 / 70%);
}
.text-stone-500\/core-opacity-80 {
  color: rgb(120 113 108 / 80%);
}
.text-stone-500\/core-opacity-90 {
  color: rgb(120 113 108 / 90%);
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}
.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}
.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}
.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}
.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}
.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}
.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}
.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}
.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}
.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}
.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}
.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}
.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}
.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}
.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}
.text-stone-600\/base-opacity-disabled {
  color: rgb(87 83 78 / 60%);
}
.text-stone-600\/core-opacity-0 {
  color: rgb(87 83 78 / 0%);
}
.text-stone-600\/core-opacity-10 {
  color: rgb(87 83 78 / 10%);
}
.text-stone-600\/core-opacity-100 {
  color: rgb(87 83 78 / 100%);
}
.text-stone-600\/core-opacity-20 {
  color: rgb(87 83 78 / 20%);
}
.text-stone-600\/core-opacity-30 {
  color: rgb(87 83 78 / 30%);
}
.text-stone-600\/core-opacity-40 {
  color: rgb(87 83 78 / 40%);
}
.text-stone-600\/core-opacity-50 {
  color: rgb(87 83 78 / 50%);
}
.text-stone-600\/core-opacity-60 {
  color: rgb(87 83 78 / 60%);
}
.text-stone-600\/core-opacity-70 {
  color: rgb(87 83 78 / 70%);
}
.text-stone-600\/core-opacity-80 {
  color: rgb(87 83 78 / 80%);
}
.text-stone-600\/core-opacity-90 {
  color: rgb(87 83 78 / 90%);
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}
.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}
.text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}
.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}
.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}
.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}
.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}
.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}
.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}
.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}
.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}
.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}
.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}
.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}
.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}
.text-stone-700\/base-opacity-disabled {
  color: rgb(68 64 60 / 60%);
}
.text-stone-700\/core-opacity-0 {
  color: rgb(68 64 60 / 0%);
}
.text-stone-700\/core-opacity-10 {
  color: rgb(68 64 60 / 10%);
}
.text-stone-700\/core-opacity-100 {
  color: rgb(68 64 60 / 100%);
}
.text-stone-700\/core-opacity-20 {
  color: rgb(68 64 60 / 20%);
}
.text-stone-700\/core-opacity-30 {
  color: rgb(68 64 60 / 30%);
}
.text-stone-700\/core-opacity-40 {
  color: rgb(68 64 60 / 40%);
}
.text-stone-700\/core-opacity-50 {
  color: rgb(68 64 60 / 50%);
}
.text-stone-700\/core-opacity-60 {
  color: rgb(68 64 60 / 60%);
}
.text-stone-700\/core-opacity-70 {
  color: rgb(68 64 60 / 70%);
}
.text-stone-700\/core-opacity-80 {
  color: rgb(68 64 60 / 80%);
}
.text-stone-700\/core-opacity-90 {
  color: rgb(68 64 60 / 90%);
}
.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}
.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}
.text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}
.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}
.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}
.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}
.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}
.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}
.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}
.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}
.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}
.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}
.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}
.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}
.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}
.text-stone-800\/base-opacity-disabled {
  color: rgb(41 37 36 / 60%);
}
.text-stone-800\/core-opacity-0 {
  color: rgb(41 37 36 / 0%);
}
.text-stone-800\/core-opacity-10 {
  color: rgb(41 37 36 / 10%);
}
.text-stone-800\/core-opacity-100 {
  color: rgb(41 37 36 / 100%);
}
.text-stone-800\/core-opacity-20 {
  color: rgb(41 37 36 / 20%);
}
.text-stone-800\/core-opacity-30 {
  color: rgb(41 37 36 / 30%);
}
.text-stone-800\/core-opacity-40 {
  color: rgb(41 37 36 / 40%);
}
.text-stone-800\/core-opacity-50 {
  color: rgb(41 37 36 / 50%);
}
.text-stone-800\/core-opacity-60 {
  color: rgb(41 37 36 / 60%);
}
.text-stone-800\/core-opacity-70 {
  color: rgb(41 37 36 / 70%);
}
.text-stone-800\/core-opacity-80 {
  color: rgb(41 37 36 / 80%);
}
.text-stone-800\/core-opacity-90 {
  color: rgb(41 37 36 / 90%);
}
.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}
.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}
.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}
.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}
.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}
.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}
.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}
.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}
.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}
.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}
.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}
.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}
.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}
.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}
.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}
.text-stone-900\/base-opacity-disabled {
  color: rgb(28 25 23 / 60%);
}
.text-stone-900\/core-opacity-0 {
  color: rgb(28 25 23 / 0%);
}
.text-stone-900\/core-opacity-10 {
  color: rgb(28 25 23 / 10%);
}
.text-stone-900\/core-opacity-100 {
  color: rgb(28 25 23 / 100%);
}
.text-stone-900\/core-opacity-20 {
  color: rgb(28 25 23 / 20%);
}
.text-stone-900\/core-opacity-30 {
  color: rgb(28 25 23 / 30%);
}
.text-stone-900\/core-opacity-40 {
  color: rgb(28 25 23 / 40%);
}
.text-stone-900\/core-opacity-50 {
  color: rgb(28 25 23 / 50%);
}
.text-stone-900\/core-opacity-60 {
  color: rgb(28 25 23 / 60%);
}
.text-stone-900\/core-opacity-70 {
  color: rgb(28 25 23 / 70%);
}
.text-stone-900\/core-opacity-80 {
  color: rgb(28 25 23 / 80%);
}
.text-stone-900\/core-opacity-90 {
  color: rgb(28 25 23 / 90%);
}
.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}
.text-stone-950\/0 {
  color: rgb(12 10 9 / 0);
}
.text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1);
}
.text-stone-950\/100 {
  color: rgb(12 10 9 / 1);
}
.text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2);
}
.text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25);
}
.text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3);
}
.text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4);
}
.text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05);
}
.text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5);
}
.text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6);
}
.text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7);
}
.text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75);
}
.text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8);
}
.text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9);
}
.text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95);
}
.text-stone-950\/base-opacity-disabled {
  color: rgb(12 10 9 / 60%);
}
.text-stone-950\/core-opacity-0 {
  color: rgb(12 10 9 / 0%);
}
.text-stone-950\/core-opacity-10 {
  color: rgb(12 10 9 / 10%);
}
.text-stone-950\/core-opacity-100 {
  color: rgb(12 10 9 / 100%);
}
.text-stone-950\/core-opacity-20 {
  color: rgb(12 10 9 / 20%);
}
.text-stone-950\/core-opacity-30 {
  color: rgb(12 10 9 / 30%);
}
.text-stone-950\/core-opacity-40 {
  color: rgb(12 10 9 / 40%);
}
.text-stone-950\/core-opacity-50 {
  color: rgb(12 10 9 / 50%);
}
.text-stone-950\/core-opacity-60 {
  color: rgb(12 10 9 / 60%);
}
.text-stone-950\/core-opacity-70 {
  color: rgb(12 10 9 / 70%);
}
.text-stone-950\/core-opacity-80 {
  color: rgb(12 10 9 / 80%);
}
.text-stone-950\/core-opacity-90 {
  color: rgb(12 10 9 / 90%);
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-success-light {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-success-light\/0 {
  color: rgb(52 211 153 / 0);
}
.text-success-light\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-success-light\/100 {
  color: rgb(52 211 153 / 1);
}
.text-success-light\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-success-light\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-success-light\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-success-light\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-success-light\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-success-light\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-success-light\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-success-light\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-success-light\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-success-light\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-success-light\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-success-light\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-success-light\/base-opacity-disabled {
  color: rgb(52 211 153 / 60%);
}
.text-success-light\/core-opacity-0 {
  color: rgb(52 211 153 / 0%);
}
.text-success-light\/core-opacity-10 {
  color: rgb(52 211 153 / 10%);
}
.text-success-light\/core-opacity-100 {
  color: rgb(52 211 153 / 100%);
}
.text-success-light\/core-opacity-20 {
  color: rgb(52 211 153 / 20%);
}
.text-success-light\/core-opacity-30 {
  color: rgb(52 211 153 / 30%);
}
.text-success-light\/core-opacity-40 {
  color: rgb(52 211 153 / 40%);
}
.text-success-light\/core-opacity-50 {
  color: rgb(52 211 153 / 50%);
}
.text-success-light\/core-opacity-60 {
  color: rgb(52 211 153 / 60%);
}
.text-success-light\/core-opacity-70 {
  color: rgb(52 211 153 / 70%);
}
.text-success-light\/core-opacity-80 {
  color: rgb(52 211 153 / 80%);
}
.text-success-light\/core-opacity-90 {
  color: rgb(52 211 153 / 90%);
}
.text-success-lightest {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.text-success-lightest\/0 {
  color: rgb(236 253 245 / 0);
}
.text-success-lightest\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-success-lightest\/100 {
  color: rgb(236 253 245 / 1);
}
.text-success-lightest\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-success-lightest\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-success-lightest\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-success-lightest\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-success-lightest\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-success-lightest\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-success-lightest\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-success-lightest\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-success-lightest\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-success-lightest\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-success-lightest\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-success-lightest\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-success-lightest\/base-opacity-disabled {
  color: rgb(236 253 245 / 60%);
}
.text-success-lightest\/core-opacity-0 {
  color: rgb(236 253 245 / 0%);
}
.text-success-lightest\/core-opacity-10 {
  color: rgb(236 253 245 / 10%);
}
.text-success-lightest\/core-opacity-100 {
  color: rgb(236 253 245 / 100%);
}
.text-success-lightest\/core-opacity-20 {
  color: rgb(236 253 245 / 20%);
}
.text-success-lightest\/core-opacity-30 {
  color: rgb(236 253 245 / 30%);
}
.text-success-lightest\/core-opacity-40 {
  color: rgb(236 253 245 / 40%);
}
.text-success-lightest\/core-opacity-50 {
  color: rgb(236 253 245 / 50%);
}
.text-success-lightest\/core-opacity-60 {
  color: rgb(236 253 245 / 60%);
}
.text-success-lightest\/core-opacity-70 {
  color: rgb(236 253 245 / 70%);
}
.text-success-lightest\/core-opacity-80 {
  color: rgb(236 253 245 / 80%);
}
.text-success-lightest\/core-opacity-90 {
  color: rgb(236 253 245 / 90%);
}
.text-success\/0 {
  color: rgb(16 185 129 / 0);
}
.text-success\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-success\/100 {
  color: rgb(16 185 129 / 1);
}
.text-success\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-success\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-success\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-success\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-success\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-success\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-success\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-success\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-success\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-success\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-success\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-success\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-success\/base-opacity-disabled {
  color: rgb(16 185 129 / 60%);
}
.text-success\/core-opacity-0 {
  color: rgb(16 185 129 / 0%);
}
.text-success\/core-opacity-10 {
  color: rgb(16 185 129 / 10%);
}
.text-success\/core-opacity-100 {
  color: rgb(16 185 129 / 100%);
}
.text-success\/core-opacity-20 {
  color: rgb(16 185 129 / 20%);
}
.text-success\/core-opacity-30 {
  color: rgb(16 185 129 / 30%);
}
.text-success\/core-opacity-40 {
  color: rgb(16 185 129 / 40%);
}
.text-success\/core-opacity-50 {
  color: rgb(16 185 129 / 50%);
}
.text-success\/core-opacity-60 {
  color: rgb(16 185 129 / 60%);
}
.text-success\/core-opacity-70 {
  color: rgb(16 185 129 / 70%);
}
.text-success\/core-opacity-80 {
  color: rgb(16 185 129 / 80%);
}
.text-success\/core-opacity-90 {
  color: rgb(16 185 129 / 90%);
}
.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
.text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}
.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}
.text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}
.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}
.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}
.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}
.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}
.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}
.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}
.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}
.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}
.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}
.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}
.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}
.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}
.text-teal-100\/base-opacity-disabled {
  color: rgb(204 251 241 / 60%);
}
.text-teal-100\/core-opacity-0 {
  color: rgb(204 251 241 / 0%);
}
.text-teal-100\/core-opacity-10 {
  color: rgb(204 251 241 / 10%);
}
.text-teal-100\/core-opacity-100 {
  color: rgb(204 251 241 / 100%);
}
.text-teal-100\/core-opacity-20 {
  color: rgb(204 251 241 / 20%);
}
.text-teal-100\/core-opacity-30 {
  color: rgb(204 251 241 / 30%);
}
.text-teal-100\/core-opacity-40 {
  color: rgb(204 251 241 / 40%);
}
.text-teal-100\/core-opacity-50 {
  color: rgb(204 251 241 / 50%);
}
.text-teal-100\/core-opacity-60 {
  color: rgb(204 251 241 / 60%);
}
.text-teal-100\/core-opacity-70 {
  color: rgb(204 251 241 / 70%);
}
.text-teal-100\/core-opacity-80 {
  color: rgb(204 251 241 / 80%);
}
.text-teal-100\/core-opacity-90 {
  color: rgb(204 251 241 / 90%);
}
.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
.text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}
.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}
.text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}
.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}
.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}
.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}
.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}
.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}
.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}
.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}
.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}
.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}
.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}
.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}
.text-teal-200\/base-opacity-disabled {
  color: rgb(153 246 228 / 60%);
}
.text-teal-200\/core-opacity-0 {
  color: rgb(153 246 228 / 0%);
}
.text-teal-200\/core-opacity-10 {
  color: rgb(153 246 228 / 10%);
}
.text-teal-200\/core-opacity-100 {
  color: rgb(153 246 228 / 100%);
}
.text-teal-200\/core-opacity-20 {
  color: rgb(153 246 228 / 20%);
}
.text-teal-200\/core-opacity-30 {
  color: rgb(153 246 228 / 30%);
}
.text-teal-200\/core-opacity-40 {
  color: rgb(153 246 228 / 40%);
}
.text-teal-200\/core-opacity-50 {
  color: rgb(153 246 228 / 50%);
}
.text-teal-200\/core-opacity-60 {
  color: rgb(153 246 228 / 60%);
}
.text-teal-200\/core-opacity-70 {
  color: rgb(153 246 228 / 70%);
}
.text-teal-200\/core-opacity-80 {
  color: rgb(153 246 228 / 80%);
}
.text-teal-200\/core-opacity-90 {
  color: rgb(153 246 228 / 90%);
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}
.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}
.text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}
.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}
.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}
.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}
.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}
.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}
.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}
.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}
.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}
.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}
.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}
.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}
.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}
.text-teal-300\/base-opacity-disabled {
  color: rgb(94 234 212 / 60%);
}
.text-teal-300\/core-opacity-0 {
  color: rgb(94 234 212 / 0%);
}
.text-teal-300\/core-opacity-10 {
  color: rgb(94 234 212 / 10%);
}
.text-teal-300\/core-opacity-100 {
  color: rgb(94 234 212 / 100%);
}
.text-teal-300\/core-opacity-20 {
  color: rgb(94 234 212 / 20%);
}
.text-teal-300\/core-opacity-30 {
  color: rgb(94 234 212 / 30%);
}
.text-teal-300\/core-opacity-40 {
  color: rgb(94 234 212 / 40%);
}
.text-teal-300\/core-opacity-50 {
  color: rgb(94 234 212 / 50%);
}
.text-teal-300\/core-opacity-60 {
  color: rgb(94 234 212 / 60%);
}
.text-teal-300\/core-opacity-70 {
  color: rgb(94 234 212 / 70%);
}
.text-teal-300\/core-opacity-80 {
  color: rgb(94 234 212 / 80%);
}
.text-teal-300\/core-opacity-90 {
  color: rgb(94 234 212 / 90%);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}
.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}
.text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}
.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}
.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}
.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}
.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}
.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}
.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}
.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}
.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}
.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}
.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}
.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}
.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}
.text-teal-400\/base-opacity-disabled {
  color: rgb(45 212 191 / 60%);
}
.text-teal-400\/core-opacity-0 {
  color: rgb(45 212 191 / 0%);
}
.text-teal-400\/core-opacity-10 {
  color: rgb(45 212 191 / 10%);
}
.text-teal-400\/core-opacity-100 {
  color: rgb(45 212 191 / 100%);
}
.text-teal-400\/core-opacity-20 {
  color: rgb(45 212 191 / 20%);
}
.text-teal-400\/core-opacity-30 {
  color: rgb(45 212 191 / 30%);
}
.text-teal-400\/core-opacity-40 {
  color: rgb(45 212 191 / 40%);
}
.text-teal-400\/core-opacity-50 {
  color: rgb(45 212 191 / 50%);
}
.text-teal-400\/core-opacity-60 {
  color: rgb(45 212 191 / 60%);
}
.text-teal-400\/core-opacity-70 {
  color: rgb(45 212 191 / 70%);
}
.text-teal-400\/core-opacity-80 {
  color: rgb(45 212 191 / 80%);
}
.text-teal-400\/core-opacity-90 {
  color: rgb(45 212 191 / 90%);
}
.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}
.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}
.text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}
.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}
.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}
.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}
.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}
.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}
.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}
.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}
.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}
.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}
.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}
.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}
.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}
.text-teal-50\/base-opacity-disabled {
  color: rgb(240 253 250 / 60%);
}
.text-teal-50\/core-opacity-0 {
  color: rgb(240 253 250 / 0%);
}
.text-teal-50\/core-opacity-10 {
  color: rgb(240 253 250 / 10%);
}
.text-teal-50\/core-opacity-100 {
  color: rgb(240 253 250 / 100%);
}
.text-teal-50\/core-opacity-20 {
  color: rgb(240 253 250 / 20%);
}
.text-teal-50\/core-opacity-30 {
  color: rgb(240 253 250 / 30%);
}
.text-teal-50\/core-opacity-40 {
  color: rgb(240 253 250 / 40%);
}
.text-teal-50\/core-opacity-50 {
  color: rgb(240 253 250 / 50%);
}
.text-teal-50\/core-opacity-60 {
  color: rgb(240 253 250 / 60%);
}
.text-teal-50\/core-opacity-70 {
  color: rgb(240 253 250 / 70%);
}
.text-teal-50\/core-opacity-80 {
  color: rgb(240 253 250 / 80%);
}
.text-teal-50\/core-opacity-90 {
  color: rgb(240 253 250 / 90%);
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}
.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}
.text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}
.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}
.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}
.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}
.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}
.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}
.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}
.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}
.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}
.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}
.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}
.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}
.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}
.text-teal-500\/base-opacity-disabled {
  color: rgb(20 184 166 / 60%);
}
.text-teal-500\/core-opacity-0 {
  color: rgb(20 184 166 / 0%);
}
.text-teal-500\/core-opacity-10 {
  color: rgb(20 184 166 / 10%);
}
.text-teal-500\/core-opacity-100 {
  color: rgb(20 184 166 / 100%);
}
.text-teal-500\/core-opacity-20 {
  color: rgb(20 184 166 / 20%);
}
.text-teal-500\/core-opacity-30 {
  color: rgb(20 184 166 / 30%);
}
.text-teal-500\/core-opacity-40 {
  color: rgb(20 184 166 / 40%);
}
.text-teal-500\/core-opacity-50 {
  color: rgb(20 184 166 / 50%);
}
.text-teal-500\/core-opacity-60 {
  color: rgb(20 184 166 / 60%);
}
.text-teal-500\/core-opacity-70 {
  color: rgb(20 184 166 / 70%);
}
.text-teal-500\/core-opacity-80 {
  color: rgb(20 184 166 / 80%);
}
.text-teal-500\/core-opacity-90 {
  color: rgb(20 184 166 / 90%);
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}
.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}
.text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}
.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}
.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}
.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}
.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}
.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}
.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}
.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}
.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}
.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}
.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}
.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}
.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}
.text-teal-600\/base-opacity-disabled {
  color: rgb(13 148 136 / 60%);
}
.text-teal-600\/core-opacity-0 {
  color: rgb(13 148 136 / 0%);
}
.text-teal-600\/core-opacity-10 {
  color: rgb(13 148 136 / 10%);
}
.text-teal-600\/core-opacity-100 {
  color: rgb(13 148 136 / 100%);
}
.text-teal-600\/core-opacity-20 {
  color: rgb(13 148 136 / 20%);
}
.text-teal-600\/core-opacity-30 {
  color: rgb(13 148 136 / 30%);
}
.text-teal-600\/core-opacity-40 {
  color: rgb(13 148 136 / 40%);
}
.text-teal-600\/core-opacity-50 {
  color: rgb(13 148 136 / 50%);
}
.text-teal-600\/core-opacity-60 {
  color: rgb(13 148 136 / 60%);
}
.text-teal-600\/core-opacity-70 {
  color: rgb(13 148 136 / 70%);
}
.text-teal-600\/core-opacity-80 {
  color: rgb(13 148 136 / 80%);
}
.text-teal-600\/core-opacity-90 {
  color: rgb(13 148 136 / 90%);
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}
.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}
.text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}
.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}
.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}
.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}
.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}
.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}
.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}
.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}
.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}
.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}
.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}
.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}
.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}
.text-teal-700\/base-opacity-disabled {
  color: rgb(15 118 110 / 60%);
}
.text-teal-700\/core-opacity-0 {
  color: rgb(15 118 110 / 0%);
}
.text-teal-700\/core-opacity-10 {
  color: rgb(15 118 110 / 10%);
}
.text-teal-700\/core-opacity-100 {
  color: rgb(15 118 110 / 100%);
}
.text-teal-700\/core-opacity-20 {
  color: rgb(15 118 110 / 20%);
}
.text-teal-700\/core-opacity-30 {
  color: rgb(15 118 110 / 30%);
}
.text-teal-700\/core-opacity-40 {
  color: rgb(15 118 110 / 40%);
}
.text-teal-700\/core-opacity-50 {
  color: rgb(15 118 110 / 50%);
}
.text-teal-700\/core-opacity-60 {
  color: rgb(15 118 110 / 60%);
}
.text-teal-700\/core-opacity-70 {
  color: rgb(15 118 110 / 70%);
}
.text-teal-700\/core-opacity-80 {
  color: rgb(15 118 110 / 80%);
}
.text-teal-700\/core-opacity-90 {
  color: rgb(15 118 110 / 90%);
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}
.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}
.text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}
.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}
.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}
.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}
.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}
.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}
.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}
.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}
.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}
.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}
.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}
.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}
.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}
.text-teal-800\/base-opacity-disabled {
  color: rgb(17 94 89 / 60%);
}
.text-teal-800\/core-opacity-0 {
  color: rgb(17 94 89 / 0%);
}
.text-teal-800\/core-opacity-10 {
  color: rgb(17 94 89 / 10%);
}
.text-teal-800\/core-opacity-100 {
  color: rgb(17 94 89 / 100%);
}
.text-teal-800\/core-opacity-20 {
  color: rgb(17 94 89 / 20%);
}
.text-teal-800\/core-opacity-30 {
  color: rgb(17 94 89 / 30%);
}
.text-teal-800\/core-opacity-40 {
  color: rgb(17 94 89 / 40%);
}
.text-teal-800\/core-opacity-50 {
  color: rgb(17 94 89 / 50%);
}
.text-teal-800\/core-opacity-60 {
  color: rgb(17 94 89 / 60%);
}
.text-teal-800\/core-opacity-70 {
  color: rgb(17 94 89 / 70%);
}
.text-teal-800\/core-opacity-80 {
  color: rgb(17 94 89 / 80%);
}
.text-teal-800\/core-opacity-90 {
  color: rgb(17 94 89 / 90%);
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}
.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}
.text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}
.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}
.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}
.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}
.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}
.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}
.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}
.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}
.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}
.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}
.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}
.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}
.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}
.text-teal-900\/base-opacity-disabled {
  color: rgb(19 78 74 / 60%);
}
.text-teal-900\/core-opacity-0 {
  color: rgb(19 78 74 / 0%);
}
.text-teal-900\/core-opacity-10 {
  color: rgb(19 78 74 / 10%);
}
.text-teal-900\/core-opacity-100 {
  color: rgb(19 78 74 / 100%);
}
.text-teal-900\/core-opacity-20 {
  color: rgb(19 78 74 / 20%);
}
.text-teal-900\/core-opacity-30 {
  color: rgb(19 78 74 / 30%);
}
.text-teal-900\/core-opacity-40 {
  color: rgb(19 78 74 / 40%);
}
.text-teal-900\/core-opacity-50 {
  color: rgb(19 78 74 / 50%);
}
.text-teal-900\/core-opacity-60 {
  color: rgb(19 78 74 / 60%);
}
.text-teal-900\/core-opacity-70 {
  color: rgb(19 78 74 / 70%);
}
.text-teal-900\/core-opacity-80 {
  color: rgb(19 78 74 / 80%);
}
.text-teal-900\/core-opacity-90 {
  color: rgb(19 78 74 / 90%);
}
.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}
.text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}
.text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}
.text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}
.text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}
.text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}
.text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}
.text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}
.text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}
.text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}
.text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}
.text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}
.text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}
.text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}
.text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}
.text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}
.text-teal-950\/base-opacity-disabled {
  color: rgb(4 47 46 / 60%);
}
.text-teal-950\/core-opacity-0 {
  color: rgb(4 47 46 / 0%);
}
.text-teal-950\/core-opacity-10 {
  color: rgb(4 47 46 / 10%);
}
.text-teal-950\/core-opacity-100 {
  color: rgb(4 47 46 / 100%);
}
.text-teal-950\/core-opacity-20 {
  color: rgb(4 47 46 / 20%);
}
.text-teal-950\/core-opacity-30 {
  color: rgb(4 47 46 / 30%);
}
.text-teal-950\/core-opacity-40 {
  color: rgb(4 47 46 / 40%);
}
.text-teal-950\/core-opacity-50 {
  color: rgb(4 47 46 / 50%);
}
.text-teal-950\/core-opacity-60 {
  color: rgb(4 47 46 / 60%);
}
.text-teal-950\/core-opacity-70 {
  color: rgb(4 47 46 / 70%);
}
.text-teal-950\/core-opacity-80 {
  color: rgb(4 47 46 / 80%);
}
.text-teal-950\/core-opacity-90 {
  color: rgb(4 47 46 / 90%);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-transparent\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-transparent\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-transparent\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-transparent\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-transparent\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-transparent\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-transparent\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-transparent\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-transparent\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-transparent\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-transparent\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-transparent\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
.text-violet-100\/0 {
  color: rgb(237 233 254 / 0);
}
.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1);
}
.text-violet-100\/100 {
  color: rgb(237 233 254 / 1);
}
.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2);
}
.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25);
}
.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3);
}
.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4);
}
.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05);
}
.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5);
}
.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6);
}
.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}
.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75);
}
.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8);
}
.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9);
}
.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95);
}
.text-violet-100\/base-opacity-disabled {
  color: rgb(237 233 254 / 60%);
}
.text-violet-100\/core-opacity-0 {
  color: rgb(237 233 254 / 0%);
}
.text-violet-100\/core-opacity-10 {
  color: rgb(237 233 254 / 10%);
}
.text-violet-100\/core-opacity-100 {
  color: rgb(237 233 254 / 100%);
}
.text-violet-100\/core-opacity-20 {
  color: rgb(237 233 254 / 20%);
}
.text-violet-100\/core-opacity-30 {
  color: rgb(237 233 254 / 30%);
}
.text-violet-100\/core-opacity-40 {
  color: rgb(237 233 254 / 40%);
}
.text-violet-100\/core-opacity-50 {
  color: rgb(237 233 254 / 50%);
}
.text-violet-100\/core-opacity-60 {
  color: rgb(237 233 254 / 60%);
}
.text-violet-100\/core-opacity-70 {
  color: rgb(237 233 254 / 70%);
}
.text-violet-100\/core-opacity-80 {
  color: rgb(237 233 254 / 80%);
}
.text-violet-100\/core-opacity-90 {
  color: rgb(237 233 254 / 90%);
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
.text-violet-200\/0 {
  color: rgb(221 214 254 / 0);
}
.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1);
}
.text-violet-200\/100 {
  color: rgb(221 214 254 / 1);
}
.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2);
}
.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25);
}
.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3);
}
.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4);
}
.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05);
}
.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5);
}
.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6);
}
.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}
.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75);
}
.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8);
}
.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}
.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95);
}
.text-violet-200\/base-opacity-disabled {
  color: rgb(221 214 254 / 60%);
}
.text-violet-200\/core-opacity-0 {
  color: rgb(221 214 254 / 0%);
}
.text-violet-200\/core-opacity-10 {
  color: rgb(221 214 254 / 10%);
}
.text-violet-200\/core-opacity-100 {
  color: rgb(221 214 254 / 100%);
}
.text-violet-200\/core-opacity-20 {
  color: rgb(221 214 254 / 20%);
}
.text-violet-200\/core-opacity-30 {
  color: rgb(221 214 254 / 30%);
}
.text-violet-200\/core-opacity-40 {
  color: rgb(221 214 254 / 40%);
}
.text-violet-200\/core-opacity-50 {
  color: rgb(221 214 254 / 50%);
}
.text-violet-200\/core-opacity-60 {
  color: rgb(221 214 254 / 60%);
}
.text-violet-200\/core-opacity-70 {
  color: rgb(221 214 254 / 70%);
}
.text-violet-200\/core-opacity-80 {
  color: rgb(221 214 254 / 80%);
}
.text-violet-200\/core-opacity-90 {
  color: rgb(221 214 254 / 90%);
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}
.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}
.text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}
.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2);
}
.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25);
}
.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3);
}
.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4);
}
.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05);
}
.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5);
}
.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}
.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}
.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75);
}
.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}
.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}
.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}
.text-violet-300\/base-opacity-disabled {
  color: rgb(196 181 253 / 60%);
}
.text-violet-300\/core-opacity-0 {
  color: rgb(196 181 253 / 0%);
}
.text-violet-300\/core-opacity-10 {
  color: rgb(196 181 253 / 10%);
}
.text-violet-300\/core-opacity-100 {
  color: rgb(196 181 253 / 100%);
}
.text-violet-300\/core-opacity-20 {
  color: rgb(196 181 253 / 20%);
}
.text-violet-300\/core-opacity-30 {
  color: rgb(196 181 253 / 30%);
}
.text-violet-300\/core-opacity-40 {
  color: rgb(196 181 253 / 40%);
}
.text-violet-300\/core-opacity-50 {
  color: rgb(196 181 253 / 50%);
}
.text-violet-300\/core-opacity-60 {
  color: rgb(196 181 253 / 60%);
}
.text-violet-300\/core-opacity-70 {
  color: rgb(196 181 253 / 70%);
}
.text-violet-300\/core-opacity-80 {
  color: rgb(196 181 253 / 80%);
}
.text-violet-300\/core-opacity-90 {
  color: rgb(196 181 253 / 90%);
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
.text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}
.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}
.text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}
.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}
.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}
.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}
.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}
.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}
.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}
.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}
.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}
.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}
.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}
.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}
.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}
.text-violet-400\/base-opacity-disabled {
  color: rgb(167 139 250 / 60%);
}
.text-violet-400\/core-opacity-0 {
  color: rgb(167 139 250 / 0%);
}
.text-violet-400\/core-opacity-10 {
  color: rgb(167 139 250 / 10%);
}
.text-violet-400\/core-opacity-100 {
  color: rgb(167 139 250 / 100%);
}
.text-violet-400\/core-opacity-20 {
  color: rgb(167 139 250 / 20%);
}
.text-violet-400\/core-opacity-30 {
  color: rgb(167 139 250 / 30%);
}
.text-violet-400\/core-opacity-40 {
  color: rgb(167 139 250 / 40%);
}
.text-violet-400\/core-opacity-50 {
  color: rgb(167 139 250 / 50%);
}
.text-violet-400\/core-opacity-60 {
  color: rgb(167 139 250 / 60%);
}
.text-violet-400\/core-opacity-70 {
  color: rgb(167 139 250 / 70%);
}
.text-violet-400\/core-opacity-80 {
  color: rgb(167 139 250 / 80%);
}
.text-violet-400\/core-opacity-90 {
  color: rgb(167 139 250 / 90%);
}
.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
.text-violet-50\/0 {
  color: rgb(245 243 255 / 0);
}
.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1);
}
.text-violet-50\/100 {
  color: rgb(245 243 255 / 1);
}
.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2);
}
.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25);
}
.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3);
}
.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4);
}
.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05);
}
.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5);
}
.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6);
}
.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7);
}
.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75);
}
.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8);
}
.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9);
}
.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95);
}
.text-violet-50\/base-opacity-disabled {
  color: rgb(245 243 255 / 60%);
}
.text-violet-50\/core-opacity-0 {
  color: rgb(245 243 255 / 0%);
}
.text-violet-50\/core-opacity-10 {
  color: rgb(245 243 255 / 10%);
}
.text-violet-50\/core-opacity-100 {
  color: rgb(245 243 255 / 100%);
}
.text-violet-50\/core-opacity-20 {
  color: rgb(245 243 255 / 20%);
}
.text-violet-50\/core-opacity-30 {
  color: rgb(245 243 255 / 30%);
}
.text-violet-50\/core-opacity-40 {
  color: rgb(245 243 255 / 40%);
}
.text-violet-50\/core-opacity-50 {
  color: rgb(245 243 255 / 50%);
}
.text-violet-50\/core-opacity-60 {
  color: rgb(245 243 255 / 60%);
}
.text-violet-50\/core-opacity-70 {
  color: rgb(245 243 255 / 70%);
}
.text-violet-50\/core-opacity-80 {
  color: rgb(245 243 255 / 80%);
}
.text-violet-50\/core-opacity-90 {
  color: rgb(245 243 255 / 90%);
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}
.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}
.text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}
.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}
.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}
.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}
.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}
.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}
.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}
.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}
.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}
.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}
.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}
.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}
.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}
.text-violet-500\/base-opacity-disabled {
  color: rgb(139 92 246 / 60%);
}
.text-violet-500\/core-opacity-0 {
  color: rgb(139 92 246 / 0%);
}
.text-violet-500\/core-opacity-10 {
  color: rgb(139 92 246 / 10%);
}
.text-violet-500\/core-opacity-100 {
  color: rgb(139 92 246 / 100%);
}
.text-violet-500\/core-opacity-20 {
  color: rgb(139 92 246 / 20%);
}
.text-violet-500\/core-opacity-30 {
  color: rgb(139 92 246 / 30%);
}
.text-violet-500\/core-opacity-40 {
  color: rgb(139 92 246 / 40%);
}
.text-violet-500\/core-opacity-50 {
  color: rgb(139 92 246 / 50%);
}
.text-violet-500\/core-opacity-60 {
  color: rgb(139 92 246 / 60%);
}
.text-violet-500\/core-opacity-70 {
  color: rgb(139 92 246 / 70%);
}
.text-violet-500\/core-opacity-80 {
  color: rgb(139 92 246 / 80%);
}
.text-violet-500\/core-opacity-90 {
  color: rgb(139 92 246 / 90%);
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}
.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}
.text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}
.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}
.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}
.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}
.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}
.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}
.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}
.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}
.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}
.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}
.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}
.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}
.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}
.text-violet-600\/base-opacity-disabled {
  color: rgb(124 58 237 / 60%);
}
.text-violet-600\/core-opacity-0 {
  color: rgb(124 58 237 / 0%);
}
.text-violet-600\/core-opacity-10 {
  color: rgb(124 58 237 / 10%);
}
.text-violet-600\/core-opacity-100 {
  color: rgb(124 58 237 / 100%);
}
.text-violet-600\/core-opacity-20 {
  color: rgb(124 58 237 / 20%);
}
.text-violet-600\/core-opacity-30 {
  color: rgb(124 58 237 / 30%);
}
.text-violet-600\/core-opacity-40 {
  color: rgb(124 58 237 / 40%);
}
.text-violet-600\/core-opacity-50 {
  color: rgb(124 58 237 / 50%);
}
.text-violet-600\/core-opacity-60 {
  color: rgb(124 58 237 / 60%);
}
.text-violet-600\/core-opacity-70 {
  color: rgb(124 58 237 / 70%);
}
.text-violet-600\/core-opacity-80 {
  color: rgb(124 58 237 / 80%);
}
.text-violet-600\/core-opacity-90 {
  color: rgb(124 58 237 / 90%);
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.text-violet-700\/0 {
  color: rgb(109 40 217 / 0);
}
.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1);
}
.text-violet-700\/100 {
  color: rgb(109 40 217 / 1);
}
.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2);
}
.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25);
}
.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3);
}
.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4);
}
.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05);
}
.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5);
}
.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6);
}
.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}
.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75);
}
.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8);
}
.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9);
}
.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95);
}
.text-violet-700\/base-opacity-disabled {
  color: rgb(109 40 217 / 60%);
}
.text-violet-700\/core-opacity-0 {
  color: rgb(109 40 217 / 0%);
}
.text-violet-700\/core-opacity-10 {
  color: rgb(109 40 217 / 10%);
}
.text-violet-700\/core-opacity-100 {
  color: rgb(109 40 217 / 100%);
}
.text-violet-700\/core-opacity-20 {
  color: rgb(109 40 217 / 20%);
}
.text-violet-700\/core-opacity-30 {
  color: rgb(109 40 217 / 30%);
}
.text-violet-700\/core-opacity-40 {
  color: rgb(109 40 217 / 40%);
}
.text-violet-700\/core-opacity-50 {
  color: rgb(109 40 217 / 50%);
}
.text-violet-700\/core-opacity-60 {
  color: rgb(109 40 217 / 60%);
}
.text-violet-700\/core-opacity-70 {
  color: rgb(109 40 217 / 70%);
}
.text-violet-700\/core-opacity-80 {
  color: rgb(109 40 217 / 80%);
}
.text-violet-700\/core-opacity-90 {
  color: rgb(109 40 217 / 90%);
}
.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}
.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}
.text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}
.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2);
}
.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25);
}
.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3);
}
.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4);
}
.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05);
}
.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5);
}
.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6);
}
.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7);
}
.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75);
}
.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}
.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9);
}
.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}
.text-violet-800\/base-opacity-disabled {
  color: rgb(91 33 182 / 60%);
}
.text-violet-800\/core-opacity-0 {
  color: rgb(91 33 182 / 0%);
}
.text-violet-800\/core-opacity-10 {
  color: rgb(91 33 182 / 10%);
}
.text-violet-800\/core-opacity-100 {
  color: rgb(91 33 182 / 100%);
}
.text-violet-800\/core-opacity-20 {
  color: rgb(91 33 182 / 20%);
}
.text-violet-800\/core-opacity-30 {
  color: rgb(91 33 182 / 30%);
}
.text-violet-800\/core-opacity-40 {
  color: rgb(91 33 182 / 40%);
}
.text-violet-800\/core-opacity-50 {
  color: rgb(91 33 182 / 50%);
}
.text-violet-800\/core-opacity-60 {
  color: rgb(91 33 182 / 60%);
}
.text-violet-800\/core-opacity-70 {
  color: rgb(91 33 182 / 70%);
}
.text-violet-800\/core-opacity-80 {
  color: rgb(91 33 182 / 80%);
}
.text-violet-800\/core-opacity-90 {
  color: rgb(91 33 182 / 90%);
}
.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
.text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}
.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}
.text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}
.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}
.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}
.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}
.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}
.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}
.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}
.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}
.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}
.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}
.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}
.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}
.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}
.text-violet-900\/base-opacity-disabled {
  color: rgb(76 29 149 / 60%);
}
.text-violet-900\/core-opacity-0 {
  color: rgb(76 29 149 / 0%);
}
.text-violet-900\/core-opacity-10 {
  color: rgb(76 29 149 / 10%);
}
.text-violet-900\/core-opacity-100 {
  color: rgb(76 29 149 / 100%);
}
.text-violet-900\/core-opacity-20 {
  color: rgb(76 29 149 / 20%);
}
.text-violet-900\/core-opacity-30 {
  color: rgb(76 29 149 / 30%);
}
.text-violet-900\/core-opacity-40 {
  color: rgb(76 29 149 / 40%);
}
.text-violet-900\/core-opacity-50 {
  color: rgb(76 29 149 / 50%);
}
.text-violet-900\/core-opacity-60 {
  color: rgb(76 29 149 / 60%);
}
.text-violet-900\/core-opacity-70 {
  color: rgb(76 29 149 / 70%);
}
.text-violet-900\/core-opacity-80 {
  color: rgb(76 29 149 / 80%);
}
.text-violet-900\/core-opacity-90 {
  color: rgb(76 29 149 / 90%);
}
.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}
.text-violet-950\/0 {
  color: rgb(46 16 101 / 0);
}
.text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1);
}
.text-violet-950\/100 {
  color: rgb(46 16 101 / 1);
}
.text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2);
}
.text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25);
}
.text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3);
}
.text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4);
}
.text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05);
}
.text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5);
}
.text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6);
}
.text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7);
}
.text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75);
}
.text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8);
}
.text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9);
}
.text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95);
}
.text-violet-950\/base-opacity-disabled {
  color: rgb(46 16 101 / 60%);
}
.text-violet-950\/core-opacity-0 {
  color: rgb(46 16 101 / 0%);
}
.text-violet-950\/core-opacity-10 {
  color: rgb(46 16 101 / 10%);
}
.text-violet-950\/core-opacity-100 {
  color: rgb(46 16 101 / 100%);
}
.text-violet-950\/core-opacity-20 {
  color: rgb(46 16 101 / 20%);
}
.text-violet-950\/core-opacity-30 {
  color: rgb(46 16 101 / 30%);
}
.text-violet-950\/core-opacity-40 {
  color: rgb(46 16 101 / 40%);
}
.text-violet-950\/core-opacity-50 {
  color: rgb(46 16 101 / 50%);
}
.text-violet-950\/core-opacity-60 {
  color: rgb(46 16 101 / 60%);
}
.text-violet-950\/core-opacity-70 {
  color: rgb(46 16 101 / 70%);
}
.text-violet-950\/core-opacity-80 {
  color: rgb(46 16 101 / 80%);
}
.text-violet-950\/core-opacity-90 {
  color: rgb(46 16 101 / 90%);
}
.text-warning {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.text-warning-light {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.text-warning-light\/0 {
  color: rgb(252 211 77 / 0);
}
.text-warning-light\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-warning-light\/100 {
  color: rgb(252 211 77 / 1);
}
.text-warning-light\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-warning-light\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-warning-light\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-warning-light\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-warning-light\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-warning-light\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-warning-light\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-warning-light\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-warning-light\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-warning-light\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-warning-light\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-warning-light\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-warning-light\/base-opacity-disabled {
  color: rgb(252 211 77 / 60%);
}
.text-warning-light\/core-opacity-0 {
  color: rgb(252 211 77 / 0%);
}
.text-warning-light\/core-opacity-10 {
  color: rgb(252 211 77 / 10%);
}
.text-warning-light\/core-opacity-100 {
  color: rgb(252 211 77 / 100%);
}
.text-warning-light\/core-opacity-20 {
  color: rgb(252 211 77 / 20%);
}
.text-warning-light\/core-opacity-30 {
  color: rgb(252 211 77 / 30%);
}
.text-warning-light\/core-opacity-40 {
  color: rgb(252 211 77 / 40%);
}
.text-warning-light\/core-opacity-50 {
  color: rgb(252 211 77 / 50%);
}
.text-warning-light\/core-opacity-60 {
  color: rgb(252 211 77 / 60%);
}
.text-warning-light\/core-opacity-70 {
  color: rgb(252 211 77 / 70%);
}
.text-warning-light\/core-opacity-80 {
  color: rgb(252 211 77 / 80%);
}
.text-warning-light\/core-opacity-90 {
  color: rgb(252 211 77 / 90%);
}
.text-warning-lightest {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.text-warning-lightest\/0 {
  color: rgb(255 251 235 / 0);
}
.text-warning-lightest\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-warning-lightest\/100 {
  color: rgb(255 251 235 / 1);
}
.text-warning-lightest\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-warning-lightest\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-warning-lightest\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-warning-lightest\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-warning-lightest\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-warning-lightest\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-warning-lightest\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-warning-lightest\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-warning-lightest\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-warning-lightest\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-warning-lightest\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-warning-lightest\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-warning-lightest\/base-opacity-disabled {
  color: rgb(255 251 235 / 60%);
}
.text-warning-lightest\/core-opacity-0 {
  color: rgb(255 251 235 / 0%);
}
.text-warning-lightest\/core-opacity-10 {
  color: rgb(255 251 235 / 10%);
}
.text-warning-lightest\/core-opacity-100 {
  color: rgb(255 251 235 / 100%);
}
.text-warning-lightest\/core-opacity-20 {
  color: rgb(255 251 235 / 20%);
}
.text-warning-lightest\/core-opacity-30 {
  color: rgb(255 251 235 / 30%);
}
.text-warning-lightest\/core-opacity-40 {
  color: rgb(255 251 235 / 40%);
}
.text-warning-lightest\/core-opacity-50 {
  color: rgb(255 251 235 / 50%);
}
.text-warning-lightest\/core-opacity-60 {
  color: rgb(255 251 235 / 60%);
}
.text-warning-lightest\/core-opacity-70 {
  color: rgb(255 251 235 / 70%);
}
.text-warning-lightest\/core-opacity-80 {
  color: rgb(255 251 235 / 80%);
}
.text-warning-lightest\/core-opacity-90 {
  color: rgb(255 251 235 / 90%);
}
.text-warning\/0 {
  color: rgb(251 191 36 / 0);
}
.text-warning\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-warning\/100 {
  color: rgb(251 191 36 / 1);
}
.text-warning\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-warning\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-warning\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-warning\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-warning\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-warning\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-warning\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-warning\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-warning\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-warning\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-warning\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-warning\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-warning\/base-opacity-disabled {
  color: rgb(251 191 36 / 60%);
}
.text-warning\/core-opacity-0 {
  color: rgb(251 191 36 / 0%);
}
.text-warning\/core-opacity-10 {
  color: rgb(251 191 36 / 10%);
}
.text-warning\/core-opacity-100 {
  color: rgb(251 191 36 / 100%);
}
.text-warning\/core-opacity-20 {
  color: rgb(251 191 36 / 20%);
}
.text-warning\/core-opacity-30 {
  color: rgb(251 191 36 / 30%);
}
.text-warning\/core-opacity-40 {
  color: rgb(251 191 36 / 40%);
}
.text-warning\/core-opacity-50 {
  color: rgb(251 191 36 / 50%);
}
.text-warning\/core-opacity-60 {
  color: rgb(251 191 36 / 60%);
}
.text-warning\/core-opacity-70 {
  color: rgb(251 191 36 / 70%);
}
.text-warning\/core-opacity-80 {
  color: rgb(251 191 36 / 80%);
}
.text-warning\/core-opacity-90 {
  color: rgb(251 191 36 / 90%);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-white\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-white\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-white\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-white\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-white\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-white\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-white\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-white\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-white\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-white\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-white\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-white\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.text-yellow-100\/0 {
  color: rgb(254 243 199 / 0);
}
.text-yellow-100\/10 {
  color: rgb(254 243 199 / 0.1);
}
.text-yellow-100\/100 {
  color: rgb(254 243 199 / 1);
}
.text-yellow-100\/20 {
  color: rgb(254 243 199 / 0.2);
}
.text-yellow-100\/25 {
  color: rgb(254 243 199 / 0.25);
}
.text-yellow-100\/30 {
  color: rgb(254 243 199 / 0.3);
}
.text-yellow-100\/40 {
  color: rgb(254 243 199 / 0.4);
}
.text-yellow-100\/5 {
  color: rgb(254 243 199 / 0.05);
}
.text-yellow-100\/50 {
  color: rgb(254 243 199 / 0.5);
}
.text-yellow-100\/60 {
  color: rgb(254 243 199 / 0.6);
}
.text-yellow-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.text-yellow-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.text-yellow-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-yellow-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.text-yellow-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.text-yellow-100\/base-opacity-disabled {
  color: rgb(254 243 199 / 60%);
}
.text-yellow-100\/core-opacity-0 {
  color: rgb(254 243 199 / 0%);
}
.text-yellow-100\/core-opacity-10 {
  color: rgb(254 243 199 / 10%);
}
.text-yellow-100\/core-opacity-100 {
  color: rgb(254 243 199 / 100%);
}
.text-yellow-100\/core-opacity-20 {
  color: rgb(254 243 199 / 20%);
}
.text-yellow-100\/core-opacity-30 {
  color: rgb(254 243 199 / 30%);
}
.text-yellow-100\/core-opacity-40 {
  color: rgb(254 243 199 / 40%);
}
.text-yellow-100\/core-opacity-50 {
  color: rgb(254 243 199 / 50%);
}
.text-yellow-100\/core-opacity-60 {
  color: rgb(254 243 199 / 60%);
}
.text-yellow-100\/core-opacity-70 {
  color: rgb(254 243 199 / 70%);
}
.text-yellow-100\/core-opacity-80 {
  color: rgb(254 243 199 / 80%);
}
.text-yellow-100\/core-opacity-90 {
  color: rgb(254 243 199 / 90%);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.text-yellow-200\/0 {
  color: rgb(253 230 138 / 0);
}
.text-yellow-200\/10 {
  color: rgb(253 230 138 / 0.1);
}
.text-yellow-200\/100 {
  color: rgb(253 230 138 / 1);
}
.text-yellow-200\/20 {
  color: rgb(253 230 138 / 0.2);
}
.text-yellow-200\/25 {
  color: rgb(253 230 138 / 0.25);
}
.text-yellow-200\/30 {
  color: rgb(253 230 138 / 0.3);
}
.text-yellow-200\/40 {
  color: rgb(253 230 138 / 0.4);
}
.text-yellow-200\/5 {
  color: rgb(253 230 138 / 0.05);
}
.text-yellow-200\/50 {
  color: rgb(253 230 138 / 0.5);
}
.text-yellow-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.text-yellow-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-yellow-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.text-yellow-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-yellow-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-yellow-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-yellow-200\/base-opacity-disabled {
  color: rgb(253 230 138 / 60%);
}
.text-yellow-200\/core-opacity-0 {
  color: rgb(253 230 138 / 0%);
}
.text-yellow-200\/core-opacity-10 {
  color: rgb(253 230 138 / 10%);
}
.text-yellow-200\/core-opacity-100 {
  color: rgb(253 230 138 / 100%);
}
.text-yellow-200\/core-opacity-20 {
  color: rgb(253 230 138 / 20%);
}
.text-yellow-200\/core-opacity-30 {
  color: rgb(253 230 138 / 30%);
}
.text-yellow-200\/core-opacity-40 {
  color: rgb(253 230 138 / 40%);
}
.text-yellow-200\/core-opacity-50 {
  color: rgb(253 230 138 / 50%);
}
.text-yellow-200\/core-opacity-60 {
  color: rgb(253 230 138 / 60%);
}
.text-yellow-200\/core-opacity-70 {
  color: rgb(253 230 138 / 70%);
}
.text-yellow-200\/core-opacity-80 {
  color: rgb(253 230 138 / 80%);
}
.text-yellow-200\/core-opacity-90 {
  color: rgb(253 230 138 / 90%);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.text-yellow-300\/0 {
  color: rgb(252 211 77 / 0);
}
.text-yellow-300\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-yellow-300\/100 {
  color: rgb(252 211 77 / 1);
}
.text-yellow-300\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-yellow-300\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-yellow-300\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-yellow-300\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-yellow-300\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-yellow-300\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-yellow-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-yellow-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-yellow-300\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-yellow-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-yellow-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-yellow-300\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-yellow-300\/base-opacity-disabled {
  color: rgb(252 211 77 / 60%);
}
.text-yellow-300\/core-opacity-0 {
  color: rgb(252 211 77 / 0%);
}
.text-yellow-300\/core-opacity-10 {
  color: rgb(252 211 77 / 10%);
}
.text-yellow-300\/core-opacity-100 {
  color: rgb(252 211 77 / 100%);
}
.text-yellow-300\/core-opacity-20 {
  color: rgb(252 211 77 / 20%);
}
.text-yellow-300\/core-opacity-30 {
  color: rgb(252 211 77 / 30%);
}
.text-yellow-300\/core-opacity-40 {
  color: rgb(252 211 77 / 40%);
}
.text-yellow-300\/core-opacity-50 {
  color: rgb(252 211 77 / 50%);
}
.text-yellow-300\/core-opacity-60 {
  color: rgb(252 211 77 / 60%);
}
.text-yellow-300\/core-opacity-70 {
  color: rgb(252 211 77 / 70%);
}
.text-yellow-300\/core-opacity-80 {
  color: rgb(252 211 77 / 80%);
}
.text-yellow-300\/core-opacity-90 {
  color: rgb(252 211 77 / 90%);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.text-yellow-400\/0 {
  color: rgb(251 191 36 / 0);
}
.text-yellow-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-yellow-400\/100 {
  color: rgb(251 191 36 / 1);
}
.text-yellow-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-yellow-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-yellow-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-yellow-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-yellow-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-yellow-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-yellow-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-yellow-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-yellow-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-yellow-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-yellow-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-yellow-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-yellow-400\/base-opacity-disabled {
  color: rgb(251 191 36 / 60%);
}
.text-yellow-400\/core-opacity-0 {
  color: rgb(251 191 36 / 0%);
}
.text-yellow-400\/core-opacity-10 {
  color: rgb(251 191 36 / 10%);
}
.text-yellow-400\/core-opacity-100 {
  color: rgb(251 191 36 / 100%);
}
.text-yellow-400\/core-opacity-20 {
  color: rgb(251 191 36 / 20%);
}
.text-yellow-400\/core-opacity-30 {
  color: rgb(251 191 36 / 30%);
}
.text-yellow-400\/core-opacity-40 {
  color: rgb(251 191 36 / 40%);
}
.text-yellow-400\/core-opacity-50 {
  color: rgb(251 191 36 / 50%);
}
.text-yellow-400\/core-opacity-60 {
  color: rgb(251 191 36 / 60%);
}
.text-yellow-400\/core-opacity-70 {
  color: rgb(251 191 36 / 70%);
}
.text-yellow-400\/core-opacity-80 {
  color: rgb(251 191 36 / 80%);
}
.text-yellow-400\/core-opacity-90 {
  color: rgb(251 191 36 / 90%);
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.text-yellow-50\/0 {
  color: rgb(255 251 235 / 0);
}
.text-yellow-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-yellow-50\/100 {
  color: rgb(255 251 235 / 1);
}
.text-yellow-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-yellow-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-yellow-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-yellow-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-yellow-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-yellow-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-yellow-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-yellow-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-yellow-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-yellow-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-yellow-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-yellow-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-yellow-50\/base-opacity-disabled {
  color: rgb(255 251 235 / 60%);
}
.text-yellow-50\/core-opacity-0 {
  color: rgb(255 251 235 / 0%);
}
.text-yellow-50\/core-opacity-10 {
  color: rgb(255 251 235 / 10%);
}
.text-yellow-50\/core-opacity-100 {
  color: rgb(255 251 235 / 100%);
}
.text-yellow-50\/core-opacity-20 {
  color: rgb(255 251 235 / 20%);
}
.text-yellow-50\/core-opacity-30 {
  color: rgb(255 251 235 / 30%);
}
.text-yellow-50\/core-opacity-40 {
  color: rgb(255 251 235 / 40%);
}
.text-yellow-50\/core-opacity-50 {
  color: rgb(255 251 235 / 50%);
}
.text-yellow-50\/core-opacity-60 {
  color: rgb(255 251 235 / 60%);
}
.text-yellow-50\/core-opacity-70 {
  color: rgb(255 251 235 / 70%);
}
.text-yellow-50\/core-opacity-80 {
  color: rgb(255 251 235 / 80%);
}
.text-yellow-50\/core-opacity-90 {
  color: rgb(255 251 235 / 90%);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.text-yellow-500\/0 {
  color: rgb(245 158 11 / 0);
}
.text-yellow-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.text-yellow-500\/100 {
  color: rgb(245 158 11 / 1);
}
.text-yellow-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.text-yellow-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.text-yellow-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.text-yellow-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.text-yellow-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.text-yellow-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.text-yellow-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.text-yellow-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.text-yellow-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.text-yellow-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.text-yellow-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.text-yellow-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.text-yellow-500\/base-opacity-disabled {
  color: rgb(245 158 11 / 60%);
}
.text-yellow-500\/core-opacity-0 {
  color: rgb(245 158 11 / 0%);
}
.text-yellow-500\/core-opacity-10 {
  color: rgb(245 158 11 / 10%);
}
.text-yellow-500\/core-opacity-100 {
  color: rgb(245 158 11 / 100%);
}
.text-yellow-500\/core-opacity-20 {
  color: rgb(245 158 11 / 20%);
}
.text-yellow-500\/core-opacity-30 {
  color: rgb(245 158 11 / 30%);
}
.text-yellow-500\/core-opacity-40 {
  color: rgb(245 158 11 / 40%);
}
.text-yellow-500\/core-opacity-50 {
  color: rgb(245 158 11 / 50%);
}
.text-yellow-500\/core-opacity-60 {
  color: rgb(245 158 11 / 60%);
}
.text-yellow-500\/core-opacity-70 {
  color: rgb(245 158 11 / 70%);
}
.text-yellow-500\/core-opacity-80 {
  color: rgb(245 158 11 / 80%);
}
.text-yellow-500\/core-opacity-90 {
  color: rgb(245 158 11 / 90%);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-yellow-600\/0 {
  color: rgb(217 119 6 / 0);
}
.text-yellow-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.text-yellow-600\/100 {
  color: rgb(217 119 6 / 1);
}
.text-yellow-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.text-yellow-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.text-yellow-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.text-yellow-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.text-yellow-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.text-yellow-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.text-yellow-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.text-yellow-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.text-yellow-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.text-yellow-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.text-yellow-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.text-yellow-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.text-yellow-600\/base-opacity-disabled {
  color: rgb(217 119 6 / 60%);
}
.text-yellow-600\/core-opacity-0 {
  color: rgb(217 119 6 / 0%);
}
.text-yellow-600\/core-opacity-10 {
  color: rgb(217 119 6 / 10%);
}
.text-yellow-600\/core-opacity-100 {
  color: rgb(217 119 6 / 100%);
}
.text-yellow-600\/core-opacity-20 {
  color: rgb(217 119 6 / 20%);
}
.text-yellow-600\/core-opacity-30 {
  color: rgb(217 119 6 / 30%);
}
.text-yellow-600\/core-opacity-40 {
  color: rgb(217 119 6 / 40%);
}
.text-yellow-600\/core-opacity-50 {
  color: rgb(217 119 6 / 50%);
}
.text-yellow-600\/core-opacity-60 {
  color: rgb(217 119 6 / 60%);
}
.text-yellow-600\/core-opacity-70 {
  color: rgb(217 119 6 / 70%);
}
.text-yellow-600\/core-opacity-80 {
  color: rgb(217 119 6 / 80%);
}
.text-yellow-600\/core-opacity-90 {
  color: rgb(217 119 6 / 90%);
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.text-yellow-700\/0 {
  color: rgb(180 83 9 / 0);
}
.text-yellow-700\/10 {
  color: rgb(180 83 9 / 0.1);
}
.text-yellow-700\/100 {
  color: rgb(180 83 9 / 1);
}
.text-yellow-700\/20 {
  color: rgb(180 83 9 / 0.2);
}
.text-yellow-700\/25 {
  color: rgb(180 83 9 / 0.25);
}
.text-yellow-700\/30 {
  color: rgb(180 83 9 / 0.3);
}
.text-yellow-700\/40 {
  color: rgb(180 83 9 / 0.4);
}
.text-yellow-700\/5 {
  color: rgb(180 83 9 / 0.05);
}
.text-yellow-700\/50 {
  color: rgb(180 83 9 / 0.5);
}
.text-yellow-700\/60 {
  color: rgb(180 83 9 / 0.6);
}
.text-yellow-700\/70 {
  color: rgb(180 83 9 / 0.7);
}
.text-yellow-700\/75 {
  color: rgb(180 83 9 / 0.75);
}
.text-yellow-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-yellow-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.text-yellow-700\/95 {
  color: rgb(180 83 9 / 0.95);
}
.text-yellow-700\/base-opacity-disabled {
  color: rgb(180 83 9 / 60%);
}
.text-yellow-700\/core-opacity-0 {
  color: rgb(180 83 9 / 0%);
}
.text-yellow-700\/core-opacity-10 {
  color: rgb(180 83 9 / 10%);
}
.text-yellow-700\/core-opacity-100 {
  color: rgb(180 83 9 / 100%);
}
.text-yellow-700\/core-opacity-20 {
  color: rgb(180 83 9 / 20%);
}
.text-yellow-700\/core-opacity-30 {
  color: rgb(180 83 9 / 30%);
}
.text-yellow-700\/core-opacity-40 {
  color: rgb(180 83 9 / 40%);
}
.text-yellow-700\/core-opacity-50 {
  color: rgb(180 83 9 / 50%);
}
.text-yellow-700\/core-opacity-60 {
  color: rgb(180 83 9 / 60%);
}
.text-yellow-700\/core-opacity-70 {
  color: rgb(180 83 9 / 70%);
}
.text-yellow-700\/core-opacity-80 {
  color: rgb(180 83 9 / 80%);
}
.text-yellow-700\/core-opacity-90 {
  color: rgb(180 83 9 / 90%);
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.text-yellow-800\/0 {
  color: rgb(146 64 14 / 0);
}
.text-yellow-800\/10 {
  color: rgb(146 64 14 / 0.1);
}
.text-yellow-800\/100 {
  color: rgb(146 64 14 / 1);
}
.text-yellow-800\/20 {
  color: rgb(146 64 14 / 0.2);
}
.text-yellow-800\/25 {
  color: rgb(146 64 14 / 0.25);
}
.text-yellow-800\/30 {
  color: rgb(146 64 14 / 0.3);
}
.text-yellow-800\/40 {
  color: rgb(146 64 14 / 0.4);
}
.text-yellow-800\/5 {
  color: rgb(146 64 14 / 0.05);
}
.text-yellow-800\/50 {
  color: rgb(146 64 14 / 0.5);
}
.text-yellow-800\/60 {
  color: rgb(146 64 14 / 0.6);
}
.text-yellow-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.text-yellow-800\/75 {
  color: rgb(146 64 14 / 0.75);
}
.text-yellow-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.text-yellow-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.text-yellow-800\/95 {
  color: rgb(146 64 14 / 0.95);
}
.text-yellow-800\/base-opacity-disabled {
  color: rgb(146 64 14 / 60%);
}
.text-yellow-800\/core-opacity-0 {
  color: rgb(146 64 14 / 0%);
}
.text-yellow-800\/core-opacity-10 {
  color: rgb(146 64 14 / 10%);
}
.text-yellow-800\/core-opacity-100 {
  color: rgb(146 64 14 / 100%);
}
.text-yellow-800\/core-opacity-20 {
  color: rgb(146 64 14 / 20%);
}
.text-yellow-800\/core-opacity-30 {
  color: rgb(146 64 14 / 30%);
}
.text-yellow-800\/core-opacity-40 {
  color: rgb(146 64 14 / 40%);
}
.text-yellow-800\/core-opacity-50 {
  color: rgb(146 64 14 / 50%);
}
.text-yellow-800\/core-opacity-60 {
  color: rgb(146 64 14 / 60%);
}
.text-yellow-800\/core-opacity-70 {
  color: rgb(146 64 14 / 70%);
}
.text-yellow-800\/core-opacity-80 {
  color: rgb(146 64 14 / 80%);
}
.text-yellow-800\/core-opacity-90 {
  color: rgb(146 64 14 / 90%);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-yellow-900\/0 {
  color: rgb(120 53 15 / 0);
}
.text-yellow-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.text-yellow-900\/100 {
  color: rgb(120 53 15 / 1);
}
.text-yellow-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.text-yellow-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.text-yellow-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.text-yellow-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.text-yellow-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.text-yellow-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.text-yellow-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.text-yellow-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-yellow-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.text-yellow-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-yellow-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-yellow-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.text-yellow-900\/base-opacity-disabled {
  color: rgb(120 53 15 / 60%);
}
.text-yellow-900\/core-opacity-0 {
  color: rgb(120 53 15 / 0%);
}
.text-yellow-900\/core-opacity-10 {
  color: rgb(120 53 15 / 10%);
}
.text-yellow-900\/core-opacity-100 {
  color: rgb(120 53 15 / 100%);
}
.text-yellow-900\/core-opacity-20 {
  color: rgb(120 53 15 / 20%);
}
.text-yellow-900\/core-opacity-30 {
  color: rgb(120 53 15 / 30%);
}
.text-yellow-900\/core-opacity-40 {
  color: rgb(120 53 15 / 40%);
}
.text-yellow-900\/core-opacity-50 {
  color: rgb(120 53 15 / 50%);
}
.text-yellow-900\/core-opacity-60 {
  color: rgb(120 53 15 / 60%);
}
.text-yellow-900\/core-opacity-70 {
  color: rgb(120 53 15 / 70%);
}
.text-yellow-900\/core-opacity-80 {
  color: rgb(120 53 15 / 80%);
}
.text-yellow-900\/core-opacity-90 {
  color: rgb(120 53 15 / 90%);
}
.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.text-yellow-950\/0 {
  color: rgb(69 26 3 / 0);
}
.text-yellow-950\/10 {
  color: rgb(69 26 3 / 0.1);
}
.text-yellow-950\/100 {
  color: rgb(69 26 3 / 1);
}
.text-yellow-950\/20 {
  color: rgb(69 26 3 / 0.2);
}
.text-yellow-950\/25 {
  color: rgb(69 26 3 / 0.25);
}
.text-yellow-950\/30 {
  color: rgb(69 26 3 / 0.3);
}
.text-yellow-950\/40 {
  color: rgb(69 26 3 / 0.4);
}
.text-yellow-950\/5 {
  color: rgb(69 26 3 / 0.05);
}
.text-yellow-950\/50 {
  color: rgb(69 26 3 / 0.5);
}
.text-yellow-950\/60 {
  color: rgb(69 26 3 / 0.6);
}
.text-yellow-950\/70 {
  color: rgb(69 26 3 / 0.7);
}
.text-yellow-950\/75 {
  color: rgb(69 26 3 / 0.75);
}
.text-yellow-950\/80 {
  color: rgb(69 26 3 / 0.8);
}
.text-yellow-950\/90 {
  color: rgb(69 26 3 / 0.9);
}
.text-yellow-950\/95 {
  color: rgb(69 26 3 / 0.95);
}
.text-yellow-950\/base-opacity-disabled {
  color: rgb(69 26 3 / 60%);
}
.text-yellow-950\/core-opacity-0 {
  color: rgb(69 26 3 / 0%);
}
.text-yellow-950\/core-opacity-10 {
  color: rgb(69 26 3 / 10%);
}
.text-yellow-950\/core-opacity-100 {
  color: rgb(69 26 3 / 100%);
}
.text-yellow-950\/core-opacity-20 {
  color: rgb(69 26 3 / 20%);
}
.text-yellow-950\/core-opacity-30 {
  color: rgb(69 26 3 / 30%);
}
.text-yellow-950\/core-opacity-40 {
  color: rgb(69 26 3 / 40%);
}
.text-yellow-950\/core-opacity-50 {
  color: rgb(69 26 3 / 50%);
}
.text-yellow-950\/core-opacity-60 {
  color: rgb(69 26 3 / 60%);
}
.text-yellow-950\/core-opacity-70 {
  color: rgb(69 26 3 / 70%);
}
.text-yellow-950\/core-opacity-80 {
  color: rgb(69 26 3 / 80%);
}
.text-yellow-950\/core-opacity-90 {
  color: rgb(69 26 3 / 90%);
}
.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0);
}
.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1);
}
.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1);
}
.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2);
}
.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25);
}
.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3);
}
.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4);
}
.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05);
}
.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5);
}
.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6);
}
.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7);
}
.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75);
}
.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8);
}
.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9);
}
.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95);
}
.text-zinc-100\/base-opacity-disabled {
  color: rgb(244 244 245 / 60%);
}
.text-zinc-100\/core-opacity-0 {
  color: rgb(244 244 245 / 0%);
}
.text-zinc-100\/core-opacity-10 {
  color: rgb(244 244 245 / 10%);
}
.text-zinc-100\/core-opacity-100 {
  color: rgb(244 244 245 / 100%);
}
.text-zinc-100\/core-opacity-20 {
  color: rgb(244 244 245 / 20%);
}
.text-zinc-100\/core-opacity-30 {
  color: rgb(244 244 245 / 30%);
}
.text-zinc-100\/core-opacity-40 {
  color: rgb(244 244 245 / 40%);
}
.text-zinc-100\/core-opacity-50 {
  color: rgb(244 244 245 / 50%);
}
.text-zinc-100\/core-opacity-60 {
  color: rgb(244 244 245 / 60%);
}
.text-zinc-100\/core-opacity-70 {
  color: rgb(244 244 245 / 70%);
}
.text-zinc-100\/core-opacity-80 {
  color: rgb(244 244 245 / 80%);
}
.text-zinc-100\/core-opacity-90 {
  color: rgb(244 244 245 / 90%);
}
.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0);
}
.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1);
}
.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1);
}
.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2);
}
.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25);
}
.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3);
}
.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4);
}
.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05);
}
.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5);
}
.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6);
}
.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7);
}
.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75);
}
.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8);
}
.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9);
}
.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95);
}
.text-zinc-200\/base-opacity-disabled {
  color: rgb(228 228 231 / 60%);
}
.text-zinc-200\/core-opacity-0 {
  color: rgb(228 228 231 / 0%);
}
.text-zinc-200\/core-opacity-10 {
  color: rgb(228 228 231 / 10%);
}
.text-zinc-200\/core-opacity-100 {
  color: rgb(228 228 231 / 100%);
}
.text-zinc-200\/core-opacity-20 {
  color: rgb(228 228 231 / 20%);
}
.text-zinc-200\/core-opacity-30 {
  color: rgb(228 228 231 / 30%);
}
.text-zinc-200\/core-opacity-40 {
  color: rgb(228 228 231 / 40%);
}
.text-zinc-200\/core-opacity-50 {
  color: rgb(228 228 231 / 50%);
}
.text-zinc-200\/core-opacity-60 {
  color: rgb(228 228 231 / 60%);
}
.text-zinc-200\/core-opacity-70 {
  color: rgb(228 228 231 / 70%);
}
.text-zinc-200\/core-opacity-80 {
  color: rgb(228 228 231 / 80%);
}
.text-zinc-200\/core-opacity-90 {
  color: rgb(228 228 231 / 90%);
}
.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0);
}
.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1);
}
.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1);
}
.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2);
}
.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25);
}
.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3);
}
.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4);
}
.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05);
}
.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5);
}
.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6);
}
.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7);
}
.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75);
}
.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8);
}
.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9);
}
.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95);
}
.text-zinc-300\/base-opacity-disabled {
  color: rgb(212 212 216 / 60%);
}
.text-zinc-300\/core-opacity-0 {
  color: rgb(212 212 216 / 0%);
}
.text-zinc-300\/core-opacity-10 {
  color: rgb(212 212 216 / 10%);
}
.text-zinc-300\/core-opacity-100 {
  color: rgb(212 212 216 / 100%);
}
.text-zinc-300\/core-opacity-20 {
  color: rgb(212 212 216 / 20%);
}
.text-zinc-300\/core-opacity-30 {
  color: rgb(212 212 216 / 30%);
}
.text-zinc-300\/core-opacity-40 {
  color: rgb(212 212 216 / 40%);
}
.text-zinc-300\/core-opacity-50 {
  color: rgb(212 212 216 / 50%);
}
.text-zinc-300\/core-opacity-60 {
  color: rgb(212 212 216 / 60%);
}
.text-zinc-300\/core-opacity-70 {
  color: rgb(212 212 216 / 70%);
}
.text-zinc-300\/core-opacity-80 {
  color: rgb(212 212 216 / 80%);
}
.text-zinc-300\/core-opacity-90 {
  color: rgb(212 212 216 / 90%);
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}
.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}
.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}
.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}
.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}
.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}
.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}
.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}
.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}
.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}
.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}
.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}
.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}
.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}
.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}
.text-zinc-400\/base-opacity-disabled {
  color: rgb(161 161 170 / 60%);
}
.text-zinc-400\/core-opacity-0 {
  color: rgb(161 161 170 / 0%);
}
.text-zinc-400\/core-opacity-10 {
  color: rgb(161 161 170 / 10%);
}
.text-zinc-400\/core-opacity-100 {
  color: rgb(161 161 170 / 100%);
}
.text-zinc-400\/core-opacity-20 {
  color: rgb(161 161 170 / 20%);
}
.text-zinc-400\/core-opacity-30 {
  color: rgb(161 161 170 / 30%);
}
.text-zinc-400\/core-opacity-40 {
  color: rgb(161 161 170 / 40%);
}
.text-zinc-400\/core-opacity-50 {
  color: rgb(161 161 170 / 50%);
}
.text-zinc-400\/core-opacity-60 {
  color: rgb(161 161 170 / 60%);
}
.text-zinc-400\/core-opacity-70 {
  color: rgb(161 161 170 / 70%);
}
.text-zinc-400\/core-opacity-80 {
  color: rgb(161 161 170 / 80%);
}
.text-zinc-400\/core-opacity-90 {
  color: rgb(161 161 170 / 90%);
}
.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-zinc-50\/base-opacity-disabled {
  color: rgb(250 250 250 / 60%);
}
.text-zinc-50\/core-opacity-0 {
  color: rgb(250 250 250 / 0%);
}
.text-zinc-50\/core-opacity-10 {
  color: rgb(250 250 250 / 10%);
}
.text-zinc-50\/core-opacity-100 {
  color: rgb(250 250 250 / 100%);
}
.text-zinc-50\/core-opacity-20 {
  color: rgb(250 250 250 / 20%);
}
.text-zinc-50\/core-opacity-30 {
  color: rgb(250 250 250 / 30%);
}
.text-zinc-50\/core-opacity-40 {
  color: rgb(250 250 250 / 40%);
}
.text-zinc-50\/core-opacity-50 {
  color: rgb(250 250 250 / 50%);
}
.text-zinc-50\/core-opacity-60 {
  color: rgb(250 250 250 / 60%);
}
.text-zinc-50\/core-opacity-70 {
  color: rgb(250 250 250 / 70%);
}
.text-zinc-50\/core-opacity-80 {
  color: rgb(250 250 250 / 80%);
}
.text-zinc-50\/core-opacity-90 {
  color: rgb(250 250 250 / 90%);
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}
.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}
.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}
.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}
.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}
.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}
.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}
.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}
.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}
.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}
.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}
.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}
.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}
.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}
.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}
.text-zinc-500\/base-opacity-disabled {
  color: rgb(113 113 122 / 60%);
}
.text-zinc-500\/core-opacity-0 {
  color: rgb(113 113 122 / 0%);
}
.text-zinc-500\/core-opacity-10 {
  color: rgb(113 113 122 / 10%);
}
.text-zinc-500\/core-opacity-100 {
  color: rgb(113 113 122 / 100%);
}
.text-zinc-500\/core-opacity-20 {
  color: rgb(113 113 122 / 20%);
}
.text-zinc-500\/core-opacity-30 {
  color: rgb(113 113 122 / 30%);
}
.text-zinc-500\/core-opacity-40 {
  color: rgb(113 113 122 / 40%);
}
.text-zinc-500\/core-opacity-50 {
  color: rgb(113 113 122 / 50%);
}
.text-zinc-500\/core-opacity-60 {
  color: rgb(113 113 122 / 60%);
}
.text-zinc-500\/core-opacity-70 {
  color: rgb(113 113 122 / 70%);
}
.text-zinc-500\/core-opacity-80 {
  color: rgb(113 113 122 / 80%);
}
.text-zinc-500\/core-opacity-90 {
  color: rgb(113 113 122 / 90%);
}
.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}
.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}
.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}
.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}
.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}
.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}
.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}
.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}
.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}
.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}
.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}
.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}
.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}
.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}
.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}
.text-zinc-600\/base-opacity-disabled {
  color: rgb(82 82 91 / 60%);
}
.text-zinc-600\/core-opacity-0 {
  color: rgb(82 82 91 / 0%);
}
.text-zinc-600\/core-opacity-10 {
  color: rgb(82 82 91 / 10%);
}
.text-zinc-600\/core-opacity-100 {
  color: rgb(82 82 91 / 100%);
}
.text-zinc-600\/core-opacity-20 {
  color: rgb(82 82 91 / 20%);
}
.text-zinc-600\/core-opacity-30 {
  color: rgb(82 82 91 / 30%);
}
.text-zinc-600\/core-opacity-40 {
  color: rgb(82 82 91 / 40%);
}
.text-zinc-600\/core-opacity-50 {
  color: rgb(82 82 91 / 50%);
}
.text-zinc-600\/core-opacity-60 {
  color: rgb(82 82 91 / 60%);
}
.text-zinc-600\/core-opacity-70 {
  color: rgb(82 82 91 / 70%);
}
.text-zinc-600\/core-opacity-80 {
  color: rgb(82 82 91 / 80%);
}
.text-zinc-600\/core-opacity-90 {
  color: rgb(82 82 91 / 90%);
}
.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0);
}
.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1);
}
.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1);
}
.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2);
}
.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25);
}
.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3);
}
.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4);
}
.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05);
}
.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5);
}
.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6);
}
.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7);
}
.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75);
}
.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8);
}
.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9);
}
.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95);
}
.text-zinc-700\/base-opacity-disabled {
  color: rgb(63 63 70 / 60%);
}
.text-zinc-700\/core-opacity-0 {
  color: rgb(63 63 70 / 0%);
}
.text-zinc-700\/core-opacity-10 {
  color: rgb(63 63 70 / 10%);
}
.text-zinc-700\/core-opacity-100 {
  color: rgb(63 63 70 / 100%);
}
.text-zinc-700\/core-opacity-20 {
  color: rgb(63 63 70 / 20%);
}
.text-zinc-700\/core-opacity-30 {
  color: rgb(63 63 70 / 30%);
}
.text-zinc-700\/core-opacity-40 {
  color: rgb(63 63 70 / 40%);
}
.text-zinc-700\/core-opacity-50 {
  color: rgb(63 63 70 / 50%);
}
.text-zinc-700\/core-opacity-60 {
  color: rgb(63 63 70 / 60%);
}
.text-zinc-700\/core-opacity-70 {
  color: rgb(63 63 70 / 70%);
}
.text-zinc-700\/core-opacity-80 {
  color: rgb(63 63 70 / 80%);
}
.text-zinc-700\/core-opacity-90 {
  color: rgb(63 63 70 / 90%);
}
.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0);
}
.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1);
}
.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1);
}
.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2);
}
.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25);
}
.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3);
}
.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4);
}
.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05);
}
.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5);
}
.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6);
}
.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7);
}
.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75);
}
.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8);
}
.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9);
}
.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95);
}
.text-zinc-800\/base-opacity-disabled {
  color: rgb(39 39 42 / 60%);
}
.text-zinc-800\/core-opacity-0 {
  color: rgb(39 39 42 / 0%);
}
.text-zinc-800\/core-opacity-10 {
  color: rgb(39 39 42 / 10%);
}
.text-zinc-800\/core-opacity-100 {
  color: rgb(39 39 42 / 100%);
}
.text-zinc-800\/core-opacity-20 {
  color: rgb(39 39 42 / 20%);
}
.text-zinc-800\/core-opacity-30 {
  color: rgb(39 39 42 / 30%);
}
.text-zinc-800\/core-opacity-40 {
  color: rgb(39 39 42 / 40%);
}
.text-zinc-800\/core-opacity-50 {
  color: rgb(39 39 42 / 50%);
}
.text-zinc-800\/core-opacity-60 {
  color: rgb(39 39 42 / 60%);
}
.text-zinc-800\/core-opacity-70 {
  color: rgb(39 39 42 / 70%);
}
.text-zinc-800\/core-opacity-80 {
  color: rgb(39 39 42 / 80%);
}
.text-zinc-800\/core-opacity-90 {
  color: rgb(39 39 42 / 90%);
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0);
}
.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1);
}
.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1);
}
.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2);
}
.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25);
}
.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3);
}
.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4);
}
.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05);
}
.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5);
}
.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6);
}
.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7);
}
.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75);
}
.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8);
}
.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9);
}
.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95);
}
.text-zinc-900\/base-opacity-disabled {
  color: rgb(24 24 27 / 60%);
}
.text-zinc-900\/core-opacity-0 {
  color: rgb(24 24 27 / 0%);
}
.text-zinc-900\/core-opacity-10 {
  color: rgb(24 24 27 / 10%);
}
.text-zinc-900\/core-opacity-100 {
  color: rgb(24 24 27 / 100%);
}
.text-zinc-900\/core-opacity-20 {
  color: rgb(24 24 27 / 20%);
}
.text-zinc-900\/core-opacity-30 {
  color: rgb(24 24 27 / 30%);
}
.text-zinc-900\/core-opacity-40 {
  color: rgb(24 24 27 / 40%);
}
.text-zinc-900\/core-opacity-50 {
  color: rgb(24 24 27 / 50%);
}
.text-zinc-900\/core-opacity-60 {
  color: rgb(24 24 27 / 60%);
}
.text-zinc-900\/core-opacity-70 {
  color: rgb(24 24 27 / 70%);
}
.text-zinc-900\/core-opacity-80 {
  color: rgb(24 24 27 / 80%);
}
.text-zinc-900\/core-opacity-90 {
  color: rgb(24 24 27 / 90%);
}
.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}
.text-zinc-950\/0 {
  color: rgb(9 9 11 / 0);
}
.text-zinc-950\/10 {
  color: rgb(9 9 11 / 0.1);
}
.text-zinc-950\/100 {
  color: rgb(9 9 11 / 1);
}
.text-zinc-950\/20 {
  color: rgb(9 9 11 / 0.2);
}
.text-zinc-950\/25 {
  color: rgb(9 9 11 / 0.25);
}
.text-zinc-950\/30 {
  color: rgb(9 9 11 / 0.3);
}
.text-zinc-950\/40 {
  color: rgb(9 9 11 / 0.4);
}
.text-zinc-950\/5 {
  color: rgb(9 9 11 / 0.05);
}
.text-zinc-950\/50 {
  color: rgb(9 9 11 / 0.5);
}
.text-zinc-950\/60 {
  color: rgb(9 9 11 / 0.6);
}
.text-zinc-950\/70 {
  color: rgb(9 9 11 / 0.7);
}
.text-zinc-950\/75 {
  color: rgb(9 9 11 / 0.75);
}
.text-zinc-950\/80 {
  color: rgb(9 9 11 / 0.8);
}
.text-zinc-950\/90 {
  color: rgb(9 9 11 / 0.9);
}
.text-zinc-950\/95 {
  color: rgb(9 9 11 / 0.95);
}
.text-zinc-950\/base-opacity-disabled {
  color: rgb(9 9 11 / 60%);
}
.text-zinc-950\/core-opacity-0 {
  color: rgb(9 9 11 / 0%);
}
.text-zinc-950\/core-opacity-10 {
  color: rgb(9 9 11 / 10%);
}
.text-zinc-950\/core-opacity-100 {
  color: rgb(9 9 11 / 100%);
}
.text-zinc-950\/core-opacity-20 {
  color: rgb(9 9 11 / 20%);
}
.text-zinc-950\/core-opacity-30 {
  color: rgb(9 9 11 / 30%);
}
.text-zinc-950\/core-opacity-40 {
  color: rgb(9 9 11 / 40%);
}
.text-zinc-950\/core-opacity-50 {
  color: rgb(9 9 11 / 50%);
}
.text-zinc-950\/core-opacity-60 {
  color: rgb(9 9 11 / 60%);
}
.text-zinc-950\/core-opacity-70 {
  color: rgb(9 9 11 / 70%);
}
.text-zinc-950\/core-opacity-80 {
  color: rgb(9 9 11 / 80%);
}
.text-zinc-950\/core-opacity-90 {
  color: rgb(9 9 11 / 90%);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.text-opacity-base-opacity-disabled {
  --tw-text-opacity: 60%;
}
.text-opacity-core-opacity-0 {
  --tw-text-opacity: 0%;
}
.text-opacity-core-opacity-10 {
  --tw-text-opacity: 10%;
}
.text-opacity-core-opacity-100 {
  --tw-text-opacity: 100%;
}
.text-opacity-core-opacity-20 {
  --tw-text-opacity: 20%;
}
.text-opacity-core-opacity-30 {
  --tw-text-opacity: 30%;
}
.text-opacity-core-opacity-40 {
  --tw-text-opacity: 40%;
}
.text-opacity-core-opacity-50 {
  --tw-text-opacity: 50%;
}
.text-opacity-core-opacity-60 {
  --tw-text-opacity: 60%;
}
.text-opacity-core-opacity-70 {
  --tw-text-opacity: 70%;
}
.text-opacity-core-opacity-80 {
  --tw-text-opacity: 80%;
}
.text-opacity-core-opacity-90 {
  --tw-text-opacity: 90%;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-base-color-bg-accent {
  text-decoration-color: #d1e0ff;
}
.decoration-base-color-bg-accent-emphasis {
  text-decoration-color: #155eef;
}
.decoration-base-color-bg-accent-emphasis\/0 {
  text-decoration-color: rgb(21 94 239 / 0);
}
.decoration-base-color-bg-accent-emphasis\/10 {
  text-decoration-color: rgb(21 94 239 / 0.1);
}
.decoration-base-color-bg-accent-emphasis\/100 {
  text-decoration-color: rgb(21 94 239 / 1);
}
.decoration-base-color-bg-accent-emphasis\/20 {
  text-decoration-color: rgb(21 94 239 / 0.2);
}
.decoration-base-color-bg-accent-emphasis\/25 {
  text-decoration-color: rgb(21 94 239 / 0.25);
}
.decoration-base-color-bg-accent-emphasis\/30 {
  text-decoration-color: rgb(21 94 239 / 0.3);
}
.decoration-base-color-bg-accent-emphasis\/40 {
  text-decoration-color: rgb(21 94 239 / 0.4);
}
.decoration-base-color-bg-accent-emphasis\/5 {
  text-decoration-color: rgb(21 94 239 / 0.05);
}
.decoration-base-color-bg-accent-emphasis\/50 {
  text-decoration-color: rgb(21 94 239 / 0.5);
}
.decoration-base-color-bg-accent-emphasis\/60 {
  text-decoration-color: rgb(21 94 239 / 0.6);
}
.decoration-base-color-bg-accent-emphasis\/70 {
  text-decoration-color: rgb(21 94 239 / 0.7);
}
.decoration-base-color-bg-accent-emphasis\/75 {
  text-decoration-color: rgb(21 94 239 / 0.75);
}
.decoration-base-color-bg-accent-emphasis\/80 {
  text-decoration-color: rgb(21 94 239 / 0.8);
}
.decoration-base-color-bg-accent-emphasis\/90 {
  text-decoration-color: rgb(21 94 239 / 0.9);
}
.decoration-base-color-bg-accent-emphasis\/95 {
  text-decoration-color: rgb(21 94 239 / 0.95);
}
.decoration-base-color-bg-accent-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(21 94 239 / 60%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(21 94 239 / 0%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(21 94 239 / 10%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(21 94 239 / 100%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(21 94 239 / 20%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(21 94 239 / 30%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(21 94 239 / 40%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(21 94 239 / 50%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(21 94 239 / 60%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(21 94 239 / 70%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(21 94 239 / 80%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(21 94 239 / 90%);
}
.decoration-base-color-bg-accent-subtle {
  text-decoration-color: #f5f8ff;
}
.decoration-base-color-bg-accent-subtle\/0 {
  text-decoration-color: rgb(245 248 255 / 0);
}
.decoration-base-color-bg-accent-subtle\/10 {
  text-decoration-color: rgb(245 248 255 / 0.1);
}
.decoration-base-color-bg-accent-subtle\/100 {
  text-decoration-color: rgb(245 248 255 / 1);
}
.decoration-base-color-bg-accent-subtle\/20 {
  text-decoration-color: rgb(245 248 255 / 0.2);
}
.decoration-base-color-bg-accent-subtle\/25 {
  text-decoration-color: rgb(245 248 255 / 0.25);
}
.decoration-base-color-bg-accent-subtle\/30 {
  text-decoration-color: rgb(245 248 255 / 0.3);
}
.decoration-base-color-bg-accent-subtle\/40 {
  text-decoration-color: rgb(245 248 255 / 0.4);
}
.decoration-base-color-bg-accent-subtle\/5 {
  text-decoration-color: rgb(245 248 255 / 0.05);
}
.decoration-base-color-bg-accent-subtle\/50 {
  text-decoration-color: rgb(245 248 255 / 0.5);
}
.decoration-base-color-bg-accent-subtle\/60 {
  text-decoration-color: rgb(245 248 255 / 0.6);
}
.decoration-base-color-bg-accent-subtle\/70 {
  text-decoration-color: rgb(245 248 255 / 0.7);
}
.decoration-base-color-bg-accent-subtle\/75 {
  text-decoration-color: rgb(245 248 255 / 0.75);
}
.decoration-base-color-bg-accent-subtle\/80 {
  text-decoration-color: rgb(245 248 255 / 0.8);
}
.decoration-base-color-bg-accent-subtle\/90 {
  text-decoration-color: rgb(245 248 255 / 0.9);
}
.decoration-base-color-bg-accent-subtle\/95 {
  text-decoration-color: rgb(245 248 255 / 0.95);
}
.decoration-base-color-bg-accent-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(245 248 255 / 60%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-0 {
  text-decoration-color: rgb(245 248 255 / 0%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-10 {
  text-decoration-color: rgb(245 248 255 / 10%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-100 {
  text-decoration-color: rgb(245 248 255 / 100%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-20 {
  text-decoration-color: rgb(245 248 255 / 20%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-30 {
  text-decoration-color: rgb(245 248 255 / 30%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-40 {
  text-decoration-color: rgb(245 248 255 / 40%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-50 {
  text-decoration-color: rgb(245 248 255 / 50%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-60 {
  text-decoration-color: rgb(245 248 255 / 60%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-70 {
  text-decoration-color: rgb(245 248 255 / 70%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-80 {
  text-decoration-color: rgb(245 248 255 / 80%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-90 {
  text-decoration-color: rgb(245 248 255 / 90%);
}
.decoration-base-color-bg-accent\/0 {
  text-decoration-color: rgb(209 224 255 / 0);
}
.decoration-base-color-bg-accent\/10 {
  text-decoration-color: rgb(209 224 255 / 0.1);
}
.decoration-base-color-bg-accent\/100 {
  text-decoration-color: rgb(209 224 255 / 1);
}
.decoration-base-color-bg-accent\/20 {
  text-decoration-color: rgb(209 224 255 / 0.2);
}
.decoration-base-color-bg-accent\/25 {
  text-decoration-color: rgb(209 224 255 / 0.25);
}
.decoration-base-color-bg-accent\/30 {
  text-decoration-color: rgb(209 224 255 / 0.3);
}
.decoration-base-color-bg-accent\/40 {
  text-decoration-color: rgb(209 224 255 / 0.4);
}
.decoration-base-color-bg-accent\/5 {
  text-decoration-color: rgb(209 224 255 / 0.05);
}
.decoration-base-color-bg-accent\/50 {
  text-decoration-color: rgb(209 224 255 / 0.5);
}
.decoration-base-color-bg-accent\/60 {
  text-decoration-color: rgb(209 224 255 / 0.6);
}
.decoration-base-color-bg-accent\/70 {
  text-decoration-color: rgb(209 224 255 / 0.7);
}
.decoration-base-color-bg-accent\/75 {
  text-decoration-color: rgb(209 224 255 / 0.75);
}
.decoration-base-color-bg-accent\/80 {
  text-decoration-color: rgb(209 224 255 / 0.8);
}
.decoration-base-color-bg-accent\/90 {
  text-decoration-color: rgb(209 224 255 / 0.9);
}
.decoration-base-color-bg-accent\/95 {
  text-decoration-color: rgb(209 224 255 / 0.95);
}
.decoration-base-color-bg-accent\/base-opacity-disabled {
  text-decoration-color: rgb(209 224 255 / 60%);
}
.decoration-base-color-bg-accent\/core-opacity-0 {
  text-decoration-color: rgb(209 224 255 / 0%);
}
.decoration-base-color-bg-accent\/core-opacity-10 {
  text-decoration-color: rgb(209 224 255 / 10%);
}
.decoration-base-color-bg-accent\/core-opacity-100 {
  text-decoration-color: rgb(209 224 255 / 100%);
}
.decoration-base-color-bg-accent\/core-opacity-20 {
  text-decoration-color: rgb(209 224 255 / 20%);
}
.decoration-base-color-bg-accent\/core-opacity-30 {
  text-decoration-color: rgb(209 224 255 / 30%);
}
.decoration-base-color-bg-accent\/core-opacity-40 {
  text-decoration-color: rgb(209 224 255 / 40%);
}
.decoration-base-color-bg-accent\/core-opacity-50 {
  text-decoration-color: rgb(209 224 255 / 50%);
}
.decoration-base-color-bg-accent\/core-opacity-60 {
  text-decoration-color: rgb(209 224 255 / 60%);
}
.decoration-base-color-bg-accent\/core-opacity-70 {
  text-decoration-color: rgb(209 224 255 / 70%);
}
.decoration-base-color-bg-accent\/core-opacity-80 {
  text-decoration-color: rgb(209 224 255 / 80%);
}
.decoration-base-color-bg-accent\/core-opacity-90 {
  text-decoration-color: rgb(209 224 255 / 90%);
}
.decoration-base-color-bg-attention {
  text-decoration-color: #fef0c8;
}
.decoration-base-color-bg-attention-emphasis {
  text-decoration-color: #dd6903;
}
.decoration-base-color-bg-attention-emphasis\/0 {
  text-decoration-color: rgb(221 105 3 / 0);
}
.decoration-base-color-bg-attention-emphasis\/10 {
  text-decoration-color: rgb(221 105 3 / 0.1);
}
.decoration-base-color-bg-attention-emphasis\/100 {
  text-decoration-color: rgb(221 105 3 / 1);
}
.decoration-base-color-bg-attention-emphasis\/20 {
  text-decoration-color: rgb(221 105 3 / 0.2);
}
.decoration-base-color-bg-attention-emphasis\/25 {
  text-decoration-color: rgb(221 105 3 / 0.25);
}
.decoration-base-color-bg-attention-emphasis\/30 {
  text-decoration-color: rgb(221 105 3 / 0.3);
}
.decoration-base-color-bg-attention-emphasis\/40 {
  text-decoration-color: rgb(221 105 3 / 0.4);
}
.decoration-base-color-bg-attention-emphasis\/5 {
  text-decoration-color: rgb(221 105 3 / 0.05);
}
.decoration-base-color-bg-attention-emphasis\/50 {
  text-decoration-color: rgb(221 105 3 / 0.5);
}
.decoration-base-color-bg-attention-emphasis\/60 {
  text-decoration-color: rgb(221 105 3 / 0.6);
}
.decoration-base-color-bg-attention-emphasis\/70 {
  text-decoration-color: rgb(221 105 3 / 0.7);
}
.decoration-base-color-bg-attention-emphasis\/75 {
  text-decoration-color: rgb(221 105 3 / 0.75);
}
.decoration-base-color-bg-attention-emphasis\/80 {
  text-decoration-color: rgb(221 105 3 / 0.8);
}
.decoration-base-color-bg-attention-emphasis\/90 {
  text-decoration-color: rgb(221 105 3 / 0.9);
}
.decoration-base-color-bg-attention-emphasis\/95 {
  text-decoration-color: rgb(221 105 3 / 0.95);
}
.decoration-base-color-bg-attention-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(221 105 3 / 60%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(221 105 3 / 0%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(221 105 3 / 10%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(221 105 3 / 100%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(221 105 3 / 20%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(221 105 3 / 30%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(221 105 3 / 40%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(221 105 3 / 50%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(221 105 3 / 60%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(221 105 3 / 70%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(221 105 3 / 80%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(221 105 3 / 90%);
}
.decoration-base-color-bg-attention-subtle {
  text-decoration-color: #fffcf5;
}
.decoration-base-color-bg-attention-subtle\/0 {
  text-decoration-color: rgb(255 252 245 / 0);
}
.decoration-base-color-bg-attention-subtle\/10 {
  text-decoration-color: rgb(255 252 245 / 0.1);
}
.decoration-base-color-bg-attention-subtle\/100 {
  text-decoration-color: rgb(255 252 245 / 1);
}
.decoration-base-color-bg-attention-subtle\/20 {
  text-decoration-color: rgb(255 252 245 / 0.2);
}
.decoration-base-color-bg-attention-subtle\/25 {
  text-decoration-color: rgb(255 252 245 / 0.25);
}
.decoration-base-color-bg-attention-subtle\/30 {
  text-decoration-color: rgb(255 252 245 / 0.3);
}
.decoration-base-color-bg-attention-subtle\/40 {
  text-decoration-color: rgb(255 252 245 / 0.4);
}
.decoration-base-color-bg-attention-subtle\/5 {
  text-decoration-color: rgb(255 252 245 / 0.05);
}
.decoration-base-color-bg-attention-subtle\/50 {
  text-decoration-color: rgb(255 252 245 / 0.5);
}
.decoration-base-color-bg-attention-subtle\/60 {
  text-decoration-color: rgb(255 252 245 / 0.6);
}
.decoration-base-color-bg-attention-subtle\/70 {
  text-decoration-color: rgb(255 252 245 / 0.7);
}
.decoration-base-color-bg-attention-subtle\/75 {
  text-decoration-color: rgb(255 252 245 / 0.75);
}
.decoration-base-color-bg-attention-subtle\/80 {
  text-decoration-color: rgb(255 252 245 / 0.8);
}
.decoration-base-color-bg-attention-subtle\/90 {
  text-decoration-color: rgb(255 252 245 / 0.9);
}
.decoration-base-color-bg-attention-subtle\/95 {
  text-decoration-color: rgb(255 252 245 / 0.95);
}
.decoration-base-color-bg-attention-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(255 252 245 / 60%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-0 {
  text-decoration-color: rgb(255 252 245 / 0%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-10 {
  text-decoration-color: rgb(255 252 245 / 10%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-100 {
  text-decoration-color: rgb(255 252 245 / 100%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-20 {
  text-decoration-color: rgb(255 252 245 / 20%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-30 {
  text-decoration-color: rgb(255 252 245 / 30%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-40 {
  text-decoration-color: rgb(255 252 245 / 40%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-50 {
  text-decoration-color: rgb(255 252 245 / 50%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-60 {
  text-decoration-color: rgb(255 252 245 / 60%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-70 {
  text-decoration-color: rgb(255 252 245 / 70%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-80 {
  text-decoration-color: rgb(255 252 245 / 80%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-90 {
  text-decoration-color: rgb(255 252 245 / 90%);
}
.decoration-base-color-bg-attention\/0 {
  text-decoration-color: rgb(254 240 200 / 0);
}
.decoration-base-color-bg-attention\/10 {
  text-decoration-color: rgb(254 240 200 / 0.1);
}
.decoration-base-color-bg-attention\/100 {
  text-decoration-color: rgb(254 240 200 / 1);
}
.decoration-base-color-bg-attention\/20 {
  text-decoration-color: rgb(254 240 200 / 0.2);
}
.decoration-base-color-bg-attention\/25 {
  text-decoration-color: rgb(254 240 200 / 0.25);
}
.decoration-base-color-bg-attention\/30 {
  text-decoration-color: rgb(254 240 200 / 0.3);
}
.decoration-base-color-bg-attention\/40 {
  text-decoration-color: rgb(254 240 200 / 0.4);
}
.decoration-base-color-bg-attention\/5 {
  text-decoration-color: rgb(254 240 200 / 0.05);
}
.decoration-base-color-bg-attention\/50 {
  text-decoration-color: rgb(254 240 200 / 0.5);
}
.decoration-base-color-bg-attention\/60 {
  text-decoration-color: rgb(254 240 200 / 0.6);
}
.decoration-base-color-bg-attention\/70 {
  text-decoration-color: rgb(254 240 200 / 0.7);
}
.decoration-base-color-bg-attention\/75 {
  text-decoration-color: rgb(254 240 200 / 0.75);
}
.decoration-base-color-bg-attention\/80 {
  text-decoration-color: rgb(254 240 200 / 0.8);
}
.decoration-base-color-bg-attention\/90 {
  text-decoration-color: rgb(254 240 200 / 0.9);
}
.decoration-base-color-bg-attention\/95 {
  text-decoration-color: rgb(254 240 200 / 0.95);
}
.decoration-base-color-bg-attention\/base-opacity-disabled {
  text-decoration-color: rgb(254 240 200 / 60%);
}
.decoration-base-color-bg-attention\/core-opacity-0 {
  text-decoration-color: rgb(254 240 200 / 0%);
}
.decoration-base-color-bg-attention\/core-opacity-10 {
  text-decoration-color: rgb(254 240 200 / 10%);
}
.decoration-base-color-bg-attention\/core-opacity-100 {
  text-decoration-color: rgb(254 240 200 / 100%);
}
.decoration-base-color-bg-attention\/core-opacity-20 {
  text-decoration-color: rgb(254 240 200 / 20%);
}
.decoration-base-color-bg-attention\/core-opacity-30 {
  text-decoration-color: rgb(254 240 200 / 30%);
}
.decoration-base-color-bg-attention\/core-opacity-40 {
  text-decoration-color: rgb(254 240 200 / 40%);
}
.decoration-base-color-bg-attention\/core-opacity-50 {
  text-decoration-color: rgb(254 240 200 / 50%);
}
.decoration-base-color-bg-attention\/core-opacity-60 {
  text-decoration-color: rgb(254 240 200 / 60%);
}
.decoration-base-color-bg-attention\/core-opacity-70 {
  text-decoration-color: rgb(254 240 200 / 70%);
}
.decoration-base-color-bg-attention\/core-opacity-80 {
  text-decoration-color: rgb(254 240 200 / 80%);
}
.decoration-base-color-bg-attention\/core-opacity-90 {
  text-decoration-color: rgb(254 240 200 / 90%);
}
.decoration-base-color-bg-brand {
  text-decoration-color: #cdd6f9;
}
.decoration-base-color-bg-brand-emphasis {
  text-decoration-color: #5d5bd7;
}
.decoration-base-color-bg-brand-emphasis\/0 {
  text-decoration-color: rgb(93 91 215 / 0);
}
.decoration-base-color-bg-brand-emphasis\/10 {
  text-decoration-color: rgb(93 91 215 / 0.1);
}
.decoration-base-color-bg-brand-emphasis\/100 {
  text-decoration-color: rgb(93 91 215 / 1);
}
.decoration-base-color-bg-brand-emphasis\/20 {
  text-decoration-color: rgb(93 91 215 / 0.2);
}
.decoration-base-color-bg-brand-emphasis\/25 {
  text-decoration-color: rgb(93 91 215 / 0.25);
}
.decoration-base-color-bg-brand-emphasis\/30 {
  text-decoration-color: rgb(93 91 215 / 0.3);
}
.decoration-base-color-bg-brand-emphasis\/40 {
  text-decoration-color: rgb(93 91 215 / 0.4);
}
.decoration-base-color-bg-brand-emphasis\/5 {
  text-decoration-color: rgb(93 91 215 / 0.05);
}
.decoration-base-color-bg-brand-emphasis\/50 {
  text-decoration-color: rgb(93 91 215 / 0.5);
}
.decoration-base-color-bg-brand-emphasis\/60 {
  text-decoration-color: rgb(93 91 215 / 0.6);
}
.decoration-base-color-bg-brand-emphasis\/70 {
  text-decoration-color: rgb(93 91 215 / 0.7);
}
.decoration-base-color-bg-brand-emphasis\/75 {
  text-decoration-color: rgb(93 91 215 / 0.75);
}
.decoration-base-color-bg-brand-emphasis\/80 {
  text-decoration-color: rgb(93 91 215 / 0.8);
}
.decoration-base-color-bg-brand-emphasis\/90 {
  text-decoration-color: rgb(93 91 215 / 0.9);
}
.decoration-base-color-bg-brand-emphasis\/95 {
  text-decoration-color: rgb(93 91 215 / 0.95);
}
.decoration-base-color-bg-brand-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(93 91 215 / 60%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(93 91 215 / 0%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(93 91 215 / 10%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(93 91 215 / 100%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(93 91 215 / 20%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(93 91 215 / 30%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(93 91 215 / 40%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(93 91 215 / 50%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(93 91 215 / 60%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(93 91 215 / 70%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(93 91 215 / 80%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(93 91 215 / 90%);
}
.decoration-base-color-bg-brand-subtle {
  text-decoration-color: #f2f4fd;
}
.decoration-base-color-bg-brand-subtle\/0 {
  text-decoration-color: rgb(242 244 253 / 0);
}
.decoration-base-color-bg-brand-subtle\/10 {
  text-decoration-color: rgb(242 244 253 / 0.1);
}
.decoration-base-color-bg-brand-subtle\/100 {
  text-decoration-color: rgb(242 244 253 / 1);
}
.decoration-base-color-bg-brand-subtle\/20 {
  text-decoration-color: rgb(242 244 253 / 0.2);
}
.decoration-base-color-bg-brand-subtle\/25 {
  text-decoration-color: rgb(242 244 253 / 0.25);
}
.decoration-base-color-bg-brand-subtle\/30 {
  text-decoration-color: rgb(242 244 253 / 0.3);
}
.decoration-base-color-bg-brand-subtle\/40 {
  text-decoration-color: rgb(242 244 253 / 0.4);
}
.decoration-base-color-bg-brand-subtle\/5 {
  text-decoration-color: rgb(242 244 253 / 0.05);
}
.decoration-base-color-bg-brand-subtle\/50 {
  text-decoration-color: rgb(242 244 253 / 0.5);
}
.decoration-base-color-bg-brand-subtle\/60 {
  text-decoration-color: rgb(242 244 253 / 0.6);
}
.decoration-base-color-bg-brand-subtle\/70 {
  text-decoration-color: rgb(242 244 253 / 0.7);
}
.decoration-base-color-bg-brand-subtle\/75 {
  text-decoration-color: rgb(242 244 253 / 0.75);
}
.decoration-base-color-bg-brand-subtle\/80 {
  text-decoration-color: rgb(242 244 253 / 0.8);
}
.decoration-base-color-bg-brand-subtle\/90 {
  text-decoration-color: rgb(242 244 253 / 0.9);
}
.decoration-base-color-bg-brand-subtle\/95 {
  text-decoration-color: rgb(242 244 253 / 0.95);
}
.decoration-base-color-bg-brand-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(242 244 253 / 60%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-0 {
  text-decoration-color: rgb(242 244 253 / 0%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-10 {
  text-decoration-color: rgb(242 244 253 / 10%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-100 {
  text-decoration-color: rgb(242 244 253 / 100%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-20 {
  text-decoration-color: rgb(242 244 253 / 20%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-30 {
  text-decoration-color: rgb(242 244 253 / 30%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-40 {
  text-decoration-color: rgb(242 244 253 / 40%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-50 {
  text-decoration-color: rgb(242 244 253 / 50%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-60 {
  text-decoration-color: rgb(242 244 253 / 60%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-70 {
  text-decoration-color: rgb(242 244 253 / 70%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-80 {
  text-decoration-color: rgb(242 244 253 / 80%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-90 {
  text-decoration-color: rgb(242 244 253 / 90%);
}
.decoration-base-color-bg-brand\/0 {
  text-decoration-color: rgb(205 214 249 / 0);
}
.decoration-base-color-bg-brand\/10 {
  text-decoration-color: rgb(205 214 249 / 0.1);
}
.decoration-base-color-bg-brand\/100 {
  text-decoration-color: rgb(205 214 249 / 1);
}
.decoration-base-color-bg-brand\/20 {
  text-decoration-color: rgb(205 214 249 / 0.2);
}
.decoration-base-color-bg-brand\/25 {
  text-decoration-color: rgb(205 214 249 / 0.25);
}
.decoration-base-color-bg-brand\/30 {
  text-decoration-color: rgb(205 214 249 / 0.3);
}
.decoration-base-color-bg-brand\/40 {
  text-decoration-color: rgb(205 214 249 / 0.4);
}
.decoration-base-color-bg-brand\/5 {
  text-decoration-color: rgb(205 214 249 / 0.05);
}
.decoration-base-color-bg-brand\/50 {
  text-decoration-color: rgb(205 214 249 / 0.5);
}
.decoration-base-color-bg-brand\/60 {
  text-decoration-color: rgb(205 214 249 / 0.6);
}
.decoration-base-color-bg-brand\/70 {
  text-decoration-color: rgb(205 214 249 / 0.7);
}
.decoration-base-color-bg-brand\/75 {
  text-decoration-color: rgb(205 214 249 / 0.75);
}
.decoration-base-color-bg-brand\/80 {
  text-decoration-color: rgb(205 214 249 / 0.8);
}
.decoration-base-color-bg-brand\/90 {
  text-decoration-color: rgb(205 214 249 / 0.9);
}
.decoration-base-color-bg-brand\/95 {
  text-decoration-color: rgb(205 214 249 / 0.95);
}
.decoration-base-color-bg-brand\/base-opacity-disabled {
  text-decoration-color: rgb(205 214 249 / 60%);
}
.decoration-base-color-bg-brand\/core-opacity-0 {
  text-decoration-color: rgb(205 214 249 / 0%);
}
.decoration-base-color-bg-brand\/core-opacity-10 {
  text-decoration-color: rgb(205 214 249 / 10%);
}
.decoration-base-color-bg-brand\/core-opacity-100 {
  text-decoration-color: rgb(205 214 249 / 100%);
}
.decoration-base-color-bg-brand\/core-opacity-20 {
  text-decoration-color: rgb(205 214 249 / 20%);
}
.decoration-base-color-bg-brand\/core-opacity-30 {
  text-decoration-color: rgb(205 214 249 / 30%);
}
.decoration-base-color-bg-brand\/core-opacity-40 {
  text-decoration-color: rgb(205 214 249 / 40%);
}
.decoration-base-color-bg-brand\/core-opacity-50 {
  text-decoration-color: rgb(205 214 249 / 50%);
}
.decoration-base-color-bg-brand\/core-opacity-60 {
  text-decoration-color: rgb(205 214 249 / 60%);
}
.decoration-base-color-bg-brand\/core-opacity-70 {
  text-decoration-color: rgb(205 214 249 / 70%);
}
.decoration-base-color-bg-brand\/core-opacity-80 {
  text-decoration-color: rgb(205 214 249 / 80%);
}
.decoration-base-color-bg-brand\/core-opacity-90 {
  text-decoration-color: rgb(205 214 249 / 90%);
}
.decoration-base-color-bg-danger {
  text-decoration-color: #fee3e1;
}
.decoration-base-color-bg-danger-emphasis {
  text-decoration-color: #f04438;
}
.decoration-base-color-bg-danger-emphasis\/0 {
  text-decoration-color: rgb(240 68 56 / 0);
}
.decoration-base-color-bg-danger-emphasis\/10 {
  text-decoration-color: rgb(240 68 56 / 0.1);
}
.decoration-base-color-bg-danger-emphasis\/100 {
  text-decoration-color: rgb(240 68 56 / 1);
}
.decoration-base-color-bg-danger-emphasis\/20 {
  text-decoration-color: rgb(240 68 56 / 0.2);
}
.decoration-base-color-bg-danger-emphasis\/25 {
  text-decoration-color: rgb(240 68 56 / 0.25);
}
.decoration-base-color-bg-danger-emphasis\/30 {
  text-decoration-color: rgb(240 68 56 / 0.3);
}
.decoration-base-color-bg-danger-emphasis\/40 {
  text-decoration-color: rgb(240 68 56 / 0.4);
}
.decoration-base-color-bg-danger-emphasis\/5 {
  text-decoration-color: rgb(240 68 56 / 0.05);
}
.decoration-base-color-bg-danger-emphasis\/50 {
  text-decoration-color: rgb(240 68 56 / 0.5);
}
.decoration-base-color-bg-danger-emphasis\/60 {
  text-decoration-color: rgb(240 68 56 / 0.6);
}
.decoration-base-color-bg-danger-emphasis\/70 {
  text-decoration-color: rgb(240 68 56 / 0.7);
}
.decoration-base-color-bg-danger-emphasis\/75 {
  text-decoration-color: rgb(240 68 56 / 0.75);
}
.decoration-base-color-bg-danger-emphasis\/80 {
  text-decoration-color: rgb(240 68 56 / 0.8);
}
.decoration-base-color-bg-danger-emphasis\/90 {
  text-decoration-color: rgb(240 68 56 / 0.9);
}
.decoration-base-color-bg-danger-emphasis\/95 {
  text-decoration-color: rgb(240 68 56 / 0.95);
}
.decoration-base-color-bg-danger-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(240 68 56 / 60%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(240 68 56 / 0%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(240 68 56 / 10%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(240 68 56 / 100%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(240 68 56 / 20%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(240 68 56 / 30%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(240 68 56 / 40%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(240 68 56 / 50%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(240 68 56 / 60%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(240 68 56 / 70%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(240 68 56 / 80%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(240 68 56 / 90%);
}
.decoration-base-color-bg-danger-subtle {
  text-decoration-color: #fffbfa;
}
.decoration-base-color-bg-danger-subtle\/0 {
  text-decoration-color: rgb(255 251 250 / 0);
}
.decoration-base-color-bg-danger-subtle\/10 {
  text-decoration-color: rgb(255 251 250 / 0.1);
}
.decoration-base-color-bg-danger-subtle\/100 {
  text-decoration-color: rgb(255 251 250 / 1);
}
.decoration-base-color-bg-danger-subtle\/20 {
  text-decoration-color: rgb(255 251 250 / 0.2);
}
.decoration-base-color-bg-danger-subtle\/25 {
  text-decoration-color: rgb(255 251 250 / 0.25);
}
.decoration-base-color-bg-danger-subtle\/30 {
  text-decoration-color: rgb(255 251 250 / 0.3);
}
.decoration-base-color-bg-danger-subtle\/40 {
  text-decoration-color: rgb(255 251 250 / 0.4);
}
.decoration-base-color-bg-danger-subtle\/5 {
  text-decoration-color: rgb(255 251 250 / 0.05);
}
.decoration-base-color-bg-danger-subtle\/50 {
  text-decoration-color: rgb(255 251 250 / 0.5);
}
.decoration-base-color-bg-danger-subtle\/60 {
  text-decoration-color: rgb(255 251 250 / 0.6);
}
.decoration-base-color-bg-danger-subtle\/70 {
  text-decoration-color: rgb(255 251 250 / 0.7);
}
.decoration-base-color-bg-danger-subtle\/75 {
  text-decoration-color: rgb(255 251 250 / 0.75);
}
.decoration-base-color-bg-danger-subtle\/80 {
  text-decoration-color: rgb(255 251 250 / 0.8);
}
.decoration-base-color-bg-danger-subtle\/90 {
  text-decoration-color: rgb(255 251 250 / 0.9);
}
.decoration-base-color-bg-danger-subtle\/95 {
  text-decoration-color: rgb(255 251 250 / 0.95);
}
.decoration-base-color-bg-danger-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(255 251 250 / 60%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-0 {
  text-decoration-color: rgb(255 251 250 / 0%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-10 {
  text-decoration-color: rgb(255 251 250 / 10%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-100 {
  text-decoration-color: rgb(255 251 250 / 100%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-20 {
  text-decoration-color: rgb(255 251 250 / 20%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-30 {
  text-decoration-color: rgb(255 251 250 / 30%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-40 {
  text-decoration-color: rgb(255 251 250 / 40%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-50 {
  text-decoration-color: rgb(255 251 250 / 50%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-60 {
  text-decoration-color: rgb(255 251 250 / 60%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-70 {
  text-decoration-color: rgb(255 251 250 / 70%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-80 {
  text-decoration-color: rgb(255 251 250 / 80%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-90 {
  text-decoration-color: rgb(255 251 250 / 90%);
}
.decoration-base-color-bg-danger\/0 {
  text-decoration-color: rgb(254 227 225 / 0);
}
.decoration-base-color-bg-danger\/10 {
  text-decoration-color: rgb(254 227 225 / 0.1);
}
.decoration-base-color-bg-danger\/100 {
  text-decoration-color: rgb(254 227 225 / 1);
}
.decoration-base-color-bg-danger\/20 {
  text-decoration-color: rgb(254 227 225 / 0.2);
}
.decoration-base-color-bg-danger\/25 {
  text-decoration-color: rgb(254 227 225 / 0.25);
}
.decoration-base-color-bg-danger\/30 {
  text-decoration-color: rgb(254 227 225 / 0.3);
}
.decoration-base-color-bg-danger\/40 {
  text-decoration-color: rgb(254 227 225 / 0.4);
}
.decoration-base-color-bg-danger\/5 {
  text-decoration-color: rgb(254 227 225 / 0.05);
}
.decoration-base-color-bg-danger\/50 {
  text-decoration-color: rgb(254 227 225 / 0.5);
}
.decoration-base-color-bg-danger\/60 {
  text-decoration-color: rgb(254 227 225 / 0.6);
}
.decoration-base-color-bg-danger\/70 {
  text-decoration-color: rgb(254 227 225 / 0.7);
}
.decoration-base-color-bg-danger\/75 {
  text-decoration-color: rgb(254 227 225 / 0.75);
}
.decoration-base-color-bg-danger\/80 {
  text-decoration-color: rgb(254 227 225 / 0.8);
}
.decoration-base-color-bg-danger\/90 {
  text-decoration-color: rgb(254 227 225 / 0.9);
}
.decoration-base-color-bg-danger\/95 {
  text-decoration-color: rgb(254 227 225 / 0.95);
}
.decoration-base-color-bg-danger\/base-opacity-disabled {
  text-decoration-color: rgb(254 227 225 / 60%);
}
.decoration-base-color-bg-danger\/core-opacity-0 {
  text-decoration-color: rgb(254 227 225 / 0%);
}
.decoration-base-color-bg-danger\/core-opacity-10 {
  text-decoration-color: rgb(254 227 225 / 10%);
}
.decoration-base-color-bg-danger\/core-opacity-100 {
  text-decoration-color: rgb(254 227 225 / 100%);
}
.decoration-base-color-bg-danger\/core-opacity-20 {
  text-decoration-color: rgb(254 227 225 / 20%);
}
.decoration-base-color-bg-danger\/core-opacity-30 {
  text-decoration-color: rgb(254 227 225 / 30%);
}
.decoration-base-color-bg-danger\/core-opacity-40 {
  text-decoration-color: rgb(254 227 225 / 40%);
}
.decoration-base-color-bg-danger\/core-opacity-50 {
  text-decoration-color: rgb(254 227 225 / 50%);
}
.decoration-base-color-bg-danger\/core-opacity-60 {
  text-decoration-color: rgb(254 227 225 / 60%);
}
.decoration-base-color-bg-danger\/core-opacity-70 {
  text-decoration-color: rgb(254 227 225 / 70%);
}
.decoration-base-color-bg-danger\/core-opacity-80 {
  text-decoration-color: rgb(254 227 225 / 80%);
}
.decoration-base-color-bg-danger\/core-opacity-90 {
  text-decoration-color: rgb(254 227 225 / 90%);
}
.decoration-base-color-bg-default {
  text-decoration-color: #ffffff;
}
.decoration-base-color-bg-default\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}
.decoration-base-color-bg-default\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}
.decoration-base-color-bg-default\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-base-color-bg-default\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.decoration-base-color-bg-default\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}
.decoration-base-color-bg-default\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.decoration-base-color-bg-default\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.decoration-base-color-bg-default\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}
.decoration-base-color-bg-default\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-base-color-bg-default\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}
.decoration-base-color-bg-default\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-base-color-bg-default\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}
.decoration-base-color-bg-default\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}
.decoration-base-color-bg-default\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}
.decoration-base-color-bg-default\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}
.decoration-base-color-bg-default\/base-opacity-disabled {
  text-decoration-color: rgb(255 255 255 / 60%);
}
.decoration-base-color-bg-default\/core-opacity-0 {
  text-decoration-color: rgb(255 255 255 / 0%);
}
.decoration-base-color-bg-default\/core-opacity-10 {
  text-decoration-color: rgb(255 255 255 / 10%);
}
.decoration-base-color-bg-default\/core-opacity-100 {
  text-decoration-color: rgb(255 255 255 / 100%);
}
.decoration-base-color-bg-default\/core-opacity-20 {
  text-decoration-color: rgb(255 255 255 / 20%);
}
.decoration-base-color-bg-default\/core-opacity-30 {
  text-decoration-color: rgb(255 255 255 / 30%);
}
.decoration-base-color-bg-default\/core-opacity-40 {
  text-decoration-color: rgb(255 255 255 / 40%);
}
.decoration-base-color-bg-default\/core-opacity-50 {
  text-decoration-color: rgb(255 255 255 / 50%);
}
.decoration-base-color-bg-default\/core-opacity-60 {
  text-decoration-color: rgb(255 255 255 / 60%);
}
.decoration-base-color-bg-default\/core-opacity-70 {
  text-decoration-color: rgb(255 255 255 / 70%);
}
.decoration-base-color-bg-default\/core-opacity-80 {
  text-decoration-color: rgb(255 255 255 / 80%);
}
.decoration-base-color-bg-default\/core-opacity-90 {
  text-decoration-color: rgb(255 255 255 / 90%);
}
.decoration-base-color-bg-emphasis {
  text-decoration-color: #101828;
}
.decoration-base-color-bg-emphasis\/0 {
  text-decoration-color: rgb(16 24 40 / 0);
}
.decoration-base-color-bg-emphasis\/10 {
  text-decoration-color: rgb(16 24 40 / 0.1);
}
.decoration-base-color-bg-emphasis\/100 {
  text-decoration-color: rgb(16 24 40 / 1);
}
.decoration-base-color-bg-emphasis\/20 {
  text-decoration-color: rgb(16 24 40 / 0.2);
}
.decoration-base-color-bg-emphasis\/25 {
  text-decoration-color: rgb(16 24 40 / 0.25);
}
.decoration-base-color-bg-emphasis\/30 {
  text-decoration-color: rgb(16 24 40 / 0.3);
}
.decoration-base-color-bg-emphasis\/40 {
  text-decoration-color: rgb(16 24 40 / 0.4);
}
.decoration-base-color-bg-emphasis\/5 {
  text-decoration-color: rgb(16 24 40 / 0.05);
}
.decoration-base-color-bg-emphasis\/50 {
  text-decoration-color: rgb(16 24 40 / 0.5);
}
.decoration-base-color-bg-emphasis\/60 {
  text-decoration-color: rgb(16 24 40 / 0.6);
}
.decoration-base-color-bg-emphasis\/70 {
  text-decoration-color: rgb(16 24 40 / 0.7);
}
.decoration-base-color-bg-emphasis\/75 {
  text-decoration-color: rgb(16 24 40 / 0.75);
}
.decoration-base-color-bg-emphasis\/80 {
  text-decoration-color: rgb(16 24 40 / 0.8);
}
.decoration-base-color-bg-emphasis\/90 {
  text-decoration-color: rgb(16 24 40 / 0.9);
}
.decoration-base-color-bg-emphasis\/95 {
  text-decoration-color: rgb(16 24 40 / 0.95);
}
.decoration-base-color-bg-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(16 24 40 / 60%);
}
.decoration-base-color-bg-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(16 24 40 / 0%);
}
.decoration-base-color-bg-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(16 24 40 / 10%);
}
.decoration-base-color-bg-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(16 24 40 / 100%);
}
.decoration-base-color-bg-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(16 24 40 / 20%);
}
.decoration-base-color-bg-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(16 24 40 / 30%);
}
.decoration-base-color-bg-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(16 24 40 / 40%);
}
.decoration-base-color-bg-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(16 24 40 / 50%);
}
.decoration-base-color-bg-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(16 24 40 / 60%);
}
.decoration-base-color-bg-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(16 24 40 / 70%);
}
.decoration-base-color-bg-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(16 24 40 / 80%);
}
.decoration-base-color-bg-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(16 24 40 / 90%);
}
.decoration-base-color-bg-muted {
  text-decoration-color: #eaecf0;
}
.decoration-base-color-bg-muted\/0 {
  text-decoration-color: rgb(234 236 240 / 0);
}
.decoration-base-color-bg-muted\/10 {
  text-decoration-color: rgb(234 236 240 / 0.1);
}
.decoration-base-color-bg-muted\/100 {
  text-decoration-color: rgb(234 236 240 / 1);
}
.decoration-base-color-bg-muted\/20 {
  text-decoration-color: rgb(234 236 240 / 0.2);
}
.decoration-base-color-bg-muted\/25 {
  text-decoration-color: rgb(234 236 240 / 0.25);
}
.decoration-base-color-bg-muted\/30 {
  text-decoration-color: rgb(234 236 240 / 0.3);
}
.decoration-base-color-bg-muted\/40 {
  text-decoration-color: rgb(234 236 240 / 0.4);
}
.decoration-base-color-bg-muted\/5 {
  text-decoration-color: rgb(234 236 240 / 0.05);
}
.decoration-base-color-bg-muted\/50 {
  text-decoration-color: rgb(234 236 240 / 0.5);
}
.decoration-base-color-bg-muted\/60 {
  text-decoration-color: rgb(234 236 240 / 0.6);
}
.decoration-base-color-bg-muted\/70 {
  text-decoration-color: rgb(234 236 240 / 0.7);
}
.decoration-base-color-bg-muted\/75 {
  text-decoration-color: rgb(234 236 240 / 0.75);
}
.decoration-base-color-bg-muted\/80 {
  text-decoration-color: rgb(234 236 240 / 0.8);
}
.decoration-base-color-bg-muted\/90 {
  text-decoration-color: rgb(234 236 240 / 0.9);
}
.decoration-base-color-bg-muted\/95 {
  text-decoration-color: rgb(234 236 240 / 0.95);
}
.decoration-base-color-bg-muted\/base-opacity-disabled {
  text-decoration-color: rgb(234 236 240 / 60%);
}
.decoration-base-color-bg-muted\/core-opacity-0 {
  text-decoration-color: rgb(234 236 240 / 0%);
}
.decoration-base-color-bg-muted\/core-opacity-10 {
  text-decoration-color: rgb(234 236 240 / 10%);
}
.decoration-base-color-bg-muted\/core-opacity-100 {
  text-decoration-color: rgb(234 236 240 / 100%);
}
.decoration-base-color-bg-muted\/core-opacity-20 {
  text-decoration-color: rgb(234 236 240 / 20%);
}
.decoration-base-color-bg-muted\/core-opacity-30 {
  text-decoration-color: rgb(234 236 240 / 30%);
}
.decoration-base-color-bg-muted\/core-opacity-40 {
  text-decoration-color: rgb(234 236 240 / 40%);
}
.decoration-base-color-bg-muted\/core-opacity-50 {
  text-decoration-color: rgb(234 236 240 / 50%);
}
.decoration-base-color-bg-muted\/core-opacity-60 {
  text-decoration-color: rgb(234 236 240 / 60%);
}
.decoration-base-color-bg-muted\/core-opacity-70 {
  text-decoration-color: rgb(234 236 240 / 70%);
}
.decoration-base-color-bg-muted\/core-opacity-80 {
  text-decoration-color: rgb(234 236 240 / 80%);
}
.decoration-base-color-bg-muted\/core-opacity-90 {
  text-decoration-color: rgb(234 236 240 / 90%);
}
.decoration-base-color-bg-subtle {
  text-decoration-color: #f2f4f7;
}
.decoration-base-color-bg-subtle\/0 {
  text-decoration-color: rgb(242 244 247 / 0);
}
.decoration-base-color-bg-subtle\/10 {
  text-decoration-color: rgb(242 244 247 / 0.1);
}
.decoration-base-color-bg-subtle\/100 {
  text-decoration-color: rgb(242 244 247 / 1);
}
.decoration-base-color-bg-subtle\/20 {
  text-decoration-color: rgb(242 244 247 / 0.2);
}
.decoration-base-color-bg-subtle\/25 {
  text-decoration-color: rgb(242 244 247 / 0.25);
}
.decoration-base-color-bg-subtle\/30 {
  text-decoration-color: rgb(242 244 247 / 0.3);
}
.decoration-base-color-bg-subtle\/40 {
  text-decoration-color: rgb(242 244 247 / 0.4);
}
.decoration-base-color-bg-subtle\/5 {
  text-decoration-color: rgb(242 244 247 / 0.05);
}
.decoration-base-color-bg-subtle\/50 {
  text-decoration-color: rgb(242 244 247 / 0.5);
}
.decoration-base-color-bg-subtle\/60 {
  text-decoration-color: rgb(242 244 247 / 0.6);
}
.decoration-base-color-bg-subtle\/70 {
  text-decoration-color: rgb(242 244 247 / 0.7);
}
.decoration-base-color-bg-subtle\/75 {
  text-decoration-color: rgb(242 244 247 / 0.75);
}
.decoration-base-color-bg-subtle\/80 {
  text-decoration-color: rgb(242 244 247 / 0.8);
}
.decoration-base-color-bg-subtle\/90 {
  text-decoration-color: rgb(242 244 247 / 0.9);
}
.decoration-base-color-bg-subtle\/95 {
  text-decoration-color: rgb(242 244 247 / 0.95);
}
.decoration-base-color-bg-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(242 244 247 / 60%);
}
.decoration-base-color-bg-subtle\/core-opacity-0 {
  text-decoration-color: rgb(242 244 247 / 0%);
}
.decoration-base-color-bg-subtle\/core-opacity-10 {
  text-decoration-color: rgb(242 244 247 / 10%);
}
.decoration-base-color-bg-subtle\/core-opacity-100 {
  text-decoration-color: rgb(242 244 247 / 100%);
}
.decoration-base-color-bg-subtle\/core-opacity-20 {
  text-decoration-color: rgb(242 244 247 / 20%);
}
.decoration-base-color-bg-subtle\/core-opacity-30 {
  text-decoration-color: rgb(242 244 247 / 30%);
}
.decoration-base-color-bg-subtle\/core-opacity-40 {
  text-decoration-color: rgb(242 244 247 / 40%);
}
.decoration-base-color-bg-subtle\/core-opacity-50 {
  text-decoration-color: rgb(242 244 247 / 50%);
}
.decoration-base-color-bg-subtle\/core-opacity-60 {
  text-decoration-color: rgb(242 244 247 / 60%);
}
.decoration-base-color-bg-subtle\/core-opacity-70 {
  text-decoration-color: rgb(242 244 247 / 70%);
}
.decoration-base-color-bg-subtle\/core-opacity-80 {
  text-decoration-color: rgb(242 244 247 / 80%);
}
.decoration-base-color-bg-subtle\/core-opacity-90 {
  text-decoration-color: rgb(242 244 247 / 90%);
}
.decoration-base-color-bg-success {
  text-decoration-color: #d1fadf;
}
.decoration-base-color-bg-success-emphasis {
  text-decoration-color: #12b569;
}
.decoration-base-color-bg-success-emphasis\/0 {
  text-decoration-color: rgb(18 181 105 / 0);
}
.decoration-base-color-bg-success-emphasis\/10 {
  text-decoration-color: rgb(18 181 105 / 0.1);
}
.decoration-base-color-bg-success-emphasis\/100 {
  text-decoration-color: rgb(18 181 105 / 1);
}
.decoration-base-color-bg-success-emphasis\/20 {
  text-decoration-color: rgb(18 181 105 / 0.2);
}
.decoration-base-color-bg-success-emphasis\/25 {
  text-decoration-color: rgb(18 181 105 / 0.25);
}
.decoration-base-color-bg-success-emphasis\/30 {
  text-decoration-color: rgb(18 181 105 / 0.3);
}
.decoration-base-color-bg-success-emphasis\/40 {
  text-decoration-color: rgb(18 181 105 / 0.4);
}
.decoration-base-color-bg-success-emphasis\/5 {
  text-decoration-color: rgb(18 181 105 / 0.05);
}
.decoration-base-color-bg-success-emphasis\/50 {
  text-decoration-color: rgb(18 181 105 / 0.5);
}
.decoration-base-color-bg-success-emphasis\/60 {
  text-decoration-color: rgb(18 181 105 / 0.6);
}
.decoration-base-color-bg-success-emphasis\/70 {
  text-decoration-color: rgb(18 181 105 / 0.7);
}
.decoration-base-color-bg-success-emphasis\/75 {
  text-decoration-color: rgb(18 181 105 / 0.75);
}
.decoration-base-color-bg-success-emphasis\/80 {
  text-decoration-color: rgb(18 181 105 / 0.8);
}
.decoration-base-color-bg-success-emphasis\/90 {
  text-decoration-color: rgb(18 181 105 / 0.9);
}
.decoration-base-color-bg-success-emphasis\/95 {
  text-decoration-color: rgb(18 181 105 / 0.95);
}
.decoration-base-color-bg-success-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(18 181 105 / 60%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(18 181 105 / 0%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(18 181 105 / 10%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(18 181 105 / 100%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(18 181 105 / 20%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(18 181 105 / 30%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(18 181 105 / 40%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(18 181 105 / 50%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(18 181 105 / 60%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(18 181 105 / 70%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(18 181 105 / 80%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(18 181 105 / 90%);
}
.decoration-base-color-bg-success-subtle {
  text-decoration-color: #f6fef9;
}
.decoration-base-color-bg-success-subtle\/0 {
  text-decoration-color: rgb(246 254 249 / 0);
}
.decoration-base-color-bg-success-subtle\/10 {
  text-decoration-color: rgb(246 254 249 / 0.1);
}
.decoration-base-color-bg-success-subtle\/100 {
  text-decoration-color: rgb(246 254 249 / 1);
}
.decoration-base-color-bg-success-subtle\/20 {
  text-decoration-color: rgb(246 254 249 / 0.2);
}
.decoration-base-color-bg-success-subtle\/25 {
  text-decoration-color: rgb(246 254 249 / 0.25);
}
.decoration-base-color-bg-success-subtle\/30 {
  text-decoration-color: rgb(246 254 249 / 0.3);
}
.decoration-base-color-bg-success-subtle\/40 {
  text-decoration-color: rgb(246 254 249 / 0.4);
}
.decoration-base-color-bg-success-subtle\/5 {
  text-decoration-color: rgb(246 254 249 / 0.05);
}
.decoration-base-color-bg-success-subtle\/50 {
  text-decoration-color: rgb(246 254 249 / 0.5);
}
.decoration-base-color-bg-success-subtle\/60 {
  text-decoration-color: rgb(246 254 249 / 0.6);
}
.decoration-base-color-bg-success-subtle\/70 {
  text-decoration-color: rgb(246 254 249 / 0.7);
}
.decoration-base-color-bg-success-subtle\/75 {
  text-decoration-color: rgb(246 254 249 / 0.75);
}
.decoration-base-color-bg-success-subtle\/80 {
  text-decoration-color: rgb(246 254 249 / 0.8);
}
.decoration-base-color-bg-success-subtle\/90 {
  text-decoration-color: rgb(246 254 249 / 0.9);
}
.decoration-base-color-bg-success-subtle\/95 {
  text-decoration-color: rgb(246 254 249 / 0.95);
}
.decoration-base-color-bg-success-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(246 254 249 / 60%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-0 {
  text-decoration-color: rgb(246 254 249 / 0%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-10 {
  text-decoration-color: rgb(246 254 249 / 10%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-100 {
  text-decoration-color: rgb(246 254 249 / 100%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-20 {
  text-decoration-color: rgb(246 254 249 / 20%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-30 {
  text-decoration-color: rgb(246 254 249 / 30%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-40 {
  text-decoration-color: rgb(246 254 249 / 40%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-50 {
  text-decoration-color: rgb(246 254 249 / 50%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-60 {
  text-decoration-color: rgb(246 254 249 / 60%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-70 {
  text-decoration-color: rgb(246 254 249 / 70%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-80 {
  text-decoration-color: rgb(246 254 249 / 80%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-90 {
  text-decoration-color: rgb(246 254 249 / 90%);
}
.decoration-base-color-bg-success\/0 {
  text-decoration-color: rgb(209 250 223 / 0);
}
.decoration-base-color-bg-success\/10 {
  text-decoration-color: rgb(209 250 223 / 0.1);
}
.decoration-base-color-bg-success\/100 {
  text-decoration-color: rgb(209 250 223 / 1);
}
.decoration-base-color-bg-success\/20 {
  text-decoration-color: rgb(209 250 223 / 0.2);
}
.decoration-base-color-bg-success\/25 {
  text-decoration-color: rgb(209 250 223 / 0.25);
}
.decoration-base-color-bg-success\/30 {
  text-decoration-color: rgb(209 250 223 / 0.3);
}
.decoration-base-color-bg-success\/40 {
  text-decoration-color: rgb(209 250 223 / 0.4);
}
.decoration-base-color-bg-success\/5 {
  text-decoration-color: rgb(209 250 223 / 0.05);
}
.decoration-base-color-bg-success\/50 {
  text-decoration-color: rgb(209 250 223 / 0.5);
}
.decoration-base-color-bg-success\/60 {
  text-decoration-color: rgb(209 250 223 / 0.6);
}
.decoration-base-color-bg-success\/70 {
  text-decoration-color: rgb(209 250 223 / 0.7);
}
.decoration-base-color-bg-success\/75 {
  text-decoration-color: rgb(209 250 223 / 0.75);
}
.decoration-base-color-bg-success\/80 {
  text-decoration-color: rgb(209 250 223 / 0.8);
}
.decoration-base-color-bg-success\/90 {
  text-decoration-color: rgb(209 250 223 / 0.9);
}
.decoration-base-color-bg-success\/95 {
  text-decoration-color: rgb(209 250 223 / 0.95);
}
.decoration-base-color-bg-success\/base-opacity-disabled {
  text-decoration-color: rgb(209 250 223 / 60%);
}
.decoration-base-color-bg-success\/core-opacity-0 {
  text-decoration-color: rgb(209 250 223 / 0%);
}
.decoration-base-color-bg-success\/core-opacity-10 {
  text-decoration-color: rgb(209 250 223 / 10%);
}
.decoration-base-color-bg-success\/core-opacity-100 {
  text-decoration-color: rgb(209 250 223 / 100%);
}
.decoration-base-color-bg-success\/core-opacity-20 {
  text-decoration-color: rgb(209 250 223 / 20%);
}
.decoration-base-color-bg-success\/core-opacity-30 {
  text-decoration-color: rgb(209 250 223 / 30%);
}
.decoration-base-color-bg-success\/core-opacity-40 {
  text-decoration-color: rgb(209 250 223 / 40%);
}
.decoration-base-color-bg-success\/core-opacity-50 {
  text-decoration-color: rgb(209 250 223 / 50%);
}
.decoration-base-color-bg-success\/core-opacity-60 {
  text-decoration-color: rgb(209 250 223 / 60%);
}
.decoration-base-color-bg-success\/core-opacity-70 {
  text-decoration-color: rgb(209 250 223 / 70%);
}
.decoration-base-color-bg-success\/core-opacity-80 {
  text-decoration-color: rgb(209 250 223 / 80%);
}
.decoration-base-color-bg-success\/core-opacity-90 {
  text-decoration-color: rgb(209 250 223 / 90%);
}
.decoration-base-color-bg-transparent {
  text-decoration-color: #00000000;
}
.decoration-base-color-bg-transparent\/0 {
  text-decoration-color: rgb(0 0 0 / 0);
}
.decoration-base-color-bg-transparent\/10 {
  text-decoration-color: rgb(0 0 0 / 0.1);
}
.decoration-base-color-bg-transparent\/100 {
  text-decoration-color: rgb(0 0 0 / 1);
}
.decoration-base-color-bg-transparent\/20 {
  text-decoration-color: rgb(0 0 0 / 0.2);
}
.decoration-base-color-bg-transparent\/25 {
  text-decoration-color: rgb(0 0 0 / 0.25);
}
.decoration-base-color-bg-transparent\/30 {
  text-decoration-color: rgb(0 0 0 / 0.3);
}
.decoration-base-color-bg-transparent\/40 {
  text-decoration-color: rgb(0 0 0 / 0.4);
}
.decoration-base-color-bg-transparent\/5 {
  text-decoration-color: rgb(0 0 0 / 0.05);
}
.decoration-base-color-bg-transparent\/50 {
  text-decoration-color: rgb(0 0 0 / 0.5);
}
.decoration-base-color-bg-transparent\/60 {
  text-decoration-color: rgb(0 0 0 / 0.6);
}
.decoration-base-color-bg-transparent\/70 {
  text-decoration-color: rgb(0 0 0 / 0.7);
}
.decoration-base-color-bg-transparent\/75 {
  text-decoration-color: rgb(0 0 0 / 0.75);
}
.decoration-base-color-bg-transparent\/80 {
  text-decoration-color: rgb(0 0 0 / 0.8);
}
.decoration-base-color-bg-transparent\/90 {
  text-decoration-color: rgb(0 0 0 / 0.9);
}
.decoration-base-color-bg-transparent\/95 {
  text-decoration-color: rgb(0 0 0 / 0.95);
}
.decoration-base-color-bg-transparent\/base-opacity-disabled {
  text-decoration-color: rgb(0 0 0 / 60%);
}
.decoration-base-color-bg-transparent\/core-opacity-0 {
  text-decoration-color: rgb(0 0 0 / 0%);
}
.decoration-base-color-bg-transparent\/core-opacity-10 {
  text-decoration-color: rgb(0 0 0 / 10%);
}
.decoration-base-color-bg-transparent\/core-opacity-100 {
  text-decoration-color: rgb(0 0 0 / 100%);
}
.decoration-base-color-bg-transparent\/core-opacity-20 {
  text-decoration-color: rgb(0 0 0 / 20%);
}
.decoration-base-color-bg-transparent\/core-opacity-30 {
  text-decoration-color: rgb(0 0 0 / 30%);
}
.decoration-base-color-bg-transparent\/core-opacity-40 {
  text-decoration-color: rgb(0 0 0 / 40%);
}
.decoration-base-color-bg-transparent\/core-opacity-50 {
  text-decoration-color: rgb(0 0 0 / 50%);
}
.decoration-base-color-bg-transparent\/core-opacity-60 {
  text-decoration-color: rgb(0 0 0 / 60%);
}
.decoration-base-color-bg-transparent\/core-opacity-70 {
  text-decoration-color: rgb(0 0 0 / 70%);
}
.decoration-base-color-bg-transparent\/core-opacity-80 {
  text-decoration-color: rgb(0 0 0 / 80%);
}
.decoration-base-color-bg-transparent\/core-opacity-90 {
  text-decoration-color: rgb(0 0 0 / 90%);
}
.placeholder-base-color-bg-accent::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 224 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 224 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 239 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 239 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent-emphasis\/0::-moz-placeholder {
  color: rgb(21 94 239 / 0);
}
.placeholder-base-color-bg-accent-emphasis\/0::placeholder {
  color: rgb(21 94 239 / 0);
}
.placeholder-base-color-bg-accent-emphasis\/10::-moz-placeholder {
  color: rgb(21 94 239 / 0.1);
}
.placeholder-base-color-bg-accent-emphasis\/10::placeholder {
  color: rgb(21 94 239 / 0.1);
}
.placeholder-base-color-bg-accent-emphasis\/100::-moz-placeholder {
  color: rgb(21 94 239 / 1);
}
.placeholder-base-color-bg-accent-emphasis\/100::placeholder {
  color: rgb(21 94 239 / 1);
}
.placeholder-base-color-bg-accent-emphasis\/20::-moz-placeholder {
  color: rgb(21 94 239 / 0.2);
}
.placeholder-base-color-bg-accent-emphasis\/20::placeholder {
  color: rgb(21 94 239 / 0.2);
}
.placeholder-base-color-bg-accent-emphasis\/25::-moz-placeholder {
  color: rgb(21 94 239 / 0.25);
}
.placeholder-base-color-bg-accent-emphasis\/25::placeholder {
  color: rgb(21 94 239 / 0.25);
}
.placeholder-base-color-bg-accent-emphasis\/30::-moz-placeholder {
  color: rgb(21 94 239 / 0.3);
}
.placeholder-base-color-bg-accent-emphasis\/30::placeholder {
  color: rgb(21 94 239 / 0.3);
}
.placeholder-base-color-bg-accent-emphasis\/40::-moz-placeholder {
  color: rgb(21 94 239 / 0.4);
}
.placeholder-base-color-bg-accent-emphasis\/40::placeholder {
  color: rgb(21 94 239 / 0.4);
}
.placeholder-base-color-bg-accent-emphasis\/5::-moz-placeholder {
  color: rgb(21 94 239 / 0.05);
}
.placeholder-base-color-bg-accent-emphasis\/5::placeholder {
  color: rgb(21 94 239 / 0.05);
}
.placeholder-base-color-bg-accent-emphasis\/50::-moz-placeholder {
  color: rgb(21 94 239 / 0.5);
}
.placeholder-base-color-bg-accent-emphasis\/50::placeholder {
  color: rgb(21 94 239 / 0.5);
}
.placeholder-base-color-bg-accent-emphasis\/60::-moz-placeholder {
  color: rgb(21 94 239 / 0.6);
}
.placeholder-base-color-bg-accent-emphasis\/60::placeholder {
  color: rgb(21 94 239 / 0.6);
}
.placeholder-base-color-bg-accent-emphasis\/70::-moz-placeholder {
  color: rgb(21 94 239 / 0.7);
}
.placeholder-base-color-bg-accent-emphasis\/70::placeholder {
  color: rgb(21 94 239 / 0.7);
}
.placeholder-base-color-bg-accent-emphasis\/75::-moz-placeholder {
  color: rgb(21 94 239 / 0.75);
}
.placeholder-base-color-bg-accent-emphasis\/75::placeholder {
  color: rgb(21 94 239 / 0.75);
}
.placeholder-base-color-bg-accent-emphasis\/80::-moz-placeholder {
  color: rgb(21 94 239 / 0.8);
}
.placeholder-base-color-bg-accent-emphasis\/80::placeholder {
  color: rgb(21 94 239 / 0.8);
}
.placeholder-base-color-bg-accent-emphasis\/90::-moz-placeholder {
  color: rgb(21 94 239 / 0.9);
}
.placeholder-base-color-bg-accent-emphasis\/90::placeholder {
  color: rgb(21 94 239 / 0.9);
}
.placeholder-base-color-bg-accent-emphasis\/95::-moz-placeholder {
  color: rgb(21 94 239 / 0.95);
}
.placeholder-base-color-bg-accent-emphasis\/95::placeholder {
  color: rgb(21 94 239 / 0.95);
}
.placeholder-base-color-bg-accent-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(21 94 239 / 60%);
}
.placeholder-base-color-bg-accent-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(21 94 239 / 60%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(21 94 239 / 0%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-0::placeholder {
  color: rgb(21 94 239 / 0%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(21 94 239 / 10%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-10::placeholder {
  color: rgb(21 94 239 / 10%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(21 94 239 / 100%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-100::placeholder {
  color: rgb(21 94 239 / 100%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(21 94 239 / 20%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-20::placeholder {
  color: rgb(21 94 239 / 20%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(21 94 239 / 30%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-30::placeholder {
  color: rgb(21 94 239 / 30%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(21 94 239 / 40%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-40::placeholder {
  color: rgb(21 94 239 / 40%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(21 94 239 / 50%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-50::placeholder {
  color: rgb(21 94 239 / 50%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(21 94 239 / 60%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-60::placeholder {
  color: rgb(21 94 239 / 60%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(21 94 239 / 70%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-70::placeholder {
  color: rgb(21 94 239 / 70%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(21 94 239 / 80%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-80::placeholder {
  color: rgb(21 94 239 / 80%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(21 94 239 / 90%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-90::placeholder {
  color: rgb(21 94 239 / 90%);
}
.placeholder-base-color-bg-accent-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 248 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 248 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent-subtle\/0::-moz-placeholder {
  color: rgb(245 248 255 / 0);
}
.placeholder-base-color-bg-accent-subtle\/0::placeholder {
  color: rgb(245 248 255 / 0);
}
.placeholder-base-color-bg-accent-subtle\/10::-moz-placeholder {
  color: rgb(245 248 255 / 0.1);
}
.placeholder-base-color-bg-accent-subtle\/10::placeholder {
  color: rgb(245 248 255 / 0.1);
}
.placeholder-base-color-bg-accent-subtle\/100::-moz-placeholder {
  color: rgb(245 248 255 / 1);
}
.placeholder-base-color-bg-accent-subtle\/100::placeholder {
  color: rgb(245 248 255 / 1);
}
.placeholder-base-color-bg-accent-subtle\/20::-moz-placeholder {
  color: rgb(245 248 255 / 0.2);
}
.placeholder-base-color-bg-accent-subtle\/20::placeholder {
  color: rgb(245 248 255 / 0.2);
}
.placeholder-base-color-bg-accent-subtle\/25::-moz-placeholder {
  color: rgb(245 248 255 / 0.25);
}
.placeholder-base-color-bg-accent-subtle\/25::placeholder {
  color: rgb(245 248 255 / 0.25);
}
.placeholder-base-color-bg-accent-subtle\/30::-moz-placeholder {
  color: rgb(245 248 255 / 0.3);
}
.placeholder-base-color-bg-accent-subtle\/30::placeholder {
  color: rgb(245 248 255 / 0.3);
}
.placeholder-base-color-bg-accent-subtle\/40::-moz-placeholder {
  color: rgb(245 248 255 / 0.4);
}
.placeholder-base-color-bg-accent-subtle\/40::placeholder {
  color: rgb(245 248 255 / 0.4);
}
.placeholder-base-color-bg-accent-subtle\/5::-moz-placeholder {
  color: rgb(245 248 255 / 0.05);
}
.placeholder-base-color-bg-accent-subtle\/5::placeholder {
  color: rgb(245 248 255 / 0.05);
}
.placeholder-base-color-bg-accent-subtle\/50::-moz-placeholder {
  color: rgb(245 248 255 / 0.5);
}
.placeholder-base-color-bg-accent-subtle\/50::placeholder {
  color: rgb(245 248 255 / 0.5);
}
.placeholder-base-color-bg-accent-subtle\/60::-moz-placeholder {
  color: rgb(245 248 255 / 0.6);
}
.placeholder-base-color-bg-accent-subtle\/60::placeholder {
  color: rgb(245 248 255 / 0.6);
}
.placeholder-base-color-bg-accent-subtle\/70::-moz-placeholder {
  color: rgb(245 248 255 / 0.7);
}
.placeholder-base-color-bg-accent-subtle\/70::placeholder {
  color: rgb(245 248 255 / 0.7);
}
.placeholder-base-color-bg-accent-subtle\/75::-moz-placeholder {
  color: rgb(245 248 255 / 0.75);
}
.placeholder-base-color-bg-accent-subtle\/75::placeholder {
  color: rgb(245 248 255 / 0.75);
}
.placeholder-base-color-bg-accent-subtle\/80::-moz-placeholder {
  color: rgb(245 248 255 / 0.8);
}
.placeholder-base-color-bg-accent-subtle\/80::placeholder {
  color: rgb(245 248 255 / 0.8);
}
.placeholder-base-color-bg-accent-subtle\/90::-moz-placeholder {
  color: rgb(245 248 255 / 0.9);
}
.placeholder-base-color-bg-accent-subtle\/90::placeholder {
  color: rgb(245 248 255 / 0.9);
}
.placeholder-base-color-bg-accent-subtle\/95::-moz-placeholder {
  color: rgb(245 248 255 / 0.95);
}
.placeholder-base-color-bg-accent-subtle\/95::placeholder {
  color: rgb(245 248 255 / 0.95);
}
.placeholder-base-color-bg-accent-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(245 248 255 / 60%);
}
.placeholder-base-color-bg-accent-subtle\/base-opacity-disabled::placeholder {
  color: rgb(245 248 255 / 60%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(245 248 255 / 0%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-0::placeholder {
  color: rgb(245 248 255 / 0%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(245 248 255 / 10%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-10::placeholder {
  color: rgb(245 248 255 / 10%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(245 248 255 / 100%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-100::placeholder {
  color: rgb(245 248 255 / 100%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(245 248 255 / 20%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-20::placeholder {
  color: rgb(245 248 255 / 20%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(245 248 255 / 30%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-30::placeholder {
  color: rgb(245 248 255 / 30%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(245 248 255 / 40%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-40::placeholder {
  color: rgb(245 248 255 / 40%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(245 248 255 / 50%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-50::placeholder {
  color: rgb(245 248 255 / 50%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(245 248 255 / 60%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-60::placeholder {
  color: rgb(245 248 255 / 60%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(245 248 255 / 70%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-70::placeholder {
  color: rgb(245 248 255 / 70%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(245 248 255 / 80%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-80::placeholder {
  color: rgb(245 248 255 / 80%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(245 248 255 / 90%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-90::placeholder {
  color: rgb(245 248 255 / 90%);
}
.placeholder-base-color-bg-accent\/0::-moz-placeholder {
  color: rgb(209 224 255 / 0);
}
.placeholder-base-color-bg-accent\/0::placeholder {
  color: rgb(209 224 255 / 0);
}
.placeholder-base-color-bg-accent\/10::-moz-placeholder {
  color: rgb(209 224 255 / 0.1);
}
.placeholder-base-color-bg-accent\/10::placeholder {
  color: rgb(209 224 255 / 0.1);
}
.placeholder-base-color-bg-accent\/100::-moz-placeholder {
  color: rgb(209 224 255 / 1);
}
.placeholder-base-color-bg-accent\/100::placeholder {
  color: rgb(209 224 255 / 1);
}
.placeholder-base-color-bg-accent\/20::-moz-placeholder {
  color: rgb(209 224 255 / 0.2);
}
.placeholder-base-color-bg-accent\/20::placeholder {
  color: rgb(209 224 255 / 0.2);
}
.placeholder-base-color-bg-accent\/25::-moz-placeholder {
  color: rgb(209 224 255 / 0.25);
}
.placeholder-base-color-bg-accent\/25::placeholder {
  color: rgb(209 224 255 / 0.25);
}
.placeholder-base-color-bg-accent\/30::-moz-placeholder {
  color: rgb(209 224 255 / 0.3);
}
.placeholder-base-color-bg-accent\/30::placeholder {
  color: rgb(209 224 255 / 0.3);
}
.placeholder-base-color-bg-accent\/40::-moz-placeholder {
  color: rgb(209 224 255 / 0.4);
}
.placeholder-base-color-bg-accent\/40::placeholder {
  color: rgb(209 224 255 / 0.4);
}
.placeholder-base-color-bg-accent\/5::-moz-placeholder {
  color: rgb(209 224 255 / 0.05);
}
.placeholder-base-color-bg-accent\/5::placeholder {
  color: rgb(209 224 255 / 0.05);
}
.placeholder-base-color-bg-accent\/50::-moz-placeholder {
  color: rgb(209 224 255 / 0.5);
}
.placeholder-base-color-bg-accent\/50::placeholder {
  color: rgb(209 224 255 / 0.5);
}
.placeholder-base-color-bg-accent\/60::-moz-placeholder {
  color: rgb(209 224 255 / 0.6);
}
.placeholder-base-color-bg-accent\/60::placeholder {
  color: rgb(209 224 255 / 0.6);
}
.placeholder-base-color-bg-accent\/70::-moz-placeholder {
  color: rgb(209 224 255 / 0.7);
}
.placeholder-base-color-bg-accent\/70::placeholder {
  color: rgb(209 224 255 / 0.7);
}
.placeholder-base-color-bg-accent\/75::-moz-placeholder {
  color: rgb(209 224 255 / 0.75);
}
.placeholder-base-color-bg-accent\/75::placeholder {
  color: rgb(209 224 255 / 0.75);
}
.placeholder-base-color-bg-accent\/80::-moz-placeholder {
  color: rgb(209 224 255 / 0.8);
}
.placeholder-base-color-bg-accent\/80::placeholder {
  color: rgb(209 224 255 / 0.8);
}
.placeholder-base-color-bg-accent\/90::-moz-placeholder {
  color: rgb(209 224 255 / 0.9);
}
.placeholder-base-color-bg-accent\/90::placeholder {
  color: rgb(209 224 255 / 0.9);
}
.placeholder-base-color-bg-accent\/95::-moz-placeholder {
  color: rgb(209 224 255 / 0.95);
}
.placeholder-base-color-bg-accent\/95::placeholder {
  color: rgb(209 224 255 / 0.95);
}
.placeholder-base-color-bg-accent\/base-opacity-disabled::-moz-placeholder {
  color: rgb(209 224 255 / 60%);
}
.placeholder-base-color-bg-accent\/base-opacity-disabled::placeholder {
  color: rgb(209 224 255 / 60%);
}
.placeholder-base-color-bg-accent\/core-opacity-0::-moz-placeholder {
  color: rgb(209 224 255 / 0%);
}
.placeholder-base-color-bg-accent\/core-opacity-0::placeholder {
  color: rgb(209 224 255 / 0%);
}
.placeholder-base-color-bg-accent\/core-opacity-10::-moz-placeholder {
  color: rgb(209 224 255 / 10%);
}
.placeholder-base-color-bg-accent\/core-opacity-10::placeholder {
  color: rgb(209 224 255 / 10%);
}
.placeholder-base-color-bg-accent\/core-opacity-100::-moz-placeholder {
  color: rgb(209 224 255 / 100%);
}
.placeholder-base-color-bg-accent\/core-opacity-100::placeholder {
  color: rgb(209 224 255 / 100%);
}
.placeholder-base-color-bg-accent\/core-opacity-20::-moz-placeholder {
  color: rgb(209 224 255 / 20%);
}
.placeholder-base-color-bg-accent\/core-opacity-20::placeholder {
  color: rgb(209 224 255 / 20%);
}
.placeholder-base-color-bg-accent\/core-opacity-30::-moz-placeholder {
  color: rgb(209 224 255 / 30%);
}
.placeholder-base-color-bg-accent\/core-opacity-30::placeholder {
  color: rgb(209 224 255 / 30%);
}
.placeholder-base-color-bg-accent\/core-opacity-40::-moz-placeholder {
  color: rgb(209 224 255 / 40%);
}
.placeholder-base-color-bg-accent\/core-opacity-40::placeholder {
  color: rgb(209 224 255 / 40%);
}
.placeholder-base-color-bg-accent\/core-opacity-50::-moz-placeholder {
  color: rgb(209 224 255 / 50%);
}
.placeholder-base-color-bg-accent\/core-opacity-50::placeholder {
  color: rgb(209 224 255 / 50%);
}
.placeholder-base-color-bg-accent\/core-opacity-60::-moz-placeholder {
  color: rgb(209 224 255 / 60%);
}
.placeholder-base-color-bg-accent\/core-opacity-60::placeholder {
  color: rgb(209 224 255 / 60%);
}
.placeholder-base-color-bg-accent\/core-opacity-70::-moz-placeholder {
  color: rgb(209 224 255 / 70%);
}
.placeholder-base-color-bg-accent\/core-opacity-70::placeholder {
  color: rgb(209 224 255 / 70%);
}
.placeholder-base-color-bg-accent\/core-opacity-80::-moz-placeholder {
  color: rgb(209 224 255 / 80%);
}
.placeholder-base-color-bg-accent\/core-opacity-80::placeholder {
  color: rgb(209 224 255 / 80%);
}
.placeholder-base-color-bg-accent\/core-opacity-90::-moz-placeholder {
  color: rgb(209 224 255 / 90%);
}
.placeholder-base-color-bg-accent\/core-opacity-90::placeholder {
  color: rgb(209 224 255 / 90%);
}
.placeholder-base-color-bg-attention::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 200 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 200 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 105 3 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 105 3 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention-emphasis\/0::-moz-placeholder {
  color: rgb(221 105 3 / 0);
}
.placeholder-base-color-bg-attention-emphasis\/0::placeholder {
  color: rgb(221 105 3 / 0);
}
.placeholder-base-color-bg-attention-emphasis\/10::-moz-placeholder {
  color: rgb(221 105 3 / 0.1);
}
.placeholder-base-color-bg-attention-emphasis\/10::placeholder {
  color: rgb(221 105 3 / 0.1);
}
.placeholder-base-color-bg-attention-emphasis\/100::-moz-placeholder {
  color: rgb(221 105 3 / 1);
}
.placeholder-base-color-bg-attention-emphasis\/100::placeholder {
  color: rgb(221 105 3 / 1);
}
.placeholder-base-color-bg-attention-emphasis\/20::-moz-placeholder {
  color: rgb(221 105 3 / 0.2);
}
.placeholder-base-color-bg-attention-emphasis\/20::placeholder {
  color: rgb(221 105 3 / 0.2);
}
.placeholder-base-color-bg-attention-emphasis\/25::-moz-placeholder {
  color: rgb(221 105 3 / 0.25);
}
.placeholder-base-color-bg-attention-emphasis\/25::placeholder {
  color: rgb(221 105 3 / 0.25);
}
.placeholder-base-color-bg-attention-emphasis\/30::-moz-placeholder {
  color: rgb(221 105 3 / 0.3);
}
.placeholder-base-color-bg-attention-emphasis\/30::placeholder {
  color: rgb(221 105 3 / 0.3);
}
.placeholder-base-color-bg-attention-emphasis\/40::-moz-placeholder {
  color: rgb(221 105 3 / 0.4);
}
.placeholder-base-color-bg-attention-emphasis\/40::placeholder {
  color: rgb(221 105 3 / 0.4);
}
.placeholder-base-color-bg-attention-emphasis\/5::-moz-placeholder {
  color: rgb(221 105 3 / 0.05);
}
.placeholder-base-color-bg-attention-emphasis\/5::placeholder {
  color: rgb(221 105 3 / 0.05);
}
.placeholder-base-color-bg-attention-emphasis\/50::-moz-placeholder {
  color: rgb(221 105 3 / 0.5);
}
.placeholder-base-color-bg-attention-emphasis\/50::placeholder {
  color: rgb(221 105 3 / 0.5);
}
.placeholder-base-color-bg-attention-emphasis\/60::-moz-placeholder {
  color: rgb(221 105 3 / 0.6);
}
.placeholder-base-color-bg-attention-emphasis\/60::placeholder {
  color: rgb(221 105 3 / 0.6);
}
.placeholder-base-color-bg-attention-emphasis\/70::-moz-placeholder {
  color: rgb(221 105 3 / 0.7);
}
.placeholder-base-color-bg-attention-emphasis\/70::placeholder {
  color: rgb(221 105 3 / 0.7);
}
.placeholder-base-color-bg-attention-emphasis\/75::-moz-placeholder {
  color: rgb(221 105 3 / 0.75);
}
.placeholder-base-color-bg-attention-emphasis\/75::placeholder {
  color: rgb(221 105 3 / 0.75);
}
.placeholder-base-color-bg-attention-emphasis\/80::-moz-placeholder {
  color: rgb(221 105 3 / 0.8);
}
.placeholder-base-color-bg-attention-emphasis\/80::placeholder {
  color: rgb(221 105 3 / 0.8);
}
.placeholder-base-color-bg-attention-emphasis\/90::-moz-placeholder {
  color: rgb(221 105 3 / 0.9);
}
.placeholder-base-color-bg-attention-emphasis\/90::placeholder {
  color: rgb(221 105 3 / 0.9);
}
.placeholder-base-color-bg-attention-emphasis\/95::-moz-placeholder {
  color: rgb(221 105 3 / 0.95);
}
.placeholder-base-color-bg-attention-emphasis\/95::placeholder {
  color: rgb(221 105 3 / 0.95);
}
.placeholder-base-color-bg-attention-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(221 105 3 / 60%);
}
.placeholder-base-color-bg-attention-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(221 105 3 / 60%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(221 105 3 / 0%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-0::placeholder {
  color: rgb(221 105 3 / 0%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(221 105 3 / 10%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-10::placeholder {
  color: rgb(221 105 3 / 10%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(221 105 3 / 100%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-100::placeholder {
  color: rgb(221 105 3 / 100%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(221 105 3 / 20%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-20::placeholder {
  color: rgb(221 105 3 / 20%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(221 105 3 / 30%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-30::placeholder {
  color: rgb(221 105 3 / 30%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(221 105 3 / 40%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-40::placeholder {
  color: rgb(221 105 3 / 40%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(221 105 3 / 50%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-50::placeholder {
  color: rgb(221 105 3 / 50%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(221 105 3 / 60%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-60::placeholder {
  color: rgb(221 105 3 / 60%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(221 105 3 / 70%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-70::placeholder {
  color: rgb(221 105 3 / 70%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(221 105 3 / 80%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-80::placeholder {
  color: rgb(221 105 3 / 80%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(221 105 3 / 90%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-90::placeholder {
  color: rgb(221 105 3 / 90%);
}
.placeholder-base-color-bg-attention-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 252 245 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 252 245 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention-subtle\/0::-moz-placeholder {
  color: rgb(255 252 245 / 0);
}
.placeholder-base-color-bg-attention-subtle\/0::placeholder {
  color: rgb(255 252 245 / 0);
}
.placeholder-base-color-bg-attention-subtle\/10::-moz-placeholder {
  color: rgb(255 252 245 / 0.1);
}
.placeholder-base-color-bg-attention-subtle\/10::placeholder {
  color: rgb(255 252 245 / 0.1);
}
.placeholder-base-color-bg-attention-subtle\/100::-moz-placeholder {
  color: rgb(255 252 245 / 1);
}
.placeholder-base-color-bg-attention-subtle\/100::placeholder {
  color: rgb(255 252 245 / 1);
}
.placeholder-base-color-bg-attention-subtle\/20::-moz-placeholder {
  color: rgb(255 252 245 / 0.2);
}
.placeholder-base-color-bg-attention-subtle\/20::placeholder {
  color: rgb(255 252 245 / 0.2);
}
.placeholder-base-color-bg-attention-subtle\/25::-moz-placeholder {
  color: rgb(255 252 245 / 0.25);
}
.placeholder-base-color-bg-attention-subtle\/25::placeholder {
  color: rgb(255 252 245 / 0.25);
}
.placeholder-base-color-bg-attention-subtle\/30::-moz-placeholder {
  color: rgb(255 252 245 / 0.3);
}
.placeholder-base-color-bg-attention-subtle\/30::placeholder {
  color: rgb(255 252 245 / 0.3);
}
.placeholder-base-color-bg-attention-subtle\/40::-moz-placeholder {
  color: rgb(255 252 245 / 0.4);
}
.placeholder-base-color-bg-attention-subtle\/40::placeholder {
  color: rgb(255 252 245 / 0.4);
}
.placeholder-base-color-bg-attention-subtle\/5::-moz-placeholder {
  color: rgb(255 252 245 / 0.05);
}
.placeholder-base-color-bg-attention-subtle\/5::placeholder {
  color: rgb(255 252 245 / 0.05);
}
.placeholder-base-color-bg-attention-subtle\/50::-moz-placeholder {
  color: rgb(255 252 245 / 0.5);
}
.placeholder-base-color-bg-attention-subtle\/50::placeholder {
  color: rgb(255 252 245 / 0.5);
}
.placeholder-base-color-bg-attention-subtle\/60::-moz-placeholder {
  color: rgb(255 252 245 / 0.6);
}
.placeholder-base-color-bg-attention-subtle\/60::placeholder {
  color: rgb(255 252 245 / 0.6);
}
.placeholder-base-color-bg-attention-subtle\/70::-moz-placeholder {
  color: rgb(255 252 245 / 0.7);
}
.placeholder-base-color-bg-attention-subtle\/70::placeholder {
  color: rgb(255 252 245 / 0.7);
}
.placeholder-base-color-bg-attention-subtle\/75::-moz-placeholder {
  color: rgb(255 252 245 / 0.75);
}
.placeholder-base-color-bg-attention-subtle\/75::placeholder {
  color: rgb(255 252 245 / 0.75);
}
.placeholder-base-color-bg-attention-subtle\/80::-moz-placeholder {
  color: rgb(255 252 245 / 0.8);
}
.placeholder-base-color-bg-attention-subtle\/80::placeholder {
  color: rgb(255 252 245 / 0.8);
}
.placeholder-base-color-bg-attention-subtle\/90::-moz-placeholder {
  color: rgb(255 252 245 / 0.9);
}
.placeholder-base-color-bg-attention-subtle\/90::placeholder {
  color: rgb(255 252 245 / 0.9);
}
.placeholder-base-color-bg-attention-subtle\/95::-moz-placeholder {
  color: rgb(255 252 245 / 0.95);
}
.placeholder-base-color-bg-attention-subtle\/95::placeholder {
  color: rgb(255 252 245 / 0.95);
}
.placeholder-base-color-bg-attention-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(255 252 245 / 60%);
}
.placeholder-base-color-bg-attention-subtle\/base-opacity-disabled::placeholder {
  color: rgb(255 252 245 / 60%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(255 252 245 / 0%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-0::placeholder {
  color: rgb(255 252 245 / 0%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(255 252 245 / 10%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-10::placeholder {
  color: rgb(255 252 245 / 10%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(255 252 245 / 100%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-100::placeholder {
  color: rgb(255 252 245 / 100%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(255 252 245 / 20%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-20::placeholder {
  color: rgb(255 252 245 / 20%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(255 252 245 / 30%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-30::placeholder {
  color: rgb(255 252 245 / 30%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(255 252 245 / 40%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-40::placeholder {
  color: rgb(255 252 245 / 40%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(255 252 245 / 50%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-50::placeholder {
  color: rgb(255 252 245 / 50%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(255 252 245 / 60%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-60::placeholder {
  color: rgb(255 252 245 / 60%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(255 252 245 / 70%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-70::placeholder {
  color: rgb(255 252 245 / 70%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(255 252 245 / 80%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-80::placeholder {
  color: rgb(255 252 245 / 80%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(255 252 245 / 90%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-90::placeholder {
  color: rgb(255 252 245 / 90%);
}
.placeholder-base-color-bg-attention\/0::-moz-placeholder {
  color: rgb(254 240 200 / 0);
}
.placeholder-base-color-bg-attention\/0::placeholder {
  color: rgb(254 240 200 / 0);
}
.placeholder-base-color-bg-attention\/10::-moz-placeholder {
  color: rgb(254 240 200 / 0.1);
}
.placeholder-base-color-bg-attention\/10::placeholder {
  color: rgb(254 240 200 / 0.1);
}
.placeholder-base-color-bg-attention\/100::-moz-placeholder {
  color: rgb(254 240 200 / 1);
}
.placeholder-base-color-bg-attention\/100::placeholder {
  color: rgb(254 240 200 / 1);
}
.placeholder-base-color-bg-attention\/20::-moz-placeholder {
  color: rgb(254 240 200 / 0.2);
}
.placeholder-base-color-bg-attention\/20::placeholder {
  color: rgb(254 240 200 / 0.2);
}
.placeholder-base-color-bg-attention\/25::-moz-placeholder {
  color: rgb(254 240 200 / 0.25);
}
.placeholder-base-color-bg-attention\/25::placeholder {
  color: rgb(254 240 200 / 0.25);
}
.placeholder-base-color-bg-attention\/30::-moz-placeholder {
  color: rgb(254 240 200 / 0.3);
}
.placeholder-base-color-bg-attention\/30::placeholder {
  color: rgb(254 240 200 / 0.3);
}
.placeholder-base-color-bg-attention\/40::-moz-placeholder {
  color: rgb(254 240 200 / 0.4);
}
.placeholder-base-color-bg-attention\/40::placeholder {
  color: rgb(254 240 200 / 0.4);
}
.placeholder-base-color-bg-attention\/5::-moz-placeholder {
  color: rgb(254 240 200 / 0.05);
}
.placeholder-base-color-bg-attention\/5::placeholder {
  color: rgb(254 240 200 / 0.05);
}
.placeholder-base-color-bg-attention\/50::-moz-placeholder {
  color: rgb(254 240 200 / 0.5);
}
.placeholder-base-color-bg-attention\/50::placeholder {
  color: rgb(254 240 200 / 0.5);
}
.placeholder-base-color-bg-attention\/60::-moz-placeholder {
  color: rgb(254 240 200 / 0.6);
}
.placeholder-base-color-bg-attention\/60::placeholder {
  color: rgb(254 240 200 / 0.6);
}
.placeholder-base-color-bg-attention\/70::-moz-placeholder {
  color: rgb(254 240 200 / 0.7);
}
.placeholder-base-color-bg-attention\/70::placeholder {
  color: rgb(254 240 200 / 0.7);
}
.placeholder-base-color-bg-attention\/75::-moz-placeholder {
  color: rgb(254 240 200 / 0.75);
}
.placeholder-base-color-bg-attention\/75::placeholder {
  color: rgb(254 240 200 / 0.75);
}
.placeholder-base-color-bg-attention\/80::-moz-placeholder {
  color: rgb(254 240 200 / 0.8);
}
.placeholder-base-color-bg-attention\/80::placeholder {
  color: rgb(254 240 200 / 0.8);
}
.placeholder-base-color-bg-attention\/90::-moz-placeholder {
  color: rgb(254 240 200 / 0.9);
}
.placeholder-base-color-bg-attention\/90::placeholder {
  color: rgb(254 240 200 / 0.9);
}
.placeholder-base-color-bg-attention\/95::-moz-placeholder {
  color: rgb(254 240 200 / 0.95);
}
.placeholder-base-color-bg-attention\/95::placeholder {
  color: rgb(254 240 200 / 0.95);
}
.placeholder-base-color-bg-attention\/base-opacity-disabled::-moz-placeholder {
  color: rgb(254 240 200 / 60%);
}
.placeholder-base-color-bg-attention\/base-opacity-disabled::placeholder {
  color: rgb(254 240 200 / 60%);
}
.placeholder-base-color-bg-attention\/core-opacity-0::-moz-placeholder {
  color: rgb(254 240 200 / 0%);
}
.placeholder-base-color-bg-attention\/core-opacity-0::placeholder {
  color: rgb(254 240 200 / 0%);
}
.placeholder-base-color-bg-attention\/core-opacity-10::-moz-placeholder {
  color: rgb(254 240 200 / 10%);
}
.placeholder-base-color-bg-attention\/core-opacity-10::placeholder {
  color: rgb(254 240 200 / 10%);
}
.placeholder-base-color-bg-attention\/core-opacity-100::-moz-placeholder {
  color: rgb(254 240 200 / 100%);
}
.placeholder-base-color-bg-attention\/core-opacity-100::placeholder {
  color: rgb(254 240 200 / 100%);
}
.placeholder-base-color-bg-attention\/core-opacity-20::-moz-placeholder {
  color: rgb(254 240 200 / 20%);
}
.placeholder-base-color-bg-attention\/core-opacity-20::placeholder {
  color: rgb(254 240 200 / 20%);
}
.placeholder-base-color-bg-attention\/core-opacity-30::-moz-placeholder {
  color: rgb(254 240 200 / 30%);
}
.placeholder-base-color-bg-attention\/core-opacity-30::placeholder {
  color: rgb(254 240 200 / 30%);
}
.placeholder-base-color-bg-attention\/core-opacity-40::-moz-placeholder {
  color: rgb(254 240 200 / 40%);
}
.placeholder-base-color-bg-attention\/core-opacity-40::placeholder {
  color: rgb(254 240 200 / 40%);
}
.placeholder-base-color-bg-attention\/core-opacity-50::-moz-placeholder {
  color: rgb(254 240 200 / 50%);
}
.placeholder-base-color-bg-attention\/core-opacity-50::placeholder {
  color: rgb(254 240 200 / 50%);
}
.placeholder-base-color-bg-attention\/core-opacity-60::-moz-placeholder {
  color: rgb(254 240 200 / 60%);
}
.placeholder-base-color-bg-attention\/core-opacity-60::placeholder {
  color: rgb(254 240 200 / 60%);
}
.placeholder-base-color-bg-attention\/core-opacity-70::-moz-placeholder {
  color: rgb(254 240 200 / 70%);
}
.placeholder-base-color-bg-attention\/core-opacity-70::placeholder {
  color: rgb(254 240 200 / 70%);
}
.placeholder-base-color-bg-attention\/core-opacity-80::-moz-placeholder {
  color: rgb(254 240 200 / 80%);
}
.placeholder-base-color-bg-attention\/core-opacity-80::placeholder {
  color: rgb(254 240 200 / 80%);
}
.placeholder-base-color-bg-attention\/core-opacity-90::-moz-placeholder {
  color: rgb(254 240 200 / 90%);
}
.placeholder-base-color-bg-attention\/core-opacity-90::placeholder {
  color: rgb(254 240 200 / 90%);
}
.placeholder-base-color-bg-brand::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 214 249 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 214 249 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(93 91 215 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(93 91 215 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand-emphasis\/0::-moz-placeholder {
  color: rgb(93 91 215 / 0);
}
.placeholder-base-color-bg-brand-emphasis\/0::placeholder {
  color: rgb(93 91 215 / 0);
}
.placeholder-base-color-bg-brand-emphasis\/10::-moz-placeholder {
  color: rgb(93 91 215 / 0.1);
}
.placeholder-base-color-bg-brand-emphasis\/10::placeholder {
  color: rgb(93 91 215 / 0.1);
}
.placeholder-base-color-bg-brand-emphasis\/100::-moz-placeholder {
  color: rgb(93 91 215 / 1);
}
.placeholder-base-color-bg-brand-emphasis\/100::placeholder {
  color: rgb(93 91 215 / 1);
}
.placeholder-base-color-bg-brand-emphasis\/20::-moz-placeholder {
  color: rgb(93 91 215 / 0.2);
}
.placeholder-base-color-bg-brand-emphasis\/20::placeholder {
  color: rgb(93 91 215 / 0.2);
}
.placeholder-base-color-bg-brand-emphasis\/25::-moz-placeholder {
  color: rgb(93 91 215 / 0.25);
}
.placeholder-base-color-bg-brand-emphasis\/25::placeholder {
  color: rgb(93 91 215 / 0.25);
}
.placeholder-base-color-bg-brand-emphasis\/30::-moz-placeholder {
  color: rgb(93 91 215 / 0.3);
}
.placeholder-base-color-bg-brand-emphasis\/30::placeholder {
  color: rgb(93 91 215 / 0.3);
}
.placeholder-base-color-bg-brand-emphasis\/40::-moz-placeholder {
  color: rgb(93 91 215 / 0.4);
}
.placeholder-base-color-bg-brand-emphasis\/40::placeholder {
  color: rgb(93 91 215 / 0.4);
}
.placeholder-base-color-bg-brand-emphasis\/5::-moz-placeholder {
  color: rgb(93 91 215 / 0.05);
}
.placeholder-base-color-bg-brand-emphasis\/5::placeholder {
  color: rgb(93 91 215 / 0.05);
}
.placeholder-base-color-bg-brand-emphasis\/50::-moz-placeholder {
  color: rgb(93 91 215 / 0.5);
}
.placeholder-base-color-bg-brand-emphasis\/50::placeholder {
  color: rgb(93 91 215 / 0.5);
}
.placeholder-base-color-bg-brand-emphasis\/60::-moz-placeholder {
  color: rgb(93 91 215 / 0.6);
}
.placeholder-base-color-bg-brand-emphasis\/60::placeholder {
  color: rgb(93 91 215 / 0.6);
}
.placeholder-base-color-bg-brand-emphasis\/70::-moz-placeholder {
  color: rgb(93 91 215 / 0.7);
}
.placeholder-base-color-bg-brand-emphasis\/70::placeholder {
  color: rgb(93 91 215 / 0.7);
}
.placeholder-base-color-bg-brand-emphasis\/75::-moz-placeholder {
  color: rgb(93 91 215 / 0.75);
}
.placeholder-base-color-bg-brand-emphasis\/75::placeholder {
  color: rgb(93 91 215 / 0.75);
}
.placeholder-base-color-bg-brand-emphasis\/80::-moz-placeholder {
  color: rgb(93 91 215 / 0.8);
}
.placeholder-base-color-bg-brand-emphasis\/80::placeholder {
  color: rgb(93 91 215 / 0.8);
}
.placeholder-base-color-bg-brand-emphasis\/90::-moz-placeholder {
  color: rgb(93 91 215 / 0.9);
}
.placeholder-base-color-bg-brand-emphasis\/90::placeholder {
  color: rgb(93 91 215 / 0.9);
}
.placeholder-base-color-bg-brand-emphasis\/95::-moz-placeholder {
  color: rgb(93 91 215 / 0.95);
}
.placeholder-base-color-bg-brand-emphasis\/95::placeholder {
  color: rgb(93 91 215 / 0.95);
}
.placeholder-base-color-bg-brand-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(93 91 215 / 60%);
}
.placeholder-base-color-bg-brand-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(93 91 215 / 60%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(93 91 215 / 0%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-0::placeholder {
  color: rgb(93 91 215 / 0%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(93 91 215 / 10%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-10::placeholder {
  color: rgb(93 91 215 / 10%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(93 91 215 / 100%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-100::placeholder {
  color: rgb(93 91 215 / 100%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(93 91 215 / 20%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-20::placeholder {
  color: rgb(93 91 215 / 20%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(93 91 215 / 30%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-30::placeholder {
  color: rgb(93 91 215 / 30%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(93 91 215 / 40%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-40::placeholder {
  color: rgb(93 91 215 / 40%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(93 91 215 / 50%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-50::placeholder {
  color: rgb(93 91 215 / 50%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(93 91 215 / 60%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-60::placeholder {
  color: rgb(93 91 215 / 60%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(93 91 215 / 70%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-70::placeholder {
  color: rgb(93 91 215 / 70%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(93 91 215 / 80%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-80::placeholder {
  color: rgb(93 91 215 / 80%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(93 91 215 / 90%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-90::placeholder {
  color: rgb(93 91 215 / 90%);
}
.placeholder-base-color-bg-brand-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(242 244 253 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(242 244 253 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand-subtle\/0::-moz-placeholder {
  color: rgb(242 244 253 / 0);
}
.placeholder-base-color-bg-brand-subtle\/0::placeholder {
  color: rgb(242 244 253 / 0);
}
.placeholder-base-color-bg-brand-subtle\/10::-moz-placeholder {
  color: rgb(242 244 253 / 0.1);
}
.placeholder-base-color-bg-brand-subtle\/10::placeholder {
  color: rgb(242 244 253 / 0.1);
}
.placeholder-base-color-bg-brand-subtle\/100::-moz-placeholder {
  color: rgb(242 244 253 / 1);
}
.placeholder-base-color-bg-brand-subtle\/100::placeholder {
  color: rgb(242 244 253 / 1);
}
.placeholder-base-color-bg-brand-subtle\/20::-moz-placeholder {
  color: rgb(242 244 253 / 0.2);
}
.placeholder-base-color-bg-brand-subtle\/20::placeholder {
  color: rgb(242 244 253 / 0.2);
}
.placeholder-base-color-bg-brand-subtle\/25::-moz-placeholder {
  color: rgb(242 244 253 / 0.25);
}
.placeholder-base-color-bg-brand-subtle\/25::placeholder {
  color: rgb(242 244 253 / 0.25);
}
.placeholder-base-color-bg-brand-subtle\/30::-moz-placeholder {
  color: rgb(242 244 253 / 0.3);
}
.placeholder-base-color-bg-brand-subtle\/30::placeholder {
  color: rgb(242 244 253 / 0.3);
}
.placeholder-base-color-bg-brand-subtle\/40::-moz-placeholder {
  color: rgb(242 244 253 / 0.4);
}
.placeholder-base-color-bg-brand-subtle\/40::placeholder {
  color: rgb(242 244 253 / 0.4);
}
.placeholder-base-color-bg-brand-subtle\/5::-moz-placeholder {
  color: rgb(242 244 253 / 0.05);
}
.placeholder-base-color-bg-brand-subtle\/5::placeholder {
  color: rgb(242 244 253 / 0.05);
}
.placeholder-base-color-bg-brand-subtle\/50::-moz-placeholder {
  color: rgb(242 244 253 / 0.5);
}
.placeholder-base-color-bg-brand-subtle\/50::placeholder {
  color: rgb(242 244 253 / 0.5);
}
.placeholder-base-color-bg-brand-subtle\/60::-moz-placeholder {
  color: rgb(242 244 253 / 0.6);
}
.placeholder-base-color-bg-brand-subtle\/60::placeholder {
  color: rgb(242 244 253 / 0.6);
}
.placeholder-base-color-bg-brand-subtle\/70::-moz-placeholder {
  color: rgb(242 244 253 / 0.7);
}
.placeholder-base-color-bg-brand-subtle\/70::placeholder {
  color: rgb(242 244 253 / 0.7);
}
.placeholder-base-color-bg-brand-subtle\/75::-moz-placeholder {
  color: rgb(242 244 253 / 0.75);
}
.placeholder-base-color-bg-brand-subtle\/75::placeholder {
  color: rgb(242 244 253 / 0.75);
}
.placeholder-base-color-bg-brand-subtle\/80::-moz-placeholder {
  color: rgb(242 244 253 / 0.8);
}
.placeholder-base-color-bg-brand-subtle\/80::placeholder {
  color: rgb(242 244 253 / 0.8);
}
.placeholder-base-color-bg-brand-subtle\/90::-moz-placeholder {
  color: rgb(242 244 253 / 0.9);
}
.placeholder-base-color-bg-brand-subtle\/90::placeholder {
  color: rgb(242 244 253 / 0.9);
}
.placeholder-base-color-bg-brand-subtle\/95::-moz-placeholder {
  color: rgb(242 244 253 / 0.95);
}
.placeholder-base-color-bg-brand-subtle\/95::placeholder {
  color: rgb(242 244 253 / 0.95);
}
.placeholder-base-color-bg-brand-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(242 244 253 / 60%);
}
.placeholder-base-color-bg-brand-subtle\/base-opacity-disabled::placeholder {
  color: rgb(242 244 253 / 60%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(242 244 253 / 0%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-0::placeholder {
  color: rgb(242 244 253 / 0%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(242 244 253 / 10%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-10::placeholder {
  color: rgb(242 244 253 / 10%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(242 244 253 / 100%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-100::placeholder {
  color: rgb(242 244 253 / 100%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(242 244 253 / 20%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-20::placeholder {
  color: rgb(242 244 253 / 20%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(242 244 253 / 30%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-30::placeholder {
  color: rgb(242 244 253 / 30%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(242 244 253 / 40%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-40::placeholder {
  color: rgb(242 244 253 / 40%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(242 244 253 / 50%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-50::placeholder {
  color: rgb(242 244 253 / 50%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(242 244 253 / 60%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-60::placeholder {
  color: rgb(242 244 253 / 60%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(242 244 253 / 70%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-70::placeholder {
  color: rgb(242 244 253 / 70%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(242 244 253 / 80%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-80::placeholder {
  color: rgb(242 244 253 / 80%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(242 244 253 / 90%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-90::placeholder {
  color: rgb(242 244 253 / 90%);
}
.placeholder-base-color-bg-brand\/0::-moz-placeholder {
  color: rgb(205 214 249 / 0);
}
.placeholder-base-color-bg-brand\/0::placeholder {
  color: rgb(205 214 249 / 0);
}
.placeholder-base-color-bg-brand\/10::-moz-placeholder {
  color: rgb(205 214 249 / 0.1);
}
.placeholder-base-color-bg-brand\/10::placeholder {
  color: rgb(205 214 249 / 0.1);
}
.placeholder-base-color-bg-brand\/100::-moz-placeholder {
  color: rgb(205 214 249 / 1);
}
.placeholder-base-color-bg-brand\/100::placeholder {
  color: rgb(205 214 249 / 1);
}
.placeholder-base-color-bg-brand\/20::-moz-placeholder {
  color: rgb(205 214 249 / 0.2);
}
.placeholder-base-color-bg-brand\/20::placeholder {
  color: rgb(205 214 249 / 0.2);
}
.placeholder-base-color-bg-brand\/25::-moz-placeholder {
  color: rgb(205 214 249 / 0.25);
}
.placeholder-base-color-bg-brand\/25::placeholder {
  color: rgb(205 214 249 / 0.25);
}
.placeholder-base-color-bg-brand\/30::-moz-placeholder {
  color: rgb(205 214 249 / 0.3);
}
.placeholder-base-color-bg-brand\/30::placeholder {
  color: rgb(205 214 249 / 0.3);
}
.placeholder-base-color-bg-brand\/40::-moz-placeholder {
  color: rgb(205 214 249 / 0.4);
}
.placeholder-base-color-bg-brand\/40::placeholder {
  color: rgb(205 214 249 / 0.4);
}
.placeholder-base-color-bg-brand\/5::-moz-placeholder {
  color: rgb(205 214 249 / 0.05);
}
.placeholder-base-color-bg-brand\/5::placeholder {
  color: rgb(205 214 249 / 0.05);
}
.placeholder-base-color-bg-brand\/50::-moz-placeholder {
  color: rgb(205 214 249 / 0.5);
}
.placeholder-base-color-bg-brand\/50::placeholder {
  color: rgb(205 214 249 / 0.5);
}
.placeholder-base-color-bg-brand\/60::-moz-placeholder {
  color: rgb(205 214 249 / 0.6);
}
.placeholder-base-color-bg-brand\/60::placeholder {
  color: rgb(205 214 249 / 0.6);
}
.placeholder-base-color-bg-brand\/70::-moz-placeholder {
  color: rgb(205 214 249 / 0.7);
}
.placeholder-base-color-bg-brand\/70::placeholder {
  color: rgb(205 214 249 / 0.7);
}
.placeholder-base-color-bg-brand\/75::-moz-placeholder {
  color: rgb(205 214 249 / 0.75);
}
.placeholder-base-color-bg-brand\/75::placeholder {
  color: rgb(205 214 249 / 0.75);
}
.placeholder-base-color-bg-brand\/80::-moz-placeholder {
  color: rgb(205 214 249 / 0.8);
}
.placeholder-base-color-bg-brand\/80::placeholder {
  color: rgb(205 214 249 / 0.8);
}
.placeholder-base-color-bg-brand\/90::-moz-placeholder {
  color: rgb(205 214 249 / 0.9);
}
.placeholder-base-color-bg-brand\/90::placeholder {
  color: rgb(205 214 249 / 0.9);
}
.placeholder-base-color-bg-brand\/95::-moz-placeholder {
  color: rgb(205 214 249 / 0.95);
}
.placeholder-base-color-bg-brand\/95::placeholder {
  color: rgb(205 214 249 / 0.95);
}
.placeholder-base-color-bg-brand\/base-opacity-disabled::-moz-placeholder {
  color: rgb(205 214 249 / 60%);
}
.placeholder-base-color-bg-brand\/base-opacity-disabled::placeholder {
  color: rgb(205 214 249 / 60%);
}
.placeholder-base-color-bg-brand\/core-opacity-0::-moz-placeholder {
  color: rgb(205 214 249 / 0%);
}
.placeholder-base-color-bg-brand\/core-opacity-0::placeholder {
  color: rgb(205 214 249 / 0%);
}
.placeholder-base-color-bg-brand\/core-opacity-10::-moz-placeholder {
  color: rgb(205 214 249 / 10%);
}
.placeholder-base-color-bg-brand\/core-opacity-10::placeholder {
  color: rgb(205 214 249 / 10%);
}
.placeholder-base-color-bg-brand\/core-opacity-100::-moz-placeholder {
  color: rgb(205 214 249 / 100%);
}
.placeholder-base-color-bg-brand\/core-opacity-100::placeholder {
  color: rgb(205 214 249 / 100%);
}
.placeholder-base-color-bg-brand\/core-opacity-20::-moz-placeholder {
  color: rgb(205 214 249 / 20%);
}
.placeholder-base-color-bg-brand\/core-opacity-20::placeholder {
  color: rgb(205 214 249 / 20%);
}
.placeholder-base-color-bg-brand\/core-opacity-30::-moz-placeholder {
  color: rgb(205 214 249 / 30%);
}
.placeholder-base-color-bg-brand\/core-opacity-30::placeholder {
  color: rgb(205 214 249 / 30%);
}
.placeholder-base-color-bg-brand\/core-opacity-40::-moz-placeholder {
  color: rgb(205 214 249 / 40%);
}
.placeholder-base-color-bg-brand\/core-opacity-40::placeholder {
  color: rgb(205 214 249 / 40%);
}
.placeholder-base-color-bg-brand\/core-opacity-50::-moz-placeholder {
  color: rgb(205 214 249 / 50%);
}
.placeholder-base-color-bg-brand\/core-opacity-50::placeholder {
  color: rgb(205 214 249 / 50%);
}
.placeholder-base-color-bg-brand\/core-opacity-60::-moz-placeholder {
  color: rgb(205 214 249 / 60%);
}
.placeholder-base-color-bg-brand\/core-opacity-60::placeholder {
  color: rgb(205 214 249 / 60%);
}
.placeholder-base-color-bg-brand\/core-opacity-70::-moz-placeholder {
  color: rgb(205 214 249 / 70%);
}
.placeholder-base-color-bg-brand\/core-opacity-70::placeholder {
  color: rgb(205 214 249 / 70%);
}
.placeholder-base-color-bg-brand\/core-opacity-80::-moz-placeholder {
  color: rgb(205 214 249 / 80%);
}
.placeholder-base-color-bg-brand\/core-opacity-80::placeholder {
  color: rgb(205 214 249 / 80%);
}
.placeholder-base-color-bg-brand\/core-opacity-90::-moz-placeholder {
  color: rgb(205 214 249 / 90%);
}
.placeholder-base-color-bg-brand\/core-opacity-90::placeholder {
  color: rgb(205 214 249 / 90%);
}
.placeholder-base-color-bg-danger::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 227 225 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 227 225 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 68 56 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 68 56 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger-emphasis\/0::-moz-placeholder {
  color: rgb(240 68 56 / 0);
}
.placeholder-base-color-bg-danger-emphasis\/0::placeholder {
  color: rgb(240 68 56 / 0);
}
.placeholder-base-color-bg-danger-emphasis\/10::-moz-placeholder {
  color: rgb(240 68 56 / 0.1);
}
.placeholder-base-color-bg-danger-emphasis\/10::placeholder {
  color: rgb(240 68 56 / 0.1);
}
.placeholder-base-color-bg-danger-emphasis\/100::-moz-placeholder {
  color: rgb(240 68 56 / 1);
}
.placeholder-base-color-bg-danger-emphasis\/100::placeholder {
  color: rgb(240 68 56 / 1);
}
.placeholder-base-color-bg-danger-emphasis\/20::-moz-placeholder {
  color: rgb(240 68 56 / 0.2);
}
.placeholder-base-color-bg-danger-emphasis\/20::placeholder {
  color: rgb(240 68 56 / 0.2);
}
.placeholder-base-color-bg-danger-emphasis\/25::-moz-placeholder {
  color: rgb(240 68 56 / 0.25);
}
.placeholder-base-color-bg-danger-emphasis\/25::placeholder {
  color: rgb(240 68 56 / 0.25);
}
.placeholder-base-color-bg-danger-emphasis\/30::-moz-placeholder {
  color: rgb(240 68 56 / 0.3);
}
.placeholder-base-color-bg-danger-emphasis\/30::placeholder {
  color: rgb(240 68 56 / 0.3);
}
.placeholder-base-color-bg-danger-emphasis\/40::-moz-placeholder {
  color: rgb(240 68 56 / 0.4);
}
.placeholder-base-color-bg-danger-emphasis\/40::placeholder {
  color: rgb(240 68 56 / 0.4);
}
.placeholder-base-color-bg-danger-emphasis\/5::-moz-placeholder {
  color: rgb(240 68 56 / 0.05);
}
.placeholder-base-color-bg-danger-emphasis\/5::placeholder {
  color: rgb(240 68 56 / 0.05);
}
.placeholder-base-color-bg-danger-emphasis\/50::-moz-placeholder {
  color: rgb(240 68 56 / 0.5);
}
.placeholder-base-color-bg-danger-emphasis\/50::placeholder {
  color: rgb(240 68 56 / 0.5);
}
.placeholder-base-color-bg-danger-emphasis\/60::-moz-placeholder {
  color: rgb(240 68 56 / 0.6);
}
.placeholder-base-color-bg-danger-emphasis\/60::placeholder {
  color: rgb(240 68 56 / 0.6);
}
.placeholder-base-color-bg-danger-emphasis\/70::-moz-placeholder {
  color: rgb(240 68 56 / 0.7);
}
.placeholder-base-color-bg-danger-emphasis\/70::placeholder {
  color: rgb(240 68 56 / 0.7);
}
.placeholder-base-color-bg-danger-emphasis\/75::-moz-placeholder {
  color: rgb(240 68 56 / 0.75);
}
.placeholder-base-color-bg-danger-emphasis\/75::placeholder {
  color: rgb(240 68 56 / 0.75);
}
.placeholder-base-color-bg-danger-emphasis\/80::-moz-placeholder {
  color: rgb(240 68 56 / 0.8);
}
.placeholder-base-color-bg-danger-emphasis\/80::placeholder {
  color: rgb(240 68 56 / 0.8);
}
.placeholder-base-color-bg-danger-emphasis\/90::-moz-placeholder {
  color: rgb(240 68 56 / 0.9);
}
.placeholder-base-color-bg-danger-emphasis\/90::placeholder {
  color: rgb(240 68 56 / 0.9);
}
.placeholder-base-color-bg-danger-emphasis\/95::-moz-placeholder {
  color: rgb(240 68 56 / 0.95);
}
.placeholder-base-color-bg-danger-emphasis\/95::placeholder {
  color: rgb(240 68 56 / 0.95);
}
.placeholder-base-color-bg-danger-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(240 68 56 / 60%);
}
.placeholder-base-color-bg-danger-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(240 68 56 / 60%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(240 68 56 / 0%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-0::placeholder {
  color: rgb(240 68 56 / 0%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(240 68 56 / 10%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-10::placeholder {
  color: rgb(240 68 56 / 10%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(240 68 56 / 100%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-100::placeholder {
  color: rgb(240 68 56 / 100%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(240 68 56 / 20%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-20::placeholder {
  color: rgb(240 68 56 / 20%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(240 68 56 / 30%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-30::placeholder {
  color: rgb(240 68 56 / 30%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(240 68 56 / 40%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-40::placeholder {
  color: rgb(240 68 56 / 40%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(240 68 56 / 50%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-50::placeholder {
  color: rgb(240 68 56 / 50%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(240 68 56 / 60%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-60::placeholder {
  color: rgb(240 68 56 / 60%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(240 68 56 / 70%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-70::placeholder {
  color: rgb(240 68 56 / 70%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(240 68 56 / 80%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-80::placeholder {
  color: rgb(240 68 56 / 80%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(240 68 56 / 90%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-90::placeholder {
  color: rgb(240 68 56 / 90%);
}
.placeholder-base-color-bg-danger-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 250 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 250 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger-subtle\/0::-moz-placeholder {
  color: rgb(255 251 250 / 0);
}
.placeholder-base-color-bg-danger-subtle\/0::placeholder {
  color: rgb(255 251 250 / 0);
}
.placeholder-base-color-bg-danger-subtle\/10::-moz-placeholder {
  color: rgb(255 251 250 / 0.1);
}
.placeholder-base-color-bg-danger-subtle\/10::placeholder {
  color: rgb(255 251 250 / 0.1);
}
.placeholder-base-color-bg-danger-subtle\/100::-moz-placeholder {
  color: rgb(255 251 250 / 1);
}
.placeholder-base-color-bg-danger-subtle\/100::placeholder {
  color: rgb(255 251 250 / 1);
}
.placeholder-base-color-bg-danger-subtle\/20::-moz-placeholder {
  color: rgb(255 251 250 / 0.2);
}
.placeholder-base-color-bg-danger-subtle\/20::placeholder {
  color: rgb(255 251 250 / 0.2);
}
.placeholder-base-color-bg-danger-subtle\/25::-moz-placeholder {
  color: rgb(255 251 250 / 0.25);
}
.placeholder-base-color-bg-danger-subtle\/25::placeholder {
  color: rgb(255 251 250 / 0.25);
}
.placeholder-base-color-bg-danger-subtle\/30::-moz-placeholder {
  color: rgb(255 251 250 / 0.3);
}
.placeholder-base-color-bg-danger-subtle\/30::placeholder {
  color: rgb(255 251 250 / 0.3);
}
.placeholder-base-color-bg-danger-subtle\/40::-moz-placeholder {
  color: rgb(255 251 250 / 0.4);
}
.placeholder-base-color-bg-danger-subtle\/40::placeholder {
  color: rgb(255 251 250 / 0.4);
}
.placeholder-base-color-bg-danger-subtle\/5::-moz-placeholder {
  color: rgb(255 251 250 / 0.05);
}
.placeholder-base-color-bg-danger-subtle\/5::placeholder {
  color: rgb(255 251 250 / 0.05);
}
.placeholder-base-color-bg-danger-subtle\/50::-moz-placeholder {
  color: rgb(255 251 250 / 0.5);
}
.placeholder-base-color-bg-danger-subtle\/50::placeholder {
  color: rgb(255 251 250 / 0.5);
}
.placeholder-base-color-bg-danger-subtle\/60::-moz-placeholder {
  color: rgb(255 251 250 / 0.6);
}
.placeholder-base-color-bg-danger-subtle\/60::placeholder {
  color: rgb(255 251 250 / 0.6);
}
.placeholder-base-color-bg-danger-subtle\/70::-moz-placeholder {
  color: rgb(255 251 250 / 0.7);
}
.placeholder-base-color-bg-danger-subtle\/70::placeholder {
  color: rgb(255 251 250 / 0.7);
}
.placeholder-base-color-bg-danger-subtle\/75::-moz-placeholder {
  color: rgb(255 251 250 / 0.75);
}
.placeholder-base-color-bg-danger-subtle\/75::placeholder {
  color: rgb(255 251 250 / 0.75);
}
.placeholder-base-color-bg-danger-subtle\/80::-moz-placeholder {
  color: rgb(255 251 250 / 0.8);
}
.placeholder-base-color-bg-danger-subtle\/80::placeholder {
  color: rgb(255 251 250 / 0.8);
}
.placeholder-base-color-bg-danger-subtle\/90::-moz-placeholder {
  color: rgb(255 251 250 / 0.9);
}
.placeholder-base-color-bg-danger-subtle\/90::placeholder {
  color: rgb(255 251 250 / 0.9);
}
.placeholder-base-color-bg-danger-subtle\/95::-moz-placeholder {
  color: rgb(255 251 250 / 0.95);
}
.placeholder-base-color-bg-danger-subtle\/95::placeholder {
  color: rgb(255 251 250 / 0.95);
}
.placeholder-base-color-bg-danger-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(255 251 250 / 60%);
}
.placeholder-base-color-bg-danger-subtle\/base-opacity-disabled::placeholder {
  color: rgb(255 251 250 / 60%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(255 251 250 / 0%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-0::placeholder {
  color: rgb(255 251 250 / 0%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(255 251 250 / 10%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-10::placeholder {
  color: rgb(255 251 250 / 10%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(255 251 250 / 100%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-100::placeholder {
  color: rgb(255 251 250 / 100%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(255 251 250 / 20%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-20::placeholder {
  color: rgb(255 251 250 / 20%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(255 251 250 / 30%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-30::placeholder {
  color: rgb(255 251 250 / 30%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(255 251 250 / 40%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-40::placeholder {
  color: rgb(255 251 250 / 40%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(255 251 250 / 50%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-50::placeholder {
  color: rgb(255 251 250 / 50%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(255 251 250 / 60%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-60::placeholder {
  color: rgb(255 251 250 / 60%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(255 251 250 / 70%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-70::placeholder {
  color: rgb(255 251 250 / 70%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(255 251 250 / 80%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-80::placeholder {
  color: rgb(255 251 250 / 80%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(255 251 250 / 90%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-90::placeholder {
  color: rgb(255 251 250 / 90%);
}
.placeholder-base-color-bg-danger\/0::-moz-placeholder {
  color: rgb(254 227 225 / 0);
}
.placeholder-base-color-bg-danger\/0::placeholder {
  color: rgb(254 227 225 / 0);
}
.placeholder-base-color-bg-danger\/10::-moz-placeholder {
  color: rgb(254 227 225 / 0.1);
}
.placeholder-base-color-bg-danger\/10::placeholder {
  color: rgb(254 227 225 / 0.1);
}
.placeholder-base-color-bg-danger\/100::-moz-placeholder {
  color: rgb(254 227 225 / 1);
}
.placeholder-base-color-bg-danger\/100::placeholder {
  color: rgb(254 227 225 / 1);
}
.placeholder-base-color-bg-danger\/20::-moz-placeholder {
  color: rgb(254 227 225 / 0.2);
}
.placeholder-base-color-bg-danger\/20::placeholder {
  color: rgb(254 227 225 / 0.2);
}
.placeholder-base-color-bg-danger\/25::-moz-placeholder {
  color: rgb(254 227 225 / 0.25);
}
.placeholder-base-color-bg-danger\/25::placeholder {
  color: rgb(254 227 225 / 0.25);
}
.placeholder-base-color-bg-danger\/30::-moz-placeholder {
  color: rgb(254 227 225 / 0.3);
}
.placeholder-base-color-bg-danger\/30::placeholder {
  color: rgb(254 227 225 / 0.3);
}
.placeholder-base-color-bg-danger\/40::-moz-placeholder {
  color: rgb(254 227 225 / 0.4);
}
.placeholder-base-color-bg-danger\/40::placeholder {
  color: rgb(254 227 225 / 0.4);
}
.placeholder-base-color-bg-danger\/5::-moz-placeholder {
  color: rgb(254 227 225 / 0.05);
}
.placeholder-base-color-bg-danger\/5::placeholder {
  color: rgb(254 227 225 / 0.05);
}
.placeholder-base-color-bg-danger\/50::-moz-placeholder {
  color: rgb(254 227 225 / 0.5);
}
.placeholder-base-color-bg-danger\/50::placeholder {
  color: rgb(254 227 225 / 0.5);
}
.placeholder-base-color-bg-danger\/60::-moz-placeholder {
  color: rgb(254 227 225 / 0.6);
}
.placeholder-base-color-bg-danger\/60::placeholder {
  color: rgb(254 227 225 / 0.6);
}
.placeholder-base-color-bg-danger\/70::-moz-placeholder {
  color: rgb(254 227 225 / 0.7);
}
.placeholder-base-color-bg-danger\/70::placeholder {
  color: rgb(254 227 225 / 0.7);
}
.placeholder-base-color-bg-danger\/75::-moz-placeholder {
  color: rgb(254 227 225 / 0.75);
}
.placeholder-base-color-bg-danger\/75::placeholder {
  color: rgb(254 227 225 / 0.75);
}
.placeholder-base-color-bg-danger\/80::-moz-placeholder {
  color: rgb(254 227 225 / 0.8);
}
.placeholder-base-color-bg-danger\/80::placeholder {
  color: rgb(254 227 225 / 0.8);
}
.placeholder-base-color-bg-danger\/90::-moz-placeholder {
  color: rgb(254 227 225 / 0.9);
}
.placeholder-base-color-bg-danger\/90::placeholder {
  color: rgb(254 227 225 / 0.9);
}
.placeholder-base-color-bg-danger\/95::-moz-placeholder {
  color: rgb(254 227 225 / 0.95);
}
.placeholder-base-color-bg-danger\/95::placeholder {
  color: rgb(254 227 225 / 0.95);
}
.placeholder-base-color-bg-danger\/base-opacity-disabled::-moz-placeholder {
  color: rgb(254 227 225 / 60%);
}
.placeholder-base-color-bg-danger\/base-opacity-disabled::placeholder {
  color: rgb(254 227 225 / 60%);
}
.placeholder-base-color-bg-danger\/core-opacity-0::-moz-placeholder {
  color: rgb(254 227 225 / 0%);
}
.placeholder-base-color-bg-danger\/core-opacity-0::placeholder {
  color: rgb(254 227 225 / 0%);
}
.placeholder-base-color-bg-danger\/core-opacity-10::-moz-placeholder {
  color: rgb(254 227 225 / 10%);
}
.placeholder-base-color-bg-danger\/core-opacity-10::placeholder {
  color: rgb(254 227 225 / 10%);
}
.placeholder-base-color-bg-danger\/core-opacity-100::-moz-placeholder {
  color: rgb(254 227 225 / 100%);
}
.placeholder-base-color-bg-danger\/core-opacity-100::placeholder {
  color: rgb(254 227 225 / 100%);
}
.placeholder-base-color-bg-danger\/core-opacity-20::-moz-placeholder {
  color: rgb(254 227 225 / 20%);
}
.placeholder-base-color-bg-danger\/core-opacity-20::placeholder {
  color: rgb(254 227 225 / 20%);
}
.placeholder-base-color-bg-danger\/core-opacity-30::-moz-placeholder {
  color: rgb(254 227 225 / 30%);
}
.placeholder-base-color-bg-danger\/core-opacity-30::placeholder {
  color: rgb(254 227 225 / 30%);
}
.placeholder-base-color-bg-danger\/core-opacity-40::-moz-placeholder {
  color: rgb(254 227 225 / 40%);
}
.placeholder-base-color-bg-danger\/core-opacity-40::placeholder {
  color: rgb(254 227 225 / 40%);
}
.placeholder-base-color-bg-danger\/core-opacity-50::-moz-placeholder {
  color: rgb(254 227 225 / 50%);
}
.placeholder-base-color-bg-danger\/core-opacity-50::placeholder {
  color: rgb(254 227 225 / 50%);
}
.placeholder-base-color-bg-danger\/core-opacity-60::-moz-placeholder {
  color: rgb(254 227 225 / 60%);
}
.placeholder-base-color-bg-danger\/core-opacity-60::placeholder {
  color: rgb(254 227 225 / 60%);
}
.placeholder-base-color-bg-danger\/core-opacity-70::-moz-placeholder {
  color: rgb(254 227 225 / 70%);
}
.placeholder-base-color-bg-danger\/core-opacity-70::placeholder {
  color: rgb(254 227 225 / 70%);
}
.placeholder-base-color-bg-danger\/core-opacity-80::-moz-placeholder {
  color: rgb(254 227 225 / 80%);
}
.placeholder-base-color-bg-danger\/core-opacity-80::placeholder {
  color: rgb(254 227 225 / 80%);
}
.placeholder-base-color-bg-danger\/core-opacity-90::-moz-placeholder {
  color: rgb(254 227 225 / 90%);
}
.placeholder-base-color-bg-danger\/core-opacity-90::placeholder {
  color: rgb(254 227 225 / 90%);
}
.placeholder-base-color-bg-default::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-default::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-default\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-base-color-bg-default\/0::placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-base-color-bg-default\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-base-color-bg-default\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-base-color-bg-default\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-base-color-bg-default\/100::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-base-color-bg-default\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-base-color-bg-default\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-base-color-bg-default\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-base-color-bg-default\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-base-color-bg-default\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-base-color-bg-default\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-base-color-bg-default\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-base-color-bg-default\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-base-color-bg-default\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-base-color-bg-default\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-base-color-bg-default\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-base-color-bg-default\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-base-color-bg-default\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-base-color-bg-default\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-base-color-bg-default\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-base-color-bg-default\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-base-color-bg-default\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-base-color-bg-default\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-base-color-bg-default\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-base-color-bg-default\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-base-color-bg-default\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-base-color-bg-default\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-base-color-bg-default\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-base-color-bg-default\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-base-color-bg-default\/base-opacity-disabled::-moz-placeholder {
  color: rgb(255 255 255 / 60%);
}
.placeholder-base-color-bg-default\/base-opacity-disabled::placeholder {
  color: rgb(255 255 255 / 60%);
}
.placeholder-base-color-bg-default\/core-opacity-0::-moz-placeholder {
  color: rgb(255 255 255 / 0%);
}
.placeholder-base-color-bg-default\/core-opacity-0::placeholder {
  color: rgb(255 255 255 / 0%);
}
.placeholder-base-color-bg-default\/core-opacity-10::-moz-placeholder {
  color: rgb(255 255 255 / 10%);
}
.placeholder-base-color-bg-default\/core-opacity-10::placeholder {
  color: rgb(255 255 255 / 10%);
}
.placeholder-base-color-bg-default\/core-opacity-100::-moz-placeholder {
  color: rgb(255 255 255 / 100%);
}
.placeholder-base-color-bg-default\/core-opacity-100::placeholder {
  color: rgb(255 255 255 / 100%);
}
.placeholder-base-color-bg-default\/core-opacity-20::-moz-placeholder {
  color: rgb(255 255 255 / 20%);
}
.placeholder-base-color-bg-default\/core-opacity-20::placeholder {
  color: rgb(255 255 255 / 20%);
}
.placeholder-base-color-bg-default\/core-opacity-30::-moz-placeholder {
  color: rgb(255 255 255 / 30%);
}
.placeholder-base-color-bg-default\/core-opacity-30::placeholder {
  color: rgb(255 255 255 / 30%);
}
.placeholder-base-color-bg-default\/core-opacity-40::-moz-placeholder {
  color: rgb(255 255 255 / 40%);
}
.placeholder-base-color-bg-default\/core-opacity-40::placeholder {
  color: rgb(255 255 255 / 40%);
}
.placeholder-base-color-bg-default\/core-opacity-50::-moz-placeholder {
  color: rgb(255 255 255 / 50%);
}
.placeholder-base-color-bg-default\/core-opacity-50::placeholder {
  color: rgb(255 255 255 / 50%);
}
.placeholder-base-color-bg-default\/core-opacity-60::-moz-placeholder {
  color: rgb(255 255 255 / 60%);
}
.placeholder-base-color-bg-default\/core-opacity-60::placeholder {
  color: rgb(255 255 255 / 60%);
}
.placeholder-base-color-bg-default\/core-opacity-70::-moz-placeholder {
  color: rgb(255 255 255 / 70%);
}
.placeholder-base-color-bg-default\/core-opacity-70::placeholder {
  color: rgb(255 255 255 / 70%);
}
.placeholder-base-color-bg-default\/core-opacity-80::-moz-placeholder {
  color: rgb(255 255 255 / 80%);
}
.placeholder-base-color-bg-default\/core-opacity-80::placeholder {
  color: rgb(255 255 255 / 80%);
}
.placeholder-base-color-bg-default\/core-opacity-90::-moz-placeholder {
  color: rgb(255 255 255 / 90%);
}
.placeholder-base-color-bg-default\/core-opacity-90::placeholder {
  color: rgb(255 255 255 / 90%);
}
.placeholder-base-color-bg-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 24 40 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 24 40 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-emphasis\/0::-moz-placeholder {
  color: rgb(16 24 40 / 0);
}
.placeholder-base-color-bg-emphasis\/0::placeholder {
  color: rgb(16 24 40 / 0);
}
.placeholder-base-color-bg-emphasis\/10::-moz-placeholder {
  color: rgb(16 24 40 / 0.1);
}
.placeholder-base-color-bg-emphasis\/10::placeholder {
  color: rgb(16 24 40 / 0.1);
}
.placeholder-base-color-bg-emphasis\/100::-moz-placeholder {
  color: rgb(16 24 40 / 1);
}
.placeholder-base-color-bg-emphasis\/100::placeholder {
  color: rgb(16 24 40 / 1);
}
.placeholder-base-color-bg-emphasis\/20::-moz-placeholder {
  color: rgb(16 24 40 / 0.2);
}
.placeholder-base-color-bg-emphasis\/20::placeholder {
  color: rgb(16 24 40 / 0.2);
}
.placeholder-base-color-bg-emphasis\/25::-moz-placeholder {
  color: rgb(16 24 40 / 0.25);
}
.placeholder-base-color-bg-emphasis\/25::placeholder {
  color: rgb(16 24 40 / 0.25);
}
.placeholder-base-color-bg-emphasis\/30::-moz-placeholder {
  color: rgb(16 24 40 / 0.3);
}
.placeholder-base-color-bg-emphasis\/30::placeholder {
  color: rgb(16 24 40 / 0.3);
}
.placeholder-base-color-bg-emphasis\/40::-moz-placeholder {
  color: rgb(16 24 40 / 0.4);
}
.placeholder-base-color-bg-emphasis\/40::placeholder {
  color: rgb(16 24 40 / 0.4);
}
.placeholder-base-color-bg-emphasis\/5::-moz-placeholder {
  color: rgb(16 24 40 / 0.05);
}
.placeholder-base-color-bg-emphasis\/5::placeholder {
  color: rgb(16 24 40 / 0.05);
}
.placeholder-base-color-bg-emphasis\/50::-moz-placeholder {
  color: rgb(16 24 40 / 0.5);
}
.placeholder-base-color-bg-emphasis\/50::placeholder {
  color: rgb(16 24 40 / 0.5);
}
.placeholder-base-color-bg-emphasis\/60::-moz-placeholder {
  color: rgb(16 24 40 / 0.6);
}
.placeholder-base-color-bg-emphasis\/60::placeholder {
  color: rgb(16 24 40 / 0.6);
}
.placeholder-base-color-bg-emphasis\/70::-moz-placeholder {
  color: rgb(16 24 40 / 0.7);
}
.placeholder-base-color-bg-emphasis\/70::placeholder {
  color: rgb(16 24 40 / 0.7);
}
.placeholder-base-color-bg-emphasis\/75::-moz-placeholder {
  color: rgb(16 24 40 / 0.75);
}
.placeholder-base-color-bg-emphasis\/75::placeholder {
  color: rgb(16 24 40 / 0.75);
}
.placeholder-base-color-bg-emphasis\/80::-moz-placeholder {
  color: rgb(16 24 40 / 0.8);
}
.placeholder-base-color-bg-emphasis\/80::placeholder {
  color: rgb(16 24 40 / 0.8);
}
.placeholder-base-color-bg-emphasis\/90::-moz-placeholder {
  color: rgb(16 24 40 / 0.9);
}
.placeholder-base-color-bg-emphasis\/90::placeholder {
  color: rgb(16 24 40 / 0.9);
}
.placeholder-base-color-bg-emphasis\/95::-moz-placeholder {
  color: rgb(16 24 40 / 0.95);
}
.placeholder-base-color-bg-emphasis\/95::placeholder {
  color: rgb(16 24 40 / 0.95);
}
.placeholder-base-color-bg-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(16 24 40 / 60%);
}
.placeholder-base-color-bg-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(16 24 40 / 60%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(16 24 40 / 0%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-0::placeholder {
  color: rgb(16 24 40 / 0%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(16 24 40 / 10%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-10::placeholder {
  color: rgb(16 24 40 / 10%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(16 24 40 / 100%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-100::placeholder {
  color: rgb(16 24 40 / 100%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(16 24 40 / 20%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-20::placeholder {
  color: rgb(16 24 40 / 20%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(16 24 40 / 30%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-30::placeholder {
  color: rgb(16 24 40 / 30%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(16 24 40 / 40%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-40::placeholder {
  color: rgb(16 24 40 / 40%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(16 24 40 / 50%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-50::placeholder {
  color: rgb(16 24 40 / 50%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(16 24 40 / 60%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-60::placeholder {
  color: rgb(16 24 40 / 60%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(16 24 40 / 70%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-70::placeholder {
  color: rgb(16 24 40 / 70%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(16 24 40 / 80%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-80::placeholder {
  color: rgb(16 24 40 / 80%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(16 24 40 / 90%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-90::placeholder {
  color: rgb(16 24 40 / 90%);
}
.placeholder-base-color-bg-muted::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 236 240 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-muted::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 236 240 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-muted\/0::-moz-placeholder {
  color: rgb(234 236 240 / 0);
}
.placeholder-base-color-bg-muted\/0::placeholder {
  color: rgb(234 236 240 / 0);
}
.placeholder-base-color-bg-muted\/10::-moz-placeholder {
  color: rgb(234 236 240 / 0.1);
}
.placeholder-base-color-bg-muted\/10::placeholder {
  color: rgb(234 236 240 / 0.1);
}
.placeholder-base-color-bg-muted\/100::-moz-placeholder {
  color: rgb(234 236 240 / 1);
}
.placeholder-base-color-bg-muted\/100::placeholder {
  color: rgb(234 236 240 / 1);
}
.placeholder-base-color-bg-muted\/20::-moz-placeholder {
  color: rgb(234 236 240 / 0.2);
}
.placeholder-base-color-bg-muted\/20::placeholder {
  color: rgb(234 236 240 / 0.2);
}
.placeholder-base-color-bg-muted\/25::-moz-placeholder {
  color: rgb(234 236 240 / 0.25);
}
.placeholder-base-color-bg-muted\/25::placeholder {
  color: rgb(234 236 240 / 0.25);
}
.placeholder-base-color-bg-muted\/30::-moz-placeholder {
  color: rgb(234 236 240 / 0.3);
}
.placeholder-base-color-bg-muted\/30::placeholder {
  color: rgb(234 236 240 / 0.3);
}
.placeholder-base-color-bg-muted\/40::-moz-placeholder {
  color: rgb(234 236 240 / 0.4);
}
.placeholder-base-color-bg-muted\/40::placeholder {
  color: rgb(234 236 240 / 0.4);
}
.placeholder-base-color-bg-muted\/5::-moz-placeholder {
  color: rgb(234 236 240 / 0.05);
}
.placeholder-base-color-bg-muted\/5::placeholder {
  color: rgb(234 236 240 / 0.05);
}
.placeholder-base-color-bg-muted\/50::-moz-placeholder {
  color: rgb(234 236 240 / 0.5);
}
.placeholder-base-color-bg-muted\/50::placeholder {
  color: rgb(234 236 240 / 0.5);
}
.placeholder-base-color-bg-muted\/60::-moz-placeholder {
  color: rgb(234 236 240 / 0.6);
}
.placeholder-base-color-bg-muted\/60::placeholder {
  color: rgb(234 236 240 / 0.6);
}
.placeholder-base-color-bg-muted\/70::-moz-placeholder {
  color: rgb(234 236 240 / 0.7);
}
.placeholder-base-color-bg-muted\/70::placeholder {
  color: rgb(234 236 240 / 0.7);
}
.placeholder-base-color-bg-muted\/75::-moz-placeholder {
  color: rgb(234 236 240 / 0.75);
}
.placeholder-base-color-bg-muted\/75::placeholder {
  color: rgb(234 236 240 / 0.75);
}
.placeholder-base-color-bg-muted\/80::-moz-placeholder {
  color: rgb(234 236 240 / 0.8);
}
.placeholder-base-color-bg-muted\/80::placeholder {
  color: rgb(234 236 240 / 0.8);
}
.placeholder-base-color-bg-muted\/90::-moz-placeholder {
  color: rgb(234 236 240 / 0.9);
}
.placeholder-base-color-bg-muted\/90::placeholder {
  color: rgb(234 236 240 / 0.9);
}
.placeholder-base-color-bg-muted\/95::-moz-placeholder {
  color: rgb(234 236 240 / 0.95);
}
.placeholder-base-color-bg-muted\/95::placeholder {
  color: rgb(234 236 240 / 0.95);
}
.placeholder-base-color-bg-muted\/base-opacity-disabled::-moz-placeholder {
  color: rgb(234 236 240 / 60%);
}
.placeholder-base-color-bg-muted\/base-opacity-disabled::placeholder {
  color: rgb(234 236 240 / 60%);
}
.placeholder-base-color-bg-muted\/core-opacity-0::-moz-placeholder {
  color: rgb(234 236 240 / 0%);
}
.placeholder-base-color-bg-muted\/core-opacity-0::placeholder {
  color: rgb(234 236 240 / 0%);
}
.placeholder-base-color-bg-muted\/core-opacity-10::-moz-placeholder {
  color: rgb(234 236 240 / 10%);
}
.placeholder-base-color-bg-muted\/core-opacity-10::placeholder {
  color: rgb(234 236 240 / 10%);
}
.placeholder-base-color-bg-muted\/core-opacity-100::-moz-placeholder {
  color: rgb(234 236 240 / 100%);
}
.placeholder-base-color-bg-muted\/core-opacity-100::placeholder {
  color: rgb(234 236 240 / 100%);
}
.placeholder-base-color-bg-muted\/core-opacity-20::-moz-placeholder {
  color: rgb(234 236 240 / 20%);
}
.placeholder-base-color-bg-muted\/core-opacity-20::placeholder {
  color: rgb(234 236 240 / 20%);
}
.placeholder-base-color-bg-muted\/core-opacity-30::-moz-placeholder {
  color: rgb(234 236 240 / 30%);
}
.placeholder-base-color-bg-muted\/core-opacity-30::placeholder {
  color: rgb(234 236 240 / 30%);
}
.placeholder-base-color-bg-muted\/core-opacity-40::-moz-placeholder {
  color: rgb(234 236 240 / 40%);
}
.placeholder-base-color-bg-muted\/core-opacity-40::placeholder {
  color: rgb(234 236 240 / 40%);
}
.placeholder-base-color-bg-muted\/core-opacity-50::-moz-placeholder {
  color: rgb(234 236 240 / 50%);
}
.placeholder-base-color-bg-muted\/core-opacity-50::placeholder {
  color: rgb(234 236 240 / 50%);
}
.placeholder-base-color-bg-muted\/core-opacity-60::-moz-placeholder {
  color: rgb(234 236 240 / 60%);
}
.placeholder-base-color-bg-muted\/core-opacity-60::placeholder {
  color: rgb(234 236 240 / 60%);
}
.placeholder-base-color-bg-muted\/core-opacity-70::-moz-placeholder {
  color: rgb(234 236 240 / 70%);
}
.placeholder-base-color-bg-muted\/core-opacity-70::placeholder {
  color: rgb(234 236 240 / 70%);
}
.placeholder-base-color-bg-muted\/core-opacity-80::-moz-placeholder {
  color: rgb(234 236 240 / 80%);
}
.placeholder-base-color-bg-muted\/core-opacity-80::placeholder {
  color: rgb(234 236 240 / 80%);
}
.placeholder-base-color-bg-muted\/core-opacity-90::-moz-placeholder {
  color: rgb(234 236 240 / 90%);
}
.placeholder-base-color-bg-muted\/core-opacity-90::placeholder {
  color: rgb(234 236 240 / 90%);
}
.placeholder-base-color-bg-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(242 244 247 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(242 244 247 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-subtle\/0::-moz-placeholder {
  color: rgb(242 244 247 / 0);
}
.placeholder-base-color-bg-subtle\/0::placeholder {
  color: rgb(242 244 247 / 0);
}
.placeholder-base-color-bg-subtle\/10::-moz-placeholder {
  color: rgb(242 244 247 / 0.1);
}
.placeholder-base-color-bg-subtle\/10::placeholder {
  color: rgb(242 244 247 / 0.1);
}
.placeholder-base-color-bg-subtle\/100::-moz-placeholder {
  color: rgb(242 244 247 / 1);
}
.placeholder-base-color-bg-subtle\/100::placeholder {
  color: rgb(242 244 247 / 1);
}
.placeholder-base-color-bg-subtle\/20::-moz-placeholder {
  color: rgb(242 244 247 / 0.2);
}
.placeholder-base-color-bg-subtle\/20::placeholder {
  color: rgb(242 244 247 / 0.2);
}
.placeholder-base-color-bg-subtle\/25::-moz-placeholder {
  color: rgb(242 244 247 / 0.25);
}
.placeholder-base-color-bg-subtle\/25::placeholder {
  color: rgb(242 244 247 / 0.25);
}
.placeholder-base-color-bg-subtle\/30::-moz-placeholder {
  color: rgb(242 244 247 / 0.3);
}
.placeholder-base-color-bg-subtle\/30::placeholder {
  color: rgb(242 244 247 / 0.3);
}
.placeholder-base-color-bg-subtle\/40::-moz-placeholder {
  color: rgb(242 244 247 / 0.4);
}
.placeholder-base-color-bg-subtle\/40::placeholder {
  color: rgb(242 244 247 / 0.4);
}
.placeholder-base-color-bg-subtle\/5::-moz-placeholder {
  color: rgb(242 244 247 / 0.05);
}
.placeholder-base-color-bg-subtle\/5::placeholder {
  color: rgb(242 244 247 / 0.05);
}
.placeholder-base-color-bg-subtle\/50::-moz-placeholder {
  color: rgb(242 244 247 / 0.5);
}
.placeholder-base-color-bg-subtle\/50::placeholder {
  color: rgb(242 244 247 / 0.5);
}
.placeholder-base-color-bg-subtle\/60::-moz-placeholder {
  color: rgb(242 244 247 / 0.6);
}
.placeholder-base-color-bg-subtle\/60::placeholder {
  color: rgb(242 244 247 / 0.6);
}
.placeholder-base-color-bg-subtle\/70::-moz-placeholder {
  color: rgb(242 244 247 / 0.7);
}
.placeholder-base-color-bg-subtle\/70::placeholder {
  color: rgb(242 244 247 / 0.7);
}
.placeholder-base-color-bg-subtle\/75::-moz-placeholder {
  color: rgb(242 244 247 / 0.75);
}
.placeholder-base-color-bg-subtle\/75::placeholder {
  color: rgb(242 244 247 / 0.75);
}
.placeholder-base-color-bg-subtle\/80::-moz-placeholder {
  color: rgb(242 244 247 / 0.8);
}
.placeholder-base-color-bg-subtle\/80::placeholder {
  color: rgb(242 244 247 / 0.8);
}
.placeholder-base-color-bg-subtle\/90::-moz-placeholder {
  color: rgb(242 244 247 / 0.9);
}
.placeholder-base-color-bg-subtle\/90::placeholder {
  color: rgb(242 244 247 / 0.9);
}
.placeholder-base-color-bg-subtle\/95::-moz-placeholder {
  color: rgb(242 244 247 / 0.95);
}
.placeholder-base-color-bg-subtle\/95::placeholder {
  color: rgb(242 244 247 / 0.95);
}
.placeholder-base-color-bg-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(242 244 247 / 60%);
}
.placeholder-base-color-bg-subtle\/base-opacity-disabled::placeholder {
  color: rgb(242 244 247 / 60%);
}
.placeholder-base-color-bg-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(242 244 247 / 0%);
}
.placeholder-base-color-bg-subtle\/core-opacity-0::placeholder {
  color: rgb(242 244 247 / 0%);
}
.placeholder-base-color-bg-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(242 244 247 / 10%);
}
.placeholder-base-color-bg-subtle\/core-opacity-10::placeholder {
  color: rgb(242 244 247 / 10%);
}
.placeholder-base-color-bg-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(242 244 247 / 100%);
}
.placeholder-base-color-bg-subtle\/core-opacity-100::placeholder {
  color: rgb(242 244 247 / 100%);
}
.placeholder-base-color-bg-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(242 244 247 / 20%);
}
.placeholder-base-color-bg-subtle\/core-opacity-20::placeholder {
  color: rgb(242 244 247 / 20%);
}
.placeholder-base-color-bg-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(242 244 247 / 30%);
}
.placeholder-base-color-bg-subtle\/core-opacity-30::placeholder {
  color: rgb(242 244 247 / 30%);
}
.placeholder-base-color-bg-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(242 244 247 / 40%);
}
.placeholder-base-color-bg-subtle\/core-opacity-40::placeholder {
  color: rgb(242 244 247 / 40%);
}
.placeholder-base-color-bg-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(242 244 247 / 50%);
}
.placeholder-base-color-bg-subtle\/core-opacity-50::placeholder {
  color: rgb(242 244 247 / 50%);
}
.placeholder-base-color-bg-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(242 244 247 / 60%);
}
.placeholder-base-color-bg-subtle\/core-opacity-60::placeholder {
  color: rgb(242 244 247 / 60%);
}
.placeholder-base-color-bg-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(242 244 247 / 70%);
}
.placeholder-base-color-bg-subtle\/core-opacity-70::placeholder {
  color: rgb(242 244 247 / 70%);
}
.placeholder-base-color-bg-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(242 244 247 / 80%);
}
.placeholder-base-color-bg-subtle\/core-opacity-80::placeholder {
  color: rgb(242 244 247 / 80%);
}
.placeholder-base-color-bg-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(242 244 247 / 90%);
}
.placeholder-base-color-bg-subtle\/core-opacity-90::placeholder {
  color: rgb(242 244 247 / 90%);
}
.placeholder-base-color-bg-success::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 223 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 223 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(18 181 105 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(18 181 105 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success-emphasis\/0::-moz-placeholder {
  color: rgb(18 181 105 / 0);
}
.placeholder-base-color-bg-success-emphasis\/0::placeholder {
  color: rgb(18 181 105 / 0);
}
.placeholder-base-color-bg-success-emphasis\/10::-moz-placeholder {
  color: rgb(18 181 105 / 0.1);
}
.placeholder-base-color-bg-success-emphasis\/10::placeholder {
  color: rgb(18 181 105 / 0.1);
}
.placeholder-base-color-bg-success-emphasis\/100::-moz-placeholder {
  color: rgb(18 181 105 / 1);
}
.placeholder-base-color-bg-success-emphasis\/100::placeholder {
  color: rgb(18 181 105 / 1);
}
.placeholder-base-color-bg-success-emphasis\/20::-moz-placeholder {
  color: rgb(18 181 105 / 0.2);
}
.placeholder-base-color-bg-success-emphasis\/20::placeholder {
  color: rgb(18 181 105 / 0.2);
}
.placeholder-base-color-bg-success-emphasis\/25::-moz-placeholder {
  color: rgb(18 181 105 / 0.25);
}
.placeholder-base-color-bg-success-emphasis\/25::placeholder {
  color: rgb(18 181 105 / 0.25);
}
.placeholder-base-color-bg-success-emphasis\/30::-moz-placeholder {
  color: rgb(18 181 105 / 0.3);
}
.placeholder-base-color-bg-success-emphasis\/30::placeholder {
  color: rgb(18 181 105 / 0.3);
}
.placeholder-base-color-bg-success-emphasis\/40::-moz-placeholder {
  color: rgb(18 181 105 / 0.4);
}
.placeholder-base-color-bg-success-emphasis\/40::placeholder {
  color: rgb(18 181 105 / 0.4);
}
.placeholder-base-color-bg-success-emphasis\/5::-moz-placeholder {
  color: rgb(18 181 105 / 0.05);
}
.placeholder-base-color-bg-success-emphasis\/5::placeholder {
  color: rgb(18 181 105 / 0.05);
}
.placeholder-base-color-bg-success-emphasis\/50::-moz-placeholder {
  color: rgb(18 181 105 / 0.5);
}
.placeholder-base-color-bg-success-emphasis\/50::placeholder {
  color: rgb(18 181 105 / 0.5);
}
.placeholder-base-color-bg-success-emphasis\/60::-moz-placeholder {
  color: rgb(18 181 105 / 0.6);
}
.placeholder-base-color-bg-success-emphasis\/60::placeholder {
  color: rgb(18 181 105 / 0.6);
}
.placeholder-base-color-bg-success-emphasis\/70::-moz-placeholder {
  color: rgb(18 181 105 / 0.7);
}
.placeholder-base-color-bg-success-emphasis\/70::placeholder {
  color: rgb(18 181 105 / 0.7);
}
.placeholder-base-color-bg-success-emphasis\/75::-moz-placeholder {
  color: rgb(18 181 105 / 0.75);
}
.placeholder-base-color-bg-success-emphasis\/75::placeholder {
  color: rgb(18 181 105 / 0.75);
}
.placeholder-base-color-bg-success-emphasis\/80::-moz-placeholder {
  color: rgb(18 181 105 / 0.8);
}
.placeholder-base-color-bg-success-emphasis\/80::placeholder {
  color: rgb(18 181 105 / 0.8);
}
.placeholder-base-color-bg-success-emphasis\/90::-moz-placeholder {
  color: rgb(18 181 105 / 0.9);
}
.placeholder-base-color-bg-success-emphasis\/90::placeholder {
  color: rgb(18 181 105 / 0.9);
}
.placeholder-base-color-bg-success-emphasis\/95::-moz-placeholder {
  color: rgb(18 181 105 / 0.95);
}
.placeholder-base-color-bg-success-emphasis\/95::placeholder {
  color: rgb(18 181 105 / 0.95);
}
.placeholder-base-color-bg-success-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(18 181 105 / 60%);
}
.placeholder-base-color-bg-success-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(18 181 105 / 60%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(18 181 105 / 0%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-0::placeholder {
  color: rgb(18 181 105 / 0%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(18 181 105 / 10%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-10::placeholder {
  color: rgb(18 181 105 / 10%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(18 181 105 / 100%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-100::placeholder {
  color: rgb(18 181 105 / 100%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(18 181 105 / 20%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-20::placeholder {
  color: rgb(18 181 105 / 20%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(18 181 105 / 30%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-30::placeholder {
  color: rgb(18 181 105 / 30%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(18 181 105 / 40%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-40::placeholder {
  color: rgb(18 181 105 / 40%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(18 181 105 / 50%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-50::placeholder {
  color: rgb(18 181 105 / 50%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(18 181 105 / 60%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-60::placeholder {
  color: rgb(18 181 105 / 60%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(18 181 105 / 70%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-70::placeholder {
  color: rgb(18 181 105 / 70%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(18 181 105 / 80%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-80::placeholder {
  color: rgb(18 181 105 / 80%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(18 181 105 / 90%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-90::placeholder {
  color: rgb(18 181 105 / 90%);
}
.placeholder-base-color-bg-success-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(246 254 249 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(246 254 249 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success-subtle\/0::-moz-placeholder {
  color: rgb(246 254 249 / 0);
}
.placeholder-base-color-bg-success-subtle\/0::placeholder {
  color: rgb(246 254 249 / 0);
}
.placeholder-base-color-bg-success-subtle\/10::-moz-placeholder {
  color: rgb(246 254 249 / 0.1);
}
.placeholder-base-color-bg-success-subtle\/10::placeholder {
  color: rgb(246 254 249 / 0.1);
}
.placeholder-base-color-bg-success-subtle\/100::-moz-placeholder {
  color: rgb(246 254 249 / 1);
}
.placeholder-base-color-bg-success-subtle\/100::placeholder {
  color: rgb(246 254 249 / 1);
}
.placeholder-base-color-bg-success-subtle\/20::-moz-placeholder {
  color: rgb(246 254 249 / 0.2);
}
.placeholder-base-color-bg-success-subtle\/20::placeholder {
  color: rgb(246 254 249 / 0.2);
}
.placeholder-base-color-bg-success-subtle\/25::-moz-placeholder {
  color: rgb(246 254 249 / 0.25);
}
.placeholder-base-color-bg-success-subtle\/25::placeholder {
  color: rgb(246 254 249 / 0.25);
}
.placeholder-base-color-bg-success-subtle\/30::-moz-placeholder {
  color: rgb(246 254 249 / 0.3);
}
.placeholder-base-color-bg-success-subtle\/30::placeholder {
  color: rgb(246 254 249 / 0.3);
}
.placeholder-base-color-bg-success-subtle\/40::-moz-placeholder {
  color: rgb(246 254 249 / 0.4);
}
.placeholder-base-color-bg-success-subtle\/40::placeholder {
  color: rgb(246 254 249 / 0.4);
}
.placeholder-base-color-bg-success-subtle\/5::-moz-placeholder {
  color: rgb(246 254 249 / 0.05);
}
.placeholder-base-color-bg-success-subtle\/5::placeholder {
  color: rgb(246 254 249 / 0.05);
}
.placeholder-base-color-bg-success-subtle\/50::-moz-placeholder {
  color: rgb(246 254 249 / 0.5);
}
.placeholder-base-color-bg-success-subtle\/50::placeholder {
  color: rgb(246 254 249 / 0.5);
}
.placeholder-base-color-bg-success-subtle\/60::-moz-placeholder {
  color: rgb(246 254 249 / 0.6);
}
.placeholder-base-color-bg-success-subtle\/60::placeholder {
  color: rgb(246 254 249 / 0.6);
}
.placeholder-base-color-bg-success-subtle\/70::-moz-placeholder {
  color: rgb(246 254 249 / 0.7);
}
.placeholder-base-color-bg-success-subtle\/70::placeholder {
  color: rgb(246 254 249 / 0.7);
}
.placeholder-base-color-bg-success-subtle\/75::-moz-placeholder {
  color: rgb(246 254 249 / 0.75);
}
.placeholder-base-color-bg-success-subtle\/75::placeholder {
  color: rgb(246 254 249 / 0.75);
}
.placeholder-base-color-bg-success-subtle\/80::-moz-placeholder {
  color: rgb(246 254 249 / 0.8);
}
.placeholder-base-color-bg-success-subtle\/80::placeholder {
  color: rgb(246 254 249 / 0.8);
}
.placeholder-base-color-bg-success-subtle\/90::-moz-placeholder {
  color: rgb(246 254 249 / 0.9);
}
.placeholder-base-color-bg-success-subtle\/90::placeholder {
  color: rgb(246 254 249 / 0.9);
}
.placeholder-base-color-bg-success-subtle\/95::-moz-placeholder {
  color: rgb(246 254 249 / 0.95);
}
.placeholder-base-color-bg-success-subtle\/95::placeholder {
  color: rgb(246 254 249 / 0.95);
}
.placeholder-base-color-bg-success-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(246 254 249 / 60%);
}
.placeholder-base-color-bg-success-subtle\/base-opacity-disabled::placeholder {
  color: rgb(246 254 249 / 60%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(246 254 249 / 0%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-0::placeholder {
  color: rgb(246 254 249 / 0%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(246 254 249 / 10%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-10::placeholder {
  color: rgb(246 254 249 / 10%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(246 254 249 / 100%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-100::placeholder {
  color: rgb(246 254 249 / 100%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(246 254 249 / 20%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-20::placeholder {
  color: rgb(246 254 249 / 20%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(246 254 249 / 30%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-30::placeholder {
  color: rgb(246 254 249 / 30%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(246 254 249 / 40%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-40::placeholder {
  color: rgb(246 254 249 / 40%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(246 254 249 / 50%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-50::placeholder {
  color: rgb(246 254 249 / 50%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(246 254 249 / 60%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-60::placeholder {
  color: rgb(246 254 249 / 60%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(246 254 249 / 70%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-70::placeholder {
  color: rgb(246 254 249 / 70%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(246 254 249 / 80%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-80::placeholder {
  color: rgb(246 254 249 / 80%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(246 254 249 / 90%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-90::placeholder {
  color: rgb(246 254 249 / 90%);
}
.placeholder-base-color-bg-success\/0::-moz-placeholder {
  color: rgb(209 250 223 / 0);
}
.placeholder-base-color-bg-success\/0::placeholder {
  color: rgb(209 250 223 / 0);
}
.placeholder-base-color-bg-success\/10::-moz-placeholder {
  color: rgb(209 250 223 / 0.1);
}
.placeholder-base-color-bg-success\/10::placeholder {
  color: rgb(209 250 223 / 0.1);
}
.placeholder-base-color-bg-success\/100::-moz-placeholder {
  color: rgb(209 250 223 / 1);
}
.placeholder-base-color-bg-success\/100::placeholder {
  color: rgb(209 250 223 / 1);
}
.placeholder-base-color-bg-success\/20::-moz-placeholder {
  color: rgb(209 250 223 / 0.2);
}
.placeholder-base-color-bg-success\/20::placeholder {
  color: rgb(209 250 223 / 0.2);
}
.placeholder-base-color-bg-success\/25::-moz-placeholder {
  color: rgb(209 250 223 / 0.25);
}
.placeholder-base-color-bg-success\/25::placeholder {
  color: rgb(209 250 223 / 0.25);
}
.placeholder-base-color-bg-success\/30::-moz-placeholder {
  color: rgb(209 250 223 / 0.3);
}
.placeholder-base-color-bg-success\/30::placeholder {
  color: rgb(209 250 223 / 0.3);
}
.placeholder-base-color-bg-success\/40::-moz-placeholder {
  color: rgb(209 250 223 / 0.4);
}
.placeholder-base-color-bg-success\/40::placeholder {
  color: rgb(209 250 223 / 0.4);
}
.placeholder-base-color-bg-success\/5::-moz-placeholder {
  color: rgb(209 250 223 / 0.05);
}
.placeholder-base-color-bg-success\/5::placeholder {
  color: rgb(209 250 223 / 0.05);
}
.placeholder-base-color-bg-success\/50::-moz-placeholder {
  color: rgb(209 250 223 / 0.5);
}
.placeholder-base-color-bg-success\/50::placeholder {
  color: rgb(209 250 223 / 0.5);
}
.placeholder-base-color-bg-success\/60::-moz-placeholder {
  color: rgb(209 250 223 / 0.6);
}
.placeholder-base-color-bg-success\/60::placeholder {
  color: rgb(209 250 223 / 0.6);
}
.placeholder-base-color-bg-success\/70::-moz-placeholder {
  color: rgb(209 250 223 / 0.7);
}
.placeholder-base-color-bg-success\/70::placeholder {
  color: rgb(209 250 223 / 0.7);
}
.placeholder-base-color-bg-success\/75::-moz-placeholder {
  color: rgb(209 250 223 / 0.75);
}
.placeholder-base-color-bg-success\/75::placeholder {
  color: rgb(209 250 223 / 0.75);
}
.placeholder-base-color-bg-success\/80::-moz-placeholder {
  color: rgb(209 250 223 / 0.8);
}
.placeholder-base-color-bg-success\/80::placeholder {
  color: rgb(209 250 223 / 0.8);
}
.placeholder-base-color-bg-success\/90::-moz-placeholder {
  color: rgb(209 250 223 / 0.9);
}
.placeholder-base-color-bg-success\/90::placeholder {
  color: rgb(209 250 223 / 0.9);
}
.placeholder-base-color-bg-success\/95::-moz-placeholder {
  color: rgb(209 250 223 / 0.95);
}
.placeholder-base-color-bg-success\/95::placeholder {
  color: rgb(209 250 223 / 0.95);
}
.placeholder-base-color-bg-success\/base-opacity-disabled::-moz-placeholder {
  color: rgb(209 250 223 / 60%);
}
.placeholder-base-color-bg-success\/base-opacity-disabled::placeholder {
  color: rgb(209 250 223 / 60%);
}
.placeholder-base-color-bg-success\/core-opacity-0::-moz-placeholder {
  color: rgb(209 250 223 / 0%);
}
.placeholder-base-color-bg-success\/core-opacity-0::placeholder {
  color: rgb(209 250 223 / 0%);
}
.placeholder-base-color-bg-success\/core-opacity-10::-moz-placeholder {
  color: rgb(209 250 223 / 10%);
}
.placeholder-base-color-bg-success\/core-opacity-10::placeholder {
  color: rgb(209 250 223 / 10%);
}
.placeholder-base-color-bg-success\/core-opacity-100::-moz-placeholder {
  color: rgb(209 250 223 / 100%);
}
.placeholder-base-color-bg-success\/core-opacity-100::placeholder {
  color: rgb(209 250 223 / 100%);
}
.placeholder-base-color-bg-success\/core-opacity-20::-moz-placeholder {
  color: rgb(209 250 223 / 20%);
}
.placeholder-base-color-bg-success\/core-opacity-20::placeholder {
  color: rgb(209 250 223 / 20%);
}
.placeholder-base-color-bg-success\/core-opacity-30::-moz-placeholder {
  color: rgb(209 250 223 / 30%);
}
.placeholder-base-color-bg-success\/core-opacity-30::placeholder {
  color: rgb(209 250 223 / 30%);
}
.placeholder-base-color-bg-success\/core-opacity-40::-moz-placeholder {
  color: rgb(209 250 223 / 40%);
}
.placeholder-base-color-bg-success\/core-opacity-40::placeholder {
  color: rgb(209 250 223 / 40%);
}
.placeholder-base-color-bg-success\/core-opacity-50::-moz-placeholder {
  color: rgb(209 250 223 / 50%);
}
.placeholder-base-color-bg-success\/core-opacity-50::placeholder {
  color: rgb(209 250 223 / 50%);
}
.placeholder-base-color-bg-success\/core-opacity-60::-moz-placeholder {
  color: rgb(209 250 223 / 60%);
}
.placeholder-base-color-bg-success\/core-opacity-60::placeholder {
  color: rgb(209 250 223 / 60%);
}
.placeholder-base-color-bg-success\/core-opacity-70::-moz-placeholder {
  color: rgb(209 250 223 / 70%);
}
.placeholder-base-color-bg-success\/core-opacity-70::placeholder {
  color: rgb(209 250 223 / 70%);
}
.placeholder-base-color-bg-success\/core-opacity-80::-moz-placeholder {
  color: rgb(209 250 223 / 80%);
}
.placeholder-base-color-bg-success\/core-opacity-80::placeholder {
  color: rgb(209 250 223 / 80%);
}
.placeholder-base-color-bg-success\/core-opacity-90::-moz-placeholder {
  color: rgb(209 250 223 / 90%);
}
.placeholder-base-color-bg-success\/core-opacity-90::placeholder {
  color: rgb(209 250 223 / 90%);
}
.placeholder-base-color-bg-transparent::-moz-placeholder {
  color: #00000000;
}
.placeholder-base-color-bg-transparent::placeholder {
  color: #00000000;
}
.placeholder-base-color-bg-transparent\/0::-moz-placeholder {
  color: rgb(0 0 0 / 0);
}
.placeholder-base-color-bg-transparent\/0::placeholder {
  color: rgb(0 0 0 / 0);
}
.placeholder-base-color-bg-transparent\/10::-moz-placeholder {
  color: rgb(0 0 0 / 0.1);
}
.placeholder-base-color-bg-transparent\/10::placeholder {
  color: rgb(0 0 0 / 0.1);
}
.placeholder-base-color-bg-transparent\/100::-moz-placeholder {
  color: rgb(0 0 0 / 1);
}
.placeholder-base-color-bg-transparent\/100::placeholder {
  color: rgb(0 0 0 / 1);
}
.placeholder-base-color-bg-transparent\/20::-moz-placeholder {
  color: rgb(0 0 0 / 0.2);
}
.placeholder-base-color-bg-transparent\/20::placeholder {
  color: rgb(0 0 0 / 0.2);
}
.placeholder-base-color-bg-transparent\/25::-moz-placeholder {
  color: rgb(0 0 0 / 0.25);
}
.placeholder-base-color-bg-transparent\/25::placeholder {
  color: rgb(0 0 0 / 0.25);
}
.placeholder-base-color-bg-transparent\/30::-moz-placeholder {
  color: rgb(0 0 0 / 0.3);
}
.placeholder-base-color-bg-transparent\/30::placeholder {
  color: rgb(0 0 0 / 0.3);
}
.placeholder-base-color-bg-transparent\/40::-moz-placeholder {
  color: rgb(0 0 0 / 0.4);
}
.placeholder-base-color-bg-transparent\/40::placeholder {
  color: rgb(0 0 0 / 0.4);
}
.placeholder-base-color-bg-transparent\/5::-moz-placeholder {
  color: rgb(0 0 0 / 0.05);
}
.placeholder-base-color-bg-transparent\/5::placeholder {
  color: rgb(0 0 0 / 0.05);
}
.placeholder-base-color-bg-transparent\/50::-moz-placeholder {
  color: rgb(0 0 0 / 0.5);
}
.placeholder-base-color-bg-transparent\/50::placeholder {
  color: rgb(0 0 0 / 0.5);
}
.placeholder-base-color-bg-transparent\/60::-moz-placeholder {
  color: rgb(0 0 0 / 0.6);
}
.placeholder-base-color-bg-transparent\/60::placeholder {
  color: rgb(0 0 0 / 0.6);
}
.placeholder-base-color-bg-transparent\/70::-moz-placeholder {
  color: rgb(0 0 0 / 0.7);
}
.placeholder-base-color-bg-transparent\/70::placeholder {
  color: rgb(0 0 0 / 0.7);
}
.placeholder-base-color-bg-transparent\/75::-moz-placeholder {
  color: rgb(0 0 0 / 0.75);
}
.placeholder-base-color-bg-transparent\/75::placeholder {
  color: rgb(0 0 0 / 0.75);
}
.placeholder-base-color-bg-transparent\/80::-moz-placeholder {
  color: rgb(0 0 0 / 0.8);
}
.placeholder-base-color-bg-transparent\/80::placeholder {
  color: rgb(0 0 0 / 0.8);
}
.placeholder-base-color-bg-transparent\/90::-moz-placeholder {
  color: rgb(0 0 0 / 0.9);
}
.placeholder-base-color-bg-transparent\/90::placeholder {
  color: rgb(0 0 0 / 0.9);
}
.placeholder-base-color-bg-transparent\/95::-moz-placeholder {
  color: rgb(0 0 0 / 0.95);
}
.placeholder-base-color-bg-transparent\/95::placeholder {
  color: rgb(0 0 0 / 0.95);
}
.placeholder-base-color-bg-transparent\/base-opacity-disabled::-moz-placeholder {
  color: rgb(0 0 0 / 60%);
}
.placeholder-base-color-bg-transparent\/base-opacity-disabled::placeholder {
  color: rgb(0 0 0 / 60%);
}
.placeholder-base-color-bg-transparent\/core-opacity-0::-moz-placeholder {
  color: rgb(0 0 0 / 0%);
}
.placeholder-base-color-bg-transparent\/core-opacity-0::placeholder {
  color: rgb(0 0 0 / 0%);
}
.placeholder-base-color-bg-transparent\/core-opacity-10::-moz-placeholder {
  color: rgb(0 0 0 / 10%);
}
.placeholder-base-color-bg-transparent\/core-opacity-10::placeholder {
  color: rgb(0 0 0 / 10%);
}
.placeholder-base-color-bg-transparent\/core-opacity-100::-moz-placeholder {
  color: rgb(0 0 0 / 100%);
}
.placeholder-base-color-bg-transparent\/core-opacity-100::placeholder {
  color: rgb(0 0 0 / 100%);
}
.placeholder-base-color-bg-transparent\/core-opacity-20::-moz-placeholder {
  color: rgb(0 0 0 / 20%);
}
.placeholder-base-color-bg-transparent\/core-opacity-20::placeholder {
  color: rgb(0 0 0 / 20%);
}
.placeholder-base-color-bg-transparent\/core-opacity-30::-moz-placeholder {
  color: rgb(0 0 0 / 30%);
}
.placeholder-base-color-bg-transparent\/core-opacity-30::placeholder {
  color: rgb(0 0 0 / 30%);
}
.placeholder-base-color-bg-transparent\/core-opacity-40::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
}
.placeholder-base-color-bg-transparent\/core-opacity-40::placeholder {
  color: rgb(0 0 0 / 40%);
}
.placeholder-base-color-bg-transparent\/core-opacity-50::-moz-placeholder {
  color: rgb(0 0 0 / 50%);
}
.placeholder-base-color-bg-transparent\/core-opacity-50::placeholder {
  color: rgb(0 0 0 / 50%);
}
.placeholder-base-color-bg-transparent\/core-opacity-60::-moz-placeholder {
  color: rgb(0 0 0 / 60%);
}
.placeholder-base-color-bg-transparent\/core-opacity-60::placeholder {
  color: rgb(0 0 0 / 60%);
}
.placeholder-base-color-bg-transparent\/core-opacity-70::-moz-placeholder {
  color: rgb(0 0 0 / 70%);
}
.placeholder-base-color-bg-transparent\/core-opacity-70::placeholder {
  color: rgb(0 0 0 / 70%);
}
.placeholder-base-color-bg-transparent\/core-opacity-80::-moz-placeholder {
  color: rgb(0 0 0 / 80%);
}
.placeholder-base-color-bg-transparent\/core-opacity-80::placeholder {
  color: rgb(0 0 0 / 80%);
}
.placeholder-base-color-bg-transparent\/core-opacity-90::-moz-placeholder {
  color: rgb(0 0 0 / 90%);
}
.placeholder-base-color-bg-transparent\/core-opacity-90::placeholder {
  color: rgb(0 0 0 / 90%);
}
.placeholder-comp-textfield-color-clean-enabled-placeholder::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.placeholder-comp-textfield-color-clean-enabled-placeholder::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.placeholder-comp-textfield-color-dirty-enabled-placeholder::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.placeholder-comp-textfield-color-dirty-enabled-placeholder::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.caret-base-color-bg-accent {
  caret-color: #d1e0ff;
}
.caret-base-color-bg-accent-emphasis {
  caret-color: #155eef;
}
.caret-base-color-bg-accent-emphasis\/0 {
  caret-color: rgb(21 94 239 / 0);
}
.caret-base-color-bg-accent-emphasis\/10 {
  caret-color: rgb(21 94 239 / 0.1);
}
.caret-base-color-bg-accent-emphasis\/100 {
  caret-color: rgb(21 94 239 / 1);
}
.caret-base-color-bg-accent-emphasis\/20 {
  caret-color: rgb(21 94 239 / 0.2);
}
.caret-base-color-bg-accent-emphasis\/25 {
  caret-color: rgb(21 94 239 / 0.25);
}
.caret-base-color-bg-accent-emphasis\/30 {
  caret-color: rgb(21 94 239 / 0.3);
}
.caret-base-color-bg-accent-emphasis\/40 {
  caret-color: rgb(21 94 239 / 0.4);
}
.caret-base-color-bg-accent-emphasis\/5 {
  caret-color: rgb(21 94 239 / 0.05);
}
.caret-base-color-bg-accent-emphasis\/50 {
  caret-color: rgb(21 94 239 / 0.5);
}
.caret-base-color-bg-accent-emphasis\/60 {
  caret-color: rgb(21 94 239 / 0.6);
}
.caret-base-color-bg-accent-emphasis\/70 {
  caret-color: rgb(21 94 239 / 0.7);
}
.caret-base-color-bg-accent-emphasis\/75 {
  caret-color: rgb(21 94 239 / 0.75);
}
.caret-base-color-bg-accent-emphasis\/80 {
  caret-color: rgb(21 94 239 / 0.8);
}
.caret-base-color-bg-accent-emphasis\/90 {
  caret-color: rgb(21 94 239 / 0.9);
}
.caret-base-color-bg-accent-emphasis\/95 {
  caret-color: rgb(21 94 239 / 0.95);
}
.caret-base-color-bg-accent-emphasis\/base-opacity-disabled {
  caret-color: rgb(21 94 239 / 60%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-0 {
  caret-color: rgb(21 94 239 / 0%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-10 {
  caret-color: rgb(21 94 239 / 10%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-100 {
  caret-color: rgb(21 94 239 / 100%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-20 {
  caret-color: rgb(21 94 239 / 20%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-30 {
  caret-color: rgb(21 94 239 / 30%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-40 {
  caret-color: rgb(21 94 239 / 40%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-50 {
  caret-color: rgb(21 94 239 / 50%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-60 {
  caret-color: rgb(21 94 239 / 60%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-70 {
  caret-color: rgb(21 94 239 / 70%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-80 {
  caret-color: rgb(21 94 239 / 80%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-90 {
  caret-color: rgb(21 94 239 / 90%);
}
.caret-base-color-bg-accent-subtle {
  caret-color: #f5f8ff;
}
.caret-base-color-bg-accent-subtle\/0 {
  caret-color: rgb(245 248 255 / 0);
}
.caret-base-color-bg-accent-subtle\/10 {
  caret-color: rgb(245 248 255 / 0.1);
}
.caret-base-color-bg-accent-subtle\/100 {
  caret-color: rgb(245 248 255 / 1);
}
.caret-base-color-bg-accent-subtle\/20 {
  caret-color: rgb(245 248 255 / 0.2);
}
.caret-base-color-bg-accent-subtle\/25 {
  caret-color: rgb(245 248 255 / 0.25);
}
.caret-base-color-bg-accent-subtle\/30 {
  caret-color: rgb(245 248 255 / 0.3);
}
.caret-base-color-bg-accent-subtle\/40 {
  caret-color: rgb(245 248 255 / 0.4);
}
.caret-base-color-bg-accent-subtle\/5 {
  caret-color: rgb(245 248 255 / 0.05);
}
.caret-base-color-bg-accent-subtle\/50 {
  caret-color: rgb(245 248 255 / 0.5);
}
.caret-base-color-bg-accent-subtle\/60 {
  caret-color: rgb(245 248 255 / 0.6);
}
.caret-base-color-bg-accent-subtle\/70 {
  caret-color: rgb(245 248 255 / 0.7);
}
.caret-base-color-bg-accent-subtle\/75 {
  caret-color: rgb(245 248 255 / 0.75);
}
.caret-base-color-bg-accent-subtle\/80 {
  caret-color: rgb(245 248 255 / 0.8);
}
.caret-base-color-bg-accent-subtle\/90 {
  caret-color: rgb(245 248 255 / 0.9);
}
.caret-base-color-bg-accent-subtle\/95 {
  caret-color: rgb(245 248 255 / 0.95);
}
.caret-base-color-bg-accent-subtle\/base-opacity-disabled {
  caret-color: rgb(245 248 255 / 60%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-0 {
  caret-color: rgb(245 248 255 / 0%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-10 {
  caret-color: rgb(245 248 255 / 10%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-100 {
  caret-color: rgb(245 248 255 / 100%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-20 {
  caret-color: rgb(245 248 255 / 20%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-30 {
  caret-color: rgb(245 248 255 / 30%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-40 {
  caret-color: rgb(245 248 255 / 40%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-50 {
  caret-color: rgb(245 248 255 / 50%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-60 {
  caret-color: rgb(245 248 255 / 60%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-70 {
  caret-color: rgb(245 248 255 / 70%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-80 {
  caret-color: rgb(245 248 255 / 80%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-90 {
  caret-color: rgb(245 248 255 / 90%);
}
.caret-base-color-bg-accent\/0 {
  caret-color: rgb(209 224 255 / 0);
}
.caret-base-color-bg-accent\/10 {
  caret-color: rgb(209 224 255 / 0.1);
}
.caret-base-color-bg-accent\/100 {
  caret-color: rgb(209 224 255 / 1);
}
.caret-base-color-bg-accent\/20 {
  caret-color: rgb(209 224 255 / 0.2);
}
.caret-base-color-bg-accent\/25 {
  caret-color: rgb(209 224 255 / 0.25);
}
.caret-base-color-bg-accent\/30 {
  caret-color: rgb(209 224 255 / 0.3);
}
.caret-base-color-bg-accent\/40 {
  caret-color: rgb(209 224 255 / 0.4);
}
.caret-base-color-bg-accent\/5 {
  caret-color: rgb(209 224 255 / 0.05);
}
.caret-base-color-bg-accent\/50 {
  caret-color: rgb(209 224 255 / 0.5);
}
.caret-base-color-bg-accent\/60 {
  caret-color: rgb(209 224 255 / 0.6);
}
.caret-base-color-bg-accent\/70 {
  caret-color: rgb(209 224 255 / 0.7);
}
.caret-base-color-bg-accent\/75 {
  caret-color: rgb(209 224 255 / 0.75);
}
.caret-base-color-bg-accent\/80 {
  caret-color: rgb(209 224 255 / 0.8);
}
.caret-base-color-bg-accent\/90 {
  caret-color: rgb(209 224 255 / 0.9);
}
.caret-base-color-bg-accent\/95 {
  caret-color: rgb(209 224 255 / 0.95);
}
.caret-base-color-bg-accent\/base-opacity-disabled {
  caret-color: rgb(209 224 255 / 60%);
}
.caret-base-color-bg-accent\/core-opacity-0 {
  caret-color: rgb(209 224 255 / 0%);
}
.caret-base-color-bg-accent\/core-opacity-10 {
  caret-color: rgb(209 224 255 / 10%);
}
.caret-base-color-bg-accent\/core-opacity-100 {
  caret-color: rgb(209 224 255 / 100%);
}
.caret-base-color-bg-accent\/core-opacity-20 {
  caret-color: rgb(209 224 255 / 20%);
}
.caret-base-color-bg-accent\/core-opacity-30 {
  caret-color: rgb(209 224 255 / 30%);
}
.caret-base-color-bg-accent\/core-opacity-40 {
  caret-color: rgb(209 224 255 / 40%);
}
.caret-base-color-bg-accent\/core-opacity-50 {
  caret-color: rgb(209 224 255 / 50%);
}
.caret-base-color-bg-accent\/core-opacity-60 {
  caret-color: rgb(209 224 255 / 60%);
}
.caret-base-color-bg-accent\/core-opacity-70 {
  caret-color: rgb(209 224 255 / 70%);
}
.caret-base-color-bg-accent\/core-opacity-80 {
  caret-color: rgb(209 224 255 / 80%);
}
.caret-base-color-bg-accent\/core-opacity-90 {
  caret-color: rgb(209 224 255 / 90%);
}
.caret-base-color-bg-attention {
  caret-color: #fef0c8;
}
.caret-base-color-bg-attention-emphasis {
  caret-color: #dd6903;
}
.caret-base-color-bg-attention-emphasis\/0 {
  caret-color: rgb(221 105 3 / 0);
}
.caret-base-color-bg-attention-emphasis\/10 {
  caret-color: rgb(221 105 3 / 0.1);
}
.caret-base-color-bg-attention-emphasis\/100 {
  caret-color: rgb(221 105 3 / 1);
}
.caret-base-color-bg-attention-emphasis\/20 {
  caret-color: rgb(221 105 3 / 0.2);
}
.caret-base-color-bg-attention-emphasis\/25 {
  caret-color: rgb(221 105 3 / 0.25);
}
.caret-base-color-bg-attention-emphasis\/30 {
  caret-color: rgb(221 105 3 / 0.3);
}
.caret-base-color-bg-attention-emphasis\/40 {
  caret-color: rgb(221 105 3 / 0.4);
}
.caret-base-color-bg-attention-emphasis\/5 {
  caret-color: rgb(221 105 3 / 0.05);
}
.caret-base-color-bg-attention-emphasis\/50 {
  caret-color: rgb(221 105 3 / 0.5);
}
.caret-base-color-bg-attention-emphasis\/60 {
  caret-color: rgb(221 105 3 / 0.6);
}
.caret-base-color-bg-attention-emphasis\/70 {
  caret-color: rgb(221 105 3 / 0.7);
}
.caret-base-color-bg-attention-emphasis\/75 {
  caret-color: rgb(221 105 3 / 0.75);
}
.caret-base-color-bg-attention-emphasis\/80 {
  caret-color: rgb(221 105 3 / 0.8);
}
.caret-base-color-bg-attention-emphasis\/90 {
  caret-color: rgb(221 105 3 / 0.9);
}
.caret-base-color-bg-attention-emphasis\/95 {
  caret-color: rgb(221 105 3 / 0.95);
}
.caret-base-color-bg-attention-emphasis\/base-opacity-disabled {
  caret-color: rgb(221 105 3 / 60%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-0 {
  caret-color: rgb(221 105 3 / 0%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-10 {
  caret-color: rgb(221 105 3 / 10%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-100 {
  caret-color: rgb(221 105 3 / 100%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-20 {
  caret-color: rgb(221 105 3 / 20%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-30 {
  caret-color: rgb(221 105 3 / 30%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-40 {
  caret-color: rgb(221 105 3 / 40%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-50 {
  caret-color: rgb(221 105 3 / 50%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-60 {
  caret-color: rgb(221 105 3 / 60%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-70 {
  caret-color: rgb(221 105 3 / 70%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-80 {
  caret-color: rgb(221 105 3 / 80%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-90 {
  caret-color: rgb(221 105 3 / 90%);
}
.caret-base-color-bg-attention-subtle {
  caret-color: #fffcf5;
}
.caret-base-color-bg-attention-subtle\/0 {
  caret-color: rgb(255 252 245 / 0);
}
.caret-base-color-bg-attention-subtle\/10 {
  caret-color: rgb(255 252 245 / 0.1);
}
.caret-base-color-bg-attention-subtle\/100 {
  caret-color: rgb(255 252 245 / 1);
}
.caret-base-color-bg-attention-subtle\/20 {
  caret-color: rgb(255 252 245 / 0.2);
}
.caret-base-color-bg-attention-subtle\/25 {
  caret-color: rgb(255 252 245 / 0.25);
}
.caret-base-color-bg-attention-subtle\/30 {
  caret-color: rgb(255 252 245 / 0.3);
}
.caret-base-color-bg-attention-subtle\/40 {
  caret-color: rgb(255 252 245 / 0.4);
}
.caret-base-color-bg-attention-subtle\/5 {
  caret-color: rgb(255 252 245 / 0.05);
}
.caret-base-color-bg-attention-subtle\/50 {
  caret-color: rgb(255 252 245 / 0.5);
}
.caret-base-color-bg-attention-subtle\/60 {
  caret-color: rgb(255 252 245 / 0.6);
}
.caret-base-color-bg-attention-subtle\/70 {
  caret-color: rgb(255 252 245 / 0.7);
}
.caret-base-color-bg-attention-subtle\/75 {
  caret-color: rgb(255 252 245 / 0.75);
}
.caret-base-color-bg-attention-subtle\/80 {
  caret-color: rgb(255 252 245 / 0.8);
}
.caret-base-color-bg-attention-subtle\/90 {
  caret-color: rgb(255 252 245 / 0.9);
}
.caret-base-color-bg-attention-subtle\/95 {
  caret-color: rgb(255 252 245 / 0.95);
}
.caret-base-color-bg-attention-subtle\/base-opacity-disabled {
  caret-color: rgb(255 252 245 / 60%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-0 {
  caret-color: rgb(255 252 245 / 0%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-10 {
  caret-color: rgb(255 252 245 / 10%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-100 {
  caret-color: rgb(255 252 245 / 100%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-20 {
  caret-color: rgb(255 252 245 / 20%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-30 {
  caret-color: rgb(255 252 245 / 30%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-40 {
  caret-color: rgb(255 252 245 / 40%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-50 {
  caret-color: rgb(255 252 245 / 50%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-60 {
  caret-color: rgb(255 252 245 / 60%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-70 {
  caret-color: rgb(255 252 245 / 70%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-80 {
  caret-color: rgb(255 252 245 / 80%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-90 {
  caret-color: rgb(255 252 245 / 90%);
}
.caret-base-color-bg-attention\/0 {
  caret-color: rgb(254 240 200 / 0);
}
.caret-base-color-bg-attention\/10 {
  caret-color: rgb(254 240 200 / 0.1);
}
.caret-base-color-bg-attention\/100 {
  caret-color: rgb(254 240 200 / 1);
}
.caret-base-color-bg-attention\/20 {
  caret-color: rgb(254 240 200 / 0.2);
}
.caret-base-color-bg-attention\/25 {
  caret-color: rgb(254 240 200 / 0.25);
}
.caret-base-color-bg-attention\/30 {
  caret-color: rgb(254 240 200 / 0.3);
}
.caret-base-color-bg-attention\/40 {
  caret-color: rgb(254 240 200 / 0.4);
}
.caret-base-color-bg-attention\/5 {
  caret-color: rgb(254 240 200 / 0.05);
}
.caret-base-color-bg-attention\/50 {
  caret-color: rgb(254 240 200 / 0.5);
}
.caret-base-color-bg-attention\/60 {
  caret-color: rgb(254 240 200 / 0.6);
}
.caret-base-color-bg-attention\/70 {
  caret-color: rgb(254 240 200 / 0.7);
}
.caret-base-color-bg-attention\/75 {
  caret-color: rgb(254 240 200 / 0.75);
}
.caret-base-color-bg-attention\/80 {
  caret-color: rgb(254 240 200 / 0.8);
}
.caret-base-color-bg-attention\/90 {
  caret-color: rgb(254 240 200 / 0.9);
}
.caret-base-color-bg-attention\/95 {
  caret-color: rgb(254 240 200 / 0.95);
}
.caret-base-color-bg-attention\/base-opacity-disabled {
  caret-color: rgb(254 240 200 / 60%);
}
.caret-base-color-bg-attention\/core-opacity-0 {
  caret-color: rgb(254 240 200 / 0%);
}
.caret-base-color-bg-attention\/core-opacity-10 {
  caret-color: rgb(254 240 200 / 10%);
}
.caret-base-color-bg-attention\/core-opacity-100 {
  caret-color: rgb(254 240 200 / 100%);
}
.caret-base-color-bg-attention\/core-opacity-20 {
  caret-color: rgb(254 240 200 / 20%);
}
.caret-base-color-bg-attention\/core-opacity-30 {
  caret-color: rgb(254 240 200 / 30%);
}
.caret-base-color-bg-attention\/core-opacity-40 {
  caret-color: rgb(254 240 200 / 40%);
}
.caret-base-color-bg-attention\/core-opacity-50 {
  caret-color: rgb(254 240 200 / 50%);
}
.caret-base-color-bg-attention\/core-opacity-60 {
  caret-color: rgb(254 240 200 / 60%);
}
.caret-base-color-bg-attention\/core-opacity-70 {
  caret-color: rgb(254 240 200 / 70%);
}
.caret-base-color-bg-attention\/core-opacity-80 {
  caret-color: rgb(254 240 200 / 80%);
}
.caret-base-color-bg-attention\/core-opacity-90 {
  caret-color: rgb(254 240 200 / 90%);
}
.caret-base-color-bg-brand {
  caret-color: #cdd6f9;
}
.caret-base-color-bg-brand-emphasis {
  caret-color: #5d5bd7;
}
.caret-base-color-bg-brand-emphasis\/0 {
  caret-color: rgb(93 91 215 / 0);
}
.caret-base-color-bg-brand-emphasis\/10 {
  caret-color: rgb(93 91 215 / 0.1);
}
.caret-base-color-bg-brand-emphasis\/100 {
  caret-color: rgb(93 91 215 / 1);
}
.caret-base-color-bg-brand-emphasis\/20 {
  caret-color: rgb(93 91 215 / 0.2);
}
.caret-base-color-bg-brand-emphasis\/25 {
  caret-color: rgb(93 91 215 / 0.25);
}
.caret-base-color-bg-brand-emphasis\/30 {
  caret-color: rgb(93 91 215 / 0.3);
}
.caret-base-color-bg-brand-emphasis\/40 {
  caret-color: rgb(93 91 215 / 0.4);
}
.caret-base-color-bg-brand-emphasis\/5 {
  caret-color: rgb(93 91 215 / 0.05);
}
.caret-base-color-bg-brand-emphasis\/50 {
  caret-color: rgb(93 91 215 / 0.5);
}
.caret-base-color-bg-brand-emphasis\/60 {
  caret-color: rgb(93 91 215 / 0.6);
}
.caret-base-color-bg-brand-emphasis\/70 {
  caret-color: rgb(93 91 215 / 0.7);
}
.caret-base-color-bg-brand-emphasis\/75 {
  caret-color: rgb(93 91 215 / 0.75);
}
.caret-base-color-bg-brand-emphasis\/80 {
  caret-color: rgb(93 91 215 / 0.8);
}
.caret-base-color-bg-brand-emphasis\/90 {
  caret-color: rgb(93 91 215 / 0.9);
}
.caret-base-color-bg-brand-emphasis\/95 {
  caret-color: rgb(93 91 215 / 0.95);
}
.caret-base-color-bg-brand-emphasis\/base-opacity-disabled {
  caret-color: rgb(93 91 215 / 60%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-0 {
  caret-color: rgb(93 91 215 / 0%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-10 {
  caret-color: rgb(93 91 215 / 10%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-100 {
  caret-color: rgb(93 91 215 / 100%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-20 {
  caret-color: rgb(93 91 215 / 20%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-30 {
  caret-color: rgb(93 91 215 / 30%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-40 {
  caret-color: rgb(93 91 215 / 40%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-50 {
  caret-color: rgb(93 91 215 / 50%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-60 {
  caret-color: rgb(93 91 215 / 60%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-70 {
  caret-color: rgb(93 91 215 / 70%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-80 {
  caret-color: rgb(93 91 215 / 80%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-90 {
  caret-color: rgb(93 91 215 / 90%);
}
.caret-base-color-bg-brand-subtle {
  caret-color: #f2f4fd;
}
.caret-base-color-bg-brand-subtle\/0 {
  caret-color: rgb(242 244 253 / 0);
}
.caret-base-color-bg-brand-subtle\/10 {
  caret-color: rgb(242 244 253 / 0.1);
}
.caret-base-color-bg-brand-subtle\/100 {
  caret-color: rgb(242 244 253 / 1);
}
.caret-base-color-bg-brand-subtle\/20 {
  caret-color: rgb(242 244 253 / 0.2);
}
.caret-base-color-bg-brand-subtle\/25 {
  caret-color: rgb(242 244 253 / 0.25);
}
.caret-base-color-bg-brand-subtle\/30 {
  caret-color: rgb(242 244 253 / 0.3);
}
.caret-base-color-bg-brand-subtle\/40 {
  caret-color: rgb(242 244 253 / 0.4);
}
.caret-base-color-bg-brand-subtle\/5 {
  caret-color: rgb(242 244 253 / 0.05);
}
.caret-base-color-bg-brand-subtle\/50 {
  caret-color: rgb(242 244 253 / 0.5);
}
.caret-base-color-bg-brand-subtle\/60 {
  caret-color: rgb(242 244 253 / 0.6);
}
.caret-base-color-bg-brand-subtle\/70 {
  caret-color: rgb(242 244 253 / 0.7);
}
.caret-base-color-bg-brand-subtle\/75 {
  caret-color: rgb(242 244 253 / 0.75);
}
.caret-base-color-bg-brand-subtle\/80 {
  caret-color: rgb(242 244 253 / 0.8);
}
.caret-base-color-bg-brand-subtle\/90 {
  caret-color: rgb(242 244 253 / 0.9);
}
.caret-base-color-bg-brand-subtle\/95 {
  caret-color: rgb(242 244 253 / 0.95);
}
.caret-base-color-bg-brand-subtle\/base-opacity-disabled {
  caret-color: rgb(242 244 253 / 60%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-0 {
  caret-color: rgb(242 244 253 / 0%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-10 {
  caret-color: rgb(242 244 253 / 10%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-100 {
  caret-color: rgb(242 244 253 / 100%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-20 {
  caret-color: rgb(242 244 253 / 20%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-30 {
  caret-color: rgb(242 244 253 / 30%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-40 {
  caret-color: rgb(242 244 253 / 40%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-50 {
  caret-color: rgb(242 244 253 / 50%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-60 {
  caret-color: rgb(242 244 253 / 60%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-70 {
  caret-color: rgb(242 244 253 / 70%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-80 {
  caret-color: rgb(242 244 253 / 80%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-90 {
  caret-color: rgb(242 244 253 / 90%);
}
.caret-base-color-bg-brand\/0 {
  caret-color: rgb(205 214 249 / 0);
}
.caret-base-color-bg-brand\/10 {
  caret-color: rgb(205 214 249 / 0.1);
}
.caret-base-color-bg-brand\/100 {
  caret-color: rgb(205 214 249 / 1);
}
.caret-base-color-bg-brand\/20 {
  caret-color: rgb(205 214 249 / 0.2);
}
.caret-base-color-bg-brand\/25 {
  caret-color: rgb(205 214 249 / 0.25);
}
.caret-base-color-bg-brand\/30 {
  caret-color: rgb(205 214 249 / 0.3);
}
.caret-base-color-bg-brand\/40 {
  caret-color: rgb(205 214 249 / 0.4);
}
.caret-base-color-bg-brand\/5 {
  caret-color: rgb(205 214 249 / 0.05);
}
.caret-base-color-bg-brand\/50 {
  caret-color: rgb(205 214 249 / 0.5);
}
.caret-base-color-bg-brand\/60 {
  caret-color: rgb(205 214 249 / 0.6);
}
.caret-base-color-bg-brand\/70 {
  caret-color: rgb(205 214 249 / 0.7);
}
.caret-base-color-bg-brand\/75 {
  caret-color: rgb(205 214 249 / 0.75);
}
.caret-base-color-bg-brand\/80 {
  caret-color: rgb(205 214 249 / 0.8);
}
.caret-base-color-bg-brand\/90 {
  caret-color: rgb(205 214 249 / 0.9);
}
.caret-base-color-bg-brand\/95 {
  caret-color: rgb(205 214 249 / 0.95);
}
.caret-base-color-bg-brand\/base-opacity-disabled {
  caret-color: rgb(205 214 249 / 60%);
}
.caret-base-color-bg-brand\/core-opacity-0 {
  caret-color: rgb(205 214 249 / 0%);
}
.caret-base-color-bg-brand\/core-opacity-10 {
  caret-color: rgb(205 214 249 / 10%);
}
.caret-base-color-bg-brand\/core-opacity-100 {
  caret-color: rgb(205 214 249 / 100%);
}
.caret-base-color-bg-brand\/core-opacity-20 {
  caret-color: rgb(205 214 249 / 20%);
}
.caret-base-color-bg-brand\/core-opacity-30 {
  caret-color: rgb(205 214 249 / 30%);
}
.caret-base-color-bg-brand\/core-opacity-40 {
  caret-color: rgb(205 214 249 / 40%);
}
.caret-base-color-bg-brand\/core-opacity-50 {
  caret-color: rgb(205 214 249 / 50%);
}
.caret-base-color-bg-brand\/core-opacity-60 {
  caret-color: rgb(205 214 249 / 60%);
}
.caret-base-color-bg-brand\/core-opacity-70 {
  caret-color: rgb(205 214 249 / 70%);
}
.caret-base-color-bg-brand\/core-opacity-80 {
  caret-color: rgb(205 214 249 / 80%);
}
.caret-base-color-bg-brand\/core-opacity-90 {
  caret-color: rgb(205 214 249 / 90%);
}
.caret-base-color-bg-danger {
  caret-color: #fee3e1;
}
.caret-base-color-bg-danger-emphasis {
  caret-color: #f04438;
}
.caret-base-color-bg-danger-emphasis\/0 {
  caret-color: rgb(240 68 56 / 0);
}
.caret-base-color-bg-danger-emphasis\/10 {
  caret-color: rgb(240 68 56 / 0.1);
}
.caret-base-color-bg-danger-emphasis\/100 {
  caret-color: rgb(240 68 56 / 1);
}
.caret-base-color-bg-danger-emphasis\/20 {
  caret-color: rgb(240 68 56 / 0.2);
}
.caret-base-color-bg-danger-emphasis\/25 {
  caret-color: rgb(240 68 56 / 0.25);
}
.caret-base-color-bg-danger-emphasis\/30 {
  caret-color: rgb(240 68 56 / 0.3);
}
.caret-base-color-bg-danger-emphasis\/40 {
  caret-color: rgb(240 68 56 / 0.4);
}
.caret-base-color-bg-danger-emphasis\/5 {
  caret-color: rgb(240 68 56 / 0.05);
}
.caret-base-color-bg-danger-emphasis\/50 {
  caret-color: rgb(240 68 56 / 0.5);
}
.caret-base-color-bg-danger-emphasis\/60 {
  caret-color: rgb(240 68 56 / 0.6);
}
.caret-base-color-bg-danger-emphasis\/70 {
  caret-color: rgb(240 68 56 / 0.7);
}
.caret-base-color-bg-danger-emphasis\/75 {
  caret-color: rgb(240 68 56 / 0.75);
}
.caret-base-color-bg-danger-emphasis\/80 {
  caret-color: rgb(240 68 56 / 0.8);
}
.caret-base-color-bg-danger-emphasis\/90 {
  caret-color: rgb(240 68 56 / 0.9);
}
.caret-base-color-bg-danger-emphasis\/95 {
  caret-color: rgb(240 68 56 / 0.95);
}
.caret-base-color-bg-danger-emphasis\/base-opacity-disabled {
  caret-color: rgb(240 68 56 / 60%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-0 {
  caret-color: rgb(240 68 56 / 0%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-10 {
  caret-color: rgb(240 68 56 / 10%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-100 {
  caret-color: rgb(240 68 56 / 100%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-20 {
  caret-color: rgb(240 68 56 / 20%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-30 {
  caret-color: rgb(240 68 56 / 30%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-40 {
  caret-color: rgb(240 68 56 / 40%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-50 {
  caret-color: rgb(240 68 56 / 50%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-60 {
  caret-color: rgb(240 68 56 / 60%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-70 {
  caret-color: rgb(240 68 56 / 70%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-80 {
  caret-color: rgb(240 68 56 / 80%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-90 {
  caret-color: rgb(240 68 56 / 90%);
}
.caret-base-color-bg-danger-subtle {
  caret-color: #fffbfa;
}
.caret-base-color-bg-danger-subtle\/0 {
  caret-color: rgb(255 251 250 / 0);
}
.caret-base-color-bg-danger-subtle\/10 {
  caret-color: rgb(255 251 250 / 0.1);
}
.caret-base-color-bg-danger-subtle\/100 {
  caret-color: rgb(255 251 250 / 1);
}
.caret-base-color-bg-danger-subtle\/20 {
  caret-color: rgb(255 251 250 / 0.2);
}
.caret-base-color-bg-danger-subtle\/25 {
  caret-color: rgb(255 251 250 / 0.25);
}
.caret-base-color-bg-danger-subtle\/30 {
  caret-color: rgb(255 251 250 / 0.3);
}
.caret-base-color-bg-danger-subtle\/40 {
  caret-color: rgb(255 251 250 / 0.4);
}
.caret-base-color-bg-danger-subtle\/5 {
  caret-color: rgb(255 251 250 / 0.05);
}
.caret-base-color-bg-danger-subtle\/50 {
  caret-color: rgb(255 251 250 / 0.5);
}
.caret-base-color-bg-danger-subtle\/60 {
  caret-color: rgb(255 251 250 / 0.6);
}
.caret-base-color-bg-danger-subtle\/70 {
  caret-color: rgb(255 251 250 / 0.7);
}
.caret-base-color-bg-danger-subtle\/75 {
  caret-color: rgb(255 251 250 / 0.75);
}
.caret-base-color-bg-danger-subtle\/80 {
  caret-color: rgb(255 251 250 / 0.8);
}
.caret-base-color-bg-danger-subtle\/90 {
  caret-color: rgb(255 251 250 / 0.9);
}
.caret-base-color-bg-danger-subtle\/95 {
  caret-color: rgb(255 251 250 / 0.95);
}
.caret-base-color-bg-danger-subtle\/base-opacity-disabled {
  caret-color: rgb(255 251 250 / 60%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-0 {
  caret-color: rgb(255 251 250 / 0%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-10 {
  caret-color: rgb(255 251 250 / 10%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-100 {
  caret-color: rgb(255 251 250 / 100%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-20 {
  caret-color: rgb(255 251 250 / 20%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-30 {
  caret-color: rgb(255 251 250 / 30%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-40 {
  caret-color: rgb(255 251 250 / 40%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-50 {
  caret-color: rgb(255 251 250 / 50%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-60 {
  caret-color: rgb(255 251 250 / 60%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-70 {
  caret-color: rgb(255 251 250 / 70%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-80 {
  caret-color: rgb(255 251 250 / 80%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-90 {
  caret-color: rgb(255 251 250 / 90%);
}
.caret-base-color-bg-danger\/0 {
  caret-color: rgb(254 227 225 / 0);
}
.caret-base-color-bg-danger\/10 {
  caret-color: rgb(254 227 225 / 0.1);
}
.caret-base-color-bg-danger\/100 {
  caret-color: rgb(254 227 225 / 1);
}
.caret-base-color-bg-danger\/20 {
  caret-color: rgb(254 227 225 / 0.2);
}
.caret-base-color-bg-danger\/25 {
  caret-color: rgb(254 227 225 / 0.25);
}
.caret-base-color-bg-danger\/30 {
  caret-color: rgb(254 227 225 / 0.3);
}
.caret-base-color-bg-danger\/40 {
  caret-color: rgb(254 227 225 / 0.4);
}
.caret-base-color-bg-danger\/5 {
  caret-color: rgb(254 227 225 / 0.05);
}
.caret-base-color-bg-danger\/50 {
  caret-color: rgb(254 227 225 / 0.5);
}
.caret-base-color-bg-danger\/60 {
  caret-color: rgb(254 227 225 / 0.6);
}
.caret-base-color-bg-danger\/70 {
  caret-color: rgb(254 227 225 / 0.7);
}
.caret-base-color-bg-danger\/75 {
  caret-color: rgb(254 227 225 / 0.75);
}
.caret-base-color-bg-danger\/80 {
  caret-color: rgb(254 227 225 / 0.8);
}
.caret-base-color-bg-danger\/90 {
  caret-color: rgb(254 227 225 / 0.9);
}
.caret-base-color-bg-danger\/95 {
  caret-color: rgb(254 227 225 / 0.95);
}
.caret-base-color-bg-danger\/base-opacity-disabled {
  caret-color: rgb(254 227 225 / 60%);
}
.caret-base-color-bg-danger\/core-opacity-0 {
  caret-color: rgb(254 227 225 / 0%);
}
.caret-base-color-bg-danger\/core-opacity-10 {
  caret-color: rgb(254 227 225 / 10%);
}
.caret-base-color-bg-danger\/core-opacity-100 {
  caret-color: rgb(254 227 225 / 100%);
}
.caret-base-color-bg-danger\/core-opacity-20 {
  caret-color: rgb(254 227 225 / 20%);
}
.caret-base-color-bg-danger\/core-opacity-30 {
  caret-color: rgb(254 227 225 / 30%);
}
.caret-base-color-bg-danger\/core-opacity-40 {
  caret-color: rgb(254 227 225 / 40%);
}
.caret-base-color-bg-danger\/core-opacity-50 {
  caret-color: rgb(254 227 225 / 50%);
}
.caret-base-color-bg-danger\/core-opacity-60 {
  caret-color: rgb(254 227 225 / 60%);
}
.caret-base-color-bg-danger\/core-opacity-70 {
  caret-color: rgb(254 227 225 / 70%);
}
.caret-base-color-bg-danger\/core-opacity-80 {
  caret-color: rgb(254 227 225 / 80%);
}
.caret-base-color-bg-danger\/core-opacity-90 {
  caret-color: rgb(254 227 225 / 90%);
}
.caret-base-color-bg-default {
  caret-color: #ffffff;
}
.caret-base-color-bg-default\/0 {
  caret-color: rgb(255 255 255 / 0);
}
.caret-base-color-bg-default\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}
.caret-base-color-bg-default\/100 {
  caret-color: rgb(255 255 255 / 1);
}
.caret-base-color-bg-default\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}
.caret-base-color-bg-default\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}
.caret-base-color-bg-default\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}
.caret-base-color-bg-default\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}
.caret-base-color-bg-default\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}
.caret-base-color-bg-default\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-base-color-bg-default\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}
.caret-base-color-bg-default\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}
.caret-base-color-bg-default\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}
.caret-base-color-bg-default\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}
.caret-base-color-bg-default\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}
.caret-base-color-bg-default\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}
.caret-base-color-bg-default\/base-opacity-disabled {
  caret-color: rgb(255 255 255 / 60%);
}
.caret-base-color-bg-default\/core-opacity-0 {
  caret-color: rgb(255 255 255 / 0%);
}
.caret-base-color-bg-default\/core-opacity-10 {
  caret-color: rgb(255 255 255 / 10%);
}
.caret-base-color-bg-default\/core-opacity-100 {
  caret-color: rgb(255 255 255 / 100%);
}
.caret-base-color-bg-default\/core-opacity-20 {
  caret-color: rgb(255 255 255 / 20%);
}
.caret-base-color-bg-default\/core-opacity-30 {
  caret-color: rgb(255 255 255 / 30%);
}
.caret-base-color-bg-default\/core-opacity-40 {
  caret-color: rgb(255 255 255 / 40%);
}
.caret-base-color-bg-default\/core-opacity-50 {
  caret-color: rgb(255 255 255 / 50%);
}
.caret-base-color-bg-default\/core-opacity-60 {
  caret-color: rgb(255 255 255 / 60%);
}
.caret-base-color-bg-default\/core-opacity-70 {
  caret-color: rgb(255 255 255 / 70%);
}
.caret-base-color-bg-default\/core-opacity-80 {
  caret-color: rgb(255 255 255 / 80%);
}
.caret-base-color-bg-default\/core-opacity-90 {
  caret-color: rgb(255 255 255 / 90%);
}
.caret-base-color-bg-emphasis {
  caret-color: #101828;
}
.caret-base-color-bg-emphasis\/0 {
  caret-color: rgb(16 24 40 / 0);
}
.caret-base-color-bg-emphasis\/10 {
  caret-color: rgb(16 24 40 / 0.1);
}
.caret-base-color-bg-emphasis\/100 {
  caret-color: rgb(16 24 40 / 1);
}
.caret-base-color-bg-emphasis\/20 {
  caret-color: rgb(16 24 40 / 0.2);
}
.caret-base-color-bg-emphasis\/25 {
  caret-color: rgb(16 24 40 / 0.25);
}
.caret-base-color-bg-emphasis\/30 {
  caret-color: rgb(16 24 40 / 0.3);
}
.caret-base-color-bg-emphasis\/40 {
  caret-color: rgb(16 24 40 / 0.4);
}
.caret-base-color-bg-emphasis\/5 {
  caret-color: rgb(16 24 40 / 0.05);
}
.caret-base-color-bg-emphasis\/50 {
  caret-color: rgb(16 24 40 / 0.5);
}
.caret-base-color-bg-emphasis\/60 {
  caret-color: rgb(16 24 40 / 0.6);
}
.caret-base-color-bg-emphasis\/70 {
  caret-color: rgb(16 24 40 / 0.7);
}
.caret-base-color-bg-emphasis\/75 {
  caret-color: rgb(16 24 40 / 0.75);
}
.caret-base-color-bg-emphasis\/80 {
  caret-color: rgb(16 24 40 / 0.8);
}
.caret-base-color-bg-emphasis\/90 {
  caret-color: rgb(16 24 40 / 0.9);
}
.caret-base-color-bg-emphasis\/95 {
  caret-color: rgb(16 24 40 / 0.95);
}
.caret-base-color-bg-emphasis\/base-opacity-disabled {
  caret-color: rgb(16 24 40 / 60%);
}
.caret-base-color-bg-emphasis\/core-opacity-0 {
  caret-color: rgb(16 24 40 / 0%);
}
.caret-base-color-bg-emphasis\/core-opacity-10 {
  caret-color: rgb(16 24 40 / 10%);
}
.caret-base-color-bg-emphasis\/core-opacity-100 {
  caret-color: rgb(16 24 40 / 100%);
}
.caret-base-color-bg-emphasis\/core-opacity-20 {
  caret-color: rgb(16 24 40 / 20%);
}
.caret-base-color-bg-emphasis\/core-opacity-30 {
  caret-color: rgb(16 24 40 / 30%);
}
.caret-base-color-bg-emphasis\/core-opacity-40 {
  caret-color: rgb(16 24 40 / 40%);
}
.caret-base-color-bg-emphasis\/core-opacity-50 {
  caret-color: rgb(16 24 40 / 50%);
}
.caret-base-color-bg-emphasis\/core-opacity-60 {
  caret-color: rgb(16 24 40 / 60%);
}
.caret-base-color-bg-emphasis\/core-opacity-70 {
  caret-color: rgb(16 24 40 / 70%);
}
.caret-base-color-bg-emphasis\/core-opacity-80 {
  caret-color: rgb(16 24 40 / 80%);
}
.caret-base-color-bg-emphasis\/core-opacity-90 {
  caret-color: rgb(16 24 40 / 90%);
}
.caret-base-color-bg-muted {
  caret-color: #eaecf0;
}
.caret-base-color-bg-muted\/0 {
  caret-color: rgb(234 236 240 / 0);
}
.caret-base-color-bg-muted\/10 {
  caret-color: rgb(234 236 240 / 0.1);
}
.caret-base-color-bg-muted\/100 {
  caret-color: rgb(234 236 240 / 1);
}
.caret-base-color-bg-muted\/20 {
  caret-color: rgb(234 236 240 / 0.2);
}
.caret-base-color-bg-muted\/25 {
  caret-color: rgb(234 236 240 / 0.25);
}
.caret-base-color-bg-muted\/30 {
  caret-color: rgb(234 236 240 / 0.3);
}
.caret-base-color-bg-muted\/40 {
  caret-color: rgb(234 236 240 / 0.4);
}
.caret-base-color-bg-muted\/5 {
  caret-color: rgb(234 236 240 / 0.05);
}
.caret-base-color-bg-muted\/50 {
  caret-color: rgb(234 236 240 / 0.5);
}
.caret-base-color-bg-muted\/60 {
  caret-color: rgb(234 236 240 / 0.6);
}
.caret-base-color-bg-muted\/70 {
  caret-color: rgb(234 236 240 / 0.7);
}
.caret-base-color-bg-muted\/75 {
  caret-color: rgb(234 236 240 / 0.75);
}
.caret-base-color-bg-muted\/80 {
  caret-color: rgb(234 236 240 / 0.8);
}
.caret-base-color-bg-muted\/90 {
  caret-color: rgb(234 236 240 / 0.9);
}
.caret-base-color-bg-muted\/95 {
  caret-color: rgb(234 236 240 / 0.95);
}
.caret-base-color-bg-muted\/base-opacity-disabled {
  caret-color: rgb(234 236 240 / 60%);
}
.caret-base-color-bg-muted\/core-opacity-0 {
  caret-color: rgb(234 236 240 / 0%);
}
.caret-base-color-bg-muted\/core-opacity-10 {
  caret-color: rgb(234 236 240 / 10%);
}
.caret-base-color-bg-muted\/core-opacity-100 {
  caret-color: rgb(234 236 240 / 100%);
}
.caret-base-color-bg-muted\/core-opacity-20 {
  caret-color: rgb(234 236 240 / 20%);
}
.caret-base-color-bg-muted\/core-opacity-30 {
  caret-color: rgb(234 236 240 / 30%);
}
.caret-base-color-bg-muted\/core-opacity-40 {
  caret-color: rgb(234 236 240 / 40%);
}
.caret-base-color-bg-muted\/core-opacity-50 {
  caret-color: rgb(234 236 240 / 50%);
}
.caret-base-color-bg-muted\/core-opacity-60 {
  caret-color: rgb(234 236 240 / 60%);
}
.caret-base-color-bg-muted\/core-opacity-70 {
  caret-color: rgb(234 236 240 / 70%);
}
.caret-base-color-bg-muted\/core-opacity-80 {
  caret-color: rgb(234 236 240 / 80%);
}
.caret-base-color-bg-muted\/core-opacity-90 {
  caret-color: rgb(234 236 240 / 90%);
}
.caret-base-color-bg-subtle {
  caret-color: #f2f4f7;
}
.caret-base-color-bg-subtle\/0 {
  caret-color: rgb(242 244 247 / 0);
}
.caret-base-color-bg-subtle\/10 {
  caret-color: rgb(242 244 247 / 0.1);
}
.caret-base-color-bg-subtle\/100 {
  caret-color: rgb(242 244 247 / 1);
}
.caret-base-color-bg-subtle\/20 {
  caret-color: rgb(242 244 247 / 0.2);
}
.caret-base-color-bg-subtle\/25 {
  caret-color: rgb(242 244 247 / 0.25);
}
.caret-base-color-bg-subtle\/30 {
  caret-color: rgb(242 244 247 / 0.3);
}
.caret-base-color-bg-subtle\/40 {
  caret-color: rgb(242 244 247 / 0.4);
}
.caret-base-color-bg-subtle\/5 {
  caret-color: rgb(242 244 247 / 0.05);
}
.caret-base-color-bg-subtle\/50 {
  caret-color: rgb(242 244 247 / 0.5);
}
.caret-base-color-bg-subtle\/60 {
  caret-color: rgb(242 244 247 / 0.6);
}
.caret-base-color-bg-subtle\/70 {
  caret-color: rgb(242 244 247 / 0.7);
}
.caret-base-color-bg-subtle\/75 {
  caret-color: rgb(242 244 247 / 0.75);
}
.caret-base-color-bg-subtle\/80 {
  caret-color: rgb(242 244 247 / 0.8);
}
.caret-base-color-bg-subtle\/90 {
  caret-color: rgb(242 244 247 / 0.9);
}
.caret-base-color-bg-subtle\/95 {
  caret-color: rgb(242 244 247 / 0.95);
}
.caret-base-color-bg-subtle\/base-opacity-disabled {
  caret-color: rgb(242 244 247 / 60%);
}
.caret-base-color-bg-subtle\/core-opacity-0 {
  caret-color: rgb(242 244 247 / 0%);
}
.caret-base-color-bg-subtle\/core-opacity-10 {
  caret-color: rgb(242 244 247 / 10%);
}
.caret-base-color-bg-subtle\/core-opacity-100 {
  caret-color: rgb(242 244 247 / 100%);
}
.caret-base-color-bg-subtle\/core-opacity-20 {
  caret-color: rgb(242 244 247 / 20%);
}
.caret-base-color-bg-subtle\/core-opacity-30 {
  caret-color: rgb(242 244 247 / 30%);
}
.caret-base-color-bg-subtle\/core-opacity-40 {
  caret-color: rgb(242 244 247 / 40%);
}
.caret-base-color-bg-subtle\/core-opacity-50 {
  caret-color: rgb(242 244 247 / 50%);
}
.caret-base-color-bg-subtle\/core-opacity-60 {
  caret-color: rgb(242 244 247 / 60%);
}
.caret-base-color-bg-subtle\/core-opacity-70 {
  caret-color: rgb(242 244 247 / 70%);
}
.caret-base-color-bg-subtle\/core-opacity-80 {
  caret-color: rgb(242 244 247 / 80%);
}
.caret-base-color-bg-subtle\/core-opacity-90 {
  caret-color: rgb(242 244 247 / 90%);
}
.caret-base-color-bg-success {
  caret-color: #d1fadf;
}
.caret-base-color-bg-success-emphasis {
  caret-color: #12b569;
}
.caret-base-color-bg-success-emphasis\/0 {
  caret-color: rgb(18 181 105 / 0);
}
.caret-base-color-bg-success-emphasis\/10 {
  caret-color: rgb(18 181 105 / 0.1);
}
.caret-base-color-bg-success-emphasis\/100 {
  caret-color: rgb(18 181 105 / 1);
}
.caret-base-color-bg-success-emphasis\/20 {
  caret-color: rgb(18 181 105 / 0.2);
}
.caret-base-color-bg-success-emphasis\/25 {
  caret-color: rgb(18 181 105 / 0.25);
}
.caret-base-color-bg-success-emphasis\/30 {
  caret-color: rgb(18 181 105 / 0.3);
}
.caret-base-color-bg-success-emphasis\/40 {
  caret-color: rgb(18 181 105 / 0.4);
}
.caret-base-color-bg-success-emphasis\/5 {
  caret-color: rgb(18 181 105 / 0.05);
}
.caret-base-color-bg-success-emphasis\/50 {
  caret-color: rgb(18 181 105 / 0.5);
}
.caret-base-color-bg-success-emphasis\/60 {
  caret-color: rgb(18 181 105 / 0.6);
}
.caret-base-color-bg-success-emphasis\/70 {
  caret-color: rgb(18 181 105 / 0.7);
}
.caret-base-color-bg-success-emphasis\/75 {
  caret-color: rgb(18 181 105 / 0.75);
}
.caret-base-color-bg-success-emphasis\/80 {
  caret-color: rgb(18 181 105 / 0.8);
}
.caret-base-color-bg-success-emphasis\/90 {
  caret-color: rgb(18 181 105 / 0.9);
}
.caret-base-color-bg-success-emphasis\/95 {
  caret-color: rgb(18 181 105 / 0.95);
}
.caret-base-color-bg-success-emphasis\/base-opacity-disabled {
  caret-color: rgb(18 181 105 / 60%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-0 {
  caret-color: rgb(18 181 105 / 0%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-10 {
  caret-color: rgb(18 181 105 / 10%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-100 {
  caret-color: rgb(18 181 105 / 100%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-20 {
  caret-color: rgb(18 181 105 / 20%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-30 {
  caret-color: rgb(18 181 105 / 30%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-40 {
  caret-color: rgb(18 181 105 / 40%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-50 {
  caret-color: rgb(18 181 105 / 50%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-60 {
  caret-color: rgb(18 181 105 / 60%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-70 {
  caret-color: rgb(18 181 105 / 70%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-80 {
  caret-color: rgb(18 181 105 / 80%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-90 {
  caret-color: rgb(18 181 105 / 90%);
}
.caret-base-color-bg-success-subtle {
  caret-color: #f6fef9;
}
.caret-base-color-bg-success-subtle\/0 {
  caret-color: rgb(246 254 249 / 0);
}
.caret-base-color-bg-success-subtle\/10 {
  caret-color: rgb(246 254 249 / 0.1);
}
.caret-base-color-bg-success-subtle\/100 {
  caret-color: rgb(246 254 249 / 1);
}
.caret-base-color-bg-success-subtle\/20 {
  caret-color: rgb(246 254 249 / 0.2);
}
.caret-base-color-bg-success-subtle\/25 {
  caret-color: rgb(246 254 249 / 0.25);
}
.caret-base-color-bg-success-subtle\/30 {
  caret-color: rgb(246 254 249 / 0.3);
}
.caret-base-color-bg-success-subtle\/40 {
  caret-color: rgb(246 254 249 / 0.4);
}
.caret-base-color-bg-success-subtle\/5 {
  caret-color: rgb(246 254 249 / 0.05);
}
.caret-base-color-bg-success-subtle\/50 {
  caret-color: rgb(246 254 249 / 0.5);
}
.caret-base-color-bg-success-subtle\/60 {
  caret-color: rgb(246 254 249 / 0.6);
}
.caret-base-color-bg-success-subtle\/70 {
  caret-color: rgb(246 254 249 / 0.7);
}
.caret-base-color-bg-success-subtle\/75 {
  caret-color: rgb(246 254 249 / 0.75);
}
.caret-base-color-bg-success-subtle\/80 {
  caret-color: rgb(246 254 249 / 0.8);
}
.caret-base-color-bg-success-subtle\/90 {
  caret-color: rgb(246 254 249 / 0.9);
}
.caret-base-color-bg-success-subtle\/95 {
  caret-color: rgb(246 254 249 / 0.95);
}
.caret-base-color-bg-success-subtle\/base-opacity-disabled {
  caret-color: rgb(246 254 249 / 60%);
}
.caret-base-color-bg-success-subtle\/core-opacity-0 {
  caret-color: rgb(246 254 249 / 0%);
}
.caret-base-color-bg-success-subtle\/core-opacity-10 {
  caret-color: rgb(246 254 249 / 10%);
}
.caret-base-color-bg-success-subtle\/core-opacity-100 {
  caret-color: rgb(246 254 249 / 100%);
}
.caret-base-color-bg-success-subtle\/core-opacity-20 {
  caret-color: rgb(246 254 249 / 20%);
}
.caret-base-color-bg-success-subtle\/core-opacity-30 {
  caret-color: rgb(246 254 249 / 30%);
}
.caret-base-color-bg-success-subtle\/core-opacity-40 {
  caret-color: rgb(246 254 249 / 40%);
}
.caret-base-color-bg-success-subtle\/core-opacity-50 {
  caret-color: rgb(246 254 249 / 50%);
}
.caret-base-color-bg-success-subtle\/core-opacity-60 {
  caret-color: rgb(246 254 249 / 60%);
}
.caret-base-color-bg-success-subtle\/core-opacity-70 {
  caret-color: rgb(246 254 249 / 70%);
}
.caret-base-color-bg-success-subtle\/core-opacity-80 {
  caret-color: rgb(246 254 249 / 80%);
}
.caret-base-color-bg-success-subtle\/core-opacity-90 {
  caret-color: rgb(246 254 249 / 90%);
}
.caret-base-color-bg-success\/0 {
  caret-color: rgb(209 250 223 / 0);
}
.caret-base-color-bg-success\/10 {
  caret-color: rgb(209 250 223 / 0.1);
}
.caret-base-color-bg-success\/100 {
  caret-color: rgb(209 250 223 / 1);
}
.caret-base-color-bg-success\/20 {
  caret-color: rgb(209 250 223 / 0.2);
}
.caret-base-color-bg-success\/25 {
  caret-color: rgb(209 250 223 / 0.25);
}
.caret-base-color-bg-success\/30 {
  caret-color: rgb(209 250 223 / 0.3);
}
.caret-base-color-bg-success\/40 {
  caret-color: rgb(209 250 223 / 0.4);
}
.caret-base-color-bg-success\/5 {
  caret-color: rgb(209 250 223 / 0.05);
}
.caret-base-color-bg-success\/50 {
  caret-color: rgb(209 250 223 / 0.5);
}
.caret-base-color-bg-success\/60 {
  caret-color: rgb(209 250 223 / 0.6);
}
.caret-base-color-bg-success\/70 {
  caret-color: rgb(209 250 223 / 0.7);
}
.caret-base-color-bg-success\/75 {
  caret-color: rgb(209 250 223 / 0.75);
}
.caret-base-color-bg-success\/80 {
  caret-color: rgb(209 250 223 / 0.8);
}
.caret-base-color-bg-success\/90 {
  caret-color: rgb(209 250 223 / 0.9);
}
.caret-base-color-bg-success\/95 {
  caret-color: rgb(209 250 223 / 0.95);
}
.caret-base-color-bg-success\/base-opacity-disabled {
  caret-color: rgb(209 250 223 / 60%);
}
.caret-base-color-bg-success\/core-opacity-0 {
  caret-color: rgb(209 250 223 / 0%);
}
.caret-base-color-bg-success\/core-opacity-10 {
  caret-color: rgb(209 250 223 / 10%);
}
.caret-base-color-bg-success\/core-opacity-100 {
  caret-color: rgb(209 250 223 / 100%);
}
.caret-base-color-bg-success\/core-opacity-20 {
  caret-color: rgb(209 250 223 / 20%);
}
.caret-base-color-bg-success\/core-opacity-30 {
  caret-color: rgb(209 250 223 / 30%);
}
.caret-base-color-bg-success\/core-opacity-40 {
  caret-color: rgb(209 250 223 / 40%);
}
.caret-base-color-bg-success\/core-opacity-50 {
  caret-color: rgb(209 250 223 / 50%);
}
.caret-base-color-bg-success\/core-opacity-60 {
  caret-color: rgb(209 250 223 / 60%);
}
.caret-base-color-bg-success\/core-opacity-70 {
  caret-color: rgb(209 250 223 / 70%);
}
.caret-base-color-bg-success\/core-opacity-80 {
  caret-color: rgb(209 250 223 / 80%);
}
.caret-base-color-bg-success\/core-opacity-90 {
  caret-color: rgb(209 250 223 / 90%);
}
.caret-base-color-bg-transparent {
  caret-color: #00000000;
}
.caret-base-color-bg-transparent\/0 {
  caret-color: rgb(0 0 0 / 0);
}
.caret-base-color-bg-transparent\/10 {
  caret-color: rgb(0 0 0 / 0.1);
}
.caret-base-color-bg-transparent\/100 {
  caret-color: rgb(0 0 0 / 1);
}
.caret-base-color-bg-transparent\/20 {
  caret-color: rgb(0 0 0 / 0.2);
}
.caret-base-color-bg-transparent\/25 {
  caret-color: rgb(0 0 0 / 0.25);
}
.caret-base-color-bg-transparent\/30 {
  caret-color: rgb(0 0 0 / 0.3);
}
.caret-base-color-bg-transparent\/40 {
  caret-color: rgb(0 0 0 / 0.4);
}
.caret-base-color-bg-transparent\/5 {
  caret-color: rgb(0 0 0 / 0.05);
}
.caret-base-color-bg-transparent\/50 {
  caret-color: rgb(0 0 0 / 0.5);
}
.caret-base-color-bg-transparent\/60 {
  caret-color: rgb(0 0 0 / 0.6);
}
.caret-base-color-bg-transparent\/70 {
  caret-color: rgb(0 0 0 / 0.7);
}
.caret-base-color-bg-transparent\/75 {
  caret-color: rgb(0 0 0 / 0.75);
}
.caret-base-color-bg-transparent\/80 {
  caret-color: rgb(0 0 0 / 0.8);
}
.caret-base-color-bg-transparent\/90 {
  caret-color: rgb(0 0 0 / 0.9);
}
.caret-base-color-bg-transparent\/95 {
  caret-color: rgb(0 0 0 / 0.95);
}
.caret-base-color-bg-transparent\/base-opacity-disabled {
  caret-color: rgb(0 0 0 / 60%);
}
.caret-base-color-bg-transparent\/core-opacity-0 {
  caret-color: rgb(0 0 0 / 0%);
}
.caret-base-color-bg-transparent\/core-opacity-10 {
  caret-color: rgb(0 0 0 / 10%);
}
.caret-base-color-bg-transparent\/core-opacity-100 {
  caret-color: rgb(0 0 0 / 100%);
}
.caret-base-color-bg-transparent\/core-opacity-20 {
  caret-color: rgb(0 0 0 / 20%);
}
.caret-base-color-bg-transparent\/core-opacity-30 {
  caret-color: rgb(0 0 0 / 30%);
}
.caret-base-color-bg-transparent\/core-opacity-40 {
  caret-color: rgb(0 0 0 / 40%);
}
.caret-base-color-bg-transparent\/core-opacity-50 {
  caret-color: rgb(0 0 0 / 50%);
}
.caret-base-color-bg-transparent\/core-opacity-60 {
  caret-color: rgb(0 0 0 / 60%);
}
.caret-base-color-bg-transparent\/core-opacity-70 {
  caret-color: rgb(0 0 0 / 70%);
}
.caret-base-color-bg-transparent\/core-opacity-80 {
  caret-color: rgb(0 0 0 / 80%);
}
.caret-base-color-bg-transparent\/core-opacity-90 {
  caret-color: rgb(0 0 0 / 90%);
}
.accent-base-color-bg-accent {
  accent-color: #d1e0ff;
}
.accent-base-color-bg-accent-emphasis {
  accent-color: #155eef;
}
.accent-base-color-bg-accent-emphasis\/0 {
  accent-color: rgb(21 94 239 / 0);
}
.accent-base-color-bg-accent-emphasis\/10 {
  accent-color: rgb(21 94 239 / 0.1);
}
.accent-base-color-bg-accent-emphasis\/100 {
  accent-color: rgb(21 94 239 / 1);
}
.accent-base-color-bg-accent-emphasis\/20 {
  accent-color: rgb(21 94 239 / 0.2);
}
.accent-base-color-bg-accent-emphasis\/25 {
  accent-color: rgb(21 94 239 / 0.25);
}
.accent-base-color-bg-accent-emphasis\/30 {
  accent-color: rgb(21 94 239 / 0.3);
}
.accent-base-color-bg-accent-emphasis\/40 {
  accent-color: rgb(21 94 239 / 0.4);
}
.accent-base-color-bg-accent-emphasis\/5 {
  accent-color: rgb(21 94 239 / 0.05);
}
.accent-base-color-bg-accent-emphasis\/50 {
  accent-color: rgb(21 94 239 / 0.5);
}
.accent-base-color-bg-accent-emphasis\/60 {
  accent-color: rgb(21 94 239 / 0.6);
}
.accent-base-color-bg-accent-emphasis\/70 {
  accent-color: rgb(21 94 239 / 0.7);
}
.accent-base-color-bg-accent-emphasis\/75 {
  accent-color: rgb(21 94 239 / 0.75);
}
.accent-base-color-bg-accent-emphasis\/80 {
  accent-color: rgb(21 94 239 / 0.8);
}
.accent-base-color-bg-accent-emphasis\/90 {
  accent-color: rgb(21 94 239 / 0.9);
}
.accent-base-color-bg-accent-emphasis\/95 {
  accent-color: rgb(21 94 239 / 0.95);
}
.accent-base-color-bg-accent-emphasis\/base-opacity-disabled {
  accent-color: rgb(21 94 239 / 60%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-0 {
  accent-color: rgb(21 94 239 / 0%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-10 {
  accent-color: rgb(21 94 239 / 10%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-100 {
  accent-color: rgb(21 94 239 / 100%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-20 {
  accent-color: rgb(21 94 239 / 20%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-30 {
  accent-color: rgb(21 94 239 / 30%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-40 {
  accent-color: rgb(21 94 239 / 40%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-50 {
  accent-color: rgb(21 94 239 / 50%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-60 {
  accent-color: rgb(21 94 239 / 60%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-70 {
  accent-color: rgb(21 94 239 / 70%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-80 {
  accent-color: rgb(21 94 239 / 80%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-90 {
  accent-color: rgb(21 94 239 / 90%);
}
.accent-base-color-bg-accent-subtle {
  accent-color: #f5f8ff;
}
.accent-base-color-bg-accent-subtle\/0 {
  accent-color: rgb(245 248 255 / 0);
}
.accent-base-color-bg-accent-subtle\/10 {
  accent-color: rgb(245 248 255 / 0.1);
}
.accent-base-color-bg-accent-subtle\/100 {
  accent-color: rgb(245 248 255 / 1);
}
.accent-base-color-bg-accent-subtle\/20 {
  accent-color: rgb(245 248 255 / 0.2);
}
.accent-base-color-bg-accent-subtle\/25 {
  accent-color: rgb(245 248 255 / 0.25);
}
.accent-base-color-bg-accent-subtle\/30 {
  accent-color: rgb(245 248 255 / 0.3);
}
.accent-base-color-bg-accent-subtle\/40 {
  accent-color: rgb(245 248 255 / 0.4);
}
.accent-base-color-bg-accent-subtle\/5 {
  accent-color: rgb(245 248 255 / 0.05);
}
.accent-base-color-bg-accent-subtle\/50 {
  accent-color: rgb(245 248 255 / 0.5);
}
.accent-base-color-bg-accent-subtle\/60 {
  accent-color: rgb(245 248 255 / 0.6);
}
.accent-base-color-bg-accent-subtle\/70 {
  accent-color: rgb(245 248 255 / 0.7);
}
.accent-base-color-bg-accent-subtle\/75 {
  accent-color: rgb(245 248 255 / 0.75);
}
.accent-base-color-bg-accent-subtle\/80 {
  accent-color: rgb(245 248 255 / 0.8);
}
.accent-base-color-bg-accent-subtle\/90 {
  accent-color: rgb(245 248 255 / 0.9);
}
.accent-base-color-bg-accent-subtle\/95 {
  accent-color: rgb(245 248 255 / 0.95);
}
.accent-base-color-bg-accent-subtle\/base-opacity-disabled {
  accent-color: rgb(245 248 255 / 60%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-0 {
  accent-color: rgb(245 248 255 / 0%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-10 {
  accent-color: rgb(245 248 255 / 10%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-100 {
  accent-color: rgb(245 248 255 / 100%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-20 {
  accent-color: rgb(245 248 255 / 20%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-30 {
  accent-color: rgb(245 248 255 / 30%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-40 {
  accent-color: rgb(245 248 255 / 40%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-50 {
  accent-color: rgb(245 248 255 / 50%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-60 {
  accent-color: rgb(245 248 255 / 60%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-70 {
  accent-color: rgb(245 248 255 / 70%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-80 {
  accent-color: rgb(245 248 255 / 80%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-90 {
  accent-color: rgb(245 248 255 / 90%);
}
.accent-base-color-bg-accent\/0 {
  accent-color: rgb(209 224 255 / 0);
}
.accent-base-color-bg-accent\/10 {
  accent-color: rgb(209 224 255 / 0.1);
}
.accent-base-color-bg-accent\/100 {
  accent-color: rgb(209 224 255 / 1);
}
.accent-base-color-bg-accent\/20 {
  accent-color: rgb(209 224 255 / 0.2);
}
.accent-base-color-bg-accent\/25 {
  accent-color: rgb(209 224 255 / 0.25);
}
.accent-base-color-bg-accent\/30 {
  accent-color: rgb(209 224 255 / 0.3);
}
.accent-base-color-bg-accent\/40 {
  accent-color: rgb(209 224 255 / 0.4);
}
.accent-base-color-bg-accent\/5 {
  accent-color: rgb(209 224 255 / 0.05);
}
.accent-base-color-bg-accent\/50 {
  accent-color: rgb(209 224 255 / 0.5);
}
.accent-base-color-bg-accent\/60 {
  accent-color: rgb(209 224 255 / 0.6);
}
.accent-base-color-bg-accent\/70 {
  accent-color: rgb(209 224 255 / 0.7);
}
.accent-base-color-bg-accent\/75 {
  accent-color: rgb(209 224 255 / 0.75);
}
.accent-base-color-bg-accent\/80 {
  accent-color: rgb(209 224 255 / 0.8);
}
.accent-base-color-bg-accent\/90 {
  accent-color: rgb(209 224 255 / 0.9);
}
.accent-base-color-bg-accent\/95 {
  accent-color: rgb(209 224 255 / 0.95);
}
.accent-base-color-bg-accent\/base-opacity-disabled {
  accent-color: rgb(209 224 255 / 60%);
}
.accent-base-color-bg-accent\/core-opacity-0 {
  accent-color: rgb(209 224 255 / 0%);
}
.accent-base-color-bg-accent\/core-opacity-10 {
  accent-color: rgb(209 224 255 / 10%);
}
.accent-base-color-bg-accent\/core-opacity-100 {
  accent-color: rgb(209 224 255 / 100%);
}
.accent-base-color-bg-accent\/core-opacity-20 {
  accent-color: rgb(209 224 255 / 20%);
}
.accent-base-color-bg-accent\/core-opacity-30 {
  accent-color: rgb(209 224 255 / 30%);
}
.accent-base-color-bg-accent\/core-opacity-40 {
  accent-color: rgb(209 224 255 / 40%);
}
.accent-base-color-bg-accent\/core-opacity-50 {
  accent-color: rgb(209 224 255 / 50%);
}
.accent-base-color-bg-accent\/core-opacity-60 {
  accent-color: rgb(209 224 255 / 60%);
}
.accent-base-color-bg-accent\/core-opacity-70 {
  accent-color: rgb(209 224 255 / 70%);
}
.accent-base-color-bg-accent\/core-opacity-80 {
  accent-color: rgb(209 224 255 / 80%);
}
.accent-base-color-bg-accent\/core-opacity-90 {
  accent-color: rgb(209 224 255 / 90%);
}
.accent-base-color-bg-attention {
  accent-color: #fef0c8;
}
.accent-base-color-bg-attention-emphasis {
  accent-color: #dd6903;
}
.accent-base-color-bg-attention-emphasis\/0 {
  accent-color: rgb(221 105 3 / 0);
}
.accent-base-color-bg-attention-emphasis\/10 {
  accent-color: rgb(221 105 3 / 0.1);
}
.accent-base-color-bg-attention-emphasis\/100 {
  accent-color: rgb(221 105 3 / 1);
}
.accent-base-color-bg-attention-emphasis\/20 {
  accent-color: rgb(221 105 3 / 0.2);
}
.accent-base-color-bg-attention-emphasis\/25 {
  accent-color: rgb(221 105 3 / 0.25);
}
.accent-base-color-bg-attention-emphasis\/30 {
  accent-color: rgb(221 105 3 / 0.3);
}
.accent-base-color-bg-attention-emphasis\/40 {
  accent-color: rgb(221 105 3 / 0.4);
}
.accent-base-color-bg-attention-emphasis\/5 {
  accent-color: rgb(221 105 3 / 0.05);
}
.accent-base-color-bg-attention-emphasis\/50 {
  accent-color: rgb(221 105 3 / 0.5);
}
.accent-base-color-bg-attention-emphasis\/60 {
  accent-color: rgb(221 105 3 / 0.6);
}
.accent-base-color-bg-attention-emphasis\/70 {
  accent-color: rgb(221 105 3 / 0.7);
}
.accent-base-color-bg-attention-emphasis\/75 {
  accent-color: rgb(221 105 3 / 0.75);
}
.accent-base-color-bg-attention-emphasis\/80 {
  accent-color: rgb(221 105 3 / 0.8);
}
.accent-base-color-bg-attention-emphasis\/90 {
  accent-color: rgb(221 105 3 / 0.9);
}
.accent-base-color-bg-attention-emphasis\/95 {
  accent-color: rgb(221 105 3 / 0.95);
}
.accent-base-color-bg-attention-emphasis\/base-opacity-disabled {
  accent-color: rgb(221 105 3 / 60%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-0 {
  accent-color: rgb(221 105 3 / 0%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-10 {
  accent-color: rgb(221 105 3 / 10%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-100 {
  accent-color: rgb(221 105 3 / 100%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-20 {
  accent-color: rgb(221 105 3 / 20%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-30 {
  accent-color: rgb(221 105 3 / 30%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-40 {
  accent-color: rgb(221 105 3 / 40%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-50 {
  accent-color: rgb(221 105 3 / 50%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-60 {
  accent-color: rgb(221 105 3 / 60%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-70 {
  accent-color: rgb(221 105 3 / 70%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-80 {
  accent-color: rgb(221 105 3 / 80%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-90 {
  accent-color: rgb(221 105 3 / 90%);
}
.accent-base-color-bg-attention-subtle {
  accent-color: #fffcf5;
}
.accent-base-color-bg-attention-subtle\/0 {
  accent-color: rgb(255 252 245 / 0);
}
.accent-base-color-bg-attention-subtle\/10 {
  accent-color: rgb(255 252 245 / 0.1);
}
.accent-base-color-bg-attention-subtle\/100 {
  accent-color: rgb(255 252 245 / 1);
}
.accent-base-color-bg-attention-subtle\/20 {
  accent-color: rgb(255 252 245 / 0.2);
}
.accent-base-color-bg-attention-subtle\/25 {
  accent-color: rgb(255 252 245 / 0.25);
}
.accent-base-color-bg-attention-subtle\/30 {
  accent-color: rgb(255 252 245 / 0.3);
}
.accent-base-color-bg-attention-subtle\/40 {
  accent-color: rgb(255 252 245 / 0.4);
}
.accent-base-color-bg-attention-subtle\/5 {
  accent-color: rgb(255 252 245 / 0.05);
}
.accent-base-color-bg-attention-subtle\/50 {
  accent-color: rgb(255 252 245 / 0.5);
}
.accent-base-color-bg-attention-subtle\/60 {
  accent-color: rgb(255 252 245 / 0.6);
}
.accent-base-color-bg-attention-subtle\/70 {
  accent-color: rgb(255 252 245 / 0.7);
}
.accent-base-color-bg-attention-subtle\/75 {
  accent-color: rgb(255 252 245 / 0.75);
}
.accent-base-color-bg-attention-subtle\/80 {
  accent-color: rgb(255 252 245 / 0.8);
}
.accent-base-color-bg-attention-subtle\/90 {
  accent-color: rgb(255 252 245 / 0.9);
}
.accent-base-color-bg-attention-subtle\/95 {
  accent-color: rgb(255 252 245 / 0.95);
}
.accent-base-color-bg-attention-subtle\/base-opacity-disabled {
  accent-color: rgb(255 252 245 / 60%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-0 {
  accent-color: rgb(255 252 245 / 0%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-10 {
  accent-color: rgb(255 252 245 / 10%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-100 {
  accent-color: rgb(255 252 245 / 100%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-20 {
  accent-color: rgb(255 252 245 / 20%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-30 {
  accent-color: rgb(255 252 245 / 30%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-40 {
  accent-color: rgb(255 252 245 / 40%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-50 {
  accent-color: rgb(255 252 245 / 50%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-60 {
  accent-color: rgb(255 252 245 / 60%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-70 {
  accent-color: rgb(255 252 245 / 70%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-80 {
  accent-color: rgb(255 252 245 / 80%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-90 {
  accent-color: rgb(255 252 245 / 90%);
}
.accent-base-color-bg-attention\/0 {
  accent-color: rgb(254 240 200 / 0);
}
.accent-base-color-bg-attention\/10 {
  accent-color: rgb(254 240 200 / 0.1);
}
.accent-base-color-bg-attention\/100 {
  accent-color: rgb(254 240 200 / 1);
}
.accent-base-color-bg-attention\/20 {
  accent-color: rgb(254 240 200 / 0.2);
}
.accent-base-color-bg-attention\/25 {
  accent-color: rgb(254 240 200 / 0.25);
}
.accent-base-color-bg-attention\/30 {
  accent-color: rgb(254 240 200 / 0.3);
}
.accent-base-color-bg-attention\/40 {
  accent-color: rgb(254 240 200 / 0.4);
}
.accent-base-color-bg-attention\/5 {
  accent-color: rgb(254 240 200 / 0.05);
}
.accent-base-color-bg-attention\/50 {
  accent-color: rgb(254 240 200 / 0.5);
}
.accent-base-color-bg-attention\/60 {
  accent-color: rgb(254 240 200 / 0.6);
}
.accent-base-color-bg-attention\/70 {
  accent-color: rgb(254 240 200 / 0.7);
}
.accent-base-color-bg-attention\/75 {
  accent-color: rgb(254 240 200 / 0.75);
}
.accent-base-color-bg-attention\/80 {
  accent-color: rgb(254 240 200 / 0.8);
}
.accent-base-color-bg-attention\/90 {
  accent-color: rgb(254 240 200 / 0.9);
}
.accent-base-color-bg-attention\/95 {
  accent-color: rgb(254 240 200 / 0.95);
}
.accent-base-color-bg-attention\/base-opacity-disabled {
  accent-color: rgb(254 240 200 / 60%);
}
.accent-base-color-bg-attention\/core-opacity-0 {
  accent-color: rgb(254 240 200 / 0%);
}
.accent-base-color-bg-attention\/core-opacity-10 {
  accent-color: rgb(254 240 200 / 10%);
}
.accent-base-color-bg-attention\/core-opacity-100 {
  accent-color: rgb(254 240 200 / 100%);
}
.accent-base-color-bg-attention\/core-opacity-20 {
  accent-color: rgb(254 240 200 / 20%);
}
.accent-base-color-bg-attention\/core-opacity-30 {
  accent-color: rgb(254 240 200 / 30%);
}
.accent-base-color-bg-attention\/core-opacity-40 {
  accent-color: rgb(254 240 200 / 40%);
}
.accent-base-color-bg-attention\/core-opacity-50 {
  accent-color: rgb(254 240 200 / 50%);
}
.accent-base-color-bg-attention\/core-opacity-60 {
  accent-color: rgb(254 240 200 / 60%);
}
.accent-base-color-bg-attention\/core-opacity-70 {
  accent-color: rgb(254 240 200 / 70%);
}
.accent-base-color-bg-attention\/core-opacity-80 {
  accent-color: rgb(254 240 200 / 80%);
}
.accent-base-color-bg-attention\/core-opacity-90 {
  accent-color: rgb(254 240 200 / 90%);
}
.accent-base-color-bg-brand {
  accent-color: #cdd6f9;
}
.accent-base-color-bg-brand-emphasis {
  accent-color: #5d5bd7;
}
.accent-base-color-bg-brand-emphasis\/0 {
  accent-color: rgb(93 91 215 / 0);
}
.accent-base-color-bg-brand-emphasis\/10 {
  accent-color: rgb(93 91 215 / 0.1);
}
.accent-base-color-bg-brand-emphasis\/100 {
  accent-color: rgb(93 91 215 / 1);
}
.accent-base-color-bg-brand-emphasis\/20 {
  accent-color: rgb(93 91 215 / 0.2);
}
.accent-base-color-bg-brand-emphasis\/25 {
  accent-color: rgb(93 91 215 / 0.25);
}
.accent-base-color-bg-brand-emphasis\/30 {
  accent-color: rgb(93 91 215 / 0.3);
}
.accent-base-color-bg-brand-emphasis\/40 {
  accent-color: rgb(93 91 215 / 0.4);
}
.accent-base-color-bg-brand-emphasis\/5 {
  accent-color: rgb(93 91 215 / 0.05);
}
.accent-base-color-bg-brand-emphasis\/50 {
  accent-color: rgb(93 91 215 / 0.5);
}
.accent-base-color-bg-brand-emphasis\/60 {
  accent-color: rgb(93 91 215 / 0.6);
}
.accent-base-color-bg-brand-emphasis\/70 {
  accent-color: rgb(93 91 215 / 0.7);
}
.accent-base-color-bg-brand-emphasis\/75 {
  accent-color: rgb(93 91 215 / 0.75);
}
.accent-base-color-bg-brand-emphasis\/80 {
  accent-color: rgb(93 91 215 / 0.8);
}
.accent-base-color-bg-brand-emphasis\/90 {
  accent-color: rgb(93 91 215 / 0.9);
}
.accent-base-color-bg-brand-emphasis\/95 {
  accent-color: rgb(93 91 215 / 0.95);
}
.accent-base-color-bg-brand-emphasis\/base-opacity-disabled {
  accent-color: rgb(93 91 215 / 60%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-0 {
  accent-color: rgb(93 91 215 / 0%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-10 {
  accent-color: rgb(93 91 215 / 10%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-100 {
  accent-color: rgb(93 91 215 / 100%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-20 {
  accent-color: rgb(93 91 215 / 20%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-30 {
  accent-color: rgb(93 91 215 / 30%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-40 {
  accent-color: rgb(93 91 215 / 40%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-50 {
  accent-color: rgb(93 91 215 / 50%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-60 {
  accent-color: rgb(93 91 215 / 60%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-70 {
  accent-color: rgb(93 91 215 / 70%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-80 {
  accent-color: rgb(93 91 215 / 80%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-90 {
  accent-color: rgb(93 91 215 / 90%);
}
.accent-base-color-bg-brand-subtle {
  accent-color: #f2f4fd;
}
.accent-base-color-bg-brand-subtle\/0 {
  accent-color: rgb(242 244 253 / 0);
}
.accent-base-color-bg-brand-subtle\/10 {
  accent-color: rgb(242 244 253 / 0.1);
}
.accent-base-color-bg-brand-subtle\/100 {
  accent-color: rgb(242 244 253 / 1);
}
.accent-base-color-bg-brand-subtle\/20 {
  accent-color: rgb(242 244 253 / 0.2);
}
.accent-base-color-bg-brand-subtle\/25 {
  accent-color: rgb(242 244 253 / 0.25);
}
.accent-base-color-bg-brand-subtle\/30 {
  accent-color: rgb(242 244 253 / 0.3);
}
.accent-base-color-bg-brand-subtle\/40 {
  accent-color: rgb(242 244 253 / 0.4);
}
.accent-base-color-bg-brand-subtle\/5 {
  accent-color: rgb(242 244 253 / 0.05);
}
.accent-base-color-bg-brand-subtle\/50 {
  accent-color: rgb(242 244 253 / 0.5);
}
.accent-base-color-bg-brand-subtle\/60 {
  accent-color: rgb(242 244 253 / 0.6);
}
.accent-base-color-bg-brand-subtle\/70 {
  accent-color: rgb(242 244 253 / 0.7);
}
.accent-base-color-bg-brand-subtle\/75 {
  accent-color: rgb(242 244 253 / 0.75);
}
.accent-base-color-bg-brand-subtle\/80 {
  accent-color: rgb(242 244 253 / 0.8);
}
.accent-base-color-bg-brand-subtle\/90 {
  accent-color: rgb(242 244 253 / 0.9);
}
.accent-base-color-bg-brand-subtle\/95 {
  accent-color: rgb(242 244 253 / 0.95);
}
.accent-base-color-bg-brand-subtle\/base-opacity-disabled {
  accent-color: rgb(242 244 253 / 60%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-0 {
  accent-color: rgb(242 244 253 / 0%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-10 {
  accent-color: rgb(242 244 253 / 10%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-100 {
  accent-color: rgb(242 244 253 / 100%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-20 {
  accent-color: rgb(242 244 253 / 20%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-30 {
  accent-color: rgb(242 244 253 / 30%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-40 {
  accent-color: rgb(242 244 253 / 40%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-50 {
  accent-color: rgb(242 244 253 / 50%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-60 {
  accent-color: rgb(242 244 253 / 60%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-70 {
  accent-color: rgb(242 244 253 / 70%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-80 {
  accent-color: rgb(242 244 253 / 80%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-90 {
  accent-color: rgb(242 244 253 / 90%);
}
.accent-base-color-bg-brand\/0 {
  accent-color: rgb(205 214 249 / 0);
}
.accent-base-color-bg-brand\/10 {
  accent-color: rgb(205 214 249 / 0.1);
}
.accent-base-color-bg-brand\/100 {
  accent-color: rgb(205 214 249 / 1);
}
.accent-base-color-bg-brand\/20 {
  accent-color: rgb(205 214 249 / 0.2);
}
.accent-base-color-bg-brand\/25 {
  accent-color: rgb(205 214 249 / 0.25);
}
.accent-base-color-bg-brand\/30 {
  accent-color: rgb(205 214 249 / 0.3);
}
.accent-base-color-bg-brand\/40 {
  accent-color: rgb(205 214 249 / 0.4);
}
.accent-base-color-bg-brand\/5 {
  accent-color: rgb(205 214 249 / 0.05);
}
.accent-base-color-bg-brand\/50 {
  accent-color: rgb(205 214 249 / 0.5);
}
.accent-base-color-bg-brand\/60 {
  accent-color: rgb(205 214 249 / 0.6);
}
.accent-base-color-bg-brand\/70 {
  accent-color: rgb(205 214 249 / 0.7);
}
.accent-base-color-bg-brand\/75 {
  accent-color: rgb(205 214 249 / 0.75);
}
.accent-base-color-bg-brand\/80 {
  accent-color: rgb(205 214 249 / 0.8);
}
.accent-base-color-bg-brand\/90 {
  accent-color: rgb(205 214 249 / 0.9);
}
.accent-base-color-bg-brand\/95 {
  accent-color: rgb(205 214 249 / 0.95);
}
.accent-base-color-bg-brand\/base-opacity-disabled {
  accent-color: rgb(205 214 249 / 60%);
}
.accent-base-color-bg-brand\/core-opacity-0 {
  accent-color: rgb(205 214 249 / 0%);
}
.accent-base-color-bg-brand\/core-opacity-10 {
  accent-color: rgb(205 214 249 / 10%);
}
.accent-base-color-bg-brand\/core-opacity-100 {
  accent-color: rgb(205 214 249 / 100%);
}
.accent-base-color-bg-brand\/core-opacity-20 {
  accent-color: rgb(205 214 249 / 20%);
}
.accent-base-color-bg-brand\/core-opacity-30 {
  accent-color: rgb(205 214 249 / 30%);
}
.accent-base-color-bg-brand\/core-opacity-40 {
  accent-color: rgb(205 214 249 / 40%);
}
.accent-base-color-bg-brand\/core-opacity-50 {
  accent-color: rgb(205 214 249 / 50%);
}
.accent-base-color-bg-brand\/core-opacity-60 {
  accent-color: rgb(205 214 249 / 60%);
}
.accent-base-color-bg-brand\/core-opacity-70 {
  accent-color: rgb(205 214 249 / 70%);
}
.accent-base-color-bg-brand\/core-opacity-80 {
  accent-color: rgb(205 214 249 / 80%);
}
.accent-base-color-bg-brand\/core-opacity-90 {
  accent-color: rgb(205 214 249 / 90%);
}
.accent-base-color-bg-danger {
  accent-color: #fee3e1;
}
.accent-base-color-bg-danger-emphasis {
  accent-color: #f04438;
}
.accent-base-color-bg-danger-emphasis\/0 {
  accent-color: rgb(240 68 56 / 0);
}
.accent-base-color-bg-danger-emphasis\/10 {
  accent-color: rgb(240 68 56 / 0.1);
}
.accent-base-color-bg-danger-emphasis\/100 {
  accent-color: rgb(240 68 56 / 1);
}
.accent-base-color-bg-danger-emphasis\/20 {
  accent-color: rgb(240 68 56 / 0.2);
}
.accent-base-color-bg-danger-emphasis\/25 {
  accent-color: rgb(240 68 56 / 0.25);
}
.accent-base-color-bg-danger-emphasis\/30 {
  accent-color: rgb(240 68 56 / 0.3);
}
.accent-base-color-bg-danger-emphasis\/40 {
  accent-color: rgb(240 68 56 / 0.4);
}
.accent-base-color-bg-danger-emphasis\/5 {
  accent-color: rgb(240 68 56 / 0.05);
}
.accent-base-color-bg-danger-emphasis\/50 {
  accent-color: rgb(240 68 56 / 0.5);
}
.accent-base-color-bg-danger-emphasis\/60 {
  accent-color: rgb(240 68 56 / 0.6);
}
.accent-base-color-bg-danger-emphasis\/70 {
  accent-color: rgb(240 68 56 / 0.7);
}
.accent-base-color-bg-danger-emphasis\/75 {
  accent-color: rgb(240 68 56 / 0.75);
}
.accent-base-color-bg-danger-emphasis\/80 {
  accent-color: rgb(240 68 56 / 0.8);
}
.accent-base-color-bg-danger-emphasis\/90 {
  accent-color: rgb(240 68 56 / 0.9);
}
.accent-base-color-bg-danger-emphasis\/95 {
  accent-color: rgb(240 68 56 / 0.95);
}
.accent-base-color-bg-danger-emphasis\/base-opacity-disabled {
  accent-color: rgb(240 68 56 / 60%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-0 {
  accent-color: rgb(240 68 56 / 0%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-10 {
  accent-color: rgb(240 68 56 / 10%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-100 {
  accent-color: rgb(240 68 56 / 100%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-20 {
  accent-color: rgb(240 68 56 / 20%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-30 {
  accent-color: rgb(240 68 56 / 30%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-40 {
  accent-color: rgb(240 68 56 / 40%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-50 {
  accent-color: rgb(240 68 56 / 50%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-60 {
  accent-color: rgb(240 68 56 / 60%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-70 {
  accent-color: rgb(240 68 56 / 70%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-80 {
  accent-color: rgb(240 68 56 / 80%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-90 {
  accent-color: rgb(240 68 56 / 90%);
}
.accent-base-color-bg-danger-subtle {
  accent-color: #fffbfa;
}
.accent-base-color-bg-danger-subtle\/0 {
  accent-color: rgb(255 251 250 / 0);
}
.accent-base-color-bg-danger-subtle\/10 {
  accent-color: rgb(255 251 250 / 0.1);
}
.accent-base-color-bg-danger-subtle\/100 {
  accent-color: rgb(255 251 250 / 1);
}
.accent-base-color-bg-danger-subtle\/20 {
  accent-color: rgb(255 251 250 / 0.2);
}
.accent-base-color-bg-danger-subtle\/25 {
  accent-color: rgb(255 251 250 / 0.25);
}
.accent-base-color-bg-danger-subtle\/30 {
  accent-color: rgb(255 251 250 / 0.3);
}
.accent-base-color-bg-danger-subtle\/40 {
  accent-color: rgb(255 251 250 / 0.4);
}
.accent-base-color-bg-danger-subtle\/5 {
  accent-color: rgb(255 251 250 / 0.05);
}
.accent-base-color-bg-danger-subtle\/50 {
  accent-color: rgb(255 251 250 / 0.5);
}
.accent-base-color-bg-danger-subtle\/60 {
  accent-color: rgb(255 251 250 / 0.6);
}
.accent-base-color-bg-danger-subtle\/70 {
  accent-color: rgb(255 251 250 / 0.7);
}
.accent-base-color-bg-danger-subtle\/75 {
  accent-color: rgb(255 251 250 / 0.75);
}
.accent-base-color-bg-danger-subtle\/80 {
  accent-color: rgb(255 251 250 / 0.8);
}
.accent-base-color-bg-danger-subtle\/90 {
  accent-color: rgb(255 251 250 / 0.9);
}
.accent-base-color-bg-danger-subtle\/95 {
  accent-color: rgb(255 251 250 / 0.95);
}
.accent-base-color-bg-danger-subtle\/base-opacity-disabled {
  accent-color: rgb(255 251 250 / 60%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-0 {
  accent-color: rgb(255 251 250 / 0%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-10 {
  accent-color: rgb(255 251 250 / 10%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-100 {
  accent-color: rgb(255 251 250 / 100%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-20 {
  accent-color: rgb(255 251 250 / 20%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-30 {
  accent-color: rgb(255 251 250 / 30%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-40 {
  accent-color: rgb(255 251 250 / 40%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-50 {
  accent-color: rgb(255 251 250 / 50%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-60 {
  accent-color: rgb(255 251 250 / 60%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-70 {
  accent-color: rgb(255 251 250 / 70%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-80 {
  accent-color: rgb(255 251 250 / 80%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-90 {
  accent-color: rgb(255 251 250 / 90%);
}
.accent-base-color-bg-danger\/0 {
  accent-color: rgb(254 227 225 / 0);
}
.accent-base-color-bg-danger\/10 {
  accent-color: rgb(254 227 225 / 0.1);
}
.accent-base-color-bg-danger\/100 {
  accent-color: rgb(254 227 225 / 1);
}
.accent-base-color-bg-danger\/20 {
  accent-color: rgb(254 227 225 / 0.2);
}
.accent-base-color-bg-danger\/25 {
  accent-color: rgb(254 227 225 / 0.25);
}
.accent-base-color-bg-danger\/30 {
  accent-color: rgb(254 227 225 / 0.3);
}
.accent-base-color-bg-danger\/40 {
  accent-color: rgb(254 227 225 / 0.4);
}
.accent-base-color-bg-danger\/5 {
  accent-color: rgb(254 227 225 / 0.05);
}
.accent-base-color-bg-danger\/50 {
  accent-color: rgb(254 227 225 / 0.5);
}
.accent-base-color-bg-danger\/60 {
  accent-color: rgb(254 227 225 / 0.6);
}
.accent-base-color-bg-danger\/70 {
  accent-color: rgb(254 227 225 / 0.7);
}
.accent-base-color-bg-danger\/75 {
  accent-color: rgb(254 227 225 / 0.75);
}
.accent-base-color-bg-danger\/80 {
  accent-color: rgb(254 227 225 / 0.8);
}
.accent-base-color-bg-danger\/90 {
  accent-color: rgb(254 227 225 / 0.9);
}
.accent-base-color-bg-danger\/95 {
  accent-color: rgb(254 227 225 / 0.95);
}
.accent-base-color-bg-danger\/base-opacity-disabled {
  accent-color: rgb(254 227 225 / 60%);
}
.accent-base-color-bg-danger\/core-opacity-0 {
  accent-color: rgb(254 227 225 / 0%);
}
.accent-base-color-bg-danger\/core-opacity-10 {
  accent-color: rgb(254 227 225 / 10%);
}
.accent-base-color-bg-danger\/core-opacity-100 {
  accent-color: rgb(254 227 225 / 100%);
}
.accent-base-color-bg-danger\/core-opacity-20 {
  accent-color: rgb(254 227 225 / 20%);
}
.accent-base-color-bg-danger\/core-opacity-30 {
  accent-color: rgb(254 227 225 / 30%);
}
.accent-base-color-bg-danger\/core-opacity-40 {
  accent-color: rgb(254 227 225 / 40%);
}
.accent-base-color-bg-danger\/core-opacity-50 {
  accent-color: rgb(254 227 225 / 50%);
}
.accent-base-color-bg-danger\/core-opacity-60 {
  accent-color: rgb(254 227 225 / 60%);
}
.accent-base-color-bg-danger\/core-opacity-70 {
  accent-color: rgb(254 227 225 / 70%);
}
.accent-base-color-bg-danger\/core-opacity-80 {
  accent-color: rgb(254 227 225 / 80%);
}
.accent-base-color-bg-danger\/core-opacity-90 {
  accent-color: rgb(254 227 225 / 90%);
}
.accent-base-color-bg-default {
  accent-color: #ffffff;
}
.accent-base-color-bg-default\/0 {
  accent-color: rgb(255 255 255 / 0);
}
.accent-base-color-bg-default\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}
.accent-base-color-bg-default\/100 {
  accent-color: rgb(255 255 255 / 1);
}
.accent-base-color-bg-default\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}
.accent-base-color-bg-default\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}
.accent-base-color-bg-default\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}
.accent-base-color-bg-default\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}
.accent-base-color-bg-default\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}
.accent-base-color-bg-default\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-base-color-bg-default\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}
.accent-base-color-bg-default\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}
.accent-base-color-bg-default\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}
.accent-base-color-bg-default\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}
.accent-base-color-bg-default\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}
.accent-base-color-bg-default\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}
.accent-base-color-bg-default\/base-opacity-disabled {
  accent-color: rgb(255 255 255 / 60%);
}
.accent-base-color-bg-default\/core-opacity-0 {
  accent-color: rgb(255 255 255 / 0%);
}
.accent-base-color-bg-default\/core-opacity-10 {
  accent-color: rgb(255 255 255 / 10%);
}
.accent-base-color-bg-default\/core-opacity-100 {
  accent-color: rgb(255 255 255 / 100%);
}
.accent-base-color-bg-default\/core-opacity-20 {
  accent-color: rgb(255 255 255 / 20%);
}
.accent-base-color-bg-default\/core-opacity-30 {
  accent-color: rgb(255 255 255 / 30%);
}
.accent-base-color-bg-default\/core-opacity-40 {
  accent-color: rgb(255 255 255 / 40%);
}
.accent-base-color-bg-default\/core-opacity-50 {
  accent-color: rgb(255 255 255 / 50%);
}
.accent-base-color-bg-default\/core-opacity-60 {
  accent-color: rgb(255 255 255 / 60%);
}
.accent-base-color-bg-default\/core-opacity-70 {
  accent-color: rgb(255 255 255 / 70%);
}
.accent-base-color-bg-default\/core-opacity-80 {
  accent-color: rgb(255 255 255 / 80%);
}
.accent-base-color-bg-default\/core-opacity-90 {
  accent-color: rgb(255 255 255 / 90%);
}
.accent-base-color-bg-emphasis {
  accent-color: #101828;
}
.accent-base-color-bg-emphasis\/0 {
  accent-color: rgb(16 24 40 / 0);
}
.accent-base-color-bg-emphasis\/10 {
  accent-color: rgb(16 24 40 / 0.1);
}
.accent-base-color-bg-emphasis\/100 {
  accent-color: rgb(16 24 40 / 1);
}
.accent-base-color-bg-emphasis\/20 {
  accent-color: rgb(16 24 40 / 0.2);
}
.accent-base-color-bg-emphasis\/25 {
  accent-color: rgb(16 24 40 / 0.25);
}
.accent-base-color-bg-emphasis\/30 {
  accent-color: rgb(16 24 40 / 0.3);
}
.accent-base-color-bg-emphasis\/40 {
  accent-color: rgb(16 24 40 / 0.4);
}
.accent-base-color-bg-emphasis\/5 {
  accent-color: rgb(16 24 40 / 0.05);
}
.accent-base-color-bg-emphasis\/50 {
  accent-color: rgb(16 24 40 / 0.5);
}
.accent-base-color-bg-emphasis\/60 {
  accent-color: rgb(16 24 40 / 0.6);
}
.accent-base-color-bg-emphasis\/70 {
  accent-color: rgb(16 24 40 / 0.7);
}
.accent-base-color-bg-emphasis\/75 {
  accent-color: rgb(16 24 40 / 0.75);
}
.accent-base-color-bg-emphasis\/80 {
  accent-color: rgb(16 24 40 / 0.8);
}
.accent-base-color-bg-emphasis\/90 {
  accent-color: rgb(16 24 40 / 0.9);
}
.accent-base-color-bg-emphasis\/95 {
  accent-color: rgb(16 24 40 / 0.95);
}
.accent-base-color-bg-emphasis\/base-opacity-disabled {
  accent-color: rgb(16 24 40 / 60%);
}
.accent-base-color-bg-emphasis\/core-opacity-0 {
  accent-color: rgb(16 24 40 / 0%);
}
.accent-base-color-bg-emphasis\/core-opacity-10 {
  accent-color: rgb(16 24 40 / 10%);
}
.accent-base-color-bg-emphasis\/core-opacity-100 {
  accent-color: rgb(16 24 40 / 100%);
}
.accent-base-color-bg-emphasis\/core-opacity-20 {
  accent-color: rgb(16 24 40 / 20%);
}
.accent-base-color-bg-emphasis\/core-opacity-30 {
  accent-color: rgb(16 24 40 / 30%);
}
.accent-base-color-bg-emphasis\/core-opacity-40 {
  accent-color: rgb(16 24 40 / 40%);
}
.accent-base-color-bg-emphasis\/core-opacity-50 {
  accent-color: rgb(16 24 40 / 50%);
}
.accent-base-color-bg-emphasis\/core-opacity-60 {
  accent-color: rgb(16 24 40 / 60%);
}
.accent-base-color-bg-emphasis\/core-opacity-70 {
  accent-color: rgb(16 24 40 / 70%);
}
.accent-base-color-bg-emphasis\/core-opacity-80 {
  accent-color: rgb(16 24 40 / 80%);
}
.accent-base-color-bg-emphasis\/core-opacity-90 {
  accent-color: rgb(16 24 40 / 90%);
}
.accent-base-color-bg-muted {
  accent-color: #eaecf0;
}
.accent-base-color-bg-muted\/0 {
  accent-color: rgb(234 236 240 / 0);
}
.accent-base-color-bg-muted\/10 {
  accent-color: rgb(234 236 240 / 0.1);
}
.accent-base-color-bg-muted\/100 {
  accent-color: rgb(234 236 240 / 1);
}
.accent-base-color-bg-muted\/20 {
  accent-color: rgb(234 236 240 / 0.2);
}
.accent-base-color-bg-muted\/25 {
  accent-color: rgb(234 236 240 / 0.25);
}
.accent-base-color-bg-muted\/30 {
  accent-color: rgb(234 236 240 / 0.3);
}
.accent-base-color-bg-muted\/40 {
  accent-color: rgb(234 236 240 / 0.4);
}
.accent-base-color-bg-muted\/5 {
  accent-color: rgb(234 236 240 / 0.05);
}
.accent-base-color-bg-muted\/50 {
  accent-color: rgb(234 236 240 / 0.5);
}
.accent-base-color-bg-muted\/60 {
  accent-color: rgb(234 236 240 / 0.6);
}
.accent-base-color-bg-muted\/70 {
  accent-color: rgb(234 236 240 / 0.7);
}
.accent-base-color-bg-muted\/75 {
  accent-color: rgb(234 236 240 / 0.75);
}
.accent-base-color-bg-muted\/80 {
  accent-color: rgb(234 236 240 / 0.8);
}
.accent-base-color-bg-muted\/90 {
  accent-color: rgb(234 236 240 / 0.9);
}
.accent-base-color-bg-muted\/95 {
  accent-color: rgb(234 236 240 / 0.95);
}
.accent-base-color-bg-muted\/base-opacity-disabled {
  accent-color: rgb(234 236 240 / 60%);
}
.accent-base-color-bg-muted\/core-opacity-0 {
  accent-color: rgb(234 236 240 / 0%);
}
.accent-base-color-bg-muted\/core-opacity-10 {
  accent-color: rgb(234 236 240 / 10%);
}
.accent-base-color-bg-muted\/core-opacity-100 {
  accent-color: rgb(234 236 240 / 100%);
}
.accent-base-color-bg-muted\/core-opacity-20 {
  accent-color: rgb(234 236 240 / 20%);
}
.accent-base-color-bg-muted\/core-opacity-30 {
  accent-color: rgb(234 236 240 / 30%);
}
.accent-base-color-bg-muted\/core-opacity-40 {
  accent-color: rgb(234 236 240 / 40%);
}
.accent-base-color-bg-muted\/core-opacity-50 {
  accent-color: rgb(234 236 240 / 50%);
}
.accent-base-color-bg-muted\/core-opacity-60 {
  accent-color: rgb(234 236 240 / 60%);
}
.accent-base-color-bg-muted\/core-opacity-70 {
  accent-color: rgb(234 236 240 / 70%);
}
.accent-base-color-bg-muted\/core-opacity-80 {
  accent-color: rgb(234 236 240 / 80%);
}
.accent-base-color-bg-muted\/core-opacity-90 {
  accent-color: rgb(234 236 240 / 90%);
}
.accent-base-color-bg-subtle {
  accent-color: #f2f4f7;
}
.accent-base-color-bg-subtle\/0 {
  accent-color: rgb(242 244 247 / 0);
}
.accent-base-color-bg-subtle\/10 {
  accent-color: rgb(242 244 247 / 0.1);
}
.accent-base-color-bg-subtle\/100 {
  accent-color: rgb(242 244 247 / 1);
}
.accent-base-color-bg-subtle\/20 {
  accent-color: rgb(242 244 247 / 0.2);
}
.accent-base-color-bg-subtle\/25 {
  accent-color: rgb(242 244 247 / 0.25);
}
.accent-base-color-bg-subtle\/30 {
  accent-color: rgb(242 244 247 / 0.3);
}
.accent-base-color-bg-subtle\/40 {
  accent-color: rgb(242 244 247 / 0.4);
}
.accent-base-color-bg-subtle\/5 {
  accent-color: rgb(242 244 247 / 0.05);
}
.accent-base-color-bg-subtle\/50 {
  accent-color: rgb(242 244 247 / 0.5);
}
.accent-base-color-bg-subtle\/60 {
  accent-color: rgb(242 244 247 / 0.6);
}
.accent-base-color-bg-subtle\/70 {
  accent-color: rgb(242 244 247 / 0.7);
}
.accent-base-color-bg-subtle\/75 {
  accent-color: rgb(242 244 247 / 0.75);
}
.accent-base-color-bg-subtle\/80 {
  accent-color: rgb(242 244 247 / 0.8);
}
.accent-base-color-bg-subtle\/90 {
  accent-color: rgb(242 244 247 / 0.9);
}
.accent-base-color-bg-subtle\/95 {
  accent-color: rgb(242 244 247 / 0.95);
}
.accent-base-color-bg-subtle\/base-opacity-disabled {
  accent-color: rgb(242 244 247 / 60%);
}
.accent-base-color-bg-subtle\/core-opacity-0 {
  accent-color: rgb(242 244 247 / 0%);
}
.accent-base-color-bg-subtle\/core-opacity-10 {
  accent-color: rgb(242 244 247 / 10%);
}
.accent-base-color-bg-subtle\/core-opacity-100 {
  accent-color: rgb(242 244 247 / 100%);
}
.accent-base-color-bg-subtle\/core-opacity-20 {
  accent-color: rgb(242 244 247 / 20%);
}
.accent-base-color-bg-subtle\/core-opacity-30 {
  accent-color: rgb(242 244 247 / 30%);
}
.accent-base-color-bg-subtle\/core-opacity-40 {
  accent-color: rgb(242 244 247 / 40%);
}
.accent-base-color-bg-subtle\/core-opacity-50 {
  accent-color: rgb(242 244 247 / 50%);
}
.accent-base-color-bg-subtle\/core-opacity-60 {
  accent-color: rgb(242 244 247 / 60%);
}
.accent-base-color-bg-subtle\/core-opacity-70 {
  accent-color: rgb(242 244 247 / 70%);
}
.accent-base-color-bg-subtle\/core-opacity-80 {
  accent-color: rgb(242 244 247 / 80%);
}
.accent-base-color-bg-subtle\/core-opacity-90 {
  accent-color: rgb(242 244 247 / 90%);
}
.accent-base-color-bg-success {
  accent-color: #d1fadf;
}
.accent-base-color-bg-success-emphasis {
  accent-color: #12b569;
}
.accent-base-color-bg-success-emphasis\/0 {
  accent-color: rgb(18 181 105 / 0);
}
.accent-base-color-bg-success-emphasis\/10 {
  accent-color: rgb(18 181 105 / 0.1);
}
.accent-base-color-bg-success-emphasis\/100 {
  accent-color: rgb(18 181 105 / 1);
}
.accent-base-color-bg-success-emphasis\/20 {
  accent-color: rgb(18 181 105 / 0.2);
}
.accent-base-color-bg-success-emphasis\/25 {
  accent-color: rgb(18 181 105 / 0.25);
}
.accent-base-color-bg-success-emphasis\/30 {
  accent-color: rgb(18 181 105 / 0.3);
}
.accent-base-color-bg-success-emphasis\/40 {
  accent-color: rgb(18 181 105 / 0.4);
}
.accent-base-color-bg-success-emphasis\/5 {
  accent-color: rgb(18 181 105 / 0.05);
}
.accent-base-color-bg-success-emphasis\/50 {
  accent-color: rgb(18 181 105 / 0.5);
}
.accent-base-color-bg-success-emphasis\/60 {
  accent-color: rgb(18 181 105 / 0.6);
}
.accent-base-color-bg-success-emphasis\/70 {
  accent-color: rgb(18 181 105 / 0.7);
}
.accent-base-color-bg-success-emphasis\/75 {
  accent-color: rgb(18 181 105 / 0.75);
}
.accent-base-color-bg-success-emphasis\/80 {
  accent-color: rgb(18 181 105 / 0.8);
}
.accent-base-color-bg-success-emphasis\/90 {
  accent-color: rgb(18 181 105 / 0.9);
}
.accent-base-color-bg-success-emphasis\/95 {
  accent-color: rgb(18 181 105 / 0.95);
}
.accent-base-color-bg-success-emphasis\/base-opacity-disabled {
  accent-color: rgb(18 181 105 / 60%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-0 {
  accent-color: rgb(18 181 105 / 0%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-10 {
  accent-color: rgb(18 181 105 / 10%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-100 {
  accent-color: rgb(18 181 105 / 100%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-20 {
  accent-color: rgb(18 181 105 / 20%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-30 {
  accent-color: rgb(18 181 105 / 30%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-40 {
  accent-color: rgb(18 181 105 / 40%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-50 {
  accent-color: rgb(18 181 105 / 50%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-60 {
  accent-color: rgb(18 181 105 / 60%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-70 {
  accent-color: rgb(18 181 105 / 70%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-80 {
  accent-color: rgb(18 181 105 / 80%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-90 {
  accent-color: rgb(18 181 105 / 90%);
}
.accent-base-color-bg-success-subtle {
  accent-color: #f6fef9;
}
.accent-base-color-bg-success-subtle\/0 {
  accent-color: rgb(246 254 249 / 0);
}
.accent-base-color-bg-success-subtle\/10 {
  accent-color: rgb(246 254 249 / 0.1);
}
.accent-base-color-bg-success-subtle\/100 {
  accent-color: rgb(246 254 249 / 1);
}
.accent-base-color-bg-success-subtle\/20 {
  accent-color: rgb(246 254 249 / 0.2);
}
.accent-base-color-bg-success-subtle\/25 {
  accent-color: rgb(246 254 249 / 0.25);
}
.accent-base-color-bg-success-subtle\/30 {
  accent-color: rgb(246 254 249 / 0.3);
}
.accent-base-color-bg-success-subtle\/40 {
  accent-color: rgb(246 254 249 / 0.4);
}
.accent-base-color-bg-success-subtle\/5 {
  accent-color: rgb(246 254 249 / 0.05);
}
.accent-base-color-bg-success-subtle\/50 {
  accent-color: rgb(246 254 249 / 0.5);
}
.accent-base-color-bg-success-subtle\/60 {
  accent-color: rgb(246 254 249 / 0.6);
}
.accent-base-color-bg-success-subtle\/70 {
  accent-color: rgb(246 254 249 / 0.7);
}
.accent-base-color-bg-success-subtle\/75 {
  accent-color: rgb(246 254 249 / 0.75);
}
.accent-base-color-bg-success-subtle\/80 {
  accent-color: rgb(246 254 249 / 0.8);
}
.accent-base-color-bg-success-subtle\/90 {
  accent-color: rgb(246 254 249 / 0.9);
}
.accent-base-color-bg-success-subtle\/95 {
  accent-color: rgb(246 254 249 / 0.95);
}
.accent-base-color-bg-success-subtle\/base-opacity-disabled {
  accent-color: rgb(246 254 249 / 60%);
}
.accent-base-color-bg-success-subtle\/core-opacity-0 {
  accent-color: rgb(246 254 249 / 0%);
}
.accent-base-color-bg-success-subtle\/core-opacity-10 {
  accent-color: rgb(246 254 249 / 10%);
}
.accent-base-color-bg-success-subtle\/core-opacity-100 {
  accent-color: rgb(246 254 249 / 100%);
}
.accent-base-color-bg-success-subtle\/core-opacity-20 {
  accent-color: rgb(246 254 249 / 20%);
}
.accent-base-color-bg-success-subtle\/core-opacity-30 {
  accent-color: rgb(246 254 249 / 30%);
}
.accent-base-color-bg-success-subtle\/core-opacity-40 {
  accent-color: rgb(246 254 249 / 40%);
}
.accent-base-color-bg-success-subtle\/core-opacity-50 {
  accent-color: rgb(246 254 249 / 50%);
}
.accent-base-color-bg-success-subtle\/core-opacity-60 {
  accent-color: rgb(246 254 249 / 60%);
}
.accent-base-color-bg-success-subtle\/core-opacity-70 {
  accent-color: rgb(246 254 249 / 70%);
}
.accent-base-color-bg-success-subtle\/core-opacity-80 {
  accent-color: rgb(246 254 249 / 80%);
}
.accent-base-color-bg-success-subtle\/core-opacity-90 {
  accent-color: rgb(246 254 249 / 90%);
}
.accent-base-color-bg-success\/0 {
  accent-color: rgb(209 250 223 / 0);
}
.accent-base-color-bg-success\/10 {
  accent-color: rgb(209 250 223 / 0.1);
}
.accent-base-color-bg-success\/100 {
  accent-color: rgb(209 250 223 / 1);
}
.accent-base-color-bg-success\/20 {
  accent-color: rgb(209 250 223 / 0.2);
}
.accent-base-color-bg-success\/25 {
  accent-color: rgb(209 250 223 / 0.25);
}
.accent-base-color-bg-success\/30 {
  accent-color: rgb(209 250 223 / 0.3);
}
.accent-base-color-bg-success\/40 {
  accent-color: rgb(209 250 223 / 0.4);
}
.accent-base-color-bg-success\/5 {
  accent-color: rgb(209 250 223 / 0.05);
}
.accent-base-color-bg-success\/50 {
  accent-color: rgb(209 250 223 / 0.5);
}
.accent-base-color-bg-success\/60 {
  accent-color: rgb(209 250 223 / 0.6);
}
.accent-base-color-bg-success\/70 {
  accent-color: rgb(209 250 223 / 0.7);
}
.accent-base-color-bg-success\/75 {
  accent-color: rgb(209 250 223 / 0.75);
}
.accent-base-color-bg-success\/80 {
  accent-color: rgb(209 250 223 / 0.8);
}
.accent-base-color-bg-success\/90 {
  accent-color: rgb(209 250 223 / 0.9);
}
.accent-base-color-bg-success\/95 {
  accent-color: rgb(209 250 223 / 0.95);
}
.accent-base-color-bg-success\/base-opacity-disabled {
  accent-color: rgb(209 250 223 / 60%);
}
.accent-base-color-bg-success\/core-opacity-0 {
  accent-color: rgb(209 250 223 / 0%);
}
.accent-base-color-bg-success\/core-opacity-10 {
  accent-color: rgb(209 250 223 / 10%);
}
.accent-base-color-bg-success\/core-opacity-100 {
  accent-color: rgb(209 250 223 / 100%);
}
.accent-base-color-bg-success\/core-opacity-20 {
  accent-color: rgb(209 250 223 / 20%);
}
.accent-base-color-bg-success\/core-opacity-30 {
  accent-color: rgb(209 250 223 / 30%);
}
.accent-base-color-bg-success\/core-opacity-40 {
  accent-color: rgb(209 250 223 / 40%);
}
.accent-base-color-bg-success\/core-opacity-50 {
  accent-color: rgb(209 250 223 / 50%);
}
.accent-base-color-bg-success\/core-opacity-60 {
  accent-color: rgb(209 250 223 / 60%);
}
.accent-base-color-bg-success\/core-opacity-70 {
  accent-color: rgb(209 250 223 / 70%);
}
.accent-base-color-bg-success\/core-opacity-80 {
  accent-color: rgb(209 250 223 / 80%);
}
.accent-base-color-bg-success\/core-opacity-90 {
  accent-color: rgb(209 250 223 / 90%);
}
.accent-base-color-bg-transparent {
  accent-color: #00000000;
}
.accent-base-color-bg-transparent\/0 {
  accent-color: rgb(0 0 0 / 0);
}
.accent-base-color-bg-transparent\/10 {
  accent-color: rgb(0 0 0 / 0.1);
}
.accent-base-color-bg-transparent\/100 {
  accent-color: rgb(0 0 0 / 1);
}
.accent-base-color-bg-transparent\/20 {
  accent-color: rgb(0 0 0 / 0.2);
}
.accent-base-color-bg-transparent\/25 {
  accent-color: rgb(0 0 0 / 0.25);
}
.accent-base-color-bg-transparent\/30 {
  accent-color: rgb(0 0 0 / 0.3);
}
.accent-base-color-bg-transparent\/40 {
  accent-color: rgb(0 0 0 / 0.4);
}
.accent-base-color-bg-transparent\/5 {
  accent-color: rgb(0 0 0 / 0.05);
}
.accent-base-color-bg-transparent\/50 {
  accent-color: rgb(0 0 0 / 0.5);
}
.accent-base-color-bg-transparent\/60 {
  accent-color: rgb(0 0 0 / 0.6);
}
.accent-base-color-bg-transparent\/70 {
  accent-color: rgb(0 0 0 / 0.7);
}
.accent-base-color-bg-transparent\/75 {
  accent-color: rgb(0 0 0 / 0.75);
}
.accent-base-color-bg-transparent\/80 {
  accent-color: rgb(0 0 0 / 0.8);
}
.accent-base-color-bg-transparent\/90 {
  accent-color: rgb(0 0 0 / 0.9);
}
.accent-base-color-bg-transparent\/95 {
  accent-color: rgb(0 0 0 / 0.95);
}
.accent-base-color-bg-transparent\/base-opacity-disabled {
  accent-color: rgb(0 0 0 / 60%);
}
.accent-base-color-bg-transparent\/core-opacity-0 {
  accent-color: rgb(0 0 0 / 0%);
}
.accent-base-color-bg-transparent\/core-opacity-10 {
  accent-color: rgb(0 0 0 / 10%);
}
.accent-base-color-bg-transparent\/core-opacity-100 {
  accent-color: rgb(0 0 0 / 100%);
}
.accent-base-color-bg-transparent\/core-opacity-20 {
  accent-color: rgb(0 0 0 / 20%);
}
.accent-base-color-bg-transparent\/core-opacity-30 {
  accent-color: rgb(0 0 0 / 30%);
}
.accent-base-color-bg-transparent\/core-opacity-40 {
  accent-color: rgb(0 0 0 / 40%);
}
.accent-base-color-bg-transparent\/core-opacity-50 {
  accent-color: rgb(0 0 0 / 50%);
}
.accent-base-color-bg-transparent\/core-opacity-60 {
  accent-color: rgb(0 0 0 / 60%);
}
.accent-base-color-bg-transparent\/core-opacity-70 {
  accent-color: rgb(0 0 0 / 70%);
}
.accent-base-color-bg-transparent\/core-opacity-80 {
  accent-color: rgb(0 0 0 / 80%);
}
.accent-base-color-bg-transparent\/core-opacity-90 {
  accent-color: rgb(0 0 0 / 90%);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-base-opacity-disabled {
  opacity: 60%;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.\!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;
}
.shadow {
  --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);
}
.shadow-base-box-shadow-container-l {
  --tw-shadow: 0px 4px 16px 0px #0000001a;
  --tw-shadow-colored: 0px 4px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-base-box-shadow-container-m {
  --tw-shadow: 0px 2px 8px 0px #00000017;
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-base-box-shadow-container-s {
  --tw-shadow: 0px 1px 4px 0px #00000017;
  --tw-shadow-colored: 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-base-box-shadow-selectable-m {
  --tw-shadow: 0px 1px 4px 0px #00000017;
  --tw-shadow-colored: 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-base-box-shadow-selectable-s {
  --tw-shadow: 0px 1px 2px 0px #00000017;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-core-box-shadow-2 {
  --tw-shadow: 0px 1px 4px 0px #00000017;
  --tw-shadow-colored: 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --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);
}
.shadow-base-color-bg-accent {
  --tw-shadow-color: #d1e0ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis {
  --tw-shadow-color: #155eef;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/0 {
  --tw-shadow-color: rgb(21 94 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/10 {
  --tw-shadow-color: rgb(21 94 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/100 {
  --tw-shadow-color: rgb(21 94 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/20 {
  --tw-shadow-color: rgb(21 94 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/25 {
  --tw-shadow-color: rgb(21 94 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/30 {
  --tw-shadow-color: rgb(21 94 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/40 {
  --tw-shadow-color: rgb(21 94 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/5 {
  --tw-shadow-color: rgb(21 94 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/50 {
  --tw-shadow-color: rgb(21 94 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/60 {
  --tw-shadow-color: rgb(21 94 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/70 {
  --tw-shadow-color: rgb(21 94 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/75 {
  --tw-shadow-color: rgb(21 94 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/80 {
  --tw-shadow-color: rgb(21 94 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/90 {
  --tw-shadow-color: rgb(21 94 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/95 {
  --tw-shadow-color: rgb(21 94 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(21 94 239 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(21 94 239 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(21 94 239 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(21 94 239 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(21 94 239 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(21 94 239 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(21 94 239 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(21 94 239 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(21 94 239 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(21 94 239 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(21 94 239 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(21 94 239 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle {
  --tw-shadow-color: #f5f8ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/0 {
  --tw-shadow-color: rgb(245 248 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/10 {
  --tw-shadow-color: rgb(245 248 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/100 {
  --tw-shadow-color: rgb(245 248 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/20 {
  --tw-shadow-color: rgb(245 248 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/25 {
  --tw-shadow-color: rgb(245 248 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/30 {
  --tw-shadow-color: rgb(245 248 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/40 {
  --tw-shadow-color: rgb(245 248 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/5 {
  --tw-shadow-color: rgb(245 248 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/50 {
  --tw-shadow-color: rgb(245 248 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/60 {
  --tw-shadow-color: rgb(245 248 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/70 {
  --tw-shadow-color: rgb(245 248 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/75 {
  --tw-shadow-color: rgb(245 248 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/80 {
  --tw-shadow-color: rgb(245 248 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/90 {
  --tw-shadow-color: rgb(245 248 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/95 {
  --tw-shadow-color: rgb(245 248 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(245 248 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(245 248 255 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(245 248 255 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(245 248 255 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(245 248 255 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(245 248 255 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(245 248 255 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(245 248 255 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(245 248 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(245 248 255 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(245 248 255 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(245 248 255 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/0 {
  --tw-shadow-color: rgb(209 224 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/10 {
  --tw-shadow-color: rgb(209 224 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/100 {
  --tw-shadow-color: rgb(209 224 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/20 {
  --tw-shadow-color: rgb(209 224 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/25 {
  --tw-shadow-color: rgb(209 224 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/30 {
  --tw-shadow-color: rgb(209 224 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/40 {
  --tw-shadow-color: rgb(209 224 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/5 {
  --tw-shadow-color: rgb(209 224 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/50 {
  --tw-shadow-color: rgb(209 224 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/60 {
  --tw-shadow-color: rgb(209 224 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/70 {
  --tw-shadow-color: rgb(209 224 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/75 {
  --tw-shadow-color: rgb(209 224 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/80 {
  --tw-shadow-color: rgb(209 224 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/90 {
  --tw-shadow-color: rgb(209 224 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/95 {
  --tw-shadow-color: rgb(209 224 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/base-opacity-disabled {
  --tw-shadow-color: rgb(209 224 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-0 {
  --tw-shadow-color: rgb(209 224 255 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-10 {
  --tw-shadow-color: rgb(209 224 255 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-100 {
  --tw-shadow-color: rgb(209 224 255 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-20 {
  --tw-shadow-color: rgb(209 224 255 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-30 {
  --tw-shadow-color: rgb(209 224 255 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-40 {
  --tw-shadow-color: rgb(209 224 255 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-50 {
  --tw-shadow-color: rgb(209 224 255 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-60 {
  --tw-shadow-color: rgb(209 224 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-70 {
  --tw-shadow-color: rgb(209 224 255 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-80 {
  --tw-shadow-color: rgb(209 224 255 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-90 {
  --tw-shadow-color: rgb(209 224 255 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention {
  --tw-shadow-color: #fef0c8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis {
  --tw-shadow-color: #dd6903;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/0 {
  --tw-shadow-color: rgb(221 105 3 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/10 {
  --tw-shadow-color: rgb(221 105 3 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/100 {
  --tw-shadow-color: rgb(221 105 3 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/20 {
  --tw-shadow-color: rgb(221 105 3 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/25 {
  --tw-shadow-color: rgb(221 105 3 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/30 {
  --tw-shadow-color: rgb(221 105 3 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/40 {
  --tw-shadow-color: rgb(221 105 3 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/5 {
  --tw-shadow-color: rgb(221 105 3 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/50 {
  --tw-shadow-color: rgb(221 105 3 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/60 {
  --tw-shadow-color: rgb(221 105 3 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/70 {
  --tw-shadow-color: rgb(221 105 3 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/75 {
  --tw-shadow-color: rgb(221 105 3 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/80 {
  --tw-shadow-color: rgb(221 105 3 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/90 {
  --tw-shadow-color: rgb(221 105 3 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/95 {
  --tw-shadow-color: rgb(221 105 3 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(221 105 3 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(221 105 3 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(221 105 3 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(221 105 3 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(221 105 3 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(221 105 3 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(221 105 3 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(221 105 3 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(221 105 3 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(221 105 3 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(221 105 3 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(221 105 3 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle {
  --tw-shadow-color: #fffcf5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/0 {
  --tw-shadow-color: rgb(255 252 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/10 {
  --tw-shadow-color: rgb(255 252 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/100 {
  --tw-shadow-color: rgb(255 252 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/20 {
  --tw-shadow-color: rgb(255 252 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/25 {
  --tw-shadow-color: rgb(255 252 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/30 {
  --tw-shadow-color: rgb(255 252 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/40 {
  --tw-shadow-color: rgb(255 252 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/5 {
  --tw-shadow-color: rgb(255 252 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/50 {
  --tw-shadow-color: rgb(255 252 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/60 {
  --tw-shadow-color: rgb(255 252 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/70 {
  --tw-shadow-color: rgb(255 252 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/75 {
  --tw-shadow-color: rgb(255 252 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/80 {
  --tw-shadow-color: rgb(255 252 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/90 {
  --tw-shadow-color: rgb(255 252 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/95 {
  --tw-shadow-color: rgb(255 252 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(255 252 245 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(255 252 245 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(255 252 245 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(255 252 245 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(255 252 245 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(255 252 245 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(255 252 245 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(255 252 245 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(255 252 245 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(255 252 245 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(255 252 245 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(255 252 245 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/0 {
  --tw-shadow-color: rgb(254 240 200 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/10 {
  --tw-shadow-color: rgb(254 240 200 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/100 {
  --tw-shadow-color: rgb(254 240 200 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/20 {
  --tw-shadow-color: rgb(254 240 200 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/25 {
  --tw-shadow-color: rgb(254 240 200 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/30 {
  --tw-shadow-color: rgb(254 240 200 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/40 {
  --tw-shadow-color: rgb(254 240 200 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/5 {
  --tw-shadow-color: rgb(254 240 200 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/50 {
  --tw-shadow-color: rgb(254 240 200 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/60 {
  --tw-shadow-color: rgb(254 240 200 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/70 {
  --tw-shadow-color: rgb(254 240 200 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/75 {
  --tw-shadow-color: rgb(254 240 200 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/80 {
  --tw-shadow-color: rgb(254 240 200 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/90 {
  --tw-shadow-color: rgb(254 240 200 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/95 {
  --tw-shadow-color: rgb(254 240 200 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/base-opacity-disabled {
  --tw-shadow-color: rgb(254 240 200 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-0 {
  --tw-shadow-color: rgb(254 240 200 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-10 {
  --tw-shadow-color: rgb(254 240 200 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-100 {
  --tw-shadow-color: rgb(254 240 200 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-20 {
  --tw-shadow-color: rgb(254 240 200 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-30 {
  --tw-shadow-color: rgb(254 240 200 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-40 {
  --tw-shadow-color: rgb(254 240 200 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-50 {
  --tw-shadow-color: rgb(254 240 200 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-60 {
  --tw-shadow-color: rgb(254 240 200 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-70 {
  --tw-shadow-color: rgb(254 240 200 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-80 {
  --tw-shadow-color: rgb(254 240 200 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-90 {
  --tw-shadow-color: rgb(254 240 200 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand {
  --tw-shadow-color: #cdd6f9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis {
  --tw-shadow-color: #5d5bd7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/0 {
  --tw-shadow-color: rgb(93 91 215 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/10 {
  --tw-shadow-color: rgb(93 91 215 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/100 {
  --tw-shadow-color: rgb(93 91 215 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/20 {
  --tw-shadow-color: rgb(93 91 215 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/25 {
  --tw-shadow-color: rgb(93 91 215 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/30 {
  --tw-shadow-color: rgb(93 91 215 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/40 {
  --tw-shadow-color: rgb(93 91 215 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/5 {
  --tw-shadow-color: rgb(93 91 215 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/50 {
  --tw-shadow-color: rgb(93 91 215 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/60 {
  --tw-shadow-color: rgb(93 91 215 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/70 {
  --tw-shadow-color: rgb(93 91 215 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/75 {
  --tw-shadow-color: rgb(93 91 215 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/80 {
  --tw-shadow-color: rgb(93 91 215 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/90 {
  --tw-shadow-color: rgb(93 91 215 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/95 {
  --tw-shadow-color: rgb(93 91 215 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(93 91 215 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(93 91 215 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(93 91 215 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(93 91 215 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(93 91 215 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(93 91 215 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(93 91 215 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(93 91 215 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(93 91 215 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(93 91 215 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(93 91 215 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(93 91 215 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle {
  --tw-shadow-color: #f2f4fd;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/0 {
  --tw-shadow-color: rgb(242 244 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/10 {
  --tw-shadow-color: rgb(242 244 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/100 {
  --tw-shadow-color: rgb(242 244 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/20 {
  --tw-shadow-color: rgb(242 244 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/25 {
  --tw-shadow-color: rgb(242 244 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/30 {
  --tw-shadow-color: rgb(242 244 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/40 {
  --tw-shadow-color: rgb(242 244 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/5 {
  --tw-shadow-color: rgb(242 244 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/50 {
  --tw-shadow-color: rgb(242 244 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/60 {
  --tw-shadow-color: rgb(242 244 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/70 {
  --tw-shadow-color: rgb(242 244 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/75 {
  --tw-shadow-color: rgb(242 244 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/80 {
  --tw-shadow-color: rgb(242 244 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/90 {
  --tw-shadow-color: rgb(242 244 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/95 {
  --tw-shadow-color: rgb(242 244 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(242 244 253 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(242 244 253 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(242 244 253 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(242 244 253 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(242 244 253 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(242 244 253 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(242 244 253 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(242 244 253 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(242 244 253 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(242 244 253 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(242 244 253 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(242 244 253 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/0 {
  --tw-shadow-color: rgb(205 214 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/10 {
  --tw-shadow-color: rgb(205 214 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/100 {
  --tw-shadow-color: rgb(205 214 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/20 {
  --tw-shadow-color: rgb(205 214 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/25 {
  --tw-shadow-color: rgb(205 214 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/30 {
  --tw-shadow-color: rgb(205 214 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/40 {
  --tw-shadow-color: rgb(205 214 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/5 {
  --tw-shadow-color: rgb(205 214 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/50 {
  --tw-shadow-color: rgb(205 214 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/60 {
  --tw-shadow-color: rgb(205 214 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/70 {
  --tw-shadow-color: rgb(205 214 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/75 {
  --tw-shadow-color: rgb(205 214 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/80 {
  --tw-shadow-color: rgb(205 214 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/90 {
  --tw-shadow-color: rgb(205 214 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/95 {
  --tw-shadow-color: rgb(205 214 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/base-opacity-disabled {
  --tw-shadow-color: rgb(205 214 249 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-0 {
  --tw-shadow-color: rgb(205 214 249 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-10 {
  --tw-shadow-color: rgb(205 214 249 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-100 {
  --tw-shadow-color: rgb(205 214 249 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-20 {
  --tw-shadow-color: rgb(205 214 249 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-30 {
  --tw-shadow-color: rgb(205 214 249 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-40 {
  --tw-shadow-color: rgb(205 214 249 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-50 {
  --tw-shadow-color: rgb(205 214 249 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-60 {
  --tw-shadow-color: rgb(205 214 249 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-70 {
  --tw-shadow-color: rgb(205 214 249 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-80 {
  --tw-shadow-color: rgb(205 214 249 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-90 {
  --tw-shadow-color: rgb(205 214 249 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger {
  --tw-shadow-color: #fee3e1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis {
  --tw-shadow-color: #f04438;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/0 {
  --tw-shadow-color: rgb(240 68 56 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/10 {
  --tw-shadow-color: rgb(240 68 56 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/100 {
  --tw-shadow-color: rgb(240 68 56 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/20 {
  --tw-shadow-color: rgb(240 68 56 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/25 {
  --tw-shadow-color: rgb(240 68 56 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/30 {
  --tw-shadow-color: rgb(240 68 56 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/40 {
  --tw-shadow-color: rgb(240 68 56 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/5 {
  --tw-shadow-color: rgb(240 68 56 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/50 {
  --tw-shadow-color: rgb(240 68 56 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/60 {
  --tw-shadow-color: rgb(240 68 56 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/70 {
  --tw-shadow-color: rgb(240 68 56 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/75 {
  --tw-shadow-color: rgb(240 68 56 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/80 {
  --tw-shadow-color: rgb(240 68 56 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/90 {
  --tw-shadow-color: rgb(240 68 56 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/95 {
  --tw-shadow-color: rgb(240 68 56 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(240 68 56 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(240 68 56 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(240 68 56 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(240 68 56 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(240 68 56 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(240 68 56 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(240 68 56 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(240 68 56 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(240 68 56 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(240 68 56 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(240 68 56 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(240 68 56 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle {
  --tw-shadow-color: #fffbfa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/0 {
  --tw-shadow-color: rgb(255 251 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/10 {
  --tw-shadow-color: rgb(255 251 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/100 {
  --tw-shadow-color: rgb(255 251 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/20 {
  --tw-shadow-color: rgb(255 251 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/25 {
  --tw-shadow-color: rgb(255 251 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/30 {
  --tw-shadow-color: rgb(255 251 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/40 {
  --tw-shadow-color: rgb(255 251 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/5 {
  --tw-shadow-color: rgb(255 251 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/50 {
  --tw-shadow-color: rgb(255 251 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/60 {
  --tw-shadow-color: rgb(255 251 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/70 {
  --tw-shadow-color: rgb(255 251 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/75 {
  --tw-shadow-color: rgb(255 251 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/80 {
  --tw-shadow-color: rgb(255 251 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/90 {
  --tw-shadow-color: rgb(255 251 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/95 {
  --tw-shadow-color: rgb(255 251 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(255 251 250 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(255 251 250 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(255 251 250 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(255 251 250 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(255 251 250 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(255 251 250 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(255 251 250 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(255 251 250 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(255 251 250 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(255 251 250 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(255 251 250 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(255 251 250 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/0 {
  --tw-shadow-color: rgb(254 227 225 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/10 {
  --tw-shadow-color: rgb(254 227 225 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/100 {
  --tw-shadow-color: rgb(254 227 225 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/20 {
  --tw-shadow-color: rgb(254 227 225 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/25 {
  --tw-shadow-color: rgb(254 227 225 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/30 {
  --tw-shadow-color: rgb(254 227 225 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/40 {
  --tw-shadow-color: rgb(254 227 225 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/5 {
  --tw-shadow-color: rgb(254 227 225 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/50 {
  --tw-shadow-color: rgb(254 227 225 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/60 {
  --tw-shadow-color: rgb(254 227 225 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/70 {
  --tw-shadow-color: rgb(254 227 225 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/75 {
  --tw-shadow-color: rgb(254 227 225 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/80 {
  --tw-shadow-color: rgb(254 227 225 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/90 {
  --tw-shadow-color: rgb(254 227 225 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/95 {
  --tw-shadow-color: rgb(254 227 225 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/base-opacity-disabled {
  --tw-shadow-color: rgb(254 227 225 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-0 {
  --tw-shadow-color: rgb(254 227 225 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-10 {
  --tw-shadow-color: rgb(254 227 225 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-100 {
  --tw-shadow-color: rgb(254 227 225 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-20 {
  --tw-shadow-color: rgb(254 227 225 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-30 {
  --tw-shadow-color: rgb(254 227 225 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-40 {
  --tw-shadow-color: rgb(254 227 225 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-50 {
  --tw-shadow-color: rgb(254 227 225 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-60 {
  --tw-shadow-color: rgb(254 227 225 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-70 {
  --tw-shadow-color: rgb(254 227 225 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-80 {
  --tw-shadow-color: rgb(254 227 225 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-90 {
  --tw-shadow-color: rgb(254 227 225 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default {
  --tw-shadow-color: #ffffff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/base-opacity-disabled {
  --tw-shadow-color: rgb(255 255 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-0 {
  --tw-shadow-color: rgb(255 255 255 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-10 {
  --tw-shadow-color: rgb(255 255 255 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-100 {
  --tw-shadow-color: rgb(255 255 255 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-20 {
  --tw-shadow-color: rgb(255 255 255 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-30 {
  --tw-shadow-color: rgb(255 255 255 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-40 {
  --tw-shadow-color: rgb(255 255 255 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-50 {
  --tw-shadow-color: rgb(255 255 255 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-60 {
  --tw-shadow-color: rgb(255 255 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-70 {
  --tw-shadow-color: rgb(255 255 255 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-80 {
  --tw-shadow-color: rgb(255 255 255 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-90 {
  --tw-shadow-color: rgb(255 255 255 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis {
  --tw-shadow-color: #101828;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/0 {
  --tw-shadow-color: rgb(16 24 40 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/10 {
  --tw-shadow-color: rgb(16 24 40 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/100 {
  --tw-shadow-color: rgb(16 24 40 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/20 {
  --tw-shadow-color: rgb(16 24 40 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/25 {
  --tw-shadow-color: rgb(16 24 40 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/30 {
  --tw-shadow-color: rgb(16 24 40 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/40 {
  --tw-shadow-color: rgb(16 24 40 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/5 {
  --tw-shadow-color: rgb(16 24 40 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/50 {
  --tw-shadow-color: rgb(16 24 40 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/60 {
  --tw-shadow-color: rgb(16 24 40 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/70 {
  --tw-shadow-color: rgb(16 24 40 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/75 {
  --tw-shadow-color: rgb(16 24 40 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/80 {
  --tw-shadow-color: rgb(16 24 40 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/90 {
  --tw-shadow-color: rgb(16 24 40 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/95 {
  --tw-shadow-color: rgb(16 24 40 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(16 24 40 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(16 24 40 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(16 24 40 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(16 24 40 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(16 24 40 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(16 24 40 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(16 24 40 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(16 24 40 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(16 24 40 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(16 24 40 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(16 24 40 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(16 24 40 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted {
  --tw-shadow-color: #eaecf0;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/0 {
  --tw-shadow-color: rgb(234 236 240 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/10 {
  --tw-shadow-color: rgb(234 236 240 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/100 {
  --tw-shadow-color: rgb(234 236 240 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/20 {
  --tw-shadow-color: rgb(234 236 240 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/25 {
  --tw-shadow-color: rgb(234 236 240 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/30 {
  --tw-shadow-color: rgb(234 236 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/40 {
  --tw-shadow-color: rgb(234 236 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/5 {
  --tw-shadow-color: rgb(234 236 240 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/50 {
  --tw-shadow-color: rgb(234 236 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/60 {
  --tw-shadow-color: rgb(234 236 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/70 {
  --tw-shadow-color: rgb(234 236 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/75 {
  --tw-shadow-color: rgb(234 236 240 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/80 {
  --tw-shadow-color: rgb(234 236 240 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/90 {
  --tw-shadow-color: rgb(234 236 240 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/95 {
  --tw-shadow-color: rgb(234 236 240 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/base-opacity-disabled {
  --tw-shadow-color: rgb(234 236 240 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-0 {
  --tw-shadow-color: rgb(234 236 240 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-10 {
  --tw-shadow-color: rgb(234 236 240 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-100 {
  --tw-shadow-color: rgb(234 236 240 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-20 {
  --tw-shadow-color: rgb(234 236 240 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-30 {
  --tw-shadow-color: rgb(234 236 240 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-40 {
  --tw-shadow-color: rgb(234 236 240 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-50 {
  --tw-shadow-color: rgb(234 236 240 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-60 {
  --tw-shadow-color: rgb(234 236 240 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-70 {
  --tw-shadow-color: rgb(234 236 240 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-80 {
  --tw-shadow-color: rgb(234 236 240 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-90 {
  --tw-shadow-color: rgb(234 236 240 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle {
  --tw-shadow-color: #f2f4f7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/0 {
  --tw-shadow-color: rgb(242 244 247 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/10 {
  --tw-shadow-color: rgb(242 244 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/100 {
  --tw-shadow-color: rgb(242 244 247 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/20 {
  --tw-shadow-color: rgb(242 244 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/25 {
  --tw-shadow-color: rgb(242 244 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/30 {
  --tw-shadow-color: rgb(242 244 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/40 {
  --tw-shadow-color: rgb(242 244 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/5 {
  --tw-shadow-color: rgb(242 244 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/50 {
  --tw-shadow-color: rgb(242 244 247 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/60 {
  --tw-shadow-color: rgb(242 244 247 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/70 {
  --tw-shadow-color: rgb(242 244 247 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/75 {
  --tw-shadow-color: rgb(242 244 247 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/80 {
  --tw-shadow-color: rgb(242 244 247 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/90 {
  --tw-shadow-color: rgb(242 244 247 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/95 {
  --tw-shadow-color: rgb(242 244 247 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(242 244 247 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(242 244 247 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(242 244 247 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(242 244 247 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(242 244 247 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(242 244 247 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(242 244 247 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(242 244 247 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(242 244 247 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(242 244 247 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(242 244 247 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(242 244 247 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success {
  --tw-shadow-color: #d1fadf;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis {
  --tw-shadow-color: #12b569;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/0 {
  --tw-shadow-color: rgb(18 181 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/10 {
  --tw-shadow-color: rgb(18 181 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/100 {
  --tw-shadow-color: rgb(18 181 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/20 {
  --tw-shadow-color: rgb(18 181 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/25 {
  --tw-shadow-color: rgb(18 181 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/30 {
  --tw-shadow-color: rgb(18 181 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/40 {
  --tw-shadow-color: rgb(18 181 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/5 {
  --tw-shadow-color: rgb(18 181 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/50 {
  --tw-shadow-color: rgb(18 181 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/60 {
  --tw-shadow-color: rgb(18 181 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/70 {
  --tw-shadow-color: rgb(18 181 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/75 {
  --tw-shadow-color: rgb(18 181 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/80 {
  --tw-shadow-color: rgb(18 181 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/90 {
  --tw-shadow-color: rgb(18 181 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/95 {
  --tw-shadow-color: rgb(18 181 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(18 181 105 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(18 181 105 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(18 181 105 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(18 181 105 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(18 181 105 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(18 181 105 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(18 181 105 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(18 181 105 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(18 181 105 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(18 181 105 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(18 181 105 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(18 181 105 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle {
  --tw-shadow-color: #f6fef9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/0 {
  --tw-shadow-color: rgb(246 254 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/10 {
  --tw-shadow-color: rgb(246 254 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/100 {
  --tw-shadow-color: rgb(246 254 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/20 {
  --tw-shadow-color: rgb(246 254 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/25 {
  --tw-shadow-color: rgb(246 254 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/30 {
  --tw-shadow-color: rgb(246 254 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/40 {
  --tw-shadow-color: rgb(246 254 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/5 {
  --tw-shadow-color: rgb(246 254 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/50 {
  --tw-shadow-color: rgb(246 254 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/60 {
  --tw-shadow-color: rgb(246 254 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/70 {
  --tw-shadow-color: rgb(246 254 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/75 {
  --tw-shadow-color: rgb(246 254 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/80 {
  --tw-shadow-color: rgb(246 254 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/90 {
  --tw-shadow-color: rgb(246 254 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/95 {
  --tw-shadow-color: rgb(246 254 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(246 254 249 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(246 254 249 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(246 254 249 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(246 254 249 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(246 254 249 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(246 254 249 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(246 254 249 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(246 254 249 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(246 254 249 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(246 254 249 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(246 254 249 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(246 254 249 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/0 {
  --tw-shadow-color: rgb(209 250 223 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/10 {
  --tw-shadow-color: rgb(209 250 223 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/100 {
  --tw-shadow-color: rgb(209 250 223 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/20 {
  --tw-shadow-color: rgb(209 250 223 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/25 {
  --tw-shadow-color: rgb(209 250 223 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/30 {
  --tw-shadow-color: rgb(209 250 223 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/40 {
  --tw-shadow-color: rgb(209 250 223 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/5 {
  --tw-shadow-color: rgb(209 250 223 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/50 {
  --tw-shadow-color: rgb(209 250 223 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/60 {
  --tw-shadow-color: rgb(209 250 223 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/70 {
  --tw-shadow-color: rgb(209 250 223 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/75 {
  --tw-shadow-color: rgb(209 250 223 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/80 {
  --tw-shadow-color: rgb(209 250 223 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/90 {
  --tw-shadow-color: rgb(209 250 223 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/95 {
  --tw-shadow-color: rgb(209 250 223 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/base-opacity-disabled {
  --tw-shadow-color: rgb(209 250 223 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-0 {
  --tw-shadow-color: rgb(209 250 223 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-10 {
  --tw-shadow-color: rgb(209 250 223 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-100 {
  --tw-shadow-color: rgb(209 250 223 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-20 {
  --tw-shadow-color: rgb(209 250 223 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-30 {
  --tw-shadow-color: rgb(209 250 223 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-40 {
  --tw-shadow-color: rgb(209 250 223 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-50 {
  --tw-shadow-color: rgb(209 250 223 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-60 {
  --tw-shadow-color: rgb(209 250 223 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-70 {
  --tw-shadow-color: rgb(209 250 223 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-80 {
  --tw-shadow-color: rgb(209 250 223 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-90 {
  --tw-shadow-color: rgb(209 250 223 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent {
  --tw-shadow-color: #00000000;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/base-opacity-disabled {
  --tw-shadow-color: rgb(0 0 0 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-0 {
  --tw-shadow-color: rgb(0 0 0 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-10 {
  --tw-shadow-color: rgb(0 0 0 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-100 {
  --tw-shadow-color: rgb(0 0 0 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-20 {
  --tw-shadow-color: rgb(0 0 0 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-30 {
  --tw-shadow-color: rgb(0 0 0 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-40 {
  --tw-shadow-color: rgb(0 0 0 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-50 {
  --tw-shadow-color: rgb(0 0 0 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-60 {
  --tw-shadow-color: rgb(0 0 0 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-70 {
  --tw-shadow-color: rgb(0 0 0 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-80 {
  --tw-shadow-color: rgb(0 0 0 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-90 {
  --tw-shadow-color: rgb(0 0 0 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-0 {
  outline-width: 0px;
}
.outline-base-color-bg-accent {
  outline-color: #d1e0ff;
}
.outline-base-color-bg-accent-emphasis {
  outline-color: #155eef;
}
.outline-base-color-bg-accent-emphasis\/0 {
  outline-color: rgb(21 94 239 / 0);
}
.outline-base-color-bg-accent-emphasis\/10 {
  outline-color: rgb(21 94 239 / 0.1);
}
.outline-base-color-bg-accent-emphasis\/100 {
  outline-color: rgb(21 94 239 / 1);
}
.outline-base-color-bg-accent-emphasis\/20 {
  outline-color: rgb(21 94 239 / 0.2);
}
.outline-base-color-bg-accent-emphasis\/25 {
  outline-color: rgb(21 94 239 / 0.25);
}
.outline-base-color-bg-accent-emphasis\/30 {
  outline-color: rgb(21 94 239 / 0.3);
}
.outline-base-color-bg-accent-emphasis\/40 {
  outline-color: rgb(21 94 239 / 0.4);
}
.outline-base-color-bg-accent-emphasis\/5 {
  outline-color: rgb(21 94 239 / 0.05);
}
.outline-base-color-bg-accent-emphasis\/50 {
  outline-color: rgb(21 94 239 / 0.5);
}
.outline-base-color-bg-accent-emphasis\/60 {
  outline-color: rgb(21 94 239 / 0.6);
}
.outline-base-color-bg-accent-emphasis\/70 {
  outline-color: rgb(21 94 239 / 0.7);
}
.outline-base-color-bg-accent-emphasis\/75 {
  outline-color: rgb(21 94 239 / 0.75);
}
.outline-base-color-bg-accent-emphasis\/80 {
  outline-color: rgb(21 94 239 / 0.8);
}
.outline-base-color-bg-accent-emphasis\/90 {
  outline-color: rgb(21 94 239 / 0.9);
}
.outline-base-color-bg-accent-emphasis\/95 {
  outline-color: rgb(21 94 239 / 0.95);
}
.outline-base-color-bg-accent-emphasis\/base-opacity-disabled {
  outline-color: rgb(21 94 239 / 60%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-0 {
  outline-color: rgb(21 94 239 / 0%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-10 {
  outline-color: rgb(21 94 239 / 10%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-100 {
  outline-color: rgb(21 94 239 / 100%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-20 {
  outline-color: rgb(21 94 239 / 20%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-30 {
  outline-color: rgb(21 94 239 / 30%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-40 {
  outline-color: rgb(21 94 239 / 40%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-50 {
  outline-color: rgb(21 94 239 / 50%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-60 {
  outline-color: rgb(21 94 239 / 60%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-70 {
  outline-color: rgb(21 94 239 / 70%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-80 {
  outline-color: rgb(21 94 239 / 80%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-90 {
  outline-color: rgb(21 94 239 / 90%);
}
.outline-base-color-bg-accent-subtle {
  outline-color: #f5f8ff;
}
.outline-base-color-bg-accent-subtle\/0 {
  outline-color: rgb(245 248 255 / 0);
}
.outline-base-color-bg-accent-subtle\/10 {
  outline-color: rgb(245 248 255 / 0.1);
}
.outline-base-color-bg-accent-subtle\/100 {
  outline-color: rgb(245 248 255 / 1);
}
.outline-base-color-bg-accent-subtle\/20 {
  outline-color: rgb(245 248 255 / 0.2);
}
.outline-base-color-bg-accent-subtle\/25 {
  outline-color: rgb(245 248 255 / 0.25);
}
.outline-base-color-bg-accent-subtle\/30 {
  outline-color: rgb(245 248 255 / 0.3);
}
.outline-base-color-bg-accent-subtle\/40 {
  outline-color: rgb(245 248 255 / 0.4);
}
.outline-base-color-bg-accent-subtle\/5 {
  outline-color: rgb(245 248 255 / 0.05);
}
.outline-base-color-bg-accent-subtle\/50 {
  outline-color: rgb(245 248 255 / 0.5);
}
.outline-base-color-bg-accent-subtle\/60 {
  outline-color: rgb(245 248 255 / 0.6);
}
.outline-base-color-bg-accent-subtle\/70 {
  outline-color: rgb(245 248 255 / 0.7);
}
.outline-base-color-bg-accent-subtle\/75 {
  outline-color: rgb(245 248 255 / 0.75);
}
.outline-base-color-bg-accent-subtle\/80 {
  outline-color: rgb(245 248 255 / 0.8);
}
.outline-base-color-bg-accent-subtle\/90 {
  outline-color: rgb(245 248 255 / 0.9);
}
.outline-base-color-bg-accent-subtle\/95 {
  outline-color: rgb(245 248 255 / 0.95);
}
.outline-base-color-bg-accent-subtle\/base-opacity-disabled {
  outline-color: rgb(245 248 255 / 60%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-0 {
  outline-color: rgb(245 248 255 / 0%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-10 {
  outline-color: rgb(245 248 255 / 10%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-100 {
  outline-color: rgb(245 248 255 / 100%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-20 {
  outline-color: rgb(245 248 255 / 20%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-30 {
  outline-color: rgb(245 248 255 / 30%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-40 {
  outline-color: rgb(245 248 255 / 40%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-50 {
  outline-color: rgb(245 248 255 / 50%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-60 {
  outline-color: rgb(245 248 255 / 60%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-70 {
  outline-color: rgb(245 248 255 / 70%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-80 {
  outline-color: rgb(245 248 255 / 80%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-90 {
  outline-color: rgb(245 248 255 / 90%);
}
.outline-base-color-bg-accent\/0 {
  outline-color: rgb(209 224 255 / 0);
}
.outline-base-color-bg-accent\/10 {
  outline-color: rgb(209 224 255 / 0.1);
}
.outline-base-color-bg-accent\/100 {
  outline-color: rgb(209 224 255 / 1);
}
.outline-base-color-bg-accent\/20 {
  outline-color: rgb(209 224 255 / 0.2);
}
.outline-base-color-bg-accent\/25 {
  outline-color: rgb(209 224 255 / 0.25);
}
.outline-base-color-bg-accent\/30 {
  outline-color: rgb(209 224 255 / 0.3);
}
.outline-base-color-bg-accent\/40 {
  outline-color: rgb(209 224 255 / 0.4);
}
.outline-base-color-bg-accent\/5 {
  outline-color: rgb(209 224 255 / 0.05);
}
.outline-base-color-bg-accent\/50 {
  outline-color: rgb(209 224 255 / 0.5);
}
.outline-base-color-bg-accent\/60 {
  outline-color: rgb(209 224 255 / 0.6);
}
.outline-base-color-bg-accent\/70 {
  outline-color: rgb(209 224 255 / 0.7);
}
.outline-base-color-bg-accent\/75 {
  outline-color: rgb(209 224 255 / 0.75);
}
.outline-base-color-bg-accent\/80 {
  outline-color: rgb(209 224 255 / 0.8);
}
.outline-base-color-bg-accent\/90 {
  outline-color: rgb(209 224 255 / 0.9);
}
.outline-base-color-bg-accent\/95 {
  outline-color: rgb(209 224 255 / 0.95);
}
.outline-base-color-bg-accent\/base-opacity-disabled {
  outline-color: rgb(209 224 255 / 60%);
}
.outline-base-color-bg-accent\/core-opacity-0 {
  outline-color: rgb(209 224 255 / 0%);
}
.outline-base-color-bg-accent\/core-opacity-10 {
  outline-color: rgb(209 224 255 / 10%);
}
.outline-base-color-bg-accent\/core-opacity-100 {
  outline-color: rgb(209 224 255 / 100%);
}
.outline-base-color-bg-accent\/core-opacity-20 {
  outline-color: rgb(209 224 255 / 20%);
}
.outline-base-color-bg-accent\/core-opacity-30 {
  outline-color: rgb(209 224 255 / 30%);
}
.outline-base-color-bg-accent\/core-opacity-40 {
  outline-color: rgb(209 224 255 / 40%);
}
.outline-base-color-bg-accent\/core-opacity-50 {
  outline-color: rgb(209 224 255 / 50%);
}
.outline-base-color-bg-accent\/core-opacity-60 {
  outline-color: rgb(209 224 255 / 60%);
}
.outline-base-color-bg-accent\/core-opacity-70 {
  outline-color: rgb(209 224 255 / 70%);
}
.outline-base-color-bg-accent\/core-opacity-80 {
  outline-color: rgb(209 224 255 / 80%);
}
.outline-base-color-bg-accent\/core-opacity-90 {
  outline-color: rgb(209 224 255 / 90%);
}
.outline-base-color-bg-attention {
  outline-color: #fef0c8;
}
.outline-base-color-bg-attention-emphasis {
  outline-color: #dd6903;
}
.outline-base-color-bg-attention-emphasis\/0 {
  outline-color: rgb(221 105 3 / 0);
}
.outline-base-color-bg-attention-emphasis\/10 {
  outline-color: rgb(221 105 3 / 0.1);
}
.outline-base-color-bg-attention-emphasis\/100 {
  outline-color: rgb(221 105 3 / 1);
}
.outline-base-color-bg-attention-emphasis\/20 {
  outline-color: rgb(221 105 3 / 0.2);
}
.outline-base-color-bg-attention-emphasis\/25 {
  outline-color: rgb(221 105 3 / 0.25);
}
.outline-base-color-bg-attention-emphasis\/30 {
  outline-color: rgb(221 105 3 / 0.3);
}
.outline-base-color-bg-attention-emphasis\/40 {
  outline-color: rgb(221 105 3 / 0.4);
}
.outline-base-color-bg-attention-emphasis\/5 {
  outline-color: rgb(221 105 3 / 0.05);
}
.outline-base-color-bg-attention-emphasis\/50 {
  outline-color: rgb(221 105 3 / 0.5);
}
.outline-base-color-bg-attention-emphasis\/60 {
  outline-color: rgb(221 105 3 / 0.6);
}
.outline-base-color-bg-attention-emphasis\/70 {
  outline-color: rgb(221 105 3 / 0.7);
}
.outline-base-color-bg-attention-emphasis\/75 {
  outline-color: rgb(221 105 3 / 0.75);
}
.outline-base-color-bg-attention-emphasis\/80 {
  outline-color: rgb(221 105 3 / 0.8);
}
.outline-base-color-bg-attention-emphasis\/90 {
  outline-color: rgb(221 105 3 / 0.9);
}
.outline-base-color-bg-attention-emphasis\/95 {
  outline-color: rgb(221 105 3 / 0.95);
}
.outline-base-color-bg-attention-emphasis\/base-opacity-disabled {
  outline-color: rgb(221 105 3 / 60%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-0 {
  outline-color: rgb(221 105 3 / 0%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-10 {
  outline-color: rgb(221 105 3 / 10%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-100 {
  outline-color: rgb(221 105 3 / 100%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-20 {
  outline-color: rgb(221 105 3 / 20%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-30 {
  outline-color: rgb(221 105 3 / 30%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-40 {
  outline-color: rgb(221 105 3 / 40%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-50 {
  outline-color: rgb(221 105 3 / 50%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-60 {
  outline-color: rgb(221 105 3 / 60%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-70 {
  outline-color: rgb(221 105 3 / 70%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-80 {
  outline-color: rgb(221 105 3 / 80%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-90 {
  outline-color: rgb(221 105 3 / 90%);
}
.outline-base-color-bg-attention-subtle {
  outline-color: #fffcf5;
}
.outline-base-color-bg-attention-subtle\/0 {
  outline-color: rgb(255 252 245 / 0);
}
.outline-base-color-bg-attention-subtle\/10 {
  outline-color: rgb(255 252 245 / 0.1);
}
.outline-base-color-bg-attention-subtle\/100 {
  outline-color: rgb(255 252 245 / 1);
}
.outline-base-color-bg-attention-subtle\/20 {
  outline-color: rgb(255 252 245 / 0.2);
}
.outline-base-color-bg-attention-subtle\/25 {
  outline-color: rgb(255 252 245 / 0.25);
}
.outline-base-color-bg-attention-subtle\/30 {
  outline-color: rgb(255 252 245 / 0.3);
}
.outline-base-color-bg-attention-subtle\/40 {
  outline-color: rgb(255 252 245 / 0.4);
}
.outline-base-color-bg-attention-subtle\/5 {
  outline-color: rgb(255 252 245 / 0.05);
}
.outline-base-color-bg-attention-subtle\/50 {
  outline-color: rgb(255 252 245 / 0.5);
}
.outline-base-color-bg-attention-subtle\/60 {
  outline-color: rgb(255 252 245 / 0.6);
}
.outline-base-color-bg-attention-subtle\/70 {
  outline-color: rgb(255 252 245 / 0.7);
}
.outline-base-color-bg-attention-subtle\/75 {
  outline-color: rgb(255 252 245 / 0.75);
}
.outline-base-color-bg-attention-subtle\/80 {
  outline-color: rgb(255 252 245 / 0.8);
}
.outline-base-color-bg-attention-subtle\/90 {
  outline-color: rgb(255 252 245 / 0.9);
}
.outline-base-color-bg-attention-subtle\/95 {
  outline-color: rgb(255 252 245 / 0.95);
}
.outline-base-color-bg-attention-subtle\/base-opacity-disabled {
  outline-color: rgb(255 252 245 / 60%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-0 {
  outline-color: rgb(255 252 245 / 0%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-10 {
  outline-color: rgb(255 252 245 / 10%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-100 {
  outline-color: rgb(255 252 245 / 100%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-20 {
  outline-color: rgb(255 252 245 / 20%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-30 {
  outline-color: rgb(255 252 245 / 30%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-40 {
  outline-color: rgb(255 252 245 / 40%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-50 {
  outline-color: rgb(255 252 245 / 50%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-60 {
  outline-color: rgb(255 252 245 / 60%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-70 {
  outline-color: rgb(255 252 245 / 70%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-80 {
  outline-color: rgb(255 252 245 / 80%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-90 {
  outline-color: rgb(255 252 245 / 90%);
}
.outline-base-color-bg-attention\/0 {
  outline-color: rgb(254 240 200 / 0);
}
.outline-base-color-bg-attention\/10 {
  outline-color: rgb(254 240 200 / 0.1);
}
.outline-base-color-bg-attention\/100 {
  outline-color: rgb(254 240 200 / 1);
}
.outline-base-color-bg-attention\/20 {
  outline-color: rgb(254 240 200 / 0.2);
}
.outline-base-color-bg-attention\/25 {
  outline-color: rgb(254 240 200 / 0.25);
}
.outline-base-color-bg-attention\/30 {
  outline-color: rgb(254 240 200 / 0.3);
}
.outline-base-color-bg-attention\/40 {
  outline-color: rgb(254 240 200 / 0.4);
}
.outline-base-color-bg-attention\/5 {
  outline-color: rgb(254 240 200 / 0.05);
}
.outline-base-color-bg-attention\/50 {
  outline-color: rgb(254 240 200 / 0.5);
}
.outline-base-color-bg-attention\/60 {
  outline-color: rgb(254 240 200 / 0.6);
}
.outline-base-color-bg-attention\/70 {
  outline-color: rgb(254 240 200 / 0.7);
}
.outline-base-color-bg-attention\/75 {
  outline-color: rgb(254 240 200 / 0.75);
}
.outline-base-color-bg-attention\/80 {
  outline-color: rgb(254 240 200 / 0.8);
}
.outline-base-color-bg-attention\/90 {
  outline-color: rgb(254 240 200 / 0.9);
}
.outline-base-color-bg-attention\/95 {
  outline-color: rgb(254 240 200 / 0.95);
}
.outline-base-color-bg-attention\/base-opacity-disabled {
  outline-color: rgb(254 240 200 / 60%);
}
.outline-base-color-bg-attention\/core-opacity-0 {
  outline-color: rgb(254 240 200 / 0%);
}
.outline-base-color-bg-attention\/core-opacity-10 {
  outline-color: rgb(254 240 200 / 10%);
}
.outline-base-color-bg-attention\/core-opacity-100 {
  outline-color: rgb(254 240 200 / 100%);
}
.outline-base-color-bg-attention\/core-opacity-20 {
  outline-color: rgb(254 240 200 / 20%);
}
.outline-base-color-bg-attention\/core-opacity-30 {
  outline-color: rgb(254 240 200 / 30%);
}
.outline-base-color-bg-attention\/core-opacity-40 {
  outline-color: rgb(254 240 200 / 40%);
}
.outline-base-color-bg-attention\/core-opacity-50 {
  outline-color: rgb(254 240 200 / 50%);
}
.outline-base-color-bg-attention\/core-opacity-60 {
  outline-color: rgb(254 240 200 / 60%);
}
.outline-base-color-bg-attention\/core-opacity-70 {
  outline-color: rgb(254 240 200 / 70%);
}
.outline-base-color-bg-attention\/core-opacity-80 {
  outline-color: rgb(254 240 200 / 80%);
}
.outline-base-color-bg-attention\/core-opacity-90 {
  outline-color: rgb(254 240 200 / 90%);
}
.outline-base-color-bg-brand {
  outline-color: #cdd6f9;
}
.outline-base-color-bg-brand-emphasis {
  outline-color: #5d5bd7;
}
.outline-base-color-bg-brand-emphasis\/0 {
  outline-color: rgb(93 91 215 / 0);
}
.outline-base-color-bg-brand-emphasis\/10 {
  outline-color: rgb(93 91 215 / 0.1);
}
.outline-base-color-bg-brand-emphasis\/100 {
  outline-color: rgb(93 91 215 / 1);
}
.outline-base-color-bg-brand-emphasis\/20 {
  outline-color: rgb(93 91 215 / 0.2);
}
.outline-base-color-bg-brand-emphasis\/25 {
  outline-color: rgb(93 91 215 / 0.25);
}
.outline-base-color-bg-brand-emphasis\/30 {
  outline-color: rgb(93 91 215 / 0.3);
}
.outline-base-color-bg-brand-emphasis\/40 {
  outline-color: rgb(93 91 215 / 0.4);
}
.outline-base-color-bg-brand-emphasis\/5 {
  outline-color: rgb(93 91 215 / 0.05);
}
.outline-base-color-bg-brand-emphasis\/50 {
  outline-color: rgb(93 91 215 / 0.5);
}
.outline-base-color-bg-brand-emphasis\/60 {
  outline-color: rgb(93 91 215 / 0.6);
}
.outline-base-color-bg-brand-emphasis\/70 {
  outline-color: rgb(93 91 215 / 0.7);
}
.outline-base-color-bg-brand-emphasis\/75 {
  outline-color: rgb(93 91 215 / 0.75);
}
.outline-base-color-bg-brand-emphasis\/80 {
  outline-color: rgb(93 91 215 / 0.8);
}
.outline-base-color-bg-brand-emphasis\/90 {
  outline-color: rgb(93 91 215 / 0.9);
}
.outline-base-color-bg-brand-emphasis\/95 {
  outline-color: rgb(93 91 215 / 0.95);
}
.outline-base-color-bg-brand-emphasis\/base-opacity-disabled {
  outline-color: rgb(93 91 215 / 60%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-0 {
  outline-color: rgb(93 91 215 / 0%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-10 {
  outline-color: rgb(93 91 215 / 10%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-100 {
  outline-color: rgb(93 91 215 / 100%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-20 {
  outline-color: rgb(93 91 215 / 20%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-30 {
  outline-color: rgb(93 91 215 / 30%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-40 {
  outline-color: rgb(93 91 215 / 40%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-50 {
  outline-color: rgb(93 91 215 / 50%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-60 {
  outline-color: rgb(93 91 215 / 60%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-70 {
  outline-color: rgb(93 91 215 / 70%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-80 {
  outline-color: rgb(93 91 215 / 80%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-90 {
  outline-color: rgb(93 91 215 / 90%);
}
.outline-base-color-bg-brand-subtle {
  outline-color: #f2f4fd;
}
.outline-base-color-bg-brand-subtle\/0 {
  outline-color: rgb(242 244 253 / 0);
}
.outline-base-color-bg-brand-subtle\/10 {
  outline-color: rgb(242 244 253 / 0.1);
}
.outline-base-color-bg-brand-subtle\/100 {
  outline-color: rgb(242 244 253 / 1);
}
.outline-base-color-bg-brand-subtle\/20 {
  outline-color: rgb(242 244 253 / 0.2);
}
.outline-base-color-bg-brand-subtle\/25 {
  outline-color: rgb(242 244 253 / 0.25);
}
.outline-base-color-bg-brand-subtle\/30 {
  outline-color: rgb(242 244 253 / 0.3);
}
.outline-base-color-bg-brand-subtle\/40 {
  outline-color: rgb(242 244 253 / 0.4);
}
.outline-base-color-bg-brand-subtle\/5 {
  outline-color: rgb(242 244 253 / 0.05);
}
.outline-base-color-bg-brand-subtle\/50 {
  outline-color: rgb(242 244 253 / 0.5);
}
.outline-base-color-bg-brand-subtle\/60 {
  outline-color: rgb(242 244 253 / 0.6);
}
.outline-base-color-bg-brand-subtle\/70 {
  outline-color: rgb(242 244 253 / 0.7);
}
.outline-base-color-bg-brand-subtle\/75 {
  outline-color: rgb(242 244 253 / 0.75);
}
.outline-base-color-bg-brand-subtle\/80 {
  outline-color: rgb(242 244 253 / 0.8);
}
.outline-base-color-bg-brand-subtle\/90 {
  outline-color: rgb(242 244 253 / 0.9);
}
.outline-base-color-bg-brand-subtle\/95 {
  outline-color: rgb(242 244 253 / 0.95);
}
.outline-base-color-bg-brand-subtle\/base-opacity-disabled {
  outline-color: rgb(242 244 253 / 60%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-0 {
  outline-color: rgb(242 244 253 / 0%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-10 {
  outline-color: rgb(242 244 253 / 10%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-100 {
  outline-color: rgb(242 244 253 / 100%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-20 {
  outline-color: rgb(242 244 253 / 20%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-30 {
  outline-color: rgb(242 244 253 / 30%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-40 {
  outline-color: rgb(242 244 253 / 40%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-50 {
  outline-color: rgb(242 244 253 / 50%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-60 {
  outline-color: rgb(242 244 253 / 60%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-70 {
  outline-color: rgb(242 244 253 / 70%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-80 {
  outline-color: rgb(242 244 253 / 80%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-90 {
  outline-color: rgb(242 244 253 / 90%);
}
.outline-base-color-bg-brand\/0 {
  outline-color: rgb(205 214 249 / 0);
}
.outline-base-color-bg-brand\/10 {
  outline-color: rgb(205 214 249 / 0.1);
}
.outline-base-color-bg-brand\/100 {
  outline-color: rgb(205 214 249 / 1);
}
.outline-base-color-bg-brand\/20 {
  outline-color: rgb(205 214 249 / 0.2);
}
.outline-base-color-bg-brand\/25 {
  outline-color: rgb(205 214 249 / 0.25);
}
.outline-base-color-bg-brand\/30 {
  outline-color: rgb(205 214 249 / 0.3);
}
.outline-base-color-bg-brand\/40 {
  outline-color: rgb(205 214 249 / 0.4);
}
.outline-base-color-bg-brand\/5 {
  outline-color: rgb(205 214 249 / 0.05);
}
.outline-base-color-bg-brand\/50 {
  outline-color: rgb(205 214 249 / 0.5);
}
.outline-base-color-bg-brand\/60 {
  outline-color: rgb(205 214 249 / 0.6);
}
.outline-base-color-bg-brand\/70 {
  outline-color: rgb(205 214 249 / 0.7);
}
.outline-base-color-bg-brand\/75 {
  outline-color: rgb(205 214 249 / 0.75);
}
.outline-base-color-bg-brand\/80 {
  outline-color: rgb(205 214 249 / 0.8);
}
.outline-base-color-bg-brand\/90 {
  outline-color: rgb(205 214 249 / 0.9);
}
.outline-base-color-bg-brand\/95 {
  outline-color: rgb(205 214 249 / 0.95);
}
.outline-base-color-bg-brand\/base-opacity-disabled {
  outline-color: rgb(205 214 249 / 60%);
}
.outline-base-color-bg-brand\/core-opacity-0 {
  outline-color: rgb(205 214 249 / 0%);
}
.outline-base-color-bg-brand\/core-opacity-10 {
  outline-color: rgb(205 214 249 / 10%);
}
.outline-base-color-bg-brand\/core-opacity-100 {
  outline-color: rgb(205 214 249 / 100%);
}
.outline-base-color-bg-brand\/core-opacity-20 {
  outline-color: rgb(205 214 249 / 20%);
}
.outline-base-color-bg-brand\/core-opacity-30 {
  outline-color: rgb(205 214 249 / 30%);
}
.outline-base-color-bg-brand\/core-opacity-40 {
  outline-color: rgb(205 214 249 / 40%);
}
.outline-base-color-bg-brand\/core-opacity-50 {
  outline-color: rgb(205 214 249 / 50%);
}
.outline-base-color-bg-brand\/core-opacity-60 {
  outline-color: rgb(205 214 249 / 60%);
}
.outline-base-color-bg-brand\/core-opacity-70 {
  outline-color: rgb(205 214 249 / 70%);
}
.outline-base-color-bg-brand\/core-opacity-80 {
  outline-color: rgb(205 214 249 / 80%);
}
.outline-base-color-bg-brand\/core-opacity-90 {
  outline-color: rgb(205 214 249 / 90%);
}
.outline-base-color-bg-danger {
  outline-color: #fee3e1;
}
.outline-base-color-bg-danger-emphasis {
  outline-color: #f04438;
}
.outline-base-color-bg-danger-emphasis\/0 {
  outline-color: rgb(240 68 56 / 0);
}
.outline-base-color-bg-danger-emphasis\/10 {
  outline-color: rgb(240 68 56 / 0.1);
}
.outline-base-color-bg-danger-emphasis\/100 {
  outline-color: rgb(240 68 56 / 1);
}
.outline-base-color-bg-danger-emphasis\/20 {
  outline-color: rgb(240 68 56 / 0.2);
}
.outline-base-color-bg-danger-emphasis\/25 {
  outline-color: rgb(240 68 56 / 0.25);
}
.outline-base-color-bg-danger-emphasis\/30 {
  outline-color: rgb(240 68 56 / 0.3);
}
.outline-base-color-bg-danger-emphasis\/40 {
  outline-color: rgb(240 68 56 / 0.4);
}
.outline-base-color-bg-danger-emphasis\/5 {
  outline-color: rgb(240 68 56 / 0.05);
}
.outline-base-color-bg-danger-emphasis\/50 {
  outline-color: rgb(240 68 56 / 0.5);
}
.outline-base-color-bg-danger-emphasis\/60 {
  outline-color: rgb(240 68 56 / 0.6);
}
.outline-base-color-bg-danger-emphasis\/70 {
  outline-color: rgb(240 68 56 / 0.7);
}
.outline-base-color-bg-danger-emphasis\/75 {
  outline-color: rgb(240 68 56 / 0.75);
}
.outline-base-color-bg-danger-emphasis\/80 {
  outline-color: rgb(240 68 56 / 0.8);
}
.outline-base-color-bg-danger-emphasis\/90 {
  outline-color: rgb(240 68 56 / 0.9);
}
.outline-base-color-bg-danger-emphasis\/95 {
  outline-color: rgb(240 68 56 / 0.95);
}
.outline-base-color-bg-danger-emphasis\/base-opacity-disabled {
  outline-color: rgb(240 68 56 / 60%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-0 {
  outline-color: rgb(240 68 56 / 0%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-10 {
  outline-color: rgb(240 68 56 / 10%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-100 {
  outline-color: rgb(240 68 56 / 100%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-20 {
  outline-color: rgb(240 68 56 / 20%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-30 {
  outline-color: rgb(240 68 56 / 30%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-40 {
  outline-color: rgb(240 68 56 / 40%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-50 {
  outline-color: rgb(240 68 56 / 50%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-60 {
  outline-color: rgb(240 68 56 / 60%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-70 {
  outline-color: rgb(240 68 56 / 70%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-80 {
  outline-color: rgb(240 68 56 / 80%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-90 {
  outline-color: rgb(240 68 56 / 90%);
}
.outline-base-color-bg-danger-subtle {
  outline-color: #fffbfa;
}
.outline-base-color-bg-danger-subtle\/0 {
  outline-color: rgb(255 251 250 / 0);
}
.outline-base-color-bg-danger-subtle\/10 {
  outline-color: rgb(255 251 250 / 0.1);
}
.outline-base-color-bg-danger-subtle\/100 {
  outline-color: rgb(255 251 250 / 1);
}
.outline-base-color-bg-danger-subtle\/20 {
  outline-color: rgb(255 251 250 / 0.2);
}
.outline-base-color-bg-danger-subtle\/25 {
  outline-color: rgb(255 251 250 / 0.25);
}
.outline-base-color-bg-danger-subtle\/30 {
  outline-color: rgb(255 251 250 / 0.3);
}
.outline-base-color-bg-danger-subtle\/40 {
  outline-color: rgb(255 251 250 / 0.4);
}
.outline-base-color-bg-danger-subtle\/5 {
  outline-color: rgb(255 251 250 / 0.05);
}
.outline-base-color-bg-danger-subtle\/50 {
  outline-color: rgb(255 251 250 / 0.5);
}
.outline-base-color-bg-danger-subtle\/60 {
  outline-color: rgb(255 251 250 / 0.6);
}
.outline-base-color-bg-danger-subtle\/70 {
  outline-color: rgb(255 251 250 / 0.7);
}
.outline-base-color-bg-danger-subtle\/75 {
  outline-color: rgb(255 251 250 / 0.75);
}
.outline-base-color-bg-danger-subtle\/80 {
  outline-color: rgb(255 251 250 / 0.8);
}
.outline-base-color-bg-danger-subtle\/90 {
  outline-color: rgb(255 251 250 / 0.9);
}
.outline-base-color-bg-danger-subtle\/95 {
  outline-color: rgb(255 251 250 / 0.95);
}
.outline-base-color-bg-danger-subtle\/base-opacity-disabled {
  outline-color: rgb(255 251 250 / 60%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-0 {
  outline-color: rgb(255 251 250 / 0%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-10 {
  outline-color: rgb(255 251 250 / 10%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-100 {
  outline-color: rgb(255 251 250 / 100%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-20 {
  outline-color: rgb(255 251 250 / 20%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-30 {
  outline-color: rgb(255 251 250 / 30%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-40 {
  outline-color: rgb(255 251 250 / 40%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-50 {
  outline-color: rgb(255 251 250 / 50%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-60 {
  outline-color: rgb(255 251 250 / 60%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-70 {
  outline-color: rgb(255 251 250 / 70%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-80 {
  outline-color: rgb(255 251 250 / 80%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-90 {
  outline-color: rgb(255 251 250 / 90%);
}
.outline-base-color-bg-danger\/0 {
  outline-color: rgb(254 227 225 / 0);
}
.outline-base-color-bg-danger\/10 {
  outline-color: rgb(254 227 225 / 0.1);
}
.outline-base-color-bg-danger\/100 {
  outline-color: rgb(254 227 225 / 1);
}
.outline-base-color-bg-danger\/20 {
  outline-color: rgb(254 227 225 / 0.2);
}
.outline-base-color-bg-danger\/25 {
  outline-color: rgb(254 227 225 / 0.25);
}
.outline-base-color-bg-danger\/30 {
  outline-color: rgb(254 227 225 / 0.3);
}
.outline-base-color-bg-danger\/40 {
  outline-color: rgb(254 227 225 / 0.4);
}
.outline-base-color-bg-danger\/5 {
  outline-color: rgb(254 227 225 / 0.05);
}
.outline-base-color-bg-danger\/50 {
  outline-color: rgb(254 227 225 / 0.5);
}
.outline-base-color-bg-danger\/60 {
  outline-color: rgb(254 227 225 / 0.6);
}
.outline-base-color-bg-danger\/70 {
  outline-color: rgb(254 227 225 / 0.7);
}
.outline-base-color-bg-danger\/75 {
  outline-color: rgb(254 227 225 / 0.75);
}
.outline-base-color-bg-danger\/80 {
  outline-color: rgb(254 227 225 / 0.8);
}
.outline-base-color-bg-danger\/90 {
  outline-color: rgb(254 227 225 / 0.9);
}
.outline-base-color-bg-danger\/95 {
  outline-color: rgb(254 227 225 / 0.95);
}
.outline-base-color-bg-danger\/base-opacity-disabled {
  outline-color: rgb(254 227 225 / 60%);
}
.outline-base-color-bg-danger\/core-opacity-0 {
  outline-color: rgb(254 227 225 / 0%);
}
.outline-base-color-bg-danger\/core-opacity-10 {
  outline-color: rgb(254 227 225 / 10%);
}
.outline-base-color-bg-danger\/core-opacity-100 {
  outline-color: rgb(254 227 225 / 100%);
}
.outline-base-color-bg-danger\/core-opacity-20 {
  outline-color: rgb(254 227 225 / 20%);
}
.outline-base-color-bg-danger\/core-opacity-30 {
  outline-color: rgb(254 227 225 / 30%);
}
.outline-base-color-bg-danger\/core-opacity-40 {
  outline-color: rgb(254 227 225 / 40%);
}
.outline-base-color-bg-danger\/core-opacity-50 {
  outline-color: rgb(254 227 225 / 50%);
}
.outline-base-color-bg-danger\/core-opacity-60 {
  outline-color: rgb(254 227 225 / 60%);
}
.outline-base-color-bg-danger\/core-opacity-70 {
  outline-color: rgb(254 227 225 / 70%);
}
.outline-base-color-bg-danger\/core-opacity-80 {
  outline-color: rgb(254 227 225 / 80%);
}
.outline-base-color-bg-danger\/core-opacity-90 {
  outline-color: rgb(254 227 225 / 90%);
}
.outline-base-color-bg-default {
  outline-color: #ffffff;
}
.outline-base-color-bg-default\/0 {
  outline-color: rgb(255 255 255 / 0);
}
.outline-base-color-bg-default\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-base-color-bg-default\/100 {
  outline-color: rgb(255 255 255 / 1);
}
.outline-base-color-bg-default\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-base-color-bg-default\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-base-color-bg-default\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-base-color-bg-default\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-base-color-bg-default\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-base-color-bg-default\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-base-color-bg-default\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-base-color-bg-default\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-base-color-bg-default\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-base-color-bg-default\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-base-color-bg-default\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-base-color-bg-default\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}
.outline-base-color-bg-default\/base-opacity-disabled {
  outline-color: rgb(255 255 255 / 60%);
}
.outline-base-color-bg-default\/core-opacity-0 {
  outline-color: rgb(255 255 255 / 0%);
}
.outline-base-color-bg-default\/core-opacity-10 {
  outline-color: rgb(255 255 255 / 10%);
}
.outline-base-color-bg-default\/core-opacity-100 {
  outline-color: rgb(255 255 255 / 100%);
}
.outline-base-color-bg-default\/core-opacity-20 {
  outline-color: rgb(255 255 255 / 20%);
}
.outline-base-color-bg-default\/core-opacity-30 {
  outline-color: rgb(255 255 255 / 30%);
}
.outline-base-color-bg-default\/core-opacity-40 {
  outline-color: rgb(255 255 255 / 40%);
}
.outline-base-color-bg-default\/core-opacity-50 {
  outline-color: rgb(255 255 255 / 50%);
}
.outline-base-color-bg-default\/core-opacity-60 {
  outline-color: rgb(255 255 255 / 60%);
}
.outline-base-color-bg-default\/core-opacity-70 {
  outline-color: rgb(255 255 255 / 70%);
}
.outline-base-color-bg-default\/core-opacity-80 {
  outline-color: rgb(255 255 255 / 80%);
}
.outline-base-color-bg-default\/core-opacity-90 {
  outline-color: rgb(255 255 255 / 90%);
}
.outline-base-color-bg-emphasis {
  outline-color: #101828;
}
.outline-base-color-bg-emphasis\/0 {
  outline-color: rgb(16 24 40 / 0);
}
.outline-base-color-bg-emphasis\/10 {
  outline-color: rgb(16 24 40 / 0.1);
}
.outline-base-color-bg-emphasis\/100 {
  outline-color: rgb(16 24 40 / 1);
}
.outline-base-color-bg-emphasis\/20 {
  outline-color: rgb(16 24 40 / 0.2);
}
.outline-base-color-bg-emphasis\/25 {
  outline-color: rgb(16 24 40 / 0.25);
}
.outline-base-color-bg-emphasis\/30 {
  outline-color: rgb(16 24 40 / 0.3);
}
.outline-base-color-bg-emphasis\/40 {
  outline-color: rgb(16 24 40 / 0.4);
}
.outline-base-color-bg-emphasis\/5 {
  outline-color: rgb(16 24 40 / 0.05);
}
.outline-base-color-bg-emphasis\/50 {
  outline-color: rgb(16 24 40 / 0.5);
}
.outline-base-color-bg-emphasis\/60 {
  outline-color: rgb(16 24 40 / 0.6);
}
.outline-base-color-bg-emphasis\/70 {
  outline-color: rgb(16 24 40 / 0.7);
}
.outline-base-color-bg-emphasis\/75 {
  outline-color: rgb(16 24 40 / 0.75);
}
.outline-base-color-bg-emphasis\/80 {
  outline-color: rgb(16 24 40 / 0.8);
}
.outline-base-color-bg-emphasis\/90 {
  outline-color: rgb(16 24 40 / 0.9);
}
.outline-base-color-bg-emphasis\/95 {
  outline-color: rgb(16 24 40 / 0.95);
}
.outline-base-color-bg-emphasis\/base-opacity-disabled {
  outline-color: rgb(16 24 40 / 60%);
}
.outline-base-color-bg-emphasis\/core-opacity-0 {
  outline-color: rgb(16 24 40 / 0%);
}
.outline-base-color-bg-emphasis\/core-opacity-10 {
  outline-color: rgb(16 24 40 / 10%);
}
.outline-base-color-bg-emphasis\/core-opacity-100 {
  outline-color: rgb(16 24 40 / 100%);
}
.outline-base-color-bg-emphasis\/core-opacity-20 {
  outline-color: rgb(16 24 40 / 20%);
}
.outline-base-color-bg-emphasis\/core-opacity-30 {
  outline-color: rgb(16 24 40 / 30%);
}
.outline-base-color-bg-emphasis\/core-opacity-40 {
  outline-color: rgb(16 24 40 / 40%);
}
.outline-base-color-bg-emphasis\/core-opacity-50 {
  outline-color: rgb(16 24 40 / 50%);
}
.outline-base-color-bg-emphasis\/core-opacity-60 {
  outline-color: rgb(16 24 40 / 60%);
}
.outline-base-color-bg-emphasis\/core-opacity-70 {
  outline-color: rgb(16 24 40 / 70%);
}
.outline-base-color-bg-emphasis\/core-opacity-80 {
  outline-color: rgb(16 24 40 / 80%);
}
.outline-base-color-bg-emphasis\/core-opacity-90 {
  outline-color: rgb(16 24 40 / 90%);
}
.outline-base-color-bg-muted {
  outline-color: #eaecf0;
}
.outline-base-color-bg-muted\/0 {
  outline-color: rgb(234 236 240 / 0);
}
.outline-base-color-bg-muted\/10 {
  outline-color: rgb(234 236 240 / 0.1);
}
.outline-base-color-bg-muted\/100 {
  outline-color: rgb(234 236 240 / 1);
}
.outline-base-color-bg-muted\/20 {
  outline-color: rgb(234 236 240 / 0.2);
}
.outline-base-color-bg-muted\/25 {
  outline-color: rgb(234 236 240 / 0.25);
}
.outline-base-color-bg-muted\/30 {
  outline-color: rgb(234 236 240 / 0.3);
}
.outline-base-color-bg-muted\/40 {
  outline-color: rgb(234 236 240 / 0.4);
}
.outline-base-color-bg-muted\/5 {
  outline-color: rgb(234 236 240 / 0.05);
}
.outline-base-color-bg-muted\/50 {
  outline-color: rgb(234 236 240 / 0.5);
}
.outline-base-color-bg-muted\/60 {
  outline-color: rgb(234 236 240 / 0.6);
}
.outline-base-color-bg-muted\/70 {
  outline-color: rgb(234 236 240 / 0.7);
}
.outline-base-color-bg-muted\/75 {
  outline-color: rgb(234 236 240 / 0.75);
}
.outline-base-color-bg-muted\/80 {
  outline-color: rgb(234 236 240 / 0.8);
}
.outline-base-color-bg-muted\/90 {
  outline-color: rgb(234 236 240 / 0.9);
}
.outline-base-color-bg-muted\/95 {
  outline-color: rgb(234 236 240 / 0.95);
}
.outline-base-color-bg-muted\/base-opacity-disabled {
  outline-color: rgb(234 236 240 / 60%);
}
.outline-base-color-bg-muted\/core-opacity-0 {
  outline-color: rgb(234 236 240 / 0%);
}
.outline-base-color-bg-muted\/core-opacity-10 {
  outline-color: rgb(234 236 240 / 10%);
}
.outline-base-color-bg-muted\/core-opacity-100 {
  outline-color: rgb(234 236 240 / 100%);
}
.outline-base-color-bg-muted\/core-opacity-20 {
  outline-color: rgb(234 236 240 / 20%);
}
.outline-base-color-bg-muted\/core-opacity-30 {
  outline-color: rgb(234 236 240 / 30%);
}
.outline-base-color-bg-muted\/core-opacity-40 {
  outline-color: rgb(234 236 240 / 40%);
}
.outline-base-color-bg-muted\/core-opacity-50 {
  outline-color: rgb(234 236 240 / 50%);
}
.outline-base-color-bg-muted\/core-opacity-60 {
  outline-color: rgb(234 236 240 / 60%);
}
.outline-base-color-bg-muted\/core-opacity-70 {
  outline-color: rgb(234 236 240 / 70%);
}
.outline-base-color-bg-muted\/core-opacity-80 {
  outline-color: rgb(234 236 240 / 80%);
}
.outline-base-color-bg-muted\/core-opacity-90 {
  outline-color: rgb(234 236 240 / 90%);
}
.outline-base-color-bg-subtle {
  outline-color: #f2f4f7;
}
.outline-base-color-bg-subtle\/0 {
  outline-color: rgb(242 244 247 / 0);
}
.outline-base-color-bg-subtle\/10 {
  outline-color: rgb(242 244 247 / 0.1);
}
.outline-base-color-bg-subtle\/100 {
  outline-color: rgb(242 244 247 / 1);
}
.outline-base-color-bg-subtle\/20 {
  outline-color: rgb(242 244 247 / 0.2);
}
.outline-base-color-bg-subtle\/25 {
  outline-color: rgb(242 244 247 / 0.25);
}
.outline-base-color-bg-subtle\/30 {
  outline-color: rgb(242 244 247 / 0.3);
}
.outline-base-color-bg-subtle\/40 {
  outline-color: rgb(242 244 247 / 0.4);
}
.outline-base-color-bg-subtle\/5 {
  outline-color: rgb(242 244 247 / 0.05);
}
.outline-base-color-bg-subtle\/50 {
  outline-color: rgb(242 244 247 / 0.5);
}
.outline-base-color-bg-subtle\/60 {
  outline-color: rgb(242 244 247 / 0.6);
}
.outline-base-color-bg-subtle\/70 {
  outline-color: rgb(242 244 247 / 0.7);
}
.outline-base-color-bg-subtle\/75 {
  outline-color: rgb(242 244 247 / 0.75);
}
.outline-base-color-bg-subtle\/80 {
  outline-color: rgb(242 244 247 / 0.8);
}
.outline-base-color-bg-subtle\/90 {
  outline-color: rgb(242 244 247 / 0.9);
}
.outline-base-color-bg-subtle\/95 {
  outline-color: rgb(242 244 247 / 0.95);
}
.outline-base-color-bg-subtle\/base-opacity-disabled {
  outline-color: rgb(242 244 247 / 60%);
}
.outline-base-color-bg-subtle\/core-opacity-0 {
  outline-color: rgb(242 244 247 / 0%);
}
.outline-base-color-bg-subtle\/core-opacity-10 {
  outline-color: rgb(242 244 247 / 10%);
}
.outline-base-color-bg-subtle\/core-opacity-100 {
  outline-color: rgb(242 244 247 / 100%);
}
.outline-base-color-bg-subtle\/core-opacity-20 {
  outline-color: rgb(242 244 247 / 20%);
}
.outline-base-color-bg-subtle\/core-opacity-30 {
  outline-color: rgb(242 244 247 / 30%);
}
.outline-base-color-bg-subtle\/core-opacity-40 {
  outline-color: rgb(242 244 247 / 40%);
}
.outline-base-color-bg-subtle\/core-opacity-50 {
  outline-color: rgb(242 244 247 / 50%);
}
.outline-base-color-bg-subtle\/core-opacity-60 {
  outline-color: rgb(242 244 247 / 60%);
}
.outline-base-color-bg-subtle\/core-opacity-70 {
  outline-color: rgb(242 244 247 / 70%);
}
.outline-base-color-bg-subtle\/core-opacity-80 {
  outline-color: rgb(242 244 247 / 80%);
}
.outline-base-color-bg-subtle\/core-opacity-90 {
  outline-color: rgb(242 244 247 / 90%);
}
.outline-base-color-bg-success {
  outline-color: #d1fadf;
}
.outline-base-color-bg-success-emphasis {
  outline-color: #12b569;
}
.outline-base-color-bg-success-emphasis\/0 {
  outline-color: rgb(18 181 105 / 0);
}
.outline-base-color-bg-success-emphasis\/10 {
  outline-color: rgb(18 181 105 / 0.1);
}
.outline-base-color-bg-success-emphasis\/100 {
  outline-color: rgb(18 181 105 / 1);
}
.outline-base-color-bg-success-emphasis\/20 {
  outline-color: rgb(18 181 105 / 0.2);
}
.outline-base-color-bg-success-emphasis\/25 {
  outline-color: rgb(18 181 105 / 0.25);
}
.outline-base-color-bg-success-emphasis\/30 {
  outline-color: rgb(18 181 105 / 0.3);
}
.outline-base-color-bg-success-emphasis\/40 {
  outline-color: rgb(18 181 105 / 0.4);
}
.outline-base-color-bg-success-emphasis\/5 {
  outline-color: rgb(18 181 105 / 0.05);
}
.outline-base-color-bg-success-emphasis\/50 {
  outline-color: rgb(18 181 105 / 0.5);
}
.outline-base-color-bg-success-emphasis\/60 {
  outline-color: rgb(18 181 105 / 0.6);
}
.outline-base-color-bg-success-emphasis\/70 {
  outline-color: rgb(18 181 105 / 0.7);
}
.outline-base-color-bg-success-emphasis\/75 {
  outline-color: rgb(18 181 105 / 0.75);
}
.outline-base-color-bg-success-emphasis\/80 {
  outline-color: rgb(18 181 105 / 0.8);
}
.outline-base-color-bg-success-emphasis\/90 {
  outline-color: rgb(18 181 105 / 0.9);
}
.outline-base-color-bg-success-emphasis\/95 {
  outline-color: rgb(18 181 105 / 0.95);
}
.outline-base-color-bg-success-emphasis\/base-opacity-disabled {
  outline-color: rgb(18 181 105 / 60%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-0 {
  outline-color: rgb(18 181 105 / 0%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-10 {
  outline-color: rgb(18 181 105 / 10%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-100 {
  outline-color: rgb(18 181 105 / 100%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-20 {
  outline-color: rgb(18 181 105 / 20%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-30 {
  outline-color: rgb(18 181 105 / 30%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-40 {
  outline-color: rgb(18 181 105 / 40%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-50 {
  outline-color: rgb(18 181 105 / 50%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-60 {
  outline-color: rgb(18 181 105 / 60%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-70 {
  outline-color: rgb(18 181 105 / 70%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-80 {
  outline-color: rgb(18 181 105 / 80%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-90 {
  outline-color: rgb(18 181 105 / 90%);
}
.outline-base-color-bg-success-subtle {
  outline-color: #f6fef9;
}
.outline-base-color-bg-success-subtle\/0 {
  outline-color: rgb(246 254 249 / 0);
}
.outline-base-color-bg-success-subtle\/10 {
  outline-color: rgb(246 254 249 / 0.1);
}
.outline-base-color-bg-success-subtle\/100 {
  outline-color: rgb(246 254 249 / 1);
}
.outline-base-color-bg-success-subtle\/20 {
  outline-color: rgb(246 254 249 / 0.2);
}
.outline-base-color-bg-success-subtle\/25 {
  outline-color: rgb(246 254 249 / 0.25);
}
.outline-base-color-bg-success-subtle\/30 {
  outline-color: rgb(246 254 249 / 0.3);
}
.outline-base-color-bg-success-subtle\/40 {
  outline-color: rgb(246 254 249 / 0.4);
}
.outline-base-color-bg-success-subtle\/5 {
  outline-color: rgb(246 254 249 / 0.05);
}
.outline-base-color-bg-success-subtle\/50 {
  outline-color: rgb(246 254 249 / 0.5);
}
.outline-base-color-bg-success-subtle\/60 {
  outline-color: rgb(246 254 249 / 0.6);
}
.outline-base-color-bg-success-subtle\/70 {
  outline-color: rgb(246 254 249 / 0.7);
}
.outline-base-color-bg-success-subtle\/75 {
  outline-color: rgb(246 254 249 / 0.75);
}
.outline-base-color-bg-success-subtle\/80 {
  outline-color: rgb(246 254 249 / 0.8);
}
.outline-base-color-bg-success-subtle\/90 {
  outline-color: rgb(246 254 249 / 0.9);
}
.outline-base-color-bg-success-subtle\/95 {
  outline-color: rgb(246 254 249 / 0.95);
}
.outline-base-color-bg-success-subtle\/base-opacity-disabled {
  outline-color: rgb(246 254 249 / 60%);
}
.outline-base-color-bg-success-subtle\/core-opacity-0 {
  outline-color: rgb(246 254 249 / 0%);
}
.outline-base-color-bg-success-subtle\/core-opacity-10 {
  outline-color: rgb(246 254 249 / 10%);
}
.outline-base-color-bg-success-subtle\/core-opacity-100 {
  outline-color: rgb(246 254 249 / 100%);
}
.outline-base-color-bg-success-subtle\/core-opacity-20 {
  outline-color: rgb(246 254 249 / 20%);
}
.outline-base-color-bg-success-subtle\/core-opacity-30 {
  outline-color: rgb(246 254 249 / 30%);
}
.outline-base-color-bg-success-subtle\/core-opacity-40 {
  outline-color: rgb(246 254 249 / 40%);
}
.outline-base-color-bg-success-subtle\/core-opacity-50 {
  outline-color: rgb(246 254 249 / 50%);
}
.outline-base-color-bg-success-subtle\/core-opacity-60 {
  outline-color: rgb(246 254 249 / 60%);
}
.outline-base-color-bg-success-subtle\/core-opacity-70 {
  outline-color: rgb(246 254 249 / 70%);
}
.outline-base-color-bg-success-subtle\/core-opacity-80 {
  outline-color: rgb(246 254 249 / 80%);
}
.outline-base-color-bg-success-subtle\/core-opacity-90 {
  outline-color: rgb(246 254 249 / 90%);
}
.outline-base-color-bg-success\/0 {
  outline-color: rgb(209 250 223 / 0);
}
.outline-base-color-bg-success\/10 {
  outline-color: rgb(209 250 223 / 0.1);
}
.outline-base-color-bg-success\/100 {
  outline-color: rgb(209 250 223 / 1);
}
.outline-base-color-bg-success\/20 {
  outline-color: rgb(209 250 223 / 0.2);
}
.outline-base-color-bg-success\/25 {
  outline-color: rgb(209 250 223 / 0.25);
}
.outline-base-color-bg-success\/30 {
  outline-color: rgb(209 250 223 / 0.3);
}
.outline-base-color-bg-success\/40 {
  outline-color: rgb(209 250 223 / 0.4);
}
.outline-base-color-bg-success\/5 {
  outline-color: rgb(209 250 223 / 0.05);
}
.outline-base-color-bg-success\/50 {
  outline-color: rgb(209 250 223 / 0.5);
}
.outline-base-color-bg-success\/60 {
  outline-color: rgb(209 250 223 / 0.6);
}
.outline-base-color-bg-success\/70 {
  outline-color: rgb(209 250 223 / 0.7);
}
.outline-base-color-bg-success\/75 {
  outline-color: rgb(209 250 223 / 0.75);
}
.outline-base-color-bg-success\/80 {
  outline-color: rgb(209 250 223 / 0.8);
}
.outline-base-color-bg-success\/90 {
  outline-color: rgb(209 250 223 / 0.9);
}
.outline-base-color-bg-success\/95 {
  outline-color: rgb(209 250 223 / 0.95);
}
.outline-base-color-bg-success\/base-opacity-disabled {
  outline-color: rgb(209 250 223 / 60%);
}
.outline-base-color-bg-success\/core-opacity-0 {
  outline-color: rgb(209 250 223 / 0%);
}
.outline-base-color-bg-success\/core-opacity-10 {
  outline-color: rgb(209 250 223 / 10%);
}
.outline-base-color-bg-success\/core-opacity-100 {
  outline-color: rgb(209 250 223 / 100%);
}
.outline-base-color-bg-success\/core-opacity-20 {
  outline-color: rgb(209 250 223 / 20%);
}
.outline-base-color-bg-success\/core-opacity-30 {
  outline-color: rgb(209 250 223 / 30%);
}
.outline-base-color-bg-success\/core-opacity-40 {
  outline-color: rgb(209 250 223 / 40%);
}
.outline-base-color-bg-success\/core-opacity-50 {
  outline-color: rgb(209 250 223 / 50%);
}
.outline-base-color-bg-success\/core-opacity-60 {
  outline-color: rgb(209 250 223 / 60%);
}
.outline-base-color-bg-success\/core-opacity-70 {
  outline-color: rgb(209 250 223 / 70%);
}
.outline-base-color-bg-success\/core-opacity-80 {
  outline-color: rgb(209 250 223 / 80%);
}
.outline-base-color-bg-success\/core-opacity-90 {
  outline-color: rgb(209 250 223 / 90%);
}
.outline-base-color-bg-transparent {
  outline-color: #00000000;
}
.outline-base-color-bg-transparent\/0 {
  outline-color: rgb(0 0 0 / 0);
}
.outline-base-color-bg-transparent\/10 {
  outline-color: rgb(0 0 0 / 0.1);
}
.outline-base-color-bg-transparent\/100 {
  outline-color: rgb(0 0 0 / 1);
}
.outline-base-color-bg-transparent\/20 {
  outline-color: rgb(0 0 0 / 0.2);
}
.outline-base-color-bg-transparent\/25 {
  outline-color: rgb(0 0 0 / 0.25);
}
.outline-base-color-bg-transparent\/30 {
  outline-color: rgb(0 0 0 / 0.3);
}
.outline-base-color-bg-transparent\/40 {
  outline-color: rgb(0 0 0 / 0.4);
}
.outline-base-color-bg-transparent\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}
.outline-base-color-bg-transparent\/50 {
  outline-color: rgb(0 0 0 / 0.5);
}
.outline-base-color-bg-transparent\/60 {
  outline-color: rgb(0 0 0 / 0.6);
}
.outline-base-color-bg-transparent\/70 {
  outline-color: rgb(0 0 0 / 0.7);
}
.outline-base-color-bg-transparent\/75 {
  outline-color: rgb(0 0 0 / 0.75);
}
.outline-base-color-bg-transparent\/80 {
  outline-color: rgb(0 0 0 / 0.8);
}
.outline-base-color-bg-transparent\/90 {
  outline-color: rgb(0 0 0 / 0.9);
}
.outline-base-color-bg-transparent\/95 {
  outline-color: rgb(0 0 0 / 0.95);
}
.outline-base-color-bg-transparent\/base-opacity-disabled {
  outline-color: rgb(0 0 0 / 60%);
}
.outline-base-color-bg-transparent\/core-opacity-0 {
  outline-color: rgb(0 0 0 / 0%);
}
.outline-base-color-bg-transparent\/core-opacity-10 {
  outline-color: rgb(0 0 0 / 10%);
}
.outline-base-color-bg-transparent\/core-opacity-100 {
  outline-color: rgb(0 0 0 / 100%);
}
.outline-base-color-bg-transparent\/core-opacity-20 {
  outline-color: rgb(0 0 0 / 20%);
}
.outline-base-color-bg-transparent\/core-opacity-30 {
  outline-color: rgb(0 0 0 / 30%);
}
.outline-base-color-bg-transparent\/core-opacity-40 {
  outline-color: rgb(0 0 0 / 40%);
}
.outline-base-color-bg-transparent\/core-opacity-50 {
  outline-color: rgb(0 0 0 / 50%);
}
.outline-base-color-bg-transparent\/core-opacity-60 {
  outline-color: rgb(0 0 0 / 60%);
}
.outline-base-color-bg-transparent\/core-opacity-70 {
  outline-color: rgb(0 0 0 / 70%);
}
.outline-base-color-bg-transparent\/core-opacity-80 {
  outline-color: rgb(0 0 0 / 80%);
}
.outline-base-color-bg-transparent\/core-opacity-90 {
  outline-color: rgb(0 0 0 / 90%);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-base-color-bg-accent {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 224 255 / var(--tw-ring-opacity));
}
.ring-base-color-bg-accent-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 239 / var(--tw-ring-opacity));
}
.ring-base-color-bg-accent-emphasis\/0 {
  --tw-ring-color: rgb(21 94 239 / 0);
}
.ring-base-color-bg-accent-emphasis\/10 {
  --tw-ring-color: rgb(21 94 239 / 0.1);
}
.ring-base-color-bg-accent-emphasis\/100 {
  --tw-ring-color: rgb(21 94 239 / 1);
}
.ring-base-color-bg-accent-emphasis\/20 {
  --tw-ring-color: rgb(21 94 239 / 0.2);
}
.ring-base-color-bg-accent-emphasis\/25 {
  --tw-ring-color: rgb(21 94 239 / 0.25);
}
.ring-base-color-bg-accent-emphasis\/30 {
  --tw-ring-color: rgb(21 94 239 / 0.3);
}
.ring-base-color-bg-accent-emphasis\/40 {
  --tw-ring-color: rgb(21 94 239 / 0.4);
}
.ring-base-color-bg-accent-emphasis\/5 {
  --tw-ring-color: rgb(21 94 239 / 0.05);
}
.ring-base-color-bg-accent-emphasis\/50 {
  --tw-ring-color: rgb(21 94 239 / 0.5);
}
.ring-base-color-bg-accent-emphasis\/60 {
  --tw-ring-color: rgb(21 94 239 / 0.6);
}
.ring-base-color-bg-accent-emphasis\/70 {
  --tw-ring-color: rgb(21 94 239 / 0.7);
}
.ring-base-color-bg-accent-emphasis\/75 {
  --tw-ring-color: rgb(21 94 239 / 0.75);
}
.ring-base-color-bg-accent-emphasis\/80 {
  --tw-ring-color: rgb(21 94 239 / 0.8);
}
.ring-base-color-bg-accent-emphasis\/90 {
  --tw-ring-color: rgb(21 94 239 / 0.9);
}
.ring-base-color-bg-accent-emphasis\/95 {
  --tw-ring-color: rgb(21 94 239 / 0.95);
}
.ring-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(21 94 239 / 60%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(21 94 239 / 0%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(21 94 239 / 10%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(21 94 239 / 100%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(21 94 239 / 20%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(21 94 239 / 30%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(21 94 239 / 40%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(21 94 239 / 50%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(21 94 239 / 60%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(21 94 239 / 70%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(21 94 239 / 80%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(21 94 239 / 90%);
}
.ring-base-color-bg-accent-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 248 255 / var(--tw-ring-opacity));
}
.ring-base-color-bg-accent-subtle\/0 {
  --tw-ring-color: rgb(245 248 255 / 0);
}
.ring-base-color-bg-accent-subtle\/10 {
  --tw-ring-color: rgb(245 248 255 / 0.1);
}
.ring-base-color-bg-accent-subtle\/100 {
  --tw-ring-color: rgb(245 248 255 / 1);
}
.ring-base-color-bg-accent-subtle\/20 {
  --tw-ring-color: rgb(245 248 255 / 0.2);
}
.ring-base-color-bg-accent-subtle\/25 {
  --tw-ring-color: rgb(245 248 255 / 0.25);
}
.ring-base-color-bg-accent-subtle\/30 {
  --tw-ring-color: rgb(245 248 255 / 0.3);
}
.ring-base-color-bg-accent-subtle\/40 {
  --tw-ring-color: rgb(245 248 255 / 0.4);
}
.ring-base-color-bg-accent-subtle\/5 {
  --tw-ring-color: rgb(245 248 255 / 0.05);
}
.ring-base-color-bg-accent-subtle\/50 {
  --tw-ring-color: rgb(245 248 255 / 0.5);
}
.ring-base-color-bg-accent-subtle\/60 {
  --tw-ring-color: rgb(245 248 255 / 0.6);
}
.ring-base-color-bg-accent-subtle\/70 {
  --tw-ring-color: rgb(245 248 255 / 0.7);
}
.ring-base-color-bg-accent-subtle\/75 {
  --tw-ring-color: rgb(245 248 255 / 0.75);
}
.ring-base-color-bg-accent-subtle\/80 {
  --tw-ring-color: rgb(245 248 255 / 0.8);
}
.ring-base-color-bg-accent-subtle\/90 {
  --tw-ring-color: rgb(245 248 255 / 0.9);
}
.ring-base-color-bg-accent-subtle\/95 {
  --tw-ring-color: rgb(245 248 255 / 0.95);
}
.ring-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(245 248 255 / 60%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(245 248 255 / 0%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(245 248 255 / 10%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(245 248 255 / 100%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(245 248 255 / 20%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(245 248 255 / 30%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(245 248 255 / 40%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(245 248 255 / 50%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(245 248 255 / 60%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(245 248 255 / 70%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(245 248 255 / 80%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(245 248 255 / 90%);
}
.ring-base-color-bg-accent\/0 {
  --tw-ring-color: rgb(209 224 255 / 0);
}
.ring-base-color-bg-accent\/10 {
  --tw-ring-color: rgb(209 224 255 / 0.1);
}
.ring-base-color-bg-accent\/100 {
  --tw-ring-color: rgb(209 224 255 / 1);
}
.ring-base-color-bg-accent\/20 {
  --tw-ring-color: rgb(209 224 255 / 0.2);
}
.ring-base-color-bg-accent\/25 {
  --tw-ring-color: rgb(209 224 255 / 0.25);
}
.ring-base-color-bg-accent\/30 {
  --tw-ring-color: rgb(209 224 255 / 0.3);
}
.ring-base-color-bg-accent\/40 {
  --tw-ring-color: rgb(209 224 255 / 0.4);
}
.ring-base-color-bg-accent\/5 {
  --tw-ring-color: rgb(209 224 255 / 0.05);
}
.ring-base-color-bg-accent\/50 {
  --tw-ring-color: rgb(209 224 255 / 0.5);
}
.ring-base-color-bg-accent\/60 {
  --tw-ring-color: rgb(209 224 255 / 0.6);
}
.ring-base-color-bg-accent\/70 {
  --tw-ring-color: rgb(209 224 255 / 0.7);
}
.ring-base-color-bg-accent\/75 {
  --tw-ring-color: rgb(209 224 255 / 0.75);
}
.ring-base-color-bg-accent\/80 {
  --tw-ring-color: rgb(209 224 255 / 0.8);
}
.ring-base-color-bg-accent\/90 {
  --tw-ring-color: rgb(209 224 255 / 0.9);
}
.ring-base-color-bg-accent\/95 {
  --tw-ring-color: rgb(209 224 255 / 0.95);
}
.ring-base-color-bg-accent\/base-opacity-disabled {
  --tw-ring-color: rgb(209 224 255 / 60%);
}
.ring-base-color-bg-accent\/core-opacity-0 {
  --tw-ring-color: rgb(209 224 255 / 0%);
}
.ring-base-color-bg-accent\/core-opacity-10 {
  --tw-ring-color: rgb(209 224 255 / 10%);
}
.ring-base-color-bg-accent\/core-opacity-100 {
  --tw-ring-color: rgb(209 224 255 / 100%);
}
.ring-base-color-bg-accent\/core-opacity-20 {
  --tw-ring-color: rgb(209 224 255 / 20%);
}
.ring-base-color-bg-accent\/core-opacity-30 {
  --tw-ring-color: rgb(209 224 255 / 30%);
}
.ring-base-color-bg-accent\/core-opacity-40 {
  --tw-ring-color: rgb(209 224 255 / 40%);
}
.ring-base-color-bg-accent\/core-opacity-50 {
  --tw-ring-color: rgb(209 224 255 / 50%);
}
.ring-base-color-bg-accent\/core-opacity-60 {
  --tw-ring-color: rgb(209 224 255 / 60%);
}
.ring-base-color-bg-accent\/core-opacity-70 {
  --tw-ring-color: rgb(209 224 255 / 70%);
}
.ring-base-color-bg-accent\/core-opacity-80 {
  --tw-ring-color: rgb(209 224 255 / 80%);
}
.ring-base-color-bg-accent\/core-opacity-90 {
  --tw-ring-color: rgb(209 224 255 / 90%);
}
.ring-base-color-bg-attention {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 200 / var(--tw-ring-opacity));
}
.ring-base-color-bg-attention-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 105 3 / var(--tw-ring-opacity));
}
.ring-base-color-bg-attention-emphasis\/0 {
  --tw-ring-color: rgb(221 105 3 / 0);
}
.ring-base-color-bg-attention-emphasis\/10 {
  --tw-ring-color: rgb(221 105 3 / 0.1);
}
.ring-base-color-bg-attention-emphasis\/100 {
  --tw-ring-color: rgb(221 105 3 / 1);
}
.ring-base-color-bg-attention-emphasis\/20 {
  --tw-ring-color: rgb(221 105 3 / 0.2);
}
.ring-base-color-bg-attention-emphasis\/25 {
  --tw-ring-color: rgb(221 105 3 / 0.25);
}
.ring-base-color-bg-attention-emphasis\/30 {
  --tw-ring-color: rgb(221 105 3 / 0.3);
}
.ring-base-color-bg-attention-emphasis\/40 {
  --tw-ring-color: rgb(221 105 3 / 0.4);
}
.ring-base-color-bg-attention-emphasis\/5 {
  --tw-ring-color: rgb(221 105 3 / 0.05);
}
.ring-base-color-bg-attention-emphasis\/50 {
  --tw-ring-color: rgb(221 105 3 / 0.5);
}
.ring-base-color-bg-attention-emphasis\/60 {
  --tw-ring-color: rgb(221 105 3 / 0.6);
}
.ring-base-color-bg-attention-emphasis\/70 {
  --tw-ring-color: rgb(221 105 3 / 0.7);
}
.ring-base-color-bg-attention-emphasis\/75 {
  --tw-ring-color: rgb(221 105 3 / 0.75);
}
.ring-base-color-bg-attention-emphasis\/80 {
  --tw-ring-color: rgb(221 105 3 / 0.8);
}
.ring-base-color-bg-attention-emphasis\/90 {
  --tw-ring-color: rgb(221 105 3 / 0.9);
}
.ring-base-color-bg-attention-emphasis\/95 {
  --tw-ring-color: rgb(221 105 3 / 0.95);
}
.ring-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(221 105 3 / 60%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(221 105 3 / 0%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(221 105 3 / 10%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(221 105 3 / 100%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(221 105 3 / 20%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(221 105 3 / 30%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(221 105 3 / 40%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(221 105 3 / 50%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(221 105 3 / 60%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(221 105 3 / 70%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(221 105 3 / 80%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(221 105 3 / 90%);
}
.ring-base-color-bg-attention-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 252 245 / var(--tw-ring-opacity));
}
.ring-base-color-bg-attention-subtle\/0 {
  --tw-ring-color: rgb(255 252 245 / 0);
}
.ring-base-color-bg-attention-subtle\/10 {
  --tw-ring-color: rgb(255 252 245 / 0.1);
}
.ring-base-color-bg-attention-subtle\/100 {
  --tw-ring-color: rgb(255 252 245 / 1);
}
.ring-base-color-bg-attention-subtle\/20 {
  --tw-ring-color: rgb(255 252 245 / 0.2);
}
.ring-base-color-bg-attention-subtle\/25 {
  --tw-ring-color: rgb(255 252 245 / 0.25);
}
.ring-base-color-bg-attention-subtle\/30 {
  --tw-ring-color: rgb(255 252 245 / 0.3);
}
.ring-base-color-bg-attention-subtle\/40 {
  --tw-ring-color: rgb(255 252 245 / 0.4);
}
.ring-base-color-bg-attention-subtle\/5 {
  --tw-ring-color: rgb(255 252 245 / 0.05);
}
.ring-base-color-bg-attention-subtle\/50 {
  --tw-ring-color: rgb(255 252 245 / 0.5);
}
.ring-base-color-bg-attention-subtle\/60 {
  --tw-ring-color: rgb(255 252 245 / 0.6);
}
.ring-base-color-bg-attention-subtle\/70 {
  --tw-ring-color: rgb(255 252 245 / 0.7);
}
.ring-base-color-bg-attention-subtle\/75 {
  --tw-ring-color: rgb(255 252 245 / 0.75);
}
.ring-base-color-bg-attention-subtle\/80 {
  --tw-ring-color: rgb(255 252 245 / 0.8);
}
.ring-base-color-bg-attention-subtle\/90 {
  --tw-ring-color: rgb(255 252 245 / 0.9);
}
.ring-base-color-bg-attention-subtle\/95 {
  --tw-ring-color: rgb(255 252 245 / 0.95);
}
.ring-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(255 252 245 / 60%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(255 252 245 / 0%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(255 252 245 / 10%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(255 252 245 / 100%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(255 252 245 / 20%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(255 252 245 / 30%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(255 252 245 / 40%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(255 252 245 / 50%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(255 252 245 / 60%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(255 252 245 / 70%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(255 252 245 / 80%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(255 252 245 / 90%);
}
.ring-base-color-bg-attention\/0 {
  --tw-ring-color: rgb(254 240 200 / 0);
}
.ring-base-color-bg-attention\/10 {
  --tw-ring-color: rgb(254 240 200 / 0.1);
}
.ring-base-color-bg-attention\/100 {
  --tw-ring-color: rgb(254 240 200 / 1);
}
.ring-base-color-bg-attention\/20 {
  --tw-ring-color: rgb(254 240 200 / 0.2);
}
.ring-base-color-bg-attention\/25 {
  --tw-ring-color: rgb(254 240 200 / 0.25);
}
.ring-base-color-bg-attention\/30 {
  --tw-ring-color: rgb(254 240 200 / 0.3);
}
.ring-base-color-bg-attention\/40 {
  --tw-ring-color: rgb(254 240 200 / 0.4);
}
.ring-base-color-bg-attention\/5 {
  --tw-ring-color: rgb(254 240 200 / 0.05);
}
.ring-base-color-bg-attention\/50 {
  --tw-ring-color: rgb(254 240 200 / 0.5);
}
.ring-base-color-bg-attention\/60 {
  --tw-ring-color: rgb(254 240 200 / 0.6);
}
.ring-base-color-bg-attention\/70 {
  --tw-ring-color: rgb(254 240 200 / 0.7);
}
.ring-base-color-bg-attention\/75 {
  --tw-ring-color: rgb(254 240 200 / 0.75);
}
.ring-base-color-bg-attention\/80 {
  --tw-ring-color: rgb(254 240 200 / 0.8);
}
.ring-base-color-bg-attention\/90 {
  --tw-ring-color: rgb(254 240 200 / 0.9);
}
.ring-base-color-bg-attention\/95 {
  --tw-ring-color: rgb(254 240 200 / 0.95);
}
.ring-base-color-bg-attention\/base-opacity-disabled {
  --tw-ring-color: rgb(254 240 200 / 60%);
}
.ring-base-color-bg-attention\/core-opacity-0 {
  --tw-ring-color: rgb(254 240 200 / 0%);
}
.ring-base-color-bg-attention\/core-opacity-10 {
  --tw-ring-color: rgb(254 240 200 / 10%);
}
.ring-base-color-bg-attention\/core-opacity-100 {
  --tw-ring-color: rgb(254 240 200 / 100%);
}
.ring-base-color-bg-attention\/core-opacity-20 {
  --tw-ring-color: rgb(254 240 200 / 20%);
}
.ring-base-color-bg-attention\/core-opacity-30 {
  --tw-ring-color: rgb(254 240 200 / 30%);
}
.ring-base-color-bg-attention\/core-opacity-40 {
  --tw-ring-color: rgb(254 240 200 / 40%);
}
.ring-base-color-bg-attention\/core-opacity-50 {
  --tw-ring-color: rgb(254 240 200 / 50%);
}
.ring-base-color-bg-attention\/core-opacity-60 {
  --tw-ring-color: rgb(254 240 200 / 60%);
}
.ring-base-color-bg-attention\/core-opacity-70 {
  --tw-ring-color: rgb(254 240 200 / 70%);
}
.ring-base-color-bg-attention\/core-opacity-80 {
  --tw-ring-color: rgb(254 240 200 / 80%);
}
.ring-base-color-bg-attention\/core-opacity-90 {
  --tw-ring-color: rgb(254 240 200 / 90%);
}
.ring-base-color-bg-brand {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 214 249 / var(--tw-ring-opacity));
}
.ring-base-color-bg-brand-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(93 91 215 / var(--tw-ring-opacity));
}
.ring-base-color-bg-brand-emphasis\/0 {
  --tw-ring-color: rgb(93 91 215 / 0);
}
.ring-base-color-bg-brand-emphasis\/10 {
  --tw-ring-color: rgb(93 91 215 / 0.1);
}
.ring-base-color-bg-brand-emphasis\/100 {
  --tw-ring-color: rgb(93 91 215 / 1);
}
.ring-base-color-bg-brand-emphasis\/20 {
  --tw-ring-color: rgb(93 91 215 / 0.2);
}
.ring-base-color-bg-brand-emphasis\/25 {
  --tw-ring-color: rgb(93 91 215 / 0.25);
}
.ring-base-color-bg-brand-emphasis\/30 {
  --tw-ring-color: rgb(93 91 215 / 0.3);
}
.ring-base-color-bg-brand-emphasis\/40 {
  --tw-ring-color: rgb(93 91 215 / 0.4);
}
.ring-base-color-bg-brand-emphasis\/5 {
  --tw-ring-color: rgb(93 91 215 / 0.05);
}
.ring-base-color-bg-brand-emphasis\/50 {
  --tw-ring-color: rgb(93 91 215 / 0.5);
}
.ring-base-color-bg-brand-emphasis\/60 {
  --tw-ring-color: rgb(93 91 215 / 0.6);
}
.ring-base-color-bg-brand-emphasis\/70 {
  --tw-ring-color: rgb(93 91 215 / 0.7);
}
.ring-base-color-bg-brand-emphasis\/75 {
  --tw-ring-color: rgb(93 91 215 / 0.75);
}
.ring-base-color-bg-brand-emphasis\/80 {
  --tw-ring-color: rgb(93 91 215 / 0.8);
}
.ring-base-color-bg-brand-emphasis\/90 {
  --tw-ring-color: rgb(93 91 215 / 0.9);
}
.ring-base-color-bg-brand-emphasis\/95 {
  --tw-ring-color: rgb(93 91 215 / 0.95);
}
.ring-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(93 91 215 / 60%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(93 91 215 / 0%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(93 91 215 / 10%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(93 91 215 / 100%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(93 91 215 / 20%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(93 91 215 / 30%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(93 91 215 / 40%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(93 91 215 / 50%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(93 91 215 / 60%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(93 91 215 / 70%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(93 91 215 / 80%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(93 91 215 / 90%);
}
.ring-base-color-bg-brand-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 244 253 / var(--tw-ring-opacity));
}
.ring-base-color-bg-brand-subtle\/0 {
  --tw-ring-color: rgb(242 244 253 / 0);
}
.ring-base-color-bg-brand-subtle\/10 {
  --tw-ring-color: rgb(242 244 253 / 0.1);
}
.ring-base-color-bg-brand-subtle\/100 {
  --tw-ring-color: rgb(242 244 253 / 1);
}
.ring-base-color-bg-brand-subtle\/20 {
  --tw-ring-color: rgb(242 244 253 / 0.2);
}
.ring-base-color-bg-brand-subtle\/25 {
  --tw-ring-color: rgb(242 244 253 / 0.25);
}
.ring-base-color-bg-brand-subtle\/30 {
  --tw-ring-color: rgb(242 244 253 / 0.3);
}
.ring-base-color-bg-brand-subtle\/40 {
  --tw-ring-color: rgb(242 244 253 / 0.4);
}
.ring-base-color-bg-brand-subtle\/5 {
  --tw-ring-color: rgb(242 244 253 / 0.05);
}
.ring-base-color-bg-brand-subtle\/50 {
  --tw-ring-color: rgb(242 244 253 / 0.5);
}
.ring-base-color-bg-brand-subtle\/60 {
  --tw-ring-color: rgb(242 244 253 / 0.6);
}
.ring-base-color-bg-brand-subtle\/70 {
  --tw-ring-color: rgb(242 244 253 / 0.7);
}
.ring-base-color-bg-brand-subtle\/75 {
  --tw-ring-color: rgb(242 244 253 / 0.75);
}
.ring-base-color-bg-brand-subtle\/80 {
  --tw-ring-color: rgb(242 244 253 / 0.8);
}
.ring-base-color-bg-brand-subtle\/90 {
  --tw-ring-color: rgb(242 244 253 / 0.9);
}
.ring-base-color-bg-brand-subtle\/95 {
  --tw-ring-color: rgb(242 244 253 / 0.95);
}
.ring-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(242 244 253 / 60%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(242 244 253 / 0%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(242 244 253 / 10%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(242 244 253 / 100%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(242 244 253 / 20%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(242 244 253 / 30%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(242 244 253 / 40%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(242 244 253 / 50%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(242 244 253 / 60%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(242 244 253 / 70%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(242 244 253 / 80%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(242 244 253 / 90%);
}
.ring-base-color-bg-brand\/0 {
  --tw-ring-color: rgb(205 214 249 / 0);
}
.ring-base-color-bg-brand\/10 {
  --tw-ring-color: rgb(205 214 249 / 0.1);
}
.ring-base-color-bg-brand\/100 {
  --tw-ring-color: rgb(205 214 249 / 1);
}
.ring-base-color-bg-brand\/20 {
  --tw-ring-color: rgb(205 214 249 / 0.2);
}
.ring-base-color-bg-brand\/25 {
  --tw-ring-color: rgb(205 214 249 / 0.25);
}
.ring-base-color-bg-brand\/30 {
  --tw-ring-color: rgb(205 214 249 / 0.3);
}
.ring-base-color-bg-brand\/40 {
  --tw-ring-color: rgb(205 214 249 / 0.4);
}
.ring-base-color-bg-brand\/5 {
  --tw-ring-color: rgb(205 214 249 / 0.05);
}
.ring-base-color-bg-brand\/50 {
  --tw-ring-color: rgb(205 214 249 / 0.5);
}
.ring-base-color-bg-brand\/60 {
  --tw-ring-color: rgb(205 214 249 / 0.6);
}
.ring-base-color-bg-brand\/70 {
  --tw-ring-color: rgb(205 214 249 / 0.7);
}
.ring-base-color-bg-brand\/75 {
  --tw-ring-color: rgb(205 214 249 / 0.75);
}
.ring-base-color-bg-brand\/80 {
  --tw-ring-color: rgb(205 214 249 / 0.8);
}
.ring-base-color-bg-brand\/90 {
  --tw-ring-color: rgb(205 214 249 / 0.9);
}
.ring-base-color-bg-brand\/95 {
  --tw-ring-color: rgb(205 214 249 / 0.95);
}
.ring-base-color-bg-brand\/base-opacity-disabled {
  --tw-ring-color: rgb(205 214 249 / 60%);
}
.ring-base-color-bg-brand\/core-opacity-0 {
  --tw-ring-color: rgb(205 214 249 / 0%);
}
.ring-base-color-bg-brand\/core-opacity-10 {
  --tw-ring-color: rgb(205 214 249 / 10%);
}
.ring-base-color-bg-brand\/core-opacity-100 {
  --tw-ring-color: rgb(205 214 249 / 100%);
}
.ring-base-color-bg-brand\/core-opacity-20 {
  --tw-ring-color: rgb(205 214 249 / 20%);
}
.ring-base-color-bg-brand\/core-opacity-30 {
  --tw-ring-color: rgb(205 214 249 / 30%);
}
.ring-base-color-bg-brand\/core-opacity-40 {
  --tw-ring-color: rgb(205 214 249 / 40%);
}
.ring-base-color-bg-brand\/core-opacity-50 {
  --tw-ring-color: rgb(205 214 249 / 50%);
}
.ring-base-color-bg-brand\/core-opacity-60 {
  --tw-ring-color: rgb(205 214 249 / 60%);
}
.ring-base-color-bg-brand\/core-opacity-70 {
  --tw-ring-color: rgb(205 214 249 / 70%);
}
.ring-base-color-bg-brand\/core-opacity-80 {
  --tw-ring-color: rgb(205 214 249 / 80%);
}
.ring-base-color-bg-brand\/core-opacity-90 {
  --tw-ring-color: rgb(205 214 249 / 90%);
}
.ring-base-color-bg-danger {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 227 225 / var(--tw-ring-opacity));
}
.ring-base-color-bg-danger-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 68 56 / var(--tw-ring-opacity));
}
.ring-base-color-bg-danger-emphasis\/0 {
  --tw-ring-color: rgb(240 68 56 / 0);
}
.ring-base-color-bg-danger-emphasis\/10 {
  --tw-ring-color: rgb(240 68 56 / 0.1);
}
.ring-base-color-bg-danger-emphasis\/100 {
  --tw-ring-color: rgb(240 68 56 / 1);
}
.ring-base-color-bg-danger-emphasis\/20 {
  --tw-ring-color: rgb(240 68 56 / 0.2);
}
.ring-base-color-bg-danger-emphasis\/25 {
  --tw-ring-color: rgb(240 68 56 / 0.25);
}
.ring-base-color-bg-danger-emphasis\/30 {
  --tw-ring-color: rgb(240 68 56 / 0.3);
}
.ring-base-color-bg-danger-emphasis\/40 {
  --tw-ring-color: rgb(240 68 56 / 0.4);
}
.ring-base-color-bg-danger-emphasis\/5 {
  --tw-ring-color: rgb(240 68 56 / 0.05);
}
.ring-base-color-bg-danger-emphasis\/50 {
  --tw-ring-color: rgb(240 68 56 / 0.5);
}
.ring-base-color-bg-danger-emphasis\/60 {
  --tw-ring-color: rgb(240 68 56 / 0.6);
}
.ring-base-color-bg-danger-emphasis\/70 {
  --tw-ring-color: rgb(240 68 56 / 0.7);
}
.ring-base-color-bg-danger-emphasis\/75 {
  --tw-ring-color: rgb(240 68 56 / 0.75);
}
.ring-base-color-bg-danger-emphasis\/80 {
  --tw-ring-color: rgb(240 68 56 / 0.8);
}
.ring-base-color-bg-danger-emphasis\/90 {
  --tw-ring-color: rgb(240 68 56 / 0.9);
}
.ring-base-color-bg-danger-emphasis\/95 {
  --tw-ring-color: rgb(240 68 56 / 0.95);
}
.ring-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(240 68 56 / 60%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(240 68 56 / 0%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(240 68 56 / 10%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(240 68 56 / 100%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(240 68 56 / 20%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(240 68 56 / 30%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(240 68 56 / 40%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(240 68 56 / 50%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(240 68 56 / 60%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(240 68 56 / 70%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(240 68 56 / 80%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(240 68 56 / 90%);
}
.ring-base-color-bg-danger-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 250 / var(--tw-ring-opacity));
}
.ring-base-color-bg-danger-subtle\/0 {
  --tw-ring-color: rgb(255 251 250 / 0);
}
.ring-base-color-bg-danger-subtle\/10 {
  --tw-ring-color: rgb(255 251 250 / 0.1);
}
.ring-base-color-bg-danger-subtle\/100 {
  --tw-ring-color: rgb(255 251 250 / 1);
}
.ring-base-color-bg-danger-subtle\/20 {
  --tw-ring-color: rgb(255 251 250 / 0.2);
}
.ring-base-color-bg-danger-subtle\/25 {
  --tw-ring-color: rgb(255 251 250 / 0.25);
}
.ring-base-color-bg-danger-subtle\/30 {
  --tw-ring-color: rgb(255 251 250 / 0.3);
}
.ring-base-color-bg-danger-subtle\/40 {
  --tw-ring-color: rgb(255 251 250 / 0.4);
}
.ring-base-color-bg-danger-subtle\/5 {
  --tw-ring-color: rgb(255 251 250 / 0.05);
}
.ring-base-color-bg-danger-subtle\/50 {
  --tw-ring-color: rgb(255 251 250 / 0.5);
}
.ring-base-color-bg-danger-subtle\/60 {
  --tw-ring-color: rgb(255 251 250 / 0.6);
}
.ring-base-color-bg-danger-subtle\/70 {
  --tw-ring-color: rgb(255 251 250 / 0.7);
}
.ring-base-color-bg-danger-subtle\/75 {
  --tw-ring-color: rgb(255 251 250 / 0.75);
}
.ring-base-color-bg-danger-subtle\/80 {
  --tw-ring-color: rgb(255 251 250 / 0.8);
}
.ring-base-color-bg-danger-subtle\/90 {
  --tw-ring-color: rgb(255 251 250 / 0.9);
}
.ring-base-color-bg-danger-subtle\/95 {
  --tw-ring-color: rgb(255 251 250 / 0.95);
}
.ring-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(255 251 250 / 60%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(255 251 250 / 0%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(255 251 250 / 10%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(255 251 250 / 100%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(255 251 250 / 20%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(255 251 250 / 30%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(255 251 250 / 40%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(255 251 250 / 50%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(255 251 250 / 60%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(255 251 250 / 70%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(255 251 250 / 80%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(255 251 250 / 90%);
}
.ring-base-color-bg-danger\/0 {
  --tw-ring-color: rgb(254 227 225 / 0);
}
.ring-base-color-bg-danger\/10 {
  --tw-ring-color: rgb(254 227 225 / 0.1);
}
.ring-base-color-bg-danger\/100 {
  --tw-ring-color: rgb(254 227 225 / 1);
}
.ring-base-color-bg-danger\/20 {
  --tw-ring-color: rgb(254 227 225 / 0.2);
}
.ring-base-color-bg-danger\/25 {
  --tw-ring-color: rgb(254 227 225 / 0.25);
}
.ring-base-color-bg-danger\/30 {
  --tw-ring-color: rgb(254 227 225 / 0.3);
}
.ring-base-color-bg-danger\/40 {
  --tw-ring-color: rgb(254 227 225 / 0.4);
}
.ring-base-color-bg-danger\/5 {
  --tw-ring-color: rgb(254 227 225 / 0.05);
}
.ring-base-color-bg-danger\/50 {
  --tw-ring-color: rgb(254 227 225 / 0.5);
}
.ring-base-color-bg-danger\/60 {
  --tw-ring-color: rgb(254 227 225 / 0.6);
}
.ring-base-color-bg-danger\/70 {
  --tw-ring-color: rgb(254 227 225 / 0.7);
}
.ring-base-color-bg-danger\/75 {
  --tw-ring-color: rgb(254 227 225 / 0.75);
}
.ring-base-color-bg-danger\/80 {
  --tw-ring-color: rgb(254 227 225 / 0.8);
}
.ring-base-color-bg-danger\/90 {
  --tw-ring-color: rgb(254 227 225 / 0.9);
}
.ring-base-color-bg-danger\/95 {
  --tw-ring-color: rgb(254 227 225 / 0.95);
}
.ring-base-color-bg-danger\/base-opacity-disabled {
  --tw-ring-color: rgb(254 227 225 / 60%);
}
.ring-base-color-bg-danger\/core-opacity-0 {
  --tw-ring-color: rgb(254 227 225 / 0%);
}
.ring-base-color-bg-danger\/core-opacity-10 {
  --tw-ring-color: rgb(254 227 225 / 10%);
}
.ring-base-color-bg-danger\/core-opacity-100 {
  --tw-ring-color: rgb(254 227 225 / 100%);
}
.ring-base-color-bg-danger\/core-opacity-20 {
  --tw-ring-color: rgb(254 227 225 / 20%);
}
.ring-base-color-bg-danger\/core-opacity-30 {
  --tw-ring-color: rgb(254 227 225 / 30%);
}
.ring-base-color-bg-danger\/core-opacity-40 {
  --tw-ring-color: rgb(254 227 225 / 40%);
}
.ring-base-color-bg-danger\/core-opacity-50 {
  --tw-ring-color: rgb(254 227 225 / 50%);
}
.ring-base-color-bg-danger\/core-opacity-60 {
  --tw-ring-color: rgb(254 227 225 / 60%);
}
.ring-base-color-bg-danger\/core-opacity-70 {
  --tw-ring-color: rgb(254 227 225 / 70%);
}
.ring-base-color-bg-danger\/core-opacity-80 {
  --tw-ring-color: rgb(254 227 225 / 80%);
}
.ring-base-color-bg-danger\/core-opacity-90 {
  --tw-ring-color: rgb(254 227 225 / 90%);
}
.ring-base-color-bg-default {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-base-color-bg-default\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ring-base-color-bg-default\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-base-color-bg-default\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-base-color-bg-default\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-base-color-bg-default\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-base-color-bg-default\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-base-color-bg-default\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-base-color-bg-default\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ring-base-color-bg-default\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-base-color-bg-default\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-base-color-bg-default\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-base-color-bg-default\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ring-base-color-bg-default\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-base-color-bg-default\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ring-base-color-bg-default\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ring-base-color-bg-default\/base-opacity-disabled {
  --tw-ring-color: rgb(255 255 255 / 60%);
}
.ring-base-color-bg-default\/core-opacity-0 {
  --tw-ring-color: rgb(255 255 255 / 0%);
}
.ring-base-color-bg-default\/core-opacity-10 {
  --tw-ring-color: rgb(255 255 255 / 10%);
}
.ring-base-color-bg-default\/core-opacity-100 {
  --tw-ring-color: rgb(255 255 255 / 100%);
}
.ring-base-color-bg-default\/core-opacity-20 {
  --tw-ring-color: rgb(255 255 255 / 20%);
}
.ring-base-color-bg-default\/core-opacity-30 {
  --tw-ring-color: rgb(255 255 255 / 30%);
}
.ring-base-color-bg-default\/core-opacity-40 {
  --tw-ring-color: rgb(255 255 255 / 40%);
}
.ring-base-color-bg-default\/core-opacity-50 {
  --tw-ring-color: rgb(255 255 255 / 50%);
}
.ring-base-color-bg-default\/core-opacity-60 {
  --tw-ring-color: rgb(255 255 255 / 60%);
}
.ring-base-color-bg-default\/core-opacity-70 {
  --tw-ring-color: rgb(255 255 255 / 70%);
}
.ring-base-color-bg-default\/core-opacity-80 {
  --tw-ring-color: rgb(255 255 255 / 80%);
}
.ring-base-color-bg-default\/core-opacity-90 {
  --tw-ring-color: rgb(255 255 255 / 90%);
}
.ring-base-color-bg-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 24 40 / var(--tw-ring-opacity));
}
.ring-base-color-bg-emphasis\/0 {
  --tw-ring-color: rgb(16 24 40 / 0);
}
.ring-base-color-bg-emphasis\/10 {
  --tw-ring-color: rgb(16 24 40 / 0.1);
}
.ring-base-color-bg-emphasis\/100 {
  --tw-ring-color: rgb(16 24 40 / 1);
}
.ring-base-color-bg-emphasis\/20 {
  --tw-ring-color: rgb(16 24 40 / 0.2);
}
.ring-base-color-bg-emphasis\/25 {
  --tw-ring-color: rgb(16 24 40 / 0.25);
}
.ring-base-color-bg-emphasis\/30 {
  --tw-ring-color: rgb(16 24 40 / 0.3);
}
.ring-base-color-bg-emphasis\/40 {
  --tw-ring-color: rgb(16 24 40 / 0.4);
}
.ring-base-color-bg-emphasis\/5 {
  --tw-ring-color: rgb(16 24 40 / 0.05);
}
.ring-base-color-bg-emphasis\/50 {
  --tw-ring-color: rgb(16 24 40 / 0.5);
}
.ring-base-color-bg-emphasis\/60 {
  --tw-ring-color: rgb(16 24 40 / 0.6);
}
.ring-base-color-bg-emphasis\/70 {
  --tw-ring-color: rgb(16 24 40 / 0.7);
}
.ring-base-color-bg-emphasis\/75 {
  --tw-ring-color: rgb(16 24 40 / 0.75);
}
.ring-base-color-bg-emphasis\/80 {
  --tw-ring-color: rgb(16 24 40 / 0.8);
}
.ring-base-color-bg-emphasis\/90 {
  --tw-ring-color: rgb(16 24 40 / 0.9);
}
.ring-base-color-bg-emphasis\/95 {
  --tw-ring-color: rgb(16 24 40 / 0.95);
}
.ring-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(16 24 40 / 60%);
}
.ring-base-color-bg-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(16 24 40 / 0%);
}
.ring-base-color-bg-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(16 24 40 / 10%);
}
.ring-base-color-bg-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(16 24 40 / 100%);
}
.ring-base-color-bg-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(16 24 40 / 20%);
}
.ring-base-color-bg-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(16 24 40 / 30%);
}
.ring-base-color-bg-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(16 24 40 / 40%);
}
.ring-base-color-bg-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(16 24 40 / 50%);
}
.ring-base-color-bg-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(16 24 40 / 60%);
}
.ring-base-color-bg-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(16 24 40 / 70%);
}
.ring-base-color-bg-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(16 24 40 / 80%);
}
.ring-base-color-bg-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(16 24 40 / 90%);
}
.ring-base-color-bg-muted {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 236 240 / var(--tw-ring-opacity));
}
.ring-base-color-bg-muted\/0 {
  --tw-ring-color: rgb(234 236 240 / 0);
}
.ring-base-color-bg-muted\/10 {
  --tw-ring-color: rgb(234 236 240 / 0.1);
}
.ring-base-color-bg-muted\/100 {
  --tw-ring-color: rgb(234 236 240 / 1);
}
.ring-base-color-bg-muted\/20 {
  --tw-ring-color: rgb(234 236 240 / 0.2);
}
.ring-base-color-bg-muted\/25 {
  --tw-ring-color: rgb(234 236 240 / 0.25);
}
.ring-base-color-bg-muted\/30 {
  --tw-ring-color: rgb(234 236 240 / 0.3);
}
.ring-base-color-bg-muted\/40 {
  --tw-ring-color: rgb(234 236 240 / 0.4);
}
.ring-base-color-bg-muted\/5 {
  --tw-ring-color: rgb(234 236 240 / 0.05);
}
.ring-base-color-bg-muted\/50 {
  --tw-ring-color: rgb(234 236 240 / 0.5);
}
.ring-base-color-bg-muted\/60 {
  --tw-ring-color: rgb(234 236 240 / 0.6);
}
.ring-base-color-bg-muted\/70 {
  --tw-ring-color: rgb(234 236 240 / 0.7);
}
.ring-base-color-bg-muted\/75 {
  --tw-ring-color: rgb(234 236 240 / 0.75);
}
.ring-base-color-bg-muted\/80 {
  --tw-ring-color: rgb(234 236 240 / 0.8);
}
.ring-base-color-bg-muted\/90 {
  --tw-ring-color: rgb(234 236 240 / 0.9);
}
.ring-base-color-bg-muted\/95 {
  --tw-ring-color: rgb(234 236 240 / 0.95);
}
.ring-base-color-bg-muted\/base-opacity-disabled {
  --tw-ring-color: rgb(234 236 240 / 60%);
}
.ring-base-color-bg-muted\/core-opacity-0 {
  --tw-ring-color: rgb(234 236 240 / 0%);
}
.ring-base-color-bg-muted\/core-opacity-10 {
  --tw-ring-color: rgb(234 236 240 / 10%);
}
.ring-base-color-bg-muted\/core-opacity-100 {
  --tw-ring-color: rgb(234 236 240 / 100%);
}
.ring-base-color-bg-muted\/core-opacity-20 {
  --tw-ring-color: rgb(234 236 240 / 20%);
}
.ring-base-color-bg-muted\/core-opacity-30 {
  --tw-ring-color: rgb(234 236 240 / 30%);
}
.ring-base-color-bg-muted\/core-opacity-40 {
  --tw-ring-color: rgb(234 236 240 / 40%);
}
.ring-base-color-bg-muted\/core-opacity-50 {
  --tw-ring-color: rgb(234 236 240 / 50%);
}
.ring-base-color-bg-muted\/core-opacity-60 {
  --tw-ring-color: rgb(234 236 240 / 60%);
}
.ring-base-color-bg-muted\/core-opacity-70 {
  --tw-ring-color: rgb(234 236 240 / 70%);
}
.ring-base-color-bg-muted\/core-opacity-80 {
  --tw-ring-color: rgb(234 236 240 / 80%);
}
.ring-base-color-bg-muted\/core-opacity-90 {
  --tw-ring-color: rgb(234 236 240 / 90%);
}
.ring-base-color-bg-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 244 247 / var(--tw-ring-opacity));
}
.ring-base-color-bg-subtle\/0 {
  --tw-ring-color: rgb(242 244 247 / 0);
}
.ring-base-color-bg-subtle\/10 {
  --tw-ring-color: rgb(242 244 247 / 0.1);
}
.ring-base-color-bg-subtle\/100 {
  --tw-ring-color: rgb(242 244 247 / 1);
}
.ring-base-color-bg-subtle\/20 {
  --tw-ring-color: rgb(242 244 247 / 0.2);
}
.ring-base-color-bg-subtle\/25 {
  --tw-ring-color: rgb(242 244 247 / 0.25);
}
.ring-base-color-bg-subtle\/30 {
  --tw-ring-color: rgb(242 244 247 / 0.3);
}
.ring-base-color-bg-subtle\/40 {
  --tw-ring-color: rgb(242 244 247 / 0.4);
}
.ring-base-color-bg-subtle\/5 {
  --tw-ring-color: rgb(242 244 247 / 0.05);
}
.ring-base-color-bg-subtle\/50 {
  --tw-ring-color: rgb(242 244 247 / 0.5);
}
.ring-base-color-bg-subtle\/60 {
  --tw-ring-color: rgb(242 244 247 / 0.6);
}
.ring-base-color-bg-subtle\/70 {
  --tw-ring-color: rgb(242 244 247 / 0.7);
}
.ring-base-color-bg-subtle\/75 {
  --tw-ring-color: rgb(242 244 247 / 0.75);
}
.ring-base-color-bg-subtle\/80 {
  --tw-ring-color: rgb(242 244 247 / 0.8);
}
.ring-base-color-bg-subtle\/90 {
  --tw-ring-color: rgb(242 244 247 / 0.9);
}
.ring-base-color-bg-subtle\/95 {
  --tw-ring-color: rgb(242 244 247 / 0.95);
}
.ring-base-color-bg-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(242 244 247 / 60%);
}
.ring-base-color-bg-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(242 244 247 / 0%);
}
.ring-base-color-bg-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(242 244 247 / 10%);
}
.ring-base-color-bg-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(242 244 247 / 100%);
}
.ring-base-color-bg-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(242 244 247 / 20%);
}
.ring-base-color-bg-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(242 244 247 / 30%);
}
.ring-base-color-bg-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(242 244 247 / 40%);
}
.ring-base-color-bg-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(242 244 247 / 50%);
}
.ring-base-color-bg-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(242 244 247 / 60%);
}
.ring-base-color-bg-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(242 244 247 / 70%);
}
.ring-base-color-bg-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(242 244 247 / 80%);
}
.ring-base-color-bg-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(242 244 247 / 90%);
}
.ring-base-color-bg-success {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 223 / var(--tw-ring-opacity));
}
.ring-base-color-bg-success-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 181 105 / var(--tw-ring-opacity));
}
.ring-base-color-bg-success-emphasis\/0 {
  --tw-ring-color: rgb(18 181 105 / 0);
}
.ring-base-color-bg-success-emphasis\/10 {
  --tw-ring-color: rgb(18 181 105 / 0.1);
}
.ring-base-color-bg-success-emphasis\/100 {
  --tw-ring-color: rgb(18 181 105 / 1);
}
.ring-base-color-bg-success-emphasis\/20 {
  --tw-ring-color: rgb(18 181 105 / 0.2);
}
.ring-base-color-bg-success-emphasis\/25 {
  --tw-ring-color: rgb(18 181 105 / 0.25);
}
.ring-base-color-bg-success-emphasis\/30 {
  --tw-ring-color: rgb(18 181 105 / 0.3);
}
.ring-base-color-bg-success-emphasis\/40 {
  --tw-ring-color: rgb(18 181 105 / 0.4);
}
.ring-base-color-bg-success-emphasis\/5 {
  --tw-ring-color: rgb(18 181 105 / 0.05);
}
.ring-base-color-bg-success-emphasis\/50 {
  --tw-ring-color: rgb(18 181 105 / 0.5);
}
.ring-base-color-bg-success-emphasis\/60 {
  --tw-ring-color: rgb(18 181 105 / 0.6);
}
.ring-base-color-bg-success-emphasis\/70 {
  --tw-ring-color: rgb(18 181 105 / 0.7);
}
.ring-base-color-bg-success-emphasis\/75 {
  --tw-ring-color: rgb(18 181 105 / 0.75);
}
.ring-base-color-bg-success-emphasis\/80 {
  --tw-ring-color: rgb(18 181 105 / 0.8);
}
.ring-base-color-bg-success-emphasis\/90 {
  --tw-ring-color: rgb(18 181 105 / 0.9);
}
.ring-base-color-bg-success-emphasis\/95 {
  --tw-ring-color: rgb(18 181 105 / 0.95);
}
.ring-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(18 181 105 / 60%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(18 181 105 / 0%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(18 181 105 / 10%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(18 181 105 / 100%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(18 181 105 / 20%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(18 181 105 / 30%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(18 181 105 / 40%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(18 181 105 / 50%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(18 181 105 / 60%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(18 181 105 / 70%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(18 181 105 / 80%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(18 181 105 / 90%);
}
.ring-base-color-bg-success-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 254 249 / var(--tw-ring-opacity));
}
.ring-base-color-bg-success-subtle\/0 {
  --tw-ring-color: rgb(246 254 249 / 0);
}
.ring-base-color-bg-success-subtle\/10 {
  --tw-ring-color: rgb(246 254 249 / 0.1);
}
.ring-base-color-bg-success-subtle\/100 {
  --tw-ring-color: rgb(246 254 249 / 1);
}
.ring-base-color-bg-success-subtle\/20 {
  --tw-ring-color: rgb(246 254 249 / 0.2);
}
.ring-base-color-bg-success-subtle\/25 {
  --tw-ring-color: rgb(246 254 249 / 0.25);
}
.ring-base-color-bg-success-subtle\/30 {
  --tw-ring-color: rgb(246 254 249 / 0.3);
}
.ring-base-color-bg-success-subtle\/40 {
  --tw-ring-color: rgb(246 254 249 / 0.4);
}
.ring-base-color-bg-success-subtle\/5 {
  --tw-ring-color: rgb(246 254 249 / 0.05);
}
.ring-base-color-bg-success-subtle\/50 {
  --tw-ring-color: rgb(246 254 249 / 0.5);
}
.ring-base-color-bg-success-subtle\/60 {
  --tw-ring-color: rgb(246 254 249 / 0.6);
}
.ring-base-color-bg-success-subtle\/70 {
  --tw-ring-color: rgb(246 254 249 / 0.7);
}
.ring-base-color-bg-success-subtle\/75 {
  --tw-ring-color: rgb(246 254 249 / 0.75);
}
.ring-base-color-bg-success-subtle\/80 {
  --tw-ring-color: rgb(246 254 249 / 0.8);
}
.ring-base-color-bg-success-subtle\/90 {
  --tw-ring-color: rgb(246 254 249 / 0.9);
}
.ring-base-color-bg-success-subtle\/95 {
  --tw-ring-color: rgb(246 254 249 / 0.95);
}
.ring-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(246 254 249 / 60%);
}
.ring-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(246 254 249 / 0%);
}
.ring-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(246 254 249 / 10%);
}
.ring-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(246 254 249 / 100%);
}
.ring-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(246 254 249 / 20%);
}
.ring-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(246 254 249 / 30%);
}
.ring-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(246 254 249 / 40%);
}
.ring-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(246 254 249 / 50%);
}
.ring-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(246 254 249 / 60%);
}
.ring-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(246 254 249 / 70%);
}
.ring-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(246 254 249 / 80%);
}
.ring-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(246 254 249 / 90%);
}
.ring-base-color-bg-success\/0 {
  --tw-ring-color: rgb(209 250 223 / 0);
}
.ring-base-color-bg-success\/10 {
  --tw-ring-color: rgb(209 250 223 / 0.1);
}
.ring-base-color-bg-success\/100 {
  --tw-ring-color: rgb(209 250 223 / 1);
}
.ring-base-color-bg-success\/20 {
  --tw-ring-color: rgb(209 250 223 / 0.2);
}
.ring-base-color-bg-success\/25 {
  --tw-ring-color: rgb(209 250 223 / 0.25);
}
.ring-base-color-bg-success\/30 {
  --tw-ring-color: rgb(209 250 223 / 0.3);
}
.ring-base-color-bg-success\/40 {
  --tw-ring-color: rgb(209 250 223 / 0.4);
}
.ring-base-color-bg-success\/5 {
  --tw-ring-color: rgb(209 250 223 / 0.05);
}
.ring-base-color-bg-success\/50 {
  --tw-ring-color: rgb(209 250 223 / 0.5);
}
.ring-base-color-bg-success\/60 {
  --tw-ring-color: rgb(209 250 223 / 0.6);
}
.ring-base-color-bg-success\/70 {
  --tw-ring-color: rgb(209 250 223 / 0.7);
}
.ring-base-color-bg-success\/75 {
  --tw-ring-color: rgb(209 250 223 / 0.75);
}
.ring-base-color-bg-success\/80 {
  --tw-ring-color: rgb(209 250 223 / 0.8);
}
.ring-base-color-bg-success\/90 {
  --tw-ring-color: rgb(209 250 223 / 0.9);
}
.ring-base-color-bg-success\/95 {
  --tw-ring-color: rgb(209 250 223 / 0.95);
}
.ring-base-color-bg-success\/base-opacity-disabled {
  --tw-ring-color: rgb(209 250 223 / 60%);
}
.ring-base-color-bg-success\/core-opacity-0 {
  --tw-ring-color: rgb(209 250 223 / 0%);
}
.ring-base-color-bg-success\/core-opacity-10 {
  --tw-ring-color: rgb(209 250 223 / 10%);
}
.ring-base-color-bg-success\/core-opacity-100 {
  --tw-ring-color: rgb(209 250 223 / 100%);
}
.ring-base-color-bg-success\/core-opacity-20 {
  --tw-ring-color: rgb(209 250 223 / 20%);
}
.ring-base-color-bg-success\/core-opacity-30 {
  --tw-ring-color: rgb(209 250 223 / 30%);
}
.ring-base-color-bg-success\/core-opacity-40 {
  --tw-ring-color: rgb(209 250 223 / 40%);
}
.ring-base-color-bg-success\/core-opacity-50 {
  --tw-ring-color: rgb(209 250 223 / 50%);
}
.ring-base-color-bg-success\/core-opacity-60 {
  --tw-ring-color: rgb(209 250 223 / 60%);
}
.ring-base-color-bg-success\/core-opacity-70 {
  --tw-ring-color: rgb(209 250 223 / 70%);
}
.ring-base-color-bg-success\/core-opacity-80 {
  --tw-ring-color: rgb(209 250 223 / 80%);
}
.ring-base-color-bg-success\/core-opacity-90 {
  --tw-ring-color: rgb(209 250 223 / 90%);
}
.ring-base-color-bg-transparent {
  --tw-ring-color: #00000000;
}
.ring-base-color-bg-transparent\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}
.ring-base-color-bg-transparent\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}
.ring-base-color-bg-transparent\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}
.ring-base-color-bg-transparent\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}
.ring-base-color-bg-transparent\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}
.ring-base-color-bg-transparent\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}
.ring-base-color-bg-transparent\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}
.ring-base-color-bg-transparent\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-base-color-bg-transparent\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}
.ring-base-color-bg-transparent\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}
.ring-base-color-bg-transparent\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}
.ring-base-color-bg-transparent\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}
.ring-base-color-bg-transparent\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}
.ring-base-color-bg-transparent\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}
.ring-base-color-bg-transparent\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}
.ring-base-color-bg-transparent\/base-opacity-disabled {
  --tw-ring-color: rgb(0 0 0 / 60%);
}
.ring-base-color-bg-transparent\/core-opacity-0 {
  --tw-ring-color: rgb(0 0 0 / 0%);
}
.ring-base-color-bg-transparent\/core-opacity-10 {
  --tw-ring-color: rgb(0 0 0 / 10%);
}
.ring-base-color-bg-transparent\/core-opacity-100 {
  --tw-ring-color: rgb(0 0 0 / 100%);
}
.ring-base-color-bg-transparent\/core-opacity-20 {
  --tw-ring-color: rgb(0 0 0 / 20%);
}
.ring-base-color-bg-transparent\/core-opacity-30 {
  --tw-ring-color: rgb(0 0 0 / 30%);
}
.ring-base-color-bg-transparent\/core-opacity-40 {
  --tw-ring-color: rgb(0 0 0 / 40%);
}
.ring-base-color-bg-transparent\/core-opacity-50 {
  --tw-ring-color: rgb(0 0 0 / 50%);
}
.ring-base-color-bg-transparent\/core-opacity-60 {
  --tw-ring-color: rgb(0 0 0 / 60%);
}
.ring-base-color-bg-transparent\/core-opacity-70 {
  --tw-ring-color: rgb(0 0 0 / 70%);
}
.ring-base-color-bg-transparent\/core-opacity-80 {
  --tw-ring-color: rgb(0 0 0 / 80%);
}
.ring-base-color-bg-transparent\/core-opacity-90 {
  --tw-ring-color: rgb(0 0 0 / 90%);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.ring-offset-base-color-bg-accent {
  --tw-ring-offset-color: #d1e0ff;
}
.ring-offset-base-color-bg-accent-emphasis {
  --tw-ring-offset-color: #155eef;
}
.ring-offset-base-color-bg-accent-emphasis\/0 {
  --tw-ring-offset-color: rgb(21 94 239 / 0);
}
.ring-offset-base-color-bg-accent-emphasis\/10 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.1);
}
.ring-offset-base-color-bg-accent-emphasis\/100 {
  --tw-ring-offset-color: rgb(21 94 239 / 1);
}
.ring-offset-base-color-bg-accent-emphasis\/20 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.2);
}
.ring-offset-base-color-bg-accent-emphasis\/25 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.25);
}
.ring-offset-base-color-bg-accent-emphasis\/30 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.3);
}
.ring-offset-base-color-bg-accent-emphasis\/40 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.4);
}
.ring-offset-base-color-bg-accent-emphasis\/5 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.05);
}
.ring-offset-base-color-bg-accent-emphasis\/50 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.5);
}
.ring-offset-base-color-bg-accent-emphasis\/60 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.6);
}
.ring-offset-base-color-bg-accent-emphasis\/70 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.7);
}
.ring-offset-base-color-bg-accent-emphasis\/75 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.75);
}
.ring-offset-base-color-bg-accent-emphasis\/80 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.8);
}
.ring-offset-base-color-bg-accent-emphasis\/90 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.9);
}
.ring-offset-base-color-bg-accent-emphasis\/95 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.95);
}
.ring-offset-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(21 94 239 / 60%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(21 94 239 / 0%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(21 94 239 / 10%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(21 94 239 / 100%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(21 94 239 / 20%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(21 94 239 / 30%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(21 94 239 / 40%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(21 94 239 / 50%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(21 94 239 / 60%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(21 94 239 / 70%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(21 94 239 / 80%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(21 94 239 / 90%);
}
.ring-offset-base-color-bg-accent-subtle {
  --tw-ring-offset-color: #f5f8ff;
}
.ring-offset-base-color-bg-accent-subtle\/0 {
  --tw-ring-offset-color: rgb(245 248 255 / 0);
}
.ring-offset-base-color-bg-accent-subtle\/10 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.1);
}
.ring-offset-base-color-bg-accent-subtle\/100 {
  --tw-ring-offset-color: rgb(245 248 255 / 1);
}
.ring-offset-base-color-bg-accent-subtle\/20 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.2);
}
.ring-offset-base-color-bg-accent-subtle\/25 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.25);
}
.ring-offset-base-color-bg-accent-subtle\/30 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.3);
}
.ring-offset-base-color-bg-accent-subtle\/40 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.4);
}
.ring-offset-base-color-bg-accent-subtle\/5 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.05);
}
.ring-offset-base-color-bg-accent-subtle\/50 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.5);
}
.ring-offset-base-color-bg-accent-subtle\/60 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.6);
}
.ring-offset-base-color-bg-accent-subtle\/70 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.7);
}
.ring-offset-base-color-bg-accent-subtle\/75 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.75);
}
.ring-offset-base-color-bg-accent-subtle\/80 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.8);
}
.ring-offset-base-color-bg-accent-subtle\/90 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.9);
}
.ring-offset-base-color-bg-accent-subtle\/95 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.95);
}
.ring-offset-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(245 248 255 / 60%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(245 248 255 / 0%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(245 248 255 / 10%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(245 248 255 / 100%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(245 248 255 / 20%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(245 248 255 / 30%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(245 248 255 / 40%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(245 248 255 / 50%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(245 248 255 / 60%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(245 248 255 / 70%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(245 248 255 / 80%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(245 248 255 / 90%);
}
.ring-offset-base-color-bg-accent\/0 {
  --tw-ring-offset-color: rgb(209 224 255 / 0);
}
.ring-offset-base-color-bg-accent\/10 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.1);
}
.ring-offset-base-color-bg-accent\/100 {
  --tw-ring-offset-color: rgb(209 224 255 / 1);
}
.ring-offset-base-color-bg-accent\/20 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.2);
}
.ring-offset-base-color-bg-accent\/25 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.25);
}
.ring-offset-base-color-bg-accent\/30 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.3);
}
.ring-offset-base-color-bg-accent\/40 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.4);
}
.ring-offset-base-color-bg-accent\/5 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.05);
}
.ring-offset-base-color-bg-accent\/50 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.5);
}
.ring-offset-base-color-bg-accent\/60 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.6);
}
.ring-offset-base-color-bg-accent\/70 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.7);
}
.ring-offset-base-color-bg-accent\/75 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.75);
}
.ring-offset-base-color-bg-accent\/80 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.8);
}
.ring-offset-base-color-bg-accent\/90 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.9);
}
.ring-offset-base-color-bg-accent\/95 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.95);
}
.ring-offset-base-color-bg-accent\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(209 224 255 / 60%);
}
.ring-offset-base-color-bg-accent\/core-opacity-0 {
  --tw-ring-offset-color: rgb(209 224 255 / 0%);
}
.ring-offset-base-color-bg-accent\/core-opacity-10 {
  --tw-ring-offset-color: rgb(209 224 255 / 10%);
}
.ring-offset-base-color-bg-accent\/core-opacity-100 {
  --tw-ring-offset-color: rgb(209 224 255 / 100%);
}
.ring-offset-base-color-bg-accent\/core-opacity-20 {
  --tw-ring-offset-color: rgb(209 224 255 / 20%);
}
.ring-offset-base-color-bg-accent\/core-opacity-30 {
  --tw-ring-offset-color: rgb(209 224 255 / 30%);
}
.ring-offset-base-color-bg-accent\/core-opacity-40 {
  --tw-ring-offset-color: rgb(209 224 255 / 40%);
}
.ring-offset-base-color-bg-accent\/core-opacity-50 {
  --tw-ring-offset-color: rgb(209 224 255 / 50%);
}
.ring-offset-base-color-bg-accent\/core-opacity-60 {
  --tw-ring-offset-color: rgb(209 224 255 / 60%);
}
.ring-offset-base-color-bg-accent\/core-opacity-70 {
  --tw-ring-offset-color: rgb(209 224 255 / 70%);
}
.ring-offset-base-color-bg-accent\/core-opacity-80 {
  --tw-ring-offset-color: rgb(209 224 255 / 80%);
}
.ring-offset-base-color-bg-accent\/core-opacity-90 {
  --tw-ring-offset-color: rgb(209 224 255 / 90%);
}
.ring-offset-base-color-bg-attention {
  --tw-ring-offset-color: #fef0c8;
}
.ring-offset-base-color-bg-attention-emphasis {
  --tw-ring-offset-color: #dd6903;
}
.ring-offset-base-color-bg-attention-emphasis\/0 {
  --tw-ring-offset-color: rgb(221 105 3 / 0);
}
.ring-offset-base-color-bg-attention-emphasis\/10 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.1);
}
.ring-offset-base-color-bg-attention-emphasis\/100 {
  --tw-ring-offset-color: rgb(221 105 3 / 1);
}
.ring-offset-base-color-bg-attention-emphasis\/20 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.2);
}
.ring-offset-base-color-bg-attention-emphasis\/25 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.25);
}
.ring-offset-base-color-bg-attention-emphasis\/30 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.3);
}
.ring-offset-base-color-bg-attention-emphasis\/40 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.4);
}
.ring-offset-base-color-bg-attention-emphasis\/5 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.05);
}
.ring-offset-base-color-bg-attention-emphasis\/50 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.5);
}
.ring-offset-base-color-bg-attention-emphasis\/60 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.6);
}
.ring-offset-base-color-bg-attention-emphasis\/70 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.7);
}
.ring-offset-base-color-bg-attention-emphasis\/75 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.75);
}
.ring-offset-base-color-bg-attention-emphasis\/80 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.8);
}
.ring-offset-base-color-bg-attention-emphasis\/90 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.9);
}
.ring-offset-base-color-bg-attention-emphasis\/95 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.95);
}
.ring-offset-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(221 105 3 / 60%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(221 105 3 / 0%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(221 105 3 / 10%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(221 105 3 / 100%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(221 105 3 / 20%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(221 105 3 / 30%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(221 105 3 / 40%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(221 105 3 / 50%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(221 105 3 / 60%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(221 105 3 / 70%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(221 105 3 / 80%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(221 105 3 / 90%);
}
.ring-offset-base-color-bg-attention-subtle {
  --tw-ring-offset-color: #fffcf5;
}
.ring-offset-base-color-bg-attention-subtle\/0 {
  --tw-ring-offset-color: rgb(255 252 245 / 0);
}
.ring-offset-base-color-bg-attention-subtle\/10 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.1);
}
.ring-offset-base-color-bg-attention-subtle\/100 {
  --tw-ring-offset-color: rgb(255 252 245 / 1);
}
.ring-offset-base-color-bg-attention-subtle\/20 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.2);
}
.ring-offset-base-color-bg-attention-subtle\/25 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.25);
}
.ring-offset-base-color-bg-attention-subtle\/30 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.3);
}
.ring-offset-base-color-bg-attention-subtle\/40 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.4);
}
.ring-offset-base-color-bg-attention-subtle\/5 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.05);
}
.ring-offset-base-color-bg-attention-subtle\/50 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.5);
}
.ring-offset-base-color-bg-attention-subtle\/60 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.6);
}
.ring-offset-base-color-bg-attention-subtle\/70 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.7);
}
.ring-offset-base-color-bg-attention-subtle\/75 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.75);
}
.ring-offset-base-color-bg-attention-subtle\/80 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.8);
}
.ring-offset-base-color-bg-attention-subtle\/90 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.9);
}
.ring-offset-base-color-bg-attention-subtle\/95 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.95);
}
.ring-offset-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(255 252 245 / 60%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(255 252 245 / 0%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(255 252 245 / 10%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(255 252 245 / 100%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(255 252 245 / 20%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(255 252 245 / 30%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(255 252 245 / 40%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(255 252 245 / 50%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(255 252 245 / 60%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(255 252 245 / 70%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(255 252 245 / 80%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(255 252 245 / 90%);
}
.ring-offset-base-color-bg-attention\/0 {
  --tw-ring-offset-color: rgb(254 240 200 / 0);
}
.ring-offset-base-color-bg-attention\/10 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.1);
}
.ring-offset-base-color-bg-attention\/100 {
  --tw-ring-offset-color: rgb(254 240 200 / 1);
}
.ring-offset-base-color-bg-attention\/20 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.2);
}
.ring-offset-base-color-bg-attention\/25 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.25);
}
.ring-offset-base-color-bg-attention\/30 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.3);
}
.ring-offset-base-color-bg-attention\/40 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.4);
}
.ring-offset-base-color-bg-attention\/5 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.05);
}
.ring-offset-base-color-bg-attention\/50 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.5);
}
.ring-offset-base-color-bg-attention\/60 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.6);
}
.ring-offset-base-color-bg-attention\/70 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.7);
}
.ring-offset-base-color-bg-attention\/75 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.75);
}
.ring-offset-base-color-bg-attention\/80 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.8);
}
.ring-offset-base-color-bg-attention\/90 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.9);
}
.ring-offset-base-color-bg-attention\/95 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.95);
}
.ring-offset-base-color-bg-attention\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(254 240 200 / 60%);
}
.ring-offset-base-color-bg-attention\/core-opacity-0 {
  --tw-ring-offset-color: rgb(254 240 200 / 0%);
}
.ring-offset-base-color-bg-attention\/core-opacity-10 {
  --tw-ring-offset-color: rgb(254 240 200 / 10%);
}
.ring-offset-base-color-bg-attention\/core-opacity-100 {
  --tw-ring-offset-color: rgb(254 240 200 / 100%);
}
.ring-offset-base-color-bg-attention\/core-opacity-20 {
  --tw-ring-offset-color: rgb(254 240 200 / 20%);
}
.ring-offset-base-color-bg-attention\/core-opacity-30 {
  --tw-ring-offset-color: rgb(254 240 200 / 30%);
}
.ring-offset-base-color-bg-attention\/core-opacity-40 {
  --tw-ring-offset-color: rgb(254 240 200 / 40%);
}
.ring-offset-base-color-bg-attention\/core-opacity-50 {
  --tw-ring-offset-color: rgb(254 240 200 / 50%);
}
.ring-offset-base-color-bg-attention\/core-opacity-60 {
  --tw-ring-offset-color: rgb(254 240 200 / 60%);
}
.ring-offset-base-color-bg-attention\/core-opacity-70 {
  --tw-ring-offset-color: rgb(254 240 200 / 70%);
}
.ring-offset-base-color-bg-attention\/core-opacity-80 {
  --tw-ring-offset-color: rgb(254 240 200 / 80%);
}
.ring-offset-base-color-bg-attention\/core-opacity-90 {
  --tw-ring-offset-color: rgb(254 240 200 / 90%);
}
.ring-offset-base-color-bg-brand {
  --tw-ring-offset-color: #cdd6f9;
}
.ring-offset-base-color-bg-brand-emphasis {
  --tw-ring-offset-color: #5d5bd7;
}
.ring-offset-base-color-bg-brand-emphasis\/0 {
  --tw-ring-offset-color: rgb(93 91 215 / 0);
}
.ring-offset-base-color-bg-brand-emphasis\/10 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.1);
}
.ring-offset-base-color-bg-brand-emphasis\/100 {
  --tw-ring-offset-color: rgb(93 91 215 / 1);
}
.ring-offset-base-color-bg-brand-emphasis\/20 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.2);
}
.ring-offset-base-color-bg-brand-emphasis\/25 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.25);
}
.ring-offset-base-color-bg-brand-emphasis\/30 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.3);
}
.ring-offset-base-color-bg-brand-emphasis\/40 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.4);
}
.ring-offset-base-color-bg-brand-emphasis\/5 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.05);
}
.ring-offset-base-color-bg-brand-emphasis\/50 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.5);
}
.ring-offset-base-color-bg-brand-emphasis\/60 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.6);
}
.ring-offset-base-color-bg-brand-emphasis\/70 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.7);
}
.ring-offset-base-color-bg-brand-emphasis\/75 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.75);
}
.ring-offset-base-color-bg-brand-emphasis\/80 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.8);
}
.ring-offset-base-color-bg-brand-emphasis\/90 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.9);
}
.ring-offset-base-color-bg-brand-emphasis\/95 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.95);
}
.ring-offset-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(93 91 215 / 60%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(93 91 215 / 0%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(93 91 215 / 10%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(93 91 215 / 100%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(93 91 215 / 20%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(93 91 215 / 30%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(93 91 215 / 40%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(93 91 215 / 50%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(93 91 215 / 60%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(93 91 215 / 70%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(93 91 215 / 80%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(93 91 215 / 90%);
}
.ring-offset-base-color-bg-brand-subtle {
  --tw-ring-offset-color: #f2f4fd;
}
.ring-offset-base-color-bg-brand-subtle\/0 {
  --tw-ring-offset-color: rgb(242 244 253 / 0);
}
.ring-offset-base-color-bg-brand-subtle\/10 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.1);
}
.ring-offset-base-color-bg-brand-subtle\/100 {
  --tw-ring-offset-color: rgb(242 244 253 / 1);
}
.ring-offset-base-color-bg-brand-subtle\/20 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.2);
}
.ring-offset-base-color-bg-brand-subtle\/25 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.25);
}
.ring-offset-base-color-bg-brand-subtle\/30 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.3);
}
.ring-offset-base-color-bg-brand-subtle\/40 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.4);
}
.ring-offset-base-color-bg-brand-subtle\/5 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.05);
}
.ring-offset-base-color-bg-brand-subtle\/50 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.5);
}
.ring-offset-base-color-bg-brand-subtle\/60 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.6);
}
.ring-offset-base-color-bg-brand-subtle\/70 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.7);
}
.ring-offset-base-color-bg-brand-subtle\/75 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.75);
}
.ring-offset-base-color-bg-brand-subtle\/80 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.8);
}
.ring-offset-base-color-bg-brand-subtle\/90 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.9);
}
.ring-offset-base-color-bg-brand-subtle\/95 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.95);
}
.ring-offset-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(242 244 253 / 60%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(242 244 253 / 0%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(242 244 253 / 10%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(242 244 253 / 100%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(242 244 253 / 20%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(242 244 253 / 30%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(242 244 253 / 40%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(242 244 253 / 50%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(242 244 253 / 60%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(242 244 253 / 70%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(242 244 253 / 80%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(242 244 253 / 90%);
}
.ring-offset-base-color-bg-brand\/0 {
  --tw-ring-offset-color: rgb(205 214 249 / 0);
}
.ring-offset-base-color-bg-brand\/10 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.1);
}
.ring-offset-base-color-bg-brand\/100 {
  --tw-ring-offset-color: rgb(205 214 249 / 1);
}
.ring-offset-base-color-bg-brand\/20 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.2);
}
.ring-offset-base-color-bg-brand\/25 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.25);
}
.ring-offset-base-color-bg-brand\/30 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.3);
}
.ring-offset-base-color-bg-brand\/40 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.4);
}
.ring-offset-base-color-bg-brand\/5 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.05);
}
.ring-offset-base-color-bg-brand\/50 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.5);
}
.ring-offset-base-color-bg-brand\/60 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.6);
}
.ring-offset-base-color-bg-brand\/70 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.7);
}
.ring-offset-base-color-bg-brand\/75 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.75);
}
.ring-offset-base-color-bg-brand\/80 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.8);
}
.ring-offset-base-color-bg-brand\/90 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.9);
}
.ring-offset-base-color-bg-brand\/95 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.95);
}
.ring-offset-base-color-bg-brand\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(205 214 249 / 60%);
}
.ring-offset-base-color-bg-brand\/core-opacity-0 {
  --tw-ring-offset-color: rgb(205 214 249 / 0%);
}
.ring-offset-base-color-bg-brand\/core-opacity-10 {
  --tw-ring-offset-color: rgb(205 214 249 / 10%);
}
.ring-offset-base-color-bg-brand\/core-opacity-100 {
  --tw-ring-offset-color: rgb(205 214 249 / 100%);
}
.ring-offset-base-color-bg-brand\/core-opacity-20 {
  --tw-ring-offset-color: rgb(205 214 249 / 20%);
}
.ring-offset-base-color-bg-brand\/core-opacity-30 {
  --tw-ring-offset-color: rgb(205 214 249 / 30%);
}
.ring-offset-base-color-bg-brand\/core-opacity-40 {
  --tw-ring-offset-color: rgb(205 214 249 / 40%);
}
.ring-offset-base-color-bg-brand\/core-opacity-50 {
  --tw-ring-offset-color: rgb(205 214 249 / 50%);
}
.ring-offset-base-color-bg-brand\/core-opacity-60 {
  --tw-ring-offset-color: rgb(205 214 249 / 60%);
}
.ring-offset-base-color-bg-brand\/core-opacity-70 {
  --tw-ring-offset-color: rgb(205 214 249 / 70%);
}
.ring-offset-base-color-bg-brand\/core-opacity-80 {
  --tw-ring-offset-color: rgb(205 214 249 / 80%);
}
.ring-offset-base-color-bg-brand\/core-opacity-90 {
  --tw-ring-offset-color: rgb(205 214 249 / 90%);
}
.ring-offset-base-color-bg-danger {
  --tw-ring-offset-color: #fee3e1;
}
.ring-offset-base-color-bg-danger-emphasis {
  --tw-ring-offset-color: #f04438;
}
.ring-offset-base-color-bg-danger-emphasis\/0 {
  --tw-ring-offset-color: rgb(240 68 56 / 0);
}
.ring-offset-base-color-bg-danger-emphasis\/10 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.1);
}
.ring-offset-base-color-bg-danger-emphasis\/100 {
  --tw-ring-offset-color: rgb(240 68 56 / 1);
}
.ring-offset-base-color-bg-danger-emphasis\/20 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.2);
}
.ring-offset-base-color-bg-danger-emphasis\/25 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.25);
}
.ring-offset-base-color-bg-danger-emphasis\/30 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.3);
}
.ring-offset-base-color-bg-danger-emphasis\/40 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.4);
}
.ring-offset-base-color-bg-danger-emphasis\/5 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.05);
}
.ring-offset-base-color-bg-danger-emphasis\/50 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.5);
}
.ring-offset-base-color-bg-danger-emphasis\/60 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.6);
}
.ring-offset-base-color-bg-danger-emphasis\/70 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.7);
}
.ring-offset-base-color-bg-danger-emphasis\/75 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.75);
}
.ring-offset-base-color-bg-danger-emphasis\/80 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.8);
}
.ring-offset-base-color-bg-danger-emphasis\/90 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.9);
}
.ring-offset-base-color-bg-danger-emphasis\/95 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.95);
}
.ring-offset-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(240 68 56 / 60%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(240 68 56 / 0%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(240 68 56 / 10%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(240 68 56 / 100%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(240 68 56 / 20%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(240 68 56 / 30%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(240 68 56 / 40%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(240 68 56 / 50%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(240 68 56 / 60%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(240 68 56 / 70%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(240 68 56 / 80%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(240 68 56 / 90%);
}
.ring-offset-base-color-bg-danger-subtle {
  --tw-ring-offset-color: #fffbfa;
}
.ring-offset-base-color-bg-danger-subtle\/0 {
  --tw-ring-offset-color: rgb(255 251 250 / 0);
}
.ring-offset-base-color-bg-danger-subtle\/10 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.1);
}
.ring-offset-base-color-bg-danger-subtle\/100 {
  --tw-ring-offset-color: rgb(255 251 250 / 1);
}
.ring-offset-base-color-bg-danger-subtle\/20 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.2);
}
.ring-offset-base-color-bg-danger-subtle\/25 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.25);
}
.ring-offset-base-color-bg-danger-subtle\/30 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.3);
}
.ring-offset-base-color-bg-danger-subtle\/40 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.4);
}
.ring-offset-base-color-bg-danger-subtle\/5 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.05);
}
.ring-offset-base-color-bg-danger-subtle\/50 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.5);
}
.ring-offset-base-color-bg-danger-subtle\/60 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.6);
}
.ring-offset-base-color-bg-danger-subtle\/70 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.7);
}
.ring-offset-base-color-bg-danger-subtle\/75 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.75);
}
.ring-offset-base-color-bg-danger-subtle\/80 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.8);
}
.ring-offset-base-color-bg-danger-subtle\/90 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.9);
}
.ring-offset-base-color-bg-danger-subtle\/95 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.95);
}
.ring-offset-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(255 251 250 / 60%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(255 251 250 / 0%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(255 251 250 / 10%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(255 251 250 / 100%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(255 251 250 / 20%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(255 251 250 / 30%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(255 251 250 / 40%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(255 251 250 / 50%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(255 251 250 / 60%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(255 251 250 / 70%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(255 251 250 / 80%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(255 251 250 / 90%);
}
.ring-offset-base-color-bg-danger\/0 {
  --tw-ring-offset-color: rgb(254 227 225 / 0);
}
.ring-offset-base-color-bg-danger\/10 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.1);
}
.ring-offset-base-color-bg-danger\/100 {
  --tw-ring-offset-color: rgb(254 227 225 / 1);
}
.ring-offset-base-color-bg-danger\/20 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.2);
}
.ring-offset-base-color-bg-danger\/25 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.25);
}
.ring-offset-base-color-bg-danger\/30 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.3);
}
.ring-offset-base-color-bg-danger\/40 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.4);
}
.ring-offset-base-color-bg-danger\/5 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.05);
}
.ring-offset-base-color-bg-danger\/50 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.5);
}
.ring-offset-base-color-bg-danger\/60 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.6);
}
.ring-offset-base-color-bg-danger\/70 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.7);
}
.ring-offset-base-color-bg-danger\/75 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.75);
}
.ring-offset-base-color-bg-danger\/80 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.8);
}
.ring-offset-base-color-bg-danger\/90 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.9);
}
.ring-offset-base-color-bg-danger\/95 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.95);
}
.ring-offset-base-color-bg-danger\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(254 227 225 / 60%);
}
.ring-offset-base-color-bg-danger\/core-opacity-0 {
  --tw-ring-offset-color: rgb(254 227 225 / 0%);
}
.ring-offset-base-color-bg-danger\/core-opacity-10 {
  --tw-ring-offset-color: rgb(254 227 225 / 10%);
}
.ring-offset-base-color-bg-danger\/core-opacity-100 {
  --tw-ring-offset-color: rgb(254 227 225 / 100%);
}
.ring-offset-base-color-bg-danger\/core-opacity-20 {
  --tw-ring-offset-color: rgb(254 227 225 / 20%);
}
.ring-offset-base-color-bg-danger\/core-opacity-30 {
  --tw-ring-offset-color: rgb(254 227 225 / 30%);
}
.ring-offset-base-color-bg-danger\/core-opacity-40 {
  --tw-ring-offset-color: rgb(254 227 225 / 40%);
}
.ring-offset-base-color-bg-danger\/core-opacity-50 {
  --tw-ring-offset-color: rgb(254 227 225 / 50%);
}
.ring-offset-base-color-bg-danger\/core-opacity-60 {
  --tw-ring-offset-color: rgb(254 227 225 / 60%);
}
.ring-offset-base-color-bg-danger\/core-opacity-70 {
  --tw-ring-offset-color: rgb(254 227 225 / 70%);
}
.ring-offset-base-color-bg-danger\/core-opacity-80 {
  --tw-ring-offset-color: rgb(254 227 225 / 80%);
}
.ring-offset-base-color-bg-danger\/core-opacity-90 {
  --tw-ring-offset-color: rgb(254 227 225 / 90%);
}
.ring-offset-base-color-bg-default {
  --tw-ring-offset-color: #ffffff;
}
.ring-offset-base-color-bg-default\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ring-offset-base-color-bg-default\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ring-offset-base-color-bg-default\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-base-color-bg-default\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ring-offset-base-color-bg-default\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ring-offset-base-color-bg-default\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ring-offset-base-color-bg-default\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ring-offset-base-color-bg-default\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ring-offset-base-color-bg-default\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-base-color-bg-default\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ring-offset-base-color-bg-default\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ring-offset-base-color-bg-default\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ring-offset-base-color-bg-default\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ring-offset-base-color-bg-default\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ring-offset-base-color-bg-default\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.ring-offset-base-color-bg-default\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 60%);
}
.ring-offset-base-color-bg-default\/core-opacity-0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0%);
}
.ring-offset-base-color-bg-default\/core-opacity-10 {
  --tw-ring-offset-color: rgb(255 255 255 / 10%);
}
.ring-offset-base-color-bg-default\/core-opacity-100 {
  --tw-ring-offset-color: rgb(255 255 255 / 100%);
}
.ring-offset-base-color-bg-default\/core-opacity-20 {
  --tw-ring-offset-color: rgb(255 255 255 / 20%);
}
.ring-offset-base-color-bg-default\/core-opacity-30 {
  --tw-ring-offset-color: rgb(255 255 255 / 30%);
}
.ring-offset-base-color-bg-default\/core-opacity-40 {
  --tw-ring-offset-color: rgb(255 255 255 / 40%);
}
.ring-offset-base-color-bg-default\/core-opacity-50 {
  --tw-ring-offset-color: rgb(255 255 255 / 50%);
}
.ring-offset-base-color-bg-default\/core-opacity-60 {
  --tw-ring-offset-color: rgb(255 255 255 / 60%);
}
.ring-offset-base-color-bg-default\/core-opacity-70 {
  --tw-ring-offset-color: rgb(255 255 255 / 70%);
}
.ring-offset-base-color-bg-default\/core-opacity-80 {
  --tw-ring-offset-color: rgb(255 255 255 / 80%);
}
.ring-offset-base-color-bg-default\/core-opacity-90 {
  --tw-ring-offset-color: rgb(255 255 255 / 90%);
}
.ring-offset-base-color-bg-emphasis {
  --tw-ring-offset-color: #101828;
}
.ring-offset-base-color-bg-emphasis\/0 {
  --tw-ring-offset-color: rgb(16 24 40 / 0);
}
.ring-offset-base-color-bg-emphasis\/10 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.1);
}
.ring-offset-base-color-bg-emphasis\/100 {
  --tw-ring-offset-color: rgb(16 24 40 / 1);
}
.ring-offset-base-color-bg-emphasis\/20 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.2);
}
.ring-offset-base-color-bg-emphasis\/25 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.25);
}
.ring-offset-base-color-bg-emphasis\/30 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.3);
}
.ring-offset-base-color-bg-emphasis\/40 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.4);
}
.ring-offset-base-color-bg-emphasis\/5 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.05);
}
.ring-offset-base-color-bg-emphasis\/50 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.5);
}
.ring-offset-base-color-bg-emphasis\/60 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.6);
}
.ring-offset-base-color-bg-emphasis\/70 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.7);
}
.ring-offset-base-color-bg-emphasis\/75 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.75);
}
.ring-offset-base-color-bg-emphasis\/80 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.8);
}
.ring-offset-base-color-bg-emphasis\/90 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.9);
}
.ring-offset-base-color-bg-emphasis\/95 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.95);
}
.ring-offset-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(16 24 40 / 60%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(16 24 40 / 0%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(16 24 40 / 10%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(16 24 40 / 100%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(16 24 40 / 20%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(16 24 40 / 30%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(16 24 40 / 40%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(16 24 40 / 50%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(16 24 40 / 60%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(16 24 40 / 70%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(16 24 40 / 80%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(16 24 40 / 90%);
}
.ring-offset-base-color-bg-muted {
  --tw-ring-offset-color: #eaecf0;
}
.ring-offset-base-color-bg-muted\/0 {
  --tw-ring-offset-color: rgb(234 236 240 / 0);
}
.ring-offset-base-color-bg-muted\/10 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.1);
}
.ring-offset-base-color-bg-muted\/100 {
  --tw-ring-offset-color: rgb(234 236 240 / 1);
}
.ring-offset-base-color-bg-muted\/20 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.2);
}
.ring-offset-base-color-bg-muted\/25 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.25);
}
.ring-offset-base-color-bg-muted\/30 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.3);
}
.ring-offset-base-color-bg-muted\/40 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.4);
}
.ring-offset-base-color-bg-muted\/5 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.05);
}
.ring-offset-base-color-bg-muted\/50 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.5);
}
.ring-offset-base-color-bg-muted\/60 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.6);
}
.ring-offset-base-color-bg-muted\/70 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.7);
}
.ring-offset-base-color-bg-muted\/75 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.75);
}
.ring-offset-base-color-bg-muted\/80 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.8);
}
.ring-offset-base-color-bg-muted\/90 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.9);
}
.ring-offset-base-color-bg-muted\/95 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.95);
}
.ring-offset-base-color-bg-muted\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(234 236 240 / 60%);
}
.ring-offset-base-color-bg-muted\/core-opacity-0 {
  --tw-ring-offset-color: rgb(234 236 240 / 0%);
}
.ring-offset-base-color-bg-muted\/core-opacity-10 {
  --tw-ring-offset-color: rgb(234 236 240 / 10%);
}
.ring-offset-base-color-bg-muted\/core-opacity-100 {
  --tw-ring-offset-color: rgb(234 236 240 / 100%);
}
.ring-offset-base-color-bg-muted\/core-opacity-20 {
  --tw-ring-offset-color: rgb(234 236 240 / 20%);
}
.ring-offset-base-color-bg-muted\/core-opacity-30 {
  --tw-ring-offset-color: rgb(234 236 240 / 30%);
}
.ring-offset-base-color-bg-muted\/core-opacity-40 {
  --tw-ring-offset-color: rgb(234 236 240 / 40%);
}
.ring-offset-base-color-bg-muted\/core-opacity-50 {
  --tw-ring-offset-color: rgb(234 236 240 / 50%);
}
.ring-offset-base-color-bg-muted\/core-opacity-60 {
  --tw-ring-offset-color: rgb(234 236 240 / 60%);
}
.ring-offset-base-color-bg-muted\/core-opacity-70 {
  --tw-ring-offset-color: rgb(234 236 240 / 70%);
}
.ring-offset-base-color-bg-muted\/core-opacity-80 {
  --tw-ring-offset-color: rgb(234 236 240 / 80%);
}
.ring-offset-base-color-bg-muted\/core-opacity-90 {
  --tw-ring-offset-color: rgb(234 236 240 / 90%);
}
.ring-offset-base-color-bg-subtle {
  --tw-ring-offset-color: #f2f4f7;
}
.ring-offset-base-color-bg-subtle\/0 {
  --tw-ring-offset-color: rgb(242 244 247 / 0);
}
.ring-offset-base-color-bg-subtle\/10 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.1);
}
.ring-offset-base-color-bg-subtle\/100 {
  --tw-ring-offset-color: rgb(242 244 247 / 1);
}
.ring-offset-base-color-bg-subtle\/20 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.2);
}
.ring-offset-base-color-bg-subtle\/25 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.25);
}
.ring-offset-base-color-bg-subtle\/30 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.3);
}
.ring-offset-base-color-bg-subtle\/40 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.4);
}
.ring-offset-base-color-bg-subtle\/5 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.05);
}
.ring-offset-base-color-bg-subtle\/50 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.5);
}
.ring-offset-base-color-bg-subtle\/60 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.6);
}
.ring-offset-base-color-bg-subtle\/70 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.7);
}
.ring-offset-base-color-bg-subtle\/75 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.75);
}
.ring-offset-base-color-bg-subtle\/80 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.8);
}
.ring-offset-base-color-bg-subtle\/90 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.9);
}
.ring-offset-base-color-bg-subtle\/95 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.95);
}
.ring-offset-base-color-bg-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(242 244 247 / 60%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(242 244 247 / 0%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(242 244 247 / 10%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(242 244 247 / 100%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(242 244 247 / 20%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(242 244 247 / 30%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(242 244 247 / 40%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(242 244 247 / 50%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(242 244 247 / 60%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(242 244 247 / 70%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(242 244 247 / 80%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(242 244 247 / 90%);
}
.ring-offset-base-color-bg-success {
  --tw-ring-offset-color: #d1fadf;
}
.ring-offset-base-color-bg-success-emphasis {
  --tw-ring-offset-color: #12b569;
}
.ring-offset-base-color-bg-success-emphasis\/0 {
  --tw-ring-offset-color: rgb(18 181 105 / 0);
}
.ring-offset-base-color-bg-success-emphasis\/10 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.1);
}
.ring-offset-base-color-bg-success-emphasis\/100 {
  --tw-ring-offset-color: rgb(18 181 105 / 1);
}
.ring-offset-base-color-bg-success-emphasis\/20 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.2);
}
.ring-offset-base-color-bg-success-emphasis\/25 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.25);
}
.ring-offset-base-color-bg-success-emphasis\/30 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.3);
}
.ring-offset-base-color-bg-success-emphasis\/40 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.4);
}
.ring-offset-base-color-bg-success-emphasis\/5 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.05);
}
.ring-offset-base-color-bg-success-emphasis\/50 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.5);
}
.ring-offset-base-color-bg-success-emphasis\/60 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.6);
}
.ring-offset-base-color-bg-success-emphasis\/70 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.7);
}
.ring-offset-base-color-bg-success-emphasis\/75 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.75);
}
.ring-offset-base-color-bg-success-emphasis\/80 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.8);
}
.ring-offset-base-color-bg-success-emphasis\/90 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.9);
}
.ring-offset-base-color-bg-success-emphasis\/95 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.95);
}
.ring-offset-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(18 181 105 / 60%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(18 181 105 / 0%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(18 181 105 / 10%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(18 181 105 / 100%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(18 181 105 / 20%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(18 181 105 / 30%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(18 181 105 / 40%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(18 181 105 / 50%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(18 181 105 / 60%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(18 181 105 / 70%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(18 181 105 / 80%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(18 181 105 / 90%);
}
.ring-offset-base-color-bg-success-subtle {
  --tw-ring-offset-color: #f6fef9;
}
.ring-offset-base-color-bg-success-subtle\/0 {
  --tw-ring-offset-color: rgb(246 254 249 / 0);
}
.ring-offset-base-color-bg-success-subtle\/10 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.1);
}
.ring-offset-base-color-bg-success-subtle\/100 {
  --tw-ring-offset-color: rgb(246 254 249 / 1);
}
.ring-offset-base-color-bg-success-subtle\/20 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.2);
}
.ring-offset-base-color-bg-success-subtle\/25 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.25);
}
.ring-offset-base-color-bg-success-subtle\/30 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.3);
}
.ring-offset-base-color-bg-success-subtle\/40 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.4);
}
.ring-offset-base-color-bg-success-subtle\/5 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.05);
}
.ring-offset-base-color-bg-success-subtle\/50 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.5);
}
.ring-offset-base-color-bg-success-subtle\/60 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.6);
}
.ring-offset-base-color-bg-success-subtle\/70 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.7);
}
.ring-offset-base-color-bg-success-subtle\/75 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.75);
}
.ring-offset-base-color-bg-success-subtle\/80 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.8);
}
.ring-offset-base-color-bg-success-subtle\/90 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.9);
}
.ring-offset-base-color-bg-success-subtle\/95 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.95);
}
.ring-offset-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(246 254 249 / 60%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(246 254 249 / 0%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(246 254 249 / 10%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(246 254 249 / 100%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(246 254 249 / 20%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(246 254 249 / 30%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(246 254 249 / 40%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(246 254 249 / 50%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(246 254 249 / 60%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(246 254 249 / 70%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(246 254 249 / 80%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(246 254 249 / 90%);
}
.ring-offset-base-color-bg-success\/0 {
  --tw-ring-offset-color: rgb(209 250 223 / 0);
}
.ring-offset-base-color-bg-success\/10 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.1);
}
.ring-offset-base-color-bg-success\/100 {
  --tw-ring-offset-color: rgb(209 250 223 / 1);
}
.ring-offset-base-color-bg-success\/20 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.2);
}
.ring-offset-base-color-bg-success\/25 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.25);
}
.ring-offset-base-color-bg-success\/30 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.3);
}
.ring-offset-base-color-bg-success\/40 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.4);
}
.ring-offset-base-color-bg-success\/5 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.05);
}
.ring-offset-base-color-bg-success\/50 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.5);
}
.ring-offset-base-color-bg-success\/60 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.6);
}
.ring-offset-base-color-bg-success\/70 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.7);
}
.ring-offset-base-color-bg-success\/75 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.75);
}
.ring-offset-base-color-bg-success\/80 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.8);
}
.ring-offset-base-color-bg-success\/90 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.9);
}
.ring-offset-base-color-bg-success\/95 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.95);
}
.ring-offset-base-color-bg-success\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(209 250 223 / 60%);
}
.ring-offset-base-color-bg-success\/core-opacity-0 {
  --tw-ring-offset-color: rgb(209 250 223 / 0%);
}
.ring-offset-base-color-bg-success\/core-opacity-10 {
  --tw-ring-offset-color: rgb(209 250 223 / 10%);
}
.ring-offset-base-color-bg-success\/core-opacity-100 {
  --tw-ring-offset-color: rgb(209 250 223 / 100%);
}
.ring-offset-base-color-bg-success\/core-opacity-20 {
  --tw-ring-offset-color: rgb(209 250 223 / 20%);
}
.ring-offset-base-color-bg-success\/core-opacity-30 {
  --tw-ring-offset-color: rgb(209 250 223 / 30%);
}
.ring-offset-base-color-bg-success\/core-opacity-40 {
  --tw-ring-offset-color: rgb(209 250 223 / 40%);
}
.ring-offset-base-color-bg-success\/core-opacity-50 {
  --tw-ring-offset-color: rgb(209 250 223 / 50%);
}
.ring-offset-base-color-bg-success\/core-opacity-60 {
  --tw-ring-offset-color: rgb(209 250 223 / 60%);
}
.ring-offset-base-color-bg-success\/core-opacity-70 {
  --tw-ring-offset-color: rgb(209 250 223 / 70%);
}
.ring-offset-base-color-bg-success\/core-opacity-80 {
  --tw-ring-offset-color: rgb(209 250 223 / 80%);
}
.ring-offset-base-color-bg-success\/core-opacity-90 {
  --tw-ring-offset-color: rgb(209 250 223 / 90%);
}
.ring-offset-base-color-bg-transparent {
  --tw-ring-offset-color: #00000000;
}
.ring-offset-base-color-bg-transparent\/0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.ring-offset-base-color-bg-transparent\/10 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.ring-offset-base-color-bg-transparent\/100 {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.ring-offset-base-color-bg-transparent\/20 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.ring-offset-base-color-bg-transparent\/25 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.ring-offset-base-color-bg-transparent\/30 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.ring-offset-base-color-bg-transparent\/40 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.ring-offset-base-color-bg-transparent\/5 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.ring-offset-base-color-bg-transparent\/50 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.ring-offset-base-color-bg-transparent\/60 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.ring-offset-base-color-bg-transparent\/70 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.ring-offset-base-color-bg-transparent\/75 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.ring-offset-base-color-bg-transparent\/80 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.ring-offset-base-color-bg-transparent\/90 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.ring-offset-base-color-bg-transparent\/95 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.ring-offset-base-color-bg-transparent\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 60%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-10 {
  --tw-ring-offset-color: rgb(0 0 0 / 10%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-100 {
  --tw-ring-offset-color: rgb(0 0 0 / 100%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-20 {
  --tw-ring-offset-color: rgb(0 0 0 / 20%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-30 {
  --tw-ring-offset-color: rgb(0 0 0 / 30%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-40 {
  --tw-ring-offset-color: rgb(0 0 0 / 40%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-50 {
  --tw-ring-offset-color: rgb(0 0 0 / 50%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-60 {
  --tw-ring-offset-color: rgb(0 0 0 / 60%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-70 {
  --tw-ring-offset-color: rgb(0 0 0 / 70%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-80 {
  --tw-ring-offset-color: rgb(0 0 0 / 80%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-90 {
  --tw-ring-offset-color: rgb(0 0 0 / 90%);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\@container {
  container-type: inline-size;
}
.arrow-hide::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}
.arrow-hide::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}
.\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
/**
 * END --- SETUP TAILWINDCSS EDIT
 */
/**
 * TOOLTIP STYLES
 */
.tooltip {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.has-tooltip {
  position: relative;
}
.has-tooltip:hover .tooltip {
  visibility: visible;
  z-index: 50;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 300ms;
}
/**
 * END TOOLTIP STYLES
 */
/**
  * TYPOGRAPHY STYLES
  */
.flex-row > .typography {
  margin-bottom: 0px;
}
/**
  * END TYPOGRAPHY STYLES
  */
/* reference https://www.ag-grid.com/react-data-grid/global-style-customisation-headers/ */
.ag-root-wrapper {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.ag-header {
  height: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  text-transform: uppercase;
}
.ag-cell {
  display: flex;
  align-items: center;
  line-height: 1.25rem;
}
/* This is a custom header class that is added when we want the header of an ag-grid table to be centered */
.develo-ag-centered-header .ag-header-cell-label {
  justify-content: center;
}
.ag-paging-panel {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.no-min-height .ag-center-cols-clipper,
.no-min-height .ag-center-cols-container {
  min-height: 3rem !important;
}
.hide-header .ag-center-cols-clipper,
.hide-header .ag-center-cols-container {
  min-height: 3rem !important;
}
.no-rows-min-height-300 .ag-center-cols-clipper,
.no-rows-min-height-300 .ag-center-cols-container {
  min-height: 300px !important;
}
.ag-row {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.ag-row:last-child {
  border-bottom-width: 0px;
}
.hide-header .ag-header {
  display: none !important;
}
.hide-header .ag-overlay-wrapper {
  padding-top: 0px !important;
}
.develo-ag-no-rows-h-32 .ag-center-cols-clipper,
.develo-ag-no-rows-h-32 .ag-center-cols-container {
  min-height: 8rem !important;
}
.develo-ag-header {
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
  font-size: 12px;
  font-weight: 500;
  font-family: Inter, system-ui, sans-serif;
  line-height: 110%;
}
.before\:pr-1::before {
  content: var(--tw-content);
  padding-right: 0.25rem;
}
.before\:content-\[\'\\2012\'\]::before {
  --tw-content: '\2012';
  content: var(--tw-content);
}
.first\:ml-core-space-50:first-child {
  margin-left: 8px;
}
.first\:rounded-t-md:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:mb-core-space-0:last-child {
  margin-bottom: 0px;
}
.last\:rounded-b-md:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.focus-within\:border-core-border-width-20:focus-within {
  border-width: 2px;
}
.focus-within\:\!border-comp-textfield-color-clean-focused-border:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgb(93 91 215 / var(--tw-border-opacity)) !important;
}
.focus-within\:\!border-comp-textfield-color-dirty-focused-border:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 68 56 / var(--tw-border-opacity)) !important;
}
.focus-within\:border-comp-textfield-color-clean-focused-border:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus-within\:border-comp-toggle-color-primary-selected-enabled-border:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus-within\:border-comp-toggle-color-primary-selected-focused-border:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus-within\:border-comp-toggle-color-primary-unselected-focused-border:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.focus-within\:border-success:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.focus-within\:\!bg-comp-textfield-color-clean-focused-bg:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.focus-within\:\!bg-comp-textfield-color-dirty-focused-bg:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-base-color-bg-subtle:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.focus-within\:bg-comp-toggle-color-primary-selected-focused-bg:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus-within\:bg-comp-toggle-color-primary-unselected-focused-bg:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus-within\:text-comp-button-color-ghost-focused-fg:focus-within {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.focus-within\:\!shadow-base-box-shadow-clean-focus-border:focus-within {
  --tw-shadow: 0px 0px 0px 1px #5d5bd7, 0px 0px 0px 0px #0000000d !important;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 0px 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-within\:\!shadow-base-box-shadow-dirty-focus-border:focus-within {
  --tw-shadow: 0px 0px 0px 1px #f04438, 0px 0px 0px 0px #0000000d !important;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 0px 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-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(93 91 215 / var(--tw-ring-opacity));
}
.focus-within\:ring-success:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
}
.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}
.hover\:cursor-default:hover {
  cursor: default;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-comp-button-color-danger-hover-border:hover {
  border-color: #00000000;
}
.hover\:border-comp-button-color-ghost-hover-border:hover {
  border-color: #00000000;
}
.hover\:border-comp-button-color-primary-hover-border:hover {
  border-color: #00000000;
}
.hover\:border-comp-button-color-secondary-hover-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.hover\:border-comp-textfield-color-clean-hover-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(152 162 179 / var(--tw-border-opacity));
}
.hover\:border-comp-textfield-color-dirty-hover-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 45 32 / var(--tw-border-opacity));
}
.hover\:border-comp-toggle-color-primary-selected-hover-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 71 189 / var(--tw-border-opacity));
}
.hover\:border-comp-toggle-color-primary-unselected-hover-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(152 162 179 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:\!bg-base-color-bg-subtle:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}
.hover\:bg-base-color-bg-brand-subtle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.hover\:bg-base-color-bg-subtle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.hover\:bg-comp-button-color-danger-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.hover\:bg-comp-button-color-ghost-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-comp-button-color-primary-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.hover\:bg-comp-button-color-secondary-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-comp-textfield-color-clean-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-comp-textfield-color-dirty-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.hover\:bg-comp-toggle-color-primary-selected-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.hover\:bg-comp-toggle-color-primary-selected-hover-border:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.hover\:bg-comp-toggle-color-primary-unselected-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 188 244 / var(--tw-bg-opacity));
}
.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(140 152 237 / var(--tw-bg-opacity));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 6 62 / var(--tw-bg-opacity));
}
.hover\:fill-green-600:hover {
  fill: #059669;
}
.hover\:fill-red-600:hover {
  fill: #dc2626;
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-base-color-fg-attention-emphasis:hover {
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity));
}
.hover\:text-base-color-fg-brand-emphasis:hover {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.hover\:text-base-color-fg-default:hover {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.hover\:text-base-color-fg-success-emphasis:hover {
  --tw-text-opacity: 1;
  color: rgb(2 121 71 / var(--tw-text-opacity));
}
.hover\:text-comp-button-color-danger-hover-fg:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-comp-button-color-ghost-hover-fg:hover {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.hover\:text-comp-button-color-primary-hover-bg:hover {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.hover\:text-comp-button-color-primary-hover-fg:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-comp-button-color-secondary-hover-fg:hover {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.hover\:text-comp-textfield-color-clean-hover-content:hover {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.hover\:text-comp-textfield-color-clean-hover-placeholder:hover {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.hover\:text-comp-textfield-color-dirty-hover-content:hover {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.hover\:text-comp-textfield-color-dirty-hover-placeholder:hover {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.hover\:text-comp-toggle-color-primary-selected-hover-border:hover {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.hover\:text-primary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:placeholder-comp-textfield-color-clean-hover-placeholder:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.hover\:placeholder-comp-textfield-color-clean-hover-placeholder:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.hover\:placeholder-comp-textfield-color-dirty-hover-placeholder:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.hover\:placeholder-comp-textfield-color-dirty-hover-placeholder:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.hover\:shadow-base-box-shadow-selectable-s:hover {
  --tw-shadow: 0px 1px 2px 0px #00000017;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:hover\:border-comp-textfield-color-clean-focused-border:hover:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-none:focus {
  border-style: none;
}
.focus\:border-comp-button-color-danger-focused-border:focus {
  border-color: #00000000;
}
.focus\:border-comp-button-color-ghost-focused-border:focus {
  border-color: #00000000;
}
.focus\:border-comp-button-color-primary-focused-border:focus {
  border-color: #00000000;
}
.focus\:border-comp-button-color-secondary-focused-border:focus {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.focus\:border-comp-textfield-color-clean-focused-border:focus {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus\:border-comp-textfield-color-dirty-focused-border:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.focus\:border-comp-toggle-color-primary-unselected-focused-border:focus {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.focus\:border-danger:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus\:border-primary-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(60 59 151 / var(--tw-border-opacity));
}
.focus\:border-success:focus {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.focus\:bg-comp-button-color-danger-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.focus\:bg-comp-button-color-ghost-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-comp-button-color-primary-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.focus\:bg-comp-button-color-secondary-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-comp-textfield-color-clean-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-comp-textfield-color-dirty-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-comp-toggle-color-primary-unselected-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:text-comp-button-color-danger-focused-fg:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:text-comp-button-color-ghost-focused-fg:focus {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.focus\:text-comp-button-color-primary-focused-bg:focus {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.focus\:text-comp-button-color-primary-focused-fg:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:text-comp-button-color-secondary-focused-fg:focus {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.focus\:text-comp-textfield-color-clean-focused-content:focus {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.focus\:text-comp-textfield-color-clean-focused-placeholder:focus {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.focus\:text-comp-textfield-color-dirty-focused-content:focus {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.focus\:text-comp-textfield-color-dirty-focused-placeholder:focus {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.focus\:placeholder-comp-textfield-color-clean-focused-placeholder:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-comp-textfield-color-clean-focused-placeholder:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-comp-textfield-color-dirty-focused-placeholder:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-comp-textfield-color-dirty-focused-placeholder:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.focus\:shadow-base-box-shadow-clean-focus-border:focus {
  --tw-shadow: 0px 0px 0px 1px #5d5bd7, 0px 0px 0px 0px #0000000d;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-base-box-shadow-dirty-focus-border:focus {
  --tw-shadow: 0px 0px 0px 1px #f04438, 0px 0px 0px 0px #0000000d;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-base-box-shadow-general-focus-border:focus {
  --tw-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 0px 2px #5d5bd7;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-comp-toggle-color-primary-selected-enabled-border:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(93 91 215 / var(--tw-ring-opacity));
}
.focus\:ring-danger:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(93 91 215 / var(--tw-ring-opacity));
}
.focus\:ring-success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-primary:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(93 91 215 / var(--tw-ring-opacity));
}
.active\:border-comp-button-color-danger-pressed-border:active {
  border-color: #00000000;
}
.active\:border-comp-button-color-ghost-pressed-border:active {
  border-color: #00000000;
}
.active\:border-comp-button-color-primary-pressed-border:active {
  border-color: #00000000;
}
.active\:border-comp-button-color-secondary-pressed-border:active {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.active\:bg-comp-button-color-danger-pressed-bg:active {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity));
}
.active\:bg-comp-button-color-ghost-pressed-bg:active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.active\:bg-comp-button-color-primary-pressed-bg:active {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.active\:bg-comp-button-color-secondary-pressed-bg:active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.active\:text-comp-button-color-danger-pressed-fg:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active\:text-comp-button-color-ghost-pressed-fg:active {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.active\:text-comp-button-color-primary-pressed-bg:active {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.active\:text-comp-button-color-primary-pressed-fg:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active\:text-comp-button-color-secondary-pressed-fg:active {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:bg-slate-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.disabled\:opacity-base-opacity-disabled:disabled {
  opacity: 60%;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
@container (min-width: 48rem) {
  .\@3xl\:block {
    display: block;
  }
}
@container (min-width: 56rem) {
  .\@4xl\:block {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:hidden {
    display: none;
  }
}
@media (min-width: 640px) {
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:max-w-\[600px\] {
    max-width: 600px;
  }
  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }
  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:rounded-base-border-radius-container-l {
    border-radius: 8px;
  }
  .sm\:rounded-base-border-radius-container-none {
    border-radius: 0px;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:rounded-md {
    border-radius: 0.375rem;
  }
  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-core-space-150 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sm\:py-core-space-250 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:text-base-font-size-l {
    font-size: 20px;
  }
  .sm\:text-base-font-size-m {
    font-size: 16px;
  }
  .sm\:text-base-font-size-s {
    font-size: 14px;
  }
  .sm\:text-base-font-size-xl {
    font-size: 24px;
  }
  .sm\:text-base-font-size-xs {
    font-size: 12px;
  }
  .sm\:text-base-font-size-xxl {
    font-size: 32px;
  }
  .sm\:text-base-font-size-xxxl {
    font-size: 40px;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .md\:pointer-events-auto {
    pointer-events: auto;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }
  .md\:min-w-\[592px\] {
    min-width: 592px;
  }
  .md\:max-w-\[800px\] {
    max-width: 800px;
  }
  .md\:max-w-lg {
    max-width: 32rem;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:gap-core-space-150 {
    gap: 24px;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .md\:border-t-0 {
    border-top-width: 0px;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-core-space-150 {
    padding: 24px;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-core-space-50 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md\:pb-core-space-150 {
    padding-bottom: 24px;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:font-base-typography-interface-default-m-font-family {
    font-family: Inter, system-ui, sans-serif;
  }
  .md\:font-base-typography-interface-default-s-font-family {
    font-family: Inter, system-ui, sans-serif;
  }
  .md\:font-base-typography-interface-default-xs-font-family {
    font-family: Inter, system-ui, sans-serif;
  }
  .md\:text-base-font-size-l {
    font-size: 20px;
  }
  .md\:text-base-font-size-m {
    font-size: 16px;
  }
  .md\:text-base-font-size-s {
    font-size: 14px;
  }
  .md\:text-base-font-size-xl {
    font-size: 24px;
  }
  .md\:text-base-font-size-xs {
    font-size: 12px;
  }
  .md\:text-base-font-size-xxl {
    font-size: 32px;
  }
  .md\:text-base-font-size-xxxl {
    font-size: 40px;
  }
  .md\:text-base-typography-interface-default-m-font-size {
    font-size: 16px;
  }
  .md\:text-base-typography-interface-default-s-font-size {
    font-size: 14px;
  }
  .md\:text-base-typography-interface-default-xs-font-size {
    font-size: 12px;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:font-base-typography-interface-default-m-font-weight {
    font-weight: 400;
  }
  .md\:font-base-typography-interface-default-s-font-weight {
    font-weight: 400;
  }
  .md\:font-base-typography-interface-default-xs-font-weight {
    font-weight: 400;
  }
  .md\:leading-base-typography-interface-default-m-line-height {
    line-height: 110%;
  }
  .md\:leading-base-typography-interface-default-s-line-height {
    line-height: 110%;
  }
  .md\:leading-base-typography-interface-default-xs-line-height {
    line-height: 110%;
  }
  .md\:hover\:bg-base-color-bg-subtle:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1024px) {
  .lg\:order-last {
    order: 9999;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:max-h-\[72px\] {
    max-height: 72px;
  }
  .lg\:min-w-\[848px\] {
    min-width: 848px;
  }
  .lg\:max-w-5xl {
    max-width: 64rem;
  }
  .lg\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .lg\:max-w-\[364px\] {
    max-width: 364px;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:text-base-font-size-l {
    font-size: 20px;
  }
  .lg\:text-base-font-size-m {
    font-size: 16px;
  }
  .lg\:text-base-font-size-s {
    font-size: 14px;
  }
  .lg\:text-base-font-size-xl {
    font-size: 24px;
  }
  .lg\:text-base-font-size-xs {
    font-size: 12px;
  }
  .lg\:text-base-font-size-xxl {
    font-size: 32px;
  }
  .lg\:text-base-font-size-xxxl {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .xl\:text-base-font-size-l {
    font-size: 20px;
  }
  .xl\:text-base-font-size-m {
    font-size: 16px;
  }
  .xl\:text-base-font-size-s {
    font-size: 14px;
  }
  .xl\:text-base-font-size-xl {
    font-size: 24px;
  }
  .xl\:text-base-font-size-xs {
    font-size: 12px;
  }
  .xl\:text-base-font-size-xxl {
    font-size: 32px;
  }
  .xl\:text-base-font-size-xxxl {
    font-size: 40px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:text-base-font-size-l {
    font-size: 20px;
  }
  .\32xl\:text-base-font-size-m {
    font-size: 16px;
  }
  .\32xl\:text-base-font-size-s {
    font-size: 14px;
  }
  .\32xl\:text-base-font-size-xl {
    font-size: 24px;
  }
  .\32xl\:text-base-font-size-xxl {
    font-size: 32px;
  }
  .\32xl\:text-base-font-size-xxxl {
    font-size: 40px;
  }
}
.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * PDF LIST ITEM STYLES
 * jsPDF does not handle tailwind ordered/unordered lists nicely, so we have to roll our own
 */

.pdf * {
  font-family: 'Inter', sans-serif;
}

.pdf-ul .pdf-list-item:before {
  content: '\2022';
  padding-right: 1em;
}

/*
.wysiwyg-editor .pdf-ul .pdf-list-item:before {
  content: '';
  margin-right: 1em;
  height: 4px;
  width: 4px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
} */

.pdf-ol {
  counter-reset: ol-counter;
}

.pdf-ol .pdf-list-item:before {
  content: counter(ol-counter) '.';
  counter-increment: ol-counter;
  padding-right: 1em;
}

/**
 * END PDF LIST ITEM STYLES
 */

.pdf .font-base-typography-interface-strong-xs-font-weight {
  font-weight: bold;
}

.pdf .font-base-typography-interface-strong-s-font-weight {
  font-weight: bold;
}

.pdf .font-base-typography-interface-strong-m-font-weight {
  font-weight: bold;
}

.pdf .font-base-typography-interface-strong-l-font-weight {
  font-weight: bold;
}

.pdf .font-base-typography-interface-strong-xl-font-weight {
  font-weight: bold;
}

html{
  box-sizing:border-box;
}

*,
*::before,
*::after{
  box-sizing:inherit;
}

body{
  font-size:14px;
  font-weight:400;
  letter-spacing:0;
  line-height:1.28581;
  text-transform:none;
  color:#1c2127;
  font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "blueprint-icons-16", sans-serif;
}

p{
  margin-bottom:10px;
  margin-top:0;
}

small{
  font-size:12px;
}

strong{
  font-weight:600;
}

::-moz-selection{
  background:rgba(125, 188, 255, 0.6);
}

::selection{
  background:rgba(125, 188, 255, 0.6);
}
.bp5-icon{
  display:inline-block;
  flex:0 0 auto;
  vertical-align:text-bottom;
}
.bp5-icon:not(:empty)::before{
  content:"" !important;
  content:unset !important;
}
.bp5-icon > svg{
  display:block;
}
.bp5-icon > svg:not([fill]){
  fill:currentcolor;
}
.bp5-icon.bp5-icon-muted svg{
  fill-opacity:15%;
  overflow:visible;
}
.bp5-icon.bp5-icon-muted svg path{
  stroke:#8f99a8;
  stroke-opacity:50%;
  stroke-width:0.5px;
}
.bp5-dark .bp5-icon .bp5-icon-muted svg{
  fill-opacity:20%;
}

span.bp5-icon-standard{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
}

span.bp5-icon-large{
  font-family:"blueprint-icons-20", sans-serif;
  font-size:20px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:20px;
  line-height:1;
  width:20px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
}

span.bp5-icon:empty{
  font-family:"blueprint-icons-20";
  font-size:inherit;
  font-style:normal;
  font-weight:400;
  line-height:1;
}
span.bp5-icon:empty::before{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
}
span.bp5-icon:empty.bp5-icon-standard{
  font-size:16px;
}
span.bp5-icon:empty.bp5-icon-large{
  font-size:20px;
}

.bp5-icon-add::before{
  content:"\f109";
}

.bp5-icon-add-clip::before{
  content:"\f101";
}

.bp5-icon-add-column-left::before{
  content:"\f102";
}

.bp5-icon-add-column-right::before{
  content:"\f103";
}

.bp5-icon-add-location::before{
  content:"\f104";
}

.bp5-icon-add-row-bottom::before{
  content:"\f105";
}

.bp5-icon-add-row-top::before{
  content:"\f106";
}

.bp5-icon-add-to-artifact::before{
  content:"\f107";
}

.bp5-icon-add-to-folder::before{
  content:"\f108";
}

.bp5-icon-aimpoints-target::before{
  content:"\f335";
}

.bp5-icon-airplane::before{
  content:"\f10a";
}

.bp5-icon-align-center::before{
  content:"\f10b";
}

.bp5-icon-align-justify::before{
  content:"\f10c";
}

.bp5-icon-align-left::before{
  content:"\f10d";
}

.bp5-icon-align-right::before{
  content:"\f10e";
}

.bp5-icon-alignment-bottom::before{
  content:"\f10f";
}

.bp5-icon-alignment-horizontal-center::before{
  content:"\f110";
}

.bp5-icon-alignment-left::before{
  content:"\f111";
}

.bp5-icon-alignment-right::before{
  content:"\f112";
}

.bp5-icon-alignment-top::before{
  content:"\f113";
}

.bp5-icon-alignment-vertical-center::before{
  content:"\f114";
}

.bp5-icon-ammunition::before{
  content:"\f342";
}

.bp5-icon-anchor::before{
  content:"\f330";
}

.bp5-icon-annotation::before{
  content:"\f115";
}

.bp5-icon-antenna::before{
  content:"\f116";
}

.bp5-icon-app-header::before{
  content:"\f117";
}

.bp5-icon-application::before{
  content:"\f118";
}

.bp5-icon-applications::before{
  content:"\f119";
}

.bp5-icon-archive::before{
  content:"\f11a";
}

.bp5-icon-area-of-interest::before{
  content:"\f11b";
}

.bp5-icon-array::before{
  content:"\f121";
}

.bp5-icon-array-boolean::before{
  content:"\f11c";
}

.bp5-icon-array-date::before{
  content:"\f11d";
}

.bp5-icon-array-floating-point::before{
  content:"\f32d";
}

.bp5-icon-array-numeric::before{
  content:"\f11e";
}

.bp5-icon-array-string::before{
  content:"\f11f";
}

.bp5-icon-array-timestamp::before{
  content:"\f120";
}

.bp5-icon-arrow-bottom-left::before{
  content:"\f122";
}

.bp5-icon-arrow-bottom-right::before{
  content:"\f123";
}

.bp5-icon-arrow-down::before{
  content:"\f124";
}

.bp5-icon-arrow-left::before{
  content:"\f125";
}

.bp5-icon-arrow-right::before{
  content:"\f126";
}

.bp5-icon-arrow-top-left::before{
  content:"\f127";
}

.bp5-icon-arrow-top-right::before{
  content:"\f128";
}

.bp5-icon-arrow-up::before{
  content:"\f129";
}

.bp5-icon-arrows-horizontal::before{
  content:"\f12a";
}

.bp5-icon-arrows-vertical::before{
  content:"\f12b";
}

.bp5-icon-asterisk::before{
  content:"\f12c";
}

.bp5-icon-at::before{
  content:"\f331";
}

.bp5-icon-automatic-updates::before{
  content:"\f12d";
}

.bp5-icon-axle::before{
  content:"\f338";
}

.bp5-icon-backlink::before{
  content:"\f12e";
}

.bp5-icon-backward-ten::before{
  content:"\f35c";
}

.bp5-icon-badge::before{
  content:"\f12f";
}

.bp5-icon-ban-circle::before{
  content:"\f130";
}

.bp5-icon-bank-account::before{
  content:"\f131";
}

.bp5-icon-barcode::before{
  content:"\f132";
}

.bp5-icon-binary-number::before{
  content:"\f357";
}

.bp5-icon-blank::before{
  content:"\f133";
}

.bp5-icon-blocked-person::before{
  content:"\f134";
}

.bp5-icon-bold::before{
  content:"\f135";
}

.bp5-icon-book::before{
  content:"\f136";
}

.bp5-icon-bookmark::before{
  content:"\f137";
}

.bp5-icon-box::before{
  content:"\f138";
}

.bp5-icon-briefcase::before{
  content:"\f139";
}

.bp5-icon-bring-data::before{
  content:"\f13a";
}

.bp5-icon-bring-forward::before{
  content:"\f354";
}

.bp5-icon-bug::before{
  content:"\f32e";
}

.bp5-icon-buggy::before{
  content:"\f13b";
}

.bp5-icon-build::before{
  content:"\f13c";
}

.bp5-icon-bullseye::before{
  content:"\f359";
}

.bp5-icon-calculator::before{
  content:"\f13d";
}

.bp5-icon-calendar::before{
  content:"\f13e";
}

.bp5-icon-camera::before{
  content:"\f13f";
}

.bp5-icon-caret-down::before{
  content:"\f140";
}

.bp5-icon-caret-left::before{
  content:"\f141";
}

.bp5-icon-caret-right::before{
  content:"\f142";
}

.bp5-icon-caret-up::before{
  content:"\f143";
}

.bp5-icon-cargo-ship::before{
  content:"\f144";
}

.bp5-icon-cell-tower::before{
  content:"\f145";
}

.bp5-icon-changes::before{
  content:"\f146";
}

.bp5-icon-chart::before{
  content:"\f147";
}

.bp5-icon-chat::before{
  content:"\f148";
}

.bp5-icon-chevron-backward::before{
  content:"\f149";
}

.bp5-icon-chevron-down::before{
  content:"\f14a";
}

.bp5-icon-chevron-forward::before{
  content:"\f14b";
}

.bp5-icon-chevron-left::before{
  content:"\f14c";
}

.bp5-icon-chevron-right::before{
  content:"\f14d";
}

.bp5-icon-chevron-up::before{
  content:"\f14e";
}

.bp5-icon-circle::before{
  content:"\f153";
}

.bp5-icon-circle-arrow-down::before{
  content:"\f14f";
}

.bp5-icon-circle-arrow-left::before{
  content:"\f150";
}

.bp5-icon-circle-arrow-right::before{
  content:"\f151";
}

.bp5-icon-circle-arrow-up::before{
  content:"\f152";
}

.bp5-icon-citation::before{
  content:"\f154";
}

.bp5-icon-clean::before{
  content:"\f155";
}

.bp5-icon-clip::before{
  content:"\f156";
}

.bp5-icon-clipboard::before{
  content:"\f157";
}

.bp5-icon-clipboard-file::before{
  content:"\f35b";
}

.bp5-icon-cloud::before{
  content:"\f15a";
}

.bp5-icon-cloud-download::before{
  content:"\f158";
}

.bp5-icon-cloud-server::before{
  content:"\f35a";
}

.bp5-icon-cloud-tick::before{
  content:"\f34e";
}

.bp5-icon-cloud-upload::before{
  content:"\f159";
}

.bp5-icon-code::before{
  content:"\f15c";
}

.bp5-icon-code-block::before{
  content:"\f15b";
}

.bp5-icon-cog::before{
  content:"\f15d";
}

.bp5-icon-collapse-all::before{
  content:"\f15e";
}

.bp5-icon-color-fill::before{
  content:"\f328";
}

.bp5-icon-column-layout::before{
  content:"\f15f";
}

.bp5-icon-comment::before{
  content:"\f160";
}

.bp5-icon-comparison::before{
  content:"\f161";
}

.bp5-icon-compass::before{
  content:"\f162";
}

.bp5-icon-compressed::before{
  content:"\f163";
}

.bp5-icon-confirm::before{
  content:"\f164";
}

.bp5-icon-console::before{
  content:"\f165";
}

.bp5-icon-contrast::before{
  content:"\f166";
}

.bp5-icon-control::before{
  content:"\f167";
}

.bp5-icon-credit-card::before{
  content:"\f168";
}

.bp5-icon-crop::before{
  content:"\f353";
}

.bp5-icon-cross::before{
  content:"\f169";
}

.bp5-icon-cross-circle::before{
  content:"\f336";
}

.bp5-icon-crown::before{
  content:"\f16a";
}

.bp5-icon-cube::before{
  content:"\f16d";
}

.bp5-icon-cube-add::before{
  content:"\f16b";
}

.bp5-icon-cube-remove::before{
  content:"\f16c";
}

.bp5-icon-curly-braces::before{
  content:"\f358";
}

.bp5-icon-curved-range-chart::before{
  content:"\f16e";
}

.bp5-icon-cut::before{
  content:"\f16f";
}

.bp5-icon-cycle::before{
  content:"\f170";
}

.bp5-icon-dashboard::before{
  content:"\f171";
}

.bp5-icon-data-connection::before{
  content:"\f172";
}

.bp5-icon-data-lineage::before{
  content:"\f173";
}

.bp5-icon-database::before{
  content:"\f174";
}

.bp5-icon-delete::before{
  content:"\f175";
}

.bp5-icon-delta::before{
  content:"\f176";
}

.bp5-icon-derive-column::before{
  content:"\f177";
}

.bp5-icon-desktop::before{
  content:"\f178";
}

.bp5-icon-detection::before{
  content:"\f341";
}

.bp5-icon-diagnosis::before{
  content:"\f179";
}

.bp5-icon-diagram-tree::before{
  content:"\f17a";
}

.bp5-icon-direction-left::before{
  content:"\f17b";
}

.bp5-icon-direction-right::before{
  content:"\f17c";
}

.bp5-icon-disable::before{
  content:"\f17d";
}

.bp5-icon-divide::before{
  content:"\f327";
}

.bp5-icon-document::before{
  content:"\f180";
}

.bp5-icon-document-open::before{
  content:"\f17e";
}

.bp5-icon-document-share::before{
  content:"\f17f";
}

.bp5-icon-dollar::before{
  content:"\f181";
}

.bp5-icon-dot::before{
  content:"\f182";
}

.bp5-icon-double-caret-horizontal::before{
  content:"\f183";
}

.bp5-icon-double-caret-vertical::before{
  content:"\f184";
}

.bp5-icon-double-chevron-down::before{
  content:"\f185";
}

.bp5-icon-double-chevron-left::before{
  content:"\f186";
}

.bp5-icon-double-chevron-right::before{
  content:"\f187";
}

.bp5-icon-double-chevron-up::before{
  content:"\f188";
}

.bp5-icon-doughnut-chart::before{
  content:"\f189";
}

.bp5-icon-download::before{
  content:"\f18a";
}

.bp5-icon-drag-handle-horizontal::before{
  content:"\f18b";
}

.bp5-icon-drag-handle-vertical::before{
  content:"\f18c";
}

.bp5-icon-draw::before{
  content:"\f18d";
}

.bp5-icon-drawer-left::before{
  content:"\f18f";
}

.bp5-icon-drawer-left-filled::before{
  content:"\f18e";
}

.bp5-icon-drawer-right::before{
  content:"\f191";
}

.bp5-icon-drawer-right-filled::before{
  content:"\f190";
}

.bp5-icon-drive-time::before{
  content:"\f192";
}

.bp5-icon-duplicate::before{
  content:"\f193";
}

.bp5-icon-edit::before{
  content:"\f194";
}

.bp5-icon-eject::before{
  content:"\f195";
}

.bp5-icon-emoji::before{
  content:"\f196";
}

.bp5-icon-endnote::before{
  content:"\f356";
}

.bp5-icon-endorsed::before{
  content:"\f197";
}

.bp5-icon-envelope::before{
  content:"\f198";
}

.bp5-icon-equals::before{
  content:"\f199";
}

.bp5-icon-eraser::before{
  content:"\f19a";
}

.bp5-icon-error::before{
  content:"\f19b";
}

.bp5-icon-euro::before{
  content:"\f19c";
}

.bp5-icon-exchange::before{
  content:"\f19d";
}

.bp5-icon-exclude-row::before{
  content:"\f19e";
}

.bp5-icon-expand-all::before{
  content:"\f19f";
}

.bp5-icon-explain::before{
  content:"\f34d";
}

.bp5-icon-export::before{
  content:"\f1a0";
}

.bp5-icon-eye-off::before{
  content:"\f1a1";
}

.bp5-icon-eye-on::before{
  content:"\f1a2";
}

.bp5-icon-eye-open::before{
  content:"\f1a3";
}

.bp5-icon-fast-backward::before{
  content:"\f1a4";
}

.bp5-icon-fast-forward::before{
  content:"\f1a5";
}

.bp5-icon-feed::before{
  content:"\f1a7";
}

.bp5-icon-feed-subscribed::before{
  content:"\f1a6";
}

.bp5-icon-film::before{
  content:"\f1a8";
}

.bp5-icon-filter::before{
  content:"\f1ad";
}

.bp5-icon-filter-keep::before{
  content:"\f1a9";
}

.bp5-icon-filter-list::before{
  content:"\f1aa";
}

.bp5-icon-filter-open::before{
  content:"\f1ab";
}

.bp5-icon-filter-remove::before{
  content:"\f1ac";
}

.bp5-icon-flag::before{
  content:"\f1ae";
}

.bp5-icon-flame::before{
  content:"\f1af";
}

.bp5-icon-flash::before{
  content:"\f1b0";
}

.bp5-icon-floating-point::before{
  content:"\f32c";
}

.bp5-icon-floppy-disk::before{
  content:"\f1b1";
}

.bp5-icon-flow-branch::before{
  content:"\f1b2";
}

.bp5-icon-flow-end::before{
  content:"\f1b3";
}

.bp5-icon-flow-linear::before{
  content:"\f1b4";
}

.bp5-icon-flow-review::before{
  content:"\f1b6";
}

.bp5-icon-flow-review-branch::before{
  content:"\f1b5";
}

.bp5-icon-flows::before{
  content:"\f1b7";
}

.bp5-icon-folder-close::before{
  content:"\f1b8";
}

.bp5-icon-folder-new::before{
  content:"\f1b9";
}

.bp5-icon-folder-open::before{
  content:"\f1ba";
}

.bp5-icon-folder-shared::before{
  content:"\f1bc";
}

.bp5-icon-folder-shared-open::before{
  content:"\f1bb";
}

.bp5-icon-follower::before{
  content:"\f1bd";
}

.bp5-icon-following::before{
  content:"\f1be";
}

.bp5-icon-font::before{
  content:"\f1bf";
}

.bp5-icon-fork::before{
  content:"\f1c0";
}

.bp5-icon-form::before{
  content:"\f1c1";
}

.bp5-icon-forward-ten::before{
  content:"\f35d";
}

.bp5-icon-fuel::before{
  content:"\f323";
}

.bp5-icon-full-circle::before{
  content:"\f1c2";
}

.bp5-icon-full-stacked-chart::before{
  content:"\f1c3";
}

.bp5-icon-fullscreen::before{
  content:"\f1c4";
}

.bp5-icon-function::before{
  content:"\f1c5";
}

.bp5-icon-gantt-chart::before{
  content:"\f1c6";
}

.bp5-icon-generate::before{
  content:"\f34c";
}

.bp5-icon-geofence::before{
  content:"\f1c7";
}

.bp5-icon-geolocation::before{
  content:"\f1c8";
}

.bp5-icon-geosearch::before{
  content:"\f1c9";
}

.bp5-icon-geotime::before{
  content:"\f344";
}

.bp5-icon-git-branch::before{
  content:"\f1ca";
}

.bp5-icon-git-commit::before{
  content:"\f1cb";
}

.bp5-icon-git-merge::before{
  content:"\f1cc";
}

.bp5-icon-git-new-branch::before{
  content:"\f1cd";
}

.bp5-icon-git-pull::before{
  content:"\f1ce";
}

.bp5-icon-git-push::before{
  content:"\f1cf";
}

.bp5-icon-git-repo::before{
  content:"\f1d0";
}

.bp5-icon-glass::before{
  content:"\f1d1";
}

.bp5-icon-globe::before{
  content:"\f1d3";
}

.bp5-icon-globe-network::before{
  content:"\f1d2";
}

.bp5-icon-graph::before{
  content:"\f1d5";
}

.bp5-icon-graph-remove::before{
  content:"\f1d4";
}

.bp5-icon-greater-than::before{
  content:"\f1d7";
}

.bp5-icon-greater-than-or-equal-to::before{
  content:"\f1d6";
}

.bp5-icon-grid::before{
  content:"\f1d9";
}

.bp5-icon-grid-view::before{
  content:"\f1d8";
}

.bp5-icon-group-item::before{
  content:"\f34a";
}

.bp5-icon-group-objects::before{
  content:"\f1da";
}

.bp5-icon-grouped-bar-chart::before{
  content:"\f1db";
}

.bp5-icon-hand::before{
  content:"\f1e0";
}

.bp5-icon-hand-down::before{
  content:"\f1dc";
}

.bp5-icon-hand-left::before{
  content:"\f1dd";
}

.bp5-icon-hand-right::before{
  content:"\f1de";
}

.bp5-icon-hand-up::before{
  content:"\f1df";
}

.bp5-icon-hat::before{
  content:"\f1e1";
}

.bp5-icon-header::before{
  content:"\f1e5";
}

.bp5-icon-header-one::before{
  content:"\f1e2";
}

.bp5-icon-header-three::before{
  content:"\f1e3";
}

.bp5-icon-header-two::before{
  content:"\f1e4";
}

.bp5-icon-headset::before{
  content:"\f1e6";
}

.bp5-icon-heart::before{
  content:"\f1e8";
}

.bp5-icon-heart-broken::before{
  content:"\f1e7";
}

.bp5-icon-heat-grid::before{
  content:"\f1e9";
}

.bp5-icon-heatmap::before{
  content:"\f1ea";
}

.bp5-icon-helicopter::before{
  content:"\f1eb";
}

.bp5-icon-help::before{
  content:"\f1ec";
}

.bp5-icon-helper-management::before{
  content:"\f1ed";
}

.bp5-icon-high-priority::before{
  content:"\f1ee";
}

.bp5-icon-high-voltage-pole::before{
  content:"\f333";
}

.bp5-icon-highlight::before{
  content:"\f1ef";
}

.bp5-icon-history::before{
  content:"\f1f0";
}

.bp5-icon-home::before{
  content:"\f1f1";
}

.bp5-icon-horizontal-bar-chart::before{
  content:"\f1f4";
}

.bp5-icon-horizontal-bar-chart-asc::before{
  content:"\f1f2";
}

.bp5-icon-horizontal-bar-chart-desc::before{
  content:"\f1f3";
}

.bp5-icon-horizontal-distribution::before{
  content:"\f1f5";
}

.bp5-icon-horizontal-inbetween::before{
  content:"\f329";
}

.bp5-icon-hurricane::before{
  content:"\f1f6";
}

.bp5-icon-id-number::before{
  content:"\f1f7";
}

.bp5-icon-image-rotate-left::before{
  content:"\f1f8";
}

.bp5-icon-image-rotate-right::before{
  content:"\f1f9";
}

.bp5-icon-import::before{
  content:"\f1fa";
}

.bp5-icon-inbox::before{
  content:"\f1ff";
}

.bp5-icon-inbox-filtered::before{
  content:"\f1fb";
}

.bp5-icon-inbox-geo::before{
  content:"\f1fc";
}

.bp5-icon-inbox-search::before{
  content:"\f1fd";
}

.bp5-icon-inbox-update::before{
  content:"\f1fe";
}

.bp5-icon-info-sign::before{
  content:"\f200";
}

.bp5-icon-inheritance::before{
  content:"\f201";
}

.bp5-icon-inherited-group::before{
  content:"\f202";
}

.bp5-icon-inner-join::before{
  content:"\f203";
}

.bp5-icon-input::before{
  content:"\f34b";
}

.bp5-icon-insert::before{
  content:"\f204";
}

.bp5-icon-intelligence::before{
  content:"\f337";
}

.bp5-icon-intersection::before{
  content:"\f205";
}

.bp5-icon-ip-address::before{
  content:"\f206";
}

.bp5-icon-issue::before{
  content:"\f209";
}

.bp5-icon-issue-closed::before{
  content:"\f207";
}

.bp5-icon-issue-new::before{
  content:"\f208";
}

.bp5-icon-italic::before{
  content:"\f20a";
}

.bp5-icon-join-table::before{
  content:"\f20b";
}

.bp5-icon-key::before{
  content:"\f215";
}

.bp5-icon-key-backspace::before{
  content:"\f20c";
}

.bp5-icon-key-command::before{
  content:"\f20d";
}

.bp5-icon-key-control::before{
  content:"\f20e";
}

.bp5-icon-key-delete::before{
  content:"\f20f";
}

.bp5-icon-key-enter::before{
  content:"\f210";
}

.bp5-icon-key-escape::before{
  content:"\f211";
}

.bp5-icon-key-option::before{
  content:"\f212";
}

.bp5-icon-key-shift::before{
  content:"\f213";
}

.bp5-icon-key-tab::before{
  content:"\f214";
}

.bp5-icon-known-vehicle::before{
  content:"\f216";
}

.bp5-icon-lab-test::before{
  content:"\f217";
}

.bp5-icon-label::before{
  content:"\f218";
}

.bp5-icon-layer::before{
  content:"\f21a";
}

.bp5-icon-layer-outline::before{
  content:"\f219";
}

.bp5-icon-layers::before{
  content:"\f21b";
}

.bp5-icon-layout::before{
  content:"\f225";
}

.bp5-icon-layout-auto::before{
  content:"\f21c";
}

.bp5-icon-layout-balloon::before{
  content:"\f21d";
}

.bp5-icon-layout-circle::before{
  content:"\f21e";
}

.bp5-icon-layout-grid::before{
  content:"\f21f";
}

.bp5-icon-layout-group-by::before{
  content:"\f220";
}

.bp5-icon-layout-hierarchy::before{
  content:"\f221";
}

.bp5-icon-layout-linear::before{
  content:"\f222";
}

.bp5-icon-layout-skew-grid::before{
  content:"\f223";
}

.bp5-icon-layout-sorted-clusters::before{
  content:"\f224";
}

.bp5-icon-learning::before{
  content:"\f226";
}

.bp5-icon-left-join::before{
  content:"\f227";
}

.bp5-icon-lengthen-text::before{
  content:"\f33e";
}

.bp5-icon-less-than::before{
  content:"\f229";
}

.bp5-icon-less-than-or-equal-to::before{
  content:"\f228";
}

.bp5-icon-lifesaver::before{
  content:"\f22a";
}

.bp5-icon-lightbulb::before{
  content:"\f22b";
}

.bp5-icon-lightning::before{
  content:"\f22c";
}

.bp5-icon-link::before{
  content:"\f22d";
}

.bp5-icon-list::before{
  content:"\f230";
}

.bp5-icon-list-columns::before{
  content:"\f22e";
}

.bp5-icon-list-detail-view::before{
  content:"\f22f";
}

.bp5-icon-locate::before{
  content:"\f231";
}

.bp5-icon-lock::before{
  content:"\f232";
}

.bp5-icon-locomotive::before{
  content:"\f33b";
}

.bp5-icon-log-in::before{
  content:"\f233";
}

.bp5-icon-log-out::before{
  content:"\f234";
}

.bp5-icon-low-voltage-pole::before{
  content:"\f332";
}

.bp5-icon-manual::before{
  content:"\f235";
}

.bp5-icon-manually-entered-data::before{
  content:"\f236";
}

.bp5-icon-many-to-many::before{
  content:"\f237";
}

.bp5-icon-many-to-one::before{
  content:"\f238";
}

.bp5-icon-map::before{
  content:"\f23b";
}

.bp5-icon-map-create::before{
  content:"\f239";
}

.bp5-icon-map-marker::before{
  content:"\f23a";
}

.bp5-icon-maximize::before{
  content:"\f23c";
}

.bp5-icon-media::before{
  content:"\f23d";
}

.bp5-icon-menu::before{
  content:"\f240";
}

.bp5-icon-menu-closed::before{
  content:"\f23e";
}

.bp5-icon-menu-open::before{
  content:"\f23f";
}

.bp5-icon-merge-columns::before{
  content:"\f241";
}

.bp5-icon-merge-links::before{
  content:"\f242";
}

.bp5-icon-microphone::before{
  content:"\f343";
}

.bp5-icon-minimize::before{
  content:"\f243";
}

.bp5-icon-minus::before{
  content:"\f244";
}

.bp5-icon-mobile-phone::before{
  content:"\f245";
}

.bp5-icon-mobile-video::before{
  content:"\f246";
}

.bp5-icon-modal::before{
  content:"\f248";
}

.bp5-icon-modal-filled::before{
  content:"\f247";
}

.bp5-icon-model::before{
  content:"\f33d";
}

.bp5-icon-moon::before{
  content:"\f249";
}

.bp5-icon-more::before{
  content:"\f24a";
}

.bp5-icon-mountain::before{
  content:"\f24b";
}

.bp5-icon-move::before{
  content:"\f24c";
}

.bp5-icon-mugshot::before{
  content:"\f24d";
}

.bp5-icon-multi-select::before{
  content:"\f24e";
}

.bp5-icon-music::before{
  content:"\f24f";
}

.bp5-icon-nest::before{
  content:"\f250";
}

.bp5-icon-new-drawing::before{
  content:"\f251";
}

.bp5-icon-new-grid-item::before{
  content:"\f252";
}

.bp5-icon-new-layer::before{
  content:"\f253";
}

.bp5-icon-new-layers::before{
  content:"\f254";
}

.bp5-icon-new-link::before{
  content:"\f255";
}

.bp5-icon-new-object::before{
  content:"\f256";
}

.bp5-icon-new-person::before{
  content:"\f257";
}

.bp5-icon-new-prescription::before{
  content:"\f258";
}

.bp5-icon-new-shield::before{
  content:"\f349";
}

.bp5-icon-new-text-box::before{
  content:"\f259";
}

.bp5-icon-ninja::before{
  content:"\f25a";
}

.bp5-icon-not-equal-to::before{
  content:"\f25b";
}

.bp5-icon-notifications::before{
  content:"\f25e";
}

.bp5-icon-notifications-snooze::before{
  content:"\f25c";
}

.bp5-icon-notifications-updated::before{
  content:"\f25d";
}

.bp5-icon-numbered-list::before{
  content:"\f25f";
}

.bp5-icon-numerical::before{
  content:"\f260";
}

.bp5-icon-office::before{
  content:"\f261";
}

.bp5-icon-offline::before{
  content:"\f262";
}

.bp5-icon-oil-field::before{
  content:"\f263";
}

.bp5-icon-one-column::before{
  content:"\f264";
}

.bp5-icon-one-to-many::before{
  content:"\f265";
}

.bp5-icon-one-to-one::before{
  content:"\f266";
}

.bp5-icon-open-application::before{
  content:"\f32b";
}

.bp5-icon-outdated::before{
  content:"\f267";
}

.bp5-icon-page-layout::before{
  content:"\f268";
}

.bp5-icon-panel-stats::before{
  content:"\f269";
}

.bp5-icon-panel-table::before{
  content:"\f26a";
}

.bp5-icon-paperclip::before{
  content:"\f26b";
}

.bp5-icon-paragraph::before{
  content:"\f26c";
}

.bp5-icon-paste-variable::before{
  content:"\f346";
}

.bp5-icon-path::before{
  content:"\f26e";
}

.bp5-icon-path-search::before{
  content:"\f26d";
}

.bp5-icon-pause::before{
  content:"\f26f";
}

.bp5-icon-people::before{
  content:"\f270";
}

.bp5-icon-percentage::before{
  content:"\f271";
}

.bp5-icon-person::before{
  content:"\f272";
}

.bp5-icon-phone::before{
  content:"\f273";
}

.bp5-icon-phone-call::before{
  content:"\f347";
}

.bp5-icon-phone-forward::before{
  content:"\f348";
}

.bp5-icon-pie-chart::before{
  content:"\f274";
}

.bp5-icon-pin::before{
  content:"\f275";
}

.bp5-icon-pivot::before{
  content:"\f277";
}

.bp5-icon-pivot-table::before{
  content:"\f276";
}

.bp5-icon-play::before{
  content:"\f278";
}

.bp5-icon-playbook::before{
  content:"\f324";
}

.bp5-icon-plus::before{
  content:"\f279";
}

.bp5-icon-polygon-filter::before{
  content:"\f27a";
}

.bp5-icon-power::before{
  content:"\f27b";
}

.bp5-icon-predictive-analysis::before{
  content:"\f27c";
}

.bp5-icon-prescription::before{
  content:"\f27d";
}

.bp5-icon-presentation::before{
  content:"\f27e";
}

.bp5-icon-print::before{
  content:"\f27f";
}

.bp5-icon-projects::before{
  content:"\f280";
}

.bp5-icon-properties::before{
  content:"\f281";
}

.bp5-icon-property::before{
  content:"\f282";
}

.bp5-icon-publish-function::before{
  content:"\f283";
}

.bp5-icon-pulse::before{
  content:"\f284";
}

.bp5-icon-rain::before{
  content:"\f285";
}

.bp5-icon-random::before{
  content:"\f286";
}

.bp5-icon-record::before{
  content:"\f287";
}

.bp5-icon-rect-height::before{
  content:"\f325";
}

.bp5-icon-rect-width::before{
  content:"\f326";
}

.bp5-icon-rectangle::before{
  content:"\f321";
}

.bp5-icon-redo::before{
  content:"\f288";
}

.bp5-icon-refresh::before{
  content:"\f289";
}

.bp5-icon-regex::before{
  content:"\f32f";
}

.bp5-icon-regression-chart::before{
  content:"\f28a";
}

.bp5-icon-remove::before{
  content:"\f290";
}

.bp5-icon-remove-column::before{
  content:"\f28d";
}

.bp5-icon-remove-column-left::before{
  content:"\f28b";
}

.bp5-icon-remove-column-right::before{
  content:"\f28c";
}

.bp5-icon-remove-row-bottom::before{
  content:"\f28e";
}

.bp5-icon-remove-row-top::before{
  content:"\f28f";
}

.bp5-icon-repeat::before{
  content:"\f291";
}

.bp5-icon-reset::before{
  content:"\f292";
}

.bp5-icon-resolve::before{
  content:"\f293";
}

.bp5-icon-rig::before{
  content:"\f294";
}

.bp5-icon-right-join::before{
  content:"\f295";
}

.bp5-icon-ring::before{
  content:"\f296";
}

.bp5-icon-rocket::before{
  content:"\f298";
}

.bp5-icon-rocket-slant::before{
  content:"\f297";
}

.bp5-icon-rotate-document::before{
  content:"\f299";
}

.bp5-icon-rotate-page::before{
  content:"\f29a";
}

.bp5-icon-route::before{
  content:"\f29b";
}

.bp5-icon-satellite::before{
  content:"\f29c";
}

.bp5-icon-saved::before{
  content:"\f29d";
}

.bp5-icon-scatter-plot::before{
  content:"\f29e";
}

.bp5-icon-search::before{
  content:"\f2a2";
}

.bp5-icon-search-around::before{
  content:"\f29f";
}

.bp5-icon-search-template::before{
  content:"\f2a0";
}

.bp5-icon-search-text::before{
  content:"\f2a1";
}

.bp5-icon-segmented-control::before{
  content:"\f2a3";
}

.bp5-icon-select::before{
  content:"\f2a4";
}

.bp5-icon-selection::before{
  content:"\f2a5";
}

.bp5-icon-send-backward::before{
  content:"\f355";
}

.bp5-icon-send-message::before{
  content:"\f2a6";
}

.bp5-icon-send-to::before{
  content:"\f2a9";
}

.bp5-icon-send-to-graph::before{
  content:"\f2a7";
}

.bp5-icon-send-to-map::before{
  content:"\f2a8";
}

.bp5-icon-sensor::before{
  content:"\f33c";
}

.bp5-icon-series-add::before{
  content:"\f2aa";
}

.bp5-icon-series-configuration::before{
  content:"\f2ab";
}

.bp5-icon-series-derived::before{
  content:"\f2ac";
}

.bp5-icon-series-filtered::before{
  content:"\f2ad";
}

.bp5-icon-series-search::before{
  content:"\f2ae";
}

.bp5-icon-settings::before{
  content:"\f2af";
}

.bp5-icon-shapes::before{
  content:"\f2b0";
}

.bp5-icon-share::before{
  content:"\f2b1";
}

.bp5-icon-shared-filter::before{
  content:"\f2b2";
}

.bp5-icon-shield::before{
  content:"\f2b3";
}

.bp5-icon-ship::before{
  content:"\f2b4";
}

.bp5-icon-shop::before{
  content:"\f2b5";
}

.bp5-icon-shopping-cart::before{
  content:"\f2b6";
}

.bp5-icon-shorten-text::before{
  content:"\f33f";
}

.bp5-icon-signal-search::before{
  content:"\f2b7";
}

.bp5-icon-sim-card::before{
  content:"\f2b8";
}

.bp5-icon-slash::before{
  content:"\f2b9";
}

.bp5-icon-small-cross::before{
  content:"\f2ba";
}

.bp5-icon-small-info-sign::before{
  content:"\f334";
}

.bp5-icon-small-minus::before{
  content:"\f2bb";
}

.bp5-icon-small-plus::before{
  content:"\f2bc";
}

.bp5-icon-small-square::before{
  content:"\f2bd";
}

.bp5-icon-small-tick::before{
  content:"\f2be";
}

.bp5-icon-snowflake::before{
  content:"\f2bf";
}

.bp5-icon-soccer-ball::before{
  content:"\f350";
}

.bp5-icon-social-media::before{
  content:"\f2c0";
}

.bp5-icon-sort::before{
  content:"\f2c7";
}

.bp5-icon-sort-alphabetical::before{
  content:"\f2c2";
}

.bp5-icon-sort-alphabetical-desc::before{
  content:"\f2c1";
}

.bp5-icon-sort-asc::before{
  content:"\f2c3";
}

.bp5-icon-sort-desc::before{
  content:"\f2c4";
}

.bp5-icon-sort-numerical::before{
  content:"\f2c6";
}

.bp5-icon-sort-numerical-desc::before{
  content:"\f2c5";
}

.bp5-icon-spell-check::before{
  content:"\f340";
}

.bp5-icon-split-columns::before{
  content:"\f2c8";
}

.bp5-icon-sports-stadium::before{
  content:"\f351";
}

.bp5-icon-square::before{
  content:"\f2c9";
}

.bp5-icon-stacked-chart::before{
  content:"\f2ca";
}

.bp5-icon-stadium-geometry::before{
  content:"\f2cb";
}

.bp5-icon-star::before{
  content:"\f2cd";
}

.bp5-icon-star-empty::before{
  content:"\f2cc";
}

.bp5-icon-step-backward::before{
  content:"\f2ce";
}

.bp5-icon-step-chart::before{
  content:"\f2cf";
}

.bp5-icon-step-forward::before{
  content:"\f2d0";
}

.bp5-icon-stop::before{
  content:"\f2d1";
}

.bp5-icon-stopwatch::before{
  content:"\f2d2";
}

.bp5-icon-strikethrough::before{
  content:"\f2d3";
}

.bp5-icon-style::before{
  content:"\f2d4";
}

.bp5-icon-subscript::before{
  content:"\f339";
}

.bp5-icon-superscript::before{
  content:"\f33a";
}

.bp5-icon-swap-horizontal::before{
  content:"\f2d5";
}

.bp5-icon-swap-vertical::before{
  content:"\f2d6";
}

.bp5-icon-switch::before{
  content:"\f2d7";
}

.bp5-icon-symbol-circle::before{
  content:"\f2d8";
}

.bp5-icon-symbol-cross::before{
  content:"\f2d9";
}

.bp5-icon-symbol-diamond::before{
  content:"\f2da";
}

.bp5-icon-symbol-rectangle::before{
  content:"\f322";
}

.bp5-icon-symbol-square::before{
  content:"\f2db";
}

.bp5-icon-symbol-triangle-down::before{
  content:"\f2dc";
}

.bp5-icon-symbol-triangle-up::before{
  content:"\f2dd";
}

.bp5-icon-syringe::before{
  content:"\f2de";
}

.bp5-icon-tag::before{
  content:"\f2df";
}

.bp5-icon-take-action::before{
  content:"\f2e0";
}

.bp5-icon-tank::before{
  content:"\f2e1";
}

.bp5-icon-target::before{
  content:"\f2e2";
}

.bp5-icon-taxi::before{
  content:"\f2e3";
}

.bp5-icon-team::before{
  content:"\f352";
}

.bp5-icon-temperature::before{
  content:"\f2e4";
}

.bp5-icon-text-highlight::before{
  content:"\f2e5";
}

.bp5-icon-th::before{
  content:"\f2ea";
}

.bp5-icon-th-derived::before{
  content:"\f2e6";
}

.bp5-icon-th-disconnect::before{
  content:"\f2e7";
}

.bp5-icon-th-filtered::before{
  content:"\f2e8";
}

.bp5-icon-th-list::before{
  content:"\f2e9";
}

.bp5-icon-third-party::before{
  content:"\f2eb";
}

.bp5-icon-thumbs-down::before{
  content:"\f2ec";
}

.bp5-icon-thumbs-up::before{
  content:"\f2ed";
}

.bp5-icon-tick::before{
  content:"\f2ef";
}

.bp5-icon-tick-circle::before{
  content:"\f2ee";
}

.bp5-icon-time::before{
  content:"\f2f0";
}

.bp5-icon-timeline-area-chart::before{
  content:"\f2f1";
}

.bp5-icon-timeline-bar-chart::before{
  content:"\f2f2";
}

.bp5-icon-timeline-events::before{
  content:"\f2f3";
}

.bp5-icon-timeline-line-chart::before{
  content:"\f2f4";
}

.bp5-icon-tint::before{
  content:"\f2f5";
}

.bp5-icon-torch::before{
  content:"\f2f6";
}

.bp5-icon-tractor::before{
  content:"\f2f7";
}

.bp5-icon-train::before{
  content:"\f2f8";
}

.bp5-icon-translate::before{
  content:"\f2f9";
}

.bp5-icon-trash::before{
  content:"\f2fa";
}

.bp5-icon-tree::before{
  content:"\f2fb";
}

.bp5-icon-trending-down::before{
  content:"\f2fc";
}

.bp5-icon-trending-up::before{
  content:"\f2fd";
}

.bp5-icon-trophy::before{
  content:"\f34f";
}

.bp5-icon-truck::before{
  content:"\f2fe";
}

.bp5-icon-two-columns::before{
  content:"\f2ff";
}

.bp5-icon-unarchive::before{
  content:"\f300";
}

.bp5-icon-underline::before{
  content:"\f301";
}

.bp5-icon-undo::before{
  content:"\f302";
}

.bp5-icon-ungroup-objects::before{
  content:"\f303";
}

.bp5-icon-unknown-vehicle::before{
  content:"\f304";
}

.bp5-icon-unlink::before{
  content:"\f345";
}

.bp5-icon-unlock::before{
  content:"\f305";
}

.bp5-icon-unpin::before{
  content:"\f306";
}

.bp5-icon-unresolve::before{
  content:"\f307";
}

.bp5-icon-updated::before{
  content:"\f308";
}

.bp5-icon-upload::before{
  content:"\f309";
}

.bp5-icon-user::before{
  content:"\f30a";
}

.bp5-icon-variable::before{
  content:"\f30b";
}

.bp5-icon-vertical-bar-chart-asc::before{
  content:"\f30c";
}

.bp5-icon-vertical-bar-chart-desc::before{
  content:"\f30d";
}

.bp5-icon-vertical-distribution::before{
  content:"\f30e";
}

.bp5-icon-vertical-inbetween::before{
  content:"\f32a";
}

.bp5-icon-video::before{
  content:"\f30f";
}

.bp5-icon-virus::before{
  content:"\f310";
}

.bp5-icon-volume-down::before{
  content:"\f311";
}

.bp5-icon-volume-off::before{
  content:"\f312";
}

.bp5-icon-volume-up::before{
  content:"\f313";
}

.bp5-icon-walk::before{
  content:"\f314";
}

.bp5-icon-warning-sign::before{
  content:"\f315";
}

.bp5-icon-waterfall-chart::before{
  content:"\f316";
}

.bp5-icon-waves::before{
  content:"\f317";
}

.bp5-icon-widget::before{
  content:"\f31b";
}

.bp5-icon-widget-button::before{
  content:"\f318";
}

.bp5-icon-widget-footer::before{
  content:"\f319";
}

.bp5-icon-widget-header::before{
  content:"\f31a";
}

.bp5-icon-wind::before{
  content:"\f31c";
}

.bp5-icon-wrench::before{
  content:"\f31d";
}

.bp5-icon-zoom-in::before{
  content:"\f31e";
}

.bp5-icon-zoom-out::before{
  content:"\f31f";
}

.bp5-icon-zoom-to-fit::before{
  content:"\f320";
}

.bp5-text-muted{
  color:#5f6b7c;
}

.bp5-text-disabled{
  color:rgba(95, 107, 124, 0.6);
}

.bp5-running-text hr{
  border-color:rgba(17, 20, 24, 0.15);
}

a{
  color:#215db0;
}
a:hover{
  color:#215db0;
}
a .bp5-icon, a .bp5-icon-standard, a .bp5-icon-large{
  color:inherit;
}
a code{
  color:inherit;
}

.bp5-code,
.bp5-running-text code{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}
a > .bp5-code,
a > .bp5-running-text code{
  color:#2d72d2;
}

.bp5-code-block,
.bp5-running-text pre{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
  color:#1c2127;
}
.bp5-code-block > code,
.bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-code-block,
  .bp5-running-text pre{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}

.bp5-key,
.bp5-running-text kbd{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}

.bp5-icon.bp5-intent-primary, .bp5-icon-standard.bp5-intent-primary, .bp5-icon-large.bp5-intent-primary{
  color:#215db0;
}
.bp5-icon.bp5-intent-success, .bp5-icon-standard.bp5-intent-success, .bp5-icon-large.bp5-intent-success{
  color:#1c6e42;
}
.bp5-icon.bp5-intent-warning, .bp5-icon-standard.bp5-intent-warning, .bp5-icon-large.bp5-intent-warning{
  color:#935610;
}
.bp5-icon.bp5-intent-danger, .bp5-icon-standard.bp5-intent-danger, .bp5-icon-large.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-heading{
  color:#1c2127;
  font-weight:600;
  margin:0 0 10px;
  padding:0;
}
.bp5-dark .bp5-heading{
  color:#f6f7f9;
}
.bp5-heading.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-heading.bp5-text-muted{
  color:#abb3bf;
}

.bp5-running-text h1, h1.bp5-heading{
  font-size:36px;
  line-height:40px;
}

.bp5-running-text h2, h2.bp5-heading{
  font-size:28px;
  line-height:32px;
}

.bp5-running-text h3, h3.bp5-heading{
  font-size:22px;
  line-height:25px;
}

.bp5-running-text h4, h4.bp5-heading{
  font-size:18px;
  line-height:21px;
}

.bp5-running-text h5, h5.bp5-heading{
  font-size:16px;
  line-height:19px;
}

.bp5-running-text h6, h6.bp5-heading{
  font-size:14px;
  line-height:16px;
}
.bp5-ui-text{
  font-size:14px;
  font-weight:400;
  letter-spacing:0;
  line-height:1.28581;
  text-transform:none;
}

.bp5-monospace-text{
  font-family:monospace;
  text-transform:none;
}

.bp5-text-overflow-ellipsis{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
}
.bp5-running-text{
  font-size:14px;
  line-height:1.5;
}
.bp5-running-text h1{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h1{
  color:#f6f7f9;
}
.bp5-running-text h1.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h1.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text h2{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h2{
  color:#f6f7f9;
}
.bp5-running-text h2.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h2.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text h3{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h3{
  color:#f6f7f9;
}
.bp5-running-text h3.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h3.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text h4{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h4{
  color:#f6f7f9;
}
.bp5-running-text h4.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h4.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text h5{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h5{
  color:#f6f7f9;
}
.bp5-running-text h5.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h5.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text h6{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h6{
  color:#f6f7f9;
}
.bp5-running-text h6.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h6.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text hr{
  border:none;
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  margin:20px 0;
}
.bp5-running-text p{
  margin:0 0 10px;
  padding:0;
}
.bp5-text-large{
  font-size:16px;
}

.bp5-text-small{
  font-size:12px;
}
a{
  text-decoration:none;
}
a:hover{
  cursor:pointer;
  text-decoration:underline;
}
.bp5-code, .bp5-running-text code{
  font-family:monospace;
  text-transform:none;
  border-radius:2px;
  font-size:smaller;
  padding:2px 5px;
}

.bp5-code-block, .bp5-running-text pre{
  font-family:monospace;
  text-transform:none;
  border-radius:2px;
  display:block;
  font-size:13px;
  line-height:1.4;
  margin:10px 0;
  padding:13px 15px 12px;
  word-break:break-all;
  word-wrap:break-word;
}
.bp5-code-block > code, .bp5-running-text pre > code{
  font-size:inherit;
  padding:0;
}

.bp5-key, .bp5-running-text kbd{
  align-items:center;
  border-radius:2px;
  display:inline-flex;
  font-family:inherit;
  font-size:12px;
  height:24px;
  justify-content:center;
  line-height:24px;
  min-width:24px;
  padding:2px 4px;
  vertical-align:middle;
}
.bp5-key .bp5-icon, .bp5-running-text kbd .bp5-icon, .bp5-key .bp5-icon-standard, .bp5-running-text kbd .bp5-icon-standard, .bp5-key .bp5-icon-large, .bp5-running-text kbd .bp5-icon-large{
  margin-right:5px;
}
.bp5-blockquote, .bp5-running-text blockquote{
  border-left:solid 4px rgba(171, 179, 191, 0.5);
  margin:0 0 10px;
  padding:0 20px;
}
.bp5-dark .bp5-blockquote, .bp5-dark .bp5-running-text blockquote, .bp5-running-text .bp5-dark blockquote{
  border-color:rgba(115, 128, 145, 0.5);
}
.bp5-list, .bp5-running-text ul,
.bp5-running-text ol{
  margin:10px 0;
  padding-left:30px;
}
.bp5-list li:not(:last-child), .bp5-running-text ul li:not(:last-child),
.bp5-running-text ol li:not(:last-child){
  margin-bottom:5px;
}
.bp5-list ol, .bp5-running-text ul ol,
.bp5-running-text ol ol,
.bp5-list ul,
.bp5-running-text ul ul,
.bp5-running-text ol ul{
  margin-top:5px;
}

.bp5-list-unstyled{
  list-style:none;
  margin:0;
  padding:0;
}
.bp5-list-unstyled li{
  padding:0;
}
.bp5-rtl{
  text-align:right;
}
.bp5-dark{
  color:#f6f7f9;
}
.bp5-dark .bp5-text-muted{
  color:#abb3bf;
}
.bp5-dark .bp5-text-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-running-text hr{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-dark a{
  color:#8abbff;
}
.bp5-dark a:hover{
  color:#8abbff;
}
.bp5-dark a .bp5-icon, .bp5-dark a .bp5-icon-standard, .bp5-dark a .bp5-icon-large{
  color:inherit;
}
.bp5-dark a code{
  color:inherit;
}
.bp5-dark .bp5-code,
.bp5-dark .bp5-running-text code{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
a > .bp5-dark .bp5-code,
a > .bp5-dark .bp5-running-text code{
  color:inherit;
}
.bp5-dark .bp5-code-block,
.bp5-dark .bp5-running-text pre{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#f6f7f9;
}
.bp5-dark .bp5-code-block > code,
.bp5-dark .bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
.bp5-dark .bp5-key,
.bp5-dark .bp5-running-text kbd{
  background:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
.bp5-dark .bp5-icon.bp5-intent-primary, .bp5-dark .bp5-icon-standard.bp5-intent-primary, .bp5-dark .bp5-icon-large.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-icon.bp5-intent-success, .bp5-dark .bp5-icon-standard.bp5-intent-success, .bp5-dark .bp5-icon-large.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-icon.bp5-intent-warning, .bp5-dark .bp5-icon-standard.bp5-intent-warning, .bp5-dark .bp5-icon-large.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-icon.bp5-intent-danger, .bp5-dark .bp5-icon-standard.bp5-intent-danger, .bp5-dark .bp5-icon-large.bp5-intent-danger{
  color:#fa999c;
}

:focus{
  outline:rgba(45, 114, 210, 0.6) solid 2px;
  outline-offset:2px;
  -moz-outline-radius:6px;
}

.bp5-focus-disabled :focus:not(.bp5-focus-style-manager-ignore *){
  outline:none !important;
}
.bp5-focus-disabled :focus:not(.bp5-focus-style-manager-ignore *) ~ .bp5-control-indicator{
  outline:none !important;
}

.bp5-dark{
  color-scheme:dark;
}
.bp5-alert{
  max-width:400px;
  padding:20px;
}

.bp5-alert-body{
  display:flex;
}
.bp5-alert-body .bp5-icon{
  font-size:40px;
  margin-right:20px;
  margin-top:0;
}

.bp5-alert-contents{
  word-break:break-word;
}

.bp5-alert-footer{
  display:flex;
  flex-direction:row-reverse;
  margin-top:10px;
}
.bp5-alert-footer .bp5-button{
  margin-left:10px;
}
.bp5-breadcrumbs{
  align-items:center;
  cursor:default;
  display:flex;
  flex-wrap:wrap;
  height:30px;
  list-style:none;
  margin:0;
  padding:0;
}
.bp5-breadcrumbs > li{
  align-items:center;
  display:flex;
}
.bp5-breadcrumbs > li::after{
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' fill='%235f6b7c'/%3e%3c/svg%3e");
  content:"";
  display:block;
  height:16px;
  margin:0 5px;
  width:16px;
}
.bp5-breadcrumbs > li:last-of-type::after{
  display:none;
}

.bp5-breadcrumb,
.bp5-breadcrumb-current,
.bp5-breadcrumbs-collapsed{
  align-items:center;
  display:inline-flex;
  font-size:16px;
}

.bp5-breadcrumb,
.bp5-breadcrumbs-collapsed{
  color:#5f6b7c;
}

.bp5-breadcrumb:hover{
  text-decoration:none;
}
.bp5-breadcrumb.bp5-disabled{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-breadcrumb .bp5-icon{
  margin-right:5px;
}

.bp5-breadcrumb-current{
  color:inherit;
  font-weight:600;
}
.bp5-breadcrumb-current .bp5-input{
  font-size:inherit;
  font-weight:inherit;
  vertical-align:baseline;
}

.bp5-breadcrumbs-collapsed{
  background:rgba(143, 153, 168, 0.15);
  border:none;
  border-radius:2px;
  cursor:pointer;
  margin-right:2px;
  padding:1px 5px;
  vertical-align:text-bottom;
}
.bp5-breadcrumbs-collapsed::before{
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%235f6b7c'%3e%3cpath d='M2 6.03a2 2 0 100 4 2 2 0 100-4zM14 6.03a2 2 0 100 4 2 2 0 100-4zM8 6.03a2 2 0 100 4 2 2 0 100-4z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;
  content:"";
  display:block;
  height:16px;
  width:16px;
}
.bp5-breadcrumbs-collapsed:hover{
  background:rgba(143, 153, 168, 0.3);
  color:#1c2127;
  text-decoration:none;
}

.bp5-dark .bp5-breadcrumb,
.bp5-dark .bp5-breadcrumbs-collapsed{
  color:#abb3bf;
}
.bp5-dark .bp5-breadcrumbs > li::after{
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' fill='%23abb3bf'/%3e%3c/svg%3e");
  color:#abb3bf;
}
.bp5-dark .bp5-breadcrumb.bp5-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-breadcrumb-current{
  color:#f6f7f9;
}
.bp5-dark .bp5-breadcrumbs-collapsed{
  background:rgba(143, 153, 168, 0.2);
}
.bp5-dark .bp5-breadcrumbs-collapsed::before{
  background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23abb3bf'%3e%3cpath d='M2 6.03a2 2 0 100 4 2 2 0 100-4zM14 6.03a2 2 0 100 4 2 2 0 100-4zM8 6.03a2 2 0 100 4 2 2 0 100-4z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;
}
.bp5-dark .bp5-breadcrumbs-collapsed:hover{
  background:rgba(143, 153, 168, 0.3);
  color:#f6f7f9;
}
.bp5-button{
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  border:none;
  border-radius:2px;
  cursor:pointer;
  font-size:14px;
  justify-content:center;
  padding:5px 10px;
  text-align:left;
  vertical-align:middle;
  min-height:30px;
  min-width:30px;
}
.bp5-button > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-button > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-button::before,
.bp5-button > *{
  margin-right:7px;
}
.bp5-button:empty::before,
.bp5-button > :last-child{
  margin-right:0;
}
.bp5-button:empty{
  padding:0 !important;
}
.bp5-button:disabled, .bp5-button.bp5-disabled{
  cursor:not-allowed;
}
.bp5-button.bp5-fill{
  display:flex;
  width:100%;
}
.bp5-button.bp5-align-right, .bp5-align-right .bp5-button{
  text-align:right;
}
.bp5-button.bp5-align-left, .bp5-align-left .bp5-button{
  text-align:left;
}
.bp5-button:not([class*=bp5-intent-]){
  background-color:#f6f7f9;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#1c2127;
}
.bp5-button:not([class*=bp5-intent-]):hover{
  background-clip:padding-box;
  background-color:#edeff2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button:not([class*=bp5-intent-]):active, .bp5-button:not([class*=bp5-intent-]).bp5-active{
  background-color:#dce0e5;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button:not([class*=bp5-intent-]):active, .bp5-button:not([class*=bp5-intent-]).bp5-active{
    background:highlight;
  }
}
.bp5-button:not([class*=bp5-intent-]):disabled, .bp5-button:not([class*=bp5-intent-]).bp5-disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp5-button:not([class*=bp5-intent-]):disabled.bp5-active, .bp5-button:not([class*=bp5-intent-]):disabled.bp5-active:hover, .bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active, .bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active:hover{
  background:rgba(211, 216, 222, 0.7);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button:not([class*=bp5-intent-]){
    border:1px solid buttonborder;
  }
}
.bp5-button.bp5-intent-primary{
  background-color:#2d72d2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#ffffff;
}
.bp5-button.bp5-intent-primary:hover, .bp5-button.bp5-intent-primary:active, .bp5-button.bp5-intent-primary.bp5-active{
  color:#ffffff;
}
.bp5-button.bp5-intent-primary:hover{
  background-color:#215db0;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-primary:active, .bp5-button.bp5-intent-primary.bp5-active{
  background-color:#184a90;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-primary:disabled, .bp5-button.bp5-intent-primary.bp5-disabled{
  background-color:rgba(45, 114, 210, 0.5);
  border-color:transparent;
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-primary:disabled, .bp5-button.bp5-intent-primary.bp5-disabled{
    border-color:graytext;
    color:graytext;
  }
  .bp5-button.bp5-intent-primary{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-button.bp5-intent-success{
  background-color:#238551;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#ffffff;
}
.bp5-button.bp5-intent-success:hover, .bp5-button.bp5-intent-success:active, .bp5-button.bp5-intent-success.bp5-active{
  color:#ffffff;
}
.bp5-button.bp5-intent-success:hover{
  background-color:#1c6e42;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-success:active, .bp5-button.bp5-intent-success.bp5-active{
  background-color:#165a36;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-success:disabled, .bp5-button.bp5-intent-success.bp5-disabled{
  background-color:rgba(35, 133, 81, 0.5);
  border-color:transparent;
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-success:disabled, .bp5-button.bp5-intent-success.bp5-disabled{
    border-color:graytext;
    color:graytext;
  }
  .bp5-button.bp5-intent-success{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-button.bp5-intent-warning{
  background-color:#c87619;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#ffffff;
}
.bp5-button.bp5-intent-warning:hover, .bp5-button.bp5-intent-warning:active, .bp5-button.bp5-intent-warning.bp5-active{
  color:#ffffff;
}
.bp5-button.bp5-intent-warning:hover{
  background-color:#935610;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-warning:active, .bp5-button.bp5-intent-warning.bp5-active{
  background-color:#77450d;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-warning:disabled, .bp5-button.bp5-intent-warning.bp5-disabled{
  background-color:rgba(200, 118, 25, 0.5);
  border-color:transparent;
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-warning:disabled, .bp5-button.bp5-intent-warning.bp5-disabled{
    border-color:graytext;
    color:graytext;
  }
  .bp5-button.bp5-intent-warning{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-button.bp5-intent-danger{
  background-color:#cd4246;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#ffffff;
}
.bp5-button.bp5-intent-danger:hover, .bp5-button.bp5-intent-danger:active, .bp5-button.bp5-intent-danger.bp5-active{
  color:#ffffff;
}
.bp5-button.bp5-intent-danger:hover{
  background-color:#ac2f33;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-danger:active, .bp5-button.bp5-intent-danger.bp5-active{
  background-color:#8e292c;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-danger:disabled, .bp5-button.bp5-intent-danger.bp5-disabled{
  background-color:rgba(205, 66, 70, 0.5);
  border-color:transparent;
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-danger:disabled, .bp5-button.bp5-intent-danger.bp5-disabled{
    border-color:graytext;
    color:graytext;
  }
  .bp5-button.bp5-intent-danger{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-button[class*=bp5-intent-] .bp5-button-spinner .bp5-spinner-head{
  stroke:#ffffff;
}
.bp5-button.bp5-large, .bp5-large .bp5-button{
  min-height:40px;
  min-width:40px;
  font-size:16px;
  padding:5px 15px;
}
.bp5-button.bp5-large::before,
.bp5-button.bp5-large > *, .bp5-large .bp5-button::before,
.bp5-large .bp5-button > *{
  margin-right:10px;
}
.bp5-button.bp5-large:empty::before,
.bp5-button.bp5-large > :last-child, .bp5-large .bp5-button:empty::before,
.bp5-large .bp5-button > :last-child{
  margin-right:0;
}
.bp5-button.bp5-small, .bp5-small .bp5-button{
  min-height:24px;
  min-width:24px;
  padding:0 7px;
}
.bp5-button.bp5-loading{
  position:relative;
}
.bp5-button.bp5-loading[class*=bp5-icon-]::before{
  visibility:hidden;
}
.bp5-button.bp5-loading .bp5-button-spinner{
  margin:0;
  position:absolute;
}
.bp5-button.bp5-loading > :not(.bp5-button-spinner){
  visibility:hidden;
}
.bp5-button[class*=bp5-icon-]::before{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  color:#5f6b7c;
}
.bp5-button .bp5-icon, .bp5-button .bp5-icon-standard, .bp5-button .bp5-icon-large{
  color:#5f6b7c;
}
.bp5-button .bp5-icon.bp5-align-right, .bp5-button .bp5-icon-standard.bp5-align-right, .bp5-button .bp5-icon-large.bp5-align-right{
  margin-left:7px;
}
.bp5-button .bp5-icon:first-child:last-child,
.bp5-button .bp5-spinner + .bp5-icon:last-child{
  margin:0 -7px;
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]){
  background-color:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
  color:#f6f7f9;
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]):hover, .bp5-dark .bp5-button:not([class*=bp5-intent-]):active, .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-active{
  color:#f6f7f9;
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]):hover{
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]):active, .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-active{
  background-color:#1c2127;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]):disabled, .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-disabled{
  background-color:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]):disabled.bp5-active, .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active{
  background:rgba(64, 72, 84, 0.7);
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-button-spinner .bp5-spinner-head{
  background:rgba(17, 20, 24, 0.5);
  stroke:#8f99a8;
}
.bp5-dark .bp5-button:not([class*=bp5-intent-])[class*=bp5-icon-]::before{
  color:#abb3bf;
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon:not([class*=bp5-intent-]), .bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon-standard:not([class*=bp5-intent-]), .bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon-large:not([class*=bp5-intent-]){
  color:#abb3bf;
}
.bp5-dark .bp5-button[class*=bp5-intent-]{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-button[class*=bp5-intent-]:hover{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-button[class*=bp5-intent-]:active, .bp5-dark .bp5-button[class*=bp5-intent-].bp5-active{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-button[class*=bp5-intent-]:disabled, .bp5-dark .bp5-button[class*=bp5-intent-].bp5-disabled{
  box-shadow:none;
  color:rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-button[class*=bp5-intent-] .bp5-button-spinner .bp5-spinner-head{
  stroke:#8f99a8;
}
.bp5-button:disabled::before,
.bp5-button:disabled .bp5-icon, .bp5-button:disabled .bp5-icon-standard, .bp5-button:disabled .bp5-icon-large, .bp5-button.bp5-disabled::before,
.bp5-button.bp5-disabled .bp5-icon, .bp5-button.bp5-disabled .bp5-icon-standard, .bp5-button.bp5-disabled .bp5-icon-large, .bp5-button[class*=bp5-intent-]::before,
.bp5-button[class*=bp5-intent-] .bp5-icon, .bp5-button[class*=bp5-intent-] .bp5-icon-standard, .bp5-button[class*=bp5-intent-] .bp5-icon-large{
  color:inherit !important;
}
.bp5-button.bp5-minimal{
  background:none;
  box-shadow:none;
}
.bp5-button.bp5-minimal:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp5-button.bp5-minimal:active, .bp5-button.bp5-minimal.bp5-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp5-button.bp5-minimal:disabled, .bp5-button.bp5-minimal:disabled:hover, .bp5-button.bp5-minimal.bp5-disabled, .bp5-button.bp5-minimal.bp5-disabled:hover{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-button.bp5-minimal:disabled.bp5-active, .bp5-button.bp5-minimal:disabled:hover.bp5-active, .bp5-button.bp5-minimal.bp5-disabled.bp5-active, .bp5-button.bp5-minimal.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button.bp5-minimal{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button.bp5-minimal:hover, .bp5-dark .bp5-button.bp5-minimal:active, .bp5-dark .bp5-button.bp5-minimal.bp5-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button.bp5-minimal:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp5-dark .bp5-button.bp5-minimal:active, .bp5-dark .bp5-button.bp5-minimal.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button.bp5-minimal:disabled, .bp5-dark .bp5-button.bp5-minimal:disabled:hover, .bp5-dark .bp5-button.bp5-minimal.bp5-disabled, .bp5-dark .bp5-button.bp5-minimal.bp5-disabled:hover{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp5-dark .bp5-button.bp5-minimal:disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal:disabled:hover.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-primary{
  color:#215db0;
}
.bp5-button.bp5-minimal.bp5-intent-primary:hover, .bp5-button.bp5-minimal.bp5-intent-primary:active, .bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp5-button.bp5-minimal.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp5-button.bp5-minimal.bp5-intent-primary:active, .bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp5-button.bp5-minimal.bp5-intent-primary:disabled, .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp5-button.bp5-minimal.bp5-intent-primary:disabled.bp5-active, .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{
  stroke:#215db0;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:disabled, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-success{
  color:#1c6e42;
}
.bp5-button.bp5-minimal.bp5-intent-success:hover, .bp5-button.bp5-minimal.bp5-intent-success:active, .bp5-button.bp5-minimal.bp5-intent-success.bp5-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp5-button.bp5-minimal.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp5-button.bp5-minimal.bp5-intent-success:active, .bp5-button.bp5-minimal.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp5-button.bp5-minimal.bp5-intent-success:disabled, .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp5-button.bp5-minimal.bp5-intent-success:disabled.bp5-active, .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{
  stroke:#1c6e42;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:disabled, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-warning{
  color:#935610;
}
.bp5-button.bp5-minimal.bp5-intent-warning:hover, .bp5-button.bp5-minimal.bp5-intent-warning:active, .bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp5-button.bp5-minimal.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp5-button.bp5-minimal.bp5-intent-warning:active, .bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp5-button.bp5-minimal.bp5-intent-warning:disabled, .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp5-button.bp5-minimal.bp5-intent-warning:disabled.bp5-active, .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{
  stroke:#935610;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:disabled, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-button.bp5-minimal.bp5-intent-danger:hover, .bp5-button.bp5-minimal.bp5-intent-danger:active, .bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp5-button.bp5-minimal.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp5-button.bp5-minimal.bp5-intent-danger:active, .bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp5-button.bp5-minimal.bp5-intent-danger:disabled, .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp5-button.bp5-minimal.bp5-intent-danger:disabled.bp5-active, .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{
  stroke:#ac2f33;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:disabled, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-button.bp5-outlined{
  background:none;
  box-shadow:none;
  border:1px solid rgba(28, 33, 39, 0.2);
  box-sizing:border-box;
}
.bp5-button.bp5-outlined:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp5-button.bp5-outlined:active, .bp5-button.bp5-outlined.bp5-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp5-button.bp5-outlined:disabled, .bp5-button.bp5-outlined:disabled:hover, .bp5-button.bp5-outlined.bp5-disabled, .bp5-button.bp5-outlined.bp5-disabled:hover{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-button.bp5-outlined:disabled.bp5-active, .bp5-button.bp5-outlined:disabled:hover.bp5-active, .bp5-button.bp5-outlined.bp5-disabled.bp5-active, .bp5-button.bp5-outlined.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button.bp5-outlined{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button.bp5-outlined:hover, .bp5-dark .bp5-button.bp5-outlined:active, .bp5-dark .bp5-button.bp5-outlined.bp5-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button.bp5-outlined:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp5-dark .bp5-button.bp5-outlined:active, .bp5-dark .bp5-button.bp5-outlined.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button.bp5-outlined:disabled, .bp5-dark .bp5-button.bp5-outlined:disabled:hover, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp5-dark .bp5-button.bp5-outlined:disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined:disabled:hover.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-primary{
  color:#215db0;
}
.bp5-button.bp5-outlined.bp5-intent-primary:hover, .bp5-button.bp5-outlined.bp5-intent-primary:active, .bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp5-button.bp5-outlined.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp5-button.bp5-outlined.bp5-intent-primary:active, .bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp5-button.bp5-outlined.bp5-intent-primary:disabled, .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp5-button.bp5-outlined.bp5-intent-primary:disabled.bp5-active, .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{
  stroke:#215db0;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-success{
  color:#1c6e42;
}
.bp5-button.bp5-outlined.bp5-intent-success:hover, .bp5-button.bp5-outlined.bp5-intent-success:active, .bp5-button.bp5-outlined.bp5-intent-success.bp5-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp5-button.bp5-outlined.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp5-button.bp5-outlined.bp5-intent-success:active, .bp5-button.bp5-outlined.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp5-button.bp5-outlined.bp5-intent-success:disabled, .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp5-button.bp5-outlined.bp5-intent-success:disabled.bp5-active, .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{
  stroke:#1c6e42;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-warning{
  color:#935610;
}
.bp5-button.bp5-outlined.bp5-intent-warning:hover, .bp5-button.bp5-outlined.bp5-intent-warning:active, .bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp5-button.bp5-outlined.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp5-button.bp5-outlined.bp5-intent-warning:active, .bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp5-button.bp5-outlined.bp5-intent-warning:disabled, .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp5-button.bp5-outlined.bp5-intent-warning:disabled.bp5-active, .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{
  stroke:#935610;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-button.bp5-outlined.bp5-intent-danger:hover, .bp5-button.bp5-outlined.bp5-intent-danger:active, .bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp5-button.bp5-outlined.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp5-button.bp5-outlined.bp5-intent-danger:active, .bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp5-button.bp5-outlined.bp5-intent-danger:disabled, .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp5-button.bp5-outlined.bp5-intent-danger:disabled.bp5-active, .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{
  stroke:#ac2f33;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-button.bp5-outlined:disabled, .bp5-button.bp5-outlined.bp5-disabled, .bp5-button.bp5-outlined:disabled:hover, .bp5-button.bp5-outlined.bp5-disabled:hover{
  border-color:rgba(95, 107, 124, 0.1);
}
.bp5-dark .bp5-button.bp5-outlined{
  border-color:rgba(255, 255, 255, 0.4);
}
.bp5-dark .bp5-button.bp5-outlined:disabled, .bp5-dark .bp5-button.bp5-outlined:disabled:hover, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-button.bp5-outlined.bp5-intent-primary{
  border-color:rgba(33, 93, 176, 0.6);
}
.bp5-button.bp5-outlined.bp5-intent-primary:disabled, .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{
  border-color:rgba(33, 93, 176, 0.2);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary{
  border-color:rgba(138, 187, 255, 0.6);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{
  border-color:rgba(138, 187, 255, 0.2);
}
.bp5-button.bp5-outlined.bp5-intent-success{
  border-color:rgba(28, 110, 66, 0.6);
}
.bp5-button.bp5-outlined.bp5-intent-success:disabled, .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{
  border-color:rgba(28, 110, 66, 0.2);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success{
  border-color:rgba(114, 202, 155, 0.6);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{
  border-color:rgba(114, 202, 155, 0.2);
}
.bp5-button.bp5-outlined.bp5-intent-warning{
  border-color:rgba(147, 86, 16, 0.6);
}
.bp5-button.bp5-outlined.bp5-intent-warning:disabled, .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{
  border-color:rgba(147, 86, 16, 0.2);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning{
  border-color:rgba(251, 179, 96, 0.6);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{
  border-color:rgba(251, 179, 96, 0.2);
}
.bp5-button.bp5-outlined.bp5-intent-danger{
  border-color:rgba(172, 47, 51, 0.6);
}
.bp5-button.bp5-outlined.bp5-intent-danger:disabled, .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{
  border-color:rgba(172, 47, 51, 0.2);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger{
  border-color:rgba(250, 153, 156, 0.6);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{
  border-color:rgba(250, 153, 156, 0.2);
}
.bp5-button.bp5-intent-warning{
  background:#fbb360;
  color:#1c2127;
}
.bp5-button.bp5-intent-warning:not(.bp5-disabled).bp5-icon > svg{
  fill:rgba(28, 33, 39, 0.7);
}
.bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):hover{
  background:#ec9a3c;
  color:#1c2127;
}
.bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):active, .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined).bp5-active{
  background:#c87619;
  color:#1c2127;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):active, .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined).bp5-active{
    background:highlight;
  }
}
.bp5-button.bp5-intent-warning:disabled, .bp5-button.bp5-intent-warning.bp5-disabled{
  background:rgba(200, 118, 25, 0.5);
  color:rgba(28, 33, 39, 0.35);
}
.bp5-dark .bp5-button.bp5-intent-warning:disabled, .bp5-dark .bp5-button.bp5-intent-warning.bp5-disabled{
  color:rgba(28, 33, 39, 0.6);
}
.bp5-button.bp5-intent-warning.bp5-minimal, .bp5-button.bp5-intent-warning.bp5-outlined{
  background:none;
}
.bp5-dark .bp5-button.bp5-intent-warning.bp5-minimal:not(.bp5-disabled).bp5-icon > svg, .bp5-dark .bp5-button.bp5-intent-warning.bp5-outlined:not(.bp5-disabled).bp5-icon > svg{
  fill:#fbb360;
}

a.bp5-button{
  text-align:center;
  text-decoration:none;
  transition:none;
}
a.bp5-button, a.bp5-button:hover, a.bp5-button:active{
  color:#1c2127;
}
a.bp5-button.bp5-disabled{
  color:rgba(95, 107, 124, 0.6);
}

.bp5-button-text{
  flex:0 1 auto;
}

.bp5-button.bp5-align-left .bp5-button-text, .bp5-button.bp5-align-right .bp5-button-text,
.bp5-button-group.bp5-align-left .bp5-button-text,
.bp5-button-group.bp5-align-right .bp5-button-text{
  flex:1 1 auto;
}
.bp5-button-group{
  display:inline-flex;
}
.bp5-button-group .bp5-button{
  flex:0 0 auto;
  position:relative;
  z-index:4;
}
.bp5-button-group .bp5-button:focus{
  z-index:5;
}
.bp5-button-group .bp5-button:hover{
  z-index:6;
}
.bp5-button-group .bp5-button:active, .bp5-button-group .bp5-button.bp5-active{
  z-index:7;
}
.bp5-button-group .bp5-button:disabled, .bp5-button-group .bp5-button.bp5-disabled{
  z-index:3;
}
.bp5-button-group .bp5-button[class*=bp5-intent-]{
  z-index:9;
}
.bp5-button-group .bp5-button[class*=bp5-intent-]:focus{
  z-index:10;
}
.bp5-button-group .bp5-button[class*=bp5-intent-]:hover{
  z-index:11;
}
.bp5-button-group .bp5-button[class*=bp5-intent-]:active, .bp5-button-group .bp5-button[class*=bp5-intent-].bp5-active{
  z-index:12;
}
.bp5-button-group .bp5-button[class*=bp5-intent-]:disabled, .bp5-button-group .bp5-button[class*=bp5-intent-].bp5-disabled{
  z-index:8;
}
.bp5-button-group:not(.bp5-minimal) > .bp5-popover-wrapper:not(:first-child) .bp5-button,
.bp5-button-group:not(.bp5-minimal) > .bp5-button:not(:first-child){
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bp5-button-group:not(.bp5-minimal) > .bp5-popover-wrapper:not(:last-child) .bp5-button,
.bp5-button-group:not(.bp5-minimal) > .bp5-button:not(:last-child){
  border-bottom-right-radius:0;
  border-top-right-radius:0;
  margin-right:-1px;
}
.bp5-button-group.bp5-minimal .bp5-button{
  background:none;
  box-shadow:none;
}
.bp5-button-group.bp5-minimal .bp5-button:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp5-button-group.bp5-minimal .bp5-button:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp5-button-group.bp5-minimal .bp5-button:disabled, .bp5-button-group.bp5-minimal .bp5-button:disabled:hover, .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled, .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-button-group.bp5-minimal .bp5-button:disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button:disabled:hover.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:hover, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled:hover, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled:hover.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary{
  color:#215db0;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{
  stroke:#215db0;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success{
  color:#1c6e42;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{
  stroke:#1c6e42;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning{
  color:#935610;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{
  stroke:#935610;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{
  stroke:#ac2f33;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button-group.bp5-minimal:not(:first-child){
    border-bottom-left-radius:0;
    border-left:none;
    border-top-left-radius:0;
  }
  .bp5-button-group.bp5-minimal:not(:last-child){
    border-bottom-right-radius:0;
    border-top-right-radius:0;
    margin-right:-1px;
  }
}
.bp5-button-group .bp5-popover-wrapper,
.bp5-button-group .bp5-popover-target{
  display:flex;
  flex:1 1 auto;
}
.bp5-button-group.bp5-fill{
  display:flex;
  width:100%;
}
.bp5-button-group .bp5-button.bp5-fill, .bp5-button-group.bp5-fill .bp5-button:not(.bp5-fixed){
  flex:1 1 auto;
}
.bp5-button-group.bp5-vertical{
  align-items:stretch;
  flex-direction:column;
  vertical-align:top;
}
.bp5-button-group.bp5-vertical.bp5-fill{
  height:100%;
  width:unset;
}
.bp5-button-group.bp5-vertical .bp5-button{
  margin-right:0 !important;
  width:100%;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-wrapper:first-child .bp5-button,
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-button:first-child{
  border-radius:2px 2px 0 0;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-wrapper:last-child .bp5-button,
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-button:last-child{
  border-radius:0 0 2px 2px;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-wrapper:not(:last-child) .bp5-button,
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-button:not(:last-child){
  margin-bottom:-1px;
}
.bp5-button-group.bp5-align-left .bp5-button{
  text-align:left;
}
.bp5-callout{
  font-size:14px;
  line-height:1.5;
  background-color:rgba(143, 153, 168, 0.15);
  border-radius:2px;
  padding:15px;
  position:relative;
  width:100%;
}
.bp5-callout[class*=bp5-icon-]{
  padding-left:38px;
}
.bp5-callout[class*=bp5-icon-]::before{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  color:#5f6b7c;
  left:15px;
  position:absolute;
  top:17px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-callout{
    border:1px solid buttonborder;
  }
}
.bp5-callout.bp5-callout-icon{
  padding-left:38px;
}
.bp5-callout.bp5-callout-icon > .bp5-icon:first-child{
  color:#5f6b7c;
  left:15px;
  position:absolute;
  top:17px;
}
.bp5-callout .bp5-heading{
  line-height:16px;
  margin-bottom:0;
  margin-top:2px;
}
.bp5-callout.bp5-callout-has-body-content .bp5-heading{
  margin-bottom:5px;
}
.bp5-callout.bp5-compact{
  padding:10px;
}
.bp5-callout.bp5-compact.bp5-callout-icon{
  padding-left:33px;
}
.bp5-callout.bp5-compact.bp5-callout-icon > .bp5-icon:first-child{
  left:10px;
  top:12px;
}
.bp5-dark .bp5-callout{
  background-color:rgba(143, 153, 168, 0.2);
}
.bp5-dark .bp5-callout[class*=bp5-icon-]::before, .bp5-dark .bp5-callout.bp5-callout-icon > .bp5-icon:first-child{
  color:#abb3bf;
}
.bp5-callout.bp5-intent-primary{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-callout.bp5-intent-primary{
    border:1px solid buttonborder;
  }
}
.bp5-callout.bp5-intent-primary[class*=bp5-icon-]::before,
.bp5-callout.bp5-intent-primary > .bp5-icon:first-child,
.bp5-callout.bp5-intent-primary .bp5-heading{
  color:#215db0;
}
.bp5-dark .bp5-callout.bp5-intent-primary{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-callout.bp5-intent-primary[class*=bp5-icon-]::before,
.bp5-dark .bp5-callout.bp5-intent-primary > .bp5-icon:first-child,
.bp5-dark .bp5-callout.bp5-intent-primary .bp5-heading{
  color:#8abbff;
}
.bp5-callout.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-callout.bp5-intent-success{
    border:1px solid buttonborder;
  }
}
.bp5-callout.bp5-intent-success[class*=bp5-icon-]::before,
.bp5-callout.bp5-intent-success > .bp5-icon:first-child,
.bp5-callout.bp5-intent-success .bp5-heading{
  color:#1c6e42;
}
.bp5-dark .bp5-callout.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-callout.bp5-intent-success[class*=bp5-icon-]::before,
.bp5-dark .bp5-callout.bp5-intent-success > .bp5-icon:first-child,
.bp5-dark .bp5-callout.bp5-intent-success .bp5-heading{
  color:#72ca9b;
}
.bp5-callout.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-callout.bp5-intent-warning{
    border:1px solid buttonborder;
  }
}
.bp5-callout.bp5-intent-warning[class*=bp5-icon-]::before,
.bp5-callout.bp5-intent-warning > .bp5-icon:first-child,
.bp5-callout.bp5-intent-warning .bp5-heading{
  color:#935610;
}
.bp5-dark .bp5-callout.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-callout.bp5-intent-warning[class*=bp5-icon-]::before,
.bp5-dark .bp5-callout.bp5-intent-warning > .bp5-icon:first-child,
.bp5-dark .bp5-callout.bp5-intent-warning .bp5-heading{
  color:#fbb360;
}
.bp5-callout.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-callout.bp5-intent-danger{
    border:1px solid buttonborder;
  }
}
.bp5-callout.bp5-intent-danger[class*=bp5-icon-]::before,
.bp5-callout.bp5-intent-danger > .bp5-icon:first-child,
.bp5-callout.bp5-intent-danger .bp5-heading{
  color:#ac2f33;
}
.bp5-dark .bp5-callout.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-callout.bp5-intent-danger[class*=bp5-icon-]::before,
.bp5-dark .bp5-callout.bp5-intent-danger > .bp5-icon:first-child,
.bp5-dark .bp5-callout.bp5-intent-danger .bp5-heading{
  color:#fa999c;
}
.bp5-callout.bp5-intent-primary a{
  text-decoration:underline;
}
.bp5-callout.bp5-intent-primary a:hover{
  color:#184a90;
}
.bp5-dark .bp5-callout.bp5-intent-primary a:hover{
  color:#99c4ff;
}
.bp5-running-text .bp5-callout{
  margin:20px 0;
}
.bp5-card{
  background-color:#ffffff;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.15);
  padding:20px;
  transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-card.bp5-dark, .bp5-dark .bp5-card{
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-card{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}

.bp5-elevation-0{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp5-elevation-0.bp5-dark, .bp5-dark .bp5-elevation-0{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-elevation-0{
    border:1px solid buttonborder;
  }
}

.bp5-elevation-1{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-elevation-1.bp5-dark, .bp5-dark .bp5-elevation-1{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-elevation-1{
    border:1px solid buttonborder;
  }
}

.bp5-elevation-2{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2), 0 2px 6px rgba(17, 20, 24, 0.2);
}
.bp5-elevation-2.bp5-dark, .bp5-dark .bp5-elevation-2{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(17, 20, 24, 0.4), 0 2px 6px rgba(17, 20, 24, 0.4);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-elevation-2{
    border:1px solid buttonborder;
  }
}

.bp5-elevation-3{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
}
.bp5-elevation-3.bp5-dark, .bp5-dark .bp5-elevation-3{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-elevation-3{
    border:1px solid buttonborder;
  }
}

.bp5-elevation-4{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 4px 8px rgba(17, 20, 24, 0.2), 0 18px 46px 6px rgba(17, 20, 24, 0.2);
}
.bp5-elevation-4.bp5-dark, .bp5-dark .bp5-elevation-4{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 4px 8px rgba(17, 20, 24, 0.4), 0 18px 46px 6px rgba(17, 20, 24, 0.4);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-elevation-4{
    border:1px solid buttonborder;
  }
}

.bp5-card.bp5-compact{
  padding:15px;
}

.bp5-card.bp5-interactive:hover{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  cursor:pointer;
}
.bp5-card.bp5-interactive:hover.bp5-dark, .bp5-dark .bp5-card.bp5-interactive:hover{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-card.bp5-interactive.bp5-selected{
  box-shadow:0 0 0 3px rgba(76, 144, 240, 0.2), 0 0 0 1px #4c90f0;
}
.bp5-card.bp5-interactive.bp5-selected.bp5-dark, .bp5-dark .bp5-card.bp5-interactive.bp5-selected{
  box-shadow:0 0 0 3px rgba(138, 187, 255, 0.4), 0 0 0 1px #8abbff;
}
.bp5-card.bp5-interactive:active{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
  transition-duration:0;
}
.bp5-card.bp5-interactive:active.bp5-dark, .bp5-dark .bp5-card.bp5-interactive:active{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-card-list{
  overflow:auto;
  padding:0;
  width:100%;
}
.bp5-card-list > .bp5-card{
  align-items:center;
  border-radius:0;
  box-shadow:none;
  display:flex;
  min-height:51px;
  padding:10px 20px;
}
.bp5-card-list > .bp5-card.bp5-interactive:hover, .bp5-card-list > .bp5-card.bp5-interactive:active{
  background-color:#f6f7f9;
  box-shadow:none;
}
.bp5-dark .bp5-card-list > .bp5-card.bp5-interactive:hover, .bp5-dark .bp5-card-list > .bp5-card.bp5-interactive:active{
  background-color:#383e47;
}
.bp5-card-list > .bp5-card.bp5-selected{
  background-color:#edeff2;
  box-shadow:none;
}
.bp5-dark .bp5-card-list > .bp5-card.bp5-selected{
  background-color:#404854;
  box-shadow:none;
}
.bp5-card-list > .bp5-card:not(:last-child){
  border-bottom:1px solid rgba(17, 20, 24, 0.1);
}
.bp5-dark .bp5-card-list > .bp5-card:not(:last-child){
  border-color:rgba(255, 255, 255, 0.1);
}
.bp5-card-list.bp5-compact{
  padding:0;
}
.bp5-card-list.bp5-compact > .bp5-card{
  min-height:45px;
  padding:7px 15px;
}
.bp5-dark .bp5-card-list{
  padding:1px;
}
.bp5-card-list:not(.bp5-card-list-bordered){
  border-radius:0;
  box-shadow:none;
}
.bp5-dark .bp5-card-list:not(.bp5-card-list-bordered){
  margin:1px;
  width:calc(100% - 2px);
}
.bp5-collapse{
  height:0;
  overflow-y:hidden;
  transition:height 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-collapse .bp5-collapse-body{
  transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-collapse .bp5-collapse-body[aria-hidden=true]{
  display:none;
}
.bp5-context-menu-virtual-target{
  position:fixed;
}
.bp5-card.bp5-control-card, .bp5-card-list > .bp5-card.bp5-control-card{
  min-height:auto;
  padding:0;
}

.bp5-control-card .bp5-control.bp5-control.bp5-control{
  align-items:flex-start;
  display:flex;
  gap:10px;
  margin:0;
  padding:20px;
  width:100%;
}
.bp5-control-card .bp5-control.bp5-control.bp5-control.bp5-align-left{
  flex-direction:row;
  justify-content:flex-start;
}
.bp5-control-card .bp5-control.bp5-control.bp5-control.bp5-align-right{
  flex-direction:row-reverse;
  justify-content:space-between;
}
.bp5-card-list .bp5-control-card .bp5-control.bp5-control.bp5-control{
  padding:20px;
}
.bp5-card-list.bp5-compact .bp5-control-card .bp5-control.bp5-control.bp5-control{
  padding:15px;
}
.bp5-control-card .bp5-control.bp5-control.bp5-control .bp5-control-indicator{
  margin:0;
}
.bp5-control-card.bp5-compact .bp5-control.bp5-control.bp5-control{
  padding:15px;
}
.bp5-divider{
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  border-right:1px solid rgba(17, 20, 24, 0.15);
  margin:5px;
}
.bp5-dark .bp5-divider{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-dialog-container{
  opacity:1;
  transform:scale(1);
  align-items:center;
  display:flex;
  justify-content:center;
  min-height:100%;
  pointer-events:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  width:100%;
}
.bp5-dialog-container.bp5-overlay-enter > .bp5-dialog, .bp5-dialog-container.bp5-overlay-appear > .bp5-dialog{
  opacity:0;
  transform:scale(0.5);
}
.bp5-dialog-container.bp5-overlay-enter-active > .bp5-dialog, .bp5-dialog-container.bp5-overlay-appear-active > .bp5-dialog{
  opacity:1;
  transform:scale(1);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:opacity, transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}
.bp5-dialog-container.bp5-overlay-exit > .bp5-dialog{
  opacity:1;
  transform:scale(1);
}
.bp5-dialog-container.bp5-overlay-exit-active > .bp5-dialog{
  opacity:0;
  transform:scale(0.5);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:opacity, transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}

.bp5-dialog{
  background:#f6f7f9;
  border-radius:4px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  display:flex;
  flex-direction:column;
  margin:30px 0;
  pointer-events:all;
  -webkit-user-select:text;
     -moz-user-select:text;
          user-select:text;
  width:500px;
}
.bp5-dialog:focus{
  outline:0;
}
.bp5-dialog.bp5-dark, .bp5-dark .bp5-dialog{
  background:#252a31;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
  color:#f6f7f9;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dialog{
    border:1px solid buttonborder;
  }
}

.bp5-dialog-header{
  align-items:center;
  background:#ffffff;
  border-radius:4px 4px 0 0;
  box-shadow:0 1px 0 rgba(17, 20, 24, 0.15);
  display:flex;
  flex:0 0 auto;
  min-height:40px;
  padding:5px;
  padding-left:15px;
  z-index:0;
}
.bp5-dialog-header .bp5-icon-large,
.bp5-dialog-header .bp5-icon{
  color:#5f6b7c;
  flex:0 0 auto;
  margin-left:-3px;
  margin-right:7.5px;
}
.bp5-dialog-header .bp5-heading{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  flex:1 1 auto;
  line-height:inherit;
  margin:0;
}
.bp5-dialog-header .bp5-heading:last-child{
  margin-right:15px;
}
.bp5-dark .bp5-dialog-header{
  background:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.bp5-dark .bp5-dialog-header .bp5-icon-large,
.bp5-dark .bp5-dialog-header .bp5-icon{
  color:#abb3bf;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dialog-header{
    border-bottom:1px solid buttonborder;
  }
}

.bp5-dialog-body{
  flex:1 1 auto;
  margin:15px;
}

.bp5-dialog-body-scroll-container{
  margin:0;
  max-height:70vh;
  overflow:auto;
  padding:15px;
}

.bp5-dialog-footer{
  flex:0 0 auto;
  margin:15px;
}

.bp5-dialog-footer-fixed{
  align-items:center;
  background-color:#ffffff;
  border-radius:0 0 4px 4px;
  border-top:1px solid rgba(17, 20, 24, 0.15);
  display:flex;
  gap:15px;
  justify-content:space-between;
  margin:0;
  padding:10px 10px 10px 15px;
}
.bp5-dark .bp5-dialog-footer-fixed{
  background:#383e47;
  border-top:1px solid rgba(255, 255, 255, 0.2);
}

.bp5-dialog-footer-main-section{
  flex:1 0 auto;
}

.bp5-dialog-footer-actions{
  display:flex;
  justify-content:flex-end;
}
.bp5-dialog-footer-actions .bp5-button{
  margin-left:10px;
}
.bp5-multistep-dialog-panels{
  display:flex;
}
.bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{
  border-radius:4px 0 0 0;
}
.bp5-multistep-dialog-panels:first-child .bp5-multistep-dialog-right-panel{
  border-top-right-radius:4px;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels{
  flex-direction:column;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{
  border-radius:4px 0 0 0;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:last-child{
  border-radius:0 4px 0 0;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-left-panel{
  flex-direction:row;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container{
  flex-grow:1;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container:not(:first-child){
  border-left:1px solid rgba(17, 20, 24, 0.15);
}
.bp5-dark .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container{
  border-color:rgba(17, 20, 24, 0.4);
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{
  border-left:none;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel,
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-footer{
  border-radius:0 0 4px 4px;
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels{
  flex-direction:row-reverse;
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels:first-child .bp5-multistep-dialog-right-panel{
  border-radius:4px 0 0 4px;
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{
  border-radius:0 4px 0 0;
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-left-panel{
  border-radius:0 0 4px 0;
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{
  border-left:none;
  border-radius:4px 0 0 4px;
  border-right:1px solid rgba(17, 20, 24, 0.15);
}
.bp5-dark .bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{
  border-color:rgba(17, 20, 24, 0.4);
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-dialog-footer{
  border-bottom-left-radius:0;
}

.bp5-multistep-dialog-left-panel{
  display:flex;
  flex:1;
  flex-direction:column;
}
.bp5-dark .bp5-multistep-dialog-left-panel{
  background:#252a31;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
  border-bottom-left-radius:4px;
  border-left:1px solid rgba(255, 255, 255, 0.2);
}

.bp5-multistep-dialog-right-panel{
  background-color:#f6f7f9;
  border-left:1px solid rgba(17, 20, 24, 0.15);
  border-radius:0 0 4px 0;
  flex:3;
  min-width:0;
}
.bp5-dark .bp5-multistep-dialog-right-panel{
  background-color:#2f343c;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius:4px;
  border-left:1px solid rgba(255, 255, 255, 0.2);
  border-right:1px solid rgba(255, 255, 255, 0.2);
}

.bp5-dialog-step-container{
  background-color:#f6f7f9;
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
}
.bp5-dark .bp5-dialog-step-container{
  background:#2f343c;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.bp5-dialog-step-container.bp5-dialog-step-viewed{
  background-color:#ffffff;
}
.bp5-dark .bp5-dialog-step-container.bp5-dialog-step-viewed{
  background:#383e47;
}

.bp5-dialog-step{
  align-items:center;
  border-radius:4px;
  cursor:not-allowed;
  display:flex;
  margin:4px;
  padding:6px 14px;
}
.bp5-dark .bp5-dialog-step{
  background:#2f343c;
}
.bp5-dialog-step-viewed .bp5-dialog-step{
  background-color:#ffffff;
  cursor:pointer;
}
.bp5-dark .bp5-dialog-step-viewed .bp5-dialog-step{
  background:#383e47;
}
.bp5-dialog-step:hover{
  background-color:#f6f7f9;
}
.bp5-dark .bp5-dialog-step:hover{
  background:#2f343c;
}

.bp5-dialog-step-icon{
  align-items:center;
  background-color:rgba(95, 107, 124, 0.6);
  border-radius:50%;
  color:#ffffff;
  display:flex;
  height:25px;
  justify-content:center;
  width:25px;
}
.bp5-dark .bp5-dialog-step-icon{
  background-color:rgba(171, 179, 191, 0.6);
}
.bp5-active.bp5-dialog-step-viewed .bp5-dialog-step-icon{
  background-color:#4c90f0;
}
.bp5-dialog-step-viewed .bp5-dialog-step-icon{
  background-color:#8f99a8;
}

.bp5-dialog-step-title{
  color:rgba(95, 107, 124, 0.6);
  flex:1;
  padding-left:10px;
}
.bp5-dark .bp5-dialog-step-title{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-active.bp5-dialog-step-viewed .bp5-dialog-step-title{
  color:#4c90f0;
}
.bp5-dialog-step-viewed:not(.bp5-active) .bp5-dialog-step-title{
  color:#1c2127;
}
.bp5-dark .bp5-dialog-step-viewed:not(.bp5-active) .bp5-dialog-step-title{
  color:#f6f7f9;
}
.bp5-drawer{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 4px 8px rgba(17, 20, 24, 0.2), 0 18px 46px 6px rgba(17, 20, 24, 0.2);
  display:flex;
  flex-direction:column;
  margin:0;
  padding:0;
}
.bp5-drawer:focus{
  outline:0;
}
.bp5-drawer.bp5-position-top{
  height:50%;
  left:0;
  right:0;
  top:0;
}
.bp5-drawer.bp5-position-top.bp5-overlay-enter, .bp5-drawer.bp5-position-top.bp5-overlay-appear{
  transform:translateY(-100%);
}
.bp5-drawer.bp5-position-top.bp5-overlay-enter-active, .bp5-drawer.bp5-position-top.bp5-overlay-appear-active{
  transform:translateY(0);
  transition-delay:0;
  transition-duration:200ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-drawer.bp5-position-top.bp5-overlay-exit{
  transform:translateY(0);
}
.bp5-drawer.bp5-position-top.bp5-overlay-exit-active{
  transform:translateY(-100%);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-drawer.bp5-position-top{
    border-bottom:1px solid buttonborder;
  }
}
.bp5-drawer.bp5-position-bottom{
  bottom:0;
  height:50%;
  left:0;
  right:0;
}
.bp5-drawer.bp5-position-bottom.bp5-overlay-enter, .bp5-drawer.bp5-position-bottom.bp5-overlay-appear{
  transform:translateY(100%);
}
.bp5-drawer.bp5-position-bottom.bp5-overlay-enter-active, .bp5-drawer.bp5-position-bottom.bp5-overlay-appear-active{
  transform:translateY(0);
  transition-delay:0;
  transition-duration:200ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-drawer.bp5-position-bottom.bp5-overlay-exit{
  transform:translateY(0);
}
.bp5-drawer.bp5-position-bottom.bp5-overlay-exit-active{
  transform:translateY(100%);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-drawer.bp5-position-bottom{
    border-top:1px solid buttonborder;
  }
}
.bp5-drawer.bp5-position-left{
  bottom:0;
  left:0;
  top:0;
  width:50%;
}
.bp5-drawer.bp5-position-left.bp5-overlay-enter, .bp5-drawer.bp5-position-left.bp5-overlay-appear{
  transform:translateX(-100%);
}
.bp5-drawer.bp5-position-left.bp5-overlay-enter-active, .bp5-drawer.bp5-position-left.bp5-overlay-appear-active{
  transform:translateX(0);
  transition-delay:0;
  transition-duration:200ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-drawer.bp5-position-left.bp5-overlay-exit{
  transform:translateX(0);
}
.bp5-drawer.bp5-position-left.bp5-overlay-exit-active{
  transform:translateX(-100%);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-drawer.bp5-position-left{
    border-right:1px solid buttonborder;
  }
}
.bp5-drawer.bp5-position-right{
  bottom:0;
  right:0;
  top:0;
  width:50%;
}
.bp5-drawer.bp5-position-right.bp5-overlay-enter, .bp5-drawer.bp5-position-right.bp5-overlay-appear{
  transform:translateX(100%);
}
.bp5-drawer.bp5-position-right.bp5-overlay-enter-active, .bp5-drawer.bp5-position-right.bp5-overlay-appear-active{
  transform:translateX(0);
  transition-delay:0;
  transition-duration:200ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-drawer.bp5-position-right.bp5-overlay-exit{
  transform:translateX(0);
}
.bp5-drawer.bp5-position-right.bp5-overlay-exit-active{
  transform:translateX(100%);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-drawer.bp5-position-right{
    border-left:1px solid buttonborder;
  }
}
.bp5-drawer.bp5-dark, .bp5-dark .bp5-drawer{
  background:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
  color:#f6f7f9;
}

.bp5-drawer-header{
  align-items:center;
  border-radius:0;
  box-shadow:0 1px 0 rgba(17, 20, 24, 0.15);
  display:flex;
  flex:0 0 auto;
  min-height:40px;
  padding:5px;
  padding-left:20px;
  position:relative;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-drawer-header{
    border-bottom:1px solid buttonborder;
  }
}
.bp5-drawer-header .bp5-icon-large,
.bp5-drawer-header .bp5-icon{
  color:#5f6b7c;
  flex:0 0 auto;
  margin-right:10px;
}
.bp5-drawer-header .bp5-heading{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  flex:1 1 auto;
  line-height:inherit;
  margin:0;
}
.bp5-drawer-header .bp5-heading:last-child{
  margin-right:20px;
}
.bp5-dark .bp5-drawer-header{
  box-shadow:0 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-drawer-header .bp5-icon-large,
.bp5-dark .bp5-drawer-header .bp5-icon{
  color:#abb3bf;
}

.bp5-drawer-body{
  flex:1 1 auto;
  line-height:18px;
  overflow:auto;
}

.bp5-drawer-footer{
  box-shadow:inset 0 1px 0 rgba(17, 20, 24, 0.15);
  flex:0 0 auto;
  padding:10px 20px;
  position:relative;
}
.bp5-dark .bp5-drawer-footer{
  box-shadow:inset 0 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-editable-text{
  cursor:text;
  display:inline-block;
  max-width:100%;
  position:relative;
  vertical-align:top;
  white-space:nowrap;
}
.bp5-editable-text::before{
  bottom:-2px;
  left:-2px;
  position:absolute;
  right:-2px;
  top:-2px;
  border-radius:2px;
  content:"";
  transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-editable-text:hover::before{
  box-shadow:0 0 0 0 rgba(45, 114, 210, 0), 0 0 0 0 rgba(45, 114, 210, 0), inset 0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp5-editable-text.bp5-editable-text-editing::before{
  background-color:#ffffff;
  box-shadow:inset 0 0 0 1px #2d72d2, 0 0 0 2px rgba(45, 114, 210, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-editable-text:not(.bp5-disabled)::before{
    border:1px solid buttonborder;
  }
}
.bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::-moz-placeholder{
  color:#2d72d2;
}
.bp5-editable-text.bp5-intent-primary .bp5-editable-text-content,
.bp5-editable-text.bp5-intent-primary .bp5-editable-text-input,
.bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::placeholder{
  color:#2d72d2;
}
.bp5-editable-text.bp5-intent-primary:hover::before{
  box-shadow:0 0 0 0 rgba(45, 114, 210, 0), 0 0 0 0 rgba(45, 114, 210, 0), inset 0 0 0 1px rgba(45, 114, 210, 0.4);
}
.bp5-editable-text.bp5-intent-primary.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px #2d72d2, 0 0 0 2px rgba(45, 114, 210, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-editable-text.bp5-intent-success .bp5-editable-text-input::-moz-placeholder{
  color:#238551;
}
.bp5-editable-text.bp5-intent-success .bp5-editable-text-content,
.bp5-editable-text.bp5-intent-success .bp5-editable-text-input,
.bp5-editable-text.bp5-intent-success .bp5-editable-text-input::placeholder{
  color:#238551;
}
.bp5-editable-text.bp5-intent-success:hover::before{
  box-shadow:0 0 0 0 rgba(35, 133, 81, 0), 0 0 0 0 rgba(35, 133, 81, 0), inset 0 0 0 1px rgba(35, 133, 81, 0.4);
}
.bp5-editable-text.bp5-intent-success.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px #238551, 0 0 0 2px rgba(35, 133, 81, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::-moz-placeholder{
  color:#c87619;
}
.bp5-editable-text.bp5-intent-warning .bp5-editable-text-content,
.bp5-editable-text.bp5-intent-warning .bp5-editable-text-input,
.bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::placeholder{
  color:#c87619;
}
.bp5-editable-text.bp5-intent-warning:hover::before{
  box-shadow:0 0 0 0 rgba(200, 118, 25, 0), 0 0 0 0 rgba(200, 118, 25, 0), inset 0 0 0 1px rgba(200, 118, 25, 0.4);
}
.bp5-editable-text.bp5-intent-warning.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px #c87619, 0 0 0 2px rgba(200, 118, 25, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::-moz-placeholder{
  color:#cd4246;
}
.bp5-editable-text.bp5-intent-danger .bp5-editable-text-content,
.bp5-editable-text.bp5-intent-danger .bp5-editable-text-input,
.bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::placeholder{
  color:#cd4246;
}
.bp5-editable-text.bp5-intent-danger:hover::before{
  box-shadow:0 0 0 0 rgba(205, 66, 70, 0), 0 0 0 0 rgba(205, 66, 70, 0), inset 0 0 0 1px rgba(205, 66, 70, 0.4);
}
.bp5-editable-text.bp5-intent-danger.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px #cd4246, 0 0 0 2px rgba(205, 66, 70, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-editable-text:hover::before{
  box-shadow:0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.bp5-dark .bp5-editable-text.bp5-editable-text-editing::before{
  background-color:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px #4c90f0, 0 0 0 2px rgba(76, 144, 240, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-editable-text.bp5-disabled::before{
  box-shadow:none;
}
.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::-moz-placeholder{
  color:#8abbff;
}
.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-content,
.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input,
.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::placeholder{
  color:#8abbff;
}
.bp5-dark .bp5-editable-text.bp5-intent-primary:hover::before{
  box-shadow:0 0 0 0 rgba(138, 187, 255, 0), 0 0 0 0 rgba(138, 187, 255, 0), inset 0 0 0 1px rgba(138, 187, 255, 0.4);
}
.bp5-dark .bp5-editable-text.bp5-intent-primary.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px #8abbff, 0 0 0 2px rgba(138, 187, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input::-moz-placeholder{
  color:#72ca9b;
}
.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-content,
.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input,
.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input::placeholder{
  color:#72ca9b;
}
.bp5-dark .bp5-editable-text.bp5-intent-success:hover::before{
  box-shadow:0 0 0 0 rgba(114, 202, 155, 0), 0 0 0 0 rgba(114, 202, 155, 0), inset 0 0 0 1px rgba(114, 202, 155, 0.4);
}
.bp5-dark .bp5-editable-text.bp5-intent-success.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px #72ca9b, 0 0 0 2px rgba(114, 202, 155, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::-moz-placeholder{
  color:#fbb360;
}
.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-content,
.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input,
.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::placeholder{
  color:#fbb360;
}
.bp5-dark .bp5-editable-text.bp5-intent-warning:hover::before{
  box-shadow:0 0 0 0 rgba(251, 179, 96, 0), 0 0 0 0 rgba(251, 179, 96, 0), inset 0 0 0 1px rgba(251, 179, 96, 0.4);
}
.bp5-dark .bp5-editable-text.bp5-intent-warning.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px #fbb360, 0 0 0 2px rgba(251, 179, 96, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::-moz-placeholder{
  color:#fa999c;
}
.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-content,
.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input,
.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::placeholder{
  color:#fa999c;
}
.bp5-dark .bp5-editable-text.bp5-intent-danger:hover::before{
  box-shadow:0 0 0 0 rgba(250, 153, 156, 0), 0 0 0 0 rgba(250, 153, 156, 0), inset 0 0 0 1px rgba(250, 153, 156, 0.4);
}
.bp5-dark .bp5-editable-text.bp5-intent-danger.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px #fa999c, 0 0 0 2px rgba(250, 153, 156, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-editable-text.bp5-disabled::before{
  box-shadow:none !important;
}

.bp5-editable-text-input,
.bp5-editable-text-content{
  color:inherit;
  display:inherit;
  font:inherit;
  letter-spacing:inherit;
  max-width:inherit;
  min-width:inherit;
  position:relative;
  resize:none;
  text-transform:inherit;
  vertical-align:top;
}

.bp5-editable-text-input{
  background:none;
  border:none;
  box-shadow:none;
  padding:0;
  white-space:pre-wrap;
  width:100%;
}
.bp5-editable-text-input::-moz-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-editable-text-input::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-editable-text-input:focus{
  outline:none;
}
.bp5-editable-text-input::-ms-clear{
  display:none;
}

.bp5-editable-text-content{
  overflow:hidden;
  padding-right:2px;
  text-overflow:ellipsis;
  white-space:pre;
}
.bp5-editable-text-editing > .bp5-editable-text-content{
  left:0;
  position:absolute;
  visibility:hidden;
}
.bp5-editable-text-placeholder > .bp5-editable-text-content{
  color:#5f6b7c;
}
.bp5-dark .bp5-editable-text-placeholder > .bp5-editable-text-content{
  color:#abb3bf;
}

.bp5-editable-text.bp5-multiline{
  display:block;
}
.bp5-editable-text.bp5-multiline .bp5-editable-text-content{
  overflow:auto;
  white-space:pre-wrap;
  word-wrap:break-word;
}
.bp5-entity-title{
  align-items:center;
  display:flex;
  gap:7px;
  min-width:0;
}
.bp5-entity-title-icon-container.bp5-entity-title-has-subtitle{
  align-self:flex-start;
}
.bp5-entity-title-icon-container:not(.bp5-entity-title-has-subtitle){
  align-items:center;
  display:flex;
}
.bp5-entity-title-text{
  display:flex;
  flex-direction:column;
}
.bp5-entity-title-title-and-tags{
  align-items:center;
  display:flex;
  flex-direction:row;
  gap:5px;
}
.bp5-entity-title-tags-container{
  display:flex;
  gap:2px;
  margin-left:5px;
}
.bp5-entity-title-title{
  margin-bottom:0;
  min-width:0;
  overflow-wrap:break-word;
}
.bp5-entity-title-subtitle{
  font-size:12px;
  margin-top:2px;
}
.bp5-entity-title-ellipsize, .bp5-entity-title-ellipsize .bp5-entity-title-text{
  overflow:hidden;
}
.bp5-entity-title-heading-h1 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:40px;
}
.bp5-entity-title-heading-h2 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:32px;
}
.bp5-entity-title-heading-h3 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:25px;
}
.bp5-entity-title-heading-h4 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:21px;
}
.bp5-entity-title-heading-h5 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:19px;
}
.bp5-entity-title-heading-h6 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:16px;
}
.bp5-entity-title-heading-h1, .bp5-entity-title-heading-h2, .bp5-entity-title-heading-h3{
  gap:15px;
}
.bp5-entity-title-heading-h1 .bp5-entity-title-status-tag, .bp5-entity-title-heading-h2 .bp5-entity-title-status-tag, .bp5-entity-title-heading-h3 .bp5-entity-title-status-tag{
  margin-left:10px;
}
.bp5-entity-title-heading-h1 .bp5-entity-title-subtitle, .bp5-entity-title-heading-h2 .bp5-entity-title-subtitle, .bp5-entity-title-heading-h3 .bp5-entity-title-subtitle{
  font-size:14px;
}
.bp5-entity-title-heading-h4, .bp5-entity-title-heading-h5, .bp5-entity-title-heading-h6{
  gap:10px;
}
.bp5-entity-title-heading-h4 .bp5-entity-title-subtitle, .bp5-entity-title-heading-h5 .bp5-entity-title-subtitle, .bp5-entity-title-heading-h6 .bp5-entity-title-subtitle{
  font-size:12px;
}
.bp5-divider{
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  border-right:1px solid rgba(17, 20, 24, 0.15);
  margin:5px;
}
.bp5-dark .bp5-divider{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-control-group{
  transform:translateZ(0);
  display:flex;
  flex-direction:row;
  align-items:stretch;
}
.bp5-control-group > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-control-group > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-control-group .bp5-button,
.bp5-control-group .bp5-html-select,
.bp5-control-group .bp5-input,
.bp5-control-group .bp5-select{
  position:relative;
}
.bp5-control-group .bp5-input{
  z-index:2;
}
.bp5-control-group .bp5-input:focus{
  z-index:14;
}
.bp5-control-group .bp5-input[class*=bp5-intent]{
  z-index:13;
}
.bp5-control-group .bp5-input[class*=bp5-intent]:focus{
  z-index:15;
}
.bp5-control-group .bp5-input[readonly], .bp5-control-group .bp5-input:disabled, .bp5-control-group .bp5-input.bp5-disabled{
  z-index:1;
}
.bp5-control-group .bp5-input-group[class*=bp5-intent] .bp5-input{
  z-index:13;
}
.bp5-control-group .bp5-input-group[class*=bp5-intent] .bp5-input:focus{
  z-index:15;
}
.bp5-control-group .bp5-button,
.bp5-control-group .bp5-html-select select,
.bp5-control-group .bp5-select select{
  transform:translateZ(0);
  z-index:4;
}
.bp5-control-group .bp5-button:focus,
.bp5-control-group .bp5-html-select select:focus,
.bp5-control-group .bp5-select select:focus{
  z-index:5;
}
.bp5-control-group .bp5-button:hover,
.bp5-control-group .bp5-html-select select:hover,
.bp5-control-group .bp5-select select:hover{
  z-index:6;
}
.bp5-control-group .bp5-button:active,
.bp5-control-group .bp5-html-select select:active,
.bp5-control-group .bp5-select select:active{
  z-index:7;
}
.bp5-control-group .bp5-button[readonly], .bp5-control-group .bp5-button:disabled, .bp5-control-group .bp5-button.bp5-disabled,
.bp5-control-group .bp5-html-select select[readonly],
.bp5-control-group .bp5-html-select select:disabled,
.bp5-control-group .bp5-html-select select.bp5-disabled,
.bp5-control-group .bp5-select select[readonly],
.bp5-control-group .bp5-select select:disabled,
.bp5-control-group .bp5-select select.bp5-disabled{
  z-index:3;
}
.bp5-control-group .bp5-button[class*=bp5-intent],
.bp5-control-group .bp5-html-select select[class*=bp5-intent],
.bp5-control-group .bp5-select select[class*=bp5-intent]{
  z-index:9;
}
.bp5-control-group .bp5-button[class*=bp5-intent]:focus,
.bp5-control-group .bp5-html-select select[class*=bp5-intent]:focus,
.bp5-control-group .bp5-select select[class*=bp5-intent]:focus{
  z-index:10;
}
.bp5-control-group .bp5-button[class*=bp5-intent]:hover,
.bp5-control-group .bp5-html-select select[class*=bp5-intent]:hover,
.bp5-control-group .bp5-select select[class*=bp5-intent]:hover{
  z-index:11;
}
.bp5-control-group .bp5-button[class*=bp5-intent]:active,
.bp5-control-group .bp5-html-select select[class*=bp5-intent]:active,
.bp5-control-group .bp5-select select[class*=bp5-intent]:active{
  z-index:12;
}
.bp5-control-group .bp5-button[class*=bp5-intent][readonly], .bp5-control-group .bp5-button[class*=bp5-intent]:disabled, .bp5-control-group .bp5-button[class*=bp5-intent].bp5-disabled,
.bp5-control-group .bp5-html-select select[class*=bp5-intent][readonly],
.bp5-control-group .bp5-html-select select[class*=bp5-intent]:disabled,
.bp5-control-group .bp5-html-select select[class*=bp5-intent].bp5-disabled,
.bp5-control-group .bp5-select select[class*=bp5-intent][readonly],
.bp5-control-group .bp5-select select[class*=bp5-intent]:disabled,
.bp5-control-group .bp5-select select[class*=bp5-intent].bp5-disabled{
  z-index:8;
}
.bp5-control-group .bp5-input-group > .bp5-icon,
.bp5-control-group .bp5-input-group > .bp5-button,
.bp5-control-group .bp5-input-group > .bp5-input-left-container,
.bp5-control-group .bp5-input-group > .bp5-input-action{
  z-index:16;
}
.bp5-control-group .bp5-select::after,
.bp5-control-group .bp5-html-select::after,
.bp5-control-group .bp5-select > .bp5-icon,
.bp5-control-group .bp5-html-select > .bp5-icon{
  z-index:17;
}
.bp5-control-group .bp5-html-select:focus-within,
.bp5-control-group .bp5-select:focus-within{
  z-index:5;
}
.bp5-control-group:not(.bp5-vertical) > :not(:last-child){
  margin-right:2px;
}
.bp5-control-group .bp5-numeric-input:not(:first-child) .bp5-input-group{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bp5-control-group.bp5-fill{
  width:100%;
}
.bp5-control-group > .bp5-fill{
  flex:1 1 auto;
}
.bp5-control-group.bp5-fill > *:not(.bp5-fixed){
  flex:1 1 auto;
}
.bp5-control-group.bp5-vertical{
  flex-direction:column;
}
.bp5-control-group.bp5-vertical > :not(:last-child){
  margin-bottom:2px;
}
.bp5-control{
  cursor:pointer;
  display:block;
  margin-bottom:10px;
  position:relative;
  text-transform:none;
}
.bp5-control input:checked ~ .bp5-control-indicator{
  background-color:#2d72d2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control input:checked ~ .bp5-control-indicator{
    background-color:highlight;
    border:1px solid highlight;
  }
}
.bp5-control:hover input:checked ~ .bp5-control-indicator{
  background-color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control:hover input:checked ~ .bp5-control-indicator{
    background-color:highlight;
  }
}
.bp5-control input:not(:disabled):active:checked ~ .bp5-control-indicator{
  background:#184a90;
}
.bp5-control input:disabled:checked ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control input:disabled:checked ~ .bp5-control-indicator{
    background-color:graytext;
    border-color:graytext;
  }
}
.bp5-dark .bp5-control input:checked ~ .bp5-control-indicator{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-control input:checked ~ .bp5-control-indicator{
    border:1px solid buttonborder;
  }
}
.bp5-dark .bp5-control:hover input:checked ~ .bp5-control-indicator{
  background-color:#215db0;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp5-dark .bp5-control input:not(:disabled):active:checked ~ .bp5-control-indicator{
  background-color:#184a90;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp5-dark .bp5-control input:disabled:checked ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
.bp5-control:not(.bp5-align-right){
  padding-left:26px;
}
.bp5-control:not(.bp5-align-right) .bp5-control-indicator{
  margin-left:-26px;
}
.bp5-control.bp5-align-right{
  padding-right:26px;
}
.bp5-control.bp5-align-right .bp5-control-indicator{
  margin-right:-26px;
}
.bp5-control.bp5-disabled{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-control.bp5-inline{
  display:inline-block;
  margin-right:20px;
}
.bp5-control input{
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  z-index:-1;
}
.bp5-control .bp5-control-indicator{
  background-clip:padding-box;
  background-color:transparent;
  border:none;
  box-shadow:inset 0 0 0 1px #738091;
  cursor:pointer;
  display:inline-block;
  font-size:16px;
  height:1em;
  margin-right:10px;
  margin-top:-3px;
  position:relative;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  vertical-align:middle;
  width:1em;
}
.bp5-control .bp5-control-indicator::before{
  content:"";
  display:block;
  height:1em;
  width:1em;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control .bp5-control-indicator{
    border:1px solid buttonborder;
  }
  .bp5-control .bp5-control-indicator::before{
    margin-left:-1px;
    margin-top:-1px;
  }
}
.bp5-control:hover .bp5-control-indicator{
  background-color:rgba(143, 153, 168, 0.15);
}
.bp5-control input:not(:disabled):active ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:inset 0 0 0 1px #738091;
}
.bp5-control input:disabled ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  cursor:not-allowed;
}
.bp5-control input:focus ~ .bp5-control-indicator{
  outline:rgba(45, 114, 210, 0.6) solid 2px;
  outline-offset:2px;
  -moz-outline-radius:6px;
  outline:#2d72d2 solid 2px;
}
.bp5-control.bp5-align-right .bp5-control-indicator{
  float:right;
  margin-left:10px;
  margin-top:1px;
}
.bp5-control.bp5-large{
  font-size:16px;
}
.bp5-control.bp5-large:not(.bp5-align-right){
  padding-left:30px;
}
.bp5-control.bp5-large:not(.bp5-align-right) .bp5-control-indicator{
  margin-left:-30px;
}
.bp5-control.bp5-large.bp5-align-right{
  padding-right:30px;
}
.bp5-control.bp5-large.bp5-align-right .bp5-control-indicator{
  margin-right:-30px;
}
.bp5-control.bp5-large .bp5-control-indicator{
  font-size:20px;
}
.bp5-control.bp5-large.bp5-align-right .bp5-control-indicator{
  margin-top:0;
}
.bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator{
  background-color:#2d72d2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator{
    background-color:highlight;
    border:1px solid highlight;
  }
}
.bp5-control.bp5-checkbox:hover input:indeterminate ~ .bp5-control-indicator{
  background-color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-checkbox:hover input:indeterminate ~ .bp5-control-indicator{
    background-color:highlight;
  }
}
.bp5-control.bp5-checkbox input:not(:disabled):active:indeterminate ~ .bp5-control-indicator{
  background:#184a90;
}
.bp5-control.bp5-checkbox input:disabled:indeterminate ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-checkbox input:disabled:indeterminate ~ .bp5-control-indicator{
    background-color:graytext;
    border-color:graytext;
  }
}
.bp5-dark .bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator{
    border:1px solid buttonborder;
  }
}
.bp5-dark .bp5-control.bp5-checkbox:hover input:indeterminate ~ .bp5-control-indicator{
  background-color:#215db0;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp5-dark .bp5-control.bp5-checkbox input:not(:disabled):active:indeterminate ~ .bp5-control-indicator{
  background-color:#184a90;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp5-dark .bp5-control.bp5-checkbox input:disabled:indeterminate ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
.bp5-control.bp5-checkbox .bp5-control-indicator{
  border-radius:2px;
}
.bp5-control.bp5-checkbox input:checked ~ .bp5-control-indicator::before{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='white'/%3e%3c/svg%3e");
}
.bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator::before{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z' fill='white'/%3e%3c/svg%3e");
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-checkbox input:checked:not(:disabled) ~ .bp5-control-indicator::before{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='%23111418'/%3e%3c/svg%3e");
  }
  .bp5-control.bp5-checkbox input:indeterminate:not(:disabled) ~ .bp5-control-indicator::before{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z' fill='%23111418'/%3e%3c/svg%3e");
  }
  .bp5-control.bp5-checkbox input:disabled ~ .bp5-control-indicator{
    border-color:graytext;
  }
}
.bp5-control.bp5-radio .bp5-control-indicator{
  border-radius:50%;
}
.bp5-control.bp5-radio input:checked ~ .bp5-control-indicator::before{
  background-image:radial-gradient(#ffffff, #ffffff 28%, transparent 32%);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-radio input:checked ~ .bp5-control-indicator::before{
    background:highlight;
    height:12px;
    margin-left:1px;
    margin-top:1px;
    width:12px;
  }
}
.bp5-control.bp5-radio input:checked:disabled ~ .bp5-control-indicator::before{
  opacity:0.5;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-radio input:checked:disabled ~ .bp5-control-indicator::before{
    background:graytext;
  }
}
.bp5-control.bp5-radio input:focus ~ .bp5-control-indicator{
  -moz-outline-radius:16px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-radio input:disabled ~ .bp5-control-indicator{
    border-color:graytext;
  }
}
.bp5-control.bp5-switch input ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.3);
  color:#1c2127;
}
.bp5-control.bp5-switch:hover input ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.4);
}
.bp5-control.bp5-switch input:not(:disabled):active ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.5);
}
.bp5-control.bp5-switch input:disabled ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  color:rgba(95, 107, 124, 0.6);
}
.bp5-control.bp5-switch input:disabled ~ .bp5-control-indicator::before{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:none;
}
.bp5-control.bp5-switch input:checked ~ .bp5-control-indicator{
  background:#2d72d2;
  color:#ffffff;
}
.bp5-control.bp5-switch:hover input:checked ~ .bp5-control-indicator{
  background:#215db0;
}
.bp5-control.bp5-switch input:checked:not(:disabled):active ~ .bp5-control-indicator{
  background:#184a90;
}
.bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  color:rgba(255, 255, 255, 0.6);
}
.bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator::before{
  background:rgba(255, 255, 255, 0.5);
  box-shadow:none;
}
.bp5-control.bp5-switch:not(.bp5-align-right){
  padding-left:38px;
}
.bp5-control.bp5-switch:not(.bp5-align-right) .bp5-control-indicator{
  margin-left:-38px;
}
.bp5-control.bp5-switch.bp5-align-right{
  padding-right:38px;
}
.bp5-control.bp5-switch.bp5-align-right .bp5-control-indicator{
  margin-right:-38px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-switch input:checked ~ .bp5-control-indicator{
    background:highlight;
    border:1px solid buttonborder;
  }
  .bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator{
    background-color:graytext;
  }
  .bp5-control.bp5-switch input:not(:checked):disabled ~ .bp5-control-indicator{
    border-color:graytext;
  }
  .bp5-control.bp5-switch input:not(:checked):disabled ~ .bp5-control-indicator::before{
    border-color:graytext;
  }
  .bp5-control.bp5-switch:hover input:checked ~ .bp5-control-indicator{
    background:highlight;
  }
}
.bp5-control.bp5-switch .bp5-control-indicator{
  border:none;
  border-radius:1.75em;
  box-shadow:none !important;
  min-width:1.75em;
  transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  width:auto;
}
.bp5-control.bp5-switch .bp5-control-indicator::before{
  background:#ffffff;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.5);
  height:calc(1em - 4px);
  left:0;
  margin:2px;
  position:absolute;
  transition:left 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  width:calc(1em - 4px);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-switch .bp5-control-indicator::before{
    border:1px solid buttonborder;
    margin-top:1px;
  }
  .bp5-control.bp5-switch .bp5-control-indicator{
    border:1px solid buttonborder;
  }
}
.bp5-control.bp5-switch input:checked ~ .bp5-control-indicator::before{
  left:calc(100% - 1em);
}
.bp5-control.bp5-switch.bp5-large:not(.bp5-align-right){
  padding-left:45px;
}
.bp5-control.bp5-switch.bp5-large:not(.bp5-align-right) .bp5-control-indicator{
  margin-left:-45px;
}
.bp5-control.bp5-switch.bp5-large.bp5-align-right{
  padding-right:45px;
}
.bp5-control.bp5-switch.bp5-large.bp5-align-right .bp5-control-indicator{
  margin-right:-45px;
}
.bp5-dark .bp5-control.bp5-switch input ~ .bp5-control-indicator{
  background:rgba(17, 20, 24, 0.5);
  color:#f6f7f9;
}
.bp5-dark .bp5-control.bp5-switch:hover input ~ .bp5-control-indicator{
  background:rgba(17, 20, 24, 0.8);
}
.bp5-dark .bp5-control.bp5-switch input:not(:disabled):active ~ .bp5-control-indicator{
  background:rgba(17, 20, 24, 0.9);
}
.bp5-dark .bp5-control.bp5-switch input:disabled ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-control.bp5-switch input:disabled ~ .bp5-control-indicator::before{
  background:rgba(171, 179, 191, 0.5);
  box-shadow:none;
}
.bp5-dark .bp5-control.bp5-switch input:checked ~ .bp5-control-indicator{
  background:#2d72d2;
  color:#ffffff;
}
.bp5-dark .bp5-control.bp5-switch:hover input:checked ~ .bp5-control-indicator{
  background:#215db0;
}
.bp5-dark .bp5-control.bp5-switch input:checked:not(:disabled):active ~ .bp5-control-indicator{
  background:#184a90;
}
.bp5-dark .bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator::before{
  background:rgba(255, 255, 255, 0.3);
  box-shadow:none;
}
.bp5-dark .bp5-control.bp5-switch .bp5-control-indicator::before{
  background:#abb3bf;
}
.bp5-dark .bp5-control.bp5-switch input:checked ~ .bp5-control-indicator::before{
  background:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-control.bp5-switch input:checked ~ .bp5-control-indicator{
    background:highlight;
    border:1px solid buttonborder;
  }
  .bp5-dark .bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator{
    background-color:graytext;
  }
  .bp5-dark .bp5-control.bp5-switch input:not(:checked):disabled ~ .bp5-control-indicator{
    border-color:graytext;
  }
  .bp5-dark .bp5-control.bp5-switch input:not(:checked):disabled ~ .bp5-control-indicator::before{
    border-color:graytext;
  }
  .bp5-dark .bp5-control.bp5-switch:hover input:checked ~ .bp5-control-indicator{
    background:highlight;
  }
}
.bp5-control.bp5-switch .bp5-switch-inner-text{
  font-size:0.7em;
  text-align:center;
}
.bp5-control.bp5-switch .bp5-control-indicator-child:first-child{
  line-height:0;
  margin-left:0.5em;
  margin-right:1.2em;
  visibility:hidden;
}
.bp5-control.bp5-switch .bp5-control-indicator-child:last-child{
  line-height:1em;
  margin-left:1.2em;
  margin-right:0.5em;
  visibility:visible;
}
.bp5-control.bp5-switch input:checked ~ .bp5-control-indicator .bp5-control-indicator-child:first-child{
  line-height:1em;
  visibility:visible;
}
.bp5-control.bp5-switch input:checked ~ .bp5-control-indicator .bp5-control-indicator-child:last-child{
  line-height:0;
  visibility:hidden;
}
.bp5-dark .bp5-control{
  color:#f6f7f9;
}
.bp5-dark .bp5-control.bp5-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-control .bp5-control-indicator{
  background-color:transparent;
  box-shadow:inset 0 0 0 1px #8f99a8;
}
.bp5-dark .bp5-control:hover .bp5-control-indicator{
  background-color:rgba(143, 153, 168, 0.15);
}
.bp5-dark .bp5-control input:focus ~ .bp5-control-indicator{
  outline:#8abbff solid 2px;
}
.bp5-dark .bp5-control input:not(:disabled):active ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:inset 0 0 0 1px #8f99a8;
}
.bp5-dark .bp5-control input:disabled ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  cursor:not-allowed;
}
.bp5-dark .bp5-control.bp5-checkbox input:disabled:checked ~ .bp5-control-indicator, .bp5-dark .bp5-control.bp5-checkbox input:disabled:indeterminate ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
}
.bp5-file-input{
  cursor:pointer;
  display:inline-block;
  height:30px;
  position:relative;
}
.bp5-file-input input{
  margin:0;
  min-width:200px;
  opacity:0;
}
.bp5-file-input input:disabled + .bp5-file-upload-input, .bp5-file-input input.bp5-disabled + .bp5-file-upload-input{
  background:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  resize:none;
}
.bp5-file-input input:disabled + .bp5-file-upload-input::-moz-placeholder, .bp5-file-input input.bp5-disabled + .bp5-file-upload-input::-moz-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-file-input input:disabled + .bp5-file-upload-input::placeholder, .bp5-file-input input.bp5-disabled + .bp5-file-upload-input::placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-file-input input:disabled + .bp5-file-upload-input::after, .bp5-file-input input.bp5-disabled + .bp5-file-upload-input::after{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp5-dark .bp5-file-input input:disabled + .bp5-file-upload-input, .bp5-dark .bp5-file-input input.bp5-disabled + .bp5-file-upload-input{
  background:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-file-input input:disabled + .bp5-file-upload-input::after, .bp5-dark .bp5-file-input input.bp5-disabled + .bp5-file-upload-input::after{
  background-color:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-file-input.bp5-file-input-has-selection .bp5-file-upload-input{
  color:#1c2127;
}
.bp5-dark .bp5-file-input.bp5-file-input-has-selection .bp5-file-upload-input{
  color:#f6f7f9;
}
.bp5-file-input.bp5-fill{
  width:100%;
}
.bp5-file-input.bp5-large, .bp5-large .bp5-file-input{
  height:40px;
}
.bp5-file-input.bp5-small, .bp5-small .bp5-file-input{
  height:24px;
}
.bp5-file-input .bp5-file-upload-input-custom-text::after{
  content:attr(bp5-button-text);
}

.bp5-file-upload-input{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background:#ffffff;
  border:none;
  border-radius:2px;
  box-shadow:0 0 0 0 rgba(45, 114, 210, 0), 0 0 0 0 rgba(45, 114, 210, 0), inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
  color:#1c2127;
  font-size:14px;
  font-weight:400;
  height:30px;
  line-height:30px;
  outline:none;
  padding:0 10px;
  transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  vertical-align:middle;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  color:rgba(95, 107, 124, 0.6);
  left:0;
  padding-right:80px;
  position:absolute;
  right:0;
  top:0;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-file-upload-input::-moz-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-file-upload-input::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-file-upload-input:focus, .bp5-file-upload-input.bp5-active{
  box-shadow:inset 0 0 0 1px #2d72d2, 0 0 0 2px rgba(45, 114, 210, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-file-upload-input[type=search], .bp5-file-upload-input.bp5-round{
  border-radius:30px;
  box-sizing:border-box;
  padding-left:10px;
}
.bp5-file-upload-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp5-file-upload-input:disabled, .bp5-file-upload-input.bp5-disabled{
  background:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  resize:none;
}
.bp5-file-upload-input:disabled::-moz-placeholder, .bp5-file-upload-input.bp5-disabled::-moz-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-file-upload-input:disabled::placeholder, .bp5-file-upload-input.bp5-disabled::placeholder{
  color:rgba(95, 107, 124, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-file-upload-input{
    border:1px solid buttonborder;
  }
}
.bp5-file-upload-input::after{
  background-color:#f6f7f9;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#1c2127;
  min-height:24px;
  min-width:24px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  border-radius:2px;
  content:"Browse";
  line-height:24px;
  margin:3px;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  width:70px;
}
.bp5-file-upload-input:hover::after{
  background-clip:padding-box;
  background-color:#edeff2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-file-upload-input:active::after{
  background-color:#dce0e5;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-file-upload-input:active::after{
    background:highlight;
  }
}
.bp5-large .bp5-file-upload-input{
  font-size:16px;
  height:40px;
  line-height:40px;
  padding-right:95px;
}
.bp5-large .bp5-file-upload-input[type=search], .bp5-large .bp5-file-upload-input.bp5-round{
  padding:0 15px;
}
.bp5-large .bp5-file-upload-input::after{
  min-height:30px;
  min-width:30px;
  line-height:30px;
  margin:5px;
  width:85px;
}
.bp5-small .bp5-file-upload-input{
  font-size:12px;
  height:24px;
  line-height:24px;
  padding-left:8px;
  padding-right:65px;
}
.bp5-small .bp5-file-upload-input[type=search], .bp5-small .bp5-file-upload-input.bp5-round{
  padding:0 12px;
}
.bp5-small .bp5-file-upload-input::after{
  min-height:20px;
  min-width:20px;
  line-height:20px;
  margin:2px;
  width:55px;
}
.bp5-dark .bp5-file-upload-input{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
  color:#f6f7f9;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-file-upload-input::-moz-placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-file-upload-input::placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-file-upload-input:focus{
  box-shadow:inset 0 0 0 1px #4c90f0, inset 0 0 0 1px #4c90f0, 0 0 0 2px rgba(76, 144, 240, 0.3);
}
.bp5-dark .bp5-file-upload-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-file-upload-input:disabled, .bp5-dark .bp5-file-upload-input.bp5-disabled{
  background:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-file-upload-input::after{
  background-color:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
  color:#f6f7f9;
}
.bp5-dark .bp5-file-upload-input:hover::after{
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-file-upload-input:active::after{
  background-color:#1c2127;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-file-upload-input::after{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
}
.bp5-form-group{
  display:flex;
  flex-direction:column;
  margin:0 0 15px;
}
.bp5-form-group label.bp5-label{
  margin-bottom:5px;
}
.bp5-form-group .bp5-control{
  margin-top:7px;
}
.bp5-form-group .bp5-form-group-sub-label,
.bp5-form-group .bp5-form-helper-text{
  color:#5f6b7c;
  font-size:12px;
}
.bp5-form-group .bp5-form-group-sub-label{
  margin-bottom:5px;
}
.bp5-form-group .bp5-form-helper-text{
  margin-top:5px;
}
.bp5-form-group.bp5-intent-primary .bp5-form-group-sub-label,
.bp5-form-group.bp5-intent-primary .bp5-form-helper-text{
  color:#215db0;
}
.bp5-form-group.bp5-intent-success .bp5-form-group-sub-label,
.bp5-form-group.bp5-intent-success .bp5-form-helper-text{
  color:#1c6e42;
}
.bp5-form-group.bp5-intent-warning .bp5-form-group-sub-label,
.bp5-form-group.bp5-intent-warning .bp5-form-helper-text{
  color:#935610;
}
.bp5-form-group.bp5-intent-danger .bp5-form-group-sub-label,
.bp5-form-group.bp5-intent-danger .bp5-form-helper-text{
  color:#ac2f33;
}
.bp5-form-group.bp5-fill{
  width:100%;
}
.bp5-form-group.bp5-inline{
  align-items:flex-start;
  flex-direction:row;
}
.bp5-form-group.bp5-inline.bp5-large label.bp5-label{
  line-height:40px;
  margin:0 10px 0 0;
}
.bp5-form-group.bp5-inline label.bp5-label{
  line-height:30px;
  margin:0 10px 0 0;
}
.bp5-form-group.bp5-disabled .bp5-label,
.bp5-form-group.bp5-disabled .bp5-text-muted,
.bp5-form-group.bp5-disabled .bp5-form-group-sub-label,
.bp5-form-group.bp5-disabled .bp5-form-helper-text{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp5-dark .bp5-form-group.bp5-intent-primary .bp5-form-group-sub-label,
.bp5-dark .bp5-form-group.bp5-intent-primary .bp5-form-helper-text{
  color:#8abbff;
}
.bp5-dark .bp5-form-group.bp5-intent-success .bp5-form-group-sub-label,
.bp5-dark .bp5-form-group.bp5-intent-success .bp5-form-helper-text{
  color:#72ca9b;
}
.bp5-dark .bp5-form-group.bp5-intent-warning .bp5-form-group-sub-label,
.bp5-dark .bp5-form-group.bp5-intent-warning .bp5-form-helper-text{
  color:#fbb360;
}
.bp5-dark .bp5-form-group.bp5-intent-danger .bp5-form-group-sub-label,
.bp5-dark .bp5-form-group.bp5-intent-danger .bp5-form-helper-text{
  color:#fa999c;
}
.bp5-dark .bp5-form-group .bp5-form-helper-text{
  color:#abb3bf;
}
.bp5-dark .bp5-form-group.bp5-disabled .bp5-label,
.bp5-dark .bp5-form-group.bp5-disabled .bp5-text-muted,
.bp5-dark .bp5-form-group.bp5-disabled .bp5-form-group-sub-label,
.bp5-dark .bp5-form-group.bp5-disabled .bp5-form-helper-text{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp5-input-group{
  display:block;
  position:relative;
}
.bp5-input-group .bp5-input{
  position:relative;
  width:100%;
}
.bp5-input-group .bp5-input:not(:first-child){
  padding-left:30px;
}
.bp5-input-group .bp5-input:not(:last-child){
  padding-right:30px;
}
.bp5-input-group .bp5-input-action,
.bp5-input-group > .bp5-input-left-container,
.bp5-input-group > .bp5-button,
.bp5-input-group > .bp5-icon{
  position:absolute;
  top:0;
}
.bp5-input-group .bp5-input-action:first-child,
.bp5-input-group > .bp5-input-left-container:first-child,
.bp5-input-group > .bp5-button:first-child,
.bp5-input-group > .bp5-icon:first-child{
  left:0;
}
.bp5-input-group .bp5-input-action:last-child,
.bp5-input-group > .bp5-input-left-container:last-child,
.bp5-input-group > .bp5-button:last-child,
.bp5-input-group > .bp5-icon:last-child{
  right:0;
}
.bp5-input-group .bp5-button{
  min-height:24px;
  min-width:24px;
  margin:3px;
  padding:0 7px;
}
.bp5-input-group .bp5-button:empty{
  padding:0;
}
.bp5-input-group > .bp5-input-left-container,
.bp5-input-group > .bp5-icon{
  z-index:1;
}
.bp5-input-group > .bp5-input-left-container > .bp5-icon,
.bp5-input-group > .bp5-icon{
  color:#5f6b7c;
}
.bp5-input-group > .bp5-input-left-container > .bp5-icon:empty,
.bp5-input-group > .bp5-icon:empty{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
}
.bp5-input-group > .bp5-input-left-container > .bp5-icon,
.bp5-input-group > .bp5-icon,
.bp5-input-group .bp5-input-action > .bp5-spinner{
  margin:7px;
}
.bp5-input-group .bp5-tag{
  margin:5px;
}
.bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:not(:hover):not(:focus),
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus){
  color:#5f6b7c;
}
.bp5-dark .bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:not(:hover):not(:focus),
.bp5-dark .bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus){
  color:#abb3bf;
}
.bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon, .bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-standard, .bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-large,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-standard,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-large{
  color:#5f6b7c;
}
.bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:disabled,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:disabled{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:disabled .bp5-icon, .bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:disabled .bp5-icon-standard, .bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:disabled .bp5-icon-large,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon-standard,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon-large{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp5-input-group.bp5-disabled{
  cursor:not-allowed;
}
.bp5-input-group.bp5-disabled .bp5-icon{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-input-group.bp5-large .bp5-button{
  min-height:30px;
  min-width:30px;
  margin:5px;
}
.bp5-input-group.bp5-large > .bp5-input-left-container > .bp5-icon,
.bp5-input-group.bp5-large > .bp5-icon,
.bp5-input-group.bp5-large .bp5-input-action > .bp5-spinner{
  margin:12px;
}
.bp5-input-group.bp5-large .bp5-input{
  font-size:16px;
  height:40px;
  line-height:40px;
}
.bp5-input-group.bp5-large .bp5-input[type=search], .bp5-input-group.bp5-large .bp5-input.bp5-round{
  padding:0 15px;
}
.bp5-input-group.bp5-large .bp5-input:not(:first-child){
  padding-left:40px;
}
.bp5-input-group.bp5-large .bp5-input:not(:last-child){
  padding-right:40px;
}
.bp5-input-group.bp5-small .bp5-button{
  min-height:20px;
  min-width:20px;
  margin:2px;
}
.bp5-input-group.bp5-small .bp5-tag{
  min-height:20px;
  min-width:20px;
  margin:2px;
}
.bp5-input-group.bp5-small > .bp5-input-left-container > .bp5-icon,
.bp5-input-group.bp5-small > .bp5-icon,
.bp5-input-group.bp5-small .bp5-input-action > .bp5-spinner{
  margin:4px;
}
.bp5-input-group.bp5-small .bp5-input{
  font-size:12px;
  height:24px;
  line-height:24px;
  padding-left:8px;
  padding-right:8px;
}
.bp5-input-group.bp5-small .bp5-input[type=search], .bp5-input-group.bp5-small .bp5-input.bp5-round{
  padding:0 12px;
}
.bp5-input-group.bp5-small .bp5-input:not(:first-child){
  padding-left:24px;
}
.bp5-input-group.bp5-small .bp5-input:not(:last-child){
  padding-right:24px;
}
.bp5-input-group.bp5-fill{
  flex:1 1 auto;
  width:100%;
}
.bp5-input-group.bp5-round .bp5-button,
.bp5-input-group.bp5-round .bp5-input,
.bp5-input-group.bp5-round .bp5-tag{
  border-radius:30px;
}
.bp5-dark .bp5-input-group .bp5-icon{
  color:#abb3bf;
}
.bp5-dark .bp5-input-group.bp5-disabled .bp5-icon{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-input-group.bp5-intent-primary .bp5-input{
  box-shadow:0 0 0 0 rgba(45, 114, 210, 0), 0 0 0 0 rgba(45, 114, 210, 0), inset 0 0 0 1px #2d72d2, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input-group.bp5-intent-primary .bp5-input:focus{
  box-shadow:inset 0 0 0 1px #2d72d2, 0 0 0 2px rgba(45, 114, 210, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input-group.bp5-intent-primary .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #2d72d2;
}
.bp5-input-group.bp5-intent-primary .bp5-input:disabled, .bp5-input-group.bp5-intent-primary .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input{
  box-shadow:0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), inset 0 0 0 1px #4c90f0, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input:focus{
  box-shadow:inset 0 0 0 1px #4c90f0, inset 0 0 0 1px #4c90f0, 0 0 0 2px rgba(76, 144, 240, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #4c90f0;
}
.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input:disabled, .bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-input-group.bp5-intent-primary > .bp5-icon{
  color:#215db0;
}
.bp5-dark .bp5-input-group.bp5-intent-primary > .bp5-icon{
  color:#8abbff;
}
.bp5-input-group.bp5-intent-success .bp5-input{
  box-shadow:0 0 0 0 rgba(35, 133, 81, 0), 0 0 0 0 rgba(35, 133, 81, 0), inset 0 0 0 1px #238551, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input-group.bp5-intent-success .bp5-input:focus{
  box-shadow:inset 0 0 0 1px #238551, 0 0 0 2px rgba(35, 133, 81, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input-group.bp5-intent-success .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #238551;
}
.bp5-input-group.bp5-intent-success .bp5-input:disabled, .bp5-input-group.bp5-intent-success .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input{
  box-shadow:0 0 0 0 rgba(50, 164, 103, 0), 0 0 0 0 rgba(50, 164, 103, 0), 0 0 0 0 rgba(50, 164, 103, 0), inset 0 0 0 1px #32a467, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input:focus{
  box-shadow:inset 0 0 0 1px #32a467, inset 0 0 0 1px #32a467, 0 0 0 2px rgba(50, 164, 103, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #32a467;
}
.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input:disabled, .bp5-dark .bp5-input-group.bp5-intent-success .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-input-group.bp5-intent-success > .bp5-icon{
  color:#1c6e42;
}
.bp5-dark .bp5-input-group.bp5-intent-success > .bp5-icon{
  color:#72ca9b;
}
.bp5-input-group.bp5-intent-warning .bp5-input{
  box-shadow:0 0 0 0 rgba(200, 118, 25, 0), 0 0 0 0 rgba(200, 118, 25, 0), inset 0 0 0 1px #c87619, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input-group.bp5-intent-warning .bp5-input:focus{
  box-shadow:inset 0 0 0 1px #c87619, 0 0 0 2px rgba(200, 118, 25, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input-group.bp5-intent-warning .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #c87619;
}
.bp5-input-group.bp5-intent-warning .bp5-input:disabled, .bp5-input-group.bp5-intent-warning .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input{
  box-shadow:0 0 0 0 rgba(236, 154, 60, 0), 0 0 0 0 rgba(236, 154, 60, 0), 0 0 0 0 rgba(236, 154, 60, 0), inset 0 0 0 1px #ec9a3c, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input:focus{
  box-shadow:inset 0 0 0 1px #ec9a3c, inset 0 0 0 1px #ec9a3c, 0 0 0 2px rgba(236, 154, 60, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #ec9a3c;
}
.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input:disabled, .bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-input-group.bp5-intent-warning > .bp5-icon{
  color:#935610;
}
.bp5-dark .bp5-input-group.bp5-intent-warning > .bp5-icon{
  color:#fbb360;
}
.bp5-input-group.bp5-intent-danger .bp5-input{
  box-shadow:0 0 0 0 rgba(205, 66, 70, 0), 0 0 0 0 rgba(205, 66, 70, 0), inset 0 0 0 1px #cd4246, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input-group.bp5-intent-danger .bp5-input:focus{
  box-shadow:inset 0 0 0 1px #cd4246, 0 0 0 2px rgba(205, 66, 70, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input-group.bp5-intent-danger .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #cd4246;
}
.bp5-input-group.bp5-intent-danger .bp5-input:disabled, .bp5-input-group.bp5-intent-danger .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input{
  box-shadow:0 0 0 0 rgba(231, 106, 110, 0), 0 0 0 0 rgba(231, 106, 110, 0), 0 0 0 0 rgba(231, 106, 110, 0), inset 0 0 0 1px #e76a6e, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input:focus{
  box-shadow:inset 0 0 0 1px #e76a6e, inset 0 0 0 1px #e76a6e, 0 0 0 2px rgba(231, 106, 110, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #e76a6e;
}
.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input:disabled, .bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-input-group.bp5-intent-danger > .bp5-icon{
  color:#ac2f33;
}
.bp5-dark .bp5-input-group.bp5-intent-danger > .bp5-icon{
  color:#fa999c;
}
.bp5-input{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background:#ffffff;
  border:none;
  border-radius:2px;
  box-shadow:0 0 0 0 rgba(45, 114, 210, 0), 0 0 0 0 rgba(45, 114, 210, 0), inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
  color:#1c2127;
  font-size:14px;
  font-weight:400;
  height:30px;
  line-height:30px;
  outline:none;
  padding:0 10px;
  transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  vertical-align:middle;
}
.bp5-input::-moz-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-input::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-input:focus, .bp5-input.bp5-active{
  box-shadow:inset 0 0 0 1px #2d72d2, 0 0 0 2px rgba(45, 114, 210, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input[type=search], .bp5-input.bp5-round{
  border-radius:30px;
  box-sizing:border-box;
  padding-left:10px;
}
.bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp5-input:disabled, .bp5-input.bp5-disabled{
  background:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  resize:none;
}
.bp5-input:disabled::-moz-placeholder, .bp5-input.bp5-disabled::-moz-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-input:disabled::placeholder, .bp5-input.bp5-disabled::placeholder{
  color:rgba(95, 107, 124, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-input{
    border:1px solid buttonborder;
  }
}
.bp5-input.bp5-large{
  font-size:16px;
  height:40px;
  line-height:40px;
}
.bp5-input.bp5-large[type=search], .bp5-input.bp5-large.bp5-round{
  padding:0 15px;
}
.bp5-input.bp5-small{
  font-size:12px;
  height:24px;
  line-height:24px;
  padding-left:8px;
  padding-right:8px;
}
.bp5-input.bp5-small[type=search], .bp5-input.bp5-small.bp5-round{
  padding:0 12px;
}
.bp5-input.bp5-fill{
  flex:1 1 auto;
  width:100%;
}
.bp5-dark .bp5-input{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
  color:#f6f7f9;
}
.bp5-dark .bp5-input::-moz-placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-input::placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-input:focus{
  box-shadow:inset 0 0 0 1px #4c90f0, inset 0 0 0 1px #4c90f0, 0 0 0 2px rgba(76, 144, 240, 0.3);
}
.bp5-dark .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-input:disabled, .bp5-dark .bp5-input.bp5-disabled{
  background:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-input.bp5-intent-primary{
  box-shadow:0 0 0 0 rgba(45, 114, 210, 0), 0 0 0 0 rgba(45, 114, 210, 0), inset 0 0 0 1px #2d72d2, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input.bp5-intent-primary:focus{
  box-shadow:inset 0 0 0 1px #2d72d2, 0 0 0 2px rgba(45, 114, 210, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input.bp5-intent-primary[readonly]{
  box-shadow:inset 0 0 0 1px #2d72d2;
}
.bp5-input.bp5-intent-primary:disabled, .bp5-input.bp5-intent-primary.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input.bp5-intent-primary{
  box-shadow:0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), inset 0 0 0 1px #4c90f0, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-primary:focus{
  box-shadow:inset 0 0 0 1px #4c90f0, inset 0 0 0 1px #4c90f0, 0 0 0 2px rgba(76, 144, 240, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-primary[readonly]{
  box-shadow:inset 0 0 0 1px #4c90f0;
}
.bp5-dark .bp5-input.bp5-intent-primary:disabled, .bp5-dark .bp5-input.bp5-intent-primary.bp5-disabled{
  box-shadow:none;
}
.bp5-input.bp5-intent-success{
  box-shadow:0 0 0 0 rgba(35, 133, 81, 0), 0 0 0 0 rgba(35, 133, 81, 0), inset 0 0 0 1px #238551, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input.bp5-intent-success:focus{
  box-shadow:inset 0 0 0 1px #238551, 0 0 0 2px rgba(35, 133, 81, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input.bp5-intent-success[readonly]{
  box-shadow:inset 0 0 0 1px #238551;
}
.bp5-input.bp5-intent-success:disabled, .bp5-input.bp5-intent-success.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input.bp5-intent-success{
  box-shadow:0 0 0 0 rgba(50, 164, 103, 0), 0 0 0 0 rgba(50, 164, 103, 0), 0 0 0 0 rgba(50, 164, 103, 0), inset 0 0 0 1px #32a467, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-success:focus{
  box-shadow:inset 0 0 0 1px #32a467, inset 0 0 0 1px #32a467, 0 0 0 2px rgba(50, 164, 103, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-success[readonly]{
  box-shadow:inset 0 0 0 1px #32a467;
}
.bp5-dark .bp5-input.bp5-intent-success:disabled, .bp5-dark .bp5-input.bp5-intent-success.bp5-disabled{
  box-shadow:none;
}
.bp5-input.bp5-intent-warning{
  box-shadow:0 0 0 0 rgba(200, 118, 25, 0), 0 0 0 0 rgba(200, 118, 25, 0), inset 0 0 0 1px #c87619, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input.bp5-intent-warning:focus{
  box-shadow:inset 0 0 0 1px #c87619, 0 0 0 2px rgba(200, 118, 25, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input.bp5-intent-warning[readonly]{
  box-shadow:inset 0 0 0 1px #c87619;
}
.bp5-input.bp5-intent-warning:disabled, .bp5-input.bp5-intent-warning.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input.bp5-intent-warning{
  box-shadow:0 0 0 0 rgba(236, 154, 60, 0), 0 0 0 0 rgba(236, 154, 60, 0), 0 0 0 0 rgba(236, 154, 60, 0), inset 0 0 0 1px #ec9a3c, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-warning:focus{
  box-shadow:inset 0 0 0 1px #ec9a3c, inset 0 0 0 1px #ec9a3c, 0 0 0 2px rgba(236, 154, 60, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-warning[readonly]{
  box-shadow:inset 0 0 0 1px #ec9a3c;
}
.bp5-dark .bp5-input.bp5-intent-warning:disabled, .bp5-dark .bp5-input.bp5-intent-warning.bp5-disabled{
  box-shadow:none;
}
.bp5-input.bp5-intent-danger{
  box-shadow:0 0 0 0 rgba(205, 66, 70, 0), 0 0 0 0 rgba(205, 66, 70, 0), inset 0 0 0 1px #cd4246, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input.bp5-intent-danger:focus{
  box-shadow:inset 0 0 0 1px #cd4246, 0 0 0 2px rgba(205, 66, 70, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input.bp5-intent-danger[readonly]{
  box-shadow:inset 0 0 0 1px #cd4246;
}
.bp5-input.bp5-intent-danger:disabled, .bp5-input.bp5-intent-danger.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input.bp5-intent-danger{
  box-shadow:0 0 0 0 rgba(231, 106, 110, 0), 0 0 0 0 rgba(231, 106, 110, 0), 0 0 0 0 rgba(231, 106, 110, 0), inset 0 0 0 1px #e76a6e, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-danger:focus{
  box-shadow:inset 0 0 0 1px #e76a6e, inset 0 0 0 1px #e76a6e, 0 0 0 2px rgba(231, 106, 110, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-danger[readonly]{
  box-shadow:inset 0 0 0 1px #e76a6e;
}
.bp5-dark .bp5-input.bp5-intent-danger:disabled, .bp5-dark .bp5-input.bp5-intent-danger.bp5-disabled{
  box-shadow:none;
}
.bp5-input::-ms-clear{
  display:none;
}

@supports (-webkit-touch-callout: none){
  input.bp5-input:disabled, input.bp5-input.bp5-disabled{
    opacity:1;
    -webkit-text-fill-color:rgba(95, 107, 124, 0.6);
  }
  .bp5-dark input.bp5-input:disabled, .bp5-dark input.bp5-input.bp5-disabled{
    -webkit-text-fill-color:rgba(171, 179, 191, 0.6);
  }
}
textarea.bp5-input{
  max-width:100%;
  padding:10px;
}
textarea.bp5-input, textarea.bp5-input.bp5-large, textarea.bp5-input.bp5-small{
  height:auto;
  line-height:inherit;
}
textarea.bp5-input.bp5-small{
  padding:8px;
}

.bp5-text-area.bp5-text-area-auto-resize{
  resize:horizontal;
}
label.bp5-label{
  display:block;
  margin-bottom:15px;
  margin-top:0;
}
label.bp5-label .bp5-html-select,
label.bp5-label .bp5-input,
label.bp5-label .bp5-select,
label.bp5-label .bp5-slider,
label.bp5-label .bp5-popover-wrapper{
  display:block;
  margin-top:5px;
  text-transform:none;
}
label.bp5-label .bp5-button-group{
  margin-top:5px;
}
label.bp5-label .bp5-select select,
label.bp5-label .bp5-html-select select{
  font-weight:400;
  vertical-align:top;
  width:100%;
}
label.bp5-label .bp5-control-group{
  margin-top:5px;
}
label.bp5-label .bp5-control-group > .bp5-button-group,
label.bp5-label .bp5-control-group > .bp5-html-select,
label.bp5-label .bp5-control-group > .bp5-input,
label.bp5-label .bp5-control-group > .bp5-select,
label.bp5-label .bp5-control-group > .bp5-slider,
label.bp5-label .bp5-control-group > .bp5-popover-wrapper{
  margin-top:0;
}
label.bp5-label.bp5-disabled,
label.bp5-label.bp5-disabled .bp5-text-muted{
  color:rgba(95, 107, 124, 0.6);
}
label.bp5-label.bp5-inline{
  line-height:30px;
}
label.bp5-label.bp5-inline .bp5-html-select,
label.bp5-label.bp5-inline .bp5-input,
label.bp5-label.bp5-inline .bp5-input-group,
label.bp5-label.bp5-inline .bp5-select,
label.bp5-label.bp5-inline .bp5-popover-wrapper{
  display:inline-block;
  margin:0 0 0 5px;
  vertical-align:top;
}
label.bp5-label.bp5-inline .bp5-button-group{
  margin:0 0 0 5px;
}
label.bp5-label.bp5-inline .bp5-input-group .bp5-input{
  margin-left:0;
}
label.bp5-label.bp5-inline.bp5-large{
  line-height:40px;
}
label.bp5-label.bp5-inline .bp5-control-group{
  margin:0 0 0 5px;
}
label.bp5-label.bp5-inline .bp5-control-group > .bp5-button-group,
label.bp5-label.bp5-inline .bp5-control-group > .bp5-html-select,
label.bp5-label.bp5-inline .bp5-control-group > .bp5-input,
label.bp5-label.bp5-inline .bp5-control-group > .bp5-select,
label.bp5-label.bp5-inline .bp5-control-group > .bp5-slider,
label.bp5-label.bp5-inline .bp5-control-group > .bp5-popover-wrapper{
  margin:0;
}
label.bp5-label:not(.bp5-inline) .bp5-popover-target{
  display:block;
}
.bp5-dark label.bp5-label{
  color:#f6f7f9;
}
.bp5-dark label.bp5-label.bp5-disabled,
.bp5-dark label.bp5-label.bp5-disabled .bp5-text-muted{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-numeric-input .bp5-button-group.bp5-vertical > .bp5-button{
  flex:1 1 11px;
  min-height:0;
  padding:0;
  width:24px;
}
.bp5-numeric-input.bp5-large .bp5-button-group.bp5-vertical > .bp5-button{
  width:40px;
}
.bp5-numeric-input.bp5-small .bp5-button-group.bp5-vertical > .bp5-button{
  width:24px;
}

form{
  display:block;
}
.bp5-html-select select,
.bp5-select select{
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  border:none;
  cursor:pointer;
  font-size:14px;
  justify-content:center;
  padding:5px 10px;
  text-align:left;
  vertical-align:middle;
  background-color:#f6f7f9;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#1c2127;
  -moz-appearance:none;
  -webkit-appearance:none;
  border-radius:2px;
  height:30px;
  padding:0 30px 0 10px;
  width:100%;
}
.bp5-html-select select > *,
.bp5-select select > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-html-select select > .bp5-fill,
.bp5-select select > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-html-select select::before,
.bp5-select select::before,
.bp5-html-select select > *,
.bp5-select select > *{
  margin-right:7px;
}
.bp5-html-select select:empty::before,
.bp5-select select:empty::before,
.bp5-html-select select > :last-child,
.bp5-select select > :last-child{
  margin-right:0;
}
.bp5-html-select select:hover,
.bp5-select select:hover{
  background-clip:padding-box;
  background-color:#edeff2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-html-select select:active,
.bp5-select select:active, .bp5-html-select select.bp5-active,
.bp5-select select.bp5-active{
  background-color:#dce0e5;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-html-select select:active,
  .bp5-select select:active, .bp5-html-select select.bp5-active,
  .bp5-select select.bp5-active{
    background:highlight;
  }
}
.bp5-html-select select:disabled,
.bp5-select select:disabled, .bp5-html-select select.bp5-disabled,
.bp5-select select.bp5-disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp5-html-select select:disabled.bp5-active,
.bp5-select select:disabled.bp5-active, .bp5-html-select select.bp5-disabled.bp5-active,
.bp5-select select.bp5-disabled.bp5-active{
  background:rgba(211, 216, 222, 0.7);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-html-select select,
  .bp5-select select{
    border:1px solid buttonborder;
  }
}

.bp5-html-select.bp5-minimal select,
.bp5-select.bp5-minimal select{
  background:none;
  box-shadow:none;
}
.bp5-html-select.bp5-minimal select:hover,
.bp5-select.bp5-minimal select:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp5-html-select.bp5-minimal select:active,
.bp5-select.bp5-minimal select:active, .bp5-html-select.bp5-minimal select.bp5-active,
.bp5-select.bp5-minimal select.bp5-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp5-html-select.bp5-minimal select:disabled,
.bp5-select.bp5-minimal select:disabled, .bp5-html-select.bp5-minimal select.bp5-disabled,
.bp5-select.bp5-minimal select.bp5-disabled{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-html-select.bp5-minimal select:disabled.bp5-active,
.bp5-select.bp5-minimal select:disabled.bp5-active, .bp5-html-select.bp5-minimal select.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-disabled.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-html-select.bp5-minimal select, .bp5-html-select.bp5-minimal .bp5-dark select,
.bp5-dark .bp5-select.bp5-minimal select,
.bp5-select.bp5-minimal .bp5-dark select{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-html-select.bp5-minimal select:hover, .bp5-html-select.bp5-minimal .bp5-dark select:hover,
.bp5-dark .bp5-select.bp5-minimal select:hover,
.bp5-select.bp5-minimal .bp5-dark select:hover, .bp5-dark .bp5-html-select.bp5-minimal select:active, .bp5-html-select.bp5-minimal .bp5-dark select:active,
.bp5-dark .bp5-select.bp5-minimal select:active,
.bp5-select.bp5-minimal .bp5-dark select:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-html-select.bp5-minimal select:hover, .bp5-html-select.bp5-minimal .bp5-dark select:hover,
.bp5-dark .bp5-select.bp5-minimal select:hover,
.bp5-select.bp5-minimal .bp5-dark select:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp5-dark .bp5-html-select.bp5-minimal select:active, .bp5-html-select.bp5-minimal .bp5-dark select:active,
.bp5-dark .bp5-select.bp5-minimal select:active,
.bp5-select.bp5-minimal .bp5-dark select:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-html-select.bp5-minimal select:disabled, .bp5-html-select.bp5-minimal .bp5-dark select:disabled,
.bp5-dark .bp5-select.bp5-minimal select:disabled,
.bp5-select.bp5-minimal .bp5-dark select:disabled, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-disabled{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp5-dark .bp5-html-select.bp5-minimal select:disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select:disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select:disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select:disabled.bp5-active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-disabled.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary,
.bp5-select.bp5-minimal select.bp5-intent-primary{
  color:#215db0;
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary:hover,
.bp5-select.bp5-minimal select.bp5-intent-primary:hover, .bp5-html-select.bp5-minimal select.bp5-intent-primary:active,
.bp5-select.bp5-minimal select.bp5-intent-primary:active, .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary:hover,
.bp5-select.bp5-minimal select.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary:active,
.bp5-select.bp5-minimal select.bp5-intent-primary:active, .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled,
.bp5-select.bp5-minimal select.bp5-intent-primary:disabled, .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled,
.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active, .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head,
.bp5-select.bp5-minimal select.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{
  stroke:#215db0;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:hover, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:hover,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:hover,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled.bp5-active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-success,
.bp5-select.bp5-minimal select.bp5-intent-success{
  color:#1c6e42;
}
.bp5-html-select.bp5-minimal select.bp5-intent-success:hover,
.bp5-select.bp5-minimal select.bp5-intent-success:hover, .bp5-html-select.bp5-minimal select.bp5-intent-success:active,
.bp5-select.bp5-minimal select.bp5-intent-success:active, .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-success.bp5-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp5-html-select.bp5-minimal select.bp5-intent-success:hover,
.bp5-select.bp5-minimal select.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp5-html-select.bp5-minimal select.bp5-intent-success:active,
.bp5-select.bp5-minimal select.bp5-intent-success:active, .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp5-html-select.bp5-minimal select.bp5-intent-success:disabled,
.bp5-select.bp5-minimal select.bp5-intent-success:disabled, .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled,
.bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp5-html-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active, .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-success .bp5-button-spinner .bp5-spinner-head,
.bp5-select.bp5-minimal select.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{
  stroke:#1c6e42;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:hover, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:hover,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:hover,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled.bp5-active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning,
.bp5-select.bp5-minimal select.bp5-intent-warning{
  color:#935610;
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning:hover,
.bp5-select.bp5-minimal select.bp5-intent-warning:hover, .bp5-html-select.bp5-minimal select.bp5-intent-warning:active,
.bp5-select.bp5-minimal select.bp5-intent-warning:active, .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning:hover,
.bp5-select.bp5-minimal select.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning:active,
.bp5-select.bp5-minimal select.bp5-intent-warning:active, .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled,
.bp5-select.bp5-minimal select.bp5-intent-warning:disabled, .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled,
.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active, .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head,
.bp5-select.bp5-minimal select.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{
  stroke:#935610;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:hover, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:hover,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:hover,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled.bp5-active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger,
.bp5-select.bp5-minimal select.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger:hover,
.bp5-select.bp5-minimal select.bp5-intent-danger:hover, .bp5-html-select.bp5-minimal select.bp5-intent-danger:active,
.bp5-select.bp5-minimal select.bp5-intent-danger:active, .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger:hover,
.bp5-select.bp5-minimal select.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger:active,
.bp5-select.bp5-minimal select.bp5-intent-danger:active, .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled,
.bp5-select.bp5-minimal select.bp5-intent-danger:disabled, .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled,
.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active, .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head,
.bp5-select.bp5-minimal select.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{
  stroke:#ac2f33;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:hover, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:hover,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:hover,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled.bp5-active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}

.bp5-html-select.bp5-large select,
.bp5-select.bp5-large select{
  font-size:16px;
  height:40px;
  padding-right:35px;
}

.bp5-dark .bp5-html-select select,
.bp5-dark .bp5-select select{
  background-color:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
  color:#f6f7f9;
}
.bp5-dark .bp5-html-select select:hover,
.bp5-dark .bp5-select select:hover, .bp5-dark .bp5-html-select select:active,
.bp5-dark .bp5-select select:active, .bp5-dark .bp5-html-select select.bp5-active,
.bp5-dark .bp5-select select.bp5-active{
  color:#f6f7f9;
}
.bp5-dark .bp5-html-select select:hover,
.bp5-dark .bp5-select select:hover{
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-html-select select:active,
.bp5-dark .bp5-select select:active, .bp5-dark .bp5-html-select select.bp5-active,
.bp5-dark .bp5-select select.bp5-active{
  background-color:#1c2127;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-html-select select:disabled,
.bp5-dark .bp5-select select:disabled, .bp5-dark .bp5-html-select select.bp5-disabled,
.bp5-dark .bp5-select select.bp5-disabled{
  background-color:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-html-select select:disabled.bp5-active,
.bp5-dark .bp5-select select:disabled.bp5-active, .bp5-dark .bp5-html-select select.bp5-disabled.bp5-active,
.bp5-dark .bp5-select select.bp5-disabled.bp5-active{
  background:rgba(64, 72, 84, 0.7);
}
.bp5-dark .bp5-html-select select .bp5-button-spinner .bp5-spinner-head,
.bp5-dark .bp5-select select .bp5-button-spinner .bp5-spinner-head{
  background:rgba(17, 20, 24, 0.5);
  stroke:#8f99a8;
}

.bp5-html-select select:disabled,
.bp5-select select:disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}

.bp5-select::after, .bp5-html-select .bp5-icon,
.bp5-select .bp5-icon{
  color:#5f6b7c;
  pointer-events:none;
  position:absolute;
  right:10px;
  top:7px;
}
.bp5-disabled.bp5-select::after, .bp5-html-select .bp5-disabled.bp5-icon,
.bp5-select .bp5-disabled.bp5-icon{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-html-select,
.bp5-select{
  display:inline-block;
  letter-spacing:normal;
  position:relative;
  vertical-align:middle;
}
.bp5-html-select .bp5-icon,
.bp5-select .bp5-icon{
  color:#5f6b7c;
}
.bp5-html-select .bp5-icon:hover,
.bp5-select .bp5-icon:hover{
  color:#1c2127;
}
.bp5-dark .bp5-html-select .bp5-icon,
.bp5-dark .bp5-select .bp5-icon{
  color:#abb3bf;
}
.bp5-dark .bp5-html-select .bp5-icon:hover,
.bp5-dark .bp5-select .bp5-icon:hover{
  color:#f6f7f9;
}
.bp5-html-select.bp5-large::after,
.bp5-html-select.bp5-large .bp5-icon,
.bp5-select.bp5-large::after,
.bp5-select.bp5-large .bp5-icon{
  right:12px;
  top:12px;
}
.bp5-html-select.bp5-fill,
.bp5-html-select.bp5-fill select,
.bp5-select.bp5-fill,
.bp5-select.bp5-fill select{
  width:100%;
}
.bp5-dark .bp5-html-select option,
.bp5-dark .bp5-select option{
  background-color:#2f343c;
  color:#f6f7f9;
}
.bp5-dark .bp5-html-select option:disabled,
.bp5-dark .bp5-select option:disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-html-select::after,
.bp5-dark .bp5-select::after{
  color:#abb3bf;
}

.bp5-select::after{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  content:"\f184";
}
table.bp5-html-table, .bp5-running-text table{
  border-spacing:0;
  font-size:14px;
}
table.bp5-html-table th, .bp5-running-text table th,
table.bp5-html-table td,
.bp5-running-text table td{
  padding:11px;
  text-align:left;
  vertical-align:top;
}
table.bp5-html-table th, .bp5-running-text table th{
  color:#1c2127;
  font-weight:600;
}
table.bp5-html-table td, .bp5-running-text table td{
  color:#1c2127;
}
table.bp5-html-table tbody tr:first-child th, .bp5-running-text table tbody tr:first-child th,
table.bp5-html-table tbody tr:first-child td,
.bp5-running-text table tbody tr:first-child td,
table.bp5-html-table tfoot tr:first-child th,
.bp5-running-text table tfoot tr:first-child th,
table.bp5-html-table tfoot tr:first-child td,
.bp5-running-text table tfoot tr:first-child td{
  box-shadow:inset 0 1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-dark table.bp5-html-table th, .bp5-dark .bp5-running-text table th, .bp5-running-text .bp5-dark table th{
  color:#f6f7f9;
}
.bp5-dark table.bp5-html-table td, .bp5-dark .bp5-running-text table td, .bp5-running-text .bp5-dark table td{
  color:#f6f7f9;
}
.bp5-dark table.bp5-html-table tbody tr:first-child th, .bp5-dark .bp5-running-text table tbody tr:first-child th, .bp5-running-text .bp5-dark table tbody tr:first-child th,
.bp5-dark table.bp5-html-table tbody tr:first-child td,
.bp5-dark .bp5-running-text table tbody tr:first-child td,
.bp5-running-text .bp5-dark table tbody tr:first-child td,
.bp5-dark table.bp5-html-table tfoot tr:first-child th,
.bp5-dark .bp5-running-text table tfoot tr:first-child th,
.bp5-running-text .bp5-dark table tfoot tr:first-child th,
.bp5-dark table.bp5-html-table tfoot tr:first-child td,
.bp5-dark .bp5-running-text table tfoot tr:first-child td,
.bp5-running-text .bp5-dark table tfoot tr:first-child td{
  box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}

table.bp5-html-table.bp5-compact th,
table.bp5-html-table.bp5-compact td{
  padding-bottom:6px;
  padding-top:6px;
}
table.bp5-html-table.bp5-html-table-striped tbody tr:nth-child(odd) td{
  background:rgba(143, 153, 168, 0.15);
}
table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){
  box-shadow:inset 1px 0 0 0 rgba(17, 20, 24, 0.15);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){
    border-left:1px solid buttonborder;
  }
}
table.bp5-html-table.bp5-html-table-bordered tbody tr td,
table.bp5-html-table.bp5-html-table-bordered tfoot tr td{
  box-shadow:inset 0 1px 0 0 rgba(17, 20, 24, 0.15);
}
table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),
table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){
  box-shadow:inset 1px 1px 0 0 rgba(17, 20, 24, 0.15);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),
  table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){
    border-left:1px solid buttonborder;
    border-top:1px solid buttonborder;
  }
  table.bp5-html-table.bp5-html-table-bordered tbody tr td,
  table.bp5-html-table.bp5-html-table-bordered tfoot tr td{
    border-top:1px solid buttonborder;
  }
}
table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td{
  box-shadow:none;
}
table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td:not(:first-child){
  box-shadow:inset 1px 0 0 0 rgba(17, 20, 24, 0.15);
}
table.bp5-html-table.bp5-interactive tbody tr:hover td{
  background-color:rgba(143, 153, 168, 0.3);
  cursor:pointer;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  table.bp5-html-table.bp5-interactive tbody tr:hover td{
    background-color:highlight;
  }
}
table.bp5-html-table.bp5-interactive tbody tr:active td{
  background-color:rgba(143, 153, 168, 0.35);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  table.bp5-html-table.bp5-interactive tbody tr:active td{
    background-color:highlight;
  }
}
.bp5-dark table.bp5-html-table{
}
.bp5-dark table.bp5-html-table.bp5-html-table-striped tbody tr:nth-child(odd) td{
  background:rgba(95, 107, 124, 0.15);
}
.bp5-dark table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){
  box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
}
.bp5-dark table.bp5-html-table.bp5-html-table-bordered tbody tr td,
.bp5-dark table.bp5-html-table.bp5-html-table-bordered tfoot tr td{
  box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
.bp5-dark table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),
.bp5-dark table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){
  box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.2);
}
.bp5-dark table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td{
  box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
}
.bp5-dark table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td:first-child{
  box-shadow:none;
}
.bp5-dark table.bp5-html-table.bp5-interactive tbody tr:hover td{
  background-color:rgba(95, 107, 124, 0.3);
  cursor:pointer;
}
.bp5-dark table.bp5-html-table.bp5-interactive tbody tr:active td{
  background-color:rgba(95, 107, 124, 0.4);
}
.bp5-key-combo{
  display:flex;
  flex-direction:row;
  align-items:center;
}
.bp5-key-combo > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-key-combo > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-key-combo::before,
.bp5-key-combo > *{
  margin-right:5px;
}
.bp5-key-combo:empty::before,
.bp5-key-combo > :last-child{
  margin-right:0;
}

.bp5-hotkey-dialog{
  padding-bottom:0;
  top:40px;
}
.bp5-hotkey-dialog .bp5-dialog-body{
  margin:0;
  padding:0;
}
.bp5-hotkey-dialog .bp5-hotkey-label{
  flex-grow:1;
}

.bp5-hotkey-column{
  margin:auto;
  padding:30px;
}
.bp5-hotkey-column .bp5-heading{
  margin-bottom:20px;
}
.bp5-hotkey-column .bp5-heading:not(:first-child){
  margin-top:40px;
}

.bp5-hotkey{
  align-items:center;
  display:flex;
  justify-content:space-between;
  margin-left:0;
  margin-right:0;
}
.bp5-hotkey:not(:last-child){
  margin-bottom:10px;
}
.bp5-icon{
  display:inline-block;
  flex:0 0 auto;
  vertical-align:text-bottom;
}
.bp5-icon:not(:empty)::before{
  content:"" !important;
  content:unset !important;
}
.bp5-icon > svg{
  display:block;
}
.bp5-icon > svg:not([fill]){
  fill:currentcolor;
}
.bp5-icon.bp5-icon-muted svg{
  fill-opacity:15%;
  overflow:visible;
}
.bp5-icon.bp5-icon-muted svg path{
  stroke:#8f99a8;
  stroke-opacity:50%;
  stroke-width:0.5px;
}
.bp5-dark .bp5-icon .bp5-icon-muted svg{
  fill-opacity:20%;
}

span.bp5-icon-standard{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
}

span.bp5-icon-large{
  font-family:"blueprint-icons-20", sans-serif;
  font-size:20px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:20px;
  line-height:1;
  width:20px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
}

span.bp5-icon:empty{
  font-family:"blueprint-icons-20";
  font-size:inherit;
  font-style:normal;
  font-weight:400;
  line-height:1;
}
span.bp5-icon:empty::before{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
}
span.bp5-icon:empty.bp5-icon-standard{
  font-size:16px;
}
span.bp5-icon:empty.bp5-icon-large{
  font-size:20px;
}

.bp5-icon-add::before{
  content:"\f109";
}

.bp5-icon-add-clip::before{
  content:"\f101";
}

.bp5-icon-add-column-left::before{
  content:"\f102";
}

.bp5-icon-add-column-right::before{
  content:"\f103";
}

.bp5-icon-add-location::before{
  content:"\f104";
}

.bp5-icon-add-row-bottom::before{
  content:"\f105";
}

.bp5-icon-add-row-top::before{
  content:"\f106";
}

.bp5-icon-add-to-artifact::before{
  content:"\f107";
}

.bp5-icon-add-to-folder::before{
  content:"\f108";
}

.bp5-icon-aimpoints-target::before{
  content:"\f335";
}

.bp5-icon-airplane::before{
  content:"\f10a";
}

.bp5-icon-align-center::before{
  content:"\f10b";
}

.bp5-icon-align-justify::before{
  content:"\f10c";
}

.bp5-icon-align-left::before{
  content:"\f10d";
}

.bp5-icon-align-right::before{
  content:"\f10e";
}

.bp5-icon-alignment-bottom::before{
  content:"\f10f";
}

.bp5-icon-alignment-horizontal-center::before{
  content:"\f110";
}

.bp5-icon-alignment-left::before{
  content:"\f111";
}

.bp5-icon-alignment-right::before{
  content:"\f112";
}

.bp5-icon-alignment-top::before{
  content:"\f113";
}

.bp5-icon-alignment-vertical-center::before{
  content:"\f114";
}

.bp5-icon-ammunition::before{
  content:"\f342";
}

.bp5-icon-anchor::before{
  content:"\f330";
}

.bp5-icon-annotation::before{
  content:"\f115";
}

.bp5-icon-antenna::before{
  content:"\f116";
}

.bp5-icon-app-header::before{
  content:"\f117";
}

.bp5-icon-application::before{
  content:"\f118";
}

.bp5-icon-applications::before{
  content:"\f119";
}

.bp5-icon-archive::before{
  content:"\f11a";
}

.bp5-icon-area-of-interest::before{
  content:"\f11b";
}

.bp5-icon-array::before{
  content:"\f121";
}

.bp5-icon-array-boolean::before{
  content:"\f11c";
}

.bp5-icon-array-date::before{
  content:"\f11d";
}

.bp5-icon-array-floating-point::before{
  content:"\f32d";
}

.bp5-icon-array-numeric::before{
  content:"\f11e";
}

.bp5-icon-array-string::before{
  content:"\f11f";
}

.bp5-icon-array-timestamp::before{
  content:"\f120";
}

.bp5-icon-arrow-bottom-left::before{
  content:"\f122";
}

.bp5-icon-arrow-bottom-right::before{
  content:"\f123";
}

.bp5-icon-arrow-down::before{
  content:"\f124";
}

.bp5-icon-arrow-left::before{
  content:"\f125";
}

.bp5-icon-arrow-right::before{
  content:"\f126";
}

.bp5-icon-arrow-top-left::before{
  content:"\f127";
}

.bp5-icon-arrow-top-right::before{
  content:"\f128";
}

.bp5-icon-arrow-up::before{
  content:"\f129";
}

.bp5-icon-arrows-horizontal::before{
  content:"\f12a";
}

.bp5-icon-arrows-vertical::before{
  content:"\f12b";
}

.bp5-icon-asterisk::before{
  content:"\f12c";
}

.bp5-icon-at::before{
  content:"\f331";
}

.bp5-icon-automatic-updates::before{
  content:"\f12d";
}

.bp5-icon-axle::before{
  content:"\f338";
}

.bp5-icon-backlink::before{
  content:"\f12e";
}

.bp5-icon-backward-ten::before{
  content:"\f35c";
}

.bp5-icon-badge::before{
  content:"\f12f";
}

.bp5-icon-ban-circle::before{
  content:"\f130";
}

.bp5-icon-bank-account::before{
  content:"\f131";
}

.bp5-icon-barcode::before{
  content:"\f132";
}

.bp5-icon-binary-number::before{
  content:"\f357";
}

.bp5-icon-blank::before{
  content:"\f133";
}

.bp5-icon-blocked-person::before{
  content:"\f134";
}

.bp5-icon-bold::before{
  content:"\f135";
}

.bp5-icon-book::before{
  content:"\f136";
}

.bp5-icon-bookmark::before{
  content:"\f137";
}

.bp5-icon-box::before{
  content:"\f138";
}

.bp5-icon-briefcase::before{
  content:"\f139";
}

.bp5-icon-bring-data::before{
  content:"\f13a";
}

.bp5-icon-bring-forward::before{
  content:"\f354";
}

.bp5-icon-bug::before{
  content:"\f32e";
}

.bp5-icon-buggy::before{
  content:"\f13b";
}

.bp5-icon-build::before{
  content:"\f13c";
}

.bp5-icon-bullseye::before{
  content:"\f359";
}

.bp5-icon-calculator::before{
  content:"\f13d";
}

.bp5-icon-calendar::before{
  content:"\f13e";
}

.bp5-icon-camera::before{
  content:"\f13f";
}

.bp5-icon-caret-down::before{
  content:"\f140";
}

.bp5-icon-caret-left::before{
  content:"\f141";
}

.bp5-icon-caret-right::before{
  content:"\f142";
}

.bp5-icon-caret-up::before{
  content:"\f143";
}

.bp5-icon-cargo-ship::before{
  content:"\f144";
}

.bp5-icon-cell-tower::before{
  content:"\f145";
}

.bp5-icon-changes::before{
  content:"\f146";
}

.bp5-icon-chart::before{
  content:"\f147";
}

.bp5-icon-chat::before{
  content:"\f148";
}

.bp5-icon-chevron-backward::before{
  content:"\f149";
}

.bp5-icon-chevron-down::before{
  content:"\f14a";
}

.bp5-icon-chevron-forward::before{
  content:"\f14b";
}

.bp5-icon-chevron-left::before{
  content:"\f14c";
}

.bp5-icon-chevron-right::before{
  content:"\f14d";
}

.bp5-icon-chevron-up::before{
  content:"\f14e";
}

.bp5-icon-circle::before{
  content:"\f153";
}

.bp5-icon-circle-arrow-down::before{
  content:"\f14f";
}

.bp5-icon-circle-arrow-left::before{
  content:"\f150";
}

.bp5-icon-circle-arrow-right::before{
  content:"\f151";
}

.bp5-icon-circle-arrow-up::before{
  content:"\f152";
}

.bp5-icon-citation::before{
  content:"\f154";
}

.bp5-icon-clean::before{
  content:"\f155";
}

.bp5-icon-clip::before{
  content:"\f156";
}

.bp5-icon-clipboard::before{
  content:"\f157";
}

.bp5-icon-clipboard-file::before{
  content:"\f35b";
}

.bp5-icon-cloud::before{
  content:"\f15a";
}

.bp5-icon-cloud-download::before{
  content:"\f158";
}

.bp5-icon-cloud-server::before{
  content:"\f35a";
}

.bp5-icon-cloud-tick::before{
  content:"\f34e";
}

.bp5-icon-cloud-upload::before{
  content:"\f159";
}

.bp5-icon-code::before{
  content:"\f15c";
}

.bp5-icon-code-block::before{
  content:"\f15b";
}

.bp5-icon-cog::before{
  content:"\f15d";
}

.bp5-icon-collapse-all::before{
  content:"\f15e";
}

.bp5-icon-color-fill::before{
  content:"\f328";
}

.bp5-icon-column-layout::before{
  content:"\f15f";
}

.bp5-icon-comment::before{
  content:"\f160";
}

.bp5-icon-comparison::before{
  content:"\f161";
}

.bp5-icon-compass::before{
  content:"\f162";
}

.bp5-icon-compressed::before{
  content:"\f163";
}

.bp5-icon-confirm::before{
  content:"\f164";
}

.bp5-icon-console::before{
  content:"\f165";
}

.bp5-icon-contrast::before{
  content:"\f166";
}

.bp5-icon-control::before{
  content:"\f167";
}

.bp5-icon-credit-card::before{
  content:"\f168";
}

.bp5-icon-crop::before{
  content:"\f353";
}

.bp5-icon-cross::before{
  content:"\f169";
}

.bp5-icon-cross-circle::before{
  content:"\f336";
}

.bp5-icon-crown::before{
  content:"\f16a";
}

.bp5-icon-cube::before{
  content:"\f16d";
}

.bp5-icon-cube-add::before{
  content:"\f16b";
}

.bp5-icon-cube-remove::before{
  content:"\f16c";
}

.bp5-icon-curly-braces::before{
  content:"\f358";
}

.bp5-icon-curved-range-chart::before{
  content:"\f16e";
}

.bp5-icon-cut::before{
  content:"\f16f";
}

.bp5-icon-cycle::before{
  content:"\f170";
}

.bp5-icon-dashboard::before{
  content:"\f171";
}

.bp5-icon-data-connection::before{
  content:"\f172";
}

.bp5-icon-data-lineage::before{
  content:"\f173";
}

.bp5-icon-database::before{
  content:"\f174";
}

.bp5-icon-delete::before{
  content:"\f175";
}

.bp5-icon-delta::before{
  content:"\f176";
}

.bp5-icon-derive-column::before{
  content:"\f177";
}

.bp5-icon-desktop::before{
  content:"\f178";
}

.bp5-icon-detection::before{
  content:"\f341";
}

.bp5-icon-diagnosis::before{
  content:"\f179";
}

.bp5-icon-diagram-tree::before{
  content:"\f17a";
}

.bp5-icon-direction-left::before{
  content:"\f17b";
}

.bp5-icon-direction-right::before{
  content:"\f17c";
}

.bp5-icon-disable::before{
  content:"\f17d";
}

.bp5-icon-divide::before{
  content:"\f327";
}

.bp5-icon-document::before{
  content:"\f180";
}

.bp5-icon-document-open::before{
  content:"\f17e";
}

.bp5-icon-document-share::before{
  content:"\f17f";
}

.bp5-icon-dollar::before{
  content:"\f181";
}

.bp5-icon-dot::before{
  content:"\f182";
}

.bp5-icon-double-caret-horizontal::before{
  content:"\f183";
}

.bp5-icon-double-caret-vertical::before{
  content:"\f184";
}

.bp5-icon-double-chevron-down::before{
  content:"\f185";
}

.bp5-icon-double-chevron-left::before{
  content:"\f186";
}

.bp5-icon-double-chevron-right::before{
  content:"\f187";
}

.bp5-icon-double-chevron-up::before{
  content:"\f188";
}

.bp5-icon-doughnut-chart::before{
  content:"\f189";
}

.bp5-icon-download::before{
  content:"\f18a";
}

.bp5-icon-drag-handle-horizontal::before{
  content:"\f18b";
}

.bp5-icon-drag-handle-vertical::before{
  content:"\f18c";
}

.bp5-icon-draw::before{
  content:"\f18d";
}

.bp5-icon-drawer-left::before{
  content:"\f18f";
}

.bp5-icon-drawer-left-filled::before{
  content:"\f18e";
}

.bp5-icon-drawer-right::before{
  content:"\f191";
}

.bp5-icon-drawer-right-filled::before{
  content:"\f190";
}

.bp5-icon-drive-time::before{
  content:"\f192";
}

.bp5-icon-duplicate::before{
  content:"\f193";
}

.bp5-icon-edit::before{
  content:"\f194";
}

.bp5-icon-eject::before{
  content:"\f195";
}

.bp5-icon-emoji::before{
  content:"\f196";
}

.bp5-icon-endnote::before{
  content:"\f356";
}

.bp5-icon-endorsed::before{
  content:"\f197";
}

.bp5-icon-envelope::before{
  content:"\f198";
}

.bp5-icon-equals::before{
  content:"\f199";
}

.bp5-icon-eraser::before{
  content:"\f19a";
}

.bp5-icon-error::before{
  content:"\f19b";
}

.bp5-icon-euro::before{
  content:"\f19c";
}

.bp5-icon-exchange::before{
  content:"\f19d";
}

.bp5-icon-exclude-row::before{
  content:"\f19e";
}

.bp5-icon-expand-all::before{
  content:"\f19f";
}

.bp5-icon-explain::before{
  content:"\f34d";
}

.bp5-icon-export::before{
  content:"\f1a0";
}

.bp5-icon-eye-off::before{
  content:"\f1a1";
}

.bp5-icon-eye-on::before{
  content:"\f1a2";
}

.bp5-icon-eye-open::before{
  content:"\f1a3";
}

.bp5-icon-fast-backward::before{
  content:"\f1a4";
}

.bp5-icon-fast-forward::before{
  content:"\f1a5";
}

.bp5-icon-feed::before{
  content:"\f1a7";
}

.bp5-icon-feed-subscribed::before{
  content:"\f1a6";
}

.bp5-icon-film::before{
  content:"\f1a8";
}

.bp5-icon-filter::before{
  content:"\f1ad";
}

.bp5-icon-filter-keep::before{
  content:"\f1a9";
}

.bp5-icon-filter-list::before{
  content:"\f1aa";
}

.bp5-icon-filter-open::before{
  content:"\f1ab";
}

.bp5-icon-filter-remove::before{
  content:"\f1ac";
}

.bp5-icon-flag::before{
  content:"\f1ae";
}

.bp5-icon-flame::before{
  content:"\f1af";
}

.bp5-icon-flash::before{
  content:"\f1b0";
}

.bp5-icon-floating-point::before{
  content:"\f32c";
}

.bp5-icon-floppy-disk::before{
  content:"\f1b1";
}

.bp5-icon-flow-branch::before{
  content:"\f1b2";
}

.bp5-icon-flow-end::before{
  content:"\f1b3";
}

.bp5-icon-flow-linear::before{
  content:"\f1b4";
}

.bp5-icon-flow-review::before{
  content:"\f1b6";
}

.bp5-icon-flow-review-branch::before{
  content:"\f1b5";
}

.bp5-icon-flows::before{
  content:"\f1b7";
}

.bp5-icon-folder-close::before{
  content:"\f1b8";
}

.bp5-icon-folder-new::before{
  content:"\f1b9";
}

.bp5-icon-folder-open::before{
  content:"\f1ba";
}

.bp5-icon-folder-shared::before{
  content:"\f1bc";
}

.bp5-icon-folder-shared-open::before{
  content:"\f1bb";
}

.bp5-icon-follower::before{
  content:"\f1bd";
}

.bp5-icon-following::before{
  content:"\f1be";
}

.bp5-icon-font::before{
  content:"\f1bf";
}

.bp5-icon-fork::before{
  content:"\f1c0";
}

.bp5-icon-form::before{
  content:"\f1c1";
}

.bp5-icon-forward-ten::before{
  content:"\f35d";
}

.bp5-icon-fuel::before{
  content:"\f323";
}

.bp5-icon-full-circle::before{
  content:"\f1c2";
}

.bp5-icon-full-stacked-chart::before{
  content:"\f1c3";
}

.bp5-icon-fullscreen::before{
  content:"\f1c4";
}

.bp5-icon-function::before{
  content:"\f1c5";
}

.bp5-icon-gantt-chart::before{
  content:"\f1c6";
}

.bp5-icon-generate::before{
  content:"\f34c";
}

.bp5-icon-geofence::before{
  content:"\f1c7";
}

.bp5-icon-geolocation::before{
  content:"\f1c8";
}

.bp5-icon-geosearch::before{
  content:"\f1c9";
}

.bp5-icon-geotime::before{
  content:"\f344";
}

.bp5-icon-git-branch::before{
  content:"\f1ca";
}

.bp5-icon-git-commit::before{
  content:"\f1cb";
}

.bp5-icon-git-merge::before{
  content:"\f1cc";
}

.bp5-icon-git-new-branch::before{
  content:"\f1cd";
}

.bp5-icon-git-pull::before{
  content:"\f1ce";
}

.bp5-icon-git-push::before{
  content:"\f1cf";
}

.bp5-icon-git-repo::before{
  content:"\f1d0";
}

.bp5-icon-glass::before{
  content:"\f1d1";
}

.bp5-icon-globe::before{
  content:"\f1d3";
}

.bp5-icon-globe-network::before{
  content:"\f1d2";
}

.bp5-icon-graph::before{
  content:"\f1d5";
}

.bp5-icon-graph-remove::before{
  content:"\f1d4";
}

.bp5-icon-greater-than::before{
  content:"\f1d7";
}

.bp5-icon-greater-than-or-equal-to::before{
  content:"\f1d6";
}

.bp5-icon-grid::before{
  content:"\f1d9";
}

.bp5-icon-grid-view::before{
  content:"\f1d8";
}

.bp5-icon-group-item::before{
  content:"\f34a";
}

.bp5-icon-group-objects::before{
  content:"\f1da";
}

.bp5-icon-grouped-bar-chart::before{
  content:"\f1db";
}

.bp5-icon-hand::before{
  content:"\f1e0";
}

.bp5-icon-hand-down::before{
  content:"\f1dc";
}

.bp5-icon-hand-left::before{
  content:"\f1dd";
}

.bp5-icon-hand-right::before{
  content:"\f1de";
}

.bp5-icon-hand-up::before{
  content:"\f1df";
}

.bp5-icon-hat::before{
  content:"\f1e1";
}

.bp5-icon-header::before{
  content:"\f1e5";
}

.bp5-icon-header-one::before{
  content:"\f1e2";
}

.bp5-icon-header-three::before{
  content:"\f1e3";
}

.bp5-icon-header-two::before{
  content:"\f1e4";
}

.bp5-icon-headset::before{
  content:"\f1e6";
}

.bp5-icon-heart::before{
  content:"\f1e8";
}

.bp5-icon-heart-broken::before{
  content:"\f1e7";
}

.bp5-icon-heat-grid::before{
  content:"\f1e9";
}

.bp5-icon-heatmap::before{
  content:"\f1ea";
}

.bp5-icon-helicopter::before{
  content:"\f1eb";
}

.bp5-icon-help::before{
  content:"\f1ec";
}

.bp5-icon-helper-management::before{
  content:"\f1ed";
}

.bp5-icon-high-priority::before{
  content:"\f1ee";
}

.bp5-icon-high-voltage-pole::before{
  content:"\f333";
}

.bp5-icon-highlight::before{
  content:"\f1ef";
}

.bp5-icon-history::before{
  content:"\f1f0";
}

.bp5-icon-home::before{
  content:"\f1f1";
}

.bp5-icon-horizontal-bar-chart::before{
  content:"\f1f4";
}

.bp5-icon-horizontal-bar-chart-asc::before{
  content:"\f1f2";
}

.bp5-icon-horizontal-bar-chart-desc::before{
  content:"\f1f3";
}

.bp5-icon-horizontal-distribution::before{
  content:"\f1f5";
}

.bp5-icon-horizontal-inbetween::before{
  content:"\f329";
}

.bp5-icon-hurricane::before{
  content:"\f1f6";
}

.bp5-icon-id-number::before{
  content:"\f1f7";
}

.bp5-icon-image-rotate-left::before{
  content:"\f1f8";
}

.bp5-icon-image-rotate-right::before{
  content:"\f1f9";
}

.bp5-icon-import::before{
  content:"\f1fa";
}

.bp5-icon-inbox::before{
  content:"\f1ff";
}

.bp5-icon-inbox-filtered::before{
  content:"\f1fb";
}

.bp5-icon-inbox-geo::before{
  content:"\f1fc";
}

.bp5-icon-inbox-search::before{
  content:"\f1fd";
}

.bp5-icon-inbox-update::before{
  content:"\f1fe";
}

.bp5-icon-info-sign::before{
  content:"\f200";
}

.bp5-icon-inheritance::before{
  content:"\f201";
}

.bp5-icon-inherited-group::before{
  content:"\f202";
}

.bp5-icon-inner-join::before{
  content:"\f203";
}

.bp5-icon-input::before{
  content:"\f34b";
}

.bp5-icon-insert::before{
  content:"\f204";
}

.bp5-icon-intelligence::before{
  content:"\f337";
}

.bp5-icon-intersection::before{
  content:"\f205";
}

.bp5-icon-ip-address::before{
  content:"\f206";
}

.bp5-icon-issue::before{
  content:"\f209";
}

.bp5-icon-issue-closed::before{
  content:"\f207";
}

.bp5-icon-issue-new::before{
  content:"\f208";
}

.bp5-icon-italic::before{
  content:"\f20a";
}

.bp5-icon-join-table::before{
  content:"\f20b";
}

.bp5-icon-key::before{
  content:"\f215";
}

.bp5-icon-key-backspace::before{
  content:"\f20c";
}

.bp5-icon-key-command::before{
  content:"\f20d";
}

.bp5-icon-key-control::before{
  content:"\f20e";
}

.bp5-icon-key-delete::before{
  content:"\f20f";
}

.bp5-icon-key-enter::before{
  content:"\f210";
}

.bp5-icon-key-escape::before{
  content:"\f211";
}

.bp5-icon-key-option::before{
  content:"\f212";
}

.bp5-icon-key-shift::before{
  content:"\f213";
}

.bp5-icon-key-tab::before{
  content:"\f214";
}

.bp5-icon-known-vehicle::before{
  content:"\f216";
}

.bp5-icon-lab-test::before{
  content:"\f217";
}

.bp5-icon-label::before{
  content:"\f218";
}

.bp5-icon-layer::before{
  content:"\f21a";
}

.bp5-icon-layer-outline::before{
  content:"\f219";
}

.bp5-icon-layers::before{
  content:"\f21b";
}

.bp5-icon-layout::before{
  content:"\f225";
}

.bp5-icon-layout-auto::before{
  content:"\f21c";
}

.bp5-icon-layout-balloon::before{
  content:"\f21d";
}

.bp5-icon-layout-circle::before{
  content:"\f21e";
}

.bp5-icon-layout-grid::before{
  content:"\f21f";
}

.bp5-icon-layout-group-by::before{
  content:"\f220";
}

.bp5-icon-layout-hierarchy::before{
  content:"\f221";
}

.bp5-icon-layout-linear::before{
  content:"\f222";
}

.bp5-icon-layout-skew-grid::before{
  content:"\f223";
}

.bp5-icon-layout-sorted-clusters::before{
  content:"\f224";
}

.bp5-icon-learning::before{
  content:"\f226";
}

.bp5-icon-left-join::before{
  content:"\f227";
}

.bp5-icon-lengthen-text::before{
  content:"\f33e";
}

.bp5-icon-less-than::before{
  content:"\f229";
}

.bp5-icon-less-than-or-equal-to::before{
  content:"\f228";
}

.bp5-icon-lifesaver::before{
  content:"\f22a";
}

.bp5-icon-lightbulb::before{
  content:"\f22b";
}

.bp5-icon-lightning::before{
  content:"\f22c";
}

.bp5-icon-link::before{
  content:"\f22d";
}

.bp5-icon-list::before{
  content:"\f230";
}

.bp5-icon-list-columns::before{
  content:"\f22e";
}

.bp5-icon-list-detail-view::before{
  content:"\f22f";
}

.bp5-icon-locate::before{
  content:"\f231";
}

.bp5-icon-lock::before{
  content:"\f232";
}

.bp5-icon-locomotive::before{
  content:"\f33b";
}

.bp5-icon-log-in::before{
  content:"\f233";
}

.bp5-icon-log-out::before{
  content:"\f234";
}

.bp5-icon-low-voltage-pole::before{
  content:"\f332";
}

.bp5-icon-manual::before{
  content:"\f235";
}

.bp5-icon-manually-entered-data::before{
  content:"\f236";
}

.bp5-icon-many-to-many::before{
  content:"\f237";
}

.bp5-icon-many-to-one::before{
  content:"\f238";
}

.bp5-icon-map::before{
  content:"\f23b";
}

.bp5-icon-map-create::before{
  content:"\f239";
}

.bp5-icon-map-marker::before{
  content:"\f23a";
}

.bp5-icon-maximize::before{
  content:"\f23c";
}

.bp5-icon-media::before{
  content:"\f23d";
}

.bp5-icon-menu::before{
  content:"\f240";
}

.bp5-icon-menu-closed::before{
  content:"\f23e";
}

.bp5-icon-menu-open::before{
  content:"\f23f";
}

.bp5-icon-merge-columns::before{
  content:"\f241";
}

.bp5-icon-merge-links::before{
  content:"\f242";
}

.bp5-icon-microphone::before{
  content:"\f343";
}

.bp5-icon-minimize::before{
  content:"\f243";
}

.bp5-icon-minus::before{
  content:"\f244";
}

.bp5-icon-mobile-phone::before{
  content:"\f245";
}

.bp5-icon-mobile-video::before{
  content:"\f246";
}

.bp5-icon-modal::before{
  content:"\f248";
}

.bp5-icon-modal-filled::before{
  content:"\f247";
}

.bp5-icon-model::before{
  content:"\f33d";
}

.bp5-icon-moon::before{
  content:"\f249";
}

.bp5-icon-more::before{
  content:"\f24a";
}

.bp5-icon-mountain::before{
  content:"\f24b";
}

.bp5-icon-move::before{
  content:"\f24c";
}

.bp5-icon-mugshot::before{
  content:"\f24d";
}

.bp5-icon-multi-select::before{
  content:"\f24e";
}

.bp5-icon-music::before{
  content:"\f24f";
}

.bp5-icon-nest::before{
  content:"\f250";
}

.bp5-icon-new-drawing::before{
  content:"\f251";
}

.bp5-icon-new-grid-item::before{
  content:"\f252";
}

.bp5-icon-new-layer::before{
  content:"\f253";
}

.bp5-icon-new-layers::before{
  content:"\f254";
}

.bp5-icon-new-link::before{
  content:"\f255";
}

.bp5-icon-new-object::before{
  content:"\f256";
}

.bp5-icon-new-person::before{
  content:"\f257";
}

.bp5-icon-new-prescription::before{
  content:"\f258";
}

.bp5-icon-new-shield::before{
  content:"\f349";
}

.bp5-icon-new-text-box::before{
  content:"\f259";
}

.bp5-icon-ninja::before{
  content:"\f25a";
}

.bp5-icon-not-equal-to::before{
  content:"\f25b";
}

.bp5-icon-notifications::before{
  content:"\f25e";
}

.bp5-icon-notifications-snooze::before{
  content:"\f25c";
}

.bp5-icon-notifications-updated::before{
  content:"\f25d";
}

.bp5-icon-numbered-list::before{
  content:"\f25f";
}

.bp5-icon-numerical::before{
  content:"\f260";
}

.bp5-icon-office::before{
  content:"\f261";
}

.bp5-icon-offline::before{
  content:"\f262";
}

.bp5-icon-oil-field::before{
  content:"\f263";
}

.bp5-icon-one-column::before{
  content:"\f264";
}

.bp5-icon-one-to-many::before{
  content:"\f265";
}

.bp5-icon-one-to-one::before{
  content:"\f266";
}

.bp5-icon-open-application::before{
  content:"\f32b";
}

.bp5-icon-outdated::before{
  content:"\f267";
}

.bp5-icon-page-layout::before{
  content:"\f268";
}

.bp5-icon-panel-stats::before{
  content:"\f269";
}

.bp5-icon-panel-table::before{
  content:"\f26a";
}

.bp5-icon-paperclip::before{
  content:"\f26b";
}

.bp5-icon-paragraph::before{
  content:"\f26c";
}

.bp5-icon-paste-variable::before{
  content:"\f346";
}

.bp5-icon-path::before{
  content:"\f26e";
}

.bp5-icon-path-search::before{
  content:"\f26d";
}

.bp5-icon-pause::before{
  content:"\f26f";
}

.bp5-icon-people::before{
  content:"\f270";
}

.bp5-icon-percentage::before{
  content:"\f271";
}

.bp5-icon-person::before{
  content:"\f272";
}

.bp5-icon-phone::before{
  content:"\f273";
}

.bp5-icon-phone-call::before{
  content:"\f347";
}

.bp5-icon-phone-forward::before{
  content:"\f348";
}

.bp5-icon-pie-chart::before{
  content:"\f274";
}

.bp5-icon-pin::before{
  content:"\f275";
}

.bp5-icon-pivot::before{
  content:"\f277";
}

.bp5-icon-pivot-table::before{
  content:"\f276";
}

.bp5-icon-play::before{
  content:"\f278";
}

.bp5-icon-playbook::before{
  content:"\f324";
}

.bp5-icon-plus::before{
  content:"\f279";
}

.bp5-icon-polygon-filter::before{
  content:"\f27a";
}

.bp5-icon-power::before{
  content:"\f27b";
}

.bp5-icon-predictive-analysis::before{
  content:"\f27c";
}

.bp5-icon-prescription::before{
  content:"\f27d";
}

.bp5-icon-presentation::before{
  content:"\f27e";
}

.bp5-icon-print::before{
  content:"\f27f";
}

.bp5-icon-projects::before{
  content:"\f280";
}

.bp5-icon-properties::before{
  content:"\f281";
}

.bp5-icon-property::before{
  content:"\f282";
}

.bp5-icon-publish-function::before{
  content:"\f283";
}

.bp5-icon-pulse::before{
  content:"\f284";
}

.bp5-icon-rain::before{
  content:"\f285";
}

.bp5-icon-random::before{
  content:"\f286";
}

.bp5-icon-record::before{
  content:"\f287";
}

.bp5-icon-rect-height::before{
  content:"\f325";
}

.bp5-icon-rect-width::before{
  content:"\f326";
}

.bp5-icon-rectangle::before{
  content:"\f321";
}

.bp5-icon-redo::before{
  content:"\f288";
}

.bp5-icon-refresh::before{
  content:"\f289";
}

.bp5-icon-regex::before{
  content:"\f32f";
}

.bp5-icon-regression-chart::before{
  content:"\f28a";
}

.bp5-icon-remove::before{
  content:"\f290";
}

.bp5-icon-remove-column::before{
  content:"\f28d";
}

.bp5-icon-remove-column-left::before{
  content:"\f28b";
}

.bp5-icon-remove-column-right::before{
  content:"\f28c";
}

.bp5-icon-remove-row-bottom::before{
  content:"\f28e";
}

.bp5-icon-remove-row-top::before{
  content:"\f28f";
}

.bp5-icon-repeat::before{
  content:"\f291";
}

.bp5-icon-reset::before{
  content:"\f292";
}

.bp5-icon-resolve::before{
  content:"\f293";
}

.bp5-icon-rig::before{
  content:"\f294";
}

.bp5-icon-right-join::before{
  content:"\f295";
}

.bp5-icon-ring::before{
  content:"\f296";
}

.bp5-icon-rocket::before{
  content:"\f298";
}

.bp5-icon-rocket-slant::before{
  content:"\f297";
}

.bp5-icon-rotate-document::before{
  content:"\f299";
}

.bp5-icon-rotate-page::before{
  content:"\f29a";
}

.bp5-icon-route::before{
  content:"\f29b";
}

.bp5-icon-satellite::before{
  content:"\f29c";
}

.bp5-icon-saved::before{
  content:"\f29d";
}

.bp5-icon-scatter-plot::before{
  content:"\f29e";
}

.bp5-icon-search::before{
  content:"\f2a2";
}

.bp5-icon-search-around::before{
  content:"\f29f";
}

.bp5-icon-search-template::before{
  content:"\f2a0";
}

.bp5-icon-search-text::before{
  content:"\f2a1";
}

.bp5-icon-segmented-control::before{
  content:"\f2a3";
}

.bp5-icon-select::before{
  content:"\f2a4";
}

.bp5-icon-selection::before{
  content:"\f2a5";
}

.bp5-icon-send-backward::before{
  content:"\f355";
}

.bp5-icon-send-message::before{
  content:"\f2a6";
}

.bp5-icon-send-to::before{
  content:"\f2a9";
}

.bp5-icon-send-to-graph::before{
  content:"\f2a7";
}

.bp5-icon-send-to-map::before{
  content:"\f2a8";
}

.bp5-icon-sensor::before{
  content:"\f33c";
}

.bp5-icon-series-add::before{
  content:"\f2aa";
}

.bp5-icon-series-configuration::before{
  content:"\f2ab";
}

.bp5-icon-series-derived::before{
  content:"\f2ac";
}

.bp5-icon-series-filtered::before{
  content:"\f2ad";
}

.bp5-icon-series-search::before{
  content:"\f2ae";
}

.bp5-icon-settings::before{
  content:"\f2af";
}

.bp5-icon-shapes::before{
  content:"\f2b0";
}

.bp5-icon-share::before{
  content:"\f2b1";
}

.bp5-icon-shared-filter::before{
  content:"\f2b2";
}

.bp5-icon-shield::before{
  content:"\f2b3";
}

.bp5-icon-ship::before{
  content:"\f2b4";
}

.bp5-icon-shop::before{
  content:"\f2b5";
}

.bp5-icon-shopping-cart::before{
  content:"\f2b6";
}

.bp5-icon-shorten-text::before{
  content:"\f33f";
}

.bp5-icon-signal-search::before{
  content:"\f2b7";
}

.bp5-icon-sim-card::before{
  content:"\f2b8";
}

.bp5-icon-slash::before{
  content:"\f2b9";
}

.bp5-icon-small-cross::before{
  content:"\f2ba";
}

.bp5-icon-small-info-sign::before{
  content:"\f334";
}

.bp5-icon-small-minus::before{
  content:"\f2bb";
}

.bp5-icon-small-plus::before{
  content:"\f2bc";
}

.bp5-icon-small-square::before{
  content:"\f2bd";
}

.bp5-icon-small-tick::before{
  content:"\f2be";
}

.bp5-icon-snowflake::before{
  content:"\f2bf";
}

.bp5-icon-soccer-ball::before{
  content:"\f350";
}

.bp5-icon-social-media::before{
  content:"\f2c0";
}

.bp5-icon-sort::before{
  content:"\f2c7";
}

.bp5-icon-sort-alphabetical::before{
  content:"\f2c2";
}

.bp5-icon-sort-alphabetical-desc::before{
  content:"\f2c1";
}

.bp5-icon-sort-asc::before{
  content:"\f2c3";
}

.bp5-icon-sort-desc::before{
  content:"\f2c4";
}

.bp5-icon-sort-numerical::before{
  content:"\f2c6";
}

.bp5-icon-sort-numerical-desc::before{
  content:"\f2c5";
}

.bp5-icon-spell-check::before{
  content:"\f340";
}

.bp5-icon-split-columns::before{
  content:"\f2c8";
}

.bp5-icon-sports-stadium::before{
  content:"\f351";
}

.bp5-icon-square::before{
  content:"\f2c9";
}

.bp5-icon-stacked-chart::before{
  content:"\f2ca";
}

.bp5-icon-stadium-geometry::before{
  content:"\f2cb";
}

.bp5-icon-star::before{
  content:"\f2cd";
}

.bp5-icon-star-empty::before{
  content:"\f2cc";
}

.bp5-icon-step-backward::before{
  content:"\f2ce";
}

.bp5-icon-step-chart::before{
  content:"\f2cf";
}

.bp5-icon-step-forward::before{
  content:"\f2d0";
}

.bp5-icon-stop::before{
  content:"\f2d1";
}

.bp5-icon-stopwatch::before{
  content:"\f2d2";
}

.bp5-icon-strikethrough::before{
  content:"\f2d3";
}

.bp5-icon-style::before{
  content:"\f2d4";
}

.bp5-icon-subscript::before{
  content:"\f339";
}

.bp5-icon-superscript::before{
  content:"\f33a";
}

.bp5-icon-swap-horizontal::before{
  content:"\f2d5";
}

.bp5-icon-swap-vertical::before{
  content:"\f2d6";
}

.bp5-icon-switch::before{
  content:"\f2d7";
}

.bp5-icon-symbol-circle::before{
  content:"\f2d8";
}

.bp5-icon-symbol-cross::before{
  content:"\f2d9";
}

.bp5-icon-symbol-diamond::before{
  content:"\f2da";
}

.bp5-icon-symbol-rectangle::before{
  content:"\f322";
}

.bp5-icon-symbol-square::before{
  content:"\f2db";
}

.bp5-icon-symbol-triangle-down::before{
  content:"\f2dc";
}

.bp5-icon-symbol-triangle-up::before{
  content:"\f2dd";
}

.bp5-icon-syringe::before{
  content:"\f2de";
}

.bp5-icon-tag::before{
  content:"\f2df";
}

.bp5-icon-take-action::before{
  content:"\f2e0";
}

.bp5-icon-tank::before{
  content:"\f2e1";
}

.bp5-icon-target::before{
  content:"\f2e2";
}

.bp5-icon-taxi::before{
  content:"\f2e3";
}

.bp5-icon-team::before{
  content:"\f352";
}

.bp5-icon-temperature::before{
  content:"\f2e4";
}

.bp5-icon-text-highlight::before{
  content:"\f2e5";
}

.bp5-icon-th::before{
  content:"\f2ea";
}

.bp5-icon-th-derived::before{
  content:"\f2e6";
}

.bp5-icon-th-disconnect::before{
  content:"\f2e7";
}

.bp5-icon-th-filtered::before{
  content:"\f2e8";
}

.bp5-icon-th-list::before{
  content:"\f2e9";
}

.bp5-icon-third-party::before{
  content:"\f2eb";
}

.bp5-icon-thumbs-down::before{
  content:"\f2ec";
}

.bp5-icon-thumbs-up::before{
  content:"\f2ed";
}

.bp5-icon-tick::before{
  content:"\f2ef";
}

.bp5-icon-tick-circle::before{
  content:"\f2ee";
}

.bp5-icon-time::before{
  content:"\f2f0";
}

.bp5-icon-timeline-area-chart::before{
  content:"\f2f1";
}

.bp5-icon-timeline-bar-chart::before{
  content:"\f2f2";
}

.bp5-icon-timeline-events::before{
  content:"\f2f3";
}

.bp5-icon-timeline-line-chart::before{
  content:"\f2f4";
}

.bp5-icon-tint::before{
  content:"\f2f5";
}

.bp5-icon-torch::before{
  content:"\f2f6";
}

.bp5-icon-tractor::before{
  content:"\f2f7";
}

.bp5-icon-train::before{
  content:"\f2f8";
}

.bp5-icon-translate::before{
  content:"\f2f9";
}

.bp5-icon-trash::before{
  content:"\f2fa";
}

.bp5-icon-tree::before{
  content:"\f2fb";
}

.bp5-icon-trending-down::before{
  content:"\f2fc";
}

.bp5-icon-trending-up::before{
  content:"\f2fd";
}

.bp5-icon-trophy::before{
  content:"\f34f";
}

.bp5-icon-truck::before{
  content:"\f2fe";
}

.bp5-icon-two-columns::before{
  content:"\f2ff";
}

.bp5-icon-unarchive::before{
  content:"\f300";
}

.bp5-icon-underline::before{
  content:"\f301";
}

.bp5-icon-undo::before{
  content:"\f302";
}

.bp5-icon-ungroup-objects::before{
  content:"\f303";
}

.bp5-icon-unknown-vehicle::before{
  content:"\f304";
}

.bp5-icon-unlink::before{
  content:"\f345";
}

.bp5-icon-unlock::before{
  content:"\f305";
}

.bp5-icon-unpin::before{
  content:"\f306";
}

.bp5-icon-unresolve::before{
  content:"\f307";
}

.bp5-icon-updated::before{
  content:"\f308";
}

.bp5-icon-upload::before{
  content:"\f309";
}

.bp5-icon-user::before{
  content:"\f30a";
}

.bp5-icon-variable::before{
  content:"\f30b";
}

.bp5-icon-vertical-bar-chart-asc::before{
  content:"\f30c";
}

.bp5-icon-vertical-bar-chart-desc::before{
  content:"\f30d";
}

.bp5-icon-vertical-distribution::before{
  content:"\f30e";
}

.bp5-icon-vertical-inbetween::before{
  content:"\f32a";
}

.bp5-icon-video::before{
  content:"\f30f";
}

.bp5-icon-virus::before{
  content:"\f310";
}

.bp5-icon-volume-down::before{
  content:"\f311";
}

.bp5-icon-volume-off::before{
  content:"\f312";
}

.bp5-icon-volume-up::before{
  content:"\f313";
}

.bp5-icon-walk::before{
  content:"\f314";
}

.bp5-icon-warning-sign::before{
  content:"\f315";
}

.bp5-icon-waterfall-chart::before{
  content:"\f316";
}

.bp5-icon-waves::before{
  content:"\f317";
}

.bp5-icon-widget::before{
  content:"\f31b";
}

.bp5-icon-widget-button::before{
  content:"\f318";
}

.bp5-icon-widget-footer::before{
  content:"\f319";
}

.bp5-icon-widget-header::before{
  content:"\f31a";
}

.bp5-icon-wind::before{
  content:"\f31c";
}

.bp5-icon-wrench::before{
  content:"\f31d";
}

.bp5-icon-zoom-in::before{
  content:"\f31e";
}

.bp5-icon-zoom-out::before{
  content:"\f31f";
}

.bp5-icon-zoom-to-fit::before{
  content:"\f320";
}
.bp5-submenu > .bp5-popover-wrapper{
  display:block;
}
.bp5-submenu .bp5-popover-target{
  display:block;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item{
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item:not([class*=bp5-intent-]){
  background-color:rgba(143, 153, 168, 0.15);
  color:inherit;
  cursor:pointer;
  text-decoration:none;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item:not([class*=bp5-intent-]){
  color:inherit;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item:not([class*=bp5-intent-]) .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item:not([class*=bp5-intent-]) .bp5-submenu-icon{
  color:#abb3bf;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-], .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-label, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-label, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-label{
  color:inherit;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-selected-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-selected-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-selected-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-submenu-icon{
  color:#215db0;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-submenu-icon{
  color:inherit;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-submenu-icon{
  color:inherit;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-], .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active{
    background-color:highlight;
  }
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-], .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-selected-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-selected-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-selected-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-submenu-icon{
  color:#8abbff;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-submenu-icon{
  color:inherit;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-submenu-icon{
  color:inherit;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-], .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active{
    background-color:highlight;
  }
}
.bp5-submenu.bp5-popover{
  box-shadow:none;
  padding:0 5px;
}
.bp5-submenu.bp5-popover > .bp5-popover-content{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-submenu.bp5-popover, .bp5-submenu.bp5-popover.bp5-dark{
  box-shadow:none;
}
.bp5-dark .bp5-submenu.bp5-popover > .bp5-popover-content, .bp5-submenu.bp5-popover.bp5-dark > .bp5-popover-content{
  box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-menu{
  background:#ffffff;
  border-radius:2px;
  color:#1c2127;
  list-style:none;
  margin:0;
  min-width:180px;
  padding:5px;
  text-align:left;
}

.bp5-menu-divider{
  border-top:1px solid rgba(17, 20, 24, 0.15);
  display:block;
  margin:5px -5px;
}
.bp5-dark .bp5-menu-divider{
  border-top-color:rgba(255, 255, 255, 0.2);
}

.bp5-menu-item{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  border-radius:2px;
  color:inherit;
  line-height:20px;
  padding:5px 7px;
  text-decoration:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-menu-item > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-menu-item > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-menu-item::before,
.bp5-menu-item > *{
  margin-right:7px;
}
.bp5-menu-item:empty::before,
.bp5-menu-item > :last-child{
  margin-right:0;
}
.bp5-menu-item > .bp5-fill{
  word-break:break-word;
}
.bp5-menu-item .bp5-menu-item-icon{
  display:flex;
  flex-direction:column;
  height:20px;
  justify-content:center;
}
.bp5-menu-item .bp5-menu-item-label{
  color:#5f6b7c;
}
.bp5-menu-item::before,
.bp5-menu-item .bp5-menu-item-icon,
.bp5-menu-item .bp5-menu-item-selected-icon,
.bp5-menu-item .bp5-submenu-icon{
  color:#5f6b7c;
}
.bp5-menu-item::before,
.bp5-menu-item .bp5-submenu-icon{
  margin-top:2px;
}
.bp5-menu-item:hover{
  background-color:rgba(143, 153, 168, 0.15);
  color:inherit;
  cursor:pointer;
  text-decoration:none;
}
.bp5-menu-item:active{
  background-color:rgba(143, 153, 168, 0.3);
}
.bp5-menu-item:active .bp5-menu-item-label{
  color:#1c2127;
}
.bp5-menu-item.bp5-active{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
.bp5-menu-item.bp5-active .bp5-menu-item-label{
  color:inherit;
}
.bp5-menu-item.bp5-active::before,
.bp5-menu-item.bp5-active .bp5-menu-item-icon,
.bp5-menu-item.bp5-active .bp5-menu-item-selected-icon,
.bp5-menu-item.bp5-active .bp5-submenu-icon{
  color:#215db0;
}
.bp5-menu-item.bp5-active.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
.bp5-menu-item.bp5-active.bp5-intent-success::before,
.bp5-menu-item.bp5-active.bp5-intent-success .bp5-menu-item-icon,
.bp5-menu-item.bp5-active.bp5-intent-success .bp5-submenu-icon{
  color:inherit;
}
.bp5-menu-item.bp5-active.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
.bp5-menu-item.bp5-active.bp5-intent-warning::before,
.bp5-menu-item.bp5-active.bp5-intent-warning .bp5-menu-item-icon,
.bp5-menu-item.bp5-active.bp5-intent-warning .bp5-submenu-icon{
  color:inherit;
}
.bp5-menu-item.bp5-active.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
.bp5-menu-item.bp5-active.bp5-intent-danger::before,
.bp5-menu-item.bp5-active.bp5-intent-danger .bp5-menu-item-icon,
.bp5-menu-item.bp5-active.bp5-intent-danger .bp5-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-menu-item.bp5-active{
    background-color:highlight;
  }
}
.bp5-menu-item.bp5-menu-item-is-selectable{
  padding-left:20px;
}
.bp5-menu-item.bp5-menu-item-is-selectable.bp5-selected{
  padding-left:0;
}
.bp5-menu-item.bp5-menu-item-is-selectable .bp5-menu-item-selected-icon{
  align-self:center;
  margin:0 2px;
}
.bp5-menu-item.bp5-disabled{
  background-color:inherit !important;
  color:rgba(95, 107, 124, 0.6) !important;
  cursor:not-allowed !important;
  outline:none !important;
}
.bp5-menu-item.bp5-disabled::before,
.bp5-menu-item.bp5-disabled .bp5-menu-item-icon,
.bp5-menu-item.bp5-disabled .bp5-submenu-icon{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp5-menu-item.bp5-disabled .bp5-menu-item-label{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp5-menu-item.bp5-intent-primary{
  color:#215db0;
}
.bp5-menu-item.bp5-intent-primary::before,
.bp5-menu-item.bp5-intent-primary .bp5-menu-item-icon,
.bp5-menu-item.bp5-intent-primary .bp5-menu-item-selected-icon,
.bp5-menu-item.bp5-intent-primary .bp5-submenu-icon,
.bp5-menu-item.bp5-intent-primary .bp5-menu-item-label{
  color:inherit;
}
.bp5-menu-item.bp5-intent-primary:hover{
  background-color:rgba(45, 114, 210, 0.1);
}
.bp5-menu-item.bp5-intent-primary:active, .bp5-menu-item.bp5-intent-primary.bp5-active{
  background-color:rgba(45, 114, 210, 0.2);
  color:#184a90;
}
.bp5-menu-item.bp5-intent-success{
  color:#1c6e42;
}
.bp5-menu-item.bp5-intent-success::before,
.bp5-menu-item.bp5-intent-success .bp5-menu-item-icon,
.bp5-menu-item.bp5-intent-success .bp5-menu-item-selected-icon,
.bp5-menu-item.bp5-intent-success .bp5-submenu-icon,
.bp5-menu-item.bp5-intent-success .bp5-menu-item-label{
  color:inherit;
}
.bp5-menu-item.bp5-intent-success:hover{
  background-color:rgba(35, 133, 81, 0.1);
}
.bp5-menu-item.bp5-intent-success:active, .bp5-menu-item.bp5-intent-success.bp5-active{
  background-color:rgba(35, 133, 81, 0.2);
  color:#165a36;
}
.bp5-menu-item.bp5-intent-warning{
  color:#935610;
}
.bp5-menu-item.bp5-intent-warning::before,
.bp5-menu-item.bp5-intent-warning .bp5-menu-item-icon,
.bp5-menu-item.bp5-intent-warning .bp5-menu-item-selected-icon,
.bp5-menu-item.bp5-intent-warning .bp5-submenu-icon,
.bp5-menu-item.bp5-intent-warning .bp5-menu-item-label{
  color:inherit;
}
.bp5-menu-item.bp5-intent-warning:hover{
  background-color:rgba(200, 118, 25, 0.1);
}
.bp5-menu-item.bp5-intent-warning:active, .bp5-menu-item.bp5-intent-warning.bp5-active{
  background-color:rgba(200, 118, 25, 0.2);
  color:#77450d;
}
.bp5-menu-item.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-menu-item.bp5-intent-danger::before,
.bp5-menu-item.bp5-intent-danger .bp5-menu-item-icon,
.bp5-menu-item.bp5-intent-danger .bp5-menu-item-selected-icon,
.bp5-menu-item.bp5-intent-danger .bp5-submenu-icon,
.bp5-menu-item.bp5-intent-danger .bp5-menu-item-label{
  color:inherit;
}
.bp5-menu-item.bp5-intent-danger:hover{
  background-color:rgba(205, 66, 70, 0.1);
}
.bp5-menu-item.bp5-intent-danger:active, .bp5-menu-item.bp5-intent-danger.bp5-active{
  background-color:rgba(205, 66, 70, 0.2);
  color:#8e292c;
}
.bp5-menu-item::before{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  margin-right:7px;
}
.bp5-large .bp5-menu-item{
  font-size:16px;
  line-height:22px;
  padding-bottom:9px;
  padding-top:9px;
}
.bp5-large .bp5-menu-item .bp5-menu-item-icon{
  height:22px;
}
.bp5-large .bp5-menu-item::before,
.bp5-large .bp5-menu-item .bp5-submenu-icon{
  margin-top:3px;
}
.bp5-large .bp5-menu-item::before{
  font-family:"blueprint-icons-20", sans-serif;
  font-size:20px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:20px;
  line-height:1;
  width:20px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  margin-right:10px;
}
.bp5-small .bp5-menu-item{
  padding-bottom:2px;
  padding-top:2px;
}

button.bp5-menu-item{
  background:none;
  border:none;
  text-align:left;
  width:100%;
}
.bp5-menu-header{
  border-top:1px solid rgba(17, 20, 24, 0.15);
  display:block;
  margin:5px -5px;
  cursor:default;
  padding-left:2px;
}
.bp5-dark .bp5-menu-header{
  border-top-color:rgba(255, 255, 255, 0.2);
}
.bp5-menu-header:first-of-type{
  border-top:none;
}
.bp5-menu-header > h6{
  color:#1c2127;
  font-weight:600;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  line-height:17px;
  margin:0;
  padding:10px 7px 0 6px;
}
.bp5-dark .bp5-menu-header > h6{
  color:#f6f7f9;
}
.bp5-menu-header > h6.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-menu-header > h6.bp5-text-muted{
  color:#abb3bf;
}
.bp5-menu-header:first-of-type > h6{
  padding-top:0;
}
.bp5-large .bp5-menu-header > h6{
  font-size:18px;
  padding-bottom:5px;
  padding-top:15px;
}
.bp5-large .bp5-menu-header:first-of-type > h6{
  padding-top:0;
}

.bp5-dark .bp5-menu{
  background:#2f343c;
  color:#f6f7f9;
}
.bp5-dark .bp5-menu-item{
  color:inherit;
}
.bp5-dark .bp5-menu-item .bp5-menu-item-label{
  color:#abb3bf;
}
.bp5-dark .bp5-menu-item::before,
.bp5-dark .bp5-menu-item .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item .bp5-submenu-icon{
  color:#abb3bf;
}
.bp5-dark .bp5-menu-item:hover{
  color:inherit;
}
.bp5-dark .bp5-menu-item:hover .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item:hover .bp5-submenu-icon{
  color:#abb3bf;
}
.bp5-dark .bp5-menu-item:active{
  background-color:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-menu-item:active .bp5-menu-item-label{
  color:#f6f7f9;
}
.bp5-dark .bp5-menu-item.bp5-active{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-menu-item.bp5-active::before,
.bp5-dark .bp5-menu-item.bp5-active .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-active .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item.bp5-active .bp5-submenu-icon{
  color:#8abbff;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success::before,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success .bp5-submenu-icon{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning::before,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning .bp5-submenu-icon{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger::before,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger .bp5-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-menu-item.bp5-active{
    background-color:highlight;
  }
}
.bp5-dark .bp5-menu-item.bp5-disabled{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp5-dark .bp5-menu-item.bp5-disabled::before,
.bp5-dark .bp5-menu-item.bp5-disabled .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-disabled .bp5-submenu-icon{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp5-dark .bp5-menu-item.bp5-disabled .bp5-menu-item-label{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp5-dark .bp5-menu-item.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-menu-item.bp5-intent-primary::before,
.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-submenu-icon,
.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-label{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-intent-primary:hover{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp5-dark .bp5-menu-item.bp5-intent-primary:active, .bp5-dark .bp5-menu-item.bp5-intent-primary.bp5-active{
  background-color:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-menu-item.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-menu-item.bp5-intent-success::before,
.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-submenu-icon,
.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-label{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-intent-success:hover{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp5-dark .bp5-menu-item.bp5-intent-success:active, .bp5-dark .bp5-menu-item.bp5-intent-success.bp5-active{
  background-color:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-menu-item.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-menu-item.bp5-intent-warning::before,
.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-submenu-icon,
.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-label{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-intent-warning:hover{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp5-dark .bp5-menu-item.bp5-intent-warning:active, .bp5-dark .bp5-menu-item.bp5-intent-warning.bp5-active{
  background-color:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-menu-item.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-menu-item.bp5-intent-danger::before,
.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-submenu-icon,
.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-label{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-intent-danger:hover{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp5-dark .bp5-menu-item.bp5-intent-danger:active, .bp5-dark .bp5-menu-item.bp5-intent-danger.bp5-active{
  background-color:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-menu-divider,
.bp5-dark .bp5-menu-header{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-dark .bp5-menu-header > h6{
  color:#f6f7f9;
}

.bp5-label .bp5-menu{
  margin-top:5px;
}
.bp5-navbar{
  background-color:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
  height:50px;
  padding:0 15px;
  position:relative;
  width:100%;
  z-index:10;
}
.bp5-navbar.bp5-dark, .bp5-dark .bp5-navbar{
  background-color:#2f343c;
}
.bp5-navbar.bp5-dark{
  box-shadow:inset inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-navbar{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-navbar.bp5-fixed-top{
  left:0;
  position:fixed;
  right:0;
  top:0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-navbar{
    border:1px solid buttonborder;
  }
}

.bp5-navbar-heading{
  font-size:16px;
  margin-right:15px;
}

.bp5-navbar-group{
  align-items:center;
  display:flex;
  height:50px;
}
.bp5-navbar-group.bp5-align-left{
  float:left;
}
.bp5-navbar-group.bp5-align-right{
  float:right;
}

.bp5-navbar-divider{
  border-left:1px solid rgba(17, 20, 24, 0.15);
  height:20px;
  margin:0 10px;
}
.bp5-dark .bp5-navbar-divider{
  border-left-color:rgba(255, 255, 255, 0.2);
}
.bp5-non-ideal-state{
  display:flex;
  flex-direction:column;
  align-items:center;
  color:#5f6b7c;
  height:100%;
  justify-content:center;
  text-align:center;
  width:100%;
}
.bp5-non-ideal-state > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-non-ideal-state > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-non-ideal-state::before,
.bp5-non-ideal-state > *{
  margin-bottom:20px;
}
.bp5-non-ideal-state:empty::before,
.bp5-non-ideal-state > :last-child{
  margin-bottom:0;
}
.bp5-non-ideal-state > *{
  max-width:400px;
}
.bp5-non-ideal-state .bp5-heading{
  color:#5f6b7c;
  line-height:20px;
  margin-bottom:10px;
}
.bp5-non-ideal-state .bp5-heading:only-child{
  margin-bottom:0;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal{
  display:flex;
  flex-direction:row;
  text-align:left;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal::before,
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal > *{
  margin-right:20px;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal:empty::before,
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal > :last-child{
  margin-right:0;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal > *{
  margin-bottom:0;
}
.bp5-dark .bp5-non-ideal-state{
  color:#abb3bf;
}
.bp5-dark .bp5-non-ideal-state .bp5-heading{
  color:#abb3bf;
}

.bp5-non-ideal-state-visual{
  color:#8f99a8;
}

.bp5-overflow-list{
  display:flex;
  flex-wrap:nowrap;
  min-width:0;
}

.bp5-overflow-list-spacer{
  flex-shrink:1;
  width:1px;
}
body.bp5-overlay-open{
  overflow:hidden;
}

.bp5-overlay{
  bottom:0;
  left:0;
  position:static;
  right:0;
  top:0;
  z-index:20;
}
.bp5-overlay:not(.bp5-overlay-open){
  pointer-events:none;
}
.bp5-overlay.bp5-overlay-container{
  overflow:hidden;
  position:fixed;
}
.bp5-overlay.bp5-overlay-container.bp5-overlay-inline{
  position:absolute;
}
.bp5-overlay.bp5-overlay-scroll-container{
  overflow:auto;
  position:fixed;
}
.bp5-overlay.bp5-overlay-scroll-container.bp5-overlay-inline{
  position:absolute;
}
.bp5-overlay.bp5-overlay-inline{
  display:inline;
  overflow:visible;
}

.bp5-overlay-content{
  position:fixed;
  z-index:20;
}
.bp5-overlay-inline .bp5-overlay-content, .bp5-overlay-scroll-container .bp5-overlay-content{
  position:absolute;
}

.bp5-overlay-backdrop{
  bottom:0;
  left:0;
  position:fixed;
  right:0;
  top:0;
  opacity:1;
  background-color:rgba(17, 20, 24, 0.7);
  overflow:auto;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  z-index:20;
}
.bp5-overlay-backdrop.bp5-overlay-enter, .bp5-overlay-backdrop.bp5-overlay-appear{
  opacity:0;
}
.bp5-overlay-backdrop.bp5-overlay-enter-active, .bp5-overlay-backdrop.bp5-overlay-appear-active{
  opacity:1;
  transition-delay:0;
  transition-duration:200ms;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-overlay-backdrop.bp5-overlay-exit{
  opacity:1;
}
.bp5-overlay-backdrop.bp5-overlay-exit-active{
  opacity:0;
  transition-delay:0;
  transition-duration:200ms;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-overlay-backdrop:focus{
  outline:none;
}
.bp5-overlay-inline .bp5-overlay-backdrop{
  position:absolute;
}
.bp5-panel-stack{
  overflow:hidden;
  position:relative;
}

.bp5-panel-stack-header{
  align-items:center;
  box-shadow:0 1px rgba(17, 20, 24, 0.15);
  display:flex;
  flex-shrink:0;
  height:30px;
  z-index:1;
}
.bp5-dark .bp5-panel-stack-header{
  box-shadow:0 1px rgba(255, 255, 255, 0.2);
}
.bp5-panel-stack-header > span{
  align-items:stretch;
  display:flex;
  flex:1;
}
.bp5-panel-stack-header .bp5-heading{
  margin:0 5px;
}

.bp5-button.bp5-panel-stack-header-back{
  margin-left:5px;
  padding-left:0;
  white-space:nowrap;
}
.bp5-button.bp5-panel-stack-header-back .bp5-icon{
  margin:0 2px;
}

.bp5-panel-stack-view{
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  background-color:#ffffff;
  border-right:1px solid rgba(17, 20, 24, 0.15);
  display:flex;
  flex-direction:column;
  margin-right:-1px;
  overflow-y:auto;
  z-index:1;
}
.bp5-dark .bp5-panel-stack-view{
  background-color:#2f343c;
}
.bp5-panel-stack-view:nth-last-child(n+4){
  display:none;
}

.bp5-panel-stack-push .bp5-panel-stack-enter, .bp5-panel-stack-push .bp5-panel-stack-appear{
  transform:translateX(100%);
  opacity:0;
}
.bp5-panel-stack-push .bp5-panel-stack-enter-active, .bp5-panel-stack-push .bp5-panel-stack-appear-active{
  transform:translate(0%);
  opacity:1;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-panel-stack-push .bp5-panel-stack-exit{
  transform:translate(0%);
  opacity:1;
}
.bp5-panel-stack-push .bp5-panel-stack-exit-active{
  transform:translateX(-50%);
  opacity:0;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}

.bp5-panel-stack-pop .bp5-panel-stack-enter, .bp5-panel-stack-pop .bp5-panel-stack-appear{
  transform:translateX(-50%);
  opacity:0;
}
.bp5-panel-stack-pop .bp5-panel-stack-enter-active, .bp5-panel-stack-pop .bp5-panel-stack-appear-active{
  transform:translate(0%);
  opacity:1;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-panel-stack-pop .bp5-panel-stack-exit{
  transform:translate(0%);
  opacity:1;
}
.bp5-panel-stack-pop .bp5-panel-stack-exit-active{
  transform:translateX(100%);
  opacity:0;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-panel-stack2{
  overflow:hidden;
  position:relative;
}

.bp5-panel-stack2-header{
  align-items:center;
  box-shadow:0 1px rgba(17, 20, 24, 0.15);
  display:flex;
  flex-shrink:0;
  height:30px;
  z-index:1;
}
.bp5-dark .bp5-panel-stack2-header{
  box-shadow:0 1px rgba(255, 255, 255, 0.2);
}
.bp5-panel-stack2-header > span{
  align-items:stretch;
  display:flex;
  flex:1;
}
.bp5-panel-stack2-header .bp5-heading{
  margin:0 5px;
}

.bp5-button.bp5-panel-stack2-header-back{
  margin-left:5px;
  padding-left:0;
  white-space:nowrap;
}
.bp5-button.bp5-panel-stack2-header-back .bp5-icon{
  margin:0 2px;
}

.bp5-panel-stack2-view{
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  background-color:#ffffff;
  border-right:1px solid rgba(17, 20, 24, 0.15);
  display:flex;
  flex-direction:column;
  margin-right:-1px;
  overflow-y:auto;
  z-index:1;
}
.bp5-dark .bp5-panel-stack2-view{
  background-color:#2f343c;
}
.bp5-panel-stack2-view:nth-last-child(n+4){
  display:none;
}

.bp5-panel-stack2-push .bp5-panel-stack2-enter, .bp5-panel-stack2-push .bp5-panel-stack2-appear{
  transform:translateX(100%);
  opacity:0;
}
.bp5-panel-stack2-push .bp5-panel-stack2-enter-active, .bp5-panel-stack2-push .bp5-panel-stack2-appear-active{
  transform:translate(0%);
  opacity:1;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-panel-stack2-push .bp5-panel-stack2-exit{
  transform:translate(0%);
  opacity:1;
}
.bp5-panel-stack2-push .bp5-panel-stack2-exit-active{
  transform:translateX(-50%);
  opacity:0;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}

.bp5-panel-stack2-pop .bp5-panel-stack2-enter, .bp5-panel-stack2-pop .bp5-panel-stack2-appear{
  transform:translateX(-50%);
  opacity:0;
}
.bp5-panel-stack2-pop .bp5-panel-stack2-enter-active, .bp5-panel-stack2-pop .bp5-panel-stack2-appear-active{
  transform:translate(0%);
  opacity:1;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-panel-stack2-pop .bp5-panel-stack2-exit{
  transform:translate(0%);
  opacity:1;
}
.bp5-panel-stack2-pop .bp5-panel-stack2-exit-active{
  transform:translateX(100%);
  opacity:0;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-button-group:not(.bp5-minimal) > .bp5-popover-target:not(:first-child) .bp5-button{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bp5-button-group:not(.bp5-minimal) > .bp5-popover-target:not(:last-child) .bp5-button{
  border-bottom-right-radius:0;
  border-top-right-radius:0;
  margin-right:-1px;
}
.bp5-button-group .bp5-popover-target{
  display:flex;
  flex:1 1 auto;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-target:first-child .bp5-button{
  border-radius:2px 2px 0 0;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-target:last-child .bp5-button{
  border-radius:0 0 2px 2px;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-target:not(:last-child) .bp5-button{
  margin-bottom:-1px;
}
.bp5-control-group .bp5-popover-target{
  border-radius:inherit;
}
label.bp5-label .bp5-popover-target{
  display:block;
  margin-top:5px;
  text-transform:none;
}
.bp5-submenu .bp5-popover-target{
  display:block;
}
.bp5-submenu.bp5-popover{
  box-shadow:none;
  padding:0 5px;
}
.bp5-submenu.bp5-popover > .bp5-popover-content{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-submenu.bp5-popover, .bp5-submenu.bp5-popover.bp5-dark{
  box-shadow:none;
}
.bp5-dark .bp5-submenu.bp5-popover > .bp5-popover-content, .bp5-submenu.bp5-popover.bp5-dark > .bp5-popover-content{
  box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-tree-node-secondary-label .bp5-popover-target{
  align-items:center;
  display:flex;
}

.bp5-popover{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  transform:scale(1);
  border-radius:2px;
  display:inline-block;
  z-index:20;
}
.bp5-popover .bp5-popover-arrow{
  height:30px;
  position:absolute;
  width:30px;
}
.bp5-popover .bp5-popover-arrow::before{
  height:20px;
  margin:5px;
  width:20px;
}
.bp5-popover .bp5-popover-content{
  background:#ffffff;
}
.bp5-popover .bp5-popover-content,
.bp5-popover .bp5-heading{
  color:inherit;
}
.bp5-popover .bp5-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.2);
}
.bp5-popover .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.1;
}
.bp5-popover .bp5-popover-arrow-fill{
  fill:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-popover .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
  .bp5-popover{
    border:1px solid buttonborder;
  }
}
.bp5-popover-enter > .bp5-popover, .bp5-popover-appear > .bp5-popover{
  transform:scale(0.3);
}
.bp5-popover-enter-active > .bp5-popover, .bp5-popover-appear-active > .bp5-popover{
  transform:scale(1);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}
.bp5-popover-exit > .bp5-popover{
  transform:scale(1);
}
.bp5-popover-exit-active > .bp5-popover{
  transform:scale(0.3);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}
.bp5-popover .bp5-popover-content{
  border-radius:2px;
  position:relative;
}
.bp5-popover.bp5-popover-content-sizing .bp5-popover-content{
  max-width:350px;
  padding:20px;
}
.bp5-popover-target + .bp5-overlay .bp5-popover.bp5-popover-content-sizing{
  width:350px;
}
.bp5-popover.bp5-minimal{
  margin:0 !important;
}
.bp5-popover.bp5-minimal .bp5-popover-arrow{
  display:none;
}
.bp5-popover.bp5-minimal.bp5-popover{
  transform:scale(1);
}
.bp5-popover-enter > .bp5-popover.bp5-minimal.bp5-popover, .bp5-popover-appear > .bp5-popover.bp5-minimal.bp5-popover{
  transform:scale(1);
}
.bp5-popover-enter-active > .bp5-popover.bp5-minimal.bp5-popover, .bp5-popover-appear-active > .bp5-popover.bp5-minimal.bp5-popover{
  transform:scale(1);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover-exit > .bp5-popover.bp5-minimal.bp5-popover{
  transform:scale(1);
}
.bp5-popover-exit-active > .bp5-popover.bp5-minimal.bp5-popover{
  transform:scale(1);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover.bp5-popover-match-target-width{
  width:100%;
}
.bp5-popover.bp5-dark, .bp5-dark .bp5-popover{
  box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-popover.bp5-dark .bp5-popover-content, .bp5-dark .bp5-popover .bp5-popover-content{
  background:#2f343c;
}
.bp5-popover.bp5-dark .bp5-popover-content,
.bp5-popover.bp5-dark .bp5-heading, .bp5-dark .bp5-popover .bp5-popover-content,
.bp5-dark .bp5-popover .bp5-heading{
  color:inherit;
}
.bp5-popover.bp5-dark .bp5-popover-arrow::before, .bp5-dark .bp5-popover .bp5-popover-arrow::before{
  box-shadow:0 0 0 1px #777a7e, 1px 1px 6px rgba(17, 20, 24, 0.4);
}
.bp5-popover.bp5-dark .bp5-popover-arrow-border, .bp5-dark .bp5-popover .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.2;
}
.bp5-popover.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-popover .bp5-popover-arrow-fill{
  fill:#2f343c;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-popover.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-popover .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
  .bp5-popover.bp5-dark, .bp5-dark .bp5-popover{
    border:1px solid buttonborder;
  }
  .bp5-popover{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}

.bp5-popover-arrow::before{
  border-radius:1px;
  content:"";
  display:block;
  position:absolute;
  transform:rotate(45deg);
}

.bp5-overlay-backdrop.bp5-popover-backdrop{
  background:rgba(255, 255, 255, 0);
}

.bp5-popover-transition-container{
  opacity:1;
  display:flex;
  z-index:20;
}
.bp5-popover-transition-container.bp5-popover-enter, .bp5-popover-transition-container.bp5-popover-appear{
  opacity:0;
}
.bp5-popover-transition-container.bp5-popover-enter-active, .bp5-popover-transition-container.bp5-popover-appear-active{
  opacity:1;
  transition-delay:0;
  transition-duration:100ms;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover-transition-container.bp5-popover-exit{
  opacity:1;
}
.bp5-popover-transition-container.bp5-popover-exit-active{
  opacity:0;
  transition-delay:0;
  transition-duration:100ms;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover-transition-container:focus{
  outline:none;
}
.bp5-popover-transition-container.bp5-popover-leave .bp5-popover-content{
  pointer-events:none;
}

span.bp5-popover-target{
  display:inline-block;
}

.bp5-popover-target.bp5-fill{
  width:100%;
}

.bp5-portal{
  left:0;
  position:absolute;
  right:0;
  top:0;
}
@keyframes linear-progress-bar-stripes{
  from{
    background-position:0 0;
  }
  to{
    background-position:30px 0;
  }
}
.bp5-progress-bar{
  background:rgba(95, 107, 124, 0.2);
  border-radius:40px;
  display:block;
  height:8px;
  overflow:hidden;
  position:relative;
  width:100%;
}
.bp5-progress-bar .bp5-progress-meter{
  background:linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%);
  background-color:rgba(95, 107, 124, 0.8);
  background-size:30px 30px;
  border-radius:40px;
  height:100%;
  position:absolute;
  transition:width 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
  width:100%;
}
.bp5-progress-bar:not(.bp5-no-animation):not(.bp5-no-stripes) .bp5-progress-meter{
  animation:linear-progress-bar-stripes 300ms linear infinite reverse;
}
.bp5-progress-bar.bp5-no-stripes .bp5-progress-meter{
  background-image:none;
}

.bp5-dark .bp5-progress-bar{
  background:rgba(17, 20, 24, 0.5);
}
.bp5-dark .bp5-progress-bar .bp5-progress-meter{
  background-color:#8f99a8;
}

.bp5-progress-bar.bp5-intent-primary .bp5-progress-meter{
  background-color:#2d72d2;
}

.bp5-progress-bar.bp5-intent-success .bp5-progress-meter{
  background-color:#238551;
}

.bp5-progress-bar.bp5-intent-warning .bp5-progress-meter{
  background-color:#c87619;
}

.bp5-progress-bar.bp5-intent-danger .bp5-progress-meter{
  background-color:#cd4246;
}
.bp5-section{
  overflow:hidden;
  width:100%;
}
.bp5-section, .bp5-section.bp5-compact{
  padding:0;
}
.bp5-section-header{
  align-items:center;
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  display:flex;
  gap:20px;
  justify-content:space-between;
  min-height:50px;
  padding:0 20px;
  position:relative;
  width:100%;
}
.bp5-section-header.bp5-dark, .bp5-dark .bp5-section-header{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-section-header-left{
  align-items:center;
  display:flex;
  gap:10px;
  padding:10px 0;
}
.bp5-section-header-title{
  margin-bottom:0;
}
.bp5-section-header-sub-title{
  margin-top:2px;
}
.bp5-section-header-right{
  align-items:center;
  display:flex;
  gap:10px;
  margin-left:auto;
}
.bp5-section-header-divider{
  align-self:stretch;
  margin:15px 0;
}
.bp5-section-header.bp5-interactive{
  cursor:pointer;
}
.bp5-section-header.bp5-interactive:hover, .bp5-section-header.bp5-interactive:active{
  background:#f6f7f9;
}
.bp5-section-header.bp5-interactive:hover.bp5-dark, .bp5-dark .bp5-section-header.bp5-interactive:hover, .bp5-section-header.bp5-interactive:active.bp5-dark, .bp5-dark .bp5-section-header.bp5-interactive:active{
  background:#383e47;
}
.bp5-section-card.bp5-padded{
  padding:20px;
}
.bp5-section-card:not(:last-child){
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
}
.bp5-section-card:not(:last-child).bp5-dark, .bp5-dark .bp5-section-card:not(:last-child){
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-section.bp5-section-collapsed .bp5-section-header{
  border:none;
}
.bp5-section.bp5-compact .bp5-section-header{
  min-height:40px;
  padding:0 15px;
}
.bp5-section.bp5-compact .bp5-section-header-left{
  padding:7px 0;
}
.bp5-section.bp5-compact .bp5-section-card.bp5-padded{
  padding:15px;
}
.bp5-segmented-control{
  background-color:#f6f7f9;
  border-radius:2px;
  display:flex;
  gap:3px;
  padding:3px;
}
.bp5-segmented-control.bp5-inline{
  display:inline-flex;
}
.bp5-segmented-control.bp5-fill{
  width:100%;
}
.bp5-segmented-control.bp5-fill > .bp5-button{
  flex-grow:1;
}
.bp5-segmented-control > .bp5-button:not(.bp5-minimal):not(.bp5-intent-primary){
  background-color:#ffffff;
}
.bp5-dark .bp5-segmented-control > .bp5-button:not(.bp5-minimal):not(.bp5-intent-primary){
  background-color:#404854;
}
.bp5-segmented-control > .bp5-button.bp5-minimal{
  color:#5f6b7c;
}
.bp5-dark .bp5-segmented-control > .bp5-button.bp5-minimal{
  color:#abb3bf;
}
.bp5-segmented-control > .bp5-button.bp5-minimal:disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-dark .bp5-segmented-control > .bp5-button.bp5-minimal:disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-segmented-control{
  background-color:#2f343c;
}
@keyframes skeleton-glow{
  from{
    background:rgba(211, 216, 222, 0.2);
    border-color:rgba(211, 216, 222, 0.2);
  }
  to{
    background:rgba(95, 107, 124, 0.2);
    border-color:rgba(95, 107, 124, 0.2);
  }
}
.bp5-skeleton{
  animation:1000ms linear infinite alternate skeleton-glow;
  background:rgba(211, 216, 222, 0.2);
  background-clip:padding-box !important;
  border-color:rgba(211, 216, 222, 0.2) !important;
  border-radius:2px;
  box-shadow:none !important;
  color:transparent !important;
  cursor:default;
  pointer-events:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-skeleton::before, .bp5-skeleton::after,
.bp5-skeleton *{
  visibility:hidden !important;
}
.bp5-tooltip{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  transform:scale(1);
  color:#f6f7f9;
}
.bp5-tooltip .bp5-popover-arrow{
  height:22px;
  position:absolute;
  width:22px;
}
.bp5-tooltip .bp5-popover-arrow::before{
  height:14px;
  margin:4px;
  width:14px;
}
.bp5-tooltip .bp5-popover-content{
  background:#404854;
}
.bp5-tooltip .bp5-popover-content,
.bp5-tooltip .bp5-heading{
  color:#f6f7f9;
}
.bp5-tooltip .bp5-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.2);
}
.bp5-tooltip .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.1;
}
.bp5-tooltip .bp5-popover-arrow-fill{
  fill:#404854;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
  .bp5-tooltip{
    border:1px solid buttonborder;
  }
}
.bp5-popover-enter > .bp5-tooltip, .bp5-popover-appear > .bp5-tooltip{
  transform:scale(0.8);
}
.bp5-popover-enter-active > .bp5-tooltip, .bp5-popover-appear-active > .bp5-tooltip{
  transform:scale(1);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover-exit > .bp5-tooltip{
  transform:scale(1);
}
.bp5-popover-exit-active > .bp5-tooltip{
  transform:scale(0.8);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-tooltip .bp5-text-muted{
  color:#abb3bf;
}
.bp5-tooltip .bp5-text-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-tooltip .bp5-running-text hr{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-tooltip a{
  color:#8abbff;
}
.bp5-tooltip a:hover{
  color:#8abbff;
}
.bp5-tooltip a .bp5-icon, .bp5-tooltip a .bp5-icon-standard, .bp5-tooltip a .bp5-icon-large{
  color:inherit;
}
.bp5-tooltip a code{
  color:inherit;
}
.bp5-tooltip .bp5-code,
.bp5-tooltip .bp5-running-text code{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
a > .bp5-tooltip .bp5-code,
a > .bp5-tooltip .bp5-running-text code{
  color:inherit;
}
.bp5-tooltip .bp5-code-block,
.bp5-tooltip .bp5-running-text pre{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#f6f7f9;
}
.bp5-tooltip .bp5-code-block > code,
.bp5-tooltip .bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
.bp5-tooltip .bp5-key,
.bp5-tooltip .bp5-running-text kbd{
  background:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
.bp5-tooltip .bp5-icon.bp5-intent-primary, .bp5-tooltip .bp5-icon-standard.bp5-intent-primary, .bp5-tooltip .bp5-icon-large.bp5-intent-primary{
  color:#8abbff;
}
.bp5-tooltip .bp5-icon.bp5-intent-success, .bp5-tooltip .bp5-icon-standard.bp5-intent-success, .bp5-tooltip .bp5-icon-large.bp5-intent-success{
  color:#72ca9b;
}
.bp5-tooltip .bp5-icon.bp5-intent-warning, .bp5-tooltip .bp5-icon-standard.bp5-intent-warning, .bp5-tooltip .bp5-icon-large.bp5-intent-warning{
  color:#fbb360;
}
.bp5-tooltip .bp5-icon.bp5-intent-danger, .bp5-tooltip .bp5-icon-standard.bp5-intent-danger, .bp5-tooltip .bp5-icon-large.bp5-intent-danger{
  color:#fa999c;
}
.bp5-tooltip .bp5-popover-content{
  padding:10px 12px;
}
.bp5-tooltip.bp5-compact .bp5-popover-content{
  line-height:1rem;
  padding:5px 7px;
}
.bp5-tooltip.bp5-compact .bp5-code{
  vertical-align:text-bottom;
}
.bp5-tooltip.bp5-popover-placement-top .bp5-popover-arrow{
  transform:translateY(-3px);
}
.bp5-tooltip.bp5-popover-placement-left .bp5-popover-arrow{
  transform:translateX(-3px);
}
.bp5-tooltip.bp5-popover-placement-bottom .bp5-popover-arrow{
  transform:translateY(3px);
}
.bp5-tooltip.bp5-popover-placement-right .bp5-popover-arrow{
  transform:translateX(3px);
}
.bp5-tooltip.bp5-dark, .bp5-dark .bp5-tooltip{
  box-shadow:0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-tooltip.bp5-dark .bp5-popover-content, .bp5-dark .bp5-tooltip .bp5-popover-content{
  background:#e5e8eb;
}
.bp5-tooltip.bp5-dark .bp5-popover-content,
.bp5-tooltip.bp5-dark .bp5-heading, .bp5-dark .bp5-tooltip .bp5-popover-content,
.bp5-dark .bp5-tooltip .bp5-heading{
  color:#404854;
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow::before, .bp5-dark .bp5-tooltip .bp5-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.4);
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow-border, .bp5-dark .bp5-tooltip .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.2;
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{
  fill:#e5e8eb;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
  .bp5-tooltip.bp5-dark, .bp5-dark .bp5-tooltip{
    border:1px solid buttonborder;
  }
}
.bp5-tooltip.bp5-dark .bp5-text-muted, .bp5-dark .bp5-tooltip .bp5-text-muted{
  color:#5f6b7c;
}
.bp5-tooltip.bp5-dark .bp5-text-disabled, .bp5-dark .bp5-tooltip .bp5-text-disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-tooltip.bp5-dark .bp5-running-text hr, .bp5-dark .bp5-tooltip .bp5-running-text hr{
  border-color:rgba(17, 20, 24, 0.15);
}
.bp5-tooltip.bp5-dark a, .bp5-dark .bp5-tooltip a{
  color:#215db0;
}
.bp5-tooltip.bp5-dark a:hover, .bp5-dark .bp5-tooltip a:hover{
  color:#215db0;
}
.bp5-tooltip.bp5-dark a .bp5-icon, .bp5-tooltip.bp5-dark a .bp5-icon-standard, .bp5-tooltip.bp5-dark a .bp5-icon-large, .bp5-dark .bp5-tooltip a .bp5-icon, .bp5-dark .bp5-tooltip a .bp5-icon-standard, .bp5-dark .bp5-tooltip a .bp5-icon-large{
  color:inherit;
}
.bp5-tooltip.bp5-dark a code, .bp5-dark .bp5-tooltip a code{
  color:inherit;
}
.bp5-tooltip.bp5-dark .bp5-code,
.bp5-tooltip.bp5-dark .bp5-running-text code, .bp5-dark .bp5-tooltip .bp5-code,
.bp5-dark .bp5-tooltip .bp5-running-text code{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}
a > .bp5-tooltip.bp5-dark .bp5-code,
a > .bp5-tooltip.bp5-dark .bp5-running-text code, a > .bp5-dark .bp5-tooltip .bp5-code,
a > .bp5-dark .bp5-tooltip .bp5-running-text code{
  color:#2d72d2;
}
.bp5-tooltip.bp5-dark .bp5-code-block,
.bp5-tooltip.bp5-dark .bp5-running-text pre, .bp5-dark .bp5-tooltip .bp5-code-block,
.bp5-dark .bp5-tooltip .bp5-running-text pre{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
  color:#1c2127;
}
.bp5-tooltip.bp5-dark .bp5-code-block > code,
.bp5-tooltip.bp5-dark .bp5-running-text pre > code, .bp5-dark .bp5-tooltip .bp5-code-block > code,
.bp5-dark .bp5-tooltip .bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-dark .bp5-code-block,
  .bp5-tooltip.bp5-dark .bp5-running-text pre, .bp5-dark .bp5-tooltip .bp5-code-block,
  .bp5-dark .bp5-tooltip .bp5-running-text pre{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-tooltip.bp5-dark .bp5-key,
.bp5-tooltip.bp5-dark .bp5-running-text kbd, .bp5-dark .bp5-tooltip .bp5-key,
.bp5-dark .bp5-tooltip .bp5-running-text kbd{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-primary, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-primary, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-primary{
  color:#215db0;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-success, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-success, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-success{
  color:#1c6e42;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-warning, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-warning, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-warning{
  color:#935610;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-danger, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-danger, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-tooltip.bp5-intent-primary .bp5-popover-content{
  background:#2d72d2;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{
  fill:#2d72d2;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-success .bp5-popover-content{
  background:#238551;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{
  fill:#238551;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-warning .bp5-popover-content{
  background:#c87619;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{
  fill:#c87619;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-danger .bp5-popover-content{
  background:#cd4246;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{
  fill:#cd4246;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}

.bp5-tooltip-indicator{
  border-bottom:dotted 1px;
  cursor:help;
}
.bp5-slider{
  height:40px;
  min-width:150px;
  width:100%;
  cursor:default;
  outline:none;
  position:relative;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-slider:hover{
  cursor:pointer;
}
.bp5-slider:active{
  cursor:grabbing;
}
.bp5-slider.bp5-disabled{
  cursor:not-allowed;
  opacity:0.5;
}
.bp5-slider.bp5-slider-unlabeled{
  height:16px;
}

.bp5-slider-track,
.bp5-slider-progress{
  height:6px;
  left:0;
  right:0;
  top:5px;
  position:absolute;
}

.bp5-slider-track{
  border-radius:2px;
  overflow:hidden;
}

.bp5-slider-progress{
  background:rgba(95, 107, 124, 0.2);
}
.bp5-dark .bp5-slider-progress{
  background:rgba(17, 20, 24, 0.5);
}
.bp5-slider-progress.bp5-intent-primary{
  background-color:#2d72d2;
}
.bp5-slider-progress.bp5-intent-success{
  background-color:#238551;
}
.bp5-slider-progress.bp5-intent-warning{
  background-color:#c87619;
}
.bp5-slider-progress.bp5-intent-danger{
  background-color:#cd4246;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-slider-progress{
    background:ButtonText;
  }
}

.bp5-slider-handle{
  background-color:#f6f7f9;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#1c2127;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.5), 0 1px 1px rgba(17, 20, 24, 0.5);
  cursor:pointer;
  height:16px;
  left:0;
  position:absolute;
  top:0;
  width:16px;
}
.bp5-slider-handle:hover{
  background-clip:padding-box;
  background-color:#edeff2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-slider-handle:active, .bp5-slider-handle.bp5-active{
  background-color:#dce0e5;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-slider-handle:active, .bp5-slider-handle.bp5-active{
    background:highlight;
  }
}
.bp5-slider-handle:disabled, .bp5-slider-handle.bp5-disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp5-slider-handle:disabled.bp5-active, .bp5-slider-handle:disabled.bp5-active:hover, .bp5-slider-handle.bp5-disabled.bp5-active, .bp5-slider-handle.bp5-disabled.bp5-active:hover{
  background:rgba(211, 216, 222, 0.7);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-slider-handle{
    border:1px solid buttonborder;
  }
}
.bp5-slider-handle:focus{
  z-index:1;
}
.bp5-slider-handle:hover{
  background-clip:padding-box;
  background-color:#edeff2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.5), 0 1px 2px rgba(17, 20, 24, 0.6);
  cursor:grab;
  z-index:2;
}
.bp5-slider-handle.bp5-active{
  background-color:#dce0e5;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
  box-shadow:inset 0 1px 1px rgba(17, 20, 24, 0.1), 0 0 0 1px rgba(17, 20, 24, 0.5), 0 1px 2px rgba(17, 20, 24, 0.2);
  cursor:grabbing;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-slider-handle.bp5-active{
    background:highlight;
  }
}
.bp5-disabled .bp5-slider-handle{
  background:#c5cbd3;
  box-shadow:none;
  pointer-events:none;
}
.bp5-dark .bp5-slider-handle{
  background-color:#abb3bf;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-slider-handle:hover{
  background-color:#8f99a8;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-slider-handle.bp5-active{
  background-color:#738091;
  box-shadow:inset 0 1px 1px rgba(17, 20, 24, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-disabled .bp5-slider-handle{
  background:#5f6b7c;
  border-color:#5f6b7c;
  box-shadow:none;
}
.bp5-slider-handle .bp5-slider-label{
  background:#404854;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  color:#f6f7f9;
  margin-left:8px;
}
.bp5-dark .bp5-slider-handle .bp5-slider-label{
  background:#e5e8eb;
  box-shadow:0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
  color:#404854;
}
.bp5-disabled .bp5-slider-handle .bp5-slider-label{
  box-shadow:none;
}
.bp5-slider-handle.bp5-start, .bp5-slider-handle.bp5-end{
  width:8px;
}
.bp5-slider-handle.bp5-start{
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.bp5-slider-handle.bp5-end{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  margin-left:8px;
}
.bp5-slider-handle.bp5-end .bp5-slider-label{
  margin-left:0;
}

.bp5-slider-label{
  transform:translate(-50%, 20px);
  display:inline-block;
  font-size:12px;
  line-height:1;
  padding:2px 5px;
  position:absolute;
  vertical-align:top;
}

.bp5-slider.bp5-vertical{
  height:150px;
  min-width:40px;
  width:40px;
}
.bp5-slider.bp5-vertical .bp5-slider-track,
.bp5-slider.bp5-vertical .bp5-slider-progress{
  bottom:0;
  height:auto;
  left:5px;
  top:0;
  width:6px;
}
.bp5-slider.bp5-vertical .bp5-slider-progress{
  top:auto;
}
.bp5-slider.bp5-vertical .bp5-slider-label{
  transform:translate(20px, 50%);
}
.bp5-slider.bp5-vertical .bp5-slider-handle{
  top:auto;
}
.bp5-slider.bp5-vertical .bp5-slider-handle .bp5-slider-label{
  margin-left:0;
  margin-top:-8px;
}
.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-end, .bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start{
  height:8px;
  margin-left:0;
  width:16px;
}
.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start{
  border-bottom-right-radius:2px;
  border-top-left-radius:0;
}
.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start .bp5-slider-label{
  transform:translate(20px);
}
.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-end{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:2px;
  margin-bottom:8px;
}
@keyframes pt-spinner-animation{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(360deg);
  }
}
.bp5-spinner{
  align-items:center;
  display:flex;
  justify-content:center;
  overflow:visible;
  vertical-align:middle;
}
.bp5-spinner svg{
  display:block;
}
.bp5-spinner path{
  fill-opacity:0%;
}
.bp5-spinner .bp5-spinner-head{
  stroke:rgba(95, 107, 124, 0.8);
  stroke-linecap:round;
  transform-origin:center;
  transition:stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-spinner .bp5-spinner-track{
  stroke:rgba(95, 107, 124, 0.2);
}

.bp5-spinner-animation{
  animation:pt-spinner-animation 500ms linear infinite;
}
.bp5-no-spin > .bp5-spinner-animation{
  animation:none;
}

.bp5-dark .bp5-spinner .bp5-spinner-head{
  stroke:#8f99a8;
}
.bp5-dark .bp5-spinner .bp5-spinner-track{
  stroke:rgba(17, 20, 24, 0.5);
}

.bp5-spinner.bp5-intent-primary .bp5-spinner-head{
  stroke:#2d72d2;
}

.bp5-spinner.bp5-intent-success .bp5-spinner-head{
  stroke:#238551;
}

.bp5-spinner.bp5-intent-warning .bp5-spinner-head{
  stroke:#c87619;
}

.bp5-spinner.bp5-intent-danger .bp5-spinner-head{
  stroke:#cd4246;
}
.bp5-tabs:not(.bp5-vertical).bp5-fill{
  height:100%;
}
.bp5-tabs:not(.bp5-vertical).bp5-fill .bp5-tab-list{
  height:100%;
}

.bp5-tabs.bp5-vertical{
  display:flex;
}
.bp5-tabs.bp5-vertical > .bp5-tab-list{
  align-items:flex-start;
  flex-direction:column;
}
.bp5-tabs.bp5-vertical > .bp5-tab-list .bp5-tab{
  align-items:center;
  border-radius:2px;
  display:flex;
  padding:0 10px;
  width:100%;
}
.bp5-tabs.bp5-vertical > .bp5-tab-list .bp5-tab[aria-selected=true]{
  background-color:rgba(45, 114, 210, 0.2);
  box-shadow:none;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tabs.bp5-vertical > .bp5-tab-list .bp5-tab[aria-selected=true]{
    background-color:highlight;
    color:#111418;
  }
}
.bp5-tabs.bp5-vertical > .bp5-tab-list .bp5-tab-indicator-wrapper .bp5-tab-indicator{
  background-color:rgba(45, 114, 210, 0.2);
  border-radius:2px;
  bottom:0;
  height:auto;
  left:0;
  right:0;
  top:0;
}
.bp5-tabs.bp5-vertical > .bp5-tab-panel{
  margin-top:0;
  padding-left:20px;
}

.bp5-tab-list{
  align-items:flex-end;
  border:none;
  display:flex;
  flex:0 0 auto;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
}
.bp5-tab-list > *:not(:last-child){
  margin-right:20px;
}

.bp5-tab{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  align-items:center;
  align-self:stretch;
  color:#1c2127;
  cursor:pointer;
  display:flex;
  flex:0 0 auto;
  font-size:14px;
  line-height:30px;
  max-width:100%;
  position:relative;
  vertical-align:top;
}
.bp5-tab a{
  color:inherit;
  display:block;
  text-decoration:none;
}
.bp5-tab-indicator-wrapper ~ .bp5-tab{
  background-color:transparent !important;
  box-shadow:none !important;
}
.bp5-tab[aria-disabled=true]{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tab[aria-disabled=true]{
    color:graytext;
  }
}
.bp5-tab[aria-selected=true]{
  border-radius:0;
  box-shadow:inset 0 -3px 0 #215db0;
}
.bp5-tab[aria-selected=true], .bp5-tab:not([aria-disabled=true]):hover{
  color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tab[aria-selected=true], .bp5-tab:not([aria-disabled=true]):hover{
    color:highlight;
  }
}
.bp5-tab:focus{
  -moz-outline-radius:0;
}
.bp5-large > .bp5-tab{
  font-size:16px;
  line-height:40px;
}

.bp5-tab-panel{
  margin-top:20px;
}
.bp5-tab-panel[aria-hidden=true]{
  display:none;
}

.bp5-tab-icon{
  margin-right:7px;
}

.bp5-tab-tag{
  margin-left:7px;
}

.bp5-tab-indicator-wrapper{
  left:0;
  pointer-events:none;
  position:absolute;
  top:0;
  transform:translateX(0), translateY(0);
  transition:height, transform, width;
  transition-duration:200ms;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-tab-indicator-wrapper .bp5-tab-indicator{
  background-color:#215db0;
  bottom:0;
  height:3px;
  left:0;
  position:absolute;
  right:0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tab-indicator-wrapper .bp5-tab-indicator{
    background-color:highlight;
  }
}
.bp5-tab-indicator-wrapper.bp5-no-animation{
  transition:none;
}
.bp5-tabs:not(.bp5-vertical) .bp5-tab-indicator-wrapper{
  height:100%;
}

.bp5-dark .bp5-tab{
  color:#f6f7f9;
}
.bp5-dark .bp5-tab[aria-disabled=true]{
  color:rgba(171, 179, 191, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-tab[aria-disabled=true]{
    color:graytext;
  }
}
.bp5-dark .bp5-tab[aria-selected=true]{
  box-shadow:inset 0 -3px 0 #8abbff;
}
.bp5-dark .bp5-tab[aria-selected=true], .bp5-dark .bp5-tab:not([aria-disabled=true]):hover{
  color:#8abbff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-tab[aria-selected=true], .bp5-dark .bp5-tab:not([aria-disabled=true]):hover{
    color:highlight;
  }
}
.bp5-dark .bp5-tab-indicator{
  background-color:#8abbff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-tab-indicator{
    background-color:highlight;
  }
}

.bp5-flex-expander{
  flex:1 1;
}
.bp5-tag{
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  background-color:#5f6b7c;
  border:none;
  border-radius:2px;
  box-shadow:none;
  color:#ffffff;
  font-size:12px;
  line-height:16px;
  max-width:100%;
  min-height:20px;
  min-width:20px;
  padding:2px 6px;
  position:relative;
}
.bp5-tag > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-tag > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-tag::before,
.bp5-tag > *{
  margin-right:4px;
}
.bp5-tag:empty::before,
.bp5-tag > :last-child{
  margin-right:0;
}
.bp5-tag:focus{
  outline:rgba(45, 114, 210, 0.6) solid 2px;
  outline-offset:0;
  -moz-outline-radius:6px;
}
.bp5-tag.bp5-interactive{
  cursor:pointer;
}
.bp5-tag.bp5-interactive:hover{
  background:#404854;
}
.bp5-tag.bp5-interactive:active, .bp5-tag.bp5-interactive.bp5-active{
  background:#383e47;
}
.bp5-tag.bp5-round{
  border-radius:30px;
  padding-left:8px;
  padding-right:8px;
}
.bp5-dark .bp5-tag{
  background-color:#c5cbd3;
  color:#1c2127;
}
.bp5-dark .bp5-tag > .bp5-icon, .bp5-dark .bp5-tag .bp5-icon-standard, .bp5-dark .bp5-tag .bp5-icon-large{
  fill:currentcolor;
}
.bp5-dark .bp5-tag.bp5-interactive:hover{
  background:#abb3bf;
}
.bp5-dark .bp5-tag.bp5-interactive:active, .bp5-dark .bp5-tag.bp5-interactive.bp5-active{
  background:#8f99a8;
}
.bp5-tag > .bp5-icon, .bp5-tag .bp5-icon-standard, .bp5-tag .bp5-icon-large{
  fill:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tag{
    border:1px solid buttonborder;
  }
}
.bp5-tag.bp5-large, .bp5-large .bp5-tag{
  font-size:14px;
  line-height:20px;
  min-height:30px;
  min-width:30px;
  padding:5px 10px;
}
.bp5-tag.bp5-large::before,
.bp5-tag.bp5-large > *, .bp5-large .bp5-tag::before,
.bp5-large .bp5-tag > *{
  margin-right:7px;
}
.bp5-tag.bp5-large:empty::before,
.bp5-tag.bp5-large > :last-child, .bp5-large .bp5-tag:empty::before,
.bp5-large .bp5-tag > :last-child{
  margin-right:0;
}
.bp5-tag.bp5-large.bp5-round, .bp5-large .bp5-tag.bp5-round{
  padding-left:12px;
  padding-right:12px;
}
.bp5-tag.bp5-intent-primary{
  background:#2d72d2;
  color:#ffffff;
}
.bp5-tag.bp5-intent-primary.bp5-interactive:hover{
  background-color:#215db0;
}
.bp5-tag.bp5-intent-primary.bp5-interactive:active, .bp5-tag.bp5-intent-primary.bp5-interactive.bp5-active{
  background-color:#184a90;
}
.bp5-tag.bp5-intent-primary .bp5-tag-remove{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-tag.bp5-intent-primary .bp5-tag-remove:hover, .bp5-tag.bp5-intent-primary .bp5-tag-remove:active{
  color:#ffffff;
}
.bp5-tag.bp5-intent-success{
  background:#238551;
  color:#ffffff;
}
.bp5-tag.bp5-intent-success.bp5-interactive:hover{
  background-color:#1c6e42;
}
.bp5-tag.bp5-intent-success.bp5-interactive:active, .bp5-tag.bp5-intent-success.bp5-interactive.bp5-active{
  background-color:#165a36;
}
.bp5-tag.bp5-intent-success .bp5-tag-remove{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-tag.bp5-intent-success .bp5-tag-remove:hover, .bp5-tag.bp5-intent-success .bp5-tag-remove:active{
  color:#ffffff;
}
.bp5-tag.bp5-intent-warning{
  background:#fbb360;
  color:#1c2127;
}
.bp5-tag.bp5-intent-warning.bp5-interactive:hover{
  background-color:#ec9a3c;
}
.bp5-tag.bp5-intent-warning.bp5-interactive:active, .bp5-tag.bp5-intent-warning.bp5-interactive.bp5-active{
  background-color:#c87619;
}
.bp5-tag.bp5-intent-warning .bp5-tag-remove{
  color:rgba(28, 33, 39, 0.7);
}
.bp5-tag.bp5-intent-warning .bp5-tag-remove:hover, .bp5-tag.bp5-intent-warning .bp5-tag-remove:active{
  color:#1c2127;
}
.bp5-tag.bp5-intent-danger{
  background:#cd4246;
  color:#ffffff;
}
.bp5-tag.bp5-intent-danger.bp5-interactive:hover{
  background-color:#ac2f33;
}
.bp5-tag.bp5-intent-danger.bp5-interactive:active, .bp5-tag.bp5-intent-danger.bp5-interactive.bp5-active{
  background-color:#8e292c;
}
.bp5-tag.bp5-intent-danger .bp5-tag-remove{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-tag.bp5-intent-danger .bp5-tag-remove:hover, .bp5-tag.bp5-intent-danger .bp5-tag-remove:active{
  color:#ffffff;
}
.bp5-tag.bp5-fill{
  display:flex;
  width:100%;
}
.bp5-tag.bp5-minimal > .bp5-icon, .bp5-tag.bp5-minimal .bp5-icon-standard, .bp5-tag.bp5-minimal .bp5-icon-large{
  fill:#5f6b7c;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]){
  background-color:rgba(143, 153, 168, 0.15);
  color:#1c2127;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive{
  cursor:pointer;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover{
  background-color:rgba(143, 153, 168, 0.3);
  color:#111418;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active, .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active{
  background-color:rgba(143, 153, 168, 0.35);
  color:#111418;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove{
  color:#5f6b7c;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:hover, .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:active{
  color:#404854;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]){
  background-color:rgba(143, 153, 168, 0.15);
  color:#f6f7f9;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive{
  cursor:pointer;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover{
  background-color:rgba(143, 153, 168, 0.3);
  color:#ffffff;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active, .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active{
  background-color:rgba(143, 153, 168, 0.35);
  color:#ffffff;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove{
  color:#abb3bf;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:hover, .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:active{
  color:#d3d8de;
}
.bp5-tag.bp5-minimal.bp5-intent-primary{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
.bp5-tag.bp5-minimal.bp5-intent-primary > .bp5-icon, .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-icon-standard, .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-icon-large{
  fill:#215db0;
}
.bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover{
  background-color:rgba(45, 114, 210, 0.2);
  color:#184a90;
}
.bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active, .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active{
  background-color:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove{
  color:#215db0;
}
.bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:hover, .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:active{
  color:#184a90;
}
.bp5-tag.bp5-minimal.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
.bp5-tag.bp5-minimal.bp5-intent-success > .bp5-icon, .bp5-tag.bp5-minimal.bp5-intent-success .bp5-icon-standard, .bp5-tag.bp5-minimal.bp5-intent-success .bp5-icon-large{
  fill:#1c6e42;
}
.bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover{
  background-color:rgba(35, 133, 81, 0.2);
  color:#165a36;
}
.bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active, .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active{
  background-color:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove{
  color:#1c6e42;
}
.bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:hover, .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:active{
  color:#165a36;
}
.bp5-tag.bp5-minimal.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
.bp5-tag.bp5-minimal.bp5-intent-warning > .bp5-icon, .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-icon-standard, .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-icon-large{
  fill:#935610;
}
.bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover{
  background-color:rgba(200, 118, 25, 0.2);
  color:#77450d;
}
.bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active, .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active{
  background-color:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove{
  color:#935610;
}
.bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:hover, .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:active{
  color:#77450d;
}
.bp5-tag.bp5-minimal.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
.bp5-tag.bp5-minimal.bp5-intent-danger > .bp5-icon, .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-icon-standard, .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-icon-large{
  fill:#ac2f33;
}
.bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover{
  background-color:rgba(205, 66, 70, 0.2);
  color:#8e292c;
}
.bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active, .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active{
  background-color:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove{
  color:#ac2f33;
}
.bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:hover, .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:active{
  color:#8e292c;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover{
  background-color:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active{
  background-color:rgba(45, 114, 210, 0.35);
  color:#99c4ff;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove{
  color:#8abbff;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:hover, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:active{
  color:#99c4ff;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover{
  background-color:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active{
  background-color:rgba(35, 133, 81, 0.35);
  color:#7cd7a2;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove{
  color:#72ca9b;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:hover, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:active{
  color:#7cd7a2;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover{
  background-color:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active{
  background-color:rgba(200, 118, 25, 0.35);
  color:#f5c186;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove{
  color:#fbb360;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:hover, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:active{
  color:#f5c186;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover{
  background-color:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active{
  background-color:rgba(205, 66, 70, 0.35);
  color:#ffa1a4;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove{
  color:#fa999c;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:hover, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:active{
  color:#ffa1a4;
}

.bp5-tag-remove{
  background:none;
  border:none;
  color:rgba(255, 255, 255, 0.7);
  cursor:pointer;
  display:flex;
  margin-bottom:-2px;
  margin-right:-6px !important;
  margin-top:-2px;
  padding:2px;
  padding-left:0;
}
.bp5-tag-remove:hover{
  background:none;
  color:inherit;
  text-decoration:none;
}
.bp5-tag-remove .bp5-icon:first-child{
  color:inherit;
}
.bp5-tag-remove:hover, .bp5-tag-remove:active{
  color:#ffffff;
}
.bp5-tag-remove:empty::before{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  content:"\f2ba";
}
.bp5-large .bp5-tag-remove{
  margin-right:-10px !important;
  padding:0 5px 0 0;
}
.bp5-large .bp5-tag-remove:empty::before{
  font-family:"blueprint-icons-20", sans-serif;
  font-size:20px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:20px;
  line-height:1;
  width:20px;
}
.bp5-dark .bp5-tag-remove{
  color:rgba(28, 33, 39, 0.7);
}
.bp5-dark .bp5-tag-remove:hover, .bp5-dark .bp5-tag-remove:active{
  color:#1c2127;
}
.bp5-compound-tag{
  background:none;
  padding:0;
}
.bp5-compound-tag .bp5-compound-tag-left{
  background-color:#404854;
}
.bp5-compound-tag .bp5-compound-tag-right{
  background-color:#5f6b7c;
}
.bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#383e47;
}
.bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#404854;
}
.bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#2f343c;
}
.bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:#383e47;
}
.bp5-compound-tag .bp5-compound-tag-left,
.bp5-compound-tag .bp5-compound-tag-right{
  align-items:center;
  display:inline-flex;
  padding:2px 4px;
}
.bp5-compound-tag .bp5-compound-tag-left{
  border-bottom-left-radius:2px;
  border-top-left-radius:2px;
  margin-right:0;
}
.bp5-compound-tag .bp5-compound-tag-left > .bp5-icon, .bp5-compound-tag .bp5-compound-tag-left .bp5-icon-standard, .bp5-compound-tag .bp5-compound-tag-left .bp5-icon-large{
  margin-right:4px;
}
.bp5-compound-tag .bp5-compound-tag-right{
  border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  flex-grow:1;
  padding:2px 4px;
}
.bp5-compound-tag .bp5-compound-tag-right > .bp5-icon, .bp5-compound-tag .bp5-compound-tag-right .bp5-icon-standard, .bp5-compound-tag .bp5-compound-tag-right .bp5-icon-large{
  margin-left:4px;
}
.bp5-compound-tag .bp5-compound-tag-right .bp5-compound-tag-right-text{
  flex-grow:1;
}
.bp5-compound-tag .bp5-compound-tag-right .bp5-tag-remove{
  margin-left:2px;
  margin-right:-4px !important;
}
.bp5-compound-tag.bp5-round{
  padding:0;
}
.bp5-compound-tag.bp5-round .bp5-compound-tag-left{
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  padding-left:8px;
}
.bp5-compound-tag.bp5-round .bp5-compound-tag-right{
  border-bottom-right-radius:20px;
  border-top-right-radius:20px;
  padding-right:8px;
}
.bp5-compound-tag.bp5-large{
  padding:0;
}
.bp5-compound-tag.bp5-large .bp5-compound-tag-left,
.bp5-compound-tag.bp5-large .bp5-compound-tag-right{
  padding:5px 8px;
}
.bp5-compound-tag.bp5-large .bp5-compound-tag-left > .bp5-icon, .bp5-compound-tag.bp5-large .bp5-compound-tag-left .bp5-icon-standard, .bp5-compound-tag.bp5-large .bp5-compound-tag-left .bp5-icon-large{
  margin-right:7px;
}
.bp5-compound-tag.bp5-large .bp5-compound-tag-right > .bp5-icon, .bp5-compound-tag.bp5-large .bp5-compound-tag-right .bp5-icon-standard, .bp5-compound-tag.bp5-large .bp5-compound-tag-right .bp5-icon-large{
  margin-left:7px;
}
.bp5-compound-tag.bp5-large .bp5-tag-remove{
  margin-left:7px;
  margin-right:-10px !important;
}
.bp5-compound-tag.bp5-large.bp5-round{
  padding:0;
}
.bp5-compound-tag.bp5-large.bp5-round .bp5-compound-tag-left{
  border-bottom-left-radius:30px;
  border-top-left-radius:30px;
  padding-left:12px;
}
.bp5-compound-tag.bp5-large.bp5-round .bp5-compound-tag-right{
  border-bottom-right-radius:30px;
  border-top-right-radius:30px;
  padding-right:12px;
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]){
  background:none;
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.2);
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.1);
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.2);
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.4);
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary{
  background:none;
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.1);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.4);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success{
  background:none;
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.1);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.4);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning{
  background:none;
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.1);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.4);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger{
  background:none;
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.1);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.4);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.3);
}
.bp5-dark .bp5-compound-tag{
  background:none;
}
.bp5-dark .bp5-compound-tag .bp5-compound-tag-left{
  background-color:#abb3bf;
}
.bp5-dark .bp5-compound-tag .bp5-compound-tag-right{
  background-color:#c5cbd3;
}
.bp5-dark .bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#8f99a8;
}
.bp5-dark .bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#abb3bf;
}
.bp5-dark .bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#738091;
}
.bp5-dark .bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:gray3;
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]){
  background:none;
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.4);
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.2);
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.5);
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.55);
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.35);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary{
  background:none;
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.4);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.5);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.3);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.55);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.35);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success{
  background:none;
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.4);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.5);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.3);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.55);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.35);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning{
  background:none;
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.4);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.5);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.3);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.55);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.35);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger{
  background:none;
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.4);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.5);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.3);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.55);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.35);
}
.bp5-compound-tag.bp5-intent-primary{
  background:none;
}
.bp5-compound-tag.bp5-intent-primary .bp5-compound-tag-left{
  background-color:#215db0;
}
.bp5-compound-tag.bp5-intent-primary .bp5-compound-tag-right{
  background-color:#2d72d2;
}
.bp5-compound-tag.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#184a90;
}
.bp5-compound-tag.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#215db0;
}
.bp5-compound-tag.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#11376b;
}
.bp5-compound-tag.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:#184a90;
}
.bp5-compound-tag.bp5-intent-success{
  background:none;
}
.bp5-compound-tag.bp5-intent-success .bp5-compound-tag-left{
  background-color:#1c6e42;
}
.bp5-compound-tag.bp5-intent-success .bp5-compound-tag-right{
  background-color:#238551;
}
.bp5-compound-tag.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#165a36;
}
.bp5-compound-tag.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#1c6e42;
}
.bp5-compound-tag.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#0f3e25;
}
.bp5-compound-tag.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:#165a36;
}
.bp5-compound-tag.bp5-intent-warning{
  background:none;
}
.bp5-compound-tag.bp5-intent-warning .bp5-compound-tag-left{
  background-color:#ec9a3c;
}
.bp5-compound-tag.bp5-intent-warning .bp5-compound-tag-right{
  background-color:#fbb360;
}
.bp5-compound-tag.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#c87619;
}
.bp5-compound-tag.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#ec9a3c;
}
.bp5-compound-tag.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#935610;
}
.bp5-compound-tag.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:#c87619;
}
.bp5-compound-tag.bp5-intent-danger{
  background:none;
}
.bp5-compound-tag.bp5-intent-danger .bp5-compound-tag-left{
  background-color:#ac2f33;
}
.bp5-compound-tag.bp5-intent-danger .bp5-compound-tag-right{
  background-color:#cd4246;
}
.bp5-compound-tag.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#8e292c;
}
.bp5-compound-tag.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#ac2f33;
}
.bp5-compound-tag.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#782326;
}
.bp5-compound-tag.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:#8e292c;
}
.bp5-tag-input{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  cursor:text;
  height:auto;
  line-height:inherit;
  min-height:30px;
  padding-left:5px;
  padding-right:0;
}
.bp5-tag-input > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-tag-input > .bp5-tag-input-values{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-tag-input .bp5-tag-input-icon{
  color:#5f6b7c;
  margin-left:2px;
  margin-right:7px;
  margin-top:7px;
}
.bp5-tag-input .bp5-tag-input-values{
  display:flex;
  flex-direction:row;
  align-items:center;
  align-self:stretch;
  flex-wrap:wrap;
  margin-right:7px;
  margin-top:5px;
  min-width:0;
  position:relative;
}
.bp5-tag-input .bp5-tag-input-values > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-tag-input .bp5-tag-input-values > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-tag-input .bp5-tag-input-values::before,
.bp5-tag-input .bp5-tag-input-values > *{
  margin-right:5px;
}
.bp5-tag-input .bp5-tag-input-values:empty::before,
.bp5-tag-input .bp5-tag-input-values > :last-child{
  margin-right:0;
}
.bp5-tag-input .bp5-tag-input-values:first-child .bp5-tag ~ .bp5-input-ghost{
  padding-left:0;
}
.bp5-tag-input .bp5-tag-input-values:first-child .bp5-input-ghost{
  padding-left:5px;
}
.bp5-tag-input .bp5-tag-input-values > *{
  margin-bottom:5px;
}
.bp5-tag-input .bp5-tag{
  overflow-wrap:break-word;
}
.bp5-tag-input .bp5-tag.bp5-active{
  outline:rgba(45, 114, 210, 0.6) solid 2px;
  outline-offset:0;
  -moz-outline-radius:6px;
}
.bp5-tag-input .bp5-input-ghost{
  flex:1 1 auto;
  line-height:20px;
  width:80px;
}
.bp5-tag-input .bp5-input-ghost:disabled, .bp5-tag-input .bp5-input-ghost.bp5-disabled{
  cursor:not-allowed;
}
.bp5-tag-input .bp5-button,
.bp5-tag-input .bp5-spinner{
  margin:3px;
  margin-left:0;
}
.bp5-tag-input .bp5-button{
  min-height:24px;
  min-width:24px;
  padding:0 7px;
}
.bp5-tag-input.bp5-large{
  height:auto;
  min-height:40px;
}
.bp5-tag-input.bp5-large::before,
.bp5-tag-input.bp5-large > *{
  margin-right:10px;
}
.bp5-tag-input.bp5-large:empty::before,
.bp5-tag-input.bp5-large > :last-child{
  margin-right:0;
}
.bp5-tag-input.bp5-large .bp5-tag-input-icon{
  margin-left:5px;
  margin-top:10px;
}
.bp5-tag-input.bp5-large .bp5-input-ghost{
  line-height:30px;
}
.bp5-tag-input.bp5-large .bp5-button{
  min-height:30px;
  min-width:30px;
  padding:5px 10px;
  margin:5px;
  margin-left:0;
}
.bp5-tag-input.bp5-large .bp5-spinner{
  margin:8px;
  margin-left:0;
}
.bp5-tag-input.bp5-active{
  background-color:#ffffff;
  box-shadow:inset 0 0 0 1px #2d72d2, 0 0 0 2px rgba(45, 114, 210, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-tag-input.bp5-active.bp5-intent-primary{
  box-shadow:inset 0 0 0 1px #2d72d2, 0 0 0 2px rgba(45, 114, 210, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-tag-input.bp5-active.bp5-intent-success{
  box-shadow:inset 0 0 0 1px #238551, 0 0 0 2px rgba(35, 133, 81, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-tag-input.bp5-active.bp5-intent-warning{
  box-shadow:inset 0 0 0 1px #c87619, 0 0 0 2px rgba(200, 118, 25, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-tag-input.bp5-active.bp5-intent-danger{
  box-shadow:inset 0 0 0 1px #cd4246, 0 0 0 2px rgba(205, 66, 70, 0.3), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-tag-input .bp5-tag-input-icon, .bp5-tag-input.bp5-dark .bp5-tag-input-icon{
  color:#abb3bf;
}
.bp5-dark .bp5-tag-input .bp5-input-ghost, .bp5-tag-input.bp5-dark .bp5-input-ghost{
  color:#f6f7f9;
}
.bp5-dark .bp5-tag-input .bp5-input-ghost::-moz-placeholder, .bp5-tag-input.bp5-dark .bp5-input-ghost::-moz-placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-tag-input .bp5-input-ghost::placeholder, .bp5-tag-input.bp5-dark .bp5-input-ghost::placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-tag-input.bp5-active, .bp5-tag-input.bp5-dark.bp5-active{
  background-color:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px #4c90f0, inset 0 0 0 1px #4c90f0, 0 0 0 2px rgba(76, 144, 240, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-primary, .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-primary{
  box-shadow:inset 0 0 0 1px #4c90f0, 0 0 0 2px rgba(76, 144, 240, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-success, .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-success{
  box-shadow:inset 0 0 0 1px #32a467, 0 0 0 2px rgba(50, 164, 103, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-warning, .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-warning{
  box-shadow:inset 0 0 0 1px #ec9a3c, 0 0 0 2px rgba(236, 154, 60, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-danger, .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-danger{
  box-shadow:inset 0 0 0 1px #e76a6e, 0 0 0 2px rgba(231, 106, 110, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}

.bp5-input-ghost{
  background:none;
  border:none;
  box-shadow:none;
  padding:0;
}
.bp5-input-ghost::-moz-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-input-ghost::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-input-ghost:focus{
  outline:none !important;
}
.bp5-resizable-input-span{
  max-height:0;
  max-width:100%;
  min-width:80px;
  opacity:0;
  overflow:hidden;
  position:absolute;
  white-space:nowrap;
  z-index:-1;
}
.bp5-toast{
  align-items:flex-start;
  background-color:#ffffff;
  border-radius:2px;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  display:flex;
  margin:20px 0 0;
  max-width:500px;
  min-width:300px;
  pointer-events:all;
  position:relative !important;
}
.bp5-toast.bp5-toast-enter, .bp5-toast.bp5-toast-appear{
  transform:translateY(-40px);
}
.bp5-toast.bp5-toast-enter-active, .bp5-toast.bp5-toast-appear-active{
  transform:translateY(0);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}
.bp5-toast.bp5-toast-enter ~ .bp5-toast, .bp5-toast.bp5-toast-appear ~ .bp5-toast{
  transform:translateY(-40px);
}
.bp5-toast.bp5-toast-enter-active ~ .bp5-toast, .bp5-toast.bp5-toast-appear-active ~ .bp5-toast{
  transform:translateY(0);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}
.bp5-toast.bp5-toast-exit{
  opacity:1;
  filter:blur(0);
}
.bp5-toast.bp5-toast-exit-active{
  opacity:0;
  filter:blur(10px);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:opacity, filter;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-toast.bp5-toast-exit ~ .bp5-toast{
  transform:translateY(0);
}
.bp5-toast.bp5-toast-exit-active ~ .bp5-toast{
  transform:translateY(-40px);
  transition-delay:50ms;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-toast .bp5-button-group{
  flex:0 0 auto;
  padding:5px;
  padding-left:0;
}
.bp5-toast > .bp5-icon{
  color:#5f6b7c;
  margin:12px;
  margin-right:0;
}
.bp5-toast.bp5-dark, .bp5-dark .bp5-toast{
  background-color:#404854;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-toast.bp5-dark > .bp5-icon, .bp5-dark .bp5-toast > .bp5-icon{
  color:#abb3bf;
}
.bp5-toast.bp5-dark .bp5-button .bp5-icon, .bp5-dark .bp5-toast .bp5-button .bp5-icon{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-toast[class*=bp5-intent-] a{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-toast[class*=bp5-intent-] a:hover{
  color:#ffffff;
}
.bp5-toast[class*=bp5-intent-] > .bp5-icon{
  color:#ffffff;
}
.bp5-toast.bp5-intent-primary{
  background-color:#2d72d2;
  color:#ffffff;
}
.bp5-toast.bp5-intent-primary .bp5-icon:first-child{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-toast.bp5-intent-primary .bp5-button{
  background-color:#2d72d2 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-primary .bp5-button:hover{
  background-color:#215db0 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-primary .bp5-button:active{
  background-color:#184a90 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-primary .bp5-button:focus{
  outline-color:rgba(255, 255, 255, 0.5);
}
.bp5-toast.bp5-intent-primary .bp5-button:last-child > .bp5-icon-cross{
  color:rgba(255, 255, 255, 0.7) !important;
}
.bp5-toast.bp5-intent-success{
  background-color:#238551;
  color:#ffffff;
}
.bp5-toast.bp5-intent-success .bp5-icon:first-child{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-toast.bp5-intent-success .bp5-button{
  background-color:#238551 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-success .bp5-button:hover{
  background-color:#1c6e42 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-success .bp5-button:active{
  background-color:#165a36 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-success .bp5-button:focus{
  outline-color:rgba(255, 255, 255, 0.5);
}
.bp5-toast.bp5-intent-success .bp5-button:last-child > .bp5-icon-cross{
  color:rgba(255, 255, 255, 0.7) !important;
}
.bp5-toast.bp5-intent-warning{
  background-color:#fbb360;
  color:#1c2127;
}
.bp5-toast.bp5-intent-warning .bp5-icon:first-child{
  color:rgba(28, 33, 39, 0.7);
}
.bp5-toast.bp5-intent-warning .bp5-button{
  background-color:#fbb360 !important;
  color:#1c2127 !important;
}
.bp5-toast.bp5-intent-warning .bp5-button:hover{
  background-color:#ec9a3c !important;
  color:#1c2127 !important;
}
.bp5-toast.bp5-intent-warning .bp5-button:active{
  background-color:#c87619 !important;
  color:#1c2127 !important;
}
.bp5-toast.bp5-intent-warning .bp5-button:focus{
  outline-color:rgba(255, 255, 255, 0.5);
}
.bp5-toast.bp5-intent-warning .bp5-button:last-child > .bp5-icon-cross{
  color:rgba(28, 33, 39, 0.7) !important;
}
.bp5-toast.bp5-intent-danger{
  background-color:#cd4246;
  color:#ffffff;
}
.bp5-toast.bp5-intent-danger .bp5-icon:first-child{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-toast.bp5-intent-danger .bp5-button{
  background-color:#cd4246 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-danger .bp5-button:hover{
  background-color:#ac2f33 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-danger .bp5-button:active{
  background-color:#8e292c !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-danger .bp5-button:focus{
  outline-color:rgba(255, 255, 255, 0.5);
}
.bp5-toast.bp5-intent-danger .bp5-button:last-child > .bp5-icon-cross{
  color:rgba(255, 255, 255, 0.7) !important;
}

.bp5-toast-message{
  flex:1 1 auto;
  padding:11px;
  word-break:break-word;
}

.bp5-toast-container{
  align-items:center;
  display:flex !important;
  flex-direction:column;
  left:0;
  overflow:hidden;
  padding:0 20px 20px;
  pointer-events:none;
  right:0;
  z-index:40;
}
.bp5-toast-container.bp5-toast-container-in-portal{
  position:fixed;
}
.bp5-toast-container.bp5-toast-container-inline{
  position:absolute;
}
.bp5-toast-container.bp5-toast-container-top{
  top:0;
}
.bp5-toast-container.bp5-toast-container-bottom{
  bottom:0;
  flex-direction:column-reverse;
  top:auto;
}
.bp5-toast-container.bp5-toast-container-left{
  align-items:flex-start;
}
.bp5-toast-container.bp5-toast-container-right{
  align-items:flex-end;
}

.bp5-toast-container-bottom .bp5-toast.bp5-toast-enter:not(.bp5-toast-enter-active), .bp5-toast-container-bottom .bp5-toast.bp5-toast-enter:not(.bp5-toast-enter-active) ~ .bp5-toast, .bp5-toast-container-bottom .bp5-toast.bp5-toast-appear:not(.bp5-toast-appear-active), .bp5-toast-container-bottom .bp5-toast.bp5-toast-appear:not(.bp5-toast-appear-active) ~ .bp5-toast, .bp5-toast-container-bottom .bp5-toast.bp5-toast-exit-active ~ .bp5-toast, .bp5-toast-container-bottom .bp5-toast.bp5-toast-leave-active ~ .bp5-toast{
  transform:translateY(60px);
}
.bp5-tooltip{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  transform:scale(1);
  color:#f6f7f9;
}
.bp5-tooltip .bp5-popover-arrow{
  height:22px;
  position:absolute;
  width:22px;
}
.bp5-tooltip .bp5-popover-arrow::before{
  height:14px;
  margin:4px;
  width:14px;
}
.bp5-tooltip .bp5-popover-content{
  background:#404854;
}
.bp5-tooltip .bp5-popover-content,
.bp5-tooltip .bp5-heading{
  color:#f6f7f9;
}
.bp5-tooltip .bp5-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.2);
}
.bp5-tooltip .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.1;
}
.bp5-tooltip .bp5-popover-arrow-fill{
  fill:#404854;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
  .bp5-tooltip{
    border:1px solid buttonborder;
  }
}
.bp5-popover-enter > .bp5-tooltip, .bp5-popover-appear > .bp5-tooltip{
  transform:scale(0.8);
}
.bp5-popover-enter-active > .bp5-tooltip, .bp5-popover-appear-active > .bp5-tooltip{
  transform:scale(1);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover-exit > .bp5-tooltip{
  transform:scale(1);
}
.bp5-popover-exit-active > .bp5-tooltip{
  transform:scale(0.8);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-tooltip .bp5-text-muted{
  color:#abb3bf;
}
.bp5-tooltip .bp5-text-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-tooltip .bp5-running-text hr{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-tooltip a{
  color:#8abbff;
}
.bp5-tooltip a:hover{
  color:#8abbff;
}
.bp5-tooltip a .bp5-icon, .bp5-tooltip a .bp5-icon-standard, .bp5-tooltip a .bp5-icon-large{
  color:inherit;
}
.bp5-tooltip a code{
  color:inherit;
}
.bp5-tooltip .bp5-code,
.bp5-tooltip .bp5-running-text code{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
a > .bp5-tooltip .bp5-code,
a > .bp5-tooltip .bp5-running-text code{
  color:inherit;
}
.bp5-tooltip .bp5-code-block,
.bp5-tooltip .bp5-running-text pre{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#f6f7f9;
}
.bp5-tooltip .bp5-code-block > code,
.bp5-tooltip .bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
.bp5-tooltip .bp5-key,
.bp5-tooltip .bp5-running-text kbd{
  background:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
.bp5-tooltip .bp5-icon.bp5-intent-primary, .bp5-tooltip .bp5-icon-standard.bp5-intent-primary, .bp5-tooltip .bp5-icon-large.bp5-intent-primary{
  color:#8abbff;
}
.bp5-tooltip .bp5-icon.bp5-intent-success, .bp5-tooltip .bp5-icon-standard.bp5-intent-success, .bp5-tooltip .bp5-icon-large.bp5-intent-success{
  color:#72ca9b;
}
.bp5-tooltip .bp5-icon.bp5-intent-warning, .bp5-tooltip .bp5-icon-standard.bp5-intent-warning, .bp5-tooltip .bp5-icon-large.bp5-intent-warning{
  color:#fbb360;
}
.bp5-tooltip .bp5-icon.bp5-intent-danger, .bp5-tooltip .bp5-icon-standard.bp5-intent-danger, .bp5-tooltip .bp5-icon-large.bp5-intent-danger{
  color:#fa999c;
}
.bp5-tooltip .bp5-popover-content{
  padding:10px 12px;
}
.bp5-tooltip.bp5-compact .bp5-popover-content{
  line-height:1rem;
  padding:5px 7px;
}
.bp5-tooltip.bp5-compact .bp5-code{
  vertical-align:text-bottom;
}
.bp5-tooltip.bp5-popover-placement-top .bp5-popover-arrow{
  transform:translateY(-3px);
}
.bp5-tooltip.bp5-popover-placement-left .bp5-popover-arrow{
  transform:translateX(-3px);
}
.bp5-tooltip.bp5-popover-placement-bottom .bp5-popover-arrow{
  transform:translateY(3px);
}
.bp5-tooltip.bp5-popover-placement-right .bp5-popover-arrow{
  transform:translateX(3px);
}
.bp5-tooltip.bp5-dark, .bp5-dark .bp5-tooltip{
  box-shadow:0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-tooltip.bp5-dark .bp5-popover-content, .bp5-dark .bp5-tooltip .bp5-popover-content{
  background:#e5e8eb;
}
.bp5-tooltip.bp5-dark .bp5-popover-content,
.bp5-tooltip.bp5-dark .bp5-heading, .bp5-dark .bp5-tooltip .bp5-popover-content,
.bp5-dark .bp5-tooltip .bp5-heading{
  color:#404854;
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow::before, .bp5-dark .bp5-tooltip .bp5-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.4);
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow-border, .bp5-dark .bp5-tooltip .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.2;
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{
  fill:#e5e8eb;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
  .bp5-tooltip.bp5-dark, .bp5-dark .bp5-tooltip{
    border:1px solid buttonborder;
  }
}
.bp5-tooltip.bp5-dark .bp5-text-muted, .bp5-dark .bp5-tooltip .bp5-text-muted{
  color:#5f6b7c;
}
.bp5-tooltip.bp5-dark .bp5-text-disabled, .bp5-dark .bp5-tooltip .bp5-text-disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-tooltip.bp5-dark .bp5-running-text hr, .bp5-dark .bp5-tooltip .bp5-running-text hr{
  border-color:rgba(17, 20, 24, 0.15);
}
.bp5-tooltip.bp5-dark a, .bp5-dark .bp5-tooltip a{
  color:#215db0;
}
.bp5-tooltip.bp5-dark a:hover, .bp5-dark .bp5-tooltip a:hover{
  color:#215db0;
}
.bp5-tooltip.bp5-dark a .bp5-icon, .bp5-tooltip.bp5-dark a .bp5-icon-standard, .bp5-tooltip.bp5-dark a .bp5-icon-large, .bp5-dark .bp5-tooltip a .bp5-icon, .bp5-dark .bp5-tooltip a .bp5-icon-standard, .bp5-dark .bp5-tooltip a .bp5-icon-large{
  color:inherit;
}
.bp5-tooltip.bp5-dark a code, .bp5-dark .bp5-tooltip a code{
  color:inherit;
}
.bp5-tooltip.bp5-dark .bp5-code,
.bp5-tooltip.bp5-dark .bp5-running-text code, .bp5-dark .bp5-tooltip .bp5-code,
.bp5-dark .bp5-tooltip .bp5-running-text code{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}
a > .bp5-tooltip.bp5-dark .bp5-code,
a > .bp5-tooltip.bp5-dark .bp5-running-text code, a > .bp5-dark .bp5-tooltip .bp5-code,
a > .bp5-dark .bp5-tooltip .bp5-running-text code{
  color:#2d72d2;
}
.bp5-tooltip.bp5-dark .bp5-code-block,
.bp5-tooltip.bp5-dark .bp5-running-text pre, .bp5-dark .bp5-tooltip .bp5-code-block,
.bp5-dark .bp5-tooltip .bp5-running-text pre{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
  color:#1c2127;
}
.bp5-tooltip.bp5-dark .bp5-code-block > code,
.bp5-tooltip.bp5-dark .bp5-running-text pre > code, .bp5-dark .bp5-tooltip .bp5-code-block > code,
.bp5-dark .bp5-tooltip .bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-dark .bp5-code-block,
  .bp5-tooltip.bp5-dark .bp5-running-text pre, .bp5-dark .bp5-tooltip .bp5-code-block,
  .bp5-dark .bp5-tooltip .bp5-running-text pre{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-tooltip.bp5-dark .bp5-key,
.bp5-tooltip.bp5-dark .bp5-running-text kbd, .bp5-dark .bp5-tooltip .bp5-key,
.bp5-dark .bp5-tooltip .bp5-running-text kbd{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-primary, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-primary, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-primary{
  color:#215db0;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-success, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-success, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-success{
  color:#1c6e42;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-warning, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-warning, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-warning{
  color:#935610;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-danger, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-danger, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-tooltip.bp5-intent-primary .bp5-popover-content{
  background:#2d72d2;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{
  fill:#2d72d2;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-success .bp5-popover-content{
  background:#238551;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{
  fill:#238551;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-warning .bp5-popover-content{
  background:#c87619;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{
  fill:#c87619;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-danger .bp5-popover-content{
  background:#cd4246;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{
  fill:#cd4246;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}

.bp5-tooltip-indicator{
  border-bottom:dotted 1px;
  cursor:help;
}
.bp5-tree .bp5-icon, .bp5-tree .bp5-icon-standard, .bp5-tree .bp5-icon-large{
  color:#5f6b7c;
}
.bp5-tree .bp5-icon.bp5-intent-primary, .bp5-tree .bp5-icon-standard.bp5-intent-primary, .bp5-tree .bp5-icon-large.bp5-intent-primary{
  color:#2d72d2;
}
.bp5-tree .bp5-icon.bp5-intent-success, .bp5-tree .bp5-icon-standard.bp5-intent-success, .bp5-tree .bp5-icon-large.bp5-intent-success{
  color:#238551;
}
.bp5-tree .bp5-icon.bp5-intent-warning, .bp5-tree .bp5-icon-standard.bp5-intent-warning, .bp5-tree .bp5-icon-large.bp5-intent-warning{
  color:#c87619;
}
.bp5-tree .bp5-icon.bp5-intent-danger, .bp5-tree .bp5-icon-standard.bp5-intent-danger, .bp5-tree .bp5-icon-large.bp5-intent-danger{
  color:#cd4246;
}

.bp5-tree-node-list{
  list-style:none;
  margin:0;
  padding-left:0;
}

.bp5-tree-root{
  background-color:transparent;
  cursor:default;
  padding-left:0;
  position:relative;
}

.bp5-tree-node-content-0{
  padding-left:0px;
}

.bp5-tree-node-content-1{
  padding-left:23px;
}

.bp5-tree-node-content-2{
  padding-left:46px;
}

.bp5-tree-node-content-3{
  padding-left:69px;
}

.bp5-tree-node-content-4{
  padding-left:92px;
}

.bp5-tree-node-content-5{
  padding-left:115px;
}

.bp5-tree-node-content-6{
  padding-left:138px;
}

.bp5-tree-node-content-7{
  padding-left:161px;
}

.bp5-tree-node-content-8{
  padding-left:184px;
}

.bp5-tree-node-content-9{
  padding-left:207px;
}

.bp5-tree-node-content-10{
  padding-left:230px;
}

.bp5-tree-node-content-11{
  padding-left:253px;
}

.bp5-tree-node-content-12{
  padding-left:276px;
}

.bp5-tree-node-content-13{
  padding-left:299px;
}

.bp5-tree-node-content-14{
  padding-left:322px;
}

.bp5-tree-node-content-15{
  padding-left:345px;
}

.bp5-tree-node-content-16{
  padding-left:368px;
}

.bp5-tree-node-content-17{
  padding-left:391px;
}

.bp5-tree-node-content-18{
  padding-left:414px;
}

.bp5-tree-node-content-19{
  padding-left:437px;
}

.bp5-tree-node-content-20{
  padding-left:460px;
}

.bp5-tree-node-content{
  align-items:center;
  background:none;
  display:flex;
  height:30px;
  padding-right:5px;
  width:100%;
}
.bp5-tree-node-content:hover{
  background-color:rgba(143, 153, 168, 0.15);
}
.bp5-tree-node-content:active{
  background-color:rgba(143, 153, 168, 0.3);
}

.bp5-tree-node-caret,
.bp5-tree-node-caret-none{
  min-width:30px;
}

.bp5-tree-node-caret{
  color:#5f6b7c;
  cursor:pointer;
  padding:7px;
  transform:rotate(0deg);
  transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-tree-node-caret:hover{
  color:#1c2127;
}
.bp5-dark .bp5-tree-node-caret{
  color:#abb3bf;
}
.bp5-dark .bp5-tree-node-caret:hover{
  color:#f6f7f9;
}
.bp5-tree-node-caret:hover{
  color:#1c2127;
}
.bp5-tree-node-caret.bp5-tree-node-caret-open{
  transform:rotate(90deg);
}
.bp5-tree-node-caret.bp5-icon-standard::before{
  content:"\f14d";
}

.bp5-tree-node-icon{
  margin-right:7px;
  position:relative;
}

.bp5-tree-node-label{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  flex:1 1 auto;
  position:relative;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-tree-node-label span{
  display:inline;
}

.bp5-tree-node-secondary-label{
  padding:0 5px;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-tree-node-secondary-label .bp5-popover-wrapper,
.bp5-tree-node-secondary-label .bp5-popover-target{
  align-items:center;
  display:flex;
}

.bp5-tree-node.bp5-disabled .bp5-tree-node-content{
  background-color:inherit;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-tree-node.bp5-disabled .bp5-tree-node-caret,
.bp5-tree-node.bp5-disabled .bp5-tree-node-icon{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}

.bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content{
  background-color:#2d72d2;
}
.bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content,
.bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon, .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon-standard, .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon-large{
  color:#ffffff;
}
.bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-tree-node-caret::before{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-tree-node-caret:hover::before{
  color:#ffffff;
}

.bp5-tree.bp5-compact .bp5-tree-node-content{
  height:24px;
}
.bp5-tree.bp5-compact .bp5-tree-node-caret{
  margin-right:3px;
  min-width:24px;
  padding:4px;
}

.bp5-dark .bp5-tree-node-content:hover{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp5-dark .bp5-tree .bp5-icon, .bp5-dark .bp5-tree .bp5-icon-standard, .bp5-dark .bp5-tree .bp5-icon-large{
  color:#abb3bf;
}
.bp5-dark .bp5-tree .bp5-icon.bp5-intent-primary, .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-primary, .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-tree .bp5-icon.bp5-intent-success, .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-success, .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-tree .bp5-icon.bp5-intent-warning, .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-warning, .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-tree .bp5-icon.bp5-intent-danger, .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-danger, .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-tree-node:not(.bp5-disabled) .bp5-tree-node-caret:hover{
  color:#f6f7f9;
}
.bp5-dark .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content{
  background-color:#2d72d2;
}
.bp5-dark .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon, .bp5-dark .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon-standard, .bp5-dark .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon-large{
  color:#ffffff;
}.bp5-navbar .polotno-panel-container {
  width: 200px !important;
}
.rw-scaffold {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.rw-scaffold h1,
.rw-scaffold h2 {
  margin: 0px;
}
.rw-scaffold a {
  background-color: transparent;
}
.rw-scaffold ul {
  margin: 0px;
  padding: 0px;
}
.rw-scaffold input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.rw-scaffold input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.rw-header {
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.rw-main {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.rw-segment {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  scrollbar-color: #a1a1aa transparent;
}
.rw-segment::-webkit-scrollbar {
  height: initial;
}
.rw-segment::-webkit-scrollbar-track {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 2px;
}
.rw-segment::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
  background-clip: content-box;
}
.rw-segment-header {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.rw-segment-main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.rw-link {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.rw-link:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.rw-forgot-link {
  margin-top: 0.25rem;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.rw-forgot-link:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.rw-heading {
  font-weight: 600;
}
.rw-heading.rw-heading-primary {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.rw-heading.rw-heading-secondary {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.rw-heading .rw-link {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.rw-heading .rw-link:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.rw-cell-error {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.rw-form-wrapper {
  margin-top: -1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.rw-cell-error,
.rw-form-error-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 247 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.rw-form-error-title {
  margin: 0px;
  font-weight: 600;
}
.rw-form-error-list {
  margin-top: 0.5rem;
  list-style-position: inside;
  list-style-type: disc;
}
.rw-button {
  display: flex;
  cursor: pointer;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
.rw-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rw-button.rw-button-small {
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.rw-button.rw-button-green {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rw-button.rw-button-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.rw-button.rw-button-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rw-button.rw-button-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.rw-button.rw-button-red {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rw-button.rw-button-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rw-button-icon {
  margin-right: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.rw-button-group {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
}
.rw-button-group .rw-button {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.rw-form-wrapper .rw-button-group {
  margin-top: 2rem;
}
.rw-label {
  margin-top: 1.5rem;
  display: block;
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.rw-label.rw-label-error {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.rw-input {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.rw-check-radio-items {
  display: flex;
  justify-items: center;
}
.rw-check-radio-item-none {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.rw-input[type='checkbox'],
.rw-input[type='radio'] {
  margin-left: 0px;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  width: 1rem;
}
.rw-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.rw-input-error {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.rw-input-error:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 5px #c53030;
}
.rw-field-error {
  margin-top: 0.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.rw-table-wrapper-responsive {
  overflow-x: auto;
}
.rw-table-wrapper-responsive .rw-table {
  min-width: 48rem;
}
.rw-table {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.rw-table th,
.rw-table td {
  padding: 0.75rem;
}
.rw-table td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.rw-table tr:nth-child(odd) td,
.rw-table tr:nth-child(odd) th {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.rw-table thead tr {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.rw-table th {
  text-align: left;
  font-weight: 600;
}
.rw-table thead th {
  text-align: left;
}
.rw-table tbody th {
  text-align: right;
}
@media (min-width: 768px) {
  .rw-table tbody th {
    width: 20%;
  }
}
.rw-table tbody tr {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.rw-table input {
  margin-left: 0px;
}
.rw-table-actions {
  display: flex;
  height: 1rem;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.25rem;
}
.rw-table-actions .rw-button {
  background-color: transparent;
}
.rw-table-actions .rw-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rw-table-actions .rw-button-blue {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.rw-table-actions .rw-button-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rw-table-actions .rw-button-red {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.rw-table-actions .rw-button-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rw-text-center {
  text-align: center;
}
.rw-login-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  width: 24rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rw-login-container .rw-form-wrapper {
  width: 100%;
  text-align: center;
}
.rw-login-link {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.rw-webauthn-wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1.5rem;
  line-height: 1.5rem;
}
.rw-webauthn-wrapper h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
/**
 * START --- SETUP TAILWINDCSS EDIT
 *
 * `yarn rw setup ui tailwindcss` placed these imports here
 * to inject Tailwind's styles into your CSS.
 * For more information, see: https://tailwindcss.com/docs/installation#include-tailwind-in-your-css
 */
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
html {
    font-family: Inter, system-ui, sans-serif;
  }
*, ::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:  ;
}
::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.\!pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-none {
  pointer-events: none;
}
.\!pointer-events-auto {
  pointer-events: auto !important;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-1 {
  inset: 0.25rem;
}
.inset-3 {
  inset: 0.75rem;
}
.inset-auto {
  inset: auto;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}
.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}
.-bottom-4 {
  bottom: -1rem;
}
.-right-\[2px\] {
  right: -2px;
}
.-right-core-size-12 {
  right: -2px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-core-space-50 {
  bottom: 8px;
}
.bottom-core-space-75 {
  bottom: 12px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-\[26px\] {
  left: 26px;
}
.left-core-size-150 {
  left: 24px;
}
.left-core-space-50 {
  left: 8px;
}
.left-core-space-75 {
  left: 12px;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-core-space-0 {
  right: 0px;
}
.right-core-space-100 {
  right: 16px;
}
.right-core-space-50 {
  right: 8px;
}
.right-core-space-75 {
  right: 12px;
}
.right-full {
  right: 100%;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-20 {
  top: 5rem;
}
.top-7 {
  top: 1.75rem;
}
.top-8 {
  top: 2rem;
}
.top-core-size-0 {
  top: 0px;
}
.top-core-size-25 {
  top: 4px;
}
.top-core-space-1400 {
  top: 224px;
}
.top-core-space-200 {
  top: 32px;
}
.top-core-space-50 {
  top: 8px;
}
.top-core-space-75 {
  top: 12px;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.m-core-space-0 {
  margin: 0px;
}
.m-core-space-100 {
  margin: 16px;
}
.m-core-space-25 {
  margin: 4px;
}
.m-core-space-50 {
  margin: 8px;
}
.m-core-space-75 {
  margin: 12px;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}
.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}
.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}
.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}
.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}
.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}
.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}
.-mx-core-space-100 {
  margin-left: -16px;
  margin-right: -16px;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}
.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}
.-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}
.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}
.-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}
.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}
.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}
.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}
.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.my-core-space-200 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-core-space-25 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-core-space-50 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-core-space-75 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!ml-2 {
  margin-left: 0.5rem !important;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-ml-1\.5 {
  margin-left: -0.375rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-ml-11 {
  margin-left: -2.75rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-ml-14 {
  margin-left: -3.5rem;
}
.-ml-16 {
  margin-left: -4rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-2\.5 {
  margin-left: -0.625rem;
}
.-ml-20 {
  margin-left: -5rem;
}
.-ml-24 {
  margin-left: -6rem;
}
.-ml-28 {
  margin-left: -7rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-40 {
  margin-left: -10rem;
}
.-ml-44 {
  margin-left: -11rem;
}
.-ml-48 {
  margin-left: -12rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-ml-52 {
  margin-left: -13rem;
}
.-ml-56 {
  margin-left: -14rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-ml-60 {
  margin-left: -15rem;
}
.-ml-64 {
  margin-left: -16rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-ml-80 {
  margin-left: -20rem;
}
.-ml-\[18px\] {
  margin-left: -18px;
}
.-ml-core-space-37 {
  margin-left: -6px;
}
.-ml-core-space-50 {
  margin-left: -8px;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-1\.5 {
  margin-right: -0.375rem;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.-mr-11 {
  margin-right: -2.75rem;
}
.-mr-12 {
  margin-right: -3rem;
}
.-mr-14 {
  margin-right: -3.5rem;
}
.-mr-16 {
  margin-right: -4rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-2\.5 {
  margin-right: -0.625rem;
}
.-mr-20 {
  margin-right: -5rem;
}
.-mr-24 {
  margin-right: -6rem;
}
.-mr-28 {
  margin-right: -7rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mr-40 {
  margin-right: -10rem;
}
.-mr-44 {
  margin-right: -11rem;
}
.-mr-48 {
  margin-right: -12rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mr-52 {
  margin-right: -13rem;
}
.-mr-56 {
  margin-right: -14rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mr-60 {
  margin-right: -15rem;
}
.-mr-64 {
  margin-right: -16rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mr-80 {
  margin-right: -20rem;
}
.-mr-\[2px\] {
  margin-right: -2px;
}
.-mt-core-space-100 {
  margin-top: -16px;
}
.-mt-core-space-50 {
  margin-top: -8px;
}
.-mt-core-space-900 {
  margin-top: -144px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-base-typography-body-l-paragraph-spacing {
  margin-bottom: 16px;
}
.mb-base-typography-body-m-paragraph-spacing {
  margin-bottom: 16px;
}
.mb-base-typography-body-s-paragraph-spacing {
  margin-bottom: 16px;
}
.mb-base-typography-body-xs-paragraph-spacing {
  margin-bottom: 16px;
}
.mb-base-typography-interface-default-l-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-default-m-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-default-s-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-default-xl-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-default-xs-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-strong-l-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-strong-m-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-strong-s-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-strong-xl-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-interface-strong-xs-paragraph-spacing {
  margin-bottom: 4px;
}
.mb-base-typography-title-l-paragraph-spacing {
  margin-bottom: 0px;
}
.mb-base-typography-title-m-paragraph-spacing {
  margin-bottom: 0px;
}
.mb-base-typography-title-s-paragraph-spacing {
  margin-bottom: 0px;
}
.mb-base-typography-title-xl-paragraph-spacing {
  margin-bottom: 0px;
}
.mb-base-typography-title-xs-paragraph-spacing {
  margin-bottom: 0px;
}
.mb-core-size-50 {
  margin-bottom: 8px;
}
.mb-core-space-0 {
  margin-bottom: 0px;
}
.mb-core-space-400 {
  margin-bottom: 64px;
}
.mb-core-space-50 {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-24 {
  margin-left: 6rem;
}
.ml-28 {
  margin-left: 7rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-40 {
  margin-left: 10rem;
}
.ml-44 {
  margin-left: 11rem;
}
.ml-48 {
  margin-left: 12rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-52 {
  margin-left: 13rem;
}
.ml-56 {
  margin-left: 14rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-60 {
  margin-left: 15rem;
}
.ml-64 {
  margin-left: 16rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-80 {
  margin-left: 20rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[17px\] {
  margin-left: 17px;
}
.ml-core-space-25 {
  margin-left: 4px;
}
.ml-core-space-50 {
  margin-left: 8px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-11 {
  margin-right: 2.75rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-28 {
  margin-right: 7rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-40 {
  margin-right: 10rem;
}
.mr-44 {
  margin-right: 11rem;
}
.mr-48 {
  margin-right: 12rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-52 {
  margin-right: 13rem;
}
.mr-56 {
  margin-right: 14rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-60 {
  margin-right: 15rem;
}
.mr-64 {
  margin-right: 16rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-80 {
  margin-right: 20rem;
}
.mr-core-space-100 {
  margin-right: 16px;
}
.mr-core-space-25 {
  margin-right: 4px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-core-space-100 {
  margin-top: 16px;
}
.mt-core-space-150 {
  margin-top: 24px;
}
.mt-core-space-25 {
  margin-top: 4px;
}
.mt-core-space-50 {
  margin-top: 8px;
}
.mt-core-space-75 {
  margin-top: 12px;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-auto {
  height: auto !important;
}
.\!h-base-size-icon-l {
  height: 40px !important;
}
.\!h-base-size-icon-m {
  height: 32px !important;
}
.\!h-base-size-icon-s {
  height: 24px !important;
}
.\!h-base-size-icon-xl {
  height: 48px !important;
}
.\!h-base-size-icon-xs {
  height: 16px !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-1\/4 {
  height: 25%;
}
.h-1\/5 {
  height: 20%;
}
.h-1\/6 {
  height: 16.666667%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-2\/4 {
  height: 50%;
}
.h-2\/5 {
  height: 40%;
}
.h-2\/6 {
  height: 33.333333%;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3\/4 {
  height: 75%;
}
.h-3\/5 {
  height: 60%;
}
.h-3\/6 {
  height: 50%;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-4\/5 {
  height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[calc\(100\%-100px\)\] {
  height: calc(100% - 100px);
}
.h-auto {
  height: auto;
}
.h-base-size-icon-l {
  height: 40px;
}
.h-base-size-icon-m {
  height: 32px;
}
.h-base-size-icon-s {
  height: 24px;
}
.h-base-size-icon-xl {
  height: 48px;
}
.h-base-size-icon-xs {
  height: 16px;
}
.h-base-size-selectable-l {
  height: 40px;
}
.h-base-size-selectable-m {
  height: 32px;
}
.h-base-size-selectable-s {
  height: 28px;
}
.h-base-size-selectable-xl {
  height: 48px;
}
.h-base-size-selectable-xs {
  height: 24px;
}
.h-core-size-0 {
  height: 0px;
}
.h-core-size-100 {
  height: 16px;
}
.h-core-size-125 {
  height: 20px;
}
.h-core-size-150 {
  height: 24px;
}
.h-core-size-175 {
  height: 28px;
}
.h-core-size-200 {
  height: 32px;
}
.h-core-size-2400 {
  height: 384px;
}
.h-core-size-25 {
  height: 4px;
}
.h-core-size-250 {
  height: 40px;
}
.h-core-size-37 {
  height: 6px;
}
.h-core-size-50 {
  height: 8px;
}
.h-core-size-75 {
  height: 12px;
}
.h-core-space-100 {
  height: 16px;
}
.h-core-space-125 {
  height: 20px;
}
.h-core-space-150 {
  height: 24px;
}
.h-core-space-200 {
  height: 32px;
}
.h-core-space-2400 {
  height: 384px;
}
.h-core-space-25 {
  height: 4px;
}
.h-core-space-250 {
  height: 40px;
}
.h-core-space-800 {
  height: 128px;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-0\.5 {
  max-height: 0.125rem;
}
.max-h-1 {
  max-height: 0.25rem;
}
.max-h-1\.5 {
  max-height: 0.375rem;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-11 {
  max-height: 2.75rem;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-14 {
  max-height: 3.5rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-2 {
  max-height: 0.5rem;
}
.max-h-2\.5 {
  max-height: 0.625rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-3 {
  max-height: 0.75rem;
}
.max-h-3\.5 {
  max-height: 0.875rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-5 {
  max-height: 1.25rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-6 {
  max-height: 1.5rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-7 {
  max-height: 1.75rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-9 {
  max-height: 2.25rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-core-size-2000 {
  max-height: 320px;
}
.max-h-core-space-1200 {
  max-height: 192px;
}
.max-h-core-space-2000 {
  max-height: 320px;
}
.max-h-core-space-2400 {
  max-height: 384px;
}
.max-h-full {
  max-height: 100%;
}
.max-h-px {
  max-height: 1px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-0\.5 {
  min-height: 0.125rem;
}
.min-h-1 {
  min-height: 0.25rem;
}
.min-h-1\.5 {
  min-height: 0.375rem;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-2\.5 {
  min-height: 0.625rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-3 {
  min-height: 0.75rem;
}
.min-h-3\.5 {
  min-height: 0.875rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-44 {
  min-height: 11rem;
}
.min-h-48 {
  min-height: 12rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-52 {
  min-height: 13rem;
}
.min-h-56 {
  min-height: 14rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-60 {
  min-height: 15rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-72 {
  min-height: 18rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-96 {
  min-height: 24rem;
}
.min-h-core-size-600 {
  min-height: 96px;
}
.min-h-core-space-250 {
  min-height: 40px;
}
.min-h-core-space-400 {
  min-height: 64px;
}
.min-h-core-space-500 {
  min-height: 80px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}
.min-h-px {
  min-height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-0 {
  width: 0px !important;
}
.\!w-96 {
  width: 24rem !important;
}
.\!w-\[12\%\] {
  width: 12% !important;
}
.\!w-\[40\%\] {
  width: 40% !important;
}
.\!w-base-size-icon-l {
  width: 40px !important;
}
.\!w-base-size-icon-m {
  width: 32px !important;
}
.\!w-base-size-icon-s {
  width: 24px !important;
}
.\!w-base-size-icon-xl {
  width: 48px !important;
}
.\!w-base-size-icon-xs {
  width: 16px !important;
}
.w-0 {
  width: 0px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/12 {
  width: 25%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-80 {
  width: 20rem;
}
.w-9\/12 {
  width: 75%;
}
.w-96 {
  width: 24rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-auto {
  width: auto;
}
.w-base-size-icon-l {
  width: 40px;
}
.w-base-size-icon-m {
  width: 32px;
}
.w-base-size-icon-s {
  width: 24px;
}
.w-base-size-icon-xl {
  width: 48px;
}
.w-base-size-icon-xs {
  width: 16px;
}
.w-core-size-0 {
  width: 0px;
}
.w-core-size-100 {
  width: 16px;
}
.w-core-size-1000 {
  width: 160px;
}
.w-core-size-1200 {
  width: 192px;
}
.w-core-size-125 {
  width: 20px;
}
.w-core-size-1300 {
  width: 208px;
}
.w-core-size-150 {
  width: 24px;
}
.w-core-size-1500 {
  width: 240px;
}
.w-core-size-175 {
  width: 28px;
}
.w-core-size-200 {
  width: 32px;
}
.w-core-size-2000 {
  width: 320px;
}
.w-core-size-2400 {
  width: 384px;
}
.w-core-size-25 {
  width: 4px;
}
.w-core-size-250 {
  width: 40px;
}
.w-core-size-37 {
  width: 6px;
}
.w-core-size-50 {
  width: 8px;
}
.w-core-size-500 {
  width: 80px;
}
.w-core-size-75 {
  width: 12px;
}
.w-core-size-800 {
  width: 128px;
}
.w-core-size-web-breakpoint-m {
  width: 768px;
}
.w-core-space-100 {
  width: 16px;
}
.w-core-space-1000 {
  width: 160px;
}
.w-core-space-1100 {
  width: 176px;
}
.w-core-space-1200 {
  width: 192px;
}
.w-core-space-125 {
  width: 20px;
}
.w-core-space-1500 {
  width: 240px;
}
.w-core-space-2000 {
  width: 320px;
}
.w-core-space-2400 {
  width: 384px;
}
.w-core-space-25 {
  width: 4px;
}
.w-core-space-250 {
  width: 40px;
}
.w-core-space-300 {
  width: 48px;
}
.w-core-space-500 {
  width: 80px;
}
.w-core-space-700 {
  width: 112px;
}
.w-core-space-800 {
  width: 128px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100vw\] {
  min-width: 100vw;
}
.min-w-\[2\.5rem\] {
  min-width: 2.5rem;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[144px\] {
  max-width: 144px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[225px\] {
  max-width: 225px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-1\/12 {
  flex-basis: 8.333333%;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-1\/4 {
  flex-basis: 25%;
}
.basis-1\/5 {
  flex-basis: 20%;
}
.basis-10\/12 {
  flex-basis: 83.333333%;
}
.basis-11\/12 {
  flex-basis: 91.666667%;
}
.basis-12 {
  flex-basis: 3rem;
}
.basis-2\/12 {
  flex-basis: 16.666667%;
}
.basis-2\/3 {
  flex-basis: 66.666667%;
}
.basis-2\/5 {
  flex-basis: 40%;
}
.basis-20 {
  flex-basis: 5rem;
}
.basis-3\/12 {
  flex-basis: 25%;
}
.basis-3\/5 {
  flex-basis: 60%;
}
.basis-4\/12 {
  flex-basis: 33.333333%;
}
.basis-4\/5 {
  flex-basis: 80%;
}
.basis-5 {
  flex-basis: 1.25rem;
}
.basis-5\/12 {
  flex-basis: 41.666667%;
}
.basis-6\/12 {
  flex-basis: 50%;
}
.basis-7\/12 {
  flex-basis: 58.333333%;
}
.basis-8\/12 {
  flex-basis: 66.666667%;
}
.basis-9\/12 {
  flex-basis: 75%;
}
.basis-full {
  flex-basis: 100%;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-top-right {
  transform-origin: top right;
}
.\!-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;
}
.-translate-x-0 {
  --tw-translate-x: -0px;
  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));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-x-\[14px\] {
  --tw-translate-x: 14px;
  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));
}
.translate-x-\[18px\] {
  --tw-translate-x: 18px;
  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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}
.translate-y-\[1px\] {
  --tw-translate-y: 1px;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.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));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.\!cursor-auto {
  cursor: auto !important;
}
.\!cursor-default {
  cursor: default !important;
}
.cursor-context-menu {
  cursor: context-menu;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.-scroll-mx-1 {
  scroll-margin-left: -0.25rem;
  scroll-margin-right: -0.25rem;
}
.-scroll-mx-1\.5 {
  scroll-margin-left: -0.375rem;
  scroll-margin-right: -0.375rem;
}
.-scroll-mx-10 {
  scroll-margin-left: -2.5rem;
  scroll-margin-right: -2.5rem;
}
.-scroll-mx-11 {
  scroll-margin-left: -2.75rem;
  scroll-margin-right: -2.75rem;
}
.-scroll-mx-12 {
  scroll-margin-left: -3rem;
  scroll-margin-right: -3rem;
}
.-scroll-mx-14 {
  scroll-margin-left: -3.5rem;
  scroll-margin-right: -3.5rem;
}
.-scroll-mx-16 {
  scroll-margin-left: -4rem;
  scroll-margin-right: -4rem;
}
.-scroll-mx-2 {
  scroll-margin-left: -0.5rem;
  scroll-margin-right: -0.5rem;
}
.-scroll-mx-2\.5 {
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}
.-scroll-mx-20 {
  scroll-margin-left: -5rem;
  scroll-margin-right: -5rem;
}
.-scroll-mx-24 {
  scroll-margin-left: -6rem;
  scroll-margin-right: -6rem;
}
.-scroll-mx-28 {
  scroll-margin-left: -7rem;
  scroll-margin-right: -7rem;
}
.-scroll-mx-4 {
  scroll-margin-left: -1rem;
  scroll-margin-right: -1rem;
}
.-scroll-mx-40 {
  scroll-margin-left: -10rem;
  scroll-margin-right: -10rem;
}
.-scroll-mx-44 {
  scroll-margin-left: -11rem;
  scroll-margin-right: -11rem;
}
.-scroll-mx-48 {
  scroll-margin-left: -12rem;
  scroll-margin-right: -12rem;
}
.-scroll-mx-5 {
  scroll-margin-left: -1.25rem;
  scroll-margin-right: -1.25rem;
}
.-scroll-mx-52 {
  scroll-margin-left: -13rem;
  scroll-margin-right: -13rem;
}
.-scroll-mx-56 {
  scroll-margin-left: -14rem;
  scroll-margin-right: -14rem;
}
.-scroll-mx-6 {
  scroll-margin-left: -1.5rem;
  scroll-margin-right: -1.5rem;
}
.-scroll-mx-60 {
  scroll-margin-left: -15rem;
  scroll-margin-right: -15rem;
}
.-scroll-mx-64 {
  scroll-margin-left: -16rem;
  scroll-margin-right: -16rem;
}
.-scroll-mx-8 {
  scroll-margin-left: -2rem;
  scroll-margin-right: -2rem;
}
.-scroll-mx-80 {
  scroll-margin-left: -20rem;
  scroll-margin-right: -20rem;
}
.-scroll-my-1 {
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}
.-scroll-my-1\.5 {
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}
.-scroll-my-10 {
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}
.-scroll-my-11 {
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}
.-scroll-my-12 {
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}
.-scroll-my-14 {
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}
.-scroll-my-16 {
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}
.-scroll-my-2 {
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}
.-scroll-my-2\.5 {
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}
.-scroll-my-20 {
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}
.-scroll-my-24 {
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}
.-scroll-my-28 {
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}
.-scroll-my-4 {
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}
.-scroll-my-40 {
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}
.-scroll-my-44 {
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}
.-scroll-my-48 {
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}
.-scroll-my-5 {
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}
.-scroll-my-52 {
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}
.-scroll-my-56 {
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}
.-scroll-my-6 {
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}
.-scroll-my-60 {
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}
.-scroll-my-64 {
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}
.-scroll-my-8 {
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}
.-scroll-my-80 {
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}
.scroll-mx-1 {
  scroll-margin-left: 0.25rem;
  scroll-margin-right: 0.25rem;
}
.scroll-mx-1\.5 {
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}
.scroll-mx-10 {
  scroll-margin-left: 2.5rem;
  scroll-margin-right: 2.5rem;
}
.scroll-mx-11 {
  scroll-margin-left: 2.75rem;
  scroll-margin-right: 2.75rem;
}
.scroll-mx-12 {
  scroll-margin-left: 3rem;
  scroll-margin-right: 3rem;
}
.scroll-mx-14 {
  scroll-margin-left: 3.5rem;
  scroll-margin-right: 3.5rem;
}
.scroll-mx-16 {
  scroll-margin-left: 4rem;
  scroll-margin-right: 4rem;
}
.scroll-mx-2 {
  scroll-margin-left: 0.5rem;
  scroll-margin-right: 0.5rem;
}
.scroll-mx-2\.5 {
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}
.scroll-mx-20 {
  scroll-margin-left: 5rem;
  scroll-margin-right: 5rem;
}
.scroll-mx-24 {
  scroll-margin-left: 6rem;
  scroll-margin-right: 6rem;
}
.scroll-mx-28 {
  scroll-margin-left: 7rem;
  scroll-margin-right: 7rem;
}
.scroll-mx-4 {
  scroll-margin-left: 1rem;
  scroll-margin-right: 1rem;
}
.scroll-mx-40 {
  scroll-margin-left: 10rem;
  scroll-margin-right: 10rem;
}
.scroll-mx-44 {
  scroll-margin-left: 11rem;
  scroll-margin-right: 11rem;
}
.scroll-mx-48 {
  scroll-margin-left: 12rem;
  scroll-margin-right: 12rem;
}
.scroll-mx-5 {
  scroll-margin-left: 1.25rem;
  scroll-margin-right: 1.25rem;
}
.scroll-mx-52 {
  scroll-margin-left: 13rem;
  scroll-margin-right: 13rem;
}
.scroll-mx-56 {
  scroll-margin-left: 14rem;
  scroll-margin-right: 14rem;
}
.scroll-mx-6 {
  scroll-margin-left: 1.5rem;
  scroll-margin-right: 1.5rem;
}
.scroll-mx-60 {
  scroll-margin-left: 15rem;
  scroll-margin-right: 15rem;
}
.scroll-mx-64 {
  scroll-margin-left: 16rem;
  scroll-margin-right: 16rem;
}
.scroll-mx-8 {
  scroll-margin-left: 2rem;
  scroll-margin-right: 2rem;
}
.scroll-mx-80 {
  scroll-margin-left: 20rem;
  scroll-margin-right: 20rem;
}
.scroll-my-1 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}
.scroll-my-1\.5 {
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}
.scroll-my-10 {
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}
.scroll-my-11 {
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}
.scroll-my-12 {
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}
.scroll-my-14 {
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}
.scroll-my-16 {
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}
.scroll-my-2 {
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}
.scroll-my-2\.5 {
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}
.scroll-my-20 {
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}
.scroll-my-24 {
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}
.scroll-my-28 {
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}
.scroll-my-4 {
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}
.scroll-my-40 {
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}
.scroll-my-44 {
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}
.scroll-my-48 {
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}
.scroll-my-5 {
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}
.scroll-my-52 {
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}
.scroll-my-56 {
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}
.scroll-my-6 {
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}
.scroll-my-60 {
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}
.scroll-my-64 {
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}
.scroll-my-8 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}
.scroll-my-80 {
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}
.-scroll-ml-1 {
  scroll-margin-left: -0.25rem;
}
.-scroll-ml-1\.5 {
  scroll-margin-left: -0.375rem;
}
.-scroll-ml-10 {
  scroll-margin-left: -2.5rem;
}
.-scroll-ml-11 {
  scroll-margin-left: -2.75rem;
}
.-scroll-ml-12 {
  scroll-margin-left: -3rem;
}
.-scroll-ml-14 {
  scroll-margin-left: -3.5rem;
}
.-scroll-ml-16 {
  scroll-margin-left: -4rem;
}
.-scroll-ml-2 {
  scroll-margin-left: -0.5rem;
}
.-scroll-ml-2\.5 {
  scroll-margin-left: -0.625rem;
}
.-scroll-ml-20 {
  scroll-margin-left: -5rem;
}
.-scroll-ml-24 {
  scroll-margin-left: -6rem;
}
.-scroll-ml-28 {
  scroll-margin-left: -7rem;
}
.-scroll-ml-4 {
  scroll-margin-left: -1rem;
}
.-scroll-ml-40 {
  scroll-margin-left: -10rem;
}
.-scroll-ml-44 {
  scroll-margin-left: -11rem;
}
.-scroll-ml-48 {
  scroll-margin-left: -12rem;
}
.-scroll-ml-5 {
  scroll-margin-left: -1.25rem;
}
.-scroll-ml-52 {
  scroll-margin-left: -13rem;
}
.-scroll-ml-56 {
  scroll-margin-left: -14rem;
}
.-scroll-ml-6 {
  scroll-margin-left: -1.5rem;
}
.-scroll-ml-60 {
  scroll-margin-left: -15rem;
}
.-scroll-ml-64 {
  scroll-margin-left: -16rem;
}
.-scroll-ml-8 {
  scroll-margin-left: -2rem;
}
.-scroll-ml-80 {
  scroll-margin-left: -20rem;
}
.-scroll-mr-1 {
  scroll-margin-right: -0.25rem;
}
.-scroll-mr-1\.5 {
  scroll-margin-right: -0.375rem;
}
.-scroll-mr-10 {
  scroll-margin-right: -2.5rem;
}
.-scroll-mr-11 {
  scroll-margin-right: -2.75rem;
}
.-scroll-mr-12 {
  scroll-margin-right: -3rem;
}
.-scroll-mr-14 {
  scroll-margin-right: -3.5rem;
}
.-scroll-mr-16 {
  scroll-margin-right: -4rem;
}
.-scroll-mr-2 {
  scroll-margin-right: -0.5rem;
}
.-scroll-mr-2\.5 {
  scroll-margin-right: -0.625rem;
}
.-scroll-mr-20 {
  scroll-margin-right: -5rem;
}
.-scroll-mr-24 {
  scroll-margin-right: -6rem;
}
.-scroll-mr-28 {
  scroll-margin-right: -7rem;
}
.-scroll-mr-4 {
  scroll-margin-right: -1rem;
}
.-scroll-mr-40 {
  scroll-margin-right: -10rem;
}
.-scroll-mr-44 {
  scroll-margin-right: -11rem;
}
.-scroll-mr-48 {
  scroll-margin-right: -12rem;
}
.-scroll-mr-5 {
  scroll-margin-right: -1.25rem;
}
.-scroll-mr-52 {
  scroll-margin-right: -13rem;
}
.-scroll-mr-56 {
  scroll-margin-right: -14rem;
}
.-scroll-mr-6 {
  scroll-margin-right: -1.5rem;
}
.-scroll-mr-60 {
  scroll-margin-right: -15rem;
}
.-scroll-mr-64 {
  scroll-margin-right: -16rem;
}
.-scroll-mr-8 {
  scroll-margin-right: -2rem;
}
.-scroll-mr-80 {
  scroll-margin-right: -20rem;
}
.scroll-ml-1 {
  scroll-margin-left: 0.25rem;
}
.scroll-ml-1\.5 {
  scroll-margin-left: 0.375rem;
}
.scroll-ml-10 {
  scroll-margin-left: 2.5rem;
}
.scroll-ml-11 {
  scroll-margin-left: 2.75rem;
}
.scroll-ml-12 {
  scroll-margin-left: 3rem;
}
.scroll-ml-14 {
  scroll-margin-left: 3.5rem;
}
.scroll-ml-16 {
  scroll-margin-left: 4rem;
}
.scroll-ml-2 {
  scroll-margin-left: 0.5rem;
}
.scroll-ml-2\.5 {
  scroll-margin-left: 0.625rem;
}
.scroll-ml-20 {
  scroll-margin-left: 5rem;
}
.scroll-ml-24 {
  scroll-margin-left: 6rem;
}
.scroll-ml-28 {
  scroll-margin-left: 7rem;
}
.scroll-ml-4 {
  scroll-margin-left: 1rem;
}
.scroll-ml-40 {
  scroll-margin-left: 10rem;
}
.scroll-ml-44 {
  scroll-margin-left: 11rem;
}
.scroll-ml-48 {
  scroll-margin-left: 12rem;
}
.scroll-ml-5 {
  scroll-margin-left: 1.25rem;
}
.scroll-ml-52 {
  scroll-margin-left: 13rem;
}
.scroll-ml-56 {
  scroll-margin-left: 14rem;
}
.scroll-ml-6 {
  scroll-margin-left: 1.5rem;
}
.scroll-ml-60 {
  scroll-margin-left: 15rem;
}
.scroll-ml-64 {
  scroll-margin-left: 16rem;
}
.scroll-ml-8 {
  scroll-margin-left: 2rem;
}
.scroll-ml-80 {
  scroll-margin-left: 20rem;
}
.scroll-mr-1 {
  scroll-margin-right: 0.25rem;
}
.scroll-mr-1\.5 {
  scroll-margin-right: 0.375rem;
}
.scroll-mr-10 {
  scroll-margin-right: 2.5rem;
}
.scroll-mr-11 {
  scroll-margin-right: 2.75rem;
}
.scroll-mr-12 {
  scroll-margin-right: 3rem;
}
.scroll-mr-14 {
  scroll-margin-right: 3.5rem;
}
.scroll-mr-16 {
  scroll-margin-right: 4rem;
}
.scroll-mr-2 {
  scroll-margin-right: 0.5rem;
}
.scroll-mr-2\.5 {
  scroll-margin-right: 0.625rem;
}
.scroll-mr-20 {
  scroll-margin-right: 5rem;
}
.scroll-mr-24 {
  scroll-margin-right: 6rem;
}
.scroll-mr-28 {
  scroll-margin-right: 7rem;
}
.scroll-mr-4 {
  scroll-margin-right: 1rem;
}
.scroll-mr-40 {
  scroll-margin-right: 10rem;
}
.scroll-mr-44 {
  scroll-margin-right: 11rem;
}
.scroll-mr-48 {
  scroll-margin-right: 12rem;
}
.scroll-mr-5 {
  scroll-margin-right: 1.25rem;
}
.scroll-mr-52 {
  scroll-margin-right: 13rem;
}
.scroll-mr-56 {
  scroll-margin-right: 14rem;
}
.scroll-mr-6 {
  scroll-margin-right: 1.5rem;
}
.scroll-mr-60 {
  scroll-margin-right: 15rem;
}
.scroll-mr-64 {
  scroll-margin-right: 16rem;
}
.scroll-mr-8 {
  scroll-margin-right: 2rem;
}
.scroll-mr-80 {
  scroll-margin-right: 20rem;
}
.scroll-px-1 {
  scroll-padding-left: 0.25rem;
  scroll-padding-right: 0.25rem;
}
.scroll-px-1\.5 {
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}
.scroll-px-10 {
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}
.scroll-px-11 {
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}
.scroll-px-12 {
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}
.scroll-px-14 {
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}
.scroll-px-16 {
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}
.scroll-px-2 {
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}
.scroll-px-2\.5 {
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}
.scroll-px-20 {
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}
.scroll-px-24 {
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}
.scroll-px-28 {
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}
.scroll-px-4 {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}
.scroll-px-40 {
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}
.scroll-px-44 {
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}
.scroll-px-48 {
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}
.scroll-px-5 {
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}
.scroll-px-52 {
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}
.scroll-px-56 {
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}
.scroll-px-6 {
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}
.scroll-px-60 {
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}
.scroll-px-64 {
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}
.scroll-px-8 {
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}
.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}
.scroll-py-1 {
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}
.scroll-py-1\.5 {
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}
.scroll-py-10 {
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}
.scroll-py-11 {
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}
.scroll-py-12 {
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}
.scroll-py-14 {
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}
.scroll-py-16 {
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}
.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}
.scroll-py-2\.5 {
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}
.scroll-py-20 {
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}
.scroll-py-24 {
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}
.scroll-py-28 {
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}
.scroll-py-4 {
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}
.scroll-py-40 {
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}
.scroll-py-44 {
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}
.scroll-py-48 {
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}
.scroll-py-5 {
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}
.scroll-py-52 {
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}
.scroll-py-56 {
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}
.scroll-py-6 {
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}
.scroll-py-60 {
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}
.scroll-py-64 {
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}
.scroll-py-8 {
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}
.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}
.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-start {
  place-items: start;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.place-items-baseline {
  place-items: baseline;
}
.place-items-stretch {
  place-items: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-core-size-150 {
  gap: 24px;
}
.gap-core-space-0 {
  gap: 0px;
}
.gap-core-space-150 {
  gap: 24px;
}
.gap-core-space-50 {
  gap: 8px;
}
.gap-px {
  gap: 1px;
}
.gap-x-core-space-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-core-space-100 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-core-space-125 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-core-space-150 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-core-space-175 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.gap-x-core-space-200 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-x-core-space-225 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.gap-x-core-space-2400 {
  -moz-column-gap: 384px;
       column-gap: 384px;
}
.gap-x-core-space-25 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.gap-x-core-space-250 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.gap-x-core-space-300 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.gap-x-core-space-50 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-core-space-75 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-y-core-space-0 {
  row-gap: 0px;
}
.gap-y-core-space-100 {
  row-gap: 16px;
}
.gap-y-core-space-12 {
  row-gap: 2px;
}
.gap-y-core-space-125 {
  row-gap: 20px;
}
.gap-y-core-space-150 {
  row-gap: 24px;
}
.gap-y-core-space-175 {
  row-gap: 28px;
}
.gap-y-core-space-200 {
  row-gap: 32px;
}
.gap-y-core-space-225 {
  row-gap: 36px;
}
.gap-y-core-space-2400 {
  row-gap: 384px;
}
.gap-y-core-space-25 {
  row-gap: 4px;
}
.gap-y-core-space-250 {
  row-gap: 40px;
}
.gap-y-core-space-300 {
  row-gap: 48px;
}
.gap-y-core-space-50 {
  row-gap: 8px;
}
.gap-y-core-space-75 {
  row-gap: 12px;
}
.space-x-1 > :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)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-175 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(28px * var(--tw-space-x-reverse));
  margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(36px * var(--tw-space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-2400 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(384px * var(--tw-space-x-reverse));
  margin-left: calc(384px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-250 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(40px * var(--tw-space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(48px * var(--tw-space-x-reverse));
  margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-core-space-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-core-space-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-core-space-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-core-space-125 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.space-y-core-space-150 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-core-space-175 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(28px * var(--tw-space-y-reverse));
}
.space-y-core-space-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.space-y-core-space-225 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(36px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(36px * var(--tw-space-y-reverse));
}
.space-y-core-space-2400 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(384px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(384px * var(--tw-space-y-reverse));
}
.space-y-core-space-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.space-y-core-space-250 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-y-core-space-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px * var(--tw-space-y-reverse));
}
.space-y-core-space-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-y-core-space-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1.5px * var(--tw-divide-x-reverse));
  border-left-width: calc(1.5px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2.5px * var(--tw-divide-x-reverse));
  border-left-width: calc(2.5px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3px * var(--tw-divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3.5px * var(--tw-divide-x-reverse));
  border-left-width: calc(3.5px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-core-border-width-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0.5px * var(--tw-divide-x-reverse));
  border-left-width: calc(0.5px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1.5px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2.5px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-35 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3.5px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}
.divide-y-core-border-width-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0.5px * var(--tw-divide-y-reverse));
}
.divide-base-color-bg-accent > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 224 255 / var(--tw-divide-opacity));
}
.divide-base-color-bg-accent-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 94 239 / var(--tw-divide-opacity));
}
.divide-base-color-bg-accent-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0);
}
.divide-base-color-bg-accent-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.1);
}
.divide-base-color-bg-accent-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 1);
}
.divide-base-color-bg-accent-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.2);
}
.divide-base-color-bg-accent-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.25);
}
.divide-base-color-bg-accent-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.3);
}
.divide-base-color-bg-accent-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.4);
}
.divide-base-color-bg-accent-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.05);
}
.divide-base-color-bg-accent-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.5);
}
.divide-base-color-bg-accent-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.6);
}
.divide-base-color-bg-accent-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.7);
}
.divide-base-color-bg-accent-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.75);
}
.divide-base-color-bg-accent-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.8);
}
.divide-base-color-bg-accent-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.9);
}
.divide-base-color-bg-accent-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0.95);
}
.divide-base-color-bg-accent-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 60%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 0%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 10%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 100%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 20%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 30%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 40%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 50%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 60%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 70%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 80%);
}
.divide-base-color-bg-accent-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(21 94 239 / 90%);
}
.divide-base-color-bg-accent-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 248 255 / var(--tw-divide-opacity));
}
.divide-base-color-bg-accent-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0);
}
.divide-base-color-bg-accent-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.1);
}
.divide-base-color-bg-accent-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 1);
}
.divide-base-color-bg-accent-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.2);
}
.divide-base-color-bg-accent-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.25);
}
.divide-base-color-bg-accent-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.3);
}
.divide-base-color-bg-accent-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.4);
}
.divide-base-color-bg-accent-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.05);
}
.divide-base-color-bg-accent-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.5);
}
.divide-base-color-bg-accent-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.6);
}
.divide-base-color-bg-accent-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.7);
}
.divide-base-color-bg-accent-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.75);
}
.divide-base-color-bg-accent-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.8);
}
.divide-base-color-bg-accent-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.9);
}
.divide-base-color-bg-accent-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0.95);
}
.divide-base-color-bg-accent-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 60%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 0%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 10%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 100%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 20%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 30%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 40%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 50%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 60%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 70%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 80%);
}
.divide-base-color-bg-accent-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(245 248 255 / 90%);
}
.divide-base-color-bg-accent\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0);
}
.divide-base-color-bg-accent\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.1);
}
.divide-base-color-bg-accent\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 1);
}
.divide-base-color-bg-accent\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.2);
}
.divide-base-color-bg-accent\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.25);
}
.divide-base-color-bg-accent\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.3);
}
.divide-base-color-bg-accent\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.4);
}
.divide-base-color-bg-accent\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.05);
}
.divide-base-color-bg-accent\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.5);
}
.divide-base-color-bg-accent\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.6);
}
.divide-base-color-bg-accent\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.7);
}
.divide-base-color-bg-accent\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.75);
}
.divide-base-color-bg-accent\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.8);
}
.divide-base-color-bg-accent\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.9);
}
.divide-base-color-bg-accent\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0.95);
}
.divide-base-color-bg-accent\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 60%);
}
.divide-base-color-bg-accent\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 0%);
}
.divide-base-color-bg-accent\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 10%);
}
.divide-base-color-bg-accent\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 100%);
}
.divide-base-color-bg-accent\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 20%);
}
.divide-base-color-bg-accent\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 30%);
}
.divide-base-color-bg-accent\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 40%);
}
.divide-base-color-bg-accent\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 50%);
}
.divide-base-color-bg-accent\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 60%);
}
.divide-base-color-bg-accent\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 70%);
}
.divide-base-color-bg-accent\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 80%);
}
.divide-base-color-bg-accent\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 224 255 / 90%);
}
.divide-base-color-bg-attention > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 200 / var(--tw-divide-opacity));
}
.divide-base-color-bg-attention-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 105 3 / var(--tw-divide-opacity));
}
.divide-base-color-bg-attention-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0);
}
.divide-base-color-bg-attention-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.1);
}
.divide-base-color-bg-attention-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 1);
}
.divide-base-color-bg-attention-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.2);
}
.divide-base-color-bg-attention-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.25);
}
.divide-base-color-bg-attention-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.3);
}
.divide-base-color-bg-attention-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.4);
}
.divide-base-color-bg-attention-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.05);
}
.divide-base-color-bg-attention-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.5);
}
.divide-base-color-bg-attention-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.6);
}
.divide-base-color-bg-attention-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.7);
}
.divide-base-color-bg-attention-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.75);
}
.divide-base-color-bg-attention-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.8);
}
.divide-base-color-bg-attention-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.9);
}
.divide-base-color-bg-attention-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0.95);
}
.divide-base-color-bg-attention-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 60%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 0%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 10%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 100%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 20%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 30%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 40%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 50%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 60%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 70%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 80%);
}
.divide-base-color-bg-attention-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(221 105 3 / 90%);
}
.divide-base-color-bg-attention-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 252 245 / var(--tw-divide-opacity));
}
.divide-base-color-bg-attention-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0);
}
.divide-base-color-bg-attention-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.1);
}
.divide-base-color-bg-attention-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 1);
}
.divide-base-color-bg-attention-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.2);
}
.divide-base-color-bg-attention-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.25);
}
.divide-base-color-bg-attention-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.3);
}
.divide-base-color-bg-attention-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.4);
}
.divide-base-color-bg-attention-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.05);
}
.divide-base-color-bg-attention-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.5);
}
.divide-base-color-bg-attention-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.6);
}
.divide-base-color-bg-attention-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.7);
}
.divide-base-color-bg-attention-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.75);
}
.divide-base-color-bg-attention-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.8);
}
.divide-base-color-bg-attention-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.9);
}
.divide-base-color-bg-attention-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0.95);
}
.divide-base-color-bg-attention-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 60%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 0%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 10%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 100%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 20%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 30%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 40%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 50%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 60%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 70%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 80%);
}
.divide-base-color-bg-attention-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 252 245 / 90%);
}
.divide-base-color-bg-attention\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0);
}
.divide-base-color-bg-attention\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.1);
}
.divide-base-color-bg-attention\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 1);
}
.divide-base-color-bg-attention\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.2);
}
.divide-base-color-bg-attention\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.25);
}
.divide-base-color-bg-attention\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.3);
}
.divide-base-color-bg-attention\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.4);
}
.divide-base-color-bg-attention\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.05);
}
.divide-base-color-bg-attention\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.5);
}
.divide-base-color-bg-attention\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.6);
}
.divide-base-color-bg-attention\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.7);
}
.divide-base-color-bg-attention\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.75);
}
.divide-base-color-bg-attention\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.8);
}
.divide-base-color-bg-attention\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.9);
}
.divide-base-color-bg-attention\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0.95);
}
.divide-base-color-bg-attention\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 60%);
}
.divide-base-color-bg-attention\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 0%);
}
.divide-base-color-bg-attention\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 10%);
}
.divide-base-color-bg-attention\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 100%);
}
.divide-base-color-bg-attention\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 20%);
}
.divide-base-color-bg-attention\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 30%);
}
.divide-base-color-bg-attention\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 40%);
}
.divide-base-color-bg-attention\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 50%);
}
.divide-base-color-bg-attention\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 60%);
}
.divide-base-color-bg-attention\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 70%);
}
.divide-base-color-bg-attention\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 80%);
}
.divide-base-color-bg-attention\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 200 / 90%);
}
.divide-base-color-bg-brand > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 214 249 / var(--tw-divide-opacity));
}
.divide-base-color-bg-brand-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-divide-opacity));
}
.divide-base-color-bg-brand-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0);
}
.divide-base-color-bg-brand-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.1);
}
.divide-base-color-bg-brand-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 1);
}
.divide-base-color-bg-brand-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.2);
}
.divide-base-color-bg-brand-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.25);
}
.divide-base-color-bg-brand-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.3);
}
.divide-base-color-bg-brand-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.4);
}
.divide-base-color-bg-brand-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.05);
}
.divide-base-color-bg-brand-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.5);
}
.divide-base-color-bg-brand-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.6);
}
.divide-base-color-bg-brand-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.7);
}
.divide-base-color-bg-brand-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.75);
}
.divide-base-color-bg-brand-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.8);
}
.divide-base-color-bg-brand-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.9);
}
.divide-base-color-bg-brand-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0.95);
}
.divide-base-color-bg-brand-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 60%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 0%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 10%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 100%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 20%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 30%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 40%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 50%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 60%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 70%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 80%);
}
.divide-base-color-bg-brand-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(93 91 215 / 90%);
}
.divide-base-color-bg-brand-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(242 244 253 / var(--tw-divide-opacity));
}
.divide-base-color-bg-brand-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0);
}
.divide-base-color-bg-brand-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.1);
}
.divide-base-color-bg-brand-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 1);
}
.divide-base-color-bg-brand-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.2);
}
.divide-base-color-bg-brand-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.25);
}
.divide-base-color-bg-brand-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.3);
}
.divide-base-color-bg-brand-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.4);
}
.divide-base-color-bg-brand-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.05);
}
.divide-base-color-bg-brand-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.5);
}
.divide-base-color-bg-brand-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.6);
}
.divide-base-color-bg-brand-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.7);
}
.divide-base-color-bg-brand-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.75);
}
.divide-base-color-bg-brand-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.8);
}
.divide-base-color-bg-brand-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.9);
}
.divide-base-color-bg-brand-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0.95);
}
.divide-base-color-bg-brand-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 60%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 0%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 10%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 100%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 20%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 30%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 40%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 50%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 60%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 70%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 80%);
}
.divide-base-color-bg-brand-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 253 / 90%);
}
.divide-base-color-bg-brand\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0);
}
.divide-base-color-bg-brand\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.1);
}
.divide-base-color-bg-brand\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 1);
}
.divide-base-color-bg-brand\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.2);
}
.divide-base-color-bg-brand\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.25);
}
.divide-base-color-bg-brand\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.3);
}
.divide-base-color-bg-brand\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.4);
}
.divide-base-color-bg-brand\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.05);
}
.divide-base-color-bg-brand\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.5);
}
.divide-base-color-bg-brand\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.6);
}
.divide-base-color-bg-brand\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.7);
}
.divide-base-color-bg-brand\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.75);
}
.divide-base-color-bg-brand\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.8);
}
.divide-base-color-bg-brand\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.9);
}
.divide-base-color-bg-brand\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0.95);
}
.divide-base-color-bg-brand\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 60%);
}
.divide-base-color-bg-brand\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 0%);
}
.divide-base-color-bg-brand\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 10%);
}
.divide-base-color-bg-brand\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 100%);
}
.divide-base-color-bg-brand\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 20%);
}
.divide-base-color-bg-brand\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 30%);
}
.divide-base-color-bg-brand\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 40%);
}
.divide-base-color-bg-brand\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 50%);
}
.divide-base-color-bg-brand\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 60%);
}
.divide-base-color-bg-brand\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 70%);
}
.divide-base-color-bg-brand\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 80%);
}
.divide-base-color-bg-brand\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 214 249 / 90%);
}
.divide-base-color-bg-danger > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 227 225 / var(--tw-divide-opacity));
}
.divide-base-color-bg-danger-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-divide-opacity));
}
.divide-base-color-bg-danger-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0);
}
.divide-base-color-bg-danger-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.1);
}
.divide-base-color-bg-danger-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 1);
}
.divide-base-color-bg-danger-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.2);
}
.divide-base-color-bg-danger-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.25);
}
.divide-base-color-bg-danger-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.3);
}
.divide-base-color-bg-danger-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.4);
}
.divide-base-color-bg-danger-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.05);
}
.divide-base-color-bg-danger-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.5);
}
.divide-base-color-bg-danger-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.6);
}
.divide-base-color-bg-danger-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.7);
}
.divide-base-color-bg-danger-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.75);
}
.divide-base-color-bg-danger-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.8);
}
.divide-base-color-bg-danger-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.9);
}
.divide-base-color-bg-danger-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0.95);
}
.divide-base-color-bg-danger-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 60%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 0%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 10%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 100%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 20%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 30%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 40%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 50%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 60%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 70%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 80%);
}
.divide-base-color-bg-danger-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(240 68 56 / 90%);
}
.divide-base-color-bg-danger-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 251 250 / var(--tw-divide-opacity));
}
.divide-base-color-bg-danger-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0);
}
.divide-base-color-bg-danger-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.1);
}
.divide-base-color-bg-danger-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 1);
}
.divide-base-color-bg-danger-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.2);
}
.divide-base-color-bg-danger-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.25);
}
.divide-base-color-bg-danger-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.3);
}
.divide-base-color-bg-danger-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.4);
}
.divide-base-color-bg-danger-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.05);
}
.divide-base-color-bg-danger-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.5);
}
.divide-base-color-bg-danger-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.6);
}
.divide-base-color-bg-danger-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.7);
}
.divide-base-color-bg-danger-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.75);
}
.divide-base-color-bg-danger-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.8);
}
.divide-base-color-bg-danger-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.9);
}
.divide-base-color-bg-danger-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0.95);
}
.divide-base-color-bg-danger-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 60%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 0%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 10%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 100%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 20%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 30%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 40%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 50%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 60%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 70%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 80%);
}
.divide-base-color-bg-danger-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 251 250 / 90%);
}
.divide-base-color-bg-danger\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0);
}
.divide-base-color-bg-danger\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.1);
}
.divide-base-color-bg-danger\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 1);
}
.divide-base-color-bg-danger\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.2);
}
.divide-base-color-bg-danger\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.25);
}
.divide-base-color-bg-danger\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.3);
}
.divide-base-color-bg-danger\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.4);
}
.divide-base-color-bg-danger\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.05);
}
.divide-base-color-bg-danger\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.5);
}
.divide-base-color-bg-danger\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.6);
}
.divide-base-color-bg-danger\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.7);
}
.divide-base-color-bg-danger\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.75);
}
.divide-base-color-bg-danger\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.8);
}
.divide-base-color-bg-danger\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.9);
}
.divide-base-color-bg-danger\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0.95);
}
.divide-base-color-bg-danger\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 60%);
}
.divide-base-color-bg-danger\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 0%);
}
.divide-base-color-bg-danger\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 10%);
}
.divide-base-color-bg-danger\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 100%);
}
.divide-base-color-bg-danger\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 20%);
}
.divide-base-color-bg-danger\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 30%);
}
.divide-base-color-bg-danger\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 40%);
}
.divide-base-color-bg-danger\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 50%);
}
.divide-base-color-bg-danger\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 60%);
}
.divide-base-color-bg-danger\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 70%);
}
.divide-base-color-bg-danger\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 80%);
}
.divide-base-color-bg-danger\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 227 225 / 90%);
}
.divide-base-color-bg-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.divide-base-color-bg-default\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}
.divide-base-color-bg-default\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.divide-base-color-bg-default\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-base-color-bg-default\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}
.divide-base-color-bg-default\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}
.divide-base-color-bg-default\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}
.divide-base-color-bg-default\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}
.divide-base-color-bg-default\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.divide-base-color-bg-default\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-base-color-bg-default\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}
.divide-base-color-bg-default\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}
.divide-base-color-bg-default\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}
.divide-base-color-bg-default\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}
.divide-base-color-bg-default\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}
.divide-base-color-bg-default\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}
.divide-base-color-bg-default\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 60%);
}
.divide-base-color-bg-default\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0%);
}
.divide-base-color-bg-default\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 10%);
}
.divide-base-color-bg-default\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 100%);
}
.divide-base-color-bg-default\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 20%);
}
.divide-base-color-bg-default\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 30%);
}
.divide-base-color-bg-default\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 40%);
}
.divide-base-color-bg-default\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 50%);
}
.divide-base-color-bg-default\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 60%);
}
.divide-base-color-bg-default\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 70%);
}
.divide-base-color-bg-default\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 80%);
}
.divide-base-color-bg-default\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 90%);
}
.divide-base-color-bg-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 24 40 / var(--tw-divide-opacity));
}
.divide-base-color-bg-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0);
}
.divide-base-color-bg-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.1);
}
.divide-base-color-bg-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 1);
}
.divide-base-color-bg-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.2);
}
.divide-base-color-bg-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.25);
}
.divide-base-color-bg-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.3);
}
.divide-base-color-bg-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.4);
}
.divide-base-color-bg-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.05);
}
.divide-base-color-bg-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.5);
}
.divide-base-color-bg-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.6);
}
.divide-base-color-bg-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.7);
}
.divide-base-color-bg-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.75);
}
.divide-base-color-bg-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.8);
}
.divide-base-color-bg-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.9);
}
.divide-base-color-bg-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0.95);
}
.divide-base-color-bg-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 60%);
}
.divide-base-color-bg-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 0%);
}
.divide-base-color-bg-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 10%);
}
.divide-base-color-bg-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 100%);
}
.divide-base-color-bg-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 20%);
}
.divide-base-color-bg-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 30%);
}
.divide-base-color-bg-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 40%);
}
.divide-base-color-bg-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 50%);
}
.divide-base-color-bg-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 60%);
}
.divide-base-color-bg-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 70%);
}
.divide-base-color-bg-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 80%);
}
.divide-base-color-bg-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 24 40 / 90%);
}
.divide-base-color-bg-muted > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-divide-opacity));
}
.divide-base-color-bg-muted\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0);
}
.divide-base-color-bg-muted\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.1);
}
.divide-base-color-bg-muted\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 1);
}
.divide-base-color-bg-muted\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.2);
}
.divide-base-color-bg-muted\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.25);
}
.divide-base-color-bg-muted\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.3);
}
.divide-base-color-bg-muted\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.4);
}
.divide-base-color-bg-muted\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.05);
}
.divide-base-color-bg-muted\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.5);
}
.divide-base-color-bg-muted\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.6);
}
.divide-base-color-bg-muted\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.7);
}
.divide-base-color-bg-muted\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.75);
}
.divide-base-color-bg-muted\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.8);
}
.divide-base-color-bg-muted\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.9);
}
.divide-base-color-bg-muted\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0.95);
}
.divide-base-color-bg-muted\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 60%);
}
.divide-base-color-bg-muted\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 0%);
}
.divide-base-color-bg-muted\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 10%);
}
.divide-base-color-bg-muted\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 100%);
}
.divide-base-color-bg-muted\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 20%);
}
.divide-base-color-bg-muted\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 30%);
}
.divide-base-color-bg-muted\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 40%);
}
.divide-base-color-bg-muted\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 50%);
}
.divide-base-color-bg-muted\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 60%);
}
.divide-base-color-bg-muted\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 70%);
}
.divide-base-color-bg-muted\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 80%);
}
.divide-base-color-bg-muted\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 236 240 / 90%);
}
.divide-base-color-bg-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-divide-opacity));
}
.divide-base-color-bg-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0);
}
.divide-base-color-bg-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.1);
}
.divide-base-color-bg-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 1);
}
.divide-base-color-bg-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.2);
}
.divide-base-color-bg-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.25);
}
.divide-base-color-bg-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.3);
}
.divide-base-color-bg-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.4);
}
.divide-base-color-bg-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.05);
}
.divide-base-color-bg-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.5);
}
.divide-base-color-bg-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.6);
}
.divide-base-color-bg-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.7);
}
.divide-base-color-bg-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.75);
}
.divide-base-color-bg-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.8);
}
.divide-base-color-bg-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.9);
}
.divide-base-color-bg-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0.95);
}
.divide-base-color-bg-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 60%);
}
.divide-base-color-bg-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 0%);
}
.divide-base-color-bg-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 10%);
}
.divide-base-color-bg-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 100%);
}
.divide-base-color-bg-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 20%);
}
.divide-base-color-bg-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 30%);
}
.divide-base-color-bg-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 40%);
}
.divide-base-color-bg-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 50%);
}
.divide-base-color-bg-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 60%);
}
.divide-base-color-bg-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 70%);
}
.divide-base-color-bg-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 80%);
}
.divide-base-color-bg-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(242 244 247 / 90%);
}
.divide-base-color-bg-success > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 250 223 / var(--tw-divide-opacity));
}
.divide-base-color-bg-success-emphasis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(18 181 105 / var(--tw-divide-opacity));
}
.divide-base-color-bg-success-emphasis\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0);
}
.divide-base-color-bg-success-emphasis\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.1);
}
.divide-base-color-bg-success-emphasis\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 1);
}
.divide-base-color-bg-success-emphasis\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.2);
}
.divide-base-color-bg-success-emphasis\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.25);
}
.divide-base-color-bg-success-emphasis\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.3);
}
.divide-base-color-bg-success-emphasis\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.4);
}
.divide-base-color-bg-success-emphasis\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.05);
}
.divide-base-color-bg-success-emphasis\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.5);
}
.divide-base-color-bg-success-emphasis\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.6);
}
.divide-base-color-bg-success-emphasis\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.7);
}
.divide-base-color-bg-success-emphasis\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.75);
}
.divide-base-color-bg-success-emphasis\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.8);
}
.divide-base-color-bg-success-emphasis\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.9);
}
.divide-base-color-bg-success-emphasis\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0.95);
}
.divide-base-color-bg-success-emphasis\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 60%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 0%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 10%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 100%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 20%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 30%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 40%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 50%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 60%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 70%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 80%);
}
.divide-base-color-bg-success-emphasis\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(18 181 105 / 90%);
}
.divide-base-color-bg-success-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(246 254 249 / var(--tw-divide-opacity));
}
.divide-base-color-bg-success-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0);
}
.divide-base-color-bg-success-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.1);
}
.divide-base-color-bg-success-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 1);
}
.divide-base-color-bg-success-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.2);
}
.divide-base-color-bg-success-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.25);
}
.divide-base-color-bg-success-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.3);
}
.divide-base-color-bg-success-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.4);
}
.divide-base-color-bg-success-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.05);
}
.divide-base-color-bg-success-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.5);
}
.divide-base-color-bg-success-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.6);
}
.divide-base-color-bg-success-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.7);
}
.divide-base-color-bg-success-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.75);
}
.divide-base-color-bg-success-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.8);
}
.divide-base-color-bg-success-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.9);
}
.divide-base-color-bg-success-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0.95);
}
.divide-base-color-bg-success-subtle\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 60%);
}
.divide-base-color-bg-success-subtle\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 0%);
}
.divide-base-color-bg-success-subtle\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 10%);
}
.divide-base-color-bg-success-subtle\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 100%);
}
.divide-base-color-bg-success-subtle\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 20%);
}
.divide-base-color-bg-success-subtle\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 30%);
}
.divide-base-color-bg-success-subtle\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 40%);
}
.divide-base-color-bg-success-subtle\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 50%);
}
.divide-base-color-bg-success-subtle\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 60%);
}
.divide-base-color-bg-success-subtle\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 70%);
}
.divide-base-color-bg-success-subtle\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 80%);
}
.divide-base-color-bg-success-subtle\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(246 254 249 / 90%);
}
.divide-base-color-bg-success\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0);
}
.divide-base-color-bg-success\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.1);
}
.divide-base-color-bg-success\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 1);
}
.divide-base-color-bg-success\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.2);
}
.divide-base-color-bg-success\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.25);
}
.divide-base-color-bg-success\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.3);
}
.divide-base-color-bg-success\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.4);
}
.divide-base-color-bg-success\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.05);
}
.divide-base-color-bg-success\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.5);
}
.divide-base-color-bg-success\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.6);
}
.divide-base-color-bg-success\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.7);
}
.divide-base-color-bg-success\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.75);
}
.divide-base-color-bg-success\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.8);
}
.divide-base-color-bg-success\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.9);
}
.divide-base-color-bg-success\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0.95);
}
.divide-base-color-bg-success\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 60%);
}
.divide-base-color-bg-success\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 0%);
}
.divide-base-color-bg-success\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 10%);
}
.divide-base-color-bg-success\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 100%);
}
.divide-base-color-bg-success\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 20%);
}
.divide-base-color-bg-success\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 30%);
}
.divide-base-color-bg-success\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 40%);
}
.divide-base-color-bg-success\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 50%);
}
.divide-base-color-bg-success\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 60%);
}
.divide-base-color-bg-success\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 70%);
}
.divide-base-color-bg-success\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 80%);
}
.divide-base-color-bg-success\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(209 250 223 / 90%);
}
.divide-base-color-bg-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: #00000000;
}
.divide-base-color-bg-transparent\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0);
}
.divide-base-color-bg-transparent\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.1);
}
.divide-base-color-bg-transparent\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 1);
}
.divide-base-color-bg-transparent\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.2);
}
.divide-base-color-bg-transparent\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.25);
}
.divide-base-color-bg-transparent\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.3);
}
.divide-base-color-bg-transparent\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.4);
}
.divide-base-color-bg-transparent\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.05);
}
.divide-base-color-bg-transparent\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.5);
}
.divide-base-color-bg-transparent\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.6);
}
.divide-base-color-bg-transparent\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.7);
}
.divide-base-color-bg-transparent\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.75);
}
.divide-base-color-bg-transparent\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.8);
}
.divide-base-color-bg-transparent\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.9);
}
.divide-base-color-bg-transparent\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0.95);
}
.divide-base-color-bg-transparent\/base-opacity-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 60%);
}
.divide-base-color-bg-transparent\/core-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 0%);
}
.divide-base-color-bg-transparent\/core-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 10%);
}
.divide-base-color-bg-transparent\/core-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 100%);
}
.divide-base-color-bg-transparent\/core-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 20%);
}
.divide-base-color-bg-transparent\/core-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 30%);
}
.divide-base-color-bg-transparent\/core-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 40%);
}
.divide-base-color-bg-transparent\/core-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 50%);
}
.divide-base-color-bg-transparent\/core-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 60%);
}
.divide-base-color-bg-transparent\/core-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 70%);
}
.divide-base-color-bg-transparent\/core-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 80%);
}
.divide-base-color-bg-transparent\/core-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(0 0 0 / 90%);
}
.divide-base-color-border-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-divide-opacity));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-normal {
  white-space: normal;
}
.\!whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-base-border-radius-container-l {
  border-radius: 8px;
}
.rounded-base-border-radius-container-m {
  border-radius: 6px;
}
.rounded-base-border-radius-container-s {
  border-radius: 4px;
}
.rounded-base-border-radius-selectable-pill {
  border-radius: 1000px;
}
.rounded-base-border-radius-selectable-s {
  border-radius: 4px;
}
.rounded-core-border-radius-25 {
  border-radius: 4px;
}
.rounded-core-border-radius-37 {
  border-radius: 6px;
}
.rounded-core-border-radius-50 {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-base-border-radius-container-l {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-base-border-radius-container-m {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-b-core-border-radius-25 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-b-core-border-radius-50 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-base-border-radius-container-m {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-core-border-radius-25 {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}
.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-base-border-width-container-none {
  border-width: 0px;
}
.border-base-border-width-container-s {
  border-width: 1px;
}
.border-base-border-width-selectable-s {
  border-width: 1px;
}
.border-core-border-width-0 {
  border-width: 0px;
}
.border-core-border-width-10 {
  border-width: 1px;
}
.border-core-border-width-15 {
  border-width: 1.5px;
}
.border-core-border-width-20 {
  border-width: 2px;
}
.border-core-border-width-25 {
  border-width: 2.5px;
}
.border-core-border-width-30 {
  border-width: 3px;
}
.border-core-border-width-35 {
  border-width: 3.5px;
}
.border-core-border-width-40 {
  border-width: 4px;
}
.border-core-border-width-5 {
  border-width: 0.5px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-base-border-width-selectable-s {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-core-border-width-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-core-border-width-10 {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-core-border-width-15 {
  border-left-width: 1.5px;
  border-right-width: 1.5px;
}
.border-x-core-border-width-20 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-core-border-width-25 {
  border-left-width: 2.5px;
  border-right-width: 2.5px;
}
.border-x-core-border-width-30 {
  border-left-width: 3px;
  border-right-width: 3px;
}
.border-x-core-border-width-35 {
  border-left-width: 3.5px;
  border-right-width: 3.5px;
}
.border-x-core-border-width-40 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.border-x-core-border-width-5 {
  border-left-width: 0.5px;
  border-right-width: 0.5px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-y-core-border-width-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-y-core-border-width-10 {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-core-border-width-15 {
  border-top-width: 1.5px;
  border-bottom-width: 1.5px;
}
.border-y-core-border-width-20 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y-core-border-width-25 {
  border-top-width: 2.5px;
  border-bottom-width: 2.5px;
}
.border-y-core-border-width-30 {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.border-y-core-border-width-35 {
  border-top-width: 3.5px;
  border-bottom-width: 3.5px;
}
.border-y-core-border-width-40 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-y-core-border-width-5 {
  border-top-width: 0.5px;
  border-bottom-width: 0.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-base-border-width-selectable-s {
  border-bottom-width: 1px;
}
.border-b-core-border-width-0 {
  border-bottom-width: 0px;
}
.border-b-core-border-width-10 {
  border-bottom-width: 1px;
}
.border-b-core-border-width-15 {
  border-bottom-width: 1.5px;
}
.border-b-core-border-width-20 {
  border-bottom-width: 2px;
}
.border-b-core-border-width-25 {
  border-bottom-width: 2.5px;
}
.border-b-core-border-width-30 {
  border-bottom-width: 3px;
}
.border-b-core-border-width-35 {
  border-bottom-width: 3.5px;
}
.border-b-core-border-width-40 {
  border-bottom-width: 4px;
}
.border-b-core-border-width-5 {
  border-bottom-width: 0.5px;
}
.border-e-core-border-width-0 {
  border-inline-end-width: 0px;
}
.border-e-core-border-width-10 {
  border-inline-end-width: 1px;
}
.border-e-core-border-width-15 {
  border-inline-end-width: 1.5px;
}
.border-e-core-border-width-20 {
  border-inline-end-width: 2px;
}
.border-e-core-border-width-25 {
  border-inline-end-width: 2.5px;
}
.border-e-core-border-width-30 {
  border-inline-end-width: 3px;
}
.border-e-core-border-width-35 {
  border-inline-end-width: 3.5px;
}
.border-e-core-border-width-40 {
  border-inline-end-width: 4px;
}
.border-e-core-border-width-5 {
  border-inline-end-width: 0.5px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-core-border-width-0 {
  border-left-width: 0px;
}
.border-l-core-border-width-10 {
  border-left-width: 1px;
}
.border-l-core-border-width-15 {
  border-left-width: 1.5px;
}
.border-l-core-border-width-20 {
  border-left-width: 2px;
}
.border-l-core-border-width-25 {
  border-left-width: 2.5px;
}
.border-l-core-border-width-30 {
  border-left-width: 3px;
}
.border-l-core-border-width-35 {
  border-left-width: 3.5px;
}
.border-l-core-border-width-40 {
  border-left-width: 4px;
}
.border-l-core-border-width-5 {
  border-left-width: 0.5px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-core-border-width-0 {
  border-right-width: 0px;
}
.border-r-core-border-width-10 {
  border-right-width: 1px;
}
.border-r-core-border-width-15 {
  border-right-width: 1.5px;
}
.border-r-core-border-width-20 {
  border-right-width: 2px;
}
.border-r-core-border-width-25 {
  border-right-width: 2.5px;
}
.border-r-core-border-width-30 {
  border-right-width: 3px;
}
.border-r-core-border-width-35 {
  border-right-width: 3.5px;
}
.border-r-core-border-width-40 {
  border-right-width: 4px;
}
.border-r-core-border-width-5 {
  border-right-width: 0.5px;
}
.border-s-core-border-width-0 {
  border-inline-start-width: 0px;
}
.border-s-core-border-width-10 {
  border-inline-start-width: 1px;
}
.border-s-core-border-width-15 {
  border-inline-start-width: 1.5px;
}
.border-s-core-border-width-20 {
  border-inline-start-width: 2px;
}
.border-s-core-border-width-25 {
  border-inline-start-width: 2.5px;
}
.border-s-core-border-width-30 {
  border-inline-start-width: 3px;
}
.border-s-core-border-width-35 {
  border-inline-start-width: 3.5px;
}
.border-s-core-border-width-40 {
  border-inline-start-width: 4px;
}
.border-s-core-border-width-5 {
  border-inline-start-width: 0.5px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-base-border-width-container-s {
  border-top-width: 1px;
}
.border-t-core-border-width-0 {
  border-top-width: 0px;
}
.border-t-core-border-width-10 {
  border-top-width: 1px;
}
.border-t-core-border-width-15 {
  border-top-width: 1.5px;
}
.border-t-core-border-width-20 {
  border-top-width: 2px;
}
.border-t-core-border-width-25 {
  border-top-width: 2.5px;
}
.border-t-core-border-width-30 {
  border-top-width: 3px;
}
.border-t-core-border-width-35 {
  border-top-width: 3.5px;
}
.border-t-core-border-width-40 {
  border-top-width: 4px;
}
.border-t-core-border-width-5 {
  border-top-width: 0.5px;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-transparent {
  border-color: transparent !important;
}
.border-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-base-color-bg-accent-emphasis\/0 {
  border-color: rgb(21 94 239 / 0);
}
.border-base-color-bg-accent-emphasis\/10 {
  border-color: rgb(21 94 239 / 0.1);
}
.border-base-color-bg-accent-emphasis\/100 {
  border-color: rgb(21 94 239 / 1);
}
.border-base-color-bg-accent-emphasis\/20 {
  border-color: rgb(21 94 239 / 0.2);
}
.border-base-color-bg-accent-emphasis\/25 {
  border-color: rgb(21 94 239 / 0.25);
}
.border-base-color-bg-accent-emphasis\/30 {
  border-color: rgb(21 94 239 / 0.3);
}
.border-base-color-bg-accent-emphasis\/40 {
  border-color: rgb(21 94 239 / 0.4);
}
.border-base-color-bg-accent-emphasis\/5 {
  border-color: rgb(21 94 239 / 0.05);
}
.border-base-color-bg-accent-emphasis\/50 {
  border-color: rgb(21 94 239 / 0.5);
}
.border-base-color-bg-accent-emphasis\/60 {
  border-color: rgb(21 94 239 / 0.6);
}
.border-base-color-bg-accent-emphasis\/70 {
  border-color: rgb(21 94 239 / 0.7);
}
.border-base-color-bg-accent-emphasis\/75 {
  border-color: rgb(21 94 239 / 0.75);
}
.border-base-color-bg-accent-emphasis\/80 {
  border-color: rgb(21 94 239 / 0.8);
}
.border-base-color-bg-accent-emphasis\/90 {
  border-color: rgb(21 94 239 / 0.9);
}
.border-base-color-bg-accent-emphasis\/95 {
  border-color: rgb(21 94 239 / 0.95);
}
.border-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-color: rgb(21 94 239 / 60%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-color: rgb(21 94 239 / 0%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-color: rgb(21 94 239 / 10%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-color: rgb(21 94 239 / 100%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-color: rgb(21 94 239 / 20%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-color: rgb(21 94 239 / 30%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-color: rgb(21 94 239 / 40%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-color: rgb(21 94 239 / 50%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-color: rgb(21 94 239 / 60%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-color: rgb(21 94 239 / 70%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-color: rgb(21 94 239 / 80%);
}
.border-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-color: rgb(21 94 239 / 90%);
}
.border-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-base-color-bg-accent-subtle\/0 {
  border-color: rgb(245 248 255 / 0);
}
.border-base-color-bg-accent-subtle\/10 {
  border-color: rgb(245 248 255 / 0.1);
}
.border-base-color-bg-accent-subtle\/100 {
  border-color: rgb(245 248 255 / 1);
}
.border-base-color-bg-accent-subtle\/20 {
  border-color: rgb(245 248 255 / 0.2);
}
.border-base-color-bg-accent-subtle\/25 {
  border-color: rgb(245 248 255 / 0.25);
}
.border-base-color-bg-accent-subtle\/30 {
  border-color: rgb(245 248 255 / 0.3);
}
.border-base-color-bg-accent-subtle\/40 {
  border-color: rgb(245 248 255 / 0.4);
}
.border-base-color-bg-accent-subtle\/5 {
  border-color: rgb(245 248 255 / 0.05);
}
.border-base-color-bg-accent-subtle\/50 {
  border-color: rgb(245 248 255 / 0.5);
}
.border-base-color-bg-accent-subtle\/60 {
  border-color: rgb(245 248 255 / 0.6);
}
.border-base-color-bg-accent-subtle\/70 {
  border-color: rgb(245 248 255 / 0.7);
}
.border-base-color-bg-accent-subtle\/75 {
  border-color: rgb(245 248 255 / 0.75);
}
.border-base-color-bg-accent-subtle\/80 {
  border-color: rgb(245 248 255 / 0.8);
}
.border-base-color-bg-accent-subtle\/90 {
  border-color: rgb(245 248 255 / 0.9);
}
.border-base-color-bg-accent-subtle\/95 {
  border-color: rgb(245 248 255 / 0.95);
}
.border-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-color: rgb(245 248 255 / 60%);
}
.border-base-color-bg-accent-subtle\/core-opacity-0 {
  border-color: rgb(245 248 255 / 0%);
}
.border-base-color-bg-accent-subtle\/core-opacity-10 {
  border-color: rgb(245 248 255 / 10%);
}
.border-base-color-bg-accent-subtle\/core-opacity-100 {
  border-color: rgb(245 248 255 / 100%);
}
.border-base-color-bg-accent-subtle\/core-opacity-20 {
  border-color: rgb(245 248 255 / 20%);
}
.border-base-color-bg-accent-subtle\/core-opacity-30 {
  border-color: rgb(245 248 255 / 30%);
}
.border-base-color-bg-accent-subtle\/core-opacity-40 {
  border-color: rgb(245 248 255 / 40%);
}
.border-base-color-bg-accent-subtle\/core-opacity-50 {
  border-color: rgb(245 248 255 / 50%);
}
.border-base-color-bg-accent-subtle\/core-opacity-60 {
  border-color: rgb(245 248 255 / 60%);
}
.border-base-color-bg-accent-subtle\/core-opacity-70 {
  border-color: rgb(245 248 255 / 70%);
}
.border-base-color-bg-accent-subtle\/core-opacity-80 {
  border-color: rgb(245 248 255 / 80%);
}
.border-base-color-bg-accent-subtle\/core-opacity-90 {
  border-color: rgb(245 248 255 / 90%);
}
.border-base-color-bg-accent\/0 {
  border-color: rgb(209 224 255 / 0);
}
.border-base-color-bg-accent\/10 {
  border-color: rgb(209 224 255 / 0.1);
}
.border-base-color-bg-accent\/100 {
  border-color: rgb(209 224 255 / 1);
}
.border-base-color-bg-accent\/20 {
  border-color: rgb(209 224 255 / 0.2);
}
.border-base-color-bg-accent\/25 {
  border-color: rgb(209 224 255 / 0.25);
}
.border-base-color-bg-accent\/30 {
  border-color: rgb(209 224 255 / 0.3);
}
.border-base-color-bg-accent\/40 {
  border-color: rgb(209 224 255 / 0.4);
}
.border-base-color-bg-accent\/5 {
  border-color: rgb(209 224 255 / 0.05);
}
.border-base-color-bg-accent\/50 {
  border-color: rgb(209 224 255 / 0.5);
}
.border-base-color-bg-accent\/60 {
  border-color: rgb(209 224 255 / 0.6);
}
.border-base-color-bg-accent\/70 {
  border-color: rgb(209 224 255 / 0.7);
}
.border-base-color-bg-accent\/75 {
  border-color: rgb(209 224 255 / 0.75);
}
.border-base-color-bg-accent\/80 {
  border-color: rgb(209 224 255 / 0.8);
}
.border-base-color-bg-accent\/90 {
  border-color: rgb(209 224 255 / 0.9);
}
.border-base-color-bg-accent\/95 {
  border-color: rgb(209 224 255 / 0.95);
}
.border-base-color-bg-accent\/base-opacity-disabled {
  border-color: rgb(209 224 255 / 60%);
}
.border-base-color-bg-accent\/core-opacity-0 {
  border-color: rgb(209 224 255 / 0%);
}
.border-base-color-bg-accent\/core-opacity-10 {
  border-color: rgb(209 224 255 / 10%);
}
.border-base-color-bg-accent\/core-opacity-100 {
  border-color: rgb(209 224 255 / 100%);
}
.border-base-color-bg-accent\/core-opacity-20 {
  border-color: rgb(209 224 255 / 20%);
}
.border-base-color-bg-accent\/core-opacity-30 {
  border-color: rgb(209 224 255 / 30%);
}
.border-base-color-bg-accent\/core-opacity-40 {
  border-color: rgb(209 224 255 / 40%);
}
.border-base-color-bg-accent\/core-opacity-50 {
  border-color: rgb(209 224 255 / 50%);
}
.border-base-color-bg-accent\/core-opacity-60 {
  border-color: rgb(209 224 255 / 60%);
}
.border-base-color-bg-accent\/core-opacity-70 {
  border-color: rgb(209 224 255 / 70%);
}
.border-base-color-bg-accent\/core-opacity-80 {
  border-color: rgb(209 224 255 / 80%);
}
.border-base-color-bg-accent\/core-opacity-90 {
  border-color: rgb(209 224 255 / 90%);
}
.border-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-base-color-bg-attention-emphasis\/0 {
  border-color: rgb(221 105 3 / 0);
}
.border-base-color-bg-attention-emphasis\/10 {
  border-color: rgb(221 105 3 / 0.1);
}
.border-base-color-bg-attention-emphasis\/100 {
  border-color: rgb(221 105 3 / 1);
}
.border-base-color-bg-attention-emphasis\/20 {
  border-color: rgb(221 105 3 / 0.2);
}
.border-base-color-bg-attention-emphasis\/25 {
  border-color: rgb(221 105 3 / 0.25);
}
.border-base-color-bg-attention-emphasis\/30 {
  border-color: rgb(221 105 3 / 0.3);
}
.border-base-color-bg-attention-emphasis\/40 {
  border-color: rgb(221 105 3 / 0.4);
}
.border-base-color-bg-attention-emphasis\/5 {
  border-color: rgb(221 105 3 / 0.05);
}
.border-base-color-bg-attention-emphasis\/50 {
  border-color: rgb(221 105 3 / 0.5);
}
.border-base-color-bg-attention-emphasis\/60 {
  border-color: rgb(221 105 3 / 0.6);
}
.border-base-color-bg-attention-emphasis\/70 {
  border-color: rgb(221 105 3 / 0.7);
}
.border-base-color-bg-attention-emphasis\/75 {
  border-color: rgb(221 105 3 / 0.75);
}
.border-base-color-bg-attention-emphasis\/80 {
  border-color: rgb(221 105 3 / 0.8);
}
.border-base-color-bg-attention-emphasis\/90 {
  border-color: rgb(221 105 3 / 0.9);
}
.border-base-color-bg-attention-emphasis\/95 {
  border-color: rgb(221 105 3 / 0.95);
}
.border-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-color: rgb(221 105 3 / 60%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-color: rgb(221 105 3 / 0%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-color: rgb(221 105 3 / 10%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-color: rgb(221 105 3 / 100%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-color: rgb(221 105 3 / 20%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-color: rgb(221 105 3 / 30%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-color: rgb(221 105 3 / 40%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-color: rgb(221 105 3 / 50%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-color: rgb(221 105 3 / 60%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-color: rgb(221 105 3 / 70%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-color: rgb(221 105 3 / 80%);
}
.border-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-color: rgb(221 105 3 / 90%);
}
.border-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-base-color-bg-attention-subtle\/0 {
  border-color: rgb(255 252 245 / 0);
}
.border-base-color-bg-attention-subtle\/10 {
  border-color: rgb(255 252 245 / 0.1);
}
.border-base-color-bg-attention-subtle\/100 {
  border-color: rgb(255 252 245 / 1);
}
.border-base-color-bg-attention-subtle\/20 {
  border-color: rgb(255 252 245 / 0.2);
}
.border-base-color-bg-attention-subtle\/25 {
  border-color: rgb(255 252 245 / 0.25);
}
.border-base-color-bg-attention-subtle\/30 {
  border-color: rgb(255 252 245 / 0.3);
}
.border-base-color-bg-attention-subtle\/40 {
  border-color: rgb(255 252 245 / 0.4);
}
.border-base-color-bg-attention-subtle\/5 {
  border-color: rgb(255 252 245 / 0.05);
}
.border-base-color-bg-attention-subtle\/50 {
  border-color: rgb(255 252 245 / 0.5);
}
.border-base-color-bg-attention-subtle\/60 {
  border-color: rgb(255 252 245 / 0.6);
}
.border-base-color-bg-attention-subtle\/70 {
  border-color: rgb(255 252 245 / 0.7);
}
.border-base-color-bg-attention-subtle\/75 {
  border-color: rgb(255 252 245 / 0.75);
}
.border-base-color-bg-attention-subtle\/80 {
  border-color: rgb(255 252 245 / 0.8);
}
.border-base-color-bg-attention-subtle\/90 {
  border-color: rgb(255 252 245 / 0.9);
}
.border-base-color-bg-attention-subtle\/95 {
  border-color: rgb(255 252 245 / 0.95);
}
.border-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-color: rgb(255 252 245 / 60%);
}
.border-base-color-bg-attention-subtle\/core-opacity-0 {
  border-color: rgb(255 252 245 / 0%);
}
.border-base-color-bg-attention-subtle\/core-opacity-10 {
  border-color: rgb(255 252 245 / 10%);
}
.border-base-color-bg-attention-subtle\/core-opacity-100 {
  border-color: rgb(255 252 245 / 100%);
}
.border-base-color-bg-attention-subtle\/core-opacity-20 {
  border-color: rgb(255 252 245 / 20%);
}
.border-base-color-bg-attention-subtle\/core-opacity-30 {
  border-color: rgb(255 252 245 / 30%);
}
.border-base-color-bg-attention-subtle\/core-opacity-40 {
  border-color: rgb(255 252 245 / 40%);
}
.border-base-color-bg-attention-subtle\/core-opacity-50 {
  border-color: rgb(255 252 245 / 50%);
}
.border-base-color-bg-attention-subtle\/core-opacity-60 {
  border-color: rgb(255 252 245 / 60%);
}
.border-base-color-bg-attention-subtle\/core-opacity-70 {
  border-color: rgb(255 252 245 / 70%);
}
.border-base-color-bg-attention-subtle\/core-opacity-80 {
  border-color: rgb(255 252 245 / 80%);
}
.border-base-color-bg-attention-subtle\/core-opacity-90 {
  border-color: rgb(255 252 245 / 90%);
}
.border-base-color-bg-attention\/0 {
  border-color: rgb(254 240 200 / 0);
}
.border-base-color-bg-attention\/10 {
  border-color: rgb(254 240 200 / 0.1);
}
.border-base-color-bg-attention\/100 {
  border-color: rgb(254 240 200 / 1);
}
.border-base-color-bg-attention\/20 {
  border-color: rgb(254 240 200 / 0.2);
}
.border-base-color-bg-attention\/25 {
  border-color: rgb(254 240 200 / 0.25);
}
.border-base-color-bg-attention\/30 {
  border-color: rgb(254 240 200 / 0.3);
}
.border-base-color-bg-attention\/40 {
  border-color: rgb(254 240 200 / 0.4);
}
.border-base-color-bg-attention\/5 {
  border-color: rgb(254 240 200 / 0.05);
}
.border-base-color-bg-attention\/50 {
  border-color: rgb(254 240 200 / 0.5);
}
.border-base-color-bg-attention\/60 {
  border-color: rgb(254 240 200 / 0.6);
}
.border-base-color-bg-attention\/70 {
  border-color: rgb(254 240 200 / 0.7);
}
.border-base-color-bg-attention\/75 {
  border-color: rgb(254 240 200 / 0.75);
}
.border-base-color-bg-attention\/80 {
  border-color: rgb(254 240 200 / 0.8);
}
.border-base-color-bg-attention\/90 {
  border-color: rgb(254 240 200 / 0.9);
}
.border-base-color-bg-attention\/95 {
  border-color: rgb(254 240 200 / 0.95);
}
.border-base-color-bg-attention\/base-opacity-disabled {
  border-color: rgb(254 240 200 / 60%);
}
.border-base-color-bg-attention\/core-opacity-0 {
  border-color: rgb(254 240 200 / 0%);
}
.border-base-color-bg-attention\/core-opacity-10 {
  border-color: rgb(254 240 200 / 10%);
}
.border-base-color-bg-attention\/core-opacity-100 {
  border-color: rgb(254 240 200 / 100%);
}
.border-base-color-bg-attention\/core-opacity-20 {
  border-color: rgb(254 240 200 / 20%);
}
.border-base-color-bg-attention\/core-opacity-30 {
  border-color: rgb(254 240 200 / 30%);
}
.border-base-color-bg-attention\/core-opacity-40 {
  border-color: rgb(254 240 200 / 40%);
}
.border-base-color-bg-attention\/core-opacity-50 {
  border-color: rgb(254 240 200 / 50%);
}
.border-base-color-bg-attention\/core-opacity-60 {
  border-color: rgb(254 240 200 / 60%);
}
.border-base-color-bg-attention\/core-opacity-70 {
  border-color: rgb(254 240 200 / 70%);
}
.border-base-color-bg-attention\/core-opacity-80 {
  border-color: rgb(254 240 200 / 80%);
}
.border-base-color-bg-attention\/core-opacity-90 {
  border-color: rgb(254 240 200 / 90%);
}
.border-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-base-color-bg-brand-emphasis\/0 {
  border-color: rgb(93 91 215 / 0);
}
.border-base-color-bg-brand-emphasis\/10 {
  border-color: rgb(93 91 215 / 0.1);
}
.border-base-color-bg-brand-emphasis\/100 {
  border-color: rgb(93 91 215 / 1);
}
.border-base-color-bg-brand-emphasis\/20 {
  border-color: rgb(93 91 215 / 0.2);
}
.border-base-color-bg-brand-emphasis\/25 {
  border-color: rgb(93 91 215 / 0.25);
}
.border-base-color-bg-brand-emphasis\/30 {
  border-color: rgb(93 91 215 / 0.3);
}
.border-base-color-bg-brand-emphasis\/40 {
  border-color: rgb(93 91 215 / 0.4);
}
.border-base-color-bg-brand-emphasis\/5 {
  border-color: rgb(93 91 215 / 0.05);
}
.border-base-color-bg-brand-emphasis\/50 {
  border-color: rgb(93 91 215 / 0.5);
}
.border-base-color-bg-brand-emphasis\/60 {
  border-color: rgb(93 91 215 / 0.6);
}
.border-base-color-bg-brand-emphasis\/70 {
  border-color: rgb(93 91 215 / 0.7);
}
.border-base-color-bg-brand-emphasis\/75 {
  border-color: rgb(93 91 215 / 0.75);
}
.border-base-color-bg-brand-emphasis\/80 {
  border-color: rgb(93 91 215 / 0.8);
}
.border-base-color-bg-brand-emphasis\/90 {
  border-color: rgb(93 91 215 / 0.9);
}
.border-base-color-bg-brand-emphasis\/95 {
  border-color: rgb(93 91 215 / 0.95);
}
.border-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-color: rgb(93 91 215 / 60%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-color: rgb(93 91 215 / 0%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-color: rgb(93 91 215 / 10%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-color: rgb(93 91 215 / 100%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-color: rgb(93 91 215 / 20%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-color: rgb(93 91 215 / 30%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-color: rgb(93 91 215 / 40%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-color: rgb(93 91 215 / 50%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-color: rgb(93 91 215 / 60%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-color: rgb(93 91 215 / 70%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-color: rgb(93 91 215 / 80%);
}
.border-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-color: rgb(93 91 215 / 90%);
}
.border-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-base-color-bg-brand-subtle\/0 {
  border-color: rgb(242 244 253 / 0);
}
.border-base-color-bg-brand-subtle\/10 {
  border-color: rgb(242 244 253 / 0.1);
}
.border-base-color-bg-brand-subtle\/100 {
  border-color: rgb(242 244 253 / 1);
}
.border-base-color-bg-brand-subtle\/20 {
  border-color: rgb(242 244 253 / 0.2);
}
.border-base-color-bg-brand-subtle\/25 {
  border-color: rgb(242 244 253 / 0.25);
}
.border-base-color-bg-brand-subtle\/30 {
  border-color: rgb(242 244 253 / 0.3);
}
.border-base-color-bg-brand-subtle\/40 {
  border-color: rgb(242 244 253 / 0.4);
}
.border-base-color-bg-brand-subtle\/5 {
  border-color: rgb(242 244 253 / 0.05);
}
.border-base-color-bg-brand-subtle\/50 {
  border-color: rgb(242 244 253 / 0.5);
}
.border-base-color-bg-brand-subtle\/60 {
  border-color: rgb(242 244 253 / 0.6);
}
.border-base-color-bg-brand-subtle\/70 {
  border-color: rgb(242 244 253 / 0.7);
}
.border-base-color-bg-brand-subtle\/75 {
  border-color: rgb(242 244 253 / 0.75);
}
.border-base-color-bg-brand-subtle\/80 {
  border-color: rgb(242 244 253 / 0.8);
}
.border-base-color-bg-brand-subtle\/90 {
  border-color: rgb(242 244 253 / 0.9);
}
.border-base-color-bg-brand-subtle\/95 {
  border-color: rgb(242 244 253 / 0.95);
}
.border-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-color: rgb(242 244 253 / 60%);
}
.border-base-color-bg-brand-subtle\/core-opacity-0 {
  border-color: rgb(242 244 253 / 0%);
}
.border-base-color-bg-brand-subtle\/core-opacity-10 {
  border-color: rgb(242 244 253 / 10%);
}
.border-base-color-bg-brand-subtle\/core-opacity-100 {
  border-color: rgb(242 244 253 / 100%);
}
.border-base-color-bg-brand-subtle\/core-opacity-20 {
  border-color: rgb(242 244 253 / 20%);
}
.border-base-color-bg-brand-subtle\/core-opacity-30 {
  border-color: rgb(242 244 253 / 30%);
}
.border-base-color-bg-brand-subtle\/core-opacity-40 {
  border-color: rgb(242 244 253 / 40%);
}
.border-base-color-bg-brand-subtle\/core-opacity-50 {
  border-color: rgb(242 244 253 / 50%);
}
.border-base-color-bg-brand-subtle\/core-opacity-60 {
  border-color: rgb(242 244 253 / 60%);
}
.border-base-color-bg-brand-subtle\/core-opacity-70 {
  border-color: rgb(242 244 253 / 70%);
}
.border-base-color-bg-brand-subtle\/core-opacity-80 {
  border-color: rgb(242 244 253 / 80%);
}
.border-base-color-bg-brand-subtle\/core-opacity-90 {
  border-color: rgb(242 244 253 / 90%);
}
.border-base-color-bg-brand\/0 {
  border-color: rgb(205 214 249 / 0);
}
.border-base-color-bg-brand\/10 {
  border-color: rgb(205 214 249 / 0.1);
}
.border-base-color-bg-brand\/100 {
  border-color: rgb(205 214 249 / 1);
}
.border-base-color-bg-brand\/20 {
  border-color: rgb(205 214 249 / 0.2);
}
.border-base-color-bg-brand\/25 {
  border-color: rgb(205 214 249 / 0.25);
}
.border-base-color-bg-brand\/30 {
  border-color: rgb(205 214 249 / 0.3);
}
.border-base-color-bg-brand\/40 {
  border-color: rgb(205 214 249 / 0.4);
}
.border-base-color-bg-brand\/5 {
  border-color: rgb(205 214 249 / 0.05);
}
.border-base-color-bg-brand\/50 {
  border-color: rgb(205 214 249 / 0.5);
}
.border-base-color-bg-brand\/60 {
  border-color: rgb(205 214 249 / 0.6);
}
.border-base-color-bg-brand\/70 {
  border-color: rgb(205 214 249 / 0.7);
}
.border-base-color-bg-brand\/75 {
  border-color: rgb(205 214 249 / 0.75);
}
.border-base-color-bg-brand\/80 {
  border-color: rgb(205 214 249 / 0.8);
}
.border-base-color-bg-brand\/90 {
  border-color: rgb(205 214 249 / 0.9);
}
.border-base-color-bg-brand\/95 {
  border-color: rgb(205 214 249 / 0.95);
}
.border-base-color-bg-brand\/base-opacity-disabled {
  border-color: rgb(205 214 249 / 60%);
}
.border-base-color-bg-brand\/core-opacity-0 {
  border-color: rgb(205 214 249 / 0%);
}
.border-base-color-bg-brand\/core-opacity-10 {
  border-color: rgb(205 214 249 / 10%);
}
.border-base-color-bg-brand\/core-opacity-100 {
  border-color: rgb(205 214 249 / 100%);
}
.border-base-color-bg-brand\/core-opacity-20 {
  border-color: rgb(205 214 249 / 20%);
}
.border-base-color-bg-brand\/core-opacity-30 {
  border-color: rgb(205 214 249 / 30%);
}
.border-base-color-bg-brand\/core-opacity-40 {
  border-color: rgb(205 214 249 / 40%);
}
.border-base-color-bg-brand\/core-opacity-50 {
  border-color: rgb(205 214 249 / 50%);
}
.border-base-color-bg-brand\/core-opacity-60 {
  border-color: rgb(205 214 249 / 60%);
}
.border-base-color-bg-brand\/core-opacity-70 {
  border-color: rgb(205 214 249 / 70%);
}
.border-base-color-bg-brand\/core-opacity-80 {
  border-color: rgb(205 214 249 / 80%);
}
.border-base-color-bg-brand\/core-opacity-90 {
  border-color: rgb(205 214 249 / 90%);
}
.border-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-base-color-bg-danger-emphasis\/0 {
  border-color: rgb(240 68 56 / 0);
}
.border-base-color-bg-danger-emphasis\/10 {
  border-color: rgb(240 68 56 / 0.1);
}
.border-base-color-bg-danger-emphasis\/100 {
  border-color: rgb(240 68 56 / 1);
}
.border-base-color-bg-danger-emphasis\/20 {
  border-color: rgb(240 68 56 / 0.2);
}
.border-base-color-bg-danger-emphasis\/25 {
  border-color: rgb(240 68 56 / 0.25);
}
.border-base-color-bg-danger-emphasis\/30 {
  border-color: rgb(240 68 56 / 0.3);
}
.border-base-color-bg-danger-emphasis\/40 {
  border-color: rgb(240 68 56 / 0.4);
}
.border-base-color-bg-danger-emphasis\/5 {
  border-color: rgb(240 68 56 / 0.05);
}
.border-base-color-bg-danger-emphasis\/50 {
  border-color: rgb(240 68 56 / 0.5);
}
.border-base-color-bg-danger-emphasis\/60 {
  border-color: rgb(240 68 56 / 0.6);
}
.border-base-color-bg-danger-emphasis\/70 {
  border-color: rgb(240 68 56 / 0.7);
}
.border-base-color-bg-danger-emphasis\/75 {
  border-color: rgb(240 68 56 / 0.75);
}
.border-base-color-bg-danger-emphasis\/80 {
  border-color: rgb(240 68 56 / 0.8);
}
.border-base-color-bg-danger-emphasis\/90 {
  border-color: rgb(240 68 56 / 0.9);
}
.border-base-color-bg-danger-emphasis\/95 {
  border-color: rgb(240 68 56 / 0.95);
}
.border-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-color: rgb(240 68 56 / 60%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-color: rgb(240 68 56 / 0%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-color: rgb(240 68 56 / 10%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-color: rgb(240 68 56 / 100%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-color: rgb(240 68 56 / 20%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-color: rgb(240 68 56 / 30%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-color: rgb(240 68 56 / 40%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-color: rgb(240 68 56 / 50%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-color: rgb(240 68 56 / 60%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-color: rgb(240 68 56 / 70%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-color: rgb(240 68 56 / 80%);
}
.border-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-color: rgb(240 68 56 / 90%);
}
.border-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-base-color-bg-danger-subtle\/0 {
  border-color: rgb(255 251 250 / 0);
}
.border-base-color-bg-danger-subtle\/10 {
  border-color: rgb(255 251 250 / 0.1);
}
.border-base-color-bg-danger-subtle\/100 {
  border-color: rgb(255 251 250 / 1);
}
.border-base-color-bg-danger-subtle\/20 {
  border-color: rgb(255 251 250 / 0.2);
}
.border-base-color-bg-danger-subtle\/25 {
  border-color: rgb(255 251 250 / 0.25);
}
.border-base-color-bg-danger-subtle\/30 {
  border-color: rgb(255 251 250 / 0.3);
}
.border-base-color-bg-danger-subtle\/40 {
  border-color: rgb(255 251 250 / 0.4);
}
.border-base-color-bg-danger-subtle\/5 {
  border-color: rgb(255 251 250 / 0.05);
}
.border-base-color-bg-danger-subtle\/50 {
  border-color: rgb(255 251 250 / 0.5);
}
.border-base-color-bg-danger-subtle\/60 {
  border-color: rgb(255 251 250 / 0.6);
}
.border-base-color-bg-danger-subtle\/70 {
  border-color: rgb(255 251 250 / 0.7);
}
.border-base-color-bg-danger-subtle\/75 {
  border-color: rgb(255 251 250 / 0.75);
}
.border-base-color-bg-danger-subtle\/80 {
  border-color: rgb(255 251 250 / 0.8);
}
.border-base-color-bg-danger-subtle\/90 {
  border-color: rgb(255 251 250 / 0.9);
}
.border-base-color-bg-danger-subtle\/95 {
  border-color: rgb(255 251 250 / 0.95);
}
.border-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-color: rgb(255 251 250 / 60%);
}
.border-base-color-bg-danger-subtle\/core-opacity-0 {
  border-color: rgb(255 251 250 / 0%);
}
.border-base-color-bg-danger-subtle\/core-opacity-10 {
  border-color: rgb(255 251 250 / 10%);
}
.border-base-color-bg-danger-subtle\/core-opacity-100 {
  border-color: rgb(255 251 250 / 100%);
}
.border-base-color-bg-danger-subtle\/core-opacity-20 {
  border-color: rgb(255 251 250 / 20%);
}
.border-base-color-bg-danger-subtle\/core-opacity-30 {
  border-color: rgb(255 251 250 / 30%);
}
.border-base-color-bg-danger-subtle\/core-opacity-40 {
  border-color: rgb(255 251 250 / 40%);
}
.border-base-color-bg-danger-subtle\/core-opacity-50 {
  border-color: rgb(255 251 250 / 50%);
}
.border-base-color-bg-danger-subtle\/core-opacity-60 {
  border-color: rgb(255 251 250 / 60%);
}
.border-base-color-bg-danger-subtle\/core-opacity-70 {
  border-color: rgb(255 251 250 / 70%);
}
.border-base-color-bg-danger-subtle\/core-opacity-80 {
  border-color: rgb(255 251 250 / 80%);
}
.border-base-color-bg-danger-subtle\/core-opacity-90 {
  border-color: rgb(255 251 250 / 90%);
}
.border-base-color-bg-danger\/0 {
  border-color: rgb(254 227 225 / 0);
}
.border-base-color-bg-danger\/10 {
  border-color: rgb(254 227 225 / 0.1);
}
.border-base-color-bg-danger\/100 {
  border-color: rgb(254 227 225 / 1);
}
.border-base-color-bg-danger\/20 {
  border-color: rgb(254 227 225 / 0.2);
}
.border-base-color-bg-danger\/25 {
  border-color: rgb(254 227 225 / 0.25);
}
.border-base-color-bg-danger\/30 {
  border-color: rgb(254 227 225 / 0.3);
}
.border-base-color-bg-danger\/40 {
  border-color: rgb(254 227 225 / 0.4);
}
.border-base-color-bg-danger\/5 {
  border-color: rgb(254 227 225 / 0.05);
}
.border-base-color-bg-danger\/50 {
  border-color: rgb(254 227 225 / 0.5);
}
.border-base-color-bg-danger\/60 {
  border-color: rgb(254 227 225 / 0.6);
}
.border-base-color-bg-danger\/70 {
  border-color: rgb(254 227 225 / 0.7);
}
.border-base-color-bg-danger\/75 {
  border-color: rgb(254 227 225 / 0.75);
}
.border-base-color-bg-danger\/80 {
  border-color: rgb(254 227 225 / 0.8);
}
.border-base-color-bg-danger\/90 {
  border-color: rgb(254 227 225 / 0.9);
}
.border-base-color-bg-danger\/95 {
  border-color: rgb(254 227 225 / 0.95);
}
.border-base-color-bg-danger\/base-opacity-disabled {
  border-color: rgb(254 227 225 / 60%);
}
.border-base-color-bg-danger\/core-opacity-0 {
  border-color: rgb(254 227 225 / 0%);
}
.border-base-color-bg-danger\/core-opacity-10 {
  border-color: rgb(254 227 225 / 10%);
}
.border-base-color-bg-danger\/core-opacity-100 {
  border-color: rgb(254 227 225 / 100%);
}
.border-base-color-bg-danger\/core-opacity-20 {
  border-color: rgb(254 227 225 / 20%);
}
.border-base-color-bg-danger\/core-opacity-30 {
  border-color: rgb(254 227 225 / 30%);
}
.border-base-color-bg-danger\/core-opacity-40 {
  border-color: rgb(254 227 225 / 40%);
}
.border-base-color-bg-danger\/core-opacity-50 {
  border-color: rgb(254 227 225 / 50%);
}
.border-base-color-bg-danger\/core-opacity-60 {
  border-color: rgb(254 227 225 / 60%);
}
.border-base-color-bg-danger\/core-opacity-70 {
  border-color: rgb(254 227 225 / 70%);
}
.border-base-color-bg-danger\/core-opacity-80 {
  border-color: rgb(254 227 225 / 80%);
}
.border-base-color-bg-danger\/core-opacity-90 {
  border-color: rgb(254 227 225 / 90%);
}
.border-base-color-bg-default {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-base-color-bg-default\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-base-color-bg-default\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-base-color-bg-default\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-base-color-bg-default\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-base-color-bg-default\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-base-color-bg-default\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-base-color-bg-default\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-base-color-bg-default\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-base-color-bg-default\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-base-color-bg-default\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-base-color-bg-default\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-base-color-bg-default\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-base-color-bg-default\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-base-color-bg-default\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-base-color-bg-default\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-base-color-bg-default\/base-opacity-disabled {
  border-color: rgb(255 255 255 / 60%);
}
.border-base-color-bg-default\/core-opacity-0 {
  border-color: rgb(255 255 255 / 0%);
}
.border-base-color-bg-default\/core-opacity-10 {
  border-color: rgb(255 255 255 / 10%);
}
.border-base-color-bg-default\/core-opacity-100 {
  border-color: rgb(255 255 255 / 100%);
}
.border-base-color-bg-default\/core-opacity-20 {
  border-color: rgb(255 255 255 / 20%);
}
.border-base-color-bg-default\/core-opacity-30 {
  border-color: rgb(255 255 255 / 30%);
}
.border-base-color-bg-default\/core-opacity-40 {
  border-color: rgb(255 255 255 / 40%);
}
.border-base-color-bg-default\/core-opacity-50 {
  border-color: rgb(255 255 255 / 50%);
}
.border-base-color-bg-default\/core-opacity-60 {
  border-color: rgb(255 255 255 / 60%);
}
.border-base-color-bg-default\/core-opacity-70 {
  border-color: rgb(255 255 255 / 70%);
}
.border-base-color-bg-default\/core-opacity-80 {
  border-color: rgb(255 255 255 / 80%);
}
.border-base-color-bg-default\/core-opacity-90 {
  border-color: rgb(255 255 255 / 90%);
}
.border-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-base-color-bg-emphasis\/0 {
  border-color: rgb(16 24 40 / 0);
}
.border-base-color-bg-emphasis\/10 {
  border-color: rgb(16 24 40 / 0.1);
}
.border-base-color-bg-emphasis\/100 {
  border-color: rgb(16 24 40 / 1);
}
.border-base-color-bg-emphasis\/20 {
  border-color: rgb(16 24 40 / 0.2);
}
.border-base-color-bg-emphasis\/25 {
  border-color: rgb(16 24 40 / 0.25);
}
.border-base-color-bg-emphasis\/30 {
  border-color: rgb(16 24 40 / 0.3);
}
.border-base-color-bg-emphasis\/40 {
  border-color: rgb(16 24 40 / 0.4);
}
.border-base-color-bg-emphasis\/5 {
  border-color: rgb(16 24 40 / 0.05);
}
.border-base-color-bg-emphasis\/50 {
  border-color: rgb(16 24 40 / 0.5);
}
.border-base-color-bg-emphasis\/60 {
  border-color: rgb(16 24 40 / 0.6);
}
.border-base-color-bg-emphasis\/70 {
  border-color: rgb(16 24 40 / 0.7);
}
.border-base-color-bg-emphasis\/75 {
  border-color: rgb(16 24 40 / 0.75);
}
.border-base-color-bg-emphasis\/80 {
  border-color: rgb(16 24 40 / 0.8);
}
.border-base-color-bg-emphasis\/90 {
  border-color: rgb(16 24 40 / 0.9);
}
.border-base-color-bg-emphasis\/95 {
  border-color: rgb(16 24 40 / 0.95);
}
.border-base-color-bg-emphasis\/base-opacity-disabled {
  border-color: rgb(16 24 40 / 60%);
}
.border-base-color-bg-emphasis\/core-opacity-0 {
  border-color: rgb(16 24 40 / 0%);
}
.border-base-color-bg-emphasis\/core-opacity-10 {
  border-color: rgb(16 24 40 / 10%);
}
.border-base-color-bg-emphasis\/core-opacity-100 {
  border-color: rgb(16 24 40 / 100%);
}
.border-base-color-bg-emphasis\/core-opacity-20 {
  border-color: rgb(16 24 40 / 20%);
}
.border-base-color-bg-emphasis\/core-opacity-30 {
  border-color: rgb(16 24 40 / 30%);
}
.border-base-color-bg-emphasis\/core-opacity-40 {
  border-color: rgb(16 24 40 / 40%);
}
.border-base-color-bg-emphasis\/core-opacity-50 {
  border-color: rgb(16 24 40 / 50%);
}
.border-base-color-bg-emphasis\/core-opacity-60 {
  border-color: rgb(16 24 40 / 60%);
}
.border-base-color-bg-emphasis\/core-opacity-70 {
  border-color: rgb(16 24 40 / 70%);
}
.border-base-color-bg-emphasis\/core-opacity-80 {
  border-color: rgb(16 24 40 / 80%);
}
.border-base-color-bg-emphasis\/core-opacity-90 {
  border-color: rgb(16 24 40 / 90%);
}
.border-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-base-color-bg-muted\/0 {
  border-color: rgb(234 236 240 / 0);
}
.border-base-color-bg-muted\/10 {
  border-color: rgb(234 236 240 / 0.1);
}
.border-base-color-bg-muted\/100 {
  border-color: rgb(234 236 240 / 1);
}
.border-base-color-bg-muted\/20 {
  border-color: rgb(234 236 240 / 0.2);
}
.border-base-color-bg-muted\/25 {
  border-color: rgb(234 236 240 / 0.25);
}
.border-base-color-bg-muted\/30 {
  border-color: rgb(234 236 240 / 0.3);
}
.border-base-color-bg-muted\/40 {
  border-color: rgb(234 236 240 / 0.4);
}
.border-base-color-bg-muted\/5 {
  border-color: rgb(234 236 240 / 0.05);
}
.border-base-color-bg-muted\/50 {
  border-color: rgb(234 236 240 / 0.5);
}
.border-base-color-bg-muted\/60 {
  border-color: rgb(234 236 240 / 0.6);
}
.border-base-color-bg-muted\/70 {
  border-color: rgb(234 236 240 / 0.7);
}
.border-base-color-bg-muted\/75 {
  border-color: rgb(234 236 240 / 0.75);
}
.border-base-color-bg-muted\/80 {
  border-color: rgb(234 236 240 / 0.8);
}
.border-base-color-bg-muted\/90 {
  border-color: rgb(234 236 240 / 0.9);
}
.border-base-color-bg-muted\/95 {
  border-color: rgb(234 236 240 / 0.95);
}
.border-base-color-bg-muted\/base-opacity-disabled {
  border-color: rgb(234 236 240 / 60%);
}
.border-base-color-bg-muted\/core-opacity-0 {
  border-color: rgb(234 236 240 / 0%);
}
.border-base-color-bg-muted\/core-opacity-10 {
  border-color: rgb(234 236 240 / 10%);
}
.border-base-color-bg-muted\/core-opacity-100 {
  border-color: rgb(234 236 240 / 100%);
}
.border-base-color-bg-muted\/core-opacity-20 {
  border-color: rgb(234 236 240 / 20%);
}
.border-base-color-bg-muted\/core-opacity-30 {
  border-color: rgb(234 236 240 / 30%);
}
.border-base-color-bg-muted\/core-opacity-40 {
  border-color: rgb(234 236 240 / 40%);
}
.border-base-color-bg-muted\/core-opacity-50 {
  border-color: rgb(234 236 240 / 50%);
}
.border-base-color-bg-muted\/core-opacity-60 {
  border-color: rgb(234 236 240 / 60%);
}
.border-base-color-bg-muted\/core-opacity-70 {
  border-color: rgb(234 236 240 / 70%);
}
.border-base-color-bg-muted\/core-opacity-80 {
  border-color: rgb(234 236 240 / 80%);
}
.border-base-color-bg-muted\/core-opacity-90 {
  border-color: rgb(234 236 240 / 90%);
}
.border-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-base-color-bg-subtle\/0 {
  border-color: rgb(242 244 247 / 0);
}
.border-base-color-bg-subtle\/10 {
  border-color: rgb(242 244 247 / 0.1);
}
.border-base-color-bg-subtle\/100 {
  border-color: rgb(242 244 247 / 1);
}
.border-base-color-bg-subtle\/20 {
  border-color: rgb(242 244 247 / 0.2);
}
.border-base-color-bg-subtle\/25 {
  border-color: rgb(242 244 247 / 0.25);
}
.border-base-color-bg-subtle\/30 {
  border-color: rgb(242 244 247 / 0.3);
}
.border-base-color-bg-subtle\/40 {
  border-color: rgb(242 244 247 / 0.4);
}
.border-base-color-bg-subtle\/5 {
  border-color: rgb(242 244 247 / 0.05);
}
.border-base-color-bg-subtle\/50 {
  border-color: rgb(242 244 247 / 0.5);
}
.border-base-color-bg-subtle\/60 {
  border-color: rgb(242 244 247 / 0.6);
}
.border-base-color-bg-subtle\/70 {
  border-color: rgb(242 244 247 / 0.7);
}
.border-base-color-bg-subtle\/75 {
  border-color: rgb(242 244 247 / 0.75);
}
.border-base-color-bg-subtle\/80 {
  border-color: rgb(242 244 247 / 0.8);
}
.border-base-color-bg-subtle\/90 {
  border-color: rgb(242 244 247 / 0.9);
}
.border-base-color-bg-subtle\/95 {
  border-color: rgb(242 244 247 / 0.95);
}
.border-base-color-bg-subtle\/base-opacity-disabled {
  border-color: rgb(242 244 247 / 60%);
}
.border-base-color-bg-subtle\/core-opacity-0 {
  border-color: rgb(242 244 247 / 0%);
}
.border-base-color-bg-subtle\/core-opacity-10 {
  border-color: rgb(242 244 247 / 10%);
}
.border-base-color-bg-subtle\/core-opacity-100 {
  border-color: rgb(242 244 247 / 100%);
}
.border-base-color-bg-subtle\/core-opacity-20 {
  border-color: rgb(242 244 247 / 20%);
}
.border-base-color-bg-subtle\/core-opacity-30 {
  border-color: rgb(242 244 247 / 30%);
}
.border-base-color-bg-subtle\/core-opacity-40 {
  border-color: rgb(242 244 247 / 40%);
}
.border-base-color-bg-subtle\/core-opacity-50 {
  border-color: rgb(242 244 247 / 50%);
}
.border-base-color-bg-subtle\/core-opacity-60 {
  border-color: rgb(242 244 247 / 60%);
}
.border-base-color-bg-subtle\/core-opacity-70 {
  border-color: rgb(242 244 247 / 70%);
}
.border-base-color-bg-subtle\/core-opacity-80 {
  border-color: rgb(242 244 247 / 80%);
}
.border-base-color-bg-subtle\/core-opacity-90 {
  border-color: rgb(242 244 247 / 90%);
}
.border-base-color-bg-success {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-base-color-bg-success-emphasis\/0 {
  border-color: rgb(18 181 105 / 0);
}
.border-base-color-bg-success-emphasis\/10 {
  border-color: rgb(18 181 105 / 0.1);
}
.border-base-color-bg-success-emphasis\/100 {
  border-color: rgb(18 181 105 / 1);
}
.border-base-color-bg-success-emphasis\/20 {
  border-color: rgb(18 181 105 / 0.2);
}
.border-base-color-bg-success-emphasis\/25 {
  border-color: rgb(18 181 105 / 0.25);
}
.border-base-color-bg-success-emphasis\/30 {
  border-color: rgb(18 181 105 / 0.3);
}
.border-base-color-bg-success-emphasis\/40 {
  border-color: rgb(18 181 105 / 0.4);
}
.border-base-color-bg-success-emphasis\/5 {
  border-color: rgb(18 181 105 / 0.05);
}
.border-base-color-bg-success-emphasis\/50 {
  border-color: rgb(18 181 105 / 0.5);
}
.border-base-color-bg-success-emphasis\/60 {
  border-color: rgb(18 181 105 / 0.6);
}
.border-base-color-bg-success-emphasis\/70 {
  border-color: rgb(18 181 105 / 0.7);
}
.border-base-color-bg-success-emphasis\/75 {
  border-color: rgb(18 181 105 / 0.75);
}
.border-base-color-bg-success-emphasis\/80 {
  border-color: rgb(18 181 105 / 0.8);
}
.border-base-color-bg-success-emphasis\/90 {
  border-color: rgb(18 181 105 / 0.9);
}
.border-base-color-bg-success-emphasis\/95 {
  border-color: rgb(18 181 105 / 0.95);
}
.border-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-color: rgb(18 181 105 / 60%);
}
.border-base-color-bg-success-emphasis\/core-opacity-0 {
  border-color: rgb(18 181 105 / 0%);
}
.border-base-color-bg-success-emphasis\/core-opacity-10 {
  border-color: rgb(18 181 105 / 10%);
}
.border-base-color-bg-success-emphasis\/core-opacity-100 {
  border-color: rgb(18 181 105 / 100%);
}
.border-base-color-bg-success-emphasis\/core-opacity-20 {
  border-color: rgb(18 181 105 / 20%);
}
.border-base-color-bg-success-emphasis\/core-opacity-30 {
  border-color: rgb(18 181 105 / 30%);
}
.border-base-color-bg-success-emphasis\/core-opacity-40 {
  border-color: rgb(18 181 105 / 40%);
}
.border-base-color-bg-success-emphasis\/core-opacity-50 {
  border-color: rgb(18 181 105 / 50%);
}
.border-base-color-bg-success-emphasis\/core-opacity-60 {
  border-color: rgb(18 181 105 / 60%);
}
.border-base-color-bg-success-emphasis\/core-opacity-70 {
  border-color: rgb(18 181 105 / 70%);
}
.border-base-color-bg-success-emphasis\/core-opacity-80 {
  border-color: rgb(18 181 105 / 80%);
}
.border-base-color-bg-success-emphasis\/core-opacity-90 {
  border-color: rgb(18 181 105 / 90%);
}
.border-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-base-color-bg-success-subtle\/0 {
  border-color: rgb(246 254 249 / 0);
}
.border-base-color-bg-success-subtle\/10 {
  border-color: rgb(246 254 249 / 0.1);
}
.border-base-color-bg-success-subtle\/100 {
  border-color: rgb(246 254 249 / 1);
}
.border-base-color-bg-success-subtle\/20 {
  border-color: rgb(246 254 249 / 0.2);
}
.border-base-color-bg-success-subtle\/25 {
  border-color: rgb(246 254 249 / 0.25);
}
.border-base-color-bg-success-subtle\/30 {
  border-color: rgb(246 254 249 / 0.3);
}
.border-base-color-bg-success-subtle\/40 {
  border-color: rgb(246 254 249 / 0.4);
}
.border-base-color-bg-success-subtle\/5 {
  border-color: rgb(246 254 249 / 0.05);
}
.border-base-color-bg-success-subtle\/50 {
  border-color: rgb(246 254 249 / 0.5);
}
.border-base-color-bg-success-subtle\/60 {
  border-color: rgb(246 254 249 / 0.6);
}
.border-base-color-bg-success-subtle\/70 {
  border-color: rgb(246 254 249 / 0.7);
}
.border-base-color-bg-success-subtle\/75 {
  border-color: rgb(246 254 249 / 0.75);
}
.border-base-color-bg-success-subtle\/80 {
  border-color: rgb(246 254 249 / 0.8);
}
.border-base-color-bg-success-subtle\/90 {
  border-color: rgb(246 254 249 / 0.9);
}
.border-base-color-bg-success-subtle\/95 {
  border-color: rgb(246 254 249 / 0.95);
}
.border-base-color-bg-success-subtle\/base-opacity-disabled {
  border-color: rgb(246 254 249 / 60%);
}
.border-base-color-bg-success-subtle\/core-opacity-0 {
  border-color: rgb(246 254 249 / 0%);
}
.border-base-color-bg-success-subtle\/core-opacity-10 {
  border-color: rgb(246 254 249 / 10%);
}
.border-base-color-bg-success-subtle\/core-opacity-100 {
  border-color: rgb(246 254 249 / 100%);
}
.border-base-color-bg-success-subtle\/core-opacity-20 {
  border-color: rgb(246 254 249 / 20%);
}
.border-base-color-bg-success-subtle\/core-opacity-30 {
  border-color: rgb(246 254 249 / 30%);
}
.border-base-color-bg-success-subtle\/core-opacity-40 {
  border-color: rgb(246 254 249 / 40%);
}
.border-base-color-bg-success-subtle\/core-opacity-50 {
  border-color: rgb(246 254 249 / 50%);
}
.border-base-color-bg-success-subtle\/core-opacity-60 {
  border-color: rgb(246 254 249 / 60%);
}
.border-base-color-bg-success-subtle\/core-opacity-70 {
  border-color: rgb(246 254 249 / 70%);
}
.border-base-color-bg-success-subtle\/core-opacity-80 {
  border-color: rgb(246 254 249 / 80%);
}
.border-base-color-bg-success-subtle\/core-opacity-90 {
  border-color: rgb(246 254 249 / 90%);
}
.border-base-color-bg-success\/0 {
  border-color: rgb(209 250 223 / 0);
}
.border-base-color-bg-success\/10 {
  border-color: rgb(209 250 223 / 0.1);
}
.border-base-color-bg-success\/100 {
  border-color: rgb(209 250 223 / 1);
}
.border-base-color-bg-success\/20 {
  border-color: rgb(209 250 223 / 0.2);
}
.border-base-color-bg-success\/25 {
  border-color: rgb(209 250 223 / 0.25);
}
.border-base-color-bg-success\/30 {
  border-color: rgb(209 250 223 / 0.3);
}
.border-base-color-bg-success\/40 {
  border-color: rgb(209 250 223 / 0.4);
}
.border-base-color-bg-success\/5 {
  border-color: rgb(209 250 223 / 0.05);
}
.border-base-color-bg-success\/50 {
  border-color: rgb(209 250 223 / 0.5);
}
.border-base-color-bg-success\/60 {
  border-color: rgb(209 250 223 / 0.6);
}
.border-base-color-bg-success\/70 {
  border-color: rgb(209 250 223 / 0.7);
}
.border-base-color-bg-success\/75 {
  border-color: rgb(209 250 223 / 0.75);
}
.border-base-color-bg-success\/80 {
  border-color: rgb(209 250 223 / 0.8);
}
.border-base-color-bg-success\/90 {
  border-color: rgb(209 250 223 / 0.9);
}
.border-base-color-bg-success\/95 {
  border-color: rgb(209 250 223 / 0.95);
}
.border-base-color-bg-success\/base-opacity-disabled {
  border-color: rgb(209 250 223 / 60%);
}
.border-base-color-bg-success\/core-opacity-0 {
  border-color: rgb(209 250 223 / 0%);
}
.border-base-color-bg-success\/core-opacity-10 {
  border-color: rgb(209 250 223 / 10%);
}
.border-base-color-bg-success\/core-opacity-100 {
  border-color: rgb(209 250 223 / 100%);
}
.border-base-color-bg-success\/core-opacity-20 {
  border-color: rgb(209 250 223 / 20%);
}
.border-base-color-bg-success\/core-opacity-30 {
  border-color: rgb(209 250 223 / 30%);
}
.border-base-color-bg-success\/core-opacity-40 {
  border-color: rgb(209 250 223 / 40%);
}
.border-base-color-bg-success\/core-opacity-50 {
  border-color: rgb(209 250 223 / 50%);
}
.border-base-color-bg-success\/core-opacity-60 {
  border-color: rgb(209 250 223 / 60%);
}
.border-base-color-bg-success\/core-opacity-70 {
  border-color: rgb(209 250 223 / 70%);
}
.border-base-color-bg-success\/core-opacity-80 {
  border-color: rgb(209 250 223 / 80%);
}
.border-base-color-bg-success\/core-opacity-90 {
  border-color: rgb(209 250 223 / 90%);
}
.border-base-color-bg-transparent {
  border-color: #00000000;
}
.border-base-color-bg-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}
.border-base-color-bg-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-base-color-bg-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}
.border-base-color-bg-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-base-color-bg-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}
.border-base-color-bg-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}
.border-base-color-bg-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}
.border-base-color-bg-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-base-color-bg-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-base-color-bg-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-base-color-bg-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}
.border-base-color-bg-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}
.border-base-color-bg-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}
.border-base-color-bg-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}
.border-base-color-bg-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}
.border-base-color-bg-transparent\/base-opacity-disabled {
  border-color: rgb(0 0 0 / 60%);
}
.border-base-color-bg-transparent\/core-opacity-0 {
  border-color: rgb(0 0 0 / 0%);
}
.border-base-color-bg-transparent\/core-opacity-10 {
  border-color: rgb(0 0 0 / 10%);
}
.border-base-color-bg-transparent\/core-opacity-100 {
  border-color: rgb(0 0 0 / 100%);
}
.border-base-color-bg-transparent\/core-opacity-20 {
  border-color: rgb(0 0 0 / 20%);
}
.border-base-color-bg-transparent\/core-opacity-30 {
  border-color: rgb(0 0 0 / 30%);
}
.border-base-color-bg-transparent\/core-opacity-40 {
  border-color: rgb(0 0 0 / 40%);
}
.border-base-color-bg-transparent\/core-opacity-50 {
  border-color: rgb(0 0 0 / 50%);
}
.border-base-color-bg-transparent\/core-opacity-60 {
  border-color: rgb(0 0 0 / 60%);
}
.border-base-color-bg-transparent\/core-opacity-70 {
  border-color: rgb(0 0 0 / 70%);
}
.border-base-color-bg-transparent\/core-opacity-80 {
  border-color: rgb(0 0 0 / 80%);
}
.border-base-color-bg-transparent\/core-opacity-90 {
  border-color: rgb(0 0 0 / 90%);
}
.border-base-color-border-default {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-base-color-border-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-base-color-fg-accent {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-base-color-fg-brand {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-base-color-fg-danger {
  --tw-border-opacity: 1;
  border-color: rgb(217 45 32 / var(--tw-border-opacity));
}
.border-base-color-fg-emphasis {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-base-color-fg-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(102 112 133 / var(--tw-border-opacity));
}
.border-base-color-fg-success {
  --tw-border-opacity: 1;
  border-color: rgb(3 150 84 / var(--tw-border-opacity));
}
.border-comp-badge-blue-border {
  --tw-border-opacity: 1;
  border-color: rgb(179 204 255 / var(--tw-border-opacity));
}
.border-comp-badge-cyan-border {
  --tw-border-opacity: 1;
  border-color: rgb(166 241 252 / var(--tw-border-opacity));
}
.border-comp-badge-dark-gray-border {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-comp-badge-green-border {
  --tw-border-opacity: 1;
  border-color: rgb(164 244 196 / var(--tw-border-opacity));
}
.border-comp-badge-light-gray-border {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-comp-badge-orange-border {
  --tw-border-opacity: 1;
  border-color: rgb(253 220 170 / var(--tw-border-opacity));
}
.border-comp-badge-purple-border {
  --tw-border-opacity: 1;
  border-color: rgb(174 188 244 / var(--tw-border-opacity));
}
.border-comp-badge-red-border {
  --tw-border-opacity: 1;
  border-color: rgb(254 203 200 / var(--tw-border-opacity));
}
.border-comp-badge-rose-border {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 214 / var(--tw-border-opacity));
}
.border-comp-badge-teal-border {
  --tw-border-opacity: 1;
  border-color: rgb(152 246 224 / var(--tw-border-opacity));
}
.border-comp-badge-violet-border {
  --tw-border-opacity: 1;
  border-color: rgb(222 215 254 / var(--tw-border-opacity));
}
.border-comp-badge-yellow-border {
  --tw-border-opacity: 1;
  border-color: rgb(254 223 139 / var(--tw-border-opacity));
}
.border-comp-button-color-danger-enabled-border {
  border-color: #00000000;
}
.border-comp-button-color-ghost-enabled-border {
  border-color: #00000000;
}
.border-comp-button-color-ghost-pressed-border {
  border-color: #00000000;
}
.border-comp-button-color-primary-enabled-border {
  border-color: #00000000;
}
.border-comp-button-color-secondary-enabled-border {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-comp-textfield-color-clean-enabled-border {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-comp-textfield-color-dirty-enabled-border {
  --tw-border-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-comp-toggle-color-primary-selected-enabled-border {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-comp-toggle-color-primary-unselected-enabled-border {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-core-color-neutral-0 {
  --tw-border-opacity: 1;
  border-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-core-color-neutral-60 {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-core-color-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(45 210 183 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity));
}
.border-x-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 224 255 / var(--tw-border-opacity));
  border-right-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-x-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 239 / var(--tw-border-opacity));
  border-right-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-x-base-color-bg-accent-emphasis\/0 {
  border-left-color: rgb(21 94 239 / 0);
  border-right-color: rgb(21 94 239 / 0);
}
.border-x-base-color-bg-accent-emphasis\/10 {
  border-left-color: rgb(21 94 239 / 0.1);
  border-right-color: rgb(21 94 239 / 0.1);
}
.border-x-base-color-bg-accent-emphasis\/100 {
  border-left-color: rgb(21 94 239 / 1);
  border-right-color: rgb(21 94 239 / 1);
}
.border-x-base-color-bg-accent-emphasis\/20 {
  border-left-color: rgb(21 94 239 / 0.2);
  border-right-color: rgb(21 94 239 / 0.2);
}
.border-x-base-color-bg-accent-emphasis\/25 {
  border-left-color: rgb(21 94 239 / 0.25);
  border-right-color: rgb(21 94 239 / 0.25);
}
.border-x-base-color-bg-accent-emphasis\/30 {
  border-left-color: rgb(21 94 239 / 0.3);
  border-right-color: rgb(21 94 239 / 0.3);
}
.border-x-base-color-bg-accent-emphasis\/40 {
  border-left-color: rgb(21 94 239 / 0.4);
  border-right-color: rgb(21 94 239 / 0.4);
}
.border-x-base-color-bg-accent-emphasis\/5 {
  border-left-color: rgb(21 94 239 / 0.05);
  border-right-color: rgb(21 94 239 / 0.05);
}
.border-x-base-color-bg-accent-emphasis\/50 {
  border-left-color: rgb(21 94 239 / 0.5);
  border-right-color: rgb(21 94 239 / 0.5);
}
.border-x-base-color-bg-accent-emphasis\/60 {
  border-left-color: rgb(21 94 239 / 0.6);
  border-right-color: rgb(21 94 239 / 0.6);
}
.border-x-base-color-bg-accent-emphasis\/70 {
  border-left-color: rgb(21 94 239 / 0.7);
  border-right-color: rgb(21 94 239 / 0.7);
}
.border-x-base-color-bg-accent-emphasis\/75 {
  border-left-color: rgb(21 94 239 / 0.75);
  border-right-color: rgb(21 94 239 / 0.75);
}
.border-x-base-color-bg-accent-emphasis\/80 {
  border-left-color: rgb(21 94 239 / 0.8);
  border-right-color: rgb(21 94 239 / 0.8);
}
.border-x-base-color-bg-accent-emphasis\/90 {
  border-left-color: rgb(21 94 239 / 0.9);
  border-right-color: rgb(21 94 239 / 0.9);
}
.border-x-base-color-bg-accent-emphasis\/95 {
  border-left-color: rgb(21 94 239 / 0.95);
  border-right-color: rgb(21 94 239 / 0.95);
}
.border-x-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-left-color: rgb(21 94 239 / 60%);
  border-right-color: rgb(21 94 239 / 60%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-left-color: rgb(21 94 239 / 0%);
  border-right-color: rgb(21 94 239 / 0%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-left-color: rgb(21 94 239 / 10%);
  border-right-color: rgb(21 94 239 / 10%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-left-color: rgb(21 94 239 / 100%);
  border-right-color: rgb(21 94 239 / 100%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-left-color: rgb(21 94 239 / 20%);
  border-right-color: rgb(21 94 239 / 20%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-left-color: rgb(21 94 239 / 30%);
  border-right-color: rgb(21 94 239 / 30%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-left-color: rgb(21 94 239 / 40%);
  border-right-color: rgb(21 94 239 / 40%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-left-color: rgb(21 94 239 / 50%);
  border-right-color: rgb(21 94 239 / 50%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-left-color: rgb(21 94 239 / 60%);
  border-right-color: rgb(21 94 239 / 60%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-left-color: rgb(21 94 239 / 70%);
  border-right-color: rgb(21 94 239 / 70%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-left-color: rgb(21 94 239 / 80%);
  border-right-color: rgb(21 94 239 / 80%);
}
.border-x-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-left-color: rgb(21 94 239 / 90%);
  border-right-color: rgb(21 94 239 / 90%);
}
.border-x-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 248 255 / var(--tw-border-opacity));
  border-right-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-x-base-color-bg-accent-subtle\/0 {
  border-left-color: rgb(245 248 255 / 0);
  border-right-color: rgb(245 248 255 / 0);
}
.border-x-base-color-bg-accent-subtle\/10 {
  border-left-color: rgb(245 248 255 / 0.1);
  border-right-color: rgb(245 248 255 / 0.1);
}
.border-x-base-color-bg-accent-subtle\/100 {
  border-left-color: rgb(245 248 255 / 1);
  border-right-color: rgb(245 248 255 / 1);
}
.border-x-base-color-bg-accent-subtle\/20 {
  border-left-color: rgb(245 248 255 / 0.2);
  border-right-color: rgb(245 248 255 / 0.2);
}
.border-x-base-color-bg-accent-subtle\/25 {
  border-left-color: rgb(245 248 255 / 0.25);
  border-right-color: rgb(245 248 255 / 0.25);
}
.border-x-base-color-bg-accent-subtle\/30 {
  border-left-color: rgb(245 248 255 / 0.3);
  border-right-color: rgb(245 248 255 / 0.3);
}
.border-x-base-color-bg-accent-subtle\/40 {
  border-left-color: rgb(245 248 255 / 0.4);
  border-right-color: rgb(245 248 255 / 0.4);
}
.border-x-base-color-bg-accent-subtle\/5 {
  border-left-color: rgb(245 248 255 / 0.05);
  border-right-color: rgb(245 248 255 / 0.05);
}
.border-x-base-color-bg-accent-subtle\/50 {
  border-left-color: rgb(245 248 255 / 0.5);
  border-right-color: rgb(245 248 255 / 0.5);
}
.border-x-base-color-bg-accent-subtle\/60 {
  border-left-color: rgb(245 248 255 / 0.6);
  border-right-color: rgb(245 248 255 / 0.6);
}
.border-x-base-color-bg-accent-subtle\/70 {
  border-left-color: rgb(245 248 255 / 0.7);
  border-right-color: rgb(245 248 255 / 0.7);
}
.border-x-base-color-bg-accent-subtle\/75 {
  border-left-color: rgb(245 248 255 / 0.75);
  border-right-color: rgb(245 248 255 / 0.75);
}
.border-x-base-color-bg-accent-subtle\/80 {
  border-left-color: rgb(245 248 255 / 0.8);
  border-right-color: rgb(245 248 255 / 0.8);
}
.border-x-base-color-bg-accent-subtle\/90 {
  border-left-color: rgb(245 248 255 / 0.9);
  border-right-color: rgb(245 248 255 / 0.9);
}
.border-x-base-color-bg-accent-subtle\/95 {
  border-left-color: rgb(245 248 255 / 0.95);
  border-right-color: rgb(245 248 255 / 0.95);
}
.border-x-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-left-color: rgb(245 248 255 / 60%);
  border-right-color: rgb(245 248 255 / 60%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-0 {
  border-left-color: rgb(245 248 255 / 0%);
  border-right-color: rgb(245 248 255 / 0%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-10 {
  border-left-color: rgb(245 248 255 / 10%);
  border-right-color: rgb(245 248 255 / 10%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-100 {
  border-left-color: rgb(245 248 255 / 100%);
  border-right-color: rgb(245 248 255 / 100%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-20 {
  border-left-color: rgb(245 248 255 / 20%);
  border-right-color: rgb(245 248 255 / 20%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-30 {
  border-left-color: rgb(245 248 255 / 30%);
  border-right-color: rgb(245 248 255 / 30%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-40 {
  border-left-color: rgb(245 248 255 / 40%);
  border-right-color: rgb(245 248 255 / 40%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-50 {
  border-left-color: rgb(245 248 255 / 50%);
  border-right-color: rgb(245 248 255 / 50%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-60 {
  border-left-color: rgb(245 248 255 / 60%);
  border-right-color: rgb(245 248 255 / 60%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-70 {
  border-left-color: rgb(245 248 255 / 70%);
  border-right-color: rgb(245 248 255 / 70%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-80 {
  border-left-color: rgb(245 248 255 / 80%);
  border-right-color: rgb(245 248 255 / 80%);
}
.border-x-base-color-bg-accent-subtle\/core-opacity-90 {
  border-left-color: rgb(245 248 255 / 90%);
  border-right-color: rgb(245 248 255 / 90%);
}
.border-x-base-color-bg-accent\/0 {
  border-left-color: rgb(209 224 255 / 0);
  border-right-color: rgb(209 224 255 / 0);
}
.border-x-base-color-bg-accent\/10 {
  border-left-color: rgb(209 224 255 / 0.1);
  border-right-color: rgb(209 224 255 / 0.1);
}
.border-x-base-color-bg-accent\/100 {
  border-left-color: rgb(209 224 255 / 1);
  border-right-color: rgb(209 224 255 / 1);
}
.border-x-base-color-bg-accent\/20 {
  border-left-color: rgb(209 224 255 / 0.2);
  border-right-color: rgb(209 224 255 / 0.2);
}
.border-x-base-color-bg-accent\/25 {
  border-left-color: rgb(209 224 255 / 0.25);
  border-right-color: rgb(209 224 255 / 0.25);
}
.border-x-base-color-bg-accent\/30 {
  border-left-color: rgb(209 224 255 / 0.3);
  border-right-color: rgb(209 224 255 / 0.3);
}
.border-x-base-color-bg-accent\/40 {
  border-left-color: rgb(209 224 255 / 0.4);
  border-right-color: rgb(209 224 255 / 0.4);
}
.border-x-base-color-bg-accent\/5 {
  border-left-color: rgb(209 224 255 / 0.05);
  border-right-color: rgb(209 224 255 / 0.05);
}
.border-x-base-color-bg-accent\/50 {
  border-left-color: rgb(209 224 255 / 0.5);
  border-right-color: rgb(209 224 255 / 0.5);
}
.border-x-base-color-bg-accent\/60 {
  border-left-color: rgb(209 224 255 / 0.6);
  border-right-color: rgb(209 224 255 / 0.6);
}
.border-x-base-color-bg-accent\/70 {
  border-left-color: rgb(209 224 255 / 0.7);
  border-right-color: rgb(209 224 255 / 0.7);
}
.border-x-base-color-bg-accent\/75 {
  border-left-color: rgb(209 224 255 / 0.75);
  border-right-color: rgb(209 224 255 / 0.75);
}
.border-x-base-color-bg-accent\/80 {
  border-left-color: rgb(209 224 255 / 0.8);
  border-right-color: rgb(209 224 255 / 0.8);
}
.border-x-base-color-bg-accent\/90 {
  border-left-color: rgb(209 224 255 / 0.9);
  border-right-color: rgb(209 224 255 / 0.9);
}
.border-x-base-color-bg-accent\/95 {
  border-left-color: rgb(209 224 255 / 0.95);
  border-right-color: rgb(209 224 255 / 0.95);
}
.border-x-base-color-bg-accent\/base-opacity-disabled {
  border-left-color: rgb(209 224 255 / 60%);
  border-right-color: rgb(209 224 255 / 60%);
}
.border-x-base-color-bg-accent\/core-opacity-0 {
  border-left-color: rgb(209 224 255 / 0%);
  border-right-color: rgb(209 224 255 / 0%);
}
.border-x-base-color-bg-accent\/core-opacity-10 {
  border-left-color: rgb(209 224 255 / 10%);
  border-right-color: rgb(209 224 255 / 10%);
}
.border-x-base-color-bg-accent\/core-opacity-100 {
  border-left-color: rgb(209 224 255 / 100%);
  border-right-color: rgb(209 224 255 / 100%);
}
.border-x-base-color-bg-accent\/core-opacity-20 {
  border-left-color: rgb(209 224 255 / 20%);
  border-right-color: rgb(209 224 255 / 20%);
}
.border-x-base-color-bg-accent\/core-opacity-30 {
  border-left-color: rgb(209 224 255 / 30%);
  border-right-color: rgb(209 224 255 / 30%);
}
.border-x-base-color-bg-accent\/core-opacity-40 {
  border-left-color: rgb(209 224 255 / 40%);
  border-right-color: rgb(209 224 255 / 40%);
}
.border-x-base-color-bg-accent\/core-opacity-50 {
  border-left-color: rgb(209 224 255 / 50%);
  border-right-color: rgb(209 224 255 / 50%);
}
.border-x-base-color-bg-accent\/core-opacity-60 {
  border-left-color: rgb(209 224 255 / 60%);
  border-right-color: rgb(209 224 255 / 60%);
}
.border-x-base-color-bg-accent\/core-opacity-70 {
  border-left-color: rgb(209 224 255 / 70%);
  border-right-color: rgb(209 224 255 / 70%);
}
.border-x-base-color-bg-accent\/core-opacity-80 {
  border-left-color: rgb(209 224 255 / 80%);
  border-right-color: rgb(209 224 255 / 80%);
}
.border-x-base-color-bg-accent\/core-opacity-90 {
  border-left-color: rgb(209 224 255 / 90%);
  border-right-color: rgb(209 224 255 / 90%);
}
.border-x-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 200 / var(--tw-border-opacity));
  border-right-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-x-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 105 3 / var(--tw-border-opacity));
  border-right-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-x-base-color-bg-attention-emphasis\/0 {
  border-left-color: rgb(221 105 3 / 0);
  border-right-color: rgb(221 105 3 / 0);
}
.border-x-base-color-bg-attention-emphasis\/10 {
  border-left-color: rgb(221 105 3 / 0.1);
  border-right-color: rgb(221 105 3 / 0.1);
}
.border-x-base-color-bg-attention-emphasis\/100 {
  border-left-color: rgb(221 105 3 / 1);
  border-right-color: rgb(221 105 3 / 1);
}
.border-x-base-color-bg-attention-emphasis\/20 {
  border-left-color: rgb(221 105 3 / 0.2);
  border-right-color: rgb(221 105 3 / 0.2);
}
.border-x-base-color-bg-attention-emphasis\/25 {
  border-left-color: rgb(221 105 3 / 0.25);
  border-right-color: rgb(221 105 3 / 0.25);
}
.border-x-base-color-bg-attention-emphasis\/30 {
  border-left-color: rgb(221 105 3 / 0.3);
  border-right-color: rgb(221 105 3 / 0.3);
}
.border-x-base-color-bg-attention-emphasis\/40 {
  border-left-color: rgb(221 105 3 / 0.4);
  border-right-color: rgb(221 105 3 / 0.4);
}
.border-x-base-color-bg-attention-emphasis\/5 {
  border-left-color: rgb(221 105 3 / 0.05);
  border-right-color: rgb(221 105 3 / 0.05);
}
.border-x-base-color-bg-attention-emphasis\/50 {
  border-left-color: rgb(221 105 3 / 0.5);
  border-right-color: rgb(221 105 3 / 0.5);
}
.border-x-base-color-bg-attention-emphasis\/60 {
  border-left-color: rgb(221 105 3 / 0.6);
  border-right-color: rgb(221 105 3 / 0.6);
}
.border-x-base-color-bg-attention-emphasis\/70 {
  border-left-color: rgb(221 105 3 / 0.7);
  border-right-color: rgb(221 105 3 / 0.7);
}
.border-x-base-color-bg-attention-emphasis\/75 {
  border-left-color: rgb(221 105 3 / 0.75);
  border-right-color: rgb(221 105 3 / 0.75);
}
.border-x-base-color-bg-attention-emphasis\/80 {
  border-left-color: rgb(221 105 3 / 0.8);
  border-right-color: rgb(221 105 3 / 0.8);
}
.border-x-base-color-bg-attention-emphasis\/90 {
  border-left-color: rgb(221 105 3 / 0.9);
  border-right-color: rgb(221 105 3 / 0.9);
}
.border-x-base-color-bg-attention-emphasis\/95 {
  border-left-color: rgb(221 105 3 / 0.95);
  border-right-color: rgb(221 105 3 / 0.95);
}
.border-x-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-left-color: rgb(221 105 3 / 60%);
  border-right-color: rgb(221 105 3 / 60%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-left-color: rgb(221 105 3 / 0%);
  border-right-color: rgb(221 105 3 / 0%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-left-color: rgb(221 105 3 / 10%);
  border-right-color: rgb(221 105 3 / 10%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-left-color: rgb(221 105 3 / 100%);
  border-right-color: rgb(221 105 3 / 100%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-left-color: rgb(221 105 3 / 20%);
  border-right-color: rgb(221 105 3 / 20%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-left-color: rgb(221 105 3 / 30%);
  border-right-color: rgb(221 105 3 / 30%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-left-color: rgb(221 105 3 / 40%);
  border-right-color: rgb(221 105 3 / 40%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-left-color: rgb(221 105 3 / 50%);
  border-right-color: rgb(221 105 3 / 50%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-left-color: rgb(221 105 3 / 60%);
  border-right-color: rgb(221 105 3 / 60%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-left-color: rgb(221 105 3 / 70%);
  border-right-color: rgb(221 105 3 / 70%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-left-color: rgb(221 105 3 / 80%);
  border-right-color: rgb(221 105 3 / 80%);
}
.border-x-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-left-color: rgb(221 105 3 / 90%);
  border-right-color: rgb(221 105 3 / 90%);
}
.border-x-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 245 / var(--tw-border-opacity));
  border-right-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-x-base-color-bg-attention-subtle\/0 {
  border-left-color: rgb(255 252 245 / 0);
  border-right-color: rgb(255 252 245 / 0);
}
.border-x-base-color-bg-attention-subtle\/10 {
  border-left-color: rgb(255 252 245 / 0.1);
  border-right-color: rgb(255 252 245 / 0.1);
}
.border-x-base-color-bg-attention-subtle\/100 {
  border-left-color: rgb(255 252 245 / 1);
  border-right-color: rgb(255 252 245 / 1);
}
.border-x-base-color-bg-attention-subtle\/20 {
  border-left-color: rgb(255 252 245 / 0.2);
  border-right-color: rgb(255 252 245 / 0.2);
}
.border-x-base-color-bg-attention-subtle\/25 {
  border-left-color: rgb(255 252 245 / 0.25);
  border-right-color: rgb(255 252 245 / 0.25);
}
.border-x-base-color-bg-attention-subtle\/30 {
  border-left-color: rgb(255 252 245 / 0.3);
  border-right-color: rgb(255 252 245 / 0.3);
}
.border-x-base-color-bg-attention-subtle\/40 {
  border-left-color: rgb(255 252 245 / 0.4);
  border-right-color: rgb(255 252 245 / 0.4);
}
.border-x-base-color-bg-attention-subtle\/5 {
  border-left-color: rgb(255 252 245 / 0.05);
  border-right-color: rgb(255 252 245 / 0.05);
}
.border-x-base-color-bg-attention-subtle\/50 {
  border-left-color: rgb(255 252 245 / 0.5);
  border-right-color: rgb(255 252 245 / 0.5);
}
.border-x-base-color-bg-attention-subtle\/60 {
  border-left-color: rgb(255 252 245 / 0.6);
  border-right-color: rgb(255 252 245 / 0.6);
}
.border-x-base-color-bg-attention-subtle\/70 {
  border-left-color: rgb(255 252 245 / 0.7);
  border-right-color: rgb(255 252 245 / 0.7);
}
.border-x-base-color-bg-attention-subtle\/75 {
  border-left-color: rgb(255 252 245 / 0.75);
  border-right-color: rgb(255 252 245 / 0.75);
}
.border-x-base-color-bg-attention-subtle\/80 {
  border-left-color: rgb(255 252 245 / 0.8);
  border-right-color: rgb(255 252 245 / 0.8);
}
.border-x-base-color-bg-attention-subtle\/90 {
  border-left-color: rgb(255 252 245 / 0.9);
  border-right-color: rgb(255 252 245 / 0.9);
}
.border-x-base-color-bg-attention-subtle\/95 {
  border-left-color: rgb(255 252 245 / 0.95);
  border-right-color: rgb(255 252 245 / 0.95);
}
.border-x-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-left-color: rgb(255 252 245 / 60%);
  border-right-color: rgb(255 252 245 / 60%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-0 {
  border-left-color: rgb(255 252 245 / 0%);
  border-right-color: rgb(255 252 245 / 0%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-10 {
  border-left-color: rgb(255 252 245 / 10%);
  border-right-color: rgb(255 252 245 / 10%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-100 {
  border-left-color: rgb(255 252 245 / 100%);
  border-right-color: rgb(255 252 245 / 100%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-20 {
  border-left-color: rgb(255 252 245 / 20%);
  border-right-color: rgb(255 252 245 / 20%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-30 {
  border-left-color: rgb(255 252 245 / 30%);
  border-right-color: rgb(255 252 245 / 30%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-40 {
  border-left-color: rgb(255 252 245 / 40%);
  border-right-color: rgb(255 252 245 / 40%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-50 {
  border-left-color: rgb(255 252 245 / 50%);
  border-right-color: rgb(255 252 245 / 50%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-60 {
  border-left-color: rgb(255 252 245 / 60%);
  border-right-color: rgb(255 252 245 / 60%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-70 {
  border-left-color: rgb(255 252 245 / 70%);
  border-right-color: rgb(255 252 245 / 70%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-80 {
  border-left-color: rgb(255 252 245 / 80%);
  border-right-color: rgb(255 252 245 / 80%);
}
.border-x-base-color-bg-attention-subtle\/core-opacity-90 {
  border-left-color: rgb(255 252 245 / 90%);
  border-right-color: rgb(255 252 245 / 90%);
}
.border-x-base-color-bg-attention\/0 {
  border-left-color: rgb(254 240 200 / 0);
  border-right-color: rgb(254 240 200 / 0);
}
.border-x-base-color-bg-attention\/10 {
  border-left-color: rgb(254 240 200 / 0.1);
  border-right-color: rgb(254 240 200 / 0.1);
}
.border-x-base-color-bg-attention\/100 {
  border-left-color: rgb(254 240 200 / 1);
  border-right-color: rgb(254 240 200 / 1);
}
.border-x-base-color-bg-attention\/20 {
  border-left-color: rgb(254 240 200 / 0.2);
  border-right-color: rgb(254 240 200 / 0.2);
}
.border-x-base-color-bg-attention\/25 {
  border-left-color: rgb(254 240 200 / 0.25);
  border-right-color: rgb(254 240 200 / 0.25);
}
.border-x-base-color-bg-attention\/30 {
  border-left-color: rgb(254 240 200 / 0.3);
  border-right-color: rgb(254 240 200 / 0.3);
}
.border-x-base-color-bg-attention\/40 {
  border-left-color: rgb(254 240 200 / 0.4);
  border-right-color: rgb(254 240 200 / 0.4);
}
.border-x-base-color-bg-attention\/5 {
  border-left-color: rgb(254 240 200 / 0.05);
  border-right-color: rgb(254 240 200 / 0.05);
}
.border-x-base-color-bg-attention\/50 {
  border-left-color: rgb(254 240 200 / 0.5);
  border-right-color: rgb(254 240 200 / 0.5);
}
.border-x-base-color-bg-attention\/60 {
  border-left-color: rgb(254 240 200 / 0.6);
  border-right-color: rgb(254 240 200 / 0.6);
}
.border-x-base-color-bg-attention\/70 {
  border-left-color: rgb(254 240 200 / 0.7);
  border-right-color: rgb(254 240 200 / 0.7);
}
.border-x-base-color-bg-attention\/75 {
  border-left-color: rgb(254 240 200 / 0.75);
  border-right-color: rgb(254 240 200 / 0.75);
}
.border-x-base-color-bg-attention\/80 {
  border-left-color: rgb(254 240 200 / 0.8);
  border-right-color: rgb(254 240 200 / 0.8);
}
.border-x-base-color-bg-attention\/90 {
  border-left-color: rgb(254 240 200 / 0.9);
  border-right-color: rgb(254 240 200 / 0.9);
}
.border-x-base-color-bg-attention\/95 {
  border-left-color: rgb(254 240 200 / 0.95);
  border-right-color: rgb(254 240 200 / 0.95);
}
.border-x-base-color-bg-attention\/base-opacity-disabled {
  border-left-color: rgb(254 240 200 / 60%);
  border-right-color: rgb(254 240 200 / 60%);
}
.border-x-base-color-bg-attention\/core-opacity-0 {
  border-left-color: rgb(254 240 200 / 0%);
  border-right-color: rgb(254 240 200 / 0%);
}
.border-x-base-color-bg-attention\/core-opacity-10 {
  border-left-color: rgb(254 240 200 / 10%);
  border-right-color: rgb(254 240 200 / 10%);
}
.border-x-base-color-bg-attention\/core-opacity-100 {
  border-left-color: rgb(254 240 200 / 100%);
  border-right-color: rgb(254 240 200 / 100%);
}
.border-x-base-color-bg-attention\/core-opacity-20 {
  border-left-color: rgb(254 240 200 / 20%);
  border-right-color: rgb(254 240 200 / 20%);
}
.border-x-base-color-bg-attention\/core-opacity-30 {
  border-left-color: rgb(254 240 200 / 30%);
  border-right-color: rgb(254 240 200 / 30%);
}
.border-x-base-color-bg-attention\/core-opacity-40 {
  border-left-color: rgb(254 240 200 / 40%);
  border-right-color: rgb(254 240 200 / 40%);
}
.border-x-base-color-bg-attention\/core-opacity-50 {
  border-left-color: rgb(254 240 200 / 50%);
  border-right-color: rgb(254 240 200 / 50%);
}
.border-x-base-color-bg-attention\/core-opacity-60 {
  border-left-color: rgb(254 240 200 / 60%);
  border-right-color: rgb(254 240 200 / 60%);
}
.border-x-base-color-bg-attention\/core-opacity-70 {
  border-left-color: rgb(254 240 200 / 70%);
  border-right-color: rgb(254 240 200 / 70%);
}
.border-x-base-color-bg-attention\/core-opacity-80 {
  border-left-color: rgb(254 240 200 / 80%);
  border-right-color: rgb(254 240 200 / 80%);
}
.border-x-base-color-bg-attention\/core-opacity-90 {
  border-left-color: rgb(254 240 200 / 90%);
  border-right-color: rgb(254 240 200 / 90%);
}
.border-x-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 214 249 / var(--tw-border-opacity));
  border-right-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-x-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(93 91 215 / var(--tw-border-opacity));
  border-right-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-x-base-color-bg-brand-emphasis\/0 {
  border-left-color: rgb(93 91 215 / 0);
  border-right-color: rgb(93 91 215 / 0);
}
.border-x-base-color-bg-brand-emphasis\/10 {
  border-left-color: rgb(93 91 215 / 0.1);
  border-right-color: rgb(93 91 215 / 0.1);
}
.border-x-base-color-bg-brand-emphasis\/100 {
  border-left-color: rgb(93 91 215 / 1);
  border-right-color: rgb(93 91 215 / 1);
}
.border-x-base-color-bg-brand-emphasis\/20 {
  border-left-color: rgb(93 91 215 / 0.2);
  border-right-color: rgb(93 91 215 / 0.2);
}
.border-x-base-color-bg-brand-emphasis\/25 {
  border-left-color: rgb(93 91 215 / 0.25);
  border-right-color: rgb(93 91 215 / 0.25);
}
.border-x-base-color-bg-brand-emphasis\/30 {
  border-left-color: rgb(93 91 215 / 0.3);
  border-right-color: rgb(93 91 215 / 0.3);
}
.border-x-base-color-bg-brand-emphasis\/40 {
  border-left-color: rgb(93 91 215 / 0.4);
  border-right-color: rgb(93 91 215 / 0.4);
}
.border-x-base-color-bg-brand-emphasis\/5 {
  border-left-color: rgb(93 91 215 / 0.05);
  border-right-color: rgb(93 91 215 / 0.05);
}
.border-x-base-color-bg-brand-emphasis\/50 {
  border-left-color: rgb(93 91 215 / 0.5);
  border-right-color: rgb(93 91 215 / 0.5);
}
.border-x-base-color-bg-brand-emphasis\/60 {
  border-left-color: rgb(93 91 215 / 0.6);
  border-right-color: rgb(93 91 215 / 0.6);
}
.border-x-base-color-bg-brand-emphasis\/70 {
  border-left-color: rgb(93 91 215 / 0.7);
  border-right-color: rgb(93 91 215 / 0.7);
}
.border-x-base-color-bg-brand-emphasis\/75 {
  border-left-color: rgb(93 91 215 / 0.75);
  border-right-color: rgb(93 91 215 / 0.75);
}
.border-x-base-color-bg-brand-emphasis\/80 {
  border-left-color: rgb(93 91 215 / 0.8);
  border-right-color: rgb(93 91 215 / 0.8);
}
.border-x-base-color-bg-brand-emphasis\/90 {
  border-left-color: rgb(93 91 215 / 0.9);
  border-right-color: rgb(93 91 215 / 0.9);
}
.border-x-base-color-bg-brand-emphasis\/95 {
  border-left-color: rgb(93 91 215 / 0.95);
  border-right-color: rgb(93 91 215 / 0.95);
}
.border-x-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-left-color: rgb(93 91 215 / 60%);
  border-right-color: rgb(93 91 215 / 60%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-left-color: rgb(93 91 215 / 0%);
  border-right-color: rgb(93 91 215 / 0%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-left-color: rgb(93 91 215 / 10%);
  border-right-color: rgb(93 91 215 / 10%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-left-color: rgb(93 91 215 / 100%);
  border-right-color: rgb(93 91 215 / 100%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-left-color: rgb(93 91 215 / 20%);
  border-right-color: rgb(93 91 215 / 20%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-left-color: rgb(93 91 215 / 30%);
  border-right-color: rgb(93 91 215 / 30%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-left-color: rgb(93 91 215 / 40%);
  border-right-color: rgb(93 91 215 / 40%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-left-color: rgb(93 91 215 / 50%);
  border-right-color: rgb(93 91 215 / 50%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-left-color: rgb(93 91 215 / 60%);
  border-right-color: rgb(93 91 215 / 60%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-left-color: rgb(93 91 215 / 70%);
  border-right-color: rgb(93 91 215 / 70%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-left-color: rgb(93 91 215 / 80%);
  border-right-color: rgb(93 91 215 / 80%);
}
.border-x-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-left-color: rgb(93 91 215 / 90%);
  border-right-color: rgb(93 91 215 / 90%);
}
.border-x-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 244 253 / var(--tw-border-opacity));
  border-right-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-x-base-color-bg-brand-subtle\/0 {
  border-left-color: rgb(242 244 253 / 0);
  border-right-color: rgb(242 244 253 / 0);
}
.border-x-base-color-bg-brand-subtle\/10 {
  border-left-color: rgb(242 244 253 / 0.1);
  border-right-color: rgb(242 244 253 / 0.1);
}
.border-x-base-color-bg-brand-subtle\/100 {
  border-left-color: rgb(242 244 253 / 1);
  border-right-color: rgb(242 244 253 / 1);
}
.border-x-base-color-bg-brand-subtle\/20 {
  border-left-color: rgb(242 244 253 / 0.2);
  border-right-color: rgb(242 244 253 / 0.2);
}
.border-x-base-color-bg-brand-subtle\/25 {
  border-left-color: rgb(242 244 253 / 0.25);
  border-right-color: rgb(242 244 253 / 0.25);
}
.border-x-base-color-bg-brand-subtle\/30 {
  border-left-color: rgb(242 244 253 / 0.3);
  border-right-color: rgb(242 244 253 / 0.3);
}
.border-x-base-color-bg-brand-subtle\/40 {
  border-left-color: rgb(242 244 253 / 0.4);
  border-right-color: rgb(242 244 253 / 0.4);
}
.border-x-base-color-bg-brand-subtle\/5 {
  border-left-color: rgb(242 244 253 / 0.05);
  border-right-color: rgb(242 244 253 / 0.05);
}
.border-x-base-color-bg-brand-subtle\/50 {
  border-left-color: rgb(242 244 253 / 0.5);
  border-right-color: rgb(242 244 253 / 0.5);
}
.border-x-base-color-bg-brand-subtle\/60 {
  border-left-color: rgb(242 244 253 / 0.6);
  border-right-color: rgb(242 244 253 / 0.6);
}
.border-x-base-color-bg-brand-subtle\/70 {
  border-left-color: rgb(242 244 253 / 0.7);
  border-right-color: rgb(242 244 253 / 0.7);
}
.border-x-base-color-bg-brand-subtle\/75 {
  border-left-color: rgb(242 244 253 / 0.75);
  border-right-color: rgb(242 244 253 / 0.75);
}
.border-x-base-color-bg-brand-subtle\/80 {
  border-left-color: rgb(242 244 253 / 0.8);
  border-right-color: rgb(242 244 253 / 0.8);
}
.border-x-base-color-bg-brand-subtle\/90 {
  border-left-color: rgb(242 244 253 / 0.9);
  border-right-color: rgb(242 244 253 / 0.9);
}
.border-x-base-color-bg-brand-subtle\/95 {
  border-left-color: rgb(242 244 253 / 0.95);
  border-right-color: rgb(242 244 253 / 0.95);
}
.border-x-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-left-color: rgb(242 244 253 / 60%);
  border-right-color: rgb(242 244 253 / 60%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-0 {
  border-left-color: rgb(242 244 253 / 0%);
  border-right-color: rgb(242 244 253 / 0%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-10 {
  border-left-color: rgb(242 244 253 / 10%);
  border-right-color: rgb(242 244 253 / 10%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-100 {
  border-left-color: rgb(242 244 253 / 100%);
  border-right-color: rgb(242 244 253 / 100%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-20 {
  border-left-color: rgb(242 244 253 / 20%);
  border-right-color: rgb(242 244 253 / 20%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-30 {
  border-left-color: rgb(242 244 253 / 30%);
  border-right-color: rgb(242 244 253 / 30%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-40 {
  border-left-color: rgb(242 244 253 / 40%);
  border-right-color: rgb(242 244 253 / 40%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-50 {
  border-left-color: rgb(242 244 253 / 50%);
  border-right-color: rgb(242 244 253 / 50%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-60 {
  border-left-color: rgb(242 244 253 / 60%);
  border-right-color: rgb(242 244 253 / 60%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-70 {
  border-left-color: rgb(242 244 253 / 70%);
  border-right-color: rgb(242 244 253 / 70%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-80 {
  border-left-color: rgb(242 244 253 / 80%);
  border-right-color: rgb(242 244 253 / 80%);
}
.border-x-base-color-bg-brand-subtle\/core-opacity-90 {
  border-left-color: rgb(242 244 253 / 90%);
  border-right-color: rgb(242 244 253 / 90%);
}
.border-x-base-color-bg-brand\/0 {
  border-left-color: rgb(205 214 249 / 0);
  border-right-color: rgb(205 214 249 / 0);
}
.border-x-base-color-bg-brand\/10 {
  border-left-color: rgb(205 214 249 / 0.1);
  border-right-color: rgb(205 214 249 / 0.1);
}
.border-x-base-color-bg-brand\/100 {
  border-left-color: rgb(205 214 249 / 1);
  border-right-color: rgb(205 214 249 / 1);
}
.border-x-base-color-bg-brand\/20 {
  border-left-color: rgb(205 214 249 / 0.2);
  border-right-color: rgb(205 214 249 / 0.2);
}
.border-x-base-color-bg-brand\/25 {
  border-left-color: rgb(205 214 249 / 0.25);
  border-right-color: rgb(205 214 249 / 0.25);
}
.border-x-base-color-bg-brand\/30 {
  border-left-color: rgb(205 214 249 / 0.3);
  border-right-color: rgb(205 214 249 / 0.3);
}
.border-x-base-color-bg-brand\/40 {
  border-left-color: rgb(205 214 249 / 0.4);
  border-right-color: rgb(205 214 249 / 0.4);
}
.border-x-base-color-bg-brand\/5 {
  border-left-color: rgb(205 214 249 / 0.05);
  border-right-color: rgb(205 214 249 / 0.05);
}
.border-x-base-color-bg-brand\/50 {
  border-left-color: rgb(205 214 249 / 0.5);
  border-right-color: rgb(205 214 249 / 0.5);
}
.border-x-base-color-bg-brand\/60 {
  border-left-color: rgb(205 214 249 / 0.6);
  border-right-color: rgb(205 214 249 / 0.6);
}
.border-x-base-color-bg-brand\/70 {
  border-left-color: rgb(205 214 249 / 0.7);
  border-right-color: rgb(205 214 249 / 0.7);
}
.border-x-base-color-bg-brand\/75 {
  border-left-color: rgb(205 214 249 / 0.75);
  border-right-color: rgb(205 214 249 / 0.75);
}
.border-x-base-color-bg-brand\/80 {
  border-left-color: rgb(205 214 249 / 0.8);
  border-right-color: rgb(205 214 249 / 0.8);
}
.border-x-base-color-bg-brand\/90 {
  border-left-color: rgb(205 214 249 / 0.9);
  border-right-color: rgb(205 214 249 / 0.9);
}
.border-x-base-color-bg-brand\/95 {
  border-left-color: rgb(205 214 249 / 0.95);
  border-right-color: rgb(205 214 249 / 0.95);
}
.border-x-base-color-bg-brand\/base-opacity-disabled {
  border-left-color: rgb(205 214 249 / 60%);
  border-right-color: rgb(205 214 249 / 60%);
}
.border-x-base-color-bg-brand\/core-opacity-0 {
  border-left-color: rgb(205 214 249 / 0%);
  border-right-color: rgb(205 214 249 / 0%);
}
.border-x-base-color-bg-brand\/core-opacity-10 {
  border-left-color: rgb(205 214 249 / 10%);
  border-right-color: rgb(205 214 249 / 10%);
}
.border-x-base-color-bg-brand\/core-opacity-100 {
  border-left-color: rgb(205 214 249 / 100%);
  border-right-color: rgb(205 214 249 / 100%);
}
.border-x-base-color-bg-brand\/core-opacity-20 {
  border-left-color: rgb(205 214 249 / 20%);
  border-right-color: rgb(205 214 249 / 20%);
}
.border-x-base-color-bg-brand\/core-opacity-30 {
  border-left-color: rgb(205 214 249 / 30%);
  border-right-color: rgb(205 214 249 / 30%);
}
.border-x-base-color-bg-brand\/core-opacity-40 {
  border-left-color: rgb(205 214 249 / 40%);
  border-right-color: rgb(205 214 249 / 40%);
}
.border-x-base-color-bg-brand\/core-opacity-50 {
  border-left-color: rgb(205 214 249 / 50%);
  border-right-color: rgb(205 214 249 / 50%);
}
.border-x-base-color-bg-brand\/core-opacity-60 {
  border-left-color: rgb(205 214 249 / 60%);
  border-right-color: rgb(205 214 249 / 60%);
}
.border-x-base-color-bg-brand\/core-opacity-70 {
  border-left-color: rgb(205 214 249 / 70%);
  border-right-color: rgb(205 214 249 / 70%);
}
.border-x-base-color-bg-brand\/core-opacity-80 {
  border-left-color: rgb(205 214 249 / 80%);
  border-right-color: rgb(205 214 249 / 80%);
}
.border-x-base-color-bg-brand\/core-opacity-90 {
  border-left-color: rgb(205 214 249 / 90%);
  border-right-color: rgb(205 214 249 / 90%);
}
.border-x-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 227 225 / var(--tw-border-opacity));
  border-right-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-x-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 68 56 / var(--tw-border-opacity));
  border-right-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-x-base-color-bg-danger-emphasis\/0 {
  border-left-color: rgb(240 68 56 / 0);
  border-right-color: rgb(240 68 56 / 0);
}
.border-x-base-color-bg-danger-emphasis\/10 {
  border-left-color: rgb(240 68 56 / 0.1);
  border-right-color: rgb(240 68 56 / 0.1);
}
.border-x-base-color-bg-danger-emphasis\/100 {
  border-left-color: rgb(240 68 56 / 1);
  border-right-color: rgb(240 68 56 / 1);
}
.border-x-base-color-bg-danger-emphasis\/20 {
  border-left-color: rgb(240 68 56 / 0.2);
  border-right-color: rgb(240 68 56 / 0.2);
}
.border-x-base-color-bg-danger-emphasis\/25 {
  border-left-color: rgb(240 68 56 / 0.25);
  border-right-color: rgb(240 68 56 / 0.25);
}
.border-x-base-color-bg-danger-emphasis\/30 {
  border-left-color: rgb(240 68 56 / 0.3);
  border-right-color: rgb(240 68 56 / 0.3);
}
.border-x-base-color-bg-danger-emphasis\/40 {
  border-left-color: rgb(240 68 56 / 0.4);
  border-right-color: rgb(240 68 56 / 0.4);
}
.border-x-base-color-bg-danger-emphasis\/5 {
  border-left-color: rgb(240 68 56 / 0.05);
  border-right-color: rgb(240 68 56 / 0.05);
}
.border-x-base-color-bg-danger-emphasis\/50 {
  border-left-color: rgb(240 68 56 / 0.5);
  border-right-color: rgb(240 68 56 / 0.5);
}
.border-x-base-color-bg-danger-emphasis\/60 {
  border-left-color: rgb(240 68 56 / 0.6);
  border-right-color: rgb(240 68 56 / 0.6);
}
.border-x-base-color-bg-danger-emphasis\/70 {
  border-left-color: rgb(240 68 56 / 0.7);
  border-right-color: rgb(240 68 56 / 0.7);
}
.border-x-base-color-bg-danger-emphasis\/75 {
  border-left-color: rgb(240 68 56 / 0.75);
  border-right-color: rgb(240 68 56 / 0.75);
}
.border-x-base-color-bg-danger-emphasis\/80 {
  border-left-color: rgb(240 68 56 / 0.8);
  border-right-color: rgb(240 68 56 / 0.8);
}
.border-x-base-color-bg-danger-emphasis\/90 {
  border-left-color: rgb(240 68 56 / 0.9);
  border-right-color: rgb(240 68 56 / 0.9);
}
.border-x-base-color-bg-danger-emphasis\/95 {
  border-left-color: rgb(240 68 56 / 0.95);
  border-right-color: rgb(240 68 56 / 0.95);
}
.border-x-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-left-color: rgb(240 68 56 / 60%);
  border-right-color: rgb(240 68 56 / 60%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-left-color: rgb(240 68 56 / 0%);
  border-right-color: rgb(240 68 56 / 0%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-left-color: rgb(240 68 56 / 10%);
  border-right-color: rgb(240 68 56 / 10%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-left-color: rgb(240 68 56 / 100%);
  border-right-color: rgb(240 68 56 / 100%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-left-color: rgb(240 68 56 / 20%);
  border-right-color: rgb(240 68 56 / 20%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-left-color: rgb(240 68 56 / 30%);
  border-right-color: rgb(240 68 56 / 30%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-left-color: rgb(240 68 56 / 40%);
  border-right-color: rgb(240 68 56 / 40%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-left-color: rgb(240 68 56 / 50%);
  border-right-color: rgb(240 68 56 / 50%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-left-color: rgb(240 68 56 / 60%);
  border-right-color: rgb(240 68 56 / 60%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-left-color: rgb(240 68 56 / 70%);
  border-right-color: rgb(240 68 56 / 70%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-left-color: rgb(240 68 56 / 80%);
  border-right-color: rgb(240 68 56 / 80%);
}
.border-x-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-left-color: rgb(240 68 56 / 90%);
  border-right-color: rgb(240 68 56 / 90%);
}
.border-x-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 250 / var(--tw-border-opacity));
  border-right-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-x-base-color-bg-danger-subtle\/0 {
  border-left-color: rgb(255 251 250 / 0);
  border-right-color: rgb(255 251 250 / 0);
}
.border-x-base-color-bg-danger-subtle\/10 {
  border-left-color: rgb(255 251 250 / 0.1);
  border-right-color: rgb(255 251 250 / 0.1);
}
.border-x-base-color-bg-danger-subtle\/100 {
  border-left-color: rgb(255 251 250 / 1);
  border-right-color: rgb(255 251 250 / 1);
}
.border-x-base-color-bg-danger-subtle\/20 {
  border-left-color: rgb(255 251 250 / 0.2);
  border-right-color: rgb(255 251 250 / 0.2);
}
.border-x-base-color-bg-danger-subtle\/25 {
  border-left-color: rgb(255 251 250 / 0.25);
  border-right-color: rgb(255 251 250 / 0.25);
}
.border-x-base-color-bg-danger-subtle\/30 {
  border-left-color: rgb(255 251 250 / 0.3);
  border-right-color: rgb(255 251 250 / 0.3);
}
.border-x-base-color-bg-danger-subtle\/40 {
  border-left-color: rgb(255 251 250 / 0.4);
  border-right-color: rgb(255 251 250 / 0.4);
}
.border-x-base-color-bg-danger-subtle\/5 {
  border-left-color: rgb(255 251 250 / 0.05);
  border-right-color: rgb(255 251 250 / 0.05);
}
.border-x-base-color-bg-danger-subtle\/50 {
  border-left-color: rgb(255 251 250 / 0.5);
  border-right-color: rgb(255 251 250 / 0.5);
}
.border-x-base-color-bg-danger-subtle\/60 {
  border-left-color: rgb(255 251 250 / 0.6);
  border-right-color: rgb(255 251 250 / 0.6);
}
.border-x-base-color-bg-danger-subtle\/70 {
  border-left-color: rgb(255 251 250 / 0.7);
  border-right-color: rgb(255 251 250 / 0.7);
}
.border-x-base-color-bg-danger-subtle\/75 {
  border-left-color: rgb(255 251 250 / 0.75);
  border-right-color: rgb(255 251 250 / 0.75);
}
.border-x-base-color-bg-danger-subtle\/80 {
  border-left-color: rgb(255 251 250 / 0.8);
  border-right-color: rgb(255 251 250 / 0.8);
}
.border-x-base-color-bg-danger-subtle\/90 {
  border-left-color: rgb(255 251 250 / 0.9);
  border-right-color: rgb(255 251 250 / 0.9);
}
.border-x-base-color-bg-danger-subtle\/95 {
  border-left-color: rgb(255 251 250 / 0.95);
  border-right-color: rgb(255 251 250 / 0.95);
}
.border-x-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-left-color: rgb(255 251 250 / 60%);
  border-right-color: rgb(255 251 250 / 60%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-0 {
  border-left-color: rgb(255 251 250 / 0%);
  border-right-color: rgb(255 251 250 / 0%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-10 {
  border-left-color: rgb(255 251 250 / 10%);
  border-right-color: rgb(255 251 250 / 10%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-100 {
  border-left-color: rgb(255 251 250 / 100%);
  border-right-color: rgb(255 251 250 / 100%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-20 {
  border-left-color: rgb(255 251 250 / 20%);
  border-right-color: rgb(255 251 250 / 20%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-30 {
  border-left-color: rgb(255 251 250 / 30%);
  border-right-color: rgb(255 251 250 / 30%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-40 {
  border-left-color: rgb(255 251 250 / 40%);
  border-right-color: rgb(255 251 250 / 40%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-50 {
  border-left-color: rgb(255 251 250 / 50%);
  border-right-color: rgb(255 251 250 / 50%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-60 {
  border-left-color: rgb(255 251 250 / 60%);
  border-right-color: rgb(255 251 250 / 60%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-70 {
  border-left-color: rgb(255 251 250 / 70%);
  border-right-color: rgb(255 251 250 / 70%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-80 {
  border-left-color: rgb(255 251 250 / 80%);
  border-right-color: rgb(255 251 250 / 80%);
}
.border-x-base-color-bg-danger-subtle\/core-opacity-90 {
  border-left-color: rgb(255 251 250 / 90%);
  border-right-color: rgb(255 251 250 / 90%);
}
.border-x-base-color-bg-danger\/0 {
  border-left-color: rgb(254 227 225 / 0);
  border-right-color: rgb(254 227 225 / 0);
}
.border-x-base-color-bg-danger\/10 {
  border-left-color: rgb(254 227 225 / 0.1);
  border-right-color: rgb(254 227 225 / 0.1);
}
.border-x-base-color-bg-danger\/100 {
  border-left-color: rgb(254 227 225 / 1);
  border-right-color: rgb(254 227 225 / 1);
}
.border-x-base-color-bg-danger\/20 {
  border-left-color: rgb(254 227 225 / 0.2);
  border-right-color: rgb(254 227 225 / 0.2);
}
.border-x-base-color-bg-danger\/25 {
  border-left-color: rgb(254 227 225 / 0.25);
  border-right-color: rgb(254 227 225 / 0.25);
}
.border-x-base-color-bg-danger\/30 {
  border-left-color: rgb(254 227 225 / 0.3);
  border-right-color: rgb(254 227 225 / 0.3);
}
.border-x-base-color-bg-danger\/40 {
  border-left-color: rgb(254 227 225 / 0.4);
  border-right-color: rgb(254 227 225 / 0.4);
}
.border-x-base-color-bg-danger\/5 {
  border-left-color: rgb(254 227 225 / 0.05);
  border-right-color: rgb(254 227 225 / 0.05);
}
.border-x-base-color-bg-danger\/50 {
  border-left-color: rgb(254 227 225 / 0.5);
  border-right-color: rgb(254 227 225 / 0.5);
}
.border-x-base-color-bg-danger\/60 {
  border-left-color: rgb(254 227 225 / 0.6);
  border-right-color: rgb(254 227 225 / 0.6);
}
.border-x-base-color-bg-danger\/70 {
  border-left-color: rgb(254 227 225 / 0.7);
  border-right-color: rgb(254 227 225 / 0.7);
}
.border-x-base-color-bg-danger\/75 {
  border-left-color: rgb(254 227 225 / 0.75);
  border-right-color: rgb(254 227 225 / 0.75);
}
.border-x-base-color-bg-danger\/80 {
  border-left-color: rgb(254 227 225 / 0.8);
  border-right-color: rgb(254 227 225 / 0.8);
}
.border-x-base-color-bg-danger\/90 {
  border-left-color: rgb(254 227 225 / 0.9);
  border-right-color: rgb(254 227 225 / 0.9);
}
.border-x-base-color-bg-danger\/95 {
  border-left-color: rgb(254 227 225 / 0.95);
  border-right-color: rgb(254 227 225 / 0.95);
}
.border-x-base-color-bg-danger\/base-opacity-disabled {
  border-left-color: rgb(254 227 225 / 60%);
  border-right-color: rgb(254 227 225 / 60%);
}
.border-x-base-color-bg-danger\/core-opacity-0 {
  border-left-color: rgb(254 227 225 / 0%);
  border-right-color: rgb(254 227 225 / 0%);
}
.border-x-base-color-bg-danger\/core-opacity-10 {
  border-left-color: rgb(254 227 225 / 10%);
  border-right-color: rgb(254 227 225 / 10%);
}
.border-x-base-color-bg-danger\/core-opacity-100 {
  border-left-color: rgb(254 227 225 / 100%);
  border-right-color: rgb(254 227 225 / 100%);
}
.border-x-base-color-bg-danger\/core-opacity-20 {
  border-left-color: rgb(254 227 225 / 20%);
  border-right-color: rgb(254 227 225 / 20%);
}
.border-x-base-color-bg-danger\/core-opacity-30 {
  border-left-color: rgb(254 227 225 / 30%);
  border-right-color: rgb(254 227 225 / 30%);
}
.border-x-base-color-bg-danger\/core-opacity-40 {
  border-left-color: rgb(254 227 225 / 40%);
  border-right-color: rgb(254 227 225 / 40%);
}
.border-x-base-color-bg-danger\/core-opacity-50 {
  border-left-color: rgb(254 227 225 / 50%);
  border-right-color: rgb(254 227 225 / 50%);
}
.border-x-base-color-bg-danger\/core-opacity-60 {
  border-left-color: rgb(254 227 225 / 60%);
  border-right-color: rgb(254 227 225 / 60%);
}
.border-x-base-color-bg-danger\/core-opacity-70 {
  border-left-color: rgb(254 227 225 / 70%);
  border-right-color: rgb(254 227 225 / 70%);
}
.border-x-base-color-bg-danger\/core-opacity-80 {
  border-left-color: rgb(254 227 225 / 80%);
  border-right-color: rgb(254 227 225 / 80%);
}
.border-x-base-color-bg-danger\/core-opacity-90 {
  border-left-color: rgb(254 227 225 / 90%);
  border-right-color: rgb(254 227 225 / 90%);
}
.border-x-base-color-bg-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-x-base-color-bg-default\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-base-color-bg-default\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-base-color-bg-default\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-base-color-bg-default\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-base-color-bg-default\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-base-color-bg-default\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-base-color-bg-default\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-base-color-bg-default\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-base-color-bg-default\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-base-color-bg-default\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-base-color-bg-default\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-base-color-bg-default\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-base-color-bg-default\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-base-color-bg-default\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-base-color-bg-default\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-x-base-color-bg-default\/base-opacity-disabled {
  border-left-color: rgb(255 255 255 / 60%);
  border-right-color: rgb(255 255 255 / 60%);
}
.border-x-base-color-bg-default\/core-opacity-0 {
  border-left-color: rgb(255 255 255 / 0%);
  border-right-color: rgb(255 255 255 / 0%);
}
.border-x-base-color-bg-default\/core-opacity-10 {
  border-left-color: rgb(255 255 255 / 10%);
  border-right-color: rgb(255 255 255 / 10%);
}
.border-x-base-color-bg-default\/core-opacity-100 {
  border-left-color: rgb(255 255 255 / 100%);
  border-right-color: rgb(255 255 255 / 100%);
}
.border-x-base-color-bg-default\/core-opacity-20 {
  border-left-color: rgb(255 255 255 / 20%);
  border-right-color: rgb(255 255 255 / 20%);
}
.border-x-base-color-bg-default\/core-opacity-30 {
  border-left-color: rgb(255 255 255 / 30%);
  border-right-color: rgb(255 255 255 / 30%);
}
.border-x-base-color-bg-default\/core-opacity-40 {
  border-left-color: rgb(255 255 255 / 40%);
  border-right-color: rgb(255 255 255 / 40%);
}
.border-x-base-color-bg-default\/core-opacity-50 {
  border-left-color: rgb(255 255 255 / 50%);
  border-right-color: rgb(255 255 255 / 50%);
}
.border-x-base-color-bg-default\/core-opacity-60 {
  border-left-color: rgb(255 255 255 / 60%);
  border-right-color: rgb(255 255 255 / 60%);
}
.border-x-base-color-bg-default\/core-opacity-70 {
  border-left-color: rgb(255 255 255 / 70%);
  border-right-color: rgb(255 255 255 / 70%);
}
.border-x-base-color-bg-default\/core-opacity-80 {
  border-left-color: rgb(255 255 255 / 80%);
  border-right-color: rgb(255 255 255 / 80%);
}
.border-x-base-color-bg-default\/core-opacity-90 {
  border-left-color: rgb(255 255 255 / 90%);
  border-right-color: rgb(255 255 255 / 90%);
}
.border-x-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 24 40 / var(--tw-border-opacity));
  border-right-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-x-base-color-bg-emphasis\/0 {
  border-left-color: rgb(16 24 40 / 0);
  border-right-color: rgb(16 24 40 / 0);
}
.border-x-base-color-bg-emphasis\/10 {
  border-left-color: rgb(16 24 40 / 0.1);
  border-right-color: rgb(16 24 40 / 0.1);
}
.border-x-base-color-bg-emphasis\/100 {
  border-left-color: rgb(16 24 40 / 1);
  border-right-color: rgb(16 24 40 / 1);
}
.border-x-base-color-bg-emphasis\/20 {
  border-left-color: rgb(16 24 40 / 0.2);
  border-right-color: rgb(16 24 40 / 0.2);
}
.border-x-base-color-bg-emphasis\/25 {
  border-left-color: rgb(16 24 40 / 0.25);
  border-right-color: rgb(16 24 40 / 0.25);
}
.border-x-base-color-bg-emphasis\/30 {
  border-left-color: rgb(16 24 40 / 0.3);
  border-right-color: rgb(16 24 40 / 0.3);
}
.border-x-base-color-bg-emphasis\/40 {
  border-left-color: rgb(16 24 40 / 0.4);
  border-right-color: rgb(16 24 40 / 0.4);
}
.border-x-base-color-bg-emphasis\/5 {
  border-left-color: rgb(16 24 40 / 0.05);
  border-right-color: rgb(16 24 40 / 0.05);
}
.border-x-base-color-bg-emphasis\/50 {
  border-left-color: rgb(16 24 40 / 0.5);
  border-right-color: rgb(16 24 40 / 0.5);
}
.border-x-base-color-bg-emphasis\/60 {
  border-left-color: rgb(16 24 40 / 0.6);
  border-right-color: rgb(16 24 40 / 0.6);
}
.border-x-base-color-bg-emphasis\/70 {
  border-left-color: rgb(16 24 40 / 0.7);
  border-right-color: rgb(16 24 40 / 0.7);
}
.border-x-base-color-bg-emphasis\/75 {
  border-left-color: rgb(16 24 40 / 0.75);
  border-right-color: rgb(16 24 40 / 0.75);
}
.border-x-base-color-bg-emphasis\/80 {
  border-left-color: rgb(16 24 40 / 0.8);
  border-right-color: rgb(16 24 40 / 0.8);
}
.border-x-base-color-bg-emphasis\/90 {
  border-left-color: rgb(16 24 40 / 0.9);
  border-right-color: rgb(16 24 40 / 0.9);
}
.border-x-base-color-bg-emphasis\/95 {
  border-left-color: rgb(16 24 40 / 0.95);
  border-right-color: rgb(16 24 40 / 0.95);
}
.border-x-base-color-bg-emphasis\/base-opacity-disabled {
  border-left-color: rgb(16 24 40 / 60%);
  border-right-color: rgb(16 24 40 / 60%);
}
.border-x-base-color-bg-emphasis\/core-opacity-0 {
  border-left-color: rgb(16 24 40 / 0%);
  border-right-color: rgb(16 24 40 / 0%);
}
.border-x-base-color-bg-emphasis\/core-opacity-10 {
  border-left-color: rgb(16 24 40 / 10%);
  border-right-color: rgb(16 24 40 / 10%);
}
.border-x-base-color-bg-emphasis\/core-opacity-100 {
  border-left-color: rgb(16 24 40 / 100%);
  border-right-color: rgb(16 24 40 / 100%);
}
.border-x-base-color-bg-emphasis\/core-opacity-20 {
  border-left-color: rgb(16 24 40 / 20%);
  border-right-color: rgb(16 24 40 / 20%);
}
.border-x-base-color-bg-emphasis\/core-opacity-30 {
  border-left-color: rgb(16 24 40 / 30%);
  border-right-color: rgb(16 24 40 / 30%);
}
.border-x-base-color-bg-emphasis\/core-opacity-40 {
  border-left-color: rgb(16 24 40 / 40%);
  border-right-color: rgb(16 24 40 / 40%);
}
.border-x-base-color-bg-emphasis\/core-opacity-50 {
  border-left-color: rgb(16 24 40 / 50%);
  border-right-color: rgb(16 24 40 / 50%);
}
.border-x-base-color-bg-emphasis\/core-opacity-60 {
  border-left-color: rgb(16 24 40 / 60%);
  border-right-color: rgb(16 24 40 / 60%);
}
.border-x-base-color-bg-emphasis\/core-opacity-70 {
  border-left-color: rgb(16 24 40 / 70%);
  border-right-color: rgb(16 24 40 / 70%);
}
.border-x-base-color-bg-emphasis\/core-opacity-80 {
  border-left-color: rgb(16 24 40 / 80%);
  border-right-color: rgb(16 24 40 / 80%);
}
.border-x-base-color-bg-emphasis\/core-opacity-90 {
  border-left-color: rgb(16 24 40 / 90%);
  border-right-color: rgb(16 24 40 / 90%);
}
.border-x-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 236 240 / var(--tw-border-opacity));
  border-right-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-x-base-color-bg-muted\/0 {
  border-left-color: rgb(234 236 240 / 0);
  border-right-color: rgb(234 236 240 / 0);
}
.border-x-base-color-bg-muted\/10 {
  border-left-color: rgb(234 236 240 / 0.1);
  border-right-color: rgb(234 236 240 / 0.1);
}
.border-x-base-color-bg-muted\/100 {
  border-left-color: rgb(234 236 240 / 1);
  border-right-color: rgb(234 236 240 / 1);
}
.border-x-base-color-bg-muted\/20 {
  border-left-color: rgb(234 236 240 / 0.2);
  border-right-color: rgb(234 236 240 / 0.2);
}
.border-x-base-color-bg-muted\/25 {
  border-left-color: rgb(234 236 240 / 0.25);
  border-right-color: rgb(234 236 240 / 0.25);
}
.border-x-base-color-bg-muted\/30 {
  border-left-color: rgb(234 236 240 / 0.3);
  border-right-color: rgb(234 236 240 / 0.3);
}
.border-x-base-color-bg-muted\/40 {
  border-left-color: rgb(234 236 240 / 0.4);
  border-right-color: rgb(234 236 240 / 0.4);
}
.border-x-base-color-bg-muted\/5 {
  border-left-color: rgb(234 236 240 / 0.05);
  border-right-color: rgb(234 236 240 / 0.05);
}
.border-x-base-color-bg-muted\/50 {
  border-left-color: rgb(234 236 240 / 0.5);
  border-right-color: rgb(234 236 240 / 0.5);
}
.border-x-base-color-bg-muted\/60 {
  border-left-color: rgb(234 236 240 / 0.6);
  border-right-color: rgb(234 236 240 / 0.6);
}
.border-x-base-color-bg-muted\/70 {
  border-left-color: rgb(234 236 240 / 0.7);
  border-right-color: rgb(234 236 240 / 0.7);
}
.border-x-base-color-bg-muted\/75 {
  border-left-color: rgb(234 236 240 / 0.75);
  border-right-color: rgb(234 236 240 / 0.75);
}
.border-x-base-color-bg-muted\/80 {
  border-left-color: rgb(234 236 240 / 0.8);
  border-right-color: rgb(234 236 240 / 0.8);
}
.border-x-base-color-bg-muted\/90 {
  border-left-color: rgb(234 236 240 / 0.9);
  border-right-color: rgb(234 236 240 / 0.9);
}
.border-x-base-color-bg-muted\/95 {
  border-left-color: rgb(234 236 240 / 0.95);
  border-right-color: rgb(234 236 240 / 0.95);
}
.border-x-base-color-bg-muted\/base-opacity-disabled {
  border-left-color: rgb(234 236 240 / 60%);
  border-right-color: rgb(234 236 240 / 60%);
}
.border-x-base-color-bg-muted\/core-opacity-0 {
  border-left-color: rgb(234 236 240 / 0%);
  border-right-color: rgb(234 236 240 / 0%);
}
.border-x-base-color-bg-muted\/core-opacity-10 {
  border-left-color: rgb(234 236 240 / 10%);
  border-right-color: rgb(234 236 240 / 10%);
}
.border-x-base-color-bg-muted\/core-opacity-100 {
  border-left-color: rgb(234 236 240 / 100%);
  border-right-color: rgb(234 236 240 / 100%);
}
.border-x-base-color-bg-muted\/core-opacity-20 {
  border-left-color: rgb(234 236 240 / 20%);
  border-right-color: rgb(234 236 240 / 20%);
}
.border-x-base-color-bg-muted\/core-opacity-30 {
  border-left-color: rgb(234 236 240 / 30%);
  border-right-color: rgb(234 236 240 / 30%);
}
.border-x-base-color-bg-muted\/core-opacity-40 {
  border-left-color: rgb(234 236 240 / 40%);
  border-right-color: rgb(234 236 240 / 40%);
}
.border-x-base-color-bg-muted\/core-opacity-50 {
  border-left-color: rgb(234 236 240 / 50%);
  border-right-color: rgb(234 236 240 / 50%);
}
.border-x-base-color-bg-muted\/core-opacity-60 {
  border-left-color: rgb(234 236 240 / 60%);
  border-right-color: rgb(234 236 240 / 60%);
}
.border-x-base-color-bg-muted\/core-opacity-70 {
  border-left-color: rgb(234 236 240 / 70%);
  border-right-color: rgb(234 236 240 / 70%);
}
.border-x-base-color-bg-muted\/core-opacity-80 {
  border-left-color: rgb(234 236 240 / 80%);
  border-right-color: rgb(234 236 240 / 80%);
}
.border-x-base-color-bg-muted\/core-opacity-90 {
  border-left-color: rgb(234 236 240 / 90%);
  border-right-color: rgb(234 236 240 / 90%);
}
.border-x-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 244 247 / var(--tw-border-opacity));
  border-right-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-x-base-color-bg-subtle\/0 {
  border-left-color: rgb(242 244 247 / 0);
  border-right-color: rgb(242 244 247 / 0);
}
.border-x-base-color-bg-subtle\/10 {
  border-left-color: rgb(242 244 247 / 0.1);
  border-right-color: rgb(242 244 247 / 0.1);
}
.border-x-base-color-bg-subtle\/100 {
  border-left-color: rgb(242 244 247 / 1);
  border-right-color: rgb(242 244 247 / 1);
}
.border-x-base-color-bg-subtle\/20 {
  border-left-color: rgb(242 244 247 / 0.2);
  border-right-color: rgb(242 244 247 / 0.2);
}
.border-x-base-color-bg-subtle\/25 {
  border-left-color: rgb(242 244 247 / 0.25);
  border-right-color: rgb(242 244 247 / 0.25);
}
.border-x-base-color-bg-subtle\/30 {
  border-left-color: rgb(242 244 247 / 0.3);
  border-right-color: rgb(242 244 247 / 0.3);
}
.border-x-base-color-bg-subtle\/40 {
  border-left-color: rgb(242 244 247 / 0.4);
  border-right-color: rgb(242 244 247 / 0.4);
}
.border-x-base-color-bg-subtle\/5 {
  border-left-color: rgb(242 244 247 / 0.05);
  border-right-color: rgb(242 244 247 / 0.05);
}
.border-x-base-color-bg-subtle\/50 {
  border-left-color: rgb(242 244 247 / 0.5);
  border-right-color: rgb(242 244 247 / 0.5);
}
.border-x-base-color-bg-subtle\/60 {
  border-left-color: rgb(242 244 247 / 0.6);
  border-right-color: rgb(242 244 247 / 0.6);
}
.border-x-base-color-bg-subtle\/70 {
  border-left-color: rgb(242 244 247 / 0.7);
  border-right-color: rgb(242 244 247 / 0.7);
}
.border-x-base-color-bg-subtle\/75 {
  border-left-color: rgb(242 244 247 / 0.75);
  border-right-color: rgb(242 244 247 / 0.75);
}
.border-x-base-color-bg-subtle\/80 {
  border-left-color: rgb(242 244 247 / 0.8);
  border-right-color: rgb(242 244 247 / 0.8);
}
.border-x-base-color-bg-subtle\/90 {
  border-left-color: rgb(242 244 247 / 0.9);
  border-right-color: rgb(242 244 247 / 0.9);
}
.border-x-base-color-bg-subtle\/95 {
  border-left-color: rgb(242 244 247 / 0.95);
  border-right-color: rgb(242 244 247 / 0.95);
}
.border-x-base-color-bg-subtle\/base-opacity-disabled {
  border-left-color: rgb(242 244 247 / 60%);
  border-right-color: rgb(242 244 247 / 60%);
}
.border-x-base-color-bg-subtle\/core-opacity-0 {
  border-left-color: rgb(242 244 247 / 0%);
  border-right-color: rgb(242 244 247 / 0%);
}
.border-x-base-color-bg-subtle\/core-opacity-10 {
  border-left-color: rgb(242 244 247 / 10%);
  border-right-color: rgb(242 244 247 / 10%);
}
.border-x-base-color-bg-subtle\/core-opacity-100 {
  border-left-color: rgb(242 244 247 / 100%);
  border-right-color: rgb(242 244 247 / 100%);
}
.border-x-base-color-bg-subtle\/core-opacity-20 {
  border-left-color: rgb(242 244 247 / 20%);
  border-right-color: rgb(242 244 247 / 20%);
}
.border-x-base-color-bg-subtle\/core-opacity-30 {
  border-left-color: rgb(242 244 247 / 30%);
  border-right-color: rgb(242 244 247 / 30%);
}
.border-x-base-color-bg-subtle\/core-opacity-40 {
  border-left-color: rgb(242 244 247 / 40%);
  border-right-color: rgb(242 244 247 / 40%);
}
.border-x-base-color-bg-subtle\/core-opacity-50 {
  border-left-color: rgb(242 244 247 / 50%);
  border-right-color: rgb(242 244 247 / 50%);
}
.border-x-base-color-bg-subtle\/core-opacity-60 {
  border-left-color: rgb(242 244 247 / 60%);
  border-right-color: rgb(242 244 247 / 60%);
}
.border-x-base-color-bg-subtle\/core-opacity-70 {
  border-left-color: rgb(242 244 247 / 70%);
  border-right-color: rgb(242 244 247 / 70%);
}
.border-x-base-color-bg-subtle\/core-opacity-80 {
  border-left-color: rgb(242 244 247 / 80%);
  border-right-color: rgb(242 244 247 / 80%);
}
.border-x-base-color-bg-subtle\/core-opacity-90 {
  border-left-color: rgb(242 244 247 / 90%);
  border-right-color: rgb(242 244 247 / 90%);
}
.border-x-base-color-bg-success {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 223 / var(--tw-border-opacity));
  border-right-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-x-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(18 181 105 / var(--tw-border-opacity));
  border-right-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-x-base-color-bg-success-emphasis\/0 {
  border-left-color: rgb(18 181 105 / 0);
  border-right-color: rgb(18 181 105 / 0);
}
.border-x-base-color-bg-success-emphasis\/10 {
  border-left-color: rgb(18 181 105 / 0.1);
  border-right-color: rgb(18 181 105 / 0.1);
}
.border-x-base-color-bg-success-emphasis\/100 {
  border-left-color: rgb(18 181 105 / 1);
  border-right-color: rgb(18 181 105 / 1);
}
.border-x-base-color-bg-success-emphasis\/20 {
  border-left-color: rgb(18 181 105 / 0.2);
  border-right-color: rgb(18 181 105 / 0.2);
}
.border-x-base-color-bg-success-emphasis\/25 {
  border-left-color: rgb(18 181 105 / 0.25);
  border-right-color: rgb(18 181 105 / 0.25);
}
.border-x-base-color-bg-success-emphasis\/30 {
  border-left-color: rgb(18 181 105 / 0.3);
  border-right-color: rgb(18 181 105 / 0.3);
}
.border-x-base-color-bg-success-emphasis\/40 {
  border-left-color: rgb(18 181 105 / 0.4);
  border-right-color: rgb(18 181 105 / 0.4);
}
.border-x-base-color-bg-success-emphasis\/5 {
  border-left-color: rgb(18 181 105 / 0.05);
  border-right-color: rgb(18 181 105 / 0.05);
}
.border-x-base-color-bg-success-emphasis\/50 {
  border-left-color: rgb(18 181 105 / 0.5);
  border-right-color: rgb(18 181 105 / 0.5);
}
.border-x-base-color-bg-success-emphasis\/60 {
  border-left-color: rgb(18 181 105 / 0.6);
  border-right-color: rgb(18 181 105 / 0.6);
}
.border-x-base-color-bg-success-emphasis\/70 {
  border-left-color: rgb(18 181 105 / 0.7);
  border-right-color: rgb(18 181 105 / 0.7);
}
.border-x-base-color-bg-success-emphasis\/75 {
  border-left-color: rgb(18 181 105 / 0.75);
  border-right-color: rgb(18 181 105 / 0.75);
}
.border-x-base-color-bg-success-emphasis\/80 {
  border-left-color: rgb(18 181 105 / 0.8);
  border-right-color: rgb(18 181 105 / 0.8);
}
.border-x-base-color-bg-success-emphasis\/90 {
  border-left-color: rgb(18 181 105 / 0.9);
  border-right-color: rgb(18 181 105 / 0.9);
}
.border-x-base-color-bg-success-emphasis\/95 {
  border-left-color: rgb(18 181 105 / 0.95);
  border-right-color: rgb(18 181 105 / 0.95);
}
.border-x-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-left-color: rgb(18 181 105 / 60%);
  border-right-color: rgb(18 181 105 / 60%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-0 {
  border-left-color: rgb(18 181 105 / 0%);
  border-right-color: rgb(18 181 105 / 0%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-10 {
  border-left-color: rgb(18 181 105 / 10%);
  border-right-color: rgb(18 181 105 / 10%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-100 {
  border-left-color: rgb(18 181 105 / 100%);
  border-right-color: rgb(18 181 105 / 100%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-20 {
  border-left-color: rgb(18 181 105 / 20%);
  border-right-color: rgb(18 181 105 / 20%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-30 {
  border-left-color: rgb(18 181 105 / 30%);
  border-right-color: rgb(18 181 105 / 30%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-40 {
  border-left-color: rgb(18 181 105 / 40%);
  border-right-color: rgb(18 181 105 / 40%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-50 {
  border-left-color: rgb(18 181 105 / 50%);
  border-right-color: rgb(18 181 105 / 50%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-60 {
  border-left-color: rgb(18 181 105 / 60%);
  border-right-color: rgb(18 181 105 / 60%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-70 {
  border-left-color: rgb(18 181 105 / 70%);
  border-right-color: rgb(18 181 105 / 70%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-80 {
  border-left-color: rgb(18 181 105 / 80%);
  border-right-color: rgb(18 181 105 / 80%);
}
.border-x-base-color-bg-success-emphasis\/core-opacity-90 {
  border-left-color: rgb(18 181 105 / 90%);
  border-right-color: rgb(18 181 105 / 90%);
}
.border-x-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 254 249 / var(--tw-border-opacity));
  border-right-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-x-base-color-bg-success-subtle\/0 {
  border-left-color: rgb(246 254 249 / 0);
  border-right-color: rgb(246 254 249 / 0);
}
.border-x-base-color-bg-success-subtle\/10 {
  border-left-color: rgb(246 254 249 / 0.1);
  border-right-color: rgb(246 254 249 / 0.1);
}
.border-x-base-color-bg-success-subtle\/100 {
  border-left-color: rgb(246 254 249 / 1);
  border-right-color: rgb(246 254 249 / 1);
}
.border-x-base-color-bg-success-subtle\/20 {
  border-left-color: rgb(246 254 249 / 0.2);
  border-right-color: rgb(246 254 249 / 0.2);
}
.border-x-base-color-bg-success-subtle\/25 {
  border-left-color: rgb(246 254 249 / 0.25);
  border-right-color: rgb(246 254 249 / 0.25);
}
.border-x-base-color-bg-success-subtle\/30 {
  border-left-color: rgb(246 254 249 / 0.3);
  border-right-color: rgb(246 254 249 / 0.3);
}
.border-x-base-color-bg-success-subtle\/40 {
  border-left-color: rgb(246 254 249 / 0.4);
  border-right-color: rgb(246 254 249 / 0.4);
}
.border-x-base-color-bg-success-subtle\/5 {
  border-left-color: rgb(246 254 249 / 0.05);
  border-right-color: rgb(246 254 249 / 0.05);
}
.border-x-base-color-bg-success-subtle\/50 {
  border-left-color: rgb(246 254 249 / 0.5);
  border-right-color: rgb(246 254 249 / 0.5);
}
.border-x-base-color-bg-success-subtle\/60 {
  border-left-color: rgb(246 254 249 / 0.6);
  border-right-color: rgb(246 254 249 / 0.6);
}
.border-x-base-color-bg-success-subtle\/70 {
  border-left-color: rgb(246 254 249 / 0.7);
  border-right-color: rgb(246 254 249 / 0.7);
}
.border-x-base-color-bg-success-subtle\/75 {
  border-left-color: rgb(246 254 249 / 0.75);
  border-right-color: rgb(246 254 249 / 0.75);
}
.border-x-base-color-bg-success-subtle\/80 {
  border-left-color: rgb(246 254 249 / 0.8);
  border-right-color: rgb(246 254 249 / 0.8);
}
.border-x-base-color-bg-success-subtle\/90 {
  border-left-color: rgb(246 254 249 / 0.9);
  border-right-color: rgb(246 254 249 / 0.9);
}
.border-x-base-color-bg-success-subtle\/95 {
  border-left-color: rgb(246 254 249 / 0.95);
  border-right-color: rgb(246 254 249 / 0.95);
}
.border-x-base-color-bg-success-subtle\/base-opacity-disabled {
  border-left-color: rgb(246 254 249 / 60%);
  border-right-color: rgb(246 254 249 / 60%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-0 {
  border-left-color: rgb(246 254 249 / 0%);
  border-right-color: rgb(246 254 249 / 0%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-10 {
  border-left-color: rgb(246 254 249 / 10%);
  border-right-color: rgb(246 254 249 / 10%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-100 {
  border-left-color: rgb(246 254 249 / 100%);
  border-right-color: rgb(246 254 249 / 100%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-20 {
  border-left-color: rgb(246 254 249 / 20%);
  border-right-color: rgb(246 254 249 / 20%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-30 {
  border-left-color: rgb(246 254 249 / 30%);
  border-right-color: rgb(246 254 249 / 30%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-40 {
  border-left-color: rgb(246 254 249 / 40%);
  border-right-color: rgb(246 254 249 / 40%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-50 {
  border-left-color: rgb(246 254 249 / 50%);
  border-right-color: rgb(246 254 249 / 50%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-60 {
  border-left-color: rgb(246 254 249 / 60%);
  border-right-color: rgb(246 254 249 / 60%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-70 {
  border-left-color: rgb(246 254 249 / 70%);
  border-right-color: rgb(246 254 249 / 70%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-80 {
  border-left-color: rgb(246 254 249 / 80%);
  border-right-color: rgb(246 254 249 / 80%);
}
.border-x-base-color-bg-success-subtle\/core-opacity-90 {
  border-left-color: rgb(246 254 249 / 90%);
  border-right-color: rgb(246 254 249 / 90%);
}
.border-x-base-color-bg-success\/0 {
  border-left-color: rgb(209 250 223 / 0);
  border-right-color: rgb(209 250 223 / 0);
}
.border-x-base-color-bg-success\/10 {
  border-left-color: rgb(209 250 223 / 0.1);
  border-right-color: rgb(209 250 223 / 0.1);
}
.border-x-base-color-bg-success\/100 {
  border-left-color: rgb(209 250 223 / 1);
  border-right-color: rgb(209 250 223 / 1);
}
.border-x-base-color-bg-success\/20 {
  border-left-color: rgb(209 250 223 / 0.2);
  border-right-color: rgb(209 250 223 / 0.2);
}
.border-x-base-color-bg-success\/25 {
  border-left-color: rgb(209 250 223 / 0.25);
  border-right-color: rgb(209 250 223 / 0.25);
}
.border-x-base-color-bg-success\/30 {
  border-left-color: rgb(209 250 223 / 0.3);
  border-right-color: rgb(209 250 223 / 0.3);
}
.border-x-base-color-bg-success\/40 {
  border-left-color: rgb(209 250 223 / 0.4);
  border-right-color: rgb(209 250 223 / 0.4);
}
.border-x-base-color-bg-success\/5 {
  border-left-color: rgb(209 250 223 / 0.05);
  border-right-color: rgb(209 250 223 / 0.05);
}
.border-x-base-color-bg-success\/50 {
  border-left-color: rgb(209 250 223 / 0.5);
  border-right-color: rgb(209 250 223 / 0.5);
}
.border-x-base-color-bg-success\/60 {
  border-left-color: rgb(209 250 223 / 0.6);
  border-right-color: rgb(209 250 223 / 0.6);
}
.border-x-base-color-bg-success\/70 {
  border-left-color: rgb(209 250 223 / 0.7);
  border-right-color: rgb(209 250 223 / 0.7);
}
.border-x-base-color-bg-success\/75 {
  border-left-color: rgb(209 250 223 / 0.75);
  border-right-color: rgb(209 250 223 / 0.75);
}
.border-x-base-color-bg-success\/80 {
  border-left-color: rgb(209 250 223 / 0.8);
  border-right-color: rgb(209 250 223 / 0.8);
}
.border-x-base-color-bg-success\/90 {
  border-left-color: rgb(209 250 223 / 0.9);
  border-right-color: rgb(209 250 223 / 0.9);
}
.border-x-base-color-bg-success\/95 {
  border-left-color: rgb(209 250 223 / 0.95);
  border-right-color: rgb(209 250 223 / 0.95);
}
.border-x-base-color-bg-success\/base-opacity-disabled {
  border-left-color: rgb(209 250 223 / 60%);
  border-right-color: rgb(209 250 223 / 60%);
}
.border-x-base-color-bg-success\/core-opacity-0 {
  border-left-color: rgb(209 250 223 / 0%);
  border-right-color: rgb(209 250 223 / 0%);
}
.border-x-base-color-bg-success\/core-opacity-10 {
  border-left-color: rgb(209 250 223 / 10%);
  border-right-color: rgb(209 250 223 / 10%);
}
.border-x-base-color-bg-success\/core-opacity-100 {
  border-left-color: rgb(209 250 223 / 100%);
  border-right-color: rgb(209 250 223 / 100%);
}
.border-x-base-color-bg-success\/core-opacity-20 {
  border-left-color: rgb(209 250 223 / 20%);
  border-right-color: rgb(209 250 223 / 20%);
}
.border-x-base-color-bg-success\/core-opacity-30 {
  border-left-color: rgb(209 250 223 / 30%);
  border-right-color: rgb(209 250 223 / 30%);
}
.border-x-base-color-bg-success\/core-opacity-40 {
  border-left-color: rgb(209 250 223 / 40%);
  border-right-color: rgb(209 250 223 / 40%);
}
.border-x-base-color-bg-success\/core-opacity-50 {
  border-left-color: rgb(209 250 223 / 50%);
  border-right-color: rgb(209 250 223 / 50%);
}
.border-x-base-color-bg-success\/core-opacity-60 {
  border-left-color: rgb(209 250 223 / 60%);
  border-right-color: rgb(209 250 223 / 60%);
}
.border-x-base-color-bg-success\/core-opacity-70 {
  border-left-color: rgb(209 250 223 / 70%);
  border-right-color: rgb(209 250 223 / 70%);
}
.border-x-base-color-bg-success\/core-opacity-80 {
  border-left-color: rgb(209 250 223 / 80%);
  border-right-color: rgb(209 250 223 / 80%);
}
.border-x-base-color-bg-success\/core-opacity-90 {
  border-left-color: rgb(209 250 223 / 90%);
  border-right-color: rgb(209 250 223 / 90%);
}
.border-x-base-color-bg-transparent {
  border-left-color: #00000000;
  border-right-color: #00000000;
}
.border-x-base-color-bg-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.border-x-base-color-bg-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-base-color-bg-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-base-color-bg-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-base-color-bg-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-base-color-bg-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-base-color-bg-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-base-color-bg-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-base-color-bg-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-base-color-bg-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-base-color-bg-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-base-color-bg-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-base-color-bg-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-base-color-bg-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-base-color-bg-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-base-color-bg-transparent\/base-opacity-disabled {
  border-left-color: rgb(0 0 0 / 60%);
  border-right-color: rgb(0 0 0 / 60%);
}
.border-x-base-color-bg-transparent\/core-opacity-0 {
  border-left-color: rgb(0 0 0 / 0%);
  border-right-color: rgb(0 0 0 / 0%);
}
.border-x-base-color-bg-transparent\/core-opacity-10 {
  border-left-color: rgb(0 0 0 / 10%);
  border-right-color: rgb(0 0 0 / 10%);
}
.border-x-base-color-bg-transparent\/core-opacity-100 {
  border-left-color: rgb(0 0 0 / 100%);
  border-right-color: rgb(0 0 0 / 100%);
}
.border-x-base-color-bg-transparent\/core-opacity-20 {
  border-left-color: rgb(0 0 0 / 20%);
  border-right-color: rgb(0 0 0 / 20%);
}
.border-x-base-color-bg-transparent\/core-opacity-30 {
  border-left-color: rgb(0 0 0 / 30%);
  border-right-color: rgb(0 0 0 / 30%);
}
.border-x-base-color-bg-transparent\/core-opacity-40 {
  border-left-color: rgb(0 0 0 / 40%);
  border-right-color: rgb(0 0 0 / 40%);
}
.border-x-base-color-bg-transparent\/core-opacity-50 {
  border-left-color: rgb(0 0 0 / 50%);
  border-right-color: rgb(0 0 0 / 50%);
}
.border-x-base-color-bg-transparent\/core-opacity-60 {
  border-left-color: rgb(0 0 0 / 60%);
  border-right-color: rgb(0 0 0 / 60%);
}
.border-x-base-color-bg-transparent\/core-opacity-70 {
  border-left-color: rgb(0 0 0 / 70%);
  border-right-color: rgb(0 0 0 / 70%);
}
.border-x-base-color-bg-transparent\/core-opacity-80 {
  border-left-color: rgb(0 0 0 / 80%);
  border-right-color: rgb(0 0 0 / 80%);
}
.border-x-base-color-bg-transparent\/core-opacity-90 {
  border-left-color: rgb(0 0 0 / 90%);
  border-right-color: rgb(0 0 0 / 90%);
}
.border-x-base-color-border-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(208 213 221 / var(--tw-border-opacity));
  border-right-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.border-y-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 224 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-y-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-y-base-color-bg-accent-emphasis\/0 {
  border-top-color: rgb(21 94 239 / 0);
  border-bottom-color: rgb(21 94 239 / 0);
}
.border-y-base-color-bg-accent-emphasis\/10 {
  border-top-color: rgb(21 94 239 / 0.1);
  border-bottom-color: rgb(21 94 239 / 0.1);
}
.border-y-base-color-bg-accent-emphasis\/100 {
  border-top-color: rgb(21 94 239 / 1);
  border-bottom-color: rgb(21 94 239 / 1);
}
.border-y-base-color-bg-accent-emphasis\/20 {
  border-top-color: rgb(21 94 239 / 0.2);
  border-bottom-color: rgb(21 94 239 / 0.2);
}
.border-y-base-color-bg-accent-emphasis\/25 {
  border-top-color: rgb(21 94 239 / 0.25);
  border-bottom-color: rgb(21 94 239 / 0.25);
}
.border-y-base-color-bg-accent-emphasis\/30 {
  border-top-color: rgb(21 94 239 / 0.3);
  border-bottom-color: rgb(21 94 239 / 0.3);
}
.border-y-base-color-bg-accent-emphasis\/40 {
  border-top-color: rgb(21 94 239 / 0.4);
  border-bottom-color: rgb(21 94 239 / 0.4);
}
.border-y-base-color-bg-accent-emphasis\/5 {
  border-top-color: rgb(21 94 239 / 0.05);
  border-bottom-color: rgb(21 94 239 / 0.05);
}
.border-y-base-color-bg-accent-emphasis\/50 {
  border-top-color: rgb(21 94 239 / 0.5);
  border-bottom-color: rgb(21 94 239 / 0.5);
}
.border-y-base-color-bg-accent-emphasis\/60 {
  border-top-color: rgb(21 94 239 / 0.6);
  border-bottom-color: rgb(21 94 239 / 0.6);
}
.border-y-base-color-bg-accent-emphasis\/70 {
  border-top-color: rgb(21 94 239 / 0.7);
  border-bottom-color: rgb(21 94 239 / 0.7);
}
.border-y-base-color-bg-accent-emphasis\/75 {
  border-top-color: rgb(21 94 239 / 0.75);
  border-bottom-color: rgb(21 94 239 / 0.75);
}
.border-y-base-color-bg-accent-emphasis\/80 {
  border-top-color: rgb(21 94 239 / 0.8);
  border-bottom-color: rgb(21 94 239 / 0.8);
}
.border-y-base-color-bg-accent-emphasis\/90 {
  border-top-color: rgb(21 94 239 / 0.9);
  border-bottom-color: rgb(21 94 239 / 0.9);
}
.border-y-base-color-bg-accent-emphasis\/95 {
  border-top-color: rgb(21 94 239 / 0.95);
  border-bottom-color: rgb(21 94 239 / 0.95);
}
.border-y-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-top-color: rgb(21 94 239 / 60%);
  border-bottom-color: rgb(21 94 239 / 60%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-top-color: rgb(21 94 239 / 0%);
  border-bottom-color: rgb(21 94 239 / 0%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-top-color: rgb(21 94 239 / 10%);
  border-bottom-color: rgb(21 94 239 / 10%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-top-color: rgb(21 94 239 / 100%);
  border-bottom-color: rgb(21 94 239 / 100%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-top-color: rgb(21 94 239 / 20%);
  border-bottom-color: rgb(21 94 239 / 20%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-top-color: rgb(21 94 239 / 30%);
  border-bottom-color: rgb(21 94 239 / 30%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-top-color: rgb(21 94 239 / 40%);
  border-bottom-color: rgb(21 94 239 / 40%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-top-color: rgb(21 94 239 / 50%);
  border-bottom-color: rgb(21 94 239 / 50%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-top-color: rgb(21 94 239 / 60%);
  border-bottom-color: rgb(21 94 239 / 60%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-top-color: rgb(21 94 239 / 70%);
  border-bottom-color: rgb(21 94 239 / 70%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-top-color: rgb(21 94 239 / 80%);
  border-bottom-color: rgb(21 94 239 / 80%);
}
.border-y-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-top-color: rgb(21 94 239 / 90%);
  border-bottom-color: rgb(21 94 239 / 90%);
}
.border-y-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 248 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-y-base-color-bg-accent-subtle\/0 {
  border-top-color: rgb(245 248 255 / 0);
  border-bottom-color: rgb(245 248 255 / 0);
}
.border-y-base-color-bg-accent-subtle\/10 {
  border-top-color: rgb(245 248 255 / 0.1);
  border-bottom-color: rgb(245 248 255 / 0.1);
}
.border-y-base-color-bg-accent-subtle\/100 {
  border-top-color: rgb(245 248 255 / 1);
  border-bottom-color: rgb(245 248 255 / 1);
}
.border-y-base-color-bg-accent-subtle\/20 {
  border-top-color: rgb(245 248 255 / 0.2);
  border-bottom-color: rgb(245 248 255 / 0.2);
}
.border-y-base-color-bg-accent-subtle\/25 {
  border-top-color: rgb(245 248 255 / 0.25);
  border-bottom-color: rgb(245 248 255 / 0.25);
}
.border-y-base-color-bg-accent-subtle\/30 {
  border-top-color: rgb(245 248 255 / 0.3);
  border-bottom-color: rgb(245 248 255 / 0.3);
}
.border-y-base-color-bg-accent-subtle\/40 {
  border-top-color: rgb(245 248 255 / 0.4);
  border-bottom-color: rgb(245 248 255 / 0.4);
}
.border-y-base-color-bg-accent-subtle\/5 {
  border-top-color: rgb(245 248 255 / 0.05);
  border-bottom-color: rgb(245 248 255 / 0.05);
}
.border-y-base-color-bg-accent-subtle\/50 {
  border-top-color: rgb(245 248 255 / 0.5);
  border-bottom-color: rgb(245 248 255 / 0.5);
}
.border-y-base-color-bg-accent-subtle\/60 {
  border-top-color: rgb(245 248 255 / 0.6);
  border-bottom-color: rgb(245 248 255 / 0.6);
}
.border-y-base-color-bg-accent-subtle\/70 {
  border-top-color: rgb(245 248 255 / 0.7);
  border-bottom-color: rgb(245 248 255 / 0.7);
}
.border-y-base-color-bg-accent-subtle\/75 {
  border-top-color: rgb(245 248 255 / 0.75);
  border-bottom-color: rgb(245 248 255 / 0.75);
}
.border-y-base-color-bg-accent-subtle\/80 {
  border-top-color: rgb(245 248 255 / 0.8);
  border-bottom-color: rgb(245 248 255 / 0.8);
}
.border-y-base-color-bg-accent-subtle\/90 {
  border-top-color: rgb(245 248 255 / 0.9);
  border-bottom-color: rgb(245 248 255 / 0.9);
}
.border-y-base-color-bg-accent-subtle\/95 {
  border-top-color: rgb(245 248 255 / 0.95);
  border-bottom-color: rgb(245 248 255 / 0.95);
}
.border-y-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-top-color: rgb(245 248 255 / 60%);
  border-bottom-color: rgb(245 248 255 / 60%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-0 {
  border-top-color: rgb(245 248 255 / 0%);
  border-bottom-color: rgb(245 248 255 / 0%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-10 {
  border-top-color: rgb(245 248 255 / 10%);
  border-bottom-color: rgb(245 248 255 / 10%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-100 {
  border-top-color: rgb(245 248 255 / 100%);
  border-bottom-color: rgb(245 248 255 / 100%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-20 {
  border-top-color: rgb(245 248 255 / 20%);
  border-bottom-color: rgb(245 248 255 / 20%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-30 {
  border-top-color: rgb(245 248 255 / 30%);
  border-bottom-color: rgb(245 248 255 / 30%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-40 {
  border-top-color: rgb(245 248 255 / 40%);
  border-bottom-color: rgb(245 248 255 / 40%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-50 {
  border-top-color: rgb(245 248 255 / 50%);
  border-bottom-color: rgb(245 248 255 / 50%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-60 {
  border-top-color: rgb(245 248 255 / 60%);
  border-bottom-color: rgb(245 248 255 / 60%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-70 {
  border-top-color: rgb(245 248 255 / 70%);
  border-bottom-color: rgb(245 248 255 / 70%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-80 {
  border-top-color: rgb(245 248 255 / 80%);
  border-bottom-color: rgb(245 248 255 / 80%);
}
.border-y-base-color-bg-accent-subtle\/core-opacity-90 {
  border-top-color: rgb(245 248 255 / 90%);
  border-bottom-color: rgb(245 248 255 / 90%);
}
.border-y-base-color-bg-accent\/0 {
  border-top-color: rgb(209 224 255 / 0);
  border-bottom-color: rgb(209 224 255 / 0);
}
.border-y-base-color-bg-accent\/10 {
  border-top-color: rgb(209 224 255 / 0.1);
  border-bottom-color: rgb(209 224 255 / 0.1);
}
.border-y-base-color-bg-accent\/100 {
  border-top-color: rgb(209 224 255 / 1);
  border-bottom-color: rgb(209 224 255 / 1);
}
.border-y-base-color-bg-accent\/20 {
  border-top-color: rgb(209 224 255 / 0.2);
  border-bottom-color: rgb(209 224 255 / 0.2);
}
.border-y-base-color-bg-accent\/25 {
  border-top-color: rgb(209 224 255 / 0.25);
  border-bottom-color: rgb(209 224 255 / 0.25);
}
.border-y-base-color-bg-accent\/30 {
  border-top-color: rgb(209 224 255 / 0.3);
  border-bottom-color: rgb(209 224 255 / 0.3);
}
.border-y-base-color-bg-accent\/40 {
  border-top-color: rgb(209 224 255 / 0.4);
  border-bottom-color: rgb(209 224 255 / 0.4);
}
.border-y-base-color-bg-accent\/5 {
  border-top-color: rgb(209 224 255 / 0.05);
  border-bottom-color: rgb(209 224 255 / 0.05);
}
.border-y-base-color-bg-accent\/50 {
  border-top-color: rgb(209 224 255 / 0.5);
  border-bottom-color: rgb(209 224 255 / 0.5);
}
.border-y-base-color-bg-accent\/60 {
  border-top-color: rgb(209 224 255 / 0.6);
  border-bottom-color: rgb(209 224 255 / 0.6);
}
.border-y-base-color-bg-accent\/70 {
  border-top-color: rgb(209 224 255 / 0.7);
  border-bottom-color: rgb(209 224 255 / 0.7);
}
.border-y-base-color-bg-accent\/75 {
  border-top-color: rgb(209 224 255 / 0.75);
  border-bottom-color: rgb(209 224 255 / 0.75);
}
.border-y-base-color-bg-accent\/80 {
  border-top-color: rgb(209 224 255 / 0.8);
  border-bottom-color: rgb(209 224 255 / 0.8);
}
.border-y-base-color-bg-accent\/90 {
  border-top-color: rgb(209 224 255 / 0.9);
  border-bottom-color: rgb(209 224 255 / 0.9);
}
.border-y-base-color-bg-accent\/95 {
  border-top-color: rgb(209 224 255 / 0.95);
  border-bottom-color: rgb(209 224 255 / 0.95);
}
.border-y-base-color-bg-accent\/base-opacity-disabled {
  border-top-color: rgb(209 224 255 / 60%);
  border-bottom-color: rgb(209 224 255 / 60%);
}
.border-y-base-color-bg-accent\/core-opacity-0 {
  border-top-color: rgb(209 224 255 / 0%);
  border-bottom-color: rgb(209 224 255 / 0%);
}
.border-y-base-color-bg-accent\/core-opacity-10 {
  border-top-color: rgb(209 224 255 / 10%);
  border-bottom-color: rgb(209 224 255 / 10%);
}
.border-y-base-color-bg-accent\/core-opacity-100 {
  border-top-color: rgb(209 224 255 / 100%);
  border-bottom-color: rgb(209 224 255 / 100%);
}
.border-y-base-color-bg-accent\/core-opacity-20 {
  border-top-color: rgb(209 224 255 / 20%);
  border-bottom-color: rgb(209 224 255 / 20%);
}
.border-y-base-color-bg-accent\/core-opacity-30 {
  border-top-color: rgb(209 224 255 / 30%);
  border-bottom-color: rgb(209 224 255 / 30%);
}
.border-y-base-color-bg-accent\/core-opacity-40 {
  border-top-color: rgb(209 224 255 / 40%);
  border-bottom-color: rgb(209 224 255 / 40%);
}
.border-y-base-color-bg-accent\/core-opacity-50 {
  border-top-color: rgb(209 224 255 / 50%);
  border-bottom-color: rgb(209 224 255 / 50%);
}
.border-y-base-color-bg-accent\/core-opacity-60 {
  border-top-color: rgb(209 224 255 / 60%);
  border-bottom-color: rgb(209 224 255 / 60%);
}
.border-y-base-color-bg-accent\/core-opacity-70 {
  border-top-color: rgb(209 224 255 / 70%);
  border-bottom-color: rgb(209 224 255 / 70%);
}
.border-y-base-color-bg-accent\/core-opacity-80 {
  border-top-color: rgb(209 224 255 / 80%);
  border-bottom-color: rgb(209 224 255 / 80%);
}
.border-y-base-color-bg-accent\/core-opacity-90 {
  border-top-color: rgb(209 224 255 / 90%);
  border-bottom-color: rgb(209 224 255 / 90%);
}
.border-y-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 200 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-y-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 105 3 / var(--tw-border-opacity));
  border-bottom-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-y-base-color-bg-attention-emphasis\/0 {
  border-top-color: rgb(221 105 3 / 0);
  border-bottom-color: rgb(221 105 3 / 0);
}
.border-y-base-color-bg-attention-emphasis\/10 {
  border-top-color: rgb(221 105 3 / 0.1);
  border-bottom-color: rgb(221 105 3 / 0.1);
}
.border-y-base-color-bg-attention-emphasis\/100 {
  border-top-color: rgb(221 105 3 / 1);
  border-bottom-color: rgb(221 105 3 / 1);
}
.border-y-base-color-bg-attention-emphasis\/20 {
  border-top-color: rgb(221 105 3 / 0.2);
  border-bottom-color: rgb(221 105 3 / 0.2);
}
.border-y-base-color-bg-attention-emphasis\/25 {
  border-top-color: rgb(221 105 3 / 0.25);
  border-bottom-color: rgb(221 105 3 / 0.25);
}
.border-y-base-color-bg-attention-emphasis\/30 {
  border-top-color: rgb(221 105 3 / 0.3);
  border-bottom-color: rgb(221 105 3 / 0.3);
}
.border-y-base-color-bg-attention-emphasis\/40 {
  border-top-color: rgb(221 105 3 / 0.4);
  border-bottom-color: rgb(221 105 3 / 0.4);
}
.border-y-base-color-bg-attention-emphasis\/5 {
  border-top-color: rgb(221 105 3 / 0.05);
  border-bottom-color: rgb(221 105 3 / 0.05);
}
.border-y-base-color-bg-attention-emphasis\/50 {
  border-top-color: rgb(221 105 3 / 0.5);
  border-bottom-color: rgb(221 105 3 / 0.5);
}
.border-y-base-color-bg-attention-emphasis\/60 {
  border-top-color: rgb(221 105 3 / 0.6);
  border-bottom-color: rgb(221 105 3 / 0.6);
}
.border-y-base-color-bg-attention-emphasis\/70 {
  border-top-color: rgb(221 105 3 / 0.7);
  border-bottom-color: rgb(221 105 3 / 0.7);
}
.border-y-base-color-bg-attention-emphasis\/75 {
  border-top-color: rgb(221 105 3 / 0.75);
  border-bottom-color: rgb(221 105 3 / 0.75);
}
.border-y-base-color-bg-attention-emphasis\/80 {
  border-top-color: rgb(221 105 3 / 0.8);
  border-bottom-color: rgb(221 105 3 / 0.8);
}
.border-y-base-color-bg-attention-emphasis\/90 {
  border-top-color: rgb(221 105 3 / 0.9);
  border-bottom-color: rgb(221 105 3 / 0.9);
}
.border-y-base-color-bg-attention-emphasis\/95 {
  border-top-color: rgb(221 105 3 / 0.95);
  border-bottom-color: rgb(221 105 3 / 0.95);
}
.border-y-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-top-color: rgb(221 105 3 / 60%);
  border-bottom-color: rgb(221 105 3 / 60%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-top-color: rgb(221 105 3 / 0%);
  border-bottom-color: rgb(221 105 3 / 0%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-top-color: rgb(221 105 3 / 10%);
  border-bottom-color: rgb(221 105 3 / 10%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-top-color: rgb(221 105 3 / 100%);
  border-bottom-color: rgb(221 105 3 / 100%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-top-color: rgb(221 105 3 / 20%);
  border-bottom-color: rgb(221 105 3 / 20%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-top-color: rgb(221 105 3 / 30%);
  border-bottom-color: rgb(221 105 3 / 30%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-top-color: rgb(221 105 3 / 40%);
  border-bottom-color: rgb(221 105 3 / 40%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-top-color: rgb(221 105 3 / 50%);
  border-bottom-color: rgb(221 105 3 / 50%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-top-color: rgb(221 105 3 / 60%);
  border-bottom-color: rgb(221 105 3 / 60%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-top-color: rgb(221 105 3 / 70%);
  border-bottom-color: rgb(221 105 3 / 70%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-top-color: rgb(221 105 3 / 80%);
  border-bottom-color: rgb(221 105 3 / 80%);
}
.border-y-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-top-color: rgb(221 105 3 / 90%);
  border-bottom-color: rgb(221 105 3 / 90%);
}
.border-y-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-y-base-color-bg-attention-subtle\/0 {
  border-top-color: rgb(255 252 245 / 0);
  border-bottom-color: rgb(255 252 245 / 0);
}
.border-y-base-color-bg-attention-subtle\/10 {
  border-top-color: rgb(255 252 245 / 0.1);
  border-bottom-color: rgb(255 252 245 / 0.1);
}
.border-y-base-color-bg-attention-subtle\/100 {
  border-top-color: rgb(255 252 245 / 1);
  border-bottom-color: rgb(255 252 245 / 1);
}
.border-y-base-color-bg-attention-subtle\/20 {
  border-top-color: rgb(255 252 245 / 0.2);
  border-bottom-color: rgb(255 252 245 / 0.2);
}
.border-y-base-color-bg-attention-subtle\/25 {
  border-top-color: rgb(255 252 245 / 0.25);
  border-bottom-color: rgb(255 252 245 / 0.25);
}
.border-y-base-color-bg-attention-subtle\/30 {
  border-top-color: rgb(255 252 245 / 0.3);
  border-bottom-color: rgb(255 252 245 / 0.3);
}
.border-y-base-color-bg-attention-subtle\/40 {
  border-top-color: rgb(255 252 245 / 0.4);
  border-bottom-color: rgb(255 252 245 / 0.4);
}
.border-y-base-color-bg-attention-subtle\/5 {
  border-top-color: rgb(255 252 245 / 0.05);
  border-bottom-color: rgb(255 252 245 / 0.05);
}
.border-y-base-color-bg-attention-subtle\/50 {
  border-top-color: rgb(255 252 245 / 0.5);
  border-bottom-color: rgb(255 252 245 / 0.5);
}
.border-y-base-color-bg-attention-subtle\/60 {
  border-top-color: rgb(255 252 245 / 0.6);
  border-bottom-color: rgb(255 252 245 / 0.6);
}
.border-y-base-color-bg-attention-subtle\/70 {
  border-top-color: rgb(255 252 245 / 0.7);
  border-bottom-color: rgb(255 252 245 / 0.7);
}
.border-y-base-color-bg-attention-subtle\/75 {
  border-top-color: rgb(255 252 245 / 0.75);
  border-bottom-color: rgb(255 252 245 / 0.75);
}
.border-y-base-color-bg-attention-subtle\/80 {
  border-top-color: rgb(255 252 245 / 0.8);
  border-bottom-color: rgb(255 252 245 / 0.8);
}
.border-y-base-color-bg-attention-subtle\/90 {
  border-top-color: rgb(255 252 245 / 0.9);
  border-bottom-color: rgb(255 252 245 / 0.9);
}
.border-y-base-color-bg-attention-subtle\/95 {
  border-top-color: rgb(255 252 245 / 0.95);
  border-bottom-color: rgb(255 252 245 / 0.95);
}
.border-y-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-top-color: rgb(255 252 245 / 60%);
  border-bottom-color: rgb(255 252 245 / 60%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-0 {
  border-top-color: rgb(255 252 245 / 0%);
  border-bottom-color: rgb(255 252 245 / 0%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-10 {
  border-top-color: rgb(255 252 245 / 10%);
  border-bottom-color: rgb(255 252 245 / 10%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-100 {
  border-top-color: rgb(255 252 245 / 100%);
  border-bottom-color: rgb(255 252 245 / 100%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-20 {
  border-top-color: rgb(255 252 245 / 20%);
  border-bottom-color: rgb(255 252 245 / 20%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-30 {
  border-top-color: rgb(255 252 245 / 30%);
  border-bottom-color: rgb(255 252 245 / 30%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-40 {
  border-top-color: rgb(255 252 245 / 40%);
  border-bottom-color: rgb(255 252 245 / 40%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-50 {
  border-top-color: rgb(255 252 245 / 50%);
  border-bottom-color: rgb(255 252 245 / 50%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-60 {
  border-top-color: rgb(255 252 245 / 60%);
  border-bottom-color: rgb(255 252 245 / 60%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-70 {
  border-top-color: rgb(255 252 245 / 70%);
  border-bottom-color: rgb(255 252 245 / 70%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-80 {
  border-top-color: rgb(255 252 245 / 80%);
  border-bottom-color: rgb(255 252 245 / 80%);
}
.border-y-base-color-bg-attention-subtle\/core-opacity-90 {
  border-top-color: rgb(255 252 245 / 90%);
  border-bottom-color: rgb(255 252 245 / 90%);
}
.border-y-base-color-bg-attention\/0 {
  border-top-color: rgb(254 240 200 / 0);
  border-bottom-color: rgb(254 240 200 / 0);
}
.border-y-base-color-bg-attention\/10 {
  border-top-color: rgb(254 240 200 / 0.1);
  border-bottom-color: rgb(254 240 200 / 0.1);
}
.border-y-base-color-bg-attention\/100 {
  border-top-color: rgb(254 240 200 / 1);
  border-bottom-color: rgb(254 240 200 / 1);
}
.border-y-base-color-bg-attention\/20 {
  border-top-color: rgb(254 240 200 / 0.2);
  border-bottom-color: rgb(254 240 200 / 0.2);
}
.border-y-base-color-bg-attention\/25 {
  border-top-color: rgb(254 240 200 / 0.25);
  border-bottom-color: rgb(254 240 200 / 0.25);
}
.border-y-base-color-bg-attention\/30 {
  border-top-color: rgb(254 240 200 / 0.3);
  border-bottom-color: rgb(254 240 200 / 0.3);
}
.border-y-base-color-bg-attention\/40 {
  border-top-color: rgb(254 240 200 / 0.4);
  border-bottom-color: rgb(254 240 200 / 0.4);
}
.border-y-base-color-bg-attention\/5 {
  border-top-color: rgb(254 240 200 / 0.05);
  border-bottom-color: rgb(254 240 200 / 0.05);
}
.border-y-base-color-bg-attention\/50 {
  border-top-color: rgb(254 240 200 / 0.5);
  border-bottom-color: rgb(254 240 200 / 0.5);
}
.border-y-base-color-bg-attention\/60 {
  border-top-color: rgb(254 240 200 / 0.6);
  border-bottom-color: rgb(254 240 200 / 0.6);
}
.border-y-base-color-bg-attention\/70 {
  border-top-color: rgb(254 240 200 / 0.7);
  border-bottom-color: rgb(254 240 200 / 0.7);
}
.border-y-base-color-bg-attention\/75 {
  border-top-color: rgb(254 240 200 / 0.75);
  border-bottom-color: rgb(254 240 200 / 0.75);
}
.border-y-base-color-bg-attention\/80 {
  border-top-color: rgb(254 240 200 / 0.8);
  border-bottom-color: rgb(254 240 200 / 0.8);
}
.border-y-base-color-bg-attention\/90 {
  border-top-color: rgb(254 240 200 / 0.9);
  border-bottom-color: rgb(254 240 200 / 0.9);
}
.border-y-base-color-bg-attention\/95 {
  border-top-color: rgb(254 240 200 / 0.95);
  border-bottom-color: rgb(254 240 200 / 0.95);
}
.border-y-base-color-bg-attention\/base-opacity-disabled {
  border-top-color: rgb(254 240 200 / 60%);
  border-bottom-color: rgb(254 240 200 / 60%);
}
.border-y-base-color-bg-attention\/core-opacity-0 {
  border-top-color: rgb(254 240 200 / 0%);
  border-bottom-color: rgb(254 240 200 / 0%);
}
.border-y-base-color-bg-attention\/core-opacity-10 {
  border-top-color: rgb(254 240 200 / 10%);
  border-bottom-color: rgb(254 240 200 / 10%);
}
.border-y-base-color-bg-attention\/core-opacity-100 {
  border-top-color: rgb(254 240 200 / 100%);
  border-bottom-color: rgb(254 240 200 / 100%);
}
.border-y-base-color-bg-attention\/core-opacity-20 {
  border-top-color: rgb(254 240 200 / 20%);
  border-bottom-color: rgb(254 240 200 / 20%);
}
.border-y-base-color-bg-attention\/core-opacity-30 {
  border-top-color: rgb(254 240 200 / 30%);
  border-bottom-color: rgb(254 240 200 / 30%);
}
.border-y-base-color-bg-attention\/core-opacity-40 {
  border-top-color: rgb(254 240 200 / 40%);
  border-bottom-color: rgb(254 240 200 / 40%);
}
.border-y-base-color-bg-attention\/core-opacity-50 {
  border-top-color: rgb(254 240 200 / 50%);
  border-bottom-color: rgb(254 240 200 / 50%);
}
.border-y-base-color-bg-attention\/core-opacity-60 {
  border-top-color: rgb(254 240 200 / 60%);
  border-bottom-color: rgb(254 240 200 / 60%);
}
.border-y-base-color-bg-attention\/core-opacity-70 {
  border-top-color: rgb(254 240 200 / 70%);
  border-bottom-color: rgb(254 240 200 / 70%);
}
.border-y-base-color-bg-attention\/core-opacity-80 {
  border-top-color: rgb(254 240 200 / 80%);
  border-bottom-color: rgb(254 240 200 / 80%);
}
.border-y-base-color-bg-attention\/core-opacity-90 {
  border-top-color: rgb(254 240 200 / 90%);
  border-bottom-color: rgb(254 240 200 / 90%);
}
.border-y-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 214 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-y-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(93 91 215 / var(--tw-border-opacity));
  border-bottom-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-y-base-color-bg-brand-emphasis\/0 {
  border-top-color: rgb(93 91 215 / 0);
  border-bottom-color: rgb(93 91 215 / 0);
}
.border-y-base-color-bg-brand-emphasis\/10 {
  border-top-color: rgb(93 91 215 / 0.1);
  border-bottom-color: rgb(93 91 215 / 0.1);
}
.border-y-base-color-bg-brand-emphasis\/100 {
  border-top-color: rgb(93 91 215 / 1);
  border-bottom-color: rgb(93 91 215 / 1);
}
.border-y-base-color-bg-brand-emphasis\/20 {
  border-top-color: rgb(93 91 215 / 0.2);
  border-bottom-color: rgb(93 91 215 / 0.2);
}
.border-y-base-color-bg-brand-emphasis\/25 {
  border-top-color: rgb(93 91 215 / 0.25);
  border-bottom-color: rgb(93 91 215 / 0.25);
}
.border-y-base-color-bg-brand-emphasis\/30 {
  border-top-color: rgb(93 91 215 / 0.3);
  border-bottom-color: rgb(93 91 215 / 0.3);
}
.border-y-base-color-bg-brand-emphasis\/40 {
  border-top-color: rgb(93 91 215 / 0.4);
  border-bottom-color: rgb(93 91 215 / 0.4);
}
.border-y-base-color-bg-brand-emphasis\/5 {
  border-top-color: rgb(93 91 215 / 0.05);
  border-bottom-color: rgb(93 91 215 / 0.05);
}
.border-y-base-color-bg-brand-emphasis\/50 {
  border-top-color: rgb(93 91 215 / 0.5);
  border-bottom-color: rgb(93 91 215 / 0.5);
}
.border-y-base-color-bg-brand-emphasis\/60 {
  border-top-color: rgb(93 91 215 / 0.6);
  border-bottom-color: rgb(93 91 215 / 0.6);
}
.border-y-base-color-bg-brand-emphasis\/70 {
  border-top-color: rgb(93 91 215 / 0.7);
  border-bottom-color: rgb(93 91 215 / 0.7);
}
.border-y-base-color-bg-brand-emphasis\/75 {
  border-top-color: rgb(93 91 215 / 0.75);
  border-bottom-color: rgb(93 91 215 / 0.75);
}
.border-y-base-color-bg-brand-emphasis\/80 {
  border-top-color: rgb(93 91 215 / 0.8);
  border-bottom-color: rgb(93 91 215 / 0.8);
}
.border-y-base-color-bg-brand-emphasis\/90 {
  border-top-color: rgb(93 91 215 / 0.9);
  border-bottom-color: rgb(93 91 215 / 0.9);
}
.border-y-base-color-bg-brand-emphasis\/95 {
  border-top-color: rgb(93 91 215 / 0.95);
  border-bottom-color: rgb(93 91 215 / 0.95);
}
.border-y-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-top-color: rgb(93 91 215 / 60%);
  border-bottom-color: rgb(93 91 215 / 60%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-top-color: rgb(93 91 215 / 0%);
  border-bottom-color: rgb(93 91 215 / 0%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-top-color: rgb(93 91 215 / 10%);
  border-bottom-color: rgb(93 91 215 / 10%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-top-color: rgb(93 91 215 / 100%);
  border-bottom-color: rgb(93 91 215 / 100%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-top-color: rgb(93 91 215 / 20%);
  border-bottom-color: rgb(93 91 215 / 20%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-top-color: rgb(93 91 215 / 30%);
  border-bottom-color: rgb(93 91 215 / 30%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-top-color: rgb(93 91 215 / 40%);
  border-bottom-color: rgb(93 91 215 / 40%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-top-color: rgb(93 91 215 / 50%);
  border-bottom-color: rgb(93 91 215 / 50%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-top-color: rgb(93 91 215 / 60%);
  border-bottom-color: rgb(93 91 215 / 60%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-top-color: rgb(93 91 215 / 70%);
  border-bottom-color: rgb(93 91 215 / 70%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-top-color: rgb(93 91 215 / 80%);
  border-bottom-color: rgb(93 91 215 / 80%);
}
.border-y-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-top-color: rgb(93 91 215 / 90%);
  border-bottom-color: rgb(93 91 215 / 90%);
}
.border-y-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 253 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-y-base-color-bg-brand-subtle\/0 {
  border-top-color: rgb(242 244 253 / 0);
  border-bottom-color: rgb(242 244 253 / 0);
}
.border-y-base-color-bg-brand-subtle\/10 {
  border-top-color: rgb(242 244 253 / 0.1);
  border-bottom-color: rgb(242 244 253 / 0.1);
}
.border-y-base-color-bg-brand-subtle\/100 {
  border-top-color: rgb(242 244 253 / 1);
  border-bottom-color: rgb(242 244 253 / 1);
}
.border-y-base-color-bg-brand-subtle\/20 {
  border-top-color: rgb(242 244 253 / 0.2);
  border-bottom-color: rgb(242 244 253 / 0.2);
}
.border-y-base-color-bg-brand-subtle\/25 {
  border-top-color: rgb(242 244 253 / 0.25);
  border-bottom-color: rgb(242 244 253 / 0.25);
}
.border-y-base-color-bg-brand-subtle\/30 {
  border-top-color: rgb(242 244 253 / 0.3);
  border-bottom-color: rgb(242 244 253 / 0.3);
}
.border-y-base-color-bg-brand-subtle\/40 {
  border-top-color: rgb(242 244 253 / 0.4);
  border-bottom-color: rgb(242 244 253 / 0.4);
}
.border-y-base-color-bg-brand-subtle\/5 {
  border-top-color: rgb(242 244 253 / 0.05);
  border-bottom-color: rgb(242 244 253 / 0.05);
}
.border-y-base-color-bg-brand-subtle\/50 {
  border-top-color: rgb(242 244 253 / 0.5);
  border-bottom-color: rgb(242 244 253 / 0.5);
}
.border-y-base-color-bg-brand-subtle\/60 {
  border-top-color: rgb(242 244 253 / 0.6);
  border-bottom-color: rgb(242 244 253 / 0.6);
}
.border-y-base-color-bg-brand-subtle\/70 {
  border-top-color: rgb(242 244 253 / 0.7);
  border-bottom-color: rgb(242 244 253 / 0.7);
}
.border-y-base-color-bg-brand-subtle\/75 {
  border-top-color: rgb(242 244 253 / 0.75);
  border-bottom-color: rgb(242 244 253 / 0.75);
}
.border-y-base-color-bg-brand-subtle\/80 {
  border-top-color: rgb(242 244 253 / 0.8);
  border-bottom-color: rgb(242 244 253 / 0.8);
}
.border-y-base-color-bg-brand-subtle\/90 {
  border-top-color: rgb(242 244 253 / 0.9);
  border-bottom-color: rgb(242 244 253 / 0.9);
}
.border-y-base-color-bg-brand-subtle\/95 {
  border-top-color: rgb(242 244 253 / 0.95);
  border-bottom-color: rgb(242 244 253 / 0.95);
}
.border-y-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-top-color: rgb(242 244 253 / 60%);
  border-bottom-color: rgb(242 244 253 / 60%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-0 {
  border-top-color: rgb(242 244 253 / 0%);
  border-bottom-color: rgb(242 244 253 / 0%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-10 {
  border-top-color: rgb(242 244 253 / 10%);
  border-bottom-color: rgb(242 244 253 / 10%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-100 {
  border-top-color: rgb(242 244 253 / 100%);
  border-bottom-color: rgb(242 244 253 / 100%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-20 {
  border-top-color: rgb(242 244 253 / 20%);
  border-bottom-color: rgb(242 244 253 / 20%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-30 {
  border-top-color: rgb(242 244 253 / 30%);
  border-bottom-color: rgb(242 244 253 / 30%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-40 {
  border-top-color: rgb(242 244 253 / 40%);
  border-bottom-color: rgb(242 244 253 / 40%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-50 {
  border-top-color: rgb(242 244 253 / 50%);
  border-bottom-color: rgb(242 244 253 / 50%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-60 {
  border-top-color: rgb(242 244 253 / 60%);
  border-bottom-color: rgb(242 244 253 / 60%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-70 {
  border-top-color: rgb(242 244 253 / 70%);
  border-bottom-color: rgb(242 244 253 / 70%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-80 {
  border-top-color: rgb(242 244 253 / 80%);
  border-bottom-color: rgb(242 244 253 / 80%);
}
.border-y-base-color-bg-brand-subtle\/core-opacity-90 {
  border-top-color: rgb(242 244 253 / 90%);
  border-bottom-color: rgb(242 244 253 / 90%);
}
.border-y-base-color-bg-brand\/0 {
  border-top-color: rgb(205 214 249 / 0);
  border-bottom-color: rgb(205 214 249 / 0);
}
.border-y-base-color-bg-brand\/10 {
  border-top-color: rgb(205 214 249 / 0.1);
  border-bottom-color: rgb(205 214 249 / 0.1);
}
.border-y-base-color-bg-brand\/100 {
  border-top-color: rgb(205 214 249 / 1);
  border-bottom-color: rgb(205 214 249 / 1);
}
.border-y-base-color-bg-brand\/20 {
  border-top-color: rgb(205 214 249 / 0.2);
  border-bottom-color: rgb(205 214 249 / 0.2);
}
.border-y-base-color-bg-brand\/25 {
  border-top-color: rgb(205 214 249 / 0.25);
  border-bottom-color: rgb(205 214 249 / 0.25);
}
.border-y-base-color-bg-brand\/30 {
  border-top-color: rgb(205 214 249 / 0.3);
  border-bottom-color: rgb(205 214 249 / 0.3);
}
.border-y-base-color-bg-brand\/40 {
  border-top-color: rgb(205 214 249 / 0.4);
  border-bottom-color: rgb(205 214 249 / 0.4);
}
.border-y-base-color-bg-brand\/5 {
  border-top-color: rgb(205 214 249 / 0.05);
  border-bottom-color: rgb(205 214 249 / 0.05);
}
.border-y-base-color-bg-brand\/50 {
  border-top-color: rgb(205 214 249 / 0.5);
  border-bottom-color: rgb(205 214 249 / 0.5);
}
.border-y-base-color-bg-brand\/60 {
  border-top-color: rgb(205 214 249 / 0.6);
  border-bottom-color: rgb(205 214 249 / 0.6);
}
.border-y-base-color-bg-brand\/70 {
  border-top-color: rgb(205 214 249 / 0.7);
  border-bottom-color: rgb(205 214 249 / 0.7);
}
.border-y-base-color-bg-brand\/75 {
  border-top-color: rgb(205 214 249 / 0.75);
  border-bottom-color: rgb(205 214 249 / 0.75);
}
.border-y-base-color-bg-brand\/80 {
  border-top-color: rgb(205 214 249 / 0.8);
  border-bottom-color: rgb(205 214 249 / 0.8);
}
.border-y-base-color-bg-brand\/90 {
  border-top-color: rgb(205 214 249 / 0.9);
  border-bottom-color: rgb(205 214 249 / 0.9);
}
.border-y-base-color-bg-brand\/95 {
  border-top-color: rgb(205 214 249 / 0.95);
  border-bottom-color: rgb(205 214 249 / 0.95);
}
.border-y-base-color-bg-brand\/base-opacity-disabled {
  border-top-color: rgb(205 214 249 / 60%);
  border-bottom-color: rgb(205 214 249 / 60%);
}
.border-y-base-color-bg-brand\/core-opacity-0 {
  border-top-color: rgb(205 214 249 / 0%);
  border-bottom-color: rgb(205 214 249 / 0%);
}
.border-y-base-color-bg-brand\/core-opacity-10 {
  border-top-color: rgb(205 214 249 / 10%);
  border-bottom-color: rgb(205 214 249 / 10%);
}
.border-y-base-color-bg-brand\/core-opacity-100 {
  border-top-color: rgb(205 214 249 / 100%);
  border-bottom-color: rgb(205 214 249 / 100%);
}
.border-y-base-color-bg-brand\/core-opacity-20 {
  border-top-color: rgb(205 214 249 / 20%);
  border-bottom-color: rgb(205 214 249 / 20%);
}
.border-y-base-color-bg-brand\/core-opacity-30 {
  border-top-color: rgb(205 214 249 / 30%);
  border-bottom-color: rgb(205 214 249 / 30%);
}
.border-y-base-color-bg-brand\/core-opacity-40 {
  border-top-color: rgb(205 214 249 / 40%);
  border-bottom-color: rgb(205 214 249 / 40%);
}
.border-y-base-color-bg-brand\/core-opacity-50 {
  border-top-color: rgb(205 214 249 / 50%);
  border-bottom-color: rgb(205 214 249 / 50%);
}
.border-y-base-color-bg-brand\/core-opacity-60 {
  border-top-color: rgb(205 214 249 / 60%);
  border-bottom-color: rgb(205 214 249 / 60%);
}
.border-y-base-color-bg-brand\/core-opacity-70 {
  border-top-color: rgb(205 214 249 / 70%);
  border-bottom-color: rgb(205 214 249 / 70%);
}
.border-y-base-color-bg-brand\/core-opacity-80 {
  border-top-color: rgb(205 214 249 / 80%);
  border-bottom-color: rgb(205 214 249 / 80%);
}
.border-y-base-color-bg-brand\/core-opacity-90 {
  border-top-color: rgb(205 214 249 / 90%);
  border-bottom-color: rgb(205 214 249 / 90%);
}
.border-y-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 227 225 / var(--tw-border-opacity));
  border-bottom-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-y-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 68 56 / var(--tw-border-opacity));
  border-bottom-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-y-base-color-bg-danger-emphasis\/0 {
  border-top-color: rgb(240 68 56 / 0);
  border-bottom-color: rgb(240 68 56 / 0);
}
.border-y-base-color-bg-danger-emphasis\/10 {
  border-top-color: rgb(240 68 56 / 0.1);
  border-bottom-color: rgb(240 68 56 / 0.1);
}
.border-y-base-color-bg-danger-emphasis\/100 {
  border-top-color: rgb(240 68 56 / 1);
  border-bottom-color: rgb(240 68 56 / 1);
}
.border-y-base-color-bg-danger-emphasis\/20 {
  border-top-color: rgb(240 68 56 / 0.2);
  border-bottom-color: rgb(240 68 56 / 0.2);
}
.border-y-base-color-bg-danger-emphasis\/25 {
  border-top-color: rgb(240 68 56 / 0.25);
  border-bottom-color: rgb(240 68 56 / 0.25);
}
.border-y-base-color-bg-danger-emphasis\/30 {
  border-top-color: rgb(240 68 56 / 0.3);
  border-bottom-color: rgb(240 68 56 / 0.3);
}
.border-y-base-color-bg-danger-emphasis\/40 {
  border-top-color: rgb(240 68 56 / 0.4);
  border-bottom-color: rgb(240 68 56 / 0.4);
}
.border-y-base-color-bg-danger-emphasis\/5 {
  border-top-color: rgb(240 68 56 / 0.05);
  border-bottom-color: rgb(240 68 56 / 0.05);
}
.border-y-base-color-bg-danger-emphasis\/50 {
  border-top-color: rgb(240 68 56 / 0.5);
  border-bottom-color: rgb(240 68 56 / 0.5);
}
.border-y-base-color-bg-danger-emphasis\/60 {
  border-top-color: rgb(240 68 56 / 0.6);
  border-bottom-color: rgb(240 68 56 / 0.6);
}
.border-y-base-color-bg-danger-emphasis\/70 {
  border-top-color: rgb(240 68 56 / 0.7);
  border-bottom-color: rgb(240 68 56 / 0.7);
}
.border-y-base-color-bg-danger-emphasis\/75 {
  border-top-color: rgb(240 68 56 / 0.75);
  border-bottom-color: rgb(240 68 56 / 0.75);
}
.border-y-base-color-bg-danger-emphasis\/80 {
  border-top-color: rgb(240 68 56 / 0.8);
  border-bottom-color: rgb(240 68 56 / 0.8);
}
.border-y-base-color-bg-danger-emphasis\/90 {
  border-top-color: rgb(240 68 56 / 0.9);
  border-bottom-color: rgb(240 68 56 / 0.9);
}
.border-y-base-color-bg-danger-emphasis\/95 {
  border-top-color: rgb(240 68 56 / 0.95);
  border-bottom-color: rgb(240 68 56 / 0.95);
}
.border-y-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-top-color: rgb(240 68 56 / 60%);
  border-bottom-color: rgb(240 68 56 / 60%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-top-color: rgb(240 68 56 / 0%);
  border-bottom-color: rgb(240 68 56 / 0%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-top-color: rgb(240 68 56 / 10%);
  border-bottom-color: rgb(240 68 56 / 10%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-top-color: rgb(240 68 56 / 100%);
  border-bottom-color: rgb(240 68 56 / 100%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-top-color: rgb(240 68 56 / 20%);
  border-bottom-color: rgb(240 68 56 / 20%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-top-color: rgb(240 68 56 / 30%);
  border-bottom-color: rgb(240 68 56 / 30%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-top-color: rgb(240 68 56 / 40%);
  border-bottom-color: rgb(240 68 56 / 40%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-top-color: rgb(240 68 56 / 50%);
  border-bottom-color: rgb(240 68 56 / 50%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-top-color: rgb(240 68 56 / 60%);
  border-bottom-color: rgb(240 68 56 / 60%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-top-color: rgb(240 68 56 / 70%);
  border-bottom-color: rgb(240 68 56 / 70%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-top-color: rgb(240 68 56 / 80%);
  border-bottom-color: rgb(240 68 56 / 80%);
}
.border-y-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-top-color: rgb(240 68 56 / 90%);
  border-bottom-color: rgb(240 68 56 / 90%);
}
.border-y-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-y-base-color-bg-danger-subtle\/0 {
  border-top-color: rgb(255 251 250 / 0);
  border-bottom-color: rgb(255 251 250 / 0);
}
.border-y-base-color-bg-danger-subtle\/10 {
  border-top-color: rgb(255 251 250 / 0.1);
  border-bottom-color: rgb(255 251 250 / 0.1);
}
.border-y-base-color-bg-danger-subtle\/100 {
  border-top-color: rgb(255 251 250 / 1);
  border-bottom-color: rgb(255 251 250 / 1);
}
.border-y-base-color-bg-danger-subtle\/20 {
  border-top-color: rgb(255 251 250 / 0.2);
  border-bottom-color: rgb(255 251 250 / 0.2);
}
.border-y-base-color-bg-danger-subtle\/25 {
  border-top-color: rgb(255 251 250 / 0.25);
  border-bottom-color: rgb(255 251 250 / 0.25);
}
.border-y-base-color-bg-danger-subtle\/30 {
  border-top-color: rgb(255 251 250 / 0.3);
  border-bottom-color: rgb(255 251 250 / 0.3);
}
.border-y-base-color-bg-danger-subtle\/40 {
  border-top-color: rgb(255 251 250 / 0.4);
  border-bottom-color: rgb(255 251 250 / 0.4);
}
.border-y-base-color-bg-danger-subtle\/5 {
  border-top-color: rgb(255 251 250 / 0.05);
  border-bottom-color: rgb(255 251 250 / 0.05);
}
.border-y-base-color-bg-danger-subtle\/50 {
  border-top-color: rgb(255 251 250 / 0.5);
  border-bottom-color: rgb(255 251 250 / 0.5);
}
.border-y-base-color-bg-danger-subtle\/60 {
  border-top-color: rgb(255 251 250 / 0.6);
  border-bottom-color: rgb(255 251 250 / 0.6);
}
.border-y-base-color-bg-danger-subtle\/70 {
  border-top-color: rgb(255 251 250 / 0.7);
  border-bottom-color: rgb(255 251 250 / 0.7);
}
.border-y-base-color-bg-danger-subtle\/75 {
  border-top-color: rgb(255 251 250 / 0.75);
  border-bottom-color: rgb(255 251 250 / 0.75);
}
.border-y-base-color-bg-danger-subtle\/80 {
  border-top-color: rgb(255 251 250 / 0.8);
  border-bottom-color: rgb(255 251 250 / 0.8);
}
.border-y-base-color-bg-danger-subtle\/90 {
  border-top-color: rgb(255 251 250 / 0.9);
  border-bottom-color: rgb(255 251 250 / 0.9);
}
.border-y-base-color-bg-danger-subtle\/95 {
  border-top-color: rgb(255 251 250 / 0.95);
  border-bottom-color: rgb(255 251 250 / 0.95);
}
.border-y-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-top-color: rgb(255 251 250 / 60%);
  border-bottom-color: rgb(255 251 250 / 60%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-0 {
  border-top-color: rgb(255 251 250 / 0%);
  border-bottom-color: rgb(255 251 250 / 0%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-10 {
  border-top-color: rgb(255 251 250 / 10%);
  border-bottom-color: rgb(255 251 250 / 10%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-100 {
  border-top-color: rgb(255 251 250 / 100%);
  border-bottom-color: rgb(255 251 250 / 100%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-20 {
  border-top-color: rgb(255 251 250 / 20%);
  border-bottom-color: rgb(255 251 250 / 20%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-30 {
  border-top-color: rgb(255 251 250 / 30%);
  border-bottom-color: rgb(255 251 250 / 30%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-40 {
  border-top-color: rgb(255 251 250 / 40%);
  border-bottom-color: rgb(255 251 250 / 40%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-50 {
  border-top-color: rgb(255 251 250 / 50%);
  border-bottom-color: rgb(255 251 250 / 50%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-60 {
  border-top-color: rgb(255 251 250 / 60%);
  border-bottom-color: rgb(255 251 250 / 60%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-70 {
  border-top-color: rgb(255 251 250 / 70%);
  border-bottom-color: rgb(255 251 250 / 70%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-80 {
  border-top-color: rgb(255 251 250 / 80%);
  border-bottom-color: rgb(255 251 250 / 80%);
}
.border-y-base-color-bg-danger-subtle\/core-opacity-90 {
  border-top-color: rgb(255 251 250 / 90%);
  border-bottom-color: rgb(255 251 250 / 90%);
}
.border-y-base-color-bg-danger\/0 {
  border-top-color: rgb(254 227 225 / 0);
  border-bottom-color: rgb(254 227 225 / 0);
}
.border-y-base-color-bg-danger\/10 {
  border-top-color: rgb(254 227 225 / 0.1);
  border-bottom-color: rgb(254 227 225 / 0.1);
}
.border-y-base-color-bg-danger\/100 {
  border-top-color: rgb(254 227 225 / 1);
  border-bottom-color: rgb(254 227 225 / 1);
}
.border-y-base-color-bg-danger\/20 {
  border-top-color: rgb(254 227 225 / 0.2);
  border-bottom-color: rgb(254 227 225 / 0.2);
}
.border-y-base-color-bg-danger\/25 {
  border-top-color: rgb(254 227 225 / 0.25);
  border-bottom-color: rgb(254 227 225 / 0.25);
}
.border-y-base-color-bg-danger\/30 {
  border-top-color: rgb(254 227 225 / 0.3);
  border-bottom-color: rgb(254 227 225 / 0.3);
}
.border-y-base-color-bg-danger\/40 {
  border-top-color: rgb(254 227 225 / 0.4);
  border-bottom-color: rgb(254 227 225 / 0.4);
}
.border-y-base-color-bg-danger\/5 {
  border-top-color: rgb(254 227 225 / 0.05);
  border-bottom-color: rgb(254 227 225 / 0.05);
}
.border-y-base-color-bg-danger\/50 {
  border-top-color: rgb(254 227 225 / 0.5);
  border-bottom-color: rgb(254 227 225 / 0.5);
}
.border-y-base-color-bg-danger\/60 {
  border-top-color: rgb(254 227 225 / 0.6);
  border-bottom-color: rgb(254 227 225 / 0.6);
}
.border-y-base-color-bg-danger\/70 {
  border-top-color: rgb(254 227 225 / 0.7);
  border-bottom-color: rgb(254 227 225 / 0.7);
}
.border-y-base-color-bg-danger\/75 {
  border-top-color: rgb(254 227 225 / 0.75);
  border-bottom-color: rgb(254 227 225 / 0.75);
}
.border-y-base-color-bg-danger\/80 {
  border-top-color: rgb(254 227 225 / 0.8);
  border-bottom-color: rgb(254 227 225 / 0.8);
}
.border-y-base-color-bg-danger\/90 {
  border-top-color: rgb(254 227 225 / 0.9);
  border-bottom-color: rgb(254 227 225 / 0.9);
}
.border-y-base-color-bg-danger\/95 {
  border-top-color: rgb(254 227 225 / 0.95);
  border-bottom-color: rgb(254 227 225 / 0.95);
}
.border-y-base-color-bg-danger\/base-opacity-disabled {
  border-top-color: rgb(254 227 225 / 60%);
  border-bottom-color: rgb(254 227 225 / 60%);
}
.border-y-base-color-bg-danger\/core-opacity-0 {
  border-top-color: rgb(254 227 225 / 0%);
  border-bottom-color: rgb(254 227 225 / 0%);
}
.border-y-base-color-bg-danger\/core-opacity-10 {
  border-top-color: rgb(254 227 225 / 10%);
  border-bottom-color: rgb(254 227 225 / 10%);
}
.border-y-base-color-bg-danger\/core-opacity-100 {
  border-top-color: rgb(254 227 225 / 100%);
  border-bottom-color: rgb(254 227 225 / 100%);
}
.border-y-base-color-bg-danger\/core-opacity-20 {
  border-top-color: rgb(254 227 225 / 20%);
  border-bottom-color: rgb(254 227 225 / 20%);
}
.border-y-base-color-bg-danger\/core-opacity-30 {
  border-top-color: rgb(254 227 225 / 30%);
  border-bottom-color: rgb(254 227 225 / 30%);
}
.border-y-base-color-bg-danger\/core-opacity-40 {
  border-top-color: rgb(254 227 225 / 40%);
  border-bottom-color: rgb(254 227 225 / 40%);
}
.border-y-base-color-bg-danger\/core-opacity-50 {
  border-top-color: rgb(254 227 225 / 50%);
  border-bottom-color: rgb(254 227 225 / 50%);
}
.border-y-base-color-bg-danger\/core-opacity-60 {
  border-top-color: rgb(254 227 225 / 60%);
  border-bottom-color: rgb(254 227 225 / 60%);
}
.border-y-base-color-bg-danger\/core-opacity-70 {
  border-top-color: rgb(254 227 225 / 70%);
  border-bottom-color: rgb(254 227 225 / 70%);
}
.border-y-base-color-bg-danger\/core-opacity-80 {
  border-top-color: rgb(254 227 225 / 80%);
  border-bottom-color: rgb(254 227 225 / 80%);
}
.border-y-base-color-bg-danger\/core-opacity-90 {
  border-top-color: rgb(254 227 225 / 90%);
  border-bottom-color: rgb(254 227 225 / 90%);
}
.border-y-base-color-bg-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-base-color-bg-default\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-base-color-bg-default\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-base-color-bg-default\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-base-color-bg-default\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-base-color-bg-default\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-base-color-bg-default\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-base-color-bg-default\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-base-color-bg-default\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-base-color-bg-default\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-base-color-bg-default\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-base-color-bg-default\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-base-color-bg-default\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-base-color-bg-default\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-base-color-bg-default\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-base-color-bg-default\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-y-base-color-bg-default\/base-opacity-disabled {
  border-top-color: rgb(255 255 255 / 60%);
  border-bottom-color: rgb(255 255 255 / 60%);
}
.border-y-base-color-bg-default\/core-opacity-0 {
  border-top-color: rgb(255 255 255 / 0%);
  border-bottom-color: rgb(255 255 255 / 0%);
}
.border-y-base-color-bg-default\/core-opacity-10 {
  border-top-color: rgb(255 255 255 / 10%);
  border-bottom-color: rgb(255 255 255 / 10%);
}
.border-y-base-color-bg-default\/core-opacity-100 {
  border-top-color: rgb(255 255 255 / 100%);
  border-bottom-color: rgb(255 255 255 / 100%);
}
.border-y-base-color-bg-default\/core-opacity-20 {
  border-top-color: rgb(255 255 255 / 20%);
  border-bottom-color: rgb(255 255 255 / 20%);
}
.border-y-base-color-bg-default\/core-opacity-30 {
  border-top-color: rgb(255 255 255 / 30%);
  border-bottom-color: rgb(255 255 255 / 30%);
}
.border-y-base-color-bg-default\/core-opacity-40 {
  border-top-color: rgb(255 255 255 / 40%);
  border-bottom-color: rgb(255 255 255 / 40%);
}
.border-y-base-color-bg-default\/core-opacity-50 {
  border-top-color: rgb(255 255 255 / 50%);
  border-bottom-color: rgb(255 255 255 / 50%);
}
.border-y-base-color-bg-default\/core-opacity-60 {
  border-top-color: rgb(255 255 255 / 60%);
  border-bottom-color: rgb(255 255 255 / 60%);
}
.border-y-base-color-bg-default\/core-opacity-70 {
  border-top-color: rgb(255 255 255 / 70%);
  border-bottom-color: rgb(255 255 255 / 70%);
}
.border-y-base-color-bg-default\/core-opacity-80 {
  border-top-color: rgb(255 255 255 / 80%);
  border-bottom-color: rgb(255 255 255 / 80%);
}
.border-y-base-color-bg-default\/core-opacity-90 {
  border-top-color: rgb(255 255 255 / 90%);
  border-bottom-color: rgb(255 255 255 / 90%);
}
.border-y-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 24 40 / var(--tw-border-opacity));
  border-bottom-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-y-base-color-bg-emphasis\/0 {
  border-top-color: rgb(16 24 40 / 0);
  border-bottom-color: rgb(16 24 40 / 0);
}
.border-y-base-color-bg-emphasis\/10 {
  border-top-color: rgb(16 24 40 / 0.1);
  border-bottom-color: rgb(16 24 40 / 0.1);
}
.border-y-base-color-bg-emphasis\/100 {
  border-top-color: rgb(16 24 40 / 1);
  border-bottom-color: rgb(16 24 40 / 1);
}
.border-y-base-color-bg-emphasis\/20 {
  border-top-color: rgb(16 24 40 / 0.2);
  border-bottom-color: rgb(16 24 40 / 0.2);
}
.border-y-base-color-bg-emphasis\/25 {
  border-top-color: rgb(16 24 40 / 0.25);
  border-bottom-color: rgb(16 24 40 / 0.25);
}
.border-y-base-color-bg-emphasis\/30 {
  border-top-color: rgb(16 24 40 / 0.3);
  border-bottom-color: rgb(16 24 40 / 0.3);
}
.border-y-base-color-bg-emphasis\/40 {
  border-top-color: rgb(16 24 40 / 0.4);
  border-bottom-color: rgb(16 24 40 / 0.4);
}
.border-y-base-color-bg-emphasis\/5 {
  border-top-color: rgb(16 24 40 / 0.05);
  border-bottom-color: rgb(16 24 40 / 0.05);
}
.border-y-base-color-bg-emphasis\/50 {
  border-top-color: rgb(16 24 40 / 0.5);
  border-bottom-color: rgb(16 24 40 / 0.5);
}
.border-y-base-color-bg-emphasis\/60 {
  border-top-color: rgb(16 24 40 / 0.6);
  border-bottom-color: rgb(16 24 40 / 0.6);
}
.border-y-base-color-bg-emphasis\/70 {
  border-top-color: rgb(16 24 40 / 0.7);
  border-bottom-color: rgb(16 24 40 / 0.7);
}
.border-y-base-color-bg-emphasis\/75 {
  border-top-color: rgb(16 24 40 / 0.75);
  border-bottom-color: rgb(16 24 40 / 0.75);
}
.border-y-base-color-bg-emphasis\/80 {
  border-top-color: rgb(16 24 40 / 0.8);
  border-bottom-color: rgb(16 24 40 / 0.8);
}
.border-y-base-color-bg-emphasis\/90 {
  border-top-color: rgb(16 24 40 / 0.9);
  border-bottom-color: rgb(16 24 40 / 0.9);
}
.border-y-base-color-bg-emphasis\/95 {
  border-top-color: rgb(16 24 40 / 0.95);
  border-bottom-color: rgb(16 24 40 / 0.95);
}
.border-y-base-color-bg-emphasis\/base-opacity-disabled {
  border-top-color: rgb(16 24 40 / 60%);
  border-bottom-color: rgb(16 24 40 / 60%);
}
.border-y-base-color-bg-emphasis\/core-opacity-0 {
  border-top-color: rgb(16 24 40 / 0%);
  border-bottom-color: rgb(16 24 40 / 0%);
}
.border-y-base-color-bg-emphasis\/core-opacity-10 {
  border-top-color: rgb(16 24 40 / 10%);
  border-bottom-color: rgb(16 24 40 / 10%);
}
.border-y-base-color-bg-emphasis\/core-opacity-100 {
  border-top-color: rgb(16 24 40 / 100%);
  border-bottom-color: rgb(16 24 40 / 100%);
}
.border-y-base-color-bg-emphasis\/core-opacity-20 {
  border-top-color: rgb(16 24 40 / 20%);
  border-bottom-color: rgb(16 24 40 / 20%);
}
.border-y-base-color-bg-emphasis\/core-opacity-30 {
  border-top-color: rgb(16 24 40 / 30%);
  border-bottom-color: rgb(16 24 40 / 30%);
}
.border-y-base-color-bg-emphasis\/core-opacity-40 {
  border-top-color: rgb(16 24 40 / 40%);
  border-bottom-color: rgb(16 24 40 / 40%);
}
.border-y-base-color-bg-emphasis\/core-opacity-50 {
  border-top-color: rgb(16 24 40 / 50%);
  border-bottom-color: rgb(16 24 40 / 50%);
}
.border-y-base-color-bg-emphasis\/core-opacity-60 {
  border-top-color: rgb(16 24 40 / 60%);
  border-bottom-color: rgb(16 24 40 / 60%);
}
.border-y-base-color-bg-emphasis\/core-opacity-70 {
  border-top-color: rgb(16 24 40 / 70%);
  border-bottom-color: rgb(16 24 40 / 70%);
}
.border-y-base-color-bg-emphasis\/core-opacity-80 {
  border-top-color: rgb(16 24 40 / 80%);
  border-bottom-color: rgb(16 24 40 / 80%);
}
.border-y-base-color-bg-emphasis\/core-opacity-90 {
  border-top-color: rgb(16 24 40 / 90%);
  border-bottom-color: rgb(16 24 40 / 90%);
}
.border-y-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 236 240 / var(--tw-border-opacity));
  border-bottom-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-y-base-color-bg-muted\/0 {
  border-top-color: rgb(234 236 240 / 0);
  border-bottom-color: rgb(234 236 240 / 0);
}
.border-y-base-color-bg-muted\/10 {
  border-top-color: rgb(234 236 240 / 0.1);
  border-bottom-color: rgb(234 236 240 / 0.1);
}
.border-y-base-color-bg-muted\/100 {
  border-top-color: rgb(234 236 240 / 1);
  border-bottom-color: rgb(234 236 240 / 1);
}
.border-y-base-color-bg-muted\/20 {
  border-top-color: rgb(234 236 240 / 0.2);
  border-bottom-color: rgb(234 236 240 / 0.2);
}
.border-y-base-color-bg-muted\/25 {
  border-top-color: rgb(234 236 240 / 0.25);
  border-bottom-color: rgb(234 236 240 / 0.25);
}
.border-y-base-color-bg-muted\/30 {
  border-top-color: rgb(234 236 240 / 0.3);
  border-bottom-color: rgb(234 236 240 / 0.3);
}
.border-y-base-color-bg-muted\/40 {
  border-top-color: rgb(234 236 240 / 0.4);
  border-bottom-color: rgb(234 236 240 / 0.4);
}
.border-y-base-color-bg-muted\/5 {
  border-top-color: rgb(234 236 240 / 0.05);
  border-bottom-color: rgb(234 236 240 / 0.05);
}
.border-y-base-color-bg-muted\/50 {
  border-top-color: rgb(234 236 240 / 0.5);
  border-bottom-color: rgb(234 236 240 / 0.5);
}
.border-y-base-color-bg-muted\/60 {
  border-top-color: rgb(234 236 240 / 0.6);
  border-bottom-color: rgb(234 236 240 / 0.6);
}
.border-y-base-color-bg-muted\/70 {
  border-top-color: rgb(234 236 240 / 0.7);
  border-bottom-color: rgb(234 236 240 / 0.7);
}
.border-y-base-color-bg-muted\/75 {
  border-top-color: rgb(234 236 240 / 0.75);
  border-bottom-color: rgb(234 236 240 / 0.75);
}
.border-y-base-color-bg-muted\/80 {
  border-top-color: rgb(234 236 240 / 0.8);
  border-bottom-color: rgb(234 236 240 / 0.8);
}
.border-y-base-color-bg-muted\/90 {
  border-top-color: rgb(234 236 240 / 0.9);
  border-bottom-color: rgb(234 236 240 / 0.9);
}
.border-y-base-color-bg-muted\/95 {
  border-top-color: rgb(234 236 240 / 0.95);
  border-bottom-color: rgb(234 236 240 / 0.95);
}
.border-y-base-color-bg-muted\/base-opacity-disabled {
  border-top-color: rgb(234 236 240 / 60%);
  border-bottom-color: rgb(234 236 240 / 60%);
}
.border-y-base-color-bg-muted\/core-opacity-0 {
  border-top-color: rgb(234 236 240 / 0%);
  border-bottom-color: rgb(234 236 240 / 0%);
}
.border-y-base-color-bg-muted\/core-opacity-10 {
  border-top-color: rgb(234 236 240 / 10%);
  border-bottom-color: rgb(234 236 240 / 10%);
}
.border-y-base-color-bg-muted\/core-opacity-100 {
  border-top-color: rgb(234 236 240 / 100%);
  border-bottom-color: rgb(234 236 240 / 100%);
}
.border-y-base-color-bg-muted\/core-opacity-20 {
  border-top-color: rgb(234 236 240 / 20%);
  border-bottom-color: rgb(234 236 240 / 20%);
}
.border-y-base-color-bg-muted\/core-opacity-30 {
  border-top-color: rgb(234 236 240 / 30%);
  border-bottom-color: rgb(234 236 240 / 30%);
}
.border-y-base-color-bg-muted\/core-opacity-40 {
  border-top-color: rgb(234 236 240 / 40%);
  border-bottom-color: rgb(234 236 240 / 40%);
}
.border-y-base-color-bg-muted\/core-opacity-50 {
  border-top-color: rgb(234 236 240 / 50%);
  border-bottom-color: rgb(234 236 240 / 50%);
}
.border-y-base-color-bg-muted\/core-opacity-60 {
  border-top-color: rgb(234 236 240 / 60%);
  border-bottom-color: rgb(234 236 240 / 60%);
}
.border-y-base-color-bg-muted\/core-opacity-70 {
  border-top-color: rgb(234 236 240 / 70%);
  border-bottom-color: rgb(234 236 240 / 70%);
}
.border-y-base-color-bg-muted\/core-opacity-80 {
  border-top-color: rgb(234 236 240 / 80%);
  border-bottom-color: rgb(234 236 240 / 80%);
}
.border-y-base-color-bg-muted\/core-opacity-90 {
  border-top-color: rgb(234 236 240 / 90%);
  border-bottom-color: rgb(234 236 240 / 90%);
}
.border-y-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 247 / var(--tw-border-opacity));
  border-bottom-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-y-base-color-bg-subtle\/0 {
  border-top-color: rgb(242 244 247 / 0);
  border-bottom-color: rgb(242 244 247 / 0);
}
.border-y-base-color-bg-subtle\/10 {
  border-top-color: rgb(242 244 247 / 0.1);
  border-bottom-color: rgb(242 244 247 / 0.1);
}
.border-y-base-color-bg-subtle\/100 {
  border-top-color: rgb(242 244 247 / 1);
  border-bottom-color: rgb(242 244 247 / 1);
}
.border-y-base-color-bg-subtle\/20 {
  border-top-color: rgb(242 244 247 / 0.2);
  border-bottom-color: rgb(242 244 247 / 0.2);
}
.border-y-base-color-bg-subtle\/25 {
  border-top-color: rgb(242 244 247 / 0.25);
  border-bottom-color: rgb(242 244 247 / 0.25);
}
.border-y-base-color-bg-subtle\/30 {
  border-top-color: rgb(242 244 247 / 0.3);
  border-bottom-color: rgb(242 244 247 / 0.3);
}
.border-y-base-color-bg-subtle\/40 {
  border-top-color: rgb(242 244 247 / 0.4);
  border-bottom-color: rgb(242 244 247 / 0.4);
}
.border-y-base-color-bg-subtle\/5 {
  border-top-color: rgb(242 244 247 / 0.05);
  border-bottom-color: rgb(242 244 247 / 0.05);
}
.border-y-base-color-bg-subtle\/50 {
  border-top-color: rgb(242 244 247 / 0.5);
  border-bottom-color: rgb(242 244 247 / 0.5);
}
.border-y-base-color-bg-subtle\/60 {
  border-top-color: rgb(242 244 247 / 0.6);
  border-bottom-color: rgb(242 244 247 / 0.6);
}
.border-y-base-color-bg-subtle\/70 {
  border-top-color: rgb(242 244 247 / 0.7);
  border-bottom-color: rgb(242 244 247 / 0.7);
}
.border-y-base-color-bg-subtle\/75 {
  border-top-color: rgb(242 244 247 / 0.75);
  border-bottom-color: rgb(242 244 247 / 0.75);
}
.border-y-base-color-bg-subtle\/80 {
  border-top-color: rgb(242 244 247 / 0.8);
  border-bottom-color: rgb(242 244 247 / 0.8);
}
.border-y-base-color-bg-subtle\/90 {
  border-top-color: rgb(242 244 247 / 0.9);
  border-bottom-color: rgb(242 244 247 / 0.9);
}
.border-y-base-color-bg-subtle\/95 {
  border-top-color: rgb(242 244 247 / 0.95);
  border-bottom-color: rgb(242 244 247 / 0.95);
}
.border-y-base-color-bg-subtle\/base-opacity-disabled {
  border-top-color: rgb(242 244 247 / 60%);
  border-bottom-color: rgb(242 244 247 / 60%);
}
.border-y-base-color-bg-subtle\/core-opacity-0 {
  border-top-color: rgb(242 244 247 / 0%);
  border-bottom-color: rgb(242 244 247 / 0%);
}
.border-y-base-color-bg-subtle\/core-opacity-10 {
  border-top-color: rgb(242 244 247 / 10%);
  border-bottom-color: rgb(242 244 247 / 10%);
}
.border-y-base-color-bg-subtle\/core-opacity-100 {
  border-top-color: rgb(242 244 247 / 100%);
  border-bottom-color: rgb(242 244 247 / 100%);
}
.border-y-base-color-bg-subtle\/core-opacity-20 {
  border-top-color: rgb(242 244 247 / 20%);
  border-bottom-color: rgb(242 244 247 / 20%);
}
.border-y-base-color-bg-subtle\/core-opacity-30 {
  border-top-color: rgb(242 244 247 / 30%);
  border-bottom-color: rgb(242 244 247 / 30%);
}
.border-y-base-color-bg-subtle\/core-opacity-40 {
  border-top-color: rgb(242 244 247 / 40%);
  border-bottom-color: rgb(242 244 247 / 40%);
}
.border-y-base-color-bg-subtle\/core-opacity-50 {
  border-top-color: rgb(242 244 247 / 50%);
  border-bottom-color: rgb(242 244 247 / 50%);
}
.border-y-base-color-bg-subtle\/core-opacity-60 {
  border-top-color: rgb(242 244 247 / 60%);
  border-bottom-color: rgb(242 244 247 / 60%);
}
.border-y-base-color-bg-subtle\/core-opacity-70 {
  border-top-color: rgb(242 244 247 / 70%);
  border-bottom-color: rgb(242 244 247 / 70%);
}
.border-y-base-color-bg-subtle\/core-opacity-80 {
  border-top-color: rgb(242 244 247 / 80%);
  border-bottom-color: rgb(242 244 247 / 80%);
}
.border-y-base-color-bg-subtle\/core-opacity-90 {
  border-top-color: rgb(242 244 247 / 90%);
  border-bottom-color: rgb(242 244 247 / 90%);
}
.border-y-base-color-bg-success {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 223 / var(--tw-border-opacity));
  border-bottom-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-y-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(18 181 105 / var(--tw-border-opacity));
  border-bottom-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-y-base-color-bg-success-emphasis\/0 {
  border-top-color: rgb(18 181 105 / 0);
  border-bottom-color: rgb(18 181 105 / 0);
}
.border-y-base-color-bg-success-emphasis\/10 {
  border-top-color: rgb(18 181 105 / 0.1);
  border-bottom-color: rgb(18 181 105 / 0.1);
}
.border-y-base-color-bg-success-emphasis\/100 {
  border-top-color: rgb(18 181 105 / 1);
  border-bottom-color: rgb(18 181 105 / 1);
}
.border-y-base-color-bg-success-emphasis\/20 {
  border-top-color: rgb(18 181 105 / 0.2);
  border-bottom-color: rgb(18 181 105 / 0.2);
}
.border-y-base-color-bg-success-emphasis\/25 {
  border-top-color: rgb(18 181 105 / 0.25);
  border-bottom-color: rgb(18 181 105 / 0.25);
}
.border-y-base-color-bg-success-emphasis\/30 {
  border-top-color: rgb(18 181 105 / 0.3);
  border-bottom-color: rgb(18 181 105 / 0.3);
}
.border-y-base-color-bg-success-emphasis\/40 {
  border-top-color: rgb(18 181 105 / 0.4);
  border-bottom-color: rgb(18 181 105 / 0.4);
}
.border-y-base-color-bg-success-emphasis\/5 {
  border-top-color: rgb(18 181 105 / 0.05);
  border-bottom-color: rgb(18 181 105 / 0.05);
}
.border-y-base-color-bg-success-emphasis\/50 {
  border-top-color: rgb(18 181 105 / 0.5);
  border-bottom-color: rgb(18 181 105 / 0.5);
}
.border-y-base-color-bg-success-emphasis\/60 {
  border-top-color: rgb(18 181 105 / 0.6);
  border-bottom-color: rgb(18 181 105 / 0.6);
}
.border-y-base-color-bg-success-emphasis\/70 {
  border-top-color: rgb(18 181 105 / 0.7);
  border-bottom-color: rgb(18 181 105 / 0.7);
}
.border-y-base-color-bg-success-emphasis\/75 {
  border-top-color: rgb(18 181 105 / 0.75);
  border-bottom-color: rgb(18 181 105 / 0.75);
}
.border-y-base-color-bg-success-emphasis\/80 {
  border-top-color: rgb(18 181 105 / 0.8);
  border-bottom-color: rgb(18 181 105 / 0.8);
}
.border-y-base-color-bg-success-emphasis\/90 {
  border-top-color: rgb(18 181 105 / 0.9);
  border-bottom-color: rgb(18 181 105 / 0.9);
}
.border-y-base-color-bg-success-emphasis\/95 {
  border-top-color: rgb(18 181 105 / 0.95);
  border-bottom-color: rgb(18 181 105 / 0.95);
}
.border-y-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-top-color: rgb(18 181 105 / 60%);
  border-bottom-color: rgb(18 181 105 / 60%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-0 {
  border-top-color: rgb(18 181 105 / 0%);
  border-bottom-color: rgb(18 181 105 / 0%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-10 {
  border-top-color: rgb(18 181 105 / 10%);
  border-bottom-color: rgb(18 181 105 / 10%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-100 {
  border-top-color: rgb(18 181 105 / 100%);
  border-bottom-color: rgb(18 181 105 / 100%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-20 {
  border-top-color: rgb(18 181 105 / 20%);
  border-bottom-color: rgb(18 181 105 / 20%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-30 {
  border-top-color: rgb(18 181 105 / 30%);
  border-bottom-color: rgb(18 181 105 / 30%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-40 {
  border-top-color: rgb(18 181 105 / 40%);
  border-bottom-color: rgb(18 181 105 / 40%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-50 {
  border-top-color: rgb(18 181 105 / 50%);
  border-bottom-color: rgb(18 181 105 / 50%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-60 {
  border-top-color: rgb(18 181 105 / 60%);
  border-bottom-color: rgb(18 181 105 / 60%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-70 {
  border-top-color: rgb(18 181 105 / 70%);
  border-bottom-color: rgb(18 181 105 / 70%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-80 {
  border-top-color: rgb(18 181 105 / 80%);
  border-bottom-color: rgb(18 181 105 / 80%);
}
.border-y-base-color-bg-success-emphasis\/core-opacity-90 {
  border-top-color: rgb(18 181 105 / 90%);
  border-bottom-color: rgb(18 181 105 / 90%);
}
.border-y-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 254 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-y-base-color-bg-success-subtle\/0 {
  border-top-color: rgb(246 254 249 / 0);
  border-bottom-color: rgb(246 254 249 / 0);
}
.border-y-base-color-bg-success-subtle\/10 {
  border-top-color: rgb(246 254 249 / 0.1);
  border-bottom-color: rgb(246 254 249 / 0.1);
}
.border-y-base-color-bg-success-subtle\/100 {
  border-top-color: rgb(246 254 249 / 1);
  border-bottom-color: rgb(246 254 249 / 1);
}
.border-y-base-color-bg-success-subtle\/20 {
  border-top-color: rgb(246 254 249 / 0.2);
  border-bottom-color: rgb(246 254 249 / 0.2);
}
.border-y-base-color-bg-success-subtle\/25 {
  border-top-color: rgb(246 254 249 / 0.25);
  border-bottom-color: rgb(246 254 249 / 0.25);
}
.border-y-base-color-bg-success-subtle\/30 {
  border-top-color: rgb(246 254 249 / 0.3);
  border-bottom-color: rgb(246 254 249 / 0.3);
}
.border-y-base-color-bg-success-subtle\/40 {
  border-top-color: rgb(246 254 249 / 0.4);
  border-bottom-color: rgb(246 254 249 / 0.4);
}
.border-y-base-color-bg-success-subtle\/5 {
  border-top-color: rgb(246 254 249 / 0.05);
  border-bottom-color: rgb(246 254 249 / 0.05);
}
.border-y-base-color-bg-success-subtle\/50 {
  border-top-color: rgb(246 254 249 / 0.5);
  border-bottom-color: rgb(246 254 249 / 0.5);
}
.border-y-base-color-bg-success-subtle\/60 {
  border-top-color: rgb(246 254 249 / 0.6);
  border-bottom-color: rgb(246 254 249 / 0.6);
}
.border-y-base-color-bg-success-subtle\/70 {
  border-top-color: rgb(246 254 249 / 0.7);
  border-bottom-color: rgb(246 254 249 / 0.7);
}
.border-y-base-color-bg-success-subtle\/75 {
  border-top-color: rgb(246 254 249 / 0.75);
  border-bottom-color: rgb(246 254 249 / 0.75);
}
.border-y-base-color-bg-success-subtle\/80 {
  border-top-color: rgb(246 254 249 / 0.8);
  border-bottom-color: rgb(246 254 249 / 0.8);
}
.border-y-base-color-bg-success-subtle\/90 {
  border-top-color: rgb(246 254 249 / 0.9);
  border-bottom-color: rgb(246 254 249 / 0.9);
}
.border-y-base-color-bg-success-subtle\/95 {
  border-top-color: rgb(246 254 249 / 0.95);
  border-bottom-color: rgb(246 254 249 / 0.95);
}
.border-y-base-color-bg-success-subtle\/base-opacity-disabled {
  border-top-color: rgb(246 254 249 / 60%);
  border-bottom-color: rgb(246 254 249 / 60%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-0 {
  border-top-color: rgb(246 254 249 / 0%);
  border-bottom-color: rgb(246 254 249 / 0%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-10 {
  border-top-color: rgb(246 254 249 / 10%);
  border-bottom-color: rgb(246 254 249 / 10%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-100 {
  border-top-color: rgb(246 254 249 / 100%);
  border-bottom-color: rgb(246 254 249 / 100%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-20 {
  border-top-color: rgb(246 254 249 / 20%);
  border-bottom-color: rgb(246 254 249 / 20%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-30 {
  border-top-color: rgb(246 254 249 / 30%);
  border-bottom-color: rgb(246 254 249 / 30%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-40 {
  border-top-color: rgb(246 254 249 / 40%);
  border-bottom-color: rgb(246 254 249 / 40%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-50 {
  border-top-color: rgb(246 254 249 / 50%);
  border-bottom-color: rgb(246 254 249 / 50%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-60 {
  border-top-color: rgb(246 254 249 / 60%);
  border-bottom-color: rgb(246 254 249 / 60%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-70 {
  border-top-color: rgb(246 254 249 / 70%);
  border-bottom-color: rgb(246 254 249 / 70%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-80 {
  border-top-color: rgb(246 254 249 / 80%);
  border-bottom-color: rgb(246 254 249 / 80%);
}
.border-y-base-color-bg-success-subtle\/core-opacity-90 {
  border-top-color: rgb(246 254 249 / 90%);
  border-bottom-color: rgb(246 254 249 / 90%);
}
.border-y-base-color-bg-success\/0 {
  border-top-color: rgb(209 250 223 / 0);
  border-bottom-color: rgb(209 250 223 / 0);
}
.border-y-base-color-bg-success\/10 {
  border-top-color: rgb(209 250 223 / 0.1);
  border-bottom-color: rgb(209 250 223 / 0.1);
}
.border-y-base-color-bg-success\/100 {
  border-top-color: rgb(209 250 223 / 1);
  border-bottom-color: rgb(209 250 223 / 1);
}
.border-y-base-color-bg-success\/20 {
  border-top-color: rgb(209 250 223 / 0.2);
  border-bottom-color: rgb(209 250 223 / 0.2);
}
.border-y-base-color-bg-success\/25 {
  border-top-color: rgb(209 250 223 / 0.25);
  border-bottom-color: rgb(209 250 223 / 0.25);
}
.border-y-base-color-bg-success\/30 {
  border-top-color: rgb(209 250 223 / 0.3);
  border-bottom-color: rgb(209 250 223 / 0.3);
}
.border-y-base-color-bg-success\/40 {
  border-top-color: rgb(209 250 223 / 0.4);
  border-bottom-color: rgb(209 250 223 / 0.4);
}
.border-y-base-color-bg-success\/5 {
  border-top-color: rgb(209 250 223 / 0.05);
  border-bottom-color: rgb(209 250 223 / 0.05);
}
.border-y-base-color-bg-success\/50 {
  border-top-color: rgb(209 250 223 / 0.5);
  border-bottom-color: rgb(209 250 223 / 0.5);
}
.border-y-base-color-bg-success\/60 {
  border-top-color: rgb(209 250 223 / 0.6);
  border-bottom-color: rgb(209 250 223 / 0.6);
}
.border-y-base-color-bg-success\/70 {
  border-top-color: rgb(209 250 223 / 0.7);
  border-bottom-color: rgb(209 250 223 / 0.7);
}
.border-y-base-color-bg-success\/75 {
  border-top-color: rgb(209 250 223 / 0.75);
  border-bottom-color: rgb(209 250 223 / 0.75);
}
.border-y-base-color-bg-success\/80 {
  border-top-color: rgb(209 250 223 / 0.8);
  border-bottom-color: rgb(209 250 223 / 0.8);
}
.border-y-base-color-bg-success\/90 {
  border-top-color: rgb(209 250 223 / 0.9);
  border-bottom-color: rgb(209 250 223 / 0.9);
}
.border-y-base-color-bg-success\/95 {
  border-top-color: rgb(209 250 223 / 0.95);
  border-bottom-color: rgb(209 250 223 / 0.95);
}
.border-y-base-color-bg-success\/base-opacity-disabled {
  border-top-color: rgb(209 250 223 / 60%);
  border-bottom-color: rgb(209 250 223 / 60%);
}
.border-y-base-color-bg-success\/core-opacity-0 {
  border-top-color: rgb(209 250 223 / 0%);
  border-bottom-color: rgb(209 250 223 / 0%);
}
.border-y-base-color-bg-success\/core-opacity-10 {
  border-top-color: rgb(209 250 223 / 10%);
  border-bottom-color: rgb(209 250 223 / 10%);
}
.border-y-base-color-bg-success\/core-opacity-100 {
  border-top-color: rgb(209 250 223 / 100%);
  border-bottom-color: rgb(209 250 223 / 100%);
}
.border-y-base-color-bg-success\/core-opacity-20 {
  border-top-color: rgb(209 250 223 / 20%);
  border-bottom-color: rgb(209 250 223 / 20%);
}
.border-y-base-color-bg-success\/core-opacity-30 {
  border-top-color: rgb(209 250 223 / 30%);
  border-bottom-color: rgb(209 250 223 / 30%);
}
.border-y-base-color-bg-success\/core-opacity-40 {
  border-top-color: rgb(209 250 223 / 40%);
  border-bottom-color: rgb(209 250 223 / 40%);
}
.border-y-base-color-bg-success\/core-opacity-50 {
  border-top-color: rgb(209 250 223 / 50%);
  border-bottom-color: rgb(209 250 223 / 50%);
}
.border-y-base-color-bg-success\/core-opacity-60 {
  border-top-color: rgb(209 250 223 / 60%);
  border-bottom-color: rgb(209 250 223 / 60%);
}
.border-y-base-color-bg-success\/core-opacity-70 {
  border-top-color: rgb(209 250 223 / 70%);
  border-bottom-color: rgb(209 250 223 / 70%);
}
.border-y-base-color-bg-success\/core-opacity-80 {
  border-top-color: rgb(209 250 223 / 80%);
  border-bottom-color: rgb(209 250 223 / 80%);
}
.border-y-base-color-bg-success\/core-opacity-90 {
  border-top-color: rgb(209 250 223 / 90%);
  border-bottom-color: rgb(209 250 223 / 90%);
}
.border-y-base-color-bg-transparent {
  border-top-color: #00000000;
  border-bottom-color: #00000000;
}
.border-y-base-color-bg-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-base-color-bg-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-base-color-bg-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-base-color-bg-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-base-color-bg-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-base-color-bg-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-base-color-bg-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-base-color-bg-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-base-color-bg-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-base-color-bg-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-base-color-bg-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-base-color-bg-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-base-color-bg-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-base-color-bg-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-base-color-bg-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-base-color-bg-transparent\/base-opacity-disabled {
  border-top-color: rgb(0 0 0 / 60%);
  border-bottom-color: rgb(0 0 0 / 60%);
}
.border-y-base-color-bg-transparent\/core-opacity-0 {
  border-top-color: rgb(0 0 0 / 0%);
  border-bottom-color: rgb(0 0 0 / 0%);
}
.border-y-base-color-bg-transparent\/core-opacity-10 {
  border-top-color: rgb(0 0 0 / 10%);
  border-bottom-color: rgb(0 0 0 / 10%);
}
.border-y-base-color-bg-transparent\/core-opacity-100 {
  border-top-color: rgb(0 0 0 / 100%);
  border-bottom-color: rgb(0 0 0 / 100%);
}
.border-y-base-color-bg-transparent\/core-opacity-20 {
  border-top-color: rgb(0 0 0 / 20%);
  border-bottom-color: rgb(0 0 0 / 20%);
}
.border-y-base-color-bg-transparent\/core-opacity-30 {
  border-top-color: rgb(0 0 0 / 30%);
  border-bottom-color: rgb(0 0 0 / 30%);
}
.border-y-base-color-bg-transparent\/core-opacity-40 {
  border-top-color: rgb(0 0 0 / 40%);
  border-bottom-color: rgb(0 0 0 / 40%);
}
.border-y-base-color-bg-transparent\/core-opacity-50 {
  border-top-color: rgb(0 0 0 / 50%);
  border-bottom-color: rgb(0 0 0 / 50%);
}
.border-y-base-color-bg-transparent\/core-opacity-60 {
  border-top-color: rgb(0 0 0 / 60%);
  border-bottom-color: rgb(0 0 0 / 60%);
}
.border-y-base-color-bg-transparent\/core-opacity-70 {
  border-top-color: rgb(0 0 0 / 70%);
  border-bottom-color: rgb(0 0 0 / 70%);
}
.border-y-base-color-bg-transparent\/core-opacity-80 {
  border-top-color: rgb(0 0 0 / 80%);
  border-bottom-color: rgb(0 0 0 / 80%);
}
.border-y-base-color-bg-transparent\/core-opacity-90 {
  border-top-color: rgb(0 0 0 / 90%);
  border-bottom-color: rgb(0 0 0 / 90%);
}
.border-b-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-b-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-b-base-color-bg-accent-emphasis\/0 {
  border-bottom-color: rgb(21 94 239 / 0);
}
.border-b-base-color-bg-accent-emphasis\/10 {
  border-bottom-color: rgb(21 94 239 / 0.1);
}
.border-b-base-color-bg-accent-emphasis\/100 {
  border-bottom-color: rgb(21 94 239 / 1);
}
.border-b-base-color-bg-accent-emphasis\/20 {
  border-bottom-color: rgb(21 94 239 / 0.2);
}
.border-b-base-color-bg-accent-emphasis\/25 {
  border-bottom-color: rgb(21 94 239 / 0.25);
}
.border-b-base-color-bg-accent-emphasis\/30 {
  border-bottom-color: rgb(21 94 239 / 0.3);
}
.border-b-base-color-bg-accent-emphasis\/40 {
  border-bottom-color: rgb(21 94 239 / 0.4);
}
.border-b-base-color-bg-accent-emphasis\/5 {
  border-bottom-color: rgb(21 94 239 / 0.05);
}
.border-b-base-color-bg-accent-emphasis\/50 {
  border-bottom-color: rgb(21 94 239 / 0.5);
}
.border-b-base-color-bg-accent-emphasis\/60 {
  border-bottom-color: rgb(21 94 239 / 0.6);
}
.border-b-base-color-bg-accent-emphasis\/70 {
  border-bottom-color: rgb(21 94 239 / 0.7);
}
.border-b-base-color-bg-accent-emphasis\/75 {
  border-bottom-color: rgb(21 94 239 / 0.75);
}
.border-b-base-color-bg-accent-emphasis\/80 {
  border-bottom-color: rgb(21 94 239 / 0.8);
}
.border-b-base-color-bg-accent-emphasis\/90 {
  border-bottom-color: rgb(21 94 239 / 0.9);
}
.border-b-base-color-bg-accent-emphasis\/95 {
  border-bottom-color: rgb(21 94 239 / 0.95);
}
.border-b-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(21 94 239 / 60%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(21 94 239 / 0%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(21 94 239 / 10%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(21 94 239 / 100%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(21 94 239 / 20%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(21 94 239 / 30%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(21 94 239 / 40%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(21 94 239 / 50%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(21 94 239 / 60%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(21 94 239 / 70%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(21 94 239 / 80%);
}
.border-b-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(21 94 239 / 90%);
}
.border-b-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-b-base-color-bg-accent-subtle\/0 {
  border-bottom-color: rgb(245 248 255 / 0);
}
.border-b-base-color-bg-accent-subtle\/10 {
  border-bottom-color: rgb(245 248 255 / 0.1);
}
.border-b-base-color-bg-accent-subtle\/100 {
  border-bottom-color: rgb(245 248 255 / 1);
}
.border-b-base-color-bg-accent-subtle\/20 {
  border-bottom-color: rgb(245 248 255 / 0.2);
}
.border-b-base-color-bg-accent-subtle\/25 {
  border-bottom-color: rgb(245 248 255 / 0.25);
}
.border-b-base-color-bg-accent-subtle\/30 {
  border-bottom-color: rgb(245 248 255 / 0.3);
}
.border-b-base-color-bg-accent-subtle\/40 {
  border-bottom-color: rgb(245 248 255 / 0.4);
}
.border-b-base-color-bg-accent-subtle\/5 {
  border-bottom-color: rgb(245 248 255 / 0.05);
}
.border-b-base-color-bg-accent-subtle\/50 {
  border-bottom-color: rgb(245 248 255 / 0.5);
}
.border-b-base-color-bg-accent-subtle\/60 {
  border-bottom-color: rgb(245 248 255 / 0.6);
}
.border-b-base-color-bg-accent-subtle\/70 {
  border-bottom-color: rgb(245 248 255 / 0.7);
}
.border-b-base-color-bg-accent-subtle\/75 {
  border-bottom-color: rgb(245 248 255 / 0.75);
}
.border-b-base-color-bg-accent-subtle\/80 {
  border-bottom-color: rgb(245 248 255 / 0.8);
}
.border-b-base-color-bg-accent-subtle\/90 {
  border-bottom-color: rgb(245 248 255 / 0.9);
}
.border-b-base-color-bg-accent-subtle\/95 {
  border-bottom-color: rgb(245 248 255 / 0.95);
}
.border-b-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(245 248 255 / 60%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-0 {
  border-bottom-color: rgb(245 248 255 / 0%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-10 {
  border-bottom-color: rgb(245 248 255 / 10%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-100 {
  border-bottom-color: rgb(245 248 255 / 100%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-20 {
  border-bottom-color: rgb(245 248 255 / 20%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-30 {
  border-bottom-color: rgb(245 248 255 / 30%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-40 {
  border-bottom-color: rgb(245 248 255 / 40%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-50 {
  border-bottom-color: rgb(245 248 255 / 50%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-60 {
  border-bottom-color: rgb(245 248 255 / 60%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-70 {
  border-bottom-color: rgb(245 248 255 / 70%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-80 {
  border-bottom-color: rgb(245 248 255 / 80%);
}
.border-b-base-color-bg-accent-subtle\/core-opacity-90 {
  border-bottom-color: rgb(245 248 255 / 90%);
}
.border-b-base-color-bg-accent\/0 {
  border-bottom-color: rgb(209 224 255 / 0);
}
.border-b-base-color-bg-accent\/10 {
  border-bottom-color: rgb(209 224 255 / 0.1);
}
.border-b-base-color-bg-accent\/100 {
  border-bottom-color: rgb(209 224 255 / 1);
}
.border-b-base-color-bg-accent\/20 {
  border-bottom-color: rgb(209 224 255 / 0.2);
}
.border-b-base-color-bg-accent\/25 {
  border-bottom-color: rgb(209 224 255 / 0.25);
}
.border-b-base-color-bg-accent\/30 {
  border-bottom-color: rgb(209 224 255 / 0.3);
}
.border-b-base-color-bg-accent\/40 {
  border-bottom-color: rgb(209 224 255 / 0.4);
}
.border-b-base-color-bg-accent\/5 {
  border-bottom-color: rgb(209 224 255 / 0.05);
}
.border-b-base-color-bg-accent\/50 {
  border-bottom-color: rgb(209 224 255 / 0.5);
}
.border-b-base-color-bg-accent\/60 {
  border-bottom-color: rgb(209 224 255 / 0.6);
}
.border-b-base-color-bg-accent\/70 {
  border-bottom-color: rgb(209 224 255 / 0.7);
}
.border-b-base-color-bg-accent\/75 {
  border-bottom-color: rgb(209 224 255 / 0.75);
}
.border-b-base-color-bg-accent\/80 {
  border-bottom-color: rgb(209 224 255 / 0.8);
}
.border-b-base-color-bg-accent\/90 {
  border-bottom-color: rgb(209 224 255 / 0.9);
}
.border-b-base-color-bg-accent\/95 {
  border-bottom-color: rgb(209 224 255 / 0.95);
}
.border-b-base-color-bg-accent\/base-opacity-disabled {
  border-bottom-color: rgb(209 224 255 / 60%);
}
.border-b-base-color-bg-accent\/core-opacity-0 {
  border-bottom-color: rgb(209 224 255 / 0%);
}
.border-b-base-color-bg-accent\/core-opacity-10 {
  border-bottom-color: rgb(209 224 255 / 10%);
}
.border-b-base-color-bg-accent\/core-opacity-100 {
  border-bottom-color: rgb(209 224 255 / 100%);
}
.border-b-base-color-bg-accent\/core-opacity-20 {
  border-bottom-color: rgb(209 224 255 / 20%);
}
.border-b-base-color-bg-accent\/core-opacity-30 {
  border-bottom-color: rgb(209 224 255 / 30%);
}
.border-b-base-color-bg-accent\/core-opacity-40 {
  border-bottom-color: rgb(209 224 255 / 40%);
}
.border-b-base-color-bg-accent\/core-opacity-50 {
  border-bottom-color: rgb(209 224 255 / 50%);
}
.border-b-base-color-bg-accent\/core-opacity-60 {
  border-bottom-color: rgb(209 224 255 / 60%);
}
.border-b-base-color-bg-accent\/core-opacity-70 {
  border-bottom-color: rgb(209 224 255 / 70%);
}
.border-b-base-color-bg-accent\/core-opacity-80 {
  border-bottom-color: rgb(209 224 255 / 80%);
}
.border-b-base-color-bg-accent\/core-opacity-90 {
  border-bottom-color: rgb(209 224 255 / 90%);
}
.border-b-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-b-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-b-base-color-bg-attention-emphasis\/0 {
  border-bottom-color: rgb(221 105 3 / 0);
}
.border-b-base-color-bg-attention-emphasis\/10 {
  border-bottom-color: rgb(221 105 3 / 0.1);
}
.border-b-base-color-bg-attention-emphasis\/100 {
  border-bottom-color: rgb(221 105 3 / 1);
}
.border-b-base-color-bg-attention-emphasis\/20 {
  border-bottom-color: rgb(221 105 3 / 0.2);
}
.border-b-base-color-bg-attention-emphasis\/25 {
  border-bottom-color: rgb(221 105 3 / 0.25);
}
.border-b-base-color-bg-attention-emphasis\/30 {
  border-bottom-color: rgb(221 105 3 / 0.3);
}
.border-b-base-color-bg-attention-emphasis\/40 {
  border-bottom-color: rgb(221 105 3 / 0.4);
}
.border-b-base-color-bg-attention-emphasis\/5 {
  border-bottom-color: rgb(221 105 3 / 0.05);
}
.border-b-base-color-bg-attention-emphasis\/50 {
  border-bottom-color: rgb(221 105 3 / 0.5);
}
.border-b-base-color-bg-attention-emphasis\/60 {
  border-bottom-color: rgb(221 105 3 / 0.6);
}
.border-b-base-color-bg-attention-emphasis\/70 {
  border-bottom-color: rgb(221 105 3 / 0.7);
}
.border-b-base-color-bg-attention-emphasis\/75 {
  border-bottom-color: rgb(221 105 3 / 0.75);
}
.border-b-base-color-bg-attention-emphasis\/80 {
  border-bottom-color: rgb(221 105 3 / 0.8);
}
.border-b-base-color-bg-attention-emphasis\/90 {
  border-bottom-color: rgb(221 105 3 / 0.9);
}
.border-b-base-color-bg-attention-emphasis\/95 {
  border-bottom-color: rgb(221 105 3 / 0.95);
}
.border-b-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(221 105 3 / 60%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(221 105 3 / 0%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(221 105 3 / 10%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(221 105 3 / 100%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(221 105 3 / 20%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(221 105 3 / 30%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(221 105 3 / 40%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(221 105 3 / 50%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(221 105 3 / 60%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(221 105 3 / 70%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(221 105 3 / 80%);
}
.border-b-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(221 105 3 / 90%);
}
.border-b-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-b-base-color-bg-attention-subtle\/0 {
  border-bottom-color: rgb(255 252 245 / 0);
}
.border-b-base-color-bg-attention-subtle\/10 {
  border-bottom-color: rgb(255 252 245 / 0.1);
}
.border-b-base-color-bg-attention-subtle\/100 {
  border-bottom-color: rgb(255 252 245 / 1);
}
.border-b-base-color-bg-attention-subtle\/20 {
  border-bottom-color: rgb(255 252 245 / 0.2);
}
.border-b-base-color-bg-attention-subtle\/25 {
  border-bottom-color: rgb(255 252 245 / 0.25);
}
.border-b-base-color-bg-attention-subtle\/30 {
  border-bottom-color: rgb(255 252 245 / 0.3);
}
.border-b-base-color-bg-attention-subtle\/40 {
  border-bottom-color: rgb(255 252 245 / 0.4);
}
.border-b-base-color-bg-attention-subtle\/5 {
  border-bottom-color: rgb(255 252 245 / 0.05);
}
.border-b-base-color-bg-attention-subtle\/50 {
  border-bottom-color: rgb(255 252 245 / 0.5);
}
.border-b-base-color-bg-attention-subtle\/60 {
  border-bottom-color: rgb(255 252 245 / 0.6);
}
.border-b-base-color-bg-attention-subtle\/70 {
  border-bottom-color: rgb(255 252 245 / 0.7);
}
.border-b-base-color-bg-attention-subtle\/75 {
  border-bottom-color: rgb(255 252 245 / 0.75);
}
.border-b-base-color-bg-attention-subtle\/80 {
  border-bottom-color: rgb(255 252 245 / 0.8);
}
.border-b-base-color-bg-attention-subtle\/90 {
  border-bottom-color: rgb(255 252 245 / 0.9);
}
.border-b-base-color-bg-attention-subtle\/95 {
  border-bottom-color: rgb(255 252 245 / 0.95);
}
.border-b-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(255 252 245 / 60%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-0 {
  border-bottom-color: rgb(255 252 245 / 0%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-10 {
  border-bottom-color: rgb(255 252 245 / 10%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-100 {
  border-bottom-color: rgb(255 252 245 / 100%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-20 {
  border-bottom-color: rgb(255 252 245 / 20%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-30 {
  border-bottom-color: rgb(255 252 245 / 30%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-40 {
  border-bottom-color: rgb(255 252 245 / 40%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-50 {
  border-bottom-color: rgb(255 252 245 / 50%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-60 {
  border-bottom-color: rgb(255 252 245 / 60%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-70 {
  border-bottom-color: rgb(255 252 245 / 70%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-80 {
  border-bottom-color: rgb(255 252 245 / 80%);
}
.border-b-base-color-bg-attention-subtle\/core-opacity-90 {
  border-bottom-color: rgb(255 252 245 / 90%);
}
.border-b-base-color-bg-attention\/0 {
  border-bottom-color: rgb(254 240 200 / 0);
}
.border-b-base-color-bg-attention\/10 {
  border-bottom-color: rgb(254 240 200 / 0.1);
}
.border-b-base-color-bg-attention\/100 {
  border-bottom-color: rgb(254 240 200 / 1);
}
.border-b-base-color-bg-attention\/20 {
  border-bottom-color: rgb(254 240 200 / 0.2);
}
.border-b-base-color-bg-attention\/25 {
  border-bottom-color: rgb(254 240 200 / 0.25);
}
.border-b-base-color-bg-attention\/30 {
  border-bottom-color: rgb(254 240 200 / 0.3);
}
.border-b-base-color-bg-attention\/40 {
  border-bottom-color: rgb(254 240 200 / 0.4);
}
.border-b-base-color-bg-attention\/5 {
  border-bottom-color: rgb(254 240 200 / 0.05);
}
.border-b-base-color-bg-attention\/50 {
  border-bottom-color: rgb(254 240 200 / 0.5);
}
.border-b-base-color-bg-attention\/60 {
  border-bottom-color: rgb(254 240 200 / 0.6);
}
.border-b-base-color-bg-attention\/70 {
  border-bottom-color: rgb(254 240 200 / 0.7);
}
.border-b-base-color-bg-attention\/75 {
  border-bottom-color: rgb(254 240 200 / 0.75);
}
.border-b-base-color-bg-attention\/80 {
  border-bottom-color: rgb(254 240 200 / 0.8);
}
.border-b-base-color-bg-attention\/90 {
  border-bottom-color: rgb(254 240 200 / 0.9);
}
.border-b-base-color-bg-attention\/95 {
  border-bottom-color: rgb(254 240 200 / 0.95);
}
.border-b-base-color-bg-attention\/base-opacity-disabled {
  border-bottom-color: rgb(254 240 200 / 60%);
}
.border-b-base-color-bg-attention\/core-opacity-0 {
  border-bottom-color: rgb(254 240 200 / 0%);
}
.border-b-base-color-bg-attention\/core-opacity-10 {
  border-bottom-color: rgb(254 240 200 / 10%);
}
.border-b-base-color-bg-attention\/core-opacity-100 {
  border-bottom-color: rgb(254 240 200 / 100%);
}
.border-b-base-color-bg-attention\/core-opacity-20 {
  border-bottom-color: rgb(254 240 200 / 20%);
}
.border-b-base-color-bg-attention\/core-opacity-30 {
  border-bottom-color: rgb(254 240 200 / 30%);
}
.border-b-base-color-bg-attention\/core-opacity-40 {
  border-bottom-color: rgb(254 240 200 / 40%);
}
.border-b-base-color-bg-attention\/core-opacity-50 {
  border-bottom-color: rgb(254 240 200 / 50%);
}
.border-b-base-color-bg-attention\/core-opacity-60 {
  border-bottom-color: rgb(254 240 200 / 60%);
}
.border-b-base-color-bg-attention\/core-opacity-70 {
  border-bottom-color: rgb(254 240 200 / 70%);
}
.border-b-base-color-bg-attention\/core-opacity-80 {
  border-bottom-color: rgb(254 240 200 / 80%);
}
.border-b-base-color-bg-attention\/core-opacity-90 {
  border-bottom-color: rgb(254 240 200 / 90%);
}
.border-b-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-b-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-b-base-color-bg-brand-emphasis\/0 {
  border-bottom-color: rgb(93 91 215 / 0);
}
.border-b-base-color-bg-brand-emphasis\/10 {
  border-bottom-color: rgb(93 91 215 / 0.1);
}
.border-b-base-color-bg-brand-emphasis\/100 {
  border-bottom-color: rgb(93 91 215 / 1);
}
.border-b-base-color-bg-brand-emphasis\/20 {
  border-bottom-color: rgb(93 91 215 / 0.2);
}
.border-b-base-color-bg-brand-emphasis\/25 {
  border-bottom-color: rgb(93 91 215 / 0.25);
}
.border-b-base-color-bg-brand-emphasis\/30 {
  border-bottom-color: rgb(93 91 215 / 0.3);
}
.border-b-base-color-bg-brand-emphasis\/40 {
  border-bottom-color: rgb(93 91 215 / 0.4);
}
.border-b-base-color-bg-brand-emphasis\/5 {
  border-bottom-color: rgb(93 91 215 / 0.05);
}
.border-b-base-color-bg-brand-emphasis\/50 {
  border-bottom-color: rgb(93 91 215 / 0.5);
}
.border-b-base-color-bg-brand-emphasis\/60 {
  border-bottom-color: rgb(93 91 215 / 0.6);
}
.border-b-base-color-bg-brand-emphasis\/70 {
  border-bottom-color: rgb(93 91 215 / 0.7);
}
.border-b-base-color-bg-brand-emphasis\/75 {
  border-bottom-color: rgb(93 91 215 / 0.75);
}
.border-b-base-color-bg-brand-emphasis\/80 {
  border-bottom-color: rgb(93 91 215 / 0.8);
}
.border-b-base-color-bg-brand-emphasis\/90 {
  border-bottom-color: rgb(93 91 215 / 0.9);
}
.border-b-base-color-bg-brand-emphasis\/95 {
  border-bottom-color: rgb(93 91 215 / 0.95);
}
.border-b-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(93 91 215 / 60%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(93 91 215 / 0%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(93 91 215 / 10%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(93 91 215 / 100%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(93 91 215 / 20%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(93 91 215 / 30%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(93 91 215 / 40%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(93 91 215 / 50%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(93 91 215 / 60%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(93 91 215 / 70%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(93 91 215 / 80%);
}
.border-b-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(93 91 215 / 90%);
}
.border-b-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-b-base-color-bg-brand-subtle\/0 {
  border-bottom-color: rgb(242 244 253 / 0);
}
.border-b-base-color-bg-brand-subtle\/10 {
  border-bottom-color: rgb(242 244 253 / 0.1);
}
.border-b-base-color-bg-brand-subtle\/100 {
  border-bottom-color: rgb(242 244 253 / 1);
}
.border-b-base-color-bg-brand-subtle\/20 {
  border-bottom-color: rgb(242 244 253 / 0.2);
}
.border-b-base-color-bg-brand-subtle\/25 {
  border-bottom-color: rgb(242 244 253 / 0.25);
}
.border-b-base-color-bg-brand-subtle\/30 {
  border-bottom-color: rgb(242 244 253 / 0.3);
}
.border-b-base-color-bg-brand-subtle\/40 {
  border-bottom-color: rgb(242 244 253 / 0.4);
}
.border-b-base-color-bg-brand-subtle\/5 {
  border-bottom-color: rgb(242 244 253 / 0.05);
}
.border-b-base-color-bg-brand-subtle\/50 {
  border-bottom-color: rgb(242 244 253 / 0.5);
}
.border-b-base-color-bg-brand-subtle\/60 {
  border-bottom-color: rgb(242 244 253 / 0.6);
}
.border-b-base-color-bg-brand-subtle\/70 {
  border-bottom-color: rgb(242 244 253 / 0.7);
}
.border-b-base-color-bg-brand-subtle\/75 {
  border-bottom-color: rgb(242 244 253 / 0.75);
}
.border-b-base-color-bg-brand-subtle\/80 {
  border-bottom-color: rgb(242 244 253 / 0.8);
}
.border-b-base-color-bg-brand-subtle\/90 {
  border-bottom-color: rgb(242 244 253 / 0.9);
}
.border-b-base-color-bg-brand-subtle\/95 {
  border-bottom-color: rgb(242 244 253 / 0.95);
}
.border-b-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(242 244 253 / 60%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-0 {
  border-bottom-color: rgb(242 244 253 / 0%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-10 {
  border-bottom-color: rgb(242 244 253 / 10%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-100 {
  border-bottom-color: rgb(242 244 253 / 100%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-20 {
  border-bottom-color: rgb(242 244 253 / 20%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-30 {
  border-bottom-color: rgb(242 244 253 / 30%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-40 {
  border-bottom-color: rgb(242 244 253 / 40%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-50 {
  border-bottom-color: rgb(242 244 253 / 50%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-60 {
  border-bottom-color: rgb(242 244 253 / 60%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-70 {
  border-bottom-color: rgb(242 244 253 / 70%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-80 {
  border-bottom-color: rgb(242 244 253 / 80%);
}
.border-b-base-color-bg-brand-subtle\/core-opacity-90 {
  border-bottom-color: rgb(242 244 253 / 90%);
}
.border-b-base-color-bg-brand\/0 {
  border-bottom-color: rgb(205 214 249 / 0);
}
.border-b-base-color-bg-brand\/10 {
  border-bottom-color: rgb(205 214 249 / 0.1);
}
.border-b-base-color-bg-brand\/100 {
  border-bottom-color: rgb(205 214 249 / 1);
}
.border-b-base-color-bg-brand\/20 {
  border-bottom-color: rgb(205 214 249 / 0.2);
}
.border-b-base-color-bg-brand\/25 {
  border-bottom-color: rgb(205 214 249 / 0.25);
}
.border-b-base-color-bg-brand\/30 {
  border-bottom-color: rgb(205 214 249 / 0.3);
}
.border-b-base-color-bg-brand\/40 {
  border-bottom-color: rgb(205 214 249 / 0.4);
}
.border-b-base-color-bg-brand\/5 {
  border-bottom-color: rgb(205 214 249 / 0.05);
}
.border-b-base-color-bg-brand\/50 {
  border-bottom-color: rgb(205 214 249 / 0.5);
}
.border-b-base-color-bg-brand\/60 {
  border-bottom-color: rgb(205 214 249 / 0.6);
}
.border-b-base-color-bg-brand\/70 {
  border-bottom-color: rgb(205 214 249 / 0.7);
}
.border-b-base-color-bg-brand\/75 {
  border-bottom-color: rgb(205 214 249 / 0.75);
}
.border-b-base-color-bg-brand\/80 {
  border-bottom-color: rgb(205 214 249 / 0.8);
}
.border-b-base-color-bg-brand\/90 {
  border-bottom-color: rgb(205 214 249 / 0.9);
}
.border-b-base-color-bg-brand\/95 {
  border-bottom-color: rgb(205 214 249 / 0.95);
}
.border-b-base-color-bg-brand\/base-opacity-disabled {
  border-bottom-color: rgb(205 214 249 / 60%);
}
.border-b-base-color-bg-brand\/core-opacity-0 {
  border-bottom-color: rgb(205 214 249 / 0%);
}
.border-b-base-color-bg-brand\/core-opacity-10 {
  border-bottom-color: rgb(205 214 249 / 10%);
}
.border-b-base-color-bg-brand\/core-opacity-100 {
  border-bottom-color: rgb(205 214 249 / 100%);
}
.border-b-base-color-bg-brand\/core-opacity-20 {
  border-bottom-color: rgb(205 214 249 / 20%);
}
.border-b-base-color-bg-brand\/core-opacity-30 {
  border-bottom-color: rgb(205 214 249 / 30%);
}
.border-b-base-color-bg-brand\/core-opacity-40 {
  border-bottom-color: rgb(205 214 249 / 40%);
}
.border-b-base-color-bg-brand\/core-opacity-50 {
  border-bottom-color: rgb(205 214 249 / 50%);
}
.border-b-base-color-bg-brand\/core-opacity-60 {
  border-bottom-color: rgb(205 214 249 / 60%);
}
.border-b-base-color-bg-brand\/core-opacity-70 {
  border-bottom-color: rgb(205 214 249 / 70%);
}
.border-b-base-color-bg-brand\/core-opacity-80 {
  border-bottom-color: rgb(205 214 249 / 80%);
}
.border-b-base-color-bg-brand\/core-opacity-90 {
  border-bottom-color: rgb(205 214 249 / 90%);
}
.border-b-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-b-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-b-base-color-bg-danger-emphasis\/0 {
  border-bottom-color: rgb(240 68 56 / 0);
}
.border-b-base-color-bg-danger-emphasis\/10 {
  border-bottom-color: rgb(240 68 56 / 0.1);
}
.border-b-base-color-bg-danger-emphasis\/100 {
  border-bottom-color: rgb(240 68 56 / 1);
}
.border-b-base-color-bg-danger-emphasis\/20 {
  border-bottom-color: rgb(240 68 56 / 0.2);
}
.border-b-base-color-bg-danger-emphasis\/25 {
  border-bottom-color: rgb(240 68 56 / 0.25);
}
.border-b-base-color-bg-danger-emphasis\/30 {
  border-bottom-color: rgb(240 68 56 / 0.3);
}
.border-b-base-color-bg-danger-emphasis\/40 {
  border-bottom-color: rgb(240 68 56 / 0.4);
}
.border-b-base-color-bg-danger-emphasis\/5 {
  border-bottom-color: rgb(240 68 56 / 0.05);
}
.border-b-base-color-bg-danger-emphasis\/50 {
  border-bottom-color: rgb(240 68 56 / 0.5);
}
.border-b-base-color-bg-danger-emphasis\/60 {
  border-bottom-color: rgb(240 68 56 / 0.6);
}
.border-b-base-color-bg-danger-emphasis\/70 {
  border-bottom-color: rgb(240 68 56 / 0.7);
}
.border-b-base-color-bg-danger-emphasis\/75 {
  border-bottom-color: rgb(240 68 56 / 0.75);
}
.border-b-base-color-bg-danger-emphasis\/80 {
  border-bottom-color: rgb(240 68 56 / 0.8);
}
.border-b-base-color-bg-danger-emphasis\/90 {
  border-bottom-color: rgb(240 68 56 / 0.9);
}
.border-b-base-color-bg-danger-emphasis\/95 {
  border-bottom-color: rgb(240 68 56 / 0.95);
}
.border-b-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(240 68 56 / 60%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(240 68 56 / 0%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(240 68 56 / 10%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(240 68 56 / 100%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(240 68 56 / 20%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(240 68 56 / 30%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(240 68 56 / 40%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(240 68 56 / 50%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(240 68 56 / 60%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(240 68 56 / 70%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(240 68 56 / 80%);
}
.border-b-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(240 68 56 / 90%);
}
.border-b-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-b-base-color-bg-danger-subtle\/0 {
  border-bottom-color: rgb(255 251 250 / 0);
}
.border-b-base-color-bg-danger-subtle\/10 {
  border-bottom-color: rgb(255 251 250 / 0.1);
}
.border-b-base-color-bg-danger-subtle\/100 {
  border-bottom-color: rgb(255 251 250 / 1);
}
.border-b-base-color-bg-danger-subtle\/20 {
  border-bottom-color: rgb(255 251 250 / 0.2);
}
.border-b-base-color-bg-danger-subtle\/25 {
  border-bottom-color: rgb(255 251 250 / 0.25);
}
.border-b-base-color-bg-danger-subtle\/30 {
  border-bottom-color: rgb(255 251 250 / 0.3);
}
.border-b-base-color-bg-danger-subtle\/40 {
  border-bottom-color: rgb(255 251 250 / 0.4);
}
.border-b-base-color-bg-danger-subtle\/5 {
  border-bottom-color: rgb(255 251 250 / 0.05);
}
.border-b-base-color-bg-danger-subtle\/50 {
  border-bottom-color: rgb(255 251 250 / 0.5);
}
.border-b-base-color-bg-danger-subtle\/60 {
  border-bottom-color: rgb(255 251 250 / 0.6);
}
.border-b-base-color-bg-danger-subtle\/70 {
  border-bottom-color: rgb(255 251 250 / 0.7);
}
.border-b-base-color-bg-danger-subtle\/75 {
  border-bottom-color: rgb(255 251 250 / 0.75);
}
.border-b-base-color-bg-danger-subtle\/80 {
  border-bottom-color: rgb(255 251 250 / 0.8);
}
.border-b-base-color-bg-danger-subtle\/90 {
  border-bottom-color: rgb(255 251 250 / 0.9);
}
.border-b-base-color-bg-danger-subtle\/95 {
  border-bottom-color: rgb(255 251 250 / 0.95);
}
.border-b-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(255 251 250 / 60%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-0 {
  border-bottom-color: rgb(255 251 250 / 0%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-10 {
  border-bottom-color: rgb(255 251 250 / 10%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-100 {
  border-bottom-color: rgb(255 251 250 / 100%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-20 {
  border-bottom-color: rgb(255 251 250 / 20%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-30 {
  border-bottom-color: rgb(255 251 250 / 30%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-40 {
  border-bottom-color: rgb(255 251 250 / 40%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-50 {
  border-bottom-color: rgb(255 251 250 / 50%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-60 {
  border-bottom-color: rgb(255 251 250 / 60%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-70 {
  border-bottom-color: rgb(255 251 250 / 70%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-80 {
  border-bottom-color: rgb(255 251 250 / 80%);
}
.border-b-base-color-bg-danger-subtle\/core-opacity-90 {
  border-bottom-color: rgb(255 251 250 / 90%);
}
.border-b-base-color-bg-danger\/0 {
  border-bottom-color: rgb(254 227 225 / 0);
}
.border-b-base-color-bg-danger\/10 {
  border-bottom-color: rgb(254 227 225 / 0.1);
}
.border-b-base-color-bg-danger\/100 {
  border-bottom-color: rgb(254 227 225 / 1);
}
.border-b-base-color-bg-danger\/20 {
  border-bottom-color: rgb(254 227 225 / 0.2);
}
.border-b-base-color-bg-danger\/25 {
  border-bottom-color: rgb(254 227 225 / 0.25);
}
.border-b-base-color-bg-danger\/30 {
  border-bottom-color: rgb(254 227 225 / 0.3);
}
.border-b-base-color-bg-danger\/40 {
  border-bottom-color: rgb(254 227 225 / 0.4);
}
.border-b-base-color-bg-danger\/5 {
  border-bottom-color: rgb(254 227 225 / 0.05);
}
.border-b-base-color-bg-danger\/50 {
  border-bottom-color: rgb(254 227 225 / 0.5);
}
.border-b-base-color-bg-danger\/60 {
  border-bottom-color: rgb(254 227 225 / 0.6);
}
.border-b-base-color-bg-danger\/70 {
  border-bottom-color: rgb(254 227 225 / 0.7);
}
.border-b-base-color-bg-danger\/75 {
  border-bottom-color: rgb(254 227 225 / 0.75);
}
.border-b-base-color-bg-danger\/80 {
  border-bottom-color: rgb(254 227 225 / 0.8);
}
.border-b-base-color-bg-danger\/90 {
  border-bottom-color: rgb(254 227 225 / 0.9);
}
.border-b-base-color-bg-danger\/95 {
  border-bottom-color: rgb(254 227 225 / 0.95);
}
.border-b-base-color-bg-danger\/base-opacity-disabled {
  border-bottom-color: rgb(254 227 225 / 60%);
}
.border-b-base-color-bg-danger\/core-opacity-0 {
  border-bottom-color: rgb(254 227 225 / 0%);
}
.border-b-base-color-bg-danger\/core-opacity-10 {
  border-bottom-color: rgb(254 227 225 / 10%);
}
.border-b-base-color-bg-danger\/core-opacity-100 {
  border-bottom-color: rgb(254 227 225 / 100%);
}
.border-b-base-color-bg-danger\/core-opacity-20 {
  border-bottom-color: rgb(254 227 225 / 20%);
}
.border-b-base-color-bg-danger\/core-opacity-30 {
  border-bottom-color: rgb(254 227 225 / 30%);
}
.border-b-base-color-bg-danger\/core-opacity-40 {
  border-bottom-color: rgb(254 227 225 / 40%);
}
.border-b-base-color-bg-danger\/core-opacity-50 {
  border-bottom-color: rgb(254 227 225 / 50%);
}
.border-b-base-color-bg-danger\/core-opacity-60 {
  border-bottom-color: rgb(254 227 225 / 60%);
}
.border-b-base-color-bg-danger\/core-opacity-70 {
  border-bottom-color: rgb(254 227 225 / 70%);
}
.border-b-base-color-bg-danger\/core-opacity-80 {
  border-bottom-color: rgb(254 227 225 / 80%);
}
.border-b-base-color-bg-danger\/core-opacity-90 {
  border-bottom-color: rgb(254 227 225 / 90%);
}
.border-b-base-color-bg-default {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-base-color-bg-default\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-base-color-bg-default\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-base-color-bg-default\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-base-color-bg-default\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-base-color-bg-default\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-base-color-bg-default\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-base-color-bg-default\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-base-color-bg-default\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-base-color-bg-default\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-base-color-bg-default\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-base-color-bg-default\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-base-color-bg-default\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-base-color-bg-default\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-base-color-bg-default\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-base-color-bg-default\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-base-color-bg-default\/base-opacity-disabled {
  border-bottom-color: rgb(255 255 255 / 60%);
}
.border-b-base-color-bg-default\/core-opacity-0 {
  border-bottom-color: rgb(255 255 255 / 0%);
}
.border-b-base-color-bg-default\/core-opacity-10 {
  border-bottom-color: rgb(255 255 255 / 10%);
}
.border-b-base-color-bg-default\/core-opacity-100 {
  border-bottom-color: rgb(255 255 255 / 100%);
}
.border-b-base-color-bg-default\/core-opacity-20 {
  border-bottom-color: rgb(255 255 255 / 20%);
}
.border-b-base-color-bg-default\/core-opacity-30 {
  border-bottom-color: rgb(255 255 255 / 30%);
}
.border-b-base-color-bg-default\/core-opacity-40 {
  border-bottom-color: rgb(255 255 255 / 40%);
}
.border-b-base-color-bg-default\/core-opacity-50 {
  border-bottom-color: rgb(255 255 255 / 50%);
}
.border-b-base-color-bg-default\/core-opacity-60 {
  border-bottom-color: rgb(255 255 255 / 60%);
}
.border-b-base-color-bg-default\/core-opacity-70 {
  border-bottom-color: rgb(255 255 255 / 70%);
}
.border-b-base-color-bg-default\/core-opacity-80 {
  border-bottom-color: rgb(255 255 255 / 80%);
}
.border-b-base-color-bg-default\/core-opacity-90 {
  border-bottom-color: rgb(255 255 255 / 90%);
}
.border-b-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-b-base-color-bg-emphasis\/0 {
  border-bottom-color: rgb(16 24 40 / 0);
}
.border-b-base-color-bg-emphasis\/10 {
  border-bottom-color: rgb(16 24 40 / 0.1);
}
.border-b-base-color-bg-emphasis\/100 {
  border-bottom-color: rgb(16 24 40 / 1);
}
.border-b-base-color-bg-emphasis\/20 {
  border-bottom-color: rgb(16 24 40 / 0.2);
}
.border-b-base-color-bg-emphasis\/25 {
  border-bottom-color: rgb(16 24 40 / 0.25);
}
.border-b-base-color-bg-emphasis\/30 {
  border-bottom-color: rgb(16 24 40 / 0.3);
}
.border-b-base-color-bg-emphasis\/40 {
  border-bottom-color: rgb(16 24 40 / 0.4);
}
.border-b-base-color-bg-emphasis\/5 {
  border-bottom-color: rgb(16 24 40 / 0.05);
}
.border-b-base-color-bg-emphasis\/50 {
  border-bottom-color: rgb(16 24 40 / 0.5);
}
.border-b-base-color-bg-emphasis\/60 {
  border-bottom-color: rgb(16 24 40 / 0.6);
}
.border-b-base-color-bg-emphasis\/70 {
  border-bottom-color: rgb(16 24 40 / 0.7);
}
.border-b-base-color-bg-emphasis\/75 {
  border-bottom-color: rgb(16 24 40 / 0.75);
}
.border-b-base-color-bg-emphasis\/80 {
  border-bottom-color: rgb(16 24 40 / 0.8);
}
.border-b-base-color-bg-emphasis\/90 {
  border-bottom-color: rgb(16 24 40 / 0.9);
}
.border-b-base-color-bg-emphasis\/95 {
  border-bottom-color: rgb(16 24 40 / 0.95);
}
.border-b-base-color-bg-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(16 24 40 / 60%);
}
.border-b-base-color-bg-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(16 24 40 / 0%);
}
.border-b-base-color-bg-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(16 24 40 / 10%);
}
.border-b-base-color-bg-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(16 24 40 / 100%);
}
.border-b-base-color-bg-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(16 24 40 / 20%);
}
.border-b-base-color-bg-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(16 24 40 / 30%);
}
.border-b-base-color-bg-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(16 24 40 / 40%);
}
.border-b-base-color-bg-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(16 24 40 / 50%);
}
.border-b-base-color-bg-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(16 24 40 / 60%);
}
.border-b-base-color-bg-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(16 24 40 / 70%);
}
.border-b-base-color-bg-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(16 24 40 / 80%);
}
.border-b-base-color-bg-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(16 24 40 / 90%);
}
.border-b-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-b-base-color-bg-muted\/0 {
  border-bottom-color: rgb(234 236 240 / 0);
}
.border-b-base-color-bg-muted\/10 {
  border-bottom-color: rgb(234 236 240 / 0.1);
}
.border-b-base-color-bg-muted\/100 {
  border-bottom-color: rgb(234 236 240 / 1);
}
.border-b-base-color-bg-muted\/20 {
  border-bottom-color: rgb(234 236 240 / 0.2);
}
.border-b-base-color-bg-muted\/25 {
  border-bottom-color: rgb(234 236 240 / 0.25);
}
.border-b-base-color-bg-muted\/30 {
  border-bottom-color: rgb(234 236 240 / 0.3);
}
.border-b-base-color-bg-muted\/40 {
  border-bottom-color: rgb(234 236 240 / 0.4);
}
.border-b-base-color-bg-muted\/5 {
  border-bottom-color: rgb(234 236 240 / 0.05);
}
.border-b-base-color-bg-muted\/50 {
  border-bottom-color: rgb(234 236 240 / 0.5);
}
.border-b-base-color-bg-muted\/60 {
  border-bottom-color: rgb(234 236 240 / 0.6);
}
.border-b-base-color-bg-muted\/70 {
  border-bottom-color: rgb(234 236 240 / 0.7);
}
.border-b-base-color-bg-muted\/75 {
  border-bottom-color: rgb(234 236 240 / 0.75);
}
.border-b-base-color-bg-muted\/80 {
  border-bottom-color: rgb(234 236 240 / 0.8);
}
.border-b-base-color-bg-muted\/90 {
  border-bottom-color: rgb(234 236 240 / 0.9);
}
.border-b-base-color-bg-muted\/95 {
  border-bottom-color: rgb(234 236 240 / 0.95);
}
.border-b-base-color-bg-muted\/base-opacity-disabled {
  border-bottom-color: rgb(234 236 240 / 60%);
}
.border-b-base-color-bg-muted\/core-opacity-0 {
  border-bottom-color: rgb(234 236 240 / 0%);
}
.border-b-base-color-bg-muted\/core-opacity-10 {
  border-bottom-color: rgb(234 236 240 / 10%);
}
.border-b-base-color-bg-muted\/core-opacity-100 {
  border-bottom-color: rgb(234 236 240 / 100%);
}
.border-b-base-color-bg-muted\/core-opacity-20 {
  border-bottom-color: rgb(234 236 240 / 20%);
}
.border-b-base-color-bg-muted\/core-opacity-30 {
  border-bottom-color: rgb(234 236 240 / 30%);
}
.border-b-base-color-bg-muted\/core-opacity-40 {
  border-bottom-color: rgb(234 236 240 / 40%);
}
.border-b-base-color-bg-muted\/core-opacity-50 {
  border-bottom-color: rgb(234 236 240 / 50%);
}
.border-b-base-color-bg-muted\/core-opacity-60 {
  border-bottom-color: rgb(234 236 240 / 60%);
}
.border-b-base-color-bg-muted\/core-opacity-70 {
  border-bottom-color: rgb(234 236 240 / 70%);
}
.border-b-base-color-bg-muted\/core-opacity-80 {
  border-bottom-color: rgb(234 236 240 / 80%);
}
.border-b-base-color-bg-muted\/core-opacity-90 {
  border-bottom-color: rgb(234 236 240 / 90%);
}
.border-b-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-b-base-color-bg-subtle\/0 {
  border-bottom-color: rgb(242 244 247 / 0);
}
.border-b-base-color-bg-subtle\/10 {
  border-bottom-color: rgb(242 244 247 / 0.1);
}
.border-b-base-color-bg-subtle\/100 {
  border-bottom-color: rgb(242 244 247 / 1);
}
.border-b-base-color-bg-subtle\/20 {
  border-bottom-color: rgb(242 244 247 / 0.2);
}
.border-b-base-color-bg-subtle\/25 {
  border-bottom-color: rgb(242 244 247 / 0.25);
}
.border-b-base-color-bg-subtle\/30 {
  border-bottom-color: rgb(242 244 247 / 0.3);
}
.border-b-base-color-bg-subtle\/40 {
  border-bottom-color: rgb(242 244 247 / 0.4);
}
.border-b-base-color-bg-subtle\/5 {
  border-bottom-color: rgb(242 244 247 / 0.05);
}
.border-b-base-color-bg-subtle\/50 {
  border-bottom-color: rgb(242 244 247 / 0.5);
}
.border-b-base-color-bg-subtle\/60 {
  border-bottom-color: rgb(242 244 247 / 0.6);
}
.border-b-base-color-bg-subtle\/70 {
  border-bottom-color: rgb(242 244 247 / 0.7);
}
.border-b-base-color-bg-subtle\/75 {
  border-bottom-color: rgb(242 244 247 / 0.75);
}
.border-b-base-color-bg-subtle\/80 {
  border-bottom-color: rgb(242 244 247 / 0.8);
}
.border-b-base-color-bg-subtle\/90 {
  border-bottom-color: rgb(242 244 247 / 0.9);
}
.border-b-base-color-bg-subtle\/95 {
  border-bottom-color: rgb(242 244 247 / 0.95);
}
.border-b-base-color-bg-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(242 244 247 / 60%);
}
.border-b-base-color-bg-subtle\/core-opacity-0 {
  border-bottom-color: rgb(242 244 247 / 0%);
}
.border-b-base-color-bg-subtle\/core-opacity-10 {
  border-bottom-color: rgb(242 244 247 / 10%);
}
.border-b-base-color-bg-subtle\/core-opacity-100 {
  border-bottom-color: rgb(242 244 247 / 100%);
}
.border-b-base-color-bg-subtle\/core-opacity-20 {
  border-bottom-color: rgb(242 244 247 / 20%);
}
.border-b-base-color-bg-subtle\/core-opacity-30 {
  border-bottom-color: rgb(242 244 247 / 30%);
}
.border-b-base-color-bg-subtle\/core-opacity-40 {
  border-bottom-color: rgb(242 244 247 / 40%);
}
.border-b-base-color-bg-subtle\/core-opacity-50 {
  border-bottom-color: rgb(242 244 247 / 50%);
}
.border-b-base-color-bg-subtle\/core-opacity-60 {
  border-bottom-color: rgb(242 244 247 / 60%);
}
.border-b-base-color-bg-subtle\/core-opacity-70 {
  border-bottom-color: rgb(242 244 247 / 70%);
}
.border-b-base-color-bg-subtle\/core-opacity-80 {
  border-bottom-color: rgb(242 244 247 / 80%);
}
.border-b-base-color-bg-subtle\/core-opacity-90 {
  border-bottom-color: rgb(242 244 247 / 90%);
}
.border-b-base-color-bg-success {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-b-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-b-base-color-bg-success-emphasis\/0 {
  border-bottom-color: rgb(18 181 105 / 0);
}
.border-b-base-color-bg-success-emphasis\/10 {
  border-bottom-color: rgb(18 181 105 / 0.1);
}
.border-b-base-color-bg-success-emphasis\/100 {
  border-bottom-color: rgb(18 181 105 / 1);
}
.border-b-base-color-bg-success-emphasis\/20 {
  border-bottom-color: rgb(18 181 105 / 0.2);
}
.border-b-base-color-bg-success-emphasis\/25 {
  border-bottom-color: rgb(18 181 105 / 0.25);
}
.border-b-base-color-bg-success-emphasis\/30 {
  border-bottom-color: rgb(18 181 105 / 0.3);
}
.border-b-base-color-bg-success-emphasis\/40 {
  border-bottom-color: rgb(18 181 105 / 0.4);
}
.border-b-base-color-bg-success-emphasis\/5 {
  border-bottom-color: rgb(18 181 105 / 0.05);
}
.border-b-base-color-bg-success-emphasis\/50 {
  border-bottom-color: rgb(18 181 105 / 0.5);
}
.border-b-base-color-bg-success-emphasis\/60 {
  border-bottom-color: rgb(18 181 105 / 0.6);
}
.border-b-base-color-bg-success-emphasis\/70 {
  border-bottom-color: rgb(18 181 105 / 0.7);
}
.border-b-base-color-bg-success-emphasis\/75 {
  border-bottom-color: rgb(18 181 105 / 0.75);
}
.border-b-base-color-bg-success-emphasis\/80 {
  border-bottom-color: rgb(18 181 105 / 0.8);
}
.border-b-base-color-bg-success-emphasis\/90 {
  border-bottom-color: rgb(18 181 105 / 0.9);
}
.border-b-base-color-bg-success-emphasis\/95 {
  border-bottom-color: rgb(18 181 105 / 0.95);
}
.border-b-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-bottom-color: rgb(18 181 105 / 60%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-0 {
  border-bottom-color: rgb(18 181 105 / 0%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-10 {
  border-bottom-color: rgb(18 181 105 / 10%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-100 {
  border-bottom-color: rgb(18 181 105 / 100%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-20 {
  border-bottom-color: rgb(18 181 105 / 20%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-30 {
  border-bottom-color: rgb(18 181 105 / 30%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-40 {
  border-bottom-color: rgb(18 181 105 / 40%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-50 {
  border-bottom-color: rgb(18 181 105 / 50%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-60 {
  border-bottom-color: rgb(18 181 105 / 60%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-70 {
  border-bottom-color: rgb(18 181 105 / 70%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-80 {
  border-bottom-color: rgb(18 181 105 / 80%);
}
.border-b-base-color-bg-success-emphasis\/core-opacity-90 {
  border-bottom-color: rgb(18 181 105 / 90%);
}
.border-b-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-b-base-color-bg-success-subtle\/0 {
  border-bottom-color: rgb(246 254 249 / 0);
}
.border-b-base-color-bg-success-subtle\/10 {
  border-bottom-color: rgb(246 254 249 / 0.1);
}
.border-b-base-color-bg-success-subtle\/100 {
  border-bottom-color: rgb(246 254 249 / 1);
}
.border-b-base-color-bg-success-subtle\/20 {
  border-bottom-color: rgb(246 254 249 / 0.2);
}
.border-b-base-color-bg-success-subtle\/25 {
  border-bottom-color: rgb(246 254 249 / 0.25);
}
.border-b-base-color-bg-success-subtle\/30 {
  border-bottom-color: rgb(246 254 249 / 0.3);
}
.border-b-base-color-bg-success-subtle\/40 {
  border-bottom-color: rgb(246 254 249 / 0.4);
}
.border-b-base-color-bg-success-subtle\/5 {
  border-bottom-color: rgb(246 254 249 / 0.05);
}
.border-b-base-color-bg-success-subtle\/50 {
  border-bottom-color: rgb(246 254 249 / 0.5);
}
.border-b-base-color-bg-success-subtle\/60 {
  border-bottom-color: rgb(246 254 249 / 0.6);
}
.border-b-base-color-bg-success-subtle\/70 {
  border-bottom-color: rgb(246 254 249 / 0.7);
}
.border-b-base-color-bg-success-subtle\/75 {
  border-bottom-color: rgb(246 254 249 / 0.75);
}
.border-b-base-color-bg-success-subtle\/80 {
  border-bottom-color: rgb(246 254 249 / 0.8);
}
.border-b-base-color-bg-success-subtle\/90 {
  border-bottom-color: rgb(246 254 249 / 0.9);
}
.border-b-base-color-bg-success-subtle\/95 {
  border-bottom-color: rgb(246 254 249 / 0.95);
}
.border-b-base-color-bg-success-subtle\/base-opacity-disabled {
  border-bottom-color: rgb(246 254 249 / 60%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-0 {
  border-bottom-color: rgb(246 254 249 / 0%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-10 {
  border-bottom-color: rgb(246 254 249 / 10%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-100 {
  border-bottom-color: rgb(246 254 249 / 100%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-20 {
  border-bottom-color: rgb(246 254 249 / 20%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-30 {
  border-bottom-color: rgb(246 254 249 / 30%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-40 {
  border-bottom-color: rgb(246 254 249 / 40%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-50 {
  border-bottom-color: rgb(246 254 249 / 50%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-60 {
  border-bottom-color: rgb(246 254 249 / 60%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-70 {
  border-bottom-color: rgb(246 254 249 / 70%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-80 {
  border-bottom-color: rgb(246 254 249 / 80%);
}
.border-b-base-color-bg-success-subtle\/core-opacity-90 {
  border-bottom-color: rgb(246 254 249 / 90%);
}
.border-b-base-color-bg-success\/0 {
  border-bottom-color: rgb(209 250 223 / 0);
}
.border-b-base-color-bg-success\/10 {
  border-bottom-color: rgb(209 250 223 / 0.1);
}
.border-b-base-color-bg-success\/100 {
  border-bottom-color: rgb(209 250 223 / 1);
}
.border-b-base-color-bg-success\/20 {
  border-bottom-color: rgb(209 250 223 / 0.2);
}
.border-b-base-color-bg-success\/25 {
  border-bottom-color: rgb(209 250 223 / 0.25);
}
.border-b-base-color-bg-success\/30 {
  border-bottom-color: rgb(209 250 223 / 0.3);
}
.border-b-base-color-bg-success\/40 {
  border-bottom-color: rgb(209 250 223 / 0.4);
}
.border-b-base-color-bg-success\/5 {
  border-bottom-color: rgb(209 250 223 / 0.05);
}
.border-b-base-color-bg-success\/50 {
  border-bottom-color: rgb(209 250 223 / 0.5);
}
.border-b-base-color-bg-success\/60 {
  border-bottom-color: rgb(209 250 223 / 0.6);
}
.border-b-base-color-bg-success\/70 {
  border-bottom-color: rgb(209 250 223 / 0.7);
}
.border-b-base-color-bg-success\/75 {
  border-bottom-color: rgb(209 250 223 / 0.75);
}
.border-b-base-color-bg-success\/80 {
  border-bottom-color: rgb(209 250 223 / 0.8);
}
.border-b-base-color-bg-success\/90 {
  border-bottom-color: rgb(209 250 223 / 0.9);
}
.border-b-base-color-bg-success\/95 {
  border-bottom-color: rgb(209 250 223 / 0.95);
}
.border-b-base-color-bg-success\/base-opacity-disabled {
  border-bottom-color: rgb(209 250 223 / 60%);
}
.border-b-base-color-bg-success\/core-opacity-0 {
  border-bottom-color: rgb(209 250 223 / 0%);
}
.border-b-base-color-bg-success\/core-opacity-10 {
  border-bottom-color: rgb(209 250 223 / 10%);
}
.border-b-base-color-bg-success\/core-opacity-100 {
  border-bottom-color: rgb(209 250 223 / 100%);
}
.border-b-base-color-bg-success\/core-opacity-20 {
  border-bottom-color: rgb(209 250 223 / 20%);
}
.border-b-base-color-bg-success\/core-opacity-30 {
  border-bottom-color: rgb(209 250 223 / 30%);
}
.border-b-base-color-bg-success\/core-opacity-40 {
  border-bottom-color: rgb(209 250 223 / 40%);
}
.border-b-base-color-bg-success\/core-opacity-50 {
  border-bottom-color: rgb(209 250 223 / 50%);
}
.border-b-base-color-bg-success\/core-opacity-60 {
  border-bottom-color: rgb(209 250 223 / 60%);
}
.border-b-base-color-bg-success\/core-opacity-70 {
  border-bottom-color: rgb(209 250 223 / 70%);
}
.border-b-base-color-bg-success\/core-opacity-80 {
  border-bottom-color: rgb(209 250 223 / 80%);
}
.border-b-base-color-bg-success\/core-opacity-90 {
  border-bottom-color: rgb(209 250 223 / 90%);
}
.border-b-base-color-bg-transparent {
  border-bottom-color: #00000000;
}
.border-b-base-color-bg-transparent\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-base-color-bg-transparent\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-base-color-bg-transparent\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-base-color-bg-transparent\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-base-color-bg-transparent\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-base-color-bg-transparent\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-base-color-bg-transparent\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-base-color-bg-transparent\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-base-color-bg-transparent\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-base-color-bg-transparent\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-base-color-bg-transparent\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-base-color-bg-transparent\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-base-color-bg-transparent\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-base-color-bg-transparent\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-base-color-bg-transparent\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-base-color-bg-transparent\/base-opacity-disabled {
  border-bottom-color: rgb(0 0 0 / 60%);
}
.border-b-base-color-bg-transparent\/core-opacity-0 {
  border-bottom-color: rgb(0 0 0 / 0%);
}
.border-b-base-color-bg-transparent\/core-opacity-10 {
  border-bottom-color: rgb(0 0 0 / 10%);
}
.border-b-base-color-bg-transparent\/core-opacity-100 {
  border-bottom-color: rgb(0 0 0 / 100%);
}
.border-b-base-color-bg-transparent\/core-opacity-20 {
  border-bottom-color: rgb(0 0 0 / 20%);
}
.border-b-base-color-bg-transparent\/core-opacity-30 {
  border-bottom-color: rgb(0 0 0 / 30%);
}
.border-b-base-color-bg-transparent\/core-opacity-40 {
  border-bottom-color: rgb(0 0 0 / 40%);
}
.border-b-base-color-bg-transparent\/core-opacity-50 {
  border-bottom-color: rgb(0 0 0 / 50%);
}
.border-b-base-color-bg-transparent\/core-opacity-60 {
  border-bottom-color: rgb(0 0 0 / 60%);
}
.border-b-base-color-bg-transparent\/core-opacity-70 {
  border-bottom-color: rgb(0 0 0 / 70%);
}
.border-b-base-color-bg-transparent\/core-opacity-80 {
  border-bottom-color: rgb(0 0 0 / 80%);
}
.border-b-base-color-bg-transparent\/core-opacity-90 {
  border-bottom-color: rgb(0 0 0 / 90%);
}
.border-b-base-color-border-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-e-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-e-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-e-base-color-bg-accent-emphasis\/0 {
  border-inline-end-color: rgb(21 94 239 / 0);
}
.border-e-base-color-bg-accent-emphasis\/10 {
  border-inline-end-color: rgb(21 94 239 / 0.1);
}
.border-e-base-color-bg-accent-emphasis\/100 {
  border-inline-end-color: rgb(21 94 239 / 1);
}
.border-e-base-color-bg-accent-emphasis\/20 {
  border-inline-end-color: rgb(21 94 239 / 0.2);
}
.border-e-base-color-bg-accent-emphasis\/25 {
  border-inline-end-color: rgb(21 94 239 / 0.25);
}
.border-e-base-color-bg-accent-emphasis\/30 {
  border-inline-end-color: rgb(21 94 239 / 0.3);
}
.border-e-base-color-bg-accent-emphasis\/40 {
  border-inline-end-color: rgb(21 94 239 / 0.4);
}
.border-e-base-color-bg-accent-emphasis\/5 {
  border-inline-end-color: rgb(21 94 239 / 0.05);
}
.border-e-base-color-bg-accent-emphasis\/50 {
  border-inline-end-color: rgb(21 94 239 / 0.5);
}
.border-e-base-color-bg-accent-emphasis\/60 {
  border-inline-end-color: rgb(21 94 239 / 0.6);
}
.border-e-base-color-bg-accent-emphasis\/70 {
  border-inline-end-color: rgb(21 94 239 / 0.7);
}
.border-e-base-color-bg-accent-emphasis\/75 {
  border-inline-end-color: rgb(21 94 239 / 0.75);
}
.border-e-base-color-bg-accent-emphasis\/80 {
  border-inline-end-color: rgb(21 94 239 / 0.8);
}
.border-e-base-color-bg-accent-emphasis\/90 {
  border-inline-end-color: rgb(21 94 239 / 0.9);
}
.border-e-base-color-bg-accent-emphasis\/95 {
  border-inline-end-color: rgb(21 94 239 / 0.95);
}
.border-e-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(21 94 239 / 60%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(21 94 239 / 0%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(21 94 239 / 10%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(21 94 239 / 100%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(21 94 239 / 20%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(21 94 239 / 30%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(21 94 239 / 40%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(21 94 239 / 50%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(21 94 239 / 60%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(21 94 239 / 70%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(21 94 239 / 80%);
}
.border-e-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(21 94 239 / 90%);
}
.border-e-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-e-base-color-bg-accent-subtle\/0 {
  border-inline-end-color: rgb(245 248 255 / 0);
}
.border-e-base-color-bg-accent-subtle\/10 {
  border-inline-end-color: rgb(245 248 255 / 0.1);
}
.border-e-base-color-bg-accent-subtle\/100 {
  border-inline-end-color: rgb(245 248 255 / 1);
}
.border-e-base-color-bg-accent-subtle\/20 {
  border-inline-end-color: rgb(245 248 255 / 0.2);
}
.border-e-base-color-bg-accent-subtle\/25 {
  border-inline-end-color: rgb(245 248 255 / 0.25);
}
.border-e-base-color-bg-accent-subtle\/30 {
  border-inline-end-color: rgb(245 248 255 / 0.3);
}
.border-e-base-color-bg-accent-subtle\/40 {
  border-inline-end-color: rgb(245 248 255 / 0.4);
}
.border-e-base-color-bg-accent-subtle\/5 {
  border-inline-end-color: rgb(245 248 255 / 0.05);
}
.border-e-base-color-bg-accent-subtle\/50 {
  border-inline-end-color: rgb(245 248 255 / 0.5);
}
.border-e-base-color-bg-accent-subtle\/60 {
  border-inline-end-color: rgb(245 248 255 / 0.6);
}
.border-e-base-color-bg-accent-subtle\/70 {
  border-inline-end-color: rgb(245 248 255 / 0.7);
}
.border-e-base-color-bg-accent-subtle\/75 {
  border-inline-end-color: rgb(245 248 255 / 0.75);
}
.border-e-base-color-bg-accent-subtle\/80 {
  border-inline-end-color: rgb(245 248 255 / 0.8);
}
.border-e-base-color-bg-accent-subtle\/90 {
  border-inline-end-color: rgb(245 248 255 / 0.9);
}
.border-e-base-color-bg-accent-subtle\/95 {
  border-inline-end-color: rgb(245 248 255 / 0.95);
}
.border-e-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(245 248 255 / 60%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(245 248 255 / 0%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(245 248 255 / 10%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(245 248 255 / 100%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(245 248 255 / 20%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(245 248 255 / 30%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(245 248 255 / 40%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(245 248 255 / 50%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(245 248 255 / 60%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(245 248 255 / 70%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(245 248 255 / 80%);
}
.border-e-base-color-bg-accent-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(245 248 255 / 90%);
}
.border-e-base-color-bg-accent\/0 {
  border-inline-end-color: rgb(209 224 255 / 0);
}
.border-e-base-color-bg-accent\/10 {
  border-inline-end-color: rgb(209 224 255 / 0.1);
}
.border-e-base-color-bg-accent\/100 {
  border-inline-end-color: rgb(209 224 255 / 1);
}
.border-e-base-color-bg-accent\/20 {
  border-inline-end-color: rgb(209 224 255 / 0.2);
}
.border-e-base-color-bg-accent\/25 {
  border-inline-end-color: rgb(209 224 255 / 0.25);
}
.border-e-base-color-bg-accent\/30 {
  border-inline-end-color: rgb(209 224 255 / 0.3);
}
.border-e-base-color-bg-accent\/40 {
  border-inline-end-color: rgb(209 224 255 / 0.4);
}
.border-e-base-color-bg-accent\/5 {
  border-inline-end-color: rgb(209 224 255 / 0.05);
}
.border-e-base-color-bg-accent\/50 {
  border-inline-end-color: rgb(209 224 255 / 0.5);
}
.border-e-base-color-bg-accent\/60 {
  border-inline-end-color: rgb(209 224 255 / 0.6);
}
.border-e-base-color-bg-accent\/70 {
  border-inline-end-color: rgb(209 224 255 / 0.7);
}
.border-e-base-color-bg-accent\/75 {
  border-inline-end-color: rgb(209 224 255 / 0.75);
}
.border-e-base-color-bg-accent\/80 {
  border-inline-end-color: rgb(209 224 255 / 0.8);
}
.border-e-base-color-bg-accent\/90 {
  border-inline-end-color: rgb(209 224 255 / 0.9);
}
.border-e-base-color-bg-accent\/95 {
  border-inline-end-color: rgb(209 224 255 / 0.95);
}
.border-e-base-color-bg-accent\/base-opacity-disabled {
  border-inline-end-color: rgb(209 224 255 / 60%);
}
.border-e-base-color-bg-accent\/core-opacity-0 {
  border-inline-end-color: rgb(209 224 255 / 0%);
}
.border-e-base-color-bg-accent\/core-opacity-10 {
  border-inline-end-color: rgb(209 224 255 / 10%);
}
.border-e-base-color-bg-accent\/core-opacity-100 {
  border-inline-end-color: rgb(209 224 255 / 100%);
}
.border-e-base-color-bg-accent\/core-opacity-20 {
  border-inline-end-color: rgb(209 224 255 / 20%);
}
.border-e-base-color-bg-accent\/core-opacity-30 {
  border-inline-end-color: rgb(209 224 255 / 30%);
}
.border-e-base-color-bg-accent\/core-opacity-40 {
  border-inline-end-color: rgb(209 224 255 / 40%);
}
.border-e-base-color-bg-accent\/core-opacity-50 {
  border-inline-end-color: rgb(209 224 255 / 50%);
}
.border-e-base-color-bg-accent\/core-opacity-60 {
  border-inline-end-color: rgb(209 224 255 / 60%);
}
.border-e-base-color-bg-accent\/core-opacity-70 {
  border-inline-end-color: rgb(209 224 255 / 70%);
}
.border-e-base-color-bg-accent\/core-opacity-80 {
  border-inline-end-color: rgb(209 224 255 / 80%);
}
.border-e-base-color-bg-accent\/core-opacity-90 {
  border-inline-end-color: rgb(209 224 255 / 90%);
}
.border-e-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-e-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-e-base-color-bg-attention-emphasis\/0 {
  border-inline-end-color: rgb(221 105 3 / 0);
}
.border-e-base-color-bg-attention-emphasis\/10 {
  border-inline-end-color: rgb(221 105 3 / 0.1);
}
.border-e-base-color-bg-attention-emphasis\/100 {
  border-inline-end-color: rgb(221 105 3 / 1);
}
.border-e-base-color-bg-attention-emphasis\/20 {
  border-inline-end-color: rgb(221 105 3 / 0.2);
}
.border-e-base-color-bg-attention-emphasis\/25 {
  border-inline-end-color: rgb(221 105 3 / 0.25);
}
.border-e-base-color-bg-attention-emphasis\/30 {
  border-inline-end-color: rgb(221 105 3 / 0.3);
}
.border-e-base-color-bg-attention-emphasis\/40 {
  border-inline-end-color: rgb(221 105 3 / 0.4);
}
.border-e-base-color-bg-attention-emphasis\/5 {
  border-inline-end-color: rgb(221 105 3 / 0.05);
}
.border-e-base-color-bg-attention-emphasis\/50 {
  border-inline-end-color: rgb(221 105 3 / 0.5);
}
.border-e-base-color-bg-attention-emphasis\/60 {
  border-inline-end-color: rgb(221 105 3 / 0.6);
}
.border-e-base-color-bg-attention-emphasis\/70 {
  border-inline-end-color: rgb(221 105 3 / 0.7);
}
.border-e-base-color-bg-attention-emphasis\/75 {
  border-inline-end-color: rgb(221 105 3 / 0.75);
}
.border-e-base-color-bg-attention-emphasis\/80 {
  border-inline-end-color: rgb(221 105 3 / 0.8);
}
.border-e-base-color-bg-attention-emphasis\/90 {
  border-inline-end-color: rgb(221 105 3 / 0.9);
}
.border-e-base-color-bg-attention-emphasis\/95 {
  border-inline-end-color: rgb(221 105 3 / 0.95);
}
.border-e-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(221 105 3 / 60%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(221 105 3 / 0%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(221 105 3 / 10%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(221 105 3 / 100%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(221 105 3 / 20%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(221 105 3 / 30%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(221 105 3 / 40%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(221 105 3 / 50%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(221 105 3 / 60%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(221 105 3 / 70%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(221 105 3 / 80%);
}
.border-e-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(221 105 3 / 90%);
}
.border-e-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-e-base-color-bg-attention-subtle\/0 {
  border-inline-end-color: rgb(255 252 245 / 0);
}
.border-e-base-color-bg-attention-subtle\/10 {
  border-inline-end-color: rgb(255 252 245 / 0.1);
}
.border-e-base-color-bg-attention-subtle\/100 {
  border-inline-end-color: rgb(255 252 245 / 1);
}
.border-e-base-color-bg-attention-subtle\/20 {
  border-inline-end-color: rgb(255 252 245 / 0.2);
}
.border-e-base-color-bg-attention-subtle\/25 {
  border-inline-end-color: rgb(255 252 245 / 0.25);
}
.border-e-base-color-bg-attention-subtle\/30 {
  border-inline-end-color: rgb(255 252 245 / 0.3);
}
.border-e-base-color-bg-attention-subtle\/40 {
  border-inline-end-color: rgb(255 252 245 / 0.4);
}
.border-e-base-color-bg-attention-subtle\/5 {
  border-inline-end-color: rgb(255 252 245 / 0.05);
}
.border-e-base-color-bg-attention-subtle\/50 {
  border-inline-end-color: rgb(255 252 245 / 0.5);
}
.border-e-base-color-bg-attention-subtle\/60 {
  border-inline-end-color: rgb(255 252 245 / 0.6);
}
.border-e-base-color-bg-attention-subtle\/70 {
  border-inline-end-color: rgb(255 252 245 / 0.7);
}
.border-e-base-color-bg-attention-subtle\/75 {
  border-inline-end-color: rgb(255 252 245 / 0.75);
}
.border-e-base-color-bg-attention-subtle\/80 {
  border-inline-end-color: rgb(255 252 245 / 0.8);
}
.border-e-base-color-bg-attention-subtle\/90 {
  border-inline-end-color: rgb(255 252 245 / 0.9);
}
.border-e-base-color-bg-attention-subtle\/95 {
  border-inline-end-color: rgb(255 252 245 / 0.95);
}
.border-e-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(255 252 245 / 60%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(255 252 245 / 0%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(255 252 245 / 10%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(255 252 245 / 100%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(255 252 245 / 20%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(255 252 245 / 30%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(255 252 245 / 40%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(255 252 245 / 50%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(255 252 245 / 60%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(255 252 245 / 70%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(255 252 245 / 80%);
}
.border-e-base-color-bg-attention-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(255 252 245 / 90%);
}
.border-e-base-color-bg-attention\/0 {
  border-inline-end-color: rgb(254 240 200 / 0);
}
.border-e-base-color-bg-attention\/10 {
  border-inline-end-color: rgb(254 240 200 / 0.1);
}
.border-e-base-color-bg-attention\/100 {
  border-inline-end-color: rgb(254 240 200 / 1);
}
.border-e-base-color-bg-attention\/20 {
  border-inline-end-color: rgb(254 240 200 / 0.2);
}
.border-e-base-color-bg-attention\/25 {
  border-inline-end-color: rgb(254 240 200 / 0.25);
}
.border-e-base-color-bg-attention\/30 {
  border-inline-end-color: rgb(254 240 200 / 0.3);
}
.border-e-base-color-bg-attention\/40 {
  border-inline-end-color: rgb(254 240 200 / 0.4);
}
.border-e-base-color-bg-attention\/5 {
  border-inline-end-color: rgb(254 240 200 / 0.05);
}
.border-e-base-color-bg-attention\/50 {
  border-inline-end-color: rgb(254 240 200 / 0.5);
}
.border-e-base-color-bg-attention\/60 {
  border-inline-end-color: rgb(254 240 200 / 0.6);
}
.border-e-base-color-bg-attention\/70 {
  border-inline-end-color: rgb(254 240 200 / 0.7);
}
.border-e-base-color-bg-attention\/75 {
  border-inline-end-color: rgb(254 240 200 / 0.75);
}
.border-e-base-color-bg-attention\/80 {
  border-inline-end-color: rgb(254 240 200 / 0.8);
}
.border-e-base-color-bg-attention\/90 {
  border-inline-end-color: rgb(254 240 200 / 0.9);
}
.border-e-base-color-bg-attention\/95 {
  border-inline-end-color: rgb(254 240 200 / 0.95);
}
.border-e-base-color-bg-attention\/base-opacity-disabled {
  border-inline-end-color: rgb(254 240 200 / 60%);
}
.border-e-base-color-bg-attention\/core-opacity-0 {
  border-inline-end-color: rgb(254 240 200 / 0%);
}
.border-e-base-color-bg-attention\/core-opacity-10 {
  border-inline-end-color: rgb(254 240 200 / 10%);
}
.border-e-base-color-bg-attention\/core-opacity-100 {
  border-inline-end-color: rgb(254 240 200 / 100%);
}
.border-e-base-color-bg-attention\/core-opacity-20 {
  border-inline-end-color: rgb(254 240 200 / 20%);
}
.border-e-base-color-bg-attention\/core-opacity-30 {
  border-inline-end-color: rgb(254 240 200 / 30%);
}
.border-e-base-color-bg-attention\/core-opacity-40 {
  border-inline-end-color: rgb(254 240 200 / 40%);
}
.border-e-base-color-bg-attention\/core-opacity-50 {
  border-inline-end-color: rgb(254 240 200 / 50%);
}
.border-e-base-color-bg-attention\/core-opacity-60 {
  border-inline-end-color: rgb(254 240 200 / 60%);
}
.border-e-base-color-bg-attention\/core-opacity-70 {
  border-inline-end-color: rgb(254 240 200 / 70%);
}
.border-e-base-color-bg-attention\/core-opacity-80 {
  border-inline-end-color: rgb(254 240 200 / 80%);
}
.border-e-base-color-bg-attention\/core-opacity-90 {
  border-inline-end-color: rgb(254 240 200 / 90%);
}
.border-e-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-e-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-e-base-color-bg-brand-emphasis\/0 {
  border-inline-end-color: rgb(93 91 215 / 0);
}
.border-e-base-color-bg-brand-emphasis\/10 {
  border-inline-end-color: rgb(93 91 215 / 0.1);
}
.border-e-base-color-bg-brand-emphasis\/100 {
  border-inline-end-color: rgb(93 91 215 / 1);
}
.border-e-base-color-bg-brand-emphasis\/20 {
  border-inline-end-color: rgb(93 91 215 / 0.2);
}
.border-e-base-color-bg-brand-emphasis\/25 {
  border-inline-end-color: rgb(93 91 215 / 0.25);
}
.border-e-base-color-bg-brand-emphasis\/30 {
  border-inline-end-color: rgb(93 91 215 / 0.3);
}
.border-e-base-color-bg-brand-emphasis\/40 {
  border-inline-end-color: rgb(93 91 215 / 0.4);
}
.border-e-base-color-bg-brand-emphasis\/5 {
  border-inline-end-color: rgb(93 91 215 / 0.05);
}
.border-e-base-color-bg-brand-emphasis\/50 {
  border-inline-end-color: rgb(93 91 215 / 0.5);
}
.border-e-base-color-bg-brand-emphasis\/60 {
  border-inline-end-color: rgb(93 91 215 / 0.6);
}
.border-e-base-color-bg-brand-emphasis\/70 {
  border-inline-end-color: rgb(93 91 215 / 0.7);
}
.border-e-base-color-bg-brand-emphasis\/75 {
  border-inline-end-color: rgb(93 91 215 / 0.75);
}
.border-e-base-color-bg-brand-emphasis\/80 {
  border-inline-end-color: rgb(93 91 215 / 0.8);
}
.border-e-base-color-bg-brand-emphasis\/90 {
  border-inline-end-color: rgb(93 91 215 / 0.9);
}
.border-e-base-color-bg-brand-emphasis\/95 {
  border-inline-end-color: rgb(93 91 215 / 0.95);
}
.border-e-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(93 91 215 / 60%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(93 91 215 / 0%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(93 91 215 / 10%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(93 91 215 / 100%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(93 91 215 / 20%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(93 91 215 / 30%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(93 91 215 / 40%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(93 91 215 / 50%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(93 91 215 / 60%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(93 91 215 / 70%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(93 91 215 / 80%);
}
.border-e-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(93 91 215 / 90%);
}
.border-e-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-e-base-color-bg-brand-subtle\/0 {
  border-inline-end-color: rgb(242 244 253 / 0);
}
.border-e-base-color-bg-brand-subtle\/10 {
  border-inline-end-color: rgb(242 244 253 / 0.1);
}
.border-e-base-color-bg-brand-subtle\/100 {
  border-inline-end-color: rgb(242 244 253 / 1);
}
.border-e-base-color-bg-brand-subtle\/20 {
  border-inline-end-color: rgb(242 244 253 / 0.2);
}
.border-e-base-color-bg-brand-subtle\/25 {
  border-inline-end-color: rgb(242 244 253 / 0.25);
}
.border-e-base-color-bg-brand-subtle\/30 {
  border-inline-end-color: rgb(242 244 253 / 0.3);
}
.border-e-base-color-bg-brand-subtle\/40 {
  border-inline-end-color: rgb(242 244 253 / 0.4);
}
.border-e-base-color-bg-brand-subtle\/5 {
  border-inline-end-color: rgb(242 244 253 / 0.05);
}
.border-e-base-color-bg-brand-subtle\/50 {
  border-inline-end-color: rgb(242 244 253 / 0.5);
}
.border-e-base-color-bg-brand-subtle\/60 {
  border-inline-end-color: rgb(242 244 253 / 0.6);
}
.border-e-base-color-bg-brand-subtle\/70 {
  border-inline-end-color: rgb(242 244 253 / 0.7);
}
.border-e-base-color-bg-brand-subtle\/75 {
  border-inline-end-color: rgb(242 244 253 / 0.75);
}
.border-e-base-color-bg-brand-subtle\/80 {
  border-inline-end-color: rgb(242 244 253 / 0.8);
}
.border-e-base-color-bg-brand-subtle\/90 {
  border-inline-end-color: rgb(242 244 253 / 0.9);
}
.border-e-base-color-bg-brand-subtle\/95 {
  border-inline-end-color: rgb(242 244 253 / 0.95);
}
.border-e-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(242 244 253 / 60%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(242 244 253 / 0%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(242 244 253 / 10%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(242 244 253 / 100%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(242 244 253 / 20%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(242 244 253 / 30%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(242 244 253 / 40%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(242 244 253 / 50%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(242 244 253 / 60%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(242 244 253 / 70%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(242 244 253 / 80%);
}
.border-e-base-color-bg-brand-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(242 244 253 / 90%);
}
.border-e-base-color-bg-brand\/0 {
  border-inline-end-color: rgb(205 214 249 / 0);
}
.border-e-base-color-bg-brand\/10 {
  border-inline-end-color: rgb(205 214 249 / 0.1);
}
.border-e-base-color-bg-brand\/100 {
  border-inline-end-color: rgb(205 214 249 / 1);
}
.border-e-base-color-bg-brand\/20 {
  border-inline-end-color: rgb(205 214 249 / 0.2);
}
.border-e-base-color-bg-brand\/25 {
  border-inline-end-color: rgb(205 214 249 / 0.25);
}
.border-e-base-color-bg-brand\/30 {
  border-inline-end-color: rgb(205 214 249 / 0.3);
}
.border-e-base-color-bg-brand\/40 {
  border-inline-end-color: rgb(205 214 249 / 0.4);
}
.border-e-base-color-bg-brand\/5 {
  border-inline-end-color: rgb(205 214 249 / 0.05);
}
.border-e-base-color-bg-brand\/50 {
  border-inline-end-color: rgb(205 214 249 / 0.5);
}
.border-e-base-color-bg-brand\/60 {
  border-inline-end-color: rgb(205 214 249 / 0.6);
}
.border-e-base-color-bg-brand\/70 {
  border-inline-end-color: rgb(205 214 249 / 0.7);
}
.border-e-base-color-bg-brand\/75 {
  border-inline-end-color: rgb(205 214 249 / 0.75);
}
.border-e-base-color-bg-brand\/80 {
  border-inline-end-color: rgb(205 214 249 / 0.8);
}
.border-e-base-color-bg-brand\/90 {
  border-inline-end-color: rgb(205 214 249 / 0.9);
}
.border-e-base-color-bg-brand\/95 {
  border-inline-end-color: rgb(205 214 249 / 0.95);
}
.border-e-base-color-bg-brand\/base-opacity-disabled {
  border-inline-end-color: rgb(205 214 249 / 60%);
}
.border-e-base-color-bg-brand\/core-opacity-0 {
  border-inline-end-color: rgb(205 214 249 / 0%);
}
.border-e-base-color-bg-brand\/core-opacity-10 {
  border-inline-end-color: rgb(205 214 249 / 10%);
}
.border-e-base-color-bg-brand\/core-opacity-100 {
  border-inline-end-color: rgb(205 214 249 / 100%);
}
.border-e-base-color-bg-brand\/core-opacity-20 {
  border-inline-end-color: rgb(205 214 249 / 20%);
}
.border-e-base-color-bg-brand\/core-opacity-30 {
  border-inline-end-color: rgb(205 214 249 / 30%);
}
.border-e-base-color-bg-brand\/core-opacity-40 {
  border-inline-end-color: rgb(205 214 249 / 40%);
}
.border-e-base-color-bg-brand\/core-opacity-50 {
  border-inline-end-color: rgb(205 214 249 / 50%);
}
.border-e-base-color-bg-brand\/core-opacity-60 {
  border-inline-end-color: rgb(205 214 249 / 60%);
}
.border-e-base-color-bg-brand\/core-opacity-70 {
  border-inline-end-color: rgb(205 214 249 / 70%);
}
.border-e-base-color-bg-brand\/core-opacity-80 {
  border-inline-end-color: rgb(205 214 249 / 80%);
}
.border-e-base-color-bg-brand\/core-opacity-90 {
  border-inline-end-color: rgb(205 214 249 / 90%);
}
.border-e-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-e-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-e-base-color-bg-danger-emphasis\/0 {
  border-inline-end-color: rgb(240 68 56 / 0);
}
.border-e-base-color-bg-danger-emphasis\/10 {
  border-inline-end-color: rgb(240 68 56 / 0.1);
}
.border-e-base-color-bg-danger-emphasis\/100 {
  border-inline-end-color: rgb(240 68 56 / 1);
}
.border-e-base-color-bg-danger-emphasis\/20 {
  border-inline-end-color: rgb(240 68 56 / 0.2);
}
.border-e-base-color-bg-danger-emphasis\/25 {
  border-inline-end-color: rgb(240 68 56 / 0.25);
}
.border-e-base-color-bg-danger-emphasis\/30 {
  border-inline-end-color: rgb(240 68 56 / 0.3);
}
.border-e-base-color-bg-danger-emphasis\/40 {
  border-inline-end-color: rgb(240 68 56 / 0.4);
}
.border-e-base-color-bg-danger-emphasis\/5 {
  border-inline-end-color: rgb(240 68 56 / 0.05);
}
.border-e-base-color-bg-danger-emphasis\/50 {
  border-inline-end-color: rgb(240 68 56 / 0.5);
}
.border-e-base-color-bg-danger-emphasis\/60 {
  border-inline-end-color: rgb(240 68 56 / 0.6);
}
.border-e-base-color-bg-danger-emphasis\/70 {
  border-inline-end-color: rgb(240 68 56 / 0.7);
}
.border-e-base-color-bg-danger-emphasis\/75 {
  border-inline-end-color: rgb(240 68 56 / 0.75);
}
.border-e-base-color-bg-danger-emphasis\/80 {
  border-inline-end-color: rgb(240 68 56 / 0.8);
}
.border-e-base-color-bg-danger-emphasis\/90 {
  border-inline-end-color: rgb(240 68 56 / 0.9);
}
.border-e-base-color-bg-danger-emphasis\/95 {
  border-inline-end-color: rgb(240 68 56 / 0.95);
}
.border-e-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(240 68 56 / 60%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(240 68 56 / 0%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(240 68 56 / 10%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(240 68 56 / 100%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(240 68 56 / 20%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(240 68 56 / 30%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(240 68 56 / 40%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(240 68 56 / 50%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(240 68 56 / 60%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(240 68 56 / 70%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(240 68 56 / 80%);
}
.border-e-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(240 68 56 / 90%);
}
.border-e-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-e-base-color-bg-danger-subtle\/0 {
  border-inline-end-color: rgb(255 251 250 / 0);
}
.border-e-base-color-bg-danger-subtle\/10 {
  border-inline-end-color: rgb(255 251 250 / 0.1);
}
.border-e-base-color-bg-danger-subtle\/100 {
  border-inline-end-color: rgb(255 251 250 / 1);
}
.border-e-base-color-bg-danger-subtle\/20 {
  border-inline-end-color: rgb(255 251 250 / 0.2);
}
.border-e-base-color-bg-danger-subtle\/25 {
  border-inline-end-color: rgb(255 251 250 / 0.25);
}
.border-e-base-color-bg-danger-subtle\/30 {
  border-inline-end-color: rgb(255 251 250 / 0.3);
}
.border-e-base-color-bg-danger-subtle\/40 {
  border-inline-end-color: rgb(255 251 250 / 0.4);
}
.border-e-base-color-bg-danger-subtle\/5 {
  border-inline-end-color: rgb(255 251 250 / 0.05);
}
.border-e-base-color-bg-danger-subtle\/50 {
  border-inline-end-color: rgb(255 251 250 / 0.5);
}
.border-e-base-color-bg-danger-subtle\/60 {
  border-inline-end-color: rgb(255 251 250 / 0.6);
}
.border-e-base-color-bg-danger-subtle\/70 {
  border-inline-end-color: rgb(255 251 250 / 0.7);
}
.border-e-base-color-bg-danger-subtle\/75 {
  border-inline-end-color: rgb(255 251 250 / 0.75);
}
.border-e-base-color-bg-danger-subtle\/80 {
  border-inline-end-color: rgb(255 251 250 / 0.8);
}
.border-e-base-color-bg-danger-subtle\/90 {
  border-inline-end-color: rgb(255 251 250 / 0.9);
}
.border-e-base-color-bg-danger-subtle\/95 {
  border-inline-end-color: rgb(255 251 250 / 0.95);
}
.border-e-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(255 251 250 / 60%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(255 251 250 / 0%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(255 251 250 / 10%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(255 251 250 / 100%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(255 251 250 / 20%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(255 251 250 / 30%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(255 251 250 / 40%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(255 251 250 / 50%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(255 251 250 / 60%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(255 251 250 / 70%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(255 251 250 / 80%);
}
.border-e-base-color-bg-danger-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(255 251 250 / 90%);
}
.border-e-base-color-bg-danger\/0 {
  border-inline-end-color: rgb(254 227 225 / 0);
}
.border-e-base-color-bg-danger\/10 {
  border-inline-end-color: rgb(254 227 225 / 0.1);
}
.border-e-base-color-bg-danger\/100 {
  border-inline-end-color: rgb(254 227 225 / 1);
}
.border-e-base-color-bg-danger\/20 {
  border-inline-end-color: rgb(254 227 225 / 0.2);
}
.border-e-base-color-bg-danger\/25 {
  border-inline-end-color: rgb(254 227 225 / 0.25);
}
.border-e-base-color-bg-danger\/30 {
  border-inline-end-color: rgb(254 227 225 / 0.3);
}
.border-e-base-color-bg-danger\/40 {
  border-inline-end-color: rgb(254 227 225 / 0.4);
}
.border-e-base-color-bg-danger\/5 {
  border-inline-end-color: rgb(254 227 225 / 0.05);
}
.border-e-base-color-bg-danger\/50 {
  border-inline-end-color: rgb(254 227 225 / 0.5);
}
.border-e-base-color-bg-danger\/60 {
  border-inline-end-color: rgb(254 227 225 / 0.6);
}
.border-e-base-color-bg-danger\/70 {
  border-inline-end-color: rgb(254 227 225 / 0.7);
}
.border-e-base-color-bg-danger\/75 {
  border-inline-end-color: rgb(254 227 225 / 0.75);
}
.border-e-base-color-bg-danger\/80 {
  border-inline-end-color: rgb(254 227 225 / 0.8);
}
.border-e-base-color-bg-danger\/90 {
  border-inline-end-color: rgb(254 227 225 / 0.9);
}
.border-e-base-color-bg-danger\/95 {
  border-inline-end-color: rgb(254 227 225 / 0.95);
}
.border-e-base-color-bg-danger\/base-opacity-disabled {
  border-inline-end-color: rgb(254 227 225 / 60%);
}
.border-e-base-color-bg-danger\/core-opacity-0 {
  border-inline-end-color: rgb(254 227 225 / 0%);
}
.border-e-base-color-bg-danger\/core-opacity-10 {
  border-inline-end-color: rgb(254 227 225 / 10%);
}
.border-e-base-color-bg-danger\/core-opacity-100 {
  border-inline-end-color: rgb(254 227 225 / 100%);
}
.border-e-base-color-bg-danger\/core-opacity-20 {
  border-inline-end-color: rgb(254 227 225 / 20%);
}
.border-e-base-color-bg-danger\/core-opacity-30 {
  border-inline-end-color: rgb(254 227 225 / 30%);
}
.border-e-base-color-bg-danger\/core-opacity-40 {
  border-inline-end-color: rgb(254 227 225 / 40%);
}
.border-e-base-color-bg-danger\/core-opacity-50 {
  border-inline-end-color: rgb(254 227 225 / 50%);
}
.border-e-base-color-bg-danger\/core-opacity-60 {
  border-inline-end-color: rgb(254 227 225 / 60%);
}
.border-e-base-color-bg-danger\/core-opacity-70 {
  border-inline-end-color: rgb(254 227 225 / 70%);
}
.border-e-base-color-bg-danger\/core-opacity-80 {
  border-inline-end-color: rgb(254 227 225 / 80%);
}
.border-e-base-color-bg-danger\/core-opacity-90 {
  border-inline-end-color: rgb(254 227 225 / 90%);
}
.border-e-base-color-bg-default {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-e-base-color-bg-default\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-base-color-bg-default\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-base-color-bg-default\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-base-color-bg-default\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-base-color-bg-default\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-base-color-bg-default\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-base-color-bg-default\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-base-color-bg-default\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-base-color-bg-default\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-base-color-bg-default\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-base-color-bg-default\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-base-color-bg-default\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-base-color-bg-default\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-base-color-bg-default\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-base-color-bg-default\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-e-base-color-bg-default\/base-opacity-disabled {
  border-inline-end-color: rgb(255 255 255 / 60%);
}
.border-e-base-color-bg-default\/core-opacity-0 {
  border-inline-end-color: rgb(255 255 255 / 0%);
}
.border-e-base-color-bg-default\/core-opacity-10 {
  border-inline-end-color: rgb(255 255 255 / 10%);
}
.border-e-base-color-bg-default\/core-opacity-100 {
  border-inline-end-color: rgb(255 255 255 / 100%);
}
.border-e-base-color-bg-default\/core-opacity-20 {
  border-inline-end-color: rgb(255 255 255 / 20%);
}
.border-e-base-color-bg-default\/core-opacity-30 {
  border-inline-end-color: rgb(255 255 255 / 30%);
}
.border-e-base-color-bg-default\/core-opacity-40 {
  border-inline-end-color: rgb(255 255 255 / 40%);
}
.border-e-base-color-bg-default\/core-opacity-50 {
  border-inline-end-color: rgb(255 255 255 / 50%);
}
.border-e-base-color-bg-default\/core-opacity-60 {
  border-inline-end-color: rgb(255 255 255 / 60%);
}
.border-e-base-color-bg-default\/core-opacity-70 {
  border-inline-end-color: rgb(255 255 255 / 70%);
}
.border-e-base-color-bg-default\/core-opacity-80 {
  border-inline-end-color: rgb(255 255 255 / 80%);
}
.border-e-base-color-bg-default\/core-opacity-90 {
  border-inline-end-color: rgb(255 255 255 / 90%);
}
.border-e-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-e-base-color-bg-emphasis\/0 {
  border-inline-end-color: rgb(16 24 40 / 0);
}
.border-e-base-color-bg-emphasis\/10 {
  border-inline-end-color: rgb(16 24 40 / 0.1);
}
.border-e-base-color-bg-emphasis\/100 {
  border-inline-end-color: rgb(16 24 40 / 1);
}
.border-e-base-color-bg-emphasis\/20 {
  border-inline-end-color: rgb(16 24 40 / 0.2);
}
.border-e-base-color-bg-emphasis\/25 {
  border-inline-end-color: rgb(16 24 40 / 0.25);
}
.border-e-base-color-bg-emphasis\/30 {
  border-inline-end-color: rgb(16 24 40 / 0.3);
}
.border-e-base-color-bg-emphasis\/40 {
  border-inline-end-color: rgb(16 24 40 / 0.4);
}
.border-e-base-color-bg-emphasis\/5 {
  border-inline-end-color: rgb(16 24 40 / 0.05);
}
.border-e-base-color-bg-emphasis\/50 {
  border-inline-end-color: rgb(16 24 40 / 0.5);
}
.border-e-base-color-bg-emphasis\/60 {
  border-inline-end-color: rgb(16 24 40 / 0.6);
}
.border-e-base-color-bg-emphasis\/70 {
  border-inline-end-color: rgb(16 24 40 / 0.7);
}
.border-e-base-color-bg-emphasis\/75 {
  border-inline-end-color: rgb(16 24 40 / 0.75);
}
.border-e-base-color-bg-emphasis\/80 {
  border-inline-end-color: rgb(16 24 40 / 0.8);
}
.border-e-base-color-bg-emphasis\/90 {
  border-inline-end-color: rgb(16 24 40 / 0.9);
}
.border-e-base-color-bg-emphasis\/95 {
  border-inline-end-color: rgb(16 24 40 / 0.95);
}
.border-e-base-color-bg-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(16 24 40 / 60%);
}
.border-e-base-color-bg-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(16 24 40 / 0%);
}
.border-e-base-color-bg-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(16 24 40 / 10%);
}
.border-e-base-color-bg-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(16 24 40 / 100%);
}
.border-e-base-color-bg-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(16 24 40 / 20%);
}
.border-e-base-color-bg-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(16 24 40 / 30%);
}
.border-e-base-color-bg-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(16 24 40 / 40%);
}
.border-e-base-color-bg-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(16 24 40 / 50%);
}
.border-e-base-color-bg-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(16 24 40 / 60%);
}
.border-e-base-color-bg-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(16 24 40 / 70%);
}
.border-e-base-color-bg-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(16 24 40 / 80%);
}
.border-e-base-color-bg-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(16 24 40 / 90%);
}
.border-e-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-e-base-color-bg-muted\/0 {
  border-inline-end-color: rgb(234 236 240 / 0);
}
.border-e-base-color-bg-muted\/10 {
  border-inline-end-color: rgb(234 236 240 / 0.1);
}
.border-e-base-color-bg-muted\/100 {
  border-inline-end-color: rgb(234 236 240 / 1);
}
.border-e-base-color-bg-muted\/20 {
  border-inline-end-color: rgb(234 236 240 / 0.2);
}
.border-e-base-color-bg-muted\/25 {
  border-inline-end-color: rgb(234 236 240 / 0.25);
}
.border-e-base-color-bg-muted\/30 {
  border-inline-end-color: rgb(234 236 240 / 0.3);
}
.border-e-base-color-bg-muted\/40 {
  border-inline-end-color: rgb(234 236 240 / 0.4);
}
.border-e-base-color-bg-muted\/5 {
  border-inline-end-color: rgb(234 236 240 / 0.05);
}
.border-e-base-color-bg-muted\/50 {
  border-inline-end-color: rgb(234 236 240 / 0.5);
}
.border-e-base-color-bg-muted\/60 {
  border-inline-end-color: rgb(234 236 240 / 0.6);
}
.border-e-base-color-bg-muted\/70 {
  border-inline-end-color: rgb(234 236 240 / 0.7);
}
.border-e-base-color-bg-muted\/75 {
  border-inline-end-color: rgb(234 236 240 / 0.75);
}
.border-e-base-color-bg-muted\/80 {
  border-inline-end-color: rgb(234 236 240 / 0.8);
}
.border-e-base-color-bg-muted\/90 {
  border-inline-end-color: rgb(234 236 240 / 0.9);
}
.border-e-base-color-bg-muted\/95 {
  border-inline-end-color: rgb(234 236 240 / 0.95);
}
.border-e-base-color-bg-muted\/base-opacity-disabled {
  border-inline-end-color: rgb(234 236 240 / 60%);
}
.border-e-base-color-bg-muted\/core-opacity-0 {
  border-inline-end-color: rgb(234 236 240 / 0%);
}
.border-e-base-color-bg-muted\/core-opacity-10 {
  border-inline-end-color: rgb(234 236 240 / 10%);
}
.border-e-base-color-bg-muted\/core-opacity-100 {
  border-inline-end-color: rgb(234 236 240 / 100%);
}
.border-e-base-color-bg-muted\/core-opacity-20 {
  border-inline-end-color: rgb(234 236 240 / 20%);
}
.border-e-base-color-bg-muted\/core-opacity-30 {
  border-inline-end-color: rgb(234 236 240 / 30%);
}
.border-e-base-color-bg-muted\/core-opacity-40 {
  border-inline-end-color: rgb(234 236 240 / 40%);
}
.border-e-base-color-bg-muted\/core-opacity-50 {
  border-inline-end-color: rgb(234 236 240 / 50%);
}
.border-e-base-color-bg-muted\/core-opacity-60 {
  border-inline-end-color: rgb(234 236 240 / 60%);
}
.border-e-base-color-bg-muted\/core-opacity-70 {
  border-inline-end-color: rgb(234 236 240 / 70%);
}
.border-e-base-color-bg-muted\/core-opacity-80 {
  border-inline-end-color: rgb(234 236 240 / 80%);
}
.border-e-base-color-bg-muted\/core-opacity-90 {
  border-inline-end-color: rgb(234 236 240 / 90%);
}
.border-e-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-e-base-color-bg-subtle\/0 {
  border-inline-end-color: rgb(242 244 247 / 0);
}
.border-e-base-color-bg-subtle\/10 {
  border-inline-end-color: rgb(242 244 247 / 0.1);
}
.border-e-base-color-bg-subtle\/100 {
  border-inline-end-color: rgb(242 244 247 / 1);
}
.border-e-base-color-bg-subtle\/20 {
  border-inline-end-color: rgb(242 244 247 / 0.2);
}
.border-e-base-color-bg-subtle\/25 {
  border-inline-end-color: rgb(242 244 247 / 0.25);
}
.border-e-base-color-bg-subtle\/30 {
  border-inline-end-color: rgb(242 244 247 / 0.3);
}
.border-e-base-color-bg-subtle\/40 {
  border-inline-end-color: rgb(242 244 247 / 0.4);
}
.border-e-base-color-bg-subtle\/5 {
  border-inline-end-color: rgb(242 244 247 / 0.05);
}
.border-e-base-color-bg-subtle\/50 {
  border-inline-end-color: rgb(242 244 247 / 0.5);
}
.border-e-base-color-bg-subtle\/60 {
  border-inline-end-color: rgb(242 244 247 / 0.6);
}
.border-e-base-color-bg-subtle\/70 {
  border-inline-end-color: rgb(242 244 247 / 0.7);
}
.border-e-base-color-bg-subtle\/75 {
  border-inline-end-color: rgb(242 244 247 / 0.75);
}
.border-e-base-color-bg-subtle\/80 {
  border-inline-end-color: rgb(242 244 247 / 0.8);
}
.border-e-base-color-bg-subtle\/90 {
  border-inline-end-color: rgb(242 244 247 / 0.9);
}
.border-e-base-color-bg-subtle\/95 {
  border-inline-end-color: rgb(242 244 247 / 0.95);
}
.border-e-base-color-bg-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(242 244 247 / 60%);
}
.border-e-base-color-bg-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(242 244 247 / 0%);
}
.border-e-base-color-bg-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(242 244 247 / 10%);
}
.border-e-base-color-bg-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(242 244 247 / 100%);
}
.border-e-base-color-bg-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(242 244 247 / 20%);
}
.border-e-base-color-bg-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(242 244 247 / 30%);
}
.border-e-base-color-bg-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(242 244 247 / 40%);
}
.border-e-base-color-bg-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(242 244 247 / 50%);
}
.border-e-base-color-bg-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(242 244 247 / 60%);
}
.border-e-base-color-bg-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(242 244 247 / 70%);
}
.border-e-base-color-bg-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(242 244 247 / 80%);
}
.border-e-base-color-bg-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(242 244 247 / 90%);
}
.border-e-base-color-bg-success {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-e-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-e-base-color-bg-success-emphasis\/0 {
  border-inline-end-color: rgb(18 181 105 / 0);
}
.border-e-base-color-bg-success-emphasis\/10 {
  border-inline-end-color: rgb(18 181 105 / 0.1);
}
.border-e-base-color-bg-success-emphasis\/100 {
  border-inline-end-color: rgb(18 181 105 / 1);
}
.border-e-base-color-bg-success-emphasis\/20 {
  border-inline-end-color: rgb(18 181 105 / 0.2);
}
.border-e-base-color-bg-success-emphasis\/25 {
  border-inline-end-color: rgb(18 181 105 / 0.25);
}
.border-e-base-color-bg-success-emphasis\/30 {
  border-inline-end-color: rgb(18 181 105 / 0.3);
}
.border-e-base-color-bg-success-emphasis\/40 {
  border-inline-end-color: rgb(18 181 105 / 0.4);
}
.border-e-base-color-bg-success-emphasis\/5 {
  border-inline-end-color: rgb(18 181 105 / 0.05);
}
.border-e-base-color-bg-success-emphasis\/50 {
  border-inline-end-color: rgb(18 181 105 / 0.5);
}
.border-e-base-color-bg-success-emphasis\/60 {
  border-inline-end-color: rgb(18 181 105 / 0.6);
}
.border-e-base-color-bg-success-emphasis\/70 {
  border-inline-end-color: rgb(18 181 105 / 0.7);
}
.border-e-base-color-bg-success-emphasis\/75 {
  border-inline-end-color: rgb(18 181 105 / 0.75);
}
.border-e-base-color-bg-success-emphasis\/80 {
  border-inline-end-color: rgb(18 181 105 / 0.8);
}
.border-e-base-color-bg-success-emphasis\/90 {
  border-inline-end-color: rgb(18 181 105 / 0.9);
}
.border-e-base-color-bg-success-emphasis\/95 {
  border-inline-end-color: rgb(18 181 105 / 0.95);
}
.border-e-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-inline-end-color: rgb(18 181 105 / 60%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-0 {
  border-inline-end-color: rgb(18 181 105 / 0%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-10 {
  border-inline-end-color: rgb(18 181 105 / 10%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-100 {
  border-inline-end-color: rgb(18 181 105 / 100%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-20 {
  border-inline-end-color: rgb(18 181 105 / 20%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-30 {
  border-inline-end-color: rgb(18 181 105 / 30%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-40 {
  border-inline-end-color: rgb(18 181 105 / 40%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-50 {
  border-inline-end-color: rgb(18 181 105 / 50%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-60 {
  border-inline-end-color: rgb(18 181 105 / 60%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-70 {
  border-inline-end-color: rgb(18 181 105 / 70%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-80 {
  border-inline-end-color: rgb(18 181 105 / 80%);
}
.border-e-base-color-bg-success-emphasis\/core-opacity-90 {
  border-inline-end-color: rgb(18 181 105 / 90%);
}
.border-e-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-e-base-color-bg-success-subtle\/0 {
  border-inline-end-color: rgb(246 254 249 / 0);
}
.border-e-base-color-bg-success-subtle\/10 {
  border-inline-end-color: rgb(246 254 249 / 0.1);
}
.border-e-base-color-bg-success-subtle\/100 {
  border-inline-end-color: rgb(246 254 249 / 1);
}
.border-e-base-color-bg-success-subtle\/20 {
  border-inline-end-color: rgb(246 254 249 / 0.2);
}
.border-e-base-color-bg-success-subtle\/25 {
  border-inline-end-color: rgb(246 254 249 / 0.25);
}
.border-e-base-color-bg-success-subtle\/30 {
  border-inline-end-color: rgb(246 254 249 / 0.3);
}
.border-e-base-color-bg-success-subtle\/40 {
  border-inline-end-color: rgb(246 254 249 / 0.4);
}
.border-e-base-color-bg-success-subtle\/5 {
  border-inline-end-color: rgb(246 254 249 / 0.05);
}
.border-e-base-color-bg-success-subtle\/50 {
  border-inline-end-color: rgb(246 254 249 / 0.5);
}
.border-e-base-color-bg-success-subtle\/60 {
  border-inline-end-color: rgb(246 254 249 / 0.6);
}
.border-e-base-color-bg-success-subtle\/70 {
  border-inline-end-color: rgb(246 254 249 / 0.7);
}
.border-e-base-color-bg-success-subtle\/75 {
  border-inline-end-color: rgb(246 254 249 / 0.75);
}
.border-e-base-color-bg-success-subtle\/80 {
  border-inline-end-color: rgb(246 254 249 / 0.8);
}
.border-e-base-color-bg-success-subtle\/90 {
  border-inline-end-color: rgb(246 254 249 / 0.9);
}
.border-e-base-color-bg-success-subtle\/95 {
  border-inline-end-color: rgb(246 254 249 / 0.95);
}
.border-e-base-color-bg-success-subtle\/base-opacity-disabled {
  border-inline-end-color: rgb(246 254 249 / 60%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-0 {
  border-inline-end-color: rgb(246 254 249 / 0%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-10 {
  border-inline-end-color: rgb(246 254 249 / 10%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-100 {
  border-inline-end-color: rgb(246 254 249 / 100%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-20 {
  border-inline-end-color: rgb(246 254 249 / 20%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-30 {
  border-inline-end-color: rgb(246 254 249 / 30%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-40 {
  border-inline-end-color: rgb(246 254 249 / 40%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-50 {
  border-inline-end-color: rgb(246 254 249 / 50%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-60 {
  border-inline-end-color: rgb(246 254 249 / 60%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-70 {
  border-inline-end-color: rgb(246 254 249 / 70%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-80 {
  border-inline-end-color: rgb(246 254 249 / 80%);
}
.border-e-base-color-bg-success-subtle\/core-opacity-90 {
  border-inline-end-color: rgb(246 254 249 / 90%);
}
.border-e-base-color-bg-success\/0 {
  border-inline-end-color: rgb(209 250 223 / 0);
}
.border-e-base-color-bg-success\/10 {
  border-inline-end-color: rgb(209 250 223 / 0.1);
}
.border-e-base-color-bg-success\/100 {
  border-inline-end-color: rgb(209 250 223 / 1);
}
.border-e-base-color-bg-success\/20 {
  border-inline-end-color: rgb(209 250 223 / 0.2);
}
.border-e-base-color-bg-success\/25 {
  border-inline-end-color: rgb(209 250 223 / 0.25);
}
.border-e-base-color-bg-success\/30 {
  border-inline-end-color: rgb(209 250 223 / 0.3);
}
.border-e-base-color-bg-success\/40 {
  border-inline-end-color: rgb(209 250 223 / 0.4);
}
.border-e-base-color-bg-success\/5 {
  border-inline-end-color: rgb(209 250 223 / 0.05);
}
.border-e-base-color-bg-success\/50 {
  border-inline-end-color: rgb(209 250 223 / 0.5);
}
.border-e-base-color-bg-success\/60 {
  border-inline-end-color: rgb(209 250 223 / 0.6);
}
.border-e-base-color-bg-success\/70 {
  border-inline-end-color: rgb(209 250 223 / 0.7);
}
.border-e-base-color-bg-success\/75 {
  border-inline-end-color: rgb(209 250 223 / 0.75);
}
.border-e-base-color-bg-success\/80 {
  border-inline-end-color: rgb(209 250 223 / 0.8);
}
.border-e-base-color-bg-success\/90 {
  border-inline-end-color: rgb(209 250 223 / 0.9);
}
.border-e-base-color-bg-success\/95 {
  border-inline-end-color: rgb(209 250 223 / 0.95);
}
.border-e-base-color-bg-success\/base-opacity-disabled {
  border-inline-end-color: rgb(209 250 223 / 60%);
}
.border-e-base-color-bg-success\/core-opacity-0 {
  border-inline-end-color: rgb(209 250 223 / 0%);
}
.border-e-base-color-bg-success\/core-opacity-10 {
  border-inline-end-color: rgb(209 250 223 / 10%);
}
.border-e-base-color-bg-success\/core-opacity-100 {
  border-inline-end-color: rgb(209 250 223 / 100%);
}
.border-e-base-color-bg-success\/core-opacity-20 {
  border-inline-end-color: rgb(209 250 223 / 20%);
}
.border-e-base-color-bg-success\/core-opacity-30 {
  border-inline-end-color: rgb(209 250 223 / 30%);
}
.border-e-base-color-bg-success\/core-opacity-40 {
  border-inline-end-color: rgb(209 250 223 / 40%);
}
.border-e-base-color-bg-success\/core-opacity-50 {
  border-inline-end-color: rgb(209 250 223 / 50%);
}
.border-e-base-color-bg-success\/core-opacity-60 {
  border-inline-end-color: rgb(209 250 223 / 60%);
}
.border-e-base-color-bg-success\/core-opacity-70 {
  border-inline-end-color: rgb(209 250 223 / 70%);
}
.border-e-base-color-bg-success\/core-opacity-80 {
  border-inline-end-color: rgb(209 250 223 / 80%);
}
.border-e-base-color-bg-success\/core-opacity-90 {
  border-inline-end-color: rgb(209 250 223 / 90%);
}
.border-e-base-color-bg-transparent {
  border-inline-end-color: #00000000;
}
.border-e-base-color-bg-transparent\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-base-color-bg-transparent\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-base-color-bg-transparent\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-base-color-bg-transparent\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-base-color-bg-transparent\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-base-color-bg-transparent\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-base-color-bg-transparent\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-base-color-bg-transparent\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-base-color-bg-transparent\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-base-color-bg-transparent\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-base-color-bg-transparent\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-base-color-bg-transparent\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-base-color-bg-transparent\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-base-color-bg-transparent\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-base-color-bg-transparent\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-base-color-bg-transparent\/base-opacity-disabled {
  border-inline-end-color: rgb(0 0 0 / 60%);
}
.border-e-base-color-bg-transparent\/core-opacity-0 {
  border-inline-end-color: rgb(0 0 0 / 0%);
}
.border-e-base-color-bg-transparent\/core-opacity-10 {
  border-inline-end-color: rgb(0 0 0 / 10%);
}
.border-e-base-color-bg-transparent\/core-opacity-100 {
  border-inline-end-color: rgb(0 0 0 / 100%);
}
.border-e-base-color-bg-transparent\/core-opacity-20 {
  border-inline-end-color: rgb(0 0 0 / 20%);
}
.border-e-base-color-bg-transparent\/core-opacity-30 {
  border-inline-end-color: rgb(0 0 0 / 30%);
}
.border-e-base-color-bg-transparent\/core-opacity-40 {
  border-inline-end-color: rgb(0 0 0 / 40%);
}
.border-e-base-color-bg-transparent\/core-opacity-50 {
  border-inline-end-color: rgb(0 0 0 / 50%);
}
.border-e-base-color-bg-transparent\/core-opacity-60 {
  border-inline-end-color: rgb(0 0 0 / 60%);
}
.border-e-base-color-bg-transparent\/core-opacity-70 {
  border-inline-end-color: rgb(0 0 0 / 70%);
}
.border-e-base-color-bg-transparent\/core-opacity-80 {
  border-inline-end-color: rgb(0 0 0 / 80%);
}
.border-e-base-color-bg-transparent\/core-opacity-90 {
  border-inline-end-color: rgb(0 0 0 / 90%);
}
.border-l-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-l-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-l-base-color-bg-accent-emphasis\/0 {
  border-left-color: rgb(21 94 239 / 0);
}
.border-l-base-color-bg-accent-emphasis\/10 {
  border-left-color: rgb(21 94 239 / 0.1);
}
.border-l-base-color-bg-accent-emphasis\/100 {
  border-left-color: rgb(21 94 239 / 1);
}
.border-l-base-color-bg-accent-emphasis\/20 {
  border-left-color: rgb(21 94 239 / 0.2);
}
.border-l-base-color-bg-accent-emphasis\/25 {
  border-left-color: rgb(21 94 239 / 0.25);
}
.border-l-base-color-bg-accent-emphasis\/30 {
  border-left-color: rgb(21 94 239 / 0.3);
}
.border-l-base-color-bg-accent-emphasis\/40 {
  border-left-color: rgb(21 94 239 / 0.4);
}
.border-l-base-color-bg-accent-emphasis\/5 {
  border-left-color: rgb(21 94 239 / 0.05);
}
.border-l-base-color-bg-accent-emphasis\/50 {
  border-left-color: rgb(21 94 239 / 0.5);
}
.border-l-base-color-bg-accent-emphasis\/60 {
  border-left-color: rgb(21 94 239 / 0.6);
}
.border-l-base-color-bg-accent-emphasis\/70 {
  border-left-color: rgb(21 94 239 / 0.7);
}
.border-l-base-color-bg-accent-emphasis\/75 {
  border-left-color: rgb(21 94 239 / 0.75);
}
.border-l-base-color-bg-accent-emphasis\/80 {
  border-left-color: rgb(21 94 239 / 0.8);
}
.border-l-base-color-bg-accent-emphasis\/90 {
  border-left-color: rgb(21 94 239 / 0.9);
}
.border-l-base-color-bg-accent-emphasis\/95 {
  border-left-color: rgb(21 94 239 / 0.95);
}
.border-l-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-left-color: rgb(21 94 239 / 60%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-left-color: rgb(21 94 239 / 0%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-left-color: rgb(21 94 239 / 10%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-left-color: rgb(21 94 239 / 100%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-left-color: rgb(21 94 239 / 20%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-left-color: rgb(21 94 239 / 30%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-left-color: rgb(21 94 239 / 40%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-left-color: rgb(21 94 239 / 50%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-left-color: rgb(21 94 239 / 60%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-left-color: rgb(21 94 239 / 70%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-left-color: rgb(21 94 239 / 80%);
}
.border-l-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-left-color: rgb(21 94 239 / 90%);
}
.border-l-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-l-base-color-bg-accent-subtle\/0 {
  border-left-color: rgb(245 248 255 / 0);
}
.border-l-base-color-bg-accent-subtle\/10 {
  border-left-color: rgb(245 248 255 / 0.1);
}
.border-l-base-color-bg-accent-subtle\/100 {
  border-left-color: rgb(245 248 255 / 1);
}
.border-l-base-color-bg-accent-subtle\/20 {
  border-left-color: rgb(245 248 255 / 0.2);
}
.border-l-base-color-bg-accent-subtle\/25 {
  border-left-color: rgb(245 248 255 / 0.25);
}
.border-l-base-color-bg-accent-subtle\/30 {
  border-left-color: rgb(245 248 255 / 0.3);
}
.border-l-base-color-bg-accent-subtle\/40 {
  border-left-color: rgb(245 248 255 / 0.4);
}
.border-l-base-color-bg-accent-subtle\/5 {
  border-left-color: rgb(245 248 255 / 0.05);
}
.border-l-base-color-bg-accent-subtle\/50 {
  border-left-color: rgb(245 248 255 / 0.5);
}
.border-l-base-color-bg-accent-subtle\/60 {
  border-left-color: rgb(245 248 255 / 0.6);
}
.border-l-base-color-bg-accent-subtle\/70 {
  border-left-color: rgb(245 248 255 / 0.7);
}
.border-l-base-color-bg-accent-subtle\/75 {
  border-left-color: rgb(245 248 255 / 0.75);
}
.border-l-base-color-bg-accent-subtle\/80 {
  border-left-color: rgb(245 248 255 / 0.8);
}
.border-l-base-color-bg-accent-subtle\/90 {
  border-left-color: rgb(245 248 255 / 0.9);
}
.border-l-base-color-bg-accent-subtle\/95 {
  border-left-color: rgb(245 248 255 / 0.95);
}
.border-l-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-left-color: rgb(245 248 255 / 60%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-0 {
  border-left-color: rgb(245 248 255 / 0%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-10 {
  border-left-color: rgb(245 248 255 / 10%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-100 {
  border-left-color: rgb(245 248 255 / 100%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-20 {
  border-left-color: rgb(245 248 255 / 20%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-30 {
  border-left-color: rgb(245 248 255 / 30%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-40 {
  border-left-color: rgb(245 248 255 / 40%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-50 {
  border-left-color: rgb(245 248 255 / 50%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-60 {
  border-left-color: rgb(245 248 255 / 60%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-70 {
  border-left-color: rgb(245 248 255 / 70%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-80 {
  border-left-color: rgb(245 248 255 / 80%);
}
.border-l-base-color-bg-accent-subtle\/core-opacity-90 {
  border-left-color: rgb(245 248 255 / 90%);
}
.border-l-base-color-bg-accent\/0 {
  border-left-color: rgb(209 224 255 / 0);
}
.border-l-base-color-bg-accent\/10 {
  border-left-color: rgb(209 224 255 / 0.1);
}
.border-l-base-color-bg-accent\/100 {
  border-left-color: rgb(209 224 255 / 1);
}
.border-l-base-color-bg-accent\/20 {
  border-left-color: rgb(209 224 255 / 0.2);
}
.border-l-base-color-bg-accent\/25 {
  border-left-color: rgb(209 224 255 / 0.25);
}
.border-l-base-color-bg-accent\/30 {
  border-left-color: rgb(209 224 255 / 0.3);
}
.border-l-base-color-bg-accent\/40 {
  border-left-color: rgb(209 224 255 / 0.4);
}
.border-l-base-color-bg-accent\/5 {
  border-left-color: rgb(209 224 255 / 0.05);
}
.border-l-base-color-bg-accent\/50 {
  border-left-color: rgb(209 224 255 / 0.5);
}
.border-l-base-color-bg-accent\/60 {
  border-left-color: rgb(209 224 255 / 0.6);
}
.border-l-base-color-bg-accent\/70 {
  border-left-color: rgb(209 224 255 / 0.7);
}
.border-l-base-color-bg-accent\/75 {
  border-left-color: rgb(209 224 255 / 0.75);
}
.border-l-base-color-bg-accent\/80 {
  border-left-color: rgb(209 224 255 / 0.8);
}
.border-l-base-color-bg-accent\/90 {
  border-left-color: rgb(209 224 255 / 0.9);
}
.border-l-base-color-bg-accent\/95 {
  border-left-color: rgb(209 224 255 / 0.95);
}
.border-l-base-color-bg-accent\/base-opacity-disabled {
  border-left-color: rgb(209 224 255 / 60%);
}
.border-l-base-color-bg-accent\/core-opacity-0 {
  border-left-color: rgb(209 224 255 / 0%);
}
.border-l-base-color-bg-accent\/core-opacity-10 {
  border-left-color: rgb(209 224 255 / 10%);
}
.border-l-base-color-bg-accent\/core-opacity-100 {
  border-left-color: rgb(209 224 255 / 100%);
}
.border-l-base-color-bg-accent\/core-opacity-20 {
  border-left-color: rgb(209 224 255 / 20%);
}
.border-l-base-color-bg-accent\/core-opacity-30 {
  border-left-color: rgb(209 224 255 / 30%);
}
.border-l-base-color-bg-accent\/core-opacity-40 {
  border-left-color: rgb(209 224 255 / 40%);
}
.border-l-base-color-bg-accent\/core-opacity-50 {
  border-left-color: rgb(209 224 255 / 50%);
}
.border-l-base-color-bg-accent\/core-opacity-60 {
  border-left-color: rgb(209 224 255 / 60%);
}
.border-l-base-color-bg-accent\/core-opacity-70 {
  border-left-color: rgb(209 224 255 / 70%);
}
.border-l-base-color-bg-accent\/core-opacity-80 {
  border-left-color: rgb(209 224 255 / 80%);
}
.border-l-base-color-bg-accent\/core-opacity-90 {
  border-left-color: rgb(209 224 255 / 90%);
}
.border-l-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-l-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-l-base-color-bg-attention-emphasis\/0 {
  border-left-color: rgb(221 105 3 / 0);
}
.border-l-base-color-bg-attention-emphasis\/10 {
  border-left-color: rgb(221 105 3 / 0.1);
}
.border-l-base-color-bg-attention-emphasis\/100 {
  border-left-color: rgb(221 105 3 / 1);
}
.border-l-base-color-bg-attention-emphasis\/20 {
  border-left-color: rgb(221 105 3 / 0.2);
}
.border-l-base-color-bg-attention-emphasis\/25 {
  border-left-color: rgb(221 105 3 / 0.25);
}
.border-l-base-color-bg-attention-emphasis\/30 {
  border-left-color: rgb(221 105 3 / 0.3);
}
.border-l-base-color-bg-attention-emphasis\/40 {
  border-left-color: rgb(221 105 3 / 0.4);
}
.border-l-base-color-bg-attention-emphasis\/5 {
  border-left-color: rgb(221 105 3 / 0.05);
}
.border-l-base-color-bg-attention-emphasis\/50 {
  border-left-color: rgb(221 105 3 / 0.5);
}
.border-l-base-color-bg-attention-emphasis\/60 {
  border-left-color: rgb(221 105 3 / 0.6);
}
.border-l-base-color-bg-attention-emphasis\/70 {
  border-left-color: rgb(221 105 3 / 0.7);
}
.border-l-base-color-bg-attention-emphasis\/75 {
  border-left-color: rgb(221 105 3 / 0.75);
}
.border-l-base-color-bg-attention-emphasis\/80 {
  border-left-color: rgb(221 105 3 / 0.8);
}
.border-l-base-color-bg-attention-emphasis\/90 {
  border-left-color: rgb(221 105 3 / 0.9);
}
.border-l-base-color-bg-attention-emphasis\/95 {
  border-left-color: rgb(221 105 3 / 0.95);
}
.border-l-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-left-color: rgb(221 105 3 / 60%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-left-color: rgb(221 105 3 / 0%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-left-color: rgb(221 105 3 / 10%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-left-color: rgb(221 105 3 / 100%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-left-color: rgb(221 105 3 / 20%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-left-color: rgb(221 105 3 / 30%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-left-color: rgb(221 105 3 / 40%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-left-color: rgb(221 105 3 / 50%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-left-color: rgb(221 105 3 / 60%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-left-color: rgb(221 105 3 / 70%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-left-color: rgb(221 105 3 / 80%);
}
.border-l-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-left-color: rgb(221 105 3 / 90%);
}
.border-l-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-l-base-color-bg-attention-subtle\/0 {
  border-left-color: rgb(255 252 245 / 0);
}
.border-l-base-color-bg-attention-subtle\/10 {
  border-left-color: rgb(255 252 245 / 0.1);
}
.border-l-base-color-bg-attention-subtle\/100 {
  border-left-color: rgb(255 252 245 / 1);
}
.border-l-base-color-bg-attention-subtle\/20 {
  border-left-color: rgb(255 252 245 / 0.2);
}
.border-l-base-color-bg-attention-subtle\/25 {
  border-left-color: rgb(255 252 245 / 0.25);
}
.border-l-base-color-bg-attention-subtle\/30 {
  border-left-color: rgb(255 252 245 / 0.3);
}
.border-l-base-color-bg-attention-subtle\/40 {
  border-left-color: rgb(255 252 245 / 0.4);
}
.border-l-base-color-bg-attention-subtle\/5 {
  border-left-color: rgb(255 252 245 / 0.05);
}
.border-l-base-color-bg-attention-subtle\/50 {
  border-left-color: rgb(255 252 245 / 0.5);
}
.border-l-base-color-bg-attention-subtle\/60 {
  border-left-color: rgb(255 252 245 / 0.6);
}
.border-l-base-color-bg-attention-subtle\/70 {
  border-left-color: rgb(255 252 245 / 0.7);
}
.border-l-base-color-bg-attention-subtle\/75 {
  border-left-color: rgb(255 252 245 / 0.75);
}
.border-l-base-color-bg-attention-subtle\/80 {
  border-left-color: rgb(255 252 245 / 0.8);
}
.border-l-base-color-bg-attention-subtle\/90 {
  border-left-color: rgb(255 252 245 / 0.9);
}
.border-l-base-color-bg-attention-subtle\/95 {
  border-left-color: rgb(255 252 245 / 0.95);
}
.border-l-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-left-color: rgb(255 252 245 / 60%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-0 {
  border-left-color: rgb(255 252 245 / 0%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-10 {
  border-left-color: rgb(255 252 245 / 10%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-100 {
  border-left-color: rgb(255 252 245 / 100%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-20 {
  border-left-color: rgb(255 252 245 / 20%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-30 {
  border-left-color: rgb(255 252 245 / 30%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-40 {
  border-left-color: rgb(255 252 245 / 40%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-50 {
  border-left-color: rgb(255 252 245 / 50%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-60 {
  border-left-color: rgb(255 252 245 / 60%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-70 {
  border-left-color: rgb(255 252 245 / 70%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-80 {
  border-left-color: rgb(255 252 245 / 80%);
}
.border-l-base-color-bg-attention-subtle\/core-opacity-90 {
  border-left-color: rgb(255 252 245 / 90%);
}
.border-l-base-color-bg-attention\/0 {
  border-left-color: rgb(254 240 200 / 0);
}
.border-l-base-color-bg-attention\/10 {
  border-left-color: rgb(254 240 200 / 0.1);
}
.border-l-base-color-bg-attention\/100 {
  border-left-color: rgb(254 240 200 / 1);
}
.border-l-base-color-bg-attention\/20 {
  border-left-color: rgb(254 240 200 / 0.2);
}
.border-l-base-color-bg-attention\/25 {
  border-left-color: rgb(254 240 200 / 0.25);
}
.border-l-base-color-bg-attention\/30 {
  border-left-color: rgb(254 240 200 / 0.3);
}
.border-l-base-color-bg-attention\/40 {
  border-left-color: rgb(254 240 200 / 0.4);
}
.border-l-base-color-bg-attention\/5 {
  border-left-color: rgb(254 240 200 / 0.05);
}
.border-l-base-color-bg-attention\/50 {
  border-left-color: rgb(254 240 200 / 0.5);
}
.border-l-base-color-bg-attention\/60 {
  border-left-color: rgb(254 240 200 / 0.6);
}
.border-l-base-color-bg-attention\/70 {
  border-left-color: rgb(254 240 200 / 0.7);
}
.border-l-base-color-bg-attention\/75 {
  border-left-color: rgb(254 240 200 / 0.75);
}
.border-l-base-color-bg-attention\/80 {
  border-left-color: rgb(254 240 200 / 0.8);
}
.border-l-base-color-bg-attention\/90 {
  border-left-color: rgb(254 240 200 / 0.9);
}
.border-l-base-color-bg-attention\/95 {
  border-left-color: rgb(254 240 200 / 0.95);
}
.border-l-base-color-bg-attention\/base-opacity-disabled {
  border-left-color: rgb(254 240 200 / 60%);
}
.border-l-base-color-bg-attention\/core-opacity-0 {
  border-left-color: rgb(254 240 200 / 0%);
}
.border-l-base-color-bg-attention\/core-opacity-10 {
  border-left-color: rgb(254 240 200 / 10%);
}
.border-l-base-color-bg-attention\/core-opacity-100 {
  border-left-color: rgb(254 240 200 / 100%);
}
.border-l-base-color-bg-attention\/core-opacity-20 {
  border-left-color: rgb(254 240 200 / 20%);
}
.border-l-base-color-bg-attention\/core-opacity-30 {
  border-left-color: rgb(254 240 200 / 30%);
}
.border-l-base-color-bg-attention\/core-opacity-40 {
  border-left-color: rgb(254 240 200 / 40%);
}
.border-l-base-color-bg-attention\/core-opacity-50 {
  border-left-color: rgb(254 240 200 / 50%);
}
.border-l-base-color-bg-attention\/core-opacity-60 {
  border-left-color: rgb(254 240 200 / 60%);
}
.border-l-base-color-bg-attention\/core-opacity-70 {
  border-left-color: rgb(254 240 200 / 70%);
}
.border-l-base-color-bg-attention\/core-opacity-80 {
  border-left-color: rgb(254 240 200 / 80%);
}
.border-l-base-color-bg-attention\/core-opacity-90 {
  border-left-color: rgb(254 240 200 / 90%);
}
.border-l-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-l-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-l-base-color-bg-brand-emphasis\/0 {
  border-left-color: rgb(93 91 215 / 0);
}
.border-l-base-color-bg-brand-emphasis\/10 {
  border-left-color: rgb(93 91 215 / 0.1);
}
.border-l-base-color-bg-brand-emphasis\/100 {
  border-left-color: rgb(93 91 215 / 1);
}
.border-l-base-color-bg-brand-emphasis\/20 {
  border-left-color: rgb(93 91 215 / 0.2);
}
.border-l-base-color-bg-brand-emphasis\/25 {
  border-left-color: rgb(93 91 215 / 0.25);
}
.border-l-base-color-bg-brand-emphasis\/30 {
  border-left-color: rgb(93 91 215 / 0.3);
}
.border-l-base-color-bg-brand-emphasis\/40 {
  border-left-color: rgb(93 91 215 / 0.4);
}
.border-l-base-color-bg-brand-emphasis\/5 {
  border-left-color: rgb(93 91 215 / 0.05);
}
.border-l-base-color-bg-brand-emphasis\/50 {
  border-left-color: rgb(93 91 215 / 0.5);
}
.border-l-base-color-bg-brand-emphasis\/60 {
  border-left-color: rgb(93 91 215 / 0.6);
}
.border-l-base-color-bg-brand-emphasis\/70 {
  border-left-color: rgb(93 91 215 / 0.7);
}
.border-l-base-color-bg-brand-emphasis\/75 {
  border-left-color: rgb(93 91 215 / 0.75);
}
.border-l-base-color-bg-brand-emphasis\/80 {
  border-left-color: rgb(93 91 215 / 0.8);
}
.border-l-base-color-bg-brand-emphasis\/90 {
  border-left-color: rgb(93 91 215 / 0.9);
}
.border-l-base-color-bg-brand-emphasis\/95 {
  border-left-color: rgb(93 91 215 / 0.95);
}
.border-l-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-left-color: rgb(93 91 215 / 60%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-left-color: rgb(93 91 215 / 0%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-left-color: rgb(93 91 215 / 10%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-left-color: rgb(93 91 215 / 100%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-left-color: rgb(93 91 215 / 20%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-left-color: rgb(93 91 215 / 30%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-left-color: rgb(93 91 215 / 40%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-left-color: rgb(93 91 215 / 50%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-left-color: rgb(93 91 215 / 60%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-left-color: rgb(93 91 215 / 70%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-left-color: rgb(93 91 215 / 80%);
}
.border-l-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-left-color: rgb(93 91 215 / 90%);
}
.border-l-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-l-base-color-bg-brand-subtle\/0 {
  border-left-color: rgb(242 244 253 / 0);
}
.border-l-base-color-bg-brand-subtle\/10 {
  border-left-color: rgb(242 244 253 / 0.1);
}
.border-l-base-color-bg-brand-subtle\/100 {
  border-left-color: rgb(242 244 253 / 1);
}
.border-l-base-color-bg-brand-subtle\/20 {
  border-left-color: rgb(242 244 253 / 0.2);
}
.border-l-base-color-bg-brand-subtle\/25 {
  border-left-color: rgb(242 244 253 / 0.25);
}
.border-l-base-color-bg-brand-subtle\/30 {
  border-left-color: rgb(242 244 253 / 0.3);
}
.border-l-base-color-bg-brand-subtle\/40 {
  border-left-color: rgb(242 244 253 / 0.4);
}
.border-l-base-color-bg-brand-subtle\/5 {
  border-left-color: rgb(242 244 253 / 0.05);
}
.border-l-base-color-bg-brand-subtle\/50 {
  border-left-color: rgb(242 244 253 / 0.5);
}
.border-l-base-color-bg-brand-subtle\/60 {
  border-left-color: rgb(242 244 253 / 0.6);
}
.border-l-base-color-bg-brand-subtle\/70 {
  border-left-color: rgb(242 244 253 / 0.7);
}
.border-l-base-color-bg-brand-subtle\/75 {
  border-left-color: rgb(242 244 253 / 0.75);
}
.border-l-base-color-bg-brand-subtle\/80 {
  border-left-color: rgb(242 244 253 / 0.8);
}
.border-l-base-color-bg-brand-subtle\/90 {
  border-left-color: rgb(242 244 253 / 0.9);
}
.border-l-base-color-bg-brand-subtle\/95 {
  border-left-color: rgb(242 244 253 / 0.95);
}
.border-l-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-left-color: rgb(242 244 253 / 60%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-0 {
  border-left-color: rgb(242 244 253 / 0%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-10 {
  border-left-color: rgb(242 244 253 / 10%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-100 {
  border-left-color: rgb(242 244 253 / 100%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-20 {
  border-left-color: rgb(242 244 253 / 20%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-30 {
  border-left-color: rgb(242 244 253 / 30%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-40 {
  border-left-color: rgb(242 244 253 / 40%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-50 {
  border-left-color: rgb(242 244 253 / 50%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-60 {
  border-left-color: rgb(242 244 253 / 60%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-70 {
  border-left-color: rgb(242 244 253 / 70%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-80 {
  border-left-color: rgb(242 244 253 / 80%);
}
.border-l-base-color-bg-brand-subtle\/core-opacity-90 {
  border-left-color: rgb(242 244 253 / 90%);
}
.border-l-base-color-bg-brand\/0 {
  border-left-color: rgb(205 214 249 / 0);
}
.border-l-base-color-bg-brand\/10 {
  border-left-color: rgb(205 214 249 / 0.1);
}
.border-l-base-color-bg-brand\/100 {
  border-left-color: rgb(205 214 249 / 1);
}
.border-l-base-color-bg-brand\/20 {
  border-left-color: rgb(205 214 249 / 0.2);
}
.border-l-base-color-bg-brand\/25 {
  border-left-color: rgb(205 214 249 / 0.25);
}
.border-l-base-color-bg-brand\/30 {
  border-left-color: rgb(205 214 249 / 0.3);
}
.border-l-base-color-bg-brand\/40 {
  border-left-color: rgb(205 214 249 / 0.4);
}
.border-l-base-color-bg-brand\/5 {
  border-left-color: rgb(205 214 249 / 0.05);
}
.border-l-base-color-bg-brand\/50 {
  border-left-color: rgb(205 214 249 / 0.5);
}
.border-l-base-color-bg-brand\/60 {
  border-left-color: rgb(205 214 249 / 0.6);
}
.border-l-base-color-bg-brand\/70 {
  border-left-color: rgb(205 214 249 / 0.7);
}
.border-l-base-color-bg-brand\/75 {
  border-left-color: rgb(205 214 249 / 0.75);
}
.border-l-base-color-bg-brand\/80 {
  border-left-color: rgb(205 214 249 / 0.8);
}
.border-l-base-color-bg-brand\/90 {
  border-left-color: rgb(205 214 249 / 0.9);
}
.border-l-base-color-bg-brand\/95 {
  border-left-color: rgb(205 214 249 / 0.95);
}
.border-l-base-color-bg-brand\/base-opacity-disabled {
  border-left-color: rgb(205 214 249 / 60%);
}
.border-l-base-color-bg-brand\/core-opacity-0 {
  border-left-color: rgb(205 214 249 / 0%);
}
.border-l-base-color-bg-brand\/core-opacity-10 {
  border-left-color: rgb(205 214 249 / 10%);
}
.border-l-base-color-bg-brand\/core-opacity-100 {
  border-left-color: rgb(205 214 249 / 100%);
}
.border-l-base-color-bg-brand\/core-opacity-20 {
  border-left-color: rgb(205 214 249 / 20%);
}
.border-l-base-color-bg-brand\/core-opacity-30 {
  border-left-color: rgb(205 214 249 / 30%);
}
.border-l-base-color-bg-brand\/core-opacity-40 {
  border-left-color: rgb(205 214 249 / 40%);
}
.border-l-base-color-bg-brand\/core-opacity-50 {
  border-left-color: rgb(205 214 249 / 50%);
}
.border-l-base-color-bg-brand\/core-opacity-60 {
  border-left-color: rgb(205 214 249 / 60%);
}
.border-l-base-color-bg-brand\/core-opacity-70 {
  border-left-color: rgb(205 214 249 / 70%);
}
.border-l-base-color-bg-brand\/core-opacity-80 {
  border-left-color: rgb(205 214 249 / 80%);
}
.border-l-base-color-bg-brand\/core-opacity-90 {
  border-left-color: rgb(205 214 249 / 90%);
}
.border-l-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-l-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-l-base-color-bg-danger-emphasis\/0 {
  border-left-color: rgb(240 68 56 / 0);
}
.border-l-base-color-bg-danger-emphasis\/10 {
  border-left-color: rgb(240 68 56 / 0.1);
}
.border-l-base-color-bg-danger-emphasis\/100 {
  border-left-color: rgb(240 68 56 / 1);
}
.border-l-base-color-bg-danger-emphasis\/20 {
  border-left-color: rgb(240 68 56 / 0.2);
}
.border-l-base-color-bg-danger-emphasis\/25 {
  border-left-color: rgb(240 68 56 / 0.25);
}
.border-l-base-color-bg-danger-emphasis\/30 {
  border-left-color: rgb(240 68 56 / 0.3);
}
.border-l-base-color-bg-danger-emphasis\/40 {
  border-left-color: rgb(240 68 56 / 0.4);
}
.border-l-base-color-bg-danger-emphasis\/5 {
  border-left-color: rgb(240 68 56 / 0.05);
}
.border-l-base-color-bg-danger-emphasis\/50 {
  border-left-color: rgb(240 68 56 / 0.5);
}
.border-l-base-color-bg-danger-emphasis\/60 {
  border-left-color: rgb(240 68 56 / 0.6);
}
.border-l-base-color-bg-danger-emphasis\/70 {
  border-left-color: rgb(240 68 56 / 0.7);
}
.border-l-base-color-bg-danger-emphasis\/75 {
  border-left-color: rgb(240 68 56 / 0.75);
}
.border-l-base-color-bg-danger-emphasis\/80 {
  border-left-color: rgb(240 68 56 / 0.8);
}
.border-l-base-color-bg-danger-emphasis\/90 {
  border-left-color: rgb(240 68 56 / 0.9);
}
.border-l-base-color-bg-danger-emphasis\/95 {
  border-left-color: rgb(240 68 56 / 0.95);
}
.border-l-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-left-color: rgb(240 68 56 / 60%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-left-color: rgb(240 68 56 / 0%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-left-color: rgb(240 68 56 / 10%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-left-color: rgb(240 68 56 / 100%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-left-color: rgb(240 68 56 / 20%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-left-color: rgb(240 68 56 / 30%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-left-color: rgb(240 68 56 / 40%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-left-color: rgb(240 68 56 / 50%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-left-color: rgb(240 68 56 / 60%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-left-color: rgb(240 68 56 / 70%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-left-color: rgb(240 68 56 / 80%);
}
.border-l-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-left-color: rgb(240 68 56 / 90%);
}
.border-l-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-l-base-color-bg-danger-subtle\/0 {
  border-left-color: rgb(255 251 250 / 0);
}
.border-l-base-color-bg-danger-subtle\/10 {
  border-left-color: rgb(255 251 250 / 0.1);
}
.border-l-base-color-bg-danger-subtle\/100 {
  border-left-color: rgb(255 251 250 / 1);
}
.border-l-base-color-bg-danger-subtle\/20 {
  border-left-color: rgb(255 251 250 / 0.2);
}
.border-l-base-color-bg-danger-subtle\/25 {
  border-left-color: rgb(255 251 250 / 0.25);
}
.border-l-base-color-bg-danger-subtle\/30 {
  border-left-color: rgb(255 251 250 / 0.3);
}
.border-l-base-color-bg-danger-subtle\/40 {
  border-left-color: rgb(255 251 250 / 0.4);
}
.border-l-base-color-bg-danger-subtle\/5 {
  border-left-color: rgb(255 251 250 / 0.05);
}
.border-l-base-color-bg-danger-subtle\/50 {
  border-left-color: rgb(255 251 250 / 0.5);
}
.border-l-base-color-bg-danger-subtle\/60 {
  border-left-color: rgb(255 251 250 / 0.6);
}
.border-l-base-color-bg-danger-subtle\/70 {
  border-left-color: rgb(255 251 250 / 0.7);
}
.border-l-base-color-bg-danger-subtle\/75 {
  border-left-color: rgb(255 251 250 / 0.75);
}
.border-l-base-color-bg-danger-subtle\/80 {
  border-left-color: rgb(255 251 250 / 0.8);
}
.border-l-base-color-bg-danger-subtle\/90 {
  border-left-color: rgb(255 251 250 / 0.9);
}
.border-l-base-color-bg-danger-subtle\/95 {
  border-left-color: rgb(255 251 250 / 0.95);
}
.border-l-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-left-color: rgb(255 251 250 / 60%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-0 {
  border-left-color: rgb(255 251 250 / 0%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-10 {
  border-left-color: rgb(255 251 250 / 10%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-100 {
  border-left-color: rgb(255 251 250 / 100%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-20 {
  border-left-color: rgb(255 251 250 / 20%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-30 {
  border-left-color: rgb(255 251 250 / 30%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-40 {
  border-left-color: rgb(255 251 250 / 40%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-50 {
  border-left-color: rgb(255 251 250 / 50%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-60 {
  border-left-color: rgb(255 251 250 / 60%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-70 {
  border-left-color: rgb(255 251 250 / 70%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-80 {
  border-left-color: rgb(255 251 250 / 80%);
}
.border-l-base-color-bg-danger-subtle\/core-opacity-90 {
  border-left-color: rgb(255 251 250 / 90%);
}
.border-l-base-color-bg-danger\/0 {
  border-left-color: rgb(254 227 225 / 0);
}
.border-l-base-color-bg-danger\/10 {
  border-left-color: rgb(254 227 225 / 0.1);
}
.border-l-base-color-bg-danger\/100 {
  border-left-color: rgb(254 227 225 / 1);
}
.border-l-base-color-bg-danger\/20 {
  border-left-color: rgb(254 227 225 / 0.2);
}
.border-l-base-color-bg-danger\/25 {
  border-left-color: rgb(254 227 225 / 0.25);
}
.border-l-base-color-bg-danger\/30 {
  border-left-color: rgb(254 227 225 / 0.3);
}
.border-l-base-color-bg-danger\/40 {
  border-left-color: rgb(254 227 225 / 0.4);
}
.border-l-base-color-bg-danger\/5 {
  border-left-color: rgb(254 227 225 / 0.05);
}
.border-l-base-color-bg-danger\/50 {
  border-left-color: rgb(254 227 225 / 0.5);
}
.border-l-base-color-bg-danger\/60 {
  border-left-color: rgb(254 227 225 / 0.6);
}
.border-l-base-color-bg-danger\/70 {
  border-left-color: rgb(254 227 225 / 0.7);
}
.border-l-base-color-bg-danger\/75 {
  border-left-color: rgb(254 227 225 / 0.75);
}
.border-l-base-color-bg-danger\/80 {
  border-left-color: rgb(254 227 225 / 0.8);
}
.border-l-base-color-bg-danger\/90 {
  border-left-color: rgb(254 227 225 / 0.9);
}
.border-l-base-color-bg-danger\/95 {
  border-left-color: rgb(254 227 225 / 0.95);
}
.border-l-base-color-bg-danger\/base-opacity-disabled {
  border-left-color: rgb(254 227 225 / 60%);
}
.border-l-base-color-bg-danger\/core-opacity-0 {
  border-left-color: rgb(254 227 225 / 0%);
}
.border-l-base-color-bg-danger\/core-opacity-10 {
  border-left-color: rgb(254 227 225 / 10%);
}
.border-l-base-color-bg-danger\/core-opacity-100 {
  border-left-color: rgb(254 227 225 / 100%);
}
.border-l-base-color-bg-danger\/core-opacity-20 {
  border-left-color: rgb(254 227 225 / 20%);
}
.border-l-base-color-bg-danger\/core-opacity-30 {
  border-left-color: rgb(254 227 225 / 30%);
}
.border-l-base-color-bg-danger\/core-opacity-40 {
  border-left-color: rgb(254 227 225 / 40%);
}
.border-l-base-color-bg-danger\/core-opacity-50 {
  border-left-color: rgb(254 227 225 / 50%);
}
.border-l-base-color-bg-danger\/core-opacity-60 {
  border-left-color: rgb(254 227 225 / 60%);
}
.border-l-base-color-bg-danger\/core-opacity-70 {
  border-left-color: rgb(254 227 225 / 70%);
}
.border-l-base-color-bg-danger\/core-opacity-80 {
  border-left-color: rgb(254 227 225 / 80%);
}
.border-l-base-color-bg-danger\/core-opacity-90 {
  border-left-color: rgb(254 227 225 / 90%);
}
.border-l-base-color-bg-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-base-color-bg-default\/0 {
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-base-color-bg-default\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-base-color-bg-default\/100 {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-base-color-bg-default\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-base-color-bg-default\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-base-color-bg-default\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-base-color-bg-default\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-base-color-bg-default\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-base-color-bg-default\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-base-color-bg-default\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-base-color-bg-default\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-base-color-bg-default\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-base-color-bg-default\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-base-color-bg-default\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-base-color-bg-default\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-l-base-color-bg-default\/base-opacity-disabled {
  border-left-color: rgb(255 255 255 / 60%);
}
.border-l-base-color-bg-default\/core-opacity-0 {
  border-left-color: rgb(255 255 255 / 0%);
}
.border-l-base-color-bg-default\/core-opacity-10 {
  border-left-color: rgb(255 255 255 / 10%);
}
.border-l-base-color-bg-default\/core-opacity-100 {
  border-left-color: rgb(255 255 255 / 100%);
}
.border-l-base-color-bg-default\/core-opacity-20 {
  border-left-color: rgb(255 255 255 / 20%);
}
.border-l-base-color-bg-default\/core-opacity-30 {
  border-left-color: rgb(255 255 255 / 30%);
}
.border-l-base-color-bg-default\/core-opacity-40 {
  border-left-color: rgb(255 255 255 / 40%);
}
.border-l-base-color-bg-default\/core-opacity-50 {
  border-left-color: rgb(255 255 255 / 50%);
}
.border-l-base-color-bg-default\/core-opacity-60 {
  border-left-color: rgb(255 255 255 / 60%);
}
.border-l-base-color-bg-default\/core-opacity-70 {
  border-left-color: rgb(255 255 255 / 70%);
}
.border-l-base-color-bg-default\/core-opacity-80 {
  border-left-color: rgb(255 255 255 / 80%);
}
.border-l-base-color-bg-default\/core-opacity-90 {
  border-left-color: rgb(255 255 255 / 90%);
}
.border-l-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-l-base-color-bg-emphasis\/0 {
  border-left-color: rgb(16 24 40 / 0);
}
.border-l-base-color-bg-emphasis\/10 {
  border-left-color: rgb(16 24 40 / 0.1);
}
.border-l-base-color-bg-emphasis\/100 {
  border-left-color: rgb(16 24 40 / 1);
}
.border-l-base-color-bg-emphasis\/20 {
  border-left-color: rgb(16 24 40 / 0.2);
}
.border-l-base-color-bg-emphasis\/25 {
  border-left-color: rgb(16 24 40 / 0.25);
}
.border-l-base-color-bg-emphasis\/30 {
  border-left-color: rgb(16 24 40 / 0.3);
}
.border-l-base-color-bg-emphasis\/40 {
  border-left-color: rgb(16 24 40 / 0.4);
}
.border-l-base-color-bg-emphasis\/5 {
  border-left-color: rgb(16 24 40 / 0.05);
}
.border-l-base-color-bg-emphasis\/50 {
  border-left-color: rgb(16 24 40 / 0.5);
}
.border-l-base-color-bg-emphasis\/60 {
  border-left-color: rgb(16 24 40 / 0.6);
}
.border-l-base-color-bg-emphasis\/70 {
  border-left-color: rgb(16 24 40 / 0.7);
}
.border-l-base-color-bg-emphasis\/75 {
  border-left-color: rgb(16 24 40 / 0.75);
}
.border-l-base-color-bg-emphasis\/80 {
  border-left-color: rgb(16 24 40 / 0.8);
}
.border-l-base-color-bg-emphasis\/90 {
  border-left-color: rgb(16 24 40 / 0.9);
}
.border-l-base-color-bg-emphasis\/95 {
  border-left-color: rgb(16 24 40 / 0.95);
}
.border-l-base-color-bg-emphasis\/base-opacity-disabled {
  border-left-color: rgb(16 24 40 / 60%);
}
.border-l-base-color-bg-emphasis\/core-opacity-0 {
  border-left-color: rgb(16 24 40 / 0%);
}
.border-l-base-color-bg-emphasis\/core-opacity-10 {
  border-left-color: rgb(16 24 40 / 10%);
}
.border-l-base-color-bg-emphasis\/core-opacity-100 {
  border-left-color: rgb(16 24 40 / 100%);
}
.border-l-base-color-bg-emphasis\/core-opacity-20 {
  border-left-color: rgb(16 24 40 / 20%);
}
.border-l-base-color-bg-emphasis\/core-opacity-30 {
  border-left-color: rgb(16 24 40 / 30%);
}
.border-l-base-color-bg-emphasis\/core-opacity-40 {
  border-left-color: rgb(16 24 40 / 40%);
}
.border-l-base-color-bg-emphasis\/core-opacity-50 {
  border-left-color: rgb(16 24 40 / 50%);
}
.border-l-base-color-bg-emphasis\/core-opacity-60 {
  border-left-color: rgb(16 24 40 / 60%);
}
.border-l-base-color-bg-emphasis\/core-opacity-70 {
  border-left-color: rgb(16 24 40 / 70%);
}
.border-l-base-color-bg-emphasis\/core-opacity-80 {
  border-left-color: rgb(16 24 40 / 80%);
}
.border-l-base-color-bg-emphasis\/core-opacity-90 {
  border-left-color: rgb(16 24 40 / 90%);
}
.border-l-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-left-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-l-base-color-bg-muted\/0 {
  border-left-color: rgb(234 236 240 / 0);
}
.border-l-base-color-bg-muted\/10 {
  border-left-color: rgb(234 236 240 / 0.1);
}
.border-l-base-color-bg-muted\/100 {
  border-left-color: rgb(234 236 240 / 1);
}
.border-l-base-color-bg-muted\/20 {
  border-left-color: rgb(234 236 240 / 0.2);
}
.border-l-base-color-bg-muted\/25 {
  border-left-color: rgb(234 236 240 / 0.25);
}
.border-l-base-color-bg-muted\/30 {
  border-left-color: rgb(234 236 240 / 0.3);
}
.border-l-base-color-bg-muted\/40 {
  border-left-color: rgb(234 236 240 / 0.4);
}
.border-l-base-color-bg-muted\/5 {
  border-left-color: rgb(234 236 240 / 0.05);
}
.border-l-base-color-bg-muted\/50 {
  border-left-color: rgb(234 236 240 / 0.5);
}
.border-l-base-color-bg-muted\/60 {
  border-left-color: rgb(234 236 240 / 0.6);
}
.border-l-base-color-bg-muted\/70 {
  border-left-color: rgb(234 236 240 / 0.7);
}
.border-l-base-color-bg-muted\/75 {
  border-left-color: rgb(234 236 240 / 0.75);
}
.border-l-base-color-bg-muted\/80 {
  border-left-color: rgb(234 236 240 / 0.8);
}
.border-l-base-color-bg-muted\/90 {
  border-left-color: rgb(234 236 240 / 0.9);
}
.border-l-base-color-bg-muted\/95 {
  border-left-color: rgb(234 236 240 / 0.95);
}
.border-l-base-color-bg-muted\/base-opacity-disabled {
  border-left-color: rgb(234 236 240 / 60%);
}
.border-l-base-color-bg-muted\/core-opacity-0 {
  border-left-color: rgb(234 236 240 / 0%);
}
.border-l-base-color-bg-muted\/core-opacity-10 {
  border-left-color: rgb(234 236 240 / 10%);
}
.border-l-base-color-bg-muted\/core-opacity-100 {
  border-left-color: rgb(234 236 240 / 100%);
}
.border-l-base-color-bg-muted\/core-opacity-20 {
  border-left-color: rgb(234 236 240 / 20%);
}
.border-l-base-color-bg-muted\/core-opacity-30 {
  border-left-color: rgb(234 236 240 / 30%);
}
.border-l-base-color-bg-muted\/core-opacity-40 {
  border-left-color: rgb(234 236 240 / 40%);
}
.border-l-base-color-bg-muted\/core-opacity-50 {
  border-left-color: rgb(234 236 240 / 50%);
}
.border-l-base-color-bg-muted\/core-opacity-60 {
  border-left-color: rgb(234 236 240 / 60%);
}
.border-l-base-color-bg-muted\/core-opacity-70 {
  border-left-color: rgb(234 236 240 / 70%);
}
.border-l-base-color-bg-muted\/core-opacity-80 {
  border-left-color: rgb(234 236 240 / 80%);
}
.border-l-base-color-bg-muted\/core-opacity-90 {
  border-left-color: rgb(234 236 240 / 90%);
}
.border-l-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-l-base-color-bg-subtle\/0 {
  border-left-color: rgb(242 244 247 / 0);
}
.border-l-base-color-bg-subtle\/10 {
  border-left-color: rgb(242 244 247 / 0.1);
}
.border-l-base-color-bg-subtle\/100 {
  border-left-color: rgb(242 244 247 / 1);
}
.border-l-base-color-bg-subtle\/20 {
  border-left-color: rgb(242 244 247 / 0.2);
}
.border-l-base-color-bg-subtle\/25 {
  border-left-color: rgb(242 244 247 / 0.25);
}
.border-l-base-color-bg-subtle\/30 {
  border-left-color: rgb(242 244 247 / 0.3);
}
.border-l-base-color-bg-subtle\/40 {
  border-left-color: rgb(242 244 247 / 0.4);
}
.border-l-base-color-bg-subtle\/5 {
  border-left-color: rgb(242 244 247 / 0.05);
}
.border-l-base-color-bg-subtle\/50 {
  border-left-color: rgb(242 244 247 / 0.5);
}
.border-l-base-color-bg-subtle\/60 {
  border-left-color: rgb(242 244 247 / 0.6);
}
.border-l-base-color-bg-subtle\/70 {
  border-left-color: rgb(242 244 247 / 0.7);
}
.border-l-base-color-bg-subtle\/75 {
  border-left-color: rgb(242 244 247 / 0.75);
}
.border-l-base-color-bg-subtle\/80 {
  border-left-color: rgb(242 244 247 / 0.8);
}
.border-l-base-color-bg-subtle\/90 {
  border-left-color: rgb(242 244 247 / 0.9);
}
.border-l-base-color-bg-subtle\/95 {
  border-left-color: rgb(242 244 247 / 0.95);
}
.border-l-base-color-bg-subtle\/base-opacity-disabled {
  border-left-color: rgb(242 244 247 / 60%);
}
.border-l-base-color-bg-subtle\/core-opacity-0 {
  border-left-color: rgb(242 244 247 / 0%);
}
.border-l-base-color-bg-subtle\/core-opacity-10 {
  border-left-color: rgb(242 244 247 / 10%);
}
.border-l-base-color-bg-subtle\/core-opacity-100 {
  border-left-color: rgb(242 244 247 / 100%);
}
.border-l-base-color-bg-subtle\/core-opacity-20 {
  border-left-color: rgb(242 244 247 / 20%);
}
.border-l-base-color-bg-subtle\/core-opacity-30 {
  border-left-color: rgb(242 244 247 / 30%);
}
.border-l-base-color-bg-subtle\/core-opacity-40 {
  border-left-color: rgb(242 244 247 / 40%);
}
.border-l-base-color-bg-subtle\/core-opacity-50 {
  border-left-color: rgb(242 244 247 / 50%);
}
.border-l-base-color-bg-subtle\/core-opacity-60 {
  border-left-color: rgb(242 244 247 / 60%);
}
.border-l-base-color-bg-subtle\/core-opacity-70 {
  border-left-color: rgb(242 244 247 / 70%);
}
.border-l-base-color-bg-subtle\/core-opacity-80 {
  border-left-color: rgb(242 244 247 / 80%);
}
.border-l-base-color-bg-subtle\/core-opacity-90 {
  border-left-color: rgb(242 244 247 / 90%);
}
.border-l-base-color-bg-success {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-l-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-left-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-l-base-color-bg-success-emphasis\/0 {
  border-left-color: rgb(18 181 105 / 0);
}
.border-l-base-color-bg-success-emphasis\/10 {
  border-left-color: rgb(18 181 105 / 0.1);
}
.border-l-base-color-bg-success-emphasis\/100 {
  border-left-color: rgb(18 181 105 / 1);
}
.border-l-base-color-bg-success-emphasis\/20 {
  border-left-color: rgb(18 181 105 / 0.2);
}
.border-l-base-color-bg-success-emphasis\/25 {
  border-left-color: rgb(18 181 105 / 0.25);
}
.border-l-base-color-bg-success-emphasis\/30 {
  border-left-color: rgb(18 181 105 / 0.3);
}
.border-l-base-color-bg-success-emphasis\/40 {
  border-left-color: rgb(18 181 105 / 0.4);
}
.border-l-base-color-bg-success-emphasis\/5 {
  border-left-color: rgb(18 181 105 / 0.05);
}
.border-l-base-color-bg-success-emphasis\/50 {
  border-left-color: rgb(18 181 105 / 0.5);
}
.border-l-base-color-bg-success-emphasis\/60 {
  border-left-color: rgb(18 181 105 / 0.6);
}
.border-l-base-color-bg-success-emphasis\/70 {
  border-left-color: rgb(18 181 105 / 0.7);
}
.border-l-base-color-bg-success-emphasis\/75 {
  border-left-color: rgb(18 181 105 / 0.75);
}
.border-l-base-color-bg-success-emphasis\/80 {
  border-left-color: rgb(18 181 105 / 0.8);
}
.border-l-base-color-bg-success-emphasis\/90 {
  border-left-color: rgb(18 181 105 / 0.9);
}
.border-l-base-color-bg-success-emphasis\/95 {
  border-left-color: rgb(18 181 105 / 0.95);
}
.border-l-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-left-color: rgb(18 181 105 / 60%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-0 {
  border-left-color: rgb(18 181 105 / 0%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-10 {
  border-left-color: rgb(18 181 105 / 10%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-100 {
  border-left-color: rgb(18 181 105 / 100%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-20 {
  border-left-color: rgb(18 181 105 / 20%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-30 {
  border-left-color: rgb(18 181 105 / 30%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-40 {
  border-left-color: rgb(18 181 105 / 40%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-50 {
  border-left-color: rgb(18 181 105 / 50%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-60 {
  border-left-color: rgb(18 181 105 / 60%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-70 {
  border-left-color: rgb(18 181 105 / 70%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-80 {
  border-left-color: rgb(18 181 105 / 80%);
}
.border-l-base-color-bg-success-emphasis\/core-opacity-90 {
  border-left-color: rgb(18 181 105 / 90%);
}
.border-l-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-l-base-color-bg-success-subtle\/0 {
  border-left-color: rgb(246 254 249 / 0);
}
.border-l-base-color-bg-success-subtle\/10 {
  border-left-color: rgb(246 254 249 / 0.1);
}
.border-l-base-color-bg-success-subtle\/100 {
  border-left-color: rgb(246 254 249 / 1);
}
.border-l-base-color-bg-success-subtle\/20 {
  border-left-color: rgb(246 254 249 / 0.2);
}
.border-l-base-color-bg-success-subtle\/25 {
  border-left-color: rgb(246 254 249 / 0.25);
}
.border-l-base-color-bg-success-subtle\/30 {
  border-left-color: rgb(246 254 249 / 0.3);
}
.border-l-base-color-bg-success-subtle\/40 {
  border-left-color: rgb(246 254 249 / 0.4);
}
.border-l-base-color-bg-success-subtle\/5 {
  border-left-color: rgb(246 254 249 / 0.05);
}
.border-l-base-color-bg-success-subtle\/50 {
  border-left-color: rgb(246 254 249 / 0.5);
}
.border-l-base-color-bg-success-subtle\/60 {
  border-left-color: rgb(246 254 249 / 0.6);
}
.border-l-base-color-bg-success-subtle\/70 {
  border-left-color: rgb(246 254 249 / 0.7);
}
.border-l-base-color-bg-success-subtle\/75 {
  border-left-color: rgb(246 254 249 / 0.75);
}
.border-l-base-color-bg-success-subtle\/80 {
  border-left-color: rgb(246 254 249 / 0.8);
}
.border-l-base-color-bg-success-subtle\/90 {
  border-left-color: rgb(246 254 249 / 0.9);
}
.border-l-base-color-bg-success-subtle\/95 {
  border-left-color: rgb(246 254 249 / 0.95);
}
.border-l-base-color-bg-success-subtle\/base-opacity-disabled {
  border-left-color: rgb(246 254 249 / 60%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-0 {
  border-left-color: rgb(246 254 249 / 0%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-10 {
  border-left-color: rgb(246 254 249 / 10%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-100 {
  border-left-color: rgb(246 254 249 / 100%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-20 {
  border-left-color: rgb(246 254 249 / 20%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-30 {
  border-left-color: rgb(246 254 249 / 30%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-40 {
  border-left-color: rgb(246 254 249 / 40%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-50 {
  border-left-color: rgb(246 254 249 / 50%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-60 {
  border-left-color: rgb(246 254 249 / 60%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-70 {
  border-left-color: rgb(246 254 249 / 70%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-80 {
  border-left-color: rgb(246 254 249 / 80%);
}
.border-l-base-color-bg-success-subtle\/core-opacity-90 {
  border-left-color: rgb(246 254 249 / 90%);
}
.border-l-base-color-bg-success\/0 {
  border-left-color: rgb(209 250 223 / 0);
}
.border-l-base-color-bg-success\/10 {
  border-left-color: rgb(209 250 223 / 0.1);
}
.border-l-base-color-bg-success\/100 {
  border-left-color: rgb(209 250 223 / 1);
}
.border-l-base-color-bg-success\/20 {
  border-left-color: rgb(209 250 223 / 0.2);
}
.border-l-base-color-bg-success\/25 {
  border-left-color: rgb(209 250 223 / 0.25);
}
.border-l-base-color-bg-success\/30 {
  border-left-color: rgb(209 250 223 / 0.3);
}
.border-l-base-color-bg-success\/40 {
  border-left-color: rgb(209 250 223 / 0.4);
}
.border-l-base-color-bg-success\/5 {
  border-left-color: rgb(209 250 223 / 0.05);
}
.border-l-base-color-bg-success\/50 {
  border-left-color: rgb(209 250 223 / 0.5);
}
.border-l-base-color-bg-success\/60 {
  border-left-color: rgb(209 250 223 / 0.6);
}
.border-l-base-color-bg-success\/70 {
  border-left-color: rgb(209 250 223 / 0.7);
}
.border-l-base-color-bg-success\/75 {
  border-left-color: rgb(209 250 223 / 0.75);
}
.border-l-base-color-bg-success\/80 {
  border-left-color: rgb(209 250 223 / 0.8);
}
.border-l-base-color-bg-success\/90 {
  border-left-color: rgb(209 250 223 / 0.9);
}
.border-l-base-color-bg-success\/95 {
  border-left-color: rgb(209 250 223 / 0.95);
}
.border-l-base-color-bg-success\/base-opacity-disabled {
  border-left-color: rgb(209 250 223 / 60%);
}
.border-l-base-color-bg-success\/core-opacity-0 {
  border-left-color: rgb(209 250 223 / 0%);
}
.border-l-base-color-bg-success\/core-opacity-10 {
  border-left-color: rgb(209 250 223 / 10%);
}
.border-l-base-color-bg-success\/core-opacity-100 {
  border-left-color: rgb(209 250 223 / 100%);
}
.border-l-base-color-bg-success\/core-opacity-20 {
  border-left-color: rgb(209 250 223 / 20%);
}
.border-l-base-color-bg-success\/core-opacity-30 {
  border-left-color: rgb(209 250 223 / 30%);
}
.border-l-base-color-bg-success\/core-opacity-40 {
  border-left-color: rgb(209 250 223 / 40%);
}
.border-l-base-color-bg-success\/core-opacity-50 {
  border-left-color: rgb(209 250 223 / 50%);
}
.border-l-base-color-bg-success\/core-opacity-60 {
  border-left-color: rgb(209 250 223 / 60%);
}
.border-l-base-color-bg-success\/core-opacity-70 {
  border-left-color: rgb(209 250 223 / 70%);
}
.border-l-base-color-bg-success\/core-opacity-80 {
  border-left-color: rgb(209 250 223 / 80%);
}
.border-l-base-color-bg-success\/core-opacity-90 {
  border-left-color: rgb(209 250 223 / 90%);
}
.border-l-base-color-bg-transparent {
  border-left-color: #00000000;
}
.border-l-base-color-bg-transparent\/0 {
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-base-color-bg-transparent\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-base-color-bg-transparent\/100 {
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-base-color-bg-transparent\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-base-color-bg-transparent\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-base-color-bg-transparent\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-base-color-bg-transparent\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-base-color-bg-transparent\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-base-color-bg-transparent\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-base-color-bg-transparent\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-base-color-bg-transparent\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-base-color-bg-transparent\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-base-color-bg-transparent\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-base-color-bg-transparent\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-base-color-bg-transparent\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-base-color-bg-transparent\/base-opacity-disabled {
  border-left-color: rgb(0 0 0 / 60%);
}
.border-l-base-color-bg-transparent\/core-opacity-0 {
  border-left-color: rgb(0 0 0 / 0%);
}
.border-l-base-color-bg-transparent\/core-opacity-10 {
  border-left-color: rgb(0 0 0 / 10%);
}
.border-l-base-color-bg-transparent\/core-opacity-100 {
  border-left-color: rgb(0 0 0 / 100%);
}
.border-l-base-color-bg-transparent\/core-opacity-20 {
  border-left-color: rgb(0 0 0 / 20%);
}
.border-l-base-color-bg-transparent\/core-opacity-30 {
  border-left-color: rgb(0 0 0 / 30%);
}
.border-l-base-color-bg-transparent\/core-opacity-40 {
  border-left-color: rgb(0 0 0 / 40%);
}
.border-l-base-color-bg-transparent\/core-opacity-50 {
  border-left-color: rgb(0 0 0 / 50%);
}
.border-l-base-color-bg-transparent\/core-opacity-60 {
  border-left-color: rgb(0 0 0 / 60%);
}
.border-l-base-color-bg-transparent\/core-opacity-70 {
  border-left-color: rgb(0 0 0 / 70%);
}
.border-l-base-color-bg-transparent\/core-opacity-80 {
  border-left-color: rgb(0 0 0 / 80%);
}
.border-l-base-color-bg-transparent\/core-opacity-90 {
  border-left-color: rgb(0 0 0 / 90%);
}
.border-r-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-r-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-r-base-color-bg-accent-emphasis\/0 {
  border-right-color: rgb(21 94 239 / 0);
}
.border-r-base-color-bg-accent-emphasis\/10 {
  border-right-color: rgb(21 94 239 / 0.1);
}
.border-r-base-color-bg-accent-emphasis\/100 {
  border-right-color: rgb(21 94 239 / 1);
}
.border-r-base-color-bg-accent-emphasis\/20 {
  border-right-color: rgb(21 94 239 / 0.2);
}
.border-r-base-color-bg-accent-emphasis\/25 {
  border-right-color: rgb(21 94 239 / 0.25);
}
.border-r-base-color-bg-accent-emphasis\/30 {
  border-right-color: rgb(21 94 239 / 0.3);
}
.border-r-base-color-bg-accent-emphasis\/40 {
  border-right-color: rgb(21 94 239 / 0.4);
}
.border-r-base-color-bg-accent-emphasis\/5 {
  border-right-color: rgb(21 94 239 / 0.05);
}
.border-r-base-color-bg-accent-emphasis\/50 {
  border-right-color: rgb(21 94 239 / 0.5);
}
.border-r-base-color-bg-accent-emphasis\/60 {
  border-right-color: rgb(21 94 239 / 0.6);
}
.border-r-base-color-bg-accent-emphasis\/70 {
  border-right-color: rgb(21 94 239 / 0.7);
}
.border-r-base-color-bg-accent-emphasis\/75 {
  border-right-color: rgb(21 94 239 / 0.75);
}
.border-r-base-color-bg-accent-emphasis\/80 {
  border-right-color: rgb(21 94 239 / 0.8);
}
.border-r-base-color-bg-accent-emphasis\/90 {
  border-right-color: rgb(21 94 239 / 0.9);
}
.border-r-base-color-bg-accent-emphasis\/95 {
  border-right-color: rgb(21 94 239 / 0.95);
}
.border-r-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-right-color: rgb(21 94 239 / 60%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-right-color: rgb(21 94 239 / 0%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-right-color: rgb(21 94 239 / 10%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-right-color: rgb(21 94 239 / 100%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-right-color: rgb(21 94 239 / 20%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-right-color: rgb(21 94 239 / 30%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-right-color: rgb(21 94 239 / 40%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-right-color: rgb(21 94 239 / 50%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-right-color: rgb(21 94 239 / 60%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-right-color: rgb(21 94 239 / 70%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-right-color: rgb(21 94 239 / 80%);
}
.border-r-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-right-color: rgb(21 94 239 / 90%);
}
.border-r-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-r-base-color-bg-accent-subtle\/0 {
  border-right-color: rgb(245 248 255 / 0);
}
.border-r-base-color-bg-accent-subtle\/10 {
  border-right-color: rgb(245 248 255 / 0.1);
}
.border-r-base-color-bg-accent-subtle\/100 {
  border-right-color: rgb(245 248 255 / 1);
}
.border-r-base-color-bg-accent-subtle\/20 {
  border-right-color: rgb(245 248 255 / 0.2);
}
.border-r-base-color-bg-accent-subtle\/25 {
  border-right-color: rgb(245 248 255 / 0.25);
}
.border-r-base-color-bg-accent-subtle\/30 {
  border-right-color: rgb(245 248 255 / 0.3);
}
.border-r-base-color-bg-accent-subtle\/40 {
  border-right-color: rgb(245 248 255 / 0.4);
}
.border-r-base-color-bg-accent-subtle\/5 {
  border-right-color: rgb(245 248 255 / 0.05);
}
.border-r-base-color-bg-accent-subtle\/50 {
  border-right-color: rgb(245 248 255 / 0.5);
}
.border-r-base-color-bg-accent-subtle\/60 {
  border-right-color: rgb(245 248 255 / 0.6);
}
.border-r-base-color-bg-accent-subtle\/70 {
  border-right-color: rgb(245 248 255 / 0.7);
}
.border-r-base-color-bg-accent-subtle\/75 {
  border-right-color: rgb(245 248 255 / 0.75);
}
.border-r-base-color-bg-accent-subtle\/80 {
  border-right-color: rgb(245 248 255 / 0.8);
}
.border-r-base-color-bg-accent-subtle\/90 {
  border-right-color: rgb(245 248 255 / 0.9);
}
.border-r-base-color-bg-accent-subtle\/95 {
  border-right-color: rgb(245 248 255 / 0.95);
}
.border-r-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-right-color: rgb(245 248 255 / 60%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-0 {
  border-right-color: rgb(245 248 255 / 0%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-10 {
  border-right-color: rgb(245 248 255 / 10%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-100 {
  border-right-color: rgb(245 248 255 / 100%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-20 {
  border-right-color: rgb(245 248 255 / 20%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-30 {
  border-right-color: rgb(245 248 255 / 30%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-40 {
  border-right-color: rgb(245 248 255 / 40%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-50 {
  border-right-color: rgb(245 248 255 / 50%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-60 {
  border-right-color: rgb(245 248 255 / 60%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-70 {
  border-right-color: rgb(245 248 255 / 70%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-80 {
  border-right-color: rgb(245 248 255 / 80%);
}
.border-r-base-color-bg-accent-subtle\/core-opacity-90 {
  border-right-color: rgb(245 248 255 / 90%);
}
.border-r-base-color-bg-accent\/0 {
  border-right-color: rgb(209 224 255 / 0);
}
.border-r-base-color-bg-accent\/10 {
  border-right-color: rgb(209 224 255 / 0.1);
}
.border-r-base-color-bg-accent\/100 {
  border-right-color: rgb(209 224 255 / 1);
}
.border-r-base-color-bg-accent\/20 {
  border-right-color: rgb(209 224 255 / 0.2);
}
.border-r-base-color-bg-accent\/25 {
  border-right-color: rgb(209 224 255 / 0.25);
}
.border-r-base-color-bg-accent\/30 {
  border-right-color: rgb(209 224 255 / 0.3);
}
.border-r-base-color-bg-accent\/40 {
  border-right-color: rgb(209 224 255 / 0.4);
}
.border-r-base-color-bg-accent\/5 {
  border-right-color: rgb(209 224 255 / 0.05);
}
.border-r-base-color-bg-accent\/50 {
  border-right-color: rgb(209 224 255 / 0.5);
}
.border-r-base-color-bg-accent\/60 {
  border-right-color: rgb(209 224 255 / 0.6);
}
.border-r-base-color-bg-accent\/70 {
  border-right-color: rgb(209 224 255 / 0.7);
}
.border-r-base-color-bg-accent\/75 {
  border-right-color: rgb(209 224 255 / 0.75);
}
.border-r-base-color-bg-accent\/80 {
  border-right-color: rgb(209 224 255 / 0.8);
}
.border-r-base-color-bg-accent\/90 {
  border-right-color: rgb(209 224 255 / 0.9);
}
.border-r-base-color-bg-accent\/95 {
  border-right-color: rgb(209 224 255 / 0.95);
}
.border-r-base-color-bg-accent\/base-opacity-disabled {
  border-right-color: rgb(209 224 255 / 60%);
}
.border-r-base-color-bg-accent\/core-opacity-0 {
  border-right-color: rgb(209 224 255 / 0%);
}
.border-r-base-color-bg-accent\/core-opacity-10 {
  border-right-color: rgb(209 224 255 / 10%);
}
.border-r-base-color-bg-accent\/core-opacity-100 {
  border-right-color: rgb(209 224 255 / 100%);
}
.border-r-base-color-bg-accent\/core-opacity-20 {
  border-right-color: rgb(209 224 255 / 20%);
}
.border-r-base-color-bg-accent\/core-opacity-30 {
  border-right-color: rgb(209 224 255 / 30%);
}
.border-r-base-color-bg-accent\/core-opacity-40 {
  border-right-color: rgb(209 224 255 / 40%);
}
.border-r-base-color-bg-accent\/core-opacity-50 {
  border-right-color: rgb(209 224 255 / 50%);
}
.border-r-base-color-bg-accent\/core-opacity-60 {
  border-right-color: rgb(209 224 255 / 60%);
}
.border-r-base-color-bg-accent\/core-opacity-70 {
  border-right-color: rgb(209 224 255 / 70%);
}
.border-r-base-color-bg-accent\/core-opacity-80 {
  border-right-color: rgb(209 224 255 / 80%);
}
.border-r-base-color-bg-accent\/core-opacity-90 {
  border-right-color: rgb(209 224 255 / 90%);
}
.border-r-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-r-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-r-base-color-bg-attention-emphasis\/0 {
  border-right-color: rgb(221 105 3 / 0);
}
.border-r-base-color-bg-attention-emphasis\/10 {
  border-right-color: rgb(221 105 3 / 0.1);
}
.border-r-base-color-bg-attention-emphasis\/100 {
  border-right-color: rgb(221 105 3 / 1);
}
.border-r-base-color-bg-attention-emphasis\/20 {
  border-right-color: rgb(221 105 3 / 0.2);
}
.border-r-base-color-bg-attention-emphasis\/25 {
  border-right-color: rgb(221 105 3 / 0.25);
}
.border-r-base-color-bg-attention-emphasis\/30 {
  border-right-color: rgb(221 105 3 / 0.3);
}
.border-r-base-color-bg-attention-emphasis\/40 {
  border-right-color: rgb(221 105 3 / 0.4);
}
.border-r-base-color-bg-attention-emphasis\/5 {
  border-right-color: rgb(221 105 3 / 0.05);
}
.border-r-base-color-bg-attention-emphasis\/50 {
  border-right-color: rgb(221 105 3 / 0.5);
}
.border-r-base-color-bg-attention-emphasis\/60 {
  border-right-color: rgb(221 105 3 / 0.6);
}
.border-r-base-color-bg-attention-emphasis\/70 {
  border-right-color: rgb(221 105 3 / 0.7);
}
.border-r-base-color-bg-attention-emphasis\/75 {
  border-right-color: rgb(221 105 3 / 0.75);
}
.border-r-base-color-bg-attention-emphasis\/80 {
  border-right-color: rgb(221 105 3 / 0.8);
}
.border-r-base-color-bg-attention-emphasis\/90 {
  border-right-color: rgb(221 105 3 / 0.9);
}
.border-r-base-color-bg-attention-emphasis\/95 {
  border-right-color: rgb(221 105 3 / 0.95);
}
.border-r-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-right-color: rgb(221 105 3 / 60%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-right-color: rgb(221 105 3 / 0%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-right-color: rgb(221 105 3 / 10%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-right-color: rgb(221 105 3 / 100%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-right-color: rgb(221 105 3 / 20%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-right-color: rgb(221 105 3 / 30%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-right-color: rgb(221 105 3 / 40%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-right-color: rgb(221 105 3 / 50%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-right-color: rgb(221 105 3 / 60%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-right-color: rgb(221 105 3 / 70%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-right-color: rgb(221 105 3 / 80%);
}
.border-r-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-right-color: rgb(221 105 3 / 90%);
}
.border-r-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-r-base-color-bg-attention-subtle\/0 {
  border-right-color: rgb(255 252 245 / 0);
}
.border-r-base-color-bg-attention-subtle\/10 {
  border-right-color: rgb(255 252 245 / 0.1);
}
.border-r-base-color-bg-attention-subtle\/100 {
  border-right-color: rgb(255 252 245 / 1);
}
.border-r-base-color-bg-attention-subtle\/20 {
  border-right-color: rgb(255 252 245 / 0.2);
}
.border-r-base-color-bg-attention-subtle\/25 {
  border-right-color: rgb(255 252 245 / 0.25);
}
.border-r-base-color-bg-attention-subtle\/30 {
  border-right-color: rgb(255 252 245 / 0.3);
}
.border-r-base-color-bg-attention-subtle\/40 {
  border-right-color: rgb(255 252 245 / 0.4);
}
.border-r-base-color-bg-attention-subtle\/5 {
  border-right-color: rgb(255 252 245 / 0.05);
}
.border-r-base-color-bg-attention-subtle\/50 {
  border-right-color: rgb(255 252 245 / 0.5);
}
.border-r-base-color-bg-attention-subtle\/60 {
  border-right-color: rgb(255 252 245 / 0.6);
}
.border-r-base-color-bg-attention-subtle\/70 {
  border-right-color: rgb(255 252 245 / 0.7);
}
.border-r-base-color-bg-attention-subtle\/75 {
  border-right-color: rgb(255 252 245 / 0.75);
}
.border-r-base-color-bg-attention-subtle\/80 {
  border-right-color: rgb(255 252 245 / 0.8);
}
.border-r-base-color-bg-attention-subtle\/90 {
  border-right-color: rgb(255 252 245 / 0.9);
}
.border-r-base-color-bg-attention-subtle\/95 {
  border-right-color: rgb(255 252 245 / 0.95);
}
.border-r-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-right-color: rgb(255 252 245 / 60%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-0 {
  border-right-color: rgb(255 252 245 / 0%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-10 {
  border-right-color: rgb(255 252 245 / 10%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-100 {
  border-right-color: rgb(255 252 245 / 100%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-20 {
  border-right-color: rgb(255 252 245 / 20%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-30 {
  border-right-color: rgb(255 252 245 / 30%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-40 {
  border-right-color: rgb(255 252 245 / 40%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-50 {
  border-right-color: rgb(255 252 245 / 50%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-60 {
  border-right-color: rgb(255 252 245 / 60%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-70 {
  border-right-color: rgb(255 252 245 / 70%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-80 {
  border-right-color: rgb(255 252 245 / 80%);
}
.border-r-base-color-bg-attention-subtle\/core-opacity-90 {
  border-right-color: rgb(255 252 245 / 90%);
}
.border-r-base-color-bg-attention\/0 {
  border-right-color: rgb(254 240 200 / 0);
}
.border-r-base-color-bg-attention\/10 {
  border-right-color: rgb(254 240 200 / 0.1);
}
.border-r-base-color-bg-attention\/100 {
  border-right-color: rgb(254 240 200 / 1);
}
.border-r-base-color-bg-attention\/20 {
  border-right-color: rgb(254 240 200 / 0.2);
}
.border-r-base-color-bg-attention\/25 {
  border-right-color: rgb(254 240 200 / 0.25);
}
.border-r-base-color-bg-attention\/30 {
  border-right-color: rgb(254 240 200 / 0.3);
}
.border-r-base-color-bg-attention\/40 {
  border-right-color: rgb(254 240 200 / 0.4);
}
.border-r-base-color-bg-attention\/5 {
  border-right-color: rgb(254 240 200 / 0.05);
}
.border-r-base-color-bg-attention\/50 {
  border-right-color: rgb(254 240 200 / 0.5);
}
.border-r-base-color-bg-attention\/60 {
  border-right-color: rgb(254 240 200 / 0.6);
}
.border-r-base-color-bg-attention\/70 {
  border-right-color: rgb(254 240 200 / 0.7);
}
.border-r-base-color-bg-attention\/75 {
  border-right-color: rgb(254 240 200 / 0.75);
}
.border-r-base-color-bg-attention\/80 {
  border-right-color: rgb(254 240 200 / 0.8);
}
.border-r-base-color-bg-attention\/90 {
  border-right-color: rgb(254 240 200 / 0.9);
}
.border-r-base-color-bg-attention\/95 {
  border-right-color: rgb(254 240 200 / 0.95);
}
.border-r-base-color-bg-attention\/base-opacity-disabled {
  border-right-color: rgb(254 240 200 / 60%);
}
.border-r-base-color-bg-attention\/core-opacity-0 {
  border-right-color: rgb(254 240 200 / 0%);
}
.border-r-base-color-bg-attention\/core-opacity-10 {
  border-right-color: rgb(254 240 200 / 10%);
}
.border-r-base-color-bg-attention\/core-opacity-100 {
  border-right-color: rgb(254 240 200 / 100%);
}
.border-r-base-color-bg-attention\/core-opacity-20 {
  border-right-color: rgb(254 240 200 / 20%);
}
.border-r-base-color-bg-attention\/core-opacity-30 {
  border-right-color: rgb(254 240 200 / 30%);
}
.border-r-base-color-bg-attention\/core-opacity-40 {
  border-right-color: rgb(254 240 200 / 40%);
}
.border-r-base-color-bg-attention\/core-opacity-50 {
  border-right-color: rgb(254 240 200 / 50%);
}
.border-r-base-color-bg-attention\/core-opacity-60 {
  border-right-color: rgb(254 240 200 / 60%);
}
.border-r-base-color-bg-attention\/core-opacity-70 {
  border-right-color: rgb(254 240 200 / 70%);
}
.border-r-base-color-bg-attention\/core-opacity-80 {
  border-right-color: rgb(254 240 200 / 80%);
}
.border-r-base-color-bg-attention\/core-opacity-90 {
  border-right-color: rgb(254 240 200 / 90%);
}
.border-r-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-r-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-r-base-color-bg-brand-emphasis\/0 {
  border-right-color: rgb(93 91 215 / 0);
}
.border-r-base-color-bg-brand-emphasis\/10 {
  border-right-color: rgb(93 91 215 / 0.1);
}
.border-r-base-color-bg-brand-emphasis\/100 {
  border-right-color: rgb(93 91 215 / 1);
}
.border-r-base-color-bg-brand-emphasis\/20 {
  border-right-color: rgb(93 91 215 / 0.2);
}
.border-r-base-color-bg-brand-emphasis\/25 {
  border-right-color: rgb(93 91 215 / 0.25);
}
.border-r-base-color-bg-brand-emphasis\/30 {
  border-right-color: rgb(93 91 215 / 0.3);
}
.border-r-base-color-bg-brand-emphasis\/40 {
  border-right-color: rgb(93 91 215 / 0.4);
}
.border-r-base-color-bg-brand-emphasis\/5 {
  border-right-color: rgb(93 91 215 / 0.05);
}
.border-r-base-color-bg-brand-emphasis\/50 {
  border-right-color: rgb(93 91 215 / 0.5);
}
.border-r-base-color-bg-brand-emphasis\/60 {
  border-right-color: rgb(93 91 215 / 0.6);
}
.border-r-base-color-bg-brand-emphasis\/70 {
  border-right-color: rgb(93 91 215 / 0.7);
}
.border-r-base-color-bg-brand-emphasis\/75 {
  border-right-color: rgb(93 91 215 / 0.75);
}
.border-r-base-color-bg-brand-emphasis\/80 {
  border-right-color: rgb(93 91 215 / 0.8);
}
.border-r-base-color-bg-brand-emphasis\/90 {
  border-right-color: rgb(93 91 215 / 0.9);
}
.border-r-base-color-bg-brand-emphasis\/95 {
  border-right-color: rgb(93 91 215 / 0.95);
}
.border-r-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-right-color: rgb(93 91 215 / 60%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-right-color: rgb(93 91 215 / 0%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-right-color: rgb(93 91 215 / 10%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-right-color: rgb(93 91 215 / 100%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-right-color: rgb(93 91 215 / 20%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-right-color: rgb(93 91 215 / 30%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-right-color: rgb(93 91 215 / 40%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-right-color: rgb(93 91 215 / 50%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-right-color: rgb(93 91 215 / 60%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-right-color: rgb(93 91 215 / 70%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-right-color: rgb(93 91 215 / 80%);
}
.border-r-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-right-color: rgb(93 91 215 / 90%);
}
.border-r-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-r-base-color-bg-brand-subtle\/0 {
  border-right-color: rgb(242 244 253 / 0);
}
.border-r-base-color-bg-brand-subtle\/10 {
  border-right-color: rgb(242 244 253 / 0.1);
}
.border-r-base-color-bg-brand-subtle\/100 {
  border-right-color: rgb(242 244 253 / 1);
}
.border-r-base-color-bg-brand-subtle\/20 {
  border-right-color: rgb(242 244 253 / 0.2);
}
.border-r-base-color-bg-brand-subtle\/25 {
  border-right-color: rgb(242 244 253 / 0.25);
}
.border-r-base-color-bg-brand-subtle\/30 {
  border-right-color: rgb(242 244 253 / 0.3);
}
.border-r-base-color-bg-brand-subtle\/40 {
  border-right-color: rgb(242 244 253 / 0.4);
}
.border-r-base-color-bg-brand-subtle\/5 {
  border-right-color: rgb(242 244 253 / 0.05);
}
.border-r-base-color-bg-brand-subtle\/50 {
  border-right-color: rgb(242 244 253 / 0.5);
}
.border-r-base-color-bg-brand-subtle\/60 {
  border-right-color: rgb(242 244 253 / 0.6);
}
.border-r-base-color-bg-brand-subtle\/70 {
  border-right-color: rgb(242 244 253 / 0.7);
}
.border-r-base-color-bg-brand-subtle\/75 {
  border-right-color: rgb(242 244 253 / 0.75);
}
.border-r-base-color-bg-brand-subtle\/80 {
  border-right-color: rgb(242 244 253 / 0.8);
}
.border-r-base-color-bg-brand-subtle\/90 {
  border-right-color: rgb(242 244 253 / 0.9);
}
.border-r-base-color-bg-brand-subtle\/95 {
  border-right-color: rgb(242 244 253 / 0.95);
}
.border-r-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-right-color: rgb(242 244 253 / 60%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-0 {
  border-right-color: rgb(242 244 253 / 0%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-10 {
  border-right-color: rgb(242 244 253 / 10%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-100 {
  border-right-color: rgb(242 244 253 / 100%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-20 {
  border-right-color: rgb(242 244 253 / 20%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-30 {
  border-right-color: rgb(242 244 253 / 30%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-40 {
  border-right-color: rgb(242 244 253 / 40%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-50 {
  border-right-color: rgb(242 244 253 / 50%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-60 {
  border-right-color: rgb(242 244 253 / 60%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-70 {
  border-right-color: rgb(242 244 253 / 70%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-80 {
  border-right-color: rgb(242 244 253 / 80%);
}
.border-r-base-color-bg-brand-subtle\/core-opacity-90 {
  border-right-color: rgb(242 244 253 / 90%);
}
.border-r-base-color-bg-brand\/0 {
  border-right-color: rgb(205 214 249 / 0);
}
.border-r-base-color-bg-brand\/10 {
  border-right-color: rgb(205 214 249 / 0.1);
}
.border-r-base-color-bg-brand\/100 {
  border-right-color: rgb(205 214 249 / 1);
}
.border-r-base-color-bg-brand\/20 {
  border-right-color: rgb(205 214 249 / 0.2);
}
.border-r-base-color-bg-brand\/25 {
  border-right-color: rgb(205 214 249 / 0.25);
}
.border-r-base-color-bg-brand\/30 {
  border-right-color: rgb(205 214 249 / 0.3);
}
.border-r-base-color-bg-brand\/40 {
  border-right-color: rgb(205 214 249 / 0.4);
}
.border-r-base-color-bg-brand\/5 {
  border-right-color: rgb(205 214 249 / 0.05);
}
.border-r-base-color-bg-brand\/50 {
  border-right-color: rgb(205 214 249 / 0.5);
}
.border-r-base-color-bg-brand\/60 {
  border-right-color: rgb(205 214 249 / 0.6);
}
.border-r-base-color-bg-brand\/70 {
  border-right-color: rgb(205 214 249 / 0.7);
}
.border-r-base-color-bg-brand\/75 {
  border-right-color: rgb(205 214 249 / 0.75);
}
.border-r-base-color-bg-brand\/80 {
  border-right-color: rgb(205 214 249 / 0.8);
}
.border-r-base-color-bg-brand\/90 {
  border-right-color: rgb(205 214 249 / 0.9);
}
.border-r-base-color-bg-brand\/95 {
  border-right-color: rgb(205 214 249 / 0.95);
}
.border-r-base-color-bg-brand\/base-opacity-disabled {
  border-right-color: rgb(205 214 249 / 60%);
}
.border-r-base-color-bg-brand\/core-opacity-0 {
  border-right-color: rgb(205 214 249 / 0%);
}
.border-r-base-color-bg-brand\/core-opacity-10 {
  border-right-color: rgb(205 214 249 / 10%);
}
.border-r-base-color-bg-brand\/core-opacity-100 {
  border-right-color: rgb(205 214 249 / 100%);
}
.border-r-base-color-bg-brand\/core-opacity-20 {
  border-right-color: rgb(205 214 249 / 20%);
}
.border-r-base-color-bg-brand\/core-opacity-30 {
  border-right-color: rgb(205 214 249 / 30%);
}
.border-r-base-color-bg-brand\/core-opacity-40 {
  border-right-color: rgb(205 214 249 / 40%);
}
.border-r-base-color-bg-brand\/core-opacity-50 {
  border-right-color: rgb(205 214 249 / 50%);
}
.border-r-base-color-bg-brand\/core-opacity-60 {
  border-right-color: rgb(205 214 249 / 60%);
}
.border-r-base-color-bg-brand\/core-opacity-70 {
  border-right-color: rgb(205 214 249 / 70%);
}
.border-r-base-color-bg-brand\/core-opacity-80 {
  border-right-color: rgb(205 214 249 / 80%);
}
.border-r-base-color-bg-brand\/core-opacity-90 {
  border-right-color: rgb(205 214 249 / 90%);
}
.border-r-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-r-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-r-base-color-bg-danger-emphasis\/0 {
  border-right-color: rgb(240 68 56 / 0);
}
.border-r-base-color-bg-danger-emphasis\/10 {
  border-right-color: rgb(240 68 56 / 0.1);
}
.border-r-base-color-bg-danger-emphasis\/100 {
  border-right-color: rgb(240 68 56 / 1);
}
.border-r-base-color-bg-danger-emphasis\/20 {
  border-right-color: rgb(240 68 56 / 0.2);
}
.border-r-base-color-bg-danger-emphasis\/25 {
  border-right-color: rgb(240 68 56 / 0.25);
}
.border-r-base-color-bg-danger-emphasis\/30 {
  border-right-color: rgb(240 68 56 / 0.3);
}
.border-r-base-color-bg-danger-emphasis\/40 {
  border-right-color: rgb(240 68 56 / 0.4);
}
.border-r-base-color-bg-danger-emphasis\/5 {
  border-right-color: rgb(240 68 56 / 0.05);
}
.border-r-base-color-bg-danger-emphasis\/50 {
  border-right-color: rgb(240 68 56 / 0.5);
}
.border-r-base-color-bg-danger-emphasis\/60 {
  border-right-color: rgb(240 68 56 / 0.6);
}
.border-r-base-color-bg-danger-emphasis\/70 {
  border-right-color: rgb(240 68 56 / 0.7);
}
.border-r-base-color-bg-danger-emphasis\/75 {
  border-right-color: rgb(240 68 56 / 0.75);
}
.border-r-base-color-bg-danger-emphasis\/80 {
  border-right-color: rgb(240 68 56 / 0.8);
}
.border-r-base-color-bg-danger-emphasis\/90 {
  border-right-color: rgb(240 68 56 / 0.9);
}
.border-r-base-color-bg-danger-emphasis\/95 {
  border-right-color: rgb(240 68 56 / 0.95);
}
.border-r-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-right-color: rgb(240 68 56 / 60%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-right-color: rgb(240 68 56 / 0%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-right-color: rgb(240 68 56 / 10%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-right-color: rgb(240 68 56 / 100%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-right-color: rgb(240 68 56 / 20%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-right-color: rgb(240 68 56 / 30%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-right-color: rgb(240 68 56 / 40%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-right-color: rgb(240 68 56 / 50%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-right-color: rgb(240 68 56 / 60%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-right-color: rgb(240 68 56 / 70%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-right-color: rgb(240 68 56 / 80%);
}
.border-r-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-right-color: rgb(240 68 56 / 90%);
}
.border-r-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-r-base-color-bg-danger-subtle\/0 {
  border-right-color: rgb(255 251 250 / 0);
}
.border-r-base-color-bg-danger-subtle\/10 {
  border-right-color: rgb(255 251 250 / 0.1);
}
.border-r-base-color-bg-danger-subtle\/100 {
  border-right-color: rgb(255 251 250 / 1);
}
.border-r-base-color-bg-danger-subtle\/20 {
  border-right-color: rgb(255 251 250 / 0.2);
}
.border-r-base-color-bg-danger-subtle\/25 {
  border-right-color: rgb(255 251 250 / 0.25);
}
.border-r-base-color-bg-danger-subtle\/30 {
  border-right-color: rgb(255 251 250 / 0.3);
}
.border-r-base-color-bg-danger-subtle\/40 {
  border-right-color: rgb(255 251 250 / 0.4);
}
.border-r-base-color-bg-danger-subtle\/5 {
  border-right-color: rgb(255 251 250 / 0.05);
}
.border-r-base-color-bg-danger-subtle\/50 {
  border-right-color: rgb(255 251 250 / 0.5);
}
.border-r-base-color-bg-danger-subtle\/60 {
  border-right-color: rgb(255 251 250 / 0.6);
}
.border-r-base-color-bg-danger-subtle\/70 {
  border-right-color: rgb(255 251 250 / 0.7);
}
.border-r-base-color-bg-danger-subtle\/75 {
  border-right-color: rgb(255 251 250 / 0.75);
}
.border-r-base-color-bg-danger-subtle\/80 {
  border-right-color: rgb(255 251 250 / 0.8);
}
.border-r-base-color-bg-danger-subtle\/90 {
  border-right-color: rgb(255 251 250 / 0.9);
}
.border-r-base-color-bg-danger-subtle\/95 {
  border-right-color: rgb(255 251 250 / 0.95);
}
.border-r-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-right-color: rgb(255 251 250 / 60%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-0 {
  border-right-color: rgb(255 251 250 / 0%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-10 {
  border-right-color: rgb(255 251 250 / 10%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-100 {
  border-right-color: rgb(255 251 250 / 100%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-20 {
  border-right-color: rgb(255 251 250 / 20%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-30 {
  border-right-color: rgb(255 251 250 / 30%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-40 {
  border-right-color: rgb(255 251 250 / 40%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-50 {
  border-right-color: rgb(255 251 250 / 50%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-60 {
  border-right-color: rgb(255 251 250 / 60%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-70 {
  border-right-color: rgb(255 251 250 / 70%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-80 {
  border-right-color: rgb(255 251 250 / 80%);
}
.border-r-base-color-bg-danger-subtle\/core-opacity-90 {
  border-right-color: rgb(255 251 250 / 90%);
}
.border-r-base-color-bg-danger\/0 {
  border-right-color: rgb(254 227 225 / 0);
}
.border-r-base-color-bg-danger\/10 {
  border-right-color: rgb(254 227 225 / 0.1);
}
.border-r-base-color-bg-danger\/100 {
  border-right-color: rgb(254 227 225 / 1);
}
.border-r-base-color-bg-danger\/20 {
  border-right-color: rgb(254 227 225 / 0.2);
}
.border-r-base-color-bg-danger\/25 {
  border-right-color: rgb(254 227 225 / 0.25);
}
.border-r-base-color-bg-danger\/30 {
  border-right-color: rgb(254 227 225 / 0.3);
}
.border-r-base-color-bg-danger\/40 {
  border-right-color: rgb(254 227 225 / 0.4);
}
.border-r-base-color-bg-danger\/5 {
  border-right-color: rgb(254 227 225 / 0.05);
}
.border-r-base-color-bg-danger\/50 {
  border-right-color: rgb(254 227 225 / 0.5);
}
.border-r-base-color-bg-danger\/60 {
  border-right-color: rgb(254 227 225 / 0.6);
}
.border-r-base-color-bg-danger\/70 {
  border-right-color: rgb(254 227 225 / 0.7);
}
.border-r-base-color-bg-danger\/75 {
  border-right-color: rgb(254 227 225 / 0.75);
}
.border-r-base-color-bg-danger\/80 {
  border-right-color: rgb(254 227 225 / 0.8);
}
.border-r-base-color-bg-danger\/90 {
  border-right-color: rgb(254 227 225 / 0.9);
}
.border-r-base-color-bg-danger\/95 {
  border-right-color: rgb(254 227 225 / 0.95);
}
.border-r-base-color-bg-danger\/base-opacity-disabled {
  border-right-color: rgb(254 227 225 / 60%);
}
.border-r-base-color-bg-danger\/core-opacity-0 {
  border-right-color: rgb(254 227 225 / 0%);
}
.border-r-base-color-bg-danger\/core-opacity-10 {
  border-right-color: rgb(254 227 225 / 10%);
}
.border-r-base-color-bg-danger\/core-opacity-100 {
  border-right-color: rgb(254 227 225 / 100%);
}
.border-r-base-color-bg-danger\/core-opacity-20 {
  border-right-color: rgb(254 227 225 / 20%);
}
.border-r-base-color-bg-danger\/core-opacity-30 {
  border-right-color: rgb(254 227 225 / 30%);
}
.border-r-base-color-bg-danger\/core-opacity-40 {
  border-right-color: rgb(254 227 225 / 40%);
}
.border-r-base-color-bg-danger\/core-opacity-50 {
  border-right-color: rgb(254 227 225 / 50%);
}
.border-r-base-color-bg-danger\/core-opacity-60 {
  border-right-color: rgb(254 227 225 / 60%);
}
.border-r-base-color-bg-danger\/core-opacity-70 {
  border-right-color: rgb(254 227 225 / 70%);
}
.border-r-base-color-bg-danger\/core-opacity-80 {
  border-right-color: rgb(254 227 225 / 80%);
}
.border-r-base-color-bg-danger\/core-opacity-90 {
  border-right-color: rgb(254 227 225 / 90%);
}
.border-r-base-color-bg-default {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-base-color-bg-default\/0 {
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-base-color-bg-default\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-base-color-bg-default\/100 {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-base-color-bg-default\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-base-color-bg-default\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-base-color-bg-default\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-base-color-bg-default\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-base-color-bg-default\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-base-color-bg-default\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-base-color-bg-default\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-base-color-bg-default\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-base-color-bg-default\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-base-color-bg-default\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-base-color-bg-default\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-base-color-bg-default\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-r-base-color-bg-default\/base-opacity-disabled {
  border-right-color: rgb(255 255 255 / 60%);
}
.border-r-base-color-bg-default\/core-opacity-0 {
  border-right-color: rgb(255 255 255 / 0%);
}
.border-r-base-color-bg-default\/core-opacity-10 {
  border-right-color: rgb(255 255 255 / 10%);
}
.border-r-base-color-bg-default\/core-opacity-100 {
  border-right-color: rgb(255 255 255 / 100%);
}
.border-r-base-color-bg-default\/core-opacity-20 {
  border-right-color: rgb(255 255 255 / 20%);
}
.border-r-base-color-bg-default\/core-opacity-30 {
  border-right-color: rgb(255 255 255 / 30%);
}
.border-r-base-color-bg-default\/core-opacity-40 {
  border-right-color: rgb(255 255 255 / 40%);
}
.border-r-base-color-bg-default\/core-opacity-50 {
  border-right-color: rgb(255 255 255 / 50%);
}
.border-r-base-color-bg-default\/core-opacity-60 {
  border-right-color: rgb(255 255 255 / 60%);
}
.border-r-base-color-bg-default\/core-opacity-70 {
  border-right-color: rgb(255 255 255 / 70%);
}
.border-r-base-color-bg-default\/core-opacity-80 {
  border-right-color: rgb(255 255 255 / 80%);
}
.border-r-base-color-bg-default\/core-opacity-90 {
  border-right-color: rgb(255 255 255 / 90%);
}
.border-r-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-r-base-color-bg-emphasis\/0 {
  border-right-color: rgb(16 24 40 / 0);
}
.border-r-base-color-bg-emphasis\/10 {
  border-right-color: rgb(16 24 40 / 0.1);
}
.border-r-base-color-bg-emphasis\/100 {
  border-right-color: rgb(16 24 40 / 1);
}
.border-r-base-color-bg-emphasis\/20 {
  border-right-color: rgb(16 24 40 / 0.2);
}
.border-r-base-color-bg-emphasis\/25 {
  border-right-color: rgb(16 24 40 / 0.25);
}
.border-r-base-color-bg-emphasis\/30 {
  border-right-color: rgb(16 24 40 / 0.3);
}
.border-r-base-color-bg-emphasis\/40 {
  border-right-color: rgb(16 24 40 / 0.4);
}
.border-r-base-color-bg-emphasis\/5 {
  border-right-color: rgb(16 24 40 / 0.05);
}
.border-r-base-color-bg-emphasis\/50 {
  border-right-color: rgb(16 24 40 / 0.5);
}
.border-r-base-color-bg-emphasis\/60 {
  border-right-color: rgb(16 24 40 / 0.6);
}
.border-r-base-color-bg-emphasis\/70 {
  border-right-color: rgb(16 24 40 / 0.7);
}
.border-r-base-color-bg-emphasis\/75 {
  border-right-color: rgb(16 24 40 / 0.75);
}
.border-r-base-color-bg-emphasis\/80 {
  border-right-color: rgb(16 24 40 / 0.8);
}
.border-r-base-color-bg-emphasis\/90 {
  border-right-color: rgb(16 24 40 / 0.9);
}
.border-r-base-color-bg-emphasis\/95 {
  border-right-color: rgb(16 24 40 / 0.95);
}
.border-r-base-color-bg-emphasis\/base-opacity-disabled {
  border-right-color: rgb(16 24 40 / 60%);
}
.border-r-base-color-bg-emphasis\/core-opacity-0 {
  border-right-color: rgb(16 24 40 / 0%);
}
.border-r-base-color-bg-emphasis\/core-opacity-10 {
  border-right-color: rgb(16 24 40 / 10%);
}
.border-r-base-color-bg-emphasis\/core-opacity-100 {
  border-right-color: rgb(16 24 40 / 100%);
}
.border-r-base-color-bg-emphasis\/core-opacity-20 {
  border-right-color: rgb(16 24 40 / 20%);
}
.border-r-base-color-bg-emphasis\/core-opacity-30 {
  border-right-color: rgb(16 24 40 / 30%);
}
.border-r-base-color-bg-emphasis\/core-opacity-40 {
  border-right-color: rgb(16 24 40 / 40%);
}
.border-r-base-color-bg-emphasis\/core-opacity-50 {
  border-right-color: rgb(16 24 40 / 50%);
}
.border-r-base-color-bg-emphasis\/core-opacity-60 {
  border-right-color: rgb(16 24 40 / 60%);
}
.border-r-base-color-bg-emphasis\/core-opacity-70 {
  border-right-color: rgb(16 24 40 / 70%);
}
.border-r-base-color-bg-emphasis\/core-opacity-80 {
  border-right-color: rgb(16 24 40 / 80%);
}
.border-r-base-color-bg-emphasis\/core-opacity-90 {
  border-right-color: rgb(16 24 40 / 90%);
}
.border-r-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-right-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-r-base-color-bg-muted\/0 {
  border-right-color: rgb(234 236 240 / 0);
}
.border-r-base-color-bg-muted\/10 {
  border-right-color: rgb(234 236 240 / 0.1);
}
.border-r-base-color-bg-muted\/100 {
  border-right-color: rgb(234 236 240 / 1);
}
.border-r-base-color-bg-muted\/20 {
  border-right-color: rgb(234 236 240 / 0.2);
}
.border-r-base-color-bg-muted\/25 {
  border-right-color: rgb(234 236 240 / 0.25);
}
.border-r-base-color-bg-muted\/30 {
  border-right-color: rgb(234 236 240 / 0.3);
}
.border-r-base-color-bg-muted\/40 {
  border-right-color: rgb(234 236 240 / 0.4);
}
.border-r-base-color-bg-muted\/5 {
  border-right-color: rgb(234 236 240 / 0.05);
}
.border-r-base-color-bg-muted\/50 {
  border-right-color: rgb(234 236 240 / 0.5);
}
.border-r-base-color-bg-muted\/60 {
  border-right-color: rgb(234 236 240 / 0.6);
}
.border-r-base-color-bg-muted\/70 {
  border-right-color: rgb(234 236 240 / 0.7);
}
.border-r-base-color-bg-muted\/75 {
  border-right-color: rgb(234 236 240 / 0.75);
}
.border-r-base-color-bg-muted\/80 {
  border-right-color: rgb(234 236 240 / 0.8);
}
.border-r-base-color-bg-muted\/90 {
  border-right-color: rgb(234 236 240 / 0.9);
}
.border-r-base-color-bg-muted\/95 {
  border-right-color: rgb(234 236 240 / 0.95);
}
.border-r-base-color-bg-muted\/base-opacity-disabled {
  border-right-color: rgb(234 236 240 / 60%);
}
.border-r-base-color-bg-muted\/core-opacity-0 {
  border-right-color: rgb(234 236 240 / 0%);
}
.border-r-base-color-bg-muted\/core-opacity-10 {
  border-right-color: rgb(234 236 240 / 10%);
}
.border-r-base-color-bg-muted\/core-opacity-100 {
  border-right-color: rgb(234 236 240 / 100%);
}
.border-r-base-color-bg-muted\/core-opacity-20 {
  border-right-color: rgb(234 236 240 / 20%);
}
.border-r-base-color-bg-muted\/core-opacity-30 {
  border-right-color: rgb(234 236 240 / 30%);
}
.border-r-base-color-bg-muted\/core-opacity-40 {
  border-right-color: rgb(234 236 240 / 40%);
}
.border-r-base-color-bg-muted\/core-opacity-50 {
  border-right-color: rgb(234 236 240 / 50%);
}
.border-r-base-color-bg-muted\/core-opacity-60 {
  border-right-color: rgb(234 236 240 / 60%);
}
.border-r-base-color-bg-muted\/core-opacity-70 {
  border-right-color: rgb(234 236 240 / 70%);
}
.border-r-base-color-bg-muted\/core-opacity-80 {
  border-right-color: rgb(234 236 240 / 80%);
}
.border-r-base-color-bg-muted\/core-opacity-90 {
  border-right-color: rgb(234 236 240 / 90%);
}
.border-r-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-r-base-color-bg-subtle\/0 {
  border-right-color: rgb(242 244 247 / 0);
}
.border-r-base-color-bg-subtle\/10 {
  border-right-color: rgb(242 244 247 / 0.1);
}
.border-r-base-color-bg-subtle\/100 {
  border-right-color: rgb(242 244 247 / 1);
}
.border-r-base-color-bg-subtle\/20 {
  border-right-color: rgb(242 244 247 / 0.2);
}
.border-r-base-color-bg-subtle\/25 {
  border-right-color: rgb(242 244 247 / 0.25);
}
.border-r-base-color-bg-subtle\/30 {
  border-right-color: rgb(242 244 247 / 0.3);
}
.border-r-base-color-bg-subtle\/40 {
  border-right-color: rgb(242 244 247 / 0.4);
}
.border-r-base-color-bg-subtle\/5 {
  border-right-color: rgb(242 244 247 / 0.05);
}
.border-r-base-color-bg-subtle\/50 {
  border-right-color: rgb(242 244 247 / 0.5);
}
.border-r-base-color-bg-subtle\/60 {
  border-right-color: rgb(242 244 247 / 0.6);
}
.border-r-base-color-bg-subtle\/70 {
  border-right-color: rgb(242 244 247 / 0.7);
}
.border-r-base-color-bg-subtle\/75 {
  border-right-color: rgb(242 244 247 / 0.75);
}
.border-r-base-color-bg-subtle\/80 {
  border-right-color: rgb(242 244 247 / 0.8);
}
.border-r-base-color-bg-subtle\/90 {
  border-right-color: rgb(242 244 247 / 0.9);
}
.border-r-base-color-bg-subtle\/95 {
  border-right-color: rgb(242 244 247 / 0.95);
}
.border-r-base-color-bg-subtle\/base-opacity-disabled {
  border-right-color: rgb(242 244 247 / 60%);
}
.border-r-base-color-bg-subtle\/core-opacity-0 {
  border-right-color: rgb(242 244 247 / 0%);
}
.border-r-base-color-bg-subtle\/core-opacity-10 {
  border-right-color: rgb(242 244 247 / 10%);
}
.border-r-base-color-bg-subtle\/core-opacity-100 {
  border-right-color: rgb(242 244 247 / 100%);
}
.border-r-base-color-bg-subtle\/core-opacity-20 {
  border-right-color: rgb(242 244 247 / 20%);
}
.border-r-base-color-bg-subtle\/core-opacity-30 {
  border-right-color: rgb(242 244 247 / 30%);
}
.border-r-base-color-bg-subtle\/core-opacity-40 {
  border-right-color: rgb(242 244 247 / 40%);
}
.border-r-base-color-bg-subtle\/core-opacity-50 {
  border-right-color: rgb(242 244 247 / 50%);
}
.border-r-base-color-bg-subtle\/core-opacity-60 {
  border-right-color: rgb(242 244 247 / 60%);
}
.border-r-base-color-bg-subtle\/core-opacity-70 {
  border-right-color: rgb(242 244 247 / 70%);
}
.border-r-base-color-bg-subtle\/core-opacity-80 {
  border-right-color: rgb(242 244 247 / 80%);
}
.border-r-base-color-bg-subtle\/core-opacity-90 {
  border-right-color: rgb(242 244 247 / 90%);
}
.border-r-base-color-bg-success {
  --tw-border-opacity: 1;
  border-right-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-r-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-right-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-r-base-color-bg-success-emphasis\/0 {
  border-right-color: rgb(18 181 105 / 0);
}
.border-r-base-color-bg-success-emphasis\/10 {
  border-right-color: rgb(18 181 105 / 0.1);
}
.border-r-base-color-bg-success-emphasis\/100 {
  border-right-color: rgb(18 181 105 / 1);
}
.border-r-base-color-bg-success-emphasis\/20 {
  border-right-color: rgb(18 181 105 / 0.2);
}
.border-r-base-color-bg-success-emphasis\/25 {
  border-right-color: rgb(18 181 105 / 0.25);
}
.border-r-base-color-bg-success-emphasis\/30 {
  border-right-color: rgb(18 181 105 / 0.3);
}
.border-r-base-color-bg-success-emphasis\/40 {
  border-right-color: rgb(18 181 105 / 0.4);
}
.border-r-base-color-bg-success-emphasis\/5 {
  border-right-color: rgb(18 181 105 / 0.05);
}
.border-r-base-color-bg-success-emphasis\/50 {
  border-right-color: rgb(18 181 105 / 0.5);
}
.border-r-base-color-bg-success-emphasis\/60 {
  border-right-color: rgb(18 181 105 / 0.6);
}
.border-r-base-color-bg-success-emphasis\/70 {
  border-right-color: rgb(18 181 105 / 0.7);
}
.border-r-base-color-bg-success-emphasis\/75 {
  border-right-color: rgb(18 181 105 / 0.75);
}
.border-r-base-color-bg-success-emphasis\/80 {
  border-right-color: rgb(18 181 105 / 0.8);
}
.border-r-base-color-bg-success-emphasis\/90 {
  border-right-color: rgb(18 181 105 / 0.9);
}
.border-r-base-color-bg-success-emphasis\/95 {
  border-right-color: rgb(18 181 105 / 0.95);
}
.border-r-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-right-color: rgb(18 181 105 / 60%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-0 {
  border-right-color: rgb(18 181 105 / 0%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-10 {
  border-right-color: rgb(18 181 105 / 10%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-100 {
  border-right-color: rgb(18 181 105 / 100%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-20 {
  border-right-color: rgb(18 181 105 / 20%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-30 {
  border-right-color: rgb(18 181 105 / 30%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-40 {
  border-right-color: rgb(18 181 105 / 40%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-50 {
  border-right-color: rgb(18 181 105 / 50%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-60 {
  border-right-color: rgb(18 181 105 / 60%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-70 {
  border-right-color: rgb(18 181 105 / 70%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-80 {
  border-right-color: rgb(18 181 105 / 80%);
}
.border-r-base-color-bg-success-emphasis\/core-opacity-90 {
  border-right-color: rgb(18 181 105 / 90%);
}
.border-r-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-r-base-color-bg-success-subtle\/0 {
  border-right-color: rgb(246 254 249 / 0);
}
.border-r-base-color-bg-success-subtle\/10 {
  border-right-color: rgb(246 254 249 / 0.1);
}
.border-r-base-color-bg-success-subtle\/100 {
  border-right-color: rgb(246 254 249 / 1);
}
.border-r-base-color-bg-success-subtle\/20 {
  border-right-color: rgb(246 254 249 / 0.2);
}
.border-r-base-color-bg-success-subtle\/25 {
  border-right-color: rgb(246 254 249 / 0.25);
}
.border-r-base-color-bg-success-subtle\/30 {
  border-right-color: rgb(246 254 249 / 0.3);
}
.border-r-base-color-bg-success-subtle\/40 {
  border-right-color: rgb(246 254 249 / 0.4);
}
.border-r-base-color-bg-success-subtle\/5 {
  border-right-color: rgb(246 254 249 / 0.05);
}
.border-r-base-color-bg-success-subtle\/50 {
  border-right-color: rgb(246 254 249 / 0.5);
}
.border-r-base-color-bg-success-subtle\/60 {
  border-right-color: rgb(246 254 249 / 0.6);
}
.border-r-base-color-bg-success-subtle\/70 {
  border-right-color: rgb(246 254 249 / 0.7);
}
.border-r-base-color-bg-success-subtle\/75 {
  border-right-color: rgb(246 254 249 / 0.75);
}
.border-r-base-color-bg-success-subtle\/80 {
  border-right-color: rgb(246 254 249 / 0.8);
}
.border-r-base-color-bg-success-subtle\/90 {
  border-right-color: rgb(246 254 249 / 0.9);
}
.border-r-base-color-bg-success-subtle\/95 {
  border-right-color: rgb(246 254 249 / 0.95);
}
.border-r-base-color-bg-success-subtle\/base-opacity-disabled {
  border-right-color: rgb(246 254 249 / 60%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-0 {
  border-right-color: rgb(246 254 249 / 0%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-10 {
  border-right-color: rgb(246 254 249 / 10%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-100 {
  border-right-color: rgb(246 254 249 / 100%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-20 {
  border-right-color: rgb(246 254 249 / 20%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-30 {
  border-right-color: rgb(246 254 249 / 30%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-40 {
  border-right-color: rgb(246 254 249 / 40%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-50 {
  border-right-color: rgb(246 254 249 / 50%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-60 {
  border-right-color: rgb(246 254 249 / 60%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-70 {
  border-right-color: rgb(246 254 249 / 70%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-80 {
  border-right-color: rgb(246 254 249 / 80%);
}
.border-r-base-color-bg-success-subtle\/core-opacity-90 {
  border-right-color: rgb(246 254 249 / 90%);
}
.border-r-base-color-bg-success\/0 {
  border-right-color: rgb(209 250 223 / 0);
}
.border-r-base-color-bg-success\/10 {
  border-right-color: rgb(209 250 223 / 0.1);
}
.border-r-base-color-bg-success\/100 {
  border-right-color: rgb(209 250 223 / 1);
}
.border-r-base-color-bg-success\/20 {
  border-right-color: rgb(209 250 223 / 0.2);
}
.border-r-base-color-bg-success\/25 {
  border-right-color: rgb(209 250 223 / 0.25);
}
.border-r-base-color-bg-success\/30 {
  border-right-color: rgb(209 250 223 / 0.3);
}
.border-r-base-color-bg-success\/40 {
  border-right-color: rgb(209 250 223 / 0.4);
}
.border-r-base-color-bg-success\/5 {
  border-right-color: rgb(209 250 223 / 0.05);
}
.border-r-base-color-bg-success\/50 {
  border-right-color: rgb(209 250 223 / 0.5);
}
.border-r-base-color-bg-success\/60 {
  border-right-color: rgb(209 250 223 / 0.6);
}
.border-r-base-color-bg-success\/70 {
  border-right-color: rgb(209 250 223 / 0.7);
}
.border-r-base-color-bg-success\/75 {
  border-right-color: rgb(209 250 223 / 0.75);
}
.border-r-base-color-bg-success\/80 {
  border-right-color: rgb(209 250 223 / 0.8);
}
.border-r-base-color-bg-success\/90 {
  border-right-color: rgb(209 250 223 / 0.9);
}
.border-r-base-color-bg-success\/95 {
  border-right-color: rgb(209 250 223 / 0.95);
}
.border-r-base-color-bg-success\/base-opacity-disabled {
  border-right-color: rgb(209 250 223 / 60%);
}
.border-r-base-color-bg-success\/core-opacity-0 {
  border-right-color: rgb(209 250 223 / 0%);
}
.border-r-base-color-bg-success\/core-opacity-10 {
  border-right-color: rgb(209 250 223 / 10%);
}
.border-r-base-color-bg-success\/core-opacity-100 {
  border-right-color: rgb(209 250 223 / 100%);
}
.border-r-base-color-bg-success\/core-opacity-20 {
  border-right-color: rgb(209 250 223 / 20%);
}
.border-r-base-color-bg-success\/core-opacity-30 {
  border-right-color: rgb(209 250 223 / 30%);
}
.border-r-base-color-bg-success\/core-opacity-40 {
  border-right-color: rgb(209 250 223 / 40%);
}
.border-r-base-color-bg-success\/core-opacity-50 {
  border-right-color: rgb(209 250 223 / 50%);
}
.border-r-base-color-bg-success\/core-opacity-60 {
  border-right-color: rgb(209 250 223 / 60%);
}
.border-r-base-color-bg-success\/core-opacity-70 {
  border-right-color: rgb(209 250 223 / 70%);
}
.border-r-base-color-bg-success\/core-opacity-80 {
  border-right-color: rgb(209 250 223 / 80%);
}
.border-r-base-color-bg-success\/core-opacity-90 {
  border-right-color: rgb(209 250 223 / 90%);
}
.border-r-base-color-bg-transparent {
  border-right-color: #00000000;
}
.border-r-base-color-bg-transparent\/0 {
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-base-color-bg-transparent\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-base-color-bg-transparent\/100 {
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-base-color-bg-transparent\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-base-color-bg-transparent\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-base-color-bg-transparent\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-base-color-bg-transparent\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-base-color-bg-transparent\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-base-color-bg-transparent\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-base-color-bg-transparent\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-base-color-bg-transparent\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-base-color-bg-transparent\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-base-color-bg-transparent\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-base-color-bg-transparent\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-base-color-bg-transparent\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-base-color-bg-transparent\/base-opacity-disabled {
  border-right-color: rgb(0 0 0 / 60%);
}
.border-r-base-color-bg-transparent\/core-opacity-0 {
  border-right-color: rgb(0 0 0 / 0%);
}
.border-r-base-color-bg-transparent\/core-opacity-10 {
  border-right-color: rgb(0 0 0 / 10%);
}
.border-r-base-color-bg-transparent\/core-opacity-100 {
  border-right-color: rgb(0 0 0 / 100%);
}
.border-r-base-color-bg-transparent\/core-opacity-20 {
  border-right-color: rgb(0 0 0 / 20%);
}
.border-r-base-color-bg-transparent\/core-opacity-30 {
  border-right-color: rgb(0 0 0 / 30%);
}
.border-r-base-color-bg-transparent\/core-opacity-40 {
  border-right-color: rgb(0 0 0 / 40%);
}
.border-r-base-color-bg-transparent\/core-opacity-50 {
  border-right-color: rgb(0 0 0 / 50%);
}
.border-r-base-color-bg-transparent\/core-opacity-60 {
  border-right-color: rgb(0 0 0 / 60%);
}
.border-r-base-color-bg-transparent\/core-opacity-70 {
  border-right-color: rgb(0 0 0 / 70%);
}
.border-r-base-color-bg-transparent\/core-opacity-80 {
  border-right-color: rgb(0 0 0 / 80%);
}
.border-r-base-color-bg-transparent\/core-opacity-90 {
  border-right-color: rgb(0 0 0 / 90%);
}
.border-s-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-s-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-s-base-color-bg-accent-emphasis\/0 {
  border-inline-start-color: rgb(21 94 239 / 0);
}
.border-s-base-color-bg-accent-emphasis\/10 {
  border-inline-start-color: rgb(21 94 239 / 0.1);
}
.border-s-base-color-bg-accent-emphasis\/100 {
  border-inline-start-color: rgb(21 94 239 / 1);
}
.border-s-base-color-bg-accent-emphasis\/20 {
  border-inline-start-color: rgb(21 94 239 / 0.2);
}
.border-s-base-color-bg-accent-emphasis\/25 {
  border-inline-start-color: rgb(21 94 239 / 0.25);
}
.border-s-base-color-bg-accent-emphasis\/30 {
  border-inline-start-color: rgb(21 94 239 / 0.3);
}
.border-s-base-color-bg-accent-emphasis\/40 {
  border-inline-start-color: rgb(21 94 239 / 0.4);
}
.border-s-base-color-bg-accent-emphasis\/5 {
  border-inline-start-color: rgb(21 94 239 / 0.05);
}
.border-s-base-color-bg-accent-emphasis\/50 {
  border-inline-start-color: rgb(21 94 239 / 0.5);
}
.border-s-base-color-bg-accent-emphasis\/60 {
  border-inline-start-color: rgb(21 94 239 / 0.6);
}
.border-s-base-color-bg-accent-emphasis\/70 {
  border-inline-start-color: rgb(21 94 239 / 0.7);
}
.border-s-base-color-bg-accent-emphasis\/75 {
  border-inline-start-color: rgb(21 94 239 / 0.75);
}
.border-s-base-color-bg-accent-emphasis\/80 {
  border-inline-start-color: rgb(21 94 239 / 0.8);
}
.border-s-base-color-bg-accent-emphasis\/90 {
  border-inline-start-color: rgb(21 94 239 / 0.9);
}
.border-s-base-color-bg-accent-emphasis\/95 {
  border-inline-start-color: rgb(21 94 239 / 0.95);
}
.border-s-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(21 94 239 / 60%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(21 94 239 / 0%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(21 94 239 / 10%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(21 94 239 / 100%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(21 94 239 / 20%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(21 94 239 / 30%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(21 94 239 / 40%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(21 94 239 / 50%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(21 94 239 / 60%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(21 94 239 / 70%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(21 94 239 / 80%);
}
.border-s-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(21 94 239 / 90%);
}
.border-s-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-s-base-color-bg-accent-subtle\/0 {
  border-inline-start-color: rgb(245 248 255 / 0);
}
.border-s-base-color-bg-accent-subtle\/10 {
  border-inline-start-color: rgb(245 248 255 / 0.1);
}
.border-s-base-color-bg-accent-subtle\/100 {
  border-inline-start-color: rgb(245 248 255 / 1);
}
.border-s-base-color-bg-accent-subtle\/20 {
  border-inline-start-color: rgb(245 248 255 / 0.2);
}
.border-s-base-color-bg-accent-subtle\/25 {
  border-inline-start-color: rgb(245 248 255 / 0.25);
}
.border-s-base-color-bg-accent-subtle\/30 {
  border-inline-start-color: rgb(245 248 255 / 0.3);
}
.border-s-base-color-bg-accent-subtle\/40 {
  border-inline-start-color: rgb(245 248 255 / 0.4);
}
.border-s-base-color-bg-accent-subtle\/5 {
  border-inline-start-color: rgb(245 248 255 / 0.05);
}
.border-s-base-color-bg-accent-subtle\/50 {
  border-inline-start-color: rgb(245 248 255 / 0.5);
}
.border-s-base-color-bg-accent-subtle\/60 {
  border-inline-start-color: rgb(245 248 255 / 0.6);
}
.border-s-base-color-bg-accent-subtle\/70 {
  border-inline-start-color: rgb(245 248 255 / 0.7);
}
.border-s-base-color-bg-accent-subtle\/75 {
  border-inline-start-color: rgb(245 248 255 / 0.75);
}
.border-s-base-color-bg-accent-subtle\/80 {
  border-inline-start-color: rgb(245 248 255 / 0.8);
}
.border-s-base-color-bg-accent-subtle\/90 {
  border-inline-start-color: rgb(245 248 255 / 0.9);
}
.border-s-base-color-bg-accent-subtle\/95 {
  border-inline-start-color: rgb(245 248 255 / 0.95);
}
.border-s-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(245 248 255 / 60%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(245 248 255 / 0%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(245 248 255 / 10%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(245 248 255 / 100%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(245 248 255 / 20%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(245 248 255 / 30%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(245 248 255 / 40%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(245 248 255 / 50%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(245 248 255 / 60%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(245 248 255 / 70%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(245 248 255 / 80%);
}
.border-s-base-color-bg-accent-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(245 248 255 / 90%);
}
.border-s-base-color-bg-accent\/0 {
  border-inline-start-color: rgb(209 224 255 / 0);
}
.border-s-base-color-bg-accent\/10 {
  border-inline-start-color: rgb(209 224 255 / 0.1);
}
.border-s-base-color-bg-accent\/100 {
  border-inline-start-color: rgb(209 224 255 / 1);
}
.border-s-base-color-bg-accent\/20 {
  border-inline-start-color: rgb(209 224 255 / 0.2);
}
.border-s-base-color-bg-accent\/25 {
  border-inline-start-color: rgb(209 224 255 / 0.25);
}
.border-s-base-color-bg-accent\/30 {
  border-inline-start-color: rgb(209 224 255 / 0.3);
}
.border-s-base-color-bg-accent\/40 {
  border-inline-start-color: rgb(209 224 255 / 0.4);
}
.border-s-base-color-bg-accent\/5 {
  border-inline-start-color: rgb(209 224 255 / 0.05);
}
.border-s-base-color-bg-accent\/50 {
  border-inline-start-color: rgb(209 224 255 / 0.5);
}
.border-s-base-color-bg-accent\/60 {
  border-inline-start-color: rgb(209 224 255 / 0.6);
}
.border-s-base-color-bg-accent\/70 {
  border-inline-start-color: rgb(209 224 255 / 0.7);
}
.border-s-base-color-bg-accent\/75 {
  border-inline-start-color: rgb(209 224 255 / 0.75);
}
.border-s-base-color-bg-accent\/80 {
  border-inline-start-color: rgb(209 224 255 / 0.8);
}
.border-s-base-color-bg-accent\/90 {
  border-inline-start-color: rgb(209 224 255 / 0.9);
}
.border-s-base-color-bg-accent\/95 {
  border-inline-start-color: rgb(209 224 255 / 0.95);
}
.border-s-base-color-bg-accent\/base-opacity-disabled {
  border-inline-start-color: rgb(209 224 255 / 60%);
}
.border-s-base-color-bg-accent\/core-opacity-0 {
  border-inline-start-color: rgb(209 224 255 / 0%);
}
.border-s-base-color-bg-accent\/core-opacity-10 {
  border-inline-start-color: rgb(209 224 255 / 10%);
}
.border-s-base-color-bg-accent\/core-opacity-100 {
  border-inline-start-color: rgb(209 224 255 / 100%);
}
.border-s-base-color-bg-accent\/core-opacity-20 {
  border-inline-start-color: rgb(209 224 255 / 20%);
}
.border-s-base-color-bg-accent\/core-opacity-30 {
  border-inline-start-color: rgb(209 224 255 / 30%);
}
.border-s-base-color-bg-accent\/core-opacity-40 {
  border-inline-start-color: rgb(209 224 255 / 40%);
}
.border-s-base-color-bg-accent\/core-opacity-50 {
  border-inline-start-color: rgb(209 224 255 / 50%);
}
.border-s-base-color-bg-accent\/core-opacity-60 {
  border-inline-start-color: rgb(209 224 255 / 60%);
}
.border-s-base-color-bg-accent\/core-opacity-70 {
  border-inline-start-color: rgb(209 224 255 / 70%);
}
.border-s-base-color-bg-accent\/core-opacity-80 {
  border-inline-start-color: rgb(209 224 255 / 80%);
}
.border-s-base-color-bg-accent\/core-opacity-90 {
  border-inline-start-color: rgb(209 224 255 / 90%);
}
.border-s-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-s-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-s-base-color-bg-attention-emphasis\/0 {
  border-inline-start-color: rgb(221 105 3 / 0);
}
.border-s-base-color-bg-attention-emphasis\/10 {
  border-inline-start-color: rgb(221 105 3 / 0.1);
}
.border-s-base-color-bg-attention-emphasis\/100 {
  border-inline-start-color: rgb(221 105 3 / 1);
}
.border-s-base-color-bg-attention-emphasis\/20 {
  border-inline-start-color: rgb(221 105 3 / 0.2);
}
.border-s-base-color-bg-attention-emphasis\/25 {
  border-inline-start-color: rgb(221 105 3 / 0.25);
}
.border-s-base-color-bg-attention-emphasis\/30 {
  border-inline-start-color: rgb(221 105 3 / 0.3);
}
.border-s-base-color-bg-attention-emphasis\/40 {
  border-inline-start-color: rgb(221 105 3 / 0.4);
}
.border-s-base-color-bg-attention-emphasis\/5 {
  border-inline-start-color: rgb(221 105 3 / 0.05);
}
.border-s-base-color-bg-attention-emphasis\/50 {
  border-inline-start-color: rgb(221 105 3 / 0.5);
}
.border-s-base-color-bg-attention-emphasis\/60 {
  border-inline-start-color: rgb(221 105 3 / 0.6);
}
.border-s-base-color-bg-attention-emphasis\/70 {
  border-inline-start-color: rgb(221 105 3 / 0.7);
}
.border-s-base-color-bg-attention-emphasis\/75 {
  border-inline-start-color: rgb(221 105 3 / 0.75);
}
.border-s-base-color-bg-attention-emphasis\/80 {
  border-inline-start-color: rgb(221 105 3 / 0.8);
}
.border-s-base-color-bg-attention-emphasis\/90 {
  border-inline-start-color: rgb(221 105 3 / 0.9);
}
.border-s-base-color-bg-attention-emphasis\/95 {
  border-inline-start-color: rgb(221 105 3 / 0.95);
}
.border-s-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(221 105 3 / 60%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(221 105 3 / 0%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(221 105 3 / 10%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(221 105 3 / 100%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(221 105 3 / 20%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(221 105 3 / 30%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(221 105 3 / 40%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(221 105 3 / 50%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(221 105 3 / 60%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(221 105 3 / 70%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(221 105 3 / 80%);
}
.border-s-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(221 105 3 / 90%);
}
.border-s-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-s-base-color-bg-attention-subtle\/0 {
  border-inline-start-color: rgb(255 252 245 / 0);
}
.border-s-base-color-bg-attention-subtle\/10 {
  border-inline-start-color: rgb(255 252 245 / 0.1);
}
.border-s-base-color-bg-attention-subtle\/100 {
  border-inline-start-color: rgb(255 252 245 / 1);
}
.border-s-base-color-bg-attention-subtle\/20 {
  border-inline-start-color: rgb(255 252 245 / 0.2);
}
.border-s-base-color-bg-attention-subtle\/25 {
  border-inline-start-color: rgb(255 252 245 / 0.25);
}
.border-s-base-color-bg-attention-subtle\/30 {
  border-inline-start-color: rgb(255 252 245 / 0.3);
}
.border-s-base-color-bg-attention-subtle\/40 {
  border-inline-start-color: rgb(255 252 245 / 0.4);
}
.border-s-base-color-bg-attention-subtle\/5 {
  border-inline-start-color: rgb(255 252 245 / 0.05);
}
.border-s-base-color-bg-attention-subtle\/50 {
  border-inline-start-color: rgb(255 252 245 / 0.5);
}
.border-s-base-color-bg-attention-subtle\/60 {
  border-inline-start-color: rgb(255 252 245 / 0.6);
}
.border-s-base-color-bg-attention-subtle\/70 {
  border-inline-start-color: rgb(255 252 245 / 0.7);
}
.border-s-base-color-bg-attention-subtle\/75 {
  border-inline-start-color: rgb(255 252 245 / 0.75);
}
.border-s-base-color-bg-attention-subtle\/80 {
  border-inline-start-color: rgb(255 252 245 / 0.8);
}
.border-s-base-color-bg-attention-subtle\/90 {
  border-inline-start-color: rgb(255 252 245 / 0.9);
}
.border-s-base-color-bg-attention-subtle\/95 {
  border-inline-start-color: rgb(255 252 245 / 0.95);
}
.border-s-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(255 252 245 / 60%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(255 252 245 / 0%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(255 252 245 / 10%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(255 252 245 / 100%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(255 252 245 / 20%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(255 252 245 / 30%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(255 252 245 / 40%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(255 252 245 / 50%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(255 252 245 / 60%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(255 252 245 / 70%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(255 252 245 / 80%);
}
.border-s-base-color-bg-attention-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(255 252 245 / 90%);
}
.border-s-base-color-bg-attention\/0 {
  border-inline-start-color: rgb(254 240 200 / 0);
}
.border-s-base-color-bg-attention\/10 {
  border-inline-start-color: rgb(254 240 200 / 0.1);
}
.border-s-base-color-bg-attention\/100 {
  border-inline-start-color: rgb(254 240 200 / 1);
}
.border-s-base-color-bg-attention\/20 {
  border-inline-start-color: rgb(254 240 200 / 0.2);
}
.border-s-base-color-bg-attention\/25 {
  border-inline-start-color: rgb(254 240 200 / 0.25);
}
.border-s-base-color-bg-attention\/30 {
  border-inline-start-color: rgb(254 240 200 / 0.3);
}
.border-s-base-color-bg-attention\/40 {
  border-inline-start-color: rgb(254 240 200 / 0.4);
}
.border-s-base-color-bg-attention\/5 {
  border-inline-start-color: rgb(254 240 200 / 0.05);
}
.border-s-base-color-bg-attention\/50 {
  border-inline-start-color: rgb(254 240 200 / 0.5);
}
.border-s-base-color-bg-attention\/60 {
  border-inline-start-color: rgb(254 240 200 / 0.6);
}
.border-s-base-color-bg-attention\/70 {
  border-inline-start-color: rgb(254 240 200 / 0.7);
}
.border-s-base-color-bg-attention\/75 {
  border-inline-start-color: rgb(254 240 200 / 0.75);
}
.border-s-base-color-bg-attention\/80 {
  border-inline-start-color: rgb(254 240 200 / 0.8);
}
.border-s-base-color-bg-attention\/90 {
  border-inline-start-color: rgb(254 240 200 / 0.9);
}
.border-s-base-color-bg-attention\/95 {
  border-inline-start-color: rgb(254 240 200 / 0.95);
}
.border-s-base-color-bg-attention\/base-opacity-disabled {
  border-inline-start-color: rgb(254 240 200 / 60%);
}
.border-s-base-color-bg-attention\/core-opacity-0 {
  border-inline-start-color: rgb(254 240 200 / 0%);
}
.border-s-base-color-bg-attention\/core-opacity-10 {
  border-inline-start-color: rgb(254 240 200 / 10%);
}
.border-s-base-color-bg-attention\/core-opacity-100 {
  border-inline-start-color: rgb(254 240 200 / 100%);
}
.border-s-base-color-bg-attention\/core-opacity-20 {
  border-inline-start-color: rgb(254 240 200 / 20%);
}
.border-s-base-color-bg-attention\/core-opacity-30 {
  border-inline-start-color: rgb(254 240 200 / 30%);
}
.border-s-base-color-bg-attention\/core-opacity-40 {
  border-inline-start-color: rgb(254 240 200 / 40%);
}
.border-s-base-color-bg-attention\/core-opacity-50 {
  border-inline-start-color: rgb(254 240 200 / 50%);
}
.border-s-base-color-bg-attention\/core-opacity-60 {
  border-inline-start-color: rgb(254 240 200 / 60%);
}
.border-s-base-color-bg-attention\/core-opacity-70 {
  border-inline-start-color: rgb(254 240 200 / 70%);
}
.border-s-base-color-bg-attention\/core-opacity-80 {
  border-inline-start-color: rgb(254 240 200 / 80%);
}
.border-s-base-color-bg-attention\/core-opacity-90 {
  border-inline-start-color: rgb(254 240 200 / 90%);
}
.border-s-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-s-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-s-base-color-bg-brand-emphasis\/0 {
  border-inline-start-color: rgb(93 91 215 / 0);
}
.border-s-base-color-bg-brand-emphasis\/10 {
  border-inline-start-color: rgb(93 91 215 / 0.1);
}
.border-s-base-color-bg-brand-emphasis\/100 {
  border-inline-start-color: rgb(93 91 215 / 1);
}
.border-s-base-color-bg-brand-emphasis\/20 {
  border-inline-start-color: rgb(93 91 215 / 0.2);
}
.border-s-base-color-bg-brand-emphasis\/25 {
  border-inline-start-color: rgb(93 91 215 / 0.25);
}
.border-s-base-color-bg-brand-emphasis\/30 {
  border-inline-start-color: rgb(93 91 215 / 0.3);
}
.border-s-base-color-bg-brand-emphasis\/40 {
  border-inline-start-color: rgb(93 91 215 / 0.4);
}
.border-s-base-color-bg-brand-emphasis\/5 {
  border-inline-start-color: rgb(93 91 215 / 0.05);
}
.border-s-base-color-bg-brand-emphasis\/50 {
  border-inline-start-color: rgb(93 91 215 / 0.5);
}
.border-s-base-color-bg-brand-emphasis\/60 {
  border-inline-start-color: rgb(93 91 215 / 0.6);
}
.border-s-base-color-bg-brand-emphasis\/70 {
  border-inline-start-color: rgb(93 91 215 / 0.7);
}
.border-s-base-color-bg-brand-emphasis\/75 {
  border-inline-start-color: rgb(93 91 215 / 0.75);
}
.border-s-base-color-bg-brand-emphasis\/80 {
  border-inline-start-color: rgb(93 91 215 / 0.8);
}
.border-s-base-color-bg-brand-emphasis\/90 {
  border-inline-start-color: rgb(93 91 215 / 0.9);
}
.border-s-base-color-bg-brand-emphasis\/95 {
  border-inline-start-color: rgb(93 91 215 / 0.95);
}
.border-s-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(93 91 215 / 60%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(93 91 215 / 0%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(93 91 215 / 10%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(93 91 215 / 100%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(93 91 215 / 20%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(93 91 215 / 30%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(93 91 215 / 40%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(93 91 215 / 50%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(93 91 215 / 60%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(93 91 215 / 70%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(93 91 215 / 80%);
}
.border-s-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(93 91 215 / 90%);
}
.border-s-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-s-base-color-bg-brand-subtle\/0 {
  border-inline-start-color: rgb(242 244 253 / 0);
}
.border-s-base-color-bg-brand-subtle\/10 {
  border-inline-start-color: rgb(242 244 253 / 0.1);
}
.border-s-base-color-bg-brand-subtle\/100 {
  border-inline-start-color: rgb(242 244 253 / 1);
}
.border-s-base-color-bg-brand-subtle\/20 {
  border-inline-start-color: rgb(242 244 253 / 0.2);
}
.border-s-base-color-bg-brand-subtle\/25 {
  border-inline-start-color: rgb(242 244 253 / 0.25);
}
.border-s-base-color-bg-brand-subtle\/30 {
  border-inline-start-color: rgb(242 244 253 / 0.3);
}
.border-s-base-color-bg-brand-subtle\/40 {
  border-inline-start-color: rgb(242 244 253 / 0.4);
}
.border-s-base-color-bg-brand-subtle\/5 {
  border-inline-start-color: rgb(242 244 253 / 0.05);
}
.border-s-base-color-bg-brand-subtle\/50 {
  border-inline-start-color: rgb(242 244 253 / 0.5);
}
.border-s-base-color-bg-brand-subtle\/60 {
  border-inline-start-color: rgb(242 244 253 / 0.6);
}
.border-s-base-color-bg-brand-subtle\/70 {
  border-inline-start-color: rgb(242 244 253 / 0.7);
}
.border-s-base-color-bg-brand-subtle\/75 {
  border-inline-start-color: rgb(242 244 253 / 0.75);
}
.border-s-base-color-bg-brand-subtle\/80 {
  border-inline-start-color: rgb(242 244 253 / 0.8);
}
.border-s-base-color-bg-brand-subtle\/90 {
  border-inline-start-color: rgb(242 244 253 / 0.9);
}
.border-s-base-color-bg-brand-subtle\/95 {
  border-inline-start-color: rgb(242 244 253 / 0.95);
}
.border-s-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(242 244 253 / 60%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(242 244 253 / 0%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(242 244 253 / 10%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(242 244 253 / 100%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(242 244 253 / 20%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(242 244 253 / 30%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(242 244 253 / 40%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(242 244 253 / 50%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(242 244 253 / 60%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(242 244 253 / 70%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(242 244 253 / 80%);
}
.border-s-base-color-bg-brand-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(242 244 253 / 90%);
}
.border-s-base-color-bg-brand\/0 {
  border-inline-start-color: rgb(205 214 249 / 0);
}
.border-s-base-color-bg-brand\/10 {
  border-inline-start-color: rgb(205 214 249 / 0.1);
}
.border-s-base-color-bg-brand\/100 {
  border-inline-start-color: rgb(205 214 249 / 1);
}
.border-s-base-color-bg-brand\/20 {
  border-inline-start-color: rgb(205 214 249 / 0.2);
}
.border-s-base-color-bg-brand\/25 {
  border-inline-start-color: rgb(205 214 249 / 0.25);
}
.border-s-base-color-bg-brand\/30 {
  border-inline-start-color: rgb(205 214 249 / 0.3);
}
.border-s-base-color-bg-brand\/40 {
  border-inline-start-color: rgb(205 214 249 / 0.4);
}
.border-s-base-color-bg-brand\/5 {
  border-inline-start-color: rgb(205 214 249 / 0.05);
}
.border-s-base-color-bg-brand\/50 {
  border-inline-start-color: rgb(205 214 249 / 0.5);
}
.border-s-base-color-bg-brand\/60 {
  border-inline-start-color: rgb(205 214 249 / 0.6);
}
.border-s-base-color-bg-brand\/70 {
  border-inline-start-color: rgb(205 214 249 / 0.7);
}
.border-s-base-color-bg-brand\/75 {
  border-inline-start-color: rgb(205 214 249 / 0.75);
}
.border-s-base-color-bg-brand\/80 {
  border-inline-start-color: rgb(205 214 249 / 0.8);
}
.border-s-base-color-bg-brand\/90 {
  border-inline-start-color: rgb(205 214 249 / 0.9);
}
.border-s-base-color-bg-brand\/95 {
  border-inline-start-color: rgb(205 214 249 / 0.95);
}
.border-s-base-color-bg-brand\/base-opacity-disabled {
  border-inline-start-color: rgb(205 214 249 / 60%);
}
.border-s-base-color-bg-brand\/core-opacity-0 {
  border-inline-start-color: rgb(205 214 249 / 0%);
}
.border-s-base-color-bg-brand\/core-opacity-10 {
  border-inline-start-color: rgb(205 214 249 / 10%);
}
.border-s-base-color-bg-brand\/core-opacity-100 {
  border-inline-start-color: rgb(205 214 249 / 100%);
}
.border-s-base-color-bg-brand\/core-opacity-20 {
  border-inline-start-color: rgb(205 214 249 / 20%);
}
.border-s-base-color-bg-brand\/core-opacity-30 {
  border-inline-start-color: rgb(205 214 249 / 30%);
}
.border-s-base-color-bg-brand\/core-opacity-40 {
  border-inline-start-color: rgb(205 214 249 / 40%);
}
.border-s-base-color-bg-brand\/core-opacity-50 {
  border-inline-start-color: rgb(205 214 249 / 50%);
}
.border-s-base-color-bg-brand\/core-opacity-60 {
  border-inline-start-color: rgb(205 214 249 / 60%);
}
.border-s-base-color-bg-brand\/core-opacity-70 {
  border-inline-start-color: rgb(205 214 249 / 70%);
}
.border-s-base-color-bg-brand\/core-opacity-80 {
  border-inline-start-color: rgb(205 214 249 / 80%);
}
.border-s-base-color-bg-brand\/core-opacity-90 {
  border-inline-start-color: rgb(205 214 249 / 90%);
}
.border-s-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-s-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-s-base-color-bg-danger-emphasis\/0 {
  border-inline-start-color: rgb(240 68 56 / 0);
}
.border-s-base-color-bg-danger-emphasis\/10 {
  border-inline-start-color: rgb(240 68 56 / 0.1);
}
.border-s-base-color-bg-danger-emphasis\/100 {
  border-inline-start-color: rgb(240 68 56 / 1);
}
.border-s-base-color-bg-danger-emphasis\/20 {
  border-inline-start-color: rgb(240 68 56 / 0.2);
}
.border-s-base-color-bg-danger-emphasis\/25 {
  border-inline-start-color: rgb(240 68 56 / 0.25);
}
.border-s-base-color-bg-danger-emphasis\/30 {
  border-inline-start-color: rgb(240 68 56 / 0.3);
}
.border-s-base-color-bg-danger-emphasis\/40 {
  border-inline-start-color: rgb(240 68 56 / 0.4);
}
.border-s-base-color-bg-danger-emphasis\/5 {
  border-inline-start-color: rgb(240 68 56 / 0.05);
}
.border-s-base-color-bg-danger-emphasis\/50 {
  border-inline-start-color: rgb(240 68 56 / 0.5);
}
.border-s-base-color-bg-danger-emphasis\/60 {
  border-inline-start-color: rgb(240 68 56 / 0.6);
}
.border-s-base-color-bg-danger-emphasis\/70 {
  border-inline-start-color: rgb(240 68 56 / 0.7);
}
.border-s-base-color-bg-danger-emphasis\/75 {
  border-inline-start-color: rgb(240 68 56 / 0.75);
}
.border-s-base-color-bg-danger-emphasis\/80 {
  border-inline-start-color: rgb(240 68 56 / 0.8);
}
.border-s-base-color-bg-danger-emphasis\/90 {
  border-inline-start-color: rgb(240 68 56 / 0.9);
}
.border-s-base-color-bg-danger-emphasis\/95 {
  border-inline-start-color: rgb(240 68 56 / 0.95);
}
.border-s-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(240 68 56 / 60%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(240 68 56 / 0%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(240 68 56 / 10%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(240 68 56 / 100%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(240 68 56 / 20%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(240 68 56 / 30%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(240 68 56 / 40%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(240 68 56 / 50%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(240 68 56 / 60%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(240 68 56 / 70%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(240 68 56 / 80%);
}
.border-s-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(240 68 56 / 90%);
}
.border-s-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-s-base-color-bg-danger-subtle\/0 {
  border-inline-start-color: rgb(255 251 250 / 0);
}
.border-s-base-color-bg-danger-subtle\/10 {
  border-inline-start-color: rgb(255 251 250 / 0.1);
}
.border-s-base-color-bg-danger-subtle\/100 {
  border-inline-start-color: rgb(255 251 250 / 1);
}
.border-s-base-color-bg-danger-subtle\/20 {
  border-inline-start-color: rgb(255 251 250 / 0.2);
}
.border-s-base-color-bg-danger-subtle\/25 {
  border-inline-start-color: rgb(255 251 250 / 0.25);
}
.border-s-base-color-bg-danger-subtle\/30 {
  border-inline-start-color: rgb(255 251 250 / 0.3);
}
.border-s-base-color-bg-danger-subtle\/40 {
  border-inline-start-color: rgb(255 251 250 / 0.4);
}
.border-s-base-color-bg-danger-subtle\/5 {
  border-inline-start-color: rgb(255 251 250 / 0.05);
}
.border-s-base-color-bg-danger-subtle\/50 {
  border-inline-start-color: rgb(255 251 250 / 0.5);
}
.border-s-base-color-bg-danger-subtle\/60 {
  border-inline-start-color: rgb(255 251 250 / 0.6);
}
.border-s-base-color-bg-danger-subtle\/70 {
  border-inline-start-color: rgb(255 251 250 / 0.7);
}
.border-s-base-color-bg-danger-subtle\/75 {
  border-inline-start-color: rgb(255 251 250 / 0.75);
}
.border-s-base-color-bg-danger-subtle\/80 {
  border-inline-start-color: rgb(255 251 250 / 0.8);
}
.border-s-base-color-bg-danger-subtle\/90 {
  border-inline-start-color: rgb(255 251 250 / 0.9);
}
.border-s-base-color-bg-danger-subtle\/95 {
  border-inline-start-color: rgb(255 251 250 / 0.95);
}
.border-s-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(255 251 250 / 60%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(255 251 250 / 0%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(255 251 250 / 10%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(255 251 250 / 100%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(255 251 250 / 20%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(255 251 250 / 30%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(255 251 250 / 40%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(255 251 250 / 50%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(255 251 250 / 60%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(255 251 250 / 70%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(255 251 250 / 80%);
}
.border-s-base-color-bg-danger-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(255 251 250 / 90%);
}
.border-s-base-color-bg-danger\/0 {
  border-inline-start-color: rgb(254 227 225 / 0);
}
.border-s-base-color-bg-danger\/10 {
  border-inline-start-color: rgb(254 227 225 / 0.1);
}
.border-s-base-color-bg-danger\/100 {
  border-inline-start-color: rgb(254 227 225 / 1);
}
.border-s-base-color-bg-danger\/20 {
  border-inline-start-color: rgb(254 227 225 / 0.2);
}
.border-s-base-color-bg-danger\/25 {
  border-inline-start-color: rgb(254 227 225 / 0.25);
}
.border-s-base-color-bg-danger\/30 {
  border-inline-start-color: rgb(254 227 225 / 0.3);
}
.border-s-base-color-bg-danger\/40 {
  border-inline-start-color: rgb(254 227 225 / 0.4);
}
.border-s-base-color-bg-danger\/5 {
  border-inline-start-color: rgb(254 227 225 / 0.05);
}
.border-s-base-color-bg-danger\/50 {
  border-inline-start-color: rgb(254 227 225 / 0.5);
}
.border-s-base-color-bg-danger\/60 {
  border-inline-start-color: rgb(254 227 225 / 0.6);
}
.border-s-base-color-bg-danger\/70 {
  border-inline-start-color: rgb(254 227 225 / 0.7);
}
.border-s-base-color-bg-danger\/75 {
  border-inline-start-color: rgb(254 227 225 / 0.75);
}
.border-s-base-color-bg-danger\/80 {
  border-inline-start-color: rgb(254 227 225 / 0.8);
}
.border-s-base-color-bg-danger\/90 {
  border-inline-start-color: rgb(254 227 225 / 0.9);
}
.border-s-base-color-bg-danger\/95 {
  border-inline-start-color: rgb(254 227 225 / 0.95);
}
.border-s-base-color-bg-danger\/base-opacity-disabled {
  border-inline-start-color: rgb(254 227 225 / 60%);
}
.border-s-base-color-bg-danger\/core-opacity-0 {
  border-inline-start-color: rgb(254 227 225 / 0%);
}
.border-s-base-color-bg-danger\/core-opacity-10 {
  border-inline-start-color: rgb(254 227 225 / 10%);
}
.border-s-base-color-bg-danger\/core-opacity-100 {
  border-inline-start-color: rgb(254 227 225 / 100%);
}
.border-s-base-color-bg-danger\/core-opacity-20 {
  border-inline-start-color: rgb(254 227 225 / 20%);
}
.border-s-base-color-bg-danger\/core-opacity-30 {
  border-inline-start-color: rgb(254 227 225 / 30%);
}
.border-s-base-color-bg-danger\/core-opacity-40 {
  border-inline-start-color: rgb(254 227 225 / 40%);
}
.border-s-base-color-bg-danger\/core-opacity-50 {
  border-inline-start-color: rgb(254 227 225 / 50%);
}
.border-s-base-color-bg-danger\/core-opacity-60 {
  border-inline-start-color: rgb(254 227 225 / 60%);
}
.border-s-base-color-bg-danger\/core-opacity-70 {
  border-inline-start-color: rgb(254 227 225 / 70%);
}
.border-s-base-color-bg-danger\/core-opacity-80 {
  border-inline-start-color: rgb(254 227 225 / 80%);
}
.border-s-base-color-bg-danger\/core-opacity-90 {
  border-inline-start-color: rgb(254 227 225 / 90%);
}
.border-s-base-color-bg-default {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-s-base-color-bg-default\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-base-color-bg-default\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-base-color-bg-default\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-base-color-bg-default\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-base-color-bg-default\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-base-color-bg-default\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-base-color-bg-default\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-base-color-bg-default\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-base-color-bg-default\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-base-color-bg-default\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-base-color-bg-default\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-base-color-bg-default\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-base-color-bg-default\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-base-color-bg-default\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-base-color-bg-default\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-s-base-color-bg-default\/base-opacity-disabled {
  border-inline-start-color: rgb(255 255 255 / 60%);
}
.border-s-base-color-bg-default\/core-opacity-0 {
  border-inline-start-color: rgb(255 255 255 / 0%);
}
.border-s-base-color-bg-default\/core-opacity-10 {
  border-inline-start-color: rgb(255 255 255 / 10%);
}
.border-s-base-color-bg-default\/core-opacity-100 {
  border-inline-start-color: rgb(255 255 255 / 100%);
}
.border-s-base-color-bg-default\/core-opacity-20 {
  border-inline-start-color: rgb(255 255 255 / 20%);
}
.border-s-base-color-bg-default\/core-opacity-30 {
  border-inline-start-color: rgb(255 255 255 / 30%);
}
.border-s-base-color-bg-default\/core-opacity-40 {
  border-inline-start-color: rgb(255 255 255 / 40%);
}
.border-s-base-color-bg-default\/core-opacity-50 {
  border-inline-start-color: rgb(255 255 255 / 50%);
}
.border-s-base-color-bg-default\/core-opacity-60 {
  border-inline-start-color: rgb(255 255 255 / 60%);
}
.border-s-base-color-bg-default\/core-opacity-70 {
  border-inline-start-color: rgb(255 255 255 / 70%);
}
.border-s-base-color-bg-default\/core-opacity-80 {
  border-inline-start-color: rgb(255 255 255 / 80%);
}
.border-s-base-color-bg-default\/core-opacity-90 {
  border-inline-start-color: rgb(255 255 255 / 90%);
}
.border-s-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-s-base-color-bg-emphasis\/0 {
  border-inline-start-color: rgb(16 24 40 / 0);
}
.border-s-base-color-bg-emphasis\/10 {
  border-inline-start-color: rgb(16 24 40 / 0.1);
}
.border-s-base-color-bg-emphasis\/100 {
  border-inline-start-color: rgb(16 24 40 / 1);
}
.border-s-base-color-bg-emphasis\/20 {
  border-inline-start-color: rgb(16 24 40 / 0.2);
}
.border-s-base-color-bg-emphasis\/25 {
  border-inline-start-color: rgb(16 24 40 / 0.25);
}
.border-s-base-color-bg-emphasis\/30 {
  border-inline-start-color: rgb(16 24 40 / 0.3);
}
.border-s-base-color-bg-emphasis\/40 {
  border-inline-start-color: rgb(16 24 40 / 0.4);
}
.border-s-base-color-bg-emphasis\/5 {
  border-inline-start-color: rgb(16 24 40 / 0.05);
}
.border-s-base-color-bg-emphasis\/50 {
  border-inline-start-color: rgb(16 24 40 / 0.5);
}
.border-s-base-color-bg-emphasis\/60 {
  border-inline-start-color: rgb(16 24 40 / 0.6);
}
.border-s-base-color-bg-emphasis\/70 {
  border-inline-start-color: rgb(16 24 40 / 0.7);
}
.border-s-base-color-bg-emphasis\/75 {
  border-inline-start-color: rgb(16 24 40 / 0.75);
}
.border-s-base-color-bg-emphasis\/80 {
  border-inline-start-color: rgb(16 24 40 / 0.8);
}
.border-s-base-color-bg-emphasis\/90 {
  border-inline-start-color: rgb(16 24 40 / 0.9);
}
.border-s-base-color-bg-emphasis\/95 {
  border-inline-start-color: rgb(16 24 40 / 0.95);
}
.border-s-base-color-bg-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(16 24 40 / 60%);
}
.border-s-base-color-bg-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(16 24 40 / 0%);
}
.border-s-base-color-bg-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(16 24 40 / 10%);
}
.border-s-base-color-bg-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(16 24 40 / 100%);
}
.border-s-base-color-bg-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(16 24 40 / 20%);
}
.border-s-base-color-bg-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(16 24 40 / 30%);
}
.border-s-base-color-bg-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(16 24 40 / 40%);
}
.border-s-base-color-bg-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(16 24 40 / 50%);
}
.border-s-base-color-bg-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(16 24 40 / 60%);
}
.border-s-base-color-bg-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(16 24 40 / 70%);
}
.border-s-base-color-bg-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(16 24 40 / 80%);
}
.border-s-base-color-bg-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(16 24 40 / 90%);
}
.border-s-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-s-base-color-bg-muted\/0 {
  border-inline-start-color: rgb(234 236 240 / 0);
}
.border-s-base-color-bg-muted\/10 {
  border-inline-start-color: rgb(234 236 240 / 0.1);
}
.border-s-base-color-bg-muted\/100 {
  border-inline-start-color: rgb(234 236 240 / 1);
}
.border-s-base-color-bg-muted\/20 {
  border-inline-start-color: rgb(234 236 240 / 0.2);
}
.border-s-base-color-bg-muted\/25 {
  border-inline-start-color: rgb(234 236 240 / 0.25);
}
.border-s-base-color-bg-muted\/30 {
  border-inline-start-color: rgb(234 236 240 / 0.3);
}
.border-s-base-color-bg-muted\/40 {
  border-inline-start-color: rgb(234 236 240 / 0.4);
}
.border-s-base-color-bg-muted\/5 {
  border-inline-start-color: rgb(234 236 240 / 0.05);
}
.border-s-base-color-bg-muted\/50 {
  border-inline-start-color: rgb(234 236 240 / 0.5);
}
.border-s-base-color-bg-muted\/60 {
  border-inline-start-color: rgb(234 236 240 / 0.6);
}
.border-s-base-color-bg-muted\/70 {
  border-inline-start-color: rgb(234 236 240 / 0.7);
}
.border-s-base-color-bg-muted\/75 {
  border-inline-start-color: rgb(234 236 240 / 0.75);
}
.border-s-base-color-bg-muted\/80 {
  border-inline-start-color: rgb(234 236 240 / 0.8);
}
.border-s-base-color-bg-muted\/90 {
  border-inline-start-color: rgb(234 236 240 / 0.9);
}
.border-s-base-color-bg-muted\/95 {
  border-inline-start-color: rgb(234 236 240 / 0.95);
}
.border-s-base-color-bg-muted\/base-opacity-disabled {
  border-inline-start-color: rgb(234 236 240 / 60%);
}
.border-s-base-color-bg-muted\/core-opacity-0 {
  border-inline-start-color: rgb(234 236 240 / 0%);
}
.border-s-base-color-bg-muted\/core-opacity-10 {
  border-inline-start-color: rgb(234 236 240 / 10%);
}
.border-s-base-color-bg-muted\/core-opacity-100 {
  border-inline-start-color: rgb(234 236 240 / 100%);
}
.border-s-base-color-bg-muted\/core-opacity-20 {
  border-inline-start-color: rgb(234 236 240 / 20%);
}
.border-s-base-color-bg-muted\/core-opacity-30 {
  border-inline-start-color: rgb(234 236 240 / 30%);
}
.border-s-base-color-bg-muted\/core-opacity-40 {
  border-inline-start-color: rgb(234 236 240 / 40%);
}
.border-s-base-color-bg-muted\/core-opacity-50 {
  border-inline-start-color: rgb(234 236 240 / 50%);
}
.border-s-base-color-bg-muted\/core-opacity-60 {
  border-inline-start-color: rgb(234 236 240 / 60%);
}
.border-s-base-color-bg-muted\/core-opacity-70 {
  border-inline-start-color: rgb(234 236 240 / 70%);
}
.border-s-base-color-bg-muted\/core-opacity-80 {
  border-inline-start-color: rgb(234 236 240 / 80%);
}
.border-s-base-color-bg-muted\/core-opacity-90 {
  border-inline-start-color: rgb(234 236 240 / 90%);
}
.border-s-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-s-base-color-bg-subtle\/0 {
  border-inline-start-color: rgb(242 244 247 / 0);
}
.border-s-base-color-bg-subtle\/10 {
  border-inline-start-color: rgb(242 244 247 / 0.1);
}
.border-s-base-color-bg-subtle\/100 {
  border-inline-start-color: rgb(242 244 247 / 1);
}
.border-s-base-color-bg-subtle\/20 {
  border-inline-start-color: rgb(242 244 247 / 0.2);
}
.border-s-base-color-bg-subtle\/25 {
  border-inline-start-color: rgb(242 244 247 / 0.25);
}
.border-s-base-color-bg-subtle\/30 {
  border-inline-start-color: rgb(242 244 247 / 0.3);
}
.border-s-base-color-bg-subtle\/40 {
  border-inline-start-color: rgb(242 244 247 / 0.4);
}
.border-s-base-color-bg-subtle\/5 {
  border-inline-start-color: rgb(242 244 247 / 0.05);
}
.border-s-base-color-bg-subtle\/50 {
  border-inline-start-color: rgb(242 244 247 / 0.5);
}
.border-s-base-color-bg-subtle\/60 {
  border-inline-start-color: rgb(242 244 247 / 0.6);
}
.border-s-base-color-bg-subtle\/70 {
  border-inline-start-color: rgb(242 244 247 / 0.7);
}
.border-s-base-color-bg-subtle\/75 {
  border-inline-start-color: rgb(242 244 247 / 0.75);
}
.border-s-base-color-bg-subtle\/80 {
  border-inline-start-color: rgb(242 244 247 / 0.8);
}
.border-s-base-color-bg-subtle\/90 {
  border-inline-start-color: rgb(242 244 247 / 0.9);
}
.border-s-base-color-bg-subtle\/95 {
  border-inline-start-color: rgb(242 244 247 / 0.95);
}
.border-s-base-color-bg-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(242 244 247 / 60%);
}
.border-s-base-color-bg-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(242 244 247 / 0%);
}
.border-s-base-color-bg-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(242 244 247 / 10%);
}
.border-s-base-color-bg-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(242 244 247 / 100%);
}
.border-s-base-color-bg-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(242 244 247 / 20%);
}
.border-s-base-color-bg-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(242 244 247 / 30%);
}
.border-s-base-color-bg-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(242 244 247 / 40%);
}
.border-s-base-color-bg-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(242 244 247 / 50%);
}
.border-s-base-color-bg-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(242 244 247 / 60%);
}
.border-s-base-color-bg-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(242 244 247 / 70%);
}
.border-s-base-color-bg-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(242 244 247 / 80%);
}
.border-s-base-color-bg-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(242 244 247 / 90%);
}
.border-s-base-color-bg-success {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-s-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-s-base-color-bg-success-emphasis\/0 {
  border-inline-start-color: rgb(18 181 105 / 0);
}
.border-s-base-color-bg-success-emphasis\/10 {
  border-inline-start-color: rgb(18 181 105 / 0.1);
}
.border-s-base-color-bg-success-emphasis\/100 {
  border-inline-start-color: rgb(18 181 105 / 1);
}
.border-s-base-color-bg-success-emphasis\/20 {
  border-inline-start-color: rgb(18 181 105 / 0.2);
}
.border-s-base-color-bg-success-emphasis\/25 {
  border-inline-start-color: rgb(18 181 105 / 0.25);
}
.border-s-base-color-bg-success-emphasis\/30 {
  border-inline-start-color: rgb(18 181 105 / 0.3);
}
.border-s-base-color-bg-success-emphasis\/40 {
  border-inline-start-color: rgb(18 181 105 / 0.4);
}
.border-s-base-color-bg-success-emphasis\/5 {
  border-inline-start-color: rgb(18 181 105 / 0.05);
}
.border-s-base-color-bg-success-emphasis\/50 {
  border-inline-start-color: rgb(18 181 105 / 0.5);
}
.border-s-base-color-bg-success-emphasis\/60 {
  border-inline-start-color: rgb(18 181 105 / 0.6);
}
.border-s-base-color-bg-success-emphasis\/70 {
  border-inline-start-color: rgb(18 181 105 / 0.7);
}
.border-s-base-color-bg-success-emphasis\/75 {
  border-inline-start-color: rgb(18 181 105 / 0.75);
}
.border-s-base-color-bg-success-emphasis\/80 {
  border-inline-start-color: rgb(18 181 105 / 0.8);
}
.border-s-base-color-bg-success-emphasis\/90 {
  border-inline-start-color: rgb(18 181 105 / 0.9);
}
.border-s-base-color-bg-success-emphasis\/95 {
  border-inline-start-color: rgb(18 181 105 / 0.95);
}
.border-s-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-inline-start-color: rgb(18 181 105 / 60%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-0 {
  border-inline-start-color: rgb(18 181 105 / 0%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-10 {
  border-inline-start-color: rgb(18 181 105 / 10%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-100 {
  border-inline-start-color: rgb(18 181 105 / 100%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-20 {
  border-inline-start-color: rgb(18 181 105 / 20%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-30 {
  border-inline-start-color: rgb(18 181 105 / 30%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-40 {
  border-inline-start-color: rgb(18 181 105 / 40%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-50 {
  border-inline-start-color: rgb(18 181 105 / 50%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-60 {
  border-inline-start-color: rgb(18 181 105 / 60%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-70 {
  border-inline-start-color: rgb(18 181 105 / 70%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-80 {
  border-inline-start-color: rgb(18 181 105 / 80%);
}
.border-s-base-color-bg-success-emphasis\/core-opacity-90 {
  border-inline-start-color: rgb(18 181 105 / 90%);
}
.border-s-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-s-base-color-bg-success-subtle\/0 {
  border-inline-start-color: rgb(246 254 249 / 0);
}
.border-s-base-color-bg-success-subtle\/10 {
  border-inline-start-color: rgb(246 254 249 / 0.1);
}
.border-s-base-color-bg-success-subtle\/100 {
  border-inline-start-color: rgb(246 254 249 / 1);
}
.border-s-base-color-bg-success-subtle\/20 {
  border-inline-start-color: rgb(246 254 249 / 0.2);
}
.border-s-base-color-bg-success-subtle\/25 {
  border-inline-start-color: rgb(246 254 249 / 0.25);
}
.border-s-base-color-bg-success-subtle\/30 {
  border-inline-start-color: rgb(246 254 249 / 0.3);
}
.border-s-base-color-bg-success-subtle\/40 {
  border-inline-start-color: rgb(246 254 249 / 0.4);
}
.border-s-base-color-bg-success-subtle\/5 {
  border-inline-start-color: rgb(246 254 249 / 0.05);
}
.border-s-base-color-bg-success-subtle\/50 {
  border-inline-start-color: rgb(246 254 249 / 0.5);
}
.border-s-base-color-bg-success-subtle\/60 {
  border-inline-start-color: rgb(246 254 249 / 0.6);
}
.border-s-base-color-bg-success-subtle\/70 {
  border-inline-start-color: rgb(246 254 249 / 0.7);
}
.border-s-base-color-bg-success-subtle\/75 {
  border-inline-start-color: rgb(246 254 249 / 0.75);
}
.border-s-base-color-bg-success-subtle\/80 {
  border-inline-start-color: rgb(246 254 249 / 0.8);
}
.border-s-base-color-bg-success-subtle\/90 {
  border-inline-start-color: rgb(246 254 249 / 0.9);
}
.border-s-base-color-bg-success-subtle\/95 {
  border-inline-start-color: rgb(246 254 249 / 0.95);
}
.border-s-base-color-bg-success-subtle\/base-opacity-disabled {
  border-inline-start-color: rgb(246 254 249 / 60%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-0 {
  border-inline-start-color: rgb(246 254 249 / 0%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-10 {
  border-inline-start-color: rgb(246 254 249 / 10%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-100 {
  border-inline-start-color: rgb(246 254 249 / 100%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-20 {
  border-inline-start-color: rgb(246 254 249 / 20%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-30 {
  border-inline-start-color: rgb(246 254 249 / 30%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-40 {
  border-inline-start-color: rgb(246 254 249 / 40%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-50 {
  border-inline-start-color: rgb(246 254 249 / 50%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-60 {
  border-inline-start-color: rgb(246 254 249 / 60%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-70 {
  border-inline-start-color: rgb(246 254 249 / 70%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-80 {
  border-inline-start-color: rgb(246 254 249 / 80%);
}
.border-s-base-color-bg-success-subtle\/core-opacity-90 {
  border-inline-start-color: rgb(246 254 249 / 90%);
}
.border-s-base-color-bg-success\/0 {
  border-inline-start-color: rgb(209 250 223 / 0);
}
.border-s-base-color-bg-success\/10 {
  border-inline-start-color: rgb(209 250 223 / 0.1);
}
.border-s-base-color-bg-success\/100 {
  border-inline-start-color: rgb(209 250 223 / 1);
}
.border-s-base-color-bg-success\/20 {
  border-inline-start-color: rgb(209 250 223 / 0.2);
}
.border-s-base-color-bg-success\/25 {
  border-inline-start-color: rgb(209 250 223 / 0.25);
}
.border-s-base-color-bg-success\/30 {
  border-inline-start-color: rgb(209 250 223 / 0.3);
}
.border-s-base-color-bg-success\/40 {
  border-inline-start-color: rgb(209 250 223 / 0.4);
}
.border-s-base-color-bg-success\/5 {
  border-inline-start-color: rgb(209 250 223 / 0.05);
}
.border-s-base-color-bg-success\/50 {
  border-inline-start-color: rgb(209 250 223 / 0.5);
}
.border-s-base-color-bg-success\/60 {
  border-inline-start-color: rgb(209 250 223 / 0.6);
}
.border-s-base-color-bg-success\/70 {
  border-inline-start-color: rgb(209 250 223 / 0.7);
}
.border-s-base-color-bg-success\/75 {
  border-inline-start-color: rgb(209 250 223 / 0.75);
}
.border-s-base-color-bg-success\/80 {
  border-inline-start-color: rgb(209 250 223 / 0.8);
}
.border-s-base-color-bg-success\/90 {
  border-inline-start-color: rgb(209 250 223 / 0.9);
}
.border-s-base-color-bg-success\/95 {
  border-inline-start-color: rgb(209 250 223 / 0.95);
}
.border-s-base-color-bg-success\/base-opacity-disabled {
  border-inline-start-color: rgb(209 250 223 / 60%);
}
.border-s-base-color-bg-success\/core-opacity-0 {
  border-inline-start-color: rgb(209 250 223 / 0%);
}
.border-s-base-color-bg-success\/core-opacity-10 {
  border-inline-start-color: rgb(209 250 223 / 10%);
}
.border-s-base-color-bg-success\/core-opacity-100 {
  border-inline-start-color: rgb(209 250 223 / 100%);
}
.border-s-base-color-bg-success\/core-opacity-20 {
  border-inline-start-color: rgb(209 250 223 / 20%);
}
.border-s-base-color-bg-success\/core-opacity-30 {
  border-inline-start-color: rgb(209 250 223 / 30%);
}
.border-s-base-color-bg-success\/core-opacity-40 {
  border-inline-start-color: rgb(209 250 223 / 40%);
}
.border-s-base-color-bg-success\/core-opacity-50 {
  border-inline-start-color: rgb(209 250 223 / 50%);
}
.border-s-base-color-bg-success\/core-opacity-60 {
  border-inline-start-color: rgb(209 250 223 / 60%);
}
.border-s-base-color-bg-success\/core-opacity-70 {
  border-inline-start-color: rgb(209 250 223 / 70%);
}
.border-s-base-color-bg-success\/core-opacity-80 {
  border-inline-start-color: rgb(209 250 223 / 80%);
}
.border-s-base-color-bg-success\/core-opacity-90 {
  border-inline-start-color: rgb(209 250 223 / 90%);
}
.border-s-base-color-bg-transparent {
  border-inline-start-color: #00000000;
}
.border-s-base-color-bg-transparent\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-base-color-bg-transparent\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-base-color-bg-transparent\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-base-color-bg-transparent\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-base-color-bg-transparent\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-base-color-bg-transparent\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-base-color-bg-transparent\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-base-color-bg-transparent\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-base-color-bg-transparent\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-base-color-bg-transparent\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-base-color-bg-transparent\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-base-color-bg-transparent\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-base-color-bg-transparent\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-base-color-bg-transparent\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-base-color-bg-transparent\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-base-color-bg-transparent\/base-opacity-disabled {
  border-inline-start-color: rgb(0 0 0 / 60%);
}
.border-s-base-color-bg-transparent\/core-opacity-0 {
  border-inline-start-color: rgb(0 0 0 / 0%);
}
.border-s-base-color-bg-transparent\/core-opacity-10 {
  border-inline-start-color: rgb(0 0 0 / 10%);
}
.border-s-base-color-bg-transparent\/core-opacity-100 {
  border-inline-start-color: rgb(0 0 0 / 100%);
}
.border-s-base-color-bg-transparent\/core-opacity-20 {
  border-inline-start-color: rgb(0 0 0 / 20%);
}
.border-s-base-color-bg-transparent\/core-opacity-30 {
  border-inline-start-color: rgb(0 0 0 / 30%);
}
.border-s-base-color-bg-transparent\/core-opacity-40 {
  border-inline-start-color: rgb(0 0 0 / 40%);
}
.border-s-base-color-bg-transparent\/core-opacity-50 {
  border-inline-start-color: rgb(0 0 0 / 50%);
}
.border-s-base-color-bg-transparent\/core-opacity-60 {
  border-inline-start-color: rgb(0 0 0 / 60%);
}
.border-s-base-color-bg-transparent\/core-opacity-70 {
  border-inline-start-color: rgb(0 0 0 / 70%);
}
.border-s-base-color-bg-transparent\/core-opacity-80 {
  border-inline-start-color: rgb(0 0 0 / 80%);
}
.border-s-base-color-bg-transparent\/core-opacity-90 {
  border-inline-start-color: rgb(0 0 0 / 90%);
}
.border-t-base-color-bg-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-t-base-color-bg-accent-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 239 / var(--tw-border-opacity));
}
.border-t-base-color-bg-accent-emphasis\/0 {
  border-top-color: rgb(21 94 239 / 0);
}
.border-t-base-color-bg-accent-emphasis\/10 {
  border-top-color: rgb(21 94 239 / 0.1);
}
.border-t-base-color-bg-accent-emphasis\/100 {
  border-top-color: rgb(21 94 239 / 1);
}
.border-t-base-color-bg-accent-emphasis\/20 {
  border-top-color: rgb(21 94 239 / 0.2);
}
.border-t-base-color-bg-accent-emphasis\/25 {
  border-top-color: rgb(21 94 239 / 0.25);
}
.border-t-base-color-bg-accent-emphasis\/30 {
  border-top-color: rgb(21 94 239 / 0.3);
}
.border-t-base-color-bg-accent-emphasis\/40 {
  border-top-color: rgb(21 94 239 / 0.4);
}
.border-t-base-color-bg-accent-emphasis\/5 {
  border-top-color: rgb(21 94 239 / 0.05);
}
.border-t-base-color-bg-accent-emphasis\/50 {
  border-top-color: rgb(21 94 239 / 0.5);
}
.border-t-base-color-bg-accent-emphasis\/60 {
  border-top-color: rgb(21 94 239 / 0.6);
}
.border-t-base-color-bg-accent-emphasis\/70 {
  border-top-color: rgb(21 94 239 / 0.7);
}
.border-t-base-color-bg-accent-emphasis\/75 {
  border-top-color: rgb(21 94 239 / 0.75);
}
.border-t-base-color-bg-accent-emphasis\/80 {
  border-top-color: rgb(21 94 239 / 0.8);
}
.border-t-base-color-bg-accent-emphasis\/90 {
  border-top-color: rgb(21 94 239 / 0.9);
}
.border-t-base-color-bg-accent-emphasis\/95 {
  border-top-color: rgb(21 94 239 / 0.95);
}
.border-t-base-color-bg-accent-emphasis\/base-opacity-disabled {
  border-top-color: rgb(21 94 239 / 60%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-0 {
  border-top-color: rgb(21 94 239 / 0%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-10 {
  border-top-color: rgb(21 94 239 / 10%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-100 {
  border-top-color: rgb(21 94 239 / 100%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-20 {
  border-top-color: rgb(21 94 239 / 20%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-30 {
  border-top-color: rgb(21 94 239 / 30%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-40 {
  border-top-color: rgb(21 94 239 / 40%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-50 {
  border-top-color: rgb(21 94 239 / 50%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-60 {
  border-top-color: rgb(21 94 239 / 60%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-70 {
  border-top-color: rgb(21 94 239 / 70%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-80 {
  border-top-color: rgb(21 94 239 / 80%);
}
.border-t-base-color-bg-accent-emphasis\/core-opacity-90 {
  border-top-color: rgb(21 94 239 / 90%);
}
.border-t-base-color-bg-accent-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 248 255 / var(--tw-border-opacity));
}
.border-t-base-color-bg-accent-subtle\/0 {
  border-top-color: rgb(245 248 255 / 0);
}
.border-t-base-color-bg-accent-subtle\/10 {
  border-top-color: rgb(245 248 255 / 0.1);
}
.border-t-base-color-bg-accent-subtle\/100 {
  border-top-color: rgb(245 248 255 / 1);
}
.border-t-base-color-bg-accent-subtle\/20 {
  border-top-color: rgb(245 248 255 / 0.2);
}
.border-t-base-color-bg-accent-subtle\/25 {
  border-top-color: rgb(245 248 255 / 0.25);
}
.border-t-base-color-bg-accent-subtle\/30 {
  border-top-color: rgb(245 248 255 / 0.3);
}
.border-t-base-color-bg-accent-subtle\/40 {
  border-top-color: rgb(245 248 255 / 0.4);
}
.border-t-base-color-bg-accent-subtle\/5 {
  border-top-color: rgb(245 248 255 / 0.05);
}
.border-t-base-color-bg-accent-subtle\/50 {
  border-top-color: rgb(245 248 255 / 0.5);
}
.border-t-base-color-bg-accent-subtle\/60 {
  border-top-color: rgb(245 248 255 / 0.6);
}
.border-t-base-color-bg-accent-subtle\/70 {
  border-top-color: rgb(245 248 255 / 0.7);
}
.border-t-base-color-bg-accent-subtle\/75 {
  border-top-color: rgb(245 248 255 / 0.75);
}
.border-t-base-color-bg-accent-subtle\/80 {
  border-top-color: rgb(245 248 255 / 0.8);
}
.border-t-base-color-bg-accent-subtle\/90 {
  border-top-color: rgb(245 248 255 / 0.9);
}
.border-t-base-color-bg-accent-subtle\/95 {
  border-top-color: rgb(245 248 255 / 0.95);
}
.border-t-base-color-bg-accent-subtle\/base-opacity-disabled {
  border-top-color: rgb(245 248 255 / 60%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-0 {
  border-top-color: rgb(245 248 255 / 0%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-10 {
  border-top-color: rgb(245 248 255 / 10%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-100 {
  border-top-color: rgb(245 248 255 / 100%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-20 {
  border-top-color: rgb(245 248 255 / 20%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-30 {
  border-top-color: rgb(245 248 255 / 30%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-40 {
  border-top-color: rgb(245 248 255 / 40%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-50 {
  border-top-color: rgb(245 248 255 / 50%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-60 {
  border-top-color: rgb(245 248 255 / 60%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-70 {
  border-top-color: rgb(245 248 255 / 70%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-80 {
  border-top-color: rgb(245 248 255 / 80%);
}
.border-t-base-color-bg-accent-subtle\/core-opacity-90 {
  border-top-color: rgb(245 248 255 / 90%);
}
.border-t-base-color-bg-accent\/0 {
  border-top-color: rgb(209 224 255 / 0);
}
.border-t-base-color-bg-accent\/10 {
  border-top-color: rgb(209 224 255 / 0.1);
}
.border-t-base-color-bg-accent\/100 {
  border-top-color: rgb(209 224 255 / 1);
}
.border-t-base-color-bg-accent\/20 {
  border-top-color: rgb(209 224 255 / 0.2);
}
.border-t-base-color-bg-accent\/25 {
  border-top-color: rgb(209 224 255 / 0.25);
}
.border-t-base-color-bg-accent\/30 {
  border-top-color: rgb(209 224 255 / 0.3);
}
.border-t-base-color-bg-accent\/40 {
  border-top-color: rgb(209 224 255 / 0.4);
}
.border-t-base-color-bg-accent\/5 {
  border-top-color: rgb(209 224 255 / 0.05);
}
.border-t-base-color-bg-accent\/50 {
  border-top-color: rgb(209 224 255 / 0.5);
}
.border-t-base-color-bg-accent\/60 {
  border-top-color: rgb(209 224 255 / 0.6);
}
.border-t-base-color-bg-accent\/70 {
  border-top-color: rgb(209 224 255 / 0.7);
}
.border-t-base-color-bg-accent\/75 {
  border-top-color: rgb(209 224 255 / 0.75);
}
.border-t-base-color-bg-accent\/80 {
  border-top-color: rgb(209 224 255 / 0.8);
}
.border-t-base-color-bg-accent\/90 {
  border-top-color: rgb(209 224 255 / 0.9);
}
.border-t-base-color-bg-accent\/95 {
  border-top-color: rgb(209 224 255 / 0.95);
}
.border-t-base-color-bg-accent\/base-opacity-disabled {
  border-top-color: rgb(209 224 255 / 60%);
}
.border-t-base-color-bg-accent\/core-opacity-0 {
  border-top-color: rgb(209 224 255 / 0%);
}
.border-t-base-color-bg-accent\/core-opacity-10 {
  border-top-color: rgb(209 224 255 / 10%);
}
.border-t-base-color-bg-accent\/core-opacity-100 {
  border-top-color: rgb(209 224 255 / 100%);
}
.border-t-base-color-bg-accent\/core-opacity-20 {
  border-top-color: rgb(209 224 255 / 20%);
}
.border-t-base-color-bg-accent\/core-opacity-30 {
  border-top-color: rgb(209 224 255 / 30%);
}
.border-t-base-color-bg-accent\/core-opacity-40 {
  border-top-color: rgb(209 224 255 / 40%);
}
.border-t-base-color-bg-accent\/core-opacity-50 {
  border-top-color: rgb(209 224 255 / 50%);
}
.border-t-base-color-bg-accent\/core-opacity-60 {
  border-top-color: rgb(209 224 255 / 60%);
}
.border-t-base-color-bg-accent\/core-opacity-70 {
  border-top-color: rgb(209 224 255 / 70%);
}
.border-t-base-color-bg-accent\/core-opacity-80 {
  border-top-color: rgb(209 224 255 / 80%);
}
.border-t-base-color-bg-accent\/core-opacity-90 {
  border-top-color: rgb(209 224 255 / 90%);
}
.border-t-base-color-bg-attention {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 240 200 / var(--tw-border-opacity));
}
.border-t-base-color-bg-attention-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 105 3 / var(--tw-border-opacity));
}
.border-t-base-color-bg-attention-emphasis\/0 {
  border-top-color: rgb(221 105 3 / 0);
}
.border-t-base-color-bg-attention-emphasis\/10 {
  border-top-color: rgb(221 105 3 / 0.1);
}
.border-t-base-color-bg-attention-emphasis\/100 {
  border-top-color: rgb(221 105 3 / 1);
}
.border-t-base-color-bg-attention-emphasis\/20 {
  border-top-color: rgb(221 105 3 / 0.2);
}
.border-t-base-color-bg-attention-emphasis\/25 {
  border-top-color: rgb(221 105 3 / 0.25);
}
.border-t-base-color-bg-attention-emphasis\/30 {
  border-top-color: rgb(221 105 3 / 0.3);
}
.border-t-base-color-bg-attention-emphasis\/40 {
  border-top-color: rgb(221 105 3 / 0.4);
}
.border-t-base-color-bg-attention-emphasis\/5 {
  border-top-color: rgb(221 105 3 / 0.05);
}
.border-t-base-color-bg-attention-emphasis\/50 {
  border-top-color: rgb(221 105 3 / 0.5);
}
.border-t-base-color-bg-attention-emphasis\/60 {
  border-top-color: rgb(221 105 3 / 0.6);
}
.border-t-base-color-bg-attention-emphasis\/70 {
  border-top-color: rgb(221 105 3 / 0.7);
}
.border-t-base-color-bg-attention-emphasis\/75 {
  border-top-color: rgb(221 105 3 / 0.75);
}
.border-t-base-color-bg-attention-emphasis\/80 {
  border-top-color: rgb(221 105 3 / 0.8);
}
.border-t-base-color-bg-attention-emphasis\/90 {
  border-top-color: rgb(221 105 3 / 0.9);
}
.border-t-base-color-bg-attention-emphasis\/95 {
  border-top-color: rgb(221 105 3 / 0.95);
}
.border-t-base-color-bg-attention-emphasis\/base-opacity-disabled {
  border-top-color: rgb(221 105 3 / 60%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-0 {
  border-top-color: rgb(221 105 3 / 0%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-10 {
  border-top-color: rgb(221 105 3 / 10%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-100 {
  border-top-color: rgb(221 105 3 / 100%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-20 {
  border-top-color: rgb(221 105 3 / 20%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-30 {
  border-top-color: rgb(221 105 3 / 30%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-40 {
  border-top-color: rgb(221 105 3 / 40%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-50 {
  border-top-color: rgb(221 105 3 / 50%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-60 {
  border-top-color: rgb(221 105 3 / 60%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-70 {
  border-top-color: rgb(221 105 3 / 70%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-80 {
  border-top-color: rgb(221 105 3 / 80%);
}
.border-t-base-color-bg-attention-emphasis\/core-opacity-90 {
  border-top-color: rgb(221 105 3 / 90%);
}
.border-t-base-color-bg-attention-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 252 245 / var(--tw-border-opacity));
}
.border-t-base-color-bg-attention-subtle\/0 {
  border-top-color: rgb(255 252 245 / 0);
}
.border-t-base-color-bg-attention-subtle\/10 {
  border-top-color: rgb(255 252 245 / 0.1);
}
.border-t-base-color-bg-attention-subtle\/100 {
  border-top-color: rgb(255 252 245 / 1);
}
.border-t-base-color-bg-attention-subtle\/20 {
  border-top-color: rgb(255 252 245 / 0.2);
}
.border-t-base-color-bg-attention-subtle\/25 {
  border-top-color: rgb(255 252 245 / 0.25);
}
.border-t-base-color-bg-attention-subtle\/30 {
  border-top-color: rgb(255 252 245 / 0.3);
}
.border-t-base-color-bg-attention-subtle\/40 {
  border-top-color: rgb(255 252 245 / 0.4);
}
.border-t-base-color-bg-attention-subtle\/5 {
  border-top-color: rgb(255 252 245 / 0.05);
}
.border-t-base-color-bg-attention-subtle\/50 {
  border-top-color: rgb(255 252 245 / 0.5);
}
.border-t-base-color-bg-attention-subtle\/60 {
  border-top-color: rgb(255 252 245 / 0.6);
}
.border-t-base-color-bg-attention-subtle\/70 {
  border-top-color: rgb(255 252 245 / 0.7);
}
.border-t-base-color-bg-attention-subtle\/75 {
  border-top-color: rgb(255 252 245 / 0.75);
}
.border-t-base-color-bg-attention-subtle\/80 {
  border-top-color: rgb(255 252 245 / 0.8);
}
.border-t-base-color-bg-attention-subtle\/90 {
  border-top-color: rgb(255 252 245 / 0.9);
}
.border-t-base-color-bg-attention-subtle\/95 {
  border-top-color: rgb(255 252 245 / 0.95);
}
.border-t-base-color-bg-attention-subtle\/base-opacity-disabled {
  border-top-color: rgb(255 252 245 / 60%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-0 {
  border-top-color: rgb(255 252 245 / 0%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-10 {
  border-top-color: rgb(255 252 245 / 10%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-100 {
  border-top-color: rgb(255 252 245 / 100%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-20 {
  border-top-color: rgb(255 252 245 / 20%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-30 {
  border-top-color: rgb(255 252 245 / 30%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-40 {
  border-top-color: rgb(255 252 245 / 40%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-50 {
  border-top-color: rgb(255 252 245 / 50%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-60 {
  border-top-color: rgb(255 252 245 / 60%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-70 {
  border-top-color: rgb(255 252 245 / 70%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-80 {
  border-top-color: rgb(255 252 245 / 80%);
}
.border-t-base-color-bg-attention-subtle\/core-opacity-90 {
  border-top-color: rgb(255 252 245 / 90%);
}
.border-t-base-color-bg-attention\/0 {
  border-top-color: rgb(254 240 200 / 0);
}
.border-t-base-color-bg-attention\/10 {
  border-top-color: rgb(254 240 200 / 0.1);
}
.border-t-base-color-bg-attention\/100 {
  border-top-color: rgb(254 240 200 / 1);
}
.border-t-base-color-bg-attention\/20 {
  border-top-color: rgb(254 240 200 / 0.2);
}
.border-t-base-color-bg-attention\/25 {
  border-top-color: rgb(254 240 200 / 0.25);
}
.border-t-base-color-bg-attention\/30 {
  border-top-color: rgb(254 240 200 / 0.3);
}
.border-t-base-color-bg-attention\/40 {
  border-top-color: rgb(254 240 200 / 0.4);
}
.border-t-base-color-bg-attention\/5 {
  border-top-color: rgb(254 240 200 / 0.05);
}
.border-t-base-color-bg-attention\/50 {
  border-top-color: rgb(254 240 200 / 0.5);
}
.border-t-base-color-bg-attention\/60 {
  border-top-color: rgb(254 240 200 / 0.6);
}
.border-t-base-color-bg-attention\/70 {
  border-top-color: rgb(254 240 200 / 0.7);
}
.border-t-base-color-bg-attention\/75 {
  border-top-color: rgb(254 240 200 / 0.75);
}
.border-t-base-color-bg-attention\/80 {
  border-top-color: rgb(254 240 200 / 0.8);
}
.border-t-base-color-bg-attention\/90 {
  border-top-color: rgb(254 240 200 / 0.9);
}
.border-t-base-color-bg-attention\/95 {
  border-top-color: rgb(254 240 200 / 0.95);
}
.border-t-base-color-bg-attention\/base-opacity-disabled {
  border-top-color: rgb(254 240 200 / 60%);
}
.border-t-base-color-bg-attention\/core-opacity-0 {
  border-top-color: rgb(254 240 200 / 0%);
}
.border-t-base-color-bg-attention\/core-opacity-10 {
  border-top-color: rgb(254 240 200 / 10%);
}
.border-t-base-color-bg-attention\/core-opacity-100 {
  border-top-color: rgb(254 240 200 / 100%);
}
.border-t-base-color-bg-attention\/core-opacity-20 {
  border-top-color: rgb(254 240 200 / 20%);
}
.border-t-base-color-bg-attention\/core-opacity-30 {
  border-top-color: rgb(254 240 200 / 30%);
}
.border-t-base-color-bg-attention\/core-opacity-40 {
  border-top-color: rgb(254 240 200 / 40%);
}
.border-t-base-color-bg-attention\/core-opacity-50 {
  border-top-color: rgb(254 240 200 / 50%);
}
.border-t-base-color-bg-attention\/core-opacity-60 {
  border-top-color: rgb(254 240 200 / 60%);
}
.border-t-base-color-bg-attention\/core-opacity-70 {
  border-top-color: rgb(254 240 200 / 70%);
}
.border-t-base-color-bg-attention\/core-opacity-80 {
  border-top-color: rgb(254 240 200 / 80%);
}
.border-t-base-color-bg-attention\/core-opacity-90 {
  border-top-color: rgb(254 240 200 / 90%);
}
.border-t-base-color-bg-brand {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 214 249 / var(--tw-border-opacity));
}
.border-t-base-color-bg-brand-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.border-t-base-color-bg-brand-emphasis\/0 {
  border-top-color: rgb(93 91 215 / 0);
}
.border-t-base-color-bg-brand-emphasis\/10 {
  border-top-color: rgb(93 91 215 / 0.1);
}
.border-t-base-color-bg-brand-emphasis\/100 {
  border-top-color: rgb(93 91 215 / 1);
}
.border-t-base-color-bg-brand-emphasis\/20 {
  border-top-color: rgb(93 91 215 / 0.2);
}
.border-t-base-color-bg-brand-emphasis\/25 {
  border-top-color: rgb(93 91 215 / 0.25);
}
.border-t-base-color-bg-brand-emphasis\/30 {
  border-top-color: rgb(93 91 215 / 0.3);
}
.border-t-base-color-bg-brand-emphasis\/40 {
  border-top-color: rgb(93 91 215 / 0.4);
}
.border-t-base-color-bg-brand-emphasis\/5 {
  border-top-color: rgb(93 91 215 / 0.05);
}
.border-t-base-color-bg-brand-emphasis\/50 {
  border-top-color: rgb(93 91 215 / 0.5);
}
.border-t-base-color-bg-brand-emphasis\/60 {
  border-top-color: rgb(93 91 215 / 0.6);
}
.border-t-base-color-bg-brand-emphasis\/70 {
  border-top-color: rgb(93 91 215 / 0.7);
}
.border-t-base-color-bg-brand-emphasis\/75 {
  border-top-color: rgb(93 91 215 / 0.75);
}
.border-t-base-color-bg-brand-emphasis\/80 {
  border-top-color: rgb(93 91 215 / 0.8);
}
.border-t-base-color-bg-brand-emphasis\/90 {
  border-top-color: rgb(93 91 215 / 0.9);
}
.border-t-base-color-bg-brand-emphasis\/95 {
  border-top-color: rgb(93 91 215 / 0.95);
}
.border-t-base-color-bg-brand-emphasis\/base-opacity-disabled {
  border-top-color: rgb(93 91 215 / 60%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-0 {
  border-top-color: rgb(93 91 215 / 0%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-10 {
  border-top-color: rgb(93 91 215 / 10%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-100 {
  border-top-color: rgb(93 91 215 / 100%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-20 {
  border-top-color: rgb(93 91 215 / 20%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-30 {
  border-top-color: rgb(93 91 215 / 30%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-40 {
  border-top-color: rgb(93 91 215 / 40%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-50 {
  border-top-color: rgb(93 91 215 / 50%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-60 {
  border-top-color: rgb(93 91 215 / 60%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-70 {
  border-top-color: rgb(93 91 215 / 70%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-80 {
  border-top-color: rgb(93 91 215 / 80%);
}
.border-t-base-color-bg-brand-emphasis\/core-opacity-90 {
  border-top-color: rgb(93 91 215 / 90%);
}
.border-t-base-color-bg-brand-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 253 / var(--tw-border-opacity));
}
.border-t-base-color-bg-brand-subtle\/0 {
  border-top-color: rgb(242 244 253 / 0);
}
.border-t-base-color-bg-brand-subtle\/10 {
  border-top-color: rgb(242 244 253 / 0.1);
}
.border-t-base-color-bg-brand-subtle\/100 {
  border-top-color: rgb(242 244 253 / 1);
}
.border-t-base-color-bg-brand-subtle\/20 {
  border-top-color: rgb(242 244 253 / 0.2);
}
.border-t-base-color-bg-brand-subtle\/25 {
  border-top-color: rgb(242 244 253 / 0.25);
}
.border-t-base-color-bg-brand-subtle\/30 {
  border-top-color: rgb(242 244 253 / 0.3);
}
.border-t-base-color-bg-brand-subtle\/40 {
  border-top-color: rgb(242 244 253 / 0.4);
}
.border-t-base-color-bg-brand-subtle\/5 {
  border-top-color: rgb(242 244 253 / 0.05);
}
.border-t-base-color-bg-brand-subtle\/50 {
  border-top-color: rgb(242 244 253 / 0.5);
}
.border-t-base-color-bg-brand-subtle\/60 {
  border-top-color: rgb(242 244 253 / 0.6);
}
.border-t-base-color-bg-brand-subtle\/70 {
  border-top-color: rgb(242 244 253 / 0.7);
}
.border-t-base-color-bg-brand-subtle\/75 {
  border-top-color: rgb(242 244 253 / 0.75);
}
.border-t-base-color-bg-brand-subtle\/80 {
  border-top-color: rgb(242 244 253 / 0.8);
}
.border-t-base-color-bg-brand-subtle\/90 {
  border-top-color: rgb(242 244 253 / 0.9);
}
.border-t-base-color-bg-brand-subtle\/95 {
  border-top-color: rgb(242 244 253 / 0.95);
}
.border-t-base-color-bg-brand-subtle\/base-opacity-disabled {
  border-top-color: rgb(242 244 253 / 60%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-0 {
  border-top-color: rgb(242 244 253 / 0%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-10 {
  border-top-color: rgb(242 244 253 / 10%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-100 {
  border-top-color: rgb(242 244 253 / 100%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-20 {
  border-top-color: rgb(242 244 253 / 20%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-30 {
  border-top-color: rgb(242 244 253 / 30%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-40 {
  border-top-color: rgb(242 244 253 / 40%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-50 {
  border-top-color: rgb(242 244 253 / 50%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-60 {
  border-top-color: rgb(242 244 253 / 60%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-70 {
  border-top-color: rgb(242 244 253 / 70%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-80 {
  border-top-color: rgb(242 244 253 / 80%);
}
.border-t-base-color-bg-brand-subtle\/core-opacity-90 {
  border-top-color: rgb(242 244 253 / 90%);
}
.border-t-base-color-bg-brand\/0 {
  border-top-color: rgb(205 214 249 / 0);
}
.border-t-base-color-bg-brand\/10 {
  border-top-color: rgb(205 214 249 / 0.1);
}
.border-t-base-color-bg-brand\/100 {
  border-top-color: rgb(205 214 249 / 1);
}
.border-t-base-color-bg-brand\/20 {
  border-top-color: rgb(205 214 249 / 0.2);
}
.border-t-base-color-bg-brand\/25 {
  border-top-color: rgb(205 214 249 / 0.25);
}
.border-t-base-color-bg-brand\/30 {
  border-top-color: rgb(205 214 249 / 0.3);
}
.border-t-base-color-bg-brand\/40 {
  border-top-color: rgb(205 214 249 / 0.4);
}
.border-t-base-color-bg-brand\/5 {
  border-top-color: rgb(205 214 249 / 0.05);
}
.border-t-base-color-bg-brand\/50 {
  border-top-color: rgb(205 214 249 / 0.5);
}
.border-t-base-color-bg-brand\/60 {
  border-top-color: rgb(205 214 249 / 0.6);
}
.border-t-base-color-bg-brand\/70 {
  border-top-color: rgb(205 214 249 / 0.7);
}
.border-t-base-color-bg-brand\/75 {
  border-top-color: rgb(205 214 249 / 0.75);
}
.border-t-base-color-bg-brand\/80 {
  border-top-color: rgb(205 214 249 / 0.8);
}
.border-t-base-color-bg-brand\/90 {
  border-top-color: rgb(205 214 249 / 0.9);
}
.border-t-base-color-bg-brand\/95 {
  border-top-color: rgb(205 214 249 / 0.95);
}
.border-t-base-color-bg-brand\/base-opacity-disabled {
  border-top-color: rgb(205 214 249 / 60%);
}
.border-t-base-color-bg-brand\/core-opacity-0 {
  border-top-color: rgb(205 214 249 / 0%);
}
.border-t-base-color-bg-brand\/core-opacity-10 {
  border-top-color: rgb(205 214 249 / 10%);
}
.border-t-base-color-bg-brand\/core-opacity-100 {
  border-top-color: rgb(205 214 249 / 100%);
}
.border-t-base-color-bg-brand\/core-opacity-20 {
  border-top-color: rgb(205 214 249 / 20%);
}
.border-t-base-color-bg-brand\/core-opacity-30 {
  border-top-color: rgb(205 214 249 / 30%);
}
.border-t-base-color-bg-brand\/core-opacity-40 {
  border-top-color: rgb(205 214 249 / 40%);
}
.border-t-base-color-bg-brand\/core-opacity-50 {
  border-top-color: rgb(205 214 249 / 50%);
}
.border-t-base-color-bg-brand\/core-opacity-60 {
  border-top-color: rgb(205 214 249 / 60%);
}
.border-t-base-color-bg-brand\/core-opacity-70 {
  border-top-color: rgb(205 214 249 / 70%);
}
.border-t-base-color-bg-brand\/core-opacity-80 {
  border-top-color: rgb(205 214 249 / 80%);
}
.border-t-base-color-bg-brand\/core-opacity-90 {
  border-top-color: rgb(205 214 249 / 90%);
}
.border-t-base-color-bg-danger {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 227 225 / var(--tw-border-opacity));
}
.border-t-base-color-bg-danger-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.border-t-base-color-bg-danger-emphasis\/0 {
  border-top-color: rgb(240 68 56 / 0);
}
.border-t-base-color-bg-danger-emphasis\/10 {
  border-top-color: rgb(240 68 56 / 0.1);
}
.border-t-base-color-bg-danger-emphasis\/100 {
  border-top-color: rgb(240 68 56 / 1);
}
.border-t-base-color-bg-danger-emphasis\/20 {
  border-top-color: rgb(240 68 56 / 0.2);
}
.border-t-base-color-bg-danger-emphasis\/25 {
  border-top-color: rgb(240 68 56 / 0.25);
}
.border-t-base-color-bg-danger-emphasis\/30 {
  border-top-color: rgb(240 68 56 / 0.3);
}
.border-t-base-color-bg-danger-emphasis\/40 {
  border-top-color: rgb(240 68 56 / 0.4);
}
.border-t-base-color-bg-danger-emphasis\/5 {
  border-top-color: rgb(240 68 56 / 0.05);
}
.border-t-base-color-bg-danger-emphasis\/50 {
  border-top-color: rgb(240 68 56 / 0.5);
}
.border-t-base-color-bg-danger-emphasis\/60 {
  border-top-color: rgb(240 68 56 / 0.6);
}
.border-t-base-color-bg-danger-emphasis\/70 {
  border-top-color: rgb(240 68 56 / 0.7);
}
.border-t-base-color-bg-danger-emphasis\/75 {
  border-top-color: rgb(240 68 56 / 0.75);
}
.border-t-base-color-bg-danger-emphasis\/80 {
  border-top-color: rgb(240 68 56 / 0.8);
}
.border-t-base-color-bg-danger-emphasis\/90 {
  border-top-color: rgb(240 68 56 / 0.9);
}
.border-t-base-color-bg-danger-emphasis\/95 {
  border-top-color: rgb(240 68 56 / 0.95);
}
.border-t-base-color-bg-danger-emphasis\/base-opacity-disabled {
  border-top-color: rgb(240 68 56 / 60%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-0 {
  border-top-color: rgb(240 68 56 / 0%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-10 {
  border-top-color: rgb(240 68 56 / 10%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-100 {
  border-top-color: rgb(240 68 56 / 100%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-20 {
  border-top-color: rgb(240 68 56 / 20%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-30 {
  border-top-color: rgb(240 68 56 / 30%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-40 {
  border-top-color: rgb(240 68 56 / 40%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-50 {
  border-top-color: rgb(240 68 56 / 50%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-60 {
  border-top-color: rgb(240 68 56 / 60%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-70 {
  border-top-color: rgb(240 68 56 / 70%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-80 {
  border-top-color: rgb(240 68 56 / 80%);
}
.border-t-base-color-bg-danger-emphasis\/core-opacity-90 {
  border-top-color: rgb(240 68 56 / 90%);
}
.border-t-base-color-bg-danger-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 250 / var(--tw-border-opacity));
}
.border-t-base-color-bg-danger-subtle\/0 {
  border-top-color: rgb(255 251 250 / 0);
}
.border-t-base-color-bg-danger-subtle\/10 {
  border-top-color: rgb(255 251 250 / 0.1);
}
.border-t-base-color-bg-danger-subtle\/100 {
  border-top-color: rgb(255 251 250 / 1);
}
.border-t-base-color-bg-danger-subtle\/20 {
  border-top-color: rgb(255 251 250 / 0.2);
}
.border-t-base-color-bg-danger-subtle\/25 {
  border-top-color: rgb(255 251 250 / 0.25);
}
.border-t-base-color-bg-danger-subtle\/30 {
  border-top-color: rgb(255 251 250 / 0.3);
}
.border-t-base-color-bg-danger-subtle\/40 {
  border-top-color: rgb(255 251 250 / 0.4);
}
.border-t-base-color-bg-danger-subtle\/5 {
  border-top-color: rgb(255 251 250 / 0.05);
}
.border-t-base-color-bg-danger-subtle\/50 {
  border-top-color: rgb(255 251 250 / 0.5);
}
.border-t-base-color-bg-danger-subtle\/60 {
  border-top-color: rgb(255 251 250 / 0.6);
}
.border-t-base-color-bg-danger-subtle\/70 {
  border-top-color: rgb(255 251 250 / 0.7);
}
.border-t-base-color-bg-danger-subtle\/75 {
  border-top-color: rgb(255 251 250 / 0.75);
}
.border-t-base-color-bg-danger-subtle\/80 {
  border-top-color: rgb(255 251 250 / 0.8);
}
.border-t-base-color-bg-danger-subtle\/90 {
  border-top-color: rgb(255 251 250 / 0.9);
}
.border-t-base-color-bg-danger-subtle\/95 {
  border-top-color: rgb(255 251 250 / 0.95);
}
.border-t-base-color-bg-danger-subtle\/base-opacity-disabled {
  border-top-color: rgb(255 251 250 / 60%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-0 {
  border-top-color: rgb(255 251 250 / 0%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-10 {
  border-top-color: rgb(255 251 250 / 10%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-100 {
  border-top-color: rgb(255 251 250 / 100%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-20 {
  border-top-color: rgb(255 251 250 / 20%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-30 {
  border-top-color: rgb(255 251 250 / 30%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-40 {
  border-top-color: rgb(255 251 250 / 40%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-50 {
  border-top-color: rgb(255 251 250 / 50%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-60 {
  border-top-color: rgb(255 251 250 / 60%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-70 {
  border-top-color: rgb(255 251 250 / 70%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-80 {
  border-top-color: rgb(255 251 250 / 80%);
}
.border-t-base-color-bg-danger-subtle\/core-opacity-90 {
  border-top-color: rgb(255 251 250 / 90%);
}
.border-t-base-color-bg-danger\/0 {
  border-top-color: rgb(254 227 225 / 0);
}
.border-t-base-color-bg-danger\/10 {
  border-top-color: rgb(254 227 225 / 0.1);
}
.border-t-base-color-bg-danger\/100 {
  border-top-color: rgb(254 227 225 / 1);
}
.border-t-base-color-bg-danger\/20 {
  border-top-color: rgb(254 227 225 / 0.2);
}
.border-t-base-color-bg-danger\/25 {
  border-top-color: rgb(254 227 225 / 0.25);
}
.border-t-base-color-bg-danger\/30 {
  border-top-color: rgb(254 227 225 / 0.3);
}
.border-t-base-color-bg-danger\/40 {
  border-top-color: rgb(254 227 225 / 0.4);
}
.border-t-base-color-bg-danger\/5 {
  border-top-color: rgb(254 227 225 / 0.05);
}
.border-t-base-color-bg-danger\/50 {
  border-top-color: rgb(254 227 225 / 0.5);
}
.border-t-base-color-bg-danger\/60 {
  border-top-color: rgb(254 227 225 / 0.6);
}
.border-t-base-color-bg-danger\/70 {
  border-top-color: rgb(254 227 225 / 0.7);
}
.border-t-base-color-bg-danger\/75 {
  border-top-color: rgb(254 227 225 / 0.75);
}
.border-t-base-color-bg-danger\/80 {
  border-top-color: rgb(254 227 225 / 0.8);
}
.border-t-base-color-bg-danger\/90 {
  border-top-color: rgb(254 227 225 / 0.9);
}
.border-t-base-color-bg-danger\/95 {
  border-top-color: rgb(254 227 225 / 0.95);
}
.border-t-base-color-bg-danger\/base-opacity-disabled {
  border-top-color: rgb(254 227 225 / 60%);
}
.border-t-base-color-bg-danger\/core-opacity-0 {
  border-top-color: rgb(254 227 225 / 0%);
}
.border-t-base-color-bg-danger\/core-opacity-10 {
  border-top-color: rgb(254 227 225 / 10%);
}
.border-t-base-color-bg-danger\/core-opacity-100 {
  border-top-color: rgb(254 227 225 / 100%);
}
.border-t-base-color-bg-danger\/core-opacity-20 {
  border-top-color: rgb(254 227 225 / 20%);
}
.border-t-base-color-bg-danger\/core-opacity-30 {
  border-top-color: rgb(254 227 225 / 30%);
}
.border-t-base-color-bg-danger\/core-opacity-40 {
  border-top-color: rgb(254 227 225 / 40%);
}
.border-t-base-color-bg-danger\/core-opacity-50 {
  border-top-color: rgb(254 227 225 / 50%);
}
.border-t-base-color-bg-danger\/core-opacity-60 {
  border-top-color: rgb(254 227 225 / 60%);
}
.border-t-base-color-bg-danger\/core-opacity-70 {
  border-top-color: rgb(254 227 225 / 70%);
}
.border-t-base-color-bg-danger\/core-opacity-80 {
  border-top-color: rgb(254 227 225 / 80%);
}
.border-t-base-color-bg-danger\/core-opacity-90 {
  border-top-color: rgb(254 227 225 / 90%);
}
.border-t-base-color-bg-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-base-color-bg-default\/0 {
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-base-color-bg-default\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-base-color-bg-default\/100 {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-base-color-bg-default\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-base-color-bg-default\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-base-color-bg-default\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-base-color-bg-default\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-base-color-bg-default\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-base-color-bg-default\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-base-color-bg-default\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-base-color-bg-default\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-base-color-bg-default\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-base-color-bg-default\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-base-color-bg-default\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-base-color-bg-default\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-t-base-color-bg-default\/base-opacity-disabled {
  border-top-color: rgb(255 255 255 / 60%);
}
.border-t-base-color-bg-default\/core-opacity-0 {
  border-top-color: rgb(255 255 255 / 0%);
}
.border-t-base-color-bg-default\/core-opacity-10 {
  border-top-color: rgb(255 255 255 / 10%);
}
.border-t-base-color-bg-default\/core-opacity-100 {
  border-top-color: rgb(255 255 255 / 100%);
}
.border-t-base-color-bg-default\/core-opacity-20 {
  border-top-color: rgb(255 255 255 / 20%);
}
.border-t-base-color-bg-default\/core-opacity-30 {
  border-top-color: rgb(255 255 255 / 30%);
}
.border-t-base-color-bg-default\/core-opacity-40 {
  border-top-color: rgb(255 255 255 / 40%);
}
.border-t-base-color-bg-default\/core-opacity-50 {
  border-top-color: rgb(255 255 255 / 50%);
}
.border-t-base-color-bg-default\/core-opacity-60 {
  border-top-color: rgb(255 255 255 / 60%);
}
.border-t-base-color-bg-default\/core-opacity-70 {
  border-top-color: rgb(255 255 255 / 70%);
}
.border-t-base-color-bg-default\/core-opacity-80 {
  border-top-color: rgb(255 255 255 / 80%);
}
.border-t-base-color-bg-default\/core-opacity-90 {
  border-top-color: rgb(255 255 255 / 90%);
}
.border-t-base-color-bg-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 24 40 / var(--tw-border-opacity));
}
.border-t-base-color-bg-emphasis\/0 {
  border-top-color: rgb(16 24 40 / 0);
}
.border-t-base-color-bg-emphasis\/10 {
  border-top-color: rgb(16 24 40 / 0.1);
}
.border-t-base-color-bg-emphasis\/100 {
  border-top-color: rgb(16 24 40 / 1);
}
.border-t-base-color-bg-emphasis\/20 {
  border-top-color: rgb(16 24 40 / 0.2);
}
.border-t-base-color-bg-emphasis\/25 {
  border-top-color: rgb(16 24 40 / 0.25);
}
.border-t-base-color-bg-emphasis\/30 {
  border-top-color: rgb(16 24 40 / 0.3);
}
.border-t-base-color-bg-emphasis\/40 {
  border-top-color: rgb(16 24 40 / 0.4);
}
.border-t-base-color-bg-emphasis\/5 {
  border-top-color: rgb(16 24 40 / 0.05);
}
.border-t-base-color-bg-emphasis\/50 {
  border-top-color: rgb(16 24 40 / 0.5);
}
.border-t-base-color-bg-emphasis\/60 {
  border-top-color: rgb(16 24 40 / 0.6);
}
.border-t-base-color-bg-emphasis\/70 {
  border-top-color: rgb(16 24 40 / 0.7);
}
.border-t-base-color-bg-emphasis\/75 {
  border-top-color: rgb(16 24 40 / 0.75);
}
.border-t-base-color-bg-emphasis\/80 {
  border-top-color: rgb(16 24 40 / 0.8);
}
.border-t-base-color-bg-emphasis\/90 {
  border-top-color: rgb(16 24 40 / 0.9);
}
.border-t-base-color-bg-emphasis\/95 {
  border-top-color: rgb(16 24 40 / 0.95);
}
.border-t-base-color-bg-emphasis\/base-opacity-disabled {
  border-top-color: rgb(16 24 40 / 60%);
}
.border-t-base-color-bg-emphasis\/core-opacity-0 {
  border-top-color: rgb(16 24 40 / 0%);
}
.border-t-base-color-bg-emphasis\/core-opacity-10 {
  border-top-color: rgb(16 24 40 / 10%);
}
.border-t-base-color-bg-emphasis\/core-opacity-100 {
  border-top-color: rgb(16 24 40 / 100%);
}
.border-t-base-color-bg-emphasis\/core-opacity-20 {
  border-top-color: rgb(16 24 40 / 20%);
}
.border-t-base-color-bg-emphasis\/core-opacity-30 {
  border-top-color: rgb(16 24 40 / 30%);
}
.border-t-base-color-bg-emphasis\/core-opacity-40 {
  border-top-color: rgb(16 24 40 / 40%);
}
.border-t-base-color-bg-emphasis\/core-opacity-50 {
  border-top-color: rgb(16 24 40 / 50%);
}
.border-t-base-color-bg-emphasis\/core-opacity-60 {
  border-top-color: rgb(16 24 40 / 60%);
}
.border-t-base-color-bg-emphasis\/core-opacity-70 {
  border-top-color: rgb(16 24 40 / 70%);
}
.border-t-base-color-bg-emphasis\/core-opacity-80 {
  border-top-color: rgb(16 24 40 / 80%);
}
.border-t-base-color-bg-emphasis\/core-opacity-90 {
  border-top-color: rgb(16 24 40 / 90%);
}
.border-t-base-color-bg-muted {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.border-t-base-color-bg-muted\/0 {
  border-top-color: rgb(234 236 240 / 0);
}
.border-t-base-color-bg-muted\/10 {
  border-top-color: rgb(234 236 240 / 0.1);
}
.border-t-base-color-bg-muted\/100 {
  border-top-color: rgb(234 236 240 / 1);
}
.border-t-base-color-bg-muted\/20 {
  border-top-color: rgb(234 236 240 / 0.2);
}
.border-t-base-color-bg-muted\/25 {
  border-top-color: rgb(234 236 240 / 0.25);
}
.border-t-base-color-bg-muted\/30 {
  border-top-color: rgb(234 236 240 / 0.3);
}
.border-t-base-color-bg-muted\/40 {
  border-top-color: rgb(234 236 240 / 0.4);
}
.border-t-base-color-bg-muted\/5 {
  border-top-color: rgb(234 236 240 / 0.05);
}
.border-t-base-color-bg-muted\/50 {
  border-top-color: rgb(234 236 240 / 0.5);
}
.border-t-base-color-bg-muted\/60 {
  border-top-color: rgb(234 236 240 / 0.6);
}
.border-t-base-color-bg-muted\/70 {
  border-top-color: rgb(234 236 240 / 0.7);
}
.border-t-base-color-bg-muted\/75 {
  border-top-color: rgb(234 236 240 / 0.75);
}
.border-t-base-color-bg-muted\/80 {
  border-top-color: rgb(234 236 240 / 0.8);
}
.border-t-base-color-bg-muted\/90 {
  border-top-color: rgb(234 236 240 / 0.9);
}
.border-t-base-color-bg-muted\/95 {
  border-top-color: rgb(234 236 240 / 0.95);
}
.border-t-base-color-bg-muted\/base-opacity-disabled {
  border-top-color: rgb(234 236 240 / 60%);
}
.border-t-base-color-bg-muted\/core-opacity-0 {
  border-top-color: rgb(234 236 240 / 0%);
}
.border-t-base-color-bg-muted\/core-opacity-10 {
  border-top-color: rgb(234 236 240 / 10%);
}
.border-t-base-color-bg-muted\/core-opacity-100 {
  border-top-color: rgb(234 236 240 / 100%);
}
.border-t-base-color-bg-muted\/core-opacity-20 {
  border-top-color: rgb(234 236 240 / 20%);
}
.border-t-base-color-bg-muted\/core-opacity-30 {
  border-top-color: rgb(234 236 240 / 30%);
}
.border-t-base-color-bg-muted\/core-opacity-40 {
  border-top-color: rgb(234 236 240 / 40%);
}
.border-t-base-color-bg-muted\/core-opacity-50 {
  border-top-color: rgb(234 236 240 / 50%);
}
.border-t-base-color-bg-muted\/core-opacity-60 {
  border-top-color: rgb(234 236 240 / 60%);
}
.border-t-base-color-bg-muted\/core-opacity-70 {
  border-top-color: rgb(234 236 240 / 70%);
}
.border-t-base-color-bg-muted\/core-opacity-80 {
  border-top-color: rgb(234 236 240 / 80%);
}
.border-t-base-color-bg-muted\/core-opacity-90 {
  border-top-color: rgb(234 236 240 / 90%);
}
.border-t-base-color-bg-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 247 / var(--tw-border-opacity));
}
.border-t-base-color-bg-subtle\/0 {
  border-top-color: rgb(242 244 247 / 0);
}
.border-t-base-color-bg-subtle\/10 {
  border-top-color: rgb(242 244 247 / 0.1);
}
.border-t-base-color-bg-subtle\/100 {
  border-top-color: rgb(242 244 247 / 1);
}
.border-t-base-color-bg-subtle\/20 {
  border-top-color: rgb(242 244 247 / 0.2);
}
.border-t-base-color-bg-subtle\/25 {
  border-top-color: rgb(242 244 247 / 0.25);
}
.border-t-base-color-bg-subtle\/30 {
  border-top-color: rgb(242 244 247 / 0.3);
}
.border-t-base-color-bg-subtle\/40 {
  border-top-color: rgb(242 244 247 / 0.4);
}
.border-t-base-color-bg-subtle\/5 {
  border-top-color: rgb(242 244 247 / 0.05);
}
.border-t-base-color-bg-subtle\/50 {
  border-top-color: rgb(242 244 247 / 0.5);
}
.border-t-base-color-bg-subtle\/60 {
  border-top-color: rgb(242 244 247 / 0.6);
}
.border-t-base-color-bg-subtle\/70 {
  border-top-color: rgb(242 244 247 / 0.7);
}
.border-t-base-color-bg-subtle\/75 {
  border-top-color: rgb(242 244 247 / 0.75);
}
.border-t-base-color-bg-subtle\/80 {
  border-top-color: rgb(242 244 247 / 0.8);
}
.border-t-base-color-bg-subtle\/90 {
  border-top-color: rgb(242 244 247 / 0.9);
}
.border-t-base-color-bg-subtle\/95 {
  border-top-color: rgb(242 244 247 / 0.95);
}
.border-t-base-color-bg-subtle\/base-opacity-disabled {
  border-top-color: rgb(242 244 247 / 60%);
}
.border-t-base-color-bg-subtle\/core-opacity-0 {
  border-top-color: rgb(242 244 247 / 0%);
}
.border-t-base-color-bg-subtle\/core-opacity-10 {
  border-top-color: rgb(242 244 247 / 10%);
}
.border-t-base-color-bg-subtle\/core-opacity-100 {
  border-top-color: rgb(242 244 247 / 100%);
}
.border-t-base-color-bg-subtle\/core-opacity-20 {
  border-top-color: rgb(242 244 247 / 20%);
}
.border-t-base-color-bg-subtle\/core-opacity-30 {
  border-top-color: rgb(242 244 247 / 30%);
}
.border-t-base-color-bg-subtle\/core-opacity-40 {
  border-top-color: rgb(242 244 247 / 40%);
}
.border-t-base-color-bg-subtle\/core-opacity-50 {
  border-top-color: rgb(242 244 247 / 50%);
}
.border-t-base-color-bg-subtle\/core-opacity-60 {
  border-top-color: rgb(242 244 247 / 60%);
}
.border-t-base-color-bg-subtle\/core-opacity-70 {
  border-top-color: rgb(242 244 247 / 70%);
}
.border-t-base-color-bg-subtle\/core-opacity-80 {
  border-top-color: rgb(242 244 247 / 80%);
}
.border-t-base-color-bg-subtle\/core-opacity-90 {
  border-top-color: rgb(242 244 247 / 90%);
}
.border-t-base-color-bg-success {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 250 223 / var(--tw-border-opacity));
}
.border-t-base-color-bg-success-emphasis {
  --tw-border-opacity: 1;
  border-top-color: rgb(18 181 105 / var(--tw-border-opacity));
}
.border-t-base-color-bg-success-emphasis\/0 {
  border-top-color: rgb(18 181 105 / 0);
}
.border-t-base-color-bg-success-emphasis\/10 {
  border-top-color: rgb(18 181 105 / 0.1);
}
.border-t-base-color-bg-success-emphasis\/100 {
  border-top-color: rgb(18 181 105 / 1);
}
.border-t-base-color-bg-success-emphasis\/20 {
  border-top-color: rgb(18 181 105 / 0.2);
}
.border-t-base-color-bg-success-emphasis\/25 {
  border-top-color: rgb(18 181 105 / 0.25);
}
.border-t-base-color-bg-success-emphasis\/30 {
  border-top-color: rgb(18 181 105 / 0.3);
}
.border-t-base-color-bg-success-emphasis\/40 {
  border-top-color: rgb(18 181 105 / 0.4);
}
.border-t-base-color-bg-success-emphasis\/5 {
  border-top-color: rgb(18 181 105 / 0.05);
}
.border-t-base-color-bg-success-emphasis\/50 {
  border-top-color: rgb(18 181 105 / 0.5);
}
.border-t-base-color-bg-success-emphasis\/60 {
  border-top-color: rgb(18 181 105 / 0.6);
}
.border-t-base-color-bg-success-emphasis\/70 {
  border-top-color: rgb(18 181 105 / 0.7);
}
.border-t-base-color-bg-success-emphasis\/75 {
  border-top-color: rgb(18 181 105 / 0.75);
}
.border-t-base-color-bg-success-emphasis\/80 {
  border-top-color: rgb(18 181 105 / 0.8);
}
.border-t-base-color-bg-success-emphasis\/90 {
  border-top-color: rgb(18 181 105 / 0.9);
}
.border-t-base-color-bg-success-emphasis\/95 {
  border-top-color: rgb(18 181 105 / 0.95);
}
.border-t-base-color-bg-success-emphasis\/base-opacity-disabled {
  border-top-color: rgb(18 181 105 / 60%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-0 {
  border-top-color: rgb(18 181 105 / 0%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-10 {
  border-top-color: rgb(18 181 105 / 10%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-100 {
  border-top-color: rgb(18 181 105 / 100%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-20 {
  border-top-color: rgb(18 181 105 / 20%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-30 {
  border-top-color: rgb(18 181 105 / 30%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-40 {
  border-top-color: rgb(18 181 105 / 40%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-50 {
  border-top-color: rgb(18 181 105 / 50%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-60 {
  border-top-color: rgb(18 181 105 / 60%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-70 {
  border-top-color: rgb(18 181 105 / 70%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-80 {
  border-top-color: rgb(18 181 105 / 80%);
}
.border-t-base-color-bg-success-emphasis\/core-opacity-90 {
  border-top-color: rgb(18 181 105 / 90%);
}
.border-t-base-color-bg-success-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 254 249 / var(--tw-border-opacity));
}
.border-t-base-color-bg-success-subtle\/0 {
  border-top-color: rgb(246 254 249 / 0);
}
.border-t-base-color-bg-success-subtle\/10 {
  border-top-color: rgb(246 254 249 / 0.1);
}
.border-t-base-color-bg-success-subtle\/100 {
  border-top-color: rgb(246 254 249 / 1);
}
.border-t-base-color-bg-success-subtle\/20 {
  border-top-color: rgb(246 254 249 / 0.2);
}
.border-t-base-color-bg-success-subtle\/25 {
  border-top-color: rgb(246 254 249 / 0.25);
}
.border-t-base-color-bg-success-subtle\/30 {
  border-top-color: rgb(246 254 249 / 0.3);
}
.border-t-base-color-bg-success-subtle\/40 {
  border-top-color: rgb(246 254 249 / 0.4);
}
.border-t-base-color-bg-success-subtle\/5 {
  border-top-color: rgb(246 254 249 / 0.05);
}
.border-t-base-color-bg-success-subtle\/50 {
  border-top-color: rgb(246 254 249 / 0.5);
}
.border-t-base-color-bg-success-subtle\/60 {
  border-top-color: rgb(246 254 249 / 0.6);
}
.border-t-base-color-bg-success-subtle\/70 {
  border-top-color: rgb(246 254 249 / 0.7);
}
.border-t-base-color-bg-success-subtle\/75 {
  border-top-color: rgb(246 254 249 / 0.75);
}
.border-t-base-color-bg-success-subtle\/80 {
  border-top-color: rgb(246 254 249 / 0.8);
}
.border-t-base-color-bg-success-subtle\/90 {
  border-top-color: rgb(246 254 249 / 0.9);
}
.border-t-base-color-bg-success-subtle\/95 {
  border-top-color: rgb(246 254 249 / 0.95);
}
.border-t-base-color-bg-success-subtle\/base-opacity-disabled {
  border-top-color: rgb(246 254 249 / 60%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-0 {
  border-top-color: rgb(246 254 249 / 0%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-10 {
  border-top-color: rgb(246 254 249 / 10%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-100 {
  border-top-color: rgb(246 254 249 / 100%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-20 {
  border-top-color: rgb(246 254 249 / 20%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-30 {
  border-top-color: rgb(246 254 249 / 30%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-40 {
  border-top-color: rgb(246 254 249 / 40%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-50 {
  border-top-color: rgb(246 254 249 / 50%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-60 {
  border-top-color: rgb(246 254 249 / 60%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-70 {
  border-top-color: rgb(246 254 249 / 70%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-80 {
  border-top-color: rgb(246 254 249 / 80%);
}
.border-t-base-color-bg-success-subtle\/core-opacity-90 {
  border-top-color: rgb(246 254 249 / 90%);
}
.border-t-base-color-bg-success\/0 {
  border-top-color: rgb(209 250 223 / 0);
}
.border-t-base-color-bg-success\/10 {
  border-top-color: rgb(209 250 223 / 0.1);
}
.border-t-base-color-bg-success\/100 {
  border-top-color: rgb(209 250 223 / 1);
}
.border-t-base-color-bg-success\/20 {
  border-top-color: rgb(209 250 223 / 0.2);
}
.border-t-base-color-bg-success\/25 {
  border-top-color: rgb(209 250 223 / 0.25);
}
.border-t-base-color-bg-success\/30 {
  border-top-color: rgb(209 250 223 / 0.3);
}
.border-t-base-color-bg-success\/40 {
  border-top-color: rgb(209 250 223 / 0.4);
}
.border-t-base-color-bg-success\/5 {
  border-top-color: rgb(209 250 223 / 0.05);
}
.border-t-base-color-bg-success\/50 {
  border-top-color: rgb(209 250 223 / 0.5);
}
.border-t-base-color-bg-success\/60 {
  border-top-color: rgb(209 250 223 / 0.6);
}
.border-t-base-color-bg-success\/70 {
  border-top-color: rgb(209 250 223 / 0.7);
}
.border-t-base-color-bg-success\/75 {
  border-top-color: rgb(209 250 223 / 0.75);
}
.border-t-base-color-bg-success\/80 {
  border-top-color: rgb(209 250 223 / 0.8);
}
.border-t-base-color-bg-success\/90 {
  border-top-color: rgb(209 250 223 / 0.9);
}
.border-t-base-color-bg-success\/95 {
  border-top-color: rgb(209 250 223 / 0.95);
}
.border-t-base-color-bg-success\/base-opacity-disabled {
  border-top-color: rgb(209 250 223 / 60%);
}
.border-t-base-color-bg-success\/core-opacity-0 {
  border-top-color: rgb(209 250 223 / 0%);
}
.border-t-base-color-bg-success\/core-opacity-10 {
  border-top-color: rgb(209 250 223 / 10%);
}
.border-t-base-color-bg-success\/core-opacity-100 {
  border-top-color: rgb(209 250 223 / 100%);
}
.border-t-base-color-bg-success\/core-opacity-20 {
  border-top-color: rgb(209 250 223 / 20%);
}
.border-t-base-color-bg-success\/core-opacity-30 {
  border-top-color: rgb(209 250 223 / 30%);
}
.border-t-base-color-bg-success\/core-opacity-40 {
  border-top-color: rgb(209 250 223 / 40%);
}
.border-t-base-color-bg-success\/core-opacity-50 {
  border-top-color: rgb(209 250 223 / 50%);
}
.border-t-base-color-bg-success\/core-opacity-60 {
  border-top-color: rgb(209 250 223 / 60%);
}
.border-t-base-color-bg-success\/core-opacity-70 {
  border-top-color: rgb(209 250 223 / 70%);
}
.border-t-base-color-bg-success\/core-opacity-80 {
  border-top-color: rgb(209 250 223 / 80%);
}
.border-t-base-color-bg-success\/core-opacity-90 {
  border-top-color: rgb(209 250 223 / 90%);
}
.border-t-base-color-bg-transparent {
  border-top-color: #00000000;
}
.border-t-base-color-bg-transparent\/0 {
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-base-color-bg-transparent\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-base-color-bg-transparent\/100 {
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-base-color-bg-transparent\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-base-color-bg-transparent\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-base-color-bg-transparent\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-base-color-bg-transparent\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-base-color-bg-transparent\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-base-color-bg-transparent\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-base-color-bg-transparent\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-base-color-bg-transparent\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-base-color-bg-transparent\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-base-color-bg-transparent\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-base-color-bg-transparent\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-base-color-bg-transparent\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-base-color-bg-transparent\/base-opacity-disabled {
  border-top-color: rgb(0 0 0 / 60%);
}
.border-t-base-color-bg-transparent\/core-opacity-0 {
  border-top-color: rgb(0 0 0 / 0%);
}
.border-t-base-color-bg-transparent\/core-opacity-10 {
  border-top-color: rgb(0 0 0 / 10%);
}
.border-t-base-color-bg-transparent\/core-opacity-100 {
  border-top-color: rgb(0 0 0 / 100%);
}
.border-t-base-color-bg-transparent\/core-opacity-20 {
  border-top-color: rgb(0 0 0 / 20%);
}
.border-t-base-color-bg-transparent\/core-opacity-30 {
  border-top-color: rgb(0 0 0 / 30%);
}
.border-t-base-color-bg-transparent\/core-opacity-40 {
  border-top-color: rgb(0 0 0 / 40%);
}
.border-t-base-color-bg-transparent\/core-opacity-50 {
  border-top-color: rgb(0 0 0 / 50%);
}
.border-t-base-color-bg-transparent\/core-opacity-60 {
  border-top-color: rgb(0 0 0 / 60%);
}
.border-t-base-color-bg-transparent\/core-opacity-70 {
  border-top-color: rgb(0 0 0 / 70%);
}
.border-t-base-color-bg-transparent\/core-opacity-80 {
  border-top-color: rgb(0 0 0 / 80%);
}
.border-t-base-color-bg-transparent\/core-opacity-90 {
  border-top-color: rgb(0 0 0 / 90%);
}
.border-t-base-color-border-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(234 236 240 / var(--tw-border-opacity));
}
.\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-accent-burgandy {
  --tw-bg-opacity: 1;
  background-color: rgb(97 0 46 / var(--tw-bg-opacity));
}
.bg-accent-burgandy\/0 {
  background-color: rgb(97 0 46 / 0);
}
.bg-accent-burgandy\/10 {
  background-color: rgb(97 0 46 / 0.1);
}
.bg-accent-burgandy\/100 {
  background-color: rgb(97 0 46 / 1);
}
.bg-accent-burgandy\/20 {
  background-color: rgb(97 0 46 / 0.2);
}
.bg-accent-burgandy\/25 {
  background-color: rgb(97 0 46 / 0.25);
}
.bg-accent-burgandy\/30 {
  background-color: rgb(97 0 46 / 0.3);
}
.bg-accent-burgandy\/40 {
  background-color: rgb(97 0 46 / 0.4);
}
.bg-accent-burgandy\/5 {
  background-color: rgb(97 0 46 / 0.05);
}
.bg-accent-burgandy\/50 {
  background-color: rgb(97 0 46 / 0.5);
}
.bg-accent-burgandy\/60 {
  background-color: rgb(97 0 46 / 0.6);
}
.bg-accent-burgandy\/70 {
  background-color: rgb(97 0 46 / 0.7);
}
.bg-accent-burgandy\/75 {
  background-color: rgb(97 0 46 / 0.75);
}
.bg-accent-burgandy\/80 {
  background-color: rgb(97 0 46 / 0.8);
}
.bg-accent-burgandy\/90 {
  background-color: rgb(97 0 46 / 0.9);
}
.bg-accent-burgandy\/95 {
  background-color: rgb(97 0 46 / 0.95);
}
.bg-accent-burgandy\/base-opacity-disabled {
  background-color: rgb(97 0 46 / 60%);
}
.bg-accent-burgandy\/core-opacity-0 {
  background-color: rgb(97 0 46 / 0%);
}
.bg-accent-burgandy\/core-opacity-10 {
  background-color: rgb(97 0 46 / 10%);
}
.bg-accent-burgandy\/core-opacity-100 {
  background-color: rgb(97 0 46 / 100%);
}
.bg-accent-burgandy\/core-opacity-20 {
  background-color: rgb(97 0 46 / 20%);
}
.bg-accent-burgandy\/core-opacity-30 {
  background-color: rgb(97 0 46 / 30%);
}
.bg-accent-burgandy\/core-opacity-40 {
  background-color: rgb(97 0 46 / 40%);
}
.bg-accent-burgandy\/core-opacity-50 {
  background-color: rgb(97 0 46 / 50%);
}
.bg-accent-burgandy\/core-opacity-60 {
  background-color: rgb(97 0 46 / 60%);
}
.bg-accent-burgandy\/core-opacity-70 {
  background-color: rgb(97 0 46 / 70%);
}
.bg-accent-burgandy\/core-opacity-80 {
  background-color: rgb(97 0 46 / 80%);
}
.bg-accent-burgandy\/core-opacity-90 {
  background-color: rgb(97 0 46 / 90%);
}
.bg-accent-fuschia {
  --tw-bg-opacity: 1;
  background-color: rgb(114 5 92 / var(--tw-bg-opacity));
}
.bg-accent-fuschia\/0 {
  background-color: rgb(114 5 92 / 0);
}
.bg-accent-fuschia\/10 {
  background-color: rgb(114 5 92 / 0.1);
}
.bg-accent-fuschia\/100 {
  background-color: rgb(114 5 92 / 1);
}
.bg-accent-fuschia\/20 {
  background-color: rgb(114 5 92 / 0.2);
}
.bg-accent-fuschia\/25 {
  background-color: rgb(114 5 92 / 0.25);
}
.bg-accent-fuschia\/30 {
  background-color: rgb(114 5 92 / 0.3);
}
.bg-accent-fuschia\/40 {
  background-color: rgb(114 5 92 / 0.4);
}
.bg-accent-fuschia\/5 {
  background-color: rgb(114 5 92 / 0.05);
}
.bg-accent-fuschia\/50 {
  background-color: rgb(114 5 92 / 0.5);
}
.bg-accent-fuschia\/60 {
  background-color: rgb(114 5 92 / 0.6);
}
.bg-accent-fuschia\/70 {
  background-color: rgb(114 5 92 / 0.7);
}
.bg-accent-fuschia\/75 {
  background-color: rgb(114 5 92 / 0.75);
}
.bg-accent-fuschia\/80 {
  background-color: rgb(114 5 92 / 0.8);
}
.bg-accent-fuschia\/90 {
  background-color: rgb(114 5 92 / 0.9);
}
.bg-accent-fuschia\/95 {
  background-color: rgb(114 5 92 / 0.95);
}
.bg-accent-fuschia\/base-opacity-disabled {
  background-color: rgb(114 5 92 / 60%);
}
.bg-accent-fuschia\/core-opacity-0 {
  background-color: rgb(114 5 92 / 0%);
}
.bg-accent-fuschia\/core-opacity-10 {
  background-color: rgb(114 5 92 / 10%);
}
.bg-accent-fuschia\/core-opacity-100 {
  background-color: rgb(114 5 92 / 100%);
}
.bg-accent-fuschia\/core-opacity-20 {
  background-color: rgb(114 5 92 / 20%);
}
.bg-accent-fuschia\/core-opacity-30 {
  background-color: rgb(114 5 92 / 30%);
}
.bg-accent-fuschia\/core-opacity-40 {
  background-color: rgb(114 5 92 / 40%);
}
.bg-accent-fuschia\/core-opacity-50 {
  background-color: rgb(114 5 92 / 50%);
}
.bg-accent-fuschia\/core-opacity-60 {
  background-color: rgb(114 5 92 / 60%);
}
.bg-accent-fuschia\/core-opacity-70 {
  background-color: rgb(114 5 92 / 70%);
}
.bg-accent-fuschia\/core-opacity-80 {
  background-color: rgb(114 5 92 / 80%);
}
.bg-accent-fuschia\/core-opacity-90 {
  background-color: rgb(114 5 92 / 90%);
}
.bg-accent-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(52 7 148 / var(--tw-bg-opacity));
}
.bg-accent-purple\/0 {
  background-color: rgb(52 7 148 / 0);
}
.bg-accent-purple\/10 {
  background-color: rgb(52 7 148 / 0.1);
}
.bg-accent-purple\/100 {
  background-color: rgb(52 7 148 / 1);
}
.bg-accent-purple\/20 {
  background-color: rgb(52 7 148 / 0.2);
}
.bg-accent-purple\/25 {
  background-color: rgb(52 7 148 / 0.25);
}
.bg-accent-purple\/30 {
  background-color: rgb(52 7 148 / 0.3);
}
.bg-accent-purple\/40 {
  background-color: rgb(52 7 148 / 0.4);
}
.bg-accent-purple\/5 {
  background-color: rgb(52 7 148 / 0.05);
}
.bg-accent-purple\/50 {
  background-color: rgb(52 7 148 / 0.5);
}
.bg-accent-purple\/60 {
  background-color: rgb(52 7 148 / 0.6);
}
.bg-accent-purple\/70 {
  background-color: rgb(52 7 148 / 0.7);
}
.bg-accent-purple\/75 {
  background-color: rgb(52 7 148 / 0.75);
}
.bg-accent-purple\/80 {
  background-color: rgb(52 7 148 / 0.8);
}
.bg-accent-purple\/90 {
  background-color: rgb(52 7 148 / 0.9);
}
.bg-accent-purple\/95 {
  background-color: rgb(52 7 148 / 0.95);
}
.bg-accent-purple\/base-opacity-disabled {
  background-color: rgb(52 7 148 / 60%);
}
.bg-accent-purple\/core-opacity-0 {
  background-color: rgb(52 7 148 / 0%);
}
.bg-accent-purple\/core-opacity-10 {
  background-color: rgb(52 7 148 / 10%);
}
.bg-accent-purple\/core-opacity-100 {
  background-color: rgb(52 7 148 / 100%);
}
.bg-accent-purple\/core-opacity-20 {
  background-color: rgb(52 7 148 / 20%);
}
.bg-accent-purple\/core-opacity-30 {
  background-color: rgb(52 7 148 / 30%);
}
.bg-accent-purple\/core-opacity-40 {
  background-color: rgb(52 7 148 / 40%);
}
.bg-accent-purple\/core-opacity-50 {
  background-color: rgb(52 7 148 / 50%);
}
.bg-accent-purple\/core-opacity-60 {
  background-color: rgb(52 7 148 / 60%);
}
.bg-accent-purple\/core-opacity-70 {
  background-color: rgb(52 7 148 / 70%);
}
.bg-accent-purple\/core-opacity-80 {
  background-color: rgb(52 7 148 / 80%);
}
.bg-accent-purple\/core-opacity-90 {
  background-color: rgb(52 7 148 / 90%);
}
.bg-accent-vermillion {
  --tw-bg-opacity: 1;
  background-color: rgb(204 36 45 / var(--tw-bg-opacity));
}
.bg-accent-vermillion\/0 {
  background-color: rgb(204 36 45 / 0);
}
.bg-accent-vermillion\/10 {
  background-color: rgb(204 36 45 / 0.1);
}
.bg-accent-vermillion\/100 {
  background-color: rgb(204 36 45 / 1);
}
.bg-accent-vermillion\/20 {
  background-color: rgb(204 36 45 / 0.2);
}
.bg-accent-vermillion\/25 {
  background-color: rgb(204 36 45 / 0.25);
}
.bg-accent-vermillion\/30 {
  background-color: rgb(204 36 45 / 0.3);
}
.bg-accent-vermillion\/40 {
  background-color: rgb(204 36 45 / 0.4);
}
.bg-accent-vermillion\/5 {
  background-color: rgb(204 36 45 / 0.05);
}
.bg-accent-vermillion\/50 {
  background-color: rgb(204 36 45 / 0.5);
}
.bg-accent-vermillion\/60 {
  background-color: rgb(204 36 45 / 0.6);
}
.bg-accent-vermillion\/70 {
  background-color: rgb(204 36 45 / 0.7);
}
.bg-accent-vermillion\/75 {
  background-color: rgb(204 36 45 / 0.75);
}
.bg-accent-vermillion\/80 {
  background-color: rgb(204 36 45 / 0.8);
}
.bg-accent-vermillion\/90 {
  background-color: rgb(204 36 45 / 0.9);
}
.bg-accent-vermillion\/95 {
  background-color: rgb(204 36 45 / 0.95);
}
.bg-accent-vermillion\/base-opacity-disabled {
  background-color: rgb(204 36 45 / 60%);
}
.bg-accent-vermillion\/core-opacity-0 {
  background-color: rgb(204 36 45 / 0%);
}
.bg-accent-vermillion\/core-opacity-10 {
  background-color: rgb(204 36 45 / 10%);
}
.bg-accent-vermillion\/core-opacity-100 {
  background-color: rgb(204 36 45 / 100%);
}
.bg-accent-vermillion\/core-opacity-20 {
  background-color: rgb(204 36 45 / 20%);
}
.bg-accent-vermillion\/core-opacity-30 {
  background-color: rgb(204 36 45 / 30%);
}
.bg-accent-vermillion\/core-opacity-40 {
  background-color: rgb(204 36 45 / 40%);
}
.bg-accent-vermillion\/core-opacity-50 {
  background-color: rgb(204 36 45 / 50%);
}
.bg-accent-vermillion\/core-opacity-60 {
  background-color: rgb(204 36 45 / 60%);
}
.bg-accent-vermillion\/core-opacity-70 {
  background-color: rgb(204 36 45 / 70%);
}
.bg-accent-vermillion\/core-opacity-80 {
  background-color: rgb(204 36 45 / 80%);
}
.bg-accent-vermillion\/core-opacity-90 {
  background-color: rgb(204 36 45 / 90%);
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-amber-100\/base-opacity-disabled {
  background-color: rgb(254 243 199 / 60%);
}
.bg-amber-100\/core-opacity-0 {
  background-color: rgb(254 243 199 / 0%);
}
.bg-amber-100\/core-opacity-10 {
  background-color: rgb(254 243 199 / 10%);
}
.bg-amber-100\/core-opacity-100 {
  background-color: rgb(254 243 199 / 100%);
}
.bg-amber-100\/core-opacity-20 {
  background-color: rgb(254 243 199 / 20%);
}
.bg-amber-100\/core-opacity-30 {
  background-color: rgb(254 243 199 / 30%);
}
.bg-amber-100\/core-opacity-40 {
  background-color: rgb(254 243 199 / 40%);
}
.bg-amber-100\/core-opacity-50 {
  background-color: rgb(254 243 199 / 50%);
}
.bg-amber-100\/core-opacity-60 {
  background-color: rgb(254 243 199 / 60%);
}
.bg-amber-100\/core-opacity-70 {
  background-color: rgb(254 243 199 / 70%);
}
.bg-amber-100\/core-opacity-80 {
  background-color: rgb(254 243 199 / 80%);
}
.bg-amber-100\/core-opacity-90 {
  background-color: rgb(254 243 199 / 90%);
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-amber-200\/base-opacity-disabled {
  background-color: rgb(253 230 138 / 60%);
}
.bg-amber-200\/core-opacity-0 {
  background-color: rgb(253 230 138 / 0%);
}
.bg-amber-200\/core-opacity-10 {
  background-color: rgb(253 230 138 / 10%);
}
.bg-amber-200\/core-opacity-100 {
  background-color: rgb(253 230 138 / 100%);
}
.bg-amber-200\/core-opacity-20 {
  background-color: rgb(253 230 138 / 20%);
}
.bg-amber-200\/core-opacity-30 {
  background-color: rgb(253 230 138 / 30%);
}
.bg-amber-200\/core-opacity-40 {
  background-color: rgb(253 230 138 / 40%);
}
.bg-amber-200\/core-opacity-50 {
  background-color: rgb(253 230 138 / 50%);
}
.bg-amber-200\/core-opacity-60 {
  background-color: rgb(253 230 138 / 60%);
}
.bg-amber-200\/core-opacity-70 {
  background-color: rgb(253 230 138 / 70%);
}
.bg-amber-200\/core-opacity-80 {
  background-color: rgb(253 230 138 / 80%);
}
.bg-amber-200\/core-opacity-90 {
  background-color: rgb(253 230 138 / 90%);
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-amber-300\/base-opacity-disabled {
  background-color: rgb(252 211 77 / 60%);
}
.bg-amber-300\/core-opacity-0 {
  background-color: rgb(252 211 77 / 0%);
}
.bg-amber-300\/core-opacity-10 {
  background-color: rgb(252 211 77 / 10%);
}
.bg-amber-300\/core-opacity-100 {
  background-color: rgb(252 211 77 / 100%);
}
.bg-amber-300\/core-opacity-20 {
  background-color: rgb(252 211 77 / 20%);
}
.bg-amber-300\/core-opacity-30 {
  background-color: rgb(252 211 77 / 30%);
}
.bg-amber-300\/core-opacity-40 {
  background-color: rgb(252 211 77 / 40%);
}
.bg-amber-300\/core-opacity-50 {
  background-color: rgb(252 211 77 / 50%);
}
.bg-amber-300\/core-opacity-60 {
  background-color: rgb(252 211 77 / 60%);
}
.bg-amber-300\/core-opacity-70 {
  background-color: rgb(252 211 77 / 70%);
}
.bg-amber-300\/core-opacity-80 {
  background-color: rgb(252 211 77 / 80%);
}
.bg-amber-300\/core-opacity-90 {
  background-color: rgb(252 211 77 / 90%);
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-amber-400\/base-opacity-disabled {
  background-color: rgb(251 191 36 / 60%);
}
.bg-amber-400\/core-opacity-0 {
  background-color: rgb(251 191 36 / 0%);
}
.bg-amber-400\/core-opacity-10 {
  background-color: rgb(251 191 36 / 10%);
}
.bg-amber-400\/core-opacity-100 {
  background-color: rgb(251 191 36 / 100%);
}
.bg-amber-400\/core-opacity-20 {
  background-color: rgb(251 191 36 / 20%);
}
.bg-amber-400\/core-opacity-30 {
  background-color: rgb(251 191 36 / 30%);
}
.bg-amber-400\/core-opacity-40 {
  background-color: rgb(251 191 36 / 40%);
}
.bg-amber-400\/core-opacity-50 {
  background-color: rgb(251 191 36 / 50%);
}
.bg-amber-400\/core-opacity-60 {
  background-color: rgb(251 191 36 / 60%);
}
.bg-amber-400\/core-opacity-70 {
  background-color: rgb(251 191 36 / 70%);
}
.bg-amber-400\/core-opacity-80 {
  background-color: rgb(251 191 36 / 80%);
}
.bg-amber-400\/core-opacity-90 {
  background-color: rgb(251 191 36 / 90%);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-amber-50\/base-opacity-disabled {
  background-color: rgb(255 251 235 / 60%);
}
.bg-amber-50\/core-opacity-0 {
  background-color: rgb(255 251 235 / 0%);
}
.bg-amber-50\/core-opacity-10 {
  background-color: rgb(255 251 235 / 10%);
}
.bg-amber-50\/core-opacity-100 {
  background-color: rgb(255 251 235 / 100%);
}
.bg-amber-50\/core-opacity-20 {
  background-color: rgb(255 251 235 / 20%);
}
.bg-amber-50\/core-opacity-30 {
  background-color: rgb(255 251 235 / 30%);
}
.bg-amber-50\/core-opacity-40 {
  background-color: rgb(255 251 235 / 40%);
}
.bg-amber-50\/core-opacity-50 {
  background-color: rgb(255 251 235 / 50%);
}
.bg-amber-50\/core-opacity-60 {
  background-color: rgb(255 251 235 / 60%);
}
.bg-amber-50\/core-opacity-70 {
  background-color: rgb(255 251 235 / 70%);
}
.bg-amber-50\/core-opacity-80 {
  background-color: rgb(255 251 235 / 80%);
}
.bg-amber-50\/core-opacity-90 {
  background-color: rgb(255 251 235 / 90%);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-amber-500\/base-opacity-disabled {
  background-color: rgb(245 158 11 / 60%);
}
.bg-amber-500\/core-opacity-0 {
  background-color: rgb(245 158 11 / 0%);
}
.bg-amber-500\/core-opacity-10 {
  background-color: rgb(245 158 11 / 10%);
}
.bg-amber-500\/core-opacity-100 {
  background-color: rgb(245 158 11 / 100%);
}
.bg-amber-500\/core-opacity-20 {
  background-color: rgb(245 158 11 / 20%);
}
.bg-amber-500\/core-opacity-30 {
  background-color: rgb(245 158 11 / 30%);
}
.bg-amber-500\/core-opacity-40 {
  background-color: rgb(245 158 11 / 40%);
}
.bg-amber-500\/core-opacity-50 {
  background-color: rgb(245 158 11 / 50%);
}
.bg-amber-500\/core-opacity-60 {
  background-color: rgb(245 158 11 / 60%);
}
.bg-amber-500\/core-opacity-70 {
  background-color: rgb(245 158 11 / 70%);
}
.bg-amber-500\/core-opacity-80 {
  background-color: rgb(245 158 11 / 80%);
}
.bg-amber-500\/core-opacity-90 {
  background-color: rgb(245 158 11 / 90%);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-amber-600\/base-opacity-disabled {
  background-color: rgb(217 119 6 / 60%);
}
.bg-amber-600\/core-opacity-0 {
  background-color: rgb(217 119 6 / 0%);
}
.bg-amber-600\/core-opacity-10 {
  background-color: rgb(217 119 6 / 10%);
}
.bg-amber-600\/core-opacity-100 {
  background-color: rgb(217 119 6 / 100%);
}
.bg-amber-600\/core-opacity-20 {
  background-color: rgb(217 119 6 / 20%);
}
.bg-amber-600\/core-opacity-30 {
  background-color: rgb(217 119 6 / 30%);
}
.bg-amber-600\/core-opacity-40 {
  background-color: rgb(217 119 6 / 40%);
}
.bg-amber-600\/core-opacity-50 {
  background-color: rgb(217 119 6 / 50%);
}
.bg-amber-600\/core-opacity-60 {
  background-color: rgb(217 119 6 / 60%);
}
.bg-amber-600\/core-opacity-70 {
  background-color: rgb(217 119 6 / 70%);
}
.bg-amber-600\/core-opacity-80 {
  background-color: rgb(217 119 6 / 80%);
}
.bg-amber-600\/core-opacity-90 {
  background-color: rgb(217 119 6 / 90%);
}
.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-amber-700\/base-opacity-disabled {
  background-color: rgb(180 83 9 / 60%);
}
.bg-amber-700\/core-opacity-0 {
  background-color: rgb(180 83 9 / 0%);
}
.bg-amber-700\/core-opacity-10 {
  background-color: rgb(180 83 9 / 10%);
}
.bg-amber-700\/core-opacity-100 {
  background-color: rgb(180 83 9 / 100%);
}
.bg-amber-700\/core-opacity-20 {
  background-color: rgb(180 83 9 / 20%);
}
.bg-amber-700\/core-opacity-30 {
  background-color: rgb(180 83 9 / 30%);
}
.bg-amber-700\/core-opacity-40 {
  background-color: rgb(180 83 9 / 40%);
}
.bg-amber-700\/core-opacity-50 {
  background-color: rgb(180 83 9 / 50%);
}
.bg-amber-700\/core-opacity-60 {
  background-color: rgb(180 83 9 / 60%);
}
.bg-amber-700\/core-opacity-70 {
  background-color: rgb(180 83 9 / 70%);
}
.bg-amber-700\/core-opacity-80 {
  background-color: rgb(180 83 9 / 80%);
}
.bg-amber-700\/core-opacity-90 {
  background-color: rgb(180 83 9 / 90%);
}
.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-amber-800\/base-opacity-disabled {
  background-color: rgb(146 64 14 / 60%);
}
.bg-amber-800\/core-opacity-0 {
  background-color: rgb(146 64 14 / 0%);
}
.bg-amber-800\/core-opacity-10 {
  background-color: rgb(146 64 14 / 10%);
}
.bg-amber-800\/core-opacity-100 {
  background-color: rgb(146 64 14 / 100%);
}
.bg-amber-800\/core-opacity-20 {
  background-color: rgb(146 64 14 / 20%);
}
.bg-amber-800\/core-opacity-30 {
  background-color: rgb(146 64 14 / 30%);
}
.bg-amber-800\/core-opacity-40 {
  background-color: rgb(146 64 14 / 40%);
}
.bg-amber-800\/core-opacity-50 {
  background-color: rgb(146 64 14 / 50%);
}
.bg-amber-800\/core-opacity-60 {
  background-color: rgb(146 64 14 / 60%);
}
.bg-amber-800\/core-opacity-70 {
  background-color: rgb(146 64 14 / 70%);
}
.bg-amber-800\/core-opacity-80 {
  background-color: rgb(146 64 14 / 80%);
}
.bg-amber-800\/core-opacity-90 {
  background-color: rgb(146 64 14 / 90%);
}
.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-amber-900\/base-opacity-disabled {
  background-color: rgb(120 53 15 / 60%);
}
.bg-amber-900\/core-opacity-0 {
  background-color: rgb(120 53 15 / 0%);
}
.bg-amber-900\/core-opacity-10 {
  background-color: rgb(120 53 15 / 10%);
}
.bg-amber-900\/core-opacity-100 {
  background-color: rgb(120 53 15 / 100%);
}
.bg-amber-900\/core-opacity-20 {
  background-color: rgb(120 53 15 / 20%);
}
.bg-amber-900\/core-opacity-30 {
  background-color: rgb(120 53 15 / 30%);
}
.bg-amber-900\/core-opacity-40 {
  background-color: rgb(120 53 15 / 40%);
}
.bg-amber-900\/core-opacity-50 {
  background-color: rgb(120 53 15 / 50%);
}
.bg-amber-900\/core-opacity-60 {
  background-color: rgb(120 53 15 / 60%);
}
.bg-amber-900\/core-opacity-70 {
  background-color: rgb(120 53 15 / 70%);
}
.bg-amber-900\/core-opacity-80 {
  background-color: rgb(120 53 15 / 80%);
}
.bg-amber-900\/core-opacity-90 {
  background-color: rgb(120 53 15 / 90%);
}
.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}
.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}
.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}
.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}
.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}
.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}
.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}
.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}
.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}
.bg-amber-950\/base-opacity-disabled {
  background-color: rgb(69 26 3 / 60%);
}
.bg-amber-950\/core-opacity-0 {
  background-color: rgb(69 26 3 / 0%);
}
.bg-amber-950\/core-opacity-10 {
  background-color: rgb(69 26 3 / 10%);
}
.bg-amber-950\/core-opacity-100 {
  background-color: rgb(69 26 3 / 100%);
}
.bg-amber-950\/core-opacity-20 {
  background-color: rgb(69 26 3 / 20%);
}
.bg-amber-950\/core-opacity-30 {
  background-color: rgb(69 26 3 / 30%);
}
.bg-amber-950\/core-opacity-40 {
  background-color: rgb(69 26 3 / 40%);
}
.bg-amber-950\/core-opacity-50 {
  background-color: rgb(69 26 3 / 50%);
}
.bg-amber-950\/core-opacity-60 {
  background-color: rgb(69 26 3 / 60%);
}
.bg-amber-950\/core-opacity-70 {
  background-color: rgb(69 26 3 / 70%);
}
.bg-amber-950\/core-opacity-80 {
  background-color: rgb(69 26 3 / 80%);
}
.bg-amber-950\/core-opacity-90 {
  background-color: rgb(69 26 3 / 90%);
}
.bg-base-color-bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 255 / var(--tw-bg-opacity));
}
.bg-base-color-bg-accent-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity));
}
.bg-base-color-bg-accent-emphasis\/0 {
  background-color: rgb(21 94 239 / 0);
}
.bg-base-color-bg-accent-emphasis\/10 {
  background-color: rgb(21 94 239 / 0.1);
}
.bg-base-color-bg-accent-emphasis\/100 {
  background-color: rgb(21 94 239 / 1);
}
.bg-base-color-bg-accent-emphasis\/20 {
  background-color: rgb(21 94 239 / 0.2);
}
.bg-base-color-bg-accent-emphasis\/25 {
  background-color: rgb(21 94 239 / 0.25);
}
.bg-base-color-bg-accent-emphasis\/30 {
  background-color: rgb(21 94 239 / 0.3);
}
.bg-base-color-bg-accent-emphasis\/40 {
  background-color: rgb(21 94 239 / 0.4);
}
.bg-base-color-bg-accent-emphasis\/5 {
  background-color: rgb(21 94 239 / 0.05);
}
.bg-base-color-bg-accent-emphasis\/50 {
  background-color: rgb(21 94 239 / 0.5);
}
.bg-base-color-bg-accent-emphasis\/60 {
  background-color: rgb(21 94 239 / 0.6);
}
.bg-base-color-bg-accent-emphasis\/70 {
  background-color: rgb(21 94 239 / 0.7);
}
.bg-base-color-bg-accent-emphasis\/75 {
  background-color: rgb(21 94 239 / 0.75);
}
.bg-base-color-bg-accent-emphasis\/80 {
  background-color: rgb(21 94 239 / 0.8);
}
.bg-base-color-bg-accent-emphasis\/90 {
  background-color: rgb(21 94 239 / 0.9);
}
.bg-base-color-bg-accent-emphasis\/95 {
  background-color: rgb(21 94 239 / 0.95);
}
.bg-base-color-bg-accent-emphasis\/base-opacity-disabled {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-0 {
  background-color: rgb(21 94 239 / 0%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-10 {
  background-color: rgb(21 94 239 / 10%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-100 {
  background-color: rgb(21 94 239 / 100%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-20 {
  background-color: rgb(21 94 239 / 20%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-30 {
  background-color: rgb(21 94 239 / 30%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-40 {
  background-color: rgb(21 94 239 / 40%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-50 {
  background-color: rgb(21 94 239 / 50%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-60 {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-70 {
  background-color: rgb(21 94 239 / 70%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-80 {
  background-color: rgb(21 94 239 / 80%);
}
.bg-base-color-bg-accent-emphasis\/core-opacity-90 {
  background-color: rgb(21 94 239 / 90%);
}
.bg-base-color-bg-accent-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity));
}
.bg-base-color-bg-accent-subtle\/0 {
  background-color: rgb(245 248 255 / 0);
}
.bg-base-color-bg-accent-subtle\/10 {
  background-color: rgb(245 248 255 / 0.1);
}
.bg-base-color-bg-accent-subtle\/100 {
  background-color: rgb(245 248 255 / 1);
}
.bg-base-color-bg-accent-subtle\/20 {
  background-color: rgb(245 248 255 / 0.2);
}
.bg-base-color-bg-accent-subtle\/25 {
  background-color: rgb(245 248 255 / 0.25);
}
.bg-base-color-bg-accent-subtle\/30 {
  background-color: rgb(245 248 255 / 0.3);
}
.bg-base-color-bg-accent-subtle\/40 {
  background-color: rgb(245 248 255 / 0.4);
}
.bg-base-color-bg-accent-subtle\/5 {
  background-color: rgb(245 248 255 / 0.05);
}
.bg-base-color-bg-accent-subtle\/50 {
  background-color: rgb(245 248 255 / 0.5);
}
.bg-base-color-bg-accent-subtle\/60 {
  background-color: rgb(245 248 255 / 0.6);
}
.bg-base-color-bg-accent-subtle\/70 {
  background-color: rgb(245 248 255 / 0.7);
}
.bg-base-color-bg-accent-subtle\/75 {
  background-color: rgb(245 248 255 / 0.75);
}
.bg-base-color-bg-accent-subtle\/80 {
  background-color: rgb(245 248 255 / 0.8);
}
.bg-base-color-bg-accent-subtle\/90 {
  background-color: rgb(245 248 255 / 0.9);
}
.bg-base-color-bg-accent-subtle\/95 {
  background-color: rgb(245 248 255 / 0.95);
}
.bg-base-color-bg-accent-subtle\/base-opacity-disabled {
  background-color: rgb(245 248 255 / 60%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-0 {
  background-color: rgb(245 248 255 / 0%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-10 {
  background-color: rgb(245 248 255 / 10%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-100 {
  background-color: rgb(245 248 255 / 100%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-20 {
  background-color: rgb(245 248 255 / 20%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-30 {
  background-color: rgb(245 248 255 / 30%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-40 {
  background-color: rgb(245 248 255 / 40%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-50 {
  background-color: rgb(245 248 255 / 50%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-60 {
  background-color: rgb(245 248 255 / 60%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-70 {
  background-color: rgb(245 248 255 / 70%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-80 {
  background-color: rgb(245 248 255 / 80%);
}
.bg-base-color-bg-accent-subtle\/core-opacity-90 {
  background-color: rgb(245 248 255 / 90%);
}
.bg-base-color-bg-accent\/0 {
  background-color: rgb(209 224 255 / 0);
}
.bg-base-color-bg-accent\/10 {
  background-color: rgb(209 224 255 / 0.1);
}
.bg-base-color-bg-accent\/100 {
  background-color: rgb(209 224 255 / 1);
}
.bg-base-color-bg-accent\/20 {
  background-color: rgb(209 224 255 / 0.2);
}
.bg-base-color-bg-accent\/25 {
  background-color: rgb(209 224 255 / 0.25);
}
.bg-base-color-bg-accent\/30 {
  background-color: rgb(209 224 255 / 0.3);
}
.bg-base-color-bg-accent\/40 {
  background-color: rgb(209 224 255 / 0.4);
}
.bg-base-color-bg-accent\/5 {
  background-color: rgb(209 224 255 / 0.05);
}
.bg-base-color-bg-accent\/50 {
  background-color: rgb(209 224 255 / 0.5);
}
.bg-base-color-bg-accent\/60 {
  background-color: rgb(209 224 255 / 0.6);
}
.bg-base-color-bg-accent\/70 {
  background-color: rgb(209 224 255 / 0.7);
}
.bg-base-color-bg-accent\/75 {
  background-color: rgb(209 224 255 / 0.75);
}
.bg-base-color-bg-accent\/80 {
  background-color: rgb(209 224 255 / 0.8);
}
.bg-base-color-bg-accent\/90 {
  background-color: rgb(209 224 255 / 0.9);
}
.bg-base-color-bg-accent\/95 {
  background-color: rgb(209 224 255 / 0.95);
}
.bg-base-color-bg-accent\/base-opacity-disabled {
  background-color: rgb(209 224 255 / 60%);
}
.bg-base-color-bg-accent\/core-opacity-0 {
  background-color: rgb(209 224 255 / 0%);
}
.bg-base-color-bg-accent\/core-opacity-10 {
  background-color: rgb(209 224 255 / 10%);
}
.bg-base-color-bg-accent\/core-opacity-100 {
  background-color: rgb(209 224 255 / 100%);
}
.bg-base-color-bg-accent\/core-opacity-20 {
  background-color: rgb(209 224 255 / 20%);
}
.bg-base-color-bg-accent\/core-opacity-30 {
  background-color: rgb(209 224 255 / 30%);
}
.bg-base-color-bg-accent\/core-opacity-40 {
  background-color: rgb(209 224 255 / 40%);
}
.bg-base-color-bg-accent\/core-opacity-50 {
  background-color: rgb(209 224 255 / 50%);
}
.bg-base-color-bg-accent\/core-opacity-60 {
  background-color: rgb(209 224 255 / 60%);
}
.bg-base-color-bg-accent\/core-opacity-70 {
  background-color: rgb(209 224 255 / 70%);
}
.bg-base-color-bg-accent\/core-opacity-80 {
  background-color: rgb(209 224 255 / 80%);
}
.bg-base-color-bg-accent\/core-opacity-90 {
  background-color: rgb(209 224 255 / 90%);
}
.bg-base-color-bg-attention {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 200 / var(--tw-bg-opacity));
}
.bg-base-color-bg-attention-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(221 105 3 / var(--tw-bg-opacity));
}
.bg-base-color-bg-attention-emphasis\/0 {
  background-color: rgb(221 105 3 / 0);
}
.bg-base-color-bg-attention-emphasis\/10 {
  background-color: rgb(221 105 3 / 0.1);
}
.bg-base-color-bg-attention-emphasis\/100 {
  background-color: rgb(221 105 3 / 1);
}
.bg-base-color-bg-attention-emphasis\/20 {
  background-color: rgb(221 105 3 / 0.2);
}
.bg-base-color-bg-attention-emphasis\/25 {
  background-color: rgb(221 105 3 / 0.25);
}
.bg-base-color-bg-attention-emphasis\/30 {
  background-color: rgb(221 105 3 / 0.3);
}
.bg-base-color-bg-attention-emphasis\/40 {
  background-color: rgb(221 105 3 / 0.4);
}
.bg-base-color-bg-attention-emphasis\/5 {
  background-color: rgb(221 105 3 / 0.05);
}
.bg-base-color-bg-attention-emphasis\/50 {
  background-color: rgb(221 105 3 / 0.5);
}
.bg-base-color-bg-attention-emphasis\/60 {
  background-color: rgb(221 105 3 / 0.6);
}
.bg-base-color-bg-attention-emphasis\/70 {
  background-color: rgb(221 105 3 / 0.7);
}
.bg-base-color-bg-attention-emphasis\/75 {
  background-color: rgb(221 105 3 / 0.75);
}
.bg-base-color-bg-attention-emphasis\/80 {
  background-color: rgb(221 105 3 / 0.8);
}
.bg-base-color-bg-attention-emphasis\/90 {
  background-color: rgb(221 105 3 / 0.9);
}
.bg-base-color-bg-attention-emphasis\/95 {
  background-color: rgb(221 105 3 / 0.95);
}
.bg-base-color-bg-attention-emphasis\/base-opacity-disabled {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-0 {
  background-color: rgb(221 105 3 / 0%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-10 {
  background-color: rgb(221 105 3 / 10%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-100 {
  background-color: rgb(221 105 3 / 100%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-20 {
  background-color: rgb(221 105 3 / 20%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-30 {
  background-color: rgb(221 105 3 / 30%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-40 {
  background-color: rgb(221 105 3 / 40%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-50 {
  background-color: rgb(221 105 3 / 50%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-60 {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-70 {
  background-color: rgb(221 105 3 / 70%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-80 {
  background-color: rgb(221 105 3 / 80%);
}
.bg-base-color-bg-attention-emphasis\/core-opacity-90 {
  background-color: rgb(221 105 3 / 90%);
}
.bg-base-color-bg-attention-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 245 / var(--tw-bg-opacity));
}
.bg-base-color-bg-attention-subtle\/0 {
  background-color: rgb(255 252 245 / 0);
}
.bg-base-color-bg-attention-subtle\/10 {
  background-color: rgb(255 252 245 / 0.1);
}
.bg-base-color-bg-attention-subtle\/100 {
  background-color: rgb(255 252 245 / 1);
}
.bg-base-color-bg-attention-subtle\/20 {
  background-color: rgb(255 252 245 / 0.2);
}
.bg-base-color-bg-attention-subtle\/25 {
  background-color: rgb(255 252 245 / 0.25);
}
.bg-base-color-bg-attention-subtle\/30 {
  background-color: rgb(255 252 245 / 0.3);
}
.bg-base-color-bg-attention-subtle\/40 {
  background-color: rgb(255 252 245 / 0.4);
}
.bg-base-color-bg-attention-subtle\/5 {
  background-color: rgb(255 252 245 / 0.05);
}
.bg-base-color-bg-attention-subtle\/50 {
  background-color: rgb(255 252 245 / 0.5);
}
.bg-base-color-bg-attention-subtle\/60 {
  background-color: rgb(255 252 245 / 0.6);
}
.bg-base-color-bg-attention-subtle\/70 {
  background-color: rgb(255 252 245 / 0.7);
}
.bg-base-color-bg-attention-subtle\/75 {
  background-color: rgb(255 252 245 / 0.75);
}
.bg-base-color-bg-attention-subtle\/80 {
  background-color: rgb(255 252 245 / 0.8);
}
.bg-base-color-bg-attention-subtle\/90 {
  background-color: rgb(255 252 245 / 0.9);
}
.bg-base-color-bg-attention-subtle\/95 {
  background-color: rgb(255 252 245 / 0.95);
}
.bg-base-color-bg-attention-subtle\/base-opacity-disabled {
  background-color: rgb(255 252 245 / 60%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-0 {
  background-color: rgb(255 252 245 / 0%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-10 {
  background-color: rgb(255 252 245 / 10%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-100 {
  background-color: rgb(255 252 245 / 100%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-20 {
  background-color: rgb(255 252 245 / 20%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-30 {
  background-color: rgb(255 252 245 / 30%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-40 {
  background-color: rgb(255 252 245 / 40%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-50 {
  background-color: rgb(255 252 245 / 50%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-60 {
  background-color: rgb(255 252 245 / 60%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-70 {
  background-color: rgb(255 252 245 / 70%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-80 {
  background-color: rgb(255 252 245 / 80%);
}
.bg-base-color-bg-attention-subtle\/core-opacity-90 {
  background-color: rgb(255 252 245 / 90%);
}
.bg-base-color-bg-attention\/0 {
  background-color: rgb(254 240 200 / 0);
}
.bg-base-color-bg-attention\/10 {
  background-color: rgb(254 240 200 / 0.1);
}
.bg-base-color-bg-attention\/100 {
  background-color: rgb(254 240 200 / 1);
}
.bg-base-color-bg-attention\/20 {
  background-color: rgb(254 240 200 / 0.2);
}
.bg-base-color-bg-attention\/25 {
  background-color: rgb(254 240 200 / 0.25);
}
.bg-base-color-bg-attention\/30 {
  background-color: rgb(254 240 200 / 0.3);
}
.bg-base-color-bg-attention\/40 {
  background-color: rgb(254 240 200 / 0.4);
}
.bg-base-color-bg-attention\/5 {
  background-color: rgb(254 240 200 / 0.05);
}
.bg-base-color-bg-attention\/50 {
  background-color: rgb(254 240 200 / 0.5);
}
.bg-base-color-bg-attention\/60 {
  background-color: rgb(254 240 200 / 0.6);
}
.bg-base-color-bg-attention\/70 {
  background-color: rgb(254 240 200 / 0.7);
}
.bg-base-color-bg-attention\/75 {
  background-color: rgb(254 240 200 / 0.75);
}
.bg-base-color-bg-attention\/80 {
  background-color: rgb(254 240 200 / 0.8);
}
.bg-base-color-bg-attention\/90 {
  background-color: rgb(254 240 200 / 0.9);
}
.bg-base-color-bg-attention\/95 {
  background-color: rgb(254 240 200 / 0.95);
}
.bg-base-color-bg-attention\/base-opacity-disabled {
  background-color: rgb(254 240 200 / 60%);
}
.bg-base-color-bg-attention\/core-opacity-0 {
  background-color: rgb(254 240 200 / 0%);
}
.bg-base-color-bg-attention\/core-opacity-10 {
  background-color: rgb(254 240 200 / 10%);
}
.bg-base-color-bg-attention\/core-opacity-100 {
  background-color: rgb(254 240 200 / 100%);
}
.bg-base-color-bg-attention\/core-opacity-20 {
  background-color: rgb(254 240 200 / 20%);
}
.bg-base-color-bg-attention\/core-opacity-30 {
  background-color: rgb(254 240 200 / 30%);
}
.bg-base-color-bg-attention\/core-opacity-40 {
  background-color: rgb(254 240 200 / 40%);
}
.bg-base-color-bg-attention\/core-opacity-50 {
  background-color: rgb(254 240 200 / 50%);
}
.bg-base-color-bg-attention\/core-opacity-60 {
  background-color: rgb(254 240 200 / 60%);
}
.bg-base-color-bg-attention\/core-opacity-70 {
  background-color: rgb(254 240 200 / 70%);
}
.bg-base-color-bg-attention\/core-opacity-80 {
  background-color: rgb(254 240 200 / 80%);
}
.bg-base-color-bg-attention\/core-opacity-90 {
  background-color: rgb(254 240 200 / 90%);
}
.bg-base-color-bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 249 / var(--tw-bg-opacity));
}
.bg-base-color-bg-brand-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-base-color-bg-brand-emphasis\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-base-color-bg-brand-emphasis\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-base-color-bg-brand-emphasis\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-base-color-bg-brand-emphasis\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-base-color-bg-brand-emphasis\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-base-color-bg-brand-emphasis\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-base-color-bg-brand-emphasis\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-base-color-bg-brand-emphasis\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-base-color-bg-brand-emphasis\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-base-color-bg-brand-emphasis\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-base-color-bg-brand-emphasis\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-base-color-bg-brand-emphasis\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-base-color-bg-brand-emphasis\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-base-color-bg-brand-emphasis\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-base-color-bg-brand-emphasis\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-base-color-bg-brand-emphasis\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-base-color-bg-brand-emphasis\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-base-color-bg-brand-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.bg-base-color-bg-brand-subtle\/0 {
  background-color: rgb(242 244 253 / 0);
}
.bg-base-color-bg-brand-subtle\/10 {
  background-color: rgb(242 244 253 / 0.1);
}
.bg-base-color-bg-brand-subtle\/100 {
  background-color: rgb(242 244 253 / 1);
}
.bg-base-color-bg-brand-subtle\/20 {
  background-color: rgb(242 244 253 / 0.2);
}
.bg-base-color-bg-brand-subtle\/25 {
  background-color: rgb(242 244 253 / 0.25);
}
.bg-base-color-bg-brand-subtle\/30 {
  background-color: rgb(242 244 253 / 0.3);
}
.bg-base-color-bg-brand-subtle\/40 {
  background-color: rgb(242 244 253 / 0.4);
}
.bg-base-color-bg-brand-subtle\/5 {
  background-color: rgb(242 244 253 / 0.05);
}
.bg-base-color-bg-brand-subtle\/50 {
  background-color: rgb(242 244 253 / 0.5);
}
.bg-base-color-bg-brand-subtle\/60 {
  background-color: rgb(242 244 253 / 0.6);
}
.bg-base-color-bg-brand-subtle\/70 {
  background-color: rgb(242 244 253 / 0.7);
}
.bg-base-color-bg-brand-subtle\/75 {
  background-color: rgb(242 244 253 / 0.75);
}
.bg-base-color-bg-brand-subtle\/80 {
  background-color: rgb(242 244 253 / 0.8);
}
.bg-base-color-bg-brand-subtle\/90 {
  background-color: rgb(242 244 253 / 0.9);
}
.bg-base-color-bg-brand-subtle\/95 {
  background-color: rgb(242 244 253 / 0.95);
}
.bg-base-color-bg-brand-subtle\/base-opacity-disabled {
  background-color: rgb(242 244 253 / 60%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-0 {
  background-color: rgb(242 244 253 / 0%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-10 {
  background-color: rgb(242 244 253 / 10%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-100 {
  background-color: rgb(242 244 253 / 100%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-20 {
  background-color: rgb(242 244 253 / 20%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-30 {
  background-color: rgb(242 244 253 / 30%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-40 {
  background-color: rgb(242 244 253 / 40%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-50 {
  background-color: rgb(242 244 253 / 50%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-60 {
  background-color: rgb(242 244 253 / 60%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-70 {
  background-color: rgb(242 244 253 / 70%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-80 {
  background-color: rgb(242 244 253 / 80%);
}
.bg-base-color-bg-brand-subtle\/core-opacity-90 {
  background-color: rgb(242 244 253 / 90%);
}
.bg-base-color-bg-brand\/0 {
  background-color: rgb(205 214 249 / 0);
}
.bg-base-color-bg-brand\/10 {
  background-color: rgb(205 214 249 / 0.1);
}
.bg-base-color-bg-brand\/100 {
  background-color: rgb(205 214 249 / 1);
}
.bg-base-color-bg-brand\/20 {
  background-color: rgb(205 214 249 / 0.2);
}
.bg-base-color-bg-brand\/25 {
  background-color: rgb(205 214 249 / 0.25);
}
.bg-base-color-bg-brand\/30 {
  background-color: rgb(205 214 249 / 0.3);
}
.bg-base-color-bg-brand\/40 {
  background-color: rgb(205 214 249 / 0.4);
}
.bg-base-color-bg-brand\/5 {
  background-color: rgb(205 214 249 / 0.05);
}
.bg-base-color-bg-brand\/50 {
  background-color: rgb(205 214 249 / 0.5);
}
.bg-base-color-bg-brand\/60 {
  background-color: rgb(205 214 249 / 0.6);
}
.bg-base-color-bg-brand\/70 {
  background-color: rgb(205 214 249 / 0.7);
}
.bg-base-color-bg-brand\/75 {
  background-color: rgb(205 214 249 / 0.75);
}
.bg-base-color-bg-brand\/80 {
  background-color: rgb(205 214 249 / 0.8);
}
.bg-base-color-bg-brand\/90 {
  background-color: rgb(205 214 249 / 0.9);
}
.bg-base-color-bg-brand\/95 {
  background-color: rgb(205 214 249 / 0.95);
}
.bg-base-color-bg-brand\/base-opacity-disabled {
  background-color: rgb(205 214 249 / 60%);
}
.bg-base-color-bg-brand\/core-opacity-0 {
  background-color: rgb(205 214 249 / 0%);
}
.bg-base-color-bg-brand\/core-opacity-10 {
  background-color: rgb(205 214 249 / 10%);
}
.bg-base-color-bg-brand\/core-opacity-100 {
  background-color: rgb(205 214 249 / 100%);
}
.bg-base-color-bg-brand\/core-opacity-20 {
  background-color: rgb(205 214 249 / 20%);
}
.bg-base-color-bg-brand\/core-opacity-30 {
  background-color: rgb(205 214 249 / 30%);
}
.bg-base-color-bg-brand\/core-opacity-40 {
  background-color: rgb(205 214 249 / 40%);
}
.bg-base-color-bg-brand\/core-opacity-50 {
  background-color: rgb(205 214 249 / 50%);
}
.bg-base-color-bg-brand\/core-opacity-60 {
  background-color: rgb(205 214 249 / 60%);
}
.bg-base-color-bg-brand\/core-opacity-70 {
  background-color: rgb(205 214 249 / 70%);
}
.bg-base-color-bg-brand\/core-opacity-80 {
  background-color: rgb(205 214 249 / 80%);
}
.bg-base-color-bg-brand\/core-opacity-90 {
  background-color: rgb(205 214 249 / 90%);
}
.bg-base-color-bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(254 227 225 / var(--tw-bg-opacity));
}
.bg-base-color-bg-danger-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-base-color-bg-danger-emphasis\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-base-color-bg-danger-emphasis\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-base-color-bg-danger-emphasis\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-base-color-bg-danger-emphasis\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-base-color-bg-danger-emphasis\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-base-color-bg-danger-emphasis\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-base-color-bg-danger-emphasis\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-base-color-bg-danger-emphasis\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-base-color-bg-danger-emphasis\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-base-color-bg-danger-emphasis\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-base-color-bg-danger-emphasis\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-base-color-bg-danger-emphasis\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-base-color-bg-danger-emphasis\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-base-color-bg-danger-emphasis\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-base-color-bg-danger-emphasis\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-base-color-bg-danger-emphasis\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-base-color-bg-danger-emphasis\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-base-color-bg-danger-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.bg-base-color-bg-danger-subtle\/0 {
  background-color: rgb(255 251 250 / 0);
}
.bg-base-color-bg-danger-subtle\/10 {
  background-color: rgb(255 251 250 / 0.1);
}
.bg-base-color-bg-danger-subtle\/100 {
  background-color: rgb(255 251 250 / 1);
}
.bg-base-color-bg-danger-subtle\/20 {
  background-color: rgb(255 251 250 / 0.2);
}
.bg-base-color-bg-danger-subtle\/25 {
  background-color: rgb(255 251 250 / 0.25);
}
.bg-base-color-bg-danger-subtle\/30 {
  background-color: rgb(255 251 250 / 0.3);
}
.bg-base-color-bg-danger-subtle\/40 {
  background-color: rgb(255 251 250 / 0.4);
}
.bg-base-color-bg-danger-subtle\/5 {
  background-color: rgb(255 251 250 / 0.05);
}
.bg-base-color-bg-danger-subtle\/50 {
  background-color: rgb(255 251 250 / 0.5);
}
.bg-base-color-bg-danger-subtle\/60 {
  background-color: rgb(255 251 250 / 0.6);
}
.bg-base-color-bg-danger-subtle\/70 {
  background-color: rgb(255 251 250 / 0.7);
}
.bg-base-color-bg-danger-subtle\/75 {
  background-color: rgb(255 251 250 / 0.75);
}
.bg-base-color-bg-danger-subtle\/80 {
  background-color: rgb(255 251 250 / 0.8);
}
.bg-base-color-bg-danger-subtle\/90 {
  background-color: rgb(255 251 250 / 0.9);
}
.bg-base-color-bg-danger-subtle\/95 {
  background-color: rgb(255 251 250 / 0.95);
}
.bg-base-color-bg-danger-subtle\/base-opacity-disabled {
  background-color: rgb(255 251 250 / 60%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-0 {
  background-color: rgb(255 251 250 / 0%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-10 {
  background-color: rgb(255 251 250 / 10%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-100 {
  background-color: rgb(255 251 250 / 100%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-20 {
  background-color: rgb(255 251 250 / 20%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-30 {
  background-color: rgb(255 251 250 / 30%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-40 {
  background-color: rgb(255 251 250 / 40%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-50 {
  background-color: rgb(255 251 250 / 50%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-60 {
  background-color: rgb(255 251 250 / 60%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-70 {
  background-color: rgb(255 251 250 / 70%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-80 {
  background-color: rgb(255 251 250 / 80%);
}
.bg-base-color-bg-danger-subtle\/core-opacity-90 {
  background-color: rgb(255 251 250 / 90%);
}
.bg-base-color-bg-danger\/0 {
  background-color: rgb(254 227 225 / 0);
}
.bg-base-color-bg-danger\/10 {
  background-color: rgb(254 227 225 / 0.1);
}
.bg-base-color-bg-danger\/100 {
  background-color: rgb(254 227 225 / 1);
}
.bg-base-color-bg-danger\/20 {
  background-color: rgb(254 227 225 / 0.2);
}
.bg-base-color-bg-danger\/25 {
  background-color: rgb(254 227 225 / 0.25);
}
.bg-base-color-bg-danger\/30 {
  background-color: rgb(254 227 225 / 0.3);
}
.bg-base-color-bg-danger\/40 {
  background-color: rgb(254 227 225 / 0.4);
}
.bg-base-color-bg-danger\/5 {
  background-color: rgb(254 227 225 / 0.05);
}
.bg-base-color-bg-danger\/50 {
  background-color: rgb(254 227 225 / 0.5);
}
.bg-base-color-bg-danger\/60 {
  background-color: rgb(254 227 225 / 0.6);
}
.bg-base-color-bg-danger\/70 {
  background-color: rgb(254 227 225 / 0.7);
}
.bg-base-color-bg-danger\/75 {
  background-color: rgb(254 227 225 / 0.75);
}
.bg-base-color-bg-danger\/80 {
  background-color: rgb(254 227 225 / 0.8);
}
.bg-base-color-bg-danger\/90 {
  background-color: rgb(254 227 225 / 0.9);
}
.bg-base-color-bg-danger\/95 {
  background-color: rgb(254 227 225 / 0.95);
}
.bg-base-color-bg-danger\/base-opacity-disabled {
  background-color: rgb(254 227 225 / 60%);
}
.bg-base-color-bg-danger\/core-opacity-0 {
  background-color: rgb(254 227 225 / 0%);
}
.bg-base-color-bg-danger\/core-opacity-10 {
  background-color: rgb(254 227 225 / 10%);
}
.bg-base-color-bg-danger\/core-opacity-100 {
  background-color: rgb(254 227 225 / 100%);
}
.bg-base-color-bg-danger\/core-opacity-20 {
  background-color: rgb(254 227 225 / 20%);
}
.bg-base-color-bg-danger\/core-opacity-30 {
  background-color: rgb(254 227 225 / 30%);
}
.bg-base-color-bg-danger\/core-opacity-40 {
  background-color: rgb(254 227 225 / 40%);
}
.bg-base-color-bg-danger\/core-opacity-50 {
  background-color: rgb(254 227 225 / 50%);
}
.bg-base-color-bg-danger\/core-opacity-60 {
  background-color: rgb(254 227 225 / 60%);
}
.bg-base-color-bg-danger\/core-opacity-70 {
  background-color: rgb(254 227 225 / 70%);
}
.bg-base-color-bg-danger\/core-opacity-80 {
  background-color: rgb(254 227 225 / 80%);
}
.bg-base-color-bg-danger\/core-opacity-90 {
  background-color: rgb(254 227 225 / 90%);
}
.bg-base-color-bg-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-base-color-bg-default\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-base-color-bg-default\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-base-color-bg-default\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-base-color-bg-default\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-base-color-bg-default\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-base-color-bg-default\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-base-color-bg-default\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-base-color-bg-default\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-base-color-bg-default\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-base-color-bg-default\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-base-color-bg-default\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-base-color-bg-default\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-base-color-bg-default\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-base-color-bg-default\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-base-color-bg-default\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-base-color-bg-default\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-base-color-bg-default\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-base-color-bg-default\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-base-color-bg-default\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-base-color-bg-default\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-base-color-bg-default\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-base-color-bg-default\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-base-color-bg-default\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-base-color-bg-default\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-base-color-bg-default\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-base-color-bg-default\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-base-color-bg-default\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-base-color-bg-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-base-color-bg-emphasis\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-base-color-bg-emphasis\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-base-color-bg-emphasis\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-base-color-bg-emphasis\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-base-color-bg-emphasis\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-base-color-bg-emphasis\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-base-color-bg-emphasis\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-base-color-bg-emphasis\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-base-color-bg-emphasis\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-base-color-bg-emphasis\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-base-color-bg-emphasis\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-base-color-bg-emphasis\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-base-color-bg-emphasis\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-base-color-bg-emphasis\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-base-color-bg-emphasis\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-base-color-bg-emphasis\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-base-color-bg-emphasis\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-base-color-bg-emphasis\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-base-color-bg-emphasis\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-base-color-bg-emphasis\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-base-color-bg-emphasis\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-base-color-bg-emphasis\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-base-color-bg-emphasis\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-base-color-bg-emphasis\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-base-color-bg-emphasis\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-base-color-bg-emphasis\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-base-color-bg-emphasis\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-base-color-bg-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-base-color-bg-muted\/0 {
  background-color: rgb(234 236 240 / 0);
}
.bg-base-color-bg-muted\/10 {
  background-color: rgb(234 236 240 / 0.1);
}
.bg-base-color-bg-muted\/100 {
  background-color: rgb(234 236 240 / 1);
}
.bg-base-color-bg-muted\/20 {
  background-color: rgb(234 236 240 / 0.2);
}
.bg-base-color-bg-muted\/25 {
  background-color: rgb(234 236 240 / 0.25);
}
.bg-base-color-bg-muted\/30 {
  background-color: rgb(234 236 240 / 0.3);
}
.bg-base-color-bg-muted\/40 {
  background-color: rgb(234 236 240 / 0.4);
}
.bg-base-color-bg-muted\/5 {
  background-color: rgb(234 236 240 / 0.05);
}
.bg-base-color-bg-muted\/50 {
  background-color: rgb(234 236 240 / 0.5);
}
.bg-base-color-bg-muted\/60 {
  background-color: rgb(234 236 240 / 0.6);
}
.bg-base-color-bg-muted\/70 {
  background-color: rgb(234 236 240 / 0.7);
}
.bg-base-color-bg-muted\/75 {
  background-color: rgb(234 236 240 / 0.75);
}
.bg-base-color-bg-muted\/80 {
  background-color: rgb(234 236 240 / 0.8);
}
.bg-base-color-bg-muted\/90 {
  background-color: rgb(234 236 240 / 0.9);
}
.bg-base-color-bg-muted\/95 {
  background-color: rgb(234 236 240 / 0.95);
}
.bg-base-color-bg-muted\/base-opacity-disabled {
  background-color: rgb(234 236 240 / 60%);
}
.bg-base-color-bg-muted\/core-opacity-0 {
  background-color: rgb(234 236 240 / 0%);
}
.bg-base-color-bg-muted\/core-opacity-10 {
  background-color: rgb(234 236 240 / 10%);
}
.bg-base-color-bg-muted\/core-opacity-100 {
  background-color: rgb(234 236 240 / 100%);
}
.bg-base-color-bg-muted\/core-opacity-20 {
  background-color: rgb(234 236 240 / 20%);
}
.bg-base-color-bg-muted\/core-opacity-30 {
  background-color: rgb(234 236 240 / 30%);
}
.bg-base-color-bg-muted\/core-opacity-40 {
  background-color: rgb(234 236 240 / 40%);
}
.bg-base-color-bg-muted\/core-opacity-50 {
  background-color: rgb(234 236 240 / 50%);
}
.bg-base-color-bg-muted\/core-opacity-60 {
  background-color: rgb(234 236 240 / 60%);
}
.bg-base-color-bg-muted\/core-opacity-70 {
  background-color: rgb(234 236 240 / 70%);
}
.bg-base-color-bg-muted\/core-opacity-80 {
  background-color: rgb(234 236 240 / 80%);
}
.bg-base-color-bg-muted\/core-opacity-90 {
  background-color: rgb(234 236 240 / 90%);
}
.bg-base-color-bg-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-base-color-bg-subtle\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-base-color-bg-subtle\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-base-color-bg-subtle\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-base-color-bg-subtle\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-base-color-bg-subtle\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-base-color-bg-subtle\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-base-color-bg-subtle\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-base-color-bg-subtle\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-base-color-bg-subtle\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-base-color-bg-subtle\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-base-color-bg-subtle\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-base-color-bg-subtle\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-base-color-bg-subtle\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-base-color-bg-subtle\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-base-color-bg-subtle\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-base-color-bg-subtle\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-base-color-bg-subtle\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-base-color-bg-subtle\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-base-color-bg-subtle\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-base-color-bg-subtle\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-base-color-bg-subtle\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-base-color-bg-subtle\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-base-color-bg-subtle\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-base-color-bg-subtle\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-base-color-bg-subtle\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-base-color-bg-subtle\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-base-color-bg-subtle\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-base-color-bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 223 / var(--tw-bg-opacity));
}
.bg-base-color-bg-success-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(18 181 105 / var(--tw-bg-opacity));
}
.bg-base-color-bg-success-emphasis\/0 {
  background-color: rgb(18 181 105 / 0);
}
.bg-base-color-bg-success-emphasis\/10 {
  background-color: rgb(18 181 105 / 0.1);
}
.bg-base-color-bg-success-emphasis\/100 {
  background-color: rgb(18 181 105 / 1);
}
.bg-base-color-bg-success-emphasis\/20 {
  background-color: rgb(18 181 105 / 0.2);
}
.bg-base-color-bg-success-emphasis\/25 {
  background-color: rgb(18 181 105 / 0.25);
}
.bg-base-color-bg-success-emphasis\/30 {
  background-color: rgb(18 181 105 / 0.3);
}
.bg-base-color-bg-success-emphasis\/40 {
  background-color: rgb(18 181 105 / 0.4);
}
.bg-base-color-bg-success-emphasis\/5 {
  background-color: rgb(18 181 105 / 0.05);
}
.bg-base-color-bg-success-emphasis\/50 {
  background-color: rgb(18 181 105 / 0.5);
}
.bg-base-color-bg-success-emphasis\/60 {
  background-color: rgb(18 181 105 / 0.6);
}
.bg-base-color-bg-success-emphasis\/70 {
  background-color: rgb(18 181 105 / 0.7);
}
.bg-base-color-bg-success-emphasis\/75 {
  background-color: rgb(18 181 105 / 0.75);
}
.bg-base-color-bg-success-emphasis\/80 {
  background-color: rgb(18 181 105 / 0.8);
}
.bg-base-color-bg-success-emphasis\/90 {
  background-color: rgb(18 181 105 / 0.9);
}
.bg-base-color-bg-success-emphasis\/95 {
  background-color: rgb(18 181 105 / 0.95);
}
.bg-base-color-bg-success-emphasis\/base-opacity-disabled {
  background-color: rgb(18 181 105 / 60%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-0 {
  background-color: rgb(18 181 105 / 0%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-10 {
  background-color: rgb(18 181 105 / 10%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-100 {
  background-color: rgb(18 181 105 / 100%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-20 {
  background-color: rgb(18 181 105 / 20%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-30 {
  background-color: rgb(18 181 105 / 30%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-40 {
  background-color: rgb(18 181 105 / 40%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-50 {
  background-color: rgb(18 181 105 / 50%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-60 {
  background-color: rgb(18 181 105 / 60%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-70 {
  background-color: rgb(18 181 105 / 70%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-80 {
  background-color: rgb(18 181 105 / 80%);
}
.bg-base-color-bg-success-emphasis\/core-opacity-90 {
  background-color: rgb(18 181 105 / 90%);
}
.bg-base-color-bg-success-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 249 / var(--tw-bg-opacity));
}
.bg-base-color-bg-success-subtle\/0 {
  background-color: rgb(246 254 249 / 0);
}
.bg-base-color-bg-success-subtle\/10 {
  background-color: rgb(246 254 249 / 0.1);
}
.bg-base-color-bg-success-subtle\/100 {
  background-color: rgb(246 254 249 / 1);
}
.bg-base-color-bg-success-subtle\/20 {
  background-color: rgb(246 254 249 / 0.2);
}
.bg-base-color-bg-success-subtle\/25 {
  background-color: rgb(246 254 249 / 0.25);
}
.bg-base-color-bg-success-subtle\/30 {
  background-color: rgb(246 254 249 / 0.3);
}
.bg-base-color-bg-success-subtle\/40 {
  background-color: rgb(246 254 249 / 0.4);
}
.bg-base-color-bg-success-subtle\/5 {
  background-color: rgb(246 254 249 / 0.05);
}
.bg-base-color-bg-success-subtle\/50 {
  background-color: rgb(246 254 249 / 0.5);
}
.bg-base-color-bg-success-subtle\/60 {
  background-color: rgb(246 254 249 / 0.6);
}
.bg-base-color-bg-success-subtle\/70 {
  background-color: rgb(246 254 249 / 0.7);
}
.bg-base-color-bg-success-subtle\/75 {
  background-color: rgb(246 254 249 / 0.75);
}
.bg-base-color-bg-success-subtle\/80 {
  background-color: rgb(246 254 249 / 0.8);
}
.bg-base-color-bg-success-subtle\/90 {
  background-color: rgb(246 254 249 / 0.9);
}
.bg-base-color-bg-success-subtle\/95 {
  background-color: rgb(246 254 249 / 0.95);
}
.bg-base-color-bg-success-subtle\/base-opacity-disabled {
  background-color: rgb(246 254 249 / 60%);
}
.bg-base-color-bg-success-subtle\/core-opacity-0 {
  background-color: rgb(246 254 249 / 0%);
}
.bg-base-color-bg-success-subtle\/core-opacity-10 {
  background-color: rgb(246 254 249 / 10%);
}
.bg-base-color-bg-success-subtle\/core-opacity-100 {
  background-color: rgb(246 254 249 / 100%);
}
.bg-base-color-bg-success-subtle\/core-opacity-20 {
  background-color: rgb(246 254 249 / 20%);
}
.bg-base-color-bg-success-subtle\/core-opacity-30 {
  background-color: rgb(246 254 249 / 30%);
}
.bg-base-color-bg-success-subtle\/core-opacity-40 {
  background-color: rgb(246 254 249 / 40%);
}
.bg-base-color-bg-success-subtle\/core-opacity-50 {
  background-color: rgb(246 254 249 / 50%);
}
.bg-base-color-bg-success-subtle\/core-opacity-60 {
  background-color: rgb(246 254 249 / 60%);
}
.bg-base-color-bg-success-subtle\/core-opacity-70 {
  background-color: rgb(246 254 249 / 70%);
}
.bg-base-color-bg-success-subtle\/core-opacity-80 {
  background-color: rgb(246 254 249 / 80%);
}
.bg-base-color-bg-success-subtle\/core-opacity-90 {
  background-color: rgb(246 254 249 / 90%);
}
.bg-base-color-bg-success\/0 {
  background-color: rgb(209 250 223 / 0);
}
.bg-base-color-bg-success\/10 {
  background-color: rgb(209 250 223 / 0.1);
}
.bg-base-color-bg-success\/100 {
  background-color: rgb(209 250 223 / 1);
}
.bg-base-color-bg-success\/20 {
  background-color: rgb(209 250 223 / 0.2);
}
.bg-base-color-bg-success\/25 {
  background-color: rgb(209 250 223 / 0.25);
}
.bg-base-color-bg-success\/30 {
  background-color: rgb(209 250 223 / 0.3);
}
.bg-base-color-bg-success\/40 {
  background-color: rgb(209 250 223 / 0.4);
}
.bg-base-color-bg-success\/5 {
  background-color: rgb(209 250 223 / 0.05);
}
.bg-base-color-bg-success\/50 {
  background-color: rgb(209 250 223 / 0.5);
}
.bg-base-color-bg-success\/60 {
  background-color: rgb(209 250 223 / 0.6);
}
.bg-base-color-bg-success\/70 {
  background-color: rgb(209 250 223 / 0.7);
}
.bg-base-color-bg-success\/75 {
  background-color: rgb(209 250 223 / 0.75);
}
.bg-base-color-bg-success\/80 {
  background-color: rgb(209 250 223 / 0.8);
}
.bg-base-color-bg-success\/90 {
  background-color: rgb(209 250 223 / 0.9);
}
.bg-base-color-bg-success\/95 {
  background-color: rgb(209 250 223 / 0.95);
}
.bg-base-color-bg-success\/base-opacity-disabled {
  background-color: rgb(209 250 223 / 60%);
}
.bg-base-color-bg-success\/core-opacity-0 {
  background-color: rgb(209 250 223 / 0%);
}
.bg-base-color-bg-success\/core-opacity-10 {
  background-color: rgb(209 250 223 / 10%);
}
.bg-base-color-bg-success\/core-opacity-100 {
  background-color: rgb(209 250 223 / 100%);
}
.bg-base-color-bg-success\/core-opacity-20 {
  background-color: rgb(209 250 223 / 20%);
}
.bg-base-color-bg-success\/core-opacity-30 {
  background-color: rgb(209 250 223 / 30%);
}
.bg-base-color-bg-success\/core-opacity-40 {
  background-color: rgb(209 250 223 / 40%);
}
.bg-base-color-bg-success\/core-opacity-50 {
  background-color: rgb(209 250 223 / 50%);
}
.bg-base-color-bg-success\/core-opacity-60 {
  background-color: rgb(209 250 223 / 60%);
}
.bg-base-color-bg-success\/core-opacity-70 {
  background-color: rgb(209 250 223 / 70%);
}
.bg-base-color-bg-success\/core-opacity-80 {
  background-color: rgb(209 250 223 / 80%);
}
.bg-base-color-bg-success\/core-opacity-90 {
  background-color: rgb(209 250 223 / 90%);
}
.bg-base-color-bg-transparent {
  background-color: #00000000;
}
.bg-base-color-bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-base-color-bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-base-color-bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-base-color-bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-base-color-bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-base-color-bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-base-color-bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-base-color-bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-base-color-bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-base-color-bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-base-color-bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-base-color-bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-base-color-bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-base-color-bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-base-color-bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-base-color-bg-transparent\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-bg-transparent\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-base-color-bg-transparent\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-base-color-bg-transparent\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-base-color-bg-transparent\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-base-color-bg-transparent\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-base-color-bg-transparent\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-base-color-bg-transparent\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-base-color-bg-transparent\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-bg-transparent\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-base-color-bg-transparent\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-base-color-bg-transparent\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-base-color-border-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 255 / var(--tw-bg-opacity));
}
.bg-base-color-border-accent-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity));
}
.bg-base-color-border-accent-emphasis\/0 {
  background-color: rgb(21 94 239 / 0);
}
.bg-base-color-border-accent-emphasis\/10 {
  background-color: rgb(21 94 239 / 0.1);
}
.bg-base-color-border-accent-emphasis\/100 {
  background-color: rgb(21 94 239 / 1);
}
.bg-base-color-border-accent-emphasis\/20 {
  background-color: rgb(21 94 239 / 0.2);
}
.bg-base-color-border-accent-emphasis\/25 {
  background-color: rgb(21 94 239 / 0.25);
}
.bg-base-color-border-accent-emphasis\/30 {
  background-color: rgb(21 94 239 / 0.3);
}
.bg-base-color-border-accent-emphasis\/40 {
  background-color: rgb(21 94 239 / 0.4);
}
.bg-base-color-border-accent-emphasis\/5 {
  background-color: rgb(21 94 239 / 0.05);
}
.bg-base-color-border-accent-emphasis\/50 {
  background-color: rgb(21 94 239 / 0.5);
}
.bg-base-color-border-accent-emphasis\/60 {
  background-color: rgb(21 94 239 / 0.6);
}
.bg-base-color-border-accent-emphasis\/70 {
  background-color: rgb(21 94 239 / 0.7);
}
.bg-base-color-border-accent-emphasis\/75 {
  background-color: rgb(21 94 239 / 0.75);
}
.bg-base-color-border-accent-emphasis\/80 {
  background-color: rgb(21 94 239 / 0.8);
}
.bg-base-color-border-accent-emphasis\/90 {
  background-color: rgb(21 94 239 / 0.9);
}
.bg-base-color-border-accent-emphasis\/95 {
  background-color: rgb(21 94 239 / 0.95);
}
.bg-base-color-border-accent-emphasis\/base-opacity-disabled {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-0 {
  background-color: rgb(21 94 239 / 0%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-10 {
  background-color: rgb(21 94 239 / 10%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-100 {
  background-color: rgb(21 94 239 / 100%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-20 {
  background-color: rgb(21 94 239 / 20%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-30 {
  background-color: rgb(21 94 239 / 30%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-40 {
  background-color: rgb(21 94 239 / 40%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-50 {
  background-color: rgb(21 94 239 / 50%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-60 {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-70 {
  background-color: rgb(21 94 239 / 70%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-80 {
  background-color: rgb(21 94 239 / 80%);
}
.bg-base-color-border-accent-emphasis\/core-opacity-90 {
  background-color: rgb(21 94 239 / 90%);
}
.bg-base-color-border-accent\/0 {
  background-color: rgb(209 224 255 / 0);
}
.bg-base-color-border-accent\/10 {
  background-color: rgb(209 224 255 / 0.1);
}
.bg-base-color-border-accent\/100 {
  background-color: rgb(209 224 255 / 1);
}
.bg-base-color-border-accent\/20 {
  background-color: rgb(209 224 255 / 0.2);
}
.bg-base-color-border-accent\/25 {
  background-color: rgb(209 224 255 / 0.25);
}
.bg-base-color-border-accent\/30 {
  background-color: rgb(209 224 255 / 0.3);
}
.bg-base-color-border-accent\/40 {
  background-color: rgb(209 224 255 / 0.4);
}
.bg-base-color-border-accent\/5 {
  background-color: rgb(209 224 255 / 0.05);
}
.bg-base-color-border-accent\/50 {
  background-color: rgb(209 224 255 / 0.5);
}
.bg-base-color-border-accent\/60 {
  background-color: rgb(209 224 255 / 0.6);
}
.bg-base-color-border-accent\/70 {
  background-color: rgb(209 224 255 / 0.7);
}
.bg-base-color-border-accent\/75 {
  background-color: rgb(209 224 255 / 0.75);
}
.bg-base-color-border-accent\/80 {
  background-color: rgb(209 224 255 / 0.8);
}
.bg-base-color-border-accent\/90 {
  background-color: rgb(209 224 255 / 0.9);
}
.bg-base-color-border-accent\/95 {
  background-color: rgb(209 224 255 / 0.95);
}
.bg-base-color-border-accent\/base-opacity-disabled {
  background-color: rgb(209 224 255 / 60%);
}
.bg-base-color-border-accent\/core-opacity-0 {
  background-color: rgb(209 224 255 / 0%);
}
.bg-base-color-border-accent\/core-opacity-10 {
  background-color: rgb(209 224 255 / 10%);
}
.bg-base-color-border-accent\/core-opacity-100 {
  background-color: rgb(209 224 255 / 100%);
}
.bg-base-color-border-accent\/core-opacity-20 {
  background-color: rgb(209 224 255 / 20%);
}
.bg-base-color-border-accent\/core-opacity-30 {
  background-color: rgb(209 224 255 / 30%);
}
.bg-base-color-border-accent\/core-opacity-40 {
  background-color: rgb(209 224 255 / 40%);
}
.bg-base-color-border-accent\/core-opacity-50 {
  background-color: rgb(209 224 255 / 50%);
}
.bg-base-color-border-accent\/core-opacity-60 {
  background-color: rgb(209 224 255 / 60%);
}
.bg-base-color-border-accent\/core-opacity-70 {
  background-color: rgb(209 224 255 / 70%);
}
.bg-base-color-border-accent\/core-opacity-80 {
  background-color: rgb(209 224 255 / 80%);
}
.bg-base-color-border-accent\/core-opacity-90 {
  background-color: rgb(209 224 255 / 90%);
}
.bg-base-color-border-attention {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 200 / var(--tw-bg-opacity));
}
.bg-base-color-border-attention-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(221 105 3 / var(--tw-bg-opacity));
}
.bg-base-color-border-attention-emphasis\/0 {
  background-color: rgb(221 105 3 / 0);
}
.bg-base-color-border-attention-emphasis\/10 {
  background-color: rgb(221 105 3 / 0.1);
}
.bg-base-color-border-attention-emphasis\/100 {
  background-color: rgb(221 105 3 / 1);
}
.bg-base-color-border-attention-emphasis\/20 {
  background-color: rgb(221 105 3 / 0.2);
}
.bg-base-color-border-attention-emphasis\/25 {
  background-color: rgb(221 105 3 / 0.25);
}
.bg-base-color-border-attention-emphasis\/30 {
  background-color: rgb(221 105 3 / 0.3);
}
.bg-base-color-border-attention-emphasis\/40 {
  background-color: rgb(221 105 3 / 0.4);
}
.bg-base-color-border-attention-emphasis\/5 {
  background-color: rgb(221 105 3 / 0.05);
}
.bg-base-color-border-attention-emphasis\/50 {
  background-color: rgb(221 105 3 / 0.5);
}
.bg-base-color-border-attention-emphasis\/60 {
  background-color: rgb(221 105 3 / 0.6);
}
.bg-base-color-border-attention-emphasis\/70 {
  background-color: rgb(221 105 3 / 0.7);
}
.bg-base-color-border-attention-emphasis\/75 {
  background-color: rgb(221 105 3 / 0.75);
}
.bg-base-color-border-attention-emphasis\/80 {
  background-color: rgb(221 105 3 / 0.8);
}
.bg-base-color-border-attention-emphasis\/90 {
  background-color: rgb(221 105 3 / 0.9);
}
.bg-base-color-border-attention-emphasis\/95 {
  background-color: rgb(221 105 3 / 0.95);
}
.bg-base-color-border-attention-emphasis\/base-opacity-disabled {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-0 {
  background-color: rgb(221 105 3 / 0%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-10 {
  background-color: rgb(221 105 3 / 10%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-100 {
  background-color: rgb(221 105 3 / 100%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-20 {
  background-color: rgb(221 105 3 / 20%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-30 {
  background-color: rgb(221 105 3 / 30%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-40 {
  background-color: rgb(221 105 3 / 40%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-50 {
  background-color: rgb(221 105 3 / 50%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-60 {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-70 {
  background-color: rgb(221 105 3 / 70%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-80 {
  background-color: rgb(221 105 3 / 80%);
}
.bg-base-color-border-attention-emphasis\/core-opacity-90 {
  background-color: rgb(221 105 3 / 90%);
}
.bg-base-color-border-attention\/0 {
  background-color: rgb(254 240 200 / 0);
}
.bg-base-color-border-attention\/10 {
  background-color: rgb(254 240 200 / 0.1);
}
.bg-base-color-border-attention\/100 {
  background-color: rgb(254 240 200 / 1);
}
.bg-base-color-border-attention\/20 {
  background-color: rgb(254 240 200 / 0.2);
}
.bg-base-color-border-attention\/25 {
  background-color: rgb(254 240 200 / 0.25);
}
.bg-base-color-border-attention\/30 {
  background-color: rgb(254 240 200 / 0.3);
}
.bg-base-color-border-attention\/40 {
  background-color: rgb(254 240 200 / 0.4);
}
.bg-base-color-border-attention\/5 {
  background-color: rgb(254 240 200 / 0.05);
}
.bg-base-color-border-attention\/50 {
  background-color: rgb(254 240 200 / 0.5);
}
.bg-base-color-border-attention\/60 {
  background-color: rgb(254 240 200 / 0.6);
}
.bg-base-color-border-attention\/70 {
  background-color: rgb(254 240 200 / 0.7);
}
.bg-base-color-border-attention\/75 {
  background-color: rgb(254 240 200 / 0.75);
}
.bg-base-color-border-attention\/80 {
  background-color: rgb(254 240 200 / 0.8);
}
.bg-base-color-border-attention\/90 {
  background-color: rgb(254 240 200 / 0.9);
}
.bg-base-color-border-attention\/95 {
  background-color: rgb(254 240 200 / 0.95);
}
.bg-base-color-border-attention\/base-opacity-disabled {
  background-color: rgb(254 240 200 / 60%);
}
.bg-base-color-border-attention\/core-opacity-0 {
  background-color: rgb(254 240 200 / 0%);
}
.bg-base-color-border-attention\/core-opacity-10 {
  background-color: rgb(254 240 200 / 10%);
}
.bg-base-color-border-attention\/core-opacity-100 {
  background-color: rgb(254 240 200 / 100%);
}
.bg-base-color-border-attention\/core-opacity-20 {
  background-color: rgb(254 240 200 / 20%);
}
.bg-base-color-border-attention\/core-opacity-30 {
  background-color: rgb(254 240 200 / 30%);
}
.bg-base-color-border-attention\/core-opacity-40 {
  background-color: rgb(254 240 200 / 40%);
}
.bg-base-color-border-attention\/core-opacity-50 {
  background-color: rgb(254 240 200 / 50%);
}
.bg-base-color-border-attention\/core-opacity-60 {
  background-color: rgb(254 240 200 / 60%);
}
.bg-base-color-border-attention\/core-opacity-70 {
  background-color: rgb(254 240 200 / 70%);
}
.bg-base-color-border-attention\/core-opacity-80 {
  background-color: rgb(254 240 200 / 80%);
}
.bg-base-color-border-attention\/core-opacity-90 {
  background-color: rgb(254 240 200 / 90%);
}
.bg-base-color-border-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 249 / var(--tw-bg-opacity));
}
.bg-base-color-border-brand-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-base-color-border-brand-emphasis\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-base-color-border-brand-emphasis\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-base-color-border-brand-emphasis\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-base-color-border-brand-emphasis\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-base-color-border-brand-emphasis\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-base-color-border-brand-emphasis\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-base-color-border-brand-emphasis\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-base-color-border-brand-emphasis\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-base-color-border-brand-emphasis\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-base-color-border-brand-emphasis\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-base-color-border-brand-emphasis\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-base-color-border-brand-emphasis\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-base-color-border-brand-emphasis\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-base-color-border-brand-emphasis\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-base-color-border-brand-emphasis\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-base-color-border-brand-emphasis\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-base-color-border-brand-emphasis\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-base-color-border-brand\/0 {
  background-color: rgb(205 214 249 / 0);
}
.bg-base-color-border-brand\/10 {
  background-color: rgb(205 214 249 / 0.1);
}
.bg-base-color-border-brand\/100 {
  background-color: rgb(205 214 249 / 1);
}
.bg-base-color-border-brand\/20 {
  background-color: rgb(205 214 249 / 0.2);
}
.bg-base-color-border-brand\/25 {
  background-color: rgb(205 214 249 / 0.25);
}
.bg-base-color-border-brand\/30 {
  background-color: rgb(205 214 249 / 0.3);
}
.bg-base-color-border-brand\/40 {
  background-color: rgb(205 214 249 / 0.4);
}
.bg-base-color-border-brand\/5 {
  background-color: rgb(205 214 249 / 0.05);
}
.bg-base-color-border-brand\/50 {
  background-color: rgb(205 214 249 / 0.5);
}
.bg-base-color-border-brand\/60 {
  background-color: rgb(205 214 249 / 0.6);
}
.bg-base-color-border-brand\/70 {
  background-color: rgb(205 214 249 / 0.7);
}
.bg-base-color-border-brand\/75 {
  background-color: rgb(205 214 249 / 0.75);
}
.bg-base-color-border-brand\/80 {
  background-color: rgb(205 214 249 / 0.8);
}
.bg-base-color-border-brand\/90 {
  background-color: rgb(205 214 249 / 0.9);
}
.bg-base-color-border-brand\/95 {
  background-color: rgb(205 214 249 / 0.95);
}
.bg-base-color-border-brand\/base-opacity-disabled {
  background-color: rgb(205 214 249 / 60%);
}
.bg-base-color-border-brand\/core-opacity-0 {
  background-color: rgb(205 214 249 / 0%);
}
.bg-base-color-border-brand\/core-opacity-10 {
  background-color: rgb(205 214 249 / 10%);
}
.bg-base-color-border-brand\/core-opacity-100 {
  background-color: rgb(205 214 249 / 100%);
}
.bg-base-color-border-brand\/core-opacity-20 {
  background-color: rgb(205 214 249 / 20%);
}
.bg-base-color-border-brand\/core-opacity-30 {
  background-color: rgb(205 214 249 / 30%);
}
.bg-base-color-border-brand\/core-opacity-40 {
  background-color: rgb(205 214 249 / 40%);
}
.bg-base-color-border-brand\/core-opacity-50 {
  background-color: rgb(205 214 249 / 50%);
}
.bg-base-color-border-brand\/core-opacity-60 {
  background-color: rgb(205 214 249 / 60%);
}
.bg-base-color-border-brand\/core-opacity-70 {
  background-color: rgb(205 214 249 / 70%);
}
.bg-base-color-border-brand\/core-opacity-80 {
  background-color: rgb(205 214 249 / 80%);
}
.bg-base-color-border-brand\/core-opacity-90 {
  background-color: rgb(205 214 249 / 90%);
}
.bg-base-color-border-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(254 227 225 / var(--tw-bg-opacity));
}
.bg-base-color-border-danger-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-base-color-border-danger-emphasis\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-base-color-border-danger-emphasis\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-base-color-border-danger-emphasis\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-base-color-border-danger-emphasis\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-base-color-border-danger-emphasis\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-base-color-border-danger-emphasis\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-base-color-border-danger-emphasis\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-base-color-border-danger-emphasis\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-base-color-border-danger-emphasis\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-base-color-border-danger-emphasis\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-base-color-border-danger-emphasis\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-base-color-border-danger-emphasis\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-base-color-border-danger-emphasis\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-base-color-border-danger-emphasis\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-base-color-border-danger-emphasis\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-base-color-border-danger-emphasis\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-base-color-border-danger-emphasis\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-base-color-border-danger\/0 {
  background-color: rgb(254 227 225 / 0);
}
.bg-base-color-border-danger\/10 {
  background-color: rgb(254 227 225 / 0.1);
}
.bg-base-color-border-danger\/100 {
  background-color: rgb(254 227 225 / 1);
}
.bg-base-color-border-danger\/20 {
  background-color: rgb(254 227 225 / 0.2);
}
.bg-base-color-border-danger\/25 {
  background-color: rgb(254 227 225 / 0.25);
}
.bg-base-color-border-danger\/30 {
  background-color: rgb(254 227 225 / 0.3);
}
.bg-base-color-border-danger\/40 {
  background-color: rgb(254 227 225 / 0.4);
}
.bg-base-color-border-danger\/5 {
  background-color: rgb(254 227 225 / 0.05);
}
.bg-base-color-border-danger\/50 {
  background-color: rgb(254 227 225 / 0.5);
}
.bg-base-color-border-danger\/60 {
  background-color: rgb(254 227 225 / 0.6);
}
.bg-base-color-border-danger\/70 {
  background-color: rgb(254 227 225 / 0.7);
}
.bg-base-color-border-danger\/75 {
  background-color: rgb(254 227 225 / 0.75);
}
.bg-base-color-border-danger\/80 {
  background-color: rgb(254 227 225 / 0.8);
}
.bg-base-color-border-danger\/90 {
  background-color: rgb(254 227 225 / 0.9);
}
.bg-base-color-border-danger\/95 {
  background-color: rgb(254 227 225 / 0.95);
}
.bg-base-color-border-danger\/base-opacity-disabled {
  background-color: rgb(254 227 225 / 60%);
}
.bg-base-color-border-danger\/core-opacity-0 {
  background-color: rgb(254 227 225 / 0%);
}
.bg-base-color-border-danger\/core-opacity-10 {
  background-color: rgb(254 227 225 / 10%);
}
.bg-base-color-border-danger\/core-opacity-100 {
  background-color: rgb(254 227 225 / 100%);
}
.bg-base-color-border-danger\/core-opacity-20 {
  background-color: rgb(254 227 225 / 20%);
}
.bg-base-color-border-danger\/core-opacity-30 {
  background-color: rgb(254 227 225 / 30%);
}
.bg-base-color-border-danger\/core-opacity-40 {
  background-color: rgb(254 227 225 / 40%);
}
.bg-base-color-border-danger\/core-opacity-50 {
  background-color: rgb(254 227 225 / 50%);
}
.bg-base-color-border-danger\/core-opacity-60 {
  background-color: rgb(254 227 225 / 60%);
}
.bg-base-color-border-danger\/core-opacity-70 {
  background-color: rgb(254 227 225 / 70%);
}
.bg-base-color-border-danger\/core-opacity-80 {
  background-color: rgb(254 227 225 / 80%);
}
.bg-base-color-border-danger\/core-opacity-90 {
  background-color: rgb(254 227 225 / 90%);
}
.bg-base-color-border-default {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-base-color-border-default\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-base-color-border-default\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-base-color-border-default\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-base-color-border-default\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-base-color-border-default\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-base-color-border-default\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-base-color-border-default\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-base-color-border-default\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-base-color-border-default\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-base-color-border-default\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-base-color-border-default\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-base-color-border-default\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-base-color-border-default\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-base-color-border-default\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-base-color-border-default\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-base-color-border-default\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-base-color-border-default\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-base-color-border-default\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-base-color-border-default\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-base-color-border-default\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-base-color-border-default\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-base-color-border-default\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-base-color-border-default\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-base-color-border-default\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-base-color-border-default\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-base-color-border-default\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-base-color-border-default\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-base-color-border-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-base-color-border-subtle\/0 {
  background-color: rgb(234 236 240 / 0);
}
.bg-base-color-border-subtle\/10 {
  background-color: rgb(234 236 240 / 0.1);
}
.bg-base-color-border-subtle\/100 {
  background-color: rgb(234 236 240 / 1);
}
.bg-base-color-border-subtle\/20 {
  background-color: rgb(234 236 240 / 0.2);
}
.bg-base-color-border-subtle\/25 {
  background-color: rgb(234 236 240 / 0.25);
}
.bg-base-color-border-subtle\/30 {
  background-color: rgb(234 236 240 / 0.3);
}
.bg-base-color-border-subtle\/40 {
  background-color: rgb(234 236 240 / 0.4);
}
.bg-base-color-border-subtle\/5 {
  background-color: rgb(234 236 240 / 0.05);
}
.bg-base-color-border-subtle\/50 {
  background-color: rgb(234 236 240 / 0.5);
}
.bg-base-color-border-subtle\/60 {
  background-color: rgb(234 236 240 / 0.6);
}
.bg-base-color-border-subtle\/70 {
  background-color: rgb(234 236 240 / 0.7);
}
.bg-base-color-border-subtle\/75 {
  background-color: rgb(234 236 240 / 0.75);
}
.bg-base-color-border-subtle\/80 {
  background-color: rgb(234 236 240 / 0.8);
}
.bg-base-color-border-subtle\/90 {
  background-color: rgb(234 236 240 / 0.9);
}
.bg-base-color-border-subtle\/95 {
  background-color: rgb(234 236 240 / 0.95);
}
.bg-base-color-border-subtle\/base-opacity-disabled {
  background-color: rgb(234 236 240 / 60%);
}
.bg-base-color-border-subtle\/core-opacity-0 {
  background-color: rgb(234 236 240 / 0%);
}
.bg-base-color-border-subtle\/core-opacity-10 {
  background-color: rgb(234 236 240 / 10%);
}
.bg-base-color-border-subtle\/core-opacity-100 {
  background-color: rgb(234 236 240 / 100%);
}
.bg-base-color-border-subtle\/core-opacity-20 {
  background-color: rgb(234 236 240 / 20%);
}
.bg-base-color-border-subtle\/core-opacity-30 {
  background-color: rgb(234 236 240 / 30%);
}
.bg-base-color-border-subtle\/core-opacity-40 {
  background-color: rgb(234 236 240 / 40%);
}
.bg-base-color-border-subtle\/core-opacity-50 {
  background-color: rgb(234 236 240 / 50%);
}
.bg-base-color-border-subtle\/core-opacity-60 {
  background-color: rgb(234 236 240 / 60%);
}
.bg-base-color-border-subtle\/core-opacity-70 {
  background-color: rgb(234 236 240 / 70%);
}
.bg-base-color-border-subtle\/core-opacity-80 {
  background-color: rgb(234 236 240 / 80%);
}
.bg-base-color-border-subtle\/core-opacity-90 {
  background-color: rgb(234 236 240 / 90%);
}
.bg-base-color-border-success {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 223 / var(--tw-bg-opacity));
}
.bg-base-color-border-success-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(18 181 105 / var(--tw-bg-opacity));
}
.bg-base-color-border-success-emphasis\/0 {
  background-color: rgb(18 181 105 / 0);
}
.bg-base-color-border-success-emphasis\/10 {
  background-color: rgb(18 181 105 / 0.1);
}
.bg-base-color-border-success-emphasis\/100 {
  background-color: rgb(18 181 105 / 1);
}
.bg-base-color-border-success-emphasis\/20 {
  background-color: rgb(18 181 105 / 0.2);
}
.bg-base-color-border-success-emphasis\/25 {
  background-color: rgb(18 181 105 / 0.25);
}
.bg-base-color-border-success-emphasis\/30 {
  background-color: rgb(18 181 105 / 0.3);
}
.bg-base-color-border-success-emphasis\/40 {
  background-color: rgb(18 181 105 / 0.4);
}
.bg-base-color-border-success-emphasis\/5 {
  background-color: rgb(18 181 105 / 0.05);
}
.bg-base-color-border-success-emphasis\/50 {
  background-color: rgb(18 181 105 / 0.5);
}
.bg-base-color-border-success-emphasis\/60 {
  background-color: rgb(18 181 105 / 0.6);
}
.bg-base-color-border-success-emphasis\/70 {
  background-color: rgb(18 181 105 / 0.7);
}
.bg-base-color-border-success-emphasis\/75 {
  background-color: rgb(18 181 105 / 0.75);
}
.bg-base-color-border-success-emphasis\/80 {
  background-color: rgb(18 181 105 / 0.8);
}
.bg-base-color-border-success-emphasis\/90 {
  background-color: rgb(18 181 105 / 0.9);
}
.bg-base-color-border-success-emphasis\/95 {
  background-color: rgb(18 181 105 / 0.95);
}
.bg-base-color-border-success-emphasis\/base-opacity-disabled {
  background-color: rgb(18 181 105 / 60%);
}
.bg-base-color-border-success-emphasis\/core-opacity-0 {
  background-color: rgb(18 181 105 / 0%);
}
.bg-base-color-border-success-emphasis\/core-opacity-10 {
  background-color: rgb(18 181 105 / 10%);
}
.bg-base-color-border-success-emphasis\/core-opacity-100 {
  background-color: rgb(18 181 105 / 100%);
}
.bg-base-color-border-success-emphasis\/core-opacity-20 {
  background-color: rgb(18 181 105 / 20%);
}
.bg-base-color-border-success-emphasis\/core-opacity-30 {
  background-color: rgb(18 181 105 / 30%);
}
.bg-base-color-border-success-emphasis\/core-opacity-40 {
  background-color: rgb(18 181 105 / 40%);
}
.bg-base-color-border-success-emphasis\/core-opacity-50 {
  background-color: rgb(18 181 105 / 50%);
}
.bg-base-color-border-success-emphasis\/core-opacity-60 {
  background-color: rgb(18 181 105 / 60%);
}
.bg-base-color-border-success-emphasis\/core-opacity-70 {
  background-color: rgb(18 181 105 / 70%);
}
.bg-base-color-border-success-emphasis\/core-opacity-80 {
  background-color: rgb(18 181 105 / 80%);
}
.bg-base-color-border-success-emphasis\/core-opacity-90 {
  background-color: rgb(18 181 105 / 90%);
}
.bg-base-color-border-success\/0 {
  background-color: rgb(209 250 223 / 0);
}
.bg-base-color-border-success\/10 {
  background-color: rgb(209 250 223 / 0.1);
}
.bg-base-color-border-success\/100 {
  background-color: rgb(209 250 223 / 1);
}
.bg-base-color-border-success\/20 {
  background-color: rgb(209 250 223 / 0.2);
}
.bg-base-color-border-success\/25 {
  background-color: rgb(209 250 223 / 0.25);
}
.bg-base-color-border-success\/30 {
  background-color: rgb(209 250 223 / 0.3);
}
.bg-base-color-border-success\/40 {
  background-color: rgb(209 250 223 / 0.4);
}
.bg-base-color-border-success\/5 {
  background-color: rgb(209 250 223 / 0.05);
}
.bg-base-color-border-success\/50 {
  background-color: rgb(209 250 223 / 0.5);
}
.bg-base-color-border-success\/60 {
  background-color: rgb(209 250 223 / 0.6);
}
.bg-base-color-border-success\/70 {
  background-color: rgb(209 250 223 / 0.7);
}
.bg-base-color-border-success\/75 {
  background-color: rgb(209 250 223 / 0.75);
}
.bg-base-color-border-success\/80 {
  background-color: rgb(209 250 223 / 0.8);
}
.bg-base-color-border-success\/90 {
  background-color: rgb(209 250 223 / 0.9);
}
.bg-base-color-border-success\/95 {
  background-color: rgb(209 250 223 / 0.95);
}
.bg-base-color-border-success\/base-opacity-disabled {
  background-color: rgb(209 250 223 / 60%);
}
.bg-base-color-border-success\/core-opacity-0 {
  background-color: rgb(209 250 223 / 0%);
}
.bg-base-color-border-success\/core-opacity-10 {
  background-color: rgb(209 250 223 / 10%);
}
.bg-base-color-border-success\/core-opacity-100 {
  background-color: rgb(209 250 223 / 100%);
}
.bg-base-color-border-success\/core-opacity-20 {
  background-color: rgb(209 250 223 / 20%);
}
.bg-base-color-border-success\/core-opacity-30 {
  background-color: rgb(209 250 223 / 30%);
}
.bg-base-color-border-success\/core-opacity-40 {
  background-color: rgb(209 250 223 / 40%);
}
.bg-base-color-border-success\/core-opacity-50 {
  background-color: rgb(209 250 223 / 50%);
}
.bg-base-color-border-success\/core-opacity-60 {
  background-color: rgb(209 250 223 / 60%);
}
.bg-base-color-border-success\/core-opacity-70 {
  background-color: rgb(209 250 223 / 70%);
}
.bg-base-color-border-success\/core-opacity-80 {
  background-color: rgb(209 250 223 / 80%);
}
.bg-base-color-border-success\/core-opacity-90 {
  background-color: rgb(209 250 223 / 90%);
}
.bg-base-color-border-transparent {
  background-color: #00000000;
}
.bg-base-color-border-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-base-color-border-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-base-color-border-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-base-color-border-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-base-color-border-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-base-color-border-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-base-color-border-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-base-color-border-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-base-color-border-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-base-color-border-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-base-color-border-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-base-color-border-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-base-color-border-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-base-color-border-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-base-color-border-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-base-color-border-transparent\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-border-transparent\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-base-color-border-transparent\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-base-color-border-transparent\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-base-color-border-transparent\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-base-color-border-transparent\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-base-color-border-transparent\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-base-color-border-transparent\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-base-color-border-transparent\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-border-transparent\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-base-color-border-transparent\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-base-color-border-transparent\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-base-color-fg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity));
}
.bg-base-color-fg-accent-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 235 / var(--tw-bg-opacity));
}
.bg-base-color-fg-accent-emphasis\/0 {
  background-color: rgb(0 78 235 / 0);
}
.bg-base-color-fg-accent-emphasis\/10 {
  background-color: rgb(0 78 235 / 0.1);
}
.bg-base-color-fg-accent-emphasis\/100 {
  background-color: rgb(0 78 235 / 1);
}
.bg-base-color-fg-accent-emphasis\/20 {
  background-color: rgb(0 78 235 / 0.2);
}
.bg-base-color-fg-accent-emphasis\/25 {
  background-color: rgb(0 78 235 / 0.25);
}
.bg-base-color-fg-accent-emphasis\/30 {
  background-color: rgb(0 78 235 / 0.3);
}
.bg-base-color-fg-accent-emphasis\/40 {
  background-color: rgb(0 78 235 / 0.4);
}
.bg-base-color-fg-accent-emphasis\/5 {
  background-color: rgb(0 78 235 / 0.05);
}
.bg-base-color-fg-accent-emphasis\/50 {
  background-color: rgb(0 78 235 / 0.5);
}
.bg-base-color-fg-accent-emphasis\/60 {
  background-color: rgb(0 78 235 / 0.6);
}
.bg-base-color-fg-accent-emphasis\/70 {
  background-color: rgb(0 78 235 / 0.7);
}
.bg-base-color-fg-accent-emphasis\/75 {
  background-color: rgb(0 78 235 / 0.75);
}
.bg-base-color-fg-accent-emphasis\/80 {
  background-color: rgb(0 78 235 / 0.8);
}
.bg-base-color-fg-accent-emphasis\/90 {
  background-color: rgb(0 78 235 / 0.9);
}
.bg-base-color-fg-accent-emphasis\/95 {
  background-color: rgb(0 78 235 / 0.95);
}
.bg-base-color-fg-accent-emphasis\/base-opacity-disabled {
  background-color: rgb(0 78 235 / 60%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-0 {
  background-color: rgb(0 78 235 / 0%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-10 {
  background-color: rgb(0 78 235 / 10%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-100 {
  background-color: rgb(0 78 235 / 100%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-20 {
  background-color: rgb(0 78 235 / 20%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-30 {
  background-color: rgb(0 78 235 / 30%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-40 {
  background-color: rgb(0 78 235 / 40%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-50 {
  background-color: rgb(0 78 235 / 50%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-60 {
  background-color: rgb(0 78 235 / 60%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-70 {
  background-color: rgb(0 78 235 / 70%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-80 {
  background-color: rgb(0 78 235 / 80%);
}
.bg-base-color-fg-accent-emphasis\/core-opacity-90 {
  background-color: rgb(0 78 235 / 90%);
}
.bg-base-color-fg-accent\/0 {
  background-color: rgb(21 94 239 / 0);
}
.bg-base-color-fg-accent\/10 {
  background-color: rgb(21 94 239 / 0.1);
}
.bg-base-color-fg-accent\/100 {
  background-color: rgb(21 94 239 / 1);
}
.bg-base-color-fg-accent\/20 {
  background-color: rgb(21 94 239 / 0.2);
}
.bg-base-color-fg-accent\/25 {
  background-color: rgb(21 94 239 / 0.25);
}
.bg-base-color-fg-accent\/30 {
  background-color: rgb(21 94 239 / 0.3);
}
.bg-base-color-fg-accent\/40 {
  background-color: rgb(21 94 239 / 0.4);
}
.bg-base-color-fg-accent\/5 {
  background-color: rgb(21 94 239 / 0.05);
}
.bg-base-color-fg-accent\/50 {
  background-color: rgb(21 94 239 / 0.5);
}
.bg-base-color-fg-accent\/60 {
  background-color: rgb(21 94 239 / 0.6);
}
.bg-base-color-fg-accent\/70 {
  background-color: rgb(21 94 239 / 0.7);
}
.bg-base-color-fg-accent\/75 {
  background-color: rgb(21 94 239 / 0.75);
}
.bg-base-color-fg-accent\/80 {
  background-color: rgb(21 94 239 / 0.8);
}
.bg-base-color-fg-accent\/90 {
  background-color: rgb(21 94 239 / 0.9);
}
.bg-base-color-fg-accent\/95 {
  background-color: rgb(21 94 239 / 0.95);
}
.bg-base-color-fg-accent\/base-opacity-disabled {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-fg-accent\/core-opacity-0 {
  background-color: rgb(21 94 239 / 0%);
}
.bg-base-color-fg-accent\/core-opacity-10 {
  background-color: rgb(21 94 239 / 10%);
}
.bg-base-color-fg-accent\/core-opacity-100 {
  background-color: rgb(21 94 239 / 100%);
}
.bg-base-color-fg-accent\/core-opacity-20 {
  background-color: rgb(21 94 239 / 20%);
}
.bg-base-color-fg-accent\/core-opacity-30 {
  background-color: rgb(21 94 239 / 30%);
}
.bg-base-color-fg-accent\/core-opacity-40 {
  background-color: rgb(21 94 239 / 40%);
}
.bg-base-color-fg-accent\/core-opacity-50 {
  background-color: rgb(21 94 239 / 50%);
}
.bg-base-color-fg-accent\/core-opacity-60 {
  background-color: rgb(21 94 239 / 60%);
}
.bg-base-color-fg-accent\/core-opacity-70 {
  background-color: rgb(21 94 239 / 70%);
}
.bg-base-color-fg-accent\/core-opacity-80 {
  background-color: rgb(21 94 239 / 80%);
}
.bg-base-color-fg-accent\/core-opacity-90 {
  background-color: rgb(21 94 239 / 90%);
}
.bg-base-color-fg-attention {
  --tw-bg-opacity: 1;
  background-color: rgb(221 105 3 / var(--tw-bg-opacity));
}
.bg-base-color-fg-attention-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(181 71 8 / var(--tw-bg-opacity));
}
.bg-base-color-fg-attention-emphasis\/0 {
  background-color: rgb(181 71 8 / 0);
}
.bg-base-color-fg-attention-emphasis\/10 {
  background-color: rgb(181 71 8 / 0.1);
}
.bg-base-color-fg-attention-emphasis\/100 {
  background-color: rgb(181 71 8 / 1);
}
.bg-base-color-fg-attention-emphasis\/20 {
  background-color: rgb(181 71 8 / 0.2);
}
.bg-base-color-fg-attention-emphasis\/25 {
  background-color: rgb(181 71 8 / 0.25);
}
.bg-base-color-fg-attention-emphasis\/30 {
  background-color: rgb(181 71 8 / 0.3);
}
.bg-base-color-fg-attention-emphasis\/40 {
  background-color: rgb(181 71 8 / 0.4);
}
.bg-base-color-fg-attention-emphasis\/5 {
  background-color: rgb(181 71 8 / 0.05);
}
.bg-base-color-fg-attention-emphasis\/50 {
  background-color: rgb(181 71 8 / 0.5);
}
.bg-base-color-fg-attention-emphasis\/60 {
  background-color: rgb(181 71 8 / 0.6);
}
.bg-base-color-fg-attention-emphasis\/70 {
  background-color: rgb(181 71 8 / 0.7);
}
.bg-base-color-fg-attention-emphasis\/75 {
  background-color: rgb(181 71 8 / 0.75);
}
.bg-base-color-fg-attention-emphasis\/80 {
  background-color: rgb(181 71 8 / 0.8);
}
.bg-base-color-fg-attention-emphasis\/90 {
  background-color: rgb(181 71 8 / 0.9);
}
.bg-base-color-fg-attention-emphasis\/95 {
  background-color: rgb(181 71 8 / 0.95);
}
.bg-base-color-fg-attention-emphasis\/base-opacity-disabled {
  background-color: rgb(181 71 8 / 60%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-0 {
  background-color: rgb(181 71 8 / 0%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-10 {
  background-color: rgb(181 71 8 / 10%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-100 {
  background-color: rgb(181 71 8 / 100%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-20 {
  background-color: rgb(181 71 8 / 20%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-30 {
  background-color: rgb(181 71 8 / 30%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-40 {
  background-color: rgb(181 71 8 / 40%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-50 {
  background-color: rgb(181 71 8 / 50%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-60 {
  background-color: rgb(181 71 8 / 60%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-70 {
  background-color: rgb(181 71 8 / 70%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-80 {
  background-color: rgb(181 71 8 / 80%);
}
.bg-base-color-fg-attention-emphasis\/core-opacity-90 {
  background-color: rgb(181 71 8 / 90%);
}
.bg-base-color-fg-attention\/0 {
  background-color: rgb(221 105 3 / 0);
}
.bg-base-color-fg-attention\/10 {
  background-color: rgb(221 105 3 / 0.1);
}
.bg-base-color-fg-attention\/100 {
  background-color: rgb(221 105 3 / 1);
}
.bg-base-color-fg-attention\/20 {
  background-color: rgb(221 105 3 / 0.2);
}
.bg-base-color-fg-attention\/25 {
  background-color: rgb(221 105 3 / 0.25);
}
.bg-base-color-fg-attention\/30 {
  background-color: rgb(221 105 3 / 0.3);
}
.bg-base-color-fg-attention\/40 {
  background-color: rgb(221 105 3 / 0.4);
}
.bg-base-color-fg-attention\/5 {
  background-color: rgb(221 105 3 / 0.05);
}
.bg-base-color-fg-attention\/50 {
  background-color: rgb(221 105 3 / 0.5);
}
.bg-base-color-fg-attention\/60 {
  background-color: rgb(221 105 3 / 0.6);
}
.bg-base-color-fg-attention\/70 {
  background-color: rgb(221 105 3 / 0.7);
}
.bg-base-color-fg-attention\/75 {
  background-color: rgb(221 105 3 / 0.75);
}
.bg-base-color-fg-attention\/80 {
  background-color: rgb(221 105 3 / 0.8);
}
.bg-base-color-fg-attention\/90 {
  background-color: rgb(221 105 3 / 0.9);
}
.bg-base-color-fg-attention\/95 {
  background-color: rgb(221 105 3 / 0.95);
}
.bg-base-color-fg-attention\/base-opacity-disabled {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-fg-attention\/core-opacity-0 {
  background-color: rgb(221 105 3 / 0%);
}
.bg-base-color-fg-attention\/core-opacity-10 {
  background-color: rgb(221 105 3 / 10%);
}
.bg-base-color-fg-attention\/core-opacity-100 {
  background-color: rgb(221 105 3 / 100%);
}
.bg-base-color-fg-attention\/core-opacity-20 {
  background-color: rgb(221 105 3 / 20%);
}
.bg-base-color-fg-attention\/core-opacity-30 {
  background-color: rgb(221 105 3 / 30%);
}
.bg-base-color-fg-attention\/core-opacity-40 {
  background-color: rgb(221 105 3 / 40%);
}
.bg-base-color-fg-attention\/core-opacity-50 {
  background-color: rgb(221 105 3 / 50%);
}
.bg-base-color-fg-attention\/core-opacity-60 {
  background-color: rgb(221 105 3 / 60%);
}
.bg-base-color-fg-attention\/core-opacity-70 {
  background-color: rgb(221 105 3 / 70%);
}
.bg-base-color-fg-attention\/core-opacity-80 {
  background-color: rgb(221 105 3 / 80%);
}
.bg-base-color-fg-attention\/core-opacity-90 {
  background-color: rgb(221 105 3 / 90%);
}
.bg-base-color-fg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-base-color-fg-brand-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.bg-base-color-fg-brand-emphasis\/0 {
  background-color: rgb(60 59 151 / 0);
}
.bg-base-color-fg-brand-emphasis\/10 {
  background-color: rgb(60 59 151 / 0.1);
}
.bg-base-color-fg-brand-emphasis\/100 {
  background-color: rgb(60 59 151 / 1);
}
.bg-base-color-fg-brand-emphasis\/20 {
  background-color: rgb(60 59 151 / 0.2);
}
.bg-base-color-fg-brand-emphasis\/25 {
  background-color: rgb(60 59 151 / 0.25);
}
.bg-base-color-fg-brand-emphasis\/30 {
  background-color: rgb(60 59 151 / 0.3);
}
.bg-base-color-fg-brand-emphasis\/40 {
  background-color: rgb(60 59 151 / 0.4);
}
.bg-base-color-fg-brand-emphasis\/5 {
  background-color: rgb(60 59 151 / 0.05);
}
.bg-base-color-fg-brand-emphasis\/50 {
  background-color: rgb(60 59 151 / 0.5);
}
.bg-base-color-fg-brand-emphasis\/60 {
  background-color: rgb(60 59 151 / 0.6);
}
.bg-base-color-fg-brand-emphasis\/70 {
  background-color: rgb(60 59 151 / 0.7);
}
.bg-base-color-fg-brand-emphasis\/75 {
  background-color: rgb(60 59 151 / 0.75);
}
.bg-base-color-fg-brand-emphasis\/80 {
  background-color: rgb(60 59 151 / 0.8);
}
.bg-base-color-fg-brand-emphasis\/90 {
  background-color: rgb(60 59 151 / 0.9);
}
.bg-base-color-fg-brand-emphasis\/95 {
  background-color: rgb(60 59 151 / 0.95);
}
.bg-base-color-fg-brand-emphasis\/base-opacity-disabled {
  background-color: rgb(60 59 151 / 60%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-0 {
  background-color: rgb(60 59 151 / 0%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-10 {
  background-color: rgb(60 59 151 / 10%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-100 {
  background-color: rgb(60 59 151 / 100%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-20 {
  background-color: rgb(60 59 151 / 20%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-30 {
  background-color: rgb(60 59 151 / 30%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-40 {
  background-color: rgb(60 59 151 / 40%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-50 {
  background-color: rgb(60 59 151 / 50%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-60 {
  background-color: rgb(60 59 151 / 60%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-70 {
  background-color: rgb(60 59 151 / 70%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-80 {
  background-color: rgb(60 59 151 / 80%);
}
.bg-base-color-fg-brand-emphasis\/core-opacity-90 {
  background-color: rgb(60 59 151 / 90%);
}
.bg-base-color-fg-brand\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-base-color-fg-brand\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-base-color-fg-brand\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-base-color-fg-brand\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-base-color-fg-brand\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-base-color-fg-brand\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-base-color-fg-brand\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-base-color-fg-brand\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-base-color-fg-brand\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-base-color-fg-brand\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-base-color-fg-brand\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-base-color-fg-brand\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-base-color-fg-brand\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-base-color-fg-brand\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-base-color-fg-brand\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-base-color-fg-brand\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-fg-brand\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-base-color-fg-brand\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-base-color-fg-brand\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-base-color-fg-brand\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-base-color-fg-brand\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-base-color-fg-brand\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-base-color-fg-brand\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-base-color-fg-brand\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-base-color-fg-brand\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-base-color-fg-brand\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-base-color-fg-brand\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-base-color-fg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-base-color-fg-danger-empahis {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity));
}
.bg-base-color-fg-danger-empahis\/0 {
  background-color: rgb(180 35 24 / 0);
}
.bg-base-color-fg-danger-empahis\/10 {
  background-color: rgb(180 35 24 / 0.1);
}
.bg-base-color-fg-danger-empahis\/100 {
  background-color: rgb(180 35 24 / 1);
}
.bg-base-color-fg-danger-empahis\/20 {
  background-color: rgb(180 35 24 / 0.2);
}
.bg-base-color-fg-danger-empahis\/25 {
  background-color: rgb(180 35 24 / 0.25);
}
.bg-base-color-fg-danger-empahis\/30 {
  background-color: rgb(180 35 24 / 0.3);
}
.bg-base-color-fg-danger-empahis\/40 {
  background-color: rgb(180 35 24 / 0.4);
}
.bg-base-color-fg-danger-empahis\/5 {
  background-color: rgb(180 35 24 / 0.05);
}
.bg-base-color-fg-danger-empahis\/50 {
  background-color: rgb(180 35 24 / 0.5);
}
.bg-base-color-fg-danger-empahis\/60 {
  background-color: rgb(180 35 24 / 0.6);
}
.bg-base-color-fg-danger-empahis\/70 {
  background-color: rgb(180 35 24 / 0.7);
}
.bg-base-color-fg-danger-empahis\/75 {
  background-color: rgb(180 35 24 / 0.75);
}
.bg-base-color-fg-danger-empahis\/80 {
  background-color: rgb(180 35 24 / 0.8);
}
.bg-base-color-fg-danger-empahis\/90 {
  background-color: rgb(180 35 24 / 0.9);
}
.bg-base-color-fg-danger-empahis\/95 {
  background-color: rgb(180 35 24 / 0.95);
}
.bg-base-color-fg-danger-empahis\/base-opacity-disabled {
  background-color: rgb(180 35 24 / 60%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-0 {
  background-color: rgb(180 35 24 / 0%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-10 {
  background-color: rgb(180 35 24 / 10%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-100 {
  background-color: rgb(180 35 24 / 100%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-20 {
  background-color: rgb(180 35 24 / 20%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-30 {
  background-color: rgb(180 35 24 / 30%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-40 {
  background-color: rgb(180 35 24 / 40%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-50 {
  background-color: rgb(180 35 24 / 50%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-60 {
  background-color: rgb(180 35 24 / 60%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-70 {
  background-color: rgb(180 35 24 / 70%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-80 {
  background-color: rgb(180 35 24 / 80%);
}
.bg-base-color-fg-danger-empahis\/core-opacity-90 {
  background-color: rgb(180 35 24 / 90%);
}
.bg-base-color-fg-danger\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-base-color-fg-danger\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-base-color-fg-danger\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-base-color-fg-danger\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-base-color-fg-danger\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-base-color-fg-danger\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-base-color-fg-danger\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-base-color-fg-danger\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-base-color-fg-danger\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-base-color-fg-danger\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-base-color-fg-danger\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-base-color-fg-danger\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-base-color-fg-danger\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-base-color-fg-danger\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-base-color-fg-danger\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-base-color-fg-danger\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-base-color-fg-danger\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-base-color-fg-danger\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-base-color-fg-danger\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-base-color-fg-danger\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-base-color-fg-danger\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-base-color-fg-danger\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-base-color-fg-danger\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-base-color-fg-danger\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-base-color-fg-danger\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-base-color-fg-danger\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-base-color-fg-danger\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-base-color-fg-default {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-base-color-fg-default\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-base-color-fg-default\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-base-color-fg-default\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-base-color-fg-default\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-base-color-fg-default\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-base-color-fg-default\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-base-color-fg-default\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-base-color-fg-default\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-base-color-fg-default\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-base-color-fg-default\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-base-color-fg-default\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-base-color-fg-default\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-base-color-fg-default\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-base-color-fg-default\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-base-color-fg-default\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-base-color-fg-default\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-base-color-fg-default\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-base-color-fg-default\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-base-color-fg-default\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-base-color-fg-default\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-base-color-fg-default\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-base-color-fg-default\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-base-color-fg-default\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-base-color-fg-default\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-base-color-fg-default\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-base-color-fg-default\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-base-color-fg-default\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-base-color-fg-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-base-color-fg-emphasis\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-base-color-fg-emphasis\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-base-color-fg-emphasis\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-base-color-fg-emphasis\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-base-color-fg-emphasis\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-base-color-fg-emphasis\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-base-color-fg-emphasis\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-base-color-fg-emphasis\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-base-color-fg-emphasis\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-base-color-fg-emphasis\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-base-color-fg-emphasis\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-base-color-fg-emphasis\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-base-color-fg-emphasis\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-base-color-fg-emphasis\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-base-color-fg-emphasis\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-base-color-fg-emphasis\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-base-color-fg-emphasis\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-base-color-fg-emphasis\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-base-color-fg-emphasis\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-base-color-fg-emphasis\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-base-color-fg-emphasis\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-base-color-fg-emphasis\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-base-color-fg-emphasis\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-base-color-fg-emphasis\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-base-color-fg-emphasis\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-base-color-fg-emphasis\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-base-color-fg-emphasis\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-base-color-fg-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-base-color-fg-muted\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-base-color-fg-muted\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-base-color-fg-muted\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-base-color-fg-muted\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-base-color-fg-muted\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-base-color-fg-muted\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-base-color-fg-muted\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-base-color-fg-muted\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-base-color-fg-muted\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-base-color-fg-muted\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-base-color-fg-muted\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-base-color-fg-muted\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-base-color-fg-muted\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-base-color-fg-muted\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-base-color-fg-muted\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-base-color-fg-muted\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-base-color-fg-muted\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-base-color-fg-muted\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-base-color-fg-muted\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-base-color-fg-muted\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-base-color-fg-muted\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-base-color-fg-muted\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-base-color-fg-muted\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-base-color-fg-muted\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-base-color-fg-muted\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-base-color-fg-muted\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-base-color-fg-muted\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-base-color-fg-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-base-color-fg-subtle\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-base-color-fg-subtle\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-base-color-fg-subtle\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-base-color-fg-subtle\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-base-color-fg-subtle\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-base-color-fg-subtle\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-base-color-fg-subtle\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-base-color-fg-subtle\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-base-color-fg-subtle\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-base-color-fg-subtle\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-base-color-fg-subtle\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-base-color-fg-subtle\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-base-color-fg-subtle\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-base-color-fg-subtle\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-base-color-fg-subtle\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-base-color-fg-subtle\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-base-color-fg-subtle\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-base-color-fg-subtle\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-base-color-fg-subtle\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-base-color-fg-subtle\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-base-color-fg-subtle\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-base-color-fg-subtle\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-base-color-fg-subtle\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-base-color-fg-subtle\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-base-color-fg-subtle\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-base-color-fg-subtle\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-base-color-fg-subtle\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-base-color-fg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(3 150 84 / var(--tw-bg-opacity));
}
.bg-base-color-fg-success-emphasis {
  --tw-bg-opacity: 1;
  background-color: rgb(2 121 71 / var(--tw-bg-opacity));
}
.bg-base-color-fg-success-emphasis\/0 {
  background-color: rgb(2 121 71 / 0);
}
.bg-base-color-fg-success-emphasis\/10 {
  background-color: rgb(2 121 71 / 0.1);
}
.bg-base-color-fg-success-emphasis\/100 {
  background-color: rgb(2 121 71 / 1);
}
.bg-base-color-fg-success-emphasis\/20 {
  background-color: rgb(2 121 71 / 0.2);
}
.bg-base-color-fg-success-emphasis\/25 {
  background-color: rgb(2 121 71 / 0.25);
}
.bg-base-color-fg-success-emphasis\/30 {
  background-color: rgb(2 121 71 / 0.3);
}
.bg-base-color-fg-success-emphasis\/40 {
  background-color: rgb(2 121 71 / 0.4);
}
.bg-base-color-fg-success-emphasis\/5 {
  background-color: rgb(2 121 71 / 0.05);
}
.bg-base-color-fg-success-emphasis\/50 {
  background-color: rgb(2 121 71 / 0.5);
}
.bg-base-color-fg-success-emphasis\/60 {
  background-color: rgb(2 121 71 / 0.6);
}
.bg-base-color-fg-success-emphasis\/70 {
  background-color: rgb(2 121 71 / 0.7);
}
.bg-base-color-fg-success-emphasis\/75 {
  background-color: rgb(2 121 71 / 0.75);
}
.bg-base-color-fg-success-emphasis\/80 {
  background-color: rgb(2 121 71 / 0.8);
}
.bg-base-color-fg-success-emphasis\/90 {
  background-color: rgb(2 121 71 / 0.9);
}
.bg-base-color-fg-success-emphasis\/95 {
  background-color: rgb(2 121 71 / 0.95);
}
.bg-base-color-fg-success-emphasis\/base-opacity-disabled {
  background-color: rgb(2 121 71 / 60%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-0 {
  background-color: rgb(2 121 71 / 0%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-10 {
  background-color: rgb(2 121 71 / 10%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-100 {
  background-color: rgb(2 121 71 / 100%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-20 {
  background-color: rgb(2 121 71 / 20%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-30 {
  background-color: rgb(2 121 71 / 30%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-40 {
  background-color: rgb(2 121 71 / 40%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-50 {
  background-color: rgb(2 121 71 / 50%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-60 {
  background-color: rgb(2 121 71 / 60%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-70 {
  background-color: rgb(2 121 71 / 70%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-80 {
  background-color: rgb(2 121 71 / 80%);
}
.bg-base-color-fg-success-emphasis\/core-opacity-90 {
  background-color: rgb(2 121 71 / 90%);
}
.bg-base-color-fg-success\/0 {
  background-color: rgb(3 150 84 / 0);
}
.bg-base-color-fg-success\/10 {
  background-color: rgb(3 150 84 / 0.1);
}
.bg-base-color-fg-success\/100 {
  background-color: rgb(3 150 84 / 1);
}
.bg-base-color-fg-success\/20 {
  background-color: rgb(3 150 84 / 0.2);
}
.bg-base-color-fg-success\/25 {
  background-color: rgb(3 150 84 / 0.25);
}
.bg-base-color-fg-success\/30 {
  background-color: rgb(3 150 84 / 0.3);
}
.bg-base-color-fg-success\/40 {
  background-color: rgb(3 150 84 / 0.4);
}
.bg-base-color-fg-success\/5 {
  background-color: rgb(3 150 84 / 0.05);
}
.bg-base-color-fg-success\/50 {
  background-color: rgb(3 150 84 / 0.5);
}
.bg-base-color-fg-success\/60 {
  background-color: rgb(3 150 84 / 0.6);
}
.bg-base-color-fg-success\/70 {
  background-color: rgb(3 150 84 / 0.7);
}
.bg-base-color-fg-success\/75 {
  background-color: rgb(3 150 84 / 0.75);
}
.bg-base-color-fg-success\/80 {
  background-color: rgb(3 150 84 / 0.8);
}
.bg-base-color-fg-success\/90 {
  background-color: rgb(3 150 84 / 0.9);
}
.bg-base-color-fg-success\/95 {
  background-color: rgb(3 150 84 / 0.95);
}
.bg-base-color-fg-success\/base-opacity-disabled {
  background-color: rgb(3 150 84 / 60%);
}
.bg-base-color-fg-success\/core-opacity-0 {
  background-color: rgb(3 150 84 / 0%);
}
.bg-base-color-fg-success\/core-opacity-10 {
  background-color: rgb(3 150 84 / 10%);
}
.bg-base-color-fg-success\/core-opacity-100 {
  background-color: rgb(3 150 84 / 100%);
}
.bg-base-color-fg-success\/core-opacity-20 {
  background-color: rgb(3 150 84 / 20%);
}
.bg-base-color-fg-success\/core-opacity-30 {
  background-color: rgb(3 150 84 / 30%);
}
.bg-base-color-fg-success\/core-opacity-40 {
  background-color: rgb(3 150 84 / 40%);
}
.bg-base-color-fg-success\/core-opacity-50 {
  background-color: rgb(3 150 84 / 50%);
}
.bg-base-color-fg-success\/core-opacity-60 {
  background-color: rgb(3 150 84 / 60%);
}
.bg-base-color-fg-success\/core-opacity-70 {
  background-color: rgb(3 150 84 / 70%);
}
.bg-base-color-fg-success\/core-opacity-80 {
  background-color: rgb(3 150 84 / 80%);
}
.bg-base-color-fg-success\/core-opacity-90 {
  background-color: rgb(3 150 84 / 90%);
}
.bg-base-color-fg-transparent {
  background-color: #00000000;
}
.bg-base-color-fg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-base-color-fg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-base-color-fg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-base-color-fg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-base-color-fg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-base-color-fg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-base-color-fg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-base-color-fg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-base-color-fg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-base-color-fg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-base-color-fg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-base-color-fg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-base-color-fg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-base-color-fg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-base-color-fg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-base-color-fg-transparent\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-fg-transparent\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-base-color-fg-transparent\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-base-color-fg-transparent\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-base-color-fg-transparent\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-base-color-fg-transparent\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-base-color-fg-transparent\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-base-color-fg-transparent\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-base-color-fg-transparent\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-base-color-fg-transparent\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-base-color-fg-transparent\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-base-color-fg-transparent\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-black\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-black\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-black\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-black\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-black\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-black\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-black\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-black\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-black\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-black\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-black\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-black\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}
.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}
.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-100\/base-opacity-disabled {
  background-color: rgb(219 234 254 / 60%);
}
.bg-blue-100\/core-opacity-0 {
  background-color: rgb(219 234 254 / 0%);
}
.bg-blue-100\/core-opacity-10 {
  background-color: rgb(219 234 254 / 10%);
}
.bg-blue-100\/core-opacity-100 {
  background-color: rgb(219 234 254 / 100%);
}
.bg-blue-100\/core-opacity-20 {
  background-color: rgb(219 234 254 / 20%);
}
.bg-blue-100\/core-opacity-30 {
  background-color: rgb(219 234 254 / 30%);
}
.bg-blue-100\/core-opacity-40 {
  background-color: rgb(219 234 254 / 40%);
}
.bg-blue-100\/core-opacity-50 {
  background-color: rgb(219 234 254 / 50%);
}
.bg-blue-100\/core-opacity-60 {
  background-color: rgb(219 234 254 / 60%);
}
.bg-blue-100\/core-opacity-70 {
  background-color: rgb(219 234 254 / 70%);
}
.bg-blue-100\/core-opacity-80 {
  background-color: rgb(219 234 254 / 80%);
}
.bg-blue-100\/core-opacity-90 {
  background-color: rgb(219 234 254 / 90%);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}
.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}
.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}
.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-200\/base-opacity-disabled {
  background-color: rgb(191 219 254 / 60%);
}
.bg-blue-200\/core-opacity-0 {
  background-color: rgb(191 219 254 / 0%);
}
.bg-blue-200\/core-opacity-10 {
  background-color: rgb(191 219 254 / 10%);
}
.bg-blue-200\/core-opacity-100 {
  background-color: rgb(191 219 254 / 100%);
}
.bg-blue-200\/core-opacity-20 {
  background-color: rgb(191 219 254 / 20%);
}
.bg-blue-200\/core-opacity-30 {
  background-color: rgb(191 219 254 / 30%);
}
.bg-blue-200\/core-opacity-40 {
  background-color: rgb(191 219 254 / 40%);
}
.bg-blue-200\/core-opacity-50 {
  background-color: rgb(191 219 254 / 50%);
}
.bg-blue-200\/core-opacity-60 {
  background-color: rgb(191 219 254 / 60%);
}
.bg-blue-200\/core-opacity-70 {
  background-color: rgb(191 219 254 / 70%);
}
.bg-blue-200\/core-opacity-80 {
  background-color: rgb(191 219 254 / 80%);
}
.bg-blue-200\/core-opacity-90 {
  background-color: rgb(191 219 254 / 90%);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-blue-300\/base-opacity-disabled {
  background-color: rgb(147 197 253 / 60%);
}
.bg-blue-300\/core-opacity-0 {
  background-color: rgb(147 197 253 / 0%);
}
.bg-blue-300\/core-opacity-10 {
  background-color: rgb(147 197 253 / 10%);
}
.bg-blue-300\/core-opacity-100 {
  background-color: rgb(147 197 253 / 100%);
}
.bg-blue-300\/core-opacity-20 {
  background-color: rgb(147 197 253 / 20%);
}
.bg-blue-300\/core-opacity-30 {
  background-color: rgb(147 197 253 / 30%);
}
.bg-blue-300\/core-opacity-40 {
  background-color: rgb(147 197 253 / 40%);
}
.bg-blue-300\/core-opacity-50 {
  background-color: rgb(147 197 253 / 50%);
}
.bg-blue-300\/core-opacity-60 {
  background-color: rgb(147 197 253 / 60%);
}
.bg-blue-300\/core-opacity-70 {
  background-color: rgb(147 197 253 / 70%);
}
.bg-blue-300\/core-opacity-80 {
  background-color: rgb(147 197 253 / 80%);
}
.bg-blue-300\/core-opacity-90 {
  background-color: rgb(147 197 253 / 90%);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-blue-400\/base-opacity-disabled {
  background-color: rgb(96 165 250 / 60%);
}
.bg-blue-400\/core-opacity-0 {
  background-color: rgb(96 165 250 / 0%);
}
.bg-blue-400\/core-opacity-10 {
  background-color: rgb(96 165 250 / 10%);
}
.bg-blue-400\/core-opacity-100 {
  background-color: rgb(96 165 250 / 100%);
}
.bg-blue-400\/core-opacity-20 {
  background-color: rgb(96 165 250 / 20%);
}
.bg-blue-400\/core-opacity-30 {
  background-color: rgb(96 165 250 / 30%);
}
.bg-blue-400\/core-opacity-40 {
  background-color: rgb(96 165 250 / 40%);
}
.bg-blue-400\/core-opacity-50 {
  background-color: rgb(96 165 250 / 50%);
}
.bg-blue-400\/core-opacity-60 {
  background-color: rgb(96 165 250 / 60%);
}
.bg-blue-400\/core-opacity-70 {
  background-color: rgb(96 165 250 / 70%);
}
.bg-blue-400\/core-opacity-80 {
  background-color: rgb(96 165 250 / 80%);
}
.bg-blue-400\/core-opacity-90 {
  background-color: rgb(96 165 250 / 90%);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}
.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}
.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}
.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}
.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}
.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-blue-50\/base-opacity-disabled {
  background-color: rgb(239 246 255 / 60%);
}
.bg-blue-50\/core-opacity-0 {
  background-color: rgb(239 246 255 / 0%);
}
.bg-blue-50\/core-opacity-10 {
  background-color: rgb(239 246 255 / 10%);
}
.bg-blue-50\/core-opacity-100 {
  background-color: rgb(239 246 255 / 100%);
}
.bg-blue-50\/core-opacity-20 {
  background-color: rgb(239 246 255 / 20%);
}
.bg-blue-50\/core-opacity-30 {
  background-color: rgb(239 246 255 / 30%);
}
.bg-blue-50\/core-opacity-40 {
  background-color: rgb(239 246 255 / 40%);
}
.bg-blue-50\/core-opacity-50 {
  background-color: rgb(239 246 255 / 50%);
}
.bg-blue-50\/core-opacity-60 {
  background-color: rgb(239 246 255 / 60%);
}
.bg-blue-50\/core-opacity-70 {
  background-color: rgb(239 246 255 / 70%);
}
.bg-blue-50\/core-opacity-80 {
  background-color: rgb(239 246 255 / 80%);
}
.bg-blue-50\/core-opacity-90 {
  background-color: rgb(239 246 255 / 90%);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-blue-500\/base-opacity-disabled {
  background-color: rgb(59 130 246 / 60%);
}
.bg-blue-500\/core-opacity-0 {
  background-color: rgb(59 130 246 / 0%);
}
.bg-blue-500\/core-opacity-10 {
  background-color: rgb(59 130 246 / 10%);
}
.bg-blue-500\/core-opacity-100 {
  background-color: rgb(59 130 246 / 100%);
}
.bg-blue-500\/core-opacity-20 {
  background-color: rgb(59 130 246 / 20%);
}
.bg-blue-500\/core-opacity-30 {
  background-color: rgb(59 130 246 / 30%);
}
.bg-blue-500\/core-opacity-40 {
  background-color: rgb(59 130 246 / 40%);
}
.bg-blue-500\/core-opacity-50 {
  background-color: rgb(59 130 246 / 50%);
}
.bg-blue-500\/core-opacity-60 {
  background-color: rgb(59 130 246 / 60%);
}
.bg-blue-500\/core-opacity-70 {
  background-color: rgb(59 130 246 / 70%);
}
.bg-blue-500\/core-opacity-80 {
  background-color: rgb(59 130 246 / 80%);
}
.bg-blue-500\/core-opacity-90 {
  background-color: rgb(59 130 246 / 90%);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}
.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}
.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}
.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}
.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}
.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}
.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}
.bg-blue-600\/base-opacity-disabled {
  background-color: rgb(37 99 235 / 60%);
}
.bg-blue-600\/core-opacity-0 {
  background-color: rgb(37 99 235 / 0%);
}
.bg-blue-600\/core-opacity-10 {
  background-color: rgb(37 99 235 / 10%);
}
.bg-blue-600\/core-opacity-100 {
  background-color: rgb(37 99 235 / 100%);
}
.bg-blue-600\/core-opacity-20 {
  background-color: rgb(37 99 235 / 20%);
}
.bg-blue-600\/core-opacity-30 {
  background-color: rgb(37 99 235 / 30%);
}
.bg-blue-600\/core-opacity-40 {
  background-color: rgb(37 99 235 / 40%);
}
.bg-blue-600\/core-opacity-50 {
  background-color: rgb(37 99 235 / 50%);
}
.bg-blue-600\/core-opacity-60 {
  background-color: rgb(37 99 235 / 60%);
}
.bg-blue-600\/core-opacity-70 {
  background-color: rgb(37 99 235 / 70%);
}
.bg-blue-600\/core-opacity-80 {
  background-color: rgb(37 99 235 / 80%);
}
.bg-blue-600\/core-opacity-90 {
  background-color: rgb(37 99 235 / 90%);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}
.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}
.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}
.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}
.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}
.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}
.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}
.bg-blue-700\/base-opacity-disabled {
  background-color: rgb(29 78 216 / 60%);
}
.bg-blue-700\/core-opacity-0 {
  background-color: rgb(29 78 216 / 0%);
}
.bg-blue-700\/core-opacity-10 {
  background-color: rgb(29 78 216 / 10%);
}
.bg-blue-700\/core-opacity-100 {
  background-color: rgb(29 78 216 / 100%);
}
.bg-blue-700\/core-opacity-20 {
  background-color: rgb(29 78 216 / 20%);
}
.bg-blue-700\/core-opacity-30 {
  background-color: rgb(29 78 216 / 30%);
}
.bg-blue-700\/core-opacity-40 {
  background-color: rgb(29 78 216 / 40%);
}
.bg-blue-700\/core-opacity-50 {
  background-color: rgb(29 78 216 / 50%);
}
.bg-blue-700\/core-opacity-60 {
  background-color: rgb(29 78 216 / 60%);
}
.bg-blue-700\/core-opacity-70 {
  background-color: rgb(29 78 216 / 70%);
}
.bg-blue-700\/core-opacity-80 {
  background-color: rgb(29 78 216 / 80%);
}
.bg-blue-700\/core-opacity-90 {
  background-color: rgb(29 78 216 / 90%);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}
.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}
.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}
.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}
.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}
.bg-blue-800\/base-opacity-disabled {
  background-color: rgb(30 64 175 / 60%);
}
.bg-blue-800\/core-opacity-0 {
  background-color: rgb(30 64 175 / 0%);
}
.bg-blue-800\/core-opacity-10 {
  background-color: rgb(30 64 175 / 10%);
}
.bg-blue-800\/core-opacity-100 {
  background-color: rgb(30 64 175 / 100%);
}
.bg-blue-800\/core-opacity-20 {
  background-color: rgb(30 64 175 / 20%);
}
.bg-blue-800\/core-opacity-30 {
  background-color: rgb(30 64 175 / 30%);
}
.bg-blue-800\/core-opacity-40 {
  background-color: rgb(30 64 175 / 40%);
}
.bg-blue-800\/core-opacity-50 {
  background-color: rgb(30 64 175 / 50%);
}
.bg-blue-800\/core-opacity-60 {
  background-color: rgb(30 64 175 / 60%);
}
.bg-blue-800\/core-opacity-70 {
  background-color: rgb(30 64 175 / 70%);
}
.bg-blue-800\/core-opacity-80 {
  background-color: rgb(30 64 175 / 80%);
}
.bg-blue-800\/core-opacity-90 {
  background-color: rgb(30 64 175 / 90%);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}
.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}
.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.bg-blue-900\/base-opacity-disabled {
  background-color: rgb(30 58 138 / 60%);
}
.bg-blue-900\/core-opacity-0 {
  background-color: rgb(30 58 138 / 0%);
}
.bg-blue-900\/core-opacity-10 {
  background-color: rgb(30 58 138 / 10%);
}
.bg-blue-900\/core-opacity-100 {
  background-color: rgb(30 58 138 / 100%);
}
.bg-blue-900\/core-opacity-20 {
  background-color: rgb(30 58 138 / 20%);
}
.bg-blue-900\/core-opacity-30 {
  background-color: rgb(30 58 138 / 30%);
}
.bg-blue-900\/core-opacity-40 {
  background-color: rgb(30 58 138 / 40%);
}
.bg-blue-900\/core-opacity-50 {
  background-color: rgb(30 58 138 / 50%);
}
.bg-blue-900\/core-opacity-60 {
  background-color: rgb(30 58 138 / 60%);
}
.bg-blue-900\/core-opacity-70 {
  background-color: rgb(30 58 138 / 70%);
}
.bg-blue-900\/core-opacity-80 {
  background-color: rgb(30 58 138 / 80%);
}
.bg-blue-900\/core-opacity-90 {
  background-color: rgb(30 58 138 / 90%);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}
.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}
.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}
.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}
.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}
.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}
.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}
.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}
.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}
.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}
.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}
.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}
.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}
.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}
.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}
.bg-blue-950\/base-opacity-disabled {
  background-color: rgb(23 37 84 / 60%);
}
.bg-blue-950\/core-opacity-0 {
  background-color: rgb(23 37 84 / 0%);
}
.bg-blue-950\/core-opacity-10 {
  background-color: rgb(23 37 84 / 10%);
}
.bg-blue-950\/core-opacity-100 {
  background-color: rgb(23 37 84 / 100%);
}
.bg-blue-950\/core-opacity-20 {
  background-color: rgb(23 37 84 / 20%);
}
.bg-blue-950\/core-opacity-30 {
  background-color: rgb(23 37 84 / 30%);
}
.bg-blue-950\/core-opacity-40 {
  background-color: rgb(23 37 84 / 40%);
}
.bg-blue-950\/core-opacity-50 {
  background-color: rgb(23 37 84 / 50%);
}
.bg-blue-950\/core-opacity-60 {
  background-color: rgb(23 37 84 / 60%);
}
.bg-blue-950\/core-opacity-70 {
  background-color: rgb(23 37 84 / 70%);
}
.bg-blue-950\/core-opacity-80 {
  background-color: rgb(23 37 84 / 80%);
}
.bg-blue-950\/core-opacity-90 {
  background-color: rgb(23 37 84 / 90%);
}
.bg-comp-badge-blue-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-blue-bg\/0 {
  background-color: rgb(240 245 255 / 0);
}
.bg-comp-badge-blue-bg\/10 {
  background-color: rgb(240 245 255 / 0.1);
}
.bg-comp-badge-blue-bg\/100 {
  background-color: rgb(240 245 255 / 1);
}
.bg-comp-badge-blue-bg\/20 {
  background-color: rgb(240 245 255 / 0.2);
}
.bg-comp-badge-blue-bg\/25 {
  background-color: rgb(240 245 255 / 0.25);
}
.bg-comp-badge-blue-bg\/30 {
  background-color: rgb(240 245 255 / 0.3);
}
.bg-comp-badge-blue-bg\/40 {
  background-color: rgb(240 245 255 / 0.4);
}
.bg-comp-badge-blue-bg\/5 {
  background-color: rgb(240 245 255 / 0.05);
}
.bg-comp-badge-blue-bg\/50 {
  background-color: rgb(240 245 255 / 0.5);
}
.bg-comp-badge-blue-bg\/60 {
  background-color: rgb(240 245 255 / 0.6);
}
.bg-comp-badge-blue-bg\/70 {
  background-color: rgb(240 245 255 / 0.7);
}
.bg-comp-badge-blue-bg\/75 {
  background-color: rgb(240 245 255 / 0.75);
}
.bg-comp-badge-blue-bg\/80 {
  background-color: rgb(240 245 255 / 0.8);
}
.bg-comp-badge-blue-bg\/90 {
  background-color: rgb(240 245 255 / 0.9);
}
.bg-comp-badge-blue-bg\/95 {
  background-color: rgb(240 245 255 / 0.95);
}
.bg-comp-badge-blue-bg\/base-opacity-disabled {
  background-color: rgb(240 245 255 / 60%);
}
.bg-comp-badge-blue-bg\/core-opacity-0 {
  background-color: rgb(240 245 255 / 0%);
}
.bg-comp-badge-blue-bg\/core-opacity-10 {
  background-color: rgb(240 245 255 / 10%);
}
.bg-comp-badge-blue-bg\/core-opacity-100 {
  background-color: rgb(240 245 255 / 100%);
}
.bg-comp-badge-blue-bg\/core-opacity-20 {
  background-color: rgb(240 245 255 / 20%);
}
.bg-comp-badge-blue-bg\/core-opacity-30 {
  background-color: rgb(240 245 255 / 30%);
}
.bg-comp-badge-blue-bg\/core-opacity-40 {
  background-color: rgb(240 245 255 / 40%);
}
.bg-comp-badge-blue-bg\/core-opacity-50 {
  background-color: rgb(240 245 255 / 50%);
}
.bg-comp-badge-blue-bg\/core-opacity-60 {
  background-color: rgb(240 245 255 / 60%);
}
.bg-comp-badge-blue-bg\/core-opacity-70 {
  background-color: rgb(240 245 255 / 70%);
}
.bg-comp-badge-blue-bg\/core-opacity-80 {
  background-color: rgb(240 245 255 / 80%);
}
.bg-comp-badge-blue-bg\/core-opacity-90 {
  background-color: rgb(240 245 255 / 90%);
}
.bg-comp-badge-blue-border {
  --tw-bg-opacity: 1;
  background-color: rgb(179 204 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-blue-border\/0 {
  background-color: rgb(179 204 255 / 0);
}
.bg-comp-badge-blue-border\/10 {
  background-color: rgb(179 204 255 / 0.1);
}
.bg-comp-badge-blue-border\/100 {
  background-color: rgb(179 204 255 / 1);
}
.bg-comp-badge-blue-border\/20 {
  background-color: rgb(179 204 255 / 0.2);
}
.bg-comp-badge-blue-border\/25 {
  background-color: rgb(179 204 255 / 0.25);
}
.bg-comp-badge-blue-border\/30 {
  background-color: rgb(179 204 255 / 0.3);
}
.bg-comp-badge-blue-border\/40 {
  background-color: rgb(179 204 255 / 0.4);
}
.bg-comp-badge-blue-border\/5 {
  background-color: rgb(179 204 255 / 0.05);
}
.bg-comp-badge-blue-border\/50 {
  background-color: rgb(179 204 255 / 0.5);
}
.bg-comp-badge-blue-border\/60 {
  background-color: rgb(179 204 255 / 0.6);
}
.bg-comp-badge-blue-border\/70 {
  background-color: rgb(179 204 255 / 0.7);
}
.bg-comp-badge-blue-border\/75 {
  background-color: rgb(179 204 255 / 0.75);
}
.bg-comp-badge-blue-border\/80 {
  background-color: rgb(179 204 255 / 0.8);
}
.bg-comp-badge-blue-border\/90 {
  background-color: rgb(179 204 255 / 0.9);
}
.bg-comp-badge-blue-border\/95 {
  background-color: rgb(179 204 255 / 0.95);
}
.bg-comp-badge-blue-border\/base-opacity-disabled {
  background-color: rgb(179 204 255 / 60%);
}
.bg-comp-badge-blue-border\/core-opacity-0 {
  background-color: rgb(179 204 255 / 0%);
}
.bg-comp-badge-blue-border\/core-opacity-10 {
  background-color: rgb(179 204 255 / 10%);
}
.bg-comp-badge-blue-border\/core-opacity-100 {
  background-color: rgb(179 204 255 / 100%);
}
.bg-comp-badge-blue-border\/core-opacity-20 {
  background-color: rgb(179 204 255 / 20%);
}
.bg-comp-badge-blue-border\/core-opacity-30 {
  background-color: rgb(179 204 255 / 30%);
}
.bg-comp-badge-blue-border\/core-opacity-40 {
  background-color: rgb(179 204 255 / 40%);
}
.bg-comp-badge-blue-border\/core-opacity-50 {
  background-color: rgb(179 204 255 / 50%);
}
.bg-comp-badge-blue-border\/core-opacity-60 {
  background-color: rgb(179 204 255 / 60%);
}
.bg-comp-badge-blue-border\/core-opacity-70 {
  background-color: rgb(179 204 255 / 70%);
}
.bg-comp-badge-blue-border\/core-opacity-80 {
  background-color: rgb(179 204 255 / 80%);
}
.bg-comp-badge-blue-border\/core-opacity-90 {
  background-color: rgb(179 204 255 / 90%);
}
.bg-comp-badge-blue-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity));
}
.bg-comp-badge-blue-fg\/0 {
  background-color: rgb(21 94 239 / 0);
}
.bg-comp-badge-blue-fg\/10 {
  background-color: rgb(21 94 239 / 0.1);
}
.bg-comp-badge-blue-fg\/100 {
  background-color: rgb(21 94 239 / 1);
}
.bg-comp-badge-blue-fg\/20 {
  background-color: rgb(21 94 239 / 0.2);
}
.bg-comp-badge-blue-fg\/25 {
  background-color: rgb(21 94 239 / 0.25);
}
.bg-comp-badge-blue-fg\/30 {
  background-color: rgb(21 94 239 / 0.3);
}
.bg-comp-badge-blue-fg\/40 {
  background-color: rgb(21 94 239 / 0.4);
}
.bg-comp-badge-blue-fg\/5 {
  background-color: rgb(21 94 239 / 0.05);
}
.bg-comp-badge-blue-fg\/50 {
  background-color: rgb(21 94 239 / 0.5);
}
.bg-comp-badge-blue-fg\/60 {
  background-color: rgb(21 94 239 / 0.6);
}
.bg-comp-badge-blue-fg\/70 {
  background-color: rgb(21 94 239 / 0.7);
}
.bg-comp-badge-blue-fg\/75 {
  background-color: rgb(21 94 239 / 0.75);
}
.bg-comp-badge-blue-fg\/80 {
  background-color: rgb(21 94 239 / 0.8);
}
.bg-comp-badge-blue-fg\/90 {
  background-color: rgb(21 94 239 / 0.9);
}
.bg-comp-badge-blue-fg\/95 {
  background-color: rgb(21 94 239 / 0.95);
}
.bg-comp-badge-blue-fg\/base-opacity-disabled {
  background-color: rgb(21 94 239 / 60%);
}
.bg-comp-badge-blue-fg\/core-opacity-0 {
  background-color: rgb(21 94 239 / 0%);
}
.bg-comp-badge-blue-fg\/core-opacity-10 {
  background-color: rgb(21 94 239 / 10%);
}
.bg-comp-badge-blue-fg\/core-opacity-100 {
  background-color: rgb(21 94 239 / 100%);
}
.bg-comp-badge-blue-fg\/core-opacity-20 {
  background-color: rgb(21 94 239 / 20%);
}
.bg-comp-badge-blue-fg\/core-opacity-30 {
  background-color: rgb(21 94 239 / 30%);
}
.bg-comp-badge-blue-fg\/core-opacity-40 {
  background-color: rgb(21 94 239 / 40%);
}
.bg-comp-badge-blue-fg\/core-opacity-50 {
  background-color: rgb(21 94 239 / 50%);
}
.bg-comp-badge-blue-fg\/core-opacity-60 {
  background-color: rgb(21 94 239 / 60%);
}
.bg-comp-badge-blue-fg\/core-opacity-70 {
  background-color: rgb(21 94 239 / 70%);
}
.bg-comp-badge-blue-fg\/core-opacity-80 {
  background-color: rgb(21 94 239 / 80%);
}
.bg-comp-badge-blue-fg\/core-opacity-90 {
  background-color: rgb(21 94 239 / 90%);
}
.bg-comp-badge-blue-status {
  --tw-bg-opacity: 1;
  background-color: rgb(41 112 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-blue-status\/0 {
  background-color: rgb(41 112 255 / 0);
}
.bg-comp-badge-blue-status\/10 {
  background-color: rgb(41 112 255 / 0.1);
}
.bg-comp-badge-blue-status\/100 {
  background-color: rgb(41 112 255 / 1);
}
.bg-comp-badge-blue-status\/20 {
  background-color: rgb(41 112 255 / 0.2);
}
.bg-comp-badge-blue-status\/25 {
  background-color: rgb(41 112 255 / 0.25);
}
.bg-comp-badge-blue-status\/30 {
  background-color: rgb(41 112 255 / 0.3);
}
.bg-comp-badge-blue-status\/40 {
  background-color: rgb(41 112 255 / 0.4);
}
.bg-comp-badge-blue-status\/5 {
  background-color: rgb(41 112 255 / 0.05);
}
.bg-comp-badge-blue-status\/50 {
  background-color: rgb(41 112 255 / 0.5);
}
.bg-comp-badge-blue-status\/60 {
  background-color: rgb(41 112 255 / 0.6);
}
.bg-comp-badge-blue-status\/70 {
  background-color: rgb(41 112 255 / 0.7);
}
.bg-comp-badge-blue-status\/75 {
  background-color: rgb(41 112 255 / 0.75);
}
.bg-comp-badge-blue-status\/80 {
  background-color: rgb(41 112 255 / 0.8);
}
.bg-comp-badge-blue-status\/90 {
  background-color: rgb(41 112 255 / 0.9);
}
.bg-comp-badge-blue-status\/95 {
  background-color: rgb(41 112 255 / 0.95);
}
.bg-comp-badge-blue-status\/base-opacity-disabled {
  background-color: rgb(41 112 255 / 60%);
}
.bg-comp-badge-blue-status\/core-opacity-0 {
  background-color: rgb(41 112 255 / 0%);
}
.bg-comp-badge-blue-status\/core-opacity-10 {
  background-color: rgb(41 112 255 / 10%);
}
.bg-comp-badge-blue-status\/core-opacity-100 {
  background-color: rgb(41 112 255 / 100%);
}
.bg-comp-badge-blue-status\/core-opacity-20 {
  background-color: rgb(41 112 255 / 20%);
}
.bg-comp-badge-blue-status\/core-opacity-30 {
  background-color: rgb(41 112 255 / 30%);
}
.bg-comp-badge-blue-status\/core-opacity-40 {
  background-color: rgb(41 112 255 / 40%);
}
.bg-comp-badge-blue-status\/core-opacity-50 {
  background-color: rgb(41 112 255 / 50%);
}
.bg-comp-badge-blue-status\/core-opacity-60 {
  background-color: rgb(41 112 255 / 60%);
}
.bg-comp-badge-blue-status\/core-opacity-70 {
  background-color: rgb(41 112 255 / 70%);
}
.bg-comp-badge-blue-status\/core-opacity-80 {
  background-color: rgb(41 112 255 / 80%);
}
.bg-comp-badge-blue-status\/core-opacity-90 {
  background-color: rgb(41 112 255 / 90%);
}
.bg-comp-badge-cyan-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(235 253 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-cyan-bg\/0 {
  background-color: rgb(235 253 255 / 0);
}
.bg-comp-badge-cyan-bg\/10 {
  background-color: rgb(235 253 255 / 0.1);
}
.bg-comp-badge-cyan-bg\/100 {
  background-color: rgb(235 253 255 / 1);
}
.bg-comp-badge-cyan-bg\/20 {
  background-color: rgb(235 253 255 / 0.2);
}
.bg-comp-badge-cyan-bg\/25 {
  background-color: rgb(235 253 255 / 0.25);
}
.bg-comp-badge-cyan-bg\/30 {
  background-color: rgb(235 253 255 / 0.3);
}
.bg-comp-badge-cyan-bg\/40 {
  background-color: rgb(235 253 255 / 0.4);
}
.bg-comp-badge-cyan-bg\/5 {
  background-color: rgb(235 253 255 / 0.05);
}
.bg-comp-badge-cyan-bg\/50 {
  background-color: rgb(235 253 255 / 0.5);
}
.bg-comp-badge-cyan-bg\/60 {
  background-color: rgb(235 253 255 / 0.6);
}
.bg-comp-badge-cyan-bg\/70 {
  background-color: rgb(235 253 255 / 0.7);
}
.bg-comp-badge-cyan-bg\/75 {
  background-color: rgb(235 253 255 / 0.75);
}
.bg-comp-badge-cyan-bg\/80 {
  background-color: rgb(235 253 255 / 0.8);
}
.bg-comp-badge-cyan-bg\/90 {
  background-color: rgb(235 253 255 / 0.9);
}
.bg-comp-badge-cyan-bg\/95 {
  background-color: rgb(235 253 255 / 0.95);
}
.bg-comp-badge-cyan-bg\/base-opacity-disabled {
  background-color: rgb(235 253 255 / 60%);
}
.bg-comp-badge-cyan-bg\/core-opacity-0 {
  background-color: rgb(235 253 255 / 0%);
}
.bg-comp-badge-cyan-bg\/core-opacity-10 {
  background-color: rgb(235 253 255 / 10%);
}
.bg-comp-badge-cyan-bg\/core-opacity-100 {
  background-color: rgb(235 253 255 / 100%);
}
.bg-comp-badge-cyan-bg\/core-opacity-20 {
  background-color: rgb(235 253 255 / 20%);
}
.bg-comp-badge-cyan-bg\/core-opacity-30 {
  background-color: rgb(235 253 255 / 30%);
}
.bg-comp-badge-cyan-bg\/core-opacity-40 {
  background-color: rgb(235 253 255 / 40%);
}
.bg-comp-badge-cyan-bg\/core-opacity-50 {
  background-color: rgb(235 253 255 / 50%);
}
.bg-comp-badge-cyan-bg\/core-opacity-60 {
  background-color: rgb(235 253 255 / 60%);
}
.bg-comp-badge-cyan-bg\/core-opacity-70 {
  background-color: rgb(235 253 255 / 70%);
}
.bg-comp-badge-cyan-bg\/core-opacity-80 {
  background-color: rgb(235 253 255 / 80%);
}
.bg-comp-badge-cyan-bg\/core-opacity-90 {
  background-color: rgb(235 253 255 / 90%);
}
.bg-comp-badge-cyan-border {
  --tw-bg-opacity: 1;
  background-color: rgb(166 241 252 / var(--tw-bg-opacity));
}
.bg-comp-badge-cyan-border\/0 {
  background-color: rgb(166 241 252 / 0);
}
.bg-comp-badge-cyan-border\/10 {
  background-color: rgb(166 241 252 / 0.1);
}
.bg-comp-badge-cyan-border\/100 {
  background-color: rgb(166 241 252 / 1);
}
.bg-comp-badge-cyan-border\/20 {
  background-color: rgb(166 241 252 / 0.2);
}
.bg-comp-badge-cyan-border\/25 {
  background-color: rgb(166 241 252 / 0.25);
}
.bg-comp-badge-cyan-border\/30 {
  background-color: rgb(166 241 252 / 0.3);
}
.bg-comp-badge-cyan-border\/40 {
  background-color: rgb(166 241 252 / 0.4);
}
.bg-comp-badge-cyan-border\/5 {
  background-color: rgb(166 241 252 / 0.05);
}
.bg-comp-badge-cyan-border\/50 {
  background-color: rgb(166 241 252 / 0.5);
}
.bg-comp-badge-cyan-border\/60 {
  background-color: rgb(166 241 252 / 0.6);
}
.bg-comp-badge-cyan-border\/70 {
  background-color: rgb(166 241 252 / 0.7);
}
.bg-comp-badge-cyan-border\/75 {
  background-color: rgb(166 241 252 / 0.75);
}
.bg-comp-badge-cyan-border\/80 {
  background-color: rgb(166 241 252 / 0.8);
}
.bg-comp-badge-cyan-border\/90 {
  background-color: rgb(166 241 252 / 0.9);
}
.bg-comp-badge-cyan-border\/95 {
  background-color: rgb(166 241 252 / 0.95);
}
.bg-comp-badge-cyan-border\/base-opacity-disabled {
  background-color: rgb(166 241 252 / 60%);
}
.bg-comp-badge-cyan-border\/core-opacity-0 {
  background-color: rgb(166 241 252 / 0%);
}
.bg-comp-badge-cyan-border\/core-opacity-10 {
  background-color: rgb(166 241 252 / 10%);
}
.bg-comp-badge-cyan-border\/core-opacity-100 {
  background-color: rgb(166 241 252 / 100%);
}
.bg-comp-badge-cyan-border\/core-opacity-20 {
  background-color: rgb(166 241 252 / 20%);
}
.bg-comp-badge-cyan-border\/core-opacity-30 {
  background-color: rgb(166 241 252 / 30%);
}
.bg-comp-badge-cyan-border\/core-opacity-40 {
  background-color: rgb(166 241 252 / 40%);
}
.bg-comp-badge-cyan-border\/core-opacity-50 {
  background-color: rgb(166 241 252 / 50%);
}
.bg-comp-badge-cyan-border\/core-opacity-60 {
  background-color: rgb(166 241 252 / 60%);
}
.bg-comp-badge-cyan-border\/core-opacity-70 {
  background-color: rgb(166 241 252 / 70%);
}
.bg-comp-badge-cyan-border\/core-opacity-80 {
  background-color: rgb(166 241 252 / 80%);
}
.bg-comp-badge-cyan-border\/core-opacity-90 {
  background-color: rgb(166 241 252 / 90%);
}
.bg-comp-badge-cyan-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(8 136 175 / var(--tw-bg-opacity));
}
.bg-comp-badge-cyan-fg\/0 {
  background-color: rgb(8 136 175 / 0);
}
.bg-comp-badge-cyan-fg\/10 {
  background-color: rgb(8 136 175 / 0.1);
}
.bg-comp-badge-cyan-fg\/100 {
  background-color: rgb(8 136 175 / 1);
}
.bg-comp-badge-cyan-fg\/20 {
  background-color: rgb(8 136 175 / 0.2);
}
.bg-comp-badge-cyan-fg\/25 {
  background-color: rgb(8 136 175 / 0.25);
}
.bg-comp-badge-cyan-fg\/30 {
  background-color: rgb(8 136 175 / 0.3);
}
.bg-comp-badge-cyan-fg\/40 {
  background-color: rgb(8 136 175 / 0.4);
}
.bg-comp-badge-cyan-fg\/5 {
  background-color: rgb(8 136 175 / 0.05);
}
.bg-comp-badge-cyan-fg\/50 {
  background-color: rgb(8 136 175 / 0.5);
}
.bg-comp-badge-cyan-fg\/60 {
  background-color: rgb(8 136 175 / 0.6);
}
.bg-comp-badge-cyan-fg\/70 {
  background-color: rgb(8 136 175 / 0.7);
}
.bg-comp-badge-cyan-fg\/75 {
  background-color: rgb(8 136 175 / 0.75);
}
.bg-comp-badge-cyan-fg\/80 {
  background-color: rgb(8 136 175 / 0.8);
}
.bg-comp-badge-cyan-fg\/90 {
  background-color: rgb(8 136 175 / 0.9);
}
.bg-comp-badge-cyan-fg\/95 {
  background-color: rgb(8 136 175 / 0.95);
}
.bg-comp-badge-cyan-fg\/base-opacity-disabled {
  background-color: rgb(8 136 175 / 60%);
}
.bg-comp-badge-cyan-fg\/core-opacity-0 {
  background-color: rgb(8 136 175 / 0%);
}
.bg-comp-badge-cyan-fg\/core-opacity-10 {
  background-color: rgb(8 136 175 / 10%);
}
.bg-comp-badge-cyan-fg\/core-opacity-100 {
  background-color: rgb(8 136 175 / 100%);
}
.bg-comp-badge-cyan-fg\/core-opacity-20 {
  background-color: rgb(8 136 175 / 20%);
}
.bg-comp-badge-cyan-fg\/core-opacity-30 {
  background-color: rgb(8 136 175 / 30%);
}
.bg-comp-badge-cyan-fg\/core-opacity-40 {
  background-color: rgb(8 136 175 / 40%);
}
.bg-comp-badge-cyan-fg\/core-opacity-50 {
  background-color: rgb(8 136 175 / 50%);
}
.bg-comp-badge-cyan-fg\/core-opacity-60 {
  background-color: rgb(8 136 175 / 60%);
}
.bg-comp-badge-cyan-fg\/core-opacity-70 {
  background-color: rgb(8 136 175 / 70%);
}
.bg-comp-badge-cyan-fg\/core-opacity-80 {
  background-color: rgb(8 136 175 / 80%);
}
.bg-comp-badge-cyan-fg\/core-opacity-90 {
  background-color: rgb(8 136 175 / 90%);
}
.bg-comp-badge-cyan-status {
  --tw-bg-opacity: 1;
  background-color: rgb(7 175 213 / var(--tw-bg-opacity));
}
.bg-comp-badge-cyan-status\/0 {
  background-color: rgb(7 175 213 / 0);
}
.bg-comp-badge-cyan-status\/10 {
  background-color: rgb(7 175 213 / 0.1);
}
.bg-comp-badge-cyan-status\/100 {
  background-color: rgb(7 175 213 / 1);
}
.bg-comp-badge-cyan-status\/20 {
  background-color: rgb(7 175 213 / 0.2);
}
.bg-comp-badge-cyan-status\/25 {
  background-color: rgb(7 175 213 / 0.25);
}
.bg-comp-badge-cyan-status\/30 {
  background-color: rgb(7 175 213 / 0.3);
}
.bg-comp-badge-cyan-status\/40 {
  background-color: rgb(7 175 213 / 0.4);
}
.bg-comp-badge-cyan-status\/5 {
  background-color: rgb(7 175 213 / 0.05);
}
.bg-comp-badge-cyan-status\/50 {
  background-color: rgb(7 175 213 / 0.5);
}
.bg-comp-badge-cyan-status\/60 {
  background-color: rgb(7 175 213 / 0.6);
}
.bg-comp-badge-cyan-status\/70 {
  background-color: rgb(7 175 213 / 0.7);
}
.bg-comp-badge-cyan-status\/75 {
  background-color: rgb(7 175 213 / 0.75);
}
.bg-comp-badge-cyan-status\/80 {
  background-color: rgb(7 175 213 / 0.8);
}
.bg-comp-badge-cyan-status\/90 {
  background-color: rgb(7 175 213 / 0.9);
}
.bg-comp-badge-cyan-status\/95 {
  background-color: rgb(7 175 213 / 0.95);
}
.bg-comp-badge-cyan-status\/base-opacity-disabled {
  background-color: rgb(7 175 213 / 60%);
}
.bg-comp-badge-cyan-status\/core-opacity-0 {
  background-color: rgb(7 175 213 / 0%);
}
.bg-comp-badge-cyan-status\/core-opacity-10 {
  background-color: rgb(7 175 213 / 10%);
}
.bg-comp-badge-cyan-status\/core-opacity-100 {
  background-color: rgb(7 175 213 / 100%);
}
.bg-comp-badge-cyan-status\/core-opacity-20 {
  background-color: rgb(7 175 213 / 20%);
}
.bg-comp-badge-cyan-status\/core-opacity-30 {
  background-color: rgb(7 175 213 / 30%);
}
.bg-comp-badge-cyan-status\/core-opacity-40 {
  background-color: rgb(7 175 213 / 40%);
}
.bg-comp-badge-cyan-status\/core-opacity-50 {
  background-color: rgb(7 175 213 / 50%);
}
.bg-comp-badge-cyan-status\/core-opacity-60 {
  background-color: rgb(7 175 213 / 60%);
}
.bg-comp-badge-cyan-status\/core-opacity-70 {
  background-color: rgb(7 175 213 / 70%);
}
.bg-comp-badge-cyan-status\/core-opacity-80 {
  background-color: rgb(7 175 213 / 80%);
}
.bg-comp-badge-cyan-status\/core-opacity-90 {
  background-color: rgb(7 175 213 / 90%);
}
.bg-comp-badge-dark-gray-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-badge-dark-gray-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-badge-dark-gray-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-badge-dark-gray-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-badge-dark-gray-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-badge-dark-gray-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-badge-dark-gray-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-badge-dark-gray-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-badge-dark-gray-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-badge-dark-gray-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-badge-dark-gray-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-badge-dark-gray-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-badge-dark-gray-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-badge-dark-gray-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-badge-dark-gray-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-badge-dark-gray-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-badge-dark-gray-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-badge-dark-gray-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-badge-dark-gray-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-badge-dark-gray-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-badge-dark-gray-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-badge-dark-gray-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-badge-dark-gray-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-badge-dark-gray-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-badge-dark-gray-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-badge-dark-gray-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-badge-dark-gray-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-badge-dark-gray-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-badge-dark-gray-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-badge-dark-gray-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-badge-dark-gray-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-badge-dark-gray-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-badge-dark-gray-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-badge-dark-gray-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-badge-dark-gray-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-badge-dark-gray-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-badge-dark-gray-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-badge-dark-gray-fg\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-badge-dark-gray-fg\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-badge-dark-gray-fg\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-badge-dark-gray-fg\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-badge-dark-gray-fg\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-badge-dark-gray-fg\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-badge-dark-gray-fg\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-badge-dark-gray-fg\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-badge-dark-gray-fg\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-badge-dark-gray-fg\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-badge-dark-gray-fg\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-badge-dark-gray-fg\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-badge-dark-gray-fg\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-badge-dark-gray-fg\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-badge-dark-gray-fg\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-badge-dark-gray-fg\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-badge-dark-gray-fg\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-badge-green-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(237 253 243 / var(--tw-bg-opacity));
}
.bg-comp-badge-green-bg\/0 {
  background-color: rgb(237 253 243 / 0);
}
.bg-comp-badge-green-bg\/10 {
  background-color: rgb(237 253 243 / 0.1);
}
.bg-comp-badge-green-bg\/100 {
  background-color: rgb(237 253 243 / 1);
}
.bg-comp-badge-green-bg\/20 {
  background-color: rgb(237 253 243 / 0.2);
}
.bg-comp-badge-green-bg\/25 {
  background-color: rgb(237 253 243 / 0.25);
}
.bg-comp-badge-green-bg\/30 {
  background-color: rgb(237 253 243 / 0.3);
}
.bg-comp-badge-green-bg\/40 {
  background-color: rgb(237 253 243 / 0.4);
}
.bg-comp-badge-green-bg\/5 {
  background-color: rgb(237 253 243 / 0.05);
}
.bg-comp-badge-green-bg\/50 {
  background-color: rgb(237 253 243 / 0.5);
}
.bg-comp-badge-green-bg\/60 {
  background-color: rgb(237 253 243 / 0.6);
}
.bg-comp-badge-green-bg\/70 {
  background-color: rgb(237 253 243 / 0.7);
}
.bg-comp-badge-green-bg\/75 {
  background-color: rgb(237 253 243 / 0.75);
}
.bg-comp-badge-green-bg\/80 {
  background-color: rgb(237 253 243 / 0.8);
}
.bg-comp-badge-green-bg\/90 {
  background-color: rgb(237 253 243 / 0.9);
}
.bg-comp-badge-green-bg\/95 {
  background-color: rgb(237 253 243 / 0.95);
}
.bg-comp-badge-green-bg\/base-opacity-disabled {
  background-color: rgb(237 253 243 / 60%);
}
.bg-comp-badge-green-bg\/core-opacity-0 {
  background-color: rgb(237 253 243 / 0%);
}
.bg-comp-badge-green-bg\/core-opacity-10 {
  background-color: rgb(237 253 243 / 10%);
}
.bg-comp-badge-green-bg\/core-opacity-100 {
  background-color: rgb(237 253 243 / 100%);
}
.bg-comp-badge-green-bg\/core-opacity-20 {
  background-color: rgb(237 253 243 / 20%);
}
.bg-comp-badge-green-bg\/core-opacity-30 {
  background-color: rgb(237 253 243 / 30%);
}
.bg-comp-badge-green-bg\/core-opacity-40 {
  background-color: rgb(237 253 243 / 40%);
}
.bg-comp-badge-green-bg\/core-opacity-50 {
  background-color: rgb(237 253 243 / 50%);
}
.bg-comp-badge-green-bg\/core-opacity-60 {
  background-color: rgb(237 253 243 / 60%);
}
.bg-comp-badge-green-bg\/core-opacity-70 {
  background-color: rgb(237 253 243 / 70%);
}
.bg-comp-badge-green-bg\/core-opacity-80 {
  background-color: rgb(237 253 243 / 80%);
}
.bg-comp-badge-green-bg\/core-opacity-90 {
  background-color: rgb(237 253 243 / 90%);
}
.bg-comp-badge-green-border {
  --tw-bg-opacity: 1;
  background-color: rgb(164 244 196 / var(--tw-bg-opacity));
}
.bg-comp-badge-green-border\/0 {
  background-color: rgb(164 244 196 / 0);
}
.bg-comp-badge-green-border\/10 {
  background-color: rgb(164 244 196 / 0.1);
}
.bg-comp-badge-green-border\/100 {
  background-color: rgb(164 244 196 / 1);
}
.bg-comp-badge-green-border\/20 {
  background-color: rgb(164 244 196 / 0.2);
}
.bg-comp-badge-green-border\/25 {
  background-color: rgb(164 244 196 / 0.25);
}
.bg-comp-badge-green-border\/30 {
  background-color: rgb(164 244 196 / 0.3);
}
.bg-comp-badge-green-border\/40 {
  background-color: rgb(164 244 196 / 0.4);
}
.bg-comp-badge-green-border\/5 {
  background-color: rgb(164 244 196 / 0.05);
}
.bg-comp-badge-green-border\/50 {
  background-color: rgb(164 244 196 / 0.5);
}
.bg-comp-badge-green-border\/60 {
  background-color: rgb(164 244 196 / 0.6);
}
.bg-comp-badge-green-border\/70 {
  background-color: rgb(164 244 196 / 0.7);
}
.bg-comp-badge-green-border\/75 {
  background-color: rgb(164 244 196 / 0.75);
}
.bg-comp-badge-green-border\/80 {
  background-color: rgb(164 244 196 / 0.8);
}
.bg-comp-badge-green-border\/90 {
  background-color: rgb(164 244 196 / 0.9);
}
.bg-comp-badge-green-border\/95 {
  background-color: rgb(164 244 196 / 0.95);
}
.bg-comp-badge-green-border\/base-opacity-disabled {
  background-color: rgb(164 244 196 / 60%);
}
.bg-comp-badge-green-border\/core-opacity-0 {
  background-color: rgb(164 244 196 / 0%);
}
.bg-comp-badge-green-border\/core-opacity-10 {
  background-color: rgb(164 244 196 / 10%);
}
.bg-comp-badge-green-border\/core-opacity-100 {
  background-color: rgb(164 244 196 / 100%);
}
.bg-comp-badge-green-border\/core-opacity-20 {
  background-color: rgb(164 244 196 / 20%);
}
.bg-comp-badge-green-border\/core-opacity-30 {
  background-color: rgb(164 244 196 / 30%);
}
.bg-comp-badge-green-border\/core-opacity-40 {
  background-color: rgb(164 244 196 / 40%);
}
.bg-comp-badge-green-border\/core-opacity-50 {
  background-color: rgb(164 244 196 / 50%);
}
.bg-comp-badge-green-border\/core-opacity-60 {
  background-color: rgb(164 244 196 / 60%);
}
.bg-comp-badge-green-border\/core-opacity-70 {
  background-color: rgb(164 244 196 / 70%);
}
.bg-comp-badge-green-border\/core-opacity-80 {
  background-color: rgb(164 244 196 / 80%);
}
.bg-comp-badge-green-border\/core-opacity-90 {
  background-color: rgb(164 244 196 / 90%);
}
.bg-comp-badge-green-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(3 150 84 / var(--tw-bg-opacity));
}
.bg-comp-badge-green-fg\/0 {
  background-color: rgb(3 150 84 / 0);
}
.bg-comp-badge-green-fg\/10 {
  background-color: rgb(3 150 84 / 0.1);
}
.bg-comp-badge-green-fg\/100 {
  background-color: rgb(3 150 84 / 1);
}
.bg-comp-badge-green-fg\/20 {
  background-color: rgb(3 150 84 / 0.2);
}
.bg-comp-badge-green-fg\/25 {
  background-color: rgb(3 150 84 / 0.25);
}
.bg-comp-badge-green-fg\/30 {
  background-color: rgb(3 150 84 / 0.3);
}
.bg-comp-badge-green-fg\/40 {
  background-color: rgb(3 150 84 / 0.4);
}
.bg-comp-badge-green-fg\/5 {
  background-color: rgb(3 150 84 / 0.05);
}
.bg-comp-badge-green-fg\/50 {
  background-color: rgb(3 150 84 / 0.5);
}
.bg-comp-badge-green-fg\/60 {
  background-color: rgb(3 150 84 / 0.6);
}
.bg-comp-badge-green-fg\/70 {
  background-color: rgb(3 150 84 / 0.7);
}
.bg-comp-badge-green-fg\/75 {
  background-color: rgb(3 150 84 / 0.75);
}
.bg-comp-badge-green-fg\/80 {
  background-color: rgb(3 150 84 / 0.8);
}
.bg-comp-badge-green-fg\/90 {
  background-color: rgb(3 150 84 / 0.9);
}
.bg-comp-badge-green-fg\/95 {
  background-color: rgb(3 150 84 / 0.95);
}
.bg-comp-badge-green-fg\/base-opacity-disabled {
  background-color: rgb(3 150 84 / 60%);
}
.bg-comp-badge-green-fg\/core-opacity-0 {
  background-color: rgb(3 150 84 / 0%);
}
.bg-comp-badge-green-fg\/core-opacity-10 {
  background-color: rgb(3 150 84 / 10%);
}
.bg-comp-badge-green-fg\/core-opacity-100 {
  background-color: rgb(3 150 84 / 100%);
}
.bg-comp-badge-green-fg\/core-opacity-20 {
  background-color: rgb(3 150 84 / 20%);
}
.bg-comp-badge-green-fg\/core-opacity-30 {
  background-color: rgb(3 150 84 / 30%);
}
.bg-comp-badge-green-fg\/core-opacity-40 {
  background-color: rgb(3 150 84 / 40%);
}
.bg-comp-badge-green-fg\/core-opacity-50 {
  background-color: rgb(3 150 84 / 50%);
}
.bg-comp-badge-green-fg\/core-opacity-60 {
  background-color: rgb(3 150 84 / 60%);
}
.bg-comp-badge-green-fg\/core-opacity-70 {
  background-color: rgb(3 150 84 / 70%);
}
.bg-comp-badge-green-fg\/core-opacity-80 {
  background-color: rgb(3 150 84 / 80%);
}
.bg-comp-badge-green-fg\/core-opacity-90 {
  background-color: rgb(3 150 84 / 90%);
}
.bg-comp-badge-green-status {
  --tw-bg-opacity: 1;
  background-color: rgb(18 181 105 / var(--tw-bg-opacity));
}
.bg-comp-badge-green-status\/0 {
  background-color: rgb(18 181 105 / 0);
}
.bg-comp-badge-green-status\/10 {
  background-color: rgb(18 181 105 / 0.1);
}
.bg-comp-badge-green-status\/100 {
  background-color: rgb(18 181 105 / 1);
}
.bg-comp-badge-green-status\/20 {
  background-color: rgb(18 181 105 / 0.2);
}
.bg-comp-badge-green-status\/25 {
  background-color: rgb(18 181 105 / 0.25);
}
.bg-comp-badge-green-status\/30 {
  background-color: rgb(18 181 105 / 0.3);
}
.bg-comp-badge-green-status\/40 {
  background-color: rgb(18 181 105 / 0.4);
}
.bg-comp-badge-green-status\/5 {
  background-color: rgb(18 181 105 / 0.05);
}
.bg-comp-badge-green-status\/50 {
  background-color: rgb(18 181 105 / 0.5);
}
.bg-comp-badge-green-status\/60 {
  background-color: rgb(18 181 105 / 0.6);
}
.bg-comp-badge-green-status\/70 {
  background-color: rgb(18 181 105 / 0.7);
}
.bg-comp-badge-green-status\/75 {
  background-color: rgb(18 181 105 / 0.75);
}
.bg-comp-badge-green-status\/80 {
  background-color: rgb(18 181 105 / 0.8);
}
.bg-comp-badge-green-status\/90 {
  background-color: rgb(18 181 105 / 0.9);
}
.bg-comp-badge-green-status\/95 {
  background-color: rgb(18 181 105 / 0.95);
}
.bg-comp-badge-green-status\/base-opacity-disabled {
  background-color: rgb(18 181 105 / 60%);
}
.bg-comp-badge-green-status\/core-opacity-0 {
  background-color: rgb(18 181 105 / 0%);
}
.bg-comp-badge-green-status\/core-opacity-10 {
  background-color: rgb(18 181 105 / 10%);
}
.bg-comp-badge-green-status\/core-opacity-100 {
  background-color: rgb(18 181 105 / 100%);
}
.bg-comp-badge-green-status\/core-opacity-20 {
  background-color: rgb(18 181 105 / 20%);
}
.bg-comp-badge-green-status\/core-opacity-30 {
  background-color: rgb(18 181 105 / 30%);
}
.bg-comp-badge-green-status\/core-opacity-40 {
  background-color: rgb(18 181 105 / 40%);
}
.bg-comp-badge-green-status\/core-opacity-50 {
  background-color: rgb(18 181 105 / 50%);
}
.bg-comp-badge-green-status\/core-opacity-60 {
  background-color: rgb(18 181 105 / 60%);
}
.bg-comp-badge-green-status\/core-opacity-70 {
  background-color: rgb(18 181 105 / 70%);
}
.bg-comp-badge-green-status\/core-opacity-80 {
  background-color: rgb(18 181 105 / 80%);
}
.bg-comp-badge-green-status\/core-opacity-90 {
  background-color: rgb(18 181 105 / 90%);
}
.bg-comp-badge-light-gray-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-light-gray-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-badge-light-gray-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-badge-light-gray-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-badge-light-gray-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-badge-light-gray-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-badge-light-gray-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-badge-light-gray-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-badge-light-gray-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-badge-light-gray-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-badge-light-gray-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-badge-light-gray-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-badge-light-gray-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-badge-light-gray-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-badge-light-gray-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-badge-light-gray-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-badge-light-gray-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-badge-light-gray-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-badge-light-gray-border {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-comp-badge-light-gray-border\/0 {
  background-color: rgb(234 236 240 / 0);
}
.bg-comp-badge-light-gray-border\/10 {
  background-color: rgb(234 236 240 / 0.1);
}
.bg-comp-badge-light-gray-border\/100 {
  background-color: rgb(234 236 240 / 1);
}
.bg-comp-badge-light-gray-border\/20 {
  background-color: rgb(234 236 240 / 0.2);
}
.bg-comp-badge-light-gray-border\/25 {
  background-color: rgb(234 236 240 / 0.25);
}
.bg-comp-badge-light-gray-border\/30 {
  background-color: rgb(234 236 240 / 0.3);
}
.bg-comp-badge-light-gray-border\/40 {
  background-color: rgb(234 236 240 / 0.4);
}
.bg-comp-badge-light-gray-border\/5 {
  background-color: rgb(234 236 240 / 0.05);
}
.bg-comp-badge-light-gray-border\/50 {
  background-color: rgb(234 236 240 / 0.5);
}
.bg-comp-badge-light-gray-border\/60 {
  background-color: rgb(234 236 240 / 0.6);
}
.bg-comp-badge-light-gray-border\/70 {
  background-color: rgb(234 236 240 / 0.7);
}
.bg-comp-badge-light-gray-border\/75 {
  background-color: rgb(234 236 240 / 0.75);
}
.bg-comp-badge-light-gray-border\/80 {
  background-color: rgb(234 236 240 / 0.8);
}
.bg-comp-badge-light-gray-border\/90 {
  background-color: rgb(234 236 240 / 0.9);
}
.bg-comp-badge-light-gray-border\/95 {
  background-color: rgb(234 236 240 / 0.95);
}
.bg-comp-badge-light-gray-border\/base-opacity-disabled {
  background-color: rgb(234 236 240 / 60%);
}
.bg-comp-badge-light-gray-border\/core-opacity-0 {
  background-color: rgb(234 236 240 / 0%);
}
.bg-comp-badge-light-gray-border\/core-opacity-10 {
  background-color: rgb(234 236 240 / 10%);
}
.bg-comp-badge-light-gray-border\/core-opacity-100 {
  background-color: rgb(234 236 240 / 100%);
}
.bg-comp-badge-light-gray-border\/core-opacity-20 {
  background-color: rgb(234 236 240 / 20%);
}
.bg-comp-badge-light-gray-border\/core-opacity-30 {
  background-color: rgb(234 236 240 / 30%);
}
.bg-comp-badge-light-gray-border\/core-opacity-40 {
  background-color: rgb(234 236 240 / 40%);
}
.bg-comp-badge-light-gray-border\/core-opacity-50 {
  background-color: rgb(234 236 240 / 50%);
}
.bg-comp-badge-light-gray-border\/core-opacity-60 {
  background-color: rgb(234 236 240 / 60%);
}
.bg-comp-badge-light-gray-border\/core-opacity-70 {
  background-color: rgb(234 236 240 / 70%);
}
.bg-comp-badge-light-gray-border\/core-opacity-80 {
  background-color: rgb(234 236 240 / 80%);
}
.bg-comp-badge-light-gray-border\/core-opacity-90 {
  background-color: rgb(234 236 240 / 90%);
}
.bg-comp-badge-light-gray-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(71 84 102 / var(--tw-bg-opacity));
}
.bg-comp-badge-light-gray-fg\/0 {
  background-color: rgb(71 84 102 / 0);
}
.bg-comp-badge-light-gray-fg\/10 {
  background-color: rgb(71 84 102 / 0.1);
}
.bg-comp-badge-light-gray-fg\/100 {
  background-color: rgb(71 84 102 / 1);
}
.bg-comp-badge-light-gray-fg\/20 {
  background-color: rgb(71 84 102 / 0.2);
}
.bg-comp-badge-light-gray-fg\/25 {
  background-color: rgb(71 84 102 / 0.25);
}
.bg-comp-badge-light-gray-fg\/30 {
  background-color: rgb(71 84 102 / 0.3);
}
.bg-comp-badge-light-gray-fg\/40 {
  background-color: rgb(71 84 102 / 0.4);
}
.bg-comp-badge-light-gray-fg\/5 {
  background-color: rgb(71 84 102 / 0.05);
}
.bg-comp-badge-light-gray-fg\/50 {
  background-color: rgb(71 84 102 / 0.5);
}
.bg-comp-badge-light-gray-fg\/60 {
  background-color: rgb(71 84 102 / 0.6);
}
.bg-comp-badge-light-gray-fg\/70 {
  background-color: rgb(71 84 102 / 0.7);
}
.bg-comp-badge-light-gray-fg\/75 {
  background-color: rgb(71 84 102 / 0.75);
}
.bg-comp-badge-light-gray-fg\/80 {
  background-color: rgb(71 84 102 / 0.8);
}
.bg-comp-badge-light-gray-fg\/90 {
  background-color: rgb(71 84 102 / 0.9);
}
.bg-comp-badge-light-gray-fg\/95 {
  background-color: rgb(71 84 102 / 0.95);
}
.bg-comp-badge-light-gray-fg\/base-opacity-disabled {
  background-color: rgb(71 84 102 / 60%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-0 {
  background-color: rgb(71 84 102 / 0%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-10 {
  background-color: rgb(71 84 102 / 10%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-100 {
  background-color: rgb(71 84 102 / 100%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-20 {
  background-color: rgb(71 84 102 / 20%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-30 {
  background-color: rgb(71 84 102 / 30%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-40 {
  background-color: rgb(71 84 102 / 40%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-50 {
  background-color: rgb(71 84 102 / 50%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-60 {
  background-color: rgb(71 84 102 / 60%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-70 {
  background-color: rgb(71 84 102 / 70%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-80 {
  background-color: rgb(71 84 102 / 80%);
}
.bg-comp-badge-light-gray-fg\/core-opacity-90 {
  background-color: rgb(71 84 102 / 90%);
}
.bg-comp-badge-orange-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 235 / var(--tw-bg-opacity));
}
.bg-comp-badge-orange-bg\/0 {
  background-color: rgb(255 245 235 / 0);
}
.bg-comp-badge-orange-bg\/10 {
  background-color: rgb(255 245 235 / 0.1);
}
.bg-comp-badge-orange-bg\/100 {
  background-color: rgb(255 245 235 / 1);
}
.bg-comp-badge-orange-bg\/20 {
  background-color: rgb(255 245 235 / 0.2);
}
.bg-comp-badge-orange-bg\/25 {
  background-color: rgb(255 245 235 / 0.25);
}
.bg-comp-badge-orange-bg\/30 {
  background-color: rgb(255 245 235 / 0.3);
}
.bg-comp-badge-orange-bg\/40 {
  background-color: rgb(255 245 235 / 0.4);
}
.bg-comp-badge-orange-bg\/5 {
  background-color: rgb(255 245 235 / 0.05);
}
.bg-comp-badge-orange-bg\/50 {
  background-color: rgb(255 245 235 / 0.5);
}
.bg-comp-badge-orange-bg\/60 {
  background-color: rgb(255 245 235 / 0.6);
}
.bg-comp-badge-orange-bg\/70 {
  background-color: rgb(255 245 235 / 0.7);
}
.bg-comp-badge-orange-bg\/75 {
  background-color: rgb(255 245 235 / 0.75);
}
.bg-comp-badge-orange-bg\/80 {
  background-color: rgb(255 245 235 / 0.8);
}
.bg-comp-badge-orange-bg\/90 {
  background-color: rgb(255 245 235 / 0.9);
}
.bg-comp-badge-orange-bg\/95 {
  background-color: rgb(255 245 235 / 0.95);
}
.bg-comp-badge-orange-bg\/base-opacity-disabled {
  background-color: rgb(255 245 235 / 60%);
}
.bg-comp-badge-orange-bg\/core-opacity-0 {
  background-color: rgb(255 245 235 / 0%);
}
.bg-comp-badge-orange-bg\/core-opacity-10 {
  background-color: rgb(255 245 235 / 10%);
}
.bg-comp-badge-orange-bg\/core-opacity-100 {
  background-color: rgb(255 245 235 / 100%);
}
.bg-comp-badge-orange-bg\/core-opacity-20 {
  background-color: rgb(255 245 235 / 20%);
}
.bg-comp-badge-orange-bg\/core-opacity-30 {
  background-color: rgb(255 245 235 / 30%);
}
.bg-comp-badge-orange-bg\/core-opacity-40 {
  background-color: rgb(255 245 235 / 40%);
}
.bg-comp-badge-orange-bg\/core-opacity-50 {
  background-color: rgb(255 245 235 / 50%);
}
.bg-comp-badge-orange-bg\/core-opacity-60 {
  background-color: rgb(255 245 235 / 60%);
}
.bg-comp-badge-orange-bg\/core-opacity-70 {
  background-color: rgb(255 245 235 / 70%);
}
.bg-comp-badge-orange-bg\/core-opacity-80 {
  background-color: rgb(255 245 235 / 80%);
}
.bg-comp-badge-orange-bg\/core-opacity-90 {
  background-color: rgb(255 245 235 / 90%);
}
.bg-comp-badge-orange-border {
  --tw-bg-opacity: 1;
  background-color: rgb(253 220 170 / var(--tw-bg-opacity));
}
.bg-comp-badge-orange-border\/0 {
  background-color: rgb(253 220 170 / 0);
}
.bg-comp-badge-orange-border\/10 {
  background-color: rgb(253 220 170 / 0.1);
}
.bg-comp-badge-orange-border\/100 {
  background-color: rgb(253 220 170 / 1);
}
.bg-comp-badge-orange-border\/20 {
  background-color: rgb(253 220 170 / 0.2);
}
.bg-comp-badge-orange-border\/25 {
  background-color: rgb(253 220 170 / 0.25);
}
.bg-comp-badge-orange-border\/30 {
  background-color: rgb(253 220 170 / 0.3);
}
.bg-comp-badge-orange-border\/40 {
  background-color: rgb(253 220 170 / 0.4);
}
.bg-comp-badge-orange-border\/5 {
  background-color: rgb(253 220 170 / 0.05);
}
.bg-comp-badge-orange-border\/50 {
  background-color: rgb(253 220 170 / 0.5);
}
.bg-comp-badge-orange-border\/60 {
  background-color: rgb(253 220 170 / 0.6);
}
.bg-comp-badge-orange-border\/70 {
  background-color: rgb(253 220 170 / 0.7);
}
.bg-comp-badge-orange-border\/75 {
  background-color: rgb(253 220 170 / 0.75);
}
.bg-comp-badge-orange-border\/80 {
  background-color: rgb(253 220 170 / 0.8);
}
.bg-comp-badge-orange-border\/90 {
  background-color: rgb(253 220 170 / 0.9);
}
.bg-comp-badge-orange-border\/95 {
  background-color: rgb(253 220 170 / 0.95);
}
.bg-comp-badge-orange-border\/base-opacity-disabled {
  background-color: rgb(253 220 170 / 60%);
}
.bg-comp-badge-orange-border\/core-opacity-0 {
  background-color: rgb(253 220 170 / 0%);
}
.bg-comp-badge-orange-border\/core-opacity-10 {
  background-color: rgb(253 220 170 / 10%);
}
.bg-comp-badge-orange-border\/core-opacity-100 {
  background-color: rgb(253 220 170 / 100%);
}
.bg-comp-badge-orange-border\/core-opacity-20 {
  background-color: rgb(253 220 170 / 20%);
}
.bg-comp-badge-orange-border\/core-opacity-30 {
  background-color: rgb(253 220 170 / 30%);
}
.bg-comp-badge-orange-border\/core-opacity-40 {
  background-color: rgb(253 220 170 / 40%);
}
.bg-comp-badge-orange-border\/core-opacity-50 {
  background-color: rgb(253 220 170 / 50%);
}
.bg-comp-badge-orange-border\/core-opacity-60 {
  background-color: rgb(253 220 170 / 60%);
}
.bg-comp-badge-orange-border\/core-opacity-70 {
  background-color: rgb(253 220 170 / 70%);
}
.bg-comp-badge-orange-border\/core-opacity-80 {
  background-color: rgb(253 220 170 / 80%);
}
.bg-comp-badge-orange-border\/core-opacity-90 {
  background-color: rgb(253 220 170 / 90%);
}
.bg-comp-badge-orange-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(235 74 10 / var(--tw-bg-opacity));
}
.bg-comp-badge-orange-fg\/0 {
  background-color: rgb(235 74 10 / 0);
}
.bg-comp-badge-orange-fg\/10 {
  background-color: rgb(235 74 10 / 0.1);
}
.bg-comp-badge-orange-fg\/100 {
  background-color: rgb(235 74 10 / 1);
}
.bg-comp-badge-orange-fg\/20 {
  background-color: rgb(235 74 10 / 0.2);
}
.bg-comp-badge-orange-fg\/25 {
  background-color: rgb(235 74 10 / 0.25);
}
.bg-comp-badge-orange-fg\/30 {
  background-color: rgb(235 74 10 / 0.3);
}
.bg-comp-badge-orange-fg\/40 {
  background-color: rgb(235 74 10 / 0.4);
}
.bg-comp-badge-orange-fg\/5 {
  background-color: rgb(235 74 10 / 0.05);
}
.bg-comp-badge-orange-fg\/50 {
  background-color: rgb(235 74 10 / 0.5);
}
.bg-comp-badge-orange-fg\/60 {
  background-color: rgb(235 74 10 / 0.6);
}
.bg-comp-badge-orange-fg\/70 {
  background-color: rgb(235 74 10 / 0.7);
}
.bg-comp-badge-orange-fg\/75 {
  background-color: rgb(235 74 10 / 0.75);
}
.bg-comp-badge-orange-fg\/80 {
  background-color: rgb(235 74 10 / 0.8);
}
.bg-comp-badge-orange-fg\/90 {
  background-color: rgb(235 74 10 / 0.9);
}
.bg-comp-badge-orange-fg\/95 {
  background-color: rgb(235 74 10 / 0.95);
}
.bg-comp-badge-orange-fg\/base-opacity-disabled {
  background-color: rgb(235 74 10 / 60%);
}
.bg-comp-badge-orange-fg\/core-opacity-0 {
  background-color: rgb(235 74 10 / 0%);
}
.bg-comp-badge-orange-fg\/core-opacity-10 {
  background-color: rgb(235 74 10 / 10%);
}
.bg-comp-badge-orange-fg\/core-opacity-100 {
  background-color: rgb(235 74 10 / 100%);
}
.bg-comp-badge-orange-fg\/core-opacity-20 {
  background-color: rgb(235 74 10 / 20%);
}
.bg-comp-badge-orange-fg\/core-opacity-30 {
  background-color: rgb(235 74 10 / 30%);
}
.bg-comp-badge-orange-fg\/core-opacity-40 {
  background-color: rgb(235 74 10 / 40%);
}
.bg-comp-badge-orange-fg\/core-opacity-50 {
  background-color: rgb(235 74 10 / 50%);
}
.bg-comp-badge-orange-fg\/core-opacity-60 {
  background-color: rgb(235 74 10 / 60%);
}
.bg-comp-badge-orange-fg\/core-opacity-70 {
  background-color: rgb(235 74 10 / 70%);
}
.bg-comp-badge-orange-fg\/core-opacity-80 {
  background-color: rgb(235 74 10 / 80%);
}
.bg-comp-badge-orange-fg\/core-opacity-90 {
  background-color: rgb(235 74 10 / 90%);
}
.bg-comp-badge-orange-status {
  --tw-bg-opacity: 1;
  background-color: rgb(251 100 19 / var(--tw-bg-opacity));
}
.bg-comp-badge-orange-status\/0 {
  background-color: rgb(251 100 19 / 0);
}
.bg-comp-badge-orange-status\/10 {
  background-color: rgb(251 100 19 / 0.1);
}
.bg-comp-badge-orange-status\/100 {
  background-color: rgb(251 100 19 / 1);
}
.bg-comp-badge-orange-status\/20 {
  background-color: rgb(251 100 19 / 0.2);
}
.bg-comp-badge-orange-status\/25 {
  background-color: rgb(251 100 19 / 0.25);
}
.bg-comp-badge-orange-status\/30 {
  background-color: rgb(251 100 19 / 0.3);
}
.bg-comp-badge-orange-status\/40 {
  background-color: rgb(251 100 19 / 0.4);
}
.bg-comp-badge-orange-status\/5 {
  background-color: rgb(251 100 19 / 0.05);
}
.bg-comp-badge-orange-status\/50 {
  background-color: rgb(251 100 19 / 0.5);
}
.bg-comp-badge-orange-status\/60 {
  background-color: rgb(251 100 19 / 0.6);
}
.bg-comp-badge-orange-status\/70 {
  background-color: rgb(251 100 19 / 0.7);
}
.bg-comp-badge-orange-status\/75 {
  background-color: rgb(251 100 19 / 0.75);
}
.bg-comp-badge-orange-status\/80 {
  background-color: rgb(251 100 19 / 0.8);
}
.bg-comp-badge-orange-status\/90 {
  background-color: rgb(251 100 19 / 0.9);
}
.bg-comp-badge-orange-status\/95 {
  background-color: rgb(251 100 19 / 0.95);
}
.bg-comp-badge-orange-status\/base-opacity-disabled {
  background-color: rgb(251 100 19 / 60%);
}
.bg-comp-badge-orange-status\/core-opacity-0 {
  background-color: rgb(251 100 19 / 0%);
}
.bg-comp-badge-orange-status\/core-opacity-10 {
  background-color: rgb(251 100 19 / 10%);
}
.bg-comp-badge-orange-status\/core-opacity-100 {
  background-color: rgb(251 100 19 / 100%);
}
.bg-comp-badge-orange-status\/core-opacity-20 {
  background-color: rgb(251 100 19 / 20%);
}
.bg-comp-badge-orange-status\/core-opacity-30 {
  background-color: rgb(251 100 19 / 30%);
}
.bg-comp-badge-orange-status\/core-opacity-40 {
  background-color: rgb(251 100 19 / 40%);
}
.bg-comp-badge-orange-status\/core-opacity-50 {
  background-color: rgb(251 100 19 / 50%);
}
.bg-comp-badge-orange-status\/core-opacity-60 {
  background-color: rgb(251 100 19 / 60%);
}
.bg-comp-badge-orange-status\/core-opacity-70 {
  background-color: rgb(251 100 19 / 70%);
}
.bg-comp-badge-orange-status\/core-opacity-80 {
  background-color: rgb(251 100 19 / 80%);
}
.bg-comp-badge-orange-status\/core-opacity-90 {
  background-color: rgb(251 100 19 / 90%);
}
.bg-comp-badge-purple-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.bg-comp-badge-purple-bg\/0 {
  background-color: rgb(242 244 253 / 0);
}
.bg-comp-badge-purple-bg\/10 {
  background-color: rgb(242 244 253 / 0.1);
}
.bg-comp-badge-purple-bg\/100 {
  background-color: rgb(242 244 253 / 1);
}
.bg-comp-badge-purple-bg\/20 {
  background-color: rgb(242 244 253 / 0.2);
}
.bg-comp-badge-purple-bg\/25 {
  background-color: rgb(242 244 253 / 0.25);
}
.bg-comp-badge-purple-bg\/30 {
  background-color: rgb(242 244 253 / 0.3);
}
.bg-comp-badge-purple-bg\/40 {
  background-color: rgb(242 244 253 / 0.4);
}
.bg-comp-badge-purple-bg\/5 {
  background-color: rgb(242 244 253 / 0.05);
}
.bg-comp-badge-purple-bg\/50 {
  background-color: rgb(242 244 253 / 0.5);
}
.bg-comp-badge-purple-bg\/60 {
  background-color: rgb(242 244 253 / 0.6);
}
.bg-comp-badge-purple-bg\/70 {
  background-color: rgb(242 244 253 / 0.7);
}
.bg-comp-badge-purple-bg\/75 {
  background-color: rgb(242 244 253 / 0.75);
}
.bg-comp-badge-purple-bg\/80 {
  background-color: rgb(242 244 253 / 0.8);
}
.bg-comp-badge-purple-bg\/90 {
  background-color: rgb(242 244 253 / 0.9);
}
.bg-comp-badge-purple-bg\/95 {
  background-color: rgb(242 244 253 / 0.95);
}
.bg-comp-badge-purple-bg\/base-opacity-disabled {
  background-color: rgb(242 244 253 / 60%);
}
.bg-comp-badge-purple-bg\/core-opacity-0 {
  background-color: rgb(242 244 253 / 0%);
}
.bg-comp-badge-purple-bg\/core-opacity-10 {
  background-color: rgb(242 244 253 / 10%);
}
.bg-comp-badge-purple-bg\/core-opacity-100 {
  background-color: rgb(242 244 253 / 100%);
}
.bg-comp-badge-purple-bg\/core-opacity-20 {
  background-color: rgb(242 244 253 / 20%);
}
.bg-comp-badge-purple-bg\/core-opacity-30 {
  background-color: rgb(242 244 253 / 30%);
}
.bg-comp-badge-purple-bg\/core-opacity-40 {
  background-color: rgb(242 244 253 / 40%);
}
.bg-comp-badge-purple-bg\/core-opacity-50 {
  background-color: rgb(242 244 253 / 50%);
}
.bg-comp-badge-purple-bg\/core-opacity-60 {
  background-color: rgb(242 244 253 / 60%);
}
.bg-comp-badge-purple-bg\/core-opacity-70 {
  background-color: rgb(242 244 253 / 70%);
}
.bg-comp-badge-purple-bg\/core-opacity-80 {
  background-color: rgb(242 244 253 / 80%);
}
.bg-comp-badge-purple-bg\/core-opacity-90 {
  background-color: rgb(242 244 253 / 90%);
}
.bg-comp-badge-purple-border {
  --tw-bg-opacity: 1;
  background-color: rgb(174 188 244 / var(--tw-bg-opacity));
}
.bg-comp-badge-purple-border\/0 {
  background-color: rgb(174 188 244 / 0);
}
.bg-comp-badge-purple-border\/10 {
  background-color: rgb(174 188 244 / 0.1);
}
.bg-comp-badge-purple-border\/100 {
  background-color: rgb(174 188 244 / 1);
}
.bg-comp-badge-purple-border\/20 {
  background-color: rgb(174 188 244 / 0.2);
}
.bg-comp-badge-purple-border\/25 {
  background-color: rgb(174 188 244 / 0.25);
}
.bg-comp-badge-purple-border\/30 {
  background-color: rgb(174 188 244 / 0.3);
}
.bg-comp-badge-purple-border\/40 {
  background-color: rgb(174 188 244 / 0.4);
}
.bg-comp-badge-purple-border\/5 {
  background-color: rgb(174 188 244 / 0.05);
}
.bg-comp-badge-purple-border\/50 {
  background-color: rgb(174 188 244 / 0.5);
}
.bg-comp-badge-purple-border\/60 {
  background-color: rgb(174 188 244 / 0.6);
}
.bg-comp-badge-purple-border\/70 {
  background-color: rgb(174 188 244 / 0.7);
}
.bg-comp-badge-purple-border\/75 {
  background-color: rgb(174 188 244 / 0.75);
}
.bg-comp-badge-purple-border\/80 {
  background-color: rgb(174 188 244 / 0.8);
}
.bg-comp-badge-purple-border\/90 {
  background-color: rgb(174 188 244 / 0.9);
}
.bg-comp-badge-purple-border\/95 {
  background-color: rgb(174 188 244 / 0.95);
}
.bg-comp-badge-purple-border\/base-opacity-disabled {
  background-color: rgb(174 188 244 / 60%);
}
.bg-comp-badge-purple-border\/core-opacity-0 {
  background-color: rgb(174 188 244 / 0%);
}
.bg-comp-badge-purple-border\/core-opacity-10 {
  background-color: rgb(174 188 244 / 10%);
}
.bg-comp-badge-purple-border\/core-opacity-100 {
  background-color: rgb(174 188 244 / 100%);
}
.bg-comp-badge-purple-border\/core-opacity-20 {
  background-color: rgb(174 188 244 / 20%);
}
.bg-comp-badge-purple-border\/core-opacity-30 {
  background-color: rgb(174 188 244 / 30%);
}
.bg-comp-badge-purple-border\/core-opacity-40 {
  background-color: rgb(174 188 244 / 40%);
}
.bg-comp-badge-purple-border\/core-opacity-50 {
  background-color: rgb(174 188 244 / 50%);
}
.bg-comp-badge-purple-border\/core-opacity-60 {
  background-color: rgb(174 188 244 / 60%);
}
.bg-comp-badge-purple-border\/core-opacity-70 {
  background-color: rgb(174 188 244 / 70%);
}
.bg-comp-badge-purple-border\/core-opacity-80 {
  background-color: rgb(174 188 244 / 80%);
}
.bg-comp-badge-purple-border\/core-opacity-90 {
  background-color: rgb(174 188 244 / 90%);
}
.bg-comp-badge-purple-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.bg-comp-badge-purple-fg\/0 {
  background-color: rgb(75 71 189 / 0);
}
.bg-comp-badge-purple-fg\/10 {
  background-color: rgb(75 71 189 / 0.1);
}
.bg-comp-badge-purple-fg\/100 {
  background-color: rgb(75 71 189 / 1);
}
.bg-comp-badge-purple-fg\/20 {
  background-color: rgb(75 71 189 / 0.2);
}
.bg-comp-badge-purple-fg\/25 {
  background-color: rgb(75 71 189 / 0.25);
}
.bg-comp-badge-purple-fg\/30 {
  background-color: rgb(75 71 189 / 0.3);
}
.bg-comp-badge-purple-fg\/40 {
  background-color: rgb(75 71 189 / 0.4);
}
.bg-comp-badge-purple-fg\/5 {
  background-color: rgb(75 71 189 / 0.05);
}
.bg-comp-badge-purple-fg\/50 {
  background-color: rgb(75 71 189 / 0.5);
}
.bg-comp-badge-purple-fg\/60 {
  background-color: rgb(75 71 189 / 0.6);
}
.bg-comp-badge-purple-fg\/70 {
  background-color: rgb(75 71 189 / 0.7);
}
.bg-comp-badge-purple-fg\/75 {
  background-color: rgb(75 71 189 / 0.75);
}
.bg-comp-badge-purple-fg\/80 {
  background-color: rgb(75 71 189 / 0.8);
}
.bg-comp-badge-purple-fg\/90 {
  background-color: rgb(75 71 189 / 0.9);
}
.bg-comp-badge-purple-fg\/95 {
  background-color: rgb(75 71 189 / 0.95);
}
.bg-comp-badge-purple-fg\/base-opacity-disabled {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-badge-purple-fg\/core-opacity-0 {
  background-color: rgb(75 71 189 / 0%);
}
.bg-comp-badge-purple-fg\/core-opacity-10 {
  background-color: rgb(75 71 189 / 10%);
}
.bg-comp-badge-purple-fg\/core-opacity-100 {
  background-color: rgb(75 71 189 / 100%);
}
.bg-comp-badge-purple-fg\/core-opacity-20 {
  background-color: rgb(75 71 189 / 20%);
}
.bg-comp-badge-purple-fg\/core-opacity-30 {
  background-color: rgb(75 71 189 / 30%);
}
.bg-comp-badge-purple-fg\/core-opacity-40 {
  background-color: rgb(75 71 189 / 40%);
}
.bg-comp-badge-purple-fg\/core-opacity-50 {
  background-color: rgb(75 71 189 / 50%);
}
.bg-comp-badge-purple-fg\/core-opacity-60 {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-badge-purple-fg\/core-opacity-70 {
  background-color: rgb(75 71 189 / 70%);
}
.bg-comp-badge-purple-fg\/core-opacity-80 {
  background-color: rgb(75 71 189 / 80%);
}
.bg-comp-badge-purple-fg\/core-opacity-90 {
  background-color: rgb(75 71 189 / 90%);
}
.bg-comp-badge-purple-status {
  --tw-bg-opacity: 1;
  background-color: rgb(114 121 228 / var(--tw-bg-opacity));
}
.bg-comp-badge-purple-status\/0 {
  background-color: rgb(114 121 228 / 0);
}
.bg-comp-badge-purple-status\/10 {
  background-color: rgb(114 121 228 / 0.1);
}
.bg-comp-badge-purple-status\/100 {
  background-color: rgb(114 121 228 / 1);
}
.bg-comp-badge-purple-status\/20 {
  background-color: rgb(114 121 228 / 0.2);
}
.bg-comp-badge-purple-status\/25 {
  background-color: rgb(114 121 228 / 0.25);
}
.bg-comp-badge-purple-status\/30 {
  background-color: rgb(114 121 228 / 0.3);
}
.bg-comp-badge-purple-status\/40 {
  background-color: rgb(114 121 228 / 0.4);
}
.bg-comp-badge-purple-status\/5 {
  background-color: rgb(114 121 228 / 0.05);
}
.bg-comp-badge-purple-status\/50 {
  background-color: rgb(114 121 228 / 0.5);
}
.bg-comp-badge-purple-status\/60 {
  background-color: rgb(114 121 228 / 0.6);
}
.bg-comp-badge-purple-status\/70 {
  background-color: rgb(114 121 228 / 0.7);
}
.bg-comp-badge-purple-status\/75 {
  background-color: rgb(114 121 228 / 0.75);
}
.bg-comp-badge-purple-status\/80 {
  background-color: rgb(114 121 228 / 0.8);
}
.bg-comp-badge-purple-status\/90 {
  background-color: rgb(114 121 228 / 0.9);
}
.bg-comp-badge-purple-status\/95 {
  background-color: rgb(114 121 228 / 0.95);
}
.bg-comp-badge-purple-status\/base-opacity-disabled {
  background-color: rgb(114 121 228 / 60%);
}
.bg-comp-badge-purple-status\/core-opacity-0 {
  background-color: rgb(114 121 228 / 0%);
}
.bg-comp-badge-purple-status\/core-opacity-10 {
  background-color: rgb(114 121 228 / 10%);
}
.bg-comp-badge-purple-status\/core-opacity-100 {
  background-color: rgb(114 121 228 / 100%);
}
.bg-comp-badge-purple-status\/core-opacity-20 {
  background-color: rgb(114 121 228 / 20%);
}
.bg-comp-badge-purple-status\/core-opacity-30 {
  background-color: rgb(114 121 228 / 30%);
}
.bg-comp-badge-purple-status\/core-opacity-40 {
  background-color: rgb(114 121 228 / 40%);
}
.bg-comp-badge-purple-status\/core-opacity-50 {
  background-color: rgb(114 121 228 / 50%);
}
.bg-comp-badge-purple-status\/core-opacity-60 {
  background-color: rgb(114 121 228 / 60%);
}
.bg-comp-badge-purple-status\/core-opacity-70 {
  background-color: rgb(114 121 228 / 70%);
}
.bg-comp-badge-purple-status\/core-opacity-80 {
  background-color: rgb(114 121 228 / 80%);
}
.bg-comp-badge-purple-status\/core-opacity-90 {
  background-color: rgb(114 121 228 / 90%);
}
.bg-comp-badge-red-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 241 / var(--tw-bg-opacity));
}
.bg-comp-badge-red-bg\/0 {
  background-color: rgb(254 242 241 / 0);
}
.bg-comp-badge-red-bg\/10 {
  background-color: rgb(254 242 241 / 0.1);
}
.bg-comp-badge-red-bg\/100 {
  background-color: rgb(254 242 241 / 1);
}
.bg-comp-badge-red-bg\/20 {
  background-color: rgb(254 242 241 / 0.2);
}
.bg-comp-badge-red-bg\/25 {
  background-color: rgb(254 242 241 / 0.25);
}
.bg-comp-badge-red-bg\/30 {
  background-color: rgb(254 242 241 / 0.3);
}
.bg-comp-badge-red-bg\/40 {
  background-color: rgb(254 242 241 / 0.4);
}
.bg-comp-badge-red-bg\/5 {
  background-color: rgb(254 242 241 / 0.05);
}
.bg-comp-badge-red-bg\/50 {
  background-color: rgb(254 242 241 / 0.5);
}
.bg-comp-badge-red-bg\/60 {
  background-color: rgb(254 242 241 / 0.6);
}
.bg-comp-badge-red-bg\/70 {
  background-color: rgb(254 242 241 / 0.7);
}
.bg-comp-badge-red-bg\/75 {
  background-color: rgb(254 242 241 / 0.75);
}
.bg-comp-badge-red-bg\/80 {
  background-color: rgb(254 242 241 / 0.8);
}
.bg-comp-badge-red-bg\/90 {
  background-color: rgb(254 242 241 / 0.9);
}
.bg-comp-badge-red-bg\/95 {
  background-color: rgb(254 242 241 / 0.95);
}
.bg-comp-badge-red-bg\/base-opacity-disabled {
  background-color: rgb(254 242 241 / 60%);
}
.bg-comp-badge-red-bg\/core-opacity-0 {
  background-color: rgb(254 242 241 / 0%);
}
.bg-comp-badge-red-bg\/core-opacity-10 {
  background-color: rgb(254 242 241 / 10%);
}
.bg-comp-badge-red-bg\/core-opacity-100 {
  background-color: rgb(254 242 241 / 100%);
}
.bg-comp-badge-red-bg\/core-opacity-20 {
  background-color: rgb(254 242 241 / 20%);
}
.bg-comp-badge-red-bg\/core-opacity-30 {
  background-color: rgb(254 242 241 / 30%);
}
.bg-comp-badge-red-bg\/core-opacity-40 {
  background-color: rgb(254 242 241 / 40%);
}
.bg-comp-badge-red-bg\/core-opacity-50 {
  background-color: rgb(254 242 241 / 50%);
}
.bg-comp-badge-red-bg\/core-opacity-60 {
  background-color: rgb(254 242 241 / 60%);
}
.bg-comp-badge-red-bg\/core-opacity-70 {
  background-color: rgb(254 242 241 / 70%);
}
.bg-comp-badge-red-bg\/core-opacity-80 {
  background-color: rgb(254 242 241 / 80%);
}
.bg-comp-badge-red-bg\/core-opacity-90 {
  background-color: rgb(254 242 241 / 90%);
}
.bg-comp-badge-red-border {
  --tw-bg-opacity: 1;
  background-color: rgb(254 203 200 / var(--tw-bg-opacity));
}
.bg-comp-badge-red-border\/0 {
  background-color: rgb(254 203 200 / 0);
}
.bg-comp-badge-red-border\/10 {
  background-color: rgb(254 203 200 / 0.1);
}
.bg-comp-badge-red-border\/100 {
  background-color: rgb(254 203 200 / 1);
}
.bg-comp-badge-red-border\/20 {
  background-color: rgb(254 203 200 / 0.2);
}
.bg-comp-badge-red-border\/25 {
  background-color: rgb(254 203 200 / 0.25);
}
.bg-comp-badge-red-border\/30 {
  background-color: rgb(254 203 200 / 0.3);
}
.bg-comp-badge-red-border\/40 {
  background-color: rgb(254 203 200 / 0.4);
}
.bg-comp-badge-red-border\/5 {
  background-color: rgb(254 203 200 / 0.05);
}
.bg-comp-badge-red-border\/50 {
  background-color: rgb(254 203 200 / 0.5);
}
.bg-comp-badge-red-border\/60 {
  background-color: rgb(254 203 200 / 0.6);
}
.bg-comp-badge-red-border\/70 {
  background-color: rgb(254 203 200 / 0.7);
}
.bg-comp-badge-red-border\/75 {
  background-color: rgb(254 203 200 / 0.75);
}
.bg-comp-badge-red-border\/80 {
  background-color: rgb(254 203 200 / 0.8);
}
.bg-comp-badge-red-border\/90 {
  background-color: rgb(254 203 200 / 0.9);
}
.bg-comp-badge-red-border\/95 {
  background-color: rgb(254 203 200 / 0.95);
}
.bg-comp-badge-red-border\/base-opacity-disabled {
  background-color: rgb(254 203 200 / 60%);
}
.bg-comp-badge-red-border\/core-opacity-0 {
  background-color: rgb(254 203 200 / 0%);
}
.bg-comp-badge-red-border\/core-opacity-10 {
  background-color: rgb(254 203 200 / 10%);
}
.bg-comp-badge-red-border\/core-opacity-100 {
  background-color: rgb(254 203 200 / 100%);
}
.bg-comp-badge-red-border\/core-opacity-20 {
  background-color: rgb(254 203 200 / 20%);
}
.bg-comp-badge-red-border\/core-opacity-30 {
  background-color: rgb(254 203 200 / 30%);
}
.bg-comp-badge-red-border\/core-opacity-40 {
  background-color: rgb(254 203 200 / 40%);
}
.bg-comp-badge-red-border\/core-opacity-50 {
  background-color: rgb(254 203 200 / 50%);
}
.bg-comp-badge-red-border\/core-opacity-60 {
  background-color: rgb(254 203 200 / 60%);
}
.bg-comp-badge-red-border\/core-opacity-70 {
  background-color: rgb(254 203 200 / 70%);
}
.bg-comp-badge-red-border\/core-opacity-80 {
  background-color: rgb(254 203 200 / 80%);
}
.bg-comp-badge-red-border\/core-opacity-90 {
  background-color: rgb(254 203 200 / 90%);
}
.bg-comp-badge-red-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-badge-red-fg\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-badge-red-fg\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-badge-red-fg\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-badge-red-fg\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-badge-red-fg\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-badge-red-fg\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-badge-red-fg\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-badge-red-fg\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-badge-red-fg\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-badge-red-fg\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-badge-red-fg\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-badge-red-fg\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-badge-red-fg\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-badge-red-fg\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-badge-red-fg\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-badge-red-fg\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-badge-red-fg\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-badge-red-fg\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-badge-red-fg\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-badge-red-fg\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-badge-red-fg\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-badge-red-fg\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-badge-red-fg\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-badge-red-fg\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-badge-red-fg\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-badge-red-fg\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-badge-red-fg\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-badge-red-status {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-comp-badge-red-status\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-comp-badge-red-status\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-comp-badge-red-status\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-comp-badge-red-status\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-comp-badge-red-status\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-comp-badge-red-status\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-comp-badge-red-status\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-comp-badge-red-status\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-comp-badge-red-status\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-comp-badge-red-status\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-comp-badge-red-status\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-comp-badge-red-status\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-comp-badge-red-status\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-comp-badge-red-status\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-comp-badge-red-status\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-comp-badge-red-status\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-badge-red-status\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-comp-badge-red-status\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-comp-badge-red-status\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-comp-badge-red-status\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-comp-badge-red-status\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-comp-badge-red-status\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-comp-badge-red-status\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-comp-badge-red-status\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-badge-red-status\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-comp-badge-red-status\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-comp-badge-red-status\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-comp-badge-rose-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 242 / var(--tw-bg-opacity));
}
.bg-comp-badge-rose-bg\/0 {
  background-color: rgb(255 240 242 / 0);
}
.bg-comp-badge-rose-bg\/10 {
  background-color: rgb(255 240 242 / 0.1);
}
.bg-comp-badge-rose-bg\/100 {
  background-color: rgb(255 240 242 / 1);
}
.bg-comp-badge-rose-bg\/20 {
  background-color: rgb(255 240 242 / 0.2);
}
.bg-comp-badge-rose-bg\/25 {
  background-color: rgb(255 240 242 / 0.25);
}
.bg-comp-badge-rose-bg\/30 {
  background-color: rgb(255 240 242 / 0.3);
}
.bg-comp-badge-rose-bg\/40 {
  background-color: rgb(255 240 242 / 0.4);
}
.bg-comp-badge-rose-bg\/5 {
  background-color: rgb(255 240 242 / 0.05);
}
.bg-comp-badge-rose-bg\/50 {
  background-color: rgb(255 240 242 / 0.5);
}
.bg-comp-badge-rose-bg\/60 {
  background-color: rgb(255 240 242 / 0.6);
}
.bg-comp-badge-rose-bg\/70 {
  background-color: rgb(255 240 242 / 0.7);
}
.bg-comp-badge-rose-bg\/75 {
  background-color: rgb(255 240 242 / 0.75);
}
.bg-comp-badge-rose-bg\/80 {
  background-color: rgb(255 240 242 / 0.8);
}
.bg-comp-badge-rose-bg\/90 {
  background-color: rgb(255 240 242 / 0.9);
}
.bg-comp-badge-rose-bg\/95 {
  background-color: rgb(255 240 242 / 0.95);
}
.bg-comp-badge-rose-bg\/base-opacity-disabled {
  background-color: rgb(255 240 242 / 60%);
}
.bg-comp-badge-rose-bg\/core-opacity-0 {
  background-color: rgb(255 240 242 / 0%);
}
.bg-comp-badge-rose-bg\/core-opacity-10 {
  background-color: rgb(255 240 242 / 10%);
}
.bg-comp-badge-rose-bg\/core-opacity-100 {
  background-color: rgb(255 240 242 / 100%);
}
.bg-comp-badge-rose-bg\/core-opacity-20 {
  background-color: rgb(255 240 242 / 20%);
}
.bg-comp-badge-rose-bg\/core-opacity-30 {
  background-color: rgb(255 240 242 / 30%);
}
.bg-comp-badge-rose-bg\/core-opacity-40 {
  background-color: rgb(255 240 242 / 40%);
}
.bg-comp-badge-rose-bg\/core-opacity-50 {
  background-color: rgb(255 240 242 / 50%);
}
.bg-comp-badge-rose-bg\/core-opacity-60 {
  background-color: rgb(255 240 242 / 60%);
}
.bg-comp-badge-rose-bg\/core-opacity-70 {
  background-color: rgb(255 240 242 / 70%);
}
.bg-comp-badge-rose-bg\/core-opacity-80 {
  background-color: rgb(255 240 242 / 80%);
}
.bg-comp-badge-rose-bg\/core-opacity-90 {
  background-color: rgb(255 240 242 / 90%);
}
.bg-comp-badge-rose-border {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 214 / var(--tw-bg-opacity));
}
.bg-comp-badge-rose-border\/0 {
  background-color: rgb(254 205 214 / 0);
}
.bg-comp-badge-rose-border\/10 {
  background-color: rgb(254 205 214 / 0.1);
}
.bg-comp-badge-rose-border\/100 {
  background-color: rgb(254 205 214 / 1);
}
.bg-comp-badge-rose-border\/20 {
  background-color: rgb(254 205 214 / 0.2);
}
.bg-comp-badge-rose-border\/25 {
  background-color: rgb(254 205 214 / 0.25);
}
.bg-comp-badge-rose-border\/30 {
  background-color: rgb(254 205 214 / 0.3);
}
.bg-comp-badge-rose-border\/40 {
  background-color: rgb(254 205 214 / 0.4);
}
.bg-comp-badge-rose-border\/5 {
  background-color: rgb(254 205 214 / 0.05);
}
.bg-comp-badge-rose-border\/50 {
  background-color: rgb(254 205 214 / 0.5);
}
.bg-comp-badge-rose-border\/60 {
  background-color: rgb(254 205 214 / 0.6);
}
.bg-comp-badge-rose-border\/70 {
  background-color: rgb(254 205 214 / 0.7);
}
.bg-comp-badge-rose-border\/75 {
  background-color: rgb(254 205 214 / 0.75);
}
.bg-comp-badge-rose-border\/80 {
  background-color: rgb(254 205 214 / 0.8);
}
.bg-comp-badge-rose-border\/90 {
  background-color: rgb(254 205 214 / 0.9);
}
.bg-comp-badge-rose-border\/95 {
  background-color: rgb(254 205 214 / 0.95);
}
.bg-comp-badge-rose-border\/base-opacity-disabled {
  background-color: rgb(254 205 214 / 60%);
}
.bg-comp-badge-rose-border\/core-opacity-0 {
  background-color: rgb(254 205 214 / 0%);
}
.bg-comp-badge-rose-border\/core-opacity-10 {
  background-color: rgb(254 205 214 / 10%);
}
.bg-comp-badge-rose-border\/core-opacity-100 {
  background-color: rgb(254 205 214 / 100%);
}
.bg-comp-badge-rose-border\/core-opacity-20 {
  background-color: rgb(254 205 214 / 20%);
}
.bg-comp-badge-rose-border\/core-opacity-30 {
  background-color: rgb(254 205 214 / 30%);
}
.bg-comp-badge-rose-border\/core-opacity-40 {
  background-color: rgb(254 205 214 / 40%);
}
.bg-comp-badge-rose-border\/core-opacity-50 {
  background-color: rgb(254 205 214 / 50%);
}
.bg-comp-badge-rose-border\/core-opacity-60 {
  background-color: rgb(254 205 214 / 60%);
}
.bg-comp-badge-rose-border\/core-opacity-70 {
  background-color: rgb(254 205 214 / 70%);
}
.bg-comp-badge-rose-border\/core-opacity-80 {
  background-color: rgb(254 205 214 / 80%);
}
.bg-comp-badge-rose-border\/core-opacity-90 {
  background-color: rgb(254 205 214 / 90%);
}
.bg-comp-badge-rose-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(228 27 84 / var(--tw-bg-opacity));
}
.bg-comp-badge-rose-fg\/0 {
  background-color: rgb(228 27 84 / 0);
}
.bg-comp-badge-rose-fg\/10 {
  background-color: rgb(228 27 84 / 0.1);
}
.bg-comp-badge-rose-fg\/100 {
  background-color: rgb(228 27 84 / 1);
}
.bg-comp-badge-rose-fg\/20 {
  background-color: rgb(228 27 84 / 0.2);
}
.bg-comp-badge-rose-fg\/25 {
  background-color: rgb(228 27 84 / 0.25);
}
.bg-comp-badge-rose-fg\/30 {
  background-color: rgb(228 27 84 / 0.3);
}
.bg-comp-badge-rose-fg\/40 {
  background-color: rgb(228 27 84 / 0.4);
}
.bg-comp-badge-rose-fg\/5 {
  background-color: rgb(228 27 84 / 0.05);
}
.bg-comp-badge-rose-fg\/50 {
  background-color: rgb(228 27 84 / 0.5);
}
.bg-comp-badge-rose-fg\/60 {
  background-color: rgb(228 27 84 / 0.6);
}
.bg-comp-badge-rose-fg\/70 {
  background-color: rgb(228 27 84 / 0.7);
}
.bg-comp-badge-rose-fg\/75 {
  background-color: rgb(228 27 84 / 0.75);
}
.bg-comp-badge-rose-fg\/80 {
  background-color: rgb(228 27 84 / 0.8);
}
.bg-comp-badge-rose-fg\/90 {
  background-color: rgb(228 27 84 / 0.9);
}
.bg-comp-badge-rose-fg\/95 {
  background-color: rgb(228 27 84 / 0.95);
}
.bg-comp-badge-rose-fg\/base-opacity-disabled {
  background-color: rgb(228 27 84 / 60%);
}
.bg-comp-badge-rose-fg\/core-opacity-0 {
  background-color: rgb(228 27 84 / 0%);
}
.bg-comp-badge-rose-fg\/core-opacity-10 {
  background-color: rgb(228 27 84 / 10%);
}
.bg-comp-badge-rose-fg\/core-opacity-100 {
  background-color: rgb(228 27 84 / 100%);
}
.bg-comp-badge-rose-fg\/core-opacity-20 {
  background-color: rgb(228 27 84 / 20%);
}
.bg-comp-badge-rose-fg\/core-opacity-30 {
  background-color: rgb(228 27 84 / 30%);
}
.bg-comp-badge-rose-fg\/core-opacity-40 {
  background-color: rgb(228 27 84 / 40%);
}
.bg-comp-badge-rose-fg\/core-opacity-50 {
  background-color: rgb(228 27 84 / 50%);
}
.bg-comp-badge-rose-fg\/core-opacity-60 {
  background-color: rgb(228 27 84 / 60%);
}
.bg-comp-badge-rose-fg\/core-opacity-70 {
  background-color: rgb(228 27 84 / 70%);
}
.bg-comp-badge-rose-fg\/core-opacity-80 {
  background-color: rgb(228 27 84 / 80%);
}
.bg-comp-badge-rose-fg\/core-opacity-90 {
  background-color: rgb(228 27 84 / 90%);
}
.bg-comp-badge-rose-status {
  --tw-bg-opacity: 1;
  background-color: rgb(246 60 103 / var(--tw-bg-opacity));
}
.bg-comp-badge-rose-status\/0 {
  background-color: rgb(246 60 103 / 0);
}
.bg-comp-badge-rose-status\/10 {
  background-color: rgb(246 60 103 / 0.1);
}
.bg-comp-badge-rose-status\/100 {
  background-color: rgb(246 60 103 / 1);
}
.bg-comp-badge-rose-status\/20 {
  background-color: rgb(246 60 103 / 0.2);
}
.bg-comp-badge-rose-status\/25 {
  background-color: rgb(246 60 103 / 0.25);
}
.bg-comp-badge-rose-status\/30 {
  background-color: rgb(246 60 103 / 0.3);
}
.bg-comp-badge-rose-status\/40 {
  background-color: rgb(246 60 103 / 0.4);
}
.bg-comp-badge-rose-status\/5 {
  background-color: rgb(246 60 103 / 0.05);
}
.bg-comp-badge-rose-status\/50 {
  background-color: rgb(246 60 103 / 0.5);
}
.bg-comp-badge-rose-status\/60 {
  background-color: rgb(246 60 103 / 0.6);
}
.bg-comp-badge-rose-status\/70 {
  background-color: rgb(246 60 103 / 0.7);
}
.bg-comp-badge-rose-status\/75 {
  background-color: rgb(246 60 103 / 0.75);
}
.bg-comp-badge-rose-status\/80 {
  background-color: rgb(246 60 103 / 0.8);
}
.bg-comp-badge-rose-status\/90 {
  background-color: rgb(246 60 103 / 0.9);
}
.bg-comp-badge-rose-status\/95 {
  background-color: rgb(246 60 103 / 0.95);
}
.bg-comp-badge-rose-status\/base-opacity-disabled {
  background-color: rgb(246 60 103 / 60%);
}
.bg-comp-badge-rose-status\/core-opacity-0 {
  background-color: rgb(246 60 103 / 0%);
}
.bg-comp-badge-rose-status\/core-opacity-10 {
  background-color: rgb(246 60 103 / 10%);
}
.bg-comp-badge-rose-status\/core-opacity-100 {
  background-color: rgb(246 60 103 / 100%);
}
.bg-comp-badge-rose-status\/core-opacity-20 {
  background-color: rgb(246 60 103 / 20%);
}
.bg-comp-badge-rose-status\/core-opacity-30 {
  background-color: rgb(246 60 103 / 30%);
}
.bg-comp-badge-rose-status\/core-opacity-40 {
  background-color: rgb(246 60 103 / 40%);
}
.bg-comp-badge-rose-status\/core-opacity-50 {
  background-color: rgb(246 60 103 / 50%);
}
.bg-comp-badge-rose-status\/core-opacity-60 {
  background-color: rgb(246 60 103 / 60%);
}
.bg-comp-badge-rose-status\/core-opacity-70 {
  background-color: rgb(246 60 103 / 70%);
}
.bg-comp-badge-rose-status\/core-opacity-80 {
  background-color: rgb(246 60 103 / 80%);
}
.bg-comp-badge-rose-status\/core-opacity-90 {
  background-color: rgb(246 60 103 / 90%);
}
.bg-comp-badge-teal-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 253 250 / var(--tw-bg-opacity));
}
.bg-comp-badge-teal-bg\/0 {
  background-color: rgb(242 253 250 / 0);
}
.bg-comp-badge-teal-bg\/10 {
  background-color: rgb(242 253 250 / 0.1);
}
.bg-comp-badge-teal-bg\/100 {
  background-color: rgb(242 253 250 / 1);
}
.bg-comp-badge-teal-bg\/20 {
  background-color: rgb(242 253 250 / 0.2);
}
.bg-comp-badge-teal-bg\/25 {
  background-color: rgb(242 253 250 / 0.25);
}
.bg-comp-badge-teal-bg\/30 {
  background-color: rgb(242 253 250 / 0.3);
}
.bg-comp-badge-teal-bg\/40 {
  background-color: rgb(242 253 250 / 0.4);
}
.bg-comp-badge-teal-bg\/5 {
  background-color: rgb(242 253 250 / 0.05);
}
.bg-comp-badge-teal-bg\/50 {
  background-color: rgb(242 253 250 / 0.5);
}
.bg-comp-badge-teal-bg\/60 {
  background-color: rgb(242 253 250 / 0.6);
}
.bg-comp-badge-teal-bg\/70 {
  background-color: rgb(242 253 250 / 0.7);
}
.bg-comp-badge-teal-bg\/75 {
  background-color: rgb(242 253 250 / 0.75);
}
.bg-comp-badge-teal-bg\/80 {
  background-color: rgb(242 253 250 / 0.8);
}
.bg-comp-badge-teal-bg\/90 {
  background-color: rgb(242 253 250 / 0.9);
}
.bg-comp-badge-teal-bg\/95 {
  background-color: rgb(242 253 250 / 0.95);
}
.bg-comp-badge-teal-bg\/base-opacity-disabled {
  background-color: rgb(242 253 250 / 60%);
}
.bg-comp-badge-teal-bg\/core-opacity-0 {
  background-color: rgb(242 253 250 / 0%);
}
.bg-comp-badge-teal-bg\/core-opacity-10 {
  background-color: rgb(242 253 250 / 10%);
}
.bg-comp-badge-teal-bg\/core-opacity-100 {
  background-color: rgb(242 253 250 / 100%);
}
.bg-comp-badge-teal-bg\/core-opacity-20 {
  background-color: rgb(242 253 250 / 20%);
}
.bg-comp-badge-teal-bg\/core-opacity-30 {
  background-color: rgb(242 253 250 / 30%);
}
.bg-comp-badge-teal-bg\/core-opacity-40 {
  background-color: rgb(242 253 250 / 40%);
}
.bg-comp-badge-teal-bg\/core-opacity-50 {
  background-color: rgb(242 253 250 / 50%);
}
.bg-comp-badge-teal-bg\/core-opacity-60 {
  background-color: rgb(242 253 250 / 60%);
}
.bg-comp-badge-teal-bg\/core-opacity-70 {
  background-color: rgb(242 253 250 / 70%);
}
.bg-comp-badge-teal-bg\/core-opacity-80 {
  background-color: rgb(242 253 250 / 80%);
}
.bg-comp-badge-teal-bg\/core-opacity-90 {
  background-color: rgb(242 253 250 / 90%);
}
.bg-comp-badge-teal-border {
  --tw-bg-opacity: 1;
  background-color: rgb(152 246 224 / var(--tw-bg-opacity));
}
.bg-comp-badge-teal-border\/0 {
  background-color: rgb(152 246 224 / 0);
}
.bg-comp-badge-teal-border\/10 {
  background-color: rgb(152 246 224 / 0.1);
}
.bg-comp-badge-teal-border\/100 {
  background-color: rgb(152 246 224 / 1);
}
.bg-comp-badge-teal-border\/20 {
  background-color: rgb(152 246 224 / 0.2);
}
.bg-comp-badge-teal-border\/25 {
  background-color: rgb(152 246 224 / 0.25);
}
.bg-comp-badge-teal-border\/30 {
  background-color: rgb(152 246 224 / 0.3);
}
.bg-comp-badge-teal-border\/40 {
  background-color: rgb(152 246 224 / 0.4);
}
.bg-comp-badge-teal-border\/5 {
  background-color: rgb(152 246 224 / 0.05);
}
.bg-comp-badge-teal-border\/50 {
  background-color: rgb(152 246 224 / 0.5);
}
.bg-comp-badge-teal-border\/60 {
  background-color: rgb(152 246 224 / 0.6);
}
.bg-comp-badge-teal-border\/70 {
  background-color: rgb(152 246 224 / 0.7);
}
.bg-comp-badge-teal-border\/75 {
  background-color: rgb(152 246 224 / 0.75);
}
.bg-comp-badge-teal-border\/80 {
  background-color: rgb(152 246 224 / 0.8);
}
.bg-comp-badge-teal-border\/90 {
  background-color: rgb(152 246 224 / 0.9);
}
.bg-comp-badge-teal-border\/95 {
  background-color: rgb(152 246 224 / 0.95);
}
.bg-comp-badge-teal-border\/base-opacity-disabled {
  background-color: rgb(152 246 224 / 60%);
}
.bg-comp-badge-teal-border\/core-opacity-0 {
  background-color: rgb(152 246 224 / 0%);
}
.bg-comp-badge-teal-border\/core-opacity-10 {
  background-color: rgb(152 246 224 / 10%);
}
.bg-comp-badge-teal-border\/core-opacity-100 {
  background-color: rgb(152 246 224 / 100%);
}
.bg-comp-badge-teal-border\/core-opacity-20 {
  background-color: rgb(152 246 224 / 20%);
}
.bg-comp-badge-teal-border\/core-opacity-30 {
  background-color: rgb(152 246 224 / 30%);
}
.bg-comp-badge-teal-border\/core-opacity-40 {
  background-color: rgb(152 246 224 / 40%);
}
.bg-comp-badge-teal-border\/core-opacity-50 {
  background-color: rgb(152 246 224 / 50%);
}
.bg-comp-badge-teal-border\/core-opacity-60 {
  background-color: rgb(152 246 224 / 60%);
}
.bg-comp-badge-teal-border\/core-opacity-70 {
  background-color: rgb(152 246 224 / 70%);
}
.bg-comp-badge-teal-border\/core-opacity-80 {
  background-color: rgb(152 246 224 / 80%);
}
.bg-comp-badge-teal-border\/core-opacity-90 {
  background-color: rgb(152 246 224 / 90%);
}
.bg-comp-badge-teal-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(14 149 134 / var(--tw-bg-opacity));
}
.bg-comp-badge-teal-fg\/0 {
  background-color: rgb(14 149 134 / 0);
}
.bg-comp-badge-teal-fg\/10 {
  background-color: rgb(14 149 134 / 0.1);
}
.bg-comp-badge-teal-fg\/100 {
  background-color: rgb(14 149 134 / 1);
}
.bg-comp-badge-teal-fg\/20 {
  background-color: rgb(14 149 134 / 0.2);
}
.bg-comp-badge-teal-fg\/25 {
  background-color: rgb(14 149 134 / 0.25);
}
.bg-comp-badge-teal-fg\/30 {
  background-color: rgb(14 149 134 / 0.3);
}
.bg-comp-badge-teal-fg\/40 {
  background-color: rgb(14 149 134 / 0.4);
}
.bg-comp-badge-teal-fg\/5 {
  background-color: rgb(14 149 134 / 0.05);
}
.bg-comp-badge-teal-fg\/50 {
  background-color: rgb(14 149 134 / 0.5);
}
.bg-comp-badge-teal-fg\/60 {
  background-color: rgb(14 149 134 / 0.6);
}
.bg-comp-badge-teal-fg\/70 {
  background-color: rgb(14 149 134 / 0.7);
}
.bg-comp-badge-teal-fg\/75 {
  background-color: rgb(14 149 134 / 0.75);
}
.bg-comp-badge-teal-fg\/80 {
  background-color: rgb(14 149 134 / 0.8);
}
.bg-comp-badge-teal-fg\/90 {
  background-color: rgb(14 149 134 / 0.9);
}
.bg-comp-badge-teal-fg\/95 {
  background-color: rgb(14 149 134 / 0.95);
}
.bg-comp-badge-teal-fg\/base-opacity-disabled {
  background-color: rgb(14 149 134 / 60%);
}
.bg-comp-badge-teal-fg\/core-opacity-0 {
  background-color: rgb(14 149 134 / 0%);
}
.bg-comp-badge-teal-fg\/core-opacity-10 {
  background-color: rgb(14 149 134 / 10%);
}
.bg-comp-badge-teal-fg\/core-opacity-100 {
  background-color: rgb(14 149 134 / 100%);
}
.bg-comp-badge-teal-fg\/core-opacity-20 {
  background-color: rgb(14 149 134 / 20%);
}
.bg-comp-badge-teal-fg\/core-opacity-30 {
  background-color: rgb(14 149 134 / 30%);
}
.bg-comp-badge-teal-fg\/core-opacity-40 {
  background-color: rgb(14 149 134 / 40%);
}
.bg-comp-badge-teal-fg\/core-opacity-50 {
  background-color: rgb(14 149 134 / 50%);
}
.bg-comp-badge-teal-fg\/core-opacity-60 {
  background-color: rgb(14 149 134 / 60%);
}
.bg-comp-badge-teal-fg\/core-opacity-70 {
  background-color: rgb(14 149 134 / 70%);
}
.bg-comp-badge-teal-fg\/core-opacity-80 {
  background-color: rgb(14 149 134 / 80%);
}
.bg-comp-badge-teal-fg\/core-opacity-90 {
  background-color: rgb(14 149 134 / 90%);
}
.bg-comp-badge-teal-status {
  --tw-bg-opacity: 1;
  background-color: rgb(21 183 158 / var(--tw-bg-opacity));
}
.bg-comp-badge-teal-status\/0 {
  background-color: rgb(21 183 158 / 0);
}
.bg-comp-badge-teal-status\/10 {
  background-color: rgb(21 183 158 / 0.1);
}
.bg-comp-badge-teal-status\/100 {
  background-color: rgb(21 183 158 / 1);
}
.bg-comp-badge-teal-status\/20 {
  background-color: rgb(21 183 158 / 0.2);
}
.bg-comp-badge-teal-status\/25 {
  background-color: rgb(21 183 158 / 0.25);
}
.bg-comp-badge-teal-status\/30 {
  background-color: rgb(21 183 158 / 0.3);
}
.bg-comp-badge-teal-status\/40 {
  background-color: rgb(21 183 158 / 0.4);
}
.bg-comp-badge-teal-status\/5 {
  background-color: rgb(21 183 158 / 0.05);
}
.bg-comp-badge-teal-status\/50 {
  background-color: rgb(21 183 158 / 0.5);
}
.bg-comp-badge-teal-status\/60 {
  background-color: rgb(21 183 158 / 0.6);
}
.bg-comp-badge-teal-status\/70 {
  background-color: rgb(21 183 158 / 0.7);
}
.bg-comp-badge-teal-status\/75 {
  background-color: rgb(21 183 158 / 0.75);
}
.bg-comp-badge-teal-status\/80 {
  background-color: rgb(21 183 158 / 0.8);
}
.bg-comp-badge-teal-status\/90 {
  background-color: rgb(21 183 158 / 0.9);
}
.bg-comp-badge-teal-status\/95 {
  background-color: rgb(21 183 158 / 0.95);
}
.bg-comp-badge-teal-status\/base-opacity-disabled {
  background-color: rgb(21 183 158 / 60%);
}
.bg-comp-badge-teal-status\/core-opacity-0 {
  background-color: rgb(21 183 158 / 0%);
}
.bg-comp-badge-teal-status\/core-opacity-10 {
  background-color: rgb(21 183 158 / 10%);
}
.bg-comp-badge-teal-status\/core-opacity-100 {
  background-color: rgb(21 183 158 / 100%);
}
.bg-comp-badge-teal-status\/core-opacity-20 {
  background-color: rgb(21 183 158 / 20%);
}
.bg-comp-badge-teal-status\/core-opacity-30 {
  background-color: rgb(21 183 158 / 30%);
}
.bg-comp-badge-teal-status\/core-opacity-40 {
  background-color: rgb(21 183 158 / 40%);
}
.bg-comp-badge-teal-status\/core-opacity-50 {
  background-color: rgb(21 183 158 / 50%);
}
.bg-comp-badge-teal-status\/core-opacity-60 {
  background-color: rgb(21 183 158 / 60%);
}
.bg-comp-badge-teal-status\/core-opacity-70 {
  background-color: rgb(21 183 158 / 70%);
}
.bg-comp-badge-teal-status\/core-opacity-80 {
  background-color: rgb(21 183 158 / 80%);
}
.bg-comp-badge-teal-status\/core-opacity-90 {
  background-color: rgb(21 183 158 / 90%);
}
.bg-comp-badge-violet-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 255 / var(--tw-bg-opacity));
}
.bg-comp-badge-violet-bg\/0 {
  background-color: rgb(247 245 255 / 0);
}
.bg-comp-badge-violet-bg\/10 {
  background-color: rgb(247 245 255 / 0.1);
}
.bg-comp-badge-violet-bg\/100 {
  background-color: rgb(247 245 255 / 1);
}
.bg-comp-badge-violet-bg\/20 {
  background-color: rgb(247 245 255 / 0.2);
}
.bg-comp-badge-violet-bg\/25 {
  background-color: rgb(247 245 255 / 0.25);
}
.bg-comp-badge-violet-bg\/30 {
  background-color: rgb(247 245 255 / 0.3);
}
.bg-comp-badge-violet-bg\/40 {
  background-color: rgb(247 245 255 / 0.4);
}
.bg-comp-badge-violet-bg\/5 {
  background-color: rgb(247 245 255 / 0.05);
}
.bg-comp-badge-violet-bg\/50 {
  background-color: rgb(247 245 255 / 0.5);
}
.bg-comp-badge-violet-bg\/60 {
  background-color: rgb(247 245 255 / 0.6);
}
.bg-comp-badge-violet-bg\/70 {
  background-color: rgb(247 245 255 / 0.7);
}
.bg-comp-badge-violet-bg\/75 {
  background-color: rgb(247 245 255 / 0.75);
}
.bg-comp-badge-violet-bg\/80 {
  background-color: rgb(247 245 255 / 0.8);
}
.bg-comp-badge-violet-bg\/90 {
  background-color: rgb(247 245 255 / 0.9);
}
.bg-comp-badge-violet-bg\/95 {
  background-color: rgb(247 245 255 / 0.95);
}
.bg-comp-badge-violet-bg\/base-opacity-disabled {
  background-color: rgb(247 245 255 / 60%);
}
.bg-comp-badge-violet-bg\/core-opacity-0 {
  background-color: rgb(247 245 255 / 0%);
}
.bg-comp-badge-violet-bg\/core-opacity-10 {
  background-color: rgb(247 245 255 / 10%);
}
.bg-comp-badge-violet-bg\/core-opacity-100 {
  background-color: rgb(247 245 255 / 100%);
}
.bg-comp-badge-violet-bg\/core-opacity-20 {
  background-color: rgb(247 245 255 / 20%);
}
.bg-comp-badge-violet-bg\/core-opacity-30 {
  background-color: rgb(247 245 255 / 30%);
}
.bg-comp-badge-violet-bg\/core-opacity-40 {
  background-color: rgb(247 245 255 / 40%);
}
.bg-comp-badge-violet-bg\/core-opacity-50 {
  background-color: rgb(247 245 255 / 50%);
}
.bg-comp-badge-violet-bg\/core-opacity-60 {
  background-color: rgb(247 245 255 / 60%);
}
.bg-comp-badge-violet-bg\/core-opacity-70 {
  background-color: rgb(247 245 255 / 70%);
}
.bg-comp-badge-violet-bg\/core-opacity-80 {
  background-color: rgb(247 245 255 / 80%);
}
.bg-comp-badge-violet-bg\/core-opacity-90 {
  background-color: rgb(247 245 255 / 90%);
}
.bg-comp-badge-violet-border {
  --tw-bg-opacity: 1;
  background-color: rgb(222 215 254 / var(--tw-bg-opacity));
}
.bg-comp-badge-violet-border\/0 {
  background-color: rgb(222 215 254 / 0);
}
.bg-comp-badge-violet-border\/10 {
  background-color: rgb(222 215 254 / 0.1);
}
.bg-comp-badge-violet-border\/100 {
  background-color: rgb(222 215 254 / 1);
}
.bg-comp-badge-violet-border\/20 {
  background-color: rgb(222 215 254 / 0.2);
}
.bg-comp-badge-violet-border\/25 {
  background-color: rgb(222 215 254 / 0.25);
}
.bg-comp-badge-violet-border\/30 {
  background-color: rgb(222 215 254 / 0.3);
}
.bg-comp-badge-violet-border\/40 {
  background-color: rgb(222 215 254 / 0.4);
}
.bg-comp-badge-violet-border\/5 {
  background-color: rgb(222 215 254 / 0.05);
}
.bg-comp-badge-violet-border\/50 {
  background-color: rgb(222 215 254 / 0.5);
}
.bg-comp-badge-violet-border\/60 {
  background-color: rgb(222 215 254 / 0.6);
}
.bg-comp-badge-violet-border\/70 {
  background-color: rgb(222 215 254 / 0.7);
}
.bg-comp-badge-violet-border\/75 {
  background-color: rgb(222 215 254 / 0.75);
}
.bg-comp-badge-violet-border\/80 {
  background-color: rgb(222 215 254 / 0.8);
}
.bg-comp-badge-violet-border\/90 {
  background-color: rgb(222 215 254 / 0.9);
}
.bg-comp-badge-violet-border\/95 {
  background-color: rgb(222 215 254 / 0.95);
}
.bg-comp-badge-violet-border\/base-opacity-disabled {
  background-color: rgb(222 215 254 / 60%);
}
.bg-comp-badge-violet-border\/core-opacity-0 {
  background-color: rgb(222 215 254 / 0%);
}
.bg-comp-badge-violet-border\/core-opacity-10 {
  background-color: rgb(222 215 254 / 10%);
}
.bg-comp-badge-violet-border\/core-opacity-100 {
  background-color: rgb(222 215 254 / 100%);
}
.bg-comp-badge-violet-border\/core-opacity-20 {
  background-color: rgb(222 215 254 / 20%);
}
.bg-comp-badge-violet-border\/core-opacity-30 {
  background-color: rgb(222 215 254 / 30%);
}
.bg-comp-badge-violet-border\/core-opacity-40 {
  background-color: rgb(222 215 254 / 40%);
}
.bg-comp-badge-violet-border\/core-opacity-50 {
  background-color: rgb(222 215 254 / 50%);
}
.bg-comp-badge-violet-border\/core-opacity-60 {
  background-color: rgb(222 215 254 / 60%);
}
.bg-comp-badge-violet-border\/core-opacity-70 {
  background-color: rgb(222 215 254 / 70%);
}
.bg-comp-badge-violet-border\/core-opacity-80 {
  background-color: rgb(222 215 254 / 80%);
}
.bg-comp-badge-violet-border\/core-opacity-90 {
  background-color: rgb(222 215 254 / 90%);
}
.bg-comp-badge-violet-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(121 58 238 / var(--tw-bg-opacity));
}
.bg-comp-badge-violet-fg\/0 {
  background-color: rgb(121 58 238 / 0);
}
.bg-comp-badge-violet-fg\/10 {
  background-color: rgb(121 58 238 / 0.1);
}
.bg-comp-badge-violet-fg\/100 {
  background-color: rgb(121 58 238 / 1);
}
.bg-comp-badge-violet-fg\/20 {
  background-color: rgb(121 58 238 / 0.2);
}
.bg-comp-badge-violet-fg\/25 {
  background-color: rgb(121 58 238 / 0.25);
}
.bg-comp-badge-violet-fg\/30 {
  background-color: rgb(121 58 238 / 0.3);
}
.bg-comp-badge-violet-fg\/40 {
  background-color: rgb(121 58 238 / 0.4);
}
.bg-comp-badge-violet-fg\/5 {
  background-color: rgb(121 58 238 / 0.05);
}
.bg-comp-badge-violet-fg\/50 {
  background-color: rgb(121 58 238 / 0.5);
}
.bg-comp-badge-violet-fg\/60 {
  background-color: rgb(121 58 238 / 0.6);
}
.bg-comp-badge-violet-fg\/70 {
  background-color: rgb(121 58 238 / 0.7);
}
.bg-comp-badge-violet-fg\/75 {
  background-color: rgb(121 58 238 / 0.75);
}
.bg-comp-badge-violet-fg\/80 {
  background-color: rgb(121 58 238 / 0.8);
}
.bg-comp-badge-violet-fg\/90 {
  background-color: rgb(121 58 238 / 0.9);
}
.bg-comp-badge-violet-fg\/95 {
  background-color: rgb(121 58 238 / 0.95);
}
.bg-comp-badge-violet-fg\/base-opacity-disabled {
  background-color: rgb(121 58 238 / 60%);
}
.bg-comp-badge-violet-fg\/core-opacity-0 {
  background-color: rgb(121 58 238 / 0%);
}
.bg-comp-badge-violet-fg\/core-opacity-10 {
  background-color: rgb(121 58 238 / 10%);
}
.bg-comp-badge-violet-fg\/core-opacity-100 {
  background-color: rgb(121 58 238 / 100%);
}
.bg-comp-badge-violet-fg\/core-opacity-20 {
  background-color: rgb(121 58 238 / 20%);
}
.bg-comp-badge-violet-fg\/core-opacity-30 {
  background-color: rgb(121 58 238 / 30%);
}
.bg-comp-badge-violet-fg\/core-opacity-40 {
  background-color: rgb(121 58 238 / 40%);
}
.bg-comp-badge-violet-fg\/core-opacity-50 {
  background-color: rgb(121 58 238 / 50%);
}
.bg-comp-badge-violet-fg\/core-opacity-60 {
  background-color: rgb(121 58 238 / 60%);
}
.bg-comp-badge-violet-fg\/core-opacity-70 {
  background-color: rgb(121 58 238 / 70%);
}
.bg-comp-badge-violet-fg\/core-opacity-80 {
  background-color: rgb(121 58 238 / 80%);
}
.bg-comp-badge-violet-fg\/core-opacity-90 {
  background-color: rgb(121 58 238 / 90%);
}
.bg-comp-badge-violet-status {
  --tw-bg-opacity: 1;
  background-color: rgb(134 89 247 / var(--tw-bg-opacity));
}
.bg-comp-badge-violet-status\/0 {
  background-color: rgb(134 89 247 / 0);
}
.bg-comp-badge-violet-status\/10 {
  background-color: rgb(134 89 247 / 0.1);
}
.bg-comp-badge-violet-status\/100 {
  background-color: rgb(134 89 247 / 1);
}
.bg-comp-badge-violet-status\/20 {
  background-color: rgb(134 89 247 / 0.2);
}
.bg-comp-badge-violet-status\/25 {
  background-color: rgb(134 89 247 / 0.25);
}
.bg-comp-badge-violet-status\/30 {
  background-color: rgb(134 89 247 / 0.3);
}
.bg-comp-badge-violet-status\/40 {
  background-color: rgb(134 89 247 / 0.4);
}
.bg-comp-badge-violet-status\/5 {
  background-color: rgb(134 89 247 / 0.05);
}
.bg-comp-badge-violet-status\/50 {
  background-color: rgb(134 89 247 / 0.5);
}
.bg-comp-badge-violet-status\/60 {
  background-color: rgb(134 89 247 / 0.6);
}
.bg-comp-badge-violet-status\/70 {
  background-color: rgb(134 89 247 / 0.7);
}
.bg-comp-badge-violet-status\/75 {
  background-color: rgb(134 89 247 / 0.75);
}
.bg-comp-badge-violet-status\/80 {
  background-color: rgb(134 89 247 / 0.8);
}
.bg-comp-badge-violet-status\/90 {
  background-color: rgb(134 89 247 / 0.9);
}
.bg-comp-badge-violet-status\/95 {
  background-color: rgb(134 89 247 / 0.95);
}
.bg-comp-badge-violet-status\/base-opacity-disabled {
  background-color: rgb(134 89 247 / 60%);
}
.bg-comp-badge-violet-status\/core-opacity-0 {
  background-color: rgb(134 89 247 / 0%);
}
.bg-comp-badge-violet-status\/core-opacity-10 {
  background-color: rgb(134 89 247 / 10%);
}
.bg-comp-badge-violet-status\/core-opacity-100 {
  background-color: rgb(134 89 247 / 100%);
}
.bg-comp-badge-violet-status\/core-opacity-20 {
  background-color: rgb(134 89 247 / 20%);
}
.bg-comp-badge-violet-status\/core-opacity-30 {
  background-color: rgb(134 89 247 / 30%);
}
.bg-comp-badge-violet-status\/core-opacity-40 {
  background-color: rgb(134 89 247 / 40%);
}
.bg-comp-badge-violet-status\/core-opacity-50 {
  background-color: rgb(134 89 247 / 50%);
}
.bg-comp-badge-violet-status\/core-opacity-60 {
  background-color: rgb(134 89 247 / 60%);
}
.bg-comp-badge-violet-status\/core-opacity-70 {
  background-color: rgb(134 89 247 / 70%);
}
.bg-comp-badge-violet-status\/core-opacity-80 {
  background-color: rgb(134 89 247 / 80%);
}
.bg-comp-badge-violet-status\/core-opacity-90 {
  background-color: rgb(134 89 247 / 90%);
}
.bg-comp-badge-yellow-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity));
}
.bg-comp-badge-yellow-bg\/0 {
  background-color: rgb(255 250 235 / 0);
}
.bg-comp-badge-yellow-bg\/10 {
  background-color: rgb(255 250 235 / 0.1);
}
.bg-comp-badge-yellow-bg\/100 {
  background-color: rgb(255 250 235 / 1);
}
.bg-comp-badge-yellow-bg\/20 {
  background-color: rgb(255 250 235 / 0.2);
}
.bg-comp-badge-yellow-bg\/25 {
  background-color: rgb(255 250 235 / 0.25);
}
.bg-comp-badge-yellow-bg\/30 {
  background-color: rgb(255 250 235 / 0.3);
}
.bg-comp-badge-yellow-bg\/40 {
  background-color: rgb(255 250 235 / 0.4);
}
.bg-comp-badge-yellow-bg\/5 {
  background-color: rgb(255 250 235 / 0.05);
}
.bg-comp-badge-yellow-bg\/50 {
  background-color: rgb(255 250 235 / 0.5);
}
.bg-comp-badge-yellow-bg\/60 {
  background-color: rgb(255 250 235 / 0.6);
}
.bg-comp-badge-yellow-bg\/70 {
  background-color: rgb(255 250 235 / 0.7);
}
.bg-comp-badge-yellow-bg\/75 {
  background-color: rgb(255 250 235 / 0.75);
}
.bg-comp-badge-yellow-bg\/80 {
  background-color: rgb(255 250 235 / 0.8);
}
.bg-comp-badge-yellow-bg\/90 {
  background-color: rgb(255 250 235 / 0.9);
}
.bg-comp-badge-yellow-bg\/95 {
  background-color: rgb(255 250 235 / 0.95);
}
.bg-comp-badge-yellow-bg\/base-opacity-disabled {
  background-color: rgb(255 250 235 / 60%);
}
.bg-comp-badge-yellow-bg\/core-opacity-0 {
  background-color: rgb(255 250 235 / 0%);
}
.bg-comp-badge-yellow-bg\/core-opacity-10 {
  background-color: rgb(255 250 235 / 10%);
}
.bg-comp-badge-yellow-bg\/core-opacity-100 {
  background-color: rgb(255 250 235 / 100%);
}
.bg-comp-badge-yellow-bg\/core-opacity-20 {
  background-color: rgb(255 250 235 / 20%);
}
.bg-comp-badge-yellow-bg\/core-opacity-30 {
  background-color: rgb(255 250 235 / 30%);
}
.bg-comp-badge-yellow-bg\/core-opacity-40 {
  background-color: rgb(255 250 235 / 40%);
}
.bg-comp-badge-yellow-bg\/core-opacity-50 {
  background-color: rgb(255 250 235 / 50%);
}
.bg-comp-badge-yellow-bg\/core-opacity-60 {
  background-color: rgb(255 250 235 / 60%);
}
.bg-comp-badge-yellow-bg\/core-opacity-70 {
  background-color: rgb(255 250 235 / 70%);
}
.bg-comp-badge-yellow-bg\/core-opacity-80 {
  background-color: rgb(255 250 235 / 80%);
}
.bg-comp-badge-yellow-bg\/core-opacity-90 {
  background-color: rgb(255 250 235 / 90%);
}
.bg-comp-badge-yellow-border {
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 139 / var(--tw-bg-opacity));
}
.bg-comp-badge-yellow-border\/0 {
  background-color: rgb(254 223 139 / 0);
}
.bg-comp-badge-yellow-border\/10 {
  background-color: rgb(254 223 139 / 0.1);
}
.bg-comp-badge-yellow-border\/100 {
  background-color: rgb(254 223 139 / 1);
}
.bg-comp-badge-yellow-border\/20 {
  background-color: rgb(254 223 139 / 0.2);
}
.bg-comp-badge-yellow-border\/25 {
  background-color: rgb(254 223 139 / 0.25);
}
.bg-comp-badge-yellow-border\/30 {
  background-color: rgb(254 223 139 / 0.3);
}
.bg-comp-badge-yellow-border\/40 {
  background-color: rgb(254 223 139 / 0.4);
}
.bg-comp-badge-yellow-border\/5 {
  background-color: rgb(254 223 139 / 0.05);
}
.bg-comp-badge-yellow-border\/50 {
  background-color: rgb(254 223 139 / 0.5);
}
.bg-comp-badge-yellow-border\/60 {
  background-color: rgb(254 223 139 / 0.6);
}
.bg-comp-badge-yellow-border\/70 {
  background-color: rgb(254 223 139 / 0.7);
}
.bg-comp-badge-yellow-border\/75 {
  background-color: rgb(254 223 139 / 0.75);
}
.bg-comp-badge-yellow-border\/80 {
  background-color: rgb(254 223 139 / 0.8);
}
.bg-comp-badge-yellow-border\/90 {
  background-color: rgb(254 223 139 / 0.9);
}
.bg-comp-badge-yellow-border\/95 {
  background-color: rgb(254 223 139 / 0.95);
}
.bg-comp-badge-yellow-border\/base-opacity-disabled {
  background-color: rgb(254 223 139 / 60%);
}
.bg-comp-badge-yellow-border\/core-opacity-0 {
  background-color: rgb(254 223 139 / 0%);
}
.bg-comp-badge-yellow-border\/core-opacity-10 {
  background-color: rgb(254 223 139 / 10%);
}
.bg-comp-badge-yellow-border\/core-opacity-100 {
  background-color: rgb(254 223 139 / 100%);
}
.bg-comp-badge-yellow-border\/core-opacity-20 {
  background-color: rgb(254 223 139 / 20%);
}
.bg-comp-badge-yellow-border\/core-opacity-30 {
  background-color: rgb(254 223 139 / 30%);
}
.bg-comp-badge-yellow-border\/core-opacity-40 {
  background-color: rgb(254 223 139 / 40%);
}
.bg-comp-badge-yellow-border\/core-opacity-50 {
  background-color: rgb(254 223 139 / 50%);
}
.bg-comp-badge-yellow-border\/core-opacity-60 {
  background-color: rgb(254 223 139 / 60%);
}
.bg-comp-badge-yellow-border\/core-opacity-70 {
  background-color: rgb(254 223 139 / 70%);
}
.bg-comp-badge-yellow-border\/core-opacity-80 {
  background-color: rgb(254 223 139 / 80%);
}
.bg-comp-badge-yellow-border\/core-opacity-90 {
  background-color: rgb(254 223 139 / 90%);
}
.bg-comp-badge-yellow-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(221 105 3 / var(--tw-bg-opacity));
}
.bg-comp-badge-yellow-fg\/0 {
  background-color: rgb(221 105 3 / 0);
}
.bg-comp-badge-yellow-fg\/10 {
  background-color: rgb(221 105 3 / 0.1);
}
.bg-comp-badge-yellow-fg\/100 {
  background-color: rgb(221 105 3 / 1);
}
.bg-comp-badge-yellow-fg\/20 {
  background-color: rgb(221 105 3 / 0.2);
}
.bg-comp-badge-yellow-fg\/25 {
  background-color: rgb(221 105 3 / 0.25);
}
.bg-comp-badge-yellow-fg\/30 {
  background-color: rgb(221 105 3 / 0.3);
}
.bg-comp-badge-yellow-fg\/40 {
  background-color: rgb(221 105 3 / 0.4);
}
.bg-comp-badge-yellow-fg\/5 {
  background-color: rgb(221 105 3 / 0.05);
}
.bg-comp-badge-yellow-fg\/50 {
  background-color: rgb(221 105 3 / 0.5);
}
.bg-comp-badge-yellow-fg\/60 {
  background-color: rgb(221 105 3 / 0.6);
}
.bg-comp-badge-yellow-fg\/70 {
  background-color: rgb(221 105 3 / 0.7);
}
.bg-comp-badge-yellow-fg\/75 {
  background-color: rgb(221 105 3 / 0.75);
}
.bg-comp-badge-yellow-fg\/80 {
  background-color: rgb(221 105 3 / 0.8);
}
.bg-comp-badge-yellow-fg\/90 {
  background-color: rgb(221 105 3 / 0.9);
}
.bg-comp-badge-yellow-fg\/95 {
  background-color: rgb(221 105 3 / 0.95);
}
.bg-comp-badge-yellow-fg\/base-opacity-disabled {
  background-color: rgb(221 105 3 / 60%);
}
.bg-comp-badge-yellow-fg\/core-opacity-0 {
  background-color: rgb(221 105 3 / 0%);
}
.bg-comp-badge-yellow-fg\/core-opacity-10 {
  background-color: rgb(221 105 3 / 10%);
}
.bg-comp-badge-yellow-fg\/core-opacity-100 {
  background-color: rgb(221 105 3 / 100%);
}
.bg-comp-badge-yellow-fg\/core-opacity-20 {
  background-color: rgb(221 105 3 / 20%);
}
.bg-comp-badge-yellow-fg\/core-opacity-30 {
  background-color: rgb(221 105 3 / 30%);
}
.bg-comp-badge-yellow-fg\/core-opacity-40 {
  background-color: rgb(221 105 3 / 40%);
}
.bg-comp-badge-yellow-fg\/core-opacity-50 {
  background-color: rgb(221 105 3 / 50%);
}
.bg-comp-badge-yellow-fg\/core-opacity-60 {
  background-color: rgb(221 105 3 / 60%);
}
.bg-comp-badge-yellow-fg\/core-opacity-70 {
  background-color: rgb(221 105 3 / 70%);
}
.bg-comp-badge-yellow-fg\/core-opacity-80 {
  background-color: rgb(221 105 3 / 80%);
}
.bg-comp-badge-yellow-fg\/core-opacity-90 {
  background-color: rgb(221 105 3 / 90%);
}
.bg-comp-badge-yellow-status {
  --tw-bg-opacity: 1;
  background-color: rgb(247 143 8 / var(--tw-bg-opacity));
}
.bg-comp-badge-yellow-status\/0 {
  background-color: rgb(247 143 8 / 0);
}
.bg-comp-badge-yellow-status\/10 {
  background-color: rgb(247 143 8 / 0.1);
}
.bg-comp-badge-yellow-status\/100 {
  background-color: rgb(247 143 8 / 1);
}
.bg-comp-badge-yellow-status\/20 {
  background-color: rgb(247 143 8 / 0.2);
}
.bg-comp-badge-yellow-status\/25 {
  background-color: rgb(247 143 8 / 0.25);
}
.bg-comp-badge-yellow-status\/30 {
  background-color: rgb(247 143 8 / 0.3);
}
.bg-comp-badge-yellow-status\/40 {
  background-color: rgb(247 143 8 / 0.4);
}
.bg-comp-badge-yellow-status\/5 {
  background-color: rgb(247 143 8 / 0.05);
}
.bg-comp-badge-yellow-status\/50 {
  background-color: rgb(247 143 8 / 0.5);
}
.bg-comp-badge-yellow-status\/60 {
  background-color: rgb(247 143 8 / 0.6);
}
.bg-comp-badge-yellow-status\/70 {
  background-color: rgb(247 143 8 / 0.7);
}
.bg-comp-badge-yellow-status\/75 {
  background-color: rgb(247 143 8 / 0.75);
}
.bg-comp-badge-yellow-status\/80 {
  background-color: rgb(247 143 8 / 0.8);
}
.bg-comp-badge-yellow-status\/90 {
  background-color: rgb(247 143 8 / 0.9);
}
.bg-comp-badge-yellow-status\/95 {
  background-color: rgb(247 143 8 / 0.95);
}
.bg-comp-badge-yellow-status\/base-opacity-disabled {
  background-color: rgb(247 143 8 / 60%);
}
.bg-comp-badge-yellow-status\/core-opacity-0 {
  background-color: rgb(247 143 8 / 0%);
}
.bg-comp-badge-yellow-status\/core-opacity-10 {
  background-color: rgb(247 143 8 / 10%);
}
.bg-comp-badge-yellow-status\/core-opacity-100 {
  background-color: rgb(247 143 8 / 100%);
}
.bg-comp-badge-yellow-status\/core-opacity-20 {
  background-color: rgb(247 143 8 / 20%);
}
.bg-comp-badge-yellow-status\/core-opacity-30 {
  background-color: rgb(247 143 8 / 30%);
}
.bg-comp-badge-yellow-status\/core-opacity-40 {
  background-color: rgb(247 143 8 / 40%);
}
.bg-comp-badge-yellow-status\/core-opacity-50 {
  background-color: rgb(247 143 8 / 50%);
}
.bg-comp-badge-yellow-status\/core-opacity-60 {
  background-color: rgb(247 143 8 / 60%);
}
.bg-comp-badge-yellow-status\/core-opacity-70 {
  background-color: rgb(247 143 8 / 70%);
}
.bg-comp-badge-yellow-status\/core-opacity-80 {
  background-color: rgb(247 143 8 / 80%);
}
.bg-comp-badge-yellow-status\/core-opacity-90 {
  background-color: rgb(247 143 8 / 90%);
}
.bg-comp-button-color-danger-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-enabled-bg\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-comp-button-color-danger-enabled-bg\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-comp-button-color-danger-enabled-bg\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-comp-button-color-danger-enabled-bg\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-comp-button-color-danger-enabled-bg\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-comp-button-color-danger-enabled-bg\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-comp-button-color-danger-enabled-bg\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-comp-button-color-danger-enabled-bg\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-comp-button-color-danger-enabled-bg\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-comp-button-color-danger-enabled-bg\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-comp-button-color-danger-enabled-bg\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-comp-button-color-danger-enabled-bg\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-comp-button-color-danger-enabled-bg\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-comp-button-color-danger-enabled-bg\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-comp-button-color-danger-enabled-bg\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-comp-button-color-danger-enabled-bg\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-comp-button-color-danger-enabled-bg\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-comp-button-color-danger-enabled-border {
  background-color: #00000000;
}
.bg-comp-button-color-danger-enabled-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-danger-enabled-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-danger-enabled-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-danger-enabled-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-danger-enabled-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-danger-enabled-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-danger-enabled-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-danger-enabled-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-danger-enabled-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-danger-enabled-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-danger-enabled-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-danger-enabled-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-danger-enabled-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-danger-enabled-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-danger-enabled-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-danger-enabled-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-danger-enabled-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-danger-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-enabled-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-danger-enabled-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-danger-enabled-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-danger-enabled-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-danger-enabled-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-danger-enabled-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-danger-enabled-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-danger-enabled-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-danger-enabled-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-danger-enabled-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-danger-enabled-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-danger-enabled-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-danger-enabled-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-danger-enabled-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-danger-enabled-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-danger-enabled-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-danger-enabled-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-danger-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-focused-bg\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-comp-button-color-danger-focused-bg\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-comp-button-color-danger-focused-bg\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-comp-button-color-danger-focused-bg\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-comp-button-color-danger-focused-bg\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-comp-button-color-danger-focused-bg\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-comp-button-color-danger-focused-bg\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-comp-button-color-danger-focused-bg\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-comp-button-color-danger-focused-bg\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-comp-button-color-danger-focused-bg\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-comp-button-color-danger-focused-bg\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-comp-button-color-danger-focused-bg\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-comp-button-color-danger-focused-bg\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-comp-button-color-danger-focused-bg\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-comp-button-color-danger-focused-bg\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-comp-button-color-danger-focused-bg\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-comp-button-color-danger-focused-bg\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-comp-button-color-danger-focused-border {
  background-color: #00000000;
}
.bg-comp-button-color-danger-focused-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-danger-focused-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-danger-focused-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-danger-focused-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-danger-focused-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-danger-focused-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-danger-focused-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-danger-focused-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-danger-focused-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-danger-focused-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-danger-focused-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-danger-focused-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-danger-focused-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-danger-focused-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-danger-focused-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-danger-focused-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-danger-focused-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-danger-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-focused-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-danger-focused-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-danger-focused-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-danger-focused-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-danger-focused-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-danger-focused-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-danger-focused-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-danger-focused-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-danger-focused-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-danger-focused-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-danger-focused-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-danger-focused-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-danger-focused-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-danger-focused-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-danger-focused-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-danger-focused-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-danger-focused-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-danger-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-hover-bg\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-button-color-danger-hover-bg\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-button-color-danger-hover-bg\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-button-color-danger-hover-bg\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-button-color-danger-hover-bg\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-button-color-danger-hover-bg\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-button-color-danger-hover-bg\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-button-color-danger-hover-bg\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-button-color-danger-hover-bg\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-button-color-danger-hover-bg\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-button-color-danger-hover-bg\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-button-color-danger-hover-bg\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-button-color-danger-hover-bg\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-button-color-danger-hover-bg\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-button-color-danger-hover-bg\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-button-color-danger-hover-bg\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-button-color-danger-hover-bg\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-button-color-danger-hover-border {
  background-color: #00000000;
}
.bg-comp-button-color-danger-hover-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-danger-hover-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-danger-hover-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-danger-hover-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-danger-hover-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-danger-hover-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-danger-hover-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-danger-hover-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-danger-hover-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-danger-hover-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-danger-hover-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-danger-hover-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-danger-hover-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-danger-hover-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-danger-hover-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-danger-hover-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-danger-hover-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-danger-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-hover-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-danger-hover-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-danger-hover-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-danger-hover-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-danger-hover-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-danger-hover-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-danger-hover-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-danger-hover-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-danger-hover-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-danger-hover-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-danger-hover-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-danger-hover-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-danger-hover-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-danger-hover-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-danger-hover-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-danger-hover-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-danger-hover-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-danger-pressed-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-pressed-bg\/0 {
  background-color: rgb(180 35 24 / 0);
}
.bg-comp-button-color-danger-pressed-bg\/10 {
  background-color: rgb(180 35 24 / 0.1);
}
.bg-comp-button-color-danger-pressed-bg\/100 {
  background-color: rgb(180 35 24 / 1);
}
.bg-comp-button-color-danger-pressed-bg\/20 {
  background-color: rgb(180 35 24 / 0.2);
}
.bg-comp-button-color-danger-pressed-bg\/25 {
  background-color: rgb(180 35 24 / 0.25);
}
.bg-comp-button-color-danger-pressed-bg\/30 {
  background-color: rgb(180 35 24 / 0.3);
}
.bg-comp-button-color-danger-pressed-bg\/40 {
  background-color: rgb(180 35 24 / 0.4);
}
.bg-comp-button-color-danger-pressed-bg\/5 {
  background-color: rgb(180 35 24 / 0.05);
}
.bg-comp-button-color-danger-pressed-bg\/50 {
  background-color: rgb(180 35 24 / 0.5);
}
.bg-comp-button-color-danger-pressed-bg\/60 {
  background-color: rgb(180 35 24 / 0.6);
}
.bg-comp-button-color-danger-pressed-bg\/70 {
  background-color: rgb(180 35 24 / 0.7);
}
.bg-comp-button-color-danger-pressed-bg\/75 {
  background-color: rgb(180 35 24 / 0.75);
}
.bg-comp-button-color-danger-pressed-bg\/80 {
  background-color: rgb(180 35 24 / 0.8);
}
.bg-comp-button-color-danger-pressed-bg\/90 {
  background-color: rgb(180 35 24 / 0.9);
}
.bg-comp-button-color-danger-pressed-bg\/95 {
  background-color: rgb(180 35 24 / 0.95);
}
.bg-comp-button-color-danger-pressed-bg\/base-opacity-disabled {
  background-color: rgb(180 35 24 / 60%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-0 {
  background-color: rgb(180 35 24 / 0%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-10 {
  background-color: rgb(180 35 24 / 10%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-100 {
  background-color: rgb(180 35 24 / 100%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-20 {
  background-color: rgb(180 35 24 / 20%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-30 {
  background-color: rgb(180 35 24 / 30%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-40 {
  background-color: rgb(180 35 24 / 40%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-50 {
  background-color: rgb(180 35 24 / 50%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-60 {
  background-color: rgb(180 35 24 / 60%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-70 {
  background-color: rgb(180 35 24 / 70%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-80 {
  background-color: rgb(180 35 24 / 80%);
}
.bg-comp-button-color-danger-pressed-bg\/core-opacity-90 {
  background-color: rgb(180 35 24 / 90%);
}
.bg-comp-button-color-danger-pressed-border {
  background-color: #00000000;
}
.bg-comp-button-color-danger-pressed-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-danger-pressed-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-danger-pressed-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-danger-pressed-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-danger-pressed-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-danger-pressed-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-danger-pressed-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-danger-pressed-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-danger-pressed-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-danger-pressed-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-danger-pressed-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-danger-pressed-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-danger-pressed-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-danger-pressed-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-danger-pressed-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-danger-pressed-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-danger-pressed-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-danger-pressed-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-danger-pressed-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-danger-pressed-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-danger-pressed-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-danger-pressed-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-danger-pressed-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-danger-pressed-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-danger-pressed-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-danger-pressed-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-danger-pressed-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-danger-pressed-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-danger-pressed-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-danger-pressed-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-danger-pressed-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-danger-pressed-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-danger-pressed-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-danger-pressed-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-danger-pressed-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-ghost-enabled-bg {
  background-color: #00000000;
}
.bg-comp-button-color-ghost-enabled-bg\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-ghost-enabled-bg\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-ghost-enabled-bg\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-ghost-enabled-bg\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-ghost-enabled-bg\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-ghost-enabled-bg\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-ghost-enabled-bg\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-ghost-enabled-bg\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-ghost-enabled-bg\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-ghost-enabled-bg\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-ghost-enabled-bg\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-ghost-enabled-bg\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-ghost-enabled-bg\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-ghost-enabled-bg\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-ghost-enabled-bg\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-ghost-enabled-bg\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-ghost-enabled-bg\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-ghost-enabled-border {
  background-color: #00000000;
}
.bg-comp-button-color-ghost-enabled-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-ghost-enabled-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-ghost-enabled-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-ghost-enabled-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-ghost-enabled-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-ghost-enabled-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-ghost-enabled-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-ghost-enabled-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-ghost-enabled-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-ghost-enabled-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-ghost-enabled-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-ghost-enabled-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-ghost-enabled-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-ghost-enabled-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-ghost-enabled-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-ghost-enabled-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-ghost-enabled-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-ghost-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-enabled-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-ghost-enabled-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-ghost-enabled-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-ghost-enabled-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-ghost-enabled-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-ghost-enabled-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-ghost-enabled-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-ghost-enabled-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-ghost-enabled-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-ghost-enabled-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-ghost-enabled-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-ghost-enabled-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-ghost-enabled-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-ghost-enabled-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-ghost-enabled-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-ghost-enabled-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-ghost-enabled-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-ghost-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-focused-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-ghost-focused-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-ghost-focused-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-ghost-focused-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-ghost-focused-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-ghost-focused-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-ghost-focused-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-ghost-focused-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-ghost-focused-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-ghost-focused-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-ghost-focused-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-ghost-focused-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-ghost-focused-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-ghost-focused-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-ghost-focused-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-ghost-focused-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-ghost-focused-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-ghost-focused-border {
  background-color: #00000000;
}
.bg-comp-button-color-ghost-focused-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-ghost-focused-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-ghost-focused-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-ghost-focused-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-ghost-focused-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-ghost-focused-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-ghost-focused-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-ghost-focused-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-ghost-focused-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-ghost-focused-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-ghost-focused-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-ghost-focused-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-ghost-focused-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-ghost-focused-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-ghost-focused-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-ghost-focused-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-ghost-focused-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-ghost-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-focused-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-ghost-focused-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-ghost-focused-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-ghost-focused-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-ghost-focused-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-ghost-focused-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-ghost-focused-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-ghost-focused-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-ghost-focused-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-ghost-focused-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-ghost-focused-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-ghost-focused-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-ghost-focused-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-ghost-focused-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-ghost-focused-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-ghost-focused-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-ghost-focused-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-ghost-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-hover-bg\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-comp-button-color-ghost-hover-bg\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-comp-button-color-ghost-hover-bg\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-comp-button-color-ghost-hover-bg\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-comp-button-color-ghost-hover-bg\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-comp-button-color-ghost-hover-bg\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-comp-button-color-ghost-hover-bg\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-comp-button-color-ghost-hover-bg\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-comp-button-color-ghost-hover-bg\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-comp-button-color-ghost-hover-bg\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-comp-button-color-ghost-hover-bg\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-comp-button-color-ghost-hover-bg\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-comp-button-color-ghost-hover-bg\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-comp-button-color-ghost-hover-bg\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-comp-button-color-ghost-hover-bg\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-comp-button-color-ghost-hover-bg\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-comp-button-color-ghost-hover-bg\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-comp-button-color-ghost-hover-border {
  background-color: #00000000;
}
.bg-comp-button-color-ghost-hover-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-ghost-hover-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-ghost-hover-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-ghost-hover-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-ghost-hover-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-ghost-hover-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-ghost-hover-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-ghost-hover-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-ghost-hover-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-ghost-hover-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-ghost-hover-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-ghost-hover-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-ghost-hover-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-ghost-hover-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-ghost-hover-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-ghost-hover-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-ghost-hover-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-ghost-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-hover-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-ghost-hover-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-ghost-hover-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-ghost-hover-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-ghost-hover-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-ghost-hover-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-ghost-hover-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-ghost-hover-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-ghost-hover-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-ghost-hover-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-ghost-hover-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-ghost-hover-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-ghost-hover-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-ghost-hover-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-ghost-hover-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-ghost-hover-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-ghost-hover-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-ghost-pressed-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-pressed-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-button-color-ghost-pressed-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-button-color-ghost-pressed-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-button-color-ghost-pressed-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-button-color-ghost-pressed-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-button-color-ghost-pressed-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-button-color-ghost-pressed-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-button-color-ghost-pressed-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-button-color-ghost-pressed-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-button-color-ghost-pressed-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-button-color-ghost-pressed-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-button-color-ghost-pressed-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-button-color-ghost-pressed-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-button-color-ghost-pressed-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-button-color-ghost-pressed-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-button-color-ghost-pressed-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-button-color-ghost-pressed-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-button-color-ghost-pressed-border {
  background-color: #00000000;
}
.bg-comp-button-color-ghost-pressed-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-ghost-pressed-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-ghost-pressed-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-ghost-pressed-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-ghost-pressed-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-ghost-pressed-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-ghost-pressed-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-ghost-pressed-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-ghost-pressed-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-ghost-pressed-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-ghost-pressed-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-ghost-pressed-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-ghost-pressed-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-ghost-pressed-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-ghost-pressed-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-ghost-pressed-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-ghost-pressed-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-ghost-pressed-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-ghost-pressed-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-ghost-pressed-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-ghost-pressed-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-ghost-pressed-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-ghost-pressed-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-ghost-pressed-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-ghost-pressed-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-ghost-pressed-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-ghost-pressed-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-ghost-pressed-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-ghost-pressed-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-ghost-pressed-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-ghost-pressed-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-ghost-pressed-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-ghost-pressed-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-ghost-pressed-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-ghost-pressed-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-primary-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-enabled-bg\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-comp-button-color-primary-enabled-bg\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-comp-button-color-primary-enabled-bg\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-comp-button-color-primary-enabled-bg\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-comp-button-color-primary-enabled-bg\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-comp-button-color-primary-enabled-bg\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-comp-button-color-primary-enabled-bg\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-comp-button-color-primary-enabled-bg\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-comp-button-color-primary-enabled-bg\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-comp-button-color-primary-enabled-bg\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-comp-button-color-primary-enabled-bg\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-comp-button-color-primary-enabled-bg\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-comp-button-color-primary-enabled-bg\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-comp-button-color-primary-enabled-bg\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-comp-button-color-primary-enabled-bg\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-comp-button-color-primary-enabled-bg\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-comp-button-color-primary-enabled-bg\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-comp-button-color-primary-enabled-border {
  background-color: #00000000;
}
.bg-comp-button-color-primary-enabled-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-primary-enabled-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-primary-enabled-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-primary-enabled-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-primary-enabled-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-primary-enabled-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-primary-enabled-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-primary-enabled-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-primary-enabled-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-primary-enabled-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-primary-enabled-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-primary-enabled-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-primary-enabled-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-primary-enabled-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-primary-enabled-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-primary-enabled-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-primary-enabled-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-primary-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-enabled-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-primary-enabled-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-primary-enabled-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-primary-enabled-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-primary-enabled-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-primary-enabled-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-primary-enabled-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-primary-enabled-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-primary-enabled-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-primary-enabled-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-primary-enabled-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-primary-enabled-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-primary-enabled-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-primary-enabled-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-primary-enabled-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-primary-enabled-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-primary-enabled-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-primary-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-focused-bg\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-comp-button-color-primary-focused-bg\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-comp-button-color-primary-focused-bg\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-comp-button-color-primary-focused-bg\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-comp-button-color-primary-focused-bg\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-comp-button-color-primary-focused-bg\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-comp-button-color-primary-focused-bg\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-comp-button-color-primary-focused-bg\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-comp-button-color-primary-focused-bg\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-comp-button-color-primary-focused-bg\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-comp-button-color-primary-focused-bg\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-comp-button-color-primary-focused-bg\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-comp-button-color-primary-focused-bg\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-comp-button-color-primary-focused-bg\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-comp-button-color-primary-focused-bg\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-comp-button-color-primary-focused-bg\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-comp-button-color-primary-focused-bg\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-comp-button-color-primary-focused-border {
  background-color: #00000000;
}
.bg-comp-button-color-primary-focused-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-primary-focused-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-primary-focused-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-primary-focused-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-primary-focused-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-primary-focused-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-primary-focused-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-primary-focused-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-primary-focused-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-primary-focused-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-primary-focused-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-primary-focused-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-primary-focused-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-primary-focused-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-primary-focused-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-primary-focused-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-primary-focused-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-primary-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-focused-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-primary-focused-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-primary-focused-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-primary-focused-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-primary-focused-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-primary-focused-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-primary-focused-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-primary-focused-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-primary-focused-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-primary-focused-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-primary-focused-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-primary-focused-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-primary-focused-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-primary-focused-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-primary-focused-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-primary-focused-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-primary-focused-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-primary-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-hover-bg\/0 {
  background-color: rgb(75 71 189 / 0);
}
.bg-comp-button-color-primary-hover-bg\/10 {
  background-color: rgb(75 71 189 / 0.1);
}
.bg-comp-button-color-primary-hover-bg\/100 {
  background-color: rgb(75 71 189 / 1);
}
.bg-comp-button-color-primary-hover-bg\/20 {
  background-color: rgb(75 71 189 / 0.2);
}
.bg-comp-button-color-primary-hover-bg\/25 {
  background-color: rgb(75 71 189 / 0.25);
}
.bg-comp-button-color-primary-hover-bg\/30 {
  background-color: rgb(75 71 189 / 0.3);
}
.bg-comp-button-color-primary-hover-bg\/40 {
  background-color: rgb(75 71 189 / 0.4);
}
.bg-comp-button-color-primary-hover-bg\/5 {
  background-color: rgb(75 71 189 / 0.05);
}
.bg-comp-button-color-primary-hover-bg\/50 {
  background-color: rgb(75 71 189 / 0.5);
}
.bg-comp-button-color-primary-hover-bg\/60 {
  background-color: rgb(75 71 189 / 0.6);
}
.bg-comp-button-color-primary-hover-bg\/70 {
  background-color: rgb(75 71 189 / 0.7);
}
.bg-comp-button-color-primary-hover-bg\/75 {
  background-color: rgb(75 71 189 / 0.75);
}
.bg-comp-button-color-primary-hover-bg\/80 {
  background-color: rgb(75 71 189 / 0.8);
}
.bg-comp-button-color-primary-hover-bg\/90 {
  background-color: rgb(75 71 189 / 0.9);
}
.bg-comp-button-color-primary-hover-bg\/95 {
  background-color: rgb(75 71 189 / 0.95);
}
.bg-comp-button-color-primary-hover-bg\/base-opacity-disabled {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-0 {
  background-color: rgb(75 71 189 / 0%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-10 {
  background-color: rgb(75 71 189 / 10%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-100 {
  background-color: rgb(75 71 189 / 100%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-20 {
  background-color: rgb(75 71 189 / 20%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-30 {
  background-color: rgb(75 71 189 / 30%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-40 {
  background-color: rgb(75 71 189 / 40%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-50 {
  background-color: rgb(75 71 189 / 50%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-60 {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-70 {
  background-color: rgb(75 71 189 / 70%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-80 {
  background-color: rgb(75 71 189 / 80%);
}
.bg-comp-button-color-primary-hover-bg\/core-opacity-90 {
  background-color: rgb(75 71 189 / 90%);
}
.bg-comp-button-color-primary-hover-border {
  background-color: #00000000;
}
.bg-comp-button-color-primary-hover-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-primary-hover-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-primary-hover-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-primary-hover-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-primary-hover-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-primary-hover-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-primary-hover-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-primary-hover-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-primary-hover-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-primary-hover-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-primary-hover-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-primary-hover-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-primary-hover-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-primary-hover-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-primary-hover-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-primary-hover-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-primary-hover-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-primary-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-hover-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-primary-hover-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-primary-hover-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-primary-hover-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-primary-hover-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-primary-hover-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-primary-hover-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-primary-hover-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-primary-hover-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-primary-hover-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-primary-hover-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-primary-hover-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-primary-hover-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-primary-hover-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-primary-hover-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-primary-hover-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-primary-hover-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-primary-pressed-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-pressed-bg\/0 {
  background-color: rgb(60 59 151 / 0);
}
.bg-comp-button-color-primary-pressed-bg\/10 {
  background-color: rgb(60 59 151 / 0.1);
}
.bg-comp-button-color-primary-pressed-bg\/100 {
  background-color: rgb(60 59 151 / 1);
}
.bg-comp-button-color-primary-pressed-bg\/20 {
  background-color: rgb(60 59 151 / 0.2);
}
.bg-comp-button-color-primary-pressed-bg\/25 {
  background-color: rgb(60 59 151 / 0.25);
}
.bg-comp-button-color-primary-pressed-bg\/30 {
  background-color: rgb(60 59 151 / 0.3);
}
.bg-comp-button-color-primary-pressed-bg\/40 {
  background-color: rgb(60 59 151 / 0.4);
}
.bg-comp-button-color-primary-pressed-bg\/5 {
  background-color: rgb(60 59 151 / 0.05);
}
.bg-comp-button-color-primary-pressed-bg\/50 {
  background-color: rgb(60 59 151 / 0.5);
}
.bg-comp-button-color-primary-pressed-bg\/60 {
  background-color: rgb(60 59 151 / 0.6);
}
.bg-comp-button-color-primary-pressed-bg\/70 {
  background-color: rgb(60 59 151 / 0.7);
}
.bg-comp-button-color-primary-pressed-bg\/75 {
  background-color: rgb(60 59 151 / 0.75);
}
.bg-comp-button-color-primary-pressed-bg\/80 {
  background-color: rgb(60 59 151 / 0.8);
}
.bg-comp-button-color-primary-pressed-bg\/90 {
  background-color: rgb(60 59 151 / 0.9);
}
.bg-comp-button-color-primary-pressed-bg\/95 {
  background-color: rgb(60 59 151 / 0.95);
}
.bg-comp-button-color-primary-pressed-bg\/base-opacity-disabled {
  background-color: rgb(60 59 151 / 60%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-0 {
  background-color: rgb(60 59 151 / 0%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-10 {
  background-color: rgb(60 59 151 / 10%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-100 {
  background-color: rgb(60 59 151 / 100%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-20 {
  background-color: rgb(60 59 151 / 20%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-30 {
  background-color: rgb(60 59 151 / 30%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-40 {
  background-color: rgb(60 59 151 / 40%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-50 {
  background-color: rgb(60 59 151 / 50%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-60 {
  background-color: rgb(60 59 151 / 60%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-70 {
  background-color: rgb(60 59 151 / 70%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-80 {
  background-color: rgb(60 59 151 / 80%);
}
.bg-comp-button-color-primary-pressed-bg\/core-opacity-90 {
  background-color: rgb(60 59 151 / 90%);
}
.bg-comp-button-color-primary-pressed-border {
  background-color: #00000000;
}
.bg-comp-button-color-primary-pressed-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-button-color-primary-pressed-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-button-color-primary-pressed-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-button-color-primary-pressed-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-button-color-primary-pressed-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-button-color-primary-pressed-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-button-color-primary-pressed-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-button-color-primary-pressed-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-button-color-primary-pressed-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-button-color-primary-pressed-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-button-color-primary-pressed-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-button-color-primary-pressed-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-button-color-primary-pressed-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-button-color-primary-pressed-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-button-color-primary-pressed-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-button-color-primary-pressed-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-button-color-primary-pressed-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-button-color-primary-pressed-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-primary-pressed-fg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-primary-pressed-fg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-primary-pressed-fg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-primary-pressed-fg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-primary-pressed-fg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-primary-pressed-fg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-primary-pressed-fg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-primary-pressed-fg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-primary-pressed-fg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-primary-pressed-fg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-primary-pressed-fg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-primary-pressed-fg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-primary-pressed-fg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-primary-pressed-fg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-primary-pressed-fg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-primary-pressed-fg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-primary-pressed-fg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-secondary-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-enabled-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-secondary-enabled-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-secondary-enabled-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-secondary-enabled-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-secondary-enabled-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-secondary-enabled-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-secondary-enabled-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-secondary-enabled-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-secondary-enabled-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-secondary-enabled-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-secondary-enabled-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-secondary-enabled-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-secondary-enabled-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-secondary-enabled-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-secondary-enabled-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-secondary-enabled-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-secondary-enabled-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-secondary-enabled-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-enabled-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-button-color-secondary-enabled-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-button-color-secondary-enabled-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-button-color-secondary-enabled-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-button-color-secondary-enabled-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-button-color-secondary-enabled-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-button-color-secondary-enabled-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-button-color-secondary-enabled-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-button-color-secondary-enabled-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-button-color-secondary-enabled-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-button-color-secondary-enabled-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-button-color-secondary-enabled-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-button-color-secondary-enabled-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-button-color-secondary-enabled-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-button-color-secondary-enabled-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-button-color-secondary-enabled-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-button-color-secondary-enabled-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-button-color-secondary-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-enabled-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-secondary-enabled-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-secondary-enabled-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-secondary-enabled-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-secondary-enabled-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-secondary-enabled-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-secondary-enabled-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-secondary-enabled-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-secondary-enabled-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-secondary-enabled-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-secondary-enabled-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-secondary-enabled-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-secondary-enabled-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-secondary-enabled-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-secondary-enabled-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-secondary-enabled-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-secondary-enabled-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-secondary-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-focused-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-button-color-secondary-focused-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-button-color-secondary-focused-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-button-color-secondary-focused-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-button-color-secondary-focused-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-button-color-secondary-focused-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-button-color-secondary-focused-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-button-color-secondary-focused-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-button-color-secondary-focused-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-button-color-secondary-focused-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-button-color-secondary-focused-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-button-color-secondary-focused-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-button-color-secondary-focused-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-button-color-secondary-focused-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-button-color-secondary-focused-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-button-color-secondary-focused-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-button-color-secondary-focused-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-button-color-secondary-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-focused-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-button-color-secondary-focused-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-button-color-secondary-focused-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-button-color-secondary-focused-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-button-color-secondary-focused-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-button-color-secondary-focused-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-button-color-secondary-focused-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-button-color-secondary-focused-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-button-color-secondary-focused-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-button-color-secondary-focused-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-button-color-secondary-focused-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-button-color-secondary-focused-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-button-color-secondary-focused-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-button-color-secondary-focused-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-button-color-secondary-focused-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-button-color-secondary-focused-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-button-color-secondary-focused-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-button-color-secondary-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-focused-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-secondary-focused-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-secondary-focused-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-secondary-focused-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-secondary-focused-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-secondary-focused-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-secondary-focused-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-secondary-focused-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-secondary-focused-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-secondary-focused-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-secondary-focused-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-secondary-focused-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-secondary-focused-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-secondary-focused-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-secondary-focused-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-secondary-focused-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-secondary-focused-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-secondary-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-hover-bg\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-comp-button-color-secondary-hover-bg\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-comp-button-color-secondary-hover-bg\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-comp-button-color-secondary-hover-bg\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-comp-button-color-secondary-hover-bg\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-comp-button-color-secondary-hover-bg\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-comp-button-color-secondary-hover-bg\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-comp-button-color-secondary-hover-bg\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-comp-button-color-secondary-hover-bg\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-comp-button-color-secondary-hover-bg\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-comp-button-color-secondary-hover-bg\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-comp-button-color-secondary-hover-bg\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-comp-button-color-secondary-hover-bg\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-comp-button-color-secondary-hover-bg\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-comp-button-color-secondary-hover-bg\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-comp-button-color-secondary-hover-bg\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-comp-button-color-secondary-hover-bg\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-comp-button-color-secondary-hover-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-hover-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-button-color-secondary-hover-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-button-color-secondary-hover-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-button-color-secondary-hover-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-button-color-secondary-hover-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-button-color-secondary-hover-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-button-color-secondary-hover-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-button-color-secondary-hover-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-button-color-secondary-hover-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-button-color-secondary-hover-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-button-color-secondary-hover-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-button-color-secondary-hover-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-button-color-secondary-hover-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-button-color-secondary-hover-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-button-color-secondary-hover-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-button-color-secondary-hover-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-button-color-secondary-hover-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-button-color-secondary-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-hover-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-secondary-hover-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-secondary-hover-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-secondary-hover-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-secondary-hover-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-secondary-hover-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-secondary-hover-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-secondary-hover-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-secondary-hover-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-secondary-hover-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-secondary-hover-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-secondary-hover-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-secondary-hover-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-secondary-hover-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-secondary-hover-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-secondary-hover-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-secondary-hover-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-button-color-secondary-pressed-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-pressed-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-button-color-secondary-pressed-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-button-color-secondary-pressed-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-button-color-secondary-pressed-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-button-color-secondary-pressed-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-button-color-secondary-pressed-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-button-color-secondary-pressed-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-button-color-secondary-pressed-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-button-color-secondary-pressed-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-button-color-secondary-pressed-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-button-color-secondary-pressed-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-button-color-secondary-pressed-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-button-color-secondary-pressed-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-button-color-secondary-pressed-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-button-color-secondary-pressed-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-button-color-secondary-pressed-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-button-color-secondary-pressed-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-button-color-secondary-pressed-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-pressed-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-button-color-secondary-pressed-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-button-color-secondary-pressed-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-button-color-secondary-pressed-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-button-color-secondary-pressed-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-button-color-secondary-pressed-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-button-color-secondary-pressed-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-button-color-secondary-pressed-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-button-color-secondary-pressed-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-button-color-secondary-pressed-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-button-color-secondary-pressed-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-button-color-secondary-pressed-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-button-color-secondary-pressed-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-button-color-secondary-pressed-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-button-color-secondary-pressed-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-button-color-secondary-pressed-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-button-color-secondary-pressed-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-button-color-secondary-pressed-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-button-color-secondary-pressed-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-button-color-secondary-pressed-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-button-color-secondary-pressed-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-button-color-secondary-pressed-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-button-color-secondary-pressed-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-button-color-secondary-pressed-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-button-color-secondary-pressed-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-button-color-secondary-pressed-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-button-color-secondary-pressed-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-button-color-secondary-pressed-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-button-color-secondary-pressed-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-button-color-secondary-pressed-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-button-color-secondary-pressed-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-button-color-secondary-pressed-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-button-color-secondary-pressed-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-button-color-secondary-pressed-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-button-color-secondary-pressed-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-textfield-color-clean-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-enabled-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-textfield-color-clean-enabled-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-textfield-color-clean-enabled-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-textfield-color-clean-enabled-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-textfield-color-clean-enabled-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-textfield-color-clean-enabled-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-textfield-color-clean-enabled-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-textfield-color-clean-enabled-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-textfield-color-clean-enabled-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-textfield-color-clean-enabled-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-textfield-color-clean-enabled-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-textfield-color-clean-enabled-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-textfield-color-clean-enabled-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-textfield-color-clean-enabled-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-textfield-color-clean-enabled-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-textfield-color-clean-enabled-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-textfield-color-clean-enabled-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-textfield-color-clean-enabled-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-enabled-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-textfield-color-clean-enabled-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-textfield-color-clean-enabled-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-textfield-color-clean-enabled-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-textfield-color-clean-enabled-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-textfield-color-clean-enabled-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-textfield-color-clean-enabled-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-textfield-color-clean-enabled-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-textfield-color-clean-enabled-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-textfield-color-clean-enabled-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-textfield-color-clean-enabled-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-textfield-color-clean-enabled-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-textfield-color-clean-enabled-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-textfield-color-clean-enabled-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-textfield-color-clean-enabled-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-textfield-color-clean-enabled-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-textfield-color-clean-enabled-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-textfield-color-clean-enabled-content {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-enabled-content\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-textfield-color-clean-enabled-content\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-textfield-color-clean-enabled-content\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-textfield-color-clean-enabled-content\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-textfield-color-clean-enabled-content\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-textfield-color-clean-enabled-content\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-textfield-color-clean-enabled-content\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-textfield-color-clean-enabled-content\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-textfield-color-clean-enabled-content\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-textfield-color-clean-enabled-content\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-textfield-color-clean-enabled-content\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-textfield-color-clean-enabled-content\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-textfield-color-clean-enabled-content\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-textfield-color-clean-enabled-content\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-textfield-color-clean-enabled-content\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-textfield-color-clean-enabled-content\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-textfield-color-clean-enabled-content\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-textfield-color-clean-enabled-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-enabled-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-clean-enabled-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-textfield-color-clean-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-focused-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-textfield-color-clean-focused-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-textfield-color-clean-focused-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-textfield-color-clean-focused-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-textfield-color-clean-focused-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-textfield-color-clean-focused-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-textfield-color-clean-focused-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-textfield-color-clean-focused-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-textfield-color-clean-focused-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-textfield-color-clean-focused-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-textfield-color-clean-focused-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-textfield-color-clean-focused-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-textfield-color-clean-focused-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-textfield-color-clean-focused-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-textfield-color-clean-focused-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-textfield-color-clean-focused-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-textfield-color-clean-focused-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-textfield-color-clean-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-focused-border\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-comp-textfield-color-clean-focused-border\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-comp-textfield-color-clean-focused-border\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-comp-textfield-color-clean-focused-border\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-comp-textfield-color-clean-focused-border\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-comp-textfield-color-clean-focused-border\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-comp-textfield-color-clean-focused-border\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-comp-textfield-color-clean-focused-border\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-comp-textfield-color-clean-focused-border\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-comp-textfield-color-clean-focused-border\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-comp-textfield-color-clean-focused-border\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-comp-textfield-color-clean-focused-border\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-comp-textfield-color-clean-focused-border\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-comp-textfield-color-clean-focused-border\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-comp-textfield-color-clean-focused-border\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-comp-textfield-color-clean-focused-border\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-comp-textfield-color-clean-focused-border\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-comp-textfield-color-clean-focused-content {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-focused-content\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-textfield-color-clean-focused-content\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-textfield-color-clean-focused-content\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-textfield-color-clean-focused-content\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-textfield-color-clean-focused-content\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-textfield-color-clean-focused-content\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-textfield-color-clean-focused-content\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-textfield-color-clean-focused-content\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-textfield-color-clean-focused-content\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-textfield-color-clean-focused-content\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-textfield-color-clean-focused-content\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-textfield-color-clean-focused-content\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-textfield-color-clean-focused-content\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-textfield-color-clean-focused-content\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-textfield-color-clean-focused-content\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-textfield-color-clean-focused-content\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-textfield-color-clean-focused-content\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-textfield-color-clean-focused-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-focused-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-clean-focused-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-clean-focused-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-clean-focused-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-clean-focused-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-clean-focused-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-clean-focused-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-clean-focused-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-clean-focused-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-clean-focused-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-clean-focused-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-clean-focused-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-clean-focused-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-clean-focused-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-clean-focused-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-clean-focused-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-clean-focused-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-textfield-color-clean-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-hover-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-textfield-color-clean-hover-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-textfield-color-clean-hover-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-textfield-color-clean-hover-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-textfield-color-clean-hover-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-textfield-color-clean-hover-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-textfield-color-clean-hover-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-textfield-color-clean-hover-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-textfield-color-clean-hover-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-textfield-color-clean-hover-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-textfield-color-clean-hover-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-textfield-color-clean-hover-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-textfield-color-clean-hover-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-textfield-color-clean-hover-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-textfield-color-clean-hover-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-textfield-color-clean-hover-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-textfield-color-clean-hover-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-textfield-color-clean-hover-border {
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-hover-border\/0 {
  background-color: rgb(152 162 179 / 0);
}
.bg-comp-textfield-color-clean-hover-border\/10 {
  background-color: rgb(152 162 179 / 0.1);
}
.bg-comp-textfield-color-clean-hover-border\/100 {
  background-color: rgb(152 162 179 / 1);
}
.bg-comp-textfield-color-clean-hover-border\/20 {
  background-color: rgb(152 162 179 / 0.2);
}
.bg-comp-textfield-color-clean-hover-border\/25 {
  background-color: rgb(152 162 179 / 0.25);
}
.bg-comp-textfield-color-clean-hover-border\/30 {
  background-color: rgb(152 162 179 / 0.3);
}
.bg-comp-textfield-color-clean-hover-border\/40 {
  background-color: rgb(152 162 179 / 0.4);
}
.bg-comp-textfield-color-clean-hover-border\/5 {
  background-color: rgb(152 162 179 / 0.05);
}
.bg-comp-textfield-color-clean-hover-border\/50 {
  background-color: rgb(152 162 179 / 0.5);
}
.bg-comp-textfield-color-clean-hover-border\/60 {
  background-color: rgb(152 162 179 / 0.6);
}
.bg-comp-textfield-color-clean-hover-border\/70 {
  background-color: rgb(152 162 179 / 0.7);
}
.bg-comp-textfield-color-clean-hover-border\/75 {
  background-color: rgb(152 162 179 / 0.75);
}
.bg-comp-textfield-color-clean-hover-border\/80 {
  background-color: rgb(152 162 179 / 0.8);
}
.bg-comp-textfield-color-clean-hover-border\/90 {
  background-color: rgb(152 162 179 / 0.9);
}
.bg-comp-textfield-color-clean-hover-border\/95 {
  background-color: rgb(152 162 179 / 0.95);
}
.bg-comp-textfield-color-clean-hover-border\/base-opacity-disabled {
  background-color: rgb(152 162 179 / 60%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-0 {
  background-color: rgb(152 162 179 / 0%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-10 {
  background-color: rgb(152 162 179 / 10%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-100 {
  background-color: rgb(152 162 179 / 100%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-20 {
  background-color: rgb(152 162 179 / 20%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-30 {
  background-color: rgb(152 162 179 / 30%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-40 {
  background-color: rgb(152 162 179 / 40%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-50 {
  background-color: rgb(152 162 179 / 50%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-60 {
  background-color: rgb(152 162 179 / 60%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-70 {
  background-color: rgb(152 162 179 / 70%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-80 {
  background-color: rgb(152 162 179 / 80%);
}
.bg-comp-textfield-color-clean-hover-border\/core-opacity-90 {
  background-color: rgb(152 162 179 / 90%);
}
.bg-comp-textfield-color-clean-hover-content {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-hover-content\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-textfield-color-clean-hover-content\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-textfield-color-clean-hover-content\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-textfield-color-clean-hover-content\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-textfield-color-clean-hover-content\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-textfield-color-clean-hover-content\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-textfield-color-clean-hover-content\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-textfield-color-clean-hover-content\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-textfield-color-clean-hover-content\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-textfield-color-clean-hover-content\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-textfield-color-clean-hover-content\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-textfield-color-clean-hover-content\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-textfield-color-clean-hover-content\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-textfield-color-clean-hover-content\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-textfield-color-clean-hover-content\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-textfield-color-clean-hover-content\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-textfield-color-clean-hover-content\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-textfield-color-clean-hover-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-clean-hover-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-clean-hover-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-clean-hover-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-clean-hover-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-clean-hover-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-clean-hover-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-clean-hover-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-clean-hover-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-clean-hover-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-clean-hover-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-clean-hover-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-clean-hover-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-clean-hover-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-clean-hover-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-clean-hover-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-clean-hover-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-clean-hover-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-textfield-color-dirty-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-enabled-bg\/0 {
  background-color: rgb(255 251 250 / 0);
}
.bg-comp-textfield-color-dirty-enabled-bg\/10 {
  background-color: rgb(255 251 250 / 0.1);
}
.bg-comp-textfield-color-dirty-enabled-bg\/100 {
  background-color: rgb(255 251 250 / 1);
}
.bg-comp-textfield-color-dirty-enabled-bg\/20 {
  background-color: rgb(255 251 250 / 0.2);
}
.bg-comp-textfield-color-dirty-enabled-bg\/25 {
  background-color: rgb(255 251 250 / 0.25);
}
.bg-comp-textfield-color-dirty-enabled-bg\/30 {
  background-color: rgb(255 251 250 / 0.3);
}
.bg-comp-textfield-color-dirty-enabled-bg\/40 {
  background-color: rgb(255 251 250 / 0.4);
}
.bg-comp-textfield-color-dirty-enabled-bg\/5 {
  background-color: rgb(255 251 250 / 0.05);
}
.bg-comp-textfield-color-dirty-enabled-bg\/50 {
  background-color: rgb(255 251 250 / 0.5);
}
.bg-comp-textfield-color-dirty-enabled-bg\/60 {
  background-color: rgb(255 251 250 / 0.6);
}
.bg-comp-textfield-color-dirty-enabled-bg\/70 {
  background-color: rgb(255 251 250 / 0.7);
}
.bg-comp-textfield-color-dirty-enabled-bg\/75 {
  background-color: rgb(255 251 250 / 0.75);
}
.bg-comp-textfield-color-dirty-enabled-bg\/80 {
  background-color: rgb(255 251 250 / 0.8);
}
.bg-comp-textfield-color-dirty-enabled-bg\/90 {
  background-color: rgb(255 251 250 / 0.9);
}
.bg-comp-textfield-color-dirty-enabled-bg\/95 {
  background-color: rgb(255 251 250 / 0.95);
}
.bg-comp-textfield-color-dirty-enabled-bg\/base-opacity-disabled {
  background-color: rgb(255 251 250 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-0 {
  background-color: rgb(255 251 250 / 0%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-10 {
  background-color: rgb(255 251 250 / 10%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-100 {
  background-color: rgb(255 251 250 / 100%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-20 {
  background-color: rgb(255 251 250 / 20%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-30 {
  background-color: rgb(255 251 250 / 30%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-40 {
  background-color: rgb(255 251 250 / 40%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-50 {
  background-color: rgb(255 251 250 / 50%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-60 {
  background-color: rgb(255 251 250 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-70 {
  background-color: rgb(255 251 250 / 70%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-80 {
  background-color: rgb(255 251 250 / 80%);
}
.bg-comp-textfield-color-dirty-enabled-bg\/core-opacity-90 {
  background-color: rgb(255 251 250 / 90%);
}
.bg-comp-textfield-color-dirty-enabled-border {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-enabled-border\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-comp-textfield-color-dirty-enabled-border\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-comp-textfield-color-dirty-enabled-border\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-comp-textfield-color-dirty-enabled-border\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-comp-textfield-color-dirty-enabled-border\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-comp-textfield-color-dirty-enabled-border\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-comp-textfield-color-dirty-enabled-border\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-comp-textfield-color-dirty-enabled-border\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-comp-textfield-color-dirty-enabled-border\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-comp-textfield-color-dirty-enabled-border\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-comp-textfield-color-dirty-enabled-border\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-comp-textfield-color-dirty-enabled-border\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-comp-textfield-color-dirty-enabled-border\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-comp-textfield-color-dirty-enabled-border\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-comp-textfield-color-dirty-enabled-border\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-comp-textfield-color-dirty-enabled-border\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-comp-textfield-color-dirty-enabled-border\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-comp-textfield-color-dirty-enabled-content {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-enabled-content\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-textfield-color-dirty-enabled-content\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-textfield-color-dirty-enabled-content\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-textfield-color-dirty-enabled-content\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-textfield-color-dirty-enabled-content\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-textfield-color-dirty-enabled-content\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-textfield-color-dirty-enabled-content\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-textfield-color-dirty-enabled-content\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-textfield-color-dirty-enabled-content\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-textfield-color-dirty-enabled-content\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-textfield-color-dirty-enabled-content\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-textfield-color-dirty-enabled-content\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-textfield-color-dirty-enabled-content\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-textfield-color-dirty-enabled-content\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-textfield-color-dirty-enabled-content\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-textfield-color-dirty-enabled-content\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-textfield-color-dirty-enabled-content\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-textfield-color-dirty-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-focused-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-textfield-color-dirty-focused-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-textfield-color-dirty-focused-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-textfield-color-dirty-focused-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-textfield-color-dirty-focused-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-textfield-color-dirty-focused-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-textfield-color-dirty-focused-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-textfield-color-dirty-focused-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-textfield-color-dirty-focused-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-textfield-color-dirty-focused-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-textfield-color-dirty-focused-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-textfield-color-dirty-focused-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-textfield-color-dirty-focused-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-textfield-color-dirty-focused-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-textfield-color-dirty-focused-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-textfield-color-dirty-focused-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-textfield-color-dirty-focused-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-textfield-color-dirty-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-focused-border\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-comp-textfield-color-dirty-focused-border\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-comp-textfield-color-dirty-focused-border\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-comp-textfield-color-dirty-focused-border\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-comp-textfield-color-dirty-focused-border\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-comp-textfield-color-dirty-focused-border\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-comp-textfield-color-dirty-focused-border\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-comp-textfield-color-dirty-focused-border\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-comp-textfield-color-dirty-focused-border\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-comp-textfield-color-dirty-focused-border\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-comp-textfield-color-dirty-focused-border\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-comp-textfield-color-dirty-focused-border\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-comp-textfield-color-dirty-focused-border\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-comp-textfield-color-dirty-focused-border\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-comp-textfield-color-dirty-focused-border\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-comp-textfield-color-dirty-focused-border\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-comp-textfield-color-dirty-focused-border\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-comp-textfield-color-dirty-focused-content {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-focused-content\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-textfield-color-dirty-focused-content\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-textfield-color-dirty-focused-content\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-textfield-color-dirty-focused-content\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-textfield-color-dirty-focused-content\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-textfield-color-dirty-focused-content\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-textfield-color-dirty-focused-content\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-textfield-color-dirty-focused-content\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-textfield-color-dirty-focused-content\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-textfield-color-dirty-focused-content\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-textfield-color-dirty-focused-content\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-textfield-color-dirty-focused-content\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-textfield-color-dirty-focused-content\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-textfield-color-dirty-focused-content\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-textfield-color-dirty-focused-content\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-textfield-color-dirty-focused-content\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-textfield-color-dirty-focused-content\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-textfield-color-dirty-focused-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-focused-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-dirty-focused-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-textfield-color-dirty-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-hover-bg\/0 {
  background-color: rgb(255 251 250 / 0);
}
.bg-comp-textfield-color-dirty-hover-bg\/10 {
  background-color: rgb(255 251 250 / 0.1);
}
.bg-comp-textfield-color-dirty-hover-bg\/100 {
  background-color: rgb(255 251 250 / 1);
}
.bg-comp-textfield-color-dirty-hover-bg\/20 {
  background-color: rgb(255 251 250 / 0.2);
}
.bg-comp-textfield-color-dirty-hover-bg\/25 {
  background-color: rgb(255 251 250 / 0.25);
}
.bg-comp-textfield-color-dirty-hover-bg\/30 {
  background-color: rgb(255 251 250 / 0.3);
}
.bg-comp-textfield-color-dirty-hover-bg\/40 {
  background-color: rgb(255 251 250 / 0.4);
}
.bg-comp-textfield-color-dirty-hover-bg\/5 {
  background-color: rgb(255 251 250 / 0.05);
}
.bg-comp-textfield-color-dirty-hover-bg\/50 {
  background-color: rgb(255 251 250 / 0.5);
}
.bg-comp-textfield-color-dirty-hover-bg\/60 {
  background-color: rgb(255 251 250 / 0.6);
}
.bg-comp-textfield-color-dirty-hover-bg\/70 {
  background-color: rgb(255 251 250 / 0.7);
}
.bg-comp-textfield-color-dirty-hover-bg\/75 {
  background-color: rgb(255 251 250 / 0.75);
}
.bg-comp-textfield-color-dirty-hover-bg\/80 {
  background-color: rgb(255 251 250 / 0.8);
}
.bg-comp-textfield-color-dirty-hover-bg\/90 {
  background-color: rgb(255 251 250 / 0.9);
}
.bg-comp-textfield-color-dirty-hover-bg\/95 {
  background-color: rgb(255 251 250 / 0.95);
}
.bg-comp-textfield-color-dirty-hover-bg\/base-opacity-disabled {
  background-color: rgb(255 251 250 / 60%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-0 {
  background-color: rgb(255 251 250 / 0%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-10 {
  background-color: rgb(255 251 250 / 10%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-100 {
  background-color: rgb(255 251 250 / 100%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-20 {
  background-color: rgb(255 251 250 / 20%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-30 {
  background-color: rgb(255 251 250 / 30%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-40 {
  background-color: rgb(255 251 250 / 40%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-50 {
  background-color: rgb(255 251 250 / 50%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-60 {
  background-color: rgb(255 251 250 / 60%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-70 {
  background-color: rgb(255 251 250 / 70%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-80 {
  background-color: rgb(255 251 250 / 80%);
}
.bg-comp-textfield-color-dirty-hover-bg\/core-opacity-90 {
  background-color: rgb(255 251 250 / 90%);
}
.bg-comp-textfield-color-dirty-hover-border {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-hover-border\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-textfield-color-dirty-hover-border\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-textfield-color-dirty-hover-border\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-textfield-color-dirty-hover-border\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-textfield-color-dirty-hover-border\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-textfield-color-dirty-hover-border\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-textfield-color-dirty-hover-border\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-textfield-color-dirty-hover-border\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-textfield-color-dirty-hover-border\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-textfield-color-dirty-hover-border\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-textfield-color-dirty-hover-border\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-textfield-color-dirty-hover-border\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-textfield-color-dirty-hover-border\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-textfield-color-dirty-hover-border\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-textfield-color-dirty-hover-border\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-textfield-color-dirty-hover-border\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-textfield-color-dirty-hover-border\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-textfield-color-dirty-hover-content {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-hover-content\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-comp-textfield-color-dirty-hover-content\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-comp-textfield-color-dirty-hover-content\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-comp-textfield-color-dirty-hover-content\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-comp-textfield-color-dirty-hover-content\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-comp-textfield-color-dirty-hover-content\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-comp-textfield-color-dirty-hover-content\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-comp-textfield-color-dirty-hover-content\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-comp-textfield-color-dirty-hover-content\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-comp-textfield-color-dirty-hover-content\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-comp-textfield-color-dirty-hover-content\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-comp-textfield-color-dirty-hover-content\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-comp-textfield-color-dirty-hover-content\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-comp-textfield-color-dirty-hover-content\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-comp-textfield-color-dirty-hover-content\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-comp-textfield-color-dirty-hover-content\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-comp-textfield-color-dirty-hover-content\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-comp-textfield-color-dirty-hover-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-textfield-color-dirty-hover-placeholder\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-textfield-color-dirty-hover-placeholder\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-toggle-color-ghost-selected-focused-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-selected-focused-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-selected-focused-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/0 {
  background-color: rgb(234 236 240 / 0);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/10 {
  background-color: rgb(234 236 240 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/100 {
  background-color: rgb(234 236 240 / 1);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/20 {
  background-color: rgb(234 236 240 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/25 {
  background-color: rgb(234 236 240 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/30 {
  background-color: rgb(234 236 240 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/40 {
  background-color: rgb(234 236 240 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/5 {
  background-color: rgb(234 236 240 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/50 {
  background-color: rgb(234 236 240 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/60 {
  background-color: rgb(234 236 240 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/70 {
  background-color: rgb(234 236 240 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/75 {
  background-color: rgb(234 236 240 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/80 {
  background-color: rgb(234 236 240 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/90 {
  background-color: rgb(234 236 240 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/95 {
  background-color: rgb(234 236 240 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/base-opacity-disabled {
  background-color: rgb(234 236 240 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-0 {
  background-color: rgb(234 236 240 / 0%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-10 {
  background-color: rgb(234 236 240 / 10%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-100 {
  background-color: rgb(234 236 240 / 100%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-20 {
  background-color: rgb(234 236 240 / 20%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-30 {
  background-color: rgb(234 236 240 / 30%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-40 {
  background-color: rgb(234 236 240 / 40%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-50 {
  background-color: rgb(234 236 240 / 50%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-60 {
  background-color: rgb(234 236 240 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-70 {
  background-color: rgb(234 236 240 / 70%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-80 {
  background-color: rgb(234 236 240 / 80%);
}
.bg-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-90 {
  background-color: rgb(234 236 240 / 90%);
}
.bg-comp-toggle-color-ghost-selected-hover-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-selected-hover-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-selected-hover-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border {
  background-color: #00000000;
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-toggle-color-primary-selected-enabled-border {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-enabled-border\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-comp-toggle-color-primary-selected-enabled-border\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-primary-selected-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-focused-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-toggle-color-primary-selected-focused-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-toggle-color-primary-selected-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-focused-border\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-comp-toggle-color-primary-selected-focused-border\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-comp-toggle-color-primary-selected-focused-border\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-comp-toggle-color-primary-selected-focused-border\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-comp-toggle-color-primary-selected-focused-border\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-comp-toggle-color-primary-selected-focused-border\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-comp-toggle-color-primary-selected-focused-border\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-comp-toggle-color-primary-selected-focused-border\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-comp-toggle-color-primary-selected-focused-border\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-comp-toggle-color-primary-selected-focused-border\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-comp-toggle-color-primary-selected-focused-border\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-comp-toggle-color-primary-selected-focused-border\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-comp-toggle-color-primary-selected-focused-border\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-comp-toggle-color-primary-selected-focused-border\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-comp-toggle-color-primary-selected-focused-border\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-comp-toggle-color-primary-selected-focused-border\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-comp-toggle-color-primary-selected-focused-border\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-primary-selected-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-hover-bg\/0 {
  background-color: rgb(242 244 253 / 0);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/10 {
  background-color: rgb(242 244 253 / 0.1);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/100 {
  background-color: rgb(242 244 253 / 1);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/20 {
  background-color: rgb(242 244 253 / 0.2);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/25 {
  background-color: rgb(242 244 253 / 0.25);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/30 {
  background-color: rgb(242 244 253 / 0.3);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/40 {
  background-color: rgb(242 244 253 / 0.4);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/5 {
  background-color: rgb(242 244 253 / 0.05);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/50 {
  background-color: rgb(242 244 253 / 0.5);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/60 {
  background-color: rgb(242 244 253 / 0.6);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/70 {
  background-color: rgb(242 244 253 / 0.7);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/75 {
  background-color: rgb(242 244 253 / 0.75);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/80 {
  background-color: rgb(242 244 253 / 0.8);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/90 {
  background-color: rgb(242 244 253 / 0.9);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/95 {
  background-color: rgb(242 244 253 / 0.95);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/base-opacity-disabled {
  background-color: rgb(242 244 253 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-0 {
  background-color: rgb(242 244 253 / 0%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-10 {
  background-color: rgb(242 244 253 / 10%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-100 {
  background-color: rgb(242 244 253 / 100%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-20 {
  background-color: rgb(242 244 253 / 20%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-30 {
  background-color: rgb(242 244 253 / 30%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-40 {
  background-color: rgb(242 244 253 / 40%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-50 {
  background-color: rgb(242 244 253 / 50%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-60 {
  background-color: rgb(242 244 253 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-70 {
  background-color: rgb(242 244 253 / 70%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-80 {
  background-color: rgb(242 244 253 / 80%);
}
.bg-comp-toggle-color-primary-selected-hover-bg\/core-opacity-90 {
  background-color: rgb(242 244 253 / 90%);
}
.bg-comp-toggle-color-primary-selected-hover-border {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-hover-border\/0 {
  background-color: rgb(75 71 189 / 0);
}
.bg-comp-toggle-color-primary-selected-hover-border\/10 {
  background-color: rgb(75 71 189 / 0.1);
}
.bg-comp-toggle-color-primary-selected-hover-border\/100 {
  background-color: rgb(75 71 189 / 1);
}
.bg-comp-toggle-color-primary-selected-hover-border\/20 {
  background-color: rgb(75 71 189 / 0.2);
}
.bg-comp-toggle-color-primary-selected-hover-border\/25 {
  background-color: rgb(75 71 189 / 0.25);
}
.bg-comp-toggle-color-primary-selected-hover-border\/30 {
  background-color: rgb(75 71 189 / 0.3);
}
.bg-comp-toggle-color-primary-selected-hover-border\/40 {
  background-color: rgb(75 71 189 / 0.4);
}
.bg-comp-toggle-color-primary-selected-hover-border\/5 {
  background-color: rgb(75 71 189 / 0.05);
}
.bg-comp-toggle-color-primary-selected-hover-border\/50 {
  background-color: rgb(75 71 189 / 0.5);
}
.bg-comp-toggle-color-primary-selected-hover-border\/60 {
  background-color: rgb(75 71 189 / 0.6);
}
.bg-comp-toggle-color-primary-selected-hover-border\/70 {
  background-color: rgb(75 71 189 / 0.7);
}
.bg-comp-toggle-color-primary-selected-hover-border\/75 {
  background-color: rgb(75 71 189 / 0.75);
}
.bg-comp-toggle-color-primary-selected-hover-border\/80 {
  background-color: rgb(75 71 189 / 0.8);
}
.bg-comp-toggle-color-primary-selected-hover-border\/90 {
  background-color: rgb(75 71 189 / 0.9);
}
.bg-comp-toggle-color-primary-selected-hover-border\/95 {
  background-color: rgb(75 71 189 / 0.95);
}
.bg-comp-toggle-color-primary-selected-hover-border\/base-opacity-disabled {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-0 {
  background-color: rgb(75 71 189 / 0%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-10 {
  background-color: rgb(75 71 189 / 10%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-100 {
  background-color: rgb(75 71 189 / 100%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-20 {
  background-color: rgb(75 71 189 / 20%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-30 {
  background-color: rgb(75 71 189 / 30%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-40 {
  background-color: rgb(75 71 189 / 40%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-50 {
  background-color: rgb(75 71 189 / 50%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-60 {
  background-color: rgb(75 71 189 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-70 {
  background-color: rgb(75 71 189 / 70%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-80 {
  background-color: rgb(75 71 189 / 80%);
}
.bg-comp-toggle-color-primary-selected-hover-border\/core-opacity-90 {
  background-color: rgb(75 71 189 / 90%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-comp-toggle-color-primary-unselected-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-focused-border\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-comp-toggle-color-primary-unselected-focused-border\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-comp-toggle-color-primary-unselected-hover-border {
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-hover-border\/0 {
  background-color: rgb(152 162 179 / 0);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/10 {
  background-color: rgb(152 162 179 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/100 {
  background-color: rgb(152 162 179 / 1);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/20 {
  background-color: rgb(152 162 179 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/25 {
  background-color: rgb(152 162 179 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/30 {
  background-color: rgb(152 162 179 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/40 {
  background-color: rgb(152 162 179 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/5 {
  background-color: rgb(152 162 179 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/50 {
  background-color: rgb(152 162 179 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/60 {
  background-color: rgb(152 162 179 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/70 {
  background-color: rgb(152 162 179 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/75 {
  background-color: rgb(152 162 179 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/80 {
  background-color: rgb(152 162 179 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/90 {
  background-color: rgb(152 162 179 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/95 {
  background-color: rgb(152 162 179 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/base-opacity-disabled {
  background-color: rgb(152 162 179 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-0 {
  background-color: rgb(152 162 179 / 0%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-10 {
  background-color: rgb(152 162 179 / 10%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-100 {
  background-color: rgb(152 162 179 / 100%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-20 {
  background-color: rgb(152 162 179 / 20%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-30 {
  background-color: rgb(152 162 179 / 30%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-40 {
  background-color: rgb(152 162 179 / 40%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-50 {
  background-color: rgb(152 162 179 / 50%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-60 {
  background-color: rgb(152 162 179 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-70 {
  background-color: rgb(152 162 179 / 70%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-80 {
  background-color: rgb(152 162 179 / 80%);
}
.bg-comp-toggle-color-primary-unselected-hover-border\/core-opacity-90 {
  background-color: rgb(152 162 179 / 90%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-core-color-blue-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 158 / var(--tw-bg-opacity));
}
.bg-core-color-blue-0\/0 {
  background-color: rgb(0 53 158 / 0);
}
.bg-core-color-blue-0\/10 {
  background-color: rgb(0 53 158 / 0.1);
}
.bg-core-color-blue-0\/100 {
  background-color: rgb(0 53 158 / 1);
}
.bg-core-color-blue-0\/20 {
  background-color: rgb(0 53 158 / 0.2);
}
.bg-core-color-blue-0\/25 {
  background-color: rgb(0 53 158 / 0.25);
}
.bg-core-color-blue-0\/30 {
  background-color: rgb(0 53 158 / 0.3);
}
.bg-core-color-blue-0\/40 {
  background-color: rgb(0 53 158 / 0.4);
}
.bg-core-color-blue-0\/5 {
  background-color: rgb(0 53 158 / 0.05);
}
.bg-core-color-blue-0\/50 {
  background-color: rgb(0 53 158 / 0.5);
}
.bg-core-color-blue-0\/60 {
  background-color: rgb(0 53 158 / 0.6);
}
.bg-core-color-blue-0\/70 {
  background-color: rgb(0 53 158 / 0.7);
}
.bg-core-color-blue-0\/75 {
  background-color: rgb(0 53 158 / 0.75);
}
.bg-core-color-blue-0\/80 {
  background-color: rgb(0 53 158 / 0.8);
}
.bg-core-color-blue-0\/90 {
  background-color: rgb(0 53 158 / 0.9);
}
.bg-core-color-blue-0\/95 {
  background-color: rgb(0 53 158 / 0.95);
}
.bg-core-color-blue-0\/base-opacity-disabled {
  background-color: rgb(0 53 158 / 60%);
}
.bg-core-color-blue-0\/core-opacity-0 {
  background-color: rgb(0 53 158 / 0%);
}
.bg-core-color-blue-0\/core-opacity-10 {
  background-color: rgb(0 53 158 / 10%);
}
.bg-core-color-blue-0\/core-opacity-100 {
  background-color: rgb(0 53 158 / 100%);
}
.bg-core-color-blue-0\/core-opacity-20 {
  background-color: rgb(0 53 158 / 20%);
}
.bg-core-color-blue-0\/core-opacity-30 {
  background-color: rgb(0 53 158 / 30%);
}
.bg-core-color-blue-0\/core-opacity-40 {
  background-color: rgb(0 53 158 / 40%);
}
.bg-core-color-blue-0\/core-opacity-50 {
  background-color: rgb(0 53 158 / 50%);
}
.bg-core-color-blue-0\/core-opacity-60 {
  background-color: rgb(0 53 158 / 60%);
}
.bg-core-color-blue-0\/core-opacity-70 {
  background-color: rgb(0 53 158 / 70%);
}
.bg-core-color-blue-0\/core-opacity-80 {
  background-color: rgb(0 53 158 / 80%);
}
.bg-core-color-blue-0\/core-opacity-90 {
  background-color: rgb(0 53 158 / 90%);
}
.bg-core-color-blue-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 194 / var(--tw-bg-opacity));
}
.bg-core-color-blue-10\/0 {
  background-color: rgb(0 65 194 / 0);
}
.bg-core-color-blue-10\/10 {
  background-color: rgb(0 65 194 / 0.1);
}
.bg-core-color-blue-10\/100 {
  background-color: rgb(0 65 194 / 1);
}
.bg-core-color-blue-10\/20 {
  background-color: rgb(0 65 194 / 0.2);
}
.bg-core-color-blue-10\/25 {
  background-color: rgb(0 65 194 / 0.25);
}
.bg-core-color-blue-10\/30 {
  background-color: rgb(0 65 194 / 0.3);
}
.bg-core-color-blue-10\/40 {
  background-color: rgb(0 65 194 / 0.4);
}
.bg-core-color-blue-10\/5 {
  background-color: rgb(0 65 194 / 0.05);
}
.bg-core-color-blue-10\/50 {
  background-color: rgb(0 65 194 / 0.5);
}
.bg-core-color-blue-10\/60 {
  background-color: rgb(0 65 194 / 0.6);
}
.bg-core-color-blue-10\/70 {
  background-color: rgb(0 65 194 / 0.7);
}
.bg-core-color-blue-10\/75 {
  background-color: rgb(0 65 194 / 0.75);
}
.bg-core-color-blue-10\/80 {
  background-color: rgb(0 65 194 / 0.8);
}
.bg-core-color-blue-10\/90 {
  background-color: rgb(0 65 194 / 0.9);
}
.bg-core-color-blue-10\/95 {
  background-color: rgb(0 65 194 / 0.95);
}
.bg-core-color-blue-10\/base-opacity-disabled {
  background-color: rgb(0 65 194 / 60%);
}
.bg-core-color-blue-10\/core-opacity-0 {
  background-color: rgb(0 65 194 / 0%);
}
.bg-core-color-blue-10\/core-opacity-10 {
  background-color: rgb(0 65 194 / 10%);
}
.bg-core-color-blue-10\/core-opacity-100 {
  background-color: rgb(0 65 194 / 100%);
}
.bg-core-color-blue-10\/core-opacity-20 {
  background-color: rgb(0 65 194 / 20%);
}
.bg-core-color-blue-10\/core-opacity-30 {
  background-color: rgb(0 65 194 / 30%);
}
.bg-core-color-blue-10\/core-opacity-40 {
  background-color: rgb(0 65 194 / 40%);
}
.bg-core-color-blue-10\/core-opacity-50 {
  background-color: rgb(0 65 194 / 50%);
}
.bg-core-color-blue-10\/core-opacity-60 {
  background-color: rgb(0 65 194 / 60%);
}
.bg-core-color-blue-10\/core-opacity-70 {
  background-color: rgb(0 65 194 / 70%);
}
.bg-core-color-blue-10\/core-opacity-80 {
  background-color: rgb(0 65 194 / 80%);
}
.bg-core-color-blue-10\/core-opacity-90 {
  background-color: rgb(0 65 194 / 90%);
}
.bg-core-color-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-100\/0 {
  background-color: rgb(245 248 255 / 0);
}
.bg-core-color-blue-100\/10 {
  background-color: rgb(245 248 255 / 0.1);
}
.bg-core-color-blue-100\/100 {
  background-color: rgb(245 248 255 / 1);
}
.bg-core-color-blue-100\/20 {
  background-color: rgb(245 248 255 / 0.2);
}
.bg-core-color-blue-100\/25 {
  background-color: rgb(245 248 255 / 0.25);
}
.bg-core-color-blue-100\/30 {
  background-color: rgb(245 248 255 / 0.3);
}
.bg-core-color-blue-100\/40 {
  background-color: rgb(245 248 255 / 0.4);
}
.bg-core-color-blue-100\/5 {
  background-color: rgb(245 248 255 / 0.05);
}
.bg-core-color-blue-100\/50 {
  background-color: rgb(245 248 255 / 0.5);
}
.bg-core-color-blue-100\/60 {
  background-color: rgb(245 248 255 / 0.6);
}
.bg-core-color-blue-100\/70 {
  background-color: rgb(245 248 255 / 0.7);
}
.bg-core-color-blue-100\/75 {
  background-color: rgb(245 248 255 / 0.75);
}
.bg-core-color-blue-100\/80 {
  background-color: rgb(245 248 255 / 0.8);
}
.bg-core-color-blue-100\/90 {
  background-color: rgb(245 248 255 / 0.9);
}
.bg-core-color-blue-100\/95 {
  background-color: rgb(245 248 255 / 0.95);
}
.bg-core-color-blue-100\/base-opacity-disabled {
  background-color: rgb(245 248 255 / 60%);
}
.bg-core-color-blue-100\/core-opacity-0 {
  background-color: rgb(245 248 255 / 0%);
}
.bg-core-color-blue-100\/core-opacity-10 {
  background-color: rgb(245 248 255 / 10%);
}
.bg-core-color-blue-100\/core-opacity-100 {
  background-color: rgb(245 248 255 / 100%);
}
.bg-core-color-blue-100\/core-opacity-20 {
  background-color: rgb(245 248 255 / 20%);
}
.bg-core-color-blue-100\/core-opacity-30 {
  background-color: rgb(245 248 255 / 30%);
}
.bg-core-color-blue-100\/core-opacity-40 {
  background-color: rgb(245 248 255 / 40%);
}
.bg-core-color-blue-100\/core-opacity-50 {
  background-color: rgb(245 248 255 / 50%);
}
.bg-core-color-blue-100\/core-opacity-60 {
  background-color: rgb(245 248 255 / 60%);
}
.bg-core-color-blue-100\/core-opacity-70 {
  background-color: rgb(245 248 255 / 70%);
}
.bg-core-color-blue-100\/core-opacity-80 {
  background-color: rgb(245 248 255 / 80%);
}
.bg-core-color-blue-100\/core-opacity-90 {
  background-color: rgb(245 248 255 / 90%);
}
.bg-core-color-blue-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 235 / var(--tw-bg-opacity));
}
.bg-core-color-blue-20\/0 {
  background-color: rgb(0 78 235 / 0);
}
.bg-core-color-blue-20\/10 {
  background-color: rgb(0 78 235 / 0.1);
}
.bg-core-color-blue-20\/100 {
  background-color: rgb(0 78 235 / 1);
}
.bg-core-color-blue-20\/20 {
  background-color: rgb(0 78 235 / 0.2);
}
.bg-core-color-blue-20\/25 {
  background-color: rgb(0 78 235 / 0.25);
}
.bg-core-color-blue-20\/30 {
  background-color: rgb(0 78 235 / 0.3);
}
.bg-core-color-blue-20\/40 {
  background-color: rgb(0 78 235 / 0.4);
}
.bg-core-color-blue-20\/5 {
  background-color: rgb(0 78 235 / 0.05);
}
.bg-core-color-blue-20\/50 {
  background-color: rgb(0 78 235 / 0.5);
}
.bg-core-color-blue-20\/60 {
  background-color: rgb(0 78 235 / 0.6);
}
.bg-core-color-blue-20\/70 {
  background-color: rgb(0 78 235 / 0.7);
}
.bg-core-color-blue-20\/75 {
  background-color: rgb(0 78 235 / 0.75);
}
.bg-core-color-blue-20\/80 {
  background-color: rgb(0 78 235 / 0.8);
}
.bg-core-color-blue-20\/90 {
  background-color: rgb(0 78 235 / 0.9);
}
.bg-core-color-blue-20\/95 {
  background-color: rgb(0 78 235 / 0.95);
}
.bg-core-color-blue-20\/base-opacity-disabled {
  background-color: rgb(0 78 235 / 60%);
}
.bg-core-color-blue-20\/core-opacity-0 {
  background-color: rgb(0 78 235 / 0%);
}
.bg-core-color-blue-20\/core-opacity-10 {
  background-color: rgb(0 78 235 / 10%);
}
.bg-core-color-blue-20\/core-opacity-100 {
  background-color: rgb(0 78 235 / 100%);
}
.bg-core-color-blue-20\/core-opacity-20 {
  background-color: rgb(0 78 235 / 20%);
}
.bg-core-color-blue-20\/core-opacity-30 {
  background-color: rgb(0 78 235 / 30%);
}
.bg-core-color-blue-20\/core-opacity-40 {
  background-color: rgb(0 78 235 / 40%);
}
.bg-core-color-blue-20\/core-opacity-50 {
  background-color: rgb(0 78 235 / 50%);
}
.bg-core-color-blue-20\/core-opacity-60 {
  background-color: rgb(0 78 235 / 60%);
}
.bg-core-color-blue-20\/core-opacity-70 {
  background-color: rgb(0 78 235 / 70%);
}
.bg-core-color-blue-20\/core-opacity-80 {
  background-color: rgb(0 78 235 / 80%);
}
.bg-core-color-blue-20\/core-opacity-90 {
  background-color: rgb(0 78 235 / 90%);
}
.bg-core-color-blue-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity));
}
.bg-core-color-blue-30\/0 {
  background-color: rgb(21 94 239 / 0);
}
.bg-core-color-blue-30\/10 {
  background-color: rgb(21 94 239 / 0.1);
}
.bg-core-color-blue-30\/100 {
  background-color: rgb(21 94 239 / 1);
}
.bg-core-color-blue-30\/20 {
  background-color: rgb(21 94 239 / 0.2);
}
.bg-core-color-blue-30\/25 {
  background-color: rgb(21 94 239 / 0.25);
}
.bg-core-color-blue-30\/30 {
  background-color: rgb(21 94 239 / 0.3);
}
.bg-core-color-blue-30\/40 {
  background-color: rgb(21 94 239 / 0.4);
}
.bg-core-color-blue-30\/5 {
  background-color: rgb(21 94 239 / 0.05);
}
.bg-core-color-blue-30\/50 {
  background-color: rgb(21 94 239 / 0.5);
}
.bg-core-color-blue-30\/60 {
  background-color: rgb(21 94 239 / 0.6);
}
.bg-core-color-blue-30\/70 {
  background-color: rgb(21 94 239 / 0.7);
}
.bg-core-color-blue-30\/75 {
  background-color: rgb(21 94 239 / 0.75);
}
.bg-core-color-blue-30\/80 {
  background-color: rgb(21 94 239 / 0.8);
}
.bg-core-color-blue-30\/90 {
  background-color: rgb(21 94 239 / 0.9);
}
.bg-core-color-blue-30\/95 {
  background-color: rgb(21 94 239 / 0.95);
}
.bg-core-color-blue-30\/base-opacity-disabled {
  background-color: rgb(21 94 239 / 60%);
}
.bg-core-color-blue-30\/core-opacity-0 {
  background-color: rgb(21 94 239 / 0%);
}
.bg-core-color-blue-30\/core-opacity-10 {
  background-color: rgb(21 94 239 / 10%);
}
.bg-core-color-blue-30\/core-opacity-100 {
  background-color: rgb(21 94 239 / 100%);
}
.bg-core-color-blue-30\/core-opacity-20 {
  background-color: rgb(21 94 239 / 20%);
}
.bg-core-color-blue-30\/core-opacity-30 {
  background-color: rgb(21 94 239 / 30%);
}
.bg-core-color-blue-30\/core-opacity-40 {
  background-color: rgb(21 94 239 / 40%);
}
.bg-core-color-blue-30\/core-opacity-50 {
  background-color: rgb(21 94 239 / 50%);
}
.bg-core-color-blue-30\/core-opacity-60 {
  background-color: rgb(21 94 239 / 60%);
}
.bg-core-color-blue-30\/core-opacity-70 {
  background-color: rgb(21 94 239 / 70%);
}
.bg-core-color-blue-30\/core-opacity-80 {
  background-color: rgb(21 94 239 / 80%);
}
.bg-core-color-blue-30\/core-opacity-90 {
  background-color: rgb(21 94 239 / 90%);
}
.bg-core-color-blue-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 112 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-40\/0 {
  background-color: rgb(41 112 255 / 0);
}
.bg-core-color-blue-40\/10 {
  background-color: rgb(41 112 255 / 0.1);
}
.bg-core-color-blue-40\/100 {
  background-color: rgb(41 112 255 / 1);
}
.bg-core-color-blue-40\/20 {
  background-color: rgb(41 112 255 / 0.2);
}
.bg-core-color-blue-40\/25 {
  background-color: rgb(41 112 255 / 0.25);
}
.bg-core-color-blue-40\/30 {
  background-color: rgb(41 112 255 / 0.3);
}
.bg-core-color-blue-40\/40 {
  background-color: rgb(41 112 255 / 0.4);
}
.bg-core-color-blue-40\/5 {
  background-color: rgb(41 112 255 / 0.05);
}
.bg-core-color-blue-40\/50 {
  background-color: rgb(41 112 255 / 0.5);
}
.bg-core-color-blue-40\/60 {
  background-color: rgb(41 112 255 / 0.6);
}
.bg-core-color-blue-40\/70 {
  background-color: rgb(41 112 255 / 0.7);
}
.bg-core-color-blue-40\/75 {
  background-color: rgb(41 112 255 / 0.75);
}
.bg-core-color-blue-40\/80 {
  background-color: rgb(41 112 255 / 0.8);
}
.bg-core-color-blue-40\/90 {
  background-color: rgb(41 112 255 / 0.9);
}
.bg-core-color-blue-40\/95 {
  background-color: rgb(41 112 255 / 0.95);
}
.bg-core-color-blue-40\/base-opacity-disabled {
  background-color: rgb(41 112 255 / 60%);
}
.bg-core-color-blue-40\/core-opacity-0 {
  background-color: rgb(41 112 255 / 0%);
}
.bg-core-color-blue-40\/core-opacity-10 {
  background-color: rgb(41 112 255 / 10%);
}
.bg-core-color-blue-40\/core-opacity-100 {
  background-color: rgb(41 112 255 / 100%);
}
.bg-core-color-blue-40\/core-opacity-20 {
  background-color: rgb(41 112 255 / 20%);
}
.bg-core-color-blue-40\/core-opacity-30 {
  background-color: rgb(41 112 255 / 30%);
}
.bg-core-color-blue-40\/core-opacity-40 {
  background-color: rgb(41 112 255 / 40%);
}
.bg-core-color-blue-40\/core-opacity-50 {
  background-color: rgb(41 112 255 / 50%);
}
.bg-core-color-blue-40\/core-opacity-60 {
  background-color: rgb(41 112 255 / 60%);
}
.bg-core-color-blue-40\/core-opacity-70 {
  background-color: rgb(41 112 255 / 70%);
}
.bg-core-color-blue-40\/core-opacity-80 {
  background-color: rgb(41 112 255 / 80%);
}
.bg-core-color-blue-40\/core-opacity-90 {
  background-color: rgb(41 112 255 / 90%);
}
.bg-core-color-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 139 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-50\/0 {
  background-color: rgb(82 139 255 / 0);
}
.bg-core-color-blue-50\/10 {
  background-color: rgb(82 139 255 / 0.1);
}
.bg-core-color-blue-50\/100 {
  background-color: rgb(82 139 255 / 1);
}
.bg-core-color-blue-50\/20 {
  background-color: rgb(82 139 255 / 0.2);
}
.bg-core-color-blue-50\/25 {
  background-color: rgb(82 139 255 / 0.25);
}
.bg-core-color-blue-50\/30 {
  background-color: rgb(82 139 255 / 0.3);
}
.bg-core-color-blue-50\/40 {
  background-color: rgb(82 139 255 / 0.4);
}
.bg-core-color-blue-50\/5 {
  background-color: rgb(82 139 255 / 0.05);
}
.bg-core-color-blue-50\/50 {
  background-color: rgb(82 139 255 / 0.5);
}
.bg-core-color-blue-50\/60 {
  background-color: rgb(82 139 255 / 0.6);
}
.bg-core-color-blue-50\/70 {
  background-color: rgb(82 139 255 / 0.7);
}
.bg-core-color-blue-50\/75 {
  background-color: rgb(82 139 255 / 0.75);
}
.bg-core-color-blue-50\/80 {
  background-color: rgb(82 139 255 / 0.8);
}
.bg-core-color-blue-50\/90 {
  background-color: rgb(82 139 255 / 0.9);
}
.bg-core-color-blue-50\/95 {
  background-color: rgb(82 139 255 / 0.95);
}
.bg-core-color-blue-50\/base-opacity-disabled {
  background-color: rgb(82 139 255 / 60%);
}
.bg-core-color-blue-50\/core-opacity-0 {
  background-color: rgb(82 139 255 / 0%);
}
.bg-core-color-blue-50\/core-opacity-10 {
  background-color: rgb(82 139 255 / 10%);
}
.bg-core-color-blue-50\/core-opacity-100 {
  background-color: rgb(82 139 255 / 100%);
}
.bg-core-color-blue-50\/core-opacity-20 {
  background-color: rgb(82 139 255 / 20%);
}
.bg-core-color-blue-50\/core-opacity-30 {
  background-color: rgb(82 139 255 / 30%);
}
.bg-core-color-blue-50\/core-opacity-40 {
  background-color: rgb(82 139 255 / 40%);
}
.bg-core-color-blue-50\/core-opacity-50 {
  background-color: rgb(82 139 255 / 50%);
}
.bg-core-color-blue-50\/core-opacity-60 {
  background-color: rgb(82 139 255 / 60%);
}
.bg-core-color-blue-50\/core-opacity-70 {
  background-color: rgb(82 139 255 / 70%);
}
.bg-core-color-blue-50\/core-opacity-80 {
  background-color: rgb(82 139 255 / 80%);
}
.bg-core-color-blue-50\/core-opacity-90 {
  background-color: rgb(82 139 255 / 90%);
}
.bg-core-color-blue-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 173 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-60\/0 {
  background-color: rgb(133 173 255 / 0);
}
.bg-core-color-blue-60\/10 {
  background-color: rgb(133 173 255 / 0.1);
}
.bg-core-color-blue-60\/100 {
  background-color: rgb(133 173 255 / 1);
}
.bg-core-color-blue-60\/20 {
  background-color: rgb(133 173 255 / 0.2);
}
.bg-core-color-blue-60\/25 {
  background-color: rgb(133 173 255 / 0.25);
}
.bg-core-color-blue-60\/30 {
  background-color: rgb(133 173 255 / 0.3);
}
.bg-core-color-blue-60\/40 {
  background-color: rgb(133 173 255 / 0.4);
}
.bg-core-color-blue-60\/5 {
  background-color: rgb(133 173 255 / 0.05);
}
.bg-core-color-blue-60\/50 {
  background-color: rgb(133 173 255 / 0.5);
}
.bg-core-color-blue-60\/60 {
  background-color: rgb(133 173 255 / 0.6);
}
.bg-core-color-blue-60\/70 {
  background-color: rgb(133 173 255 / 0.7);
}
.bg-core-color-blue-60\/75 {
  background-color: rgb(133 173 255 / 0.75);
}
.bg-core-color-blue-60\/80 {
  background-color: rgb(133 173 255 / 0.8);
}
.bg-core-color-blue-60\/90 {
  background-color: rgb(133 173 255 / 0.9);
}
.bg-core-color-blue-60\/95 {
  background-color: rgb(133 173 255 / 0.95);
}
.bg-core-color-blue-60\/base-opacity-disabled {
  background-color: rgb(133 173 255 / 60%);
}
.bg-core-color-blue-60\/core-opacity-0 {
  background-color: rgb(133 173 255 / 0%);
}
.bg-core-color-blue-60\/core-opacity-10 {
  background-color: rgb(133 173 255 / 10%);
}
.bg-core-color-blue-60\/core-opacity-100 {
  background-color: rgb(133 173 255 / 100%);
}
.bg-core-color-blue-60\/core-opacity-20 {
  background-color: rgb(133 173 255 / 20%);
}
.bg-core-color-blue-60\/core-opacity-30 {
  background-color: rgb(133 173 255 / 30%);
}
.bg-core-color-blue-60\/core-opacity-40 {
  background-color: rgb(133 173 255 / 40%);
}
.bg-core-color-blue-60\/core-opacity-50 {
  background-color: rgb(133 173 255 / 50%);
}
.bg-core-color-blue-60\/core-opacity-60 {
  background-color: rgb(133 173 255 / 60%);
}
.bg-core-color-blue-60\/core-opacity-70 {
  background-color: rgb(133 173 255 / 70%);
}
.bg-core-color-blue-60\/core-opacity-80 {
  background-color: rgb(133 173 255 / 80%);
}
.bg-core-color-blue-60\/core-opacity-90 {
  background-color: rgb(133 173 255 / 90%);
}
.bg-core-color-blue-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 204 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-70\/0 {
  background-color: rgb(179 204 255 / 0);
}
.bg-core-color-blue-70\/10 {
  background-color: rgb(179 204 255 / 0.1);
}
.bg-core-color-blue-70\/100 {
  background-color: rgb(179 204 255 / 1);
}
.bg-core-color-blue-70\/20 {
  background-color: rgb(179 204 255 / 0.2);
}
.bg-core-color-blue-70\/25 {
  background-color: rgb(179 204 255 / 0.25);
}
.bg-core-color-blue-70\/30 {
  background-color: rgb(179 204 255 / 0.3);
}
.bg-core-color-blue-70\/40 {
  background-color: rgb(179 204 255 / 0.4);
}
.bg-core-color-blue-70\/5 {
  background-color: rgb(179 204 255 / 0.05);
}
.bg-core-color-blue-70\/50 {
  background-color: rgb(179 204 255 / 0.5);
}
.bg-core-color-blue-70\/60 {
  background-color: rgb(179 204 255 / 0.6);
}
.bg-core-color-blue-70\/70 {
  background-color: rgb(179 204 255 / 0.7);
}
.bg-core-color-blue-70\/75 {
  background-color: rgb(179 204 255 / 0.75);
}
.bg-core-color-blue-70\/80 {
  background-color: rgb(179 204 255 / 0.8);
}
.bg-core-color-blue-70\/90 {
  background-color: rgb(179 204 255 / 0.9);
}
.bg-core-color-blue-70\/95 {
  background-color: rgb(179 204 255 / 0.95);
}
.bg-core-color-blue-70\/base-opacity-disabled {
  background-color: rgb(179 204 255 / 60%);
}
.bg-core-color-blue-70\/core-opacity-0 {
  background-color: rgb(179 204 255 / 0%);
}
.bg-core-color-blue-70\/core-opacity-10 {
  background-color: rgb(179 204 255 / 10%);
}
.bg-core-color-blue-70\/core-opacity-100 {
  background-color: rgb(179 204 255 / 100%);
}
.bg-core-color-blue-70\/core-opacity-20 {
  background-color: rgb(179 204 255 / 20%);
}
.bg-core-color-blue-70\/core-opacity-30 {
  background-color: rgb(179 204 255 / 30%);
}
.bg-core-color-blue-70\/core-opacity-40 {
  background-color: rgb(179 204 255 / 40%);
}
.bg-core-color-blue-70\/core-opacity-50 {
  background-color: rgb(179 204 255 / 50%);
}
.bg-core-color-blue-70\/core-opacity-60 {
  background-color: rgb(179 204 255 / 60%);
}
.bg-core-color-blue-70\/core-opacity-70 {
  background-color: rgb(179 204 255 / 70%);
}
.bg-core-color-blue-70\/core-opacity-80 {
  background-color: rgb(179 204 255 / 80%);
}
.bg-core-color-blue-70\/core-opacity-90 {
  background-color: rgb(179 204 255 / 90%);
}
.bg-core-color-blue-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-80\/0 {
  background-color: rgb(209 224 255 / 0);
}
.bg-core-color-blue-80\/10 {
  background-color: rgb(209 224 255 / 0.1);
}
.bg-core-color-blue-80\/100 {
  background-color: rgb(209 224 255 / 1);
}
.bg-core-color-blue-80\/20 {
  background-color: rgb(209 224 255 / 0.2);
}
.bg-core-color-blue-80\/25 {
  background-color: rgb(209 224 255 / 0.25);
}
.bg-core-color-blue-80\/30 {
  background-color: rgb(209 224 255 / 0.3);
}
.bg-core-color-blue-80\/40 {
  background-color: rgb(209 224 255 / 0.4);
}
.bg-core-color-blue-80\/5 {
  background-color: rgb(209 224 255 / 0.05);
}
.bg-core-color-blue-80\/50 {
  background-color: rgb(209 224 255 / 0.5);
}
.bg-core-color-blue-80\/60 {
  background-color: rgb(209 224 255 / 0.6);
}
.bg-core-color-blue-80\/70 {
  background-color: rgb(209 224 255 / 0.7);
}
.bg-core-color-blue-80\/75 {
  background-color: rgb(209 224 255 / 0.75);
}
.bg-core-color-blue-80\/80 {
  background-color: rgb(209 224 255 / 0.8);
}
.bg-core-color-blue-80\/90 {
  background-color: rgb(209 224 255 / 0.9);
}
.bg-core-color-blue-80\/95 {
  background-color: rgb(209 224 255 / 0.95);
}
.bg-core-color-blue-80\/base-opacity-disabled {
  background-color: rgb(209 224 255 / 60%);
}
.bg-core-color-blue-80\/core-opacity-0 {
  background-color: rgb(209 224 255 / 0%);
}
.bg-core-color-blue-80\/core-opacity-10 {
  background-color: rgb(209 224 255 / 10%);
}
.bg-core-color-blue-80\/core-opacity-100 {
  background-color: rgb(209 224 255 / 100%);
}
.bg-core-color-blue-80\/core-opacity-20 {
  background-color: rgb(209 224 255 / 20%);
}
.bg-core-color-blue-80\/core-opacity-30 {
  background-color: rgb(209 224 255 / 30%);
}
.bg-core-color-blue-80\/core-opacity-40 {
  background-color: rgb(209 224 255 / 40%);
}
.bg-core-color-blue-80\/core-opacity-50 {
  background-color: rgb(209 224 255 / 50%);
}
.bg-core-color-blue-80\/core-opacity-60 {
  background-color: rgb(209 224 255 / 60%);
}
.bg-core-color-blue-80\/core-opacity-70 {
  background-color: rgb(209 224 255 / 70%);
}
.bg-core-color-blue-80\/core-opacity-80 {
  background-color: rgb(209 224 255 / 80%);
}
.bg-core-color-blue-80\/core-opacity-90 {
  background-color: rgb(209 224 255 / 90%);
}
.bg-core-color-blue-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 245 255 / var(--tw-bg-opacity));
}
.bg-core-color-blue-90\/0 {
  background-color: rgb(240 245 255 / 0);
}
.bg-core-color-blue-90\/10 {
  background-color: rgb(240 245 255 / 0.1);
}
.bg-core-color-blue-90\/100 {
  background-color: rgb(240 245 255 / 1);
}
.bg-core-color-blue-90\/20 {
  background-color: rgb(240 245 255 / 0.2);
}
.bg-core-color-blue-90\/25 {
  background-color: rgb(240 245 255 / 0.25);
}
.bg-core-color-blue-90\/30 {
  background-color: rgb(240 245 255 / 0.3);
}
.bg-core-color-blue-90\/40 {
  background-color: rgb(240 245 255 / 0.4);
}
.bg-core-color-blue-90\/5 {
  background-color: rgb(240 245 255 / 0.05);
}
.bg-core-color-blue-90\/50 {
  background-color: rgb(240 245 255 / 0.5);
}
.bg-core-color-blue-90\/60 {
  background-color: rgb(240 245 255 / 0.6);
}
.bg-core-color-blue-90\/70 {
  background-color: rgb(240 245 255 / 0.7);
}
.bg-core-color-blue-90\/75 {
  background-color: rgb(240 245 255 / 0.75);
}
.bg-core-color-blue-90\/80 {
  background-color: rgb(240 245 255 / 0.8);
}
.bg-core-color-blue-90\/90 {
  background-color: rgb(240 245 255 / 0.9);
}
.bg-core-color-blue-90\/95 {
  background-color: rgb(240 245 255 / 0.95);
}
.bg-core-color-blue-90\/base-opacity-disabled {
  background-color: rgb(240 245 255 / 60%);
}
.bg-core-color-blue-90\/core-opacity-0 {
  background-color: rgb(240 245 255 / 0%);
}
.bg-core-color-blue-90\/core-opacity-10 {
  background-color: rgb(240 245 255 / 10%);
}
.bg-core-color-blue-90\/core-opacity-100 {
  background-color: rgb(240 245 255 / 100%);
}
.bg-core-color-blue-90\/core-opacity-20 {
  background-color: rgb(240 245 255 / 20%);
}
.bg-core-color-blue-90\/core-opacity-30 {
  background-color: rgb(240 245 255 / 30%);
}
.bg-core-color-blue-90\/core-opacity-40 {
  background-color: rgb(240 245 255 / 40%);
}
.bg-core-color-blue-90\/core-opacity-50 {
  background-color: rgb(240 245 255 / 50%);
}
.bg-core-color-blue-90\/core-opacity-60 {
  background-color: rgb(240 245 255 / 60%);
}
.bg-core-color-blue-90\/core-opacity-70 {
  background-color: rgb(240 245 255 / 70%);
}
.bg-core-color-blue-90\/core-opacity-80 {
  background-color: rgb(240 245 255 / 80%);
}
.bg-core-color-blue-90\/core-opacity-90 {
  background-color: rgb(240 245 255 / 90%);
}
.bg-core-color-cyan-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 77 100 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-0\/0 {
  background-color: rgb(22 77 100 / 0);
}
.bg-core-color-cyan-0\/10 {
  background-color: rgb(22 77 100 / 0.1);
}
.bg-core-color-cyan-0\/100 {
  background-color: rgb(22 77 100 / 1);
}
.bg-core-color-cyan-0\/20 {
  background-color: rgb(22 77 100 / 0.2);
}
.bg-core-color-cyan-0\/25 {
  background-color: rgb(22 77 100 / 0.25);
}
.bg-core-color-cyan-0\/30 {
  background-color: rgb(22 77 100 / 0.3);
}
.bg-core-color-cyan-0\/40 {
  background-color: rgb(22 77 100 / 0.4);
}
.bg-core-color-cyan-0\/5 {
  background-color: rgb(22 77 100 / 0.05);
}
.bg-core-color-cyan-0\/50 {
  background-color: rgb(22 77 100 / 0.5);
}
.bg-core-color-cyan-0\/60 {
  background-color: rgb(22 77 100 / 0.6);
}
.bg-core-color-cyan-0\/70 {
  background-color: rgb(22 77 100 / 0.7);
}
.bg-core-color-cyan-0\/75 {
  background-color: rgb(22 77 100 / 0.75);
}
.bg-core-color-cyan-0\/80 {
  background-color: rgb(22 77 100 / 0.8);
}
.bg-core-color-cyan-0\/90 {
  background-color: rgb(22 77 100 / 0.9);
}
.bg-core-color-cyan-0\/95 {
  background-color: rgb(22 77 100 / 0.95);
}
.bg-core-color-cyan-0\/base-opacity-disabled {
  background-color: rgb(22 77 100 / 60%);
}
.bg-core-color-cyan-0\/core-opacity-0 {
  background-color: rgb(22 77 100 / 0%);
}
.bg-core-color-cyan-0\/core-opacity-10 {
  background-color: rgb(22 77 100 / 10%);
}
.bg-core-color-cyan-0\/core-opacity-100 {
  background-color: rgb(22 77 100 / 100%);
}
.bg-core-color-cyan-0\/core-opacity-20 {
  background-color: rgb(22 77 100 / 20%);
}
.bg-core-color-cyan-0\/core-opacity-30 {
  background-color: rgb(22 77 100 / 30%);
}
.bg-core-color-cyan-0\/core-opacity-40 {
  background-color: rgb(22 77 100 / 40%);
}
.bg-core-color-cyan-0\/core-opacity-50 {
  background-color: rgb(22 77 100 / 50%);
}
.bg-core-color-cyan-0\/core-opacity-60 {
  background-color: rgb(22 77 100 / 60%);
}
.bg-core-color-cyan-0\/core-opacity-70 {
  background-color: rgb(22 77 100 / 70%);
}
.bg-core-color-cyan-0\/core-opacity-80 {
  background-color: rgb(22 77 100 / 80%);
}
.bg-core-color-cyan-0\/core-opacity-90 {
  background-color: rgb(22 77 100 / 90%);
}
.bg-core-color-cyan-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 91 117 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-10\/0 {
  background-color: rgb(21 91 117 / 0);
}
.bg-core-color-cyan-10\/10 {
  background-color: rgb(21 91 117 / 0.1);
}
.bg-core-color-cyan-10\/100 {
  background-color: rgb(21 91 117 / 1);
}
.bg-core-color-cyan-10\/20 {
  background-color: rgb(21 91 117 / 0.2);
}
.bg-core-color-cyan-10\/25 {
  background-color: rgb(21 91 117 / 0.25);
}
.bg-core-color-cyan-10\/30 {
  background-color: rgb(21 91 117 / 0.3);
}
.bg-core-color-cyan-10\/40 {
  background-color: rgb(21 91 117 / 0.4);
}
.bg-core-color-cyan-10\/5 {
  background-color: rgb(21 91 117 / 0.05);
}
.bg-core-color-cyan-10\/50 {
  background-color: rgb(21 91 117 / 0.5);
}
.bg-core-color-cyan-10\/60 {
  background-color: rgb(21 91 117 / 0.6);
}
.bg-core-color-cyan-10\/70 {
  background-color: rgb(21 91 117 / 0.7);
}
.bg-core-color-cyan-10\/75 {
  background-color: rgb(21 91 117 / 0.75);
}
.bg-core-color-cyan-10\/80 {
  background-color: rgb(21 91 117 / 0.8);
}
.bg-core-color-cyan-10\/90 {
  background-color: rgb(21 91 117 / 0.9);
}
.bg-core-color-cyan-10\/95 {
  background-color: rgb(21 91 117 / 0.95);
}
.bg-core-color-cyan-10\/base-opacity-disabled {
  background-color: rgb(21 91 117 / 60%);
}
.bg-core-color-cyan-10\/core-opacity-0 {
  background-color: rgb(21 91 117 / 0%);
}
.bg-core-color-cyan-10\/core-opacity-10 {
  background-color: rgb(21 91 117 / 10%);
}
.bg-core-color-cyan-10\/core-opacity-100 {
  background-color: rgb(21 91 117 / 100%);
}
.bg-core-color-cyan-10\/core-opacity-20 {
  background-color: rgb(21 91 117 / 20%);
}
.bg-core-color-cyan-10\/core-opacity-30 {
  background-color: rgb(21 91 117 / 30%);
}
.bg-core-color-cyan-10\/core-opacity-40 {
  background-color: rgb(21 91 117 / 40%);
}
.bg-core-color-cyan-10\/core-opacity-50 {
  background-color: rgb(21 91 117 / 50%);
}
.bg-core-color-cyan-10\/core-opacity-60 {
  background-color: rgb(21 91 117 / 60%);
}
.bg-core-color-cyan-10\/core-opacity-70 {
  background-color: rgb(21 91 117 / 70%);
}
.bg-core-color-cyan-10\/core-opacity-80 {
  background-color: rgb(21 91 117 / 80%);
}
.bg-core-color-cyan-10\/core-opacity-90 {
  background-color: rgb(21 91 117 / 90%);
}
.bg-core-color-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 254 255 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-100\/0 {
  background-color: rgb(245 254 255 / 0);
}
.bg-core-color-cyan-100\/10 {
  background-color: rgb(245 254 255 / 0.1);
}
.bg-core-color-cyan-100\/100 {
  background-color: rgb(245 254 255 / 1);
}
.bg-core-color-cyan-100\/20 {
  background-color: rgb(245 254 255 / 0.2);
}
.bg-core-color-cyan-100\/25 {
  background-color: rgb(245 254 255 / 0.25);
}
.bg-core-color-cyan-100\/30 {
  background-color: rgb(245 254 255 / 0.3);
}
.bg-core-color-cyan-100\/40 {
  background-color: rgb(245 254 255 / 0.4);
}
.bg-core-color-cyan-100\/5 {
  background-color: rgb(245 254 255 / 0.05);
}
.bg-core-color-cyan-100\/50 {
  background-color: rgb(245 254 255 / 0.5);
}
.bg-core-color-cyan-100\/60 {
  background-color: rgb(245 254 255 / 0.6);
}
.bg-core-color-cyan-100\/70 {
  background-color: rgb(245 254 255 / 0.7);
}
.bg-core-color-cyan-100\/75 {
  background-color: rgb(245 254 255 / 0.75);
}
.bg-core-color-cyan-100\/80 {
  background-color: rgb(245 254 255 / 0.8);
}
.bg-core-color-cyan-100\/90 {
  background-color: rgb(245 254 255 / 0.9);
}
.bg-core-color-cyan-100\/95 {
  background-color: rgb(245 254 255 / 0.95);
}
.bg-core-color-cyan-100\/base-opacity-disabled {
  background-color: rgb(245 254 255 / 60%);
}
.bg-core-color-cyan-100\/core-opacity-0 {
  background-color: rgb(245 254 255 / 0%);
}
.bg-core-color-cyan-100\/core-opacity-10 {
  background-color: rgb(245 254 255 / 10%);
}
.bg-core-color-cyan-100\/core-opacity-100 {
  background-color: rgb(245 254 255 / 100%);
}
.bg-core-color-cyan-100\/core-opacity-20 {
  background-color: rgb(245 254 255 / 20%);
}
.bg-core-color-cyan-100\/core-opacity-30 {
  background-color: rgb(245 254 255 / 30%);
}
.bg-core-color-cyan-100\/core-opacity-40 {
  background-color: rgb(245 254 255 / 40%);
}
.bg-core-color-cyan-100\/core-opacity-50 {
  background-color: rgb(245 254 255 / 50%);
}
.bg-core-color-cyan-100\/core-opacity-60 {
  background-color: rgb(245 254 255 / 60%);
}
.bg-core-color-cyan-100\/core-opacity-70 {
  background-color: rgb(245 254 255 / 70%);
}
.bg-core-color-cyan-100\/core-opacity-80 {
  background-color: rgb(245 254 255 / 80%);
}
.bg-core-color-cyan-100\/core-opacity-90 {
  background-color: rgb(245 254 255 / 90%);
}
.bg-core-color-cyan-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 111 144 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-20\/0 {
  background-color: rgb(14 111 144 / 0);
}
.bg-core-color-cyan-20\/10 {
  background-color: rgb(14 111 144 / 0.1);
}
.bg-core-color-cyan-20\/100 {
  background-color: rgb(14 111 144 / 1);
}
.bg-core-color-cyan-20\/20 {
  background-color: rgb(14 111 144 / 0.2);
}
.bg-core-color-cyan-20\/25 {
  background-color: rgb(14 111 144 / 0.25);
}
.bg-core-color-cyan-20\/30 {
  background-color: rgb(14 111 144 / 0.3);
}
.bg-core-color-cyan-20\/40 {
  background-color: rgb(14 111 144 / 0.4);
}
.bg-core-color-cyan-20\/5 {
  background-color: rgb(14 111 144 / 0.05);
}
.bg-core-color-cyan-20\/50 {
  background-color: rgb(14 111 144 / 0.5);
}
.bg-core-color-cyan-20\/60 {
  background-color: rgb(14 111 144 / 0.6);
}
.bg-core-color-cyan-20\/70 {
  background-color: rgb(14 111 144 / 0.7);
}
.bg-core-color-cyan-20\/75 {
  background-color: rgb(14 111 144 / 0.75);
}
.bg-core-color-cyan-20\/80 {
  background-color: rgb(14 111 144 / 0.8);
}
.bg-core-color-cyan-20\/90 {
  background-color: rgb(14 111 144 / 0.9);
}
.bg-core-color-cyan-20\/95 {
  background-color: rgb(14 111 144 / 0.95);
}
.bg-core-color-cyan-20\/base-opacity-disabled {
  background-color: rgb(14 111 144 / 60%);
}
.bg-core-color-cyan-20\/core-opacity-0 {
  background-color: rgb(14 111 144 / 0%);
}
.bg-core-color-cyan-20\/core-opacity-10 {
  background-color: rgb(14 111 144 / 10%);
}
.bg-core-color-cyan-20\/core-opacity-100 {
  background-color: rgb(14 111 144 / 100%);
}
.bg-core-color-cyan-20\/core-opacity-20 {
  background-color: rgb(14 111 144 / 20%);
}
.bg-core-color-cyan-20\/core-opacity-30 {
  background-color: rgb(14 111 144 / 30%);
}
.bg-core-color-cyan-20\/core-opacity-40 {
  background-color: rgb(14 111 144 / 40%);
}
.bg-core-color-cyan-20\/core-opacity-50 {
  background-color: rgb(14 111 144 / 50%);
}
.bg-core-color-cyan-20\/core-opacity-60 {
  background-color: rgb(14 111 144 / 60%);
}
.bg-core-color-cyan-20\/core-opacity-70 {
  background-color: rgb(14 111 144 / 70%);
}
.bg-core-color-cyan-20\/core-opacity-80 {
  background-color: rgb(14 111 144 / 80%);
}
.bg-core-color-cyan-20\/core-opacity-90 {
  background-color: rgb(14 111 144 / 90%);
}
.bg-core-color-cyan-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 136 175 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-30\/0 {
  background-color: rgb(8 136 175 / 0);
}
.bg-core-color-cyan-30\/10 {
  background-color: rgb(8 136 175 / 0.1);
}
.bg-core-color-cyan-30\/100 {
  background-color: rgb(8 136 175 / 1);
}
.bg-core-color-cyan-30\/20 {
  background-color: rgb(8 136 175 / 0.2);
}
.bg-core-color-cyan-30\/25 {
  background-color: rgb(8 136 175 / 0.25);
}
.bg-core-color-cyan-30\/30 {
  background-color: rgb(8 136 175 / 0.3);
}
.bg-core-color-cyan-30\/40 {
  background-color: rgb(8 136 175 / 0.4);
}
.bg-core-color-cyan-30\/5 {
  background-color: rgb(8 136 175 / 0.05);
}
.bg-core-color-cyan-30\/50 {
  background-color: rgb(8 136 175 / 0.5);
}
.bg-core-color-cyan-30\/60 {
  background-color: rgb(8 136 175 / 0.6);
}
.bg-core-color-cyan-30\/70 {
  background-color: rgb(8 136 175 / 0.7);
}
.bg-core-color-cyan-30\/75 {
  background-color: rgb(8 136 175 / 0.75);
}
.bg-core-color-cyan-30\/80 {
  background-color: rgb(8 136 175 / 0.8);
}
.bg-core-color-cyan-30\/90 {
  background-color: rgb(8 136 175 / 0.9);
}
.bg-core-color-cyan-30\/95 {
  background-color: rgb(8 136 175 / 0.95);
}
.bg-core-color-cyan-30\/base-opacity-disabled {
  background-color: rgb(8 136 175 / 60%);
}
.bg-core-color-cyan-30\/core-opacity-0 {
  background-color: rgb(8 136 175 / 0%);
}
.bg-core-color-cyan-30\/core-opacity-10 {
  background-color: rgb(8 136 175 / 10%);
}
.bg-core-color-cyan-30\/core-opacity-100 {
  background-color: rgb(8 136 175 / 100%);
}
.bg-core-color-cyan-30\/core-opacity-20 {
  background-color: rgb(8 136 175 / 20%);
}
.bg-core-color-cyan-30\/core-opacity-30 {
  background-color: rgb(8 136 175 / 30%);
}
.bg-core-color-cyan-30\/core-opacity-40 {
  background-color: rgb(8 136 175 / 40%);
}
.bg-core-color-cyan-30\/core-opacity-50 {
  background-color: rgb(8 136 175 / 50%);
}
.bg-core-color-cyan-30\/core-opacity-60 {
  background-color: rgb(8 136 175 / 60%);
}
.bg-core-color-cyan-30\/core-opacity-70 {
  background-color: rgb(8 136 175 / 70%);
}
.bg-core-color-cyan-30\/core-opacity-80 {
  background-color: rgb(8 136 175 / 80%);
}
.bg-core-color-cyan-30\/core-opacity-90 {
  background-color: rgb(8 136 175 / 90%);
}
.bg-core-color-cyan-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 175 213 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-40\/0 {
  background-color: rgb(7 175 213 / 0);
}
.bg-core-color-cyan-40\/10 {
  background-color: rgb(7 175 213 / 0.1);
}
.bg-core-color-cyan-40\/100 {
  background-color: rgb(7 175 213 / 1);
}
.bg-core-color-cyan-40\/20 {
  background-color: rgb(7 175 213 / 0.2);
}
.bg-core-color-cyan-40\/25 {
  background-color: rgb(7 175 213 / 0.25);
}
.bg-core-color-cyan-40\/30 {
  background-color: rgb(7 175 213 / 0.3);
}
.bg-core-color-cyan-40\/40 {
  background-color: rgb(7 175 213 / 0.4);
}
.bg-core-color-cyan-40\/5 {
  background-color: rgb(7 175 213 / 0.05);
}
.bg-core-color-cyan-40\/50 {
  background-color: rgb(7 175 213 / 0.5);
}
.bg-core-color-cyan-40\/60 {
  background-color: rgb(7 175 213 / 0.6);
}
.bg-core-color-cyan-40\/70 {
  background-color: rgb(7 175 213 / 0.7);
}
.bg-core-color-cyan-40\/75 {
  background-color: rgb(7 175 213 / 0.75);
}
.bg-core-color-cyan-40\/80 {
  background-color: rgb(7 175 213 / 0.8);
}
.bg-core-color-cyan-40\/90 {
  background-color: rgb(7 175 213 / 0.9);
}
.bg-core-color-cyan-40\/95 {
  background-color: rgb(7 175 213 / 0.95);
}
.bg-core-color-cyan-40\/base-opacity-disabled {
  background-color: rgb(7 175 213 / 60%);
}
.bg-core-color-cyan-40\/core-opacity-0 {
  background-color: rgb(7 175 213 / 0%);
}
.bg-core-color-cyan-40\/core-opacity-10 {
  background-color: rgb(7 175 213 / 10%);
}
.bg-core-color-cyan-40\/core-opacity-100 {
  background-color: rgb(7 175 213 / 100%);
}
.bg-core-color-cyan-40\/core-opacity-20 {
  background-color: rgb(7 175 213 / 20%);
}
.bg-core-color-cyan-40\/core-opacity-30 {
  background-color: rgb(7 175 213 / 30%);
}
.bg-core-color-cyan-40\/core-opacity-40 {
  background-color: rgb(7 175 213 / 40%);
}
.bg-core-color-cyan-40\/core-opacity-50 {
  background-color: rgb(7 175 213 / 50%);
}
.bg-core-color-cyan-40\/core-opacity-60 {
  background-color: rgb(7 175 213 / 60%);
}
.bg-core-color-cyan-40\/core-opacity-70 {
  background-color: rgb(7 175 213 / 70%);
}
.bg-core-color-cyan-40\/core-opacity-80 {
  background-color: rgb(7 175 213 / 80%);
}
.bg-core-color-cyan-40\/core-opacity-90 {
  background-color: rgb(7 175 213 / 90%);
}
.bg-core-color-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 204 238 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-50\/0 {
  background-color: rgb(32 204 238 / 0);
}
.bg-core-color-cyan-50\/10 {
  background-color: rgb(32 204 238 / 0.1);
}
.bg-core-color-cyan-50\/100 {
  background-color: rgb(32 204 238 / 1);
}
.bg-core-color-cyan-50\/20 {
  background-color: rgb(32 204 238 / 0.2);
}
.bg-core-color-cyan-50\/25 {
  background-color: rgb(32 204 238 / 0.25);
}
.bg-core-color-cyan-50\/30 {
  background-color: rgb(32 204 238 / 0.3);
}
.bg-core-color-cyan-50\/40 {
  background-color: rgb(32 204 238 / 0.4);
}
.bg-core-color-cyan-50\/5 {
  background-color: rgb(32 204 238 / 0.05);
}
.bg-core-color-cyan-50\/50 {
  background-color: rgb(32 204 238 / 0.5);
}
.bg-core-color-cyan-50\/60 {
  background-color: rgb(32 204 238 / 0.6);
}
.bg-core-color-cyan-50\/70 {
  background-color: rgb(32 204 238 / 0.7);
}
.bg-core-color-cyan-50\/75 {
  background-color: rgb(32 204 238 / 0.75);
}
.bg-core-color-cyan-50\/80 {
  background-color: rgb(32 204 238 / 0.8);
}
.bg-core-color-cyan-50\/90 {
  background-color: rgb(32 204 238 / 0.9);
}
.bg-core-color-cyan-50\/95 {
  background-color: rgb(32 204 238 / 0.95);
}
.bg-core-color-cyan-50\/base-opacity-disabled {
  background-color: rgb(32 204 238 / 60%);
}
.bg-core-color-cyan-50\/core-opacity-0 {
  background-color: rgb(32 204 238 / 0%);
}
.bg-core-color-cyan-50\/core-opacity-10 {
  background-color: rgb(32 204 238 / 10%);
}
.bg-core-color-cyan-50\/core-opacity-100 {
  background-color: rgb(32 204 238 / 100%);
}
.bg-core-color-cyan-50\/core-opacity-20 {
  background-color: rgb(32 204 238 / 20%);
}
.bg-core-color-cyan-50\/core-opacity-30 {
  background-color: rgb(32 204 238 / 30%);
}
.bg-core-color-cyan-50\/core-opacity-40 {
  background-color: rgb(32 204 238 / 40%);
}
.bg-core-color-cyan-50\/core-opacity-50 {
  background-color: rgb(32 204 238 / 50%);
}
.bg-core-color-cyan-50\/core-opacity-60 {
  background-color: rgb(32 204 238 / 60%);
}
.bg-core-color-cyan-50\/core-opacity-70 {
  background-color: rgb(32 204 238 / 70%);
}
.bg-core-color-cyan-50\/core-opacity-80 {
  background-color: rgb(32 204 238 / 80%);
}
.bg-core-color-cyan-50\/core-opacity-90 {
  background-color: rgb(32 204 238 / 90%);
}
.bg-core-color-cyan-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 227 249 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-60\/0 {
  background-color: rgb(103 227 249 / 0);
}
.bg-core-color-cyan-60\/10 {
  background-color: rgb(103 227 249 / 0.1);
}
.bg-core-color-cyan-60\/100 {
  background-color: rgb(103 227 249 / 1);
}
.bg-core-color-cyan-60\/20 {
  background-color: rgb(103 227 249 / 0.2);
}
.bg-core-color-cyan-60\/25 {
  background-color: rgb(103 227 249 / 0.25);
}
.bg-core-color-cyan-60\/30 {
  background-color: rgb(103 227 249 / 0.3);
}
.bg-core-color-cyan-60\/40 {
  background-color: rgb(103 227 249 / 0.4);
}
.bg-core-color-cyan-60\/5 {
  background-color: rgb(103 227 249 / 0.05);
}
.bg-core-color-cyan-60\/50 {
  background-color: rgb(103 227 249 / 0.5);
}
.bg-core-color-cyan-60\/60 {
  background-color: rgb(103 227 249 / 0.6);
}
.bg-core-color-cyan-60\/70 {
  background-color: rgb(103 227 249 / 0.7);
}
.bg-core-color-cyan-60\/75 {
  background-color: rgb(103 227 249 / 0.75);
}
.bg-core-color-cyan-60\/80 {
  background-color: rgb(103 227 249 / 0.8);
}
.bg-core-color-cyan-60\/90 {
  background-color: rgb(103 227 249 / 0.9);
}
.bg-core-color-cyan-60\/95 {
  background-color: rgb(103 227 249 / 0.95);
}
.bg-core-color-cyan-60\/base-opacity-disabled {
  background-color: rgb(103 227 249 / 60%);
}
.bg-core-color-cyan-60\/core-opacity-0 {
  background-color: rgb(103 227 249 / 0%);
}
.bg-core-color-cyan-60\/core-opacity-10 {
  background-color: rgb(103 227 249 / 10%);
}
.bg-core-color-cyan-60\/core-opacity-100 {
  background-color: rgb(103 227 249 / 100%);
}
.bg-core-color-cyan-60\/core-opacity-20 {
  background-color: rgb(103 227 249 / 20%);
}
.bg-core-color-cyan-60\/core-opacity-30 {
  background-color: rgb(103 227 249 / 30%);
}
.bg-core-color-cyan-60\/core-opacity-40 {
  background-color: rgb(103 227 249 / 40%);
}
.bg-core-color-cyan-60\/core-opacity-50 {
  background-color: rgb(103 227 249 / 50%);
}
.bg-core-color-cyan-60\/core-opacity-60 {
  background-color: rgb(103 227 249 / 60%);
}
.bg-core-color-cyan-60\/core-opacity-70 {
  background-color: rgb(103 227 249 / 70%);
}
.bg-core-color-cyan-60\/core-opacity-80 {
  background-color: rgb(103 227 249 / 80%);
}
.bg-core-color-cyan-60\/core-opacity-90 {
  background-color: rgb(103 227 249 / 90%);
}
.bg-core-color-cyan-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 241 252 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-70\/0 {
  background-color: rgb(166 241 252 / 0);
}
.bg-core-color-cyan-70\/10 {
  background-color: rgb(166 241 252 / 0.1);
}
.bg-core-color-cyan-70\/100 {
  background-color: rgb(166 241 252 / 1);
}
.bg-core-color-cyan-70\/20 {
  background-color: rgb(166 241 252 / 0.2);
}
.bg-core-color-cyan-70\/25 {
  background-color: rgb(166 241 252 / 0.25);
}
.bg-core-color-cyan-70\/30 {
  background-color: rgb(166 241 252 / 0.3);
}
.bg-core-color-cyan-70\/40 {
  background-color: rgb(166 241 252 / 0.4);
}
.bg-core-color-cyan-70\/5 {
  background-color: rgb(166 241 252 / 0.05);
}
.bg-core-color-cyan-70\/50 {
  background-color: rgb(166 241 252 / 0.5);
}
.bg-core-color-cyan-70\/60 {
  background-color: rgb(166 241 252 / 0.6);
}
.bg-core-color-cyan-70\/70 {
  background-color: rgb(166 241 252 / 0.7);
}
.bg-core-color-cyan-70\/75 {
  background-color: rgb(166 241 252 / 0.75);
}
.bg-core-color-cyan-70\/80 {
  background-color: rgb(166 241 252 / 0.8);
}
.bg-core-color-cyan-70\/90 {
  background-color: rgb(166 241 252 / 0.9);
}
.bg-core-color-cyan-70\/95 {
  background-color: rgb(166 241 252 / 0.95);
}
.bg-core-color-cyan-70\/base-opacity-disabled {
  background-color: rgb(166 241 252 / 60%);
}
.bg-core-color-cyan-70\/core-opacity-0 {
  background-color: rgb(166 241 252 / 0%);
}
.bg-core-color-cyan-70\/core-opacity-10 {
  background-color: rgb(166 241 252 / 10%);
}
.bg-core-color-cyan-70\/core-opacity-100 {
  background-color: rgb(166 241 252 / 100%);
}
.bg-core-color-cyan-70\/core-opacity-20 {
  background-color: rgb(166 241 252 / 20%);
}
.bg-core-color-cyan-70\/core-opacity-30 {
  background-color: rgb(166 241 252 / 30%);
}
.bg-core-color-cyan-70\/core-opacity-40 {
  background-color: rgb(166 241 252 / 40%);
}
.bg-core-color-cyan-70\/core-opacity-50 {
  background-color: rgb(166 241 252 / 50%);
}
.bg-core-color-cyan-70\/core-opacity-60 {
  background-color: rgb(166 241 252 / 60%);
}
.bg-core-color-cyan-70\/core-opacity-70 {
  background-color: rgb(166 241 252 / 70%);
}
.bg-core-color-cyan-70\/core-opacity-80 {
  background-color: rgb(166 241 252 / 80%);
}
.bg-core-color-cyan-70\/core-opacity-90 {
  background-color: rgb(166 241 252 / 90%);
}
.bg-core-color-cyan-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 249 254 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-80\/0 {
  background-color: rgb(205 249 254 / 0);
}
.bg-core-color-cyan-80\/10 {
  background-color: rgb(205 249 254 / 0.1);
}
.bg-core-color-cyan-80\/100 {
  background-color: rgb(205 249 254 / 1);
}
.bg-core-color-cyan-80\/20 {
  background-color: rgb(205 249 254 / 0.2);
}
.bg-core-color-cyan-80\/25 {
  background-color: rgb(205 249 254 / 0.25);
}
.bg-core-color-cyan-80\/30 {
  background-color: rgb(205 249 254 / 0.3);
}
.bg-core-color-cyan-80\/40 {
  background-color: rgb(205 249 254 / 0.4);
}
.bg-core-color-cyan-80\/5 {
  background-color: rgb(205 249 254 / 0.05);
}
.bg-core-color-cyan-80\/50 {
  background-color: rgb(205 249 254 / 0.5);
}
.bg-core-color-cyan-80\/60 {
  background-color: rgb(205 249 254 / 0.6);
}
.bg-core-color-cyan-80\/70 {
  background-color: rgb(205 249 254 / 0.7);
}
.bg-core-color-cyan-80\/75 {
  background-color: rgb(205 249 254 / 0.75);
}
.bg-core-color-cyan-80\/80 {
  background-color: rgb(205 249 254 / 0.8);
}
.bg-core-color-cyan-80\/90 {
  background-color: rgb(205 249 254 / 0.9);
}
.bg-core-color-cyan-80\/95 {
  background-color: rgb(205 249 254 / 0.95);
}
.bg-core-color-cyan-80\/base-opacity-disabled {
  background-color: rgb(205 249 254 / 60%);
}
.bg-core-color-cyan-80\/core-opacity-0 {
  background-color: rgb(205 249 254 / 0%);
}
.bg-core-color-cyan-80\/core-opacity-10 {
  background-color: rgb(205 249 254 / 10%);
}
.bg-core-color-cyan-80\/core-opacity-100 {
  background-color: rgb(205 249 254 / 100%);
}
.bg-core-color-cyan-80\/core-opacity-20 {
  background-color: rgb(205 249 254 / 20%);
}
.bg-core-color-cyan-80\/core-opacity-30 {
  background-color: rgb(205 249 254 / 30%);
}
.bg-core-color-cyan-80\/core-opacity-40 {
  background-color: rgb(205 249 254 / 40%);
}
.bg-core-color-cyan-80\/core-opacity-50 {
  background-color: rgb(205 249 254 / 50%);
}
.bg-core-color-cyan-80\/core-opacity-60 {
  background-color: rgb(205 249 254 / 60%);
}
.bg-core-color-cyan-80\/core-opacity-70 {
  background-color: rgb(205 249 254 / 70%);
}
.bg-core-color-cyan-80\/core-opacity-80 {
  background-color: rgb(205 249 254 / 80%);
}
.bg-core-color-cyan-80\/core-opacity-90 {
  background-color: rgb(205 249 254 / 90%);
}
.bg-core-color-cyan-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 253 255 / var(--tw-bg-opacity));
}
.bg-core-color-cyan-90\/0 {
  background-color: rgb(235 253 255 / 0);
}
.bg-core-color-cyan-90\/10 {
  background-color: rgb(235 253 255 / 0.1);
}
.bg-core-color-cyan-90\/100 {
  background-color: rgb(235 253 255 / 1);
}
.bg-core-color-cyan-90\/20 {
  background-color: rgb(235 253 255 / 0.2);
}
.bg-core-color-cyan-90\/25 {
  background-color: rgb(235 253 255 / 0.25);
}
.bg-core-color-cyan-90\/30 {
  background-color: rgb(235 253 255 / 0.3);
}
.bg-core-color-cyan-90\/40 {
  background-color: rgb(235 253 255 / 0.4);
}
.bg-core-color-cyan-90\/5 {
  background-color: rgb(235 253 255 / 0.05);
}
.bg-core-color-cyan-90\/50 {
  background-color: rgb(235 253 255 / 0.5);
}
.bg-core-color-cyan-90\/60 {
  background-color: rgb(235 253 255 / 0.6);
}
.bg-core-color-cyan-90\/70 {
  background-color: rgb(235 253 255 / 0.7);
}
.bg-core-color-cyan-90\/75 {
  background-color: rgb(235 253 255 / 0.75);
}
.bg-core-color-cyan-90\/80 {
  background-color: rgb(235 253 255 / 0.8);
}
.bg-core-color-cyan-90\/90 {
  background-color: rgb(235 253 255 / 0.9);
}
.bg-core-color-cyan-90\/95 {
  background-color: rgb(235 253 255 / 0.95);
}
.bg-core-color-cyan-90\/base-opacity-disabled {
  background-color: rgb(235 253 255 / 60%);
}
.bg-core-color-cyan-90\/core-opacity-0 {
  background-color: rgb(235 253 255 / 0%);
}
.bg-core-color-cyan-90\/core-opacity-10 {
  background-color: rgb(235 253 255 / 10%);
}
.bg-core-color-cyan-90\/core-opacity-100 {
  background-color: rgb(235 253 255 / 100%);
}
.bg-core-color-cyan-90\/core-opacity-20 {
  background-color: rgb(235 253 255 / 20%);
}
.bg-core-color-cyan-90\/core-opacity-30 {
  background-color: rgb(235 253 255 / 30%);
}
.bg-core-color-cyan-90\/core-opacity-40 {
  background-color: rgb(235 253 255 / 40%);
}
.bg-core-color-cyan-90\/core-opacity-50 {
  background-color: rgb(235 253 255 / 50%);
}
.bg-core-color-cyan-90\/core-opacity-60 {
  background-color: rgb(235 253 255 / 60%);
}
.bg-core-color-cyan-90\/core-opacity-70 {
  background-color: rgb(235 253 255 / 70%);
}
.bg-core-color-cyan-90\/core-opacity-80 {
  background-color: rgb(235 253 255 / 80%);
}
.bg-core-color-cyan-90\/core-opacity-90 {
  background-color: rgb(235 253 255 / 90%);
}
.bg-core-color-green-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 77 48 / var(--tw-bg-opacity));
}
.bg-core-color-green-0\/0 {
  background-color: rgb(5 77 48 / 0);
}
.bg-core-color-green-0\/10 {
  background-color: rgb(5 77 48 / 0.1);
}
.bg-core-color-green-0\/100 {
  background-color: rgb(5 77 48 / 1);
}
.bg-core-color-green-0\/20 {
  background-color: rgb(5 77 48 / 0.2);
}
.bg-core-color-green-0\/25 {
  background-color: rgb(5 77 48 / 0.25);
}
.bg-core-color-green-0\/30 {
  background-color: rgb(5 77 48 / 0.3);
}
.bg-core-color-green-0\/40 {
  background-color: rgb(5 77 48 / 0.4);
}
.bg-core-color-green-0\/5 {
  background-color: rgb(5 77 48 / 0.05);
}
.bg-core-color-green-0\/50 {
  background-color: rgb(5 77 48 / 0.5);
}
.bg-core-color-green-0\/60 {
  background-color: rgb(5 77 48 / 0.6);
}
.bg-core-color-green-0\/70 {
  background-color: rgb(5 77 48 / 0.7);
}
.bg-core-color-green-0\/75 {
  background-color: rgb(5 77 48 / 0.75);
}
.bg-core-color-green-0\/80 {
  background-color: rgb(5 77 48 / 0.8);
}
.bg-core-color-green-0\/90 {
  background-color: rgb(5 77 48 / 0.9);
}
.bg-core-color-green-0\/95 {
  background-color: rgb(5 77 48 / 0.95);
}
.bg-core-color-green-0\/base-opacity-disabled {
  background-color: rgb(5 77 48 / 60%);
}
.bg-core-color-green-0\/core-opacity-0 {
  background-color: rgb(5 77 48 / 0%);
}
.bg-core-color-green-0\/core-opacity-10 {
  background-color: rgb(5 77 48 / 10%);
}
.bg-core-color-green-0\/core-opacity-100 {
  background-color: rgb(5 77 48 / 100%);
}
.bg-core-color-green-0\/core-opacity-20 {
  background-color: rgb(5 77 48 / 20%);
}
.bg-core-color-green-0\/core-opacity-30 {
  background-color: rgb(5 77 48 / 30%);
}
.bg-core-color-green-0\/core-opacity-40 {
  background-color: rgb(5 77 48 / 40%);
}
.bg-core-color-green-0\/core-opacity-50 {
  background-color: rgb(5 77 48 / 50%);
}
.bg-core-color-green-0\/core-opacity-60 {
  background-color: rgb(5 77 48 / 60%);
}
.bg-core-color-green-0\/core-opacity-70 {
  background-color: rgb(5 77 48 / 70%);
}
.bg-core-color-green-0\/core-opacity-80 {
  background-color: rgb(5 77 48 / 80%);
}
.bg-core-color-green-0\/core-opacity-90 {
  background-color: rgb(5 77 48 / 90%);
}
.bg-core-color-green-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 97 59 / var(--tw-bg-opacity));
}
.bg-core-color-green-10\/0 {
  background-color: rgb(5 97 59 / 0);
}
.bg-core-color-green-10\/10 {
  background-color: rgb(5 97 59 / 0.1);
}
.bg-core-color-green-10\/100 {
  background-color: rgb(5 97 59 / 1);
}
.bg-core-color-green-10\/20 {
  background-color: rgb(5 97 59 / 0.2);
}
.bg-core-color-green-10\/25 {
  background-color: rgb(5 97 59 / 0.25);
}
.bg-core-color-green-10\/30 {
  background-color: rgb(5 97 59 / 0.3);
}
.bg-core-color-green-10\/40 {
  background-color: rgb(5 97 59 / 0.4);
}
.bg-core-color-green-10\/5 {
  background-color: rgb(5 97 59 / 0.05);
}
.bg-core-color-green-10\/50 {
  background-color: rgb(5 97 59 / 0.5);
}
.bg-core-color-green-10\/60 {
  background-color: rgb(5 97 59 / 0.6);
}
.bg-core-color-green-10\/70 {
  background-color: rgb(5 97 59 / 0.7);
}
.bg-core-color-green-10\/75 {
  background-color: rgb(5 97 59 / 0.75);
}
.bg-core-color-green-10\/80 {
  background-color: rgb(5 97 59 / 0.8);
}
.bg-core-color-green-10\/90 {
  background-color: rgb(5 97 59 / 0.9);
}
.bg-core-color-green-10\/95 {
  background-color: rgb(5 97 59 / 0.95);
}
.bg-core-color-green-10\/base-opacity-disabled {
  background-color: rgb(5 97 59 / 60%);
}
.bg-core-color-green-10\/core-opacity-0 {
  background-color: rgb(5 97 59 / 0%);
}
.bg-core-color-green-10\/core-opacity-10 {
  background-color: rgb(5 97 59 / 10%);
}
.bg-core-color-green-10\/core-opacity-100 {
  background-color: rgb(5 97 59 / 100%);
}
.bg-core-color-green-10\/core-opacity-20 {
  background-color: rgb(5 97 59 / 20%);
}
.bg-core-color-green-10\/core-opacity-30 {
  background-color: rgb(5 97 59 / 30%);
}
.bg-core-color-green-10\/core-opacity-40 {
  background-color: rgb(5 97 59 / 40%);
}
.bg-core-color-green-10\/core-opacity-50 {
  background-color: rgb(5 97 59 / 50%);
}
.bg-core-color-green-10\/core-opacity-60 {
  background-color: rgb(5 97 59 / 60%);
}
.bg-core-color-green-10\/core-opacity-70 {
  background-color: rgb(5 97 59 / 70%);
}
.bg-core-color-green-10\/core-opacity-80 {
  background-color: rgb(5 97 59 / 80%);
}
.bg-core-color-green-10\/core-opacity-90 {
  background-color: rgb(5 97 59 / 90%);
}
.bg-core-color-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 249 / var(--tw-bg-opacity));
}
.bg-core-color-green-100\/0 {
  background-color: rgb(246 254 249 / 0);
}
.bg-core-color-green-100\/10 {
  background-color: rgb(246 254 249 / 0.1);
}
.bg-core-color-green-100\/100 {
  background-color: rgb(246 254 249 / 1);
}
.bg-core-color-green-100\/20 {
  background-color: rgb(246 254 249 / 0.2);
}
.bg-core-color-green-100\/25 {
  background-color: rgb(246 254 249 / 0.25);
}
.bg-core-color-green-100\/30 {
  background-color: rgb(246 254 249 / 0.3);
}
.bg-core-color-green-100\/40 {
  background-color: rgb(246 254 249 / 0.4);
}
.bg-core-color-green-100\/5 {
  background-color: rgb(246 254 249 / 0.05);
}
.bg-core-color-green-100\/50 {
  background-color: rgb(246 254 249 / 0.5);
}
.bg-core-color-green-100\/60 {
  background-color: rgb(246 254 249 / 0.6);
}
.bg-core-color-green-100\/70 {
  background-color: rgb(246 254 249 / 0.7);
}
.bg-core-color-green-100\/75 {
  background-color: rgb(246 254 249 / 0.75);
}
.bg-core-color-green-100\/80 {
  background-color: rgb(246 254 249 / 0.8);
}
.bg-core-color-green-100\/90 {
  background-color: rgb(246 254 249 / 0.9);
}
.bg-core-color-green-100\/95 {
  background-color: rgb(246 254 249 / 0.95);
}
.bg-core-color-green-100\/base-opacity-disabled {
  background-color: rgb(246 254 249 / 60%);
}
.bg-core-color-green-100\/core-opacity-0 {
  background-color: rgb(246 254 249 / 0%);
}
.bg-core-color-green-100\/core-opacity-10 {
  background-color: rgb(246 254 249 / 10%);
}
.bg-core-color-green-100\/core-opacity-100 {
  background-color: rgb(246 254 249 / 100%);
}
.bg-core-color-green-100\/core-opacity-20 {
  background-color: rgb(246 254 249 / 20%);
}
.bg-core-color-green-100\/core-opacity-30 {
  background-color: rgb(246 254 249 / 30%);
}
.bg-core-color-green-100\/core-opacity-40 {
  background-color: rgb(246 254 249 / 40%);
}
.bg-core-color-green-100\/core-opacity-50 {
  background-color: rgb(246 254 249 / 50%);
}
.bg-core-color-green-100\/core-opacity-60 {
  background-color: rgb(246 254 249 / 60%);
}
.bg-core-color-green-100\/core-opacity-70 {
  background-color: rgb(246 254 249 / 70%);
}
.bg-core-color-green-100\/core-opacity-80 {
  background-color: rgb(246 254 249 / 80%);
}
.bg-core-color-green-100\/core-opacity-90 {
  background-color: rgb(246 254 249 / 90%);
}
.bg-core-color-green-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 121 71 / var(--tw-bg-opacity));
}
.bg-core-color-green-20\/0 {
  background-color: rgb(2 121 71 / 0);
}
.bg-core-color-green-20\/10 {
  background-color: rgb(2 121 71 / 0.1);
}
.bg-core-color-green-20\/100 {
  background-color: rgb(2 121 71 / 1);
}
.bg-core-color-green-20\/20 {
  background-color: rgb(2 121 71 / 0.2);
}
.bg-core-color-green-20\/25 {
  background-color: rgb(2 121 71 / 0.25);
}
.bg-core-color-green-20\/30 {
  background-color: rgb(2 121 71 / 0.3);
}
.bg-core-color-green-20\/40 {
  background-color: rgb(2 121 71 / 0.4);
}
.bg-core-color-green-20\/5 {
  background-color: rgb(2 121 71 / 0.05);
}
.bg-core-color-green-20\/50 {
  background-color: rgb(2 121 71 / 0.5);
}
.bg-core-color-green-20\/60 {
  background-color: rgb(2 121 71 / 0.6);
}
.bg-core-color-green-20\/70 {
  background-color: rgb(2 121 71 / 0.7);
}
.bg-core-color-green-20\/75 {
  background-color: rgb(2 121 71 / 0.75);
}
.bg-core-color-green-20\/80 {
  background-color: rgb(2 121 71 / 0.8);
}
.bg-core-color-green-20\/90 {
  background-color: rgb(2 121 71 / 0.9);
}
.bg-core-color-green-20\/95 {
  background-color: rgb(2 121 71 / 0.95);
}
.bg-core-color-green-20\/base-opacity-disabled {
  background-color: rgb(2 121 71 / 60%);
}
.bg-core-color-green-20\/core-opacity-0 {
  background-color: rgb(2 121 71 / 0%);
}
.bg-core-color-green-20\/core-opacity-10 {
  background-color: rgb(2 121 71 / 10%);
}
.bg-core-color-green-20\/core-opacity-100 {
  background-color: rgb(2 121 71 / 100%);
}
.bg-core-color-green-20\/core-opacity-20 {
  background-color: rgb(2 121 71 / 20%);
}
.bg-core-color-green-20\/core-opacity-30 {
  background-color: rgb(2 121 71 / 30%);
}
.bg-core-color-green-20\/core-opacity-40 {
  background-color: rgb(2 121 71 / 40%);
}
.bg-core-color-green-20\/core-opacity-50 {
  background-color: rgb(2 121 71 / 50%);
}
.bg-core-color-green-20\/core-opacity-60 {
  background-color: rgb(2 121 71 / 60%);
}
.bg-core-color-green-20\/core-opacity-70 {
  background-color: rgb(2 121 71 / 70%);
}
.bg-core-color-green-20\/core-opacity-80 {
  background-color: rgb(2 121 71 / 80%);
}
.bg-core-color-green-20\/core-opacity-90 {
  background-color: rgb(2 121 71 / 90%);
}
.bg-core-color-green-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 150 84 / var(--tw-bg-opacity));
}
.bg-core-color-green-30\/0 {
  background-color: rgb(3 150 84 / 0);
}
.bg-core-color-green-30\/10 {
  background-color: rgb(3 150 84 / 0.1);
}
.bg-core-color-green-30\/100 {
  background-color: rgb(3 150 84 / 1);
}
.bg-core-color-green-30\/20 {
  background-color: rgb(3 150 84 / 0.2);
}
.bg-core-color-green-30\/25 {
  background-color: rgb(3 150 84 / 0.25);
}
.bg-core-color-green-30\/30 {
  background-color: rgb(3 150 84 / 0.3);
}
.bg-core-color-green-30\/40 {
  background-color: rgb(3 150 84 / 0.4);
}
.bg-core-color-green-30\/5 {
  background-color: rgb(3 150 84 / 0.05);
}
.bg-core-color-green-30\/50 {
  background-color: rgb(3 150 84 / 0.5);
}
.bg-core-color-green-30\/60 {
  background-color: rgb(3 150 84 / 0.6);
}
.bg-core-color-green-30\/70 {
  background-color: rgb(3 150 84 / 0.7);
}
.bg-core-color-green-30\/75 {
  background-color: rgb(3 150 84 / 0.75);
}
.bg-core-color-green-30\/80 {
  background-color: rgb(3 150 84 / 0.8);
}
.bg-core-color-green-30\/90 {
  background-color: rgb(3 150 84 / 0.9);
}
.bg-core-color-green-30\/95 {
  background-color: rgb(3 150 84 / 0.95);
}
.bg-core-color-green-30\/base-opacity-disabled {
  background-color: rgb(3 150 84 / 60%);
}
.bg-core-color-green-30\/core-opacity-0 {
  background-color: rgb(3 150 84 / 0%);
}
.bg-core-color-green-30\/core-opacity-10 {
  background-color: rgb(3 150 84 / 10%);
}
.bg-core-color-green-30\/core-opacity-100 {
  background-color: rgb(3 150 84 / 100%);
}
.bg-core-color-green-30\/core-opacity-20 {
  background-color: rgb(3 150 84 / 20%);
}
.bg-core-color-green-30\/core-opacity-30 {
  background-color: rgb(3 150 84 / 30%);
}
.bg-core-color-green-30\/core-opacity-40 {
  background-color: rgb(3 150 84 / 40%);
}
.bg-core-color-green-30\/core-opacity-50 {
  background-color: rgb(3 150 84 / 50%);
}
.bg-core-color-green-30\/core-opacity-60 {
  background-color: rgb(3 150 84 / 60%);
}
.bg-core-color-green-30\/core-opacity-70 {
  background-color: rgb(3 150 84 / 70%);
}
.bg-core-color-green-30\/core-opacity-80 {
  background-color: rgb(3 150 84 / 80%);
}
.bg-core-color-green-30\/core-opacity-90 {
  background-color: rgb(3 150 84 / 90%);
}
.bg-core-color-green-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 181 105 / var(--tw-bg-opacity));
}
.bg-core-color-green-40\/0 {
  background-color: rgb(18 181 105 / 0);
}
.bg-core-color-green-40\/10 {
  background-color: rgb(18 181 105 / 0.1);
}
.bg-core-color-green-40\/100 {
  background-color: rgb(18 181 105 / 1);
}
.bg-core-color-green-40\/20 {
  background-color: rgb(18 181 105 / 0.2);
}
.bg-core-color-green-40\/25 {
  background-color: rgb(18 181 105 / 0.25);
}
.bg-core-color-green-40\/30 {
  background-color: rgb(18 181 105 / 0.3);
}
.bg-core-color-green-40\/40 {
  background-color: rgb(18 181 105 / 0.4);
}
.bg-core-color-green-40\/5 {
  background-color: rgb(18 181 105 / 0.05);
}
.bg-core-color-green-40\/50 {
  background-color: rgb(18 181 105 / 0.5);
}
.bg-core-color-green-40\/60 {
  background-color: rgb(18 181 105 / 0.6);
}
.bg-core-color-green-40\/70 {
  background-color: rgb(18 181 105 / 0.7);
}
.bg-core-color-green-40\/75 {
  background-color: rgb(18 181 105 / 0.75);
}
.bg-core-color-green-40\/80 {
  background-color: rgb(18 181 105 / 0.8);
}
.bg-core-color-green-40\/90 {
  background-color: rgb(18 181 105 / 0.9);
}
.bg-core-color-green-40\/95 {
  background-color: rgb(18 181 105 / 0.95);
}
.bg-core-color-green-40\/base-opacity-disabled {
  background-color: rgb(18 181 105 / 60%);
}
.bg-core-color-green-40\/core-opacity-0 {
  background-color: rgb(18 181 105 / 0%);
}
.bg-core-color-green-40\/core-opacity-10 {
  background-color: rgb(18 181 105 / 10%);
}
.bg-core-color-green-40\/core-opacity-100 {
  background-color: rgb(18 181 105 / 100%);
}
.bg-core-color-green-40\/core-opacity-20 {
  background-color: rgb(18 181 105 / 20%);
}
.bg-core-color-green-40\/core-opacity-30 {
  background-color: rgb(18 181 105 / 30%);
}
.bg-core-color-green-40\/core-opacity-40 {
  background-color: rgb(18 181 105 / 40%);
}
.bg-core-color-green-40\/core-opacity-50 {
  background-color: rgb(18 181 105 / 50%);
}
.bg-core-color-green-40\/core-opacity-60 {
  background-color: rgb(18 181 105 / 60%);
}
.bg-core-color-green-40\/core-opacity-70 {
  background-color: rgb(18 181 105 / 70%);
}
.bg-core-color-green-40\/core-opacity-80 {
  background-color: rgb(18 181 105 / 80%);
}
.bg-core-color-green-40\/core-opacity-90 {
  background-color: rgb(18 181 105 / 90%);
}
.bg-core-color-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 213 133 / var(--tw-bg-opacity));
}
.bg-core-color-green-50\/0 {
  background-color: rgb(52 213 133 / 0);
}
.bg-core-color-green-50\/10 {
  background-color: rgb(52 213 133 / 0.1);
}
.bg-core-color-green-50\/100 {
  background-color: rgb(52 213 133 / 1);
}
.bg-core-color-green-50\/20 {
  background-color: rgb(52 213 133 / 0.2);
}
.bg-core-color-green-50\/25 {
  background-color: rgb(52 213 133 / 0.25);
}
.bg-core-color-green-50\/30 {
  background-color: rgb(52 213 133 / 0.3);
}
.bg-core-color-green-50\/40 {
  background-color: rgb(52 213 133 / 0.4);
}
.bg-core-color-green-50\/5 {
  background-color: rgb(52 213 133 / 0.05);
}
.bg-core-color-green-50\/50 {
  background-color: rgb(52 213 133 / 0.5);
}
.bg-core-color-green-50\/60 {
  background-color: rgb(52 213 133 / 0.6);
}
.bg-core-color-green-50\/70 {
  background-color: rgb(52 213 133 / 0.7);
}
.bg-core-color-green-50\/75 {
  background-color: rgb(52 213 133 / 0.75);
}
.bg-core-color-green-50\/80 {
  background-color: rgb(52 213 133 / 0.8);
}
.bg-core-color-green-50\/90 {
  background-color: rgb(52 213 133 / 0.9);
}
.bg-core-color-green-50\/95 {
  background-color: rgb(52 213 133 / 0.95);
}
.bg-core-color-green-50\/base-opacity-disabled {
  background-color: rgb(52 213 133 / 60%);
}
.bg-core-color-green-50\/core-opacity-0 {
  background-color: rgb(52 213 133 / 0%);
}
.bg-core-color-green-50\/core-opacity-10 {
  background-color: rgb(52 213 133 / 10%);
}
.bg-core-color-green-50\/core-opacity-100 {
  background-color: rgb(52 213 133 / 100%);
}
.bg-core-color-green-50\/core-opacity-20 {
  background-color: rgb(52 213 133 / 20%);
}
.bg-core-color-green-50\/core-opacity-30 {
  background-color: rgb(52 213 133 / 30%);
}
.bg-core-color-green-50\/core-opacity-40 {
  background-color: rgb(52 213 133 / 40%);
}
.bg-core-color-green-50\/core-opacity-50 {
  background-color: rgb(52 213 133 / 50%);
}
.bg-core-color-green-50\/core-opacity-60 {
  background-color: rgb(52 213 133 / 60%);
}
.bg-core-color-green-50\/core-opacity-70 {
  background-color: rgb(52 213 133 / 70%);
}
.bg-core-color-green-50\/core-opacity-80 {
  background-color: rgb(52 213 133 / 80%);
}
.bg-core-color-green-50\/core-opacity-90 {
  background-color: rgb(52 213 133 / 90%);
}
.bg-core-color-green-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 233 167 / var(--tw-bg-opacity));
}
.bg-core-color-green-60\/0 {
  background-color: rgb(109 233 167 / 0);
}
.bg-core-color-green-60\/10 {
  background-color: rgb(109 233 167 / 0.1);
}
.bg-core-color-green-60\/100 {
  background-color: rgb(109 233 167 / 1);
}
.bg-core-color-green-60\/20 {
  background-color: rgb(109 233 167 / 0.2);
}
.bg-core-color-green-60\/25 {
  background-color: rgb(109 233 167 / 0.25);
}
.bg-core-color-green-60\/30 {
  background-color: rgb(109 233 167 / 0.3);
}
.bg-core-color-green-60\/40 {
  background-color: rgb(109 233 167 / 0.4);
}
.bg-core-color-green-60\/5 {
  background-color: rgb(109 233 167 / 0.05);
}
.bg-core-color-green-60\/50 {
  background-color: rgb(109 233 167 / 0.5);
}
.bg-core-color-green-60\/60 {
  background-color: rgb(109 233 167 / 0.6);
}
.bg-core-color-green-60\/70 {
  background-color: rgb(109 233 167 / 0.7);
}
.bg-core-color-green-60\/75 {
  background-color: rgb(109 233 167 / 0.75);
}
.bg-core-color-green-60\/80 {
  background-color: rgb(109 233 167 / 0.8);
}
.bg-core-color-green-60\/90 {
  background-color: rgb(109 233 167 / 0.9);
}
.bg-core-color-green-60\/95 {
  background-color: rgb(109 233 167 / 0.95);
}
.bg-core-color-green-60\/base-opacity-disabled {
  background-color: rgb(109 233 167 / 60%);
}
.bg-core-color-green-60\/core-opacity-0 {
  background-color: rgb(109 233 167 / 0%);
}
.bg-core-color-green-60\/core-opacity-10 {
  background-color: rgb(109 233 167 / 10%);
}
.bg-core-color-green-60\/core-opacity-100 {
  background-color: rgb(109 233 167 / 100%);
}
.bg-core-color-green-60\/core-opacity-20 {
  background-color: rgb(109 233 167 / 20%);
}
.bg-core-color-green-60\/core-opacity-30 {
  background-color: rgb(109 233 167 / 30%);
}
.bg-core-color-green-60\/core-opacity-40 {
  background-color: rgb(109 233 167 / 40%);
}
.bg-core-color-green-60\/core-opacity-50 {
  background-color: rgb(109 233 167 / 50%);
}
.bg-core-color-green-60\/core-opacity-60 {
  background-color: rgb(109 233 167 / 60%);
}
.bg-core-color-green-60\/core-opacity-70 {
  background-color: rgb(109 233 167 / 70%);
}
.bg-core-color-green-60\/core-opacity-80 {
  background-color: rgb(109 233 167 / 80%);
}
.bg-core-color-green-60\/core-opacity-90 {
  background-color: rgb(109 233 167 / 90%);
}
.bg-core-color-green-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 244 196 / var(--tw-bg-opacity));
}
.bg-core-color-green-70\/0 {
  background-color: rgb(164 244 196 / 0);
}
.bg-core-color-green-70\/10 {
  background-color: rgb(164 244 196 / 0.1);
}
.bg-core-color-green-70\/100 {
  background-color: rgb(164 244 196 / 1);
}
.bg-core-color-green-70\/20 {
  background-color: rgb(164 244 196 / 0.2);
}
.bg-core-color-green-70\/25 {
  background-color: rgb(164 244 196 / 0.25);
}
.bg-core-color-green-70\/30 {
  background-color: rgb(164 244 196 / 0.3);
}
.bg-core-color-green-70\/40 {
  background-color: rgb(164 244 196 / 0.4);
}
.bg-core-color-green-70\/5 {
  background-color: rgb(164 244 196 / 0.05);
}
.bg-core-color-green-70\/50 {
  background-color: rgb(164 244 196 / 0.5);
}
.bg-core-color-green-70\/60 {
  background-color: rgb(164 244 196 / 0.6);
}
.bg-core-color-green-70\/70 {
  background-color: rgb(164 244 196 / 0.7);
}
.bg-core-color-green-70\/75 {
  background-color: rgb(164 244 196 / 0.75);
}
.bg-core-color-green-70\/80 {
  background-color: rgb(164 244 196 / 0.8);
}
.bg-core-color-green-70\/90 {
  background-color: rgb(164 244 196 / 0.9);
}
.bg-core-color-green-70\/95 {
  background-color: rgb(164 244 196 / 0.95);
}
.bg-core-color-green-70\/base-opacity-disabled {
  background-color: rgb(164 244 196 / 60%);
}
.bg-core-color-green-70\/core-opacity-0 {
  background-color: rgb(164 244 196 / 0%);
}
.bg-core-color-green-70\/core-opacity-10 {
  background-color: rgb(164 244 196 / 10%);
}
.bg-core-color-green-70\/core-opacity-100 {
  background-color: rgb(164 244 196 / 100%);
}
.bg-core-color-green-70\/core-opacity-20 {
  background-color: rgb(164 244 196 / 20%);
}
.bg-core-color-green-70\/core-opacity-30 {
  background-color: rgb(164 244 196 / 30%);
}
.bg-core-color-green-70\/core-opacity-40 {
  background-color: rgb(164 244 196 / 40%);
}
.bg-core-color-green-70\/core-opacity-50 {
  background-color: rgb(164 244 196 / 50%);
}
.bg-core-color-green-70\/core-opacity-60 {
  background-color: rgb(164 244 196 / 60%);
}
.bg-core-color-green-70\/core-opacity-70 {
  background-color: rgb(164 244 196 / 70%);
}
.bg-core-color-green-70\/core-opacity-80 {
  background-color: rgb(164 244 196 / 80%);
}
.bg-core-color-green-70\/core-opacity-90 {
  background-color: rgb(164 244 196 / 90%);
}
.bg-core-color-green-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 223 / var(--tw-bg-opacity));
}
.bg-core-color-green-80\/0 {
  background-color: rgb(209 250 223 / 0);
}
.bg-core-color-green-80\/10 {
  background-color: rgb(209 250 223 / 0.1);
}
.bg-core-color-green-80\/100 {
  background-color: rgb(209 250 223 / 1);
}
.bg-core-color-green-80\/20 {
  background-color: rgb(209 250 223 / 0.2);
}
.bg-core-color-green-80\/25 {
  background-color: rgb(209 250 223 / 0.25);
}
.bg-core-color-green-80\/30 {
  background-color: rgb(209 250 223 / 0.3);
}
.bg-core-color-green-80\/40 {
  background-color: rgb(209 250 223 / 0.4);
}
.bg-core-color-green-80\/5 {
  background-color: rgb(209 250 223 / 0.05);
}
.bg-core-color-green-80\/50 {
  background-color: rgb(209 250 223 / 0.5);
}
.bg-core-color-green-80\/60 {
  background-color: rgb(209 250 223 / 0.6);
}
.bg-core-color-green-80\/70 {
  background-color: rgb(209 250 223 / 0.7);
}
.bg-core-color-green-80\/75 {
  background-color: rgb(209 250 223 / 0.75);
}
.bg-core-color-green-80\/80 {
  background-color: rgb(209 250 223 / 0.8);
}
.bg-core-color-green-80\/90 {
  background-color: rgb(209 250 223 / 0.9);
}
.bg-core-color-green-80\/95 {
  background-color: rgb(209 250 223 / 0.95);
}
.bg-core-color-green-80\/base-opacity-disabled {
  background-color: rgb(209 250 223 / 60%);
}
.bg-core-color-green-80\/core-opacity-0 {
  background-color: rgb(209 250 223 / 0%);
}
.bg-core-color-green-80\/core-opacity-10 {
  background-color: rgb(209 250 223 / 10%);
}
.bg-core-color-green-80\/core-opacity-100 {
  background-color: rgb(209 250 223 / 100%);
}
.bg-core-color-green-80\/core-opacity-20 {
  background-color: rgb(209 250 223 / 20%);
}
.bg-core-color-green-80\/core-opacity-30 {
  background-color: rgb(209 250 223 / 30%);
}
.bg-core-color-green-80\/core-opacity-40 {
  background-color: rgb(209 250 223 / 40%);
}
.bg-core-color-green-80\/core-opacity-50 {
  background-color: rgb(209 250 223 / 50%);
}
.bg-core-color-green-80\/core-opacity-60 {
  background-color: rgb(209 250 223 / 60%);
}
.bg-core-color-green-80\/core-opacity-70 {
  background-color: rgb(209 250 223 / 70%);
}
.bg-core-color-green-80\/core-opacity-80 {
  background-color: rgb(209 250 223 / 80%);
}
.bg-core-color-green-80\/core-opacity-90 {
  background-color: rgb(209 250 223 / 90%);
}
.bg-core-color-green-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 253 243 / var(--tw-bg-opacity));
}
.bg-core-color-green-90\/0 {
  background-color: rgb(237 253 243 / 0);
}
.bg-core-color-green-90\/10 {
  background-color: rgb(237 253 243 / 0.1);
}
.bg-core-color-green-90\/100 {
  background-color: rgb(237 253 243 / 1);
}
.bg-core-color-green-90\/20 {
  background-color: rgb(237 253 243 / 0.2);
}
.bg-core-color-green-90\/25 {
  background-color: rgb(237 253 243 / 0.25);
}
.bg-core-color-green-90\/30 {
  background-color: rgb(237 253 243 / 0.3);
}
.bg-core-color-green-90\/40 {
  background-color: rgb(237 253 243 / 0.4);
}
.bg-core-color-green-90\/5 {
  background-color: rgb(237 253 243 / 0.05);
}
.bg-core-color-green-90\/50 {
  background-color: rgb(237 253 243 / 0.5);
}
.bg-core-color-green-90\/60 {
  background-color: rgb(237 253 243 / 0.6);
}
.bg-core-color-green-90\/70 {
  background-color: rgb(237 253 243 / 0.7);
}
.bg-core-color-green-90\/75 {
  background-color: rgb(237 253 243 / 0.75);
}
.bg-core-color-green-90\/80 {
  background-color: rgb(237 253 243 / 0.8);
}
.bg-core-color-green-90\/90 {
  background-color: rgb(237 253 243 / 0.9);
}
.bg-core-color-green-90\/95 {
  background-color: rgb(237 253 243 / 0.95);
}
.bg-core-color-green-90\/base-opacity-disabled {
  background-color: rgb(237 253 243 / 60%);
}
.bg-core-color-green-90\/core-opacity-0 {
  background-color: rgb(237 253 243 / 0%);
}
.bg-core-color-green-90\/core-opacity-10 {
  background-color: rgb(237 253 243 / 10%);
}
.bg-core-color-green-90\/core-opacity-100 {
  background-color: rgb(237 253 243 / 100%);
}
.bg-core-color-green-90\/core-opacity-20 {
  background-color: rgb(237 253 243 / 20%);
}
.bg-core-color-green-90\/core-opacity-30 {
  background-color: rgb(237 253 243 / 30%);
}
.bg-core-color-green-90\/core-opacity-40 {
  background-color: rgb(237 253 243 / 40%);
}
.bg-core-color-green-90\/core-opacity-50 {
  background-color: rgb(237 253 243 / 50%);
}
.bg-core-color-green-90\/core-opacity-60 {
  background-color: rgb(237 253 243 / 60%);
}
.bg-core-color-green-90\/core-opacity-70 {
  background-color: rgb(237 253 243 / 70%);
}
.bg-core-color-green-90\/core-opacity-80 {
  background-color: rgb(237 253 243 / 80%);
}
.bg-core-color-green-90\/core-opacity-90 {
  background-color: rgb(237 253 243 / 90%);
}
.bg-core-color-neutral-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-0\/0 {
  background-color: rgb(16 24 40 / 0);
}
.bg-core-color-neutral-0\/10 {
  background-color: rgb(16 24 40 / 0.1);
}
.bg-core-color-neutral-0\/100 {
  background-color: rgb(16 24 40 / 1);
}
.bg-core-color-neutral-0\/20 {
  background-color: rgb(16 24 40 / 0.2);
}
.bg-core-color-neutral-0\/25 {
  background-color: rgb(16 24 40 / 0.25);
}
.bg-core-color-neutral-0\/30 {
  background-color: rgb(16 24 40 / 0.3);
}
.bg-core-color-neutral-0\/40 {
  background-color: rgb(16 24 40 / 0.4);
}
.bg-core-color-neutral-0\/5 {
  background-color: rgb(16 24 40 / 0.05);
}
.bg-core-color-neutral-0\/50 {
  background-color: rgb(16 24 40 / 0.5);
}
.bg-core-color-neutral-0\/60 {
  background-color: rgb(16 24 40 / 0.6);
}
.bg-core-color-neutral-0\/70 {
  background-color: rgb(16 24 40 / 0.7);
}
.bg-core-color-neutral-0\/75 {
  background-color: rgb(16 24 40 / 0.75);
}
.bg-core-color-neutral-0\/80 {
  background-color: rgb(16 24 40 / 0.8);
}
.bg-core-color-neutral-0\/90 {
  background-color: rgb(16 24 40 / 0.9);
}
.bg-core-color-neutral-0\/95 {
  background-color: rgb(16 24 40 / 0.95);
}
.bg-core-color-neutral-0\/base-opacity-disabled {
  background-color: rgb(16 24 40 / 60%);
}
.bg-core-color-neutral-0\/core-opacity-0 {
  background-color: rgb(16 24 40 / 0%);
}
.bg-core-color-neutral-0\/core-opacity-10 {
  background-color: rgb(16 24 40 / 10%);
}
.bg-core-color-neutral-0\/core-opacity-100 {
  background-color: rgb(16 24 40 / 100%);
}
.bg-core-color-neutral-0\/core-opacity-20 {
  background-color: rgb(16 24 40 / 20%);
}
.bg-core-color-neutral-0\/core-opacity-30 {
  background-color: rgb(16 24 40 / 30%);
}
.bg-core-color-neutral-0\/core-opacity-40 {
  background-color: rgb(16 24 40 / 40%);
}
.bg-core-color-neutral-0\/core-opacity-50 {
  background-color: rgb(16 24 40 / 50%);
}
.bg-core-color-neutral-0\/core-opacity-60 {
  background-color: rgb(16 24 40 / 60%);
}
.bg-core-color-neutral-0\/core-opacity-70 {
  background-color: rgb(16 24 40 / 70%);
}
.bg-core-color-neutral-0\/core-opacity-80 {
  background-color: rgb(16 24 40 / 80%);
}
.bg-core-color-neutral-0\/core-opacity-90 {
  background-color: rgb(16 24 40 / 90%);
}
.bg-core-color-neutral-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 58 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-10\/0 {
  background-color: rgb(29 41 58 / 0);
}
.bg-core-color-neutral-10\/10 {
  background-color: rgb(29 41 58 / 0.1);
}
.bg-core-color-neutral-10\/100 {
  background-color: rgb(29 41 58 / 1);
}
.bg-core-color-neutral-10\/20 {
  background-color: rgb(29 41 58 / 0.2);
}
.bg-core-color-neutral-10\/25 {
  background-color: rgb(29 41 58 / 0.25);
}
.bg-core-color-neutral-10\/30 {
  background-color: rgb(29 41 58 / 0.3);
}
.bg-core-color-neutral-10\/40 {
  background-color: rgb(29 41 58 / 0.4);
}
.bg-core-color-neutral-10\/5 {
  background-color: rgb(29 41 58 / 0.05);
}
.bg-core-color-neutral-10\/50 {
  background-color: rgb(29 41 58 / 0.5);
}
.bg-core-color-neutral-10\/60 {
  background-color: rgb(29 41 58 / 0.6);
}
.bg-core-color-neutral-10\/70 {
  background-color: rgb(29 41 58 / 0.7);
}
.bg-core-color-neutral-10\/75 {
  background-color: rgb(29 41 58 / 0.75);
}
.bg-core-color-neutral-10\/80 {
  background-color: rgb(29 41 58 / 0.8);
}
.bg-core-color-neutral-10\/90 {
  background-color: rgb(29 41 58 / 0.9);
}
.bg-core-color-neutral-10\/95 {
  background-color: rgb(29 41 58 / 0.95);
}
.bg-core-color-neutral-10\/base-opacity-disabled {
  background-color: rgb(29 41 58 / 60%);
}
.bg-core-color-neutral-10\/core-opacity-0 {
  background-color: rgb(29 41 58 / 0%);
}
.bg-core-color-neutral-10\/core-opacity-10 {
  background-color: rgb(29 41 58 / 10%);
}
.bg-core-color-neutral-10\/core-opacity-100 {
  background-color: rgb(29 41 58 / 100%);
}
.bg-core-color-neutral-10\/core-opacity-20 {
  background-color: rgb(29 41 58 / 20%);
}
.bg-core-color-neutral-10\/core-opacity-30 {
  background-color: rgb(29 41 58 / 30%);
}
.bg-core-color-neutral-10\/core-opacity-40 {
  background-color: rgb(29 41 58 / 40%);
}
.bg-core-color-neutral-10\/core-opacity-50 {
  background-color: rgb(29 41 58 / 50%);
}
.bg-core-color-neutral-10\/core-opacity-60 {
  background-color: rgb(29 41 58 / 60%);
}
.bg-core-color-neutral-10\/core-opacity-70 {
  background-color: rgb(29 41 58 / 70%);
}
.bg-core-color-neutral-10\/core-opacity-80 {
  background-color: rgb(29 41 58 / 80%);
}
.bg-core-color-neutral-10\/core-opacity-90 {
  background-color: rgb(29 41 58 / 90%);
}
.bg-core-color-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-100\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-core-color-neutral-100\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-core-color-neutral-100\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-core-color-neutral-100\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-core-color-neutral-100\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-core-color-neutral-100\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-core-color-neutral-100\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-core-color-neutral-100\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-core-color-neutral-100\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-core-color-neutral-100\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-core-color-neutral-100\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-core-color-neutral-100\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-core-color-neutral-100\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-core-color-neutral-100\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-core-color-neutral-100\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-core-color-neutral-100\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-core-color-neutral-100\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-core-color-neutral-100\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-core-color-neutral-100\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-core-color-neutral-100\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-core-color-neutral-100\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-core-color-neutral-100\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-core-color-neutral-100\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-core-color-neutral-100\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-core-color-neutral-100\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-core-color-neutral-100\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-core-color-neutral-100\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-core-color-neutral-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 85 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-20\/0 {
  background-color: rgb(52 64 85 / 0);
}
.bg-core-color-neutral-20\/10 {
  background-color: rgb(52 64 85 / 0.1);
}
.bg-core-color-neutral-20\/100 {
  background-color: rgb(52 64 85 / 1);
}
.bg-core-color-neutral-20\/20 {
  background-color: rgb(52 64 85 / 0.2);
}
.bg-core-color-neutral-20\/25 {
  background-color: rgb(52 64 85 / 0.25);
}
.bg-core-color-neutral-20\/30 {
  background-color: rgb(52 64 85 / 0.3);
}
.bg-core-color-neutral-20\/40 {
  background-color: rgb(52 64 85 / 0.4);
}
.bg-core-color-neutral-20\/5 {
  background-color: rgb(52 64 85 / 0.05);
}
.bg-core-color-neutral-20\/50 {
  background-color: rgb(52 64 85 / 0.5);
}
.bg-core-color-neutral-20\/60 {
  background-color: rgb(52 64 85 / 0.6);
}
.bg-core-color-neutral-20\/70 {
  background-color: rgb(52 64 85 / 0.7);
}
.bg-core-color-neutral-20\/75 {
  background-color: rgb(52 64 85 / 0.75);
}
.bg-core-color-neutral-20\/80 {
  background-color: rgb(52 64 85 / 0.8);
}
.bg-core-color-neutral-20\/90 {
  background-color: rgb(52 64 85 / 0.9);
}
.bg-core-color-neutral-20\/95 {
  background-color: rgb(52 64 85 / 0.95);
}
.bg-core-color-neutral-20\/base-opacity-disabled {
  background-color: rgb(52 64 85 / 60%);
}
.bg-core-color-neutral-20\/core-opacity-0 {
  background-color: rgb(52 64 85 / 0%);
}
.bg-core-color-neutral-20\/core-opacity-10 {
  background-color: rgb(52 64 85 / 10%);
}
.bg-core-color-neutral-20\/core-opacity-100 {
  background-color: rgb(52 64 85 / 100%);
}
.bg-core-color-neutral-20\/core-opacity-20 {
  background-color: rgb(52 64 85 / 20%);
}
.bg-core-color-neutral-20\/core-opacity-30 {
  background-color: rgb(52 64 85 / 30%);
}
.bg-core-color-neutral-20\/core-opacity-40 {
  background-color: rgb(52 64 85 / 40%);
}
.bg-core-color-neutral-20\/core-opacity-50 {
  background-color: rgb(52 64 85 / 50%);
}
.bg-core-color-neutral-20\/core-opacity-60 {
  background-color: rgb(52 64 85 / 60%);
}
.bg-core-color-neutral-20\/core-opacity-70 {
  background-color: rgb(52 64 85 / 70%);
}
.bg-core-color-neutral-20\/core-opacity-80 {
  background-color: rgb(52 64 85 / 80%);
}
.bg-core-color-neutral-20\/core-opacity-90 {
  background-color: rgb(52 64 85 / 90%);
}
.bg-core-color-neutral-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 84 102 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-30\/0 {
  background-color: rgb(71 84 102 / 0);
}
.bg-core-color-neutral-30\/10 {
  background-color: rgb(71 84 102 / 0.1);
}
.bg-core-color-neutral-30\/100 {
  background-color: rgb(71 84 102 / 1);
}
.bg-core-color-neutral-30\/20 {
  background-color: rgb(71 84 102 / 0.2);
}
.bg-core-color-neutral-30\/25 {
  background-color: rgb(71 84 102 / 0.25);
}
.bg-core-color-neutral-30\/30 {
  background-color: rgb(71 84 102 / 0.3);
}
.bg-core-color-neutral-30\/40 {
  background-color: rgb(71 84 102 / 0.4);
}
.bg-core-color-neutral-30\/5 {
  background-color: rgb(71 84 102 / 0.05);
}
.bg-core-color-neutral-30\/50 {
  background-color: rgb(71 84 102 / 0.5);
}
.bg-core-color-neutral-30\/60 {
  background-color: rgb(71 84 102 / 0.6);
}
.bg-core-color-neutral-30\/70 {
  background-color: rgb(71 84 102 / 0.7);
}
.bg-core-color-neutral-30\/75 {
  background-color: rgb(71 84 102 / 0.75);
}
.bg-core-color-neutral-30\/80 {
  background-color: rgb(71 84 102 / 0.8);
}
.bg-core-color-neutral-30\/90 {
  background-color: rgb(71 84 102 / 0.9);
}
.bg-core-color-neutral-30\/95 {
  background-color: rgb(71 84 102 / 0.95);
}
.bg-core-color-neutral-30\/base-opacity-disabled {
  background-color: rgb(71 84 102 / 60%);
}
.bg-core-color-neutral-30\/core-opacity-0 {
  background-color: rgb(71 84 102 / 0%);
}
.bg-core-color-neutral-30\/core-opacity-10 {
  background-color: rgb(71 84 102 / 10%);
}
.bg-core-color-neutral-30\/core-opacity-100 {
  background-color: rgb(71 84 102 / 100%);
}
.bg-core-color-neutral-30\/core-opacity-20 {
  background-color: rgb(71 84 102 / 20%);
}
.bg-core-color-neutral-30\/core-opacity-30 {
  background-color: rgb(71 84 102 / 30%);
}
.bg-core-color-neutral-30\/core-opacity-40 {
  background-color: rgb(71 84 102 / 40%);
}
.bg-core-color-neutral-30\/core-opacity-50 {
  background-color: rgb(71 84 102 / 50%);
}
.bg-core-color-neutral-30\/core-opacity-60 {
  background-color: rgb(71 84 102 / 60%);
}
.bg-core-color-neutral-30\/core-opacity-70 {
  background-color: rgb(71 84 102 / 70%);
}
.bg-core-color-neutral-30\/core-opacity-80 {
  background-color: rgb(71 84 102 / 80%);
}
.bg-core-color-neutral-30\/core-opacity-90 {
  background-color: rgb(71 84 102 / 90%);
}
.bg-core-color-neutral-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-40\/0 {
  background-color: rgb(102 112 133 / 0);
}
.bg-core-color-neutral-40\/10 {
  background-color: rgb(102 112 133 / 0.1);
}
.bg-core-color-neutral-40\/100 {
  background-color: rgb(102 112 133 / 1);
}
.bg-core-color-neutral-40\/20 {
  background-color: rgb(102 112 133 / 0.2);
}
.bg-core-color-neutral-40\/25 {
  background-color: rgb(102 112 133 / 0.25);
}
.bg-core-color-neutral-40\/30 {
  background-color: rgb(102 112 133 / 0.3);
}
.bg-core-color-neutral-40\/40 {
  background-color: rgb(102 112 133 / 0.4);
}
.bg-core-color-neutral-40\/5 {
  background-color: rgb(102 112 133 / 0.05);
}
.bg-core-color-neutral-40\/50 {
  background-color: rgb(102 112 133 / 0.5);
}
.bg-core-color-neutral-40\/60 {
  background-color: rgb(102 112 133 / 0.6);
}
.bg-core-color-neutral-40\/70 {
  background-color: rgb(102 112 133 / 0.7);
}
.bg-core-color-neutral-40\/75 {
  background-color: rgb(102 112 133 / 0.75);
}
.bg-core-color-neutral-40\/80 {
  background-color: rgb(102 112 133 / 0.8);
}
.bg-core-color-neutral-40\/90 {
  background-color: rgb(102 112 133 / 0.9);
}
.bg-core-color-neutral-40\/95 {
  background-color: rgb(102 112 133 / 0.95);
}
.bg-core-color-neutral-40\/base-opacity-disabled {
  background-color: rgb(102 112 133 / 60%);
}
.bg-core-color-neutral-40\/core-opacity-0 {
  background-color: rgb(102 112 133 / 0%);
}
.bg-core-color-neutral-40\/core-opacity-10 {
  background-color: rgb(102 112 133 / 10%);
}
.bg-core-color-neutral-40\/core-opacity-100 {
  background-color: rgb(102 112 133 / 100%);
}
.bg-core-color-neutral-40\/core-opacity-20 {
  background-color: rgb(102 112 133 / 20%);
}
.bg-core-color-neutral-40\/core-opacity-30 {
  background-color: rgb(102 112 133 / 30%);
}
.bg-core-color-neutral-40\/core-opacity-40 {
  background-color: rgb(102 112 133 / 40%);
}
.bg-core-color-neutral-40\/core-opacity-50 {
  background-color: rgb(102 112 133 / 50%);
}
.bg-core-color-neutral-40\/core-opacity-60 {
  background-color: rgb(102 112 133 / 60%);
}
.bg-core-color-neutral-40\/core-opacity-70 {
  background-color: rgb(102 112 133 / 70%);
}
.bg-core-color-neutral-40\/core-opacity-80 {
  background-color: rgb(102 112 133 / 80%);
}
.bg-core-color-neutral-40\/core-opacity-90 {
  background-color: rgb(102 112 133 / 90%);
}
.bg-core-color-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-50\/0 {
  background-color: rgb(152 162 179 / 0);
}
.bg-core-color-neutral-50\/10 {
  background-color: rgb(152 162 179 / 0.1);
}
.bg-core-color-neutral-50\/100 {
  background-color: rgb(152 162 179 / 1);
}
.bg-core-color-neutral-50\/20 {
  background-color: rgb(152 162 179 / 0.2);
}
.bg-core-color-neutral-50\/25 {
  background-color: rgb(152 162 179 / 0.25);
}
.bg-core-color-neutral-50\/30 {
  background-color: rgb(152 162 179 / 0.3);
}
.bg-core-color-neutral-50\/40 {
  background-color: rgb(152 162 179 / 0.4);
}
.bg-core-color-neutral-50\/5 {
  background-color: rgb(152 162 179 / 0.05);
}
.bg-core-color-neutral-50\/50 {
  background-color: rgb(152 162 179 / 0.5);
}
.bg-core-color-neutral-50\/60 {
  background-color: rgb(152 162 179 / 0.6);
}
.bg-core-color-neutral-50\/70 {
  background-color: rgb(152 162 179 / 0.7);
}
.bg-core-color-neutral-50\/75 {
  background-color: rgb(152 162 179 / 0.75);
}
.bg-core-color-neutral-50\/80 {
  background-color: rgb(152 162 179 / 0.8);
}
.bg-core-color-neutral-50\/90 {
  background-color: rgb(152 162 179 / 0.9);
}
.bg-core-color-neutral-50\/95 {
  background-color: rgb(152 162 179 / 0.95);
}
.bg-core-color-neutral-50\/base-opacity-disabled {
  background-color: rgb(152 162 179 / 60%);
}
.bg-core-color-neutral-50\/core-opacity-0 {
  background-color: rgb(152 162 179 / 0%);
}
.bg-core-color-neutral-50\/core-opacity-10 {
  background-color: rgb(152 162 179 / 10%);
}
.bg-core-color-neutral-50\/core-opacity-100 {
  background-color: rgb(152 162 179 / 100%);
}
.bg-core-color-neutral-50\/core-opacity-20 {
  background-color: rgb(152 162 179 / 20%);
}
.bg-core-color-neutral-50\/core-opacity-30 {
  background-color: rgb(152 162 179 / 30%);
}
.bg-core-color-neutral-50\/core-opacity-40 {
  background-color: rgb(152 162 179 / 40%);
}
.bg-core-color-neutral-50\/core-opacity-50 {
  background-color: rgb(152 162 179 / 50%);
}
.bg-core-color-neutral-50\/core-opacity-60 {
  background-color: rgb(152 162 179 / 60%);
}
.bg-core-color-neutral-50\/core-opacity-70 {
  background-color: rgb(152 162 179 / 70%);
}
.bg-core-color-neutral-50\/core-opacity-80 {
  background-color: rgb(152 162 179 / 80%);
}
.bg-core-color-neutral-50\/core-opacity-90 {
  background-color: rgb(152 162 179 / 90%);
}
.bg-core-color-neutral-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-60\/0 {
  background-color: rgb(208 213 221 / 0);
}
.bg-core-color-neutral-60\/10 {
  background-color: rgb(208 213 221 / 0.1);
}
.bg-core-color-neutral-60\/100 {
  background-color: rgb(208 213 221 / 1);
}
.bg-core-color-neutral-60\/20 {
  background-color: rgb(208 213 221 / 0.2);
}
.bg-core-color-neutral-60\/25 {
  background-color: rgb(208 213 221 / 0.25);
}
.bg-core-color-neutral-60\/30 {
  background-color: rgb(208 213 221 / 0.3);
}
.bg-core-color-neutral-60\/40 {
  background-color: rgb(208 213 221 / 0.4);
}
.bg-core-color-neutral-60\/5 {
  background-color: rgb(208 213 221 / 0.05);
}
.bg-core-color-neutral-60\/50 {
  background-color: rgb(208 213 221 / 0.5);
}
.bg-core-color-neutral-60\/60 {
  background-color: rgb(208 213 221 / 0.6);
}
.bg-core-color-neutral-60\/70 {
  background-color: rgb(208 213 221 / 0.7);
}
.bg-core-color-neutral-60\/75 {
  background-color: rgb(208 213 221 / 0.75);
}
.bg-core-color-neutral-60\/80 {
  background-color: rgb(208 213 221 / 0.8);
}
.bg-core-color-neutral-60\/90 {
  background-color: rgb(208 213 221 / 0.9);
}
.bg-core-color-neutral-60\/95 {
  background-color: rgb(208 213 221 / 0.95);
}
.bg-core-color-neutral-60\/base-opacity-disabled {
  background-color: rgb(208 213 221 / 60%);
}
.bg-core-color-neutral-60\/core-opacity-0 {
  background-color: rgb(208 213 221 / 0%);
}
.bg-core-color-neutral-60\/core-opacity-10 {
  background-color: rgb(208 213 221 / 10%);
}
.bg-core-color-neutral-60\/core-opacity-100 {
  background-color: rgb(208 213 221 / 100%);
}
.bg-core-color-neutral-60\/core-opacity-20 {
  background-color: rgb(208 213 221 / 20%);
}
.bg-core-color-neutral-60\/core-opacity-30 {
  background-color: rgb(208 213 221 / 30%);
}
.bg-core-color-neutral-60\/core-opacity-40 {
  background-color: rgb(208 213 221 / 40%);
}
.bg-core-color-neutral-60\/core-opacity-50 {
  background-color: rgb(208 213 221 / 50%);
}
.bg-core-color-neutral-60\/core-opacity-60 {
  background-color: rgb(208 213 221 / 60%);
}
.bg-core-color-neutral-60\/core-opacity-70 {
  background-color: rgb(208 213 221 / 70%);
}
.bg-core-color-neutral-60\/core-opacity-80 {
  background-color: rgb(208 213 221 / 80%);
}
.bg-core-color-neutral-60\/core-opacity-90 {
  background-color: rgb(208 213 221 / 90%);
}
.bg-core-color-neutral-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-70\/0 {
  background-color: rgb(234 236 240 / 0);
}
.bg-core-color-neutral-70\/10 {
  background-color: rgb(234 236 240 / 0.1);
}
.bg-core-color-neutral-70\/100 {
  background-color: rgb(234 236 240 / 1);
}
.bg-core-color-neutral-70\/20 {
  background-color: rgb(234 236 240 / 0.2);
}
.bg-core-color-neutral-70\/25 {
  background-color: rgb(234 236 240 / 0.25);
}
.bg-core-color-neutral-70\/30 {
  background-color: rgb(234 236 240 / 0.3);
}
.bg-core-color-neutral-70\/40 {
  background-color: rgb(234 236 240 / 0.4);
}
.bg-core-color-neutral-70\/5 {
  background-color: rgb(234 236 240 / 0.05);
}
.bg-core-color-neutral-70\/50 {
  background-color: rgb(234 236 240 / 0.5);
}
.bg-core-color-neutral-70\/60 {
  background-color: rgb(234 236 240 / 0.6);
}
.bg-core-color-neutral-70\/70 {
  background-color: rgb(234 236 240 / 0.7);
}
.bg-core-color-neutral-70\/75 {
  background-color: rgb(234 236 240 / 0.75);
}
.bg-core-color-neutral-70\/80 {
  background-color: rgb(234 236 240 / 0.8);
}
.bg-core-color-neutral-70\/90 {
  background-color: rgb(234 236 240 / 0.9);
}
.bg-core-color-neutral-70\/95 {
  background-color: rgb(234 236 240 / 0.95);
}
.bg-core-color-neutral-70\/base-opacity-disabled {
  background-color: rgb(234 236 240 / 60%);
}
.bg-core-color-neutral-70\/core-opacity-0 {
  background-color: rgb(234 236 240 / 0%);
}
.bg-core-color-neutral-70\/core-opacity-10 {
  background-color: rgb(234 236 240 / 10%);
}
.bg-core-color-neutral-70\/core-opacity-100 {
  background-color: rgb(234 236 240 / 100%);
}
.bg-core-color-neutral-70\/core-opacity-20 {
  background-color: rgb(234 236 240 / 20%);
}
.bg-core-color-neutral-70\/core-opacity-30 {
  background-color: rgb(234 236 240 / 30%);
}
.bg-core-color-neutral-70\/core-opacity-40 {
  background-color: rgb(234 236 240 / 40%);
}
.bg-core-color-neutral-70\/core-opacity-50 {
  background-color: rgb(234 236 240 / 50%);
}
.bg-core-color-neutral-70\/core-opacity-60 {
  background-color: rgb(234 236 240 / 60%);
}
.bg-core-color-neutral-70\/core-opacity-70 {
  background-color: rgb(234 236 240 / 70%);
}
.bg-core-color-neutral-70\/core-opacity-80 {
  background-color: rgb(234 236 240 / 80%);
}
.bg-core-color-neutral-70\/core-opacity-90 {
  background-color: rgb(234 236 240 / 90%);
}
.bg-core-color-neutral-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-80\/0 {
  background-color: rgb(242 244 247 / 0);
}
.bg-core-color-neutral-80\/10 {
  background-color: rgb(242 244 247 / 0.1);
}
.bg-core-color-neutral-80\/100 {
  background-color: rgb(242 244 247 / 1);
}
.bg-core-color-neutral-80\/20 {
  background-color: rgb(242 244 247 / 0.2);
}
.bg-core-color-neutral-80\/25 {
  background-color: rgb(242 244 247 / 0.25);
}
.bg-core-color-neutral-80\/30 {
  background-color: rgb(242 244 247 / 0.3);
}
.bg-core-color-neutral-80\/40 {
  background-color: rgb(242 244 247 / 0.4);
}
.bg-core-color-neutral-80\/5 {
  background-color: rgb(242 244 247 / 0.05);
}
.bg-core-color-neutral-80\/50 {
  background-color: rgb(242 244 247 / 0.5);
}
.bg-core-color-neutral-80\/60 {
  background-color: rgb(242 244 247 / 0.6);
}
.bg-core-color-neutral-80\/70 {
  background-color: rgb(242 244 247 / 0.7);
}
.bg-core-color-neutral-80\/75 {
  background-color: rgb(242 244 247 / 0.75);
}
.bg-core-color-neutral-80\/80 {
  background-color: rgb(242 244 247 / 0.8);
}
.bg-core-color-neutral-80\/90 {
  background-color: rgb(242 244 247 / 0.9);
}
.bg-core-color-neutral-80\/95 {
  background-color: rgb(242 244 247 / 0.95);
}
.bg-core-color-neutral-80\/base-opacity-disabled {
  background-color: rgb(242 244 247 / 60%);
}
.bg-core-color-neutral-80\/core-opacity-0 {
  background-color: rgb(242 244 247 / 0%);
}
.bg-core-color-neutral-80\/core-opacity-10 {
  background-color: rgb(242 244 247 / 10%);
}
.bg-core-color-neutral-80\/core-opacity-100 {
  background-color: rgb(242 244 247 / 100%);
}
.bg-core-color-neutral-80\/core-opacity-20 {
  background-color: rgb(242 244 247 / 20%);
}
.bg-core-color-neutral-80\/core-opacity-30 {
  background-color: rgb(242 244 247 / 30%);
}
.bg-core-color-neutral-80\/core-opacity-40 {
  background-color: rgb(242 244 247 / 40%);
}
.bg-core-color-neutral-80\/core-opacity-50 {
  background-color: rgb(242 244 247 / 50%);
}
.bg-core-color-neutral-80\/core-opacity-60 {
  background-color: rgb(242 244 247 / 60%);
}
.bg-core-color-neutral-80\/core-opacity-70 {
  background-color: rgb(242 244 247 / 70%);
}
.bg-core-color-neutral-80\/core-opacity-80 {
  background-color: rgb(242 244 247 / 80%);
}
.bg-core-color-neutral-80\/core-opacity-90 {
  background-color: rgb(242 244 247 / 90%);
}
.bg-core-color-neutral-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-core-color-neutral-90\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-core-color-neutral-90\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-core-color-neutral-90\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-core-color-neutral-90\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-core-color-neutral-90\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-core-color-neutral-90\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-core-color-neutral-90\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-core-color-neutral-90\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-core-color-neutral-90\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-core-color-neutral-90\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-core-color-neutral-90\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-core-color-neutral-90\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-core-color-neutral-90\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-core-color-neutral-90\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-core-color-neutral-90\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-core-color-neutral-90\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-core-color-neutral-90\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-core-color-neutral-90\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-core-color-neutral-90\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-core-color-neutral-90\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-core-color-neutral-90\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-core-color-neutral-90\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-core-color-neutral-90\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-core-color-neutral-90\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-core-color-neutral-90\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-core-color-neutral-90\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-core-color-neutral-90\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-core-color-orange-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 37 16 / var(--tw-bg-opacity));
}
.bg-core-color-orange-0\/0 {
  background-color: rgb(126 37 16 / 0);
}
.bg-core-color-orange-0\/10 {
  background-color: rgb(126 37 16 / 0.1);
}
.bg-core-color-orange-0\/100 {
  background-color: rgb(126 37 16 / 1);
}
.bg-core-color-orange-0\/20 {
  background-color: rgb(126 37 16 / 0.2);
}
.bg-core-color-orange-0\/25 {
  background-color: rgb(126 37 16 / 0.25);
}
.bg-core-color-orange-0\/30 {
  background-color: rgb(126 37 16 / 0.3);
}
.bg-core-color-orange-0\/40 {
  background-color: rgb(126 37 16 / 0.4);
}
.bg-core-color-orange-0\/5 {
  background-color: rgb(126 37 16 / 0.05);
}
.bg-core-color-orange-0\/50 {
  background-color: rgb(126 37 16 / 0.5);
}
.bg-core-color-orange-0\/60 {
  background-color: rgb(126 37 16 / 0.6);
}
.bg-core-color-orange-0\/70 {
  background-color: rgb(126 37 16 / 0.7);
}
.bg-core-color-orange-0\/75 {
  background-color: rgb(126 37 16 / 0.75);
}
.bg-core-color-orange-0\/80 {
  background-color: rgb(126 37 16 / 0.8);
}
.bg-core-color-orange-0\/90 {
  background-color: rgb(126 37 16 / 0.9);
}
.bg-core-color-orange-0\/95 {
  background-color: rgb(126 37 16 / 0.95);
}
.bg-core-color-orange-0\/base-opacity-disabled {
  background-color: rgb(126 37 16 / 60%);
}
.bg-core-color-orange-0\/core-opacity-0 {
  background-color: rgb(126 37 16 / 0%);
}
.bg-core-color-orange-0\/core-opacity-10 {
  background-color: rgb(126 37 16 / 10%);
}
.bg-core-color-orange-0\/core-opacity-100 {
  background-color: rgb(126 37 16 / 100%);
}
.bg-core-color-orange-0\/core-opacity-20 {
  background-color: rgb(126 37 16 / 20%);
}
.bg-core-color-orange-0\/core-opacity-30 {
  background-color: rgb(126 37 16 / 30%);
}
.bg-core-color-orange-0\/core-opacity-40 {
  background-color: rgb(126 37 16 / 40%);
}
.bg-core-color-orange-0\/core-opacity-50 {
  background-color: rgb(126 37 16 / 50%);
}
.bg-core-color-orange-0\/core-opacity-60 {
  background-color: rgb(126 37 16 / 60%);
}
.bg-core-color-orange-0\/core-opacity-70 {
  background-color: rgb(126 37 16 / 70%);
}
.bg-core-color-orange-0\/core-opacity-80 {
  background-color: rgb(126 37 16 / 80%);
}
.bg-core-color-orange-0\/core-opacity-90 {
  background-color: rgb(126 37 16 / 90%);
}
.bg-core-color-orange-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 42 16 / var(--tw-bg-opacity));
}
.bg-core-color-orange-10\/0 {
  background-color: rgb(157 42 16 / 0);
}
.bg-core-color-orange-10\/10 {
  background-color: rgb(157 42 16 / 0.1);
}
.bg-core-color-orange-10\/100 {
  background-color: rgb(157 42 16 / 1);
}
.bg-core-color-orange-10\/20 {
  background-color: rgb(157 42 16 / 0.2);
}
.bg-core-color-orange-10\/25 {
  background-color: rgb(157 42 16 / 0.25);
}
.bg-core-color-orange-10\/30 {
  background-color: rgb(157 42 16 / 0.3);
}
.bg-core-color-orange-10\/40 {
  background-color: rgb(157 42 16 / 0.4);
}
.bg-core-color-orange-10\/5 {
  background-color: rgb(157 42 16 / 0.05);
}
.bg-core-color-orange-10\/50 {
  background-color: rgb(157 42 16 / 0.5);
}
.bg-core-color-orange-10\/60 {
  background-color: rgb(157 42 16 / 0.6);
}
.bg-core-color-orange-10\/70 {
  background-color: rgb(157 42 16 / 0.7);
}
.bg-core-color-orange-10\/75 {
  background-color: rgb(157 42 16 / 0.75);
}
.bg-core-color-orange-10\/80 {
  background-color: rgb(157 42 16 / 0.8);
}
.bg-core-color-orange-10\/90 {
  background-color: rgb(157 42 16 / 0.9);
}
.bg-core-color-orange-10\/95 {
  background-color: rgb(157 42 16 / 0.95);
}
.bg-core-color-orange-10\/base-opacity-disabled {
  background-color: rgb(157 42 16 / 60%);
}
.bg-core-color-orange-10\/core-opacity-0 {
  background-color: rgb(157 42 16 / 0%);
}
.bg-core-color-orange-10\/core-opacity-10 {
  background-color: rgb(157 42 16 / 10%);
}
.bg-core-color-orange-10\/core-opacity-100 {
  background-color: rgb(157 42 16 / 100%);
}
.bg-core-color-orange-10\/core-opacity-20 {
  background-color: rgb(157 42 16 / 20%);
}
.bg-core-color-orange-10\/core-opacity-30 {
  background-color: rgb(157 42 16 / 30%);
}
.bg-core-color-orange-10\/core-opacity-40 {
  background-color: rgb(157 42 16 / 40%);
}
.bg-core-color-orange-10\/core-opacity-50 {
  background-color: rgb(157 42 16 / 50%);
}
.bg-core-color-orange-10\/core-opacity-60 {
  background-color: rgb(157 42 16 / 60%);
}
.bg-core-color-orange-10\/core-opacity-70 {
  background-color: rgb(157 42 16 / 70%);
}
.bg-core-color-orange-10\/core-opacity-80 {
  background-color: rgb(157 42 16 / 80%);
}
.bg-core-color-orange-10\/core-opacity-90 {
  background-color: rgb(157 42 16 / 90%);
}
.bg-core-color-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 245 / var(--tw-bg-opacity));
}
.bg-core-color-orange-100\/0 {
  background-color: rgb(255 250 245 / 0);
}
.bg-core-color-orange-100\/10 {
  background-color: rgb(255 250 245 / 0.1);
}
.bg-core-color-orange-100\/100 {
  background-color: rgb(255 250 245 / 1);
}
.bg-core-color-orange-100\/20 {
  background-color: rgb(255 250 245 / 0.2);
}
.bg-core-color-orange-100\/25 {
  background-color: rgb(255 250 245 / 0.25);
}
.bg-core-color-orange-100\/30 {
  background-color: rgb(255 250 245 / 0.3);
}
.bg-core-color-orange-100\/40 {
  background-color: rgb(255 250 245 / 0.4);
}
.bg-core-color-orange-100\/5 {
  background-color: rgb(255 250 245 / 0.05);
}
.bg-core-color-orange-100\/50 {
  background-color: rgb(255 250 245 / 0.5);
}
.bg-core-color-orange-100\/60 {
  background-color: rgb(255 250 245 / 0.6);
}
.bg-core-color-orange-100\/70 {
  background-color: rgb(255 250 245 / 0.7);
}
.bg-core-color-orange-100\/75 {
  background-color: rgb(255 250 245 / 0.75);
}
.bg-core-color-orange-100\/80 {
  background-color: rgb(255 250 245 / 0.8);
}
.bg-core-color-orange-100\/90 {
  background-color: rgb(255 250 245 / 0.9);
}
.bg-core-color-orange-100\/95 {
  background-color: rgb(255 250 245 / 0.95);
}
.bg-core-color-orange-100\/base-opacity-disabled {
  background-color: rgb(255 250 245 / 60%);
}
.bg-core-color-orange-100\/core-opacity-0 {
  background-color: rgb(255 250 245 / 0%);
}
.bg-core-color-orange-100\/core-opacity-10 {
  background-color: rgb(255 250 245 / 10%);
}
.bg-core-color-orange-100\/core-opacity-100 {
  background-color: rgb(255 250 245 / 100%);
}
.bg-core-color-orange-100\/core-opacity-20 {
  background-color: rgb(255 250 245 / 20%);
}
.bg-core-color-orange-100\/core-opacity-30 {
  background-color: rgb(255 250 245 / 30%);
}
.bg-core-color-orange-100\/core-opacity-40 {
  background-color: rgb(255 250 245 / 40%);
}
.bg-core-color-orange-100\/core-opacity-50 {
  background-color: rgb(255 250 245 / 50%);
}
.bg-core-color-orange-100\/core-opacity-60 {
  background-color: rgb(255 250 245 / 60%);
}
.bg-core-color-orange-100\/core-opacity-70 {
  background-color: rgb(255 250 245 / 70%);
}
.bg-core-color-orange-100\/core-opacity-80 {
  background-color: rgb(255 250 245 / 80%);
}
.bg-core-color-orange-100\/core-opacity-90 {
  background-color: rgb(255 250 245 / 90%);
}
.bg-core-color-orange-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 50 10 / var(--tw-bg-opacity));
}
.bg-core-color-orange-20\/0 {
  background-color: rgb(194 50 10 / 0);
}
.bg-core-color-orange-20\/10 {
  background-color: rgb(194 50 10 / 0.1);
}
.bg-core-color-orange-20\/100 {
  background-color: rgb(194 50 10 / 1);
}
.bg-core-color-orange-20\/20 {
  background-color: rgb(194 50 10 / 0.2);
}
.bg-core-color-orange-20\/25 {
  background-color: rgb(194 50 10 / 0.25);
}
.bg-core-color-orange-20\/30 {
  background-color: rgb(194 50 10 / 0.3);
}
.bg-core-color-orange-20\/40 {
  background-color: rgb(194 50 10 / 0.4);
}
.bg-core-color-orange-20\/5 {
  background-color: rgb(194 50 10 / 0.05);
}
.bg-core-color-orange-20\/50 {
  background-color: rgb(194 50 10 / 0.5);
}
.bg-core-color-orange-20\/60 {
  background-color: rgb(194 50 10 / 0.6);
}
.bg-core-color-orange-20\/70 {
  background-color: rgb(194 50 10 / 0.7);
}
.bg-core-color-orange-20\/75 {
  background-color: rgb(194 50 10 / 0.75);
}
.bg-core-color-orange-20\/80 {
  background-color: rgb(194 50 10 / 0.8);
}
.bg-core-color-orange-20\/90 {
  background-color: rgb(194 50 10 / 0.9);
}
.bg-core-color-orange-20\/95 {
  background-color: rgb(194 50 10 / 0.95);
}
.bg-core-color-orange-20\/base-opacity-disabled {
  background-color: rgb(194 50 10 / 60%);
}
.bg-core-color-orange-20\/core-opacity-0 {
  background-color: rgb(194 50 10 / 0%);
}
.bg-core-color-orange-20\/core-opacity-10 {
  background-color: rgb(194 50 10 / 10%);
}
.bg-core-color-orange-20\/core-opacity-100 {
  background-color: rgb(194 50 10 / 100%);
}
.bg-core-color-orange-20\/core-opacity-20 {
  background-color: rgb(194 50 10 / 20%);
}
.bg-core-color-orange-20\/core-opacity-30 {
  background-color: rgb(194 50 10 / 30%);
}
.bg-core-color-orange-20\/core-opacity-40 {
  background-color: rgb(194 50 10 / 40%);
}
.bg-core-color-orange-20\/core-opacity-50 {
  background-color: rgb(194 50 10 / 50%);
}
.bg-core-color-orange-20\/core-opacity-60 {
  background-color: rgb(194 50 10 / 60%);
}
.bg-core-color-orange-20\/core-opacity-70 {
  background-color: rgb(194 50 10 / 70%);
}
.bg-core-color-orange-20\/core-opacity-80 {
  background-color: rgb(194 50 10 / 80%);
}
.bg-core-color-orange-20\/core-opacity-90 {
  background-color: rgb(194 50 10 / 90%);
}
.bg-core-color-orange-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 74 10 / var(--tw-bg-opacity));
}
.bg-core-color-orange-30\/0 {
  background-color: rgb(235 74 10 / 0);
}
.bg-core-color-orange-30\/10 {
  background-color: rgb(235 74 10 / 0.1);
}
.bg-core-color-orange-30\/100 {
  background-color: rgb(235 74 10 / 1);
}
.bg-core-color-orange-30\/20 {
  background-color: rgb(235 74 10 / 0.2);
}
.bg-core-color-orange-30\/25 {
  background-color: rgb(235 74 10 / 0.25);
}
.bg-core-color-orange-30\/30 {
  background-color: rgb(235 74 10 / 0.3);
}
.bg-core-color-orange-30\/40 {
  background-color: rgb(235 74 10 / 0.4);
}
.bg-core-color-orange-30\/5 {
  background-color: rgb(235 74 10 / 0.05);
}
.bg-core-color-orange-30\/50 {
  background-color: rgb(235 74 10 / 0.5);
}
.bg-core-color-orange-30\/60 {
  background-color: rgb(235 74 10 / 0.6);
}
.bg-core-color-orange-30\/70 {
  background-color: rgb(235 74 10 / 0.7);
}
.bg-core-color-orange-30\/75 {
  background-color: rgb(235 74 10 / 0.75);
}
.bg-core-color-orange-30\/80 {
  background-color: rgb(235 74 10 / 0.8);
}
.bg-core-color-orange-30\/90 {
  background-color: rgb(235 74 10 / 0.9);
}
.bg-core-color-orange-30\/95 {
  background-color: rgb(235 74 10 / 0.95);
}
.bg-core-color-orange-30\/base-opacity-disabled {
  background-color: rgb(235 74 10 / 60%);
}
.bg-core-color-orange-30\/core-opacity-0 {
  background-color: rgb(235 74 10 / 0%);
}
.bg-core-color-orange-30\/core-opacity-10 {
  background-color: rgb(235 74 10 / 10%);
}
.bg-core-color-orange-30\/core-opacity-100 {
  background-color: rgb(235 74 10 / 100%);
}
.bg-core-color-orange-30\/core-opacity-20 {
  background-color: rgb(235 74 10 / 20%);
}
.bg-core-color-orange-30\/core-opacity-30 {
  background-color: rgb(235 74 10 / 30%);
}
.bg-core-color-orange-30\/core-opacity-40 {
  background-color: rgb(235 74 10 / 40%);
}
.bg-core-color-orange-30\/core-opacity-50 {
  background-color: rgb(235 74 10 / 50%);
}
.bg-core-color-orange-30\/core-opacity-60 {
  background-color: rgb(235 74 10 / 60%);
}
.bg-core-color-orange-30\/core-opacity-70 {
  background-color: rgb(235 74 10 / 70%);
}
.bg-core-color-orange-30\/core-opacity-80 {
  background-color: rgb(235 74 10 / 80%);
}
.bg-core-color-orange-30\/core-opacity-90 {
  background-color: rgb(235 74 10 / 90%);
}
.bg-core-color-orange-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 100 19 / var(--tw-bg-opacity));
}
.bg-core-color-orange-40\/0 {
  background-color: rgb(251 100 19 / 0);
}
.bg-core-color-orange-40\/10 {
  background-color: rgb(251 100 19 / 0.1);
}
.bg-core-color-orange-40\/100 {
  background-color: rgb(251 100 19 / 1);
}
.bg-core-color-orange-40\/20 {
  background-color: rgb(251 100 19 / 0.2);
}
.bg-core-color-orange-40\/25 {
  background-color: rgb(251 100 19 / 0.25);
}
.bg-core-color-orange-40\/30 {
  background-color: rgb(251 100 19 / 0.3);
}
.bg-core-color-orange-40\/40 {
  background-color: rgb(251 100 19 / 0.4);
}
.bg-core-color-orange-40\/5 {
  background-color: rgb(251 100 19 / 0.05);
}
.bg-core-color-orange-40\/50 {
  background-color: rgb(251 100 19 / 0.5);
}
.bg-core-color-orange-40\/60 {
  background-color: rgb(251 100 19 / 0.6);
}
.bg-core-color-orange-40\/70 {
  background-color: rgb(251 100 19 / 0.7);
}
.bg-core-color-orange-40\/75 {
  background-color: rgb(251 100 19 / 0.75);
}
.bg-core-color-orange-40\/80 {
  background-color: rgb(251 100 19 / 0.8);
}
.bg-core-color-orange-40\/90 {
  background-color: rgb(251 100 19 / 0.9);
}
.bg-core-color-orange-40\/95 {
  background-color: rgb(251 100 19 / 0.95);
}
.bg-core-color-orange-40\/base-opacity-disabled {
  background-color: rgb(251 100 19 / 60%);
}
.bg-core-color-orange-40\/core-opacity-0 {
  background-color: rgb(251 100 19 / 0%);
}
.bg-core-color-orange-40\/core-opacity-10 {
  background-color: rgb(251 100 19 / 10%);
}
.bg-core-color-orange-40\/core-opacity-100 {
  background-color: rgb(251 100 19 / 100%);
}
.bg-core-color-orange-40\/core-opacity-20 {
  background-color: rgb(251 100 19 / 20%);
}
.bg-core-color-orange-40\/core-opacity-30 {
  background-color: rgb(251 100 19 / 30%);
}
.bg-core-color-orange-40\/core-opacity-40 {
  background-color: rgb(251 100 19 / 40%);
}
.bg-core-color-orange-40\/core-opacity-50 {
  background-color: rgb(251 100 19 / 50%);
}
.bg-core-color-orange-40\/core-opacity-60 {
  background-color: rgb(251 100 19 / 60%);
}
.bg-core-color-orange-40\/core-opacity-70 {
  background-color: rgb(251 100 19 / 70%);
}
.bg-core-color-orange-40\/core-opacity-80 {
  background-color: rgb(251 100 19 / 80%);
}
.bg-core-color-orange-40\/core-opacity-90 {
  background-color: rgb(251 100 19 / 90%);
}
.bg-core-color-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 133 58 / var(--tw-bg-opacity));
}
.bg-core-color-orange-50\/0 {
  background-color: rgb(253 133 58 / 0);
}
.bg-core-color-orange-50\/10 {
  background-color: rgb(253 133 58 / 0.1);
}
.bg-core-color-orange-50\/100 {
  background-color: rgb(253 133 58 / 1);
}
.bg-core-color-orange-50\/20 {
  background-color: rgb(253 133 58 / 0.2);
}
.bg-core-color-orange-50\/25 {
  background-color: rgb(253 133 58 / 0.25);
}
.bg-core-color-orange-50\/30 {
  background-color: rgb(253 133 58 / 0.3);
}
.bg-core-color-orange-50\/40 {
  background-color: rgb(253 133 58 / 0.4);
}
.bg-core-color-orange-50\/5 {
  background-color: rgb(253 133 58 / 0.05);
}
.bg-core-color-orange-50\/50 {
  background-color: rgb(253 133 58 / 0.5);
}
.bg-core-color-orange-50\/60 {
  background-color: rgb(253 133 58 / 0.6);
}
.bg-core-color-orange-50\/70 {
  background-color: rgb(253 133 58 / 0.7);
}
.bg-core-color-orange-50\/75 {
  background-color: rgb(253 133 58 / 0.75);
}
.bg-core-color-orange-50\/80 {
  background-color: rgb(253 133 58 / 0.8);
}
.bg-core-color-orange-50\/90 {
  background-color: rgb(253 133 58 / 0.9);
}
.bg-core-color-orange-50\/95 {
  background-color: rgb(253 133 58 / 0.95);
}
.bg-core-color-orange-50\/base-opacity-disabled {
  background-color: rgb(253 133 58 / 60%);
}
.bg-core-color-orange-50\/core-opacity-0 {
  background-color: rgb(253 133 58 / 0%);
}
.bg-core-color-orange-50\/core-opacity-10 {
  background-color: rgb(253 133 58 / 10%);
}
.bg-core-color-orange-50\/core-opacity-100 {
  background-color: rgb(253 133 58 / 100%);
}
.bg-core-color-orange-50\/core-opacity-20 {
  background-color: rgb(253 133 58 / 20%);
}
.bg-core-color-orange-50\/core-opacity-30 {
  background-color: rgb(253 133 58 / 30%);
}
.bg-core-color-orange-50\/core-opacity-40 {
  background-color: rgb(253 133 58 / 40%);
}
.bg-core-color-orange-50\/core-opacity-50 {
  background-color: rgb(253 133 58 / 50%);
}
.bg-core-color-orange-50\/core-opacity-60 {
  background-color: rgb(253 133 58 / 60%);
}
.bg-core-color-orange-50\/core-opacity-70 {
  background-color: rgb(253 133 58 / 70%);
}
.bg-core-color-orange-50\/core-opacity-80 {
  background-color: rgb(253 133 58 / 80%);
}
.bg-core-color-orange-50\/core-opacity-90 {
  background-color: rgb(253 133 58 / 90%);
}
.bg-core-color-orange-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 177 113 / var(--tw-bg-opacity));
}
.bg-core-color-orange-60\/0 {
  background-color: rgb(254 177 113 / 0);
}
.bg-core-color-orange-60\/10 {
  background-color: rgb(254 177 113 / 0.1);
}
.bg-core-color-orange-60\/100 {
  background-color: rgb(254 177 113 / 1);
}
.bg-core-color-orange-60\/20 {
  background-color: rgb(254 177 113 / 0.2);
}
.bg-core-color-orange-60\/25 {
  background-color: rgb(254 177 113 / 0.25);
}
.bg-core-color-orange-60\/30 {
  background-color: rgb(254 177 113 / 0.3);
}
.bg-core-color-orange-60\/40 {
  background-color: rgb(254 177 113 / 0.4);
}
.bg-core-color-orange-60\/5 {
  background-color: rgb(254 177 113 / 0.05);
}
.bg-core-color-orange-60\/50 {
  background-color: rgb(254 177 113 / 0.5);
}
.bg-core-color-orange-60\/60 {
  background-color: rgb(254 177 113 / 0.6);
}
.bg-core-color-orange-60\/70 {
  background-color: rgb(254 177 113 / 0.7);
}
.bg-core-color-orange-60\/75 {
  background-color: rgb(254 177 113 / 0.75);
}
.bg-core-color-orange-60\/80 {
  background-color: rgb(254 177 113 / 0.8);
}
.bg-core-color-orange-60\/90 {
  background-color: rgb(254 177 113 / 0.9);
}
.bg-core-color-orange-60\/95 {
  background-color: rgb(254 177 113 / 0.95);
}
.bg-core-color-orange-60\/base-opacity-disabled {
  background-color: rgb(254 177 113 / 60%);
}
.bg-core-color-orange-60\/core-opacity-0 {
  background-color: rgb(254 177 113 / 0%);
}
.bg-core-color-orange-60\/core-opacity-10 {
  background-color: rgb(254 177 113 / 10%);
}
.bg-core-color-orange-60\/core-opacity-100 {
  background-color: rgb(254 177 113 / 100%);
}
.bg-core-color-orange-60\/core-opacity-20 {
  background-color: rgb(254 177 113 / 20%);
}
.bg-core-color-orange-60\/core-opacity-30 {
  background-color: rgb(254 177 113 / 30%);
}
.bg-core-color-orange-60\/core-opacity-40 {
  background-color: rgb(254 177 113 / 40%);
}
.bg-core-color-orange-60\/core-opacity-50 {
  background-color: rgb(254 177 113 / 50%);
}
.bg-core-color-orange-60\/core-opacity-60 {
  background-color: rgb(254 177 113 / 60%);
}
.bg-core-color-orange-60\/core-opacity-70 {
  background-color: rgb(254 177 113 / 70%);
}
.bg-core-color-orange-60\/core-opacity-80 {
  background-color: rgb(254 177 113 / 80%);
}
.bg-core-color-orange-60\/core-opacity-90 {
  background-color: rgb(254 177 113 / 90%);
}
.bg-core-color-orange-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 220 170 / var(--tw-bg-opacity));
}
.bg-core-color-orange-70\/0 {
  background-color: rgb(253 220 170 / 0);
}
.bg-core-color-orange-70\/10 {
  background-color: rgb(253 220 170 / 0.1);
}
.bg-core-color-orange-70\/100 {
  background-color: rgb(253 220 170 / 1);
}
.bg-core-color-orange-70\/20 {
  background-color: rgb(253 220 170 / 0.2);
}
.bg-core-color-orange-70\/25 {
  background-color: rgb(253 220 170 / 0.25);
}
.bg-core-color-orange-70\/30 {
  background-color: rgb(253 220 170 / 0.3);
}
.bg-core-color-orange-70\/40 {
  background-color: rgb(253 220 170 / 0.4);
}
.bg-core-color-orange-70\/5 {
  background-color: rgb(253 220 170 / 0.05);
}
.bg-core-color-orange-70\/50 {
  background-color: rgb(253 220 170 / 0.5);
}
.bg-core-color-orange-70\/60 {
  background-color: rgb(253 220 170 / 0.6);
}
.bg-core-color-orange-70\/70 {
  background-color: rgb(253 220 170 / 0.7);
}
.bg-core-color-orange-70\/75 {
  background-color: rgb(253 220 170 / 0.75);
}
.bg-core-color-orange-70\/80 {
  background-color: rgb(253 220 170 / 0.8);
}
.bg-core-color-orange-70\/90 {
  background-color: rgb(253 220 170 / 0.9);
}
.bg-core-color-orange-70\/95 {
  background-color: rgb(253 220 170 / 0.95);
}
.bg-core-color-orange-70\/base-opacity-disabled {
  background-color: rgb(253 220 170 / 60%);
}
.bg-core-color-orange-70\/core-opacity-0 {
  background-color: rgb(253 220 170 / 0%);
}
.bg-core-color-orange-70\/core-opacity-10 {
  background-color: rgb(253 220 170 / 10%);
}
.bg-core-color-orange-70\/core-opacity-100 {
  background-color: rgb(253 220 170 / 100%);
}
.bg-core-color-orange-70\/core-opacity-20 {
  background-color: rgb(253 220 170 / 20%);
}
.bg-core-color-orange-70\/core-opacity-30 {
  background-color: rgb(253 220 170 / 30%);
}
.bg-core-color-orange-70\/core-opacity-40 {
  background-color: rgb(253 220 170 / 40%);
}
.bg-core-color-orange-70\/core-opacity-50 {
  background-color: rgb(253 220 170 / 50%);
}
.bg-core-color-orange-70\/core-opacity-60 {
  background-color: rgb(253 220 170 / 60%);
}
.bg-core-color-orange-70\/core-opacity-70 {
  background-color: rgb(253 220 170 / 70%);
}
.bg-core-color-orange-70\/core-opacity-80 {
  background-color: rgb(253 220 170 / 80%);
}
.bg-core-color-orange-70\/core-opacity-90 {
  background-color: rgb(253 220 170 / 90%);
}
.bg-core-color-orange-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 214 / var(--tw-bg-opacity));
}
.bg-core-color-orange-80\/0 {
  background-color: rgb(255 235 214 / 0);
}
.bg-core-color-orange-80\/10 {
  background-color: rgb(255 235 214 / 0.1);
}
.bg-core-color-orange-80\/100 {
  background-color: rgb(255 235 214 / 1);
}
.bg-core-color-orange-80\/20 {
  background-color: rgb(255 235 214 / 0.2);
}
.bg-core-color-orange-80\/25 {
  background-color: rgb(255 235 214 / 0.25);
}
.bg-core-color-orange-80\/30 {
  background-color: rgb(255 235 214 / 0.3);
}
.bg-core-color-orange-80\/40 {
  background-color: rgb(255 235 214 / 0.4);
}
.bg-core-color-orange-80\/5 {
  background-color: rgb(255 235 214 / 0.05);
}
.bg-core-color-orange-80\/50 {
  background-color: rgb(255 235 214 / 0.5);
}
.bg-core-color-orange-80\/60 {
  background-color: rgb(255 235 214 / 0.6);
}
.bg-core-color-orange-80\/70 {
  background-color: rgb(255 235 214 / 0.7);
}
.bg-core-color-orange-80\/75 {
  background-color: rgb(255 235 214 / 0.75);
}
.bg-core-color-orange-80\/80 {
  background-color: rgb(255 235 214 / 0.8);
}
.bg-core-color-orange-80\/90 {
  background-color: rgb(255 235 214 / 0.9);
}
.bg-core-color-orange-80\/95 {
  background-color: rgb(255 235 214 / 0.95);
}
.bg-core-color-orange-80\/base-opacity-disabled {
  background-color: rgb(255 235 214 / 60%);
}
.bg-core-color-orange-80\/core-opacity-0 {
  background-color: rgb(255 235 214 / 0%);
}
.bg-core-color-orange-80\/core-opacity-10 {
  background-color: rgb(255 235 214 / 10%);
}
.bg-core-color-orange-80\/core-opacity-100 {
  background-color: rgb(255 235 214 / 100%);
}
.bg-core-color-orange-80\/core-opacity-20 {
  background-color: rgb(255 235 214 / 20%);
}
.bg-core-color-orange-80\/core-opacity-30 {
  background-color: rgb(255 235 214 / 30%);
}
.bg-core-color-orange-80\/core-opacity-40 {
  background-color: rgb(255 235 214 / 40%);
}
.bg-core-color-orange-80\/core-opacity-50 {
  background-color: rgb(255 235 214 / 50%);
}
.bg-core-color-orange-80\/core-opacity-60 {
  background-color: rgb(255 235 214 / 60%);
}
.bg-core-color-orange-80\/core-opacity-70 {
  background-color: rgb(255 235 214 / 70%);
}
.bg-core-color-orange-80\/core-opacity-80 {
  background-color: rgb(255 235 214 / 80%);
}
.bg-core-color-orange-80\/core-opacity-90 {
  background-color: rgb(255 235 214 / 90%);
}
.bg-core-color-orange-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 235 / var(--tw-bg-opacity));
}
.bg-core-color-orange-90\/0 {
  background-color: rgb(255 245 235 / 0);
}
.bg-core-color-orange-90\/10 {
  background-color: rgb(255 245 235 / 0.1);
}
.bg-core-color-orange-90\/100 {
  background-color: rgb(255 245 235 / 1);
}
.bg-core-color-orange-90\/20 {
  background-color: rgb(255 245 235 / 0.2);
}
.bg-core-color-orange-90\/25 {
  background-color: rgb(255 245 235 / 0.25);
}
.bg-core-color-orange-90\/30 {
  background-color: rgb(255 245 235 / 0.3);
}
.bg-core-color-orange-90\/40 {
  background-color: rgb(255 245 235 / 0.4);
}
.bg-core-color-orange-90\/5 {
  background-color: rgb(255 245 235 / 0.05);
}
.bg-core-color-orange-90\/50 {
  background-color: rgb(255 245 235 / 0.5);
}
.bg-core-color-orange-90\/60 {
  background-color: rgb(255 245 235 / 0.6);
}
.bg-core-color-orange-90\/70 {
  background-color: rgb(255 245 235 / 0.7);
}
.bg-core-color-orange-90\/75 {
  background-color: rgb(255 245 235 / 0.75);
}
.bg-core-color-orange-90\/80 {
  background-color: rgb(255 245 235 / 0.8);
}
.bg-core-color-orange-90\/90 {
  background-color: rgb(255 245 235 / 0.9);
}
.bg-core-color-orange-90\/95 {
  background-color: rgb(255 245 235 / 0.95);
}
.bg-core-color-orange-90\/base-opacity-disabled {
  background-color: rgb(255 245 235 / 60%);
}
.bg-core-color-orange-90\/core-opacity-0 {
  background-color: rgb(255 245 235 / 0%);
}
.bg-core-color-orange-90\/core-opacity-10 {
  background-color: rgb(255 245 235 / 10%);
}
.bg-core-color-orange-90\/core-opacity-100 {
  background-color: rgb(255 245 235 / 100%);
}
.bg-core-color-orange-90\/core-opacity-20 {
  background-color: rgb(255 245 235 / 20%);
}
.bg-core-color-orange-90\/core-opacity-30 {
  background-color: rgb(255 245 235 / 30%);
}
.bg-core-color-orange-90\/core-opacity-40 {
  background-color: rgb(255 245 235 / 40%);
}
.bg-core-color-orange-90\/core-opacity-50 {
  background-color: rgb(255 245 235 / 50%);
}
.bg-core-color-orange-90\/core-opacity-60 {
  background-color: rgb(255 245 235 / 60%);
}
.bg-core-color-orange-90\/core-opacity-70 {
  background-color: rgb(255 245 235 / 70%);
}
.bg-core-color-orange-90\/core-opacity-80 {
  background-color: rgb(255 245 235 / 80%);
}
.bg-core-color-orange-90\/core-opacity-90 {
  background-color: rgb(255 245 235 / 90%);
}
.bg-core-color-primary-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 31 71 / var(--tw-bg-opacity));
}
.bg-core-color-primary-0\/0 {
  background-color: rgb(33 31 71 / 0);
}
.bg-core-color-primary-0\/10 {
  background-color: rgb(33 31 71 / 0.1);
}
.bg-core-color-primary-0\/100 {
  background-color: rgb(33 31 71 / 1);
}
.bg-core-color-primary-0\/20 {
  background-color: rgb(33 31 71 / 0.2);
}
.bg-core-color-primary-0\/25 {
  background-color: rgb(33 31 71 / 0.25);
}
.bg-core-color-primary-0\/30 {
  background-color: rgb(33 31 71 / 0.3);
}
.bg-core-color-primary-0\/40 {
  background-color: rgb(33 31 71 / 0.4);
}
.bg-core-color-primary-0\/5 {
  background-color: rgb(33 31 71 / 0.05);
}
.bg-core-color-primary-0\/50 {
  background-color: rgb(33 31 71 / 0.5);
}
.bg-core-color-primary-0\/60 {
  background-color: rgb(33 31 71 / 0.6);
}
.bg-core-color-primary-0\/70 {
  background-color: rgb(33 31 71 / 0.7);
}
.bg-core-color-primary-0\/75 {
  background-color: rgb(33 31 71 / 0.75);
}
.bg-core-color-primary-0\/80 {
  background-color: rgb(33 31 71 / 0.8);
}
.bg-core-color-primary-0\/90 {
  background-color: rgb(33 31 71 / 0.9);
}
.bg-core-color-primary-0\/95 {
  background-color: rgb(33 31 71 / 0.95);
}
.bg-core-color-primary-0\/base-opacity-disabled {
  background-color: rgb(33 31 71 / 60%);
}
.bg-core-color-primary-0\/core-opacity-0 {
  background-color: rgb(33 31 71 / 0%);
}
.bg-core-color-primary-0\/core-opacity-10 {
  background-color: rgb(33 31 71 / 10%);
}
.bg-core-color-primary-0\/core-opacity-100 {
  background-color: rgb(33 31 71 / 100%);
}
.bg-core-color-primary-0\/core-opacity-20 {
  background-color: rgb(33 31 71 / 20%);
}
.bg-core-color-primary-0\/core-opacity-30 {
  background-color: rgb(33 31 71 / 30%);
}
.bg-core-color-primary-0\/core-opacity-40 {
  background-color: rgb(33 31 71 / 40%);
}
.bg-core-color-primary-0\/core-opacity-50 {
  background-color: rgb(33 31 71 / 50%);
}
.bg-core-color-primary-0\/core-opacity-60 {
  background-color: rgb(33 31 71 / 60%);
}
.bg-core-color-primary-0\/core-opacity-70 {
  background-color: rgb(33 31 71 / 70%);
}
.bg-core-color-primary-0\/core-opacity-80 {
  background-color: rgb(33 31 71 / 80%);
}
.bg-core-color-primary-0\/core-opacity-90 {
  background-color: rgb(33 31 71 / 90%);
}
.bg-core-color-primary-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 120 / var(--tw-bg-opacity));
}
.bg-core-color-primary-10\/0 {
  background-color: rgb(54 54 120 / 0);
}
.bg-core-color-primary-10\/10 {
  background-color: rgb(54 54 120 / 0.1);
}
.bg-core-color-primary-10\/100 {
  background-color: rgb(54 54 120 / 1);
}
.bg-core-color-primary-10\/20 {
  background-color: rgb(54 54 120 / 0.2);
}
.bg-core-color-primary-10\/25 {
  background-color: rgb(54 54 120 / 0.25);
}
.bg-core-color-primary-10\/30 {
  background-color: rgb(54 54 120 / 0.3);
}
.bg-core-color-primary-10\/40 {
  background-color: rgb(54 54 120 / 0.4);
}
.bg-core-color-primary-10\/5 {
  background-color: rgb(54 54 120 / 0.05);
}
.bg-core-color-primary-10\/50 {
  background-color: rgb(54 54 120 / 0.5);
}
.bg-core-color-primary-10\/60 {
  background-color: rgb(54 54 120 / 0.6);
}
.bg-core-color-primary-10\/70 {
  background-color: rgb(54 54 120 / 0.7);
}
.bg-core-color-primary-10\/75 {
  background-color: rgb(54 54 120 / 0.75);
}
.bg-core-color-primary-10\/80 {
  background-color: rgb(54 54 120 / 0.8);
}
.bg-core-color-primary-10\/90 {
  background-color: rgb(54 54 120 / 0.9);
}
.bg-core-color-primary-10\/95 {
  background-color: rgb(54 54 120 / 0.95);
}
.bg-core-color-primary-10\/base-opacity-disabled {
  background-color: rgb(54 54 120 / 60%);
}
.bg-core-color-primary-10\/core-opacity-0 {
  background-color: rgb(54 54 120 / 0%);
}
.bg-core-color-primary-10\/core-opacity-10 {
  background-color: rgb(54 54 120 / 10%);
}
.bg-core-color-primary-10\/core-opacity-100 {
  background-color: rgb(54 54 120 / 100%);
}
.bg-core-color-primary-10\/core-opacity-20 {
  background-color: rgb(54 54 120 / 20%);
}
.bg-core-color-primary-10\/core-opacity-30 {
  background-color: rgb(54 54 120 / 30%);
}
.bg-core-color-primary-10\/core-opacity-40 {
  background-color: rgb(54 54 120 / 40%);
}
.bg-core-color-primary-10\/core-opacity-50 {
  background-color: rgb(54 54 120 / 50%);
}
.bg-core-color-primary-10\/core-opacity-60 {
  background-color: rgb(54 54 120 / 60%);
}
.bg-core-color-primary-10\/core-opacity-70 {
  background-color: rgb(54 54 120 / 70%);
}
.bg-core-color-primary-10\/core-opacity-80 {
  background-color: rgb(54 54 120 / 80%);
}
.bg-core-color-primary-10\/core-opacity-90 {
  background-color: rgb(54 54 120 / 90%);
}
.bg-core-color-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.bg-core-color-primary-100\/0 {
  background-color: rgb(242 244 253 / 0);
}
.bg-core-color-primary-100\/10 {
  background-color: rgb(242 244 253 / 0.1);
}
.bg-core-color-primary-100\/100 {
  background-color: rgb(242 244 253 / 1);
}
.bg-core-color-primary-100\/20 {
  background-color: rgb(242 244 253 / 0.2);
}
.bg-core-color-primary-100\/25 {
  background-color: rgb(242 244 253 / 0.25);
}
.bg-core-color-primary-100\/30 {
  background-color: rgb(242 244 253 / 0.3);
}
.bg-core-color-primary-100\/40 {
  background-color: rgb(242 244 253 / 0.4);
}
.bg-core-color-primary-100\/5 {
  background-color: rgb(242 244 253 / 0.05);
}
.bg-core-color-primary-100\/50 {
  background-color: rgb(242 244 253 / 0.5);
}
.bg-core-color-primary-100\/60 {
  background-color: rgb(242 244 253 / 0.6);
}
.bg-core-color-primary-100\/70 {
  background-color: rgb(242 244 253 / 0.7);
}
.bg-core-color-primary-100\/75 {
  background-color: rgb(242 244 253 / 0.75);
}
.bg-core-color-primary-100\/80 {
  background-color: rgb(242 244 253 / 0.8);
}
.bg-core-color-primary-100\/90 {
  background-color: rgb(242 244 253 / 0.9);
}
.bg-core-color-primary-100\/95 {
  background-color: rgb(242 244 253 / 0.95);
}
.bg-core-color-primary-100\/base-opacity-disabled {
  background-color: rgb(242 244 253 / 60%);
}
.bg-core-color-primary-100\/core-opacity-0 {
  background-color: rgb(242 244 253 / 0%);
}
.bg-core-color-primary-100\/core-opacity-10 {
  background-color: rgb(242 244 253 / 10%);
}
.bg-core-color-primary-100\/core-opacity-100 {
  background-color: rgb(242 244 253 / 100%);
}
.bg-core-color-primary-100\/core-opacity-20 {
  background-color: rgb(242 244 253 / 20%);
}
.bg-core-color-primary-100\/core-opacity-30 {
  background-color: rgb(242 244 253 / 30%);
}
.bg-core-color-primary-100\/core-opacity-40 {
  background-color: rgb(242 244 253 / 40%);
}
.bg-core-color-primary-100\/core-opacity-50 {
  background-color: rgb(242 244 253 / 50%);
}
.bg-core-color-primary-100\/core-opacity-60 {
  background-color: rgb(242 244 253 / 60%);
}
.bg-core-color-primary-100\/core-opacity-70 {
  background-color: rgb(242 244 253 / 70%);
}
.bg-core-color-primary-100\/core-opacity-80 {
  background-color: rgb(242 244 253 / 80%);
}
.bg-core-color-primary-100\/core-opacity-90 {
  background-color: rgb(242 244 253 / 90%);
}
.bg-core-color-primary-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.bg-core-color-primary-20\/0 {
  background-color: rgb(60 59 151 / 0);
}
.bg-core-color-primary-20\/10 {
  background-color: rgb(60 59 151 / 0.1);
}
.bg-core-color-primary-20\/100 {
  background-color: rgb(60 59 151 / 1);
}
.bg-core-color-primary-20\/20 {
  background-color: rgb(60 59 151 / 0.2);
}
.bg-core-color-primary-20\/25 {
  background-color: rgb(60 59 151 / 0.25);
}
.bg-core-color-primary-20\/30 {
  background-color: rgb(60 59 151 / 0.3);
}
.bg-core-color-primary-20\/40 {
  background-color: rgb(60 59 151 / 0.4);
}
.bg-core-color-primary-20\/5 {
  background-color: rgb(60 59 151 / 0.05);
}
.bg-core-color-primary-20\/50 {
  background-color: rgb(60 59 151 / 0.5);
}
.bg-core-color-primary-20\/60 {
  background-color: rgb(60 59 151 / 0.6);
}
.bg-core-color-primary-20\/70 {
  background-color: rgb(60 59 151 / 0.7);
}
.bg-core-color-primary-20\/75 {
  background-color: rgb(60 59 151 / 0.75);
}
.bg-core-color-primary-20\/80 {
  background-color: rgb(60 59 151 / 0.8);
}
.bg-core-color-primary-20\/90 {
  background-color: rgb(60 59 151 / 0.9);
}
.bg-core-color-primary-20\/95 {
  background-color: rgb(60 59 151 / 0.95);
}
.bg-core-color-primary-20\/base-opacity-disabled {
  background-color: rgb(60 59 151 / 60%);
}
.bg-core-color-primary-20\/core-opacity-0 {
  background-color: rgb(60 59 151 / 0%);
}
.bg-core-color-primary-20\/core-opacity-10 {
  background-color: rgb(60 59 151 / 10%);
}
.bg-core-color-primary-20\/core-opacity-100 {
  background-color: rgb(60 59 151 / 100%);
}
.bg-core-color-primary-20\/core-opacity-20 {
  background-color: rgb(60 59 151 / 20%);
}
.bg-core-color-primary-20\/core-opacity-30 {
  background-color: rgb(60 59 151 / 30%);
}
.bg-core-color-primary-20\/core-opacity-40 {
  background-color: rgb(60 59 151 / 40%);
}
.bg-core-color-primary-20\/core-opacity-50 {
  background-color: rgb(60 59 151 / 50%);
}
.bg-core-color-primary-20\/core-opacity-60 {
  background-color: rgb(60 59 151 / 60%);
}
.bg-core-color-primary-20\/core-opacity-70 {
  background-color: rgb(60 59 151 / 70%);
}
.bg-core-color-primary-20\/core-opacity-80 {
  background-color: rgb(60 59 151 / 80%);
}
.bg-core-color-primary-20\/core-opacity-90 {
  background-color: rgb(60 59 151 / 90%);
}
.bg-core-color-primary-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.bg-core-color-primary-30\/0 {
  background-color: rgb(75 71 189 / 0);
}
.bg-core-color-primary-30\/10 {
  background-color: rgb(75 71 189 / 0.1);
}
.bg-core-color-primary-30\/100 {
  background-color: rgb(75 71 189 / 1);
}
.bg-core-color-primary-30\/20 {
  background-color: rgb(75 71 189 / 0.2);
}
.bg-core-color-primary-30\/25 {
  background-color: rgb(75 71 189 / 0.25);
}
.bg-core-color-primary-30\/30 {
  background-color: rgb(75 71 189 / 0.3);
}
.bg-core-color-primary-30\/40 {
  background-color: rgb(75 71 189 / 0.4);
}
.bg-core-color-primary-30\/5 {
  background-color: rgb(75 71 189 / 0.05);
}
.bg-core-color-primary-30\/50 {
  background-color: rgb(75 71 189 / 0.5);
}
.bg-core-color-primary-30\/60 {
  background-color: rgb(75 71 189 / 0.6);
}
.bg-core-color-primary-30\/70 {
  background-color: rgb(75 71 189 / 0.7);
}
.bg-core-color-primary-30\/75 {
  background-color: rgb(75 71 189 / 0.75);
}
.bg-core-color-primary-30\/80 {
  background-color: rgb(75 71 189 / 0.8);
}
.bg-core-color-primary-30\/90 {
  background-color: rgb(75 71 189 / 0.9);
}
.bg-core-color-primary-30\/95 {
  background-color: rgb(75 71 189 / 0.95);
}
.bg-core-color-primary-30\/base-opacity-disabled {
  background-color: rgb(75 71 189 / 60%);
}
.bg-core-color-primary-30\/core-opacity-0 {
  background-color: rgb(75 71 189 / 0%);
}
.bg-core-color-primary-30\/core-opacity-10 {
  background-color: rgb(75 71 189 / 10%);
}
.bg-core-color-primary-30\/core-opacity-100 {
  background-color: rgb(75 71 189 / 100%);
}
.bg-core-color-primary-30\/core-opacity-20 {
  background-color: rgb(75 71 189 / 20%);
}
.bg-core-color-primary-30\/core-opacity-30 {
  background-color: rgb(75 71 189 / 30%);
}
.bg-core-color-primary-30\/core-opacity-40 {
  background-color: rgb(75 71 189 / 40%);
}
.bg-core-color-primary-30\/core-opacity-50 {
  background-color: rgb(75 71 189 / 50%);
}
.bg-core-color-primary-30\/core-opacity-60 {
  background-color: rgb(75 71 189 / 60%);
}
.bg-core-color-primary-30\/core-opacity-70 {
  background-color: rgb(75 71 189 / 70%);
}
.bg-core-color-primary-30\/core-opacity-80 {
  background-color: rgb(75 71 189 / 80%);
}
.bg-core-color-primary-30\/core-opacity-90 {
  background-color: rgb(75 71 189 / 90%);
}
.bg-core-color-primary-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-core-color-primary-40\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-core-color-primary-40\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-core-color-primary-40\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-core-color-primary-40\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-core-color-primary-40\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-core-color-primary-40\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-core-color-primary-40\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-core-color-primary-40\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-core-color-primary-40\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-core-color-primary-40\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-core-color-primary-40\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-core-color-primary-40\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-core-color-primary-40\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-core-color-primary-40\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-core-color-primary-40\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-core-color-primary-40\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-core-color-primary-40\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-core-color-primary-40\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-core-color-primary-40\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-core-color-primary-40\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-core-color-primary-40\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-core-color-primary-40\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-core-color-primary-40\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-core-color-primary-40\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-core-color-primary-40\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-core-color-primary-40\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-core-color-primary-40\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-core-color-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 121 228 / var(--tw-bg-opacity));
}
.bg-core-color-primary-50\/0 {
  background-color: rgb(114 121 228 / 0);
}
.bg-core-color-primary-50\/10 {
  background-color: rgb(114 121 228 / 0.1);
}
.bg-core-color-primary-50\/100 {
  background-color: rgb(114 121 228 / 1);
}
.bg-core-color-primary-50\/20 {
  background-color: rgb(114 121 228 / 0.2);
}
.bg-core-color-primary-50\/25 {
  background-color: rgb(114 121 228 / 0.25);
}
.bg-core-color-primary-50\/30 {
  background-color: rgb(114 121 228 / 0.3);
}
.bg-core-color-primary-50\/40 {
  background-color: rgb(114 121 228 / 0.4);
}
.bg-core-color-primary-50\/5 {
  background-color: rgb(114 121 228 / 0.05);
}
.bg-core-color-primary-50\/50 {
  background-color: rgb(114 121 228 / 0.5);
}
.bg-core-color-primary-50\/60 {
  background-color: rgb(114 121 228 / 0.6);
}
.bg-core-color-primary-50\/70 {
  background-color: rgb(114 121 228 / 0.7);
}
.bg-core-color-primary-50\/75 {
  background-color: rgb(114 121 228 / 0.75);
}
.bg-core-color-primary-50\/80 {
  background-color: rgb(114 121 228 / 0.8);
}
.bg-core-color-primary-50\/90 {
  background-color: rgb(114 121 228 / 0.9);
}
.bg-core-color-primary-50\/95 {
  background-color: rgb(114 121 228 / 0.95);
}
.bg-core-color-primary-50\/base-opacity-disabled {
  background-color: rgb(114 121 228 / 60%);
}
.bg-core-color-primary-50\/core-opacity-0 {
  background-color: rgb(114 121 228 / 0%);
}
.bg-core-color-primary-50\/core-opacity-10 {
  background-color: rgb(114 121 228 / 10%);
}
.bg-core-color-primary-50\/core-opacity-100 {
  background-color: rgb(114 121 228 / 100%);
}
.bg-core-color-primary-50\/core-opacity-20 {
  background-color: rgb(114 121 228 / 20%);
}
.bg-core-color-primary-50\/core-opacity-30 {
  background-color: rgb(114 121 228 / 30%);
}
.bg-core-color-primary-50\/core-opacity-40 {
  background-color: rgb(114 121 228 / 40%);
}
.bg-core-color-primary-50\/core-opacity-50 {
  background-color: rgb(114 121 228 / 50%);
}
.bg-core-color-primary-50\/core-opacity-60 {
  background-color: rgb(114 121 228 / 60%);
}
.bg-core-color-primary-50\/core-opacity-70 {
  background-color: rgb(114 121 228 / 70%);
}
.bg-core-color-primary-50\/core-opacity-80 {
  background-color: rgb(114 121 228 / 80%);
}
.bg-core-color-primary-50\/core-opacity-90 {
  background-color: rgb(114 121 228 / 90%);
}
.bg-core-color-primary-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(140 152 237 / var(--tw-bg-opacity));
}
.bg-core-color-primary-60\/0 {
  background-color: rgb(140 152 237 / 0);
}
.bg-core-color-primary-60\/10 {
  background-color: rgb(140 152 237 / 0.1);
}
.bg-core-color-primary-60\/100 {
  background-color: rgb(140 152 237 / 1);
}
.bg-core-color-primary-60\/20 {
  background-color: rgb(140 152 237 / 0.2);
}
.bg-core-color-primary-60\/25 {
  background-color: rgb(140 152 237 / 0.25);
}
.bg-core-color-primary-60\/30 {
  background-color: rgb(140 152 237 / 0.3);
}
.bg-core-color-primary-60\/40 {
  background-color: rgb(140 152 237 / 0.4);
}
.bg-core-color-primary-60\/5 {
  background-color: rgb(140 152 237 / 0.05);
}
.bg-core-color-primary-60\/50 {
  background-color: rgb(140 152 237 / 0.5);
}
.bg-core-color-primary-60\/60 {
  background-color: rgb(140 152 237 / 0.6);
}
.bg-core-color-primary-60\/70 {
  background-color: rgb(140 152 237 / 0.7);
}
.bg-core-color-primary-60\/75 {
  background-color: rgb(140 152 237 / 0.75);
}
.bg-core-color-primary-60\/80 {
  background-color: rgb(140 152 237 / 0.8);
}
.bg-core-color-primary-60\/90 {
  background-color: rgb(140 152 237 / 0.9);
}
.bg-core-color-primary-60\/95 {
  background-color: rgb(140 152 237 / 0.95);
}
.bg-core-color-primary-60\/base-opacity-disabled {
  background-color: rgb(140 152 237 / 60%);
}
.bg-core-color-primary-60\/core-opacity-0 {
  background-color: rgb(140 152 237 / 0%);
}
.bg-core-color-primary-60\/core-opacity-10 {
  background-color: rgb(140 152 237 / 10%);
}
.bg-core-color-primary-60\/core-opacity-100 {
  background-color: rgb(140 152 237 / 100%);
}
.bg-core-color-primary-60\/core-opacity-20 {
  background-color: rgb(140 152 237 / 20%);
}
.bg-core-color-primary-60\/core-opacity-30 {
  background-color: rgb(140 152 237 / 30%);
}
.bg-core-color-primary-60\/core-opacity-40 {
  background-color: rgb(140 152 237 / 40%);
}
.bg-core-color-primary-60\/core-opacity-50 {
  background-color: rgb(140 152 237 / 50%);
}
.bg-core-color-primary-60\/core-opacity-60 {
  background-color: rgb(140 152 237 / 60%);
}
.bg-core-color-primary-60\/core-opacity-70 {
  background-color: rgb(140 152 237 / 70%);
}
.bg-core-color-primary-60\/core-opacity-80 {
  background-color: rgb(140 152 237 / 80%);
}
.bg-core-color-primary-60\/core-opacity-90 {
  background-color: rgb(140 152 237 / 90%);
}
.bg-core-color-primary-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(174 188 244 / var(--tw-bg-opacity));
}
.bg-core-color-primary-70\/0 {
  background-color: rgb(174 188 244 / 0);
}
.bg-core-color-primary-70\/10 {
  background-color: rgb(174 188 244 / 0.1);
}
.bg-core-color-primary-70\/100 {
  background-color: rgb(174 188 244 / 1);
}
.bg-core-color-primary-70\/20 {
  background-color: rgb(174 188 244 / 0.2);
}
.bg-core-color-primary-70\/25 {
  background-color: rgb(174 188 244 / 0.25);
}
.bg-core-color-primary-70\/30 {
  background-color: rgb(174 188 244 / 0.3);
}
.bg-core-color-primary-70\/40 {
  background-color: rgb(174 188 244 / 0.4);
}
.bg-core-color-primary-70\/5 {
  background-color: rgb(174 188 244 / 0.05);
}
.bg-core-color-primary-70\/50 {
  background-color: rgb(174 188 244 / 0.5);
}
.bg-core-color-primary-70\/60 {
  background-color: rgb(174 188 244 / 0.6);
}
.bg-core-color-primary-70\/70 {
  background-color: rgb(174 188 244 / 0.7);
}
.bg-core-color-primary-70\/75 {
  background-color: rgb(174 188 244 / 0.75);
}
.bg-core-color-primary-70\/80 {
  background-color: rgb(174 188 244 / 0.8);
}
.bg-core-color-primary-70\/90 {
  background-color: rgb(174 188 244 / 0.9);
}
.bg-core-color-primary-70\/95 {
  background-color: rgb(174 188 244 / 0.95);
}
.bg-core-color-primary-70\/base-opacity-disabled {
  background-color: rgb(174 188 244 / 60%);
}
.bg-core-color-primary-70\/core-opacity-0 {
  background-color: rgb(174 188 244 / 0%);
}
.bg-core-color-primary-70\/core-opacity-10 {
  background-color: rgb(174 188 244 / 10%);
}
.bg-core-color-primary-70\/core-opacity-100 {
  background-color: rgb(174 188 244 / 100%);
}
.bg-core-color-primary-70\/core-opacity-20 {
  background-color: rgb(174 188 244 / 20%);
}
.bg-core-color-primary-70\/core-opacity-30 {
  background-color: rgb(174 188 244 / 30%);
}
.bg-core-color-primary-70\/core-opacity-40 {
  background-color: rgb(174 188 244 / 40%);
}
.bg-core-color-primary-70\/core-opacity-50 {
  background-color: rgb(174 188 244 / 50%);
}
.bg-core-color-primary-70\/core-opacity-60 {
  background-color: rgb(174 188 244 / 60%);
}
.bg-core-color-primary-70\/core-opacity-70 {
  background-color: rgb(174 188 244 / 70%);
}
.bg-core-color-primary-70\/core-opacity-80 {
  background-color: rgb(174 188 244 / 80%);
}
.bg-core-color-primary-70\/core-opacity-90 {
  background-color: rgb(174 188 244 / 90%);
}
.bg-core-color-primary-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 249 / var(--tw-bg-opacity));
}
.bg-core-color-primary-80\/0 {
  background-color: rgb(205 214 249 / 0);
}
.bg-core-color-primary-80\/10 {
  background-color: rgb(205 214 249 / 0.1);
}
.bg-core-color-primary-80\/100 {
  background-color: rgb(205 214 249 / 1);
}
.bg-core-color-primary-80\/20 {
  background-color: rgb(205 214 249 / 0.2);
}
.bg-core-color-primary-80\/25 {
  background-color: rgb(205 214 249 / 0.25);
}
.bg-core-color-primary-80\/30 {
  background-color: rgb(205 214 249 / 0.3);
}
.bg-core-color-primary-80\/40 {
  background-color: rgb(205 214 249 / 0.4);
}
.bg-core-color-primary-80\/5 {
  background-color: rgb(205 214 249 / 0.05);
}
.bg-core-color-primary-80\/50 {
  background-color: rgb(205 214 249 / 0.5);
}
.bg-core-color-primary-80\/60 {
  background-color: rgb(205 214 249 / 0.6);
}
.bg-core-color-primary-80\/70 {
  background-color: rgb(205 214 249 / 0.7);
}
.bg-core-color-primary-80\/75 {
  background-color: rgb(205 214 249 / 0.75);
}
.bg-core-color-primary-80\/80 {
  background-color: rgb(205 214 249 / 0.8);
}
.bg-core-color-primary-80\/90 {
  background-color: rgb(205 214 249 / 0.9);
}
.bg-core-color-primary-80\/95 {
  background-color: rgb(205 214 249 / 0.95);
}
.bg-core-color-primary-80\/base-opacity-disabled {
  background-color: rgb(205 214 249 / 60%);
}
.bg-core-color-primary-80\/core-opacity-0 {
  background-color: rgb(205 214 249 / 0%);
}
.bg-core-color-primary-80\/core-opacity-10 {
  background-color: rgb(205 214 249 / 10%);
}
.bg-core-color-primary-80\/core-opacity-100 {
  background-color: rgb(205 214 249 / 100%);
}
.bg-core-color-primary-80\/core-opacity-20 {
  background-color: rgb(205 214 249 / 20%);
}
.bg-core-color-primary-80\/core-opacity-30 {
  background-color: rgb(205 214 249 / 30%);
}
.bg-core-color-primary-80\/core-opacity-40 {
  background-color: rgb(205 214 249 / 40%);
}
.bg-core-color-primary-80\/core-opacity-50 {
  background-color: rgb(205 214 249 / 50%);
}
.bg-core-color-primary-80\/core-opacity-60 {
  background-color: rgb(205 214 249 / 60%);
}
.bg-core-color-primary-80\/core-opacity-70 {
  background-color: rgb(205 214 249 / 70%);
}
.bg-core-color-primary-80\/core-opacity-80 {
  background-color: rgb(205 214 249 / 80%);
}
.bg-core-color-primary-80\/core-opacity-90 {
  background-color: rgb(205 214 249 / 90%);
}
.bg-core-color-primary-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 234 252 / var(--tw-bg-opacity));
}
.bg-core-color-primary-90\/0 {
  background-color: rgb(227 234 252 / 0);
}
.bg-core-color-primary-90\/10 {
  background-color: rgb(227 234 252 / 0.1);
}
.bg-core-color-primary-90\/100 {
  background-color: rgb(227 234 252 / 1);
}
.bg-core-color-primary-90\/20 {
  background-color: rgb(227 234 252 / 0.2);
}
.bg-core-color-primary-90\/25 {
  background-color: rgb(227 234 252 / 0.25);
}
.bg-core-color-primary-90\/30 {
  background-color: rgb(227 234 252 / 0.3);
}
.bg-core-color-primary-90\/40 {
  background-color: rgb(227 234 252 / 0.4);
}
.bg-core-color-primary-90\/5 {
  background-color: rgb(227 234 252 / 0.05);
}
.bg-core-color-primary-90\/50 {
  background-color: rgb(227 234 252 / 0.5);
}
.bg-core-color-primary-90\/60 {
  background-color: rgb(227 234 252 / 0.6);
}
.bg-core-color-primary-90\/70 {
  background-color: rgb(227 234 252 / 0.7);
}
.bg-core-color-primary-90\/75 {
  background-color: rgb(227 234 252 / 0.75);
}
.bg-core-color-primary-90\/80 {
  background-color: rgb(227 234 252 / 0.8);
}
.bg-core-color-primary-90\/90 {
  background-color: rgb(227 234 252 / 0.9);
}
.bg-core-color-primary-90\/95 {
  background-color: rgb(227 234 252 / 0.95);
}
.bg-core-color-primary-90\/base-opacity-disabled {
  background-color: rgb(227 234 252 / 60%);
}
.bg-core-color-primary-90\/core-opacity-0 {
  background-color: rgb(227 234 252 / 0%);
}
.bg-core-color-primary-90\/core-opacity-10 {
  background-color: rgb(227 234 252 / 10%);
}
.bg-core-color-primary-90\/core-opacity-100 {
  background-color: rgb(227 234 252 / 100%);
}
.bg-core-color-primary-90\/core-opacity-20 {
  background-color: rgb(227 234 252 / 20%);
}
.bg-core-color-primary-90\/core-opacity-30 {
  background-color: rgb(227 234 252 / 30%);
}
.bg-core-color-primary-90\/core-opacity-40 {
  background-color: rgb(227 234 252 / 40%);
}
.bg-core-color-primary-90\/core-opacity-50 {
  background-color: rgb(227 234 252 / 50%);
}
.bg-core-color-primary-90\/core-opacity-60 {
  background-color: rgb(227 234 252 / 60%);
}
.bg-core-color-primary-90\/core-opacity-70 {
  background-color: rgb(227 234 252 / 70%);
}
.bg-core-color-primary-90\/core-opacity-80 {
  background-color: rgb(227 234 252 / 80%);
}
.bg-core-color-primary-90\/core-opacity-90 {
  background-color: rgb(227 234 252 / 90%);
}
.bg-core-color-red-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 39 26 / var(--tw-bg-opacity));
}
.bg-core-color-red-0\/0 {
  background-color: rgb(122 39 26 / 0);
}
.bg-core-color-red-0\/10 {
  background-color: rgb(122 39 26 / 0.1);
}
.bg-core-color-red-0\/100 {
  background-color: rgb(122 39 26 / 1);
}
.bg-core-color-red-0\/20 {
  background-color: rgb(122 39 26 / 0.2);
}
.bg-core-color-red-0\/25 {
  background-color: rgb(122 39 26 / 0.25);
}
.bg-core-color-red-0\/30 {
  background-color: rgb(122 39 26 / 0.3);
}
.bg-core-color-red-0\/40 {
  background-color: rgb(122 39 26 / 0.4);
}
.bg-core-color-red-0\/5 {
  background-color: rgb(122 39 26 / 0.05);
}
.bg-core-color-red-0\/50 {
  background-color: rgb(122 39 26 / 0.5);
}
.bg-core-color-red-0\/60 {
  background-color: rgb(122 39 26 / 0.6);
}
.bg-core-color-red-0\/70 {
  background-color: rgb(122 39 26 / 0.7);
}
.bg-core-color-red-0\/75 {
  background-color: rgb(122 39 26 / 0.75);
}
.bg-core-color-red-0\/80 {
  background-color: rgb(122 39 26 / 0.8);
}
.bg-core-color-red-0\/90 {
  background-color: rgb(122 39 26 / 0.9);
}
.bg-core-color-red-0\/95 {
  background-color: rgb(122 39 26 / 0.95);
}
.bg-core-color-red-0\/base-opacity-disabled {
  background-color: rgb(122 39 26 / 60%);
}
.bg-core-color-red-0\/core-opacity-0 {
  background-color: rgb(122 39 26 / 0%);
}
.bg-core-color-red-0\/core-opacity-10 {
  background-color: rgb(122 39 26 / 10%);
}
.bg-core-color-red-0\/core-opacity-100 {
  background-color: rgb(122 39 26 / 100%);
}
.bg-core-color-red-0\/core-opacity-20 {
  background-color: rgb(122 39 26 / 20%);
}
.bg-core-color-red-0\/core-opacity-30 {
  background-color: rgb(122 39 26 / 30%);
}
.bg-core-color-red-0\/core-opacity-40 {
  background-color: rgb(122 39 26 / 40%);
}
.bg-core-color-red-0\/core-opacity-50 {
  background-color: rgb(122 39 26 / 50%);
}
.bg-core-color-red-0\/core-opacity-60 {
  background-color: rgb(122 39 26 / 60%);
}
.bg-core-color-red-0\/core-opacity-70 {
  background-color: rgb(122 39 26 / 70%);
}
.bg-core-color-red-0\/core-opacity-80 {
  background-color: rgb(122 39 26 / 80%);
}
.bg-core-color-red-0\/core-opacity-90 {
  background-color: rgb(122 39 26 / 90%);
}
.bg-core-color-red-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 32 24 / var(--tw-bg-opacity));
}
.bg-core-color-red-10\/0 {
  background-color: rgb(145 32 24 / 0);
}
.bg-core-color-red-10\/10 {
  background-color: rgb(145 32 24 / 0.1);
}
.bg-core-color-red-10\/100 {
  background-color: rgb(145 32 24 / 1);
}
.bg-core-color-red-10\/20 {
  background-color: rgb(145 32 24 / 0.2);
}
.bg-core-color-red-10\/25 {
  background-color: rgb(145 32 24 / 0.25);
}
.bg-core-color-red-10\/30 {
  background-color: rgb(145 32 24 / 0.3);
}
.bg-core-color-red-10\/40 {
  background-color: rgb(145 32 24 / 0.4);
}
.bg-core-color-red-10\/5 {
  background-color: rgb(145 32 24 / 0.05);
}
.bg-core-color-red-10\/50 {
  background-color: rgb(145 32 24 / 0.5);
}
.bg-core-color-red-10\/60 {
  background-color: rgb(145 32 24 / 0.6);
}
.bg-core-color-red-10\/70 {
  background-color: rgb(145 32 24 / 0.7);
}
.bg-core-color-red-10\/75 {
  background-color: rgb(145 32 24 / 0.75);
}
.bg-core-color-red-10\/80 {
  background-color: rgb(145 32 24 / 0.8);
}
.bg-core-color-red-10\/90 {
  background-color: rgb(145 32 24 / 0.9);
}
.bg-core-color-red-10\/95 {
  background-color: rgb(145 32 24 / 0.95);
}
.bg-core-color-red-10\/base-opacity-disabled {
  background-color: rgb(145 32 24 / 60%);
}
.bg-core-color-red-10\/core-opacity-0 {
  background-color: rgb(145 32 24 / 0%);
}
.bg-core-color-red-10\/core-opacity-10 {
  background-color: rgb(145 32 24 / 10%);
}
.bg-core-color-red-10\/core-opacity-100 {
  background-color: rgb(145 32 24 / 100%);
}
.bg-core-color-red-10\/core-opacity-20 {
  background-color: rgb(145 32 24 / 20%);
}
.bg-core-color-red-10\/core-opacity-30 {
  background-color: rgb(145 32 24 / 30%);
}
.bg-core-color-red-10\/core-opacity-40 {
  background-color: rgb(145 32 24 / 40%);
}
.bg-core-color-red-10\/core-opacity-50 {
  background-color: rgb(145 32 24 / 50%);
}
.bg-core-color-red-10\/core-opacity-60 {
  background-color: rgb(145 32 24 / 60%);
}
.bg-core-color-red-10\/core-opacity-70 {
  background-color: rgb(145 32 24 / 70%);
}
.bg-core-color-red-10\/core-opacity-80 {
  background-color: rgb(145 32 24 / 80%);
}
.bg-core-color-red-10\/core-opacity-90 {
  background-color: rgb(145 32 24 / 90%);
}
.bg-core-color-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.bg-core-color-red-100\/0 {
  background-color: rgb(255 251 250 / 0);
}
.bg-core-color-red-100\/10 {
  background-color: rgb(255 251 250 / 0.1);
}
.bg-core-color-red-100\/100 {
  background-color: rgb(255 251 250 / 1);
}
.bg-core-color-red-100\/20 {
  background-color: rgb(255 251 250 / 0.2);
}
.bg-core-color-red-100\/25 {
  background-color: rgb(255 251 250 / 0.25);
}
.bg-core-color-red-100\/30 {
  background-color: rgb(255 251 250 / 0.3);
}
.bg-core-color-red-100\/40 {
  background-color: rgb(255 251 250 / 0.4);
}
.bg-core-color-red-100\/5 {
  background-color: rgb(255 251 250 / 0.05);
}
.bg-core-color-red-100\/50 {
  background-color: rgb(255 251 250 / 0.5);
}
.bg-core-color-red-100\/60 {
  background-color: rgb(255 251 250 / 0.6);
}
.bg-core-color-red-100\/70 {
  background-color: rgb(255 251 250 / 0.7);
}
.bg-core-color-red-100\/75 {
  background-color: rgb(255 251 250 / 0.75);
}
.bg-core-color-red-100\/80 {
  background-color: rgb(255 251 250 / 0.8);
}
.bg-core-color-red-100\/90 {
  background-color: rgb(255 251 250 / 0.9);
}
.bg-core-color-red-100\/95 {
  background-color: rgb(255 251 250 / 0.95);
}
.bg-core-color-red-100\/base-opacity-disabled {
  background-color: rgb(255 251 250 / 60%);
}
.bg-core-color-red-100\/core-opacity-0 {
  background-color: rgb(255 251 250 / 0%);
}
.bg-core-color-red-100\/core-opacity-10 {
  background-color: rgb(255 251 250 / 10%);
}
.bg-core-color-red-100\/core-opacity-100 {
  background-color: rgb(255 251 250 / 100%);
}
.bg-core-color-red-100\/core-opacity-20 {
  background-color: rgb(255 251 250 / 20%);
}
.bg-core-color-red-100\/core-opacity-30 {
  background-color: rgb(255 251 250 / 30%);
}
.bg-core-color-red-100\/core-opacity-40 {
  background-color: rgb(255 251 250 / 40%);
}
.bg-core-color-red-100\/core-opacity-50 {
  background-color: rgb(255 251 250 / 50%);
}
.bg-core-color-red-100\/core-opacity-60 {
  background-color: rgb(255 251 250 / 60%);
}
.bg-core-color-red-100\/core-opacity-70 {
  background-color: rgb(255 251 250 / 70%);
}
.bg-core-color-red-100\/core-opacity-80 {
  background-color: rgb(255 251 250 / 80%);
}
.bg-core-color-red-100\/core-opacity-90 {
  background-color: rgb(255 251 250 / 90%);
}
.bg-core-color-red-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity));
}
.bg-core-color-red-20\/0 {
  background-color: rgb(180 35 24 / 0);
}
.bg-core-color-red-20\/10 {
  background-color: rgb(180 35 24 / 0.1);
}
.bg-core-color-red-20\/100 {
  background-color: rgb(180 35 24 / 1);
}
.bg-core-color-red-20\/20 {
  background-color: rgb(180 35 24 / 0.2);
}
.bg-core-color-red-20\/25 {
  background-color: rgb(180 35 24 / 0.25);
}
.bg-core-color-red-20\/30 {
  background-color: rgb(180 35 24 / 0.3);
}
.bg-core-color-red-20\/40 {
  background-color: rgb(180 35 24 / 0.4);
}
.bg-core-color-red-20\/5 {
  background-color: rgb(180 35 24 / 0.05);
}
.bg-core-color-red-20\/50 {
  background-color: rgb(180 35 24 / 0.5);
}
.bg-core-color-red-20\/60 {
  background-color: rgb(180 35 24 / 0.6);
}
.bg-core-color-red-20\/70 {
  background-color: rgb(180 35 24 / 0.7);
}
.bg-core-color-red-20\/75 {
  background-color: rgb(180 35 24 / 0.75);
}
.bg-core-color-red-20\/80 {
  background-color: rgb(180 35 24 / 0.8);
}
.bg-core-color-red-20\/90 {
  background-color: rgb(180 35 24 / 0.9);
}
.bg-core-color-red-20\/95 {
  background-color: rgb(180 35 24 / 0.95);
}
.bg-core-color-red-20\/base-opacity-disabled {
  background-color: rgb(180 35 24 / 60%);
}
.bg-core-color-red-20\/core-opacity-0 {
  background-color: rgb(180 35 24 / 0%);
}
.bg-core-color-red-20\/core-opacity-10 {
  background-color: rgb(180 35 24 / 10%);
}
.bg-core-color-red-20\/core-opacity-100 {
  background-color: rgb(180 35 24 / 100%);
}
.bg-core-color-red-20\/core-opacity-20 {
  background-color: rgb(180 35 24 / 20%);
}
.bg-core-color-red-20\/core-opacity-30 {
  background-color: rgb(180 35 24 / 30%);
}
.bg-core-color-red-20\/core-opacity-40 {
  background-color: rgb(180 35 24 / 40%);
}
.bg-core-color-red-20\/core-opacity-50 {
  background-color: rgb(180 35 24 / 50%);
}
.bg-core-color-red-20\/core-opacity-60 {
  background-color: rgb(180 35 24 / 60%);
}
.bg-core-color-red-20\/core-opacity-70 {
  background-color: rgb(180 35 24 / 70%);
}
.bg-core-color-red-20\/core-opacity-80 {
  background-color: rgb(180 35 24 / 80%);
}
.bg-core-color-red-20\/core-opacity-90 {
  background-color: rgb(180 35 24 / 90%);
}
.bg-core-color-red-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.bg-core-color-red-30\/0 {
  background-color: rgb(217 45 32 / 0);
}
.bg-core-color-red-30\/10 {
  background-color: rgb(217 45 32 / 0.1);
}
.bg-core-color-red-30\/100 {
  background-color: rgb(217 45 32 / 1);
}
.bg-core-color-red-30\/20 {
  background-color: rgb(217 45 32 / 0.2);
}
.bg-core-color-red-30\/25 {
  background-color: rgb(217 45 32 / 0.25);
}
.bg-core-color-red-30\/30 {
  background-color: rgb(217 45 32 / 0.3);
}
.bg-core-color-red-30\/40 {
  background-color: rgb(217 45 32 / 0.4);
}
.bg-core-color-red-30\/5 {
  background-color: rgb(217 45 32 / 0.05);
}
.bg-core-color-red-30\/50 {
  background-color: rgb(217 45 32 / 0.5);
}
.bg-core-color-red-30\/60 {
  background-color: rgb(217 45 32 / 0.6);
}
.bg-core-color-red-30\/70 {
  background-color: rgb(217 45 32 / 0.7);
}
.bg-core-color-red-30\/75 {
  background-color: rgb(217 45 32 / 0.75);
}
.bg-core-color-red-30\/80 {
  background-color: rgb(217 45 32 / 0.8);
}
.bg-core-color-red-30\/90 {
  background-color: rgb(217 45 32 / 0.9);
}
.bg-core-color-red-30\/95 {
  background-color: rgb(217 45 32 / 0.95);
}
.bg-core-color-red-30\/base-opacity-disabled {
  background-color: rgb(217 45 32 / 60%);
}
.bg-core-color-red-30\/core-opacity-0 {
  background-color: rgb(217 45 32 / 0%);
}
.bg-core-color-red-30\/core-opacity-10 {
  background-color: rgb(217 45 32 / 10%);
}
.bg-core-color-red-30\/core-opacity-100 {
  background-color: rgb(217 45 32 / 100%);
}
.bg-core-color-red-30\/core-opacity-20 {
  background-color: rgb(217 45 32 / 20%);
}
.bg-core-color-red-30\/core-opacity-30 {
  background-color: rgb(217 45 32 / 30%);
}
.bg-core-color-red-30\/core-opacity-40 {
  background-color: rgb(217 45 32 / 40%);
}
.bg-core-color-red-30\/core-opacity-50 {
  background-color: rgb(217 45 32 / 50%);
}
.bg-core-color-red-30\/core-opacity-60 {
  background-color: rgb(217 45 32 / 60%);
}
.bg-core-color-red-30\/core-opacity-70 {
  background-color: rgb(217 45 32 / 70%);
}
.bg-core-color-red-30\/core-opacity-80 {
  background-color: rgb(217 45 32 / 80%);
}
.bg-core-color-red-30\/core-opacity-90 {
  background-color: rgb(217 45 32 / 90%);
}
.bg-core-color-red-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.bg-core-color-red-40\/0 {
  background-color: rgb(240 68 56 / 0);
}
.bg-core-color-red-40\/10 {
  background-color: rgb(240 68 56 / 0.1);
}
.bg-core-color-red-40\/100 {
  background-color: rgb(240 68 56 / 1);
}
.bg-core-color-red-40\/20 {
  background-color: rgb(240 68 56 / 0.2);
}
.bg-core-color-red-40\/25 {
  background-color: rgb(240 68 56 / 0.25);
}
.bg-core-color-red-40\/30 {
  background-color: rgb(240 68 56 / 0.3);
}
.bg-core-color-red-40\/40 {
  background-color: rgb(240 68 56 / 0.4);
}
.bg-core-color-red-40\/5 {
  background-color: rgb(240 68 56 / 0.05);
}
.bg-core-color-red-40\/50 {
  background-color: rgb(240 68 56 / 0.5);
}
.bg-core-color-red-40\/60 {
  background-color: rgb(240 68 56 / 0.6);
}
.bg-core-color-red-40\/70 {
  background-color: rgb(240 68 56 / 0.7);
}
.bg-core-color-red-40\/75 {
  background-color: rgb(240 68 56 / 0.75);
}
.bg-core-color-red-40\/80 {
  background-color: rgb(240 68 56 / 0.8);
}
.bg-core-color-red-40\/90 {
  background-color: rgb(240 68 56 / 0.9);
}
.bg-core-color-red-40\/95 {
  background-color: rgb(240 68 56 / 0.95);
}
.bg-core-color-red-40\/base-opacity-disabled {
  background-color: rgb(240 68 56 / 60%);
}
.bg-core-color-red-40\/core-opacity-0 {
  background-color: rgb(240 68 56 / 0%);
}
.bg-core-color-red-40\/core-opacity-10 {
  background-color: rgb(240 68 56 / 10%);
}
.bg-core-color-red-40\/core-opacity-100 {
  background-color: rgb(240 68 56 / 100%);
}
.bg-core-color-red-40\/core-opacity-20 {
  background-color: rgb(240 68 56 / 20%);
}
.bg-core-color-red-40\/core-opacity-30 {
  background-color: rgb(240 68 56 / 30%);
}
.bg-core-color-red-40\/core-opacity-40 {
  background-color: rgb(240 68 56 / 40%);
}
.bg-core-color-red-40\/core-opacity-50 {
  background-color: rgb(240 68 56 / 50%);
}
.bg-core-color-red-40\/core-opacity-60 {
  background-color: rgb(240 68 56 / 60%);
}
.bg-core-color-red-40\/core-opacity-70 {
  background-color: rgb(240 68 56 / 70%);
}
.bg-core-color-red-40\/core-opacity-80 {
  background-color: rgb(240 68 56 / 80%);
}
.bg-core-color-red-40\/core-opacity-90 {
  background-color: rgb(240 68 56 / 90%);
}
.bg-core-color-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 113 103 / var(--tw-bg-opacity));
}
.bg-core-color-red-50\/0 {
  background-color: rgb(249 113 103 / 0);
}
.bg-core-color-red-50\/10 {
  background-color: rgb(249 113 103 / 0.1);
}
.bg-core-color-red-50\/100 {
  background-color: rgb(249 113 103 / 1);
}
.bg-core-color-red-50\/20 {
  background-color: rgb(249 113 103 / 0.2);
}
.bg-core-color-red-50\/25 {
  background-color: rgb(249 113 103 / 0.25);
}
.bg-core-color-red-50\/30 {
  background-color: rgb(249 113 103 / 0.3);
}
.bg-core-color-red-50\/40 {
  background-color: rgb(249 113 103 / 0.4);
}
.bg-core-color-red-50\/5 {
  background-color: rgb(249 113 103 / 0.05);
}
.bg-core-color-red-50\/50 {
  background-color: rgb(249 113 103 / 0.5);
}
.bg-core-color-red-50\/60 {
  background-color: rgb(249 113 103 / 0.6);
}
.bg-core-color-red-50\/70 {
  background-color: rgb(249 113 103 / 0.7);
}
.bg-core-color-red-50\/75 {
  background-color: rgb(249 113 103 / 0.75);
}
.bg-core-color-red-50\/80 {
  background-color: rgb(249 113 103 / 0.8);
}
.bg-core-color-red-50\/90 {
  background-color: rgb(249 113 103 / 0.9);
}
.bg-core-color-red-50\/95 {
  background-color: rgb(249 113 103 / 0.95);
}
.bg-core-color-red-50\/base-opacity-disabled {
  background-color: rgb(249 113 103 / 60%);
}
.bg-core-color-red-50\/core-opacity-0 {
  background-color: rgb(249 113 103 / 0%);
}
.bg-core-color-red-50\/core-opacity-10 {
  background-color: rgb(249 113 103 / 10%);
}
.bg-core-color-red-50\/core-opacity-100 {
  background-color: rgb(249 113 103 / 100%);
}
.bg-core-color-red-50\/core-opacity-20 {
  background-color: rgb(249 113 103 / 20%);
}
.bg-core-color-red-50\/core-opacity-30 {
  background-color: rgb(249 113 103 / 30%);
}
.bg-core-color-red-50\/core-opacity-40 {
  background-color: rgb(249 113 103 / 40%);
}
.bg-core-color-red-50\/core-opacity-50 {
  background-color: rgb(249 113 103 / 50%);
}
.bg-core-color-red-50\/core-opacity-60 {
  background-color: rgb(249 113 103 / 60%);
}
.bg-core-color-red-50\/core-opacity-70 {
  background-color: rgb(249 113 103 / 70%);
}
.bg-core-color-red-50\/core-opacity-80 {
  background-color: rgb(249 113 103 / 80%);
}
.bg-core-color-red-50\/core-opacity-90 {
  background-color: rgb(249 113 103 / 90%);
}
.bg-core-color-red-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 162 155 / var(--tw-bg-opacity));
}
.bg-core-color-red-60\/0 {
  background-color: rgb(253 162 155 / 0);
}
.bg-core-color-red-60\/10 {
  background-color: rgb(253 162 155 / 0.1);
}
.bg-core-color-red-60\/100 {
  background-color: rgb(253 162 155 / 1);
}
.bg-core-color-red-60\/20 {
  background-color: rgb(253 162 155 / 0.2);
}
.bg-core-color-red-60\/25 {
  background-color: rgb(253 162 155 / 0.25);
}
.bg-core-color-red-60\/30 {
  background-color: rgb(253 162 155 / 0.3);
}
.bg-core-color-red-60\/40 {
  background-color: rgb(253 162 155 / 0.4);
}
.bg-core-color-red-60\/5 {
  background-color: rgb(253 162 155 / 0.05);
}
.bg-core-color-red-60\/50 {
  background-color: rgb(253 162 155 / 0.5);
}
.bg-core-color-red-60\/60 {
  background-color: rgb(253 162 155 / 0.6);
}
.bg-core-color-red-60\/70 {
  background-color: rgb(253 162 155 / 0.7);
}
.bg-core-color-red-60\/75 {
  background-color: rgb(253 162 155 / 0.75);
}
.bg-core-color-red-60\/80 {
  background-color: rgb(253 162 155 / 0.8);
}
.bg-core-color-red-60\/90 {
  background-color: rgb(253 162 155 / 0.9);
}
.bg-core-color-red-60\/95 {
  background-color: rgb(253 162 155 / 0.95);
}
.bg-core-color-red-60\/base-opacity-disabled {
  background-color: rgb(253 162 155 / 60%);
}
.bg-core-color-red-60\/core-opacity-0 {
  background-color: rgb(253 162 155 / 0%);
}
.bg-core-color-red-60\/core-opacity-10 {
  background-color: rgb(253 162 155 / 10%);
}
.bg-core-color-red-60\/core-opacity-100 {
  background-color: rgb(253 162 155 / 100%);
}
.bg-core-color-red-60\/core-opacity-20 {
  background-color: rgb(253 162 155 / 20%);
}
.bg-core-color-red-60\/core-opacity-30 {
  background-color: rgb(253 162 155 / 30%);
}
.bg-core-color-red-60\/core-opacity-40 {
  background-color: rgb(253 162 155 / 40%);
}
.bg-core-color-red-60\/core-opacity-50 {
  background-color: rgb(253 162 155 / 50%);
}
.bg-core-color-red-60\/core-opacity-60 {
  background-color: rgb(253 162 155 / 60%);
}
.bg-core-color-red-60\/core-opacity-70 {
  background-color: rgb(253 162 155 / 70%);
}
.bg-core-color-red-60\/core-opacity-80 {
  background-color: rgb(253 162 155 / 80%);
}
.bg-core-color-red-60\/core-opacity-90 {
  background-color: rgb(253 162 155 / 90%);
}
.bg-core-color-red-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 203 200 / var(--tw-bg-opacity));
}
.bg-core-color-red-70\/0 {
  background-color: rgb(254 203 200 / 0);
}
.bg-core-color-red-70\/10 {
  background-color: rgb(254 203 200 / 0.1);
}
.bg-core-color-red-70\/100 {
  background-color: rgb(254 203 200 / 1);
}
.bg-core-color-red-70\/20 {
  background-color: rgb(254 203 200 / 0.2);
}
.bg-core-color-red-70\/25 {
  background-color: rgb(254 203 200 / 0.25);
}
.bg-core-color-red-70\/30 {
  background-color: rgb(254 203 200 / 0.3);
}
.bg-core-color-red-70\/40 {
  background-color: rgb(254 203 200 / 0.4);
}
.bg-core-color-red-70\/5 {
  background-color: rgb(254 203 200 / 0.05);
}
.bg-core-color-red-70\/50 {
  background-color: rgb(254 203 200 / 0.5);
}
.bg-core-color-red-70\/60 {
  background-color: rgb(254 203 200 / 0.6);
}
.bg-core-color-red-70\/70 {
  background-color: rgb(254 203 200 / 0.7);
}
.bg-core-color-red-70\/75 {
  background-color: rgb(254 203 200 / 0.75);
}
.bg-core-color-red-70\/80 {
  background-color: rgb(254 203 200 / 0.8);
}
.bg-core-color-red-70\/90 {
  background-color: rgb(254 203 200 / 0.9);
}
.bg-core-color-red-70\/95 {
  background-color: rgb(254 203 200 / 0.95);
}
.bg-core-color-red-70\/base-opacity-disabled {
  background-color: rgb(254 203 200 / 60%);
}
.bg-core-color-red-70\/core-opacity-0 {
  background-color: rgb(254 203 200 / 0%);
}
.bg-core-color-red-70\/core-opacity-10 {
  background-color: rgb(254 203 200 / 10%);
}
.bg-core-color-red-70\/core-opacity-100 {
  background-color: rgb(254 203 200 / 100%);
}
.bg-core-color-red-70\/core-opacity-20 {
  background-color: rgb(254 203 200 / 20%);
}
.bg-core-color-red-70\/core-opacity-30 {
  background-color: rgb(254 203 200 / 30%);
}
.bg-core-color-red-70\/core-opacity-40 {
  background-color: rgb(254 203 200 / 40%);
}
.bg-core-color-red-70\/core-opacity-50 {
  background-color: rgb(254 203 200 / 50%);
}
.bg-core-color-red-70\/core-opacity-60 {
  background-color: rgb(254 203 200 / 60%);
}
.bg-core-color-red-70\/core-opacity-70 {
  background-color: rgb(254 203 200 / 70%);
}
.bg-core-color-red-70\/core-opacity-80 {
  background-color: rgb(254 203 200 / 80%);
}
.bg-core-color-red-70\/core-opacity-90 {
  background-color: rgb(254 203 200 / 90%);
}
.bg-core-color-red-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 227 225 / var(--tw-bg-opacity));
}
.bg-core-color-red-80\/0 {
  background-color: rgb(254 227 225 / 0);
}
.bg-core-color-red-80\/10 {
  background-color: rgb(254 227 225 / 0.1);
}
.bg-core-color-red-80\/100 {
  background-color: rgb(254 227 225 / 1);
}
.bg-core-color-red-80\/20 {
  background-color: rgb(254 227 225 / 0.2);
}
.bg-core-color-red-80\/25 {
  background-color: rgb(254 227 225 / 0.25);
}
.bg-core-color-red-80\/30 {
  background-color: rgb(254 227 225 / 0.3);
}
.bg-core-color-red-80\/40 {
  background-color: rgb(254 227 225 / 0.4);
}
.bg-core-color-red-80\/5 {
  background-color: rgb(254 227 225 / 0.05);
}
.bg-core-color-red-80\/50 {
  background-color: rgb(254 227 225 / 0.5);
}
.bg-core-color-red-80\/60 {
  background-color: rgb(254 227 225 / 0.6);
}
.bg-core-color-red-80\/70 {
  background-color: rgb(254 227 225 / 0.7);
}
.bg-core-color-red-80\/75 {
  background-color: rgb(254 227 225 / 0.75);
}
.bg-core-color-red-80\/80 {
  background-color: rgb(254 227 225 / 0.8);
}
.bg-core-color-red-80\/90 {
  background-color: rgb(254 227 225 / 0.9);
}
.bg-core-color-red-80\/95 {
  background-color: rgb(254 227 225 / 0.95);
}
.bg-core-color-red-80\/base-opacity-disabled {
  background-color: rgb(254 227 225 / 60%);
}
.bg-core-color-red-80\/core-opacity-0 {
  background-color: rgb(254 227 225 / 0%);
}
.bg-core-color-red-80\/core-opacity-10 {
  background-color: rgb(254 227 225 / 10%);
}
.bg-core-color-red-80\/core-opacity-100 {
  background-color: rgb(254 227 225 / 100%);
}
.bg-core-color-red-80\/core-opacity-20 {
  background-color: rgb(254 227 225 / 20%);
}
.bg-core-color-red-80\/core-opacity-30 {
  background-color: rgb(254 227 225 / 30%);
}
.bg-core-color-red-80\/core-opacity-40 {
  background-color: rgb(254 227 225 / 40%);
}
.bg-core-color-red-80\/core-opacity-50 {
  background-color: rgb(254 227 225 / 50%);
}
.bg-core-color-red-80\/core-opacity-60 {
  background-color: rgb(254 227 225 / 60%);
}
.bg-core-color-red-80\/core-opacity-70 {
  background-color: rgb(254 227 225 / 70%);
}
.bg-core-color-red-80\/core-opacity-80 {
  background-color: rgb(254 227 225 / 80%);
}
.bg-core-color-red-80\/core-opacity-90 {
  background-color: rgb(254 227 225 / 90%);
}
.bg-core-color-red-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 241 / var(--tw-bg-opacity));
}
.bg-core-color-red-90\/0 {
  background-color: rgb(254 242 241 / 0);
}
.bg-core-color-red-90\/10 {
  background-color: rgb(254 242 241 / 0.1);
}
.bg-core-color-red-90\/100 {
  background-color: rgb(254 242 241 / 1);
}
.bg-core-color-red-90\/20 {
  background-color: rgb(254 242 241 / 0.2);
}
.bg-core-color-red-90\/25 {
  background-color: rgb(254 242 241 / 0.25);
}
.bg-core-color-red-90\/30 {
  background-color: rgb(254 242 241 / 0.3);
}
.bg-core-color-red-90\/40 {
  background-color: rgb(254 242 241 / 0.4);
}
.bg-core-color-red-90\/5 {
  background-color: rgb(254 242 241 / 0.05);
}
.bg-core-color-red-90\/50 {
  background-color: rgb(254 242 241 / 0.5);
}
.bg-core-color-red-90\/60 {
  background-color: rgb(254 242 241 / 0.6);
}
.bg-core-color-red-90\/70 {
  background-color: rgb(254 242 241 / 0.7);
}
.bg-core-color-red-90\/75 {
  background-color: rgb(254 242 241 / 0.75);
}
.bg-core-color-red-90\/80 {
  background-color: rgb(254 242 241 / 0.8);
}
.bg-core-color-red-90\/90 {
  background-color: rgb(254 242 241 / 0.9);
}
.bg-core-color-red-90\/95 {
  background-color: rgb(254 242 241 / 0.95);
}
.bg-core-color-red-90\/base-opacity-disabled {
  background-color: rgb(254 242 241 / 60%);
}
.bg-core-color-red-90\/core-opacity-0 {
  background-color: rgb(254 242 241 / 0%);
}
.bg-core-color-red-90\/core-opacity-10 {
  background-color: rgb(254 242 241 / 10%);
}
.bg-core-color-red-90\/core-opacity-100 {
  background-color: rgb(254 242 241 / 100%);
}
.bg-core-color-red-90\/core-opacity-20 {
  background-color: rgb(254 242 241 / 20%);
}
.bg-core-color-red-90\/core-opacity-30 {
  background-color: rgb(254 242 241 / 30%);
}
.bg-core-color-red-90\/core-opacity-40 {
  background-color: rgb(254 242 241 / 40%);
}
.bg-core-color-red-90\/core-opacity-50 {
  background-color: rgb(254 242 241 / 50%);
}
.bg-core-color-red-90\/core-opacity-60 {
  background-color: rgb(254 242 241 / 60%);
}
.bg-core-color-red-90\/core-opacity-70 {
  background-color: rgb(254 242 241 / 70%);
}
.bg-core-color-red-90\/core-opacity-80 {
  background-color: rgb(254 242 241 / 80%);
}
.bg-core-color-red-90\/core-opacity-90 {
  background-color: rgb(254 242 241 / 90%);
}
.bg-core-color-rose-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(135 18 61 / var(--tw-bg-opacity));
}
.bg-core-color-rose-0\/0 {
  background-color: rgb(135 18 61 / 0);
}
.bg-core-color-rose-0\/10 {
  background-color: rgb(135 18 61 / 0.1);
}
.bg-core-color-rose-0\/100 {
  background-color: rgb(135 18 61 / 1);
}
.bg-core-color-rose-0\/20 {
  background-color: rgb(135 18 61 / 0.2);
}
.bg-core-color-rose-0\/25 {
  background-color: rgb(135 18 61 / 0.25);
}
.bg-core-color-rose-0\/30 {
  background-color: rgb(135 18 61 / 0.3);
}
.bg-core-color-rose-0\/40 {
  background-color: rgb(135 18 61 / 0.4);
}
.bg-core-color-rose-0\/5 {
  background-color: rgb(135 18 61 / 0.05);
}
.bg-core-color-rose-0\/50 {
  background-color: rgb(135 18 61 / 0.5);
}
.bg-core-color-rose-0\/60 {
  background-color: rgb(135 18 61 / 0.6);
}
.bg-core-color-rose-0\/70 {
  background-color: rgb(135 18 61 / 0.7);
}
.bg-core-color-rose-0\/75 {
  background-color: rgb(135 18 61 / 0.75);
}
.bg-core-color-rose-0\/80 {
  background-color: rgb(135 18 61 / 0.8);
}
.bg-core-color-rose-0\/90 {
  background-color: rgb(135 18 61 / 0.9);
}
.bg-core-color-rose-0\/95 {
  background-color: rgb(135 18 61 / 0.95);
}
.bg-core-color-rose-0\/base-opacity-disabled {
  background-color: rgb(135 18 61 / 60%);
}
.bg-core-color-rose-0\/core-opacity-0 {
  background-color: rgb(135 18 61 / 0%);
}
.bg-core-color-rose-0\/core-opacity-10 {
  background-color: rgb(135 18 61 / 10%);
}
.bg-core-color-rose-0\/core-opacity-100 {
  background-color: rgb(135 18 61 / 100%);
}
.bg-core-color-rose-0\/core-opacity-20 {
  background-color: rgb(135 18 61 / 20%);
}
.bg-core-color-rose-0\/core-opacity-30 {
  background-color: rgb(135 18 61 / 30%);
}
.bg-core-color-rose-0\/core-opacity-40 {
  background-color: rgb(135 18 61 / 40%);
}
.bg-core-color-rose-0\/core-opacity-50 {
  background-color: rgb(135 18 61 / 50%);
}
.bg-core-color-rose-0\/core-opacity-60 {
  background-color: rgb(135 18 61 / 60%);
}
.bg-core-color-rose-0\/core-opacity-70 {
  background-color: rgb(135 18 61 / 70%);
}
.bg-core-color-rose-0\/core-opacity-80 {
  background-color: rgb(135 18 61 / 80%);
}
.bg-core-color-rose-0\/core-opacity-90 {
  background-color: rgb(135 18 61 / 90%);
}
.bg-core-color-rose-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 16 67 / var(--tw-bg-opacity));
}
.bg-core-color-rose-10\/0 {
  background-color: rgb(162 16 67 / 0);
}
.bg-core-color-rose-10\/10 {
  background-color: rgb(162 16 67 / 0.1);
}
.bg-core-color-rose-10\/100 {
  background-color: rgb(162 16 67 / 1);
}
.bg-core-color-rose-10\/20 {
  background-color: rgb(162 16 67 / 0.2);
}
.bg-core-color-rose-10\/25 {
  background-color: rgb(162 16 67 / 0.25);
}
.bg-core-color-rose-10\/30 {
  background-color: rgb(162 16 67 / 0.3);
}
.bg-core-color-rose-10\/40 {
  background-color: rgb(162 16 67 / 0.4);
}
.bg-core-color-rose-10\/5 {
  background-color: rgb(162 16 67 / 0.05);
}
.bg-core-color-rose-10\/50 {
  background-color: rgb(162 16 67 / 0.5);
}
.bg-core-color-rose-10\/60 {
  background-color: rgb(162 16 67 / 0.6);
}
.bg-core-color-rose-10\/70 {
  background-color: rgb(162 16 67 / 0.7);
}
.bg-core-color-rose-10\/75 {
  background-color: rgb(162 16 67 / 0.75);
}
.bg-core-color-rose-10\/80 {
  background-color: rgb(162 16 67 / 0.8);
}
.bg-core-color-rose-10\/90 {
  background-color: rgb(162 16 67 / 0.9);
}
.bg-core-color-rose-10\/95 {
  background-color: rgb(162 16 67 / 0.95);
}
.bg-core-color-rose-10\/base-opacity-disabled {
  background-color: rgb(162 16 67 / 60%);
}
.bg-core-color-rose-10\/core-opacity-0 {
  background-color: rgb(162 16 67 / 0%);
}
.bg-core-color-rose-10\/core-opacity-10 {
  background-color: rgb(162 16 67 / 10%);
}
.bg-core-color-rose-10\/core-opacity-100 {
  background-color: rgb(162 16 67 / 100%);
}
.bg-core-color-rose-10\/core-opacity-20 {
  background-color: rgb(162 16 67 / 20%);
}
.bg-core-color-rose-10\/core-opacity-30 {
  background-color: rgb(162 16 67 / 30%);
}
.bg-core-color-rose-10\/core-opacity-40 {
  background-color: rgb(162 16 67 / 40%);
}
.bg-core-color-rose-10\/core-opacity-50 {
  background-color: rgb(162 16 67 / 50%);
}
.bg-core-color-rose-10\/core-opacity-60 {
  background-color: rgb(162 16 67 / 60%);
}
.bg-core-color-rose-10\/core-opacity-70 {
  background-color: rgb(162 16 67 / 70%);
}
.bg-core-color-rose-10\/core-opacity-80 {
  background-color: rgb(162 16 67 / 80%);
}
.bg-core-color-rose-10\/core-opacity-90 {
  background-color: rgb(162 16 67 / 90%);
}
.bg-core-color-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 246 / var(--tw-bg-opacity));
}
.bg-core-color-rose-100\/0 {
  background-color: rgb(255 245 246 / 0);
}
.bg-core-color-rose-100\/10 {
  background-color: rgb(255 245 246 / 0.1);
}
.bg-core-color-rose-100\/100 {
  background-color: rgb(255 245 246 / 1);
}
.bg-core-color-rose-100\/20 {
  background-color: rgb(255 245 246 / 0.2);
}
.bg-core-color-rose-100\/25 {
  background-color: rgb(255 245 246 / 0.25);
}
.bg-core-color-rose-100\/30 {
  background-color: rgb(255 245 246 / 0.3);
}
.bg-core-color-rose-100\/40 {
  background-color: rgb(255 245 246 / 0.4);
}
.bg-core-color-rose-100\/5 {
  background-color: rgb(255 245 246 / 0.05);
}
.bg-core-color-rose-100\/50 {
  background-color: rgb(255 245 246 / 0.5);
}
.bg-core-color-rose-100\/60 {
  background-color: rgb(255 245 246 / 0.6);
}
.bg-core-color-rose-100\/70 {
  background-color: rgb(255 245 246 / 0.7);
}
.bg-core-color-rose-100\/75 {
  background-color: rgb(255 245 246 / 0.75);
}
.bg-core-color-rose-100\/80 {
  background-color: rgb(255 245 246 / 0.8);
}
.bg-core-color-rose-100\/90 {
  background-color: rgb(255 245 246 / 0.9);
}
.bg-core-color-rose-100\/95 {
  background-color: rgb(255 245 246 / 0.95);
}
.bg-core-color-rose-100\/base-opacity-disabled {
  background-color: rgb(255 245 246 / 60%);
}
.bg-core-color-rose-100\/core-opacity-0 {
  background-color: rgb(255 245 246 / 0%);
}
.bg-core-color-rose-100\/core-opacity-10 {
  background-color: rgb(255 245 246 / 10%);
}
.bg-core-color-rose-100\/core-opacity-100 {
  background-color: rgb(255 245 246 / 100%);
}
.bg-core-color-rose-100\/core-opacity-20 {
  background-color: rgb(255 245 246 / 20%);
}
.bg-core-color-rose-100\/core-opacity-30 {
  background-color: rgb(255 245 246 / 30%);
}
.bg-core-color-rose-100\/core-opacity-40 {
  background-color: rgb(255 245 246 / 40%);
}
.bg-core-color-rose-100\/core-opacity-50 {
  background-color: rgb(255 245 246 / 50%);
}
.bg-core-color-rose-100\/core-opacity-60 {
  background-color: rgb(255 245 246 / 60%);
}
.bg-core-color-rose-100\/core-opacity-70 {
  background-color: rgb(255 245 246 / 70%);
}
.bg-core-color-rose-100\/core-opacity-80 {
  background-color: rgb(255 245 246 / 80%);
}
.bg-core-color-rose-100\/core-opacity-90 {
  background-color: rgb(255 245 246 / 90%);
}
.bg-core-color-rose-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 16 72 / var(--tw-bg-opacity));
}
.bg-core-color-rose-20\/0 {
  background-color: rgb(193 16 72 / 0);
}
.bg-core-color-rose-20\/10 {
  background-color: rgb(193 16 72 / 0.1);
}
.bg-core-color-rose-20\/100 {
  background-color: rgb(193 16 72 / 1);
}
.bg-core-color-rose-20\/20 {
  background-color: rgb(193 16 72 / 0.2);
}
.bg-core-color-rose-20\/25 {
  background-color: rgb(193 16 72 / 0.25);
}
.bg-core-color-rose-20\/30 {
  background-color: rgb(193 16 72 / 0.3);
}
.bg-core-color-rose-20\/40 {
  background-color: rgb(193 16 72 / 0.4);
}
.bg-core-color-rose-20\/5 {
  background-color: rgb(193 16 72 / 0.05);
}
.bg-core-color-rose-20\/50 {
  background-color: rgb(193 16 72 / 0.5);
}
.bg-core-color-rose-20\/60 {
  background-color: rgb(193 16 72 / 0.6);
}
.bg-core-color-rose-20\/70 {
  background-color: rgb(193 16 72 / 0.7);
}
.bg-core-color-rose-20\/75 {
  background-color: rgb(193 16 72 / 0.75);
}
.bg-core-color-rose-20\/80 {
  background-color: rgb(193 16 72 / 0.8);
}
.bg-core-color-rose-20\/90 {
  background-color: rgb(193 16 72 / 0.9);
}
.bg-core-color-rose-20\/95 {
  background-color: rgb(193 16 72 / 0.95);
}
.bg-core-color-rose-20\/base-opacity-disabled {
  background-color: rgb(193 16 72 / 60%);
}
.bg-core-color-rose-20\/core-opacity-0 {
  background-color: rgb(193 16 72 / 0%);
}
.bg-core-color-rose-20\/core-opacity-10 {
  background-color: rgb(193 16 72 / 10%);
}
.bg-core-color-rose-20\/core-opacity-100 {
  background-color: rgb(193 16 72 / 100%);
}
.bg-core-color-rose-20\/core-opacity-20 {
  background-color: rgb(193 16 72 / 20%);
}
.bg-core-color-rose-20\/core-opacity-30 {
  background-color: rgb(193 16 72 / 30%);
}
.bg-core-color-rose-20\/core-opacity-40 {
  background-color: rgb(193 16 72 / 40%);
}
.bg-core-color-rose-20\/core-opacity-50 {
  background-color: rgb(193 16 72 / 50%);
}
.bg-core-color-rose-20\/core-opacity-60 {
  background-color: rgb(193 16 72 / 60%);
}
.bg-core-color-rose-20\/core-opacity-70 {
  background-color: rgb(193 16 72 / 70%);
}
.bg-core-color-rose-20\/core-opacity-80 {
  background-color: rgb(193 16 72 / 80%);
}
.bg-core-color-rose-20\/core-opacity-90 {
  background-color: rgb(193 16 72 / 90%);
}
.bg-core-color-rose-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 27 84 / var(--tw-bg-opacity));
}
.bg-core-color-rose-30\/0 {
  background-color: rgb(228 27 84 / 0);
}
.bg-core-color-rose-30\/10 {
  background-color: rgb(228 27 84 / 0.1);
}
.bg-core-color-rose-30\/100 {
  background-color: rgb(228 27 84 / 1);
}
.bg-core-color-rose-30\/20 {
  background-color: rgb(228 27 84 / 0.2);
}
.bg-core-color-rose-30\/25 {
  background-color: rgb(228 27 84 / 0.25);
}
.bg-core-color-rose-30\/30 {
  background-color: rgb(228 27 84 / 0.3);
}
.bg-core-color-rose-30\/40 {
  background-color: rgb(228 27 84 / 0.4);
}
.bg-core-color-rose-30\/5 {
  background-color: rgb(228 27 84 / 0.05);
}
.bg-core-color-rose-30\/50 {
  background-color: rgb(228 27 84 / 0.5);
}
.bg-core-color-rose-30\/60 {
  background-color: rgb(228 27 84 / 0.6);
}
.bg-core-color-rose-30\/70 {
  background-color: rgb(228 27 84 / 0.7);
}
.bg-core-color-rose-30\/75 {
  background-color: rgb(228 27 84 / 0.75);
}
.bg-core-color-rose-30\/80 {
  background-color: rgb(228 27 84 / 0.8);
}
.bg-core-color-rose-30\/90 {
  background-color: rgb(228 27 84 / 0.9);
}
.bg-core-color-rose-30\/95 {
  background-color: rgb(228 27 84 / 0.95);
}
.bg-core-color-rose-30\/base-opacity-disabled {
  background-color: rgb(228 27 84 / 60%);
}
.bg-core-color-rose-30\/core-opacity-0 {
  background-color: rgb(228 27 84 / 0%);
}
.bg-core-color-rose-30\/core-opacity-10 {
  background-color: rgb(228 27 84 / 10%);
}
.bg-core-color-rose-30\/core-opacity-100 {
  background-color: rgb(228 27 84 / 100%);
}
.bg-core-color-rose-30\/core-opacity-20 {
  background-color: rgb(228 27 84 / 20%);
}
.bg-core-color-rose-30\/core-opacity-30 {
  background-color: rgb(228 27 84 / 30%);
}
.bg-core-color-rose-30\/core-opacity-40 {
  background-color: rgb(228 27 84 / 40%);
}
.bg-core-color-rose-30\/core-opacity-50 {
  background-color: rgb(228 27 84 / 50%);
}
.bg-core-color-rose-30\/core-opacity-60 {
  background-color: rgb(228 27 84 / 60%);
}
.bg-core-color-rose-30\/core-opacity-70 {
  background-color: rgb(228 27 84 / 70%);
}
.bg-core-color-rose-30\/core-opacity-80 {
  background-color: rgb(228 27 84 / 80%);
}
.bg-core-color-rose-30\/core-opacity-90 {
  background-color: rgb(228 27 84 / 90%);
}
.bg-core-color-rose-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 60 103 / var(--tw-bg-opacity));
}
.bg-core-color-rose-40\/0 {
  background-color: rgb(246 60 103 / 0);
}
.bg-core-color-rose-40\/10 {
  background-color: rgb(246 60 103 / 0.1);
}
.bg-core-color-rose-40\/100 {
  background-color: rgb(246 60 103 / 1);
}
.bg-core-color-rose-40\/20 {
  background-color: rgb(246 60 103 / 0.2);
}
.bg-core-color-rose-40\/25 {
  background-color: rgb(246 60 103 / 0.25);
}
.bg-core-color-rose-40\/30 {
  background-color: rgb(246 60 103 / 0.3);
}
.bg-core-color-rose-40\/40 {
  background-color: rgb(246 60 103 / 0.4);
}
.bg-core-color-rose-40\/5 {
  background-color: rgb(246 60 103 / 0.05);
}
.bg-core-color-rose-40\/50 {
  background-color: rgb(246 60 103 / 0.5);
}
.bg-core-color-rose-40\/60 {
  background-color: rgb(246 60 103 / 0.6);
}
.bg-core-color-rose-40\/70 {
  background-color: rgb(246 60 103 / 0.7);
}
.bg-core-color-rose-40\/75 {
  background-color: rgb(246 60 103 / 0.75);
}
.bg-core-color-rose-40\/80 {
  background-color: rgb(246 60 103 / 0.8);
}
.bg-core-color-rose-40\/90 {
  background-color: rgb(246 60 103 / 0.9);
}
.bg-core-color-rose-40\/95 {
  background-color: rgb(246 60 103 / 0.95);
}
.bg-core-color-rose-40\/base-opacity-disabled {
  background-color: rgb(246 60 103 / 60%);
}
.bg-core-color-rose-40\/core-opacity-0 {
  background-color: rgb(246 60 103 / 0%);
}
.bg-core-color-rose-40\/core-opacity-10 {
  background-color: rgb(246 60 103 / 10%);
}
.bg-core-color-rose-40\/core-opacity-100 {
  background-color: rgb(246 60 103 / 100%);
}
.bg-core-color-rose-40\/core-opacity-20 {
  background-color: rgb(246 60 103 / 20%);
}
.bg-core-color-rose-40\/core-opacity-30 {
  background-color: rgb(246 60 103 / 30%);
}
.bg-core-color-rose-40\/core-opacity-40 {
  background-color: rgb(246 60 103 / 40%);
}
.bg-core-color-rose-40\/core-opacity-50 {
  background-color: rgb(246 60 103 / 50%);
}
.bg-core-color-rose-40\/core-opacity-60 {
  background-color: rgb(246 60 103 / 60%);
}
.bg-core-color-rose-40\/core-opacity-70 {
  background-color: rgb(246 60 103 / 70%);
}
.bg-core-color-rose-40\/core-opacity-80 {
  background-color: rgb(246 60 103 / 80%);
}
.bg-core-color-rose-40\/core-opacity-90 {
  background-color: rgb(246 60 103 / 90%);
}
.bg-core-color-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 109 140 / var(--tw-bg-opacity));
}
.bg-core-color-rose-50\/0 {
  background-color: rgb(253 109 140 / 0);
}
.bg-core-color-rose-50\/10 {
  background-color: rgb(253 109 140 / 0.1);
}
.bg-core-color-rose-50\/100 {
  background-color: rgb(253 109 140 / 1);
}
.bg-core-color-rose-50\/20 {
  background-color: rgb(253 109 140 / 0.2);
}
.bg-core-color-rose-50\/25 {
  background-color: rgb(253 109 140 / 0.25);
}
.bg-core-color-rose-50\/30 {
  background-color: rgb(253 109 140 / 0.3);
}
.bg-core-color-rose-50\/40 {
  background-color: rgb(253 109 140 / 0.4);
}
.bg-core-color-rose-50\/5 {
  background-color: rgb(253 109 140 / 0.05);
}
.bg-core-color-rose-50\/50 {
  background-color: rgb(253 109 140 / 0.5);
}
.bg-core-color-rose-50\/60 {
  background-color: rgb(253 109 140 / 0.6);
}
.bg-core-color-rose-50\/70 {
  background-color: rgb(253 109 140 / 0.7);
}
.bg-core-color-rose-50\/75 {
  background-color: rgb(253 109 140 / 0.75);
}
.bg-core-color-rose-50\/80 {
  background-color: rgb(253 109 140 / 0.8);
}
.bg-core-color-rose-50\/90 {
  background-color: rgb(253 109 140 / 0.9);
}
.bg-core-color-rose-50\/95 {
  background-color: rgb(253 109 140 / 0.95);
}
.bg-core-color-rose-50\/base-opacity-disabled {
  background-color: rgb(253 109 140 / 60%);
}
.bg-core-color-rose-50\/core-opacity-0 {
  background-color: rgb(253 109 140 / 0%);
}
.bg-core-color-rose-50\/core-opacity-10 {
  background-color: rgb(253 109 140 / 10%);
}
.bg-core-color-rose-50\/core-opacity-100 {
  background-color: rgb(253 109 140 / 100%);
}
.bg-core-color-rose-50\/core-opacity-20 {
  background-color: rgb(253 109 140 / 20%);
}
.bg-core-color-rose-50\/core-opacity-30 {
  background-color: rgb(253 109 140 / 30%);
}
.bg-core-color-rose-50\/core-opacity-40 {
  background-color: rgb(253 109 140 / 40%);
}
.bg-core-color-rose-50\/core-opacity-50 {
  background-color: rgb(253 109 140 / 50%);
}
.bg-core-color-rose-50\/core-opacity-60 {
  background-color: rgb(253 109 140 / 60%);
}
.bg-core-color-rose-50\/core-opacity-70 {
  background-color: rgb(253 109 140 / 70%);
}
.bg-core-color-rose-50\/core-opacity-80 {
  background-color: rgb(253 109 140 / 80%);
}
.bg-core-color-rose-50\/core-opacity-90 {
  background-color: rgb(253 109 140 / 90%);
}
.bg-core-color-rose-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 164 181 / var(--tw-bg-opacity));
}
.bg-core-color-rose-60\/0 {
  background-color: rgb(254 164 181 / 0);
}
.bg-core-color-rose-60\/10 {
  background-color: rgb(254 164 181 / 0.1);
}
.bg-core-color-rose-60\/100 {
  background-color: rgb(254 164 181 / 1);
}
.bg-core-color-rose-60\/20 {
  background-color: rgb(254 164 181 / 0.2);
}
.bg-core-color-rose-60\/25 {
  background-color: rgb(254 164 181 / 0.25);
}
.bg-core-color-rose-60\/30 {
  background-color: rgb(254 164 181 / 0.3);
}
.bg-core-color-rose-60\/40 {
  background-color: rgb(254 164 181 / 0.4);
}
.bg-core-color-rose-60\/5 {
  background-color: rgb(254 164 181 / 0.05);
}
.bg-core-color-rose-60\/50 {
  background-color: rgb(254 164 181 / 0.5);
}
.bg-core-color-rose-60\/60 {
  background-color: rgb(254 164 181 / 0.6);
}
.bg-core-color-rose-60\/70 {
  background-color: rgb(254 164 181 / 0.7);
}
.bg-core-color-rose-60\/75 {
  background-color: rgb(254 164 181 / 0.75);
}
.bg-core-color-rose-60\/80 {
  background-color: rgb(254 164 181 / 0.8);
}
.bg-core-color-rose-60\/90 {
  background-color: rgb(254 164 181 / 0.9);
}
.bg-core-color-rose-60\/95 {
  background-color: rgb(254 164 181 / 0.95);
}
.bg-core-color-rose-60\/base-opacity-disabled {
  background-color: rgb(254 164 181 / 60%);
}
.bg-core-color-rose-60\/core-opacity-0 {
  background-color: rgb(254 164 181 / 0%);
}
.bg-core-color-rose-60\/core-opacity-10 {
  background-color: rgb(254 164 181 / 10%);
}
.bg-core-color-rose-60\/core-opacity-100 {
  background-color: rgb(254 164 181 / 100%);
}
.bg-core-color-rose-60\/core-opacity-20 {
  background-color: rgb(254 164 181 / 20%);
}
.bg-core-color-rose-60\/core-opacity-30 {
  background-color: rgb(254 164 181 / 30%);
}
.bg-core-color-rose-60\/core-opacity-40 {
  background-color: rgb(254 164 181 / 40%);
}
.bg-core-color-rose-60\/core-opacity-50 {
  background-color: rgb(254 164 181 / 50%);
}
.bg-core-color-rose-60\/core-opacity-60 {
  background-color: rgb(254 164 181 / 60%);
}
.bg-core-color-rose-60\/core-opacity-70 {
  background-color: rgb(254 164 181 / 70%);
}
.bg-core-color-rose-60\/core-opacity-80 {
  background-color: rgb(254 164 181 / 80%);
}
.bg-core-color-rose-60\/core-opacity-90 {
  background-color: rgb(254 164 181 / 90%);
}
.bg-core-color-rose-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 214 / var(--tw-bg-opacity));
}
.bg-core-color-rose-70\/0 {
  background-color: rgb(254 205 214 / 0);
}
.bg-core-color-rose-70\/10 {
  background-color: rgb(254 205 214 / 0.1);
}
.bg-core-color-rose-70\/100 {
  background-color: rgb(254 205 214 / 1);
}
.bg-core-color-rose-70\/20 {
  background-color: rgb(254 205 214 / 0.2);
}
.bg-core-color-rose-70\/25 {
  background-color: rgb(254 205 214 / 0.25);
}
.bg-core-color-rose-70\/30 {
  background-color: rgb(254 205 214 / 0.3);
}
.bg-core-color-rose-70\/40 {
  background-color: rgb(254 205 214 / 0.4);
}
.bg-core-color-rose-70\/5 {
  background-color: rgb(254 205 214 / 0.05);
}
.bg-core-color-rose-70\/50 {
  background-color: rgb(254 205 214 / 0.5);
}
.bg-core-color-rose-70\/60 {
  background-color: rgb(254 205 214 / 0.6);
}
.bg-core-color-rose-70\/70 {
  background-color: rgb(254 205 214 / 0.7);
}
.bg-core-color-rose-70\/75 {
  background-color: rgb(254 205 214 / 0.75);
}
.bg-core-color-rose-70\/80 {
  background-color: rgb(254 205 214 / 0.8);
}
.bg-core-color-rose-70\/90 {
  background-color: rgb(254 205 214 / 0.9);
}
.bg-core-color-rose-70\/95 {
  background-color: rgb(254 205 214 / 0.95);
}
.bg-core-color-rose-70\/base-opacity-disabled {
  background-color: rgb(254 205 214 / 60%);
}
.bg-core-color-rose-70\/core-opacity-0 {
  background-color: rgb(254 205 214 / 0%);
}
.bg-core-color-rose-70\/core-opacity-10 {
  background-color: rgb(254 205 214 / 10%);
}
.bg-core-color-rose-70\/core-opacity-100 {
  background-color: rgb(254 205 214 / 100%);
}
.bg-core-color-rose-70\/core-opacity-20 {
  background-color: rgb(254 205 214 / 20%);
}
.bg-core-color-rose-70\/core-opacity-30 {
  background-color: rgb(254 205 214 / 30%);
}
.bg-core-color-rose-70\/core-opacity-40 {
  background-color: rgb(254 205 214 / 40%);
}
.bg-core-color-rose-70\/core-opacity-50 {
  background-color: rgb(254 205 214 / 50%);
}
.bg-core-color-rose-70\/core-opacity-60 {
  background-color: rgb(254 205 214 / 60%);
}
.bg-core-color-rose-70\/core-opacity-70 {
  background-color: rgb(254 205 214 / 70%);
}
.bg-core-color-rose-70\/core-opacity-80 {
  background-color: rgb(254 205 214 / 80%);
}
.bg-core-color-rose-70\/core-opacity-90 {
  background-color: rgb(254 205 214 / 90%);
}
.bg-core-color-rose-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 233 / var(--tw-bg-opacity));
}
.bg-core-color-rose-80\/0 {
  background-color: rgb(255 229 233 / 0);
}
.bg-core-color-rose-80\/10 {
  background-color: rgb(255 229 233 / 0.1);
}
.bg-core-color-rose-80\/100 {
  background-color: rgb(255 229 233 / 1);
}
.bg-core-color-rose-80\/20 {
  background-color: rgb(255 229 233 / 0.2);
}
.bg-core-color-rose-80\/25 {
  background-color: rgb(255 229 233 / 0.25);
}
.bg-core-color-rose-80\/30 {
  background-color: rgb(255 229 233 / 0.3);
}
.bg-core-color-rose-80\/40 {
  background-color: rgb(255 229 233 / 0.4);
}
.bg-core-color-rose-80\/5 {
  background-color: rgb(255 229 233 / 0.05);
}
.bg-core-color-rose-80\/50 {
  background-color: rgb(255 229 233 / 0.5);
}
.bg-core-color-rose-80\/60 {
  background-color: rgb(255 229 233 / 0.6);
}
.bg-core-color-rose-80\/70 {
  background-color: rgb(255 229 233 / 0.7);
}
.bg-core-color-rose-80\/75 {
  background-color: rgb(255 229 233 / 0.75);
}
.bg-core-color-rose-80\/80 {
  background-color: rgb(255 229 233 / 0.8);
}
.bg-core-color-rose-80\/90 {
  background-color: rgb(255 229 233 / 0.9);
}
.bg-core-color-rose-80\/95 {
  background-color: rgb(255 229 233 / 0.95);
}
.bg-core-color-rose-80\/base-opacity-disabled {
  background-color: rgb(255 229 233 / 60%);
}
.bg-core-color-rose-80\/core-opacity-0 {
  background-color: rgb(255 229 233 / 0%);
}
.bg-core-color-rose-80\/core-opacity-10 {
  background-color: rgb(255 229 233 / 10%);
}
.bg-core-color-rose-80\/core-opacity-100 {
  background-color: rgb(255 229 233 / 100%);
}
.bg-core-color-rose-80\/core-opacity-20 {
  background-color: rgb(255 229 233 / 20%);
}
.bg-core-color-rose-80\/core-opacity-30 {
  background-color: rgb(255 229 233 / 30%);
}
.bg-core-color-rose-80\/core-opacity-40 {
  background-color: rgb(255 229 233 / 40%);
}
.bg-core-color-rose-80\/core-opacity-50 {
  background-color: rgb(255 229 233 / 50%);
}
.bg-core-color-rose-80\/core-opacity-60 {
  background-color: rgb(255 229 233 / 60%);
}
.bg-core-color-rose-80\/core-opacity-70 {
  background-color: rgb(255 229 233 / 70%);
}
.bg-core-color-rose-80\/core-opacity-80 {
  background-color: rgb(255 229 233 / 80%);
}
.bg-core-color-rose-80\/core-opacity-90 {
  background-color: rgb(255 229 233 / 90%);
}
.bg-core-color-rose-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 242 / var(--tw-bg-opacity));
}
.bg-core-color-rose-90\/0 {
  background-color: rgb(255 240 242 / 0);
}
.bg-core-color-rose-90\/10 {
  background-color: rgb(255 240 242 / 0.1);
}
.bg-core-color-rose-90\/100 {
  background-color: rgb(255 240 242 / 1);
}
.bg-core-color-rose-90\/20 {
  background-color: rgb(255 240 242 / 0.2);
}
.bg-core-color-rose-90\/25 {
  background-color: rgb(255 240 242 / 0.25);
}
.bg-core-color-rose-90\/30 {
  background-color: rgb(255 240 242 / 0.3);
}
.bg-core-color-rose-90\/40 {
  background-color: rgb(255 240 242 / 0.4);
}
.bg-core-color-rose-90\/5 {
  background-color: rgb(255 240 242 / 0.05);
}
.bg-core-color-rose-90\/50 {
  background-color: rgb(255 240 242 / 0.5);
}
.bg-core-color-rose-90\/60 {
  background-color: rgb(255 240 242 / 0.6);
}
.bg-core-color-rose-90\/70 {
  background-color: rgb(255 240 242 / 0.7);
}
.bg-core-color-rose-90\/75 {
  background-color: rgb(255 240 242 / 0.75);
}
.bg-core-color-rose-90\/80 {
  background-color: rgb(255 240 242 / 0.8);
}
.bg-core-color-rose-90\/90 {
  background-color: rgb(255 240 242 / 0.9);
}
.bg-core-color-rose-90\/95 {
  background-color: rgb(255 240 242 / 0.95);
}
.bg-core-color-rose-90\/base-opacity-disabled {
  background-color: rgb(255 240 242 / 60%);
}
.bg-core-color-rose-90\/core-opacity-0 {
  background-color: rgb(255 240 242 / 0%);
}
.bg-core-color-rose-90\/core-opacity-10 {
  background-color: rgb(255 240 242 / 10%);
}
.bg-core-color-rose-90\/core-opacity-100 {
  background-color: rgb(255 240 242 / 100%);
}
.bg-core-color-rose-90\/core-opacity-20 {
  background-color: rgb(255 240 242 / 20%);
}
.bg-core-color-rose-90\/core-opacity-30 {
  background-color: rgb(255 240 242 / 30%);
}
.bg-core-color-rose-90\/core-opacity-40 {
  background-color: rgb(255 240 242 / 40%);
}
.bg-core-color-rose-90\/core-opacity-50 {
  background-color: rgb(255 240 242 / 50%);
}
.bg-core-color-rose-90\/core-opacity-60 {
  background-color: rgb(255 240 242 / 60%);
}
.bg-core-color-rose-90\/core-opacity-70 {
  background-color: rgb(255 240 242 / 70%);
}
.bg-core-color-rose-90\/core-opacity-80 {
  background-color: rgb(255 240 242 / 80%);
}
.bg-core-color-rose-90\/core-opacity-90 {
  background-color: rgb(255 240 242 / 90%);
}
.bg-core-color-teal-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 72 / var(--tw-bg-opacity));
}
.bg-core-color-teal-0\/0 {
  background-color: rgb(19 78 72 / 0);
}
.bg-core-color-teal-0\/10 {
  background-color: rgb(19 78 72 / 0.1);
}
.bg-core-color-teal-0\/100 {
  background-color: rgb(19 78 72 / 1);
}
.bg-core-color-teal-0\/20 {
  background-color: rgb(19 78 72 / 0.2);
}
.bg-core-color-teal-0\/25 {
  background-color: rgb(19 78 72 / 0.25);
}
.bg-core-color-teal-0\/30 {
  background-color: rgb(19 78 72 / 0.3);
}
.bg-core-color-teal-0\/40 {
  background-color: rgb(19 78 72 / 0.4);
}
.bg-core-color-teal-0\/5 {
  background-color: rgb(19 78 72 / 0.05);
}
.bg-core-color-teal-0\/50 {
  background-color: rgb(19 78 72 / 0.5);
}
.bg-core-color-teal-0\/60 {
  background-color: rgb(19 78 72 / 0.6);
}
.bg-core-color-teal-0\/70 {
  background-color: rgb(19 78 72 / 0.7);
}
.bg-core-color-teal-0\/75 {
  background-color: rgb(19 78 72 / 0.75);
}
.bg-core-color-teal-0\/80 {
  background-color: rgb(19 78 72 / 0.8);
}
.bg-core-color-teal-0\/90 {
  background-color: rgb(19 78 72 / 0.9);
}
.bg-core-color-teal-0\/95 {
  background-color: rgb(19 78 72 / 0.95);
}
.bg-core-color-teal-0\/base-opacity-disabled {
  background-color: rgb(19 78 72 / 60%);
}
.bg-core-color-teal-0\/core-opacity-0 {
  background-color: rgb(19 78 72 / 0%);
}
.bg-core-color-teal-0\/core-opacity-10 {
  background-color: rgb(19 78 72 / 10%);
}
.bg-core-color-teal-0\/core-opacity-100 {
  background-color: rgb(19 78 72 / 100%);
}
.bg-core-color-teal-0\/core-opacity-20 {
  background-color: rgb(19 78 72 / 20%);
}
.bg-core-color-teal-0\/core-opacity-30 {
  background-color: rgb(19 78 72 / 30%);
}
.bg-core-color-teal-0\/core-opacity-40 {
  background-color: rgb(19 78 72 / 40%);
}
.bg-core-color-teal-0\/core-opacity-50 {
  background-color: rgb(19 78 72 / 50%);
}
.bg-core-color-teal-0\/core-opacity-60 {
  background-color: rgb(19 78 72 / 60%);
}
.bg-core-color-teal-0\/core-opacity-70 {
  background-color: rgb(19 78 72 / 70%);
}
.bg-core-color-teal-0\/core-opacity-80 {
  background-color: rgb(19 78 72 / 80%);
}
.bg-core-color-teal-0\/core-opacity-90 {
  background-color: rgb(19 78 72 / 90%);
}
.bg-core-color-teal-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 94 87 / var(--tw-bg-opacity));
}
.bg-core-color-teal-10\/0 {
  background-color: rgb(18 94 87 / 0);
}
.bg-core-color-teal-10\/10 {
  background-color: rgb(18 94 87 / 0.1);
}
.bg-core-color-teal-10\/100 {
  background-color: rgb(18 94 87 / 1);
}
.bg-core-color-teal-10\/20 {
  background-color: rgb(18 94 87 / 0.2);
}
.bg-core-color-teal-10\/25 {
  background-color: rgb(18 94 87 / 0.25);
}
.bg-core-color-teal-10\/30 {
  background-color: rgb(18 94 87 / 0.3);
}
.bg-core-color-teal-10\/40 {
  background-color: rgb(18 94 87 / 0.4);
}
.bg-core-color-teal-10\/5 {
  background-color: rgb(18 94 87 / 0.05);
}
.bg-core-color-teal-10\/50 {
  background-color: rgb(18 94 87 / 0.5);
}
.bg-core-color-teal-10\/60 {
  background-color: rgb(18 94 87 / 0.6);
}
.bg-core-color-teal-10\/70 {
  background-color: rgb(18 94 87 / 0.7);
}
.bg-core-color-teal-10\/75 {
  background-color: rgb(18 94 87 / 0.75);
}
.bg-core-color-teal-10\/80 {
  background-color: rgb(18 94 87 / 0.8);
}
.bg-core-color-teal-10\/90 {
  background-color: rgb(18 94 87 / 0.9);
}
.bg-core-color-teal-10\/95 {
  background-color: rgb(18 94 87 / 0.95);
}
.bg-core-color-teal-10\/base-opacity-disabled {
  background-color: rgb(18 94 87 / 60%);
}
.bg-core-color-teal-10\/core-opacity-0 {
  background-color: rgb(18 94 87 / 0%);
}
.bg-core-color-teal-10\/core-opacity-10 {
  background-color: rgb(18 94 87 / 10%);
}
.bg-core-color-teal-10\/core-opacity-100 {
  background-color: rgb(18 94 87 / 100%);
}
.bg-core-color-teal-10\/core-opacity-20 {
  background-color: rgb(18 94 87 / 20%);
}
.bg-core-color-teal-10\/core-opacity-30 {
  background-color: rgb(18 94 87 / 30%);
}
.bg-core-color-teal-10\/core-opacity-40 {
  background-color: rgb(18 94 87 / 40%);
}
.bg-core-color-teal-10\/core-opacity-50 {
  background-color: rgb(18 94 87 / 50%);
}
.bg-core-color-teal-10\/core-opacity-60 {
  background-color: rgb(18 94 87 / 60%);
}
.bg-core-color-teal-10\/core-opacity-70 {
  background-color: rgb(18 94 87 / 70%);
}
.bg-core-color-teal-10\/core-opacity-80 {
  background-color: rgb(18 94 87 / 80%);
}
.bg-core-color-teal-10\/core-opacity-90 {
  background-color: rgb(18 94 87 / 90%);
}
.bg-core-color-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 252 / var(--tw-bg-opacity));
}
.bg-core-color-teal-100\/0 {
  background-color: rgb(246 254 252 / 0);
}
.bg-core-color-teal-100\/10 {
  background-color: rgb(246 254 252 / 0.1);
}
.bg-core-color-teal-100\/100 {
  background-color: rgb(246 254 252 / 1);
}
.bg-core-color-teal-100\/20 {
  background-color: rgb(246 254 252 / 0.2);
}
.bg-core-color-teal-100\/25 {
  background-color: rgb(246 254 252 / 0.25);
}
.bg-core-color-teal-100\/30 {
  background-color: rgb(246 254 252 / 0.3);
}
.bg-core-color-teal-100\/40 {
  background-color: rgb(246 254 252 / 0.4);
}
.bg-core-color-teal-100\/5 {
  background-color: rgb(246 254 252 / 0.05);
}
.bg-core-color-teal-100\/50 {
  background-color: rgb(246 254 252 / 0.5);
}
.bg-core-color-teal-100\/60 {
  background-color: rgb(246 254 252 / 0.6);
}
.bg-core-color-teal-100\/70 {
  background-color: rgb(246 254 252 / 0.7);
}
.bg-core-color-teal-100\/75 {
  background-color: rgb(246 254 252 / 0.75);
}
.bg-core-color-teal-100\/80 {
  background-color: rgb(246 254 252 / 0.8);
}
.bg-core-color-teal-100\/90 {
  background-color: rgb(246 254 252 / 0.9);
}
.bg-core-color-teal-100\/95 {
  background-color: rgb(246 254 252 / 0.95);
}
.bg-core-color-teal-100\/base-opacity-disabled {
  background-color: rgb(246 254 252 / 60%);
}
.bg-core-color-teal-100\/core-opacity-0 {
  background-color: rgb(246 254 252 / 0%);
}
.bg-core-color-teal-100\/core-opacity-10 {
  background-color: rgb(246 254 252 / 10%);
}
.bg-core-color-teal-100\/core-opacity-100 {
  background-color: rgb(246 254 252 / 100%);
}
.bg-core-color-teal-100\/core-opacity-20 {
  background-color: rgb(246 254 252 / 20%);
}
.bg-core-color-teal-100\/core-opacity-30 {
  background-color: rgb(246 254 252 / 30%);
}
.bg-core-color-teal-100\/core-opacity-40 {
  background-color: rgb(246 254 252 / 40%);
}
.bg-core-color-teal-100\/core-opacity-50 {
  background-color: rgb(246 254 252 / 50%);
}
.bg-core-color-teal-100\/core-opacity-60 {
  background-color: rgb(246 254 252 / 60%);
}
.bg-core-color-teal-100\/core-opacity-70 {
  background-color: rgb(246 254 252 / 70%);
}
.bg-core-color-teal-100\/core-opacity-80 {
  background-color: rgb(246 254 252 / 80%);
}
.bg-core-color-teal-100\/core-opacity-90 {
  background-color: rgb(246 254 252 / 90%);
}
.bg-core-color-teal-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 117 105 / var(--tw-bg-opacity));
}
.bg-core-color-teal-20\/0 {
  background-color: rgb(16 117 105 / 0);
}
.bg-core-color-teal-20\/10 {
  background-color: rgb(16 117 105 / 0.1);
}
.bg-core-color-teal-20\/100 {
  background-color: rgb(16 117 105 / 1);
}
.bg-core-color-teal-20\/20 {
  background-color: rgb(16 117 105 / 0.2);
}
.bg-core-color-teal-20\/25 {
  background-color: rgb(16 117 105 / 0.25);
}
.bg-core-color-teal-20\/30 {
  background-color: rgb(16 117 105 / 0.3);
}
.bg-core-color-teal-20\/40 {
  background-color: rgb(16 117 105 / 0.4);
}
.bg-core-color-teal-20\/5 {
  background-color: rgb(16 117 105 / 0.05);
}
.bg-core-color-teal-20\/50 {
  background-color: rgb(16 117 105 / 0.5);
}
.bg-core-color-teal-20\/60 {
  background-color: rgb(16 117 105 / 0.6);
}
.bg-core-color-teal-20\/70 {
  background-color: rgb(16 117 105 / 0.7);
}
.bg-core-color-teal-20\/75 {
  background-color: rgb(16 117 105 / 0.75);
}
.bg-core-color-teal-20\/80 {
  background-color: rgb(16 117 105 / 0.8);
}
.bg-core-color-teal-20\/90 {
  background-color: rgb(16 117 105 / 0.9);
}
.bg-core-color-teal-20\/95 {
  background-color: rgb(16 117 105 / 0.95);
}
.bg-core-color-teal-20\/base-opacity-disabled {
  background-color: rgb(16 117 105 / 60%);
}
.bg-core-color-teal-20\/core-opacity-0 {
  background-color: rgb(16 117 105 / 0%);
}
.bg-core-color-teal-20\/core-opacity-10 {
  background-color: rgb(16 117 105 / 10%);
}
.bg-core-color-teal-20\/core-opacity-100 {
  background-color: rgb(16 117 105 / 100%);
}
.bg-core-color-teal-20\/core-opacity-20 {
  background-color: rgb(16 117 105 / 20%);
}
.bg-core-color-teal-20\/core-opacity-30 {
  background-color: rgb(16 117 105 / 30%);
}
.bg-core-color-teal-20\/core-opacity-40 {
  background-color: rgb(16 117 105 / 40%);
}
.bg-core-color-teal-20\/core-opacity-50 {
  background-color: rgb(16 117 105 / 50%);
}
.bg-core-color-teal-20\/core-opacity-60 {
  background-color: rgb(16 117 105 / 60%);
}
.bg-core-color-teal-20\/core-opacity-70 {
  background-color: rgb(16 117 105 / 70%);
}
.bg-core-color-teal-20\/core-opacity-80 {
  background-color: rgb(16 117 105 / 80%);
}
.bg-core-color-teal-20\/core-opacity-90 {
  background-color: rgb(16 117 105 / 90%);
}
.bg-core-color-teal-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 149 134 / var(--tw-bg-opacity));
}
.bg-core-color-teal-30\/0 {
  background-color: rgb(14 149 134 / 0);
}
.bg-core-color-teal-30\/10 {
  background-color: rgb(14 149 134 / 0.1);
}
.bg-core-color-teal-30\/100 {
  background-color: rgb(14 149 134 / 1);
}
.bg-core-color-teal-30\/20 {
  background-color: rgb(14 149 134 / 0.2);
}
.bg-core-color-teal-30\/25 {
  background-color: rgb(14 149 134 / 0.25);
}
.bg-core-color-teal-30\/30 {
  background-color: rgb(14 149 134 / 0.3);
}
.bg-core-color-teal-30\/40 {
  background-color: rgb(14 149 134 / 0.4);
}
.bg-core-color-teal-30\/5 {
  background-color: rgb(14 149 134 / 0.05);
}
.bg-core-color-teal-30\/50 {
  background-color: rgb(14 149 134 / 0.5);
}
.bg-core-color-teal-30\/60 {
  background-color: rgb(14 149 134 / 0.6);
}
.bg-core-color-teal-30\/70 {
  background-color: rgb(14 149 134 / 0.7);
}
.bg-core-color-teal-30\/75 {
  background-color: rgb(14 149 134 / 0.75);
}
.bg-core-color-teal-30\/80 {
  background-color: rgb(14 149 134 / 0.8);
}
.bg-core-color-teal-30\/90 {
  background-color: rgb(14 149 134 / 0.9);
}
.bg-core-color-teal-30\/95 {
  background-color: rgb(14 149 134 / 0.95);
}
.bg-core-color-teal-30\/base-opacity-disabled {
  background-color: rgb(14 149 134 / 60%);
}
.bg-core-color-teal-30\/core-opacity-0 {
  background-color: rgb(14 149 134 / 0%);
}
.bg-core-color-teal-30\/core-opacity-10 {
  background-color: rgb(14 149 134 / 10%);
}
.bg-core-color-teal-30\/core-opacity-100 {
  background-color: rgb(14 149 134 / 100%);
}
.bg-core-color-teal-30\/core-opacity-20 {
  background-color: rgb(14 149 134 / 20%);
}
.bg-core-color-teal-30\/core-opacity-30 {
  background-color: rgb(14 149 134 / 30%);
}
.bg-core-color-teal-30\/core-opacity-40 {
  background-color: rgb(14 149 134 / 40%);
}
.bg-core-color-teal-30\/core-opacity-50 {
  background-color: rgb(14 149 134 / 50%);
}
.bg-core-color-teal-30\/core-opacity-60 {
  background-color: rgb(14 149 134 / 60%);
}
.bg-core-color-teal-30\/core-opacity-70 {
  background-color: rgb(14 149 134 / 70%);
}
.bg-core-color-teal-30\/core-opacity-80 {
  background-color: rgb(14 149 134 / 80%);
}
.bg-core-color-teal-30\/core-opacity-90 {
  background-color: rgb(14 149 134 / 90%);
}
.bg-core-color-teal-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 183 158 / var(--tw-bg-opacity));
}
.bg-core-color-teal-40\/0 {
  background-color: rgb(21 183 158 / 0);
}
.bg-core-color-teal-40\/10 {
  background-color: rgb(21 183 158 / 0.1);
}
.bg-core-color-teal-40\/100 {
  background-color: rgb(21 183 158 / 1);
}
.bg-core-color-teal-40\/20 {
  background-color: rgb(21 183 158 / 0.2);
}
.bg-core-color-teal-40\/25 {
  background-color: rgb(21 183 158 / 0.25);
}
.bg-core-color-teal-40\/30 {
  background-color: rgb(21 183 158 / 0.3);
}
.bg-core-color-teal-40\/40 {
  background-color: rgb(21 183 158 / 0.4);
}
.bg-core-color-teal-40\/5 {
  background-color: rgb(21 183 158 / 0.05);
}
.bg-core-color-teal-40\/50 {
  background-color: rgb(21 183 158 / 0.5);
}
.bg-core-color-teal-40\/60 {
  background-color: rgb(21 183 158 / 0.6);
}
.bg-core-color-teal-40\/70 {
  background-color: rgb(21 183 158 / 0.7);
}
.bg-core-color-teal-40\/75 {
  background-color: rgb(21 183 158 / 0.75);
}
.bg-core-color-teal-40\/80 {
  background-color: rgb(21 183 158 / 0.8);
}
.bg-core-color-teal-40\/90 {
  background-color: rgb(21 183 158 / 0.9);
}
.bg-core-color-teal-40\/95 {
  background-color: rgb(21 183 158 / 0.95);
}
.bg-core-color-teal-40\/base-opacity-disabled {
  background-color: rgb(21 183 158 / 60%);
}
.bg-core-color-teal-40\/core-opacity-0 {
  background-color: rgb(21 183 158 / 0%);
}
.bg-core-color-teal-40\/core-opacity-10 {
  background-color: rgb(21 183 158 / 10%);
}
.bg-core-color-teal-40\/core-opacity-100 {
  background-color: rgb(21 183 158 / 100%);
}
.bg-core-color-teal-40\/core-opacity-20 {
  background-color: rgb(21 183 158 / 20%);
}
.bg-core-color-teal-40\/core-opacity-30 {
  background-color: rgb(21 183 158 / 30%);
}
.bg-core-color-teal-40\/core-opacity-40 {
  background-color: rgb(21 183 158 / 40%);
}
.bg-core-color-teal-40\/core-opacity-50 {
  background-color: rgb(21 183 158 / 50%);
}
.bg-core-color-teal-40\/core-opacity-60 {
  background-color: rgb(21 183 158 / 60%);
}
.bg-core-color-teal-40\/core-opacity-70 {
  background-color: rgb(21 183 158 / 70%);
}
.bg-core-color-teal-40\/core-opacity-80 {
  background-color: rgb(21 183 158 / 80%);
}
.bg-core-color-teal-40\/core-opacity-90 {
  background-color: rgb(21 183 158 / 90%);
}
.bg-core-color-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 210 183 / var(--tw-bg-opacity));
}
.bg-core-color-teal-50\/0 {
  background-color: rgb(45 210 183 / 0);
}
.bg-core-color-teal-50\/10 {
  background-color: rgb(45 210 183 / 0.1);
}
.bg-core-color-teal-50\/100 {
  background-color: rgb(45 210 183 / 1);
}
.bg-core-color-teal-50\/20 {
  background-color: rgb(45 210 183 / 0.2);
}
.bg-core-color-teal-50\/25 {
  background-color: rgb(45 210 183 / 0.25);
}
.bg-core-color-teal-50\/30 {
  background-color: rgb(45 210 183 / 0.3);
}
.bg-core-color-teal-50\/40 {
  background-color: rgb(45 210 183 / 0.4);
}
.bg-core-color-teal-50\/5 {
  background-color: rgb(45 210 183 / 0.05);
}
.bg-core-color-teal-50\/50 {
  background-color: rgb(45 210 183 / 0.5);
}
.bg-core-color-teal-50\/60 {
  background-color: rgb(45 210 183 / 0.6);
}
.bg-core-color-teal-50\/70 {
  background-color: rgb(45 210 183 / 0.7);
}
.bg-core-color-teal-50\/75 {
  background-color: rgb(45 210 183 / 0.75);
}
.bg-core-color-teal-50\/80 {
  background-color: rgb(45 210 183 / 0.8);
}
.bg-core-color-teal-50\/90 {
  background-color: rgb(45 210 183 / 0.9);
}
.bg-core-color-teal-50\/95 {
  background-color: rgb(45 210 183 / 0.95);
}
.bg-core-color-teal-50\/base-opacity-disabled {
  background-color: rgb(45 210 183 / 60%);
}
.bg-core-color-teal-50\/core-opacity-0 {
  background-color: rgb(45 210 183 / 0%);
}
.bg-core-color-teal-50\/core-opacity-10 {
  background-color: rgb(45 210 183 / 10%);
}
.bg-core-color-teal-50\/core-opacity-100 {
  background-color: rgb(45 210 183 / 100%);
}
.bg-core-color-teal-50\/core-opacity-20 {
  background-color: rgb(45 210 183 / 20%);
}
.bg-core-color-teal-50\/core-opacity-30 {
  background-color: rgb(45 210 183 / 30%);
}
.bg-core-color-teal-50\/core-opacity-40 {
  background-color: rgb(45 210 183 / 40%);
}
.bg-core-color-teal-50\/core-opacity-50 {
  background-color: rgb(45 210 183 / 50%);
}
.bg-core-color-teal-50\/core-opacity-60 {
  background-color: rgb(45 210 183 / 60%);
}
.bg-core-color-teal-50\/core-opacity-70 {
  background-color: rgb(45 210 183 / 70%);
}
.bg-core-color-teal-50\/core-opacity-80 {
  background-color: rgb(45 210 183 / 80%);
}
.bg-core-color-teal-50\/core-opacity-90 {
  background-color: rgb(45 210 183 / 90%);
}
.bg-core-color-teal-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(93 233 207 / var(--tw-bg-opacity));
}
.bg-core-color-teal-60\/0 {
  background-color: rgb(93 233 207 / 0);
}
.bg-core-color-teal-60\/10 {
  background-color: rgb(93 233 207 / 0.1);
}
.bg-core-color-teal-60\/100 {
  background-color: rgb(93 233 207 / 1);
}
.bg-core-color-teal-60\/20 {
  background-color: rgb(93 233 207 / 0.2);
}
.bg-core-color-teal-60\/25 {
  background-color: rgb(93 233 207 / 0.25);
}
.bg-core-color-teal-60\/30 {
  background-color: rgb(93 233 207 / 0.3);
}
.bg-core-color-teal-60\/40 {
  background-color: rgb(93 233 207 / 0.4);
}
.bg-core-color-teal-60\/5 {
  background-color: rgb(93 233 207 / 0.05);
}
.bg-core-color-teal-60\/50 {
  background-color: rgb(93 233 207 / 0.5);
}
.bg-core-color-teal-60\/60 {
  background-color: rgb(93 233 207 / 0.6);
}
.bg-core-color-teal-60\/70 {
  background-color: rgb(93 233 207 / 0.7);
}
.bg-core-color-teal-60\/75 {
  background-color: rgb(93 233 207 / 0.75);
}
.bg-core-color-teal-60\/80 {
  background-color: rgb(93 233 207 / 0.8);
}
.bg-core-color-teal-60\/90 {
  background-color: rgb(93 233 207 / 0.9);
}
.bg-core-color-teal-60\/95 {
  background-color: rgb(93 233 207 / 0.95);
}
.bg-core-color-teal-60\/base-opacity-disabled {
  background-color: rgb(93 233 207 / 60%);
}
.bg-core-color-teal-60\/core-opacity-0 {
  background-color: rgb(93 233 207 / 0%);
}
.bg-core-color-teal-60\/core-opacity-10 {
  background-color: rgb(93 233 207 / 10%);
}
.bg-core-color-teal-60\/core-opacity-100 {
  background-color: rgb(93 233 207 / 100%);
}
.bg-core-color-teal-60\/core-opacity-20 {
  background-color: rgb(93 233 207 / 20%);
}
.bg-core-color-teal-60\/core-opacity-30 {
  background-color: rgb(93 233 207 / 30%);
}
.bg-core-color-teal-60\/core-opacity-40 {
  background-color: rgb(93 233 207 / 40%);
}
.bg-core-color-teal-60\/core-opacity-50 {
  background-color: rgb(93 233 207 / 50%);
}
.bg-core-color-teal-60\/core-opacity-60 {
  background-color: rgb(93 233 207 / 60%);
}
.bg-core-color-teal-60\/core-opacity-70 {
  background-color: rgb(93 233 207 / 70%);
}
.bg-core-color-teal-60\/core-opacity-80 {
  background-color: rgb(93 233 207 / 80%);
}
.bg-core-color-teal-60\/core-opacity-90 {
  background-color: rgb(93 233 207 / 90%);
}
.bg-core-color-teal-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 246 224 / var(--tw-bg-opacity));
}
.bg-core-color-teal-70\/0 {
  background-color: rgb(152 246 224 / 0);
}
.bg-core-color-teal-70\/10 {
  background-color: rgb(152 246 224 / 0.1);
}
.bg-core-color-teal-70\/100 {
  background-color: rgb(152 246 224 / 1);
}
.bg-core-color-teal-70\/20 {
  background-color: rgb(152 246 224 / 0.2);
}
.bg-core-color-teal-70\/25 {
  background-color: rgb(152 246 224 / 0.25);
}
.bg-core-color-teal-70\/30 {
  background-color: rgb(152 246 224 / 0.3);
}
.bg-core-color-teal-70\/40 {
  background-color: rgb(152 246 224 / 0.4);
}
.bg-core-color-teal-70\/5 {
  background-color: rgb(152 246 224 / 0.05);
}
.bg-core-color-teal-70\/50 {
  background-color: rgb(152 246 224 / 0.5);
}
.bg-core-color-teal-70\/60 {
  background-color: rgb(152 246 224 / 0.6);
}
.bg-core-color-teal-70\/70 {
  background-color: rgb(152 246 224 / 0.7);
}
.bg-core-color-teal-70\/75 {
  background-color: rgb(152 246 224 / 0.75);
}
.bg-core-color-teal-70\/80 {
  background-color: rgb(152 246 224 / 0.8);
}
.bg-core-color-teal-70\/90 {
  background-color: rgb(152 246 224 / 0.9);
}
.bg-core-color-teal-70\/95 {
  background-color: rgb(152 246 224 / 0.95);
}
.bg-core-color-teal-70\/base-opacity-disabled {
  background-color: rgb(152 246 224 / 60%);
}
.bg-core-color-teal-70\/core-opacity-0 {
  background-color: rgb(152 246 224 / 0%);
}
.bg-core-color-teal-70\/core-opacity-10 {
  background-color: rgb(152 246 224 / 10%);
}
.bg-core-color-teal-70\/core-opacity-100 {
  background-color: rgb(152 246 224 / 100%);
}
.bg-core-color-teal-70\/core-opacity-20 {
  background-color: rgb(152 246 224 / 20%);
}
.bg-core-color-teal-70\/core-opacity-30 {
  background-color: rgb(152 246 224 / 30%);
}
.bg-core-color-teal-70\/core-opacity-40 {
  background-color: rgb(152 246 224 / 40%);
}
.bg-core-color-teal-70\/core-opacity-50 {
  background-color: rgb(152 246 224 / 50%);
}
.bg-core-color-teal-70\/core-opacity-60 {
  background-color: rgb(152 246 224 / 60%);
}
.bg-core-color-teal-70\/core-opacity-70 {
  background-color: rgb(152 246 224 / 70%);
}
.bg-core-color-teal-70\/core-opacity-80 {
  background-color: rgb(152 246 224 / 80%);
}
.bg-core-color-teal-70\/core-opacity-90 {
  background-color: rgb(152 246 224 / 90%);
}
.bg-core-color-teal-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 251 239 / var(--tw-bg-opacity));
}
.bg-core-color-teal-80\/0 {
  background-color: rgb(203 251 239 / 0);
}
.bg-core-color-teal-80\/10 {
  background-color: rgb(203 251 239 / 0.1);
}
.bg-core-color-teal-80\/100 {
  background-color: rgb(203 251 239 / 1);
}
.bg-core-color-teal-80\/20 {
  background-color: rgb(203 251 239 / 0.2);
}
.bg-core-color-teal-80\/25 {
  background-color: rgb(203 251 239 / 0.25);
}
.bg-core-color-teal-80\/30 {
  background-color: rgb(203 251 239 / 0.3);
}
.bg-core-color-teal-80\/40 {
  background-color: rgb(203 251 239 / 0.4);
}
.bg-core-color-teal-80\/5 {
  background-color: rgb(203 251 239 / 0.05);
}
.bg-core-color-teal-80\/50 {
  background-color: rgb(203 251 239 / 0.5);
}
.bg-core-color-teal-80\/60 {
  background-color: rgb(203 251 239 / 0.6);
}
.bg-core-color-teal-80\/70 {
  background-color: rgb(203 251 239 / 0.7);
}
.bg-core-color-teal-80\/75 {
  background-color: rgb(203 251 239 / 0.75);
}
.bg-core-color-teal-80\/80 {
  background-color: rgb(203 251 239 / 0.8);
}
.bg-core-color-teal-80\/90 {
  background-color: rgb(203 251 239 / 0.9);
}
.bg-core-color-teal-80\/95 {
  background-color: rgb(203 251 239 / 0.95);
}
.bg-core-color-teal-80\/base-opacity-disabled {
  background-color: rgb(203 251 239 / 60%);
}
.bg-core-color-teal-80\/core-opacity-0 {
  background-color: rgb(203 251 239 / 0%);
}
.bg-core-color-teal-80\/core-opacity-10 {
  background-color: rgb(203 251 239 / 10%);
}
.bg-core-color-teal-80\/core-opacity-100 {
  background-color: rgb(203 251 239 / 100%);
}
.bg-core-color-teal-80\/core-opacity-20 {
  background-color: rgb(203 251 239 / 20%);
}
.bg-core-color-teal-80\/core-opacity-30 {
  background-color: rgb(203 251 239 / 30%);
}
.bg-core-color-teal-80\/core-opacity-40 {
  background-color: rgb(203 251 239 / 40%);
}
.bg-core-color-teal-80\/core-opacity-50 {
  background-color: rgb(203 251 239 / 50%);
}
.bg-core-color-teal-80\/core-opacity-60 {
  background-color: rgb(203 251 239 / 60%);
}
.bg-core-color-teal-80\/core-opacity-70 {
  background-color: rgb(203 251 239 / 70%);
}
.bg-core-color-teal-80\/core-opacity-80 {
  background-color: rgb(203 251 239 / 80%);
}
.bg-core-color-teal-80\/core-opacity-90 {
  background-color: rgb(203 251 239 / 90%);
}
.bg-core-color-teal-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 253 250 / var(--tw-bg-opacity));
}
.bg-core-color-teal-90\/0 {
  background-color: rgb(242 253 250 / 0);
}
.bg-core-color-teal-90\/10 {
  background-color: rgb(242 253 250 / 0.1);
}
.bg-core-color-teal-90\/100 {
  background-color: rgb(242 253 250 / 1);
}
.bg-core-color-teal-90\/20 {
  background-color: rgb(242 253 250 / 0.2);
}
.bg-core-color-teal-90\/25 {
  background-color: rgb(242 253 250 / 0.25);
}
.bg-core-color-teal-90\/30 {
  background-color: rgb(242 253 250 / 0.3);
}
.bg-core-color-teal-90\/40 {
  background-color: rgb(242 253 250 / 0.4);
}
.bg-core-color-teal-90\/5 {
  background-color: rgb(242 253 250 / 0.05);
}
.bg-core-color-teal-90\/50 {
  background-color: rgb(242 253 250 / 0.5);
}
.bg-core-color-teal-90\/60 {
  background-color: rgb(242 253 250 / 0.6);
}
.bg-core-color-teal-90\/70 {
  background-color: rgb(242 253 250 / 0.7);
}
.bg-core-color-teal-90\/75 {
  background-color: rgb(242 253 250 / 0.75);
}
.bg-core-color-teal-90\/80 {
  background-color: rgb(242 253 250 / 0.8);
}
.bg-core-color-teal-90\/90 {
  background-color: rgb(242 253 250 / 0.9);
}
.bg-core-color-teal-90\/95 {
  background-color: rgb(242 253 250 / 0.95);
}
.bg-core-color-teal-90\/base-opacity-disabled {
  background-color: rgb(242 253 250 / 60%);
}
.bg-core-color-teal-90\/core-opacity-0 {
  background-color: rgb(242 253 250 / 0%);
}
.bg-core-color-teal-90\/core-opacity-10 {
  background-color: rgb(242 253 250 / 10%);
}
.bg-core-color-teal-90\/core-opacity-100 {
  background-color: rgb(242 253 250 / 100%);
}
.bg-core-color-teal-90\/core-opacity-20 {
  background-color: rgb(242 253 250 / 20%);
}
.bg-core-color-teal-90\/core-opacity-30 {
  background-color: rgb(242 253 250 / 30%);
}
.bg-core-color-teal-90\/core-opacity-40 {
  background-color: rgb(242 253 250 / 40%);
}
.bg-core-color-teal-90\/core-opacity-50 {
  background-color: rgb(242 253 250 / 50%);
}
.bg-core-color-teal-90\/core-opacity-60 {
  background-color: rgb(242 253 250 / 60%);
}
.bg-core-color-teal-90\/core-opacity-70 {
  background-color: rgb(242 253 250 / 70%);
}
.bg-core-color-teal-90\/core-opacity-80 {
  background-color: rgb(242 253 250 / 80%);
}
.bg-core-color-teal-90\/core-opacity-90 {
  background-color: rgb(242 253 250 / 90%);
}
.bg-core-color-violet-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(73 28 151 / var(--tw-bg-opacity));
}
.bg-core-color-violet-0\/0 {
  background-color: rgb(73 28 151 / 0);
}
.bg-core-color-violet-0\/10 {
  background-color: rgb(73 28 151 / 0.1);
}
.bg-core-color-violet-0\/100 {
  background-color: rgb(73 28 151 / 1);
}
.bg-core-color-violet-0\/20 {
  background-color: rgb(73 28 151 / 0.2);
}
.bg-core-color-violet-0\/25 {
  background-color: rgb(73 28 151 / 0.25);
}
.bg-core-color-violet-0\/30 {
  background-color: rgb(73 28 151 / 0.3);
}
.bg-core-color-violet-0\/40 {
  background-color: rgb(73 28 151 / 0.4);
}
.bg-core-color-violet-0\/5 {
  background-color: rgb(73 28 151 / 0.05);
}
.bg-core-color-violet-0\/50 {
  background-color: rgb(73 28 151 / 0.5);
}
.bg-core-color-violet-0\/60 {
  background-color: rgb(73 28 151 / 0.6);
}
.bg-core-color-violet-0\/70 {
  background-color: rgb(73 28 151 / 0.7);
}
.bg-core-color-violet-0\/75 {
  background-color: rgb(73 28 151 / 0.75);
}
.bg-core-color-violet-0\/80 {
  background-color: rgb(73 28 151 / 0.8);
}
.bg-core-color-violet-0\/90 {
  background-color: rgb(73 28 151 / 0.9);
}
.bg-core-color-violet-0\/95 {
  background-color: rgb(73 28 151 / 0.95);
}
.bg-core-color-violet-0\/base-opacity-disabled {
  background-color: rgb(73 28 151 / 60%);
}
.bg-core-color-violet-0\/core-opacity-0 {
  background-color: rgb(73 28 151 / 0%);
}
.bg-core-color-violet-0\/core-opacity-10 {
  background-color: rgb(73 28 151 / 10%);
}
.bg-core-color-violet-0\/core-opacity-100 {
  background-color: rgb(73 28 151 / 100%);
}
.bg-core-color-violet-0\/core-opacity-20 {
  background-color: rgb(73 28 151 / 20%);
}
.bg-core-color-violet-0\/core-opacity-30 {
  background-color: rgb(73 28 151 / 30%);
}
.bg-core-color-violet-0\/core-opacity-40 {
  background-color: rgb(73 28 151 / 40%);
}
.bg-core-color-violet-0\/core-opacity-50 {
  background-color: rgb(73 28 151 / 50%);
}
.bg-core-color-violet-0\/core-opacity-60 {
  background-color: rgb(73 28 151 / 60%);
}
.bg-core-color-violet-0\/core-opacity-70 {
  background-color: rgb(73 28 151 / 70%);
}
.bg-core-color-violet-0\/core-opacity-80 {
  background-color: rgb(73 28 151 / 80%);
}
.bg-core-color-violet-0\/core-opacity-90 {
  background-color: rgb(73 28 151 / 90%);
}
.bg-core-color-violet-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 32 182 / var(--tw-bg-opacity));
}
.bg-core-color-violet-10\/0 {
  background-color: rgb(87 32 182 / 0);
}
.bg-core-color-violet-10\/10 {
  background-color: rgb(87 32 182 / 0.1);
}
.bg-core-color-violet-10\/100 {
  background-color: rgb(87 32 182 / 1);
}
.bg-core-color-violet-10\/20 {
  background-color: rgb(87 32 182 / 0.2);
}
.bg-core-color-violet-10\/25 {
  background-color: rgb(87 32 182 / 0.25);
}
.bg-core-color-violet-10\/30 {
  background-color: rgb(87 32 182 / 0.3);
}
.bg-core-color-violet-10\/40 {
  background-color: rgb(87 32 182 / 0.4);
}
.bg-core-color-violet-10\/5 {
  background-color: rgb(87 32 182 / 0.05);
}
.bg-core-color-violet-10\/50 {
  background-color: rgb(87 32 182 / 0.5);
}
.bg-core-color-violet-10\/60 {
  background-color: rgb(87 32 182 / 0.6);
}
.bg-core-color-violet-10\/70 {
  background-color: rgb(87 32 182 / 0.7);
}
.bg-core-color-violet-10\/75 {
  background-color: rgb(87 32 182 / 0.75);
}
.bg-core-color-violet-10\/80 {
  background-color: rgb(87 32 182 / 0.8);
}
.bg-core-color-violet-10\/90 {
  background-color: rgb(87 32 182 / 0.9);
}
.bg-core-color-violet-10\/95 {
  background-color: rgb(87 32 182 / 0.95);
}
.bg-core-color-violet-10\/base-opacity-disabled {
  background-color: rgb(87 32 182 / 60%);
}
.bg-core-color-violet-10\/core-opacity-0 {
  background-color: rgb(87 32 182 / 0%);
}
.bg-core-color-violet-10\/core-opacity-10 {
  background-color: rgb(87 32 182 / 10%);
}
.bg-core-color-violet-10\/core-opacity-100 {
  background-color: rgb(87 32 182 / 100%);
}
.bg-core-color-violet-10\/core-opacity-20 {
  background-color: rgb(87 32 182 / 20%);
}
.bg-core-color-violet-10\/core-opacity-30 {
  background-color: rgb(87 32 182 / 30%);
}
.bg-core-color-violet-10\/core-opacity-40 {
  background-color: rgb(87 32 182 / 40%);
}
.bg-core-color-violet-10\/core-opacity-50 {
  background-color: rgb(87 32 182 / 50%);
}
.bg-core-color-violet-10\/core-opacity-60 {
  background-color: rgb(87 32 182 / 60%);
}
.bg-core-color-violet-10\/core-opacity-70 {
  background-color: rgb(87 32 182 / 70%);
}
.bg-core-color-violet-10\/core-opacity-80 {
  background-color: rgb(87 32 182 / 80%);
}
.bg-core-color-violet-10\/core-opacity-90 {
  background-color: rgb(87 32 182 / 90%);
}
.bg-core-color-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 255 / var(--tw-bg-opacity));
}
.bg-core-color-violet-100\/0 {
  background-color: rgb(251 250 255 / 0);
}
.bg-core-color-violet-100\/10 {
  background-color: rgb(251 250 255 / 0.1);
}
.bg-core-color-violet-100\/100 {
  background-color: rgb(251 250 255 / 1);
}
.bg-core-color-violet-100\/20 {
  background-color: rgb(251 250 255 / 0.2);
}
.bg-core-color-violet-100\/25 {
  background-color: rgb(251 250 255 / 0.25);
}
.bg-core-color-violet-100\/30 {
  background-color: rgb(251 250 255 / 0.3);
}
.bg-core-color-violet-100\/40 {
  background-color: rgb(251 250 255 / 0.4);
}
.bg-core-color-violet-100\/5 {
  background-color: rgb(251 250 255 / 0.05);
}
.bg-core-color-violet-100\/50 {
  background-color: rgb(251 250 255 / 0.5);
}
.bg-core-color-violet-100\/60 {
  background-color: rgb(251 250 255 / 0.6);
}
.bg-core-color-violet-100\/70 {
  background-color: rgb(251 250 255 / 0.7);
}
.bg-core-color-violet-100\/75 {
  background-color: rgb(251 250 255 / 0.75);
}
.bg-core-color-violet-100\/80 {
  background-color: rgb(251 250 255 / 0.8);
}
.bg-core-color-violet-100\/90 {
  background-color: rgb(251 250 255 / 0.9);
}
.bg-core-color-violet-100\/95 {
  background-color: rgb(251 250 255 / 0.95);
}
.bg-core-color-violet-100\/base-opacity-disabled {
  background-color: rgb(251 250 255 / 60%);
}
.bg-core-color-violet-100\/core-opacity-0 {
  background-color: rgb(251 250 255 / 0%);
}
.bg-core-color-violet-100\/core-opacity-10 {
  background-color: rgb(251 250 255 / 10%);
}
.bg-core-color-violet-100\/core-opacity-100 {
  background-color: rgb(251 250 255 / 100%);
}
.bg-core-color-violet-100\/core-opacity-20 {
  background-color: rgb(251 250 255 / 20%);
}
.bg-core-color-violet-100\/core-opacity-30 {
  background-color: rgb(251 250 255 / 30%);
}
.bg-core-color-violet-100\/core-opacity-40 {
  background-color: rgb(251 250 255 / 40%);
}
.bg-core-color-violet-100\/core-opacity-50 {
  background-color: rgb(251 250 255 / 50%);
}
.bg-core-color-violet-100\/core-opacity-60 {
  background-color: rgb(251 250 255 / 60%);
}
.bg-core-color-violet-100\/core-opacity-70 {
  background-color: rgb(251 250 255 / 70%);
}
.bg-core-color-violet-100\/core-opacity-80 {
  background-color: rgb(251 250 255 / 80%);
}
.bg-core-color-violet-100\/core-opacity-90 {
  background-color: rgb(251 250 255 / 90%);
}
.bg-core-color-violet-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 37 218 / var(--tw-bg-opacity));
}
.bg-core-color-violet-20\/0 {
  background-color: rgb(103 37 218 / 0);
}
.bg-core-color-violet-20\/10 {
  background-color: rgb(103 37 218 / 0.1);
}
.bg-core-color-violet-20\/100 {
  background-color: rgb(103 37 218 / 1);
}
.bg-core-color-violet-20\/20 {
  background-color: rgb(103 37 218 / 0.2);
}
.bg-core-color-violet-20\/25 {
  background-color: rgb(103 37 218 / 0.25);
}
.bg-core-color-violet-20\/30 {
  background-color: rgb(103 37 218 / 0.3);
}
.bg-core-color-violet-20\/40 {
  background-color: rgb(103 37 218 / 0.4);
}
.bg-core-color-violet-20\/5 {
  background-color: rgb(103 37 218 / 0.05);
}
.bg-core-color-violet-20\/50 {
  background-color: rgb(103 37 218 / 0.5);
}
.bg-core-color-violet-20\/60 {
  background-color: rgb(103 37 218 / 0.6);
}
.bg-core-color-violet-20\/70 {
  background-color: rgb(103 37 218 / 0.7);
}
.bg-core-color-violet-20\/75 {
  background-color: rgb(103 37 218 / 0.75);
}
.bg-core-color-violet-20\/80 {
  background-color: rgb(103 37 218 / 0.8);
}
.bg-core-color-violet-20\/90 {
  background-color: rgb(103 37 218 / 0.9);
}
.bg-core-color-violet-20\/95 {
  background-color: rgb(103 37 218 / 0.95);
}
.bg-core-color-violet-20\/base-opacity-disabled {
  background-color: rgb(103 37 218 / 60%);
}
.bg-core-color-violet-20\/core-opacity-0 {
  background-color: rgb(103 37 218 / 0%);
}
.bg-core-color-violet-20\/core-opacity-10 {
  background-color: rgb(103 37 218 / 10%);
}
.bg-core-color-violet-20\/core-opacity-100 {
  background-color: rgb(103 37 218 / 100%);
}
.bg-core-color-violet-20\/core-opacity-20 {
  background-color: rgb(103 37 218 / 20%);
}
.bg-core-color-violet-20\/core-opacity-30 {
  background-color: rgb(103 37 218 / 30%);
}
.bg-core-color-violet-20\/core-opacity-40 {
  background-color: rgb(103 37 218 / 40%);
}
.bg-core-color-violet-20\/core-opacity-50 {
  background-color: rgb(103 37 218 / 50%);
}
.bg-core-color-violet-20\/core-opacity-60 {
  background-color: rgb(103 37 218 / 60%);
}
.bg-core-color-violet-20\/core-opacity-70 {
  background-color: rgb(103 37 218 / 70%);
}
.bg-core-color-violet-20\/core-opacity-80 {
  background-color: rgb(103 37 218 / 80%);
}
.bg-core-color-violet-20\/core-opacity-90 {
  background-color: rgb(103 37 218 / 90%);
}
.bg-core-color-violet-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(121 58 238 / var(--tw-bg-opacity));
}
.bg-core-color-violet-30\/0 {
  background-color: rgb(121 58 238 / 0);
}
.bg-core-color-violet-30\/10 {
  background-color: rgb(121 58 238 / 0.1);
}
.bg-core-color-violet-30\/100 {
  background-color: rgb(121 58 238 / 1);
}
.bg-core-color-violet-30\/20 {
  background-color: rgb(121 58 238 / 0.2);
}
.bg-core-color-violet-30\/25 {
  background-color: rgb(121 58 238 / 0.25);
}
.bg-core-color-violet-30\/30 {
  background-color: rgb(121 58 238 / 0.3);
}
.bg-core-color-violet-30\/40 {
  background-color: rgb(121 58 238 / 0.4);
}
.bg-core-color-violet-30\/5 {
  background-color: rgb(121 58 238 / 0.05);
}
.bg-core-color-violet-30\/50 {
  background-color: rgb(121 58 238 / 0.5);
}
.bg-core-color-violet-30\/60 {
  background-color: rgb(121 58 238 / 0.6);
}
.bg-core-color-violet-30\/70 {
  background-color: rgb(121 58 238 / 0.7);
}
.bg-core-color-violet-30\/75 {
  background-color: rgb(121 58 238 / 0.75);
}
.bg-core-color-violet-30\/80 {
  background-color: rgb(121 58 238 / 0.8);
}
.bg-core-color-violet-30\/90 {
  background-color: rgb(121 58 238 / 0.9);
}
.bg-core-color-violet-30\/95 {
  background-color: rgb(121 58 238 / 0.95);
}
.bg-core-color-violet-30\/base-opacity-disabled {
  background-color: rgb(121 58 238 / 60%);
}
.bg-core-color-violet-30\/core-opacity-0 {
  background-color: rgb(121 58 238 / 0%);
}
.bg-core-color-violet-30\/core-opacity-10 {
  background-color: rgb(121 58 238 / 10%);
}
.bg-core-color-violet-30\/core-opacity-100 {
  background-color: rgb(121 58 238 / 100%);
}
.bg-core-color-violet-30\/core-opacity-20 {
  background-color: rgb(121 58 238 / 20%);
}
.bg-core-color-violet-30\/core-opacity-30 {
  background-color: rgb(121 58 238 / 30%);
}
.bg-core-color-violet-30\/core-opacity-40 {
  background-color: rgb(121 58 238 / 40%);
}
.bg-core-color-violet-30\/core-opacity-50 {
  background-color: rgb(121 58 238 / 50%);
}
.bg-core-color-violet-30\/core-opacity-60 {
  background-color: rgb(121 58 238 / 60%);
}
.bg-core-color-violet-30\/core-opacity-70 {
  background-color: rgb(121 58 238 / 70%);
}
.bg-core-color-violet-30\/core-opacity-80 {
  background-color: rgb(121 58 238 / 80%);
}
.bg-core-color-violet-30\/core-opacity-90 {
  background-color: rgb(121 58 238 / 90%);
}
.bg-core-color-violet-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 89 247 / var(--tw-bg-opacity));
}
.bg-core-color-violet-40\/0 {
  background-color: rgb(134 89 247 / 0);
}
.bg-core-color-violet-40\/10 {
  background-color: rgb(134 89 247 / 0.1);
}
.bg-core-color-violet-40\/100 {
  background-color: rgb(134 89 247 / 1);
}
.bg-core-color-violet-40\/20 {
  background-color: rgb(134 89 247 / 0.2);
}
.bg-core-color-violet-40\/25 {
  background-color: rgb(134 89 247 / 0.25);
}
.bg-core-color-violet-40\/30 {
  background-color: rgb(134 89 247 / 0.3);
}
.bg-core-color-violet-40\/40 {
  background-color: rgb(134 89 247 / 0.4);
}
.bg-core-color-violet-40\/5 {
  background-color: rgb(134 89 247 / 0.05);
}
.bg-core-color-violet-40\/50 {
  background-color: rgb(134 89 247 / 0.5);
}
.bg-core-color-violet-40\/60 {
  background-color: rgb(134 89 247 / 0.6);
}
.bg-core-color-violet-40\/70 {
  background-color: rgb(134 89 247 / 0.7);
}
.bg-core-color-violet-40\/75 {
  background-color: rgb(134 89 247 / 0.75);
}
.bg-core-color-violet-40\/80 {
  background-color: rgb(134 89 247 / 0.8);
}
.bg-core-color-violet-40\/90 {
  background-color: rgb(134 89 247 / 0.9);
}
.bg-core-color-violet-40\/95 {
  background-color: rgb(134 89 247 / 0.95);
}
.bg-core-color-violet-40\/base-opacity-disabled {
  background-color: rgb(134 89 247 / 60%);
}
.bg-core-color-violet-40\/core-opacity-0 {
  background-color: rgb(134 89 247 / 0%);
}
.bg-core-color-violet-40\/core-opacity-10 {
  background-color: rgb(134 89 247 / 10%);
}
.bg-core-color-violet-40\/core-opacity-100 {
  background-color: rgb(134 89 247 / 100%);
}
.bg-core-color-violet-40\/core-opacity-20 {
  background-color: rgb(134 89 247 / 20%);
}
.bg-core-color-violet-40\/core-opacity-30 {
  background-color: rgb(134 89 247 / 30%);
}
.bg-core-color-violet-40\/core-opacity-40 {
  background-color: rgb(134 89 247 / 40%);
}
.bg-core-color-violet-40\/core-opacity-50 {
  background-color: rgb(134 89 247 / 50%);
}
.bg-core-color-violet-40\/core-opacity-60 {
  background-color: rgb(134 89 247 / 60%);
}
.bg-core-color-violet-40\/core-opacity-70 {
  background-color: rgb(134 89 247 / 70%);
}
.bg-core-color-violet-40\/core-opacity-80 {
  background-color: rgb(134 89 247 / 80%);
}
.bg-core-color-violet-40\/core-opacity-90 {
  background-color: rgb(134 89 247 / 90%);
}
.bg-core-color-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 137 251 / var(--tw-bg-opacity));
}
.bg-core-color-violet-50\/0 {
  background-color: rgb(163 137 251 / 0);
}
.bg-core-color-violet-50\/10 {
  background-color: rgb(163 137 251 / 0.1);
}
.bg-core-color-violet-50\/100 {
  background-color: rgb(163 137 251 / 1);
}
.bg-core-color-violet-50\/20 {
  background-color: rgb(163 137 251 / 0.2);
}
.bg-core-color-violet-50\/25 {
  background-color: rgb(163 137 251 / 0.25);
}
.bg-core-color-violet-50\/30 {
  background-color: rgb(163 137 251 / 0.3);
}
.bg-core-color-violet-50\/40 {
  background-color: rgb(163 137 251 / 0.4);
}
.bg-core-color-violet-50\/5 {
  background-color: rgb(163 137 251 / 0.05);
}
.bg-core-color-violet-50\/50 {
  background-color: rgb(163 137 251 / 0.5);
}
.bg-core-color-violet-50\/60 {
  background-color: rgb(163 137 251 / 0.6);
}
.bg-core-color-violet-50\/70 {
  background-color: rgb(163 137 251 / 0.7);
}
.bg-core-color-violet-50\/75 {
  background-color: rgb(163 137 251 / 0.75);
}
.bg-core-color-violet-50\/80 {
  background-color: rgb(163 137 251 / 0.8);
}
.bg-core-color-violet-50\/90 {
  background-color: rgb(163 137 251 / 0.9);
}
.bg-core-color-violet-50\/95 {
  background-color: rgb(163 137 251 / 0.95);
}
.bg-core-color-violet-50\/base-opacity-disabled {
  background-color: rgb(163 137 251 / 60%);
}
.bg-core-color-violet-50\/core-opacity-0 {
  background-color: rgb(163 137 251 / 0%);
}
.bg-core-color-violet-50\/core-opacity-10 {
  background-color: rgb(163 137 251 / 10%);
}
.bg-core-color-violet-50\/core-opacity-100 {
  background-color: rgb(163 137 251 / 100%);
}
.bg-core-color-violet-50\/core-opacity-20 {
  background-color: rgb(163 137 251 / 20%);
}
.bg-core-color-violet-50\/core-opacity-30 {
  background-color: rgb(163 137 251 / 30%);
}
.bg-core-color-violet-50\/core-opacity-40 {
  background-color: rgb(163 137 251 / 40%);
}
.bg-core-color-violet-50\/core-opacity-50 {
  background-color: rgb(163 137 251 / 50%);
}
.bg-core-color-violet-50\/core-opacity-60 {
  background-color: rgb(163 137 251 / 60%);
}
.bg-core-color-violet-50\/core-opacity-70 {
  background-color: rgb(163 137 251 / 70%);
}
.bg-core-color-violet-50\/core-opacity-80 {
  background-color: rgb(163 137 251 / 80%);
}
.bg-core-color-violet-50\/core-opacity-90 {
  background-color: rgb(163 137 251 / 90%);
}
.bg-core-color-violet-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 180 253 / var(--tw-bg-opacity));
}
.bg-core-color-violet-60\/0 {
  background-color: rgb(195 180 253 / 0);
}
.bg-core-color-violet-60\/10 {
  background-color: rgb(195 180 253 / 0.1);
}
.bg-core-color-violet-60\/100 {
  background-color: rgb(195 180 253 / 1);
}
.bg-core-color-violet-60\/20 {
  background-color: rgb(195 180 253 / 0.2);
}
.bg-core-color-violet-60\/25 {
  background-color: rgb(195 180 253 / 0.25);
}
.bg-core-color-violet-60\/30 {
  background-color: rgb(195 180 253 / 0.3);
}
.bg-core-color-violet-60\/40 {
  background-color: rgb(195 180 253 / 0.4);
}
.bg-core-color-violet-60\/5 {
  background-color: rgb(195 180 253 / 0.05);
}
.bg-core-color-violet-60\/50 {
  background-color: rgb(195 180 253 / 0.5);
}
.bg-core-color-violet-60\/60 {
  background-color: rgb(195 180 253 / 0.6);
}
.bg-core-color-violet-60\/70 {
  background-color: rgb(195 180 253 / 0.7);
}
.bg-core-color-violet-60\/75 {
  background-color: rgb(195 180 253 / 0.75);
}
.bg-core-color-violet-60\/80 {
  background-color: rgb(195 180 253 / 0.8);
}
.bg-core-color-violet-60\/90 {
  background-color: rgb(195 180 253 / 0.9);
}
.bg-core-color-violet-60\/95 {
  background-color: rgb(195 180 253 / 0.95);
}
.bg-core-color-violet-60\/base-opacity-disabled {
  background-color: rgb(195 180 253 / 60%);
}
.bg-core-color-violet-60\/core-opacity-0 {
  background-color: rgb(195 180 253 / 0%);
}
.bg-core-color-violet-60\/core-opacity-10 {
  background-color: rgb(195 180 253 / 10%);
}
.bg-core-color-violet-60\/core-opacity-100 {
  background-color: rgb(195 180 253 / 100%);
}
.bg-core-color-violet-60\/core-opacity-20 {
  background-color: rgb(195 180 253 / 20%);
}
.bg-core-color-violet-60\/core-opacity-30 {
  background-color: rgb(195 180 253 / 30%);
}
.bg-core-color-violet-60\/core-opacity-40 {
  background-color: rgb(195 180 253 / 40%);
}
.bg-core-color-violet-60\/core-opacity-50 {
  background-color: rgb(195 180 253 / 50%);
}
.bg-core-color-violet-60\/core-opacity-60 {
  background-color: rgb(195 180 253 / 60%);
}
.bg-core-color-violet-60\/core-opacity-70 {
  background-color: rgb(195 180 253 / 70%);
}
.bg-core-color-violet-60\/core-opacity-80 {
  background-color: rgb(195 180 253 / 80%);
}
.bg-core-color-violet-60\/core-opacity-90 {
  background-color: rgb(195 180 253 / 90%);
}
.bg-core-color-violet-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 215 254 / var(--tw-bg-opacity));
}
.bg-core-color-violet-70\/0 {
  background-color: rgb(222 215 254 / 0);
}
.bg-core-color-violet-70\/10 {
  background-color: rgb(222 215 254 / 0.1);
}
.bg-core-color-violet-70\/100 {
  background-color: rgb(222 215 254 / 1);
}
.bg-core-color-violet-70\/20 {
  background-color: rgb(222 215 254 / 0.2);
}
.bg-core-color-violet-70\/25 {
  background-color: rgb(222 215 254 / 0.25);
}
.bg-core-color-violet-70\/30 {
  background-color: rgb(222 215 254 / 0.3);
}
.bg-core-color-violet-70\/40 {
  background-color: rgb(222 215 254 / 0.4);
}
.bg-core-color-violet-70\/5 {
  background-color: rgb(222 215 254 / 0.05);
}
.bg-core-color-violet-70\/50 {
  background-color: rgb(222 215 254 / 0.5);
}
.bg-core-color-violet-70\/60 {
  background-color: rgb(222 215 254 / 0.6);
}
.bg-core-color-violet-70\/70 {
  background-color: rgb(222 215 254 / 0.7);
}
.bg-core-color-violet-70\/75 {
  background-color: rgb(222 215 254 / 0.75);
}
.bg-core-color-violet-70\/80 {
  background-color: rgb(222 215 254 / 0.8);
}
.bg-core-color-violet-70\/90 {
  background-color: rgb(222 215 254 / 0.9);
}
.bg-core-color-violet-70\/95 {
  background-color: rgb(222 215 254 / 0.95);
}
.bg-core-color-violet-70\/base-opacity-disabled {
  background-color: rgb(222 215 254 / 60%);
}
.bg-core-color-violet-70\/core-opacity-0 {
  background-color: rgb(222 215 254 / 0%);
}
.bg-core-color-violet-70\/core-opacity-10 {
  background-color: rgb(222 215 254 / 10%);
}
.bg-core-color-violet-70\/core-opacity-100 {
  background-color: rgb(222 215 254 / 100%);
}
.bg-core-color-violet-70\/core-opacity-20 {
  background-color: rgb(222 215 254 / 20%);
}
.bg-core-color-violet-70\/core-opacity-30 {
  background-color: rgb(222 215 254 / 30%);
}
.bg-core-color-violet-70\/core-opacity-40 {
  background-color: rgb(222 215 254 / 40%);
}
.bg-core-color-violet-70\/core-opacity-50 {
  background-color: rgb(222 215 254 / 50%);
}
.bg-core-color-violet-70\/core-opacity-60 {
  background-color: rgb(222 215 254 / 60%);
}
.bg-core-color-violet-70\/core-opacity-70 {
  background-color: rgb(222 215 254 / 70%);
}
.bg-core-color-violet-70\/core-opacity-80 {
  background-color: rgb(222 215 254 / 80%);
}
.bg-core-color-violet-70\/core-opacity-90 {
  background-color: rgb(222 215 254 / 90%);
}
.bg-core-color-violet-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 231 254 / var(--tw-bg-opacity));
}
.bg-core-color-violet-80\/0 {
  background-color: rgb(234 231 254 / 0);
}
.bg-core-color-violet-80\/10 {
  background-color: rgb(234 231 254 / 0.1);
}
.bg-core-color-violet-80\/100 {
  background-color: rgb(234 231 254 / 1);
}
.bg-core-color-violet-80\/20 {
  background-color: rgb(234 231 254 / 0.2);
}
.bg-core-color-violet-80\/25 {
  background-color: rgb(234 231 254 / 0.25);
}
.bg-core-color-violet-80\/30 {
  background-color: rgb(234 231 254 / 0.3);
}
.bg-core-color-violet-80\/40 {
  background-color: rgb(234 231 254 / 0.4);
}
.bg-core-color-violet-80\/5 {
  background-color: rgb(234 231 254 / 0.05);
}
.bg-core-color-violet-80\/50 {
  background-color: rgb(234 231 254 / 0.5);
}
.bg-core-color-violet-80\/60 {
  background-color: rgb(234 231 254 / 0.6);
}
.bg-core-color-violet-80\/70 {
  background-color: rgb(234 231 254 / 0.7);
}
.bg-core-color-violet-80\/75 {
  background-color: rgb(234 231 254 / 0.75);
}
.bg-core-color-violet-80\/80 {
  background-color: rgb(234 231 254 / 0.8);
}
.bg-core-color-violet-80\/90 {
  background-color: rgb(234 231 254 / 0.9);
}
.bg-core-color-violet-80\/95 {
  background-color: rgb(234 231 254 / 0.95);
}
.bg-core-color-violet-80\/base-opacity-disabled {
  background-color: rgb(234 231 254 / 60%);
}
.bg-core-color-violet-80\/core-opacity-0 {
  background-color: rgb(234 231 254 / 0%);
}
.bg-core-color-violet-80\/core-opacity-10 {
  background-color: rgb(234 231 254 / 10%);
}
.bg-core-color-violet-80\/core-opacity-100 {
  background-color: rgb(234 231 254 / 100%);
}
.bg-core-color-violet-80\/core-opacity-20 {
  background-color: rgb(234 231 254 / 20%);
}
.bg-core-color-violet-80\/core-opacity-30 {
  background-color: rgb(234 231 254 / 30%);
}
.bg-core-color-violet-80\/core-opacity-40 {
  background-color: rgb(234 231 254 / 40%);
}
.bg-core-color-violet-80\/core-opacity-50 {
  background-color: rgb(234 231 254 / 50%);
}
.bg-core-color-violet-80\/core-opacity-60 {
  background-color: rgb(234 231 254 / 60%);
}
.bg-core-color-violet-80\/core-opacity-70 {
  background-color: rgb(234 231 254 / 70%);
}
.bg-core-color-violet-80\/core-opacity-80 {
  background-color: rgb(234 231 254 / 80%);
}
.bg-core-color-violet-80\/core-opacity-90 {
  background-color: rgb(234 231 254 / 90%);
}
.bg-core-color-violet-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 255 / var(--tw-bg-opacity));
}
.bg-core-color-violet-90\/0 {
  background-color: rgb(247 245 255 / 0);
}
.bg-core-color-violet-90\/10 {
  background-color: rgb(247 245 255 / 0.1);
}
.bg-core-color-violet-90\/100 {
  background-color: rgb(247 245 255 / 1);
}
.bg-core-color-violet-90\/20 {
  background-color: rgb(247 245 255 / 0.2);
}
.bg-core-color-violet-90\/25 {
  background-color: rgb(247 245 255 / 0.25);
}
.bg-core-color-violet-90\/30 {
  background-color: rgb(247 245 255 / 0.3);
}
.bg-core-color-violet-90\/40 {
  background-color: rgb(247 245 255 / 0.4);
}
.bg-core-color-violet-90\/5 {
  background-color: rgb(247 245 255 / 0.05);
}
.bg-core-color-violet-90\/50 {
  background-color: rgb(247 245 255 / 0.5);
}
.bg-core-color-violet-90\/60 {
  background-color: rgb(247 245 255 / 0.6);
}
.bg-core-color-violet-90\/70 {
  background-color: rgb(247 245 255 / 0.7);
}
.bg-core-color-violet-90\/75 {
  background-color: rgb(247 245 255 / 0.75);
}
.bg-core-color-violet-90\/80 {
  background-color: rgb(247 245 255 / 0.8);
}
.bg-core-color-violet-90\/90 {
  background-color: rgb(247 245 255 / 0.9);
}
.bg-core-color-violet-90\/95 {
  background-color: rgb(247 245 255 / 0.95);
}
.bg-core-color-violet-90\/base-opacity-disabled {
  background-color: rgb(247 245 255 / 60%);
}
.bg-core-color-violet-90\/core-opacity-0 {
  background-color: rgb(247 245 255 / 0%);
}
.bg-core-color-violet-90\/core-opacity-10 {
  background-color: rgb(247 245 255 / 10%);
}
.bg-core-color-violet-90\/core-opacity-100 {
  background-color: rgb(247 245 255 / 100%);
}
.bg-core-color-violet-90\/core-opacity-20 {
  background-color: rgb(247 245 255 / 20%);
}
.bg-core-color-violet-90\/core-opacity-30 {
  background-color: rgb(247 245 255 / 30%);
}
.bg-core-color-violet-90\/core-opacity-40 {
  background-color: rgb(247 245 255 / 40%);
}
.bg-core-color-violet-90\/core-opacity-50 {
  background-color: rgb(247 245 255 / 50%);
}
.bg-core-color-violet-90\/core-opacity-60 {
  background-color: rgb(247 245 255 / 60%);
}
.bg-core-color-violet-90\/core-opacity-70 {
  background-color: rgb(247 245 255 / 70%);
}
.bg-core-color-violet-90\/core-opacity-80 {
  background-color: rgb(247 245 255 / 80%);
}
.bg-core-color-violet-90\/core-opacity-90 {
  background-color: rgb(247 245 255 / 90%);
}
.bg-core-color-yellow-0 {
  --tw-bg-opacity: 1;
  background-color: rgb(123 47 14 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-0\/0 {
  background-color: rgb(123 47 14 / 0);
}
.bg-core-color-yellow-0\/10 {
  background-color: rgb(123 47 14 / 0.1);
}
.bg-core-color-yellow-0\/100 {
  background-color: rgb(123 47 14 / 1);
}
.bg-core-color-yellow-0\/20 {
  background-color: rgb(123 47 14 / 0.2);
}
.bg-core-color-yellow-0\/25 {
  background-color: rgb(123 47 14 / 0.25);
}
.bg-core-color-yellow-0\/30 {
  background-color: rgb(123 47 14 / 0.3);
}
.bg-core-color-yellow-0\/40 {
  background-color: rgb(123 47 14 / 0.4);
}
.bg-core-color-yellow-0\/5 {
  background-color: rgb(123 47 14 / 0.05);
}
.bg-core-color-yellow-0\/50 {
  background-color: rgb(123 47 14 / 0.5);
}
.bg-core-color-yellow-0\/60 {
  background-color: rgb(123 47 14 / 0.6);
}
.bg-core-color-yellow-0\/70 {
  background-color: rgb(123 47 14 / 0.7);
}
.bg-core-color-yellow-0\/75 {
  background-color: rgb(123 47 14 / 0.75);
}
.bg-core-color-yellow-0\/80 {
  background-color: rgb(123 47 14 / 0.8);
}
.bg-core-color-yellow-0\/90 {
  background-color: rgb(123 47 14 / 0.9);
}
.bg-core-color-yellow-0\/95 {
  background-color: rgb(123 47 14 / 0.95);
}
.bg-core-color-yellow-0\/base-opacity-disabled {
  background-color: rgb(123 47 14 / 60%);
}
.bg-core-color-yellow-0\/core-opacity-0 {
  background-color: rgb(123 47 14 / 0%);
}
.bg-core-color-yellow-0\/core-opacity-10 {
  background-color: rgb(123 47 14 / 10%);
}
.bg-core-color-yellow-0\/core-opacity-100 {
  background-color: rgb(123 47 14 / 100%);
}
.bg-core-color-yellow-0\/core-opacity-20 {
  background-color: rgb(123 47 14 / 20%);
}
.bg-core-color-yellow-0\/core-opacity-30 {
  background-color: rgb(123 47 14 / 30%);
}
.bg-core-color-yellow-0\/core-opacity-40 {
  background-color: rgb(123 47 14 / 40%);
}
.bg-core-color-yellow-0\/core-opacity-50 {
  background-color: rgb(123 47 14 / 50%);
}
.bg-core-color-yellow-0\/core-opacity-60 {
  background-color: rgb(123 47 14 / 60%);
}
.bg-core-color-yellow-0\/core-opacity-70 {
  background-color: rgb(123 47 14 / 70%);
}
.bg-core-color-yellow-0\/core-opacity-80 {
  background-color: rgb(123 47 14 / 80%);
}
.bg-core-color-yellow-0\/core-opacity-90 {
  background-color: rgb(123 47 14 / 90%);
}
.bg-core-color-yellow-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(145 55 13 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-10\/0 {
  background-color: rgb(145 55 13 / 0);
}
.bg-core-color-yellow-10\/10 {
  background-color: rgb(145 55 13 / 0.1);
}
.bg-core-color-yellow-10\/100 {
  background-color: rgb(145 55 13 / 1);
}
.bg-core-color-yellow-10\/20 {
  background-color: rgb(145 55 13 / 0.2);
}
.bg-core-color-yellow-10\/25 {
  background-color: rgb(145 55 13 / 0.25);
}
.bg-core-color-yellow-10\/30 {
  background-color: rgb(145 55 13 / 0.3);
}
.bg-core-color-yellow-10\/40 {
  background-color: rgb(145 55 13 / 0.4);
}
.bg-core-color-yellow-10\/5 {
  background-color: rgb(145 55 13 / 0.05);
}
.bg-core-color-yellow-10\/50 {
  background-color: rgb(145 55 13 / 0.5);
}
.bg-core-color-yellow-10\/60 {
  background-color: rgb(145 55 13 / 0.6);
}
.bg-core-color-yellow-10\/70 {
  background-color: rgb(145 55 13 / 0.7);
}
.bg-core-color-yellow-10\/75 {
  background-color: rgb(145 55 13 / 0.75);
}
.bg-core-color-yellow-10\/80 {
  background-color: rgb(145 55 13 / 0.8);
}
.bg-core-color-yellow-10\/90 {
  background-color: rgb(145 55 13 / 0.9);
}
.bg-core-color-yellow-10\/95 {
  background-color: rgb(145 55 13 / 0.95);
}
.bg-core-color-yellow-10\/base-opacity-disabled {
  background-color: rgb(145 55 13 / 60%);
}
.bg-core-color-yellow-10\/core-opacity-0 {
  background-color: rgb(145 55 13 / 0%);
}
.bg-core-color-yellow-10\/core-opacity-10 {
  background-color: rgb(145 55 13 / 10%);
}
.bg-core-color-yellow-10\/core-opacity-100 {
  background-color: rgb(145 55 13 / 100%);
}
.bg-core-color-yellow-10\/core-opacity-20 {
  background-color: rgb(145 55 13 / 20%);
}
.bg-core-color-yellow-10\/core-opacity-30 {
  background-color: rgb(145 55 13 / 30%);
}
.bg-core-color-yellow-10\/core-opacity-40 {
  background-color: rgb(145 55 13 / 40%);
}
.bg-core-color-yellow-10\/core-opacity-50 {
  background-color: rgb(145 55 13 / 50%);
}
.bg-core-color-yellow-10\/core-opacity-60 {
  background-color: rgb(145 55 13 / 60%);
}
.bg-core-color-yellow-10\/core-opacity-70 {
  background-color: rgb(145 55 13 / 70%);
}
.bg-core-color-yellow-10\/core-opacity-80 {
  background-color: rgb(145 55 13 / 80%);
}
.bg-core-color-yellow-10\/core-opacity-90 {
  background-color: rgb(145 55 13 / 90%);
}
.bg-core-color-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 245 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-100\/0 {
  background-color: rgb(255 252 245 / 0);
}
.bg-core-color-yellow-100\/10 {
  background-color: rgb(255 252 245 / 0.1);
}
.bg-core-color-yellow-100\/100 {
  background-color: rgb(255 252 245 / 1);
}
.bg-core-color-yellow-100\/20 {
  background-color: rgb(255 252 245 / 0.2);
}
.bg-core-color-yellow-100\/25 {
  background-color: rgb(255 252 245 / 0.25);
}
.bg-core-color-yellow-100\/30 {
  background-color: rgb(255 252 245 / 0.3);
}
.bg-core-color-yellow-100\/40 {
  background-color: rgb(255 252 245 / 0.4);
}
.bg-core-color-yellow-100\/5 {
  background-color: rgb(255 252 245 / 0.05);
}
.bg-core-color-yellow-100\/50 {
  background-color: rgb(255 252 245 / 0.5);
}
.bg-core-color-yellow-100\/60 {
  background-color: rgb(255 252 245 / 0.6);
}
.bg-core-color-yellow-100\/70 {
  background-color: rgb(255 252 245 / 0.7);
}
.bg-core-color-yellow-100\/75 {
  background-color: rgb(255 252 245 / 0.75);
}
.bg-core-color-yellow-100\/80 {
  background-color: rgb(255 252 245 / 0.8);
}
.bg-core-color-yellow-100\/90 {
  background-color: rgb(255 252 245 / 0.9);
}
.bg-core-color-yellow-100\/95 {
  background-color: rgb(255 252 245 / 0.95);
}
.bg-core-color-yellow-100\/base-opacity-disabled {
  background-color: rgb(255 252 245 / 60%);
}
.bg-core-color-yellow-100\/core-opacity-0 {
  background-color: rgb(255 252 245 / 0%);
}
.bg-core-color-yellow-100\/core-opacity-10 {
  background-color: rgb(255 252 245 / 10%);
}
.bg-core-color-yellow-100\/core-opacity-100 {
  background-color: rgb(255 252 245 / 100%);
}
.bg-core-color-yellow-100\/core-opacity-20 {
  background-color: rgb(255 252 245 / 20%);
}
.bg-core-color-yellow-100\/core-opacity-30 {
  background-color: rgb(255 252 245 / 30%);
}
.bg-core-color-yellow-100\/core-opacity-40 {
  background-color: rgb(255 252 245 / 40%);
}
.bg-core-color-yellow-100\/core-opacity-50 {
  background-color: rgb(255 252 245 / 50%);
}
.bg-core-color-yellow-100\/core-opacity-60 {
  background-color: rgb(255 252 245 / 60%);
}
.bg-core-color-yellow-100\/core-opacity-70 {
  background-color: rgb(255 252 245 / 70%);
}
.bg-core-color-yellow-100\/core-opacity-80 {
  background-color: rgb(255 252 245 / 80%);
}
.bg-core-color-yellow-100\/core-opacity-90 {
  background-color: rgb(255 252 245 / 90%);
}
.bg-core-color-yellow-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 71 8 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-20\/0 {
  background-color: rgb(181 71 8 / 0);
}
.bg-core-color-yellow-20\/10 {
  background-color: rgb(181 71 8 / 0.1);
}
.bg-core-color-yellow-20\/100 {
  background-color: rgb(181 71 8 / 1);
}
.bg-core-color-yellow-20\/20 {
  background-color: rgb(181 71 8 / 0.2);
}
.bg-core-color-yellow-20\/25 {
  background-color: rgb(181 71 8 / 0.25);
}
.bg-core-color-yellow-20\/30 {
  background-color: rgb(181 71 8 / 0.3);
}
.bg-core-color-yellow-20\/40 {
  background-color: rgb(181 71 8 / 0.4);
}
.bg-core-color-yellow-20\/5 {
  background-color: rgb(181 71 8 / 0.05);
}
.bg-core-color-yellow-20\/50 {
  background-color: rgb(181 71 8 / 0.5);
}
.bg-core-color-yellow-20\/60 {
  background-color: rgb(181 71 8 / 0.6);
}
.bg-core-color-yellow-20\/70 {
  background-color: rgb(181 71 8 / 0.7);
}
.bg-core-color-yellow-20\/75 {
  background-color: rgb(181 71 8 / 0.75);
}
.bg-core-color-yellow-20\/80 {
  background-color: rgb(181 71 8 / 0.8);
}
.bg-core-color-yellow-20\/90 {
  background-color: rgb(181 71 8 / 0.9);
}
.bg-core-color-yellow-20\/95 {
  background-color: rgb(181 71 8 / 0.95);
}
.bg-core-color-yellow-20\/base-opacity-disabled {
  background-color: rgb(181 71 8 / 60%);
}
.bg-core-color-yellow-20\/core-opacity-0 {
  background-color: rgb(181 71 8 / 0%);
}
.bg-core-color-yellow-20\/core-opacity-10 {
  background-color: rgb(181 71 8 / 10%);
}
.bg-core-color-yellow-20\/core-opacity-100 {
  background-color: rgb(181 71 8 / 100%);
}
.bg-core-color-yellow-20\/core-opacity-20 {
  background-color: rgb(181 71 8 / 20%);
}
.bg-core-color-yellow-20\/core-opacity-30 {
  background-color: rgb(181 71 8 / 30%);
}
.bg-core-color-yellow-20\/core-opacity-40 {
  background-color: rgb(181 71 8 / 40%);
}
.bg-core-color-yellow-20\/core-opacity-50 {
  background-color: rgb(181 71 8 / 50%);
}
.bg-core-color-yellow-20\/core-opacity-60 {
  background-color: rgb(181 71 8 / 60%);
}
.bg-core-color-yellow-20\/core-opacity-70 {
  background-color: rgb(181 71 8 / 70%);
}
.bg-core-color-yellow-20\/core-opacity-80 {
  background-color: rgb(181 71 8 / 80%);
}
.bg-core-color-yellow-20\/core-opacity-90 {
  background-color: rgb(181 71 8 / 90%);
}
.bg-core-color-yellow-30 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 105 3 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-30\/0 {
  background-color: rgb(221 105 3 / 0);
}
.bg-core-color-yellow-30\/10 {
  background-color: rgb(221 105 3 / 0.1);
}
.bg-core-color-yellow-30\/100 {
  background-color: rgb(221 105 3 / 1);
}
.bg-core-color-yellow-30\/20 {
  background-color: rgb(221 105 3 / 0.2);
}
.bg-core-color-yellow-30\/25 {
  background-color: rgb(221 105 3 / 0.25);
}
.bg-core-color-yellow-30\/30 {
  background-color: rgb(221 105 3 / 0.3);
}
.bg-core-color-yellow-30\/40 {
  background-color: rgb(221 105 3 / 0.4);
}
.bg-core-color-yellow-30\/5 {
  background-color: rgb(221 105 3 / 0.05);
}
.bg-core-color-yellow-30\/50 {
  background-color: rgb(221 105 3 / 0.5);
}
.bg-core-color-yellow-30\/60 {
  background-color: rgb(221 105 3 / 0.6);
}
.bg-core-color-yellow-30\/70 {
  background-color: rgb(221 105 3 / 0.7);
}
.bg-core-color-yellow-30\/75 {
  background-color: rgb(221 105 3 / 0.75);
}
.bg-core-color-yellow-30\/80 {
  background-color: rgb(221 105 3 / 0.8);
}
.bg-core-color-yellow-30\/90 {
  background-color: rgb(221 105 3 / 0.9);
}
.bg-core-color-yellow-30\/95 {
  background-color: rgb(221 105 3 / 0.95);
}
.bg-core-color-yellow-30\/base-opacity-disabled {
  background-color: rgb(221 105 3 / 60%);
}
.bg-core-color-yellow-30\/core-opacity-0 {
  background-color: rgb(221 105 3 / 0%);
}
.bg-core-color-yellow-30\/core-opacity-10 {
  background-color: rgb(221 105 3 / 10%);
}
.bg-core-color-yellow-30\/core-opacity-100 {
  background-color: rgb(221 105 3 / 100%);
}
.bg-core-color-yellow-30\/core-opacity-20 {
  background-color: rgb(221 105 3 / 20%);
}
.bg-core-color-yellow-30\/core-opacity-30 {
  background-color: rgb(221 105 3 / 30%);
}
.bg-core-color-yellow-30\/core-opacity-40 {
  background-color: rgb(221 105 3 / 40%);
}
.bg-core-color-yellow-30\/core-opacity-50 {
  background-color: rgb(221 105 3 / 50%);
}
.bg-core-color-yellow-30\/core-opacity-60 {
  background-color: rgb(221 105 3 / 60%);
}
.bg-core-color-yellow-30\/core-opacity-70 {
  background-color: rgb(221 105 3 / 70%);
}
.bg-core-color-yellow-30\/core-opacity-80 {
  background-color: rgb(221 105 3 / 80%);
}
.bg-core-color-yellow-30\/core-opacity-90 {
  background-color: rgb(221 105 3 / 90%);
}
.bg-core-color-yellow-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 143 8 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-40\/0 {
  background-color: rgb(247 143 8 / 0);
}
.bg-core-color-yellow-40\/10 {
  background-color: rgb(247 143 8 / 0.1);
}
.bg-core-color-yellow-40\/100 {
  background-color: rgb(247 143 8 / 1);
}
.bg-core-color-yellow-40\/20 {
  background-color: rgb(247 143 8 / 0.2);
}
.bg-core-color-yellow-40\/25 {
  background-color: rgb(247 143 8 / 0.25);
}
.bg-core-color-yellow-40\/30 {
  background-color: rgb(247 143 8 / 0.3);
}
.bg-core-color-yellow-40\/40 {
  background-color: rgb(247 143 8 / 0.4);
}
.bg-core-color-yellow-40\/5 {
  background-color: rgb(247 143 8 / 0.05);
}
.bg-core-color-yellow-40\/50 {
  background-color: rgb(247 143 8 / 0.5);
}
.bg-core-color-yellow-40\/60 {
  background-color: rgb(247 143 8 / 0.6);
}
.bg-core-color-yellow-40\/70 {
  background-color: rgb(247 143 8 / 0.7);
}
.bg-core-color-yellow-40\/75 {
  background-color: rgb(247 143 8 / 0.75);
}
.bg-core-color-yellow-40\/80 {
  background-color: rgb(247 143 8 / 0.8);
}
.bg-core-color-yellow-40\/90 {
  background-color: rgb(247 143 8 / 0.9);
}
.bg-core-color-yellow-40\/95 {
  background-color: rgb(247 143 8 / 0.95);
}
.bg-core-color-yellow-40\/base-opacity-disabled {
  background-color: rgb(247 143 8 / 60%);
}
.bg-core-color-yellow-40\/core-opacity-0 {
  background-color: rgb(247 143 8 / 0%);
}
.bg-core-color-yellow-40\/core-opacity-10 {
  background-color: rgb(247 143 8 / 10%);
}
.bg-core-color-yellow-40\/core-opacity-100 {
  background-color: rgb(247 143 8 / 100%);
}
.bg-core-color-yellow-40\/core-opacity-20 {
  background-color: rgb(247 143 8 / 20%);
}
.bg-core-color-yellow-40\/core-opacity-30 {
  background-color: rgb(247 143 8 / 30%);
}
.bg-core-color-yellow-40\/core-opacity-40 {
  background-color: rgb(247 143 8 / 40%);
}
.bg-core-color-yellow-40\/core-opacity-50 {
  background-color: rgb(247 143 8 / 50%);
}
.bg-core-color-yellow-40\/core-opacity-60 {
  background-color: rgb(247 143 8 / 60%);
}
.bg-core-color-yellow-40\/core-opacity-70 {
  background-color: rgb(247 143 8 / 70%);
}
.bg-core-color-yellow-40\/core-opacity-80 {
  background-color: rgb(247 143 8 / 80%);
}
.bg-core-color-yellow-40\/core-opacity-90 {
  background-color: rgb(247 143 8 / 90%);
}
.bg-core-color-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 176 33 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-50\/0 {
  background-color: rgb(253 176 33 / 0);
}
.bg-core-color-yellow-50\/10 {
  background-color: rgb(253 176 33 / 0.1);
}
.bg-core-color-yellow-50\/100 {
  background-color: rgb(253 176 33 / 1);
}
.bg-core-color-yellow-50\/20 {
  background-color: rgb(253 176 33 / 0.2);
}
.bg-core-color-yellow-50\/25 {
  background-color: rgb(253 176 33 / 0.25);
}
.bg-core-color-yellow-50\/30 {
  background-color: rgb(253 176 33 / 0.3);
}
.bg-core-color-yellow-50\/40 {
  background-color: rgb(253 176 33 / 0.4);
}
.bg-core-color-yellow-50\/5 {
  background-color: rgb(253 176 33 / 0.05);
}
.bg-core-color-yellow-50\/50 {
  background-color: rgb(253 176 33 / 0.5);
}
.bg-core-color-yellow-50\/60 {
  background-color: rgb(253 176 33 / 0.6);
}
.bg-core-color-yellow-50\/70 {
  background-color: rgb(253 176 33 / 0.7);
}
.bg-core-color-yellow-50\/75 {
  background-color: rgb(253 176 33 / 0.75);
}
.bg-core-color-yellow-50\/80 {
  background-color: rgb(253 176 33 / 0.8);
}
.bg-core-color-yellow-50\/90 {
  background-color: rgb(253 176 33 / 0.9);
}
.bg-core-color-yellow-50\/95 {
  background-color: rgb(253 176 33 / 0.95);
}
.bg-core-color-yellow-50\/base-opacity-disabled {
  background-color: rgb(253 176 33 / 60%);
}
.bg-core-color-yellow-50\/core-opacity-0 {
  background-color: rgb(253 176 33 / 0%);
}
.bg-core-color-yellow-50\/core-opacity-10 {
  background-color: rgb(253 176 33 / 10%);
}
.bg-core-color-yellow-50\/core-opacity-100 {
  background-color: rgb(253 176 33 / 100%);
}
.bg-core-color-yellow-50\/core-opacity-20 {
  background-color: rgb(253 176 33 / 20%);
}
.bg-core-color-yellow-50\/core-opacity-30 {
  background-color: rgb(253 176 33 / 30%);
}
.bg-core-color-yellow-50\/core-opacity-40 {
  background-color: rgb(253 176 33 / 40%);
}
.bg-core-color-yellow-50\/core-opacity-50 {
  background-color: rgb(253 176 33 / 50%);
}
.bg-core-color-yellow-50\/core-opacity-60 {
  background-color: rgb(253 176 33 / 60%);
}
.bg-core-color-yellow-50\/core-opacity-70 {
  background-color: rgb(253 176 33 / 70%);
}
.bg-core-color-yellow-50\/core-opacity-80 {
  background-color: rgb(253 176 33 / 80%);
}
.bg-core-color-yellow-50\/core-opacity-90 {
  background-color: rgb(253 176 33 / 90%);
}
.bg-core-color-yellow-60 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 201 77 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-60\/0 {
  background-color: rgb(254 201 77 / 0);
}
.bg-core-color-yellow-60\/10 {
  background-color: rgb(254 201 77 / 0.1);
}
.bg-core-color-yellow-60\/100 {
  background-color: rgb(254 201 77 / 1);
}
.bg-core-color-yellow-60\/20 {
  background-color: rgb(254 201 77 / 0.2);
}
.bg-core-color-yellow-60\/25 {
  background-color: rgb(254 201 77 / 0.25);
}
.bg-core-color-yellow-60\/30 {
  background-color: rgb(254 201 77 / 0.3);
}
.bg-core-color-yellow-60\/40 {
  background-color: rgb(254 201 77 / 0.4);
}
.bg-core-color-yellow-60\/5 {
  background-color: rgb(254 201 77 / 0.05);
}
.bg-core-color-yellow-60\/50 {
  background-color: rgb(254 201 77 / 0.5);
}
.bg-core-color-yellow-60\/60 {
  background-color: rgb(254 201 77 / 0.6);
}
.bg-core-color-yellow-60\/70 {
  background-color: rgb(254 201 77 / 0.7);
}
.bg-core-color-yellow-60\/75 {
  background-color: rgb(254 201 77 / 0.75);
}
.bg-core-color-yellow-60\/80 {
  background-color: rgb(254 201 77 / 0.8);
}
.bg-core-color-yellow-60\/90 {
  background-color: rgb(254 201 77 / 0.9);
}
.bg-core-color-yellow-60\/95 {
  background-color: rgb(254 201 77 / 0.95);
}
.bg-core-color-yellow-60\/base-opacity-disabled {
  background-color: rgb(254 201 77 / 60%);
}
.bg-core-color-yellow-60\/core-opacity-0 {
  background-color: rgb(254 201 77 / 0%);
}
.bg-core-color-yellow-60\/core-opacity-10 {
  background-color: rgb(254 201 77 / 10%);
}
.bg-core-color-yellow-60\/core-opacity-100 {
  background-color: rgb(254 201 77 / 100%);
}
.bg-core-color-yellow-60\/core-opacity-20 {
  background-color: rgb(254 201 77 / 20%);
}
.bg-core-color-yellow-60\/core-opacity-30 {
  background-color: rgb(254 201 77 / 30%);
}
.bg-core-color-yellow-60\/core-opacity-40 {
  background-color: rgb(254 201 77 / 40%);
}
.bg-core-color-yellow-60\/core-opacity-50 {
  background-color: rgb(254 201 77 / 50%);
}
.bg-core-color-yellow-60\/core-opacity-60 {
  background-color: rgb(254 201 77 / 60%);
}
.bg-core-color-yellow-60\/core-opacity-70 {
  background-color: rgb(254 201 77 / 70%);
}
.bg-core-color-yellow-60\/core-opacity-80 {
  background-color: rgb(254 201 77 / 80%);
}
.bg-core-color-yellow-60\/core-opacity-90 {
  background-color: rgb(254 201 77 / 90%);
}
.bg-core-color-yellow-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 223 139 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-70\/0 {
  background-color: rgb(254 223 139 / 0);
}
.bg-core-color-yellow-70\/10 {
  background-color: rgb(254 223 139 / 0.1);
}
.bg-core-color-yellow-70\/100 {
  background-color: rgb(254 223 139 / 1);
}
.bg-core-color-yellow-70\/20 {
  background-color: rgb(254 223 139 / 0.2);
}
.bg-core-color-yellow-70\/25 {
  background-color: rgb(254 223 139 / 0.25);
}
.bg-core-color-yellow-70\/30 {
  background-color: rgb(254 223 139 / 0.3);
}
.bg-core-color-yellow-70\/40 {
  background-color: rgb(254 223 139 / 0.4);
}
.bg-core-color-yellow-70\/5 {
  background-color: rgb(254 223 139 / 0.05);
}
.bg-core-color-yellow-70\/50 {
  background-color: rgb(254 223 139 / 0.5);
}
.bg-core-color-yellow-70\/60 {
  background-color: rgb(254 223 139 / 0.6);
}
.bg-core-color-yellow-70\/70 {
  background-color: rgb(254 223 139 / 0.7);
}
.bg-core-color-yellow-70\/75 {
  background-color: rgb(254 223 139 / 0.75);
}
.bg-core-color-yellow-70\/80 {
  background-color: rgb(254 223 139 / 0.8);
}
.bg-core-color-yellow-70\/90 {
  background-color: rgb(254 223 139 / 0.9);
}
.bg-core-color-yellow-70\/95 {
  background-color: rgb(254 223 139 / 0.95);
}
.bg-core-color-yellow-70\/base-opacity-disabled {
  background-color: rgb(254 223 139 / 60%);
}
.bg-core-color-yellow-70\/core-opacity-0 {
  background-color: rgb(254 223 139 / 0%);
}
.bg-core-color-yellow-70\/core-opacity-10 {
  background-color: rgb(254 223 139 / 10%);
}
.bg-core-color-yellow-70\/core-opacity-100 {
  background-color: rgb(254 223 139 / 100%);
}
.bg-core-color-yellow-70\/core-opacity-20 {
  background-color: rgb(254 223 139 / 20%);
}
.bg-core-color-yellow-70\/core-opacity-30 {
  background-color: rgb(254 223 139 / 30%);
}
.bg-core-color-yellow-70\/core-opacity-40 {
  background-color: rgb(254 223 139 / 40%);
}
.bg-core-color-yellow-70\/core-opacity-50 {
  background-color: rgb(254 223 139 / 50%);
}
.bg-core-color-yellow-70\/core-opacity-60 {
  background-color: rgb(254 223 139 / 60%);
}
.bg-core-color-yellow-70\/core-opacity-70 {
  background-color: rgb(254 223 139 / 70%);
}
.bg-core-color-yellow-70\/core-opacity-80 {
  background-color: rgb(254 223 139 / 80%);
}
.bg-core-color-yellow-70\/core-opacity-90 {
  background-color: rgb(254 223 139 / 90%);
}
.bg-core-color-yellow-80 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 200 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-80\/0 {
  background-color: rgb(254 240 200 / 0);
}
.bg-core-color-yellow-80\/10 {
  background-color: rgb(254 240 200 / 0.1);
}
.bg-core-color-yellow-80\/100 {
  background-color: rgb(254 240 200 / 1);
}
.bg-core-color-yellow-80\/20 {
  background-color: rgb(254 240 200 / 0.2);
}
.bg-core-color-yellow-80\/25 {
  background-color: rgb(254 240 200 / 0.25);
}
.bg-core-color-yellow-80\/30 {
  background-color: rgb(254 240 200 / 0.3);
}
.bg-core-color-yellow-80\/40 {
  background-color: rgb(254 240 200 / 0.4);
}
.bg-core-color-yellow-80\/5 {
  background-color: rgb(254 240 200 / 0.05);
}
.bg-core-color-yellow-80\/50 {
  background-color: rgb(254 240 200 / 0.5);
}
.bg-core-color-yellow-80\/60 {
  background-color: rgb(254 240 200 / 0.6);
}
.bg-core-color-yellow-80\/70 {
  background-color: rgb(254 240 200 / 0.7);
}
.bg-core-color-yellow-80\/75 {
  background-color: rgb(254 240 200 / 0.75);
}
.bg-core-color-yellow-80\/80 {
  background-color: rgb(254 240 200 / 0.8);
}
.bg-core-color-yellow-80\/90 {
  background-color: rgb(254 240 200 / 0.9);
}
.bg-core-color-yellow-80\/95 {
  background-color: rgb(254 240 200 / 0.95);
}
.bg-core-color-yellow-80\/base-opacity-disabled {
  background-color: rgb(254 240 200 / 60%);
}
.bg-core-color-yellow-80\/core-opacity-0 {
  background-color: rgb(254 240 200 / 0%);
}
.bg-core-color-yellow-80\/core-opacity-10 {
  background-color: rgb(254 240 200 / 10%);
}
.bg-core-color-yellow-80\/core-opacity-100 {
  background-color: rgb(254 240 200 / 100%);
}
.bg-core-color-yellow-80\/core-opacity-20 {
  background-color: rgb(254 240 200 / 20%);
}
.bg-core-color-yellow-80\/core-opacity-30 {
  background-color: rgb(254 240 200 / 30%);
}
.bg-core-color-yellow-80\/core-opacity-40 {
  background-color: rgb(254 240 200 / 40%);
}
.bg-core-color-yellow-80\/core-opacity-50 {
  background-color: rgb(254 240 200 / 50%);
}
.bg-core-color-yellow-80\/core-opacity-60 {
  background-color: rgb(254 240 200 / 60%);
}
.bg-core-color-yellow-80\/core-opacity-70 {
  background-color: rgb(254 240 200 / 70%);
}
.bg-core-color-yellow-80\/core-opacity-80 {
  background-color: rgb(254 240 200 / 80%);
}
.bg-core-color-yellow-80\/core-opacity-90 {
  background-color: rgb(254 240 200 / 90%);
}
.bg-core-color-yellow-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity));
}
.bg-core-color-yellow-90\/0 {
  background-color: rgb(255 250 235 / 0);
}
.bg-core-color-yellow-90\/10 {
  background-color: rgb(255 250 235 / 0.1);
}
.bg-core-color-yellow-90\/100 {
  background-color: rgb(255 250 235 / 1);
}
.bg-core-color-yellow-90\/20 {
  background-color: rgb(255 250 235 / 0.2);
}
.bg-core-color-yellow-90\/25 {
  background-color: rgb(255 250 235 / 0.25);
}
.bg-core-color-yellow-90\/30 {
  background-color: rgb(255 250 235 / 0.3);
}
.bg-core-color-yellow-90\/40 {
  background-color: rgb(255 250 235 / 0.4);
}
.bg-core-color-yellow-90\/5 {
  background-color: rgb(255 250 235 / 0.05);
}
.bg-core-color-yellow-90\/50 {
  background-color: rgb(255 250 235 / 0.5);
}
.bg-core-color-yellow-90\/60 {
  background-color: rgb(255 250 235 / 0.6);
}
.bg-core-color-yellow-90\/70 {
  background-color: rgb(255 250 235 / 0.7);
}
.bg-core-color-yellow-90\/75 {
  background-color: rgb(255 250 235 / 0.75);
}
.bg-core-color-yellow-90\/80 {
  background-color: rgb(255 250 235 / 0.8);
}
.bg-core-color-yellow-90\/90 {
  background-color: rgb(255 250 235 / 0.9);
}
.bg-core-color-yellow-90\/95 {
  background-color: rgb(255 250 235 / 0.95);
}
.bg-core-color-yellow-90\/base-opacity-disabled {
  background-color: rgb(255 250 235 / 60%);
}
.bg-core-color-yellow-90\/core-opacity-0 {
  background-color: rgb(255 250 235 / 0%);
}
.bg-core-color-yellow-90\/core-opacity-10 {
  background-color: rgb(255 250 235 / 10%);
}
.bg-core-color-yellow-90\/core-opacity-100 {
  background-color: rgb(255 250 235 / 100%);
}
.bg-core-color-yellow-90\/core-opacity-20 {
  background-color: rgb(255 250 235 / 20%);
}
.bg-core-color-yellow-90\/core-opacity-30 {
  background-color: rgb(255 250 235 / 30%);
}
.bg-core-color-yellow-90\/core-opacity-40 {
  background-color: rgb(255 250 235 / 40%);
}
.bg-core-color-yellow-90\/core-opacity-50 {
  background-color: rgb(255 250 235 / 50%);
}
.bg-core-color-yellow-90\/core-opacity-60 {
  background-color: rgb(255 250 235 / 60%);
}
.bg-core-color-yellow-90\/core-opacity-70 {
  background-color: rgb(255 250 235 / 70%);
}
.bg-core-color-yellow-90\/core-opacity-80 {
  background-color: rgb(255 250 235 / 80%);
}
.bg-core-color-yellow-90\/core-opacity-90 {
  background-color: rgb(255 250 235 / 90%);
}
.bg-core-transparent {
  background-color: #00000000;
}
.bg-core-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-core-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-core-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-core-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-core-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-core-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-core-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-core-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-core-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-core-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-core-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-core-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-core-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-core-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-core-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-core-transparent\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-core-transparent\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-core-transparent\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-core-transparent\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-core-transparent\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-core-transparent\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-core-transparent\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-core-transparent\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-core-transparent\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-core-transparent\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-core-transparent\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-core-transparent\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-current {
  background-color: currentColor;
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.bg-cyan-100\/base-opacity-disabled {
  background-color: rgb(207 250 254 / 60%);
}
.bg-cyan-100\/core-opacity-0 {
  background-color: rgb(207 250 254 / 0%);
}
.bg-cyan-100\/core-opacity-10 {
  background-color: rgb(207 250 254 / 10%);
}
.bg-cyan-100\/core-opacity-100 {
  background-color: rgb(207 250 254 / 100%);
}
.bg-cyan-100\/core-opacity-20 {
  background-color: rgb(207 250 254 / 20%);
}
.bg-cyan-100\/core-opacity-30 {
  background-color: rgb(207 250 254 / 30%);
}
.bg-cyan-100\/core-opacity-40 {
  background-color: rgb(207 250 254 / 40%);
}
.bg-cyan-100\/core-opacity-50 {
  background-color: rgb(207 250 254 / 50%);
}
.bg-cyan-100\/core-opacity-60 {
  background-color: rgb(207 250 254 / 60%);
}
.bg-cyan-100\/core-opacity-70 {
  background-color: rgb(207 250 254 / 70%);
}
.bg-cyan-100\/core-opacity-80 {
  background-color: rgb(207 250 254 / 80%);
}
.bg-cyan-100\/core-opacity-90 {
  background-color: rgb(207 250 254 / 90%);
}
.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}
.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}
.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}
.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}
.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}
.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}
.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}
.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}
.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}
.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}
.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}
.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}
.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}
.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}
.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}
.bg-cyan-200\/base-opacity-disabled {
  background-color: rgb(165 243 252 / 60%);
}
.bg-cyan-200\/core-opacity-0 {
  background-color: rgb(165 243 252 / 0%);
}
.bg-cyan-200\/core-opacity-10 {
  background-color: rgb(165 243 252 / 10%);
}
.bg-cyan-200\/core-opacity-100 {
  background-color: rgb(165 243 252 / 100%);
}
.bg-cyan-200\/core-opacity-20 {
  background-color: rgb(165 243 252 / 20%);
}
.bg-cyan-200\/core-opacity-30 {
  background-color: rgb(165 243 252 / 30%);
}
.bg-cyan-200\/core-opacity-40 {
  background-color: rgb(165 243 252 / 40%);
}
.bg-cyan-200\/core-opacity-50 {
  background-color: rgb(165 243 252 / 50%);
}
.bg-cyan-200\/core-opacity-60 {
  background-color: rgb(165 243 252 / 60%);
}
.bg-cyan-200\/core-opacity-70 {
  background-color: rgb(165 243 252 / 70%);
}
.bg-cyan-200\/core-opacity-80 {
  background-color: rgb(165 243 252 / 80%);
}
.bg-cyan-200\/core-opacity-90 {
  background-color: rgb(165 243 252 / 90%);
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}
.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}
.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}
.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}
.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}
.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}
.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}
.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}
.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}
.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}
.bg-cyan-300\/base-opacity-disabled {
  background-color: rgb(103 232 249 / 60%);
}
.bg-cyan-300\/core-opacity-0 {
  background-color: rgb(103 232 249 / 0%);
}
.bg-cyan-300\/core-opacity-10 {
  background-color: rgb(103 232 249 / 10%);
}
.bg-cyan-300\/core-opacity-100 {
  background-color: rgb(103 232 249 / 100%);
}
.bg-cyan-300\/core-opacity-20 {
  background-color: rgb(103 232 249 / 20%);
}
.bg-cyan-300\/core-opacity-30 {
  background-color: rgb(103 232 249 / 30%);
}
.bg-cyan-300\/core-opacity-40 {
  background-color: rgb(103 232 249 / 40%);
}
.bg-cyan-300\/core-opacity-50 {
  background-color: rgb(103 232 249 / 50%);
}
.bg-cyan-300\/core-opacity-60 {
  background-color: rgb(103 232 249 / 60%);
}
.bg-cyan-300\/core-opacity-70 {
  background-color: rgb(103 232 249 / 70%);
}
.bg-cyan-300\/core-opacity-80 {
  background-color: rgb(103 232 249 / 80%);
}
.bg-cyan-300\/core-opacity-90 {
  background-color: rgb(103 232 249 / 90%);
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}
.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}
.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}
.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}
.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}
.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}
.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}
.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}
.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}
.bg-cyan-400\/base-opacity-disabled {
  background-color: rgb(34 211 238 / 60%);
}
.bg-cyan-400\/core-opacity-0 {
  background-color: rgb(34 211 238 / 0%);
}
.bg-cyan-400\/core-opacity-10 {
  background-color: rgb(34 211 238 / 10%);
}
.bg-cyan-400\/core-opacity-100 {
  background-color: rgb(34 211 238 / 100%);
}
.bg-cyan-400\/core-opacity-20 {
  background-color: rgb(34 211 238 / 20%);
}
.bg-cyan-400\/core-opacity-30 {
  background-color: rgb(34 211 238 / 30%);
}
.bg-cyan-400\/core-opacity-40 {
  background-color: rgb(34 211 238 / 40%);
}
.bg-cyan-400\/core-opacity-50 {
  background-color: rgb(34 211 238 / 50%);
}
.bg-cyan-400\/core-opacity-60 {
  background-color: rgb(34 211 238 / 60%);
}
.bg-cyan-400\/core-opacity-70 {
  background-color: rgb(34 211 238 / 70%);
}
.bg-cyan-400\/core-opacity-80 {
  background-color: rgb(34 211 238 / 80%);
}
.bg-cyan-400\/core-opacity-90 {
  background-color: rgb(34 211 238 / 90%);
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}
.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}
.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}
.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}
.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}
.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}
.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}
.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}
.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}
.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}
.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}
.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}
.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}
.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}
.bg-cyan-50\/base-opacity-disabled {
  background-color: rgb(236 254 255 / 60%);
}
.bg-cyan-50\/core-opacity-0 {
  background-color: rgb(236 254 255 / 0%);
}
.bg-cyan-50\/core-opacity-10 {
  background-color: rgb(236 254 255 / 10%);
}
.bg-cyan-50\/core-opacity-100 {
  background-color: rgb(236 254 255 / 100%);
}
.bg-cyan-50\/core-opacity-20 {
  background-color: rgb(236 254 255 / 20%);
}
.bg-cyan-50\/core-opacity-30 {
  background-color: rgb(236 254 255 / 30%);
}
.bg-cyan-50\/core-opacity-40 {
  background-color: rgb(236 254 255 / 40%);
}
.bg-cyan-50\/core-opacity-50 {
  background-color: rgb(236 254 255 / 50%);
}
.bg-cyan-50\/core-opacity-60 {
  background-color: rgb(236 254 255 / 60%);
}
.bg-cyan-50\/core-opacity-70 {
  background-color: rgb(236 254 255 / 70%);
}
.bg-cyan-50\/core-opacity-80 {
  background-color: rgb(236 254 255 / 80%);
}
.bg-cyan-50\/core-opacity-90 {
  background-color: rgb(236 254 255 / 90%);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-cyan-500\/base-opacity-disabled {
  background-color: rgb(6 182 212 / 60%);
}
.bg-cyan-500\/core-opacity-0 {
  background-color: rgb(6 182 212 / 0%);
}
.bg-cyan-500\/core-opacity-10 {
  background-color: rgb(6 182 212 / 10%);
}
.bg-cyan-500\/core-opacity-100 {
  background-color: rgb(6 182 212 / 100%);
}
.bg-cyan-500\/core-opacity-20 {
  background-color: rgb(6 182 212 / 20%);
}
.bg-cyan-500\/core-opacity-30 {
  background-color: rgb(6 182 212 / 30%);
}
.bg-cyan-500\/core-opacity-40 {
  background-color: rgb(6 182 212 / 40%);
}
.bg-cyan-500\/core-opacity-50 {
  background-color: rgb(6 182 212 / 50%);
}
.bg-cyan-500\/core-opacity-60 {
  background-color: rgb(6 182 212 / 60%);
}
.bg-cyan-500\/core-opacity-70 {
  background-color: rgb(6 182 212 / 70%);
}
.bg-cyan-500\/core-opacity-80 {
  background-color: rgb(6 182 212 / 80%);
}
.bg-cyan-500\/core-opacity-90 {
  background-color: rgb(6 182 212 / 90%);
}
.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}
.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}
.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}
.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}
.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}
.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}
.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}
.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}
.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}
.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}
.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}
.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}
.bg-cyan-600\/base-opacity-disabled {
  background-color: rgb(8 145 178 / 60%);
}
.bg-cyan-600\/core-opacity-0 {
  background-color: rgb(8 145 178 / 0%);
}
.bg-cyan-600\/core-opacity-10 {
  background-color: rgb(8 145 178 / 10%);
}
.bg-cyan-600\/core-opacity-100 {
  background-color: rgb(8 145 178 / 100%);
}
.bg-cyan-600\/core-opacity-20 {
  background-color: rgb(8 145 178 / 20%);
}
.bg-cyan-600\/core-opacity-30 {
  background-color: rgb(8 145 178 / 30%);
}
.bg-cyan-600\/core-opacity-40 {
  background-color: rgb(8 145 178 / 40%);
}
.bg-cyan-600\/core-opacity-50 {
  background-color: rgb(8 145 178 / 50%);
}
.bg-cyan-600\/core-opacity-60 {
  background-color: rgb(8 145 178 / 60%);
}
.bg-cyan-600\/core-opacity-70 {
  background-color: rgb(8 145 178 / 70%);
}
.bg-cyan-600\/core-opacity-80 {
  background-color: rgb(8 145 178 / 80%);
}
.bg-cyan-600\/core-opacity-90 {
  background-color: rgb(8 145 178 / 90%);
}
.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}
.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}
.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}
.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}
.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}
.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}
.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}
.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}
.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}
.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}
.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}
.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}
.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}
.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}
.bg-cyan-700\/base-opacity-disabled {
  background-color: rgb(14 116 144 / 60%);
}
.bg-cyan-700\/core-opacity-0 {
  background-color: rgb(14 116 144 / 0%);
}
.bg-cyan-700\/core-opacity-10 {
  background-color: rgb(14 116 144 / 10%);
}
.bg-cyan-700\/core-opacity-100 {
  background-color: rgb(14 116 144 / 100%);
}
.bg-cyan-700\/core-opacity-20 {
  background-color: rgb(14 116 144 / 20%);
}
.bg-cyan-700\/core-opacity-30 {
  background-color: rgb(14 116 144 / 30%);
}
.bg-cyan-700\/core-opacity-40 {
  background-color: rgb(14 116 144 / 40%);
}
.bg-cyan-700\/core-opacity-50 {
  background-color: rgb(14 116 144 / 50%);
}
.bg-cyan-700\/core-opacity-60 {
  background-color: rgb(14 116 144 / 60%);
}
.bg-cyan-700\/core-opacity-70 {
  background-color: rgb(14 116 144 / 70%);
}
.bg-cyan-700\/core-opacity-80 {
  background-color: rgb(14 116 144 / 80%);
}
.bg-cyan-700\/core-opacity-90 {
  background-color: rgb(14 116 144 / 90%);
}
.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}
.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}
.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}
.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}
.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}
.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}
.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}
.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}
.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}
.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}
.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}
.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}
.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}
.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}
.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}
.bg-cyan-800\/base-opacity-disabled {
  background-color: rgb(21 94 117 / 60%);
}
.bg-cyan-800\/core-opacity-0 {
  background-color: rgb(21 94 117 / 0%);
}
.bg-cyan-800\/core-opacity-10 {
  background-color: rgb(21 94 117 / 10%);
}
.bg-cyan-800\/core-opacity-100 {
  background-color: rgb(21 94 117 / 100%);
}
.bg-cyan-800\/core-opacity-20 {
  background-color: rgb(21 94 117 / 20%);
}
.bg-cyan-800\/core-opacity-30 {
  background-color: rgb(21 94 117 / 30%);
}
.bg-cyan-800\/core-opacity-40 {
  background-color: rgb(21 94 117 / 40%);
}
.bg-cyan-800\/core-opacity-50 {
  background-color: rgb(21 94 117 / 50%);
}
.bg-cyan-800\/core-opacity-60 {
  background-color: rgb(21 94 117 / 60%);
}
.bg-cyan-800\/core-opacity-70 {
  background-color: rgb(21 94 117 / 70%);
}
.bg-cyan-800\/core-opacity-80 {
  background-color: rgb(21 94 117 / 80%);
}
.bg-cyan-800\/core-opacity-90 {
  background-color: rgb(21 94 117 / 90%);
}
.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.bg-cyan-900\/base-opacity-disabled {
  background-color: rgb(22 78 99 / 60%);
}
.bg-cyan-900\/core-opacity-0 {
  background-color: rgb(22 78 99 / 0%);
}
.bg-cyan-900\/core-opacity-10 {
  background-color: rgb(22 78 99 / 10%);
}
.bg-cyan-900\/core-opacity-100 {
  background-color: rgb(22 78 99 / 100%);
}
.bg-cyan-900\/core-opacity-20 {
  background-color: rgb(22 78 99 / 20%);
}
.bg-cyan-900\/core-opacity-30 {
  background-color: rgb(22 78 99 / 30%);
}
.bg-cyan-900\/core-opacity-40 {
  background-color: rgb(22 78 99 / 40%);
}
.bg-cyan-900\/core-opacity-50 {
  background-color: rgb(22 78 99 / 50%);
}
.bg-cyan-900\/core-opacity-60 {
  background-color: rgb(22 78 99 / 60%);
}
.bg-cyan-900\/core-opacity-70 {
  background-color: rgb(22 78 99 / 70%);
}
.bg-cyan-900\/core-opacity-80 {
  background-color: rgb(22 78 99 / 80%);
}
.bg-cyan-900\/core-opacity-90 {
  background-color: rgb(22 78 99 / 90%);
}
.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}
.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}
.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}
.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}
.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}
.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}
.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}
.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}
.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}
.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}
.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}
.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}
.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}
.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}
.bg-cyan-950\/base-opacity-disabled {
  background-color: rgb(8 51 68 / 60%);
}
.bg-cyan-950\/core-opacity-0 {
  background-color: rgb(8 51 68 / 0%);
}
.bg-cyan-950\/core-opacity-10 {
  background-color: rgb(8 51 68 / 10%);
}
.bg-cyan-950\/core-opacity-100 {
  background-color: rgb(8 51 68 / 100%);
}
.bg-cyan-950\/core-opacity-20 {
  background-color: rgb(8 51 68 / 20%);
}
.bg-cyan-950\/core-opacity-30 {
  background-color: rgb(8 51 68 / 30%);
}
.bg-cyan-950\/core-opacity-40 {
  background-color: rgb(8 51 68 / 40%);
}
.bg-cyan-950\/core-opacity-50 {
  background-color: rgb(8 51 68 / 50%);
}
.bg-cyan-950\/core-opacity-60 {
  background-color: rgb(8 51 68 / 60%);
}
.bg-cyan-950\/core-opacity-70 {
  background-color: rgb(8 51 68 / 70%);
}
.bg-cyan-950\/core-opacity-80 {
  background-color: rgb(8 51 68 / 80%);
}
.bg-cyan-950\/core-opacity-90 {
  background-color: rgb(8 51 68 / 90%);
}
.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-danger-light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 86 86 / var(--tw-bg-opacity));
}
.bg-danger-light\/0 {
  background-color: rgb(245 86 86 / 0);
}
.bg-danger-light\/10 {
  background-color: rgb(245 86 86 / 0.1);
}
.bg-danger-light\/100 {
  background-color: rgb(245 86 86 / 1);
}
.bg-danger-light\/20 {
  background-color: rgb(245 86 86 / 0.2);
}
.bg-danger-light\/25 {
  background-color: rgb(245 86 86 / 0.25);
}
.bg-danger-light\/30 {
  background-color: rgb(245 86 86 / 0.3);
}
.bg-danger-light\/40 {
  background-color: rgb(245 86 86 / 0.4);
}
.bg-danger-light\/5 {
  background-color: rgb(245 86 86 / 0.05);
}
.bg-danger-light\/50 {
  background-color: rgb(245 86 86 / 0.5);
}
.bg-danger-light\/60 {
  background-color: rgb(245 86 86 / 0.6);
}
.bg-danger-light\/70 {
  background-color: rgb(245 86 86 / 0.7);
}
.bg-danger-light\/75 {
  background-color: rgb(245 86 86 / 0.75);
}
.bg-danger-light\/80 {
  background-color: rgb(245 86 86 / 0.8);
}
.bg-danger-light\/90 {
  background-color: rgb(245 86 86 / 0.9);
}
.bg-danger-light\/95 {
  background-color: rgb(245 86 86 / 0.95);
}
.bg-danger-light\/base-opacity-disabled {
  background-color: rgb(245 86 86 / 60%);
}
.bg-danger-light\/core-opacity-0 {
  background-color: rgb(245 86 86 / 0%);
}
.bg-danger-light\/core-opacity-10 {
  background-color: rgb(245 86 86 / 10%);
}
.bg-danger-light\/core-opacity-100 {
  background-color: rgb(245 86 86 / 100%);
}
.bg-danger-light\/core-opacity-20 {
  background-color: rgb(245 86 86 / 20%);
}
.bg-danger-light\/core-opacity-30 {
  background-color: rgb(245 86 86 / 30%);
}
.bg-danger-light\/core-opacity-40 {
  background-color: rgb(245 86 86 / 40%);
}
.bg-danger-light\/core-opacity-50 {
  background-color: rgb(245 86 86 / 50%);
}
.bg-danger-light\/core-opacity-60 {
  background-color: rgb(245 86 86 / 60%);
}
.bg-danger-light\/core-opacity-70 {
  background-color: rgb(245 86 86 / 70%);
}
.bg-danger-light\/core-opacity-80 {
  background-color: rgb(245 86 86 / 80%);
}
.bg-danger-light\/core-opacity-90 {
  background-color: rgb(245 86 86 / 90%);
}
.bg-danger-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 247 / var(--tw-bg-opacity));
}
.bg-danger-lighter\/0 {
  background-color: rgb(254 247 247 / 0);
}
.bg-danger-lighter\/10 {
  background-color: rgb(254 247 247 / 0.1);
}
.bg-danger-lighter\/100 {
  background-color: rgb(254 247 247 / 1);
}
.bg-danger-lighter\/20 {
  background-color: rgb(254 247 247 / 0.2);
}
.bg-danger-lighter\/25 {
  background-color: rgb(254 247 247 / 0.25);
}
.bg-danger-lighter\/30 {
  background-color: rgb(254 247 247 / 0.3);
}
.bg-danger-lighter\/40 {
  background-color: rgb(254 247 247 / 0.4);
}
.bg-danger-lighter\/5 {
  background-color: rgb(254 247 247 / 0.05);
}
.bg-danger-lighter\/50 {
  background-color: rgb(254 247 247 / 0.5);
}
.bg-danger-lighter\/60 {
  background-color: rgb(254 247 247 / 0.6);
}
.bg-danger-lighter\/70 {
  background-color: rgb(254 247 247 / 0.7);
}
.bg-danger-lighter\/75 {
  background-color: rgb(254 247 247 / 0.75);
}
.bg-danger-lighter\/80 {
  background-color: rgb(254 247 247 / 0.8);
}
.bg-danger-lighter\/90 {
  background-color: rgb(254 247 247 / 0.9);
}
.bg-danger-lighter\/95 {
  background-color: rgb(254 247 247 / 0.95);
}
.bg-danger-lighter\/base-opacity-disabled {
  background-color: rgb(254 247 247 / 60%);
}
.bg-danger-lighter\/core-opacity-0 {
  background-color: rgb(254 247 247 / 0%);
}
.bg-danger-lighter\/core-opacity-10 {
  background-color: rgb(254 247 247 / 10%);
}
.bg-danger-lighter\/core-opacity-100 {
  background-color: rgb(254 247 247 / 100%);
}
.bg-danger-lighter\/core-opacity-20 {
  background-color: rgb(254 247 247 / 20%);
}
.bg-danger-lighter\/core-opacity-30 {
  background-color: rgb(254 247 247 / 30%);
}
.bg-danger-lighter\/core-opacity-40 {
  background-color: rgb(254 247 247 / 40%);
}
.bg-danger-lighter\/core-opacity-50 {
  background-color: rgb(254 247 247 / 50%);
}
.bg-danger-lighter\/core-opacity-60 {
  background-color: rgb(254 247 247 / 60%);
}
.bg-danger-lighter\/core-opacity-70 {
  background-color: rgb(254 247 247 / 70%);
}
.bg-danger-lighter\/core-opacity-80 {
  background-color: rgb(254 247 247 / 80%);
}
.bg-danger-lighter\/core-opacity-90 {
  background-color: rgb(254 247 247 / 90%);
}
.bg-danger\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-danger\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-danger\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-danger\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-danger\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-danger\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-danger\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-danger\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-danger\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-danger\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-danger\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-danger\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-danger\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-danger\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-danger\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-danger\/base-opacity-disabled {
  background-color: rgb(239 68 68 / 60%);
}
.bg-danger\/core-opacity-0 {
  background-color: rgb(239 68 68 / 0%);
}
.bg-danger\/core-opacity-10 {
  background-color: rgb(239 68 68 / 10%);
}
.bg-danger\/core-opacity-100 {
  background-color: rgb(239 68 68 / 100%);
}
.bg-danger\/core-opacity-20 {
  background-color: rgb(239 68 68 / 20%);
}
.bg-danger\/core-opacity-30 {
  background-color: rgb(239 68 68 / 30%);
}
.bg-danger\/core-opacity-40 {
  background-color: rgb(239 68 68 / 40%);
}
.bg-danger\/core-opacity-50 {
  background-color: rgb(239 68 68 / 50%);
}
.bg-danger\/core-opacity-60 {
  background-color: rgb(239 68 68 / 60%);
}
.bg-danger\/core-opacity-70 {
  background-color: rgb(239 68 68 / 70%);
}
.bg-danger\/core-opacity-80 {
  background-color: rgb(239 68 68 / 80%);
}
.bg-danger\/core-opacity-90 {
  background-color: rgb(239 68 68 / 90%);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-emerald-100\/base-opacity-disabled {
  background-color: rgb(209 250 229 / 60%);
}
.bg-emerald-100\/core-opacity-0 {
  background-color: rgb(209 250 229 / 0%);
}
.bg-emerald-100\/core-opacity-10 {
  background-color: rgb(209 250 229 / 10%);
}
.bg-emerald-100\/core-opacity-100 {
  background-color: rgb(209 250 229 / 100%);
}
.bg-emerald-100\/core-opacity-20 {
  background-color: rgb(209 250 229 / 20%);
}
.bg-emerald-100\/core-opacity-30 {
  background-color: rgb(209 250 229 / 30%);
}
.bg-emerald-100\/core-opacity-40 {
  background-color: rgb(209 250 229 / 40%);
}
.bg-emerald-100\/core-opacity-50 {
  background-color: rgb(209 250 229 / 50%);
}
.bg-emerald-100\/core-opacity-60 {
  background-color: rgb(209 250 229 / 60%);
}
.bg-emerald-100\/core-opacity-70 {
  background-color: rgb(209 250 229 / 70%);
}
.bg-emerald-100\/core-opacity-80 {
  background-color: rgb(209 250 229 / 80%);
}
.bg-emerald-100\/core-opacity-90 {
  background-color: rgb(209 250 229 / 90%);
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-emerald-200\/base-opacity-disabled {
  background-color: rgb(167 243 208 / 60%);
}
.bg-emerald-200\/core-opacity-0 {
  background-color: rgb(167 243 208 / 0%);
}
.bg-emerald-200\/core-opacity-10 {
  background-color: rgb(167 243 208 / 10%);
}
.bg-emerald-200\/core-opacity-100 {
  background-color: rgb(167 243 208 / 100%);
}
.bg-emerald-200\/core-opacity-20 {
  background-color: rgb(167 243 208 / 20%);
}
.bg-emerald-200\/core-opacity-30 {
  background-color: rgb(167 243 208 / 30%);
}
.bg-emerald-200\/core-opacity-40 {
  background-color: rgb(167 243 208 / 40%);
}
.bg-emerald-200\/core-opacity-50 {
  background-color: rgb(167 243 208 / 50%);
}
.bg-emerald-200\/core-opacity-60 {
  background-color: rgb(167 243 208 / 60%);
}
.bg-emerald-200\/core-opacity-70 {
  background-color: rgb(167 243 208 / 70%);
}
.bg-emerald-200\/core-opacity-80 {
  background-color: rgb(167 243 208 / 80%);
}
.bg-emerald-200\/core-opacity-90 {
  background-color: rgb(167 243 208 / 90%);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-emerald-300\/base-opacity-disabled {
  background-color: rgb(110 231 183 / 60%);
}
.bg-emerald-300\/core-opacity-0 {
  background-color: rgb(110 231 183 / 0%);
}
.bg-emerald-300\/core-opacity-10 {
  background-color: rgb(110 231 183 / 10%);
}
.bg-emerald-300\/core-opacity-100 {
  background-color: rgb(110 231 183 / 100%);
}
.bg-emerald-300\/core-opacity-20 {
  background-color: rgb(110 231 183 / 20%);
}
.bg-emerald-300\/core-opacity-30 {
  background-color: rgb(110 231 183 / 30%);
}
.bg-emerald-300\/core-opacity-40 {
  background-color: rgb(110 231 183 / 40%);
}
.bg-emerald-300\/core-opacity-50 {
  background-color: rgb(110 231 183 / 50%);
}
.bg-emerald-300\/core-opacity-60 {
  background-color: rgb(110 231 183 / 60%);
}
.bg-emerald-300\/core-opacity-70 {
  background-color: rgb(110 231 183 / 70%);
}
.bg-emerald-300\/core-opacity-80 {
  background-color: rgb(110 231 183 / 80%);
}
.bg-emerald-300\/core-opacity-90 {
  background-color: rgb(110 231 183 / 90%);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-emerald-400\/base-opacity-disabled {
  background-color: rgb(52 211 153 / 60%);
}
.bg-emerald-400\/core-opacity-0 {
  background-color: rgb(52 211 153 / 0%);
}
.bg-emerald-400\/core-opacity-10 {
  background-color: rgb(52 211 153 / 10%);
}
.bg-emerald-400\/core-opacity-100 {
  background-color: rgb(52 211 153 / 100%);
}
.bg-emerald-400\/core-opacity-20 {
  background-color: rgb(52 211 153 / 20%);
}
.bg-emerald-400\/core-opacity-30 {
  background-color: rgb(52 211 153 / 30%);
}
.bg-emerald-400\/core-opacity-40 {
  background-color: rgb(52 211 153 / 40%);
}
.bg-emerald-400\/core-opacity-50 {
  background-color: rgb(52 211 153 / 50%);
}
.bg-emerald-400\/core-opacity-60 {
  background-color: rgb(52 211 153 / 60%);
}
.bg-emerald-400\/core-opacity-70 {
  background-color: rgb(52 211 153 / 70%);
}
.bg-emerald-400\/core-opacity-80 {
  background-color: rgb(52 211 153 / 80%);
}
.bg-emerald-400\/core-opacity-90 {
  background-color: rgb(52 211 153 / 90%);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-emerald-50\/base-opacity-disabled {
  background-color: rgb(236 253 245 / 60%);
}
.bg-emerald-50\/core-opacity-0 {
  background-color: rgb(236 253 245 / 0%);
}
.bg-emerald-50\/core-opacity-10 {
  background-color: rgb(236 253 245 / 10%);
}
.bg-emerald-50\/core-opacity-100 {
  background-color: rgb(236 253 245 / 100%);
}
.bg-emerald-50\/core-opacity-20 {
  background-color: rgb(236 253 245 / 20%);
}
.bg-emerald-50\/core-opacity-30 {
  background-color: rgb(236 253 245 / 30%);
}
.bg-emerald-50\/core-opacity-40 {
  background-color: rgb(236 253 245 / 40%);
}
.bg-emerald-50\/core-opacity-50 {
  background-color: rgb(236 253 245 / 50%);
}
.bg-emerald-50\/core-opacity-60 {
  background-color: rgb(236 253 245 / 60%);
}
.bg-emerald-50\/core-opacity-70 {
  background-color: rgb(236 253 245 / 70%);
}
.bg-emerald-50\/core-opacity-80 {
  background-color: rgb(236 253 245 / 80%);
}
.bg-emerald-50\/core-opacity-90 {
  background-color: rgb(236 253 245 / 90%);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-emerald-500\/base-opacity-disabled {
  background-color: rgb(16 185 129 / 60%);
}
.bg-emerald-500\/core-opacity-0 {
  background-color: rgb(16 185 129 / 0%);
}
.bg-emerald-500\/core-opacity-10 {
  background-color: rgb(16 185 129 / 10%);
}
.bg-emerald-500\/core-opacity-100 {
  background-color: rgb(16 185 129 / 100%);
}
.bg-emerald-500\/core-opacity-20 {
  background-color: rgb(16 185 129 / 20%);
}
.bg-emerald-500\/core-opacity-30 {
  background-color: rgb(16 185 129 / 30%);
}
.bg-emerald-500\/core-opacity-40 {
  background-color: rgb(16 185 129 / 40%);
}
.bg-emerald-500\/core-opacity-50 {
  background-color: rgb(16 185 129 / 50%);
}
.bg-emerald-500\/core-opacity-60 {
  background-color: rgb(16 185 129 / 60%);
}
.bg-emerald-500\/core-opacity-70 {
  background-color: rgb(16 185 129 / 70%);
}
.bg-emerald-500\/core-opacity-80 {
  background-color: rgb(16 185 129 / 80%);
}
.bg-emerald-500\/core-opacity-90 {
  background-color: rgb(16 185 129 / 90%);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-emerald-600\/base-opacity-disabled {
  background-color: rgb(5 150 105 / 60%);
}
.bg-emerald-600\/core-opacity-0 {
  background-color: rgb(5 150 105 / 0%);
}
.bg-emerald-600\/core-opacity-10 {
  background-color: rgb(5 150 105 / 10%);
}
.bg-emerald-600\/core-opacity-100 {
  background-color: rgb(5 150 105 / 100%);
}
.bg-emerald-600\/core-opacity-20 {
  background-color: rgb(5 150 105 / 20%);
}
.bg-emerald-600\/core-opacity-30 {
  background-color: rgb(5 150 105 / 30%);
}
.bg-emerald-600\/core-opacity-40 {
  background-color: rgb(5 150 105 / 40%);
}
.bg-emerald-600\/core-opacity-50 {
  background-color: rgb(5 150 105 / 50%);
}
.bg-emerald-600\/core-opacity-60 {
  background-color: rgb(5 150 105 / 60%);
}
.bg-emerald-600\/core-opacity-70 {
  background-color: rgb(5 150 105 / 70%);
}
.bg-emerald-600\/core-opacity-80 {
  background-color: rgb(5 150 105 / 80%);
}
.bg-emerald-600\/core-opacity-90 {
  background-color: rgb(5 150 105 / 90%);
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-emerald-700\/base-opacity-disabled {
  background-color: rgb(4 120 87 / 60%);
}
.bg-emerald-700\/core-opacity-0 {
  background-color: rgb(4 120 87 / 0%);
}
.bg-emerald-700\/core-opacity-10 {
  background-color: rgb(4 120 87 / 10%);
}
.bg-emerald-700\/core-opacity-100 {
  background-color: rgb(4 120 87 / 100%);
}
.bg-emerald-700\/core-opacity-20 {
  background-color: rgb(4 120 87 / 20%);
}
.bg-emerald-700\/core-opacity-30 {
  background-color: rgb(4 120 87 / 30%);
}
.bg-emerald-700\/core-opacity-40 {
  background-color: rgb(4 120 87 / 40%);
}
.bg-emerald-700\/core-opacity-50 {
  background-color: rgb(4 120 87 / 50%);
}
.bg-emerald-700\/core-opacity-60 {
  background-color: rgb(4 120 87 / 60%);
}
.bg-emerald-700\/core-opacity-70 {
  background-color: rgb(4 120 87 / 70%);
}
.bg-emerald-700\/core-opacity-80 {
  background-color: rgb(4 120 87 / 80%);
}
.bg-emerald-700\/core-opacity-90 {
  background-color: rgb(4 120 87 / 90%);
}
.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-emerald-800\/base-opacity-disabled {
  background-color: rgb(6 95 70 / 60%);
}
.bg-emerald-800\/core-opacity-0 {
  background-color: rgb(6 95 70 / 0%);
}
.bg-emerald-800\/core-opacity-10 {
  background-color: rgb(6 95 70 / 10%);
}
.bg-emerald-800\/core-opacity-100 {
  background-color: rgb(6 95 70 / 100%);
}
.bg-emerald-800\/core-opacity-20 {
  background-color: rgb(6 95 70 / 20%);
}
.bg-emerald-800\/core-opacity-30 {
  background-color: rgb(6 95 70 / 30%);
}
.bg-emerald-800\/core-opacity-40 {
  background-color: rgb(6 95 70 / 40%);
}
.bg-emerald-800\/core-opacity-50 {
  background-color: rgb(6 95 70 / 50%);
}
.bg-emerald-800\/core-opacity-60 {
  background-color: rgb(6 95 70 / 60%);
}
.bg-emerald-800\/core-opacity-70 {
  background-color: rgb(6 95 70 / 70%);
}
.bg-emerald-800\/core-opacity-80 {
  background-color: rgb(6 95 70 / 80%);
}
.bg-emerald-800\/core-opacity-90 {
  background-color: rgb(6 95 70 / 90%);
}
.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-emerald-900\/base-opacity-disabled {
  background-color: rgb(6 78 59 / 60%);
}
.bg-emerald-900\/core-opacity-0 {
  background-color: rgb(6 78 59 / 0%);
}
.bg-emerald-900\/core-opacity-10 {
  background-color: rgb(6 78 59 / 10%);
}
.bg-emerald-900\/core-opacity-100 {
  background-color: rgb(6 78 59 / 100%);
}
.bg-emerald-900\/core-opacity-20 {
  background-color: rgb(6 78 59 / 20%);
}
.bg-emerald-900\/core-opacity-30 {
  background-color: rgb(6 78 59 / 30%);
}
.bg-emerald-900\/core-opacity-40 {
  background-color: rgb(6 78 59 / 40%);
}
.bg-emerald-900\/core-opacity-50 {
  background-color: rgb(6 78 59 / 50%);
}
.bg-emerald-900\/core-opacity-60 {
  background-color: rgb(6 78 59 / 60%);
}
.bg-emerald-900\/core-opacity-70 {
  background-color: rgb(6 78 59 / 70%);
}
.bg-emerald-900\/core-opacity-80 {
  background-color: rgb(6 78 59 / 80%);
}
.bg-emerald-900\/core-opacity-90 {
  background-color: rgb(6 78 59 / 90%);
}
.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.bg-emerald-950\/base-opacity-disabled {
  background-color: rgb(2 44 34 / 60%);
}
.bg-emerald-950\/core-opacity-0 {
  background-color: rgb(2 44 34 / 0%);
}
.bg-emerald-950\/core-opacity-10 {
  background-color: rgb(2 44 34 / 10%);
}
.bg-emerald-950\/core-opacity-100 {
  background-color: rgb(2 44 34 / 100%);
}
.bg-emerald-950\/core-opacity-20 {
  background-color: rgb(2 44 34 / 20%);
}
.bg-emerald-950\/core-opacity-30 {
  background-color: rgb(2 44 34 / 30%);
}
.bg-emerald-950\/core-opacity-40 {
  background-color: rgb(2 44 34 / 40%);
}
.bg-emerald-950\/core-opacity-50 {
  background-color: rgb(2 44 34 / 50%);
}
.bg-emerald-950\/core-opacity-60 {
  background-color: rgb(2 44 34 / 60%);
}
.bg-emerald-950\/core-opacity-70 {
  background-color: rgb(2 44 34 / 70%);
}
.bg-emerald-950\/core-opacity-80 {
  background-color: rgb(2 44 34 / 80%);
}
.bg-emerald-950\/core-opacity-90 {
  background-color: rgb(2 44 34 / 90%);
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}
.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}
.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}
.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}
.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}
.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}
.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}
.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}
.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}
.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}
.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}
.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}
.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}
.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}
.bg-fuchsia-100\/base-opacity-disabled {
  background-color: rgb(250 232 255 / 60%);
}
.bg-fuchsia-100\/core-opacity-0 {
  background-color: rgb(250 232 255 / 0%);
}
.bg-fuchsia-100\/core-opacity-10 {
  background-color: rgb(250 232 255 / 10%);
}
.bg-fuchsia-100\/core-opacity-100 {
  background-color: rgb(250 232 255 / 100%);
}
.bg-fuchsia-100\/core-opacity-20 {
  background-color: rgb(250 232 255 / 20%);
}
.bg-fuchsia-100\/core-opacity-30 {
  background-color: rgb(250 232 255 / 30%);
}
.bg-fuchsia-100\/core-opacity-40 {
  background-color: rgb(250 232 255 / 40%);
}
.bg-fuchsia-100\/core-opacity-50 {
  background-color: rgb(250 232 255 / 50%);
}
.bg-fuchsia-100\/core-opacity-60 {
  background-color: rgb(250 232 255 / 60%);
}
.bg-fuchsia-100\/core-opacity-70 {
  background-color: rgb(250 232 255 / 70%);
}
.bg-fuchsia-100\/core-opacity-80 {
  background-color: rgb(250 232 255 / 80%);
}
.bg-fuchsia-100\/core-opacity-90 {
  background-color: rgb(250 232 255 / 90%);
}
.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}
.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}
.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}
.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}
.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}
.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}
.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}
.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}
.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}
.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}
.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}
.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}
.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}
.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}
.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}
.bg-fuchsia-200\/base-opacity-disabled {
  background-color: rgb(245 208 254 / 60%);
}
.bg-fuchsia-200\/core-opacity-0 {
  background-color: rgb(245 208 254 / 0%);
}
.bg-fuchsia-200\/core-opacity-10 {
  background-color: rgb(245 208 254 / 10%);
}
.bg-fuchsia-200\/core-opacity-100 {
  background-color: rgb(245 208 254 / 100%);
}
.bg-fuchsia-200\/core-opacity-20 {
  background-color: rgb(245 208 254 / 20%);
}
.bg-fuchsia-200\/core-opacity-30 {
  background-color: rgb(245 208 254 / 30%);
}
.bg-fuchsia-200\/core-opacity-40 {
  background-color: rgb(245 208 254 / 40%);
}
.bg-fuchsia-200\/core-opacity-50 {
  background-color: rgb(245 208 254 / 50%);
}
.bg-fuchsia-200\/core-opacity-60 {
  background-color: rgb(245 208 254 / 60%);
}
.bg-fuchsia-200\/core-opacity-70 {
  background-color: rgb(245 208 254 / 70%);
}
.bg-fuchsia-200\/core-opacity-80 {
  background-color: rgb(245 208 254 / 80%);
}
.bg-fuchsia-200\/core-opacity-90 {
  background-color: rgb(245 208 254 / 90%);
}
.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}
.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}
.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}
.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}
.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}
.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}
.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}
.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}
.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}
.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}
.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}
.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}
.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}
.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}
.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}
.bg-fuchsia-300\/base-opacity-disabled {
  background-color: rgb(240 171 252 / 60%);
}
.bg-fuchsia-300\/core-opacity-0 {
  background-color: rgb(240 171 252 / 0%);
}
.bg-fuchsia-300\/core-opacity-10 {
  background-color: rgb(240 171 252 / 10%);
}
.bg-fuchsia-300\/core-opacity-100 {
  background-color: rgb(240 171 252 / 100%);
}
.bg-fuchsia-300\/core-opacity-20 {
  background-color: rgb(240 171 252 / 20%);
}
.bg-fuchsia-300\/core-opacity-30 {
  background-color: rgb(240 171 252 / 30%);
}
.bg-fuchsia-300\/core-opacity-40 {
  background-color: rgb(240 171 252 / 40%);
}
.bg-fuchsia-300\/core-opacity-50 {
  background-color: rgb(240 171 252 / 50%);
}
.bg-fuchsia-300\/core-opacity-60 {
  background-color: rgb(240 171 252 / 60%);
}
.bg-fuchsia-300\/core-opacity-70 {
  background-color: rgb(240 171 252 / 70%);
}
.bg-fuchsia-300\/core-opacity-80 {
  background-color: rgb(240 171 252 / 80%);
}
.bg-fuchsia-300\/core-opacity-90 {
  background-color: rgb(240 171 252 / 90%);
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}
.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}
.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}
.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}
.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}
.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}
.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}
.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}
.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}
.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}
.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}
.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}
.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}
.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}
.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}
.bg-fuchsia-400\/base-opacity-disabled {
  background-color: rgb(232 121 249 / 60%);
}
.bg-fuchsia-400\/core-opacity-0 {
  background-color: rgb(232 121 249 / 0%);
}
.bg-fuchsia-400\/core-opacity-10 {
  background-color: rgb(232 121 249 / 10%);
}
.bg-fuchsia-400\/core-opacity-100 {
  background-color: rgb(232 121 249 / 100%);
}
.bg-fuchsia-400\/core-opacity-20 {
  background-color: rgb(232 121 249 / 20%);
}
.bg-fuchsia-400\/core-opacity-30 {
  background-color: rgb(232 121 249 / 30%);
}
.bg-fuchsia-400\/core-opacity-40 {
  background-color: rgb(232 121 249 / 40%);
}
.bg-fuchsia-400\/core-opacity-50 {
  background-color: rgb(232 121 249 / 50%);
}
.bg-fuchsia-400\/core-opacity-60 {
  background-color: rgb(232 121 249 / 60%);
}
.bg-fuchsia-400\/core-opacity-70 {
  background-color: rgb(232 121 249 / 70%);
}
.bg-fuchsia-400\/core-opacity-80 {
  background-color: rgb(232 121 249 / 80%);
}
.bg-fuchsia-400\/core-opacity-90 {
  background-color: rgb(232 121 249 / 90%);
}
.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}
.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}
.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}
.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}
.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}
.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}
.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}
.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}
.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}
.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}
.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}
.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}
.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}
.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}
.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}
.bg-fuchsia-50\/base-opacity-disabled {
  background-color: rgb(253 244 255 / 60%);
}
.bg-fuchsia-50\/core-opacity-0 {
  background-color: rgb(253 244 255 / 0%);
}
.bg-fuchsia-50\/core-opacity-10 {
  background-color: rgb(253 244 255 / 10%);
}
.bg-fuchsia-50\/core-opacity-100 {
  background-color: rgb(253 244 255 / 100%);
}
.bg-fuchsia-50\/core-opacity-20 {
  background-color: rgb(253 244 255 / 20%);
}
.bg-fuchsia-50\/core-opacity-30 {
  background-color: rgb(253 244 255 / 30%);
}
.bg-fuchsia-50\/core-opacity-40 {
  background-color: rgb(253 244 255 / 40%);
}
.bg-fuchsia-50\/core-opacity-50 {
  background-color: rgb(253 244 255 / 50%);
}
.bg-fuchsia-50\/core-opacity-60 {
  background-color: rgb(253 244 255 / 60%);
}
.bg-fuchsia-50\/core-opacity-70 {
  background-color: rgb(253 244 255 / 70%);
}
.bg-fuchsia-50\/core-opacity-80 {
  background-color: rgb(253 244 255 / 80%);
}
.bg-fuchsia-50\/core-opacity-90 {
  background-color: rgb(253 244 255 / 90%);
}
.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}
.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}
.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}
.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}
.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}
.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}
.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}
.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}
.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}
.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}
.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}
.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}
.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}
.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}
.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}
.bg-fuchsia-500\/base-opacity-disabled {
  background-color: rgb(217 70 239 / 60%);
}
.bg-fuchsia-500\/core-opacity-0 {
  background-color: rgb(217 70 239 / 0%);
}
.bg-fuchsia-500\/core-opacity-10 {
  background-color: rgb(217 70 239 / 10%);
}
.bg-fuchsia-500\/core-opacity-100 {
  background-color: rgb(217 70 239 / 100%);
}
.bg-fuchsia-500\/core-opacity-20 {
  background-color: rgb(217 70 239 / 20%);
}
.bg-fuchsia-500\/core-opacity-30 {
  background-color: rgb(217 70 239 / 30%);
}
.bg-fuchsia-500\/core-opacity-40 {
  background-color: rgb(217 70 239 / 40%);
}
.bg-fuchsia-500\/core-opacity-50 {
  background-color: rgb(217 70 239 / 50%);
}
.bg-fuchsia-500\/core-opacity-60 {
  background-color: rgb(217 70 239 / 60%);
}
.bg-fuchsia-500\/core-opacity-70 {
  background-color: rgb(217 70 239 / 70%);
}
.bg-fuchsia-500\/core-opacity-80 {
  background-color: rgb(217 70 239 / 80%);
}
.bg-fuchsia-500\/core-opacity-90 {
  background-color: rgb(217 70 239 / 90%);
}
.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}
.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}
.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}
.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}
.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}
.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}
.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}
.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}
.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}
.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}
.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}
.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}
.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}
.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}
.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}
.bg-fuchsia-600\/base-opacity-disabled {
  background-color: rgb(192 38 211 / 60%);
}
.bg-fuchsia-600\/core-opacity-0 {
  background-color: rgb(192 38 211 / 0%);
}
.bg-fuchsia-600\/core-opacity-10 {
  background-color: rgb(192 38 211 / 10%);
}
.bg-fuchsia-600\/core-opacity-100 {
  background-color: rgb(192 38 211 / 100%);
}
.bg-fuchsia-600\/core-opacity-20 {
  background-color: rgb(192 38 211 / 20%);
}
.bg-fuchsia-600\/core-opacity-30 {
  background-color: rgb(192 38 211 / 30%);
}
.bg-fuchsia-600\/core-opacity-40 {
  background-color: rgb(192 38 211 / 40%);
}
.bg-fuchsia-600\/core-opacity-50 {
  background-color: rgb(192 38 211 / 50%);
}
.bg-fuchsia-600\/core-opacity-60 {
  background-color: rgb(192 38 211 / 60%);
}
.bg-fuchsia-600\/core-opacity-70 {
  background-color: rgb(192 38 211 / 70%);
}
.bg-fuchsia-600\/core-opacity-80 {
  background-color: rgb(192 38 211 / 80%);
}
.bg-fuchsia-600\/core-opacity-90 {
  background-color: rgb(192 38 211 / 90%);
}
.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}
.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}
.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}
.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}
.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}
.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}
.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}
.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}
.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}
.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}
.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}
.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}
.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}
.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}
.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}
.bg-fuchsia-700\/base-opacity-disabled {
  background-color: rgb(162 28 175 / 60%);
}
.bg-fuchsia-700\/core-opacity-0 {
  background-color: rgb(162 28 175 / 0%);
}
.bg-fuchsia-700\/core-opacity-10 {
  background-color: rgb(162 28 175 / 10%);
}
.bg-fuchsia-700\/core-opacity-100 {
  background-color: rgb(162 28 175 / 100%);
}
.bg-fuchsia-700\/core-opacity-20 {
  background-color: rgb(162 28 175 / 20%);
}
.bg-fuchsia-700\/core-opacity-30 {
  background-color: rgb(162 28 175 / 30%);
}
.bg-fuchsia-700\/core-opacity-40 {
  background-color: rgb(162 28 175 / 40%);
}
.bg-fuchsia-700\/core-opacity-50 {
  background-color: rgb(162 28 175 / 50%);
}
.bg-fuchsia-700\/core-opacity-60 {
  background-color: rgb(162 28 175 / 60%);
}
.bg-fuchsia-700\/core-opacity-70 {
  background-color: rgb(162 28 175 / 70%);
}
.bg-fuchsia-700\/core-opacity-80 {
  background-color: rgb(162 28 175 / 80%);
}
.bg-fuchsia-700\/core-opacity-90 {
  background-color: rgb(162 28 175 / 90%);
}
.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}
.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}
.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}
.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}
.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}
.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}
.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}
.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}
.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}
.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}
.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}
.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}
.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}
.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}
.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}
.bg-fuchsia-800\/base-opacity-disabled {
  background-color: rgb(134 25 143 / 60%);
}
.bg-fuchsia-800\/core-opacity-0 {
  background-color: rgb(134 25 143 / 0%);
}
.bg-fuchsia-800\/core-opacity-10 {
  background-color: rgb(134 25 143 / 10%);
}
.bg-fuchsia-800\/core-opacity-100 {
  background-color: rgb(134 25 143 / 100%);
}
.bg-fuchsia-800\/core-opacity-20 {
  background-color: rgb(134 25 143 / 20%);
}
.bg-fuchsia-800\/core-opacity-30 {
  background-color: rgb(134 25 143 / 30%);
}
.bg-fuchsia-800\/core-opacity-40 {
  background-color: rgb(134 25 143 / 40%);
}
.bg-fuchsia-800\/core-opacity-50 {
  background-color: rgb(134 25 143 / 50%);
}
.bg-fuchsia-800\/core-opacity-60 {
  background-color: rgb(134 25 143 / 60%);
}
.bg-fuchsia-800\/core-opacity-70 {
  background-color: rgb(134 25 143 / 70%);
}
.bg-fuchsia-800\/core-opacity-80 {
  background-color: rgb(134 25 143 / 80%);
}
.bg-fuchsia-800\/core-opacity-90 {
  background-color: rgb(134 25 143 / 90%);
}
.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}
.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}
.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}
.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}
.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}
.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}
.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}
.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}
.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}
.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}
.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}
.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}
.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}
.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}
.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}
.bg-fuchsia-900\/base-opacity-disabled {
  background-color: rgb(112 26 117 / 60%);
}
.bg-fuchsia-900\/core-opacity-0 {
  background-color: rgb(112 26 117 / 0%);
}
.bg-fuchsia-900\/core-opacity-10 {
  background-color: rgb(112 26 117 / 10%);
}
.bg-fuchsia-900\/core-opacity-100 {
  background-color: rgb(112 26 117 / 100%);
}
.bg-fuchsia-900\/core-opacity-20 {
  background-color: rgb(112 26 117 / 20%);
}
.bg-fuchsia-900\/core-opacity-30 {
  background-color: rgb(112 26 117 / 30%);
}
.bg-fuchsia-900\/core-opacity-40 {
  background-color: rgb(112 26 117 / 40%);
}
.bg-fuchsia-900\/core-opacity-50 {
  background-color: rgb(112 26 117 / 50%);
}
.bg-fuchsia-900\/core-opacity-60 {
  background-color: rgb(112 26 117 / 60%);
}
.bg-fuchsia-900\/core-opacity-70 {
  background-color: rgb(112 26 117 / 70%);
}
.bg-fuchsia-900\/core-opacity-80 {
  background-color: rgb(112 26 117 / 80%);
}
.bg-fuchsia-900\/core-opacity-90 {
  background-color: rgb(112 26 117 / 90%);
}
.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}
.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}
.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}
.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}
.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}
.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}
.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}
.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}
.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}
.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}
.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}
.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}
.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}
.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}
.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}
.bg-fuchsia-950\/base-opacity-disabled {
  background-color: rgb(74 4 78 / 60%);
}
.bg-fuchsia-950\/core-opacity-0 {
  background-color: rgb(74 4 78 / 0%);
}
.bg-fuchsia-950\/core-opacity-10 {
  background-color: rgb(74 4 78 / 10%);
}
.bg-fuchsia-950\/core-opacity-100 {
  background-color: rgb(74 4 78 / 100%);
}
.bg-fuchsia-950\/core-opacity-20 {
  background-color: rgb(74 4 78 / 20%);
}
.bg-fuchsia-950\/core-opacity-30 {
  background-color: rgb(74 4 78 / 30%);
}
.bg-fuchsia-950\/core-opacity-40 {
  background-color: rgb(74 4 78 / 40%);
}
.bg-fuchsia-950\/core-opacity-50 {
  background-color: rgb(74 4 78 / 50%);
}
.bg-fuchsia-950\/core-opacity-60 {
  background-color: rgb(74 4 78 / 60%);
}
.bg-fuchsia-950\/core-opacity-70 {
  background-color: rgb(74 4 78 / 70%);
}
.bg-fuchsia-950\/core-opacity-80 {
  background-color: rgb(74 4 78 / 80%);
}
.bg-fuchsia-950\/core-opacity-90 {
  background-color: rgb(74 4 78 / 90%);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-100\/base-opacity-disabled {
  background-color: rgb(243 244 246 / 60%);
}
.bg-gray-100\/core-opacity-0 {
  background-color: rgb(243 244 246 / 0%);
}
.bg-gray-100\/core-opacity-10 {
  background-color: rgb(243 244 246 / 10%);
}
.bg-gray-100\/core-opacity-100 {
  background-color: rgb(243 244 246 / 100%);
}
.bg-gray-100\/core-opacity-20 {
  background-color: rgb(243 244 246 / 20%);
}
.bg-gray-100\/core-opacity-30 {
  background-color: rgb(243 244 246 / 30%);
}
.bg-gray-100\/core-opacity-40 {
  background-color: rgb(243 244 246 / 40%);
}
.bg-gray-100\/core-opacity-50 {
  background-color: rgb(243 244 246 / 50%);
}
.bg-gray-100\/core-opacity-60 {
  background-color: rgb(243 244 246 / 60%);
}
.bg-gray-100\/core-opacity-70 {
  background-color: rgb(243 244 246 / 70%);
}
.bg-gray-100\/core-opacity-80 {
  background-color: rgb(243 244 246 / 80%);
}
.bg-gray-100\/core-opacity-90 {
  background-color: rgb(243 244 246 / 90%);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-200\/base-opacity-disabled {
  background-color: rgb(229 231 235 / 60%);
}
.bg-gray-200\/core-opacity-0 {
  background-color: rgb(229 231 235 / 0%);
}
.bg-gray-200\/core-opacity-10 {
  background-color: rgb(229 231 235 / 10%);
}
.bg-gray-200\/core-opacity-100 {
  background-color: rgb(229 231 235 / 100%);
}
.bg-gray-200\/core-opacity-20 {
  background-color: rgb(229 231 235 / 20%);
}
.bg-gray-200\/core-opacity-30 {
  background-color: rgb(229 231 235 / 30%);
}
.bg-gray-200\/core-opacity-40 {
  background-color: rgb(229 231 235 / 40%);
}
.bg-gray-200\/core-opacity-50 {
  background-color: rgb(229 231 235 / 50%);
}
.bg-gray-200\/core-opacity-60 {
  background-color: rgb(229 231 235 / 60%);
}
.bg-gray-200\/core-opacity-70 {
  background-color: rgb(229 231 235 / 70%);
}
.bg-gray-200\/core-opacity-80 {
  background-color: rgb(229 231 235 / 80%);
}
.bg-gray-200\/core-opacity-90 {
  background-color: rgb(229 231 235 / 90%);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-300\/base-opacity-disabled {
  background-color: rgb(209 213 219 / 60%);
}
.bg-gray-300\/core-opacity-0 {
  background-color: rgb(209 213 219 / 0%);
}
.bg-gray-300\/core-opacity-10 {
  background-color: rgb(209 213 219 / 10%);
}
.bg-gray-300\/core-opacity-100 {
  background-color: rgb(209 213 219 / 100%);
}
.bg-gray-300\/core-opacity-20 {
  background-color: rgb(209 213 219 / 20%);
}
.bg-gray-300\/core-opacity-30 {
  background-color: rgb(209 213 219 / 30%);
}
.bg-gray-300\/core-opacity-40 {
  background-color: rgb(209 213 219 / 40%);
}
.bg-gray-300\/core-opacity-50 {
  background-color: rgb(209 213 219 / 50%);
}
.bg-gray-300\/core-opacity-60 {
  background-color: rgb(209 213 219 / 60%);
}
.bg-gray-300\/core-opacity-70 {
  background-color: rgb(209 213 219 / 70%);
}
.bg-gray-300\/core-opacity-80 {
  background-color: rgb(209 213 219 / 80%);
}
.bg-gray-300\/core-opacity-90 {
  background-color: rgb(209 213 219 / 90%);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-400\/base-opacity-disabled {
  background-color: rgb(156 163 175 / 60%);
}
.bg-gray-400\/core-opacity-0 {
  background-color: rgb(156 163 175 / 0%);
}
.bg-gray-400\/core-opacity-10 {
  background-color: rgb(156 163 175 / 10%);
}
.bg-gray-400\/core-opacity-100 {
  background-color: rgb(156 163 175 / 100%);
}
.bg-gray-400\/core-opacity-20 {
  background-color: rgb(156 163 175 / 20%);
}
.bg-gray-400\/core-opacity-30 {
  background-color: rgb(156 163 175 / 30%);
}
.bg-gray-400\/core-opacity-40 {
  background-color: rgb(156 163 175 / 40%);
}
.bg-gray-400\/core-opacity-50 {
  background-color: rgb(156 163 175 / 50%);
}
.bg-gray-400\/core-opacity-60 {
  background-color: rgb(156 163 175 / 60%);
}
.bg-gray-400\/core-opacity-70 {
  background-color: rgb(156 163 175 / 70%);
}
.bg-gray-400\/core-opacity-80 {
  background-color: rgb(156 163 175 / 80%);
}
.bg-gray-400\/core-opacity-90 {
  background-color: rgb(156 163 175 / 90%);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-50\/base-opacity-disabled {
  background-color: rgb(249 250 251 / 60%);
}
.bg-gray-50\/core-opacity-0 {
  background-color: rgb(249 250 251 / 0%);
}
.bg-gray-50\/core-opacity-10 {
  background-color: rgb(249 250 251 / 10%);
}
.bg-gray-50\/core-opacity-100 {
  background-color: rgb(249 250 251 / 100%);
}
.bg-gray-50\/core-opacity-20 {
  background-color: rgb(249 250 251 / 20%);
}
.bg-gray-50\/core-opacity-30 {
  background-color: rgb(249 250 251 / 30%);
}
.bg-gray-50\/core-opacity-40 {
  background-color: rgb(249 250 251 / 40%);
}
.bg-gray-50\/core-opacity-50 {
  background-color: rgb(249 250 251 / 50%);
}
.bg-gray-50\/core-opacity-60 {
  background-color: rgb(249 250 251 / 60%);
}
.bg-gray-50\/core-opacity-70 {
  background-color: rgb(249 250 251 / 70%);
}
.bg-gray-50\/core-opacity-80 {
  background-color: rgb(249 250 251 / 80%);
}
.bg-gray-50\/core-opacity-90 {
  background-color: rgb(249 250 251 / 90%);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-500\/base-opacity-disabled {
  background-color: rgb(107 114 128 / 60%);
}
.bg-gray-500\/core-opacity-0 {
  background-color: rgb(107 114 128 / 0%);
}
.bg-gray-500\/core-opacity-10 {
  background-color: rgb(107 114 128 / 10%);
}
.bg-gray-500\/core-opacity-100 {
  background-color: rgb(107 114 128 / 100%);
}
.bg-gray-500\/core-opacity-20 {
  background-color: rgb(107 114 128 / 20%);
}
.bg-gray-500\/core-opacity-30 {
  background-color: rgb(107 114 128 / 30%);
}
.bg-gray-500\/core-opacity-40 {
  background-color: rgb(107 114 128 / 40%);
}
.bg-gray-500\/core-opacity-50 {
  background-color: rgb(107 114 128 / 50%);
}
.bg-gray-500\/core-opacity-60 {
  background-color: rgb(107 114 128 / 60%);
}
.bg-gray-500\/core-opacity-70 {
  background-color: rgb(107 114 128 / 70%);
}
.bg-gray-500\/core-opacity-80 {
  background-color: rgb(107 114 128 / 80%);
}
.bg-gray-500\/core-opacity-90 {
  background-color: rgb(107 114 128 / 90%);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-600\/base-opacity-disabled {
  background-color: rgb(75 85 99 / 60%);
}
.bg-gray-600\/core-opacity-0 {
  background-color: rgb(75 85 99 / 0%);
}
.bg-gray-600\/core-opacity-10 {
  background-color: rgb(75 85 99 / 10%);
}
.bg-gray-600\/core-opacity-100 {
  background-color: rgb(75 85 99 / 100%);
}
.bg-gray-600\/core-opacity-20 {
  background-color: rgb(75 85 99 / 20%);
}
.bg-gray-600\/core-opacity-30 {
  background-color: rgb(75 85 99 / 30%);
}
.bg-gray-600\/core-opacity-40 {
  background-color: rgb(75 85 99 / 40%);
}
.bg-gray-600\/core-opacity-50 {
  background-color: rgb(75 85 99 / 50%);
}
.bg-gray-600\/core-opacity-60 {
  background-color: rgb(75 85 99 / 60%);
}
.bg-gray-600\/core-opacity-70 {
  background-color: rgb(75 85 99 / 70%);
}
.bg-gray-600\/core-opacity-80 {
  background-color: rgb(75 85 99 / 80%);
}
.bg-gray-600\/core-opacity-90 {
  background-color: rgb(75 85 99 / 90%);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-700\/base-opacity-disabled {
  background-color: rgb(55 65 81 / 60%);
}
.bg-gray-700\/core-opacity-0 {
  background-color: rgb(55 65 81 / 0%);
}
.bg-gray-700\/core-opacity-10 {
  background-color: rgb(55 65 81 / 10%);
}
.bg-gray-700\/core-opacity-100 {
  background-color: rgb(55 65 81 / 100%);
}
.bg-gray-700\/core-opacity-20 {
  background-color: rgb(55 65 81 / 20%);
}
.bg-gray-700\/core-opacity-30 {
  background-color: rgb(55 65 81 / 30%);
}
.bg-gray-700\/core-opacity-40 {
  background-color: rgb(55 65 81 / 40%);
}
.bg-gray-700\/core-opacity-50 {
  background-color: rgb(55 65 81 / 50%);
}
.bg-gray-700\/core-opacity-60 {
  background-color: rgb(55 65 81 / 60%);
}
.bg-gray-700\/core-opacity-70 {
  background-color: rgb(55 65 81 / 70%);
}
.bg-gray-700\/core-opacity-80 {
  background-color: rgb(55 65 81 / 80%);
}
.bg-gray-700\/core-opacity-90 {
  background-color: rgb(55 65 81 / 90%);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-800\/base-opacity-disabled {
  background-color: rgb(31 41 55 / 60%);
}
.bg-gray-800\/core-opacity-0 {
  background-color: rgb(31 41 55 / 0%);
}
.bg-gray-800\/core-opacity-10 {
  background-color: rgb(31 41 55 / 10%);
}
.bg-gray-800\/core-opacity-100 {
  background-color: rgb(31 41 55 / 100%);
}
.bg-gray-800\/core-opacity-20 {
  background-color: rgb(31 41 55 / 20%);
}
.bg-gray-800\/core-opacity-30 {
  background-color: rgb(31 41 55 / 30%);
}
.bg-gray-800\/core-opacity-40 {
  background-color: rgb(31 41 55 / 40%);
}
.bg-gray-800\/core-opacity-50 {
  background-color: rgb(31 41 55 / 50%);
}
.bg-gray-800\/core-opacity-60 {
  background-color: rgb(31 41 55 / 60%);
}
.bg-gray-800\/core-opacity-70 {
  background-color: rgb(31 41 55 / 70%);
}
.bg-gray-800\/core-opacity-80 {
  background-color: rgb(31 41 55 / 80%);
}
.bg-gray-800\/core-opacity-90 {
  background-color: rgb(31 41 55 / 90%);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-gray-900\/base-opacity-disabled {
  background-color: rgb(17 24 39 / 60%);
}
.bg-gray-900\/core-opacity-0 {
  background-color: rgb(17 24 39 / 0%);
}
.bg-gray-900\/core-opacity-10 {
  background-color: rgb(17 24 39 / 10%);
}
.bg-gray-900\/core-opacity-100 {
  background-color: rgb(17 24 39 / 100%);
}
.bg-gray-900\/core-opacity-20 {
  background-color: rgb(17 24 39 / 20%);
}
.bg-gray-900\/core-opacity-30 {
  background-color: rgb(17 24 39 / 30%);
}
.bg-gray-900\/core-opacity-40 {
  background-color: rgb(17 24 39 / 40%);
}
.bg-gray-900\/core-opacity-50 {
  background-color: rgb(17 24 39 / 50%);
}
.bg-gray-900\/core-opacity-60 {
  background-color: rgb(17 24 39 / 60%);
}
.bg-gray-900\/core-opacity-70 {
  background-color: rgb(17 24 39 / 70%);
}
.bg-gray-900\/core-opacity-80 {
  background-color: rgb(17 24 39 / 80%);
}
.bg-gray-900\/core-opacity-90 {
  background-color: rgb(17 24 39 / 90%);
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}
.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}
.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}
.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}
.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}
.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}
.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}
.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.bg-gray-950\/base-opacity-disabled {
  background-color: rgb(3 7 18 / 60%);
}
.bg-gray-950\/core-opacity-0 {
  background-color: rgb(3 7 18 / 0%);
}
.bg-gray-950\/core-opacity-10 {
  background-color: rgb(3 7 18 / 10%);
}
.bg-gray-950\/core-opacity-100 {
  background-color: rgb(3 7 18 / 100%);
}
.bg-gray-950\/core-opacity-20 {
  background-color: rgb(3 7 18 / 20%);
}
.bg-gray-950\/core-opacity-30 {
  background-color: rgb(3 7 18 / 30%);
}
.bg-gray-950\/core-opacity-40 {
  background-color: rgb(3 7 18 / 40%);
}
.bg-gray-950\/core-opacity-50 {
  background-color: rgb(3 7 18 / 50%);
}
.bg-gray-950\/core-opacity-60 {
  background-color: rgb(3 7 18 / 60%);
}
.bg-gray-950\/core-opacity-70 {
  background-color: rgb(3 7 18 / 70%);
}
.bg-gray-950\/core-opacity-80 {
  background-color: rgb(3 7 18 / 80%);
}
.bg-gray-950\/core-opacity-90 {
  background-color: rgb(3 7 18 / 90%);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-green-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-green-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-green-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-green-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-green-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-green-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-green-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-green-100\/base-opacity-disabled {
  background-color: rgb(209 250 229 / 60%);
}
.bg-green-100\/core-opacity-0 {
  background-color: rgb(209 250 229 / 0%);
}
.bg-green-100\/core-opacity-10 {
  background-color: rgb(209 250 229 / 10%);
}
.bg-green-100\/core-opacity-100 {
  background-color: rgb(209 250 229 / 100%);
}
.bg-green-100\/core-opacity-20 {
  background-color: rgb(209 250 229 / 20%);
}
.bg-green-100\/core-opacity-30 {
  background-color: rgb(209 250 229 / 30%);
}
.bg-green-100\/core-opacity-40 {
  background-color: rgb(209 250 229 / 40%);
}
.bg-green-100\/core-opacity-50 {
  background-color: rgb(209 250 229 / 50%);
}
.bg-green-100\/core-opacity-60 {
  background-color: rgb(209 250 229 / 60%);
}
.bg-green-100\/core-opacity-70 {
  background-color: rgb(209 250 229 / 70%);
}
.bg-green-100\/core-opacity-80 {
  background-color: rgb(209 250 229 / 80%);
}
.bg-green-100\/core-opacity-90 {
  background-color: rgb(209 250 229 / 90%);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-green-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-green-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-green-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-green-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-green-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-green-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-green-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-green-200\/base-opacity-disabled {
  background-color: rgb(167 243 208 / 60%);
}
.bg-green-200\/core-opacity-0 {
  background-color: rgb(167 243 208 / 0%);
}
.bg-green-200\/core-opacity-10 {
  background-color: rgb(167 243 208 / 10%);
}
.bg-green-200\/core-opacity-100 {
  background-color: rgb(167 243 208 / 100%);
}
.bg-green-200\/core-opacity-20 {
  background-color: rgb(167 243 208 / 20%);
}
.bg-green-200\/core-opacity-30 {
  background-color: rgb(167 243 208 / 30%);
}
.bg-green-200\/core-opacity-40 {
  background-color: rgb(167 243 208 / 40%);
}
.bg-green-200\/core-opacity-50 {
  background-color: rgb(167 243 208 / 50%);
}
.bg-green-200\/core-opacity-60 {
  background-color: rgb(167 243 208 / 60%);
}
.bg-green-200\/core-opacity-70 {
  background-color: rgb(167 243 208 / 70%);
}
.bg-green-200\/core-opacity-80 {
  background-color: rgb(167 243 208 / 80%);
}
.bg-green-200\/core-opacity-90 {
  background-color: rgb(167 243 208 / 90%);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-green-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-green-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-green-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-green-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-green-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-green-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-green-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-green-300\/base-opacity-disabled {
  background-color: rgb(110 231 183 / 60%);
}
.bg-green-300\/core-opacity-0 {
  background-color: rgb(110 231 183 / 0%);
}
.bg-green-300\/core-opacity-10 {
  background-color: rgb(110 231 183 / 10%);
}
.bg-green-300\/core-opacity-100 {
  background-color: rgb(110 231 183 / 100%);
}
.bg-green-300\/core-opacity-20 {
  background-color: rgb(110 231 183 / 20%);
}
.bg-green-300\/core-opacity-30 {
  background-color: rgb(110 231 183 / 30%);
}
.bg-green-300\/core-opacity-40 {
  background-color: rgb(110 231 183 / 40%);
}
.bg-green-300\/core-opacity-50 {
  background-color: rgb(110 231 183 / 50%);
}
.bg-green-300\/core-opacity-60 {
  background-color: rgb(110 231 183 / 60%);
}
.bg-green-300\/core-opacity-70 {
  background-color: rgb(110 231 183 / 70%);
}
.bg-green-300\/core-opacity-80 {
  background-color: rgb(110 231 183 / 80%);
}
.bg-green-300\/core-opacity-90 {
  background-color: rgb(110 231 183 / 90%);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-green-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-green-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-green-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-green-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-green-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-green-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-green-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-green-400\/base-opacity-disabled {
  background-color: rgb(52 211 153 / 60%);
}
.bg-green-400\/core-opacity-0 {
  background-color: rgb(52 211 153 / 0%);
}
.bg-green-400\/core-opacity-10 {
  background-color: rgb(52 211 153 / 10%);
}
.bg-green-400\/core-opacity-100 {
  background-color: rgb(52 211 153 / 100%);
}
.bg-green-400\/core-opacity-20 {
  background-color: rgb(52 211 153 / 20%);
}
.bg-green-400\/core-opacity-30 {
  background-color: rgb(52 211 153 / 30%);
}
.bg-green-400\/core-opacity-40 {
  background-color: rgb(52 211 153 / 40%);
}
.bg-green-400\/core-opacity-50 {
  background-color: rgb(52 211 153 / 50%);
}
.bg-green-400\/core-opacity-60 {
  background-color: rgb(52 211 153 / 60%);
}
.bg-green-400\/core-opacity-70 {
  background-color: rgb(52 211 153 / 70%);
}
.bg-green-400\/core-opacity-80 {
  background-color: rgb(52 211 153 / 80%);
}
.bg-green-400\/core-opacity-90 {
  background-color: rgb(52 211 153 / 90%);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-green-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-green-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-green-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-green-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-green-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-green-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-green-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-green-50\/base-opacity-disabled {
  background-color: rgb(236 253 245 / 60%);
}
.bg-green-50\/core-opacity-0 {
  background-color: rgb(236 253 245 / 0%);
}
.bg-green-50\/core-opacity-10 {
  background-color: rgb(236 253 245 / 10%);
}
.bg-green-50\/core-opacity-100 {
  background-color: rgb(236 253 245 / 100%);
}
.bg-green-50\/core-opacity-20 {
  background-color: rgb(236 253 245 / 20%);
}
.bg-green-50\/core-opacity-30 {
  background-color: rgb(236 253 245 / 30%);
}
.bg-green-50\/core-opacity-40 {
  background-color: rgb(236 253 245 / 40%);
}
.bg-green-50\/core-opacity-50 {
  background-color: rgb(236 253 245 / 50%);
}
.bg-green-50\/core-opacity-60 {
  background-color: rgb(236 253 245 / 60%);
}
.bg-green-50\/core-opacity-70 {
  background-color: rgb(236 253 245 / 70%);
}
.bg-green-50\/core-opacity-80 {
  background-color: rgb(236 253 245 / 80%);
}
.bg-green-50\/core-opacity-90 {
  background-color: rgb(236 253 245 / 90%);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-green-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-green-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-green-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-green-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-green-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-green-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-green-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-green-500\/base-opacity-disabled {
  background-color: rgb(16 185 129 / 60%);
}
.bg-green-500\/core-opacity-0 {
  background-color: rgb(16 185 129 / 0%);
}
.bg-green-500\/core-opacity-10 {
  background-color: rgb(16 185 129 / 10%);
}
.bg-green-500\/core-opacity-100 {
  background-color: rgb(16 185 129 / 100%);
}
.bg-green-500\/core-opacity-20 {
  background-color: rgb(16 185 129 / 20%);
}
.bg-green-500\/core-opacity-30 {
  background-color: rgb(16 185 129 / 30%);
}
.bg-green-500\/core-opacity-40 {
  background-color: rgb(16 185 129 / 40%);
}
.bg-green-500\/core-opacity-50 {
  background-color: rgb(16 185 129 / 50%);
}
.bg-green-500\/core-opacity-60 {
  background-color: rgb(16 185 129 / 60%);
}
.bg-green-500\/core-opacity-70 {
  background-color: rgb(16 185 129 / 70%);
}
.bg-green-500\/core-opacity-80 {
  background-color: rgb(16 185 129 / 80%);
}
.bg-green-500\/core-opacity-90 {
  background-color: rgb(16 185 129 / 90%);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-green-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-green-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-green-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-green-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-green-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-green-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-green-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-green-600\/base-opacity-disabled {
  background-color: rgb(5 150 105 / 60%);
}
.bg-green-600\/core-opacity-0 {
  background-color: rgb(5 150 105 / 0%);
}
.bg-green-600\/core-opacity-10 {
  background-color: rgb(5 150 105 / 10%);
}
.bg-green-600\/core-opacity-100 {
  background-color: rgb(5 150 105 / 100%);
}
.bg-green-600\/core-opacity-20 {
  background-color: rgb(5 150 105 / 20%);
}
.bg-green-600\/core-opacity-30 {
  background-color: rgb(5 150 105 / 30%);
}
.bg-green-600\/core-opacity-40 {
  background-color: rgb(5 150 105 / 40%);
}
.bg-green-600\/core-opacity-50 {
  background-color: rgb(5 150 105 / 50%);
}
.bg-green-600\/core-opacity-60 {
  background-color: rgb(5 150 105 / 60%);
}
.bg-green-600\/core-opacity-70 {
  background-color: rgb(5 150 105 / 70%);
}
.bg-green-600\/core-opacity-80 {
  background-color: rgb(5 150 105 / 80%);
}
.bg-green-600\/core-opacity-90 {
  background-color: rgb(5 150 105 / 90%);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-green-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-green-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-green-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-green-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-green-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-green-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-green-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-green-700\/base-opacity-disabled {
  background-color: rgb(4 120 87 / 60%);
}
.bg-green-700\/core-opacity-0 {
  background-color: rgb(4 120 87 / 0%);
}
.bg-green-700\/core-opacity-10 {
  background-color: rgb(4 120 87 / 10%);
}
.bg-green-700\/core-opacity-100 {
  background-color: rgb(4 120 87 / 100%);
}
.bg-green-700\/core-opacity-20 {
  background-color: rgb(4 120 87 / 20%);
}
.bg-green-700\/core-opacity-30 {
  background-color: rgb(4 120 87 / 30%);
}
.bg-green-700\/core-opacity-40 {
  background-color: rgb(4 120 87 / 40%);
}
.bg-green-700\/core-opacity-50 {
  background-color: rgb(4 120 87 / 50%);
}
.bg-green-700\/core-opacity-60 {
  background-color: rgb(4 120 87 / 60%);
}
.bg-green-700\/core-opacity-70 {
  background-color: rgb(4 120 87 / 70%);
}
.bg-green-700\/core-opacity-80 {
  background-color: rgb(4 120 87 / 80%);
}
.bg-green-700\/core-opacity-90 {
  background-color: rgb(4 120 87 / 90%);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.bg-green-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-green-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-green-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-green-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-green-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-green-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-green-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-green-800\/base-opacity-disabled {
  background-color: rgb(6 95 70 / 60%);
}
.bg-green-800\/core-opacity-0 {
  background-color: rgb(6 95 70 / 0%);
}
.bg-green-800\/core-opacity-10 {
  background-color: rgb(6 95 70 / 10%);
}
.bg-green-800\/core-opacity-100 {
  background-color: rgb(6 95 70 / 100%);
}
.bg-green-800\/core-opacity-20 {
  background-color: rgb(6 95 70 / 20%);
}
.bg-green-800\/core-opacity-30 {
  background-color: rgb(6 95 70 / 30%);
}
.bg-green-800\/core-opacity-40 {
  background-color: rgb(6 95 70 / 40%);
}
.bg-green-800\/core-opacity-50 {
  background-color: rgb(6 95 70 / 50%);
}
.bg-green-800\/core-opacity-60 {
  background-color: rgb(6 95 70 / 60%);
}
.bg-green-800\/core-opacity-70 {
  background-color: rgb(6 95 70 / 70%);
}
.bg-green-800\/core-opacity-80 {
  background-color: rgb(6 95 70 / 80%);
}
.bg-green-800\/core-opacity-90 {
  background-color: rgb(6 95 70 / 90%);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-green-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-green-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-green-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-green-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-green-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-green-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-green-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-green-900\/base-opacity-disabled {
  background-color: rgb(6 78 59 / 60%);
}
.bg-green-900\/core-opacity-0 {
  background-color: rgb(6 78 59 / 0%);
}
.bg-green-900\/core-opacity-10 {
  background-color: rgb(6 78 59 / 10%);
}
.bg-green-900\/core-opacity-100 {
  background-color: rgb(6 78 59 / 100%);
}
.bg-green-900\/core-opacity-20 {
  background-color: rgb(6 78 59 / 20%);
}
.bg-green-900\/core-opacity-30 {
  background-color: rgb(6 78 59 / 30%);
}
.bg-green-900\/core-opacity-40 {
  background-color: rgb(6 78 59 / 40%);
}
.bg-green-900\/core-opacity-50 {
  background-color: rgb(6 78 59 / 50%);
}
.bg-green-900\/core-opacity-60 {
  background-color: rgb(6 78 59 / 60%);
}
.bg-green-900\/core-opacity-70 {
  background-color: rgb(6 78 59 / 70%);
}
.bg-green-900\/core-opacity-80 {
  background-color: rgb(6 78 59 / 80%);
}
.bg-green-900\/core-opacity-90 {
  background-color: rgb(6 78 59 / 90%);
}
.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.bg-green-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.bg-green-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.bg-green-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.bg-green-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-green-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-green-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.bg-green-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-green-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.bg-green-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.bg-green-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.bg-green-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.bg-green-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.bg-green-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.bg-green-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.bg-green-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.bg-green-950\/base-opacity-disabled {
  background-color: rgb(2 44 34 / 60%);
}
.bg-green-950\/core-opacity-0 {
  background-color: rgb(2 44 34 / 0%);
}
.bg-green-950\/core-opacity-10 {
  background-color: rgb(2 44 34 / 10%);
}
.bg-green-950\/core-opacity-100 {
  background-color: rgb(2 44 34 / 100%);
}
.bg-green-950\/core-opacity-20 {
  background-color: rgb(2 44 34 / 20%);
}
.bg-green-950\/core-opacity-30 {
  background-color: rgb(2 44 34 / 30%);
}
.bg-green-950\/core-opacity-40 {
  background-color: rgb(2 44 34 / 40%);
}
.bg-green-950\/core-opacity-50 {
  background-color: rgb(2 44 34 / 50%);
}
.bg-green-950\/core-opacity-60 {
  background-color: rgb(2 44 34 / 60%);
}
.bg-green-950\/core-opacity-70 {
  background-color: rgb(2 44 34 / 70%);
}
.bg-green-950\/core-opacity-80 {
  background-color: rgb(2 44 34 / 80%);
}
.bg-green-950\/core-opacity-90 {
  background-color: rgb(2 44 34 / 90%);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}
.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}
.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}
.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}
.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}
.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}
.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}
.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}
.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}
.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}
.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}
.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}
.bg-indigo-100\/base-opacity-disabled {
  background-color: rgb(224 231 255 / 60%);
}
.bg-indigo-100\/core-opacity-0 {
  background-color: rgb(224 231 255 / 0%);
}
.bg-indigo-100\/core-opacity-10 {
  background-color: rgb(224 231 255 / 10%);
}
.bg-indigo-100\/core-opacity-100 {
  background-color: rgb(224 231 255 / 100%);
}
.bg-indigo-100\/core-opacity-20 {
  background-color: rgb(224 231 255 / 20%);
}
.bg-indigo-100\/core-opacity-30 {
  background-color: rgb(224 231 255 / 30%);
}
.bg-indigo-100\/core-opacity-40 {
  background-color: rgb(224 231 255 / 40%);
}
.bg-indigo-100\/core-opacity-50 {
  background-color: rgb(224 231 255 / 50%);
}
.bg-indigo-100\/core-opacity-60 {
  background-color: rgb(224 231 255 / 60%);
}
.bg-indigo-100\/core-opacity-70 {
  background-color: rgb(224 231 255 / 70%);
}
.bg-indigo-100\/core-opacity-80 {
  background-color: rgb(224 231 255 / 80%);
}
.bg-indigo-100\/core-opacity-90 {
  background-color: rgb(224 231 255 / 90%);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}
.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}
.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}
.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}
.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}
.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}
.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}
.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}
.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}
.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}
.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}
.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}
.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}
.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}
.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}
.bg-indigo-200\/base-opacity-disabled {
  background-color: rgb(199 210 254 / 60%);
}
.bg-indigo-200\/core-opacity-0 {
  background-color: rgb(199 210 254 / 0%);
}
.bg-indigo-200\/core-opacity-10 {
  background-color: rgb(199 210 254 / 10%);
}
.bg-indigo-200\/core-opacity-100 {
  background-color: rgb(199 210 254 / 100%);
}
.bg-indigo-200\/core-opacity-20 {
  background-color: rgb(199 210 254 / 20%);
}
.bg-indigo-200\/core-opacity-30 {
  background-color: rgb(199 210 254 / 30%);
}
.bg-indigo-200\/core-opacity-40 {
  background-color: rgb(199 210 254 / 40%);
}
.bg-indigo-200\/core-opacity-50 {
  background-color: rgb(199 210 254 / 50%);
}
.bg-indigo-200\/core-opacity-60 {
  background-color: rgb(199 210 254 / 60%);
}
.bg-indigo-200\/core-opacity-70 {
  background-color: rgb(199 210 254 / 70%);
}
.bg-indigo-200\/core-opacity-80 {
  background-color: rgb(199 210 254 / 80%);
}
.bg-indigo-200\/core-opacity-90 {
  background-color: rgb(199 210 254 / 90%);
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}
.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}
.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}
.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}
.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}
.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}
.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}
.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}
.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}
.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}
.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}
.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}
.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}
.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}
.bg-indigo-300\/base-opacity-disabled {
  background-color: rgb(165 180 252 / 60%);
}
.bg-indigo-300\/core-opacity-0 {
  background-color: rgb(165 180 252 / 0%);
}
.bg-indigo-300\/core-opacity-10 {
  background-color: rgb(165 180 252 / 10%);
}
.bg-indigo-300\/core-opacity-100 {
  background-color: rgb(165 180 252 / 100%);
}
.bg-indigo-300\/core-opacity-20 {
  background-color: rgb(165 180 252 / 20%);
}
.bg-indigo-300\/core-opacity-30 {
  background-color: rgb(165 180 252 / 30%);
}
.bg-indigo-300\/core-opacity-40 {
  background-color: rgb(165 180 252 / 40%);
}
.bg-indigo-300\/core-opacity-50 {
  background-color: rgb(165 180 252 / 50%);
}
.bg-indigo-300\/core-opacity-60 {
  background-color: rgb(165 180 252 / 60%);
}
.bg-indigo-300\/core-opacity-70 {
  background-color: rgb(165 180 252 / 70%);
}
.bg-indigo-300\/core-opacity-80 {
  background-color: rgb(165 180 252 / 80%);
}
.bg-indigo-300\/core-opacity-90 {
  background-color: rgb(165 180 252 / 90%);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}
.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}
.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}
.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}
.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}
.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}
.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}
.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}
.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}
.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}
.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}
.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}
.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}
.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}
.bg-indigo-400\/base-opacity-disabled {
  background-color: rgb(129 140 248 / 60%);
}
.bg-indigo-400\/core-opacity-0 {
  background-color: rgb(129 140 248 / 0%);
}
.bg-indigo-400\/core-opacity-10 {
  background-color: rgb(129 140 248 / 10%);
}
.bg-indigo-400\/core-opacity-100 {
  background-color: rgb(129 140 248 / 100%);
}
.bg-indigo-400\/core-opacity-20 {
  background-color: rgb(129 140 248 / 20%);
}
.bg-indigo-400\/core-opacity-30 {
  background-color: rgb(129 140 248 / 30%);
}
.bg-indigo-400\/core-opacity-40 {
  background-color: rgb(129 140 248 / 40%);
}
.bg-indigo-400\/core-opacity-50 {
  background-color: rgb(129 140 248 / 50%);
}
.bg-indigo-400\/core-opacity-60 {
  background-color: rgb(129 140 248 / 60%);
}
.bg-indigo-400\/core-opacity-70 {
  background-color: rgb(129 140 248 / 70%);
}
.bg-indigo-400\/core-opacity-80 {
  background-color: rgb(129 140 248 / 80%);
}
.bg-indigo-400\/core-opacity-90 {
  background-color: rgb(129 140 248 / 90%);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}
.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}
.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}
.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}
.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}
.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}
.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}
.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}
.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}
.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}
.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}
.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}
.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}
.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}
.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}
.bg-indigo-50\/base-opacity-disabled {
  background-color: rgb(238 242 255 / 60%);
}
.bg-indigo-50\/core-opacity-0 {
  background-color: rgb(238 242 255 / 0%);
}
.bg-indigo-50\/core-opacity-10 {
  background-color: rgb(238 242 255 / 10%);
}
.bg-indigo-50\/core-opacity-100 {
  background-color: rgb(238 242 255 / 100%);
}
.bg-indigo-50\/core-opacity-20 {
  background-color: rgb(238 242 255 / 20%);
}
.bg-indigo-50\/core-opacity-30 {
  background-color: rgb(238 242 255 / 30%);
}
.bg-indigo-50\/core-opacity-40 {
  background-color: rgb(238 242 255 / 40%);
}
.bg-indigo-50\/core-opacity-50 {
  background-color: rgb(238 242 255 / 50%);
}
.bg-indigo-50\/core-opacity-60 {
  background-color: rgb(238 242 255 / 60%);
}
.bg-indigo-50\/core-opacity-70 {
  background-color: rgb(238 242 255 / 70%);
}
.bg-indigo-50\/core-opacity-80 {
  background-color: rgb(238 242 255 / 80%);
}
.bg-indigo-50\/core-opacity-90 {
  background-color: rgb(238 242 255 / 90%);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}
.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}
.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}
.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}
.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}
.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}
.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}
.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}
.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.bg-indigo-500\/base-opacity-disabled {
  background-color: rgb(99 102 241 / 60%);
}
.bg-indigo-500\/core-opacity-0 {
  background-color: rgb(99 102 241 / 0%);
}
.bg-indigo-500\/core-opacity-10 {
  background-color: rgb(99 102 241 / 10%);
}
.bg-indigo-500\/core-opacity-100 {
  background-color: rgb(99 102 241 / 100%);
}
.bg-indigo-500\/core-opacity-20 {
  background-color: rgb(99 102 241 / 20%);
}
.bg-indigo-500\/core-opacity-30 {
  background-color: rgb(99 102 241 / 30%);
}
.bg-indigo-500\/core-opacity-40 {
  background-color: rgb(99 102 241 / 40%);
}
.bg-indigo-500\/core-opacity-50 {
  background-color: rgb(99 102 241 / 50%);
}
.bg-indigo-500\/core-opacity-60 {
  background-color: rgb(99 102 241 / 60%);
}
.bg-indigo-500\/core-opacity-70 {
  background-color: rgb(99 102 241 / 70%);
}
.bg-indigo-500\/core-opacity-80 {
  background-color: rgb(99 102 241 / 80%);
}
.bg-indigo-500\/core-opacity-90 {
  background-color: rgb(99 102 241 / 90%);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}
.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}
.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}
.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}
.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}
.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}
.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}
.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}
.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}
.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}
.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}
.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}
.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}
.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}
.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}
.bg-indigo-600\/base-opacity-disabled {
  background-color: rgb(79 70 229 / 60%);
}
.bg-indigo-600\/core-opacity-0 {
  background-color: rgb(79 70 229 / 0%);
}
.bg-indigo-600\/core-opacity-10 {
  background-color: rgb(79 70 229 / 10%);
}
.bg-indigo-600\/core-opacity-100 {
  background-color: rgb(79 70 229 / 100%);
}
.bg-indigo-600\/core-opacity-20 {
  background-color: rgb(79 70 229 / 20%);
}
.bg-indigo-600\/core-opacity-30 {
  background-color: rgb(79 70 229 / 30%);
}
.bg-indigo-600\/core-opacity-40 {
  background-color: rgb(79 70 229 / 40%);
}
.bg-indigo-600\/core-opacity-50 {
  background-color: rgb(79 70 229 / 50%);
}
.bg-indigo-600\/core-opacity-60 {
  background-color: rgb(79 70 229 / 60%);
}
.bg-indigo-600\/core-opacity-70 {
  background-color: rgb(79 70 229 / 70%);
}
.bg-indigo-600\/core-opacity-80 {
  background-color: rgb(79 70 229 / 80%);
}
.bg-indigo-600\/core-opacity-90 {
  background-color: rgb(79 70 229 / 90%);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}
.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}
.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}
.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}
.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}
.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}
.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}
.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}
.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}
.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}
.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}
.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}
.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}
.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}
.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}
.bg-indigo-700\/base-opacity-disabled {
  background-color: rgb(67 56 202 / 60%);
}
.bg-indigo-700\/core-opacity-0 {
  background-color: rgb(67 56 202 / 0%);
}
.bg-indigo-700\/core-opacity-10 {
  background-color: rgb(67 56 202 / 10%);
}
.bg-indigo-700\/core-opacity-100 {
  background-color: rgb(67 56 202 / 100%);
}
.bg-indigo-700\/core-opacity-20 {
  background-color: rgb(67 56 202 / 20%);
}
.bg-indigo-700\/core-opacity-30 {
  background-color: rgb(67 56 202 / 30%);
}
.bg-indigo-700\/core-opacity-40 {
  background-color: rgb(67 56 202 / 40%);
}
.bg-indigo-700\/core-opacity-50 {
  background-color: rgb(67 56 202 / 50%);
}
.bg-indigo-700\/core-opacity-60 {
  background-color: rgb(67 56 202 / 60%);
}
.bg-indigo-700\/core-opacity-70 {
  background-color: rgb(67 56 202 / 70%);
}
.bg-indigo-700\/core-opacity-80 {
  background-color: rgb(67 56 202 / 80%);
}
.bg-indigo-700\/core-opacity-90 {
  background-color: rgb(67 56 202 / 90%);
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}
.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}
.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}
.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}
.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}
.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}
.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}
.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}
.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}
.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}
.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}
.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}
.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}
.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}
.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}
.bg-indigo-800\/base-opacity-disabled {
  background-color: rgb(55 48 163 / 60%);
}
.bg-indigo-800\/core-opacity-0 {
  background-color: rgb(55 48 163 / 0%);
}
.bg-indigo-800\/core-opacity-10 {
  background-color: rgb(55 48 163 / 10%);
}
.bg-indigo-800\/core-opacity-100 {
  background-color: rgb(55 48 163 / 100%);
}
.bg-indigo-800\/core-opacity-20 {
  background-color: rgb(55 48 163 / 20%);
}
.bg-indigo-800\/core-opacity-30 {
  background-color: rgb(55 48 163 / 30%);
}
.bg-indigo-800\/core-opacity-40 {
  background-color: rgb(55 48 163 / 40%);
}
.bg-indigo-800\/core-opacity-50 {
  background-color: rgb(55 48 163 / 50%);
}
.bg-indigo-800\/core-opacity-60 {
  background-color: rgb(55 48 163 / 60%);
}
.bg-indigo-800\/core-opacity-70 {
  background-color: rgb(55 48 163 / 70%);
}
.bg-indigo-800\/core-opacity-80 {
  background-color: rgb(55 48 163 / 80%);
}
.bg-indigo-800\/core-opacity-90 {
  background-color: rgb(55 48 163 / 90%);
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}
.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}
.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}
.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}
.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}
.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}
.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}
.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}
.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}
.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.bg-indigo-900\/base-opacity-disabled {
  background-color: rgb(49 46 129 / 60%);
}
.bg-indigo-900\/core-opacity-0 {
  background-color: rgb(49 46 129 / 0%);
}
.bg-indigo-900\/core-opacity-10 {
  background-color: rgb(49 46 129 / 10%);
}
.bg-indigo-900\/core-opacity-100 {
  background-color: rgb(49 46 129 / 100%);
}
.bg-indigo-900\/core-opacity-20 {
  background-color: rgb(49 46 129 / 20%);
}
.bg-indigo-900\/core-opacity-30 {
  background-color: rgb(49 46 129 / 30%);
}
.bg-indigo-900\/core-opacity-40 {
  background-color: rgb(49 46 129 / 40%);
}
.bg-indigo-900\/core-opacity-50 {
  background-color: rgb(49 46 129 / 50%);
}
.bg-indigo-900\/core-opacity-60 {
  background-color: rgb(49 46 129 / 60%);
}
.bg-indigo-900\/core-opacity-70 {
  background-color: rgb(49 46 129 / 70%);
}
.bg-indigo-900\/core-opacity-80 {
  background-color: rgb(49 46 129 / 80%);
}
.bg-indigo-900\/core-opacity-90 {
  background-color: rgb(49 46 129 / 90%);
}
.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}
.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}
.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}
.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}
.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}
.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}
.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}
.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}
.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}
.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}
.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}
.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}
.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}
.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.bg-indigo-950\/base-opacity-disabled {
  background-color: rgb(30 27 75 / 60%);
}
.bg-indigo-950\/core-opacity-0 {
  background-color: rgb(30 27 75 / 0%);
}
.bg-indigo-950\/core-opacity-10 {
  background-color: rgb(30 27 75 / 10%);
}
.bg-indigo-950\/core-opacity-100 {
  background-color: rgb(30 27 75 / 100%);
}
.bg-indigo-950\/core-opacity-20 {
  background-color: rgb(30 27 75 / 20%);
}
.bg-indigo-950\/core-opacity-30 {
  background-color: rgb(30 27 75 / 30%);
}
.bg-indigo-950\/core-opacity-40 {
  background-color: rgb(30 27 75 / 40%);
}
.bg-indigo-950\/core-opacity-50 {
  background-color: rgb(30 27 75 / 50%);
}
.bg-indigo-950\/core-opacity-60 {
  background-color: rgb(30 27 75 / 60%);
}
.bg-indigo-950\/core-opacity-70 {
  background-color: rgb(30 27 75 / 70%);
}
.bg-indigo-950\/core-opacity-80 {
  background-color: rgb(30 27 75 / 80%);
}
.bg-indigo-950\/core-opacity-90 {
  background-color: rgb(30 27 75 / 90%);
}
.bg-info {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-info-light {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-info-light\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-info-light\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-info-light\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-info-light\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-info-light\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-info-light\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-info-light\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-info-light\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-info-light\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-info-light\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-info-light\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-info-light\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-info-light\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-info-light\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-info-light\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-info-light\/base-opacity-disabled {
  background-color: rgb(96 165 250 / 60%);
}
.bg-info-light\/core-opacity-0 {
  background-color: rgb(96 165 250 / 0%);
}
.bg-info-light\/core-opacity-10 {
  background-color: rgb(96 165 250 / 10%);
}
.bg-info-light\/core-opacity-100 {
  background-color: rgb(96 165 250 / 100%);
}
.bg-info-light\/core-opacity-20 {
  background-color: rgb(96 165 250 / 20%);
}
.bg-info-light\/core-opacity-30 {
  background-color: rgb(96 165 250 / 30%);
}
.bg-info-light\/core-opacity-40 {
  background-color: rgb(96 165 250 / 40%);
}
.bg-info-light\/core-opacity-50 {
  background-color: rgb(96 165 250 / 50%);
}
.bg-info-light\/core-opacity-60 {
  background-color: rgb(96 165 250 / 60%);
}
.bg-info-light\/core-opacity-70 {
  background-color: rgb(96 165 250 / 70%);
}
.bg-info-light\/core-opacity-80 {
  background-color: rgb(96 165 250 / 80%);
}
.bg-info-light\/core-opacity-90 {
  background-color: rgb(96 165 250 / 90%);
}
.bg-info-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-info-lightest\/0 {
  background-color: rgb(239 246 255 / 0);
}
.bg-info-lightest\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.bg-info-lightest\/100 {
  background-color: rgb(239 246 255 / 1);
}
.bg-info-lightest\/20 {
  background-color: rgb(239 246 255 / 0.2);
}
.bg-info-lightest\/25 {
  background-color: rgb(239 246 255 / 0.25);
}
.bg-info-lightest\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.bg-info-lightest\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.bg-info-lightest\/5 {
  background-color: rgb(239 246 255 / 0.05);
}
.bg-info-lightest\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-info-lightest\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-info-lightest\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-info-lightest\/75 {
  background-color: rgb(239 246 255 / 0.75);
}
.bg-info-lightest\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-info-lightest\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-info-lightest\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-info-lightest\/base-opacity-disabled {
  background-color: rgb(239 246 255 / 60%);
}
.bg-info-lightest\/core-opacity-0 {
  background-color: rgb(239 246 255 / 0%);
}
.bg-info-lightest\/core-opacity-10 {
  background-color: rgb(239 246 255 / 10%);
}
.bg-info-lightest\/core-opacity-100 {
  background-color: rgb(239 246 255 / 100%);
}
.bg-info-lightest\/core-opacity-20 {
  background-color: rgb(239 246 255 / 20%);
}
.bg-info-lightest\/core-opacity-30 {
  background-color: rgb(239 246 255 / 30%);
}
.bg-info-lightest\/core-opacity-40 {
  background-color: rgb(239 246 255 / 40%);
}
.bg-info-lightest\/core-opacity-50 {
  background-color: rgb(239 246 255 / 50%);
}
.bg-info-lightest\/core-opacity-60 {
  background-color: rgb(239 246 255 / 60%);
}
.bg-info-lightest\/core-opacity-70 {
  background-color: rgb(239 246 255 / 70%);
}
.bg-info-lightest\/core-opacity-80 {
  background-color: rgb(239 246 255 / 80%);
}
.bg-info-lightest\/core-opacity-90 {
  background-color: rgb(239 246 255 / 90%);
}
.bg-info\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-info\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-info\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-info\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-info\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.bg-info\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-info\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-info\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.bg-info\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.bg-info\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-info\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.bg-info\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.bg-info\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.bg-info\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-info\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-info\/base-opacity-disabled {
  background-color: rgb(59 130 246 / 60%);
}
.bg-info\/core-opacity-0 {
  background-color: rgb(59 130 246 / 0%);
}
.bg-info\/core-opacity-10 {
  background-color: rgb(59 130 246 / 10%);
}
.bg-info\/core-opacity-100 {
  background-color: rgb(59 130 246 / 100%);
}
.bg-info\/core-opacity-20 {
  background-color: rgb(59 130 246 / 20%);
}
.bg-info\/core-opacity-30 {
  background-color: rgb(59 130 246 / 30%);
}
.bg-info\/core-opacity-40 {
  background-color: rgb(59 130 246 / 40%);
}
.bg-info\/core-opacity-50 {
  background-color: rgb(59 130 246 / 50%);
}
.bg-info\/core-opacity-60 {
  background-color: rgb(59 130 246 / 60%);
}
.bg-info\/core-opacity-70 {
  background-color: rgb(59 130 246 / 70%);
}
.bg-info\/core-opacity-80 {
  background-color: rgb(59 130 246 / 80%);
}
.bg-info\/core-opacity-90 {
  background-color: rgb(59 130 246 / 90%);
}
.bg-inherit {
  background-color: inherit;
}
.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}
.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}
.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}
.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}
.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}
.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}
.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}
.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}
.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}
.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}
.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}
.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}
.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}
.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}
.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}
.bg-lime-100\/base-opacity-disabled {
  background-color: rgb(236 252 203 / 60%);
}
.bg-lime-100\/core-opacity-0 {
  background-color: rgb(236 252 203 / 0%);
}
.bg-lime-100\/core-opacity-10 {
  background-color: rgb(236 252 203 / 10%);
}
.bg-lime-100\/core-opacity-100 {
  background-color: rgb(236 252 203 / 100%);
}
.bg-lime-100\/core-opacity-20 {
  background-color: rgb(236 252 203 / 20%);
}
.bg-lime-100\/core-opacity-30 {
  background-color: rgb(236 252 203 / 30%);
}
.bg-lime-100\/core-opacity-40 {
  background-color: rgb(236 252 203 / 40%);
}
.bg-lime-100\/core-opacity-50 {
  background-color: rgb(236 252 203 / 50%);
}
.bg-lime-100\/core-opacity-60 {
  background-color: rgb(236 252 203 / 60%);
}
.bg-lime-100\/core-opacity-70 {
  background-color: rgb(236 252 203 / 70%);
}
.bg-lime-100\/core-opacity-80 {
  background-color: rgb(236 252 203 / 80%);
}
.bg-lime-100\/core-opacity-90 {
  background-color: rgb(236 252 203 / 90%);
}
.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}
.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}
.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}
.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}
.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}
.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}
.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}
.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}
.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}
.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}
.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}
.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}
.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}
.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}
.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}
.bg-lime-200\/base-opacity-disabled {
  background-color: rgb(217 249 157 / 60%);
}
.bg-lime-200\/core-opacity-0 {
  background-color: rgb(217 249 157 / 0%);
}
.bg-lime-200\/core-opacity-10 {
  background-color: rgb(217 249 157 / 10%);
}
.bg-lime-200\/core-opacity-100 {
  background-color: rgb(217 249 157 / 100%);
}
.bg-lime-200\/core-opacity-20 {
  background-color: rgb(217 249 157 / 20%);
}
.bg-lime-200\/core-opacity-30 {
  background-color: rgb(217 249 157 / 30%);
}
.bg-lime-200\/core-opacity-40 {
  background-color: rgb(217 249 157 / 40%);
}
.bg-lime-200\/core-opacity-50 {
  background-color: rgb(217 249 157 / 50%);
}
.bg-lime-200\/core-opacity-60 {
  background-color: rgb(217 249 157 / 60%);
}
.bg-lime-200\/core-opacity-70 {
  background-color: rgb(217 249 157 / 70%);
}
.bg-lime-200\/core-opacity-80 {
  background-color: rgb(217 249 157 / 80%);
}
.bg-lime-200\/core-opacity-90 {
  background-color: rgb(217 249 157 / 90%);
}
.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}
.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}
.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}
.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}
.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}
.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}
.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}
.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}
.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}
.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}
.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}
.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}
.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}
.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}
.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}
.bg-lime-300\/base-opacity-disabled {
  background-color: rgb(190 242 100 / 60%);
}
.bg-lime-300\/core-opacity-0 {
  background-color: rgb(190 242 100 / 0%);
}
.bg-lime-300\/core-opacity-10 {
  background-color: rgb(190 242 100 / 10%);
}
.bg-lime-300\/core-opacity-100 {
  background-color: rgb(190 242 100 / 100%);
}
.bg-lime-300\/core-opacity-20 {
  background-color: rgb(190 242 100 / 20%);
}
.bg-lime-300\/core-opacity-30 {
  background-color: rgb(190 242 100 / 30%);
}
.bg-lime-300\/core-opacity-40 {
  background-color: rgb(190 242 100 / 40%);
}
.bg-lime-300\/core-opacity-50 {
  background-color: rgb(190 242 100 / 50%);
}
.bg-lime-300\/core-opacity-60 {
  background-color: rgb(190 242 100 / 60%);
}
.bg-lime-300\/core-opacity-70 {
  background-color: rgb(190 242 100 / 70%);
}
.bg-lime-300\/core-opacity-80 {
  background-color: rgb(190 242 100 / 80%);
}
.bg-lime-300\/core-opacity-90 {
  background-color: rgb(190 242 100 / 90%);
}
.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}
.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}
.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}
.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}
.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}
.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}
.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}
.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}
.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}
.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}
.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}
.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}
.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}
.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}
.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}
.bg-lime-400\/base-opacity-disabled {
  background-color: rgb(163 230 53 / 60%);
}
.bg-lime-400\/core-opacity-0 {
  background-color: rgb(163 230 53 / 0%);
}
.bg-lime-400\/core-opacity-10 {
  background-color: rgb(163 230 53 / 10%);
}
.bg-lime-400\/core-opacity-100 {
  background-color: rgb(163 230 53 / 100%);
}
.bg-lime-400\/core-opacity-20 {
  background-color: rgb(163 230 53 / 20%);
}
.bg-lime-400\/core-opacity-30 {
  background-color: rgb(163 230 53 / 30%);
}
.bg-lime-400\/core-opacity-40 {
  background-color: rgb(163 230 53 / 40%);
}
.bg-lime-400\/core-opacity-50 {
  background-color: rgb(163 230 53 / 50%);
}
.bg-lime-400\/core-opacity-60 {
  background-color: rgb(163 230 53 / 60%);
}
.bg-lime-400\/core-opacity-70 {
  background-color: rgb(163 230 53 / 70%);
}
.bg-lime-400\/core-opacity-80 {
  background-color: rgb(163 230 53 / 80%);
}
.bg-lime-400\/core-opacity-90 {
  background-color: rgb(163 230 53 / 90%);
}
.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}
.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}
.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}
.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}
.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}
.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}
.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}
.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}
.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}
.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}
.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}
.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}
.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}
.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}
.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}
.bg-lime-50\/base-opacity-disabled {
  background-color: rgb(247 254 231 / 60%);
}
.bg-lime-50\/core-opacity-0 {
  background-color: rgb(247 254 231 / 0%);
}
.bg-lime-50\/core-opacity-10 {
  background-color: rgb(247 254 231 / 10%);
}
.bg-lime-50\/core-opacity-100 {
  background-color: rgb(247 254 231 / 100%);
}
.bg-lime-50\/core-opacity-20 {
  background-color: rgb(247 254 231 / 20%);
}
.bg-lime-50\/core-opacity-30 {
  background-color: rgb(247 254 231 / 30%);
}
.bg-lime-50\/core-opacity-40 {
  background-color: rgb(247 254 231 / 40%);
}
.bg-lime-50\/core-opacity-50 {
  background-color: rgb(247 254 231 / 50%);
}
.bg-lime-50\/core-opacity-60 {
  background-color: rgb(247 254 231 / 60%);
}
.bg-lime-50\/core-opacity-70 {
  background-color: rgb(247 254 231 / 70%);
}
.bg-lime-50\/core-opacity-80 {
  background-color: rgb(247 254 231 / 80%);
}
.bg-lime-50\/core-opacity-90 {
  background-color: rgb(247 254 231 / 90%);
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}
.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}
.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}
.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}
.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}
.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}
.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}
.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}
.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}
.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}
.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}
.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}
.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}
.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}
.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}
.bg-lime-500\/base-opacity-disabled {
  background-color: rgb(132 204 22 / 60%);
}
.bg-lime-500\/core-opacity-0 {
  background-color: rgb(132 204 22 / 0%);
}
.bg-lime-500\/core-opacity-10 {
  background-color: rgb(132 204 22 / 10%);
}
.bg-lime-500\/core-opacity-100 {
  background-color: rgb(132 204 22 / 100%);
}
.bg-lime-500\/core-opacity-20 {
  background-color: rgb(132 204 22 / 20%);
}
.bg-lime-500\/core-opacity-30 {
  background-color: rgb(132 204 22 / 30%);
}
.bg-lime-500\/core-opacity-40 {
  background-color: rgb(132 204 22 / 40%);
}
.bg-lime-500\/core-opacity-50 {
  background-color: rgb(132 204 22 / 50%);
}
.bg-lime-500\/core-opacity-60 {
  background-color: rgb(132 204 22 / 60%);
}
.bg-lime-500\/core-opacity-70 {
  background-color: rgb(132 204 22 / 70%);
}
.bg-lime-500\/core-opacity-80 {
  background-color: rgb(132 204 22 / 80%);
}
.bg-lime-500\/core-opacity-90 {
  background-color: rgb(132 204 22 / 90%);
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}
.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}
.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}
.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}
.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}
.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}
.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}
.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}
.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}
.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}
.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}
.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}
.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}
.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}
.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}
.bg-lime-600\/base-opacity-disabled {
  background-color: rgb(101 163 13 / 60%);
}
.bg-lime-600\/core-opacity-0 {
  background-color: rgb(101 163 13 / 0%);
}
.bg-lime-600\/core-opacity-10 {
  background-color: rgb(101 163 13 / 10%);
}
.bg-lime-600\/core-opacity-100 {
  background-color: rgb(101 163 13 / 100%);
}
.bg-lime-600\/core-opacity-20 {
  background-color: rgb(101 163 13 / 20%);
}
.bg-lime-600\/core-opacity-30 {
  background-color: rgb(101 163 13 / 30%);
}
.bg-lime-600\/core-opacity-40 {
  background-color: rgb(101 163 13 / 40%);
}
.bg-lime-600\/core-opacity-50 {
  background-color: rgb(101 163 13 / 50%);
}
.bg-lime-600\/core-opacity-60 {
  background-color: rgb(101 163 13 / 60%);
}
.bg-lime-600\/core-opacity-70 {
  background-color: rgb(101 163 13 / 70%);
}
.bg-lime-600\/core-opacity-80 {
  background-color: rgb(101 163 13 / 80%);
}
.bg-lime-600\/core-opacity-90 {
  background-color: rgb(101 163 13 / 90%);
}
.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}
.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}
.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}
.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}
.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}
.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}
.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}
.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}
.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}
.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}
.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}
.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}
.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}
.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}
.bg-lime-700\/base-opacity-disabled {
  background-color: rgb(77 124 15 / 60%);
}
.bg-lime-700\/core-opacity-0 {
  background-color: rgb(77 124 15 / 0%);
}
.bg-lime-700\/core-opacity-10 {
  background-color: rgb(77 124 15 / 10%);
}
.bg-lime-700\/core-opacity-100 {
  background-color: rgb(77 124 15 / 100%);
}
.bg-lime-700\/core-opacity-20 {
  background-color: rgb(77 124 15 / 20%);
}
.bg-lime-700\/core-opacity-30 {
  background-color: rgb(77 124 15 / 30%);
}
.bg-lime-700\/core-opacity-40 {
  background-color: rgb(77 124 15 / 40%);
}
.bg-lime-700\/core-opacity-50 {
  background-color: rgb(77 124 15 / 50%);
}
.bg-lime-700\/core-opacity-60 {
  background-color: rgb(77 124 15 / 60%);
}
.bg-lime-700\/core-opacity-70 {
  background-color: rgb(77 124 15 / 70%);
}
.bg-lime-700\/core-opacity-80 {
  background-color: rgb(77 124 15 / 80%);
}
.bg-lime-700\/core-opacity-90 {
  background-color: rgb(77 124 15 / 90%);
}
.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}
.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}
.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}
.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}
.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}
.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}
.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}
.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}
.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}
.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}
.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}
.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}
.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}
.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}
.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}
.bg-lime-800\/base-opacity-disabled {
  background-color: rgb(63 98 18 / 60%);
}
.bg-lime-800\/core-opacity-0 {
  background-color: rgb(63 98 18 / 0%);
}
.bg-lime-800\/core-opacity-10 {
  background-color: rgb(63 98 18 / 10%);
}
.bg-lime-800\/core-opacity-100 {
  background-color: rgb(63 98 18 / 100%);
}
.bg-lime-800\/core-opacity-20 {
  background-color: rgb(63 98 18 / 20%);
}
.bg-lime-800\/core-opacity-30 {
  background-color: rgb(63 98 18 / 30%);
}
.bg-lime-800\/core-opacity-40 {
  background-color: rgb(63 98 18 / 40%);
}
.bg-lime-800\/core-opacity-50 {
  background-color: rgb(63 98 18 / 50%);
}
.bg-lime-800\/core-opacity-60 {
  background-color: rgb(63 98 18 / 60%);
}
.bg-lime-800\/core-opacity-70 {
  background-color: rgb(63 98 18 / 70%);
}
.bg-lime-800\/core-opacity-80 {
  background-color: rgb(63 98 18 / 80%);
}
.bg-lime-800\/core-opacity-90 {
  background-color: rgb(63 98 18 / 90%);
}
.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}
.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.bg-lime-900\/base-opacity-disabled {
  background-color: rgb(54 83 20 / 60%);
}
.bg-lime-900\/core-opacity-0 {
  background-color: rgb(54 83 20 / 0%);
}
.bg-lime-900\/core-opacity-10 {
  background-color: rgb(54 83 20 / 10%);
}
.bg-lime-900\/core-opacity-100 {
  background-color: rgb(54 83 20 / 100%);
}
.bg-lime-900\/core-opacity-20 {
  background-color: rgb(54 83 20 / 20%);
}
.bg-lime-900\/core-opacity-30 {
  background-color: rgb(54 83 20 / 30%);
}
.bg-lime-900\/core-opacity-40 {
  background-color: rgb(54 83 20 / 40%);
}
.bg-lime-900\/core-opacity-50 {
  background-color: rgb(54 83 20 / 50%);
}
.bg-lime-900\/core-opacity-60 {
  background-color: rgb(54 83 20 / 60%);
}
.bg-lime-900\/core-opacity-70 {
  background-color: rgb(54 83 20 / 70%);
}
.bg-lime-900\/core-opacity-80 {
  background-color: rgb(54 83 20 / 80%);
}
.bg-lime-900\/core-opacity-90 {
  background-color: rgb(54 83 20 / 90%);
}
.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}
.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}
.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}
.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}
.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}
.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}
.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}
.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}
.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}
.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}
.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}
.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}
.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}
.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}
.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}
.bg-lime-950\/base-opacity-disabled {
  background-color: rgb(26 46 5 / 60%);
}
.bg-lime-950\/core-opacity-0 {
  background-color: rgb(26 46 5 / 0%);
}
.bg-lime-950\/core-opacity-10 {
  background-color: rgb(26 46 5 / 10%);
}
.bg-lime-950\/core-opacity-100 {
  background-color: rgb(26 46 5 / 100%);
}
.bg-lime-950\/core-opacity-20 {
  background-color: rgb(26 46 5 / 20%);
}
.bg-lime-950\/core-opacity-30 {
  background-color: rgb(26 46 5 / 30%);
}
.bg-lime-950\/core-opacity-40 {
  background-color: rgb(26 46 5 / 40%);
}
.bg-lime-950\/core-opacity-50 {
  background-color: rgb(26 46 5 / 50%);
}
.bg-lime-950\/core-opacity-60 {
  background-color: rgb(26 46 5 / 60%);
}
.bg-lime-950\/core-opacity-70 {
  background-color: rgb(26 46 5 / 70%);
}
.bg-lime-950\/core-opacity-80 {
  background-color: rgb(26 46 5 / 80%);
}
.bg-lime-950\/core-opacity-90 {
  background-color: rgb(26 46 5 / 90%);
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-neutral-100\/base-opacity-disabled {
  background-color: rgb(245 245 245 / 60%);
}
.bg-neutral-100\/core-opacity-0 {
  background-color: rgb(245 245 245 / 0%);
}
.bg-neutral-100\/core-opacity-10 {
  background-color: rgb(245 245 245 / 10%);
}
.bg-neutral-100\/core-opacity-100 {
  background-color: rgb(245 245 245 / 100%);
}
.bg-neutral-100\/core-opacity-20 {
  background-color: rgb(245 245 245 / 20%);
}
.bg-neutral-100\/core-opacity-30 {
  background-color: rgb(245 245 245 / 30%);
}
.bg-neutral-100\/core-opacity-40 {
  background-color: rgb(245 245 245 / 40%);
}
.bg-neutral-100\/core-opacity-50 {
  background-color: rgb(245 245 245 / 50%);
}
.bg-neutral-100\/core-opacity-60 {
  background-color: rgb(245 245 245 / 60%);
}
.bg-neutral-100\/core-opacity-70 {
  background-color: rgb(245 245 245 / 70%);
}
.bg-neutral-100\/core-opacity-80 {
  background-color: rgb(245 245 245 / 80%);
}
.bg-neutral-100\/core-opacity-90 {
  background-color: rgb(245 245 245 / 90%);
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}
.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}
.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}
.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}
.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}
.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}
.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}
.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}
.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}
.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}
.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}
.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}
.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}
.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}
.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}
.bg-neutral-200\/base-opacity-disabled {
  background-color: rgb(229 229 229 / 60%);
}
.bg-neutral-200\/core-opacity-0 {
  background-color: rgb(229 229 229 / 0%);
}
.bg-neutral-200\/core-opacity-10 {
  background-color: rgb(229 229 229 / 10%);
}
.bg-neutral-200\/core-opacity-100 {
  background-color: rgb(229 229 229 / 100%);
}
.bg-neutral-200\/core-opacity-20 {
  background-color: rgb(229 229 229 / 20%);
}
.bg-neutral-200\/core-opacity-30 {
  background-color: rgb(229 229 229 / 30%);
}
.bg-neutral-200\/core-opacity-40 {
  background-color: rgb(229 229 229 / 40%);
}
.bg-neutral-200\/core-opacity-50 {
  background-color: rgb(229 229 229 / 50%);
}
.bg-neutral-200\/core-opacity-60 {
  background-color: rgb(229 229 229 / 60%);
}
.bg-neutral-200\/core-opacity-70 {
  background-color: rgb(229 229 229 / 70%);
}
.bg-neutral-200\/core-opacity-80 {
  background-color: rgb(229 229 229 / 80%);
}
.bg-neutral-200\/core-opacity-90 {
  background-color: rgb(229 229 229 / 90%);
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}
.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}
.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}
.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}
.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}
.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}
.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}
.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}
.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}
.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}
.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}
.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}
.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}
.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}
.bg-neutral-300\/base-opacity-disabled {
  background-color: rgb(212 212 212 / 60%);
}
.bg-neutral-300\/core-opacity-0 {
  background-color: rgb(212 212 212 / 0%);
}
.bg-neutral-300\/core-opacity-10 {
  background-color: rgb(212 212 212 / 10%);
}
.bg-neutral-300\/core-opacity-100 {
  background-color: rgb(212 212 212 / 100%);
}
.bg-neutral-300\/core-opacity-20 {
  background-color: rgb(212 212 212 / 20%);
}
.bg-neutral-300\/core-opacity-30 {
  background-color: rgb(212 212 212 / 30%);
}
.bg-neutral-300\/core-opacity-40 {
  background-color: rgb(212 212 212 / 40%);
}
.bg-neutral-300\/core-opacity-50 {
  background-color: rgb(212 212 212 / 50%);
}
.bg-neutral-300\/core-opacity-60 {
  background-color: rgb(212 212 212 / 60%);
}
.bg-neutral-300\/core-opacity-70 {
  background-color: rgb(212 212 212 / 70%);
}
.bg-neutral-300\/core-opacity-80 {
  background-color: rgb(212 212 212 / 80%);
}
.bg-neutral-300\/core-opacity-90 {
  background-color: rgb(212 212 212 / 90%);
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}
.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}
.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}
.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}
.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}
.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}
.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}
.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}
.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}
.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}
.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}
.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}
.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}
.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}
.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}
.bg-neutral-400\/base-opacity-disabled {
  background-color: rgb(163 163 163 / 60%);
}
.bg-neutral-400\/core-opacity-0 {
  background-color: rgb(163 163 163 / 0%);
}
.bg-neutral-400\/core-opacity-10 {
  background-color: rgb(163 163 163 / 10%);
}
.bg-neutral-400\/core-opacity-100 {
  background-color: rgb(163 163 163 / 100%);
}
.bg-neutral-400\/core-opacity-20 {
  background-color: rgb(163 163 163 / 20%);
}
.bg-neutral-400\/core-opacity-30 {
  background-color: rgb(163 163 163 / 30%);
}
.bg-neutral-400\/core-opacity-40 {
  background-color: rgb(163 163 163 / 40%);
}
.bg-neutral-400\/core-opacity-50 {
  background-color: rgb(163 163 163 / 50%);
}
.bg-neutral-400\/core-opacity-60 {
  background-color: rgb(163 163 163 / 60%);
}
.bg-neutral-400\/core-opacity-70 {
  background-color: rgb(163 163 163 / 70%);
}
.bg-neutral-400\/core-opacity-80 {
  background-color: rgb(163 163 163 / 80%);
}
.bg-neutral-400\/core-opacity-90 {
  background-color: rgb(163 163 163 / 90%);
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-neutral-50\/base-opacity-disabled {
  background-color: rgb(250 250 250 / 60%);
}
.bg-neutral-50\/core-opacity-0 {
  background-color: rgb(250 250 250 / 0%);
}
.bg-neutral-50\/core-opacity-10 {
  background-color: rgb(250 250 250 / 10%);
}
.bg-neutral-50\/core-opacity-100 {
  background-color: rgb(250 250 250 / 100%);
}
.bg-neutral-50\/core-opacity-20 {
  background-color: rgb(250 250 250 / 20%);
}
.bg-neutral-50\/core-opacity-30 {
  background-color: rgb(250 250 250 / 30%);
}
.bg-neutral-50\/core-opacity-40 {
  background-color: rgb(250 250 250 / 40%);
}
.bg-neutral-50\/core-opacity-50 {
  background-color: rgb(250 250 250 / 50%);
}
.bg-neutral-50\/core-opacity-60 {
  background-color: rgb(250 250 250 / 60%);
}
.bg-neutral-50\/core-opacity-70 {
  background-color: rgb(250 250 250 / 70%);
}
.bg-neutral-50\/core-opacity-80 {
  background-color: rgb(250 250 250 / 80%);
}
.bg-neutral-50\/core-opacity-90 {
  background-color: rgb(250 250 250 / 90%);
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}
.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}
.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}
.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}
.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}
.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}
.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}
.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}
.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}
.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}
.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}
.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}
.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}
.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}
.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}
.bg-neutral-500\/base-opacity-disabled {
  background-color: rgb(115 115 115 / 60%);
}
.bg-neutral-500\/core-opacity-0 {
  background-color: rgb(115 115 115 / 0%);
}
.bg-neutral-500\/core-opacity-10 {
  background-color: rgb(115 115 115 / 10%);
}
.bg-neutral-500\/core-opacity-100 {
  background-color: rgb(115 115 115 / 100%);
}
.bg-neutral-500\/core-opacity-20 {
  background-color: rgb(115 115 115 / 20%);
}
.bg-neutral-500\/core-opacity-30 {
  background-color: rgb(115 115 115 / 30%);
}
.bg-neutral-500\/core-opacity-40 {
  background-color: rgb(115 115 115 / 40%);
}
.bg-neutral-500\/core-opacity-50 {
  background-color: rgb(115 115 115 / 50%);
}
.bg-neutral-500\/core-opacity-60 {
  background-color: rgb(115 115 115 / 60%);
}
.bg-neutral-500\/core-opacity-70 {
  background-color: rgb(115 115 115 / 70%);
}
.bg-neutral-500\/core-opacity-80 {
  background-color: rgb(115 115 115 / 80%);
}
.bg-neutral-500\/core-opacity-90 {
  background-color: rgb(115 115 115 / 90%);
}
.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}
.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}
.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}
.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}
.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}
.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}
.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}
.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}
.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}
.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}
.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}
.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}
.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}
.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}
.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}
.bg-neutral-600\/base-opacity-disabled {
  background-color: rgb(82 82 82 / 60%);
}
.bg-neutral-600\/core-opacity-0 {
  background-color: rgb(82 82 82 / 0%);
}
.bg-neutral-600\/core-opacity-10 {
  background-color: rgb(82 82 82 / 10%);
}
.bg-neutral-600\/core-opacity-100 {
  background-color: rgb(82 82 82 / 100%);
}
.bg-neutral-600\/core-opacity-20 {
  background-color: rgb(82 82 82 / 20%);
}
.bg-neutral-600\/core-opacity-30 {
  background-color: rgb(82 82 82 / 30%);
}
.bg-neutral-600\/core-opacity-40 {
  background-color: rgb(82 82 82 / 40%);
}
.bg-neutral-600\/core-opacity-50 {
  background-color: rgb(82 82 82 / 50%);
}
.bg-neutral-600\/core-opacity-60 {
  background-color: rgb(82 82 82 / 60%);
}
.bg-neutral-600\/core-opacity-70 {
  background-color: rgb(82 82 82 / 70%);
}
.bg-neutral-600\/core-opacity-80 {
  background-color: rgb(82 82 82 / 80%);
}
.bg-neutral-600\/core-opacity-90 {
  background-color: rgb(82 82 82 / 90%);
}
.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-neutral-700\/base-opacity-disabled {
  background-color: rgb(64 64 64 / 60%);
}
.bg-neutral-700\/core-opacity-0 {
  background-color: rgb(64 64 64 / 0%);
}
.bg-neutral-700\/core-opacity-10 {
  background-color: rgb(64 64 64 / 10%);
}
.bg-neutral-700\/core-opacity-100 {
  background-color: rgb(64 64 64 / 100%);
}
.bg-neutral-700\/core-opacity-20 {
  background-color: rgb(64 64 64 / 20%);
}
.bg-neutral-700\/core-opacity-30 {
  background-color: rgb(64 64 64 / 30%);
}
.bg-neutral-700\/core-opacity-40 {
  background-color: rgb(64 64 64 / 40%);
}
.bg-neutral-700\/core-opacity-50 {
  background-color: rgb(64 64 64 / 50%);
}
.bg-neutral-700\/core-opacity-60 {
  background-color: rgb(64 64 64 / 60%);
}
.bg-neutral-700\/core-opacity-70 {
  background-color: rgb(64 64 64 / 70%);
}
.bg-neutral-700\/core-opacity-80 {
  background-color: rgb(64 64 64 / 80%);
}
.bg-neutral-700\/core-opacity-90 {
  background-color: rgb(64 64 64 / 90%);
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}
.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}
.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}
.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}
.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}
.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}
.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}
.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}
.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}
.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}
.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}
.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}
.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}
.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}
.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}
.bg-neutral-800\/base-opacity-disabled {
  background-color: rgb(38 38 38 / 60%);
}
.bg-neutral-800\/core-opacity-0 {
  background-color: rgb(38 38 38 / 0%);
}
.bg-neutral-800\/core-opacity-10 {
  background-color: rgb(38 38 38 / 10%);
}
.bg-neutral-800\/core-opacity-100 {
  background-color: rgb(38 38 38 / 100%);
}
.bg-neutral-800\/core-opacity-20 {
  background-color: rgb(38 38 38 / 20%);
}
.bg-neutral-800\/core-opacity-30 {
  background-color: rgb(38 38 38 / 30%);
}
.bg-neutral-800\/core-opacity-40 {
  background-color: rgb(38 38 38 / 40%);
}
.bg-neutral-800\/core-opacity-50 {
  background-color: rgb(38 38 38 / 50%);
}
.bg-neutral-800\/core-opacity-60 {
  background-color: rgb(38 38 38 / 60%);
}
.bg-neutral-800\/core-opacity-70 {
  background-color: rgb(38 38 38 / 70%);
}
.bg-neutral-800\/core-opacity-80 {
  background-color: rgb(38 38 38 / 80%);
}
.bg-neutral-800\/core-opacity-90 {
  background-color: rgb(38 38 38 / 90%);
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}
.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}
.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.bg-neutral-900\/base-opacity-disabled {
  background-color: rgb(23 23 23 / 60%);
}
.bg-neutral-900\/core-opacity-0 {
  background-color: rgb(23 23 23 / 0%);
}
.bg-neutral-900\/core-opacity-10 {
  background-color: rgb(23 23 23 / 10%);
}
.bg-neutral-900\/core-opacity-100 {
  background-color: rgb(23 23 23 / 100%);
}
.bg-neutral-900\/core-opacity-20 {
  background-color: rgb(23 23 23 / 20%);
}
.bg-neutral-900\/core-opacity-30 {
  background-color: rgb(23 23 23 / 30%);
}
.bg-neutral-900\/core-opacity-40 {
  background-color: rgb(23 23 23 / 40%);
}
.bg-neutral-900\/core-opacity-50 {
  background-color: rgb(23 23 23 / 50%);
}
.bg-neutral-900\/core-opacity-60 {
  background-color: rgb(23 23 23 / 60%);
}
.bg-neutral-900\/core-opacity-70 {
  background-color: rgb(23 23 23 / 70%);
}
.bg-neutral-900\/core-opacity-80 {
  background-color: rgb(23 23 23 / 80%);
}
.bg-neutral-900\/core-opacity-90 {
  background-color: rgb(23 23 23 / 90%);
}
.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}
.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}
.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}
.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}
.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}
.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}
.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}
.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}
.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}
.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}
.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-neutral-950\/base-opacity-disabled {
  background-color: rgb(10 10 10 / 60%);
}
.bg-neutral-950\/core-opacity-0 {
  background-color: rgb(10 10 10 / 0%);
}
.bg-neutral-950\/core-opacity-10 {
  background-color: rgb(10 10 10 / 10%);
}
.bg-neutral-950\/core-opacity-100 {
  background-color: rgb(10 10 10 / 100%);
}
.bg-neutral-950\/core-opacity-20 {
  background-color: rgb(10 10 10 / 20%);
}
.bg-neutral-950\/core-opacity-30 {
  background-color: rgb(10 10 10 / 30%);
}
.bg-neutral-950\/core-opacity-40 {
  background-color: rgb(10 10 10 / 40%);
}
.bg-neutral-950\/core-opacity-50 {
  background-color: rgb(10 10 10 / 50%);
}
.bg-neutral-950\/core-opacity-60 {
  background-color: rgb(10 10 10 / 60%);
}
.bg-neutral-950\/core-opacity-70 {
  background-color: rgb(10 10 10 / 70%);
}
.bg-neutral-950\/core-opacity-80 {
  background-color: rgb(10 10 10 / 80%);
}
.bg-neutral-950\/core-opacity-90 {
  background-color: rgb(10 10 10 / 90%);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}
.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}
.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}
.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}
.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}
.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}
.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}
.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}
.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}
.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}
.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}
.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}
.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}
.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}
.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}
.bg-orange-100\/base-opacity-disabled {
  background-color: rgb(255 237 213 / 60%);
}
.bg-orange-100\/core-opacity-0 {
  background-color: rgb(255 237 213 / 0%);
}
.bg-orange-100\/core-opacity-10 {
  background-color: rgb(255 237 213 / 10%);
}
.bg-orange-100\/core-opacity-100 {
  background-color: rgb(255 237 213 / 100%);
}
.bg-orange-100\/core-opacity-20 {
  background-color: rgb(255 237 213 / 20%);
}
.bg-orange-100\/core-opacity-30 {
  background-color: rgb(255 237 213 / 30%);
}
.bg-orange-100\/core-opacity-40 {
  background-color: rgb(255 237 213 / 40%);
}
.bg-orange-100\/core-opacity-50 {
  background-color: rgb(255 237 213 / 50%);
}
.bg-orange-100\/core-opacity-60 {
  background-color: rgb(255 237 213 / 60%);
}
.bg-orange-100\/core-opacity-70 {
  background-color: rgb(255 237 213 / 70%);
}
.bg-orange-100\/core-opacity-80 {
  background-color: rgb(255 237 213 / 80%);
}
.bg-orange-100\/core-opacity-90 {
  background-color: rgb(255 237 213 / 90%);
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}
.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}
.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}
.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}
.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}
.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}
.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}
.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}
.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}
.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}
.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}
.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}
.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}
.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}
.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}
.bg-orange-200\/base-opacity-disabled {
  background-color: rgb(254 215 170 / 60%);
}
.bg-orange-200\/core-opacity-0 {
  background-color: rgb(254 215 170 / 0%);
}
.bg-orange-200\/core-opacity-10 {
  background-color: rgb(254 215 170 / 10%);
}
.bg-orange-200\/core-opacity-100 {
  background-color: rgb(254 215 170 / 100%);
}
.bg-orange-200\/core-opacity-20 {
  background-color: rgb(254 215 170 / 20%);
}
.bg-orange-200\/core-opacity-30 {
  background-color: rgb(254 215 170 / 30%);
}
.bg-orange-200\/core-opacity-40 {
  background-color: rgb(254 215 170 / 40%);
}
.bg-orange-200\/core-opacity-50 {
  background-color: rgb(254 215 170 / 50%);
}
.bg-orange-200\/core-opacity-60 {
  background-color: rgb(254 215 170 / 60%);
}
.bg-orange-200\/core-opacity-70 {
  background-color: rgb(254 215 170 / 70%);
}
.bg-orange-200\/core-opacity-80 {
  background-color: rgb(254 215 170 / 80%);
}
.bg-orange-200\/core-opacity-90 {
  background-color: rgb(254 215 170 / 90%);
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}
.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}
.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}
.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}
.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}
.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}
.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}
.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}
.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}
.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}
.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}
.bg-orange-300\/base-opacity-disabled {
  background-color: rgb(253 186 116 / 60%);
}
.bg-orange-300\/core-opacity-0 {
  background-color: rgb(253 186 116 / 0%);
}
.bg-orange-300\/core-opacity-10 {
  background-color: rgb(253 186 116 / 10%);
}
.bg-orange-300\/core-opacity-100 {
  background-color: rgb(253 186 116 / 100%);
}
.bg-orange-300\/core-opacity-20 {
  background-color: rgb(253 186 116 / 20%);
}
.bg-orange-300\/core-opacity-30 {
  background-color: rgb(253 186 116 / 30%);
}
.bg-orange-300\/core-opacity-40 {
  background-color: rgb(253 186 116 / 40%);
}
.bg-orange-300\/core-opacity-50 {
  background-color: rgb(253 186 116 / 50%);
}
.bg-orange-300\/core-opacity-60 {
  background-color: rgb(253 186 116 / 60%);
}
.bg-orange-300\/core-opacity-70 {
  background-color: rgb(253 186 116 / 70%);
}
.bg-orange-300\/core-opacity-80 {
  background-color: rgb(253 186 116 / 80%);
}
.bg-orange-300\/core-opacity-90 {
  background-color: rgb(253 186 116 / 90%);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}
.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}
.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.bg-orange-400\/base-opacity-disabled {
  background-color: rgb(251 146 60 / 60%);
}
.bg-orange-400\/core-opacity-0 {
  background-color: rgb(251 146 60 / 0%);
}
.bg-orange-400\/core-opacity-10 {
  background-color: rgb(251 146 60 / 10%);
}
.bg-orange-400\/core-opacity-100 {
  background-color: rgb(251 146 60 / 100%);
}
.bg-orange-400\/core-opacity-20 {
  background-color: rgb(251 146 60 / 20%);
}
.bg-orange-400\/core-opacity-30 {
  background-color: rgb(251 146 60 / 30%);
}
.bg-orange-400\/core-opacity-40 {
  background-color: rgb(251 146 60 / 40%);
}
.bg-orange-400\/core-opacity-50 {
  background-color: rgb(251 146 60 / 50%);
}
.bg-orange-400\/core-opacity-60 {
  background-color: rgb(251 146 60 / 60%);
}
.bg-orange-400\/core-opacity-70 {
  background-color: rgb(251 146 60 / 70%);
}
.bg-orange-400\/core-opacity-80 {
  background-color: rgb(251 146 60 / 80%);
}
.bg-orange-400\/core-opacity-90 {
  background-color: rgb(251 146 60 / 90%);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}
.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}
.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}
.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}
.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}
.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}
.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}
.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}
.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}
.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}
.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}
.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}
.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}
.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}
.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}
.bg-orange-50\/base-opacity-disabled {
  background-color: rgb(255 247 237 / 60%);
}
.bg-orange-50\/core-opacity-0 {
  background-color: rgb(255 247 237 / 0%);
}
.bg-orange-50\/core-opacity-10 {
  background-color: rgb(255 247 237 / 10%);
}
.bg-orange-50\/core-opacity-100 {
  background-color: rgb(255 247 237 / 100%);
}
.bg-orange-50\/core-opacity-20 {
  background-color: rgb(255 247 237 / 20%);
}
.bg-orange-50\/core-opacity-30 {
  background-color: rgb(255 247 237 / 30%);
}
.bg-orange-50\/core-opacity-40 {
  background-color: rgb(255 247 237 / 40%);
}
.bg-orange-50\/core-opacity-50 {
  background-color: rgb(255 247 237 / 50%);
}
.bg-orange-50\/core-opacity-60 {
  background-color: rgb(255 247 237 / 60%);
}
.bg-orange-50\/core-opacity-70 {
  background-color: rgb(255 247 237 / 70%);
}
.bg-orange-50\/core-opacity-80 {
  background-color: rgb(255 247 237 / 80%);
}
.bg-orange-50\/core-opacity-90 {
  background-color: rgb(255 247 237 / 90%);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.bg-orange-500\/base-opacity-disabled {
  background-color: rgb(249 115 22 / 60%);
}
.bg-orange-500\/core-opacity-0 {
  background-color: rgb(249 115 22 / 0%);
}
.bg-orange-500\/core-opacity-10 {
  background-color: rgb(249 115 22 / 10%);
}
.bg-orange-500\/core-opacity-100 {
  background-color: rgb(249 115 22 / 100%);
}
.bg-orange-500\/core-opacity-20 {
  background-color: rgb(249 115 22 / 20%);
}
.bg-orange-500\/core-opacity-30 {
  background-color: rgb(249 115 22 / 30%);
}
.bg-orange-500\/core-opacity-40 {
  background-color: rgb(249 115 22 / 40%);
}
.bg-orange-500\/core-opacity-50 {
  background-color: rgb(249 115 22 / 50%);
}
.bg-orange-500\/core-opacity-60 {
  background-color: rgb(249 115 22 / 60%);
}
.bg-orange-500\/core-opacity-70 {
  background-color: rgb(249 115 22 / 70%);
}
.bg-orange-500\/core-opacity-80 {
  background-color: rgb(249 115 22 / 80%);
}
.bg-orange-500\/core-opacity-90 {
  background-color: rgb(249 115 22 / 90%);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}
.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}
.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}
.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}
.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}
.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}
.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}
.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}
.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}
.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}
.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}
.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}
.bg-orange-600\/base-opacity-disabled {
  background-color: rgb(234 88 12 / 60%);
}
.bg-orange-600\/core-opacity-0 {
  background-color: rgb(234 88 12 / 0%);
}
.bg-orange-600\/core-opacity-10 {
  background-color: rgb(234 88 12 / 10%);
}
.bg-orange-600\/core-opacity-100 {
  background-color: rgb(234 88 12 / 100%);
}
.bg-orange-600\/core-opacity-20 {
  background-color: rgb(234 88 12 / 20%);
}
.bg-orange-600\/core-opacity-30 {
  background-color: rgb(234 88 12 / 30%);
}
.bg-orange-600\/core-opacity-40 {
  background-color: rgb(234 88 12 / 40%);
}
.bg-orange-600\/core-opacity-50 {
  background-color: rgb(234 88 12 / 50%);
}
.bg-orange-600\/core-opacity-60 {
  background-color: rgb(234 88 12 / 60%);
}
.bg-orange-600\/core-opacity-70 {
  background-color: rgb(234 88 12 / 70%);
}
.bg-orange-600\/core-opacity-80 {
  background-color: rgb(234 88 12 / 80%);
}
.bg-orange-600\/core-opacity-90 {
  background-color: rgb(234 88 12 / 90%);
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}
.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}
.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}
.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}
.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}
.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}
.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}
.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}
.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}
.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}
.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}
.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}
.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}
.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}
.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}
.bg-orange-700\/base-opacity-disabled {
  background-color: rgb(194 65 12 / 60%);
}
.bg-orange-700\/core-opacity-0 {
  background-color: rgb(194 65 12 / 0%);
}
.bg-orange-700\/core-opacity-10 {
  background-color: rgb(194 65 12 / 10%);
}
.bg-orange-700\/core-opacity-100 {
  background-color: rgb(194 65 12 / 100%);
}
.bg-orange-700\/core-opacity-20 {
  background-color: rgb(194 65 12 / 20%);
}
.bg-orange-700\/core-opacity-30 {
  background-color: rgb(194 65 12 / 30%);
}
.bg-orange-700\/core-opacity-40 {
  background-color: rgb(194 65 12 / 40%);
}
.bg-orange-700\/core-opacity-50 {
  background-color: rgb(194 65 12 / 50%);
}
.bg-orange-700\/core-opacity-60 {
  background-color: rgb(194 65 12 / 60%);
}
.bg-orange-700\/core-opacity-70 {
  background-color: rgb(194 65 12 / 70%);
}
.bg-orange-700\/core-opacity-80 {
  background-color: rgb(194 65 12 / 80%);
}
.bg-orange-700\/core-opacity-90 {
  background-color: rgb(194 65 12 / 90%);
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}
.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}
.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}
.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}
.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}
.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}
.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}
.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}
.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}
.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}
.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}
.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}
.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}
.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}
.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}
.bg-orange-800\/base-opacity-disabled {
  background-color: rgb(154 52 18 / 60%);
}
.bg-orange-800\/core-opacity-0 {
  background-color: rgb(154 52 18 / 0%);
}
.bg-orange-800\/core-opacity-10 {
  background-color: rgb(154 52 18 / 10%);
}
.bg-orange-800\/core-opacity-100 {
  background-color: rgb(154 52 18 / 100%);
}
.bg-orange-800\/core-opacity-20 {
  background-color: rgb(154 52 18 / 20%);
}
.bg-orange-800\/core-opacity-30 {
  background-color: rgb(154 52 18 / 30%);
}
.bg-orange-800\/core-opacity-40 {
  background-color: rgb(154 52 18 / 40%);
}
.bg-orange-800\/core-opacity-50 {
  background-color: rgb(154 52 18 / 50%);
}
.bg-orange-800\/core-opacity-60 {
  background-color: rgb(154 52 18 / 60%);
}
.bg-orange-800\/core-opacity-70 {
  background-color: rgb(154 52 18 / 70%);
}
.bg-orange-800\/core-opacity-80 {
  background-color: rgb(154 52 18 / 80%);
}
.bg-orange-800\/core-opacity-90 {
  background-color: rgb(154 52 18 / 90%);
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}
.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}
.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}
.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}
.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}
.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}
.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}
.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}
.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}
.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}
.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}
.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}
.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}
.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}
.bg-orange-900\/base-opacity-disabled {
  background-color: rgb(124 45 18 / 60%);
}
.bg-orange-900\/core-opacity-0 {
  background-color: rgb(124 45 18 / 0%);
}
.bg-orange-900\/core-opacity-10 {
  background-color: rgb(124 45 18 / 10%);
}
.bg-orange-900\/core-opacity-100 {
  background-color: rgb(124 45 18 / 100%);
}
.bg-orange-900\/core-opacity-20 {
  background-color: rgb(124 45 18 / 20%);
}
.bg-orange-900\/core-opacity-30 {
  background-color: rgb(124 45 18 / 30%);
}
.bg-orange-900\/core-opacity-40 {
  background-color: rgb(124 45 18 / 40%);
}
.bg-orange-900\/core-opacity-50 {
  background-color: rgb(124 45 18 / 50%);
}
.bg-orange-900\/core-opacity-60 {
  background-color: rgb(124 45 18 / 60%);
}
.bg-orange-900\/core-opacity-70 {
  background-color: rgb(124 45 18 / 70%);
}
.bg-orange-900\/core-opacity-80 {
  background-color: rgb(124 45 18 / 80%);
}
.bg-orange-900\/core-opacity-90 {
  background-color: rgb(124 45 18 / 90%);
}
.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}
.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}
.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}
.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}
.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}
.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}
.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}
.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}
.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}
.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}
.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}
.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}
.bg-orange-950\/base-opacity-disabled {
  background-color: rgb(67 20 7 / 60%);
}
.bg-orange-950\/core-opacity-0 {
  background-color: rgb(67 20 7 / 0%);
}
.bg-orange-950\/core-opacity-10 {
  background-color: rgb(67 20 7 / 10%);
}
.bg-orange-950\/core-opacity-100 {
  background-color: rgb(67 20 7 / 100%);
}
.bg-orange-950\/core-opacity-20 {
  background-color: rgb(67 20 7 / 20%);
}
.bg-orange-950\/core-opacity-30 {
  background-color: rgb(67 20 7 / 30%);
}
.bg-orange-950\/core-opacity-40 {
  background-color: rgb(67 20 7 / 40%);
}
.bg-orange-950\/core-opacity-50 {
  background-color: rgb(67 20 7 / 50%);
}
.bg-orange-950\/core-opacity-60 {
  background-color: rgb(67 20 7 / 60%);
}
.bg-orange-950\/core-opacity-70 {
  background-color: rgb(67 20 7 / 70%);
}
.bg-orange-950\/core-opacity-80 {
  background-color: rgb(67 20 7 / 80%);
}
.bg-orange-950\/core-opacity-90 {
  background-color: rgb(67 20 7 / 90%);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}
.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}
.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}
.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}
.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}
.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}
.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}
.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}
.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}
.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}
.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}
.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}
.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}
.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}
.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}
.bg-pink-100\/base-opacity-disabled {
  background-color: rgb(252 231 243 / 60%);
}
.bg-pink-100\/core-opacity-0 {
  background-color: rgb(252 231 243 / 0%);
}
.bg-pink-100\/core-opacity-10 {
  background-color: rgb(252 231 243 / 10%);
}
.bg-pink-100\/core-opacity-100 {
  background-color: rgb(252 231 243 / 100%);
}
.bg-pink-100\/core-opacity-20 {
  background-color: rgb(252 231 243 / 20%);
}
.bg-pink-100\/core-opacity-30 {
  background-color: rgb(252 231 243 / 30%);
}
.bg-pink-100\/core-opacity-40 {
  background-color: rgb(252 231 243 / 40%);
}
.bg-pink-100\/core-opacity-50 {
  background-color: rgb(252 231 243 / 50%);
}
.bg-pink-100\/core-opacity-60 {
  background-color: rgb(252 231 243 / 60%);
}
.bg-pink-100\/core-opacity-70 {
  background-color: rgb(252 231 243 / 70%);
}
.bg-pink-100\/core-opacity-80 {
  background-color: rgb(252 231 243 / 80%);
}
.bg-pink-100\/core-opacity-90 {
  background-color: rgb(252 231 243 / 90%);
}
.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}
.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}
.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}
.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}
.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}
.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}
.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}
.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}
.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}
.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}
.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}
.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}
.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}
.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}
.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}
.bg-pink-200\/base-opacity-disabled {
  background-color: rgb(251 207 232 / 60%);
}
.bg-pink-200\/core-opacity-0 {
  background-color: rgb(251 207 232 / 0%);
}
.bg-pink-200\/core-opacity-10 {
  background-color: rgb(251 207 232 / 10%);
}
.bg-pink-200\/core-opacity-100 {
  background-color: rgb(251 207 232 / 100%);
}
.bg-pink-200\/core-opacity-20 {
  background-color: rgb(251 207 232 / 20%);
}
.bg-pink-200\/core-opacity-30 {
  background-color: rgb(251 207 232 / 30%);
}
.bg-pink-200\/core-opacity-40 {
  background-color: rgb(251 207 232 / 40%);
}
.bg-pink-200\/core-opacity-50 {
  background-color: rgb(251 207 232 / 50%);
}
.bg-pink-200\/core-opacity-60 {
  background-color: rgb(251 207 232 / 60%);
}
.bg-pink-200\/core-opacity-70 {
  background-color: rgb(251 207 232 / 70%);
}
.bg-pink-200\/core-opacity-80 {
  background-color: rgb(251 207 232 / 80%);
}
.bg-pink-200\/core-opacity-90 {
  background-color: rgb(251 207 232 / 90%);
}
.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}
.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}
.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}
.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}
.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}
.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}
.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}
.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}
.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}
.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}
.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}
.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}
.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}
.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}
.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}
.bg-pink-300\/base-opacity-disabled {
  background-color: rgb(249 168 212 / 60%);
}
.bg-pink-300\/core-opacity-0 {
  background-color: rgb(249 168 212 / 0%);
}
.bg-pink-300\/core-opacity-10 {
  background-color: rgb(249 168 212 / 10%);
}
.bg-pink-300\/core-opacity-100 {
  background-color: rgb(249 168 212 / 100%);
}
.bg-pink-300\/core-opacity-20 {
  background-color: rgb(249 168 212 / 20%);
}
.bg-pink-300\/core-opacity-30 {
  background-color: rgb(249 168 212 / 30%);
}
.bg-pink-300\/core-opacity-40 {
  background-color: rgb(249 168 212 / 40%);
}
.bg-pink-300\/core-opacity-50 {
  background-color: rgb(249 168 212 / 50%);
}
.bg-pink-300\/core-opacity-60 {
  background-color: rgb(249 168 212 / 60%);
}
.bg-pink-300\/core-opacity-70 {
  background-color: rgb(249 168 212 / 70%);
}
.bg-pink-300\/core-opacity-80 {
  background-color: rgb(249 168 212 / 80%);
}
.bg-pink-300\/core-opacity-90 {
  background-color: rgb(249 168 212 / 90%);
}
.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}
.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}
.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}
.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}
.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}
.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}
.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}
.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}
.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}
.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}
.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}
.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}
.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}
.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}
.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}
.bg-pink-400\/base-opacity-disabled {
  background-color: rgb(244 114 182 / 60%);
}
.bg-pink-400\/core-opacity-0 {
  background-color: rgb(244 114 182 / 0%);
}
.bg-pink-400\/core-opacity-10 {
  background-color: rgb(244 114 182 / 10%);
}
.bg-pink-400\/core-opacity-100 {
  background-color: rgb(244 114 182 / 100%);
}
.bg-pink-400\/core-opacity-20 {
  background-color: rgb(244 114 182 / 20%);
}
.bg-pink-400\/core-opacity-30 {
  background-color: rgb(244 114 182 / 30%);
}
.bg-pink-400\/core-opacity-40 {
  background-color: rgb(244 114 182 / 40%);
}
.bg-pink-400\/core-opacity-50 {
  background-color: rgb(244 114 182 / 50%);
}
.bg-pink-400\/core-opacity-60 {
  background-color: rgb(244 114 182 / 60%);
}
.bg-pink-400\/core-opacity-70 {
  background-color: rgb(244 114 182 / 70%);
}
.bg-pink-400\/core-opacity-80 {
  background-color: rgb(244 114 182 / 80%);
}
.bg-pink-400\/core-opacity-90 {
  background-color: rgb(244 114 182 / 90%);
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}
.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}
.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}
.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}
.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}
.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}
.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}
.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}
.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}
.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}
.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}
.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}
.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}
.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}
.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}
.bg-pink-50\/base-opacity-disabled {
  background-color: rgb(253 242 248 / 60%);
}
.bg-pink-50\/core-opacity-0 {
  background-color: rgb(253 242 248 / 0%);
}
.bg-pink-50\/core-opacity-10 {
  background-color: rgb(253 242 248 / 10%);
}
.bg-pink-50\/core-opacity-100 {
  background-color: rgb(253 242 248 / 100%);
}
.bg-pink-50\/core-opacity-20 {
  background-color: rgb(253 242 248 / 20%);
}
.bg-pink-50\/core-opacity-30 {
  background-color: rgb(253 242 248 / 30%);
}
.bg-pink-50\/core-opacity-40 {
  background-color: rgb(253 242 248 / 40%);
}
.bg-pink-50\/core-opacity-50 {
  background-color: rgb(253 242 248 / 50%);
}
.bg-pink-50\/core-opacity-60 {
  background-color: rgb(253 242 248 / 60%);
}
.bg-pink-50\/core-opacity-70 {
  background-color: rgb(253 242 248 / 70%);
}
.bg-pink-50\/core-opacity-80 {
  background-color: rgb(253 242 248 / 80%);
}
.bg-pink-50\/core-opacity-90 {
  background-color: rgb(253 242 248 / 90%);
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}
.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}
.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}
.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}
.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}
.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}
.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}
.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}
.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}
.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}
.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}
.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}
.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}
.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}
.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}
.bg-pink-500\/base-opacity-disabled {
  background-color: rgb(236 72 153 / 60%);
}
.bg-pink-500\/core-opacity-0 {
  background-color: rgb(236 72 153 / 0%);
}
.bg-pink-500\/core-opacity-10 {
  background-color: rgb(236 72 153 / 10%);
}
.bg-pink-500\/core-opacity-100 {
  background-color: rgb(236 72 153 / 100%);
}
.bg-pink-500\/core-opacity-20 {
  background-color: rgb(236 72 153 / 20%);
}
.bg-pink-500\/core-opacity-30 {
  background-color: rgb(236 72 153 / 30%);
}
.bg-pink-500\/core-opacity-40 {
  background-color: rgb(236 72 153 / 40%);
}
.bg-pink-500\/core-opacity-50 {
  background-color: rgb(236 72 153 / 50%);
}
.bg-pink-500\/core-opacity-60 {
  background-color: rgb(236 72 153 / 60%);
}
.bg-pink-500\/core-opacity-70 {
  background-color: rgb(236 72 153 / 70%);
}
.bg-pink-500\/core-opacity-80 {
  background-color: rgb(236 72 153 / 80%);
}
.bg-pink-500\/core-opacity-90 {
  background-color: rgb(236 72 153 / 90%);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}
.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}
.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}
.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}
.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}
.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}
.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}
.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}
.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}
.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}
.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}
.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}
.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}
.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}
.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}
.bg-pink-600\/base-opacity-disabled {
  background-color: rgb(219 39 119 / 60%);
}
.bg-pink-600\/core-opacity-0 {
  background-color: rgb(219 39 119 / 0%);
}
.bg-pink-600\/core-opacity-10 {
  background-color: rgb(219 39 119 / 10%);
}
.bg-pink-600\/core-opacity-100 {
  background-color: rgb(219 39 119 / 100%);
}
.bg-pink-600\/core-opacity-20 {
  background-color: rgb(219 39 119 / 20%);
}
.bg-pink-600\/core-opacity-30 {
  background-color: rgb(219 39 119 / 30%);
}
.bg-pink-600\/core-opacity-40 {
  background-color: rgb(219 39 119 / 40%);
}
.bg-pink-600\/core-opacity-50 {
  background-color: rgb(219 39 119 / 50%);
}
.bg-pink-600\/core-opacity-60 {
  background-color: rgb(219 39 119 / 60%);
}
.bg-pink-600\/core-opacity-70 {
  background-color: rgb(219 39 119 / 70%);
}
.bg-pink-600\/core-opacity-80 {
  background-color: rgb(219 39 119 / 80%);
}
.bg-pink-600\/core-opacity-90 {
  background-color: rgb(219 39 119 / 90%);
}
.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}
.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}
.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}
.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}
.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}
.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}
.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}
.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}
.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}
.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}
.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}
.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}
.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}
.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}
.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}
.bg-pink-700\/base-opacity-disabled {
  background-color: rgb(190 24 93 / 60%);
}
.bg-pink-700\/core-opacity-0 {
  background-color: rgb(190 24 93 / 0%);
}
.bg-pink-700\/core-opacity-10 {
  background-color: rgb(190 24 93 / 10%);
}
.bg-pink-700\/core-opacity-100 {
  background-color: rgb(190 24 93 / 100%);
}
.bg-pink-700\/core-opacity-20 {
  background-color: rgb(190 24 93 / 20%);
}
.bg-pink-700\/core-opacity-30 {
  background-color: rgb(190 24 93 / 30%);
}
.bg-pink-700\/core-opacity-40 {
  background-color: rgb(190 24 93 / 40%);
}
.bg-pink-700\/core-opacity-50 {
  background-color: rgb(190 24 93 / 50%);
}
.bg-pink-700\/core-opacity-60 {
  background-color: rgb(190 24 93 / 60%);
}
.bg-pink-700\/core-opacity-70 {
  background-color: rgb(190 24 93 / 70%);
}
.bg-pink-700\/core-opacity-80 {
  background-color: rgb(190 24 93 / 80%);
}
.bg-pink-700\/core-opacity-90 {
  background-color: rgb(190 24 93 / 90%);
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}
.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}
.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}
.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}
.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}
.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}
.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}
.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}
.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}
.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}
.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}
.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}
.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}
.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}
.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}
.bg-pink-800\/base-opacity-disabled {
  background-color: rgb(157 23 77 / 60%);
}
.bg-pink-800\/core-opacity-0 {
  background-color: rgb(157 23 77 / 0%);
}
.bg-pink-800\/core-opacity-10 {
  background-color: rgb(157 23 77 / 10%);
}
.bg-pink-800\/core-opacity-100 {
  background-color: rgb(157 23 77 / 100%);
}
.bg-pink-800\/core-opacity-20 {
  background-color: rgb(157 23 77 / 20%);
}
.bg-pink-800\/core-opacity-30 {
  background-color: rgb(157 23 77 / 30%);
}
.bg-pink-800\/core-opacity-40 {
  background-color: rgb(157 23 77 / 40%);
}
.bg-pink-800\/core-opacity-50 {
  background-color: rgb(157 23 77 / 50%);
}
.bg-pink-800\/core-opacity-60 {
  background-color: rgb(157 23 77 / 60%);
}
.bg-pink-800\/core-opacity-70 {
  background-color: rgb(157 23 77 / 70%);
}
.bg-pink-800\/core-opacity-80 {
  background-color: rgb(157 23 77 / 80%);
}
.bg-pink-800\/core-opacity-90 {
  background-color: rgb(157 23 77 / 90%);
}
.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}
.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}
.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}
.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}
.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}
.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}
.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}
.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}
.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}
.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}
.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}
.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}
.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}
.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}
.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}
.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}
.bg-pink-900\/base-opacity-disabled {
  background-color: rgb(131 24 67 / 60%);
}
.bg-pink-900\/core-opacity-0 {
  background-color: rgb(131 24 67 / 0%);
}
.bg-pink-900\/core-opacity-10 {
  background-color: rgb(131 24 67 / 10%);
}
.bg-pink-900\/core-opacity-100 {
  background-color: rgb(131 24 67 / 100%);
}
.bg-pink-900\/core-opacity-20 {
  background-color: rgb(131 24 67 / 20%);
}
.bg-pink-900\/core-opacity-30 {
  background-color: rgb(131 24 67 / 30%);
}
.bg-pink-900\/core-opacity-40 {
  background-color: rgb(131 24 67 / 40%);
}
.bg-pink-900\/core-opacity-50 {
  background-color: rgb(131 24 67 / 50%);
}
.bg-pink-900\/core-opacity-60 {
  background-color: rgb(131 24 67 / 60%);
}
.bg-pink-900\/core-opacity-70 {
  background-color: rgb(131 24 67 / 70%);
}
.bg-pink-900\/core-opacity-80 {
  background-color: rgb(131 24 67 / 80%);
}
.bg-pink-900\/core-opacity-90 {
  background-color: rgb(131 24 67 / 90%);
}
.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}
.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}
.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}
.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}
.bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}
.bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}
.bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}
.bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}
.bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}
.bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}
.bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}
.bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}
.bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}
.bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}
.bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}
.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}
.bg-pink-950\/base-opacity-disabled {
  background-color: rgb(80 7 36 / 60%);
}
.bg-pink-950\/core-opacity-0 {
  background-color: rgb(80 7 36 / 0%);
}
.bg-pink-950\/core-opacity-10 {
  background-color: rgb(80 7 36 / 10%);
}
.bg-pink-950\/core-opacity-100 {
  background-color: rgb(80 7 36 / 100%);
}
.bg-pink-950\/core-opacity-20 {
  background-color: rgb(80 7 36 / 20%);
}
.bg-pink-950\/core-opacity-30 {
  background-color: rgb(80 7 36 / 30%);
}
.bg-pink-950\/core-opacity-40 {
  background-color: rgb(80 7 36 / 40%);
}
.bg-pink-950\/core-opacity-50 {
  background-color: rgb(80 7 36 / 50%);
}
.bg-pink-950\/core-opacity-60 {
  background-color: rgb(80 7 36 / 60%);
}
.bg-pink-950\/core-opacity-70 {
  background-color: rgb(80 7 36 / 70%);
}
.bg-pink-950\/core-opacity-80 {
  background-color: rgb(80 7 36 / 80%);
}
.bg-pink-950\/core-opacity-90 {
  background-color: rgb(80 7 36 / 90%);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.bg-primary-dark\/0 {
  background-color: rgb(60 59 151 / 0);
}
.bg-primary-dark\/10 {
  background-color: rgb(60 59 151 / 0.1);
}
.bg-primary-dark\/100 {
  background-color: rgb(60 59 151 / 1);
}
.bg-primary-dark\/20 {
  background-color: rgb(60 59 151 / 0.2);
}
.bg-primary-dark\/25 {
  background-color: rgb(60 59 151 / 0.25);
}
.bg-primary-dark\/30 {
  background-color: rgb(60 59 151 / 0.3);
}
.bg-primary-dark\/40 {
  background-color: rgb(60 59 151 / 0.4);
}
.bg-primary-dark\/5 {
  background-color: rgb(60 59 151 / 0.05);
}
.bg-primary-dark\/50 {
  background-color: rgb(60 59 151 / 0.5);
}
.bg-primary-dark\/60 {
  background-color: rgb(60 59 151 / 0.6);
}
.bg-primary-dark\/70 {
  background-color: rgb(60 59 151 / 0.7);
}
.bg-primary-dark\/75 {
  background-color: rgb(60 59 151 / 0.75);
}
.bg-primary-dark\/80 {
  background-color: rgb(60 59 151 / 0.8);
}
.bg-primary-dark\/90 {
  background-color: rgb(60 59 151 / 0.9);
}
.bg-primary-dark\/95 {
  background-color: rgb(60 59 151 / 0.95);
}
.bg-primary-dark\/base-opacity-disabled {
  background-color: rgb(60 59 151 / 60%);
}
.bg-primary-dark\/core-opacity-0 {
  background-color: rgb(60 59 151 / 0%);
}
.bg-primary-dark\/core-opacity-10 {
  background-color: rgb(60 59 151 / 10%);
}
.bg-primary-dark\/core-opacity-100 {
  background-color: rgb(60 59 151 / 100%);
}
.bg-primary-dark\/core-opacity-20 {
  background-color: rgb(60 59 151 / 20%);
}
.bg-primary-dark\/core-opacity-30 {
  background-color: rgb(60 59 151 / 30%);
}
.bg-primary-dark\/core-opacity-40 {
  background-color: rgb(60 59 151 / 40%);
}
.bg-primary-dark\/core-opacity-50 {
  background-color: rgb(60 59 151 / 50%);
}
.bg-primary-dark\/core-opacity-60 {
  background-color: rgb(60 59 151 / 60%);
}
.bg-primary-dark\/core-opacity-70 {
  background-color: rgb(60 59 151 / 70%);
}
.bg-primary-dark\/core-opacity-80 {
  background-color: rgb(60 59 151 / 80%);
}
.bg-primary-dark\/core-opacity-90 {
  background-color: rgb(60 59 151 / 90%);
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 249 / var(--tw-bg-opacity));
}
.bg-primary-light\/0 {
  background-color: rgb(205 214 249 / 0);
}
.bg-primary-light\/10 {
  background-color: rgb(205 214 249 / 0.1);
}
.bg-primary-light\/100 {
  background-color: rgb(205 214 249 / 1);
}
.bg-primary-light\/20 {
  background-color: rgb(205 214 249 / 0.2);
}
.bg-primary-light\/25 {
  background-color: rgb(205 214 249 / 0.25);
}
.bg-primary-light\/30 {
  background-color: rgb(205 214 249 / 0.3);
}
.bg-primary-light\/40 {
  background-color: rgb(205 214 249 / 0.4);
}
.bg-primary-light\/5 {
  background-color: rgb(205 214 249 / 0.05);
}
.bg-primary-light\/50 {
  background-color: rgb(205 214 249 / 0.5);
}
.bg-primary-light\/60 {
  background-color: rgb(205 214 249 / 0.6);
}
.bg-primary-light\/70 {
  background-color: rgb(205 214 249 / 0.7);
}
.bg-primary-light\/75 {
  background-color: rgb(205 214 249 / 0.75);
}
.bg-primary-light\/80 {
  background-color: rgb(205 214 249 / 0.8);
}
.bg-primary-light\/90 {
  background-color: rgb(205 214 249 / 0.9);
}
.bg-primary-light\/95 {
  background-color: rgb(205 214 249 / 0.95);
}
.bg-primary-light\/base-opacity-disabled {
  background-color: rgb(205 214 249 / 60%);
}
.bg-primary-light\/core-opacity-0 {
  background-color: rgb(205 214 249 / 0%);
}
.bg-primary-light\/core-opacity-10 {
  background-color: rgb(205 214 249 / 10%);
}
.bg-primary-light\/core-opacity-100 {
  background-color: rgb(205 214 249 / 100%);
}
.bg-primary-light\/core-opacity-20 {
  background-color: rgb(205 214 249 / 20%);
}
.bg-primary-light\/core-opacity-30 {
  background-color: rgb(205 214 249 / 30%);
}
.bg-primary-light\/core-opacity-40 {
  background-color: rgb(205 214 249 / 40%);
}
.bg-primary-light\/core-opacity-50 {
  background-color: rgb(205 214 249 / 50%);
}
.bg-primary-light\/core-opacity-60 {
  background-color: rgb(205 214 249 / 60%);
}
.bg-primary-light\/core-opacity-70 {
  background-color: rgb(205 214 249 / 70%);
}
.bg-primary-light\/core-opacity-80 {
  background-color: rgb(205 214 249 / 80%);
}
.bg-primary-light\/core-opacity-90 {
  background-color: rgb(205 214 249 / 90%);
}
.bg-primary\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-primary\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-primary\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-primary\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-primary\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-primary\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-primary\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-primary\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-primary\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-primary\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-primary\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-primary\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-primary\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-primary\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-primary\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-primary\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-primary\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-primary\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-primary\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-primary\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-primary\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-primary\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-primary\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-primary\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-primary\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-primary\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-primary\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 249 / var(--tw-bg-opacity));
}
.bg-purple-100\/0 {
  background-color: rgb(205 214 249 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(205 214 249 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(205 214 249 / 1);
}
.bg-purple-100\/20 {
  background-color: rgb(205 214 249 / 0.2);
}
.bg-purple-100\/25 {
  background-color: rgb(205 214 249 / 0.25);
}
.bg-purple-100\/30 {
  background-color: rgb(205 214 249 / 0.3);
}
.bg-purple-100\/40 {
  background-color: rgb(205 214 249 / 0.4);
}
.bg-purple-100\/5 {
  background-color: rgb(205 214 249 / 0.05);
}
.bg-purple-100\/50 {
  background-color: rgb(205 214 249 / 0.5);
}
.bg-purple-100\/60 {
  background-color: rgb(205 214 249 / 0.6);
}
.bg-purple-100\/70 {
  background-color: rgb(205 214 249 / 0.7);
}
.bg-purple-100\/75 {
  background-color: rgb(205 214 249 / 0.75);
}
.bg-purple-100\/80 {
  background-color: rgb(205 214 249 / 0.8);
}
.bg-purple-100\/90 {
  background-color: rgb(205 214 249 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(205 214 249 / 0.95);
}
.bg-purple-100\/base-opacity-disabled {
  background-color: rgb(205 214 249 / 60%);
}
.bg-purple-100\/core-opacity-0 {
  background-color: rgb(205 214 249 / 0%);
}
.bg-purple-100\/core-opacity-10 {
  background-color: rgb(205 214 249 / 10%);
}
.bg-purple-100\/core-opacity-100 {
  background-color: rgb(205 214 249 / 100%);
}
.bg-purple-100\/core-opacity-20 {
  background-color: rgb(205 214 249 / 20%);
}
.bg-purple-100\/core-opacity-30 {
  background-color: rgb(205 214 249 / 30%);
}
.bg-purple-100\/core-opacity-40 {
  background-color: rgb(205 214 249 / 40%);
}
.bg-purple-100\/core-opacity-50 {
  background-color: rgb(205 214 249 / 50%);
}
.bg-purple-100\/core-opacity-60 {
  background-color: rgb(205 214 249 / 60%);
}
.bg-purple-100\/core-opacity-70 {
  background-color: rgb(205 214 249 / 70%);
}
.bg-purple-100\/core-opacity-80 {
  background-color: rgb(205 214 249 / 80%);
}
.bg-purple-100\/core-opacity-90 {
  background-color: rgb(205 214 249 / 90%);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(174 188 244 / var(--tw-bg-opacity));
}
.bg-purple-200\/0 {
  background-color: rgb(174 188 244 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(174 188 244 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(174 188 244 / 1);
}
.bg-purple-200\/20 {
  background-color: rgb(174 188 244 / 0.2);
}
.bg-purple-200\/25 {
  background-color: rgb(174 188 244 / 0.25);
}
.bg-purple-200\/30 {
  background-color: rgb(174 188 244 / 0.3);
}
.bg-purple-200\/40 {
  background-color: rgb(174 188 244 / 0.4);
}
.bg-purple-200\/5 {
  background-color: rgb(174 188 244 / 0.05);
}
.bg-purple-200\/50 {
  background-color: rgb(174 188 244 / 0.5);
}
.bg-purple-200\/60 {
  background-color: rgb(174 188 244 / 0.6);
}
.bg-purple-200\/70 {
  background-color: rgb(174 188 244 / 0.7);
}
.bg-purple-200\/75 {
  background-color: rgb(174 188 244 / 0.75);
}
.bg-purple-200\/80 {
  background-color: rgb(174 188 244 / 0.8);
}
.bg-purple-200\/90 {
  background-color: rgb(174 188 244 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(174 188 244 / 0.95);
}
.bg-purple-200\/base-opacity-disabled {
  background-color: rgb(174 188 244 / 60%);
}
.bg-purple-200\/core-opacity-0 {
  background-color: rgb(174 188 244 / 0%);
}
.bg-purple-200\/core-opacity-10 {
  background-color: rgb(174 188 244 / 10%);
}
.bg-purple-200\/core-opacity-100 {
  background-color: rgb(174 188 244 / 100%);
}
.bg-purple-200\/core-opacity-20 {
  background-color: rgb(174 188 244 / 20%);
}
.bg-purple-200\/core-opacity-30 {
  background-color: rgb(174 188 244 / 30%);
}
.bg-purple-200\/core-opacity-40 {
  background-color: rgb(174 188 244 / 40%);
}
.bg-purple-200\/core-opacity-50 {
  background-color: rgb(174 188 244 / 50%);
}
.bg-purple-200\/core-opacity-60 {
  background-color: rgb(174 188 244 / 60%);
}
.bg-purple-200\/core-opacity-70 {
  background-color: rgb(174 188 244 / 70%);
}
.bg-purple-200\/core-opacity-80 {
  background-color: rgb(174 188 244 / 80%);
}
.bg-purple-200\/core-opacity-90 {
  background-color: rgb(174 188 244 / 90%);
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(140 152 237 / var(--tw-bg-opacity));
}
.bg-purple-300\/0 {
  background-color: rgb(140 152 237 / 0);
}
.bg-purple-300\/10 {
  background-color: rgb(140 152 237 / 0.1);
}
.bg-purple-300\/100 {
  background-color: rgb(140 152 237 / 1);
}
.bg-purple-300\/20 {
  background-color: rgb(140 152 237 / 0.2);
}
.bg-purple-300\/25 {
  background-color: rgb(140 152 237 / 0.25);
}
.bg-purple-300\/30 {
  background-color: rgb(140 152 237 / 0.3);
}
.bg-purple-300\/40 {
  background-color: rgb(140 152 237 / 0.4);
}
.bg-purple-300\/5 {
  background-color: rgb(140 152 237 / 0.05);
}
.bg-purple-300\/50 {
  background-color: rgb(140 152 237 / 0.5);
}
.bg-purple-300\/60 {
  background-color: rgb(140 152 237 / 0.6);
}
.bg-purple-300\/70 {
  background-color: rgb(140 152 237 / 0.7);
}
.bg-purple-300\/75 {
  background-color: rgb(140 152 237 / 0.75);
}
.bg-purple-300\/80 {
  background-color: rgb(140 152 237 / 0.8);
}
.bg-purple-300\/90 {
  background-color: rgb(140 152 237 / 0.9);
}
.bg-purple-300\/95 {
  background-color: rgb(140 152 237 / 0.95);
}
.bg-purple-300\/base-opacity-disabled {
  background-color: rgb(140 152 237 / 60%);
}
.bg-purple-300\/core-opacity-0 {
  background-color: rgb(140 152 237 / 0%);
}
.bg-purple-300\/core-opacity-10 {
  background-color: rgb(140 152 237 / 10%);
}
.bg-purple-300\/core-opacity-100 {
  background-color: rgb(140 152 237 / 100%);
}
.bg-purple-300\/core-opacity-20 {
  background-color: rgb(140 152 237 / 20%);
}
.bg-purple-300\/core-opacity-30 {
  background-color: rgb(140 152 237 / 30%);
}
.bg-purple-300\/core-opacity-40 {
  background-color: rgb(140 152 237 / 40%);
}
.bg-purple-300\/core-opacity-50 {
  background-color: rgb(140 152 237 / 50%);
}
.bg-purple-300\/core-opacity-60 {
  background-color: rgb(140 152 237 / 60%);
}
.bg-purple-300\/core-opacity-70 {
  background-color: rgb(140 152 237 / 70%);
}
.bg-purple-300\/core-opacity-80 {
  background-color: rgb(140 152 237 / 80%);
}
.bg-purple-300\/core-opacity-90 {
  background-color: rgb(140 152 237 / 90%);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 121 228 / var(--tw-bg-opacity));
}
.bg-purple-400\/0 {
  background-color: rgb(114 121 228 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(114 121 228 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(114 121 228 / 1);
}
.bg-purple-400\/20 {
  background-color: rgb(114 121 228 / 0.2);
}
.bg-purple-400\/25 {
  background-color: rgb(114 121 228 / 0.25);
}
.bg-purple-400\/30 {
  background-color: rgb(114 121 228 / 0.3);
}
.bg-purple-400\/40 {
  background-color: rgb(114 121 228 / 0.4);
}
.bg-purple-400\/5 {
  background-color: rgb(114 121 228 / 0.05);
}
.bg-purple-400\/50 {
  background-color: rgb(114 121 228 / 0.5);
}
.bg-purple-400\/60 {
  background-color: rgb(114 121 228 / 0.6);
}
.bg-purple-400\/70 {
  background-color: rgb(114 121 228 / 0.7);
}
.bg-purple-400\/75 {
  background-color: rgb(114 121 228 / 0.75);
}
.bg-purple-400\/80 {
  background-color: rgb(114 121 228 / 0.8);
}
.bg-purple-400\/90 {
  background-color: rgb(114 121 228 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(114 121 228 / 0.95);
}
.bg-purple-400\/base-opacity-disabled {
  background-color: rgb(114 121 228 / 60%);
}
.bg-purple-400\/core-opacity-0 {
  background-color: rgb(114 121 228 / 0%);
}
.bg-purple-400\/core-opacity-10 {
  background-color: rgb(114 121 228 / 10%);
}
.bg-purple-400\/core-opacity-100 {
  background-color: rgb(114 121 228 / 100%);
}
.bg-purple-400\/core-opacity-20 {
  background-color: rgb(114 121 228 / 20%);
}
.bg-purple-400\/core-opacity-30 {
  background-color: rgb(114 121 228 / 30%);
}
.bg-purple-400\/core-opacity-40 {
  background-color: rgb(114 121 228 / 40%);
}
.bg-purple-400\/core-opacity-50 {
  background-color: rgb(114 121 228 / 50%);
}
.bg-purple-400\/core-opacity-60 {
  background-color: rgb(114 121 228 / 60%);
}
.bg-purple-400\/core-opacity-70 {
  background-color: rgb(114 121 228 / 70%);
}
.bg-purple-400\/core-opacity-80 {
  background-color: rgb(114 121 228 / 80%);
}
.bg-purple-400\/core-opacity-90 {
  background-color: rgb(114 121 228 / 90%);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 234 252 / var(--tw-bg-opacity));
}
.bg-purple-50\/0 {
  background-color: rgb(227 234 252 / 0);
}
.bg-purple-50\/10 {
  background-color: rgb(227 234 252 / 0.1);
}
.bg-purple-50\/100 {
  background-color: rgb(227 234 252 / 1);
}
.bg-purple-50\/20 {
  background-color: rgb(227 234 252 / 0.2);
}
.bg-purple-50\/25 {
  background-color: rgb(227 234 252 / 0.25);
}
.bg-purple-50\/30 {
  background-color: rgb(227 234 252 / 0.3);
}
.bg-purple-50\/40 {
  background-color: rgb(227 234 252 / 0.4);
}
.bg-purple-50\/5 {
  background-color: rgb(227 234 252 / 0.05);
}
.bg-purple-50\/50 {
  background-color: rgb(227 234 252 / 0.5);
}
.bg-purple-50\/60 {
  background-color: rgb(227 234 252 / 0.6);
}
.bg-purple-50\/70 {
  background-color: rgb(227 234 252 / 0.7);
}
.bg-purple-50\/75 {
  background-color: rgb(227 234 252 / 0.75);
}
.bg-purple-50\/80 {
  background-color: rgb(227 234 252 / 0.8);
}
.bg-purple-50\/90 {
  background-color: rgb(227 234 252 / 0.9);
}
.bg-purple-50\/95 {
  background-color: rgb(227 234 252 / 0.95);
}
.bg-purple-50\/base-opacity-disabled {
  background-color: rgb(227 234 252 / 60%);
}
.bg-purple-50\/core-opacity-0 {
  background-color: rgb(227 234 252 / 0%);
}
.bg-purple-50\/core-opacity-10 {
  background-color: rgb(227 234 252 / 10%);
}
.bg-purple-50\/core-opacity-100 {
  background-color: rgb(227 234 252 / 100%);
}
.bg-purple-50\/core-opacity-20 {
  background-color: rgb(227 234 252 / 20%);
}
.bg-purple-50\/core-opacity-30 {
  background-color: rgb(227 234 252 / 30%);
}
.bg-purple-50\/core-opacity-40 {
  background-color: rgb(227 234 252 / 40%);
}
.bg-purple-50\/core-opacity-50 {
  background-color: rgb(227 234 252 / 50%);
}
.bg-purple-50\/core-opacity-60 {
  background-color: rgb(227 234 252 / 60%);
}
.bg-purple-50\/core-opacity-70 {
  background-color: rgb(227 234 252 / 70%);
}
.bg-purple-50\/core-opacity-80 {
  background-color: rgb(227 234 252 / 80%);
}
.bg-purple-50\/core-opacity-90 {
  background-color: rgb(227 234 252 / 90%);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.bg-purple-500\/0 {
  background-color: rgb(93 91 215 / 0);
}
.bg-purple-500\/10 {
  background-color: rgb(93 91 215 / 0.1);
}
.bg-purple-500\/100 {
  background-color: rgb(93 91 215 / 1);
}
.bg-purple-500\/20 {
  background-color: rgb(93 91 215 / 0.2);
}
.bg-purple-500\/25 {
  background-color: rgb(93 91 215 / 0.25);
}
.bg-purple-500\/30 {
  background-color: rgb(93 91 215 / 0.3);
}
.bg-purple-500\/40 {
  background-color: rgb(93 91 215 / 0.4);
}
.bg-purple-500\/5 {
  background-color: rgb(93 91 215 / 0.05);
}
.bg-purple-500\/50 {
  background-color: rgb(93 91 215 / 0.5);
}
.bg-purple-500\/60 {
  background-color: rgb(93 91 215 / 0.6);
}
.bg-purple-500\/70 {
  background-color: rgb(93 91 215 / 0.7);
}
.bg-purple-500\/75 {
  background-color: rgb(93 91 215 / 0.75);
}
.bg-purple-500\/80 {
  background-color: rgb(93 91 215 / 0.8);
}
.bg-purple-500\/90 {
  background-color: rgb(93 91 215 / 0.9);
}
.bg-purple-500\/95 {
  background-color: rgb(93 91 215 / 0.95);
}
.bg-purple-500\/base-opacity-disabled {
  background-color: rgb(93 91 215 / 60%);
}
.bg-purple-500\/core-opacity-0 {
  background-color: rgb(93 91 215 / 0%);
}
.bg-purple-500\/core-opacity-10 {
  background-color: rgb(93 91 215 / 10%);
}
.bg-purple-500\/core-opacity-100 {
  background-color: rgb(93 91 215 / 100%);
}
.bg-purple-500\/core-opacity-20 {
  background-color: rgb(93 91 215 / 20%);
}
.bg-purple-500\/core-opacity-30 {
  background-color: rgb(93 91 215 / 30%);
}
.bg-purple-500\/core-opacity-40 {
  background-color: rgb(93 91 215 / 40%);
}
.bg-purple-500\/core-opacity-50 {
  background-color: rgb(93 91 215 / 50%);
}
.bg-purple-500\/core-opacity-60 {
  background-color: rgb(93 91 215 / 60%);
}
.bg-purple-500\/core-opacity-70 {
  background-color: rgb(93 91 215 / 70%);
}
.bg-purple-500\/core-opacity-80 {
  background-color: rgb(93 91 215 / 80%);
}
.bg-purple-500\/core-opacity-90 {
  background-color: rgb(93 91 215 / 90%);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.bg-purple-600\/0 {
  background-color: rgb(75 71 189 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(75 71 189 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(75 71 189 / 1);
}
.bg-purple-600\/20 {
  background-color: rgb(75 71 189 / 0.2);
}
.bg-purple-600\/25 {
  background-color: rgb(75 71 189 / 0.25);
}
.bg-purple-600\/30 {
  background-color: rgb(75 71 189 / 0.3);
}
.bg-purple-600\/40 {
  background-color: rgb(75 71 189 / 0.4);
}
.bg-purple-600\/5 {
  background-color: rgb(75 71 189 / 0.05);
}
.bg-purple-600\/50 {
  background-color: rgb(75 71 189 / 0.5);
}
.bg-purple-600\/60 {
  background-color: rgb(75 71 189 / 0.6);
}
.bg-purple-600\/70 {
  background-color: rgb(75 71 189 / 0.7);
}
.bg-purple-600\/75 {
  background-color: rgb(75 71 189 / 0.75);
}
.bg-purple-600\/80 {
  background-color: rgb(75 71 189 / 0.8);
}
.bg-purple-600\/90 {
  background-color: rgb(75 71 189 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(75 71 189 / 0.95);
}
.bg-purple-600\/base-opacity-disabled {
  background-color: rgb(75 71 189 / 60%);
}
.bg-purple-600\/core-opacity-0 {
  background-color: rgb(75 71 189 / 0%);
}
.bg-purple-600\/core-opacity-10 {
  background-color: rgb(75 71 189 / 10%);
}
.bg-purple-600\/core-opacity-100 {
  background-color: rgb(75 71 189 / 100%);
}
.bg-purple-600\/core-opacity-20 {
  background-color: rgb(75 71 189 / 20%);
}
.bg-purple-600\/core-opacity-30 {
  background-color: rgb(75 71 189 / 30%);
}
.bg-purple-600\/core-opacity-40 {
  background-color: rgb(75 71 189 / 40%);
}
.bg-purple-600\/core-opacity-50 {
  background-color: rgb(75 71 189 / 50%);
}
.bg-purple-600\/core-opacity-60 {
  background-color: rgb(75 71 189 / 60%);
}
.bg-purple-600\/core-opacity-70 {
  background-color: rgb(75 71 189 / 70%);
}
.bg-purple-600\/core-opacity-80 {
  background-color: rgb(75 71 189 / 80%);
}
.bg-purple-600\/core-opacity-90 {
  background-color: rgb(75 71 189 / 90%);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.bg-purple-700\/0 {
  background-color: rgb(60 59 151 / 0);
}
.bg-purple-700\/10 {
  background-color: rgb(60 59 151 / 0.1);
}
.bg-purple-700\/100 {
  background-color: rgb(60 59 151 / 1);
}
.bg-purple-700\/20 {
  background-color: rgb(60 59 151 / 0.2);
}
.bg-purple-700\/25 {
  background-color: rgb(60 59 151 / 0.25);
}
.bg-purple-700\/30 {
  background-color: rgb(60 59 151 / 0.3);
}
.bg-purple-700\/40 {
  background-color: rgb(60 59 151 / 0.4);
}
.bg-purple-700\/5 {
  background-color: rgb(60 59 151 / 0.05);
}
.bg-purple-700\/50 {
  background-color: rgb(60 59 151 / 0.5);
}
.bg-purple-700\/60 {
  background-color: rgb(60 59 151 / 0.6);
}
.bg-purple-700\/70 {
  background-color: rgb(60 59 151 / 0.7);
}
.bg-purple-700\/75 {
  background-color: rgb(60 59 151 / 0.75);
}
.bg-purple-700\/80 {
  background-color: rgb(60 59 151 / 0.8);
}
.bg-purple-700\/90 {
  background-color: rgb(60 59 151 / 0.9);
}
.bg-purple-700\/95 {
  background-color: rgb(60 59 151 / 0.95);
}
.bg-purple-700\/base-opacity-disabled {
  background-color: rgb(60 59 151 / 60%);
}
.bg-purple-700\/core-opacity-0 {
  background-color: rgb(60 59 151 / 0%);
}
.bg-purple-700\/core-opacity-10 {
  background-color: rgb(60 59 151 / 10%);
}
.bg-purple-700\/core-opacity-100 {
  background-color: rgb(60 59 151 / 100%);
}
.bg-purple-700\/core-opacity-20 {
  background-color: rgb(60 59 151 / 20%);
}
.bg-purple-700\/core-opacity-30 {
  background-color: rgb(60 59 151 / 30%);
}
.bg-purple-700\/core-opacity-40 {
  background-color: rgb(60 59 151 / 40%);
}
.bg-purple-700\/core-opacity-50 {
  background-color: rgb(60 59 151 / 50%);
}
.bg-purple-700\/core-opacity-60 {
  background-color: rgb(60 59 151 / 60%);
}
.bg-purple-700\/core-opacity-70 {
  background-color: rgb(60 59 151 / 70%);
}
.bg-purple-700\/core-opacity-80 {
  background-color: rgb(60 59 151 / 80%);
}
.bg-purple-700\/core-opacity-90 {
  background-color: rgb(60 59 151 / 90%);
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 120 / var(--tw-bg-opacity));
}
.bg-purple-800\/0 {
  background-color: rgb(54 54 120 / 0);
}
.bg-purple-800\/10 {
  background-color: rgb(54 54 120 / 0.1);
}
.bg-purple-800\/100 {
  background-color: rgb(54 54 120 / 1);
}
.bg-purple-800\/20 {
  background-color: rgb(54 54 120 / 0.2);
}
.bg-purple-800\/25 {
  background-color: rgb(54 54 120 / 0.25);
}
.bg-purple-800\/30 {
  background-color: rgb(54 54 120 / 0.3);
}
.bg-purple-800\/40 {
  background-color: rgb(54 54 120 / 0.4);
}
.bg-purple-800\/5 {
  background-color: rgb(54 54 120 / 0.05);
}
.bg-purple-800\/50 {
  background-color: rgb(54 54 120 / 0.5);
}
.bg-purple-800\/60 {
  background-color: rgb(54 54 120 / 0.6);
}
.bg-purple-800\/70 {
  background-color: rgb(54 54 120 / 0.7);
}
.bg-purple-800\/75 {
  background-color: rgb(54 54 120 / 0.75);
}
.bg-purple-800\/80 {
  background-color: rgb(54 54 120 / 0.8);
}
.bg-purple-800\/90 {
  background-color: rgb(54 54 120 / 0.9);
}
.bg-purple-800\/95 {
  background-color: rgb(54 54 120 / 0.95);
}
.bg-purple-800\/base-opacity-disabled {
  background-color: rgb(54 54 120 / 60%);
}
.bg-purple-800\/core-opacity-0 {
  background-color: rgb(54 54 120 / 0%);
}
.bg-purple-800\/core-opacity-10 {
  background-color: rgb(54 54 120 / 10%);
}
.bg-purple-800\/core-opacity-100 {
  background-color: rgb(54 54 120 / 100%);
}
.bg-purple-800\/core-opacity-20 {
  background-color: rgb(54 54 120 / 20%);
}
.bg-purple-800\/core-opacity-30 {
  background-color: rgb(54 54 120 / 30%);
}
.bg-purple-800\/core-opacity-40 {
  background-color: rgb(54 54 120 / 40%);
}
.bg-purple-800\/core-opacity-50 {
  background-color: rgb(54 54 120 / 50%);
}
.bg-purple-800\/core-opacity-60 {
  background-color: rgb(54 54 120 / 60%);
}
.bg-purple-800\/core-opacity-70 {
  background-color: rgb(54 54 120 / 70%);
}
.bg-purple-800\/core-opacity-80 {
  background-color: rgb(54 54 120 / 80%);
}
.bg-purple-800\/core-opacity-90 {
  background-color: rgb(54 54 120 / 90%);
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 31 71 / var(--tw-bg-opacity));
}
.bg-purple-900\/0 {
  background-color: rgb(33 31 71 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(33 31 71 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(33 31 71 / 1);
}
.bg-purple-900\/20 {
  background-color: rgb(33 31 71 / 0.2);
}
.bg-purple-900\/25 {
  background-color: rgb(33 31 71 / 0.25);
}
.bg-purple-900\/30 {
  background-color: rgb(33 31 71 / 0.3);
}
.bg-purple-900\/40 {
  background-color: rgb(33 31 71 / 0.4);
}
.bg-purple-900\/5 {
  background-color: rgb(33 31 71 / 0.05);
}
.bg-purple-900\/50 {
  background-color: rgb(33 31 71 / 0.5);
}
.bg-purple-900\/60 {
  background-color: rgb(33 31 71 / 0.6);
}
.bg-purple-900\/70 {
  background-color: rgb(33 31 71 / 0.7);
}
.bg-purple-900\/75 {
  background-color: rgb(33 31 71 / 0.75);
}
.bg-purple-900\/80 {
  background-color: rgb(33 31 71 / 0.8);
}
.bg-purple-900\/90 {
  background-color: rgb(33 31 71 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(33 31 71 / 0.95);
}
.bg-purple-900\/base-opacity-disabled {
  background-color: rgb(33 31 71 / 60%);
}
.bg-purple-900\/core-opacity-0 {
  background-color: rgb(33 31 71 / 0%);
}
.bg-purple-900\/core-opacity-10 {
  background-color: rgb(33 31 71 / 10%);
}
.bg-purple-900\/core-opacity-100 {
  background-color: rgb(33 31 71 / 100%);
}
.bg-purple-900\/core-opacity-20 {
  background-color: rgb(33 31 71 / 20%);
}
.bg-purple-900\/core-opacity-30 {
  background-color: rgb(33 31 71 / 30%);
}
.bg-purple-900\/core-opacity-40 {
  background-color: rgb(33 31 71 / 40%);
}
.bg-purple-900\/core-opacity-50 {
  background-color: rgb(33 31 71 / 50%);
}
.bg-purple-900\/core-opacity-60 {
  background-color: rgb(33 31 71 / 60%);
}
.bg-purple-900\/core-opacity-70 {
  background-color: rgb(33 31 71 / 70%);
}
.bg-purple-900\/core-opacity-80 {
  background-color: rgb(33 31 71 / 80%);
}
.bg-purple-900\/core-opacity-90 {
  background-color: rgb(33 31 71 / 90%);
}
.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}
.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}
.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}
.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}
.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}
.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}
.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}
.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}
.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}
.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}
.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}
.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}
.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}
.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}
.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}
.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}
.bg-purple-950\/base-opacity-disabled {
  background-color: rgb(59 7 100 / 60%);
}
.bg-purple-950\/core-opacity-0 {
  background-color: rgb(59 7 100 / 0%);
}
.bg-purple-950\/core-opacity-10 {
  background-color: rgb(59 7 100 / 10%);
}
.bg-purple-950\/core-opacity-100 {
  background-color: rgb(59 7 100 / 100%);
}
.bg-purple-950\/core-opacity-20 {
  background-color: rgb(59 7 100 / 20%);
}
.bg-purple-950\/core-opacity-30 {
  background-color: rgb(59 7 100 / 30%);
}
.bg-purple-950\/core-opacity-40 {
  background-color: rgb(59 7 100 / 40%);
}
.bg-purple-950\/core-opacity-50 {
  background-color: rgb(59 7 100 / 50%);
}
.bg-purple-950\/core-opacity-60 {
  background-color: rgb(59 7 100 / 60%);
}
.bg-purple-950\/core-opacity-70 {
  background-color: rgb(59 7 100 / 70%);
}
.bg-purple-950\/core-opacity-80 {
  background-color: rgb(59 7 100 / 80%);
}
.bg-purple-950\/core-opacity-90 {
  background-color: rgb(59 7 100 / 90%);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-100\/base-opacity-disabled {
  background-color: rgb(254 226 226 / 60%);
}
.bg-red-100\/core-opacity-0 {
  background-color: rgb(254 226 226 / 0%);
}
.bg-red-100\/core-opacity-10 {
  background-color: rgb(254 226 226 / 10%);
}
.bg-red-100\/core-opacity-100 {
  background-color: rgb(254 226 226 / 100%);
}
.bg-red-100\/core-opacity-20 {
  background-color: rgb(254 226 226 / 20%);
}
.bg-red-100\/core-opacity-30 {
  background-color: rgb(254 226 226 / 30%);
}
.bg-red-100\/core-opacity-40 {
  background-color: rgb(254 226 226 / 40%);
}
.bg-red-100\/core-opacity-50 {
  background-color: rgb(254 226 226 / 50%);
}
.bg-red-100\/core-opacity-60 {
  background-color: rgb(254 226 226 / 60%);
}
.bg-red-100\/core-opacity-70 {
  background-color: rgb(254 226 226 / 70%);
}
.bg-red-100\/core-opacity-80 {
  background-color: rgb(254 226 226 / 80%);
}
.bg-red-100\/core-opacity-90 {
  background-color: rgb(254 226 226 / 90%);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-200\/base-opacity-disabled {
  background-color: rgb(254 202 202 / 60%);
}
.bg-red-200\/core-opacity-0 {
  background-color: rgb(254 202 202 / 0%);
}
.bg-red-200\/core-opacity-10 {
  background-color: rgb(254 202 202 / 10%);
}
.bg-red-200\/core-opacity-100 {
  background-color: rgb(254 202 202 / 100%);
}
.bg-red-200\/core-opacity-20 {
  background-color: rgb(254 202 202 / 20%);
}
.bg-red-200\/core-opacity-30 {
  background-color: rgb(254 202 202 / 30%);
}
.bg-red-200\/core-opacity-40 {
  background-color: rgb(254 202 202 / 40%);
}
.bg-red-200\/core-opacity-50 {
  background-color: rgb(254 202 202 / 50%);
}
.bg-red-200\/core-opacity-60 {
  background-color: rgb(254 202 202 / 60%);
}
.bg-red-200\/core-opacity-70 {
  background-color: rgb(254 202 202 / 70%);
}
.bg-red-200\/core-opacity-80 {
  background-color: rgb(254 202 202 / 80%);
}
.bg-red-200\/core-opacity-90 {
  background-color: rgb(254 202 202 / 90%);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-300\/base-opacity-disabled {
  background-color: rgb(252 165 165 / 60%);
}
.bg-red-300\/core-opacity-0 {
  background-color: rgb(252 165 165 / 0%);
}
.bg-red-300\/core-opacity-10 {
  background-color: rgb(252 165 165 / 10%);
}
.bg-red-300\/core-opacity-100 {
  background-color: rgb(252 165 165 / 100%);
}
.bg-red-300\/core-opacity-20 {
  background-color: rgb(252 165 165 / 20%);
}
.bg-red-300\/core-opacity-30 {
  background-color: rgb(252 165 165 / 30%);
}
.bg-red-300\/core-opacity-40 {
  background-color: rgb(252 165 165 / 40%);
}
.bg-red-300\/core-opacity-50 {
  background-color: rgb(252 165 165 / 50%);
}
.bg-red-300\/core-opacity-60 {
  background-color: rgb(252 165 165 / 60%);
}
.bg-red-300\/core-opacity-70 {
  background-color: rgb(252 165 165 / 70%);
}
.bg-red-300\/core-opacity-80 {
  background-color: rgb(252 165 165 / 80%);
}
.bg-red-300\/core-opacity-90 {
  background-color: rgb(252 165 165 / 90%);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 86 86 / var(--tw-bg-opacity));
}
.bg-red-400\/0 {
  background-color: rgb(245 86 86 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(245 86 86 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(245 86 86 / 1);
}
.bg-red-400\/20 {
  background-color: rgb(245 86 86 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(245 86 86 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(245 86 86 / 0.3);
}
.bg-red-400\/40 {
  background-color: rgb(245 86 86 / 0.4);
}
.bg-red-400\/5 {
  background-color: rgb(245 86 86 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(245 86 86 / 0.5);
}
.bg-red-400\/60 {
  background-color: rgb(245 86 86 / 0.6);
}
.bg-red-400\/70 {
  background-color: rgb(245 86 86 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(245 86 86 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(245 86 86 / 0.8);
}
.bg-red-400\/90 {
  background-color: rgb(245 86 86 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(245 86 86 / 0.95);
}
.bg-red-400\/base-opacity-disabled {
  background-color: rgb(245 86 86 / 60%);
}
.bg-red-400\/core-opacity-0 {
  background-color: rgb(245 86 86 / 0%);
}
.bg-red-400\/core-opacity-10 {
  background-color: rgb(245 86 86 / 10%);
}
.bg-red-400\/core-opacity-100 {
  background-color: rgb(245 86 86 / 100%);
}
.bg-red-400\/core-opacity-20 {
  background-color: rgb(245 86 86 / 20%);
}
.bg-red-400\/core-opacity-30 {
  background-color: rgb(245 86 86 / 30%);
}
.bg-red-400\/core-opacity-40 {
  background-color: rgb(245 86 86 / 40%);
}
.bg-red-400\/core-opacity-50 {
  background-color: rgb(245 86 86 / 50%);
}
.bg-red-400\/core-opacity-60 {
  background-color: rgb(245 86 86 / 60%);
}
.bg-red-400\/core-opacity-70 {
  background-color: rgb(245 86 86 / 70%);
}
.bg-red-400\/core-opacity-80 {
  background-color: rgb(245 86 86 / 80%);
}
.bg-red-400\/core-opacity-90 {
  background-color: rgb(245 86 86 / 90%);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 247 / var(--tw-bg-opacity));
}
.bg-red-50\/0 {
  background-color: rgb(254 247 247 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 247 247 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 247 247 / 1);
}
.bg-red-50\/20 {
  background-color: rgb(254 247 247 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 247 247 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 247 247 / 0.3);
}
.bg-red-50\/40 {
  background-color: rgb(254 247 247 / 0.4);
}
.bg-red-50\/5 {
  background-color: rgb(254 247 247 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 247 247 / 0.5);
}
.bg-red-50\/60 {
  background-color: rgb(254 247 247 / 0.6);
}
.bg-red-50\/70 {
  background-color: rgb(254 247 247 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 247 247 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 247 247 / 0.8);
}
.bg-red-50\/90 {
  background-color: rgb(254 247 247 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 247 247 / 0.95);
}
.bg-red-50\/base-opacity-disabled {
  background-color: rgb(254 247 247 / 60%);
}
.bg-red-50\/core-opacity-0 {
  background-color: rgb(254 247 247 / 0%);
}
.bg-red-50\/core-opacity-10 {
  background-color: rgb(254 247 247 / 10%);
}
.bg-red-50\/core-opacity-100 {
  background-color: rgb(254 247 247 / 100%);
}
.bg-red-50\/core-opacity-20 {
  background-color: rgb(254 247 247 / 20%);
}
.bg-red-50\/core-opacity-30 {
  background-color: rgb(254 247 247 / 30%);
}
.bg-red-50\/core-opacity-40 {
  background-color: rgb(254 247 247 / 40%);
}
.bg-red-50\/core-opacity-50 {
  background-color: rgb(254 247 247 / 50%);
}
.bg-red-50\/core-opacity-60 {
  background-color: rgb(254 247 247 / 60%);
}
.bg-red-50\/core-opacity-70 {
  background-color: rgb(254 247 247 / 70%);
}
.bg-red-50\/core-opacity-80 {
  background-color: rgb(254 247 247 / 80%);
}
.bg-red-50\/core-opacity-90 {
  background-color: rgb(254 247 247 / 90%);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-500\/base-opacity-disabled {
  background-color: rgb(239 68 68 / 60%);
}
.bg-red-500\/core-opacity-0 {
  background-color: rgb(239 68 68 / 0%);
}
.bg-red-500\/core-opacity-10 {
  background-color: rgb(239 68 68 / 10%);
}
.bg-red-500\/core-opacity-100 {
  background-color: rgb(239 68 68 / 100%);
}
.bg-red-500\/core-opacity-20 {
  background-color: rgb(239 68 68 / 20%);
}
.bg-red-500\/core-opacity-30 {
  background-color: rgb(239 68 68 / 30%);
}
.bg-red-500\/core-opacity-40 {
  background-color: rgb(239 68 68 / 40%);
}
.bg-red-500\/core-opacity-50 {
  background-color: rgb(239 68 68 / 50%);
}
.bg-red-500\/core-opacity-60 {
  background-color: rgb(239 68 68 / 60%);
}
.bg-red-500\/core-opacity-70 {
  background-color: rgb(239 68 68 / 70%);
}
.bg-red-500\/core-opacity-80 {
  background-color: rgb(239 68 68 / 80%);
}
.bg-red-500\/core-opacity-90 {
  background-color: rgb(239 68 68 / 90%);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-600\/base-opacity-disabled {
  background-color: rgb(220 38 38 / 60%);
}
.bg-red-600\/core-opacity-0 {
  background-color: rgb(220 38 38 / 0%);
}
.bg-red-600\/core-opacity-10 {
  background-color: rgb(220 38 38 / 10%);
}
.bg-red-600\/core-opacity-100 {
  background-color: rgb(220 38 38 / 100%);
}
.bg-red-600\/core-opacity-20 {
  background-color: rgb(220 38 38 / 20%);
}
.bg-red-600\/core-opacity-30 {
  background-color: rgb(220 38 38 / 30%);
}
.bg-red-600\/core-opacity-40 {
  background-color: rgb(220 38 38 / 40%);
}
.bg-red-600\/core-opacity-50 {
  background-color: rgb(220 38 38 / 50%);
}
.bg-red-600\/core-opacity-60 {
  background-color: rgb(220 38 38 / 60%);
}
.bg-red-600\/core-opacity-70 {
  background-color: rgb(220 38 38 / 70%);
}
.bg-red-600\/core-opacity-80 {
  background-color: rgb(220 38 38 / 80%);
}
.bg-red-600\/core-opacity-90 {
  background-color: rgb(220 38 38 / 90%);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-700\/base-opacity-disabled {
  background-color: rgb(185 28 28 / 60%);
}
.bg-red-700\/core-opacity-0 {
  background-color: rgb(185 28 28 / 0%);
}
.bg-red-700\/core-opacity-10 {
  background-color: rgb(185 28 28 / 10%);
}
.bg-red-700\/core-opacity-100 {
  background-color: rgb(185 28 28 / 100%);
}
.bg-red-700\/core-opacity-20 {
  background-color: rgb(185 28 28 / 20%);
}
.bg-red-700\/core-opacity-30 {
  background-color: rgb(185 28 28 / 30%);
}
.bg-red-700\/core-opacity-40 {
  background-color: rgb(185 28 28 / 40%);
}
.bg-red-700\/core-opacity-50 {
  background-color: rgb(185 28 28 / 50%);
}
.bg-red-700\/core-opacity-60 {
  background-color: rgb(185 28 28 / 60%);
}
.bg-red-700\/core-opacity-70 {
  background-color: rgb(185 28 28 / 70%);
}
.bg-red-700\/core-opacity-80 {
  background-color: rgb(185 28 28 / 80%);
}
.bg-red-700\/core-opacity-90 {
  background-color: rgb(185 28 28 / 90%);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-800\/base-opacity-disabled {
  background-color: rgb(153 27 27 / 60%);
}
.bg-red-800\/core-opacity-0 {
  background-color: rgb(153 27 27 / 0%);
}
.bg-red-800\/core-opacity-10 {
  background-color: rgb(153 27 27 / 10%);
}
.bg-red-800\/core-opacity-100 {
  background-color: rgb(153 27 27 / 100%);
}
.bg-red-800\/core-opacity-20 {
  background-color: rgb(153 27 27 / 20%);
}
.bg-red-800\/core-opacity-30 {
  background-color: rgb(153 27 27 / 30%);
}
.bg-red-800\/core-opacity-40 {
  background-color: rgb(153 27 27 / 40%);
}
.bg-red-800\/core-opacity-50 {
  background-color: rgb(153 27 27 / 50%);
}
.bg-red-800\/core-opacity-60 {
  background-color: rgb(153 27 27 / 60%);
}
.bg-red-800\/core-opacity-70 {
  background-color: rgb(153 27 27 / 70%);
}
.bg-red-800\/core-opacity-80 {
  background-color: rgb(153 27 27 / 80%);
}
.bg-red-800\/core-opacity-90 {
  background-color: rgb(153 27 27 / 90%);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-900\/base-opacity-disabled {
  background-color: rgb(127 29 29 / 60%);
}
.bg-red-900\/core-opacity-0 {
  background-color: rgb(127 29 29 / 0%);
}
.bg-red-900\/core-opacity-10 {
  background-color: rgb(127 29 29 / 10%);
}
.bg-red-900\/core-opacity-100 {
  background-color: rgb(127 29 29 / 100%);
}
.bg-red-900\/core-opacity-20 {
  background-color: rgb(127 29 29 / 20%);
}
.bg-red-900\/core-opacity-30 {
  background-color: rgb(127 29 29 / 30%);
}
.bg-red-900\/core-opacity-40 {
  background-color: rgb(127 29 29 / 40%);
}
.bg-red-900\/core-opacity-50 {
  background-color: rgb(127 29 29 / 50%);
}
.bg-red-900\/core-opacity-60 {
  background-color: rgb(127 29 29 / 60%);
}
.bg-red-900\/core-opacity-70 {
  background-color: rgb(127 29 29 / 70%);
}
.bg-red-900\/core-opacity-80 {
  background-color: rgb(127 29 29 / 80%);
}
.bg-red-900\/core-opacity-90 {
  background-color: rgb(127 29 29 / 90%);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-red-950\/base-opacity-disabled {
  background-color: rgb(69 10 10 / 60%);
}
.bg-red-950\/core-opacity-0 {
  background-color: rgb(69 10 10 / 0%);
}
.bg-red-950\/core-opacity-10 {
  background-color: rgb(69 10 10 / 10%);
}
.bg-red-950\/core-opacity-100 {
  background-color: rgb(69 10 10 / 100%);
}
.bg-red-950\/core-opacity-20 {
  background-color: rgb(69 10 10 / 20%);
}
.bg-red-950\/core-opacity-30 {
  background-color: rgb(69 10 10 / 30%);
}
.bg-red-950\/core-opacity-40 {
  background-color: rgb(69 10 10 / 40%);
}
.bg-red-950\/core-opacity-50 {
  background-color: rgb(69 10 10 / 50%);
}
.bg-red-950\/core-opacity-60 {
  background-color: rgb(69 10 10 / 60%);
}
.bg-red-950\/core-opacity-70 {
  background-color: rgb(69 10 10 / 70%);
}
.bg-red-950\/core-opacity-80 {
  background-color: rgb(69 10 10 / 80%);
}
.bg-red-950\/core-opacity-90 {
  background-color: rgb(69 10 10 / 90%);
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}
.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}
.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}
.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}
.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}
.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}
.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}
.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}
.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}
.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}
.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}
.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}
.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}
.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}
.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}
.bg-rose-100\/base-opacity-disabled {
  background-color: rgb(255 228 230 / 60%);
}
.bg-rose-100\/core-opacity-0 {
  background-color: rgb(255 228 230 / 0%);
}
.bg-rose-100\/core-opacity-10 {
  background-color: rgb(255 228 230 / 10%);
}
.bg-rose-100\/core-opacity-100 {
  background-color: rgb(255 228 230 / 100%);
}
.bg-rose-100\/core-opacity-20 {
  background-color: rgb(255 228 230 / 20%);
}
.bg-rose-100\/core-opacity-30 {
  background-color: rgb(255 228 230 / 30%);
}
.bg-rose-100\/core-opacity-40 {
  background-color: rgb(255 228 230 / 40%);
}
.bg-rose-100\/core-opacity-50 {
  background-color: rgb(255 228 230 / 50%);
}
.bg-rose-100\/core-opacity-60 {
  background-color: rgb(255 228 230 / 60%);
}
.bg-rose-100\/core-opacity-70 {
  background-color: rgb(255 228 230 / 70%);
}
.bg-rose-100\/core-opacity-80 {
  background-color: rgb(255 228 230 / 80%);
}
.bg-rose-100\/core-opacity-90 {
  background-color: rgb(255 228 230 / 90%);
}
.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}
.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}
.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}
.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}
.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}
.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}
.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}
.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}
.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}
.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}
.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}
.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}
.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}
.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}
.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}
.bg-rose-200\/base-opacity-disabled {
  background-color: rgb(254 205 211 / 60%);
}
.bg-rose-200\/core-opacity-0 {
  background-color: rgb(254 205 211 / 0%);
}
.bg-rose-200\/core-opacity-10 {
  background-color: rgb(254 205 211 / 10%);
}
.bg-rose-200\/core-opacity-100 {
  background-color: rgb(254 205 211 / 100%);
}
.bg-rose-200\/core-opacity-20 {
  background-color: rgb(254 205 211 / 20%);
}
.bg-rose-200\/core-opacity-30 {
  background-color: rgb(254 205 211 / 30%);
}
.bg-rose-200\/core-opacity-40 {
  background-color: rgb(254 205 211 / 40%);
}
.bg-rose-200\/core-opacity-50 {
  background-color: rgb(254 205 211 / 50%);
}
.bg-rose-200\/core-opacity-60 {
  background-color: rgb(254 205 211 / 60%);
}
.bg-rose-200\/core-opacity-70 {
  background-color: rgb(254 205 211 / 70%);
}
.bg-rose-200\/core-opacity-80 {
  background-color: rgb(254 205 211 / 80%);
}
.bg-rose-200\/core-opacity-90 {
  background-color: rgb(254 205 211 / 90%);
}
.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}
.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}
.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}
.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}
.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}
.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}
.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}
.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}
.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}
.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}
.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}
.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}
.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}
.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}
.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}
.bg-rose-300\/base-opacity-disabled {
  background-color: rgb(253 164 175 / 60%);
}
.bg-rose-300\/core-opacity-0 {
  background-color: rgb(253 164 175 / 0%);
}
.bg-rose-300\/core-opacity-10 {
  background-color: rgb(253 164 175 / 10%);
}
.bg-rose-300\/core-opacity-100 {
  background-color: rgb(253 164 175 / 100%);
}
.bg-rose-300\/core-opacity-20 {
  background-color: rgb(253 164 175 / 20%);
}
.bg-rose-300\/core-opacity-30 {
  background-color: rgb(253 164 175 / 30%);
}
.bg-rose-300\/core-opacity-40 {
  background-color: rgb(253 164 175 / 40%);
}
.bg-rose-300\/core-opacity-50 {
  background-color: rgb(253 164 175 / 50%);
}
.bg-rose-300\/core-opacity-60 {
  background-color: rgb(253 164 175 / 60%);
}
.bg-rose-300\/core-opacity-70 {
  background-color: rgb(253 164 175 / 70%);
}
.bg-rose-300\/core-opacity-80 {
  background-color: rgb(253 164 175 / 80%);
}
.bg-rose-300\/core-opacity-90 {
  background-color: rgb(253 164 175 / 90%);
}
.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}
.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}
.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}
.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}
.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}
.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}
.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}
.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}
.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}
.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}
.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}
.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}
.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}
.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}
.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}
.bg-rose-400\/base-opacity-disabled {
  background-color: rgb(251 113 133 / 60%);
}
.bg-rose-400\/core-opacity-0 {
  background-color: rgb(251 113 133 / 0%);
}
.bg-rose-400\/core-opacity-10 {
  background-color: rgb(251 113 133 / 10%);
}
.bg-rose-400\/core-opacity-100 {
  background-color: rgb(251 113 133 / 100%);
}
.bg-rose-400\/core-opacity-20 {
  background-color: rgb(251 113 133 / 20%);
}
.bg-rose-400\/core-opacity-30 {
  background-color: rgb(251 113 133 / 30%);
}
.bg-rose-400\/core-opacity-40 {
  background-color: rgb(251 113 133 / 40%);
}
.bg-rose-400\/core-opacity-50 {
  background-color: rgb(251 113 133 / 50%);
}
.bg-rose-400\/core-opacity-60 {
  background-color: rgb(251 113 133 / 60%);
}
.bg-rose-400\/core-opacity-70 {
  background-color: rgb(251 113 133 / 70%);
}
.bg-rose-400\/core-opacity-80 {
  background-color: rgb(251 113 133 / 80%);
}
.bg-rose-400\/core-opacity-90 {
  background-color: rgb(251 113 133 / 90%);
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}
.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}
.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}
.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}
.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}
.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}
.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}
.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}
.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}
.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}
.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}
.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}
.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}
.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}
.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}
.bg-rose-50\/base-opacity-disabled {
  background-color: rgb(255 241 242 / 60%);
}
.bg-rose-50\/core-opacity-0 {
  background-color: rgb(255 241 242 / 0%);
}
.bg-rose-50\/core-opacity-10 {
  background-color: rgb(255 241 242 / 10%);
}
.bg-rose-50\/core-opacity-100 {
  background-color: rgb(255 241 242 / 100%);
}
.bg-rose-50\/core-opacity-20 {
  background-color: rgb(255 241 242 / 20%);
}
.bg-rose-50\/core-opacity-30 {
  background-color: rgb(255 241 242 / 30%);
}
.bg-rose-50\/core-opacity-40 {
  background-color: rgb(255 241 242 / 40%);
}
.bg-rose-50\/core-opacity-50 {
  background-color: rgb(255 241 242 / 50%);
}
.bg-rose-50\/core-opacity-60 {
  background-color: rgb(255 241 242 / 60%);
}
.bg-rose-50\/core-opacity-70 {
  background-color: rgb(255 241 242 / 70%);
}
.bg-rose-50\/core-opacity-80 {
  background-color: rgb(255 241 242 / 80%);
}
.bg-rose-50\/core-opacity-90 {
  background-color: rgb(255 241 242 / 90%);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}
.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}
.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}
.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}
.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}
.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}
.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}
.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}
.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}
.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}
.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}
.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}
.bg-rose-500\/base-opacity-disabled {
  background-color: rgb(244 63 94 / 60%);
}
.bg-rose-500\/core-opacity-0 {
  background-color: rgb(244 63 94 / 0%);
}
.bg-rose-500\/core-opacity-10 {
  background-color: rgb(244 63 94 / 10%);
}
.bg-rose-500\/core-opacity-100 {
  background-color: rgb(244 63 94 / 100%);
}
.bg-rose-500\/core-opacity-20 {
  background-color: rgb(244 63 94 / 20%);
}
.bg-rose-500\/core-opacity-30 {
  background-color: rgb(244 63 94 / 30%);
}
.bg-rose-500\/core-opacity-40 {
  background-color: rgb(244 63 94 / 40%);
}
.bg-rose-500\/core-opacity-50 {
  background-color: rgb(244 63 94 / 50%);
}
.bg-rose-500\/core-opacity-60 {
  background-color: rgb(244 63 94 / 60%);
}
.bg-rose-500\/core-opacity-70 {
  background-color: rgb(244 63 94 / 70%);
}
.bg-rose-500\/core-opacity-80 {
  background-color: rgb(244 63 94 / 80%);
}
.bg-rose-500\/core-opacity-90 {
  background-color: rgb(244 63 94 / 90%);
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}
.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}
.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}
.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}
.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}
.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}
.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}
.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}
.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}
.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}
.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}
.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}
.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}
.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}
.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}
.bg-rose-600\/base-opacity-disabled {
  background-color: rgb(225 29 72 / 60%);
}
.bg-rose-600\/core-opacity-0 {
  background-color: rgb(225 29 72 / 0%);
}
.bg-rose-600\/core-opacity-10 {
  background-color: rgb(225 29 72 / 10%);
}
.bg-rose-600\/core-opacity-100 {
  background-color: rgb(225 29 72 / 100%);
}
.bg-rose-600\/core-opacity-20 {
  background-color: rgb(225 29 72 / 20%);
}
.bg-rose-600\/core-opacity-30 {
  background-color: rgb(225 29 72 / 30%);
}
.bg-rose-600\/core-opacity-40 {
  background-color: rgb(225 29 72 / 40%);
}
.bg-rose-600\/core-opacity-50 {
  background-color: rgb(225 29 72 / 50%);
}
.bg-rose-600\/core-opacity-60 {
  background-color: rgb(225 29 72 / 60%);
}
.bg-rose-600\/core-opacity-70 {
  background-color: rgb(225 29 72 / 70%);
}
.bg-rose-600\/core-opacity-80 {
  background-color: rgb(225 29 72 / 80%);
}
.bg-rose-600\/core-opacity-90 {
  background-color: rgb(225 29 72 / 90%);
}
.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}
.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}
.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}
.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}
.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}
.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}
.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}
.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}
.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}
.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}
.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}
.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}
.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}
.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}
.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}
.bg-rose-700\/base-opacity-disabled {
  background-color: rgb(190 18 60 / 60%);
}
.bg-rose-700\/core-opacity-0 {
  background-color: rgb(190 18 60 / 0%);
}
.bg-rose-700\/core-opacity-10 {
  background-color: rgb(190 18 60 / 10%);
}
.bg-rose-700\/core-opacity-100 {
  background-color: rgb(190 18 60 / 100%);
}
.bg-rose-700\/core-opacity-20 {
  background-color: rgb(190 18 60 / 20%);
}
.bg-rose-700\/core-opacity-30 {
  background-color: rgb(190 18 60 / 30%);
}
.bg-rose-700\/core-opacity-40 {
  background-color: rgb(190 18 60 / 40%);
}
.bg-rose-700\/core-opacity-50 {
  background-color: rgb(190 18 60 / 50%);
}
.bg-rose-700\/core-opacity-60 {
  background-color: rgb(190 18 60 / 60%);
}
.bg-rose-700\/core-opacity-70 {
  background-color: rgb(190 18 60 / 70%);
}
.bg-rose-700\/core-opacity-80 {
  background-color: rgb(190 18 60 / 80%);
}
.bg-rose-700\/core-opacity-90 {
  background-color: rgb(190 18 60 / 90%);
}
.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}
.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}
.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}
.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}
.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}
.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}
.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}
.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}
.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}
.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}
.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}
.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}
.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}
.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}
.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}
.bg-rose-800\/base-opacity-disabled {
  background-color: rgb(159 18 57 / 60%);
}
.bg-rose-800\/core-opacity-0 {
  background-color: rgb(159 18 57 / 0%);
}
.bg-rose-800\/core-opacity-10 {
  background-color: rgb(159 18 57 / 10%);
}
.bg-rose-800\/core-opacity-100 {
  background-color: rgb(159 18 57 / 100%);
}
.bg-rose-800\/core-opacity-20 {
  background-color: rgb(159 18 57 / 20%);
}
.bg-rose-800\/core-opacity-30 {
  background-color: rgb(159 18 57 / 30%);
}
.bg-rose-800\/core-opacity-40 {
  background-color: rgb(159 18 57 / 40%);
}
.bg-rose-800\/core-opacity-50 {
  background-color: rgb(159 18 57 / 50%);
}
.bg-rose-800\/core-opacity-60 {
  background-color: rgb(159 18 57 / 60%);
}
.bg-rose-800\/core-opacity-70 {
  background-color: rgb(159 18 57 / 70%);
}
.bg-rose-800\/core-opacity-80 {
  background-color: rgb(159 18 57 / 80%);
}
.bg-rose-800\/core-opacity-90 {
  background-color: rgb(159 18 57 / 90%);
}
.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}
.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}
.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}
.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}
.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}
.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}
.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}
.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}
.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}
.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}
.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}
.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}
.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}
.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}
.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}
.bg-rose-900\/base-opacity-disabled {
  background-color: rgb(136 19 55 / 60%);
}
.bg-rose-900\/core-opacity-0 {
  background-color: rgb(136 19 55 / 0%);
}
.bg-rose-900\/core-opacity-10 {
  background-color: rgb(136 19 55 / 10%);
}
.bg-rose-900\/core-opacity-100 {
  background-color: rgb(136 19 55 / 100%);
}
.bg-rose-900\/core-opacity-20 {
  background-color: rgb(136 19 55 / 20%);
}
.bg-rose-900\/core-opacity-30 {
  background-color: rgb(136 19 55 / 30%);
}
.bg-rose-900\/core-opacity-40 {
  background-color: rgb(136 19 55 / 40%);
}
.bg-rose-900\/core-opacity-50 {
  background-color: rgb(136 19 55 / 50%);
}
.bg-rose-900\/core-opacity-60 {
  background-color: rgb(136 19 55 / 60%);
}
.bg-rose-900\/core-opacity-70 {
  background-color: rgb(136 19 55 / 70%);
}
.bg-rose-900\/core-opacity-80 {
  background-color: rgb(136 19 55 / 80%);
}
.bg-rose-900\/core-opacity-90 {
  background-color: rgb(136 19 55 / 90%);
}
.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}
.bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0);
}
.bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1);
}
.bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1);
}
.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}
.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}
.bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3);
}
.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}
.bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05);
}
.bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5);
}
.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}
.bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7);
}
.bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75);
}
.bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8);
}
.bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9);
}
.bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95);
}
.bg-rose-950\/base-opacity-disabled {
  background-color: rgb(76 5 25 / 60%);
}
.bg-rose-950\/core-opacity-0 {
  background-color: rgb(76 5 25 / 0%);
}
.bg-rose-950\/core-opacity-10 {
  background-color: rgb(76 5 25 / 10%);
}
.bg-rose-950\/core-opacity-100 {
  background-color: rgb(76 5 25 / 100%);
}
.bg-rose-950\/core-opacity-20 {
  background-color: rgb(76 5 25 / 20%);
}
.bg-rose-950\/core-opacity-30 {
  background-color: rgb(76 5 25 / 30%);
}
.bg-rose-950\/core-opacity-40 {
  background-color: rgb(76 5 25 / 40%);
}
.bg-rose-950\/core-opacity-50 {
  background-color: rgb(76 5 25 / 50%);
}
.bg-rose-950\/core-opacity-60 {
  background-color: rgb(76 5 25 / 60%);
}
.bg-rose-950\/core-opacity-70 {
  background-color: rgb(76 5 25 / 70%);
}
.bg-rose-950\/core-opacity-80 {
  background-color: rgb(76 5 25 / 80%);
}
.bg-rose-950\/core-opacity-90 {
  background-color: rgb(76 5 25 / 90%);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(211 6 62 / var(--tw-bg-opacity));
}
.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(241 143 169 / var(--tw-bg-opacity));
}
.bg-secondary-light\/0 {
  background-color: rgb(241 143 169 / 0);
}
.bg-secondary-light\/10 {
  background-color: rgb(241 143 169 / 0.1);
}
.bg-secondary-light\/100 {
  background-color: rgb(241 143 169 / 1);
}
.bg-secondary-light\/20 {
  background-color: rgb(241 143 169 / 0.2);
}
.bg-secondary-light\/25 {
  background-color: rgb(241 143 169 / 0.25);
}
.bg-secondary-light\/30 {
  background-color: rgb(241 143 169 / 0.3);
}
.bg-secondary-light\/40 {
  background-color: rgb(241 143 169 / 0.4);
}
.bg-secondary-light\/5 {
  background-color: rgb(241 143 169 / 0.05);
}
.bg-secondary-light\/50 {
  background-color: rgb(241 143 169 / 0.5);
}
.bg-secondary-light\/60 {
  background-color: rgb(241 143 169 / 0.6);
}
.bg-secondary-light\/70 {
  background-color: rgb(241 143 169 / 0.7);
}
.bg-secondary-light\/75 {
  background-color: rgb(241 143 169 / 0.75);
}
.bg-secondary-light\/80 {
  background-color: rgb(241 143 169 / 0.8);
}
.bg-secondary-light\/90 {
  background-color: rgb(241 143 169 / 0.9);
}
.bg-secondary-light\/95 {
  background-color: rgb(241 143 169 / 0.95);
}
.bg-secondary-light\/base-opacity-disabled {
  background-color: rgb(241 143 169 / 60%);
}
.bg-secondary-light\/core-opacity-0 {
  background-color: rgb(241 143 169 / 0%);
}
.bg-secondary-light\/core-opacity-10 {
  background-color: rgb(241 143 169 / 10%);
}
.bg-secondary-light\/core-opacity-100 {
  background-color: rgb(241 143 169 / 100%);
}
.bg-secondary-light\/core-opacity-20 {
  background-color: rgb(241 143 169 / 20%);
}
.bg-secondary-light\/core-opacity-30 {
  background-color: rgb(241 143 169 / 30%);
}
.bg-secondary-light\/core-opacity-40 {
  background-color: rgb(241 143 169 / 40%);
}
.bg-secondary-light\/core-opacity-50 {
  background-color: rgb(241 143 169 / 50%);
}
.bg-secondary-light\/core-opacity-60 {
  background-color: rgb(241 143 169 / 60%);
}
.bg-secondary-light\/core-opacity-70 {
  background-color: rgb(241 143 169 / 70%);
}
.bg-secondary-light\/core-opacity-80 {
  background-color: rgb(241 143 169 / 80%);
}
.bg-secondary-light\/core-opacity-90 {
  background-color: rgb(241 143 169 / 90%);
}
.bg-secondary\/0 {
  background-color: rgb(211 6 62 / 0);
}
.bg-secondary\/10 {
  background-color: rgb(211 6 62 / 0.1);
}
.bg-secondary\/100 {
  background-color: rgb(211 6 62 / 1);
}
.bg-secondary\/20 {
  background-color: rgb(211 6 62 / 0.2);
}
.bg-secondary\/25 {
  background-color: rgb(211 6 62 / 0.25);
}
.bg-secondary\/30 {
  background-color: rgb(211 6 62 / 0.3);
}
.bg-secondary\/40 {
  background-color: rgb(211 6 62 / 0.4);
}
.bg-secondary\/5 {
  background-color: rgb(211 6 62 / 0.05);
}
.bg-secondary\/50 {
  background-color: rgb(211 6 62 / 0.5);
}
.bg-secondary\/60 {
  background-color: rgb(211 6 62 / 0.6);
}
.bg-secondary\/70 {
  background-color: rgb(211 6 62 / 0.7);
}
.bg-secondary\/75 {
  background-color: rgb(211 6 62 / 0.75);
}
.bg-secondary\/80 {
  background-color: rgb(211 6 62 / 0.8);
}
.bg-secondary\/90 {
  background-color: rgb(211 6 62 / 0.9);
}
.bg-secondary\/95 {
  background-color: rgb(211 6 62 / 0.95);
}
.bg-secondary\/base-opacity-disabled {
  background-color: rgb(211 6 62 / 60%);
}
.bg-secondary\/core-opacity-0 {
  background-color: rgb(211 6 62 / 0%);
}
.bg-secondary\/core-opacity-10 {
  background-color: rgb(211 6 62 / 10%);
}
.bg-secondary\/core-opacity-100 {
  background-color: rgb(211 6 62 / 100%);
}
.bg-secondary\/core-opacity-20 {
  background-color: rgb(211 6 62 / 20%);
}
.bg-secondary\/core-opacity-30 {
  background-color: rgb(211 6 62 / 30%);
}
.bg-secondary\/core-opacity-40 {
  background-color: rgb(211 6 62 / 40%);
}
.bg-secondary\/core-opacity-50 {
  background-color: rgb(211 6 62 / 50%);
}
.bg-secondary\/core-opacity-60 {
  background-color: rgb(211 6 62 / 60%);
}
.bg-secondary\/core-opacity-70 {
  background-color: rgb(211 6 62 / 70%);
}
.bg-secondary\/core-opacity-80 {
  background-color: rgb(211 6 62 / 80%);
}
.bg-secondary\/core-opacity-90 {
  background-color: rgb(211 6 62 / 90%);
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-sky-100\/base-opacity-disabled {
  background-color: rgb(224 242 254 / 60%);
}
.bg-sky-100\/core-opacity-0 {
  background-color: rgb(224 242 254 / 0%);
}
.bg-sky-100\/core-opacity-10 {
  background-color: rgb(224 242 254 / 10%);
}
.bg-sky-100\/core-opacity-100 {
  background-color: rgb(224 242 254 / 100%);
}
.bg-sky-100\/core-opacity-20 {
  background-color: rgb(224 242 254 / 20%);
}
.bg-sky-100\/core-opacity-30 {
  background-color: rgb(224 242 254 / 30%);
}
.bg-sky-100\/core-opacity-40 {
  background-color: rgb(224 242 254 / 40%);
}
.bg-sky-100\/core-opacity-50 {
  background-color: rgb(224 242 254 / 50%);
}
.bg-sky-100\/core-opacity-60 {
  background-color: rgb(224 242 254 / 60%);
}
.bg-sky-100\/core-opacity-70 {
  background-color: rgb(224 242 254 / 70%);
}
.bg-sky-100\/core-opacity-80 {
  background-color: rgb(224 242 254 / 80%);
}
.bg-sky-100\/core-opacity-90 {
  background-color: rgb(224 242 254 / 90%);
}
.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-sky-200\/base-opacity-disabled {
  background-color: rgb(186 230 253 / 60%);
}
.bg-sky-200\/core-opacity-0 {
  background-color: rgb(186 230 253 / 0%);
}
.bg-sky-200\/core-opacity-10 {
  background-color: rgb(186 230 253 / 10%);
}
.bg-sky-200\/core-opacity-100 {
  background-color: rgb(186 230 253 / 100%);
}
.bg-sky-200\/core-opacity-20 {
  background-color: rgb(186 230 253 / 20%);
}
.bg-sky-200\/core-opacity-30 {
  background-color: rgb(186 230 253 / 30%);
}
.bg-sky-200\/core-opacity-40 {
  background-color: rgb(186 230 253 / 40%);
}
.bg-sky-200\/core-opacity-50 {
  background-color: rgb(186 230 253 / 50%);
}
.bg-sky-200\/core-opacity-60 {
  background-color: rgb(186 230 253 / 60%);
}
.bg-sky-200\/core-opacity-70 {
  background-color: rgb(186 230 253 / 70%);
}
.bg-sky-200\/core-opacity-80 {
  background-color: rgb(186 230 253 / 80%);
}
.bg-sky-200\/core-opacity-90 {
  background-color: rgb(186 230 253 / 90%);
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-sky-300\/base-opacity-disabled {
  background-color: rgb(125 211 252 / 60%);
}
.bg-sky-300\/core-opacity-0 {
  background-color: rgb(125 211 252 / 0%);
}
.bg-sky-300\/core-opacity-10 {
  background-color: rgb(125 211 252 / 10%);
}
.bg-sky-300\/core-opacity-100 {
  background-color: rgb(125 211 252 / 100%);
}
.bg-sky-300\/core-opacity-20 {
  background-color: rgb(125 211 252 / 20%);
}
.bg-sky-300\/core-opacity-30 {
  background-color: rgb(125 211 252 / 30%);
}
.bg-sky-300\/core-opacity-40 {
  background-color: rgb(125 211 252 / 40%);
}
.bg-sky-300\/core-opacity-50 {
  background-color: rgb(125 211 252 / 50%);
}
.bg-sky-300\/core-opacity-60 {
  background-color: rgb(125 211 252 / 60%);
}
.bg-sky-300\/core-opacity-70 {
  background-color: rgb(125 211 252 / 70%);
}
.bg-sky-300\/core-opacity-80 {
  background-color: rgb(125 211 252 / 80%);
}
.bg-sky-300\/core-opacity-90 {
  background-color: rgb(125 211 252 / 90%);
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-sky-400\/base-opacity-disabled {
  background-color: rgb(56 189 248 / 60%);
}
.bg-sky-400\/core-opacity-0 {
  background-color: rgb(56 189 248 / 0%);
}
.bg-sky-400\/core-opacity-10 {
  background-color: rgb(56 189 248 / 10%);
}
.bg-sky-400\/core-opacity-100 {
  background-color: rgb(56 189 248 / 100%);
}
.bg-sky-400\/core-opacity-20 {
  background-color: rgb(56 189 248 / 20%);
}
.bg-sky-400\/core-opacity-30 {
  background-color: rgb(56 189 248 / 30%);
}
.bg-sky-400\/core-opacity-40 {
  background-color: rgb(56 189 248 / 40%);
}
.bg-sky-400\/core-opacity-50 {
  background-color: rgb(56 189 248 / 50%);
}
.bg-sky-400\/core-opacity-60 {
  background-color: rgb(56 189 248 / 60%);
}
.bg-sky-400\/core-opacity-70 {
  background-color: rgb(56 189 248 / 70%);
}
.bg-sky-400\/core-opacity-80 {
  background-color: rgb(56 189 248 / 80%);
}
.bg-sky-400\/core-opacity-90 {
  background-color: rgb(56 189 248 / 90%);
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.bg-sky-50\/base-opacity-disabled {
  background-color: rgb(240 249 255 / 60%);
}
.bg-sky-50\/core-opacity-0 {
  background-color: rgb(240 249 255 / 0%);
}
.bg-sky-50\/core-opacity-10 {
  background-color: rgb(240 249 255 / 10%);
}
.bg-sky-50\/core-opacity-100 {
  background-color: rgb(240 249 255 / 100%);
}
.bg-sky-50\/core-opacity-20 {
  background-color: rgb(240 249 255 / 20%);
}
.bg-sky-50\/core-opacity-30 {
  background-color: rgb(240 249 255 / 30%);
}
.bg-sky-50\/core-opacity-40 {
  background-color: rgb(240 249 255 / 40%);
}
.bg-sky-50\/core-opacity-50 {
  background-color: rgb(240 249 255 / 50%);
}
.bg-sky-50\/core-opacity-60 {
  background-color: rgb(240 249 255 / 60%);
}
.bg-sky-50\/core-opacity-70 {
  background-color: rgb(240 249 255 / 70%);
}
.bg-sky-50\/core-opacity-80 {
  background-color: rgb(240 249 255 / 80%);
}
.bg-sky-50\/core-opacity-90 {
  background-color: rgb(240 249 255 / 90%);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-sky-500\/base-opacity-disabled {
  background-color: rgb(14 165 233 / 60%);
}
.bg-sky-500\/core-opacity-0 {
  background-color: rgb(14 165 233 / 0%);
}
.bg-sky-500\/core-opacity-10 {
  background-color: rgb(14 165 233 / 10%);
}
.bg-sky-500\/core-opacity-100 {
  background-color: rgb(14 165 233 / 100%);
}
.bg-sky-500\/core-opacity-20 {
  background-color: rgb(14 165 233 / 20%);
}
.bg-sky-500\/core-opacity-30 {
  background-color: rgb(14 165 233 / 30%);
}
.bg-sky-500\/core-opacity-40 {
  background-color: rgb(14 165 233 / 40%);
}
.bg-sky-500\/core-opacity-50 {
  background-color: rgb(14 165 233 / 50%);
}
.bg-sky-500\/core-opacity-60 {
  background-color: rgb(14 165 233 / 60%);
}
.bg-sky-500\/core-opacity-70 {
  background-color: rgb(14 165 233 / 70%);
}
.bg-sky-500\/core-opacity-80 {
  background-color: rgb(14 165 233 / 80%);
}
.bg-sky-500\/core-opacity-90 {
  background-color: rgb(14 165 233 / 90%);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-sky-600\/base-opacity-disabled {
  background-color: rgb(2 132 199 / 60%);
}
.bg-sky-600\/core-opacity-0 {
  background-color: rgb(2 132 199 / 0%);
}
.bg-sky-600\/core-opacity-10 {
  background-color: rgb(2 132 199 / 10%);
}
.bg-sky-600\/core-opacity-100 {
  background-color: rgb(2 132 199 / 100%);
}
.bg-sky-600\/core-opacity-20 {
  background-color: rgb(2 132 199 / 20%);
}
.bg-sky-600\/core-opacity-30 {
  background-color: rgb(2 132 199 / 30%);
}
.bg-sky-600\/core-opacity-40 {
  background-color: rgb(2 132 199 / 40%);
}
.bg-sky-600\/core-opacity-50 {
  background-color: rgb(2 132 199 / 50%);
}
.bg-sky-600\/core-opacity-60 {
  background-color: rgb(2 132 199 / 60%);
}
.bg-sky-600\/core-opacity-70 {
  background-color: rgb(2 132 199 / 70%);
}
.bg-sky-600\/core-opacity-80 {
  background-color: rgb(2 132 199 / 80%);
}
.bg-sky-600\/core-opacity-90 {
  background-color: rgb(2 132 199 / 90%);
}
.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.bg-sky-700\/base-opacity-disabled {
  background-color: rgb(3 105 161 / 60%);
}
.bg-sky-700\/core-opacity-0 {
  background-color: rgb(3 105 161 / 0%);
}
.bg-sky-700\/core-opacity-10 {
  background-color: rgb(3 105 161 / 10%);
}
.bg-sky-700\/core-opacity-100 {
  background-color: rgb(3 105 161 / 100%);
}
.bg-sky-700\/core-opacity-20 {
  background-color: rgb(3 105 161 / 20%);
}
.bg-sky-700\/core-opacity-30 {
  background-color: rgb(3 105 161 / 30%);
}
.bg-sky-700\/core-opacity-40 {
  background-color: rgb(3 105 161 / 40%);
}
.bg-sky-700\/core-opacity-50 {
  background-color: rgb(3 105 161 / 50%);
}
.bg-sky-700\/core-opacity-60 {
  background-color: rgb(3 105 161 / 60%);
}
.bg-sky-700\/core-opacity-70 {
  background-color: rgb(3 105 161 / 70%);
}
.bg-sky-700\/core-opacity-80 {
  background-color: rgb(3 105 161 / 80%);
}
.bg-sky-700\/core-opacity-90 {
  background-color: rgb(3 105 161 / 90%);
}
.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.bg-sky-800\/base-opacity-disabled {
  background-color: rgb(7 89 133 / 60%);
}
.bg-sky-800\/core-opacity-0 {
  background-color: rgb(7 89 133 / 0%);
}
.bg-sky-800\/core-opacity-10 {
  background-color: rgb(7 89 133 / 10%);
}
.bg-sky-800\/core-opacity-100 {
  background-color: rgb(7 89 133 / 100%);
}
.bg-sky-800\/core-opacity-20 {
  background-color: rgb(7 89 133 / 20%);
}
.bg-sky-800\/core-opacity-30 {
  background-color: rgb(7 89 133 / 30%);
}
.bg-sky-800\/core-opacity-40 {
  background-color: rgb(7 89 133 / 40%);
}
.bg-sky-800\/core-opacity-50 {
  background-color: rgb(7 89 133 / 50%);
}
.bg-sky-800\/core-opacity-60 {
  background-color: rgb(7 89 133 / 60%);
}
.bg-sky-800\/core-opacity-70 {
  background-color: rgb(7 89 133 / 70%);
}
.bg-sky-800\/core-opacity-80 {
  background-color: rgb(7 89 133 / 80%);
}
.bg-sky-800\/core-opacity-90 {
  background-color: rgb(7 89 133 / 90%);
}
.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.bg-sky-900\/base-opacity-disabled {
  background-color: rgb(12 74 110 / 60%);
}
.bg-sky-900\/core-opacity-0 {
  background-color: rgb(12 74 110 / 0%);
}
.bg-sky-900\/core-opacity-10 {
  background-color: rgb(12 74 110 / 10%);
}
.bg-sky-900\/core-opacity-100 {
  background-color: rgb(12 74 110 / 100%);
}
.bg-sky-900\/core-opacity-20 {
  background-color: rgb(12 74 110 / 20%);
}
.bg-sky-900\/core-opacity-30 {
  background-color: rgb(12 74 110 / 30%);
}
.bg-sky-900\/core-opacity-40 {
  background-color: rgb(12 74 110 / 40%);
}
.bg-sky-900\/core-opacity-50 {
  background-color: rgb(12 74 110 / 50%);
}
.bg-sky-900\/core-opacity-60 {
  background-color: rgb(12 74 110 / 60%);
}
.bg-sky-900\/core-opacity-70 {
  background-color: rgb(12 74 110 / 70%);
}
.bg-sky-900\/core-opacity-80 {
  background-color: rgb(12 74 110 / 80%);
}
.bg-sky-900\/core-opacity-90 {
  background-color: rgb(12 74 110 / 90%);
}
.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}
.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}
.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}
.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}
.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}
.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}
.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}
.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}
.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}
.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}
.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}
.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}
.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}
.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}
.bg-sky-950\/base-opacity-disabled {
  background-color: rgb(8 47 73 / 60%);
}
.bg-sky-950\/core-opacity-0 {
  background-color: rgb(8 47 73 / 0%);
}
.bg-sky-950\/core-opacity-10 {
  background-color: rgb(8 47 73 / 10%);
}
.bg-sky-950\/core-opacity-100 {
  background-color: rgb(8 47 73 / 100%);
}
.bg-sky-950\/core-opacity-20 {
  background-color: rgb(8 47 73 / 20%);
}
.bg-sky-950\/core-opacity-30 {
  background-color: rgb(8 47 73 / 30%);
}
.bg-sky-950\/core-opacity-40 {
  background-color: rgb(8 47 73 / 40%);
}
.bg-sky-950\/core-opacity-50 {
  background-color: rgb(8 47 73 / 50%);
}
.bg-sky-950\/core-opacity-60 {
  background-color: rgb(8 47 73 / 60%);
}
.bg-sky-950\/core-opacity-70 {
  background-color: rgb(8 47 73 / 70%);
}
.bg-sky-950\/core-opacity-80 {
  background-color: rgb(8 47 73 / 80%);
}
.bg-sky-950\/core-opacity-90 {
  background-color: rgb(8 47 73 / 90%);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.bg-slate-100\/base-opacity-disabled {
  background-color: rgb(241 245 249 / 60%);
}
.bg-slate-100\/core-opacity-0 {
  background-color: rgb(241 245 249 / 0%);
}
.bg-slate-100\/core-opacity-10 {
  background-color: rgb(241 245 249 / 10%);
}
.bg-slate-100\/core-opacity-100 {
  background-color: rgb(241 245 249 / 100%);
}
.bg-slate-100\/core-opacity-20 {
  background-color: rgb(241 245 249 / 20%);
}
.bg-slate-100\/core-opacity-30 {
  background-color: rgb(241 245 249 / 30%);
}
.bg-slate-100\/core-opacity-40 {
  background-color: rgb(241 245 249 / 40%);
}
.bg-slate-100\/core-opacity-50 {
  background-color: rgb(241 245 249 / 50%);
}
.bg-slate-100\/core-opacity-60 {
  background-color: rgb(241 245 249 / 60%);
}
.bg-slate-100\/core-opacity-70 {
  background-color: rgb(241 245 249 / 70%);
}
.bg-slate-100\/core-opacity-80 {
  background-color: rgb(241 245 249 / 80%);
}
.bg-slate-100\/core-opacity-90 {
  background-color: rgb(241 245 249 / 90%);
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.bg-slate-200\/base-opacity-disabled {
  background-color: rgb(226 232 240 / 60%);
}
.bg-slate-200\/core-opacity-0 {
  background-color: rgb(226 232 240 / 0%);
}
.bg-slate-200\/core-opacity-10 {
  background-color: rgb(226 232 240 / 10%);
}
.bg-slate-200\/core-opacity-100 {
  background-color: rgb(226 232 240 / 100%);
}
.bg-slate-200\/core-opacity-20 {
  background-color: rgb(226 232 240 / 20%);
}
.bg-slate-200\/core-opacity-30 {
  background-color: rgb(226 232 240 / 30%);
}
.bg-slate-200\/core-opacity-40 {
  background-color: rgb(226 232 240 / 40%);
}
.bg-slate-200\/core-opacity-50 {
  background-color: rgb(226 232 240 / 50%);
}
.bg-slate-200\/core-opacity-60 {
  background-color: rgb(226 232 240 / 60%);
}
.bg-slate-200\/core-opacity-70 {
  background-color: rgb(226 232 240 / 70%);
}
.bg-slate-200\/core-opacity-80 {
  background-color: rgb(226 232 240 / 80%);
}
.bg-slate-200\/core-opacity-90 {
  background-color: rgb(226 232 240 / 90%);
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}
.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}
.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}
.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}
.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}
.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}
.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}
.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}
.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}
.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}
.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}
.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}
.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}
.bg-slate-300\/base-opacity-disabled {
  background-color: rgb(203 213 225 / 60%);
}
.bg-slate-300\/core-opacity-0 {
  background-color: rgb(203 213 225 / 0%);
}
.bg-slate-300\/core-opacity-10 {
  background-color: rgb(203 213 225 / 10%);
}
.bg-slate-300\/core-opacity-100 {
  background-color: rgb(203 213 225 / 100%);
}
.bg-slate-300\/core-opacity-20 {
  background-color: rgb(203 213 225 / 20%);
}
.bg-slate-300\/core-opacity-30 {
  background-color: rgb(203 213 225 / 30%);
}
.bg-slate-300\/core-opacity-40 {
  background-color: rgb(203 213 225 / 40%);
}
.bg-slate-300\/core-opacity-50 {
  background-color: rgb(203 213 225 / 50%);
}
.bg-slate-300\/core-opacity-60 {
  background-color: rgb(203 213 225 / 60%);
}
.bg-slate-300\/core-opacity-70 {
  background-color: rgb(203 213 225 / 70%);
}
.bg-slate-300\/core-opacity-80 {
  background-color: rgb(203 213 225 / 80%);
}
.bg-slate-300\/core-opacity-90 {
  background-color: rgb(203 213 225 / 90%);
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.bg-slate-400\/base-opacity-disabled {
  background-color: rgb(148 163 184 / 60%);
}
.bg-slate-400\/core-opacity-0 {
  background-color: rgb(148 163 184 / 0%);
}
.bg-slate-400\/core-opacity-10 {
  background-color: rgb(148 163 184 / 10%);
}
.bg-slate-400\/core-opacity-100 {
  background-color: rgb(148 163 184 / 100%);
}
.bg-slate-400\/core-opacity-20 {
  background-color: rgb(148 163 184 / 20%);
}
.bg-slate-400\/core-opacity-30 {
  background-color: rgb(148 163 184 / 30%);
}
.bg-slate-400\/core-opacity-40 {
  background-color: rgb(148 163 184 / 40%);
}
.bg-slate-400\/core-opacity-50 {
  background-color: rgb(148 163 184 / 50%);
}
.bg-slate-400\/core-opacity-60 {
  background-color: rgb(148 163 184 / 60%);
}
.bg-slate-400\/core-opacity-70 {
  background-color: rgb(148 163 184 / 70%);
}
.bg-slate-400\/core-opacity-80 {
  background-color: rgb(148 163 184 / 80%);
}
.bg-slate-400\/core-opacity-90 {
  background-color: rgb(148 163 184 / 90%);
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}
.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}
.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}
.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}
.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}
.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}
.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}
.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}
.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}
.bg-slate-50\/base-opacity-disabled {
  background-color: rgb(248 250 252 / 60%);
}
.bg-slate-50\/core-opacity-0 {
  background-color: rgb(248 250 252 / 0%);
}
.bg-slate-50\/core-opacity-10 {
  background-color: rgb(248 250 252 / 10%);
}
.bg-slate-50\/core-opacity-100 {
  background-color: rgb(248 250 252 / 100%);
}
.bg-slate-50\/core-opacity-20 {
  background-color: rgb(248 250 252 / 20%);
}
.bg-slate-50\/core-opacity-30 {
  background-color: rgb(248 250 252 / 30%);
}
.bg-slate-50\/core-opacity-40 {
  background-color: rgb(248 250 252 / 40%);
}
.bg-slate-50\/core-opacity-50 {
  background-color: rgb(248 250 252 / 50%);
}
.bg-slate-50\/core-opacity-60 {
  background-color: rgb(248 250 252 / 60%);
}
.bg-slate-50\/core-opacity-70 {
  background-color: rgb(248 250 252 / 70%);
}
.bg-slate-50\/core-opacity-80 {
  background-color: rgb(248 250 252 / 80%);
}
.bg-slate-50\/core-opacity-90 {
  background-color: rgb(248 250 252 / 90%);
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.bg-slate-500\/base-opacity-disabled {
  background-color: rgb(100 116 139 / 60%);
}
.bg-slate-500\/core-opacity-0 {
  background-color: rgb(100 116 139 / 0%);
}
.bg-slate-500\/core-opacity-10 {
  background-color: rgb(100 116 139 / 10%);
}
.bg-slate-500\/core-opacity-100 {
  background-color: rgb(100 116 139 / 100%);
}
.bg-slate-500\/core-opacity-20 {
  background-color: rgb(100 116 139 / 20%);
}
.bg-slate-500\/core-opacity-30 {
  background-color: rgb(100 116 139 / 30%);
}
.bg-slate-500\/core-opacity-40 {
  background-color: rgb(100 116 139 / 40%);
}
.bg-slate-500\/core-opacity-50 {
  background-color: rgb(100 116 139 / 50%);
}
.bg-slate-500\/core-opacity-60 {
  background-color: rgb(100 116 139 / 60%);
}
.bg-slate-500\/core-opacity-70 {
  background-color: rgb(100 116 139 / 70%);
}
.bg-slate-500\/core-opacity-80 {
  background-color: rgb(100 116 139 / 80%);
}
.bg-slate-500\/core-opacity-90 {
  background-color: rgb(100 116 139 / 90%);
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}
.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}
.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}
.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}
.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}
.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}
.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}
.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}
.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}
.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}
.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}
.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}
.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}
.bg-slate-600\/base-opacity-disabled {
  background-color: rgb(71 85 105 / 60%);
}
.bg-slate-600\/core-opacity-0 {
  background-color: rgb(71 85 105 / 0%);
}
.bg-slate-600\/core-opacity-10 {
  background-color: rgb(71 85 105 / 10%);
}
.bg-slate-600\/core-opacity-100 {
  background-color: rgb(71 85 105 / 100%);
}
.bg-slate-600\/core-opacity-20 {
  background-color: rgb(71 85 105 / 20%);
}
.bg-slate-600\/core-opacity-30 {
  background-color: rgb(71 85 105 / 30%);
}
.bg-slate-600\/core-opacity-40 {
  background-color: rgb(71 85 105 / 40%);
}
.bg-slate-600\/core-opacity-50 {
  background-color: rgb(71 85 105 / 50%);
}
.bg-slate-600\/core-opacity-60 {
  background-color: rgb(71 85 105 / 60%);
}
.bg-slate-600\/core-opacity-70 {
  background-color: rgb(71 85 105 / 70%);
}
.bg-slate-600\/core-opacity-80 {
  background-color: rgb(71 85 105 / 80%);
}
.bg-slate-600\/core-opacity-90 {
  background-color: rgb(71 85 105 / 90%);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}
.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}
.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}
.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}
.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}
.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}
.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}
.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}
.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}
.bg-slate-700\/base-opacity-disabled {
  background-color: rgb(51 65 85 / 60%);
}
.bg-slate-700\/core-opacity-0 {
  background-color: rgb(51 65 85 / 0%);
}
.bg-slate-700\/core-opacity-10 {
  background-color: rgb(51 65 85 / 10%);
}
.bg-slate-700\/core-opacity-100 {
  background-color: rgb(51 65 85 / 100%);
}
.bg-slate-700\/core-opacity-20 {
  background-color: rgb(51 65 85 / 20%);
}
.bg-slate-700\/core-opacity-30 {
  background-color: rgb(51 65 85 / 30%);
}
.bg-slate-700\/core-opacity-40 {
  background-color: rgb(51 65 85 / 40%);
}
.bg-slate-700\/core-opacity-50 {
  background-color: rgb(51 65 85 / 50%);
}
.bg-slate-700\/core-opacity-60 {
  background-color: rgb(51 65 85 / 60%);
}
.bg-slate-700\/core-opacity-70 {
  background-color: rgb(51 65 85 / 70%);
}
.bg-slate-700\/core-opacity-80 {
  background-color: rgb(51 65 85 / 80%);
}
.bg-slate-700\/core-opacity-90 {
  background-color: rgb(51 65 85 / 90%);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}
.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}
.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}
.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}
.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}
.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}
.bg-slate-800\/base-opacity-disabled {
  background-color: rgb(30 41 59 / 60%);
}
.bg-slate-800\/core-opacity-0 {
  background-color: rgb(30 41 59 / 0%);
}
.bg-slate-800\/core-opacity-10 {
  background-color: rgb(30 41 59 / 10%);
}
.bg-slate-800\/core-opacity-100 {
  background-color: rgb(30 41 59 / 100%);
}
.bg-slate-800\/core-opacity-20 {
  background-color: rgb(30 41 59 / 20%);
}
.bg-slate-800\/core-opacity-30 {
  background-color: rgb(30 41 59 / 30%);
}
.bg-slate-800\/core-opacity-40 {
  background-color: rgb(30 41 59 / 40%);
}
.bg-slate-800\/core-opacity-50 {
  background-color: rgb(30 41 59 / 50%);
}
.bg-slate-800\/core-opacity-60 {
  background-color: rgb(30 41 59 / 60%);
}
.bg-slate-800\/core-opacity-70 {
  background-color: rgb(30 41 59 / 70%);
}
.bg-slate-800\/core-opacity-80 {
  background-color: rgb(30 41 59 / 80%);
}
.bg-slate-800\/core-opacity-90 {
  background-color: rgb(30 41 59 / 90%);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}
.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}
.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}
.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.bg-slate-900\/base-opacity-disabled {
  background-color: rgb(15 23 42 / 60%);
}
.bg-slate-900\/core-opacity-0 {
  background-color: rgb(15 23 42 / 0%);
}
.bg-slate-900\/core-opacity-10 {
  background-color: rgb(15 23 42 / 10%);
}
.bg-slate-900\/core-opacity-100 {
  background-color: rgb(15 23 42 / 100%);
}
.bg-slate-900\/core-opacity-20 {
  background-color: rgb(15 23 42 / 20%);
}
.bg-slate-900\/core-opacity-30 {
  background-color: rgb(15 23 42 / 30%);
}
.bg-slate-900\/core-opacity-40 {
  background-color: rgb(15 23 42 / 40%);
}
.bg-slate-900\/core-opacity-50 {
  background-color: rgb(15 23 42 / 50%);
}
.bg-slate-900\/core-opacity-60 {
  background-color: rgb(15 23 42 / 60%);
}
.bg-slate-900\/core-opacity-70 {
  background-color: rgb(15 23 42 / 70%);
}
.bg-slate-900\/core-opacity-80 {
  background-color: rgb(15 23 42 / 80%);
}
.bg-slate-900\/core-opacity-90 {
  background-color: rgb(15 23 42 / 90%);
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0);
}
.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1);
}
.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}
.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.bg-slate-950\/base-opacity-disabled {
  background-color: rgb(2 6 23 / 60%);
}
.bg-slate-950\/core-opacity-0 {
  background-color: rgb(2 6 23 / 0%);
}
.bg-slate-950\/core-opacity-10 {
  background-color: rgb(2 6 23 / 10%);
}
.bg-slate-950\/core-opacity-100 {
  background-color: rgb(2 6 23 / 100%);
}
.bg-slate-950\/core-opacity-20 {
  background-color: rgb(2 6 23 / 20%);
}
.bg-slate-950\/core-opacity-30 {
  background-color: rgb(2 6 23 / 30%);
}
.bg-slate-950\/core-opacity-40 {
  background-color: rgb(2 6 23 / 40%);
}
.bg-slate-950\/core-opacity-50 {
  background-color: rgb(2 6 23 / 50%);
}
.bg-slate-950\/core-opacity-60 {
  background-color: rgb(2 6 23 / 60%);
}
.bg-slate-950\/core-opacity-70 {
  background-color: rgb(2 6 23 / 70%);
}
.bg-slate-950\/core-opacity-80 {
  background-color: rgb(2 6 23 / 80%);
}
.bg-slate-950\/core-opacity-90 {
  background-color: rgb(2 6 23 / 90%);
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0);
}
.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}
.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1);
}
.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}
.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}
.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}
.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}
.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}
.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}
.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}
.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}
.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}
.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}
.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}
.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}
.bg-stone-100\/base-opacity-disabled {
  background-color: rgb(245 245 244 / 60%);
}
.bg-stone-100\/core-opacity-0 {
  background-color: rgb(245 245 244 / 0%);
}
.bg-stone-100\/core-opacity-10 {
  background-color: rgb(245 245 244 / 10%);
}
.bg-stone-100\/core-opacity-100 {
  background-color: rgb(245 245 244 / 100%);
}
.bg-stone-100\/core-opacity-20 {
  background-color: rgb(245 245 244 / 20%);
}
.bg-stone-100\/core-opacity-30 {
  background-color: rgb(245 245 244 / 30%);
}
.bg-stone-100\/core-opacity-40 {
  background-color: rgb(245 245 244 / 40%);
}
.bg-stone-100\/core-opacity-50 {
  background-color: rgb(245 245 244 / 50%);
}
.bg-stone-100\/core-opacity-60 {
  background-color: rgb(245 245 244 / 60%);
}
.bg-stone-100\/core-opacity-70 {
  background-color: rgb(245 245 244 / 70%);
}
.bg-stone-100\/core-opacity-80 {
  background-color: rgb(245 245 244 / 80%);
}
.bg-stone-100\/core-opacity-90 {
  background-color: rgb(245 245 244 / 90%);
}
.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}
.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}
.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.bg-stone-200\/base-opacity-disabled {
  background-color: rgb(231 229 228 / 60%);
}
.bg-stone-200\/core-opacity-0 {
  background-color: rgb(231 229 228 / 0%);
}
.bg-stone-200\/core-opacity-10 {
  background-color: rgb(231 229 228 / 10%);
}
.bg-stone-200\/core-opacity-100 {
  background-color: rgb(231 229 228 / 100%);
}
.bg-stone-200\/core-opacity-20 {
  background-color: rgb(231 229 228 / 20%);
}
.bg-stone-200\/core-opacity-30 {
  background-color: rgb(231 229 228 / 30%);
}
.bg-stone-200\/core-opacity-40 {
  background-color: rgb(231 229 228 / 40%);
}
.bg-stone-200\/core-opacity-50 {
  background-color: rgb(231 229 228 / 50%);
}
.bg-stone-200\/core-opacity-60 {
  background-color: rgb(231 229 228 / 60%);
}
.bg-stone-200\/core-opacity-70 {
  background-color: rgb(231 229 228 / 70%);
}
.bg-stone-200\/core-opacity-80 {
  background-color: rgb(231 229 228 / 80%);
}
.bg-stone-200\/core-opacity-90 {
  background-color: rgb(231 229 228 / 90%);
}
.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}
.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}
.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}
.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}
.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}
.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}
.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}
.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}
.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}
.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}
.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}
.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}
.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}
.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}
.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}
.bg-stone-300\/base-opacity-disabled {
  background-color: rgb(214 211 209 / 60%);
}
.bg-stone-300\/core-opacity-0 {
  background-color: rgb(214 211 209 / 0%);
}
.bg-stone-300\/core-opacity-10 {
  background-color: rgb(214 211 209 / 10%);
}
.bg-stone-300\/core-opacity-100 {
  background-color: rgb(214 211 209 / 100%);
}
.bg-stone-300\/core-opacity-20 {
  background-color: rgb(214 211 209 / 20%);
}
.bg-stone-300\/core-opacity-30 {
  background-color: rgb(214 211 209 / 30%);
}
.bg-stone-300\/core-opacity-40 {
  background-color: rgb(214 211 209 / 40%);
}
.bg-stone-300\/core-opacity-50 {
  background-color: rgb(214 211 209 / 50%);
}
.bg-stone-300\/core-opacity-60 {
  background-color: rgb(214 211 209 / 60%);
}
.bg-stone-300\/core-opacity-70 {
  background-color: rgb(214 211 209 / 70%);
}
.bg-stone-300\/core-opacity-80 {
  background-color: rgb(214 211 209 / 80%);
}
.bg-stone-300\/core-opacity-90 {
  background-color: rgb(214 211 209 / 90%);
}
.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}
.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}
.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}
.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}
.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}
.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}
.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}
.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}
.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}
.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}
.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}
.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}
.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}
.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}
.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}
.bg-stone-400\/base-opacity-disabled {
  background-color: rgb(168 162 158 / 60%);
}
.bg-stone-400\/core-opacity-0 {
  background-color: rgb(168 162 158 / 0%);
}
.bg-stone-400\/core-opacity-10 {
  background-color: rgb(168 162 158 / 10%);
}
.bg-stone-400\/core-opacity-100 {
  background-color: rgb(168 162 158 / 100%);
}
.bg-stone-400\/core-opacity-20 {
  background-color: rgb(168 162 158 / 20%);
}
.bg-stone-400\/core-opacity-30 {
  background-color: rgb(168 162 158 / 30%);
}
.bg-stone-400\/core-opacity-40 {
  background-color: rgb(168 162 158 / 40%);
}
.bg-stone-400\/core-opacity-50 {
  background-color: rgb(168 162 158 / 50%);
}
.bg-stone-400\/core-opacity-60 {
  background-color: rgb(168 162 158 / 60%);
}
.bg-stone-400\/core-opacity-70 {
  background-color: rgb(168 162 158 / 70%);
}
.bg-stone-400\/core-opacity-80 {
  background-color: rgb(168 162 158 / 80%);
}
.bg-stone-400\/core-opacity-90 {
  background-color: rgb(168 162 158 / 90%);
}
.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0);
}
.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}
.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1);
}
.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}
.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}
.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}
.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}
.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}
.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}
.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}
.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}
.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}
.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}
.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}
.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}
.bg-stone-50\/base-opacity-disabled {
  background-color: rgb(250 250 249 / 60%);
}
.bg-stone-50\/core-opacity-0 {
  background-color: rgb(250 250 249 / 0%);
}
.bg-stone-50\/core-opacity-10 {
  background-color: rgb(250 250 249 / 10%);
}
.bg-stone-50\/core-opacity-100 {
  background-color: rgb(250 250 249 / 100%);
}
.bg-stone-50\/core-opacity-20 {
  background-color: rgb(250 250 249 / 20%);
}
.bg-stone-50\/core-opacity-30 {
  background-color: rgb(250 250 249 / 30%);
}
.bg-stone-50\/core-opacity-40 {
  background-color: rgb(250 250 249 / 40%);
}
.bg-stone-50\/core-opacity-50 {
  background-color: rgb(250 250 249 / 50%);
}
.bg-stone-50\/core-opacity-60 {
  background-color: rgb(250 250 249 / 60%);
}
.bg-stone-50\/core-opacity-70 {
  background-color: rgb(250 250 249 / 70%);
}
.bg-stone-50\/core-opacity-80 {
  background-color: rgb(250 250 249 / 80%);
}
.bg-stone-50\/core-opacity-90 {
  background-color: rgb(250 250 249 / 90%);
}
.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}
.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}
.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}
.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}
.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}
.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}
.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}
.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}
.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}
.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}
.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}
.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}
.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}
.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}
.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}
.bg-stone-500\/base-opacity-disabled {
  background-color: rgb(120 113 108 / 60%);
}
.bg-stone-500\/core-opacity-0 {
  background-color: rgb(120 113 108 / 0%);
}
.bg-stone-500\/core-opacity-10 {
  background-color: rgb(120 113 108 / 10%);
}
.bg-stone-500\/core-opacity-100 {
  background-color: rgb(120 113 108 / 100%);
}
.bg-stone-500\/core-opacity-20 {
  background-color: rgb(120 113 108 / 20%);
}
.bg-stone-500\/core-opacity-30 {
  background-color: rgb(120 113 108 / 30%);
}
.bg-stone-500\/core-opacity-40 {
  background-color: rgb(120 113 108 / 40%);
}
.bg-stone-500\/core-opacity-50 {
  background-color: rgb(120 113 108 / 50%);
}
.bg-stone-500\/core-opacity-60 {
  background-color: rgb(120 113 108 / 60%);
}
.bg-stone-500\/core-opacity-70 {
  background-color: rgb(120 113 108 / 70%);
}
.bg-stone-500\/core-opacity-80 {
  background-color: rgb(120 113 108 / 80%);
}
.bg-stone-500\/core-opacity-90 {
  background-color: rgb(120 113 108 / 90%);
}
.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}
.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}
.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}
.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}
.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}
.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}
.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}
.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}
.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}
.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}
.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}
.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}
.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}
.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}
.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}
.bg-stone-600\/base-opacity-disabled {
  background-color: rgb(87 83 78 / 60%);
}
.bg-stone-600\/core-opacity-0 {
  background-color: rgb(87 83 78 / 0%);
}
.bg-stone-600\/core-opacity-10 {
  background-color: rgb(87 83 78 / 10%);
}
.bg-stone-600\/core-opacity-100 {
  background-color: rgb(87 83 78 / 100%);
}
.bg-stone-600\/core-opacity-20 {
  background-color: rgb(87 83 78 / 20%);
}
.bg-stone-600\/core-opacity-30 {
  background-color: rgb(87 83 78 / 30%);
}
.bg-stone-600\/core-opacity-40 {
  background-color: rgb(87 83 78 / 40%);
}
.bg-stone-600\/core-opacity-50 {
  background-color: rgb(87 83 78 / 50%);
}
.bg-stone-600\/core-opacity-60 {
  background-color: rgb(87 83 78 / 60%);
}
.bg-stone-600\/core-opacity-70 {
  background-color: rgb(87 83 78 / 70%);
}
.bg-stone-600\/core-opacity-80 {
  background-color: rgb(87 83 78 / 80%);
}
.bg-stone-600\/core-opacity-90 {
  background-color: rgb(87 83 78 / 90%);
}
.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}
.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}
.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}
.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}
.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}
.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}
.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}
.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}
.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}
.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}
.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}
.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}
.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}
.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}
.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}
.bg-stone-700\/base-opacity-disabled {
  background-color: rgb(68 64 60 / 60%);
}
.bg-stone-700\/core-opacity-0 {
  background-color: rgb(68 64 60 / 0%);
}
.bg-stone-700\/core-opacity-10 {
  background-color: rgb(68 64 60 / 10%);
}
.bg-stone-700\/core-opacity-100 {
  background-color: rgb(68 64 60 / 100%);
}
.bg-stone-700\/core-opacity-20 {
  background-color: rgb(68 64 60 / 20%);
}
.bg-stone-700\/core-opacity-30 {
  background-color: rgb(68 64 60 / 30%);
}
.bg-stone-700\/core-opacity-40 {
  background-color: rgb(68 64 60 / 40%);
}
.bg-stone-700\/core-opacity-50 {
  background-color: rgb(68 64 60 / 50%);
}
.bg-stone-700\/core-opacity-60 {
  background-color: rgb(68 64 60 / 60%);
}
.bg-stone-700\/core-opacity-70 {
  background-color: rgb(68 64 60 / 70%);
}
.bg-stone-700\/core-opacity-80 {
  background-color: rgb(68 64 60 / 80%);
}
.bg-stone-700\/core-opacity-90 {
  background-color: rgb(68 64 60 / 90%);
}
.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}
.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}
.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}
.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}
.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}
.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}
.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}
.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}
.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}
.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}
.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}
.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}
.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}
.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}
.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}
.bg-stone-800\/base-opacity-disabled {
  background-color: rgb(41 37 36 / 60%);
}
.bg-stone-800\/core-opacity-0 {
  background-color: rgb(41 37 36 / 0%);
}
.bg-stone-800\/core-opacity-10 {
  background-color: rgb(41 37 36 / 10%);
}
.bg-stone-800\/core-opacity-100 {
  background-color: rgb(41 37 36 / 100%);
}
.bg-stone-800\/core-opacity-20 {
  background-color: rgb(41 37 36 / 20%);
}
.bg-stone-800\/core-opacity-30 {
  background-color: rgb(41 37 36 / 30%);
}
.bg-stone-800\/core-opacity-40 {
  background-color: rgb(41 37 36 / 40%);
}
.bg-stone-800\/core-opacity-50 {
  background-color: rgb(41 37 36 / 50%);
}
.bg-stone-800\/core-opacity-60 {
  background-color: rgb(41 37 36 / 60%);
}
.bg-stone-800\/core-opacity-70 {
  background-color: rgb(41 37 36 / 70%);
}
.bg-stone-800\/core-opacity-80 {
  background-color: rgb(41 37 36 / 80%);
}
.bg-stone-800\/core-opacity-90 {
  background-color: rgb(41 37 36 / 90%);
}
.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}
.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}
.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}
.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}
.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}
.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}
.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}
.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}
.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}
.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}
.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}
.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}
.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}
.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}
.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}
.bg-stone-900\/base-opacity-disabled {
  background-color: rgb(28 25 23 / 60%);
}
.bg-stone-900\/core-opacity-0 {
  background-color: rgb(28 25 23 / 0%);
}
.bg-stone-900\/core-opacity-10 {
  background-color: rgb(28 25 23 / 10%);
}
.bg-stone-900\/core-opacity-100 {
  background-color: rgb(28 25 23 / 100%);
}
.bg-stone-900\/core-opacity-20 {
  background-color: rgb(28 25 23 / 20%);
}
.bg-stone-900\/core-opacity-30 {
  background-color: rgb(28 25 23 / 30%);
}
.bg-stone-900\/core-opacity-40 {
  background-color: rgb(28 25 23 / 40%);
}
.bg-stone-900\/core-opacity-50 {
  background-color: rgb(28 25 23 / 50%);
}
.bg-stone-900\/core-opacity-60 {
  background-color: rgb(28 25 23 / 60%);
}
.bg-stone-900\/core-opacity-70 {
  background-color: rgb(28 25 23 / 70%);
}
.bg-stone-900\/core-opacity-80 {
  background-color: rgb(28 25 23 / 80%);
}
.bg-stone-900\/core-opacity-90 {
  background-color: rgb(28 25 23 / 90%);
}
.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0);
}
.bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}
.bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1);
}
.bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}
.bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}
.bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}
.bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}
.bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}
.bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}
.bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}
.bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}
.bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}
.bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}
.bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}
.bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}
.bg-stone-950\/base-opacity-disabled {
  background-color: rgb(12 10 9 / 60%);
}
.bg-stone-950\/core-opacity-0 {
  background-color: rgb(12 10 9 / 0%);
}
.bg-stone-950\/core-opacity-10 {
  background-color: rgb(12 10 9 / 10%);
}
.bg-stone-950\/core-opacity-100 {
  background-color: rgb(12 10 9 / 100%);
}
.bg-stone-950\/core-opacity-20 {
  background-color: rgb(12 10 9 / 20%);
}
.bg-stone-950\/core-opacity-30 {
  background-color: rgb(12 10 9 / 30%);
}
.bg-stone-950\/core-opacity-40 {
  background-color: rgb(12 10 9 / 40%);
}
.bg-stone-950\/core-opacity-50 {
  background-color: rgb(12 10 9 / 50%);
}
.bg-stone-950\/core-opacity-60 {
  background-color: rgb(12 10 9 / 60%);
}
.bg-stone-950\/core-opacity-70 {
  background-color: rgb(12 10 9 / 70%);
}
.bg-stone-950\/core-opacity-80 {
  background-color: rgb(12 10 9 / 80%);
}
.bg-stone-950\/core-opacity-90 {
  background-color: rgb(12 10 9 / 90%);
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-success-light {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-success-light\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-success-light\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-success-light\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-success-light\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-success-light\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-success-light\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-success-light\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-success-light\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-success-light\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-success-light\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-success-light\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-success-light\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-success-light\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-success-light\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-success-light\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-success-light\/base-opacity-disabled {
  background-color: rgb(52 211 153 / 60%);
}
.bg-success-light\/core-opacity-0 {
  background-color: rgb(52 211 153 / 0%);
}
.bg-success-light\/core-opacity-10 {
  background-color: rgb(52 211 153 / 10%);
}
.bg-success-light\/core-opacity-100 {
  background-color: rgb(52 211 153 / 100%);
}
.bg-success-light\/core-opacity-20 {
  background-color: rgb(52 211 153 / 20%);
}
.bg-success-light\/core-opacity-30 {
  background-color: rgb(52 211 153 / 30%);
}
.bg-success-light\/core-opacity-40 {
  background-color: rgb(52 211 153 / 40%);
}
.bg-success-light\/core-opacity-50 {
  background-color: rgb(52 211 153 / 50%);
}
.bg-success-light\/core-opacity-60 {
  background-color: rgb(52 211 153 / 60%);
}
.bg-success-light\/core-opacity-70 {
  background-color: rgb(52 211 153 / 70%);
}
.bg-success-light\/core-opacity-80 {
  background-color: rgb(52 211 153 / 80%);
}
.bg-success-light\/core-opacity-90 {
  background-color: rgb(52 211 153 / 90%);
}
.bg-success-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-success-lightest\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-success-lightest\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-success-lightest\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-success-lightest\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-success-lightest\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-success-lightest\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-success-lightest\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-success-lightest\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-success-lightest\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-success-lightest\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-success-lightest\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-success-lightest\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-success-lightest\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-success-lightest\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-success-lightest\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-success-lightest\/base-opacity-disabled {
  background-color: rgb(236 253 245 / 60%);
}
.bg-success-lightest\/core-opacity-0 {
  background-color: rgb(236 253 245 / 0%);
}
.bg-success-lightest\/core-opacity-10 {
  background-color: rgb(236 253 245 / 10%);
}
.bg-success-lightest\/core-opacity-100 {
  background-color: rgb(236 253 245 / 100%);
}
.bg-success-lightest\/core-opacity-20 {
  background-color: rgb(236 253 245 / 20%);
}
.bg-success-lightest\/core-opacity-30 {
  background-color: rgb(236 253 245 / 30%);
}
.bg-success-lightest\/core-opacity-40 {
  background-color: rgb(236 253 245 / 40%);
}
.bg-success-lightest\/core-opacity-50 {
  background-color: rgb(236 253 245 / 50%);
}
.bg-success-lightest\/core-opacity-60 {
  background-color: rgb(236 253 245 / 60%);
}
.bg-success-lightest\/core-opacity-70 {
  background-color: rgb(236 253 245 / 70%);
}
.bg-success-lightest\/core-opacity-80 {
  background-color: rgb(236 253 245 / 80%);
}
.bg-success-lightest\/core-opacity-90 {
  background-color: rgb(236 253 245 / 90%);
}
.bg-success\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-success\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-success\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-success\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-success\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-success\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-success\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-success\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-success\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-success\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-success\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-success\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-success\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-success\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-success\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-success\/base-opacity-disabled {
  background-color: rgb(16 185 129 / 60%);
}
.bg-success\/core-opacity-0 {
  background-color: rgb(16 185 129 / 0%);
}
.bg-success\/core-opacity-10 {
  background-color: rgb(16 185 129 / 10%);
}
.bg-success\/core-opacity-100 {
  background-color: rgb(16 185 129 / 100%);
}
.bg-success\/core-opacity-20 {
  background-color: rgb(16 185 129 / 20%);
}
.bg-success\/core-opacity-30 {
  background-color: rgb(16 185 129 / 30%);
}
.bg-success\/core-opacity-40 {
  background-color: rgb(16 185 129 / 40%);
}
.bg-success\/core-opacity-50 {
  background-color: rgb(16 185 129 / 50%);
}
.bg-success\/core-opacity-60 {
  background-color: rgb(16 185 129 / 60%);
}
.bg-success\/core-opacity-70 {
  background-color: rgb(16 185 129 / 70%);
}
.bg-success\/core-opacity-80 {
  background-color: rgb(16 185 129 / 80%);
}
.bg-success\/core-opacity-90 {
  background-color: rgb(16 185 129 / 90%);
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}
.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}
.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}
.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}
.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}
.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}
.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}
.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}
.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}
.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}
.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}
.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}
.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}
.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}
.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}
.bg-teal-100\/base-opacity-disabled {
  background-color: rgb(204 251 241 / 60%);
}
.bg-teal-100\/core-opacity-0 {
  background-color: rgb(204 251 241 / 0%);
}
.bg-teal-100\/core-opacity-10 {
  background-color: rgb(204 251 241 / 10%);
}
.bg-teal-100\/core-opacity-100 {
  background-color: rgb(204 251 241 / 100%);
}
.bg-teal-100\/core-opacity-20 {
  background-color: rgb(204 251 241 / 20%);
}
.bg-teal-100\/core-opacity-30 {
  background-color: rgb(204 251 241 / 30%);
}
.bg-teal-100\/core-opacity-40 {
  background-color: rgb(204 251 241 / 40%);
}
.bg-teal-100\/core-opacity-50 {
  background-color: rgb(204 251 241 / 50%);
}
.bg-teal-100\/core-opacity-60 {
  background-color: rgb(204 251 241 / 60%);
}
.bg-teal-100\/core-opacity-70 {
  background-color: rgb(204 251 241 / 70%);
}
.bg-teal-100\/core-opacity-80 {
  background-color: rgb(204 251 241 / 80%);
}
.bg-teal-100\/core-opacity-90 {
  background-color: rgb(204 251 241 / 90%);
}
.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}
.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}
.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}
.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}
.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}
.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}
.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}
.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}
.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}
.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}
.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}
.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}
.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}
.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}
.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}
.bg-teal-200\/base-opacity-disabled {
  background-color: rgb(153 246 228 / 60%);
}
.bg-teal-200\/core-opacity-0 {
  background-color: rgb(153 246 228 / 0%);
}
.bg-teal-200\/core-opacity-10 {
  background-color: rgb(153 246 228 / 10%);
}
.bg-teal-200\/core-opacity-100 {
  background-color: rgb(153 246 228 / 100%);
}
.bg-teal-200\/core-opacity-20 {
  background-color: rgb(153 246 228 / 20%);
}
.bg-teal-200\/core-opacity-30 {
  background-color: rgb(153 246 228 / 30%);
}
.bg-teal-200\/core-opacity-40 {
  background-color: rgb(153 246 228 / 40%);
}
.bg-teal-200\/core-opacity-50 {
  background-color: rgb(153 246 228 / 50%);
}
.bg-teal-200\/core-opacity-60 {
  background-color: rgb(153 246 228 / 60%);
}
.bg-teal-200\/core-opacity-70 {
  background-color: rgb(153 246 228 / 70%);
}
.bg-teal-200\/core-opacity-80 {
  background-color: rgb(153 246 228 / 80%);
}
.bg-teal-200\/core-opacity-90 {
  background-color: rgb(153 246 228 / 90%);
}
.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}
.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}
.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}
.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}
.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}
.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}
.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}
.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}
.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}
.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}
.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}
.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}
.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}
.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}
.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}
.bg-teal-300\/base-opacity-disabled {
  background-color: rgb(94 234 212 / 60%);
}
.bg-teal-300\/core-opacity-0 {
  background-color: rgb(94 234 212 / 0%);
}
.bg-teal-300\/core-opacity-10 {
  background-color: rgb(94 234 212 / 10%);
}
.bg-teal-300\/core-opacity-100 {
  background-color: rgb(94 234 212 / 100%);
}
.bg-teal-300\/core-opacity-20 {
  background-color: rgb(94 234 212 / 20%);
}
.bg-teal-300\/core-opacity-30 {
  background-color: rgb(94 234 212 / 30%);
}
.bg-teal-300\/core-opacity-40 {
  background-color: rgb(94 234 212 / 40%);
}
.bg-teal-300\/core-opacity-50 {
  background-color: rgb(94 234 212 / 50%);
}
.bg-teal-300\/core-opacity-60 {
  background-color: rgb(94 234 212 / 60%);
}
.bg-teal-300\/core-opacity-70 {
  background-color: rgb(94 234 212 / 70%);
}
.bg-teal-300\/core-opacity-80 {
  background-color: rgb(94 234 212 / 80%);
}
.bg-teal-300\/core-opacity-90 {
  background-color: rgb(94 234 212 / 90%);
}
.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}
.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}
.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}
.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}
.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}
.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}
.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}
.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}
.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}
.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}
.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}
.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}
.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}
.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}
.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}
.bg-teal-400\/base-opacity-disabled {
  background-color: rgb(45 212 191 / 60%);
}
.bg-teal-400\/core-opacity-0 {
  background-color: rgb(45 212 191 / 0%);
}
.bg-teal-400\/core-opacity-10 {
  background-color: rgb(45 212 191 / 10%);
}
.bg-teal-400\/core-opacity-100 {
  background-color: rgb(45 212 191 / 100%);
}
.bg-teal-400\/core-opacity-20 {
  background-color: rgb(45 212 191 / 20%);
}
.bg-teal-400\/core-opacity-30 {
  background-color: rgb(45 212 191 / 30%);
}
.bg-teal-400\/core-opacity-40 {
  background-color: rgb(45 212 191 / 40%);
}
.bg-teal-400\/core-opacity-50 {
  background-color: rgb(45 212 191 / 50%);
}
.bg-teal-400\/core-opacity-60 {
  background-color: rgb(45 212 191 / 60%);
}
.bg-teal-400\/core-opacity-70 {
  background-color: rgb(45 212 191 / 70%);
}
.bg-teal-400\/core-opacity-80 {
  background-color: rgb(45 212 191 / 80%);
}
.bg-teal-400\/core-opacity-90 {
  background-color: rgb(45 212 191 / 90%);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}
.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}
.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}
.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}
.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}
.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}
.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}
.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}
.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}
.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}
.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}
.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}
.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}
.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}
.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}
.bg-teal-50\/base-opacity-disabled {
  background-color: rgb(240 253 250 / 60%);
}
.bg-teal-50\/core-opacity-0 {
  background-color: rgb(240 253 250 / 0%);
}
.bg-teal-50\/core-opacity-10 {
  background-color: rgb(240 253 250 / 10%);
}
.bg-teal-50\/core-opacity-100 {
  background-color: rgb(240 253 250 / 100%);
}
.bg-teal-50\/core-opacity-20 {
  background-color: rgb(240 253 250 / 20%);
}
.bg-teal-50\/core-opacity-30 {
  background-color: rgb(240 253 250 / 30%);
}
.bg-teal-50\/core-opacity-40 {
  background-color: rgb(240 253 250 / 40%);
}
.bg-teal-50\/core-opacity-50 {
  background-color: rgb(240 253 250 / 50%);
}
.bg-teal-50\/core-opacity-60 {
  background-color: rgb(240 253 250 / 60%);
}
.bg-teal-50\/core-opacity-70 {
  background-color: rgb(240 253 250 / 70%);
}
.bg-teal-50\/core-opacity-80 {
  background-color: rgb(240 253 250 / 80%);
}
.bg-teal-50\/core-opacity-90 {
  background-color: rgb(240 253 250 / 90%);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}
.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}
.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}
.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}
.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}
.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}
.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}
.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}
.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}
.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}
.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}
.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}
.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}
.bg-teal-500\/base-opacity-disabled {
  background-color: rgb(20 184 166 / 60%);
}
.bg-teal-500\/core-opacity-0 {
  background-color: rgb(20 184 166 / 0%);
}
.bg-teal-500\/core-opacity-10 {
  background-color: rgb(20 184 166 / 10%);
}
.bg-teal-500\/core-opacity-100 {
  background-color: rgb(20 184 166 / 100%);
}
.bg-teal-500\/core-opacity-20 {
  background-color: rgb(20 184 166 / 20%);
}
.bg-teal-500\/core-opacity-30 {
  background-color: rgb(20 184 166 / 30%);
}
.bg-teal-500\/core-opacity-40 {
  background-color: rgb(20 184 166 / 40%);
}
.bg-teal-500\/core-opacity-50 {
  background-color: rgb(20 184 166 / 50%);
}
.bg-teal-500\/core-opacity-60 {
  background-color: rgb(20 184 166 / 60%);
}
.bg-teal-500\/core-opacity-70 {
  background-color: rgb(20 184 166 / 70%);
}
.bg-teal-500\/core-opacity-80 {
  background-color: rgb(20 184 166 / 80%);
}
.bg-teal-500\/core-opacity-90 {
  background-color: rgb(20 184 166 / 90%);
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}
.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}
.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}
.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}
.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}
.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}
.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}
.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}
.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}
.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}
.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}
.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}
.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}
.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}
.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}
.bg-teal-600\/base-opacity-disabled {
  background-color: rgb(13 148 136 / 60%);
}
.bg-teal-600\/core-opacity-0 {
  background-color: rgb(13 148 136 / 0%);
}
.bg-teal-600\/core-opacity-10 {
  background-color: rgb(13 148 136 / 10%);
}
.bg-teal-600\/core-opacity-100 {
  background-color: rgb(13 148 136 / 100%);
}
.bg-teal-600\/core-opacity-20 {
  background-color: rgb(13 148 136 / 20%);
}
.bg-teal-600\/core-opacity-30 {
  background-color: rgb(13 148 136 / 30%);
}
.bg-teal-600\/core-opacity-40 {
  background-color: rgb(13 148 136 / 40%);
}
.bg-teal-600\/core-opacity-50 {
  background-color: rgb(13 148 136 / 50%);
}
.bg-teal-600\/core-opacity-60 {
  background-color: rgb(13 148 136 / 60%);
}
.bg-teal-600\/core-opacity-70 {
  background-color: rgb(13 148 136 / 70%);
}
.bg-teal-600\/core-opacity-80 {
  background-color: rgb(13 148 136 / 80%);
}
.bg-teal-600\/core-opacity-90 {
  background-color: rgb(13 148 136 / 90%);
}
.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}
.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}
.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}
.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}
.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}
.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}
.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}
.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}
.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}
.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}
.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}
.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}
.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}
.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}
.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}
.bg-teal-700\/base-opacity-disabled {
  background-color: rgb(15 118 110 / 60%);
}
.bg-teal-700\/core-opacity-0 {
  background-color: rgb(15 118 110 / 0%);
}
.bg-teal-700\/core-opacity-10 {
  background-color: rgb(15 118 110 / 10%);
}
.bg-teal-700\/core-opacity-100 {
  background-color: rgb(15 118 110 / 100%);
}
.bg-teal-700\/core-opacity-20 {
  background-color: rgb(15 118 110 / 20%);
}
.bg-teal-700\/core-opacity-30 {
  background-color: rgb(15 118 110 / 30%);
}
.bg-teal-700\/core-opacity-40 {
  background-color: rgb(15 118 110 / 40%);
}
.bg-teal-700\/core-opacity-50 {
  background-color: rgb(15 118 110 / 50%);
}
.bg-teal-700\/core-opacity-60 {
  background-color: rgb(15 118 110 / 60%);
}
.bg-teal-700\/core-opacity-70 {
  background-color: rgb(15 118 110 / 70%);
}
.bg-teal-700\/core-opacity-80 {
  background-color: rgb(15 118 110 / 80%);
}
.bg-teal-700\/core-opacity-90 {
  background-color: rgb(15 118 110 / 90%);
}
.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}
.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}
.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}
.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}
.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}
.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}
.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}
.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}
.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}
.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}
.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}
.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}
.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}
.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}
.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}
.bg-teal-800\/base-opacity-disabled {
  background-color: rgb(17 94 89 / 60%);
}
.bg-teal-800\/core-opacity-0 {
  background-color: rgb(17 94 89 / 0%);
}
.bg-teal-800\/core-opacity-10 {
  background-color: rgb(17 94 89 / 10%);
}
.bg-teal-800\/core-opacity-100 {
  background-color: rgb(17 94 89 / 100%);
}
.bg-teal-800\/core-opacity-20 {
  background-color: rgb(17 94 89 / 20%);
}
.bg-teal-800\/core-opacity-30 {
  background-color: rgb(17 94 89 / 30%);
}
.bg-teal-800\/core-opacity-40 {
  background-color: rgb(17 94 89 / 40%);
}
.bg-teal-800\/core-opacity-50 {
  background-color: rgb(17 94 89 / 50%);
}
.bg-teal-800\/core-opacity-60 {
  background-color: rgb(17 94 89 / 60%);
}
.bg-teal-800\/core-opacity-70 {
  background-color: rgb(17 94 89 / 70%);
}
.bg-teal-800\/core-opacity-80 {
  background-color: rgb(17 94 89 / 80%);
}
.bg-teal-800\/core-opacity-90 {
  background-color: rgb(17 94 89 / 90%);
}
.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}
.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}
.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}
.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}
.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}
.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}
.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}
.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}
.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}
.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}
.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}
.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}
.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}
.bg-teal-900\/base-opacity-disabled {
  background-color: rgb(19 78 74 / 60%);
}
.bg-teal-900\/core-opacity-0 {
  background-color: rgb(19 78 74 / 0%);
}
.bg-teal-900\/core-opacity-10 {
  background-color: rgb(19 78 74 / 10%);
}
.bg-teal-900\/core-opacity-100 {
  background-color: rgb(19 78 74 / 100%);
}
.bg-teal-900\/core-opacity-20 {
  background-color: rgb(19 78 74 / 20%);
}
.bg-teal-900\/core-opacity-30 {
  background-color: rgb(19 78 74 / 30%);
}
.bg-teal-900\/core-opacity-40 {
  background-color: rgb(19 78 74 / 40%);
}
.bg-teal-900\/core-opacity-50 {
  background-color: rgb(19 78 74 / 50%);
}
.bg-teal-900\/core-opacity-60 {
  background-color: rgb(19 78 74 / 60%);
}
.bg-teal-900\/core-opacity-70 {
  background-color: rgb(19 78 74 / 70%);
}
.bg-teal-900\/core-opacity-80 {
  background-color: rgb(19 78 74 / 80%);
}
.bg-teal-900\/core-opacity-90 {
  background-color: rgb(19 78 74 / 90%);
}
.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}
.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}
.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}
.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}
.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}
.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}
.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}
.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}
.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}
.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}
.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}
.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}
.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}
.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}
.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}
.bg-teal-950\/base-opacity-disabled {
  background-color: rgb(4 47 46 / 60%);
}
.bg-teal-950\/core-opacity-0 {
  background-color: rgb(4 47 46 / 0%);
}
.bg-teal-950\/core-opacity-10 {
  background-color: rgb(4 47 46 / 10%);
}
.bg-teal-950\/core-opacity-100 {
  background-color: rgb(4 47 46 / 100%);
}
.bg-teal-950\/core-opacity-20 {
  background-color: rgb(4 47 46 / 20%);
}
.bg-teal-950\/core-opacity-30 {
  background-color: rgb(4 47 46 / 30%);
}
.bg-teal-950\/core-opacity-40 {
  background-color: rgb(4 47 46 / 40%);
}
.bg-teal-950\/core-opacity-50 {
  background-color: rgb(4 47 46 / 50%);
}
.bg-teal-950\/core-opacity-60 {
  background-color: rgb(4 47 46 / 60%);
}
.bg-teal-950\/core-opacity-70 {
  background-color: rgb(4 47 46 / 70%);
}
.bg-teal-950\/core-opacity-80 {
  background-color: rgb(4 47 46 / 80%);
}
.bg-teal-950\/core-opacity-90 {
  background-color: rgb(4 47 46 / 90%);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-transparent\/base-opacity-disabled {
  background-color: rgb(0 0 0 / 60%);
}
.bg-transparent\/core-opacity-0 {
  background-color: rgb(0 0 0 / 0%);
}
.bg-transparent\/core-opacity-10 {
  background-color: rgb(0 0 0 / 10%);
}
.bg-transparent\/core-opacity-100 {
  background-color: rgb(0 0 0 / 100%);
}
.bg-transparent\/core-opacity-20 {
  background-color: rgb(0 0 0 / 20%);
}
.bg-transparent\/core-opacity-30 {
  background-color: rgb(0 0 0 / 30%);
}
.bg-transparent\/core-opacity-40 {
  background-color: rgb(0 0 0 / 40%);
}
.bg-transparent\/core-opacity-50 {
  background-color: rgb(0 0 0 / 50%);
}
.bg-transparent\/core-opacity-60 {
  background-color: rgb(0 0 0 / 60%);
}
.bg-transparent\/core-opacity-70 {
  background-color: rgb(0 0 0 / 70%);
}
.bg-transparent\/core-opacity-80 {
  background-color: rgb(0 0 0 / 80%);
}
.bg-transparent\/core-opacity-90 {
  background-color: rgb(0 0 0 / 90%);
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}
.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}
.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}
.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}
.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}
.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}
.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}
.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}
.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}
.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}
.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}
.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}
.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}
.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}
.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}
.bg-violet-100\/base-opacity-disabled {
  background-color: rgb(237 233 254 / 60%);
}
.bg-violet-100\/core-opacity-0 {
  background-color: rgb(237 233 254 / 0%);
}
.bg-violet-100\/core-opacity-10 {
  background-color: rgb(237 233 254 / 10%);
}
.bg-violet-100\/core-opacity-100 {
  background-color: rgb(237 233 254 / 100%);
}
.bg-violet-100\/core-opacity-20 {
  background-color: rgb(237 233 254 / 20%);
}
.bg-violet-100\/core-opacity-30 {
  background-color: rgb(237 233 254 / 30%);
}
.bg-violet-100\/core-opacity-40 {
  background-color: rgb(237 233 254 / 40%);
}
.bg-violet-100\/core-opacity-50 {
  background-color: rgb(237 233 254 / 50%);
}
.bg-violet-100\/core-opacity-60 {
  background-color: rgb(237 233 254 / 60%);
}
.bg-violet-100\/core-opacity-70 {
  background-color: rgb(237 233 254 / 70%);
}
.bg-violet-100\/core-opacity-80 {
  background-color: rgb(237 233 254 / 80%);
}
.bg-violet-100\/core-opacity-90 {
  background-color: rgb(237 233 254 / 90%);
}
.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}
.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}
.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}
.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}
.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}
.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}
.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}
.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}
.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}
.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}
.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}
.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}
.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}
.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}
.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}
.bg-violet-200\/base-opacity-disabled {
  background-color: rgb(221 214 254 / 60%);
}
.bg-violet-200\/core-opacity-0 {
  background-color: rgb(221 214 254 / 0%);
}
.bg-violet-200\/core-opacity-10 {
  background-color: rgb(221 214 254 / 10%);
}
.bg-violet-200\/core-opacity-100 {
  background-color: rgb(221 214 254 / 100%);
}
.bg-violet-200\/core-opacity-20 {
  background-color: rgb(221 214 254 / 20%);
}
.bg-violet-200\/core-opacity-30 {
  background-color: rgb(221 214 254 / 30%);
}
.bg-violet-200\/core-opacity-40 {
  background-color: rgb(221 214 254 / 40%);
}
.bg-violet-200\/core-opacity-50 {
  background-color: rgb(221 214 254 / 50%);
}
.bg-violet-200\/core-opacity-60 {
  background-color: rgb(221 214 254 / 60%);
}
.bg-violet-200\/core-opacity-70 {
  background-color: rgb(221 214 254 / 70%);
}
.bg-violet-200\/core-opacity-80 {
  background-color: rgb(221 214 254 / 80%);
}
.bg-violet-200\/core-opacity-90 {
  background-color: rgb(221 214 254 / 90%);
}
.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}
.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}
.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}
.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}
.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}
.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}
.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}
.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}
.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}
.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}
.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}
.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}
.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}
.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}
.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}
.bg-violet-300\/base-opacity-disabled {
  background-color: rgb(196 181 253 / 60%);
}
.bg-violet-300\/core-opacity-0 {
  background-color: rgb(196 181 253 / 0%);
}
.bg-violet-300\/core-opacity-10 {
  background-color: rgb(196 181 253 / 10%);
}
.bg-violet-300\/core-opacity-100 {
  background-color: rgb(196 181 253 / 100%);
}
.bg-violet-300\/core-opacity-20 {
  background-color: rgb(196 181 253 / 20%);
}
.bg-violet-300\/core-opacity-30 {
  background-color: rgb(196 181 253 / 30%);
}
.bg-violet-300\/core-opacity-40 {
  background-color: rgb(196 181 253 / 40%);
}
.bg-violet-300\/core-opacity-50 {
  background-color: rgb(196 181 253 / 50%);
}
.bg-violet-300\/core-opacity-60 {
  background-color: rgb(196 181 253 / 60%);
}
.bg-violet-300\/core-opacity-70 {
  background-color: rgb(196 181 253 / 70%);
}
.bg-violet-300\/core-opacity-80 {
  background-color: rgb(196 181 253 / 80%);
}
.bg-violet-300\/core-opacity-90 {
  background-color: rgb(196 181 253 / 90%);
}
.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}
.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}
.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}
.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}
.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}
.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}
.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}
.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}
.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}
.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}
.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}
.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}
.bg-violet-400\/base-opacity-disabled {
  background-color: rgb(167 139 250 / 60%);
}
.bg-violet-400\/core-opacity-0 {
  background-color: rgb(167 139 250 / 0%);
}
.bg-violet-400\/core-opacity-10 {
  background-color: rgb(167 139 250 / 10%);
}
.bg-violet-400\/core-opacity-100 {
  background-color: rgb(167 139 250 / 100%);
}
.bg-violet-400\/core-opacity-20 {
  background-color: rgb(167 139 250 / 20%);
}
.bg-violet-400\/core-opacity-30 {
  background-color: rgb(167 139 250 / 30%);
}
.bg-violet-400\/core-opacity-40 {
  background-color: rgb(167 139 250 / 40%);
}
.bg-violet-400\/core-opacity-50 {
  background-color: rgb(167 139 250 / 50%);
}
.bg-violet-400\/core-opacity-60 {
  background-color: rgb(167 139 250 / 60%);
}
.bg-violet-400\/core-opacity-70 {
  background-color: rgb(167 139 250 / 70%);
}
.bg-violet-400\/core-opacity-80 {
  background-color: rgb(167 139 250 / 80%);
}
.bg-violet-400\/core-opacity-90 {
  background-color: rgb(167 139 250 / 90%);
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}
.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}
.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}
.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}
.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}
.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}
.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}
.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}
.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}
.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}
.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}
.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}
.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}
.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}
.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}
.bg-violet-50\/base-opacity-disabled {
  background-color: rgb(245 243 255 / 60%);
}
.bg-violet-50\/core-opacity-0 {
  background-color: rgb(245 243 255 / 0%);
}
.bg-violet-50\/core-opacity-10 {
  background-color: rgb(245 243 255 / 10%);
}
.bg-violet-50\/core-opacity-100 {
  background-color: rgb(245 243 255 / 100%);
}
.bg-violet-50\/core-opacity-20 {
  background-color: rgb(245 243 255 / 20%);
}
.bg-violet-50\/core-opacity-30 {
  background-color: rgb(245 243 255 / 30%);
}
.bg-violet-50\/core-opacity-40 {
  background-color: rgb(245 243 255 / 40%);
}
.bg-violet-50\/core-opacity-50 {
  background-color: rgb(245 243 255 / 50%);
}
.bg-violet-50\/core-opacity-60 {
  background-color: rgb(245 243 255 / 60%);
}
.bg-violet-50\/core-opacity-70 {
  background-color: rgb(245 243 255 / 70%);
}
.bg-violet-50\/core-opacity-80 {
  background-color: rgb(245 243 255 / 80%);
}
.bg-violet-50\/core-opacity-90 {
  background-color: rgb(245 243 255 / 90%);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}
.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}
.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}
.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}
.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}
.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}
.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}
.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}
.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}
.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}
.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}
.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}
.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}
.bg-violet-500\/base-opacity-disabled {
  background-color: rgb(139 92 246 / 60%);
}
.bg-violet-500\/core-opacity-0 {
  background-color: rgb(139 92 246 / 0%);
}
.bg-violet-500\/core-opacity-10 {
  background-color: rgb(139 92 246 / 10%);
}
.bg-violet-500\/core-opacity-100 {
  background-color: rgb(139 92 246 / 100%);
}
.bg-violet-500\/core-opacity-20 {
  background-color: rgb(139 92 246 / 20%);
}
.bg-violet-500\/core-opacity-30 {
  background-color: rgb(139 92 246 / 30%);
}
.bg-violet-500\/core-opacity-40 {
  background-color: rgb(139 92 246 / 40%);
}
.bg-violet-500\/core-opacity-50 {
  background-color: rgb(139 92 246 / 50%);
}
.bg-violet-500\/core-opacity-60 {
  background-color: rgb(139 92 246 / 60%);
}
.bg-violet-500\/core-opacity-70 {
  background-color: rgb(139 92 246 / 70%);
}
.bg-violet-500\/core-opacity-80 {
  background-color: rgb(139 92 246 / 80%);
}
.bg-violet-500\/core-opacity-90 {
  background-color: rgb(139 92 246 / 90%);
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}
.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}
.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}
.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}
.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}
.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}
.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}
.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}
.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}
.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}
.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}
.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}
.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}
.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}
.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}
.bg-violet-600\/base-opacity-disabled {
  background-color: rgb(124 58 237 / 60%);
}
.bg-violet-600\/core-opacity-0 {
  background-color: rgb(124 58 237 / 0%);
}
.bg-violet-600\/core-opacity-10 {
  background-color: rgb(124 58 237 / 10%);
}
.bg-violet-600\/core-opacity-100 {
  background-color: rgb(124 58 237 / 100%);
}
.bg-violet-600\/core-opacity-20 {
  background-color: rgb(124 58 237 / 20%);
}
.bg-violet-600\/core-opacity-30 {
  background-color: rgb(124 58 237 / 30%);
}
.bg-violet-600\/core-opacity-40 {
  background-color: rgb(124 58 237 / 40%);
}
.bg-violet-600\/core-opacity-50 {
  background-color: rgb(124 58 237 / 50%);
}
.bg-violet-600\/core-opacity-60 {
  background-color: rgb(124 58 237 / 60%);
}
.bg-violet-600\/core-opacity-70 {
  background-color: rgb(124 58 237 / 70%);
}
.bg-violet-600\/core-opacity-80 {
  background-color: rgb(124 58 237 / 80%);
}
.bg-violet-600\/core-opacity-90 {
  background-color: rgb(124 58 237 / 90%);
}
.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}
.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}
.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}
.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}
.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}
.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}
.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}
.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}
.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}
.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}
.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}
.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}
.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}
.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}
.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}
.bg-violet-700\/base-opacity-disabled {
  background-color: rgb(109 40 217 / 60%);
}
.bg-violet-700\/core-opacity-0 {
  background-color: rgb(109 40 217 / 0%);
}
.bg-violet-700\/core-opacity-10 {
  background-color: rgb(109 40 217 / 10%);
}
.bg-violet-700\/core-opacity-100 {
  background-color: rgb(109 40 217 / 100%);
}
.bg-violet-700\/core-opacity-20 {
  background-color: rgb(109 40 217 / 20%);
}
.bg-violet-700\/core-opacity-30 {
  background-color: rgb(109 40 217 / 30%);
}
.bg-violet-700\/core-opacity-40 {
  background-color: rgb(109 40 217 / 40%);
}
.bg-violet-700\/core-opacity-50 {
  background-color: rgb(109 40 217 / 50%);
}
.bg-violet-700\/core-opacity-60 {
  background-color: rgb(109 40 217 / 60%);
}
.bg-violet-700\/core-opacity-70 {
  background-color: rgb(109 40 217 / 70%);
}
.bg-violet-700\/core-opacity-80 {
  background-color: rgb(109 40 217 / 80%);
}
.bg-violet-700\/core-opacity-90 {
  background-color: rgb(109 40 217 / 90%);
}
.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}
.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}
.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}
.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}
.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}
.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}
.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}
.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}
.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}
.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}
.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}
.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}
.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}
.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}
.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}
.bg-violet-800\/base-opacity-disabled {
  background-color: rgb(91 33 182 / 60%);
}
.bg-violet-800\/core-opacity-0 {
  background-color: rgb(91 33 182 / 0%);
}
.bg-violet-800\/core-opacity-10 {
  background-color: rgb(91 33 182 / 10%);
}
.bg-violet-800\/core-opacity-100 {
  background-color: rgb(91 33 182 / 100%);
}
.bg-violet-800\/core-opacity-20 {
  background-color: rgb(91 33 182 / 20%);
}
.bg-violet-800\/core-opacity-30 {
  background-color: rgb(91 33 182 / 30%);
}
.bg-violet-800\/core-opacity-40 {
  background-color: rgb(91 33 182 / 40%);
}
.bg-violet-800\/core-opacity-50 {
  background-color: rgb(91 33 182 / 50%);
}
.bg-violet-800\/core-opacity-60 {
  background-color: rgb(91 33 182 / 60%);
}
.bg-violet-800\/core-opacity-70 {
  background-color: rgb(91 33 182 / 70%);
}
.bg-violet-800\/core-opacity-80 {
  background-color: rgb(91 33 182 / 80%);
}
.bg-violet-800\/core-opacity-90 {
  background-color: rgb(91 33 182 / 90%);
}
.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}
.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}
.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}
.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}
.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}
.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}
.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}
.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}
.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}
.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}
.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}
.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}
.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}
.bg-violet-900\/base-opacity-disabled {
  background-color: rgb(76 29 149 / 60%);
}
.bg-violet-900\/core-opacity-0 {
  background-color: rgb(76 29 149 / 0%);
}
.bg-violet-900\/core-opacity-10 {
  background-color: rgb(76 29 149 / 10%);
}
.bg-violet-900\/core-opacity-100 {
  background-color: rgb(76 29 149 / 100%);
}
.bg-violet-900\/core-opacity-20 {
  background-color: rgb(76 29 149 / 20%);
}
.bg-violet-900\/core-opacity-30 {
  background-color: rgb(76 29 149 / 30%);
}
.bg-violet-900\/core-opacity-40 {
  background-color: rgb(76 29 149 / 40%);
}
.bg-violet-900\/core-opacity-50 {
  background-color: rgb(76 29 149 / 50%);
}
.bg-violet-900\/core-opacity-60 {
  background-color: rgb(76 29 149 / 60%);
}
.bg-violet-900\/core-opacity-70 {
  background-color: rgb(76 29 149 / 70%);
}
.bg-violet-900\/core-opacity-80 {
  background-color: rgb(76 29 149 / 80%);
}
.bg-violet-900\/core-opacity-90 {
  background-color: rgb(76 29 149 / 90%);
}
.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}
.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}
.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}
.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}
.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}
.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}
.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}
.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}
.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}
.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}
.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}
.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}
.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}
.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}
.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}
.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}
.bg-violet-950\/base-opacity-disabled {
  background-color: rgb(46 16 101 / 60%);
}
.bg-violet-950\/core-opacity-0 {
  background-color: rgb(46 16 101 / 0%);
}
.bg-violet-950\/core-opacity-10 {
  background-color: rgb(46 16 101 / 10%);
}
.bg-violet-950\/core-opacity-100 {
  background-color: rgb(46 16 101 / 100%);
}
.bg-violet-950\/core-opacity-20 {
  background-color: rgb(46 16 101 / 20%);
}
.bg-violet-950\/core-opacity-30 {
  background-color: rgb(46 16 101 / 30%);
}
.bg-violet-950\/core-opacity-40 {
  background-color: rgb(46 16 101 / 40%);
}
.bg-violet-950\/core-opacity-50 {
  background-color: rgb(46 16 101 / 50%);
}
.bg-violet-950\/core-opacity-60 {
  background-color: rgb(46 16 101 / 60%);
}
.bg-violet-950\/core-opacity-70 {
  background-color: rgb(46 16 101 / 70%);
}
.bg-violet-950\/core-opacity-80 {
  background-color: rgb(46 16 101 / 80%);
}
.bg-violet-950\/core-opacity-90 {
  background-color: rgb(46 16 101 / 90%);
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-warning-light {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.bg-warning-light\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-warning-light\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-warning-light\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-warning-light\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-warning-light\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-warning-light\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-warning-light\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-warning-light\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-warning-light\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-warning-light\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-warning-light\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-warning-light\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-warning-light\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-warning-light\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-warning-light\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-warning-light\/base-opacity-disabled {
  background-color: rgb(252 211 77 / 60%);
}
.bg-warning-light\/core-opacity-0 {
  background-color: rgb(252 211 77 / 0%);
}
.bg-warning-light\/core-opacity-10 {
  background-color: rgb(252 211 77 / 10%);
}
.bg-warning-light\/core-opacity-100 {
  background-color: rgb(252 211 77 / 100%);
}
.bg-warning-light\/core-opacity-20 {
  background-color: rgb(252 211 77 / 20%);
}
.bg-warning-light\/core-opacity-30 {
  background-color: rgb(252 211 77 / 30%);
}
.bg-warning-light\/core-opacity-40 {
  background-color: rgb(252 211 77 / 40%);
}
.bg-warning-light\/core-opacity-50 {
  background-color: rgb(252 211 77 / 50%);
}
.bg-warning-light\/core-opacity-60 {
  background-color: rgb(252 211 77 / 60%);
}
.bg-warning-light\/core-opacity-70 {
  background-color: rgb(252 211 77 / 70%);
}
.bg-warning-light\/core-opacity-80 {
  background-color: rgb(252 211 77 / 80%);
}
.bg-warning-light\/core-opacity-90 {
  background-color: rgb(252 211 77 / 90%);
}
.bg-warning-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-warning-lightest\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-warning-lightest\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-warning-lightest\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-warning-lightest\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-warning-lightest\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-warning-lightest\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-warning-lightest\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-warning-lightest\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-warning-lightest\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-warning-lightest\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-warning-lightest\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-warning-lightest\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-warning-lightest\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-warning-lightest\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-warning-lightest\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-warning-lightest\/base-opacity-disabled {
  background-color: rgb(255 251 235 / 60%);
}
.bg-warning-lightest\/core-opacity-0 {
  background-color: rgb(255 251 235 / 0%);
}
.bg-warning-lightest\/core-opacity-10 {
  background-color: rgb(255 251 235 / 10%);
}
.bg-warning-lightest\/core-opacity-100 {
  background-color: rgb(255 251 235 / 100%);
}
.bg-warning-lightest\/core-opacity-20 {
  background-color: rgb(255 251 235 / 20%);
}
.bg-warning-lightest\/core-opacity-30 {
  background-color: rgb(255 251 235 / 30%);
}
.bg-warning-lightest\/core-opacity-40 {
  background-color: rgb(255 251 235 / 40%);
}
.bg-warning-lightest\/core-opacity-50 {
  background-color: rgb(255 251 235 / 50%);
}
.bg-warning-lightest\/core-opacity-60 {
  background-color: rgb(255 251 235 / 60%);
}
.bg-warning-lightest\/core-opacity-70 {
  background-color: rgb(255 251 235 / 70%);
}
.bg-warning-lightest\/core-opacity-80 {
  background-color: rgb(255 251 235 / 80%);
}
.bg-warning-lightest\/core-opacity-90 {
  background-color: rgb(255 251 235 / 90%);
}
.bg-warning\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-warning\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-warning\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-warning\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-warning\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-warning\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-warning\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-warning\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-warning\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-warning\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-warning\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-warning\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-warning\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-warning\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-warning\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-warning\/base-opacity-disabled {
  background-color: rgb(251 191 36 / 60%);
}
.bg-warning\/core-opacity-0 {
  background-color: rgb(251 191 36 / 0%);
}
.bg-warning\/core-opacity-10 {
  background-color: rgb(251 191 36 / 10%);
}
.bg-warning\/core-opacity-100 {
  background-color: rgb(251 191 36 / 100%);
}
.bg-warning\/core-opacity-20 {
  background-color: rgb(251 191 36 / 20%);
}
.bg-warning\/core-opacity-30 {
  background-color: rgb(251 191 36 / 30%);
}
.bg-warning\/core-opacity-40 {
  background-color: rgb(251 191 36 / 40%);
}
.bg-warning\/core-opacity-50 {
  background-color: rgb(251 191 36 / 50%);
}
.bg-warning\/core-opacity-60 {
  background-color: rgb(251 191 36 / 60%);
}
.bg-warning\/core-opacity-70 {
  background-color: rgb(251 191 36 / 70%);
}
.bg-warning\/core-opacity-80 {
  background-color: rgb(251 191 36 / 80%);
}
.bg-warning\/core-opacity-90 {
  background-color: rgb(251 191 36 / 90%);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-white\/base-opacity-disabled {
  background-color: rgb(255 255 255 / 60%);
}
.bg-white\/core-opacity-0 {
  background-color: rgb(255 255 255 / 0%);
}
.bg-white\/core-opacity-10 {
  background-color: rgb(255 255 255 / 10%);
}
.bg-white\/core-opacity-100 {
  background-color: rgb(255 255 255 / 100%);
}
.bg-white\/core-opacity-20 {
  background-color: rgb(255 255 255 / 20%);
}
.bg-white\/core-opacity-30 {
  background-color: rgb(255 255 255 / 30%);
}
.bg-white\/core-opacity-40 {
  background-color: rgb(255 255 255 / 40%);
}
.bg-white\/core-opacity-50 {
  background-color: rgb(255 255 255 / 50%);
}
.bg-white\/core-opacity-60 {
  background-color: rgb(255 255 255 / 60%);
}
.bg-white\/core-opacity-70 {
  background-color: rgb(255 255 255 / 70%);
}
.bg-white\/core-opacity-80 {
  background-color: rgb(255 255 255 / 80%);
}
.bg-white\/core-opacity-90 {
  background-color: rgb(255 255 255 / 90%);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-yellow-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-yellow-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-yellow-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-yellow-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-yellow-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-yellow-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-yellow-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-yellow-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-yellow-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-yellow-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-yellow-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-yellow-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-yellow-100\/base-opacity-disabled {
  background-color: rgb(254 243 199 / 60%);
}
.bg-yellow-100\/core-opacity-0 {
  background-color: rgb(254 243 199 / 0%);
}
.bg-yellow-100\/core-opacity-10 {
  background-color: rgb(254 243 199 / 10%);
}
.bg-yellow-100\/core-opacity-100 {
  background-color: rgb(254 243 199 / 100%);
}
.bg-yellow-100\/core-opacity-20 {
  background-color: rgb(254 243 199 / 20%);
}
.bg-yellow-100\/core-opacity-30 {
  background-color: rgb(254 243 199 / 30%);
}
.bg-yellow-100\/core-opacity-40 {
  background-color: rgb(254 243 199 / 40%);
}
.bg-yellow-100\/core-opacity-50 {
  background-color: rgb(254 243 199 / 50%);
}
.bg-yellow-100\/core-opacity-60 {
  background-color: rgb(254 243 199 / 60%);
}
.bg-yellow-100\/core-opacity-70 {
  background-color: rgb(254 243 199 / 70%);
}
.bg-yellow-100\/core-opacity-80 {
  background-color: rgb(254 243 199 / 80%);
}
.bg-yellow-100\/core-opacity-90 {
  background-color: rgb(254 243 199 / 90%);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.bg-yellow-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-yellow-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-yellow-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-yellow-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-yellow-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-yellow-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-yellow-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-yellow-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-yellow-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-yellow-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-yellow-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-yellow-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-yellow-200\/base-opacity-disabled {
  background-color: rgb(253 230 138 / 60%);
}
.bg-yellow-200\/core-opacity-0 {
  background-color: rgb(253 230 138 / 0%);
}
.bg-yellow-200\/core-opacity-10 {
  background-color: rgb(253 230 138 / 10%);
}
.bg-yellow-200\/core-opacity-100 {
  background-color: rgb(253 230 138 / 100%);
}
.bg-yellow-200\/core-opacity-20 {
  background-color: rgb(253 230 138 / 20%);
}
.bg-yellow-200\/core-opacity-30 {
  background-color: rgb(253 230 138 / 30%);
}
.bg-yellow-200\/core-opacity-40 {
  background-color: rgb(253 230 138 / 40%);
}
.bg-yellow-200\/core-opacity-50 {
  background-color: rgb(253 230 138 / 50%);
}
.bg-yellow-200\/core-opacity-60 {
  background-color: rgb(253 230 138 / 60%);
}
.bg-yellow-200\/core-opacity-70 {
  background-color: rgb(253 230 138 / 70%);
}
.bg-yellow-200\/core-opacity-80 {
  background-color: rgb(253 230 138 / 80%);
}
.bg-yellow-200\/core-opacity-90 {
  background-color: rgb(253 230 138 / 90%);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.bg-yellow-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-yellow-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-yellow-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-yellow-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-yellow-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-yellow-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-yellow-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-yellow-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-yellow-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-yellow-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-yellow-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-yellow-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-yellow-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-yellow-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-yellow-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-yellow-300\/base-opacity-disabled {
  background-color: rgb(252 211 77 / 60%);
}
.bg-yellow-300\/core-opacity-0 {
  background-color: rgb(252 211 77 / 0%);
}
.bg-yellow-300\/core-opacity-10 {
  background-color: rgb(252 211 77 / 10%);
}
.bg-yellow-300\/core-opacity-100 {
  background-color: rgb(252 211 77 / 100%);
}
.bg-yellow-300\/core-opacity-20 {
  background-color: rgb(252 211 77 / 20%);
}
.bg-yellow-300\/core-opacity-30 {
  background-color: rgb(252 211 77 / 30%);
}
.bg-yellow-300\/core-opacity-40 {
  background-color: rgb(252 211 77 / 40%);
}
.bg-yellow-300\/core-opacity-50 {
  background-color: rgb(252 211 77 / 50%);
}
.bg-yellow-300\/core-opacity-60 {
  background-color: rgb(252 211 77 / 60%);
}
.bg-yellow-300\/core-opacity-70 {
  background-color: rgb(252 211 77 / 70%);
}
.bg-yellow-300\/core-opacity-80 {
  background-color: rgb(252 211 77 / 80%);
}
.bg-yellow-300\/core-opacity-90 {
  background-color: rgb(252 211 77 / 90%);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-yellow-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-yellow-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-yellow-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-yellow-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-yellow-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-yellow-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-yellow-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-yellow-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-yellow-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-yellow-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-yellow-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-yellow-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-yellow-400\/base-opacity-disabled {
  background-color: rgb(251 191 36 / 60%);
}
.bg-yellow-400\/core-opacity-0 {
  background-color: rgb(251 191 36 / 0%);
}
.bg-yellow-400\/core-opacity-10 {
  background-color: rgb(251 191 36 / 10%);
}
.bg-yellow-400\/core-opacity-100 {
  background-color: rgb(251 191 36 / 100%);
}
.bg-yellow-400\/core-opacity-20 {
  background-color: rgb(251 191 36 / 20%);
}
.bg-yellow-400\/core-opacity-30 {
  background-color: rgb(251 191 36 / 30%);
}
.bg-yellow-400\/core-opacity-40 {
  background-color: rgb(251 191 36 / 40%);
}
.bg-yellow-400\/core-opacity-50 {
  background-color: rgb(251 191 36 / 50%);
}
.bg-yellow-400\/core-opacity-60 {
  background-color: rgb(251 191 36 / 60%);
}
.bg-yellow-400\/core-opacity-70 {
  background-color: rgb(251 191 36 / 70%);
}
.bg-yellow-400\/core-opacity-80 {
  background-color: rgb(251 191 36 / 80%);
}
.bg-yellow-400\/core-opacity-90 {
  background-color: rgb(251 191 36 / 90%);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-yellow-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-yellow-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-yellow-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-yellow-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-yellow-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-yellow-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-yellow-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-yellow-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-yellow-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-yellow-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-yellow-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-yellow-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-yellow-50\/base-opacity-disabled {
  background-color: rgb(255 251 235 / 60%);
}
.bg-yellow-50\/core-opacity-0 {
  background-color: rgb(255 251 235 / 0%);
}
.bg-yellow-50\/core-opacity-10 {
  background-color: rgb(255 251 235 / 10%);
}
.bg-yellow-50\/core-opacity-100 {
  background-color: rgb(255 251 235 / 100%);
}
.bg-yellow-50\/core-opacity-20 {
  background-color: rgb(255 251 235 / 20%);
}
.bg-yellow-50\/core-opacity-30 {
  background-color: rgb(255 251 235 / 30%);
}
.bg-yellow-50\/core-opacity-40 {
  background-color: rgb(255 251 235 / 40%);
}
.bg-yellow-50\/core-opacity-50 {
  background-color: rgb(255 251 235 / 50%);
}
.bg-yellow-50\/core-opacity-60 {
  background-color: rgb(255 251 235 / 60%);
}
.bg-yellow-50\/core-opacity-70 {
  background-color: rgb(255 251 235 / 70%);
}
.bg-yellow-50\/core-opacity-80 {
  background-color: rgb(255 251 235 / 80%);
}
.bg-yellow-50\/core-opacity-90 {
  background-color: rgb(255 251 235 / 90%);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-yellow-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-yellow-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-yellow-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-yellow-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-yellow-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-yellow-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-yellow-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-yellow-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-yellow-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-yellow-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-yellow-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-yellow-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-yellow-500\/base-opacity-disabled {
  background-color: rgb(245 158 11 / 60%);
}
.bg-yellow-500\/core-opacity-0 {
  background-color: rgb(245 158 11 / 0%);
}
.bg-yellow-500\/core-opacity-10 {
  background-color: rgb(245 158 11 / 10%);
}
.bg-yellow-500\/core-opacity-100 {
  background-color: rgb(245 158 11 / 100%);
}
.bg-yellow-500\/core-opacity-20 {
  background-color: rgb(245 158 11 / 20%);
}
.bg-yellow-500\/core-opacity-30 {
  background-color: rgb(245 158 11 / 30%);
}
.bg-yellow-500\/core-opacity-40 {
  background-color: rgb(245 158 11 / 40%);
}
.bg-yellow-500\/core-opacity-50 {
  background-color: rgb(245 158 11 / 50%);
}
.bg-yellow-500\/core-opacity-60 {
  background-color: rgb(245 158 11 / 60%);
}
.bg-yellow-500\/core-opacity-70 {
  background-color: rgb(245 158 11 / 70%);
}
.bg-yellow-500\/core-opacity-80 {
  background-color: rgb(245 158 11 / 80%);
}
.bg-yellow-500\/core-opacity-90 {
  background-color: rgb(245 158 11 / 90%);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.bg-yellow-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-yellow-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-yellow-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-yellow-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-yellow-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-yellow-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-yellow-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-yellow-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-yellow-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-yellow-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-yellow-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-yellow-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-yellow-600\/base-opacity-disabled {
  background-color: rgb(217 119 6 / 60%);
}
.bg-yellow-600\/core-opacity-0 {
  background-color: rgb(217 119 6 / 0%);
}
.bg-yellow-600\/core-opacity-10 {
  background-color: rgb(217 119 6 / 10%);
}
.bg-yellow-600\/core-opacity-100 {
  background-color: rgb(217 119 6 / 100%);
}
.bg-yellow-600\/core-opacity-20 {
  background-color: rgb(217 119 6 / 20%);
}
.bg-yellow-600\/core-opacity-30 {
  background-color: rgb(217 119 6 / 30%);
}
.bg-yellow-600\/core-opacity-40 {
  background-color: rgb(217 119 6 / 40%);
}
.bg-yellow-600\/core-opacity-50 {
  background-color: rgb(217 119 6 / 50%);
}
.bg-yellow-600\/core-opacity-60 {
  background-color: rgb(217 119 6 / 60%);
}
.bg-yellow-600\/core-opacity-70 {
  background-color: rgb(217 119 6 / 70%);
}
.bg-yellow-600\/core-opacity-80 {
  background-color: rgb(217 119 6 / 80%);
}
.bg-yellow-600\/core-opacity-90 {
  background-color: rgb(217 119 6 / 90%);
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.bg-yellow-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-yellow-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-yellow-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-yellow-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-yellow-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-yellow-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-yellow-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-yellow-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-yellow-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-yellow-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-yellow-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-yellow-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-yellow-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-yellow-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-yellow-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-yellow-700\/base-opacity-disabled {
  background-color: rgb(180 83 9 / 60%);
}
.bg-yellow-700\/core-opacity-0 {
  background-color: rgb(180 83 9 / 0%);
}
.bg-yellow-700\/core-opacity-10 {
  background-color: rgb(180 83 9 / 10%);
}
.bg-yellow-700\/core-opacity-100 {
  background-color: rgb(180 83 9 / 100%);
}
.bg-yellow-700\/core-opacity-20 {
  background-color: rgb(180 83 9 / 20%);
}
.bg-yellow-700\/core-opacity-30 {
  background-color: rgb(180 83 9 / 30%);
}
.bg-yellow-700\/core-opacity-40 {
  background-color: rgb(180 83 9 / 40%);
}
.bg-yellow-700\/core-opacity-50 {
  background-color: rgb(180 83 9 / 50%);
}
.bg-yellow-700\/core-opacity-60 {
  background-color: rgb(180 83 9 / 60%);
}
.bg-yellow-700\/core-opacity-70 {
  background-color: rgb(180 83 9 / 70%);
}
.bg-yellow-700\/core-opacity-80 {
  background-color: rgb(180 83 9 / 80%);
}
.bg-yellow-700\/core-opacity-90 {
  background-color: rgb(180 83 9 / 90%);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.bg-yellow-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-yellow-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-yellow-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-yellow-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-yellow-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-yellow-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-yellow-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-yellow-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-yellow-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-yellow-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-yellow-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-yellow-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-yellow-800\/base-opacity-disabled {
  background-color: rgb(146 64 14 / 60%);
}
.bg-yellow-800\/core-opacity-0 {
  background-color: rgb(146 64 14 / 0%);
}
.bg-yellow-800\/core-opacity-10 {
  background-color: rgb(146 64 14 / 10%);
}
.bg-yellow-800\/core-opacity-100 {
  background-color: rgb(146 64 14 / 100%);
}
.bg-yellow-800\/core-opacity-20 {
  background-color: rgb(146 64 14 / 20%);
}
.bg-yellow-800\/core-opacity-30 {
  background-color: rgb(146 64 14 / 30%);
}
.bg-yellow-800\/core-opacity-40 {
  background-color: rgb(146 64 14 / 40%);
}
.bg-yellow-800\/core-opacity-50 {
  background-color: rgb(146 64 14 / 50%);
}
.bg-yellow-800\/core-opacity-60 {
  background-color: rgb(146 64 14 / 60%);
}
.bg-yellow-800\/core-opacity-70 {
  background-color: rgb(146 64 14 / 70%);
}
.bg-yellow-800\/core-opacity-80 {
  background-color: rgb(146 64 14 / 80%);
}
.bg-yellow-800\/core-opacity-90 {
  background-color: rgb(146 64 14 / 90%);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.bg-yellow-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-yellow-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-yellow-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-yellow-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-yellow-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-yellow-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-yellow-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-yellow-900\/base-opacity-disabled {
  background-color: rgb(120 53 15 / 60%);
}
.bg-yellow-900\/core-opacity-0 {
  background-color: rgb(120 53 15 / 0%);
}
.bg-yellow-900\/core-opacity-10 {
  background-color: rgb(120 53 15 / 10%);
}
.bg-yellow-900\/core-opacity-100 {
  background-color: rgb(120 53 15 / 100%);
}
.bg-yellow-900\/core-opacity-20 {
  background-color: rgb(120 53 15 / 20%);
}
.bg-yellow-900\/core-opacity-30 {
  background-color: rgb(120 53 15 / 30%);
}
.bg-yellow-900\/core-opacity-40 {
  background-color: rgb(120 53 15 / 40%);
}
.bg-yellow-900\/core-opacity-50 {
  background-color: rgb(120 53 15 / 50%);
}
.bg-yellow-900\/core-opacity-60 {
  background-color: rgb(120 53 15 / 60%);
}
.bg-yellow-900\/core-opacity-70 {
  background-color: rgb(120 53 15 / 70%);
}
.bg-yellow-900\/core-opacity-80 {
  background-color: rgb(120 53 15 / 80%);
}
.bg-yellow-900\/core-opacity-90 {
  background-color: rgb(120 53 15 / 90%);
}
.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.bg-yellow-950\/0 {
  background-color: rgb(69 26 3 / 0);
}
.bg-yellow-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}
.bg-yellow-950\/100 {
  background-color: rgb(69 26 3 / 1);
}
.bg-yellow-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}
.bg-yellow-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-yellow-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-yellow-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.bg-yellow-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}
.bg-yellow-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}
.bg-yellow-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}
.bg-yellow-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}
.bg-yellow-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.bg-yellow-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.bg-yellow-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}
.bg-yellow-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}
.bg-yellow-950\/base-opacity-disabled {
  background-color: rgb(69 26 3 / 60%);
}
.bg-yellow-950\/core-opacity-0 {
  background-color: rgb(69 26 3 / 0%);
}
.bg-yellow-950\/core-opacity-10 {
  background-color: rgb(69 26 3 / 10%);
}
.bg-yellow-950\/core-opacity-100 {
  background-color: rgb(69 26 3 / 100%);
}
.bg-yellow-950\/core-opacity-20 {
  background-color: rgb(69 26 3 / 20%);
}
.bg-yellow-950\/core-opacity-30 {
  background-color: rgb(69 26 3 / 30%);
}
.bg-yellow-950\/core-opacity-40 {
  background-color: rgb(69 26 3 / 40%);
}
.bg-yellow-950\/core-opacity-50 {
  background-color: rgb(69 26 3 / 50%);
}
.bg-yellow-950\/core-opacity-60 {
  background-color: rgb(69 26 3 / 60%);
}
.bg-yellow-950\/core-opacity-70 {
  background-color: rgb(69 26 3 / 70%);
}
.bg-yellow-950\/core-opacity-80 {
  background-color: rgb(69 26 3 / 80%);
}
.bg-yellow-950\/core-opacity-90 {
  background-color: rgb(69 26 3 / 90%);
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}
.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}
.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}
.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}
.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}
.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}
.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}
.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}
.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}
.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}
.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}
.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}
.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}
.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}
.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}
.bg-zinc-100\/base-opacity-disabled {
  background-color: rgb(244 244 245 / 60%);
}
.bg-zinc-100\/core-opacity-0 {
  background-color: rgb(244 244 245 / 0%);
}
.bg-zinc-100\/core-opacity-10 {
  background-color: rgb(244 244 245 / 10%);
}
.bg-zinc-100\/core-opacity-100 {
  background-color: rgb(244 244 245 / 100%);
}
.bg-zinc-100\/core-opacity-20 {
  background-color: rgb(244 244 245 / 20%);
}
.bg-zinc-100\/core-opacity-30 {
  background-color: rgb(244 244 245 / 30%);
}
.bg-zinc-100\/core-opacity-40 {
  background-color: rgb(244 244 245 / 40%);
}
.bg-zinc-100\/core-opacity-50 {
  background-color: rgb(244 244 245 / 50%);
}
.bg-zinc-100\/core-opacity-60 {
  background-color: rgb(244 244 245 / 60%);
}
.bg-zinc-100\/core-opacity-70 {
  background-color: rgb(244 244 245 / 70%);
}
.bg-zinc-100\/core-opacity-80 {
  background-color: rgb(244 244 245 / 80%);
}
.bg-zinc-100\/core-opacity-90 {
  background-color: rgb(244 244 245 / 90%);
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}
.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}
.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}
.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}
.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}
.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}
.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}
.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}
.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}
.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}
.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}
.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}
.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}
.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}
.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}
.bg-zinc-200\/base-opacity-disabled {
  background-color: rgb(228 228 231 / 60%);
}
.bg-zinc-200\/core-opacity-0 {
  background-color: rgb(228 228 231 / 0%);
}
.bg-zinc-200\/core-opacity-10 {
  background-color: rgb(228 228 231 / 10%);
}
.bg-zinc-200\/core-opacity-100 {
  background-color: rgb(228 228 231 / 100%);
}
.bg-zinc-200\/core-opacity-20 {
  background-color: rgb(228 228 231 / 20%);
}
.bg-zinc-200\/core-opacity-30 {
  background-color: rgb(228 228 231 / 30%);
}
.bg-zinc-200\/core-opacity-40 {
  background-color: rgb(228 228 231 / 40%);
}
.bg-zinc-200\/core-opacity-50 {
  background-color: rgb(228 228 231 / 50%);
}
.bg-zinc-200\/core-opacity-60 {
  background-color: rgb(228 228 231 / 60%);
}
.bg-zinc-200\/core-opacity-70 {
  background-color: rgb(228 228 231 / 70%);
}
.bg-zinc-200\/core-opacity-80 {
  background-color: rgb(228 228 231 / 80%);
}
.bg-zinc-200\/core-opacity-90 {
  background-color: rgb(228 228 231 / 90%);
}
.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}
.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}
.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}
.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}
.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}
.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}
.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}
.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}
.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}
.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}
.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}
.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}
.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}
.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}
.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}
.bg-zinc-300\/base-opacity-disabled {
  background-color: rgb(212 212 216 / 60%);
}
.bg-zinc-300\/core-opacity-0 {
  background-color: rgb(212 212 216 / 0%);
}
.bg-zinc-300\/core-opacity-10 {
  background-color: rgb(212 212 216 / 10%);
}
.bg-zinc-300\/core-opacity-100 {
  background-color: rgb(212 212 216 / 100%);
}
.bg-zinc-300\/core-opacity-20 {
  background-color: rgb(212 212 216 / 20%);
}
.bg-zinc-300\/core-opacity-30 {
  background-color: rgb(212 212 216 / 30%);
}
.bg-zinc-300\/core-opacity-40 {
  background-color: rgb(212 212 216 / 40%);
}
.bg-zinc-300\/core-opacity-50 {
  background-color: rgb(212 212 216 / 50%);
}
.bg-zinc-300\/core-opacity-60 {
  background-color: rgb(212 212 216 / 60%);
}
.bg-zinc-300\/core-opacity-70 {
  background-color: rgb(212 212 216 / 70%);
}
.bg-zinc-300\/core-opacity-80 {
  background-color: rgb(212 212 216 / 80%);
}
.bg-zinc-300\/core-opacity-90 {
  background-color: rgb(212 212 216 / 90%);
}
.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}
.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}
.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}
.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}
.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}
.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}
.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}
.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}
.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}
.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}
.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}
.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}
.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}
.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}
.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}
.bg-zinc-400\/base-opacity-disabled {
  background-color: rgb(161 161 170 / 60%);
}
.bg-zinc-400\/core-opacity-0 {
  background-color: rgb(161 161 170 / 0%);
}
.bg-zinc-400\/core-opacity-10 {
  background-color: rgb(161 161 170 / 10%);
}
.bg-zinc-400\/core-opacity-100 {
  background-color: rgb(161 161 170 / 100%);
}
.bg-zinc-400\/core-opacity-20 {
  background-color: rgb(161 161 170 / 20%);
}
.bg-zinc-400\/core-opacity-30 {
  background-color: rgb(161 161 170 / 30%);
}
.bg-zinc-400\/core-opacity-40 {
  background-color: rgb(161 161 170 / 40%);
}
.bg-zinc-400\/core-opacity-50 {
  background-color: rgb(161 161 170 / 50%);
}
.bg-zinc-400\/core-opacity-60 {
  background-color: rgb(161 161 170 / 60%);
}
.bg-zinc-400\/core-opacity-70 {
  background-color: rgb(161 161 170 / 70%);
}
.bg-zinc-400\/core-opacity-80 {
  background-color: rgb(161 161 170 / 80%);
}
.bg-zinc-400\/core-opacity-90 {
  background-color: rgb(161 161 170 / 90%);
}
.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-zinc-50\/base-opacity-disabled {
  background-color: rgb(250 250 250 / 60%);
}
.bg-zinc-50\/core-opacity-0 {
  background-color: rgb(250 250 250 / 0%);
}
.bg-zinc-50\/core-opacity-10 {
  background-color: rgb(250 250 250 / 10%);
}
.bg-zinc-50\/core-opacity-100 {
  background-color: rgb(250 250 250 / 100%);
}
.bg-zinc-50\/core-opacity-20 {
  background-color: rgb(250 250 250 / 20%);
}
.bg-zinc-50\/core-opacity-30 {
  background-color: rgb(250 250 250 / 30%);
}
.bg-zinc-50\/core-opacity-40 {
  background-color: rgb(250 250 250 / 40%);
}
.bg-zinc-50\/core-opacity-50 {
  background-color: rgb(250 250 250 / 50%);
}
.bg-zinc-50\/core-opacity-60 {
  background-color: rgb(250 250 250 / 60%);
}
.bg-zinc-50\/core-opacity-70 {
  background-color: rgb(250 250 250 / 70%);
}
.bg-zinc-50\/core-opacity-80 {
  background-color: rgb(250 250 250 / 80%);
}
.bg-zinc-50\/core-opacity-90 {
  background-color: rgb(250 250 250 / 90%);
}
.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}
.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}
.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}
.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}
.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}
.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}
.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}
.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}
.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}
.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}
.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}
.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}
.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}
.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}
.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}
.bg-zinc-500\/base-opacity-disabled {
  background-color: rgb(113 113 122 / 60%);
}
.bg-zinc-500\/core-opacity-0 {
  background-color: rgb(113 113 122 / 0%);
}
.bg-zinc-500\/core-opacity-10 {
  background-color: rgb(113 113 122 / 10%);
}
.bg-zinc-500\/core-opacity-100 {
  background-color: rgb(113 113 122 / 100%);
}
.bg-zinc-500\/core-opacity-20 {
  background-color: rgb(113 113 122 / 20%);
}
.bg-zinc-500\/core-opacity-30 {
  background-color: rgb(113 113 122 / 30%);
}
.bg-zinc-500\/core-opacity-40 {
  background-color: rgb(113 113 122 / 40%);
}
.bg-zinc-500\/core-opacity-50 {
  background-color: rgb(113 113 122 / 50%);
}
.bg-zinc-500\/core-opacity-60 {
  background-color: rgb(113 113 122 / 60%);
}
.bg-zinc-500\/core-opacity-70 {
  background-color: rgb(113 113 122 / 70%);
}
.bg-zinc-500\/core-opacity-80 {
  background-color: rgb(113 113 122 / 80%);
}
.bg-zinc-500\/core-opacity-90 {
  background-color: rgb(113 113 122 / 90%);
}
.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}
.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}
.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}
.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}
.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}
.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}
.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}
.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}
.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}
.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}
.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}
.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}
.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}
.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}
.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}
.bg-zinc-600\/base-opacity-disabled {
  background-color: rgb(82 82 91 / 60%);
}
.bg-zinc-600\/core-opacity-0 {
  background-color: rgb(82 82 91 / 0%);
}
.bg-zinc-600\/core-opacity-10 {
  background-color: rgb(82 82 91 / 10%);
}
.bg-zinc-600\/core-opacity-100 {
  background-color: rgb(82 82 91 / 100%);
}
.bg-zinc-600\/core-opacity-20 {
  background-color: rgb(82 82 91 / 20%);
}
.bg-zinc-600\/core-opacity-30 {
  background-color: rgb(82 82 91 / 30%);
}
.bg-zinc-600\/core-opacity-40 {
  background-color: rgb(82 82 91 / 40%);
}
.bg-zinc-600\/core-opacity-50 {
  background-color: rgb(82 82 91 / 50%);
}
.bg-zinc-600\/core-opacity-60 {
  background-color: rgb(82 82 91 / 60%);
}
.bg-zinc-600\/core-opacity-70 {
  background-color: rgb(82 82 91 / 70%);
}
.bg-zinc-600\/core-opacity-80 {
  background-color: rgb(82 82 91 / 80%);
}
.bg-zinc-600\/core-opacity-90 {
  background-color: rgb(82 82 91 / 90%);
}
.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0);
}
.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}
.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1);
}
.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}
.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}
.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}
.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}
.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}
.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}
.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}
.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}
.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}
.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}
.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}
.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}
.bg-zinc-700\/base-opacity-disabled {
  background-color: rgb(63 63 70 / 60%);
}
.bg-zinc-700\/core-opacity-0 {
  background-color: rgb(63 63 70 / 0%);
}
.bg-zinc-700\/core-opacity-10 {
  background-color: rgb(63 63 70 / 10%);
}
.bg-zinc-700\/core-opacity-100 {
  background-color: rgb(63 63 70 / 100%);
}
.bg-zinc-700\/core-opacity-20 {
  background-color: rgb(63 63 70 / 20%);
}
.bg-zinc-700\/core-opacity-30 {
  background-color: rgb(63 63 70 / 30%);
}
.bg-zinc-700\/core-opacity-40 {
  background-color: rgb(63 63 70 / 40%);
}
.bg-zinc-700\/core-opacity-50 {
  background-color: rgb(63 63 70 / 50%);
}
.bg-zinc-700\/core-opacity-60 {
  background-color: rgb(63 63 70 / 60%);
}
.bg-zinc-700\/core-opacity-70 {
  background-color: rgb(63 63 70 / 70%);
}
.bg-zinc-700\/core-opacity-80 {
  background-color: rgb(63 63 70 / 80%);
}
.bg-zinc-700\/core-opacity-90 {
  background-color: rgb(63 63 70 / 90%);
}
.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0);
}
.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}
.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1);
}
.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}
.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}
.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}
.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}
.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}
.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}
.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}
.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}
.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}
.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}
.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}
.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}
.bg-zinc-800\/base-opacity-disabled {
  background-color: rgb(39 39 42 / 60%);
}
.bg-zinc-800\/core-opacity-0 {
  background-color: rgb(39 39 42 / 0%);
}
.bg-zinc-800\/core-opacity-10 {
  background-color: rgb(39 39 42 / 10%);
}
.bg-zinc-800\/core-opacity-100 {
  background-color: rgb(39 39 42 / 100%);
}
.bg-zinc-800\/core-opacity-20 {
  background-color: rgb(39 39 42 / 20%);
}
.bg-zinc-800\/core-opacity-30 {
  background-color: rgb(39 39 42 / 30%);
}
.bg-zinc-800\/core-opacity-40 {
  background-color: rgb(39 39 42 / 40%);
}
.bg-zinc-800\/core-opacity-50 {
  background-color: rgb(39 39 42 / 50%);
}
.bg-zinc-800\/core-opacity-60 {
  background-color: rgb(39 39 42 / 60%);
}
.bg-zinc-800\/core-opacity-70 {
  background-color: rgb(39 39 42 / 70%);
}
.bg-zinc-800\/core-opacity-80 {
  background-color: rgb(39 39 42 / 80%);
}
.bg-zinc-800\/core-opacity-90 {
  background-color: rgb(39 39 42 / 90%);
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0);
}
.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}
.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1);
}
.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}
.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}
.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}
.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}
.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}
.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}
.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}
.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}
.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}
.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}
.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}
.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}
.bg-zinc-900\/base-opacity-disabled {
  background-color: rgb(24 24 27 / 60%);
}
.bg-zinc-900\/core-opacity-0 {
  background-color: rgb(24 24 27 / 0%);
}
.bg-zinc-900\/core-opacity-10 {
  background-color: rgb(24 24 27 / 10%);
}
.bg-zinc-900\/core-opacity-100 {
  background-color: rgb(24 24 27 / 100%);
}
.bg-zinc-900\/core-opacity-20 {
  background-color: rgb(24 24 27 / 20%);
}
.bg-zinc-900\/core-opacity-30 {
  background-color: rgb(24 24 27 / 30%);
}
.bg-zinc-900\/core-opacity-40 {
  background-color: rgb(24 24 27 / 40%);
}
.bg-zinc-900\/core-opacity-50 {
  background-color: rgb(24 24 27 / 50%);
}
.bg-zinc-900\/core-opacity-60 {
  background-color: rgb(24 24 27 / 60%);
}
.bg-zinc-900\/core-opacity-70 {
  background-color: rgb(24 24 27 / 70%);
}
.bg-zinc-900\/core-opacity-80 {
  background-color: rgb(24 24 27 / 80%);
}
.bg-zinc-900\/core-opacity-90 {
  background-color: rgb(24 24 27 / 90%);
}
.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0);
}
.bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}
.bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1);
}
.bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}
.bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}
.bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}
.bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}
.bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}
.bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}
.bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}
.bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}
.bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}
.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}
.bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}
.bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}
.bg-zinc-950\/base-opacity-disabled {
  background-color: rgb(9 9 11 / 60%);
}
.bg-zinc-950\/core-opacity-0 {
  background-color: rgb(9 9 11 / 0%);
}
.bg-zinc-950\/core-opacity-10 {
  background-color: rgb(9 9 11 / 10%);
}
.bg-zinc-950\/core-opacity-100 {
  background-color: rgb(9 9 11 / 100%);
}
.bg-zinc-950\/core-opacity-20 {
  background-color: rgb(9 9 11 / 20%);
}
.bg-zinc-950\/core-opacity-30 {
  background-color: rgb(9 9 11 / 30%);
}
.bg-zinc-950\/core-opacity-40 {
  background-color: rgb(9 9 11 / 40%);
}
.bg-zinc-950\/core-opacity-50 {
  background-color: rgb(9 9 11 / 50%);
}
.bg-zinc-950\/core-opacity-60 {
  background-color: rgb(9 9 11 / 60%);
}
.bg-zinc-950\/core-opacity-70 {
  background-color: rgb(9 9 11 / 70%);
}
.bg-zinc-950\/core-opacity-80 {
  background-color: rgb(9 9 11 / 80%);
}
.bg-zinc-950\/core-opacity-90 {
  background-color: rgb(9 9 11 / 90%);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-opacity-base-opacity-disabled {
  --tw-bg-opacity: 60%;
}
.bg-opacity-core-opacity-0 {
  --tw-bg-opacity: 0%;
}
.bg-opacity-core-opacity-10 {
  --tw-bg-opacity: 10%;
}
.bg-opacity-core-opacity-100 {
  --tw-bg-opacity: 100%;
}
.bg-opacity-core-opacity-20 {
  --tw-bg-opacity: 20%;
}
.bg-opacity-core-opacity-30 {
  --tw-bg-opacity: 30%;
}
.bg-opacity-core-opacity-40 {
  --tw-bg-opacity: 40%;
}
.bg-opacity-core-opacity-50 {
  --tw-bg-opacity: 50%;
}
.bg-opacity-core-opacity-60 {
  --tw-bg-opacity: 60%;
}
.bg-opacity-core-opacity-70 {
  --tw-bg-opacity: 70%;
}
.bg-opacity-core-opacity-80 {
  --tw-bg-opacity: 80%;
}
.bg-opacity-core-opacity-90 {
  --tw-bg-opacity: 90%;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-base-color-bg-accent {
  --tw-gradient-from: #d1e0ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis {
  --tw-gradient-from: #155eef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/0 {
  --tw-gradient-from: rgb(21 94 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/10 {
  --tw-gradient-from: rgb(21 94 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/100 {
  --tw-gradient-from: rgb(21 94 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/20 {
  --tw-gradient-from: rgb(21 94 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/25 {
  --tw-gradient-from: rgb(21 94 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/30 {
  --tw-gradient-from: rgb(21 94 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/40 {
  --tw-gradient-from: rgb(21 94 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/5 {
  --tw-gradient-from: rgb(21 94 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/50 {
  --tw-gradient-from: rgb(21 94 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/60 {
  --tw-gradient-from: rgb(21 94 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/70 {
  --tw-gradient-from: rgb(21 94 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/75 {
  --tw-gradient-from: rgb(21 94 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/80 {
  --tw-gradient-from: rgb(21 94 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/90 {
  --tw-gradient-from: rgb(21 94 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/95 {
  --tw-gradient-from: rgb(21 94 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(21 94 239 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(21 94 239 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(21 94 239 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(21 94 239 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(21 94 239 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(21 94 239 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(21 94 239 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(21 94 239 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(21 94 239 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(21 94 239 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(21 94 239 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(21 94 239 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle {
  --tw-gradient-from: #f5f8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/0 {
  --tw-gradient-from: rgb(245 248 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/10 {
  --tw-gradient-from: rgb(245 248 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/100 {
  --tw-gradient-from: rgb(245 248 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/20 {
  --tw-gradient-from: rgb(245 248 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/25 {
  --tw-gradient-from: rgb(245 248 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/30 {
  --tw-gradient-from: rgb(245 248 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/40 {
  --tw-gradient-from: rgb(245 248 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/5 {
  --tw-gradient-from: rgb(245 248 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/50 {
  --tw-gradient-from: rgb(245 248 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/60 {
  --tw-gradient-from: rgb(245 248 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/70 {
  --tw-gradient-from: rgb(245 248 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/75 {
  --tw-gradient-from: rgb(245 248 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/80 {
  --tw-gradient-from: rgb(245 248 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/90 {
  --tw-gradient-from: rgb(245 248 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/95 {
  --tw-gradient-from: rgb(245 248 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(245 248 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(245 248 255 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(245 248 255 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(245 248 255 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(245 248 255 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(245 248 255 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(245 248 255 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(245 248 255 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(245 248 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(245 248 255 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(245 248 255 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(245 248 255 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/0 {
  --tw-gradient-from: rgb(209 224 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/10 {
  --tw-gradient-from: rgb(209 224 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/100 {
  --tw-gradient-from: rgb(209 224 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/20 {
  --tw-gradient-from: rgb(209 224 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/25 {
  --tw-gradient-from: rgb(209 224 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/30 {
  --tw-gradient-from: rgb(209 224 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/40 {
  --tw-gradient-from: rgb(209 224 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/5 {
  --tw-gradient-from: rgb(209 224 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/50 {
  --tw-gradient-from: rgb(209 224 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/60 {
  --tw-gradient-from: rgb(209 224 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/70 {
  --tw-gradient-from: rgb(209 224 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/75 {
  --tw-gradient-from: rgb(209 224 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/80 {
  --tw-gradient-from: rgb(209 224 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/90 {
  --tw-gradient-from: rgb(209 224 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/95 {
  --tw-gradient-from: rgb(209 224 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/base-opacity-disabled {
  --tw-gradient-from: rgb(209 224 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-0 {
  --tw-gradient-from: rgb(209 224 255 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-10 {
  --tw-gradient-from: rgb(209 224 255 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-100 {
  --tw-gradient-from: rgb(209 224 255 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-20 {
  --tw-gradient-from: rgb(209 224 255 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-30 {
  --tw-gradient-from: rgb(209 224 255 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-40 {
  --tw-gradient-from: rgb(209 224 255 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-50 {
  --tw-gradient-from: rgb(209 224 255 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-60 {
  --tw-gradient-from: rgb(209 224 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-70 {
  --tw-gradient-from: rgb(209 224 255 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-80 {
  --tw-gradient-from: rgb(209 224 255 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-accent\/core-opacity-90 {
  --tw-gradient-from: rgb(209 224 255 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention {
  --tw-gradient-from: #fef0c8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis {
  --tw-gradient-from: #dd6903 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/0 {
  --tw-gradient-from: rgb(221 105 3 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/10 {
  --tw-gradient-from: rgb(221 105 3 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/100 {
  --tw-gradient-from: rgb(221 105 3 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/20 {
  --tw-gradient-from: rgb(221 105 3 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/25 {
  --tw-gradient-from: rgb(221 105 3 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/30 {
  --tw-gradient-from: rgb(221 105 3 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/40 {
  --tw-gradient-from: rgb(221 105 3 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/5 {
  --tw-gradient-from: rgb(221 105 3 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/50 {
  --tw-gradient-from: rgb(221 105 3 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/60 {
  --tw-gradient-from: rgb(221 105 3 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/70 {
  --tw-gradient-from: rgb(221 105 3 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/75 {
  --tw-gradient-from: rgb(221 105 3 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/80 {
  --tw-gradient-from: rgb(221 105 3 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/90 {
  --tw-gradient-from: rgb(221 105 3 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/95 {
  --tw-gradient-from: rgb(221 105 3 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(221 105 3 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(221 105 3 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(221 105 3 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(221 105 3 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(221 105 3 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(221 105 3 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(221 105 3 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(221 105 3 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(221 105 3 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(221 105 3 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(221 105 3 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(221 105 3 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle {
  --tw-gradient-from: #fffcf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/0 {
  --tw-gradient-from: rgb(255 252 245 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/10 {
  --tw-gradient-from: rgb(255 252 245 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/100 {
  --tw-gradient-from: rgb(255 252 245 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/20 {
  --tw-gradient-from: rgb(255 252 245 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/25 {
  --tw-gradient-from: rgb(255 252 245 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/30 {
  --tw-gradient-from: rgb(255 252 245 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/40 {
  --tw-gradient-from: rgb(255 252 245 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/5 {
  --tw-gradient-from: rgb(255 252 245 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/50 {
  --tw-gradient-from: rgb(255 252 245 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/60 {
  --tw-gradient-from: rgb(255 252 245 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/70 {
  --tw-gradient-from: rgb(255 252 245 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/75 {
  --tw-gradient-from: rgb(255 252 245 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/80 {
  --tw-gradient-from: rgb(255 252 245 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/90 {
  --tw-gradient-from: rgb(255 252 245 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/95 {
  --tw-gradient-from: rgb(255 252 245 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(255 252 245 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(255 252 245 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(255 252 245 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(255 252 245 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(255 252 245 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(255 252 245 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(255 252 245 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(255 252 245 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(255 252 245 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(255 252 245 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(255 252 245 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(255 252 245 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/0 {
  --tw-gradient-from: rgb(254 240 200 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/10 {
  --tw-gradient-from: rgb(254 240 200 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/100 {
  --tw-gradient-from: rgb(254 240 200 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/20 {
  --tw-gradient-from: rgb(254 240 200 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/25 {
  --tw-gradient-from: rgb(254 240 200 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/30 {
  --tw-gradient-from: rgb(254 240 200 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/40 {
  --tw-gradient-from: rgb(254 240 200 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/5 {
  --tw-gradient-from: rgb(254 240 200 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/50 {
  --tw-gradient-from: rgb(254 240 200 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/60 {
  --tw-gradient-from: rgb(254 240 200 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/70 {
  --tw-gradient-from: rgb(254 240 200 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/75 {
  --tw-gradient-from: rgb(254 240 200 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/80 {
  --tw-gradient-from: rgb(254 240 200 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/90 {
  --tw-gradient-from: rgb(254 240 200 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/95 {
  --tw-gradient-from: rgb(254 240 200 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/base-opacity-disabled {
  --tw-gradient-from: rgb(254 240 200 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-0 {
  --tw-gradient-from: rgb(254 240 200 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-10 {
  --tw-gradient-from: rgb(254 240 200 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-100 {
  --tw-gradient-from: rgb(254 240 200 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-20 {
  --tw-gradient-from: rgb(254 240 200 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-30 {
  --tw-gradient-from: rgb(254 240 200 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-40 {
  --tw-gradient-from: rgb(254 240 200 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-50 {
  --tw-gradient-from: rgb(254 240 200 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-60 {
  --tw-gradient-from: rgb(254 240 200 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-70 {
  --tw-gradient-from: rgb(254 240 200 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-80 {
  --tw-gradient-from: rgb(254 240 200 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-attention\/core-opacity-90 {
  --tw-gradient-from: rgb(254 240 200 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand {
  --tw-gradient-from: #cdd6f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis {
  --tw-gradient-from: #5d5bd7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/0 {
  --tw-gradient-from: rgb(93 91 215 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/10 {
  --tw-gradient-from: rgb(93 91 215 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/100 {
  --tw-gradient-from: rgb(93 91 215 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/20 {
  --tw-gradient-from: rgb(93 91 215 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/25 {
  --tw-gradient-from: rgb(93 91 215 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/30 {
  --tw-gradient-from: rgb(93 91 215 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/40 {
  --tw-gradient-from: rgb(93 91 215 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/5 {
  --tw-gradient-from: rgb(93 91 215 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/50 {
  --tw-gradient-from: rgb(93 91 215 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/60 {
  --tw-gradient-from: rgb(93 91 215 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/70 {
  --tw-gradient-from: rgb(93 91 215 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/75 {
  --tw-gradient-from: rgb(93 91 215 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/80 {
  --tw-gradient-from: rgb(93 91 215 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/90 {
  --tw-gradient-from: rgb(93 91 215 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/95 {
  --tw-gradient-from: rgb(93 91 215 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(93 91 215 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(93 91 215 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(93 91 215 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(93 91 215 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(93 91 215 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(93 91 215 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(93 91 215 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(93 91 215 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(93 91 215 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(93 91 215 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(93 91 215 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(93 91 215 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle {
  --tw-gradient-from: #f2f4fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/0 {
  --tw-gradient-from: rgb(242 244 253 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/10 {
  --tw-gradient-from: rgb(242 244 253 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/100 {
  --tw-gradient-from: rgb(242 244 253 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/20 {
  --tw-gradient-from: rgb(242 244 253 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/25 {
  --tw-gradient-from: rgb(242 244 253 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/30 {
  --tw-gradient-from: rgb(242 244 253 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/40 {
  --tw-gradient-from: rgb(242 244 253 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/5 {
  --tw-gradient-from: rgb(242 244 253 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/50 {
  --tw-gradient-from: rgb(242 244 253 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/60 {
  --tw-gradient-from: rgb(242 244 253 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/70 {
  --tw-gradient-from: rgb(242 244 253 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/75 {
  --tw-gradient-from: rgb(242 244 253 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/80 {
  --tw-gradient-from: rgb(242 244 253 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/90 {
  --tw-gradient-from: rgb(242 244 253 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/95 {
  --tw-gradient-from: rgb(242 244 253 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(242 244 253 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(242 244 253 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(242 244 253 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(242 244 253 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(242 244 253 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(242 244 253 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(242 244 253 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(242 244 253 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(242 244 253 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(242 244 253 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(242 244 253 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(242 244 253 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/0 {
  --tw-gradient-from: rgb(205 214 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/10 {
  --tw-gradient-from: rgb(205 214 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/100 {
  --tw-gradient-from: rgb(205 214 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/20 {
  --tw-gradient-from: rgb(205 214 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/25 {
  --tw-gradient-from: rgb(205 214 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/30 {
  --tw-gradient-from: rgb(205 214 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/40 {
  --tw-gradient-from: rgb(205 214 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/5 {
  --tw-gradient-from: rgb(205 214 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/50 {
  --tw-gradient-from: rgb(205 214 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/60 {
  --tw-gradient-from: rgb(205 214 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/70 {
  --tw-gradient-from: rgb(205 214 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/75 {
  --tw-gradient-from: rgb(205 214 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/80 {
  --tw-gradient-from: rgb(205 214 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/90 {
  --tw-gradient-from: rgb(205 214 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/95 {
  --tw-gradient-from: rgb(205 214 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/base-opacity-disabled {
  --tw-gradient-from: rgb(205 214 249 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-0 {
  --tw-gradient-from: rgb(205 214 249 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-10 {
  --tw-gradient-from: rgb(205 214 249 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-100 {
  --tw-gradient-from: rgb(205 214 249 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-20 {
  --tw-gradient-from: rgb(205 214 249 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-30 {
  --tw-gradient-from: rgb(205 214 249 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-40 {
  --tw-gradient-from: rgb(205 214 249 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-50 {
  --tw-gradient-from: rgb(205 214 249 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-60 {
  --tw-gradient-from: rgb(205 214 249 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-70 {
  --tw-gradient-from: rgb(205 214 249 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-80 {
  --tw-gradient-from: rgb(205 214 249 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-brand\/core-opacity-90 {
  --tw-gradient-from: rgb(205 214 249 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger {
  --tw-gradient-from: #fee3e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis {
  --tw-gradient-from: #f04438 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/0 {
  --tw-gradient-from: rgb(240 68 56 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/10 {
  --tw-gradient-from: rgb(240 68 56 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/100 {
  --tw-gradient-from: rgb(240 68 56 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/20 {
  --tw-gradient-from: rgb(240 68 56 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/25 {
  --tw-gradient-from: rgb(240 68 56 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/30 {
  --tw-gradient-from: rgb(240 68 56 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/40 {
  --tw-gradient-from: rgb(240 68 56 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/5 {
  --tw-gradient-from: rgb(240 68 56 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/50 {
  --tw-gradient-from: rgb(240 68 56 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/60 {
  --tw-gradient-from: rgb(240 68 56 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/70 {
  --tw-gradient-from: rgb(240 68 56 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/75 {
  --tw-gradient-from: rgb(240 68 56 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/80 {
  --tw-gradient-from: rgb(240 68 56 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/90 {
  --tw-gradient-from: rgb(240 68 56 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/95 {
  --tw-gradient-from: rgb(240 68 56 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(240 68 56 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(240 68 56 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(240 68 56 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(240 68 56 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(240 68 56 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(240 68 56 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(240 68 56 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(240 68 56 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(240 68 56 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(240 68 56 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(240 68 56 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(240 68 56 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle {
  --tw-gradient-from: #fffbfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/0 {
  --tw-gradient-from: rgb(255 251 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/10 {
  --tw-gradient-from: rgb(255 251 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/100 {
  --tw-gradient-from: rgb(255 251 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/20 {
  --tw-gradient-from: rgb(255 251 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/25 {
  --tw-gradient-from: rgb(255 251 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/30 {
  --tw-gradient-from: rgb(255 251 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/40 {
  --tw-gradient-from: rgb(255 251 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/5 {
  --tw-gradient-from: rgb(255 251 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/50 {
  --tw-gradient-from: rgb(255 251 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/60 {
  --tw-gradient-from: rgb(255 251 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/70 {
  --tw-gradient-from: rgb(255 251 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/75 {
  --tw-gradient-from: rgb(255 251 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/80 {
  --tw-gradient-from: rgb(255 251 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/90 {
  --tw-gradient-from: rgb(255 251 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/95 {
  --tw-gradient-from: rgb(255 251 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(255 251 250 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(255 251 250 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(255 251 250 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(255 251 250 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(255 251 250 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(255 251 250 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(255 251 250 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(255 251 250 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(255 251 250 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(255 251 250 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(255 251 250 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(255 251 250 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/0 {
  --tw-gradient-from: rgb(254 227 225 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/10 {
  --tw-gradient-from: rgb(254 227 225 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/100 {
  --tw-gradient-from: rgb(254 227 225 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/20 {
  --tw-gradient-from: rgb(254 227 225 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/25 {
  --tw-gradient-from: rgb(254 227 225 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/30 {
  --tw-gradient-from: rgb(254 227 225 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/40 {
  --tw-gradient-from: rgb(254 227 225 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/5 {
  --tw-gradient-from: rgb(254 227 225 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/50 {
  --tw-gradient-from: rgb(254 227 225 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/60 {
  --tw-gradient-from: rgb(254 227 225 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/70 {
  --tw-gradient-from: rgb(254 227 225 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/75 {
  --tw-gradient-from: rgb(254 227 225 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/80 {
  --tw-gradient-from: rgb(254 227 225 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/90 {
  --tw-gradient-from: rgb(254 227 225 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/95 {
  --tw-gradient-from: rgb(254 227 225 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/base-opacity-disabled {
  --tw-gradient-from: rgb(254 227 225 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-0 {
  --tw-gradient-from: rgb(254 227 225 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-10 {
  --tw-gradient-from: rgb(254 227 225 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-100 {
  --tw-gradient-from: rgb(254 227 225 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-20 {
  --tw-gradient-from: rgb(254 227 225 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-30 {
  --tw-gradient-from: rgb(254 227 225 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-40 {
  --tw-gradient-from: rgb(254 227 225 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-50 {
  --tw-gradient-from: rgb(254 227 225 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-60 {
  --tw-gradient-from: rgb(254 227 225 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-70 {
  --tw-gradient-from: rgb(254 227 225 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-80 {
  --tw-gradient-from: rgb(254 227 225 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-danger\/core-opacity-90 {
  --tw-gradient-from: rgb(254 227 225 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/80 {
  --tw-gradient-from: rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/base-opacity-disabled {
  --tw-gradient-from: rgb(255 255 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-0 {
  --tw-gradient-from: rgb(255 255 255 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-10 {
  --tw-gradient-from: rgb(255 255 255 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-100 {
  --tw-gradient-from: rgb(255 255 255 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-20 {
  --tw-gradient-from: rgb(255 255 255 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-30 {
  --tw-gradient-from: rgb(255 255 255 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-40 {
  --tw-gradient-from: rgb(255 255 255 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-50 {
  --tw-gradient-from: rgb(255 255 255 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-60 {
  --tw-gradient-from: rgb(255 255 255 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-70 {
  --tw-gradient-from: rgb(255 255 255 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-80 {
  --tw-gradient-from: rgb(255 255 255 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-default\/core-opacity-90 {
  --tw-gradient-from: rgb(255 255 255 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis {
  --tw-gradient-from: #101828 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/0 {
  --tw-gradient-from: rgb(16 24 40 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/10 {
  --tw-gradient-from: rgb(16 24 40 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/100 {
  --tw-gradient-from: rgb(16 24 40 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/20 {
  --tw-gradient-from: rgb(16 24 40 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/25 {
  --tw-gradient-from: rgb(16 24 40 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/30 {
  --tw-gradient-from: rgb(16 24 40 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/40 {
  --tw-gradient-from: rgb(16 24 40 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/5 {
  --tw-gradient-from: rgb(16 24 40 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/50 {
  --tw-gradient-from: rgb(16 24 40 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/60 {
  --tw-gradient-from: rgb(16 24 40 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/70 {
  --tw-gradient-from: rgb(16 24 40 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/75 {
  --tw-gradient-from: rgb(16 24 40 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/80 {
  --tw-gradient-from: rgb(16 24 40 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/90 {
  --tw-gradient-from: rgb(16 24 40 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/95 {
  --tw-gradient-from: rgb(16 24 40 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(16 24 40 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(16 24 40 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(16 24 40 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(16 24 40 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(16 24 40 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(16 24 40 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(16 24 40 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(16 24 40 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(16 24 40 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(16 24 40 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(16 24 40 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(16 24 40 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted {
  --tw-gradient-from: #eaecf0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/0 {
  --tw-gradient-from: rgb(234 236 240 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/10 {
  --tw-gradient-from: rgb(234 236 240 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/100 {
  --tw-gradient-from: rgb(234 236 240 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/20 {
  --tw-gradient-from: rgb(234 236 240 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/25 {
  --tw-gradient-from: rgb(234 236 240 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/30 {
  --tw-gradient-from: rgb(234 236 240 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/40 {
  --tw-gradient-from: rgb(234 236 240 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/5 {
  --tw-gradient-from: rgb(234 236 240 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/50 {
  --tw-gradient-from: rgb(234 236 240 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/60 {
  --tw-gradient-from: rgb(234 236 240 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/70 {
  --tw-gradient-from: rgb(234 236 240 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/75 {
  --tw-gradient-from: rgb(234 236 240 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/80 {
  --tw-gradient-from: rgb(234 236 240 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/90 {
  --tw-gradient-from: rgb(234 236 240 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/95 {
  --tw-gradient-from: rgb(234 236 240 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/base-opacity-disabled {
  --tw-gradient-from: rgb(234 236 240 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-0 {
  --tw-gradient-from: rgb(234 236 240 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-10 {
  --tw-gradient-from: rgb(234 236 240 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-100 {
  --tw-gradient-from: rgb(234 236 240 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-20 {
  --tw-gradient-from: rgb(234 236 240 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-30 {
  --tw-gradient-from: rgb(234 236 240 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-40 {
  --tw-gradient-from: rgb(234 236 240 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-50 {
  --tw-gradient-from: rgb(234 236 240 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-60 {
  --tw-gradient-from: rgb(234 236 240 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-70 {
  --tw-gradient-from: rgb(234 236 240 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-80 {
  --tw-gradient-from: rgb(234 236 240 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-muted\/core-opacity-90 {
  --tw-gradient-from: rgb(234 236 240 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle {
  --tw-gradient-from: #f2f4f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/0 {
  --tw-gradient-from: rgb(242 244 247 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/10 {
  --tw-gradient-from: rgb(242 244 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/100 {
  --tw-gradient-from: rgb(242 244 247 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/20 {
  --tw-gradient-from: rgb(242 244 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/25 {
  --tw-gradient-from: rgb(242 244 247 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/30 {
  --tw-gradient-from: rgb(242 244 247 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/40 {
  --tw-gradient-from: rgb(242 244 247 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/5 {
  --tw-gradient-from: rgb(242 244 247 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/50 {
  --tw-gradient-from: rgb(242 244 247 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/60 {
  --tw-gradient-from: rgb(242 244 247 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/70 {
  --tw-gradient-from: rgb(242 244 247 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/75 {
  --tw-gradient-from: rgb(242 244 247 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/80 {
  --tw-gradient-from: rgb(242 244 247 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/90 {
  --tw-gradient-from: rgb(242 244 247 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/95 {
  --tw-gradient-from: rgb(242 244 247 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(242 244 247 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(242 244 247 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(242 244 247 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(242 244 247 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(242 244 247 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(242 244 247 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(242 244 247 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(242 244 247 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(242 244 247 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(242 244 247 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(242 244 247 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(242 244 247 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success {
  --tw-gradient-from: #d1fadf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis {
  --tw-gradient-from: #12b569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/0 {
  --tw-gradient-from: rgb(18 181 105 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/10 {
  --tw-gradient-from: rgb(18 181 105 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/100 {
  --tw-gradient-from: rgb(18 181 105 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/20 {
  --tw-gradient-from: rgb(18 181 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/25 {
  --tw-gradient-from: rgb(18 181 105 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/30 {
  --tw-gradient-from: rgb(18 181 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/40 {
  --tw-gradient-from: rgb(18 181 105 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/5 {
  --tw-gradient-from: rgb(18 181 105 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/50 {
  --tw-gradient-from: rgb(18 181 105 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/60 {
  --tw-gradient-from: rgb(18 181 105 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/70 {
  --tw-gradient-from: rgb(18 181 105 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/75 {
  --tw-gradient-from: rgb(18 181 105 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/80 {
  --tw-gradient-from: rgb(18 181 105 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/90 {
  --tw-gradient-from: rgb(18 181 105 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/95 {
  --tw-gradient-from: rgb(18 181 105 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-gradient-from: rgb(18 181 105 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-gradient-from: rgb(18 181 105 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-gradient-from: rgb(18 181 105 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-gradient-from: rgb(18 181 105 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-gradient-from: rgb(18 181 105 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-gradient-from: rgb(18 181 105 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-gradient-from: rgb(18 181 105 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-gradient-from: rgb(18 181 105 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-gradient-from: rgb(18 181 105 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-gradient-from: rgb(18 181 105 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-gradient-from: rgb(18 181 105 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-gradient-from: rgb(18 181 105 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle {
  --tw-gradient-from: #f6fef9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/0 {
  --tw-gradient-from: rgb(246 254 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/10 {
  --tw-gradient-from: rgb(246 254 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/100 {
  --tw-gradient-from: rgb(246 254 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/20 {
  --tw-gradient-from: rgb(246 254 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/25 {
  --tw-gradient-from: rgb(246 254 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/30 {
  --tw-gradient-from: rgb(246 254 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/40 {
  --tw-gradient-from: rgb(246 254 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/5 {
  --tw-gradient-from: rgb(246 254 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/50 {
  --tw-gradient-from: rgb(246 254 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/60 {
  --tw-gradient-from: rgb(246 254 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/70 {
  --tw-gradient-from: rgb(246 254 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/75 {
  --tw-gradient-from: rgb(246 254 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/80 {
  --tw-gradient-from: rgb(246 254 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/90 {
  --tw-gradient-from: rgb(246 254 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/95 {
  --tw-gradient-from: rgb(246 254 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-gradient-from: rgb(246 254 249 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-gradient-from: rgb(246 254 249 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-gradient-from: rgb(246 254 249 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-gradient-from: rgb(246 254 249 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-gradient-from: rgb(246 254 249 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-gradient-from: rgb(246 254 249 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-gradient-from: rgb(246 254 249 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-gradient-from: rgb(246 254 249 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-gradient-from: rgb(246 254 249 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-gradient-from: rgb(246 254 249 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-gradient-from: rgb(246 254 249 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-gradient-from: rgb(246 254 249 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/0 {
  --tw-gradient-from: rgb(209 250 223 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/10 {
  --tw-gradient-from: rgb(209 250 223 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/100 {
  --tw-gradient-from: rgb(209 250 223 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/20 {
  --tw-gradient-from: rgb(209 250 223 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/25 {
  --tw-gradient-from: rgb(209 250 223 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/30 {
  --tw-gradient-from: rgb(209 250 223 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/40 {
  --tw-gradient-from: rgb(209 250 223 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/5 {
  --tw-gradient-from: rgb(209 250 223 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/50 {
  --tw-gradient-from: rgb(209 250 223 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/60 {
  --tw-gradient-from: rgb(209 250 223 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/70 {
  --tw-gradient-from: rgb(209 250 223 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/75 {
  --tw-gradient-from: rgb(209 250 223 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/80 {
  --tw-gradient-from: rgb(209 250 223 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/90 {
  --tw-gradient-from: rgb(209 250 223 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/95 {
  --tw-gradient-from: rgb(209 250 223 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/base-opacity-disabled {
  --tw-gradient-from: rgb(209 250 223 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-0 {
  --tw-gradient-from: rgb(209 250 223 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-10 {
  --tw-gradient-from: rgb(209 250 223 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-100 {
  --tw-gradient-from: rgb(209 250 223 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-20 {
  --tw-gradient-from: rgb(209 250 223 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-30 {
  --tw-gradient-from: rgb(209 250 223 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-40 {
  --tw-gradient-from: rgb(209 250 223 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-50 {
  --tw-gradient-from: rgb(209 250 223 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-60 {
  --tw-gradient-from: rgb(209 250 223 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-70 {
  --tw-gradient-from: rgb(209 250 223 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-80 {
  --tw-gradient-from: rgb(209 250 223 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-success\/core-opacity-90 {
  --tw-gradient-from: rgb(209 250 223 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent {
  --tw-gradient-from: #00000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/0 {
  --tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/10 {
  --tw-gradient-from: rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/100 {
  --tw-gradient-from: rgb(0 0 0 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/20 {
  --tw-gradient-from: rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/25 {
  --tw-gradient-from: rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/30 {
  --tw-gradient-from: rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/40 {
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/5 {
  --tw-gradient-from: rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/75 {
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/90 {
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/95 {
  --tw-gradient-from: rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/base-opacity-disabled {
  --tw-gradient-from: rgb(0 0 0 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-0 {
  --tw-gradient-from: rgb(0 0 0 / 0%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-10 {
  --tw-gradient-from: rgb(0 0 0 / 10%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-100 {
  --tw-gradient-from: rgb(0 0 0 / 100%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-20 {
  --tw-gradient-from: rgb(0 0 0 / 20%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-30 {
  --tw-gradient-from: rgb(0 0 0 / 30%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-40 {
  --tw-gradient-from: rgb(0 0 0 / 40%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-50 {
  --tw-gradient-from: rgb(0 0 0 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-60 {
  --tw-gradient-from: rgb(0 0 0 / 60%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-70 {
  --tw-gradient-from: rgb(0 0 0 / 70%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-80 {
  --tw-gradient-from: rgb(0 0 0 / 80%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-base-color-bg-transparent\/core-opacity-90 {
  --tw-gradient-from: rgb(0 0 0 / 90%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-base-color-bg-accent {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1e0ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #155eef var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/0 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/10 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/100 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/20 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/25 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/30 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/40 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/5 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/50 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/60 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/70 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/75 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/80 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/90 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/95 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(21 94 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 94 239 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/0 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/10 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/100 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/20 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/25 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/30 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/40 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/5 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/50 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/60 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/70 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/75 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/80 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/90 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/95 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(245 248 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 248 255 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/0 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/10 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/100 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/20 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/25 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/30 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/40 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/5 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/50 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/60 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/70 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/75 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/80 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/90 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/95 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/base-opacity-disabled {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-0 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-10 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-100 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-20 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-30 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-40 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-50 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-60 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-70 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-80 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-accent\/core-opacity-90 {
  --tw-gradient-to: rgb(209 224 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 224 255 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef0c8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dd6903 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/0 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/10 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/100 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/20 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/25 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/30 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/40 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/5 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/50 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/60 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/70 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/75 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/80 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/90 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/95 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(221 105 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(221 105 3 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffcf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/0 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/10 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/100 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/20 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/25 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/30 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/40 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/5 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/50 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/60 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/70 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/75 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/80 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/90 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/95 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(255 252 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 252 245 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/0 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/10 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/100 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/20 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/25 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/30 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/40 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/5 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/50 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/60 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/70 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/75 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/80 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/90 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/95 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/base-opacity-disabled {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-0 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-10 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-100 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-20 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-30 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-40 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-50 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-60 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-70 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-80 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-attention\/core-opacity-90 {
  --tw-gradient-to: rgb(254 240 200 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 200 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cdd6f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5d5bd7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/0 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/10 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/100 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/20 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/25 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/30 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/40 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/5 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/50 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/60 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/70 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/75 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/80 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/90 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/95 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(93 91 215 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(93 91 215 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f2f4fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/0 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/10 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/100 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/20 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/25 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/30 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/40 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/5 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/50 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/60 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/70 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/75 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/80 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/90 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/95 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(242 244 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 253 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/0 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/10 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/100 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/20 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/25 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/30 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/40 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/5 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/50 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/60 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/70 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/75 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/80 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/90 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/95 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/base-opacity-disabled {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-0 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-10 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-100 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-20 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-30 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-40 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-50 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-60 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-70 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-80 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-brand\/core-opacity-90 {
  --tw-gradient-to: rgb(205 214 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 214 249 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fee3e1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f04438 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/0 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/10 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/100 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/20 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/25 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/30 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/40 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/5 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/50 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/60 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/70 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/75 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/80 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/90 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/95 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(240 68 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(240 68 56 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/0 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/10 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/100 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/20 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/25 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/30 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/40 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/5 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/50 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/60 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/70 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/75 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/80 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/90 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/95 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(255 251 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 251 250 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/0 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/10 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/100 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/20 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/25 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/30 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/40 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/5 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/50 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/60 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/70 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/75 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/80 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/90 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/95 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/base-opacity-disabled {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-0 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-10 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-100 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-20 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-30 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-40 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-50 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-60 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-70 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-80 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-danger\/core-opacity-90 {
  --tw-gradient-to: rgb(254 227 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 227 225 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-default\/core-opacity-90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #101828 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/0 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/10 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/100 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/20 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/25 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/30 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/40 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/5 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/50 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/60 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/70 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/75 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/80 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/90 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/95 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(16 24 40 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 24 40 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eaecf0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/0 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/10 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/100 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/20 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/25 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/30 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/40 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/5 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/50 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/60 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/70 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/75 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/80 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/90 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/95 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/base-opacity-disabled {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-0 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-10 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-100 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-20 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-30 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-40 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-50 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-60 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-70 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-80 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-muted\/core-opacity-90 {
  --tw-gradient-to: rgb(234 236 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 236 240 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f2f4f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/0 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/10 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/100 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/20 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/25 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/30 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/40 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/5 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/50 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/60 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/70 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/75 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/80 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/90 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/95 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(242 244 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(242 244 247 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1fadf var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #12b569 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/0 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/10 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/100 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/20 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/25 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/30 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/40 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/5 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/50 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/60 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/70 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/75 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/80 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/90 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/95 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(18 181 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 181 105 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f6fef9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/0 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/10 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/100 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/20 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/25 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/30 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/40 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/5 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/50 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/60 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/70 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/75 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/80 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/90 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/95 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(246 254 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 254 249 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/0 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/10 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/100 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/20 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/25 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/30 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/40 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/5 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/50 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/60 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/70 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/75 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/80 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/90 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/95 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/base-opacity-disabled {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-0 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-10 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-100 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-20 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-30 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-40 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-50 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-60 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-70 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-80 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-success\/core-opacity-90 {
  --tw-gradient-to: rgb(209 250 223 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(209 250 223 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #00000000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/100 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/25 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/5 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/75 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/90 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/95 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/base-opacity-disabled {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-0 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-10 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 10%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-100 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 100%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 20%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-30 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 30%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-40 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 40%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-50 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 50%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-60 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 60%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-70 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 70%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-80 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 80%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-base-color-bg-transparent\/core-opacity-90 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 90%) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-base-color-bg-accent {
  --tw-gradient-to: #d1e0ff var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis {
  --tw-gradient-to: #155eef var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/0 {
  --tw-gradient-to: rgb(21 94 239 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/10 {
  --tw-gradient-to: rgb(21 94 239 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/100 {
  --tw-gradient-to: rgb(21 94 239 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/20 {
  --tw-gradient-to: rgb(21 94 239 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/25 {
  --tw-gradient-to: rgb(21 94 239 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/30 {
  --tw-gradient-to: rgb(21 94 239 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/40 {
  --tw-gradient-to: rgb(21 94 239 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/5 {
  --tw-gradient-to: rgb(21 94 239 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/50 {
  --tw-gradient-to: rgb(21 94 239 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/60 {
  --tw-gradient-to: rgb(21 94 239 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/70 {
  --tw-gradient-to: rgb(21 94 239 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/75 {
  --tw-gradient-to: rgb(21 94 239 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/80 {
  --tw-gradient-to: rgb(21 94 239 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/90 {
  --tw-gradient-to: rgb(21 94 239 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/95 {
  --tw-gradient-to: rgb(21 94 239 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(21 94 239 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(21 94 239 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(21 94 239 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(21 94 239 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(21 94 239 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(21 94 239 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(21 94 239 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(21 94 239 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(21 94 239 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(21 94 239 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(21 94 239 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(21 94 239 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle {
  --tw-gradient-to: #f5f8ff var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/0 {
  --tw-gradient-to: rgb(245 248 255 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/10 {
  --tw-gradient-to: rgb(245 248 255 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/100 {
  --tw-gradient-to: rgb(245 248 255 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/20 {
  --tw-gradient-to: rgb(245 248 255 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/25 {
  --tw-gradient-to: rgb(245 248 255 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/30 {
  --tw-gradient-to: rgb(245 248 255 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/40 {
  --tw-gradient-to: rgb(245 248 255 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/5 {
  --tw-gradient-to: rgb(245 248 255 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/50 {
  --tw-gradient-to: rgb(245 248 255 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/60 {
  --tw-gradient-to: rgb(245 248 255 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/70 {
  --tw-gradient-to: rgb(245 248 255 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/75 {
  --tw-gradient-to: rgb(245 248 255 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/80 {
  --tw-gradient-to: rgb(245 248 255 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/90 {
  --tw-gradient-to: rgb(245 248 255 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/95 {
  --tw-gradient-to: rgb(245 248 255 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(245 248 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(245 248 255 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(245 248 255 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(245 248 255 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(245 248 255 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(245 248 255 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(245 248 255 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(245 248 255 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(245 248 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(245 248 255 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(245 248 255 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(245 248 255 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/0 {
  --tw-gradient-to: rgb(209 224 255 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/10 {
  --tw-gradient-to: rgb(209 224 255 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/100 {
  --tw-gradient-to: rgb(209 224 255 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/20 {
  --tw-gradient-to: rgb(209 224 255 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/25 {
  --tw-gradient-to: rgb(209 224 255 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/30 {
  --tw-gradient-to: rgb(209 224 255 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/40 {
  --tw-gradient-to: rgb(209 224 255 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/5 {
  --tw-gradient-to: rgb(209 224 255 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/50 {
  --tw-gradient-to: rgb(209 224 255 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/60 {
  --tw-gradient-to: rgb(209 224 255 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/70 {
  --tw-gradient-to: rgb(209 224 255 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/75 {
  --tw-gradient-to: rgb(209 224 255 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/80 {
  --tw-gradient-to: rgb(209 224 255 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/90 {
  --tw-gradient-to: rgb(209 224 255 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/95 {
  --tw-gradient-to: rgb(209 224 255 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/base-opacity-disabled {
  --tw-gradient-to: rgb(209 224 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-0 {
  --tw-gradient-to: rgb(209 224 255 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-10 {
  --tw-gradient-to: rgb(209 224 255 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-100 {
  --tw-gradient-to: rgb(209 224 255 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-20 {
  --tw-gradient-to: rgb(209 224 255 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-30 {
  --tw-gradient-to: rgb(209 224 255 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-40 {
  --tw-gradient-to: rgb(209 224 255 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-50 {
  --tw-gradient-to: rgb(209 224 255 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-60 {
  --tw-gradient-to: rgb(209 224 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-70 {
  --tw-gradient-to: rgb(209 224 255 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-80 {
  --tw-gradient-to: rgb(209 224 255 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-accent\/core-opacity-90 {
  --tw-gradient-to: rgb(209 224 255 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention {
  --tw-gradient-to: #fef0c8 var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis {
  --tw-gradient-to: #dd6903 var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/0 {
  --tw-gradient-to: rgb(221 105 3 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/10 {
  --tw-gradient-to: rgb(221 105 3 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/100 {
  --tw-gradient-to: rgb(221 105 3 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/20 {
  --tw-gradient-to: rgb(221 105 3 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/25 {
  --tw-gradient-to: rgb(221 105 3 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/30 {
  --tw-gradient-to: rgb(221 105 3 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/40 {
  --tw-gradient-to: rgb(221 105 3 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/5 {
  --tw-gradient-to: rgb(221 105 3 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/50 {
  --tw-gradient-to: rgb(221 105 3 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/60 {
  --tw-gradient-to: rgb(221 105 3 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/70 {
  --tw-gradient-to: rgb(221 105 3 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/75 {
  --tw-gradient-to: rgb(221 105 3 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/80 {
  --tw-gradient-to: rgb(221 105 3 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/90 {
  --tw-gradient-to: rgb(221 105 3 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/95 {
  --tw-gradient-to: rgb(221 105 3 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(221 105 3 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(221 105 3 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(221 105 3 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(221 105 3 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(221 105 3 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(221 105 3 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(221 105 3 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(221 105 3 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(221 105 3 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(221 105 3 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(221 105 3 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(221 105 3 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle {
  --tw-gradient-to: #fffcf5 var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/0 {
  --tw-gradient-to: rgb(255 252 245 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/10 {
  --tw-gradient-to: rgb(255 252 245 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/100 {
  --tw-gradient-to: rgb(255 252 245 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/20 {
  --tw-gradient-to: rgb(255 252 245 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/25 {
  --tw-gradient-to: rgb(255 252 245 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/30 {
  --tw-gradient-to: rgb(255 252 245 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/40 {
  --tw-gradient-to: rgb(255 252 245 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/5 {
  --tw-gradient-to: rgb(255 252 245 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/50 {
  --tw-gradient-to: rgb(255 252 245 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/60 {
  --tw-gradient-to: rgb(255 252 245 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/70 {
  --tw-gradient-to: rgb(255 252 245 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/75 {
  --tw-gradient-to: rgb(255 252 245 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/80 {
  --tw-gradient-to: rgb(255 252 245 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/90 {
  --tw-gradient-to: rgb(255 252 245 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/95 {
  --tw-gradient-to: rgb(255 252 245 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 252 245 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(255 252 245 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(255 252 245 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(255 252 245 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(255 252 245 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(255 252 245 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(255 252 245 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(255 252 245 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(255 252 245 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(255 252 245 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(255 252 245 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(255 252 245 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/0 {
  --tw-gradient-to: rgb(254 240 200 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/10 {
  --tw-gradient-to: rgb(254 240 200 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/100 {
  --tw-gradient-to: rgb(254 240 200 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/20 {
  --tw-gradient-to: rgb(254 240 200 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/25 {
  --tw-gradient-to: rgb(254 240 200 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/30 {
  --tw-gradient-to: rgb(254 240 200 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/40 {
  --tw-gradient-to: rgb(254 240 200 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/5 {
  --tw-gradient-to: rgb(254 240 200 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/50 {
  --tw-gradient-to: rgb(254 240 200 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/60 {
  --tw-gradient-to: rgb(254 240 200 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/70 {
  --tw-gradient-to: rgb(254 240 200 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/75 {
  --tw-gradient-to: rgb(254 240 200 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/80 {
  --tw-gradient-to: rgb(254 240 200 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/90 {
  --tw-gradient-to: rgb(254 240 200 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/95 {
  --tw-gradient-to: rgb(254 240 200 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/base-opacity-disabled {
  --tw-gradient-to: rgb(254 240 200 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-0 {
  --tw-gradient-to: rgb(254 240 200 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-10 {
  --tw-gradient-to: rgb(254 240 200 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-100 {
  --tw-gradient-to: rgb(254 240 200 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-20 {
  --tw-gradient-to: rgb(254 240 200 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-30 {
  --tw-gradient-to: rgb(254 240 200 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-40 {
  --tw-gradient-to: rgb(254 240 200 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-50 {
  --tw-gradient-to: rgb(254 240 200 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-60 {
  --tw-gradient-to: rgb(254 240 200 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-70 {
  --tw-gradient-to: rgb(254 240 200 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-80 {
  --tw-gradient-to: rgb(254 240 200 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-attention\/core-opacity-90 {
  --tw-gradient-to: rgb(254 240 200 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand {
  --tw-gradient-to: #cdd6f9 var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis {
  --tw-gradient-to: #5d5bd7 var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/0 {
  --tw-gradient-to: rgb(93 91 215 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/10 {
  --tw-gradient-to: rgb(93 91 215 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/100 {
  --tw-gradient-to: rgb(93 91 215 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/20 {
  --tw-gradient-to: rgb(93 91 215 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/25 {
  --tw-gradient-to: rgb(93 91 215 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/30 {
  --tw-gradient-to: rgb(93 91 215 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/40 {
  --tw-gradient-to: rgb(93 91 215 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/5 {
  --tw-gradient-to: rgb(93 91 215 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/50 {
  --tw-gradient-to: rgb(93 91 215 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/60 {
  --tw-gradient-to: rgb(93 91 215 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/70 {
  --tw-gradient-to: rgb(93 91 215 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/75 {
  --tw-gradient-to: rgb(93 91 215 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/80 {
  --tw-gradient-to: rgb(93 91 215 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/90 {
  --tw-gradient-to: rgb(93 91 215 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/95 {
  --tw-gradient-to: rgb(93 91 215 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(93 91 215 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(93 91 215 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(93 91 215 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(93 91 215 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(93 91 215 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(93 91 215 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(93 91 215 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(93 91 215 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(93 91 215 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(93 91 215 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(93 91 215 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(93 91 215 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle {
  --tw-gradient-to: #f2f4fd var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/0 {
  --tw-gradient-to: rgb(242 244 253 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/10 {
  --tw-gradient-to: rgb(242 244 253 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/100 {
  --tw-gradient-to: rgb(242 244 253 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/20 {
  --tw-gradient-to: rgb(242 244 253 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/25 {
  --tw-gradient-to: rgb(242 244 253 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/30 {
  --tw-gradient-to: rgb(242 244 253 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/40 {
  --tw-gradient-to: rgb(242 244 253 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/5 {
  --tw-gradient-to: rgb(242 244 253 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/50 {
  --tw-gradient-to: rgb(242 244 253 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/60 {
  --tw-gradient-to: rgb(242 244 253 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/70 {
  --tw-gradient-to: rgb(242 244 253 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/75 {
  --tw-gradient-to: rgb(242 244 253 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/80 {
  --tw-gradient-to: rgb(242 244 253 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/90 {
  --tw-gradient-to: rgb(242 244 253 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/95 {
  --tw-gradient-to: rgb(242 244 253 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(242 244 253 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(242 244 253 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(242 244 253 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(242 244 253 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(242 244 253 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(242 244 253 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(242 244 253 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(242 244 253 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(242 244 253 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(242 244 253 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(242 244 253 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(242 244 253 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/0 {
  --tw-gradient-to: rgb(205 214 249 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/10 {
  --tw-gradient-to: rgb(205 214 249 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/100 {
  --tw-gradient-to: rgb(205 214 249 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/20 {
  --tw-gradient-to: rgb(205 214 249 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/25 {
  --tw-gradient-to: rgb(205 214 249 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/30 {
  --tw-gradient-to: rgb(205 214 249 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/40 {
  --tw-gradient-to: rgb(205 214 249 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/5 {
  --tw-gradient-to: rgb(205 214 249 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/50 {
  --tw-gradient-to: rgb(205 214 249 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/60 {
  --tw-gradient-to: rgb(205 214 249 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/70 {
  --tw-gradient-to: rgb(205 214 249 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/75 {
  --tw-gradient-to: rgb(205 214 249 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/80 {
  --tw-gradient-to: rgb(205 214 249 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/90 {
  --tw-gradient-to: rgb(205 214 249 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/95 {
  --tw-gradient-to: rgb(205 214 249 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/base-opacity-disabled {
  --tw-gradient-to: rgb(205 214 249 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-0 {
  --tw-gradient-to: rgb(205 214 249 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-10 {
  --tw-gradient-to: rgb(205 214 249 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-100 {
  --tw-gradient-to: rgb(205 214 249 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-20 {
  --tw-gradient-to: rgb(205 214 249 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-30 {
  --tw-gradient-to: rgb(205 214 249 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-40 {
  --tw-gradient-to: rgb(205 214 249 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-50 {
  --tw-gradient-to: rgb(205 214 249 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-60 {
  --tw-gradient-to: rgb(205 214 249 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-70 {
  --tw-gradient-to: rgb(205 214 249 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-80 {
  --tw-gradient-to: rgb(205 214 249 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-brand\/core-opacity-90 {
  --tw-gradient-to: rgb(205 214 249 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger {
  --tw-gradient-to: #fee3e1 var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis {
  --tw-gradient-to: #f04438 var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/0 {
  --tw-gradient-to: rgb(240 68 56 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/10 {
  --tw-gradient-to: rgb(240 68 56 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/100 {
  --tw-gradient-to: rgb(240 68 56 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/20 {
  --tw-gradient-to: rgb(240 68 56 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/25 {
  --tw-gradient-to: rgb(240 68 56 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/30 {
  --tw-gradient-to: rgb(240 68 56 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/40 {
  --tw-gradient-to: rgb(240 68 56 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/5 {
  --tw-gradient-to: rgb(240 68 56 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/50 {
  --tw-gradient-to: rgb(240 68 56 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/60 {
  --tw-gradient-to: rgb(240 68 56 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/70 {
  --tw-gradient-to: rgb(240 68 56 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/75 {
  --tw-gradient-to: rgb(240 68 56 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/80 {
  --tw-gradient-to: rgb(240 68 56 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/90 {
  --tw-gradient-to: rgb(240 68 56 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/95 {
  --tw-gradient-to: rgb(240 68 56 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(240 68 56 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(240 68 56 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(240 68 56 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(240 68 56 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(240 68 56 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(240 68 56 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(240 68 56 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(240 68 56 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(240 68 56 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(240 68 56 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(240 68 56 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(240 68 56 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle {
  --tw-gradient-to: #fffbfa var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/0 {
  --tw-gradient-to: rgb(255 251 250 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/10 {
  --tw-gradient-to: rgb(255 251 250 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/100 {
  --tw-gradient-to: rgb(255 251 250 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/20 {
  --tw-gradient-to: rgb(255 251 250 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/25 {
  --tw-gradient-to: rgb(255 251 250 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/30 {
  --tw-gradient-to: rgb(255 251 250 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/40 {
  --tw-gradient-to: rgb(255 251 250 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/5 {
  --tw-gradient-to: rgb(255 251 250 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/50 {
  --tw-gradient-to: rgb(255 251 250 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/60 {
  --tw-gradient-to: rgb(255 251 250 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/70 {
  --tw-gradient-to: rgb(255 251 250 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/75 {
  --tw-gradient-to: rgb(255 251 250 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/80 {
  --tw-gradient-to: rgb(255 251 250 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/90 {
  --tw-gradient-to: rgb(255 251 250 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/95 {
  --tw-gradient-to: rgb(255 251 250 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 251 250 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(255 251 250 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(255 251 250 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(255 251 250 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(255 251 250 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(255 251 250 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(255 251 250 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(255 251 250 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(255 251 250 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(255 251 250 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(255 251 250 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(255 251 250 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/0 {
  --tw-gradient-to: rgb(254 227 225 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/10 {
  --tw-gradient-to: rgb(254 227 225 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/100 {
  --tw-gradient-to: rgb(254 227 225 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/20 {
  --tw-gradient-to: rgb(254 227 225 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/25 {
  --tw-gradient-to: rgb(254 227 225 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/30 {
  --tw-gradient-to: rgb(254 227 225 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/40 {
  --tw-gradient-to: rgb(254 227 225 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/5 {
  --tw-gradient-to: rgb(254 227 225 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/50 {
  --tw-gradient-to: rgb(254 227 225 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/60 {
  --tw-gradient-to: rgb(254 227 225 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/70 {
  --tw-gradient-to: rgb(254 227 225 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/75 {
  --tw-gradient-to: rgb(254 227 225 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/80 {
  --tw-gradient-to: rgb(254 227 225 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/90 {
  --tw-gradient-to: rgb(254 227 225 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/95 {
  --tw-gradient-to: rgb(254 227 225 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/base-opacity-disabled {
  --tw-gradient-to: rgb(254 227 225 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-0 {
  --tw-gradient-to: rgb(254 227 225 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-10 {
  --tw-gradient-to: rgb(254 227 225 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-100 {
  --tw-gradient-to: rgb(254 227 225 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-20 {
  --tw-gradient-to: rgb(254 227 225 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-30 {
  --tw-gradient-to: rgb(254 227 225 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-40 {
  --tw-gradient-to: rgb(254 227 225 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-50 {
  --tw-gradient-to: rgb(254 227 225 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-60 {
  --tw-gradient-to: rgb(254 227 225 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-70 {
  --tw-gradient-to: rgb(254 227 225 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-80 {
  --tw-gradient-to: rgb(254 227 225 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-danger\/core-opacity-90 {
  --tw-gradient-to: rgb(254 227 225 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default {
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/base-opacity-disabled {
  --tw-gradient-to: rgb(255 255 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-0 {
  --tw-gradient-to: rgb(255 255 255 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-10 {
  --tw-gradient-to: rgb(255 255 255 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-100 {
  --tw-gradient-to: rgb(255 255 255 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-20 {
  --tw-gradient-to: rgb(255 255 255 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-30 {
  --tw-gradient-to: rgb(255 255 255 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-40 {
  --tw-gradient-to: rgb(255 255 255 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-50 {
  --tw-gradient-to: rgb(255 255 255 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-60 {
  --tw-gradient-to: rgb(255 255 255 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-70 {
  --tw-gradient-to: rgb(255 255 255 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-80 {
  --tw-gradient-to: rgb(255 255 255 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-default\/core-opacity-90 {
  --tw-gradient-to: rgb(255 255 255 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis {
  --tw-gradient-to: #101828 var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/0 {
  --tw-gradient-to: rgb(16 24 40 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/10 {
  --tw-gradient-to: rgb(16 24 40 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/100 {
  --tw-gradient-to: rgb(16 24 40 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/20 {
  --tw-gradient-to: rgb(16 24 40 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/25 {
  --tw-gradient-to: rgb(16 24 40 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/30 {
  --tw-gradient-to: rgb(16 24 40 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/40 {
  --tw-gradient-to: rgb(16 24 40 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/5 {
  --tw-gradient-to: rgb(16 24 40 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/50 {
  --tw-gradient-to: rgb(16 24 40 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/60 {
  --tw-gradient-to: rgb(16 24 40 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/70 {
  --tw-gradient-to: rgb(16 24 40 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/75 {
  --tw-gradient-to: rgb(16 24 40 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/80 {
  --tw-gradient-to: rgb(16 24 40 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/90 {
  --tw-gradient-to: rgb(16 24 40 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/95 {
  --tw-gradient-to: rgb(16 24 40 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(16 24 40 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(16 24 40 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(16 24 40 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(16 24 40 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(16 24 40 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(16 24 40 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(16 24 40 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(16 24 40 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(16 24 40 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(16 24 40 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(16 24 40 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(16 24 40 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted {
  --tw-gradient-to: #eaecf0 var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/0 {
  --tw-gradient-to: rgb(234 236 240 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/10 {
  --tw-gradient-to: rgb(234 236 240 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/100 {
  --tw-gradient-to: rgb(234 236 240 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/20 {
  --tw-gradient-to: rgb(234 236 240 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/25 {
  --tw-gradient-to: rgb(234 236 240 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/30 {
  --tw-gradient-to: rgb(234 236 240 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/40 {
  --tw-gradient-to: rgb(234 236 240 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/5 {
  --tw-gradient-to: rgb(234 236 240 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/50 {
  --tw-gradient-to: rgb(234 236 240 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/60 {
  --tw-gradient-to: rgb(234 236 240 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/70 {
  --tw-gradient-to: rgb(234 236 240 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/75 {
  --tw-gradient-to: rgb(234 236 240 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/80 {
  --tw-gradient-to: rgb(234 236 240 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/90 {
  --tw-gradient-to: rgb(234 236 240 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/95 {
  --tw-gradient-to: rgb(234 236 240 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/base-opacity-disabled {
  --tw-gradient-to: rgb(234 236 240 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-0 {
  --tw-gradient-to: rgb(234 236 240 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-10 {
  --tw-gradient-to: rgb(234 236 240 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-100 {
  --tw-gradient-to: rgb(234 236 240 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-20 {
  --tw-gradient-to: rgb(234 236 240 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-30 {
  --tw-gradient-to: rgb(234 236 240 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-40 {
  --tw-gradient-to: rgb(234 236 240 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-50 {
  --tw-gradient-to: rgb(234 236 240 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-60 {
  --tw-gradient-to: rgb(234 236 240 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-70 {
  --tw-gradient-to: rgb(234 236 240 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-80 {
  --tw-gradient-to: rgb(234 236 240 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-muted\/core-opacity-90 {
  --tw-gradient-to: rgb(234 236 240 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle {
  --tw-gradient-to: #f2f4f7 var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/0 {
  --tw-gradient-to: rgb(242 244 247 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/10 {
  --tw-gradient-to: rgb(242 244 247 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/100 {
  --tw-gradient-to: rgb(242 244 247 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/20 {
  --tw-gradient-to: rgb(242 244 247 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/25 {
  --tw-gradient-to: rgb(242 244 247 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/30 {
  --tw-gradient-to: rgb(242 244 247 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/40 {
  --tw-gradient-to: rgb(242 244 247 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/5 {
  --tw-gradient-to: rgb(242 244 247 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/50 {
  --tw-gradient-to: rgb(242 244 247 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/60 {
  --tw-gradient-to: rgb(242 244 247 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/70 {
  --tw-gradient-to: rgb(242 244 247 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/75 {
  --tw-gradient-to: rgb(242 244 247 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/80 {
  --tw-gradient-to: rgb(242 244 247 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/90 {
  --tw-gradient-to: rgb(242 244 247 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/95 {
  --tw-gradient-to: rgb(242 244 247 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(242 244 247 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(242 244 247 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(242 244 247 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(242 244 247 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(242 244 247 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(242 244 247 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(242 244 247 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(242 244 247 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(242 244 247 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(242 244 247 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(242 244 247 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(242 244 247 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success {
  --tw-gradient-to: #d1fadf var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis {
  --tw-gradient-to: #12b569 var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/0 {
  --tw-gradient-to: rgb(18 181 105 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/10 {
  --tw-gradient-to: rgb(18 181 105 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/100 {
  --tw-gradient-to: rgb(18 181 105 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/20 {
  --tw-gradient-to: rgb(18 181 105 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/25 {
  --tw-gradient-to: rgb(18 181 105 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/30 {
  --tw-gradient-to: rgb(18 181 105 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/40 {
  --tw-gradient-to: rgb(18 181 105 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/5 {
  --tw-gradient-to: rgb(18 181 105 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/50 {
  --tw-gradient-to: rgb(18 181 105 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/60 {
  --tw-gradient-to: rgb(18 181 105 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/70 {
  --tw-gradient-to: rgb(18 181 105 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/75 {
  --tw-gradient-to: rgb(18 181 105 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/80 {
  --tw-gradient-to: rgb(18 181 105 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/90 {
  --tw-gradient-to: rgb(18 181 105 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/95 {
  --tw-gradient-to: rgb(18 181 105 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-gradient-to: rgb(18 181 105 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-gradient-to: rgb(18 181 105 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-gradient-to: rgb(18 181 105 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-gradient-to: rgb(18 181 105 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-gradient-to: rgb(18 181 105 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-gradient-to: rgb(18 181 105 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-gradient-to: rgb(18 181 105 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-gradient-to: rgb(18 181 105 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-gradient-to: rgb(18 181 105 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-gradient-to: rgb(18 181 105 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-gradient-to: rgb(18 181 105 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-gradient-to: rgb(18 181 105 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle {
  --tw-gradient-to: #f6fef9 var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/0 {
  --tw-gradient-to: rgb(246 254 249 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/10 {
  --tw-gradient-to: rgb(246 254 249 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/100 {
  --tw-gradient-to: rgb(246 254 249 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/20 {
  --tw-gradient-to: rgb(246 254 249 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/25 {
  --tw-gradient-to: rgb(246 254 249 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/30 {
  --tw-gradient-to: rgb(246 254 249 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/40 {
  --tw-gradient-to: rgb(246 254 249 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/5 {
  --tw-gradient-to: rgb(246 254 249 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/50 {
  --tw-gradient-to: rgb(246 254 249 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/60 {
  --tw-gradient-to: rgb(246 254 249 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/70 {
  --tw-gradient-to: rgb(246 254 249 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/75 {
  --tw-gradient-to: rgb(246 254 249 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/80 {
  --tw-gradient-to: rgb(246 254 249 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/90 {
  --tw-gradient-to: rgb(246 254 249 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/95 {
  --tw-gradient-to: rgb(246 254 249 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-gradient-to: rgb(246 254 249 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-gradient-to: rgb(246 254 249 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-gradient-to: rgb(246 254 249 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-gradient-to: rgb(246 254 249 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-gradient-to: rgb(246 254 249 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-gradient-to: rgb(246 254 249 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-gradient-to: rgb(246 254 249 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-gradient-to: rgb(246 254 249 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-gradient-to: rgb(246 254 249 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-gradient-to: rgb(246 254 249 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-gradient-to: rgb(246 254 249 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-gradient-to: rgb(246 254 249 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/0 {
  --tw-gradient-to: rgb(209 250 223 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/10 {
  --tw-gradient-to: rgb(209 250 223 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/100 {
  --tw-gradient-to: rgb(209 250 223 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/20 {
  --tw-gradient-to: rgb(209 250 223 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/25 {
  --tw-gradient-to: rgb(209 250 223 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/30 {
  --tw-gradient-to: rgb(209 250 223 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/40 {
  --tw-gradient-to: rgb(209 250 223 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/5 {
  --tw-gradient-to: rgb(209 250 223 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/50 {
  --tw-gradient-to: rgb(209 250 223 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/60 {
  --tw-gradient-to: rgb(209 250 223 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/70 {
  --tw-gradient-to: rgb(209 250 223 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/75 {
  --tw-gradient-to: rgb(209 250 223 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/80 {
  --tw-gradient-to: rgb(209 250 223 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/90 {
  --tw-gradient-to: rgb(209 250 223 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/95 {
  --tw-gradient-to: rgb(209 250 223 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/base-opacity-disabled {
  --tw-gradient-to: rgb(209 250 223 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-0 {
  --tw-gradient-to: rgb(209 250 223 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-10 {
  --tw-gradient-to: rgb(209 250 223 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-100 {
  --tw-gradient-to: rgb(209 250 223 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-20 {
  --tw-gradient-to: rgb(209 250 223 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-30 {
  --tw-gradient-to: rgb(209 250 223 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-40 {
  --tw-gradient-to: rgb(209 250 223 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-50 {
  --tw-gradient-to: rgb(209 250 223 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-60 {
  --tw-gradient-to: rgb(209 250 223 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-70 {
  --tw-gradient-to: rgb(209 250 223 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-80 {
  --tw-gradient-to: rgb(209 250 223 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-success\/core-opacity-90 {
  --tw-gradient-to: rgb(209 250 223 / 90%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent {
  --tw-gradient-to: #00000000 var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/10 {
  --tw-gradient-to: rgb(0 0 0 / 0.1) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/100 {
  --tw-gradient-to: rgb(0 0 0 / 1) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/25 {
  --tw-gradient-to: rgb(0 0 0 / 0.25) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/5 {
  --tw-gradient-to: rgb(0 0 0 / 0.05) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/60 {
  --tw-gradient-to: rgb(0 0 0 / 0.6) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0.7) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/75 {
  --tw-gradient-to: rgb(0 0 0 / 0.75) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0.8) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/90 {
  --tw-gradient-to: rgb(0 0 0 / 0.9) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/95 {
  --tw-gradient-to: rgb(0 0 0 / 0.95) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/base-opacity-disabled {
  --tw-gradient-to: rgb(0 0 0 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-0 {
  --tw-gradient-to: rgb(0 0 0 / 0%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-10 {
  --tw-gradient-to: rgb(0 0 0 / 10%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-100 {
  --tw-gradient-to: rgb(0 0 0 / 100%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-20 {
  --tw-gradient-to: rgb(0 0 0 / 20%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-30 {
  --tw-gradient-to: rgb(0 0 0 / 30%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-40 {
  --tw-gradient-to: rgb(0 0 0 / 40%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-50 {
  --tw-gradient-to: rgb(0 0 0 / 50%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-60 {
  --tw-gradient-to: rgb(0 0 0 / 60%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-70 {
  --tw-gradient-to: rgb(0 0 0 / 70%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-80 {
  --tw-gradient-to: rgb(0 0 0 / 80%) var(--tw-gradient-to-position);
}
.to-base-color-bg-transparent\/core-opacity-90 {
  --tw-gradient-to: rgb(0 0 0 / 90%) var(--tw-gradient-to-position);
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-base-color-bg-accent {
  fill: #d1e0ff;
}
.fill-base-color-bg-accent-emphasis {
  fill: #155eef;
}
.fill-base-color-bg-accent-emphasis\/0 {
  fill: rgb(21 94 239 / 0);
}
.fill-base-color-bg-accent-emphasis\/10 {
  fill: rgb(21 94 239 / 0.1);
}
.fill-base-color-bg-accent-emphasis\/100 {
  fill: rgb(21 94 239 / 1);
}
.fill-base-color-bg-accent-emphasis\/20 {
  fill: rgb(21 94 239 / 0.2);
}
.fill-base-color-bg-accent-emphasis\/25 {
  fill: rgb(21 94 239 / 0.25);
}
.fill-base-color-bg-accent-emphasis\/30 {
  fill: rgb(21 94 239 / 0.3);
}
.fill-base-color-bg-accent-emphasis\/40 {
  fill: rgb(21 94 239 / 0.4);
}
.fill-base-color-bg-accent-emphasis\/5 {
  fill: rgb(21 94 239 / 0.05);
}
.fill-base-color-bg-accent-emphasis\/50 {
  fill: rgb(21 94 239 / 0.5);
}
.fill-base-color-bg-accent-emphasis\/60 {
  fill: rgb(21 94 239 / 0.6);
}
.fill-base-color-bg-accent-emphasis\/70 {
  fill: rgb(21 94 239 / 0.7);
}
.fill-base-color-bg-accent-emphasis\/75 {
  fill: rgb(21 94 239 / 0.75);
}
.fill-base-color-bg-accent-emphasis\/80 {
  fill: rgb(21 94 239 / 0.8);
}
.fill-base-color-bg-accent-emphasis\/90 {
  fill: rgb(21 94 239 / 0.9);
}
.fill-base-color-bg-accent-emphasis\/95 {
  fill: rgb(21 94 239 / 0.95);
}
.fill-base-color-bg-accent-emphasis\/base-opacity-disabled {
  fill: rgb(21 94 239 / 60%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-0 {
  fill: rgb(21 94 239 / 0%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-10 {
  fill: rgb(21 94 239 / 10%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-100 {
  fill: rgb(21 94 239 / 100%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-20 {
  fill: rgb(21 94 239 / 20%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-30 {
  fill: rgb(21 94 239 / 30%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-40 {
  fill: rgb(21 94 239 / 40%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-50 {
  fill: rgb(21 94 239 / 50%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-60 {
  fill: rgb(21 94 239 / 60%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-70 {
  fill: rgb(21 94 239 / 70%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-80 {
  fill: rgb(21 94 239 / 80%);
}
.fill-base-color-bg-accent-emphasis\/core-opacity-90 {
  fill: rgb(21 94 239 / 90%);
}
.fill-base-color-bg-accent-subtle {
  fill: #f5f8ff;
}
.fill-base-color-bg-accent-subtle\/0 {
  fill: rgb(245 248 255 / 0);
}
.fill-base-color-bg-accent-subtle\/10 {
  fill: rgb(245 248 255 / 0.1);
}
.fill-base-color-bg-accent-subtle\/100 {
  fill: rgb(245 248 255 / 1);
}
.fill-base-color-bg-accent-subtle\/20 {
  fill: rgb(245 248 255 / 0.2);
}
.fill-base-color-bg-accent-subtle\/25 {
  fill: rgb(245 248 255 / 0.25);
}
.fill-base-color-bg-accent-subtle\/30 {
  fill: rgb(245 248 255 / 0.3);
}
.fill-base-color-bg-accent-subtle\/40 {
  fill: rgb(245 248 255 / 0.4);
}
.fill-base-color-bg-accent-subtle\/5 {
  fill: rgb(245 248 255 / 0.05);
}
.fill-base-color-bg-accent-subtle\/50 {
  fill: rgb(245 248 255 / 0.5);
}
.fill-base-color-bg-accent-subtle\/60 {
  fill: rgb(245 248 255 / 0.6);
}
.fill-base-color-bg-accent-subtle\/70 {
  fill: rgb(245 248 255 / 0.7);
}
.fill-base-color-bg-accent-subtle\/75 {
  fill: rgb(245 248 255 / 0.75);
}
.fill-base-color-bg-accent-subtle\/80 {
  fill: rgb(245 248 255 / 0.8);
}
.fill-base-color-bg-accent-subtle\/90 {
  fill: rgb(245 248 255 / 0.9);
}
.fill-base-color-bg-accent-subtle\/95 {
  fill: rgb(245 248 255 / 0.95);
}
.fill-base-color-bg-accent-subtle\/base-opacity-disabled {
  fill: rgb(245 248 255 / 60%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-0 {
  fill: rgb(245 248 255 / 0%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-10 {
  fill: rgb(245 248 255 / 10%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-100 {
  fill: rgb(245 248 255 / 100%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-20 {
  fill: rgb(245 248 255 / 20%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-30 {
  fill: rgb(245 248 255 / 30%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-40 {
  fill: rgb(245 248 255 / 40%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-50 {
  fill: rgb(245 248 255 / 50%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-60 {
  fill: rgb(245 248 255 / 60%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-70 {
  fill: rgb(245 248 255 / 70%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-80 {
  fill: rgb(245 248 255 / 80%);
}
.fill-base-color-bg-accent-subtle\/core-opacity-90 {
  fill: rgb(245 248 255 / 90%);
}
.fill-base-color-bg-accent\/0 {
  fill: rgb(209 224 255 / 0);
}
.fill-base-color-bg-accent\/10 {
  fill: rgb(209 224 255 / 0.1);
}
.fill-base-color-bg-accent\/100 {
  fill: rgb(209 224 255 / 1);
}
.fill-base-color-bg-accent\/20 {
  fill: rgb(209 224 255 / 0.2);
}
.fill-base-color-bg-accent\/25 {
  fill: rgb(209 224 255 / 0.25);
}
.fill-base-color-bg-accent\/30 {
  fill: rgb(209 224 255 / 0.3);
}
.fill-base-color-bg-accent\/40 {
  fill: rgb(209 224 255 / 0.4);
}
.fill-base-color-bg-accent\/5 {
  fill: rgb(209 224 255 / 0.05);
}
.fill-base-color-bg-accent\/50 {
  fill: rgb(209 224 255 / 0.5);
}
.fill-base-color-bg-accent\/60 {
  fill: rgb(209 224 255 / 0.6);
}
.fill-base-color-bg-accent\/70 {
  fill: rgb(209 224 255 / 0.7);
}
.fill-base-color-bg-accent\/75 {
  fill: rgb(209 224 255 / 0.75);
}
.fill-base-color-bg-accent\/80 {
  fill: rgb(209 224 255 / 0.8);
}
.fill-base-color-bg-accent\/90 {
  fill: rgb(209 224 255 / 0.9);
}
.fill-base-color-bg-accent\/95 {
  fill: rgb(209 224 255 / 0.95);
}
.fill-base-color-bg-accent\/base-opacity-disabled {
  fill: rgb(209 224 255 / 60%);
}
.fill-base-color-bg-accent\/core-opacity-0 {
  fill: rgb(209 224 255 / 0%);
}
.fill-base-color-bg-accent\/core-opacity-10 {
  fill: rgb(209 224 255 / 10%);
}
.fill-base-color-bg-accent\/core-opacity-100 {
  fill: rgb(209 224 255 / 100%);
}
.fill-base-color-bg-accent\/core-opacity-20 {
  fill: rgb(209 224 255 / 20%);
}
.fill-base-color-bg-accent\/core-opacity-30 {
  fill: rgb(209 224 255 / 30%);
}
.fill-base-color-bg-accent\/core-opacity-40 {
  fill: rgb(209 224 255 / 40%);
}
.fill-base-color-bg-accent\/core-opacity-50 {
  fill: rgb(209 224 255 / 50%);
}
.fill-base-color-bg-accent\/core-opacity-60 {
  fill: rgb(209 224 255 / 60%);
}
.fill-base-color-bg-accent\/core-opacity-70 {
  fill: rgb(209 224 255 / 70%);
}
.fill-base-color-bg-accent\/core-opacity-80 {
  fill: rgb(209 224 255 / 80%);
}
.fill-base-color-bg-accent\/core-opacity-90 {
  fill: rgb(209 224 255 / 90%);
}
.fill-base-color-bg-attention {
  fill: #fef0c8;
}
.fill-base-color-bg-attention-emphasis {
  fill: #dd6903;
}
.fill-base-color-bg-attention-emphasis\/0 {
  fill: rgb(221 105 3 / 0);
}
.fill-base-color-bg-attention-emphasis\/10 {
  fill: rgb(221 105 3 / 0.1);
}
.fill-base-color-bg-attention-emphasis\/100 {
  fill: rgb(221 105 3 / 1);
}
.fill-base-color-bg-attention-emphasis\/20 {
  fill: rgb(221 105 3 / 0.2);
}
.fill-base-color-bg-attention-emphasis\/25 {
  fill: rgb(221 105 3 / 0.25);
}
.fill-base-color-bg-attention-emphasis\/30 {
  fill: rgb(221 105 3 / 0.3);
}
.fill-base-color-bg-attention-emphasis\/40 {
  fill: rgb(221 105 3 / 0.4);
}
.fill-base-color-bg-attention-emphasis\/5 {
  fill: rgb(221 105 3 / 0.05);
}
.fill-base-color-bg-attention-emphasis\/50 {
  fill: rgb(221 105 3 / 0.5);
}
.fill-base-color-bg-attention-emphasis\/60 {
  fill: rgb(221 105 3 / 0.6);
}
.fill-base-color-bg-attention-emphasis\/70 {
  fill: rgb(221 105 3 / 0.7);
}
.fill-base-color-bg-attention-emphasis\/75 {
  fill: rgb(221 105 3 / 0.75);
}
.fill-base-color-bg-attention-emphasis\/80 {
  fill: rgb(221 105 3 / 0.8);
}
.fill-base-color-bg-attention-emphasis\/90 {
  fill: rgb(221 105 3 / 0.9);
}
.fill-base-color-bg-attention-emphasis\/95 {
  fill: rgb(221 105 3 / 0.95);
}
.fill-base-color-bg-attention-emphasis\/base-opacity-disabled {
  fill: rgb(221 105 3 / 60%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-0 {
  fill: rgb(221 105 3 / 0%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-10 {
  fill: rgb(221 105 3 / 10%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-100 {
  fill: rgb(221 105 3 / 100%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-20 {
  fill: rgb(221 105 3 / 20%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-30 {
  fill: rgb(221 105 3 / 30%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-40 {
  fill: rgb(221 105 3 / 40%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-50 {
  fill: rgb(221 105 3 / 50%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-60 {
  fill: rgb(221 105 3 / 60%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-70 {
  fill: rgb(221 105 3 / 70%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-80 {
  fill: rgb(221 105 3 / 80%);
}
.fill-base-color-bg-attention-emphasis\/core-opacity-90 {
  fill: rgb(221 105 3 / 90%);
}
.fill-base-color-bg-attention-subtle {
  fill: #fffcf5;
}
.fill-base-color-bg-attention-subtle\/0 {
  fill: rgb(255 252 245 / 0);
}
.fill-base-color-bg-attention-subtle\/10 {
  fill: rgb(255 252 245 / 0.1);
}
.fill-base-color-bg-attention-subtle\/100 {
  fill: rgb(255 252 245 / 1);
}
.fill-base-color-bg-attention-subtle\/20 {
  fill: rgb(255 252 245 / 0.2);
}
.fill-base-color-bg-attention-subtle\/25 {
  fill: rgb(255 252 245 / 0.25);
}
.fill-base-color-bg-attention-subtle\/30 {
  fill: rgb(255 252 245 / 0.3);
}
.fill-base-color-bg-attention-subtle\/40 {
  fill: rgb(255 252 245 / 0.4);
}
.fill-base-color-bg-attention-subtle\/5 {
  fill: rgb(255 252 245 / 0.05);
}
.fill-base-color-bg-attention-subtle\/50 {
  fill: rgb(255 252 245 / 0.5);
}
.fill-base-color-bg-attention-subtle\/60 {
  fill: rgb(255 252 245 / 0.6);
}
.fill-base-color-bg-attention-subtle\/70 {
  fill: rgb(255 252 245 / 0.7);
}
.fill-base-color-bg-attention-subtle\/75 {
  fill: rgb(255 252 245 / 0.75);
}
.fill-base-color-bg-attention-subtle\/80 {
  fill: rgb(255 252 245 / 0.8);
}
.fill-base-color-bg-attention-subtle\/90 {
  fill: rgb(255 252 245 / 0.9);
}
.fill-base-color-bg-attention-subtle\/95 {
  fill: rgb(255 252 245 / 0.95);
}
.fill-base-color-bg-attention-subtle\/base-opacity-disabled {
  fill: rgb(255 252 245 / 60%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-0 {
  fill: rgb(255 252 245 / 0%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-10 {
  fill: rgb(255 252 245 / 10%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-100 {
  fill: rgb(255 252 245 / 100%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-20 {
  fill: rgb(255 252 245 / 20%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-30 {
  fill: rgb(255 252 245 / 30%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-40 {
  fill: rgb(255 252 245 / 40%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-50 {
  fill: rgb(255 252 245 / 50%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-60 {
  fill: rgb(255 252 245 / 60%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-70 {
  fill: rgb(255 252 245 / 70%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-80 {
  fill: rgb(255 252 245 / 80%);
}
.fill-base-color-bg-attention-subtle\/core-opacity-90 {
  fill: rgb(255 252 245 / 90%);
}
.fill-base-color-bg-attention\/0 {
  fill: rgb(254 240 200 / 0);
}
.fill-base-color-bg-attention\/10 {
  fill: rgb(254 240 200 / 0.1);
}
.fill-base-color-bg-attention\/100 {
  fill: rgb(254 240 200 / 1);
}
.fill-base-color-bg-attention\/20 {
  fill: rgb(254 240 200 / 0.2);
}
.fill-base-color-bg-attention\/25 {
  fill: rgb(254 240 200 / 0.25);
}
.fill-base-color-bg-attention\/30 {
  fill: rgb(254 240 200 / 0.3);
}
.fill-base-color-bg-attention\/40 {
  fill: rgb(254 240 200 / 0.4);
}
.fill-base-color-bg-attention\/5 {
  fill: rgb(254 240 200 / 0.05);
}
.fill-base-color-bg-attention\/50 {
  fill: rgb(254 240 200 / 0.5);
}
.fill-base-color-bg-attention\/60 {
  fill: rgb(254 240 200 / 0.6);
}
.fill-base-color-bg-attention\/70 {
  fill: rgb(254 240 200 / 0.7);
}
.fill-base-color-bg-attention\/75 {
  fill: rgb(254 240 200 / 0.75);
}
.fill-base-color-bg-attention\/80 {
  fill: rgb(254 240 200 / 0.8);
}
.fill-base-color-bg-attention\/90 {
  fill: rgb(254 240 200 / 0.9);
}
.fill-base-color-bg-attention\/95 {
  fill: rgb(254 240 200 / 0.95);
}
.fill-base-color-bg-attention\/base-opacity-disabled {
  fill: rgb(254 240 200 / 60%);
}
.fill-base-color-bg-attention\/core-opacity-0 {
  fill: rgb(254 240 200 / 0%);
}
.fill-base-color-bg-attention\/core-opacity-10 {
  fill: rgb(254 240 200 / 10%);
}
.fill-base-color-bg-attention\/core-opacity-100 {
  fill: rgb(254 240 200 / 100%);
}
.fill-base-color-bg-attention\/core-opacity-20 {
  fill: rgb(254 240 200 / 20%);
}
.fill-base-color-bg-attention\/core-opacity-30 {
  fill: rgb(254 240 200 / 30%);
}
.fill-base-color-bg-attention\/core-opacity-40 {
  fill: rgb(254 240 200 / 40%);
}
.fill-base-color-bg-attention\/core-opacity-50 {
  fill: rgb(254 240 200 / 50%);
}
.fill-base-color-bg-attention\/core-opacity-60 {
  fill: rgb(254 240 200 / 60%);
}
.fill-base-color-bg-attention\/core-opacity-70 {
  fill: rgb(254 240 200 / 70%);
}
.fill-base-color-bg-attention\/core-opacity-80 {
  fill: rgb(254 240 200 / 80%);
}
.fill-base-color-bg-attention\/core-opacity-90 {
  fill: rgb(254 240 200 / 90%);
}
.fill-base-color-bg-brand {
  fill: #cdd6f9;
}
.fill-base-color-bg-brand-emphasis {
  fill: #5d5bd7;
}
.fill-base-color-bg-brand-emphasis\/0 {
  fill: rgb(93 91 215 / 0);
}
.fill-base-color-bg-brand-emphasis\/10 {
  fill: rgb(93 91 215 / 0.1);
}
.fill-base-color-bg-brand-emphasis\/100 {
  fill: rgb(93 91 215 / 1);
}
.fill-base-color-bg-brand-emphasis\/20 {
  fill: rgb(93 91 215 / 0.2);
}
.fill-base-color-bg-brand-emphasis\/25 {
  fill: rgb(93 91 215 / 0.25);
}
.fill-base-color-bg-brand-emphasis\/30 {
  fill: rgb(93 91 215 / 0.3);
}
.fill-base-color-bg-brand-emphasis\/40 {
  fill: rgb(93 91 215 / 0.4);
}
.fill-base-color-bg-brand-emphasis\/5 {
  fill: rgb(93 91 215 / 0.05);
}
.fill-base-color-bg-brand-emphasis\/50 {
  fill: rgb(93 91 215 / 0.5);
}
.fill-base-color-bg-brand-emphasis\/60 {
  fill: rgb(93 91 215 / 0.6);
}
.fill-base-color-bg-brand-emphasis\/70 {
  fill: rgb(93 91 215 / 0.7);
}
.fill-base-color-bg-brand-emphasis\/75 {
  fill: rgb(93 91 215 / 0.75);
}
.fill-base-color-bg-brand-emphasis\/80 {
  fill: rgb(93 91 215 / 0.8);
}
.fill-base-color-bg-brand-emphasis\/90 {
  fill: rgb(93 91 215 / 0.9);
}
.fill-base-color-bg-brand-emphasis\/95 {
  fill: rgb(93 91 215 / 0.95);
}
.fill-base-color-bg-brand-emphasis\/base-opacity-disabled {
  fill: rgb(93 91 215 / 60%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-0 {
  fill: rgb(93 91 215 / 0%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-10 {
  fill: rgb(93 91 215 / 10%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-100 {
  fill: rgb(93 91 215 / 100%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-20 {
  fill: rgb(93 91 215 / 20%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-30 {
  fill: rgb(93 91 215 / 30%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-40 {
  fill: rgb(93 91 215 / 40%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-50 {
  fill: rgb(93 91 215 / 50%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-60 {
  fill: rgb(93 91 215 / 60%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-70 {
  fill: rgb(93 91 215 / 70%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-80 {
  fill: rgb(93 91 215 / 80%);
}
.fill-base-color-bg-brand-emphasis\/core-opacity-90 {
  fill: rgb(93 91 215 / 90%);
}
.fill-base-color-bg-brand-subtle {
  fill: #f2f4fd;
}
.fill-base-color-bg-brand-subtle\/0 {
  fill: rgb(242 244 253 / 0);
}
.fill-base-color-bg-brand-subtle\/10 {
  fill: rgb(242 244 253 / 0.1);
}
.fill-base-color-bg-brand-subtle\/100 {
  fill: rgb(242 244 253 / 1);
}
.fill-base-color-bg-brand-subtle\/20 {
  fill: rgb(242 244 253 / 0.2);
}
.fill-base-color-bg-brand-subtle\/25 {
  fill: rgb(242 244 253 / 0.25);
}
.fill-base-color-bg-brand-subtle\/30 {
  fill: rgb(242 244 253 / 0.3);
}
.fill-base-color-bg-brand-subtle\/40 {
  fill: rgb(242 244 253 / 0.4);
}
.fill-base-color-bg-brand-subtle\/5 {
  fill: rgb(242 244 253 / 0.05);
}
.fill-base-color-bg-brand-subtle\/50 {
  fill: rgb(242 244 253 / 0.5);
}
.fill-base-color-bg-brand-subtle\/60 {
  fill: rgb(242 244 253 / 0.6);
}
.fill-base-color-bg-brand-subtle\/70 {
  fill: rgb(242 244 253 / 0.7);
}
.fill-base-color-bg-brand-subtle\/75 {
  fill: rgb(242 244 253 / 0.75);
}
.fill-base-color-bg-brand-subtle\/80 {
  fill: rgb(242 244 253 / 0.8);
}
.fill-base-color-bg-brand-subtle\/90 {
  fill: rgb(242 244 253 / 0.9);
}
.fill-base-color-bg-brand-subtle\/95 {
  fill: rgb(242 244 253 / 0.95);
}
.fill-base-color-bg-brand-subtle\/base-opacity-disabled {
  fill: rgb(242 244 253 / 60%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-0 {
  fill: rgb(242 244 253 / 0%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-10 {
  fill: rgb(242 244 253 / 10%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-100 {
  fill: rgb(242 244 253 / 100%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-20 {
  fill: rgb(242 244 253 / 20%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-30 {
  fill: rgb(242 244 253 / 30%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-40 {
  fill: rgb(242 244 253 / 40%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-50 {
  fill: rgb(242 244 253 / 50%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-60 {
  fill: rgb(242 244 253 / 60%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-70 {
  fill: rgb(242 244 253 / 70%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-80 {
  fill: rgb(242 244 253 / 80%);
}
.fill-base-color-bg-brand-subtle\/core-opacity-90 {
  fill: rgb(242 244 253 / 90%);
}
.fill-base-color-bg-brand\/0 {
  fill: rgb(205 214 249 / 0);
}
.fill-base-color-bg-brand\/10 {
  fill: rgb(205 214 249 / 0.1);
}
.fill-base-color-bg-brand\/100 {
  fill: rgb(205 214 249 / 1);
}
.fill-base-color-bg-brand\/20 {
  fill: rgb(205 214 249 / 0.2);
}
.fill-base-color-bg-brand\/25 {
  fill: rgb(205 214 249 / 0.25);
}
.fill-base-color-bg-brand\/30 {
  fill: rgb(205 214 249 / 0.3);
}
.fill-base-color-bg-brand\/40 {
  fill: rgb(205 214 249 / 0.4);
}
.fill-base-color-bg-brand\/5 {
  fill: rgb(205 214 249 / 0.05);
}
.fill-base-color-bg-brand\/50 {
  fill: rgb(205 214 249 / 0.5);
}
.fill-base-color-bg-brand\/60 {
  fill: rgb(205 214 249 / 0.6);
}
.fill-base-color-bg-brand\/70 {
  fill: rgb(205 214 249 / 0.7);
}
.fill-base-color-bg-brand\/75 {
  fill: rgb(205 214 249 / 0.75);
}
.fill-base-color-bg-brand\/80 {
  fill: rgb(205 214 249 / 0.8);
}
.fill-base-color-bg-brand\/90 {
  fill: rgb(205 214 249 / 0.9);
}
.fill-base-color-bg-brand\/95 {
  fill: rgb(205 214 249 / 0.95);
}
.fill-base-color-bg-brand\/base-opacity-disabled {
  fill: rgb(205 214 249 / 60%);
}
.fill-base-color-bg-brand\/core-opacity-0 {
  fill: rgb(205 214 249 / 0%);
}
.fill-base-color-bg-brand\/core-opacity-10 {
  fill: rgb(205 214 249 / 10%);
}
.fill-base-color-bg-brand\/core-opacity-100 {
  fill: rgb(205 214 249 / 100%);
}
.fill-base-color-bg-brand\/core-opacity-20 {
  fill: rgb(205 214 249 / 20%);
}
.fill-base-color-bg-brand\/core-opacity-30 {
  fill: rgb(205 214 249 / 30%);
}
.fill-base-color-bg-brand\/core-opacity-40 {
  fill: rgb(205 214 249 / 40%);
}
.fill-base-color-bg-brand\/core-opacity-50 {
  fill: rgb(205 214 249 / 50%);
}
.fill-base-color-bg-brand\/core-opacity-60 {
  fill: rgb(205 214 249 / 60%);
}
.fill-base-color-bg-brand\/core-opacity-70 {
  fill: rgb(205 214 249 / 70%);
}
.fill-base-color-bg-brand\/core-opacity-80 {
  fill: rgb(205 214 249 / 80%);
}
.fill-base-color-bg-brand\/core-opacity-90 {
  fill: rgb(205 214 249 / 90%);
}
.fill-base-color-bg-danger {
  fill: #fee3e1;
}
.fill-base-color-bg-danger-emphasis {
  fill: #f04438;
}
.fill-base-color-bg-danger-emphasis\/0 {
  fill: rgb(240 68 56 / 0);
}
.fill-base-color-bg-danger-emphasis\/10 {
  fill: rgb(240 68 56 / 0.1);
}
.fill-base-color-bg-danger-emphasis\/100 {
  fill: rgb(240 68 56 / 1);
}
.fill-base-color-bg-danger-emphasis\/20 {
  fill: rgb(240 68 56 / 0.2);
}
.fill-base-color-bg-danger-emphasis\/25 {
  fill: rgb(240 68 56 / 0.25);
}
.fill-base-color-bg-danger-emphasis\/30 {
  fill: rgb(240 68 56 / 0.3);
}
.fill-base-color-bg-danger-emphasis\/40 {
  fill: rgb(240 68 56 / 0.4);
}
.fill-base-color-bg-danger-emphasis\/5 {
  fill: rgb(240 68 56 / 0.05);
}
.fill-base-color-bg-danger-emphasis\/50 {
  fill: rgb(240 68 56 / 0.5);
}
.fill-base-color-bg-danger-emphasis\/60 {
  fill: rgb(240 68 56 / 0.6);
}
.fill-base-color-bg-danger-emphasis\/70 {
  fill: rgb(240 68 56 / 0.7);
}
.fill-base-color-bg-danger-emphasis\/75 {
  fill: rgb(240 68 56 / 0.75);
}
.fill-base-color-bg-danger-emphasis\/80 {
  fill: rgb(240 68 56 / 0.8);
}
.fill-base-color-bg-danger-emphasis\/90 {
  fill: rgb(240 68 56 / 0.9);
}
.fill-base-color-bg-danger-emphasis\/95 {
  fill: rgb(240 68 56 / 0.95);
}
.fill-base-color-bg-danger-emphasis\/base-opacity-disabled {
  fill: rgb(240 68 56 / 60%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-0 {
  fill: rgb(240 68 56 / 0%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-10 {
  fill: rgb(240 68 56 / 10%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-100 {
  fill: rgb(240 68 56 / 100%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-20 {
  fill: rgb(240 68 56 / 20%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-30 {
  fill: rgb(240 68 56 / 30%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-40 {
  fill: rgb(240 68 56 / 40%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-50 {
  fill: rgb(240 68 56 / 50%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-60 {
  fill: rgb(240 68 56 / 60%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-70 {
  fill: rgb(240 68 56 / 70%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-80 {
  fill: rgb(240 68 56 / 80%);
}
.fill-base-color-bg-danger-emphasis\/core-opacity-90 {
  fill: rgb(240 68 56 / 90%);
}
.fill-base-color-bg-danger-subtle {
  fill: #fffbfa;
}
.fill-base-color-bg-danger-subtle\/0 {
  fill: rgb(255 251 250 / 0);
}
.fill-base-color-bg-danger-subtle\/10 {
  fill: rgb(255 251 250 / 0.1);
}
.fill-base-color-bg-danger-subtle\/100 {
  fill: rgb(255 251 250 / 1);
}
.fill-base-color-bg-danger-subtle\/20 {
  fill: rgb(255 251 250 / 0.2);
}
.fill-base-color-bg-danger-subtle\/25 {
  fill: rgb(255 251 250 / 0.25);
}
.fill-base-color-bg-danger-subtle\/30 {
  fill: rgb(255 251 250 / 0.3);
}
.fill-base-color-bg-danger-subtle\/40 {
  fill: rgb(255 251 250 / 0.4);
}
.fill-base-color-bg-danger-subtle\/5 {
  fill: rgb(255 251 250 / 0.05);
}
.fill-base-color-bg-danger-subtle\/50 {
  fill: rgb(255 251 250 / 0.5);
}
.fill-base-color-bg-danger-subtle\/60 {
  fill: rgb(255 251 250 / 0.6);
}
.fill-base-color-bg-danger-subtle\/70 {
  fill: rgb(255 251 250 / 0.7);
}
.fill-base-color-bg-danger-subtle\/75 {
  fill: rgb(255 251 250 / 0.75);
}
.fill-base-color-bg-danger-subtle\/80 {
  fill: rgb(255 251 250 / 0.8);
}
.fill-base-color-bg-danger-subtle\/90 {
  fill: rgb(255 251 250 / 0.9);
}
.fill-base-color-bg-danger-subtle\/95 {
  fill: rgb(255 251 250 / 0.95);
}
.fill-base-color-bg-danger-subtle\/base-opacity-disabled {
  fill: rgb(255 251 250 / 60%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-0 {
  fill: rgb(255 251 250 / 0%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-10 {
  fill: rgb(255 251 250 / 10%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-100 {
  fill: rgb(255 251 250 / 100%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-20 {
  fill: rgb(255 251 250 / 20%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-30 {
  fill: rgb(255 251 250 / 30%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-40 {
  fill: rgb(255 251 250 / 40%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-50 {
  fill: rgb(255 251 250 / 50%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-60 {
  fill: rgb(255 251 250 / 60%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-70 {
  fill: rgb(255 251 250 / 70%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-80 {
  fill: rgb(255 251 250 / 80%);
}
.fill-base-color-bg-danger-subtle\/core-opacity-90 {
  fill: rgb(255 251 250 / 90%);
}
.fill-base-color-bg-danger\/0 {
  fill: rgb(254 227 225 / 0);
}
.fill-base-color-bg-danger\/10 {
  fill: rgb(254 227 225 / 0.1);
}
.fill-base-color-bg-danger\/100 {
  fill: rgb(254 227 225 / 1);
}
.fill-base-color-bg-danger\/20 {
  fill: rgb(254 227 225 / 0.2);
}
.fill-base-color-bg-danger\/25 {
  fill: rgb(254 227 225 / 0.25);
}
.fill-base-color-bg-danger\/30 {
  fill: rgb(254 227 225 / 0.3);
}
.fill-base-color-bg-danger\/40 {
  fill: rgb(254 227 225 / 0.4);
}
.fill-base-color-bg-danger\/5 {
  fill: rgb(254 227 225 / 0.05);
}
.fill-base-color-bg-danger\/50 {
  fill: rgb(254 227 225 / 0.5);
}
.fill-base-color-bg-danger\/60 {
  fill: rgb(254 227 225 / 0.6);
}
.fill-base-color-bg-danger\/70 {
  fill: rgb(254 227 225 / 0.7);
}
.fill-base-color-bg-danger\/75 {
  fill: rgb(254 227 225 / 0.75);
}
.fill-base-color-bg-danger\/80 {
  fill: rgb(254 227 225 / 0.8);
}
.fill-base-color-bg-danger\/90 {
  fill: rgb(254 227 225 / 0.9);
}
.fill-base-color-bg-danger\/95 {
  fill: rgb(254 227 225 / 0.95);
}
.fill-base-color-bg-danger\/base-opacity-disabled {
  fill: rgb(254 227 225 / 60%);
}
.fill-base-color-bg-danger\/core-opacity-0 {
  fill: rgb(254 227 225 / 0%);
}
.fill-base-color-bg-danger\/core-opacity-10 {
  fill: rgb(254 227 225 / 10%);
}
.fill-base-color-bg-danger\/core-opacity-100 {
  fill: rgb(254 227 225 / 100%);
}
.fill-base-color-bg-danger\/core-opacity-20 {
  fill: rgb(254 227 225 / 20%);
}
.fill-base-color-bg-danger\/core-opacity-30 {
  fill: rgb(254 227 225 / 30%);
}
.fill-base-color-bg-danger\/core-opacity-40 {
  fill: rgb(254 227 225 / 40%);
}
.fill-base-color-bg-danger\/core-opacity-50 {
  fill: rgb(254 227 225 / 50%);
}
.fill-base-color-bg-danger\/core-opacity-60 {
  fill: rgb(254 227 225 / 60%);
}
.fill-base-color-bg-danger\/core-opacity-70 {
  fill: rgb(254 227 225 / 70%);
}
.fill-base-color-bg-danger\/core-opacity-80 {
  fill: rgb(254 227 225 / 80%);
}
.fill-base-color-bg-danger\/core-opacity-90 {
  fill: rgb(254 227 225 / 90%);
}
.fill-base-color-bg-default {
  fill: #ffffff;
}
.fill-base-color-bg-default\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-base-color-bg-default\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-base-color-bg-default\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-base-color-bg-default\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-base-color-bg-default\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-base-color-bg-default\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-base-color-bg-default\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-base-color-bg-default\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-base-color-bg-default\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-base-color-bg-default\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-base-color-bg-default\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-base-color-bg-default\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-base-color-bg-default\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-base-color-bg-default\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-base-color-bg-default\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.fill-base-color-bg-default\/base-opacity-disabled {
  fill: rgb(255 255 255 / 60%);
}
.fill-base-color-bg-default\/core-opacity-0 {
  fill: rgb(255 255 255 / 0%);
}
.fill-base-color-bg-default\/core-opacity-10 {
  fill: rgb(255 255 255 / 10%);
}
.fill-base-color-bg-default\/core-opacity-100 {
  fill: rgb(255 255 255 / 100%);
}
.fill-base-color-bg-default\/core-opacity-20 {
  fill: rgb(255 255 255 / 20%);
}
.fill-base-color-bg-default\/core-opacity-30 {
  fill: rgb(255 255 255 / 30%);
}
.fill-base-color-bg-default\/core-opacity-40 {
  fill: rgb(255 255 255 / 40%);
}
.fill-base-color-bg-default\/core-opacity-50 {
  fill: rgb(255 255 255 / 50%);
}
.fill-base-color-bg-default\/core-opacity-60 {
  fill: rgb(255 255 255 / 60%);
}
.fill-base-color-bg-default\/core-opacity-70 {
  fill: rgb(255 255 255 / 70%);
}
.fill-base-color-bg-default\/core-opacity-80 {
  fill: rgb(255 255 255 / 80%);
}
.fill-base-color-bg-default\/core-opacity-90 {
  fill: rgb(255 255 255 / 90%);
}
.fill-base-color-bg-emphasis {
  fill: #101828;
}
.fill-base-color-bg-emphasis\/0 {
  fill: rgb(16 24 40 / 0);
}
.fill-base-color-bg-emphasis\/10 {
  fill: rgb(16 24 40 / 0.1);
}
.fill-base-color-bg-emphasis\/100 {
  fill: rgb(16 24 40 / 1);
}
.fill-base-color-bg-emphasis\/20 {
  fill: rgb(16 24 40 / 0.2);
}
.fill-base-color-bg-emphasis\/25 {
  fill: rgb(16 24 40 / 0.25);
}
.fill-base-color-bg-emphasis\/30 {
  fill: rgb(16 24 40 / 0.3);
}
.fill-base-color-bg-emphasis\/40 {
  fill: rgb(16 24 40 / 0.4);
}
.fill-base-color-bg-emphasis\/5 {
  fill: rgb(16 24 40 / 0.05);
}
.fill-base-color-bg-emphasis\/50 {
  fill: rgb(16 24 40 / 0.5);
}
.fill-base-color-bg-emphasis\/60 {
  fill: rgb(16 24 40 / 0.6);
}
.fill-base-color-bg-emphasis\/70 {
  fill: rgb(16 24 40 / 0.7);
}
.fill-base-color-bg-emphasis\/75 {
  fill: rgb(16 24 40 / 0.75);
}
.fill-base-color-bg-emphasis\/80 {
  fill: rgb(16 24 40 / 0.8);
}
.fill-base-color-bg-emphasis\/90 {
  fill: rgb(16 24 40 / 0.9);
}
.fill-base-color-bg-emphasis\/95 {
  fill: rgb(16 24 40 / 0.95);
}
.fill-base-color-bg-emphasis\/base-opacity-disabled {
  fill: rgb(16 24 40 / 60%);
}
.fill-base-color-bg-emphasis\/core-opacity-0 {
  fill: rgb(16 24 40 / 0%);
}
.fill-base-color-bg-emphasis\/core-opacity-10 {
  fill: rgb(16 24 40 / 10%);
}
.fill-base-color-bg-emphasis\/core-opacity-100 {
  fill: rgb(16 24 40 / 100%);
}
.fill-base-color-bg-emphasis\/core-opacity-20 {
  fill: rgb(16 24 40 / 20%);
}
.fill-base-color-bg-emphasis\/core-opacity-30 {
  fill: rgb(16 24 40 / 30%);
}
.fill-base-color-bg-emphasis\/core-opacity-40 {
  fill: rgb(16 24 40 / 40%);
}
.fill-base-color-bg-emphasis\/core-opacity-50 {
  fill: rgb(16 24 40 / 50%);
}
.fill-base-color-bg-emphasis\/core-opacity-60 {
  fill: rgb(16 24 40 / 60%);
}
.fill-base-color-bg-emphasis\/core-opacity-70 {
  fill: rgb(16 24 40 / 70%);
}
.fill-base-color-bg-emphasis\/core-opacity-80 {
  fill: rgb(16 24 40 / 80%);
}
.fill-base-color-bg-emphasis\/core-opacity-90 {
  fill: rgb(16 24 40 / 90%);
}
.fill-base-color-bg-muted {
  fill: #eaecf0;
}
.fill-base-color-bg-muted\/0 {
  fill: rgb(234 236 240 / 0);
}
.fill-base-color-bg-muted\/10 {
  fill: rgb(234 236 240 / 0.1);
}
.fill-base-color-bg-muted\/100 {
  fill: rgb(234 236 240 / 1);
}
.fill-base-color-bg-muted\/20 {
  fill: rgb(234 236 240 / 0.2);
}
.fill-base-color-bg-muted\/25 {
  fill: rgb(234 236 240 / 0.25);
}
.fill-base-color-bg-muted\/30 {
  fill: rgb(234 236 240 / 0.3);
}
.fill-base-color-bg-muted\/40 {
  fill: rgb(234 236 240 / 0.4);
}
.fill-base-color-bg-muted\/5 {
  fill: rgb(234 236 240 / 0.05);
}
.fill-base-color-bg-muted\/50 {
  fill: rgb(234 236 240 / 0.5);
}
.fill-base-color-bg-muted\/60 {
  fill: rgb(234 236 240 / 0.6);
}
.fill-base-color-bg-muted\/70 {
  fill: rgb(234 236 240 / 0.7);
}
.fill-base-color-bg-muted\/75 {
  fill: rgb(234 236 240 / 0.75);
}
.fill-base-color-bg-muted\/80 {
  fill: rgb(234 236 240 / 0.8);
}
.fill-base-color-bg-muted\/90 {
  fill: rgb(234 236 240 / 0.9);
}
.fill-base-color-bg-muted\/95 {
  fill: rgb(234 236 240 / 0.95);
}
.fill-base-color-bg-muted\/base-opacity-disabled {
  fill: rgb(234 236 240 / 60%);
}
.fill-base-color-bg-muted\/core-opacity-0 {
  fill: rgb(234 236 240 / 0%);
}
.fill-base-color-bg-muted\/core-opacity-10 {
  fill: rgb(234 236 240 / 10%);
}
.fill-base-color-bg-muted\/core-opacity-100 {
  fill: rgb(234 236 240 / 100%);
}
.fill-base-color-bg-muted\/core-opacity-20 {
  fill: rgb(234 236 240 / 20%);
}
.fill-base-color-bg-muted\/core-opacity-30 {
  fill: rgb(234 236 240 / 30%);
}
.fill-base-color-bg-muted\/core-opacity-40 {
  fill: rgb(234 236 240 / 40%);
}
.fill-base-color-bg-muted\/core-opacity-50 {
  fill: rgb(234 236 240 / 50%);
}
.fill-base-color-bg-muted\/core-opacity-60 {
  fill: rgb(234 236 240 / 60%);
}
.fill-base-color-bg-muted\/core-opacity-70 {
  fill: rgb(234 236 240 / 70%);
}
.fill-base-color-bg-muted\/core-opacity-80 {
  fill: rgb(234 236 240 / 80%);
}
.fill-base-color-bg-muted\/core-opacity-90 {
  fill: rgb(234 236 240 / 90%);
}
.fill-base-color-bg-subtle {
  fill: #f2f4f7;
}
.fill-base-color-bg-subtle\/0 {
  fill: rgb(242 244 247 / 0);
}
.fill-base-color-bg-subtle\/10 {
  fill: rgb(242 244 247 / 0.1);
}
.fill-base-color-bg-subtle\/100 {
  fill: rgb(242 244 247 / 1);
}
.fill-base-color-bg-subtle\/20 {
  fill: rgb(242 244 247 / 0.2);
}
.fill-base-color-bg-subtle\/25 {
  fill: rgb(242 244 247 / 0.25);
}
.fill-base-color-bg-subtle\/30 {
  fill: rgb(242 244 247 / 0.3);
}
.fill-base-color-bg-subtle\/40 {
  fill: rgb(242 244 247 / 0.4);
}
.fill-base-color-bg-subtle\/5 {
  fill: rgb(242 244 247 / 0.05);
}
.fill-base-color-bg-subtle\/50 {
  fill: rgb(242 244 247 / 0.5);
}
.fill-base-color-bg-subtle\/60 {
  fill: rgb(242 244 247 / 0.6);
}
.fill-base-color-bg-subtle\/70 {
  fill: rgb(242 244 247 / 0.7);
}
.fill-base-color-bg-subtle\/75 {
  fill: rgb(242 244 247 / 0.75);
}
.fill-base-color-bg-subtle\/80 {
  fill: rgb(242 244 247 / 0.8);
}
.fill-base-color-bg-subtle\/90 {
  fill: rgb(242 244 247 / 0.9);
}
.fill-base-color-bg-subtle\/95 {
  fill: rgb(242 244 247 / 0.95);
}
.fill-base-color-bg-subtle\/base-opacity-disabled {
  fill: rgb(242 244 247 / 60%);
}
.fill-base-color-bg-subtle\/core-opacity-0 {
  fill: rgb(242 244 247 / 0%);
}
.fill-base-color-bg-subtle\/core-opacity-10 {
  fill: rgb(242 244 247 / 10%);
}
.fill-base-color-bg-subtle\/core-opacity-100 {
  fill: rgb(242 244 247 / 100%);
}
.fill-base-color-bg-subtle\/core-opacity-20 {
  fill: rgb(242 244 247 / 20%);
}
.fill-base-color-bg-subtle\/core-opacity-30 {
  fill: rgb(242 244 247 / 30%);
}
.fill-base-color-bg-subtle\/core-opacity-40 {
  fill: rgb(242 244 247 / 40%);
}
.fill-base-color-bg-subtle\/core-opacity-50 {
  fill: rgb(242 244 247 / 50%);
}
.fill-base-color-bg-subtle\/core-opacity-60 {
  fill: rgb(242 244 247 / 60%);
}
.fill-base-color-bg-subtle\/core-opacity-70 {
  fill: rgb(242 244 247 / 70%);
}
.fill-base-color-bg-subtle\/core-opacity-80 {
  fill: rgb(242 244 247 / 80%);
}
.fill-base-color-bg-subtle\/core-opacity-90 {
  fill: rgb(242 244 247 / 90%);
}
.fill-base-color-bg-success {
  fill: #d1fadf;
}
.fill-base-color-bg-success-emphasis {
  fill: #12b569;
}
.fill-base-color-bg-success-emphasis\/0 {
  fill: rgb(18 181 105 / 0);
}
.fill-base-color-bg-success-emphasis\/10 {
  fill: rgb(18 181 105 / 0.1);
}
.fill-base-color-bg-success-emphasis\/100 {
  fill: rgb(18 181 105 / 1);
}
.fill-base-color-bg-success-emphasis\/20 {
  fill: rgb(18 181 105 / 0.2);
}
.fill-base-color-bg-success-emphasis\/25 {
  fill: rgb(18 181 105 / 0.25);
}
.fill-base-color-bg-success-emphasis\/30 {
  fill: rgb(18 181 105 / 0.3);
}
.fill-base-color-bg-success-emphasis\/40 {
  fill: rgb(18 181 105 / 0.4);
}
.fill-base-color-bg-success-emphasis\/5 {
  fill: rgb(18 181 105 / 0.05);
}
.fill-base-color-bg-success-emphasis\/50 {
  fill: rgb(18 181 105 / 0.5);
}
.fill-base-color-bg-success-emphasis\/60 {
  fill: rgb(18 181 105 / 0.6);
}
.fill-base-color-bg-success-emphasis\/70 {
  fill: rgb(18 181 105 / 0.7);
}
.fill-base-color-bg-success-emphasis\/75 {
  fill: rgb(18 181 105 / 0.75);
}
.fill-base-color-bg-success-emphasis\/80 {
  fill: rgb(18 181 105 / 0.8);
}
.fill-base-color-bg-success-emphasis\/90 {
  fill: rgb(18 181 105 / 0.9);
}
.fill-base-color-bg-success-emphasis\/95 {
  fill: rgb(18 181 105 / 0.95);
}
.fill-base-color-bg-success-emphasis\/base-opacity-disabled {
  fill: rgb(18 181 105 / 60%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-0 {
  fill: rgb(18 181 105 / 0%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-10 {
  fill: rgb(18 181 105 / 10%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-100 {
  fill: rgb(18 181 105 / 100%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-20 {
  fill: rgb(18 181 105 / 20%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-30 {
  fill: rgb(18 181 105 / 30%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-40 {
  fill: rgb(18 181 105 / 40%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-50 {
  fill: rgb(18 181 105 / 50%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-60 {
  fill: rgb(18 181 105 / 60%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-70 {
  fill: rgb(18 181 105 / 70%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-80 {
  fill: rgb(18 181 105 / 80%);
}
.fill-base-color-bg-success-emphasis\/core-opacity-90 {
  fill: rgb(18 181 105 / 90%);
}
.fill-base-color-bg-success-subtle {
  fill: #f6fef9;
}
.fill-base-color-bg-success-subtle\/0 {
  fill: rgb(246 254 249 / 0);
}
.fill-base-color-bg-success-subtle\/10 {
  fill: rgb(246 254 249 / 0.1);
}
.fill-base-color-bg-success-subtle\/100 {
  fill: rgb(246 254 249 / 1);
}
.fill-base-color-bg-success-subtle\/20 {
  fill: rgb(246 254 249 / 0.2);
}
.fill-base-color-bg-success-subtle\/25 {
  fill: rgb(246 254 249 / 0.25);
}
.fill-base-color-bg-success-subtle\/30 {
  fill: rgb(246 254 249 / 0.3);
}
.fill-base-color-bg-success-subtle\/40 {
  fill: rgb(246 254 249 / 0.4);
}
.fill-base-color-bg-success-subtle\/5 {
  fill: rgb(246 254 249 / 0.05);
}
.fill-base-color-bg-success-subtle\/50 {
  fill: rgb(246 254 249 / 0.5);
}
.fill-base-color-bg-success-subtle\/60 {
  fill: rgb(246 254 249 / 0.6);
}
.fill-base-color-bg-success-subtle\/70 {
  fill: rgb(246 254 249 / 0.7);
}
.fill-base-color-bg-success-subtle\/75 {
  fill: rgb(246 254 249 / 0.75);
}
.fill-base-color-bg-success-subtle\/80 {
  fill: rgb(246 254 249 / 0.8);
}
.fill-base-color-bg-success-subtle\/90 {
  fill: rgb(246 254 249 / 0.9);
}
.fill-base-color-bg-success-subtle\/95 {
  fill: rgb(246 254 249 / 0.95);
}
.fill-base-color-bg-success-subtle\/base-opacity-disabled {
  fill: rgb(246 254 249 / 60%);
}
.fill-base-color-bg-success-subtle\/core-opacity-0 {
  fill: rgb(246 254 249 / 0%);
}
.fill-base-color-bg-success-subtle\/core-opacity-10 {
  fill: rgb(246 254 249 / 10%);
}
.fill-base-color-bg-success-subtle\/core-opacity-100 {
  fill: rgb(246 254 249 / 100%);
}
.fill-base-color-bg-success-subtle\/core-opacity-20 {
  fill: rgb(246 254 249 / 20%);
}
.fill-base-color-bg-success-subtle\/core-opacity-30 {
  fill: rgb(246 254 249 / 30%);
}
.fill-base-color-bg-success-subtle\/core-opacity-40 {
  fill: rgb(246 254 249 / 40%);
}
.fill-base-color-bg-success-subtle\/core-opacity-50 {
  fill: rgb(246 254 249 / 50%);
}
.fill-base-color-bg-success-subtle\/core-opacity-60 {
  fill: rgb(246 254 249 / 60%);
}
.fill-base-color-bg-success-subtle\/core-opacity-70 {
  fill: rgb(246 254 249 / 70%);
}
.fill-base-color-bg-success-subtle\/core-opacity-80 {
  fill: rgb(246 254 249 / 80%);
}
.fill-base-color-bg-success-subtle\/core-opacity-90 {
  fill: rgb(246 254 249 / 90%);
}
.fill-base-color-bg-success\/0 {
  fill: rgb(209 250 223 / 0);
}
.fill-base-color-bg-success\/10 {
  fill: rgb(209 250 223 / 0.1);
}
.fill-base-color-bg-success\/100 {
  fill: rgb(209 250 223 / 1);
}
.fill-base-color-bg-success\/20 {
  fill: rgb(209 250 223 / 0.2);
}
.fill-base-color-bg-success\/25 {
  fill: rgb(209 250 223 / 0.25);
}
.fill-base-color-bg-success\/30 {
  fill: rgb(209 250 223 / 0.3);
}
.fill-base-color-bg-success\/40 {
  fill: rgb(209 250 223 / 0.4);
}
.fill-base-color-bg-success\/5 {
  fill: rgb(209 250 223 / 0.05);
}
.fill-base-color-bg-success\/50 {
  fill: rgb(209 250 223 / 0.5);
}
.fill-base-color-bg-success\/60 {
  fill: rgb(209 250 223 / 0.6);
}
.fill-base-color-bg-success\/70 {
  fill: rgb(209 250 223 / 0.7);
}
.fill-base-color-bg-success\/75 {
  fill: rgb(209 250 223 / 0.75);
}
.fill-base-color-bg-success\/80 {
  fill: rgb(209 250 223 / 0.8);
}
.fill-base-color-bg-success\/90 {
  fill: rgb(209 250 223 / 0.9);
}
.fill-base-color-bg-success\/95 {
  fill: rgb(209 250 223 / 0.95);
}
.fill-base-color-bg-success\/base-opacity-disabled {
  fill: rgb(209 250 223 / 60%);
}
.fill-base-color-bg-success\/core-opacity-0 {
  fill: rgb(209 250 223 / 0%);
}
.fill-base-color-bg-success\/core-opacity-10 {
  fill: rgb(209 250 223 / 10%);
}
.fill-base-color-bg-success\/core-opacity-100 {
  fill: rgb(209 250 223 / 100%);
}
.fill-base-color-bg-success\/core-opacity-20 {
  fill: rgb(209 250 223 / 20%);
}
.fill-base-color-bg-success\/core-opacity-30 {
  fill: rgb(209 250 223 / 30%);
}
.fill-base-color-bg-success\/core-opacity-40 {
  fill: rgb(209 250 223 / 40%);
}
.fill-base-color-bg-success\/core-opacity-50 {
  fill: rgb(209 250 223 / 50%);
}
.fill-base-color-bg-success\/core-opacity-60 {
  fill: rgb(209 250 223 / 60%);
}
.fill-base-color-bg-success\/core-opacity-70 {
  fill: rgb(209 250 223 / 70%);
}
.fill-base-color-bg-success\/core-opacity-80 {
  fill: rgb(209 250 223 / 80%);
}
.fill-base-color-bg-success\/core-opacity-90 {
  fill: rgb(209 250 223 / 90%);
}
.fill-base-color-bg-transparent {
  fill: #00000000;
}
.fill-base-color-bg-transparent\/0 {
  fill: rgb(0 0 0 / 0);
}
.fill-base-color-bg-transparent\/10 {
  fill: rgb(0 0 0 / 0.1);
}
.fill-base-color-bg-transparent\/100 {
  fill: rgb(0 0 0 / 1);
}
.fill-base-color-bg-transparent\/20 {
  fill: rgb(0 0 0 / 0.2);
}
.fill-base-color-bg-transparent\/25 {
  fill: rgb(0 0 0 / 0.25);
}
.fill-base-color-bg-transparent\/30 {
  fill: rgb(0 0 0 / 0.3);
}
.fill-base-color-bg-transparent\/40 {
  fill: rgb(0 0 0 / 0.4);
}
.fill-base-color-bg-transparent\/5 {
  fill: rgb(0 0 0 / 0.05);
}
.fill-base-color-bg-transparent\/50 {
  fill: rgb(0 0 0 / 0.5);
}
.fill-base-color-bg-transparent\/60 {
  fill: rgb(0 0 0 / 0.6);
}
.fill-base-color-bg-transparent\/70 {
  fill: rgb(0 0 0 / 0.7);
}
.fill-base-color-bg-transparent\/75 {
  fill: rgb(0 0 0 / 0.75);
}
.fill-base-color-bg-transparent\/80 {
  fill: rgb(0 0 0 / 0.8);
}
.fill-base-color-bg-transparent\/90 {
  fill: rgb(0 0 0 / 0.9);
}
.fill-base-color-bg-transparent\/95 {
  fill: rgb(0 0 0 / 0.95);
}
.fill-base-color-bg-transparent\/base-opacity-disabled {
  fill: rgb(0 0 0 / 60%);
}
.fill-base-color-bg-transparent\/core-opacity-0 {
  fill: rgb(0 0 0 / 0%);
}
.fill-base-color-bg-transparent\/core-opacity-10 {
  fill: rgb(0 0 0 / 10%);
}
.fill-base-color-bg-transparent\/core-opacity-100 {
  fill: rgb(0 0 0 / 100%);
}
.fill-base-color-bg-transparent\/core-opacity-20 {
  fill: rgb(0 0 0 / 20%);
}
.fill-base-color-bg-transparent\/core-opacity-30 {
  fill: rgb(0 0 0 / 30%);
}
.fill-base-color-bg-transparent\/core-opacity-40 {
  fill: rgb(0 0 0 / 40%);
}
.fill-base-color-bg-transparent\/core-opacity-50 {
  fill: rgb(0 0 0 / 50%);
}
.fill-base-color-bg-transparent\/core-opacity-60 {
  fill: rgb(0 0 0 / 60%);
}
.fill-base-color-bg-transparent\/core-opacity-70 {
  fill: rgb(0 0 0 / 70%);
}
.fill-base-color-bg-transparent\/core-opacity-80 {
  fill: rgb(0 0 0 / 80%);
}
.fill-base-color-bg-transparent\/core-opacity-90 {
  fill: rgb(0 0 0 / 90%);
}
.fill-base-color-fg-attention {
  fill: #dd6903;
}
.fill-base-color-fg-brand {
  fill: #5d5bd7;
}
.fill-base-color-fg-danger {
  fill: #d92d20;
}
.fill-base-color-fg-default {
  fill: #101828;
}
.fill-base-color-fg-muted {
  fill: #344055;
}
.fill-base-color-fg-subtle {
  fill: #667085;
}
.fill-base-color-fg-success {
  fill: #039654;
}
.fill-comp-toggle-color-primary-selected-enabled-border {
  fill: #5d5bd7;
}
.fill-comp-toggle-color-primary-unselected-enabled-border {
  fill: #d0d5dd;
}
.fill-core-color-neutral-50 {
  fill: #98a2b3;
}
.fill-danger {
  fill: #EF4444;
}
.fill-gray-300 {
  fill: #d1d5db;
}
.fill-gray-400 {
  fill: #9ca3af;
}
.fill-primary {
  fill: #5d5bd7;
}
.fill-red-600 {
  fill: #dc2626;
}
.fill-success {
  fill: #10b981;
}
.stroke-base-color-bg-accent {
  stroke: #d1e0ff;
}
.stroke-base-color-bg-accent-emphasis {
  stroke: #155eef;
}
.stroke-base-color-bg-accent-emphasis\/0 {
  stroke: rgb(21 94 239 / 0);
}
.stroke-base-color-bg-accent-emphasis\/10 {
  stroke: rgb(21 94 239 / 0.1);
}
.stroke-base-color-bg-accent-emphasis\/100 {
  stroke: rgb(21 94 239 / 1);
}
.stroke-base-color-bg-accent-emphasis\/20 {
  stroke: rgb(21 94 239 / 0.2);
}
.stroke-base-color-bg-accent-emphasis\/25 {
  stroke: rgb(21 94 239 / 0.25);
}
.stroke-base-color-bg-accent-emphasis\/30 {
  stroke: rgb(21 94 239 / 0.3);
}
.stroke-base-color-bg-accent-emphasis\/40 {
  stroke: rgb(21 94 239 / 0.4);
}
.stroke-base-color-bg-accent-emphasis\/5 {
  stroke: rgb(21 94 239 / 0.05);
}
.stroke-base-color-bg-accent-emphasis\/50 {
  stroke: rgb(21 94 239 / 0.5);
}
.stroke-base-color-bg-accent-emphasis\/60 {
  stroke: rgb(21 94 239 / 0.6);
}
.stroke-base-color-bg-accent-emphasis\/70 {
  stroke: rgb(21 94 239 / 0.7);
}
.stroke-base-color-bg-accent-emphasis\/75 {
  stroke: rgb(21 94 239 / 0.75);
}
.stroke-base-color-bg-accent-emphasis\/80 {
  stroke: rgb(21 94 239 / 0.8);
}
.stroke-base-color-bg-accent-emphasis\/90 {
  stroke: rgb(21 94 239 / 0.9);
}
.stroke-base-color-bg-accent-emphasis\/95 {
  stroke: rgb(21 94 239 / 0.95);
}
.stroke-base-color-bg-accent-emphasis\/base-opacity-disabled {
  stroke: rgb(21 94 239 / 60%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-0 {
  stroke: rgb(21 94 239 / 0%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-10 {
  stroke: rgb(21 94 239 / 10%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-100 {
  stroke: rgb(21 94 239 / 100%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-20 {
  stroke: rgb(21 94 239 / 20%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-30 {
  stroke: rgb(21 94 239 / 30%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-40 {
  stroke: rgb(21 94 239 / 40%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-50 {
  stroke: rgb(21 94 239 / 50%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-60 {
  stroke: rgb(21 94 239 / 60%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-70 {
  stroke: rgb(21 94 239 / 70%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-80 {
  stroke: rgb(21 94 239 / 80%);
}
.stroke-base-color-bg-accent-emphasis\/core-opacity-90 {
  stroke: rgb(21 94 239 / 90%);
}
.stroke-base-color-bg-accent-subtle {
  stroke: #f5f8ff;
}
.stroke-base-color-bg-accent-subtle\/0 {
  stroke: rgb(245 248 255 / 0);
}
.stroke-base-color-bg-accent-subtle\/10 {
  stroke: rgb(245 248 255 / 0.1);
}
.stroke-base-color-bg-accent-subtle\/100 {
  stroke: rgb(245 248 255 / 1);
}
.stroke-base-color-bg-accent-subtle\/20 {
  stroke: rgb(245 248 255 / 0.2);
}
.stroke-base-color-bg-accent-subtle\/25 {
  stroke: rgb(245 248 255 / 0.25);
}
.stroke-base-color-bg-accent-subtle\/30 {
  stroke: rgb(245 248 255 / 0.3);
}
.stroke-base-color-bg-accent-subtle\/40 {
  stroke: rgb(245 248 255 / 0.4);
}
.stroke-base-color-bg-accent-subtle\/5 {
  stroke: rgb(245 248 255 / 0.05);
}
.stroke-base-color-bg-accent-subtle\/50 {
  stroke: rgb(245 248 255 / 0.5);
}
.stroke-base-color-bg-accent-subtle\/60 {
  stroke: rgb(245 248 255 / 0.6);
}
.stroke-base-color-bg-accent-subtle\/70 {
  stroke: rgb(245 248 255 / 0.7);
}
.stroke-base-color-bg-accent-subtle\/75 {
  stroke: rgb(245 248 255 / 0.75);
}
.stroke-base-color-bg-accent-subtle\/80 {
  stroke: rgb(245 248 255 / 0.8);
}
.stroke-base-color-bg-accent-subtle\/90 {
  stroke: rgb(245 248 255 / 0.9);
}
.stroke-base-color-bg-accent-subtle\/95 {
  stroke: rgb(245 248 255 / 0.95);
}
.stroke-base-color-bg-accent-subtle\/base-opacity-disabled {
  stroke: rgb(245 248 255 / 60%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-0 {
  stroke: rgb(245 248 255 / 0%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-10 {
  stroke: rgb(245 248 255 / 10%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-100 {
  stroke: rgb(245 248 255 / 100%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-20 {
  stroke: rgb(245 248 255 / 20%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-30 {
  stroke: rgb(245 248 255 / 30%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-40 {
  stroke: rgb(245 248 255 / 40%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-50 {
  stroke: rgb(245 248 255 / 50%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-60 {
  stroke: rgb(245 248 255 / 60%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-70 {
  stroke: rgb(245 248 255 / 70%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-80 {
  stroke: rgb(245 248 255 / 80%);
}
.stroke-base-color-bg-accent-subtle\/core-opacity-90 {
  stroke: rgb(245 248 255 / 90%);
}
.stroke-base-color-bg-accent\/0 {
  stroke: rgb(209 224 255 / 0);
}
.stroke-base-color-bg-accent\/10 {
  stroke: rgb(209 224 255 / 0.1);
}
.stroke-base-color-bg-accent\/100 {
  stroke: rgb(209 224 255 / 1);
}
.stroke-base-color-bg-accent\/20 {
  stroke: rgb(209 224 255 / 0.2);
}
.stroke-base-color-bg-accent\/25 {
  stroke: rgb(209 224 255 / 0.25);
}
.stroke-base-color-bg-accent\/30 {
  stroke: rgb(209 224 255 / 0.3);
}
.stroke-base-color-bg-accent\/40 {
  stroke: rgb(209 224 255 / 0.4);
}
.stroke-base-color-bg-accent\/5 {
  stroke: rgb(209 224 255 / 0.05);
}
.stroke-base-color-bg-accent\/50 {
  stroke: rgb(209 224 255 / 0.5);
}
.stroke-base-color-bg-accent\/60 {
  stroke: rgb(209 224 255 / 0.6);
}
.stroke-base-color-bg-accent\/70 {
  stroke: rgb(209 224 255 / 0.7);
}
.stroke-base-color-bg-accent\/75 {
  stroke: rgb(209 224 255 / 0.75);
}
.stroke-base-color-bg-accent\/80 {
  stroke: rgb(209 224 255 / 0.8);
}
.stroke-base-color-bg-accent\/90 {
  stroke: rgb(209 224 255 / 0.9);
}
.stroke-base-color-bg-accent\/95 {
  stroke: rgb(209 224 255 / 0.95);
}
.stroke-base-color-bg-accent\/base-opacity-disabled {
  stroke: rgb(209 224 255 / 60%);
}
.stroke-base-color-bg-accent\/core-opacity-0 {
  stroke: rgb(209 224 255 / 0%);
}
.stroke-base-color-bg-accent\/core-opacity-10 {
  stroke: rgb(209 224 255 / 10%);
}
.stroke-base-color-bg-accent\/core-opacity-100 {
  stroke: rgb(209 224 255 / 100%);
}
.stroke-base-color-bg-accent\/core-opacity-20 {
  stroke: rgb(209 224 255 / 20%);
}
.stroke-base-color-bg-accent\/core-opacity-30 {
  stroke: rgb(209 224 255 / 30%);
}
.stroke-base-color-bg-accent\/core-opacity-40 {
  stroke: rgb(209 224 255 / 40%);
}
.stroke-base-color-bg-accent\/core-opacity-50 {
  stroke: rgb(209 224 255 / 50%);
}
.stroke-base-color-bg-accent\/core-opacity-60 {
  stroke: rgb(209 224 255 / 60%);
}
.stroke-base-color-bg-accent\/core-opacity-70 {
  stroke: rgb(209 224 255 / 70%);
}
.stroke-base-color-bg-accent\/core-opacity-80 {
  stroke: rgb(209 224 255 / 80%);
}
.stroke-base-color-bg-accent\/core-opacity-90 {
  stroke: rgb(209 224 255 / 90%);
}
.stroke-base-color-bg-attention {
  stroke: #fef0c8;
}
.stroke-base-color-bg-attention-emphasis {
  stroke: #dd6903;
}
.stroke-base-color-bg-attention-emphasis\/0 {
  stroke: rgb(221 105 3 / 0);
}
.stroke-base-color-bg-attention-emphasis\/10 {
  stroke: rgb(221 105 3 / 0.1);
}
.stroke-base-color-bg-attention-emphasis\/100 {
  stroke: rgb(221 105 3 / 1);
}
.stroke-base-color-bg-attention-emphasis\/20 {
  stroke: rgb(221 105 3 / 0.2);
}
.stroke-base-color-bg-attention-emphasis\/25 {
  stroke: rgb(221 105 3 / 0.25);
}
.stroke-base-color-bg-attention-emphasis\/30 {
  stroke: rgb(221 105 3 / 0.3);
}
.stroke-base-color-bg-attention-emphasis\/40 {
  stroke: rgb(221 105 3 / 0.4);
}
.stroke-base-color-bg-attention-emphasis\/5 {
  stroke: rgb(221 105 3 / 0.05);
}
.stroke-base-color-bg-attention-emphasis\/50 {
  stroke: rgb(221 105 3 / 0.5);
}
.stroke-base-color-bg-attention-emphasis\/60 {
  stroke: rgb(221 105 3 / 0.6);
}
.stroke-base-color-bg-attention-emphasis\/70 {
  stroke: rgb(221 105 3 / 0.7);
}
.stroke-base-color-bg-attention-emphasis\/75 {
  stroke: rgb(221 105 3 / 0.75);
}
.stroke-base-color-bg-attention-emphasis\/80 {
  stroke: rgb(221 105 3 / 0.8);
}
.stroke-base-color-bg-attention-emphasis\/90 {
  stroke: rgb(221 105 3 / 0.9);
}
.stroke-base-color-bg-attention-emphasis\/95 {
  stroke: rgb(221 105 3 / 0.95);
}
.stroke-base-color-bg-attention-emphasis\/base-opacity-disabled {
  stroke: rgb(221 105 3 / 60%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-0 {
  stroke: rgb(221 105 3 / 0%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-10 {
  stroke: rgb(221 105 3 / 10%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-100 {
  stroke: rgb(221 105 3 / 100%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-20 {
  stroke: rgb(221 105 3 / 20%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-30 {
  stroke: rgb(221 105 3 / 30%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-40 {
  stroke: rgb(221 105 3 / 40%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-50 {
  stroke: rgb(221 105 3 / 50%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-60 {
  stroke: rgb(221 105 3 / 60%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-70 {
  stroke: rgb(221 105 3 / 70%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-80 {
  stroke: rgb(221 105 3 / 80%);
}
.stroke-base-color-bg-attention-emphasis\/core-opacity-90 {
  stroke: rgb(221 105 3 / 90%);
}
.stroke-base-color-bg-attention-subtle {
  stroke: #fffcf5;
}
.stroke-base-color-bg-attention-subtle\/0 {
  stroke: rgb(255 252 245 / 0);
}
.stroke-base-color-bg-attention-subtle\/10 {
  stroke: rgb(255 252 245 / 0.1);
}
.stroke-base-color-bg-attention-subtle\/100 {
  stroke: rgb(255 252 245 / 1);
}
.stroke-base-color-bg-attention-subtle\/20 {
  stroke: rgb(255 252 245 / 0.2);
}
.stroke-base-color-bg-attention-subtle\/25 {
  stroke: rgb(255 252 245 / 0.25);
}
.stroke-base-color-bg-attention-subtle\/30 {
  stroke: rgb(255 252 245 / 0.3);
}
.stroke-base-color-bg-attention-subtle\/40 {
  stroke: rgb(255 252 245 / 0.4);
}
.stroke-base-color-bg-attention-subtle\/5 {
  stroke: rgb(255 252 245 / 0.05);
}
.stroke-base-color-bg-attention-subtle\/50 {
  stroke: rgb(255 252 245 / 0.5);
}
.stroke-base-color-bg-attention-subtle\/60 {
  stroke: rgb(255 252 245 / 0.6);
}
.stroke-base-color-bg-attention-subtle\/70 {
  stroke: rgb(255 252 245 / 0.7);
}
.stroke-base-color-bg-attention-subtle\/75 {
  stroke: rgb(255 252 245 / 0.75);
}
.stroke-base-color-bg-attention-subtle\/80 {
  stroke: rgb(255 252 245 / 0.8);
}
.stroke-base-color-bg-attention-subtle\/90 {
  stroke: rgb(255 252 245 / 0.9);
}
.stroke-base-color-bg-attention-subtle\/95 {
  stroke: rgb(255 252 245 / 0.95);
}
.stroke-base-color-bg-attention-subtle\/base-opacity-disabled {
  stroke: rgb(255 252 245 / 60%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-0 {
  stroke: rgb(255 252 245 / 0%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-10 {
  stroke: rgb(255 252 245 / 10%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-100 {
  stroke: rgb(255 252 245 / 100%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-20 {
  stroke: rgb(255 252 245 / 20%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-30 {
  stroke: rgb(255 252 245 / 30%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-40 {
  stroke: rgb(255 252 245 / 40%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-50 {
  stroke: rgb(255 252 245 / 50%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-60 {
  stroke: rgb(255 252 245 / 60%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-70 {
  stroke: rgb(255 252 245 / 70%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-80 {
  stroke: rgb(255 252 245 / 80%);
}
.stroke-base-color-bg-attention-subtle\/core-opacity-90 {
  stroke: rgb(255 252 245 / 90%);
}
.stroke-base-color-bg-attention\/0 {
  stroke: rgb(254 240 200 / 0);
}
.stroke-base-color-bg-attention\/10 {
  stroke: rgb(254 240 200 / 0.1);
}
.stroke-base-color-bg-attention\/100 {
  stroke: rgb(254 240 200 / 1);
}
.stroke-base-color-bg-attention\/20 {
  stroke: rgb(254 240 200 / 0.2);
}
.stroke-base-color-bg-attention\/25 {
  stroke: rgb(254 240 200 / 0.25);
}
.stroke-base-color-bg-attention\/30 {
  stroke: rgb(254 240 200 / 0.3);
}
.stroke-base-color-bg-attention\/40 {
  stroke: rgb(254 240 200 / 0.4);
}
.stroke-base-color-bg-attention\/5 {
  stroke: rgb(254 240 200 / 0.05);
}
.stroke-base-color-bg-attention\/50 {
  stroke: rgb(254 240 200 / 0.5);
}
.stroke-base-color-bg-attention\/60 {
  stroke: rgb(254 240 200 / 0.6);
}
.stroke-base-color-bg-attention\/70 {
  stroke: rgb(254 240 200 / 0.7);
}
.stroke-base-color-bg-attention\/75 {
  stroke: rgb(254 240 200 / 0.75);
}
.stroke-base-color-bg-attention\/80 {
  stroke: rgb(254 240 200 / 0.8);
}
.stroke-base-color-bg-attention\/90 {
  stroke: rgb(254 240 200 / 0.9);
}
.stroke-base-color-bg-attention\/95 {
  stroke: rgb(254 240 200 / 0.95);
}
.stroke-base-color-bg-attention\/base-opacity-disabled {
  stroke: rgb(254 240 200 / 60%);
}
.stroke-base-color-bg-attention\/core-opacity-0 {
  stroke: rgb(254 240 200 / 0%);
}
.stroke-base-color-bg-attention\/core-opacity-10 {
  stroke: rgb(254 240 200 / 10%);
}
.stroke-base-color-bg-attention\/core-opacity-100 {
  stroke: rgb(254 240 200 / 100%);
}
.stroke-base-color-bg-attention\/core-opacity-20 {
  stroke: rgb(254 240 200 / 20%);
}
.stroke-base-color-bg-attention\/core-opacity-30 {
  stroke: rgb(254 240 200 / 30%);
}
.stroke-base-color-bg-attention\/core-opacity-40 {
  stroke: rgb(254 240 200 / 40%);
}
.stroke-base-color-bg-attention\/core-opacity-50 {
  stroke: rgb(254 240 200 / 50%);
}
.stroke-base-color-bg-attention\/core-opacity-60 {
  stroke: rgb(254 240 200 / 60%);
}
.stroke-base-color-bg-attention\/core-opacity-70 {
  stroke: rgb(254 240 200 / 70%);
}
.stroke-base-color-bg-attention\/core-opacity-80 {
  stroke: rgb(254 240 200 / 80%);
}
.stroke-base-color-bg-attention\/core-opacity-90 {
  stroke: rgb(254 240 200 / 90%);
}
.stroke-base-color-bg-brand {
  stroke: #cdd6f9;
}
.stroke-base-color-bg-brand-emphasis {
  stroke: #5d5bd7;
}
.stroke-base-color-bg-brand-emphasis\/0 {
  stroke: rgb(93 91 215 / 0);
}
.stroke-base-color-bg-brand-emphasis\/10 {
  stroke: rgb(93 91 215 / 0.1);
}
.stroke-base-color-bg-brand-emphasis\/100 {
  stroke: rgb(93 91 215 / 1);
}
.stroke-base-color-bg-brand-emphasis\/20 {
  stroke: rgb(93 91 215 / 0.2);
}
.stroke-base-color-bg-brand-emphasis\/25 {
  stroke: rgb(93 91 215 / 0.25);
}
.stroke-base-color-bg-brand-emphasis\/30 {
  stroke: rgb(93 91 215 / 0.3);
}
.stroke-base-color-bg-brand-emphasis\/40 {
  stroke: rgb(93 91 215 / 0.4);
}
.stroke-base-color-bg-brand-emphasis\/5 {
  stroke: rgb(93 91 215 / 0.05);
}
.stroke-base-color-bg-brand-emphasis\/50 {
  stroke: rgb(93 91 215 / 0.5);
}
.stroke-base-color-bg-brand-emphasis\/60 {
  stroke: rgb(93 91 215 / 0.6);
}
.stroke-base-color-bg-brand-emphasis\/70 {
  stroke: rgb(93 91 215 / 0.7);
}
.stroke-base-color-bg-brand-emphasis\/75 {
  stroke: rgb(93 91 215 / 0.75);
}
.stroke-base-color-bg-brand-emphasis\/80 {
  stroke: rgb(93 91 215 / 0.8);
}
.stroke-base-color-bg-brand-emphasis\/90 {
  stroke: rgb(93 91 215 / 0.9);
}
.stroke-base-color-bg-brand-emphasis\/95 {
  stroke: rgb(93 91 215 / 0.95);
}
.stroke-base-color-bg-brand-emphasis\/base-opacity-disabled {
  stroke: rgb(93 91 215 / 60%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-0 {
  stroke: rgb(93 91 215 / 0%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-10 {
  stroke: rgb(93 91 215 / 10%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-100 {
  stroke: rgb(93 91 215 / 100%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-20 {
  stroke: rgb(93 91 215 / 20%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-30 {
  stroke: rgb(93 91 215 / 30%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-40 {
  stroke: rgb(93 91 215 / 40%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-50 {
  stroke: rgb(93 91 215 / 50%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-60 {
  stroke: rgb(93 91 215 / 60%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-70 {
  stroke: rgb(93 91 215 / 70%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-80 {
  stroke: rgb(93 91 215 / 80%);
}
.stroke-base-color-bg-brand-emphasis\/core-opacity-90 {
  stroke: rgb(93 91 215 / 90%);
}
.stroke-base-color-bg-brand-subtle {
  stroke: #f2f4fd;
}
.stroke-base-color-bg-brand-subtle\/0 {
  stroke: rgb(242 244 253 / 0);
}
.stroke-base-color-bg-brand-subtle\/10 {
  stroke: rgb(242 244 253 / 0.1);
}
.stroke-base-color-bg-brand-subtle\/100 {
  stroke: rgb(242 244 253 / 1);
}
.stroke-base-color-bg-brand-subtle\/20 {
  stroke: rgb(242 244 253 / 0.2);
}
.stroke-base-color-bg-brand-subtle\/25 {
  stroke: rgb(242 244 253 / 0.25);
}
.stroke-base-color-bg-brand-subtle\/30 {
  stroke: rgb(242 244 253 / 0.3);
}
.stroke-base-color-bg-brand-subtle\/40 {
  stroke: rgb(242 244 253 / 0.4);
}
.stroke-base-color-bg-brand-subtle\/5 {
  stroke: rgb(242 244 253 / 0.05);
}
.stroke-base-color-bg-brand-subtle\/50 {
  stroke: rgb(242 244 253 / 0.5);
}
.stroke-base-color-bg-brand-subtle\/60 {
  stroke: rgb(242 244 253 / 0.6);
}
.stroke-base-color-bg-brand-subtle\/70 {
  stroke: rgb(242 244 253 / 0.7);
}
.stroke-base-color-bg-brand-subtle\/75 {
  stroke: rgb(242 244 253 / 0.75);
}
.stroke-base-color-bg-brand-subtle\/80 {
  stroke: rgb(242 244 253 / 0.8);
}
.stroke-base-color-bg-brand-subtle\/90 {
  stroke: rgb(242 244 253 / 0.9);
}
.stroke-base-color-bg-brand-subtle\/95 {
  stroke: rgb(242 244 253 / 0.95);
}
.stroke-base-color-bg-brand-subtle\/base-opacity-disabled {
  stroke: rgb(242 244 253 / 60%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-0 {
  stroke: rgb(242 244 253 / 0%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-10 {
  stroke: rgb(242 244 253 / 10%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-100 {
  stroke: rgb(242 244 253 / 100%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-20 {
  stroke: rgb(242 244 253 / 20%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-30 {
  stroke: rgb(242 244 253 / 30%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-40 {
  stroke: rgb(242 244 253 / 40%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-50 {
  stroke: rgb(242 244 253 / 50%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-60 {
  stroke: rgb(242 244 253 / 60%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-70 {
  stroke: rgb(242 244 253 / 70%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-80 {
  stroke: rgb(242 244 253 / 80%);
}
.stroke-base-color-bg-brand-subtle\/core-opacity-90 {
  stroke: rgb(242 244 253 / 90%);
}
.stroke-base-color-bg-brand\/0 {
  stroke: rgb(205 214 249 / 0);
}
.stroke-base-color-bg-brand\/10 {
  stroke: rgb(205 214 249 / 0.1);
}
.stroke-base-color-bg-brand\/100 {
  stroke: rgb(205 214 249 / 1);
}
.stroke-base-color-bg-brand\/20 {
  stroke: rgb(205 214 249 / 0.2);
}
.stroke-base-color-bg-brand\/25 {
  stroke: rgb(205 214 249 / 0.25);
}
.stroke-base-color-bg-brand\/30 {
  stroke: rgb(205 214 249 / 0.3);
}
.stroke-base-color-bg-brand\/40 {
  stroke: rgb(205 214 249 / 0.4);
}
.stroke-base-color-bg-brand\/5 {
  stroke: rgb(205 214 249 / 0.05);
}
.stroke-base-color-bg-brand\/50 {
  stroke: rgb(205 214 249 / 0.5);
}
.stroke-base-color-bg-brand\/60 {
  stroke: rgb(205 214 249 / 0.6);
}
.stroke-base-color-bg-brand\/70 {
  stroke: rgb(205 214 249 / 0.7);
}
.stroke-base-color-bg-brand\/75 {
  stroke: rgb(205 214 249 / 0.75);
}
.stroke-base-color-bg-brand\/80 {
  stroke: rgb(205 214 249 / 0.8);
}
.stroke-base-color-bg-brand\/90 {
  stroke: rgb(205 214 249 / 0.9);
}
.stroke-base-color-bg-brand\/95 {
  stroke: rgb(205 214 249 / 0.95);
}
.stroke-base-color-bg-brand\/base-opacity-disabled {
  stroke: rgb(205 214 249 / 60%);
}
.stroke-base-color-bg-brand\/core-opacity-0 {
  stroke: rgb(205 214 249 / 0%);
}
.stroke-base-color-bg-brand\/core-opacity-10 {
  stroke: rgb(205 214 249 / 10%);
}
.stroke-base-color-bg-brand\/core-opacity-100 {
  stroke: rgb(205 214 249 / 100%);
}
.stroke-base-color-bg-brand\/core-opacity-20 {
  stroke: rgb(205 214 249 / 20%);
}
.stroke-base-color-bg-brand\/core-opacity-30 {
  stroke: rgb(205 214 249 / 30%);
}
.stroke-base-color-bg-brand\/core-opacity-40 {
  stroke: rgb(205 214 249 / 40%);
}
.stroke-base-color-bg-brand\/core-opacity-50 {
  stroke: rgb(205 214 249 / 50%);
}
.stroke-base-color-bg-brand\/core-opacity-60 {
  stroke: rgb(205 214 249 / 60%);
}
.stroke-base-color-bg-brand\/core-opacity-70 {
  stroke: rgb(205 214 249 / 70%);
}
.stroke-base-color-bg-brand\/core-opacity-80 {
  stroke: rgb(205 214 249 / 80%);
}
.stroke-base-color-bg-brand\/core-opacity-90 {
  stroke: rgb(205 214 249 / 90%);
}
.stroke-base-color-bg-danger {
  stroke: #fee3e1;
}
.stroke-base-color-bg-danger-emphasis {
  stroke: #f04438;
}
.stroke-base-color-bg-danger-emphasis\/0 {
  stroke: rgb(240 68 56 / 0);
}
.stroke-base-color-bg-danger-emphasis\/10 {
  stroke: rgb(240 68 56 / 0.1);
}
.stroke-base-color-bg-danger-emphasis\/100 {
  stroke: rgb(240 68 56 / 1);
}
.stroke-base-color-bg-danger-emphasis\/20 {
  stroke: rgb(240 68 56 / 0.2);
}
.stroke-base-color-bg-danger-emphasis\/25 {
  stroke: rgb(240 68 56 / 0.25);
}
.stroke-base-color-bg-danger-emphasis\/30 {
  stroke: rgb(240 68 56 / 0.3);
}
.stroke-base-color-bg-danger-emphasis\/40 {
  stroke: rgb(240 68 56 / 0.4);
}
.stroke-base-color-bg-danger-emphasis\/5 {
  stroke: rgb(240 68 56 / 0.05);
}
.stroke-base-color-bg-danger-emphasis\/50 {
  stroke: rgb(240 68 56 / 0.5);
}
.stroke-base-color-bg-danger-emphasis\/60 {
  stroke: rgb(240 68 56 / 0.6);
}
.stroke-base-color-bg-danger-emphasis\/70 {
  stroke: rgb(240 68 56 / 0.7);
}
.stroke-base-color-bg-danger-emphasis\/75 {
  stroke: rgb(240 68 56 / 0.75);
}
.stroke-base-color-bg-danger-emphasis\/80 {
  stroke: rgb(240 68 56 / 0.8);
}
.stroke-base-color-bg-danger-emphasis\/90 {
  stroke: rgb(240 68 56 / 0.9);
}
.stroke-base-color-bg-danger-emphasis\/95 {
  stroke: rgb(240 68 56 / 0.95);
}
.stroke-base-color-bg-danger-emphasis\/base-opacity-disabled {
  stroke: rgb(240 68 56 / 60%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-0 {
  stroke: rgb(240 68 56 / 0%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-10 {
  stroke: rgb(240 68 56 / 10%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-100 {
  stroke: rgb(240 68 56 / 100%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-20 {
  stroke: rgb(240 68 56 / 20%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-30 {
  stroke: rgb(240 68 56 / 30%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-40 {
  stroke: rgb(240 68 56 / 40%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-50 {
  stroke: rgb(240 68 56 / 50%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-60 {
  stroke: rgb(240 68 56 / 60%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-70 {
  stroke: rgb(240 68 56 / 70%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-80 {
  stroke: rgb(240 68 56 / 80%);
}
.stroke-base-color-bg-danger-emphasis\/core-opacity-90 {
  stroke: rgb(240 68 56 / 90%);
}
.stroke-base-color-bg-danger-subtle {
  stroke: #fffbfa;
}
.stroke-base-color-bg-danger-subtle\/0 {
  stroke: rgb(255 251 250 / 0);
}
.stroke-base-color-bg-danger-subtle\/10 {
  stroke: rgb(255 251 250 / 0.1);
}
.stroke-base-color-bg-danger-subtle\/100 {
  stroke: rgb(255 251 250 / 1);
}
.stroke-base-color-bg-danger-subtle\/20 {
  stroke: rgb(255 251 250 / 0.2);
}
.stroke-base-color-bg-danger-subtle\/25 {
  stroke: rgb(255 251 250 / 0.25);
}
.stroke-base-color-bg-danger-subtle\/30 {
  stroke: rgb(255 251 250 / 0.3);
}
.stroke-base-color-bg-danger-subtle\/40 {
  stroke: rgb(255 251 250 / 0.4);
}
.stroke-base-color-bg-danger-subtle\/5 {
  stroke: rgb(255 251 250 / 0.05);
}
.stroke-base-color-bg-danger-subtle\/50 {
  stroke: rgb(255 251 250 / 0.5);
}
.stroke-base-color-bg-danger-subtle\/60 {
  stroke: rgb(255 251 250 / 0.6);
}
.stroke-base-color-bg-danger-subtle\/70 {
  stroke: rgb(255 251 250 / 0.7);
}
.stroke-base-color-bg-danger-subtle\/75 {
  stroke: rgb(255 251 250 / 0.75);
}
.stroke-base-color-bg-danger-subtle\/80 {
  stroke: rgb(255 251 250 / 0.8);
}
.stroke-base-color-bg-danger-subtle\/90 {
  stroke: rgb(255 251 250 / 0.9);
}
.stroke-base-color-bg-danger-subtle\/95 {
  stroke: rgb(255 251 250 / 0.95);
}
.stroke-base-color-bg-danger-subtle\/base-opacity-disabled {
  stroke: rgb(255 251 250 / 60%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-0 {
  stroke: rgb(255 251 250 / 0%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-10 {
  stroke: rgb(255 251 250 / 10%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-100 {
  stroke: rgb(255 251 250 / 100%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-20 {
  stroke: rgb(255 251 250 / 20%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-30 {
  stroke: rgb(255 251 250 / 30%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-40 {
  stroke: rgb(255 251 250 / 40%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-50 {
  stroke: rgb(255 251 250 / 50%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-60 {
  stroke: rgb(255 251 250 / 60%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-70 {
  stroke: rgb(255 251 250 / 70%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-80 {
  stroke: rgb(255 251 250 / 80%);
}
.stroke-base-color-bg-danger-subtle\/core-opacity-90 {
  stroke: rgb(255 251 250 / 90%);
}
.stroke-base-color-bg-danger\/0 {
  stroke: rgb(254 227 225 / 0);
}
.stroke-base-color-bg-danger\/10 {
  stroke: rgb(254 227 225 / 0.1);
}
.stroke-base-color-bg-danger\/100 {
  stroke: rgb(254 227 225 / 1);
}
.stroke-base-color-bg-danger\/20 {
  stroke: rgb(254 227 225 / 0.2);
}
.stroke-base-color-bg-danger\/25 {
  stroke: rgb(254 227 225 / 0.25);
}
.stroke-base-color-bg-danger\/30 {
  stroke: rgb(254 227 225 / 0.3);
}
.stroke-base-color-bg-danger\/40 {
  stroke: rgb(254 227 225 / 0.4);
}
.stroke-base-color-bg-danger\/5 {
  stroke: rgb(254 227 225 / 0.05);
}
.stroke-base-color-bg-danger\/50 {
  stroke: rgb(254 227 225 / 0.5);
}
.stroke-base-color-bg-danger\/60 {
  stroke: rgb(254 227 225 / 0.6);
}
.stroke-base-color-bg-danger\/70 {
  stroke: rgb(254 227 225 / 0.7);
}
.stroke-base-color-bg-danger\/75 {
  stroke: rgb(254 227 225 / 0.75);
}
.stroke-base-color-bg-danger\/80 {
  stroke: rgb(254 227 225 / 0.8);
}
.stroke-base-color-bg-danger\/90 {
  stroke: rgb(254 227 225 / 0.9);
}
.stroke-base-color-bg-danger\/95 {
  stroke: rgb(254 227 225 / 0.95);
}
.stroke-base-color-bg-danger\/base-opacity-disabled {
  stroke: rgb(254 227 225 / 60%);
}
.stroke-base-color-bg-danger\/core-opacity-0 {
  stroke: rgb(254 227 225 / 0%);
}
.stroke-base-color-bg-danger\/core-opacity-10 {
  stroke: rgb(254 227 225 / 10%);
}
.stroke-base-color-bg-danger\/core-opacity-100 {
  stroke: rgb(254 227 225 / 100%);
}
.stroke-base-color-bg-danger\/core-opacity-20 {
  stroke: rgb(254 227 225 / 20%);
}
.stroke-base-color-bg-danger\/core-opacity-30 {
  stroke: rgb(254 227 225 / 30%);
}
.stroke-base-color-bg-danger\/core-opacity-40 {
  stroke: rgb(254 227 225 / 40%);
}
.stroke-base-color-bg-danger\/core-opacity-50 {
  stroke: rgb(254 227 225 / 50%);
}
.stroke-base-color-bg-danger\/core-opacity-60 {
  stroke: rgb(254 227 225 / 60%);
}
.stroke-base-color-bg-danger\/core-opacity-70 {
  stroke: rgb(254 227 225 / 70%);
}
.stroke-base-color-bg-danger\/core-opacity-80 {
  stroke: rgb(254 227 225 / 80%);
}
.stroke-base-color-bg-danger\/core-opacity-90 {
  stroke: rgb(254 227 225 / 90%);
}
.stroke-base-color-bg-default {
  stroke: #ffffff;
}
.stroke-base-color-bg-default\/0 {
  stroke: rgb(255 255 255 / 0);
}
.stroke-base-color-bg-default\/10 {
  stroke: rgb(255 255 255 / 0.1);
}
.stroke-base-color-bg-default\/100 {
  stroke: rgb(255 255 255 / 1);
}
.stroke-base-color-bg-default\/20 {
  stroke: rgb(255 255 255 / 0.2);
}
.stroke-base-color-bg-default\/25 {
  stroke: rgb(255 255 255 / 0.25);
}
.stroke-base-color-bg-default\/30 {
  stroke: rgb(255 255 255 / 0.3);
}
.stroke-base-color-bg-default\/40 {
  stroke: rgb(255 255 255 / 0.4);
}
.stroke-base-color-bg-default\/5 {
  stroke: rgb(255 255 255 / 0.05);
}
.stroke-base-color-bg-default\/50 {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-base-color-bg-default\/60 {
  stroke: rgb(255 255 255 / 0.6);
}
.stroke-base-color-bg-default\/70 {
  stroke: rgb(255 255 255 / 0.7);
}
.stroke-base-color-bg-default\/75 {
  stroke: rgb(255 255 255 / 0.75);
}
.stroke-base-color-bg-default\/80 {
  stroke: rgb(255 255 255 / 0.8);
}
.stroke-base-color-bg-default\/90 {
  stroke: rgb(255 255 255 / 0.9);
}
.stroke-base-color-bg-default\/95 {
  stroke: rgb(255 255 255 / 0.95);
}
.stroke-base-color-bg-default\/base-opacity-disabled {
  stroke: rgb(255 255 255 / 60%);
}
.stroke-base-color-bg-default\/core-opacity-0 {
  stroke: rgb(255 255 255 / 0%);
}
.stroke-base-color-bg-default\/core-opacity-10 {
  stroke: rgb(255 255 255 / 10%);
}
.stroke-base-color-bg-default\/core-opacity-100 {
  stroke: rgb(255 255 255 / 100%);
}
.stroke-base-color-bg-default\/core-opacity-20 {
  stroke: rgb(255 255 255 / 20%);
}
.stroke-base-color-bg-default\/core-opacity-30 {
  stroke: rgb(255 255 255 / 30%);
}
.stroke-base-color-bg-default\/core-opacity-40 {
  stroke: rgb(255 255 255 / 40%);
}
.stroke-base-color-bg-default\/core-opacity-50 {
  stroke: rgb(255 255 255 / 50%);
}
.stroke-base-color-bg-default\/core-opacity-60 {
  stroke: rgb(255 255 255 / 60%);
}
.stroke-base-color-bg-default\/core-opacity-70 {
  stroke: rgb(255 255 255 / 70%);
}
.stroke-base-color-bg-default\/core-opacity-80 {
  stroke: rgb(255 255 255 / 80%);
}
.stroke-base-color-bg-default\/core-opacity-90 {
  stroke: rgb(255 255 255 / 90%);
}
.stroke-base-color-bg-emphasis {
  stroke: #101828;
}
.stroke-base-color-bg-emphasis\/0 {
  stroke: rgb(16 24 40 / 0);
}
.stroke-base-color-bg-emphasis\/10 {
  stroke: rgb(16 24 40 / 0.1);
}
.stroke-base-color-bg-emphasis\/100 {
  stroke: rgb(16 24 40 / 1);
}
.stroke-base-color-bg-emphasis\/20 {
  stroke: rgb(16 24 40 / 0.2);
}
.stroke-base-color-bg-emphasis\/25 {
  stroke: rgb(16 24 40 / 0.25);
}
.stroke-base-color-bg-emphasis\/30 {
  stroke: rgb(16 24 40 / 0.3);
}
.stroke-base-color-bg-emphasis\/40 {
  stroke: rgb(16 24 40 / 0.4);
}
.stroke-base-color-bg-emphasis\/5 {
  stroke: rgb(16 24 40 / 0.05);
}
.stroke-base-color-bg-emphasis\/50 {
  stroke: rgb(16 24 40 / 0.5);
}
.stroke-base-color-bg-emphasis\/60 {
  stroke: rgb(16 24 40 / 0.6);
}
.stroke-base-color-bg-emphasis\/70 {
  stroke: rgb(16 24 40 / 0.7);
}
.stroke-base-color-bg-emphasis\/75 {
  stroke: rgb(16 24 40 / 0.75);
}
.stroke-base-color-bg-emphasis\/80 {
  stroke: rgb(16 24 40 / 0.8);
}
.stroke-base-color-bg-emphasis\/90 {
  stroke: rgb(16 24 40 / 0.9);
}
.stroke-base-color-bg-emphasis\/95 {
  stroke: rgb(16 24 40 / 0.95);
}
.stroke-base-color-bg-emphasis\/base-opacity-disabled {
  stroke: rgb(16 24 40 / 60%);
}
.stroke-base-color-bg-emphasis\/core-opacity-0 {
  stroke: rgb(16 24 40 / 0%);
}
.stroke-base-color-bg-emphasis\/core-opacity-10 {
  stroke: rgb(16 24 40 / 10%);
}
.stroke-base-color-bg-emphasis\/core-opacity-100 {
  stroke: rgb(16 24 40 / 100%);
}
.stroke-base-color-bg-emphasis\/core-opacity-20 {
  stroke: rgb(16 24 40 / 20%);
}
.stroke-base-color-bg-emphasis\/core-opacity-30 {
  stroke: rgb(16 24 40 / 30%);
}
.stroke-base-color-bg-emphasis\/core-opacity-40 {
  stroke: rgb(16 24 40 / 40%);
}
.stroke-base-color-bg-emphasis\/core-opacity-50 {
  stroke: rgb(16 24 40 / 50%);
}
.stroke-base-color-bg-emphasis\/core-opacity-60 {
  stroke: rgb(16 24 40 / 60%);
}
.stroke-base-color-bg-emphasis\/core-opacity-70 {
  stroke: rgb(16 24 40 / 70%);
}
.stroke-base-color-bg-emphasis\/core-opacity-80 {
  stroke: rgb(16 24 40 / 80%);
}
.stroke-base-color-bg-emphasis\/core-opacity-90 {
  stroke: rgb(16 24 40 / 90%);
}
.stroke-base-color-bg-muted {
  stroke: #eaecf0;
}
.stroke-base-color-bg-muted\/0 {
  stroke: rgb(234 236 240 / 0);
}
.stroke-base-color-bg-muted\/10 {
  stroke: rgb(234 236 240 / 0.1);
}
.stroke-base-color-bg-muted\/100 {
  stroke: rgb(234 236 240 / 1);
}
.stroke-base-color-bg-muted\/20 {
  stroke: rgb(234 236 240 / 0.2);
}
.stroke-base-color-bg-muted\/25 {
  stroke: rgb(234 236 240 / 0.25);
}
.stroke-base-color-bg-muted\/30 {
  stroke: rgb(234 236 240 / 0.3);
}
.stroke-base-color-bg-muted\/40 {
  stroke: rgb(234 236 240 / 0.4);
}
.stroke-base-color-bg-muted\/5 {
  stroke: rgb(234 236 240 / 0.05);
}
.stroke-base-color-bg-muted\/50 {
  stroke: rgb(234 236 240 / 0.5);
}
.stroke-base-color-bg-muted\/60 {
  stroke: rgb(234 236 240 / 0.6);
}
.stroke-base-color-bg-muted\/70 {
  stroke: rgb(234 236 240 / 0.7);
}
.stroke-base-color-bg-muted\/75 {
  stroke: rgb(234 236 240 / 0.75);
}
.stroke-base-color-bg-muted\/80 {
  stroke: rgb(234 236 240 / 0.8);
}
.stroke-base-color-bg-muted\/90 {
  stroke: rgb(234 236 240 / 0.9);
}
.stroke-base-color-bg-muted\/95 {
  stroke: rgb(234 236 240 / 0.95);
}
.stroke-base-color-bg-muted\/base-opacity-disabled {
  stroke: rgb(234 236 240 / 60%);
}
.stroke-base-color-bg-muted\/core-opacity-0 {
  stroke: rgb(234 236 240 / 0%);
}
.stroke-base-color-bg-muted\/core-opacity-10 {
  stroke: rgb(234 236 240 / 10%);
}
.stroke-base-color-bg-muted\/core-opacity-100 {
  stroke: rgb(234 236 240 / 100%);
}
.stroke-base-color-bg-muted\/core-opacity-20 {
  stroke: rgb(234 236 240 / 20%);
}
.stroke-base-color-bg-muted\/core-opacity-30 {
  stroke: rgb(234 236 240 / 30%);
}
.stroke-base-color-bg-muted\/core-opacity-40 {
  stroke: rgb(234 236 240 / 40%);
}
.stroke-base-color-bg-muted\/core-opacity-50 {
  stroke: rgb(234 236 240 / 50%);
}
.stroke-base-color-bg-muted\/core-opacity-60 {
  stroke: rgb(234 236 240 / 60%);
}
.stroke-base-color-bg-muted\/core-opacity-70 {
  stroke: rgb(234 236 240 / 70%);
}
.stroke-base-color-bg-muted\/core-opacity-80 {
  stroke: rgb(234 236 240 / 80%);
}
.stroke-base-color-bg-muted\/core-opacity-90 {
  stroke: rgb(234 236 240 / 90%);
}
.stroke-base-color-bg-subtle {
  stroke: #f2f4f7;
}
.stroke-base-color-bg-subtle\/0 {
  stroke: rgb(242 244 247 / 0);
}
.stroke-base-color-bg-subtle\/10 {
  stroke: rgb(242 244 247 / 0.1);
}
.stroke-base-color-bg-subtle\/100 {
  stroke: rgb(242 244 247 / 1);
}
.stroke-base-color-bg-subtle\/20 {
  stroke: rgb(242 244 247 / 0.2);
}
.stroke-base-color-bg-subtle\/25 {
  stroke: rgb(242 244 247 / 0.25);
}
.stroke-base-color-bg-subtle\/30 {
  stroke: rgb(242 244 247 / 0.3);
}
.stroke-base-color-bg-subtle\/40 {
  stroke: rgb(242 244 247 / 0.4);
}
.stroke-base-color-bg-subtle\/5 {
  stroke: rgb(242 244 247 / 0.05);
}
.stroke-base-color-bg-subtle\/50 {
  stroke: rgb(242 244 247 / 0.5);
}
.stroke-base-color-bg-subtle\/60 {
  stroke: rgb(242 244 247 / 0.6);
}
.stroke-base-color-bg-subtle\/70 {
  stroke: rgb(242 244 247 / 0.7);
}
.stroke-base-color-bg-subtle\/75 {
  stroke: rgb(242 244 247 / 0.75);
}
.stroke-base-color-bg-subtle\/80 {
  stroke: rgb(242 244 247 / 0.8);
}
.stroke-base-color-bg-subtle\/90 {
  stroke: rgb(242 244 247 / 0.9);
}
.stroke-base-color-bg-subtle\/95 {
  stroke: rgb(242 244 247 / 0.95);
}
.stroke-base-color-bg-subtle\/base-opacity-disabled {
  stroke: rgb(242 244 247 / 60%);
}
.stroke-base-color-bg-subtle\/core-opacity-0 {
  stroke: rgb(242 244 247 / 0%);
}
.stroke-base-color-bg-subtle\/core-opacity-10 {
  stroke: rgb(242 244 247 / 10%);
}
.stroke-base-color-bg-subtle\/core-opacity-100 {
  stroke: rgb(242 244 247 / 100%);
}
.stroke-base-color-bg-subtle\/core-opacity-20 {
  stroke: rgb(242 244 247 / 20%);
}
.stroke-base-color-bg-subtle\/core-opacity-30 {
  stroke: rgb(242 244 247 / 30%);
}
.stroke-base-color-bg-subtle\/core-opacity-40 {
  stroke: rgb(242 244 247 / 40%);
}
.stroke-base-color-bg-subtle\/core-opacity-50 {
  stroke: rgb(242 244 247 / 50%);
}
.stroke-base-color-bg-subtle\/core-opacity-60 {
  stroke: rgb(242 244 247 / 60%);
}
.stroke-base-color-bg-subtle\/core-opacity-70 {
  stroke: rgb(242 244 247 / 70%);
}
.stroke-base-color-bg-subtle\/core-opacity-80 {
  stroke: rgb(242 244 247 / 80%);
}
.stroke-base-color-bg-subtle\/core-opacity-90 {
  stroke: rgb(242 244 247 / 90%);
}
.stroke-base-color-bg-success {
  stroke: #d1fadf;
}
.stroke-base-color-bg-success-emphasis {
  stroke: #12b569;
}
.stroke-base-color-bg-success-emphasis\/0 {
  stroke: rgb(18 181 105 / 0);
}
.stroke-base-color-bg-success-emphasis\/10 {
  stroke: rgb(18 181 105 / 0.1);
}
.stroke-base-color-bg-success-emphasis\/100 {
  stroke: rgb(18 181 105 / 1);
}
.stroke-base-color-bg-success-emphasis\/20 {
  stroke: rgb(18 181 105 / 0.2);
}
.stroke-base-color-bg-success-emphasis\/25 {
  stroke: rgb(18 181 105 / 0.25);
}
.stroke-base-color-bg-success-emphasis\/30 {
  stroke: rgb(18 181 105 / 0.3);
}
.stroke-base-color-bg-success-emphasis\/40 {
  stroke: rgb(18 181 105 / 0.4);
}
.stroke-base-color-bg-success-emphasis\/5 {
  stroke: rgb(18 181 105 / 0.05);
}
.stroke-base-color-bg-success-emphasis\/50 {
  stroke: rgb(18 181 105 / 0.5);
}
.stroke-base-color-bg-success-emphasis\/60 {
  stroke: rgb(18 181 105 / 0.6);
}
.stroke-base-color-bg-success-emphasis\/70 {
  stroke: rgb(18 181 105 / 0.7);
}
.stroke-base-color-bg-success-emphasis\/75 {
  stroke: rgb(18 181 105 / 0.75);
}
.stroke-base-color-bg-success-emphasis\/80 {
  stroke: rgb(18 181 105 / 0.8);
}
.stroke-base-color-bg-success-emphasis\/90 {
  stroke: rgb(18 181 105 / 0.9);
}
.stroke-base-color-bg-success-emphasis\/95 {
  stroke: rgb(18 181 105 / 0.95);
}
.stroke-base-color-bg-success-emphasis\/base-opacity-disabled {
  stroke: rgb(18 181 105 / 60%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-0 {
  stroke: rgb(18 181 105 / 0%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-10 {
  stroke: rgb(18 181 105 / 10%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-100 {
  stroke: rgb(18 181 105 / 100%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-20 {
  stroke: rgb(18 181 105 / 20%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-30 {
  stroke: rgb(18 181 105 / 30%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-40 {
  stroke: rgb(18 181 105 / 40%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-50 {
  stroke: rgb(18 181 105 / 50%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-60 {
  stroke: rgb(18 181 105 / 60%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-70 {
  stroke: rgb(18 181 105 / 70%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-80 {
  stroke: rgb(18 181 105 / 80%);
}
.stroke-base-color-bg-success-emphasis\/core-opacity-90 {
  stroke: rgb(18 181 105 / 90%);
}
.stroke-base-color-bg-success-subtle {
  stroke: #f6fef9;
}
.stroke-base-color-bg-success-subtle\/0 {
  stroke: rgb(246 254 249 / 0);
}
.stroke-base-color-bg-success-subtle\/10 {
  stroke: rgb(246 254 249 / 0.1);
}
.stroke-base-color-bg-success-subtle\/100 {
  stroke: rgb(246 254 249 / 1);
}
.stroke-base-color-bg-success-subtle\/20 {
  stroke: rgb(246 254 249 / 0.2);
}
.stroke-base-color-bg-success-subtle\/25 {
  stroke: rgb(246 254 249 / 0.25);
}
.stroke-base-color-bg-success-subtle\/30 {
  stroke: rgb(246 254 249 / 0.3);
}
.stroke-base-color-bg-success-subtle\/40 {
  stroke: rgb(246 254 249 / 0.4);
}
.stroke-base-color-bg-success-subtle\/5 {
  stroke: rgb(246 254 249 / 0.05);
}
.stroke-base-color-bg-success-subtle\/50 {
  stroke: rgb(246 254 249 / 0.5);
}
.stroke-base-color-bg-success-subtle\/60 {
  stroke: rgb(246 254 249 / 0.6);
}
.stroke-base-color-bg-success-subtle\/70 {
  stroke: rgb(246 254 249 / 0.7);
}
.stroke-base-color-bg-success-subtle\/75 {
  stroke: rgb(246 254 249 / 0.75);
}
.stroke-base-color-bg-success-subtle\/80 {
  stroke: rgb(246 254 249 / 0.8);
}
.stroke-base-color-bg-success-subtle\/90 {
  stroke: rgb(246 254 249 / 0.9);
}
.stroke-base-color-bg-success-subtle\/95 {
  stroke: rgb(246 254 249 / 0.95);
}
.stroke-base-color-bg-success-subtle\/base-opacity-disabled {
  stroke: rgb(246 254 249 / 60%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-0 {
  stroke: rgb(246 254 249 / 0%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-10 {
  stroke: rgb(246 254 249 / 10%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-100 {
  stroke: rgb(246 254 249 / 100%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-20 {
  stroke: rgb(246 254 249 / 20%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-30 {
  stroke: rgb(246 254 249 / 30%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-40 {
  stroke: rgb(246 254 249 / 40%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-50 {
  stroke: rgb(246 254 249 / 50%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-60 {
  stroke: rgb(246 254 249 / 60%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-70 {
  stroke: rgb(246 254 249 / 70%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-80 {
  stroke: rgb(246 254 249 / 80%);
}
.stroke-base-color-bg-success-subtle\/core-opacity-90 {
  stroke: rgb(246 254 249 / 90%);
}
.stroke-base-color-bg-success\/0 {
  stroke: rgb(209 250 223 / 0);
}
.stroke-base-color-bg-success\/10 {
  stroke: rgb(209 250 223 / 0.1);
}
.stroke-base-color-bg-success\/100 {
  stroke: rgb(209 250 223 / 1);
}
.stroke-base-color-bg-success\/20 {
  stroke: rgb(209 250 223 / 0.2);
}
.stroke-base-color-bg-success\/25 {
  stroke: rgb(209 250 223 / 0.25);
}
.stroke-base-color-bg-success\/30 {
  stroke: rgb(209 250 223 / 0.3);
}
.stroke-base-color-bg-success\/40 {
  stroke: rgb(209 250 223 / 0.4);
}
.stroke-base-color-bg-success\/5 {
  stroke: rgb(209 250 223 / 0.05);
}
.stroke-base-color-bg-success\/50 {
  stroke: rgb(209 250 223 / 0.5);
}
.stroke-base-color-bg-success\/60 {
  stroke: rgb(209 250 223 / 0.6);
}
.stroke-base-color-bg-success\/70 {
  stroke: rgb(209 250 223 / 0.7);
}
.stroke-base-color-bg-success\/75 {
  stroke: rgb(209 250 223 / 0.75);
}
.stroke-base-color-bg-success\/80 {
  stroke: rgb(209 250 223 / 0.8);
}
.stroke-base-color-bg-success\/90 {
  stroke: rgb(209 250 223 / 0.9);
}
.stroke-base-color-bg-success\/95 {
  stroke: rgb(209 250 223 / 0.95);
}
.stroke-base-color-bg-success\/base-opacity-disabled {
  stroke: rgb(209 250 223 / 60%);
}
.stroke-base-color-bg-success\/core-opacity-0 {
  stroke: rgb(209 250 223 / 0%);
}
.stroke-base-color-bg-success\/core-opacity-10 {
  stroke: rgb(209 250 223 / 10%);
}
.stroke-base-color-bg-success\/core-opacity-100 {
  stroke: rgb(209 250 223 / 100%);
}
.stroke-base-color-bg-success\/core-opacity-20 {
  stroke: rgb(209 250 223 / 20%);
}
.stroke-base-color-bg-success\/core-opacity-30 {
  stroke: rgb(209 250 223 / 30%);
}
.stroke-base-color-bg-success\/core-opacity-40 {
  stroke: rgb(209 250 223 / 40%);
}
.stroke-base-color-bg-success\/core-opacity-50 {
  stroke: rgb(209 250 223 / 50%);
}
.stroke-base-color-bg-success\/core-opacity-60 {
  stroke: rgb(209 250 223 / 60%);
}
.stroke-base-color-bg-success\/core-opacity-70 {
  stroke: rgb(209 250 223 / 70%);
}
.stroke-base-color-bg-success\/core-opacity-80 {
  stroke: rgb(209 250 223 / 80%);
}
.stroke-base-color-bg-success\/core-opacity-90 {
  stroke: rgb(209 250 223 / 90%);
}
.stroke-base-color-bg-transparent {
  stroke: #00000000;
}
.stroke-base-color-bg-transparent\/0 {
  stroke: rgb(0 0 0 / 0);
}
.stroke-base-color-bg-transparent\/10 {
  stroke: rgb(0 0 0 / 0.1);
}
.stroke-base-color-bg-transparent\/100 {
  stroke: rgb(0 0 0 / 1);
}
.stroke-base-color-bg-transparent\/20 {
  stroke: rgb(0 0 0 / 0.2);
}
.stroke-base-color-bg-transparent\/25 {
  stroke: rgb(0 0 0 / 0.25);
}
.stroke-base-color-bg-transparent\/30 {
  stroke: rgb(0 0 0 / 0.3);
}
.stroke-base-color-bg-transparent\/40 {
  stroke: rgb(0 0 0 / 0.4);
}
.stroke-base-color-bg-transparent\/5 {
  stroke: rgb(0 0 0 / 0.05);
}
.stroke-base-color-bg-transparent\/50 {
  stroke: rgb(0 0 0 / 0.5);
}
.stroke-base-color-bg-transparent\/60 {
  stroke: rgb(0 0 0 / 0.6);
}
.stroke-base-color-bg-transparent\/70 {
  stroke: rgb(0 0 0 / 0.7);
}
.stroke-base-color-bg-transparent\/75 {
  stroke: rgb(0 0 0 / 0.75);
}
.stroke-base-color-bg-transparent\/80 {
  stroke: rgb(0 0 0 / 0.8);
}
.stroke-base-color-bg-transparent\/90 {
  stroke: rgb(0 0 0 / 0.9);
}
.stroke-base-color-bg-transparent\/95 {
  stroke: rgb(0 0 0 / 0.95);
}
.stroke-base-color-bg-transparent\/base-opacity-disabled {
  stroke: rgb(0 0 0 / 60%);
}
.stroke-base-color-bg-transparent\/core-opacity-0 {
  stroke: rgb(0 0 0 / 0%);
}
.stroke-base-color-bg-transparent\/core-opacity-10 {
  stroke: rgb(0 0 0 / 10%);
}
.stroke-base-color-bg-transparent\/core-opacity-100 {
  stroke: rgb(0 0 0 / 100%);
}
.stroke-base-color-bg-transparent\/core-opacity-20 {
  stroke: rgb(0 0 0 / 20%);
}
.stroke-base-color-bg-transparent\/core-opacity-30 {
  stroke: rgb(0 0 0 / 30%);
}
.stroke-base-color-bg-transparent\/core-opacity-40 {
  stroke: rgb(0 0 0 / 40%);
}
.stroke-base-color-bg-transparent\/core-opacity-50 {
  stroke: rgb(0 0 0 / 50%);
}
.stroke-base-color-bg-transparent\/core-opacity-60 {
  stroke: rgb(0 0 0 / 60%);
}
.stroke-base-color-bg-transparent\/core-opacity-70 {
  stroke: rgb(0 0 0 / 70%);
}
.stroke-base-color-bg-transparent\/core-opacity-80 {
  stroke: rgb(0 0 0 / 80%);
}
.stroke-base-color-bg-transparent\/core-opacity-90 {
  stroke: rgb(0 0 0 / 90%);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-base-space-selectable-inset-none {
  padding: 0px !important;
}
.\!p-base-space-selectable-inset-xs {
  padding: 4px !important;
}
.\!p-core-space-0 {
  padding: 0px !important;
}
.\!p-core-space-50 {
  padding: 8px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-base-space-container-inset-m {
  padding: 24px;
}
.p-base-space-selectable-inset-m {
  padding: 12px;
}
.p-base-space-selectable-inset-s {
  padding: 8px;
}
.p-base-space-selectable-inset-xs {
  padding: 4px;
}
.p-core-space-0 {
  padding: 0px;
}
.p-core-space-100 {
  padding: 16px;
}
.p-core-space-150 {
  padding: 24px;
}
.p-core-space-200 {
  padding: 32px;
}
.p-core-space-25 {
  padding: 4px;
}
.p-core-space-300 {
  padding: 48px;
}
.p-core-space-50 {
  padding: 8px;
}
.p-core-space-75 {
  padding: 12px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-core-space-0 {
  padding-left: 0px !important;
  padding-right: 0px !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;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}
.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}
.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}
.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.px-base-space-container-inset-s {
  padding-left: 16px;
  padding-right: 16px;
}
.px-base-space-selectable-inset-l {
  padding-left: 16px;
  padding-right: 16px;
}
.px-base-space-selectable-inset-m {
  padding-left: 12px;
  padding-right: 12px;
}
.px-base-space-selectable-inset-s {
  padding-left: 8px;
  padding-right: 8px;
}
.px-base-space-selectable-inset-xs {
  padding-left: 4px;
  padding-right: 4px;
}
.px-core-space-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-core-space-100 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-core-space-125 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-core-space-150 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-core-space-175 {
  padding-left: 28px;
  padding-right: 28px;
}
.px-core-space-200 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-core-space-2400 {
  padding-left: 384px;
  padding-right: 384px;
}
.px-core-space-25 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-core-space-50 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-core-space-75 {
  padding-left: 12px;
  padding-right: 12px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.py-base-space-container-inset-m {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-base-space-container-inset-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-base-space-page-inset-s {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-base-space-selectable-inset-m {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-base-space-selectable-inset-none {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-base-space-selectable-inset-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-core-size-150 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-core-space-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-core-space-100 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-core-space-125 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-core-space-150 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-core-space-175 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-core-space-200 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-core-space-2400 {
  padding-top: 384px;
  padding-bottom: 384px;
}
.py-core-space-25 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-core-space-300 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-core-space-50 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-core-space-6 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-core-space-75 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pl-core-space-200 {
  padding-left: 32px !important;
}
.\!pl-core-space-225 {
  padding-left: 36px !important;
}
.\!pr-2 {
  padding-right: 0.5rem !important;
}
.\!pr-core-space-200 {
  padding-right: 32px !important;
}
.\!pr-core-space-225 {
  padding-right: 36px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-96 {
  padding-bottom: 24rem;
}
.pb-\[65px\] {
  padding-bottom: 65px;
}
.pb-base-space-selectable-inset-xs {
  padding-bottom: 4px;
}
.pb-core-space-100 {
  padding-bottom: 16px;
}
.pb-core-space-150 {
  padding-bottom: 24px;
}
.pb-core-space-200 {
  padding-bottom: 32px;
}
.pb-core-space-2000 {
  padding-bottom: 320px;
}
.pb-core-space-25 {
  padding-bottom: 4px;
}
.pb-core-space-400 {
  padding-bottom: 64px;
}
.pb-core-space-50 {
  padding-bottom: 8px;
}
.pb-core-space-500 {
  padding-bottom: 80px;
}
.pb-core-space-600 {
  padding-bottom: 96px;
}
.pb-core-space-75 {
  padding-bottom: 12px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-96 {
  padding-left: 24rem;
}
.pl-core-space-100 {
  padding-left: 16px;
}
.pl-core-space-150 {
  padding-left: 24px;
}
.pl-core-space-175 {
  padding-left: 28px;
}
.pl-core-space-25 {
  padding-left: 4px;
}
.pl-core-space-400 {
  padding-left: 64px;
}
.pl-core-space-50 {
  padding-left: 8px;
}
.pl-core-space-500 {
  padding-left: 80px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pr-base-space-selectable-inset-s {
  padding-right: 8px;
}
.pr-core-space-100 {
  padding-right: 16px;
}
.pr-core-space-12 {
  padding-right: 2px;
}
.pr-core-space-25 {
  padding-right: 4px;
}
.pr-core-space-50 {
  padding-right: 8px;
}
.pr-core-space-600 {
  padding-right: 96px;
}
.pr-core-space-75 {
  padding-right: 12px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-base-space-container-inset-m {
  padding-top: 24px;
}
.pt-base-space-selectable-inset-m {
  padding-top: 12px;
}
.pt-core-space-0 {
  padding-top: 0px;
}
.pt-core-space-100 {
  padding-top: 16px;
}
.pt-core-space-150 {
  padding-top: 24px;
}
.pt-core-space-200 {
  padding-top: 32px;
}
.pt-core-space-25 {
  padding-top: 4px;
}
.pt-core-space-50 {
  padding-top: 8px;
}
.pt-core-space-75 {
  padding-top: 12px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.-indent-3 {
  text-indent: -0.75rem;
}
.-indent-3\.5 {
  text-indent: -0.875rem;
}
.-indent-4 {
  text-indent: -1rem;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.\!font-\[\'Brush_Script_MT\'\] {
  font-family: 'Brush Script MT' !important;
}
.font-base-typography-body-l-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-body-m-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-body-s-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-body-xs-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-default-l-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-default-m-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-default-s-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-default-xl-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-default-xs-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-strong-l-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-strong-m-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-strong-s-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-strong-xl-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-interface-strong-xs-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-title-l-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-title-m-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-title-s-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-title-xl-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-base-typography-title-xs-font-family {
  font-family: Inter, system-ui, sans-serif;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base-font-size-l {
  font-size: 20px;
}
.text-base-font-size-m {
  font-size: 16px;
}
.text-base-font-size-ml {
  font-size: 18px;
}
.text-base-font-size-s {
  font-size: 14px;
}
.text-base-font-size-xl {
  font-size: 24px;
}
.text-base-font-size-xs {
  font-size: 12px;
}
.text-base-font-size-xxl {
  font-size: 32px;
}
.text-base-font-size-xxxl {
  font-size: 40px;
}
.text-base-font-size-xxxxl {
  font-size: 48px;
}
.text-base-typography-body-l-font-size {
  font-size: 18px;
}
.text-base-typography-body-m-font-size {
  font-size: 16px;
}
.text-base-typography-body-s-font-size {
  font-size: 14px;
}
.text-base-typography-body-xs-font-size {
  font-size: 12px;
}
.text-base-typography-interface-default-l-font-size {
  font-size: 18px;
}
.text-base-typography-interface-default-m-font-size {
  font-size: 16px;
}
.text-base-typography-interface-default-s-font-size {
  font-size: 14px;
}
.text-base-typography-interface-default-xl-font-size {
  font-size: 20px;
}
.text-base-typography-interface-default-xs-font-size {
  font-size: 12px;
}
.text-base-typography-interface-strong-l-font-size {
  font-size: 18px;
}
.text-base-typography-interface-strong-m-font-size {
  font-size: 16px;
}
.text-base-typography-interface-strong-s-font-size {
  font-size: 14px;
}
.text-base-typography-interface-strong-xl-font-size {
  font-size: 20px;
}
.text-base-typography-interface-strong-xs-font-size {
  font-size: 12px;
}
.text-base-typography-title-l-font-size {
  font-size: 24px;
}
.text-base-typography-title-m-font-size {
  font-size: 20px;
}
.text-base-typography-title-s-font-size {
  font-size: 18px;
}
.text-base-typography-title-xl-font-size {
  font-size: 32px;
}
.text-base-typography-title-xs-font-size {
  font-size: 16px;
}
.text-core-font-size-100 {
  font-size: 16px;
}
.text-core-font-size-112 {
  font-size: 18px;
}
.text-core-font-size-125 {
  font-size: 20px;
}
.text-core-font-size-150 {
  font-size: 24px;
}
.text-core-font-size-175 {
  font-size: 28px;
}
.text-core-font-size-200 {
  font-size: 32px;
}
.text-core-font-size-225 {
  font-size: 36px;
}
.text-core-font-size-250 {
  font-size: 40px;
}
.text-core-font-size-275 {
  font-size: 44px;
}
.text-core-font-size-300 {
  font-size: 48px;
}
.text-core-font-size-325 {
  font-size: 52px;
}
.text-core-font-size-350 {
  font-size: 56px;
}
.text-core-font-size-375 {
  font-size: 60px;
}
.text-core-font-size-400 {
  font-size: 64px;
}
.text-core-font-size-450 {
  font-size: 72px;
}
.text-core-font-size-50 {
  font-size: 8px;
}
.text-core-font-size-500 {
  font-size: 80px;
}
.text-core-font-size-550 {
  font-size: 88px;
}
.text-core-font-size-600 {
  font-size: 96px;
}
.text-core-font-size-62 {
  font-size: 10px;
}
.text-core-font-size-75 {
  font-size: 12px;
}
.text-core-font-size-87 {
  font-size: 14px;
}
.text-core-font-size-REM {
  font-size: 16px;
}
.text-core-font-size-base {
  font-size: 0.16px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-base-font-weight-400 {
  font-weight: 400;
}
.font-base-font-weight-500 {
  font-weight: 500;
}
.font-base-font-weight-600 {
  font-weight: 600;
}
.font-base-font-weight-700 {
  font-weight: 700;
}
.font-base-font-weight-800 {
  font-weight: 800;
}
.font-base-typography-body-l-font-weight {
  font-weight: 400;
}
.font-base-typography-body-m-font-weight {
  font-weight: 400;
}
.font-base-typography-body-s-font-weight {
  font-weight: 400;
}
.font-base-typography-body-xs-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-default-l-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-default-m-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-default-s-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-default-xl-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-default-xs-font-weight {
  font-weight: 400;
}
.font-base-typography-interface-strong-l-font-weight {
  font-weight: 500;
}
.font-base-typography-interface-strong-m-font-weight {
  font-weight: 500;
}
.font-base-typography-interface-strong-s-font-weight {
  font-weight: 500;
}
.font-base-typography-interface-strong-xl-font-weight {
  font-weight: 500;
}
.font-base-typography-interface-strong-xs-font-weight {
  font-weight: 500;
}
.font-base-typography-title-l-font-weight {
  font-weight: 500;
}
.font-base-typography-title-m-font-weight {
  font-weight: 500;
}
.font-base-typography-title-s-font-weight {
  font-weight: 500;
}
.font-base-typography-title-xl-font-weight {
  font-weight: 500;
}
.font-base-typography-title-xs-font-weight {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-base-line-height-title {
  line-height: 130%;
}
.leading-base-typography-body-l-line-height {
  line-height: 150%;
}
.leading-base-typography-body-m-line-height {
  line-height: 150%;
}
.leading-base-typography-body-s-line-height {
  line-height: 150%;
}
.leading-base-typography-body-xs-line-height {
  line-height: 150%;
}
.leading-base-typography-interface-default-l-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-default-m-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-default-s-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-default-xl-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-default-xs-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-strong-l-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-strong-m-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-strong-s-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-strong-xl-line-height {
  line-height: 110%;
}
.leading-base-typography-interface-strong-xs-line-height {
  line-height: 110%;
}
.leading-base-typography-title-l-line-height {
  line-height: 130%;
}
.leading-base-typography-title-m-line-height {
  line-height: 130%;
}
.leading-base-typography-title-s-line-height {
  line-height: 130%;
}
.leading-base-typography-title-xl-line-height {
  line-height: 130%;
}
.leading-base-typography-title-xs-line-height {
  line-height: 130%;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-danger {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.\!text-success {
  --tw-text-opacity: 1 !important;
  color: rgb(16 185 129 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-accent-burgandy {
  --tw-text-opacity: 1;
  color: rgb(97 0 46 / var(--tw-text-opacity));
}
.text-accent-burgandy\/0 {
  color: rgb(97 0 46 / 0);
}
.text-accent-burgandy\/10 {
  color: rgb(97 0 46 / 0.1);
}
.text-accent-burgandy\/100 {
  color: rgb(97 0 46 / 1);
}
.text-accent-burgandy\/20 {
  color: rgb(97 0 46 / 0.2);
}
.text-accent-burgandy\/25 {
  color: rgb(97 0 46 / 0.25);
}
.text-accent-burgandy\/30 {
  color: rgb(97 0 46 / 0.3);
}
.text-accent-burgandy\/40 {
  color: rgb(97 0 46 / 0.4);
}
.text-accent-burgandy\/5 {
  color: rgb(97 0 46 / 0.05);
}
.text-accent-burgandy\/50 {
  color: rgb(97 0 46 / 0.5);
}
.text-accent-burgandy\/60 {
  color: rgb(97 0 46 / 0.6);
}
.text-accent-burgandy\/70 {
  color: rgb(97 0 46 / 0.7);
}
.text-accent-burgandy\/75 {
  color: rgb(97 0 46 / 0.75);
}
.text-accent-burgandy\/80 {
  color: rgb(97 0 46 / 0.8);
}
.text-accent-burgandy\/90 {
  color: rgb(97 0 46 / 0.9);
}
.text-accent-burgandy\/95 {
  color: rgb(97 0 46 / 0.95);
}
.text-accent-burgandy\/base-opacity-disabled {
  color: rgb(97 0 46 / 60%);
}
.text-accent-burgandy\/core-opacity-0 {
  color: rgb(97 0 46 / 0%);
}
.text-accent-burgandy\/core-opacity-10 {
  color: rgb(97 0 46 / 10%);
}
.text-accent-burgandy\/core-opacity-100 {
  color: rgb(97 0 46 / 100%);
}
.text-accent-burgandy\/core-opacity-20 {
  color: rgb(97 0 46 / 20%);
}
.text-accent-burgandy\/core-opacity-30 {
  color: rgb(97 0 46 / 30%);
}
.text-accent-burgandy\/core-opacity-40 {
  color: rgb(97 0 46 / 40%);
}
.text-accent-burgandy\/core-opacity-50 {
  color: rgb(97 0 46 / 50%);
}
.text-accent-burgandy\/core-opacity-60 {
  color: rgb(97 0 46 / 60%);
}
.text-accent-burgandy\/core-opacity-70 {
  color: rgb(97 0 46 / 70%);
}
.text-accent-burgandy\/core-opacity-80 {
  color: rgb(97 0 46 / 80%);
}
.text-accent-burgandy\/core-opacity-90 {
  color: rgb(97 0 46 / 90%);
}
.text-accent-fuschia {
  --tw-text-opacity: 1;
  color: rgb(114 5 92 / var(--tw-text-opacity));
}
.text-accent-fuschia\/0 {
  color: rgb(114 5 92 / 0);
}
.text-accent-fuschia\/10 {
  color: rgb(114 5 92 / 0.1);
}
.text-accent-fuschia\/100 {
  color: rgb(114 5 92 / 1);
}
.text-accent-fuschia\/20 {
  color: rgb(114 5 92 / 0.2);
}
.text-accent-fuschia\/25 {
  color: rgb(114 5 92 / 0.25);
}
.text-accent-fuschia\/30 {
  color: rgb(114 5 92 / 0.3);
}
.text-accent-fuschia\/40 {
  color: rgb(114 5 92 / 0.4);
}
.text-accent-fuschia\/5 {
  color: rgb(114 5 92 / 0.05);
}
.text-accent-fuschia\/50 {
  color: rgb(114 5 92 / 0.5);
}
.text-accent-fuschia\/60 {
  color: rgb(114 5 92 / 0.6);
}
.text-accent-fuschia\/70 {
  color: rgb(114 5 92 / 0.7);
}
.text-accent-fuschia\/75 {
  color: rgb(114 5 92 / 0.75);
}
.text-accent-fuschia\/80 {
  color: rgb(114 5 92 / 0.8);
}
.text-accent-fuschia\/90 {
  color: rgb(114 5 92 / 0.9);
}
.text-accent-fuschia\/95 {
  color: rgb(114 5 92 / 0.95);
}
.text-accent-fuschia\/base-opacity-disabled {
  color: rgb(114 5 92 / 60%);
}
.text-accent-fuschia\/core-opacity-0 {
  color: rgb(114 5 92 / 0%);
}
.text-accent-fuschia\/core-opacity-10 {
  color: rgb(114 5 92 / 10%);
}
.text-accent-fuschia\/core-opacity-100 {
  color: rgb(114 5 92 / 100%);
}
.text-accent-fuschia\/core-opacity-20 {
  color: rgb(114 5 92 / 20%);
}
.text-accent-fuschia\/core-opacity-30 {
  color: rgb(114 5 92 / 30%);
}
.text-accent-fuschia\/core-opacity-40 {
  color: rgb(114 5 92 / 40%);
}
.text-accent-fuschia\/core-opacity-50 {
  color: rgb(114 5 92 / 50%);
}
.text-accent-fuschia\/core-opacity-60 {
  color: rgb(114 5 92 / 60%);
}
.text-accent-fuschia\/core-opacity-70 {
  color: rgb(114 5 92 / 70%);
}
.text-accent-fuschia\/core-opacity-80 {
  color: rgb(114 5 92 / 80%);
}
.text-accent-fuschia\/core-opacity-90 {
  color: rgb(114 5 92 / 90%);
}
.text-accent-purple {
  --tw-text-opacity: 1;
  color: rgb(52 7 148 / var(--tw-text-opacity));
}
.text-accent-purple\/0 {
  color: rgb(52 7 148 / 0);
}
.text-accent-purple\/10 {
  color: rgb(52 7 148 / 0.1);
}
.text-accent-purple\/100 {
  color: rgb(52 7 148 / 1);
}
.text-accent-purple\/20 {
  color: rgb(52 7 148 / 0.2);
}
.text-accent-purple\/25 {
  color: rgb(52 7 148 / 0.25);
}
.text-accent-purple\/30 {
  color: rgb(52 7 148 / 0.3);
}
.text-accent-purple\/40 {
  color: rgb(52 7 148 / 0.4);
}
.text-accent-purple\/5 {
  color: rgb(52 7 148 / 0.05);
}
.text-accent-purple\/50 {
  color: rgb(52 7 148 / 0.5);
}
.text-accent-purple\/60 {
  color: rgb(52 7 148 / 0.6);
}
.text-accent-purple\/70 {
  color: rgb(52 7 148 / 0.7);
}
.text-accent-purple\/75 {
  color: rgb(52 7 148 / 0.75);
}
.text-accent-purple\/80 {
  color: rgb(52 7 148 / 0.8);
}
.text-accent-purple\/90 {
  color: rgb(52 7 148 / 0.9);
}
.text-accent-purple\/95 {
  color: rgb(52 7 148 / 0.95);
}
.text-accent-purple\/base-opacity-disabled {
  color: rgb(52 7 148 / 60%);
}
.text-accent-purple\/core-opacity-0 {
  color: rgb(52 7 148 / 0%);
}
.text-accent-purple\/core-opacity-10 {
  color: rgb(52 7 148 / 10%);
}
.text-accent-purple\/core-opacity-100 {
  color: rgb(52 7 148 / 100%);
}
.text-accent-purple\/core-opacity-20 {
  color: rgb(52 7 148 / 20%);
}
.text-accent-purple\/core-opacity-30 {
  color: rgb(52 7 148 / 30%);
}
.text-accent-purple\/core-opacity-40 {
  color: rgb(52 7 148 / 40%);
}
.text-accent-purple\/core-opacity-50 {
  color: rgb(52 7 148 / 50%);
}
.text-accent-purple\/core-opacity-60 {
  color: rgb(52 7 148 / 60%);
}
.text-accent-purple\/core-opacity-70 {
  color: rgb(52 7 148 / 70%);
}
.text-accent-purple\/core-opacity-80 {
  color: rgb(52 7 148 / 80%);
}
.text-accent-purple\/core-opacity-90 {
  color: rgb(52 7 148 / 90%);
}
.text-accent-vermillion {
  --tw-text-opacity: 1;
  color: rgb(204 36 45 / var(--tw-text-opacity));
}
.text-accent-vermillion\/0 {
  color: rgb(204 36 45 / 0);
}
.text-accent-vermillion\/10 {
  color: rgb(204 36 45 / 0.1);
}
.text-accent-vermillion\/100 {
  color: rgb(204 36 45 / 1);
}
.text-accent-vermillion\/20 {
  color: rgb(204 36 45 / 0.2);
}
.text-accent-vermillion\/25 {
  color: rgb(204 36 45 / 0.25);
}
.text-accent-vermillion\/30 {
  color: rgb(204 36 45 / 0.3);
}
.text-accent-vermillion\/40 {
  color: rgb(204 36 45 / 0.4);
}
.text-accent-vermillion\/5 {
  color: rgb(204 36 45 / 0.05);
}
.text-accent-vermillion\/50 {
  color: rgb(204 36 45 / 0.5);
}
.text-accent-vermillion\/60 {
  color: rgb(204 36 45 / 0.6);
}
.text-accent-vermillion\/70 {
  color: rgb(204 36 45 / 0.7);
}
.text-accent-vermillion\/75 {
  color: rgb(204 36 45 / 0.75);
}
.text-accent-vermillion\/80 {
  color: rgb(204 36 45 / 0.8);
}
.text-accent-vermillion\/90 {
  color: rgb(204 36 45 / 0.9);
}
.text-accent-vermillion\/95 {
  color: rgb(204 36 45 / 0.95);
}
.text-accent-vermillion\/base-opacity-disabled {
  color: rgb(204 36 45 / 60%);
}
.text-accent-vermillion\/core-opacity-0 {
  color: rgb(204 36 45 / 0%);
}
.text-accent-vermillion\/core-opacity-10 {
  color: rgb(204 36 45 / 10%);
}
.text-accent-vermillion\/core-opacity-100 {
  color: rgb(204 36 45 / 100%);
}
.text-accent-vermillion\/core-opacity-20 {
  color: rgb(204 36 45 / 20%);
}
.text-accent-vermillion\/core-opacity-30 {
  color: rgb(204 36 45 / 30%);
}
.text-accent-vermillion\/core-opacity-40 {
  color: rgb(204 36 45 / 40%);
}
.text-accent-vermillion\/core-opacity-50 {
  color: rgb(204 36 45 / 50%);
}
.text-accent-vermillion\/core-opacity-60 {
  color: rgb(204 36 45 / 60%);
}
.text-accent-vermillion\/core-opacity-70 {
  color: rgb(204 36 45 / 70%);
}
.text-accent-vermillion\/core-opacity-80 {
  color: rgb(204 36 45 / 80%);
}
.text-accent-vermillion\/core-opacity-90 {
  color: rgb(204 36 45 / 90%);
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}
.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}
.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}
.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}
.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}
.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}
.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}
.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}
.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}
.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}
.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.text-amber-100\/base-opacity-disabled {
  color: rgb(254 243 199 / 60%);
}
.text-amber-100\/core-opacity-0 {
  color: rgb(254 243 199 / 0%);
}
.text-amber-100\/core-opacity-10 {
  color: rgb(254 243 199 / 10%);
}
.text-amber-100\/core-opacity-100 {
  color: rgb(254 243 199 / 100%);
}
.text-amber-100\/core-opacity-20 {
  color: rgb(254 243 199 / 20%);
}
.text-amber-100\/core-opacity-30 {
  color: rgb(254 243 199 / 30%);
}
.text-amber-100\/core-opacity-40 {
  color: rgb(254 243 199 / 40%);
}
.text-amber-100\/core-opacity-50 {
  color: rgb(254 243 199 / 50%);
}
.text-amber-100\/core-opacity-60 {
  color: rgb(254 243 199 / 60%);
}
.text-amber-100\/core-opacity-70 {
  color: rgb(254 243 199 / 70%);
}
.text-amber-100\/core-opacity-80 {
  color: rgb(254 243 199 / 80%);
}
.text-amber-100\/core-opacity-90 {
  color: rgb(254 243 199 / 90%);
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}
.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}
.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}
.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}
.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}
.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}
.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}
.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}
.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}
.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-amber-200\/base-opacity-disabled {
  color: rgb(253 230 138 / 60%);
}
.text-amber-200\/core-opacity-0 {
  color: rgb(253 230 138 / 0%);
}
.text-amber-200\/core-opacity-10 {
  color: rgb(253 230 138 / 10%);
}
.text-amber-200\/core-opacity-100 {
  color: rgb(253 230 138 / 100%);
}
.text-amber-200\/core-opacity-20 {
  color: rgb(253 230 138 / 20%);
}
.text-amber-200\/core-opacity-30 {
  color: rgb(253 230 138 / 30%);
}
.text-amber-200\/core-opacity-40 {
  color: rgb(253 230 138 / 40%);
}
.text-amber-200\/core-opacity-50 {
  color: rgb(253 230 138 / 50%);
}
.text-amber-200\/core-opacity-60 {
  color: rgb(253 230 138 / 60%);
}
.text-amber-200\/core-opacity-70 {
  color: rgb(253 230 138 / 70%);
}
.text-amber-200\/core-opacity-80 {
  color: rgb(253 230 138 / 80%);
}
.text-amber-200\/core-opacity-90 {
  color: rgb(253 230 138 / 90%);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}
.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}
.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-amber-300\/base-opacity-disabled {
  color: rgb(252 211 77 / 60%);
}
.text-amber-300\/core-opacity-0 {
  color: rgb(252 211 77 / 0%);
}
.text-amber-300\/core-opacity-10 {
  color: rgb(252 211 77 / 10%);
}
.text-amber-300\/core-opacity-100 {
  color: rgb(252 211 77 / 100%);
}
.text-amber-300\/core-opacity-20 {
  color: rgb(252 211 77 / 20%);
}
.text-amber-300\/core-opacity-30 {
  color: rgb(252 211 77 / 30%);
}
.text-amber-300\/core-opacity-40 {
  color: rgb(252 211 77 / 40%);
}
.text-amber-300\/core-opacity-50 {
  color: rgb(252 211 77 / 50%);
}
.text-amber-300\/core-opacity-60 {
  color: rgb(252 211 77 / 60%);
}
.text-amber-300\/core-opacity-70 {
  color: rgb(252 211 77 / 70%);
}
.text-amber-300\/core-opacity-80 {
  color: rgb(252 211 77 / 80%);
}
.text-amber-300\/core-opacity-90 {
  color: rgb(252 211 77 / 90%);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}
.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}
.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-amber-400\/base-opacity-disabled {
  color: rgb(251 191 36 / 60%);
}
.text-amber-400\/core-opacity-0 {
  color: rgb(251 191 36 / 0%);
}
.text-amber-400\/core-opacity-10 {
  color: rgb(251 191 36 / 10%);
}
.text-amber-400\/core-opacity-100 {
  color: rgb(251 191 36 / 100%);
}
.text-amber-400\/core-opacity-20 {
  color: rgb(251 191 36 / 20%);
}
.text-amber-400\/core-opacity-30 {
  color: rgb(251 191 36 / 30%);
}
.text-amber-400\/core-opacity-40 {
  color: rgb(251 191 36 / 40%);
}
.text-amber-400\/core-opacity-50 {
  color: rgb(251 191 36 / 50%);
}
.text-amber-400\/core-opacity-60 {
  color: rgb(251 191 36 / 60%);
}
.text-amber-400\/core-opacity-70 {
  color: rgb(251 191 36 / 70%);
}
.text-amber-400\/core-opacity-80 {
  color: rgb(251 191 36 / 80%);
}
.text-amber-400\/core-opacity-90 {
  color: rgb(251 191 36 / 90%);
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}
.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}
.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-amber-50\/base-opacity-disabled {
  color: rgb(255 251 235 / 60%);
}
.text-amber-50\/core-opacity-0 {
  color: rgb(255 251 235 / 0%);
}
.text-amber-50\/core-opacity-10 {
  color: rgb(255 251 235 / 10%);
}
.text-amber-50\/core-opacity-100 {
  color: rgb(255 251 235 / 100%);
}
.text-amber-50\/core-opacity-20 {
  color: rgb(255 251 235 / 20%);
}
.text-amber-50\/core-opacity-30 {
  color: rgb(255 251 235 / 30%);
}
.text-amber-50\/core-opacity-40 {
  color: rgb(255 251 235 / 40%);
}
.text-amber-50\/core-opacity-50 {
  color: rgb(255 251 235 / 50%);
}
.text-amber-50\/core-opacity-60 {
  color: rgb(255 251 235 / 60%);
}
.text-amber-50\/core-opacity-70 {
  color: rgb(255 251 235 / 70%);
}
.text-amber-50\/core-opacity-80 {
  color: rgb(255 251 235 / 80%);
}
.text-amber-50\/core-opacity-90 {
  color: rgb(255 251 235 / 90%);
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}
.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}
.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.text-amber-500\/base-opacity-disabled {
  color: rgb(245 158 11 / 60%);
}
.text-amber-500\/core-opacity-0 {
  color: rgb(245 158 11 / 0%);
}
.text-amber-500\/core-opacity-10 {
  color: rgb(245 158 11 / 10%);
}
.text-amber-500\/core-opacity-100 {
  color: rgb(245 158 11 / 100%);
}
.text-amber-500\/core-opacity-20 {
  color: rgb(245 158 11 / 20%);
}
.text-amber-500\/core-opacity-30 {
  color: rgb(245 158 11 / 30%);
}
.text-amber-500\/core-opacity-40 {
  color: rgb(245 158 11 / 40%);
}
.text-amber-500\/core-opacity-50 {
  color: rgb(245 158 11 / 50%);
}
.text-amber-500\/core-opacity-60 {
  color: rgb(245 158 11 / 60%);
}
.text-amber-500\/core-opacity-70 {
  color: rgb(245 158 11 / 70%);
}
.text-amber-500\/core-opacity-80 {
  color: rgb(245 158 11 / 80%);
}
.text-amber-500\/core-opacity-90 {
  color: rgb(245 158 11 / 90%);
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}
.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}
.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.text-amber-600\/base-opacity-disabled {
  color: rgb(217 119 6 / 60%);
}
.text-amber-600\/core-opacity-0 {
  color: rgb(217 119 6 / 0%);
}
.text-amber-600\/core-opacity-10 {
  color: rgb(217 119 6 / 10%);
}
.text-amber-600\/core-opacity-100 {
  color: rgb(217 119 6 / 100%);
}
.text-amber-600\/core-opacity-20 {
  color: rgb(217 119 6 / 20%);
}
.text-amber-600\/core-opacity-30 {
  color: rgb(217 119 6 / 30%);
}
.text-amber-600\/core-opacity-40 {
  color: rgb(217 119 6 / 40%);
}
.text-amber-600\/core-opacity-50 {
  color: rgb(217 119 6 / 50%);
}
.text-amber-600\/core-opacity-60 {
  color: rgb(217 119 6 / 60%);
}
.text-amber-600\/core-opacity-70 {
  color: rgb(217 119 6 / 70%);
}
.text-amber-600\/core-opacity-80 {
  color: rgb(217 119 6 / 80%);
}
.text-amber-600\/core-opacity-90 {
  color: rgb(217 119 6 / 90%);
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}
.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}
.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}
.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}
.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}
.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}
.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}
.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}
.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}
.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}
.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}
.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}
.text-amber-700\/base-opacity-disabled {
  color: rgb(180 83 9 / 60%);
}
.text-amber-700\/core-opacity-0 {
  color: rgb(180 83 9 / 0%);
}
.text-amber-700\/core-opacity-10 {
  color: rgb(180 83 9 / 10%);
}
.text-amber-700\/core-opacity-100 {
  color: rgb(180 83 9 / 100%);
}
.text-amber-700\/core-opacity-20 {
  color: rgb(180 83 9 / 20%);
}
.text-amber-700\/core-opacity-30 {
  color: rgb(180 83 9 / 30%);
}
.text-amber-700\/core-opacity-40 {
  color: rgb(180 83 9 / 40%);
}
.text-amber-700\/core-opacity-50 {
  color: rgb(180 83 9 / 50%);
}
.text-amber-700\/core-opacity-60 {
  color: rgb(180 83 9 / 60%);
}
.text-amber-700\/core-opacity-70 {
  color: rgb(180 83 9 / 70%);
}
.text-amber-700\/core-opacity-80 {
  color: rgb(180 83 9 / 80%);
}
.text-amber-700\/core-opacity-90 {
  color: rgb(180 83 9 / 90%);
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}
.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}
.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}
.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}
.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}
.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}
.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}
.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}
.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}
.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}
.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}
.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}
.text-amber-800\/base-opacity-disabled {
  color: rgb(146 64 14 / 60%);
}
.text-amber-800\/core-opacity-0 {
  color: rgb(146 64 14 / 0%);
}
.text-amber-800\/core-opacity-10 {
  color: rgb(146 64 14 / 10%);
}
.text-amber-800\/core-opacity-100 {
  color: rgb(146 64 14 / 100%);
}
.text-amber-800\/core-opacity-20 {
  color: rgb(146 64 14 / 20%);
}
.text-amber-800\/core-opacity-30 {
  color: rgb(146 64 14 / 30%);
}
.text-amber-800\/core-opacity-40 {
  color: rgb(146 64 14 / 40%);
}
.text-amber-800\/core-opacity-50 {
  color: rgb(146 64 14 / 50%);
}
.text-amber-800\/core-opacity-60 {
  color: rgb(146 64 14 / 60%);
}
.text-amber-800\/core-opacity-70 {
  color: rgb(146 64 14 / 70%);
}
.text-amber-800\/core-opacity-80 {
  color: rgb(146 64 14 / 80%);
}
.text-amber-800\/core-opacity-90 {
  color: rgb(146 64 14 / 90%);
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}
.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}
.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.text-amber-900\/base-opacity-disabled {
  color: rgb(120 53 15 / 60%);
}
.text-amber-900\/core-opacity-0 {
  color: rgb(120 53 15 / 0%);
}
.text-amber-900\/core-opacity-10 {
  color: rgb(120 53 15 / 10%);
}
.text-amber-900\/core-opacity-100 {
  color: rgb(120 53 15 / 100%);
}
.text-amber-900\/core-opacity-20 {
  color: rgb(120 53 15 / 20%);
}
.text-amber-900\/core-opacity-30 {
  color: rgb(120 53 15 / 30%);
}
.text-amber-900\/core-opacity-40 {
  color: rgb(120 53 15 / 40%);
}
.text-amber-900\/core-opacity-50 {
  color: rgb(120 53 15 / 50%);
}
.text-amber-900\/core-opacity-60 {
  color: rgb(120 53 15 / 60%);
}
.text-amber-900\/core-opacity-70 {
  color: rgb(120 53 15 / 70%);
}
.text-amber-900\/core-opacity-80 {
  color: rgb(120 53 15 / 80%);
}
.text-amber-900\/core-opacity-90 {
  color: rgb(120 53 15 / 90%);
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.text-amber-950\/0 {
  color: rgb(69 26 3 / 0);
}
.text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1);
}
.text-amber-950\/100 {
  color: rgb(69 26 3 / 1);
}
.text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2);
}
.text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25);
}
.text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3);
}
.text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4);
}
.text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05);
}
.text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5);
}
.text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6);
}
.text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7);
}
.text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75);
}
.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}
.text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9);
}
.text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95);
}
.text-amber-950\/base-opacity-disabled {
  color: rgb(69 26 3 / 60%);
}
.text-amber-950\/core-opacity-0 {
  color: rgb(69 26 3 / 0%);
}
.text-amber-950\/core-opacity-10 {
  color: rgb(69 26 3 / 10%);
}
.text-amber-950\/core-opacity-100 {
  color: rgb(69 26 3 / 100%);
}
.text-amber-950\/core-opacity-20 {
  color: rgb(69 26 3 / 20%);
}
.text-amber-950\/core-opacity-30 {
  color: rgb(69 26 3 / 30%);
}
.text-amber-950\/core-opacity-40 {
  color: rgb(69 26 3 / 40%);
}
.text-amber-950\/core-opacity-50 {
  color: rgb(69 26 3 / 50%);
}
.text-amber-950\/core-opacity-60 {
  color: rgb(69 26 3 / 60%);
}
.text-amber-950\/core-opacity-70 {
  color: rgb(69 26 3 / 70%);
}
.text-amber-950\/core-opacity-80 {
  color: rgb(69 26 3 / 80%);
}
.text-amber-950\/core-opacity-90 {
  color: rgb(69 26 3 / 90%);
}
.text-base-color-bg-accent {
  --tw-text-opacity: 1;
  color: rgb(209 224 255 / var(--tw-text-opacity));
}
.text-base-color-bg-accent-emphasis {
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.text-base-color-bg-accent-emphasis\/0 {
  color: rgb(21 94 239 / 0);
}
.text-base-color-bg-accent-emphasis\/10 {
  color: rgb(21 94 239 / 0.1);
}
.text-base-color-bg-accent-emphasis\/100 {
  color: rgb(21 94 239 / 1);
}
.text-base-color-bg-accent-emphasis\/20 {
  color: rgb(21 94 239 / 0.2);
}
.text-base-color-bg-accent-emphasis\/25 {
  color: rgb(21 94 239 / 0.25);
}
.text-base-color-bg-accent-emphasis\/30 {
  color: rgb(21 94 239 / 0.3);
}
.text-base-color-bg-accent-emphasis\/40 {
  color: rgb(21 94 239 / 0.4);
}
.text-base-color-bg-accent-emphasis\/5 {
  color: rgb(21 94 239 / 0.05);
}
.text-base-color-bg-accent-emphasis\/50 {
  color: rgb(21 94 239 / 0.5);
}
.text-base-color-bg-accent-emphasis\/60 {
  color: rgb(21 94 239 / 0.6);
}
.text-base-color-bg-accent-emphasis\/70 {
  color: rgb(21 94 239 / 0.7);
}
.text-base-color-bg-accent-emphasis\/75 {
  color: rgb(21 94 239 / 0.75);
}
.text-base-color-bg-accent-emphasis\/80 {
  color: rgb(21 94 239 / 0.8);
}
.text-base-color-bg-accent-emphasis\/90 {
  color: rgb(21 94 239 / 0.9);
}
.text-base-color-bg-accent-emphasis\/95 {
  color: rgb(21 94 239 / 0.95);
}
.text-base-color-bg-accent-emphasis\/base-opacity-disabled {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-0 {
  color: rgb(21 94 239 / 0%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-10 {
  color: rgb(21 94 239 / 10%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-100 {
  color: rgb(21 94 239 / 100%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-20 {
  color: rgb(21 94 239 / 20%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-30 {
  color: rgb(21 94 239 / 30%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-40 {
  color: rgb(21 94 239 / 40%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-50 {
  color: rgb(21 94 239 / 50%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-60 {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-70 {
  color: rgb(21 94 239 / 70%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-80 {
  color: rgb(21 94 239 / 80%);
}
.text-base-color-bg-accent-emphasis\/core-opacity-90 {
  color: rgb(21 94 239 / 90%);
}
.text-base-color-bg-accent-subtle {
  --tw-text-opacity: 1;
  color: rgb(245 248 255 / var(--tw-text-opacity));
}
.text-base-color-bg-accent-subtle\/0 {
  color: rgb(245 248 255 / 0);
}
.text-base-color-bg-accent-subtle\/10 {
  color: rgb(245 248 255 / 0.1);
}
.text-base-color-bg-accent-subtle\/100 {
  color: rgb(245 248 255 / 1);
}
.text-base-color-bg-accent-subtle\/20 {
  color: rgb(245 248 255 / 0.2);
}
.text-base-color-bg-accent-subtle\/25 {
  color: rgb(245 248 255 / 0.25);
}
.text-base-color-bg-accent-subtle\/30 {
  color: rgb(245 248 255 / 0.3);
}
.text-base-color-bg-accent-subtle\/40 {
  color: rgb(245 248 255 / 0.4);
}
.text-base-color-bg-accent-subtle\/5 {
  color: rgb(245 248 255 / 0.05);
}
.text-base-color-bg-accent-subtle\/50 {
  color: rgb(245 248 255 / 0.5);
}
.text-base-color-bg-accent-subtle\/60 {
  color: rgb(245 248 255 / 0.6);
}
.text-base-color-bg-accent-subtle\/70 {
  color: rgb(245 248 255 / 0.7);
}
.text-base-color-bg-accent-subtle\/75 {
  color: rgb(245 248 255 / 0.75);
}
.text-base-color-bg-accent-subtle\/80 {
  color: rgb(245 248 255 / 0.8);
}
.text-base-color-bg-accent-subtle\/90 {
  color: rgb(245 248 255 / 0.9);
}
.text-base-color-bg-accent-subtle\/95 {
  color: rgb(245 248 255 / 0.95);
}
.text-base-color-bg-accent-subtle\/base-opacity-disabled {
  color: rgb(245 248 255 / 60%);
}
.text-base-color-bg-accent-subtle\/core-opacity-0 {
  color: rgb(245 248 255 / 0%);
}
.text-base-color-bg-accent-subtle\/core-opacity-10 {
  color: rgb(245 248 255 / 10%);
}
.text-base-color-bg-accent-subtle\/core-opacity-100 {
  color: rgb(245 248 255 / 100%);
}
.text-base-color-bg-accent-subtle\/core-opacity-20 {
  color: rgb(245 248 255 / 20%);
}
.text-base-color-bg-accent-subtle\/core-opacity-30 {
  color: rgb(245 248 255 / 30%);
}
.text-base-color-bg-accent-subtle\/core-opacity-40 {
  color: rgb(245 248 255 / 40%);
}
.text-base-color-bg-accent-subtle\/core-opacity-50 {
  color: rgb(245 248 255 / 50%);
}
.text-base-color-bg-accent-subtle\/core-opacity-60 {
  color: rgb(245 248 255 / 60%);
}
.text-base-color-bg-accent-subtle\/core-opacity-70 {
  color: rgb(245 248 255 / 70%);
}
.text-base-color-bg-accent-subtle\/core-opacity-80 {
  color: rgb(245 248 255 / 80%);
}
.text-base-color-bg-accent-subtle\/core-opacity-90 {
  color: rgb(245 248 255 / 90%);
}
.text-base-color-bg-accent\/0 {
  color: rgb(209 224 255 / 0);
}
.text-base-color-bg-accent\/10 {
  color: rgb(209 224 255 / 0.1);
}
.text-base-color-bg-accent\/100 {
  color: rgb(209 224 255 / 1);
}
.text-base-color-bg-accent\/20 {
  color: rgb(209 224 255 / 0.2);
}
.text-base-color-bg-accent\/25 {
  color: rgb(209 224 255 / 0.25);
}
.text-base-color-bg-accent\/30 {
  color: rgb(209 224 255 / 0.3);
}
.text-base-color-bg-accent\/40 {
  color: rgb(209 224 255 / 0.4);
}
.text-base-color-bg-accent\/5 {
  color: rgb(209 224 255 / 0.05);
}
.text-base-color-bg-accent\/50 {
  color: rgb(209 224 255 / 0.5);
}
.text-base-color-bg-accent\/60 {
  color: rgb(209 224 255 / 0.6);
}
.text-base-color-bg-accent\/70 {
  color: rgb(209 224 255 / 0.7);
}
.text-base-color-bg-accent\/75 {
  color: rgb(209 224 255 / 0.75);
}
.text-base-color-bg-accent\/80 {
  color: rgb(209 224 255 / 0.8);
}
.text-base-color-bg-accent\/90 {
  color: rgb(209 224 255 / 0.9);
}
.text-base-color-bg-accent\/95 {
  color: rgb(209 224 255 / 0.95);
}
.text-base-color-bg-accent\/base-opacity-disabled {
  color: rgb(209 224 255 / 60%);
}
.text-base-color-bg-accent\/core-opacity-0 {
  color: rgb(209 224 255 / 0%);
}
.text-base-color-bg-accent\/core-opacity-10 {
  color: rgb(209 224 255 / 10%);
}
.text-base-color-bg-accent\/core-opacity-100 {
  color: rgb(209 224 255 / 100%);
}
.text-base-color-bg-accent\/core-opacity-20 {
  color: rgb(209 224 255 / 20%);
}
.text-base-color-bg-accent\/core-opacity-30 {
  color: rgb(209 224 255 / 30%);
}
.text-base-color-bg-accent\/core-opacity-40 {
  color: rgb(209 224 255 / 40%);
}
.text-base-color-bg-accent\/core-opacity-50 {
  color: rgb(209 224 255 / 50%);
}
.text-base-color-bg-accent\/core-opacity-60 {
  color: rgb(209 224 255 / 60%);
}
.text-base-color-bg-accent\/core-opacity-70 {
  color: rgb(209 224 255 / 70%);
}
.text-base-color-bg-accent\/core-opacity-80 {
  color: rgb(209 224 255 / 80%);
}
.text-base-color-bg-accent\/core-opacity-90 {
  color: rgb(209 224 255 / 90%);
}
.text-base-color-bg-attention {
  --tw-text-opacity: 1;
  color: rgb(254 240 200 / var(--tw-text-opacity));
}
.text-base-color-bg-attention-emphasis {
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.text-base-color-bg-attention-emphasis\/0 {
  color: rgb(221 105 3 / 0);
}
.text-base-color-bg-attention-emphasis\/10 {
  color: rgb(221 105 3 / 0.1);
}
.text-base-color-bg-attention-emphasis\/100 {
  color: rgb(221 105 3 / 1);
}
.text-base-color-bg-attention-emphasis\/20 {
  color: rgb(221 105 3 / 0.2);
}
.text-base-color-bg-attention-emphasis\/25 {
  color: rgb(221 105 3 / 0.25);
}
.text-base-color-bg-attention-emphasis\/30 {
  color: rgb(221 105 3 / 0.3);
}
.text-base-color-bg-attention-emphasis\/40 {
  color: rgb(221 105 3 / 0.4);
}
.text-base-color-bg-attention-emphasis\/5 {
  color: rgb(221 105 3 / 0.05);
}
.text-base-color-bg-attention-emphasis\/50 {
  color: rgb(221 105 3 / 0.5);
}
.text-base-color-bg-attention-emphasis\/60 {
  color: rgb(221 105 3 / 0.6);
}
.text-base-color-bg-attention-emphasis\/70 {
  color: rgb(221 105 3 / 0.7);
}
.text-base-color-bg-attention-emphasis\/75 {
  color: rgb(221 105 3 / 0.75);
}
.text-base-color-bg-attention-emphasis\/80 {
  color: rgb(221 105 3 / 0.8);
}
.text-base-color-bg-attention-emphasis\/90 {
  color: rgb(221 105 3 / 0.9);
}
.text-base-color-bg-attention-emphasis\/95 {
  color: rgb(221 105 3 / 0.95);
}
.text-base-color-bg-attention-emphasis\/base-opacity-disabled {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-0 {
  color: rgb(221 105 3 / 0%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-10 {
  color: rgb(221 105 3 / 10%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-100 {
  color: rgb(221 105 3 / 100%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-20 {
  color: rgb(221 105 3 / 20%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-30 {
  color: rgb(221 105 3 / 30%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-40 {
  color: rgb(221 105 3 / 40%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-50 {
  color: rgb(221 105 3 / 50%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-60 {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-70 {
  color: rgb(221 105 3 / 70%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-80 {
  color: rgb(221 105 3 / 80%);
}
.text-base-color-bg-attention-emphasis\/core-opacity-90 {
  color: rgb(221 105 3 / 90%);
}
.text-base-color-bg-attention-subtle {
  --tw-text-opacity: 1;
  color: rgb(255 252 245 / var(--tw-text-opacity));
}
.text-base-color-bg-attention-subtle\/0 {
  color: rgb(255 252 245 / 0);
}
.text-base-color-bg-attention-subtle\/10 {
  color: rgb(255 252 245 / 0.1);
}
.text-base-color-bg-attention-subtle\/100 {
  color: rgb(255 252 245 / 1);
}
.text-base-color-bg-attention-subtle\/20 {
  color: rgb(255 252 245 / 0.2);
}
.text-base-color-bg-attention-subtle\/25 {
  color: rgb(255 252 245 / 0.25);
}
.text-base-color-bg-attention-subtle\/30 {
  color: rgb(255 252 245 / 0.3);
}
.text-base-color-bg-attention-subtle\/40 {
  color: rgb(255 252 245 / 0.4);
}
.text-base-color-bg-attention-subtle\/5 {
  color: rgb(255 252 245 / 0.05);
}
.text-base-color-bg-attention-subtle\/50 {
  color: rgb(255 252 245 / 0.5);
}
.text-base-color-bg-attention-subtle\/60 {
  color: rgb(255 252 245 / 0.6);
}
.text-base-color-bg-attention-subtle\/70 {
  color: rgb(255 252 245 / 0.7);
}
.text-base-color-bg-attention-subtle\/75 {
  color: rgb(255 252 245 / 0.75);
}
.text-base-color-bg-attention-subtle\/80 {
  color: rgb(255 252 245 / 0.8);
}
.text-base-color-bg-attention-subtle\/90 {
  color: rgb(255 252 245 / 0.9);
}
.text-base-color-bg-attention-subtle\/95 {
  color: rgb(255 252 245 / 0.95);
}
.text-base-color-bg-attention-subtle\/base-opacity-disabled {
  color: rgb(255 252 245 / 60%);
}
.text-base-color-bg-attention-subtle\/core-opacity-0 {
  color: rgb(255 252 245 / 0%);
}
.text-base-color-bg-attention-subtle\/core-opacity-10 {
  color: rgb(255 252 245 / 10%);
}
.text-base-color-bg-attention-subtle\/core-opacity-100 {
  color: rgb(255 252 245 / 100%);
}
.text-base-color-bg-attention-subtle\/core-opacity-20 {
  color: rgb(255 252 245 / 20%);
}
.text-base-color-bg-attention-subtle\/core-opacity-30 {
  color: rgb(255 252 245 / 30%);
}
.text-base-color-bg-attention-subtle\/core-opacity-40 {
  color: rgb(255 252 245 / 40%);
}
.text-base-color-bg-attention-subtle\/core-opacity-50 {
  color: rgb(255 252 245 / 50%);
}
.text-base-color-bg-attention-subtle\/core-opacity-60 {
  color: rgb(255 252 245 / 60%);
}
.text-base-color-bg-attention-subtle\/core-opacity-70 {
  color: rgb(255 252 245 / 70%);
}
.text-base-color-bg-attention-subtle\/core-opacity-80 {
  color: rgb(255 252 245 / 80%);
}
.text-base-color-bg-attention-subtle\/core-opacity-90 {
  color: rgb(255 252 245 / 90%);
}
.text-base-color-bg-attention\/0 {
  color: rgb(254 240 200 / 0);
}
.text-base-color-bg-attention\/10 {
  color: rgb(254 240 200 / 0.1);
}
.text-base-color-bg-attention\/100 {
  color: rgb(254 240 200 / 1);
}
.text-base-color-bg-attention\/20 {
  color: rgb(254 240 200 / 0.2);
}
.text-base-color-bg-attention\/25 {
  color: rgb(254 240 200 / 0.25);
}
.text-base-color-bg-attention\/30 {
  color: rgb(254 240 200 / 0.3);
}
.text-base-color-bg-attention\/40 {
  color: rgb(254 240 200 / 0.4);
}
.text-base-color-bg-attention\/5 {
  color: rgb(254 240 200 / 0.05);
}
.text-base-color-bg-attention\/50 {
  color: rgb(254 240 200 / 0.5);
}
.text-base-color-bg-attention\/60 {
  color: rgb(254 240 200 / 0.6);
}
.text-base-color-bg-attention\/70 {
  color: rgb(254 240 200 / 0.7);
}
.text-base-color-bg-attention\/75 {
  color: rgb(254 240 200 / 0.75);
}
.text-base-color-bg-attention\/80 {
  color: rgb(254 240 200 / 0.8);
}
.text-base-color-bg-attention\/90 {
  color: rgb(254 240 200 / 0.9);
}
.text-base-color-bg-attention\/95 {
  color: rgb(254 240 200 / 0.95);
}
.text-base-color-bg-attention\/base-opacity-disabled {
  color: rgb(254 240 200 / 60%);
}
.text-base-color-bg-attention\/core-opacity-0 {
  color: rgb(254 240 200 / 0%);
}
.text-base-color-bg-attention\/core-opacity-10 {
  color: rgb(254 240 200 / 10%);
}
.text-base-color-bg-attention\/core-opacity-100 {
  color: rgb(254 240 200 / 100%);
}
.text-base-color-bg-attention\/core-opacity-20 {
  color: rgb(254 240 200 / 20%);
}
.text-base-color-bg-attention\/core-opacity-30 {
  color: rgb(254 240 200 / 30%);
}
.text-base-color-bg-attention\/core-opacity-40 {
  color: rgb(254 240 200 / 40%);
}
.text-base-color-bg-attention\/core-opacity-50 {
  color: rgb(254 240 200 / 50%);
}
.text-base-color-bg-attention\/core-opacity-60 {
  color: rgb(254 240 200 / 60%);
}
.text-base-color-bg-attention\/core-opacity-70 {
  color: rgb(254 240 200 / 70%);
}
.text-base-color-bg-attention\/core-opacity-80 {
  color: rgb(254 240 200 / 80%);
}
.text-base-color-bg-attention\/core-opacity-90 {
  color: rgb(254 240 200 / 90%);
}
.text-base-color-bg-brand {
  --tw-text-opacity: 1;
  color: rgb(205 214 249 / var(--tw-text-opacity));
}
.text-base-color-bg-brand-emphasis {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-base-color-bg-brand-emphasis\/0 {
  color: rgb(93 91 215 / 0);
}
.text-base-color-bg-brand-emphasis\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-base-color-bg-brand-emphasis\/100 {
  color: rgb(93 91 215 / 1);
}
.text-base-color-bg-brand-emphasis\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-base-color-bg-brand-emphasis\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-base-color-bg-brand-emphasis\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-base-color-bg-brand-emphasis\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-base-color-bg-brand-emphasis\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-base-color-bg-brand-emphasis\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-base-color-bg-brand-emphasis\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-base-color-bg-brand-emphasis\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-base-color-bg-brand-emphasis\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-base-color-bg-brand-emphasis\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-base-color-bg-brand-emphasis\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-base-color-bg-brand-emphasis\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-base-color-bg-brand-emphasis\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-base-color-bg-brand-emphasis\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-base-color-bg-brand-subtle {
  --tw-text-opacity: 1;
  color: rgb(242 244 253 / var(--tw-text-opacity));
}
.text-base-color-bg-brand-subtle\/0 {
  color: rgb(242 244 253 / 0);
}
.text-base-color-bg-brand-subtle\/10 {
  color: rgb(242 244 253 / 0.1);
}
.text-base-color-bg-brand-subtle\/100 {
  color: rgb(242 244 253 / 1);
}
.text-base-color-bg-brand-subtle\/20 {
  color: rgb(242 244 253 / 0.2);
}
.text-base-color-bg-brand-subtle\/25 {
  color: rgb(242 244 253 / 0.25);
}
.text-base-color-bg-brand-subtle\/30 {
  color: rgb(242 244 253 / 0.3);
}
.text-base-color-bg-brand-subtle\/40 {
  color: rgb(242 244 253 / 0.4);
}
.text-base-color-bg-brand-subtle\/5 {
  color: rgb(242 244 253 / 0.05);
}
.text-base-color-bg-brand-subtle\/50 {
  color: rgb(242 244 253 / 0.5);
}
.text-base-color-bg-brand-subtle\/60 {
  color: rgb(242 244 253 / 0.6);
}
.text-base-color-bg-brand-subtle\/70 {
  color: rgb(242 244 253 / 0.7);
}
.text-base-color-bg-brand-subtle\/75 {
  color: rgb(242 244 253 / 0.75);
}
.text-base-color-bg-brand-subtle\/80 {
  color: rgb(242 244 253 / 0.8);
}
.text-base-color-bg-brand-subtle\/90 {
  color: rgb(242 244 253 / 0.9);
}
.text-base-color-bg-brand-subtle\/95 {
  color: rgb(242 244 253 / 0.95);
}
.text-base-color-bg-brand-subtle\/base-opacity-disabled {
  color: rgb(242 244 253 / 60%);
}
.text-base-color-bg-brand-subtle\/core-opacity-0 {
  color: rgb(242 244 253 / 0%);
}
.text-base-color-bg-brand-subtle\/core-opacity-10 {
  color: rgb(242 244 253 / 10%);
}
.text-base-color-bg-brand-subtle\/core-opacity-100 {
  color: rgb(242 244 253 / 100%);
}
.text-base-color-bg-brand-subtle\/core-opacity-20 {
  color: rgb(242 244 253 / 20%);
}
.text-base-color-bg-brand-subtle\/core-opacity-30 {
  color: rgb(242 244 253 / 30%);
}
.text-base-color-bg-brand-subtle\/core-opacity-40 {
  color: rgb(242 244 253 / 40%);
}
.text-base-color-bg-brand-subtle\/core-opacity-50 {
  color: rgb(242 244 253 / 50%);
}
.text-base-color-bg-brand-subtle\/core-opacity-60 {
  color: rgb(242 244 253 / 60%);
}
.text-base-color-bg-brand-subtle\/core-opacity-70 {
  color: rgb(242 244 253 / 70%);
}
.text-base-color-bg-brand-subtle\/core-opacity-80 {
  color: rgb(242 244 253 / 80%);
}
.text-base-color-bg-brand-subtle\/core-opacity-90 {
  color: rgb(242 244 253 / 90%);
}
.text-base-color-bg-brand\/0 {
  color: rgb(205 214 249 / 0);
}
.text-base-color-bg-brand\/10 {
  color: rgb(205 214 249 / 0.1);
}
.text-base-color-bg-brand\/100 {
  color: rgb(205 214 249 / 1);
}
.text-base-color-bg-brand\/20 {
  color: rgb(205 214 249 / 0.2);
}
.text-base-color-bg-brand\/25 {
  color: rgb(205 214 249 / 0.25);
}
.text-base-color-bg-brand\/30 {
  color: rgb(205 214 249 / 0.3);
}
.text-base-color-bg-brand\/40 {
  color: rgb(205 214 249 / 0.4);
}
.text-base-color-bg-brand\/5 {
  color: rgb(205 214 249 / 0.05);
}
.text-base-color-bg-brand\/50 {
  color: rgb(205 214 249 / 0.5);
}
.text-base-color-bg-brand\/60 {
  color: rgb(205 214 249 / 0.6);
}
.text-base-color-bg-brand\/70 {
  color: rgb(205 214 249 / 0.7);
}
.text-base-color-bg-brand\/75 {
  color: rgb(205 214 249 / 0.75);
}
.text-base-color-bg-brand\/80 {
  color: rgb(205 214 249 / 0.8);
}
.text-base-color-bg-brand\/90 {
  color: rgb(205 214 249 / 0.9);
}
.text-base-color-bg-brand\/95 {
  color: rgb(205 214 249 / 0.95);
}
.text-base-color-bg-brand\/base-opacity-disabled {
  color: rgb(205 214 249 / 60%);
}
.text-base-color-bg-brand\/core-opacity-0 {
  color: rgb(205 214 249 / 0%);
}
.text-base-color-bg-brand\/core-opacity-10 {
  color: rgb(205 214 249 / 10%);
}
.text-base-color-bg-brand\/core-opacity-100 {
  color: rgb(205 214 249 / 100%);
}
.text-base-color-bg-brand\/core-opacity-20 {
  color: rgb(205 214 249 / 20%);
}
.text-base-color-bg-brand\/core-opacity-30 {
  color: rgb(205 214 249 / 30%);
}
.text-base-color-bg-brand\/core-opacity-40 {
  color: rgb(205 214 249 / 40%);
}
.text-base-color-bg-brand\/core-opacity-50 {
  color: rgb(205 214 249 / 50%);
}
.text-base-color-bg-brand\/core-opacity-60 {
  color: rgb(205 214 249 / 60%);
}
.text-base-color-bg-brand\/core-opacity-70 {
  color: rgb(205 214 249 / 70%);
}
.text-base-color-bg-brand\/core-opacity-80 {
  color: rgb(205 214 249 / 80%);
}
.text-base-color-bg-brand\/core-opacity-90 {
  color: rgb(205 214 249 / 90%);
}
.text-base-color-bg-danger {
  --tw-text-opacity: 1;
  color: rgb(254 227 225 / var(--tw-text-opacity));
}
.text-base-color-bg-danger-emphasis {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-base-color-bg-danger-emphasis\/0 {
  color: rgb(240 68 56 / 0);
}
.text-base-color-bg-danger-emphasis\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-base-color-bg-danger-emphasis\/100 {
  color: rgb(240 68 56 / 1);
}
.text-base-color-bg-danger-emphasis\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-base-color-bg-danger-emphasis\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-base-color-bg-danger-emphasis\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-base-color-bg-danger-emphasis\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-base-color-bg-danger-emphasis\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-base-color-bg-danger-emphasis\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-base-color-bg-danger-emphasis\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-base-color-bg-danger-emphasis\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-base-color-bg-danger-emphasis\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-base-color-bg-danger-emphasis\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-base-color-bg-danger-emphasis\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-base-color-bg-danger-emphasis\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-base-color-bg-danger-emphasis\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-base-color-bg-danger-emphasis\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-base-color-bg-danger-subtle {
  --tw-text-opacity: 1;
  color: rgb(255 251 250 / var(--tw-text-opacity));
}
.text-base-color-bg-danger-subtle\/0 {
  color: rgb(255 251 250 / 0);
}
.text-base-color-bg-danger-subtle\/10 {
  color: rgb(255 251 250 / 0.1);
}
.text-base-color-bg-danger-subtle\/100 {
  color: rgb(255 251 250 / 1);
}
.text-base-color-bg-danger-subtle\/20 {
  color: rgb(255 251 250 / 0.2);
}
.text-base-color-bg-danger-subtle\/25 {
  color: rgb(255 251 250 / 0.25);
}
.text-base-color-bg-danger-subtle\/30 {
  color: rgb(255 251 250 / 0.3);
}
.text-base-color-bg-danger-subtle\/40 {
  color: rgb(255 251 250 / 0.4);
}
.text-base-color-bg-danger-subtle\/5 {
  color: rgb(255 251 250 / 0.05);
}
.text-base-color-bg-danger-subtle\/50 {
  color: rgb(255 251 250 / 0.5);
}
.text-base-color-bg-danger-subtle\/60 {
  color: rgb(255 251 250 / 0.6);
}
.text-base-color-bg-danger-subtle\/70 {
  color: rgb(255 251 250 / 0.7);
}
.text-base-color-bg-danger-subtle\/75 {
  color: rgb(255 251 250 / 0.75);
}
.text-base-color-bg-danger-subtle\/80 {
  color: rgb(255 251 250 / 0.8);
}
.text-base-color-bg-danger-subtle\/90 {
  color: rgb(255 251 250 / 0.9);
}
.text-base-color-bg-danger-subtle\/95 {
  color: rgb(255 251 250 / 0.95);
}
.text-base-color-bg-danger-subtle\/base-opacity-disabled {
  color: rgb(255 251 250 / 60%);
}
.text-base-color-bg-danger-subtle\/core-opacity-0 {
  color: rgb(255 251 250 / 0%);
}
.text-base-color-bg-danger-subtle\/core-opacity-10 {
  color: rgb(255 251 250 / 10%);
}
.text-base-color-bg-danger-subtle\/core-opacity-100 {
  color: rgb(255 251 250 / 100%);
}
.text-base-color-bg-danger-subtle\/core-opacity-20 {
  color: rgb(255 251 250 / 20%);
}
.text-base-color-bg-danger-subtle\/core-opacity-30 {
  color: rgb(255 251 250 / 30%);
}
.text-base-color-bg-danger-subtle\/core-opacity-40 {
  color: rgb(255 251 250 / 40%);
}
.text-base-color-bg-danger-subtle\/core-opacity-50 {
  color: rgb(255 251 250 / 50%);
}
.text-base-color-bg-danger-subtle\/core-opacity-60 {
  color: rgb(255 251 250 / 60%);
}
.text-base-color-bg-danger-subtle\/core-opacity-70 {
  color: rgb(255 251 250 / 70%);
}
.text-base-color-bg-danger-subtle\/core-opacity-80 {
  color: rgb(255 251 250 / 80%);
}
.text-base-color-bg-danger-subtle\/core-opacity-90 {
  color: rgb(255 251 250 / 90%);
}
.text-base-color-bg-danger\/0 {
  color: rgb(254 227 225 / 0);
}
.text-base-color-bg-danger\/10 {
  color: rgb(254 227 225 / 0.1);
}
.text-base-color-bg-danger\/100 {
  color: rgb(254 227 225 / 1);
}
.text-base-color-bg-danger\/20 {
  color: rgb(254 227 225 / 0.2);
}
.text-base-color-bg-danger\/25 {
  color: rgb(254 227 225 / 0.25);
}
.text-base-color-bg-danger\/30 {
  color: rgb(254 227 225 / 0.3);
}
.text-base-color-bg-danger\/40 {
  color: rgb(254 227 225 / 0.4);
}
.text-base-color-bg-danger\/5 {
  color: rgb(254 227 225 / 0.05);
}
.text-base-color-bg-danger\/50 {
  color: rgb(254 227 225 / 0.5);
}
.text-base-color-bg-danger\/60 {
  color: rgb(254 227 225 / 0.6);
}
.text-base-color-bg-danger\/70 {
  color: rgb(254 227 225 / 0.7);
}
.text-base-color-bg-danger\/75 {
  color: rgb(254 227 225 / 0.75);
}
.text-base-color-bg-danger\/80 {
  color: rgb(254 227 225 / 0.8);
}
.text-base-color-bg-danger\/90 {
  color: rgb(254 227 225 / 0.9);
}
.text-base-color-bg-danger\/95 {
  color: rgb(254 227 225 / 0.95);
}
.text-base-color-bg-danger\/base-opacity-disabled {
  color: rgb(254 227 225 / 60%);
}
.text-base-color-bg-danger\/core-opacity-0 {
  color: rgb(254 227 225 / 0%);
}
.text-base-color-bg-danger\/core-opacity-10 {
  color: rgb(254 227 225 / 10%);
}
.text-base-color-bg-danger\/core-opacity-100 {
  color: rgb(254 227 225 / 100%);
}
.text-base-color-bg-danger\/core-opacity-20 {
  color: rgb(254 227 225 / 20%);
}
.text-base-color-bg-danger\/core-opacity-30 {
  color: rgb(254 227 225 / 30%);
}
.text-base-color-bg-danger\/core-opacity-40 {
  color: rgb(254 227 225 / 40%);
}
.text-base-color-bg-danger\/core-opacity-50 {
  color: rgb(254 227 225 / 50%);
}
.text-base-color-bg-danger\/core-opacity-60 {
  color: rgb(254 227 225 / 60%);
}
.text-base-color-bg-danger\/core-opacity-70 {
  color: rgb(254 227 225 / 70%);
}
.text-base-color-bg-danger\/core-opacity-80 {
  color: rgb(254 227 225 / 80%);
}
.text-base-color-bg-danger\/core-opacity-90 {
  color: rgb(254 227 225 / 90%);
}
.text-base-color-bg-default {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-base-color-bg-default\/0 {
  color: rgb(255 255 255 / 0);
}
.text-base-color-bg-default\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-base-color-bg-default\/100 {
  color: rgb(255 255 255 / 1);
}
.text-base-color-bg-default\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-base-color-bg-default\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-base-color-bg-default\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-base-color-bg-default\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-base-color-bg-default\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-base-color-bg-default\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-base-color-bg-default\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-base-color-bg-default\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-base-color-bg-default\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-base-color-bg-default\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-base-color-bg-default\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-base-color-bg-default\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-base-color-bg-default\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-base-color-bg-default\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-base-color-bg-default\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-base-color-bg-default\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-base-color-bg-default\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-base-color-bg-default\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-base-color-bg-default\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-base-color-bg-default\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-base-color-bg-default\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-base-color-bg-default\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-base-color-bg-default\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-base-color-bg-default\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-base-color-bg-emphasis {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-base-color-bg-emphasis\/0 {
  color: rgb(16 24 40 / 0);
}
.text-base-color-bg-emphasis\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-base-color-bg-emphasis\/100 {
  color: rgb(16 24 40 / 1);
}
.text-base-color-bg-emphasis\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-base-color-bg-emphasis\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-base-color-bg-emphasis\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-base-color-bg-emphasis\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-base-color-bg-emphasis\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-base-color-bg-emphasis\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-base-color-bg-emphasis\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-base-color-bg-emphasis\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-base-color-bg-emphasis\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-base-color-bg-emphasis\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-base-color-bg-emphasis\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-base-color-bg-emphasis\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-base-color-bg-emphasis\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-base-color-bg-emphasis\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-base-color-bg-emphasis\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-base-color-bg-emphasis\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-base-color-bg-emphasis\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-base-color-bg-emphasis\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-base-color-bg-emphasis\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-base-color-bg-emphasis\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-base-color-bg-emphasis\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-base-color-bg-emphasis\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-base-color-bg-emphasis\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-base-color-bg-emphasis\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-base-color-bg-muted {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}
.text-base-color-bg-muted\/0 {
  color: rgb(234 236 240 / 0);
}
.text-base-color-bg-muted\/10 {
  color: rgb(234 236 240 / 0.1);
}
.text-base-color-bg-muted\/100 {
  color: rgb(234 236 240 / 1);
}
.text-base-color-bg-muted\/20 {
  color: rgb(234 236 240 / 0.2);
}
.text-base-color-bg-muted\/25 {
  color: rgb(234 236 240 / 0.25);
}
.text-base-color-bg-muted\/30 {
  color: rgb(234 236 240 / 0.3);
}
.text-base-color-bg-muted\/40 {
  color: rgb(234 236 240 / 0.4);
}
.text-base-color-bg-muted\/5 {
  color: rgb(234 236 240 / 0.05);
}
.text-base-color-bg-muted\/50 {
  color: rgb(234 236 240 / 0.5);
}
.text-base-color-bg-muted\/60 {
  color: rgb(234 236 240 / 0.6);
}
.text-base-color-bg-muted\/70 {
  color: rgb(234 236 240 / 0.7);
}
.text-base-color-bg-muted\/75 {
  color: rgb(234 236 240 / 0.75);
}
.text-base-color-bg-muted\/80 {
  color: rgb(234 236 240 / 0.8);
}
.text-base-color-bg-muted\/90 {
  color: rgb(234 236 240 / 0.9);
}
.text-base-color-bg-muted\/95 {
  color: rgb(234 236 240 / 0.95);
}
.text-base-color-bg-muted\/base-opacity-disabled {
  color: rgb(234 236 240 / 60%);
}
.text-base-color-bg-muted\/core-opacity-0 {
  color: rgb(234 236 240 / 0%);
}
.text-base-color-bg-muted\/core-opacity-10 {
  color: rgb(234 236 240 / 10%);
}
.text-base-color-bg-muted\/core-opacity-100 {
  color: rgb(234 236 240 / 100%);
}
.text-base-color-bg-muted\/core-opacity-20 {
  color: rgb(234 236 240 / 20%);
}
.text-base-color-bg-muted\/core-opacity-30 {
  color: rgb(234 236 240 / 30%);
}
.text-base-color-bg-muted\/core-opacity-40 {
  color: rgb(234 236 240 / 40%);
}
.text-base-color-bg-muted\/core-opacity-50 {
  color: rgb(234 236 240 / 50%);
}
.text-base-color-bg-muted\/core-opacity-60 {
  color: rgb(234 236 240 / 60%);
}
.text-base-color-bg-muted\/core-opacity-70 {
  color: rgb(234 236 240 / 70%);
}
.text-base-color-bg-muted\/core-opacity-80 {
  color: rgb(234 236 240 / 80%);
}
.text-base-color-bg-muted\/core-opacity-90 {
  color: rgb(234 236 240 / 90%);
}
.text-base-color-bg-subtle {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-base-color-bg-subtle\/0 {
  color: rgb(242 244 247 / 0);
}
.text-base-color-bg-subtle\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-base-color-bg-subtle\/100 {
  color: rgb(242 244 247 / 1);
}
.text-base-color-bg-subtle\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-base-color-bg-subtle\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-base-color-bg-subtle\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-base-color-bg-subtle\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-base-color-bg-subtle\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-base-color-bg-subtle\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-base-color-bg-subtle\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-base-color-bg-subtle\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-base-color-bg-subtle\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-base-color-bg-subtle\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-base-color-bg-subtle\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-base-color-bg-subtle\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-base-color-bg-subtle\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-base-color-bg-subtle\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-base-color-bg-subtle\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-base-color-bg-subtle\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-base-color-bg-subtle\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-base-color-bg-subtle\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-base-color-bg-subtle\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-base-color-bg-subtle\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-base-color-bg-subtle\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-base-color-bg-subtle\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-base-color-bg-subtle\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-base-color-bg-subtle\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-base-color-bg-success {
  --tw-text-opacity: 1;
  color: rgb(209 250 223 / var(--tw-text-opacity));
}
.text-base-color-bg-success-emphasis {
  --tw-text-opacity: 1;
  color: rgb(18 181 105 / var(--tw-text-opacity));
}
.text-base-color-bg-success-emphasis\/0 {
  color: rgb(18 181 105 / 0);
}
.text-base-color-bg-success-emphasis\/10 {
  color: rgb(18 181 105 / 0.1);
}
.text-base-color-bg-success-emphasis\/100 {
  color: rgb(18 181 105 / 1);
}
.text-base-color-bg-success-emphasis\/20 {
  color: rgb(18 181 105 / 0.2);
}
.text-base-color-bg-success-emphasis\/25 {
  color: rgb(18 181 105 / 0.25);
}
.text-base-color-bg-success-emphasis\/30 {
  color: rgb(18 181 105 / 0.3);
}
.text-base-color-bg-success-emphasis\/40 {
  color: rgb(18 181 105 / 0.4);
}
.text-base-color-bg-success-emphasis\/5 {
  color: rgb(18 181 105 / 0.05);
}
.text-base-color-bg-success-emphasis\/50 {
  color: rgb(18 181 105 / 0.5);
}
.text-base-color-bg-success-emphasis\/60 {
  color: rgb(18 181 105 / 0.6);
}
.text-base-color-bg-success-emphasis\/70 {
  color: rgb(18 181 105 / 0.7);
}
.text-base-color-bg-success-emphasis\/75 {
  color: rgb(18 181 105 / 0.75);
}
.text-base-color-bg-success-emphasis\/80 {
  color: rgb(18 181 105 / 0.8);
}
.text-base-color-bg-success-emphasis\/90 {
  color: rgb(18 181 105 / 0.9);
}
.text-base-color-bg-success-emphasis\/95 {
  color: rgb(18 181 105 / 0.95);
}
.text-base-color-bg-success-emphasis\/base-opacity-disabled {
  color: rgb(18 181 105 / 60%);
}
.text-base-color-bg-success-emphasis\/core-opacity-0 {
  color: rgb(18 181 105 / 0%);
}
.text-base-color-bg-success-emphasis\/core-opacity-10 {
  color: rgb(18 181 105 / 10%);
}
.text-base-color-bg-success-emphasis\/core-opacity-100 {
  color: rgb(18 181 105 / 100%);
}
.text-base-color-bg-success-emphasis\/core-opacity-20 {
  color: rgb(18 181 105 / 20%);
}
.text-base-color-bg-success-emphasis\/core-opacity-30 {
  color: rgb(18 181 105 / 30%);
}
.text-base-color-bg-success-emphasis\/core-opacity-40 {
  color: rgb(18 181 105 / 40%);
}
.text-base-color-bg-success-emphasis\/core-opacity-50 {
  color: rgb(18 181 105 / 50%);
}
.text-base-color-bg-success-emphasis\/core-opacity-60 {
  color: rgb(18 181 105 / 60%);
}
.text-base-color-bg-success-emphasis\/core-opacity-70 {
  color: rgb(18 181 105 / 70%);
}
.text-base-color-bg-success-emphasis\/core-opacity-80 {
  color: rgb(18 181 105 / 80%);
}
.text-base-color-bg-success-emphasis\/core-opacity-90 {
  color: rgb(18 181 105 / 90%);
}
.text-base-color-bg-success-subtle {
  --tw-text-opacity: 1;
  color: rgb(246 254 249 / var(--tw-text-opacity));
}
.text-base-color-bg-success-subtle\/0 {
  color: rgb(246 254 249 / 0);
}
.text-base-color-bg-success-subtle\/10 {
  color: rgb(246 254 249 / 0.1);
}
.text-base-color-bg-success-subtle\/100 {
  color: rgb(246 254 249 / 1);
}
.text-base-color-bg-success-subtle\/20 {
  color: rgb(246 254 249 / 0.2);
}
.text-base-color-bg-success-subtle\/25 {
  color: rgb(246 254 249 / 0.25);
}
.text-base-color-bg-success-subtle\/30 {
  color: rgb(246 254 249 / 0.3);
}
.text-base-color-bg-success-subtle\/40 {
  color: rgb(246 254 249 / 0.4);
}
.text-base-color-bg-success-subtle\/5 {
  color: rgb(246 254 249 / 0.05);
}
.text-base-color-bg-success-subtle\/50 {
  color: rgb(246 254 249 / 0.5);
}
.text-base-color-bg-success-subtle\/60 {
  color: rgb(246 254 249 / 0.6);
}
.text-base-color-bg-success-subtle\/70 {
  color: rgb(246 254 249 / 0.7);
}
.text-base-color-bg-success-subtle\/75 {
  color: rgb(246 254 249 / 0.75);
}
.text-base-color-bg-success-subtle\/80 {
  color: rgb(246 254 249 / 0.8);
}
.text-base-color-bg-success-subtle\/90 {
  color: rgb(246 254 249 / 0.9);
}
.text-base-color-bg-success-subtle\/95 {
  color: rgb(246 254 249 / 0.95);
}
.text-base-color-bg-success-subtle\/base-opacity-disabled {
  color: rgb(246 254 249 / 60%);
}
.text-base-color-bg-success-subtle\/core-opacity-0 {
  color: rgb(246 254 249 / 0%);
}
.text-base-color-bg-success-subtle\/core-opacity-10 {
  color: rgb(246 254 249 / 10%);
}
.text-base-color-bg-success-subtle\/core-opacity-100 {
  color: rgb(246 254 249 / 100%);
}
.text-base-color-bg-success-subtle\/core-opacity-20 {
  color: rgb(246 254 249 / 20%);
}
.text-base-color-bg-success-subtle\/core-opacity-30 {
  color: rgb(246 254 249 / 30%);
}
.text-base-color-bg-success-subtle\/core-opacity-40 {
  color: rgb(246 254 249 / 40%);
}
.text-base-color-bg-success-subtle\/core-opacity-50 {
  color: rgb(246 254 249 / 50%);
}
.text-base-color-bg-success-subtle\/core-opacity-60 {
  color: rgb(246 254 249 / 60%);
}
.text-base-color-bg-success-subtle\/core-opacity-70 {
  color: rgb(246 254 249 / 70%);
}
.text-base-color-bg-success-subtle\/core-opacity-80 {
  color: rgb(246 254 249 / 80%);
}
.text-base-color-bg-success-subtle\/core-opacity-90 {
  color: rgb(246 254 249 / 90%);
}
.text-base-color-bg-success\/0 {
  color: rgb(209 250 223 / 0);
}
.text-base-color-bg-success\/10 {
  color: rgb(209 250 223 / 0.1);
}
.text-base-color-bg-success\/100 {
  color: rgb(209 250 223 / 1);
}
.text-base-color-bg-success\/20 {
  color: rgb(209 250 223 / 0.2);
}
.text-base-color-bg-success\/25 {
  color: rgb(209 250 223 / 0.25);
}
.text-base-color-bg-success\/30 {
  color: rgb(209 250 223 / 0.3);
}
.text-base-color-bg-success\/40 {
  color: rgb(209 250 223 / 0.4);
}
.text-base-color-bg-success\/5 {
  color: rgb(209 250 223 / 0.05);
}
.text-base-color-bg-success\/50 {
  color: rgb(209 250 223 / 0.5);
}
.text-base-color-bg-success\/60 {
  color: rgb(209 250 223 / 0.6);
}
.text-base-color-bg-success\/70 {
  color: rgb(209 250 223 / 0.7);
}
.text-base-color-bg-success\/75 {
  color: rgb(209 250 223 / 0.75);
}
.text-base-color-bg-success\/80 {
  color: rgb(209 250 223 / 0.8);
}
.text-base-color-bg-success\/90 {
  color: rgb(209 250 223 / 0.9);
}
.text-base-color-bg-success\/95 {
  color: rgb(209 250 223 / 0.95);
}
.text-base-color-bg-success\/base-opacity-disabled {
  color: rgb(209 250 223 / 60%);
}
.text-base-color-bg-success\/core-opacity-0 {
  color: rgb(209 250 223 / 0%);
}
.text-base-color-bg-success\/core-opacity-10 {
  color: rgb(209 250 223 / 10%);
}
.text-base-color-bg-success\/core-opacity-100 {
  color: rgb(209 250 223 / 100%);
}
.text-base-color-bg-success\/core-opacity-20 {
  color: rgb(209 250 223 / 20%);
}
.text-base-color-bg-success\/core-opacity-30 {
  color: rgb(209 250 223 / 30%);
}
.text-base-color-bg-success\/core-opacity-40 {
  color: rgb(209 250 223 / 40%);
}
.text-base-color-bg-success\/core-opacity-50 {
  color: rgb(209 250 223 / 50%);
}
.text-base-color-bg-success\/core-opacity-60 {
  color: rgb(209 250 223 / 60%);
}
.text-base-color-bg-success\/core-opacity-70 {
  color: rgb(209 250 223 / 70%);
}
.text-base-color-bg-success\/core-opacity-80 {
  color: rgb(209 250 223 / 80%);
}
.text-base-color-bg-success\/core-opacity-90 {
  color: rgb(209 250 223 / 90%);
}
.text-base-color-bg-transparent {
  color: #00000000;
}
.text-base-color-bg-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-base-color-bg-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-base-color-bg-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-base-color-bg-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-base-color-bg-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-base-color-bg-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-base-color-bg-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-base-color-bg-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-base-color-bg-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-base-color-bg-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-base-color-bg-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-base-color-bg-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-base-color-bg-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-base-color-bg-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-base-color-bg-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-base-color-bg-transparent\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-bg-transparent\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-base-color-bg-transparent\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-base-color-bg-transparent\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-base-color-bg-transparent\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-base-color-bg-transparent\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-base-color-bg-transparent\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-base-color-bg-transparent\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-base-color-bg-transparent\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-bg-transparent\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-base-color-bg-transparent\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-base-color-bg-transparent\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-base-color-border-accent {
  --tw-text-opacity: 1;
  color: rgb(209 224 255 / var(--tw-text-opacity));
}
.text-base-color-border-accent-emphasis {
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.text-base-color-border-accent-emphasis\/0 {
  color: rgb(21 94 239 / 0);
}
.text-base-color-border-accent-emphasis\/10 {
  color: rgb(21 94 239 / 0.1);
}
.text-base-color-border-accent-emphasis\/100 {
  color: rgb(21 94 239 / 1);
}
.text-base-color-border-accent-emphasis\/20 {
  color: rgb(21 94 239 / 0.2);
}
.text-base-color-border-accent-emphasis\/25 {
  color: rgb(21 94 239 / 0.25);
}
.text-base-color-border-accent-emphasis\/30 {
  color: rgb(21 94 239 / 0.3);
}
.text-base-color-border-accent-emphasis\/40 {
  color: rgb(21 94 239 / 0.4);
}
.text-base-color-border-accent-emphasis\/5 {
  color: rgb(21 94 239 / 0.05);
}
.text-base-color-border-accent-emphasis\/50 {
  color: rgb(21 94 239 / 0.5);
}
.text-base-color-border-accent-emphasis\/60 {
  color: rgb(21 94 239 / 0.6);
}
.text-base-color-border-accent-emphasis\/70 {
  color: rgb(21 94 239 / 0.7);
}
.text-base-color-border-accent-emphasis\/75 {
  color: rgb(21 94 239 / 0.75);
}
.text-base-color-border-accent-emphasis\/80 {
  color: rgb(21 94 239 / 0.8);
}
.text-base-color-border-accent-emphasis\/90 {
  color: rgb(21 94 239 / 0.9);
}
.text-base-color-border-accent-emphasis\/95 {
  color: rgb(21 94 239 / 0.95);
}
.text-base-color-border-accent-emphasis\/base-opacity-disabled {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-border-accent-emphasis\/core-opacity-0 {
  color: rgb(21 94 239 / 0%);
}
.text-base-color-border-accent-emphasis\/core-opacity-10 {
  color: rgb(21 94 239 / 10%);
}
.text-base-color-border-accent-emphasis\/core-opacity-100 {
  color: rgb(21 94 239 / 100%);
}
.text-base-color-border-accent-emphasis\/core-opacity-20 {
  color: rgb(21 94 239 / 20%);
}
.text-base-color-border-accent-emphasis\/core-opacity-30 {
  color: rgb(21 94 239 / 30%);
}
.text-base-color-border-accent-emphasis\/core-opacity-40 {
  color: rgb(21 94 239 / 40%);
}
.text-base-color-border-accent-emphasis\/core-opacity-50 {
  color: rgb(21 94 239 / 50%);
}
.text-base-color-border-accent-emphasis\/core-opacity-60 {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-border-accent-emphasis\/core-opacity-70 {
  color: rgb(21 94 239 / 70%);
}
.text-base-color-border-accent-emphasis\/core-opacity-80 {
  color: rgb(21 94 239 / 80%);
}
.text-base-color-border-accent-emphasis\/core-opacity-90 {
  color: rgb(21 94 239 / 90%);
}
.text-base-color-border-accent\/0 {
  color: rgb(209 224 255 / 0);
}
.text-base-color-border-accent\/10 {
  color: rgb(209 224 255 / 0.1);
}
.text-base-color-border-accent\/100 {
  color: rgb(209 224 255 / 1);
}
.text-base-color-border-accent\/20 {
  color: rgb(209 224 255 / 0.2);
}
.text-base-color-border-accent\/25 {
  color: rgb(209 224 255 / 0.25);
}
.text-base-color-border-accent\/30 {
  color: rgb(209 224 255 / 0.3);
}
.text-base-color-border-accent\/40 {
  color: rgb(209 224 255 / 0.4);
}
.text-base-color-border-accent\/5 {
  color: rgb(209 224 255 / 0.05);
}
.text-base-color-border-accent\/50 {
  color: rgb(209 224 255 / 0.5);
}
.text-base-color-border-accent\/60 {
  color: rgb(209 224 255 / 0.6);
}
.text-base-color-border-accent\/70 {
  color: rgb(209 224 255 / 0.7);
}
.text-base-color-border-accent\/75 {
  color: rgb(209 224 255 / 0.75);
}
.text-base-color-border-accent\/80 {
  color: rgb(209 224 255 / 0.8);
}
.text-base-color-border-accent\/90 {
  color: rgb(209 224 255 / 0.9);
}
.text-base-color-border-accent\/95 {
  color: rgb(209 224 255 / 0.95);
}
.text-base-color-border-accent\/base-opacity-disabled {
  color: rgb(209 224 255 / 60%);
}
.text-base-color-border-accent\/core-opacity-0 {
  color: rgb(209 224 255 / 0%);
}
.text-base-color-border-accent\/core-opacity-10 {
  color: rgb(209 224 255 / 10%);
}
.text-base-color-border-accent\/core-opacity-100 {
  color: rgb(209 224 255 / 100%);
}
.text-base-color-border-accent\/core-opacity-20 {
  color: rgb(209 224 255 / 20%);
}
.text-base-color-border-accent\/core-opacity-30 {
  color: rgb(209 224 255 / 30%);
}
.text-base-color-border-accent\/core-opacity-40 {
  color: rgb(209 224 255 / 40%);
}
.text-base-color-border-accent\/core-opacity-50 {
  color: rgb(209 224 255 / 50%);
}
.text-base-color-border-accent\/core-opacity-60 {
  color: rgb(209 224 255 / 60%);
}
.text-base-color-border-accent\/core-opacity-70 {
  color: rgb(209 224 255 / 70%);
}
.text-base-color-border-accent\/core-opacity-80 {
  color: rgb(209 224 255 / 80%);
}
.text-base-color-border-accent\/core-opacity-90 {
  color: rgb(209 224 255 / 90%);
}
.text-base-color-border-attention {
  --tw-text-opacity: 1;
  color: rgb(254 240 200 / var(--tw-text-opacity));
}
.text-base-color-border-attention-emphasis {
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.text-base-color-border-attention-emphasis\/0 {
  color: rgb(221 105 3 / 0);
}
.text-base-color-border-attention-emphasis\/10 {
  color: rgb(221 105 3 / 0.1);
}
.text-base-color-border-attention-emphasis\/100 {
  color: rgb(221 105 3 / 1);
}
.text-base-color-border-attention-emphasis\/20 {
  color: rgb(221 105 3 / 0.2);
}
.text-base-color-border-attention-emphasis\/25 {
  color: rgb(221 105 3 / 0.25);
}
.text-base-color-border-attention-emphasis\/30 {
  color: rgb(221 105 3 / 0.3);
}
.text-base-color-border-attention-emphasis\/40 {
  color: rgb(221 105 3 / 0.4);
}
.text-base-color-border-attention-emphasis\/5 {
  color: rgb(221 105 3 / 0.05);
}
.text-base-color-border-attention-emphasis\/50 {
  color: rgb(221 105 3 / 0.5);
}
.text-base-color-border-attention-emphasis\/60 {
  color: rgb(221 105 3 / 0.6);
}
.text-base-color-border-attention-emphasis\/70 {
  color: rgb(221 105 3 / 0.7);
}
.text-base-color-border-attention-emphasis\/75 {
  color: rgb(221 105 3 / 0.75);
}
.text-base-color-border-attention-emphasis\/80 {
  color: rgb(221 105 3 / 0.8);
}
.text-base-color-border-attention-emphasis\/90 {
  color: rgb(221 105 3 / 0.9);
}
.text-base-color-border-attention-emphasis\/95 {
  color: rgb(221 105 3 / 0.95);
}
.text-base-color-border-attention-emphasis\/base-opacity-disabled {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-border-attention-emphasis\/core-opacity-0 {
  color: rgb(221 105 3 / 0%);
}
.text-base-color-border-attention-emphasis\/core-opacity-10 {
  color: rgb(221 105 3 / 10%);
}
.text-base-color-border-attention-emphasis\/core-opacity-100 {
  color: rgb(221 105 3 / 100%);
}
.text-base-color-border-attention-emphasis\/core-opacity-20 {
  color: rgb(221 105 3 / 20%);
}
.text-base-color-border-attention-emphasis\/core-opacity-30 {
  color: rgb(221 105 3 / 30%);
}
.text-base-color-border-attention-emphasis\/core-opacity-40 {
  color: rgb(221 105 3 / 40%);
}
.text-base-color-border-attention-emphasis\/core-opacity-50 {
  color: rgb(221 105 3 / 50%);
}
.text-base-color-border-attention-emphasis\/core-opacity-60 {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-border-attention-emphasis\/core-opacity-70 {
  color: rgb(221 105 3 / 70%);
}
.text-base-color-border-attention-emphasis\/core-opacity-80 {
  color: rgb(221 105 3 / 80%);
}
.text-base-color-border-attention-emphasis\/core-opacity-90 {
  color: rgb(221 105 3 / 90%);
}
.text-base-color-border-attention\/0 {
  color: rgb(254 240 200 / 0);
}
.text-base-color-border-attention\/10 {
  color: rgb(254 240 200 / 0.1);
}
.text-base-color-border-attention\/100 {
  color: rgb(254 240 200 / 1);
}
.text-base-color-border-attention\/20 {
  color: rgb(254 240 200 / 0.2);
}
.text-base-color-border-attention\/25 {
  color: rgb(254 240 200 / 0.25);
}
.text-base-color-border-attention\/30 {
  color: rgb(254 240 200 / 0.3);
}
.text-base-color-border-attention\/40 {
  color: rgb(254 240 200 / 0.4);
}
.text-base-color-border-attention\/5 {
  color: rgb(254 240 200 / 0.05);
}
.text-base-color-border-attention\/50 {
  color: rgb(254 240 200 / 0.5);
}
.text-base-color-border-attention\/60 {
  color: rgb(254 240 200 / 0.6);
}
.text-base-color-border-attention\/70 {
  color: rgb(254 240 200 / 0.7);
}
.text-base-color-border-attention\/75 {
  color: rgb(254 240 200 / 0.75);
}
.text-base-color-border-attention\/80 {
  color: rgb(254 240 200 / 0.8);
}
.text-base-color-border-attention\/90 {
  color: rgb(254 240 200 / 0.9);
}
.text-base-color-border-attention\/95 {
  color: rgb(254 240 200 / 0.95);
}
.text-base-color-border-attention\/base-opacity-disabled {
  color: rgb(254 240 200 / 60%);
}
.text-base-color-border-attention\/core-opacity-0 {
  color: rgb(254 240 200 / 0%);
}
.text-base-color-border-attention\/core-opacity-10 {
  color: rgb(254 240 200 / 10%);
}
.text-base-color-border-attention\/core-opacity-100 {
  color: rgb(254 240 200 / 100%);
}
.text-base-color-border-attention\/core-opacity-20 {
  color: rgb(254 240 200 / 20%);
}
.text-base-color-border-attention\/core-opacity-30 {
  color: rgb(254 240 200 / 30%);
}
.text-base-color-border-attention\/core-opacity-40 {
  color: rgb(254 240 200 / 40%);
}
.text-base-color-border-attention\/core-opacity-50 {
  color: rgb(254 240 200 / 50%);
}
.text-base-color-border-attention\/core-opacity-60 {
  color: rgb(254 240 200 / 60%);
}
.text-base-color-border-attention\/core-opacity-70 {
  color: rgb(254 240 200 / 70%);
}
.text-base-color-border-attention\/core-opacity-80 {
  color: rgb(254 240 200 / 80%);
}
.text-base-color-border-attention\/core-opacity-90 {
  color: rgb(254 240 200 / 90%);
}
.text-base-color-border-brand {
  --tw-text-opacity: 1;
  color: rgb(205 214 249 / var(--tw-text-opacity));
}
.text-base-color-border-brand-emphasis {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-base-color-border-brand-emphasis\/0 {
  color: rgb(93 91 215 / 0);
}
.text-base-color-border-brand-emphasis\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-base-color-border-brand-emphasis\/100 {
  color: rgb(93 91 215 / 1);
}
.text-base-color-border-brand-emphasis\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-base-color-border-brand-emphasis\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-base-color-border-brand-emphasis\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-base-color-border-brand-emphasis\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-base-color-border-brand-emphasis\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-base-color-border-brand-emphasis\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-base-color-border-brand-emphasis\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-base-color-border-brand-emphasis\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-base-color-border-brand-emphasis\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-base-color-border-brand-emphasis\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-base-color-border-brand-emphasis\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-base-color-border-brand-emphasis\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-base-color-border-brand-emphasis\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-border-brand-emphasis\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-base-color-border-brand-emphasis\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-base-color-border-brand-emphasis\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-base-color-border-brand-emphasis\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-base-color-border-brand-emphasis\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-base-color-border-brand-emphasis\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-base-color-border-brand-emphasis\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-base-color-border-brand-emphasis\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-border-brand-emphasis\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-base-color-border-brand-emphasis\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-base-color-border-brand-emphasis\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-base-color-border-brand\/0 {
  color: rgb(205 214 249 / 0);
}
.text-base-color-border-brand\/10 {
  color: rgb(205 214 249 / 0.1);
}
.text-base-color-border-brand\/100 {
  color: rgb(205 214 249 / 1);
}
.text-base-color-border-brand\/20 {
  color: rgb(205 214 249 / 0.2);
}
.text-base-color-border-brand\/25 {
  color: rgb(205 214 249 / 0.25);
}
.text-base-color-border-brand\/30 {
  color: rgb(205 214 249 / 0.3);
}
.text-base-color-border-brand\/40 {
  color: rgb(205 214 249 / 0.4);
}
.text-base-color-border-brand\/5 {
  color: rgb(205 214 249 / 0.05);
}
.text-base-color-border-brand\/50 {
  color: rgb(205 214 249 / 0.5);
}
.text-base-color-border-brand\/60 {
  color: rgb(205 214 249 / 0.6);
}
.text-base-color-border-brand\/70 {
  color: rgb(205 214 249 / 0.7);
}
.text-base-color-border-brand\/75 {
  color: rgb(205 214 249 / 0.75);
}
.text-base-color-border-brand\/80 {
  color: rgb(205 214 249 / 0.8);
}
.text-base-color-border-brand\/90 {
  color: rgb(205 214 249 / 0.9);
}
.text-base-color-border-brand\/95 {
  color: rgb(205 214 249 / 0.95);
}
.text-base-color-border-brand\/base-opacity-disabled {
  color: rgb(205 214 249 / 60%);
}
.text-base-color-border-brand\/core-opacity-0 {
  color: rgb(205 214 249 / 0%);
}
.text-base-color-border-brand\/core-opacity-10 {
  color: rgb(205 214 249 / 10%);
}
.text-base-color-border-brand\/core-opacity-100 {
  color: rgb(205 214 249 / 100%);
}
.text-base-color-border-brand\/core-opacity-20 {
  color: rgb(205 214 249 / 20%);
}
.text-base-color-border-brand\/core-opacity-30 {
  color: rgb(205 214 249 / 30%);
}
.text-base-color-border-brand\/core-opacity-40 {
  color: rgb(205 214 249 / 40%);
}
.text-base-color-border-brand\/core-opacity-50 {
  color: rgb(205 214 249 / 50%);
}
.text-base-color-border-brand\/core-opacity-60 {
  color: rgb(205 214 249 / 60%);
}
.text-base-color-border-brand\/core-opacity-70 {
  color: rgb(205 214 249 / 70%);
}
.text-base-color-border-brand\/core-opacity-80 {
  color: rgb(205 214 249 / 80%);
}
.text-base-color-border-brand\/core-opacity-90 {
  color: rgb(205 214 249 / 90%);
}
.text-base-color-border-danger {
  --tw-text-opacity: 1;
  color: rgb(254 227 225 / var(--tw-text-opacity));
}
.text-base-color-border-danger-emphasis {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-base-color-border-danger-emphasis\/0 {
  color: rgb(240 68 56 / 0);
}
.text-base-color-border-danger-emphasis\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-base-color-border-danger-emphasis\/100 {
  color: rgb(240 68 56 / 1);
}
.text-base-color-border-danger-emphasis\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-base-color-border-danger-emphasis\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-base-color-border-danger-emphasis\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-base-color-border-danger-emphasis\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-base-color-border-danger-emphasis\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-base-color-border-danger-emphasis\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-base-color-border-danger-emphasis\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-base-color-border-danger-emphasis\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-base-color-border-danger-emphasis\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-base-color-border-danger-emphasis\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-base-color-border-danger-emphasis\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-base-color-border-danger-emphasis\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-base-color-border-danger-emphasis\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-base-color-border-danger-emphasis\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-base-color-border-danger-emphasis\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-base-color-border-danger-emphasis\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-base-color-border-danger-emphasis\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-base-color-border-danger-emphasis\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-base-color-border-danger-emphasis\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-base-color-border-danger-emphasis\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-base-color-border-danger-emphasis\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-base-color-border-danger-emphasis\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-base-color-border-danger-emphasis\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-base-color-border-danger-emphasis\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-base-color-border-danger\/0 {
  color: rgb(254 227 225 / 0);
}
.text-base-color-border-danger\/10 {
  color: rgb(254 227 225 / 0.1);
}
.text-base-color-border-danger\/100 {
  color: rgb(254 227 225 / 1);
}
.text-base-color-border-danger\/20 {
  color: rgb(254 227 225 / 0.2);
}
.text-base-color-border-danger\/25 {
  color: rgb(254 227 225 / 0.25);
}
.text-base-color-border-danger\/30 {
  color: rgb(254 227 225 / 0.3);
}
.text-base-color-border-danger\/40 {
  color: rgb(254 227 225 / 0.4);
}
.text-base-color-border-danger\/5 {
  color: rgb(254 227 225 / 0.05);
}
.text-base-color-border-danger\/50 {
  color: rgb(254 227 225 / 0.5);
}
.text-base-color-border-danger\/60 {
  color: rgb(254 227 225 / 0.6);
}
.text-base-color-border-danger\/70 {
  color: rgb(254 227 225 / 0.7);
}
.text-base-color-border-danger\/75 {
  color: rgb(254 227 225 / 0.75);
}
.text-base-color-border-danger\/80 {
  color: rgb(254 227 225 / 0.8);
}
.text-base-color-border-danger\/90 {
  color: rgb(254 227 225 / 0.9);
}
.text-base-color-border-danger\/95 {
  color: rgb(254 227 225 / 0.95);
}
.text-base-color-border-danger\/base-opacity-disabled {
  color: rgb(254 227 225 / 60%);
}
.text-base-color-border-danger\/core-opacity-0 {
  color: rgb(254 227 225 / 0%);
}
.text-base-color-border-danger\/core-opacity-10 {
  color: rgb(254 227 225 / 10%);
}
.text-base-color-border-danger\/core-opacity-100 {
  color: rgb(254 227 225 / 100%);
}
.text-base-color-border-danger\/core-opacity-20 {
  color: rgb(254 227 225 / 20%);
}
.text-base-color-border-danger\/core-opacity-30 {
  color: rgb(254 227 225 / 30%);
}
.text-base-color-border-danger\/core-opacity-40 {
  color: rgb(254 227 225 / 40%);
}
.text-base-color-border-danger\/core-opacity-50 {
  color: rgb(254 227 225 / 50%);
}
.text-base-color-border-danger\/core-opacity-60 {
  color: rgb(254 227 225 / 60%);
}
.text-base-color-border-danger\/core-opacity-70 {
  color: rgb(254 227 225 / 70%);
}
.text-base-color-border-danger\/core-opacity-80 {
  color: rgb(254 227 225 / 80%);
}
.text-base-color-border-danger\/core-opacity-90 {
  color: rgb(254 227 225 / 90%);
}
.text-base-color-border-default {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-base-color-border-default\/0 {
  color: rgb(208 213 221 / 0);
}
.text-base-color-border-default\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-base-color-border-default\/100 {
  color: rgb(208 213 221 / 1);
}
.text-base-color-border-default\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-base-color-border-default\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-base-color-border-default\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-base-color-border-default\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-base-color-border-default\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-base-color-border-default\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-base-color-border-default\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-base-color-border-default\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-base-color-border-default\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-base-color-border-default\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-base-color-border-default\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-base-color-border-default\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-base-color-border-default\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-base-color-border-default\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-base-color-border-default\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-base-color-border-default\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-base-color-border-default\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-base-color-border-default\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-base-color-border-default\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-base-color-border-default\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-base-color-border-default\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-base-color-border-default\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-base-color-border-default\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-base-color-border-default\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-base-color-border-subtle {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}
.text-base-color-border-subtle\/0 {
  color: rgb(234 236 240 / 0);
}
.text-base-color-border-subtle\/10 {
  color: rgb(234 236 240 / 0.1);
}
.text-base-color-border-subtle\/100 {
  color: rgb(234 236 240 / 1);
}
.text-base-color-border-subtle\/20 {
  color: rgb(234 236 240 / 0.2);
}
.text-base-color-border-subtle\/25 {
  color: rgb(234 236 240 / 0.25);
}
.text-base-color-border-subtle\/30 {
  color: rgb(234 236 240 / 0.3);
}
.text-base-color-border-subtle\/40 {
  color: rgb(234 236 240 / 0.4);
}
.text-base-color-border-subtle\/5 {
  color: rgb(234 236 240 / 0.05);
}
.text-base-color-border-subtle\/50 {
  color: rgb(234 236 240 / 0.5);
}
.text-base-color-border-subtle\/60 {
  color: rgb(234 236 240 / 0.6);
}
.text-base-color-border-subtle\/70 {
  color: rgb(234 236 240 / 0.7);
}
.text-base-color-border-subtle\/75 {
  color: rgb(234 236 240 / 0.75);
}
.text-base-color-border-subtle\/80 {
  color: rgb(234 236 240 / 0.8);
}
.text-base-color-border-subtle\/90 {
  color: rgb(234 236 240 / 0.9);
}
.text-base-color-border-subtle\/95 {
  color: rgb(234 236 240 / 0.95);
}
.text-base-color-border-subtle\/base-opacity-disabled {
  color: rgb(234 236 240 / 60%);
}
.text-base-color-border-subtle\/core-opacity-0 {
  color: rgb(234 236 240 / 0%);
}
.text-base-color-border-subtle\/core-opacity-10 {
  color: rgb(234 236 240 / 10%);
}
.text-base-color-border-subtle\/core-opacity-100 {
  color: rgb(234 236 240 / 100%);
}
.text-base-color-border-subtle\/core-opacity-20 {
  color: rgb(234 236 240 / 20%);
}
.text-base-color-border-subtle\/core-opacity-30 {
  color: rgb(234 236 240 / 30%);
}
.text-base-color-border-subtle\/core-opacity-40 {
  color: rgb(234 236 240 / 40%);
}
.text-base-color-border-subtle\/core-opacity-50 {
  color: rgb(234 236 240 / 50%);
}
.text-base-color-border-subtle\/core-opacity-60 {
  color: rgb(234 236 240 / 60%);
}
.text-base-color-border-subtle\/core-opacity-70 {
  color: rgb(234 236 240 / 70%);
}
.text-base-color-border-subtle\/core-opacity-80 {
  color: rgb(234 236 240 / 80%);
}
.text-base-color-border-subtle\/core-opacity-90 {
  color: rgb(234 236 240 / 90%);
}
.text-base-color-border-success {
  --tw-text-opacity: 1;
  color: rgb(209 250 223 / var(--tw-text-opacity));
}
.text-base-color-border-success-emphasis {
  --tw-text-opacity: 1;
  color: rgb(18 181 105 / var(--tw-text-opacity));
}
.text-base-color-border-success-emphasis\/0 {
  color: rgb(18 181 105 / 0);
}
.text-base-color-border-success-emphasis\/10 {
  color: rgb(18 181 105 / 0.1);
}
.text-base-color-border-success-emphasis\/100 {
  color: rgb(18 181 105 / 1);
}
.text-base-color-border-success-emphasis\/20 {
  color: rgb(18 181 105 / 0.2);
}
.text-base-color-border-success-emphasis\/25 {
  color: rgb(18 181 105 / 0.25);
}
.text-base-color-border-success-emphasis\/30 {
  color: rgb(18 181 105 / 0.3);
}
.text-base-color-border-success-emphasis\/40 {
  color: rgb(18 181 105 / 0.4);
}
.text-base-color-border-success-emphasis\/5 {
  color: rgb(18 181 105 / 0.05);
}
.text-base-color-border-success-emphasis\/50 {
  color: rgb(18 181 105 / 0.5);
}
.text-base-color-border-success-emphasis\/60 {
  color: rgb(18 181 105 / 0.6);
}
.text-base-color-border-success-emphasis\/70 {
  color: rgb(18 181 105 / 0.7);
}
.text-base-color-border-success-emphasis\/75 {
  color: rgb(18 181 105 / 0.75);
}
.text-base-color-border-success-emphasis\/80 {
  color: rgb(18 181 105 / 0.8);
}
.text-base-color-border-success-emphasis\/90 {
  color: rgb(18 181 105 / 0.9);
}
.text-base-color-border-success-emphasis\/95 {
  color: rgb(18 181 105 / 0.95);
}
.text-base-color-border-success-emphasis\/base-opacity-disabled {
  color: rgb(18 181 105 / 60%);
}
.text-base-color-border-success-emphasis\/core-opacity-0 {
  color: rgb(18 181 105 / 0%);
}
.text-base-color-border-success-emphasis\/core-opacity-10 {
  color: rgb(18 181 105 / 10%);
}
.text-base-color-border-success-emphasis\/core-opacity-100 {
  color: rgb(18 181 105 / 100%);
}
.text-base-color-border-success-emphasis\/core-opacity-20 {
  color: rgb(18 181 105 / 20%);
}
.text-base-color-border-success-emphasis\/core-opacity-30 {
  color: rgb(18 181 105 / 30%);
}
.text-base-color-border-success-emphasis\/core-opacity-40 {
  color: rgb(18 181 105 / 40%);
}
.text-base-color-border-success-emphasis\/core-opacity-50 {
  color: rgb(18 181 105 / 50%);
}
.text-base-color-border-success-emphasis\/core-opacity-60 {
  color: rgb(18 181 105 / 60%);
}
.text-base-color-border-success-emphasis\/core-opacity-70 {
  color: rgb(18 181 105 / 70%);
}
.text-base-color-border-success-emphasis\/core-opacity-80 {
  color: rgb(18 181 105 / 80%);
}
.text-base-color-border-success-emphasis\/core-opacity-90 {
  color: rgb(18 181 105 / 90%);
}
.text-base-color-border-success\/0 {
  color: rgb(209 250 223 / 0);
}
.text-base-color-border-success\/10 {
  color: rgb(209 250 223 / 0.1);
}
.text-base-color-border-success\/100 {
  color: rgb(209 250 223 / 1);
}
.text-base-color-border-success\/20 {
  color: rgb(209 250 223 / 0.2);
}
.text-base-color-border-success\/25 {
  color: rgb(209 250 223 / 0.25);
}
.text-base-color-border-success\/30 {
  color: rgb(209 250 223 / 0.3);
}
.text-base-color-border-success\/40 {
  color: rgb(209 250 223 / 0.4);
}
.text-base-color-border-success\/5 {
  color: rgb(209 250 223 / 0.05);
}
.text-base-color-border-success\/50 {
  color: rgb(209 250 223 / 0.5);
}
.text-base-color-border-success\/60 {
  color: rgb(209 250 223 / 0.6);
}
.text-base-color-border-success\/70 {
  color: rgb(209 250 223 / 0.7);
}
.text-base-color-border-success\/75 {
  color: rgb(209 250 223 / 0.75);
}
.text-base-color-border-success\/80 {
  color: rgb(209 250 223 / 0.8);
}
.text-base-color-border-success\/90 {
  color: rgb(209 250 223 / 0.9);
}
.text-base-color-border-success\/95 {
  color: rgb(209 250 223 / 0.95);
}
.text-base-color-border-success\/base-opacity-disabled {
  color: rgb(209 250 223 / 60%);
}
.text-base-color-border-success\/core-opacity-0 {
  color: rgb(209 250 223 / 0%);
}
.text-base-color-border-success\/core-opacity-10 {
  color: rgb(209 250 223 / 10%);
}
.text-base-color-border-success\/core-opacity-100 {
  color: rgb(209 250 223 / 100%);
}
.text-base-color-border-success\/core-opacity-20 {
  color: rgb(209 250 223 / 20%);
}
.text-base-color-border-success\/core-opacity-30 {
  color: rgb(209 250 223 / 30%);
}
.text-base-color-border-success\/core-opacity-40 {
  color: rgb(209 250 223 / 40%);
}
.text-base-color-border-success\/core-opacity-50 {
  color: rgb(209 250 223 / 50%);
}
.text-base-color-border-success\/core-opacity-60 {
  color: rgb(209 250 223 / 60%);
}
.text-base-color-border-success\/core-opacity-70 {
  color: rgb(209 250 223 / 70%);
}
.text-base-color-border-success\/core-opacity-80 {
  color: rgb(209 250 223 / 80%);
}
.text-base-color-border-success\/core-opacity-90 {
  color: rgb(209 250 223 / 90%);
}
.text-base-color-border-transparent {
  color: #00000000;
}
.text-base-color-border-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-base-color-border-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-base-color-border-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-base-color-border-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-base-color-border-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-base-color-border-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-base-color-border-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-base-color-border-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-base-color-border-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-base-color-border-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-base-color-border-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-base-color-border-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-base-color-border-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-base-color-border-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-base-color-border-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-base-color-border-transparent\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-border-transparent\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-base-color-border-transparent\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-base-color-border-transparent\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-base-color-border-transparent\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-base-color-border-transparent\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-base-color-border-transparent\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-base-color-border-transparent\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-base-color-border-transparent\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-border-transparent\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-base-color-border-transparent\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-base-color-border-transparent\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-base-color-fg-accent {
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.text-base-color-fg-accent-emphasis {
  --tw-text-opacity: 1;
  color: rgb(0 78 235 / var(--tw-text-opacity));
}
.text-base-color-fg-accent-emphasis\/0 {
  color: rgb(0 78 235 / 0);
}
.text-base-color-fg-accent-emphasis\/10 {
  color: rgb(0 78 235 / 0.1);
}
.text-base-color-fg-accent-emphasis\/100 {
  color: rgb(0 78 235 / 1);
}
.text-base-color-fg-accent-emphasis\/20 {
  color: rgb(0 78 235 / 0.2);
}
.text-base-color-fg-accent-emphasis\/25 {
  color: rgb(0 78 235 / 0.25);
}
.text-base-color-fg-accent-emphasis\/30 {
  color: rgb(0 78 235 / 0.3);
}
.text-base-color-fg-accent-emphasis\/40 {
  color: rgb(0 78 235 / 0.4);
}
.text-base-color-fg-accent-emphasis\/5 {
  color: rgb(0 78 235 / 0.05);
}
.text-base-color-fg-accent-emphasis\/50 {
  color: rgb(0 78 235 / 0.5);
}
.text-base-color-fg-accent-emphasis\/60 {
  color: rgb(0 78 235 / 0.6);
}
.text-base-color-fg-accent-emphasis\/70 {
  color: rgb(0 78 235 / 0.7);
}
.text-base-color-fg-accent-emphasis\/75 {
  color: rgb(0 78 235 / 0.75);
}
.text-base-color-fg-accent-emphasis\/80 {
  color: rgb(0 78 235 / 0.8);
}
.text-base-color-fg-accent-emphasis\/90 {
  color: rgb(0 78 235 / 0.9);
}
.text-base-color-fg-accent-emphasis\/95 {
  color: rgb(0 78 235 / 0.95);
}
.text-base-color-fg-accent-emphasis\/base-opacity-disabled {
  color: rgb(0 78 235 / 60%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-0 {
  color: rgb(0 78 235 / 0%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-10 {
  color: rgb(0 78 235 / 10%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-100 {
  color: rgb(0 78 235 / 100%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-20 {
  color: rgb(0 78 235 / 20%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-30 {
  color: rgb(0 78 235 / 30%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-40 {
  color: rgb(0 78 235 / 40%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-50 {
  color: rgb(0 78 235 / 50%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-60 {
  color: rgb(0 78 235 / 60%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-70 {
  color: rgb(0 78 235 / 70%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-80 {
  color: rgb(0 78 235 / 80%);
}
.text-base-color-fg-accent-emphasis\/core-opacity-90 {
  color: rgb(0 78 235 / 90%);
}
.text-base-color-fg-accent\/0 {
  color: rgb(21 94 239 / 0);
}
.text-base-color-fg-accent\/10 {
  color: rgb(21 94 239 / 0.1);
}
.text-base-color-fg-accent\/100 {
  color: rgb(21 94 239 / 1);
}
.text-base-color-fg-accent\/20 {
  color: rgb(21 94 239 / 0.2);
}
.text-base-color-fg-accent\/25 {
  color: rgb(21 94 239 / 0.25);
}
.text-base-color-fg-accent\/30 {
  color: rgb(21 94 239 / 0.3);
}
.text-base-color-fg-accent\/40 {
  color: rgb(21 94 239 / 0.4);
}
.text-base-color-fg-accent\/5 {
  color: rgb(21 94 239 / 0.05);
}
.text-base-color-fg-accent\/50 {
  color: rgb(21 94 239 / 0.5);
}
.text-base-color-fg-accent\/60 {
  color: rgb(21 94 239 / 0.6);
}
.text-base-color-fg-accent\/70 {
  color: rgb(21 94 239 / 0.7);
}
.text-base-color-fg-accent\/75 {
  color: rgb(21 94 239 / 0.75);
}
.text-base-color-fg-accent\/80 {
  color: rgb(21 94 239 / 0.8);
}
.text-base-color-fg-accent\/90 {
  color: rgb(21 94 239 / 0.9);
}
.text-base-color-fg-accent\/95 {
  color: rgb(21 94 239 / 0.95);
}
.text-base-color-fg-accent\/base-opacity-disabled {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-fg-accent\/core-opacity-0 {
  color: rgb(21 94 239 / 0%);
}
.text-base-color-fg-accent\/core-opacity-10 {
  color: rgb(21 94 239 / 10%);
}
.text-base-color-fg-accent\/core-opacity-100 {
  color: rgb(21 94 239 / 100%);
}
.text-base-color-fg-accent\/core-opacity-20 {
  color: rgb(21 94 239 / 20%);
}
.text-base-color-fg-accent\/core-opacity-30 {
  color: rgb(21 94 239 / 30%);
}
.text-base-color-fg-accent\/core-opacity-40 {
  color: rgb(21 94 239 / 40%);
}
.text-base-color-fg-accent\/core-opacity-50 {
  color: rgb(21 94 239 / 50%);
}
.text-base-color-fg-accent\/core-opacity-60 {
  color: rgb(21 94 239 / 60%);
}
.text-base-color-fg-accent\/core-opacity-70 {
  color: rgb(21 94 239 / 70%);
}
.text-base-color-fg-accent\/core-opacity-80 {
  color: rgb(21 94 239 / 80%);
}
.text-base-color-fg-accent\/core-opacity-90 {
  color: rgb(21 94 239 / 90%);
}
.text-base-color-fg-attention {
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.text-base-color-fg-attention-emphasis {
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity));
}
.text-base-color-fg-attention-emphasis\/0 {
  color: rgb(181 71 8 / 0);
}
.text-base-color-fg-attention-emphasis\/10 {
  color: rgb(181 71 8 / 0.1);
}
.text-base-color-fg-attention-emphasis\/100 {
  color: rgb(181 71 8 / 1);
}
.text-base-color-fg-attention-emphasis\/20 {
  color: rgb(181 71 8 / 0.2);
}
.text-base-color-fg-attention-emphasis\/25 {
  color: rgb(181 71 8 / 0.25);
}
.text-base-color-fg-attention-emphasis\/30 {
  color: rgb(181 71 8 / 0.3);
}
.text-base-color-fg-attention-emphasis\/40 {
  color: rgb(181 71 8 / 0.4);
}
.text-base-color-fg-attention-emphasis\/5 {
  color: rgb(181 71 8 / 0.05);
}
.text-base-color-fg-attention-emphasis\/50 {
  color: rgb(181 71 8 / 0.5);
}
.text-base-color-fg-attention-emphasis\/60 {
  color: rgb(181 71 8 / 0.6);
}
.text-base-color-fg-attention-emphasis\/70 {
  color: rgb(181 71 8 / 0.7);
}
.text-base-color-fg-attention-emphasis\/75 {
  color: rgb(181 71 8 / 0.75);
}
.text-base-color-fg-attention-emphasis\/80 {
  color: rgb(181 71 8 / 0.8);
}
.text-base-color-fg-attention-emphasis\/90 {
  color: rgb(181 71 8 / 0.9);
}
.text-base-color-fg-attention-emphasis\/95 {
  color: rgb(181 71 8 / 0.95);
}
.text-base-color-fg-attention-emphasis\/base-opacity-disabled {
  color: rgb(181 71 8 / 60%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-0 {
  color: rgb(181 71 8 / 0%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-10 {
  color: rgb(181 71 8 / 10%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-100 {
  color: rgb(181 71 8 / 100%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-20 {
  color: rgb(181 71 8 / 20%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-30 {
  color: rgb(181 71 8 / 30%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-40 {
  color: rgb(181 71 8 / 40%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-50 {
  color: rgb(181 71 8 / 50%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-60 {
  color: rgb(181 71 8 / 60%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-70 {
  color: rgb(181 71 8 / 70%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-80 {
  color: rgb(181 71 8 / 80%);
}
.text-base-color-fg-attention-emphasis\/core-opacity-90 {
  color: rgb(181 71 8 / 90%);
}
.text-base-color-fg-attention\/0 {
  color: rgb(221 105 3 / 0);
}
.text-base-color-fg-attention\/10 {
  color: rgb(221 105 3 / 0.1);
}
.text-base-color-fg-attention\/100 {
  color: rgb(221 105 3 / 1);
}
.text-base-color-fg-attention\/20 {
  color: rgb(221 105 3 / 0.2);
}
.text-base-color-fg-attention\/25 {
  color: rgb(221 105 3 / 0.25);
}
.text-base-color-fg-attention\/30 {
  color: rgb(221 105 3 / 0.3);
}
.text-base-color-fg-attention\/40 {
  color: rgb(221 105 3 / 0.4);
}
.text-base-color-fg-attention\/5 {
  color: rgb(221 105 3 / 0.05);
}
.text-base-color-fg-attention\/50 {
  color: rgb(221 105 3 / 0.5);
}
.text-base-color-fg-attention\/60 {
  color: rgb(221 105 3 / 0.6);
}
.text-base-color-fg-attention\/70 {
  color: rgb(221 105 3 / 0.7);
}
.text-base-color-fg-attention\/75 {
  color: rgb(221 105 3 / 0.75);
}
.text-base-color-fg-attention\/80 {
  color: rgb(221 105 3 / 0.8);
}
.text-base-color-fg-attention\/90 {
  color: rgb(221 105 3 / 0.9);
}
.text-base-color-fg-attention\/95 {
  color: rgb(221 105 3 / 0.95);
}
.text-base-color-fg-attention\/base-opacity-disabled {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-fg-attention\/core-opacity-0 {
  color: rgb(221 105 3 / 0%);
}
.text-base-color-fg-attention\/core-opacity-10 {
  color: rgb(221 105 3 / 10%);
}
.text-base-color-fg-attention\/core-opacity-100 {
  color: rgb(221 105 3 / 100%);
}
.text-base-color-fg-attention\/core-opacity-20 {
  color: rgb(221 105 3 / 20%);
}
.text-base-color-fg-attention\/core-opacity-30 {
  color: rgb(221 105 3 / 30%);
}
.text-base-color-fg-attention\/core-opacity-40 {
  color: rgb(221 105 3 / 40%);
}
.text-base-color-fg-attention\/core-opacity-50 {
  color: rgb(221 105 3 / 50%);
}
.text-base-color-fg-attention\/core-opacity-60 {
  color: rgb(221 105 3 / 60%);
}
.text-base-color-fg-attention\/core-opacity-70 {
  color: rgb(221 105 3 / 70%);
}
.text-base-color-fg-attention\/core-opacity-80 {
  color: rgb(221 105 3 / 80%);
}
.text-base-color-fg-attention\/core-opacity-90 {
  color: rgb(221 105 3 / 90%);
}
.text-base-color-fg-brand {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-base-color-fg-brand-emphasis {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.text-base-color-fg-brand-emphasis\/0 {
  color: rgb(60 59 151 / 0);
}
.text-base-color-fg-brand-emphasis\/10 {
  color: rgb(60 59 151 / 0.1);
}
.text-base-color-fg-brand-emphasis\/100 {
  color: rgb(60 59 151 / 1);
}
.text-base-color-fg-brand-emphasis\/20 {
  color: rgb(60 59 151 / 0.2);
}
.text-base-color-fg-brand-emphasis\/25 {
  color: rgb(60 59 151 / 0.25);
}
.text-base-color-fg-brand-emphasis\/30 {
  color: rgb(60 59 151 / 0.3);
}
.text-base-color-fg-brand-emphasis\/40 {
  color: rgb(60 59 151 / 0.4);
}
.text-base-color-fg-brand-emphasis\/5 {
  color: rgb(60 59 151 / 0.05);
}
.text-base-color-fg-brand-emphasis\/50 {
  color: rgb(60 59 151 / 0.5);
}
.text-base-color-fg-brand-emphasis\/60 {
  color: rgb(60 59 151 / 0.6);
}
.text-base-color-fg-brand-emphasis\/70 {
  color: rgb(60 59 151 / 0.7);
}
.text-base-color-fg-brand-emphasis\/75 {
  color: rgb(60 59 151 / 0.75);
}
.text-base-color-fg-brand-emphasis\/80 {
  color: rgb(60 59 151 / 0.8);
}
.text-base-color-fg-brand-emphasis\/90 {
  color: rgb(60 59 151 / 0.9);
}
.text-base-color-fg-brand-emphasis\/95 {
  color: rgb(60 59 151 / 0.95);
}
.text-base-color-fg-brand-emphasis\/base-opacity-disabled {
  color: rgb(60 59 151 / 60%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-0 {
  color: rgb(60 59 151 / 0%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-10 {
  color: rgb(60 59 151 / 10%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-100 {
  color: rgb(60 59 151 / 100%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-20 {
  color: rgb(60 59 151 / 20%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-30 {
  color: rgb(60 59 151 / 30%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-40 {
  color: rgb(60 59 151 / 40%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-50 {
  color: rgb(60 59 151 / 50%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-60 {
  color: rgb(60 59 151 / 60%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-70 {
  color: rgb(60 59 151 / 70%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-80 {
  color: rgb(60 59 151 / 80%);
}
.text-base-color-fg-brand-emphasis\/core-opacity-90 {
  color: rgb(60 59 151 / 90%);
}
.text-base-color-fg-brand\/0 {
  color: rgb(93 91 215 / 0);
}
.text-base-color-fg-brand\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-base-color-fg-brand\/100 {
  color: rgb(93 91 215 / 1);
}
.text-base-color-fg-brand\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-base-color-fg-brand\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-base-color-fg-brand\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-base-color-fg-brand\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-base-color-fg-brand\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-base-color-fg-brand\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-base-color-fg-brand\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-base-color-fg-brand\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-base-color-fg-brand\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-base-color-fg-brand\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-base-color-fg-brand\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-base-color-fg-brand\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-base-color-fg-brand\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-fg-brand\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-base-color-fg-brand\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-base-color-fg-brand\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-base-color-fg-brand\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-base-color-fg-brand\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-base-color-fg-brand\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-base-color-fg-brand\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-base-color-fg-brand\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-base-color-fg-brand\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-base-color-fg-brand\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-base-color-fg-brand\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-base-color-fg-danger {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-base-color-fg-danger-empahis {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}
.text-base-color-fg-danger-empahis\/0 {
  color: rgb(180 35 24 / 0);
}
.text-base-color-fg-danger-empahis\/10 {
  color: rgb(180 35 24 / 0.1);
}
.text-base-color-fg-danger-empahis\/100 {
  color: rgb(180 35 24 / 1);
}
.text-base-color-fg-danger-empahis\/20 {
  color: rgb(180 35 24 / 0.2);
}
.text-base-color-fg-danger-empahis\/25 {
  color: rgb(180 35 24 / 0.25);
}
.text-base-color-fg-danger-empahis\/30 {
  color: rgb(180 35 24 / 0.3);
}
.text-base-color-fg-danger-empahis\/40 {
  color: rgb(180 35 24 / 0.4);
}
.text-base-color-fg-danger-empahis\/5 {
  color: rgb(180 35 24 / 0.05);
}
.text-base-color-fg-danger-empahis\/50 {
  color: rgb(180 35 24 / 0.5);
}
.text-base-color-fg-danger-empahis\/60 {
  color: rgb(180 35 24 / 0.6);
}
.text-base-color-fg-danger-empahis\/70 {
  color: rgb(180 35 24 / 0.7);
}
.text-base-color-fg-danger-empahis\/75 {
  color: rgb(180 35 24 / 0.75);
}
.text-base-color-fg-danger-empahis\/80 {
  color: rgb(180 35 24 / 0.8);
}
.text-base-color-fg-danger-empahis\/90 {
  color: rgb(180 35 24 / 0.9);
}
.text-base-color-fg-danger-empahis\/95 {
  color: rgb(180 35 24 / 0.95);
}
.text-base-color-fg-danger-empahis\/base-opacity-disabled {
  color: rgb(180 35 24 / 60%);
}
.text-base-color-fg-danger-empahis\/core-opacity-0 {
  color: rgb(180 35 24 / 0%);
}
.text-base-color-fg-danger-empahis\/core-opacity-10 {
  color: rgb(180 35 24 / 10%);
}
.text-base-color-fg-danger-empahis\/core-opacity-100 {
  color: rgb(180 35 24 / 100%);
}
.text-base-color-fg-danger-empahis\/core-opacity-20 {
  color: rgb(180 35 24 / 20%);
}
.text-base-color-fg-danger-empahis\/core-opacity-30 {
  color: rgb(180 35 24 / 30%);
}
.text-base-color-fg-danger-empahis\/core-opacity-40 {
  color: rgb(180 35 24 / 40%);
}
.text-base-color-fg-danger-empahis\/core-opacity-50 {
  color: rgb(180 35 24 / 50%);
}
.text-base-color-fg-danger-empahis\/core-opacity-60 {
  color: rgb(180 35 24 / 60%);
}
.text-base-color-fg-danger-empahis\/core-opacity-70 {
  color: rgb(180 35 24 / 70%);
}
.text-base-color-fg-danger-empahis\/core-opacity-80 {
  color: rgb(180 35 24 / 80%);
}
.text-base-color-fg-danger-empahis\/core-opacity-90 {
  color: rgb(180 35 24 / 90%);
}
.text-base-color-fg-danger\/0 {
  color: rgb(217 45 32 / 0);
}
.text-base-color-fg-danger\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-base-color-fg-danger\/100 {
  color: rgb(217 45 32 / 1);
}
.text-base-color-fg-danger\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-base-color-fg-danger\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-base-color-fg-danger\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-base-color-fg-danger\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-base-color-fg-danger\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-base-color-fg-danger\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-base-color-fg-danger\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-base-color-fg-danger\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-base-color-fg-danger\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-base-color-fg-danger\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-base-color-fg-danger\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-base-color-fg-danger\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-base-color-fg-danger\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-base-color-fg-danger\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-base-color-fg-danger\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-base-color-fg-danger\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-base-color-fg-danger\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-base-color-fg-danger\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-base-color-fg-danger\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-base-color-fg-danger\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-base-color-fg-danger\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-base-color-fg-danger\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-base-color-fg-danger\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-base-color-fg-danger\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-base-color-fg-default {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-base-color-fg-default\/0 {
  color: rgb(16 24 40 / 0);
}
.text-base-color-fg-default\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-base-color-fg-default\/100 {
  color: rgb(16 24 40 / 1);
}
.text-base-color-fg-default\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-base-color-fg-default\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-base-color-fg-default\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-base-color-fg-default\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-base-color-fg-default\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-base-color-fg-default\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-base-color-fg-default\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-base-color-fg-default\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-base-color-fg-default\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-base-color-fg-default\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-base-color-fg-default\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-base-color-fg-default\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-base-color-fg-default\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-base-color-fg-default\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-base-color-fg-default\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-base-color-fg-default\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-base-color-fg-default\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-base-color-fg-default\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-base-color-fg-default\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-base-color-fg-default\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-base-color-fg-default\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-base-color-fg-default\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-base-color-fg-default\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-base-color-fg-default\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-base-color-fg-emphasis {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-base-color-fg-emphasis\/0 {
  color: rgb(255 255 255 / 0);
}
.text-base-color-fg-emphasis\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-base-color-fg-emphasis\/100 {
  color: rgb(255 255 255 / 1);
}
.text-base-color-fg-emphasis\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-base-color-fg-emphasis\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-base-color-fg-emphasis\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-base-color-fg-emphasis\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-base-color-fg-emphasis\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-base-color-fg-emphasis\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-base-color-fg-emphasis\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-base-color-fg-emphasis\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-base-color-fg-emphasis\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-base-color-fg-emphasis\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-base-color-fg-emphasis\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-base-color-fg-emphasis\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-base-color-fg-emphasis\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-base-color-fg-emphasis\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-base-color-fg-emphasis\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-base-color-fg-emphasis\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-base-color-fg-emphasis\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-base-color-fg-emphasis\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-base-color-fg-emphasis\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-base-color-fg-emphasis\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-base-color-fg-emphasis\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-base-color-fg-emphasis\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-base-color-fg-emphasis\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-base-color-fg-emphasis\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-base-color-fg-muted {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-base-color-fg-muted\/0 {
  color: rgb(52 64 85 / 0);
}
.text-base-color-fg-muted\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-base-color-fg-muted\/100 {
  color: rgb(52 64 85 / 1);
}
.text-base-color-fg-muted\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-base-color-fg-muted\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-base-color-fg-muted\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-base-color-fg-muted\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-base-color-fg-muted\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-base-color-fg-muted\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-base-color-fg-muted\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-base-color-fg-muted\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-base-color-fg-muted\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-base-color-fg-muted\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-base-color-fg-muted\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-base-color-fg-muted\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-base-color-fg-muted\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-base-color-fg-muted\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-base-color-fg-muted\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-base-color-fg-muted\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-base-color-fg-muted\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-base-color-fg-muted\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-base-color-fg-muted\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-base-color-fg-muted\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-base-color-fg-muted\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-base-color-fg-muted\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-base-color-fg-muted\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-base-color-fg-muted\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-base-color-fg-subtle {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-base-color-fg-subtle\/0 {
  color: rgb(102 112 133 / 0);
}
.text-base-color-fg-subtle\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-base-color-fg-subtle\/100 {
  color: rgb(102 112 133 / 1);
}
.text-base-color-fg-subtle\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-base-color-fg-subtle\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-base-color-fg-subtle\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-base-color-fg-subtle\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-base-color-fg-subtle\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-base-color-fg-subtle\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-base-color-fg-subtle\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-base-color-fg-subtle\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-base-color-fg-subtle\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-base-color-fg-subtle\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-base-color-fg-subtle\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-base-color-fg-subtle\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-base-color-fg-subtle\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-base-color-fg-subtle\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-base-color-fg-subtle\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-base-color-fg-subtle\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-base-color-fg-subtle\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-base-color-fg-subtle\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-base-color-fg-subtle\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-base-color-fg-subtle\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-base-color-fg-subtle\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-base-color-fg-subtle\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-base-color-fg-subtle\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-base-color-fg-subtle\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-base-color-fg-success {
  --tw-text-opacity: 1;
  color: rgb(3 150 84 / var(--tw-text-opacity));
}
.text-base-color-fg-success-emphasis {
  --tw-text-opacity: 1;
  color: rgb(2 121 71 / var(--tw-text-opacity));
}
.text-base-color-fg-success-emphasis\/0 {
  color: rgb(2 121 71 / 0);
}
.text-base-color-fg-success-emphasis\/10 {
  color: rgb(2 121 71 / 0.1);
}
.text-base-color-fg-success-emphasis\/100 {
  color: rgb(2 121 71 / 1);
}
.text-base-color-fg-success-emphasis\/20 {
  color: rgb(2 121 71 / 0.2);
}
.text-base-color-fg-success-emphasis\/25 {
  color: rgb(2 121 71 / 0.25);
}
.text-base-color-fg-success-emphasis\/30 {
  color: rgb(2 121 71 / 0.3);
}
.text-base-color-fg-success-emphasis\/40 {
  color: rgb(2 121 71 / 0.4);
}
.text-base-color-fg-success-emphasis\/5 {
  color: rgb(2 121 71 / 0.05);
}
.text-base-color-fg-success-emphasis\/50 {
  color: rgb(2 121 71 / 0.5);
}
.text-base-color-fg-success-emphasis\/60 {
  color: rgb(2 121 71 / 0.6);
}
.text-base-color-fg-success-emphasis\/70 {
  color: rgb(2 121 71 / 0.7);
}
.text-base-color-fg-success-emphasis\/75 {
  color: rgb(2 121 71 / 0.75);
}
.text-base-color-fg-success-emphasis\/80 {
  color: rgb(2 121 71 / 0.8);
}
.text-base-color-fg-success-emphasis\/90 {
  color: rgb(2 121 71 / 0.9);
}
.text-base-color-fg-success-emphasis\/95 {
  color: rgb(2 121 71 / 0.95);
}
.text-base-color-fg-success-emphasis\/base-opacity-disabled {
  color: rgb(2 121 71 / 60%);
}
.text-base-color-fg-success-emphasis\/core-opacity-0 {
  color: rgb(2 121 71 / 0%);
}
.text-base-color-fg-success-emphasis\/core-opacity-10 {
  color: rgb(2 121 71 / 10%);
}
.text-base-color-fg-success-emphasis\/core-opacity-100 {
  color: rgb(2 121 71 / 100%);
}
.text-base-color-fg-success-emphasis\/core-opacity-20 {
  color: rgb(2 121 71 / 20%);
}
.text-base-color-fg-success-emphasis\/core-opacity-30 {
  color: rgb(2 121 71 / 30%);
}
.text-base-color-fg-success-emphasis\/core-opacity-40 {
  color: rgb(2 121 71 / 40%);
}
.text-base-color-fg-success-emphasis\/core-opacity-50 {
  color: rgb(2 121 71 / 50%);
}
.text-base-color-fg-success-emphasis\/core-opacity-60 {
  color: rgb(2 121 71 / 60%);
}
.text-base-color-fg-success-emphasis\/core-opacity-70 {
  color: rgb(2 121 71 / 70%);
}
.text-base-color-fg-success-emphasis\/core-opacity-80 {
  color: rgb(2 121 71 / 80%);
}
.text-base-color-fg-success-emphasis\/core-opacity-90 {
  color: rgb(2 121 71 / 90%);
}
.text-base-color-fg-success\/0 {
  color: rgb(3 150 84 / 0);
}
.text-base-color-fg-success\/10 {
  color: rgb(3 150 84 / 0.1);
}
.text-base-color-fg-success\/100 {
  color: rgb(3 150 84 / 1);
}
.text-base-color-fg-success\/20 {
  color: rgb(3 150 84 / 0.2);
}
.text-base-color-fg-success\/25 {
  color: rgb(3 150 84 / 0.25);
}
.text-base-color-fg-success\/30 {
  color: rgb(3 150 84 / 0.3);
}
.text-base-color-fg-success\/40 {
  color: rgb(3 150 84 / 0.4);
}
.text-base-color-fg-success\/5 {
  color: rgb(3 150 84 / 0.05);
}
.text-base-color-fg-success\/50 {
  color: rgb(3 150 84 / 0.5);
}
.text-base-color-fg-success\/60 {
  color: rgb(3 150 84 / 0.6);
}
.text-base-color-fg-success\/70 {
  color: rgb(3 150 84 / 0.7);
}
.text-base-color-fg-success\/75 {
  color: rgb(3 150 84 / 0.75);
}
.text-base-color-fg-success\/80 {
  color: rgb(3 150 84 / 0.8);
}
.text-base-color-fg-success\/90 {
  color: rgb(3 150 84 / 0.9);
}
.text-base-color-fg-success\/95 {
  color: rgb(3 150 84 / 0.95);
}
.text-base-color-fg-success\/base-opacity-disabled {
  color: rgb(3 150 84 / 60%);
}
.text-base-color-fg-success\/core-opacity-0 {
  color: rgb(3 150 84 / 0%);
}
.text-base-color-fg-success\/core-opacity-10 {
  color: rgb(3 150 84 / 10%);
}
.text-base-color-fg-success\/core-opacity-100 {
  color: rgb(3 150 84 / 100%);
}
.text-base-color-fg-success\/core-opacity-20 {
  color: rgb(3 150 84 / 20%);
}
.text-base-color-fg-success\/core-opacity-30 {
  color: rgb(3 150 84 / 30%);
}
.text-base-color-fg-success\/core-opacity-40 {
  color: rgb(3 150 84 / 40%);
}
.text-base-color-fg-success\/core-opacity-50 {
  color: rgb(3 150 84 / 50%);
}
.text-base-color-fg-success\/core-opacity-60 {
  color: rgb(3 150 84 / 60%);
}
.text-base-color-fg-success\/core-opacity-70 {
  color: rgb(3 150 84 / 70%);
}
.text-base-color-fg-success\/core-opacity-80 {
  color: rgb(3 150 84 / 80%);
}
.text-base-color-fg-success\/core-opacity-90 {
  color: rgb(3 150 84 / 90%);
}
.text-base-color-fg-transparent {
  color: #00000000;
}
.text-base-color-fg-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-base-color-fg-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-base-color-fg-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-base-color-fg-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-base-color-fg-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-base-color-fg-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-base-color-fg-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-base-color-fg-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-base-color-fg-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-base-color-fg-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-base-color-fg-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-base-color-fg-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-base-color-fg-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-base-color-fg-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-base-color-fg-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-base-color-fg-transparent\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-fg-transparent\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-base-color-fg-transparent\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-base-color-fg-transparent\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-base-color-fg-transparent\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-base-color-fg-transparent\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-base-color-fg-transparent\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-base-color-fg-transparent\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-base-color-fg-transparent\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-base-color-fg-transparent\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-base-color-fg-transparent\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-base-color-fg-transparent\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/0 {
  color: rgb(0 0 0 / 0);
}
.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {
  color: rgb(0 0 0 / 1);
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-black\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-black\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-black\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-black\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-black\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-black\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-black\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-black\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-black\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-black\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-black\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-black\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}
.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}
.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}
.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}
.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}
.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}
.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}
.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}
.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}
.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}
.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}
.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}
.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}
.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}
.text-blue-100\/base-opacity-disabled {
  color: rgb(219 234 254 / 60%);
}
.text-blue-100\/core-opacity-0 {
  color: rgb(219 234 254 / 0%);
}
.text-blue-100\/core-opacity-10 {
  color: rgb(219 234 254 / 10%);
}
.text-blue-100\/core-opacity-100 {
  color: rgb(219 234 254 / 100%);
}
.text-blue-100\/core-opacity-20 {
  color: rgb(219 234 254 / 20%);
}
.text-blue-100\/core-opacity-30 {
  color: rgb(219 234 254 / 30%);
}
.text-blue-100\/core-opacity-40 {
  color: rgb(219 234 254 / 40%);
}
.text-blue-100\/core-opacity-50 {
  color: rgb(219 234 254 / 50%);
}
.text-blue-100\/core-opacity-60 {
  color: rgb(219 234 254 / 60%);
}
.text-blue-100\/core-opacity-70 {
  color: rgb(219 234 254 / 70%);
}
.text-blue-100\/core-opacity-80 {
  color: rgb(219 234 254 / 80%);
}
.text-blue-100\/core-opacity-90 {
  color: rgb(219 234 254 / 90%);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}
.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}
.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}
.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}
.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}
.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}
.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}
.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}
.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}
.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}
.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}
.text-blue-200\/base-opacity-disabled {
  color: rgb(191 219 254 / 60%);
}
.text-blue-200\/core-opacity-0 {
  color: rgb(191 219 254 / 0%);
}
.text-blue-200\/core-opacity-10 {
  color: rgb(191 219 254 / 10%);
}
.text-blue-200\/core-opacity-100 {
  color: rgb(191 219 254 / 100%);
}
.text-blue-200\/core-opacity-20 {
  color: rgb(191 219 254 / 20%);
}
.text-blue-200\/core-opacity-30 {
  color: rgb(191 219 254 / 30%);
}
.text-blue-200\/core-opacity-40 {
  color: rgb(191 219 254 / 40%);
}
.text-blue-200\/core-opacity-50 {
  color: rgb(191 219 254 / 50%);
}
.text-blue-200\/core-opacity-60 {
  color: rgb(191 219 254 / 60%);
}
.text-blue-200\/core-opacity-70 {
  color: rgb(191 219 254 / 70%);
}
.text-blue-200\/core-opacity-80 {
  color: rgb(191 219 254 / 80%);
}
.text-blue-200\/core-opacity-90 {
  color: rgb(191 219 254 / 90%);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}
.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}
.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}
.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}
.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}
.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}
.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}
.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}
.text-blue-300\/base-opacity-disabled {
  color: rgb(147 197 253 / 60%);
}
.text-blue-300\/core-opacity-0 {
  color: rgb(147 197 253 / 0%);
}
.text-blue-300\/core-opacity-10 {
  color: rgb(147 197 253 / 10%);
}
.text-blue-300\/core-opacity-100 {
  color: rgb(147 197 253 / 100%);
}
.text-blue-300\/core-opacity-20 {
  color: rgb(147 197 253 / 20%);
}
.text-blue-300\/core-opacity-30 {
  color: rgb(147 197 253 / 30%);
}
.text-blue-300\/core-opacity-40 {
  color: rgb(147 197 253 / 40%);
}
.text-blue-300\/core-opacity-50 {
  color: rgb(147 197 253 / 50%);
}
.text-blue-300\/core-opacity-60 {
  color: rgb(147 197 253 / 60%);
}
.text-blue-300\/core-opacity-70 {
  color: rgb(147 197 253 / 70%);
}
.text-blue-300\/core-opacity-80 {
  color: rgb(147 197 253 / 80%);
}
.text-blue-300\/core-opacity-90 {
  color: rgb(147 197 253 / 90%);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}
.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}
.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-blue-400\/base-opacity-disabled {
  color: rgb(96 165 250 / 60%);
}
.text-blue-400\/core-opacity-0 {
  color: rgb(96 165 250 / 0%);
}
.text-blue-400\/core-opacity-10 {
  color: rgb(96 165 250 / 10%);
}
.text-blue-400\/core-opacity-100 {
  color: rgb(96 165 250 / 100%);
}
.text-blue-400\/core-opacity-20 {
  color: rgb(96 165 250 / 20%);
}
.text-blue-400\/core-opacity-30 {
  color: rgb(96 165 250 / 30%);
}
.text-blue-400\/core-opacity-40 {
  color: rgb(96 165 250 / 40%);
}
.text-blue-400\/core-opacity-50 {
  color: rgb(96 165 250 / 50%);
}
.text-blue-400\/core-opacity-60 {
  color: rgb(96 165 250 / 60%);
}
.text-blue-400\/core-opacity-70 {
  color: rgb(96 165 250 / 70%);
}
.text-blue-400\/core-opacity-80 {
  color: rgb(96 165 250 / 80%);
}
.text-blue-400\/core-opacity-90 {
  color: rgb(96 165 250 / 90%);
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}
.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}
.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}
.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}
.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}
.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}
.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}
.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}
.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}
.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}
.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}
.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}
.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}
.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}
.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}
.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}
.text-blue-50\/base-opacity-disabled {
  color: rgb(239 246 255 / 60%);
}
.text-blue-50\/core-opacity-0 {
  color: rgb(239 246 255 / 0%);
}
.text-blue-50\/core-opacity-10 {
  color: rgb(239 246 255 / 10%);
}
.text-blue-50\/core-opacity-100 {
  color: rgb(239 246 255 / 100%);
}
.text-blue-50\/core-opacity-20 {
  color: rgb(239 246 255 / 20%);
}
.text-blue-50\/core-opacity-30 {
  color: rgb(239 246 255 / 30%);
}
.text-blue-50\/core-opacity-40 {
  color: rgb(239 246 255 / 40%);
}
.text-blue-50\/core-opacity-50 {
  color: rgb(239 246 255 / 50%);
}
.text-blue-50\/core-opacity-60 {
  color: rgb(239 246 255 / 60%);
}
.text-blue-50\/core-opacity-70 {
  color: rgb(239 246 255 / 70%);
}
.text-blue-50\/core-opacity-80 {
  color: rgb(239 246 255 / 80%);
}
.text-blue-50\/core-opacity-90 {
  color: rgb(239 246 255 / 90%);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}
.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}
.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}
.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}
.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}
.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}
.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}
.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}
.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}
.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}
.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}
.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}
.text-blue-500\/base-opacity-disabled {
  color: rgb(59 130 246 / 60%);
}
.text-blue-500\/core-opacity-0 {
  color: rgb(59 130 246 / 0%);
}
.text-blue-500\/core-opacity-10 {
  color: rgb(59 130 246 / 10%);
}
.text-blue-500\/core-opacity-100 {
  color: rgb(59 130 246 / 100%);
}
.text-blue-500\/core-opacity-20 {
  color: rgb(59 130 246 / 20%);
}
.text-blue-500\/core-opacity-30 {
  color: rgb(59 130 246 / 30%);
}
.text-blue-500\/core-opacity-40 {
  color: rgb(59 130 246 / 40%);
}
.text-blue-500\/core-opacity-50 {
  color: rgb(59 130 246 / 50%);
}
.text-blue-500\/core-opacity-60 {
  color: rgb(59 130 246 / 60%);
}
.text-blue-500\/core-opacity-70 {
  color: rgb(59 130 246 / 70%);
}
.text-blue-500\/core-opacity-80 {
  color: rgb(59 130 246 / 80%);
}
.text-blue-500\/core-opacity-90 {
  color: rgb(59 130 246 / 90%);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}
.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}
.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}
.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}
.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}
.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}
.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}
.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}
.text-blue-600\/base-opacity-disabled {
  color: rgb(37 99 235 / 60%);
}
.text-blue-600\/core-opacity-0 {
  color: rgb(37 99 235 / 0%);
}
.text-blue-600\/core-opacity-10 {
  color: rgb(37 99 235 / 10%);
}
.text-blue-600\/core-opacity-100 {
  color: rgb(37 99 235 / 100%);
}
.text-blue-600\/core-opacity-20 {
  color: rgb(37 99 235 / 20%);
}
.text-blue-600\/core-opacity-30 {
  color: rgb(37 99 235 / 30%);
}
.text-blue-600\/core-opacity-40 {
  color: rgb(37 99 235 / 40%);
}
.text-blue-600\/core-opacity-50 {
  color: rgb(37 99 235 / 50%);
}
.text-blue-600\/core-opacity-60 {
  color: rgb(37 99 235 / 60%);
}
.text-blue-600\/core-opacity-70 {
  color: rgb(37 99 235 / 70%);
}
.text-blue-600\/core-opacity-80 {
  color: rgb(37 99 235 / 80%);
}
.text-blue-600\/core-opacity-90 {
  color: rgb(37 99 235 / 90%);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}
.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}
.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}
.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}
.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}
.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}
.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}
.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}
.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}
.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}
.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}
.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}
.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}
.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}
.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}
.text-blue-700\/base-opacity-disabled {
  color: rgb(29 78 216 / 60%);
}
.text-blue-700\/core-opacity-0 {
  color: rgb(29 78 216 / 0%);
}
.text-blue-700\/core-opacity-10 {
  color: rgb(29 78 216 / 10%);
}
.text-blue-700\/core-opacity-100 {
  color: rgb(29 78 216 / 100%);
}
.text-blue-700\/core-opacity-20 {
  color: rgb(29 78 216 / 20%);
}
.text-blue-700\/core-opacity-30 {
  color: rgb(29 78 216 / 30%);
}
.text-blue-700\/core-opacity-40 {
  color: rgb(29 78 216 / 40%);
}
.text-blue-700\/core-opacity-50 {
  color: rgb(29 78 216 / 50%);
}
.text-blue-700\/core-opacity-60 {
  color: rgb(29 78 216 / 60%);
}
.text-blue-700\/core-opacity-70 {
  color: rgb(29 78 216 / 70%);
}
.text-blue-700\/core-opacity-80 {
  color: rgb(29 78 216 / 80%);
}
.text-blue-700\/core-opacity-90 {
  color: rgb(29 78 216 / 90%);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}
.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}
.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}
.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}
.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}
.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}
.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}
.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}
.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}
.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}
.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}
.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}
.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}
.text-blue-800\/base-opacity-disabled {
  color: rgb(30 64 175 / 60%);
}
.text-blue-800\/core-opacity-0 {
  color: rgb(30 64 175 / 0%);
}
.text-blue-800\/core-opacity-10 {
  color: rgb(30 64 175 / 10%);
}
.text-blue-800\/core-opacity-100 {
  color: rgb(30 64 175 / 100%);
}
.text-blue-800\/core-opacity-20 {
  color: rgb(30 64 175 / 20%);
}
.text-blue-800\/core-opacity-30 {
  color: rgb(30 64 175 / 30%);
}
.text-blue-800\/core-opacity-40 {
  color: rgb(30 64 175 / 40%);
}
.text-blue-800\/core-opacity-50 {
  color: rgb(30 64 175 / 50%);
}
.text-blue-800\/core-opacity-60 {
  color: rgb(30 64 175 / 60%);
}
.text-blue-800\/core-opacity-70 {
  color: rgb(30 64 175 / 70%);
}
.text-blue-800\/core-opacity-80 {
  color: rgb(30 64 175 / 80%);
}
.text-blue-800\/core-opacity-90 {
  color: rgb(30 64 175 / 90%);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}
.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}
.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}
.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}
.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}
.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}
.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}
.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}
.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}
.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}
.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}
.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}
.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}
.text-blue-900\/base-opacity-disabled {
  color: rgb(30 58 138 / 60%);
}
.text-blue-900\/core-opacity-0 {
  color: rgb(30 58 138 / 0%);
}
.text-blue-900\/core-opacity-10 {
  color: rgb(30 58 138 / 10%);
}
.text-blue-900\/core-opacity-100 {
  color: rgb(30 58 138 / 100%);
}
.text-blue-900\/core-opacity-20 {
  color: rgb(30 58 138 / 20%);
}
.text-blue-900\/core-opacity-30 {
  color: rgb(30 58 138 / 30%);
}
.text-blue-900\/core-opacity-40 {
  color: rgb(30 58 138 / 40%);
}
.text-blue-900\/core-opacity-50 {
  color: rgb(30 58 138 / 50%);
}
.text-blue-900\/core-opacity-60 {
  color: rgb(30 58 138 / 60%);
}
.text-blue-900\/core-opacity-70 {
  color: rgb(30 58 138 / 70%);
}
.text-blue-900\/core-opacity-80 {
  color: rgb(30 58 138 / 80%);
}
.text-blue-900\/core-opacity-90 {
  color: rgb(30 58 138 / 90%);
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}
.text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}
.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}
.text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}
.text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2);
}
.text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25);
}
.text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3);
}
.text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4);
}
.text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05);
}
.text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5);
}
.text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6);
}
.text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7);
}
.text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75);
}
.text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8);
}
.text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9);
}
.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}
.text-blue-950\/base-opacity-disabled {
  color: rgb(23 37 84 / 60%);
}
.text-blue-950\/core-opacity-0 {
  color: rgb(23 37 84 / 0%);
}
.text-blue-950\/core-opacity-10 {
  color: rgb(23 37 84 / 10%);
}
.text-blue-950\/core-opacity-100 {
  color: rgb(23 37 84 / 100%);
}
.text-blue-950\/core-opacity-20 {
  color: rgb(23 37 84 / 20%);
}
.text-blue-950\/core-opacity-30 {
  color: rgb(23 37 84 / 30%);
}
.text-blue-950\/core-opacity-40 {
  color: rgb(23 37 84 / 40%);
}
.text-blue-950\/core-opacity-50 {
  color: rgb(23 37 84 / 50%);
}
.text-blue-950\/core-opacity-60 {
  color: rgb(23 37 84 / 60%);
}
.text-blue-950\/core-opacity-70 {
  color: rgb(23 37 84 / 70%);
}
.text-blue-950\/core-opacity-80 {
  color: rgb(23 37 84 / 80%);
}
.text-blue-950\/core-opacity-90 {
  color: rgb(23 37 84 / 90%);
}
.text-comp-badge-blue-bg {
  --tw-text-opacity: 1;
  color: rgb(240 245 255 / var(--tw-text-opacity));
}
.text-comp-badge-blue-bg\/0 {
  color: rgb(240 245 255 / 0);
}
.text-comp-badge-blue-bg\/10 {
  color: rgb(240 245 255 / 0.1);
}
.text-comp-badge-blue-bg\/100 {
  color: rgb(240 245 255 / 1);
}
.text-comp-badge-blue-bg\/20 {
  color: rgb(240 245 255 / 0.2);
}
.text-comp-badge-blue-bg\/25 {
  color: rgb(240 245 255 / 0.25);
}
.text-comp-badge-blue-bg\/30 {
  color: rgb(240 245 255 / 0.3);
}
.text-comp-badge-blue-bg\/40 {
  color: rgb(240 245 255 / 0.4);
}
.text-comp-badge-blue-bg\/5 {
  color: rgb(240 245 255 / 0.05);
}
.text-comp-badge-blue-bg\/50 {
  color: rgb(240 245 255 / 0.5);
}
.text-comp-badge-blue-bg\/60 {
  color: rgb(240 245 255 / 0.6);
}
.text-comp-badge-blue-bg\/70 {
  color: rgb(240 245 255 / 0.7);
}
.text-comp-badge-blue-bg\/75 {
  color: rgb(240 245 255 / 0.75);
}
.text-comp-badge-blue-bg\/80 {
  color: rgb(240 245 255 / 0.8);
}
.text-comp-badge-blue-bg\/90 {
  color: rgb(240 245 255 / 0.9);
}
.text-comp-badge-blue-bg\/95 {
  color: rgb(240 245 255 / 0.95);
}
.text-comp-badge-blue-bg\/base-opacity-disabled {
  color: rgb(240 245 255 / 60%);
}
.text-comp-badge-blue-bg\/core-opacity-0 {
  color: rgb(240 245 255 / 0%);
}
.text-comp-badge-blue-bg\/core-opacity-10 {
  color: rgb(240 245 255 / 10%);
}
.text-comp-badge-blue-bg\/core-opacity-100 {
  color: rgb(240 245 255 / 100%);
}
.text-comp-badge-blue-bg\/core-opacity-20 {
  color: rgb(240 245 255 / 20%);
}
.text-comp-badge-blue-bg\/core-opacity-30 {
  color: rgb(240 245 255 / 30%);
}
.text-comp-badge-blue-bg\/core-opacity-40 {
  color: rgb(240 245 255 / 40%);
}
.text-comp-badge-blue-bg\/core-opacity-50 {
  color: rgb(240 245 255 / 50%);
}
.text-comp-badge-blue-bg\/core-opacity-60 {
  color: rgb(240 245 255 / 60%);
}
.text-comp-badge-blue-bg\/core-opacity-70 {
  color: rgb(240 245 255 / 70%);
}
.text-comp-badge-blue-bg\/core-opacity-80 {
  color: rgb(240 245 255 / 80%);
}
.text-comp-badge-blue-bg\/core-opacity-90 {
  color: rgb(240 245 255 / 90%);
}
.text-comp-badge-blue-border {
  --tw-text-opacity: 1;
  color: rgb(179 204 255 / var(--tw-text-opacity));
}
.text-comp-badge-blue-border\/0 {
  color: rgb(179 204 255 / 0);
}
.text-comp-badge-blue-border\/10 {
  color: rgb(179 204 255 / 0.1);
}
.text-comp-badge-blue-border\/100 {
  color: rgb(179 204 255 / 1);
}
.text-comp-badge-blue-border\/20 {
  color: rgb(179 204 255 / 0.2);
}
.text-comp-badge-blue-border\/25 {
  color: rgb(179 204 255 / 0.25);
}
.text-comp-badge-blue-border\/30 {
  color: rgb(179 204 255 / 0.3);
}
.text-comp-badge-blue-border\/40 {
  color: rgb(179 204 255 / 0.4);
}
.text-comp-badge-blue-border\/5 {
  color: rgb(179 204 255 / 0.05);
}
.text-comp-badge-blue-border\/50 {
  color: rgb(179 204 255 / 0.5);
}
.text-comp-badge-blue-border\/60 {
  color: rgb(179 204 255 / 0.6);
}
.text-comp-badge-blue-border\/70 {
  color: rgb(179 204 255 / 0.7);
}
.text-comp-badge-blue-border\/75 {
  color: rgb(179 204 255 / 0.75);
}
.text-comp-badge-blue-border\/80 {
  color: rgb(179 204 255 / 0.8);
}
.text-comp-badge-blue-border\/90 {
  color: rgb(179 204 255 / 0.9);
}
.text-comp-badge-blue-border\/95 {
  color: rgb(179 204 255 / 0.95);
}
.text-comp-badge-blue-border\/base-opacity-disabled {
  color: rgb(179 204 255 / 60%);
}
.text-comp-badge-blue-border\/core-opacity-0 {
  color: rgb(179 204 255 / 0%);
}
.text-comp-badge-blue-border\/core-opacity-10 {
  color: rgb(179 204 255 / 10%);
}
.text-comp-badge-blue-border\/core-opacity-100 {
  color: rgb(179 204 255 / 100%);
}
.text-comp-badge-blue-border\/core-opacity-20 {
  color: rgb(179 204 255 / 20%);
}
.text-comp-badge-blue-border\/core-opacity-30 {
  color: rgb(179 204 255 / 30%);
}
.text-comp-badge-blue-border\/core-opacity-40 {
  color: rgb(179 204 255 / 40%);
}
.text-comp-badge-blue-border\/core-opacity-50 {
  color: rgb(179 204 255 / 50%);
}
.text-comp-badge-blue-border\/core-opacity-60 {
  color: rgb(179 204 255 / 60%);
}
.text-comp-badge-blue-border\/core-opacity-70 {
  color: rgb(179 204 255 / 70%);
}
.text-comp-badge-blue-border\/core-opacity-80 {
  color: rgb(179 204 255 / 80%);
}
.text-comp-badge-blue-border\/core-opacity-90 {
  color: rgb(179 204 255 / 90%);
}
.text-comp-badge-blue-fg {
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.text-comp-badge-blue-fg\/0 {
  color: rgb(21 94 239 / 0);
}
.text-comp-badge-blue-fg\/10 {
  color: rgb(21 94 239 / 0.1);
}
.text-comp-badge-blue-fg\/100 {
  color: rgb(21 94 239 / 1);
}
.text-comp-badge-blue-fg\/20 {
  color: rgb(21 94 239 / 0.2);
}
.text-comp-badge-blue-fg\/25 {
  color: rgb(21 94 239 / 0.25);
}
.text-comp-badge-blue-fg\/30 {
  color: rgb(21 94 239 / 0.3);
}
.text-comp-badge-blue-fg\/40 {
  color: rgb(21 94 239 / 0.4);
}
.text-comp-badge-blue-fg\/5 {
  color: rgb(21 94 239 / 0.05);
}
.text-comp-badge-blue-fg\/50 {
  color: rgb(21 94 239 / 0.5);
}
.text-comp-badge-blue-fg\/60 {
  color: rgb(21 94 239 / 0.6);
}
.text-comp-badge-blue-fg\/70 {
  color: rgb(21 94 239 / 0.7);
}
.text-comp-badge-blue-fg\/75 {
  color: rgb(21 94 239 / 0.75);
}
.text-comp-badge-blue-fg\/80 {
  color: rgb(21 94 239 / 0.8);
}
.text-comp-badge-blue-fg\/90 {
  color: rgb(21 94 239 / 0.9);
}
.text-comp-badge-blue-fg\/95 {
  color: rgb(21 94 239 / 0.95);
}
.text-comp-badge-blue-fg\/base-opacity-disabled {
  color: rgb(21 94 239 / 60%);
}
.text-comp-badge-blue-fg\/core-opacity-0 {
  color: rgb(21 94 239 / 0%);
}
.text-comp-badge-blue-fg\/core-opacity-10 {
  color: rgb(21 94 239 / 10%);
}
.text-comp-badge-blue-fg\/core-opacity-100 {
  color: rgb(21 94 239 / 100%);
}
.text-comp-badge-blue-fg\/core-opacity-20 {
  color: rgb(21 94 239 / 20%);
}
.text-comp-badge-blue-fg\/core-opacity-30 {
  color: rgb(21 94 239 / 30%);
}
.text-comp-badge-blue-fg\/core-opacity-40 {
  color: rgb(21 94 239 / 40%);
}
.text-comp-badge-blue-fg\/core-opacity-50 {
  color: rgb(21 94 239 / 50%);
}
.text-comp-badge-blue-fg\/core-opacity-60 {
  color: rgb(21 94 239 / 60%);
}
.text-comp-badge-blue-fg\/core-opacity-70 {
  color: rgb(21 94 239 / 70%);
}
.text-comp-badge-blue-fg\/core-opacity-80 {
  color: rgb(21 94 239 / 80%);
}
.text-comp-badge-blue-fg\/core-opacity-90 {
  color: rgb(21 94 239 / 90%);
}
.text-comp-badge-blue-status {
  --tw-text-opacity: 1;
  color: rgb(41 112 255 / var(--tw-text-opacity));
}
.text-comp-badge-blue-status\/0 {
  color: rgb(41 112 255 / 0);
}
.text-comp-badge-blue-status\/10 {
  color: rgb(41 112 255 / 0.1);
}
.text-comp-badge-blue-status\/100 {
  color: rgb(41 112 255 / 1);
}
.text-comp-badge-blue-status\/20 {
  color: rgb(41 112 255 / 0.2);
}
.text-comp-badge-blue-status\/25 {
  color: rgb(41 112 255 / 0.25);
}
.text-comp-badge-blue-status\/30 {
  color: rgb(41 112 255 / 0.3);
}
.text-comp-badge-blue-status\/40 {
  color: rgb(41 112 255 / 0.4);
}
.text-comp-badge-blue-status\/5 {
  color: rgb(41 112 255 / 0.05);
}
.text-comp-badge-blue-status\/50 {
  color: rgb(41 112 255 / 0.5);
}
.text-comp-badge-blue-status\/60 {
  color: rgb(41 112 255 / 0.6);
}
.text-comp-badge-blue-status\/70 {
  color: rgb(41 112 255 / 0.7);
}
.text-comp-badge-blue-status\/75 {
  color: rgb(41 112 255 / 0.75);
}
.text-comp-badge-blue-status\/80 {
  color: rgb(41 112 255 / 0.8);
}
.text-comp-badge-blue-status\/90 {
  color: rgb(41 112 255 / 0.9);
}
.text-comp-badge-blue-status\/95 {
  color: rgb(41 112 255 / 0.95);
}
.text-comp-badge-blue-status\/base-opacity-disabled {
  color: rgb(41 112 255 / 60%);
}
.text-comp-badge-blue-status\/core-opacity-0 {
  color: rgb(41 112 255 / 0%);
}
.text-comp-badge-blue-status\/core-opacity-10 {
  color: rgb(41 112 255 / 10%);
}
.text-comp-badge-blue-status\/core-opacity-100 {
  color: rgb(41 112 255 / 100%);
}
.text-comp-badge-blue-status\/core-opacity-20 {
  color: rgb(41 112 255 / 20%);
}
.text-comp-badge-blue-status\/core-opacity-30 {
  color: rgb(41 112 255 / 30%);
}
.text-comp-badge-blue-status\/core-opacity-40 {
  color: rgb(41 112 255 / 40%);
}
.text-comp-badge-blue-status\/core-opacity-50 {
  color: rgb(41 112 255 / 50%);
}
.text-comp-badge-blue-status\/core-opacity-60 {
  color: rgb(41 112 255 / 60%);
}
.text-comp-badge-blue-status\/core-opacity-70 {
  color: rgb(41 112 255 / 70%);
}
.text-comp-badge-blue-status\/core-opacity-80 {
  color: rgb(41 112 255 / 80%);
}
.text-comp-badge-blue-status\/core-opacity-90 {
  color: rgb(41 112 255 / 90%);
}
.text-comp-badge-cyan-bg {
  --tw-text-opacity: 1;
  color: rgb(235 253 255 / var(--tw-text-opacity));
}
.text-comp-badge-cyan-bg\/0 {
  color: rgb(235 253 255 / 0);
}
.text-comp-badge-cyan-bg\/10 {
  color: rgb(235 253 255 / 0.1);
}
.text-comp-badge-cyan-bg\/100 {
  color: rgb(235 253 255 / 1);
}
.text-comp-badge-cyan-bg\/20 {
  color: rgb(235 253 255 / 0.2);
}
.text-comp-badge-cyan-bg\/25 {
  color: rgb(235 253 255 / 0.25);
}
.text-comp-badge-cyan-bg\/30 {
  color: rgb(235 253 255 / 0.3);
}
.text-comp-badge-cyan-bg\/40 {
  color: rgb(235 253 255 / 0.4);
}
.text-comp-badge-cyan-bg\/5 {
  color: rgb(235 253 255 / 0.05);
}
.text-comp-badge-cyan-bg\/50 {
  color: rgb(235 253 255 / 0.5);
}
.text-comp-badge-cyan-bg\/60 {
  color: rgb(235 253 255 / 0.6);
}
.text-comp-badge-cyan-bg\/70 {
  color: rgb(235 253 255 / 0.7);
}
.text-comp-badge-cyan-bg\/75 {
  color: rgb(235 253 255 / 0.75);
}
.text-comp-badge-cyan-bg\/80 {
  color: rgb(235 253 255 / 0.8);
}
.text-comp-badge-cyan-bg\/90 {
  color: rgb(235 253 255 / 0.9);
}
.text-comp-badge-cyan-bg\/95 {
  color: rgb(235 253 255 / 0.95);
}
.text-comp-badge-cyan-bg\/base-opacity-disabled {
  color: rgb(235 253 255 / 60%);
}
.text-comp-badge-cyan-bg\/core-opacity-0 {
  color: rgb(235 253 255 / 0%);
}
.text-comp-badge-cyan-bg\/core-opacity-10 {
  color: rgb(235 253 255 / 10%);
}
.text-comp-badge-cyan-bg\/core-opacity-100 {
  color: rgb(235 253 255 / 100%);
}
.text-comp-badge-cyan-bg\/core-opacity-20 {
  color: rgb(235 253 255 / 20%);
}
.text-comp-badge-cyan-bg\/core-opacity-30 {
  color: rgb(235 253 255 / 30%);
}
.text-comp-badge-cyan-bg\/core-opacity-40 {
  color: rgb(235 253 255 / 40%);
}
.text-comp-badge-cyan-bg\/core-opacity-50 {
  color: rgb(235 253 255 / 50%);
}
.text-comp-badge-cyan-bg\/core-opacity-60 {
  color: rgb(235 253 255 / 60%);
}
.text-comp-badge-cyan-bg\/core-opacity-70 {
  color: rgb(235 253 255 / 70%);
}
.text-comp-badge-cyan-bg\/core-opacity-80 {
  color: rgb(235 253 255 / 80%);
}
.text-comp-badge-cyan-bg\/core-opacity-90 {
  color: rgb(235 253 255 / 90%);
}
.text-comp-badge-cyan-border {
  --tw-text-opacity: 1;
  color: rgb(166 241 252 / var(--tw-text-opacity));
}
.text-comp-badge-cyan-border\/0 {
  color: rgb(166 241 252 / 0);
}
.text-comp-badge-cyan-border\/10 {
  color: rgb(166 241 252 / 0.1);
}
.text-comp-badge-cyan-border\/100 {
  color: rgb(166 241 252 / 1);
}
.text-comp-badge-cyan-border\/20 {
  color: rgb(166 241 252 / 0.2);
}
.text-comp-badge-cyan-border\/25 {
  color: rgb(166 241 252 / 0.25);
}
.text-comp-badge-cyan-border\/30 {
  color: rgb(166 241 252 / 0.3);
}
.text-comp-badge-cyan-border\/40 {
  color: rgb(166 241 252 / 0.4);
}
.text-comp-badge-cyan-border\/5 {
  color: rgb(166 241 252 / 0.05);
}
.text-comp-badge-cyan-border\/50 {
  color: rgb(166 241 252 / 0.5);
}
.text-comp-badge-cyan-border\/60 {
  color: rgb(166 241 252 / 0.6);
}
.text-comp-badge-cyan-border\/70 {
  color: rgb(166 241 252 / 0.7);
}
.text-comp-badge-cyan-border\/75 {
  color: rgb(166 241 252 / 0.75);
}
.text-comp-badge-cyan-border\/80 {
  color: rgb(166 241 252 / 0.8);
}
.text-comp-badge-cyan-border\/90 {
  color: rgb(166 241 252 / 0.9);
}
.text-comp-badge-cyan-border\/95 {
  color: rgb(166 241 252 / 0.95);
}
.text-comp-badge-cyan-border\/base-opacity-disabled {
  color: rgb(166 241 252 / 60%);
}
.text-comp-badge-cyan-border\/core-opacity-0 {
  color: rgb(166 241 252 / 0%);
}
.text-comp-badge-cyan-border\/core-opacity-10 {
  color: rgb(166 241 252 / 10%);
}
.text-comp-badge-cyan-border\/core-opacity-100 {
  color: rgb(166 241 252 / 100%);
}
.text-comp-badge-cyan-border\/core-opacity-20 {
  color: rgb(166 241 252 / 20%);
}
.text-comp-badge-cyan-border\/core-opacity-30 {
  color: rgb(166 241 252 / 30%);
}
.text-comp-badge-cyan-border\/core-opacity-40 {
  color: rgb(166 241 252 / 40%);
}
.text-comp-badge-cyan-border\/core-opacity-50 {
  color: rgb(166 241 252 / 50%);
}
.text-comp-badge-cyan-border\/core-opacity-60 {
  color: rgb(166 241 252 / 60%);
}
.text-comp-badge-cyan-border\/core-opacity-70 {
  color: rgb(166 241 252 / 70%);
}
.text-comp-badge-cyan-border\/core-opacity-80 {
  color: rgb(166 241 252 / 80%);
}
.text-comp-badge-cyan-border\/core-opacity-90 {
  color: rgb(166 241 252 / 90%);
}
.text-comp-badge-cyan-fg {
  --tw-text-opacity: 1;
  color: rgb(8 136 175 / var(--tw-text-opacity));
}
.text-comp-badge-cyan-fg\/0 {
  color: rgb(8 136 175 / 0);
}
.text-comp-badge-cyan-fg\/10 {
  color: rgb(8 136 175 / 0.1);
}
.text-comp-badge-cyan-fg\/100 {
  color: rgb(8 136 175 / 1);
}
.text-comp-badge-cyan-fg\/20 {
  color: rgb(8 136 175 / 0.2);
}
.text-comp-badge-cyan-fg\/25 {
  color: rgb(8 136 175 / 0.25);
}
.text-comp-badge-cyan-fg\/30 {
  color: rgb(8 136 175 / 0.3);
}
.text-comp-badge-cyan-fg\/40 {
  color: rgb(8 136 175 / 0.4);
}
.text-comp-badge-cyan-fg\/5 {
  color: rgb(8 136 175 / 0.05);
}
.text-comp-badge-cyan-fg\/50 {
  color: rgb(8 136 175 / 0.5);
}
.text-comp-badge-cyan-fg\/60 {
  color: rgb(8 136 175 / 0.6);
}
.text-comp-badge-cyan-fg\/70 {
  color: rgb(8 136 175 / 0.7);
}
.text-comp-badge-cyan-fg\/75 {
  color: rgb(8 136 175 / 0.75);
}
.text-comp-badge-cyan-fg\/80 {
  color: rgb(8 136 175 / 0.8);
}
.text-comp-badge-cyan-fg\/90 {
  color: rgb(8 136 175 / 0.9);
}
.text-comp-badge-cyan-fg\/95 {
  color: rgb(8 136 175 / 0.95);
}
.text-comp-badge-cyan-fg\/base-opacity-disabled {
  color: rgb(8 136 175 / 60%);
}
.text-comp-badge-cyan-fg\/core-opacity-0 {
  color: rgb(8 136 175 / 0%);
}
.text-comp-badge-cyan-fg\/core-opacity-10 {
  color: rgb(8 136 175 / 10%);
}
.text-comp-badge-cyan-fg\/core-opacity-100 {
  color: rgb(8 136 175 / 100%);
}
.text-comp-badge-cyan-fg\/core-opacity-20 {
  color: rgb(8 136 175 / 20%);
}
.text-comp-badge-cyan-fg\/core-opacity-30 {
  color: rgb(8 136 175 / 30%);
}
.text-comp-badge-cyan-fg\/core-opacity-40 {
  color: rgb(8 136 175 / 40%);
}
.text-comp-badge-cyan-fg\/core-opacity-50 {
  color: rgb(8 136 175 / 50%);
}
.text-comp-badge-cyan-fg\/core-opacity-60 {
  color: rgb(8 136 175 / 60%);
}
.text-comp-badge-cyan-fg\/core-opacity-70 {
  color: rgb(8 136 175 / 70%);
}
.text-comp-badge-cyan-fg\/core-opacity-80 {
  color: rgb(8 136 175 / 80%);
}
.text-comp-badge-cyan-fg\/core-opacity-90 {
  color: rgb(8 136 175 / 90%);
}
.text-comp-badge-cyan-status {
  --tw-text-opacity: 1;
  color: rgb(7 175 213 / var(--tw-text-opacity));
}
.text-comp-badge-cyan-status\/0 {
  color: rgb(7 175 213 / 0);
}
.text-comp-badge-cyan-status\/10 {
  color: rgb(7 175 213 / 0.1);
}
.text-comp-badge-cyan-status\/100 {
  color: rgb(7 175 213 / 1);
}
.text-comp-badge-cyan-status\/20 {
  color: rgb(7 175 213 / 0.2);
}
.text-comp-badge-cyan-status\/25 {
  color: rgb(7 175 213 / 0.25);
}
.text-comp-badge-cyan-status\/30 {
  color: rgb(7 175 213 / 0.3);
}
.text-comp-badge-cyan-status\/40 {
  color: rgb(7 175 213 / 0.4);
}
.text-comp-badge-cyan-status\/5 {
  color: rgb(7 175 213 / 0.05);
}
.text-comp-badge-cyan-status\/50 {
  color: rgb(7 175 213 / 0.5);
}
.text-comp-badge-cyan-status\/60 {
  color: rgb(7 175 213 / 0.6);
}
.text-comp-badge-cyan-status\/70 {
  color: rgb(7 175 213 / 0.7);
}
.text-comp-badge-cyan-status\/75 {
  color: rgb(7 175 213 / 0.75);
}
.text-comp-badge-cyan-status\/80 {
  color: rgb(7 175 213 / 0.8);
}
.text-comp-badge-cyan-status\/90 {
  color: rgb(7 175 213 / 0.9);
}
.text-comp-badge-cyan-status\/95 {
  color: rgb(7 175 213 / 0.95);
}
.text-comp-badge-cyan-status\/base-opacity-disabled {
  color: rgb(7 175 213 / 60%);
}
.text-comp-badge-cyan-status\/core-opacity-0 {
  color: rgb(7 175 213 / 0%);
}
.text-comp-badge-cyan-status\/core-opacity-10 {
  color: rgb(7 175 213 / 10%);
}
.text-comp-badge-cyan-status\/core-opacity-100 {
  color: rgb(7 175 213 / 100%);
}
.text-comp-badge-cyan-status\/core-opacity-20 {
  color: rgb(7 175 213 / 20%);
}
.text-comp-badge-cyan-status\/core-opacity-30 {
  color: rgb(7 175 213 / 30%);
}
.text-comp-badge-cyan-status\/core-opacity-40 {
  color: rgb(7 175 213 / 40%);
}
.text-comp-badge-cyan-status\/core-opacity-50 {
  color: rgb(7 175 213 / 50%);
}
.text-comp-badge-cyan-status\/core-opacity-60 {
  color: rgb(7 175 213 / 60%);
}
.text-comp-badge-cyan-status\/core-opacity-70 {
  color: rgb(7 175 213 / 70%);
}
.text-comp-badge-cyan-status\/core-opacity-80 {
  color: rgb(7 175 213 / 80%);
}
.text-comp-badge-cyan-status\/core-opacity-90 {
  color: rgb(7 175 213 / 90%);
}
.text-comp-badge-dark-gray-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-badge-dark-gray-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-badge-dark-gray-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-badge-dark-gray-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-badge-dark-gray-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-badge-dark-gray-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-badge-dark-gray-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-badge-dark-gray-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-badge-dark-gray-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-badge-dark-gray-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-badge-dark-gray-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-badge-dark-gray-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-badge-dark-gray-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-badge-dark-gray-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-badge-dark-gray-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-badge-dark-gray-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-badge-dark-gray-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-badge-dark-gray-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-badge-dark-gray-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-badge-dark-gray-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-badge-dark-gray-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-badge-dark-gray-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-badge-dark-gray-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-badge-dark-gray-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-badge-dark-gray-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-badge-dark-gray-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-badge-dark-gray-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-badge-dark-gray-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-badge-dark-gray-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-badge-dark-gray-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-badge-dark-gray-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-badge-dark-gray-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-badge-dark-gray-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-badge-dark-gray-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-badge-dark-gray-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-badge-dark-gray-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-badge-dark-gray-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-badge-dark-gray-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-badge-dark-gray-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-badge-dark-gray-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-badge-dark-gray-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-badge-dark-gray-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-badge-dark-gray-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-badge-dark-gray-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-badge-dark-gray-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-badge-dark-gray-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-badge-dark-gray-fg {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-badge-dark-gray-fg\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-badge-dark-gray-fg\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-badge-dark-gray-fg\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-badge-dark-gray-fg\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-badge-dark-gray-fg\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-badge-dark-gray-fg\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-badge-dark-gray-fg\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-badge-dark-gray-fg\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-badge-dark-gray-fg\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-badge-dark-gray-fg\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-badge-dark-gray-fg\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-badge-dark-gray-fg\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-badge-dark-gray-fg\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-badge-dark-gray-fg\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-badge-dark-gray-fg\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-badge-dark-gray-fg\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-badge-dark-gray-fg\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-badge-green-bg {
  --tw-text-opacity: 1;
  color: rgb(237 253 243 / var(--tw-text-opacity));
}
.text-comp-badge-green-bg\/0 {
  color: rgb(237 253 243 / 0);
}
.text-comp-badge-green-bg\/10 {
  color: rgb(237 253 243 / 0.1);
}
.text-comp-badge-green-bg\/100 {
  color: rgb(237 253 243 / 1);
}
.text-comp-badge-green-bg\/20 {
  color: rgb(237 253 243 / 0.2);
}
.text-comp-badge-green-bg\/25 {
  color: rgb(237 253 243 / 0.25);
}
.text-comp-badge-green-bg\/30 {
  color: rgb(237 253 243 / 0.3);
}
.text-comp-badge-green-bg\/40 {
  color: rgb(237 253 243 / 0.4);
}
.text-comp-badge-green-bg\/5 {
  color: rgb(237 253 243 / 0.05);
}
.text-comp-badge-green-bg\/50 {
  color: rgb(237 253 243 / 0.5);
}
.text-comp-badge-green-bg\/60 {
  color: rgb(237 253 243 / 0.6);
}
.text-comp-badge-green-bg\/70 {
  color: rgb(237 253 243 / 0.7);
}
.text-comp-badge-green-bg\/75 {
  color: rgb(237 253 243 / 0.75);
}
.text-comp-badge-green-bg\/80 {
  color: rgb(237 253 243 / 0.8);
}
.text-comp-badge-green-bg\/90 {
  color: rgb(237 253 243 / 0.9);
}
.text-comp-badge-green-bg\/95 {
  color: rgb(237 253 243 / 0.95);
}
.text-comp-badge-green-bg\/base-opacity-disabled {
  color: rgb(237 253 243 / 60%);
}
.text-comp-badge-green-bg\/core-opacity-0 {
  color: rgb(237 253 243 / 0%);
}
.text-comp-badge-green-bg\/core-opacity-10 {
  color: rgb(237 253 243 / 10%);
}
.text-comp-badge-green-bg\/core-opacity-100 {
  color: rgb(237 253 243 / 100%);
}
.text-comp-badge-green-bg\/core-opacity-20 {
  color: rgb(237 253 243 / 20%);
}
.text-comp-badge-green-bg\/core-opacity-30 {
  color: rgb(237 253 243 / 30%);
}
.text-comp-badge-green-bg\/core-opacity-40 {
  color: rgb(237 253 243 / 40%);
}
.text-comp-badge-green-bg\/core-opacity-50 {
  color: rgb(237 253 243 / 50%);
}
.text-comp-badge-green-bg\/core-opacity-60 {
  color: rgb(237 253 243 / 60%);
}
.text-comp-badge-green-bg\/core-opacity-70 {
  color: rgb(237 253 243 / 70%);
}
.text-comp-badge-green-bg\/core-opacity-80 {
  color: rgb(237 253 243 / 80%);
}
.text-comp-badge-green-bg\/core-opacity-90 {
  color: rgb(237 253 243 / 90%);
}
.text-comp-badge-green-border {
  --tw-text-opacity: 1;
  color: rgb(164 244 196 / var(--tw-text-opacity));
}
.text-comp-badge-green-border\/0 {
  color: rgb(164 244 196 / 0);
}
.text-comp-badge-green-border\/10 {
  color: rgb(164 244 196 / 0.1);
}
.text-comp-badge-green-border\/100 {
  color: rgb(164 244 196 / 1);
}
.text-comp-badge-green-border\/20 {
  color: rgb(164 244 196 / 0.2);
}
.text-comp-badge-green-border\/25 {
  color: rgb(164 244 196 / 0.25);
}
.text-comp-badge-green-border\/30 {
  color: rgb(164 244 196 / 0.3);
}
.text-comp-badge-green-border\/40 {
  color: rgb(164 244 196 / 0.4);
}
.text-comp-badge-green-border\/5 {
  color: rgb(164 244 196 / 0.05);
}
.text-comp-badge-green-border\/50 {
  color: rgb(164 244 196 / 0.5);
}
.text-comp-badge-green-border\/60 {
  color: rgb(164 244 196 / 0.6);
}
.text-comp-badge-green-border\/70 {
  color: rgb(164 244 196 / 0.7);
}
.text-comp-badge-green-border\/75 {
  color: rgb(164 244 196 / 0.75);
}
.text-comp-badge-green-border\/80 {
  color: rgb(164 244 196 / 0.8);
}
.text-comp-badge-green-border\/90 {
  color: rgb(164 244 196 / 0.9);
}
.text-comp-badge-green-border\/95 {
  color: rgb(164 244 196 / 0.95);
}
.text-comp-badge-green-border\/base-opacity-disabled {
  color: rgb(164 244 196 / 60%);
}
.text-comp-badge-green-border\/core-opacity-0 {
  color: rgb(164 244 196 / 0%);
}
.text-comp-badge-green-border\/core-opacity-10 {
  color: rgb(164 244 196 / 10%);
}
.text-comp-badge-green-border\/core-opacity-100 {
  color: rgb(164 244 196 / 100%);
}
.text-comp-badge-green-border\/core-opacity-20 {
  color: rgb(164 244 196 / 20%);
}
.text-comp-badge-green-border\/core-opacity-30 {
  color: rgb(164 244 196 / 30%);
}
.text-comp-badge-green-border\/core-opacity-40 {
  color: rgb(164 244 196 / 40%);
}
.text-comp-badge-green-border\/core-opacity-50 {
  color: rgb(164 244 196 / 50%);
}
.text-comp-badge-green-border\/core-opacity-60 {
  color: rgb(164 244 196 / 60%);
}
.text-comp-badge-green-border\/core-opacity-70 {
  color: rgb(164 244 196 / 70%);
}
.text-comp-badge-green-border\/core-opacity-80 {
  color: rgb(164 244 196 / 80%);
}
.text-comp-badge-green-border\/core-opacity-90 {
  color: rgb(164 244 196 / 90%);
}
.text-comp-badge-green-fg {
  --tw-text-opacity: 1;
  color: rgb(3 150 84 / var(--tw-text-opacity));
}
.text-comp-badge-green-fg\/0 {
  color: rgb(3 150 84 / 0);
}
.text-comp-badge-green-fg\/10 {
  color: rgb(3 150 84 / 0.1);
}
.text-comp-badge-green-fg\/100 {
  color: rgb(3 150 84 / 1);
}
.text-comp-badge-green-fg\/20 {
  color: rgb(3 150 84 / 0.2);
}
.text-comp-badge-green-fg\/25 {
  color: rgb(3 150 84 / 0.25);
}
.text-comp-badge-green-fg\/30 {
  color: rgb(3 150 84 / 0.3);
}
.text-comp-badge-green-fg\/40 {
  color: rgb(3 150 84 / 0.4);
}
.text-comp-badge-green-fg\/5 {
  color: rgb(3 150 84 / 0.05);
}
.text-comp-badge-green-fg\/50 {
  color: rgb(3 150 84 / 0.5);
}
.text-comp-badge-green-fg\/60 {
  color: rgb(3 150 84 / 0.6);
}
.text-comp-badge-green-fg\/70 {
  color: rgb(3 150 84 / 0.7);
}
.text-comp-badge-green-fg\/75 {
  color: rgb(3 150 84 / 0.75);
}
.text-comp-badge-green-fg\/80 {
  color: rgb(3 150 84 / 0.8);
}
.text-comp-badge-green-fg\/90 {
  color: rgb(3 150 84 / 0.9);
}
.text-comp-badge-green-fg\/95 {
  color: rgb(3 150 84 / 0.95);
}
.text-comp-badge-green-fg\/base-opacity-disabled {
  color: rgb(3 150 84 / 60%);
}
.text-comp-badge-green-fg\/core-opacity-0 {
  color: rgb(3 150 84 / 0%);
}
.text-comp-badge-green-fg\/core-opacity-10 {
  color: rgb(3 150 84 / 10%);
}
.text-comp-badge-green-fg\/core-opacity-100 {
  color: rgb(3 150 84 / 100%);
}
.text-comp-badge-green-fg\/core-opacity-20 {
  color: rgb(3 150 84 / 20%);
}
.text-comp-badge-green-fg\/core-opacity-30 {
  color: rgb(3 150 84 / 30%);
}
.text-comp-badge-green-fg\/core-opacity-40 {
  color: rgb(3 150 84 / 40%);
}
.text-comp-badge-green-fg\/core-opacity-50 {
  color: rgb(3 150 84 / 50%);
}
.text-comp-badge-green-fg\/core-opacity-60 {
  color: rgb(3 150 84 / 60%);
}
.text-comp-badge-green-fg\/core-opacity-70 {
  color: rgb(3 150 84 / 70%);
}
.text-comp-badge-green-fg\/core-opacity-80 {
  color: rgb(3 150 84 / 80%);
}
.text-comp-badge-green-fg\/core-opacity-90 {
  color: rgb(3 150 84 / 90%);
}
.text-comp-badge-green-status {
  --tw-text-opacity: 1;
  color: rgb(18 181 105 / var(--tw-text-opacity));
}
.text-comp-badge-green-status\/0 {
  color: rgb(18 181 105 / 0);
}
.text-comp-badge-green-status\/10 {
  color: rgb(18 181 105 / 0.1);
}
.text-comp-badge-green-status\/100 {
  color: rgb(18 181 105 / 1);
}
.text-comp-badge-green-status\/20 {
  color: rgb(18 181 105 / 0.2);
}
.text-comp-badge-green-status\/25 {
  color: rgb(18 181 105 / 0.25);
}
.text-comp-badge-green-status\/30 {
  color: rgb(18 181 105 / 0.3);
}
.text-comp-badge-green-status\/40 {
  color: rgb(18 181 105 / 0.4);
}
.text-comp-badge-green-status\/5 {
  color: rgb(18 181 105 / 0.05);
}
.text-comp-badge-green-status\/50 {
  color: rgb(18 181 105 / 0.5);
}
.text-comp-badge-green-status\/60 {
  color: rgb(18 181 105 / 0.6);
}
.text-comp-badge-green-status\/70 {
  color: rgb(18 181 105 / 0.7);
}
.text-comp-badge-green-status\/75 {
  color: rgb(18 181 105 / 0.75);
}
.text-comp-badge-green-status\/80 {
  color: rgb(18 181 105 / 0.8);
}
.text-comp-badge-green-status\/90 {
  color: rgb(18 181 105 / 0.9);
}
.text-comp-badge-green-status\/95 {
  color: rgb(18 181 105 / 0.95);
}
.text-comp-badge-green-status\/base-opacity-disabled {
  color: rgb(18 181 105 / 60%);
}
.text-comp-badge-green-status\/core-opacity-0 {
  color: rgb(18 181 105 / 0%);
}
.text-comp-badge-green-status\/core-opacity-10 {
  color: rgb(18 181 105 / 10%);
}
.text-comp-badge-green-status\/core-opacity-100 {
  color: rgb(18 181 105 / 100%);
}
.text-comp-badge-green-status\/core-opacity-20 {
  color: rgb(18 181 105 / 20%);
}
.text-comp-badge-green-status\/core-opacity-30 {
  color: rgb(18 181 105 / 30%);
}
.text-comp-badge-green-status\/core-opacity-40 {
  color: rgb(18 181 105 / 40%);
}
.text-comp-badge-green-status\/core-opacity-50 {
  color: rgb(18 181 105 / 50%);
}
.text-comp-badge-green-status\/core-opacity-60 {
  color: rgb(18 181 105 / 60%);
}
.text-comp-badge-green-status\/core-opacity-70 {
  color: rgb(18 181 105 / 70%);
}
.text-comp-badge-green-status\/core-opacity-80 {
  color: rgb(18 181 105 / 80%);
}
.text-comp-badge-green-status\/core-opacity-90 {
  color: rgb(18 181 105 / 90%);
}
.text-comp-badge-light-gray-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-badge-light-gray-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-badge-light-gray-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-badge-light-gray-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-badge-light-gray-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-badge-light-gray-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-badge-light-gray-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-badge-light-gray-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-badge-light-gray-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-badge-light-gray-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-badge-light-gray-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-badge-light-gray-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-badge-light-gray-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-badge-light-gray-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-badge-light-gray-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-badge-light-gray-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-badge-light-gray-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-badge-light-gray-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-badge-light-gray-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-badge-light-gray-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-badge-light-gray-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-badge-light-gray-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-badge-light-gray-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-badge-light-gray-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-badge-light-gray-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-badge-light-gray-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-badge-light-gray-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-badge-light-gray-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-badge-light-gray-border {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}
.text-comp-badge-light-gray-border\/0 {
  color: rgb(234 236 240 / 0);
}
.text-comp-badge-light-gray-border\/10 {
  color: rgb(234 236 240 / 0.1);
}
.text-comp-badge-light-gray-border\/100 {
  color: rgb(234 236 240 / 1);
}
.text-comp-badge-light-gray-border\/20 {
  color: rgb(234 236 240 / 0.2);
}
.text-comp-badge-light-gray-border\/25 {
  color: rgb(234 236 240 / 0.25);
}
.text-comp-badge-light-gray-border\/30 {
  color: rgb(234 236 240 / 0.3);
}
.text-comp-badge-light-gray-border\/40 {
  color: rgb(234 236 240 / 0.4);
}
.text-comp-badge-light-gray-border\/5 {
  color: rgb(234 236 240 / 0.05);
}
.text-comp-badge-light-gray-border\/50 {
  color: rgb(234 236 240 / 0.5);
}
.text-comp-badge-light-gray-border\/60 {
  color: rgb(234 236 240 / 0.6);
}
.text-comp-badge-light-gray-border\/70 {
  color: rgb(234 236 240 / 0.7);
}
.text-comp-badge-light-gray-border\/75 {
  color: rgb(234 236 240 / 0.75);
}
.text-comp-badge-light-gray-border\/80 {
  color: rgb(234 236 240 / 0.8);
}
.text-comp-badge-light-gray-border\/90 {
  color: rgb(234 236 240 / 0.9);
}
.text-comp-badge-light-gray-border\/95 {
  color: rgb(234 236 240 / 0.95);
}
.text-comp-badge-light-gray-border\/base-opacity-disabled {
  color: rgb(234 236 240 / 60%);
}
.text-comp-badge-light-gray-border\/core-opacity-0 {
  color: rgb(234 236 240 / 0%);
}
.text-comp-badge-light-gray-border\/core-opacity-10 {
  color: rgb(234 236 240 / 10%);
}
.text-comp-badge-light-gray-border\/core-opacity-100 {
  color: rgb(234 236 240 / 100%);
}
.text-comp-badge-light-gray-border\/core-opacity-20 {
  color: rgb(234 236 240 / 20%);
}
.text-comp-badge-light-gray-border\/core-opacity-30 {
  color: rgb(234 236 240 / 30%);
}
.text-comp-badge-light-gray-border\/core-opacity-40 {
  color: rgb(234 236 240 / 40%);
}
.text-comp-badge-light-gray-border\/core-opacity-50 {
  color: rgb(234 236 240 / 50%);
}
.text-comp-badge-light-gray-border\/core-opacity-60 {
  color: rgb(234 236 240 / 60%);
}
.text-comp-badge-light-gray-border\/core-opacity-70 {
  color: rgb(234 236 240 / 70%);
}
.text-comp-badge-light-gray-border\/core-opacity-80 {
  color: rgb(234 236 240 / 80%);
}
.text-comp-badge-light-gray-border\/core-opacity-90 {
  color: rgb(234 236 240 / 90%);
}
.text-comp-badge-light-gray-fg {
  --tw-text-opacity: 1;
  color: rgb(71 84 102 / var(--tw-text-opacity));
}
.text-comp-badge-light-gray-fg\/0 {
  color: rgb(71 84 102 / 0);
}
.text-comp-badge-light-gray-fg\/10 {
  color: rgb(71 84 102 / 0.1);
}
.text-comp-badge-light-gray-fg\/100 {
  color: rgb(71 84 102 / 1);
}
.text-comp-badge-light-gray-fg\/20 {
  color: rgb(71 84 102 / 0.2);
}
.text-comp-badge-light-gray-fg\/25 {
  color: rgb(71 84 102 / 0.25);
}
.text-comp-badge-light-gray-fg\/30 {
  color: rgb(71 84 102 / 0.3);
}
.text-comp-badge-light-gray-fg\/40 {
  color: rgb(71 84 102 / 0.4);
}
.text-comp-badge-light-gray-fg\/5 {
  color: rgb(71 84 102 / 0.05);
}
.text-comp-badge-light-gray-fg\/50 {
  color: rgb(71 84 102 / 0.5);
}
.text-comp-badge-light-gray-fg\/60 {
  color: rgb(71 84 102 / 0.6);
}
.text-comp-badge-light-gray-fg\/70 {
  color: rgb(71 84 102 / 0.7);
}
.text-comp-badge-light-gray-fg\/75 {
  color: rgb(71 84 102 / 0.75);
}
.text-comp-badge-light-gray-fg\/80 {
  color: rgb(71 84 102 / 0.8);
}
.text-comp-badge-light-gray-fg\/90 {
  color: rgb(71 84 102 / 0.9);
}
.text-comp-badge-light-gray-fg\/95 {
  color: rgb(71 84 102 / 0.95);
}
.text-comp-badge-light-gray-fg\/base-opacity-disabled {
  color: rgb(71 84 102 / 60%);
}
.text-comp-badge-light-gray-fg\/core-opacity-0 {
  color: rgb(71 84 102 / 0%);
}
.text-comp-badge-light-gray-fg\/core-opacity-10 {
  color: rgb(71 84 102 / 10%);
}
.text-comp-badge-light-gray-fg\/core-opacity-100 {
  color: rgb(71 84 102 / 100%);
}
.text-comp-badge-light-gray-fg\/core-opacity-20 {
  color: rgb(71 84 102 / 20%);
}
.text-comp-badge-light-gray-fg\/core-opacity-30 {
  color: rgb(71 84 102 / 30%);
}
.text-comp-badge-light-gray-fg\/core-opacity-40 {
  color: rgb(71 84 102 / 40%);
}
.text-comp-badge-light-gray-fg\/core-opacity-50 {
  color: rgb(71 84 102 / 50%);
}
.text-comp-badge-light-gray-fg\/core-opacity-60 {
  color: rgb(71 84 102 / 60%);
}
.text-comp-badge-light-gray-fg\/core-opacity-70 {
  color: rgb(71 84 102 / 70%);
}
.text-comp-badge-light-gray-fg\/core-opacity-80 {
  color: rgb(71 84 102 / 80%);
}
.text-comp-badge-light-gray-fg\/core-opacity-90 {
  color: rgb(71 84 102 / 90%);
}
.text-comp-badge-orange-bg {
  --tw-text-opacity: 1;
  color: rgb(255 245 235 / var(--tw-text-opacity));
}
.text-comp-badge-orange-bg\/0 {
  color: rgb(255 245 235 / 0);
}
.text-comp-badge-orange-bg\/10 {
  color: rgb(255 245 235 / 0.1);
}
.text-comp-badge-orange-bg\/100 {
  color: rgb(255 245 235 / 1);
}
.text-comp-badge-orange-bg\/20 {
  color: rgb(255 245 235 / 0.2);
}
.text-comp-badge-orange-bg\/25 {
  color: rgb(255 245 235 / 0.25);
}
.text-comp-badge-orange-bg\/30 {
  color: rgb(255 245 235 / 0.3);
}
.text-comp-badge-orange-bg\/40 {
  color: rgb(255 245 235 / 0.4);
}
.text-comp-badge-orange-bg\/5 {
  color: rgb(255 245 235 / 0.05);
}
.text-comp-badge-orange-bg\/50 {
  color: rgb(255 245 235 / 0.5);
}
.text-comp-badge-orange-bg\/60 {
  color: rgb(255 245 235 / 0.6);
}
.text-comp-badge-orange-bg\/70 {
  color: rgb(255 245 235 / 0.7);
}
.text-comp-badge-orange-bg\/75 {
  color: rgb(255 245 235 / 0.75);
}
.text-comp-badge-orange-bg\/80 {
  color: rgb(255 245 235 / 0.8);
}
.text-comp-badge-orange-bg\/90 {
  color: rgb(255 245 235 / 0.9);
}
.text-comp-badge-orange-bg\/95 {
  color: rgb(255 245 235 / 0.95);
}
.text-comp-badge-orange-bg\/base-opacity-disabled {
  color: rgb(255 245 235 / 60%);
}
.text-comp-badge-orange-bg\/core-opacity-0 {
  color: rgb(255 245 235 / 0%);
}
.text-comp-badge-orange-bg\/core-opacity-10 {
  color: rgb(255 245 235 / 10%);
}
.text-comp-badge-orange-bg\/core-opacity-100 {
  color: rgb(255 245 235 / 100%);
}
.text-comp-badge-orange-bg\/core-opacity-20 {
  color: rgb(255 245 235 / 20%);
}
.text-comp-badge-orange-bg\/core-opacity-30 {
  color: rgb(255 245 235 / 30%);
}
.text-comp-badge-orange-bg\/core-opacity-40 {
  color: rgb(255 245 235 / 40%);
}
.text-comp-badge-orange-bg\/core-opacity-50 {
  color: rgb(255 245 235 / 50%);
}
.text-comp-badge-orange-bg\/core-opacity-60 {
  color: rgb(255 245 235 / 60%);
}
.text-comp-badge-orange-bg\/core-opacity-70 {
  color: rgb(255 245 235 / 70%);
}
.text-comp-badge-orange-bg\/core-opacity-80 {
  color: rgb(255 245 235 / 80%);
}
.text-comp-badge-orange-bg\/core-opacity-90 {
  color: rgb(255 245 235 / 90%);
}
.text-comp-badge-orange-border {
  --tw-text-opacity: 1;
  color: rgb(253 220 170 / var(--tw-text-opacity));
}
.text-comp-badge-orange-border\/0 {
  color: rgb(253 220 170 / 0);
}
.text-comp-badge-orange-border\/10 {
  color: rgb(253 220 170 / 0.1);
}
.text-comp-badge-orange-border\/100 {
  color: rgb(253 220 170 / 1);
}
.text-comp-badge-orange-border\/20 {
  color: rgb(253 220 170 / 0.2);
}
.text-comp-badge-orange-border\/25 {
  color: rgb(253 220 170 / 0.25);
}
.text-comp-badge-orange-border\/30 {
  color: rgb(253 220 170 / 0.3);
}
.text-comp-badge-orange-border\/40 {
  color: rgb(253 220 170 / 0.4);
}
.text-comp-badge-orange-border\/5 {
  color: rgb(253 220 170 / 0.05);
}
.text-comp-badge-orange-border\/50 {
  color: rgb(253 220 170 / 0.5);
}
.text-comp-badge-orange-border\/60 {
  color: rgb(253 220 170 / 0.6);
}
.text-comp-badge-orange-border\/70 {
  color: rgb(253 220 170 / 0.7);
}
.text-comp-badge-orange-border\/75 {
  color: rgb(253 220 170 / 0.75);
}
.text-comp-badge-orange-border\/80 {
  color: rgb(253 220 170 / 0.8);
}
.text-comp-badge-orange-border\/90 {
  color: rgb(253 220 170 / 0.9);
}
.text-comp-badge-orange-border\/95 {
  color: rgb(253 220 170 / 0.95);
}
.text-comp-badge-orange-border\/base-opacity-disabled {
  color: rgb(253 220 170 / 60%);
}
.text-comp-badge-orange-border\/core-opacity-0 {
  color: rgb(253 220 170 / 0%);
}
.text-comp-badge-orange-border\/core-opacity-10 {
  color: rgb(253 220 170 / 10%);
}
.text-comp-badge-orange-border\/core-opacity-100 {
  color: rgb(253 220 170 / 100%);
}
.text-comp-badge-orange-border\/core-opacity-20 {
  color: rgb(253 220 170 / 20%);
}
.text-comp-badge-orange-border\/core-opacity-30 {
  color: rgb(253 220 170 / 30%);
}
.text-comp-badge-orange-border\/core-opacity-40 {
  color: rgb(253 220 170 / 40%);
}
.text-comp-badge-orange-border\/core-opacity-50 {
  color: rgb(253 220 170 / 50%);
}
.text-comp-badge-orange-border\/core-opacity-60 {
  color: rgb(253 220 170 / 60%);
}
.text-comp-badge-orange-border\/core-opacity-70 {
  color: rgb(253 220 170 / 70%);
}
.text-comp-badge-orange-border\/core-opacity-80 {
  color: rgb(253 220 170 / 80%);
}
.text-comp-badge-orange-border\/core-opacity-90 {
  color: rgb(253 220 170 / 90%);
}
.text-comp-badge-orange-fg {
  --tw-text-opacity: 1;
  color: rgb(235 74 10 / var(--tw-text-opacity));
}
.text-comp-badge-orange-fg\/0 {
  color: rgb(235 74 10 / 0);
}
.text-comp-badge-orange-fg\/10 {
  color: rgb(235 74 10 / 0.1);
}
.text-comp-badge-orange-fg\/100 {
  color: rgb(235 74 10 / 1);
}
.text-comp-badge-orange-fg\/20 {
  color: rgb(235 74 10 / 0.2);
}
.text-comp-badge-orange-fg\/25 {
  color: rgb(235 74 10 / 0.25);
}
.text-comp-badge-orange-fg\/30 {
  color: rgb(235 74 10 / 0.3);
}
.text-comp-badge-orange-fg\/40 {
  color: rgb(235 74 10 / 0.4);
}
.text-comp-badge-orange-fg\/5 {
  color: rgb(235 74 10 / 0.05);
}
.text-comp-badge-orange-fg\/50 {
  color: rgb(235 74 10 / 0.5);
}
.text-comp-badge-orange-fg\/60 {
  color: rgb(235 74 10 / 0.6);
}
.text-comp-badge-orange-fg\/70 {
  color: rgb(235 74 10 / 0.7);
}
.text-comp-badge-orange-fg\/75 {
  color: rgb(235 74 10 / 0.75);
}
.text-comp-badge-orange-fg\/80 {
  color: rgb(235 74 10 / 0.8);
}
.text-comp-badge-orange-fg\/90 {
  color: rgb(235 74 10 / 0.9);
}
.text-comp-badge-orange-fg\/95 {
  color: rgb(235 74 10 / 0.95);
}
.text-comp-badge-orange-fg\/base-opacity-disabled {
  color: rgb(235 74 10 / 60%);
}
.text-comp-badge-orange-fg\/core-opacity-0 {
  color: rgb(235 74 10 / 0%);
}
.text-comp-badge-orange-fg\/core-opacity-10 {
  color: rgb(235 74 10 / 10%);
}
.text-comp-badge-orange-fg\/core-opacity-100 {
  color: rgb(235 74 10 / 100%);
}
.text-comp-badge-orange-fg\/core-opacity-20 {
  color: rgb(235 74 10 / 20%);
}
.text-comp-badge-orange-fg\/core-opacity-30 {
  color: rgb(235 74 10 / 30%);
}
.text-comp-badge-orange-fg\/core-opacity-40 {
  color: rgb(235 74 10 / 40%);
}
.text-comp-badge-orange-fg\/core-opacity-50 {
  color: rgb(235 74 10 / 50%);
}
.text-comp-badge-orange-fg\/core-opacity-60 {
  color: rgb(235 74 10 / 60%);
}
.text-comp-badge-orange-fg\/core-opacity-70 {
  color: rgb(235 74 10 / 70%);
}
.text-comp-badge-orange-fg\/core-opacity-80 {
  color: rgb(235 74 10 / 80%);
}
.text-comp-badge-orange-fg\/core-opacity-90 {
  color: rgb(235 74 10 / 90%);
}
.text-comp-badge-orange-status {
  --tw-text-opacity: 1;
  color: rgb(251 100 19 / var(--tw-text-opacity));
}
.text-comp-badge-orange-status\/0 {
  color: rgb(251 100 19 / 0);
}
.text-comp-badge-orange-status\/10 {
  color: rgb(251 100 19 / 0.1);
}
.text-comp-badge-orange-status\/100 {
  color: rgb(251 100 19 / 1);
}
.text-comp-badge-orange-status\/20 {
  color: rgb(251 100 19 / 0.2);
}
.text-comp-badge-orange-status\/25 {
  color: rgb(251 100 19 / 0.25);
}
.text-comp-badge-orange-status\/30 {
  color: rgb(251 100 19 / 0.3);
}
.text-comp-badge-orange-status\/40 {
  color: rgb(251 100 19 / 0.4);
}
.text-comp-badge-orange-status\/5 {
  color: rgb(251 100 19 / 0.05);
}
.text-comp-badge-orange-status\/50 {
  color: rgb(251 100 19 / 0.5);
}
.text-comp-badge-orange-status\/60 {
  color: rgb(251 100 19 / 0.6);
}
.text-comp-badge-orange-status\/70 {
  color: rgb(251 100 19 / 0.7);
}
.text-comp-badge-orange-status\/75 {
  color: rgb(251 100 19 / 0.75);
}
.text-comp-badge-orange-status\/80 {
  color: rgb(251 100 19 / 0.8);
}
.text-comp-badge-orange-status\/90 {
  color: rgb(251 100 19 / 0.9);
}
.text-comp-badge-orange-status\/95 {
  color: rgb(251 100 19 / 0.95);
}
.text-comp-badge-orange-status\/base-opacity-disabled {
  color: rgb(251 100 19 / 60%);
}
.text-comp-badge-orange-status\/core-opacity-0 {
  color: rgb(251 100 19 / 0%);
}
.text-comp-badge-orange-status\/core-opacity-10 {
  color: rgb(251 100 19 / 10%);
}
.text-comp-badge-orange-status\/core-opacity-100 {
  color: rgb(251 100 19 / 100%);
}
.text-comp-badge-orange-status\/core-opacity-20 {
  color: rgb(251 100 19 / 20%);
}
.text-comp-badge-orange-status\/core-opacity-30 {
  color: rgb(251 100 19 / 30%);
}
.text-comp-badge-orange-status\/core-opacity-40 {
  color: rgb(251 100 19 / 40%);
}
.text-comp-badge-orange-status\/core-opacity-50 {
  color: rgb(251 100 19 / 50%);
}
.text-comp-badge-orange-status\/core-opacity-60 {
  color: rgb(251 100 19 / 60%);
}
.text-comp-badge-orange-status\/core-opacity-70 {
  color: rgb(251 100 19 / 70%);
}
.text-comp-badge-orange-status\/core-opacity-80 {
  color: rgb(251 100 19 / 80%);
}
.text-comp-badge-orange-status\/core-opacity-90 {
  color: rgb(251 100 19 / 90%);
}
.text-comp-badge-purple-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 253 / var(--tw-text-opacity));
}
.text-comp-badge-purple-bg\/0 {
  color: rgb(242 244 253 / 0);
}
.text-comp-badge-purple-bg\/10 {
  color: rgb(242 244 253 / 0.1);
}
.text-comp-badge-purple-bg\/100 {
  color: rgb(242 244 253 / 1);
}
.text-comp-badge-purple-bg\/20 {
  color: rgb(242 244 253 / 0.2);
}
.text-comp-badge-purple-bg\/25 {
  color: rgb(242 244 253 / 0.25);
}
.text-comp-badge-purple-bg\/30 {
  color: rgb(242 244 253 / 0.3);
}
.text-comp-badge-purple-bg\/40 {
  color: rgb(242 244 253 / 0.4);
}
.text-comp-badge-purple-bg\/5 {
  color: rgb(242 244 253 / 0.05);
}
.text-comp-badge-purple-bg\/50 {
  color: rgb(242 244 253 / 0.5);
}
.text-comp-badge-purple-bg\/60 {
  color: rgb(242 244 253 / 0.6);
}
.text-comp-badge-purple-bg\/70 {
  color: rgb(242 244 253 / 0.7);
}
.text-comp-badge-purple-bg\/75 {
  color: rgb(242 244 253 / 0.75);
}
.text-comp-badge-purple-bg\/80 {
  color: rgb(242 244 253 / 0.8);
}
.text-comp-badge-purple-bg\/90 {
  color: rgb(242 244 253 / 0.9);
}
.text-comp-badge-purple-bg\/95 {
  color: rgb(242 244 253 / 0.95);
}
.text-comp-badge-purple-bg\/base-opacity-disabled {
  color: rgb(242 244 253 / 60%);
}
.text-comp-badge-purple-bg\/core-opacity-0 {
  color: rgb(242 244 253 / 0%);
}
.text-comp-badge-purple-bg\/core-opacity-10 {
  color: rgb(242 244 253 / 10%);
}
.text-comp-badge-purple-bg\/core-opacity-100 {
  color: rgb(242 244 253 / 100%);
}
.text-comp-badge-purple-bg\/core-opacity-20 {
  color: rgb(242 244 253 / 20%);
}
.text-comp-badge-purple-bg\/core-opacity-30 {
  color: rgb(242 244 253 / 30%);
}
.text-comp-badge-purple-bg\/core-opacity-40 {
  color: rgb(242 244 253 / 40%);
}
.text-comp-badge-purple-bg\/core-opacity-50 {
  color: rgb(242 244 253 / 50%);
}
.text-comp-badge-purple-bg\/core-opacity-60 {
  color: rgb(242 244 253 / 60%);
}
.text-comp-badge-purple-bg\/core-opacity-70 {
  color: rgb(242 244 253 / 70%);
}
.text-comp-badge-purple-bg\/core-opacity-80 {
  color: rgb(242 244 253 / 80%);
}
.text-comp-badge-purple-bg\/core-opacity-90 {
  color: rgb(242 244 253 / 90%);
}
.text-comp-badge-purple-border {
  --tw-text-opacity: 1;
  color: rgb(174 188 244 / var(--tw-text-opacity));
}
.text-comp-badge-purple-border\/0 {
  color: rgb(174 188 244 / 0);
}
.text-comp-badge-purple-border\/10 {
  color: rgb(174 188 244 / 0.1);
}
.text-comp-badge-purple-border\/100 {
  color: rgb(174 188 244 / 1);
}
.text-comp-badge-purple-border\/20 {
  color: rgb(174 188 244 / 0.2);
}
.text-comp-badge-purple-border\/25 {
  color: rgb(174 188 244 / 0.25);
}
.text-comp-badge-purple-border\/30 {
  color: rgb(174 188 244 / 0.3);
}
.text-comp-badge-purple-border\/40 {
  color: rgb(174 188 244 / 0.4);
}
.text-comp-badge-purple-border\/5 {
  color: rgb(174 188 244 / 0.05);
}
.text-comp-badge-purple-border\/50 {
  color: rgb(174 188 244 / 0.5);
}
.text-comp-badge-purple-border\/60 {
  color: rgb(174 188 244 / 0.6);
}
.text-comp-badge-purple-border\/70 {
  color: rgb(174 188 244 / 0.7);
}
.text-comp-badge-purple-border\/75 {
  color: rgb(174 188 244 / 0.75);
}
.text-comp-badge-purple-border\/80 {
  color: rgb(174 188 244 / 0.8);
}
.text-comp-badge-purple-border\/90 {
  color: rgb(174 188 244 / 0.9);
}
.text-comp-badge-purple-border\/95 {
  color: rgb(174 188 244 / 0.95);
}
.text-comp-badge-purple-border\/base-opacity-disabled {
  color: rgb(174 188 244 / 60%);
}
.text-comp-badge-purple-border\/core-opacity-0 {
  color: rgb(174 188 244 / 0%);
}
.text-comp-badge-purple-border\/core-opacity-10 {
  color: rgb(174 188 244 / 10%);
}
.text-comp-badge-purple-border\/core-opacity-100 {
  color: rgb(174 188 244 / 100%);
}
.text-comp-badge-purple-border\/core-opacity-20 {
  color: rgb(174 188 244 / 20%);
}
.text-comp-badge-purple-border\/core-opacity-30 {
  color: rgb(174 188 244 / 30%);
}
.text-comp-badge-purple-border\/core-opacity-40 {
  color: rgb(174 188 244 / 40%);
}
.text-comp-badge-purple-border\/core-opacity-50 {
  color: rgb(174 188 244 / 50%);
}
.text-comp-badge-purple-border\/core-opacity-60 {
  color: rgb(174 188 244 / 60%);
}
.text-comp-badge-purple-border\/core-opacity-70 {
  color: rgb(174 188 244 / 70%);
}
.text-comp-badge-purple-border\/core-opacity-80 {
  color: rgb(174 188 244 / 80%);
}
.text-comp-badge-purple-border\/core-opacity-90 {
  color: rgb(174 188 244 / 90%);
}
.text-comp-badge-purple-fg {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.text-comp-badge-purple-fg\/0 {
  color: rgb(75 71 189 / 0);
}
.text-comp-badge-purple-fg\/10 {
  color: rgb(75 71 189 / 0.1);
}
.text-comp-badge-purple-fg\/100 {
  color: rgb(75 71 189 / 1);
}
.text-comp-badge-purple-fg\/20 {
  color: rgb(75 71 189 / 0.2);
}
.text-comp-badge-purple-fg\/25 {
  color: rgb(75 71 189 / 0.25);
}
.text-comp-badge-purple-fg\/30 {
  color: rgb(75 71 189 / 0.3);
}
.text-comp-badge-purple-fg\/40 {
  color: rgb(75 71 189 / 0.4);
}
.text-comp-badge-purple-fg\/5 {
  color: rgb(75 71 189 / 0.05);
}
.text-comp-badge-purple-fg\/50 {
  color: rgb(75 71 189 / 0.5);
}
.text-comp-badge-purple-fg\/60 {
  color: rgb(75 71 189 / 0.6);
}
.text-comp-badge-purple-fg\/70 {
  color: rgb(75 71 189 / 0.7);
}
.text-comp-badge-purple-fg\/75 {
  color: rgb(75 71 189 / 0.75);
}
.text-comp-badge-purple-fg\/80 {
  color: rgb(75 71 189 / 0.8);
}
.text-comp-badge-purple-fg\/90 {
  color: rgb(75 71 189 / 0.9);
}
.text-comp-badge-purple-fg\/95 {
  color: rgb(75 71 189 / 0.95);
}
.text-comp-badge-purple-fg\/base-opacity-disabled {
  color: rgb(75 71 189 / 60%);
}
.text-comp-badge-purple-fg\/core-opacity-0 {
  color: rgb(75 71 189 / 0%);
}
.text-comp-badge-purple-fg\/core-opacity-10 {
  color: rgb(75 71 189 / 10%);
}
.text-comp-badge-purple-fg\/core-opacity-100 {
  color: rgb(75 71 189 / 100%);
}
.text-comp-badge-purple-fg\/core-opacity-20 {
  color: rgb(75 71 189 / 20%);
}
.text-comp-badge-purple-fg\/core-opacity-30 {
  color: rgb(75 71 189 / 30%);
}
.text-comp-badge-purple-fg\/core-opacity-40 {
  color: rgb(75 71 189 / 40%);
}
.text-comp-badge-purple-fg\/core-opacity-50 {
  color: rgb(75 71 189 / 50%);
}
.text-comp-badge-purple-fg\/core-opacity-60 {
  color: rgb(75 71 189 / 60%);
}
.text-comp-badge-purple-fg\/core-opacity-70 {
  color: rgb(75 71 189 / 70%);
}
.text-comp-badge-purple-fg\/core-opacity-80 {
  color: rgb(75 71 189 / 80%);
}
.text-comp-badge-purple-fg\/core-opacity-90 {
  color: rgb(75 71 189 / 90%);
}
.text-comp-badge-purple-status {
  --tw-text-opacity: 1;
  color: rgb(114 121 228 / var(--tw-text-opacity));
}
.text-comp-badge-purple-status\/0 {
  color: rgb(114 121 228 / 0);
}
.text-comp-badge-purple-status\/10 {
  color: rgb(114 121 228 / 0.1);
}
.text-comp-badge-purple-status\/100 {
  color: rgb(114 121 228 / 1);
}
.text-comp-badge-purple-status\/20 {
  color: rgb(114 121 228 / 0.2);
}
.text-comp-badge-purple-status\/25 {
  color: rgb(114 121 228 / 0.25);
}
.text-comp-badge-purple-status\/30 {
  color: rgb(114 121 228 / 0.3);
}
.text-comp-badge-purple-status\/40 {
  color: rgb(114 121 228 / 0.4);
}
.text-comp-badge-purple-status\/5 {
  color: rgb(114 121 228 / 0.05);
}
.text-comp-badge-purple-status\/50 {
  color: rgb(114 121 228 / 0.5);
}
.text-comp-badge-purple-status\/60 {
  color: rgb(114 121 228 / 0.6);
}
.text-comp-badge-purple-status\/70 {
  color: rgb(114 121 228 / 0.7);
}
.text-comp-badge-purple-status\/75 {
  color: rgb(114 121 228 / 0.75);
}
.text-comp-badge-purple-status\/80 {
  color: rgb(114 121 228 / 0.8);
}
.text-comp-badge-purple-status\/90 {
  color: rgb(114 121 228 / 0.9);
}
.text-comp-badge-purple-status\/95 {
  color: rgb(114 121 228 / 0.95);
}
.text-comp-badge-purple-status\/base-opacity-disabled {
  color: rgb(114 121 228 / 60%);
}
.text-comp-badge-purple-status\/core-opacity-0 {
  color: rgb(114 121 228 / 0%);
}
.text-comp-badge-purple-status\/core-opacity-10 {
  color: rgb(114 121 228 / 10%);
}
.text-comp-badge-purple-status\/core-opacity-100 {
  color: rgb(114 121 228 / 100%);
}
.text-comp-badge-purple-status\/core-opacity-20 {
  color: rgb(114 121 228 / 20%);
}
.text-comp-badge-purple-status\/core-opacity-30 {
  color: rgb(114 121 228 / 30%);
}
.text-comp-badge-purple-status\/core-opacity-40 {
  color: rgb(114 121 228 / 40%);
}
.text-comp-badge-purple-status\/core-opacity-50 {
  color: rgb(114 121 228 / 50%);
}
.text-comp-badge-purple-status\/core-opacity-60 {
  color: rgb(114 121 228 / 60%);
}
.text-comp-badge-purple-status\/core-opacity-70 {
  color: rgb(114 121 228 / 70%);
}
.text-comp-badge-purple-status\/core-opacity-80 {
  color: rgb(114 121 228 / 80%);
}
.text-comp-badge-purple-status\/core-opacity-90 {
  color: rgb(114 121 228 / 90%);
}
.text-comp-badge-red-bg {
  --tw-text-opacity: 1;
  color: rgb(254 242 241 / var(--tw-text-opacity));
}
.text-comp-badge-red-bg\/0 {
  color: rgb(254 242 241 / 0);
}
.text-comp-badge-red-bg\/10 {
  color: rgb(254 242 241 / 0.1);
}
.text-comp-badge-red-bg\/100 {
  color: rgb(254 242 241 / 1);
}
.text-comp-badge-red-bg\/20 {
  color: rgb(254 242 241 / 0.2);
}
.text-comp-badge-red-bg\/25 {
  color: rgb(254 242 241 / 0.25);
}
.text-comp-badge-red-bg\/30 {
  color: rgb(254 242 241 / 0.3);
}
.text-comp-badge-red-bg\/40 {
  color: rgb(254 242 241 / 0.4);
}
.text-comp-badge-red-bg\/5 {
  color: rgb(254 242 241 / 0.05);
}
.text-comp-badge-red-bg\/50 {
  color: rgb(254 242 241 / 0.5);
}
.text-comp-badge-red-bg\/60 {
  color: rgb(254 242 241 / 0.6);
}
.text-comp-badge-red-bg\/70 {
  color: rgb(254 242 241 / 0.7);
}
.text-comp-badge-red-bg\/75 {
  color: rgb(254 242 241 / 0.75);
}
.text-comp-badge-red-bg\/80 {
  color: rgb(254 242 241 / 0.8);
}
.text-comp-badge-red-bg\/90 {
  color: rgb(254 242 241 / 0.9);
}
.text-comp-badge-red-bg\/95 {
  color: rgb(254 242 241 / 0.95);
}
.text-comp-badge-red-bg\/base-opacity-disabled {
  color: rgb(254 242 241 / 60%);
}
.text-comp-badge-red-bg\/core-opacity-0 {
  color: rgb(254 242 241 / 0%);
}
.text-comp-badge-red-bg\/core-opacity-10 {
  color: rgb(254 242 241 / 10%);
}
.text-comp-badge-red-bg\/core-opacity-100 {
  color: rgb(254 242 241 / 100%);
}
.text-comp-badge-red-bg\/core-opacity-20 {
  color: rgb(254 242 241 / 20%);
}
.text-comp-badge-red-bg\/core-opacity-30 {
  color: rgb(254 242 241 / 30%);
}
.text-comp-badge-red-bg\/core-opacity-40 {
  color: rgb(254 242 241 / 40%);
}
.text-comp-badge-red-bg\/core-opacity-50 {
  color: rgb(254 242 241 / 50%);
}
.text-comp-badge-red-bg\/core-opacity-60 {
  color: rgb(254 242 241 / 60%);
}
.text-comp-badge-red-bg\/core-opacity-70 {
  color: rgb(254 242 241 / 70%);
}
.text-comp-badge-red-bg\/core-opacity-80 {
  color: rgb(254 242 241 / 80%);
}
.text-comp-badge-red-bg\/core-opacity-90 {
  color: rgb(254 242 241 / 90%);
}
.text-comp-badge-red-border {
  --tw-text-opacity: 1;
  color: rgb(254 203 200 / var(--tw-text-opacity));
}
.text-comp-badge-red-border\/0 {
  color: rgb(254 203 200 / 0);
}
.text-comp-badge-red-border\/10 {
  color: rgb(254 203 200 / 0.1);
}
.text-comp-badge-red-border\/100 {
  color: rgb(254 203 200 / 1);
}
.text-comp-badge-red-border\/20 {
  color: rgb(254 203 200 / 0.2);
}
.text-comp-badge-red-border\/25 {
  color: rgb(254 203 200 / 0.25);
}
.text-comp-badge-red-border\/30 {
  color: rgb(254 203 200 / 0.3);
}
.text-comp-badge-red-border\/40 {
  color: rgb(254 203 200 / 0.4);
}
.text-comp-badge-red-border\/5 {
  color: rgb(254 203 200 / 0.05);
}
.text-comp-badge-red-border\/50 {
  color: rgb(254 203 200 / 0.5);
}
.text-comp-badge-red-border\/60 {
  color: rgb(254 203 200 / 0.6);
}
.text-comp-badge-red-border\/70 {
  color: rgb(254 203 200 / 0.7);
}
.text-comp-badge-red-border\/75 {
  color: rgb(254 203 200 / 0.75);
}
.text-comp-badge-red-border\/80 {
  color: rgb(254 203 200 / 0.8);
}
.text-comp-badge-red-border\/90 {
  color: rgb(254 203 200 / 0.9);
}
.text-comp-badge-red-border\/95 {
  color: rgb(254 203 200 / 0.95);
}
.text-comp-badge-red-border\/base-opacity-disabled {
  color: rgb(254 203 200 / 60%);
}
.text-comp-badge-red-border\/core-opacity-0 {
  color: rgb(254 203 200 / 0%);
}
.text-comp-badge-red-border\/core-opacity-10 {
  color: rgb(254 203 200 / 10%);
}
.text-comp-badge-red-border\/core-opacity-100 {
  color: rgb(254 203 200 / 100%);
}
.text-comp-badge-red-border\/core-opacity-20 {
  color: rgb(254 203 200 / 20%);
}
.text-comp-badge-red-border\/core-opacity-30 {
  color: rgb(254 203 200 / 30%);
}
.text-comp-badge-red-border\/core-opacity-40 {
  color: rgb(254 203 200 / 40%);
}
.text-comp-badge-red-border\/core-opacity-50 {
  color: rgb(254 203 200 / 50%);
}
.text-comp-badge-red-border\/core-opacity-60 {
  color: rgb(254 203 200 / 60%);
}
.text-comp-badge-red-border\/core-opacity-70 {
  color: rgb(254 203 200 / 70%);
}
.text-comp-badge-red-border\/core-opacity-80 {
  color: rgb(254 203 200 / 80%);
}
.text-comp-badge-red-border\/core-opacity-90 {
  color: rgb(254 203 200 / 90%);
}
.text-comp-badge-red-fg {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-badge-red-fg\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-badge-red-fg\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-badge-red-fg\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-badge-red-fg\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-badge-red-fg\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-badge-red-fg\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-badge-red-fg\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-badge-red-fg\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-badge-red-fg\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-badge-red-fg\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-badge-red-fg\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-badge-red-fg\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-badge-red-fg\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-badge-red-fg\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-badge-red-fg\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-badge-red-fg\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-badge-red-fg\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-badge-red-fg\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-badge-red-fg\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-badge-red-fg\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-badge-red-fg\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-badge-red-fg\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-badge-red-fg\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-badge-red-fg\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-badge-red-fg\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-badge-red-fg\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-badge-red-fg\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-badge-red-status {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-comp-badge-red-status\/0 {
  color: rgb(240 68 56 / 0);
}
.text-comp-badge-red-status\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-comp-badge-red-status\/100 {
  color: rgb(240 68 56 / 1);
}
.text-comp-badge-red-status\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-comp-badge-red-status\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-comp-badge-red-status\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-comp-badge-red-status\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-comp-badge-red-status\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-comp-badge-red-status\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-comp-badge-red-status\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-comp-badge-red-status\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-comp-badge-red-status\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-comp-badge-red-status\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-comp-badge-red-status\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-comp-badge-red-status\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-comp-badge-red-status\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-comp-badge-red-status\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-comp-badge-red-status\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-comp-badge-red-status\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-comp-badge-red-status\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-comp-badge-red-status\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-comp-badge-red-status\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-comp-badge-red-status\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-comp-badge-red-status\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-comp-badge-red-status\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-comp-badge-red-status\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-comp-badge-red-status\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-comp-badge-rose-bg {
  --tw-text-opacity: 1;
  color: rgb(255 240 242 / var(--tw-text-opacity));
}
.text-comp-badge-rose-bg\/0 {
  color: rgb(255 240 242 / 0);
}
.text-comp-badge-rose-bg\/10 {
  color: rgb(255 240 242 / 0.1);
}
.text-comp-badge-rose-bg\/100 {
  color: rgb(255 240 242 / 1);
}
.text-comp-badge-rose-bg\/20 {
  color: rgb(255 240 242 / 0.2);
}
.text-comp-badge-rose-bg\/25 {
  color: rgb(255 240 242 / 0.25);
}
.text-comp-badge-rose-bg\/30 {
  color: rgb(255 240 242 / 0.3);
}
.text-comp-badge-rose-bg\/40 {
  color: rgb(255 240 242 / 0.4);
}
.text-comp-badge-rose-bg\/5 {
  color: rgb(255 240 242 / 0.05);
}
.text-comp-badge-rose-bg\/50 {
  color: rgb(255 240 242 / 0.5);
}
.text-comp-badge-rose-bg\/60 {
  color: rgb(255 240 242 / 0.6);
}
.text-comp-badge-rose-bg\/70 {
  color: rgb(255 240 242 / 0.7);
}
.text-comp-badge-rose-bg\/75 {
  color: rgb(255 240 242 / 0.75);
}
.text-comp-badge-rose-bg\/80 {
  color: rgb(255 240 242 / 0.8);
}
.text-comp-badge-rose-bg\/90 {
  color: rgb(255 240 242 / 0.9);
}
.text-comp-badge-rose-bg\/95 {
  color: rgb(255 240 242 / 0.95);
}
.text-comp-badge-rose-bg\/base-opacity-disabled {
  color: rgb(255 240 242 / 60%);
}
.text-comp-badge-rose-bg\/core-opacity-0 {
  color: rgb(255 240 242 / 0%);
}
.text-comp-badge-rose-bg\/core-opacity-10 {
  color: rgb(255 240 242 / 10%);
}
.text-comp-badge-rose-bg\/core-opacity-100 {
  color: rgb(255 240 242 / 100%);
}
.text-comp-badge-rose-bg\/core-opacity-20 {
  color: rgb(255 240 242 / 20%);
}
.text-comp-badge-rose-bg\/core-opacity-30 {
  color: rgb(255 240 242 / 30%);
}
.text-comp-badge-rose-bg\/core-opacity-40 {
  color: rgb(255 240 242 / 40%);
}
.text-comp-badge-rose-bg\/core-opacity-50 {
  color: rgb(255 240 242 / 50%);
}
.text-comp-badge-rose-bg\/core-opacity-60 {
  color: rgb(255 240 242 / 60%);
}
.text-comp-badge-rose-bg\/core-opacity-70 {
  color: rgb(255 240 242 / 70%);
}
.text-comp-badge-rose-bg\/core-opacity-80 {
  color: rgb(255 240 242 / 80%);
}
.text-comp-badge-rose-bg\/core-opacity-90 {
  color: rgb(255 240 242 / 90%);
}
.text-comp-badge-rose-border {
  --tw-text-opacity: 1;
  color: rgb(254 205 214 / var(--tw-text-opacity));
}
.text-comp-badge-rose-border\/0 {
  color: rgb(254 205 214 / 0);
}
.text-comp-badge-rose-border\/10 {
  color: rgb(254 205 214 / 0.1);
}
.text-comp-badge-rose-border\/100 {
  color: rgb(254 205 214 / 1);
}
.text-comp-badge-rose-border\/20 {
  color: rgb(254 205 214 / 0.2);
}
.text-comp-badge-rose-border\/25 {
  color: rgb(254 205 214 / 0.25);
}
.text-comp-badge-rose-border\/30 {
  color: rgb(254 205 214 / 0.3);
}
.text-comp-badge-rose-border\/40 {
  color: rgb(254 205 214 / 0.4);
}
.text-comp-badge-rose-border\/5 {
  color: rgb(254 205 214 / 0.05);
}
.text-comp-badge-rose-border\/50 {
  color: rgb(254 205 214 / 0.5);
}
.text-comp-badge-rose-border\/60 {
  color: rgb(254 205 214 / 0.6);
}
.text-comp-badge-rose-border\/70 {
  color: rgb(254 205 214 / 0.7);
}
.text-comp-badge-rose-border\/75 {
  color: rgb(254 205 214 / 0.75);
}
.text-comp-badge-rose-border\/80 {
  color: rgb(254 205 214 / 0.8);
}
.text-comp-badge-rose-border\/90 {
  color: rgb(254 205 214 / 0.9);
}
.text-comp-badge-rose-border\/95 {
  color: rgb(254 205 214 / 0.95);
}
.text-comp-badge-rose-border\/base-opacity-disabled {
  color: rgb(254 205 214 / 60%);
}
.text-comp-badge-rose-border\/core-opacity-0 {
  color: rgb(254 205 214 / 0%);
}
.text-comp-badge-rose-border\/core-opacity-10 {
  color: rgb(254 205 214 / 10%);
}
.text-comp-badge-rose-border\/core-opacity-100 {
  color: rgb(254 205 214 / 100%);
}
.text-comp-badge-rose-border\/core-opacity-20 {
  color: rgb(254 205 214 / 20%);
}
.text-comp-badge-rose-border\/core-opacity-30 {
  color: rgb(254 205 214 / 30%);
}
.text-comp-badge-rose-border\/core-opacity-40 {
  color: rgb(254 205 214 / 40%);
}
.text-comp-badge-rose-border\/core-opacity-50 {
  color: rgb(254 205 214 / 50%);
}
.text-comp-badge-rose-border\/core-opacity-60 {
  color: rgb(254 205 214 / 60%);
}
.text-comp-badge-rose-border\/core-opacity-70 {
  color: rgb(254 205 214 / 70%);
}
.text-comp-badge-rose-border\/core-opacity-80 {
  color: rgb(254 205 214 / 80%);
}
.text-comp-badge-rose-border\/core-opacity-90 {
  color: rgb(254 205 214 / 90%);
}
.text-comp-badge-rose-fg {
  --tw-text-opacity: 1;
  color: rgb(228 27 84 / var(--tw-text-opacity));
}
.text-comp-badge-rose-fg\/0 {
  color: rgb(228 27 84 / 0);
}
.text-comp-badge-rose-fg\/10 {
  color: rgb(228 27 84 / 0.1);
}
.text-comp-badge-rose-fg\/100 {
  color: rgb(228 27 84 / 1);
}
.text-comp-badge-rose-fg\/20 {
  color: rgb(228 27 84 / 0.2);
}
.text-comp-badge-rose-fg\/25 {
  color: rgb(228 27 84 / 0.25);
}
.text-comp-badge-rose-fg\/30 {
  color: rgb(228 27 84 / 0.3);
}
.text-comp-badge-rose-fg\/40 {
  color: rgb(228 27 84 / 0.4);
}
.text-comp-badge-rose-fg\/5 {
  color: rgb(228 27 84 / 0.05);
}
.text-comp-badge-rose-fg\/50 {
  color: rgb(228 27 84 / 0.5);
}
.text-comp-badge-rose-fg\/60 {
  color: rgb(228 27 84 / 0.6);
}
.text-comp-badge-rose-fg\/70 {
  color: rgb(228 27 84 / 0.7);
}
.text-comp-badge-rose-fg\/75 {
  color: rgb(228 27 84 / 0.75);
}
.text-comp-badge-rose-fg\/80 {
  color: rgb(228 27 84 / 0.8);
}
.text-comp-badge-rose-fg\/90 {
  color: rgb(228 27 84 / 0.9);
}
.text-comp-badge-rose-fg\/95 {
  color: rgb(228 27 84 / 0.95);
}
.text-comp-badge-rose-fg\/base-opacity-disabled {
  color: rgb(228 27 84 / 60%);
}
.text-comp-badge-rose-fg\/core-opacity-0 {
  color: rgb(228 27 84 / 0%);
}
.text-comp-badge-rose-fg\/core-opacity-10 {
  color: rgb(228 27 84 / 10%);
}
.text-comp-badge-rose-fg\/core-opacity-100 {
  color: rgb(228 27 84 / 100%);
}
.text-comp-badge-rose-fg\/core-opacity-20 {
  color: rgb(228 27 84 / 20%);
}
.text-comp-badge-rose-fg\/core-opacity-30 {
  color: rgb(228 27 84 / 30%);
}
.text-comp-badge-rose-fg\/core-opacity-40 {
  color: rgb(228 27 84 / 40%);
}
.text-comp-badge-rose-fg\/core-opacity-50 {
  color: rgb(228 27 84 / 50%);
}
.text-comp-badge-rose-fg\/core-opacity-60 {
  color: rgb(228 27 84 / 60%);
}
.text-comp-badge-rose-fg\/core-opacity-70 {
  color: rgb(228 27 84 / 70%);
}
.text-comp-badge-rose-fg\/core-opacity-80 {
  color: rgb(228 27 84 / 80%);
}
.text-comp-badge-rose-fg\/core-opacity-90 {
  color: rgb(228 27 84 / 90%);
}
.text-comp-badge-rose-status {
  --tw-text-opacity: 1;
  color: rgb(246 60 103 / var(--tw-text-opacity));
}
.text-comp-badge-rose-status\/0 {
  color: rgb(246 60 103 / 0);
}
.text-comp-badge-rose-status\/10 {
  color: rgb(246 60 103 / 0.1);
}
.text-comp-badge-rose-status\/100 {
  color: rgb(246 60 103 / 1);
}
.text-comp-badge-rose-status\/20 {
  color: rgb(246 60 103 / 0.2);
}
.text-comp-badge-rose-status\/25 {
  color: rgb(246 60 103 / 0.25);
}
.text-comp-badge-rose-status\/30 {
  color: rgb(246 60 103 / 0.3);
}
.text-comp-badge-rose-status\/40 {
  color: rgb(246 60 103 / 0.4);
}
.text-comp-badge-rose-status\/5 {
  color: rgb(246 60 103 / 0.05);
}
.text-comp-badge-rose-status\/50 {
  color: rgb(246 60 103 / 0.5);
}
.text-comp-badge-rose-status\/60 {
  color: rgb(246 60 103 / 0.6);
}
.text-comp-badge-rose-status\/70 {
  color: rgb(246 60 103 / 0.7);
}
.text-comp-badge-rose-status\/75 {
  color: rgb(246 60 103 / 0.75);
}
.text-comp-badge-rose-status\/80 {
  color: rgb(246 60 103 / 0.8);
}
.text-comp-badge-rose-status\/90 {
  color: rgb(246 60 103 / 0.9);
}
.text-comp-badge-rose-status\/95 {
  color: rgb(246 60 103 / 0.95);
}
.text-comp-badge-rose-status\/base-opacity-disabled {
  color: rgb(246 60 103 / 60%);
}
.text-comp-badge-rose-status\/core-opacity-0 {
  color: rgb(246 60 103 / 0%);
}
.text-comp-badge-rose-status\/core-opacity-10 {
  color: rgb(246 60 103 / 10%);
}
.text-comp-badge-rose-status\/core-opacity-100 {
  color: rgb(246 60 103 / 100%);
}
.text-comp-badge-rose-status\/core-opacity-20 {
  color: rgb(246 60 103 / 20%);
}
.text-comp-badge-rose-status\/core-opacity-30 {
  color: rgb(246 60 103 / 30%);
}
.text-comp-badge-rose-status\/core-opacity-40 {
  color: rgb(246 60 103 / 40%);
}
.text-comp-badge-rose-status\/core-opacity-50 {
  color: rgb(246 60 103 / 50%);
}
.text-comp-badge-rose-status\/core-opacity-60 {
  color: rgb(246 60 103 / 60%);
}
.text-comp-badge-rose-status\/core-opacity-70 {
  color: rgb(246 60 103 / 70%);
}
.text-comp-badge-rose-status\/core-opacity-80 {
  color: rgb(246 60 103 / 80%);
}
.text-comp-badge-rose-status\/core-opacity-90 {
  color: rgb(246 60 103 / 90%);
}
.text-comp-badge-teal-bg {
  --tw-text-opacity: 1;
  color: rgb(242 253 250 / var(--tw-text-opacity));
}
.text-comp-badge-teal-bg\/0 {
  color: rgb(242 253 250 / 0);
}
.text-comp-badge-teal-bg\/10 {
  color: rgb(242 253 250 / 0.1);
}
.text-comp-badge-teal-bg\/100 {
  color: rgb(242 253 250 / 1);
}
.text-comp-badge-teal-bg\/20 {
  color: rgb(242 253 250 / 0.2);
}
.text-comp-badge-teal-bg\/25 {
  color: rgb(242 253 250 / 0.25);
}
.text-comp-badge-teal-bg\/30 {
  color: rgb(242 253 250 / 0.3);
}
.text-comp-badge-teal-bg\/40 {
  color: rgb(242 253 250 / 0.4);
}
.text-comp-badge-teal-bg\/5 {
  color: rgb(242 253 250 / 0.05);
}
.text-comp-badge-teal-bg\/50 {
  color: rgb(242 253 250 / 0.5);
}
.text-comp-badge-teal-bg\/60 {
  color: rgb(242 253 250 / 0.6);
}
.text-comp-badge-teal-bg\/70 {
  color: rgb(242 253 250 / 0.7);
}
.text-comp-badge-teal-bg\/75 {
  color: rgb(242 253 250 / 0.75);
}
.text-comp-badge-teal-bg\/80 {
  color: rgb(242 253 250 / 0.8);
}
.text-comp-badge-teal-bg\/90 {
  color: rgb(242 253 250 / 0.9);
}
.text-comp-badge-teal-bg\/95 {
  color: rgb(242 253 250 / 0.95);
}
.text-comp-badge-teal-bg\/base-opacity-disabled {
  color: rgb(242 253 250 / 60%);
}
.text-comp-badge-teal-bg\/core-opacity-0 {
  color: rgb(242 253 250 / 0%);
}
.text-comp-badge-teal-bg\/core-opacity-10 {
  color: rgb(242 253 250 / 10%);
}
.text-comp-badge-teal-bg\/core-opacity-100 {
  color: rgb(242 253 250 / 100%);
}
.text-comp-badge-teal-bg\/core-opacity-20 {
  color: rgb(242 253 250 / 20%);
}
.text-comp-badge-teal-bg\/core-opacity-30 {
  color: rgb(242 253 250 / 30%);
}
.text-comp-badge-teal-bg\/core-opacity-40 {
  color: rgb(242 253 250 / 40%);
}
.text-comp-badge-teal-bg\/core-opacity-50 {
  color: rgb(242 253 250 / 50%);
}
.text-comp-badge-teal-bg\/core-opacity-60 {
  color: rgb(242 253 250 / 60%);
}
.text-comp-badge-teal-bg\/core-opacity-70 {
  color: rgb(242 253 250 / 70%);
}
.text-comp-badge-teal-bg\/core-opacity-80 {
  color: rgb(242 253 250 / 80%);
}
.text-comp-badge-teal-bg\/core-opacity-90 {
  color: rgb(242 253 250 / 90%);
}
.text-comp-badge-teal-border {
  --tw-text-opacity: 1;
  color: rgb(152 246 224 / var(--tw-text-opacity));
}
.text-comp-badge-teal-border\/0 {
  color: rgb(152 246 224 / 0);
}
.text-comp-badge-teal-border\/10 {
  color: rgb(152 246 224 / 0.1);
}
.text-comp-badge-teal-border\/100 {
  color: rgb(152 246 224 / 1);
}
.text-comp-badge-teal-border\/20 {
  color: rgb(152 246 224 / 0.2);
}
.text-comp-badge-teal-border\/25 {
  color: rgb(152 246 224 / 0.25);
}
.text-comp-badge-teal-border\/30 {
  color: rgb(152 246 224 / 0.3);
}
.text-comp-badge-teal-border\/40 {
  color: rgb(152 246 224 / 0.4);
}
.text-comp-badge-teal-border\/5 {
  color: rgb(152 246 224 / 0.05);
}
.text-comp-badge-teal-border\/50 {
  color: rgb(152 246 224 / 0.5);
}
.text-comp-badge-teal-border\/60 {
  color: rgb(152 246 224 / 0.6);
}
.text-comp-badge-teal-border\/70 {
  color: rgb(152 246 224 / 0.7);
}
.text-comp-badge-teal-border\/75 {
  color: rgb(152 246 224 / 0.75);
}
.text-comp-badge-teal-border\/80 {
  color: rgb(152 246 224 / 0.8);
}
.text-comp-badge-teal-border\/90 {
  color: rgb(152 246 224 / 0.9);
}
.text-comp-badge-teal-border\/95 {
  color: rgb(152 246 224 / 0.95);
}
.text-comp-badge-teal-border\/base-opacity-disabled {
  color: rgb(152 246 224 / 60%);
}
.text-comp-badge-teal-border\/core-opacity-0 {
  color: rgb(152 246 224 / 0%);
}
.text-comp-badge-teal-border\/core-opacity-10 {
  color: rgb(152 246 224 / 10%);
}
.text-comp-badge-teal-border\/core-opacity-100 {
  color: rgb(152 246 224 / 100%);
}
.text-comp-badge-teal-border\/core-opacity-20 {
  color: rgb(152 246 224 / 20%);
}
.text-comp-badge-teal-border\/core-opacity-30 {
  color: rgb(152 246 224 / 30%);
}
.text-comp-badge-teal-border\/core-opacity-40 {
  color: rgb(152 246 224 / 40%);
}
.text-comp-badge-teal-border\/core-opacity-50 {
  color: rgb(152 246 224 / 50%);
}
.text-comp-badge-teal-border\/core-opacity-60 {
  color: rgb(152 246 224 / 60%);
}
.text-comp-badge-teal-border\/core-opacity-70 {
  color: rgb(152 246 224 / 70%);
}
.text-comp-badge-teal-border\/core-opacity-80 {
  color: rgb(152 246 224 / 80%);
}
.text-comp-badge-teal-border\/core-opacity-90 {
  color: rgb(152 246 224 / 90%);
}
.text-comp-badge-teal-fg {
  --tw-text-opacity: 1;
  color: rgb(14 149 134 / var(--tw-text-opacity));
}
.text-comp-badge-teal-fg\/0 {
  color: rgb(14 149 134 / 0);
}
.text-comp-badge-teal-fg\/10 {
  color: rgb(14 149 134 / 0.1);
}
.text-comp-badge-teal-fg\/100 {
  color: rgb(14 149 134 / 1);
}
.text-comp-badge-teal-fg\/20 {
  color: rgb(14 149 134 / 0.2);
}
.text-comp-badge-teal-fg\/25 {
  color: rgb(14 149 134 / 0.25);
}
.text-comp-badge-teal-fg\/30 {
  color: rgb(14 149 134 / 0.3);
}
.text-comp-badge-teal-fg\/40 {
  color: rgb(14 149 134 / 0.4);
}
.text-comp-badge-teal-fg\/5 {
  color: rgb(14 149 134 / 0.05);
}
.text-comp-badge-teal-fg\/50 {
  color: rgb(14 149 134 / 0.5);
}
.text-comp-badge-teal-fg\/60 {
  color: rgb(14 149 134 / 0.6);
}
.text-comp-badge-teal-fg\/70 {
  color: rgb(14 149 134 / 0.7);
}
.text-comp-badge-teal-fg\/75 {
  color: rgb(14 149 134 / 0.75);
}
.text-comp-badge-teal-fg\/80 {
  color: rgb(14 149 134 / 0.8);
}
.text-comp-badge-teal-fg\/90 {
  color: rgb(14 149 134 / 0.9);
}
.text-comp-badge-teal-fg\/95 {
  color: rgb(14 149 134 / 0.95);
}
.text-comp-badge-teal-fg\/base-opacity-disabled {
  color: rgb(14 149 134 / 60%);
}
.text-comp-badge-teal-fg\/core-opacity-0 {
  color: rgb(14 149 134 / 0%);
}
.text-comp-badge-teal-fg\/core-opacity-10 {
  color: rgb(14 149 134 / 10%);
}
.text-comp-badge-teal-fg\/core-opacity-100 {
  color: rgb(14 149 134 / 100%);
}
.text-comp-badge-teal-fg\/core-opacity-20 {
  color: rgb(14 149 134 / 20%);
}
.text-comp-badge-teal-fg\/core-opacity-30 {
  color: rgb(14 149 134 / 30%);
}
.text-comp-badge-teal-fg\/core-opacity-40 {
  color: rgb(14 149 134 / 40%);
}
.text-comp-badge-teal-fg\/core-opacity-50 {
  color: rgb(14 149 134 / 50%);
}
.text-comp-badge-teal-fg\/core-opacity-60 {
  color: rgb(14 149 134 / 60%);
}
.text-comp-badge-teal-fg\/core-opacity-70 {
  color: rgb(14 149 134 / 70%);
}
.text-comp-badge-teal-fg\/core-opacity-80 {
  color: rgb(14 149 134 / 80%);
}
.text-comp-badge-teal-fg\/core-opacity-90 {
  color: rgb(14 149 134 / 90%);
}
.text-comp-badge-teal-status {
  --tw-text-opacity: 1;
  color: rgb(21 183 158 / var(--tw-text-opacity));
}
.text-comp-badge-teal-status\/0 {
  color: rgb(21 183 158 / 0);
}
.text-comp-badge-teal-status\/10 {
  color: rgb(21 183 158 / 0.1);
}
.text-comp-badge-teal-status\/100 {
  color: rgb(21 183 158 / 1);
}
.text-comp-badge-teal-status\/20 {
  color: rgb(21 183 158 / 0.2);
}
.text-comp-badge-teal-status\/25 {
  color: rgb(21 183 158 / 0.25);
}
.text-comp-badge-teal-status\/30 {
  color: rgb(21 183 158 / 0.3);
}
.text-comp-badge-teal-status\/40 {
  color: rgb(21 183 158 / 0.4);
}
.text-comp-badge-teal-status\/5 {
  color: rgb(21 183 158 / 0.05);
}
.text-comp-badge-teal-status\/50 {
  color: rgb(21 183 158 / 0.5);
}
.text-comp-badge-teal-status\/60 {
  color: rgb(21 183 158 / 0.6);
}
.text-comp-badge-teal-status\/70 {
  color: rgb(21 183 158 / 0.7);
}
.text-comp-badge-teal-status\/75 {
  color: rgb(21 183 158 / 0.75);
}
.text-comp-badge-teal-status\/80 {
  color: rgb(21 183 158 / 0.8);
}
.text-comp-badge-teal-status\/90 {
  color: rgb(21 183 158 / 0.9);
}
.text-comp-badge-teal-status\/95 {
  color: rgb(21 183 158 / 0.95);
}
.text-comp-badge-teal-status\/base-opacity-disabled {
  color: rgb(21 183 158 / 60%);
}
.text-comp-badge-teal-status\/core-opacity-0 {
  color: rgb(21 183 158 / 0%);
}
.text-comp-badge-teal-status\/core-opacity-10 {
  color: rgb(21 183 158 / 10%);
}
.text-comp-badge-teal-status\/core-opacity-100 {
  color: rgb(21 183 158 / 100%);
}
.text-comp-badge-teal-status\/core-opacity-20 {
  color: rgb(21 183 158 / 20%);
}
.text-comp-badge-teal-status\/core-opacity-30 {
  color: rgb(21 183 158 / 30%);
}
.text-comp-badge-teal-status\/core-opacity-40 {
  color: rgb(21 183 158 / 40%);
}
.text-comp-badge-teal-status\/core-opacity-50 {
  color: rgb(21 183 158 / 50%);
}
.text-comp-badge-teal-status\/core-opacity-60 {
  color: rgb(21 183 158 / 60%);
}
.text-comp-badge-teal-status\/core-opacity-70 {
  color: rgb(21 183 158 / 70%);
}
.text-comp-badge-teal-status\/core-opacity-80 {
  color: rgb(21 183 158 / 80%);
}
.text-comp-badge-teal-status\/core-opacity-90 {
  color: rgb(21 183 158 / 90%);
}
.text-comp-badge-violet-bg {
  --tw-text-opacity: 1;
  color: rgb(247 245 255 / var(--tw-text-opacity));
}
.text-comp-badge-violet-bg\/0 {
  color: rgb(247 245 255 / 0);
}
.text-comp-badge-violet-bg\/10 {
  color: rgb(247 245 255 / 0.1);
}
.text-comp-badge-violet-bg\/100 {
  color: rgb(247 245 255 / 1);
}
.text-comp-badge-violet-bg\/20 {
  color: rgb(247 245 255 / 0.2);
}
.text-comp-badge-violet-bg\/25 {
  color: rgb(247 245 255 / 0.25);
}
.text-comp-badge-violet-bg\/30 {
  color: rgb(247 245 255 / 0.3);
}
.text-comp-badge-violet-bg\/40 {
  color: rgb(247 245 255 / 0.4);
}
.text-comp-badge-violet-bg\/5 {
  color: rgb(247 245 255 / 0.05);
}
.text-comp-badge-violet-bg\/50 {
  color: rgb(247 245 255 / 0.5);
}
.text-comp-badge-violet-bg\/60 {
  color: rgb(247 245 255 / 0.6);
}
.text-comp-badge-violet-bg\/70 {
  color: rgb(247 245 255 / 0.7);
}
.text-comp-badge-violet-bg\/75 {
  color: rgb(247 245 255 / 0.75);
}
.text-comp-badge-violet-bg\/80 {
  color: rgb(247 245 255 / 0.8);
}
.text-comp-badge-violet-bg\/90 {
  color: rgb(247 245 255 / 0.9);
}
.text-comp-badge-violet-bg\/95 {
  color: rgb(247 245 255 / 0.95);
}
.text-comp-badge-violet-bg\/base-opacity-disabled {
  color: rgb(247 245 255 / 60%);
}
.text-comp-badge-violet-bg\/core-opacity-0 {
  color: rgb(247 245 255 / 0%);
}
.text-comp-badge-violet-bg\/core-opacity-10 {
  color: rgb(247 245 255 / 10%);
}
.text-comp-badge-violet-bg\/core-opacity-100 {
  color: rgb(247 245 255 / 100%);
}
.text-comp-badge-violet-bg\/core-opacity-20 {
  color: rgb(247 245 255 / 20%);
}
.text-comp-badge-violet-bg\/core-opacity-30 {
  color: rgb(247 245 255 / 30%);
}
.text-comp-badge-violet-bg\/core-opacity-40 {
  color: rgb(247 245 255 / 40%);
}
.text-comp-badge-violet-bg\/core-opacity-50 {
  color: rgb(247 245 255 / 50%);
}
.text-comp-badge-violet-bg\/core-opacity-60 {
  color: rgb(247 245 255 / 60%);
}
.text-comp-badge-violet-bg\/core-opacity-70 {
  color: rgb(247 245 255 / 70%);
}
.text-comp-badge-violet-bg\/core-opacity-80 {
  color: rgb(247 245 255 / 80%);
}
.text-comp-badge-violet-bg\/core-opacity-90 {
  color: rgb(247 245 255 / 90%);
}
.text-comp-badge-violet-border {
  --tw-text-opacity: 1;
  color: rgb(222 215 254 / var(--tw-text-opacity));
}
.text-comp-badge-violet-border\/0 {
  color: rgb(222 215 254 / 0);
}
.text-comp-badge-violet-border\/10 {
  color: rgb(222 215 254 / 0.1);
}
.text-comp-badge-violet-border\/100 {
  color: rgb(222 215 254 / 1);
}
.text-comp-badge-violet-border\/20 {
  color: rgb(222 215 254 / 0.2);
}
.text-comp-badge-violet-border\/25 {
  color: rgb(222 215 254 / 0.25);
}
.text-comp-badge-violet-border\/30 {
  color: rgb(222 215 254 / 0.3);
}
.text-comp-badge-violet-border\/40 {
  color: rgb(222 215 254 / 0.4);
}
.text-comp-badge-violet-border\/5 {
  color: rgb(222 215 254 / 0.05);
}
.text-comp-badge-violet-border\/50 {
  color: rgb(222 215 254 / 0.5);
}
.text-comp-badge-violet-border\/60 {
  color: rgb(222 215 254 / 0.6);
}
.text-comp-badge-violet-border\/70 {
  color: rgb(222 215 254 / 0.7);
}
.text-comp-badge-violet-border\/75 {
  color: rgb(222 215 254 / 0.75);
}
.text-comp-badge-violet-border\/80 {
  color: rgb(222 215 254 / 0.8);
}
.text-comp-badge-violet-border\/90 {
  color: rgb(222 215 254 / 0.9);
}
.text-comp-badge-violet-border\/95 {
  color: rgb(222 215 254 / 0.95);
}
.text-comp-badge-violet-border\/base-opacity-disabled {
  color: rgb(222 215 254 / 60%);
}
.text-comp-badge-violet-border\/core-opacity-0 {
  color: rgb(222 215 254 / 0%);
}
.text-comp-badge-violet-border\/core-opacity-10 {
  color: rgb(222 215 254 / 10%);
}
.text-comp-badge-violet-border\/core-opacity-100 {
  color: rgb(222 215 254 / 100%);
}
.text-comp-badge-violet-border\/core-opacity-20 {
  color: rgb(222 215 254 / 20%);
}
.text-comp-badge-violet-border\/core-opacity-30 {
  color: rgb(222 215 254 / 30%);
}
.text-comp-badge-violet-border\/core-opacity-40 {
  color: rgb(222 215 254 / 40%);
}
.text-comp-badge-violet-border\/core-opacity-50 {
  color: rgb(222 215 254 / 50%);
}
.text-comp-badge-violet-border\/core-opacity-60 {
  color: rgb(222 215 254 / 60%);
}
.text-comp-badge-violet-border\/core-opacity-70 {
  color: rgb(222 215 254 / 70%);
}
.text-comp-badge-violet-border\/core-opacity-80 {
  color: rgb(222 215 254 / 80%);
}
.text-comp-badge-violet-border\/core-opacity-90 {
  color: rgb(222 215 254 / 90%);
}
.text-comp-badge-violet-fg {
  --tw-text-opacity: 1;
  color: rgb(121 58 238 / var(--tw-text-opacity));
}
.text-comp-badge-violet-fg\/0 {
  color: rgb(121 58 238 / 0);
}
.text-comp-badge-violet-fg\/10 {
  color: rgb(121 58 238 / 0.1);
}
.text-comp-badge-violet-fg\/100 {
  color: rgb(121 58 238 / 1);
}
.text-comp-badge-violet-fg\/20 {
  color: rgb(121 58 238 / 0.2);
}
.text-comp-badge-violet-fg\/25 {
  color: rgb(121 58 238 / 0.25);
}
.text-comp-badge-violet-fg\/30 {
  color: rgb(121 58 238 / 0.3);
}
.text-comp-badge-violet-fg\/40 {
  color: rgb(121 58 238 / 0.4);
}
.text-comp-badge-violet-fg\/5 {
  color: rgb(121 58 238 / 0.05);
}
.text-comp-badge-violet-fg\/50 {
  color: rgb(121 58 238 / 0.5);
}
.text-comp-badge-violet-fg\/60 {
  color: rgb(121 58 238 / 0.6);
}
.text-comp-badge-violet-fg\/70 {
  color: rgb(121 58 238 / 0.7);
}
.text-comp-badge-violet-fg\/75 {
  color: rgb(121 58 238 / 0.75);
}
.text-comp-badge-violet-fg\/80 {
  color: rgb(121 58 238 / 0.8);
}
.text-comp-badge-violet-fg\/90 {
  color: rgb(121 58 238 / 0.9);
}
.text-comp-badge-violet-fg\/95 {
  color: rgb(121 58 238 / 0.95);
}
.text-comp-badge-violet-fg\/base-opacity-disabled {
  color: rgb(121 58 238 / 60%);
}
.text-comp-badge-violet-fg\/core-opacity-0 {
  color: rgb(121 58 238 / 0%);
}
.text-comp-badge-violet-fg\/core-opacity-10 {
  color: rgb(121 58 238 / 10%);
}
.text-comp-badge-violet-fg\/core-opacity-100 {
  color: rgb(121 58 238 / 100%);
}
.text-comp-badge-violet-fg\/core-opacity-20 {
  color: rgb(121 58 238 / 20%);
}
.text-comp-badge-violet-fg\/core-opacity-30 {
  color: rgb(121 58 238 / 30%);
}
.text-comp-badge-violet-fg\/core-opacity-40 {
  color: rgb(121 58 238 / 40%);
}
.text-comp-badge-violet-fg\/core-opacity-50 {
  color: rgb(121 58 238 / 50%);
}
.text-comp-badge-violet-fg\/core-opacity-60 {
  color: rgb(121 58 238 / 60%);
}
.text-comp-badge-violet-fg\/core-opacity-70 {
  color: rgb(121 58 238 / 70%);
}
.text-comp-badge-violet-fg\/core-opacity-80 {
  color: rgb(121 58 238 / 80%);
}
.text-comp-badge-violet-fg\/core-opacity-90 {
  color: rgb(121 58 238 / 90%);
}
.text-comp-badge-violet-status {
  --tw-text-opacity: 1;
  color: rgb(134 89 247 / var(--tw-text-opacity));
}
.text-comp-badge-violet-status\/0 {
  color: rgb(134 89 247 / 0);
}
.text-comp-badge-violet-status\/10 {
  color: rgb(134 89 247 / 0.1);
}
.text-comp-badge-violet-status\/100 {
  color: rgb(134 89 247 / 1);
}
.text-comp-badge-violet-status\/20 {
  color: rgb(134 89 247 / 0.2);
}
.text-comp-badge-violet-status\/25 {
  color: rgb(134 89 247 / 0.25);
}
.text-comp-badge-violet-status\/30 {
  color: rgb(134 89 247 / 0.3);
}
.text-comp-badge-violet-status\/40 {
  color: rgb(134 89 247 / 0.4);
}
.text-comp-badge-violet-status\/5 {
  color: rgb(134 89 247 / 0.05);
}
.text-comp-badge-violet-status\/50 {
  color: rgb(134 89 247 / 0.5);
}
.text-comp-badge-violet-status\/60 {
  color: rgb(134 89 247 / 0.6);
}
.text-comp-badge-violet-status\/70 {
  color: rgb(134 89 247 / 0.7);
}
.text-comp-badge-violet-status\/75 {
  color: rgb(134 89 247 / 0.75);
}
.text-comp-badge-violet-status\/80 {
  color: rgb(134 89 247 / 0.8);
}
.text-comp-badge-violet-status\/90 {
  color: rgb(134 89 247 / 0.9);
}
.text-comp-badge-violet-status\/95 {
  color: rgb(134 89 247 / 0.95);
}
.text-comp-badge-violet-status\/base-opacity-disabled {
  color: rgb(134 89 247 / 60%);
}
.text-comp-badge-violet-status\/core-opacity-0 {
  color: rgb(134 89 247 / 0%);
}
.text-comp-badge-violet-status\/core-opacity-10 {
  color: rgb(134 89 247 / 10%);
}
.text-comp-badge-violet-status\/core-opacity-100 {
  color: rgb(134 89 247 / 100%);
}
.text-comp-badge-violet-status\/core-opacity-20 {
  color: rgb(134 89 247 / 20%);
}
.text-comp-badge-violet-status\/core-opacity-30 {
  color: rgb(134 89 247 / 30%);
}
.text-comp-badge-violet-status\/core-opacity-40 {
  color: rgb(134 89 247 / 40%);
}
.text-comp-badge-violet-status\/core-opacity-50 {
  color: rgb(134 89 247 / 50%);
}
.text-comp-badge-violet-status\/core-opacity-60 {
  color: rgb(134 89 247 / 60%);
}
.text-comp-badge-violet-status\/core-opacity-70 {
  color: rgb(134 89 247 / 70%);
}
.text-comp-badge-violet-status\/core-opacity-80 {
  color: rgb(134 89 247 / 80%);
}
.text-comp-badge-violet-status\/core-opacity-90 {
  color: rgb(134 89 247 / 90%);
}
.text-comp-badge-yellow-bg {
  --tw-text-opacity: 1;
  color: rgb(255 250 235 / var(--tw-text-opacity));
}
.text-comp-badge-yellow-bg\/0 {
  color: rgb(255 250 235 / 0);
}
.text-comp-badge-yellow-bg\/10 {
  color: rgb(255 250 235 / 0.1);
}
.text-comp-badge-yellow-bg\/100 {
  color: rgb(255 250 235 / 1);
}
.text-comp-badge-yellow-bg\/20 {
  color: rgb(255 250 235 / 0.2);
}
.text-comp-badge-yellow-bg\/25 {
  color: rgb(255 250 235 / 0.25);
}
.text-comp-badge-yellow-bg\/30 {
  color: rgb(255 250 235 / 0.3);
}
.text-comp-badge-yellow-bg\/40 {
  color: rgb(255 250 235 / 0.4);
}
.text-comp-badge-yellow-bg\/5 {
  color: rgb(255 250 235 / 0.05);
}
.text-comp-badge-yellow-bg\/50 {
  color: rgb(255 250 235 / 0.5);
}
.text-comp-badge-yellow-bg\/60 {
  color: rgb(255 250 235 / 0.6);
}
.text-comp-badge-yellow-bg\/70 {
  color: rgb(255 250 235 / 0.7);
}
.text-comp-badge-yellow-bg\/75 {
  color: rgb(255 250 235 / 0.75);
}
.text-comp-badge-yellow-bg\/80 {
  color: rgb(255 250 235 / 0.8);
}
.text-comp-badge-yellow-bg\/90 {
  color: rgb(255 250 235 / 0.9);
}
.text-comp-badge-yellow-bg\/95 {
  color: rgb(255 250 235 / 0.95);
}
.text-comp-badge-yellow-bg\/base-opacity-disabled {
  color: rgb(255 250 235 / 60%);
}
.text-comp-badge-yellow-bg\/core-opacity-0 {
  color: rgb(255 250 235 / 0%);
}
.text-comp-badge-yellow-bg\/core-opacity-10 {
  color: rgb(255 250 235 / 10%);
}
.text-comp-badge-yellow-bg\/core-opacity-100 {
  color: rgb(255 250 235 / 100%);
}
.text-comp-badge-yellow-bg\/core-opacity-20 {
  color: rgb(255 250 235 / 20%);
}
.text-comp-badge-yellow-bg\/core-opacity-30 {
  color: rgb(255 250 235 / 30%);
}
.text-comp-badge-yellow-bg\/core-opacity-40 {
  color: rgb(255 250 235 / 40%);
}
.text-comp-badge-yellow-bg\/core-opacity-50 {
  color: rgb(255 250 235 / 50%);
}
.text-comp-badge-yellow-bg\/core-opacity-60 {
  color: rgb(255 250 235 / 60%);
}
.text-comp-badge-yellow-bg\/core-opacity-70 {
  color: rgb(255 250 235 / 70%);
}
.text-comp-badge-yellow-bg\/core-opacity-80 {
  color: rgb(255 250 235 / 80%);
}
.text-comp-badge-yellow-bg\/core-opacity-90 {
  color: rgb(255 250 235 / 90%);
}
.text-comp-badge-yellow-border {
  --tw-text-opacity: 1;
  color: rgb(254 223 139 / var(--tw-text-opacity));
}
.text-comp-badge-yellow-border\/0 {
  color: rgb(254 223 139 / 0);
}
.text-comp-badge-yellow-border\/10 {
  color: rgb(254 223 139 / 0.1);
}
.text-comp-badge-yellow-border\/100 {
  color: rgb(254 223 139 / 1);
}
.text-comp-badge-yellow-border\/20 {
  color: rgb(254 223 139 / 0.2);
}
.text-comp-badge-yellow-border\/25 {
  color: rgb(254 223 139 / 0.25);
}
.text-comp-badge-yellow-border\/30 {
  color: rgb(254 223 139 / 0.3);
}
.text-comp-badge-yellow-border\/40 {
  color: rgb(254 223 139 / 0.4);
}
.text-comp-badge-yellow-border\/5 {
  color: rgb(254 223 139 / 0.05);
}
.text-comp-badge-yellow-border\/50 {
  color: rgb(254 223 139 / 0.5);
}
.text-comp-badge-yellow-border\/60 {
  color: rgb(254 223 139 / 0.6);
}
.text-comp-badge-yellow-border\/70 {
  color: rgb(254 223 139 / 0.7);
}
.text-comp-badge-yellow-border\/75 {
  color: rgb(254 223 139 / 0.75);
}
.text-comp-badge-yellow-border\/80 {
  color: rgb(254 223 139 / 0.8);
}
.text-comp-badge-yellow-border\/90 {
  color: rgb(254 223 139 / 0.9);
}
.text-comp-badge-yellow-border\/95 {
  color: rgb(254 223 139 / 0.95);
}
.text-comp-badge-yellow-border\/base-opacity-disabled {
  color: rgb(254 223 139 / 60%);
}
.text-comp-badge-yellow-border\/core-opacity-0 {
  color: rgb(254 223 139 / 0%);
}
.text-comp-badge-yellow-border\/core-opacity-10 {
  color: rgb(254 223 139 / 10%);
}
.text-comp-badge-yellow-border\/core-opacity-100 {
  color: rgb(254 223 139 / 100%);
}
.text-comp-badge-yellow-border\/core-opacity-20 {
  color: rgb(254 223 139 / 20%);
}
.text-comp-badge-yellow-border\/core-opacity-30 {
  color: rgb(254 223 139 / 30%);
}
.text-comp-badge-yellow-border\/core-opacity-40 {
  color: rgb(254 223 139 / 40%);
}
.text-comp-badge-yellow-border\/core-opacity-50 {
  color: rgb(254 223 139 / 50%);
}
.text-comp-badge-yellow-border\/core-opacity-60 {
  color: rgb(254 223 139 / 60%);
}
.text-comp-badge-yellow-border\/core-opacity-70 {
  color: rgb(254 223 139 / 70%);
}
.text-comp-badge-yellow-border\/core-opacity-80 {
  color: rgb(254 223 139 / 80%);
}
.text-comp-badge-yellow-border\/core-opacity-90 {
  color: rgb(254 223 139 / 90%);
}
.text-comp-badge-yellow-fg {
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.text-comp-badge-yellow-fg\/0 {
  color: rgb(221 105 3 / 0);
}
.text-comp-badge-yellow-fg\/10 {
  color: rgb(221 105 3 / 0.1);
}
.text-comp-badge-yellow-fg\/100 {
  color: rgb(221 105 3 / 1);
}
.text-comp-badge-yellow-fg\/20 {
  color: rgb(221 105 3 / 0.2);
}
.text-comp-badge-yellow-fg\/25 {
  color: rgb(221 105 3 / 0.25);
}
.text-comp-badge-yellow-fg\/30 {
  color: rgb(221 105 3 / 0.3);
}
.text-comp-badge-yellow-fg\/40 {
  color: rgb(221 105 3 / 0.4);
}
.text-comp-badge-yellow-fg\/5 {
  color: rgb(221 105 3 / 0.05);
}
.text-comp-badge-yellow-fg\/50 {
  color: rgb(221 105 3 / 0.5);
}
.text-comp-badge-yellow-fg\/60 {
  color: rgb(221 105 3 / 0.6);
}
.text-comp-badge-yellow-fg\/70 {
  color: rgb(221 105 3 / 0.7);
}
.text-comp-badge-yellow-fg\/75 {
  color: rgb(221 105 3 / 0.75);
}
.text-comp-badge-yellow-fg\/80 {
  color: rgb(221 105 3 / 0.8);
}
.text-comp-badge-yellow-fg\/90 {
  color: rgb(221 105 3 / 0.9);
}
.text-comp-badge-yellow-fg\/95 {
  color: rgb(221 105 3 / 0.95);
}
.text-comp-badge-yellow-fg\/base-opacity-disabled {
  color: rgb(221 105 3 / 60%);
}
.text-comp-badge-yellow-fg\/core-opacity-0 {
  color: rgb(221 105 3 / 0%);
}
.text-comp-badge-yellow-fg\/core-opacity-10 {
  color: rgb(221 105 3 / 10%);
}
.text-comp-badge-yellow-fg\/core-opacity-100 {
  color: rgb(221 105 3 / 100%);
}
.text-comp-badge-yellow-fg\/core-opacity-20 {
  color: rgb(221 105 3 / 20%);
}
.text-comp-badge-yellow-fg\/core-opacity-30 {
  color: rgb(221 105 3 / 30%);
}
.text-comp-badge-yellow-fg\/core-opacity-40 {
  color: rgb(221 105 3 / 40%);
}
.text-comp-badge-yellow-fg\/core-opacity-50 {
  color: rgb(221 105 3 / 50%);
}
.text-comp-badge-yellow-fg\/core-opacity-60 {
  color: rgb(221 105 3 / 60%);
}
.text-comp-badge-yellow-fg\/core-opacity-70 {
  color: rgb(221 105 3 / 70%);
}
.text-comp-badge-yellow-fg\/core-opacity-80 {
  color: rgb(221 105 3 / 80%);
}
.text-comp-badge-yellow-fg\/core-opacity-90 {
  color: rgb(221 105 3 / 90%);
}
.text-comp-badge-yellow-status {
  --tw-text-opacity: 1;
  color: rgb(247 143 8 / var(--tw-text-opacity));
}
.text-comp-badge-yellow-status\/0 {
  color: rgb(247 143 8 / 0);
}
.text-comp-badge-yellow-status\/10 {
  color: rgb(247 143 8 / 0.1);
}
.text-comp-badge-yellow-status\/100 {
  color: rgb(247 143 8 / 1);
}
.text-comp-badge-yellow-status\/20 {
  color: rgb(247 143 8 / 0.2);
}
.text-comp-badge-yellow-status\/25 {
  color: rgb(247 143 8 / 0.25);
}
.text-comp-badge-yellow-status\/30 {
  color: rgb(247 143 8 / 0.3);
}
.text-comp-badge-yellow-status\/40 {
  color: rgb(247 143 8 / 0.4);
}
.text-comp-badge-yellow-status\/5 {
  color: rgb(247 143 8 / 0.05);
}
.text-comp-badge-yellow-status\/50 {
  color: rgb(247 143 8 / 0.5);
}
.text-comp-badge-yellow-status\/60 {
  color: rgb(247 143 8 / 0.6);
}
.text-comp-badge-yellow-status\/70 {
  color: rgb(247 143 8 / 0.7);
}
.text-comp-badge-yellow-status\/75 {
  color: rgb(247 143 8 / 0.75);
}
.text-comp-badge-yellow-status\/80 {
  color: rgb(247 143 8 / 0.8);
}
.text-comp-badge-yellow-status\/90 {
  color: rgb(247 143 8 / 0.9);
}
.text-comp-badge-yellow-status\/95 {
  color: rgb(247 143 8 / 0.95);
}
.text-comp-badge-yellow-status\/base-opacity-disabled {
  color: rgb(247 143 8 / 60%);
}
.text-comp-badge-yellow-status\/core-opacity-0 {
  color: rgb(247 143 8 / 0%);
}
.text-comp-badge-yellow-status\/core-opacity-10 {
  color: rgb(247 143 8 / 10%);
}
.text-comp-badge-yellow-status\/core-opacity-100 {
  color: rgb(247 143 8 / 100%);
}
.text-comp-badge-yellow-status\/core-opacity-20 {
  color: rgb(247 143 8 / 20%);
}
.text-comp-badge-yellow-status\/core-opacity-30 {
  color: rgb(247 143 8 / 30%);
}
.text-comp-badge-yellow-status\/core-opacity-40 {
  color: rgb(247 143 8 / 40%);
}
.text-comp-badge-yellow-status\/core-opacity-50 {
  color: rgb(247 143 8 / 50%);
}
.text-comp-badge-yellow-status\/core-opacity-60 {
  color: rgb(247 143 8 / 60%);
}
.text-comp-badge-yellow-status\/core-opacity-70 {
  color: rgb(247 143 8 / 70%);
}
.text-comp-badge-yellow-status\/core-opacity-80 {
  color: rgb(247 143 8 / 80%);
}
.text-comp-badge-yellow-status\/core-opacity-90 {
  color: rgb(247 143 8 / 90%);
}
.text-comp-button-color-danger-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-enabled-bg\/0 {
  color: rgb(240 68 56 / 0);
}
.text-comp-button-color-danger-enabled-bg\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-comp-button-color-danger-enabled-bg\/100 {
  color: rgb(240 68 56 / 1);
}
.text-comp-button-color-danger-enabled-bg\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-comp-button-color-danger-enabled-bg\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-comp-button-color-danger-enabled-bg\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-comp-button-color-danger-enabled-bg\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-comp-button-color-danger-enabled-bg\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-comp-button-color-danger-enabled-bg\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-comp-button-color-danger-enabled-bg\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-comp-button-color-danger-enabled-bg\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-comp-button-color-danger-enabled-bg\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-comp-button-color-danger-enabled-bg\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-comp-button-color-danger-enabled-bg\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-comp-button-color-danger-enabled-bg\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-comp-button-color-danger-enabled-bg\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-comp-button-color-danger-enabled-bg\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-comp-button-color-danger-enabled-border {
  color: #00000000;
}
.text-comp-button-color-danger-enabled-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-danger-enabled-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-danger-enabled-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-danger-enabled-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-danger-enabled-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-danger-enabled-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-danger-enabled-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-danger-enabled-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-danger-enabled-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-danger-enabled-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-danger-enabled-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-danger-enabled-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-danger-enabled-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-danger-enabled-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-danger-enabled-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-danger-enabled-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-danger-enabled-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-danger-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-enabled-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-danger-enabled-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-danger-enabled-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-danger-enabled-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-danger-enabled-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-danger-enabled-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-danger-enabled-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-danger-enabled-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-danger-enabled-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-danger-enabled-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-danger-enabled-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-danger-enabled-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-danger-enabled-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-danger-enabled-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-danger-enabled-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-danger-enabled-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-danger-enabled-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-danger-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-focused-bg\/0 {
  color: rgb(240 68 56 / 0);
}
.text-comp-button-color-danger-focused-bg\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-comp-button-color-danger-focused-bg\/100 {
  color: rgb(240 68 56 / 1);
}
.text-comp-button-color-danger-focused-bg\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-comp-button-color-danger-focused-bg\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-comp-button-color-danger-focused-bg\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-comp-button-color-danger-focused-bg\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-comp-button-color-danger-focused-bg\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-comp-button-color-danger-focused-bg\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-comp-button-color-danger-focused-bg\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-comp-button-color-danger-focused-bg\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-comp-button-color-danger-focused-bg\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-comp-button-color-danger-focused-bg\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-comp-button-color-danger-focused-bg\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-comp-button-color-danger-focused-bg\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-comp-button-color-danger-focused-bg\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-comp-button-color-danger-focused-bg\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-comp-button-color-danger-focused-border {
  color: #00000000;
}
.text-comp-button-color-danger-focused-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-danger-focused-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-danger-focused-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-danger-focused-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-danger-focused-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-danger-focused-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-danger-focused-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-danger-focused-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-danger-focused-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-danger-focused-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-danger-focused-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-danger-focused-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-danger-focused-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-danger-focused-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-danger-focused-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-danger-focused-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-danger-focused-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-danger-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-focused-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-danger-focused-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-danger-focused-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-danger-focused-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-danger-focused-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-danger-focused-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-danger-focused-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-danger-focused-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-danger-focused-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-danger-focused-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-danger-focused-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-danger-focused-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-danger-focused-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-danger-focused-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-danger-focused-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-danger-focused-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-danger-focused-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-danger-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-hover-bg\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-button-color-danger-hover-bg\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-button-color-danger-hover-bg\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-button-color-danger-hover-bg\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-button-color-danger-hover-bg\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-button-color-danger-hover-bg\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-button-color-danger-hover-bg\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-button-color-danger-hover-bg\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-button-color-danger-hover-bg\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-button-color-danger-hover-bg\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-button-color-danger-hover-bg\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-button-color-danger-hover-bg\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-button-color-danger-hover-bg\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-button-color-danger-hover-bg\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-button-color-danger-hover-bg\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-button-color-danger-hover-bg\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-button-color-danger-hover-bg\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-button-color-danger-hover-border {
  color: #00000000;
}
.text-comp-button-color-danger-hover-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-danger-hover-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-danger-hover-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-danger-hover-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-danger-hover-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-danger-hover-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-danger-hover-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-danger-hover-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-danger-hover-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-danger-hover-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-danger-hover-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-danger-hover-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-danger-hover-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-danger-hover-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-danger-hover-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-danger-hover-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-danger-hover-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-danger-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-hover-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-danger-hover-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-danger-hover-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-danger-hover-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-danger-hover-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-danger-hover-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-danger-hover-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-danger-hover-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-danger-hover-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-danger-hover-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-danger-hover-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-danger-hover-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-danger-hover-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-danger-hover-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-danger-hover-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-danger-hover-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-danger-hover-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-danger-pressed-bg {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-pressed-bg\/0 {
  color: rgb(180 35 24 / 0);
}
.text-comp-button-color-danger-pressed-bg\/10 {
  color: rgb(180 35 24 / 0.1);
}
.text-comp-button-color-danger-pressed-bg\/100 {
  color: rgb(180 35 24 / 1);
}
.text-comp-button-color-danger-pressed-bg\/20 {
  color: rgb(180 35 24 / 0.2);
}
.text-comp-button-color-danger-pressed-bg\/25 {
  color: rgb(180 35 24 / 0.25);
}
.text-comp-button-color-danger-pressed-bg\/30 {
  color: rgb(180 35 24 / 0.3);
}
.text-comp-button-color-danger-pressed-bg\/40 {
  color: rgb(180 35 24 / 0.4);
}
.text-comp-button-color-danger-pressed-bg\/5 {
  color: rgb(180 35 24 / 0.05);
}
.text-comp-button-color-danger-pressed-bg\/50 {
  color: rgb(180 35 24 / 0.5);
}
.text-comp-button-color-danger-pressed-bg\/60 {
  color: rgb(180 35 24 / 0.6);
}
.text-comp-button-color-danger-pressed-bg\/70 {
  color: rgb(180 35 24 / 0.7);
}
.text-comp-button-color-danger-pressed-bg\/75 {
  color: rgb(180 35 24 / 0.75);
}
.text-comp-button-color-danger-pressed-bg\/80 {
  color: rgb(180 35 24 / 0.8);
}
.text-comp-button-color-danger-pressed-bg\/90 {
  color: rgb(180 35 24 / 0.9);
}
.text-comp-button-color-danger-pressed-bg\/95 {
  color: rgb(180 35 24 / 0.95);
}
.text-comp-button-color-danger-pressed-bg\/base-opacity-disabled {
  color: rgb(180 35 24 / 60%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-0 {
  color: rgb(180 35 24 / 0%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-10 {
  color: rgb(180 35 24 / 10%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-100 {
  color: rgb(180 35 24 / 100%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-20 {
  color: rgb(180 35 24 / 20%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-30 {
  color: rgb(180 35 24 / 30%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-40 {
  color: rgb(180 35 24 / 40%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-50 {
  color: rgb(180 35 24 / 50%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-60 {
  color: rgb(180 35 24 / 60%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-70 {
  color: rgb(180 35 24 / 70%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-80 {
  color: rgb(180 35 24 / 80%);
}
.text-comp-button-color-danger-pressed-bg\/core-opacity-90 {
  color: rgb(180 35 24 / 90%);
}
.text-comp-button-color-danger-pressed-border {
  color: #00000000;
}
.text-comp-button-color-danger-pressed-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-danger-pressed-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-danger-pressed-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-danger-pressed-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-danger-pressed-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-danger-pressed-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-danger-pressed-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-danger-pressed-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-danger-pressed-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-danger-pressed-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-danger-pressed-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-danger-pressed-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-danger-pressed-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-danger-pressed-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-danger-pressed-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-danger-pressed-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-danger-pressed-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-danger-pressed-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-danger-pressed-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-danger-pressed-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-danger-pressed-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-danger-pressed-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-danger-pressed-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-danger-pressed-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-danger-pressed-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-danger-pressed-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-danger-pressed-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-danger-pressed-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-danger-pressed-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-danger-pressed-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-danger-pressed-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-danger-pressed-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-danger-pressed-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-danger-pressed-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-danger-pressed-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-ghost-enabled-bg {
  color: #00000000;
}
.text-comp-button-color-ghost-enabled-bg\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-ghost-enabled-bg\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-ghost-enabled-bg\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-ghost-enabled-bg\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-ghost-enabled-bg\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-ghost-enabled-bg\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-ghost-enabled-bg\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-ghost-enabled-bg\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-ghost-enabled-bg\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-ghost-enabled-bg\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-ghost-enabled-bg\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-ghost-enabled-bg\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-ghost-enabled-bg\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-ghost-enabled-bg\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-ghost-enabled-bg\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-ghost-enabled-bg\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-ghost-enabled-bg\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-ghost-enabled-border {
  color: #00000000;
}
.text-comp-button-color-ghost-enabled-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-ghost-enabled-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-ghost-enabled-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-ghost-enabled-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-ghost-enabled-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-ghost-enabled-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-ghost-enabled-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-ghost-enabled-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-ghost-enabled-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-ghost-enabled-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-ghost-enabled-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-ghost-enabled-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-ghost-enabled-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-ghost-enabled-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-ghost-enabled-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-ghost-enabled-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-ghost-enabled-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-ghost-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-enabled-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-ghost-enabled-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-ghost-enabled-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-ghost-enabled-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-ghost-enabled-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-ghost-enabled-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-ghost-enabled-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-ghost-enabled-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-ghost-enabled-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-ghost-enabled-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-ghost-enabled-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-ghost-enabled-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-ghost-enabled-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-ghost-enabled-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-ghost-enabled-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-ghost-enabled-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-ghost-enabled-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-ghost-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-focused-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-ghost-focused-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-ghost-focused-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-ghost-focused-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-ghost-focused-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-ghost-focused-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-ghost-focused-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-ghost-focused-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-ghost-focused-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-ghost-focused-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-ghost-focused-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-ghost-focused-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-ghost-focused-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-ghost-focused-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-ghost-focused-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-ghost-focused-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-ghost-focused-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-ghost-focused-border {
  color: #00000000;
}
.text-comp-button-color-ghost-focused-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-ghost-focused-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-ghost-focused-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-ghost-focused-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-ghost-focused-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-ghost-focused-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-ghost-focused-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-ghost-focused-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-ghost-focused-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-ghost-focused-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-ghost-focused-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-ghost-focused-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-ghost-focused-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-ghost-focused-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-ghost-focused-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-ghost-focused-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-ghost-focused-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-ghost-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-focused-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-ghost-focused-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-ghost-focused-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-ghost-focused-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-ghost-focused-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-ghost-focused-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-ghost-focused-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-ghost-focused-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-ghost-focused-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-ghost-focused-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-ghost-focused-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-ghost-focused-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-ghost-focused-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-ghost-focused-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-ghost-focused-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-ghost-focused-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-ghost-focused-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-ghost-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-hover-bg\/0 {
  color: rgb(249 250 251 / 0);
}
.text-comp-button-color-ghost-hover-bg\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-comp-button-color-ghost-hover-bg\/100 {
  color: rgb(249 250 251 / 1);
}
.text-comp-button-color-ghost-hover-bg\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-comp-button-color-ghost-hover-bg\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-comp-button-color-ghost-hover-bg\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-comp-button-color-ghost-hover-bg\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-comp-button-color-ghost-hover-bg\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-comp-button-color-ghost-hover-bg\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-comp-button-color-ghost-hover-bg\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-comp-button-color-ghost-hover-bg\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-comp-button-color-ghost-hover-bg\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-comp-button-color-ghost-hover-bg\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-comp-button-color-ghost-hover-bg\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-comp-button-color-ghost-hover-bg\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-comp-button-color-ghost-hover-bg\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-comp-button-color-ghost-hover-bg\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-comp-button-color-ghost-hover-border {
  color: #00000000;
}
.text-comp-button-color-ghost-hover-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-ghost-hover-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-ghost-hover-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-ghost-hover-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-ghost-hover-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-ghost-hover-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-ghost-hover-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-ghost-hover-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-ghost-hover-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-ghost-hover-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-ghost-hover-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-ghost-hover-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-ghost-hover-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-ghost-hover-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-ghost-hover-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-ghost-hover-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-ghost-hover-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-ghost-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-hover-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-ghost-hover-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-ghost-hover-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-ghost-hover-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-ghost-hover-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-ghost-hover-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-ghost-hover-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-ghost-hover-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-ghost-hover-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-ghost-hover-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-ghost-hover-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-ghost-hover-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-ghost-hover-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-ghost-hover-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-ghost-hover-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-ghost-hover-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-ghost-hover-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-ghost-pressed-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-pressed-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-button-color-ghost-pressed-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-button-color-ghost-pressed-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-button-color-ghost-pressed-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-button-color-ghost-pressed-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-button-color-ghost-pressed-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-button-color-ghost-pressed-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-button-color-ghost-pressed-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-button-color-ghost-pressed-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-button-color-ghost-pressed-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-button-color-ghost-pressed-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-button-color-ghost-pressed-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-button-color-ghost-pressed-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-button-color-ghost-pressed-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-button-color-ghost-pressed-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-button-color-ghost-pressed-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-button-color-ghost-pressed-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-button-color-ghost-pressed-border {
  color: #00000000;
}
.text-comp-button-color-ghost-pressed-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-ghost-pressed-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-ghost-pressed-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-ghost-pressed-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-ghost-pressed-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-ghost-pressed-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-ghost-pressed-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-ghost-pressed-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-ghost-pressed-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-ghost-pressed-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-ghost-pressed-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-ghost-pressed-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-ghost-pressed-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-ghost-pressed-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-ghost-pressed-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-ghost-pressed-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-ghost-pressed-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-ghost-pressed-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-ghost-pressed-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-ghost-pressed-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-ghost-pressed-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-ghost-pressed-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-ghost-pressed-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-ghost-pressed-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-ghost-pressed-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-ghost-pressed-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-ghost-pressed-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-ghost-pressed-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-ghost-pressed-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-ghost-pressed-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-ghost-pressed-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-ghost-pressed-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-ghost-pressed-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-ghost-pressed-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-ghost-pressed-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-primary-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-enabled-bg\/0 {
  color: rgb(93 91 215 / 0);
}
.text-comp-button-color-primary-enabled-bg\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-comp-button-color-primary-enabled-bg\/100 {
  color: rgb(93 91 215 / 1);
}
.text-comp-button-color-primary-enabled-bg\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-comp-button-color-primary-enabled-bg\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-comp-button-color-primary-enabled-bg\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-comp-button-color-primary-enabled-bg\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-comp-button-color-primary-enabled-bg\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-comp-button-color-primary-enabled-bg\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-comp-button-color-primary-enabled-bg\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-comp-button-color-primary-enabled-bg\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-comp-button-color-primary-enabled-bg\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-comp-button-color-primary-enabled-bg\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-comp-button-color-primary-enabled-bg\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-comp-button-color-primary-enabled-bg\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-comp-button-color-primary-enabled-bg\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-comp-button-color-primary-enabled-bg\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-comp-button-color-primary-enabled-border {
  color: #00000000;
}
.text-comp-button-color-primary-enabled-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-primary-enabled-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-primary-enabled-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-primary-enabled-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-primary-enabled-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-primary-enabled-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-primary-enabled-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-primary-enabled-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-primary-enabled-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-primary-enabled-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-primary-enabled-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-primary-enabled-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-primary-enabled-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-primary-enabled-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-primary-enabled-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-primary-enabled-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-primary-enabled-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-primary-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-enabled-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-primary-enabled-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-primary-enabled-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-primary-enabled-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-primary-enabled-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-primary-enabled-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-primary-enabled-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-primary-enabled-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-primary-enabled-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-primary-enabled-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-primary-enabled-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-primary-enabled-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-primary-enabled-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-primary-enabled-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-primary-enabled-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-primary-enabled-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-primary-enabled-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-primary-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-focused-bg\/0 {
  color: rgb(93 91 215 / 0);
}
.text-comp-button-color-primary-focused-bg\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-comp-button-color-primary-focused-bg\/100 {
  color: rgb(93 91 215 / 1);
}
.text-comp-button-color-primary-focused-bg\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-comp-button-color-primary-focused-bg\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-comp-button-color-primary-focused-bg\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-comp-button-color-primary-focused-bg\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-comp-button-color-primary-focused-bg\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-comp-button-color-primary-focused-bg\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-comp-button-color-primary-focused-bg\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-comp-button-color-primary-focused-bg\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-comp-button-color-primary-focused-bg\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-comp-button-color-primary-focused-bg\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-comp-button-color-primary-focused-bg\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-comp-button-color-primary-focused-bg\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-comp-button-color-primary-focused-bg\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-comp-button-color-primary-focused-bg\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-comp-button-color-primary-focused-border {
  color: #00000000;
}
.text-comp-button-color-primary-focused-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-primary-focused-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-primary-focused-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-primary-focused-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-primary-focused-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-primary-focused-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-primary-focused-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-primary-focused-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-primary-focused-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-primary-focused-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-primary-focused-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-primary-focused-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-primary-focused-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-primary-focused-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-primary-focused-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-primary-focused-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-primary-focused-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-primary-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-focused-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-primary-focused-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-primary-focused-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-primary-focused-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-primary-focused-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-primary-focused-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-primary-focused-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-primary-focused-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-primary-focused-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-primary-focused-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-primary-focused-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-primary-focused-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-primary-focused-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-primary-focused-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-primary-focused-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-primary-focused-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-primary-focused-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-primary-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-hover-bg\/0 {
  color: rgb(75 71 189 / 0);
}
.text-comp-button-color-primary-hover-bg\/10 {
  color: rgb(75 71 189 / 0.1);
}
.text-comp-button-color-primary-hover-bg\/100 {
  color: rgb(75 71 189 / 1);
}
.text-comp-button-color-primary-hover-bg\/20 {
  color: rgb(75 71 189 / 0.2);
}
.text-comp-button-color-primary-hover-bg\/25 {
  color: rgb(75 71 189 / 0.25);
}
.text-comp-button-color-primary-hover-bg\/30 {
  color: rgb(75 71 189 / 0.3);
}
.text-comp-button-color-primary-hover-bg\/40 {
  color: rgb(75 71 189 / 0.4);
}
.text-comp-button-color-primary-hover-bg\/5 {
  color: rgb(75 71 189 / 0.05);
}
.text-comp-button-color-primary-hover-bg\/50 {
  color: rgb(75 71 189 / 0.5);
}
.text-comp-button-color-primary-hover-bg\/60 {
  color: rgb(75 71 189 / 0.6);
}
.text-comp-button-color-primary-hover-bg\/70 {
  color: rgb(75 71 189 / 0.7);
}
.text-comp-button-color-primary-hover-bg\/75 {
  color: rgb(75 71 189 / 0.75);
}
.text-comp-button-color-primary-hover-bg\/80 {
  color: rgb(75 71 189 / 0.8);
}
.text-comp-button-color-primary-hover-bg\/90 {
  color: rgb(75 71 189 / 0.9);
}
.text-comp-button-color-primary-hover-bg\/95 {
  color: rgb(75 71 189 / 0.95);
}
.text-comp-button-color-primary-hover-bg\/base-opacity-disabled {
  color: rgb(75 71 189 / 60%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-0 {
  color: rgb(75 71 189 / 0%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-10 {
  color: rgb(75 71 189 / 10%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-100 {
  color: rgb(75 71 189 / 100%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-20 {
  color: rgb(75 71 189 / 20%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-30 {
  color: rgb(75 71 189 / 30%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-40 {
  color: rgb(75 71 189 / 40%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-50 {
  color: rgb(75 71 189 / 50%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-60 {
  color: rgb(75 71 189 / 60%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-70 {
  color: rgb(75 71 189 / 70%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-80 {
  color: rgb(75 71 189 / 80%);
}
.text-comp-button-color-primary-hover-bg\/core-opacity-90 {
  color: rgb(75 71 189 / 90%);
}
.text-comp-button-color-primary-hover-border {
  color: #00000000;
}
.text-comp-button-color-primary-hover-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-primary-hover-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-primary-hover-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-primary-hover-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-primary-hover-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-primary-hover-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-primary-hover-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-primary-hover-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-primary-hover-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-primary-hover-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-primary-hover-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-primary-hover-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-primary-hover-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-primary-hover-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-primary-hover-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-primary-hover-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-primary-hover-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-primary-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-hover-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-primary-hover-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-primary-hover-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-primary-hover-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-primary-hover-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-primary-hover-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-primary-hover-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-primary-hover-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-primary-hover-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-primary-hover-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-primary-hover-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-primary-hover-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-primary-hover-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-primary-hover-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-primary-hover-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-primary-hover-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-primary-hover-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-primary-pressed-bg {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-pressed-bg\/0 {
  color: rgb(60 59 151 / 0);
}
.text-comp-button-color-primary-pressed-bg\/10 {
  color: rgb(60 59 151 / 0.1);
}
.text-comp-button-color-primary-pressed-bg\/100 {
  color: rgb(60 59 151 / 1);
}
.text-comp-button-color-primary-pressed-bg\/20 {
  color: rgb(60 59 151 / 0.2);
}
.text-comp-button-color-primary-pressed-bg\/25 {
  color: rgb(60 59 151 / 0.25);
}
.text-comp-button-color-primary-pressed-bg\/30 {
  color: rgb(60 59 151 / 0.3);
}
.text-comp-button-color-primary-pressed-bg\/40 {
  color: rgb(60 59 151 / 0.4);
}
.text-comp-button-color-primary-pressed-bg\/5 {
  color: rgb(60 59 151 / 0.05);
}
.text-comp-button-color-primary-pressed-bg\/50 {
  color: rgb(60 59 151 / 0.5);
}
.text-comp-button-color-primary-pressed-bg\/60 {
  color: rgb(60 59 151 / 0.6);
}
.text-comp-button-color-primary-pressed-bg\/70 {
  color: rgb(60 59 151 / 0.7);
}
.text-comp-button-color-primary-pressed-bg\/75 {
  color: rgb(60 59 151 / 0.75);
}
.text-comp-button-color-primary-pressed-bg\/80 {
  color: rgb(60 59 151 / 0.8);
}
.text-comp-button-color-primary-pressed-bg\/90 {
  color: rgb(60 59 151 / 0.9);
}
.text-comp-button-color-primary-pressed-bg\/95 {
  color: rgb(60 59 151 / 0.95);
}
.text-comp-button-color-primary-pressed-bg\/base-opacity-disabled {
  color: rgb(60 59 151 / 60%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-0 {
  color: rgb(60 59 151 / 0%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-10 {
  color: rgb(60 59 151 / 10%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-100 {
  color: rgb(60 59 151 / 100%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-20 {
  color: rgb(60 59 151 / 20%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-30 {
  color: rgb(60 59 151 / 30%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-40 {
  color: rgb(60 59 151 / 40%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-50 {
  color: rgb(60 59 151 / 50%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-60 {
  color: rgb(60 59 151 / 60%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-70 {
  color: rgb(60 59 151 / 70%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-80 {
  color: rgb(60 59 151 / 80%);
}
.text-comp-button-color-primary-pressed-bg\/core-opacity-90 {
  color: rgb(60 59 151 / 90%);
}
.text-comp-button-color-primary-pressed-border {
  color: #00000000;
}
.text-comp-button-color-primary-pressed-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-button-color-primary-pressed-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-button-color-primary-pressed-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-button-color-primary-pressed-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-button-color-primary-pressed-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-button-color-primary-pressed-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-button-color-primary-pressed-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-button-color-primary-pressed-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-button-color-primary-pressed-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-button-color-primary-pressed-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-button-color-primary-pressed-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-button-color-primary-pressed-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-button-color-primary-pressed-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-button-color-primary-pressed-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-button-color-primary-pressed-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-button-color-primary-pressed-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-button-color-primary-pressed-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-button-color-primary-pressed-fg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-primary-pressed-fg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-primary-pressed-fg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-primary-pressed-fg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-primary-pressed-fg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-primary-pressed-fg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-primary-pressed-fg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-primary-pressed-fg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-primary-pressed-fg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-primary-pressed-fg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-primary-pressed-fg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-primary-pressed-fg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-primary-pressed-fg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-primary-pressed-fg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-primary-pressed-fg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-primary-pressed-fg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-primary-pressed-fg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-primary-pressed-fg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-secondary-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-enabled-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-secondary-enabled-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-secondary-enabled-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-secondary-enabled-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-secondary-enabled-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-secondary-enabled-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-secondary-enabled-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-secondary-enabled-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-secondary-enabled-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-secondary-enabled-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-secondary-enabled-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-secondary-enabled-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-secondary-enabled-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-secondary-enabled-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-secondary-enabled-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-secondary-enabled-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-secondary-enabled-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-secondary-enabled-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-enabled-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-button-color-secondary-enabled-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-button-color-secondary-enabled-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-button-color-secondary-enabled-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-button-color-secondary-enabled-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-button-color-secondary-enabled-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-button-color-secondary-enabled-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-button-color-secondary-enabled-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-button-color-secondary-enabled-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-button-color-secondary-enabled-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-button-color-secondary-enabled-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-button-color-secondary-enabled-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-button-color-secondary-enabled-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-button-color-secondary-enabled-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-button-color-secondary-enabled-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-button-color-secondary-enabled-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-button-color-secondary-enabled-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-button-color-secondary-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-enabled-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-secondary-enabled-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-secondary-enabled-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-secondary-enabled-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-secondary-enabled-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-secondary-enabled-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-secondary-enabled-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-secondary-enabled-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-secondary-enabled-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-secondary-enabled-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-secondary-enabled-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-secondary-enabled-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-secondary-enabled-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-secondary-enabled-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-secondary-enabled-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-secondary-enabled-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-secondary-enabled-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-secondary-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-focused-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-button-color-secondary-focused-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-button-color-secondary-focused-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-button-color-secondary-focused-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-button-color-secondary-focused-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-button-color-secondary-focused-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-button-color-secondary-focused-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-button-color-secondary-focused-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-button-color-secondary-focused-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-button-color-secondary-focused-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-button-color-secondary-focused-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-button-color-secondary-focused-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-button-color-secondary-focused-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-button-color-secondary-focused-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-button-color-secondary-focused-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-button-color-secondary-focused-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-button-color-secondary-focused-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-button-color-secondary-focused-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-focused-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-button-color-secondary-focused-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-button-color-secondary-focused-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-button-color-secondary-focused-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-button-color-secondary-focused-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-button-color-secondary-focused-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-button-color-secondary-focused-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-button-color-secondary-focused-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-button-color-secondary-focused-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-button-color-secondary-focused-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-button-color-secondary-focused-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-button-color-secondary-focused-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-button-color-secondary-focused-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-button-color-secondary-focused-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-button-color-secondary-focused-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-button-color-secondary-focused-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-button-color-secondary-focused-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-button-color-secondary-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-focused-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-secondary-focused-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-secondary-focused-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-secondary-focused-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-secondary-focused-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-secondary-focused-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-secondary-focused-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-secondary-focused-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-secondary-focused-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-secondary-focused-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-secondary-focused-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-secondary-focused-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-secondary-focused-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-secondary-focused-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-secondary-focused-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-secondary-focused-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-secondary-focused-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-secondary-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-hover-bg\/0 {
  color: rgb(249 250 251 / 0);
}
.text-comp-button-color-secondary-hover-bg\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-comp-button-color-secondary-hover-bg\/100 {
  color: rgb(249 250 251 / 1);
}
.text-comp-button-color-secondary-hover-bg\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-comp-button-color-secondary-hover-bg\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-comp-button-color-secondary-hover-bg\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-comp-button-color-secondary-hover-bg\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-comp-button-color-secondary-hover-bg\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-comp-button-color-secondary-hover-bg\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-comp-button-color-secondary-hover-bg\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-comp-button-color-secondary-hover-bg\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-comp-button-color-secondary-hover-bg\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-comp-button-color-secondary-hover-bg\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-comp-button-color-secondary-hover-bg\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-comp-button-color-secondary-hover-bg\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-comp-button-color-secondary-hover-bg\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-comp-button-color-secondary-hover-bg\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-comp-button-color-secondary-hover-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-hover-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-button-color-secondary-hover-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-button-color-secondary-hover-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-button-color-secondary-hover-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-button-color-secondary-hover-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-button-color-secondary-hover-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-button-color-secondary-hover-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-button-color-secondary-hover-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-button-color-secondary-hover-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-button-color-secondary-hover-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-button-color-secondary-hover-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-button-color-secondary-hover-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-button-color-secondary-hover-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-button-color-secondary-hover-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-button-color-secondary-hover-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-button-color-secondary-hover-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-button-color-secondary-hover-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-button-color-secondary-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-hover-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-secondary-hover-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-secondary-hover-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-secondary-hover-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-secondary-hover-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-secondary-hover-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-secondary-hover-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-secondary-hover-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-secondary-hover-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-secondary-hover-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-secondary-hover-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-secondary-hover-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-secondary-hover-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-secondary-hover-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-secondary-hover-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-secondary-hover-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-secondary-hover-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-button-color-secondary-pressed-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-pressed-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-button-color-secondary-pressed-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-button-color-secondary-pressed-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-button-color-secondary-pressed-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-button-color-secondary-pressed-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-button-color-secondary-pressed-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-button-color-secondary-pressed-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-button-color-secondary-pressed-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-button-color-secondary-pressed-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-button-color-secondary-pressed-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-button-color-secondary-pressed-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-button-color-secondary-pressed-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-button-color-secondary-pressed-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-button-color-secondary-pressed-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-button-color-secondary-pressed-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-button-color-secondary-pressed-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-button-color-secondary-pressed-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-button-color-secondary-pressed-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-pressed-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-button-color-secondary-pressed-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-button-color-secondary-pressed-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-button-color-secondary-pressed-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-button-color-secondary-pressed-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-button-color-secondary-pressed-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-button-color-secondary-pressed-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-button-color-secondary-pressed-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-button-color-secondary-pressed-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-button-color-secondary-pressed-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-button-color-secondary-pressed-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-button-color-secondary-pressed-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-button-color-secondary-pressed-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-button-color-secondary-pressed-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-button-color-secondary-pressed-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-button-color-secondary-pressed-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-button-color-secondary-pressed-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-button-color-secondary-pressed-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-button-color-secondary-pressed-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-button-color-secondary-pressed-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-button-color-secondary-pressed-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-button-color-secondary-pressed-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-button-color-secondary-pressed-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-button-color-secondary-pressed-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-button-color-secondary-pressed-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-button-color-secondary-pressed-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-button-color-secondary-pressed-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-button-color-secondary-pressed-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-button-color-secondary-pressed-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-button-color-secondary-pressed-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-button-color-secondary-pressed-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-button-color-secondary-pressed-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-button-color-secondary-pressed-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-button-color-secondary-pressed-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-button-color-secondary-pressed-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-textfield-color-clean-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-enabled-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-textfield-color-clean-enabled-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-textfield-color-clean-enabled-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-textfield-color-clean-enabled-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-textfield-color-clean-enabled-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-textfield-color-clean-enabled-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-textfield-color-clean-enabled-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-textfield-color-clean-enabled-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-textfield-color-clean-enabled-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-textfield-color-clean-enabled-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-textfield-color-clean-enabled-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-textfield-color-clean-enabled-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-textfield-color-clean-enabled-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-textfield-color-clean-enabled-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-textfield-color-clean-enabled-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-textfield-color-clean-enabled-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-textfield-color-clean-enabled-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-textfield-color-clean-enabled-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-enabled-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-textfield-color-clean-enabled-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-textfield-color-clean-enabled-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-textfield-color-clean-enabled-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-textfield-color-clean-enabled-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-textfield-color-clean-enabled-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-textfield-color-clean-enabled-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-textfield-color-clean-enabled-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-textfield-color-clean-enabled-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-textfield-color-clean-enabled-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-textfield-color-clean-enabled-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-textfield-color-clean-enabled-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-textfield-color-clean-enabled-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-textfield-color-clean-enabled-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-textfield-color-clean-enabled-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-textfield-color-clean-enabled-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-textfield-color-clean-enabled-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-textfield-color-clean-enabled-content {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-enabled-content\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-textfield-color-clean-enabled-content\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-textfield-color-clean-enabled-content\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-textfield-color-clean-enabled-content\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-textfield-color-clean-enabled-content\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-textfield-color-clean-enabled-content\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-textfield-color-clean-enabled-content\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-textfield-color-clean-enabled-content\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-textfield-color-clean-enabled-content\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-textfield-color-clean-enabled-content\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-textfield-color-clean-enabled-content\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-textfield-color-clean-enabled-content\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-textfield-color-clean-enabled-content\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-textfield-color-clean-enabled-content\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-textfield-color-clean-enabled-content\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-textfield-color-clean-enabled-content\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-textfield-color-clean-enabled-content\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-textfield-color-clean-enabled-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-enabled-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-clean-enabled-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-clean-enabled-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-clean-enabled-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-clean-enabled-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-clean-enabled-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-clean-enabled-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-clean-enabled-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-clean-enabled-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-clean-enabled-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-clean-enabled-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-clean-enabled-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-clean-enabled-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-clean-enabled-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-clean-enabled-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-clean-enabled-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-clean-enabled-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-textfield-color-clean-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-focused-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-textfield-color-clean-focused-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-textfield-color-clean-focused-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-textfield-color-clean-focused-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-textfield-color-clean-focused-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-textfield-color-clean-focused-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-textfield-color-clean-focused-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-textfield-color-clean-focused-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-textfield-color-clean-focused-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-textfield-color-clean-focused-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-textfield-color-clean-focused-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-textfield-color-clean-focused-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-textfield-color-clean-focused-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-textfield-color-clean-focused-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-textfield-color-clean-focused-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-textfield-color-clean-focused-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-textfield-color-clean-focused-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-textfield-color-clean-focused-border {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-focused-border\/0 {
  color: rgb(93 91 215 / 0);
}
.text-comp-textfield-color-clean-focused-border\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-comp-textfield-color-clean-focused-border\/100 {
  color: rgb(93 91 215 / 1);
}
.text-comp-textfield-color-clean-focused-border\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-comp-textfield-color-clean-focused-border\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-comp-textfield-color-clean-focused-border\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-comp-textfield-color-clean-focused-border\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-comp-textfield-color-clean-focused-border\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-comp-textfield-color-clean-focused-border\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-comp-textfield-color-clean-focused-border\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-comp-textfield-color-clean-focused-border\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-comp-textfield-color-clean-focused-border\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-comp-textfield-color-clean-focused-border\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-comp-textfield-color-clean-focused-border\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-comp-textfield-color-clean-focused-border\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-comp-textfield-color-clean-focused-border\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-comp-textfield-color-clean-focused-border\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-comp-textfield-color-clean-focused-content {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-focused-content\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-textfield-color-clean-focused-content\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-textfield-color-clean-focused-content\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-textfield-color-clean-focused-content\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-textfield-color-clean-focused-content\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-textfield-color-clean-focused-content\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-textfield-color-clean-focused-content\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-textfield-color-clean-focused-content\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-textfield-color-clean-focused-content\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-textfield-color-clean-focused-content\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-textfield-color-clean-focused-content\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-textfield-color-clean-focused-content\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-textfield-color-clean-focused-content\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-textfield-color-clean-focused-content\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-textfield-color-clean-focused-content\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-textfield-color-clean-focused-content\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-textfield-color-clean-focused-content\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-textfield-color-clean-focused-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-focused-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-clean-focused-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-clean-focused-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-clean-focused-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-clean-focused-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-clean-focused-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-clean-focused-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-clean-focused-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-clean-focused-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-clean-focused-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-clean-focused-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-clean-focused-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-clean-focused-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-clean-focused-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-clean-focused-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-clean-focused-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-clean-focused-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-textfield-color-clean-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-hover-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-textfield-color-clean-hover-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-textfield-color-clean-hover-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-textfield-color-clean-hover-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-textfield-color-clean-hover-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-textfield-color-clean-hover-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-textfield-color-clean-hover-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-textfield-color-clean-hover-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-textfield-color-clean-hover-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-textfield-color-clean-hover-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-textfield-color-clean-hover-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-textfield-color-clean-hover-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-textfield-color-clean-hover-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-textfield-color-clean-hover-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-textfield-color-clean-hover-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-textfield-color-clean-hover-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-textfield-color-clean-hover-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-textfield-color-clean-hover-border {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-hover-border\/0 {
  color: rgb(152 162 179 / 0);
}
.text-comp-textfield-color-clean-hover-border\/10 {
  color: rgb(152 162 179 / 0.1);
}
.text-comp-textfield-color-clean-hover-border\/100 {
  color: rgb(152 162 179 / 1);
}
.text-comp-textfield-color-clean-hover-border\/20 {
  color: rgb(152 162 179 / 0.2);
}
.text-comp-textfield-color-clean-hover-border\/25 {
  color: rgb(152 162 179 / 0.25);
}
.text-comp-textfield-color-clean-hover-border\/30 {
  color: rgb(152 162 179 / 0.3);
}
.text-comp-textfield-color-clean-hover-border\/40 {
  color: rgb(152 162 179 / 0.4);
}
.text-comp-textfield-color-clean-hover-border\/5 {
  color: rgb(152 162 179 / 0.05);
}
.text-comp-textfield-color-clean-hover-border\/50 {
  color: rgb(152 162 179 / 0.5);
}
.text-comp-textfield-color-clean-hover-border\/60 {
  color: rgb(152 162 179 / 0.6);
}
.text-comp-textfield-color-clean-hover-border\/70 {
  color: rgb(152 162 179 / 0.7);
}
.text-comp-textfield-color-clean-hover-border\/75 {
  color: rgb(152 162 179 / 0.75);
}
.text-comp-textfield-color-clean-hover-border\/80 {
  color: rgb(152 162 179 / 0.8);
}
.text-comp-textfield-color-clean-hover-border\/90 {
  color: rgb(152 162 179 / 0.9);
}
.text-comp-textfield-color-clean-hover-border\/95 {
  color: rgb(152 162 179 / 0.95);
}
.text-comp-textfield-color-clean-hover-border\/base-opacity-disabled {
  color: rgb(152 162 179 / 60%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-0 {
  color: rgb(152 162 179 / 0%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-10 {
  color: rgb(152 162 179 / 10%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-100 {
  color: rgb(152 162 179 / 100%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-20 {
  color: rgb(152 162 179 / 20%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-30 {
  color: rgb(152 162 179 / 30%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-40 {
  color: rgb(152 162 179 / 40%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-50 {
  color: rgb(152 162 179 / 50%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-60 {
  color: rgb(152 162 179 / 60%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-70 {
  color: rgb(152 162 179 / 70%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-80 {
  color: rgb(152 162 179 / 80%);
}
.text-comp-textfield-color-clean-hover-border\/core-opacity-90 {
  color: rgb(152 162 179 / 90%);
}
.text-comp-textfield-color-clean-hover-content {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-hover-content\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-textfield-color-clean-hover-content\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-textfield-color-clean-hover-content\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-textfield-color-clean-hover-content\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-textfield-color-clean-hover-content\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-textfield-color-clean-hover-content\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-textfield-color-clean-hover-content\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-textfield-color-clean-hover-content\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-textfield-color-clean-hover-content\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-textfield-color-clean-hover-content\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-textfield-color-clean-hover-content\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-textfield-color-clean-hover-content\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-textfield-color-clean-hover-content\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-textfield-color-clean-hover-content\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-textfield-color-clean-hover-content\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-textfield-color-clean-hover-content\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-textfield-color-clean-hover-content\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-textfield-color-clean-hover-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-clean-hover-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-clean-hover-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-clean-hover-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-clean-hover-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-clean-hover-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-clean-hover-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-clean-hover-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-clean-hover-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-clean-hover-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-clean-hover-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-clean-hover-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-clean-hover-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-clean-hover-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-clean-hover-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-clean-hover-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-clean-hover-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-clean-hover-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-textfield-color-dirty-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(255 251 250 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-enabled-bg\/0 {
  color: rgb(255 251 250 / 0);
}
.text-comp-textfield-color-dirty-enabled-bg\/10 {
  color: rgb(255 251 250 / 0.1);
}
.text-comp-textfield-color-dirty-enabled-bg\/100 {
  color: rgb(255 251 250 / 1);
}
.text-comp-textfield-color-dirty-enabled-bg\/20 {
  color: rgb(255 251 250 / 0.2);
}
.text-comp-textfield-color-dirty-enabled-bg\/25 {
  color: rgb(255 251 250 / 0.25);
}
.text-comp-textfield-color-dirty-enabled-bg\/30 {
  color: rgb(255 251 250 / 0.3);
}
.text-comp-textfield-color-dirty-enabled-bg\/40 {
  color: rgb(255 251 250 / 0.4);
}
.text-comp-textfield-color-dirty-enabled-bg\/5 {
  color: rgb(255 251 250 / 0.05);
}
.text-comp-textfield-color-dirty-enabled-bg\/50 {
  color: rgb(255 251 250 / 0.5);
}
.text-comp-textfield-color-dirty-enabled-bg\/60 {
  color: rgb(255 251 250 / 0.6);
}
.text-comp-textfield-color-dirty-enabled-bg\/70 {
  color: rgb(255 251 250 / 0.7);
}
.text-comp-textfield-color-dirty-enabled-bg\/75 {
  color: rgb(255 251 250 / 0.75);
}
.text-comp-textfield-color-dirty-enabled-bg\/80 {
  color: rgb(255 251 250 / 0.8);
}
.text-comp-textfield-color-dirty-enabled-bg\/90 {
  color: rgb(255 251 250 / 0.9);
}
.text-comp-textfield-color-dirty-enabled-bg\/95 {
  color: rgb(255 251 250 / 0.95);
}
.text-comp-textfield-color-dirty-enabled-bg\/base-opacity-disabled {
  color: rgb(255 251 250 / 60%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-0 {
  color: rgb(255 251 250 / 0%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-10 {
  color: rgb(255 251 250 / 10%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-100 {
  color: rgb(255 251 250 / 100%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-20 {
  color: rgb(255 251 250 / 20%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-30 {
  color: rgb(255 251 250 / 30%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-40 {
  color: rgb(255 251 250 / 40%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-50 {
  color: rgb(255 251 250 / 50%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-60 {
  color: rgb(255 251 250 / 60%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-70 {
  color: rgb(255 251 250 / 70%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-80 {
  color: rgb(255 251 250 / 80%);
}
.text-comp-textfield-color-dirty-enabled-bg\/core-opacity-90 {
  color: rgb(255 251 250 / 90%);
}
.text-comp-textfield-color-dirty-enabled-border {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-enabled-border\/0 {
  color: rgb(240 68 56 / 0);
}
.text-comp-textfield-color-dirty-enabled-border\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-comp-textfield-color-dirty-enabled-border\/100 {
  color: rgb(240 68 56 / 1);
}
.text-comp-textfield-color-dirty-enabled-border\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-comp-textfield-color-dirty-enabled-border\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-comp-textfield-color-dirty-enabled-border\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-comp-textfield-color-dirty-enabled-border\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-comp-textfield-color-dirty-enabled-border\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-comp-textfield-color-dirty-enabled-border\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-comp-textfield-color-dirty-enabled-border\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-comp-textfield-color-dirty-enabled-border\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-comp-textfield-color-dirty-enabled-border\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-comp-textfield-color-dirty-enabled-border\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-comp-textfield-color-dirty-enabled-border\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-comp-textfield-color-dirty-enabled-border\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-comp-textfield-color-dirty-enabled-border\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-comp-textfield-color-dirty-enabled-border\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-comp-textfield-color-dirty-enabled-content {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-enabled-content\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-textfield-color-dirty-enabled-content\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-textfield-color-dirty-enabled-content\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-textfield-color-dirty-enabled-content\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-textfield-color-dirty-enabled-content\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-textfield-color-dirty-enabled-content\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-textfield-color-dirty-enabled-content\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-textfield-color-dirty-enabled-content\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-textfield-color-dirty-enabled-content\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-textfield-color-dirty-enabled-content\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-textfield-color-dirty-enabled-content\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-textfield-color-dirty-enabled-content\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-textfield-color-dirty-enabled-content\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-textfield-color-dirty-enabled-content\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-textfield-color-dirty-enabled-content\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-textfield-color-dirty-enabled-content\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-textfield-color-dirty-enabled-content\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-textfield-color-dirty-enabled-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-enabled-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-dirty-enabled-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-textfield-color-dirty-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-focused-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-textfield-color-dirty-focused-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-textfield-color-dirty-focused-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-textfield-color-dirty-focused-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-textfield-color-dirty-focused-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-textfield-color-dirty-focused-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-textfield-color-dirty-focused-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-textfield-color-dirty-focused-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-textfield-color-dirty-focused-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-textfield-color-dirty-focused-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-textfield-color-dirty-focused-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-textfield-color-dirty-focused-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-textfield-color-dirty-focused-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-textfield-color-dirty-focused-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-textfield-color-dirty-focused-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-textfield-color-dirty-focused-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-textfield-color-dirty-focused-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-textfield-color-dirty-focused-border {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-focused-border\/0 {
  color: rgb(240 68 56 / 0);
}
.text-comp-textfield-color-dirty-focused-border\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-comp-textfield-color-dirty-focused-border\/100 {
  color: rgb(240 68 56 / 1);
}
.text-comp-textfield-color-dirty-focused-border\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-comp-textfield-color-dirty-focused-border\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-comp-textfield-color-dirty-focused-border\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-comp-textfield-color-dirty-focused-border\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-comp-textfield-color-dirty-focused-border\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-comp-textfield-color-dirty-focused-border\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-comp-textfield-color-dirty-focused-border\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-comp-textfield-color-dirty-focused-border\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-comp-textfield-color-dirty-focused-border\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-comp-textfield-color-dirty-focused-border\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-comp-textfield-color-dirty-focused-border\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-comp-textfield-color-dirty-focused-border\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-comp-textfield-color-dirty-focused-border\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-comp-textfield-color-dirty-focused-border\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-comp-textfield-color-dirty-focused-content {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-focused-content\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-textfield-color-dirty-focused-content\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-textfield-color-dirty-focused-content\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-textfield-color-dirty-focused-content\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-textfield-color-dirty-focused-content\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-textfield-color-dirty-focused-content\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-textfield-color-dirty-focused-content\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-textfield-color-dirty-focused-content\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-textfield-color-dirty-focused-content\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-textfield-color-dirty-focused-content\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-textfield-color-dirty-focused-content\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-textfield-color-dirty-focused-content\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-textfield-color-dirty-focused-content\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-textfield-color-dirty-focused-content\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-textfield-color-dirty-focused-content\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-textfield-color-dirty-focused-content\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-textfield-color-dirty-focused-content\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-textfield-color-dirty-focused-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-focused-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-dirty-focused-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-dirty-focused-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-dirty-focused-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-dirty-focused-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-dirty-focused-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-dirty-focused-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-dirty-focused-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-dirty-focused-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-dirty-focused-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-dirty-focused-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-dirty-focused-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-dirty-focused-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-dirty-focused-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-dirty-focused-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-dirty-focused-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-dirty-focused-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-textfield-color-dirty-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(255 251 250 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-hover-bg\/0 {
  color: rgb(255 251 250 / 0);
}
.text-comp-textfield-color-dirty-hover-bg\/10 {
  color: rgb(255 251 250 / 0.1);
}
.text-comp-textfield-color-dirty-hover-bg\/100 {
  color: rgb(255 251 250 / 1);
}
.text-comp-textfield-color-dirty-hover-bg\/20 {
  color: rgb(255 251 250 / 0.2);
}
.text-comp-textfield-color-dirty-hover-bg\/25 {
  color: rgb(255 251 250 / 0.25);
}
.text-comp-textfield-color-dirty-hover-bg\/30 {
  color: rgb(255 251 250 / 0.3);
}
.text-comp-textfield-color-dirty-hover-bg\/40 {
  color: rgb(255 251 250 / 0.4);
}
.text-comp-textfield-color-dirty-hover-bg\/5 {
  color: rgb(255 251 250 / 0.05);
}
.text-comp-textfield-color-dirty-hover-bg\/50 {
  color: rgb(255 251 250 / 0.5);
}
.text-comp-textfield-color-dirty-hover-bg\/60 {
  color: rgb(255 251 250 / 0.6);
}
.text-comp-textfield-color-dirty-hover-bg\/70 {
  color: rgb(255 251 250 / 0.7);
}
.text-comp-textfield-color-dirty-hover-bg\/75 {
  color: rgb(255 251 250 / 0.75);
}
.text-comp-textfield-color-dirty-hover-bg\/80 {
  color: rgb(255 251 250 / 0.8);
}
.text-comp-textfield-color-dirty-hover-bg\/90 {
  color: rgb(255 251 250 / 0.9);
}
.text-comp-textfield-color-dirty-hover-bg\/95 {
  color: rgb(255 251 250 / 0.95);
}
.text-comp-textfield-color-dirty-hover-bg\/base-opacity-disabled {
  color: rgb(255 251 250 / 60%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-0 {
  color: rgb(255 251 250 / 0%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-10 {
  color: rgb(255 251 250 / 10%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-100 {
  color: rgb(255 251 250 / 100%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-20 {
  color: rgb(255 251 250 / 20%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-30 {
  color: rgb(255 251 250 / 30%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-40 {
  color: rgb(255 251 250 / 40%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-50 {
  color: rgb(255 251 250 / 50%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-60 {
  color: rgb(255 251 250 / 60%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-70 {
  color: rgb(255 251 250 / 70%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-80 {
  color: rgb(255 251 250 / 80%);
}
.text-comp-textfield-color-dirty-hover-bg\/core-opacity-90 {
  color: rgb(255 251 250 / 90%);
}
.text-comp-textfield-color-dirty-hover-border {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-hover-border\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-textfield-color-dirty-hover-border\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-textfield-color-dirty-hover-border\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-textfield-color-dirty-hover-border\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-textfield-color-dirty-hover-border\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-textfield-color-dirty-hover-border\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-textfield-color-dirty-hover-border\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-textfield-color-dirty-hover-border\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-textfield-color-dirty-hover-border\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-textfield-color-dirty-hover-border\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-textfield-color-dirty-hover-border\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-textfield-color-dirty-hover-border\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-textfield-color-dirty-hover-border\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-textfield-color-dirty-hover-border\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-textfield-color-dirty-hover-border\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-textfield-color-dirty-hover-border\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-textfield-color-dirty-hover-border\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-textfield-color-dirty-hover-content {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-hover-content\/0 {
  color: rgb(217 45 32 / 0);
}
.text-comp-textfield-color-dirty-hover-content\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-comp-textfield-color-dirty-hover-content\/100 {
  color: rgb(217 45 32 / 1);
}
.text-comp-textfield-color-dirty-hover-content\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-comp-textfield-color-dirty-hover-content\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-comp-textfield-color-dirty-hover-content\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-comp-textfield-color-dirty-hover-content\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-comp-textfield-color-dirty-hover-content\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-comp-textfield-color-dirty-hover-content\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-comp-textfield-color-dirty-hover-content\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-comp-textfield-color-dirty-hover-content\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-comp-textfield-color-dirty-hover-content\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-comp-textfield-color-dirty-hover-content\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-comp-textfield-color-dirty-hover-content\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-comp-textfield-color-dirty-hover-content\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-comp-textfield-color-dirty-hover-content\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-comp-textfield-color-dirty-hover-content\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-comp-textfield-color-dirty-hover-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-textfield-color-dirty-hover-placeholder\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-textfield-color-dirty-hover-placeholder\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-textfield-color-dirty-hover-placeholder\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-textfield-color-dirty-hover-placeholder\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-textfield-color-dirty-hover-placeholder\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-textfield-color-dirty-hover-placeholder\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-textfield-color-dirty-hover-placeholder\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-textfield-color-dirty-hover-placeholder\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-textfield-color-dirty-hover-placeholder\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-textfield-color-dirty-hover-placeholder\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-textfield-color-dirty-hover-placeholder\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-textfield-color-dirty-hover-placeholder\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-textfield-color-dirty-hover-placeholder\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-textfield-color-dirty-hover-placeholder\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-textfield-color-dirty-hover-placeholder\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-textfield-color-dirty-hover-placeholder\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-textfield-color-dirty-hover-placeholder\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-toggle-color-ghost-selected-enabled-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-toggle-color-ghost-selected-enabled-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-selected-enabled-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-selected-enabled-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-toggle-color-ghost-selected-enabled-fg\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-toggle-color-ghost-selected-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-focused-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-toggle-color-ghost-selected-focused-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-toggle-color-ghost-selected-focused-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-selected-focused-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-selected-focused-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-selected-focused-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-selected-focused-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-selected-focused-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-selected-focused-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-selected-focused-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-selected-focused-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-selected-focused-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-selected-focused-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-selected-focused-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-selected-focused-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-selected-focused-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-selected-focused-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-selected-focused-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-selected-focused-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-selected-focused-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-selected-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-focused-fg\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-toggle-color-ghost-selected-focused-fg\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-toggle-color-ghost-selected-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-hover-bg\/0 {
  color: rgb(234 236 240 / 0);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/10 {
  color: rgb(234 236 240 / 0.1);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/100 {
  color: rgb(234 236 240 / 1);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/20 {
  color: rgb(234 236 240 / 0.2);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/25 {
  color: rgb(234 236 240 / 0.25);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/30 {
  color: rgb(234 236 240 / 0.3);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/40 {
  color: rgb(234 236 240 / 0.4);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/5 {
  color: rgb(234 236 240 / 0.05);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/50 {
  color: rgb(234 236 240 / 0.5);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/60 {
  color: rgb(234 236 240 / 0.6);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/70 {
  color: rgb(234 236 240 / 0.7);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/75 {
  color: rgb(234 236 240 / 0.75);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/80 {
  color: rgb(234 236 240 / 0.8);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/90 {
  color: rgb(234 236 240 / 0.9);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/95 {
  color: rgb(234 236 240 / 0.95);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/base-opacity-disabled {
  color: rgb(234 236 240 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-0 {
  color: rgb(234 236 240 / 0%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-10 {
  color: rgb(234 236 240 / 10%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-100 {
  color: rgb(234 236 240 / 100%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-20 {
  color: rgb(234 236 240 / 20%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-30 {
  color: rgb(234 236 240 / 30%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-40 {
  color: rgb(234 236 240 / 40%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-50 {
  color: rgb(234 236 240 / 50%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-60 {
  color: rgb(234 236 240 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-70 {
  color: rgb(234 236 240 / 70%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-80 {
  color: rgb(234 236 240 / 80%);
}
.text-comp-toggle-color-ghost-selected-hover-bg\/core-opacity-90 {
  color: rgb(234 236 240 / 90%);
}
.text-comp-toggle-color-ghost-selected-hover-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-selected-hover-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-selected-hover-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-selected-hover-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-selected-hover-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-selected-hover-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-selected-hover-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-selected-hover-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-selected-hover-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-selected-hover-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-selected-hover-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-selected-hover-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-selected-hover-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-selected-hover-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-selected-hover-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-selected-hover-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-selected-hover-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-selected-hover-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-selected-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-selected-hover-fg\/0 {
  color: rgb(16 24 40 / 0);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/100 {
  color: rgb(16 24 40 / 1);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-comp-toggle-color-ghost-selected-hover-fg\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg {
  color: #00000000;
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-unselected-enabled-bg\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-unselected-enabled-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-ghost-unselected-enabled-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg {
  color: #00000000;
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-unselected-focused-bg\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-unselected-focused-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-unselected-focused-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-unselected-focused-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-ghost-unselected-focused-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/0 {
  color: rgb(249 250 251 / 0);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/100 {
  color: rgb(249 250 251 / 1);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-comp-toggle-color-ghost-unselected-hover-bg\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-comp-toggle-color-ghost-unselected-hover-border {
  color: #00000000;
}
.text-comp-toggle-color-ghost-unselected-hover-border\/0 {
  color: rgb(0 0 0 / 0);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/100 {
  color: rgb(0 0 0 / 1);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-comp-toggle-color-ghost-unselected-hover-border\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-ghost-unselected-hover-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-selected-enabled-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-enabled-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-toggle-color-primary-selected-enabled-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-toggle-color-primary-selected-enabled-border {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-enabled-border\/0 {
  color: rgb(93 91 215 / 0);
}
.text-comp-toggle-color-primary-selected-enabled-border\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-comp-toggle-color-primary-selected-enabled-border\/100 {
  color: rgb(93 91 215 / 1);
}
.text-comp-toggle-color-primary-selected-enabled-border\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-comp-toggle-color-primary-selected-enabled-border\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-comp-toggle-color-primary-selected-enabled-border\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-comp-toggle-color-primary-selected-enabled-border\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-comp-toggle-color-primary-selected-enabled-border\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-comp-toggle-color-primary-selected-enabled-border\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-comp-toggle-color-primary-selected-enabled-border\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-comp-toggle-color-primary-selected-enabled-border\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-comp-toggle-color-primary-selected-enabled-border\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-comp-toggle-color-primary-selected-enabled-border\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-comp-toggle-color-primary-selected-enabled-border\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-comp-toggle-color-primary-selected-enabled-border\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-comp-toggle-color-primary-selected-enabled-border\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-comp-toggle-color-primary-selected-enabled-border\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-selected-enabled-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-selected-enabled-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-primary-selected-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-focused-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-toggle-color-primary-selected-focused-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-toggle-color-primary-selected-focused-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-toggle-color-primary-selected-focused-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-toggle-color-primary-selected-focused-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-toggle-color-primary-selected-focused-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-toggle-color-primary-selected-focused-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-toggle-color-primary-selected-focused-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-toggle-color-primary-selected-focused-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-toggle-color-primary-selected-focused-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-toggle-color-primary-selected-focused-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-toggle-color-primary-selected-focused-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-toggle-color-primary-selected-focused-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-toggle-color-primary-selected-focused-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-toggle-color-primary-selected-focused-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-toggle-color-primary-selected-focused-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-toggle-color-primary-selected-focused-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-toggle-color-primary-selected-focused-border {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-focused-border\/0 {
  color: rgb(93 91 215 / 0);
}
.text-comp-toggle-color-primary-selected-focused-border\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-comp-toggle-color-primary-selected-focused-border\/100 {
  color: rgb(93 91 215 / 1);
}
.text-comp-toggle-color-primary-selected-focused-border\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-comp-toggle-color-primary-selected-focused-border\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-comp-toggle-color-primary-selected-focused-border\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-comp-toggle-color-primary-selected-focused-border\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-comp-toggle-color-primary-selected-focused-border\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-comp-toggle-color-primary-selected-focused-border\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-comp-toggle-color-primary-selected-focused-border\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-comp-toggle-color-primary-selected-focused-border\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-comp-toggle-color-primary-selected-focused-border\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-comp-toggle-color-primary-selected-focused-border\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-comp-toggle-color-primary-selected-focused-border\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-comp-toggle-color-primary-selected-focused-border\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-comp-toggle-color-primary-selected-focused-border\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-comp-toggle-color-primary-selected-focused-border\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-selected-focused-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-selected-focused-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-primary-selected-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 253 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-hover-bg\/0 {
  color: rgb(242 244 253 / 0);
}
.text-comp-toggle-color-primary-selected-hover-bg\/10 {
  color: rgb(242 244 253 / 0.1);
}
.text-comp-toggle-color-primary-selected-hover-bg\/100 {
  color: rgb(242 244 253 / 1);
}
.text-comp-toggle-color-primary-selected-hover-bg\/20 {
  color: rgb(242 244 253 / 0.2);
}
.text-comp-toggle-color-primary-selected-hover-bg\/25 {
  color: rgb(242 244 253 / 0.25);
}
.text-comp-toggle-color-primary-selected-hover-bg\/30 {
  color: rgb(242 244 253 / 0.3);
}
.text-comp-toggle-color-primary-selected-hover-bg\/40 {
  color: rgb(242 244 253 / 0.4);
}
.text-comp-toggle-color-primary-selected-hover-bg\/5 {
  color: rgb(242 244 253 / 0.05);
}
.text-comp-toggle-color-primary-selected-hover-bg\/50 {
  color: rgb(242 244 253 / 0.5);
}
.text-comp-toggle-color-primary-selected-hover-bg\/60 {
  color: rgb(242 244 253 / 0.6);
}
.text-comp-toggle-color-primary-selected-hover-bg\/70 {
  color: rgb(242 244 253 / 0.7);
}
.text-comp-toggle-color-primary-selected-hover-bg\/75 {
  color: rgb(242 244 253 / 0.75);
}
.text-comp-toggle-color-primary-selected-hover-bg\/80 {
  color: rgb(242 244 253 / 0.8);
}
.text-comp-toggle-color-primary-selected-hover-bg\/90 {
  color: rgb(242 244 253 / 0.9);
}
.text-comp-toggle-color-primary-selected-hover-bg\/95 {
  color: rgb(242 244 253 / 0.95);
}
.text-comp-toggle-color-primary-selected-hover-bg\/base-opacity-disabled {
  color: rgb(242 244 253 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-0 {
  color: rgb(242 244 253 / 0%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-10 {
  color: rgb(242 244 253 / 10%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-100 {
  color: rgb(242 244 253 / 100%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-20 {
  color: rgb(242 244 253 / 20%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-30 {
  color: rgb(242 244 253 / 30%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-40 {
  color: rgb(242 244 253 / 40%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-50 {
  color: rgb(242 244 253 / 50%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-60 {
  color: rgb(242 244 253 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-70 {
  color: rgb(242 244 253 / 70%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-80 {
  color: rgb(242 244 253 / 80%);
}
.text-comp-toggle-color-primary-selected-hover-bg\/core-opacity-90 {
  color: rgb(242 244 253 / 90%);
}
.text-comp-toggle-color-primary-selected-hover-border {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-hover-border\/0 {
  color: rgb(75 71 189 / 0);
}
.text-comp-toggle-color-primary-selected-hover-border\/10 {
  color: rgb(75 71 189 / 0.1);
}
.text-comp-toggle-color-primary-selected-hover-border\/100 {
  color: rgb(75 71 189 / 1);
}
.text-comp-toggle-color-primary-selected-hover-border\/20 {
  color: rgb(75 71 189 / 0.2);
}
.text-comp-toggle-color-primary-selected-hover-border\/25 {
  color: rgb(75 71 189 / 0.25);
}
.text-comp-toggle-color-primary-selected-hover-border\/30 {
  color: rgb(75 71 189 / 0.3);
}
.text-comp-toggle-color-primary-selected-hover-border\/40 {
  color: rgb(75 71 189 / 0.4);
}
.text-comp-toggle-color-primary-selected-hover-border\/5 {
  color: rgb(75 71 189 / 0.05);
}
.text-comp-toggle-color-primary-selected-hover-border\/50 {
  color: rgb(75 71 189 / 0.5);
}
.text-comp-toggle-color-primary-selected-hover-border\/60 {
  color: rgb(75 71 189 / 0.6);
}
.text-comp-toggle-color-primary-selected-hover-border\/70 {
  color: rgb(75 71 189 / 0.7);
}
.text-comp-toggle-color-primary-selected-hover-border\/75 {
  color: rgb(75 71 189 / 0.75);
}
.text-comp-toggle-color-primary-selected-hover-border\/80 {
  color: rgb(75 71 189 / 0.8);
}
.text-comp-toggle-color-primary-selected-hover-border\/90 {
  color: rgb(75 71 189 / 0.9);
}
.text-comp-toggle-color-primary-selected-hover-border\/95 {
  color: rgb(75 71 189 / 0.95);
}
.text-comp-toggle-color-primary-selected-hover-border\/base-opacity-disabled {
  color: rgb(75 71 189 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-0 {
  color: rgb(75 71 189 / 0%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-10 {
  color: rgb(75 71 189 / 10%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-100 {
  color: rgb(75 71 189 / 100%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-20 {
  color: rgb(75 71 189 / 20%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-30 {
  color: rgb(75 71 189 / 30%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-40 {
  color: rgb(75 71 189 / 40%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-50 {
  color: rgb(75 71 189 / 50%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-60 {
  color: rgb(75 71 189 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-70 {
  color: rgb(75 71 189 / 70%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-80 {
  color: rgb(75 71 189 / 80%);
}
.text-comp-toggle-color-primary-selected-hover-border\/core-opacity-90 {
  color: rgb(75 71 189 / 90%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-selected-hover-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-selected-hover-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-primary-unselected-enabled-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-enabled-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-toggle-color-primary-unselected-enabled-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/0 {
  color: rgb(255 255 255 / 0);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/100 {
  color: rgb(255 255 255 / 1);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-bg\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-unselected-enabled-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/0 {
  color: rgb(242 244 247 / 0);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/100 {
  color: rgb(242 244 247 / 1);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-bg\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-unselected-enabled-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-primary-unselected-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-focused-bg\/0 {
  color: rgb(249 250 251 / 0);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/100 {
  color: rgb(249 250 251 / 1);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-comp-toggle-color-primary-unselected-focused-bg\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-comp-toggle-color-primary-unselected-focused-border {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-focused-border\/0 {
  color: rgb(208 213 221 / 0);
}
.text-comp-toggle-color-primary-unselected-focused-border\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-comp-toggle-color-primary-unselected-focused-border\/100 {
  color: rgb(208 213 221 / 1);
}
.text-comp-toggle-color-primary-unselected-focused-border\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-comp-toggle-color-primary-unselected-focused-border\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-comp-toggle-color-primary-unselected-focused-border\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-comp-toggle-color-primary-unselected-focused-border\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-comp-toggle-color-primary-unselected-focused-border\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-comp-toggle-color-primary-unselected-focused-border\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-comp-toggle-color-primary-unselected-focused-border\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-comp-toggle-color-primary-unselected-focused-border\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-comp-toggle-color-primary-unselected-focused-border\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-comp-toggle-color-primary-unselected-focused-border\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-comp-toggle-color-primary-unselected-focused-border\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-comp-toggle-color-primary-unselected-focused-border\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-comp-toggle-color-primary-unselected-focused-border\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-comp-toggle-color-primary-unselected-focused-border\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-unselected-focused-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-unselected-focused-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-comp-toggle-color-primary-unselected-hover-bg {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-hover-bg\/0 {
  color: rgb(249 250 251 / 0);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/100 {
  color: rgb(249 250 251 / 1);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-comp-toggle-color-primary-unselected-hover-bg\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-comp-toggle-color-primary-unselected-hover-border {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-hover-border\/0 {
  color: rgb(152 162 179 / 0);
}
.text-comp-toggle-color-primary-unselected-hover-border\/10 {
  color: rgb(152 162 179 / 0.1);
}
.text-comp-toggle-color-primary-unselected-hover-border\/100 {
  color: rgb(152 162 179 / 1);
}
.text-comp-toggle-color-primary-unselected-hover-border\/20 {
  color: rgb(152 162 179 / 0.2);
}
.text-comp-toggle-color-primary-unselected-hover-border\/25 {
  color: rgb(152 162 179 / 0.25);
}
.text-comp-toggle-color-primary-unselected-hover-border\/30 {
  color: rgb(152 162 179 / 0.3);
}
.text-comp-toggle-color-primary-unselected-hover-border\/40 {
  color: rgb(152 162 179 / 0.4);
}
.text-comp-toggle-color-primary-unselected-hover-border\/5 {
  color: rgb(152 162 179 / 0.05);
}
.text-comp-toggle-color-primary-unselected-hover-border\/50 {
  color: rgb(152 162 179 / 0.5);
}
.text-comp-toggle-color-primary-unselected-hover-border\/60 {
  color: rgb(152 162 179 / 0.6);
}
.text-comp-toggle-color-primary-unselected-hover-border\/70 {
  color: rgb(152 162 179 / 0.7);
}
.text-comp-toggle-color-primary-unselected-hover-border\/75 {
  color: rgb(152 162 179 / 0.75);
}
.text-comp-toggle-color-primary-unselected-hover-border\/80 {
  color: rgb(152 162 179 / 0.8);
}
.text-comp-toggle-color-primary-unselected-hover-border\/90 {
  color: rgb(152 162 179 / 0.9);
}
.text-comp-toggle-color-primary-unselected-hover-border\/95 {
  color: rgb(152 162 179 / 0.95);
}
.text-comp-toggle-color-primary-unselected-hover-border\/base-opacity-disabled {
  color: rgb(152 162 179 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-0 {
  color: rgb(152 162 179 / 0%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-10 {
  color: rgb(152 162 179 / 10%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-100 {
  color: rgb(152 162 179 / 100%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-20 {
  color: rgb(152 162 179 / 20%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-30 {
  color: rgb(152 162 179 / 30%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-40 {
  color: rgb(152 162 179 / 40%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-50 {
  color: rgb(152 162 179 / 50%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-60 {
  color: rgb(152 162 179 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-70 {
  color: rgb(152 162 179 / 70%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-80 {
  color: rgb(152 162 179 / 80%);
}
.text-comp-toggle-color-primary-unselected-hover-border\/core-opacity-90 {
  color: rgb(152 162 179 / 90%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/0 {
  color: rgb(52 64 85 / 0);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/100 {
  color: rgb(52 64 85 / 1);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-comp-toggle-color-primary-unselected-hover-primary-fg\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/0 {
  color: rgb(102 112 133 / 0);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/100 {
  color: rgb(102 112 133 / 1);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-comp-toggle-color-primary-unselected-hover-secondary-fg\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-core-color-blue-0 {
  --tw-text-opacity: 1;
  color: rgb(0 53 158 / var(--tw-text-opacity));
}
.text-core-color-blue-0\/0 {
  color: rgb(0 53 158 / 0);
}
.text-core-color-blue-0\/10 {
  color: rgb(0 53 158 / 0.1);
}
.text-core-color-blue-0\/100 {
  color: rgb(0 53 158 / 1);
}
.text-core-color-blue-0\/20 {
  color: rgb(0 53 158 / 0.2);
}
.text-core-color-blue-0\/25 {
  color: rgb(0 53 158 / 0.25);
}
.text-core-color-blue-0\/30 {
  color: rgb(0 53 158 / 0.3);
}
.text-core-color-blue-0\/40 {
  color: rgb(0 53 158 / 0.4);
}
.text-core-color-blue-0\/5 {
  color: rgb(0 53 158 / 0.05);
}
.text-core-color-blue-0\/50 {
  color: rgb(0 53 158 / 0.5);
}
.text-core-color-blue-0\/60 {
  color: rgb(0 53 158 / 0.6);
}
.text-core-color-blue-0\/70 {
  color: rgb(0 53 158 / 0.7);
}
.text-core-color-blue-0\/75 {
  color: rgb(0 53 158 / 0.75);
}
.text-core-color-blue-0\/80 {
  color: rgb(0 53 158 / 0.8);
}
.text-core-color-blue-0\/90 {
  color: rgb(0 53 158 / 0.9);
}
.text-core-color-blue-0\/95 {
  color: rgb(0 53 158 / 0.95);
}
.text-core-color-blue-0\/base-opacity-disabled {
  color: rgb(0 53 158 / 60%);
}
.text-core-color-blue-0\/core-opacity-0 {
  color: rgb(0 53 158 / 0%);
}
.text-core-color-blue-0\/core-opacity-10 {
  color: rgb(0 53 158 / 10%);
}
.text-core-color-blue-0\/core-opacity-100 {
  color: rgb(0 53 158 / 100%);
}
.text-core-color-blue-0\/core-opacity-20 {
  color: rgb(0 53 158 / 20%);
}
.text-core-color-blue-0\/core-opacity-30 {
  color: rgb(0 53 158 / 30%);
}
.text-core-color-blue-0\/core-opacity-40 {
  color: rgb(0 53 158 / 40%);
}
.text-core-color-blue-0\/core-opacity-50 {
  color: rgb(0 53 158 / 50%);
}
.text-core-color-blue-0\/core-opacity-60 {
  color: rgb(0 53 158 / 60%);
}
.text-core-color-blue-0\/core-opacity-70 {
  color: rgb(0 53 158 / 70%);
}
.text-core-color-blue-0\/core-opacity-80 {
  color: rgb(0 53 158 / 80%);
}
.text-core-color-blue-0\/core-opacity-90 {
  color: rgb(0 53 158 / 90%);
}
.text-core-color-blue-10 {
  --tw-text-opacity: 1;
  color: rgb(0 65 194 / var(--tw-text-opacity));
}
.text-core-color-blue-10\/0 {
  color: rgb(0 65 194 / 0);
}
.text-core-color-blue-10\/10 {
  color: rgb(0 65 194 / 0.1);
}
.text-core-color-blue-10\/100 {
  color: rgb(0 65 194 / 1);
}
.text-core-color-blue-10\/20 {
  color: rgb(0 65 194 / 0.2);
}
.text-core-color-blue-10\/25 {
  color: rgb(0 65 194 / 0.25);
}
.text-core-color-blue-10\/30 {
  color: rgb(0 65 194 / 0.3);
}
.text-core-color-blue-10\/40 {
  color: rgb(0 65 194 / 0.4);
}
.text-core-color-blue-10\/5 {
  color: rgb(0 65 194 / 0.05);
}
.text-core-color-blue-10\/50 {
  color: rgb(0 65 194 / 0.5);
}
.text-core-color-blue-10\/60 {
  color: rgb(0 65 194 / 0.6);
}
.text-core-color-blue-10\/70 {
  color: rgb(0 65 194 / 0.7);
}
.text-core-color-blue-10\/75 {
  color: rgb(0 65 194 / 0.75);
}
.text-core-color-blue-10\/80 {
  color: rgb(0 65 194 / 0.8);
}
.text-core-color-blue-10\/90 {
  color: rgb(0 65 194 / 0.9);
}
.text-core-color-blue-10\/95 {
  color: rgb(0 65 194 / 0.95);
}
.text-core-color-blue-10\/base-opacity-disabled {
  color: rgb(0 65 194 / 60%);
}
.text-core-color-blue-10\/core-opacity-0 {
  color: rgb(0 65 194 / 0%);
}
.text-core-color-blue-10\/core-opacity-10 {
  color: rgb(0 65 194 / 10%);
}
.text-core-color-blue-10\/core-opacity-100 {
  color: rgb(0 65 194 / 100%);
}
.text-core-color-blue-10\/core-opacity-20 {
  color: rgb(0 65 194 / 20%);
}
.text-core-color-blue-10\/core-opacity-30 {
  color: rgb(0 65 194 / 30%);
}
.text-core-color-blue-10\/core-opacity-40 {
  color: rgb(0 65 194 / 40%);
}
.text-core-color-blue-10\/core-opacity-50 {
  color: rgb(0 65 194 / 50%);
}
.text-core-color-blue-10\/core-opacity-60 {
  color: rgb(0 65 194 / 60%);
}
.text-core-color-blue-10\/core-opacity-70 {
  color: rgb(0 65 194 / 70%);
}
.text-core-color-blue-10\/core-opacity-80 {
  color: rgb(0 65 194 / 80%);
}
.text-core-color-blue-10\/core-opacity-90 {
  color: rgb(0 65 194 / 90%);
}
.text-core-color-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(245 248 255 / var(--tw-text-opacity));
}
.text-core-color-blue-100\/0 {
  color: rgb(245 248 255 / 0);
}
.text-core-color-blue-100\/10 {
  color: rgb(245 248 255 / 0.1);
}
.text-core-color-blue-100\/100 {
  color: rgb(245 248 255 / 1);
}
.text-core-color-blue-100\/20 {
  color: rgb(245 248 255 / 0.2);
}
.text-core-color-blue-100\/25 {
  color: rgb(245 248 255 / 0.25);
}
.text-core-color-blue-100\/30 {
  color: rgb(245 248 255 / 0.3);
}
.text-core-color-blue-100\/40 {
  color: rgb(245 248 255 / 0.4);
}
.text-core-color-blue-100\/5 {
  color: rgb(245 248 255 / 0.05);
}
.text-core-color-blue-100\/50 {
  color: rgb(245 248 255 / 0.5);
}
.text-core-color-blue-100\/60 {
  color: rgb(245 248 255 / 0.6);
}
.text-core-color-blue-100\/70 {
  color: rgb(245 248 255 / 0.7);
}
.text-core-color-blue-100\/75 {
  color: rgb(245 248 255 / 0.75);
}
.text-core-color-blue-100\/80 {
  color: rgb(245 248 255 / 0.8);
}
.text-core-color-blue-100\/90 {
  color: rgb(245 248 255 / 0.9);
}
.text-core-color-blue-100\/95 {
  color: rgb(245 248 255 / 0.95);
}
.text-core-color-blue-100\/base-opacity-disabled {
  color: rgb(245 248 255 / 60%);
}
.text-core-color-blue-100\/core-opacity-0 {
  color: rgb(245 248 255 / 0%);
}
.text-core-color-blue-100\/core-opacity-10 {
  color: rgb(245 248 255 / 10%);
}
.text-core-color-blue-100\/core-opacity-100 {
  color: rgb(245 248 255 / 100%);
}
.text-core-color-blue-100\/core-opacity-20 {
  color: rgb(245 248 255 / 20%);
}
.text-core-color-blue-100\/core-opacity-30 {
  color: rgb(245 248 255 / 30%);
}
.text-core-color-blue-100\/core-opacity-40 {
  color: rgb(245 248 255 / 40%);
}
.text-core-color-blue-100\/core-opacity-50 {
  color: rgb(245 248 255 / 50%);
}
.text-core-color-blue-100\/core-opacity-60 {
  color: rgb(245 248 255 / 60%);
}
.text-core-color-blue-100\/core-opacity-70 {
  color: rgb(245 248 255 / 70%);
}
.text-core-color-blue-100\/core-opacity-80 {
  color: rgb(245 248 255 / 80%);
}
.text-core-color-blue-100\/core-opacity-90 {
  color: rgb(245 248 255 / 90%);
}
.text-core-color-blue-20 {
  --tw-text-opacity: 1;
  color: rgb(0 78 235 / var(--tw-text-opacity));
}
.text-core-color-blue-20\/0 {
  color: rgb(0 78 235 / 0);
}
.text-core-color-blue-20\/10 {
  color: rgb(0 78 235 / 0.1);
}
.text-core-color-blue-20\/100 {
  color: rgb(0 78 235 / 1);
}
.text-core-color-blue-20\/20 {
  color: rgb(0 78 235 / 0.2);
}
.text-core-color-blue-20\/25 {
  color: rgb(0 78 235 / 0.25);
}
.text-core-color-blue-20\/30 {
  color: rgb(0 78 235 / 0.3);
}
.text-core-color-blue-20\/40 {
  color: rgb(0 78 235 / 0.4);
}
.text-core-color-blue-20\/5 {
  color: rgb(0 78 235 / 0.05);
}
.text-core-color-blue-20\/50 {
  color: rgb(0 78 235 / 0.5);
}
.text-core-color-blue-20\/60 {
  color: rgb(0 78 235 / 0.6);
}
.text-core-color-blue-20\/70 {
  color: rgb(0 78 235 / 0.7);
}
.text-core-color-blue-20\/75 {
  color: rgb(0 78 235 / 0.75);
}
.text-core-color-blue-20\/80 {
  color: rgb(0 78 235 / 0.8);
}
.text-core-color-blue-20\/90 {
  color: rgb(0 78 235 / 0.9);
}
.text-core-color-blue-20\/95 {
  color: rgb(0 78 235 / 0.95);
}
.text-core-color-blue-20\/base-opacity-disabled {
  color: rgb(0 78 235 / 60%);
}
.text-core-color-blue-20\/core-opacity-0 {
  color: rgb(0 78 235 / 0%);
}
.text-core-color-blue-20\/core-opacity-10 {
  color: rgb(0 78 235 / 10%);
}
.text-core-color-blue-20\/core-opacity-100 {
  color: rgb(0 78 235 / 100%);
}
.text-core-color-blue-20\/core-opacity-20 {
  color: rgb(0 78 235 / 20%);
}
.text-core-color-blue-20\/core-opacity-30 {
  color: rgb(0 78 235 / 30%);
}
.text-core-color-blue-20\/core-opacity-40 {
  color: rgb(0 78 235 / 40%);
}
.text-core-color-blue-20\/core-opacity-50 {
  color: rgb(0 78 235 / 50%);
}
.text-core-color-blue-20\/core-opacity-60 {
  color: rgb(0 78 235 / 60%);
}
.text-core-color-blue-20\/core-opacity-70 {
  color: rgb(0 78 235 / 70%);
}
.text-core-color-blue-20\/core-opacity-80 {
  color: rgb(0 78 235 / 80%);
}
.text-core-color-blue-20\/core-opacity-90 {
  color: rgb(0 78 235 / 90%);
}
.text-core-color-blue-30 {
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.text-core-color-blue-30\/0 {
  color: rgb(21 94 239 / 0);
}
.text-core-color-blue-30\/10 {
  color: rgb(21 94 239 / 0.1);
}
.text-core-color-blue-30\/100 {
  color: rgb(21 94 239 / 1);
}
.text-core-color-blue-30\/20 {
  color: rgb(21 94 239 / 0.2);
}
.text-core-color-blue-30\/25 {
  color: rgb(21 94 239 / 0.25);
}
.text-core-color-blue-30\/30 {
  color: rgb(21 94 239 / 0.3);
}
.text-core-color-blue-30\/40 {
  color: rgb(21 94 239 / 0.4);
}
.text-core-color-blue-30\/5 {
  color: rgb(21 94 239 / 0.05);
}
.text-core-color-blue-30\/50 {
  color: rgb(21 94 239 / 0.5);
}
.text-core-color-blue-30\/60 {
  color: rgb(21 94 239 / 0.6);
}
.text-core-color-blue-30\/70 {
  color: rgb(21 94 239 / 0.7);
}
.text-core-color-blue-30\/75 {
  color: rgb(21 94 239 / 0.75);
}
.text-core-color-blue-30\/80 {
  color: rgb(21 94 239 / 0.8);
}
.text-core-color-blue-30\/90 {
  color: rgb(21 94 239 / 0.9);
}
.text-core-color-blue-30\/95 {
  color: rgb(21 94 239 / 0.95);
}
.text-core-color-blue-30\/base-opacity-disabled {
  color: rgb(21 94 239 / 60%);
}
.text-core-color-blue-30\/core-opacity-0 {
  color: rgb(21 94 239 / 0%);
}
.text-core-color-blue-30\/core-opacity-10 {
  color: rgb(21 94 239 / 10%);
}
.text-core-color-blue-30\/core-opacity-100 {
  color: rgb(21 94 239 / 100%);
}
.text-core-color-blue-30\/core-opacity-20 {
  color: rgb(21 94 239 / 20%);
}
.text-core-color-blue-30\/core-opacity-30 {
  color: rgb(21 94 239 / 30%);
}
.text-core-color-blue-30\/core-opacity-40 {
  color: rgb(21 94 239 / 40%);
}
.text-core-color-blue-30\/core-opacity-50 {
  color: rgb(21 94 239 / 50%);
}
.text-core-color-blue-30\/core-opacity-60 {
  color: rgb(21 94 239 / 60%);
}
.text-core-color-blue-30\/core-opacity-70 {
  color: rgb(21 94 239 / 70%);
}
.text-core-color-blue-30\/core-opacity-80 {
  color: rgb(21 94 239 / 80%);
}
.text-core-color-blue-30\/core-opacity-90 {
  color: rgb(21 94 239 / 90%);
}
.text-core-color-blue-40 {
  --tw-text-opacity: 1;
  color: rgb(41 112 255 / var(--tw-text-opacity));
}
.text-core-color-blue-40\/0 {
  color: rgb(41 112 255 / 0);
}
.text-core-color-blue-40\/10 {
  color: rgb(41 112 255 / 0.1);
}
.text-core-color-blue-40\/100 {
  color: rgb(41 112 255 / 1);
}
.text-core-color-blue-40\/20 {
  color: rgb(41 112 255 / 0.2);
}
.text-core-color-blue-40\/25 {
  color: rgb(41 112 255 / 0.25);
}
.text-core-color-blue-40\/30 {
  color: rgb(41 112 255 / 0.3);
}
.text-core-color-blue-40\/40 {
  color: rgb(41 112 255 / 0.4);
}
.text-core-color-blue-40\/5 {
  color: rgb(41 112 255 / 0.05);
}
.text-core-color-blue-40\/50 {
  color: rgb(41 112 255 / 0.5);
}
.text-core-color-blue-40\/60 {
  color: rgb(41 112 255 / 0.6);
}
.text-core-color-blue-40\/70 {
  color: rgb(41 112 255 / 0.7);
}
.text-core-color-blue-40\/75 {
  color: rgb(41 112 255 / 0.75);
}
.text-core-color-blue-40\/80 {
  color: rgb(41 112 255 / 0.8);
}
.text-core-color-blue-40\/90 {
  color: rgb(41 112 255 / 0.9);
}
.text-core-color-blue-40\/95 {
  color: rgb(41 112 255 / 0.95);
}
.text-core-color-blue-40\/base-opacity-disabled {
  color: rgb(41 112 255 / 60%);
}
.text-core-color-blue-40\/core-opacity-0 {
  color: rgb(41 112 255 / 0%);
}
.text-core-color-blue-40\/core-opacity-10 {
  color: rgb(41 112 255 / 10%);
}
.text-core-color-blue-40\/core-opacity-100 {
  color: rgb(41 112 255 / 100%);
}
.text-core-color-blue-40\/core-opacity-20 {
  color: rgb(41 112 255 / 20%);
}
.text-core-color-blue-40\/core-opacity-30 {
  color: rgb(41 112 255 / 30%);
}
.text-core-color-blue-40\/core-opacity-40 {
  color: rgb(41 112 255 / 40%);
}
.text-core-color-blue-40\/core-opacity-50 {
  color: rgb(41 112 255 / 50%);
}
.text-core-color-blue-40\/core-opacity-60 {
  color: rgb(41 112 255 / 60%);
}
.text-core-color-blue-40\/core-opacity-70 {
  color: rgb(41 112 255 / 70%);
}
.text-core-color-blue-40\/core-opacity-80 {
  color: rgb(41 112 255 / 80%);
}
.text-core-color-blue-40\/core-opacity-90 {
  color: rgb(41 112 255 / 90%);
}
.text-core-color-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(82 139 255 / var(--tw-text-opacity));
}
.text-core-color-blue-50\/0 {
  color: rgb(82 139 255 / 0);
}
.text-core-color-blue-50\/10 {
  color: rgb(82 139 255 / 0.1);
}
.text-core-color-blue-50\/100 {
  color: rgb(82 139 255 / 1);
}
.text-core-color-blue-50\/20 {
  color: rgb(82 139 255 / 0.2);
}
.text-core-color-blue-50\/25 {
  color: rgb(82 139 255 / 0.25);
}
.text-core-color-blue-50\/30 {
  color: rgb(82 139 255 / 0.3);
}
.text-core-color-blue-50\/40 {
  color: rgb(82 139 255 / 0.4);
}
.text-core-color-blue-50\/5 {
  color: rgb(82 139 255 / 0.05);
}
.text-core-color-blue-50\/50 {
  color: rgb(82 139 255 / 0.5);
}
.text-core-color-blue-50\/60 {
  color: rgb(82 139 255 / 0.6);
}
.text-core-color-blue-50\/70 {
  color: rgb(82 139 255 / 0.7);
}
.text-core-color-blue-50\/75 {
  color: rgb(82 139 255 / 0.75);
}
.text-core-color-blue-50\/80 {
  color: rgb(82 139 255 / 0.8);
}
.text-core-color-blue-50\/90 {
  color: rgb(82 139 255 / 0.9);
}
.text-core-color-blue-50\/95 {
  color: rgb(82 139 255 / 0.95);
}
.text-core-color-blue-50\/base-opacity-disabled {
  color: rgb(82 139 255 / 60%);
}
.text-core-color-blue-50\/core-opacity-0 {
  color: rgb(82 139 255 / 0%);
}
.text-core-color-blue-50\/core-opacity-10 {
  color: rgb(82 139 255 / 10%);
}
.text-core-color-blue-50\/core-opacity-100 {
  color: rgb(82 139 255 / 100%);
}
.text-core-color-blue-50\/core-opacity-20 {
  color: rgb(82 139 255 / 20%);
}
.text-core-color-blue-50\/core-opacity-30 {
  color: rgb(82 139 255 / 30%);
}
.text-core-color-blue-50\/core-opacity-40 {
  color: rgb(82 139 255 / 40%);
}
.text-core-color-blue-50\/core-opacity-50 {
  color: rgb(82 139 255 / 50%);
}
.text-core-color-blue-50\/core-opacity-60 {
  color: rgb(82 139 255 / 60%);
}
.text-core-color-blue-50\/core-opacity-70 {
  color: rgb(82 139 255 / 70%);
}
.text-core-color-blue-50\/core-opacity-80 {
  color: rgb(82 139 255 / 80%);
}
.text-core-color-blue-50\/core-opacity-90 {
  color: rgb(82 139 255 / 90%);
}
.text-core-color-blue-60 {
  --tw-text-opacity: 1;
  color: rgb(133 173 255 / var(--tw-text-opacity));
}
.text-core-color-blue-60\/0 {
  color: rgb(133 173 255 / 0);
}
.text-core-color-blue-60\/10 {
  color: rgb(133 173 255 / 0.1);
}
.text-core-color-blue-60\/100 {
  color: rgb(133 173 255 / 1);
}
.text-core-color-blue-60\/20 {
  color: rgb(133 173 255 / 0.2);
}
.text-core-color-blue-60\/25 {
  color: rgb(133 173 255 / 0.25);
}
.text-core-color-blue-60\/30 {
  color: rgb(133 173 255 / 0.3);
}
.text-core-color-blue-60\/40 {
  color: rgb(133 173 255 / 0.4);
}
.text-core-color-blue-60\/5 {
  color: rgb(133 173 255 / 0.05);
}
.text-core-color-blue-60\/50 {
  color: rgb(133 173 255 / 0.5);
}
.text-core-color-blue-60\/60 {
  color: rgb(133 173 255 / 0.6);
}
.text-core-color-blue-60\/70 {
  color: rgb(133 173 255 / 0.7);
}
.text-core-color-blue-60\/75 {
  color: rgb(133 173 255 / 0.75);
}
.text-core-color-blue-60\/80 {
  color: rgb(133 173 255 / 0.8);
}
.text-core-color-blue-60\/90 {
  color: rgb(133 173 255 / 0.9);
}
.text-core-color-blue-60\/95 {
  color: rgb(133 173 255 / 0.95);
}
.text-core-color-blue-60\/base-opacity-disabled {
  color: rgb(133 173 255 / 60%);
}
.text-core-color-blue-60\/core-opacity-0 {
  color: rgb(133 173 255 / 0%);
}
.text-core-color-blue-60\/core-opacity-10 {
  color: rgb(133 173 255 / 10%);
}
.text-core-color-blue-60\/core-opacity-100 {
  color: rgb(133 173 255 / 100%);
}
.text-core-color-blue-60\/core-opacity-20 {
  color: rgb(133 173 255 / 20%);
}
.text-core-color-blue-60\/core-opacity-30 {
  color: rgb(133 173 255 / 30%);
}
.text-core-color-blue-60\/core-opacity-40 {
  color: rgb(133 173 255 / 40%);
}
.text-core-color-blue-60\/core-opacity-50 {
  color: rgb(133 173 255 / 50%);
}
.text-core-color-blue-60\/core-opacity-60 {
  color: rgb(133 173 255 / 60%);
}
.text-core-color-blue-60\/core-opacity-70 {
  color: rgb(133 173 255 / 70%);
}
.text-core-color-blue-60\/core-opacity-80 {
  color: rgb(133 173 255 / 80%);
}
.text-core-color-blue-60\/core-opacity-90 {
  color: rgb(133 173 255 / 90%);
}
.text-core-color-blue-70 {
  --tw-text-opacity: 1;
  color: rgb(179 204 255 / var(--tw-text-opacity));
}
.text-core-color-blue-70\/0 {
  color: rgb(179 204 255 / 0);
}
.text-core-color-blue-70\/10 {
  color: rgb(179 204 255 / 0.1);
}
.text-core-color-blue-70\/100 {
  color: rgb(179 204 255 / 1);
}
.text-core-color-blue-70\/20 {
  color: rgb(179 204 255 / 0.2);
}
.text-core-color-blue-70\/25 {
  color: rgb(179 204 255 / 0.25);
}
.text-core-color-blue-70\/30 {
  color: rgb(179 204 255 / 0.3);
}
.text-core-color-blue-70\/40 {
  color: rgb(179 204 255 / 0.4);
}
.text-core-color-blue-70\/5 {
  color: rgb(179 204 255 / 0.05);
}
.text-core-color-blue-70\/50 {
  color: rgb(179 204 255 / 0.5);
}
.text-core-color-blue-70\/60 {
  color: rgb(179 204 255 / 0.6);
}
.text-core-color-blue-70\/70 {
  color: rgb(179 204 255 / 0.7);
}
.text-core-color-blue-70\/75 {
  color: rgb(179 204 255 / 0.75);
}
.text-core-color-blue-70\/80 {
  color: rgb(179 204 255 / 0.8);
}
.text-core-color-blue-70\/90 {
  color: rgb(179 204 255 / 0.9);
}
.text-core-color-blue-70\/95 {
  color: rgb(179 204 255 / 0.95);
}
.text-core-color-blue-70\/base-opacity-disabled {
  color: rgb(179 204 255 / 60%);
}
.text-core-color-blue-70\/core-opacity-0 {
  color: rgb(179 204 255 / 0%);
}
.text-core-color-blue-70\/core-opacity-10 {
  color: rgb(179 204 255 / 10%);
}
.text-core-color-blue-70\/core-opacity-100 {
  color: rgb(179 204 255 / 100%);
}
.text-core-color-blue-70\/core-opacity-20 {
  color: rgb(179 204 255 / 20%);
}
.text-core-color-blue-70\/core-opacity-30 {
  color: rgb(179 204 255 / 30%);
}
.text-core-color-blue-70\/core-opacity-40 {
  color: rgb(179 204 255 / 40%);
}
.text-core-color-blue-70\/core-opacity-50 {
  color: rgb(179 204 255 / 50%);
}
.text-core-color-blue-70\/core-opacity-60 {
  color: rgb(179 204 255 / 60%);
}
.text-core-color-blue-70\/core-opacity-70 {
  color: rgb(179 204 255 / 70%);
}
.text-core-color-blue-70\/core-opacity-80 {
  color: rgb(179 204 255 / 80%);
}
.text-core-color-blue-70\/core-opacity-90 {
  color: rgb(179 204 255 / 90%);
}
.text-core-color-blue-80 {
  --tw-text-opacity: 1;
  color: rgb(209 224 255 / var(--tw-text-opacity));
}
.text-core-color-blue-80\/0 {
  color: rgb(209 224 255 / 0);
}
.text-core-color-blue-80\/10 {
  color: rgb(209 224 255 / 0.1);
}
.text-core-color-blue-80\/100 {
  color: rgb(209 224 255 / 1);
}
.text-core-color-blue-80\/20 {
  color: rgb(209 224 255 / 0.2);
}
.text-core-color-blue-80\/25 {
  color: rgb(209 224 255 / 0.25);
}
.text-core-color-blue-80\/30 {
  color: rgb(209 224 255 / 0.3);
}
.text-core-color-blue-80\/40 {
  color: rgb(209 224 255 / 0.4);
}
.text-core-color-blue-80\/5 {
  color: rgb(209 224 255 / 0.05);
}
.text-core-color-blue-80\/50 {
  color: rgb(209 224 255 / 0.5);
}
.text-core-color-blue-80\/60 {
  color: rgb(209 224 255 / 0.6);
}
.text-core-color-blue-80\/70 {
  color: rgb(209 224 255 / 0.7);
}
.text-core-color-blue-80\/75 {
  color: rgb(209 224 255 / 0.75);
}
.text-core-color-blue-80\/80 {
  color: rgb(209 224 255 / 0.8);
}
.text-core-color-blue-80\/90 {
  color: rgb(209 224 255 / 0.9);
}
.text-core-color-blue-80\/95 {
  color: rgb(209 224 255 / 0.95);
}
.text-core-color-blue-80\/base-opacity-disabled {
  color: rgb(209 224 255 / 60%);
}
.text-core-color-blue-80\/core-opacity-0 {
  color: rgb(209 224 255 / 0%);
}
.text-core-color-blue-80\/core-opacity-10 {
  color: rgb(209 224 255 / 10%);
}
.text-core-color-blue-80\/core-opacity-100 {
  color: rgb(209 224 255 / 100%);
}
.text-core-color-blue-80\/core-opacity-20 {
  color: rgb(209 224 255 / 20%);
}
.text-core-color-blue-80\/core-opacity-30 {
  color: rgb(209 224 255 / 30%);
}
.text-core-color-blue-80\/core-opacity-40 {
  color: rgb(209 224 255 / 40%);
}
.text-core-color-blue-80\/core-opacity-50 {
  color: rgb(209 224 255 / 50%);
}
.text-core-color-blue-80\/core-opacity-60 {
  color: rgb(209 224 255 / 60%);
}
.text-core-color-blue-80\/core-opacity-70 {
  color: rgb(209 224 255 / 70%);
}
.text-core-color-blue-80\/core-opacity-80 {
  color: rgb(209 224 255 / 80%);
}
.text-core-color-blue-80\/core-opacity-90 {
  color: rgb(209 224 255 / 90%);
}
.text-core-color-blue-90 {
  --tw-text-opacity: 1;
  color: rgb(240 245 255 / var(--tw-text-opacity));
}
.text-core-color-blue-90\/0 {
  color: rgb(240 245 255 / 0);
}
.text-core-color-blue-90\/10 {
  color: rgb(240 245 255 / 0.1);
}
.text-core-color-blue-90\/100 {
  color: rgb(240 245 255 / 1);
}
.text-core-color-blue-90\/20 {
  color: rgb(240 245 255 / 0.2);
}
.text-core-color-blue-90\/25 {
  color: rgb(240 245 255 / 0.25);
}
.text-core-color-blue-90\/30 {
  color: rgb(240 245 255 / 0.3);
}
.text-core-color-blue-90\/40 {
  color: rgb(240 245 255 / 0.4);
}
.text-core-color-blue-90\/5 {
  color: rgb(240 245 255 / 0.05);
}
.text-core-color-blue-90\/50 {
  color: rgb(240 245 255 / 0.5);
}
.text-core-color-blue-90\/60 {
  color: rgb(240 245 255 / 0.6);
}
.text-core-color-blue-90\/70 {
  color: rgb(240 245 255 / 0.7);
}
.text-core-color-blue-90\/75 {
  color: rgb(240 245 255 / 0.75);
}
.text-core-color-blue-90\/80 {
  color: rgb(240 245 255 / 0.8);
}
.text-core-color-blue-90\/90 {
  color: rgb(240 245 255 / 0.9);
}
.text-core-color-blue-90\/95 {
  color: rgb(240 245 255 / 0.95);
}
.text-core-color-blue-90\/base-opacity-disabled {
  color: rgb(240 245 255 / 60%);
}
.text-core-color-blue-90\/core-opacity-0 {
  color: rgb(240 245 255 / 0%);
}
.text-core-color-blue-90\/core-opacity-10 {
  color: rgb(240 245 255 / 10%);
}
.text-core-color-blue-90\/core-opacity-100 {
  color: rgb(240 245 255 / 100%);
}
.text-core-color-blue-90\/core-opacity-20 {
  color: rgb(240 245 255 / 20%);
}
.text-core-color-blue-90\/core-opacity-30 {
  color: rgb(240 245 255 / 30%);
}
.text-core-color-blue-90\/core-opacity-40 {
  color: rgb(240 245 255 / 40%);
}
.text-core-color-blue-90\/core-opacity-50 {
  color: rgb(240 245 255 / 50%);
}
.text-core-color-blue-90\/core-opacity-60 {
  color: rgb(240 245 255 / 60%);
}
.text-core-color-blue-90\/core-opacity-70 {
  color: rgb(240 245 255 / 70%);
}
.text-core-color-blue-90\/core-opacity-80 {
  color: rgb(240 245 255 / 80%);
}
.text-core-color-blue-90\/core-opacity-90 {
  color: rgb(240 245 255 / 90%);
}
.text-core-color-cyan-0 {
  --tw-text-opacity: 1;
  color: rgb(22 77 100 / var(--tw-text-opacity));
}
.text-core-color-cyan-0\/0 {
  color: rgb(22 77 100 / 0);
}
.text-core-color-cyan-0\/10 {
  color: rgb(22 77 100 / 0.1);
}
.text-core-color-cyan-0\/100 {
  color: rgb(22 77 100 / 1);
}
.text-core-color-cyan-0\/20 {
  color: rgb(22 77 100 / 0.2);
}
.text-core-color-cyan-0\/25 {
  color: rgb(22 77 100 / 0.25);
}
.text-core-color-cyan-0\/30 {
  color: rgb(22 77 100 / 0.3);
}
.text-core-color-cyan-0\/40 {
  color: rgb(22 77 100 / 0.4);
}
.text-core-color-cyan-0\/5 {
  color: rgb(22 77 100 / 0.05);
}
.text-core-color-cyan-0\/50 {
  color: rgb(22 77 100 / 0.5);
}
.text-core-color-cyan-0\/60 {
  color: rgb(22 77 100 / 0.6);
}
.text-core-color-cyan-0\/70 {
  color: rgb(22 77 100 / 0.7);
}
.text-core-color-cyan-0\/75 {
  color: rgb(22 77 100 / 0.75);
}
.text-core-color-cyan-0\/80 {
  color: rgb(22 77 100 / 0.8);
}
.text-core-color-cyan-0\/90 {
  color: rgb(22 77 100 / 0.9);
}
.text-core-color-cyan-0\/95 {
  color: rgb(22 77 100 / 0.95);
}
.text-core-color-cyan-0\/base-opacity-disabled {
  color: rgb(22 77 100 / 60%);
}
.text-core-color-cyan-0\/core-opacity-0 {
  color: rgb(22 77 100 / 0%);
}
.text-core-color-cyan-0\/core-opacity-10 {
  color: rgb(22 77 100 / 10%);
}
.text-core-color-cyan-0\/core-opacity-100 {
  color: rgb(22 77 100 / 100%);
}
.text-core-color-cyan-0\/core-opacity-20 {
  color: rgb(22 77 100 / 20%);
}
.text-core-color-cyan-0\/core-opacity-30 {
  color: rgb(22 77 100 / 30%);
}
.text-core-color-cyan-0\/core-opacity-40 {
  color: rgb(22 77 100 / 40%);
}
.text-core-color-cyan-0\/core-opacity-50 {
  color: rgb(22 77 100 / 50%);
}
.text-core-color-cyan-0\/core-opacity-60 {
  color: rgb(22 77 100 / 60%);
}
.text-core-color-cyan-0\/core-opacity-70 {
  color: rgb(22 77 100 / 70%);
}
.text-core-color-cyan-0\/core-opacity-80 {
  color: rgb(22 77 100 / 80%);
}
.text-core-color-cyan-0\/core-opacity-90 {
  color: rgb(22 77 100 / 90%);
}
.text-core-color-cyan-10 {
  --tw-text-opacity: 1;
  color: rgb(21 91 117 / var(--tw-text-opacity));
}
.text-core-color-cyan-10\/0 {
  color: rgb(21 91 117 / 0);
}
.text-core-color-cyan-10\/10 {
  color: rgb(21 91 117 / 0.1);
}
.text-core-color-cyan-10\/100 {
  color: rgb(21 91 117 / 1);
}
.text-core-color-cyan-10\/20 {
  color: rgb(21 91 117 / 0.2);
}
.text-core-color-cyan-10\/25 {
  color: rgb(21 91 117 / 0.25);
}
.text-core-color-cyan-10\/30 {
  color: rgb(21 91 117 / 0.3);
}
.text-core-color-cyan-10\/40 {
  color: rgb(21 91 117 / 0.4);
}
.text-core-color-cyan-10\/5 {
  color: rgb(21 91 117 / 0.05);
}
.text-core-color-cyan-10\/50 {
  color: rgb(21 91 117 / 0.5);
}
.text-core-color-cyan-10\/60 {
  color: rgb(21 91 117 / 0.6);
}
.text-core-color-cyan-10\/70 {
  color: rgb(21 91 117 / 0.7);
}
.text-core-color-cyan-10\/75 {
  color: rgb(21 91 117 / 0.75);
}
.text-core-color-cyan-10\/80 {
  color: rgb(21 91 117 / 0.8);
}
.text-core-color-cyan-10\/90 {
  color: rgb(21 91 117 / 0.9);
}
.text-core-color-cyan-10\/95 {
  color: rgb(21 91 117 / 0.95);
}
.text-core-color-cyan-10\/base-opacity-disabled {
  color: rgb(21 91 117 / 60%);
}
.text-core-color-cyan-10\/core-opacity-0 {
  color: rgb(21 91 117 / 0%);
}
.text-core-color-cyan-10\/core-opacity-10 {
  color: rgb(21 91 117 / 10%);
}
.text-core-color-cyan-10\/core-opacity-100 {
  color: rgb(21 91 117 / 100%);
}
.text-core-color-cyan-10\/core-opacity-20 {
  color: rgb(21 91 117 / 20%);
}
.text-core-color-cyan-10\/core-opacity-30 {
  color: rgb(21 91 117 / 30%);
}
.text-core-color-cyan-10\/core-opacity-40 {
  color: rgb(21 91 117 / 40%);
}
.text-core-color-cyan-10\/core-opacity-50 {
  color: rgb(21 91 117 / 50%);
}
.text-core-color-cyan-10\/core-opacity-60 {
  color: rgb(21 91 117 / 60%);
}
.text-core-color-cyan-10\/core-opacity-70 {
  color: rgb(21 91 117 / 70%);
}
.text-core-color-cyan-10\/core-opacity-80 {
  color: rgb(21 91 117 / 80%);
}
.text-core-color-cyan-10\/core-opacity-90 {
  color: rgb(21 91 117 / 90%);
}
.text-core-color-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(245 254 255 / var(--tw-text-opacity));
}
.text-core-color-cyan-100\/0 {
  color: rgb(245 254 255 / 0);
}
.text-core-color-cyan-100\/10 {
  color: rgb(245 254 255 / 0.1);
}
.text-core-color-cyan-100\/100 {
  color: rgb(245 254 255 / 1);
}
.text-core-color-cyan-100\/20 {
  color: rgb(245 254 255 / 0.2);
}
.text-core-color-cyan-100\/25 {
  color: rgb(245 254 255 / 0.25);
}
.text-core-color-cyan-100\/30 {
  color: rgb(245 254 255 / 0.3);
}
.text-core-color-cyan-100\/40 {
  color: rgb(245 254 255 / 0.4);
}
.text-core-color-cyan-100\/5 {
  color: rgb(245 254 255 / 0.05);
}
.text-core-color-cyan-100\/50 {
  color: rgb(245 254 255 / 0.5);
}
.text-core-color-cyan-100\/60 {
  color: rgb(245 254 255 / 0.6);
}
.text-core-color-cyan-100\/70 {
  color: rgb(245 254 255 / 0.7);
}
.text-core-color-cyan-100\/75 {
  color: rgb(245 254 255 / 0.75);
}
.text-core-color-cyan-100\/80 {
  color: rgb(245 254 255 / 0.8);
}
.text-core-color-cyan-100\/90 {
  color: rgb(245 254 255 / 0.9);
}
.text-core-color-cyan-100\/95 {
  color: rgb(245 254 255 / 0.95);
}
.text-core-color-cyan-100\/base-opacity-disabled {
  color: rgb(245 254 255 / 60%);
}
.text-core-color-cyan-100\/core-opacity-0 {
  color: rgb(245 254 255 / 0%);
}
.text-core-color-cyan-100\/core-opacity-10 {
  color: rgb(245 254 255 / 10%);
}
.text-core-color-cyan-100\/core-opacity-100 {
  color: rgb(245 254 255 / 100%);
}
.text-core-color-cyan-100\/core-opacity-20 {
  color: rgb(245 254 255 / 20%);
}
.text-core-color-cyan-100\/core-opacity-30 {
  color: rgb(245 254 255 / 30%);
}
.text-core-color-cyan-100\/core-opacity-40 {
  color: rgb(245 254 255 / 40%);
}
.text-core-color-cyan-100\/core-opacity-50 {
  color: rgb(245 254 255 / 50%);
}
.text-core-color-cyan-100\/core-opacity-60 {
  color: rgb(245 254 255 / 60%);
}
.text-core-color-cyan-100\/core-opacity-70 {
  color: rgb(245 254 255 / 70%);
}
.text-core-color-cyan-100\/core-opacity-80 {
  color: rgb(245 254 255 / 80%);
}
.text-core-color-cyan-100\/core-opacity-90 {
  color: rgb(245 254 255 / 90%);
}
.text-core-color-cyan-20 {
  --tw-text-opacity: 1;
  color: rgb(14 111 144 / var(--tw-text-opacity));
}
.text-core-color-cyan-20\/0 {
  color: rgb(14 111 144 / 0);
}
.text-core-color-cyan-20\/10 {
  color: rgb(14 111 144 / 0.1);
}
.text-core-color-cyan-20\/100 {
  color: rgb(14 111 144 / 1);
}
.text-core-color-cyan-20\/20 {
  color: rgb(14 111 144 / 0.2);
}
.text-core-color-cyan-20\/25 {
  color: rgb(14 111 144 / 0.25);
}
.text-core-color-cyan-20\/30 {
  color: rgb(14 111 144 / 0.3);
}
.text-core-color-cyan-20\/40 {
  color: rgb(14 111 144 / 0.4);
}
.text-core-color-cyan-20\/5 {
  color: rgb(14 111 144 / 0.05);
}
.text-core-color-cyan-20\/50 {
  color: rgb(14 111 144 / 0.5);
}
.text-core-color-cyan-20\/60 {
  color: rgb(14 111 144 / 0.6);
}
.text-core-color-cyan-20\/70 {
  color: rgb(14 111 144 / 0.7);
}
.text-core-color-cyan-20\/75 {
  color: rgb(14 111 144 / 0.75);
}
.text-core-color-cyan-20\/80 {
  color: rgb(14 111 144 / 0.8);
}
.text-core-color-cyan-20\/90 {
  color: rgb(14 111 144 / 0.9);
}
.text-core-color-cyan-20\/95 {
  color: rgb(14 111 144 / 0.95);
}
.text-core-color-cyan-20\/base-opacity-disabled {
  color: rgb(14 111 144 / 60%);
}
.text-core-color-cyan-20\/core-opacity-0 {
  color: rgb(14 111 144 / 0%);
}
.text-core-color-cyan-20\/core-opacity-10 {
  color: rgb(14 111 144 / 10%);
}
.text-core-color-cyan-20\/core-opacity-100 {
  color: rgb(14 111 144 / 100%);
}
.text-core-color-cyan-20\/core-opacity-20 {
  color: rgb(14 111 144 / 20%);
}
.text-core-color-cyan-20\/core-opacity-30 {
  color: rgb(14 111 144 / 30%);
}
.text-core-color-cyan-20\/core-opacity-40 {
  color: rgb(14 111 144 / 40%);
}
.text-core-color-cyan-20\/core-opacity-50 {
  color: rgb(14 111 144 / 50%);
}
.text-core-color-cyan-20\/core-opacity-60 {
  color: rgb(14 111 144 / 60%);
}
.text-core-color-cyan-20\/core-opacity-70 {
  color: rgb(14 111 144 / 70%);
}
.text-core-color-cyan-20\/core-opacity-80 {
  color: rgb(14 111 144 / 80%);
}
.text-core-color-cyan-20\/core-opacity-90 {
  color: rgb(14 111 144 / 90%);
}
.text-core-color-cyan-30 {
  --tw-text-opacity: 1;
  color: rgb(8 136 175 / var(--tw-text-opacity));
}
.text-core-color-cyan-30\/0 {
  color: rgb(8 136 175 / 0);
}
.text-core-color-cyan-30\/10 {
  color: rgb(8 136 175 / 0.1);
}
.text-core-color-cyan-30\/100 {
  color: rgb(8 136 175 / 1);
}
.text-core-color-cyan-30\/20 {
  color: rgb(8 136 175 / 0.2);
}
.text-core-color-cyan-30\/25 {
  color: rgb(8 136 175 / 0.25);
}
.text-core-color-cyan-30\/30 {
  color: rgb(8 136 175 / 0.3);
}
.text-core-color-cyan-30\/40 {
  color: rgb(8 136 175 / 0.4);
}
.text-core-color-cyan-30\/5 {
  color: rgb(8 136 175 / 0.05);
}
.text-core-color-cyan-30\/50 {
  color: rgb(8 136 175 / 0.5);
}
.text-core-color-cyan-30\/60 {
  color: rgb(8 136 175 / 0.6);
}
.text-core-color-cyan-30\/70 {
  color: rgb(8 136 175 / 0.7);
}
.text-core-color-cyan-30\/75 {
  color: rgb(8 136 175 / 0.75);
}
.text-core-color-cyan-30\/80 {
  color: rgb(8 136 175 / 0.8);
}
.text-core-color-cyan-30\/90 {
  color: rgb(8 136 175 / 0.9);
}
.text-core-color-cyan-30\/95 {
  color: rgb(8 136 175 / 0.95);
}
.text-core-color-cyan-30\/base-opacity-disabled {
  color: rgb(8 136 175 / 60%);
}
.text-core-color-cyan-30\/core-opacity-0 {
  color: rgb(8 136 175 / 0%);
}
.text-core-color-cyan-30\/core-opacity-10 {
  color: rgb(8 136 175 / 10%);
}
.text-core-color-cyan-30\/core-opacity-100 {
  color: rgb(8 136 175 / 100%);
}
.text-core-color-cyan-30\/core-opacity-20 {
  color: rgb(8 136 175 / 20%);
}
.text-core-color-cyan-30\/core-opacity-30 {
  color: rgb(8 136 175 / 30%);
}
.text-core-color-cyan-30\/core-opacity-40 {
  color: rgb(8 136 175 / 40%);
}
.text-core-color-cyan-30\/core-opacity-50 {
  color: rgb(8 136 175 / 50%);
}
.text-core-color-cyan-30\/core-opacity-60 {
  color: rgb(8 136 175 / 60%);
}
.text-core-color-cyan-30\/core-opacity-70 {
  color: rgb(8 136 175 / 70%);
}
.text-core-color-cyan-30\/core-opacity-80 {
  color: rgb(8 136 175 / 80%);
}
.text-core-color-cyan-30\/core-opacity-90 {
  color: rgb(8 136 175 / 90%);
}
.text-core-color-cyan-40 {
  --tw-text-opacity: 1;
  color: rgb(7 175 213 / var(--tw-text-opacity));
}
.text-core-color-cyan-40\/0 {
  color: rgb(7 175 213 / 0);
}
.text-core-color-cyan-40\/10 {
  color: rgb(7 175 213 / 0.1);
}
.text-core-color-cyan-40\/100 {
  color: rgb(7 175 213 / 1);
}
.text-core-color-cyan-40\/20 {
  color: rgb(7 175 213 / 0.2);
}
.text-core-color-cyan-40\/25 {
  color: rgb(7 175 213 / 0.25);
}
.text-core-color-cyan-40\/30 {
  color: rgb(7 175 213 / 0.3);
}
.text-core-color-cyan-40\/40 {
  color: rgb(7 175 213 / 0.4);
}
.text-core-color-cyan-40\/5 {
  color: rgb(7 175 213 / 0.05);
}
.text-core-color-cyan-40\/50 {
  color: rgb(7 175 213 / 0.5);
}
.text-core-color-cyan-40\/60 {
  color: rgb(7 175 213 / 0.6);
}
.text-core-color-cyan-40\/70 {
  color: rgb(7 175 213 / 0.7);
}
.text-core-color-cyan-40\/75 {
  color: rgb(7 175 213 / 0.75);
}
.text-core-color-cyan-40\/80 {
  color: rgb(7 175 213 / 0.8);
}
.text-core-color-cyan-40\/90 {
  color: rgb(7 175 213 / 0.9);
}
.text-core-color-cyan-40\/95 {
  color: rgb(7 175 213 / 0.95);
}
.text-core-color-cyan-40\/base-opacity-disabled {
  color: rgb(7 175 213 / 60%);
}
.text-core-color-cyan-40\/core-opacity-0 {
  color: rgb(7 175 213 / 0%);
}
.text-core-color-cyan-40\/core-opacity-10 {
  color: rgb(7 175 213 / 10%);
}
.text-core-color-cyan-40\/core-opacity-100 {
  color: rgb(7 175 213 / 100%);
}
.text-core-color-cyan-40\/core-opacity-20 {
  color: rgb(7 175 213 / 20%);
}
.text-core-color-cyan-40\/core-opacity-30 {
  color: rgb(7 175 213 / 30%);
}
.text-core-color-cyan-40\/core-opacity-40 {
  color: rgb(7 175 213 / 40%);
}
.text-core-color-cyan-40\/core-opacity-50 {
  color: rgb(7 175 213 / 50%);
}
.text-core-color-cyan-40\/core-opacity-60 {
  color: rgb(7 175 213 / 60%);
}
.text-core-color-cyan-40\/core-opacity-70 {
  color: rgb(7 175 213 / 70%);
}
.text-core-color-cyan-40\/core-opacity-80 {
  color: rgb(7 175 213 / 80%);
}
.text-core-color-cyan-40\/core-opacity-90 {
  color: rgb(7 175 213 / 90%);
}
.text-core-color-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(32 204 238 / var(--tw-text-opacity));
}
.text-core-color-cyan-50\/0 {
  color: rgb(32 204 238 / 0);
}
.text-core-color-cyan-50\/10 {
  color: rgb(32 204 238 / 0.1);
}
.text-core-color-cyan-50\/100 {
  color: rgb(32 204 238 / 1);
}
.text-core-color-cyan-50\/20 {
  color: rgb(32 204 238 / 0.2);
}
.text-core-color-cyan-50\/25 {
  color: rgb(32 204 238 / 0.25);
}
.text-core-color-cyan-50\/30 {
  color: rgb(32 204 238 / 0.3);
}
.text-core-color-cyan-50\/40 {
  color: rgb(32 204 238 / 0.4);
}
.text-core-color-cyan-50\/5 {
  color: rgb(32 204 238 / 0.05);
}
.text-core-color-cyan-50\/50 {
  color: rgb(32 204 238 / 0.5);
}
.text-core-color-cyan-50\/60 {
  color: rgb(32 204 238 / 0.6);
}
.text-core-color-cyan-50\/70 {
  color: rgb(32 204 238 / 0.7);
}
.text-core-color-cyan-50\/75 {
  color: rgb(32 204 238 / 0.75);
}
.text-core-color-cyan-50\/80 {
  color: rgb(32 204 238 / 0.8);
}
.text-core-color-cyan-50\/90 {
  color: rgb(32 204 238 / 0.9);
}
.text-core-color-cyan-50\/95 {
  color: rgb(32 204 238 / 0.95);
}
.text-core-color-cyan-50\/base-opacity-disabled {
  color: rgb(32 204 238 / 60%);
}
.text-core-color-cyan-50\/core-opacity-0 {
  color: rgb(32 204 238 / 0%);
}
.text-core-color-cyan-50\/core-opacity-10 {
  color: rgb(32 204 238 / 10%);
}
.text-core-color-cyan-50\/core-opacity-100 {
  color: rgb(32 204 238 / 100%);
}
.text-core-color-cyan-50\/core-opacity-20 {
  color: rgb(32 204 238 / 20%);
}
.text-core-color-cyan-50\/core-opacity-30 {
  color: rgb(32 204 238 / 30%);
}
.text-core-color-cyan-50\/core-opacity-40 {
  color: rgb(32 204 238 / 40%);
}
.text-core-color-cyan-50\/core-opacity-50 {
  color: rgb(32 204 238 / 50%);
}
.text-core-color-cyan-50\/core-opacity-60 {
  color: rgb(32 204 238 / 60%);
}
.text-core-color-cyan-50\/core-opacity-70 {
  color: rgb(32 204 238 / 70%);
}
.text-core-color-cyan-50\/core-opacity-80 {
  color: rgb(32 204 238 / 80%);
}
.text-core-color-cyan-50\/core-opacity-90 {
  color: rgb(32 204 238 / 90%);
}
.text-core-color-cyan-60 {
  --tw-text-opacity: 1;
  color: rgb(103 227 249 / var(--tw-text-opacity));
}
.text-core-color-cyan-60\/0 {
  color: rgb(103 227 249 / 0);
}
.text-core-color-cyan-60\/10 {
  color: rgb(103 227 249 / 0.1);
}
.text-core-color-cyan-60\/100 {
  color: rgb(103 227 249 / 1);
}
.text-core-color-cyan-60\/20 {
  color: rgb(103 227 249 / 0.2);
}
.text-core-color-cyan-60\/25 {
  color: rgb(103 227 249 / 0.25);
}
.text-core-color-cyan-60\/30 {
  color: rgb(103 227 249 / 0.3);
}
.text-core-color-cyan-60\/40 {
  color: rgb(103 227 249 / 0.4);
}
.text-core-color-cyan-60\/5 {
  color: rgb(103 227 249 / 0.05);
}
.text-core-color-cyan-60\/50 {
  color: rgb(103 227 249 / 0.5);
}
.text-core-color-cyan-60\/60 {
  color: rgb(103 227 249 / 0.6);
}
.text-core-color-cyan-60\/70 {
  color: rgb(103 227 249 / 0.7);
}
.text-core-color-cyan-60\/75 {
  color: rgb(103 227 249 / 0.75);
}
.text-core-color-cyan-60\/80 {
  color: rgb(103 227 249 / 0.8);
}
.text-core-color-cyan-60\/90 {
  color: rgb(103 227 249 / 0.9);
}
.text-core-color-cyan-60\/95 {
  color: rgb(103 227 249 / 0.95);
}
.text-core-color-cyan-60\/base-opacity-disabled {
  color: rgb(103 227 249 / 60%);
}
.text-core-color-cyan-60\/core-opacity-0 {
  color: rgb(103 227 249 / 0%);
}
.text-core-color-cyan-60\/core-opacity-10 {
  color: rgb(103 227 249 / 10%);
}
.text-core-color-cyan-60\/core-opacity-100 {
  color: rgb(103 227 249 / 100%);
}
.text-core-color-cyan-60\/core-opacity-20 {
  color: rgb(103 227 249 / 20%);
}
.text-core-color-cyan-60\/core-opacity-30 {
  color: rgb(103 227 249 / 30%);
}
.text-core-color-cyan-60\/core-opacity-40 {
  color: rgb(103 227 249 / 40%);
}
.text-core-color-cyan-60\/core-opacity-50 {
  color: rgb(103 227 249 / 50%);
}
.text-core-color-cyan-60\/core-opacity-60 {
  color: rgb(103 227 249 / 60%);
}
.text-core-color-cyan-60\/core-opacity-70 {
  color: rgb(103 227 249 / 70%);
}
.text-core-color-cyan-60\/core-opacity-80 {
  color: rgb(103 227 249 / 80%);
}
.text-core-color-cyan-60\/core-opacity-90 {
  color: rgb(103 227 249 / 90%);
}
.text-core-color-cyan-70 {
  --tw-text-opacity: 1;
  color: rgb(166 241 252 / var(--tw-text-opacity));
}
.text-core-color-cyan-70\/0 {
  color: rgb(166 241 252 / 0);
}
.text-core-color-cyan-70\/10 {
  color: rgb(166 241 252 / 0.1);
}
.text-core-color-cyan-70\/100 {
  color: rgb(166 241 252 / 1);
}
.text-core-color-cyan-70\/20 {
  color: rgb(166 241 252 / 0.2);
}
.text-core-color-cyan-70\/25 {
  color: rgb(166 241 252 / 0.25);
}
.text-core-color-cyan-70\/30 {
  color: rgb(166 241 252 / 0.3);
}
.text-core-color-cyan-70\/40 {
  color: rgb(166 241 252 / 0.4);
}
.text-core-color-cyan-70\/5 {
  color: rgb(166 241 252 / 0.05);
}
.text-core-color-cyan-70\/50 {
  color: rgb(166 241 252 / 0.5);
}
.text-core-color-cyan-70\/60 {
  color: rgb(166 241 252 / 0.6);
}
.text-core-color-cyan-70\/70 {
  color: rgb(166 241 252 / 0.7);
}
.text-core-color-cyan-70\/75 {
  color: rgb(166 241 252 / 0.75);
}
.text-core-color-cyan-70\/80 {
  color: rgb(166 241 252 / 0.8);
}
.text-core-color-cyan-70\/90 {
  color: rgb(166 241 252 / 0.9);
}
.text-core-color-cyan-70\/95 {
  color: rgb(166 241 252 / 0.95);
}
.text-core-color-cyan-70\/base-opacity-disabled {
  color: rgb(166 241 252 / 60%);
}
.text-core-color-cyan-70\/core-opacity-0 {
  color: rgb(166 241 252 / 0%);
}
.text-core-color-cyan-70\/core-opacity-10 {
  color: rgb(166 241 252 / 10%);
}
.text-core-color-cyan-70\/core-opacity-100 {
  color: rgb(166 241 252 / 100%);
}
.text-core-color-cyan-70\/core-opacity-20 {
  color: rgb(166 241 252 / 20%);
}
.text-core-color-cyan-70\/core-opacity-30 {
  color: rgb(166 241 252 / 30%);
}
.text-core-color-cyan-70\/core-opacity-40 {
  color: rgb(166 241 252 / 40%);
}
.text-core-color-cyan-70\/core-opacity-50 {
  color: rgb(166 241 252 / 50%);
}
.text-core-color-cyan-70\/core-opacity-60 {
  color: rgb(166 241 252 / 60%);
}
.text-core-color-cyan-70\/core-opacity-70 {
  color: rgb(166 241 252 / 70%);
}
.text-core-color-cyan-70\/core-opacity-80 {
  color: rgb(166 241 252 / 80%);
}
.text-core-color-cyan-70\/core-opacity-90 {
  color: rgb(166 241 252 / 90%);
}
.text-core-color-cyan-80 {
  --tw-text-opacity: 1;
  color: rgb(205 249 254 / var(--tw-text-opacity));
}
.text-core-color-cyan-80\/0 {
  color: rgb(205 249 254 / 0);
}
.text-core-color-cyan-80\/10 {
  color: rgb(205 249 254 / 0.1);
}
.text-core-color-cyan-80\/100 {
  color: rgb(205 249 254 / 1);
}
.text-core-color-cyan-80\/20 {
  color: rgb(205 249 254 / 0.2);
}
.text-core-color-cyan-80\/25 {
  color: rgb(205 249 254 / 0.25);
}
.text-core-color-cyan-80\/30 {
  color: rgb(205 249 254 / 0.3);
}
.text-core-color-cyan-80\/40 {
  color: rgb(205 249 254 / 0.4);
}
.text-core-color-cyan-80\/5 {
  color: rgb(205 249 254 / 0.05);
}
.text-core-color-cyan-80\/50 {
  color: rgb(205 249 254 / 0.5);
}
.text-core-color-cyan-80\/60 {
  color: rgb(205 249 254 / 0.6);
}
.text-core-color-cyan-80\/70 {
  color: rgb(205 249 254 / 0.7);
}
.text-core-color-cyan-80\/75 {
  color: rgb(205 249 254 / 0.75);
}
.text-core-color-cyan-80\/80 {
  color: rgb(205 249 254 / 0.8);
}
.text-core-color-cyan-80\/90 {
  color: rgb(205 249 254 / 0.9);
}
.text-core-color-cyan-80\/95 {
  color: rgb(205 249 254 / 0.95);
}
.text-core-color-cyan-80\/base-opacity-disabled {
  color: rgb(205 249 254 / 60%);
}
.text-core-color-cyan-80\/core-opacity-0 {
  color: rgb(205 249 254 / 0%);
}
.text-core-color-cyan-80\/core-opacity-10 {
  color: rgb(205 249 254 / 10%);
}
.text-core-color-cyan-80\/core-opacity-100 {
  color: rgb(205 249 254 / 100%);
}
.text-core-color-cyan-80\/core-opacity-20 {
  color: rgb(205 249 254 / 20%);
}
.text-core-color-cyan-80\/core-opacity-30 {
  color: rgb(205 249 254 / 30%);
}
.text-core-color-cyan-80\/core-opacity-40 {
  color: rgb(205 249 254 / 40%);
}
.text-core-color-cyan-80\/core-opacity-50 {
  color: rgb(205 249 254 / 50%);
}
.text-core-color-cyan-80\/core-opacity-60 {
  color: rgb(205 249 254 / 60%);
}
.text-core-color-cyan-80\/core-opacity-70 {
  color: rgb(205 249 254 / 70%);
}
.text-core-color-cyan-80\/core-opacity-80 {
  color: rgb(205 249 254 / 80%);
}
.text-core-color-cyan-80\/core-opacity-90 {
  color: rgb(205 249 254 / 90%);
}
.text-core-color-cyan-90 {
  --tw-text-opacity: 1;
  color: rgb(235 253 255 / var(--tw-text-opacity));
}
.text-core-color-cyan-90\/0 {
  color: rgb(235 253 255 / 0);
}
.text-core-color-cyan-90\/10 {
  color: rgb(235 253 255 / 0.1);
}
.text-core-color-cyan-90\/100 {
  color: rgb(235 253 255 / 1);
}
.text-core-color-cyan-90\/20 {
  color: rgb(235 253 255 / 0.2);
}
.text-core-color-cyan-90\/25 {
  color: rgb(235 253 255 / 0.25);
}
.text-core-color-cyan-90\/30 {
  color: rgb(235 253 255 / 0.3);
}
.text-core-color-cyan-90\/40 {
  color: rgb(235 253 255 / 0.4);
}
.text-core-color-cyan-90\/5 {
  color: rgb(235 253 255 / 0.05);
}
.text-core-color-cyan-90\/50 {
  color: rgb(235 253 255 / 0.5);
}
.text-core-color-cyan-90\/60 {
  color: rgb(235 253 255 / 0.6);
}
.text-core-color-cyan-90\/70 {
  color: rgb(235 253 255 / 0.7);
}
.text-core-color-cyan-90\/75 {
  color: rgb(235 253 255 / 0.75);
}
.text-core-color-cyan-90\/80 {
  color: rgb(235 253 255 / 0.8);
}
.text-core-color-cyan-90\/90 {
  color: rgb(235 253 255 / 0.9);
}
.text-core-color-cyan-90\/95 {
  color: rgb(235 253 255 / 0.95);
}
.text-core-color-cyan-90\/base-opacity-disabled {
  color: rgb(235 253 255 / 60%);
}
.text-core-color-cyan-90\/core-opacity-0 {
  color: rgb(235 253 255 / 0%);
}
.text-core-color-cyan-90\/core-opacity-10 {
  color: rgb(235 253 255 / 10%);
}
.text-core-color-cyan-90\/core-opacity-100 {
  color: rgb(235 253 255 / 100%);
}
.text-core-color-cyan-90\/core-opacity-20 {
  color: rgb(235 253 255 / 20%);
}
.text-core-color-cyan-90\/core-opacity-30 {
  color: rgb(235 253 255 / 30%);
}
.text-core-color-cyan-90\/core-opacity-40 {
  color: rgb(235 253 255 / 40%);
}
.text-core-color-cyan-90\/core-opacity-50 {
  color: rgb(235 253 255 / 50%);
}
.text-core-color-cyan-90\/core-opacity-60 {
  color: rgb(235 253 255 / 60%);
}
.text-core-color-cyan-90\/core-opacity-70 {
  color: rgb(235 253 255 / 70%);
}
.text-core-color-cyan-90\/core-opacity-80 {
  color: rgb(235 253 255 / 80%);
}
.text-core-color-cyan-90\/core-opacity-90 {
  color: rgb(235 253 255 / 90%);
}
.text-core-color-green-0 {
  --tw-text-opacity: 1;
  color: rgb(5 77 48 / var(--tw-text-opacity));
}
.text-core-color-green-0\/0 {
  color: rgb(5 77 48 / 0);
}
.text-core-color-green-0\/10 {
  color: rgb(5 77 48 / 0.1);
}
.text-core-color-green-0\/100 {
  color: rgb(5 77 48 / 1);
}
.text-core-color-green-0\/20 {
  color: rgb(5 77 48 / 0.2);
}
.text-core-color-green-0\/25 {
  color: rgb(5 77 48 / 0.25);
}
.text-core-color-green-0\/30 {
  color: rgb(5 77 48 / 0.3);
}
.text-core-color-green-0\/40 {
  color: rgb(5 77 48 / 0.4);
}
.text-core-color-green-0\/5 {
  color: rgb(5 77 48 / 0.05);
}
.text-core-color-green-0\/50 {
  color: rgb(5 77 48 / 0.5);
}
.text-core-color-green-0\/60 {
  color: rgb(5 77 48 / 0.6);
}
.text-core-color-green-0\/70 {
  color: rgb(5 77 48 / 0.7);
}
.text-core-color-green-0\/75 {
  color: rgb(5 77 48 / 0.75);
}
.text-core-color-green-0\/80 {
  color: rgb(5 77 48 / 0.8);
}
.text-core-color-green-0\/90 {
  color: rgb(5 77 48 / 0.9);
}
.text-core-color-green-0\/95 {
  color: rgb(5 77 48 / 0.95);
}
.text-core-color-green-0\/base-opacity-disabled {
  color: rgb(5 77 48 / 60%);
}
.text-core-color-green-0\/core-opacity-0 {
  color: rgb(5 77 48 / 0%);
}
.text-core-color-green-0\/core-opacity-10 {
  color: rgb(5 77 48 / 10%);
}
.text-core-color-green-0\/core-opacity-100 {
  color: rgb(5 77 48 / 100%);
}
.text-core-color-green-0\/core-opacity-20 {
  color: rgb(5 77 48 / 20%);
}
.text-core-color-green-0\/core-opacity-30 {
  color: rgb(5 77 48 / 30%);
}
.text-core-color-green-0\/core-opacity-40 {
  color: rgb(5 77 48 / 40%);
}
.text-core-color-green-0\/core-opacity-50 {
  color: rgb(5 77 48 / 50%);
}
.text-core-color-green-0\/core-opacity-60 {
  color: rgb(5 77 48 / 60%);
}
.text-core-color-green-0\/core-opacity-70 {
  color: rgb(5 77 48 / 70%);
}
.text-core-color-green-0\/core-opacity-80 {
  color: rgb(5 77 48 / 80%);
}
.text-core-color-green-0\/core-opacity-90 {
  color: rgb(5 77 48 / 90%);
}
.text-core-color-green-10 {
  --tw-text-opacity: 1;
  color: rgb(5 97 59 / var(--tw-text-opacity));
}
.text-core-color-green-10\/0 {
  color: rgb(5 97 59 / 0);
}
.text-core-color-green-10\/10 {
  color: rgb(5 97 59 / 0.1);
}
.text-core-color-green-10\/100 {
  color: rgb(5 97 59 / 1);
}
.text-core-color-green-10\/20 {
  color: rgb(5 97 59 / 0.2);
}
.text-core-color-green-10\/25 {
  color: rgb(5 97 59 / 0.25);
}
.text-core-color-green-10\/30 {
  color: rgb(5 97 59 / 0.3);
}
.text-core-color-green-10\/40 {
  color: rgb(5 97 59 / 0.4);
}
.text-core-color-green-10\/5 {
  color: rgb(5 97 59 / 0.05);
}
.text-core-color-green-10\/50 {
  color: rgb(5 97 59 / 0.5);
}
.text-core-color-green-10\/60 {
  color: rgb(5 97 59 / 0.6);
}
.text-core-color-green-10\/70 {
  color: rgb(5 97 59 / 0.7);
}
.text-core-color-green-10\/75 {
  color: rgb(5 97 59 / 0.75);
}
.text-core-color-green-10\/80 {
  color: rgb(5 97 59 / 0.8);
}
.text-core-color-green-10\/90 {
  color: rgb(5 97 59 / 0.9);
}
.text-core-color-green-10\/95 {
  color: rgb(5 97 59 / 0.95);
}
.text-core-color-green-10\/base-opacity-disabled {
  color: rgb(5 97 59 / 60%);
}
.text-core-color-green-10\/core-opacity-0 {
  color: rgb(5 97 59 / 0%);
}
.text-core-color-green-10\/core-opacity-10 {
  color: rgb(5 97 59 / 10%);
}
.text-core-color-green-10\/core-opacity-100 {
  color: rgb(5 97 59 / 100%);
}
.text-core-color-green-10\/core-opacity-20 {
  color: rgb(5 97 59 / 20%);
}
.text-core-color-green-10\/core-opacity-30 {
  color: rgb(5 97 59 / 30%);
}
.text-core-color-green-10\/core-opacity-40 {
  color: rgb(5 97 59 / 40%);
}
.text-core-color-green-10\/core-opacity-50 {
  color: rgb(5 97 59 / 50%);
}
.text-core-color-green-10\/core-opacity-60 {
  color: rgb(5 97 59 / 60%);
}
.text-core-color-green-10\/core-opacity-70 {
  color: rgb(5 97 59 / 70%);
}
.text-core-color-green-10\/core-opacity-80 {
  color: rgb(5 97 59 / 80%);
}
.text-core-color-green-10\/core-opacity-90 {
  color: rgb(5 97 59 / 90%);
}
.text-core-color-green-100 {
  --tw-text-opacity: 1;
  color: rgb(246 254 249 / var(--tw-text-opacity));
}
.text-core-color-green-100\/0 {
  color: rgb(246 254 249 / 0);
}
.text-core-color-green-100\/10 {
  color: rgb(246 254 249 / 0.1);
}
.text-core-color-green-100\/100 {
  color: rgb(246 254 249 / 1);
}
.text-core-color-green-100\/20 {
  color: rgb(246 254 249 / 0.2);
}
.text-core-color-green-100\/25 {
  color: rgb(246 254 249 / 0.25);
}
.text-core-color-green-100\/30 {
  color: rgb(246 254 249 / 0.3);
}
.text-core-color-green-100\/40 {
  color: rgb(246 254 249 / 0.4);
}
.text-core-color-green-100\/5 {
  color: rgb(246 254 249 / 0.05);
}
.text-core-color-green-100\/50 {
  color: rgb(246 254 249 / 0.5);
}
.text-core-color-green-100\/60 {
  color: rgb(246 254 249 / 0.6);
}
.text-core-color-green-100\/70 {
  color: rgb(246 254 249 / 0.7);
}
.text-core-color-green-100\/75 {
  color: rgb(246 254 249 / 0.75);
}
.text-core-color-green-100\/80 {
  color: rgb(246 254 249 / 0.8);
}
.text-core-color-green-100\/90 {
  color: rgb(246 254 249 / 0.9);
}
.text-core-color-green-100\/95 {
  color: rgb(246 254 249 / 0.95);
}
.text-core-color-green-100\/base-opacity-disabled {
  color: rgb(246 254 249 / 60%);
}
.text-core-color-green-100\/core-opacity-0 {
  color: rgb(246 254 249 / 0%);
}
.text-core-color-green-100\/core-opacity-10 {
  color: rgb(246 254 249 / 10%);
}
.text-core-color-green-100\/core-opacity-100 {
  color: rgb(246 254 249 / 100%);
}
.text-core-color-green-100\/core-opacity-20 {
  color: rgb(246 254 249 / 20%);
}
.text-core-color-green-100\/core-opacity-30 {
  color: rgb(246 254 249 / 30%);
}
.text-core-color-green-100\/core-opacity-40 {
  color: rgb(246 254 249 / 40%);
}
.text-core-color-green-100\/core-opacity-50 {
  color: rgb(246 254 249 / 50%);
}
.text-core-color-green-100\/core-opacity-60 {
  color: rgb(246 254 249 / 60%);
}
.text-core-color-green-100\/core-opacity-70 {
  color: rgb(246 254 249 / 70%);
}
.text-core-color-green-100\/core-opacity-80 {
  color: rgb(246 254 249 / 80%);
}
.text-core-color-green-100\/core-opacity-90 {
  color: rgb(246 254 249 / 90%);
}
.text-core-color-green-20 {
  --tw-text-opacity: 1;
  color: rgb(2 121 71 / var(--tw-text-opacity));
}
.text-core-color-green-20\/0 {
  color: rgb(2 121 71 / 0);
}
.text-core-color-green-20\/10 {
  color: rgb(2 121 71 / 0.1);
}
.text-core-color-green-20\/100 {
  color: rgb(2 121 71 / 1);
}
.text-core-color-green-20\/20 {
  color: rgb(2 121 71 / 0.2);
}
.text-core-color-green-20\/25 {
  color: rgb(2 121 71 / 0.25);
}
.text-core-color-green-20\/30 {
  color: rgb(2 121 71 / 0.3);
}
.text-core-color-green-20\/40 {
  color: rgb(2 121 71 / 0.4);
}
.text-core-color-green-20\/5 {
  color: rgb(2 121 71 / 0.05);
}
.text-core-color-green-20\/50 {
  color: rgb(2 121 71 / 0.5);
}
.text-core-color-green-20\/60 {
  color: rgb(2 121 71 / 0.6);
}
.text-core-color-green-20\/70 {
  color: rgb(2 121 71 / 0.7);
}
.text-core-color-green-20\/75 {
  color: rgb(2 121 71 / 0.75);
}
.text-core-color-green-20\/80 {
  color: rgb(2 121 71 / 0.8);
}
.text-core-color-green-20\/90 {
  color: rgb(2 121 71 / 0.9);
}
.text-core-color-green-20\/95 {
  color: rgb(2 121 71 / 0.95);
}
.text-core-color-green-20\/base-opacity-disabled {
  color: rgb(2 121 71 / 60%);
}
.text-core-color-green-20\/core-opacity-0 {
  color: rgb(2 121 71 / 0%);
}
.text-core-color-green-20\/core-opacity-10 {
  color: rgb(2 121 71 / 10%);
}
.text-core-color-green-20\/core-opacity-100 {
  color: rgb(2 121 71 / 100%);
}
.text-core-color-green-20\/core-opacity-20 {
  color: rgb(2 121 71 / 20%);
}
.text-core-color-green-20\/core-opacity-30 {
  color: rgb(2 121 71 / 30%);
}
.text-core-color-green-20\/core-opacity-40 {
  color: rgb(2 121 71 / 40%);
}
.text-core-color-green-20\/core-opacity-50 {
  color: rgb(2 121 71 / 50%);
}
.text-core-color-green-20\/core-opacity-60 {
  color: rgb(2 121 71 / 60%);
}
.text-core-color-green-20\/core-opacity-70 {
  color: rgb(2 121 71 / 70%);
}
.text-core-color-green-20\/core-opacity-80 {
  color: rgb(2 121 71 / 80%);
}
.text-core-color-green-20\/core-opacity-90 {
  color: rgb(2 121 71 / 90%);
}
.text-core-color-green-30 {
  --tw-text-opacity: 1;
  color: rgb(3 150 84 / var(--tw-text-opacity));
}
.text-core-color-green-30\/0 {
  color: rgb(3 150 84 / 0);
}
.text-core-color-green-30\/10 {
  color: rgb(3 150 84 / 0.1);
}
.text-core-color-green-30\/100 {
  color: rgb(3 150 84 / 1);
}
.text-core-color-green-30\/20 {
  color: rgb(3 150 84 / 0.2);
}
.text-core-color-green-30\/25 {
  color: rgb(3 150 84 / 0.25);
}
.text-core-color-green-30\/30 {
  color: rgb(3 150 84 / 0.3);
}
.text-core-color-green-30\/40 {
  color: rgb(3 150 84 / 0.4);
}
.text-core-color-green-30\/5 {
  color: rgb(3 150 84 / 0.05);
}
.text-core-color-green-30\/50 {
  color: rgb(3 150 84 / 0.5);
}
.text-core-color-green-30\/60 {
  color: rgb(3 150 84 / 0.6);
}
.text-core-color-green-30\/70 {
  color: rgb(3 150 84 / 0.7);
}
.text-core-color-green-30\/75 {
  color: rgb(3 150 84 / 0.75);
}
.text-core-color-green-30\/80 {
  color: rgb(3 150 84 / 0.8);
}
.text-core-color-green-30\/90 {
  color: rgb(3 150 84 / 0.9);
}
.text-core-color-green-30\/95 {
  color: rgb(3 150 84 / 0.95);
}
.text-core-color-green-30\/base-opacity-disabled {
  color: rgb(3 150 84 / 60%);
}
.text-core-color-green-30\/core-opacity-0 {
  color: rgb(3 150 84 / 0%);
}
.text-core-color-green-30\/core-opacity-10 {
  color: rgb(3 150 84 / 10%);
}
.text-core-color-green-30\/core-opacity-100 {
  color: rgb(3 150 84 / 100%);
}
.text-core-color-green-30\/core-opacity-20 {
  color: rgb(3 150 84 / 20%);
}
.text-core-color-green-30\/core-opacity-30 {
  color: rgb(3 150 84 / 30%);
}
.text-core-color-green-30\/core-opacity-40 {
  color: rgb(3 150 84 / 40%);
}
.text-core-color-green-30\/core-opacity-50 {
  color: rgb(3 150 84 / 50%);
}
.text-core-color-green-30\/core-opacity-60 {
  color: rgb(3 150 84 / 60%);
}
.text-core-color-green-30\/core-opacity-70 {
  color: rgb(3 150 84 / 70%);
}
.text-core-color-green-30\/core-opacity-80 {
  color: rgb(3 150 84 / 80%);
}
.text-core-color-green-30\/core-opacity-90 {
  color: rgb(3 150 84 / 90%);
}
.text-core-color-green-40 {
  --tw-text-opacity: 1;
  color: rgb(18 181 105 / var(--tw-text-opacity));
}
.text-core-color-green-40\/0 {
  color: rgb(18 181 105 / 0);
}
.text-core-color-green-40\/10 {
  color: rgb(18 181 105 / 0.1);
}
.text-core-color-green-40\/100 {
  color: rgb(18 181 105 / 1);
}
.text-core-color-green-40\/20 {
  color: rgb(18 181 105 / 0.2);
}
.text-core-color-green-40\/25 {
  color: rgb(18 181 105 / 0.25);
}
.text-core-color-green-40\/30 {
  color: rgb(18 181 105 / 0.3);
}
.text-core-color-green-40\/40 {
  color: rgb(18 181 105 / 0.4);
}
.text-core-color-green-40\/5 {
  color: rgb(18 181 105 / 0.05);
}
.text-core-color-green-40\/50 {
  color: rgb(18 181 105 / 0.5);
}
.text-core-color-green-40\/60 {
  color: rgb(18 181 105 / 0.6);
}
.text-core-color-green-40\/70 {
  color: rgb(18 181 105 / 0.7);
}
.text-core-color-green-40\/75 {
  color: rgb(18 181 105 / 0.75);
}
.text-core-color-green-40\/80 {
  color: rgb(18 181 105 / 0.8);
}
.text-core-color-green-40\/90 {
  color: rgb(18 181 105 / 0.9);
}
.text-core-color-green-40\/95 {
  color: rgb(18 181 105 / 0.95);
}
.text-core-color-green-40\/base-opacity-disabled {
  color: rgb(18 181 105 / 60%);
}
.text-core-color-green-40\/core-opacity-0 {
  color: rgb(18 181 105 / 0%);
}
.text-core-color-green-40\/core-opacity-10 {
  color: rgb(18 181 105 / 10%);
}
.text-core-color-green-40\/core-opacity-100 {
  color: rgb(18 181 105 / 100%);
}
.text-core-color-green-40\/core-opacity-20 {
  color: rgb(18 181 105 / 20%);
}
.text-core-color-green-40\/core-opacity-30 {
  color: rgb(18 181 105 / 30%);
}
.text-core-color-green-40\/core-opacity-40 {
  color: rgb(18 181 105 / 40%);
}
.text-core-color-green-40\/core-opacity-50 {
  color: rgb(18 181 105 / 50%);
}
.text-core-color-green-40\/core-opacity-60 {
  color: rgb(18 181 105 / 60%);
}
.text-core-color-green-40\/core-opacity-70 {
  color: rgb(18 181 105 / 70%);
}
.text-core-color-green-40\/core-opacity-80 {
  color: rgb(18 181 105 / 80%);
}
.text-core-color-green-40\/core-opacity-90 {
  color: rgb(18 181 105 / 90%);
}
.text-core-color-green-50 {
  --tw-text-opacity: 1;
  color: rgb(52 213 133 / var(--tw-text-opacity));
}
.text-core-color-green-50\/0 {
  color: rgb(52 213 133 / 0);
}
.text-core-color-green-50\/10 {
  color: rgb(52 213 133 / 0.1);
}
.text-core-color-green-50\/100 {
  color: rgb(52 213 133 / 1);
}
.text-core-color-green-50\/20 {
  color: rgb(52 213 133 / 0.2);
}
.text-core-color-green-50\/25 {
  color: rgb(52 213 133 / 0.25);
}
.text-core-color-green-50\/30 {
  color: rgb(52 213 133 / 0.3);
}
.text-core-color-green-50\/40 {
  color: rgb(52 213 133 / 0.4);
}
.text-core-color-green-50\/5 {
  color: rgb(52 213 133 / 0.05);
}
.text-core-color-green-50\/50 {
  color: rgb(52 213 133 / 0.5);
}
.text-core-color-green-50\/60 {
  color: rgb(52 213 133 / 0.6);
}
.text-core-color-green-50\/70 {
  color: rgb(52 213 133 / 0.7);
}
.text-core-color-green-50\/75 {
  color: rgb(52 213 133 / 0.75);
}
.text-core-color-green-50\/80 {
  color: rgb(52 213 133 / 0.8);
}
.text-core-color-green-50\/90 {
  color: rgb(52 213 133 / 0.9);
}
.text-core-color-green-50\/95 {
  color: rgb(52 213 133 / 0.95);
}
.text-core-color-green-50\/base-opacity-disabled {
  color: rgb(52 213 133 / 60%);
}
.text-core-color-green-50\/core-opacity-0 {
  color: rgb(52 213 133 / 0%);
}
.text-core-color-green-50\/core-opacity-10 {
  color: rgb(52 213 133 / 10%);
}
.text-core-color-green-50\/core-opacity-100 {
  color: rgb(52 213 133 / 100%);
}
.text-core-color-green-50\/core-opacity-20 {
  color: rgb(52 213 133 / 20%);
}
.text-core-color-green-50\/core-opacity-30 {
  color: rgb(52 213 133 / 30%);
}
.text-core-color-green-50\/core-opacity-40 {
  color: rgb(52 213 133 / 40%);
}
.text-core-color-green-50\/core-opacity-50 {
  color: rgb(52 213 133 / 50%);
}
.text-core-color-green-50\/core-opacity-60 {
  color: rgb(52 213 133 / 60%);
}
.text-core-color-green-50\/core-opacity-70 {
  color: rgb(52 213 133 / 70%);
}
.text-core-color-green-50\/core-opacity-80 {
  color: rgb(52 213 133 / 80%);
}
.text-core-color-green-50\/core-opacity-90 {
  color: rgb(52 213 133 / 90%);
}
.text-core-color-green-60 {
  --tw-text-opacity: 1;
  color: rgb(109 233 167 / var(--tw-text-opacity));
}
.text-core-color-green-60\/0 {
  color: rgb(109 233 167 / 0);
}
.text-core-color-green-60\/10 {
  color: rgb(109 233 167 / 0.1);
}
.text-core-color-green-60\/100 {
  color: rgb(109 233 167 / 1);
}
.text-core-color-green-60\/20 {
  color: rgb(109 233 167 / 0.2);
}
.text-core-color-green-60\/25 {
  color: rgb(109 233 167 / 0.25);
}
.text-core-color-green-60\/30 {
  color: rgb(109 233 167 / 0.3);
}
.text-core-color-green-60\/40 {
  color: rgb(109 233 167 / 0.4);
}
.text-core-color-green-60\/5 {
  color: rgb(109 233 167 / 0.05);
}
.text-core-color-green-60\/50 {
  color: rgb(109 233 167 / 0.5);
}
.text-core-color-green-60\/60 {
  color: rgb(109 233 167 / 0.6);
}
.text-core-color-green-60\/70 {
  color: rgb(109 233 167 / 0.7);
}
.text-core-color-green-60\/75 {
  color: rgb(109 233 167 / 0.75);
}
.text-core-color-green-60\/80 {
  color: rgb(109 233 167 / 0.8);
}
.text-core-color-green-60\/90 {
  color: rgb(109 233 167 / 0.9);
}
.text-core-color-green-60\/95 {
  color: rgb(109 233 167 / 0.95);
}
.text-core-color-green-60\/base-opacity-disabled {
  color: rgb(109 233 167 / 60%);
}
.text-core-color-green-60\/core-opacity-0 {
  color: rgb(109 233 167 / 0%);
}
.text-core-color-green-60\/core-opacity-10 {
  color: rgb(109 233 167 / 10%);
}
.text-core-color-green-60\/core-opacity-100 {
  color: rgb(109 233 167 / 100%);
}
.text-core-color-green-60\/core-opacity-20 {
  color: rgb(109 233 167 / 20%);
}
.text-core-color-green-60\/core-opacity-30 {
  color: rgb(109 233 167 / 30%);
}
.text-core-color-green-60\/core-opacity-40 {
  color: rgb(109 233 167 / 40%);
}
.text-core-color-green-60\/core-opacity-50 {
  color: rgb(109 233 167 / 50%);
}
.text-core-color-green-60\/core-opacity-60 {
  color: rgb(109 233 167 / 60%);
}
.text-core-color-green-60\/core-opacity-70 {
  color: rgb(109 233 167 / 70%);
}
.text-core-color-green-60\/core-opacity-80 {
  color: rgb(109 233 167 / 80%);
}
.text-core-color-green-60\/core-opacity-90 {
  color: rgb(109 233 167 / 90%);
}
.text-core-color-green-70 {
  --tw-text-opacity: 1;
  color: rgb(164 244 196 / var(--tw-text-opacity));
}
.text-core-color-green-70\/0 {
  color: rgb(164 244 196 / 0);
}
.text-core-color-green-70\/10 {
  color: rgb(164 244 196 / 0.1);
}
.text-core-color-green-70\/100 {
  color: rgb(164 244 196 / 1);
}
.text-core-color-green-70\/20 {
  color: rgb(164 244 196 / 0.2);
}
.text-core-color-green-70\/25 {
  color: rgb(164 244 196 / 0.25);
}
.text-core-color-green-70\/30 {
  color: rgb(164 244 196 / 0.3);
}
.text-core-color-green-70\/40 {
  color: rgb(164 244 196 / 0.4);
}
.text-core-color-green-70\/5 {
  color: rgb(164 244 196 / 0.05);
}
.text-core-color-green-70\/50 {
  color: rgb(164 244 196 / 0.5);
}
.text-core-color-green-70\/60 {
  color: rgb(164 244 196 / 0.6);
}
.text-core-color-green-70\/70 {
  color: rgb(164 244 196 / 0.7);
}
.text-core-color-green-70\/75 {
  color: rgb(164 244 196 / 0.75);
}
.text-core-color-green-70\/80 {
  color: rgb(164 244 196 / 0.8);
}
.text-core-color-green-70\/90 {
  color: rgb(164 244 196 / 0.9);
}
.text-core-color-green-70\/95 {
  color: rgb(164 244 196 / 0.95);
}
.text-core-color-green-70\/base-opacity-disabled {
  color: rgb(164 244 196 / 60%);
}
.text-core-color-green-70\/core-opacity-0 {
  color: rgb(164 244 196 / 0%);
}
.text-core-color-green-70\/core-opacity-10 {
  color: rgb(164 244 196 / 10%);
}
.text-core-color-green-70\/core-opacity-100 {
  color: rgb(164 244 196 / 100%);
}
.text-core-color-green-70\/core-opacity-20 {
  color: rgb(164 244 196 / 20%);
}
.text-core-color-green-70\/core-opacity-30 {
  color: rgb(164 244 196 / 30%);
}
.text-core-color-green-70\/core-opacity-40 {
  color: rgb(164 244 196 / 40%);
}
.text-core-color-green-70\/core-opacity-50 {
  color: rgb(164 244 196 / 50%);
}
.text-core-color-green-70\/core-opacity-60 {
  color: rgb(164 244 196 / 60%);
}
.text-core-color-green-70\/core-opacity-70 {
  color: rgb(164 244 196 / 70%);
}
.text-core-color-green-70\/core-opacity-80 {
  color: rgb(164 244 196 / 80%);
}
.text-core-color-green-70\/core-opacity-90 {
  color: rgb(164 244 196 / 90%);
}
.text-core-color-green-80 {
  --tw-text-opacity: 1;
  color: rgb(209 250 223 / var(--tw-text-opacity));
}
.text-core-color-green-80\/0 {
  color: rgb(209 250 223 / 0);
}
.text-core-color-green-80\/10 {
  color: rgb(209 250 223 / 0.1);
}
.text-core-color-green-80\/100 {
  color: rgb(209 250 223 / 1);
}
.text-core-color-green-80\/20 {
  color: rgb(209 250 223 / 0.2);
}
.text-core-color-green-80\/25 {
  color: rgb(209 250 223 / 0.25);
}
.text-core-color-green-80\/30 {
  color: rgb(209 250 223 / 0.3);
}
.text-core-color-green-80\/40 {
  color: rgb(209 250 223 / 0.4);
}
.text-core-color-green-80\/5 {
  color: rgb(209 250 223 / 0.05);
}
.text-core-color-green-80\/50 {
  color: rgb(209 250 223 / 0.5);
}
.text-core-color-green-80\/60 {
  color: rgb(209 250 223 / 0.6);
}
.text-core-color-green-80\/70 {
  color: rgb(209 250 223 / 0.7);
}
.text-core-color-green-80\/75 {
  color: rgb(209 250 223 / 0.75);
}
.text-core-color-green-80\/80 {
  color: rgb(209 250 223 / 0.8);
}
.text-core-color-green-80\/90 {
  color: rgb(209 250 223 / 0.9);
}
.text-core-color-green-80\/95 {
  color: rgb(209 250 223 / 0.95);
}
.text-core-color-green-80\/base-opacity-disabled {
  color: rgb(209 250 223 / 60%);
}
.text-core-color-green-80\/core-opacity-0 {
  color: rgb(209 250 223 / 0%);
}
.text-core-color-green-80\/core-opacity-10 {
  color: rgb(209 250 223 / 10%);
}
.text-core-color-green-80\/core-opacity-100 {
  color: rgb(209 250 223 / 100%);
}
.text-core-color-green-80\/core-opacity-20 {
  color: rgb(209 250 223 / 20%);
}
.text-core-color-green-80\/core-opacity-30 {
  color: rgb(209 250 223 / 30%);
}
.text-core-color-green-80\/core-opacity-40 {
  color: rgb(209 250 223 / 40%);
}
.text-core-color-green-80\/core-opacity-50 {
  color: rgb(209 250 223 / 50%);
}
.text-core-color-green-80\/core-opacity-60 {
  color: rgb(209 250 223 / 60%);
}
.text-core-color-green-80\/core-opacity-70 {
  color: rgb(209 250 223 / 70%);
}
.text-core-color-green-80\/core-opacity-80 {
  color: rgb(209 250 223 / 80%);
}
.text-core-color-green-80\/core-opacity-90 {
  color: rgb(209 250 223 / 90%);
}
.text-core-color-green-90 {
  --tw-text-opacity: 1;
  color: rgb(237 253 243 / var(--tw-text-opacity));
}
.text-core-color-green-90\/0 {
  color: rgb(237 253 243 / 0);
}
.text-core-color-green-90\/10 {
  color: rgb(237 253 243 / 0.1);
}
.text-core-color-green-90\/100 {
  color: rgb(237 253 243 / 1);
}
.text-core-color-green-90\/20 {
  color: rgb(237 253 243 / 0.2);
}
.text-core-color-green-90\/25 {
  color: rgb(237 253 243 / 0.25);
}
.text-core-color-green-90\/30 {
  color: rgb(237 253 243 / 0.3);
}
.text-core-color-green-90\/40 {
  color: rgb(237 253 243 / 0.4);
}
.text-core-color-green-90\/5 {
  color: rgb(237 253 243 / 0.05);
}
.text-core-color-green-90\/50 {
  color: rgb(237 253 243 / 0.5);
}
.text-core-color-green-90\/60 {
  color: rgb(237 253 243 / 0.6);
}
.text-core-color-green-90\/70 {
  color: rgb(237 253 243 / 0.7);
}
.text-core-color-green-90\/75 {
  color: rgb(237 253 243 / 0.75);
}
.text-core-color-green-90\/80 {
  color: rgb(237 253 243 / 0.8);
}
.text-core-color-green-90\/90 {
  color: rgb(237 253 243 / 0.9);
}
.text-core-color-green-90\/95 {
  color: rgb(237 253 243 / 0.95);
}
.text-core-color-green-90\/base-opacity-disabled {
  color: rgb(237 253 243 / 60%);
}
.text-core-color-green-90\/core-opacity-0 {
  color: rgb(237 253 243 / 0%);
}
.text-core-color-green-90\/core-opacity-10 {
  color: rgb(237 253 243 / 10%);
}
.text-core-color-green-90\/core-opacity-100 {
  color: rgb(237 253 243 / 100%);
}
.text-core-color-green-90\/core-opacity-20 {
  color: rgb(237 253 243 / 20%);
}
.text-core-color-green-90\/core-opacity-30 {
  color: rgb(237 253 243 / 30%);
}
.text-core-color-green-90\/core-opacity-40 {
  color: rgb(237 253 243 / 40%);
}
.text-core-color-green-90\/core-opacity-50 {
  color: rgb(237 253 243 / 50%);
}
.text-core-color-green-90\/core-opacity-60 {
  color: rgb(237 253 243 / 60%);
}
.text-core-color-green-90\/core-opacity-70 {
  color: rgb(237 253 243 / 70%);
}
.text-core-color-green-90\/core-opacity-80 {
  color: rgb(237 253 243 / 80%);
}
.text-core-color-green-90\/core-opacity-90 {
  color: rgb(237 253 243 / 90%);
}
.text-core-color-neutral-0 {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.text-core-color-neutral-0\/0 {
  color: rgb(16 24 40 / 0);
}
.text-core-color-neutral-0\/10 {
  color: rgb(16 24 40 / 0.1);
}
.text-core-color-neutral-0\/100 {
  color: rgb(16 24 40 / 1);
}
.text-core-color-neutral-0\/20 {
  color: rgb(16 24 40 / 0.2);
}
.text-core-color-neutral-0\/25 {
  color: rgb(16 24 40 / 0.25);
}
.text-core-color-neutral-0\/30 {
  color: rgb(16 24 40 / 0.3);
}
.text-core-color-neutral-0\/40 {
  color: rgb(16 24 40 / 0.4);
}
.text-core-color-neutral-0\/5 {
  color: rgb(16 24 40 / 0.05);
}
.text-core-color-neutral-0\/50 {
  color: rgb(16 24 40 / 0.5);
}
.text-core-color-neutral-0\/60 {
  color: rgb(16 24 40 / 0.6);
}
.text-core-color-neutral-0\/70 {
  color: rgb(16 24 40 / 0.7);
}
.text-core-color-neutral-0\/75 {
  color: rgb(16 24 40 / 0.75);
}
.text-core-color-neutral-0\/80 {
  color: rgb(16 24 40 / 0.8);
}
.text-core-color-neutral-0\/90 {
  color: rgb(16 24 40 / 0.9);
}
.text-core-color-neutral-0\/95 {
  color: rgb(16 24 40 / 0.95);
}
.text-core-color-neutral-0\/base-opacity-disabled {
  color: rgb(16 24 40 / 60%);
}
.text-core-color-neutral-0\/core-opacity-0 {
  color: rgb(16 24 40 / 0%);
}
.text-core-color-neutral-0\/core-opacity-10 {
  color: rgb(16 24 40 / 10%);
}
.text-core-color-neutral-0\/core-opacity-100 {
  color: rgb(16 24 40 / 100%);
}
.text-core-color-neutral-0\/core-opacity-20 {
  color: rgb(16 24 40 / 20%);
}
.text-core-color-neutral-0\/core-opacity-30 {
  color: rgb(16 24 40 / 30%);
}
.text-core-color-neutral-0\/core-opacity-40 {
  color: rgb(16 24 40 / 40%);
}
.text-core-color-neutral-0\/core-opacity-50 {
  color: rgb(16 24 40 / 50%);
}
.text-core-color-neutral-0\/core-opacity-60 {
  color: rgb(16 24 40 / 60%);
}
.text-core-color-neutral-0\/core-opacity-70 {
  color: rgb(16 24 40 / 70%);
}
.text-core-color-neutral-0\/core-opacity-80 {
  color: rgb(16 24 40 / 80%);
}
.text-core-color-neutral-0\/core-opacity-90 {
  color: rgb(16 24 40 / 90%);
}
.text-core-color-neutral-10 {
  --tw-text-opacity: 1;
  color: rgb(29 41 58 / var(--tw-text-opacity));
}
.text-core-color-neutral-10\/0 {
  color: rgb(29 41 58 / 0);
}
.text-core-color-neutral-10\/10 {
  color: rgb(29 41 58 / 0.1);
}
.text-core-color-neutral-10\/100 {
  color: rgb(29 41 58 / 1);
}
.text-core-color-neutral-10\/20 {
  color: rgb(29 41 58 / 0.2);
}
.text-core-color-neutral-10\/25 {
  color: rgb(29 41 58 / 0.25);
}
.text-core-color-neutral-10\/30 {
  color: rgb(29 41 58 / 0.3);
}
.text-core-color-neutral-10\/40 {
  color: rgb(29 41 58 / 0.4);
}
.text-core-color-neutral-10\/5 {
  color: rgb(29 41 58 / 0.05);
}
.text-core-color-neutral-10\/50 {
  color: rgb(29 41 58 / 0.5);
}
.text-core-color-neutral-10\/60 {
  color: rgb(29 41 58 / 0.6);
}
.text-core-color-neutral-10\/70 {
  color: rgb(29 41 58 / 0.7);
}
.text-core-color-neutral-10\/75 {
  color: rgb(29 41 58 / 0.75);
}
.text-core-color-neutral-10\/80 {
  color: rgb(29 41 58 / 0.8);
}
.text-core-color-neutral-10\/90 {
  color: rgb(29 41 58 / 0.9);
}
.text-core-color-neutral-10\/95 {
  color: rgb(29 41 58 / 0.95);
}
.text-core-color-neutral-10\/base-opacity-disabled {
  color: rgb(29 41 58 / 60%);
}
.text-core-color-neutral-10\/core-opacity-0 {
  color: rgb(29 41 58 / 0%);
}
.text-core-color-neutral-10\/core-opacity-10 {
  color: rgb(29 41 58 / 10%);
}
.text-core-color-neutral-10\/core-opacity-100 {
  color: rgb(29 41 58 / 100%);
}
.text-core-color-neutral-10\/core-opacity-20 {
  color: rgb(29 41 58 / 20%);
}
.text-core-color-neutral-10\/core-opacity-30 {
  color: rgb(29 41 58 / 30%);
}
.text-core-color-neutral-10\/core-opacity-40 {
  color: rgb(29 41 58 / 40%);
}
.text-core-color-neutral-10\/core-opacity-50 {
  color: rgb(29 41 58 / 50%);
}
.text-core-color-neutral-10\/core-opacity-60 {
  color: rgb(29 41 58 / 60%);
}
.text-core-color-neutral-10\/core-opacity-70 {
  color: rgb(29 41 58 / 70%);
}
.text-core-color-neutral-10\/core-opacity-80 {
  color: rgb(29 41 58 / 80%);
}
.text-core-color-neutral-10\/core-opacity-90 {
  color: rgb(29 41 58 / 90%);
}
.text-core-color-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-core-color-neutral-100\/0 {
  color: rgb(255 255 255 / 0);
}
.text-core-color-neutral-100\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-core-color-neutral-100\/100 {
  color: rgb(255 255 255 / 1);
}
.text-core-color-neutral-100\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-core-color-neutral-100\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-core-color-neutral-100\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-core-color-neutral-100\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-core-color-neutral-100\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-core-color-neutral-100\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-core-color-neutral-100\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-core-color-neutral-100\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-core-color-neutral-100\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-core-color-neutral-100\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-core-color-neutral-100\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-core-color-neutral-100\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-core-color-neutral-100\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-core-color-neutral-100\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-core-color-neutral-100\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-core-color-neutral-100\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-core-color-neutral-100\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-core-color-neutral-100\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-core-color-neutral-100\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-core-color-neutral-100\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-core-color-neutral-100\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-core-color-neutral-100\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-core-color-neutral-100\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-core-color-neutral-100\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-core-color-neutral-20 {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.text-core-color-neutral-20\/0 {
  color: rgb(52 64 85 / 0);
}
.text-core-color-neutral-20\/10 {
  color: rgb(52 64 85 / 0.1);
}
.text-core-color-neutral-20\/100 {
  color: rgb(52 64 85 / 1);
}
.text-core-color-neutral-20\/20 {
  color: rgb(52 64 85 / 0.2);
}
.text-core-color-neutral-20\/25 {
  color: rgb(52 64 85 / 0.25);
}
.text-core-color-neutral-20\/30 {
  color: rgb(52 64 85 / 0.3);
}
.text-core-color-neutral-20\/40 {
  color: rgb(52 64 85 / 0.4);
}
.text-core-color-neutral-20\/5 {
  color: rgb(52 64 85 / 0.05);
}
.text-core-color-neutral-20\/50 {
  color: rgb(52 64 85 / 0.5);
}
.text-core-color-neutral-20\/60 {
  color: rgb(52 64 85 / 0.6);
}
.text-core-color-neutral-20\/70 {
  color: rgb(52 64 85 / 0.7);
}
.text-core-color-neutral-20\/75 {
  color: rgb(52 64 85 / 0.75);
}
.text-core-color-neutral-20\/80 {
  color: rgb(52 64 85 / 0.8);
}
.text-core-color-neutral-20\/90 {
  color: rgb(52 64 85 / 0.9);
}
.text-core-color-neutral-20\/95 {
  color: rgb(52 64 85 / 0.95);
}
.text-core-color-neutral-20\/base-opacity-disabled {
  color: rgb(52 64 85 / 60%);
}
.text-core-color-neutral-20\/core-opacity-0 {
  color: rgb(52 64 85 / 0%);
}
.text-core-color-neutral-20\/core-opacity-10 {
  color: rgb(52 64 85 / 10%);
}
.text-core-color-neutral-20\/core-opacity-100 {
  color: rgb(52 64 85 / 100%);
}
.text-core-color-neutral-20\/core-opacity-20 {
  color: rgb(52 64 85 / 20%);
}
.text-core-color-neutral-20\/core-opacity-30 {
  color: rgb(52 64 85 / 30%);
}
.text-core-color-neutral-20\/core-opacity-40 {
  color: rgb(52 64 85 / 40%);
}
.text-core-color-neutral-20\/core-opacity-50 {
  color: rgb(52 64 85 / 50%);
}
.text-core-color-neutral-20\/core-opacity-60 {
  color: rgb(52 64 85 / 60%);
}
.text-core-color-neutral-20\/core-opacity-70 {
  color: rgb(52 64 85 / 70%);
}
.text-core-color-neutral-20\/core-opacity-80 {
  color: rgb(52 64 85 / 80%);
}
.text-core-color-neutral-20\/core-opacity-90 {
  color: rgb(52 64 85 / 90%);
}
.text-core-color-neutral-30 {
  --tw-text-opacity: 1;
  color: rgb(71 84 102 / var(--tw-text-opacity));
}
.text-core-color-neutral-30\/0 {
  color: rgb(71 84 102 / 0);
}
.text-core-color-neutral-30\/10 {
  color: rgb(71 84 102 / 0.1);
}
.text-core-color-neutral-30\/100 {
  color: rgb(71 84 102 / 1);
}
.text-core-color-neutral-30\/20 {
  color: rgb(71 84 102 / 0.2);
}
.text-core-color-neutral-30\/25 {
  color: rgb(71 84 102 / 0.25);
}
.text-core-color-neutral-30\/30 {
  color: rgb(71 84 102 / 0.3);
}
.text-core-color-neutral-30\/40 {
  color: rgb(71 84 102 / 0.4);
}
.text-core-color-neutral-30\/5 {
  color: rgb(71 84 102 / 0.05);
}
.text-core-color-neutral-30\/50 {
  color: rgb(71 84 102 / 0.5);
}
.text-core-color-neutral-30\/60 {
  color: rgb(71 84 102 / 0.6);
}
.text-core-color-neutral-30\/70 {
  color: rgb(71 84 102 / 0.7);
}
.text-core-color-neutral-30\/75 {
  color: rgb(71 84 102 / 0.75);
}
.text-core-color-neutral-30\/80 {
  color: rgb(71 84 102 / 0.8);
}
.text-core-color-neutral-30\/90 {
  color: rgb(71 84 102 / 0.9);
}
.text-core-color-neutral-30\/95 {
  color: rgb(71 84 102 / 0.95);
}
.text-core-color-neutral-30\/base-opacity-disabled {
  color: rgb(71 84 102 / 60%);
}
.text-core-color-neutral-30\/core-opacity-0 {
  color: rgb(71 84 102 / 0%);
}
.text-core-color-neutral-30\/core-opacity-10 {
  color: rgb(71 84 102 / 10%);
}
.text-core-color-neutral-30\/core-opacity-100 {
  color: rgb(71 84 102 / 100%);
}
.text-core-color-neutral-30\/core-opacity-20 {
  color: rgb(71 84 102 / 20%);
}
.text-core-color-neutral-30\/core-opacity-30 {
  color: rgb(71 84 102 / 30%);
}
.text-core-color-neutral-30\/core-opacity-40 {
  color: rgb(71 84 102 / 40%);
}
.text-core-color-neutral-30\/core-opacity-50 {
  color: rgb(71 84 102 / 50%);
}
.text-core-color-neutral-30\/core-opacity-60 {
  color: rgb(71 84 102 / 60%);
}
.text-core-color-neutral-30\/core-opacity-70 {
  color: rgb(71 84 102 / 70%);
}
.text-core-color-neutral-30\/core-opacity-80 {
  color: rgb(71 84 102 / 80%);
}
.text-core-color-neutral-30\/core-opacity-90 {
  color: rgb(71 84 102 / 90%);
}
.text-core-color-neutral-40 {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-core-color-neutral-40\/0 {
  color: rgb(102 112 133 / 0);
}
.text-core-color-neutral-40\/10 {
  color: rgb(102 112 133 / 0.1);
}
.text-core-color-neutral-40\/100 {
  color: rgb(102 112 133 / 1);
}
.text-core-color-neutral-40\/20 {
  color: rgb(102 112 133 / 0.2);
}
.text-core-color-neutral-40\/25 {
  color: rgb(102 112 133 / 0.25);
}
.text-core-color-neutral-40\/30 {
  color: rgb(102 112 133 / 0.3);
}
.text-core-color-neutral-40\/40 {
  color: rgb(102 112 133 / 0.4);
}
.text-core-color-neutral-40\/5 {
  color: rgb(102 112 133 / 0.05);
}
.text-core-color-neutral-40\/50 {
  color: rgb(102 112 133 / 0.5);
}
.text-core-color-neutral-40\/60 {
  color: rgb(102 112 133 / 0.6);
}
.text-core-color-neutral-40\/70 {
  color: rgb(102 112 133 / 0.7);
}
.text-core-color-neutral-40\/75 {
  color: rgb(102 112 133 / 0.75);
}
.text-core-color-neutral-40\/80 {
  color: rgb(102 112 133 / 0.8);
}
.text-core-color-neutral-40\/90 {
  color: rgb(102 112 133 / 0.9);
}
.text-core-color-neutral-40\/95 {
  color: rgb(102 112 133 / 0.95);
}
.text-core-color-neutral-40\/base-opacity-disabled {
  color: rgb(102 112 133 / 60%);
}
.text-core-color-neutral-40\/core-opacity-0 {
  color: rgb(102 112 133 / 0%);
}
.text-core-color-neutral-40\/core-opacity-10 {
  color: rgb(102 112 133 / 10%);
}
.text-core-color-neutral-40\/core-opacity-100 {
  color: rgb(102 112 133 / 100%);
}
.text-core-color-neutral-40\/core-opacity-20 {
  color: rgb(102 112 133 / 20%);
}
.text-core-color-neutral-40\/core-opacity-30 {
  color: rgb(102 112 133 / 30%);
}
.text-core-color-neutral-40\/core-opacity-40 {
  color: rgb(102 112 133 / 40%);
}
.text-core-color-neutral-40\/core-opacity-50 {
  color: rgb(102 112 133 / 50%);
}
.text-core-color-neutral-40\/core-opacity-60 {
  color: rgb(102 112 133 / 60%);
}
.text-core-color-neutral-40\/core-opacity-70 {
  color: rgb(102 112 133 / 70%);
}
.text-core-color-neutral-40\/core-opacity-80 {
  color: rgb(102 112 133 / 80%);
}
.text-core-color-neutral-40\/core-opacity-90 {
  color: rgb(102 112 133 / 90%);
}
.text-core-color-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}
.text-core-color-neutral-50\/0 {
  color: rgb(152 162 179 / 0);
}
.text-core-color-neutral-50\/10 {
  color: rgb(152 162 179 / 0.1);
}
.text-core-color-neutral-50\/100 {
  color: rgb(152 162 179 / 1);
}
.text-core-color-neutral-50\/20 {
  color: rgb(152 162 179 / 0.2);
}
.text-core-color-neutral-50\/25 {
  color: rgb(152 162 179 / 0.25);
}
.text-core-color-neutral-50\/30 {
  color: rgb(152 162 179 / 0.3);
}
.text-core-color-neutral-50\/40 {
  color: rgb(152 162 179 / 0.4);
}
.text-core-color-neutral-50\/5 {
  color: rgb(152 162 179 / 0.05);
}
.text-core-color-neutral-50\/50 {
  color: rgb(152 162 179 / 0.5);
}
.text-core-color-neutral-50\/60 {
  color: rgb(152 162 179 / 0.6);
}
.text-core-color-neutral-50\/70 {
  color: rgb(152 162 179 / 0.7);
}
.text-core-color-neutral-50\/75 {
  color: rgb(152 162 179 / 0.75);
}
.text-core-color-neutral-50\/80 {
  color: rgb(152 162 179 / 0.8);
}
.text-core-color-neutral-50\/90 {
  color: rgb(152 162 179 / 0.9);
}
.text-core-color-neutral-50\/95 {
  color: rgb(152 162 179 / 0.95);
}
.text-core-color-neutral-50\/base-opacity-disabled {
  color: rgb(152 162 179 / 60%);
}
.text-core-color-neutral-50\/core-opacity-0 {
  color: rgb(152 162 179 / 0%);
}
.text-core-color-neutral-50\/core-opacity-10 {
  color: rgb(152 162 179 / 10%);
}
.text-core-color-neutral-50\/core-opacity-100 {
  color: rgb(152 162 179 / 100%);
}
.text-core-color-neutral-50\/core-opacity-20 {
  color: rgb(152 162 179 / 20%);
}
.text-core-color-neutral-50\/core-opacity-30 {
  color: rgb(152 162 179 / 30%);
}
.text-core-color-neutral-50\/core-opacity-40 {
  color: rgb(152 162 179 / 40%);
}
.text-core-color-neutral-50\/core-opacity-50 {
  color: rgb(152 162 179 / 50%);
}
.text-core-color-neutral-50\/core-opacity-60 {
  color: rgb(152 162 179 / 60%);
}
.text-core-color-neutral-50\/core-opacity-70 {
  color: rgb(152 162 179 / 70%);
}
.text-core-color-neutral-50\/core-opacity-80 {
  color: rgb(152 162 179 / 80%);
}
.text-core-color-neutral-50\/core-opacity-90 {
  color: rgb(152 162 179 / 90%);
}
.text-core-color-neutral-60 {
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}
.text-core-color-neutral-60\/0 {
  color: rgb(208 213 221 / 0);
}
.text-core-color-neutral-60\/10 {
  color: rgb(208 213 221 / 0.1);
}
.text-core-color-neutral-60\/100 {
  color: rgb(208 213 221 / 1);
}
.text-core-color-neutral-60\/20 {
  color: rgb(208 213 221 / 0.2);
}
.text-core-color-neutral-60\/25 {
  color: rgb(208 213 221 / 0.25);
}
.text-core-color-neutral-60\/30 {
  color: rgb(208 213 221 / 0.3);
}
.text-core-color-neutral-60\/40 {
  color: rgb(208 213 221 / 0.4);
}
.text-core-color-neutral-60\/5 {
  color: rgb(208 213 221 / 0.05);
}
.text-core-color-neutral-60\/50 {
  color: rgb(208 213 221 / 0.5);
}
.text-core-color-neutral-60\/60 {
  color: rgb(208 213 221 / 0.6);
}
.text-core-color-neutral-60\/70 {
  color: rgb(208 213 221 / 0.7);
}
.text-core-color-neutral-60\/75 {
  color: rgb(208 213 221 / 0.75);
}
.text-core-color-neutral-60\/80 {
  color: rgb(208 213 221 / 0.8);
}
.text-core-color-neutral-60\/90 {
  color: rgb(208 213 221 / 0.9);
}
.text-core-color-neutral-60\/95 {
  color: rgb(208 213 221 / 0.95);
}
.text-core-color-neutral-60\/base-opacity-disabled {
  color: rgb(208 213 221 / 60%);
}
.text-core-color-neutral-60\/core-opacity-0 {
  color: rgb(208 213 221 / 0%);
}
.text-core-color-neutral-60\/core-opacity-10 {
  color: rgb(208 213 221 / 10%);
}
.text-core-color-neutral-60\/core-opacity-100 {
  color: rgb(208 213 221 / 100%);
}
.text-core-color-neutral-60\/core-opacity-20 {
  color: rgb(208 213 221 / 20%);
}
.text-core-color-neutral-60\/core-opacity-30 {
  color: rgb(208 213 221 / 30%);
}
.text-core-color-neutral-60\/core-opacity-40 {
  color: rgb(208 213 221 / 40%);
}
.text-core-color-neutral-60\/core-opacity-50 {
  color: rgb(208 213 221 / 50%);
}
.text-core-color-neutral-60\/core-opacity-60 {
  color: rgb(208 213 221 / 60%);
}
.text-core-color-neutral-60\/core-opacity-70 {
  color: rgb(208 213 221 / 70%);
}
.text-core-color-neutral-60\/core-opacity-80 {
  color: rgb(208 213 221 / 80%);
}
.text-core-color-neutral-60\/core-opacity-90 {
  color: rgb(208 213 221 / 90%);
}
.text-core-color-neutral-70 {
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity));
}
.text-core-color-neutral-70\/0 {
  color: rgb(234 236 240 / 0);
}
.text-core-color-neutral-70\/10 {
  color: rgb(234 236 240 / 0.1);
}
.text-core-color-neutral-70\/100 {
  color: rgb(234 236 240 / 1);
}
.text-core-color-neutral-70\/20 {
  color: rgb(234 236 240 / 0.2);
}
.text-core-color-neutral-70\/25 {
  color: rgb(234 236 240 / 0.25);
}
.text-core-color-neutral-70\/30 {
  color: rgb(234 236 240 / 0.3);
}
.text-core-color-neutral-70\/40 {
  color: rgb(234 236 240 / 0.4);
}
.text-core-color-neutral-70\/5 {
  color: rgb(234 236 240 / 0.05);
}
.text-core-color-neutral-70\/50 {
  color: rgb(234 236 240 / 0.5);
}
.text-core-color-neutral-70\/60 {
  color: rgb(234 236 240 / 0.6);
}
.text-core-color-neutral-70\/70 {
  color: rgb(234 236 240 / 0.7);
}
.text-core-color-neutral-70\/75 {
  color: rgb(234 236 240 / 0.75);
}
.text-core-color-neutral-70\/80 {
  color: rgb(234 236 240 / 0.8);
}
.text-core-color-neutral-70\/90 {
  color: rgb(234 236 240 / 0.9);
}
.text-core-color-neutral-70\/95 {
  color: rgb(234 236 240 / 0.95);
}
.text-core-color-neutral-70\/base-opacity-disabled {
  color: rgb(234 236 240 / 60%);
}
.text-core-color-neutral-70\/core-opacity-0 {
  color: rgb(234 236 240 / 0%);
}
.text-core-color-neutral-70\/core-opacity-10 {
  color: rgb(234 236 240 / 10%);
}
.text-core-color-neutral-70\/core-opacity-100 {
  color: rgb(234 236 240 / 100%);
}
.text-core-color-neutral-70\/core-opacity-20 {
  color: rgb(234 236 240 / 20%);
}
.text-core-color-neutral-70\/core-opacity-30 {
  color: rgb(234 236 240 / 30%);
}
.text-core-color-neutral-70\/core-opacity-40 {
  color: rgb(234 236 240 / 40%);
}
.text-core-color-neutral-70\/core-opacity-50 {
  color: rgb(234 236 240 / 50%);
}
.text-core-color-neutral-70\/core-opacity-60 {
  color: rgb(234 236 240 / 60%);
}
.text-core-color-neutral-70\/core-opacity-70 {
  color: rgb(234 236 240 / 70%);
}
.text-core-color-neutral-70\/core-opacity-80 {
  color: rgb(234 236 240 / 80%);
}
.text-core-color-neutral-70\/core-opacity-90 {
  color: rgb(234 236 240 / 90%);
}
.text-core-color-neutral-80 {
  --tw-text-opacity: 1;
  color: rgb(242 244 247 / var(--tw-text-opacity));
}
.text-core-color-neutral-80\/0 {
  color: rgb(242 244 247 / 0);
}
.text-core-color-neutral-80\/10 {
  color: rgb(242 244 247 / 0.1);
}
.text-core-color-neutral-80\/100 {
  color: rgb(242 244 247 / 1);
}
.text-core-color-neutral-80\/20 {
  color: rgb(242 244 247 / 0.2);
}
.text-core-color-neutral-80\/25 {
  color: rgb(242 244 247 / 0.25);
}
.text-core-color-neutral-80\/30 {
  color: rgb(242 244 247 / 0.3);
}
.text-core-color-neutral-80\/40 {
  color: rgb(242 244 247 / 0.4);
}
.text-core-color-neutral-80\/5 {
  color: rgb(242 244 247 / 0.05);
}
.text-core-color-neutral-80\/50 {
  color: rgb(242 244 247 / 0.5);
}
.text-core-color-neutral-80\/60 {
  color: rgb(242 244 247 / 0.6);
}
.text-core-color-neutral-80\/70 {
  color: rgb(242 244 247 / 0.7);
}
.text-core-color-neutral-80\/75 {
  color: rgb(242 244 247 / 0.75);
}
.text-core-color-neutral-80\/80 {
  color: rgb(242 244 247 / 0.8);
}
.text-core-color-neutral-80\/90 {
  color: rgb(242 244 247 / 0.9);
}
.text-core-color-neutral-80\/95 {
  color: rgb(242 244 247 / 0.95);
}
.text-core-color-neutral-80\/base-opacity-disabled {
  color: rgb(242 244 247 / 60%);
}
.text-core-color-neutral-80\/core-opacity-0 {
  color: rgb(242 244 247 / 0%);
}
.text-core-color-neutral-80\/core-opacity-10 {
  color: rgb(242 244 247 / 10%);
}
.text-core-color-neutral-80\/core-opacity-100 {
  color: rgb(242 244 247 / 100%);
}
.text-core-color-neutral-80\/core-opacity-20 {
  color: rgb(242 244 247 / 20%);
}
.text-core-color-neutral-80\/core-opacity-30 {
  color: rgb(242 244 247 / 30%);
}
.text-core-color-neutral-80\/core-opacity-40 {
  color: rgb(242 244 247 / 40%);
}
.text-core-color-neutral-80\/core-opacity-50 {
  color: rgb(242 244 247 / 50%);
}
.text-core-color-neutral-80\/core-opacity-60 {
  color: rgb(242 244 247 / 60%);
}
.text-core-color-neutral-80\/core-opacity-70 {
  color: rgb(242 244 247 / 70%);
}
.text-core-color-neutral-80\/core-opacity-80 {
  color: rgb(242 244 247 / 80%);
}
.text-core-color-neutral-80\/core-opacity-90 {
  color: rgb(242 244 247 / 90%);
}
.text-core-color-neutral-90 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-core-color-neutral-90\/0 {
  color: rgb(249 250 251 / 0);
}
.text-core-color-neutral-90\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-core-color-neutral-90\/100 {
  color: rgb(249 250 251 / 1);
}
.text-core-color-neutral-90\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-core-color-neutral-90\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-core-color-neutral-90\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-core-color-neutral-90\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-core-color-neutral-90\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-core-color-neutral-90\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-core-color-neutral-90\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-core-color-neutral-90\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-core-color-neutral-90\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-core-color-neutral-90\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-core-color-neutral-90\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-core-color-neutral-90\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-core-color-neutral-90\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-core-color-neutral-90\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-core-color-neutral-90\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-core-color-neutral-90\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-core-color-neutral-90\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-core-color-neutral-90\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-core-color-neutral-90\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-core-color-neutral-90\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-core-color-neutral-90\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-core-color-neutral-90\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-core-color-neutral-90\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-core-color-neutral-90\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-core-color-orange-0 {
  --tw-text-opacity: 1;
  color: rgb(126 37 16 / var(--tw-text-opacity));
}
.text-core-color-orange-0\/0 {
  color: rgb(126 37 16 / 0);
}
.text-core-color-orange-0\/10 {
  color: rgb(126 37 16 / 0.1);
}
.text-core-color-orange-0\/100 {
  color: rgb(126 37 16 / 1);
}
.text-core-color-orange-0\/20 {
  color: rgb(126 37 16 / 0.2);
}
.text-core-color-orange-0\/25 {
  color: rgb(126 37 16 / 0.25);
}
.text-core-color-orange-0\/30 {
  color: rgb(126 37 16 / 0.3);
}
.text-core-color-orange-0\/40 {
  color: rgb(126 37 16 / 0.4);
}
.text-core-color-orange-0\/5 {
  color: rgb(126 37 16 / 0.05);
}
.text-core-color-orange-0\/50 {
  color: rgb(126 37 16 / 0.5);
}
.text-core-color-orange-0\/60 {
  color: rgb(126 37 16 / 0.6);
}
.text-core-color-orange-0\/70 {
  color: rgb(126 37 16 / 0.7);
}
.text-core-color-orange-0\/75 {
  color: rgb(126 37 16 / 0.75);
}
.text-core-color-orange-0\/80 {
  color: rgb(126 37 16 / 0.8);
}
.text-core-color-orange-0\/90 {
  color: rgb(126 37 16 / 0.9);
}
.text-core-color-orange-0\/95 {
  color: rgb(126 37 16 / 0.95);
}
.text-core-color-orange-0\/base-opacity-disabled {
  color: rgb(126 37 16 / 60%);
}
.text-core-color-orange-0\/core-opacity-0 {
  color: rgb(126 37 16 / 0%);
}
.text-core-color-orange-0\/core-opacity-10 {
  color: rgb(126 37 16 / 10%);
}
.text-core-color-orange-0\/core-opacity-100 {
  color: rgb(126 37 16 / 100%);
}
.text-core-color-orange-0\/core-opacity-20 {
  color: rgb(126 37 16 / 20%);
}
.text-core-color-orange-0\/core-opacity-30 {
  color: rgb(126 37 16 / 30%);
}
.text-core-color-orange-0\/core-opacity-40 {
  color: rgb(126 37 16 / 40%);
}
.text-core-color-orange-0\/core-opacity-50 {
  color: rgb(126 37 16 / 50%);
}
.text-core-color-orange-0\/core-opacity-60 {
  color: rgb(126 37 16 / 60%);
}
.text-core-color-orange-0\/core-opacity-70 {
  color: rgb(126 37 16 / 70%);
}
.text-core-color-orange-0\/core-opacity-80 {
  color: rgb(126 37 16 / 80%);
}
.text-core-color-orange-0\/core-opacity-90 {
  color: rgb(126 37 16 / 90%);
}
.text-core-color-orange-10 {
  --tw-text-opacity: 1;
  color: rgb(157 42 16 / var(--tw-text-opacity));
}
.text-core-color-orange-10\/0 {
  color: rgb(157 42 16 / 0);
}
.text-core-color-orange-10\/10 {
  color: rgb(157 42 16 / 0.1);
}
.text-core-color-orange-10\/100 {
  color: rgb(157 42 16 / 1);
}
.text-core-color-orange-10\/20 {
  color: rgb(157 42 16 / 0.2);
}
.text-core-color-orange-10\/25 {
  color: rgb(157 42 16 / 0.25);
}
.text-core-color-orange-10\/30 {
  color: rgb(157 42 16 / 0.3);
}
.text-core-color-orange-10\/40 {
  color: rgb(157 42 16 / 0.4);
}
.text-core-color-orange-10\/5 {
  color: rgb(157 42 16 / 0.05);
}
.text-core-color-orange-10\/50 {
  color: rgb(157 42 16 / 0.5);
}
.text-core-color-orange-10\/60 {
  color: rgb(157 42 16 / 0.6);
}
.text-core-color-orange-10\/70 {
  color: rgb(157 42 16 / 0.7);
}
.text-core-color-orange-10\/75 {
  color: rgb(157 42 16 / 0.75);
}
.text-core-color-orange-10\/80 {
  color: rgb(157 42 16 / 0.8);
}
.text-core-color-orange-10\/90 {
  color: rgb(157 42 16 / 0.9);
}
.text-core-color-orange-10\/95 {
  color: rgb(157 42 16 / 0.95);
}
.text-core-color-orange-10\/base-opacity-disabled {
  color: rgb(157 42 16 / 60%);
}
.text-core-color-orange-10\/core-opacity-0 {
  color: rgb(157 42 16 / 0%);
}
.text-core-color-orange-10\/core-opacity-10 {
  color: rgb(157 42 16 / 10%);
}
.text-core-color-orange-10\/core-opacity-100 {
  color: rgb(157 42 16 / 100%);
}
.text-core-color-orange-10\/core-opacity-20 {
  color: rgb(157 42 16 / 20%);
}
.text-core-color-orange-10\/core-opacity-30 {
  color: rgb(157 42 16 / 30%);
}
.text-core-color-orange-10\/core-opacity-40 {
  color: rgb(157 42 16 / 40%);
}
.text-core-color-orange-10\/core-opacity-50 {
  color: rgb(157 42 16 / 50%);
}
.text-core-color-orange-10\/core-opacity-60 {
  color: rgb(157 42 16 / 60%);
}
.text-core-color-orange-10\/core-opacity-70 {
  color: rgb(157 42 16 / 70%);
}
.text-core-color-orange-10\/core-opacity-80 {
  color: rgb(157 42 16 / 80%);
}
.text-core-color-orange-10\/core-opacity-90 {
  color: rgb(157 42 16 / 90%);
}
.text-core-color-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 250 245 / var(--tw-text-opacity));
}
.text-core-color-orange-100\/0 {
  color: rgb(255 250 245 / 0);
}
.text-core-color-orange-100\/10 {
  color: rgb(255 250 245 / 0.1);
}
.text-core-color-orange-100\/100 {
  color: rgb(255 250 245 / 1);
}
.text-core-color-orange-100\/20 {
  color: rgb(255 250 245 / 0.2);
}
.text-core-color-orange-100\/25 {
  color: rgb(255 250 245 / 0.25);
}
.text-core-color-orange-100\/30 {
  color: rgb(255 250 245 / 0.3);
}
.text-core-color-orange-100\/40 {
  color: rgb(255 250 245 / 0.4);
}
.text-core-color-orange-100\/5 {
  color: rgb(255 250 245 / 0.05);
}
.text-core-color-orange-100\/50 {
  color: rgb(255 250 245 / 0.5);
}
.text-core-color-orange-100\/60 {
  color: rgb(255 250 245 / 0.6);
}
.text-core-color-orange-100\/70 {
  color: rgb(255 250 245 / 0.7);
}
.text-core-color-orange-100\/75 {
  color: rgb(255 250 245 / 0.75);
}
.text-core-color-orange-100\/80 {
  color: rgb(255 250 245 / 0.8);
}
.text-core-color-orange-100\/90 {
  color: rgb(255 250 245 / 0.9);
}
.text-core-color-orange-100\/95 {
  color: rgb(255 250 245 / 0.95);
}
.text-core-color-orange-100\/base-opacity-disabled {
  color: rgb(255 250 245 / 60%);
}
.text-core-color-orange-100\/core-opacity-0 {
  color: rgb(255 250 245 / 0%);
}
.text-core-color-orange-100\/core-opacity-10 {
  color: rgb(255 250 245 / 10%);
}
.text-core-color-orange-100\/core-opacity-100 {
  color: rgb(255 250 245 / 100%);
}
.text-core-color-orange-100\/core-opacity-20 {
  color: rgb(255 250 245 / 20%);
}
.text-core-color-orange-100\/core-opacity-30 {
  color: rgb(255 250 245 / 30%);
}
.text-core-color-orange-100\/core-opacity-40 {
  color: rgb(255 250 245 / 40%);
}
.text-core-color-orange-100\/core-opacity-50 {
  color: rgb(255 250 245 / 50%);
}
.text-core-color-orange-100\/core-opacity-60 {
  color: rgb(255 250 245 / 60%);
}
.text-core-color-orange-100\/core-opacity-70 {
  color: rgb(255 250 245 / 70%);
}
.text-core-color-orange-100\/core-opacity-80 {
  color: rgb(255 250 245 / 80%);
}
.text-core-color-orange-100\/core-opacity-90 {
  color: rgb(255 250 245 / 90%);
}
.text-core-color-orange-20 {
  --tw-text-opacity: 1;
  color: rgb(194 50 10 / var(--tw-text-opacity));
}
.text-core-color-orange-20\/0 {
  color: rgb(194 50 10 / 0);
}
.text-core-color-orange-20\/10 {
  color: rgb(194 50 10 / 0.1);
}
.text-core-color-orange-20\/100 {
  color: rgb(194 50 10 / 1);
}
.text-core-color-orange-20\/20 {
  color: rgb(194 50 10 / 0.2);
}
.text-core-color-orange-20\/25 {
  color: rgb(194 50 10 / 0.25);
}
.text-core-color-orange-20\/30 {
  color: rgb(194 50 10 / 0.3);
}
.text-core-color-orange-20\/40 {
  color: rgb(194 50 10 / 0.4);
}
.text-core-color-orange-20\/5 {
  color: rgb(194 50 10 / 0.05);
}
.text-core-color-orange-20\/50 {
  color: rgb(194 50 10 / 0.5);
}
.text-core-color-orange-20\/60 {
  color: rgb(194 50 10 / 0.6);
}
.text-core-color-orange-20\/70 {
  color: rgb(194 50 10 / 0.7);
}
.text-core-color-orange-20\/75 {
  color: rgb(194 50 10 / 0.75);
}
.text-core-color-orange-20\/80 {
  color: rgb(194 50 10 / 0.8);
}
.text-core-color-orange-20\/90 {
  color: rgb(194 50 10 / 0.9);
}
.text-core-color-orange-20\/95 {
  color: rgb(194 50 10 / 0.95);
}
.text-core-color-orange-20\/base-opacity-disabled {
  color: rgb(194 50 10 / 60%);
}
.text-core-color-orange-20\/core-opacity-0 {
  color: rgb(194 50 10 / 0%);
}
.text-core-color-orange-20\/core-opacity-10 {
  color: rgb(194 50 10 / 10%);
}
.text-core-color-orange-20\/core-opacity-100 {
  color: rgb(194 50 10 / 100%);
}
.text-core-color-orange-20\/core-opacity-20 {
  color: rgb(194 50 10 / 20%);
}
.text-core-color-orange-20\/core-opacity-30 {
  color: rgb(194 50 10 / 30%);
}
.text-core-color-orange-20\/core-opacity-40 {
  color: rgb(194 50 10 / 40%);
}
.text-core-color-orange-20\/core-opacity-50 {
  color: rgb(194 50 10 / 50%);
}
.text-core-color-orange-20\/core-opacity-60 {
  color: rgb(194 50 10 / 60%);
}
.text-core-color-orange-20\/core-opacity-70 {
  color: rgb(194 50 10 / 70%);
}
.text-core-color-orange-20\/core-opacity-80 {
  color: rgb(194 50 10 / 80%);
}
.text-core-color-orange-20\/core-opacity-90 {
  color: rgb(194 50 10 / 90%);
}
.text-core-color-orange-30 {
  --tw-text-opacity: 1;
  color: rgb(235 74 10 / var(--tw-text-opacity));
}
.text-core-color-orange-30\/0 {
  color: rgb(235 74 10 / 0);
}
.text-core-color-orange-30\/10 {
  color: rgb(235 74 10 / 0.1);
}
.text-core-color-orange-30\/100 {
  color: rgb(235 74 10 / 1);
}
.text-core-color-orange-30\/20 {
  color: rgb(235 74 10 / 0.2);
}
.text-core-color-orange-30\/25 {
  color: rgb(235 74 10 / 0.25);
}
.text-core-color-orange-30\/30 {
  color: rgb(235 74 10 / 0.3);
}
.text-core-color-orange-30\/40 {
  color: rgb(235 74 10 / 0.4);
}
.text-core-color-orange-30\/5 {
  color: rgb(235 74 10 / 0.05);
}
.text-core-color-orange-30\/50 {
  color: rgb(235 74 10 / 0.5);
}
.text-core-color-orange-30\/60 {
  color: rgb(235 74 10 / 0.6);
}
.text-core-color-orange-30\/70 {
  color: rgb(235 74 10 / 0.7);
}
.text-core-color-orange-30\/75 {
  color: rgb(235 74 10 / 0.75);
}
.text-core-color-orange-30\/80 {
  color: rgb(235 74 10 / 0.8);
}
.text-core-color-orange-30\/90 {
  color: rgb(235 74 10 / 0.9);
}
.text-core-color-orange-30\/95 {
  color: rgb(235 74 10 / 0.95);
}
.text-core-color-orange-30\/base-opacity-disabled {
  color: rgb(235 74 10 / 60%);
}
.text-core-color-orange-30\/core-opacity-0 {
  color: rgb(235 74 10 / 0%);
}
.text-core-color-orange-30\/core-opacity-10 {
  color: rgb(235 74 10 / 10%);
}
.text-core-color-orange-30\/core-opacity-100 {
  color: rgb(235 74 10 / 100%);
}
.text-core-color-orange-30\/core-opacity-20 {
  color: rgb(235 74 10 / 20%);
}
.text-core-color-orange-30\/core-opacity-30 {
  color: rgb(235 74 10 / 30%);
}
.text-core-color-orange-30\/core-opacity-40 {
  color: rgb(235 74 10 / 40%);
}
.text-core-color-orange-30\/core-opacity-50 {
  color: rgb(235 74 10 / 50%);
}
.text-core-color-orange-30\/core-opacity-60 {
  color: rgb(235 74 10 / 60%);
}
.text-core-color-orange-30\/core-opacity-70 {
  color: rgb(235 74 10 / 70%);
}
.text-core-color-orange-30\/core-opacity-80 {
  color: rgb(235 74 10 / 80%);
}
.text-core-color-orange-30\/core-opacity-90 {
  color: rgb(235 74 10 / 90%);
}
.text-core-color-orange-40 {
  --tw-text-opacity: 1;
  color: rgb(251 100 19 / var(--tw-text-opacity));
}
.text-core-color-orange-40\/0 {
  color: rgb(251 100 19 / 0);
}
.text-core-color-orange-40\/10 {
  color: rgb(251 100 19 / 0.1);
}
.text-core-color-orange-40\/100 {
  color: rgb(251 100 19 / 1);
}
.text-core-color-orange-40\/20 {
  color: rgb(251 100 19 / 0.2);
}
.text-core-color-orange-40\/25 {
  color: rgb(251 100 19 / 0.25);
}
.text-core-color-orange-40\/30 {
  color: rgb(251 100 19 / 0.3);
}
.text-core-color-orange-40\/40 {
  color: rgb(251 100 19 / 0.4);
}
.text-core-color-orange-40\/5 {
  color: rgb(251 100 19 / 0.05);
}
.text-core-color-orange-40\/50 {
  color: rgb(251 100 19 / 0.5);
}
.text-core-color-orange-40\/60 {
  color: rgb(251 100 19 / 0.6);
}
.text-core-color-orange-40\/70 {
  color: rgb(251 100 19 / 0.7);
}
.text-core-color-orange-40\/75 {
  color: rgb(251 100 19 / 0.75);
}
.text-core-color-orange-40\/80 {
  color: rgb(251 100 19 / 0.8);
}
.text-core-color-orange-40\/90 {
  color: rgb(251 100 19 / 0.9);
}
.text-core-color-orange-40\/95 {
  color: rgb(251 100 19 / 0.95);
}
.text-core-color-orange-40\/base-opacity-disabled {
  color: rgb(251 100 19 / 60%);
}
.text-core-color-orange-40\/core-opacity-0 {
  color: rgb(251 100 19 / 0%);
}
.text-core-color-orange-40\/core-opacity-10 {
  color: rgb(251 100 19 / 10%);
}
.text-core-color-orange-40\/core-opacity-100 {
  color: rgb(251 100 19 / 100%);
}
.text-core-color-orange-40\/core-opacity-20 {
  color: rgb(251 100 19 / 20%);
}
.text-core-color-orange-40\/core-opacity-30 {
  color: rgb(251 100 19 / 30%);
}
.text-core-color-orange-40\/core-opacity-40 {
  color: rgb(251 100 19 / 40%);
}
.text-core-color-orange-40\/core-opacity-50 {
  color: rgb(251 100 19 / 50%);
}
.text-core-color-orange-40\/core-opacity-60 {
  color: rgb(251 100 19 / 60%);
}
.text-core-color-orange-40\/core-opacity-70 {
  color: rgb(251 100 19 / 70%);
}
.text-core-color-orange-40\/core-opacity-80 {
  color: rgb(251 100 19 / 80%);
}
.text-core-color-orange-40\/core-opacity-90 {
  color: rgb(251 100 19 / 90%);
}
.text-core-color-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(253 133 58 / var(--tw-text-opacity));
}
.text-core-color-orange-50\/0 {
  color: rgb(253 133 58 / 0);
}
.text-core-color-orange-50\/10 {
  color: rgb(253 133 58 / 0.1);
}
.text-core-color-orange-50\/100 {
  color: rgb(253 133 58 / 1);
}
.text-core-color-orange-50\/20 {
  color: rgb(253 133 58 / 0.2);
}
.text-core-color-orange-50\/25 {
  color: rgb(253 133 58 / 0.25);
}
.text-core-color-orange-50\/30 {
  color: rgb(253 133 58 / 0.3);
}
.text-core-color-orange-50\/40 {
  color: rgb(253 133 58 / 0.4);
}
.text-core-color-orange-50\/5 {
  color: rgb(253 133 58 / 0.05);
}
.text-core-color-orange-50\/50 {
  color: rgb(253 133 58 / 0.5);
}
.text-core-color-orange-50\/60 {
  color: rgb(253 133 58 / 0.6);
}
.text-core-color-orange-50\/70 {
  color: rgb(253 133 58 / 0.7);
}
.text-core-color-orange-50\/75 {
  color: rgb(253 133 58 / 0.75);
}
.text-core-color-orange-50\/80 {
  color: rgb(253 133 58 / 0.8);
}
.text-core-color-orange-50\/90 {
  color: rgb(253 133 58 / 0.9);
}
.text-core-color-orange-50\/95 {
  color: rgb(253 133 58 / 0.95);
}
.text-core-color-orange-50\/base-opacity-disabled {
  color: rgb(253 133 58 / 60%);
}
.text-core-color-orange-50\/core-opacity-0 {
  color: rgb(253 133 58 / 0%);
}
.text-core-color-orange-50\/core-opacity-10 {
  color: rgb(253 133 58 / 10%);
}
.text-core-color-orange-50\/core-opacity-100 {
  color: rgb(253 133 58 / 100%);
}
.text-core-color-orange-50\/core-opacity-20 {
  color: rgb(253 133 58 / 20%);
}
.text-core-color-orange-50\/core-opacity-30 {
  color: rgb(253 133 58 / 30%);
}
.text-core-color-orange-50\/core-opacity-40 {
  color: rgb(253 133 58 / 40%);
}
.text-core-color-orange-50\/core-opacity-50 {
  color: rgb(253 133 58 / 50%);
}
.text-core-color-orange-50\/core-opacity-60 {
  color: rgb(253 133 58 / 60%);
}
.text-core-color-orange-50\/core-opacity-70 {
  color: rgb(253 133 58 / 70%);
}
.text-core-color-orange-50\/core-opacity-80 {
  color: rgb(253 133 58 / 80%);
}
.text-core-color-orange-50\/core-opacity-90 {
  color: rgb(253 133 58 / 90%);
}
.text-core-color-orange-60 {
  --tw-text-opacity: 1;
  color: rgb(254 177 113 / var(--tw-text-opacity));
}
.text-core-color-orange-60\/0 {
  color: rgb(254 177 113 / 0);
}
.text-core-color-orange-60\/10 {
  color: rgb(254 177 113 / 0.1);
}
.text-core-color-orange-60\/100 {
  color: rgb(254 177 113 / 1);
}
.text-core-color-orange-60\/20 {
  color: rgb(254 177 113 / 0.2);
}
.text-core-color-orange-60\/25 {
  color: rgb(254 177 113 / 0.25);
}
.text-core-color-orange-60\/30 {
  color: rgb(254 177 113 / 0.3);
}
.text-core-color-orange-60\/40 {
  color: rgb(254 177 113 / 0.4);
}
.text-core-color-orange-60\/5 {
  color: rgb(254 177 113 / 0.05);
}
.text-core-color-orange-60\/50 {
  color: rgb(254 177 113 / 0.5);
}
.text-core-color-orange-60\/60 {
  color: rgb(254 177 113 / 0.6);
}
.text-core-color-orange-60\/70 {
  color: rgb(254 177 113 / 0.7);
}
.text-core-color-orange-60\/75 {
  color: rgb(254 177 113 / 0.75);
}
.text-core-color-orange-60\/80 {
  color: rgb(254 177 113 / 0.8);
}
.text-core-color-orange-60\/90 {
  color: rgb(254 177 113 / 0.9);
}
.text-core-color-orange-60\/95 {
  color: rgb(254 177 113 / 0.95);
}
.text-core-color-orange-60\/base-opacity-disabled {
  color: rgb(254 177 113 / 60%);
}
.text-core-color-orange-60\/core-opacity-0 {
  color: rgb(254 177 113 / 0%);
}
.text-core-color-orange-60\/core-opacity-10 {
  color: rgb(254 177 113 / 10%);
}
.text-core-color-orange-60\/core-opacity-100 {
  color: rgb(254 177 113 / 100%);
}
.text-core-color-orange-60\/core-opacity-20 {
  color: rgb(254 177 113 / 20%);
}
.text-core-color-orange-60\/core-opacity-30 {
  color: rgb(254 177 113 / 30%);
}
.text-core-color-orange-60\/core-opacity-40 {
  color: rgb(254 177 113 / 40%);
}
.text-core-color-orange-60\/core-opacity-50 {
  color: rgb(254 177 113 / 50%);
}
.text-core-color-orange-60\/core-opacity-60 {
  color: rgb(254 177 113 / 60%);
}
.text-core-color-orange-60\/core-opacity-70 {
  color: rgb(254 177 113 / 70%);
}
.text-core-color-orange-60\/core-opacity-80 {
  color: rgb(254 177 113 / 80%);
}
.text-core-color-orange-60\/core-opacity-90 {
  color: rgb(254 177 113 / 90%);
}
.text-core-color-orange-70 {
  --tw-text-opacity: 1;
  color: rgb(253 220 170 / var(--tw-text-opacity));
}
.text-core-color-orange-70\/0 {
  color: rgb(253 220 170 / 0);
}
.text-core-color-orange-70\/10 {
  color: rgb(253 220 170 / 0.1);
}
.text-core-color-orange-70\/100 {
  color: rgb(253 220 170 / 1);
}
.text-core-color-orange-70\/20 {
  color: rgb(253 220 170 / 0.2);
}
.text-core-color-orange-70\/25 {
  color: rgb(253 220 170 / 0.25);
}
.text-core-color-orange-70\/30 {
  color: rgb(253 220 170 / 0.3);
}
.text-core-color-orange-70\/40 {
  color: rgb(253 220 170 / 0.4);
}
.text-core-color-orange-70\/5 {
  color: rgb(253 220 170 / 0.05);
}
.text-core-color-orange-70\/50 {
  color: rgb(253 220 170 / 0.5);
}
.text-core-color-orange-70\/60 {
  color: rgb(253 220 170 / 0.6);
}
.text-core-color-orange-70\/70 {
  color: rgb(253 220 170 / 0.7);
}
.text-core-color-orange-70\/75 {
  color: rgb(253 220 170 / 0.75);
}
.text-core-color-orange-70\/80 {
  color: rgb(253 220 170 / 0.8);
}
.text-core-color-orange-70\/90 {
  color: rgb(253 220 170 / 0.9);
}
.text-core-color-orange-70\/95 {
  color: rgb(253 220 170 / 0.95);
}
.text-core-color-orange-70\/base-opacity-disabled {
  color: rgb(253 220 170 / 60%);
}
.text-core-color-orange-70\/core-opacity-0 {
  color: rgb(253 220 170 / 0%);
}
.text-core-color-orange-70\/core-opacity-10 {
  color: rgb(253 220 170 / 10%);
}
.text-core-color-orange-70\/core-opacity-100 {
  color: rgb(253 220 170 / 100%);
}
.text-core-color-orange-70\/core-opacity-20 {
  color: rgb(253 220 170 / 20%);
}
.text-core-color-orange-70\/core-opacity-30 {
  color: rgb(253 220 170 / 30%);
}
.text-core-color-orange-70\/core-opacity-40 {
  color: rgb(253 220 170 / 40%);
}
.text-core-color-orange-70\/core-opacity-50 {
  color: rgb(253 220 170 / 50%);
}
.text-core-color-orange-70\/core-opacity-60 {
  color: rgb(253 220 170 / 60%);
}
.text-core-color-orange-70\/core-opacity-70 {
  color: rgb(253 220 170 / 70%);
}
.text-core-color-orange-70\/core-opacity-80 {
  color: rgb(253 220 170 / 80%);
}
.text-core-color-orange-70\/core-opacity-90 {
  color: rgb(253 220 170 / 90%);
}
.text-core-color-orange-80 {
  --tw-text-opacity: 1;
  color: rgb(255 235 214 / var(--tw-text-opacity));
}
.text-core-color-orange-80\/0 {
  color: rgb(255 235 214 / 0);
}
.text-core-color-orange-80\/10 {
  color: rgb(255 235 214 / 0.1);
}
.text-core-color-orange-80\/100 {
  color: rgb(255 235 214 / 1);
}
.text-core-color-orange-80\/20 {
  color: rgb(255 235 214 / 0.2);
}
.text-core-color-orange-80\/25 {
  color: rgb(255 235 214 / 0.25);
}
.text-core-color-orange-80\/30 {
  color: rgb(255 235 214 / 0.3);
}
.text-core-color-orange-80\/40 {
  color: rgb(255 235 214 / 0.4);
}
.text-core-color-orange-80\/5 {
  color: rgb(255 235 214 / 0.05);
}
.text-core-color-orange-80\/50 {
  color: rgb(255 235 214 / 0.5);
}
.text-core-color-orange-80\/60 {
  color: rgb(255 235 214 / 0.6);
}
.text-core-color-orange-80\/70 {
  color: rgb(255 235 214 / 0.7);
}
.text-core-color-orange-80\/75 {
  color: rgb(255 235 214 / 0.75);
}
.text-core-color-orange-80\/80 {
  color: rgb(255 235 214 / 0.8);
}
.text-core-color-orange-80\/90 {
  color: rgb(255 235 214 / 0.9);
}
.text-core-color-orange-80\/95 {
  color: rgb(255 235 214 / 0.95);
}
.text-core-color-orange-80\/base-opacity-disabled {
  color: rgb(255 235 214 / 60%);
}
.text-core-color-orange-80\/core-opacity-0 {
  color: rgb(255 235 214 / 0%);
}
.text-core-color-orange-80\/core-opacity-10 {
  color: rgb(255 235 214 / 10%);
}
.text-core-color-orange-80\/core-opacity-100 {
  color: rgb(255 235 214 / 100%);
}
.text-core-color-orange-80\/core-opacity-20 {
  color: rgb(255 235 214 / 20%);
}
.text-core-color-orange-80\/core-opacity-30 {
  color: rgb(255 235 214 / 30%);
}
.text-core-color-orange-80\/core-opacity-40 {
  color: rgb(255 235 214 / 40%);
}
.text-core-color-orange-80\/core-opacity-50 {
  color: rgb(255 235 214 / 50%);
}
.text-core-color-orange-80\/core-opacity-60 {
  color: rgb(255 235 214 / 60%);
}
.text-core-color-orange-80\/core-opacity-70 {
  color: rgb(255 235 214 / 70%);
}
.text-core-color-orange-80\/core-opacity-80 {
  color: rgb(255 235 214 / 80%);
}
.text-core-color-orange-80\/core-opacity-90 {
  color: rgb(255 235 214 / 90%);
}
.text-core-color-orange-90 {
  --tw-text-opacity: 1;
  color: rgb(255 245 235 / var(--tw-text-opacity));
}
.text-core-color-orange-90\/0 {
  color: rgb(255 245 235 / 0);
}
.text-core-color-orange-90\/10 {
  color: rgb(255 245 235 / 0.1);
}
.text-core-color-orange-90\/100 {
  color: rgb(255 245 235 / 1);
}
.text-core-color-orange-90\/20 {
  color: rgb(255 245 235 / 0.2);
}
.text-core-color-orange-90\/25 {
  color: rgb(255 245 235 / 0.25);
}
.text-core-color-orange-90\/30 {
  color: rgb(255 245 235 / 0.3);
}
.text-core-color-orange-90\/40 {
  color: rgb(255 245 235 / 0.4);
}
.text-core-color-orange-90\/5 {
  color: rgb(255 245 235 / 0.05);
}
.text-core-color-orange-90\/50 {
  color: rgb(255 245 235 / 0.5);
}
.text-core-color-orange-90\/60 {
  color: rgb(255 245 235 / 0.6);
}
.text-core-color-orange-90\/70 {
  color: rgb(255 245 235 / 0.7);
}
.text-core-color-orange-90\/75 {
  color: rgb(255 245 235 / 0.75);
}
.text-core-color-orange-90\/80 {
  color: rgb(255 245 235 / 0.8);
}
.text-core-color-orange-90\/90 {
  color: rgb(255 245 235 / 0.9);
}
.text-core-color-orange-90\/95 {
  color: rgb(255 245 235 / 0.95);
}
.text-core-color-orange-90\/base-opacity-disabled {
  color: rgb(255 245 235 / 60%);
}
.text-core-color-orange-90\/core-opacity-0 {
  color: rgb(255 245 235 / 0%);
}
.text-core-color-orange-90\/core-opacity-10 {
  color: rgb(255 245 235 / 10%);
}
.text-core-color-orange-90\/core-opacity-100 {
  color: rgb(255 245 235 / 100%);
}
.text-core-color-orange-90\/core-opacity-20 {
  color: rgb(255 245 235 / 20%);
}
.text-core-color-orange-90\/core-opacity-30 {
  color: rgb(255 245 235 / 30%);
}
.text-core-color-orange-90\/core-opacity-40 {
  color: rgb(255 245 235 / 40%);
}
.text-core-color-orange-90\/core-opacity-50 {
  color: rgb(255 245 235 / 50%);
}
.text-core-color-orange-90\/core-opacity-60 {
  color: rgb(255 245 235 / 60%);
}
.text-core-color-orange-90\/core-opacity-70 {
  color: rgb(255 245 235 / 70%);
}
.text-core-color-orange-90\/core-opacity-80 {
  color: rgb(255 245 235 / 80%);
}
.text-core-color-orange-90\/core-opacity-90 {
  color: rgb(255 245 235 / 90%);
}
.text-core-color-primary-0 {
  --tw-text-opacity: 1;
  color: rgb(33 31 71 / var(--tw-text-opacity));
}
.text-core-color-primary-0\/0 {
  color: rgb(33 31 71 / 0);
}
.text-core-color-primary-0\/10 {
  color: rgb(33 31 71 / 0.1);
}
.text-core-color-primary-0\/100 {
  color: rgb(33 31 71 / 1);
}
.text-core-color-primary-0\/20 {
  color: rgb(33 31 71 / 0.2);
}
.text-core-color-primary-0\/25 {
  color: rgb(33 31 71 / 0.25);
}
.text-core-color-primary-0\/30 {
  color: rgb(33 31 71 / 0.3);
}
.text-core-color-primary-0\/40 {
  color: rgb(33 31 71 / 0.4);
}
.text-core-color-primary-0\/5 {
  color: rgb(33 31 71 / 0.05);
}
.text-core-color-primary-0\/50 {
  color: rgb(33 31 71 / 0.5);
}
.text-core-color-primary-0\/60 {
  color: rgb(33 31 71 / 0.6);
}
.text-core-color-primary-0\/70 {
  color: rgb(33 31 71 / 0.7);
}
.text-core-color-primary-0\/75 {
  color: rgb(33 31 71 / 0.75);
}
.text-core-color-primary-0\/80 {
  color: rgb(33 31 71 / 0.8);
}
.text-core-color-primary-0\/90 {
  color: rgb(33 31 71 / 0.9);
}
.text-core-color-primary-0\/95 {
  color: rgb(33 31 71 / 0.95);
}
.text-core-color-primary-0\/base-opacity-disabled {
  color: rgb(33 31 71 / 60%);
}
.text-core-color-primary-0\/core-opacity-0 {
  color: rgb(33 31 71 / 0%);
}
.text-core-color-primary-0\/core-opacity-10 {
  color: rgb(33 31 71 / 10%);
}
.text-core-color-primary-0\/core-opacity-100 {
  color: rgb(33 31 71 / 100%);
}
.text-core-color-primary-0\/core-opacity-20 {
  color: rgb(33 31 71 / 20%);
}
.text-core-color-primary-0\/core-opacity-30 {
  color: rgb(33 31 71 / 30%);
}
.text-core-color-primary-0\/core-opacity-40 {
  color: rgb(33 31 71 / 40%);
}
.text-core-color-primary-0\/core-opacity-50 {
  color: rgb(33 31 71 / 50%);
}
.text-core-color-primary-0\/core-opacity-60 {
  color: rgb(33 31 71 / 60%);
}
.text-core-color-primary-0\/core-opacity-70 {
  color: rgb(33 31 71 / 70%);
}
.text-core-color-primary-0\/core-opacity-80 {
  color: rgb(33 31 71 / 80%);
}
.text-core-color-primary-0\/core-opacity-90 {
  color: rgb(33 31 71 / 90%);
}
.text-core-color-primary-10 {
  --tw-text-opacity: 1;
  color: rgb(54 54 120 / var(--tw-text-opacity));
}
.text-core-color-primary-10\/0 {
  color: rgb(54 54 120 / 0);
}
.text-core-color-primary-10\/10 {
  color: rgb(54 54 120 / 0.1);
}
.text-core-color-primary-10\/100 {
  color: rgb(54 54 120 / 1);
}
.text-core-color-primary-10\/20 {
  color: rgb(54 54 120 / 0.2);
}
.text-core-color-primary-10\/25 {
  color: rgb(54 54 120 / 0.25);
}
.text-core-color-primary-10\/30 {
  color: rgb(54 54 120 / 0.3);
}
.text-core-color-primary-10\/40 {
  color: rgb(54 54 120 / 0.4);
}
.text-core-color-primary-10\/5 {
  color: rgb(54 54 120 / 0.05);
}
.text-core-color-primary-10\/50 {
  color: rgb(54 54 120 / 0.5);
}
.text-core-color-primary-10\/60 {
  color: rgb(54 54 120 / 0.6);
}
.text-core-color-primary-10\/70 {
  color: rgb(54 54 120 / 0.7);
}
.text-core-color-primary-10\/75 {
  color: rgb(54 54 120 / 0.75);
}
.text-core-color-primary-10\/80 {
  color: rgb(54 54 120 / 0.8);
}
.text-core-color-primary-10\/90 {
  color: rgb(54 54 120 / 0.9);
}
.text-core-color-primary-10\/95 {
  color: rgb(54 54 120 / 0.95);
}
.text-core-color-primary-10\/base-opacity-disabled {
  color: rgb(54 54 120 / 60%);
}
.text-core-color-primary-10\/core-opacity-0 {
  color: rgb(54 54 120 / 0%);
}
.text-core-color-primary-10\/core-opacity-10 {
  color: rgb(54 54 120 / 10%);
}
.text-core-color-primary-10\/core-opacity-100 {
  color: rgb(54 54 120 / 100%);
}
.text-core-color-primary-10\/core-opacity-20 {
  color: rgb(54 54 120 / 20%);
}
.text-core-color-primary-10\/core-opacity-30 {
  color: rgb(54 54 120 / 30%);
}
.text-core-color-primary-10\/core-opacity-40 {
  color: rgb(54 54 120 / 40%);
}
.text-core-color-primary-10\/core-opacity-50 {
  color: rgb(54 54 120 / 50%);
}
.text-core-color-primary-10\/core-opacity-60 {
  color: rgb(54 54 120 / 60%);
}
.text-core-color-primary-10\/core-opacity-70 {
  color: rgb(54 54 120 / 70%);
}
.text-core-color-primary-10\/core-opacity-80 {
  color: rgb(54 54 120 / 80%);
}
.text-core-color-primary-10\/core-opacity-90 {
  color: rgb(54 54 120 / 90%);
}
.text-core-color-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(242 244 253 / var(--tw-text-opacity));
}
.text-core-color-primary-100\/0 {
  color: rgb(242 244 253 / 0);
}
.text-core-color-primary-100\/10 {
  color: rgb(242 244 253 / 0.1);
}
.text-core-color-primary-100\/100 {
  color: rgb(242 244 253 / 1);
}
.text-core-color-primary-100\/20 {
  color: rgb(242 244 253 / 0.2);
}
.text-core-color-primary-100\/25 {
  color: rgb(242 244 253 / 0.25);
}
.text-core-color-primary-100\/30 {
  color: rgb(242 244 253 / 0.3);
}
.text-core-color-primary-100\/40 {
  color: rgb(242 244 253 / 0.4);
}
.text-core-color-primary-100\/5 {
  color: rgb(242 244 253 / 0.05);
}
.text-core-color-primary-100\/50 {
  color: rgb(242 244 253 / 0.5);
}
.text-core-color-primary-100\/60 {
  color: rgb(242 244 253 / 0.6);
}
.text-core-color-primary-100\/70 {
  color: rgb(242 244 253 / 0.7);
}
.text-core-color-primary-100\/75 {
  color: rgb(242 244 253 / 0.75);
}
.text-core-color-primary-100\/80 {
  color: rgb(242 244 253 / 0.8);
}
.text-core-color-primary-100\/90 {
  color: rgb(242 244 253 / 0.9);
}
.text-core-color-primary-100\/95 {
  color: rgb(242 244 253 / 0.95);
}
.text-core-color-primary-100\/base-opacity-disabled {
  color: rgb(242 244 253 / 60%);
}
.text-core-color-primary-100\/core-opacity-0 {
  color: rgb(242 244 253 / 0%);
}
.text-core-color-primary-100\/core-opacity-10 {
  color: rgb(242 244 253 / 10%);
}
.text-core-color-primary-100\/core-opacity-100 {
  color: rgb(242 244 253 / 100%);
}
.text-core-color-primary-100\/core-opacity-20 {
  color: rgb(242 244 253 / 20%);
}
.text-core-color-primary-100\/core-opacity-30 {
  color: rgb(242 244 253 / 30%);
}
.text-core-color-primary-100\/core-opacity-40 {
  color: rgb(242 244 253 / 40%);
}
.text-core-color-primary-100\/core-opacity-50 {
  color: rgb(242 244 253 / 50%);
}
.text-core-color-primary-100\/core-opacity-60 {
  color: rgb(242 244 253 / 60%);
}
.text-core-color-primary-100\/core-opacity-70 {
  color: rgb(242 244 253 / 70%);
}
.text-core-color-primary-100\/core-opacity-80 {
  color: rgb(242 244 253 / 80%);
}
.text-core-color-primary-100\/core-opacity-90 {
  color: rgb(242 244 253 / 90%);
}
.text-core-color-primary-20 {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.text-core-color-primary-20\/0 {
  color: rgb(60 59 151 / 0);
}
.text-core-color-primary-20\/10 {
  color: rgb(60 59 151 / 0.1);
}
.text-core-color-primary-20\/100 {
  color: rgb(60 59 151 / 1);
}
.text-core-color-primary-20\/20 {
  color: rgb(60 59 151 / 0.2);
}
.text-core-color-primary-20\/25 {
  color: rgb(60 59 151 / 0.25);
}
.text-core-color-primary-20\/30 {
  color: rgb(60 59 151 / 0.3);
}
.text-core-color-primary-20\/40 {
  color: rgb(60 59 151 / 0.4);
}
.text-core-color-primary-20\/5 {
  color: rgb(60 59 151 / 0.05);
}
.text-core-color-primary-20\/50 {
  color: rgb(60 59 151 / 0.5);
}
.text-core-color-primary-20\/60 {
  color: rgb(60 59 151 / 0.6);
}
.text-core-color-primary-20\/70 {
  color: rgb(60 59 151 / 0.7);
}
.text-core-color-primary-20\/75 {
  color: rgb(60 59 151 / 0.75);
}
.text-core-color-primary-20\/80 {
  color: rgb(60 59 151 / 0.8);
}
.text-core-color-primary-20\/90 {
  color: rgb(60 59 151 / 0.9);
}
.text-core-color-primary-20\/95 {
  color: rgb(60 59 151 / 0.95);
}
.text-core-color-primary-20\/base-opacity-disabled {
  color: rgb(60 59 151 / 60%);
}
.text-core-color-primary-20\/core-opacity-0 {
  color: rgb(60 59 151 / 0%);
}
.text-core-color-primary-20\/core-opacity-10 {
  color: rgb(60 59 151 / 10%);
}
.text-core-color-primary-20\/core-opacity-100 {
  color: rgb(60 59 151 / 100%);
}
.text-core-color-primary-20\/core-opacity-20 {
  color: rgb(60 59 151 / 20%);
}
.text-core-color-primary-20\/core-opacity-30 {
  color: rgb(60 59 151 / 30%);
}
.text-core-color-primary-20\/core-opacity-40 {
  color: rgb(60 59 151 / 40%);
}
.text-core-color-primary-20\/core-opacity-50 {
  color: rgb(60 59 151 / 50%);
}
.text-core-color-primary-20\/core-opacity-60 {
  color: rgb(60 59 151 / 60%);
}
.text-core-color-primary-20\/core-opacity-70 {
  color: rgb(60 59 151 / 70%);
}
.text-core-color-primary-20\/core-opacity-80 {
  color: rgb(60 59 151 / 80%);
}
.text-core-color-primary-20\/core-opacity-90 {
  color: rgb(60 59 151 / 90%);
}
.text-core-color-primary-30 {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.text-core-color-primary-30\/0 {
  color: rgb(75 71 189 / 0);
}
.text-core-color-primary-30\/10 {
  color: rgb(75 71 189 / 0.1);
}
.text-core-color-primary-30\/100 {
  color: rgb(75 71 189 / 1);
}
.text-core-color-primary-30\/20 {
  color: rgb(75 71 189 / 0.2);
}
.text-core-color-primary-30\/25 {
  color: rgb(75 71 189 / 0.25);
}
.text-core-color-primary-30\/30 {
  color: rgb(75 71 189 / 0.3);
}
.text-core-color-primary-30\/40 {
  color: rgb(75 71 189 / 0.4);
}
.text-core-color-primary-30\/5 {
  color: rgb(75 71 189 / 0.05);
}
.text-core-color-primary-30\/50 {
  color: rgb(75 71 189 / 0.5);
}
.text-core-color-primary-30\/60 {
  color: rgb(75 71 189 / 0.6);
}
.text-core-color-primary-30\/70 {
  color: rgb(75 71 189 / 0.7);
}
.text-core-color-primary-30\/75 {
  color: rgb(75 71 189 / 0.75);
}
.text-core-color-primary-30\/80 {
  color: rgb(75 71 189 / 0.8);
}
.text-core-color-primary-30\/90 {
  color: rgb(75 71 189 / 0.9);
}
.text-core-color-primary-30\/95 {
  color: rgb(75 71 189 / 0.95);
}
.text-core-color-primary-30\/base-opacity-disabled {
  color: rgb(75 71 189 / 60%);
}
.text-core-color-primary-30\/core-opacity-0 {
  color: rgb(75 71 189 / 0%);
}
.text-core-color-primary-30\/core-opacity-10 {
  color: rgb(75 71 189 / 10%);
}
.text-core-color-primary-30\/core-opacity-100 {
  color: rgb(75 71 189 / 100%);
}
.text-core-color-primary-30\/core-opacity-20 {
  color: rgb(75 71 189 / 20%);
}
.text-core-color-primary-30\/core-opacity-30 {
  color: rgb(75 71 189 / 30%);
}
.text-core-color-primary-30\/core-opacity-40 {
  color: rgb(75 71 189 / 40%);
}
.text-core-color-primary-30\/core-opacity-50 {
  color: rgb(75 71 189 / 50%);
}
.text-core-color-primary-30\/core-opacity-60 {
  color: rgb(75 71 189 / 60%);
}
.text-core-color-primary-30\/core-opacity-70 {
  color: rgb(75 71 189 / 70%);
}
.text-core-color-primary-30\/core-opacity-80 {
  color: rgb(75 71 189 / 80%);
}
.text-core-color-primary-30\/core-opacity-90 {
  color: rgb(75 71 189 / 90%);
}
.text-core-color-primary-40 {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-core-color-primary-40\/0 {
  color: rgb(93 91 215 / 0);
}
.text-core-color-primary-40\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-core-color-primary-40\/100 {
  color: rgb(93 91 215 / 1);
}
.text-core-color-primary-40\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-core-color-primary-40\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-core-color-primary-40\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-core-color-primary-40\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-core-color-primary-40\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-core-color-primary-40\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-core-color-primary-40\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-core-color-primary-40\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-core-color-primary-40\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-core-color-primary-40\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-core-color-primary-40\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-core-color-primary-40\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-core-color-primary-40\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-core-color-primary-40\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-core-color-primary-40\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-core-color-primary-40\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-core-color-primary-40\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-core-color-primary-40\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-core-color-primary-40\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-core-color-primary-40\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-core-color-primary-40\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-core-color-primary-40\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-core-color-primary-40\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-core-color-primary-40\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-core-color-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(114 121 228 / var(--tw-text-opacity));
}
.text-core-color-primary-50\/0 {
  color: rgb(114 121 228 / 0);
}
.text-core-color-primary-50\/10 {
  color: rgb(114 121 228 / 0.1);
}
.text-core-color-primary-50\/100 {
  color: rgb(114 121 228 / 1);
}
.text-core-color-primary-50\/20 {
  color: rgb(114 121 228 / 0.2);
}
.text-core-color-primary-50\/25 {
  color: rgb(114 121 228 / 0.25);
}
.text-core-color-primary-50\/30 {
  color: rgb(114 121 228 / 0.3);
}
.text-core-color-primary-50\/40 {
  color: rgb(114 121 228 / 0.4);
}
.text-core-color-primary-50\/5 {
  color: rgb(114 121 228 / 0.05);
}
.text-core-color-primary-50\/50 {
  color: rgb(114 121 228 / 0.5);
}
.text-core-color-primary-50\/60 {
  color: rgb(114 121 228 / 0.6);
}
.text-core-color-primary-50\/70 {
  color: rgb(114 121 228 / 0.7);
}
.text-core-color-primary-50\/75 {
  color: rgb(114 121 228 / 0.75);
}
.text-core-color-primary-50\/80 {
  color: rgb(114 121 228 / 0.8);
}
.text-core-color-primary-50\/90 {
  color: rgb(114 121 228 / 0.9);
}
.text-core-color-primary-50\/95 {
  color: rgb(114 121 228 / 0.95);
}
.text-core-color-primary-50\/base-opacity-disabled {
  color: rgb(114 121 228 / 60%);
}
.text-core-color-primary-50\/core-opacity-0 {
  color: rgb(114 121 228 / 0%);
}
.text-core-color-primary-50\/core-opacity-10 {
  color: rgb(114 121 228 / 10%);
}
.text-core-color-primary-50\/core-opacity-100 {
  color: rgb(114 121 228 / 100%);
}
.text-core-color-primary-50\/core-opacity-20 {
  color: rgb(114 121 228 / 20%);
}
.text-core-color-primary-50\/core-opacity-30 {
  color: rgb(114 121 228 / 30%);
}
.text-core-color-primary-50\/core-opacity-40 {
  color: rgb(114 121 228 / 40%);
}
.text-core-color-primary-50\/core-opacity-50 {
  color: rgb(114 121 228 / 50%);
}
.text-core-color-primary-50\/core-opacity-60 {
  color: rgb(114 121 228 / 60%);
}
.text-core-color-primary-50\/core-opacity-70 {
  color: rgb(114 121 228 / 70%);
}
.text-core-color-primary-50\/core-opacity-80 {
  color: rgb(114 121 228 / 80%);
}
.text-core-color-primary-50\/core-opacity-90 {
  color: rgb(114 121 228 / 90%);
}
.text-core-color-primary-60 {
  --tw-text-opacity: 1;
  color: rgb(140 152 237 / var(--tw-text-opacity));
}
.text-core-color-primary-60\/0 {
  color: rgb(140 152 237 / 0);
}
.text-core-color-primary-60\/10 {
  color: rgb(140 152 237 / 0.1);
}
.text-core-color-primary-60\/100 {
  color: rgb(140 152 237 / 1);
}
.text-core-color-primary-60\/20 {
  color: rgb(140 152 237 / 0.2);
}
.text-core-color-primary-60\/25 {
  color: rgb(140 152 237 / 0.25);
}
.text-core-color-primary-60\/30 {
  color: rgb(140 152 237 / 0.3);
}
.text-core-color-primary-60\/40 {
  color: rgb(140 152 237 / 0.4);
}
.text-core-color-primary-60\/5 {
  color: rgb(140 152 237 / 0.05);
}
.text-core-color-primary-60\/50 {
  color: rgb(140 152 237 / 0.5);
}
.text-core-color-primary-60\/60 {
  color: rgb(140 152 237 / 0.6);
}
.text-core-color-primary-60\/70 {
  color: rgb(140 152 237 / 0.7);
}
.text-core-color-primary-60\/75 {
  color: rgb(140 152 237 / 0.75);
}
.text-core-color-primary-60\/80 {
  color: rgb(140 152 237 / 0.8);
}
.text-core-color-primary-60\/90 {
  color: rgb(140 152 237 / 0.9);
}
.text-core-color-primary-60\/95 {
  color: rgb(140 152 237 / 0.95);
}
.text-core-color-primary-60\/base-opacity-disabled {
  color: rgb(140 152 237 / 60%);
}
.text-core-color-primary-60\/core-opacity-0 {
  color: rgb(140 152 237 / 0%);
}
.text-core-color-primary-60\/core-opacity-10 {
  color: rgb(140 152 237 / 10%);
}
.text-core-color-primary-60\/core-opacity-100 {
  color: rgb(140 152 237 / 100%);
}
.text-core-color-primary-60\/core-opacity-20 {
  color: rgb(140 152 237 / 20%);
}
.text-core-color-primary-60\/core-opacity-30 {
  color: rgb(140 152 237 / 30%);
}
.text-core-color-primary-60\/core-opacity-40 {
  color: rgb(140 152 237 / 40%);
}
.text-core-color-primary-60\/core-opacity-50 {
  color: rgb(140 152 237 / 50%);
}
.text-core-color-primary-60\/core-opacity-60 {
  color: rgb(140 152 237 / 60%);
}
.text-core-color-primary-60\/core-opacity-70 {
  color: rgb(140 152 237 / 70%);
}
.text-core-color-primary-60\/core-opacity-80 {
  color: rgb(140 152 237 / 80%);
}
.text-core-color-primary-60\/core-opacity-90 {
  color: rgb(140 152 237 / 90%);
}
.text-core-color-primary-70 {
  --tw-text-opacity: 1;
  color: rgb(174 188 244 / var(--tw-text-opacity));
}
.text-core-color-primary-70\/0 {
  color: rgb(174 188 244 / 0);
}
.text-core-color-primary-70\/10 {
  color: rgb(174 188 244 / 0.1);
}
.text-core-color-primary-70\/100 {
  color: rgb(174 188 244 / 1);
}
.text-core-color-primary-70\/20 {
  color: rgb(174 188 244 / 0.2);
}
.text-core-color-primary-70\/25 {
  color: rgb(174 188 244 / 0.25);
}
.text-core-color-primary-70\/30 {
  color: rgb(174 188 244 / 0.3);
}
.text-core-color-primary-70\/40 {
  color: rgb(174 188 244 / 0.4);
}
.text-core-color-primary-70\/5 {
  color: rgb(174 188 244 / 0.05);
}
.text-core-color-primary-70\/50 {
  color: rgb(174 188 244 / 0.5);
}
.text-core-color-primary-70\/60 {
  color: rgb(174 188 244 / 0.6);
}
.text-core-color-primary-70\/70 {
  color: rgb(174 188 244 / 0.7);
}
.text-core-color-primary-70\/75 {
  color: rgb(174 188 244 / 0.75);
}
.text-core-color-primary-70\/80 {
  color: rgb(174 188 244 / 0.8);
}
.text-core-color-primary-70\/90 {
  color: rgb(174 188 244 / 0.9);
}
.text-core-color-primary-70\/95 {
  color: rgb(174 188 244 / 0.95);
}
.text-core-color-primary-70\/base-opacity-disabled {
  color: rgb(174 188 244 / 60%);
}
.text-core-color-primary-70\/core-opacity-0 {
  color: rgb(174 188 244 / 0%);
}
.text-core-color-primary-70\/core-opacity-10 {
  color: rgb(174 188 244 / 10%);
}
.text-core-color-primary-70\/core-opacity-100 {
  color: rgb(174 188 244 / 100%);
}
.text-core-color-primary-70\/core-opacity-20 {
  color: rgb(174 188 244 / 20%);
}
.text-core-color-primary-70\/core-opacity-30 {
  color: rgb(174 188 244 / 30%);
}
.text-core-color-primary-70\/core-opacity-40 {
  color: rgb(174 188 244 / 40%);
}
.text-core-color-primary-70\/core-opacity-50 {
  color: rgb(174 188 244 / 50%);
}
.text-core-color-primary-70\/core-opacity-60 {
  color: rgb(174 188 244 / 60%);
}
.text-core-color-primary-70\/core-opacity-70 {
  color: rgb(174 188 244 / 70%);
}
.text-core-color-primary-70\/core-opacity-80 {
  color: rgb(174 188 244 / 80%);
}
.text-core-color-primary-70\/core-opacity-90 {
  color: rgb(174 188 244 / 90%);
}
.text-core-color-primary-80 {
  --tw-text-opacity: 1;
  color: rgb(205 214 249 / var(--tw-text-opacity));
}
.text-core-color-primary-80\/0 {
  color: rgb(205 214 249 / 0);
}
.text-core-color-primary-80\/10 {
  color: rgb(205 214 249 / 0.1);
}
.text-core-color-primary-80\/100 {
  color: rgb(205 214 249 / 1);
}
.text-core-color-primary-80\/20 {
  color: rgb(205 214 249 / 0.2);
}
.text-core-color-primary-80\/25 {
  color: rgb(205 214 249 / 0.25);
}
.text-core-color-primary-80\/30 {
  color: rgb(205 214 249 / 0.3);
}
.text-core-color-primary-80\/40 {
  color: rgb(205 214 249 / 0.4);
}
.text-core-color-primary-80\/5 {
  color: rgb(205 214 249 / 0.05);
}
.text-core-color-primary-80\/50 {
  color: rgb(205 214 249 / 0.5);
}
.text-core-color-primary-80\/60 {
  color: rgb(205 214 249 / 0.6);
}
.text-core-color-primary-80\/70 {
  color: rgb(205 214 249 / 0.7);
}
.text-core-color-primary-80\/75 {
  color: rgb(205 214 249 / 0.75);
}
.text-core-color-primary-80\/80 {
  color: rgb(205 214 249 / 0.8);
}
.text-core-color-primary-80\/90 {
  color: rgb(205 214 249 / 0.9);
}
.text-core-color-primary-80\/95 {
  color: rgb(205 214 249 / 0.95);
}
.text-core-color-primary-80\/base-opacity-disabled {
  color: rgb(205 214 249 / 60%);
}
.text-core-color-primary-80\/core-opacity-0 {
  color: rgb(205 214 249 / 0%);
}
.text-core-color-primary-80\/core-opacity-10 {
  color: rgb(205 214 249 / 10%);
}
.text-core-color-primary-80\/core-opacity-100 {
  color: rgb(205 214 249 / 100%);
}
.text-core-color-primary-80\/core-opacity-20 {
  color: rgb(205 214 249 / 20%);
}
.text-core-color-primary-80\/core-opacity-30 {
  color: rgb(205 214 249 / 30%);
}
.text-core-color-primary-80\/core-opacity-40 {
  color: rgb(205 214 249 / 40%);
}
.text-core-color-primary-80\/core-opacity-50 {
  color: rgb(205 214 249 / 50%);
}
.text-core-color-primary-80\/core-opacity-60 {
  color: rgb(205 214 249 / 60%);
}
.text-core-color-primary-80\/core-opacity-70 {
  color: rgb(205 214 249 / 70%);
}
.text-core-color-primary-80\/core-opacity-80 {
  color: rgb(205 214 249 / 80%);
}
.text-core-color-primary-80\/core-opacity-90 {
  color: rgb(205 214 249 / 90%);
}
.text-core-color-primary-90 {
  --tw-text-opacity: 1;
  color: rgb(227 234 252 / var(--tw-text-opacity));
}
.text-core-color-primary-90\/0 {
  color: rgb(227 234 252 / 0);
}
.text-core-color-primary-90\/10 {
  color: rgb(227 234 252 / 0.1);
}
.text-core-color-primary-90\/100 {
  color: rgb(227 234 252 / 1);
}
.text-core-color-primary-90\/20 {
  color: rgb(227 234 252 / 0.2);
}
.text-core-color-primary-90\/25 {
  color: rgb(227 234 252 / 0.25);
}
.text-core-color-primary-90\/30 {
  color: rgb(227 234 252 / 0.3);
}
.text-core-color-primary-90\/40 {
  color: rgb(227 234 252 / 0.4);
}
.text-core-color-primary-90\/5 {
  color: rgb(227 234 252 / 0.05);
}
.text-core-color-primary-90\/50 {
  color: rgb(227 234 252 / 0.5);
}
.text-core-color-primary-90\/60 {
  color: rgb(227 234 252 / 0.6);
}
.text-core-color-primary-90\/70 {
  color: rgb(227 234 252 / 0.7);
}
.text-core-color-primary-90\/75 {
  color: rgb(227 234 252 / 0.75);
}
.text-core-color-primary-90\/80 {
  color: rgb(227 234 252 / 0.8);
}
.text-core-color-primary-90\/90 {
  color: rgb(227 234 252 / 0.9);
}
.text-core-color-primary-90\/95 {
  color: rgb(227 234 252 / 0.95);
}
.text-core-color-primary-90\/base-opacity-disabled {
  color: rgb(227 234 252 / 60%);
}
.text-core-color-primary-90\/core-opacity-0 {
  color: rgb(227 234 252 / 0%);
}
.text-core-color-primary-90\/core-opacity-10 {
  color: rgb(227 234 252 / 10%);
}
.text-core-color-primary-90\/core-opacity-100 {
  color: rgb(227 234 252 / 100%);
}
.text-core-color-primary-90\/core-opacity-20 {
  color: rgb(227 234 252 / 20%);
}
.text-core-color-primary-90\/core-opacity-30 {
  color: rgb(227 234 252 / 30%);
}
.text-core-color-primary-90\/core-opacity-40 {
  color: rgb(227 234 252 / 40%);
}
.text-core-color-primary-90\/core-opacity-50 {
  color: rgb(227 234 252 / 50%);
}
.text-core-color-primary-90\/core-opacity-60 {
  color: rgb(227 234 252 / 60%);
}
.text-core-color-primary-90\/core-opacity-70 {
  color: rgb(227 234 252 / 70%);
}
.text-core-color-primary-90\/core-opacity-80 {
  color: rgb(227 234 252 / 80%);
}
.text-core-color-primary-90\/core-opacity-90 {
  color: rgb(227 234 252 / 90%);
}
.text-core-color-red-0 {
  --tw-text-opacity: 1;
  color: rgb(122 39 26 / var(--tw-text-opacity));
}
.text-core-color-red-0\/0 {
  color: rgb(122 39 26 / 0);
}
.text-core-color-red-0\/10 {
  color: rgb(122 39 26 / 0.1);
}
.text-core-color-red-0\/100 {
  color: rgb(122 39 26 / 1);
}
.text-core-color-red-0\/20 {
  color: rgb(122 39 26 / 0.2);
}
.text-core-color-red-0\/25 {
  color: rgb(122 39 26 / 0.25);
}
.text-core-color-red-0\/30 {
  color: rgb(122 39 26 / 0.3);
}
.text-core-color-red-0\/40 {
  color: rgb(122 39 26 / 0.4);
}
.text-core-color-red-0\/5 {
  color: rgb(122 39 26 / 0.05);
}
.text-core-color-red-0\/50 {
  color: rgb(122 39 26 / 0.5);
}
.text-core-color-red-0\/60 {
  color: rgb(122 39 26 / 0.6);
}
.text-core-color-red-0\/70 {
  color: rgb(122 39 26 / 0.7);
}
.text-core-color-red-0\/75 {
  color: rgb(122 39 26 / 0.75);
}
.text-core-color-red-0\/80 {
  color: rgb(122 39 26 / 0.8);
}
.text-core-color-red-0\/90 {
  color: rgb(122 39 26 / 0.9);
}
.text-core-color-red-0\/95 {
  color: rgb(122 39 26 / 0.95);
}
.text-core-color-red-0\/base-opacity-disabled {
  color: rgb(122 39 26 / 60%);
}
.text-core-color-red-0\/core-opacity-0 {
  color: rgb(122 39 26 / 0%);
}
.text-core-color-red-0\/core-opacity-10 {
  color: rgb(122 39 26 / 10%);
}
.text-core-color-red-0\/core-opacity-100 {
  color: rgb(122 39 26 / 100%);
}
.text-core-color-red-0\/core-opacity-20 {
  color: rgb(122 39 26 / 20%);
}
.text-core-color-red-0\/core-opacity-30 {
  color: rgb(122 39 26 / 30%);
}
.text-core-color-red-0\/core-opacity-40 {
  color: rgb(122 39 26 / 40%);
}
.text-core-color-red-0\/core-opacity-50 {
  color: rgb(122 39 26 / 50%);
}
.text-core-color-red-0\/core-opacity-60 {
  color: rgb(122 39 26 / 60%);
}
.text-core-color-red-0\/core-opacity-70 {
  color: rgb(122 39 26 / 70%);
}
.text-core-color-red-0\/core-opacity-80 {
  color: rgb(122 39 26 / 80%);
}
.text-core-color-red-0\/core-opacity-90 {
  color: rgb(122 39 26 / 90%);
}
.text-core-color-red-10 {
  --tw-text-opacity: 1;
  color: rgb(145 32 24 / var(--tw-text-opacity));
}
.text-core-color-red-10\/0 {
  color: rgb(145 32 24 / 0);
}
.text-core-color-red-10\/10 {
  color: rgb(145 32 24 / 0.1);
}
.text-core-color-red-10\/100 {
  color: rgb(145 32 24 / 1);
}
.text-core-color-red-10\/20 {
  color: rgb(145 32 24 / 0.2);
}
.text-core-color-red-10\/25 {
  color: rgb(145 32 24 / 0.25);
}
.text-core-color-red-10\/30 {
  color: rgb(145 32 24 / 0.3);
}
.text-core-color-red-10\/40 {
  color: rgb(145 32 24 / 0.4);
}
.text-core-color-red-10\/5 {
  color: rgb(145 32 24 / 0.05);
}
.text-core-color-red-10\/50 {
  color: rgb(145 32 24 / 0.5);
}
.text-core-color-red-10\/60 {
  color: rgb(145 32 24 / 0.6);
}
.text-core-color-red-10\/70 {
  color: rgb(145 32 24 / 0.7);
}
.text-core-color-red-10\/75 {
  color: rgb(145 32 24 / 0.75);
}
.text-core-color-red-10\/80 {
  color: rgb(145 32 24 / 0.8);
}
.text-core-color-red-10\/90 {
  color: rgb(145 32 24 / 0.9);
}
.text-core-color-red-10\/95 {
  color: rgb(145 32 24 / 0.95);
}
.text-core-color-red-10\/base-opacity-disabled {
  color: rgb(145 32 24 / 60%);
}
.text-core-color-red-10\/core-opacity-0 {
  color: rgb(145 32 24 / 0%);
}
.text-core-color-red-10\/core-opacity-10 {
  color: rgb(145 32 24 / 10%);
}
.text-core-color-red-10\/core-opacity-100 {
  color: rgb(145 32 24 / 100%);
}
.text-core-color-red-10\/core-opacity-20 {
  color: rgb(145 32 24 / 20%);
}
.text-core-color-red-10\/core-opacity-30 {
  color: rgb(145 32 24 / 30%);
}
.text-core-color-red-10\/core-opacity-40 {
  color: rgb(145 32 24 / 40%);
}
.text-core-color-red-10\/core-opacity-50 {
  color: rgb(145 32 24 / 50%);
}
.text-core-color-red-10\/core-opacity-60 {
  color: rgb(145 32 24 / 60%);
}
.text-core-color-red-10\/core-opacity-70 {
  color: rgb(145 32 24 / 70%);
}
.text-core-color-red-10\/core-opacity-80 {
  color: rgb(145 32 24 / 80%);
}
.text-core-color-red-10\/core-opacity-90 {
  color: rgb(145 32 24 / 90%);
}
.text-core-color-red-100 {
  --tw-text-opacity: 1;
  color: rgb(255 251 250 / var(--tw-text-opacity));
}
.text-core-color-red-100\/0 {
  color: rgb(255 251 250 / 0);
}
.text-core-color-red-100\/10 {
  color: rgb(255 251 250 / 0.1);
}
.text-core-color-red-100\/100 {
  color: rgb(255 251 250 / 1);
}
.text-core-color-red-100\/20 {
  color: rgb(255 251 250 / 0.2);
}
.text-core-color-red-100\/25 {
  color: rgb(255 251 250 / 0.25);
}
.text-core-color-red-100\/30 {
  color: rgb(255 251 250 / 0.3);
}
.text-core-color-red-100\/40 {
  color: rgb(255 251 250 / 0.4);
}
.text-core-color-red-100\/5 {
  color: rgb(255 251 250 / 0.05);
}
.text-core-color-red-100\/50 {
  color: rgb(255 251 250 / 0.5);
}
.text-core-color-red-100\/60 {
  color: rgb(255 251 250 / 0.6);
}
.text-core-color-red-100\/70 {
  color: rgb(255 251 250 / 0.7);
}
.text-core-color-red-100\/75 {
  color: rgb(255 251 250 / 0.75);
}
.text-core-color-red-100\/80 {
  color: rgb(255 251 250 / 0.8);
}
.text-core-color-red-100\/90 {
  color: rgb(255 251 250 / 0.9);
}
.text-core-color-red-100\/95 {
  color: rgb(255 251 250 / 0.95);
}
.text-core-color-red-100\/base-opacity-disabled {
  color: rgb(255 251 250 / 60%);
}
.text-core-color-red-100\/core-opacity-0 {
  color: rgb(255 251 250 / 0%);
}
.text-core-color-red-100\/core-opacity-10 {
  color: rgb(255 251 250 / 10%);
}
.text-core-color-red-100\/core-opacity-100 {
  color: rgb(255 251 250 / 100%);
}
.text-core-color-red-100\/core-opacity-20 {
  color: rgb(255 251 250 / 20%);
}
.text-core-color-red-100\/core-opacity-30 {
  color: rgb(255 251 250 / 30%);
}
.text-core-color-red-100\/core-opacity-40 {
  color: rgb(255 251 250 / 40%);
}
.text-core-color-red-100\/core-opacity-50 {
  color: rgb(255 251 250 / 50%);
}
.text-core-color-red-100\/core-opacity-60 {
  color: rgb(255 251 250 / 60%);
}
.text-core-color-red-100\/core-opacity-70 {
  color: rgb(255 251 250 / 70%);
}
.text-core-color-red-100\/core-opacity-80 {
  color: rgb(255 251 250 / 80%);
}
.text-core-color-red-100\/core-opacity-90 {
  color: rgb(255 251 250 / 90%);
}
.text-core-color-red-20 {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity));
}
.text-core-color-red-20\/0 {
  color: rgb(180 35 24 / 0);
}
.text-core-color-red-20\/10 {
  color: rgb(180 35 24 / 0.1);
}
.text-core-color-red-20\/100 {
  color: rgb(180 35 24 / 1);
}
.text-core-color-red-20\/20 {
  color: rgb(180 35 24 / 0.2);
}
.text-core-color-red-20\/25 {
  color: rgb(180 35 24 / 0.25);
}
.text-core-color-red-20\/30 {
  color: rgb(180 35 24 / 0.3);
}
.text-core-color-red-20\/40 {
  color: rgb(180 35 24 / 0.4);
}
.text-core-color-red-20\/5 {
  color: rgb(180 35 24 / 0.05);
}
.text-core-color-red-20\/50 {
  color: rgb(180 35 24 / 0.5);
}
.text-core-color-red-20\/60 {
  color: rgb(180 35 24 / 0.6);
}
.text-core-color-red-20\/70 {
  color: rgb(180 35 24 / 0.7);
}
.text-core-color-red-20\/75 {
  color: rgb(180 35 24 / 0.75);
}
.text-core-color-red-20\/80 {
  color: rgb(180 35 24 / 0.8);
}
.text-core-color-red-20\/90 {
  color: rgb(180 35 24 / 0.9);
}
.text-core-color-red-20\/95 {
  color: rgb(180 35 24 / 0.95);
}
.text-core-color-red-20\/base-opacity-disabled {
  color: rgb(180 35 24 / 60%);
}
.text-core-color-red-20\/core-opacity-0 {
  color: rgb(180 35 24 / 0%);
}
.text-core-color-red-20\/core-opacity-10 {
  color: rgb(180 35 24 / 10%);
}
.text-core-color-red-20\/core-opacity-100 {
  color: rgb(180 35 24 / 100%);
}
.text-core-color-red-20\/core-opacity-20 {
  color: rgb(180 35 24 / 20%);
}
.text-core-color-red-20\/core-opacity-30 {
  color: rgb(180 35 24 / 30%);
}
.text-core-color-red-20\/core-opacity-40 {
  color: rgb(180 35 24 / 40%);
}
.text-core-color-red-20\/core-opacity-50 {
  color: rgb(180 35 24 / 50%);
}
.text-core-color-red-20\/core-opacity-60 {
  color: rgb(180 35 24 / 60%);
}
.text-core-color-red-20\/core-opacity-70 {
  color: rgb(180 35 24 / 70%);
}
.text-core-color-red-20\/core-opacity-80 {
  color: rgb(180 35 24 / 80%);
}
.text-core-color-red-20\/core-opacity-90 {
  color: rgb(180 35 24 / 90%);
}
.text-core-color-red-30 {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.text-core-color-red-30\/0 {
  color: rgb(217 45 32 / 0);
}
.text-core-color-red-30\/10 {
  color: rgb(217 45 32 / 0.1);
}
.text-core-color-red-30\/100 {
  color: rgb(217 45 32 / 1);
}
.text-core-color-red-30\/20 {
  color: rgb(217 45 32 / 0.2);
}
.text-core-color-red-30\/25 {
  color: rgb(217 45 32 / 0.25);
}
.text-core-color-red-30\/30 {
  color: rgb(217 45 32 / 0.3);
}
.text-core-color-red-30\/40 {
  color: rgb(217 45 32 / 0.4);
}
.text-core-color-red-30\/5 {
  color: rgb(217 45 32 / 0.05);
}
.text-core-color-red-30\/50 {
  color: rgb(217 45 32 / 0.5);
}
.text-core-color-red-30\/60 {
  color: rgb(217 45 32 / 0.6);
}
.text-core-color-red-30\/70 {
  color: rgb(217 45 32 / 0.7);
}
.text-core-color-red-30\/75 {
  color: rgb(217 45 32 / 0.75);
}
.text-core-color-red-30\/80 {
  color: rgb(217 45 32 / 0.8);
}
.text-core-color-red-30\/90 {
  color: rgb(217 45 32 / 0.9);
}
.text-core-color-red-30\/95 {
  color: rgb(217 45 32 / 0.95);
}
.text-core-color-red-30\/base-opacity-disabled {
  color: rgb(217 45 32 / 60%);
}
.text-core-color-red-30\/core-opacity-0 {
  color: rgb(217 45 32 / 0%);
}
.text-core-color-red-30\/core-opacity-10 {
  color: rgb(217 45 32 / 10%);
}
.text-core-color-red-30\/core-opacity-100 {
  color: rgb(217 45 32 / 100%);
}
.text-core-color-red-30\/core-opacity-20 {
  color: rgb(217 45 32 / 20%);
}
.text-core-color-red-30\/core-opacity-30 {
  color: rgb(217 45 32 / 30%);
}
.text-core-color-red-30\/core-opacity-40 {
  color: rgb(217 45 32 / 40%);
}
.text-core-color-red-30\/core-opacity-50 {
  color: rgb(217 45 32 / 50%);
}
.text-core-color-red-30\/core-opacity-60 {
  color: rgb(217 45 32 / 60%);
}
.text-core-color-red-30\/core-opacity-70 {
  color: rgb(217 45 32 / 70%);
}
.text-core-color-red-30\/core-opacity-80 {
  color: rgb(217 45 32 / 80%);
}
.text-core-color-red-30\/core-opacity-90 {
  color: rgb(217 45 32 / 90%);
}
.text-core-color-red-40 {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}
.text-core-color-red-40\/0 {
  color: rgb(240 68 56 / 0);
}
.text-core-color-red-40\/10 {
  color: rgb(240 68 56 / 0.1);
}
.text-core-color-red-40\/100 {
  color: rgb(240 68 56 / 1);
}
.text-core-color-red-40\/20 {
  color: rgb(240 68 56 / 0.2);
}
.text-core-color-red-40\/25 {
  color: rgb(240 68 56 / 0.25);
}
.text-core-color-red-40\/30 {
  color: rgb(240 68 56 / 0.3);
}
.text-core-color-red-40\/40 {
  color: rgb(240 68 56 / 0.4);
}
.text-core-color-red-40\/5 {
  color: rgb(240 68 56 / 0.05);
}
.text-core-color-red-40\/50 {
  color: rgb(240 68 56 / 0.5);
}
.text-core-color-red-40\/60 {
  color: rgb(240 68 56 / 0.6);
}
.text-core-color-red-40\/70 {
  color: rgb(240 68 56 / 0.7);
}
.text-core-color-red-40\/75 {
  color: rgb(240 68 56 / 0.75);
}
.text-core-color-red-40\/80 {
  color: rgb(240 68 56 / 0.8);
}
.text-core-color-red-40\/90 {
  color: rgb(240 68 56 / 0.9);
}
.text-core-color-red-40\/95 {
  color: rgb(240 68 56 / 0.95);
}
.text-core-color-red-40\/base-opacity-disabled {
  color: rgb(240 68 56 / 60%);
}
.text-core-color-red-40\/core-opacity-0 {
  color: rgb(240 68 56 / 0%);
}
.text-core-color-red-40\/core-opacity-10 {
  color: rgb(240 68 56 / 10%);
}
.text-core-color-red-40\/core-opacity-100 {
  color: rgb(240 68 56 / 100%);
}
.text-core-color-red-40\/core-opacity-20 {
  color: rgb(240 68 56 / 20%);
}
.text-core-color-red-40\/core-opacity-30 {
  color: rgb(240 68 56 / 30%);
}
.text-core-color-red-40\/core-opacity-40 {
  color: rgb(240 68 56 / 40%);
}
.text-core-color-red-40\/core-opacity-50 {
  color: rgb(240 68 56 / 50%);
}
.text-core-color-red-40\/core-opacity-60 {
  color: rgb(240 68 56 / 60%);
}
.text-core-color-red-40\/core-opacity-70 {
  color: rgb(240 68 56 / 70%);
}
.text-core-color-red-40\/core-opacity-80 {
  color: rgb(240 68 56 / 80%);
}
.text-core-color-red-40\/core-opacity-90 {
  color: rgb(240 68 56 / 90%);
}
.text-core-color-red-50 {
  --tw-text-opacity: 1;
  color: rgb(249 113 103 / var(--tw-text-opacity));
}
.text-core-color-red-50\/0 {
  color: rgb(249 113 103 / 0);
}
.text-core-color-red-50\/10 {
  color: rgb(249 113 103 / 0.1);
}
.text-core-color-red-50\/100 {
  color: rgb(249 113 103 / 1);
}
.text-core-color-red-50\/20 {
  color: rgb(249 113 103 / 0.2);
}
.text-core-color-red-50\/25 {
  color: rgb(249 113 103 / 0.25);
}
.text-core-color-red-50\/30 {
  color: rgb(249 113 103 / 0.3);
}
.text-core-color-red-50\/40 {
  color: rgb(249 113 103 / 0.4);
}
.text-core-color-red-50\/5 {
  color: rgb(249 113 103 / 0.05);
}
.text-core-color-red-50\/50 {
  color: rgb(249 113 103 / 0.5);
}
.text-core-color-red-50\/60 {
  color: rgb(249 113 103 / 0.6);
}
.text-core-color-red-50\/70 {
  color: rgb(249 113 103 / 0.7);
}
.text-core-color-red-50\/75 {
  color: rgb(249 113 103 / 0.75);
}
.text-core-color-red-50\/80 {
  color: rgb(249 113 103 / 0.8);
}
.text-core-color-red-50\/90 {
  color: rgb(249 113 103 / 0.9);
}
.text-core-color-red-50\/95 {
  color: rgb(249 113 103 / 0.95);
}
.text-core-color-red-50\/base-opacity-disabled {
  color: rgb(249 113 103 / 60%);
}
.text-core-color-red-50\/core-opacity-0 {
  color: rgb(249 113 103 / 0%);
}
.text-core-color-red-50\/core-opacity-10 {
  color: rgb(249 113 103 / 10%);
}
.text-core-color-red-50\/core-opacity-100 {
  color: rgb(249 113 103 / 100%);
}
.text-core-color-red-50\/core-opacity-20 {
  color: rgb(249 113 103 / 20%);
}
.text-core-color-red-50\/core-opacity-30 {
  color: rgb(249 113 103 / 30%);
}
.text-core-color-red-50\/core-opacity-40 {
  color: rgb(249 113 103 / 40%);
}
.text-core-color-red-50\/core-opacity-50 {
  color: rgb(249 113 103 / 50%);
}
.text-core-color-red-50\/core-opacity-60 {
  color: rgb(249 113 103 / 60%);
}
.text-core-color-red-50\/core-opacity-70 {
  color: rgb(249 113 103 / 70%);
}
.text-core-color-red-50\/core-opacity-80 {
  color: rgb(249 113 103 / 80%);
}
.text-core-color-red-50\/core-opacity-90 {
  color: rgb(249 113 103 / 90%);
}
.text-core-color-red-60 {
  --tw-text-opacity: 1;
  color: rgb(253 162 155 / var(--tw-text-opacity));
}
.text-core-color-red-60\/0 {
  color: rgb(253 162 155 / 0);
}
.text-core-color-red-60\/10 {
  color: rgb(253 162 155 / 0.1);
}
.text-core-color-red-60\/100 {
  color: rgb(253 162 155 / 1);
}
.text-core-color-red-60\/20 {
  color: rgb(253 162 155 / 0.2);
}
.text-core-color-red-60\/25 {
  color: rgb(253 162 155 / 0.25);
}
.text-core-color-red-60\/30 {
  color: rgb(253 162 155 / 0.3);
}
.text-core-color-red-60\/40 {
  color: rgb(253 162 155 / 0.4);
}
.text-core-color-red-60\/5 {
  color: rgb(253 162 155 / 0.05);
}
.text-core-color-red-60\/50 {
  color: rgb(253 162 155 / 0.5);
}
.text-core-color-red-60\/60 {
  color: rgb(253 162 155 / 0.6);
}
.text-core-color-red-60\/70 {
  color: rgb(253 162 155 / 0.7);
}
.text-core-color-red-60\/75 {
  color: rgb(253 162 155 / 0.75);
}
.text-core-color-red-60\/80 {
  color: rgb(253 162 155 / 0.8);
}
.text-core-color-red-60\/90 {
  color: rgb(253 162 155 / 0.9);
}
.text-core-color-red-60\/95 {
  color: rgb(253 162 155 / 0.95);
}
.text-core-color-red-60\/base-opacity-disabled {
  color: rgb(253 162 155 / 60%);
}
.text-core-color-red-60\/core-opacity-0 {
  color: rgb(253 162 155 / 0%);
}
.text-core-color-red-60\/core-opacity-10 {
  color: rgb(253 162 155 / 10%);
}
.text-core-color-red-60\/core-opacity-100 {
  color: rgb(253 162 155 / 100%);
}
.text-core-color-red-60\/core-opacity-20 {
  color: rgb(253 162 155 / 20%);
}
.text-core-color-red-60\/core-opacity-30 {
  color: rgb(253 162 155 / 30%);
}
.text-core-color-red-60\/core-opacity-40 {
  color: rgb(253 162 155 / 40%);
}
.text-core-color-red-60\/core-opacity-50 {
  color: rgb(253 162 155 / 50%);
}
.text-core-color-red-60\/core-opacity-60 {
  color: rgb(253 162 155 / 60%);
}
.text-core-color-red-60\/core-opacity-70 {
  color: rgb(253 162 155 / 70%);
}
.text-core-color-red-60\/core-opacity-80 {
  color: rgb(253 162 155 / 80%);
}
.text-core-color-red-60\/core-opacity-90 {
  color: rgb(253 162 155 / 90%);
}
.text-core-color-red-70 {
  --tw-text-opacity: 1;
  color: rgb(254 203 200 / var(--tw-text-opacity));
}
.text-core-color-red-70\/0 {
  color: rgb(254 203 200 / 0);
}
.text-core-color-red-70\/10 {
  color: rgb(254 203 200 / 0.1);
}
.text-core-color-red-70\/100 {
  color: rgb(254 203 200 / 1);
}
.text-core-color-red-70\/20 {
  color: rgb(254 203 200 / 0.2);
}
.text-core-color-red-70\/25 {
  color: rgb(254 203 200 / 0.25);
}
.text-core-color-red-70\/30 {
  color: rgb(254 203 200 / 0.3);
}
.text-core-color-red-70\/40 {
  color: rgb(254 203 200 / 0.4);
}
.text-core-color-red-70\/5 {
  color: rgb(254 203 200 / 0.05);
}
.text-core-color-red-70\/50 {
  color: rgb(254 203 200 / 0.5);
}
.text-core-color-red-70\/60 {
  color: rgb(254 203 200 / 0.6);
}
.text-core-color-red-70\/70 {
  color: rgb(254 203 200 / 0.7);
}
.text-core-color-red-70\/75 {
  color: rgb(254 203 200 / 0.75);
}
.text-core-color-red-70\/80 {
  color: rgb(254 203 200 / 0.8);
}
.text-core-color-red-70\/90 {
  color: rgb(254 203 200 / 0.9);
}
.text-core-color-red-70\/95 {
  color: rgb(254 203 200 / 0.95);
}
.text-core-color-red-70\/base-opacity-disabled {
  color: rgb(254 203 200 / 60%);
}
.text-core-color-red-70\/core-opacity-0 {
  color: rgb(254 203 200 / 0%);
}
.text-core-color-red-70\/core-opacity-10 {
  color: rgb(254 203 200 / 10%);
}
.text-core-color-red-70\/core-opacity-100 {
  color: rgb(254 203 200 / 100%);
}
.text-core-color-red-70\/core-opacity-20 {
  color: rgb(254 203 200 / 20%);
}
.text-core-color-red-70\/core-opacity-30 {
  color: rgb(254 203 200 / 30%);
}
.text-core-color-red-70\/core-opacity-40 {
  color: rgb(254 203 200 / 40%);
}
.text-core-color-red-70\/core-opacity-50 {
  color: rgb(254 203 200 / 50%);
}
.text-core-color-red-70\/core-opacity-60 {
  color: rgb(254 203 200 / 60%);
}
.text-core-color-red-70\/core-opacity-70 {
  color: rgb(254 203 200 / 70%);
}
.text-core-color-red-70\/core-opacity-80 {
  color: rgb(254 203 200 / 80%);
}
.text-core-color-red-70\/core-opacity-90 {
  color: rgb(254 203 200 / 90%);
}
.text-core-color-red-80 {
  --tw-text-opacity: 1;
  color: rgb(254 227 225 / var(--tw-text-opacity));
}
.text-core-color-red-80\/0 {
  color: rgb(254 227 225 / 0);
}
.text-core-color-red-80\/10 {
  color: rgb(254 227 225 / 0.1);
}
.text-core-color-red-80\/100 {
  color: rgb(254 227 225 / 1);
}
.text-core-color-red-80\/20 {
  color: rgb(254 227 225 / 0.2);
}
.text-core-color-red-80\/25 {
  color: rgb(254 227 225 / 0.25);
}
.text-core-color-red-80\/30 {
  color: rgb(254 227 225 / 0.3);
}
.text-core-color-red-80\/40 {
  color: rgb(254 227 225 / 0.4);
}
.text-core-color-red-80\/5 {
  color: rgb(254 227 225 / 0.05);
}
.text-core-color-red-80\/50 {
  color: rgb(254 227 225 / 0.5);
}
.text-core-color-red-80\/60 {
  color: rgb(254 227 225 / 0.6);
}
.text-core-color-red-80\/70 {
  color: rgb(254 227 225 / 0.7);
}
.text-core-color-red-80\/75 {
  color: rgb(254 227 225 / 0.75);
}
.text-core-color-red-80\/80 {
  color: rgb(254 227 225 / 0.8);
}
.text-core-color-red-80\/90 {
  color: rgb(254 227 225 / 0.9);
}
.text-core-color-red-80\/95 {
  color: rgb(254 227 225 / 0.95);
}
.text-core-color-red-80\/base-opacity-disabled {
  color: rgb(254 227 225 / 60%);
}
.text-core-color-red-80\/core-opacity-0 {
  color: rgb(254 227 225 / 0%);
}
.text-core-color-red-80\/core-opacity-10 {
  color: rgb(254 227 225 / 10%);
}
.text-core-color-red-80\/core-opacity-100 {
  color: rgb(254 227 225 / 100%);
}
.text-core-color-red-80\/core-opacity-20 {
  color: rgb(254 227 225 / 20%);
}
.text-core-color-red-80\/core-opacity-30 {
  color: rgb(254 227 225 / 30%);
}
.text-core-color-red-80\/core-opacity-40 {
  color: rgb(254 227 225 / 40%);
}
.text-core-color-red-80\/core-opacity-50 {
  color: rgb(254 227 225 / 50%);
}
.text-core-color-red-80\/core-opacity-60 {
  color: rgb(254 227 225 / 60%);
}
.text-core-color-red-80\/core-opacity-70 {
  color: rgb(254 227 225 / 70%);
}
.text-core-color-red-80\/core-opacity-80 {
  color: rgb(254 227 225 / 80%);
}
.text-core-color-red-80\/core-opacity-90 {
  color: rgb(254 227 225 / 90%);
}
.text-core-color-red-90 {
  --tw-text-opacity: 1;
  color: rgb(254 242 241 / var(--tw-text-opacity));
}
.text-core-color-red-90\/0 {
  color: rgb(254 242 241 / 0);
}
.text-core-color-red-90\/10 {
  color: rgb(254 242 241 / 0.1);
}
.text-core-color-red-90\/100 {
  color: rgb(254 242 241 / 1);
}
.text-core-color-red-90\/20 {
  color: rgb(254 242 241 / 0.2);
}
.text-core-color-red-90\/25 {
  color: rgb(254 242 241 / 0.25);
}
.text-core-color-red-90\/30 {
  color: rgb(254 242 241 / 0.3);
}
.text-core-color-red-90\/40 {
  color: rgb(254 242 241 / 0.4);
}
.text-core-color-red-90\/5 {
  color: rgb(254 242 241 / 0.05);
}
.text-core-color-red-90\/50 {
  color: rgb(254 242 241 / 0.5);
}
.text-core-color-red-90\/60 {
  color: rgb(254 242 241 / 0.6);
}
.text-core-color-red-90\/70 {
  color: rgb(254 242 241 / 0.7);
}
.text-core-color-red-90\/75 {
  color: rgb(254 242 241 / 0.75);
}
.text-core-color-red-90\/80 {
  color: rgb(254 242 241 / 0.8);
}
.text-core-color-red-90\/90 {
  color: rgb(254 242 241 / 0.9);
}
.text-core-color-red-90\/95 {
  color: rgb(254 242 241 / 0.95);
}
.text-core-color-red-90\/base-opacity-disabled {
  color: rgb(254 242 241 / 60%);
}
.text-core-color-red-90\/core-opacity-0 {
  color: rgb(254 242 241 / 0%);
}
.text-core-color-red-90\/core-opacity-10 {
  color: rgb(254 242 241 / 10%);
}
.text-core-color-red-90\/core-opacity-100 {
  color: rgb(254 242 241 / 100%);
}
.text-core-color-red-90\/core-opacity-20 {
  color: rgb(254 242 241 / 20%);
}
.text-core-color-red-90\/core-opacity-30 {
  color: rgb(254 242 241 / 30%);
}
.text-core-color-red-90\/core-opacity-40 {
  color: rgb(254 242 241 / 40%);
}
.text-core-color-red-90\/core-opacity-50 {
  color: rgb(254 242 241 / 50%);
}
.text-core-color-red-90\/core-opacity-60 {
  color: rgb(254 242 241 / 60%);
}
.text-core-color-red-90\/core-opacity-70 {
  color: rgb(254 242 241 / 70%);
}
.text-core-color-red-90\/core-opacity-80 {
  color: rgb(254 242 241 / 80%);
}
.text-core-color-red-90\/core-opacity-90 {
  color: rgb(254 242 241 / 90%);
}
.text-core-color-rose-0 {
  --tw-text-opacity: 1;
  color: rgb(135 18 61 / var(--tw-text-opacity));
}
.text-core-color-rose-0\/0 {
  color: rgb(135 18 61 / 0);
}
.text-core-color-rose-0\/10 {
  color: rgb(135 18 61 / 0.1);
}
.text-core-color-rose-0\/100 {
  color: rgb(135 18 61 / 1);
}
.text-core-color-rose-0\/20 {
  color: rgb(135 18 61 / 0.2);
}
.text-core-color-rose-0\/25 {
  color: rgb(135 18 61 / 0.25);
}
.text-core-color-rose-0\/30 {
  color: rgb(135 18 61 / 0.3);
}
.text-core-color-rose-0\/40 {
  color: rgb(135 18 61 / 0.4);
}
.text-core-color-rose-0\/5 {
  color: rgb(135 18 61 / 0.05);
}
.text-core-color-rose-0\/50 {
  color: rgb(135 18 61 / 0.5);
}
.text-core-color-rose-0\/60 {
  color: rgb(135 18 61 / 0.6);
}
.text-core-color-rose-0\/70 {
  color: rgb(135 18 61 / 0.7);
}
.text-core-color-rose-0\/75 {
  color: rgb(135 18 61 / 0.75);
}
.text-core-color-rose-0\/80 {
  color: rgb(135 18 61 / 0.8);
}
.text-core-color-rose-0\/90 {
  color: rgb(135 18 61 / 0.9);
}
.text-core-color-rose-0\/95 {
  color: rgb(135 18 61 / 0.95);
}
.text-core-color-rose-0\/base-opacity-disabled {
  color: rgb(135 18 61 / 60%);
}
.text-core-color-rose-0\/core-opacity-0 {
  color: rgb(135 18 61 / 0%);
}
.text-core-color-rose-0\/core-opacity-10 {
  color: rgb(135 18 61 / 10%);
}
.text-core-color-rose-0\/core-opacity-100 {
  color: rgb(135 18 61 / 100%);
}
.text-core-color-rose-0\/core-opacity-20 {
  color: rgb(135 18 61 / 20%);
}
.text-core-color-rose-0\/core-opacity-30 {
  color: rgb(135 18 61 / 30%);
}
.text-core-color-rose-0\/core-opacity-40 {
  color: rgb(135 18 61 / 40%);
}
.text-core-color-rose-0\/core-opacity-50 {
  color: rgb(135 18 61 / 50%);
}
.text-core-color-rose-0\/core-opacity-60 {
  color: rgb(135 18 61 / 60%);
}
.text-core-color-rose-0\/core-opacity-70 {
  color: rgb(135 18 61 / 70%);
}
.text-core-color-rose-0\/core-opacity-80 {
  color: rgb(135 18 61 / 80%);
}
.text-core-color-rose-0\/core-opacity-90 {
  color: rgb(135 18 61 / 90%);
}
.text-core-color-rose-10 {
  --tw-text-opacity: 1;
  color: rgb(162 16 67 / var(--tw-text-opacity));
}
.text-core-color-rose-10\/0 {
  color: rgb(162 16 67 / 0);
}
.text-core-color-rose-10\/10 {
  color: rgb(162 16 67 / 0.1);
}
.text-core-color-rose-10\/100 {
  color: rgb(162 16 67 / 1);
}
.text-core-color-rose-10\/20 {
  color: rgb(162 16 67 / 0.2);
}
.text-core-color-rose-10\/25 {
  color: rgb(162 16 67 / 0.25);
}
.text-core-color-rose-10\/30 {
  color: rgb(162 16 67 / 0.3);
}
.text-core-color-rose-10\/40 {
  color: rgb(162 16 67 / 0.4);
}
.text-core-color-rose-10\/5 {
  color: rgb(162 16 67 / 0.05);
}
.text-core-color-rose-10\/50 {
  color: rgb(162 16 67 / 0.5);
}
.text-core-color-rose-10\/60 {
  color: rgb(162 16 67 / 0.6);
}
.text-core-color-rose-10\/70 {
  color: rgb(162 16 67 / 0.7);
}
.text-core-color-rose-10\/75 {
  color: rgb(162 16 67 / 0.75);
}
.text-core-color-rose-10\/80 {
  color: rgb(162 16 67 / 0.8);
}
.text-core-color-rose-10\/90 {
  color: rgb(162 16 67 / 0.9);
}
.text-core-color-rose-10\/95 {
  color: rgb(162 16 67 / 0.95);
}
.text-core-color-rose-10\/base-opacity-disabled {
  color: rgb(162 16 67 / 60%);
}
.text-core-color-rose-10\/core-opacity-0 {
  color: rgb(162 16 67 / 0%);
}
.text-core-color-rose-10\/core-opacity-10 {
  color: rgb(162 16 67 / 10%);
}
.text-core-color-rose-10\/core-opacity-100 {
  color: rgb(162 16 67 / 100%);
}
.text-core-color-rose-10\/core-opacity-20 {
  color: rgb(162 16 67 / 20%);
}
.text-core-color-rose-10\/core-opacity-30 {
  color: rgb(162 16 67 / 30%);
}
.text-core-color-rose-10\/core-opacity-40 {
  color: rgb(162 16 67 / 40%);
}
.text-core-color-rose-10\/core-opacity-50 {
  color: rgb(162 16 67 / 50%);
}
.text-core-color-rose-10\/core-opacity-60 {
  color: rgb(162 16 67 / 60%);
}
.text-core-color-rose-10\/core-opacity-70 {
  color: rgb(162 16 67 / 70%);
}
.text-core-color-rose-10\/core-opacity-80 {
  color: rgb(162 16 67 / 80%);
}
.text-core-color-rose-10\/core-opacity-90 {
  color: rgb(162 16 67 / 90%);
}
.text-core-color-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 245 246 / var(--tw-text-opacity));
}
.text-core-color-rose-100\/0 {
  color: rgb(255 245 246 / 0);
}
.text-core-color-rose-100\/10 {
  color: rgb(255 245 246 / 0.1);
}
.text-core-color-rose-100\/100 {
  color: rgb(255 245 246 / 1);
}
.text-core-color-rose-100\/20 {
  color: rgb(255 245 246 / 0.2);
}
.text-core-color-rose-100\/25 {
  color: rgb(255 245 246 / 0.25);
}
.text-core-color-rose-100\/30 {
  color: rgb(255 245 246 / 0.3);
}
.text-core-color-rose-100\/40 {
  color: rgb(255 245 246 / 0.4);
}
.text-core-color-rose-100\/5 {
  color: rgb(255 245 246 / 0.05);
}
.text-core-color-rose-100\/50 {
  color: rgb(255 245 246 / 0.5);
}
.text-core-color-rose-100\/60 {
  color: rgb(255 245 246 / 0.6);
}
.text-core-color-rose-100\/70 {
  color: rgb(255 245 246 / 0.7);
}
.text-core-color-rose-100\/75 {
  color: rgb(255 245 246 / 0.75);
}
.text-core-color-rose-100\/80 {
  color: rgb(255 245 246 / 0.8);
}
.text-core-color-rose-100\/90 {
  color: rgb(255 245 246 / 0.9);
}
.text-core-color-rose-100\/95 {
  color: rgb(255 245 246 / 0.95);
}
.text-core-color-rose-100\/base-opacity-disabled {
  color: rgb(255 245 246 / 60%);
}
.text-core-color-rose-100\/core-opacity-0 {
  color: rgb(255 245 246 / 0%);
}
.text-core-color-rose-100\/core-opacity-10 {
  color: rgb(255 245 246 / 10%);
}
.text-core-color-rose-100\/core-opacity-100 {
  color: rgb(255 245 246 / 100%);
}
.text-core-color-rose-100\/core-opacity-20 {
  color: rgb(255 245 246 / 20%);
}
.text-core-color-rose-100\/core-opacity-30 {
  color: rgb(255 245 246 / 30%);
}
.text-core-color-rose-100\/core-opacity-40 {
  color: rgb(255 245 246 / 40%);
}
.text-core-color-rose-100\/core-opacity-50 {
  color: rgb(255 245 246 / 50%);
}
.text-core-color-rose-100\/core-opacity-60 {
  color: rgb(255 245 246 / 60%);
}
.text-core-color-rose-100\/core-opacity-70 {
  color: rgb(255 245 246 / 70%);
}
.text-core-color-rose-100\/core-opacity-80 {
  color: rgb(255 245 246 / 80%);
}
.text-core-color-rose-100\/core-opacity-90 {
  color: rgb(255 245 246 / 90%);
}
.text-core-color-rose-20 {
  --tw-text-opacity: 1;
  color: rgb(193 16 72 / var(--tw-text-opacity));
}
.text-core-color-rose-20\/0 {
  color: rgb(193 16 72 / 0);
}
.text-core-color-rose-20\/10 {
  color: rgb(193 16 72 / 0.1);
}
.text-core-color-rose-20\/100 {
  color: rgb(193 16 72 / 1);
}
.text-core-color-rose-20\/20 {
  color: rgb(193 16 72 / 0.2);
}
.text-core-color-rose-20\/25 {
  color: rgb(193 16 72 / 0.25);
}
.text-core-color-rose-20\/30 {
  color: rgb(193 16 72 / 0.3);
}
.text-core-color-rose-20\/40 {
  color: rgb(193 16 72 / 0.4);
}
.text-core-color-rose-20\/5 {
  color: rgb(193 16 72 / 0.05);
}
.text-core-color-rose-20\/50 {
  color: rgb(193 16 72 / 0.5);
}
.text-core-color-rose-20\/60 {
  color: rgb(193 16 72 / 0.6);
}
.text-core-color-rose-20\/70 {
  color: rgb(193 16 72 / 0.7);
}
.text-core-color-rose-20\/75 {
  color: rgb(193 16 72 / 0.75);
}
.text-core-color-rose-20\/80 {
  color: rgb(193 16 72 / 0.8);
}
.text-core-color-rose-20\/90 {
  color: rgb(193 16 72 / 0.9);
}
.text-core-color-rose-20\/95 {
  color: rgb(193 16 72 / 0.95);
}
.text-core-color-rose-20\/base-opacity-disabled {
  color: rgb(193 16 72 / 60%);
}
.text-core-color-rose-20\/core-opacity-0 {
  color: rgb(193 16 72 / 0%);
}
.text-core-color-rose-20\/core-opacity-10 {
  color: rgb(193 16 72 / 10%);
}
.text-core-color-rose-20\/core-opacity-100 {
  color: rgb(193 16 72 / 100%);
}
.text-core-color-rose-20\/core-opacity-20 {
  color: rgb(193 16 72 / 20%);
}
.text-core-color-rose-20\/core-opacity-30 {
  color: rgb(193 16 72 / 30%);
}
.text-core-color-rose-20\/core-opacity-40 {
  color: rgb(193 16 72 / 40%);
}
.text-core-color-rose-20\/core-opacity-50 {
  color: rgb(193 16 72 / 50%);
}
.text-core-color-rose-20\/core-opacity-60 {
  color: rgb(193 16 72 / 60%);
}
.text-core-color-rose-20\/core-opacity-70 {
  color: rgb(193 16 72 / 70%);
}
.text-core-color-rose-20\/core-opacity-80 {
  color: rgb(193 16 72 / 80%);
}
.text-core-color-rose-20\/core-opacity-90 {
  color: rgb(193 16 72 / 90%);
}
.text-core-color-rose-30 {
  --tw-text-opacity: 1;
  color: rgb(228 27 84 / var(--tw-text-opacity));
}
.text-core-color-rose-30\/0 {
  color: rgb(228 27 84 / 0);
}
.text-core-color-rose-30\/10 {
  color: rgb(228 27 84 / 0.1);
}
.text-core-color-rose-30\/100 {
  color: rgb(228 27 84 / 1);
}
.text-core-color-rose-30\/20 {
  color: rgb(228 27 84 / 0.2);
}
.text-core-color-rose-30\/25 {
  color: rgb(228 27 84 / 0.25);
}
.text-core-color-rose-30\/30 {
  color: rgb(228 27 84 / 0.3);
}
.text-core-color-rose-30\/40 {
  color: rgb(228 27 84 / 0.4);
}
.text-core-color-rose-30\/5 {
  color: rgb(228 27 84 / 0.05);
}
.text-core-color-rose-30\/50 {
  color: rgb(228 27 84 / 0.5);
}
.text-core-color-rose-30\/60 {
  color: rgb(228 27 84 / 0.6);
}
.text-core-color-rose-30\/70 {
  color: rgb(228 27 84 / 0.7);
}
.text-core-color-rose-30\/75 {
  color: rgb(228 27 84 / 0.75);
}
.text-core-color-rose-30\/80 {
  color: rgb(228 27 84 / 0.8);
}
.text-core-color-rose-30\/90 {
  color: rgb(228 27 84 / 0.9);
}
.text-core-color-rose-30\/95 {
  color: rgb(228 27 84 / 0.95);
}
.text-core-color-rose-30\/base-opacity-disabled {
  color: rgb(228 27 84 / 60%);
}
.text-core-color-rose-30\/core-opacity-0 {
  color: rgb(228 27 84 / 0%);
}
.text-core-color-rose-30\/core-opacity-10 {
  color: rgb(228 27 84 / 10%);
}
.text-core-color-rose-30\/core-opacity-100 {
  color: rgb(228 27 84 / 100%);
}
.text-core-color-rose-30\/core-opacity-20 {
  color: rgb(228 27 84 / 20%);
}
.text-core-color-rose-30\/core-opacity-30 {
  color: rgb(228 27 84 / 30%);
}
.text-core-color-rose-30\/core-opacity-40 {
  color: rgb(228 27 84 / 40%);
}
.text-core-color-rose-30\/core-opacity-50 {
  color: rgb(228 27 84 / 50%);
}
.text-core-color-rose-30\/core-opacity-60 {
  color: rgb(228 27 84 / 60%);
}
.text-core-color-rose-30\/core-opacity-70 {
  color: rgb(228 27 84 / 70%);
}
.text-core-color-rose-30\/core-opacity-80 {
  color: rgb(228 27 84 / 80%);
}
.text-core-color-rose-30\/core-opacity-90 {
  color: rgb(228 27 84 / 90%);
}
.text-core-color-rose-40 {
  --tw-text-opacity: 1;
  color: rgb(246 60 103 / var(--tw-text-opacity));
}
.text-core-color-rose-40\/0 {
  color: rgb(246 60 103 / 0);
}
.text-core-color-rose-40\/10 {
  color: rgb(246 60 103 / 0.1);
}
.text-core-color-rose-40\/100 {
  color: rgb(246 60 103 / 1);
}
.text-core-color-rose-40\/20 {
  color: rgb(246 60 103 / 0.2);
}
.text-core-color-rose-40\/25 {
  color: rgb(246 60 103 / 0.25);
}
.text-core-color-rose-40\/30 {
  color: rgb(246 60 103 / 0.3);
}
.text-core-color-rose-40\/40 {
  color: rgb(246 60 103 / 0.4);
}
.text-core-color-rose-40\/5 {
  color: rgb(246 60 103 / 0.05);
}
.text-core-color-rose-40\/50 {
  color: rgb(246 60 103 / 0.5);
}
.text-core-color-rose-40\/60 {
  color: rgb(246 60 103 / 0.6);
}
.text-core-color-rose-40\/70 {
  color: rgb(246 60 103 / 0.7);
}
.text-core-color-rose-40\/75 {
  color: rgb(246 60 103 / 0.75);
}
.text-core-color-rose-40\/80 {
  color: rgb(246 60 103 / 0.8);
}
.text-core-color-rose-40\/90 {
  color: rgb(246 60 103 / 0.9);
}
.text-core-color-rose-40\/95 {
  color: rgb(246 60 103 / 0.95);
}
.text-core-color-rose-40\/base-opacity-disabled {
  color: rgb(246 60 103 / 60%);
}
.text-core-color-rose-40\/core-opacity-0 {
  color: rgb(246 60 103 / 0%);
}
.text-core-color-rose-40\/core-opacity-10 {
  color: rgb(246 60 103 / 10%);
}
.text-core-color-rose-40\/core-opacity-100 {
  color: rgb(246 60 103 / 100%);
}
.text-core-color-rose-40\/core-opacity-20 {
  color: rgb(246 60 103 / 20%);
}
.text-core-color-rose-40\/core-opacity-30 {
  color: rgb(246 60 103 / 30%);
}
.text-core-color-rose-40\/core-opacity-40 {
  color: rgb(246 60 103 / 40%);
}
.text-core-color-rose-40\/core-opacity-50 {
  color: rgb(246 60 103 / 50%);
}
.text-core-color-rose-40\/core-opacity-60 {
  color: rgb(246 60 103 / 60%);
}
.text-core-color-rose-40\/core-opacity-70 {
  color: rgb(246 60 103 / 70%);
}
.text-core-color-rose-40\/core-opacity-80 {
  color: rgb(246 60 103 / 80%);
}
.text-core-color-rose-40\/core-opacity-90 {
  color: rgb(246 60 103 / 90%);
}
.text-core-color-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(253 109 140 / var(--tw-text-opacity));
}
.text-core-color-rose-50\/0 {
  color: rgb(253 109 140 / 0);
}
.text-core-color-rose-50\/10 {
  color: rgb(253 109 140 / 0.1);
}
.text-core-color-rose-50\/100 {
  color: rgb(253 109 140 / 1);
}
.text-core-color-rose-50\/20 {
  color: rgb(253 109 140 / 0.2);
}
.text-core-color-rose-50\/25 {
  color: rgb(253 109 140 / 0.25);
}
.text-core-color-rose-50\/30 {
  color: rgb(253 109 140 / 0.3);
}
.text-core-color-rose-50\/40 {
  color: rgb(253 109 140 / 0.4);
}
.text-core-color-rose-50\/5 {
  color: rgb(253 109 140 / 0.05);
}
.text-core-color-rose-50\/50 {
  color: rgb(253 109 140 / 0.5);
}
.text-core-color-rose-50\/60 {
  color: rgb(253 109 140 / 0.6);
}
.text-core-color-rose-50\/70 {
  color: rgb(253 109 140 / 0.7);
}
.text-core-color-rose-50\/75 {
  color: rgb(253 109 140 / 0.75);
}
.text-core-color-rose-50\/80 {
  color: rgb(253 109 140 / 0.8);
}
.text-core-color-rose-50\/90 {
  color: rgb(253 109 140 / 0.9);
}
.text-core-color-rose-50\/95 {
  color: rgb(253 109 140 / 0.95);
}
.text-core-color-rose-50\/base-opacity-disabled {
  color: rgb(253 109 140 / 60%);
}
.text-core-color-rose-50\/core-opacity-0 {
  color: rgb(253 109 140 / 0%);
}
.text-core-color-rose-50\/core-opacity-10 {
  color: rgb(253 109 140 / 10%);
}
.text-core-color-rose-50\/core-opacity-100 {
  color: rgb(253 109 140 / 100%);
}
.text-core-color-rose-50\/core-opacity-20 {
  color: rgb(253 109 140 / 20%);
}
.text-core-color-rose-50\/core-opacity-30 {
  color: rgb(253 109 140 / 30%);
}
.text-core-color-rose-50\/core-opacity-40 {
  color: rgb(253 109 140 / 40%);
}
.text-core-color-rose-50\/core-opacity-50 {
  color: rgb(253 109 140 / 50%);
}
.text-core-color-rose-50\/core-opacity-60 {
  color: rgb(253 109 140 / 60%);
}
.text-core-color-rose-50\/core-opacity-70 {
  color: rgb(253 109 140 / 70%);
}
.text-core-color-rose-50\/core-opacity-80 {
  color: rgb(253 109 140 / 80%);
}
.text-core-color-rose-50\/core-opacity-90 {
  color: rgb(253 109 140 / 90%);
}
.text-core-color-rose-60 {
  --tw-text-opacity: 1;
  color: rgb(254 164 181 / var(--tw-text-opacity));
}
.text-core-color-rose-60\/0 {
  color: rgb(254 164 181 / 0);
}
.text-core-color-rose-60\/10 {
  color: rgb(254 164 181 / 0.1);
}
.text-core-color-rose-60\/100 {
  color: rgb(254 164 181 / 1);
}
.text-core-color-rose-60\/20 {
  color: rgb(254 164 181 / 0.2);
}
.text-core-color-rose-60\/25 {
  color: rgb(254 164 181 / 0.25);
}
.text-core-color-rose-60\/30 {
  color: rgb(254 164 181 / 0.3);
}
.text-core-color-rose-60\/40 {
  color: rgb(254 164 181 / 0.4);
}
.text-core-color-rose-60\/5 {
  color: rgb(254 164 181 / 0.05);
}
.text-core-color-rose-60\/50 {
  color: rgb(254 164 181 / 0.5);
}
.text-core-color-rose-60\/60 {
  color: rgb(254 164 181 / 0.6);
}
.text-core-color-rose-60\/70 {
  color: rgb(254 164 181 / 0.7);
}
.text-core-color-rose-60\/75 {
  color: rgb(254 164 181 / 0.75);
}
.text-core-color-rose-60\/80 {
  color: rgb(254 164 181 / 0.8);
}
.text-core-color-rose-60\/90 {
  color: rgb(254 164 181 / 0.9);
}
.text-core-color-rose-60\/95 {
  color: rgb(254 164 181 / 0.95);
}
.text-core-color-rose-60\/base-opacity-disabled {
  color: rgb(254 164 181 / 60%);
}
.text-core-color-rose-60\/core-opacity-0 {
  color: rgb(254 164 181 / 0%);
}
.text-core-color-rose-60\/core-opacity-10 {
  color: rgb(254 164 181 / 10%);
}
.text-core-color-rose-60\/core-opacity-100 {
  color: rgb(254 164 181 / 100%);
}
.text-core-color-rose-60\/core-opacity-20 {
  color: rgb(254 164 181 / 20%);
}
.text-core-color-rose-60\/core-opacity-30 {
  color: rgb(254 164 181 / 30%);
}
.text-core-color-rose-60\/core-opacity-40 {
  color: rgb(254 164 181 / 40%);
}
.text-core-color-rose-60\/core-opacity-50 {
  color: rgb(254 164 181 / 50%);
}
.text-core-color-rose-60\/core-opacity-60 {
  color: rgb(254 164 181 / 60%);
}
.text-core-color-rose-60\/core-opacity-70 {
  color: rgb(254 164 181 / 70%);
}
.text-core-color-rose-60\/core-opacity-80 {
  color: rgb(254 164 181 / 80%);
}
.text-core-color-rose-60\/core-opacity-90 {
  color: rgb(254 164 181 / 90%);
}
.text-core-color-rose-70 {
  --tw-text-opacity: 1;
  color: rgb(254 205 214 / var(--tw-text-opacity));
}
.text-core-color-rose-70\/0 {
  color: rgb(254 205 214 / 0);
}
.text-core-color-rose-70\/10 {
  color: rgb(254 205 214 / 0.1);
}
.text-core-color-rose-70\/100 {
  color: rgb(254 205 214 / 1);
}
.text-core-color-rose-70\/20 {
  color: rgb(254 205 214 / 0.2);
}
.text-core-color-rose-70\/25 {
  color: rgb(254 205 214 / 0.25);
}
.text-core-color-rose-70\/30 {
  color: rgb(254 205 214 / 0.3);
}
.text-core-color-rose-70\/40 {
  color: rgb(254 205 214 / 0.4);
}
.text-core-color-rose-70\/5 {
  color: rgb(254 205 214 / 0.05);
}
.text-core-color-rose-70\/50 {
  color: rgb(254 205 214 / 0.5);
}
.text-core-color-rose-70\/60 {
  color: rgb(254 205 214 / 0.6);
}
.text-core-color-rose-70\/70 {
  color: rgb(254 205 214 / 0.7);
}
.text-core-color-rose-70\/75 {
  color: rgb(254 205 214 / 0.75);
}
.text-core-color-rose-70\/80 {
  color: rgb(254 205 214 / 0.8);
}
.text-core-color-rose-70\/90 {
  color: rgb(254 205 214 / 0.9);
}
.text-core-color-rose-70\/95 {
  color: rgb(254 205 214 / 0.95);
}
.text-core-color-rose-70\/base-opacity-disabled {
  color: rgb(254 205 214 / 60%);
}
.text-core-color-rose-70\/core-opacity-0 {
  color: rgb(254 205 214 / 0%);
}
.text-core-color-rose-70\/core-opacity-10 {
  color: rgb(254 205 214 / 10%);
}
.text-core-color-rose-70\/core-opacity-100 {
  color: rgb(254 205 214 / 100%);
}
.text-core-color-rose-70\/core-opacity-20 {
  color: rgb(254 205 214 / 20%);
}
.text-core-color-rose-70\/core-opacity-30 {
  color: rgb(254 205 214 / 30%);
}
.text-core-color-rose-70\/core-opacity-40 {
  color: rgb(254 205 214 / 40%);
}
.text-core-color-rose-70\/core-opacity-50 {
  color: rgb(254 205 214 / 50%);
}
.text-core-color-rose-70\/core-opacity-60 {
  color: rgb(254 205 214 / 60%);
}
.text-core-color-rose-70\/core-opacity-70 {
  color: rgb(254 205 214 / 70%);
}
.text-core-color-rose-70\/core-opacity-80 {
  color: rgb(254 205 214 / 80%);
}
.text-core-color-rose-70\/core-opacity-90 {
  color: rgb(254 205 214 / 90%);
}
.text-core-color-rose-80 {
  --tw-text-opacity: 1;
  color: rgb(255 229 233 / var(--tw-text-opacity));
}
.text-core-color-rose-80\/0 {
  color: rgb(255 229 233 / 0);
}
.text-core-color-rose-80\/10 {
  color: rgb(255 229 233 / 0.1);
}
.text-core-color-rose-80\/100 {
  color: rgb(255 229 233 / 1);
}
.text-core-color-rose-80\/20 {
  color: rgb(255 229 233 / 0.2);
}
.text-core-color-rose-80\/25 {
  color: rgb(255 229 233 / 0.25);
}
.text-core-color-rose-80\/30 {
  color: rgb(255 229 233 / 0.3);
}
.text-core-color-rose-80\/40 {
  color: rgb(255 229 233 / 0.4);
}
.text-core-color-rose-80\/5 {
  color: rgb(255 229 233 / 0.05);
}
.text-core-color-rose-80\/50 {
  color: rgb(255 229 233 / 0.5);
}
.text-core-color-rose-80\/60 {
  color: rgb(255 229 233 / 0.6);
}
.text-core-color-rose-80\/70 {
  color: rgb(255 229 233 / 0.7);
}
.text-core-color-rose-80\/75 {
  color: rgb(255 229 233 / 0.75);
}
.text-core-color-rose-80\/80 {
  color: rgb(255 229 233 / 0.8);
}
.text-core-color-rose-80\/90 {
  color: rgb(255 229 233 / 0.9);
}
.text-core-color-rose-80\/95 {
  color: rgb(255 229 233 / 0.95);
}
.text-core-color-rose-80\/base-opacity-disabled {
  color: rgb(255 229 233 / 60%);
}
.text-core-color-rose-80\/core-opacity-0 {
  color: rgb(255 229 233 / 0%);
}
.text-core-color-rose-80\/core-opacity-10 {
  color: rgb(255 229 233 / 10%);
}
.text-core-color-rose-80\/core-opacity-100 {
  color: rgb(255 229 233 / 100%);
}
.text-core-color-rose-80\/core-opacity-20 {
  color: rgb(255 229 233 / 20%);
}
.text-core-color-rose-80\/core-opacity-30 {
  color: rgb(255 229 233 / 30%);
}
.text-core-color-rose-80\/core-opacity-40 {
  color: rgb(255 229 233 / 40%);
}
.text-core-color-rose-80\/core-opacity-50 {
  color: rgb(255 229 233 / 50%);
}
.text-core-color-rose-80\/core-opacity-60 {
  color: rgb(255 229 233 / 60%);
}
.text-core-color-rose-80\/core-opacity-70 {
  color: rgb(255 229 233 / 70%);
}
.text-core-color-rose-80\/core-opacity-80 {
  color: rgb(255 229 233 / 80%);
}
.text-core-color-rose-80\/core-opacity-90 {
  color: rgb(255 229 233 / 90%);
}
.text-core-color-rose-90 {
  --tw-text-opacity: 1;
  color: rgb(255 240 242 / var(--tw-text-opacity));
}
.text-core-color-rose-90\/0 {
  color: rgb(255 240 242 / 0);
}
.text-core-color-rose-90\/10 {
  color: rgb(255 240 242 / 0.1);
}
.text-core-color-rose-90\/100 {
  color: rgb(255 240 242 / 1);
}
.text-core-color-rose-90\/20 {
  color: rgb(255 240 242 / 0.2);
}
.text-core-color-rose-90\/25 {
  color: rgb(255 240 242 / 0.25);
}
.text-core-color-rose-90\/30 {
  color: rgb(255 240 242 / 0.3);
}
.text-core-color-rose-90\/40 {
  color: rgb(255 240 242 / 0.4);
}
.text-core-color-rose-90\/5 {
  color: rgb(255 240 242 / 0.05);
}
.text-core-color-rose-90\/50 {
  color: rgb(255 240 242 / 0.5);
}
.text-core-color-rose-90\/60 {
  color: rgb(255 240 242 / 0.6);
}
.text-core-color-rose-90\/70 {
  color: rgb(255 240 242 / 0.7);
}
.text-core-color-rose-90\/75 {
  color: rgb(255 240 242 / 0.75);
}
.text-core-color-rose-90\/80 {
  color: rgb(255 240 242 / 0.8);
}
.text-core-color-rose-90\/90 {
  color: rgb(255 240 242 / 0.9);
}
.text-core-color-rose-90\/95 {
  color: rgb(255 240 242 / 0.95);
}
.text-core-color-rose-90\/base-opacity-disabled {
  color: rgb(255 240 242 / 60%);
}
.text-core-color-rose-90\/core-opacity-0 {
  color: rgb(255 240 242 / 0%);
}
.text-core-color-rose-90\/core-opacity-10 {
  color: rgb(255 240 242 / 10%);
}
.text-core-color-rose-90\/core-opacity-100 {
  color: rgb(255 240 242 / 100%);
}
.text-core-color-rose-90\/core-opacity-20 {
  color: rgb(255 240 242 / 20%);
}
.text-core-color-rose-90\/core-opacity-30 {
  color: rgb(255 240 242 / 30%);
}
.text-core-color-rose-90\/core-opacity-40 {
  color: rgb(255 240 242 / 40%);
}
.text-core-color-rose-90\/core-opacity-50 {
  color: rgb(255 240 242 / 50%);
}
.text-core-color-rose-90\/core-opacity-60 {
  color: rgb(255 240 242 / 60%);
}
.text-core-color-rose-90\/core-opacity-70 {
  color: rgb(255 240 242 / 70%);
}
.text-core-color-rose-90\/core-opacity-80 {
  color: rgb(255 240 242 / 80%);
}
.text-core-color-rose-90\/core-opacity-90 {
  color: rgb(255 240 242 / 90%);
}
.text-core-color-teal-0 {
  --tw-text-opacity: 1;
  color: rgb(19 78 72 / var(--tw-text-opacity));
}
.text-core-color-teal-0\/0 {
  color: rgb(19 78 72 / 0);
}
.text-core-color-teal-0\/10 {
  color: rgb(19 78 72 / 0.1);
}
.text-core-color-teal-0\/100 {
  color: rgb(19 78 72 / 1);
}
.text-core-color-teal-0\/20 {
  color: rgb(19 78 72 / 0.2);
}
.text-core-color-teal-0\/25 {
  color: rgb(19 78 72 / 0.25);
}
.text-core-color-teal-0\/30 {
  color: rgb(19 78 72 / 0.3);
}
.text-core-color-teal-0\/40 {
  color: rgb(19 78 72 / 0.4);
}
.text-core-color-teal-0\/5 {
  color: rgb(19 78 72 / 0.05);
}
.text-core-color-teal-0\/50 {
  color: rgb(19 78 72 / 0.5);
}
.text-core-color-teal-0\/60 {
  color: rgb(19 78 72 / 0.6);
}
.text-core-color-teal-0\/70 {
  color: rgb(19 78 72 / 0.7);
}
.text-core-color-teal-0\/75 {
  color: rgb(19 78 72 / 0.75);
}
.text-core-color-teal-0\/80 {
  color: rgb(19 78 72 / 0.8);
}
.text-core-color-teal-0\/90 {
  color: rgb(19 78 72 / 0.9);
}
.text-core-color-teal-0\/95 {
  color: rgb(19 78 72 / 0.95);
}
.text-core-color-teal-0\/base-opacity-disabled {
  color: rgb(19 78 72 / 60%);
}
.text-core-color-teal-0\/core-opacity-0 {
  color: rgb(19 78 72 / 0%);
}
.text-core-color-teal-0\/core-opacity-10 {
  color: rgb(19 78 72 / 10%);
}
.text-core-color-teal-0\/core-opacity-100 {
  color: rgb(19 78 72 / 100%);
}
.text-core-color-teal-0\/core-opacity-20 {
  color: rgb(19 78 72 / 20%);
}
.text-core-color-teal-0\/core-opacity-30 {
  color: rgb(19 78 72 / 30%);
}
.text-core-color-teal-0\/core-opacity-40 {
  color: rgb(19 78 72 / 40%);
}
.text-core-color-teal-0\/core-opacity-50 {
  color: rgb(19 78 72 / 50%);
}
.text-core-color-teal-0\/core-opacity-60 {
  color: rgb(19 78 72 / 60%);
}
.text-core-color-teal-0\/core-opacity-70 {
  color: rgb(19 78 72 / 70%);
}
.text-core-color-teal-0\/core-opacity-80 {
  color: rgb(19 78 72 / 80%);
}
.text-core-color-teal-0\/core-opacity-90 {
  color: rgb(19 78 72 / 90%);
}
.text-core-color-teal-10 {
  --tw-text-opacity: 1;
  color: rgb(18 94 87 / var(--tw-text-opacity));
}
.text-core-color-teal-10\/0 {
  color: rgb(18 94 87 / 0);
}
.text-core-color-teal-10\/10 {
  color: rgb(18 94 87 / 0.1);
}
.text-core-color-teal-10\/100 {
  color: rgb(18 94 87 / 1);
}
.text-core-color-teal-10\/20 {
  color: rgb(18 94 87 / 0.2);
}
.text-core-color-teal-10\/25 {
  color: rgb(18 94 87 / 0.25);
}
.text-core-color-teal-10\/30 {
  color: rgb(18 94 87 / 0.3);
}
.text-core-color-teal-10\/40 {
  color: rgb(18 94 87 / 0.4);
}
.text-core-color-teal-10\/5 {
  color: rgb(18 94 87 / 0.05);
}
.text-core-color-teal-10\/50 {
  color: rgb(18 94 87 / 0.5);
}
.text-core-color-teal-10\/60 {
  color: rgb(18 94 87 / 0.6);
}
.text-core-color-teal-10\/70 {
  color: rgb(18 94 87 / 0.7);
}
.text-core-color-teal-10\/75 {
  color: rgb(18 94 87 / 0.75);
}
.text-core-color-teal-10\/80 {
  color: rgb(18 94 87 / 0.8);
}
.text-core-color-teal-10\/90 {
  color: rgb(18 94 87 / 0.9);
}
.text-core-color-teal-10\/95 {
  color: rgb(18 94 87 / 0.95);
}
.text-core-color-teal-10\/base-opacity-disabled {
  color: rgb(18 94 87 / 60%);
}
.text-core-color-teal-10\/core-opacity-0 {
  color: rgb(18 94 87 / 0%);
}
.text-core-color-teal-10\/core-opacity-10 {
  color: rgb(18 94 87 / 10%);
}
.text-core-color-teal-10\/core-opacity-100 {
  color: rgb(18 94 87 / 100%);
}
.text-core-color-teal-10\/core-opacity-20 {
  color: rgb(18 94 87 / 20%);
}
.text-core-color-teal-10\/core-opacity-30 {
  color: rgb(18 94 87 / 30%);
}
.text-core-color-teal-10\/core-opacity-40 {
  color: rgb(18 94 87 / 40%);
}
.text-core-color-teal-10\/core-opacity-50 {
  color: rgb(18 94 87 / 50%);
}
.text-core-color-teal-10\/core-opacity-60 {
  color: rgb(18 94 87 / 60%);
}
.text-core-color-teal-10\/core-opacity-70 {
  color: rgb(18 94 87 / 70%);
}
.text-core-color-teal-10\/core-opacity-80 {
  color: rgb(18 94 87 / 80%);
}
.text-core-color-teal-10\/core-opacity-90 {
  color: rgb(18 94 87 / 90%);
}
.text-core-color-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(246 254 252 / var(--tw-text-opacity));
}
.text-core-color-teal-100\/0 {
  color: rgb(246 254 252 / 0);
}
.text-core-color-teal-100\/10 {
  color: rgb(246 254 252 / 0.1);
}
.text-core-color-teal-100\/100 {
  color: rgb(246 254 252 / 1);
}
.text-core-color-teal-100\/20 {
  color: rgb(246 254 252 / 0.2);
}
.text-core-color-teal-100\/25 {
  color: rgb(246 254 252 / 0.25);
}
.text-core-color-teal-100\/30 {
  color: rgb(246 254 252 / 0.3);
}
.text-core-color-teal-100\/40 {
  color: rgb(246 254 252 / 0.4);
}
.text-core-color-teal-100\/5 {
  color: rgb(246 254 252 / 0.05);
}
.text-core-color-teal-100\/50 {
  color: rgb(246 254 252 / 0.5);
}
.text-core-color-teal-100\/60 {
  color: rgb(246 254 252 / 0.6);
}
.text-core-color-teal-100\/70 {
  color: rgb(246 254 252 / 0.7);
}
.text-core-color-teal-100\/75 {
  color: rgb(246 254 252 / 0.75);
}
.text-core-color-teal-100\/80 {
  color: rgb(246 254 252 / 0.8);
}
.text-core-color-teal-100\/90 {
  color: rgb(246 254 252 / 0.9);
}
.text-core-color-teal-100\/95 {
  color: rgb(246 254 252 / 0.95);
}
.text-core-color-teal-100\/base-opacity-disabled {
  color: rgb(246 254 252 / 60%);
}
.text-core-color-teal-100\/core-opacity-0 {
  color: rgb(246 254 252 / 0%);
}
.text-core-color-teal-100\/core-opacity-10 {
  color: rgb(246 254 252 / 10%);
}
.text-core-color-teal-100\/core-opacity-100 {
  color: rgb(246 254 252 / 100%);
}
.text-core-color-teal-100\/core-opacity-20 {
  color: rgb(246 254 252 / 20%);
}
.text-core-color-teal-100\/core-opacity-30 {
  color: rgb(246 254 252 / 30%);
}
.text-core-color-teal-100\/core-opacity-40 {
  color: rgb(246 254 252 / 40%);
}
.text-core-color-teal-100\/core-opacity-50 {
  color: rgb(246 254 252 / 50%);
}
.text-core-color-teal-100\/core-opacity-60 {
  color: rgb(246 254 252 / 60%);
}
.text-core-color-teal-100\/core-opacity-70 {
  color: rgb(246 254 252 / 70%);
}
.text-core-color-teal-100\/core-opacity-80 {
  color: rgb(246 254 252 / 80%);
}
.text-core-color-teal-100\/core-opacity-90 {
  color: rgb(246 254 252 / 90%);
}
.text-core-color-teal-20 {
  --tw-text-opacity: 1;
  color: rgb(16 117 105 / var(--tw-text-opacity));
}
.text-core-color-teal-20\/0 {
  color: rgb(16 117 105 / 0);
}
.text-core-color-teal-20\/10 {
  color: rgb(16 117 105 / 0.1);
}
.text-core-color-teal-20\/100 {
  color: rgb(16 117 105 / 1);
}
.text-core-color-teal-20\/20 {
  color: rgb(16 117 105 / 0.2);
}
.text-core-color-teal-20\/25 {
  color: rgb(16 117 105 / 0.25);
}
.text-core-color-teal-20\/30 {
  color: rgb(16 117 105 / 0.3);
}
.text-core-color-teal-20\/40 {
  color: rgb(16 117 105 / 0.4);
}
.text-core-color-teal-20\/5 {
  color: rgb(16 117 105 / 0.05);
}
.text-core-color-teal-20\/50 {
  color: rgb(16 117 105 / 0.5);
}
.text-core-color-teal-20\/60 {
  color: rgb(16 117 105 / 0.6);
}
.text-core-color-teal-20\/70 {
  color: rgb(16 117 105 / 0.7);
}
.text-core-color-teal-20\/75 {
  color: rgb(16 117 105 / 0.75);
}
.text-core-color-teal-20\/80 {
  color: rgb(16 117 105 / 0.8);
}
.text-core-color-teal-20\/90 {
  color: rgb(16 117 105 / 0.9);
}
.text-core-color-teal-20\/95 {
  color: rgb(16 117 105 / 0.95);
}
.text-core-color-teal-20\/base-opacity-disabled {
  color: rgb(16 117 105 / 60%);
}
.text-core-color-teal-20\/core-opacity-0 {
  color: rgb(16 117 105 / 0%);
}
.text-core-color-teal-20\/core-opacity-10 {
  color: rgb(16 117 105 / 10%);
}
.text-core-color-teal-20\/core-opacity-100 {
  color: rgb(16 117 105 / 100%);
}
.text-core-color-teal-20\/core-opacity-20 {
  color: rgb(16 117 105 / 20%);
}
.text-core-color-teal-20\/core-opacity-30 {
  color: rgb(16 117 105 / 30%);
}
.text-core-color-teal-20\/core-opacity-40 {
  color: rgb(16 117 105 / 40%);
}
.text-core-color-teal-20\/core-opacity-50 {
  color: rgb(16 117 105 / 50%);
}
.text-core-color-teal-20\/core-opacity-60 {
  color: rgb(16 117 105 / 60%);
}
.text-core-color-teal-20\/core-opacity-70 {
  color: rgb(16 117 105 / 70%);
}
.text-core-color-teal-20\/core-opacity-80 {
  color: rgb(16 117 105 / 80%);
}
.text-core-color-teal-20\/core-opacity-90 {
  color: rgb(16 117 105 / 90%);
}
.text-core-color-teal-30 {
  --tw-text-opacity: 1;
  color: rgb(14 149 134 / var(--tw-text-opacity));
}
.text-core-color-teal-30\/0 {
  color: rgb(14 149 134 / 0);
}
.text-core-color-teal-30\/10 {
  color: rgb(14 149 134 / 0.1);
}
.text-core-color-teal-30\/100 {
  color: rgb(14 149 134 / 1);
}
.text-core-color-teal-30\/20 {
  color: rgb(14 149 134 / 0.2);
}
.text-core-color-teal-30\/25 {
  color: rgb(14 149 134 / 0.25);
}
.text-core-color-teal-30\/30 {
  color: rgb(14 149 134 / 0.3);
}
.text-core-color-teal-30\/40 {
  color: rgb(14 149 134 / 0.4);
}
.text-core-color-teal-30\/5 {
  color: rgb(14 149 134 / 0.05);
}
.text-core-color-teal-30\/50 {
  color: rgb(14 149 134 / 0.5);
}
.text-core-color-teal-30\/60 {
  color: rgb(14 149 134 / 0.6);
}
.text-core-color-teal-30\/70 {
  color: rgb(14 149 134 / 0.7);
}
.text-core-color-teal-30\/75 {
  color: rgb(14 149 134 / 0.75);
}
.text-core-color-teal-30\/80 {
  color: rgb(14 149 134 / 0.8);
}
.text-core-color-teal-30\/90 {
  color: rgb(14 149 134 / 0.9);
}
.text-core-color-teal-30\/95 {
  color: rgb(14 149 134 / 0.95);
}
.text-core-color-teal-30\/base-opacity-disabled {
  color: rgb(14 149 134 / 60%);
}
.text-core-color-teal-30\/core-opacity-0 {
  color: rgb(14 149 134 / 0%);
}
.text-core-color-teal-30\/core-opacity-10 {
  color: rgb(14 149 134 / 10%);
}
.text-core-color-teal-30\/core-opacity-100 {
  color: rgb(14 149 134 / 100%);
}
.text-core-color-teal-30\/core-opacity-20 {
  color: rgb(14 149 134 / 20%);
}
.text-core-color-teal-30\/core-opacity-30 {
  color: rgb(14 149 134 / 30%);
}
.text-core-color-teal-30\/core-opacity-40 {
  color: rgb(14 149 134 / 40%);
}
.text-core-color-teal-30\/core-opacity-50 {
  color: rgb(14 149 134 / 50%);
}
.text-core-color-teal-30\/core-opacity-60 {
  color: rgb(14 149 134 / 60%);
}
.text-core-color-teal-30\/core-opacity-70 {
  color: rgb(14 149 134 / 70%);
}
.text-core-color-teal-30\/core-opacity-80 {
  color: rgb(14 149 134 / 80%);
}
.text-core-color-teal-30\/core-opacity-90 {
  color: rgb(14 149 134 / 90%);
}
.text-core-color-teal-40 {
  --tw-text-opacity: 1;
  color: rgb(21 183 158 / var(--tw-text-opacity));
}
.text-core-color-teal-40\/0 {
  color: rgb(21 183 158 / 0);
}
.text-core-color-teal-40\/10 {
  color: rgb(21 183 158 / 0.1);
}
.text-core-color-teal-40\/100 {
  color: rgb(21 183 158 / 1);
}
.text-core-color-teal-40\/20 {
  color: rgb(21 183 158 / 0.2);
}
.text-core-color-teal-40\/25 {
  color: rgb(21 183 158 / 0.25);
}
.text-core-color-teal-40\/30 {
  color: rgb(21 183 158 / 0.3);
}
.text-core-color-teal-40\/40 {
  color: rgb(21 183 158 / 0.4);
}
.text-core-color-teal-40\/5 {
  color: rgb(21 183 158 / 0.05);
}
.text-core-color-teal-40\/50 {
  color: rgb(21 183 158 / 0.5);
}
.text-core-color-teal-40\/60 {
  color: rgb(21 183 158 / 0.6);
}
.text-core-color-teal-40\/70 {
  color: rgb(21 183 158 / 0.7);
}
.text-core-color-teal-40\/75 {
  color: rgb(21 183 158 / 0.75);
}
.text-core-color-teal-40\/80 {
  color: rgb(21 183 158 / 0.8);
}
.text-core-color-teal-40\/90 {
  color: rgb(21 183 158 / 0.9);
}
.text-core-color-teal-40\/95 {
  color: rgb(21 183 158 / 0.95);
}
.text-core-color-teal-40\/base-opacity-disabled {
  color: rgb(21 183 158 / 60%);
}
.text-core-color-teal-40\/core-opacity-0 {
  color: rgb(21 183 158 / 0%);
}
.text-core-color-teal-40\/core-opacity-10 {
  color: rgb(21 183 158 / 10%);
}
.text-core-color-teal-40\/core-opacity-100 {
  color: rgb(21 183 158 / 100%);
}
.text-core-color-teal-40\/core-opacity-20 {
  color: rgb(21 183 158 / 20%);
}
.text-core-color-teal-40\/core-opacity-30 {
  color: rgb(21 183 158 / 30%);
}
.text-core-color-teal-40\/core-opacity-40 {
  color: rgb(21 183 158 / 40%);
}
.text-core-color-teal-40\/core-opacity-50 {
  color: rgb(21 183 158 / 50%);
}
.text-core-color-teal-40\/core-opacity-60 {
  color: rgb(21 183 158 / 60%);
}
.text-core-color-teal-40\/core-opacity-70 {
  color: rgb(21 183 158 / 70%);
}
.text-core-color-teal-40\/core-opacity-80 {
  color: rgb(21 183 158 / 80%);
}
.text-core-color-teal-40\/core-opacity-90 {
  color: rgb(21 183 158 / 90%);
}
.text-core-color-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(45 210 183 / var(--tw-text-opacity));
}
.text-core-color-teal-50\/0 {
  color: rgb(45 210 183 / 0);
}
.text-core-color-teal-50\/10 {
  color: rgb(45 210 183 / 0.1);
}
.text-core-color-teal-50\/100 {
  color: rgb(45 210 183 / 1);
}
.text-core-color-teal-50\/20 {
  color: rgb(45 210 183 / 0.2);
}
.text-core-color-teal-50\/25 {
  color: rgb(45 210 183 / 0.25);
}
.text-core-color-teal-50\/30 {
  color: rgb(45 210 183 / 0.3);
}
.text-core-color-teal-50\/40 {
  color: rgb(45 210 183 / 0.4);
}
.text-core-color-teal-50\/5 {
  color: rgb(45 210 183 / 0.05);
}
.text-core-color-teal-50\/50 {
  color: rgb(45 210 183 / 0.5);
}
.text-core-color-teal-50\/60 {
  color: rgb(45 210 183 / 0.6);
}
.text-core-color-teal-50\/70 {
  color: rgb(45 210 183 / 0.7);
}
.text-core-color-teal-50\/75 {
  color: rgb(45 210 183 / 0.75);
}
.text-core-color-teal-50\/80 {
  color: rgb(45 210 183 / 0.8);
}
.text-core-color-teal-50\/90 {
  color: rgb(45 210 183 / 0.9);
}
.text-core-color-teal-50\/95 {
  color: rgb(45 210 183 / 0.95);
}
.text-core-color-teal-50\/base-opacity-disabled {
  color: rgb(45 210 183 / 60%);
}
.text-core-color-teal-50\/core-opacity-0 {
  color: rgb(45 210 183 / 0%);
}
.text-core-color-teal-50\/core-opacity-10 {
  color: rgb(45 210 183 / 10%);
}
.text-core-color-teal-50\/core-opacity-100 {
  color: rgb(45 210 183 / 100%);
}
.text-core-color-teal-50\/core-opacity-20 {
  color: rgb(45 210 183 / 20%);
}
.text-core-color-teal-50\/core-opacity-30 {
  color: rgb(45 210 183 / 30%);
}
.text-core-color-teal-50\/core-opacity-40 {
  color: rgb(45 210 183 / 40%);
}
.text-core-color-teal-50\/core-opacity-50 {
  color: rgb(45 210 183 / 50%);
}
.text-core-color-teal-50\/core-opacity-60 {
  color: rgb(45 210 183 / 60%);
}
.text-core-color-teal-50\/core-opacity-70 {
  color: rgb(45 210 183 / 70%);
}
.text-core-color-teal-50\/core-opacity-80 {
  color: rgb(45 210 183 / 80%);
}
.text-core-color-teal-50\/core-opacity-90 {
  color: rgb(45 210 183 / 90%);
}
.text-core-color-teal-60 {
  --tw-text-opacity: 1;
  color: rgb(93 233 207 / var(--tw-text-opacity));
}
.text-core-color-teal-60\/0 {
  color: rgb(93 233 207 / 0);
}
.text-core-color-teal-60\/10 {
  color: rgb(93 233 207 / 0.1);
}
.text-core-color-teal-60\/100 {
  color: rgb(93 233 207 / 1);
}
.text-core-color-teal-60\/20 {
  color: rgb(93 233 207 / 0.2);
}
.text-core-color-teal-60\/25 {
  color: rgb(93 233 207 / 0.25);
}
.text-core-color-teal-60\/30 {
  color: rgb(93 233 207 / 0.3);
}
.text-core-color-teal-60\/40 {
  color: rgb(93 233 207 / 0.4);
}
.text-core-color-teal-60\/5 {
  color: rgb(93 233 207 / 0.05);
}
.text-core-color-teal-60\/50 {
  color: rgb(93 233 207 / 0.5);
}
.text-core-color-teal-60\/60 {
  color: rgb(93 233 207 / 0.6);
}
.text-core-color-teal-60\/70 {
  color: rgb(93 233 207 / 0.7);
}
.text-core-color-teal-60\/75 {
  color: rgb(93 233 207 / 0.75);
}
.text-core-color-teal-60\/80 {
  color: rgb(93 233 207 / 0.8);
}
.text-core-color-teal-60\/90 {
  color: rgb(93 233 207 / 0.9);
}
.text-core-color-teal-60\/95 {
  color: rgb(93 233 207 / 0.95);
}
.text-core-color-teal-60\/base-opacity-disabled {
  color: rgb(93 233 207 / 60%);
}
.text-core-color-teal-60\/core-opacity-0 {
  color: rgb(93 233 207 / 0%);
}
.text-core-color-teal-60\/core-opacity-10 {
  color: rgb(93 233 207 / 10%);
}
.text-core-color-teal-60\/core-opacity-100 {
  color: rgb(93 233 207 / 100%);
}
.text-core-color-teal-60\/core-opacity-20 {
  color: rgb(93 233 207 / 20%);
}
.text-core-color-teal-60\/core-opacity-30 {
  color: rgb(93 233 207 / 30%);
}
.text-core-color-teal-60\/core-opacity-40 {
  color: rgb(93 233 207 / 40%);
}
.text-core-color-teal-60\/core-opacity-50 {
  color: rgb(93 233 207 / 50%);
}
.text-core-color-teal-60\/core-opacity-60 {
  color: rgb(93 233 207 / 60%);
}
.text-core-color-teal-60\/core-opacity-70 {
  color: rgb(93 233 207 / 70%);
}
.text-core-color-teal-60\/core-opacity-80 {
  color: rgb(93 233 207 / 80%);
}
.text-core-color-teal-60\/core-opacity-90 {
  color: rgb(93 233 207 / 90%);
}
.text-core-color-teal-70 {
  --tw-text-opacity: 1;
  color: rgb(152 246 224 / var(--tw-text-opacity));
}
.text-core-color-teal-70\/0 {
  color: rgb(152 246 224 / 0);
}
.text-core-color-teal-70\/10 {
  color: rgb(152 246 224 / 0.1);
}
.text-core-color-teal-70\/100 {
  color: rgb(152 246 224 / 1);
}
.text-core-color-teal-70\/20 {
  color: rgb(152 246 224 / 0.2);
}
.text-core-color-teal-70\/25 {
  color: rgb(152 246 224 / 0.25);
}
.text-core-color-teal-70\/30 {
  color: rgb(152 246 224 / 0.3);
}
.text-core-color-teal-70\/40 {
  color: rgb(152 246 224 / 0.4);
}
.text-core-color-teal-70\/5 {
  color: rgb(152 246 224 / 0.05);
}
.text-core-color-teal-70\/50 {
  color: rgb(152 246 224 / 0.5);
}
.text-core-color-teal-70\/60 {
  color: rgb(152 246 224 / 0.6);
}
.text-core-color-teal-70\/70 {
  color: rgb(152 246 224 / 0.7);
}
.text-core-color-teal-70\/75 {
  color: rgb(152 246 224 / 0.75);
}
.text-core-color-teal-70\/80 {
  color: rgb(152 246 224 / 0.8);
}
.text-core-color-teal-70\/90 {
  color: rgb(152 246 224 / 0.9);
}
.text-core-color-teal-70\/95 {
  color: rgb(152 246 224 / 0.95);
}
.text-core-color-teal-70\/base-opacity-disabled {
  color: rgb(152 246 224 / 60%);
}
.text-core-color-teal-70\/core-opacity-0 {
  color: rgb(152 246 224 / 0%);
}
.text-core-color-teal-70\/core-opacity-10 {
  color: rgb(152 246 224 / 10%);
}
.text-core-color-teal-70\/core-opacity-100 {
  color: rgb(152 246 224 / 100%);
}
.text-core-color-teal-70\/core-opacity-20 {
  color: rgb(152 246 224 / 20%);
}
.text-core-color-teal-70\/core-opacity-30 {
  color: rgb(152 246 224 / 30%);
}
.text-core-color-teal-70\/core-opacity-40 {
  color: rgb(152 246 224 / 40%);
}
.text-core-color-teal-70\/core-opacity-50 {
  color: rgb(152 246 224 / 50%);
}
.text-core-color-teal-70\/core-opacity-60 {
  color: rgb(152 246 224 / 60%);
}
.text-core-color-teal-70\/core-opacity-70 {
  color: rgb(152 246 224 / 70%);
}
.text-core-color-teal-70\/core-opacity-80 {
  color: rgb(152 246 224 / 80%);
}
.text-core-color-teal-70\/core-opacity-90 {
  color: rgb(152 246 224 / 90%);
}
.text-core-color-teal-80 {
  --tw-text-opacity: 1;
  color: rgb(203 251 239 / var(--tw-text-opacity));
}
.text-core-color-teal-80\/0 {
  color: rgb(203 251 239 / 0);
}
.text-core-color-teal-80\/10 {
  color: rgb(203 251 239 / 0.1);
}
.text-core-color-teal-80\/100 {
  color: rgb(203 251 239 / 1);
}
.text-core-color-teal-80\/20 {
  color: rgb(203 251 239 / 0.2);
}
.text-core-color-teal-80\/25 {
  color: rgb(203 251 239 / 0.25);
}
.text-core-color-teal-80\/30 {
  color: rgb(203 251 239 / 0.3);
}
.text-core-color-teal-80\/40 {
  color: rgb(203 251 239 / 0.4);
}
.text-core-color-teal-80\/5 {
  color: rgb(203 251 239 / 0.05);
}
.text-core-color-teal-80\/50 {
  color: rgb(203 251 239 / 0.5);
}
.text-core-color-teal-80\/60 {
  color: rgb(203 251 239 / 0.6);
}
.text-core-color-teal-80\/70 {
  color: rgb(203 251 239 / 0.7);
}
.text-core-color-teal-80\/75 {
  color: rgb(203 251 239 / 0.75);
}
.text-core-color-teal-80\/80 {
  color: rgb(203 251 239 / 0.8);
}
.text-core-color-teal-80\/90 {
  color: rgb(203 251 239 / 0.9);
}
.text-core-color-teal-80\/95 {
  color: rgb(203 251 239 / 0.95);
}
.text-core-color-teal-80\/base-opacity-disabled {
  color: rgb(203 251 239 / 60%);
}
.text-core-color-teal-80\/core-opacity-0 {
  color: rgb(203 251 239 / 0%);
}
.text-core-color-teal-80\/core-opacity-10 {
  color: rgb(203 251 239 / 10%);
}
.text-core-color-teal-80\/core-opacity-100 {
  color: rgb(203 251 239 / 100%);
}
.text-core-color-teal-80\/core-opacity-20 {
  color: rgb(203 251 239 / 20%);
}
.text-core-color-teal-80\/core-opacity-30 {
  color: rgb(203 251 239 / 30%);
}
.text-core-color-teal-80\/core-opacity-40 {
  color: rgb(203 251 239 / 40%);
}
.text-core-color-teal-80\/core-opacity-50 {
  color: rgb(203 251 239 / 50%);
}
.text-core-color-teal-80\/core-opacity-60 {
  color: rgb(203 251 239 / 60%);
}
.text-core-color-teal-80\/core-opacity-70 {
  color: rgb(203 251 239 / 70%);
}
.text-core-color-teal-80\/core-opacity-80 {
  color: rgb(203 251 239 / 80%);
}
.text-core-color-teal-80\/core-opacity-90 {
  color: rgb(203 251 239 / 90%);
}
.text-core-color-teal-90 {
  --tw-text-opacity: 1;
  color: rgb(242 253 250 / var(--tw-text-opacity));
}
.text-core-color-teal-90\/0 {
  color: rgb(242 253 250 / 0);
}
.text-core-color-teal-90\/10 {
  color: rgb(242 253 250 / 0.1);
}
.text-core-color-teal-90\/100 {
  color: rgb(242 253 250 / 1);
}
.text-core-color-teal-90\/20 {
  color: rgb(242 253 250 / 0.2);
}
.text-core-color-teal-90\/25 {
  color: rgb(242 253 250 / 0.25);
}
.text-core-color-teal-90\/30 {
  color: rgb(242 253 250 / 0.3);
}
.text-core-color-teal-90\/40 {
  color: rgb(242 253 250 / 0.4);
}
.text-core-color-teal-90\/5 {
  color: rgb(242 253 250 / 0.05);
}
.text-core-color-teal-90\/50 {
  color: rgb(242 253 250 / 0.5);
}
.text-core-color-teal-90\/60 {
  color: rgb(242 253 250 / 0.6);
}
.text-core-color-teal-90\/70 {
  color: rgb(242 253 250 / 0.7);
}
.text-core-color-teal-90\/75 {
  color: rgb(242 253 250 / 0.75);
}
.text-core-color-teal-90\/80 {
  color: rgb(242 253 250 / 0.8);
}
.text-core-color-teal-90\/90 {
  color: rgb(242 253 250 / 0.9);
}
.text-core-color-teal-90\/95 {
  color: rgb(242 253 250 / 0.95);
}
.text-core-color-teal-90\/base-opacity-disabled {
  color: rgb(242 253 250 / 60%);
}
.text-core-color-teal-90\/core-opacity-0 {
  color: rgb(242 253 250 / 0%);
}
.text-core-color-teal-90\/core-opacity-10 {
  color: rgb(242 253 250 / 10%);
}
.text-core-color-teal-90\/core-opacity-100 {
  color: rgb(242 253 250 / 100%);
}
.text-core-color-teal-90\/core-opacity-20 {
  color: rgb(242 253 250 / 20%);
}
.text-core-color-teal-90\/core-opacity-30 {
  color: rgb(242 253 250 / 30%);
}
.text-core-color-teal-90\/core-opacity-40 {
  color: rgb(242 253 250 / 40%);
}
.text-core-color-teal-90\/core-opacity-50 {
  color: rgb(242 253 250 / 50%);
}
.text-core-color-teal-90\/core-opacity-60 {
  color: rgb(242 253 250 / 60%);
}
.text-core-color-teal-90\/core-opacity-70 {
  color: rgb(242 253 250 / 70%);
}
.text-core-color-teal-90\/core-opacity-80 {
  color: rgb(242 253 250 / 80%);
}
.text-core-color-teal-90\/core-opacity-90 {
  color: rgb(242 253 250 / 90%);
}
.text-core-color-violet-0 {
  --tw-text-opacity: 1;
  color: rgb(73 28 151 / var(--tw-text-opacity));
}
.text-core-color-violet-0\/0 {
  color: rgb(73 28 151 / 0);
}
.text-core-color-violet-0\/10 {
  color: rgb(73 28 151 / 0.1);
}
.text-core-color-violet-0\/100 {
  color: rgb(73 28 151 / 1);
}
.text-core-color-violet-0\/20 {
  color: rgb(73 28 151 / 0.2);
}
.text-core-color-violet-0\/25 {
  color: rgb(73 28 151 / 0.25);
}
.text-core-color-violet-0\/30 {
  color: rgb(73 28 151 / 0.3);
}
.text-core-color-violet-0\/40 {
  color: rgb(73 28 151 / 0.4);
}
.text-core-color-violet-0\/5 {
  color: rgb(73 28 151 / 0.05);
}
.text-core-color-violet-0\/50 {
  color: rgb(73 28 151 / 0.5);
}
.text-core-color-violet-0\/60 {
  color: rgb(73 28 151 / 0.6);
}
.text-core-color-violet-0\/70 {
  color: rgb(73 28 151 / 0.7);
}
.text-core-color-violet-0\/75 {
  color: rgb(73 28 151 / 0.75);
}
.text-core-color-violet-0\/80 {
  color: rgb(73 28 151 / 0.8);
}
.text-core-color-violet-0\/90 {
  color: rgb(73 28 151 / 0.9);
}
.text-core-color-violet-0\/95 {
  color: rgb(73 28 151 / 0.95);
}
.text-core-color-violet-0\/base-opacity-disabled {
  color: rgb(73 28 151 / 60%);
}
.text-core-color-violet-0\/core-opacity-0 {
  color: rgb(73 28 151 / 0%);
}
.text-core-color-violet-0\/core-opacity-10 {
  color: rgb(73 28 151 / 10%);
}
.text-core-color-violet-0\/core-opacity-100 {
  color: rgb(73 28 151 / 100%);
}
.text-core-color-violet-0\/core-opacity-20 {
  color: rgb(73 28 151 / 20%);
}
.text-core-color-violet-0\/core-opacity-30 {
  color: rgb(73 28 151 / 30%);
}
.text-core-color-violet-0\/core-opacity-40 {
  color: rgb(73 28 151 / 40%);
}
.text-core-color-violet-0\/core-opacity-50 {
  color: rgb(73 28 151 / 50%);
}
.text-core-color-violet-0\/core-opacity-60 {
  color: rgb(73 28 151 / 60%);
}
.text-core-color-violet-0\/core-opacity-70 {
  color: rgb(73 28 151 / 70%);
}
.text-core-color-violet-0\/core-opacity-80 {
  color: rgb(73 28 151 / 80%);
}
.text-core-color-violet-0\/core-opacity-90 {
  color: rgb(73 28 151 / 90%);
}
.text-core-color-violet-10 {
  --tw-text-opacity: 1;
  color: rgb(87 32 182 / var(--tw-text-opacity));
}
.text-core-color-violet-10\/0 {
  color: rgb(87 32 182 / 0);
}
.text-core-color-violet-10\/10 {
  color: rgb(87 32 182 / 0.1);
}
.text-core-color-violet-10\/100 {
  color: rgb(87 32 182 / 1);
}
.text-core-color-violet-10\/20 {
  color: rgb(87 32 182 / 0.2);
}
.text-core-color-violet-10\/25 {
  color: rgb(87 32 182 / 0.25);
}
.text-core-color-violet-10\/30 {
  color: rgb(87 32 182 / 0.3);
}
.text-core-color-violet-10\/40 {
  color: rgb(87 32 182 / 0.4);
}
.text-core-color-violet-10\/5 {
  color: rgb(87 32 182 / 0.05);
}
.text-core-color-violet-10\/50 {
  color: rgb(87 32 182 / 0.5);
}
.text-core-color-violet-10\/60 {
  color: rgb(87 32 182 / 0.6);
}
.text-core-color-violet-10\/70 {
  color: rgb(87 32 182 / 0.7);
}
.text-core-color-violet-10\/75 {
  color: rgb(87 32 182 / 0.75);
}
.text-core-color-violet-10\/80 {
  color: rgb(87 32 182 / 0.8);
}
.text-core-color-violet-10\/90 {
  color: rgb(87 32 182 / 0.9);
}
.text-core-color-violet-10\/95 {
  color: rgb(87 32 182 / 0.95);
}
.text-core-color-violet-10\/base-opacity-disabled {
  color: rgb(87 32 182 / 60%);
}
.text-core-color-violet-10\/core-opacity-0 {
  color: rgb(87 32 182 / 0%);
}
.text-core-color-violet-10\/core-opacity-10 {
  color: rgb(87 32 182 / 10%);
}
.text-core-color-violet-10\/core-opacity-100 {
  color: rgb(87 32 182 / 100%);
}
.text-core-color-violet-10\/core-opacity-20 {
  color: rgb(87 32 182 / 20%);
}
.text-core-color-violet-10\/core-opacity-30 {
  color: rgb(87 32 182 / 30%);
}
.text-core-color-violet-10\/core-opacity-40 {
  color: rgb(87 32 182 / 40%);
}
.text-core-color-violet-10\/core-opacity-50 {
  color: rgb(87 32 182 / 50%);
}
.text-core-color-violet-10\/core-opacity-60 {
  color: rgb(87 32 182 / 60%);
}
.text-core-color-violet-10\/core-opacity-70 {
  color: rgb(87 32 182 / 70%);
}
.text-core-color-violet-10\/core-opacity-80 {
  color: rgb(87 32 182 / 80%);
}
.text-core-color-violet-10\/core-opacity-90 {
  color: rgb(87 32 182 / 90%);
}
.text-core-color-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(251 250 255 / var(--tw-text-opacity));
}
.text-core-color-violet-100\/0 {
  color: rgb(251 250 255 / 0);
}
.text-core-color-violet-100\/10 {
  color: rgb(251 250 255 / 0.1);
}
.text-core-color-violet-100\/100 {
  color: rgb(251 250 255 / 1);
}
.text-core-color-violet-100\/20 {
  color: rgb(251 250 255 / 0.2);
}
.text-core-color-violet-100\/25 {
  color: rgb(251 250 255 / 0.25);
}
.text-core-color-violet-100\/30 {
  color: rgb(251 250 255 / 0.3);
}
.text-core-color-violet-100\/40 {
  color: rgb(251 250 255 / 0.4);
}
.text-core-color-violet-100\/5 {
  color: rgb(251 250 255 / 0.05);
}
.text-core-color-violet-100\/50 {
  color: rgb(251 250 255 / 0.5);
}
.text-core-color-violet-100\/60 {
  color: rgb(251 250 255 / 0.6);
}
.text-core-color-violet-100\/70 {
  color: rgb(251 250 255 / 0.7);
}
.text-core-color-violet-100\/75 {
  color: rgb(251 250 255 / 0.75);
}
.text-core-color-violet-100\/80 {
  color: rgb(251 250 255 / 0.8);
}
.text-core-color-violet-100\/90 {
  color: rgb(251 250 255 / 0.9);
}
.text-core-color-violet-100\/95 {
  color: rgb(251 250 255 / 0.95);
}
.text-core-color-violet-100\/base-opacity-disabled {
  color: rgb(251 250 255 / 60%);
}
.text-core-color-violet-100\/core-opacity-0 {
  color: rgb(251 250 255 / 0%);
}
.text-core-color-violet-100\/core-opacity-10 {
  color: rgb(251 250 255 / 10%);
}
.text-core-color-violet-100\/core-opacity-100 {
  color: rgb(251 250 255 / 100%);
}
.text-core-color-violet-100\/core-opacity-20 {
  color: rgb(251 250 255 / 20%);
}
.text-core-color-violet-100\/core-opacity-30 {
  color: rgb(251 250 255 / 30%);
}
.text-core-color-violet-100\/core-opacity-40 {
  color: rgb(251 250 255 / 40%);
}
.text-core-color-violet-100\/core-opacity-50 {
  color: rgb(251 250 255 / 50%);
}
.text-core-color-violet-100\/core-opacity-60 {
  color: rgb(251 250 255 / 60%);
}
.text-core-color-violet-100\/core-opacity-70 {
  color: rgb(251 250 255 / 70%);
}
.text-core-color-violet-100\/core-opacity-80 {
  color: rgb(251 250 255 / 80%);
}
.text-core-color-violet-100\/core-opacity-90 {
  color: rgb(251 250 255 / 90%);
}
.text-core-color-violet-20 {
  --tw-text-opacity: 1;
  color: rgb(103 37 218 / var(--tw-text-opacity));
}
.text-core-color-violet-20\/0 {
  color: rgb(103 37 218 / 0);
}
.text-core-color-violet-20\/10 {
  color: rgb(103 37 218 / 0.1);
}
.text-core-color-violet-20\/100 {
  color: rgb(103 37 218 / 1);
}
.text-core-color-violet-20\/20 {
  color: rgb(103 37 218 / 0.2);
}
.text-core-color-violet-20\/25 {
  color: rgb(103 37 218 / 0.25);
}
.text-core-color-violet-20\/30 {
  color: rgb(103 37 218 / 0.3);
}
.text-core-color-violet-20\/40 {
  color: rgb(103 37 218 / 0.4);
}
.text-core-color-violet-20\/5 {
  color: rgb(103 37 218 / 0.05);
}
.text-core-color-violet-20\/50 {
  color: rgb(103 37 218 / 0.5);
}
.text-core-color-violet-20\/60 {
  color: rgb(103 37 218 / 0.6);
}
.text-core-color-violet-20\/70 {
  color: rgb(103 37 218 / 0.7);
}
.text-core-color-violet-20\/75 {
  color: rgb(103 37 218 / 0.75);
}
.text-core-color-violet-20\/80 {
  color: rgb(103 37 218 / 0.8);
}
.text-core-color-violet-20\/90 {
  color: rgb(103 37 218 / 0.9);
}
.text-core-color-violet-20\/95 {
  color: rgb(103 37 218 / 0.95);
}
.text-core-color-violet-20\/base-opacity-disabled {
  color: rgb(103 37 218 / 60%);
}
.text-core-color-violet-20\/core-opacity-0 {
  color: rgb(103 37 218 / 0%);
}
.text-core-color-violet-20\/core-opacity-10 {
  color: rgb(103 37 218 / 10%);
}
.text-core-color-violet-20\/core-opacity-100 {
  color: rgb(103 37 218 / 100%);
}
.text-core-color-violet-20\/core-opacity-20 {
  color: rgb(103 37 218 / 20%);
}
.text-core-color-violet-20\/core-opacity-30 {
  color: rgb(103 37 218 / 30%);
}
.text-core-color-violet-20\/core-opacity-40 {
  color: rgb(103 37 218 / 40%);
}
.text-core-color-violet-20\/core-opacity-50 {
  color: rgb(103 37 218 / 50%);
}
.text-core-color-violet-20\/core-opacity-60 {
  color: rgb(103 37 218 / 60%);
}
.text-core-color-violet-20\/core-opacity-70 {
  color: rgb(103 37 218 / 70%);
}
.text-core-color-violet-20\/core-opacity-80 {
  color: rgb(103 37 218 / 80%);
}
.text-core-color-violet-20\/core-opacity-90 {
  color: rgb(103 37 218 / 90%);
}
.text-core-color-violet-30 {
  --tw-text-opacity: 1;
  color: rgb(121 58 238 / var(--tw-text-opacity));
}
.text-core-color-violet-30\/0 {
  color: rgb(121 58 238 / 0);
}
.text-core-color-violet-30\/10 {
  color: rgb(121 58 238 / 0.1);
}
.text-core-color-violet-30\/100 {
  color: rgb(121 58 238 / 1);
}
.text-core-color-violet-30\/20 {
  color: rgb(121 58 238 / 0.2);
}
.text-core-color-violet-30\/25 {
  color: rgb(121 58 238 / 0.25);
}
.text-core-color-violet-30\/30 {
  color: rgb(121 58 238 / 0.3);
}
.text-core-color-violet-30\/40 {
  color: rgb(121 58 238 / 0.4);
}
.text-core-color-violet-30\/5 {
  color: rgb(121 58 238 / 0.05);
}
.text-core-color-violet-30\/50 {
  color: rgb(121 58 238 / 0.5);
}
.text-core-color-violet-30\/60 {
  color: rgb(121 58 238 / 0.6);
}
.text-core-color-violet-30\/70 {
  color: rgb(121 58 238 / 0.7);
}
.text-core-color-violet-30\/75 {
  color: rgb(121 58 238 / 0.75);
}
.text-core-color-violet-30\/80 {
  color: rgb(121 58 238 / 0.8);
}
.text-core-color-violet-30\/90 {
  color: rgb(121 58 238 / 0.9);
}
.text-core-color-violet-30\/95 {
  color: rgb(121 58 238 / 0.95);
}
.text-core-color-violet-30\/base-opacity-disabled {
  color: rgb(121 58 238 / 60%);
}
.text-core-color-violet-30\/core-opacity-0 {
  color: rgb(121 58 238 / 0%);
}
.text-core-color-violet-30\/core-opacity-10 {
  color: rgb(121 58 238 / 10%);
}
.text-core-color-violet-30\/core-opacity-100 {
  color: rgb(121 58 238 / 100%);
}
.text-core-color-violet-30\/core-opacity-20 {
  color: rgb(121 58 238 / 20%);
}
.text-core-color-violet-30\/core-opacity-30 {
  color: rgb(121 58 238 / 30%);
}
.text-core-color-violet-30\/core-opacity-40 {
  color: rgb(121 58 238 / 40%);
}
.text-core-color-violet-30\/core-opacity-50 {
  color: rgb(121 58 238 / 50%);
}
.text-core-color-violet-30\/core-opacity-60 {
  color: rgb(121 58 238 / 60%);
}
.text-core-color-violet-30\/core-opacity-70 {
  color: rgb(121 58 238 / 70%);
}
.text-core-color-violet-30\/core-opacity-80 {
  color: rgb(121 58 238 / 80%);
}
.text-core-color-violet-30\/core-opacity-90 {
  color: rgb(121 58 238 / 90%);
}
.text-core-color-violet-40 {
  --tw-text-opacity: 1;
  color: rgb(134 89 247 / var(--tw-text-opacity));
}
.text-core-color-violet-40\/0 {
  color: rgb(134 89 247 / 0);
}
.text-core-color-violet-40\/10 {
  color: rgb(134 89 247 / 0.1);
}
.text-core-color-violet-40\/100 {
  color: rgb(134 89 247 / 1);
}
.text-core-color-violet-40\/20 {
  color: rgb(134 89 247 / 0.2);
}
.text-core-color-violet-40\/25 {
  color: rgb(134 89 247 / 0.25);
}
.text-core-color-violet-40\/30 {
  color: rgb(134 89 247 / 0.3);
}
.text-core-color-violet-40\/40 {
  color: rgb(134 89 247 / 0.4);
}
.text-core-color-violet-40\/5 {
  color: rgb(134 89 247 / 0.05);
}
.text-core-color-violet-40\/50 {
  color: rgb(134 89 247 / 0.5);
}
.text-core-color-violet-40\/60 {
  color: rgb(134 89 247 / 0.6);
}
.text-core-color-violet-40\/70 {
  color: rgb(134 89 247 / 0.7);
}
.text-core-color-violet-40\/75 {
  color: rgb(134 89 247 / 0.75);
}
.text-core-color-violet-40\/80 {
  color: rgb(134 89 247 / 0.8);
}
.text-core-color-violet-40\/90 {
  color: rgb(134 89 247 / 0.9);
}
.text-core-color-violet-40\/95 {
  color: rgb(134 89 247 / 0.95);
}
.text-core-color-violet-40\/base-opacity-disabled {
  color: rgb(134 89 247 / 60%);
}
.text-core-color-violet-40\/core-opacity-0 {
  color: rgb(134 89 247 / 0%);
}
.text-core-color-violet-40\/core-opacity-10 {
  color: rgb(134 89 247 / 10%);
}
.text-core-color-violet-40\/core-opacity-100 {
  color: rgb(134 89 247 / 100%);
}
.text-core-color-violet-40\/core-opacity-20 {
  color: rgb(134 89 247 / 20%);
}
.text-core-color-violet-40\/core-opacity-30 {
  color: rgb(134 89 247 / 30%);
}
.text-core-color-violet-40\/core-opacity-40 {
  color: rgb(134 89 247 / 40%);
}
.text-core-color-violet-40\/core-opacity-50 {
  color: rgb(134 89 247 / 50%);
}
.text-core-color-violet-40\/core-opacity-60 {
  color: rgb(134 89 247 / 60%);
}
.text-core-color-violet-40\/core-opacity-70 {
  color: rgb(134 89 247 / 70%);
}
.text-core-color-violet-40\/core-opacity-80 {
  color: rgb(134 89 247 / 80%);
}
.text-core-color-violet-40\/core-opacity-90 {
  color: rgb(134 89 247 / 90%);
}
.text-core-color-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(163 137 251 / var(--tw-text-opacity));
}
.text-core-color-violet-50\/0 {
  color: rgb(163 137 251 / 0);
}
.text-core-color-violet-50\/10 {
  color: rgb(163 137 251 / 0.1);
}
.text-core-color-violet-50\/100 {
  color: rgb(163 137 251 / 1);
}
.text-core-color-violet-50\/20 {
  color: rgb(163 137 251 / 0.2);
}
.text-core-color-violet-50\/25 {
  color: rgb(163 137 251 / 0.25);
}
.text-core-color-violet-50\/30 {
  color: rgb(163 137 251 / 0.3);
}
.text-core-color-violet-50\/40 {
  color: rgb(163 137 251 / 0.4);
}
.text-core-color-violet-50\/5 {
  color: rgb(163 137 251 / 0.05);
}
.text-core-color-violet-50\/50 {
  color: rgb(163 137 251 / 0.5);
}
.text-core-color-violet-50\/60 {
  color: rgb(163 137 251 / 0.6);
}
.text-core-color-violet-50\/70 {
  color: rgb(163 137 251 / 0.7);
}
.text-core-color-violet-50\/75 {
  color: rgb(163 137 251 / 0.75);
}
.text-core-color-violet-50\/80 {
  color: rgb(163 137 251 / 0.8);
}
.text-core-color-violet-50\/90 {
  color: rgb(163 137 251 / 0.9);
}
.text-core-color-violet-50\/95 {
  color: rgb(163 137 251 / 0.95);
}
.text-core-color-violet-50\/base-opacity-disabled {
  color: rgb(163 137 251 / 60%);
}
.text-core-color-violet-50\/core-opacity-0 {
  color: rgb(163 137 251 / 0%);
}
.text-core-color-violet-50\/core-opacity-10 {
  color: rgb(163 137 251 / 10%);
}
.text-core-color-violet-50\/core-opacity-100 {
  color: rgb(163 137 251 / 100%);
}
.text-core-color-violet-50\/core-opacity-20 {
  color: rgb(163 137 251 / 20%);
}
.text-core-color-violet-50\/core-opacity-30 {
  color: rgb(163 137 251 / 30%);
}
.text-core-color-violet-50\/core-opacity-40 {
  color: rgb(163 137 251 / 40%);
}
.text-core-color-violet-50\/core-opacity-50 {
  color: rgb(163 137 251 / 50%);
}
.text-core-color-violet-50\/core-opacity-60 {
  color: rgb(163 137 251 / 60%);
}
.text-core-color-violet-50\/core-opacity-70 {
  color: rgb(163 137 251 / 70%);
}
.text-core-color-violet-50\/core-opacity-80 {
  color: rgb(163 137 251 / 80%);
}
.text-core-color-violet-50\/core-opacity-90 {
  color: rgb(163 137 251 / 90%);
}
.text-core-color-violet-60 {
  --tw-text-opacity: 1;
  color: rgb(195 180 253 / var(--tw-text-opacity));
}
.text-core-color-violet-60\/0 {
  color: rgb(195 180 253 / 0);
}
.text-core-color-violet-60\/10 {
  color: rgb(195 180 253 / 0.1);
}
.text-core-color-violet-60\/100 {
  color: rgb(195 180 253 / 1);
}
.text-core-color-violet-60\/20 {
  color: rgb(195 180 253 / 0.2);
}
.text-core-color-violet-60\/25 {
  color: rgb(195 180 253 / 0.25);
}
.text-core-color-violet-60\/30 {
  color: rgb(195 180 253 / 0.3);
}
.text-core-color-violet-60\/40 {
  color: rgb(195 180 253 / 0.4);
}
.text-core-color-violet-60\/5 {
  color: rgb(195 180 253 / 0.05);
}
.text-core-color-violet-60\/50 {
  color: rgb(195 180 253 / 0.5);
}
.text-core-color-violet-60\/60 {
  color: rgb(195 180 253 / 0.6);
}
.text-core-color-violet-60\/70 {
  color: rgb(195 180 253 / 0.7);
}
.text-core-color-violet-60\/75 {
  color: rgb(195 180 253 / 0.75);
}
.text-core-color-violet-60\/80 {
  color: rgb(195 180 253 / 0.8);
}
.text-core-color-violet-60\/90 {
  color: rgb(195 180 253 / 0.9);
}
.text-core-color-violet-60\/95 {
  color: rgb(195 180 253 / 0.95);
}
.text-core-color-violet-60\/base-opacity-disabled {
  color: rgb(195 180 253 / 60%);
}
.text-core-color-violet-60\/core-opacity-0 {
  color: rgb(195 180 253 / 0%);
}
.text-core-color-violet-60\/core-opacity-10 {
  color: rgb(195 180 253 / 10%);
}
.text-core-color-violet-60\/core-opacity-100 {
  color: rgb(195 180 253 / 100%);
}
.text-core-color-violet-60\/core-opacity-20 {
  color: rgb(195 180 253 / 20%);
}
.text-core-color-violet-60\/core-opacity-30 {
  color: rgb(195 180 253 / 30%);
}
.text-core-color-violet-60\/core-opacity-40 {
  color: rgb(195 180 253 / 40%);
}
.text-core-color-violet-60\/core-opacity-50 {
  color: rgb(195 180 253 / 50%);
}
.text-core-color-violet-60\/core-opacity-60 {
  color: rgb(195 180 253 / 60%);
}
.text-core-color-violet-60\/core-opacity-70 {
  color: rgb(195 180 253 / 70%);
}
.text-core-color-violet-60\/core-opacity-80 {
  color: rgb(195 180 253 / 80%);
}
.text-core-color-violet-60\/core-opacity-90 {
  color: rgb(195 180 253 / 90%);
}
.text-core-color-violet-70 {
  --tw-text-opacity: 1;
  color: rgb(222 215 254 / var(--tw-text-opacity));
}
.text-core-color-violet-70\/0 {
  color: rgb(222 215 254 / 0);
}
.text-core-color-violet-70\/10 {
  color: rgb(222 215 254 / 0.1);
}
.text-core-color-violet-70\/100 {
  color: rgb(222 215 254 / 1);
}
.text-core-color-violet-70\/20 {
  color: rgb(222 215 254 / 0.2);
}
.text-core-color-violet-70\/25 {
  color: rgb(222 215 254 / 0.25);
}
.text-core-color-violet-70\/30 {
  color: rgb(222 215 254 / 0.3);
}
.text-core-color-violet-70\/40 {
  color: rgb(222 215 254 / 0.4);
}
.text-core-color-violet-70\/5 {
  color: rgb(222 215 254 / 0.05);
}
.text-core-color-violet-70\/50 {
  color: rgb(222 215 254 / 0.5);
}
.text-core-color-violet-70\/60 {
  color: rgb(222 215 254 / 0.6);
}
.text-core-color-violet-70\/70 {
  color: rgb(222 215 254 / 0.7);
}
.text-core-color-violet-70\/75 {
  color: rgb(222 215 254 / 0.75);
}
.text-core-color-violet-70\/80 {
  color: rgb(222 215 254 / 0.8);
}
.text-core-color-violet-70\/90 {
  color: rgb(222 215 254 / 0.9);
}
.text-core-color-violet-70\/95 {
  color: rgb(222 215 254 / 0.95);
}
.text-core-color-violet-70\/base-opacity-disabled {
  color: rgb(222 215 254 / 60%);
}
.text-core-color-violet-70\/core-opacity-0 {
  color: rgb(222 215 254 / 0%);
}
.text-core-color-violet-70\/core-opacity-10 {
  color: rgb(222 215 254 / 10%);
}
.text-core-color-violet-70\/core-opacity-100 {
  color: rgb(222 215 254 / 100%);
}
.text-core-color-violet-70\/core-opacity-20 {
  color: rgb(222 215 254 / 20%);
}
.text-core-color-violet-70\/core-opacity-30 {
  color: rgb(222 215 254 / 30%);
}
.text-core-color-violet-70\/core-opacity-40 {
  color: rgb(222 215 254 / 40%);
}
.text-core-color-violet-70\/core-opacity-50 {
  color: rgb(222 215 254 / 50%);
}
.text-core-color-violet-70\/core-opacity-60 {
  color: rgb(222 215 254 / 60%);
}
.text-core-color-violet-70\/core-opacity-70 {
  color: rgb(222 215 254 / 70%);
}
.text-core-color-violet-70\/core-opacity-80 {
  color: rgb(222 215 254 / 80%);
}
.text-core-color-violet-70\/core-opacity-90 {
  color: rgb(222 215 254 / 90%);
}
.text-core-color-violet-80 {
  --tw-text-opacity: 1;
  color: rgb(234 231 254 / var(--tw-text-opacity));
}
.text-core-color-violet-80\/0 {
  color: rgb(234 231 254 / 0);
}
.text-core-color-violet-80\/10 {
  color: rgb(234 231 254 / 0.1);
}
.text-core-color-violet-80\/100 {
  color: rgb(234 231 254 / 1);
}
.text-core-color-violet-80\/20 {
  color: rgb(234 231 254 / 0.2);
}
.text-core-color-violet-80\/25 {
  color: rgb(234 231 254 / 0.25);
}
.text-core-color-violet-80\/30 {
  color: rgb(234 231 254 / 0.3);
}
.text-core-color-violet-80\/40 {
  color: rgb(234 231 254 / 0.4);
}
.text-core-color-violet-80\/5 {
  color: rgb(234 231 254 / 0.05);
}
.text-core-color-violet-80\/50 {
  color: rgb(234 231 254 / 0.5);
}
.text-core-color-violet-80\/60 {
  color: rgb(234 231 254 / 0.6);
}
.text-core-color-violet-80\/70 {
  color: rgb(234 231 254 / 0.7);
}
.text-core-color-violet-80\/75 {
  color: rgb(234 231 254 / 0.75);
}
.text-core-color-violet-80\/80 {
  color: rgb(234 231 254 / 0.8);
}
.text-core-color-violet-80\/90 {
  color: rgb(234 231 254 / 0.9);
}
.text-core-color-violet-80\/95 {
  color: rgb(234 231 254 / 0.95);
}
.text-core-color-violet-80\/base-opacity-disabled {
  color: rgb(234 231 254 / 60%);
}
.text-core-color-violet-80\/core-opacity-0 {
  color: rgb(234 231 254 / 0%);
}
.text-core-color-violet-80\/core-opacity-10 {
  color: rgb(234 231 254 / 10%);
}
.text-core-color-violet-80\/core-opacity-100 {
  color: rgb(234 231 254 / 100%);
}
.text-core-color-violet-80\/core-opacity-20 {
  color: rgb(234 231 254 / 20%);
}
.text-core-color-violet-80\/core-opacity-30 {
  color: rgb(234 231 254 / 30%);
}
.text-core-color-violet-80\/core-opacity-40 {
  color: rgb(234 231 254 / 40%);
}
.text-core-color-violet-80\/core-opacity-50 {
  color: rgb(234 231 254 / 50%);
}
.text-core-color-violet-80\/core-opacity-60 {
  color: rgb(234 231 254 / 60%);
}
.text-core-color-violet-80\/core-opacity-70 {
  color: rgb(234 231 254 / 70%);
}
.text-core-color-violet-80\/core-opacity-80 {
  color: rgb(234 231 254 / 80%);
}
.text-core-color-violet-80\/core-opacity-90 {
  color: rgb(234 231 254 / 90%);
}
.text-core-color-violet-90 {
  --tw-text-opacity: 1;
  color: rgb(247 245 255 / var(--tw-text-opacity));
}
.text-core-color-violet-90\/0 {
  color: rgb(247 245 255 / 0);
}
.text-core-color-violet-90\/10 {
  color: rgb(247 245 255 / 0.1);
}
.text-core-color-violet-90\/100 {
  color: rgb(247 245 255 / 1);
}
.text-core-color-violet-90\/20 {
  color: rgb(247 245 255 / 0.2);
}
.text-core-color-violet-90\/25 {
  color: rgb(247 245 255 / 0.25);
}
.text-core-color-violet-90\/30 {
  color: rgb(247 245 255 / 0.3);
}
.text-core-color-violet-90\/40 {
  color: rgb(247 245 255 / 0.4);
}
.text-core-color-violet-90\/5 {
  color: rgb(247 245 255 / 0.05);
}
.text-core-color-violet-90\/50 {
  color: rgb(247 245 255 / 0.5);
}
.text-core-color-violet-90\/60 {
  color: rgb(247 245 255 / 0.6);
}
.text-core-color-violet-90\/70 {
  color: rgb(247 245 255 / 0.7);
}
.text-core-color-violet-90\/75 {
  color: rgb(247 245 255 / 0.75);
}
.text-core-color-violet-90\/80 {
  color: rgb(247 245 255 / 0.8);
}
.text-core-color-violet-90\/90 {
  color: rgb(247 245 255 / 0.9);
}
.text-core-color-violet-90\/95 {
  color: rgb(247 245 255 / 0.95);
}
.text-core-color-violet-90\/base-opacity-disabled {
  color: rgb(247 245 255 / 60%);
}
.text-core-color-violet-90\/core-opacity-0 {
  color: rgb(247 245 255 / 0%);
}
.text-core-color-violet-90\/core-opacity-10 {
  color: rgb(247 245 255 / 10%);
}
.text-core-color-violet-90\/core-opacity-100 {
  color: rgb(247 245 255 / 100%);
}
.text-core-color-violet-90\/core-opacity-20 {
  color: rgb(247 245 255 / 20%);
}
.text-core-color-violet-90\/core-opacity-30 {
  color: rgb(247 245 255 / 30%);
}
.text-core-color-violet-90\/core-opacity-40 {
  color: rgb(247 245 255 / 40%);
}
.text-core-color-violet-90\/core-opacity-50 {
  color: rgb(247 245 255 / 50%);
}
.text-core-color-violet-90\/core-opacity-60 {
  color: rgb(247 245 255 / 60%);
}
.text-core-color-violet-90\/core-opacity-70 {
  color: rgb(247 245 255 / 70%);
}
.text-core-color-violet-90\/core-opacity-80 {
  color: rgb(247 245 255 / 80%);
}
.text-core-color-violet-90\/core-opacity-90 {
  color: rgb(247 245 255 / 90%);
}
.text-core-color-yellow-0 {
  --tw-text-opacity: 1;
  color: rgb(123 47 14 / var(--tw-text-opacity));
}
.text-core-color-yellow-0\/0 {
  color: rgb(123 47 14 / 0);
}
.text-core-color-yellow-0\/10 {
  color: rgb(123 47 14 / 0.1);
}
.text-core-color-yellow-0\/100 {
  color: rgb(123 47 14 / 1);
}
.text-core-color-yellow-0\/20 {
  color: rgb(123 47 14 / 0.2);
}
.text-core-color-yellow-0\/25 {
  color: rgb(123 47 14 / 0.25);
}
.text-core-color-yellow-0\/30 {
  color: rgb(123 47 14 / 0.3);
}
.text-core-color-yellow-0\/40 {
  color: rgb(123 47 14 / 0.4);
}
.text-core-color-yellow-0\/5 {
  color: rgb(123 47 14 / 0.05);
}
.text-core-color-yellow-0\/50 {
  color: rgb(123 47 14 / 0.5);
}
.text-core-color-yellow-0\/60 {
  color: rgb(123 47 14 / 0.6);
}
.text-core-color-yellow-0\/70 {
  color: rgb(123 47 14 / 0.7);
}
.text-core-color-yellow-0\/75 {
  color: rgb(123 47 14 / 0.75);
}
.text-core-color-yellow-0\/80 {
  color: rgb(123 47 14 / 0.8);
}
.text-core-color-yellow-0\/90 {
  color: rgb(123 47 14 / 0.9);
}
.text-core-color-yellow-0\/95 {
  color: rgb(123 47 14 / 0.95);
}
.text-core-color-yellow-0\/base-opacity-disabled {
  color: rgb(123 47 14 / 60%);
}
.text-core-color-yellow-0\/core-opacity-0 {
  color: rgb(123 47 14 / 0%);
}
.text-core-color-yellow-0\/core-opacity-10 {
  color: rgb(123 47 14 / 10%);
}
.text-core-color-yellow-0\/core-opacity-100 {
  color: rgb(123 47 14 / 100%);
}
.text-core-color-yellow-0\/core-opacity-20 {
  color: rgb(123 47 14 / 20%);
}
.text-core-color-yellow-0\/core-opacity-30 {
  color: rgb(123 47 14 / 30%);
}
.text-core-color-yellow-0\/core-opacity-40 {
  color: rgb(123 47 14 / 40%);
}
.text-core-color-yellow-0\/core-opacity-50 {
  color: rgb(123 47 14 / 50%);
}
.text-core-color-yellow-0\/core-opacity-60 {
  color: rgb(123 47 14 / 60%);
}
.text-core-color-yellow-0\/core-opacity-70 {
  color: rgb(123 47 14 / 70%);
}
.text-core-color-yellow-0\/core-opacity-80 {
  color: rgb(123 47 14 / 80%);
}
.text-core-color-yellow-0\/core-opacity-90 {
  color: rgb(123 47 14 / 90%);
}
.text-core-color-yellow-10 {
  --tw-text-opacity: 1;
  color: rgb(145 55 13 / var(--tw-text-opacity));
}
.text-core-color-yellow-10\/0 {
  color: rgb(145 55 13 / 0);
}
.text-core-color-yellow-10\/10 {
  color: rgb(145 55 13 / 0.1);
}
.text-core-color-yellow-10\/100 {
  color: rgb(145 55 13 / 1);
}
.text-core-color-yellow-10\/20 {
  color: rgb(145 55 13 / 0.2);
}
.text-core-color-yellow-10\/25 {
  color: rgb(145 55 13 / 0.25);
}
.text-core-color-yellow-10\/30 {
  color: rgb(145 55 13 / 0.3);
}
.text-core-color-yellow-10\/40 {
  color: rgb(145 55 13 / 0.4);
}
.text-core-color-yellow-10\/5 {
  color: rgb(145 55 13 / 0.05);
}
.text-core-color-yellow-10\/50 {
  color: rgb(145 55 13 / 0.5);
}
.text-core-color-yellow-10\/60 {
  color: rgb(145 55 13 / 0.6);
}
.text-core-color-yellow-10\/70 {
  color: rgb(145 55 13 / 0.7);
}
.text-core-color-yellow-10\/75 {
  color: rgb(145 55 13 / 0.75);
}
.text-core-color-yellow-10\/80 {
  color: rgb(145 55 13 / 0.8);
}
.text-core-color-yellow-10\/90 {
  color: rgb(145 55 13 / 0.9);
}
.text-core-color-yellow-10\/95 {
  color: rgb(145 55 13 / 0.95);
}
.text-core-color-yellow-10\/base-opacity-disabled {
  color: rgb(145 55 13 / 60%);
}
.text-core-color-yellow-10\/core-opacity-0 {
  color: rgb(145 55 13 / 0%);
}
.text-core-color-yellow-10\/core-opacity-10 {
  color: rgb(145 55 13 / 10%);
}
.text-core-color-yellow-10\/core-opacity-100 {
  color: rgb(145 55 13 / 100%);
}
.text-core-color-yellow-10\/core-opacity-20 {
  color: rgb(145 55 13 / 20%);
}
.text-core-color-yellow-10\/core-opacity-30 {
  color: rgb(145 55 13 / 30%);
}
.text-core-color-yellow-10\/core-opacity-40 {
  color: rgb(145 55 13 / 40%);
}
.text-core-color-yellow-10\/core-opacity-50 {
  color: rgb(145 55 13 / 50%);
}
.text-core-color-yellow-10\/core-opacity-60 {
  color: rgb(145 55 13 / 60%);
}
.text-core-color-yellow-10\/core-opacity-70 {
  color: rgb(145 55 13 / 70%);
}
.text-core-color-yellow-10\/core-opacity-80 {
  color: rgb(145 55 13 / 80%);
}
.text-core-color-yellow-10\/core-opacity-90 {
  color: rgb(145 55 13 / 90%);
}
.text-core-color-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(255 252 245 / var(--tw-text-opacity));
}
.text-core-color-yellow-100\/0 {
  color: rgb(255 252 245 / 0);
}
.text-core-color-yellow-100\/10 {
  color: rgb(255 252 245 / 0.1);
}
.text-core-color-yellow-100\/100 {
  color: rgb(255 252 245 / 1);
}
.text-core-color-yellow-100\/20 {
  color: rgb(255 252 245 / 0.2);
}
.text-core-color-yellow-100\/25 {
  color: rgb(255 252 245 / 0.25);
}
.text-core-color-yellow-100\/30 {
  color: rgb(255 252 245 / 0.3);
}
.text-core-color-yellow-100\/40 {
  color: rgb(255 252 245 / 0.4);
}
.text-core-color-yellow-100\/5 {
  color: rgb(255 252 245 / 0.05);
}
.text-core-color-yellow-100\/50 {
  color: rgb(255 252 245 / 0.5);
}
.text-core-color-yellow-100\/60 {
  color: rgb(255 252 245 / 0.6);
}
.text-core-color-yellow-100\/70 {
  color: rgb(255 252 245 / 0.7);
}
.text-core-color-yellow-100\/75 {
  color: rgb(255 252 245 / 0.75);
}
.text-core-color-yellow-100\/80 {
  color: rgb(255 252 245 / 0.8);
}
.text-core-color-yellow-100\/90 {
  color: rgb(255 252 245 / 0.9);
}
.text-core-color-yellow-100\/95 {
  color: rgb(255 252 245 / 0.95);
}
.text-core-color-yellow-100\/base-opacity-disabled {
  color: rgb(255 252 245 / 60%);
}
.text-core-color-yellow-100\/core-opacity-0 {
  color: rgb(255 252 245 / 0%);
}
.text-core-color-yellow-100\/core-opacity-10 {
  color: rgb(255 252 245 / 10%);
}
.text-core-color-yellow-100\/core-opacity-100 {
  color: rgb(255 252 245 / 100%);
}
.text-core-color-yellow-100\/core-opacity-20 {
  color: rgb(255 252 245 / 20%);
}
.text-core-color-yellow-100\/core-opacity-30 {
  color: rgb(255 252 245 / 30%);
}
.text-core-color-yellow-100\/core-opacity-40 {
  color: rgb(255 252 245 / 40%);
}
.text-core-color-yellow-100\/core-opacity-50 {
  color: rgb(255 252 245 / 50%);
}
.text-core-color-yellow-100\/core-opacity-60 {
  color: rgb(255 252 245 / 60%);
}
.text-core-color-yellow-100\/core-opacity-70 {
  color: rgb(255 252 245 / 70%);
}
.text-core-color-yellow-100\/core-opacity-80 {
  color: rgb(255 252 245 / 80%);
}
.text-core-color-yellow-100\/core-opacity-90 {
  color: rgb(255 252 245 / 90%);
}
.text-core-color-yellow-20 {
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity));
}
.text-core-color-yellow-20\/0 {
  color: rgb(181 71 8 / 0);
}
.text-core-color-yellow-20\/10 {
  color: rgb(181 71 8 / 0.1);
}
.text-core-color-yellow-20\/100 {
  color: rgb(181 71 8 / 1);
}
.text-core-color-yellow-20\/20 {
  color: rgb(181 71 8 / 0.2);
}
.text-core-color-yellow-20\/25 {
  color: rgb(181 71 8 / 0.25);
}
.text-core-color-yellow-20\/30 {
  color: rgb(181 71 8 / 0.3);
}
.text-core-color-yellow-20\/40 {
  color: rgb(181 71 8 / 0.4);
}
.text-core-color-yellow-20\/5 {
  color: rgb(181 71 8 / 0.05);
}
.text-core-color-yellow-20\/50 {
  color: rgb(181 71 8 / 0.5);
}
.text-core-color-yellow-20\/60 {
  color: rgb(181 71 8 / 0.6);
}
.text-core-color-yellow-20\/70 {
  color: rgb(181 71 8 / 0.7);
}
.text-core-color-yellow-20\/75 {
  color: rgb(181 71 8 / 0.75);
}
.text-core-color-yellow-20\/80 {
  color: rgb(181 71 8 / 0.8);
}
.text-core-color-yellow-20\/90 {
  color: rgb(181 71 8 / 0.9);
}
.text-core-color-yellow-20\/95 {
  color: rgb(181 71 8 / 0.95);
}
.text-core-color-yellow-20\/base-opacity-disabled {
  color: rgb(181 71 8 / 60%);
}
.text-core-color-yellow-20\/core-opacity-0 {
  color: rgb(181 71 8 / 0%);
}
.text-core-color-yellow-20\/core-opacity-10 {
  color: rgb(181 71 8 / 10%);
}
.text-core-color-yellow-20\/core-opacity-100 {
  color: rgb(181 71 8 / 100%);
}
.text-core-color-yellow-20\/core-opacity-20 {
  color: rgb(181 71 8 / 20%);
}
.text-core-color-yellow-20\/core-opacity-30 {
  color: rgb(181 71 8 / 30%);
}
.text-core-color-yellow-20\/core-opacity-40 {
  color: rgb(181 71 8 / 40%);
}
.text-core-color-yellow-20\/core-opacity-50 {
  color: rgb(181 71 8 / 50%);
}
.text-core-color-yellow-20\/core-opacity-60 {
  color: rgb(181 71 8 / 60%);
}
.text-core-color-yellow-20\/core-opacity-70 {
  color: rgb(181 71 8 / 70%);
}
.text-core-color-yellow-20\/core-opacity-80 {
  color: rgb(181 71 8 / 80%);
}
.text-core-color-yellow-20\/core-opacity-90 {
  color: rgb(181 71 8 / 90%);
}
.text-core-color-yellow-30 {
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.text-core-color-yellow-30\/0 {
  color: rgb(221 105 3 / 0);
}
.text-core-color-yellow-30\/10 {
  color: rgb(221 105 3 / 0.1);
}
.text-core-color-yellow-30\/100 {
  color: rgb(221 105 3 / 1);
}
.text-core-color-yellow-30\/20 {
  color: rgb(221 105 3 / 0.2);
}
.text-core-color-yellow-30\/25 {
  color: rgb(221 105 3 / 0.25);
}
.text-core-color-yellow-30\/30 {
  color: rgb(221 105 3 / 0.3);
}
.text-core-color-yellow-30\/40 {
  color: rgb(221 105 3 / 0.4);
}
.text-core-color-yellow-30\/5 {
  color: rgb(221 105 3 / 0.05);
}
.text-core-color-yellow-30\/50 {
  color: rgb(221 105 3 / 0.5);
}
.text-core-color-yellow-30\/60 {
  color: rgb(221 105 3 / 0.6);
}
.text-core-color-yellow-30\/70 {
  color: rgb(221 105 3 / 0.7);
}
.text-core-color-yellow-30\/75 {
  color: rgb(221 105 3 / 0.75);
}
.text-core-color-yellow-30\/80 {
  color: rgb(221 105 3 / 0.8);
}
.text-core-color-yellow-30\/90 {
  color: rgb(221 105 3 / 0.9);
}
.text-core-color-yellow-30\/95 {
  color: rgb(221 105 3 / 0.95);
}
.text-core-color-yellow-30\/base-opacity-disabled {
  color: rgb(221 105 3 / 60%);
}
.text-core-color-yellow-30\/core-opacity-0 {
  color: rgb(221 105 3 / 0%);
}
.text-core-color-yellow-30\/core-opacity-10 {
  color: rgb(221 105 3 / 10%);
}
.text-core-color-yellow-30\/core-opacity-100 {
  color: rgb(221 105 3 / 100%);
}
.text-core-color-yellow-30\/core-opacity-20 {
  color: rgb(221 105 3 / 20%);
}
.text-core-color-yellow-30\/core-opacity-30 {
  color: rgb(221 105 3 / 30%);
}
.text-core-color-yellow-30\/core-opacity-40 {
  color: rgb(221 105 3 / 40%);
}
.text-core-color-yellow-30\/core-opacity-50 {
  color: rgb(221 105 3 / 50%);
}
.text-core-color-yellow-30\/core-opacity-60 {
  color: rgb(221 105 3 / 60%);
}
.text-core-color-yellow-30\/core-opacity-70 {
  color: rgb(221 105 3 / 70%);
}
.text-core-color-yellow-30\/core-opacity-80 {
  color: rgb(221 105 3 / 80%);
}
.text-core-color-yellow-30\/core-opacity-90 {
  color: rgb(221 105 3 / 90%);
}
.text-core-color-yellow-40 {
  --tw-text-opacity: 1;
  color: rgb(247 143 8 / var(--tw-text-opacity));
}
.text-core-color-yellow-40\/0 {
  color: rgb(247 143 8 / 0);
}
.text-core-color-yellow-40\/10 {
  color: rgb(247 143 8 / 0.1);
}
.text-core-color-yellow-40\/100 {
  color: rgb(247 143 8 / 1);
}
.text-core-color-yellow-40\/20 {
  color: rgb(247 143 8 / 0.2);
}
.text-core-color-yellow-40\/25 {
  color: rgb(247 143 8 / 0.25);
}
.text-core-color-yellow-40\/30 {
  color: rgb(247 143 8 / 0.3);
}
.text-core-color-yellow-40\/40 {
  color: rgb(247 143 8 / 0.4);
}
.text-core-color-yellow-40\/5 {
  color: rgb(247 143 8 / 0.05);
}
.text-core-color-yellow-40\/50 {
  color: rgb(247 143 8 / 0.5);
}
.text-core-color-yellow-40\/60 {
  color: rgb(247 143 8 / 0.6);
}
.text-core-color-yellow-40\/70 {
  color: rgb(247 143 8 / 0.7);
}
.text-core-color-yellow-40\/75 {
  color: rgb(247 143 8 / 0.75);
}
.text-core-color-yellow-40\/80 {
  color: rgb(247 143 8 / 0.8);
}
.text-core-color-yellow-40\/90 {
  color: rgb(247 143 8 / 0.9);
}
.text-core-color-yellow-40\/95 {
  color: rgb(247 143 8 / 0.95);
}
.text-core-color-yellow-40\/base-opacity-disabled {
  color: rgb(247 143 8 / 60%);
}
.text-core-color-yellow-40\/core-opacity-0 {
  color: rgb(247 143 8 / 0%);
}
.text-core-color-yellow-40\/core-opacity-10 {
  color: rgb(247 143 8 / 10%);
}
.text-core-color-yellow-40\/core-opacity-100 {
  color: rgb(247 143 8 / 100%);
}
.text-core-color-yellow-40\/core-opacity-20 {
  color: rgb(247 143 8 / 20%);
}
.text-core-color-yellow-40\/core-opacity-30 {
  color: rgb(247 143 8 / 30%);
}
.text-core-color-yellow-40\/core-opacity-40 {
  color: rgb(247 143 8 / 40%);
}
.text-core-color-yellow-40\/core-opacity-50 {
  color: rgb(247 143 8 / 50%);
}
.text-core-color-yellow-40\/core-opacity-60 {
  color: rgb(247 143 8 / 60%);
}
.text-core-color-yellow-40\/core-opacity-70 {
  color: rgb(247 143 8 / 70%);
}
.text-core-color-yellow-40\/core-opacity-80 {
  color: rgb(247 143 8 / 80%);
}
.text-core-color-yellow-40\/core-opacity-90 {
  color: rgb(247 143 8 / 90%);
}
.text-core-color-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(253 176 33 / var(--tw-text-opacity));
}
.text-core-color-yellow-50\/0 {
  color: rgb(253 176 33 / 0);
}
.text-core-color-yellow-50\/10 {
  color: rgb(253 176 33 / 0.1);
}
.text-core-color-yellow-50\/100 {
  color: rgb(253 176 33 / 1);
}
.text-core-color-yellow-50\/20 {
  color: rgb(253 176 33 / 0.2);
}
.text-core-color-yellow-50\/25 {
  color: rgb(253 176 33 / 0.25);
}
.text-core-color-yellow-50\/30 {
  color: rgb(253 176 33 / 0.3);
}
.text-core-color-yellow-50\/40 {
  color: rgb(253 176 33 / 0.4);
}
.text-core-color-yellow-50\/5 {
  color: rgb(253 176 33 / 0.05);
}
.text-core-color-yellow-50\/50 {
  color: rgb(253 176 33 / 0.5);
}
.text-core-color-yellow-50\/60 {
  color: rgb(253 176 33 / 0.6);
}
.text-core-color-yellow-50\/70 {
  color: rgb(253 176 33 / 0.7);
}
.text-core-color-yellow-50\/75 {
  color: rgb(253 176 33 / 0.75);
}
.text-core-color-yellow-50\/80 {
  color: rgb(253 176 33 / 0.8);
}
.text-core-color-yellow-50\/90 {
  color: rgb(253 176 33 / 0.9);
}
.text-core-color-yellow-50\/95 {
  color: rgb(253 176 33 / 0.95);
}
.text-core-color-yellow-50\/base-opacity-disabled {
  color: rgb(253 176 33 / 60%);
}
.text-core-color-yellow-50\/core-opacity-0 {
  color: rgb(253 176 33 / 0%);
}
.text-core-color-yellow-50\/core-opacity-10 {
  color: rgb(253 176 33 / 10%);
}
.text-core-color-yellow-50\/core-opacity-100 {
  color: rgb(253 176 33 / 100%);
}
.text-core-color-yellow-50\/core-opacity-20 {
  color: rgb(253 176 33 / 20%);
}
.text-core-color-yellow-50\/core-opacity-30 {
  color: rgb(253 176 33 / 30%);
}
.text-core-color-yellow-50\/core-opacity-40 {
  color: rgb(253 176 33 / 40%);
}
.text-core-color-yellow-50\/core-opacity-50 {
  color: rgb(253 176 33 / 50%);
}
.text-core-color-yellow-50\/core-opacity-60 {
  color: rgb(253 176 33 / 60%);
}
.text-core-color-yellow-50\/core-opacity-70 {
  color: rgb(253 176 33 / 70%);
}
.text-core-color-yellow-50\/core-opacity-80 {
  color: rgb(253 176 33 / 80%);
}
.text-core-color-yellow-50\/core-opacity-90 {
  color: rgb(253 176 33 / 90%);
}
.text-core-color-yellow-60 {
  --tw-text-opacity: 1;
  color: rgb(254 201 77 / var(--tw-text-opacity));
}
.text-core-color-yellow-60\/0 {
  color: rgb(254 201 77 / 0);
}
.text-core-color-yellow-60\/10 {
  color: rgb(254 201 77 / 0.1);
}
.text-core-color-yellow-60\/100 {
  color: rgb(254 201 77 / 1);
}
.text-core-color-yellow-60\/20 {
  color: rgb(254 201 77 / 0.2);
}
.text-core-color-yellow-60\/25 {
  color: rgb(254 201 77 / 0.25);
}
.text-core-color-yellow-60\/30 {
  color: rgb(254 201 77 / 0.3);
}
.text-core-color-yellow-60\/40 {
  color: rgb(254 201 77 / 0.4);
}
.text-core-color-yellow-60\/5 {
  color: rgb(254 201 77 / 0.05);
}
.text-core-color-yellow-60\/50 {
  color: rgb(254 201 77 / 0.5);
}
.text-core-color-yellow-60\/60 {
  color: rgb(254 201 77 / 0.6);
}
.text-core-color-yellow-60\/70 {
  color: rgb(254 201 77 / 0.7);
}
.text-core-color-yellow-60\/75 {
  color: rgb(254 201 77 / 0.75);
}
.text-core-color-yellow-60\/80 {
  color: rgb(254 201 77 / 0.8);
}
.text-core-color-yellow-60\/90 {
  color: rgb(254 201 77 / 0.9);
}
.text-core-color-yellow-60\/95 {
  color: rgb(254 201 77 / 0.95);
}
.text-core-color-yellow-60\/base-opacity-disabled {
  color: rgb(254 201 77 / 60%);
}
.text-core-color-yellow-60\/core-opacity-0 {
  color: rgb(254 201 77 / 0%);
}
.text-core-color-yellow-60\/core-opacity-10 {
  color: rgb(254 201 77 / 10%);
}
.text-core-color-yellow-60\/core-opacity-100 {
  color: rgb(254 201 77 / 100%);
}
.text-core-color-yellow-60\/core-opacity-20 {
  color: rgb(254 201 77 / 20%);
}
.text-core-color-yellow-60\/core-opacity-30 {
  color: rgb(254 201 77 / 30%);
}
.text-core-color-yellow-60\/core-opacity-40 {
  color: rgb(254 201 77 / 40%);
}
.text-core-color-yellow-60\/core-opacity-50 {
  color: rgb(254 201 77 / 50%);
}
.text-core-color-yellow-60\/core-opacity-60 {
  color: rgb(254 201 77 / 60%);
}
.text-core-color-yellow-60\/core-opacity-70 {
  color: rgb(254 201 77 / 70%);
}
.text-core-color-yellow-60\/core-opacity-80 {
  color: rgb(254 201 77 / 80%);
}
.text-core-color-yellow-60\/core-opacity-90 {
  color: rgb(254 201 77 / 90%);
}
.text-core-color-yellow-70 {
  --tw-text-opacity: 1;
  color: rgb(254 223 139 / var(--tw-text-opacity));
}
.text-core-color-yellow-70\/0 {
  color: rgb(254 223 139 / 0);
}
.text-core-color-yellow-70\/10 {
  color: rgb(254 223 139 / 0.1);
}
.text-core-color-yellow-70\/100 {
  color: rgb(254 223 139 / 1);
}
.text-core-color-yellow-70\/20 {
  color: rgb(254 223 139 / 0.2);
}
.text-core-color-yellow-70\/25 {
  color: rgb(254 223 139 / 0.25);
}
.text-core-color-yellow-70\/30 {
  color: rgb(254 223 139 / 0.3);
}
.text-core-color-yellow-70\/40 {
  color: rgb(254 223 139 / 0.4);
}
.text-core-color-yellow-70\/5 {
  color: rgb(254 223 139 / 0.05);
}
.text-core-color-yellow-70\/50 {
  color: rgb(254 223 139 / 0.5);
}
.text-core-color-yellow-70\/60 {
  color: rgb(254 223 139 / 0.6);
}
.text-core-color-yellow-70\/70 {
  color: rgb(254 223 139 / 0.7);
}
.text-core-color-yellow-70\/75 {
  color: rgb(254 223 139 / 0.75);
}
.text-core-color-yellow-70\/80 {
  color: rgb(254 223 139 / 0.8);
}
.text-core-color-yellow-70\/90 {
  color: rgb(254 223 139 / 0.9);
}
.text-core-color-yellow-70\/95 {
  color: rgb(254 223 139 / 0.95);
}
.text-core-color-yellow-70\/base-opacity-disabled {
  color: rgb(254 223 139 / 60%);
}
.text-core-color-yellow-70\/core-opacity-0 {
  color: rgb(254 223 139 / 0%);
}
.text-core-color-yellow-70\/core-opacity-10 {
  color: rgb(254 223 139 / 10%);
}
.text-core-color-yellow-70\/core-opacity-100 {
  color: rgb(254 223 139 / 100%);
}
.text-core-color-yellow-70\/core-opacity-20 {
  color: rgb(254 223 139 / 20%);
}
.text-core-color-yellow-70\/core-opacity-30 {
  color: rgb(254 223 139 / 30%);
}
.text-core-color-yellow-70\/core-opacity-40 {
  color: rgb(254 223 139 / 40%);
}
.text-core-color-yellow-70\/core-opacity-50 {
  color: rgb(254 223 139 / 50%);
}
.text-core-color-yellow-70\/core-opacity-60 {
  color: rgb(254 223 139 / 60%);
}
.text-core-color-yellow-70\/core-opacity-70 {
  color: rgb(254 223 139 / 70%);
}
.text-core-color-yellow-70\/core-opacity-80 {
  color: rgb(254 223 139 / 80%);
}
.text-core-color-yellow-70\/core-opacity-90 {
  color: rgb(254 223 139 / 90%);
}
.text-core-color-yellow-80 {
  --tw-text-opacity: 1;
  color: rgb(254 240 200 / var(--tw-text-opacity));
}
.text-core-color-yellow-80\/0 {
  color: rgb(254 240 200 / 0);
}
.text-core-color-yellow-80\/10 {
  color: rgb(254 240 200 / 0.1);
}
.text-core-color-yellow-80\/100 {
  color: rgb(254 240 200 / 1);
}
.text-core-color-yellow-80\/20 {
  color: rgb(254 240 200 / 0.2);
}
.text-core-color-yellow-80\/25 {
  color: rgb(254 240 200 / 0.25);
}
.text-core-color-yellow-80\/30 {
  color: rgb(254 240 200 / 0.3);
}
.text-core-color-yellow-80\/40 {
  color: rgb(254 240 200 / 0.4);
}
.text-core-color-yellow-80\/5 {
  color: rgb(254 240 200 / 0.05);
}
.text-core-color-yellow-80\/50 {
  color: rgb(254 240 200 / 0.5);
}
.text-core-color-yellow-80\/60 {
  color: rgb(254 240 200 / 0.6);
}
.text-core-color-yellow-80\/70 {
  color: rgb(254 240 200 / 0.7);
}
.text-core-color-yellow-80\/75 {
  color: rgb(254 240 200 / 0.75);
}
.text-core-color-yellow-80\/80 {
  color: rgb(254 240 200 / 0.8);
}
.text-core-color-yellow-80\/90 {
  color: rgb(254 240 200 / 0.9);
}
.text-core-color-yellow-80\/95 {
  color: rgb(254 240 200 / 0.95);
}
.text-core-color-yellow-80\/base-opacity-disabled {
  color: rgb(254 240 200 / 60%);
}
.text-core-color-yellow-80\/core-opacity-0 {
  color: rgb(254 240 200 / 0%);
}
.text-core-color-yellow-80\/core-opacity-10 {
  color: rgb(254 240 200 / 10%);
}
.text-core-color-yellow-80\/core-opacity-100 {
  color: rgb(254 240 200 / 100%);
}
.text-core-color-yellow-80\/core-opacity-20 {
  color: rgb(254 240 200 / 20%);
}
.text-core-color-yellow-80\/core-opacity-30 {
  color: rgb(254 240 200 / 30%);
}
.text-core-color-yellow-80\/core-opacity-40 {
  color: rgb(254 240 200 / 40%);
}
.text-core-color-yellow-80\/core-opacity-50 {
  color: rgb(254 240 200 / 50%);
}
.text-core-color-yellow-80\/core-opacity-60 {
  color: rgb(254 240 200 / 60%);
}
.text-core-color-yellow-80\/core-opacity-70 {
  color: rgb(254 240 200 / 70%);
}
.text-core-color-yellow-80\/core-opacity-80 {
  color: rgb(254 240 200 / 80%);
}
.text-core-color-yellow-80\/core-opacity-90 {
  color: rgb(254 240 200 / 90%);
}
.text-core-color-yellow-90 {
  --tw-text-opacity: 1;
  color: rgb(255 250 235 / var(--tw-text-opacity));
}
.text-core-color-yellow-90\/0 {
  color: rgb(255 250 235 / 0);
}
.text-core-color-yellow-90\/10 {
  color: rgb(255 250 235 / 0.1);
}
.text-core-color-yellow-90\/100 {
  color: rgb(255 250 235 / 1);
}
.text-core-color-yellow-90\/20 {
  color: rgb(255 250 235 / 0.2);
}
.text-core-color-yellow-90\/25 {
  color: rgb(255 250 235 / 0.25);
}
.text-core-color-yellow-90\/30 {
  color: rgb(255 250 235 / 0.3);
}
.text-core-color-yellow-90\/40 {
  color: rgb(255 250 235 / 0.4);
}
.text-core-color-yellow-90\/5 {
  color: rgb(255 250 235 / 0.05);
}
.text-core-color-yellow-90\/50 {
  color: rgb(255 250 235 / 0.5);
}
.text-core-color-yellow-90\/60 {
  color: rgb(255 250 235 / 0.6);
}
.text-core-color-yellow-90\/70 {
  color: rgb(255 250 235 / 0.7);
}
.text-core-color-yellow-90\/75 {
  color: rgb(255 250 235 / 0.75);
}
.text-core-color-yellow-90\/80 {
  color: rgb(255 250 235 / 0.8);
}
.text-core-color-yellow-90\/90 {
  color: rgb(255 250 235 / 0.9);
}
.text-core-color-yellow-90\/95 {
  color: rgb(255 250 235 / 0.95);
}
.text-core-color-yellow-90\/base-opacity-disabled {
  color: rgb(255 250 235 / 60%);
}
.text-core-color-yellow-90\/core-opacity-0 {
  color: rgb(255 250 235 / 0%);
}
.text-core-color-yellow-90\/core-opacity-10 {
  color: rgb(255 250 235 / 10%);
}
.text-core-color-yellow-90\/core-opacity-100 {
  color: rgb(255 250 235 / 100%);
}
.text-core-color-yellow-90\/core-opacity-20 {
  color: rgb(255 250 235 / 20%);
}
.text-core-color-yellow-90\/core-opacity-30 {
  color: rgb(255 250 235 / 30%);
}
.text-core-color-yellow-90\/core-opacity-40 {
  color: rgb(255 250 235 / 40%);
}
.text-core-color-yellow-90\/core-opacity-50 {
  color: rgb(255 250 235 / 50%);
}
.text-core-color-yellow-90\/core-opacity-60 {
  color: rgb(255 250 235 / 60%);
}
.text-core-color-yellow-90\/core-opacity-70 {
  color: rgb(255 250 235 / 70%);
}
.text-core-color-yellow-90\/core-opacity-80 {
  color: rgb(255 250 235 / 80%);
}
.text-core-color-yellow-90\/core-opacity-90 {
  color: rgb(255 250 235 / 90%);
}
.text-core-transparent {
  color: #00000000;
}
.text-core-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-core-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-core-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-core-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-core-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-core-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-core-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-core-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-core-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-core-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-core-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-core-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-core-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-core-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-core-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-core-transparent\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-core-transparent\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-core-transparent\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-core-transparent\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-core-transparent\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-core-transparent\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-core-transparent\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-core-transparent\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-core-transparent\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-core-transparent\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-core-transparent\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-core-transparent\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-current {
  color: currentColor;
}
.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}
.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}
.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}
.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}
.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}
.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}
.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}
.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}
.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}
.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}
.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}
.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}
.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}
.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}
.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}
.text-cyan-100\/base-opacity-disabled {
  color: rgb(207 250 254 / 60%);
}
.text-cyan-100\/core-opacity-0 {
  color: rgb(207 250 254 / 0%);
}
.text-cyan-100\/core-opacity-10 {
  color: rgb(207 250 254 / 10%);
}
.text-cyan-100\/core-opacity-100 {
  color: rgb(207 250 254 / 100%);
}
.text-cyan-100\/core-opacity-20 {
  color: rgb(207 250 254 / 20%);
}
.text-cyan-100\/core-opacity-30 {
  color: rgb(207 250 254 / 30%);
}
.text-cyan-100\/core-opacity-40 {
  color: rgb(207 250 254 / 40%);
}
.text-cyan-100\/core-opacity-50 {
  color: rgb(207 250 254 / 50%);
}
.text-cyan-100\/core-opacity-60 {
  color: rgb(207 250 254 / 60%);
}
.text-cyan-100\/core-opacity-70 {
  color: rgb(207 250 254 / 70%);
}
.text-cyan-100\/core-opacity-80 {
  color: rgb(207 250 254 / 80%);
}
.text-cyan-100\/core-opacity-90 {
  color: rgb(207 250 254 / 90%);
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}
.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}
.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}
.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}
.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}
.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}
.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}
.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}
.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}
.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}
.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}
.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}
.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}
.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}
.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}
.text-cyan-200\/base-opacity-disabled {
  color: rgb(165 243 252 / 60%);
}
.text-cyan-200\/core-opacity-0 {
  color: rgb(165 243 252 / 0%);
}
.text-cyan-200\/core-opacity-10 {
  color: rgb(165 243 252 / 10%);
}
.text-cyan-200\/core-opacity-100 {
  color: rgb(165 243 252 / 100%);
}
.text-cyan-200\/core-opacity-20 {
  color: rgb(165 243 252 / 20%);
}
.text-cyan-200\/core-opacity-30 {
  color: rgb(165 243 252 / 30%);
}
.text-cyan-200\/core-opacity-40 {
  color: rgb(165 243 252 / 40%);
}
.text-cyan-200\/core-opacity-50 {
  color: rgb(165 243 252 / 50%);
}
.text-cyan-200\/core-opacity-60 {
  color: rgb(165 243 252 / 60%);
}
.text-cyan-200\/core-opacity-70 {
  color: rgb(165 243 252 / 70%);
}
.text-cyan-200\/core-opacity-80 {
  color: rgb(165 243 252 / 80%);
}
.text-cyan-200\/core-opacity-90 {
  color: rgb(165 243 252 / 90%);
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}
.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}
.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}
.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}
.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}
.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}
.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}
.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}
.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}
.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}
.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}
.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}
.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}
.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}
.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}
.text-cyan-300\/base-opacity-disabled {
  color: rgb(103 232 249 / 60%);
}
.text-cyan-300\/core-opacity-0 {
  color: rgb(103 232 249 / 0%);
}
.text-cyan-300\/core-opacity-10 {
  color: rgb(103 232 249 / 10%);
}
.text-cyan-300\/core-opacity-100 {
  color: rgb(103 232 249 / 100%);
}
.text-cyan-300\/core-opacity-20 {
  color: rgb(103 232 249 / 20%);
}
.text-cyan-300\/core-opacity-30 {
  color: rgb(103 232 249 / 30%);
}
.text-cyan-300\/core-opacity-40 {
  color: rgb(103 232 249 / 40%);
}
.text-cyan-300\/core-opacity-50 {
  color: rgb(103 232 249 / 50%);
}
.text-cyan-300\/core-opacity-60 {
  color: rgb(103 232 249 / 60%);
}
.text-cyan-300\/core-opacity-70 {
  color: rgb(103 232 249 / 70%);
}
.text-cyan-300\/core-opacity-80 {
  color: rgb(103 232 249 / 80%);
}
.text-cyan-300\/core-opacity-90 {
  color: rgb(103 232 249 / 90%);
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}
.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}
.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}
.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}
.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}
.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}
.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}
.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}
.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}
.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}
.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}
.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}
.text-cyan-400\/base-opacity-disabled {
  color: rgb(34 211 238 / 60%);
}
.text-cyan-400\/core-opacity-0 {
  color: rgb(34 211 238 / 0%);
}
.text-cyan-400\/core-opacity-10 {
  color: rgb(34 211 238 / 10%);
}
.text-cyan-400\/core-opacity-100 {
  color: rgb(34 211 238 / 100%);
}
.text-cyan-400\/core-opacity-20 {
  color: rgb(34 211 238 / 20%);
}
.text-cyan-400\/core-opacity-30 {
  color: rgb(34 211 238 / 30%);
}
.text-cyan-400\/core-opacity-40 {
  color: rgb(34 211 238 / 40%);
}
.text-cyan-400\/core-opacity-50 {
  color: rgb(34 211 238 / 50%);
}
.text-cyan-400\/core-opacity-60 {
  color: rgb(34 211 238 / 60%);
}
.text-cyan-400\/core-opacity-70 {
  color: rgb(34 211 238 / 70%);
}
.text-cyan-400\/core-opacity-80 {
  color: rgb(34 211 238 / 80%);
}
.text-cyan-400\/core-opacity-90 {
  color: rgb(34 211 238 / 90%);
}
.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}
.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}
.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}
.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}
.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}
.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}
.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}
.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}
.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}
.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}
.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}
.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}
.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}
.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}
.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}
.text-cyan-50\/base-opacity-disabled {
  color: rgb(236 254 255 / 60%);
}
.text-cyan-50\/core-opacity-0 {
  color: rgb(236 254 255 / 0%);
}
.text-cyan-50\/core-opacity-10 {
  color: rgb(236 254 255 / 10%);
}
.text-cyan-50\/core-opacity-100 {
  color: rgb(236 254 255 / 100%);
}
.text-cyan-50\/core-opacity-20 {
  color: rgb(236 254 255 / 20%);
}
.text-cyan-50\/core-opacity-30 {
  color: rgb(236 254 255 / 30%);
}
.text-cyan-50\/core-opacity-40 {
  color: rgb(236 254 255 / 40%);
}
.text-cyan-50\/core-opacity-50 {
  color: rgb(236 254 255 / 50%);
}
.text-cyan-50\/core-opacity-60 {
  color: rgb(236 254 255 / 60%);
}
.text-cyan-50\/core-opacity-70 {
  color: rgb(236 254 255 / 70%);
}
.text-cyan-50\/core-opacity-80 {
  color: rgb(236 254 255 / 80%);
}
.text-cyan-50\/core-opacity-90 {
  color: rgb(236 254 255 / 90%);
}
.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}
.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}
.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}
.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}
.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}
.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}
.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}
.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}
.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}
.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}
.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}
.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}
.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}
.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}
.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}
.text-cyan-500\/base-opacity-disabled {
  color: rgb(6 182 212 / 60%);
}
.text-cyan-500\/core-opacity-0 {
  color: rgb(6 182 212 / 0%);
}
.text-cyan-500\/core-opacity-10 {
  color: rgb(6 182 212 / 10%);
}
.text-cyan-500\/core-opacity-100 {
  color: rgb(6 182 212 / 100%);
}
.text-cyan-500\/core-opacity-20 {
  color: rgb(6 182 212 / 20%);
}
.text-cyan-500\/core-opacity-30 {
  color: rgb(6 182 212 / 30%);
}
.text-cyan-500\/core-opacity-40 {
  color: rgb(6 182 212 / 40%);
}
.text-cyan-500\/core-opacity-50 {
  color: rgb(6 182 212 / 50%);
}
.text-cyan-500\/core-opacity-60 {
  color: rgb(6 182 212 / 60%);
}
.text-cyan-500\/core-opacity-70 {
  color: rgb(6 182 212 / 70%);
}
.text-cyan-500\/core-opacity-80 {
  color: rgb(6 182 212 / 80%);
}
.text-cyan-500\/core-opacity-90 {
  color: rgb(6 182 212 / 90%);
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}
.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}
.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}
.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}
.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}
.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}
.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}
.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}
.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}
.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}
.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}
.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}
.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}
.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}
.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}
.text-cyan-600\/base-opacity-disabled {
  color: rgb(8 145 178 / 60%);
}
.text-cyan-600\/core-opacity-0 {
  color: rgb(8 145 178 / 0%);
}
.text-cyan-600\/core-opacity-10 {
  color: rgb(8 145 178 / 10%);
}
.text-cyan-600\/core-opacity-100 {
  color: rgb(8 145 178 / 100%);
}
.text-cyan-600\/core-opacity-20 {
  color: rgb(8 145 178 / 20%);
}
.text-cyan-600\/core-opacity-30 {
  color: rgb(8 145 178 / 30%);
}
.text-cyan-600\/core-opacity-40 {
  color: rgb(8 145 178 / 40%);
}
.text-cyan-600\/core-opacity-50 {
  color: rgb(8 145 178 / 50%);
}
.text-cyan-600\/core-opacity-60 {
  color: rgb(8 145 178 / 60%);
}
.text-cyan-600\/core-opacity-70 {
  color: rgb(8 145 178 / 70%);
}
.text-cyan-600\/core-opacity-80 {
  color: rgb(8 145 178 / 80%);
}
.text-cyan-600\/core-opacity-90 {
  color: rgb(8 145 178 / 90%);
}
.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}
.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}
.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}
.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}
.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}
.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}
.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}
.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}
.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}
.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}
.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}
.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}
.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}
.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}
.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}
.text-cyan-700\/base-opacity-disabled {
  color: rgb(14 116 144 / 60%);
}
.text-cyan-700\/core-opacity-0 {
  color: rgb(14 116 144 / 0%);
}
.text-cyan-700\/core-opacity-10 {
  color: rgb(14 116 144 / 10%);
}
.text-cyan-700\/core-opacity-100 {
  color: rgb(14 116 144 / 100%);
}
.text-cyan-700\/core-opacity-20 {
  color: rgb(14 116 144 / 20%);
}
.text-cyan-700\/core-opacity-30 {
  color: rgb(14 116 144 / 30%);
}
.text-cyan-700\/core-opacity-40 {
  color: rgb(14 116 144 / 40%);
}
.text-cyan-700\/core-opacity-50 {
  color: rgb(14 116 144 / 50%);
}
.text-cyan-700\/core-opacity-60 {
  color: rgb(14 116 144 / 60%);
}
.text-cyan-700\/core-opacity-70 {
  color: rgb(14 116 144 / 70%);
}
.text-cyan-700\/core-opacity-80 {
  color: rgb(14 116 144 / 80%);
}
.text-cyan-700\/core-opacity-90 {
  color: rgb(14 116 144 / 90%);
}
.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}
.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}
.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}
.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}
.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}
.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}
.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}
.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}
.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}
.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}
.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}
.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}
.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}
.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}
.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}
.text-cyan-800\/base-opacity-disabled {
  color: rgb(21 94 117 / 60%);
}
.text-cyan-800\/core-opacity-0 {
  color: rgb(21 94 117 / 0%);
}
.text-cyan-800\/core-opacity-10 {
  color: rgb(21 94 117 / 10%);
}
.text-cyan-800\/core-opacity-100 {
  color: rgb(21 94 117 / 100%);
}
.text-cyan-800\/core-opacity-20 {
  color: rgb(21 94 117 / 20%);
}
.text-cyan-800\/core-opacity-30 {
  color: rgb(21 94 117 / 30%);
}
.text-cyan-800\/core-opacity-40 {
  color: rgb(21 94 117 / 40%);
}
.text-cyan-800\/core-opacity-50 {
  color: rgb(21 94 117 / 50%);
}
.text-cyan-800\/core-opacity-60 {
  color: rgb(21 94 117 / 60%);
}
.text-cyan-800\/core-opacity-70 {
  color: rgb(21 94 117 / 70%);
}
.text-cyan-800\/core-opacity-80 {
  color: rgb(21 94 117 / 80%);
}
.text-cyan-800\/core-opacity-90 {
  color: rgb(21 94 117 / 90%);
}
.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}
.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}
.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}
.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}
.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}
.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}
.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}
.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}
.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}
.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}
.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}
.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}
.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}
.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}
.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}
.text-cyan-900\/base-opacity-disabled {
  color: rgb(22 78 99 / 60%);
}
.text-cyan-900\/core-opacity-0 {
  color: rgb(22 78 99 / 0%);
}
.text-cyan-900\/core-opacity-10 {
  color: rgb(22 78 99 / 10%);
}
.text-cyan-900\/core-opacity-100 {
  color: rgb(22 78 99 / 100%);
}
.text-cyan-900\/core-opacity-20 {
  color: rgb(22 78 99 / 20%);
}
.text-cyan-900\/core-opacity-30 {
  color: rgb(22 78 99 / 30%);
}
.text-cyan-900\/core-opacity-40 {
  color: rgb(22 78 99 / 40%);
}
.text-cyan-900\/core-opacity-50 {
  color: rgb(22 78 99 / 50%);
}
.text-cyan-900\/core-opacity-60 {
  color: rgb(22 78 99 / 60%);
}
.text-cyan-900\/core-opacity-70 {
  color: rgb(22 78 99 / 70%);
}
.text-cyan-900\/core-opacity-80 {
  color: rgb(22 78 99 / 80%);
}
.text-cyan-900\/core-opacity-90 {
  color: rgb(22 78 99 / 90%);
}
.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}
.text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}
.text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}
.text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}
.text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}
.text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}
.text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}
.text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}
.text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}
.text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}
.text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}
.text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}
.text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}
.text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}
.text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}
.text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}
.text-cyan-950\/base-opacity-disabled {
  color: rgb(8 51 68 / 60%);
}
.text-cyan-950\/core-opacity-0 {
  color: rgb(8 51 68 / 0%);
}
.text-cyan-950\/core-opacity-10 {
  color: rgb(8 51 68 / 10%);
}
.text-cyan-950\/core-opacity-100 {
  color: rgb(8 51 68 / 100%);
}
.text-cyan-950\/core-opacity-20 {
  color: rgb(8 51 68 / 20%);
}
.text-cyan-950\/core-opacity-30 {
  color: rgb(8 51 68 / 30%);
}
.text-cyan-950\/core-opacity-40 {
  color: rgb(8 51 68 / 40%);
}
.text-cyan-950\/core-opacity-50 {
  color: rgb(8 51 68 / 50%);
}
.text-cyan-950\/core-opacity-60 {
  color: rgb(8 51 68 / 60%);
}
.text-cyan-950\/core-opacity-70 {
  color: rgb(8 51 68 / 70%);
}
.text-cyan-950\/core-opacity-80 {
  color: rgb(8 51 68 / 80%);
}
.text-cyan-950\/core-opacity-90 {
  color: rgb(8 51 68 / 90%);
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-danger-light {
  --tw-text-opacity: 1;
  color: rgb(245 86 86 / var(--tw-text-opacity));
}
.text-danger-light\/0 {
  color: rgb(245 86 86 / 0);
}
.text-danger-light\/10 {
  color: rgb(245 86 86 / 0.1);
}
.text-danger-light\/100 {
  color: rgb(245 86 86 / 1);
}
.text-danger-light\/20 {
  color: rgb(245 86 86 / 0.2);
}
.text-danger-light\/25 {
  color: rgb(245 86 86 / 0.25);
}
.text-danger-light\/30 {
  color: rgb(245 86 86 / 0.3);
}
.text-danger-light\/40 {
  color: rgb(245 86 86 / 0.4);
}
.text-danger-light\/5 {
  color: rgb(245 86 86 / 0.05);
}
.text-danger-light\/50 {
  color: rgb(245 86 86 / 0.5);
}
.text-danger-light\/60 {
  color: rgb(245 86 86 / 0.6);
}
.text-danger-light\/70 {
  color: rgb(245 86 86 / 0.7);
}
.text-danger-light\/75 {
  color: rgb(245 86 86 / 0.75);
}
.text-danger-light\/80 {
  color: rgb(245 86 86 / 0.8);
}
.text-danger-light\/90 {
  color: rgb(245 86 86 / 0.9);
}
.text-danger-light\/95 {
  color: rgb(245 86 86 / 0.95);
}
.text-danger-light\/base-opacity-disabled {
  color: rgb(245 86 86 / 60%);
}
.text-danger-light\/core-opacity-0 {
  color: rgb(245 86 86 / 0%);
}
.text-danger-light\/core-opacity-10 {
  color: rgb(245 86 86 / 10%);
}
.text-danger-light\/core-opacity-100 {
  color: rgb(245 86 86 / 100%);
}
.text-danger-light\/core-opacity-20 {
  color: rgb(245 86 86 / 20%);
}
.text-danger-light\/core-opacity-30 {
  color: rgb(245 86 86 / 30%);
}
.text-danger-light\/core-opacity-40 {
  color: rgb(245 86 86 / 40%);
}
.text-danger-light\/core-opacity-50 {
  color: rgb(245 86 86 / 50%);
}
.text-danger-light\/core-opacity-60 {
  color: rgb(245 86 86 / 60%);
}
.text-danger-light\/core-opacity-70 {
  color: rgb(245 86 86 / 70%);
}
.text-danger-light\/core-opacity-80 {
  color: rgb(245 86 86 / 80%);
}
.text-danger-light\/core-opacity-90 {
  color: rgb(245 86 86 / 90%);
}
.text-danger-lighter {
  --tw-text-opacity: 1;
  color: rgb(254 247 247 / var(--tw-text-opacity));
}
.text-danger-lighter\/0 {
  color: rgb(254 247 247 / 0);
}
.text-danger-lighter\/10 {
  color: rgb(254 247 247 / 0.1);
}
.text-danger-lighter\/100 {
  color: rgb(254 247 247 / 1);
}
.text-danger-lighter\/20 {
  color: rgb(254 247 247 / 0.2);
}
.text-danger-lighter\/25 {
  color: rgb(254 247 247 / 0.25);
}
.text-danger-lighter\/30 {
  color: rgb(254 247 247 / 0.3);
}
.text-danger-lighter\/40 {
  color: rgb(254 247 247 / 0.4);
}
.text-danger-lighter\/5 {
  color: rgb(254 247 247 / 0.05);
}
.text-danger-lighter\/50 {
  color: rgb(254 247 247 / 0.5);
}
.text-danger-lighter\/60 {
  color: rgb(254 247 247 / 0.6);
}
.text-danger-lighter\/70 {
  color: rgb(254 247 247 / 0.7);
}
.text-danger-lighter\/75 {
  color: rgb(254 247 247 / 0.75);
}
.text-danger-lighter\/80 {
  color: rgb(254 247 247 / 0.8);
}
.text-danger-lighter\/90 {
  color: rgb(254 247 247 / 0.9);
}
.text-danger-lighter\/95 {
  color: rgb(254 247 247 / 0.95);
}
.text-danger-lighter\/base-opacity-disabled {
  color: rgb(254 247 247 / 60%);
}
.text-danger-lighter\/core-opacity-0 {
  color: rgb(254 247 247 / 0%);
}
.text-danger-lighter\/core-opacity-10 {
  color: rgb(254 247 247 / 10%);
}
.text-danger-lighter\/core-opacity-100 {
  color: rgb(254 247 247 / 100%);
}
.text-danger-lighter\/core-opacity-20 {
  color: rgb(254 247 247 / 20%);
}
.text-danger-lighter\/core-opacity-30 {
  color: rgb(254 247 247 / 30%);
}
.text-danger-lighter\/core-opacity-40 {
  color: rgb(254 247 247 / 40%);
}
.text-danger-lighter\/core-opacity-50 {
  color: rgb(254 247 247 / 50%);
}
.text-danger-lighter\/core-opacity-60 {
  color: rgb(254 247 247 / 60%);
}
.text-danger-lighter\/core-opacity-70 {
  color: rgb(254 247 247 / 70%);
}
.text-danger-lighter\/core-opacity-80 {
  color: rgb(254 247 247 / 80%);
}
.text-danger-lighter\/core-opacity-90 {
  color: rgb(254 247 247 / 90%);
}
.text-danger\/0 {
  color: rgb(239 68 68 / 0);
}
.text-danger\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-danger\/100 {
  color: rgb(239 68 68 / 1);
}
.text-danger\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-danger\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-danger\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-danger\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-danger\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-danger\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-danger\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-danger\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-danger\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-danger\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-danger\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-danger\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-danger\/base-opacity-disabled {
  color: rgb(239 68 68 / 60%);
}
.text-danger\/core-opacity-0 {
  color: rgb(239 68 68 / 0%);
}
.text-danger\/core-opacity-10 {
  color: rgb(239 68 68 / 10%);
}
.text-danger\/core-opacity-100 {
  color: rgb(239 68 68 / 100%);
}
.text-danger\/core-opacity-20 {
  color: rgb(239 68 68 / 20%);
}
.text-danger\/core-opacity-30 {
  color: rgb(239 68 68 / 30%);
}
.text-danger\/core-opacity-40 {
  color: rgb(239 68 68 / 40%);
}
.text-danger\/core-opacity-50 {
  color: rgb(239 68 68 / 50%);
}
.text-danger\/core-opacity-60 {
  color: rgb(239 68 68 / 60%);
}
.text-danger\/core-opacity-70 {
  color: rgb(239 68 68 / 70%);
}
.text-danger\/core-opacity-80 {
  color: rgb(239 68 68 / 80%);
}
.text-danger\/core-opacity-90 {
  color: rgb(239 68 68 / 90%);
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}
.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}
.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}
.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}
.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}
.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}
.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}
.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}
.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}
.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}
.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}
.text-emerald-100\/base-opacity-disabled {
  color: rgb(209 250 229 / 60%);
}
.text-emerald-100\/core-opacity-0 {
  color: rgb(209 250 229 / 0%);
}
.text-emerald-100\/core-opacity-10 {
  color: rgb(209 250 229 / 10%);
}
.text-emerald-100\/core-opacity-100 {
  color: rgb(209 250 229 / 100%);
}
.text-emerald-100\/core-opacity-20 {
  color: rgb(209 250 229 / 20%);
}
.text-emerald-100\/core-opacity-30 {
  color: rgb(209 250 229 / 30%);
}
.text-emerald-100\/core-opacity-40 {
  color: rgb(209 250 229 / 40%);
}
.text-emerald-100\/core-opacity-50 {
  color: rgb(209 250 229 / 50%);
}
.text-emerald-100\/core-opacity-60 {
  color: rgb(209 250 229 / 60%);
}
.text-emerald-100\/core-opacity-70 {
  color: rgb(209 250 229 / 70%);
}
.text-emerald-100\/core-opacity-80 {
  color: rgb(209 250 229 / 80%);
}
.text-emerald-100\/core-opacity-90 {
  color: rgb(209 250 229 / 90%);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}
.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}
.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}
.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}
.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}
.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}
.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}
.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}
.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}
.text-emerald-200\/base-opacity-disabled {
  color: rgb(167 243 208 / 60%);
}
.text-emerald-200\/core-opacity-0 {
  color: rgb(167 243 208 / 0%);
}
.text-emerald-200\/core-opacity-10 {
  color: rgb(167 243 208 / 10%);
}
.text-emerald-200\/core-opacity-100 {
  color: rgb(167 243 208 / 100%);
}
.text-emerald-200\/core-opacity-20 {
  color: rgb(167 243 208 / 20%);
}
.text-emerald-200\/core-opacity-30 {
  color: rgb(167 243 208 / 30%);
}
.text-emerald-200\/core-opacity-40 {
  color: rgb(167 243 208 / 40%);
}
.text-emerald-200\/core-opacity-50 {
  color: rgb(167 243 208 / 50%);
}
.text-emerald-200\/core-opacity-60 {
  color: rgb(167 243 208 / 60%);
}
.text-emerald-200\/core-opacity-70 {
  color: rgb(167 243 208 / 70%);
}
.text-emerald-200\/core-opacity-80 {
  color: rgb(167 243 208 / 80%);
}
.text-emerald-200\/core-opacity-90 {
  color: rgb(167 243 208 / 90%);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}
.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}
.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}
.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}
.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}
.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}
.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}
.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}
.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-emerald-300\/base-opacity-disabled {
  color: rgb(110 231 183 / 60%);
}
.text-emerald-300\/core-opacity-0 {
  color: rgb(110 231 183 / 0%);
}
.text-emerald-300\/core-opacity-10 {
  color: rgb(110 231 183 / 10%);
}
.text-emerald-300\/core-opacity-100 {
  color: rgb(110 231 183 / 100%);
}
.text-emerald-300\/core-opacity-20 {
  color: rgb(110 231 183 / 20%);
}
.text-emerald-300\/core-opacity-30 {
  color: rgb(110 231 183 / 30%);
}
.text-emerald-300\/core-opacity-40 {
  color: rgb(110 231 183 / 40%);
}
.text-emerald-300\/core-opacity-50 {
  color: rgb(110 231 183 / 50%);
}
.text-emerald-300\/core-opacity-60 {
  color: rgb(110 231 183 / 60%);
}
.text-emerald-300\/core-opacity-70 {
  color: rgb(110 231 183 / 70%);
}
.text-emerald-300\/core-opacity-80 {
  color: rgb(110 231 183 / 80%);
}
.text-emerald-300\/core-opacity-90 {
  color: rgb(110 231 183 / 90%);
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}
.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}
.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-emerald-400\/base-opacity-disabled {
  color: rgb(52 211 153 / 60%);
}
.text-emerald-400\/core-opacity-0 {
  color: rgb(52 211 153 / 0%);
}
.text-emerald-400\/core-opacity-10 {
  color: rgb(52 211 153 / 10%);
}
.text-emerald-400\/core-opacity-100 {
  color: rgb(52 211 153 / 100%);
}
.text-emerald-400\/core-opacity-20 {
  color: rgb(52 211 153 / 20%);
}
.text-emerald-400\/core-opacity-30 {
  color: rgb(52 211 153 / 30%);
}
.text-emerald-400\/core-opacity-40 {
  color: rgb(52 211 153 / 40%);
}
.text-emerald-400\/core-opacity-50 {
  color: rgb(52 211 153 / 50%);
}
.text-emerald-400\/core-opacity-60 {
  color: rgb(52 211 153 / 60%);
}
.text-emerald-400\/core-opacity-70 {
  color: rgb(52 211 153 / 70%);
}
.text-emerald-400\/core-opacity-80 {
  color: rgb(52 211 153 / 80%);
}
.text-emerald-400\/core-opacity-90 {
  color: rgb(52 211 153 / 90%);
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}
.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}
.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-emerald-50\/base-opacity-disabled {
  color: rgb(236 253 245 / 60%);
}
.text-emerald-50\/core-opacity-0 {
  color: rgb(236 253 245 / 0%);
}
.text-emerald-50\/core-opacity-10 {
  color: rgb(236 253 245 / 10%);
}
.text-emerald-50\/core-opacity-100 {
  color: rgb(236 253 245 / 100%);
}
.text-emerald-50\/core-opacity-20 {
  color: rgb(236 253 245 / 20%);
}
.text-emerald-50\/core-opacity-30 {
  color: rgb(236 253 245 / 30%);
}
.text-emerald-50\/core-opacity-40 {
  color: rgb(236 253 245 / 40%);
}
.text-emerald-50\/core-opacity-50 {
  color: rgb(236 253 245 / 50%);
}
.text-emerald-50\/core-opacity-60 {
  color: rgb(236 253 245 / 60%);
}
.text-emerald-50\/core-opacity-70 {
  color: rgb(236 253 245 / 70%);
}
.text-emerald-50\/core-opacity-80 {
  color: rgb(236 253 245 / 80%);
}
.text-emerald-50\/core-opacity-90 {
  color: rgb(236 253 245 / 90%);
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}
.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}
.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-emerald-500\/base-opacity-disabled {
  color: rgb(16 185 129 / 60%);
}
.text-emerald-500\/core-opacity-0 {
  color: rgb(16 185 129 / 0%);
}
.text-emerald-500\/core-opacity-10 {
  color: rgb(16 185 129 / 10%);
}
.text-emerald-500\/core-opacity-100 {
  color: rgb(16 185 129 / 100%);
}
.text-emerald-500\/core-opacity-20 {
  color: rgb(16 185 129 / 20%);
}
.text-emerald-500\/core-opacity-30 {
  color: rgb(16 185 129 / 30%);
}
.text-emerald-500\/core-opacity-40 {
  color: rgb(16 185 129 / 40%);
}
.text-emerald-500\/core-opacity-50 {
  color: rgb(16 185 129 / 50%);
}
.text-emerald-500\/core-opacity-60 {
  color: rgb(16 185 129 / 60%);
}
.text-emerald-500\/core-opacity-70 {
  color: rgb(16 185 129 / 70%);
}
.text-emerald-500\/core-opacity-80 {
  color: rgb(16 185 129 / 80%);
}
.text-emerald-500\/core-opacity-90 {
  color: rgb(16 185 129 / 90%);
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}
.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}
.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.text-emerald-600\/base-opacity-disabled {
  color: rgb(5 150 105 / 60%);
}
.text-emerald-600\/core-opacity-0 {
  color: rgb(5 150 105 / 0%);
}
.text-emerald-600\/core-opacity-10 {
  color: rgb(5 150 105 / 10%);
}
.text-emerald-600\/core-opacity-100 {
  color: rgb(5 150 105 / 100%);
}
.text-emerald-600\/core-opacity-20 {
  color: rgb(5 150 105 / 20%);
}
.text-emerald-600\/core-opacity-30 {
  color: rgb(5 150 105 / 30%);
}
.text-emerald-600\/core-opacity-40 {
  color: rgb(5 150 105 / 40%);
}
.text-emerald-600\/core-opacity-50 {
  color: rgb(5 150 105 / 50%);
}
.text-emerald-600\/core-opacity-60 {
  color: rgb(5 150 105 / 60%);
}
.text-emerald-600\/core-opacity-70 {
  color: rgb(5 150 105 / 70%);
}
.text-emerald-600\/core-opacity-80 {
  color: rgb(5 150 105 / 80%);
}
.text-emerald-600\/core-opacity-90 {
  color: rgb(5 150 105 / 90%);
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}
.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}
.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}
.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}
.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}
.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}
.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}
.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}
.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}
.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}
.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}
.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}
.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}
.text-emerald-700\/base-opacity-disabled {
  color: rgb(4 120 87 / 60%);
}
.text-emerald-700\/core-opacity-0 {
  color: rgb(4 120 87 / 0%);
}
.text-emerald-700\/core-opacity-10 {
  color: rgb(4 120 87 / 10%);
}
.text-emerald-700\/core-opacity-100 {
  color: rgb(4 120 87 / 100%);
}
.text-emerald-700\/core-opacity-20 {
  color: rgb(4 120 87 / 20%);
}
.text-emerald-700\/core-opacity-30 {
  color: rgb(4 120 87 / 30%);
}
.text-emerald-700\/core-opacity-40 {
  color: rgb(4 120 87 / 40%);
}
.text-emerald-700\/core-opacity-50 {
  color: rgb(4 120 87 / 50%);
}
.text-emerald-700\/core-opacity-60 {
  color: rgb(4 120 87 / 60%);
}
.text-emerald-700\/core-opacity-70 {
  color: rgb(4 120 87 / 70%);
}
.text-emerald-700\/core-opacity-80 {
  color: rgb(4 120 87 / 80%);
}
.text-emerald-700\/core-opacity-90 {
  color: rgb(4 120 87 / 90%);
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}
.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}
.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}
.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}
.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}
.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}
.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}
.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}
.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}
.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}
.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}
.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.text-emerald-800\/base-opacity-disabled {
  color: rgb(6 95 70 / 60%);
}
.text-emerald-800\/core-opacity-0 {
  color: rgb(6 95 70 / 0%);
}
.text-emerald-800\/core-opacity-10 {
  color: rgb(6 95 70 / 10%);
}
.text-emerald-800\/core-opacity-100 {
  color: rgb(6 95 70 / 100%);
}
.text-emerald-800\/core-opacity-20 {
  color: rgb(6 95 70 / 20%);
}
.text-emerald-800\/core-opacity-30 {
  color: rgb(6 95 70 / 30%);
}
.text-emerald-800\/core-opacity-40 {
  color: rgb(6 95 70 / 40%);
}
.text-emerald-800\/core-opacity-50 {
  color: rgb(6 95 70 / 50%);
}
.text-emerald-800\/core-opacity-60 {
  color: rgb(6 95 70 / 60%);
}
.text-emerald-800\/core-opacity-70 {
  color: rgb(6 95 70 / 70%);
}
.text-emerald-800\/core-opacity-80 {
  color: rgb(6 95 70 / 80%);
}
.text-emerald-800\/core-opacity-90 {
  color: rgb(6 95 70 / 90%);
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}
.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}
.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.text-emerald-900\/base-opacity-disabled {
  color: rgb(6 78 59 / 60%);
}
.text-emerald-900\/core-opacity-0 {
  color: rgb(6 78 59 / 0%);
}
.text-emerald-900\/core-opacity-10 {
  color: rgb(6 78 59 / 10%);
}
.text-emerald-900\/core-opacity-100 {
  color: rgb(6 78 59 / 100%);
}
.text-emerald-900\/core-opacity-20 {
  color: rgb(6 78 59 / 20%);
}
.text-emerald-900\/core-opacity-30 {
  color: rgb(6 78 59 / 30%);
}
.text-emerald-900\/core-opacity-40 {
  color: rgb(6 78 59 / 40%);
}
.text-emerald-900\/core-opacity-50 {
  color: rgb(6 78 59 / 50%);
}
.text-emerald-900\/core-opacity-60 {
  color: rgb(6 78 59 / 60%);
}
.text-emerald-900\/core-opacity-70 {
  color: rgb(6 78 59 / 70%);
}
.text-emerald-900\/core-opacity-80 {
  color: rgb(6 78 59 / 80%);
}
.text-emerald-900\/core-opacity-90 {
  color: rgb(6 78 59 / 90%);
}
.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
.text-emerald-950\/0 {
  color: rgb(2 44 34 / 0);
}
.text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1);
}
.text-emerald-950\/100 {
  color: rgb(2 44 34 / 1);
}
.text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2);
}
.text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25);
}
.text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3);
}
.text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4);
}
.text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05);
}
.text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5);
}
.text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6);
}
.text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7);
}
.text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75);
}
.text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8);
}
.text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9);
}
.text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95);
}
.text-emerald-950\/base-opacity-disabled {
  color: rgb(2 44 34 / 60%);
}
.text-emerald-950\/core-opacity-0 {
  color: rgb(2 44 34 / 0%);
}
.text-emerald-950\/core-opacity-10 {
  color: rgb(2 44 34 / 10%);
}
.text-emerald-950\/core-opacity-100 {
  color: rgb(2 44 34 / 100%);
}
.text-emerald-950\/core-opacity-20 {
  color: rgb(2 44 34 / 20%);
}
.text-emerald-950\/core-opacity-30 {
  color: rgb(2 44 34 / 30%);
}
.text-emerald-950\/core-opacity-40 {
  color: rgb(2 44 34 / 40%);
}
.text-emerald-950\/core-opacity-50 {
  color: rgb(2 44 34 / 50%);
}
.text-emerald-950\/core-opacity-60 {
  color: rgb(2 44 34 / 60%);
}
.text-emerald-950\/core-opacity-70 {
  color: rgb(2 44 34 / 70%);
}
.text-emerald-950\/core-opacity-80 {
  color: rgb(2 44 34 / 80%);
}
.text-emerald-950\/core-opacity-90 {
  color: rgb(2 44 34 / 90%);
}
.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}
.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}
.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}
.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}
.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}
.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}
.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}
.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}
.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}
.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}
.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}
.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}
.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}
.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}
.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}
.text-fuchsia-100\/base-opacity-disabled {
  color: rgb(250 232 255 / 60%);
}
.text-fuchsia-100\/core-opacity-0 {
  color: rgb(250 232 255 / 0%);
}
.text-fuchsia-100\/core-opacity-10 {
  color: rgb(250 232 255 / 10%);
}
.text-fuchsia-100\/core-opacity-100 {
  color: rgb(250 232 255 / 100%);
}
.text-fuchsia-100\/core-opacity-20 {
  color: rgb(250 232 255 / 20%);
}
.text-fuchsia-100\/core-opacity-30 {
  color: rgb(250 232 255 / 30%);
}
.text-fuchsia-100\/core-opacity-40 {
  color: rgb(250 232 255 / 40%);
}
.text-fuchsia-100\/core-opacity-50 {
  color: rgb(250 232 255 / 50%);
}
.text-fuchsia-100\/core-opacity-60 {
  color: rgb(250 232 255 / 60%);
}
.text-fuchsia-100\/core-opacity-70 {
  color: rgb(250 232 255 / 70%);
}
.text-fuchsia-100\/core-opacity-80 {
  color: rgb(250 232 255 / 80%);
}
.text-fuchsia-100\/core-opacity-90 {
  color: rgb(250 232 255 / 90%);
}
.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}
.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}
.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}
.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}
.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}
.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}
.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}
.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}
.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}
.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}
.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}
.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}
.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}
.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}
.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}
.text-fuchsia-200\/base-opacity-disabled {
  color: rgb(245 208 254 / 60%);
}
.text-fuchsia-200\/core-opacity-0 {
  color: rgb(245 208 254 / 0%);
}
.text-fuchsia-200\/core-opacity-10 {
  color: rgb(245 208 254 / 10%);
}
.text-fuchsia-200\/core-opacity-100 {
  color: rgb(245 208 254 / 100%);
}
.text-fuchsia-200\/core-opacity-20 {
  color: rgb(245 208 254 / 20%);
}
.text-fuchsia-200\/core-opacity-30 {
  color: rgb(245 208 254 / 30%);
}
.text-fuchsia-200\/core-opacity-40 {
  color: rgb(245 208 254 / 40%);
}
.text-fuchsia-200\/core-opacity-50 {
  color: rgb(245 208 254 / 50%);
}
.text-fuchsia-200\/core-opacity-60 {
  color: rgb(245 208 254 / 60%);
}
.text-fuchsia-200\/core-opacity-70 {
  color: rgb(245 208 254 / 70%);
}
.text-fuchsia-200\/core-opacity-80 {
  color: rgb(245 208 254 / 80%);
}
.text-fuchsia-200\/core-opacity-90 {
  color: rgb(245 208 254 / 90%);
}
.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}
.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}
.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}
.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}
.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}
.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}
.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}
.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}
.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}
.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}
.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}
.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}
.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}
.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}
.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}
.text-fuchsia-300\/base-opacity-disabled {
  color: rgb(240 171 252 / 60%);
}
.text-fuchsia-300\/core-opacity-0 {
  color: rgb(240 171 252 / 0%);
}
.text-fuchsia-300\/core-opacity-10 {
  color: rgb(240 171 252 / 10%);
}
.text-fuchsia-300\/core-opacity-100 {
  color: rgb(240 171 252 / 100%);
}
.text-fuchsia-300\/core-opacity-20 {
  color: rgb(240 171 252 / 20%);
}
.text-fuchsia-300\/core-opacity-30 {
  color: rgb(240 171 252 / 30%);
}
.text-fuchsia-300\/core-opacity-40 {
  color: rgb(240 171 252 / 40%);
}
.text-fuchsia-300\/core-opacity-50 {
  color: rgb(240 171 252 / 50%);
}
.text-fuchsia-300\/core-opacity-60 {
  color: rgb(240 171 252 / 60%);
}
.text-fuchsia-300\/core-opacity-70 {
  color: rgb(240 171 252 / 70%);
}
.text-fuchsia-300\/core-opacity-80 {
  color: rgb(240 171 252 / 80%);
}
.text-fuchsia-300\/core-opacity-90 {
  color: rgb(240 171 252 / 90%);
}
.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}
.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}
.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}
.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}
.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}
.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}
.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}
.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}
.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}
.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}
.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}
.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}
.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}
.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}
.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}
.text-fuchsia-400\/base-opacity-disabled {
  color: rgb(232 121 249 / 60%);
}
.text-fuchsia-400\/core-opacity-0 {
  color: rgb(232 121 249 / 0%);
}
.text-fuchsia-400\/core-opacity-10 {
  color: rgb(232 121 249 / 10%);
}
.text-fuchsia-400\/core-opacity-100 {
  color: rgb(232 121 249 / 100%);
}
.text-fuchsia-400\/core-opacity-20 {
  color: rgb(232 121 249 / 20%);
}
.text-fuchsia-400\/core-opacity-30 {
  color: rgb(232 121 249 / 30%);
}
.text-fuchsia-400\/core-opacity-40 {
  color: rgb(232 121 249 / 40%);
}
.text-fuchsia-400\/core-opacity-50 {
  color: rgb(232 121 249 / 50%);
}
.text-fuchsia-400\/core-opacity-60 {
  color: rgb(232 121 249 / 60%);
}
.text-fuchsia-400\/core-opacity-70 {
  color: rgb(232 121 249 / 70%);
}
.text-fuchsia-400\/core-opacity-80 {
  color: rgb(232 121 249 / 80%);
}
.text-fuchsia-400\/core-opacity-90 {
  color: rgb(232 121 249 / 90%);
}
.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}
.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}
.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}
.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}
.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}
.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}
.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}
.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}
.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}
.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}
.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}
.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}
.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}
.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}
.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}
.text-fuchsia-50\/base-opacity-disabled {
  color: rgb(253 244 255 / 60%);
}
.text-fuchsia-50\/core-opacity-0 {
  color: rgb(253 244 255 / 0%);
}
.text-fuchsia-50\/core-opacity-10 {
  color: rgb(253 244 255 / 10%);
}
.text-fuchsia-50\/core-opacity-100 {
  color: rgb(253 244 255 / 100%);
}
.text-fuchsia-50\/core-opacity-20 {
  color: rgb(253 244 255 / 20%);
}
.text-fuchsia-50\/core-opacity-30 {
  color: rgb(253 244 255 / 30%);
}
.text-fuchsia-50\/core-opacity-40 {
  color: rgb(253 244 255 / 40%);
}
.text-fuchsia-50\/core-opacity-50 {
  color: rgb(253 244 255 / 50%);
}
.text-fuchsia-50\/core-opacity-60 {
  color: rgb(253 244 255 / 60%);
}
.text-fuchsia-50\/core-opacity-70 {
  color: rgb(253 244 255 / 70%);
}
.text-fuchsia-50\/core-opacity-80 {
  color: rgb(253 244 255 / 80%);
}
.text-fuchsia-50\/core-opacity-90 {
  color: rgb(253 244 255 / 90%);
}
.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}
.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}
.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}
.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}
.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}
.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}
.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}
.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}
.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}
.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}
.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}
.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}
.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}
.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}
.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}
.text-fuchsia-500\/base-opacity-disabled {
  color: rgb(217 70 239 / 60%);
}
.text-fuchsia-500\/core-opacity-0 {
  color: rgb(217 70 239 / 0%);
}
.text-fuchsia-500\/core-opacity-10 {
  color: rgb(217 70 239 / 10%);
}
.text-fuchsia-500\/core-opacity-100 {
  color: rgb(217 70 239 / 100%);
}
.text-fuchsia-500\/core-opacity-20 {
  color: rgb(217 70 239 / 20%);
}
.text-fuchsia-500\/core-opacity-30 {
  color: rgb(217 70 239 / 30%);
}
.text-fuchsia-500\/core-opacity-40 {
  color: rgb(217 70 239 / 40%);
}
.text-fuchsia-500\/core-opacity-50 {
  color: rgb(217 70 239 / 50%);
}
.text-fuchsia-500\/core-opacity-60 {
  color: rgb(217 70 239 / 60%);
}
.text-fuchsia-500\/core-opacity-70 {
  color: rgb(217 70 239 / 70%);
}
.text-fuchsia-500\/core-opacity-80 {
  color: rgb(217 70 239 / 80%);
}
.text-fuchsia-500\/core-opacity-90 {
  color: rgb(217 70 239 / 90%);
}
.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}
.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}
.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}
.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}
.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}
.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}
.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}
.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}
.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}
.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}
.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}
.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}
.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}
.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}
.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}
.text-fuchsia-600\/base-opacity-disabled {
  color: rgb(192 38 211 / 60%);
}
.text-fuchsia-600\/core-opacity-0 {
  color: rgb(192 38 211 / 0%);
}
.text-fuchsia-600\/core-opacity-10 {
  color: rgb(192 38 211 / 10%);
}
.text-fuchsia-600\/core-opacity-100 {
  color: rgb(192 38 211 / 100%);
}
.text-fuchsia-600\/core-opacity-20 {
  color: rgb(192 38 211 / 20%);
}
.text-fuchsia-600\/core-opacity-30 {
  color: rgb(192 38 211 / 30%);
}
.text-fuchsia-600\/core-opacity-40 {
  color: rgb(192 38 211 / 40%);
}
.text-fuchsia-600\/core-opacity-50 {
  color: rgb(192 38 211 / 50%);
}
.text-fuchsia-600\/core-opacity-60 {
  color: rgb(192 38 211 / 60%);
}
.text-fuchsia-600\/core-opacity-70 {
  color: rgb(192 38 211 / 70%);
}
.text-fuchsia-600\/core-opacity-80 {
  color: rgb(192 38 211 / 80%);
}
.text-fuchsia-600\/core-opacity-90 {
  color: rgb(192 38 211 / 90%);
}
.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}
.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}
.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}
.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}
.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}
.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}
.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}
.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}
.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}
.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}
.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}
.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}
.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}
.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}
.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}
.text-fuchsia-700\/base-opacity-disabled {
  color: rgb(162 28 175 / 60%);
}
.text-fuchsia-700\/core-opacity-0 {
  color: rgb(162 28 175 / 0%);
}
.text-fuchsia-700\/core-opacity-10 {
  color: rgb(162 28 175 / 10%);
}
.text-fuchsia-700\/core-opacity-100 {
  color: rgb(162 28 175 / 100%);
}
.text-fuchsia-700\/core-opacity-20 {
  color: rgb(162 28 175 / 20%);
}
.text-fuchsia-700\/core-opacity-30 {
  color: rgb(162 28 175 / 30%);
}
.text-fuchsia-700\/core-opacity-40 {
  color: rgb(162 28 175 / 40%);
}
.text-fuchsia-700\/core-opacity-50 {
  color: rgb(162 28 175 / 50%);
}
.text-fuchsia-700\/core-opacity-60 {
  color: rgb(162 28 175 / 60%);
}
.text-fuchsia-700\/core-opacity-70 {
  color: rgb(162 28 175 / 70%);
}
.text-fuchsia-700\/core-opacity-80 {
  color: rgb(162 28 175 / 80%);
}
.text-fuchsia-700\/core-opacity-90 {
  color: rgb(162 28 175 / 90%);
}
.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}
.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}
.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}
.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}
.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}
.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}
.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}
.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}
.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}
.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}
.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}
.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}
.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}
.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}
.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}
.text-fuchsia-800\/base-opacity-disabled {
  color: rgb(134 25 143 / 60%);
}
.text-fuchsia-800\/core-opacity-0 {
  color: rgb(134 25 143 / 0%);
}
.text-fuchsia-800\/core-opacity-10 {
  color: rgb(134 25 143 / 10%);
}
.text-fuchsia-800\/core-opacity-100 {
  color: rgb(134 25 143 / 100%);
}
.text-fuchsia-800\/core-opacity-20 {
  color: rgb(134 25 143 / 20%);
}
.text-fuchsia-800\/core-opacity-30 {
  color: rgb(134 25 143 / 30%);
}
.text-fuchsia-800\/core-opacity-40 {
  color: rgb(134 25 143 / 40%);
}
.text-fuchsia-800\/core-opacity-50 {
  color: rgb(134 25 143 / 50%);
}
.text-fuchsia-800\/core-opacity-60 {
  color: rgb(134 25 143 / 60%);
}
.text-fuchsia-800\/core-opacity-70 {
  color: rgb(134 25 143 / 70%);
}
.text-fuchsia-800\/core-opacity-80 {
  color: rgb(134 25 143 / 80%);
}
.text-fuchsia-800\/core-opacity-90 {
  color: rgb(134 25 143 / 90%);
}
.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}
.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}
.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}
.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}
.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}
.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}
.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}
.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}
.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}
.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}
.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}
.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}
.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}
.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}
.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}
.text-fuchsia-900\/base-opacity-disabled {
  color: rgb(112 26 117 / 60%);
}
.text-fuchsia-900\/core-opacity-0 {
  color: rgb(112 26 117 / 0%);
}
.text-fuchsia-900\/core-opacity-10 {
  color: rgb(112 26 117 / 10%);
}
.text-fuchsia-900\/core-opacity-100 {
  color: rgb(112 26 117 / 100%);
}
.text-fuchsia-900\/core-opacity-20 {
  color: rgb(112 26 117 / 20%);
}
.text-fuchsia-900\/core-opacity-30 {
  color: rgb(112 26 117 / 30%);
}
.text-fuchsia-900\/core-opacity-40 {
  color: rgb(112 26 117 / 40%);
}
.text-fuchsia-900\/core-opacity-50 {
  color: rgb(112 26 117 / 50%);
}
.text-fuchsia-900\/core-opacity-60 {
  color: rgb(112 26 117 / 60%);
}
.text-fuchsia-900\/core-opacity-70 {
  color: rgb(112 26 117 / 70%);
}
.text-fuchsia-900\/core-opacity-80 {
  color: rgb(112 26 117 / 80%);
}
.text-fuchsia-900\/core-opacity-90 {
  color: rgb(112 26 117 / 90%);
}
.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}
.text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}
.text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}
.text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}
.text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}
.text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}
.text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}
.text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}
.text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}
.text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}
.text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}
.text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}
.text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}
.text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}
.text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}
.text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}
.text-fuchsia-950\/base-opacity-disabled {
  color: rgb(74 4 78 / 60%);
}
.text-fuchsia-950\/core-opacity-0 {
  color: rgb(74 4 78 / 0%);
}
.text-fuchsia-950\/core-opacity-10 {
  color: rgb(74 4 78 / 10%);
}
.text-fuchsia-950\/core-opacity-100 {
  color: rgb(74 4 78 / 100%);
}
.text-fuchsia-950\/core-opacity-20 {
  color: rgb(74 4 78 / 20%);
}
.text-fuchsia-950\/core-opacity-30 {
  color: rgb(74 4 78 / 30%);
}
.text-fuchsia-950\/core-opacity-40 {
  color: rgb(74 4 78 / 40%);
}
.text-fuchsia-950\/core-opacity-50 {
  color: rgb(74 4 78 / 50%);
}
.text-fuchsia-950\/core-opacity-60 {
  color: rgb(74 4 78 / 60%);
}
.text-fuchsia-950\/core-opacity-70 {
  color: rgb(74 4 78 / 70%);
}
.text-fuchsia-950\/core-opacity-80 {
  color: rgb(74 4 78 / 80%);
}
.text-fuchsia-950\/core-opacity-90 {
  color: rgb(74 4 78 / 90%);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-gray-100\/base-opacity-disabled {
  color: rgb(243 244 246 / 60%);
}
.text-gray-100\/core-opacity-0 {
  color: rgb(243 244 246 / 0%);
}
.text-gray-100\/core-opacity-10 {
  color: rgb(243 244 246 / 10%);
}
.text-gray-100\/core-opacity-100 {
  color: rgb(243 244 246 / 100%);
}
.text-gray-100\/core-opacity-20 {
  color: rgb(243 244 246 / 20%);
}
.text-gray-100\/core-opacity-30 {
  color: rgb(243 244 246 / 30%);
}
.text-gray-100\/core-opacity-40 {
  color: rgb(243 244 246 / 40%);
}
.text-gray-100\/core-opacity-50 {
  color: rgb(243 244 246 / 50%);
}
.text-gray-100\/core-opacity-60 {
  color: rgb(243 244 246 / 60%);
}
.text-gray-100\/core-opacity-70 {
  color: rgb(243 244 246 / 70%);
}
.text-gray-100\/core-opacity-80 {
  color: rgb(243 244 246 / 80%);
}
.text-gray-100\/core-opacity-90 {
  color: rgb(243 244 246 / 90%);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-gray-200\/base-opacity-disabled {
  color: rgb(229 231 235 / 60%);
}
.text-gray-200\/core-opacity-0 {
  color: rgb(229 231 235 / 0%);
}
.text-gray-200\/core-opacity-10 {
  color: rgb(229 231 235 / 10%);
}
.text-gray-200\/core-opacity-100 {
  color: rgb(229 231 235 / 100%);
}
.text-gray-200\/core-opacity-20 {
  color: rgb(229 231 235 / 20%);
}
.text-gray-200\/core-opacity-30 {
  color: rgb(229 231 235 / 30%);
}
.text-gray-200\/core-opacity-40 {
  color: rgb(229 231 235 / 40%);
}
.text-gray-200\/core-opacity-50 {
  color: rgb(229 231 235 / 50%);
}
.text-gray-200\/core-opacity-60 {
  color: rgb(229 231 235 / 60%);
}
.text-gray-200\/core-opacity-70 {
  color: rgb(229 231 235 / 70%);
}
.text-gray-200\/core-opacity-80 {
  color: rgb(229 231 235 / 80%);
}
.text-gray-200\/core-opacity-90 {
  color: rgb(229 231 235 / 90%);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-gray-300\/base-opacity-disabled {
  color: rgb(209 213 219 / 60%);
}
.text-gray-300\/core-opacity-0 {
  color: rgb(209 213 219 / 0%);
}
.text-gray-300\/core-opacity-10 {
  color: rgb(209 213 219 / 10%);
}
.text-gray-300\/core-opacity-100 {
  color: rgb(209 213 219 / 100%);
}
.text-gray-300\/core-opacity-20 {
  color: rgb(209 213 219 / 20%);
}
.text-gray-300\/core-opacity-30 {
  color: rgb(209 213 219 / 30%);
}
.text-gray-300\/core-opacity-40 {
  color: rgb(209 213 219 / 40%);
}
.text-gray-300\/core-opacity-50 {
  color: rgb(209 213 219 / 50%);
}
.text-gray-300\/core-opacity-60 {
  color: rgb(209 213 219 / 60%);
}
.text-gray-300\/core-opacity-70 {
  color: rgb(209 213 219 / 70%);
}
.text-gray-300\/core-opacity-80 {
  color: rgb(209 213 219 / 80%);
}
.text-gray-300\/core-opacity-90 {
  color: rgb(209 213 219 / 90%);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-gray-400\/base-opacity-disabled {
  color: rgb(156 163 175 / 60%);
}
.text-gray-400\/core-opacity-0 {
  color: rgb(156 163 175 / 0%);
}
.text-gray-400\/core-opacity-10 {
  color: rgb(156 163 175 / 10%);
}
.text-gray-400\/core-opacity-100 {
  color: rgb(156 163 175 / 100%);
}
.text-gray-400\/core-opacity-20 {
  color: rgb(156 163 175 / 20%);
}
.text-gray-400\/core-opacity-30 {
  color: rgb(156 163 175 / 30%);
}
.text-gray-400\/core-opacity-40 {
  color: rgb(156 163 175 / 40%);
}
.text-gray-400\/core-opacity-50 {
  color: rgb(156 163 175 / 50%);
}
.text-gray-400\/core-opacity-60 {
  color: rgb(156 163 175 / 60%);
}
.text-gray-400\/core-opacity-70 {
  color: rgb(156 163 175 / 70%);
}
.text-gray-400\/core-opacity-80 {
  color: rgb(156 163 175 / 80%);
}
.text-gray-400\/core-opacity-90 {
  color: rgb(156 163 175 / 90%);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-gray-50\/base-opacity-disabled {
  color: rgb(249 250 251 / 60%);
}
.text-gray-50\/core-opacity-0 {
  color: rgb(249 250 251 / 0%);
}
.text-gray-50\/core-opacity-10 {
  color: rgb(249 250 251 / 10%);
}
.text-gray-50\/core-opacity-100 {
  color: rgb(249 250 251 / 100%);
}
.text-gray-50\/core-opacity-20 {
  color: rgb(249 250 251 / 20%);
}
.text-gray-50\/core-opacity-30 {
  color: rgb(249 250 251 / 30%);
}
.text-gray-50\/core-opacity-40 {
  color: rgb(249 250 251 / 40%);
}
.text-gray-50\/core-opacity-50 {
  color: rgb(249 250 251 / 50%);
}
.text-gray-50\/core-opacity-60 {
  color: rgb(249 250 251 / 60%);
}
.text-gray-50\/core-opacity-70 {
  color: rgb(249 250 251 / 70%);
}
.text-gray-50\/core-opacity-80 {
  color: rgb(249 250 251 / 80%);
}
.text-gray-50\/core-opacity-90 {
  color: rgb(249 250 251 / 90%);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-gray-500\/base-opacity-disabled {
  color: rgb(107 114 128 / 60%);
}
.text-gray-500\/core-opacity-0 {
  color: rgb(107 114 128 / 0%);
}
.text-gray-500\/core-opacity-10 {
  color: rgb(107 114 128 / 10%);
}
.text-gray-500\/core-opacity-100 {
  color: rgb(107 114 128 / 100%);
}
.text-gray-500\/core-opacity-20 {
  color: rgb(107 114 128 / 20%);
}
.text-gray-500\/core-opacity-30 {
  color: rgb(107 114 128 / 30%);
}
.text-gray-500\/core-opacity-40 {
  color: rgb(107 114 128 / 40%);
}
.text-gray-500\/core-opacity-50 {
  color: rgb(107 114 128 / 50%);
}
.text-gray-500\/core-opacity-60 {
  color: rgb(107 114 128 / 60%);
}
.text-gray-500\/core-opacity-70 {
  color: rgb(107 114 128 / 70%);
}
.text-gray-500\/core-opacity-80 {
  color: rgb(107 114 128 / 80%);
}
.text-gray-500\/core-opacity-90 {
  color: rgb(107 114 128 / 90%);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-gray-600\/base-opacity-disabled {
  color: rgb(75 85 99 / 60%);
}
.text-gray-600\/core-opacity-0 {
  color: rgb(75 85 99 / 0%);
}
.text-gray-600\/core-opacity-10 {
  color: rgb(75 85 99 / 10%);
}
.text-gray-600\/core-opacity-100 {
  color: rgb(75 85 99 / 100%);
}
.text-gray-600\/core-opacity-20 {
  color: rgb(75 85 99 / 20%);
}
.text-gray-600\/core-opacity-30 {
  color: rgb(75 85 99 / 30%);
}
.text-gray-600\/core-opacity-40 {
  color: rgb(75 85 99 / 40%);
}
.text-gray-600\/core-opacity-50 {
  color: rgb(75 85 99 / 50%);
}
.text-gray-600\/core-opacity-60 {
  color: rgb(75 85 99 / 60%);
}
.text-gray-600\/core-opacity-70 {
  color: rgb(75 85 99 / 70%);
}
.text-gray-600\/core-opacity-80 {
  color: rgb(75 85 99 / 80%);
}
.text-gray-600\/core-opacity-90 {
  color: rgb(75 85 99 / 90%);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-gray-700\/base-opacity-disabled {
  color: rgb(55 65 81 / 60%);
}
.text-gray-700\/core-opacity-0 {
  color: rgb(55 65 81 / 0%);
}
.text-gray-700\/core-opacity-10 {
  color: rgb(55 65 81 / 10%);
}
.text-gray-700\/core-opacity-100 {
  color: rgb(55 65 81 / 100%);
}
.text-gray-700\/core-opacity-20 {
  color: rgb(55 65 81 / 20%);
}
.text-gray-700\/core-opacity-30 {
  color: rgb(55 65 81 / 30%);
}
.text-gray-700\/core-opacity-40 {
  color: rgb(55 65 81 / 40%);
}
.text-gray-700\/core-opacity-50 {
  color: rgb(55 65 81 / 50%);
}
.text-gray-700\/core-opacity-60 {
  color: rgb(55 65 81 / 60%);
}
.text-gray-700\/core-opacity-70 {
  color: rgb(55 65 81 / 70%);
}
.text-gray-700\/core-opacity-80 {
  color: rgb(55 65 81 / 80%);
}
.text-gray-700\/core-opacity-90 {
  color: rgb(55 65 81 / 90%);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-gray-800\/base-opacity-disabled {
  color: rgb(31 41 55 / 60%);
}
.text-gray-800\/core-opacity-0 {
  color: rgb(31 41 55 / 0%);
}
.text-gray-800\/core-opacity-10 {
  color: rgb(31 41 55 / 10%);
}
.text-gray-800\/core-opacity-100 {
  color: rgb(31 41 55 / 100%);
}
.text-gray-800\/core-opacity-20 {
  color: rgb(31 41 55 / 20%);
}
.text-gray-800\/core-opacity-30 {
  color: rgb(31 41 55 / 30%);
}
.text-gray-800\/core-opacity-40 {
  color: rgb(31 41 55 / 40%);
}
.text-gray-800\/core-opacity-50 {
  color: rgb(31 41 55 / 50%);
}
.text-gray-800\/core-opacity-60 {
  color: rgb(31 41 55 / 60%);
}
.text-gray-800\/core-opacity-70 {
  color: rgb(31 41 55 / 70%);
}
.text-gray-800\/core-opacity-80 {
  color: rgb(31 41 55 / 80%);
}
.text-gray-800\/core-opacity-90 {
  color: rgb(31 41 55 / 90%);
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-gray-900\/base-opacity-disabled {
  color: rgb(17 24 39 / 60%);
}
.text-gray-900\/core-opacity-0 {
  color: rgb(17 24 39 / 0%);
}
.text-gray-900\/core-opacity-10 {
  color: rgb(17 24 39 / 10%);
}
.text-gray-900\/core-opacity-100 {
  color: rgb(17 24 39 / 100%);
}
.text-gray-900\/core-opacity-20 {
  color: rgb(17 24 39 / 20%);
}
.text-gray-900\/core-opacity-30 {
  color: rgb(17 24 39 / 30%);
}
.text-gray-900\/core-opacity-40 {
  color: rgb(17 24 39 / 40%);
}
.text-gray-900\/core-opacity-50 {
  color: rgb(17 24 39 / 50%);
}
.text-gray-900\/core-opacity-60 {
  color: rgb(17 24 39 / 60%);
}
.text-gray-900\/core-opacity-70 {
  color: rgb(17 24 39 / 70%);
}
.text-gray-900\/core-opacity-80 {
  color: rgb(17 24 39 / 80%);
}
.text-gray-900\/core-opacity-90 {
  color: rgb(17 24 39 / 90%);
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}
.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}
.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}
.text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}
.text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}
.text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}
.text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}
.text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}
.text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}
.text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}
.text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}
.text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}
.text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}
.text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}
.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}
.text-gray-950\/base-opacity-disabled {
  color: rgb(3 7 18 / 60%);
}
.text-gray-950\/core-opacity-0 {
  color: rgb(3 7 18 / 0%);
}
.text-gray-950\/core-opacity-10 {
  color: rgb(3 7 18 / 10%);
}
.text-gray-950\/core-opacity-100 {
  color: rgb(3 7 18 / 100%);
}
.text-gray-950\/core-opacity-20 {
  color: rgb(3 7 18 / 20%);
}
.text-gray-950\/core-opacity-30 {
  color: rgb(3 7 18 / 30%);
}
.text-gray-950\/core-opacity-40 {
  color: rgb(3 7 18 / 40%);
}
.text-gray-950\/core-opacity-50 {
  color: rgb(3 7 18 / 50%);
}
.text-gray-950\/core-opacity-60 {
  color: rgb(3 7 18 / 60%);
}
.text-gray-950\/core-opacity-70 {
  color: rgb(3 7 18 / 70%);
}
.text-gray-950\/core-opacity-80 {
  color: rgb(3 7 18 / 80%);
}
.text-gray-950\/core-opacity-90 {
  color: rgb(3 7 18 / 90%);
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.text-green-100\/0 {
  color: rgb(209 250 229 / 0);
}
.text-green-100\/10 {
  color: rgb(209 250 229 / 0.1);
}
.text-green-100\/100 {
  color: rgb(209 250 229 / 1);
}
.text-green-100\/20 {
  color: rgb(209 250 229 / 0.2);
}
.text-green-100\/25 {
  color: rgb(209 250 229 / 0.25);
}
.text-green-100\/30 {
  color: rgb(209 250 229 / 0.3);
}
.text-green-100\/40 {
  color: rgb(209 250 229 / 0.4);
}
.text-green-100\/5 {
  color: rgb(209 250 229 / 0.05);
}
.text-green-100\/50 {
  color: rgb(209 250 229 / 0.5);
}
.text-green-100\/60 {
  color: rgb(209 250 229 / 0.6);
}
.text-green-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-green-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.text-green-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.text-green-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-green-100\/95 {
  color: rgb(209 250 229 / 0.95);
}
.text-green-100\/base-opacity-disabled {
  color: rgb(209 250 229 / 60%);
}
.text-green-100\/core-opacity-0 {
  color: rgb(209 250 229 / 0%);
}
.text-green-100\/core-opacity-10 {
  color: rgb(209 250 229 / 10%);
}
.text-green-100\/core-opacity-100 {
  color: rgb(209 250 229 / 100%);
}
.text-green-100\/core-opacity-20 {
  color: rgb(209 250 229 / 20%);
}
.text-green-100\/core-opacity-30 {
  color: rgb(209 250 229 / 30%);
}
.text-green-100\/core-opacity-40 {
  color: rgb(209 250 229 / 40%);
}
.text-green-100\/core-opacity-50 {
  color: rgb(209 250 229 / 50%);
}
.text-green-100\/core-opacity-60 {
  color: rgb(209 250 229 / 60%);
}
.text-green-100\/core-opacity-70 {
  color: rgb(209 250 229 / 70%);
}
.text-green-100\/core-opacity-80 {
  color: rgb(209 250 229 / 80%);
}
.text-green-100\/core-opacity-90 {
  color: rgb(209 250 229 / 90%);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.text-green-200\/0 {
  color: rgb(167 243 208 / 0);
}
.text-green-200\/10 {
  color: rgb(167 243 208 / 0.1);
}
.text-green-200\/100 {
  color: rgb(167 243 208 / 1);
}
.text-green-200\/20 {
  color: rgb(167 243 208 / 0.2);
}
.text-green-200\/25 {
  color: rgb(167 243 208 / 0.25);
}
.text-green-200\/30 {
  color: rgb(167 243 208 / 0.3);
}
.text-green-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.text-green-200\/5 {
  color: rgb(167 243 208 / 0.05);
}
.text-green-200\/50 {
  color: rgb(167 243 208 / 0.5);
}
.text-green-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.text-green-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.text-green-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.text-green-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-green-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-green-200\/95 {
  color: rgb(167 243 208 / 0.95);
}
.text-green-200\/base-opacity-disabled {
  color: rgb(167 243 208 / 60%);
}
.text-green-200\/core-opacity-0 {
  color: rgb(167 243 208 / 0%);
}
.text-green-200\/core-opacity-10 {
  color: rgb(167 243 208 / 10%);
}
.text-green-200\/core-opacity-100 {
  color: rgb(167 243 208 / 100%);
}
.text-green-200\/core-opacity-20 {
  color: rgb(167 243 208 / 20%);
}
.text-green-200\/core-opacity-30 {
  color: rgb(167 243 208 / 30%);
}
.text-green-200\/core-opacity-40 {
  color: rgb(167 243 208 / 40%);
}
.text-green-200\/core-opacity-50 {
  color: rgb(167 243 208 / 50%);
}
.text-green-200\/core-opacity-60 {
  color: rgb(167 243 208 / 60%);
}
.text-green-200\/core-opacity-70 {
  color: rgb(167 243 208 / 70%);
}
.text-green-200\/core-opacity-80 {
  color: rgb(167 243 208 / 80%);
}
.text-green-200\/core-opacity-90 {
  color: rgb(167 243 208 / 90%);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-green-300\/0 {
  color: rgb(110 231 183 / 0);
}
.text-green-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.text-green-300\/100 {
  color: rgb(110 231 183 / 1);
}
.text-green-300\/20 {
  color: rgb(110 231 183 / 0.2);
}
.text-green-300\/25 {
  color: rgb(110 231 183 / 0.25);
}
.text-green-300\/30 {
  color: rgb(110 231 183 / 0.3);
}
.text-green-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.text-green-300\/5 {
  color: rgb(110 231 183 / 0.05);
}
.text-green-300\/50 {
  color: rgb(110 231 183 / 0.5);
}
.text-green-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.text-green-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-green-300\/75 {
  color: rgb(110 231 183 / 0.75);
}
.text-green-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-green-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-green-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-green-300\/base-opacity-disabled {
  color: rgb(110 231 183 / 60%);
}
.text-green-300\/core-opacity-0 {
  color: rgb(110 231 183 / 0%);
}
.text-green-300\/core-opacity-10 {
  color: rgb(110 231 183 / 10%);
}
.text-green-300\/core-opacity-100 {
  color: rgb(110 231 183 / 100%);
}
.text-green-300\/core-opacity-20 {
  color: rgb(110 231 183 / 20%);
}
.text-green-300\/core-opacity-30 {
  color: rgb(110 231 183 / 30%);
}
.text-green-300\/core-opacity-40 {
  color: rgb(110 231 183 / 40%);
}
.text-green-300\/core-opacity-50 {
  color: rgb(110 231 183 / 50%);
}
.text-green-300\/core-opacity-60 {
  color: rgb(110 231 183 / 60%);
}
.text-green-300\/core-opacity-70 {
  color: rgb(110 231 183 / 70%);
}
.text-green-300\/core-opacity-80 {
  color: rgb(110 231 183 / 80%);
}
.text-green-300\/core-opacity-90 {
  color: rgb(110 231 183 / 90%);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-green-400\/0 {
  color: rgb(52 211 153 / 0);
}
.text-green-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-green-400\/100 {
  color: rgb(52 211 153 / 1);
}
.text-green-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-green-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-green-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-green-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-green-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-green-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-green-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-green-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-green-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-green-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-green-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-green-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-green-400\/base-opacity-disabled {
  color: rgb(52 211 153 / 60%);
}
.text-green-400\/core-opacity-0 {
  color: rgb(52 211 153 / 0%);
}
.text-green-400\/core-opacity-10 {
  color: rgb(52 211 153 / 10%);
}
.text-green-400\/core-opacity-100 {
  color: rgb(52 211 153 / 100%);
}
.text-green-400\/core-opacity-20 {
  color: rgb(52 211 153 / 20%);
}
.text-green-400\/core-opacity-30 {
  color: rgb(52 211 153 / 30%);
}
.text-green-400\/core-opacity-40 {
  color: rgb(52 211 153 / 40%);
}
.text-green-400\/core-opacity-50 {
  color: rgb(52 211 153 / 50%);
}
.text-green-400\/core-opacity-60 {
  color: rgb(52 211 153 / 60%);
}
.text-green-400\/core-opacity-70 {
  color: rgb(52 211 153 / 70%);
}
.text-green-400\/core-opacity-80 {
  color: rgb(52 211 153 / 80%);
}
.text-green-400\/core-opacity-90 {
  color: rgb(52 211 153 / 90%);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.text-green-50\/0 {
  color: rgb(236 253 245 / 0);
}
.text-green-50\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-green-50\/100 {
  color: rgb(236 253 245 / 1);
}
.text-green-50\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-green-50\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-green-50\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-green-50\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-green-50\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-green-50\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-green-50\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-green-50\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-green-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-green-50\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-green-50\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-green-50\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-green-50\/base-opacity-disabled {
  color: rgb(236 253 245 / 60%);
}
.text-green-50\/core-opacity-0 {
  color: rgb(236 253 245 / 0%);
}
.text-green-50\/core-opacity-10 {
  color: rgb(236 253 245 / 10%);
}
.text-green-50\/core-opacity-100 {
  color: rgb(236 253 245 / 100%);
}
.text-green-50\/core-opacity-20 {
  color: rgb(236 253 245 / 20%);
}
.text-green-50\/core-opacity-30 {
  color: rgb(236 253 245 / 30%);
}
.text-green-50\/core-opacity-40 {
  color: rgb(236 253 245 / 40%);
}
.text-green-50\/core-opacity-50 {
  color: rgb(236 253 245 / 50%);
}
.text-green-50\/core-opacity-60 {
  color: rgb(236 253 245 / 60%);
}
.text-green-50\/core-opacity-70 {
  color: rgb(236 253 245 / 70%);
}
.text-green-50\/core-opacity-80 {
  color: rgb(236 253 245 / 80%);
}
.text-green-50\/core-opacity-90 {
  color: rgb(236 253 245 / 90%);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-green-500\/0 {
  color: rgb(16 185 129 / 0);
}
.text-green-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-green-500\/100 {
  color: rgb(16 185 129 / 1);
}
.text-green-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-green-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-green-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-green-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-green-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-green-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-green-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-green-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-green-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-green-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-green-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-green-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-green-500\/base-opacity-disabled {
  color: rgb(16 185 129 / 60%);
}
.text-green-500\/core-opacity-0 {
  color: rgb(16 185 129 / 0%);
}
.text-green-500\/core-opacity-10 {
  color: rgb(16 185 129 / 10%);
}
.text-green-500\/core-opacity-100 {
  color: rgb(16 185 129 / 100%);
}
.text-green-500\/core-opacity-20 {
  color: rgb(16 185 129 / 20%);
}
.text-green-500\/core-opacity-30 {
  color: rgb(16 185 129 / 30%);
}
.text-green-500\/core-opacity-40 {
  color: rgb(16 185 129 / 40%);
}
.text-green-500\/core-opacity-50 {
  color: rgb(16 185 129 / 50%);
}
.text-green-500\/core-opacity-60 {
  color: rgb(16 185 129 / 60%);
}
.text-green-500\/core-opacity-70 {
  color: rgb(16 185 129 / 70%);
}
.text-green-500\/core-opacity-80 {
  color: rgb(16 185 129 / 80%);
}
.text-green-500\/core-opacity-90 {
  color: rgb(16 185 129 / 90%);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-green-600\/0 {
  color: rgb(5 150 105 / 0);
}
.text-green-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.text-green-600\/100 {
  color: rgb(5 150 105 / 1);
}
.text-green-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.text-green-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.text-green-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.text-green-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.text-green-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.text-green-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.text-green-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.text-green-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.text-green-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.text-green-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.text-green-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.text-green-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.text-green-600\/base-opacity-disabled {
  color: rgb(5 150 105 / 60%);
}
.text-green-600\/core-opacity-0 {
  color: rgb(5 150 105 / 0%);
}
.text-green-600\/core-opacity-10 {
  color: rgb(5 150 105 / 10%);
}
.text-green-600\/core-opacity-100 {
  color: rgb(5 150 105 / 100%);
}
.text-green-600\/core-opacity-20 {
  color: rgb(5 150 105 / 20%);
}
.text-green-600\/core-opacity-30 {
  color: rgb(5 150 105 / 30%);
}
.text-green-600\/core-opacity-40 {
  color: rgb(5 150 105 / 40%);
}
.text-green-600\/core-opacity-50 {
  color: rgb(5 150 105 / 50%);
}
.text-green-600\/core-opacity-60 {
  color: rgb(5 150 105 / 60%);
}
.text-green-600\/core-opacity-70 {
  color: rgb(5 150 105 / 70%);
}
.text-green-600\/core-opacity-80 {
  color: rgb(5 150 105 / 80%);
}
.text-green-600\/core-opacity-90 {
  color: rgb(5 150 105 / 90%);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-green-700\/0 {
  color: rgb(4 120 87 / 0);
}
.text-green-700\/10 {
  color: rgb(4 120 87 / 0.1);
}
.text-green-700\/100 {
  color: rgb(4 120 87 / 1);
}
.text-green-700\/20 {
  color: rgb(4 120 87 / 0.2);
}
.text-green-700\/25 {
  color: rgb(4 120 87 / 0.25);
}
.text-green-700\/30 {
  color: rgb(4 120 87 / 0.3);
}
.text-green-700\/40 {
  color: rgb(4 120 87 / 0.4);
}
.text-green-700\/5 {
  color: rgb(4 120 87 / 0.05);
}
.text-green-700\/50 {
  color: rgb(4 120 87 / 0.5);
}
.text-green-700\/60 {
  color: rgb(4 120 87 / 0.6);
}
.text-green-700\/70 {
  color: rgb(4 120 87 / 0.7);
}
.text-green-700\/75 {
  color: rgb(4 120 87 / 0.75);
}
.text-green-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.text-green-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.text-green-700\/95 {
  color: rgb(4 120 87 / 0.95);
}
.text-green-700\/base-opacity-disabled {
  color: rgb(4 120 87 / 60%);
}
.text-green-700\/core-opacity-0 {
  color: rgb(4 120 87 / 0%);
}
.text-green-700\/core-opacity-10 {
  color: rgb(4 120 87 / 10%);
}
.text-green-700\/core-opacity-100 {
  color: rgb(4 120 87 / 100%);
}
.text-green-700\/core-opacity-20 {
  color: rgb(4 120 87 / 20%);
}
.text-green-700\/core-opacity-30 {
  color: rgb(4 120 87 / 30%);
}
.text-green-700\/core-opacity-40 {
  color: rgb(4 120 87 / 40%);
}
.text-green-700\/core-opacity-50 {
  color: rgb(4 120 87 / 50%);
}
.text-green-700\/core-opacity-60 {
  color: rgb(4 120 87 / 60%);
}
.text-green-700\/core-opacity-70 {
  color: rgb(4 120 87 / 70%);
}
.text-green-700\/core-opacity-80 {
  color: rgb(4 120 87 / 80%);
}
.text-green-700\/core-opacity-90 {
  color: rgb(4 120 87 / 90%);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.text-green-800\/0 {
  color: rgb(6 95 70 / 0);
}
.text-green-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.text-green-800\/100 {
  color: rgb(6 95 70 / 1);
}
.text-green-800\/20 {
  color: rgb(6 95 70 / 0.2);
}
.text-green-800\/25 {
  color: rgb(6 95 70 / 0.25);
}
.text-green-800\/30 {
  color: rgb(6 95 70 / 0.3);
}
.text-green-800\/40 {
  color: rgb(6 95 70 / 0.4);
}
.text-green-800\/5 {
  color: rgb(6 95 70 / 0.05);
}
.text-green-800\/50 {
  color: rgb(6 95 70 / 0.5);
}
.text-green-800\/60 {
  color: rgb(6 95 70 / 0.6);
}
.text-green-800\/70 {
  color: rgb(6 95 70 / 0.7);
}
.text-green-800\/75 {
  color: rgb(6 95 70 / 0.75);
}
.text-green-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.text-green-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-green-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.text-green-800\/base-opacity-disabled {
  color: rgb(6 95 70 / 60%);
}
.text-green-800\/core-opacity-0 {
  color: rgb(6 95 70 / 0%);
}
.text-green-800\/core-opacity-10 {
  color: rgb(6 95 70 / 10%);
}
.text-green-800\/core-opacity-100 {
  color: rgb(6 95 70 / 100%);
}
.text-green-800\/core-opacity-20 {
  color: rgb(6 95 70 / 20%);
}
.text-green-800\/core-opacity-30 {
  color: rgb(6 95 70 / 30%);
}
.text-green-800\/core-opacity-40 {
  color: rgb(6 95 70 / 40%);
}
.text-green-800\/core-opacity-50 {
  color: rgb(6 95 70 / 50%);
}
.text-green-800\/core-opacity-60 {
  color: rgb(6 95 70 / 60%);
}
.text-green-800\/core-opacity-70 {
  color: rgb(6 95 70 / 70%);
}
.text-green-800\/core-opacity-80 {
  color: rgb(6 95 70 / 80%);
}
.text-green-800\/core-opacity-90 {
  color: rgb(6 95 70 / 90%);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.text-green-900\/0 {
  color: rgb(6 78 59 / 0);
}
.text-green-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.text-green-900\/100 {
  color: rgb(6 78 59 / 1);
}
.text-green-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.text-green-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.text-green-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.text-green-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.text-green-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.text-green-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.text-green-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.text-green-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.text-green-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.text-green-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.text-green-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.text-green-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.text-green-900\/base-opacity-disabled {
  color: rgb(6 78 59 / 60%);
}
.text-green-900\/core-opacity-0 {
  color: rgb(6 78 59 / 0%);
}
.text-green-900\/core-opacity-10 {
  color: rgb(6 78 59 / 10%);
}
.text-green-900\/core-opacity-100 {
  color: rgb(6 78 59 / 100%);
}
.text-green-900\/core-opacity-20 {
  color: rgb(6 78 59 / 20%);
}
.text-green-900\/core-opacity-30 {
  color: rgb(6 78 59 / 30%);
}
.text-green-900\/core-opacity-40 {
  color: rgb(6 78 59 / 40%);
}
.text-green-900\/core-opacity-50 {
  color: rgb(6 78 59 / 50%);
}
.text-green-900\/core-opacity-60 {
  color: rgb(6 78 59 / 60%);
}
.text-green-900\/core-opacity-70 {
  color: rgb(6 78 59 / 70%);
}
.text-green-900\/core-opacity-80 {
  color: rgb(6 78 59 / 80%);
}
.text-green-900\/core-opacity-90 {
  color: rgb(6 78 59 / 90%);
}
.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
.text-green-950\/0 {
  color: rgb(2 44 34 / 0);
}
.text-green-950\/10 {
  color: rgb(2 44 34 / 0.1);
}
.text-green-950\/100 {
  color: rgb(2 44 34 / 1);
}
.text-green-950\/20 {
  color: rgb(2 44 34 / 0.2);
}
.text-green-950\/25 {
  color: rgb(2 44 34 / 0.25);
}
.text-green-950\/30 {
  color: rgb(2 44 34 / 0.3);
}
.text-green-950\/40 {
  color: rgb(2 44 34 / 0.4);
}
.text-green-950\/5 {
  color: rgb(2 44 34 / 0.05);
}
.text-green-950\/50 {
  color: rgb(2 44 34 / 0.5);
}
.text-green-950\/60 {
  color: rgb(2 44 34 / 0.6);
}
.text-green-950\/70 {
  color: rgb(2 44 34 / 0.7);
}
.text-green-950\/75 {
  color: rgb(2 44 34 / 0.75);
}
.text-green-950\/80 {
  color: rgb(2 44 34 / 0.8);
}
.text-green-950\/90 {
  color: rgb(2 44 34 / 0.9);
}
.text-green-950\/95 {
  color: rgb(2 44 34 / 0.95);
}
.text-green-950\/base-opacity-disabled {
  color: rgb(2 44 34 / 60%);
}
.text-green-950\/core-opacity-0 {
  color: rgb(2 44 34 / 0%);
}
.text-green-950\/core-opacity-10 {
  color: rgb(2 44 34 / 10%);
}
.text-green-950\/core-opacity-100 {
  color: rgb(2 44 34 / 100%);
}
.text-green-950\/core-opacity-20 {
  color: rgb(2 44 34 / 20%);
}
.text-green-950\/core-opacity-30 {
  color: rgb(2 44 34 / 30%);
}
.text-green-950\/core-opacity-40 {
  color: rgb(2 44 34 / 40%);
}
.text-green-950\/core-opacity-50 {
  color: rgb(2 44 34 / 50%);
}
.text-green-950\/core-opacity-60 {
  color: rgb(2 44 34 / 60%);
}
.text-green-950\/core-opacity-70 {
  color: rgb(2 44 34 / 70%);
}
.text-green-950\/core-opacity-80 {
  color: rgb(2 44 34 / 80%);
}
.text-green-950\/core-opacity-90 {
  color: rgb(2 44 34 / 90%);
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}
.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}
.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}
.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}
.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}
.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}
.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}
.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}
.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}
.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}
.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}
.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}
.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}
.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}
.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}
.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}
.text-indigo-100\/base-opacity-disabled {
  color: rgb(224 231 255 / 60%);
}
.text-indigo-100\/core-opacity-0 {
  color: rgb(224 231 255 / 0%);
}
.text-indigo-100\/core-opacity-10 {
  color: rgb(224 231 255 / 10%);
}
.text-indigo-100\/core-opacity-100 {
  color: rgb(224 231 255 / 100%);
}
.text-indigo-100\/core-opacity-20 {
  color: rgb(224 231 255 / 20%);
}
.text-indigo-100\/core-opacity-30 {
  color: rgb(224 231 255 / 30%);
}
.text-indigo-100\/core-opacity-40 {
  color: rgb(224 231 255 / 40%);
}
.text-indigo-100\/core-opacity-50 {
  color: rgb(224 231 255 / 50%);
}
.text-indigo-100\/core-opacity-60 {
  color: rgb(224 231 255 / 60%);
}
.text-indigo-100\/core-opacity-70 {
  color: rgb(224 231 255 / 70%);
}
.text-indigo-100\/core-opacity-80 {
  color: rgb(224 231 255 / 80%);
}
.text-indigo-100\/core-opacity-90 {
  color: rgb(224 231 255 / 90%);
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}
.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}
.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}
.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}
.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}
.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}
.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}
.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}
.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}
.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}
.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}
.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}
.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}
.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}
.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}
.text-indigo-200\/base-opacity-disabled {
  color: rgb(199 210 254 / 60%);
}
.text-indigo-200\/core-opacity-0 {
  color: rgb(199 210 254 / 0%);
}
.text-indigo-200\/core-opacity-10 {
  color: rgb(199 210 254 / 10%);
}
.text-indigo-200\/core-opacity-100 {
  color: rgb(199 210 254 / 100%);
}
.text-indigo-200\/core-opacity-20 {
  color: rgb(199 210 254 / 20%);
}
.text-indigo-200\/core-opacity-30 {
  color: rgb(199 210 254 / 30%);
}
.text-indigo-200\/core-opacity-40 {
  color: rgb(199 210 254 / 40%);
}
.text-indigo-200\/core-opacity-50 {
  color: rgb(199 210 254 / 50%);
}
.text-indigo-200\/core-opacity-60 {
  color: rgb(199 210 254 / 60%);
}
.text-indigo-200\/core-opacity-70 {
  color: rgb(199 210 254 / 70%);
}
.text-indigo-200\/core-opacity-80 {
  color: rgb(199 210 254 / 80%);
}
.text-indigo-200\/core-opacity-90 {
  color: rgb(199 210 254 / 90%);
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}
.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}
.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}
.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}
.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}
.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}
.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}
.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}
.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}
.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}
.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}
.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}
.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}
.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}
.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}
.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}
.text-indigo-300\/base-opacity-disabled {
  color: rgb(165 180 252 / 60%);
}
.text-indigo-300\/core-opacity-0 {
  color: rgb(165 180 252 / 0%);
}
.text-indigo-300\/core-opacity-10 {
  color: rgb(165 180 252 / 10%);
}
.text-indigo-300\/core-opacity-100 {
  color: rgb(165 180 252 / 100%);
}
.text-indigo-300\/core-opacity-20 {
  color: rgb(165 180 252 / 20%);
}
.text-indigo-300\/core-opacity-30 {
  color: rgb(165 180 252 / 30%);
}
.text-indigo-300\/core-opacity-40 {
  color: rgb(165 180 252 / 40%);
}
.text-indigo-300\/core-opacity-50 {
  color: rgb(165 180 252 / 50%);
}
.text-indigo-300\/core-opacity-60 {
  color: rgb(165 180 252 / 60%);
}
.text-indigo-300\/core-opacity-70 {
  color: rgb(165 180 252 / 70%);
}
.text-indigo-300\/core-opacity-80 {
  color: rgb(165 180 252 / 80%);
}
.text-indigo-300\/core-opacity-90 {
  color: rgb(165 180 252 / 90%);
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}
.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}
.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}
.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}
.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}
.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}
.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}
.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}
.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}
.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}
.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}
.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}
.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}
.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}
.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}
.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}
.text-indigo-400\/base-opacity-disabled {
  color: rgb(129 140 248 / 60%);
}
.text-indigo-400\/core-opacity-0 {
  color: rgb(129 140 248 / 0%);
}
.text-indigo-400\/core-opacity-10 {
  color: rgb(129 140 248 / 10%);
}
.text-indigo-400\/core-opacity-100 {
  color: rgb(129 140 248 / 100%);
}
.text-indigo-400\/core-opacity-20 {
  color: rgb(129 140 248 / 20%);
}
.text-indigo-400\/core-opacity-30 {
  color: rgb(129 140 248 / 30%);
}
.text-indigo-400\/core-opacity-40 {
  color: rgb(129 140 248 / 40%);
}
.text-indigo-400\/core-opacity-50 {
  color: rgb(129 140 248 / 50%);
}
.text-indigo-400\/core-opacity-60 {
  color: rgb(129 140 248 / 60%);
}
.text-indigo-400\/core-opacity-70 {
  color: rgb(129 140 248 / 70%);
}
.text-indigo-400\/core-opacity-80 {
  color: rgb(129 140 248 / 80%);
}
.text-indigo-400\/core-opacity-90 {
  color: rgb(129 140 248 / 90%);
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}
.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}
.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}
.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}
.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}
.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}
.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}
.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}
.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}
.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}
.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}
.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}
.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}
.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}
.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}
.text-indigo-50\/base-opacity-disabled {
  color: rgb(238 242 255 / 60%);
}
.text-indigo-50\/core-opacity-0 {
  color: rgb(238 242 255 / 0%);
}
.text-indigo-50\/core-opacity-10 {
  color: rgb(238 242 255 / 10%);
}
.text-indigo-50\/core-opacity-100 {
  color: rgb(238 242 255 / 100%);
}
.text-indigo-50\/core-opacity-20 {
  color: rgb(238 242 255 / 20%);
}
.text-indigo-50\/core-opacity-30 {
  color: rgb(238 242 255 / 30%);
}
.text-indigo-50\/core-opacity-40 {
  color: rgb(238 242 255 / 40%);
}
.text-indigo-50\/core-opacity-50 {
  color: rgb(238 242 255 / 50%);
}
.text-indigo-50\/core-opacity-60 {
  color: rgb(238 242 255 / 60%);
}
.text-indigo-50\/core-opacity-70 {
  color: rgb(238 242 255 / 70%);
}
.text-indigo-50\/core-opacity-80 {
  color: rgb(238 242 255 / 80%);
}
.text-indigo-50\/core-opacity-90 {
  color: rgb(238 242 255 / 90%);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}
.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}
.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}
.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}
.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}
.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}
.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}
.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}
.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}
.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}
.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}
.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}
.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}
.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.text-indigo-500\/base-opacity-disabled {
  color: rgb(99 102 241 / 60%);
}
.text-indigo-500\/core-opacity-0 {
  color: rgb(99 102 241 / 0%);
}
.text-indigo-500\/core-opacity-10 {
  color: rgb(99 102 241 / 10%);
}
.text-indigo-500\/core-opacity-100 {
  color: rgb(99 102 241 / 100%);
}
.text-indigo-500\/core-opacity-20 {
  color: rgb(99 102 241 / 20%);
}
.text-indigo-500\/core-opacity-30 {
  color: rgb(99 102 241 / 30%);
}
.text-indigo-500\/core-opacity-40 {
  color: rgb(99 102 241 / 40%);
}
.text-indigo-500\/core-opacity-50 {
  color: rgb(99 102 241 / 50%);
}
.text-indigo-500\/core-opacity-60 {
  color: rgb(99 102 241 / 60%);
}
.text-indigo-500\/core-opacity-70 {
  color: rgb(99 102 241 / 70%);
}
.text-indigo-500\/core-opacity-80 {
  color: rgb(99 102 241 / 80%);
}
.text-indigo-500\/core-opacity-90 {
  color: rgb(99 102 241 / 90%);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}
.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}
.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}
.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}
.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}
.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}
.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}
.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}
.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}
.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}
.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}
.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}
.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}
.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}
.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}
.text-indigo-600\/base-opacity-disabled {
  color: rgb(79 70 229 / 60%);
}
.text-indigo-600\/core-opacity-0 {
  color: rgb(79 70 229 / 0%);
}
.text-indigo-600\/core-opacity-10 {
  color: rgb(79 70 229 / 10%);
}
.text-indigo-600\/core-opacity-100 {
  color: rgb(79 70 229 / 100%);
}
.text-indigo-600\/core-opacity-20 {
  color: rgb(79 70 229 / 20%);
}
.text-indigo-600\/core-opacity-30 {
  color: rgb(79 70 229 / 30%);
}
.text-indigo-600\/core-opacity-40 {
  color: rgb(79 70 229 / 40%);
}
.text-indigo-600\/core-opacity-50 {
  color: rgb(79 70 229 / 50%);
}
.text-indigo-600\/core-opacity-60 {
  color: rgb(79 70 229 / 60%);
}
.text-indigo-600\/core-opacity-70 {
  color: rgb(79 70 229 / 70%);
}
.text-indigo-600\/core-opacity-80 {
  color: rgb(79 70 229 / 80%);
}
.text-indigo-600\/core-opacity-90 {
  color: rgb(79 70 229 / 90%);
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}
.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}
.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}
.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}
.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}
.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}
.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}
.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}
.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}
.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}
.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}
.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}
.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}
.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}
.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}
.text-indigo-700\/base-opacity-disabled {
  color: rgb(67 56 202 / 60%);
}
.text-indigo-700\/core-opacity-0 {
  color: rgb(67 56 202 / 0%);
}
.text-indigo-700\/core-opacity-10 {
  color: rgb(67 56 202 / 10%);
}
.text-indigo-700\/core-opacity-100 {
  color: rgb(67 56 202 / 100%);
}
.text-indigo-700\/core-opacity-20 {
  color: rgb(67 56 202 / 20%);
}
.text-indigo-700\/core-opacity-30 {
  color: rgb(67 56 202 / 30%);
}
.text-indigo-700\/core-opacity-40 {
  color: rgb(67 56 202 / 40%);
}
.text-indigo-700\/core-opacity-50 {
  color: rgb(67 56 202 / 50%);
}
.text-indigo-700\/core-opacity-60 {
  color: rgb(67 56 202 / 60%);
}
.text-indigo-700\/core-opacity-70 {
  color: rgb(67 56 202 / 70%);
}
.text-indigo-700\/core-opacity-80 {
  color: rgb(67 56 202 / 80%);
}
.text-indigo-700\/core-opacity-90 {
  color: rgb(67 56 202 / 90%);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}
.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}
.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}
.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}
.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}
.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}
.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}
.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}
.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}
.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}
.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}
.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}
.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}
.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}
.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}
.text-indigo-800\/base-opacity-disabled {
  color: rgb(55 48 163 / 60%);
}
.text-indigo-800\/core-opacity-0 {
  color: rgb(55 48 163 / 0%);
}
.text-indigo-800\/core-opacity-10 {
  color: rgb(55 48 163 / 10%);
}
.text-indigo-800\/core-opacity-100 {
  color: rgb(55 48 163 / 100%);
}
.text-indigo-800\/core-opacity-20 {
  color: rgb(55 48 163 / 20%);
}
.text-indigo-800\/core-opacity-30 {
  color: rgb(55 48 163 / 30%);
}
.text-indigo-800\/core-opacity-40 {
  color: rgb(55 48 163 / 40%);
}
.text-indigo-800\/core-opacity-50 {
  color: rgb(55 48 163 / 50%);
}
.text-indigo-800\/core-opacity-60 {
  color: rgb(55 48 163 / 60%);
}
.text-indigo-800\/core-opacity-70 {
  color: rgb(55 48 163 / 70%);
}
.text-indigo-800\/core-opacity-80 {
  color: rgb(55 48 163 / 80%);
}
.text-indigo-800\/core-opacity-90 {
  color: rgb(55 48 163 / 90%);
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}
.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}
.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}
.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}
.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}
.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}
.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}
.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}
.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}
.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}
.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}
.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}
.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}
.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}
.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}
.text-indigo-900\/base-opacity-disabled {
  color: rgb(49 46 129 / 60%);
}
.text-indigo-900\/core-opacity-0 {
  color: rgb(49 46 129 / 0%);
}
.text-indigo-900\/core-opacity-10 {
  color: rgb(49 46 129 / 10%);
}
.text-indigo-900\/core-opacity-100 {
  color: rgb(49 46 129 / 100%);
}
.text-indigo-900\/core-opacity-20 {
  color: rgb(49 46 129 / 20%);
}
.text-indigo-900\/core-opacity-30 {
  color: rgb(49 46 129 / 30%);
}
.text-indigo-900\/core-opacity-40 {
  color: rgb(49 46 129 / 40%);
}
.text-indigo-900\/core-opacity-50 {
  color: rgb(49 46 129 / 50%);
}
.text-indigo-900\/core-opacity-60 {
  color: rgb(49 46 129 / 60%);
}
.text-indigo-900\/core-opacity-70 {
  color: rgb(49 46 129 / 70%);
}
.text-indigo-900\/core-opacity-80 {
  color: rgb(49 46 129 / 80%);
}
.text-indigo-900\/core-opacity-90 {
  color: rgb(49 46 129 / 90%);
}
.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}
.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}
.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}
.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}
.text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}
.text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}
.text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}
.text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}
.text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}
.text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}
.text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}
.text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}
.text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}
.text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}
.text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}
.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}
.text-indigo-950\/base-opacity-disabled {
  color: rgb(30 27 75 / 60%);
}
.text-indigo-950\/core-opacity-0 {
  color: rgb(30 27 75 / 0%);
}
.text-indigo-950\/core-opacity-10 {
  color: rgb(30 27 75 / 10%);
}
.text-indigo-950\/core-opacity-100 {
  color: rgb(30 27 75 / 100%);
}
.text-indigo-950\/core-opacity-20 {
  color: rgb(30 27 75 / 20%);
}
.text-indigo-950\/core-opacity-30 {
  color: rgb(30 27 75 / 30%);
}
.text-indigo-950\/core-opacity-40 {
  color: rgb(30 27 75 / 40%);
}
.text-indigo-950\/core-opacity-50 {
  color: rgb(30 27 75 / 50%);
}
.text-indigo-950\/core-opacity-60 {
  color: rgb(30 27 75 / 60%);
}
.text-indigo-950\/core-opacity-70 {
  color: rgb(30 27 75 / 70%);
}
.text-indigo-950\/core-opacity-80 {
  color: rgb(30 27 75 / 80%);
}
.text-indigo-950\/core-opacity-90 {
  color: rgb(30 27 75 / 90%);
}
.text-info {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-info-light {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-info-light\/0 {
  color: rgb(96 165 250 / 0);
}
.text-info-light\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-info-light\/100 {
  color: rgb(96 165 250 / 1);
}
.text-info-light\/20 {
  color: rgb(96 165 250 / 0.2);
}
.text-info-light\/25 {
  color: rgb(96 165 250 / 0.25);
}
.text-info-light\/30 {
  color: rgb(96 165 250 / 0.3);
}
.text-info-light\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-info-light\/5 {
  color: rgb(96 165 250 / 0.05);
}
.text-info-light\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-info-light\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-info-light\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-info-light\/75 {
  color: rgb(96 165 250 / 0.75);
}
.text-info-light\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-info-light\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-info-light\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-info-light\/base-opacity-disabled {
  color: rgb(96 165 250 / 60%);
}
.text-info-light\/core-opacity-0 {
  color: rgb(96 165 250 / 0%);
}
.text-info-light\/core-opacity-10 {
  color: rgb(96 165 250 / 10%);
}
.text-info-light\/core-opacity-100 {
  color: rgb(96 165 250 / 100%);
}
.text-info-light\/core-opacity-20 {
  color: rgb(96 165 250 / 20%);
}
.text-info-light\/core-opacity-30 {
  color: rgb(96 165 250 / 30%);
}
.text-info-light\/core-opacity-40 {
  color: rgb(96 165 250 / 40%);
}
.text-info-light\/core-opacity-50 {
  color: rgb(96 165 250 / 50%);
}
.text-info-light\/core-opacity-60 {
  color: rgb(96 165 250 / 60%);
}
.text-info-light\/core-opacity-70 {
  color: rgb(96 165 250 / 70%);
}
.text-info-light\/core-opacity-80 {
  color: rgb(96 165 250 / 80%);
}
.text-info-light\/core-opacity-90 {
  color: rgb(96 165 250 / 90%);
}
.text-info-lightest {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}
.text-info-lightest\/0 {
  color: rgb(239 246 255 / 0);
}
.text-info-lightest\/10 {
  color: rgb(239 246 255 / 0.1);
}
.text-info-lightest\/100 {
  color: rgb(239 246 255 / 1);
}
.text-info-lightest\/20 {
  color: rgb(239 246 255 / 0.2);
}
.text-info-lightest\/25 {
  color: rgb(239 246 255 / 0.25);
}
.text-info-lightest\/30 {
  color: rgb(239 246 255 / 0.3);
}
.text-info-lightest\/40 {
  color: rgb(239 246 255 / 0.4);
}
.text-info-lightest\/5 {
  color: rgb(239 246 255 / 0.05);
}
.text-info-lightest\/50 {
  color: rgb(239 246 255 / 0.5);
}
.text-info-lightest\/60 {
  color: rgb(239 246 255 / 0.6);
}
.text-info-lightest\/70 {
  color: rgb(239 246 255 / 0.7);
}
.text-info-lightest\/75 {
  color: rgb(239 246 255 / 0.75);
}
.text-info-lightest\/80 {
  color: rgb(239 246 255 / 0.8);
}
.text-info-lightest\/90 {
  color: rgb(239 246 255 / 0.9);
}
.text-info-lightest\/95 {
  color: rgb(239 246 255 / 0.95);
}
.text-info-lightest\/base-opacity-disabled {
  color: rgb(239 246 255 / 60%);
}
.text-info-lightest\/core-opacity-0 {
  color: rgb(239 246 255 / 0%);
}
.text-info-lightest\/core-opacity-10 {
  color: rgb(239 246 255 / 10%);
}
.text-info-lightest\/core-opacity-100 {
  color: rgb(239 246 255 / 100%);
}
.text-info-lightest\/core-opacity-20 {
  color: rgb(239 246 255 / 20%);
}
.text-info-lightest\/core-opacity-30 {
  color: rgb(239 246 255 / 30%);
}
.text-info-lightest\/core-opacity-40 {
  color: rgb(239 246 255 / 40%);
}
.text-info-lightest\/core-opacity-50 {
  color: rgb(239 246 255 / 50%);
}
.text-info-lightest\/core-opacity-60 {
  color: rgb(239 246 255 / 60%);
}
.text-info-lightest\/core-opacity-70 {
  color: rgb(239 246 255 / 70%);
}
.text-info-lightest\/core-opacity-80 {
  color: rgb(239 246 255 / 80%);
}
.text-info-lightest\/core-opacity-90 {
  color: rgb(239 246 255 / 90%);
}
.text-info\/0 {
  color: rgb(59 130 246 / 0);
}
.text-info\/10 {
  color: rgb(59 130 246 / 0.1);
}
.text-info\/100 {
  color: rgb(59 130 246 / 1);
}
.text-info\/20 {
  color: rgb(59 130 246 / 0.2);
}
.text-info\/25 {
  color: rgb(59 130 246 / 0.25);
}
.text-info\/30 {
  color: rgb(59 130 246 / 0.3);
}
.text-info\/40 {
  color: rgb(59 130 246 / 0.4);
}
.text-info\/5 {
  color: rgb(59 130 246 / 0.05);
}
.text-info\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-info\/60 {
  color: rgb(59 130 246 / 0.6);
}
.text-info\/70 {
  color: rgb(59 130 246 / 0.7);
}
.text-info\/75 {
  color: rgb(59 130 246 / 0.75);
}
.text-info\/80 {
  color: rgb(59 130 246 / 0.8);
}
.text-info\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-info\/95 {
  color: rgb(59 130 246 / 0.95);
}
.text-info\/base-opacity-disabled {
  color: rgb(59 130 246 / 60%);
}
.text-info\/core-opacity-0 {
  color: rgb(59 130 246 / 0%);
}
.text-info\/core-opacity-10 {
  color: rgb(59 130 246 / 10%);
}
.text-info\/core-opacity-100 {
  color: rgb(59 130 246 / 100%);
}
.text-info\/core-opacity-20 {
  color: rgb(59 130 246 / 20%);
}
.text-info\/core-opacity-30 {
  color: rgb(59 130 246 / 30%);
}
.text-info\/core-opacity-40 {
  color: rgb(59 130 246 / 40%);
}
.text-info\/core-opacity-50 {
  color: rgb(59 130 246 / 50%);
}
.text-info\/core-opacity-60 {
  color: rgb(59 130 246 / 60%);
}
.text-info\/core-opacity-70 {
  color: rgb(59 130 246 / 70%);
}
.text-info\/core-opacity-80 {
  color: rgb(59 130 246 / 80%);
}
.text-info\/core-opacity-90 {
  color: rgb(59 130 246 / 90%);
}
.text-inherit {
  color: inherit;
}
.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}
.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}
.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}
.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}
.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}
.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}
.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}
.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}
.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}
.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}
.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}
.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}
.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}
.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}
.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}
.text-lime-100\/base-opacity-disabled {
  color: rgb(236 252 203 / 60%);
}
.text-lime-100\/core-opacity-0 {
  color: rgb(236 252 203 / 0%);
}
.text-lime-100\/core-opacity-10 {
  color: rgb(236 252 203 / 10%);
}
.text-lime-100\/core-opacity-100 {
  color: rgb(236 252 203 / 100%);
}
.text-lime-100\/core-opacity-20 {
  color: rgb(236 252 203 / 20%);
}
.text-lime-100\/core-opacity-30 {
  color: rgb(236 252 203 / 30%);
}
.text-lime-100\/core-opacity-40 {
  color: rgb(236 252 203 / 40%);
}
.text-lime-100\/core-opacity-50 {
  color: rgb(236 252 203 / 50%);
}
.text-lime-100\/core-opacity-60 {
  color: rgb(236 252 203 / 60%);
}
.text-lime-100\/core-opacity-70 {
  color: rgb(236 252 203 / 70%);
}
.text-lime-100\/core-opacity-80 {
  color: rgb(236 252 203 / 80%);
}
.text-lime-100\/core-opacity-90 {
  color: rgb(236 252 203 / 90%);
}
.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}
.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}
.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}
.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}
.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}
.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}
.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}
.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}
.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}
.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}
.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}
.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}
.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}
.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}
.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}
.text-lime-200\/base-opacity-disabled {
  color: rgb(217 249 157 / 60%);
}
.text-lime-200\/core-opacity-0 {
  color: rgb(217 249 157 / 0%);
}
.text-lime-200\/core-opacity-10 {
  color: rgb(217 249 157 / 10%);
}
.text-lime-200\/core-opacity-100 {
  color: rgb(217 249 157 / 100%);
}
.text-lime-200\/core-opacity-20 {
  color: rgb(217 249 157 / 20%);
}
.text-lime-200\/core-opacity-30 {
  color: rgb(217 249 157 / 30%);
}
.text-lime-200\/core-opacity-40 {
  color: rgb(217 249 157 / 40%);
}
.text-lime-200\/core-opacity-50 {
  color: rgb(217 249 157 / 50%);
}
.text-lime-200\/core-opacity-60 {
  color: rgb(217 249 157 / 60%);
}
.text-lime-200\/core-opacity-70 {
  color: rgb(217 249 157 / 70%);
}
.text-lime-200\/core-opacity-80 {
  color: rgb(217 249 157 / 80%);
}
.text-lime-200\/core-opacity-90 {
  color: rgb(217 249 157 / 90%);
}
.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}
.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}
.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}
.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}
.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}
.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}
.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}
.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}
.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}
.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}
.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}
.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}
.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}
.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}
.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}
.text-lime-300\/base-opacity-disabled {
  color: rgb(190 242 100 / 60%);
}
.text-lime-300\/core-opacity-0 {
  color: rgb(190 242 100 / 0%);
}
.text-lime-300\/core-opacity-10 {
  color: rgb(190 242 100 / 10%);
}
.text-lime-300\/core-opacity-100 {
  color: rgb(190 242 100 / 100%);
}
.text-lime-300\/core-opacity-20 {
  color: rgb(190 242 100 / 20%);
}
.text-lime-300\/core-opacity-30 {
  color: rgb(190 242 100 / 30%);
}
.text-lime-300\/core-opacity-40 {
  color: rgb(190 242 100 / 40%);
}
.text-lime-300\/core-opacity-50 {
  color: rgb(190 242 100 / 50%);
}
.text-lime-300\/core-opacity-60 {
  color: rgb(190 242 100 / 60%);
}
.text-lime-300\/core-opacity-70 {
  color: rgb(190 242 100 / 70%);
}
.text-lime-300\/core-opacity-80 {
  color: rgb(190 242 100 / 80%);
}
.text-lime-300\/core-opacity-90 {
  color: rgb(190 242 100 / 90%);
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}
.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}
.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}
.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}
.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}
.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}
.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}
.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}
.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}
.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}
.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}
.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}
.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}
.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}
.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}
.text-lime-400\/base-opacity-disabled {
  color: rgb(163 230 53 / 60%);
}
.text-lime-400\/core-opacity-0 {
  color: rgb(163 230 53 / 0%);
}
.text-lime-400\/core-opacity-10 {
  color: rgb(163 230 53 / 10%);
}
.text-lime-400\/core-opacity-100 {
  color: rgb(163 230 53 / 100%);
}
.text-lime-400\/core-opacity-20 {
  color: rgb(163 230 53 / 20%);
}
.text-lime-400\/core-opacity-30 {
  color: rgb(163 230 53 / 30%);
}
.text-lime-400\/core-opacity-40 {
  color: rgb(163 230 53 / 40%);
}
.text-lime-400\/core-opacity-50 {
  color: rgb(163 230 53 / 50%);
}
.text-lime-400\/core-opacity-60 {
  color: rgb(163 230 53 / 60%);
}
.text-lime-400\/core-opacity-70 {
  color: rgb(163 230 53 / 70%);
}
.text-lime-400\/core-opacity-80 {
  color: rgb(163 230 53 / 80%);
}
.text-lime-400\/core-opacity-90 {
  color: rgb(163 230 53 / 90%);
}
.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}
.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}
.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}
.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}
.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}
.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}
.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}
.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}
.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}
.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}
.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}
.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}
.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}
.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}
.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}
.text-lime-50\/base-opacity-disabled {
  color: rgb(247 254 231 / 60%);
}
.text-lime-50\/core-opacity-0 {
  color: rgb(247 254 231 / 0%);
}
.text-lime-50\/core-opacity-10 {
  color: rgb(247 254 231 / 10%);
}
.text-lime-50\/core-opacity-100 {
  color: rgb(247 254 231 / 100%);
}
.text-lime-50\/core-opacity-20 {
  color: rgb(247 254 231 / 20%);
}
.text-lime-50\/core-opacity-30 {
  color: rgb(247 254 231 / 30%);
}
.text-lime-50\/core-opacity-40 {
  color: rgb(247 254 231 / 40%);
}
.text-lime-50\/core-opacity-50 {
  color: rgb(247 254 231 / 50%);
}
.text-lime-50\/core-opacity-60 {
  color: rgb(247 254 231 / 60%);
}
.text-lime-50\/core-opacity-70 {
  color: rgb(247 254 231 / 70%);
}
.text-lime-50\/core-opacity-80 {
  color: rgb(247 254 231 / 80%);
}
.text-lime-50\/core-opacity-90 {
  color: rgb(247 254 231 / 90%);
}
.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}
.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}
.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}
.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}
.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}
.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}
.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}
.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}
.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}
.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}
.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}
.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}
.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}
.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}
.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}
.text-lime-500\/base-opacity-disabled {
  color: rgb(132 204 22 / 60%);
}
.text-lime-500\/core-opacity-0 {
  color: rgb(132 204 22 / 0%);
}
.text-lime-500\/core-opacity-10 {
  color: rgb(132 204 22 / 10%);
}
.text-lime-500\/core-opacity-100 {
  color: rgb(132 204 22 / 100%);
}
.text-lime-500\/core-opacity-20 {
  color: rgb(132 204 22 / 20%);
}
.text-lime-500\/core-opacity-30 {
  color: rgb(132 204 22 / 30%);
}
.text-lime-500\/core-opacity-40 {
  color: rgb(132 204 22 / 40%);
}
.text-lime-500\/core-opacity-50 {
  color: rgb(132 204 22 / 50%);
}
.text-lime-500\/core-opacity-60 {
  color: rgb(132 204 22 / 60%);
}
.text-lime-500\/core-opacity-70 {
  color: rgb(132 204 22 / 70%);
}
.text-lime-500\/core-opacity-80 {
  color: rgb(132 204 22 / 80%);
}
.text-lime-500\/core-opacity-90 {
  color: rgb(132 204 22 / 90%);
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}
.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}
.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}
.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}
.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}
.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}
.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}
.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}
.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}
.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}
.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}
.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}
.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}
.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}
.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}
.text-lime-600\/base-opacity-disabled {
  color: rgb(101 163 13 / 60%);
}
.text-lime-600\/core-opacity-0 {
  color: rgb(101 163 13 / 0%);
}
.text-lime-600\/core-opacity-10 {
  color: rgb(101 163 13 / 10%);
}
.text-lime-600\/core-opacity-100 {
  color: rgb(101 163 13 / 100%);
}
.text-lime-600\/core-opacity-20 {
  color: rgb(101 163 13 / 20%);
}
.text-lime-600\/core-opacity-30 {
  color: rgb(101 163 13 / 30%);
}
.text-lime-600\/core-opacity-40 {
  color: rgb(101 163 13 / 40%);
}
.text-lime-600\/core-opacity-50 {
  color: rgb(101 163 13 / 50%);
}
.text-lime-600\/core-opacity-60 {
  color: rgb(101 163 13 / 60%);
}
.text-lime-600\/core-opacity-70 {
  color: rgb(101 163 13 / 70%);
}
.text-lime-600\/core-opacity-80 {
  color: rgb(101 163 13 / 80%);
}
.text-lime-600\/core-opacity-90 {
  color: rgb(101 163 13 / 90%);
}
.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}
.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}
.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}
.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}
.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}
.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}
.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}
.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}
.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}
.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}
.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}
.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}
.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}
.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}
.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}
.text-lime-700\/base-opacity-disabled {
  color: rgb(77 124 15 / 60%);
}
.text-lime-700\/core-opacity-0 {
  color: rgb(77 124 15 / 0%);
}
.text-lime-700\/core-opacity-10 {
  color: rgb(77 124 15 / 10%);
}
.text-lime-700\/core-opacity-100 {
  color: rgb(77 124 15 / 100%);
}
.text-lime-700\/core-opacity-20 {
  color: rgb(77 124 15 / 20%);
}
.text-lime-700\/core-opacity-30 {
  color: rgb(77 124 15 / 30%);
}
.text-lime-700\/core-opacity-40 {
  color: rgb(77 124 15 / 40%);
}
.text-lime-700\/core-opacity-50 {
  color: rgb(77 124 15 / 50%);
}
.text-lime-700\/core-opacity-60 {
  color: rgb(77 124 15 / 60%);
}
.text-lime-700\/core-opacity-70 {
  color: rgb(77 124 15 / 70%);
}
.text-lime-700\/core-opacity-80 {
  color: rgb(77 124 15 / 80%);
}
.text-lime-700\/core-opacity-90 {
  color: rgb(77 124 15 / 90%);
}
.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}
.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}
.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}
.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}
.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}
.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}
.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}
.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}
.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}
.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}
.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}
.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}
.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}
.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}
.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}
.text-lime-800\/base-opacity-disabled {
  color: rgb(63 98 18 / 60%);
}
.text-lime-800\/core-opacity-0 {
  color: rgb(63 98 18 / 0%);
}
.text-lime-800\/core-opacity-10 {
  color: rgb(63 98 18 / 10%);
}
.text-lime-800\/core-opacity-100 {
  color: rgb(63 98 18 / 100%);
}
.text-lime-800\/core-opacity-20 {
  color: rgb(63 98 18 / 20%);
}
.text-lime-800\/core-opacity-30 {
  color: rgb(63 98 18 / 30%);
}
.text-lime-800\/core-opacity-40 {
  color: rgb(63 98 18 / 40%);
}
.text-lime-800\/core-opacity-50 {
  color: rgb(63 98 18 / 50%);
}
.text-lime-800\/core-opacity-60 {
  color: rgb(63 98 18 / 60%);
}
.text-lime-800\/core-opacity-70 {
  color: rgb(63 98 18 / 70%);
}
.text-lime-800\/core-opacity-80 {
  color: rgb(63 98 18 / 80%);
}
.text-lime-800\/core-opacity-90 {
  color: rgb(63 98 18 / 90%);
}
.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}
.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}
.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}
.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}
.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}
.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}
.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}
.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}
.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}
.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}
.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}
.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}
.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}
.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}
.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}
.text-lime-900\/base-opacity-disabled {
  color: rgb(54 83 20 / 60%);
}
.text-lime-900\/core-opacity-0 {
  color: rgb(54 83 20 / 0%);
}
.text-lime-900\/core-opacity-10 {
  color: rgb(54 83 20 / 10%);
}
.text-lime-900\/core-opacity-100 {
  color: rgb(54 83 20 / 100%);
}
.text-lime-900\/core-opacity-20 {
  color: rgb(54 83 20 / 20%);
}
.text-lime-900\/core-opacity-30 {
  color: rgb(54 83 20 / 30%);
}
.text-lime-900\/core-opacity-40 {
  color: rgb(54 83 20 / 40%);
}
.text-lime-900\/core-opacity-50 {
  color: rgb(54 83 20 / 50%);
}
.text-lime-900\/core-opacity-60 {
  color: rgb(54 83 20 / 60%);
}
.text-lime-900\/core-opacity-70 {
  color: rgb(54 83 20 / 70%);
}
.text-lime-900\/core-opacity-80 {
  color: rgb(54 83 20 / 80%);
}
.text-lime-900\/core-opacity-90 {
  color: rgb(54 83 20 / 90%);
}
.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}
.text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}
.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}
.text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}
.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}
.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}
.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}
.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}
.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}
.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}
.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}
.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}
.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}
.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}
.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}
.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}
.text-lime-950\/base-opacity-disabled {
  color: rgb(26 46 5 / 60%);
}
.text-lime-950\/core-opacity-0 {
  color: rgb(26 46 5 / 0%);
}
.text-lime-950\/core-opacity-10 {
  color: rgb(26 46 5 / 10%);
}
.text-lime-950\/core-opacity-100 {
  color: rgb(26 46 5 / 100%);
}
.text-lime-950\/core-opacity-20 {
  color: rgb(26 46 5 / 20%);
}
.text-lime-950\/core-opacity-30 {
  color: rgb(26 46 5 / 30%);
}
.text-lime-950\/core-opacity-40 {
  color: rgb(26 46 5 / 40%);
}
.text-lime-950\/core-opacity-50 {
  color: rgb(26 46 5 / 50%);
}
.text-lime-950\/core-opacity-60 {
  color: rgb(26 46 5 / 60%);
}
.text-lime-950\/core-opacity-70 {
  color: rgb(26 46 5 / 70%);
}
.text-lime-950\/core-opacity-80 {
  color: rgb(26 46 5 / 80%);
}
.text-lime-950\/core-opacity-90 {
  color: rgb(26 46 5 / 90%);
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}
.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}
.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}
.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}
.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}
.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}
.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}
.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}
.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}
.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}
.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}
.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}
.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}
.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}
.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}
.text-neutral-100\/base-opacity-disabled {
  color: rgb(245 245 245 / 60%);
}
.text-neutral-100\/core-opacity-0 {
  color: rgb(245 245 245 / 0%);
}
.text-neutral-100\/core-opacity-10 {
  color: rgb(245 245 245 / 10%);
}
.text-neutral-100\/core-opacity-100 {
  color: rgb(245 245 245 / 100%);
}
.text-neutral-100\/core-opacity-20 {
  color: rgb(245 245 245 / 20%);
}
.text-neutral-100\/core-opacity-30 {
  color: rgb(245 245 245 / 30%);
}
.text-neutral-100\/core-opacity-40 {
  color: rgb(245 245 245 / 40%);
}
.text-neutral-100\/core-opacity-50 {
  color: rgb(245 245 245 / 50%);
}
.text-neutral-100\/core-opacity-60 {
  color: rgb(245 245 245 / 60%);
}
.text-neutral-100\/core-opacity-70 {
  color: rgb(245 245 245 / 70%);
}
.text-neutral-100\/core-opacity-80 {
  color: rgb(245 245 245 / 80%);
}
.text-neutral-100\/core-opacity-90 {
  color: rgb(245 245 245 / 90%);
}
.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}
.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}
.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}
.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}
.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}
.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}
.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}
.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}
.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}
.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}
.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}
.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}
.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}
.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}
.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}
.text-neutral-200\/base-opacity-disabled {
  color: rgb(229 229 229 / 60%);
}
.text-neutral-200\/core-opacity-0 {
  color: rgb(229 229 229 / 0%);
}
.text-neutral-200\/core-opacity-10 {
  color: rgb(229 229 229 / 10%);
}
.text-neutral-200\/core-opacity-100 {
  color: rgb(229 229 229 / 100%);
}
.text-neutral-200\/core-opacity-20 {
  color: rgb(229 229 229 / 20%);
}
.text-neutral-200\/core-opacity-30 {
  color: rgb(229 229 229 / 30%);
}
.text-neutral-200\/core-opacity-40 {
  color: rgb(229 229 229 / 40%);
}
.text-neutral-200\/core-opacity-50 {
  color: rgb(229 229 229 / 50%);
}
.text-neutral-200\/core-opacity-60 {
  color: rgb(229 229 229 / 60%);
}
.text-neutral-200\/core-opacity-70 {
  color: rgb(229 229 229 / 70%);
}
.text-neutral-200\/core-opacity-80 {
  color: rgb(229 229 229 / 80%);
}
.text-neutral-200\/core-opacity-90 {
  color: rgb(229 229 229 / 90%);
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}
.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}
.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}
.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}
.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}
.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}
.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}
.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}
.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}
.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}
.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}
.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}
.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}
.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}
.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}
.text-neutral-300\/base-opacity-disabled {
  color: rgb(212 212 212 / 60%);
}
.text-neutral-300\/core-opacity-0 {
  color: rgb(212 212 212 / 0%);
}
.text-neutral-300\/core-opacity-10 {
  color: rgb(212 212 212 / 10%);
}
.text-neutral-300\/core-opacity-100 {
  color: rgb(212 212 212 / 100%);
}
.text-neutral-300\/core-opacity-20 {
  color: rgb(212 212 212 / 20%);
}
.text-neutral-300\/core-opacity-30 {
  color: rgb(212 212 212 / 30%);
}
.text-neutral-300\/core-opacity-40 {
  color: rgb(212 212 212 / 40%);
}
.text-neutral-300\/core-opacity-50 {
  color: rgb(212 212 212 / 50%);
}
.text-neutral-300\/core-opacity-60 {
  color: rgb(212 212 212 / 60%);
}
.text-neutral-300\/core-opacity-70 {
  color: rgb(212 212 212 / 70%);
}
.text-neutral-300\/core-opacity-80 {
  color: rgb(212 212 212 / 80%);
}
.text-neutral-300\/core-opacity-90 {
  color: rgb(212 212 212 / 90%);
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}
.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}
.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}
.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}
.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}
.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}
.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}
.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}
.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}
.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}
.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}
.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}
.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}
.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}
.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}
.text-neutral-400\/base-opacity-disabled {
  color: rgb(163 163 163 / 60%);
}
.text-neutral-400\/core-opacity-0 {
  color: rgb(163 163 163 / 0%);
}
.text-neutral-400\/core-opacity-10 {
  color: rgb(163 163 163 / 10%);
}
.text-neutral-400\/core-opacity-100 {
  color: rgb(163 163 163 / 100%);
}
.text-neutral-400\/core-opacity-20 {
  color: rgb(163 163 163 / 20%);
}
.text-neutral-400\/core-opacity-30 {
  color: rgb(163 163 163 / 30%);
}
.text-neutral-400\/core-opacity-40 {
  color: rgb(163 163 163 / 40%);
}
.text-neutral-400\/core-opacity-50 {
  color: rgb(163 163 163 / 50%);
}
.text-neutral-400\/core-opacity-60 {
  color: rgb(163 163 163 / 60%);
}
.text-neutral-400\/core-opacity-70 {
  color: rgb(163 163 163 / 70%);
}
.text-neutral-400\/core-opacity-80 {
  color: rgb(163 163 163 / 80%);
}
.text-neutral-400\/core-opacity-90 {
  color: rgb(163 163 163 / 90%);
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-neutral-50\/base-opacity-disabled {
  color: rgb(250 250 250 / 60%);
}
.text-neutral-50\/core-opacity-0 {
  color: rgb(250 250 250 / 0%);
}
.text-neutral-50\/core-opacity-10 {
  color: rgb(250 250 250 / 10%);
}
.text-neutral-50\/core-opacity-100 {
  color: rgb(250 250 250 / 100%);
}
.text-neutral-50\/core-opacity-20 {
  color: rgb(250 250 250 / 20%);
}
.text-neutral-50\/core-opacity-30 {
  color: rgb(250 250 250 / 30%);
}
.text-neutral-50\/core-opacity-40 {
  color: rgb(250 250 250 / 40%);
}
.text-neutral-50\/core-opacity-50 {
  color: rgb(250 250 250 / 50%);
}
.text-neutral-50\/core-opacity-60 {
  color: rgb(250 250 250 / 60%);
}
.text-neutral-50\/core-opacity-70 {
  color: rgb(250 250 250 / 70%);
}
.text-neutral-50\/core-opacity-80 {
  color: rgb(250 250 250 / 80%);
}
.text-neutral-50\/core-opacity-90 {
  color: rgb(250 250 250 / 90%);
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}
.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}
.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}
.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}
.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}
.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}
.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}
.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}
.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}
.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}
.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}
.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}
.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}
.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}
.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}
.text-neutral-500\/base-opacity-disabled {
  color: rgb(115 115 115 / 60%);
}
.text-neutral-500\/core-opacity-0 {
  color: rgb(115 115 115 / 0%);
}
.text-neutral-500\/core-opacity-10 {
  color: rgb(115 115 115 / 10%);
}
.text-neutral-500\/core-opacity-100 {
  color: rgb(115 115 115 / 100%);
}
.text-neutral-500\/core-opacity-20 {
  color: rgb(115 115 115 / 20%);
}
.text-neutral-500\/core-opacity-30 {
  color: rgb(115 115 115 / 30%);
}
.text-neutral-500\/core-opacity-40 {
  color: rgb(115 115 115 / 40%);
}
.text-neutral-500\/core-opacity-50 {
  color: rgb(115 115 115 / 50%);
}
.text-neutral-500\/core-opacity-60 {
  color: rgb(115 115 115 / 60%);
}
.text-neutral-500\/core-opacity-70 {
  color: rgb(115 115 115 / 70%);
}
.text-neutral-500\/core-opacity-80 {
  color: rgb(115 115 115 / 80%);
}
.text-neutral-500\/core-opacity-90 {
  color: rgb(115 115 115 / 90%);
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}
.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}
.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}
.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}
.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}
.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}
.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}
.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}
.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}
.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}
.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}
.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}
.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}
.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}
.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}
.text-neutral-600\/base-opacity-disabled {
  color: rgb(82 82 82 / 60%);
}
.text-neutral-600\/core-opacity-0 {
  color: rgb(82 82 82 / 0%);
}
.text-neutral-600\/core-opacity-10 {
  color: rgb(82 82 82 / 10%);
}
.text-neutral-600\/core-opacity-100 {
  color: rgb(82 82 82 / 100%);
}
.text-neutral-600\/core-opacity-20 {
  color: rgb(82 82 82 / 20%);
}
.text-neutral-600\/core-opacity-30 {
  color: rgb(82 82 82 / 30%);
}
.text-neutral-600\/core-opacity-40 {
  color: rgb(82 82 82 / 40%);
}
.text-neutral-600\/core-opacity-50 {
  color: rgb(82 82 82 / 50%);
}
.text-neutral-600\/core-opacity-60 {
  color: rgb(82 82 82 / 60%);
}
.text-neutral-600\/core-opacity-70 {
  color: rgb(82 82 82 / 70%);
}
.text-neutral-600\/core-opacity-80 {
  color: rgb(82 82 82 / 80%);
}
.text-neutral-600\/core-opacity-90 {
  color: rgb(82 82 82 / 90%);
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}
.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}
.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-neutral-700\/base-opacity-disabled {
  color: rgb(64 64 64 / 60%);
}
.text-neutral-700\/core-opacity-0 {
  color: rgb(64 64 64 / 0%);
}
.text-neutral-700\/core-opacity-10 {
  color: rgb(64 64 64 / 10%);
}
.text-neutral-700\/core-opacity-100 {
  color: rgb(64 64 64 / 100%);
}
.text-neutral-700\/core-opacity-20 {
  color: rgb(64 64 64 / 20%);
}
.text-neutral-700\/core-opacity-30 {
  color: rgb(64 64 64 / 30%);
}
.text-neutral-700\/core-opacity-40 {
  color: rgb(64 64 64 / 40%);
}
.text-neutral-700\/core-opacity-50 {
  color: rgb(64 64 64 / 50%);
}
.text-neutral-700\/core-opacity-60 {
  color: rgb(64 64 64 / 60%);
}
.text-neutral-700\/core-opacity-70 {
  color: rgb(64 64 64 / 70%);
}
.text-neutral-700\/core-opacity-80 {
  color: rgb(64 64 64 / 80%);
}
.text-neutral-700\/core-opacity-90 {
  color: rgb(64 64 64 / 90%);
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}
.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}
.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}
.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}
.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}
.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}
.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}
.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}
.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}
.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}
.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}
.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}
.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}
.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}
.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}
.text-neutral-800\/base-opacity-disabled {
  color: rgb(38 38 38 / 60%);
}
.text-neutral-800\/core-opacity-0 {
  color: rgb(38 38 38 / 0%);
}
.text-neutral-800\/core-opacity-10 {
  color: rgb(38 38 38 / 10%);
}
.text-neutral-800\/core-opacity-100 {
  color: rgb(38 38 38 / 100%);
}
.text-neutral-800\/core-opacity-20 {
  color: rgb(38 38 38 / 20%);
}
.text-neutral-800\/core-opacity-30 {
  color: rgb(38 38 38 / 30%);
}
.text-neutral-800\/core-opacity-40 {
  color: rgb(38 38 38 / 40%);
}
.text-neutral-800\/core-opacity-50 {
  color: rgb(38 38 38 / 50%);
}
.text-neutral-800\/core-opacity-60 {
  color: rgb(38 38 38 / 60%);
}
.text-neutral-800\/core-opacity-70 {
  color: rgb(38 38 38 / 70%);
}
.text-neutral-800\/core-opacity-80 {
  color: rgb(38 38 38 / 80%);
}
.text-neutral-800\/core-opacity-90 {
  color: rgb(38 38 38 / 90%);
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}
.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}
.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}
.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}
.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}
.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}
.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}
.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}
.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}
.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}
.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}
.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}
.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}
.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}
.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}
.text-neutral-900\/base-opacity-disabled {
  color: rgb(23 23 23 / 60%);
}
.text-neutral-900\/core-opacity-0 {
  color: rgb(23 23 23 / 0%);
}
.text-neutral-900\/core-opacity-10 {
  color: rgb(23 23 23 / 10%);
}
.text-neutral-900\/core-opacity-100 {
  color: rgb(23 23 23 / 100%);
}
.text-neutral-900\/core-opacity-20 {
  color: rgb(23 23 23 / 20%);
}
.text-neutral-900\/core-opacity-30 {
  color: rgb(23 23 23 / 30%);
}
.text-neutral-900\/core-opacity-40 {
  color: rgb(23 23 23 / 40%);
}
.text-neutral-900\/core-opacity-50 {
  color: rgb(23 23 23 / 50%);
}
.text-neutral-900\/core-opacity-60 {
  color: rgb(23 23 23 / 60%);
}
.text-neutral-900\/core-opacity-70 {
  color: rgb(23 23 23 / 70%);
}
.text-neutral-900\/core-opacity-80 {
  color: rgb(23 23 23 / 80%);
}
.text-neutral-900\/core-opacity-90 {
  color: rgb(23 23 23 / 90%);
}
.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}
.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}
.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}
.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}
.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}
.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}
.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}
.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}
.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}
.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}
.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}
.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}
.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}
.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}
.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}
.text-neutral-950\/base-opacity-disabled {
  color: rgb(10 10 10 / 60%);
}
.text-neutral-950\/core-opacity-0 {
  color: rgb(10 10 10 / 0%);
}
.text-neutral-950\/core-opacity-10 {
  color: rgb(10 10 10 / 10%);
}
.text-neutral-950\/core-opacity-100 {
  color: rgb(10 10 10 / 100%);
}
.text-neutral-950\/core-opacity-20 {
  color: rgb(10 10 10 / 20%);
}
.text-neutral-950\/core-opacity-30 {
  color: rgb(10 10 10 / 30%);
}
.text-neutral-950\/core-opacity-40 {
  color: rgb(10 10 10 / 40%);
}
.text-neutral-950\/core-opacity-50 {
  color: rgb(10 10 10 / 50%);
}
.text-neutral-950\/core-opacity-60 {
  color: rgb(10 10 10 / 60%);
}
.text-neutral-950\/core-opacity-70 {
  color: rgb(10 10 10 / 70%);
}
.text-neutral-950\/core-opacity-80 {
  color: rgb(10 10 10 / 80%);
}
.text-neutral-950\/core-opacity-90 {
  color: rgb(10 10 10 / 90%);
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}
.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}
.text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}
.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}
.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}
.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}
.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}
.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}
.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}
.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}
.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}
.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}
.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}
.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}
.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}
.text-orange-100\/base-opacity-disabled {
  color: rgb(255 237 213 / 60%);
}
.text-orange-100\/core-opacity-0 {
  color: rgb(255 237 213 / 0%);
}
.text-orange-100\/core-opacity-10 {
  color: rgb(255 237 213 / 10%);
}
.text-orange-100\/core-opacity-100 {
  color: rgb(255 237 213 / 100%);
}
.text-orange-100\/core-opacity-20 {
  color: rgb(255 237 213 / 20%);
}
.text-orange-100\/core-opacity-30 {
  color: rgb(255 237 213 / 30%);
}
.text-orange-100\/core-opacity-40 {
  color: rgb(255 237 213 / 40%);
}
.text-orange-100\/core-opacity-50 {
  color: rgb(255 237 213 / 50%);
}
.text-orange-100\/core-opacity-60 {
  color: rgb(255 237 213 / 60%);
}
.text-orange-100\/core-opacity-70 {
  color: rgb(255 237 213 / 70%);
}
.text-orange-100\/core-opacity-80 {
  color: rgb(255 237 213 / 80%);
}
.text-orange-100\/core-opacity-90 {
  color: rgb(255 237 213 / 90%);
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}
.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}
.text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}
.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}
.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}
.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}
.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}
.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}
.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}
.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}
.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}
.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}
.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}
.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}
.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}
.text-orange-200\/base-opacity-disabled {
  color: rgb(254 215 170 / 60%);
}
.text-orange-200\/core-opacity-0 {
  color: rgb(254 215 170 / 0%);
}
.text-orange-200\/core-opacity-10 {
  color: rgb(254 215 170 / 10%);
}
.text-orange-200\/core-opacity-100 {
  color: rgb(254 215 170 / 100%);
}
.text-orange-200\/core-opacity-20 {
  color: rgb(254 215 170 / 20%);
}
.text-orange-200\/core-opacity-30 {
  color: rgb(254 215 170 / 30%);
}
.text-orange-200\/core-opacity-40 {
  color: rgb(254 215 170 / 40%);
}
.text-orange-200\/core-opacity-50 {
  color: rgb(254 215 170 / 50%);
}
.text-orange-200\/core-opacity-60 {
  color: rgb(254 215 170 / 60%);
}
.text-orange-200\/core-opacity-70 {
  color: rgb(254 215 170 / 70%);
}
.text-orange-200\/core-opacity-80 {
  color: rgb(254 215 170 / 80%);
}
.text-orange-200\/core-opacity-90 {
  color: rgb(254 215 170 / 90%);
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}
.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}
.text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}
.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}
.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}
.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}
.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}
.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}
.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}
.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}
.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}
.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}
.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}
.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}
.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}
.text-orange-300\/base-opacity-disabled {
  color: rgb(253 186 116 / 60%);
}
.text-orange-300\/core-opacity-0 {
  color: rgb(253 186 116 / 0%);
}
.text-orange-300\/core-opacity-10 {
  color: rgb(253 186 116 / 10%);
}
.text-orange-300\/core-opacity-100 {
  color: rgb(253 186 116 / 100%);
}
.text-orange-300\/core-opacity-20 {
  color: rgb(253 186 116 / 20%);
}
.text-orange-300\/core-opacity-30 {
  color: rgb(253 186 116 / 30%);
}
.text-orange-300\/core-opacity-40 {
  color: rgb(253 186 116 / 40%);
}
.text-orange-300\/core-opacity-50 {
  color: rgb(253 186 116 / 50%);
}
.text-orange-300\/core-opacity-60 {
  color: rgb(253 186 116 / 60%);
}
.text-orange-300\/core-opacity-70 {
  color: rgb(253 186 116 / 70%);
}
.text-orange-300\/core-opacity-80 {
  color: rgb(253 186 116 / 80%);
}
.text-orange-300\/core-opacity-90 {
  color: rgb(253 186 116 / 90%);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}
.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}
.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}
.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}
.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}
.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}
.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}
.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}
.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}
.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}
.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}
.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}
.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}
.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}
.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}
.text-orange-400\/base-opacity-disabled {
  color: rgb(251 146 60 / 60%);
}
.text-orange-400\/core-opacity-0 {
  color: rgb(251 146 60 / 0%);
}
.text-orange-400\/core-opacity-10 {
  color: rgb(251 146 60 / 10%);
}
.text-orange-400\/core-opacity-100 {
  color: rgb(251 146 60 / 100%);
}
.text-orange-400\/core-opacity-20 {
  color: rgb(251 146 60 / 20%);
}
.text-orange-400\/core-opacity-30 {
  color: rgb(251 146 60 / 30%);
}
.text-orange-400\/core-opacity-40 {
  color: rgb(251 146 60 / 40%);
}
.text-orange-400\/core-opacity-50 {
  color: rgb(251 146 60 / 50%);
}
.text-orange-400\/core-opacity-60 {
  color: rgb(251 146 60 / 60%);
}
.text-orange-400\/core-opacity-70 {
  color: rgb(251 146 60 / 70%);
}
.text-orange-400\/core-opacity-80 {
  color: rgb(251 146 60 / 80%);
}
.text-orange-400\/core-opacity-90 {
  color: rgb(251 146 60 / 90%);
}
.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}
.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}
.text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}
.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}
.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}
.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}
.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}
.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}
.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}
.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}
.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}
.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}
.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}
.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}
.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}
.text-orange-50\/base-opacity-disabled {
  color: rgb(255 247 237 / 60%);
}
.text-orange-50\/core-opacity-0 {
  color: rgb(255 247 237 / 0%);
}
.text-orange-50\/core-opacity-10 {
  color: rgb(255 247 237 / 10%);
}
.text-orange-50\/core-opacity-100 {
  color: rgb(255 247 237 / 100%);
}
.text-orange-50\/core-opacity-20 {
  color: rgb(255 247 237 / 20%);
}
.text-orange-50\/core-opacity-30 {
  color: rgb(255 247 237 / 30%);
}
.text-orange-50\/core-opacity-40 {
  color: rgb(255 247 237 / 40%);
}
.text-orange-50\/core-opacity-50 {
  color: rgb(255 247 237 / 50%);
}
.text-orange-50\/core-opacity-60 {
  color: rgb(255 247 237 / 60%);
}
.text-orange-50\/core-opacity-70 {
  color: rgb(255 247 237 / 70%);
}
.text-orange-50\/core-opacity-80 {
  color: rgb(255 247 237 / 80%);
}
.text-orange-50\/core-opacity-90 {
  color: rgb(255 247 237 / 90%);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}
.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}
.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}
.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}
.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}
.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}
.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}
.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}
.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}
.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}
.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}
.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}
.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}
.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}
.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}
.text-orange-500\/base-opacity-disabled {
  color: rgb(249 115 22 / 60%);
}
.text-orange-500\/core-opacity-0 {
  color: rgb(249 115 22 / 0%);
}
.text-orange-500\/core-opacity-10 {
  color: rgb(249 115 22 / 10%);
}
.text-orange-500\/core-opacity-100 {
  color: rgb(249 115 22 / 100%);
}
.text-orange-500\/core-opacity-20 {
  color: rgb(249 115 22 / 20%);
}
.text-orange-500\/core-opacity-30 {
  color: rgb(249 115 22 / 30%);
}
.text-orange-500\/core-opacity-40 {
  color: rgb(249 115 22 / 40%);
}
.text-orange-500\/core-opacity-50 {
  color: rgb(249 115 22 / 50%);
}
.text-orange-500\/core-opacity-60 {
  color: rgb(249 115 22 / 60%);
}
.text-orange-500\/core-opacity-70 {
  color: rgb(249 115 22 / 70%);
}
.text-orange-500\/core-opacity-80 {
  color: rgb(249 115 22 / 80%);
}
.text-orange-500\/core-opacity-90 {
  color: rgb(249 115 22 / 90%);
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}
.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}
.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}
.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}
.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}
.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}
.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}
.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}
.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}
.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}
.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}
.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}
.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}
.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}
.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}
.text-orange-600\/base-opacity-disabled {
  color: rgb(234 88 12 / 60%);
}
.text-orange-600\/core-opacity-0 {
  color: rgb(234 88 12 / 0%);
}
.text-orange-600\/core-opacity-10 {
  color: rgb(234 88 12 / 10%);
}
.text-orange-600\/core-opacity-100 {
  color: rgb(234 88 12 / 100%);
}
.text-orange-600\/core-opacity-20 {
  color: rgb(234 88 12 / 20%);
}
.text-orange-600\/core-opacity-30 {
  color: rgb(234 88 12 / 30%);
}
.text-orange-600\/core-opacity-40 {
  color: rgb(234 88 12 / 40%);
}
.text-orange-600\/core-opacity-50 {
  color: rgb(234 88 12 / 50%);
}
.text-orange-600\/core-opacity-60 {
  color: rgb(234 88 12 / 60%);
}
.text-orange-600\/core-opacity-70 {
  color: rgb(234 88 12 / 70%);
}
.text-orange-600\/core-opacity-80 {
  color: rgb(234 88 12 / 80%);
}
.text-orange-600\/core-opacity-90 {
  color: rgb(234 88 12 / 90%);
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}
.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}
.text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}
.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}
.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}
.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}
.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}
.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}
.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}
.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}
.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}
.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}
.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}
.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}
.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}
.text-orange-700\/base-opacity-disabled {
  color: rgb(194 65 12 / 60%);
}
.text-orange-700\/core-opacity-0 {
  color: rgb(194 65 12 / 0%);
}
.text-orange-700\/core-opacity-10 {
  color: rgb(194 65 12 / 10%);
}
.text-orange-700\/core-opacity-100 {
  color: rgb(194 65 12 / 100%);
}
.text-orange-700\/core-opacity-20 {
  color: rgb(194 65 12 / 20%);
}
.text-orange-700\/core-opacity-30 {
  color: rgb(194 65 12 / 30%);
}
.text-orange-700\/core-opacity-40 {
  color: rgb(194 65 12 / 40%);
}
.text-orange-700\/core-opacity-50 {
  color: rgb(194 65 12 / 50%);
}
.text-orange-700\/core-opacity-60 {
  color: rgb(194 65 12 / 60%);
}
.text-orange-700\/core-opacity-70 {
  color: rgb(194 65 12 / 70%);
}
.text-orange-700\/core-opacity-80 {
  color: rgb(194 65 12 / 80%);
}
.text-orange-700\/core-opacity-90 {
  color: rgb(194 65 12 / 90%);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}
.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}
.text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}
.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}
.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}
.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}
.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}
.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}
.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}
.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}
.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}
.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}
.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}
.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}
.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}
.text-orange-800\/base-opacity-disabled {
  color: rgb(154 52 18 / 60%);
}
.text-orange-800\/core-opacity-0 {
  color: rgb(154 52 18 / 0%);
}
.text-orange-800\/core-opacity-10 {
  color: rgb(154 52 18 / 10%);
}
.text-orange-800\/core-opacity-100 {
  color: rgb(154 52 18 / 100%);
}
.text-orange-800\/core-opacity-20 {
  color: rgb(154 52 18 / 20%);
}
.text-orange-800\/core-opacity-30 {
  color: rgb(154 52 18 / 30%);
}
.text-orange-800\/core-opacity-40 {
  color: rgb(154 52 18 / 40%);
}
.text-orange-800\/core-opacity-50 {
  color: rgb(154 52 18 / 50%);
}
.text-orange-800\/core-opacity-60 {
  color: rgb(154 52 18 / 60%);
}
.text-orange-800\/core-opacity-70 {
  color: rgb(154 52 18 / 70%);
}
.text-orange-800\/core-opacity-80 {
  color: rgb(154 52 18 / 80%);
}
.text-orange-800\/core-opacity-90 {
  color: rgb(154 52 18 / 90%);
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}
.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}
.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}
.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}
.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}
.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}
.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}
.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}
.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}
.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}
.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}
.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}
.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}
.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}
.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}
.text-orange-900\/base-opacity-disabled {
  color: rgb(124 45 18 / 60%);
}
.text-orange-900\/core-opacity-0 {
  color: rgb(124 45 18 / 0%);
}
.text-orange-900\/core-opacity-10 {
  color: rgb(124 45 18 / 10%);
}
.text-orange-900\/core-opacity-100 {
  color: rgb(124 45 18 / 100%);
}
.text-orange-900\/core-opacity-20 {
  color: rgb(124 45 18 / 20%);
}
.text-orange-900\/core-opacity-30 {
  color: rgb(124 45 18 / 30%);
}
.text-orange-900\/core-opacity-40 {
  color: rgb(124 45 18 / 40%);
}
.text-orange-900\/core-opacity-50 {
  color: rgb(124 45 18 / 50%);
}
.text-orange-900\/core-opacity-60 {
  color: rgb(124 45 18 / 60%);
}
.text-orange-900\/core-opacity-70 {
  color: rgb(124 45 18 / 70%);
}
.text-orange-900\/core-opacity-80 {
  color: rgb(124 45 18 / 80%);
}
.text-orange-900\/core-opacity-90 {
  color: rgb(124 45 18 / 90%);
}
.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
.text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}
.text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}
.text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}
.text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}
.text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}
.text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}
.text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}
.text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}
.text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}
.text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}
.text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}
.text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}
.text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}
.text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}
.text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}
.text-orange-950\/base-opacity-disabled {
  color: rgb(67 20 7 / 60%);
}
.text-orange-950\/core-opacity-0 {
  color: rgb(67 20 7 / 0%);
}
.text-orange-950\/core-opacity-10 {
  color: rgb(67 20 7 / 10%);
}
.text-orange-950\/core-opacity-100 {
  color: rgb(67 20 7 / 100%);
}
.text-orange-950\/core-opacity-20 {
  color: rgb(67 20 7 / 20%);
}
.text-orange-950\/core-opacity-30 {
  color: rgb(67 20 7 / 30%);
}
.text-orange-950\/core-opacity-40 {
  color: rgb(67 20 7 / 40%);
}
.text-orange-950\/core-opacity-50 {
  color: rgb(67 20 7 / 50%);
}
.text-orange-950\/core-opacity-60 {
  color: rgb(67 20 7 / 60%);
}
.text-orange-950\/core-opacity-70 {
  color: rgb(67 20 7 / 70%);
}
.text-orange-950\/core-opacity-80 {
  color: rgb(67 20 7 / 80%);
}
.text-orange-950\/core-opacity-90 {
  color: rgb(67 20 7 / 90%);
}
.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}
.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}
.text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}
.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}
.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}
.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}
.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}
.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}
.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}
.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}
.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}
.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}
.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}
.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}
.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}
.text-pink-100\/base-opacity-disabled {
  color: rgb(252 231 243 / 60%);
}
.text-pink-100\/core-opacity-0 {
  color: rgb(252 231 243 / 0%);
}
.text-pink-100\/core-opacity-10 {
  color: rgb(252 231 243 / 10%);
}
.text-pink-100\/core-opacity-100 {
  color: rgb(252 231 243 / 100%);
}
.text-pink-100\/core-opacity-20 {
  color: rgb(252 231 243 / 20%);
}
.text-pink-100\/core-opacity-30 {
  color: rgb(252 231 243 / 30%);
}
.text-pink-100\/core-opacity-40 {
  color: rgb(252 231 243 / 40%);
}
.text-pink-100\/core-opacity-50 {
  color: rgb(252 231 243 / 50%);
}
.text-pink-100\/core-opacity-60 {
  color: rgb(252 231 243 / 60%);
}
.text-pink-100\/core-opacity-70 {
  color: rgb(252 231 243 / 70%);
}
.text-pink-100\/core-opacity-80 {
  color: rgb(252 231 243 / 80%);
}
.text-pink-100\/core-opacity-90 {
  color: rgb(252 231 243 / 90%);
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}
.text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}
.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}
.text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}
.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}
.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}
.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}
.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}
.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}
.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}
.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}
.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}
.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}
.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}
.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}
.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}
.text-pink-200\/base-opacity-disabled {
  color: rgb(251 207 232 / 60%);
}
.text-pink-200\/core-opacity-0 {
  color: rgb(251 207 232 / 0%);
}
.text-pink-200\/core-opacity-10 {
  color: rgb(251 207 232 / 10%);
}
.text-pink-200\/core-opacity-100 {
  color: rgb(251 207 232 / 100%);
}
.text-pink-200\/core-opacity-20 {
  color: rgb(251 207 232 / 20%);
}
.text-pink-200\/core-opacity-30 {
  color: rgb(251 207 232 / 30%);
}
.text-pink-200\/core-opacity-40 {
  color: rgb(251 207 232 / 40%);
}
.text-pink-200\/core-opacity-50 {
  color: rgb(251 207 232 / 50%);
}
.text-pink-200\/core-opacity-60 {
  color: rgb(251 207 232 / 60%);
}
.text-pink-200\/core-opacity-70 {
  color: rgb(251 207 232 / 70%);
}
.text-pink-200\/core-opacity-80 {
  color: rgb(251 207 232 / 80%);
}
.text-pink-200\/core-opacity-90 {
  color: rgb(251 207 232 / 90%);
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}
.text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}
.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}
.text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}
.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}
.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}
.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}
.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}
.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}
.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}
.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}
.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}
.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}
.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}
.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}
.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}
.text-pink-300\/base-opacity-disabled {
  color: rgb(249 168 212 / 60%);
}
.text-pink-300\/core-opacity-0 {
  color: rgb(249 168 212 / 0%);
}
.text-pink-300\/core-opacity-10 {
  color: rgb(249 168 212 / 10%);
}
.text-pink-300\/core-opacity-100 {
  color: rgb(249 168 212 / 100%);
}
.text-pink-300\/core-opacity-20 {
  color: rgb(249 168 212 / 20%);
}
.text-pink-300\/core-opacity-30 {
  color: rgb(249 168 212 / 30%);
}
.text-pink-300\/core-opacity-40 {
  color: rgb(249 168 212 / 40%);
}
.text-pink-300\/core-opacity-50 {
  color: rgb(249 168 212 / 50%);
}
.text-pink-300\/core-opacity-60 {
  color: rgb(249 168 212 / 60%);
}
.text-pink-300\/core-opacity-70 {
  color: rgb(249 168 212 / 70%);
}
.text-pink-300\/core-opacity-80 {
  color: rgb(249 168 212 / 80%);
}
.text-pink-300\/core-opacity-90 {
  color: rgb(249 168 212 / 90%);
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}
.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}
.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}
.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}
.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}
.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}
.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}
.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}
.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}
.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}
.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}
.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}
.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}
.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}
.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}
.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}
.text-pink-400\/base-opacity-disabled {
  color: rgb(244 114 182 / 60%);
}
.text-pink-400\/core-opacity-0 {
  color: rgb(244 114 182 / 0%);
}
.text-pink-400\/core-opacity-10 {
  color: rgb(244 114 182 / 10%);
}
.text-pink-400\/core-opacity-100 {
  color: rgb(244 114 182 / 100%);
}
.text-pink-400\/core-opacity-20 {
  color: rgb(244 114 182 / 20%);
}
.text-pink-400\/core-opacity-30 {
  color: rgb(244 114 182 / 30%);
}
.text-pink-400\/core-opacity-40 {
  color: rgb(244 114 182 / 40%);
}
.text-pink-400\/core-opacity-50 {
  color: rgb(244 114 182 / 50%);
}
.text-pink-400\/core-opacity-60 {
  color: rgb(244 114 182 / 60%);
}
.text-pink-400\/core-opacity-70 {
  color: rgb(244 114 182 / 70%);
}
.text-pink-400\/core-opacity-80 {
  color: rgb(244 114 182 / 80%);
}
.text-pink-400\/core-opacity-90 {
  color: rgb(244 114 182 / 90%);
}
.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}
.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}
.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}
.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}
.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}
.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}
.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}
.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}
.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}
.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}
.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}
.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}
.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}
.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}
.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}
.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}
.text-pink-50\/base-opacity-disabled {
  color: rgb(253 242 248 / 60%);
}
.text-pink-50\/core-opacity-0 {
  color: rgb(253 242 248 / 0%);
}
.text-pink-50\/core-opacity-10 {
  color: rgb(253 242 248 / 10%);
}
.text-pink-50\/core-opacity-100 {
  color: rgb(253 242 248 / 100%);
}
.text-pink-50\/core-opacity-20 {
  color: rgb(253 242 248 / 20%);
}
.text-pink-50\/core-opacity-30 {
  color: rgb(253 242 248 / 30%);
}
.text-pink-50\/core-opacity-40 {
  color: rgb(253 242 248 / 40%);
}
.text-pink-50\/core-opacity-50 {
  color: rgb(253 242 248 / 50%);
}
.text-pink-50\/core-opacity-60 {
  color: rgb(253 242 248 / 60%);
}
.text-pink-50\/core-opacity-70 {
  color: rgb(253 242 248 / 70%);
}
.text-pink-50\/core-opacity-80 {
  color: rgb(253 242 248 / 80%);
}
.text-pink-50\/core-opacity-90 {
  color: rgb(253 242 248 / 90%);
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}
.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}
.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}
.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}
.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}
.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}
.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}
.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}
.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}
.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}
.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}
.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}
.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}
.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}
.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}
.text-pink-500\/base-opacity-disabled {
  color: rgb(236 72 153 / 60%);
}
.text-pink-500\/core-opacity-0 {
  color: rgb(236 72 153 / 0%);
}
.text-pink-500\/core-opacity-10 {
  color: rgb(236 72 153 / 10%);
}
.text-pink-500\/core-opacity-100 {
  color: rgb(236 72 153 / 100%);
}
.text-pink-500\/core-opacity-20 {
  color: rgb(236 72 153 / 20%);
}
.text-pink-500\/core-opacity-30 {
  color: rgb(236 72 153 / 30%);
}
.text-pink-500\/core-opacity-40 {
  color: rgb(236 72 153 / 40%);
}
.text-pink-500\/core-opacity-50 {
  color: rgb(236 72 153 / 50%);
}
.text-pink-500\/core-opacity-60 {
  color: rgb(236 72 153 / 60%);
}
.text-pink-500\/core-opacity-70 {
  color: rgb(236 72 153 / 70%);
}
.text-pink-500\/core-opacity-80 {
  color: rgb(236 72 153 / 80%);
}
.text-pink-500\/core-opacity-90 {
  color: rgb(236 72 153 / 90%);
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}
.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}
.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}
.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}
.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}
.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}
.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}
.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}
.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}
.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}
.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}
.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}
.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}
.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}
.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}
.text-pink-600\/base-opacity-disabled {
  color: rgb(219 39 119 / 60%);
}
.text-pink-600\/core-opacity-0 {
  color: rgb(219 39 119 / 0%);
}
.text-pink-600\/core-opacity-10 {
  color: rgb(219 39 119 / 10%);
}
.text-pink-600\/core-opacity-100 {
  color: rgb(219 39 119 / 100%);
}
.text-pink-600\/core-opacity-20 {
  color: rgb(219 39 119 / 20%);
}
.text-pink-600\/core-opacity-30 {
  color: rgb(219 39 119 / 30%);
}
.text-pink-600\/core-opacity-40 {
  color: rgb(219 39 119 / 40%);
}
.text-pink-600\/core-opacity-50 {
  color: rgb(219 39 119 / 50%);
}
.text-pink-600\/core-opacity-60 {
  color: rgb(219 39 119 / 60%);
}
.text-pink-600\/core-opacity-70 {
  color: rgb(219 39 119 / 70%);
}
.text-pink-600\/core-opacity-80 {
  color: rgb(219 39 119 / 80%);
}
.text-pink-600\/core-opacity-90 {
  color: rgb(219 39 119 / 90%);
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}
.text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}
.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}
.text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}
.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}
.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}
.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}
.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}
.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}
.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}
.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}
.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}
.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}
.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}
.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}
.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}
.text-pink-700\/base-opacity-disabled {
  color: rgb(190 24 93 / 60%);
}
.text-pink-700\/core-opacity-0 {
  color: rgb(190 24 93 / 0%);
}
.text-pink-700\/core-opacity-10 {
  color: rgb(190 24 93 / 10%);
}
.text-pink-700\/core-opacity-100 {
  color: rgb(190 24 93 / 100%);
}
.text-pink-700\/core-opacity-20 {
  color: rgb(190 24 93 / 20%);
}
.text-pink-700\/core-opacity-30 {
  color: rgb(190 24 93 / 30%);
}
.text-pink-700\/core-opacity-40 {
  color: rgb(190 24 93 / 40%);
}
.text-pink-700\/core-opacity-50 {
  color: rgb(190 24 93 / 50%);
}
.text-pink-700\/core-opacity-60 {
  color: rgb(190 24 93 / 60%);
}
.text-pink-700\/core-opacity-70 {
  color: rgb(190 24 93 / 70%);
}
.text-pink-700\/core-opacity-80 {
  color: rgb(190 24 93 / 80%);
}
.text-pink-700\/core-opacity-90 {
  color: rgb(190 24 93 / 90%);
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}
.text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}
.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}
.text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}
.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}
.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}
.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}
.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}
.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}
.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}
.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}
.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}
.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}
.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}
.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}
.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}
.text-pink-800\/base-opacity-disabled {
  color: rgb(157 23 77 / 60%);
}
.text-pink-800\/core-opacity-0 {
  color: rgb(157 23 77 / 0%);
}
.text-pink-800\/core-opacity-10 {
  color: rgb(157 23 77 / 10%);
}
.text-pink-800\/core-opacity-100 {
  color: rgb(157 23 77 / 100%);
}
.text-pink-800\/core-opacity-20 {
  color: rgb(157 23 77 / 20%);
}
.text-pink-800\/core-opacity-30 {
  color: rgb(157 23 77 / 30%);
}
.text-pink-800\/core-opacity-40 {
  color: rgb(157 23 77 / 40%);
}
.text-pink-800\/core-opacity-50 {
  color: rgb(157 23 77 / 50%);
}
.text-pink-800\/core-opacity-60 {
  color: rgb(157 23 77 / 60%);
}
.text-pink-800\/core-opacity-70 {
  color: rgb(157 23 77 / 70%);
}
.text-pink-800\/core-opacity-80 {
  color: rgb(157 23 77 / 80%);
}
.text-pink-800\/core-opacity-90 {
  color: rgb(157 23 77 / 90%);
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}
.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}
.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}
.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}
.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}
.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}
.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}
.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}
.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}
.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}
.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}
.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}
.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}
.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}
.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}
.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}
.text-pink-900\/base-opacity-disabled {
  color: rgb(131 24 67 / 60%);
}
.text-pink-900\/core-opacity-0 {
  color: rgb(131 24 67 / 0%);
}
.text-pink-900\/core-opacity-10 {
  color: rgb(131 24 67 / 10%);
}
.text-pink-900\/core-opacity-100 {
  color: rgb(131 24 67 / 100%);
}
.text-pink-900\/core-opacity-20 {
  color: rgb(131 24 67 / 20%);
}
.text-pink-900\/core-opacity-30 {
  color: rgb(131 24 67 / 30%);
}
.text-pink-900\/core-opacity-40 {
  color: rgb(131 24 67 / 40%);
}
.text-pink-900\/core-opacity-50 {
  color: rgb(131 24 67 / 50%);
}
.text-pink-900\/core-opacity-60 {
  color: rgb(131 24 67 / 60%);
}
.text-pink-900\/core-opacity-70 {
  color: rgb(131 24 67 / 70%);
}
.text-pink-900\/core-opacity-80 {
  color: rgb(131 24 67 / 80%);
}
.text-pink-900\/core-opacity-90 {
  color: rgb(131 24 67 / 90%);
}
.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}
.text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}
.text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}
.text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}
.text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2);
}
.text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25);
}
.text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3);
}
.text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4);
}
.text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05);
}
.text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5);
}
.text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6);
}
.text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7);
}
.text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75);
}
.text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8);
}
.text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9);
}
.text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}
.text-pink-950\/base-opacity-disabled {
  color: rgb(80 7 36 / 60%);
}
.text-pink-950\/core-opacity-0 {
  color: rgb(80 7 36 / 0%);
}
.text-pink-950\/core-opacity-10 {
  color: rgb(80 7 36 / 10%);
}
.text-pink-950\/core-opacity-100 {
  color: rgb(80 7 36 / 100%);
}
.text-pink-950\/core-opacity-20 {
  color: rgb(80 7 36 / 20%);
}
.text-pink-950\/core-opacity-30 {
  color: rgb(80 7 36 / 30%);
}
.text-pink-950\/core-opacity-40 {
  color: rgb(80 7 36 / 40%);
}
.text-pink-950\/core-opacity-50 {
  color: rgb(80 7 36 / 50%);
}
.text-pink-950\/core-opacity-60 {
  color: rgb(80 7 36 / 60%);
}
.text-pink-950\/core-opacity-70 {
  color: rgb(80 7 36 / 70%);
}
.text-pink-950\/core-opacity-80 {
  color: rgb(80 7 36 / 80%);
}
.text-pink-950\/core-opacity-90 {
  color: rgb(80 7 36 / 90%);
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.text-primary-dark\/0 {
  color: rgb(60 59 151 / 0);
}
.text-primary-dark\/10 {
  color: rgb(60 59 151 / 0.1);
}
.text-primary-dark\/100 {
  color: rgb(60 59 151 / 1);
}
.text-primary-dark\/20 {
  color: rgb(60 59 151 / 0.2);
}
.text-primary-dark\/25 {
  color: rgb(60 59 151 / 0.25);
}
.text-primary-dark\/30 {
  color: rgb(60 59 151 / 0.3);
}
.text-primary-dark\/40 {
  color: rgb(60 59 151 / 0.4);
}
.text-primary-dark\/5 {
  color: rgb(60 59 151 / 0.05);
}
.text-primary-dark\/50 {
  color: rgb(60 59 151 / 0.5);
}
.text-primary-dark\/60 {
  color: rgb(60 59 151 / 0.6);
}
.text-primary-dark\/70 {
  color: rgb(60 59 151 / 0.7);
}
.text-primary-dark\/75 {
  color: rgb(60 59 151 / 0.75);
}
.text-primary-dark\/80 {
  color: rgb(60 59 151 / 0.8);
}
.text-primary-dark\/90 {
  color: rgb(60 59 151 / 0.9);
}
.text-primary-dark\/95 {
  color: rgb(60 59 151 / 0.95);
}
.text-primary-dark\/base-opacity-disabled {
  color: rgb(60 59 151 / 60%);
}
.text-primary-dark\/core-opacity-0 {
  color: rgb(60 59 151 / 0%);
}
.text-primary-dark\/core-opacity-10 {
  color: rgb(60 59 151 / 10%);
}
.text-primary-dark\/core-opacity-100 {
  color: rgb(60 59 151 / 100%);
}
.text-primary-dark\/core-opacity-20 {
  color: rgb(60 59 151 / 20%);
}
.text-primary-dark\/core-opacity-30 {
  color: rgb(60 59 151 / 30%);
}
.text-primary-dark\/core-opacity-40 {
  color: rgb(60 59 151 / 40%);
}
.text-primary-dark\/core-opacity-50 {
  color: rgb(60 59 151 / 50%);
}
.text-primary-dark\/core-opacity-60 {
  color: rgb(60 59 151 / 60%);
}
.text-primary-dark\/core-opacity-70 {
  color: rgb(60 59 151 / 70%);
}
.text-primary-dark\/core-opacity-80 {
  color: rgb(60 59 151 / 80%);
}
.text-primary-dark\/core-opacity-90 {
  color: rgb(60 59 151 / 90%);
}
.text-primary-light {
  --tw-text-opacity: 1;
  color: rgb(205 214 249 / var(--tw-text-opacity));
}
.text-primary-light\/0 {
  color: rgb(205 214 249 / 0);
}
.text-primary-light\/10 {
  color: rgb(205 214 249 / 0.1);
}
.text-primary-light\/100 {
  color: rgb(205 214 249 / 1);
}
.text-primary-light\/20 {
  color: rgb(205 214 249 / 0.2);
}
.text-primary-light\/25 {
  color: rgb(205 214 249 / 0.25);
}
.text-primary-light\/30 {
  color: rgb(205 214 249 / 0.3);
}
.text-primary-light\/40 {
  color: rgb(205 214 249 / 0.4);
}
.text-primary-light\/5 {
  color: rgb(205 214 249 / 0.05);
}
.text-primary-light\/50 {
  color: rgb(205 214 249 / 0.5);
}
.text-primary-light\/60 {
  color: rgb(205 214 249 / 0.6);
}
.text-primary-light\/70 {
  color: rgb(205 214 249 / 0.7);
}
.text-primary-light\/75 {
  color: rgb(205 214 249 / 0.75);
}
.text-primary-light\/80 {
  color: rgb(205 214 249 / 0.8);
}
.text-primary-light\/90 {
  color: rgb(205 214 249 / 0.9);
}
.text-primary-light\/95 {
  color: rgb(205 214 249 / 0.95);
}
.text-primary-light\/base-opacity-disabled {
  color: rgb(205 214 249 / 60%);
}
.text-primary-light\/core-opacity-0 {
  color: rgb(205 214 249 / 0%);
}
.text-primary-light\/core-opacity-10 {
  color: rgb(205 214 249 / 10%);
}
.text-primary-light\/core-opacity-100 {
  color: rgb(205 214 249 / 100%);
}
.text-primary-light\/core-opacity-20 {
  color: rgb(205 214 249 / 20%);
}
.text-primary-light\/core-opacity-30 {
  color: rgb(205 214 249 / 30%);
}
.text-primary-light\/core-opacity-40 {
  color: rgb(205 214 249 / 40%);
}
.text-primary-light\/core-opacity-50 {
  color: rgb(205 214 249 / 50%);
}
.text-primary-light\/core-opacity-60 {
  color: rgb(205 214 249 / 60%);
}
.text-primary-light\/core-opacity-70 {
  color: rgb(205 214 249 / 70%);
}
.text-primary-light\/core-opacity-80 {
  color: rgb(205 214 249 / 80%);
}
.text-primary-light\/core-opacity-90 {
  color: rgb(205 214 249 / 90%);
}
.text-primary\/0 {
  color: rgb(93 91 215 / 0);
}
.text-primary\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-primary\/100 {
  color: rgb(93 91 215 / 1);
}
.text-primary\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-primary\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-primary\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-primary\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-primary\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-primary\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-primary\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-primary\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-primary\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-primary\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-primary\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-primary\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-primary\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-primary\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-primary\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-primary\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-primary\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-primary\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-primary\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-primary\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-primary\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-primary\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-primary\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-primary\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(205 214 249 / var(--tw-text-opacity));
}
.text-purple-100\/0 {
  color: rgb(205 214 249 / 0);
}
.text-purple-100\/10 {
  color: rgb(205 214 249 / 0.1);
}
.text-purple-100\/100 {
  color: rgb(205 214 249 / 1);
}
.text-purple-100\/20 {
  color: rgb(205 214 249 / 0.2);
}
.text-purple-100\/25 {
  color: rgb(205 214 249 / 0.25);
}
.text-purple-100\/30 {
  color: rgb(205 214 249 / 0.3);
}
.text-purple-100\/40 {
  color: rgb(205 214 249 / 0.4);
}
.text-purple-100\/5 {
  color: rgb(205 214 249 / 0.05);
}
.text-purple-100\/50 {
  color: rgb(205 214 249 / 0.5);
}
.text-purple-100\/60 {
  color: rgb(205 214 249 / 0.6);
}
.text-purple-100\/70 {
  color: rgb(205 214 249 / 0.7);
}
.text-purple-100\/75 {
  color: rgb(205 214 249 / 0.75);
}
.text-purple-100\/80 {
  color: rgb(205 214 249 / 0.8);
}
.text-purple-100\/90 {
  color: rgb(205 214 249 / 0.9);
}
.text-purple-100\/95 {
  color: rgb(205 214 249 / 0.95);
}
.text-purple-100\/base-opacity-disabled {
  color: rgb(205 214 249 / 60%);
}
.text-purple-100\/core-opacity-0 {
  color: rgb(205 214 249 / 0%);
}
.text-purple-100\/core-opacity-10 {
  color: rgb(205 214 249 / 10%);
}
.text-purple-100\/core-opacity-100 {
  color: rgb(205 214 249 / 100%);
}
.text-purple-100\/core-opacity-20 {
  color: rgb(205 214 249 / 20%);
}
.text-purple-100\/core-opacity-30 {
  color: rgb(205 214 249 / 30%);
}
.text-purple-100\/core-opacity-40 {
  color: rgb(205 214 249 / 40%);
}
.text-purple-100\/core-opacity-50 {
  color: rgb(205 214 249 / 50%);
}
.text-purple-100\/core-opacity-60 {
  color: rgb(205 214 249 / 60%);
}
.text-purple-100\/core-opacity-70 {
  color: rgb(205 214 249 / 70%);
}
.text-purple-100\/core-opacity-80 {
  color: rgb(205 214 249 / 80%);
}
.text-purple-100\/core-opacity-90 {
  color: rgb(205 214 249 / 90%);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(174 188 244 / var(--tw-text-opacity));
}
.text-purple-200\/0 {
  color: rgb(174 188 244 / 0);
}
.text-purple-200\/10 {
  color: rgb(174 188 244 / 0.1);
}
.text-purple-200\/100 {
  color: rgb(174 188 244 / 1);
}
.text-purple-200\/20 {
  color: rgb(174 188 244 / 0.2);
}
.text-purple-200\/25 {
  color: rgb(174 188 244 / 0.25);
}
.text-purple-200\/30 {
  color: rgb(174 188 244 / 0.3);
}
.text-purple-200\/40 {
  color: rgb(174 188 244 / 0.4);
}
.text-purple-200\/5 {
  color: rgb(174 188 244 / 0.05);
}
.text-purple-200\/50 {
  color: rgb(174 188 244 / 0.5);
}
.text-purple-200\/60 {
  color: rgb(174 188 244 / 0.6);
}
.text-purple-200\/70 {
  color: rgb(174 188 244 / 0.7);
}
.text-purple-200\/75 {
  color: rgb(174 188 244 / 0.75);
}
.text-purple-200\/80 {
  color: rgb(174 188 244 / 0.8);
}
.text-purple-200\/90 {
  color: rgb(174 188 244 / 0.9);
}
.text-purple-200\/95 {
  color: rgb(174 188 244 / 0.95);
}
.text-purple-200\/base-opacity-disabled {
  color: rgb(174 188 244 / 60%);
}
.text-purple-200\/core-opacity-0 {
  color: rgb(174 188 244 / 0%);
}
.text-purple-200\/core-opacity-10 {
  color: rgb(174 188 244 / 10%);
}
.text-purple-200\/core-opacity-100 {
  color: rgb(174 188 244 / 100%);
}
.text-purple-200\/core-opacity-20 {
  color: rgb(174 188 244 / 20%);
}
.text-purple-200\/core-opacity-30 {
  color: rgb(174 188 244 / 30%);
}
.text-purple-200\/core-opacity-40 {
  color: rgb(174 188 244 / 40%);
}
.text-purple-200\/core-opacity-50 {
  color: rgb(174 188 244 / 50%);
}
.text-purple-200\/core-opacity-60 {
  color: rgb(174 188 244 / 60%);
}
.text-purple-200\/core-opacity-70 {
  color: rgb(174 188 244 / 70%);
}
.text-purple-200\/core-opacity-80 {
  color: rgb(174 188 244 / 80%);
}
.text-purple-200\/core-opacity-90 {
  color: rgb(174 188 244 / 90%);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(140 152 237 / var(--tw-text-opacity));
}
.text-purple-300\/0 {
  color: rgb(140 152 237 / 0);
}
.text-purple-300\/10 {
  color: rgb(140 152 237 / 0.1);
}
.text-purple-300\/100 {
  color: rgb(140 152 237 / 1);
}
.text-purple-300\/20 {
  color: rgb(140 152 237 / 0.2);
}
.text-purple-300\/25 {
  color: rgb(140 152 237 / 0.25);
}
.text-purple-300\/30 {
  color: rgb(140 152 237 / 0.3);
}
.text-purple-300\/40 {
  color: rgb(140 152 237 / 0.4);
}
.text-purple-300\/5 {
  color: rgb(140 152 237 / 0.05);
}
.text-purple-300\/50 {
  color: rgb(140 152 237 / 0.5);
}
.text-purple-300\/60 {
  color: rgb(140 152 237 / 0.6);
}
.text-purple-300\/70 {
  color: rgb(140 152 237 / 0.7);
}
.text-purple-300\/75 {
  color: rgb(140 152 237 / 0.75);
}
.text-purple-300\/80 {
  color: rgb(140 152 237 / 0.8);
}
.text-purple-300\/90 {
  color: rgb(140 152 237 / 0.9);
}
.text-purple-300\/95 {
  color: rgb(140 152 237 / 0.95);
}
.text-purple-300\/base-opacity-disabled {
  color: rgb(140 152 237 / 60%);
}
.text-purple-300\/core-opacity-0 {
  color: rgb(140 152 237 / 0%);
}
.text-purple-300\/core-opacity-10 {
  color: rgb(140 152 237 / 10%);
}
.text-purple-300\/core-opacity-100 {
  color: rgb(140 152 237 / 100%);
}
.text-purple-300\/core-opacity-20 {
  color: rgb(140 152 237 / 20%);
}
.text-purple-300\/core-opacity-30 {
  color: rgb(140 152 237 / 30%);
}
.text-purple-300\/core-opacity-40 {
  color: rgb(140 152 237 / 40%);
}
.text-purple-300\/core-opacity-50 {
  color: rgb(140 152 237 / 50%);
}
.text-purple-300\/core-opacity-60 {
  color: rgb(140 152 237 / 60%);
}
.text-purple-300\/core-opacity-70 {
  color: rgb(140 152 237 / 70%);
}
.text-purple-300\/core-opacity-80 {
  color: rgb(140 152 237 / 80%);
}
.text-purple-300\/core-opacity-90 {
  color: rgb(140 152 237 / 90%);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(114 121 228 / var(--tw-text-opacity));
}
.text-purple-400\/0 {
  color: rgb(114 121 228 / 0);
}
.text-purple-400\/10 {
  color: rgb(114 121 228 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(114 121 228 / 1);
}
.text-purple-400\/20 {
  color: rgb(114 121 228 / 0.2);
}
.text-purple-400\/25 {
  color: rgb(114 121 228 / 0.25);
}
.text-purple-400\/30 {
  color: rgb(114 121 228 / 0.3);
}
.text-purple-400\/40 {
  color: rgb(114 121 228 / 0.4);
}
.text-purple-400\/5 {
  color: rgb(114 121 228 / 0.05);
}
.text-purple-400\/50 {
  color: rgb(114 121 228 / 0.5);
}
.text-purple-400\/60 {
  color: rgb(114 121 228 / 0.6);
}
.text-purple-400\/70 {
  color: rgb(114 121 228 / 0.7);
}
.text-purple-400\/75 {
  color: rgb(114 121 228 / 0.75);
}
.text-purple-400\/80 {
  color: rgb(114 121 228 / 0.8);
}
.text-purple-400\/90 {
  color: rgb(114 121 228 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(114 121 228 / 0.95);
}
.text-purple-400\/base-opacity-disabled {
  color: rgb(114 121 228 / 60%);
}
.text-purple-400\/core-opacity-0 {
  color: rgb(114 121 228 / 0%);
}
.text-purple-400\/core-opacity-10 {
  color: rgb(114 121 228 / 10%);
}
.text-purple-400\/core-opacity-100 {
  color: rgb(114 121 228 / 100%);
}
.text-purple-400\/core-opacity-20 {
  color: rgb(114 121 228 / 20%);
}
.text-purple-400\/core-opacity-30 {
  color: rgb(114 121 228 / 30%);
}
.text-purple-400\/core-opacity-40 {
  color: rgb(114 121 228 / 40%);
}
.text-purple-400\/core-opacity-50 {
  color: rgb(114 121 228 / 50%);
}
.text-purple-400\/core-opacity-60 {
  color: rgb(114 121 228 / 60%);
}
.text-purple-400\/core-opacity-70 {
  color: rgb(114 121 228 / 70%);
}
.text-purple-400\/core-opacity-80 {
  color: rgb(114 121 228 / 80%);
}
.text-purple-400\/core-opacity-90 {
  color: rgb(114 121 228 / 90%);
}
.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(227 234 252 / var(--tw-text-opacity));
}
.text-purple-50\/0 {
  color: rgb(227 234 252 / 0);
}
.text-purple-50\/10 {
  color: rgb(227 234 252 / 0.1);
}
.text-purple-50\/100 {
  color: rgb(227 234 252 / 1);
}
.text-purple-50\/20 {
  color: rgb(227 234 252 / 0.2);
}
.text-purple-50\/25 {
  color: rgb(227 234 252 / 0.25);
}
.text-purple-50\/30 {
  color: rgb(227 234 252 / 0.3);
}
.text-purple-50\/40 {
  color: rgb(227 234 252 / 0.4);
}
.text-purple-50\/5 {
  color: rgb(227 234 252 / 0.05);
}
.text-purple-50\/50 {
  color: rgb(227 234 252 / 0.5);
}
.text-purple-50\/60 {
  color: rgb(227 234 252 / 0.6);
}
.text-purple-50\/70 {
  color: rgb(227 234 252 / 0.7);
}
.text-purple-50\/75 {
  color: rgb(227 234 252 / 0.75);
}
.text-purple-50\/80 {
  color: rgb(227 234 252 / 0.8);
}
.text-purple-50\/90 {
  color: rgb(227 234 252 / 0.9);
}
.text-purple-50\/95 {
  color: rgb(227 234 252 / 0.95);
}
.text-purple-50\/base-opacity-disabled {
  color: rgb(227 234 252 / 60%);
}
.text-purple-50\/core-opacity-0 {
  color: rgb(227 234 252 / 0%);
}
.text-purple-50\/core-opacity-10 {
  color: rgb(227 234 252 / 10%);
}
.text-purple-50\/core-opacity-100 {
  color: rgb(227 234 252 / 100%);
}
.text-purple-50\/core-opacity-20 {
  color: rgb(227 234 252 / 20%);
}
.text-purple-50\/core-opacity-30 {
  color: rgb(227 234 252 / 30%);
}
.text-purple-50\/core-opacity-40 {
  color: rgb(227 234 252 / 40%);
}
.text-purple-50\/core-opacity-50 {
  color: rgb(227 234 252 / 50%);
}
.text-purple-50\/core-opacity-60 {
  color: rgb(227 234 252 / 60%);
}
.text-purple-50\/core-opacity-70 {
  color: rgb(227 234 252 / 70%);
}
.text-purple-50\/core-opacity-80 {
  color: rgb(227 234 252 / 80%);
}
.text-purple-50\/core-opacity-90 {
  color: rgb(227 234 252 / 90%);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.text-purple-500\/0 {
  color: rgb(93 91 215 / 0);
}
.text-purple-500\/10 {
  color: rgb(93 91 215 / 0.1);
}
.text-purple-500\/100 {
  color: rgb(93 91 215 / 1);
}
.text-purple-500\/20 {
  color: rgb(93 91 215 / 0.2);
}
.text-purple-500\/25 {
  color: rgb(93 91 215 / 0.25);
}
.text-purple-500\/30 {
  color: rgb(93 91 215 / 0.3);
}
.text-purple-500\/40 {
  color: rgb(93 91 215 / 0.4);
}
.text-purple-500\/5 {
  color: rgb(93 91 215 / 0.05);
}
.text-purple-500\/50 {
  color: rgb(93 91 215 / 0.5);
}
.text-purple-500\/60 {
  color: rgb(93 91 215 / 0.6);
}
.text-purple-500\/70 {
  color: rgb(93 91 215 / 0.7);
}
.text-purple-500\/75 {
  color: rgb(93 91 215 / 0.75);
}
.text-purple-500\/80 {
  color: rgb(93 91 215 / 0.8);
}
.text-purple-500\/90 {
  color: rgb(93 91 215 / 0.9);
}
.text-purple-500\/95 {
  color: rgb(93 91 215 / 0.95);
}
.text-purple-500\/base-opacity-disabled {
  color: rgb(93 91 215 / 60%);
}
.text-purple-500\/core-opacity-0 {
  color: rgb(93 91 215 / 0%);
}
.text-purple-500\/core-opacity-10 {
  color: rgb(93 91 215 / 10%);
}
.text-purple-500\/core-opacity-100 {
  color: rgb(93 91 215 / 100%);
}
.text-purple-500\/core-opacity-20 {
  color: rgb(93 91 215 / 20%);
}
.text-purple-500\/core-opacity-30 {
  color: rgb(93 91 215 / 30%);
}
.text-purple-500\/core-opacity-40 {
  color: rgb(93 91 215 / 40%);
}
.text-purple-500\/core-opacity-50 {
  color: rgb(93 91 215 / 50%);
}
.text-purple-500\/core-opacity-60 {
  color: rgb(93 91 215 / 60%);
}
.text-purple-500\/core-opacity-70 {
  color: rgb(93 91 215 / 70%);
}
.text-purple-500\/core-opacity-80 {
  color: rgb(93 91 215 / 80%);
}
.text-purple-500\/core-opacity-90 {
  color: rgb(93 91 215 / 90%);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.text-purple-600\/0 {
  color: rgb(75 71 189 / 0);
}
.text-purple-600\/10 {
  color: rgb(75 71 189 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(75 71 189 / 1);
}
.text-purple-600\/20 {
  color: rgb(75 71 189 / 0.2);
}
.text-purple-600\/25 {
  color: rgb(75 71 189 / 0.25);
}
.text-purple-600\/30 {
  color: rgb(75 71 189 / 0.3);
}
.text-purple-600\/40 {
  color: rgb(75 71 189 / 0.4);
}
.text-purple-600\/5 {
  color: rgb(75 71 189 / 0.05);
}
.text-purple-600\/50 {
  color: rgb(75 71 189 / 0.5);
}
.text-purple-600\/60 {
  color: rgb(75 71 189 / 0.6);
}
.text-purple-600\/70 {
  color: rgb(75 71 189 / 0.7);
}
.text-purple-600\/75 {
  color: rgb(75 71 189 / 0.75);
}
.text-purple-600\/80 {
  color: rgb(75 71 189 / 0.8);
}
.text-purple-600\/90 {
  color: rgb(75 71 189 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(75 71 189 / 0.95);
}
.text-purple-600\/base-opacity-disabled {
  color: rgb(75 71 189 / 60%);
}
.text-purple-600\/core-opacity-0 {
  color: rgb(75 71 189 / 0%);
}
.text-purple-600\/core-opacity-10 {
  color: rgb(75 71 189 / 10%);
}
.text-purple-600\/core-opacity-100 {
  color: rgb(75 71 189 / 100%);
}
.text-purple-600\/core-opacity-20 {
  color: rgb(75 71 189 / 20%);
}
.text-purple-600\/core-opacity-30 {
  color: rgb(75 71 189 / 30%);
}
.text-purple-600\/core-opacity-40 {
  color: rgb(75 71 189 / 40%);
}
.text-purple-600\/core-opacity-50 {
  color: rgb(75 71 189 / 50%);
}
.text-purple-600\/core-opacity-60 {
  color: rgb(75 71 189 / 60%);
}
.text-purple-600\/core-opacity-70 {
  color: rgb(75 71 189 / 70%);
}
.text-purple-600\/core-opacity-80 {
  color: rgb(75 71 189 / 80%);
}
.text-purple-600\/core-opacity-90 {
  color: rgb(75 71 189 / 90%);
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.text-purple-700\/0 {
  color: rgb(60 59 151 / 0);
}
.text-purple-700\/10 {
  color: rgb(60 59 151 / 0.1);
}
.text-purple-700\/100 {
  color: rgb(60 59 151 / 1);
}
.text-purple-700\/20 {
  color: rgb(60 59 151 / 0.2);
}
.text-purple-700\/25 {
  color: rgb(60 59 151 / 0.25);
}
.text-purple-700\/30 {
  color: rgb(60 59 151 / 0.3);
}
.text-purple-700\/40 {
  color: rgb(60 59 151 / 0.4);
}
.text-purple-700\/5 {
  color: rgb(60 59 151 / 0.05);
}
.text-purple-700\/50 {
  color: rgb(60 59 151 / 0.5);
}
.text-purple-700\/60 {
  color: rgb(60 59 151 / 0.6);
}
.text-purple-700\/70 {
  color: rgb(60 59 151 / 0.7);
}
.text-purple-700\/75 {
  color: rgb(60 59 151 / 0.75);
}
.text-purple-700\/80 {
  color: rgb(60 59 151 / 0.8);
}
.text-purple-700\/90 {
  color: rgb(60 59 151 / 0.9);
}
.text-purple-700\/95 {
  color: rgb(60 59 151 / 0.95);
}
.text-purple-700\/base-opacity-disabled {
  color: rgb(60 59 151 / 60%);
}
.text-purple-700\/core-opacity-0 {
  color: rgb(60 59 151 / 0%);
}
.text-purple-700\/core-opacity-10 {
  color: rgb(60 59 151 / 10%);
}
.text-purple-700\/core-opacity-100 {
  color: rgb(60 59 151 / 100%);
}
.text-purple-700\/core-opacity-20 {
  color: rgb(60 59 151 / 20%);
}
.text-purple-700\/core-opacity-30 {
  color: rgb(60 59 151 / 30%);
}
.text-purple-700\/core-opacity-40 {
  color: rgb(60 59 151 / 40%);
}
.text-purple-700\/core-opacity-50 {
  color: rgb(60 59 151 / 50%);
}
.text-purple-700\/core-opacity-60 {
  color: rgb(60 59 151 / 60%);
}
.text-purple-700\/core-opacity-70 {
  color: rgb(60 59 151 / 70%);
}
.text-purple-700\/core-opacity-80 {
  color: rgb(60 59 151 / 80%);
}
.text-purple-700\/core-opacity-90 {
  color: rgb(60 59 151 / 90%);
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(54 54 120 / var(--tw-text-opacity));
}
.text-purple-800\/0 {
  color: rgb(54 54 120 / 0);
}
.text-purple-800\/10 {
  color: rgb(54 54 120 / 0.1);
}
.text-purple-800\/100 {
  color: rgb(54 54 120 / 1);
}
.text-purple-800\/20 {
  color: rgb(54 54 120 / 0.2);
}
.text-purple-800\/25 {
  color: rgb(54 54 120 / 0.25);
}
.text-purple-800\/30 {
  color: rgb(54 54 120 / 0.3);
}
.text-purple-800\/40 {
  color: rgb(54 54 120 / 0.4);
}
.text-purple-800\/5 {
  color: rgb(54 54 120 / 0.05);
}
.text-purple-800\/50 {
  color: rgb(54 54 120 / 0.5);
}
.text-purple-800\/60 {
  color: rgb(54 54 120 / 0.6);
}
.text-purple-800\/70 {
  color: rgb(54 54 120 / 0.7);
}
.text-purple-800\/75 {
  color: rgb(54 54 120 / 0.75);
}
.text-purple-800\/80 {
  color: rgb(54 54 120 / 0.8);
}
.text-purple-800\/90 {
  color: rgb(54 54 120 / 0.9);
}
.text-purple-800\/95 {
  color: rgb(54 54 120 / 0.95);
}
.text-purple-800\/base-opacity-disabled {
  color: rgb(54 54 120 / 60%);
}
.text-purple-800\/core-opacity-0 {
  color: rgb(54 54 120 / 0%);
}
.text-purple-800\/core-opacity-10 {
  color: rgb(54 54 120 / 10%);
}
.text-purple-800\/core-opacity-100 {
  color: rgb(54 54 120 / 100%);
}
.text-purple-800\/core-opacity-20 {
  color: rgb(54 54 120 / 20%);
}
.text-purple-800\/core-opacity-30 {
  color: rgb(54 54 120 / 30%);
}
.text-purple-800\/core-opacity-40 {
  color: rgb(54 54 120 / 40%);
}
.text-purple-800\/core-opacity-50 {
  color: rgb(54 54 120 / 50%);
}
.text-purple-800\/core-opacity-60 {
  color: rgb(54 54 120 / 60%);
}
.text-purple-800\/core-opacity-70 {
  color: rgb(54 54 120 / 70%);
}
.text-purple-800\/core-opacity-80 {
  color: rgb(54 54 120 / 80%);
}
.text-purple-800\/core-opacity-90 {
  color: rgb(54 54 120 / 90%);
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(33 31 71 / var(--tw-text-opacity));
}
.text-purple-900\/0 {
  color: rgb(33 31 71 / 0);
}
.text-purple-900\/10 {
  color: rgb(33 31 71 / 0.1);
}
.text-purple-900\/100 {
  color: rgb(33 31 71 / 1);
}
.text-purple-900\/20 {
  color: rgb(33 31 71 / 0.2);
}
.text-purple-900\/25 {
  color: rgb(33 31 71 / 0.25);
}
.text-purple-900\/30 {
  color: rgb(33 31 71 / 0.3);
}
.text-purple-900\/40 {
  color: rgb(33 31 71 / 0.4);
}
.text-purple-900\/5 {
  color: rgb(33 31 71 / 0.05);
}
.text-purple-900\/50 {
  color: rgb(33 31 71 / 0.5);
}
.text-purple-900\/60 {
  color: rgb(33 31 71 / 0.6);
}
.text-purple-900\/70 {
  color: rgb(33 31 71 / 0.7);
}
.text-purple-900\/75 {
  color: rgb(33 31 71 / 0.75);
}
.text-purple-900\/80 {
  color: rgb(33 31 71 / 0.8);
}
.text-purple-900\/90 {
  color: rgb(33 31 71 / 0.9);
}
.text-purple-900\/95 {
  color: rgb(33 31 71 / 0.95);
}
.text-purple-900\/base-opacity-disabled {
  color: rgb(33 31 71 / 60%);
}
.text-purple-900\/core-opacity-0 {
  color: rgb(33 31 71 / 0%);
}
.text-purple-900\/core-opacity-10 {
  color: rgb(33 31 71 / 10%);
}
.text-purple-900\/core-opacity-100 {
  color: rgb(33 31 71 / 100%);
}
.text-purple-900\/core-opacity-20 {
  color: rgb(33 31 71 / 20%);
}
.text-purple-900\/core-opacity-30 {
  color: rgb(33 31 71 / 30%);
}
.text-purple-900\/core-opacity-40 {
  color: rgb(33 31 71 / 40%);
}
.text-purple-900\/core-opacity-50 {
  color: rgb(33 31 71 / 50%);
}
.text-purple-900\/core-opacity-60 {
  color: rgb(33 31 71 / 60%);
}
.text-purple-900\/core-opacity-70 {
  color: rgb(33 31 71 / 70%);
}
.text-purple-900\/core-opacity-80 {
  color: rgb(33 31 71 / 80%);
}
.text-purple-900\/core-opacity-90 {
  color: rgb(33 31 71 / 90%);
}
.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}
.text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}
.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}
.text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}
.text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}
.text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}
.text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}
.text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}
.text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}
.text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}
.text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}
.text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}
.text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}
.text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}
.text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}
.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}
.text-purple-950\/base-opacity-disabled {
  color: rgb(59 7 100 / 60%);
}
.text-purple-950\/core-opacity-0 {
  color: rgb(59 7 100 / 0%);
}
.text-purple-950\/core-opacity-10 {
  color: rgb(59 7 100 / 10%);
}
.text-purple-950\/core-opacity-100 {
  color: rgb(59 7 100 / 100%);
}
.text-purple-950\/core-opacity-20 {
  color: rgb(59 7 100 / 20%);
}
.text-purple-950\/core-opacity-30 {
  color: rgb(59 7 100 / 30%);
}
.text-purple-950\/core-opacity-40 {
  color: rgb(59 7 100 / 40%);
}
.text-purple-950\/core-opacity-50 {
  color: rgb(59 7 100 / 50%);
}
.text-purple-950\/core-opacity-60 {
  color: rgb(59 7 100 / 60%);
}
.text-purple-950\/core-opacity-70 {
  color: rgb(59 7 100 / 70%);
}
.text-purple-950\/core-opacity-80 {
  color: rgb(59 7 100 / 80%);
}
.text-purple-950\/core-opacity-90 {
  color: rgb(59 7 100 / 90%);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-red-100\/base-opacity-disabled {
  color: rgb(254 226 226 / 60%);
}
.text-red-100\/core-opacity-0 {
  color: rgb(254 226 226 / 0%);
}
.text-red-100\/core-opacity-10 {
  color: rgb(254 226 226 / 10%);
}
.text-red-100\/core-opacity-100 {
  color: rgb(254 226 226 / 100%);
}
.text-red-100\/core-opacity-20 {
  color: rgb(254 226 226 / 20%);
}
.text-red-100\/core-opacity-30 {
  color: rgb(254 226 226 / 30%);
}
.text-red-100\/core-opacity-40 {
  color: rgb(254 226 226 / 40%);
}
.text-red-100\/core-opacity-50 {
  color: rgb(254 226 226 / 50%);
}
.text-red-100\/core-opacity-60 {
  color: rgb(254 226 226 / 60%);
}
.text-red-100\/core-opacity-70 {
  color: rgb(254 226 226 / 70%);
}
.text-red-100\/core-opacity-80 {
  color: rgb(254 226 226 / 80%);
}
.text-red-100\/core-opacity-90 {
  color: rgb(254 226 226 / 90%);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-200\/base-opacity-disabled {
  color: rgb(254 202 202 / 60%);
}
.text-red-200\/core-opacity-0 {
  color: rgb(254 202 202 / 0%);
}
.text-red-200\/core-opacity-10 {
  color: rgb(254 202 202 / 10%);
}
.text-red-200\/core-opacity-100 {
  color: rgb(254 202 202 / 100%);
}
.text-red-200\/core-opacity-20 {
  color: rgb(254 202 202 / 20%);
}
.text-red-200\/core-opacity-30 {
  color: rgb(254 202 202 / 30%);
}
.text-red-200\/core-opacity-40 {
  color: rgb(254 202 202 / 40%);
}
.text-red-200\/core-opacity-50 {
  color: rgb(254 202 202 / 50%);
}
.text-red-200\/core-opacity-60 {
  color: rgb(254 202 202 / 60%);
}
.text-red-200\/core-opacity-70 {
  color: rgb(254 202 202 / 70%);
}
.text-red-200\/core-opacity-80 {
  color: rgb(254 202 202 / 80%);
}
.text-red-200\/core-opacity-90 {
  color: rgb(254 202 202 / 90%);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-300\/base-opacity-disabled {
  color: rgb(252 165 165 / 60%);
}
.text-red-300\/core-opacity-0 {
  color: rgb(252 165 165 / 0%);
}
.text-red-300\/core-opacity-10 {
  color: rgb(252 165 165 / 10%);
}
.text-red-300\/core-opacity-100 {
  color: rgb(252 165 165 / 100%);
}
.text-red-300\/core-opacity-20 {
  color: rgb(252 165 165 / 20%);
}
.text-red-300\/core-opacity-30 {
  color: rgb(252 165 165 / 30%);
}
.text-red-300\/core-opacity-40 {
  color: rgb(252 165 165 / 40%);
}
.text-red-300\/core-opacity-50 {
  color: rgb(252 165 165 / 50%);
}
.text-red-300\/core-opacity-60 {
  color: rgb(252 165 165 / 60%);
}
.text-red-300\/core-opacity-70 {
  color: rgb(252 165 165 / 70%);
}
.text-red-300\/core-opacity-80 {
  color: rgb(252 165 165 / 80%);
}
.text-red-300\/core-opacity-90 {
  color: rgb(252 165 165 / 90%);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(245 86 86 / var(--tw-text-opacity));
}
.text-red-400\/0 {
  color: rgb(245 86 86 / 0);
}
.text-red-400\/10 {
  color: rgb(245 86 86 / 0.1);
}
.text-red-400\/100 {
  color: rgb(245 86 86 / 1);
}
.text-red-400\/20 {
  color: rgb(245 86 86 / 0.2);
}
.text-red-400\/25 {
  color: rgb(245 86 86 / 0.25);
}
.text-red-400\/30 {
  color: rgb(245 86 86 / 0.3);
}
.text-red-400\/40 {
  color: rgb(245 86 86 / 0.4);
}
.text-red-400\/5 {
  color: rgb(245 86 86 / 0.05);
}
.text-red-400\/50 {
  color: rgb(245 86 86 / 0.5);
}
.text-red-400\/60 {
  color: rgb(245 86 86 / 0.6);
}
.text-red-400\/70 {
  color: rgb(245 86 86 / 0.7);
}
.text-red-400\/75 {
  color: rgb(245 86 86 / 0.75);
}
.text-red-400\/80 {
  color: rgb(245 86 86 / 0.8);
}
.text-red-400\/90 {
  color: rgb(245 86 86 / 0.9);
}
.text-red-400\/95 {
  color: rgb(245 86 86 / 0.95);
}
.text-red-400\/base-opacity-disabled {
  color: rgb(245 86 86 / 60%);
}
.text-red-400\/core-opacity-0 {
  color: rgb(245 86 86 / 0%);
}
.text-red-400\/core-opacity-10 {
  color: rgb(245 86 86 / 10%);
}
.text-red-400\/core-opacity-100 {
  color: rgb(245 86 86 / 100%);
}
.text-red-400\/core-opacity-20 {
  color: rgb(245 86 86 / 20%);
}
.text-red-400\/core-opacity-30 {
  color: rgb(245 86 86 / 30%);
}
.text-red-400\/core-opacity-40 {
  color: rgb(245 86 86 / 40%);
}
.text-red-400\/core-opacity-50 {
  color: rgb(245 86 86 / 50%);
}
.text-red-400\/core-opacity-60 {
  color: rgb(245 86 86 / 60%);
}
.text-red-400\/core-opacity-70 {
  color: rgb(245 86 86 / 70%);
}
.text-red-400\/core-opacity-80 {
  color: rgb(245 86 86 / 80%);
}
.text-red-400\/core-opacity-90 {
  color: rgb(245 86 86 / 90%);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 247 247 / var(--tw-text-opacity));
}
.text-red-50\/0 {
  color: rgb(254 247 247 / 0);
}
.text-red-50\/10 {
  color: rgb(254 247 247 / 0.1);
}
.text-red-50\/100 {
  color: rgb(254 247 247 / 1);
}
.text-red-50\/20 {
  color: rgb(254 247 247 / 0.2);
}
.text-red-50\/25 {
  color: rgb(254 247 247 / 0.25);
}
.text-red-50\/30 {
  color: rgb(254 247 247 / 0.3);
}
.text-red-50\/40 {
  color: rgb(254 247 247 / 0.4);
}
.text-red-50\/5 {
  color: rgb(254 247 247 / 0.05);
}
.text-red-50\/50 {
  color: rgb(254 247 247 / 0.5);
}
.text-red-50\/60 {
  color: rgb(254 247 247 / 0.6);
}
.text-red-50\/70 {
  color: rgb(254 247 247 / 0.7);
}
.text-red-50\/75 {
  color: rgb(254 247 247 / 0.75);
}
.text-red-50\/80 {
  color: rgb(254 247 247 / 0.8);
}
.text-red-50\/90 {
  color: rgb(254 247 247 / 0.9);
}
.text-red-50\/95 {
  color: rgb(254 247 247 / 0.95);
}
.text-red-50\/base-opacity-disabled {
  color: rgb(254 247 247 / 60%);
}
.text-red-50\/core-opacity-0 {
  color: rgb(254 247 247 / 0%);
}
.text-red-50\/core-opacity-10 {
  color: rgb(254 247 247 / 10%);
}
.text-red-50\/core-opacity-100 {
  color: rgb(254 247 247 / 100%);
}
.text-red-50\/core-opacity-20 {
  color: rgb(254 247 247 / 20%);
}
.text-red-50\/core-opacity-30 {
  color: rgb(254 247 247 / 30%);
}
.text-red-50\/core-opacity-40 {
  color: rgb(254 247 247 / 40%);
}
.text-red-50\/core-opacity-50 {
  color: rgb(254 247 247 / 50%);
}
.text-red-50\/core-opacity-60 {
  color: rgb(254 247 247 / 60%);
}
.text-red-50\/core-opacity-70 {
  color: rgb(254 247 247 / 70%);
}
.text-red-50\/core-opacity-80 {
  color: rgb(254 247 247 / 80%);
}
.text-red-50\/core-opacity-90 {
  color: rgb(254 247 247 / 90%);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-500\/base-opacity-disabled {
  color: rgb(239 68 68 / 60%);
}
.text-red-500\/core-opacity-0 {
  color: rgb(239 68 68 / 0%);
}
.text-red-500\/core-opacity-10 {
  color: rgb(239 68 68 / 10%);
}
.text-red-500\/core-opacity-100 {
  color: rgb(239 68 68 / 100%);
}
.text-red-500\/core-opacity-20 {
  color: rgb(239 68 68 / 20%);
}
.text-red-500\/core-opacity-30 {
  color: rgb(239 68 68 / 30%);
}
.text-red-500\/core-opacity-40 {
  color: rgb(239 68 68 / 40%);
}
.text-red-500\/core-opacity-50 {
  color: rgb(239 68 68 / 50%);
}
.text-red-500\/core-opacity-60 {
  color: rgb(239 68 68 / 60%);
}
.text-red-500\/core-opacity-70 {
  color: rgb(239 68 68 / 70%);
}
.text-red-500\/core-opacity-80 {
  color: rgb(239 68 68 / 80%);
}
.text-red-500\/core-opacity-90 {
  color: rgb(239 68 68 / 90%);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-red-600\/base-opacity-disabled {
  color: rgb(220 38 38 / 60%);
}
.text-red-600\/core-opacity-0 {
  color: rgb(220 38 38 / 0%);
}
.text-red-600\/core-opacity-10 {
  color: rgb(220 38 38 / 10%);
}
.text-red-600\/core-opacity-100 {
  color: rgb(220 38 38 / 100%);
}
.text-red-600\/core-opacity-20 {
  color: rgb(220 38 38 / 20%);
}
.text-red-600\/core-opacity-30 {
  color: rgb(220 38 38 / 30%);
}
.text-red-600\/core-opacity-40 {
  color: rgb(220 38 38 / 40%);
}
.text-red-600\/core-opacity-50 {
  color: rgb(220 38 38 / 50%);
}
.text-red-600\/core-opacity-60 {
  color: rgb(220 38 38 / 60%);
}
.text-red-600\/core-opacity-70 {
  color: rgb(220 38 38 / 70%);
}
.text-red-600\/core-opacity-80 {
  color: rgb(220 38 38 / 80%);
}
.text-red-600\/core-opacity-90 {
  color: rgb(220 38 38 / 90%);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-red-700\/base-opacity-disabled {
  color: rgb(185 28 28 / 60%);
}
.text-red-700\/core-opacity-0 {
  color: rgb(185 28 28 / 0%);
}
.text-red-700\/core-opacity-10 {
  color: rgb(185 28 28 / 10%);
}
.text-red-700\/core-opacity-100 {
  color: rgb(185 28 28 / 100%);
}
.text-red-700\/core-opacity-20 {
  color: rgb(185 28 28 / 20%);
}
.text-red-700\/core-opacity-30 {
  color: rgb(185 28 28 / 30%);
}
.text-red-700\/core-opacity-40 {
  color: rgb(185 28 28 / 40%);
}
.text-red-700\/core-opacity-50 {
  color: rgb(185 28 28 / 50%);
}
.text-red-700\/core-opacity-60 {
  color: rgb(185 28 28 / 60%);
}
.text-red-700\/core-opacity-70 {
  color: rgb(185 28 28 / 70%);
}
.text-red-700\/core-opacity-80 {
  color: rgb(185 28 28 / 80%);
}
.text-red-700\/core-opacity-90 {
  color: rgb(185 28 28 / 90%);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.text-red-800\/base-opacity-disabled {
  color: rgb(153 27 27 / 60%);
}
.text-red-800\/core-opacity-0 {
  color: rgb(153 27 27 / 0%);
}
.text-red-800\/core-opacity-10 {
  color: rgb(153 27 27 / 10%);
}
.text-red-800\/core-opacity-100 {
  color: rgb(153 27 27 / 100%);
}
.text-red-800\/core-opacity-20 {
  color: rgb(153 27 27 / 20%);
}
.text-red-800\/core-opacity-30 {
  color: rgb(153 27 27 / 30%);
}
.text-red-800\/core-opacity-40 {
  color: rgb(153 27 27 / 40%);
}
.text-red-800\/core-opacity-50 {
  color: rgb(153 27 27 / 50%);
}
.text-red-800\/core-opacity-60 {
  color: rgb(153 27 27 / 60%);
}
.text-red-800\/core-opacity-70 {
  color: rgb(153 27 27 / 70%);
}
.text-red-800\/core-opacity-80 {
  color: rgb(153 27 27 / 80%);
}
.text-red-800\/core-opacity-90 {
  color: rgb(153 27 27 / 90%);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-red-900\/base-opacity-disabled {
  color: rgb(127 29 29 / 60%);
}
.text-red-900\/core-opacity-0 {
  color: rgb(127 29 29 / 0%);
}
.text-red-900\/core-opacity-10 {
  color: rgb(127 29 29 / 10%);
}
.text-red-900\/core-opacity-100 {
  color: rgb(127 29 29 / 100%);
}
.text-red-900\/core-opacity-20 {
  color: rgb(127 29 29 / 20%);
}
.text-red-900\/core-opacity-30 {
  color: rgb(127 29 29 / 30%);
}
.text-red-900\/core-opacity-40 {
  color: rgb(127 29 29 / 40%);
}
.text-red-900\/core-opacity-50 {
  color: rgb(127 29 29 / 50%);
}
.text-red-900\/core-opacity-60 {
  color: rgb(127 29 29 / 60%);
}
.text-red-900\/core-opacity-70 {
  color: rgb(127 29 29 / 70%);
}
.text-red-900\/core-opacity-80 {
  color: rgb(127 29 29 / 80%);
}
.text-red-900\/core-opacity-90 {
  color: rgb(127 29 29 / 90%);
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}
.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}
.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.text-red-950\/base-opacity-disabled {
  color: rgb(69 10 10 / 60%);
}
.text-red-950\/core-opacity-0 {
  color: rgb(69 10 10 / 0%);
}
.text-red-950\/core-opacity-10 {
  color: rgb(69 10 10 / 10%);
}
.text-red-950\/core-opacity-100 {
  color: rgb(69 10 10 / 100%);
}
.text-red-950\/core-opacity-20 {
  color: rgb(69 10 10 / 20%);
}
.text-red-950\/core-opacity-30 {
  color: rgb(69 10 10 / 30%);
}
.text-red-950\/core-opacity-40 {
  color: rgb(69 10 10 / 40%);
}
.text-red-950\/core-opacity-50 {
  color: rgb(69 10 10 / 50%);
}
.text-red-950\/core-opacity-60 {
  color: rgb(69 10 10 / 60%);
}
.text-red-950\/core-opacity-70 {
  color: rgb(69 10 10 / 70%);
}
.text-red-950\/core-opacity-80 {
  color: rgb(69 10 10 / 80%);
}
.text-red-950\/core-opacity-90 {
  color: rgb(69 10 10 / 90%);
}
.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
.text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}
.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}
.text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}
.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}
.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}
.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}
.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}
.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}
.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}
.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}
.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}
.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}
.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}
.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}
.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}
.text-rose-100\/base-opacity-disabled {
  color: rgb(255 228 230 / 60%);
}
.text-rose-100\/core-opacity-0 {
  color: rgb(255 228 230 / 0%);
}
.text-rose-100\/core-opacity-10 {
  color: rgb(255 228 230 / 10%);
}
.text-rose-100\/core-opacity-100 {
  color: rgb(255 228 230 / 100%);
}
.text-rose-100\/core-opacity-20 {
  color: rgb(255 228 230 / 20%);
}
.text-rose-100\/core-opacity-30 {
  color: rgb(255 228 230 / 30%);
}
.text-rose-100\/core-opacity-40 {
  color: rgb(255 228 230 / 40%);
}
.text-rose-100\/core-opacity-50 {
  color: rgb(255 228 230 / 50%);
}
.text-rose-100\/core-opacity-60 {
  color: rgb(255 228 230 / 60%);
}
.text-rose-100\/core-opacity-70 {
  color: rgb(255 228 230 / 70%);
}
.text-rose-100\/core-opacity-80 {
  color: rgb(255 228 230 / 80%);
}
.text-rose-100\/core-opacity-90 {
  color: rgb(255 228 230 / 90%);
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}
.text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}
.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}
.text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}
.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}
.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}
.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}
.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}
.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}
.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}
.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}
.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}
.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}
.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}
.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}
.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}
.text-rose-200\/base-opacity-disabled {
  color: rgb(254 205 211 / 60%);
}
.text-rose-200\/core-opacity-0 {
  color: rgb(254 205 211 / 0%);
}
.text-rose-200\/core-opacity-10 {
  color: rgb(254 205 211 / 10%);
}
.text-rose-200\/core-opacity-100 {
  color: rgb(254 205 211 / 100%);
}
.text-rose-200\/core-opacity-20 {
  color: rgb(254 205 211 / 20%);
}
.text-rose-200\/core-opacity-30 {
  color: rgb(254 205 211 / 30%);
}
.text-rose-200\/core-opacity-40 {
  color: rgb(254 205 211 / 40%);
}
.text-rose-200\/core-opacity-50 {
  color: rgb(254 205 211 / 50%);
}
.text-rose-200\/core-opacity-60 {
  color: rgb(254 205 211 / 60%);
}
.text-rose-200\/core-opacity-70 {
  color: rgb(254 205 211 / 70%);
}
.text-rose-200\/core-opacity-80 {
  color: rgb(254 205 211 / 80%);
}
.text-rose-200\/core-opacity-90 {
  color: rgb(254 205 211 / 90%);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}
.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}
.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}
.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}
.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}
.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}
.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}
.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}
.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}
.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}
.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}
.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}
.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}
.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}
.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}
.text-rose-300\/base-opacity-disabled {
  color: rgb(253 164 175 / 60%);
}
.text-rose-300\/core-opacity-0 {
  color: rgb(253 164 175 / 0%);
}
.text-rose-300\/core-opacity-10 {
  color: rgb(253 164 175 / 10%);
}
.text-rose-300\/core-opacity-100 {
  color: rgb(253 164 175 / 100%);
}
.text-rose-300\/core-opacity-20 {
  color: rgb(253 164 175 / 20%);
}
.text-rose-300\/core-opacity-30 {
  color: rgb(253 164 175 / 30%);
}
.text-rose-300\/core-opacity-40 {
  color: rgb(253 164 175 / 40%);
}
.text-rose-300\/core-opacity-50 {
  color: rgb(253 164 175 / 50%);
}
.text-rose-300\/core-opacity-60 {
  color: rgb(253 164 175 / 60%);
}
.text-rose-300\/core-opacity-70 {
  color: rgb(253 164 175 / 70%);
}
.text-rose-300\/core-opacity-80 {
  color: rgb(253 164 175 / 80%);
}
.text-rose-300\/core-opacity-90 {
  color: rgb(253 164 175 / 90%);
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}
.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}
.text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}
.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}
.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}
.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}
.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}
.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}
.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}
.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}
.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}
.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}
.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}
.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}
.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}
.text-rose-400\/base-opacity-disabled {
  color: rgb(251 113 133 / 60%);
}
.text-rose-400\/core-opacity-0 {
  color: rgb(251 113 133 / 0%);
}
.text-rose-400\/core-opacity-10 {
  color: rgb(251 113 133 / 10%);
}
.text-rose-400\/core-opacity-100 {
  color: rgb(251 113 133 / 100%);
}
.text-rose-400\/core-opacity-20 {
  color: rgb(251 113 133 / 20%);
}
.text-rose-400\/core-opacity-30 {
  color: rgb(251 113 133 / 30%);
}
.text-rose-400\/core-opacity-40 {
  color: rgb(251 113 133 / 40%);
}
.text-rose-400\/core-opacity-50 {
  color: rgb(251 113 133 / 50%);
}
.text-rose-400\/core-opacity-60 {
  color: rgb(251 113 133 / 60%);
}
.text-rose-400\/core-opacity-70 {
  color: rgb(251 113 133 / 70%);
}
.text-rose-400\/core-opacity-80 {
  color: rgb(251 113 133 / 80%);
}
.text-rose-400\/core-opacity-90 {
  color: rgb(251 113 133 / 90%);
}
.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}
.text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}
.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}
.text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}
.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}
.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}
.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}
.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}
.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}
.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}
.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}
.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}
.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}
.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}
.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}
.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95);
}
.text-rose-50\/base-opacity-disabled {
  color: rgb(255 241 242 / 60%);
}
.text-rose-50\/core-opacity-0 {
  color: rgb(255 241 242 / 0%);
}
.text-rose-50\/core-opacity-10 {
  color: rgb(255 241 242 / 10%);
}
.text-rose-50\/core-opacity-100 {
  color: rgb(255 241 242 / 100%);
}
.text-rose-50\/core-opacity-20 {
  color: rgb(255 241 242 / 20%);
}
.text-rose-50\/core-opacity-30 {
  color: rgb(255 241 242 / 30%);
}
.text-rose-50\/core-opacity-40 {
  color: rgb(255 241 242 / 40%);
}
.text-rose-50\/core-opacity-50 {
  color: rgb(255 241 242 / 50%);
}
.text-rose-50\/core-opacity-60 {
  color: rgb(255 241 242 / 60%);
}
.text-rose-50\/core-opacity-70 {
  color: rgb(255 241 242 / 70%);
}
.text-rose-50\/core-opacity-80 {
  color: rgb(255 241 242 / 80%);
}
.text-rose-50\/core-opacity-90 {
  color: rgb(255 241 242 / 90%);
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}
.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}
.text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}
.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}
.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}
.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}
.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}
.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}
.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}
.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}
.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}
.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}
.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}
.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}
.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}
.text-rose-500\/base-opacity-disabled {
  color: rgb(244 63 94 / 60%);
}
.text-rose-500\/core-opacity-0 {
  color: rgb(244 63 94 / 0%);
}
.text-rose-500\/core-opacity-10 {
  color: rgb(244 63 94 / 10%);
}
.text-rose-500\/core-opacity-100 {
  color: rgb(244 63 94 / 100%);
}
.text-rose-500\/core-opacity-20 {
  color: rgb(244 63 94 / 20%);
}
.text-rose-500\/core-opacity-30 {
  color: rgb(244 63 94 / 30%);
}
.text-rose-500\/core-opacity-40 {
  color: rgb(244 63 94 / 40%);
}
.text-rose-500\/core-opacity-50 {
  color: rgb(244 63 94 / 50%);
}
.text-rose-500\/core-opacity-60 {
  color: rgb(244 63 94 / 60%);
}
.text-rose-500\/core-opacity-70 {
  color: rgb(244 63 94 / 70%);
}
.text-rose-500\/core-opacity-80 {
  color: rgb(244 63 94 / 80%);
}
.text-rose-500\/core-opacity-90 {
  color: rgb(244 63 94 / 90%);
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}
.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}
.text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}
.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}
.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}
.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}
.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}
.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}
.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}
.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}
.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}
.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}
.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}
.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}
.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}
.text-rose-600\/base-opacity-disabled {
  color: rgb(225 29 72 / 60%);
}
.text-rose-600\/core-opacity-0 {
  color: rgb(225 29 72 / 0%);
}
.text-rose-600\/core-opacity-10 {
  color: rgb(225 29 72 / 10%);
}
.text-rose-600\/core-opacity-100 {
  color: rgb(225 29 72 / 100%);
}
.text-rose-600\/core-opacity-20 {
  color: rgb(225 29 72 / 20%);
}
.text-rose-600\/core-opacity-30 {
  color: rgb(225 29 72 / 30%);
}
.text-rose-600\/core-opacity-40 {
  color: rgb(225 29 72 / 40%);
}
.text-rose-600\/core-opacity-50 {
  color: rgb(225 29 72 / 50%);
}
.text-rose-600\/core-opacity-60 {
  color: rgb(225 29 72 / 60%);
}
.text-rose-600\/core-opacity-70 {
  color: rgb(225 29 72 / 70%);
}
.text-rose-600\/core-opacity-80 {
  color: rgb(225 29 72 / 80%);
}
.text-rose-600\/core-opacity-90 {
  color: rgb(225 29 72 / 90%);
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}
.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}
.text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}
.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}
.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}
.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}
.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}
.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}
.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}
.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}
.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}
.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}
.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}
.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}
.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}
.text-rose-700\/base-opacity-disabled {
  color: rgb(190 18 60 / 60%);
}
.text-rose-700\/core-opacity-0 {
  color: rgb(190 18 60 / 0%);
}
.text-rose-700\/core-opacity-10 {
  color: rgb(190 18 60 / 10%);
}
.text-rose-700\/core-opacity-100 {
  color: rgb(190 18 60 / 100%);
}
.text-rose-700\/core-opacity-20 {
  color: rgb(190 18 60 / 20%);
}
.text-rose-700\/core-opacity-30 {
  color: rgb(190 18 60 / 30%);
}
.text-rose-700\/core-opacity-40 {
  color: rgb(190 18 60 / 40%);
}
.text-rose-700\/core-opacity-50 {
  color: rgb(190 18 60 / 50%);
}
.text-rose-700\/core-opacity-60 {
  color: rgb(190 18 60 / 60%);
}
.text-rose-700\/core-opacity-70 {
  color: rgb(190 18 60 / 70%);
}
.text-rose-700\/core-opacity-80 {
  color: rgb(190 18 60 / 80%);
}
.text-rose-700\/core-opacity-90 {
  color: rgb(190 18 60 / 90%);
}
.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}
.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}
.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}
.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}
.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}
.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}
.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}
.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}
.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}
.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}
.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}
.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}
.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}
.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}
.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}
.text-rose-800\/base-opacity-disabled {
  color: rgb(159 18 57 / 60%);
}
.text-rose-800\/core-opacity-0 {
  color: rgb(159 18 57 / 0%);
}
.text-rose-800\/core-opacity-10 {
  color: rgb(159 18 57 / 10%);
}
.text-rose-800\/core-opacity-100 {
  color: rgb(159 18 57 / 100%);
}
.text-rose-800\/core-opacity-20 {
  color: rgb(159 18 57 / 20%);
}
.text-rose-800\/core-opacity-30 {
  color: rgb(159 18 57 / 30%);
}
.text-rose-800\/core-opacity-40 {
  color: rgb(159 18 57 / 40%);
}
.text-rose-800\/core-opacity-50 {
  color: rgb(159 18 57 / 50%);
}
.text-rose-800\/core-opacity-60 {
  color: rgb(159 18 57 / 60%);
}
.text-rose-800\/core-opacity-70 {
  color: rgb(159 18 57 / 70%);
}
.text-rose-800\/core-opacity-80 {
  color: rgb(159 18 57 / 80%);
}
.text-rose-800\/core-opacity-90 {
  color: rgb(159 18 57 / 90%);
}
.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}
.text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}
.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}
.text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}
.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}
.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}
.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}
.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}
.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}
.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}
.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}
.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}
.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}
.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}
.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}
.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}
.text-rose-900\/base-opacity-disabled {
  color: rgb(136 19 55 / 60%);
}
.text-rose-900\/core-opacity-0 {
  color: rgb(136 19 55 / 0%);
}
.text-rose-900\/core-opacity-10 {
  color: rgb(136 19 55 / 10%);
}
.text-rose-900\/core-opacity-100 {
  color: rgb(136 19 55 / 100%);
}
.text-rose-900\/core-opacity-20 {
  color: rgb(136 19 55 / 20%);
}
.text-rose-900\/core-opacity-30 {
  color: rgb(136 19 55 / 30%);
}
.text-rose-900\/core-opacity-40 {
  color: rgb(136 19 55 / 40%);
}
.text-rose-900\/core-opacity-50 {
  color: rgb(136 19 55 / 50%);
}
.text-rose-900\/core-opacity-60 {
  color: rgb(136 19 55 / 60%);
}
.text-rose-900\/core-opacity-70 {
  color: rgb(136 19 55 / 70%);
}
.text-rose-900\/core-opacity-80 {
  color: rgb(136 19 55 / 80%);
}
.text-rose-900\/core-opacity-90 {
  color: rgb(136 19 55 / 90%);
}
.text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}
.text-rose-950\/0 {
  color: rgb(76 5 25 / 0);
}
.text-rose-950\/10 {
  color: rgb(76 5 25 / 0.1);
}
.text-rose-950\/100 {
  color: rgb(76 5 25 / 1);
}
.text-rose-950\/20 {
  color: rgb(76 5 25 / 0.2);
}
.text-rose-950\/25 {
  color: rgb(76 5 25 / 0.25);
}
.text-rose-950\/30 {
  color: rgb(76 5 25 / 0.3);
}
.text-rose-950\/40 {
  color: rgb(76 5 25 / 0.4);
}
.text-rose-950\/5 {
  color: rgb(76 5 25 / 0.05);
}
.text-rose-950\/50 {
  color: rgb(76 5 25 / 0.5);
}
.text-rose-950\/60 {
  color: rgb(76 5 25 / 0.6);
}
.text-rose-950\/70 {
  color: rgb(76 5 25 / 0.7);
}
.text-rose-950\/75 {
  color: rgb(76 5 25 / 0.75);
}
.text-rose-950\/80 {
  color: rgb(76 5 25 / 0.8);
}
.text-rose-950\/90 {
  color: rgb(76 5 25 / 0.9);
}
.text-rose-950\/95 {
  color: rgb(76 5 25 / 0.95);
}
.text-rose-950\/base-opacity-disabled {
  color: rgb(76 5 25 / 60%);
}
.text-rose-950\/core-opacity-0 {
  color: rgb(76 5 25 / 0%);
}
.text-rose-950\/core-opacity-10 {
  color: rgb(76 5 25 / 10%);
}
.text-rose-950\/core-opacity-100 {
  color: rgb(76 5 25 / 100%);
}
.text-rose-950\/core-opacity-20 {
  color: rgb(76 5 25 / 20%);
}
.text-rose-950\/core-opacity-30 {
  color: rgb(76 5 25 / 30%);
}
.text-rose-950\/core-opacity-40 {
  color: rgb(76 5 25 / 40%);
}
.text-rose-950\/core-opacity-50 {
  color: rgb(76 5 25 / 50%);
}
.text-rose-950\/core-opacity-60 {
  color: rgb(76 5 25 / 60%);
}
.text-rose-950\/core-opacity-70 {
  color: rgb(76 5 25 / 70%);
}
.text-rose-950\/core-opacity-80 {
  color: rgb(76 5 25 / 80%);
}
.text-rose-950\/core-opacity-90 {
  color: rgb(76 5 25 / 90%);
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(211 6 62 / var(--tw-text-opacity));
}
.text-secondary-light {
  --tw-text-opacity: 1;
  color: rgb(241 143 169 / var(--tw-text-opacity));
}
.text-secondary-light\/0 {
  color: rgb(241 143 169 / 0);
}
.text-secondary-light\/10 {
  color: rgb(241 143 169 / 0.1);
}
.text-secondary-light\/100 {
  color: rgb(241 143 169 / 1);
}
.text-secondary-light\/20 {
  color: rgb(241 143 169 / 0.2);
}
.text-secondary-light\/25 {
  color: rgb(241 143 169 / 0.25);
}
.text-secondary-light\/30 {
  color: rgb(241 143 169 / 0.3);
}
.text-secondary-light\/40 {
  color: rgb(241 143 169 / 0.4);
}
.text-secondary-light\/5 {
  color: rgb(241 143 169 / 0.05);
}
.text-secondary-light\/50 {
  color: rgb(241 143 169 / 0.5);
}
.text-secondary-light\/60 {
  color: rgb(241 143 169 / 0.6);
}
.text-secondary-light\/70 {
  color: rgb(241 143 169 / 0.7);
}
.text-secondary-light\/75 {
  color: rgb(241 143 169 / 0.75);
}
.text-secondary-light\/80 {
  color: rgb(241 143 169 / 0.8);
}
.text-secondary-light\/90 {
  color: rgb(241 143 169 / 0.9);
}
.text-secondary-light\/95 {
  color: rgb(241 143 169 / 0.95);
}
.text-secondary-light\/base-opacity-disabled {
  color: rgb(241 143 169 / 60%);
}
.text-secondary-light\/core-opacity-0 {
  color: rgb(241 143 169 / 0%);
}
.text-secondary-light\/core-opacity-10 {
  color: rgb(241 143 169 / 10%);
}
.text-secondary-light\/core-opacity-100 {
  color: rgb(241 143 169 / 100%);
}
.text-secondary-light\/core-opacity-20 {
  color: rgb(241 143 169 / 20%);
}
.text-secondary-light\/core-opacity-30 {
  color: rgb(241 143 169 / 30%);
}
.text-secondary-light\/core-opacity-40 {
  color: rgb(241 143 169 / 40%);
}
.text-secondary-light\/core-opacity-50 {
  color: rgb(241 143 169 / 50%);
}
.text-secondary-light\/core-opacity-60 {
  color: rgb(241 143 169 / 60%);
}
.text-secondary-light\/core-opacity-70 {
  color: rgb(241 143 169 / 70%);
}
.text-secondary-light\/core-opacity-80 {
  color: rgb(241 143 169 / 80%);
}
.text-secondary-light\/core-opacity-90 {
  color: rgb(241 143 169 / 90%);
}
.text-secondary\/0 {
  color: rgb(211 6 62 / 0);
}
.text-secondary\/10 {
  color: rgb(211 6 62 / 0.1);
}
.text-secondary\/100 {
  color: rgb(211 6 62 / 1);
}
.text-secondary\/20 {
  color: rgb(211 6 62 / 0.2);
}
.text-secondary\/25 {
  color: rgb(211 6 62 / 0.25);
}
.text-secondary\/30 {
  color: rgb(211 6 62 / 0.3);
}
.text-secondary\/40 {
  color: rgb(211 6 62 / 0.4);
}
.text-secondary\/5 {
  color: rgb(211 6 62 / 0.05);
}
.text-secondary\/50 {
  color: rgb(211 6 62 / 0.5);
}
.text-secondary\/60 {
  color: rgb(211 6 62 / 0.6);
}
.text-secondary\/70 {
  color: rgb(211 6 62 / 0.7);
}
.text-secondary\/75 {
  color: rgb(211 6 62 / 0.75);
}
.text-secondary\/80 {
  color: rgb(211 6 62 / 0.8);
}
.text-secondary\/90 {
  color: rgb(211 6 62 / 0.9);
}
.text-secondary\/95 {
  color: rgb(211 6 62 / 0.95);
}
.text-secondary\/base-opacity-disabled {
  color: rgb(211 6 62 / 60%);
}
.text-secondary\/core-opacity-0 {
  color: rgb(211 6 62 / 0%);
}
.text-secondary\/core-opacity-10 {
  color: rgb(211 6 62 / 10%);
}
.text-secondary\/core-opacity-100 {
  color: rgb(211 6 62 / 100%);
}
.text-secondary\/core-opacity-20 {
  color: rgb(211 6 62 / 20%);
}
.text-secondary\/core-opacity-30 {
  color: rgb(211 6 62 / 30%);
}
.text-secondary\/core-opacity-40 {
  color: rgb(211 6 62 / 40%);
}
.text-secondary\/core-opacity-50 {
  color: rgb(211 6 62 / 50%);
}
.text-secondary\/core-opacity-60 {
  color: rgb(211 6 62 / 60%);
}
.text-secondary\/core-opacity-70 {
  color: rgb(211 6 62 / 70%);
}
.text-secondary\/core-opacity-80 {
  color: rgb(211 6 62 / 80%);
}
.text-secondary\/core-opacity-90 {
  color: rgb(211 6 62 / 90%);
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}
.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}
.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.text-sky-100\/base-opacity-disabled {
  color: rgb(224 242 254 / 60%);
}
.text-sky-100\/core-opacity-0 {
  color: rgb(224 242 254 / 0%);
}
.text-sky-100\/core-opacity-10 {
  color: rgb(224 242 254 / 10%);
}
.text-sky-100\/core-opacity-100 {
  color: rgb(224 242 254 / 100%);
}
.text-sky-100\/core-opacity-20 {
  color: rgb(224 242 254 / 20%);
}
.text-sky-100\/core-opacity-30 {
  color: rgb(224 242 254 / 30%);
}
.text-sky-100\/core-opacity-40 {
  color: rgb(224 242 254 / 40%);
}
.text-sky-100\/core-opacity-50 {
  color: rgb(224 242 254 / 50%);
}
.text-sky-100\/core-opacity-60 {
  color: rgb(224 242 254 / 60%);
}
.text-sky-100\/core-opacity-70 {
  color: rgb(224 242 254 / 70%);
}
.text-sky-100\/core-opacity-80 {
  color: rgb(224 242 254 / 80%);
}
.text-sky-100\/core-opacity-90 {
  color: rgb(224 242 254 / 90%);
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}
.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}
.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.text-sky-200\/base-opacity-disabled {
  color: rgb(186 230 253 / 60%);
}
.text-sky-200\/core-opacity-0 {
  color: rgb(186 230 253 / 0%);
}
.text-sky-200\/core-opacity-10 {
  color: rgb(186 230 253 / 10%);
}
.text-sky-200\/core-opacity-100 {
  color: rgb(186 230 253 / 100%);
}
.text-sky-200\/core-opacity-20 {
  color: rgb(186 230 253 / 20%);
}
.text-sky-200\/core-opacity-30 {
  color: rgb(186 230 253 / 30%);
}
.text-sky-200\/core-opacity-40 {
  color: rgb(186 230 253 / 40%);
}
.text-sky-200\/core-opacity-50 {
  color: rgb(186 230 253 / 50%);
}
.text-sky-200\/core-opacity-60 {
  color: rgb(186 230 253 / 60%);
}
.text-sky-200\/core-opacity-70 {
  color: rgb(186 230 253 / 70%);
}
.text-sky-200\/core-opacity-80 {
  color: rgb(186 230 253 / 80%);
}
.text-sky-200\/core-opacity-90 {
  color: rgb(186 230 253 / 90%);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-sky-300\/base-opacity-disabled {
  color: rgb(125 211 252 / 60%);
}
.text-sky-300\/core-opacity-0 {
  color: rgb(125 211 252 / 0%);
}
.text-sky-300\/core-opacity-10 {
  color: rgb(125 211 252 / 10%);
}
.text-sky-300\/core-opacity-100 {
  color: rgb(125 211 252 / 100%);
}
.text-sky-300\/core-opacity-20 {
  color: rgb(125 211 252 / 20%);
}
.text-sky-300\/core-opacity-30 {
  color: rgb(125 211 252 / 30%);
}
.text-sky-300\/core-opacity-40 {
  color: rgb(125 211 252 / 40%);
}
.text-sky-300\/core-opacity-50 {
  color: rgb(125 211 252 / 50%);
}
.text-sky-300\/core-opacity-60 {
  color: rgb(125 211 252 / 60%);
}
.text-sky-300\/core-opacity-70 {
  color: rgb(125 211 252 / 70%);
}
.text-sky-300\/core-opacity-80 {
  color: rgb(125 211 252 / 80%);
}
.text-sky-300\/core-opacity-90 {
  color: rgb(125 211 252 / 90%);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-sky-400\/base-opacity-disabled {
  color: rgb(56 189 248 / 60%);
}
.text-sky-400\/core-opacity-0 {
  color: rgb(56 189 248 / 0%);
}
.text-sky-400\/core-opacity-10 {
  color: rgb(56 189 248 / 10%);
}
.text-sky-400\/core-opacity-100 {
  color: rgb(56 189 248 / 100%);
}
.text-sky-400\/core-opacity-20 {
  color: rgb(56 189 248 / 20%);
}
.text-sky-400\/core-opacity-30 {
  color: rgb(56 189 248 / 30%);
}
.text-sky-400\/core-opacity-40 {
  color: rgb(56 189 248 / 40%);
}
.text-sky-400\/core-opacity-50 {
  color: rgb(56 189 248 / 50%);
}
.text-sky-400\/core-opacity-60 {
  color: rgb(56 189 248 / 60%);
}
.text-sky-400\/core-opacity-70 {
  color: rgb(56 189 248 / 70%);
}
.text-sky-400\/core-opacity-80 {
  color: rgb(56 189 248 / 80%);
}
.text-sky-400\/core-opacity-90 {
  color: rgb(56 189 248 / 90%);
}
.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}
.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}
.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.text-sky-50\/base-opacity-disabled {
  color: rgb(240 249 255 / 60%);
}
.text-sky-50\/core-opacity-0 {
  color: rgb(240 249 255 / 0%);
}
.text-sky-50\/core-opacity-10 {
  color: rgb(240 249 255 / 10%);
}
.text-sky-50\/core-opacity-100 {
  color: rgb(240 249 255 / 100%);
}
.text-sky-50\/core-opacity-20 {
  color: rgb(240 249 255 / 20%);
}
.text-sky-50\/core-opacity-30 {
  color: rgb(240 249 255 / 30%);
}
.text-sky-50\/core-opacity-40 {
  color: rgb(240 249 255 / 40%);
}
.text-sky-50\/core-opacity-50 {
  color: rgb(240 249 255 / 50%);
}
.text-sky-50\/core-opacity-60 {
  color: rgb(240 249 255 / 60%);
}
.text-sky-50\/core-opacity-70 {
  color: rgb(240 249 255 / 70%);
}
.text-sky-50\/core-opacity-80 {
  color: rgb(240 249 255 / 80%);
}
.text-sky-50\/core-opacity-90 {
  color: rgb(240 249 255 / 90%);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-sky-500\/base-opacity-disabled {
  color: rgb(14 165 233 / 60%);
}
.text-sky-500\/core-opacity-0 {
  color: rgb(14 165 233 / 0%);
}
.text-sky-500\/core-opacity-10 {
  color: rgb(14 165 233 / 10%);
}
.text-sky-500\/core-opacity-100 {
  color: rgb(14 165 233 / 100%);
}
.text-sky-500\/core-opacity-20 {
  color: rgb(14 165 233 / 20%);
}
.text-sky-500\/core-opacity-30 {
  color: rgb(14 165 233 / 30%);
}
.text-sky-500\/core-opacity-40 {
  color: rgb(14 165 233 / 40%);
}
.text-sky-500\/core-opacity-50 {
  color: rgb(14 165 233 / 50%);
}
.text-sky-500\/core-opacity-60 {
  color: rgb(14 165 233 / 60%);
}
.text-sky-500\/core-opacity-70 {
  color: rgb(14 165 233 / 70%);
}
.text-sky-500\/core-opacity-80 {
  color: rgb(14 165 233 / 80%);
}
.text-sky-500\/core-opacity-90 {
  color: rgb(14 165 233 / 90%);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-sky-600\/base-opacity-disabled {
  color: rgb(2 132 199 / 60%);
}
.text-sky-600\/core-opacity-0 {
  color: rgb(2 132 199 / 0%);
}
.text-sky-600\/core-opacity-10 {
  color: rgb(2 132 199 / 10%);
}
.text-sky-600\/core-opacity-100 {
  color: rgb(2 132 199 / 100%);
}
.text-sky-600\/core-opacity-20 {
  color: rgb(2 132 199 / 20%);
}
.text-sky-600\/core-opacity-30 {
  color: rgb(2 132 199 / 30%);
}
.text-sky-600\/core-opacity-40 {
  color: rgb(2 132 199 / 40%);
}
.text-sky-600\/core-opacity-50 {
  color: rgb(2 132 199 / 50%);
}
.text-sky-600\/core-opacity-60 {
  color: rgb(2 132 199 / 60%);
}
.text-sky-600\/core-opacity-70 {
  color: rgb(2 132 199 / 70%);
}
.text-sky-600\/core-opacity-80 {
  color: rgb(2 132 199 / 80%);
}
.text-sky-600\/core-opacity-90 {
  color: rgb(2 132 199 / 90%);
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}
.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}
.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.text-sky-700\/base-opacity-disabled {
  color: rgb(3 105 161 / 60%);
}
.text-sky-700\/core-opacity-0 {
  color: rgb(3 105 161 / 0%);
}
.text-sky-700\/core-opacity-10 {
  color: rgb(3 105 161 / 10%);
}
.text-sky-700\/core-opacity-100 {
  color: rgb(3 105 161 / 100%);
}
.text-sky-700\/core-opacity-20 {
  color: rgb(3 105 161 / 20%);
}
.text-sky-700\/core-opacity-30 {
  color: rgb(3 105 161 / 30%);
}
.text-sky-700\/core-opacity-40 {
  color: rgb(3 105 161 / 40%);
}
.text-sky-700\/core-opacity-50 {
  color: rgb(3 105 161 / 50%);
}
.text-sky-700\/core-opacity-60 {
  color: rgb(3 105 161 / 60%);
}
.text-sky-700\/core-opacity-70 {
  color: rgb(3 105 161 / 70%);
}
.text-sky-700\/core-opacity-80 {
  color: rgb(3 105 161 / 80%);
}
.text-sky-700\/core-opacity-90 {
  color: rgb(3 105 161 / 90%);
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}
.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}
.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.text-sky-800\/base-opacity-disabled {
  color: rgb(7 89 133 / 60%);
}
.text-sky-800\/core-opacity-0 {
  color: rgb(7 89 133 / 0%);
}
.text-sky-800\/core-opacity-10 {
  color: rgb(7 89 133 / 10%);
}
.text-sky-800\/core-opacity-100 {
  color: rgb(7 89 133 / 100%);
}
.text-sky-800\/core-opacity-20 {
  color: rgb(7 89 133 / 20%);
}
.text-sky-800\/core-opacity-30 {
  color: rgb(7 89 133 / 30%);
}
.text-sky-800\/core-opacity-40 {
  color: rgb(7 89 133 / 40%);
}
.text-sky-800\/core-opacity-50 {
  color: rgb(7 89 133 / 50%);
}
.text-sky-800\/core-opacity-60 {
  color: rgb(7 89 133 / 60%);
}
.text-sky-800\/core-opacity-70 {
  color: rgb(7 89 133 / 70%);
}
.text-sky-800\/core-opacity-80 {
  color: rgb(7 89 133 / 80%);
}
.text-sky-800\/core-opacity-90 {
  color: rgb(7 89 133 / 90%);
}
.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}
.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}
.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.text-sky-900\/base-opacity-disabled {
  color: rgb(12 74 110 / 60%);
}
.text-sky-900\/core-opacity-0 {
  color: rgb(12 74 110 / 0%);
}
.text-sky-900\/core-opacity-10 {
  color: rgb(12 74 110 / 10%);
}
.text-sky-900\/core-opacity-100 {
  color: rgb(12 74 110 / 100%);
}
.text-sky-900\/core-opacity-20 {
  color: rgb(12 74 110 / 20%);
}
.text-sky-900\/core-opacity-30 {
  color: rgb(12 74 110 / 30%);
}
.text-sky-900\/core-opacity-40 {
  color: rgb(12 74 110 / 40%);
}
.text-sky-900\/core-opacity-50 {
  color: rgb(12 74 110 / 50%);
}
.text-sky-900\/core-opacity-60 {
  color: rgb(12 74 110 / 60%);
}
.text-sky-900\/core-opacity-70 {
  color: rgb(12 74 110 / 70%);
}
.text-sky-900\/core-opacity-80 {
  color: rgb(12 74 110 / 80%);
}
.text-sky-900\/core-opacity-90 {
  color: rgb(12 74 110 / 90%);
}
.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}
.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}
.text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}
.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}
.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}
.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}
.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}
.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}
.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}
.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}
.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}
.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}
.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}
.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}
.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}
.text-sky-950\/base-opacity-disabled {
  color: rgb(8 47 73 / 60%);
}
.text-sky-950\/core-opacity-0 {
  color: rgb(8 47 73 / 0%);
}
.text-sky-950\/core-opacity-10 {
  color: rgb(8 47 73 / 10%);
}
.text-sky-950\/core-opacity-100 {
  color: rgb(8 47 73 / 100%);
}
.text-sky-950\/core-opacity-20 {
  color: rgb(8 47 73 / 20%);
}
.text-sky-950\/core-opacity-30 {
  color: rgb(8 47 73 / 30%);
}
.text-sky-950\/core-opacity-40 {
  color: rgb(8 47 73 / 40%);
}
.text-sky-950\/core-opacity-50 {
  color: rgb(8 47 73 / 50%);
}
.text-sky-950\/core-opacity-60 {
  color: rgb(8 47 73 / 60%);
}
.text-sky-950\/core-opacity-70 {
  color: rgb(8 47 73 / 70%);
}
.text-sky-950\/core-opacity-80 {
  color: rgb(8 47 73 / 80%);
}
.text-sky-950\/core-opacity-90 {
  color: rgb(8 47 73 / 90%);
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}
.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}
.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}
.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}
.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}
.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}
.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}
.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}
.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}
.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}
.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}
.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}
.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}
.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}
.text-slate-100\/base-opacity-disabled {
  color: rgb(241 245 249 / 60%);
}
.text-slate-100\/core-opacity-0 {
  color: rgb(241 245 249 / 0%);
}
.text-slate-100\/core-opacity-10 {
  color: rgb(241 245 249 / 10%);
}
.text-slate-100\/core-opacity-100 {
  color: rgb(241 245 249 / 100%);
}
.text-slate-100\/core-opacity-20 {
  color: rgb(241 245 249 / 20%);
}
.text-slate-100\/core-opacity-30 {
  color: rgb(241 245 249 / 30%);
}
.text-slate-100\/core-opacity-40 {
  color: rgb(241 245 249 / 40%);
}
.text-slate-100\/core-opacity-50 {
  color: rgb(241 245 249 / 50%);
}
.text-slate-100\/core-opacity-60 {
  color: rgb(241 245 249 / 60%);
}
.text-slate-100\/core-opacity-70 {
  color: rgb(241 245 249 / 70%);
}
.text-slate-100\/core-opacity-80 {
  color: rgb(241 245 249 / 80%);
}
.text-slate-100\/core-opacity-90 {
  color: rgb(241 245 249 / 90%);
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}
.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}
.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}
.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}
.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}
.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}
.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}
.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}
.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}
.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}
.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}
.text-slate-200\/base-opacity-disabled {
  color: rgb(226 232 240 / 60%);
}
.text-slate-200\/core-opacity-0 {
  color: rgb(226 232 240 / 0%);
}
.text-slate-200\/core-opacity-10 {
  color: rgb(226 232 240 / 10%);
}
.text-slate-200\/core-opacity-100 {
  color: rgb(226 232 240 / 100%);
}
.text-slate-200\/core-opacity-20 {
  color: rgb(226 232 240 / 20%);
}
.text-slate-200\/core-opacity-30 {
  color: rgb(226 232 240 / 30%);
}
.text-slate-200\/core-opacity-40 {
  color: rgb(226 232 240 / 40%);
}
.text-slate-200\/core-opacity-50 {
  color: rgb(226 232 240 / 50%);
}
.text-slate-200\/core-opacity-60 {
  color: rgb(226 232 240 / 60%);
}
.text-slate-200\/core-opacity-70 {
  color: rgb(226 232 240 / 70%);
}
.text-slate-200\/core-opacity-80 {
  color: rgb(226 232 240 / 80%);
}
.text-slate-200\/core-opacity-90 {
  color: rgb(226 232 240 / 90%);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}
.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}
.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}
.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}
.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}
.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}
.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}
.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}
.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}
.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}
.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}
.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}
.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}
.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}
.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}
.text-slate-300\/base-opacity-disabled {
  color: rgb(203 213 225 / 60%);
}
.text-slate-300\/core-opacity-0 {
  color: rgb(203 213 225 / 0%);
}
.text-slate-300\/core-opacity-10 {
  color: rgb(203 213 225 / 10%);
}
.text-slate-300\/core-opacity-100 {
  color: rgb(203 213 225 / 100%);
}
.text-slate-300\/core-opacity-20 {
  color: rgb(203 213 225 / 20%);
}
.text-slate-300\/core-opacity-30 {
  color: rgb(203 213 225 / 30%);
}
.text-slate-300\/core-opacity-40 {
  color: rgb(203 213 225 / 40%);
}
.text-slate-300\/core-opacity-50 {
  color: rgb(203 213 225 / 50%);
}
.text-slate-300\/core-opacity-60 {
  color: rgb(203 213 225 / 60%);
}
.text-slate-300\/core-opacity-70 {
  color: rgb(203 213 225 / 70%);
}
.text-slate-300\/core-opacity-80 {
  color: rgb(203 213 225 / 80%);
}
.text-slate-300\/core-opacity-90 {
  color: rgb(203 213 225 / 90%);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}
.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}
.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.text-slate-400\/base-opacity-disabled {
  color: rgb(148 163 184 / 60%);
}
.text-slate-400\/core-opacity-0 {
  color: rgb(148 163 184 / 0%);
}
.text-slate-400\/core-opacity-10 {
  color: rgb(148 163 184 / 10%);
}
.text-slate-400\/core-opacity-100 {
  color: rgb(148 163 184 / 100%);
}
.text-slate-400\/core-opacity-20 {
  color: rgb(148 163 184 / 20%);
}
.text-slate-400\/core-opacity-30 {
  color: rgb(148 163 184 / 30%);
}
.text-slate-400\/core-opacity-40 {
  color: rgb(148 163 184 / 40%);
}
.text-slate-400\/core-opacity-50 {
  color: rgb(148 163 184 / 50%);
}
.text-slate-400\/core-opacity-60 {
  color: rgb(148 163 184 / 60%);
}
.text-slate-400\/core-opacity-70 {
  color: rgb(148 163 184 / 70%);
}
.text-slate-400\/core-opacity-80 {
  color: rgb(148 163 184 / 80%);
}
.text-slate-400\/core-opacity-90 {
  color: rgb(148 163 184 / 90%);
}
.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}
.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}
.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}
.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}
.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}
.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}
.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}
.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}
.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}
.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}
.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}
.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}
.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}
.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}
.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}
.text-slate-50\/base-opacity-disabled {
  color: rgb(248 250 252 / 60%);
}
.text-slate-50\/core-opacity-0 {
  color: rgb(248 250 252 / 0%);
}
.text-slate-50\/core-opacity-10 {
  color: rgb(248 250 252 / 10%);
}
.text-slate-50\/core-opacity-100 {
  color: rgb(248 250 252 / 100%);
}
.text-slate-50\/core-opacity-20 {
  color: rgb(248 250 252 / 20%);
}
.text-slate-50\/core-opacity-30 {
  color: rgb(248 250 252 / 30%);
}
.text-slate-50\/core-opacity-40 {
  color: rgb(248 250 252 / 40%);
}
.text-slate-50\/core-opacity-50 {
  color: rgb(248 250 252 / 50%);
}
.text-slate-50\/core-opacity-60 {
  color: rgb(248 250 252 / 60%);
}
.text-slate-50\/core-opacity-70 {
  color: rgb(248 250 252 / 70%);
}
.text-slate-50\/core-opacity-80 {
  color: rgb(248 250 252 / 80%);
}
.text-slate-50\/core-opacity-90 {
  color: rgb(248 250 252 / 90%);
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}
.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}
.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.text-slate-500\/base-opacity-disabled {
  color: rgb(100 116 139 / 60%);
}
.text-slate-500\/core-opacity-0 {
  color: rgb(100 116 139 / 0%);
}
.text-slate-500\/core-opacity-10 {
  color: rgb(100 116 139 / 10%);
}
.text-slate-500\/core-opacity-100 {
  color: rgb(100 116 139 / 100%);
}
.text-slate-500\/core-opacity-20 {
  color: rgb(100 116 139 / 20%);
}
.text-slate-500\/core-opacity-30 {
  color: rgb(100 116 139 / 30%);
}
.text-slate-500\/core-opacity-40 {
  color: rgb(100 116 139 / 40%);
}
.text-slate-500\/core-opacity-50 {
  color: rgb(100 116 139 / 50%);
}
.text-slate-500\/core-opacity-60 {
  color: rgb(100 116 139 / 60%);
}
.text-slate-500\/core-opacity-70 {
  color: rgb(100 116 139 / 70%);
}
.text-slate-500\/core-opacity-80 {
  color: rgb(100 116 139 / 80%);
}
.text-slate-500\/core-opacity-90 {
  color: rgb(100 116 139 / 90%);
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}
.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}
.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}
.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}
.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}
.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}
.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}
.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}
.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}
.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}
.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}
.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}
.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}
.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}
.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}
.text-slate-600\/base-opacity-disabled {
  color: rgb(71 85 105 / 60%);
}
.text-slate-600\/core-opacity-0 {
  color: rgb(71 85 105 / 0%);
}
.text-slate-600\/core-opacity-10 {
  color: rgb(71 85 105 / 10%);
}
.text-slate-600\/core-opacity-100 {
  color: rgb(71 85 105 / 100%);
}
.text-slate-600\/core-opacity-20 {
  color: rgb(71 85 105 / 20%);
}
.text-slate-600\/core-opacity-30 {
  color: rgb(71 85 105 / 30%);
}
.text-slate-600\/core-opacity-40 {
  color: rgb(71 85 105 / 40%);
}
.text-slate-600\/core-opacity-50 {
  color: rgb(71 85 105 / 50%);
}
.text-slate-600\/core-opacity-60 {
  color: rgb(71 85 105 / 60%);
}
.text-slate-600\/core-opacity-70 {
  color: rgb(71 85 105 / 70%);
}
.text-slate-600\/core-opacity-80 {
  color: rgb(71 85 105 / 80%);
}
.text-slate-600\/core-opacity-90 {
  color: rgb(71 85 105 / 90%);
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}
.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}
.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}
.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}
.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}
.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}
.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}
.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}
.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}
.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}
.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}
.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}
.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}
.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}
.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}
.text-slate-700\/base-opacity-disabled {
  color: rgb(51 65 85 / 60%);
}
.text-slate-700\/core-opacity-0 {
  color: rgb(51 65 85 / 0%);
}
.text-slate-700\/core-opacity-10 {
  color: rgb(51 65 85 / 10%);
}
.text-slate-700\/core-opacity-100 {
  color: rgb(51 65 85 / 100%);
}
.text-slate-700\/core-opacity-20 {
  color: rgb(51 65 85 / 20%);
}
.text-slate-700\/core-opacity-30 {
  color: rgb(51 65 85 / 30%);
}
.text-slate-700\/core-opacity-40 {
  color: rgb(51 65 85 / 40%);
}
.text-slate-700\/core-opacity-50 {
  color: rgb(51 65 85 / 50%);
}
.text-slate-700\/core-opacity-60 {
  color: rgb(51 65 85 / 60%);
}
.text-slate-700\/core-opacity-70 {
  color: rgb(51 65 85 / 70%);
}
.text-slate-700\/core-opacity-80 {
  color: rgb(51 65 85 / 80%);
}
.text-slate-700\/core-opacity-90 {
  color: rgb(51 65 85 / 90%);
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}
.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}
.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}
.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}
.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}
.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}
.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}
.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}
.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}
.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}
.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}
.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}
.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}
.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}
.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}
.text-slate-800\/base-opacity-disabled {
  color: rgb(30 41 59 / 60%);
}
.text-slate-800\/core-opacity-0 {
  color: rgb(30 41 59 / 0%);
}
.text-slate-800\/core-opacity-10 {
  color: rgb(30 41 59 / 10%);
}
.text-slate-800\/core-opacity-100 {
  color: rgb(30 41 59 / 100%);
}
.text-slate-800\/core-opacity-20 {
  color: rgb(30 41 59 / 20%);
}
.text-slate-800\/core-opacity-30 {
  color: rgb(30 41 59 / 30%);
}
.text-slate-800\/core-opacity-40 {
  color: rgb(30 41 59 / 40%);
}
.text-slate-800\/core-opacity-50 {
  color: rgb(30 41 59 / 50%);
}
.text-slate-800\/core-opacity-60 {
  color: rgb(30 41 59 / 60%);
}
.text-slate-800\/core-opacity-70 {
  color: rgb(30 41 59 / 70%);
}
.text-slate-800\/core-opacity-80 {
  color: rgb(30 41 59 / 80%);
}
.text-slate-800\/core-opacity-90 {
  color: rgb(30 41 59 / 90%);
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}
.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}
.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}
.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}
.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}
.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}
.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}
.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}
.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}
.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}
.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}
.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}
.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}
.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}
.text-slate-900\/base-opacity-disabled {
  color: rgb(15 23 42 / 60%);
}
.text-slate-900\/core-opacity-0 {
  color: rgb(15 23 42 / 0%);
}
.text-slate-900\/core-opacity-10 {
  color: rgb(15 23 42 / 10%);
}
.text-slate-900\/core-opacity-100 {
  color: rgb(15 23 42 / 100%);
}
.text-slate-900\/core-opacity-20 {
  color: rgb(15 23 42 / 20%);
}
.text-slate-900\/core-opacity-30 {
  color: rgb(15 23 42 / 30%);
}
.text-slate-900\/core-opacity-40 {
  color: rgb(15 23 42 / 40%);
}
.text-slate-900\/core-opacity-50 {
  color: rgb(15 23 42 / 50%);
}
.text-slate-900\/core-opacity-60 {
  color: rgb(15 23 42 / 60%);
}
.text-slate-900\/core-opacity-70 {
  color: rgb(15 23 42 / 70%);
}
.text-slate-900\/core-opacity-80 {
  color: rgb(15 23 42 / 80%);
}
.text-slate-900\/core-opacity-90 {
  color: rgb(15 23 42 / 90%);
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.text-slate-950\/0 {
  color: rgb(2 6 23 / 0);
}
.text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1);
}
.text-slate-950\/100 {
  color: rgb(2 6 23 / 1);
}
.text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2);
}
.text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25);
}
.text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3);
}
.text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4);
}
.text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05);
}
.text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5);
}
.text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6);
}
.text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7);
}
.text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75);
}
.text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8);
}
.text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9);
}
.text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95);
}
.text-slate-950\/base-opacity-disabled {
  color: rgb(2 6 23 / 60%);
}
.text-slate-950\/core-opacity-0 {
  color: rgb(2 6 23 / 0%);
}
.text-slate-950\/core-opacity-10 {
  color: rgb(2 6 23 / 10%);
}
.text-slate-950\/core-opacity-100 {
  color: rgb(2 6 23 / 100%);
}
.text-slate-950\/core-opacity-20 {
  color: rgb(2 6 23 / 20%);
}
.text-slate-950\/core-opacity-30 {
  color: rgb(2 6 23 / 30%);
}
.text-slate-950\/core-opacity-40 {
  color: rgb(2 6 23 / 40%);
}
.text-slate-950\/core-opacity-50 {
  color: rgb(2 6 23 / 50%);
}
.text-slate-950\/core-opacity-60 {
  color: rgb(2 6 23 / 60%);
}
.text-slate-950\/core-opacity-70 {
  color: rgb(2 6 23 / 70%);
}
.text-slate-950\/core-opacity-80 {
  color: rgb(2 6 23 / 80%);
}
.text-slate-950\/core-opacity-90 {
  color: rgb(2 6 23 / 90%);
}
.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
.text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}
.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}
.text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}
.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}
.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}
.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}
.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}
.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}
.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}
.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}
.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}
.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}
.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}
.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}
.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}
.text-stone-100\/base-opacity-disabled {
  color: rgb(245 245 244 / 60%);
}
.text-stone-100\/core-opacity-0 {
  color: rgb(245 245 244 / 0%);
}
.text-stone-100\/core-opacity-10 {
  color: rgb(245 245 244 / 10%);
}
.text-stone-100\/core-opacity-100 {
  color: rgb(245 245 244 / 100%);
}
.text-stone-100\/core-opacity-20 {
  color: rgb(245 245 244 / 20%);
}
.text-stone-100\/core-opacity-30 {
  color: rgb(245 245 244 / 30%);
}
.text-stone-100\/core-opacity-40 {
  color: rgb(245 245 244 / 40%);
}
.text-stone-100\/core-opacity-50 {
  color: rgb(245 245 244 / 50%);
}
.text-stone-100\/core-opacity-60 {
  color: rgb(245 245 244 / 60%);
}
.text-stone-100\/core-opacity-70 {
  color: rgb(245 245 244 / 70%);
}
.text-stone-100\/core-opacity-80 {
  color: rgb(245 245 244 / 80%);
}
.text-stone-100\/core-opacity-90 {
  color: rgb(245 245 244 / 90%);
}
.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
.text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}
.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}
.text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}
.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}
.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}
.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}
.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}
.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}
.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}
.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}
.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}
.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}
.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}
.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}
.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}
.text-stone-200\/base-opacity-disabled {
  color: rgb(231 229 228 / 60%);
}
.text-stone-200\/core-opacity-0 {
  color: rgb(231 229 228 / 0%);
}
.text-stone-200\/core-opacity-10 {
  color: rgb(231 229 228 / 10%);
}
.text-stone-200\/core-opacity-100 {
  color: rgb(231 229 228 / 100%);
}
.text-stone-200\/core-opacity-20 {
  color: rgb(231 229 228 / 20%);
}
.text-stone-200\/core-opacity-30 {
  color: rgb(231 229 228 / 30%);
}
.text-stone-200\/core-opacity-40 {
  color: rgb(231 229 228 / 40%);
}
.text-stone-200\/core-opacity-50 {
  color: rgb(231 229 228 / 50%);
}
.text-stone-200\/core-opacity-60 {
  color: rgb(231 229 228 / 60%);
}
.text-stone-200\/core-opacity-70 {
  color: rgb(231 229 228 / 70%);
}
.text-stone-200\/core-opacity-80 {
  color: rgb(231 229 228 / 80%);
}
.text-stone-200\/core-opacity-90 {
  color: rgb(231 229 228 / 90%);
}
.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
.text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}
.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}
.text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}
.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}
.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}
.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}
.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}
.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}
.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}
.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}
.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}
.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}
.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}
.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}
.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}
.text-stone-300\/base-opacity-disabled {
  color: rgb(214 211 209 / 60%);
}
.text-stone-300\/core-opacity-0 {
  color: rgb(214 211 209 / 0%);
}
.text-stone-300\/core-opacity-10 {
  color: rgb(214 211 209 / 10%);
}
.text-stone-300\/core-opacity-100 {
  color: rgb(214 211 209 / 100%);
}
.text-stone-300\/core-opacity-20 {
  color: rgb(214 211 209 / 20%);
}
.text-stone-300\/core-opacity-30 {
  color: rgb(214 211 209 / 30%);
}
.text-stone-300\/core-opacity-40 {
  color: rgb(214 211 209 / 40%);
}
.text-stone-300\/core-opacity-50 {
  color: rgb(214 211 209 / 50%);
}
.text-stone-300\/core-opacity-60 {
  color: rgb(214 211 209 / 60%);
}
.text-stone-300\/core-opacity-70 {
  color: rgb(214 211 209 / 70%);
}
.text-stone-300\/core-opacity-80 {
  color: rgb(214 211 209 / 80%);
}
.text-stone-300\/core-opacity-90 {
  color: rgb(214 211 209 / 90%);
}
.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}
.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}
.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}
.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}
.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}
.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}
.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}
.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}
.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}
.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}
.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}
.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}
.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}
.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}
.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}
.text-stone-400\/base-opacity-disabled {
  color: rgb(168 162 158 / 60%);
}
.text-stone-400\/core-opacity-0 {
  color: rgb(168 162 158 / 0%);
}
.text-stone-400\/core-opacity-10 {
  color: rgb(168 162 158 / 10%);
}
.text-stone-400\/core-opacity-100 {
  color: rgb(168 162 158 / 100%);
}
.text-stone-400\/core-opacity-20 {
  color: rgb(168 162 158 / 20%);
}
.text-stone-400\/core-opacity-30 {
  color: rgb(168 162 158 / 30%);
}
.text-stone-400\/core-opacity-40 {
  color: rgb(168 162 158 / 40%);
}
.text-stone-400\/core-opacity-50 {
  color: rgb(168 162 158 / 50%);
}
.text-stone-400\/core-opacity-60 {
  color: rgb(168 162 158 / 60%);
}
.text-stone-400\/core-opacity-70 {
  color: rgb(168 162 158 / 70%);
}
.text-stone-400\/core-opacity-80 {
  color: rgb(168 162 158 / 80%);
}
.text-stone-400\/core-opacity-90 {
  color: rgb(168 162 158 / 90%);
}
.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}
.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}
.text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}
.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}
.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}
.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}
.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}
.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}
.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}
.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}
.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}
.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}
.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}
.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}
.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}
.text-stone-50\/base-opacity-disabled {
  color: rgb(250 250 249 / 60%);
}
.text-stone-50\/core-opacity-0 {
  color: rgb(250 250 249 / 0%);
}
.text-stone-50\/core-opacity-10 {
  color: rgb(250 250 249 / 10%);
}
.text-stone-50\/core-opacity-100 {
  color: rgb(250 250 249 / 100%);
}
.text-stone-50\/core-opacity-20 {
  color: rgb(250 250 249 / 20%);
}
.text-stone-50\/core-opacity-30 {
  color: rgb(250 250 249 / 30%);
}
.text-stone-50\/core-opacity-40 {
  color: rgb(250 250 249 / 40%);
}
.text-stone-50\/core-opacity-50 {
  color: rgb(250 250 249 / 50%);
}
.text-stone-50\/core-opacity-60 {
  color: rgb(250 250 249 / 60%);
}
.text-stone-50\/core-opacity-70 {
  color: rgb(250 250 249 / 70%);
}
.text-stone-50\/core-opacity-80 {
  color: rgb(250 250 249 / 80%);
}
.text-stone-50\/core-opacity-90 {
  color: rgb(250 250 249 / 90%);
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}
.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}
.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}
.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}
.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}
.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}
.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}
.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}
.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}
.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}
.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}
.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}
.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}
.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}
.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}
.text-stone-500\/base-opacity-disabled {
  color: rgb(120 113 108 / 60%);
}
.text-stone-500\/core-opacity-0 {
  color: rgb(120 113 108 / 0%);
}
.text-stone-500\/core-opacity-10 {
  color: rgb(120 113 108 / 10%);
}
.text-stone-500\/core-opacity-100 {
  color: rgb(120 113 108 / 100%);
}
.text-stone-500\/core-opacity-20 {
  color: rgb(120 113 108 / 20%);
}
.text-stone-500\/core-opacity-30 {
  color: rgb(120 113 108 / 30%);
}
.text-stone-500\/core-opacity-40 {
  color: rgb(120 113 108 / 40%);
}
.text-stone-500\/core-opacity-50 {
  color: rgb(120 113 108 / 50%);
}
.text-stone-500\/core-opacity-60 {
  color: rgb(120 113 108 / 60%);
}
.text-stone-500\/core-opacity-70 {
  color: rgb(120 113 108 / 70%);
}
.text-stone-500\/core-opacity-80 {
  color: rgb(120 113 108 / 80%);
}
.text-stone-500\/core-opacity-90 {
  color: rgb(120 113 108 / 90%);
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}
.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}
.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}
.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}
.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}
.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}
.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}
.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}
.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}
.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}
.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}
.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}
.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}
.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}
.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}
.text-stone-600\/base-opacity-disabled {
  color: rgb(87 83 78 / 60%);
}
.text-stone-600\/core-opacity-0 {
  color: rgb(87 83 78 / 0%);
}
.text-stone-600\/core-opacity-10 {
  color: rgb(87 83 78 / 10%);
}
.text-stone-600\/core-opacity-100 {
  color: rgb(87 83 78 / 100%);
}
.text-stone-600\/core-opacity-20 {
  color: rgb(87 83 78 / 20%);
}
.text-stone-600\/core-opacity-30 {
  color: rgb(87 83 78 / 30%);
}
.text-stone-600\/core-opacity-40 {
  color: rgb(87 83 78 / 40%);
}
.text-stone-600\/core-opacity-50 {
  color: rgb(87 83 78 / 50%);
}
.text-stone-600\/core-opacity-60 {
  color: rgb(87 83 78 / 60%);
}
.text-stone-600\/core-opacity-70 {
  color: rgb(87 83 78 / 70%);
}
.text-stone-600\/core-opacity-80 {
  color: rgb(87 83 78 / 80%);
}
.text-stone-600\/core-opacity-90 {
  color: rgb(87 83 78 / 90%);
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}
.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}
.text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}
.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}
.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}
.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}
.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}
.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}
.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}
.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}
.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}
.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}
.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}
.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}
.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}
.text-stone-700\/base-opacity-disabled {
  color: rgb(68 64 60 / 60%);
}
.text-stone-700\/core-opacity-0 {
  color: rgb(68 64 60 / 0%);
}
.text-stone-700\/core-opacity-10 {
  color: rgb(68 64 60 / 10%);
}
.text-stone-700\/core-opacity-100 {
  color: rgb(68 64 60 / 100%);
}
.text-stone-700\/core-opacity-20 {
  color: rgb(68 64 60 / 20%);
}
.text-stone-700\/core-opacity-30 {
  color: rgb(68 64 60 / 30%);
}
.text-stone-700\/core-opacity-40 {
  color: rgb(68 64 60 / 40%);
}
.text-stone-700\/core-opacity-50 {
  color: rgb(68 64 60 / 50%);
}
.text-stone-700\/core-opacity-60 {
  color: rgb(68 64 60 / 60%);
}
.text-stone-700\/core-opacity-70 {
  color: rgb(68 64 60 / 70%);
}
.text-stone-700\/core-opacity-80 {
  color: rgb(68 64 60 / 80%);
}
.text-stone-700\/core-opacity-90 {
  color: rgb(68 64 60 / 90%);
}
.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}
.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}
.text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}
.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}
.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}
.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}
.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}
.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}
.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}
.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}
.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}
.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}
.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}
.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}
.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}
.text-stone-800\/base-opacity-disabled {
  color: rgb(41 37 36 / 60%);
}
.text-stone-800\/core-opacity-0 {
  color: rgb(41 37 36 / 0%);
}
.text-stone-800\/core-opacity-10 {
  color: rgb(41 37 36 / 10%);
}
.text-stone-800\/core-opacity-100 {
  color: rgb(41 37 36 / 100%);
}
.text-stone-800\/core-opacity-20 {
  color: rgb(41 37 36 / 20%);
}
.text-stone-800\/core-opacity-30 {
  color: rgb(41 37 36 / 30%);
}
.text-stone-800\/core-opacity-40 {
  color: rgb(41 37 36 / 40%);
}
.text-stone-800\/core-opacity-50 {
  color: rgb(41 37 36 / 50%);
}
.text-stone-800\/core-opacity-60 {
  color: rgb(41 37 36 / 60%);
}
.text-stone-800\/core-opacity-70 {
  color: rgb(41 37 36 / 70%);
}
.text-stone-800\/core-opacity-80 {
  color: rgb(41 37 36 / 80%);
}
.text-stone-800\/core-opacity-90 {
  color: rgb(41 37 36 / 90%);
}
.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}
.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}
.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}
.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}
.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}
.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}
.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}
.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}
.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}
.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}
.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}
.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}
.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}
.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}
.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}
.text-stone-900\/base-opacity-disabled {
  color: rgb(28 25 23 / 60%);
}
.text-stone-900\/core-opacity-0 {
  color: rgb(28 25 23 / 0%);
}
.text-stone-900\/core-opacity-10 {
  color: rgb(28 25 23 / 10%);
}
.text-stone-900\/core-opacity-100 {
  color: rgb(28 25 23 / 100%);
}
.text-stone-900\/core-opacity-20 {
  color: rgb(28 25 23 / 20%);
}
.text-stone-900\/core-opacity-30 {
  color: rgb(28 25 23 / 30%);
}
.text-stone-900\/core-opacity-40 {
  color: rgb(28 25 23 / 40%);
}
.text-stone-900\/core-opacity-50 {
  color: rgb(28 25 23 / 50%);
}
.text-stone-900\/core-opacity-60 {
  color: rgb(28 25 23 / 60%);
}
.text-stone-900\/core-opacity-70 {
  color: rgb(28 25 23 / 70%);
}
.text-stone-900\/core-opacity-80 {
  color: rgb(28 25 23 / 80%);
}
.text-stone-900\/core-opacity-90 {
  color: rgb(28 25 23 / 90%);
}
.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}
.text-stone-950\/0 {
  color: rgb(12 10 9 / 0);
}
.text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1);
}
.text-stone-950\/100 {
  color: rgb(12 10 9 / 1);
}
.text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2);
}
.text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25);
}
.text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3);
}
.text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4);
}
.text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05);
}
.text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5);
}
.text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6);
}
.text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7);
}
.text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75);
}
.text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8);
}
.text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9);
}
.text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95);
}
.text-stone-950\/base-opacity-disabled {
  color: rgb(12 10 9 / 60%);
}
.text-stone-950\/core-opacity-0 {
  color: rgb(12 10 9 / 0%);
}
.text-stone-950\/core-opacity-10 {
  color: rgb(12 10 9 / 10%);
}
.text-stone-950\/core-opacity-100 {
  color: rgb(12 10 9 / 100%);
}
.text-stone-950\/core-opacity-20 {
  color: rgb(12 10 9 / 20%);
}
.text-stone-950\/core-opacity-30 {
  color: rgb(12 10 9 / 30%);
}
.text-stone-950\/core-opacity-40 {
  color: rgb(12 10 9 / 40%);
}
.text-stone-950\/core-opacity-50 {
  color: rgb(12 10 9 / 50%);
}
.text-stone-950\/core-opacity-60 {
  color: rgb(12 10 9 / 60%);
}
.text-stone-950\/core-opacity-70 {
  color: rgb(12 10 9 / 70%);
}
.text-stone-950\/core-opacity-80 {
  color: rgb(12 10 9 / 80%);
}
.text-stone-950\/core-opacity-90 {
  color: rgb(12 10 9 / 90%);
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-success-light {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-success-light\/0 {
  color: rgb(52 211 153 / 0);
}
.text-success-light\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-success-light\/100 {
  color: rgb(52 211 153 / 1);
}
.text-success-light\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-success-light\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-success-light\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-success-light\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-success-light\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-success-light\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-success-light\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-success-light\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-success-light\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-success-light\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-success-light\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-success-light\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-success-light\/base-opacity-disabled {
  color: rgb(52 211 153 / 60%);
}
.text-success-light\/core-opacity-0 {
  color: rgb(52 211 153 / 0%);
}
.text-success-light\/core-opacity-10 {
  color: rgb(52 211 153 / 10%);
}
.text-success-light\/core-opacity-100 {
  color: rgb(52 211 153 / 100%);
}
.text-success-light\/core-opacity-20 {
  color: rgb(52 211 153 / 20%);
}
.text-success-light\/core-opacity-30 {
  color: rgb(52 211 153 / 30%);
}
.text-success-light\/core-opacity-40 {
  color: rgb(52 211 153 / 40%);
}
.text-success-light\/core-opacity-50 {
  color: rgb(52 211 153 / 50%);
}
.text-success-light\/core-opacity-60 {
  color: rgb(52 211 153 / 60%);
}
.text-success-light\/core-opacity-70 {
  color: rgb(52 211 153 / 70%);
}
.text-success-light\/core-opacity-80 {
  color: rgb(52 211 153 / 80%);
}
.text-success-light\/core-opacity-90 {
  color: rgb(52 211 153 / 90%);
}
.text-success-lightest {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.text-success-lightest\/0 {
  color: rgb(236 253 245 / 0);
}
.text-success-lightest\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-success-lightest\/100 {
  color: rgb(236 253 245 / 1);
}
.text-success-lightest\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-success-lightest\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-success-lightest\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-success-lightest\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-success-lightest\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-success-lightest\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-success-lightest\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-success-lightest\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-success-lightest\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-success-lightest\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-success-lightest\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-success-lightest\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-success-lightest\/base-opacity-disabled {
  color: rgb(236 253 245 / 60%);
}
.text-success-lightest\/core-opacity-0 {
  color: rgb(236 253 245 / 0%);
}
.text-success-lightest\/core-opacity-10 {
  color: rgb(236 253 245 / 10%);
}
.text-success-lightest\/core-opacity-100 {
  color: rgb(236 253 245 / 100%);
}
.text-success-lightest\/core-opacity-20 {
  color: rgb(236 253 245 / 20%);
}
.text-success-lightest\/core-opacity-30 {
  color: rgb(236 253 245 / 30%);
}
.text-success-lightest\/core-opacity-40 {
  color: rgb(236 253 245 / 40%);
}
.text-success-lightest\/core-opacity-50 {
  color: rgb(236 253 245 / 50%);
}
.text-success-lightest\/core-opacity-60 {
  color: rgb(236 253 245 / 60%);
}
.text-success-lightest\/core-opacity-70 {
  color: rgb(236 253 245 / 70%);
}
.text-success-lightest\/core-opacity-80 {
  color: rgb(236 253 245 / 80%);
}
.text-success-lightest\/core-opacity-90 {
  color: rgb(236 253 245 / 90%);
}
.text-success\/0 {
  color: rgb(16 185 129 / 0);
}
.text-success\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-success\/100 {
  color: rgb(16 185 129 / 1);
}
.text-success\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-success\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-success\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-success\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-success\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-success\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-success\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-success\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-success\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-success\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-success\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-success\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-success\/base-opacity-disabled {
  color: rgb(16 185 129 / 60%);
}
.text-success\/core-opacity-0 {
  color: rgb(16 185 129 / 0%);
}
.text-success\/core-opacity-10 {
  color: rgb(16 185 129 / 10%);
}
.text-success\/core-opacity-100 {
  color: rgb(16 185 129 / 100%);
}
.text-success\/core-opacity-20 {
  color: rgb(16 185 129 / 20%);
}
.text-success\/core-opacity-30 {
  color: rgb(16 185 129 / 30%);
}
.text-success\/core-opacity-40 {
  color: rgb(16 185 129 / 40%);
}
.text-success\/core-opacity-50 {
  color: rgb(16 185 129 / 50%);
}
.text-success\/core-opacity-60 {
  color: rgb(16 185 129 / 60%);
}
.text-success\/core-opacity-70 {
  color: rgb(16 185 129 / 70%);
}
.text-success\/core-opacity-80 {
  color: rgb(16 185 129 / 80%);
}
.text-success\/core-opacity-90 {
  color: rgb(16 185 129 / 90%);
}
.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
.text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}
.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}
.text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}
.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}
.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}
.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}
.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}
.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}
.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}
.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}
.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}
.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}
.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}
.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}
.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}
.text-teal-100\/base-opacity-disabled {
  color: rgb(204 251 241 / 60%);
}
.text-teal-100\/core-opacity-0 {
  color: rgb(204 251 241 / 0%);
}
.text-teal-100\/core-opacity-10 {
  color: rgb(204 251 241 / 10%);
}
.text-teal-100\/core-opacity-100 {
  color: rgb(204 251 241 / 100%);
}
.text-teal-100\/core-opacity-20 {
  color: rgb(204 251 241 / 20%);
}
.text-teal-100\/core-opacity-30 {
  color: rgb(204 251 241 / 30%);
}
.text-teal-100\/core-opacity-40 {
  color: rgb(204 251 241 / 40%);
}
.text-teal-100\/core-opacity-50 {
  color: rgb(204 251 241 / 50%);
}
.text-teal-100\/core-opacity-60 {
  color: rgb(204 251 241 / 60%);
}
.text-teal-100\/core-opacity-70 {
  color: rgb(204 251 241 / 70%);
}
.text-teal-100\/core-opacity-80 {
  color: rgb(204 251 241 / 80%);
}
.text-teal-100\/core-opacity-90 {
  color: rgb(204 251 241 / 90%);
}
.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
.text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}
.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}
.text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}
.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}
.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}
.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}
.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}
.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}
.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}
.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}
.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}
.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}
.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}
.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}
.text-teal-200\/base-opacity-disabled {
  color: rgb(153 246 228 / 60%);
}
.text-teal-200\/core-opacity-0 {
  color: rgb(153 246 228 / 0%);
}
.text-teal-200\/core-opacity-10 {
  color: rgb(153 246 228 / 10%);
}
.text-teal-200\/core-opacity-100 {
  color: rgb(153 246 228 / 100%);
}
.text-teal-200\/core-opacity-20 {
  color: rgb(153 246 228 / 20%);
}
.text-teal-200\/core-opacity-30 {
  color: rgb(153 246 228 / 30%);
}
.text-teal-200\/core-opacity-40 {
  color: rgb(153 246 228 / 40%);
}
.text-teal-200\/core-opacity-50 {
  color: rgb(153 246 228 / 50%);
}
.text-teal-200\/core-opacity-60 {
  color: rgb(153 246 228 / 60%);
}
.text-teal-200\/core-opacity-70 {
  color: rgb(153 246 228 / 70%);
}
.text-teal-200\/core-opacity-80 {
  color: rgb(153 246 228 / 80%);
}
.text-teal-200\/core-opacity-90 {
  color: rgb(153 246 228 / 90%);
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}
.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}
.text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}
.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}
.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}
.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}
.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}
.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}
.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}
.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}
.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}
.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}
.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}
.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}
.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}
.text-teal-300\/base-opacity-disabled {
  color: rgb(94 234 212 / 60%);
}
.text-teal-300\/core-opacity-0 {
  color: rgb(94 234 212 / 0%);
}
.text-teal-300\/core-opacity-10 {
  color: rgb(94 234 212 / 10%);
}
.text-teal-300\/core-opacity-100 {
  color: rgb(94 234 212 / 100%);
}
.text-teal-300\/core-opacity-20 {
  color: rgb(94 234 212 / 20%);
}
.text-teal-300\/core-opacity-30 {
  color: rgb(94 234 212 / 30%);
}
.text-teal-300\/core-opacity-40 {
  color: rgb(94 234 212 / 40%);
}
.text-teal-300\/core-opacity-50 {
  color: rgb(94 234 212 / 50%);
}
.text-teal-300\/core-opacity-60 {
  color: rgb(94 234 212 / 60%);
}
.text-teal-300\/core-opacity-70 {
  color: rgb(94 234 212 / 70%);
}
.text-teal-300\/core-opacity-80 {
  color: rgb(94 234 212 / 80%);
}
.text-teal-300\/core-opacity-90 {
  color: rgb(94 234 212 / 90%);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}
.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}
.text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}
.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}
.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}
.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}
.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}
.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}
.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}
.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}
.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}
.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}
.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}
.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}
.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}
.text-teal-400\/base-opacity-disabled {
  color: rgb(45 212 191 / 60%);
}
.text-teal-400\/core-opacity-0 {
  color: rgb(45 212 191 / 0%);
}
.text-teal-400\/core-opacity-10 {
  color: rgb(45 212 191 / 10%);
}
.text-teal-400\/core-opacity-100 {
  color: rgb(45 212 191 / 100%);
}
.text-teal-400\/core-opacity-20 {
  color: rgb(45 212 191 / 20%);
}
.text-teal-400\/core-opacity-30 {
  color: rgb(45 212 191 / 30%);
}
.text-teal-400\/core-opacity-40 {
  color: rgb(45 212 191 / 40%);
}
.text-teal-400\/core-opacity-50 {
  color: rgb(45 212 191 / 50%);
}
.text-teal-400\/core-opacity-60 {
  color: rgb(45 212 191 / 60%);
}
.text-teal-400\/core-opacity-70 {
  color: rgb(45 212 191 / 70%);
}
.text-teal-400\/core-opacity-80 {
  color: rgb(45 212 191 / 80%);
}
.text-teal-400\/core-opacity-90 {
  color: rgb(45 212 191 / 90%);
}
.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}
.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}
.text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}
.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}
.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}
.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}
.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}
.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}
.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}
.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}
.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}
.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}
.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}
.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}
.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}
.text-teal-50\/base-opacity-disabled {
  color: rgb(240 253 250 / 60%);
}
.text-teal-50\/core-opacity-0 {
  color: rgb(240 253 250 / 0%);
}
.text-teal-50\/core-opacity-10 {
  color: rgb(240 253 250 / 10%);
}
.text-teal-50\/core-opacity-100 {
  color: rgb(240 253 250 / 100%);
}
.text-teal-50\/core-opacity-20 {
  color: rgb(240 253 250 / 20%);
}
.text-teal-50\/core-opacity-30 {
  color: rgb(240 253 250 / 30%);
}
.text-teal-50\/core-opacity-40 {
  color: rgb(240 253 250 / 40%);
}
.text-teal-50\/core-opacity-50 {
  color: rgb(240 253 250 / 50%);
}
.text-teal-50\/core-opacity-60 {
  color: rgb(240 253 250 / 60%);
}
.text-teal-50\/core-opacity-70 {
  color: rgb(240 253 250 / 70%);
}
.text-teal-50\/core-opacity-80 {
  color: rgb(240 253 250 / 80%);
}
.text-teal-50\/core-opacity-90 {
  color: rgb(240 253 250 / 90%);
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}
.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}
.text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}
.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}
.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}
.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}
.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}
.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}
.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}
.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}
.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}
.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}
.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}
.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}
.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}
.text-teal-500\/base-opacity-disabled {
  color: rgb(20 184 166 / 60%);
}
.text-teal-500\/core-opacity-0 {
  color: rgb(20 184 166 / 0%);
}
.text-teal-500\/core-opacity-10 {
  color: rgb(20 184 166 / 10%);
}
.text-teal-500\/core-opacity-100 {
  color: rgb(20 184 166 / 100%);
}
.text-teal-500\/core-opacity-20 {
  color: rgb(20 184 166 / 20%);
}
.text-teal-500\/core-opacity-30 {
  color: rgb(20 184 166 / 30%);
}
.text-teal-500\/core-opacity-40 {
  color: rgb(20 184 166 / 40%);
}
.text-teal-500\/core-opacity-50 {
  color: rgb(20 184 166 / 50%);
}
.text-teal-500\/core-opacity-60 {
  color: rgb(20 184 166 / 60%);
}
.text-teal-500\/core-opacity-70 {
  color: rgb(20 184 166 / 70%);
}
.text-teal-500\/core-opacity-80 {
  color: rgb(20 184 166 / 80%);
}
.text-teal-500\/core-opacity-90 {
  color: rgb(20 184 166 / 90%);
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}
.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}
.text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}
.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}
.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}
.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}
.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}
.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}
.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}
.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}
.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}
.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}
.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}
.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}
.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}
.text-teal-600\/base-opacity-disabled {
  color: rgb(13 148 136 / 60%);
}
.text-teal-600\/core-opacity-0 {
  color: rgb(13 148 136 / 0%);
}
.text-teal-600\/core-opacity-10 {
  color: rgb(13 148 136 / 10%);
}
.text-teal-600\/core-opacity-100 {
  color: rgb(13 148 136 / 100%);
}
.text-teal-600\/core-opacity-20 {
  color: rgb(13 148 136 / 20%);
}
.text-teal-600\/core-opacity-30 {
  color: rgb(13 148 136 / 30%);
}
.text-teal-600\/core-opacity-40 {
  color: rgb(13 148 136 / 40%);
}
.text-teal-600\/core-opacity-50 {
  color: rgb(13 148 136 / 50%);
}
.text-teal-600\/core-opacity-60 {
  color: rgb(13 148 136 / 60%);
}
.text-teal-600\/core-opacity-70 {
  color: rgb(13 148 136 / 70%);
}
.text-teal-600\/core-opacity-80 {
  color: rgb(13 148 136 / 80%);
}
.text-teal-600\/core-opacity-90 {
  color: rgb(13 148 136 / 90%);
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}
.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}
.text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}
.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}
.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}
.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}
.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}
.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}
.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}
.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}
.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}
.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}
.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}
.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}
.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}
.text-teal-700\/base-opacity-disabled {
  color: rgb(15 118 110 / 60%);
}
.text-teal-700\/core-opacity-0 {
  color: rgb(15 118 110 / 0%);
}
.text-teal-700\/core-opacity-10 {
  color: rgb(15 118 110 / 10%);
}
.text-teal-700\/core-opacity-100 {
  color: rgb(15 118 110 / 100%);
}
.text-teal-700\/core-opacity-20 {
  color: rgb(15 118 110 / 20%);
}
.text-teal-700\/core-opacity-30 {
  color: rgb(15 118 110 / 30%);
}
.text-teal-700\/core-opacity-40 {
  color: rgb(15 118 110 / 40%);
}
.text-teal-700\/core-opacity-50 {
  color: rgb(15 118 110 / 50%);
}
.text-teal-700\/core-opacity-60 {
  color: rgb(15 118 110 / 60%);
}
.text-teal-700\/core-opacity-70 {
  color: rgb(15 118 110 / 70%);
}
.text-teal-700\/core-opacity-80 {
  color: rgb(15 118 110 / 80%);
}
.text-teal-700\/core-opacity-90 {
  color: rgb(15 118 110 / 90%);
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}
.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}
.text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}
.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}
.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}
.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}
.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}
.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}
.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}
.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}
.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}
.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}
.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}
.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}
.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}
.text-teal-800\/base-opacity-disabled {
  color: rgb(17 94 89 / 60%);
}
.text-teal-800\/core-opacity-0 {
  color: rgb(17 94 89 / 0%);
}
.text-teal-800\/core-opacity-10 {
  color: rgb(17 94 89 / 10%);
}
.text-teal-800\/core-opacity-100 {
  color: rgb(17 94 89 / 100%);
}
.text-teal-800\/core-opacity-20 {
  color: rgb(17 94 89 / 20%);
}
.text-teal-800\/core-opacity-30 {
  color: rgb(17 94 89 / 30%);
}
.text-teal-800\/core-opacity-40 {
  color: rgb(17 94 89 / 40%);
}
.text-teal-800\/core-opacity-50 {
  color: rgb(17 94 89 / 50%);
}
.text-teal-800\/core-opacity-60 {
  color: rgb(17 94 89 / 60%);
}
.text-teal-800\/core-opacity-70 {
  color: rgb(17 94 89 / 70%);
}
.text-teal-800\/core-opacity-80 {
  color: rgb(17 94 89 / 80%);
}
.text-teal-800\/core-opacity-90 {
  color: rgb(17 94 89 / 90%);
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}
.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}
.text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}
.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}
.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}
.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}
.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}
.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}
.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}
.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}
.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}
.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}
.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}
.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}
.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}
.text-teal-900\/base-opacity-disabled {
  color: rgb(19 78 74 / 60%);
}
.text-teal-900\/core-opacity-0 {
  color: rgb(19 78 74 / 0%);
}
.text-teal-900\/core-opacity-10 {
  color: rgb(19 78 74 / 10%);
}
.text-teal-900\/core-opacity-100 {
  color: rgb(19 78 74 / 100%);
}
.text-teal-900\/core-opacity-20 {
  color: rgb(19 78 74 / 20%);
}
.text-teal-900\/core-opacity-30 {
  color: rgb(19 78 74 / 30%);
}
.text-teal-900\/core-opacity-40 {
  color: rgb(19 78 74 / 40%);
}
.text-teal-900\/core-opacity-50 {
  color: rgb(19 78 74 / 50%);
}
.text-teal-900\/core-opacity-60 {
  color: rgb(19 78 74 / 60%);
}
.text-teal-900\/core-opacity-70 {
  color: rgb(19 78 74 / 70%);
}
.text-teal-900\/core-opacity-80 {
  color: rgb(19 78 74 / 80%);
}
.text-teal-900\/core-opacity-90 {
  color: rgb(19 78 74 / 90%);
}
.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}
.text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}
.text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}
.text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}
.text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}
.text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}
.text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}
.text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}
.text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}
.text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}
.text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}
.text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}
.text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}
.text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}
.text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}
.text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}
.text-teal-950\/base-opacity-disabled {
  color: rgb(4 47 46 / 60%);
}
.text-teal-950\/core-opacity-0 {
  color: rgb(4 47 46 / 0%);
}
.text-teal-950\/core-opacity-10 {
  color: rgb(4 47 46 / 10%);
}
.text-teal-950\/core-opacity-100 {
  color: rgb(4 47 46 / 100%);
}
.text-teal-950\/core-opacity-20 {
  color: rgb(4 47 46 / 20%);
}
.text-teal-950\/core-opacity-30 {
  color: rgb(4 47 46 / 30%);
}
.text-teal-950\/core-opacity-40 {
  color: rgb(4 47 46 / 40%);
}
.text-teal-950\/core-opacity-50 {
  color: rgb(4 47 46 / 50%);
}
.text-teal-950\/core-opacity-60 {
  color: rgb(4 47 46 / 60%);
}
.text-teal-950\/core-opacity-70 {
  color: rgb(4 47 46 / 70%);
}
.text-teal-950\/core-opacity-80 {
  color: rgb(4 47 46 / 80%);
}
.text-teal-950\/core-opacity-90 {
  color: rgb(4 47 46 / 90%);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.text-transparent\/base-opacity-disabled {
  color: rgb(0 0 0 / 60%);
}
.text-transparent\/core-opacity-0 {
  color: rgb(0 0 0 / 0%);
}
.text-transparent\/core-opacity-10 {
  color: rgb(0 0 0 / 10%);
}
.text-transparent\/core-opacity-100 {
  color: rgb(0 0 0 / 100%);
}
.text-transparent\/core-opacity-20 {
  color: rgb(0 0 0 / 20%);
}
.text-transparent\/core-opacity-30 {
  color: rgb(0 0 0 / 30%);
}
.text-transparent\/core-opacity-40 {
  color: rgb(0 0 0 / 40%);
}
.text-transparent\/core-opacity-50 {
  color: rgb(0 0 0 / 50%);
}
.text-transparent\/core-opacity-60 {
  color: rgb(0 0 0 / 60%);
}
.text-transparent\/core-opacity-70 {
  color: rgb(0 0 0 / 70%);
}
.text-transparent\/core-opacity-80 {
  color: rgb(0 0 0 / 80%);
}
.text-transparent\/core-opacity-90 {
  color: rgb(0 0 0 / 90%);
}
.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
.text-violet-100\/0 {
  color: rgb(237 233 254 / 0);
}
.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1);
}
.text-violet-100\/100 {
  color: rgb(237 233 254 / 1);
}
.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2);
}
.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25);
}
.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3);
}
.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4);
}
.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05);
}
.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5);
}
.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6);
}
.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}
.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75);
}
.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8);
}
.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9);
}
.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95);
}
.text-violet-100\/base-opacity-disabled {
  color: rgb(237 233 254 / 60%);
}
.text-violet-100\/core-opacity-0 {
  color: rgb(237 233 254 / 0%);
}
.text-violet-100\/core-opacity-10 {
  color: rgb(237 233 254 / 10%);
}
.text-violet-100\/core-opacity-100 {
  color: rgb(237 233 254 / 100%);
}
.text-violet-100\/core-opacity-20 {
  color: rgb(237 233 254 / 20%);
}
.text-violet-100\/core-opacity-30 {
  color: rgb(237 233 254 / 30%);
}
.text-violet-100\/core-opacity-40 {
  color: rgb(237 233 254 / 40%);
}
.text-violet-100\/core-opacity-50 {
  color: rgb(237 233 254 / 50%);
}
.text-violet-100\/core-opacity-60 {
  color: rgb(237 233 254 / 60%);
}
.text-violet-100\/core-opacity-70 {
  color: rgb(237 233 254 / 70%);
}
.text-violet-100\/core-opacity-80 {
  color: rgb(237 233 254 / 80%);
}
.text-violet-100\/core-opacity-90 {
  color: rgb(237 233 254 / 90%);
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
.text-violet-200\/0 {
  color: rgb(221 214 254 / 0);
}
.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1);
}
.text-violet-200\/100 {
  color: rgb(221 214 254 / 1);
}
.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2);
}
.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25);
}
.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3);
}
.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4);
}
.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05);
}
.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5);
}
.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6);
}
.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}
.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75);
}
.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8);
}
.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}
.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95);
}
.text-violet-200\/base-opacity-disabled {
  color: rgb(221 214 254 / 60%);
}
.text-violet-200\/core-opacity-0 {
  color: rgb(221 214 254 / 0%);
}
.text-violet-200\/core-opacity-10 {
  color: rgb(221 214 254 / 10%);
}
.text-violet-200\/core-opacity-100 {
  color: rgb(221 214 254 / 100%);
}
.text-violet-200\/core-opacity-20 {
  color: rgb(221 214 254 / 20%);
}
.text-violet-200\/core-opacity-30 {
  color: rgb(221 214 254 / 30%);
}
.text-violet-200\/core-opacity-40 {
  color: rgb(221 214 254 / 40%);
}
.text-violet-200\/core-opacity-50 {
  color: rgb(221 214 254 / 50%);
}
.text-violet-200\/core-opacity-60 {
  color: rgb(221 214 254 / 60%);
}
.text-violet-200\/core-opacity-70 {
  color: rgb(221 214 254 / 70%);
}
.text-violet-200\/core-opacity-80 {
  color: rgb(221 214 254 / 80%);
}
.text-violet-200\/core-opacity-90 {
  color: rgb(221 214 254 / 90%);
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}
.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}
.text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}
.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2);
}
.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25);
}
.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3);
}
.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4);
}
.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05);
}
.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5);
}
.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}
.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}
.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75);
}
.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}
.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}
.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}
.text-violet-300\/base-opacity-disabled {
  color: rgb(196 181 253 / 60%);
}
.text-violet-300\/core-opacity-0 {
  color: rgb(196 181 253 / 0%);
}
.text-violet-300\/core-opacity-10 {
  color: rgb(196 181 253 / 10%);
}
.text-violet-300\/core-opacity-100 {
  color: rgb(196 181 253 / 100%);
}
.text-violet-300\/core-opacity-20 {
  color: rgb(196 181 253 / 20%);
}
.text-violet-300\/core-opacity-30 {
  color: rgb(196 181 253 / 30%);
}
.text-violet-300\/core-opacity-40 {
  color: rgb(196 181 253 / 40%);
}
.text-violet-300\/core-opacity-50 {
  color: rgb(196 181 253 / 50%);
}
.text-violet-300\/core-opacity-60 {
  color: rgb(196 181 253 / 60%);
}
.text-violet-300\/core-opacity-70 {
  color: rgb(196 181 253 / 70%);
}
.text-violet-300\/core-opacity-80 {
  color: rgb(196 181 253 / 80%);
}
.text-violet-300\/core-opacity-90 {
  color: rgb(196 181 253 / 90%);
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
.text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}
.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}
.text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}
.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}
.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}
.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}
.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}
.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}
.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}
.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}
.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}
.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}
.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}
.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}
.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}
.text-violet-400\/base-opacity-disabled {
  color: rgb(167 139 250 / 60%);
}
.text-violet-400\/core-opacity-0 {
  color: rgb(167 139 250 / 0%);
}
.text-violet-400\/core-opacity-10 {
  color: rgb(167 139 250 / 10%);
}
.text-violet-400\/core-opacity-100 {
  color: rgb(167 139 250 / 100%);
}
.text-violet-400\/core-opacity-20 {
  color: rgb(167 139 250 / 20%);
}
.text-violet-400\/core-opacity-30 {
  color: rgb(167 139 250 / 30%);
}
.text-violet-400\/core-opacity-40 {
  color: rgb(167 139 250 / 40%);
}
.text-violet-400\/core-opacity-50 {
  color: rgb(167 139 250 / 50%);
}
.text-violet-400\/core-opacity-60 {
  color: rgb(167 139 250 / 60%);
}
.text-violet-400\/core-opacity-70 {
  color: rgb(167 139 250 / 70%);
}
.text-violet-400\/core-opacity-80 {
  color: rgb(167 139 250 / 80%);
}
.text-violet-400\/core-opacity-90 {
  color: rgb(167 139 250 / 90%);
}
.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
.text-violet-50\/0 {
  color: rgb(245 243 255 / 0);
}
.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1);
}
.text-violet-50\/100 {
  color: rgb(245 243 255 / 1);
}
.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2);
}
.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25);
}
.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3);
}
.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4);
}
.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05);
}
.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5);
}
.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6);
}
.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7);
}
.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75);
}
.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8);
}
.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9);
}
.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95);
}
.text-violet-50\/base-opacity-disabled {
  color: rgb(245 243 255 / 60%);
}
.text-violet-50\/core-opacity-0 {
  color: rgb(245 243 255 / 0%);
}
.text-violet-50\/core-opacity-10 {
  color: rgb(245 243 255 / 10%);
}
.text-violet-50\/core-opacity-100 {
  color: rgb(245 243 255 / 100%);
}
.text-violet-50\/core-opacity-20 {
  color: rgb(245 243 255 / 20%);
}
.text-violet-50\/core-opacity-30 {
  color: rgb(245 243 255 / 30%);
}
.text-violet-50\/core-opacity-40 {
  color: rgb(245 243 255 / 40%);
}
.text-violet-50\/core-opacity-50 {
  color: rgb(245 243 255 / 50%);
}
.text-violet-50\/core-opacity-60 {
  color: rgb(245 243 255 / 60%);
}
.text-violet-50\/core-opacity-70 {
  color: rgb(245 243 255 / 70%);
}
.text-violet-50\/core-opacity-80 {
  color: rgb(245 243 255 / 80%);
}
.text-violet-50\/core-opacity-90 {
  color: rgb(245 243 255 / 90%);
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}
.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}
.text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}
.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}
.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}
.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}
.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}
.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}
.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}
.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}
.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}
.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}
.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}
.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}
.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}
.text-violet-500\/base-opacity-disabled {
  color: rgb(139 92 246 / 60%);
}
.text-violet-500\/core-opacity-0 {
  color: rgb(139 92 246 / 0%);
}
.text-violet-500\/core-opacity-10 {
  color: rgb(139 92 246 / 10%);
}
.text-violet-500\/core-opacity-100 {
  color: rgb(139 92 246 / 100%);
}
.text-violet-500\/core-opacity-20 {
  color: rgb(139 92 246 / 20%);
}
.text-violet-500\/core-opacity-30 {
  color: rgb(139 92 246 / 30%);
}
.text-violet-500\/core-opacity-40 {
  color: rgb(139 92 246 / 40%);
}
.text-violet-500\/core-opacity-50 {
  color: rgb(139 92 246 / 50%);
}
.text-violet-500\/core-opacity-60 {
  color: rgb(139 92 246 / 60%);
}
.text-violet-500\/core-opacity-70 {
  color: rgb(139 92 246 / 70%);
}
.text-violet-500\/core-opacity-80 {
  color: rgb(139 92 246 / 80%);
}
.text-violet-500\/core-opacity-90 {
  color: rgb(139 92 246 / 90%);
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}
.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}
.text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}
.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}
.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}
.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}
.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}
.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}
.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}
.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}
.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}
.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}
.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}
.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}
.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}
.text-violet-600\/base-opacity-disabled {
  color: rgb(124 58 237 / 60%);
}
.text-violet-600\/core-opacity-0 {
  color: rgb(124 58 237 / 0%);
}
.text-violet-600\/core-opacity-10 {
  color: rgb(124 58 237 / 10%);
}
.text-violet-600\/core-opacity-100 {
  color: rgb(124 58 237 / 100%);
}
.text-violet-600\/core-opacity-20 {
  color: rgb(124 58 237 / 20%);
}
.text-violet-600\/core-opacity-30 {
  color: rgb(124 58 237 / 30%);
}
.text-violet-600\/core-opacity-40 {
  color: rgb(124 58 237 / 40%);
}
.text-violet-600\/core-opacity-50 {
  color: rgb(124 58 237 / 50%);
}
.text-violet-600\/core-opacity-60 {
  color: rgb(124 58 237 / 60%);
}
.text-violet-600\/core-opacity-70 {
  color: rgb(124 58 237 / 70%);
}
.text-violet-600\/core-opacity-80 {
  color: rgb(124 58 237 / 80%);
}
.text-violet-600\/core-opacity-90 {
  color: rgb(124 58 237 / 90%);
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.text-violet-700\/0 {
  color: rgb(109 40 217 / 0);
}
.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1);
}
.text-violet-700\/100 {
  color: rgb(109 40 217 / 1);
}
.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2);
}
.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25);
}
.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3);
}
.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4);
}
.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05);
}
.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5);
}
.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6);
}
.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}
.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75);
}
.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8);
}
.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9);
}
.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95);
}
.text-violet-700\/base-opacity-disabled {
  color: rgb(109 40 217 / 60%);
}
.text-violet-700\/core-opacity-0 {
  color: rgb(109 40 217 / 0%);
}
.text-violet-700\/core-opacity-10 {
  color: rgb(109 40 217 / 10%);
}
.text-violet-700\/core-opacity-100 {
  color: rgb(109 40 217 / 100%);
}
.text-violet-700\/core-opacity-20 {
  color: rgb(109 40 217 / 20%);
}
.text-violet-700\/core-opacity-30 {
  color: rgb(109 40 217 / 30%);
}
.text-violet-700\/core-opacity-40 {
  color: rgb(109 40 217 / 40%);
}
.text-violet-700\/core-opacity-50 {
  color: rgb(109 40 217 / 50%);
}
.text-violet-700\/core-opacity-60 {
  color: rgb(109 40 217 / 60%);
}
.text-violet-700\/core-opacity-70 {
  color: rgb(109 40 217 / 70%);
}
.text-violet-700\/core-opacity-80 {
  color: rgb(109 40 217 / 80%);
}
.text-violet-700\/core-opacity-90 {
  color: rgb(109 40 217 / 90%);
}
.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}
.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}
.text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}
.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2);
}
.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25);
}
.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3);
}
.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4);
}
.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05);
}
.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5);
}
.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6);
}
.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7);
}
.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75);
}
.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}
.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9);
}
.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}
.text-violet-800\/base-opacity-disabled {
  color: rgb(91 33 182 / 60%);
}
.text-violet-800\/core-opacity-0 {
  color: rgb(91 33 182 / 0%);
}
.text-violet-800\/core-opacity-10 {
  color: rgb(91 33 182 / 10%);
}
.text-violet-800\/core-opacity-100 {
  color: rgb(91 33 182 / 100%);
}
.text-violet-800\/core-opacity-20 {
  color: rgb(91 33 182 / 20%);
}
.text-violet-800\/core-opacity-30 {
  color: rgb(91 33 182 / 30%);
}
.text-violet-800\/core-opacity-40 {
  color: rgb(91 33 182 / 40%);
}
.text-violet-800\/core-opacity-50 {
  color: rgb(91 33 182 / 50%);
}
.text-violet-800\/core-opacity-60 {
  color: rgb(91 33 182 / 60%);
}
.text-violet-800\/core-opacity-70 {
  color: rgb(91 33 182 / 70%);
}
.text-violet-800\/core-opacity-80 {
  color: rgb(91 33 182 / 80%);
}
.text-violet-800\/core-opacity-90 {
  color: rgb(91 33 182 / 90%);
}
.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
.text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}
.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}
.text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}
.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}
.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}
.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}
.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}
.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}
.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}
.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}
.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}
.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}
.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}
.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}
.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}
.text-violet-900\/base-opacity-disabled {
  color: rgb(76 29 149 / 60%);
}
.text-violet-900\/core-opacity-0 {
  color: rgb(76 29 149 / 0%);
}
.text-violet-900\/core-opacity-10 {
  color: rgb(76 29 149 / 10%);
}
.text-violet-900\/core-opacity-100 {
  color: rgb(76 29 149 / 100%);
}
.text-violet-900\/core-opacity-20 {
  color: rgb(76 29 149 / 20%);
}
.text-violet-900\/core-opacity-30 {
  color: rgb(76 29 149 / 30%);
}
.text-violet-900\/core-opacity-40 {
  color: rgb(76 29 149 / 40%);
}
.text-violet-900\/core-opacity-50 {
  color: rgb(76 29 149 / 50%);
}
.text-violet-900\/core-opacity-60 {
  color: rgb(76 29 149 / 60%);
}
.text-violet-900\/core-opacity-70 {
  color: rgb(76 29 149 / 70%);
}
.text-violet-900\/core-opacity-80 {
  color: rgb(76 29 149 / 80%);
}
.text-violet-900\/core-opacity-90 {
  color: rgb(76 29 149 / 90%);
}
.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}
.text-violet-950\/0 {
  color: rgb(46 16 101 / 0);
}
.text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1);
}
.text-violet-950\/100 {
  color: rgb(46 16 101 / 1);
}
.text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2);
}
.text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25);
}
.text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3);
}
.text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4);
}
.text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05);
}
.text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5);
}
.text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6);
}
.text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7);
}
.text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75);
}
.text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8);
}
.text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9);
}
.text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95);
}
.text-violet-950\/base-opacity-disabled {
  color: rgb(46 16 101 / 60%);
}
.text-violet-950\/core-opacity-0 {
  color: rgb(46 16 101 / 0%);
}
.text-violet-950\/core-opacity-10 {
  color: rgb(46 16 101 / 10%);
}
.text-violet-950\/core-opacity-100 {
  color: rgb(46 16 101 / 100%);
}
.text-violet-950\/core-opacity-20 {
  color: rgb(46 16 101 / 20%);
}
.text-violet-950\/core-opacity-30 {
  color: rgb(46 16 101 / 30%);
}
.text-violet-950\/core-opacity-40 {
  color: rgb(46 16 101 / 40%);
}
.text-violet-950\/core-opacity-50 {
  color: rgb(46 16 101 / 50%);
}
.text-violet-950\/core-opacity-60 {
  color: rgb(46 16 101 / 60%);
}
.text-violet-950\/core-opacity-70 {
  color: rgb(46 16 101 / 70%);
}
.text-violet-950\/core-opacity-80 {
  color: rgb(46 16 101 / 80%);
}
.text-violet-950\/core-opacity-90 {
  color: rgb(46 16 101 / 90%);
}
.text-warning {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.text-warning-light {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.text-warning-light\/0 {
  color: rgb(252 211 77 / 0);
}
.text-warning-light\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-warning-light\/100 {
  color: rgb(252 211 77 / 1);
}
.text-warning-light\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-warning-light\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-warning-light\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-warning-light\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-warning-light\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-warning-light\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-warning-light\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-warning-light\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-warning-light\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-warning-light\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-warning-light\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-warning-light\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-warning-light\/base-opacity-disabled {
  color: rgb(252 211 77 / 60%);
}
.text-warning-light\/core-opacity-0 {
  color: rgb(252 211 77 / 0%);
}
.text-warning-light\/core-opacity-10 {
  color: rgb(252 211 77 / 10%);
}
.text-warning-light\/core-opacity-100 {
  color: rgb(252 211 77 / 100%);
}
.text-warning-light\/core-opacity-20 {
  color: rgb(252 211 77 / 20%);
}
.text-warning-light\/core-opacity-30 {
  color: rgb(252 211 77 / 30%);
}
.text-warning-light\/core-opacity-40 {
  color: rgb(252 211 77 / 40%);
}
.text-warning-light\/core-opacity-50 {
  color: rgb(252 211 77 / 50%);
}
.text-warning-light\/core-opacity-60 {
  color: rgb(252 211 77 / 60%);
}
.text-warning-light\/core-opacity-70 {
  color: rgb(252 211 77 / 70%);
}
.text-warning-light\/core-opacity-80 {
  color: rgb(252 211 77 / 80%);
}
.text-warning-light\/core-opacity-90 {
  color: rgb(252 211 77 / 90%);
}
.text-warning-lightest {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.text-warning-lightest\/0 {
  color: rgb(255 251 235 / 0);
}
.text-warning-lightest\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-warning-lightest\/100 {
  color: rgb(255 251 235 / 1);
}
.text-warning-lightest\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-warning-lightest\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-warning-lightest\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-warning-lightest\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-warning-lightest\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-warning-lightest\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-warning-lightest\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-warning-lightest\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-warning-lightest\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-warning-lightest\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-warning-lightest\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-warning-lightest\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-warning-lightest\/base-opacity-disabled {
  color: rgb(255 251 235 / 60%);
}
.text-warning-lightest\/core-opacity-0 {
  color: rgb(255 251 235 / 0%);
}
.text-warning-lightest\/core-opacity-10 {
  color: rgb(255 251 235 / 10%);
}
.text-warning-lightest\/core-opacity-100 {
  color: rgb(255 251 235 / 100%);
}
.text-warning-lightest\/core-opacity-20 {
  color: rgb(255 251 235 / 20%);
}
.text-warning-lightest\/core-opacity-30 {
  color: rgb(255 251 235 / 30%);
}
.text-warning-lightest\/core-opacity-40 {
  color: rgb(255 251 235 / 40%);
}
.text-warning-lightest\/core-opacity-50 {
  color: rgb(255 251 235 / 50%);
}
.text-warning-lightest\/core-opacity-60 {
  color: rgb(255 251 235 / 60%);
}
.text-warning-lightest\/core-opacity-70 {
  color: rgb(255 251 235 / 70%);
}
.text-warning-lightest\/core-opacity-80 {
  color: rgb(255 251 235 / 80%);
}
.text-warning-lightest\/core-opacity-90 {
  color: rgb(255 251 235 / 90%);
}
.text-warning\/0 {
  color: rgb(251 191 36 / 0);
}
.text-warning\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-warning\/100 {
  color: rgb(251 191 36 / 1);
}
.text-warning\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-warning\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-warning\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-warning\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-warning\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-warning\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-warning\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-warning\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-warning\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-warning\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-warning\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-warning\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-warning\/base-opacity-disabled {
  color: rgb(251 191 36 / 60%);
}
.text-warning\/core-opacity-0 {
  color: rgb(251 191 36 / 0%);
}
.text-warning\/core-opacity-10 {
  color: rgb(251 191 36 / 10%);
}
.text-warning\/core-opacity-100 {
  color: rgb(251 191 36 / 100%);
}
.text-warning\/core-opacity-20 {
  color: rgb(251 191 36 / 20%);
}
.text-warning\/core-opacity-30 {
  color: rgb(251 191 36 / 30%);
}
.text-warning\/core-opacity-40 {
  color: rgb(251 191 36 / 40%);
}
.text-warning\/core-opacity-50 {
  color: rgb(251 191 36 / 50%);
}
.text-warning\/core-opacity-60 {
  color: rgb(251 191 36 / 60%);
}
.text-warning\/core-opacity-70 {
  color: rgb(251 191 36 / 70%);
}
.text-warning\/core-opacity-80 {
  color: rgb(251 191 36 / 80%);
}
.text-warning\/core-opacity-90 {
  color: rgb(251 191 36 / 90%);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/0 {
  color: rgb(255 255 255 / 0);
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100 {
  color: rgb(255 255 255 / 1);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-white\/base-opacity-disabled {
  color: rgb(255 255 255 / 60%);
}
.text-white\/core-opacity-0 {
  color: rgb(255 255 255 / 0%);
}
.text-white\/core-opacity-10 {
  color: rgb(255 255 255 / 10%);
}
.text-white\/core-opacity-100 {
  color: rgb(255 255 255 / 100%);
}
.text-white\/core-opacity-20 {
  color: rgb(255 255 255 / 20%);
}
.text-white\/core-opacity-30 {
  color: rgb(255 255 255 / 30%);
}
.text-white\/core-opacity-40 {
  color: rgb(255 255 255 / 40%);
}
.text-white\/core-opacity-50 {
  color: rgb(255 255 255 / 50%);
}
.text-white\/core-opacity-60 {
  color: rgb(255 255 255 / 60%);
}
.text-white\/core-opacity-70 {
  color: rgb(255 255 255 / 70%);
}
.text-white\/core-opacity-80 {
  color: rgb(255 255 255 / 80%);
}
.text-white\/core-opacity-90 {
  color: rgb(255 255 255 / 90%);
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.text-yellow-100\/0 {
  color: rgb(254 243 199 / 0);
}
.text-yellow-100\/10 {
  color: rgb(254 243 199 / 0.1);
}
.text-yellow-100\/100 {
  color: rgb(254 243 199 / 1);
}
.text-yellow-100\/20 {
  color: rgb(254 243 199 / 0.2);
}
.text-yellow-100\/25 {
  color: rgb(254 243 199 / 0.25);
}
.text-yellow-100\/30 {
  color: rgb(254 243 199 / 0.3);
}
.text-yellow-100\/40 {
  color: rgb(254 243 199 / 0.4);
}
.text-yellow-100\/5 {
  color: rgb(254 243 199 / 0.05);
}
.text-yellow-100\/50 {
  color: rgb(254 243 199 / 0.5);
}
.text-yellow-100\/60 {
  color: rgb(254 243 199 / 0.6);
}
.text-yellow-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.text-yellow-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.text-yellow-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-yellow-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.text-yellow-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.text-yellow-100\/base-opacity-disabled {
  color: rgb(254 243 199 / 60%);
}
.text-yellow-100\/core-opacity-0 {
  color: rgb(254 243 199 / 0%);
}
.text-yellow-100\/core-opacity-10 {
  color: rgb(254 243 199 / 10%);
}
.text-yellow-100\/core-opacity-100 {
  color: rgb(254 243 199 / 100%);
}
.text-yellow-100\/core-opacity-20 {
  color: rgb(254 243 199 / 20%);
}
.text-yellow-100\/core-opacity-30 {
  color: rgb(254 243 199 / 30%);
}
.text-yellow-100\/core-opacity-40 {
  color: rgb(254 243 199 / 40%);
}
.text-yellow-100\/core-opacity-50 {
  color: rgb(254 243 199 / 50%);
}
.text-yellow-100\/core-opacity-60 {
  color: rgb(254 243 199 / 60%);
}
.text-yellow-100\/core-opacity-70 {
  color: rgb(254 243 199 / 70%);
}
.text-yellow-100\/core-opacity-80 {
  color: rgb(254 243 199 / 80%);
}
.text-yellow-100\/core-opacity-90 {
  color: rgb(254 243 199 / 90%);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.text-yellow-200\/0 {
  color: rgb(253 230 138 / 0);
}
.text-yellow-200\/10 {
  color: rgb(253 230 138 / 0.1);
}
.text-yellow-200\/100 {
  color: rgb(253 230 138 / 1);
}
.text-yellow-200\/20 {
  color: rgb(253 230 138 / 0.2);
}
.text-yellow-200\/25 {
  color: rgb(253 230 138 / 0.25);
}
.text-yellow-200\/30 {
  color: rgb(253 230 138 / 0.3);
}
.text-yellow-200\/40 {
  color: rgb(253 230 138 / 0.4);
}
.text-yellow-200\/5 {
  color: rgb(253 230 138 / 0.05);
}
.text-yellow-200\/50 {
  color: rgb(253 230 138 / 0.5);
}
.text-yellow-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.text-yellow-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-yellow-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.text-yellow-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-yellow-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-yellow-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-yellow-200\/base-opacity-disabled {
  color: rgb(253 230 138 / 60%);
}
.text-yellow-200\/core-opacity-0 {
  color: rgb(253 230 138 / 0%);
}
.text-yellow-200\/core-opacity-10 {
  color: rgb(253 230 138 / 10%);
}
.text-yellow-200\/core-opacity-100 {
  color: rgb(253 230 138 / 100%);
}
.text-yellow-200\/core-opacity-20 {
  color: rgb(253 230 138 / 20%);
}
.text-yellow-200\/core-opacity-30 {
  color: rgb(253 230 138 / 30%);
}
.text-yellow-200\/core-opacity-40 {
  color: rgb(253 230 138 / 40%);
}
.text-yellow-200\/core-opacity-50 {
  color: rgb(253 230 138 / 50%);
}
.text-yellow-200\/core-opacity-60 {
  color: rgb(253 230 138 / 60%);
}
.text-yellow-200\/core-opacity-70 {
  color: rgb(253 230 138 / 70%);
}
.text-yellow-200\/core-opacity-80 {
  color: rgb(253 230 138 / 80%);
}
.text-yellow-200\/core-opacity-90 {
  color: rgb(253 230 138 / 90%);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.text-yellow-300\/0 {
  color: rgb(252 211 77 / 0);
}
.text-yellow-300\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-yellow-300\/100 {
  color: rgb(252 211 77 / 1);
}
.text-yellow-300\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-yellow-300\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-yellow-300\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-yellow-300\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-yellow-300\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-yellow-300\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-yellow-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-yellow-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-yellow-300\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-yellow-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-yellow-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-yellow-300\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-yellow-300\/base-opacity-disabled {
  color: rgb(252 211 77 / 60%);
}
.text-yellow-300\/core-opacity-0 {
  color: rgb(252 211 77 / 0%);
}
.text-yellow-300\/core-opacity-10 {
  color: rgb(252 211 77 / 10%);
}
.text-yellow-300\/core-opacity-100 {
  color: rgb(252 211 77 / 100%);
}
.text-yellow-300\/core-opacity-20 {
  color: rgb(252 211 77 / 20%);
}
.text-yellow-300\/core-opacity-30 {
  color: rgb(252 211 77 / 30%);
}
.text-yellow-300\/core-opacity-40 {
  color: rgb(252 211 77 / 40%);
}
.text-yellow-300\/core-opacity-50 {
  color: rgb(252 211 77 / 50%);
}
.text-yellow-300\/core-opacity-60 {
  color: rgb(252 211 77 / 60%);
}
.text-yellow-300\/core-opacity-70 {
  color: rgb(252 211 77 / 70%);
}
.text-yellow-300\/core-opacity-80 {
  color: rgb(252 211 77 / 80%);
}
.text-yellow-300\/core-opacity-90 {
  color: rgb(252 211 77 / 90%);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.text-yellow-400\/0 {
  color: rgb(251 191 36 / 0);
}
.text-yellow-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-yellow-400\/100 {
  color: rgb(251 191 36 / 1);
}
.text-yellow-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-yellow-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-yellow-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-yellow-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-yellow-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-yellow-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-yellow-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-yellow-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-yellow-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-yellow-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-yellow-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-yellow-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-yellow-400\/base-opacity-disabled {
  color: rgb(251 191 36 / 60%);
}
.text-yellow-400\/core-opacity-0 {
  color: rgb(251 191 36 / 0%);
}
.text-yellow-400\/core-opacity-10 {
  color: rgb(251 191 36 / 10%);
}
.text-yellow-400\/core-opacity-100 {
  color: rgb(251 191 36 / 100%);
}
.text-yellow-400\/core-opacity-20 {
  color: rgb(251 191 36 / 20%);
}
.text-yellow-400\/core-opacity-30 {
  color: rgb(251 191 36 / 30%);
}
.text-yellow-400\/core-opacity-40 {
  color: rgb(251 191 36 / 40%);
}
.text-yellow-400\/core-opacity-50 {
  color: rgb(251 191 36 / 50%);
}
.text-yellow-400\/core-opacity-60 {
  color: rgb(251 191 36 / 60%);
}
.text-yellow-400\/core-opacity-70 {
  color: rgb(251 191 36 / 70%);
}
.text-yellow-400\/core-opacity-80 {
  color: rgb(251 191 36 / 80%);
}
.text-yellow-400\/core-opacity-90 {
  color: rgb(251 191 36 / 90%);
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.text-yellow-50\/0 {
  color: rgb(255 251 235 / 0);
}
.text-yellow-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-yellow-50\/100 {
  color: rgb(255 251 235 / 1);
}
.text-yellow-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-yellow-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-yellow-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-yellow-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-yellow-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-yellow-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-yellow-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-yellow-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-yellow-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-yellow-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-yellow-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-yellow-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-yellow-50\/base-opacity-disabled {
  color: rgb(255 251 235 / 60%);
}
.text-yellow-50\/core-opacity-0 {
  color: rgb(255 251 235 / 0%);
}
.text-yellow-50\/core-opacity-10 {
  color: rgb(255 251 235 / 10%);
}
.text-yellow-50\/core-opacity-100 {
  color: rgb(255 251 235 / 100%);
}
.text-yellow-50\/core-opacity-20 {
  color: rgb(255 251 235 / 20%);
}
.text-yellow-50\/core-opacity-30 {
  color: rgb(255 251 235 / 30%);
}
.text-yellow-50\/core-opacity-40 {
  color: rgb(255 251 235 / 40%);
}
.text-yellow-50\/core-opacity-50 {
  color: rgb(255 251 235 / 50%);
}
.text-yellow-50\/core-opacity-60 {
  color: rgb(255 251 235 / 60%);
}
.text-yellow-50\/core-opacity-70 {
  color: rgb(255 251 235 / 70%);
}
.text-yellow-50\/core-opacity-80 {
  color: rgb(255 251 235 / 80%);
}
.text-yellow-50\/core-opacity-90 {
  color: rgb(255 251 235 / 90%);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.text-yellow-500\/0 {
  color: rgb(245 158 11 / 0);
}
.text-yellow-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.text-yellow-500\/100 {
  color: rgb(245 158 11 / 1);
}
.text-yellow-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.text-yellow-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.text-yellow-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.text-yellow-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.text-yellow-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.text-yellow-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.text-yellow-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.text-yellow-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.text-yellow-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.text-yellow-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.text-yellow-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.text-yellow-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.text-yellow-500\/base-opacity-disabled {
  color: rgb(245 158 11 / 60%);
}
.text-yellow-500\/core-opacity-0 {
  color: rgb(245 158 11 / 0%);
}
.text-yellow-500\/core-opacity-10 {
  color: rgb(245 158 11 / 10%);
}
.text-yellow-500\/core-opacity-100 {
  color: rgb(245 158 11 / 100%);
}
.text-yellow-500\/core-opacity-20 {
  color: rgb(245 158 11 / 20%);
}
.text-yellow-500\/core-opacity-30 {
  color: rgb(245 158 11 / 30%);
}
.text-yellow-500\/core-opacity-40 {
  color: rgb(245 158 11 / 40%);
}
.text-yellow-500\/core-opacity-50 {
  color: rgb(245 158 11 / 50%);
}
.text-yellow-500\/core-opacity-60 {
  color: rgb(245 158 11 / 60%);
}
.text-yellow-500\/core-opacity-70 {
  color: rgb(245 158 11 / 70%);
}
.text-yellow-500\/core-opacity-80 {
  color: rgb(245 158 11 / 80%);
}
.text-yellow-500\/core-opacity-90 {
  color: rgb(245 158 11 / 90%);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-yellow-600\/0 {
  color: rgb(217 119 6 / 0);
}
.text-yellow-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.text-yellow-600\/100 {
  color: rgb(217 119 6 / 1);
}
.text-yellow-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.text-yellow-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.text-yellow-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.text-yellow-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.text-yellow-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.text-yellow-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.text-yellow-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.text-yellow-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.text-yellow-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.text-yellow-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.text-yellow-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.text-yellow-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.text-yellow-600\/base-opacity-disabled {
  color: rgb(217 119 6 / 60%);
}
.text-yellow-600\/core-opacity-0 {
  color: rgb(217 119 6 / 0%);
}
.text-yellow-600\/core-opacity-10 {
  color: rgb(217 119 6 / 10%);
}
.text-yellow-600\/core-opacity-100 {
  color: rgb(217 119 6 / 100%);
}
.text-yellow-600\/core-opacity-20 {
  color: rgb(217 119 6 / 20%);
}
.text-yellow-600\/core-opacity-30 {
  color: rgb(217 119 6 / 30%);
}
.text-yellow-600\/core-opacity-40 {
  color: rgb(217 119 6 / 40%);
}
.text-yellow-600\/core-opacity-50 {
  color: rgb(217 119 6 / 50%);
}
.text-yellow-600\/core-opacity-60 {
  color: rgb(217 119 6 / 60%);
}
.text-yellow-600\/core-opacity-70 {
  color: rgb(217 119 6 / 70%);
}
.text-yellow-600\/core-opacity-80 {
  color: rgb(217 119 6 / 80%);
}
.text-yellow-600\/core-opacity-90 {
  color: rgb(217 119 6 / 90%);
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.text-yellow-700\/0 {
  color: rgb(180 83 9 / 0);
}
.text-yellow-700\/10 {
  color: rgb(180 83 9 / 0.1);
}
.text-yellow-700\/100 {
  color: rgb(180 83 9 / 1);
}
.text-yellow-700\/20 {
  color: rgb(180 83 9 / 0.2);
}
.text-yellow-700\/25 {
  color: rgb(180 83 9 / 0.25);
}
.text-yellow-700\/30 {
  color: rgb(180 83 9 / 0.3);
}
.text-yellow-700\/40 {
  color: rgb(180 83 9 / 0.4);
}
.text-yellow-700\/5 {
  color: rgb(180 83 9 / 0.05);
}
.text-yellow-700\/50 {
  color: rgb(180 83 9 / 0.5);
}
.text-yellow-700\/60 {
  color: rgb(180 83 9 / 0.6);
}
.text-yellow-700\/70 {
  color: rgb(180 83 9 / 0.7);
}
.text-yellow-700\/75 {
  color: rgb(180 83 9 / 0.75);
}
.text-yellow-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-yellow-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.text-yellow-700\/95 {
  color: rgb(180 83 9 / 0.95);
}
.text-yellow-700\/base-opacity-disabled {
  color: rgb(180 83 9 / 60%);
}
.text-yellow-700\/core-opacity-0 {
  color: rgb(180 83 9 / 0%);
}
.text-yellow-700\/core-opacity-10 {
  color: rgb(180 83 9 / 10%);
}
.text-yellow-700\/core-opacity-100 {
  color: rgb(180 83 9 / 100%);
}
.text-yellow-700\/core-opacity-20 {
  color: rgb(180 83 9 / 20%);
}
.text-yellow-700\/core-opacity-30 {
  color: rgb(180 83 9 / 30%);
}
.text-yellow-700\/core-opacity-40 {
  color: rgb(180 83 9 / 40%);
}
.text-yellow-700\/core-opacity-50 {
  color: rgb(180 83 9 / 50%);
}
.text-yellow-700\/core-opacity-60 {
  color: rgb(180 83 9 / 60%);
}
.text-yellow-700\/core-opacity-70 {
  color: rgb(180 83 9 / 70%);
}
.text-yellow-700\/core-opacity-80 {
  color: rgb(180 83 9 / 80%);
}
.text-yellow-700\/core-opacity-90 {
  color: rgb(180 83 9 / 90%);
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.text-yellow-800\/0 {
  color: rgb(146 64 14 / 0);
}
.text-yellow-800\/10 {
  color: rgb(146 64 14 / 0.1);
}
.text-yellow-800\/100 {
  color: rgb(146 64 14 / 1);
}
.text-yellow-800\/20 {
  color: rgb(146 64 14 / 0.2);
}
.text-yellow-800\/25 {
  color: rgb(146 64 14 / 0.25);
}
.text-yellow-800\/30 {
  color: rgb(146 64 14 / 0.3);
}
.text-yellow-800\/40 {
  color: rgb(146 64 14 / 0.4);
}
.text-yellow-800\/5 {
  color: rgb(146 64 14 / 0.05);
}
.text-yellow-800\/50 {
  color: rgb(146 64 14 / 0.5);
}
.text-yellow-800\/60 {
  color: rgb(146 64 14 / 0.6);
}
.text-yellow-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.text-yellow-800\/75 {
  color: rgb(146 64 14 / 0.75);
}
.text-yellow-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.text-yellow-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.text-yellow-800\/95 {
  color: rgb(146 64 14 / 0.95);
}
.text-yellow-800\/base-opacity-disabled {
  color: rgb(146 64 14 / 60%);
}
.text-yellow-800\/core-opacity-0 {
  color: rgb(146 64 14 / 0%);
}
.text-yellow-800\/core-opacity-10 {
  color: rgb(146 64 14 / 10%);
}
.text-yellow-800\/core-opacity-100 {
  color: rgb(146 64 14 / 100%);
}
.text-yellow-800\/core-opacity-20 {
  color: rgb(146 64 14 / 20%);
}
.text-yellow-800\/core-opacity-30 {
  color: rgb(146 64 14 / 30%);
}
.text-yellow-800\/core-opacity-40 {
  color: rgb(146 64 14 / 40%);
}
.text-yellow-800\/core-opacity-50 {
  color: rgb(146 64 14 / 50%);
}
.text-yellow-800\/core-opacity-60 {
  color: rgb(146 64 14 / 60%);
}
.text-yellow-800\/core-opacity-70 {
  color: rgb(146 64 14 / 70%);
}
.text-yellow-800\/core-opacity-80 {
  color: rgb(146 64 14 / 80%);
}
.text-yellow-800\/core-opacity-90 {
  color: rgb(146 64 14 / 90%);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-yellow-900\/0 {
  color: rgb(120 53 15 / 0);
}
.text-yellow-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.text-yellow-900\/100 {
  color: rgb(120 53 15 / 1);
}
.text-yellow-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.text-yellow-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.text-yellow-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.text-yellow-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.text-yellow-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.text-yellow-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.text-yellow-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.text-yellow-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-yellow-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.text-yellow-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-yellow-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-yellow-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.text-yellow-900\/base-opacity-disabled {
  color: rgb(120 53 15 / 60%);
}
.text-yellow-900\/core-opacity-0 {
  color: rgb(120 53 15 / 0%);
}
.text-yellow-900\/core-opacity-10 {
  color: rgb(120 53 15 / 10%);
}
.text-yellow-900\/core-opacity-100 {
  color: rgb(120 53 15 / 100%);
}
.text-yellow-900\/core-opacity-20 {
  color: rgb(120 53 15 / 20%);
}
.text-yellow-900\/core-opacity-30 {
  color: rgb(120 53 15 / 30%);
}
.text-yellow-900\/core-opacity-40 {
  color: rgb(120 53 15 / 40%);
}
.text-yellow-900\/core-opacity-50 {
  color: rgb(120 53 15 / 50%);
}
.text-yellow-900\/core-opacity-60 {
  color: rgb(120 53 15 / 60%);
}
.text-yellow-900\/core-opacity-70 {
  color: rgb(120 53 15 / 70%);
}
.text-yellow-900\/core-opacity-80 {
  color: rgb(120 53 15 / 80%);
}
.text-yellow-900\/core-opacity-90 {
  color: rgb(120 53 15 / 90%);
}
.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.text-yellow-950\/0 {
  color: rgb(69 26 3 / 0);
}
.text-yellow-950\/10 {
  color: rgb(69 26 3 / 0.1);
}
.text-yellow-950\/100 {
  color: rgb(69 26 3 / 1);
}
.text-yellow-950\/20 {
  color: rgb(69 26 3 / 0.2);
}
.text-yellow-950\/25 {
  color: rgb(69 26 3 / 0.25);
}
.text-yellow-950\/30 {
  color: rgb(69 26 3 / 0.3);
}
.text-yellow-950\/40 {
  color: rgb(69 26 3 / 0.4);
}
.text-yellow-950\/5 {
  color: rgb(69 26 3 / 0.05);
}
.text-yellow-950\/50 {
  color: rgb(69 26 3 / 0.5);
}
.text-yellow-950\/60 {
  color: rgb(69 26 3 / 0.6);
}
.text-yellow-950\/70 {
  color: rgb(69 26 3 / 0.7);
}
.text-yellow-950\/75 {
  color: rgb(69 26 3 / 0.75);
}
.text-yellow-950\/80 {
  color: rgb(69 26 3 / 0.8);
}
.text-yellow-950\/90 {
  color: rgb(69 26 3 / 0.9);
}
.text-yellow-950\/95 {
  color: rgb(69 26 3 / 0.95);
}
.text-yellow-950\/base-opacity-disabled {
  color: rgb(69 26 3 / 60%);
}
.text-yellow-950\/core-opacity-0 {
  color: rgb(69 26 3 / 0%);
}
.text-yellow-950\/core-opacity-10 {
  color: rgb(69 26 3 / 10%);
}
.text-yellow-950\/core-opacity-100 {
  color: rgb(69 26 3 / 100%);
}
.text-yellow-950\/core-opacity-20 {
  color: rgb(69 26 3 / 20%);
}
.text-yellow-950\/core-opacity-30 {
  color: rgb(69 26 3 / 30%);
}
.text-yellow-950\/core-opacity-40 {
  color: rgb(69 26 3 / 40%);
}
.text-yellow-950\/core-opacity-50 {
  color: rgb(69 26 3 / 50%);
}
.text-yellow-950\/core-opacity-60 {
  color: rgb(69 26 3 / 60%);
}
.text-yellow-950\/core-opacity-70 {
  color: rgb(69 26 3 / 70%);
}
.text-yellow-950\/core-opacity-80 {
  color: rgb(69 26 3 / 80%);
}
.text-yellow-950\/core-opacity-90 {
  color: rgb(69 26 3 / 90%);
}
.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0);
}
.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1);
}
.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1);
}
.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2);
}
.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25);
}
.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3);
}
.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4);
}
.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05);
}
.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5);
}
.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6);
}
.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7);
}
.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75);
}
.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8);
}
.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9);
}
.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95);
}
.text-zinc-100\/base-opacity-disabled {
  color: rgb(244 244 245 / 60%);
}
.text-zinc-100\/core-opacity-0 {
  color: rgb(244 244 245 / 0%);
}
.text-zinc-100\/core-opacity-10 {
  color: rgb(244 244 245 / 10%);
}
.text-zinc-100\/core-opacity-100 {
  color: rgb(244 244 245 / 100%);
}
.text-zinc-100\/core-opacity-20 {
  color: rgb(244 244 245 / 20%);
}
.text-zinc-100\/core-opacity-30 {
  color: rgb(244 244 245 / 30%);
}
.text-zinc-100\/core-opacity-40 {
  color: rgb(244 244 245 / 40%);
}
.text-zinc-100\/core-opacity-50 {
  color: rgb(244 244 245 / 50%);
}
.text-zinc-100\/core-opacity-60 {
  color: rgb(244 244 245 / 60%);
}
.text-zinc-100\/core-opacity-70 {
  color: rgb(244 244 245 / 70%);
}
.text-zinc-100\/core-opacity-80 {
  color: rgb(244 244 245 / 80%);
}
.text-zinc-100\/core-opacity-90 {
  color: rgb(244 244 245 / 90%);
}
.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0);
}
.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1);
}
.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1);
}
.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2);
}
.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25);
}
.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3);
}
.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4);
}
.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05);
}
.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5);
}
.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6);
}
.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7);
}
.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75);
}
.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8);
}
.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9);
}
.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95);
}
.text-zinc-200\/base-opacity-disabled {
  color: rgb(228 228 231 / 60%);
}
.text-zinc-200\/core-opacity-0 {
  color: rgb(228 228 231 / 0%);
}
.text-zinc-200\/core-opacity-10 {
  color: rgb(228 228 231 / 10%);
}
.text-zinc-200\/core-opacity-100 {
  color: rgb(228 228 231 / 100%);
}
.text-zinc-200\/core-opacity-20 {
  color: rgb(228 228 231 / 20%);
}
.text-zinc-200\/core-opacity-30 {
  color: rgb(228 228 231 / 30%);
}
.text-zinc-200\/core-opacity-40 {
  color: rgb(228 228 231 / 40%);
}
.text-zinc-200\/core-opacity-50 {
  color: rgb(228 228 231 / 50%);
}
.text-zinc-200\/core-opacity-60 {
  color: rgb(228 228 231 / 60%);
}
.text-zinc-200\/core-opacity-70 {
  color: rgb(228 228 231 / 70%);
}
.text-zinc-200\/core-opacity-80 {
  color: rgb(228 228 231 / 80%);
}
.text-zinc-200\/core-opacity-90 {
  color: rgb(228 228 231 / 90%);
}
.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0);
}
.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1);
}
.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1);
}
.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2);
}
.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25);
}
.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3);
}
.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4);
}
.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05);
}
.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5);
}
.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6);
}
.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7);
}
.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75);
}
.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8);
}
.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9);
}
.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95);
}
.text-zinc-300\/base-opacity-disabled {
  color: rgb(212 212 216 / 60%);
}
.text-zinc-300\/core-opacity-0 {
  color: rgb(212 212 216 / 0%);
}
.text-zinc-300\/core-opacity-10 {
  color: rgb(212 212 216 / 10%);
}
.text-zinc-300\/core-opacity-100 {
  color: rgb(212 212 216 / 100%);
}
.text-zinc-300\/core-opacity-20 {
  color: rgb(212 212 216 / 20%);
}
.text-zinc-300\/core-opacity-30 {
  color: rgb(212 212 216 / 30%);
}
.text-zinc-300\/core-opacity-40 {
  color: rgb(212 212 216 / 40%);
}
.text-zinc-300\/core-opacity-50 {
  color: rgb(212 212 216 / 50%);
}
.text-zinc-300\/core-opacity-60 {
  color: rgb(212 212 216 / 60%);
}
.text-zinc-300\/core-opacity-70 {
  color: rgb(212 212 216 / 70%);
}
.text-zinc-300\/core-opacity-80 {
  color: rgb(212 212 216 / 80%);
}
.text-zinc-300\/core-opacity-90 {
  color: rgb(212 212 216 / 90%);
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}
.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}
.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}
.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}
.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}
.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}
.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}
.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}
.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}
.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}
.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}
.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}
.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}
.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}
.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}
.text-zinc-400\/base-opacity-disabled {
  color: rgb(161 161 170 / 60%);
}
.text-zinc-400\/core-opacity-0 {
  color: rgb(161 161 170 / 0%);
}
.text-zinc-400\/core-opacity-10 {
  color: rgb(161 161 170 / 10%);
}
.text-zinc-400\/core-opacity-100 {
  color: rgb(161 161 170 / 100%);
}
.text-zinc-400\/core-opacity-20 {
  color: rgb(161 161 170 / 20%);
}
.text-zinc-400\/core-opacity-30 {
  color: rgb(161 161 170 / 30%);
}
.text-zinc-400\/core-opacity-40 {
  color: rgb(161 161 170 / 40%);
}
.text-zinc-400\/core-opacity-50 {
  color: rgb(161 161 170 / 50%);
}
.text-zinc-400\/core-opacity-60 {
  color: rgb(161 161 170 / 60%);
}
.text-zinc-400\/core-opacity-70 {
  color: rgb(161 161 170 / 70%);
}
.text-zinc-400\/core-opacity-80 {
  color: rgb(161 161 170 / 80%);
}
.text-zinc-400\/core-opacity-90 {
  color: rgb(161 161 170 / 90%);
}
.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-zinc-50\/base-opacity-disabled {
  color: rgb(250 250 250 / 60%);
}
.text-zinc-50\/core-opacity-0 {
  color: rgb(250 250 250 / 0%);
}
.text-zinc-50\/core-opacity-10 {
  color: rgb(250 250 250 / 10%);
}
.text-zinc-50\/core-opacity-100 {
  color: rgb(250 250 250 / 100%);
}
.text-zinc-50\/core-opacity-20 {
  color: rgb(250 250 250 / 20%);
}
.text-zinc-50\/core-opacity-30 {
  color: rgb(250 250 250 / 30%);
}
.text-zinc-50\/core-opacity-40 {
  color: rgb(250 250 250 / 40%);
}
.text-zinc-50\/core-opacity-50 {
  color: rgb(250 250 250 / 50%);
}
.text-zinc-50\/core-opacity-60 {
  color: rgb(250 250 250 / 60%);
}
.text-zinc-50\/core-opacity-70 {
  color: rgb(250 250 250 / 70%);
}
.text-zinc-50\/core-opacity-80 {
  color: rgb(250 250 250 / 80%);
}
.text-zinc-50\/core-opacity-90 {
  color: rgb(250 250 250 / 90%);
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}
.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}
.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}
.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}
.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}
.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}
.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}
.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}
.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}
.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}
.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}
.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}
.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}
.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}
.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}
.text-zinc-500\/base-opacity-disabled {
  color: rgb(113 113 122 / 60%);
}
.text-zinc-500\/core-opacity-0 {
  color: rgb(113 113 122 / 0%);
}
.text-zinc-500\/core-opacity-10 {
  color: rgb(113 113 122 / 10%);
}
.text-zinc-500\/core-opacity-100 {
  color: rgb(113 113 122 / 100%);
}
.text-zinc-500\/core-opacity-20 {
  color: rgb(113 113 122 / 20%);
}
.text-zinc-500\/core-opacity-30 {
  color: rgb(113 113 122 / 30%);
}
.text-zinc-500\/core-opacity-40 {
  color: rgb(113 113 122 / 40%);
}
.text-zinc-500\/core-opacity-50 {
  color: rgb(113 113 122 / 50%);
}
.text-zinc-500\/core-opacity-60 {
  color: rgb(113 113 122 / 60%);
}
.text-zinc-500\/core-opacity-70 {
  color: rgb(113 113 122 / 70%);
}
.text-zinc-500\/core-opacity-80 {
  color: rgb(113 113 122 / 80%);
}
.text-zinc-500\/core-opacity-90 {
  color: rgb(113 113 122 / 90%);
}
.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}
.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}
.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}
.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}
.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}
.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}
.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}
.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}
.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}
.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}
.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}
.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}
.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}
.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}
.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}
.text-zinc-600\/base-opacity-disabled {
  color: rgb(82 82 91 / 60%);
}
.text-zinc-600\/core-opacity-0 {
  color: rgb(82 82 91 / 0%);
}
.text-zinc-600\/core-opacity-10 {
  color: rgb(82 82 91 / 10%);
}
.text-zinc-600\/core-opacity-100 {
  color: rgb(82 82 91 / 100%);
}
.text-zinc-600\/core-opacity-20 {
  color: rgb(82 82 91 / 20%);
}
.text-zinc-600\/core-opacity-30 {
  color: rgb(82 82 91 / 30%);
}
.text-zinc-600\/core-opacity-40 {
  color: rgb(82 82 91 / 40%);
}
.text-zinc-600\/core-opacity-50 {
  color: rgb(82 82 91 / 50%);
}
.text-zinc-600\/core-opacity-60 {
  color: rgb(82 82 91 / 60%);
}
.text-zinc-600\/core-opacity-70 {
  color: rgb(82 82 91 / 70%);
}
.text-zinc-600\/core-opacity-80 {
  color: rgb(82 82 91 / 80%);
}
.text-zinc-600\/core-opacity-90 {
  color: rgb(82 82 91 / 90%);
}
.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0);
}
.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1);
}
.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1);
}
.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2);
}
.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25);
}
.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3);
}
.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4);
}
.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05);
}
.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5);
}
.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6);
}
.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7);
}
.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75);
}
.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8);
}
.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9);
}
.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95);
}
.text-zinc-700\/base-opacity-disabled {
  color: rgb(63 63 70 / 60%);
}
.text-zinc-700\/core-opacity-0 {
  color: rgb(63 63 70 / 0%);
}
.text-zinc-700\/core-opacity-10 {
  color: rgb(63 63 70 / 10%);
}
.text-zinc-700\/core-opacity-100 {
  color: rgb(63 63 70 / 100%);
}
.text-zinc-700\/core-opacity-20 {
  color: rgb(63 63 70 / 20%);
}
.text-zinc-700\/core-opacity-30 {
  color: rgb(63 63 70 / 30%);
}
.text-zinc-700\/core-opacity-40 {
  color: rgb(63 63 70 / 40%);
}
.text-zinc-700\/core-opacity-50 {
  color: rgb(63 63 70 / 50%);
}
.text-zinc-700\/core-opacity-60 {
  color: rgb(63 63 70 / 60%);
}
.text-zinc-700\/core-opacity-70 {
  color: rgb(63 63 70 / 70%);
}
.text-zinc-700\/core-opacity-80 {
  color: rgb(63 63 70 / 80%);
}
.text-zinc-700\/core-opacity-90 {
  color: rgb(63 63 70 / 90%);
}
.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0);
}
.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1);
}
.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1);
}
.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2);
}
.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25);
}
.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3);
}
.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4);
}
.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05);
}
.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5);
}
.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6);
}
.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7);
}
.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75);
}
.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8);
}
.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9);
}
.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95);
}
.text-zinc-800\/base-opacity-disabled {
  color: rgb(39 39 42 / 60%);
}
.text-zinc-800\/core-opacity-0 {
  color: rgb(39 39 42 / 0%);
}
.text-zinc-800\/core-opacity-10 {
  color: rgb(39 39 42 / 10%);
}
.text-zinc-800\/core-opacity-100 {
  color: rgb(39 39 42 / 100%);
}
.text-zinc-800\/core-opacity-20 {
  color: rgb(39 39 42 / 20%);
}
.text-zinc-800\/core-opacity-30 {
  color: rgb(39 39 42 / 30%);
}
.text-zinc-800\/core-opacity-40 {
  color: rgb(39 39 42 / 40%);
}
.text-zinc-800\/core-opacity-50 {
  color: rgb(39 39 42 / 50%);
}
.text-zinc-800\/core-opacity-60 {
  color: rgb(39 39 42 / 60%);
}
.text-zinc-800\/core-opacity-70 {
  color: rgb(39 39 42 / 70%);
}
.text-zinc-800\/core-opacity-80 {
  color: rgb(39 39 42 / 80%);
}
.text-zinc-800\/core-opacity-90 {
  color: rgb(39 39 42 / 90%);
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0);
}
.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1);
}
.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1);
}
.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2);
}
.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25);
}
.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3);
}
.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4);
}
.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05);
}
.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5);
}
.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6);
}
.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7);
}
.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75);
}
.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8);
}
.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9);
}
.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95);
}
.text-zinc-900\/base-opacity-disabled {
  color: rgb(24 24 27 / 60%);
}
.text-zinc-900\/core-opacity-0 {
  color: rgb(24 24 27 / 0%);
}
.text-zinc-900\/core-opacity-10 {
  color: rgb(24 24 27 / 10%);
}
.text-zinc-900\/core-opacity-100 {
  color: rgb(24 24 27 / 100%);
}
.text-zinc-900\/core-opacity-20 {
  color: rgb(24 24 27 / 20%);
}
.text-zinc-900\/core-opacity-30 {
  color: rgb(24 24 27 / 30%);
}
.text-zinc-900\/core-opacity-40 {
  color: rgb(24 24 27 / 40%);
}
.text-zinc-900\/core-opacity-50 {
  color: rgb(24 24 27 / 50%);
}
.text-zinc-900\/core-opacity-60 {
  color: rgb(24 24 27 / 60%);
}
.text-zinc-900\/core-opacity-70 {
  color: rgb(24 24 27 / 70%);
}
.text-zinc-900\/core-opacity-80 {
  color: rgb(24 24 27 / 80%);
}
.text-zinc-900\/core-opacity-90 {
  color: rgb(24 24 27 / 90%);
}
.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}
.text-zinc-950\/0 {
  color: rgb(9 9 11 / 0);
}
.text-zinc-950\/10 {
  color: rgb(9 9 11 / 0.1);
}
.text-zinc-950\/100 {
  color: rgb(9 9 11 / 1);
}
.text-zinc-950\/20 {
  color: rgb(9 9 11 / 0.2);
}
.text-zinc-950\/25 {
  color: rgb(9 9 11 / 0.25);
}
.text-zinc-950\/30 {
  color: rgb(9 9 11 / 0.3);
}
.text-zinc-950\/40 {
  color: rgb(9 9 11 / 0.4);
}
.text-zinc-950\/5 {
  color: rgb(9 9 11 / 0.05);
}
.text-zinc-950\/50 {
  color: rgb(9 9 11 / 0.5);
}
.text-zinc-950\/60 {
  color: rgb(9 9 11 / 0.6);
}
.text-zinc-950\/70 {
  color: rgb(9 9 11 / 0.7);
}
.text-zinc-950\/75 {
  color: rgb(9 9 11 / 0.75);
}
.text-zinc-950\/80 {
  color: rgb(9 9 11 / 0.8);
}
.text-zinc-950\/90 {
  color: rgb(9 9 11 / 0.9);
}
.text-zinc-950\/95 {
  color: rgb(9 9 11 / 0.95);
}
.text-zinc-950\/base-opacity-disabled {
  color: rgb(9 9 11 / 60%);
}
.text-zinc-950\/core-opacity-0 {
  color: rgb(9 9 11 / 0%);
}
.text-zinc-950\/core-opacity-10 {
  color: rgb(9 9 11 / 10%);
}
.text-zinc-950\/core-opacity-100 {
  color: rgb(9 9 11 / 100%);
}
.text-zinc-950\/core-opacity-20 {
  color: rgb(9 9 11 / 20%);
}
.text-zinc-950\/core-opacity-30 {
  color: rgb(9 9 11 / 30%);
}
.text-zinc-950\/core-opacity-40 {
  color: rgb(9 9 11 / 40%);
}
.text-zinc-950\/core-opacity-50 {
  color: rgb(9 9 11 / 50%);
}
.text-zinc-950\/core-opacity-60 {
  color: rgb(9 9 11 / 60%);
}
.text-zinc-950\/core-opacity-70 {
  color: rgb(9 9 11 / 70%);
}
.text-zinc-950\/core-opacity-80 {
  color: rgb(9 9 11 / 80%);
}
.text-zinc-950\/core-opacity-90 {
  color: rgb(9 9 11 / 90%);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.text-opacity-base-opacity-disabled {
  --tw-text-opacity: 60%;
}
.text-opacity-core-opacity-0 {
  --tw-text-opacity: 0%;
}
.text-opacity-core-opacity-10 {
  --tw-text-opacity: 10%;
}
.text-opacity-core-opacity-100 {
  --tw-text-opacity: 100%;
}
.text-opacity-core-opacity-20 {
  --tw-text-opacity: 20%;
}
.text-opacity-core-opacity-30 {
  --tw-text-opacity: 30%;
}
.text-opacity-core-opacity-40 {
  --tw-text-opacity: 40%;
}
.text-opacity-core-opacity-50 {
  --tw-text-opacity: 50%;
}
.text-opacity-core-opacity-60 {
  --tw-text-opacity: 60%;
}
.text-opacity-core-opacity-70 {
  --tw-text-opacity: 70%;
}
.text-opacity-core-opacity-80 {
  --tw-text-opacity: 80%;
}
.text-opacity-core-opacity-90 {
  --tw-text-opacity: 90%;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-base-color-bg-accent {
  text-decoration-color: #d1e0ff;
}
.decoration-base-color-bg-accent-emphasis {
  text-decoration-color: #155eef;
}
.decoration-base-color-bg-accent-emphasis\/0 {
  text-decoration-color: rgb(21 94 239 / 0);
}
.decoration-base-color-bg-accent-emphasis\/10 {
  text-decoration-color: rgb(21 94 239 / 0.1);
}
.decoration-base-color-bg-accent-emphasis\/100 {
  text-decoration-color: rgb(21 94 239 / 1);
}
.decoration-base-color-bg-accent-emphasis\/20 {
  text-decoration-color: rgb(21 94 239 / 0.2);
}
.decoration-base-color-bg-accent-emphasis\/25 {
  text-decoration-color: rgb(21 94 239 / 0.25);
}
.decoration-base-color-bg-accent-emphasis\/30 {
  text-decoration-color: rgb(21 94 239 / 0.3);
}
.decoration-base-color-bg-accent-emphasis\/40 {
  text-decoration-color: rgb(21 94 239 / 0.4);
}
.decoration-base-color-bg-accent-emphasis\/5 {
  text-decoration-color: rgb(21 94 239 / 0.05);
}
.decoration-base-color-bg-accent-emphasis\/50 {
  text-decoration-color: rgb(21 94 239 / 0.5);
}
.decoration-base-color-bg-accent-emphasis\/60 {
  text-decoration-color: rgb(21 94 239 / 0.6);
}
.decoration-base-color-bg-accent-emphasis\/70 {
  text-decoration-color: rgb(21 94 239 / 0.7);
}
.decoration-base-color-bg-accent-emphasis\/75 {
  text-decoration-color: rgb(21 94 239 / 0.75);
}
.decoration-base-color-bg-accent-emphasis\/80 {
  text-decoration-color: rgb(21 94 239 / 0.8);
}
.decoration-base-color-bg-accent-emphasis\/90 {
  text-decoration-color: rgb(21 94 239 / 0.9);
}
.decoration-base-color-bg-accent-emphasis\/95 {
  text-decoration-color: rgb(21 94 239 / 0.95);
}
.decoration-base-color-bg-accent-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(21 94 239 / 60%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(21 94 239 / 0%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(21 94 239 / 10%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(21 94 239 / 100%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(21 94 239 / 20%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(21 94 239 / 30%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(21 94 239 / 40%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(21 94 239 / 50%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(21 94 239 / 60%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(21 94 239 / 70%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(21 94 239 / 80%);
}
.decoration-base-color-bg-accent-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(21 94 239 / 90%);
}
.decoration-base-color-bg-accent-subtle {
  text-decoration-color: #f5f8ff;
}
.decoration-base-color-bg-accent-subtle\/0 {
  text-decoration-color: rgb(245 248 255 / 0);
}
.decoration-base-color-bg-accent-subtle\/10 {
  text-decoration-color: rgb(245 248 255 / 0.1);
}
.decoration-base-color-bg-accent-subtle\/100 {
  text-decoration-color: rgb(245 248 255 / 1);
}
.decoration-base-color-bg-accent-subtle\/20 {
  text-decoration-color: rgb(245 248 255 / 0.2);
}
.decoration-base-color-bg-accent-subtle\/25 {
  text-decoration-color: rgb(245 248 255 / 0.25);
}
.decoration-base-color-bg-accent-subtle\/30 {
  text-decoration-color: rgb(245 248 255 / 0.3);
}
.decoration-base-color-bg-accent-subtle\/40 {
  text-decoration-color: rgb(245 248 255 / 0.4);
}
.decoration-base-color-bg-accent-subtle\/5 {
  text-decoration-color: rgb(245 248 255 / 0.05);
}
.decoration-base-color-bg-accent-subtle\/50 {
  text-decoration-color: rgb(245 248 255 / 0.5);
}
.decoration-base-color-bg-accent-subtle\/60 {
  text-decoration-color: rgb(245 248 255 / 0.6);
}
.decoration-base-color-bg-accent-subtle\/70 {
  text-decoration-color: rgb(245 248 255 / 0.7);
}
.decoration-base-color-bg-accent-subtle\/75 {
  text-decoration-color: rgb(245 248 255 / 0.75);
}
.decoration-base-color-bg-accent-subtle\/80 {
  text-decoration-color: rgb(245 248 255 / 0.8);
}
.decoration-base-color-bg-accent-subtle\/90 {
  text-decoration-color: rgb(245 248 255 / 0.9);
}
.decoration-base-color-bg-accent-subtle\/95 {
  text-decoration-color: rgb(245 248 255 / 0.95);
}
.decoration-base-color-bg-accent-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(245 248 255 / 60%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-0 {
  text-decoration-color: rgb(245 248 255 / 0%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-10 {
  text-decoration-color: rgb(245 248 255 / 10%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-100 {
  text-decoration-color: rgb(245 248 255 / 100%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-20 {
  text-decoration-color: rgb(245 248 255 / 20%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-30 {
  text-decoration-color: rgb(245 248 255 / 30%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-40 {
  text-decoration-color: rgb(245 248 255 / 40%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-50 {
  text-decoration-color: rgb(245 248 255 / 50%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-60 {
  text-decoration-color: rgb(245 248 255 / 60%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-70 {
  text-decoration-color: rgb(245 248 255 / 70%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-80 {
  text-decoration-color: rgb(245 248 255 / 80%);
}
.decoration-base-color-bg-accent-subtle\/core-opacity-90 {
  text-decoration-color: rgb(245 248 255 / 90%);
}
.decoration-base-color-bg-accent\/0 {
  text-decoration-color: rgb(209 224 255 / 0);
}
.decoration-base-color-bg-accent\/10 {
  text-decoration-color: rgb(209 224 255 / 0.1);
}
.decoration-base-color-bg-accent\/100 {
  text-decoration-color: rgb(209 224 255 / 1);
}
.decoration-base-color-bg-accent\/20 {
  text-decoration-color: rgb(209 224 255 / 0.2);
}
.decoration-base-color-bg-accent\/25 {
  text-decoration-color: rgb(209 224 255 / 0.25);
}
.decoration-base-color-bg-accent\/30 {
  text-decoration-color: rgb(209 224 255 / 0.3);
}
.decoration-base-color-bg-accent\/40 {
  text-decoration-color: rgb(209 224 255 / 0.4);
}
.decoration-base-color-bg-accent\/5 {
  text-decoration-color: rgb(209 224 255 / 0.05);
}
.decoration-base-color-bg-accent\/50 {
  text-decoration-color: rgb(209 224 255 / 0.5);
}
.decoration-base-color-bg-accent\/60 {
  text-decoration-color: rgb(209 224 255 / 0.6);
}
.decoration-base-color-bg-accent\/70 {
  text-decoration-color: rgb(209 224 255 / 0.7);
}
.decoration-base-color-bg-accent\/75 {
  text-decoration-color: rgb(209 224 255 / 0.75);
}
.decoration-base-color-bg-accent\/80 {
  text-decoration-color: rgb(209 224 255 / 0.8);
}
.decoration-base-color-bg-accent\/90 {
  text-decoration-color: rgb(209 224 255 / 0.9);
}
.decoration-base-color-bg-accent\/95 {
  text-decoration-color: rgb(209 224 255 / 0.95);
}
.decoration-base-color-bg-accent\/base-opacity-disabled {
  text-decoration-color: rgb(209 224 255 / 60%);
}
.decoration-base-color-bg-accent\/core-opacity-0 {
  text-decoration-color: rgb(209 224 255 / 0%);
}
.decoration-base-color-bg-accent\/core-opacity-10 {
  text-decoration-color: rgb(209 224 255 / 10%);
}
.decoration-base-color-bg-accent\/core-opacity-100 {
  text-decoration-color: rgb(209 224 255 / 100%);
}
.decoration-base-color-bg-accent\/core-opacity-20 {
  text-decoration-color: rgb(209 224 255 / 20%);
}
.decoration-base-color-bg-accent\/core-opacity-30 {
  text-decoration-color: rgb(209 224 255 / 30%);
}
.decoration-base-color-bg-accent\/core-opacity-40 {
  text-decoration-color: rgb(209 224 255 / 40%);
}
.decoration-base-color-bg-accent\/core-opacity-50 {
  text-decoration-color: rgb(209 224 255 / 50%);
}
.decoration-base-color-bg-accent\/core-opacity-60 {
  text-decoration-color: rgb(209 224 255 / 60%);
}
.decoration-base-color-bg-accent\/core-opacity-70 {
  text-decoration-color: rgb(209 224 255 / 70%);
}
.decoration-base-color-bg-accent\/core-opacity-80 {
  text-decoration-color: rgb(209 224 255 / 80%);
}
.decoration-base-color-bg-accent\/core-opacity-90 {
  text-decoration-color: rgb(209 224 255 / 90%);
}
.decoration-base-color-bg-attention {
  text-decoration-color: #fef0c8;
}
.decoration-base-color-bg-attention-emphasis {
  text-decoration-color: #dd6903;
}
.decoration-base-color-bg-attention-emphasis\/0 {
  text-decoration-color: rgb(221 105 3 / 0);
}
.decoration-base-color-bg-attention-emphasis\/10 {
  text-decoration-color: rgb(221 105 3 / 0.1);
}
.decoration-base-color-bg-attention-emphasis\/100 {
  text-decoration-color: rgb(221 105 3 / 1);
}
.decoration-base-color-bg-attention-emphasis\/20 {
  text-decoration-color: rgb(221 105 3 / 0.2);
}
.decoration-base-color-bg-attention-emphasis\/25 {
  text-decoration-color: rgb(221 105 3 / 0.25);
}
.decoration-base-color-bg-attention-emphasis\/30 {
  text-decoration-color: rgb(221 105 3 / 0.3);
}
.decoration-base-color-bg-attention-emphasis\/40 {
  text-decoration-color: rgb(221 105 3 / 0.4);
}
.decoration-base-color-bg-attention-emphasis\/5 {
  text-decoration-color: rgb(221 105 3 / 0.05);
}
.decoration-base-color-bg-attention-emphasis\/50 {
  text-decoration-color: rgb(221 105 3 / 0.5);
}
.decoration-base-color-bg-attention-emphasis\/60 {
  text-decoration-color: rgb(221 105 3 / 0.6);
}
.decoration-base-color-bg-attention-emphasis\/70 {
  text-decoration-color: rgb(221 105 3 / 0.7);
}
.decoration-base-color-bg-attention-emphasis\/75 {
  text-decoration-color: rgb(221 105 3 / 0.75);
}
.decoration-base-color-bg-attention-emphasis\/80 {
  text-decoration-color: rgb(221 105 3 / 0.8);
}
.decoration-base-color-bg-attention-emphasis\/90 {
  text-decoration-color: rgb(221 105 3 / 0.9);
}
.decoration-base-color-bg-attention-emphasis\/95 {
  text-decoration-color: rgb(221 105 3 / 0.95);
}
.decoration-base-color-bg-attention-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(221 105 3 / 60%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(221 105 3 / 0%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(221 105 3 / 10%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(221 105 3 / 100%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(221 105 3 / 20%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(221 105 3 / 30%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(221 105 3 / 40%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(221 105 3 / 50%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(221 105 3 / 60%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(221 105 3 / 70%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(221 105 3 / 80%);
}
.decoration-base-color-bg-attention-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(221 105 3 / 90%);
}
.decoration-base-color-bg-attention-subtle {
  text-decoration-color: #fffcf5;
}
.decoration-base-color-bg-attention-subtle\/0 {
  text-decoration-color: rgb(255 252 245 / 0);
}
.decoration-base-color-bg-attention-subtle\/10 {
  text-decoration-color: rgb(255 252 245 / 0.1);
}
.decoration-base-color-bg-attention-subtle\/100 {
  text-decoration-color: rgb(255 252 245 / 1);
}
.decoration-base-color-bg-attention-subtle\/20 {
  text-decoration-color: rgb(255 252 245 / 0.2);
}
.decoration-base-color-bg-attention-subtle\/25 {
  text-decoration-color: rgb(255 252 245 / 0.25);
}
.decoration-base-color-bg-attention-subtle\/30 {
  text-decoration-color: rgb(255 252 245 / 0.3);
}
.decoration-base-color-bg-attention-subtle\/40 {
  text-decoration-color: rgb(255 252 245 / 0.4);
}
.decoration-base-color-bg-attention-subtle\/5 {
  text-decoration-color: rgb(255 252 245 / 0.05);
}
.decoration-base-color-bg-attention-subtle\/50 {
  text-decoration-color: rgb(255 252 245 / 0.5);
}
.decoration-base-color-bg-attention-subtle\/60 {
  text-decoration-color: rgb(255 252 245 / 0.6);
}
.decoration-base-color-bg-attention-subtle\/70 {
  text-decoration-color: rgb(255 252 245 / 0.7);
}
.decoration-base-color-bg-attention-subtle\/75 {
  text-decoration-color: rgb(255 252 245 / 0.75);
}
.decoration-base-color-bg-attention-subtle\/80 {
  text-decoration-color: rgb(255 252 245 / 0.8);
}
.decoration-base-color-bg-attention-subtle\/90 {
  text-decoration-color: rgb(255 252 245 / 0.9);
}
.decoration-base-color-bg-attention-subtle\/95 {
  text-decoration-color: rgb(255 252 245 / 0.95);
}
.decoration-base-color-bg-attention-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(255 252 245 / 60%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-0 {
  text-decoration-color: rgb(255 252 245 / 0%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-10 {
  text-decoration-color: rgb(255 252 245 / 10%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-100 {
  text-decoration-color: rgb(255 252 245 / 100%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-20 {
  text-decoration-color: rgb(255 252 245 / 20%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-30 {
  text-decoration-color: rgb(255 252 245 / 30%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-40 {
  text-decoration-color: rgb(255 252 245 / 40%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-50 {
  text-decoration-color: rgb(255 252 245 / 50%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-60 {
  text-decoration-color: rgb(255 252 245 / 60%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-70 {
  text-decoration-color: rgb(255 252 245 / 70%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-80 {
  text-decoration-color: rgb(255 252 245 / 80%);
}
.decoration-base-color-bg-attention-subtle\/core-opacity-90 {
  text-decoration-color: rgb(255 252 245 / 90%);
}
.decoration-base-color-bg-attention\/0 {
  text-decoration-color: rgb(254 240 200 / 0);
}
.decoration-base-color-bg-attention\/10 {
  text-decoration-color: rgb(254 240 200 / 0.1);
}
.decoration-base-color-bg-attention\/100 {
  text-decoration-color: rgb(254 240 200 / 1);
}
.decoration-base-color-bg-attention\/20 {
  text-decoration-color: rgb(254 240 200 / 0.2);
}
.decoration-base-color-bg-attention\/25 {
  text-decoration-color: rgb(254 240 200 / 0.25);
}
.decoration-base-color-bg-attention\/30 {
  text-decoration-color: rgb(254 240 200 / 0.3);
}
.decoration-base-color-bg-attention\/40 {
  text-decoration-color: rgb(254 240 200 / 0.4);
}
.decoration-base-color-bg-attention\/5 {
  text-decoration-color: rgb(254 240 200 / 0.05);
}
.decoration-base-color-bg-attention\/50 {
  text-decoration-color: rgb(254 240 200 / 0.5);
}
.decoration-base-color-bg-attention\/60 {
  text-decoration-color: rgb(254 240 200 / 0.6);
}
.decoration-base-color-bg-attention\/70 {
  text-decoration-color: rgb(254 240 200 / 0.7);
}
.decoration-base-color-bg-attention\/75 {
  text-decoration-color: rgb(254 240 200 / 0.75);
}
.decoration-base-color-bg-attention\/80 {
  text-decoration-color: rgb(254 240 200 / 0.8);
}
.decoration-base-color-bg-attention\/90 {
  text-decoration-color: rgb(254 240 200 / 0.9);
}
.decoration-base-color-bg-attention\/95 {
  text-decoration-color: rgb(254 240 200 / 0.95);
}
.decoration-base-color-bg-attention\/base-opacity-disabled {
  text-decoration-color: rgb(254 240 200 / 60%);
}
.decoration-base-color-bg-attention\/core-opacity-0 {
  text-decoration-color: rgb(254 240 200 / 0%);
}
.decoration-base-color-bg-attention\/core-opacity-10 {
  text-decoration-color: rgb(254 240 200 / 10%);
}
.decoration-base-color-bg-attention\/core-opacity-100 {
  text-decoration-color: rgb(254 240 200 / 100%);
}
.decoration-base-color-bg-attention\/core-opacity-20 {
  text-decoration-color: rgb(254 240 200 / 20%);
}
.decoration-base-color-bg-attention\/core-opacity-30 {
  text-decoration-color: rgb(254 240 200 / 30%);
}
.decoration-base-color-bg-attention\/core-opacity-40 {
  text-decoration-color: rgb(254 240 200 / 40%);
}
.decoration-base-color-bg-attention\/core-opacity-50 {
  text-decoration-color: rgb(254 240 200 / 50%);
}
.decoration-base-color-bg-attention\/core-opacity-60 {
  text-decoration-color: rgb(254 240 200 / 60%);
}
.decoration-base-color-bg-attention\/core-opacity-70 {
  text-decoration-color: rgb(254 240 200 / 70%);
}
.decoration-base-color-bg-attention\/core-opacity-80 {
  text-decoration-color: rgb(254 240 200 / 80%);
}
.decoration-base-color-bg-attention\/core-opacity-90 {
  text-decoration-color: rgb(254 240 200 / 90%);
}
.decoration-base-color-bg-brand {
  text-decoration-color: #cdd6f9;
}
.decoration-base-color-bg-brand-emphasis {
  text-decoration-color: #5d5bd7;
}
.decoration-base-color-bg-brand-emphasis\/0 {
  text-decoration-color: rgb(93 91 215 / 0);
}
.decoration-base-color-bg-brand-emphasis\/10 {
  text-decoration-color: rgb(93 91 215 / 0.1);
}
.decoration-base-color-bg-brand-emphasis\/100 {
  text-decoration-color: rgb(93 91 215 / 1);
}
.decoration-base-color-bg-brand-emphasis\/20 {
  text-decoration-color: rgb(93 91 215 / 0.2);
}
.decoration-base-color-bg-brand-emphasis\/25 {
  text-decoration-color: rgb(93 91 215 / 0.25);
}
.decoration-base-color-bg-brand-emphasis\/30 {
  text-decoration-color: rgb(93 91 215 / 0.3);
}
.decoration-base-color-bg-brand-emphasis\/40 {
  text-decoration-color: rgb(93 91 215 / 0.4);
}
.decoration-base-color-bg-brand-emphasis\/5 {
  text-decoration-color: rgb(93 91 215 / 0.05);
}
.decoration-base-color-bg-brand-emphasis\/50 {
  text-decoration-color: rgb(93 91 215 / 0.5);
}
.decoration-base-color-bg-brand-emphasis\/60 {
  text-decoration-color: rgb(93 91 215 / 0.6);
}
.decoration-base-color-bg-brand-emphasis\/70 {
  text-decoration-color: rgb(93 91 215 / 0.7);
}
.decoration-base-color-bg-brand-emphasis\/75 {
  text-decoration-color: rgb(93 91 215 / 0.75);
}
.decoration-base-color-bg-brand-emphasis\/80 {
  text-decoration-color: rgb(93 91 215 / 0.8);
}
.decoration-base-color-bg-brand-emphasis\/90 {
  text-decoration-color: rgb(93 91 215 / 0.9);
}
.decoration-base-color-bg-brand-emphasis\/95 {
  text-decoration-color: rgb(93 91 215 / 0.95);
}
.decoration-base-color-bg-brand-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(93 91 215 / 60%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(93 91 215 / 0%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(93 91 215 / 10%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(93 91 215 / 100%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(93 91 215 / 20%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(93 91 215 / 30%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(93 91 215 / 40%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(93 91 215 / 50%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(93 91 215 / 60%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(93 91 215 / 70%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(93 91 215 / 80%);
}
.decoration-base-color-bg-brand-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(93 91 215 / 90%);
}
.decoration-base-color-bg-brand-subtle {
  text-decoration-color: #f2f4fd;
}
.decoration-base-color-bg-brand-subtle\/0 {
  text-decoration-color: rgb(242 244 253 / 0);
}
.decoration-base-color-bg-brand-subtle\/10 {
  text-decoration-color: rgb(242 244 253 / 0.1);
}
.decoration-base-color-bg-brand-subtle\/100 {
  text-decoration-color: rgb(242 244 253 / 1);
}
.decoration-base-color-bg-brand-subtle\/20 {
  text-decoration-color: rgb(242 244 253 / 0.2);
}
.decoration-base-color-bg-brand-subtle\/25 {
  text-decoration-color: rgb(242 244 253 / 0.25);
}
.decoration-base-color-bg-brand-subtle\/30 {
  text-decoration-color: rgb(242 244 253 / 0.3);
}
.decoration-base-color-bg-brand-subtle\/40 {
  text-decoration-color: rgb(242 244 253 / 0.4);
}
.decoration-base-color-bg-brand-subtle\/5 {
  text-decoration-color: rgb(242 244 253 / 0.05);
}
.decoration-base-color-bg-brand-subtle\/50 {
  text-decoration-color: rgb(242 244 253 / 0.5);
}
.decoration-base-color-bg-brand-subtle\/60 {
  text-decoration-color: rgb(242 244 253 / 0.6);
}
.decoration-base-color-bg-brand-subtle\/70 {
  text-decoration-color: rgb(242 244 253 / 0.7);
}
.decoration-base-color-bg-brand-subtle\/75 {
  text-decoration-color: rgb(242 244 253 / 0.75);
}
.decoration-base-color-bg-brand-subtle\/80 {
  text-decoration-color: rgb(242 244 253 / 0.8);
}
.decoration-base-color-bg-brand-subtle\/90 {
  text-decoration-color: rgb(242 244 253 / 0.9);
}
.decoration-base-color-bg-brand-subtle\/95 {
  text-decoration-color: rgb(242 244 253 / 0.95);
}
.decoration-base-color-bg-brand-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(242 244 253 / 60%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-0 {
  text-decoration-color: rgb(242 244 253 / 0%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-10 {
  text-decoration-color: rgb(242 244 253 / 10%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-100 {
  text-decoration-color: rgb(242 244 253 / 100%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-20 {
  text-decoration-color: rgb(242 244 253 / 20%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-30 {
  text-decoration-color: rgb(242 244 253 / 30%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-40 {
  text-decoration-color: rgb(242 244 253 / 40%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-50 {
  text-decoration-color: rgb(242 244 253 / 50%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-60 {
  text-decoration-color: rgb(242 244 253 / 60%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-70 {
  text-decoration-color: rgb(242 244 253 / 70%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-80 {
  text-decoration-color: rgb(242 244 253 / 80%);
}
.decoration-base-color-bg-brand-subtle\/core-opacity-90 {
  text-decoration-color: rgb(242 244 253 / 90%);
}
.decoration-base-color-bg-brand\/0 {
  text-decoration-color: rgb(205 214 249 / 0);
}
.decoration-base-color-bg-brand\/10 {
  text-decoration-color: rgb(205 214 249 / 0.1);
}
.decoration-base-color-bg-brand\/100 {
  text-decoration-color: rgb(205 214 249 / 1);
}
.decoration-base-color-bg-brand\/20 {
  text-decoration-color: rgb(205 214 249 / 0.2);
}
.decoration-base-color-bg-brand\/25 {
  text-decoration-color: rgb(205 214 249 / 0.25);
}
.decoration-base-color-bg-brand\/30 {
  text-decoration-color: rgb(205 214 249 / 0.3);
}
.decoration-base-color-bg-brand\/40 {
  text-decoration-color: rgb(205 214 249 / 0.4);
}
.decoration-base-color-bg-brand\/5 {
  text-decoration-color: rgb(205 214 249 / 0.05);
}
.decoration-base-color-bg-brand\/50 {
  text-decoration-color: rgb(205 214 249 / 0.5);
}
.decoration-base-color-bg-brand\/60 {
  text-decoration-color: rgb(205 214 249 / 0.6);
}
.decoration-base-color-bg-brand\/70 {
  text-decoration-color: rgb(205 214 249 / 0.7);
}
.decoration-base-color-bg-brand\/75 {
  text-decoration-color: rgb(205 214 249 / 0.75);
}
.decoration-base-color-bg-brand\/80 {
  text-decoration-color: rgb(205 214 249 / 0.8);
}
.decoration-base-color-bg-brand\/90 {
  text-decoration-color: rgb(205 214 249 / 0.9);
}
.decoration-base-color-bg-brand\/95 {
  text-decoration-color: rgb(205 214 249 / 0.95);
}
.decoration-base-color-bg-brand\/base-opacity-disabled {
  text-decoration-color: rgb(205 214 249 / 60%);
}
.decoration-base-color-bg-brand\/core-opacity-0 {
  text-decoration-color: rgb(205 214 249 / 0%);
}
.decoration-base-color-bg-brand\/core-opacity-10 {
  text-decoration-color: rgb(205 214 249 / 10%);
}
.decoration-base-color-bg-brand\/core-opacity-100 {
  text-decoration-color: rgb(205 214 249 / 100%);
}
.decoration-base-color-bg-brand\/core-opacity-20 {
  text-decoration-color: rgb(205 214 249 / 20%);
}
.decoration-base-color-bg-brand\/core-opacity-30 {
  text-decoration-color: rgb(205 214 249 / 30%);
}
.decoration-base-color-bg-brand\/core-opacity-40 {
  text-decoration-color: rgb(205 214 249 / 40%);
}
.decoration-base-color-bg-brand\/core-opacity-50 {
  text-decoration-color: rgb(205 214 249 / 50%);
}
.decoration-base-color-bg-brand\/core-opacity-60 {
  text-decoration-color: rgb(205 214 249 / 60%);
}
.decoration-base-color-bg-brand\/core-opacity-70 {
  text-decoration-color: rgb(205 214 249 / 70%);
}
.decoration-base-color-bg-brand\/core-opacity-80 {
  text-decoration-color: rgb(205 214 249 / 80%);
}
.decoration-base-color-bg-brand\/core-opacity-90 {
  text-decoration-color: rgb(205 214 249 / 90%);
}
.decoration-base-color-bg-danger {
  text-decoration-color: #fee3e1;
}
.decoration-base-color-bg-danger-emphasis {
  text-decoration-color: #f04438;
}
.decoration-base-color-bg-danger-emphasis\/0 {
  text-decoration-color: rgb(240 68 56 / 0);
}
.decoration-base-color-bg-danger-emphasis\/10 {
  text-decoration-color: rgb(240 68 56 / 0.1);
}
.decoration-base-color-bg-danger-emphasis\/100 {
  text-decoration-color: rgb(240 68 56 / 1);
}
.decoration-base-color-bg-danger-emphasis\/20 {
  text-decoration-color: rgb(240 68 56 / 0.2);
}
.decoration-base-color-bg-danger-emphasis\/25 {
  text-decoration-color: rgb(240 68 56 / 0.25);
}
.decoration-base-color-bg-danger-emphasis\/30 {
  text-decoration-color: rgb(240 68 56 / 0.3);
}
.decoration-base-color-bg-danger-emphasis\/40 {
  text-decoration-color: rgb(240 68 56 / 0.4);
}
.decoration-base-color-bg-danger-emphasis\/5 {
  text-decoration-color: rgb(240 68 56 / 0.05);
}
.decoration-base-color-bg-danger-emphasis\/50 {
  text-decoration-color: rgb(240 68 56 / 0.5);
}
.decoration-base-color-bg-danger-emphasis\/60 {
  text-decoration-color: rgb(240 68 56 / 0.6);
}
.decoration-base-color-bg-danger-emphasis\/70 {
  text-decoration-color: rgb(240 68 56 / 0.7);
}
.decoration-base-color-bg-danger-emphasis\/75 {
  text-decoration-color: rgb(240 68 56 / 0.75);
}
.decoration-base-color-bg-danger-emphasis\/80 {
  text-decoration-color: rgb(240 68 56 / 0.8);
}
.decoration-base-color-bg-danger-emphasis\/90 {
  text-decoration-color: rgb(240 68 56 / 0.9);
}
.decoration-base-color-bg-danger-emphasis\/95 {
  text-decoration-color: rgb(240 68 56 / 0.95);
}
.decoration-base-color-bg-danger-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(240 68 56 / 60%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(240 68 56 / 0%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(240 68 56 / 10%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(240 68 56 / 100%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(240 68 56 / 20%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(240 68 56 / 30%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(240 68 56 / 40%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(240 68 56 / 50%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(240 68 56 / 60%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(240 68 56 / 70%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(240 68 56 / 80%);
}
.decoration-base-color-bg-danger-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(240 68 56 / 90%);
}
.decoration-base-color-bg-danger-subtle {
  text-decoration-color: #fffbfa;
}
.decoration-base-color-bg-danger-subtle\/0 {
  text-decoration-color: rgb(255 251 250 / 0);
}
.decoration-base-color-bg-danger-subtle\/10 {
  text-decoration-color: rgb(255 251 250 / 0.1);
}
.decoration-base-color-bg-danger-subtle\/100 {
  text-decoration-color: rgb(255 251 250 / 1);
}
.decoration-base-color-bg-danger-subtle\/20 {
  text-decoration-color: rgb(255 251 250 / 0.2);
}
.decoration-base-color-bg-danger-subtle\/25 {
  text-decoration-color: rgb(255 251 250 / 0.25);
}
.decoration-base-color-bg-danger-subtle\/30 {
  text-decoration-color: rgb(255 251 250 / 0.3);
}
.decoration-base-color-bg-danger-subtle\/40 {
  text-decoration-color: rgb(255 251 250 / 0.4);
}
.decoration-base-color-bg-danger-subtle\/5 {
  text-decoration-color: rgb(255 251 250 / 0.05);
}
.decoration-base-color-bg-danger-subtle\/50 {
  text-decoration-color: rgb(255 251 250 / 0.5);
}
.decoration-base-color-bg-danger-subtle\/60 {
  text-decoration-color: rgb(255 251 250 / 0.6);
}
.decoration-base-color-bg-danger-subtle\/70 {
  text-decoration-color: rgb(255 251 250 / 0.7);
}
.decoration-base-color-bg-danger-subtle\/75 {
  text-decoration-color: rgb(255 251 250 / 0.75);
}
.decoration-base-color-bg-danger-subtle\/80 {
  text-decoration-color: rgb(255 251 250 / 0.8);
}
.decoration-base-color-bg-danger-subtle\/90 {
  text-decoration-color: rgb(255 251 250 / 0.9);
}
.decoration-base-color-bg-danger-subtle\/95 {
  text-decoration-color: rgb(255 251 250 / 0.95);
}
.decoration-base-color-bg-danger-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(255 251 250 / 60%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-0 {
  text-decoration-color: rgb(255 251 250 / 0%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-10 {
  text-decoration-color: rgb(255 251 250 / 10%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-100 {
  text-decoration-color: rgb(255 251 250 / 100%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-20 {
  text-decoration-color: rgb(255 251 250 / 20%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-30 {
  text-decoration-color: rgb(255 251 250 / 30%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-40 {
  text-decoration-color: rgb(255 251 250 / 40%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-50 {
  text-decoration-color: rgb(255 251 250 / 50%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-60 {
  text-decoration-color: rgb(255 251 250 / 60%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-70 {
  text-decoration-color: rgb(255 251 250 / 70%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-80 {
  text-decoration-color: rgb(255 251 250 / 80%);
}
.decoration-base-color-bg-danger-subtle\/core-opacity-90 {
  text-decoration-color: rgb(255 251 250 / 90%);
}
.decoration-base-color-bg-danger\/0 {
  text-decoration-color: rgb(254 227 225 / 0);
}
.decoration-base-color-bg-danger\/10 {
  text-decoration-color: rgb(254 227 225 / 0.1);
}
.decoration-base-color-bg-danger\/100 {
  text-decoration-color: rgb(254 227 225 / 1);
}
.decoration-base-color-bg-danger\/20 {
  text-decoration-color: rgb(254 227 225 / 0.2);
}
.decoration-base-color-bg-danger\/25 {
  text-decoration-color: rgb(254 227 225 / 0.25);
}
.decoration-base-color-bg-danger\/30 {
  text-decoration-color: rgb(254 227 225 / 0.3);
}
.decoration-base-color-bg-danger\/40 {
  text-decoration-color: rgb(254 227 225 / 0.4);
}
.decoration-base-color-bg-danger\/5 {
  text-decoration-color: rgb(254 227 225 / 0.05);
}
.decoration-base-color-bg-danger\/50 {
  text-decoration-color: rgb(254 227 225 / 0.5);
}
.decoration-base-color-bg-danger\/60 {
  text-decoration-color: rgb(254 227 225 / 0.6);
}
.decoration-base-color-bg-danger\/70 {
  text-decoration-color: rgb(254 227 225 / 0.7);
}
.decoration-base-color-bg-danger\/75 {
  text-decoration-color: rgb(254 227 225 / 0.75);
}
.decoration-base-color-bg-danger\/80 {
  text-decoration-color: rgb(254 227 225 / 0.8);
}
.decoration-base-color-bg-danger\/90 {
  text-decoration-color: rgb(254 227 225 / 0.9);
}
.decoration-base-color-bg-danger\/95 {
  text-decoration-color: rgb(254 227 225 / 0.95);
}
.decoration-base-color-bg-danger\/base-opacity-disabled {
  text-decoration-color: rgb(254 227 225 / 60%);
}
.decoration-base-color-bg-danger\/core-opacity-0 {
  text-decoration-color: rgb(254 227 225 / 0%);
}
.decoration-base-color-bg-danger\/core-opacity-10 {
  text-decoration-color: rgb(254 227 225 / 10%);
}
.decoration-base-color-bg-danger\/core-opacity-100 {
  text-decoration-color: rgb(254 227 225 / 100%);
}
.decoration-base-color-bg-danger\/core-opacity-20 {
  text-decoration-color: rgb(254 227 225 / 20%);
}
.decoration-base-color-bg-danger\/core-opacity-30 {
  text-decoration-color: rgb(254 227 225 / 30%);
}
.decoration-base-color-bg-danger\/core-opacity-40 {
  text-decoration-color: rgb(254 227 225 / 40%);
}
.decoration-base-color-bg-danger\/core-opacity-50 {
  text-decoration-color: rgb(254 227 225 / 50%);
}
.decoration-base-color-bg-danger\/core-opacity-60 {
  text-decoration-color: rgb(254 227 225 / 60%);
}
.decoration-base-color-bg-danger\/core-opacity-70 {
  text-decoration-color: rgb(254 227 225 / 70%);
}
.decoration-base-color-bg-danger\/core-opacity-80 {
  text-decoration-color: rgb(254 227 225 / 80%);
}
.decoration-base-color-bg-danger\/core-opacity-90 {
  text-decoration-color: rgb(254 227 225 / 90%);
}
.decoration-base-color-bg-default {
  text-decoration-color: #ffffff;
}
.decoration-base-color-bg-default\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}
.decoration-base-color-bg-default\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}
.decoration-base-color-bg-default\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-base-color-bg-default\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.decoration-base-color-bg-default\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}
.decoration-base-color-bg-default\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.decoration-base-color-bg-default\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.decoration-base-color-bg-default\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}
.decoration-base-color-bg-default\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-base-color-bg-default\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}
.decoration-base-color-bg-default\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-base-color-bg-default\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}
.decoration-base-color-bg-default\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}
.decoration-base-color-bg-default\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}
.decoration-base-color-bg-default\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}
.decoration-base-color-bg-default\/base-opacity-disabled {
  text-decoration-color: rgb(255 255 255 / 60%);
}
.decoration-base-color-bg-default\/core-opacity-0 {
  text-decoration-color: rgb(255 255 255 / 0%);
}
.decoration-base-color-bg-default\/core-opacity-10 {
  text-decoration-color: rgb(255 255 255 / 10%);
}
.decoration-base-color-bg-default\/core-opacity-100 {
  text-decoration-color: rgb(255 255 255 / 100%);
}
.decoration-base-color-bg-default\/core-opacity-20 {
  text-decoration-color: rgb(255 255 255 / 20%);
}
.decoration-base-color-bg-default\/core-opacity-30 {
  text-decoration-color: rgb(255 255 255 / 30%);
}
.decoration-base-color-bg-default\/core-opacity-40 {
  text-decoration-color: rgb(255 255 255 / 40%);
}
.decoration-base-color-bg-default\/core-opacity-50 {
  text-decoration-color: rgb(255 255 255 / 50%);
}
.decoration-base-color-bg-default\/core-opacity-60 {
  text-decoration-color: rgb(255 255 255 / 60%);
}
.decoration-base-color-bg-default\/core-opacity-70 {
  text-decoration-color: rgb(255 255 255 / 70%);
}
.decoration-base-color-bg-default\/core-opacity-80 {
  text-decoration-color: rgb(255 255 255 / 80%);
}
.decoration-base-color-bg-default\/core-opacity-90 {
  text-decoration-color: rgb(255 255 255 / 90%);
}
.decoration-base-color-bg-emphasis {
  text-decoration-color: #101828;
}
.decoration-base-color-bg-emphasis\/0 {
  text-decoration-color: rgb(16 24 40 / 0);
}
.decoration-base-color-bg-emphasis\/10 {
  text-decoration-color: rgb(16 24 40 / 0.1);
}
.decoration-base-color-bg-emphasis\/100 {
  text-decoration-color: rgb(16 24 40 / 1);
}
.decoration-base-color-bg-emphasis\/20 {
  text-decoration-color: rgb(16 24 40 / 0.2);
}
.decoration-base-color-bg-emphasis\/25 {
  text-decoration-color: rgb(16 24 40 / 0.25);
}
.decoration-base-color-bg-emphasis\/30 {
  text-decoration-color: rgb(16 24 40 / 0.3);
}
.decoration-base-color-bg-emphasis\/40 {
  text-decoration-color: rgb(16 24 40 / 0.4);
}
.decoration-base-color-bg-emphasis\/5 {
  text-decoration-color: rgb(16 24 40 / 0.05);
}
.decoration-base-color-bg-emphasis\/50 {
  text-decoration-color: rgb(16 24 40 / 0.5);
}
.decoration-base-color-bg-emphasis\/60 {
  text-decoration-color: rgb(16 24 40 / 0.6);
}
.decoration-base-color-bg-emphasis\/70 {
  text-decoration-color: rgb(16 24 40 / 0.7);
}
.decoration-base-color-bg-emphasis\/75 {
  text-decoration-color: rgb(16 24 40 / 0.75);
}
.decoration-base-color-bg-emphasis\/80 {
  text-decoration-color: rgb(16 24 40 / 0.8);
}
.decoration-base-color-bg-emphasis\/90 {
  text-decoration-color: rgb(16 24 40 / 0.9);
}
.decoration-base-color-bg-emphasis\/95 {
  text-decoration-color: rgb(16 24 40 / 0.95);
}
.decoration-base-color-bg-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(16 24 40 / 60%);
}
.decoration-base-color-bg-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(16 24 40 / 0%);
}
.decoration-base-color-bg-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(16 24 40 / 10%);
}
.decoration-base-color-bg-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(16 24 40 / 100%);
}
.decoration-base-color-bg-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(16 24 40 / 20%);
}
.decoration-base-color-bg-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(16 24 40 / 30%);
}
.decoration-base-color-bg-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(16 24 40 / 40%);
}
.decoration-base-color-bg-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(16 24 40 / 50%);
}
.decoration-base-color-bg-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(16 24 40 / 60%);
}
.decoration-base-color-bg-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(16 24 40 / 70%);
}
.decoration-base-color-bg-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(16 24 40 / 80%);
}
.decoration-base-color-bg-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(16 24 40 / 90%);
}
.decoration-base-color-bg-muted {
  text-decoration-color: #eaecf0;
}
.decoration-base-color-bg-muted\/0 {
  text-decoration-color: rgb(234 236 240 / 0);
}
.decoration-base-color-bg-muted\/10 {
  text-decoration-color: rgb(234 236 240 / 0.1);
}
.decoration-base-color-bg-muted\/100 {
  text-decoration-color: rgb(234 236 240 / 1);
}
.decoration-base-color-bg-muted\/20 {
  text-decoration-color: rgb(234 236 240 / 0.2);
}
.decoration-base-color-bg-muted\/25 {
  text-decoration-color: rgb(234 236 240 / 0.25);
}
.decoration-base-color-bg-muted\/30 {
  text-decoration-color: rgb(234 236 240 / 0.3);
}
.decoration-base-color-bg-muted\/40 {
  text-decoration-color: rgb(234 236 240 / 0.4);
}
.decoration-base-color-bg-muted\/5 {
  text-decoration-color: rgb(234 236 240 / 0.05);
}
.decoration-base-color-bg-muted\/50 {
  text-decoration-color: rgb(234 236 240 / 0.5);
}
.decoration-base-color-bg-muted\/60 {
  text-decoration-color: rgb(234 236 240 / 0.6);
}
.decoration-base-color-bg-muted\/70 {
  text-decoration-color: rgb(234 236 240 / 0.7);
}
.decoration-base-color-bg-muted\/75 {
  text-decoration-color: rgb(234 236 240 / 0.75);
}
.decoration-base-color-bg-muted\/80 {
  text-decoration-color: rgb(234 236 240 / 0.8);
}
.decoration-base-color-bg-muted\/90 {
  text-decoration-color: rgb(234 236 240 / 0.9);
}
.decoration-base-color-bg-muted\/95 {
  text-decoration-color: rgb(234 236 240 / 0.95);
}
.decoration-base-color-bg-muted\/base-opacity-disabled {
  text-decoration-color: rgb(234 236 240 / 60%);
}
.decoration-base-color-bg-muted\/core-opacity-0 {
  text-decoration-color: rgb(234 236 240 / 0%);
}
.decoration-base-color-bg-muted\/core-opacity-10 {
  text-decoration-color: rgb(234 236 240 / 10%);
}
.decoration-base-color-bg-muted\/core-opacity-100 {
  text-decoration-color: rgb(234 236 240 / 100%);
}
.decoration-base-color-bg-muted\/core-opacity-20 {
  text-decoration-color: rgb(234 236 240 / 20%);
}
.decoration-base-color-bg-muted\/core-opacity-30 {
  text-decoration-color: rgb(234 236 240 / 30%);
}
.decoration-base-color-bg-muted\/core-opacity-40 {
  text-decoration-color: rgb(234 236 240 / 40%);
}
.decoration-base-color-bg-muted\/core-opacity-50 {
  text-decoration-color: rgb(234 236 240 / 50%);
}
.decoration-base-color-bg-muted\/core-opacity-60 {
  text-decoration-color: rgb(234 236 240 / 60%);
}
.decoration-base-color-bg-muted\/core-opacity-70 {
  text-decoration-color: rgb(234 236 240 / 70%);
}
.decoration-base-color-bg-muted\/core-opacity-80 {
  text-decoration-color: rgb(234 236 240 / 80%);
}
.decoration-base-color-bg-muted\/core-opacity-90 {
  text-decoration-color: rgb(234 236 240 / 90%);
}
.decoration-base-color-bg-subtle {
  text-decoration-color: #f2f4f7;
}
.decoration-base-color-bg-subtle\/0 {
  text-decoration-color: rgb(242 244 247 / 0);
}
.decoration-base-color-bg-subtle\/10 {
  text-decoration-color: rgb(242 244 247 / 0.1);
}
.decoration-base-color-bg-subtle\/100 {
  text-decoration-color: rgb(242 244 247 / 1);
}
.decoration-base-color-bg-subtle\/20 {
  text-decoration-color: rgb(242 244 247 / 0.2);
}
.decoration-base-color-bg-subtle\/25 {
  text-decoration-color: rgb(242 244 247 / 0.25);
}
.decoration-base-color-bg-subtle\/30 {
  text-decoration-color: rgb(242 244 247 / 0.3);
}
.decoration-base-color-bg-subtle\/40 {
  text-decoration-color: rgb(242 244 247 / 0.4);
}
.decoration-base-color-bg-subtle\/5 {
  text-decoration-color: rgb(242 244 247 / 0.05);
}
.decoration-base-color-bg-subtle\/50 {
  text-decoration-color: rgb(242 244 247 / 0.5);
}
.decoration-base-color-bg-subtle\/60 {
  text-decoration-color: rgb(242 244 247 / 0.6);
}
.decoration-base-color-bg-subtle\/70 {
  text-decoration-color: rgb(242 244 247 / 0.7);
}
.decoration-base-color-bg-subtle\/75 {
  text-decoration-color: rgb(242 244 247 / 0.75);
}
.decoration-base-color-bg-subtle\/80 {
  text-decoration-color: rgb(242 244 247 / 0.8);
}
.decoration-base-color-bg-subtle\/90 {
  text-decoration-color: rgb(242 244 247 / 0.9);
}
.decoration-base-color-bg-subtle\/95 {
  text-decoration-color: rgb(242 244 247 / 0.95);
}
.decoration-base-color-bg-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(242 244 247 / 60%);
}
.decoration-base-color-bg-subtle\/core-opacity-0 {
  text-decoration-color: rgb(242 244 247 / 0%);
}
.decoration-base-color-bg-subtle\/core-opacity-10 {
  text-decoration-color: rgb(242 244 247 / 10%);
}
.decoration-base-color-bg-subtle\/core-opacity-100 {
  text-decoration-color: rgb(242 244 247 / 100%);
}
.decoration-base-color-bg-subtle\/core-opacity-20 {
  text-decoration-color: rgb(242 244 247 / 20%);
}
.decoration-base-color-bg-subtle\/core-opacity-30 {
  text-decoration-color: rgb(242 244 247 / 30%);
}
.decoration-base-color-bg-subtle\/core-opacity-40 {
  text-decoration-color: rgb(242 244 247 / 40%);
}
.decoration-base-color-bg-subtle\/core-opacity-50 {
  text-decoration-color: rgb(242 244 247 / 50%);
}
.decoration-base-color-bg-subtle\/core-opacity-60 {
  text-decoration-color: rgb(242 244 247 / 60%);
}
.decoration-base-color-bg-subtle\/core-opacity-70 {
  text-decoration-color: rgb(242 244 247 / 70%);
}
.decoration-base-color-bg-subtle\/core-opacity-80 {
  text-decoration-color: rgb(242 244 247 / 80%);
}
.decoration-base-color-bg-subtle\/core-opacity-90 {
  text-decoration-color: rgb(242 244 247 / 90%);
}
.decoration-base-color-bg-success {
  text-decoration-color: #d1fadf;
}
.decoration-base-color-bg-success-emphasis {
  text-decoration-color: #12b569;
}
.decoration-base-color-bg-success-emphasis\/0 {
  text-decoration-color: rgb(18 181 105 / 0);
}
.decoration-base-color-bg-success-emphasis\/10 {
  text-decoration-color: rgb(18 181 105 / 0.1);
}
.decoration-base-color-bg-success-emphasis\/100 {
  text-decoration-color: rgb(18 181 105 / 1);
}
.decoration-base-color-bg-success-emphasis\/20 {
  text-decoration-color: rgb(18 181 105 / 0.2);
}
.decoration-base-color-bg-success-emphasis\/25 {
  text-decoration-color: rgb(18 181 105 / 0.25);
}
.decoration-base-color-bg-success-emphasis\/30 {
  text-decoration-color: rgb(18 181 105 / 0.3);
}
.decoration-base-color-bg-success-emphasis\/40 {
  text-decoration-color: rgb(18 181 105 / 0.4);
}
.decoration-base-color-bg-success-emphasis\/5 {
  text-decoration-color: rgb(18 181 105 / 0.05);
}
.decoration-base-color-bg-success-emphasis\/50 {
  text-decoration-color: rgb(18 181 105 / 0.5);
}
.decoration-base-color-bg-success-emphasis\/60 {
  text-decoration-color: rgb(18 181 105 / 0.6);
}
.decoration-base-color-bg-success-emphasis\/70 {
  text-decoration-color: rgb(18 181 105 / 0.7);
}
.decoration-base-color-bg-success-emphasis\/75 {
  text-decoration-color: rgb(18 181 105 / 0.75);
}
.decoration-base-color-bg-success-emphasis\/80 {
  text-decoration-color: rgb(18 181 105 / 0.8);
}
.decoration-base-color-bg-success-emphasis\/90 {
  text-decoration-color: rgb(18 181 105 / 0.9);
}
.decoration-base-color-bg-success-emphasis\/95 {
  text-decoration-color: rgb(18 181 105 / 0.95);
}
.decoration-base-color-bg-success-emphasis\/base-opacity-disabled {
  text-decoration-color: rgb(18 181 105 / 60%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-0 {
  text-decoration-color: rgb(18 181 105 / 0%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-10 {
  text-decoration-color: rgb(18 181 105 / 10%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-100 {
  text-decoration-color: rgb(18 181 105 / 100%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-20 {
  text-decoration-color: rgb(18 181 105 / 20%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-30 {
  text-decoration-color: rgb(18 181 105 / 30%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-40 {
  text-decoration-color: rgb(18 181 105 / 40%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-50 {
  text-decoration-color: rgb(18 181 105 / 50%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-60 {
  text-decoration-color: rgb(18 181 105 / 60%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-70 {
  text-decoration-color: rgb(18 181 105 / 70%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-80 {
  text-decoration-color: rgb(18 181 105 / 80%);
}
.decoration-base-color-bg-success-emphasis\/core-opacity-90 {
  text-decoration-color: rgb(18 181 105 / 90%);
}
.decoration-base-color-bg-success-subtle {
  text-decoration-color: #f6fef9;
}
.decoration-base-color-bg-success-subtle\/0 {
  text-decoration-color: rgb(246 254 249 / 0);
}
.decoration-base-color-bg-success-subtle\/10 {
  text-decoration-color: rgb(246 254 249 / 0.1);
}
.decoration-base-color-bg-success-subtle\/100 {
  text-decoration-color: rgb(246 254 249 / 1);
}
.decoration-base-color-bg-success-subtle\/20 {
  text-decoration-color: rgb(246 254 249 / 0.2);
}
.decoration-base-color-bg-success-subtle\/25 {
  text-decoration-color: rgb(246 254 249 / 0.25);
}
.decoration-base-color-bg-success-subtle\/30 {
  text-decoration-color: rgb(246 254 249 / 0.3);
}
.decoration-base-color-bg-success-subtle\/40 {
  text-decoration-color: rgb(246 254 249 / 0.4);
}
.decoration-base-color-bg-success-subtle\/5 {
  text-decoration-color: rgb(246 254 249 / 0.05);
}
.decoration-base-color-bg-success-subtle\/50 {
  text-decoration-color: rgb(246 254 249 / 0.5);
}
.decoration-base-color-bg-success-subtle\/60 {
  text-decoration-color: rgb(246 254 249 / 0.6);
}
.decoration-base-color-bg-success-subtle\/70 {
  text-decoration-color: rgb(246 254 249 / 0.7);
}
.decoration-base-color-bg-success-subtle\/75 {
  text-decoration-color: rgb(246 254 249 / 0.75);
}
.decoration-base-color-bg-success-subtle\/80 {
  text-decoration-color: rgb(246 254 249 / 0.8);
}
.decoration-base-color-bg-success-subtle\/90 {
  text-decoration-color: rgb(246 254 249 / 0.9);
}
.decoration-base-color-bg-success-subtle\/95 {
  text-decoration-color: rgb(246 254 249 / 0.95);
}
.decoration-base-color-bg-success-subtle\/base-opacity-disabled {
  text-decoration-color: rgb(246 254 249 / 60%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-0 {
  text-decoration-color: rgb(246 254 249 / 0%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-10 {
  text-decoration-color: rgb(246 254 249 / 10%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-100 {
  text-decoration-color: rgb(246 254 249 / 100%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-20 {
  text-decoration-color: rgb(246 254 249 / 20%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-30 {
  text-decoration-color: rgb(246 254 249 / 30%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-40 {
  text-decoration-color: rgb(246 254 249 / 40%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-50 {
  text-decoration-color: rgb(246 254 249 / 50%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-60 {
  text-decoration-color: rgb(246 254 249 / 60%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-70 {
  text-decoration-color: rgb(246 254 249 / 70%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-80 {
  text-decoration-color: rgb(246 254 249 / 80%);
}
.decoration-base-color-bg-success-subtle\/core-opacity-90 {
  text-decoration-color: rgb(246 254 249 / 90%);
}
.decoration-base-color-bg-success\/0 {
  text-decoration-color: rgb(209 250 223 / 0);
}
.decoration-base-color-bg-success\/10 {
  text-decoration-color: rgb(209 250 223 / 0.1);
}
.decoration-base-color-bg-success\/100 {
  text-decoration-color: rgb(209 250 223 / 1);
}
.decoration-base-color-bg-success\/20 {
  text-decoration-color: rgb(209 250 223 / 0.2);
}
.decoration-base-color-bg-success\/25 {
  text-decoration-color: rgb(209 250 223 / 0.25);
}
.decoration-base-color-bg-success\/30 {
  text-decoration-color: rgb(209 250 223 / 0.3);
}
.decoration-base-color-bg-success\/40 {
  text-decoration-color: rgb(209 250 223 / 0.4);
}
.decoration-base-color-bg-success\/5 {
  text-decoration-color: rgb(209 250 223 / 0.05);
}
.decoration-base-color-bg-success\/50 {
  text-decoration-color: rgb(209 250 223 / 0.5);
}
.decoration-base-color-bg-success\/60 {
  text-decoration-color: rgb(209 250 223 / 0.6);
}
.decoration-base-color-bg-success\/70 {
  text-decoration-color: rgb(209 250 223 / 0.7);
}
.decoration-base-color-bg-success\/75 {
  text-decoration-color: rgb(209 250 223 / 0.75);
}
.decoration-base-color-bg-success\/80 {
  text-decoration-color: rgb(209 250 223 / 0.8);
}
.decoration-base-color-bg-success\/90 {
  text-decoration-color: rgb(209 250 223 / 0.9);
}
.decoration-base-color-bg-success\/95 {
  text-decoration-color: rgb(209 250 223 / 0.95);
}
.decoration-base-color-bg-success\/base-opacity-disabled {
  text-decoration-color: rgb(209 250 223 / 60%);
}
.decoration-base-color-bg-success\/core-opacity-0 {
  text-decoration-color: rgb(209 250 223 / 0%);
}
.decoration-base-color-bg-success\/core-opacity-10 {
  text-decoration-color: rgb(209 250 223 / 10%);
}
.decoration-base-color-bg-success\/core-opacity-100 {
  text-decoration-color: rgb(209 250 223 / 100%);
}
.decoration-base-color-bg-success\/core-opacity-20 {
  text-decoration-color: rgb(209 250 223 / 20%);
}
.decoration-base-color-bg-success\/core-opacity-30 {
  text-decoration-color: rgb(209 250 223 / 30%);
}
.decoration-base-color-bg-success\/core-opacity-40 {
  text-decoration-color: rgb(209 250 223 / 40%);
}
.decoration-base-color-bg-success\/core-opacity-50 {
  text-decoration-color: rgb(209 250 223 / 50%);
}
.decoration-base-color-bg-success\/core-opacity-60 {
  text-decoration-color: rgb(209 250 223 / 60%);
}
.decoration-base-color-bg-success\/core-opacity-70 {
  text-decoration-color: rgb(209 250 223 / 70%);
}
.decoration-base-color-bg-success\/core-opacity-80 {
  text-decoration-color: rgb(209 250 223 / 80%);
}
.decoration-base-color-bg-success\/core-opacity-90 {
  text-decoration-color: rgb(209 250 223 / 90%);
}
.decoration-base-color-bg-transparent {
  text-decoration-color: #00000000;
}
.decoration-base-color-bg-transparent\/0 {
  text-decoration-color: rgb(0 0 0 / 0);
}
.decoration-base-color-bg-transparent\/10 {
  text-decoration-color: rgb(0 0 0 / 0.1);
}
.decoration-base-color-bg-transparent\/100 {
  text-decoration-color: rgb(0 0 0 / 1);
}
.decoration-base-color-bg-transparent\/20 {
  text-decoration-color: rgb(0 0 0 / 0.2);
}
.decoration-base-color-bg-transparent\/25 {
  text-decoration-color: rgb(0 0 0 / 0.25);
}
.decoration-base-color-bg-transparent\/30 {
  text-decoration-color: rgb(0 0 0 / 0.3);
}
.decoration-base-color-bg-transparent\/40 {
  text-decoration-color: rgb(0 0 0 / 0.4);
}
.decoration-base-color-bg-transparent\/5 {
  text-decoration-color: rgb(0 0 0 / 0.05);
}
.decoration-base-color-bg-transparent\/50 {
  text-decoration-color: rgb(0 0 0 / 0.5);
}
.decoration-base-color-bg-transparent\/60 {
  text-decoration-color: rgb(0 0 0 / 0.6);
}
.decoration-base-color-bg-transparent\/70 {
  text-decoration-color: rgb(0 0 0 / 0.7);
}
.decoration-base-color-bg-transparent\/75 {
  text-decoration-color: rgb(0 0 0 / 0.75);
}
.decoration-base-color-bg-transparent\/80 {
  text-decoration-color: rgb(0 0 0 / 0.8);
}
.decoration-base-color-bg-transparent\/90 {
  text-decoration-color: rgb(0 0 0 / 0.9);
}
.decoration-base-color-bg-transparent\/95 {
  text-decoration-color: rgb(0 0 0 / 0.95);
}
.decoration-base-color-bg-transparent\/base-opacity-disabled {
  text-decoration-color: rgb(0 0 0 / 60%);
}
.decoration-base-color-bg-transparent\/core-opacity-0 {
  text-decoration-color: rgb(0 0 0 / 0%);
}
.decoration-base-color-bg-transparent\/core-opacity-10 {
  text-decoration-color: rgb(0 0 0 / 10%);
}
.decoration-base-color-bg-transparent\/core-opacity-100 {
  text-decoration-color: rgb(0 0 0 / 100%);
}
.decoration-base-color-bg-transparent\/core-opacity-20 {
  text-decoration-color: rgb(0 0 0 / 20%);
}
.decoration-base-color-bg-transparent\/core-opacity-30 {
  text-decoration-color: rgb(0 0 0 / 30%);
}
.decoration-base-color-bg-transparent\/core-opacity-40 {
  text-decoration-color: rgb(0 0 0 / 40%);
}
.decoration-base-color-bg-transparent\/core-opacity-50 {
  text-decoration-color: rgb(0 0 0 / 50%);
}
.decoration-base-color-bg-transparent\/core-opacity-60 {
  text-decoration-color: rgb(0 0 0 / 60%);
}
.decoration-base-color-bg-transparent\/core-opacity-70 {
  text-decoration-color: rgb(0 0 0 / 70%);
}
.decoration-base-color-bg-transparent\/core-opacity-80 {
  text-decoration-color: rgb(0 0 0 / 80%);
}
.decoration-base-color-bg-transparent\/core-opacity-90 {
  text-decoration-color: rgb(0 0 0 / 90%);
}
.placeholder-base-color-bg-accent::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 224 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 224 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 239 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 239 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent-emphasis\/0::-moz-placeholder {
  color: rgb(21 94 239 / 0);
}
.placeholder-base-color-bg-accent-emphasis\/0::placeholder {
  color: rgb(21 94 239 / 0);
}
.placeholder-base-color-bg-accent-emphasis\/10::-moz-placeholder {
  color: rgb(21 94 239 / 0.1);
}
.placeholder-base-color-bg-accent-emphasis\/10::placeholder {
  color: rgb(21 94 239 / 0.1);
}
.placeholder-base-color-bg-accent-emphasis\/100::-moz-placeholder {
  color: rgb(21 94 239 / 1);
}
.placeholder-base-color-bg-accent-emphasis\/100::placeholder {
  color: rgb(21 94 239 / 1);
}
.placeholder-base-color-bg-accent-emphasis\/20::-moz-placeholder {
  color: rgb(21 94 239 / 0.2);
}
.placeholder-base-color-bg-accent-emphasis\/20::placeholder {
  color: rgb(21 94 239 / 0.2);
}
.placeholder-base-color-bg-accent-emphasis\/25::-moz-placeholder {
  color: rgb(21 94 239 / 0.25);
}
.placeholder-base-color-bg-accent-emphasis\/25::placeholder {
  color: rgb(21 94 239 / 0.25);
}
.placeholder-base-color-bg-accent-emphasis\/30::-moz-placeholder {
  color: rgb(21 94 239 / 0.3);
}
.placeholder-base-color-bg-accent-emphasis\/30::placeholder {
  color: rgb(21 94 239 / 0.3);
}
.placeholder-base-color-bg-accent-emphasis\/40::-moz-placeholder {
  color: rgb(21 94 239 / 0.4);
}
.placeholder-base-color-bg-accent-emphasis\/40::placeholder {
  color: rgb(21 94 239 / 0.4);
}
.placeholder-base-color-bg-accent-emphasis\/5::-moz-placeholder {
  color: rgb(21 94 239 / 0.05);
}
.placeholder-base-color-bg-accent-emphasis\/5::placeholder {
  color: rgb(21 94 239 / 0.05);
}
.placeholder-base-color-bg-accent-emphasis\/50::-moz-placeholder {
  color: rgb(21 94 239 / 0.5);
}
.placeholder-base-color-bg-accent-emphasis\/50::placeholder {
  color: rgb(21 94 239 / 0.5);
}
.placeholder-base-color-bg-accent-emphasis\/60::-moz-placeholder {
  color: rgb(21 94 239 / 0.6);
}
.placeholder-base-color-bg-accent-emphasis\/60::placeholder {
  color: rgb(21 94 239 / 0.6);
}
.placeholder-base-color-bg-accent-emphasis\/70::-moz-placeholder {
  color: rgb(21 94 239 / 0.7);
}
.placeholder-base-color-bg-accent-emphasis\/70::placeholder {
  color: rgb(21 94 239 / 0.7);
}
.placeholder-base-color-bg-accent-emphasis\/75::-moz-placeholder {
  color: rgb(21 94 239 / 0.75);
}
.placeholder-base-color-bg-accent-emphasis\/75::placeholder {
  color: rgb(21 94 239 / 0.75);
}
.placeholder-base-color-bg-accent-emphasis\/80::-moz-placeholder {
  color: rgb(21 94 239 / 0.8);
}
.placeholder-base-color-bg-accent-emphasis\/80::placeholder {
  color: rgb(21 94 239 / 0.8);
}
.placeholder-base-color-bg-accent-emphasis\/90::-moz-placeholder {
  color: rgb(21 94 239 / 0.9);
}
.placeholder-base-color-bg-accent-emphasis\/90::placeholder {
  color: rgb(21 94 239 / 0.9);
}
.placeholder-base-color-bg-accent-emphasis\/95::-moz-placeholder {
  color: rgb(21 94 239 / 0.95);
}
.placeholder-base-color-bg-accent-emphasis\/95::placeholder {
  color: rgb(21 94 239 / 0.95);
}
.placeholder-base-color-bg-accent-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(21 94 239 / 60%);
}
.placeholder-base-color-bg-accent-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(21 94 239 / 60%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(21 94 239 / 0%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-0::placeholder {
  color: rgb(21 94 239 / 0%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(21 94 239 / 10%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-10::placeholder {
  color: rgb(21 94 239 / 10%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(21 94 239 / 100%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-100::placeholder {
  color: rgb(21 94 239 / 100%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(21 94 239 / 20%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-20::placeholder {
  color: rgb(21 94 239 / 20%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(21 94 239 / 30%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-30::placeholder {
  color: rgb(21 94 239 / 30%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(21 94 239 / 40%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-40::placeholder {
  color: rgb(21 94 239 / 40%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(21 94 239 / 50%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-50::placeholder {
  color: rgb(21 94 239 / 50%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(21 94 239 / 60%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-60::placeholder {
  color: rgb(21 94 239 / 60%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(21 94 239 / 70%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-70::placeholder {
  color: rgb(21 94 239 / 70%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(21 94 239 / 80%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-80::placeholder {
  color: rgb(21 94 239 / 80%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(21 94 239 / 90%);
}
.placeholder-base-color-bg-accent-emphasis\/core-opacity-90::placeholder {
  color: rgb(21 94 239 / 90%);
}
.placeholder-base-color-bg-accent-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 248 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 248 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-accent-subtle\/0::-moz-placeholder {
  color: rgb(245 248 255 / 0);
}
.placeholder-base-color-bg-accent-subtle\/0::placeholder {
  color: rgb(245 248 255 / 0);
}
.placeholder-base-color-bg-accent-subtle\/10::-moz-placeholder {
  color: rgb(245 248 255 / 0.1);
}
.placeholder-base-color-bg-accent-subtle\/10::placeholder {
  color: rgb(245 248 255 / 0.1);
}
.placeholder-base-color-bg-accent-subtle\/100::-moz-placeholder {
  color: rgb(245 248 255 / 1);
}
.placeholder-base-color-bg-accent-subtle\/100::placeholder {
  color: rgb(245 248 255 / 1);
}
.placeholder-base-color-bg-accent-subtle\/20::-moz-placeholder {
  color: rgb(245 248 255 / 0.2);
}
.placeholder-base-color-bg-accent-subtle\/20::placeholder {
  color: rgb(245 248 255 / 0.2);
}
.placeholder-base-color-bg-accent-subtle\/25::-moz-placeholder {
  color: rgb(245 248 255 / 0.25);
}
.placeholder-base-color-bg-accent-subtle\/25::placeholder {
  color: rgb(245 248 255 / 0.25);
}
.placeholder-base-color-bg-accent-subtle\/30::-moz-placeholder {
  color: rgb(245 248 255 / 0.3);
}
.placeholder-base-color-bg-accent-subtle\/30::placeholder {
  color: rgb(245 248 255 / 0.3);
}
.placeholder-base-color-bg-accent-subtle\/40::-moz-placeholder {
  color: rgb(245 248 255 / 0.4);
}
.placeholder-base-color-bg-accent-subtle\/40::placeholder {
  color: rgb(245 248 255 / 0.4);
}
.placeholder-base-color-bg-accent-subtle\/5::-moz-placeholder {
  color: rgb(245 248 255 / 0.05);
}
.placeholder-base-color-bg-accent-subtle\/5::placeholder {
  color: rgb(245 248 255 / 0.05);
}
.placeholder-base-color-bg-accent-subtle\/50::-moz-placeholder {
  color: rgb(245 248 255 / 0.5);
}
.placeholder-base-color-bg-accent-subtle\/50::placeholder {
  color: rgb(245 248 255 / 0.5);
}
.placeholder-base-color-bg-accent-subtle\/60::-moz-placeholder {
  color: rgb(245 248 255 / 0.6);
}
.placeholder-base-color-bg-accent-subtle\/60::placeholder {
  color: rgb(245 248 255 / 0.6);
}
.placeholder-base-color-bg-accent-subtle\/70::-moz-placeholder {
  color: rgb(245 248 255 / 0.7);
}
.placeholder-base-color-bg-accent-subtle\/70::placeholder {
  color: rgb(245 248 255 / 0.7);
}
.placeholder-base-color-bg-accent-subtle\/75::-moz-placeholder {
  color: rgb(245 248 255 / 0.75);
}
.placeholder-base-color-bg-accent-subtle\/75::placeholder {
  color: rgb(245 248 255 / 0.75);
}
.placeholder-base-color-bg-accent-subtle\/80::-moz-placeholder {
  color: rgb(245 248 255 / 0.8);
}
.placeholder-base-color-bg-accent-subtle\/80::placeholder {
  color: rgb(245 248 255 / 0.8);
}
.placeholder-base-color-bg-accent-subtle\/90::-moz-placeholder {
  color: rgb(245 248 255 / 0.9);
}
.placeholder-base-color-bg-accent-subtle\/90::placeholder {
  color: rgb(245 248 255 / 0.9);
}
.placeholder-base-color-bg-accent-subtle\/95::-moz-placeholder {
  color: rgb(245 248 255 / 0.95);
}
.placeholder-base-color-bg-accent-subtle\/95::placeholder {
  color: rgb(245 248 255 / 0.95);
}
.placeholder-base-color-bg-accent-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(245 248 255 / 60%);
}
.placeholder-base-color-bg-accent-subtle\/base-opacity-disabled::placeholder {
  color: rgb(245 248 255 / 60%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(245 248 255 / 0%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-0::placeholder {
  color: rgb(245 248 255 / 0%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(245 248 255 / 10%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-10::placeholder {
  color: rgb(245 248 255 / 10%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(245 248 255 / 100%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-100::placeholder {
  color: rgb(245 248 255 / 100%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(245 248 255 / 20%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-20::placeholder {
  color: rgb(245 248 255 / 20%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(245 248 255 / 30%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-30::placeholder {
  color: rgb(245 248 255 / 30%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(245 248 255 / 40%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-40::placeholder {
  color: rgb(245 248 255 / 40%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(245 248 255 / 50%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-50::placeholder {
  color: rgb(245 248 255 / 50%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(245 248 255 / 60%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-60::placeholder {
  color: rgb(245 248 255 / 60%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(245 248 255 / 70%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-70::placeholder {
  color: rgb(245 248 255 / 70%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(245 248 255 / 80%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-80::placeholder {
  color: rgb(245 248 255 / 80%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(245 248 255 / 90%);
}
.placeholder-base-color-bg-accent-subtle\/core-opacity-90::placeholder {
  color: rgb(245 248 255 / 90%);
}
.placeholder-base-color-bg-accent\/0::-moz-placeholder {
  color: rgb(209 224 255 / 0);
}
.placeholder-base-color-bg-accent\/0::placeholder {
  color: rgb(209 224 255 / 0);
}
.placeholder-base-color-bg-accent\/10::-moz-placeholder {
  color: rgb(209 224 255 / 0.1);
}
.placeholder-base-color-bg-accent\/10::placeholder {
  color: rgb(209 224 255 / 0.1);
}
.placeholder-base-color-bg-accent\/100::-moz-placeholder {
  color: rgb(209 224 255 / 1);
}
.placeholder-base-color-bg-accent\/100::placeholder {
  color: rgb(209 224 255 / 1);
}
.placeholder-base-color-bg-accent\/20::-moz-placeholder {
  color: rgb(209 224 255 / 0.2);
}
.placeholder-base-color-bg-accent\/20::placeholder {
  color: rgb(209 224 255 / 0.2);
}
.placeholder-base-color-bg-accent\/25::-moz-placeholder {
  color: rgb(209 224 255 / 0.25);
}
.placeholder-base-color-bg-accent\/25::placeholder {
  color: rgb(209 224 255 / 0.25);
}
.placeholder-base-color-bg-accent\/30::-moz-placeholder {
  color: rgb(209 224 255 / 0.3);
}
.placeholder-base-color-bg-accent\/30::placeholder {
  color: rgb(209 224 255 / 0.3);
}
.placeholder-base-color-bg-accent\/40::-moz-placeholder {
  color: rgb(209 224 255 / 0.4);
}
.placeholder-base-color-bg-accent\/40::placeholder {
  color: rgb(209 224 255 / 0.4);
}
.placeholder-base-color-bg-accent\/5::-moz-placeholder {
  color: rgb(209 224 255 / 0.05);
}
.placeholder-base-color-bg-accent\/5::placeholder {
  color: rgb(209 224 255 / 0.05);
}
.placeholder-base-color-bg-accent\/50::-moz-placeholder {
  color: rgb(209 224 255 / 0.5);
}
.placeholder-base-color-bg-accent\/50::placeholder {
  color: rgb(209 224 255 / 0.5);
}
.placeholder-base-color-bg-accent\/60::-moz-placeholder {
  color: rgb(209 224 255 / 0.6);
}
.placeholder-base-color-bg-accent\/60::placeholder {
  color: rgb(209 224 255 / 0.6);
}
.placeholder-base-color-bg-accent\/70::-moz-placeholder {
  color: rgb(209 224 255 / 0.7);
}
.placeholder-base-color-bg-accent\/70::placeholder {
  color: rgb(209 224 255 / 0.7);
}
.placeholder-base-color-bg-accent\/75::-moz-placeholder {
  color: rgb(209 224 255 / 0.75);
}
.placeholder-base-color-bg-accent\/75::placeholder {
  color: rgb(209 224 255 / 0.75);
}
.placeholder-base-color-bg-accent\/80::-moz-placeholder {
  color: rgb(209 224 255 / 0.8);
}
.placeholder-base-color-bg-accent\/80::placeholder {
  color: rgb(209 224 255 / 0.8);
}
.placeholder-base-color-bg-accent\/90::-moz-placeholder {
  color: rgb(209 224 255 / 0.9);
}
.placeholder-base-color-bg-accent\/90::placeholder {
  color: rgb(209 224 255 / 0.9);
}
.placeholder-base-color-bg-accent\/95::-moz-placeholder {
  color: rgb(209 224 255 / 0.95);
}
.placeholder-base-color-bg-accent\/95::placeholder {
  color: rgb(209 224 255 / 0.95);
}
.placeholder-base-color-bg-accent\/base-opacity-disabled::-moz-placeholder {
  color: rgb(209 224 255 / 60%);
}
.placeholder-base-color-bg-accent\/base-opacity-disabled::placeholder {
  color: rgb(209 224 255 / 60%);
}
.placeholder-base-color-bg-accent\/core-opacity-0::-moz-placeholder {
  color: rgb(209 224 255 / 0%);
}
.placeholder-base-color-bg-accent\/core-opacity-0::placeholder {
  color: rgb(209 224 255 / 0%);
}
.placeholder-base-color-bg-accent\/core-opacity-10::-moz-placeholder {
  color: rgb(209 224 255 / 10%);
}
.placeholder-base-color-bg-accent\/core-opacity-10::placeholder {
  color: rgb(209 224 255 / 10%);
}
.placeholder-base-color-bg-accent\/core-opacity-100::-moz-placeholder {
  color: rgb(209 224 255 / 100%);
}
.placeholder-base-color-bg-accent\/core-opacity-100::placeholder {
  color: rgb(209 224 255 / 100%);
}
.placeholder-base-color-bg-accent\/core-opacity-20::-moz-placeholder {
  color: rgb(209 224 255 / 20%);
}
.placeholder-base-color-bg-accent\/core-opacity-20::placeholder {
  color: rgb(209 224 255 / 20%);
}
.placeholder-base-color-bg-accent\/core-opacity-30::-moz-placeholder {
  color: rgb(209 224 255 / 30%);
}
.placeholder-base-color-bg-accent\/core-opacity-30::placeholder {
  color: rgb(209 224 255 / 30%);
}
.placeholder-base-color-bg-accent\/core-opacity-40::-moz-placeholder {
  color: rgb(209 224 255 / 40%);
}
.placeholder-base-color-bg-accent\/core-opacity-40::placeholder {
  color: rgb(209 224 255 / 40%);
}
.placeholder-base-color-bg-accent\/core-opacity-50::-moz-placeholder {
  color: rgb(209 224 255 / 50%);
}
.placeholder-base-color-bg-accent\/core-opacity-50::placeholder {
  color: rgb(209 224 255 / 50%);
}
.placeholder-base-color-bg-accent\/core-opacity-60::-moz-placeholder {
  color: rgb(209 224 255 / 60%);
}
.placeholder-base-color-bg-accent\/core-opacity-60::placeholder {
  color: rgb(209 224 255 / 60%);
}
.placeholder-base-color-bg-accent\/core-opacity-70::-moz-placeholder {
  color: rgb(209 224 255 / 70%);
}
.placeholder-base-color-bg-accent\/core-opacity-70::placeholder {
  color: rgb(209 224 255 / 70%);
}
.placeholder-base-color-bg-accent\/core-opacity-80::-moz-placeholder {
  color: rgb(209 224 255 / 80%);
}
.placeholder-base-color-bg-accent\/core-opacity-80::placeholder {
  color: rgb(209 224 255 / 80%);
}
.placeholder-base-color-bg-accent\/core-opacity-90::-moz-placeholder {
  color: rgb(209 224 255 / 90%);
}
.placeholder-base-color-bg-accent\/core-opacity-90::placeholder {
  color: rgb(209 224 255 / 90%);
}
.placeholder-base-color-bg-attention::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 200 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 200 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 105 3 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 105 3 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention-emphasis\/0::-moz-placeholder {
  color: rgb(221 105 3 / 0);
}
.placeholder-base-color-bg-attention-emphasis\/0::placeholder {
  color: rgb(221 105 3 / 0);
}
.placeholder-base-color-bg-attention-emphasis\/10::-moz-placeholder {
  color: rgb(221 105 3 / 0.1);
}
.placeholder-base-color-bg-attention-emphasis\/10::placeholder {
  color: rgb(221 105 3 / 0.1);
}
.placeholder-base-color-bg-attention-emphasis\/100::-moz-placeholder {
  color: rgb(221 105 3 / 1);
}
.placeholder-base-color-bg-attention-emphasis\/100::placeholder {
  color: rgb(221 105 3 / 1);
}
.placeholder-base-color-bg-attention-emphasis\/20::-moz-placeholder {
  color: rgb(221 105 3 / 0.2);
}
.placeholder-base-color-bg-attention-emphasis\/20::placeholder {
  color: rgb(221 105 3 / 0.2);
}
.placeholder-base-color-bg-attention-emphasis\/25::-moz-placeholder {
  color: rgb(221 105 3 / 0.25);
}
.placeholder-base-color-bg-attention-emphasis\/25::placeholder {
  color: rgb(221 105 3 / 0.25);
}
.placeholder-base-color-bg-attention-emphasis\/30::-moz-placeholder {
  color: rgb(221 105 3 / 0.3);
}
.placeholder-base-color-bg-attention-emphasis\/30::placeholder {
  color: rgb(221 105 3 / 0.3);
}
.placeholder-base-color-bg-attention-emphasis\/40::-moz-placeholder {
  color: rgb(221 105 3 / 0.4);
}
.placeholder-base-color-bg-attention-emphasis\/40::placeholder {
  color: rgb(221 105 3 / 0.4);
}
.placeholder-base-color-bg-attention-emphasis\/5::-moz-placeholder {
  color: rgb(221 105 3 / 0.05);
}
.placeholder-base-color-bg-attention-emphasis\/5::placeholder {
  color: rgb(221 105 3 / 0.05);
}
.placeholder-base-color-bg-attention-emphasis\/50::-moz-placeholder {
  color: rgb(221 105 3 / 0.5);
}
.placeholder-base-color-bg-attention-emphasis\/50::placeholder {
  color: rgb(221 105 3 / 0.5);
}
.placeholder-base-color-bg-attention-emphasis\/60::-moz-placeholder {
  color: rgb(221 105 3 / 0.6);
}
.placeholder-base-color-bg-attention-emphasis\/60::placeholder {
  color: rgb(221 105 3 / 0.6);
}
.placeholder-base-color-bg-attention-emphasis\/70::-moz-placeholder {
  color: rgb(221 105 3 / 0.7);
}
.placeholder-base-color-bg-attention-emphasis\/70::placeholder {
  color: rgb(221 105 3 / 0.7);
}
.placeholder-base-color-bg-attention-emphasis\/75::-moz-placeholder {
  color: rgb(221 105 3 / 0.75);
}
.placeholder-base-color-bg-attention-emphasis\/75::placeholder {
  color: rgb(221 105 3 / 0.75);
}
.placeholder-base-color-bg-attention-emphasis\/80::-moz-placeholder {
  color: rgb(221 105 3 / 0.8);
}
.placeholder-base-color-bg-attention-emphasis\/80::placeholder {
  color: rgb(221 105 3 / 0.8);
}
.placeholder-base-color-bg-attention-emphasis\/90::-moz-placeholder {
  color: rgb(221 105 3 / 0.9);
}
.placeholder-base-color-bg-attention-emphasis\/90::placeholder {
  color: rgb(221 105 3 / 0.9);
}
.placeholder-base-color-bg-attention-emphasis\/95::-moz-placeholder {
  color: rgb(221 105 3 / 0.95);
}
.placeholder-base-color-bg-attention-emphasis\/95::placeholder {
  color: rgb(221 105 3 / 0.95);
}
.placeholder-base-color-bg-attention-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(221 105 3 / 60%);
}
.placeholder-base-color-bg-attention-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(221 105 3 / 60%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(221 105 3 / 0%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-0::placeholder {
  color: rgb(221 105 3 / 0%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(221 105 3 / 10%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-10::placeholder {
  color: rgb(221 105 3 / 10%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(221 105 3 / 100%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-100::placeholder {
  color: rgb(221 105 3 / 100%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(221 105 3 / 20%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-20::placeholder {
  color: rgb(221 105 3 / 20%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(221 105 3 / 30%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-30::placeholder {
  color: rgb(221 105 3 / 30%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(221 105 3 / 40%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-40::placeholder {
  color: rgb(221 105 3 / 40%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(221 105 3 / 50%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-50::placeholder {
  color: rgb(221 105 3 / 50%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(221 105 3 / 60%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-60::placeholder {
  color: rgb(221 105 3 / 60%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(221 105 3 / 70%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-70::placeholder {
  color: rgb(221 105 3 / 70%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(221 105 3 / 80%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-80::placeholder {
  color: rgb(221 105 3 / 80%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(221 105 3 / 90%);
}
.placeholder-base-color-bg-attention-emphasis\/core-opacity-90::placeholder {
  color: rgb(221 105 3 / 90%);
}
.placeholder-base-color-bg-attention-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 252 245 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 252 245 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-attention-subtle\/0::-moz-placeholder {
  color: rgb(255 252 245 / 0);
}
.placeholder-base-color-bg-attention-subtle\/0::placeholder {
  color: rgb(255 252 245 / 0);
}
.placeholder-base-color-bg-attention-subtle\/10::-moz-placeholder {
  color: rgb(255 252 245 / 0.1);
}
.placeholder-base-color-bg-attention-subtle\/10::placeholder {
  color: rgb(255 252 245 / 0.1);
}
.placeholder-base-color-bg-attention-subtle\/100::-moz-placeholder {
  color: rgb(255 252 245 / 1);
}
.placeholder-base-color-bg-attention-subtle\/100::placeholder {
  color: rgb(255 252 245 / 1);
}
.placeholder-base-color-bg-attention-subtle\/20::-moz-placeholder {
  color: rgb(255 252 245 / 0.2);
}
.placeholder-base-color-bg-attention-subtle\/20::placeholder {
  color: rgb(255 252 245 / 0.2);
}
.placeholder-base-color-bg-attention-subtle\/25::-moz-placeholder {
  color: rgb(255 252 245 / 0.25);
}
.placeholder-base-color-bg-attention-subtle\/25::placeholder {
  color: rgb(255 252 245 / 0.25);
}
.placeholder-base-color-bg-attention-subtle\/30::-moz-placeholder {
  color: rgb(255 252 245 / 0.3);
}
.placeholder-base-color-bg-attention-subtle\/30::placeholder {
  color: rgb(255 252 245 / 0.3);
}
.placeholder-base-color-bg-attention-subtle\/40::-moz-placeholder {
  color: rgb(255 252 245 / 0.4);
}
.placeholder-base-color-bg-attention-subtle\/40::placeholder {
  color: rgb(255 252 245 / 0.4);
}
.placeholder-base-color-bg-attention-subtle\/5::-moz-placeholder {
  color: rgb(255 252 245 / 0.05);
}
.placeholder-base-color-bg-attention-subtle\/5::placeholder {
  color: rgb(255 252 245 / 0.05);
}
.placeholder-base-color-bg-attention-subtle\/50::-moz-placeholder {
  color: rgb(255 252 245 / 0.5);
}
.placeholder-base-color-bg-attention-subtle\/50::placeholder {
  color: rgb(255 252 245 / 0.5);
}
.placeholder-base-color-bg-attention-subtle\/60::-moz-placeholder {
  color: rgb(255 252 245 / 0.6);
}
.placeholder-base-color-bg-attention-subtle\/60::placeholder {
  color: rgb(255 252 245 / 0.6);
}
.placeholder-base-color-bg-attention-subtle\/70::-moz-placeholder {
  color: rgb(255 252 245 / 0.7);
}
.placeholder-base-color-bg-attention-subtle\/70::placeholder {
  color: rgb(255 252 245 / 0.7);
}
.placeholder-base-color-bg-attention-subtle\/75::-moz-placeholder {
  color: rgb(255 252 245 / 0.75);
}
.placeholder-base-color-bg-attention-subtle\/75::placeholder {
  color: rgb(255 252 245 / 0.75);
}
.placeholder-base-color-bg-attention-subtle\/80::-moz-placeholder {
  color: rgb(255 252 245 / 0.8);
}
.placeholder-base-color-bg-attention-subtle\/80::placeholder {
  color: rgb(255 252 245 / 0.8);
}
.placeholder-base-color-bg-attention-subtle\/90::-moz-placeholder {
  color: rgb(255 252 245 / 0.9);
}
.placeholder-base-color-bg-attention-subtle\/90::placeholder {
  color: rgb(255 252 245 / 0.9);
}
.placeholder-base-color-bg-attention-subtle\/95::-moz-placeholder {
  color: rgb(255 252 245 / 0.95);
}
.placeholder-base-color-bg-attention-subtle\/95::placeholder {
  color: rgb(255 252 245 / 0.95);
}
.placeholder-base-color-bg-attention-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(255 252 245 / 60%);
}
.placeholder-base-color-bg-attention-subtle\/base-opacity-disabled::placeholder {
  color: rgb(255 252 245 / 60%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(255 252 245 / 0%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-0::placeholder {
  color: rgb(255 252 245 / 0%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(255 252 245 / 10%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-10::placeholder {
  color: rgb(255 252 245 / 10%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(255 252 245 / 100%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-100::placeholder {
  color: rgb(255 252 245 / 100%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(255 252 245 / 20%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-20::placeholder {
  color: rgb(255 252 245 / 20%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(255 252 245 / 30%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-30::placeholder {
  color: rgb(255 252 245 / 30%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(255 252 245 / 40%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-40::placeholder {
  color: rgb(255 252 245 / 40%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(255 252 245 / 50%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-50::placeholder {
  color: rgb(255 252 245 / 50%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(255 252 245 / 60%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-60::placeholder {
  color: rgb(255 252 245 / 60%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(255 252 245 / 70%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-70::placeholder {
  color: rgb(255 252 245 / 70%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(255 252 245 / 80%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-80::placeholder {
  color: rgb(255 252 245 / 80%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(255 252 245 / 90%);
}
.placeholder-base-color-bg-attention-subtle\/core-opacity-90::placeholder {
  color: rgb(255 252 245 / 90%);
}
.placeholder-base-color-bg-attention\/0::-moz-placeholder {
  color: rgb(254 240 200 / 0);
}
.placeholder-base-color-bg-attention\/0::placeholder {
  color: rgb(254 240 200 / 0);
}
.placeholder-base-color-bg-attention\/10::-moz-placeholder {
  color: rgb(254 240 200 / 0.1);
}
.placeholder-base-color-bg-attention\/10::placeholder {
  color: rgb(254 240 200 / 0.1);
}
.placeholder-base-color-bg-attention\/100::-moz-placeholder {
  color: rgb(254 240 200 / 1);
}
.placeholder-base-color-bg-attention\/100::placeholder {
  color: rgb(254 240 200 / 1);
}
.placeholder-base-color-bg-attention\/20::-moz-placeholder {
  color: rgb(254 240 200 / 0.2);
}
.placeholder-base-color-bg-attention\/20::placeholder {
  color: rgb(254 240 200 / 0.2);
}
.placeholder-base-color-bg-attention\/25::-moz-placeholder {
  color: rgb(254 240 200 / 0.25);
}
.placeholder-base-color-bg-attention\/25::placeholder {
  color: rgb(254 240 200 / 0.25);
}
.placeholder-base-color-bg-attention\/30::-moz-placeholder {
  color: rgb(254 240 200 / 0.3);
}
.placeholder-base-color-bg-attention\/30::placeholder {
  color: rgb(254 240 200 / 0.3);
}
.placeholder-base-color-bg-attention\/40::-moz-placeholder {
  color: rgb(254 240 200 / 0.4);
}
.placeholder-base-color-bg-attention\/40::placeholder {
  color: rgb(254 240 200 / 0.4);
}
.placeholder-base-color-bg-attention\/5::-moz-placeholder {
  color: rgb(254 240 200 / 0.05);
}
.placeholder-base-color-bg-attention\/5::placeholder {
  color: rgb(254 240 200 / 0.05);
}
.placeholder-base-color-bg-attention\/50::-moz-placeholder {
  color: rgb(254 240 200 / 0.5);
}
.placeholder-base-color-bg-attention\/50::placeholder {
  color: rgb(254 240 200 / 0.5);
}
.placeholder-base-color-bg-attention\/60::-moz-placeholder {
  color: rgb(254 240 200 / 0.6);
}
.placeholder-base-color-bg-attention\/60::placeholder {
  color: rgb(254 240 200 / 0.6);
}
.placeholder-base-color-bg-attention\/70::-moz-placeholder {
  color: rgb(254 240 200 / 0.7);
}
.placeholder-base-color-bg-attention\/70::placeholder {
  color: rgb(254 240 200 / 0.7);
}
.placeholder-base-color-bg-attention\/75::-moz-placeholder {
  color: rgb(254 240 200 / 0.75);
}
.placeholder-base-color-bg-attention\/75::placeholder {
  color: rgb(254 240 200 / 0.75);
}
.placeholder-base-color-bg-attention\/80::-moz-placeholder {
  color: rgb(254 240 200 / 0.8);
}
.placeholder-base-color-bg-attention\/80::placeholder {
  color: rgb(254 240 200 / 0.8);
}
.placeholder-base-color-bg-attention\/90::-moz-placeholder {
  color: rgb(254 240 200 / 0.9);
}
.placeholder-base-color-bg-attention\/90::placeholder {
  color: rgb(254 240 200 / 0.9);
}
.placeholder-base-color-bg-attention\/95::-moz-placeholder {
  color: rgb(254 240 200 / 0.95);
}
.placeholder-base-color-bg-attention\/95::placeholder {
  color: rgb(254 240 200 / 0.95);
}
.placeholder-base-color-bg-attention\/base-opacity-disabled::-moz-placeholder {
  color: rgb(254 240 200 / 60%);
}
.placeholder-base-color-bg-attention\/base-opacity-disabled::placeholder {
  color: rgb(254 240 200 / 60%);
}
.placeholder-base-color-bg-attention\/core-opacity-0::-moz-placeholder {
  color: rgb(254 240 200 / 0%);
}
.placeholder-base-color-bg-attention\/core-opacity-0::placeholder {
  color: rgb(254 240 200 / 0%);
}
.placeholder-base-color-bg-attention\/core-opacity-10::-moz-placeholder {
  color: rgb(254 240 200 / 10%);
}
.placeholder-base-color-bg-attention\/core-opacity-10::placeholder {
  color: rgb(254 240 200 / 10%);
}
.placeholder-base-color-bg-attention\/core-opacity-100::-moz-placeholder {
  color: rgb(254 240 200 / 100%);
}
.placeholder-base-color-bg-attention\/core-opacity-100::placeholder {
  color: rgb(254 240 200 / 100%);
}
.placeholder-base-color-bg-attention\/core-opacity-20::-moz-placeholder {
  color: rgb(254 240 200 / 20%);
}
.placeholder-base-color-bg-attention\/core-opacity-20::placeholder {
  color: rgb(254 240 200 / 20%);
}
.placeholder-base-color-bg-attention\/core-opacity-30::-moz-placeholder {
  color: rgb(254 240 200 / 30%);
}
.placeholder-base-color-bg-attention\/core-opacity-30::placeholder {
  color: rgb(254 240 200 / 30%);
}
.placeholder-base-color-bg-attention\/core-opacity-40::-moz-placeholder {
  color: rgb(254 240 200 / 40%);
}
.placeholder-base-color-bg-attention\/core-opacity-40::placeholder {
  color: rgb(254 240 200 / 40%);
}
.placeholder-base-color-bg-attention\/core-opacity-50::-moz-placeholder {
  color: rgb(254 240 200 / 50%);
}
.placeholder-base-color-bg-attention\/core-opacity-50::placeholder {
  color: rgb(254 240 200 / 50%);
}
.placeholder-base-color-bg-attention\/core-opacity-60::-moz-placeholder {
  color: rgb(254 240 200 / 60%);
}
.placeholder-base-color-bg-attention\/core-opacity-60::placeholder {
  color: rgb(254 240 200 / 60%);
}
.placeholder-base-color-bg-attention\/core-opacity-70::-moz-placeholder {
  color: rgb(254 240 200 / 70%);
}
.placeholder-base-color-bg-attention\/core-opacity-70::placeholder {
  color: rgb(254 240 200 / 70%);
}
.placeholder-base-color-bg-attention\/core-opacity-80::-moz-placeholder {
  color: rgb(254 240 200 / 80%);
}
.placeholder-base-color-bg-attention\/core-opacity-80::placeholder {
  color: rgb(254 240 200 / 80%);
}
.placeholder-base-color-bg-attention\/core-opacity-90::-moz-placeholder {
  color: rgb(254 240 200 / 90%);
}
.placeholder-base-color-bg-attention\/core-opacity-90::placeholder {
  color: rgb(254 240 200 / 90%);
}
.placeholder-base-color-bg-brand::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 214 249 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 214 249 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(93 91 215 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(93 91 215 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand-emphasis\/0::-moz-placeholder {
  color: rgb(93 91 215 / 0);
}
.placeholder-base-color-bg-brand-emphasis\/0::placeholder {
  color: rgb(93 91 215 / 0);
}
.placeholder-base-color-bg-brand-emphasis\/10::-moz-placeholder {
  color: rgb(93 91 215 / 0.1);
}
.placeholder-base-color-bg-brand-emphasis\/10::placeholder {
  color: rgb(93 91 215 / 0.1);
}
.placeholder-base-color-bg-brand-emphasis\/100::-moz-placeholder {
  color: rgb(93 91 215 / 1);
}
.placeholder-base-color-bg-brand-emphasis\/100::placeholder {
  color: rgb(93 91 215 / 1);
}
.placeholder-base-color-bg-brand-emphasis\/20::-moz-placeholder {
  color: rgb(93 91 215 / 0.2);
}
.placeholder-base-color-bg-brand-emphasis\/20::placeholder {
  color: rgb(93 91 215 / 0.2);
}
.placeholder-base-color-bg-brand-emphasis\/25::-moz-placeholder {
  color: rgb(93 91 215 / 0.25);
}
.placeholder-base-color-bg-brand-emphasis\/25::placeholder {
  color: rgb(93 91 215 / 0.25);
}
.placeholder-base-color-bg-brand-emphasis\/30::-moz-placeholder {
  color: rgb(93 91 215 / 0.3);
}
.placeholder-base-color-bg-brand-emphasis\/30::placeholder {
  color: rgb(93 91 215 / 0.3);
}
.placeholder-base-color-bg-brand-emphasis\/40::-moz-placeholder {
  color: rgb(93 91 215 / 0.4);
}
.placeholder-base-color-bg-brand-emphasis\/40::placeholder {
  color: rgb(93 91 215 / 0.4);
}
.placeholder-base-color-bg-brand-emphasis\/5::-moz-placeholder {
  color: rgb(93 91 215 / 0.05);
}
.placeholder-base-color-bg-brand-emphasis\/5::placeholder {
  color: rgb(93 91 215 / 0.05);
}
.placeholder-base-color-bg-brand-emphasis\/50::-moz-placeholder {
  color: rgb(93 91 215 / 0.5);
}
.placeholder-base-color-bg-brand-emphasis\/50::placeholder {
  color: rgb(93 91 215 / 0.5);
}
.placeholder-base-color-bg-brand-emphasis\/60::-moz-placeholder {
  color: rgb(93 91 215 / 0.6);
}
.placeholder-base-color-bg-brand-emphasis\/60::placeholder {
  color: rgb(93 91 215 / 0.6);
}
.placeholder-base-color-bg-brand-emphasis\/70::-moz-placeholder {
  color: rgb(93 91 215 / 0.7);
}
.placeholder-base-color-bg-brand-emphasis\/70::placeholder {
  color: rgb(93 91 215 / 0.7);
}
.placeholder-base-color-bg-brand-emphasis\/75::-moz-placeholder {
  color: rgb(93 91 215 / 0.75);
}
.placeholder-base-color-bg-brand-emphasis\/75::placeholder {
  color: rgb(93 91 215 / 0.75);
}
.placeholder-base-color-bg-brand-emphasis\/80::-moz-placeholder {
  color: rgb(93 91 215 / 0.8);
}
.placeholder-base-color-bg-brand-emphasis\/80::placeholder {
  color: rgb(93 91 215 / 0.8);
}
.placeholder-base-color-bg-brand-emphasis\/90::-moz-placeholder {
  color: rgb(93 91 215 / 0.9);
}
.placeholder-base-color-bg-brand-emphasis\/90::placeholder {
  color: rgb(93 91 215 / 0.9);
}
.placeholder-base-color-bg-brand-emphasis\/95::-moz-placeholder {
  color: rgb(93 91 215 / 0.95);
}
.placeholder-base-color-bg-brand-emphasis\/95::placeholder {
  color: rgb(93 91 215 / 0.95);
}
.placeholder-base-color-bg-brand-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(93 91 215 / 60%);
}
.placeholder-base-color-bg-brand-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(93 91 215 / 60%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(93 91 215 / 0%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-0::placeholder {
  color: rgb(93 91 215 / 0%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(93 91 215 / 10%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-10::placeholder {
  color: rgb(93 91 215 / 10%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(93 91 215 / 100%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-100::placeholder {
  color: rgb(93 91 215 / 100%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(93 91 215 / 20%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-20::placeholder {
  color: rgb(93 91 215 / 20%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(93 91 215 / 30%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-30::placeholder {
  color: rgb(93 91 215 / 30%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(93 91 215 / 40%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-40::placeholder {
  color: rgb(93 91 215 / 40%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(93 91 215 / 50%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-50::placeholder {
  color: rgb(93 91 215 / 50%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(93 91 215 / 60%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-60::placeholder {
  color: rgb(93 91 215 / 60%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(93 91 215 / 70%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-70::placeholder {
  color: rgb(93 91 215 / 70%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(93 91 215 / 80%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-80::placeholder {
  color: rgb(93 91 215 / 80%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(93 91 215 / 90%);
}
.placeholder-base-color-bg-brand-emphasis\/core-opacity-90::placeholder {
  color: rgb(93 91 215 / 90%);
}
.placeholder-base-color-bg-brand-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(242 244 253 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(242 244 253 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-brand-subtle\/0::-moz-placeholder {
  color: rgb(242 244 253 / 0);
}
.placeholder-base-color-bg-brand-subtle\/0::placeholder {
  color: rgb(242 244 253 / 0);
}
.placeholder-base-color-bg-brand-subtle\/10::-moz-placeholder {
  color: rgb(242 244 253 / 0.1);
}
.placeholder-base-color-bg-brand-subtle\/10::placeholder {
  color: rgb(242 244 253 / 0.1);
}
.placeholder-base-color-bg-brand-subtle\/100::-moz-placeholder {
  color: rgb(242 244 253 / 1);
}
.placeholder-base-color-bg-brand-subtle\/100::placeholder {
  color: rgb(242 244 253 / 1);
}
.placeholder-base-color-bg-brand-subtle\/20::-moz-placeholder {
  color: rgb(242 244 253 / 0.2);
}
.placeholder-base-color-bg-brand-subtle\/20::placeholder {
  color: rgb(242 244 253 / 0.2);
}
.placeholder-base-color-bg-brand-subtle\/25::-moz-placeholder {
  color: rgb(242 244 253 / 0.25);
}
.placeholder-base-color-bg-brand-subtle\/25::placeholder {
  color: rgb(242 244 253 / 0.25);
}
.placeholder-base-color-bg-brand-subtle\/30::-moz-placeholder {
  color: rgb(242 244 253 / 0.3);
}
.placeholder-base-color-bg-brand-subtle\/30::placeholder {
  color: rgb(242 244 253 / 0.3);
}
.placeholder-base-color-bg-brand-subtle\/40::-moz-placeholder {
  color: rgb(242 244 253 / 0.4);
}
.placeholder-base-color-bg-brand-subtle\/40::placeholder {
  color: rgb(242 244 253 / 0.4);
}
.placeholder-base-color-bg-brand-subtle\/5::-moz-placeholder {
  color: rgb(242 244 253 / 0.05);
}
.placeholder-base-color-bg-brand-subtle\/5::placeholder {
  color: rgb(242 244 253 / 0.05);
}
.placeholder-base-color-bg-brand-subtle\/50::-moz-placeholder {
  color: rgb(242 244 253 / 0.5);
}
.placeholder-base-color-bg-brand-subtle\/50::placeholder {
  color: rgb(242 244 253 / 0.5);
}
.placeholder-base-color-bg-brand-subtle\/60::-moz-placeholder {
  color: rgb(242 244 253 / 0.6);
}
.placeholder-base-color-bg-brand-subtle\/60::placeholder {
  color: rgb(242 244 253 / 0.6);
}
.placeholder-base-color-bg-brand-subtle\/70::-moz-placeholder {
  color: rgb(242 244 253 / 0.7);
}
.placeholder-base-color-bg-brand-subtle\/70::placeholder {
  color: rgb(242 244 253 / 0.7);
}
.placeholder-base-color-bg-brand-subtle\/75::-moz-placeholder {
  color: rgb(242 244 253 / 0.75);
}
.placeholder-base-color-bg-brand-subtle\/75::placeholder {
  color: rgb(242 244 253 / 0.75);
}
.placeholder-base-color-bg-brand-subtle\/80::-moz-placeholder {
  color: rgb(242 244 253 / 0.8);
}
.placeholder-base-color-bg-brand-subtle\/80::placeholder {
  color: rgb(242 244 253 / 0.8);
}
.placeholder-base-color-bg-brand-subtle\/90::-moz-placeholder {
  color: rgb(242 244 253 / 0.9);
}
.placeholder-base-color-bg-brand-subtle\/90::placeholder {
  color: rgb(242 244 253 / 0.9);
}
.placeholder-base-color-bg-brand-subtle\/95::-moz-placeholder {
  color: rgb(242 244 253 / 0.95);
}
.placeholder-base-color-bg-brand-subtle\/95::placeholder {
  color: rgb(242 244 253 / 0.95);
}
.placeholder-base-color-bg-brand-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(242 244 253 / 60%);
}
.placeholder-base-color-bg-brand-subtle\/base-opacity-disabled::placeholder {
  color: rgb(242 244 253 / 60%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(242 244 253 / 0%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-0::placeholder {
  color: rgb(242 244 253 / 0%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(242 244 253 / 10%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-10::placeholder {
  color: rgb(242 244 253 / 10%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(242 244 253 / 100%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-100::placeholder {
  color: rgb(242 244 253 / 100%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(242 244 253 / 20%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-20::placeholder {
  color: rgb(242 244 253 / 20%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(242 244 253 / 30%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-30::placeholder {
  color: rgb(242 244 253 / 30%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(242 244 253 / 40%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-40::placeholder {
  color: rgb(242 244 253 / 40%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(242 244 253 / 50%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-50::placeholder {
  color: rgb(242 244 253 / 50%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(242 244 253 / 60%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-60::placeholder {
  color: rgb(242 244 253 / 60%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(242 244 253 / 70%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-70::placeholder {
  color: rgb(242 244 253 / 70%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(242 244 253 / 80%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-80::placeholder {
  color: rgb(242 244 253 / 80%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(242 244 253 / 90%);
}
.placeholder-base-color-bg-brand-subtle\/core-opacity-90::placeholder {
  color: rgb(242 244 253 / 90%);
}
.placeholder-base-color-bg-brand\/0::-moz-placeholder {
  color: rgb(205 214 249 / 0);
}
.placeholder-base-color-bg-brand\/0::placeholder {
  color: rgb(205 214 249 / 0);
}
.placeholder-base-color-bg-brand\/10::-moz-placeholder {
  color: rgb(205 214 249 / 0.1);
}
.placeholder-base-color-bg-brand\/10::placeholder {
  color: rgb(205 214 249 / 0.1);
}
.placeholder-base-color-bg-brand\/100::-moz-placeholder {
  color: rgb(205 214 249 / 1);
}
.placeholder-base-color-bg-brand\/100::placeholder {
  color: rgb(205 214 249 / 1);
}
.placeholder-base-color-bg-brand\/20::-moz-placeholder {
  color: rgb(205 214 249 / 0.2);
}
.placeholder-base-color-bg-brand\/20::placeholder {
  color: rgb(205 214 249 / 0.2);
}
.placeholder-base-color-bg-brand\/25::-moz-placeholder {
  color: rgb(205 214 249 / 0.25);
}
.placeholder-base-color-bg-brand\/25::placeholder {
  color: rgb(205 214 249 / 0.25);
}
.placeholder-base-color-bg-brand\/30::-moz-placeholder {
  color: rgb(205 214 249 / 0.3);
}
.placeholder-base-color-bg-brand\/30::placeholder {
  color: rgb(205 214 249 / 0.3);
}
.placeholder-base-color-bg-brand\/40::-moz-placeholder {
  color: rgb(205 214 249 / 0.4);
}
.placeholder-base-color-bg-brand\/40::placeholder {
  color: rgb(205 214 249 / 0.4);
}
.placeholder-base-color-bg-brand\/5::-moz-placeholder {
  color: rgb(205 214 249 / 0.05);
}
.placeholder-base-color-bg-brand\/5::placeholder {
  color: rgb(205 214 249 / 0.05);
}
.placeholder-base-color-bg-brand\/50::-moz-placeholder {
  color: rgb(205 214 249 / 0.5);
}
.placeholder-base-color-bg-brand\/50::placeholder {
  color: rgb(205 214 249 / 0.5);
}
.placeholder-base-color-bg-brand\/60::-moz-placeholder {
  color: rgb(205 214 249 / 0.6);
}
.placeholder-base-color-bg-brand\/60::placeholder {
  color: rgb(205 214 249 / 0.6);
}
.placeholder-base-color-bg-brand\/70::-moz-placeholder {
  color: rgb(205 214 249 / 0.7);
}
.placeholder-base-color-bg-brand\/70::placeholder {
  color: rgb(205 214 249 / 0.7);
}
.placeholder-base-color-bg-brand\/75::-moz-placeholder {
  color: rgb(205 214 249 / 0.75);
}
.placeholder-base-color-bg-brand\/75::placeholder {
  color: rgb(205 214 249 / 0.75);
}
.placeholder-base-color-bg-brand\/80::-moz-placeholder {
  color: rgb(205 214 249 / 0.8);
}
.placeholder-base-color-bg-brand\/80::placeholder {
  color: rgb(205 214 249 / 0.8);
}
.placeholder-base-color-bg-brand\/90::-moz-placeholder {
  color: rgb(205 214 249 / 0.9);
}
.placeholder-base-color-bg-brand\/90::placeholder {
  color: rgb(205 214 249 / 0.9);
}
.placeholder-base-color-bg-brand\/95::-moz-placeholder {
  color: rgb(205 214 249 / 0.95);
}
.placeholder-base-color-bg-brand\/95::placeholder {
  color: rgb(205 214 249 / 0.95);
}
.placeholder-base-color-bg-brand\/base-opacity-disabled::-moz-placeholder {
  color: rgb(205 214 249 / 60%);
}
.placeholder-base-color-bg-brand\/base-opacity-disabled::placeholder {
  color: rgb(205 214 249 / 60%);
}
.placeholder-base-color-bg-brand\/core-opacity-0::-moz-placeholder {
  color: rgb(205 214 249 / 0%);
}
.placeholder-base-color-bg-brand\/core-opacity-0::placeholder {
  color: rgb(205 214 249 / 0%);
}
.placeholder-base-color-bg-brand\/core-opacity-10::-moz-placeholder {
  color: rgb(205 214 249 / 10%);
}
.placeholder-base-color-bg-brand\/core-opacity-10::placeholder {
  color: rgb(205 214 249 / 10%);
}
.placeholder-base-color-bg-brand\/core-opacity-100::-moz-placeholder {
  color: rgb(205 214 249 / 100%);
}
.placeholder-base-color-bg-brand\/core-opacity-100::placeholder {
  color: rgb(205 214 249 / 100%);
}
.placeholder-base-color-bg-brand\/core-opacity-20::-moz-placeholder {
  color: rgb(205 214 249 / 20%);
}
.placeholder-base-color-bg-brand\/core-opacity-20::placeholder {
  color: rgb(205 214 249 / 20%);
}
.placeholder-base-color-bg-brand\/core-opacity-30::-moz-placeholder {
  color: rgb(205 214 249 / 30%);
}
.placeholder-base-color-bg-brand\/core-opacity-30::placeholder {
  color: rgb(205 214 249 / 30%);
}
.placeholder-base-color-bg-brand\/core-opacity-40::-moz-placeholder {
  color: rgb(205 214 249 / 40%);
}
.placeholder-base-color-bg-brand\/core-opacity-40::placeholder {
  color: rgb(205 214 249 / 40%);
}
.placeholder-base-color-bg-brand\/core-opacity-50::-moz-placeholder {
  color: rgb(205 214 249 / 50%);
}
.placeholder-base-color-bg-brand\/core-opacity-50::placeholder {
  color: rgb(205 214 249 / 50%);
}
.placeholder-base-color-bg-brand\/core-opacity-60::-moz-placeholder {
  color: rgb(205 214 249 / 60%);
}
.placeholder-base-color-bg-brand\/core-opacity-60::placeholder {
  color: rgb(205 214 249 / 60%);
}
.placeholder-base-color-bg-brand\/core-opacity-70::-moz-placeholder {
  color: rgb(205 214 249 / 70%);
}
.placeholder-base-color-bg-brand\/core-opacity-70::placeholder {
  color: rgb(205 214 249 / 70%);
}
.placeholder-base-color-bg-brand\/core-opacity-80::-moz-placeholder {
  color: rgb(205 214 249 / 80%);
}
.placeholder-base-color-bg-brand\/core-opacity-80::placeholder {
  color: rgb(205 214 249 / 80%);
}
.placeholder-base-color-bg-brand\/core-opacity-90::-moz-placeholder {
  color: rgb(205 214 249 / 90%);
}
.placeholder-base-color-bg-brand\/core-opacity-90::placeholder {
  color: rgb(205 214 249 / 90%);
}
.placeholder-base-color-bg-danger::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 227 225 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 227 225 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 68 56 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 68 56 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger-emphasis\/0::-moz-placeholder {
  color: rgb(240 68 56 / 0);
}
.placeholder-base-color-bg-danger-emphasis\/0::placeholder {
  color: rgb(240 68 56 / 0);
}
.placeholder-base-color-bg-danger-emphasis\/10::-moz-placeholder {
  color: rgb(240 68 56 / 0.1);
}
.placeholder-base-color-bg-danger-emphasis\/10::placeholder {
  color: rgb(240 68 56 / 0.1);
}
.placeholder-base-color-bg-danger-emphasis\/100::-moz-placeholder {
  color: rgb(240 68 56 / 1);
}
.placeholder-base-color-bg-danger-emphasis\/100::placeholder {
  color: rgb(240 68 56 / 1);
}
.placeholder-base-color-bg-danger-emphasis\/20::-moz-placeholder {
  color: rgb(240 68 56 / 0.2);
}
.placeholder-base-color-bg-danger-emphasis\/20::placeholder {
  color: rgb(240 68 56 / 0.2);
}
.placeholder-base-color-bg-danger-emphasis\/25::-moz-placeholder {
  color: rgb(240 68 56 / 0.25);
}
.placeholder-base-color-bg-danger-emphasis\/25::placeholder {
  color: rgb(240 68 56 / 0.25);
}
.placeholder-base-color-bg-danger-emphasis\/30::-moz-placeholder {
  color: rgb(240 68 56 / 0.3);
}
.placeholder-base-color-bg-danger-emphasis\/30::placeholder {
  color: rgb(240 68 56 / 0.3);
}
.placeholder-base-color-bg-danger-emphasis\/40::-moz-placeholder {
  color: rgb(240 68 56 / 0.4);
}
.placeholder-base-color-bg-danger-emphasis\/40::placeholder {
  color: rgb(240 68 56 / 0.4);
}
.placeholder-base-color-bg-danger-emphasis\/5::-moz-placeholder {
  color: rgb(240 68 56 / 0.05);
}
.placeholder-base-color-bg-danger-emphasis\/5::placeholder {
  color: rgb(240 68 56 / 0.05);
}
.placeholder-base-color-bg-danger-emphasis\/50::-moz-placeholder {
  color: rgb(240 68 56 / 0.5);
}
.placeholder-base-color-bg-danger-emphasis\/50::placeholder {
  color: rgb(240 68 56 / 0.5);
}
.placeholder-base-color-bg-danger-emphasis\/60::-moz-placeholder {
  color: rgb(240 68 56 / 0.6);
}
.placeholder-base-color-bg-danger-emphasis\/60::placeholder {
  color: rgb(240 68 56 / 0.6);
}
.placeholder-base-color-bg-danger-emphasis\/70::-moz-placeholder {
  color: rgb(240 68 56 / 0.7);
}
.placeholder-base-color-bg-danger-emphasis\/70::placeholder {
  color: rgb(240 68 56 / 0.7);
}
.placeholder-base-color-bg-danger-emphasis\/75::-moz-placeholder {
  color: rgb(240 68 56 / 0.75);
}
.placeholder-base-color-bg-danger-emphasis\/75::placeholder {
  color: rgb(240 68 56 / 0.75);
}
.placeholder-base-color-bg-danger-emphasis\/80::-moz-placeholder {
  color: rgb(240 68 56 / 0.8);
}
.placeholder-base-color-bg-danger-emphasis\/80::placeholder {
  color: rgb(240 68 56 / 0.8);
}
.placeholder-base-color-bg-danger-emphasis\/90::-moz-placeholder {
  color: rgb(240 68 56 / 0.9);
}
.placeholder-base-color-bg-danger-emphasis\/90::placeholder {
  color: rgb(240 68 56 / 0.9);
}
.placeholder-base-color-bg-danger-emphasis\/95::-moz-placeholder {
  color: rgb(240 68 56 / 0.95);
}
.placeholder-base-color-bg-danger-emphasis\/95::placeholder {
  color: rgb(240 68 56 / 0.95);
}
.placeholder-base-color-bg-danger-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(240 68 56 / 60%);
}
.placeholder-base-color-bg-danger-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(240 68 56 / 60%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(240 68 56 / 0%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-0::placeholder {
  color: rgb(240 68 56 / 0%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(240 68 56 / 10%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-10::placeholder {
  color: rgb(240 68 56 / 10%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(240 68 56 / 100%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-100::placeholder {
  color: rgb(240 68 56 / 100%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(240 68 56 / 20%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-20::placeholder {
  color: rgb(240 68 56 / 20%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(240 68 56 / 30%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-30::placeholder {
  color: rgb(240 68 56 / 30%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(240 68 56 / 40%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-40::placeholder {
  color: rgb(240 68 56 / 40%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(240 68 56 / 50%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-50::placeholder {
  color: rgb(240 68 56 / 50%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(240 68 56 / 60%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-60::placeholder {
  color: rgb(240 68 56 / 60%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(240 68 56 / 70%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-70::placeholder {
  color: rgb(240 68 56 / 70%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(240 68 56 / 80%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-80::placeholder {
  color: rgb(240 68 56 / 80%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(240 68 56 / 90%);
}
.placeholder-base-color-bg-danger-emphasis\/core-opacity-90::placeholder {
  color: rgb(240 68 56 / 90%);
}
.placeholder-base-color-bg-danger-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 250 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 250 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-danger-subtle\/0::-moz-placeholder {
  color: rgb(255 251 250 / 0);
}
.placeholder-base-color-bg-danger-subtle\/0::placeholder {
  color: rgb(255 251 250 / 0);
}
.placeholder-base-color-bg-danger-subtle\/10::-moz-placeholder {
  color: rgb(255 251 250 / 0.1);
}
.placeholder-base-color-bg-danger-subtle\/10::placeholder {
  color: rgb(255 251 250 / 0.1);
}
.placeholder-base-color-bg-danger-subtle\/100::-moz-placeholder {
  color: rgb(255 251 250 / 1);
}
.placeholder-base-color-bg-danger-subtle\/100::placeholder {
  color: rgb(255 251 250 / 1);
}
.placeholder-base-color-bg-danger-subtle\/20::-moz-placeholder {
  color: rgb(255 251 250 / 0.2);
}
.placeholder-base-color-bg-danger-subtle\/20::placeholder {
  color: rgb(255 251 250 / 0.2);
}
.placeholder-base-color-bg-danger-subtle\/25::-moz-placeholder {
  color: rgb(255 251 250 / 0.25);
}
.placeholder-base-color-bg-danger-subtle\/25::placeholder {
  color: rgb(255 251 250 / 0.25);
}
.placeholder-base-color-bg-danger-subtle\/30::-moz-placeholder {
  color: rgb(255 251 250 / 0.3);
}
.placeholder-base-color-bg-danger-subtle\/30::placeholder {
  color: rgb(255 251 250 / 0.3);
}
.placeholder-base-color-bg-danger-subtle\/40::-moz-placeholder {
  color: rgb(255 251 250 / 0.4);
}
.placeholder-base-color-bg-danger-subtle\/40::placeholder {
  color: rgb(255 251 250 / 0.4);
}
.placeholder-base-color-bg-danger-subtle\/5::-moz-placeholder {
  color: rgb(255 251 250 / 0.05);
}
.placeholder-base-color-bg-danger-subtle\/5::placeholder {
  color: rgb(255 251 250 / 0.05);
}
.placeholder-base-color-bg-danger-subtle\/50::-moz-placeholder {
  color: rgb(255 251 250 / 0.5);
}
.placeholder-base-color-bg-danger-subtle\/50::placeholder {
  color: rgb(255 251 250 / 0.5);
}
.placeholder-base-color-bg-danger-subtle\/60::-moz-placeholder {
  color: rgb(255 251 250 / 0.6);
}
.placeholder-base-color-bg-danger-subtle\/60::placeholder {
  color: rgb(255 251 250 / 0.6);
}
.placeholder-base-color-bg-danger-subtle\/70::-moz-placeholder {
  color: rgb(255 251 250 / 0.7);
}
.placeholder-base-color-bg-danger-subtle\/70::placeholder {
  color: rgb(255 251 250 / 0.7);
}
.placeholder-base-color-bg-danger-subtle\/75::-moz-placeholder {
  color: rgb(255 251 250 / 0.75);
}
.placeholder-base-color-bg-danger-subtle\/75::placeholder {
  color: rgb(255 251 250 / 0.75);
}
.placeholder-base-color-bg-danger-subtle\/80::-moz-placeholder {
  color: rgb(255 251 250 / 0.8);
}
.placeholder-base-color-bg-danger-subtle\/80::placeholder {
  color: rgb(255 251 250 / 0.8);
}
.placeholder-base-color-bg-danger-subtle\/90::-moz-placeholder {
  color: rgb(255 251 250 / 0.9);
}
.placeholder-base-color-bg-danger-subtle\/90::placeholder {
  color: rgb(255 251 250 / 0.9);
}
.placeholder-base-color-bg-danger-subtle\/95::-moz-placeholder {
  color: rgb(255 251 250 / 0.95);
}
.placeholder-base-color-bg-danger-subtle\/95::placeholder {
  color: rgb(255 251 250 / 0.95);
}
.placeholder-base-color-bg-danger-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(255 251 250 / 60%);
}
.placeholder-base-color-bg-danger-subtle\/base-opacity-disabled::placeholder {
  color: rgb(255 251 250 / 60%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(255 251 250 / 0%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-0::placeholder {
  color: rgb(255 251 250 / 0%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(255 251 250 / 10%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-10::placeholder {
  color: rgb(255 251 250 / 10%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(255 251 250 / 100%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-100::placeholder {
  color: rgb(255 251 250 / 100%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(255 251 250 / 20%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-20::placeholder {
  color: rgb(255 251 250 / 20%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(255 251 250 / 30%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-30::placeholder {
  color: rgb(255 251 250 / 30%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(255 251 250 / 40%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-40::placeholder {
  color: rgb(255 251 250 / 40%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(255 251 250 / 50%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-50::placeholder {
  color: rgb(255 251 250 / 50%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(255 251 250 / 60%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-60::placeholder {
  color: rgb(255 251 250 / 60%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(255 251 250 / 70%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-70::placeholder {
  color: rgb(255 251 250 / 70%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(255 251 250 / 80%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-80::placeholder {
  color: rgb(255 251 250 / 80%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(255 251 250 / 90%);
}
.placeholder-base-color-bg-danger-subtle\/core-opacity-90::placeholder {
  color: rgb(255 251 250 / 90%);
}
.placeholder-base-color-bg-danger\/0::-moz-placeholder {
  color: rgb(254 227 225 / 0);
}
.placeholder-base-color-bg-danger\/0::placeholder {
  color: rgb(254 227 225 / 0);
}
.placeholder-base-color-bg-danger\/10::-moz-placeholder {
  color: rgb(254 227 225 / 0.1);
}
.placeholder-base-color-bg-danger\/10::placeholder {
  color: rgb(254 227 225 / 0.1);
}
.placeholder-base-color-bg-danger\/100::-moz-placeholder {
  color: rgb(254 227 225 / 1);
}
.placeholder-base-color-bg-danger\/100::placeholder {
  color: rgb(254 227 225 / 1);
}
.placeholder-base-color-bg-danger\/20::-moz-placeholder {
  color: rgb(254 227 225 / 0.2);
}
.placeholder-base-color-bg-danger\/20::placeholder {
  color: rgb(254 227 225 / 0.2);
}
.placeholder-base-color-bg-danger\/25::-moz-placeholder {
  color: rgb(254 227 225 / 0.25);
}
.placeholder-base-color-bg-danger\/25::placeholder {
  color: rgb(254 227 225 / 0.25);
}
.placeholder-base-color-bg-danger\/30::-moz-placeholder {
  color: rgb(254 227 225 / 0.3);
}
.placeholder-base-color-bg-danger\/30::placeholder {
  color: rgb(254 227 225 / 0.3);
}
.placeholder-base-color-bg-danger\/40::-moz-placeholder {
  color: rgb(254 227 225 / 0.4);
}
.placeholder-base-color-bg-danger\/40::placeholder {
  color: rgb(254 227 225 / 0.4);
}
.placeholder-base-color-bg-danger\/5::-moz-placeholder {
  color: rgb(254 227 225 / 0.05);
}
.placeholder-base-color-bg-danger\/5::placeholder {
  color: rgb(254 227 225 / 0.05);
}
.placeholder-base-color-bg-danger\/50::-moz-placeholder {
  color: rgb(254 227 225 / 0.5);
}
.placeholder-base-color-bg-danger\/50::placeholder {
  color: rgb(254 227 225 / 0.5);
}
.placeholder-base-color-bg-danger\/60::-moz-placeholder {
  color: rgb(254 227 225 / 0.6);
}
.placeholder-base-color-bg-danger\/60::placeholder {
  color: rgb(254 227 225 / 0.6);
}
.placeholder-base-color-bg-danger\/70::-moz-placeholder {
  color: rgb(254 227 225 / 0.7);
}
.placeholder-base-color-bg-danger\/70::placeholder {
  color: rgb(254 227 225 / 0.7);
}
.placeholder-base-color-bg-danger\/75::-moz-placeholder {
  color: rgb(254 227 225 / 0.75);
}
.placeholder-base-color-bg-danger\/75::placeholder {
  color: rgb(254 227 225 / 0.75);
}
.placeholder-base-color-bg-danger\/80::-moz-placeholder {
  color: rgb(254 227 225 / 0.8);
}
.placeholder-base-color-bg-danger\/80::placeholder {
  color: rgb(254 227 225 / 0.8);
}
.placeholder-base-color-bg-danger\/90::-moz-placeholder {
  color: rgb(254 227 225 / 0.9);
}
.placeholder-base-color-bg-danger\/90::placeholder {
  color: rgb(254 227 225 / 0.9);
}
.placeholder-base-color-bg-danger\/95::-moz-placeholder {
  color: rgb(254 227 225 / 0.95);
}
.placeholder-base-color-bg-danger\/95::placeholder {
  color: rgb(254 227 225 / 0.95);
}
.placeholder-base-color-bg-danger\/base-opacity-disabled::-moz-placeholder {
  color: rgb(254 227 225 / 60%);
}
.placeholder-base-color-bg-danger\/base-opacity-disabled::placeholder {
  color: rgb(254 227 225 / 60%);
}
.placeholder-base-color-bg-danger\/core-opacity-0::-moz-placeholder {
  color: rgb(254 227 225 / 0%);
}
.placeholder-base-color-bg-danger\/core-opacity-0::placeholder {
  color: rgb(254 227 225 / 0%);
}
.placeholder-base-color-bg-danger\/core-opacity-10::-moz-placeholder {
  color: rgb(254 227 225 / 10%);
}
.placeholder-base-color-bg-danger\/core-opacity-10::placeholder {
  color: rgb(254 227 225 / 10%);
}
.placeholder-base-color-bg-danger\/core-opacity-100::-moz-placeholder {
  color: rgb(254 227 225 / 100%);
}
.placeholder-base-color-bg-danger\/core-opacity-100::placeholder {
  color: rgb(254 227 225 / 100%);
}
.placeholder-base-color-bg-danger\/core-opacity-20::-moz-placeholder {
  color: rgb(254 227 225 / 20%);
}
.placeholder-base-color-bg-danger\/core-opacity-20::placeholder {
  color: rgb(254 227 225 / 20%);
}
.placeholder-base-color-bg-danger\/core-opacity-30::-moz-placeholder {
  color: rgb(254 227 225 / 30%);
}
.placeholder-base-color-bg-danger\/core-opacity-30::placeholder {
  color: rgb(254 227 225 / 30%);
}
.placeholder-base-color-bg-danger\/core-opacity-40::-moz-placeholder {
  color: rgb(254 227 225 / 40%);
}
.placeholder-base-color-bg-danger\/core-opacity-40::placeholder {
  color: rgb(254 227 225 / 40%);
}
.placeholder-base-color-bg-danger\/core-opacity-50::-moz-placeholder {
  color: rgb(254 227 225 / 50%);
}
.placeholder-base-color-bg-danger\/core-opacity-50::placeholder {
  color: rgb(254 227 225 / 50%);
}
.placeholder-base-color-bg-danger\/core-opacity-60::-moz-placeholder {
  color: rgb(254 227 225 / 60%);
}
.placeholder-base-color-bg-danger\/core-opacity-60::placeholder {
  color: rgb(254 227 225 / 60%);
}
.placeholder-base-color-bg-danger\/core-opacity-70::-moz-placeholder {
  color: rgb(254 227 225 / 70%);
}
.placeholder-base-color-bg-danger\/core-opacity-70::placeholder {
  color: rgb(254 227 225 / 70%);
}
.placeholder-base-color-bg-danger\/core-opacity-80::-moz-placeholder {
  color: rgb(254 227 225 / 80%);
}
.placeholder-base-color-bg-danger\/core-opacity-80::placeholder {
  color: rgb(254 227 225 / 80%);
}
.placeholder-base-color-bg-danger\/core-opacity-90::-moz-placeholder {
  color: rgb(254 227 225 / 90%);
}
.placeholder-base-color-bg-danger\/core-opacity-90::placeholder {
  color: rgb(254 227 225 / 90%);
}
.placeholder-base-color-bg-default::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-default::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-default\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-base-color-bg-default\/0::placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-base-color-bg-default\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-base-color-bg-default\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-base-color-bg-default\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-base-color-bg-default\/100::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-base-color-bg-default\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-base-color-bg-default\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-base-color-bg-default\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-base-color-bg-default\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-base-color-bg-default\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-base-color-bg-default\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-base-color-bg-default\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-base-color-bg-default\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-base-color-bg-default\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-base-color-bg-default\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-base-color-bg-default\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-base-color-bg-default\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-base-color-bg-default\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-base-color-bg-default\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-base-color-bg-default\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-base-color-bg-default\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-base-color-bg-default\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-base-color-bg-default\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-base-color-bg-default\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-base-color-bg-default\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-base-color-bg-default\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-base-color-bg-default\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-base-color-bg-default\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-base-color-bg-default\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-base-color-bg-default\/base-opacity-disabled::-moz-placeholder {
  color: rgb(255 255 255 / 60%);
}
.placeholder-base-color-bg-default\/base-opacity-disabled::placeholder {
  color: rgb(255 255 255 / 60%);
}
.placeholder-base-color-bg-default\/core-opacity-0::-moz-placeholder {
  color: rgb(255 255 255 / 0%);
}
.placeholder-base-color-bg-default\/core-opacity-0::placeholder {
  color: rgb(255 255 255 / 0%);
}
.placeholder-base-color-bg-default\/core-opacity-10::-moz-placeholder {
  color: rgb(255 255 255 / 10%);
}
.placeholder-base-color-bg-default\/core-opacity-10::placeholder {
  color: rgb(255 255 255 / 10%);
}
.placeholder-base-color-bg-default\/core-opacity-100::-moz-placeholder {
  color: rgb(255 255 255 / 100%);
}
.placeholder-base-color-bg-default\/core-opacity-100::placeholder {
  color: rgb(255 255 255 / 100%);
}
.placeholder-base-color-bg-default\/core-opacity-20::-moz-placeholder {
  color: rgb(255 255 255 / 20%);
}
.placeholder-base-color-bg-default\/core-opacity-20::placeholder {
  color: rgb(255 255 255 / 20%);
}
.placeholder-base-color-bg-default\/core-opacity-30::-moz-placeholder {
  color: rgb(255 255 255 / 30%);
}
.placeholder-base-color-bg-default\/core-opacity-30::placeholder {
  color: rgb(255 255 255 / 30%);
}
.placeholder-base-color-bg-default\/core-opacity-40::-moz-placeholder {
  color: rgb(255 255 255 / 40%);
}
.placeholder-base-color-bg-default\/core-opacity-40::placeholder {
  color: rgb(255 255 255 / 40%);
}
.placeholder-base-color-bg-default\/core-opacity-50::-moz-placeholder {
  color: rgb(255 255 255 / 50%);
}
.placeholder-base-color-bg-default\/core-opacity-50::placeholder {
  color: rgb(255 255 255 / 50%);
}
.placeholder-base-color-bg-default\/core-opacity-60::-moz-placeholder {
  color: rgb(255 255 255 / 60%);
}
.placeholder-base-color-bg-default\/core-opacity-60::placeholder {
  color: rgb(255 255 255 / 60%);
}
.placeholder-base-color-bg-default\/core-opacity-70::-moz-placeholder {
  color: rgb(255 255 255 / 70%);
}
.placeholder-base-color-bg-default\/core-opacity-70::placeholder {
  color: rgb(255 255 255 / 70%);
}
.placeholder-base-color-bg-default\/core-opacity-80::-moz-placeholder {
  color: rgb(255 255 255 / 80%);
}
.placeholder-base-color-bg-default\/core-opacity-80::placeholder {
  color: rgb(255 255 255 / 80%);
}
.placeholder-base-color-bg-default\/core-opacity-90::-moz-placeholder {
  color: rgb(255 255 255 / 90%);
}
.placeholder-base-color-bg-default\/core-opacity-90::placeholder {
  color: rgb(255 255 255 / 90%);
}
.placeholder-base-color-bg-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 24 40 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 24 40 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-emphasis\/0::-moz-placeholder {
  color: rgb(16 24 40 / 0);
}
.placeholder-base-color-bg-emphasis\/0::placeholder {
  color: rgb(16 24 40 / 0);
}
.placeholder-base-color-bg-emphasis\/10::-moz-placeholder {
  color: rgb(16 24 40 / 0.1);
}
.placeholder-base-color-bg-emphasis\/10::placeholder {
  color: rgb(16 24 40 / 0.1);
}
.placeholder-base-color-bg-emphasis\/100::-moz-placeholder {
  color: rgb(16 24 40 / 1);
}
.placeholder-base-color-bg-emphasis\/100::placeholder {
  color: rgb(16 24 40 / 1);
}
.placeholder-base-color-bg-emphasis\/20::-moz-placeholder {
  color: rgb(16 24 40 / 0.2);
}
.placeholder-base-color-bg-emphasis\/20::placeholder {
  color: rgb(16 24 40 / 0.2);
}
.placeholder-base-color-bg-emphasis\/25::-moz-placeholder {
  color: rgb(16 24 40 / 0.25);
}
.placeholder-base-color-bg-emphasis\/25::placeholder {
  color: rgb(16 24 40 / 0.25);
}
.placeholder-base-color-bg-emphasis\/30::-moz-placeholder {
  color: rgb(16 24 40 / 0.3);
}
.placeholder-base-color-bg-emphasis\/30::placeholder {
  color: rgb(16 24 40 / 0.3);
}
.placeholder-base-color-bg-emphasis\/40::-moz-placeholder {
  color: rgb(16 24 40 / 0.4);
}
.placeholder-base-color-bg-emphasis\/40::placeholder {
  color: rgb(16 24 40 / 0.4);
}
.placeholder-base-color-bg-emphasis\/5::-moz-placeholder {
  color: rgb(16 24 40 / 0.05);
}
.placeholder-base-color-bg-emphasis\/5::placeholder {
  color: rgb(16 24 40 / 0.05);
}
.placeholder-base-color-bg-emphasis\/50::-moz-placeholder {
  color: rgb(16 24 40 / 0.5);
}
.placeholder-base-color-bg-emphasis\/50::placeholder {
  color: rgb(16 24 40 / 0.5);
}
.placeholder-base-color-bg-emphasis\/60::-moz-placeholder {
  color: rgb(16 24 40 / 0.6);
}
.placeholder-base-color-bg-emphasis\/60::placeholder {
  color: rgb(16 24 40 / 0.6);
}
.placeholder-base-color-bg-emphasis\/70::-moz-placeholder {
  color: rgb(16 24 40 / 0.7);
}
.placeholder-base-color-bg-emphasis\/70::placeholder {
  color: rgb(16 24 40 / 0.7);
}
.placeholder-base-color-bg-emphasis\/75::-moz-placeholder {
  color: rgb(16 24 40 / 0.75);
}
.placeholder-base-color-bg-emphasis\/75::placeholder {
  color: rgb(16 24 40 / 0.75);
}
.placeholder-base-color-bg-emphasis\/80::-moz-placeholder {
  color: rgb(16 24 40 / 0.8);
}
.placeholder-base-color-bg-emphasis\/80::placeholder {
  color: rgb(16 24 40 / 0.8);
}
.placeholder-base-color-bg-emphasis\/90::-moz-placeholder {
  color: rgb(16 24 40 / 0.9);
}
.placeholder-base-color-bg-emphasis\/90::placeholder {
  color: rgb(16 24 40 / 0.9);
}
.placeholder-base-color-bg-emphasis\/95::-moz-placeholder {
  color: rgb(16 24 40 / 0.95);
}
.placeholder-base-color-bg-emphasis\/95::placeholder {
  color: rgb(16 24 40 / 0.95);
}
.placeholder-base-color-bg-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(16 24 40 / 60%);
}
.placeholder-base-color-bg-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(16 24 40 / 60%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(16 24 40 / 0%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-0::placeholder {
  color: rgb(16 24 40 / 0%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(16 24 40 / 10%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-10::placeholder {
  color: rgb(16 24 40 / 10%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(16 24 40 / 100%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-100::placeholder {
  color: rgb(16 24 40 / 100%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(16 24 40 / 20%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-20::placeholder {
  color: rgb(16 24 40 / 20%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(16 24 40 / 30%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-30::placeholder {
  color: rgb(16 24 40 / 30%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(16 24 40 / 40%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-40::placeholder {
  color: rgb(16 24 40 / 40%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(16 24 40 / 50%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-50::placeholder {
  color: rgb(16 24 40 / 50%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(16 24 40 / 60%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-60::placeholder {
  color: rgb(16 24 40 / 60%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(16 24 40 / 70%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-70::placeholder {
  color: rgb(16 24 40 / 70%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(16 24 40 / 80%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-80::placeholder {
  color: rgb(16 24 40 / 80%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(16 24 40 / 90%);
}
.placeholder-base-color-bg-emphasis\/core-opacity-90::placeholder {
  color: rgb(16 24 40 / 90%);
}
.placeholder-base-color-bg-muted::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 236 240 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-muted::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 236 240 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-muted\/0::-moz-placeholder {
  color: rgb(234 236 240 / 0);
}
.placeholder-base-color-bg-muted\/0::placeholder {
  color: rgb(234 236 240 / 0);
}
.placeholder-base-color-bg-muted\/10::-moz-placeholder {
  color: rgb(234 236 240 / 0.1);
}
.placeholder-base-color-bg-muted\/10::placeholder {
  color: rgb(234 236 240 / 0.1);
}
.placeholder-base-color-bg-muted\/100::-moz-placeholder {
  color: rgb(234 236 240 / 1);
}
.placeholder-base-color-bg-muted\/100::placeholder {
  color: rgb(234 236 240 / 1);
}
.placeholder-base-color-bg-muted\/20::-moz-placeholder {
  color: rgb(234 236 240 / 0.2);
}
.placeholder-base-color-bg-muted\/20::placeholder {
  color: rgb(234 236 240 / 0.2);
}
.placeholder-base-color-bg-muted\/25::-moz-placeholder {
  color: rgb(234 236 240 / 0.25);
}
.placeholder-base-color-bg-muted\/25::placeholder {
  color: rgb(234 236 240 / 0.25);
}
.placeholder-base-color-bg-muted\/30::-moz-placeholder {
  color: rgb(234 236 240 / 0.3);
}
.placeholder-base-color-bg-muted\/30::placeholder {
  color: rgb(234 236 240 / 0.3);
}
.placeholder-base-color-bg-muted\/40::-moz-placeholder {
  color: rgb(234 236 240 / 0.4);
}
.placeholder-base-color-bg-muted\/40::placeholder {
  color: rgb(234 236 240 / 0.4);
}
.placeholder-base-color-bg-muted\/5::-moz-placeholder {
  color: rgb(234 236 240 / 0.05);
}
.placeholder-base-color-bg-muted\/5::placeholder {
  color: rgb(234 236 240 / 0.05);
}
.placeholder-base-color-bg-muted\/50::-moz-placeholder {
  color: rgb(234 236 240 / 0.5);
}
.placeholder-base-color-bg-muted\/50::placeholder {
  color: rgb(234 236 240 / 0.5);
}
.placeholder-base-color-bg-muted\/60::-moz-placeholder {
  color: rgb(234 236 240 / 0.6);
}
.placeholder-base-color-bg-muted\/60::placeholder {
  color: rgb(234 236 240 / 0.6);
}
.placeholder-base-color-bg-muted\/70::-moz-placeholder {
  color: rgb(234 236 240 / 0.7);
}
.placeholder-base-color-bg-muted\/70::placeholder {
  color: rgb(234 236 240 / 0.7);
}
.placeholder-base-color-bg-muted\/75::-moz-placeholder {
  color: rgb(234 236 240 / 0.75);
}
.placeholder-base-color-bg-muted\/75::placeholder {
  color: rgb(234 236 240 / 0.75);
}
.placeholder-base-color-bg-muted\/80::-moz-placeholder {
  color: rgb(234 236 240 / 0.8);
}
.placeholder-base-color-bg-muted\/80::placeholder {
  color: rgb(234 236 240 / 0.8);
}
.placeholder-base-color-bg-muted\/90::-moz-placeholder {
  color: rgb(234 236 240 / 0.9);
}
.placeholder-base-color-bg-muted\/90::placeholder {
  color: rgb(234 236 240 / 0.9);
}
.placeholder-base-color-bg-muted\/95::-moz-placeholder {
  color: rgb(234 236 240 / 0.95);
}
.placeholder-base-color-bg-muted\/95::placeholder {
  color: rgb(234 236 240 / 0.95);
}
.placeholder-base-color-bg-muted\/base-opacity-disabled::-moz-placeholder {
  color: rgb(234 236 240 / 60%);
}
.placeholder-base-color-bg-muted\/base-opacity-disabled::placeholder {
  color: rgb(234 236 240 / 60%);
}
.placeholder-base-color-bg-muted\/core-opacity-0::-moz-placeholder {
  color: rgb(234 236 240 / 0%);
}
.placeholder-base-color-bg-muted\/core-opacity-0::placeholder {
  color: rgb(234 236 240 / 0%);
}
.placeholder-base-color-bg-muted\/core-opacity-10::-moz-placeholder {
  color: rgb(234 236 240 / 10%);
}
.placeholder-base-color-bg-muted\/core-opacity-10::placeholder {
  color: rgb(234 236 240 / 10%);
}
.placeholder-base-color-bg-muted\/core-opacity-100::-moz-placeholder {
  color: rgb(234 236 240 / 100%);
}
.placeholder-base-color-bg-muted\/core-opacity-100::placeholder {
  color: rgb(234 236 240 / 100%);
}
.placeholder-base-color-bg-muted\/core-opacity-20::-moz-placeholder {
  color: rgb(234 236 240 / 20%);
}
.placeholder-base-color-bg-muted\/core-opacity-20::placeholder {
  color: rgb(234 236 240 / 20%);
}
.placeholder-base-color-bg-muted\/core-opacity-30::-moz-placeholder {
  color: rgb(234 236 240 / 30%);
}
.placeholder-base-color-bg-muted\/core-opacity-30::placeholder {
  color: rgb(234 236 240 / 30%);
}
.placeholder-base-color-bg-muted\/core-opacity-40::-moz-placeholder {
  color: rgb(234 236 240 / 40%);
}
.placeholder-base-color-bg-muted\/core-opacity-40::placeholder {
  color: rgb(234 236 240 / 40%);
}
.placeholder-base-color-bg-muted\/core-opacity-50::-moz-placeholder {
  color: rgb(234 236 240 / 50%);
}
.placeholder-base-color-bg-muted\/core-opacity-50::placeholder {
  color: rgb(234 236 240 / 50%);
}
.placeholder-base-color-bg-muted\/core-opacity-60::-moz-placeholder {
  color: rgb(234 236 240 / 60%);
}
.placeholder-base-color-bg-muted\/core-opacity-60::placeholder {
  color: rgb(234 236 240 / 60%);
}
.placeholder-base-color-bg-muted\/core-opacity-70::-moz-placeholder {
  color: rgb(234 236 240 / 70%);
}
.placeholder-base-color-bg-muted\/core-opacity-70::placeholder {
  color: rgb(234 236 240 / 70%);
}
.placeholder-base-color-bg-muted\/core-opacity-80::-moz-placeholder {
  color: rgb(234 236 240 / 80%);
}
.placeholder-base-color-bg-muted\/core-opacity-80::placeholder {
  color: rgb(234 236 240 / 80%);
}
.placeholder-base-color-bg-muted\/core-opacity-90::-moz-placeholder {
  color: rgb(234 236 240 / 90%);
}
.placeholder-base-color-bg-muted\/core-opacity-90::placeholder {
  color: rgb(234 236 240 / 90%);
}
.placeholder-base-color-bg-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(242 244 247 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(242 244 247 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-subtle\/0::-moz-placeholder {
  color: rgb(242 244 247 / 0);
}
.placeholder-base-color-bg-subtle\/0::placeholder {
  color: rgb(242 244 247 / 0);
}
.placeholder-base-color-bg-subtle\/10::-moz-placeholder {
  color: rgb(242 244 247 / 0.1);
}
.placeholder-base-color-bg-subtle\/10::placeholder {
  color: rgb(242 244 247 / 0.1);
}
.placeholder-base-color-bg-subtle\/100::-moz-placeholder {
  color: rgb(242 244 247 / 1);
}
.placeholder-base-color-bg-subtle\/100::placeholder {
  color: rgb(242 244 247 / 1);
}
.placeholder-base-color-bg-subtle\/20::-moz-placeholder {
  color: rgb(242 244 247 / 0.2);
}
.placeholder-base-color-bg-subtle\/20::placeholder {
  color: rgb(242 244 247 / 0.2);
}
.placeholder-base-color-bg-subtle\/25::-moz-placeholder {
  color: rgb(242 244 247 / 0.25);
}
.placeholder-base-color-bg-subtle\/25::placeholder {
  color: rgb(242 244 247 / 0.25);
}
.placeholder-base-color-bg-subtle\/30::-moz-placeholder {
  color: rgb(242 244 247 / 0.3);
}
.placeholder-base-color-bg-subtle\/30::placeholder {
  color: rgb(242 244 247 / 0.3);
}
.placeholder-base-color-bg-subtle\/40::-moz-placeholder {
  color: rgb(242 244 247 / 0.4);
}
.placeholder-base-color-bg-subtle\/40::placeholder {
  color: rgb(242 244 247 / 0.4);
}
.placeholder-base-color-bg-subtle\/5::-moz-placeholder {
  color: rgb(242 244 247 / 0.05);
}
.placeholder-base-color-bg-subtle\/5::placeholder {
  color: rgb(242 244 247 / 0.05);
}
.placeholder-base-color-bg-subtle\/50::-moz-placeholder {
  color: rgb(242 244 247 / 0.5);
}
.placeholder-base-color-bg-subtle\/50::placeholder {
  color: rgb(242 244 247 / 0.5);
}
.placeholder-base-color-bg-subtle\/60::-moz-placeholder {
  color: rgb(242 244 247 / 0.6);
}
.placeholder-base-color-bg-subtle\/60::placeholder {
  color: rgb(242 244 247 / 0.6);
}
.placeholder-base-color-bg-subtle\/70::-moz-placeholder {
  color: rgb(242 244 247 / 0.7);
}
.placeholder-base-color-bg-subtle\/70::placeholder {
  color: rgb(242 244 247 / 0.7);
}
.placeholder-base-color-bg-subtle\/75::-moz-placeholder {
  color: rgb(242 244 247 / 0.75);
}
.placeholder-base-color-bg-subtle\/75::placeholder {
  color: rgb(242 244 247 / 0.75);
}
.placeholder-base-color-bg-subtle\/80::-moz-placeholder {
  color: rgb(242 244 247 / 0.8);
}
.placeholder-base-color-bg-subtle\/80::placeholder {
  color: rgb(242 244 247 / 0.8);
}
.placeholder-base-color-bg-subtle\/90::-moz-placeholder {
  color: rgb(242 244 247 / 0.9);
}
.placeholder-base-color-bg-subtle\/90::placeholder {
  color: rgb(242 244 247 / 0.9);
}
.placeholder-base-color-bg-subtle\/95::-moz-placeholder {
  color: rgb(242 244 247 / 0.95);
}
.placeholder-base-color-bg-subtle\/95::placeholder {
  color: rgb(242 244 247 / 0.95);
}
.placeholder-base-color-bg-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(242 244 247 / 60%);
}
.placeholder-base-color-bg-subtle\/base-opacity-disabled::placeholder {
  color: rgb(242 244 247 / 60%);
}
.placeholder-base-color-bg-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(242 244 247 / 0%);
}
.placeholder-base-color-bg-subtle\/core-opacity-0::placeholder {
  color: rgb(242 244 247 / 0%);
}
.placeholder-base-color-bg-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(242 244 247 / 10%);
}
.placeholder-base-color-bg-subtle\/core-opacity-10::placeholder {
  color: rgb(242 244 247 / 10%);
}
.placeholder-base-color-bg-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(242 244 247 / 100%);
}
.placeholder-base-color-bg-subtle\/core-opacity-100::placeholder {
  color: rgb(242 244 247 / 100%);
}
.placeholder-base-color-bg-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(242 244 247 / 20%);
}
.placeholder-base-color-bg-subtle\/core-opacity-20::placeholder {
  color: rgb(242 244 247 / 20%);
}
.placeholder-base-color-bg-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(242 244 247 / 30%);
}
.placeholder-base-color-bg-subtle\/core-opacity-30::placeholder {
  color: rgb(242 244 247 / 30%);
}
.placeholder-base-color-bg-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(242 244 247 / 40%);
}
.placeholder-base-color-bg-subtle\/core-opacity-40::placeholder {
  color: rgb(242 244 247 / 40%);
}
.placeholder-base-color-bg-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(242 244 247 / 50%);
}
.placeholder-base-color-bg-subtle\/core-opacity-50::placeholder {
  color: rgb(242 244 247 / 50%);
}
.placeholder-base-color-bg-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(242 244 247 / 60%);
}
.placeholder-base-color-bg-subtle\/core-opacity-60::placeholder {
  color: rgb(242 244 247 / 60%);
}
.placeholder-base-color-bg-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(242 244 247 / 70%);
}
.placeholder-base-color-bg-subtle\/core-opacity-70::placeholder {
  color: rgb(242 244 247 / 70%);
}
.placeholder-base-color-bg-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(242 244 247 / 80%);
}
.placeholder-base-color-bg-subtle\/core-opacity-80::placeholder {
  color: rgb(242 244 247 / 80%);
}
.placeholder-base-color-bg-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(242 244 247 / 90%);
}
.placeholder-base-color-bg-subtle\/core-opacity-90::placeholder {
  color: rgb(242 244 247 / 90%);
}
.placeholder-base-color-bg-success::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 223 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 223 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success-emphasis::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(18 181 105 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success-emphasis::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(18 181 105 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success-emphasis\/0::-moz-placeholder {
  color: rgb(18 181 105 / 0);
}
.placeholder-base-color-bg-success-emphasis\/0::placeholder {
  color: rgb(18 181 105 / 0);
}
.placeholder-base-color-bg-success-emphasis\/10::-moz-placeholder {
  color: rgb(18 181 105 / 0.1);
}
.placeholder-base-color-bg-success-emphasis\/10::placeholder {
  color: rgb(18 181 105 / 0.1);
}
.placeholder-base-color-bg-success-emphasis\/100::-moz-placeholder {
  color: rgb(18 181 105 / 1);
}
.placeholder-base-color-bg-success-emphasis\/100::placeholder {
  color: rgb(18 181 105 / 1);
}
.placeholder-base-color-bg-success-emphasis\/20::-moz-placeholder {
  color: rgb(18 181 105 / 0.2);
}
.placeholder-base-color-bg-success-emphasis\/20::placeholder {
  color: rgb(18 181 105 / 0.2);
}
.placeholder-base-color-bg-success-emphasis\/25::-moz-placeholder {
  color: rgb(18 181 105 / 0.25);
}
.placeholder-base-color-bg-success-emphasis\/25::placeholder {
  color: rgb(18 181 105 / 0.25);
}
.placeholder-base-color-bg-success-emphasis\/30::-moz-placeholder {
  color: rgb(18 181 105 / 0.3);
}
.placeholder-base-color-bg-success-emphasis\/30::placeholder {
  color: rgb(18 181 105 / 0.3);
}
.placeholder-base-color-bg-success-emphasis\/40::-moz-placeholder {
  color: rgb(18 181 105 / 0.4);
}
.placeholder-base-color-bg-success-emphasis\/40::placeholder {
  color: rgb(18 181 105 / 0.4);
}
.placeholder-base-color-bg-success-emphasis\/5::-moz-placeholder {
  color: rgb(18 181 105 / 0.05);
}
.placeholder-base-color-bg-success-emphasis\/5::placeholder {
  color: rgb(18 181 105 / 0.05);
}
.placeholder-base-color-bg-success-emphasis\/50::-moz-placeholder {
  color: rgb(18 181 105 / 0.5);
}
.placeholder-base-color-bg-success-emphasis\/50::placeholder {
  color: rgb(18 181 105 / 0.5);
}
.placeholder-base-color-bg-success-emphasis\/60::-moz-placeholder {
  color: rgb(18 181 105 / 0.6);
}
.placeholder-base-color-bg-success-emphasis\/60::placeholder {
  color: rgb(18 181 105 / 0.6);
}
.placeholder-base-color-bg-success-emphasis\/70::-moz-placeholder {
  color: rgb(18 181 105 / 0.7);
}
.placeholder-base-color-bg-success-emphasis\/70::placeholder {
  color: rgb(18 181 105 / 0.7);
}
.placeholder-base-color-bg-success-emphasis\/75::-moz-placeholder {
  color: rgb(18 181 105 / 0.75);
}
.placeholder-base-color-bg-success-emphasis\/75::placeholder {
  color: rgb(18 181 105 / 0.75);
}
.placeholder-base-color-bg-success-emphasis\/80::-moz-placeholder {
  color: rgb(18 181 105 / 0.8);
}
.placeholder-base-color-bg-success-emphasis\/80::placeholder {
  color: rgb(18 181 105 / 0.8);
}
.placeholder-base-color-bg-success-emphasis\/90::-moz-placeholder {
  color: rgb(18 181 105 / 0.9);
}
.placeholder-base-color-bg-success-emphasis\/90::placeholder {
  color: rgb(18 181 105 / 0.9);
}
.placeholder-base-color-bg-success-emphasis\/95::-moz-placeholder {
  color: rgb(18 181 105 / 0.95);
}
.placeholder-base-color-bg-success-emphasis\/95::placeholder {
  color: rgb(18 181 105 / 0.95);
}
.placeholder-base-color-bg-success-emphasis\/base-opacity-disabled::-moz-placeholder {
  color: rgb(18 181 105 / 60%);
}
.placeholder-base-color-bg-success-emphasis\/base-opacity-disabled::placeholder {
  color: rgb(18 181 105 / 60%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-0::-moz-placeholder {
  color: rgb(18 181 105 / 0%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-0::placeholder {
  color: rgb(18 181 105 / 0%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-10::-moz-placeholder {
  color: rgb(18 181 105 / 10%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-10::placeholder {
  color: rgb(18 181 105 / 10%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-100::-moz-placeholder {
  color: rgb(18 181 105 / 100%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-100::placeholder {
  color: rgb(18 181 105 / 100%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-20::-moz-placeholder {
  color: rgb(18 181 105 / 20%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-20::placeholder {
  color: rgb(18 181 105 / 20%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-30::-moz-placeholder {
  color: rgb(18 181 105 / 30%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-30::placeholder {
  color: rgb(18 181 105 / 30%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-40::-moz-placeholder {
  color: rgb(18 181 105 / 40%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-40::placeholder {
  color: rgb(18 181 105 / 40%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-50::-moz-placeholder {
  color: rgb(18 181 105 / 50%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-50::placeholder {
  color: rgb(18 181 105 / 50%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-60::-moz-placeholder {
  color: rgb(18 181 105 / 60%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-60::placeholder {
  color: rgb(18 181 105 / 60%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-70::-moz-placeholder {
  color: rgb(18 181 105 / 70%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-70::placeholder {
  color: rgb(18 181 105 / 70%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-80::-moz-placeholder {
  color: rgb(18 181 105 / 80%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-80::placeholder {
  color: rgb(18 181 105 / 80%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-90::-moz-placeholder {
  color: rgb(18 181 105 / 90%);
}
.placeholder-base-color-bg-success-emphasis\/core-opacity-90::placeholder {
  color: rgb(18 181 105 / 90%);
}
.placeholder-base-color-bg-success-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(246 254 249 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(246 254 249 / var(--tw-placeholder-opacity));
}
.placeholder-base-color-bg-success-subtle\/0::-moz-placeholder {
  color: rgb(246 254 249 / 0);
}
.placeholder-base-color-bg-success-subtle\/0::placeholder {
  color: rgb(246 254 249 / 0);
}
.placeholder-base-color-bg-success-subtle\/10::-moz-placeholder {
  color: rgb(246 254 249 / 0.1);
}
.placeholder-base-color-bg-success-subtle\/10::placeholder {
  color: rgb(246 254 249 / 0.1);
}
.placeholder-base-color-bg-success-subtle\/100::-moz-placeholder {
  color: rgb(246 254 249 / 1);
}
.placeholder-base-color-bg-success-subtle\/100::placeholder {
  color: rgb(246 254 249 / 1);
}
.placeholder-base-color-bg-success-subtle\/20::-moz-placeholder {
  color: rgb(246 254 249 / 0.2);
}
.placeholder-base-color-bg-success-subtle\/20::placeholder {
  color: rgb(246 254 249 / 0.2);
}
.placeholder-base-color-bg-success-subtle\/25::-moz-placeholder {
  color: rgb(246 254 249 / 0.25);
}
.placeholder-base-color-bg-success-subtle\/25::placeholder {
  color: rgb(246 254 249 / 0.25);
}
.placeholder-base-color-bg-success-subtle\/30::-moz-placeholder {
  color: rgb(246 254 249 / 0.3);
}
.placeholder-base-color-bg-success-subtle\/30::placeholder {
  color: rgb(246 254 249 / 0.3);
}
.placeholder-base-color-bg-success-subtle\/40::-moz-placeholder {
  color: rgb(246 254 249 / 0.4);
}
.placeholder-base-color-bg-success-subtle\/40::placeholder {
  color: rgb(246 254 249 / 0.4);
}
.placeholder-base-color-bg-success-subtle\/5::-moz-placeholder {
  color: rgb(246 254 249 / 0.05);
}
.placeholder-base-color-bg-success-subtle\/5::placeholder {
  color: rgb(246 254 249 / 0.05);
}
.placeholder-base-color-bg-success-subtle\/50::-moz-placeholder {
  color: rgb(246 254 249 / 0.5);
}
.placeholder-base-color-bg-success-subtle\/50::placeholder {
  color: rgb(246 254 249 / 0.5);
}
.placeholder-base-color-bg-success-subtle\/60::-moz-placeholder {
  color: rgb(246 254 249 / 0.6);
}
.placeholder-base-color-bg-success-subtle\/60::placeholder {
  color: rgb(246 254 249 / 0.6);
}
.placeholder-base-color-bg-success-subtle\/70::-moz-placeholder {
  color: rgb(246 254 249 / 0.7);
}
.placeholder-base-color-bg-success-subtle\/70::placeholder {
  color: rgb(246 254 249 / 0.7);
}
.placeholder-base-color-bg-success-subtle\/75::-moz-placeholder {
  color: rgb(246 254 249 / 0.75);
}
.placeholder-base-color-bg-success-subtle\/75::placeholder {
  color: rgb(246 254 249 / 0.75);
}
.placeholder-base-color-bg-success-subtle\/80::-moz-placeholder {
  color: rgb(246 254 249 / 0.8);
}
.placeholder-base-color-bg-success-subtle\/80::placeholder {
  color: rgb(246 254 249 / 0.8);
}
.placeholder-base-color-bg-success-subtle\/90::-moz-placeholder {
  color: rgb(246 254 249 / 0.9);
}
.placeholder-base-color-bg-success-subtle\/90::placeholder {
  color: rgb(246 254 249 / 0.9);
}
.placeholder-base-color-bg-success-subtle\/95::-moz-placeholder {
  color: rgb(246 254 249 / 0.95);
}
.placeholder-base-color-bg-success-subtle\/95::placeholder {
  color: rgb(246 254 249 / 0.95);
}
.placeholder-base-color-bg-success-subtle\/base-opacity-disabled::-moz-placeholder {
  color: rgb(246 254 249 / 60%);
}
.placeholder-base-color-bg-success-subtle\/base-opacity-disabled::placeholder {
  color: rgb(246 254 249 / 60%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-0::-moz-placeholder {
  color: rgb(246 254 249 / 0%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-0::placeholder {
  color: rgb(246 254 249 / 0%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-10::-moz-placeholder {
  color: rgb(246 254 249 / 10%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-10::placeholder {
  color: rgb(246 254 249 / 10%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-100::-moz-placeholder {
  color: rgb(246 254 249 / 100%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-100::placeholder {
  color: rgb(246 254 249 / 100%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-20::-moz-placeholder {
  color: rgb(246 254 249 / 20%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-20::placeholder {
  color: rgb(246 254 249 / 20%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-30::-moz-placeholder {
  color: rgb(246 254 249 / 30%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-30::placeholder {
  color: rgb(246 254 249 / 30%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-40::-moz-placeholder {
  color: rgb(246 254 249 / 40%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-40::placeholder {
  color: rgb(246 254 249 / 40%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-50::-moz-placeholder {
  color: rgb(246 254 249 / 50%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-50::placeholder {
  color: rgb(246 254 249 / 50%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-60::-moz-placeholder {
  color: rgb(246 254 249 / 60%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-60::placeholder {
  color: rgb(246 254 249 / 60%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-70::-moz-placeholder {
  color: rgb(246 254 249 / 70%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-70::placeholder {
  color: rgb(246 254 249 / 70%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-80::-moz-placeholder {
  color: rgb(246 254 249 / 80%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-80::placeholder {
  color: rgb(246 254 249 / 80%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-90::-moz-placeholder {
  color: rgb(246 254 249 / 90%);
}
.placeholder-base-color-bg-success-subtle\/core-opacity-90::placeholder {
  color: rgb(246 254 249 / 90%);
}
.placeholder-base-color-bg-success\/0::-moz-placeholder {
  color: rgb(209 250 223 / 0);
}
.placeholder-base-color-bg-success\/0::placeholder {
  color: rgb(209 250 223 / 0);
}
.placeholder-base-color-bg-success\/10::-moz-placeholder {
  color: rgb(209 250 223 / 0.1);
}
.placeholder-base-color-bg-success\/10::placeholder {
  color: rgb(209 250 223 / 0.1);
}
.placeholder-base-color-bg-success\/100::-moz-placeholder {
  color: rgb(209 250 223 / 1);
}
.placeholder-base-color-bg-success\/100::placeholder {
  color: rgb(209 250 223 / 1);
}
.placeholder-base-color-bg-success\/20::-moz-placeholder {
  color: rgb(209 250 223 / 0.2);
}
.placeholder-base-color-bg-success\/20::placeholder {
  color: rgb(209 250 223 / 0.2);
}
.placeholder-base-color-bg-success\/25::-moz-placeholder {
  color: rgb(209 250 223 / 0.25);
}
.placeholder-base-color-bg-success\/25::placeholder {
  color: rgb(209 250 223 / 0.25);
}
.placeholder-base-color-bg-success\/30::-moz-placeholder {
  color: rgb(209 250 223 / 0.3);
}
.placeholder-base-color-bg-success\/30::placeholder {
  color: rgb(209 250 223 / 0.3);
}
.placeholder-base-color-bg-success\/40::-moz-placeholder {
  color: rgb(209 250 223 / 0.4);
}
.placeholder-base-color-bg-success\/40::placeholder {
  color: rgb(209 250 223 / 0.4);
}
.placeholder-base-color-bg-success\/5::-moz-placeholder {
  color: rgb(209 250 223 / 0.05);
}
.placeholder-base-color-bg-success\/5::placeholder {
  color: rgb(209 250 223 / 0.05);
}
.placeholder-base-color-bg-success\/50::-moz-placeholder {
  color: rgb(209 250 223 / 0.5);
}
.placeholder-base-color-bg-success\/50::placeholder {
  color: rgb(209 250 223 / 0.5);
}
.placeholder-base-color-bg-success\/60::-moz-placeholder {
  color: rgb(209 250 223 / 0.6);
}
.placeholder-base-color-bg-success\/60::placeholder {
  color: rgb(209 250 223 / 0.6);
}
.placeholder-base-color-bg-success\/70::-moz-placeholder {
  color: rgb(209 250 223 / 0.7);
}
.placeholder-base-color-bg-success\/70::placeholder {
  color: rgb(209 250 223 / 0.7);
}
.placeholder-base-color-bg-success\/75::-moz-placeholder {
  color: rgb(209 250 223 / 0.75);
}
.placeholder-base-color-bg-success\/75::placeholder {
  color: rgb(209 250 223 / 0.75);
}
.placeholder-base-color-bg-success\/80::-moz-placeholder {
  color: rgb(209 250 223 / 0.8);
}
.placeholder-base-color-bg-success\/80::placeholder {
  color: rgb(209 250 223 / 0.8);
}
.placeholder-base-color-bg-success\/90::-moz-placeholder {
  color: rgb(209 250 223 / 0.9);
}
.placeholder-base-color-bg-success\/90::placeholder {
  color: rgb(209 250 223 / 0.9);
}
.placeholder-base-color-bg-success\/95::-moz-placeholder {
  color: rgb(209 250 223 / 0.95);
}
.placeholder-base-color-bg-success\/95::placeholder {
  color: rgb(209 250 223 / 0.95);
}
.placeholder-base-color-bg-success\/base-opacity-disabled::-moz-placeholder {
  color: rgb(209 250 223 / 60%);
}
.placeholder-base-color-bg-success\/base-opacity-disabled::placeholder {
  color: rgb(209 250 223 / 60%);
}
.placeholder-base-color-bg-success\/core-opacity-0::-moz-placeholder {
  color: rgb(209 250 223 / 0%);
}
.placeholder-base-color-bg-success\/core-opacity-0::placeholder {
  color: rgb(209 250 223 / 0%);
}
.placeholder-base-color-bg-success\/core-opacity-10::-moz-placeholder {
  color: rgb(209 250 223 / 10%);
}
.placeholder-base-color-bg-success\/core-opacity-10::placeholder {
  color: rgb(209 250 223 / 10%);
}
.placeholder-base-color-bg-success\/core-opacity-100::-moz-placeholder {
  color: rgb(209 250 223 / 100%);
}
.placeholder-base-color-bg-success\/core-opacity-100::placeholder {
  color: rgb(209 250 223 / 100%);
}
.placeholder-base-color-bg-success\/core-opacity-20::-moz-placeholder {
  color: rgb(209 250 223 / 20%);
}
.placeholder-base-color-bg-success\/core-opacity-20::placeholder {
  color: rgb(209 250 223 / 20%);
}
.placeholder-base-color-bg-success\/core-opacity-30::-moz-placeholder {
  color: rgb(209 250 223 / 30%);
}
.placeholder-base-color-bg-success\/core-opacity-30::placeholder {
  color: rgb(209 250 223 / 30%);
}
.placeholder-base-color-bg-success\/core-opacity-40::-moz-placeholder {
  color: rgb(209 250 223 / 40%);
}
.placeholder-base-color-bg-success\/core-opacity-40::placeholder {
  color: rgb(209 250 223 / 40%);
}
.placeholder-base-color-bg-success\/core-opacity-50::-moz-placeholder {
  color: rgb(209 250 223 / 50%);
}
.placeholder-base-color-bg-success\/core-opacity-50::placeholder {
  color: rgb(209 250 223 / 50%);
}
.placeholder-base-color-bg-success\/core-opacity-60::-moz-placeholder {
  color: rgb(209 250 223 / 60%);
}
.placeholder-base-color-bg-success\/core-opacity-60::placeholder {
  color: rgb(209 250 223 / 60%);
}
.placeholder-base-color-bg-success\/core-opacity-70::-moz-placeholder {
  color: rgb(209 250 223 / 70%);
}
.placeholder-base-color-bg-success\/core-opacity-70::placeholder {
  color: rgb(209 250 223 / 70%);
}
.placeholder-base-color-bg-success\/core-opacity-80::-moz-placeholder {
  color: rgb(209 250 223 / 80%);
}
.placeholder-base-color-bg-success\/core-opacity-80::placeholder {
  color: rgb(209 250 223 / 80%);
}
.placeholder-base-color-bg-success\/core-opacity-90::-moz-placeholder {
  color: rgb(209 250 223 / 90%);
}
.placeholder-base-color-bg-success\/core-opacity-90::placeholder {
  color: rgb(209 250 223 / 90%);
}
.placeholder-base-color-bg-transparent::-moz-placeholder {
  color: #00000000;
}
.placeholder-base-color-bg-transparent::placeholder {
  color: #00000000;
}
.placeholder-base-color-bg-transparent\/0::-moz-placeholder {
  color: rgb(0 0 0 / 0);
}
.placeholder-base-color-bg-transparent\/0::placeholder {
  color: rgb(0 0 0 / 0);
}
.placeholder-base-color-bg-transparent\/10::-moz-placeholder {
  color: rgb(0 0 0 / 0.1);
}
.placeholder-base-color-bg-transparent\/10::placeholder {
  color: rgb(0 0 0 / 0.1);
}
.placeholder-base-color-bg-transparent\/100::-moz-placeholder {
  color: rgb(0 0 0 / 1);
}
.placeholder-base-color-bg-transparent\/100::placeholder {
  color: rgb(0 0 0 / 1);
}
.placeholder-base-color-bg-transparent\/20::-moz-placeholder {
  color: rgb(0 0 0 / 0.2);
}
.placeholder-base-color-bg-transparent\/20::placeholder {
  color: rgb(0 0 0 / 0.2);
}
.placeholder-base-color-bg-transparent\/25::-moz-placeholder {
  color: rgb(0 0 0 / 0.25);
}
.placeholder-base-color-bg-transparent\/25::placeholder {
  color: rgb(0 0 0 / 0.25);
}
.placeholder-base-color-bg-transparent\/30::-moz-placeholder {
  color: rgb(0 0 0 / 0.3);
}
.placeholder-base-color-bg-transparent\/30::placeholder {
  color: rgb(0 0 0 / 0.3);
}
.placeholder-base-color-bg-transparent\/40::-moz-placeholder {
  color: rgb(0 0 0 / 0.4);
}
.placeholder-base-color-bg-transparent\/40::placeholder {
  color: rgb(0 0 0 / 0.4);
}
.placeholder-base-color-bg-transparent\/5::-moz-placeholder {
  color: rgb(0 0 0 / 0.05);
}
.placeholder-base-color-bg-transparent\/5::placeholder {
  color: rgb(0 0 0 / 0.05);
}
.placeholder-base-color-bg-transparent\/50::-moz-placeholder {
  color: rgb(0 0 0 / 0.5);
}
.placeholder-base-color-bg-transparent\/50::placeholder {
  color: rgb(0 0 0 / 0.5);
}
.placeholder-base-color-bg-transparent\/60::-moz-placeholder {
  color: rgb(0 0 0 / 0.6);
}
.placeholder-base-color-bg-transparent\/60::placeholder {
  color: rgb(0 0 0 / 0.6);
}
.placeholder-base-color-bg-transparent\/70::-moz-placeholder {
  color: rgb(0 0 0 / 0.7);
}
.placeholder-base-color-bg-transparent\/70::placeholder {
  color: rgb(0 0 0 / 0.7);
}
.placeholder-base-color-bg-transparent\/75::-moz-placeholder {
  color: rgb(0 0 0 / 0.75);
}
.placeholder-base-color-bg-transparent\/75::placeholder {
  color: rgb(0 0 0 / 0.75);
}
.placeholder-base-color-bg-transparent\/80::-moz-placeholder {
  color: rgb(0 0 0 / 0.8);
}
.placeholder-base-color-bg-transparent\/80::placeholder {
  color: rgb(0 0 0 / 0.8);
}
.placeholder-base-color-bg-transparent\/90::-moz-placeholder {
  color: rgb(0 0 0 / 0.9);
}
.placeholder-base-color-bg-transparent\/90::placeholder {
  color: rgb(0 0 0 / 0.9);
}
.placeholder-base-color-bg-transparent\/95::-moz-placeholder {
  color: rgb(0 0 0 / 0.95);
}
.placeholder-base-color-bg-transparent\/95::placeholder {
  color: rgb(0 0 0 / 0.95);
}
.placeholder-base-color-bg-transparent\/base-opacity-disabled::-moz-placeholder {
  color: rgb(0 0 0 / 60%);
}
.placeholder-base-color-bg-transparent\/base-opacity-disabled::placeholder {
  color: rgb(0 0 0 / 60%);
}
.placeholder-base-color-bg-transparent\/core-opacity-0::-moz-placeholder {
  color: rgb(0 0 0 / 0%);
}
.placeholder-base-color-bg-transparent\/core-opacity-0::placeholder {
  color: rgb(0 0 0 / 0%);
}
.placeholder-base-color-bg-transparent\/core-opacity-10::-moz-placeholder {
  color: rgb(0 0 0 / 10%);
}
.placeholder-base-color-bg-transparent\/core-opacity-10::placeholder {
  color: rgb(0 0 0 / 10%);
}
.placeholder-base-color-bg-transparent\/core-opacity-100::-moz-placeholder {
  color: rgb(0 0 0 / 100%);
}
.placeholder-base-color-bg-transparent\/core-opacity-100::placeholder {
  color: rgb(0 0 0 / 100%);
}
.placeholder-base-color-bg-transparent\/core-opacity-20::-moz-placeholder {
  color: rgb(0 0 0 / 20%);
}
.placeholder-base-color-bg-transparent\/core-opacity-20::placeholder {
  color: rgb(0 0 0 / 20%);
}
.placeholder-base-color-bg-transparent\/core-opacity-30::-moz-placeholder {
  color: rgb(0 0 0 / 30%);
}
.placeholder-base-color-bg-transparent\/core-opacity-30::placeholder {
  color: rgb(0 0 0 / 30%);
}
.placeholder-base-color-bg-transparent\/core-opacity-40::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
}
.placeholder-base-color-bg-transparent\/core-opacity-40::placeholder {
  color: rgb(0 0 0 / 40%);
}
.placeholder-base-color-bg-transparent\/core-opacity-50::-moz-placeholder {
  color: rgb(0 0 0 / 50%);
}
.placeholder-base-color-bg-transparent\/core-opacity-50::placeholder {
  color: rgb(0 0 0 / 50%);
}
.placeholder-base-color-bg-transparent\/core-opacity-60::-moz-placeholder {
  color: rgb(0 0 0 / 60%);
}
.placeholder-base-color-bg-transparent\/core-opacity-60::placeholder {
  color: rgb(0 0 0 / 60%);
}
.placeholder-base-color-bg-transparent\/core-opacity-70::-moz-placeholder {
  color: rgb(0 0 0 / 70%);
}
.placeholder-base-color-bg-transparent\/core-opacity-70::placeholder {
  color: rgb(0 0 0 / 70%);
}
.placeholder-base-color-bg-transparent\/core-opacity-80::-moz-placeholder {
  color: rgb(0 0 0 / 80%);
}
.placeholder-base-color-bg-transparent\/core-opacity-80::placeholder {
  color: rgb(0 0 0 / 80%);
}
.placeholder-base-color-bg-transparent\/core-opacity-90::-moz-placeholder {
  color: rgb(0 0 0 / 90%);
}
.placeholder-base-color-bg-transparent\/core-opacity-90::placeholder {
  color: rgb(0 0 0 / 90%);
}
.placeholder-comp-textfield-color-clean-enabled-placeholder::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.placeholder-comp-textfield-color-clean-enabled-placeholder::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.placeholder-comp-textfield-color-dirty-enabled-placeholder::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.placeholder-comp-textfield-color-dirty-enabled-placeholder::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.caret-base-color-bg-accent {
  caret-color: #d1e0ff;
}
.caret-base-color-bg-accent-emphasis {
  caret-color: #155eef;
}
.caret-base-color-bg-accent-emphasis\/0 {
  caret-color: rgb(21 94 239 / 0);
}
.caret-base-color-bg-accent-emphasis\/10 {
  caret-color: rgb(21 94 239 / 0.1);
}
.caret-base-color-bg-accent-emphasis\/100 {
  caret-color: rgb(21 94 239 / 1);
}
.caret-base-color-bg-accent-emphasis\/20 {
  caret-color: rgb(21 94 239 / 0.2);
}
.caret-base-color-bg-accent-emphasis\/25 {
  caret-color: rgb(21 94 239 / 0.25);
}
.caret-base-color-bg-accent-emphasis\/30 {
  caret-color: rgb(21 94 239 / 0.3);
}
.caret-base-color-bg-accent-emphasis\/40 {
  caret-color: rgb(21 94 239 / 0.4);
}
.caret-base-color-bg-accent-emphasis\/5 {
  caret-color: rgb(21 94 239 / 0.05);
}
.caret-base-color-bg-accent-emphasis\/50 {
  caret-color: rgb(21 94 239 / 0.5);
}
.caret-base-color-bg-accent-emphasis\/60 {
  caret-color: rgb(21 94 239 / 0.6);
}
.caret-base-color-bg-accent-emphasis\/70 {
  caret-color: rgb(21 94 239 / 0.7);
}
.caret-base-color-bg-accent-emphasis\/75 {
  caret-color: rgb(21 94 239 / 0.75);
}
.caret-base-color-bg-accent-emphasis\/80 {
  caret-color: rgb(21 94 239 / 0.8);
}
.caret-base-color-bg-accent-emphasis\/90 {
  caret-color: rgb(21 94 239 / 0.9);
}
.caret-base-color-bg-accent-emphasis\/95 {
  caret-color: rgb(21 94 239 / 0.95);
}
.caret-base-color-bg-accent-emphasis\/base-opacity-disabled {
  caret-color: rgb(21 94 239 / 60%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-0 {
  caret-color: rgb(21 94 239 / 0%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-10 {
  caret-color: rgb(21 94 239 / 10%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-100 {
  caret-color: rgb(21 94 239 / 100%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-20 {
  caret-color: rgb(21 94 239 / 20%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-30 {
  caret-color: rgb(21 94 239 / 30%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-40 {
  caret-color: rgb(21 94 239 / 40%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-50 {
  caret-color: rgb(21 94 239 / 50%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-60 {
  caret-color: rgb(21 94 239 / 60%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-70 {
  caret-color: rgb(21 94 239 / 70%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-80 {
  caret-color: rgb(21 94 239 / 80%);
}
.caret-base-color-bg-accent-emphasis\/core-opacity-90 {
  caret-color: rgb(21 94 239 / 90%);
}
.caret-base-color-bg-accent-subtle {
  caret-color: #f5f8ff;
}
.caret-base-color-bg-accent-subtle\/0 {
  caret-color: rgb(245 248 255 / 0);
}
.caret-base-color-bg-accent-subtle\/10 {
  caret-color: rgb(245 248 255 / 0.1);
}
.caret-base-color-bg-accent-subtle\/100 {
  caret-color: rgb(245 248 255 / 1);
}
.caret-base-color-bg-accent-subtle\/20 {
  caret-color: rgb(245 248 255 / 0.2);
}
.caret-base-color-bg-accent-subtle\/25 {
  caret-color: rgb(245 248 255 / 0.25);
}
.caret-base-color-bg-accent-subtle\/30 {
  caret-color: rgb(245 248 255 / 0.3);
}
.caret-base-color-bg-accent-subtle\/40 {
  caret-color: rgb(245 248 255 / 0.4);
}
.caret-base-color-bg-accent-subtle\/5 {
  caret-color: rgb(245 248 255 / 0.05);
}
.caret-base-color-bg-accent-subtle\/50 {
  caret-color: rgb(245 248 255 / 0.5);
}
.caret-base-color-bg-accent-subtle\/60 {
  caret-color: rgb(245 248 255 / 0.6);
}
.caret-base-color-bg-accent-subtle\/70 {
  caret-color: rgb(245 248 255 / 0.7);
}
.caret-base-color-bg-accent-subtle\/75 {
  caret-color: rgb(245 248 255 / 0.75);
}
.caret-base-color-bg-accent-subtle\/80 {
  caret-color: rgb(245 248 255 / 0.8);
}
.caret-base-color-bg-accent-subtle\/90 {
  caret-color: rgb(245 248 255 / 0.9);
}
.caret-base-color-bg-accent-subtle\/95 {
  caret-color: rgb(245 248 255 / 0.95);
}
.caret-base-color-bg-accent-subtle\/base-opacity-disabled {
  caret-color: rgb(245 248 255 / 60%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-0 {
  caret-color: rgb(245 248 255 / 0%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-10 {
  caret-color: rgb(245 248 255 / 10%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-100 {
  caret-color: rgb(245 248 255 / 100%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-20 {
  caret-color: rgb(245 248 255 / 20%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-30 {
  caret-color: rgb(245 248 255 / 30%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-40 {
  caret-color: rgb(245 248 255 / 40%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-50 {
  caret-color: rgb(245 248 255 / 50%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-60 {
  caret-color: rgb(245 248 255 / 60%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-70 {
  caret-color: rgb(245 248 255 / 70%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-80 {
  caret-color: rgb(245 248 255 / 80%);
}
.caret-base-color-bg-accent-subtle\/core-opacity-90 {
  caret-color: rgb(245 248 255 / 90%);
}
.caret-base-color-bg-accent\/0 {
  caret-color: rgb(209 224 255 / 0);
}
.caret-base-color-bg-accent\/10 {
  caret-color: rgb(209 224 255 / 0.1);
}
.caret-base-color-bg-accent\/100 {
  caret-color: rgb(209 224 255 / 1);
}
.caret-base-color-bg-accent\/20 {
  caret-color: rgb(209 224 255 / 0.2);
}
.caret-base-color-bg-accent\/25 {
  caret-color: rgb(209 224 255 / 0.25);
}
.caret-base-color-bg-accent\/30 {
  caret-color: rgb(209 224 255 / 0.3);
}
.caret-base-color-bg-accent\/40 {
  caret-color: rgb(209 224 255 / 0.4);
}
.caret-base-color-bg-accent\/5 {
  caret-color: rgb(209 224 255 / 0.05);
}
.caret-base-color-bg-accent\/50 {
  caret-color: rgb(209 224 255 / 0.5);
}
.caret-base-color-bg-accent\/60 {
  caret-color: rgb(209 224 255 / 0.6);
}
.caret-base-color-bg-accent\/70 {
  caret-color: rgb(209 224 255 / 0.7);
}
.caret-base-color-bg-accent\/75 {
  caret-color: rgb(209 224 255 / 0.75);
}
.caret-base-color-bg-accent\/80 {
  caret-color: rgb(209 224 255 / 0.8);
}
.caret-base-color-bg-accent\/90 {
  caret-color: rgb(209 224 255 / 0.9);
}
.caret-base-color-bg-accent\/95 {
  caret-color: rgb(209 224 255 / 0.95);
}
.caret-base-color-bg-accent\/base-opacity-disabled {
  caret-color: rgb(209 224 255 / 60%);
}
.caret-base-color-bg-accent\/core-opacity-0 {
  caret-color: rgb(209 224 255 / 0%);
}
.caret-base-color-bg-accent\/core-opacity-10 {
  caret-color: rgb(209 224 255 / 10%);
}
.caret-base-color-bg-accent\/core-opacity-100 {
  caret-color: rgb(209 224 255 / 100%);
}
.caret-base-color-bg-accent\/core-opacity-20 {
  caret-color: rgb(209 224 255 / 20%);
}
.caret-base-color-bg-accent\/core-opacity-30 {
  caret-color: rgb(209 224 255 / 30%);
}
.caret-base-color-bg-accent\/core-opacity-40 {
  caret-color: rgb(209 224 255 / 40%);
}
.caret-base-color-bg-accent\/core-opacity-50 {
  caret-color: rgb(209 224 255 / 50%);
}
.caret-base-color-bg-accent\/core-opacity-60 {
  caret-color: rgb(209 224 255 / 60%);
}
.caret-base-color-bg-accent\/core-opacity-70 {
  caret-color: rgb(209 224 255 / 70%);
}
.caret-base-color-bg-accent\/core-opacity-80 {
  caret-color: rgb(209 224 255 / 80%);
}
.caret-base-color-bg-accent\/core-opacity-90 {
  caret-color: rgb(209 224 255 / 90%);
}
.caret-base-color-bg-attention {
  caret-color: #fef0c8;
}
.caret-base-color-bg-attention-emphasis {
  caret-color: #dd6903;
}
.caret-base-color-bg-attention-emphasis\/0 {
  caret-color: rgb(221 105 3 / 0);
}
.caret-base-color-bg-attention-emphasis\/10 {
  caret-color: rgb(221 105 3 / 0.1);
}
.caret-base-color-bg-attention-emphasis\/100 {
  caret-color: rgb(221 105 3 / 1);
}
.caret-base-color-bg-attention-emphasis\/20 {
  caret-color: rgb(221 105 3 / 0.2);
}
.caret-base-color-bg-attention-emphasis\/25 {
  caret-color: rgb(221 105 3 / 0.25);
}
.caret-base-color-bg-attention-emphasis\/30 {
  caret-color: rgb(221 105 3 / 0.3);
}
.caret-base-color-bg-attention-emphasis\/40 {
  caret-color: rgb(221 105 3 / 0.4);
}
.caret-base-color-bg-attention-emphasis\/5 {
  caret-color: rgb(221 105 3 / 0.05);
}
.caret-base-color-bg-attention-emphasis\/50 {
  caret-color: rgb(221 105 3 / 0.5);
}
.caret-base-color-bg-attention-emphasis\/60 {
  caret-color: rgb(221 105 3 / 0.6);
}
.caret-base-color-bg-attention-emphasis\/70 {
  caret-color: rgb(221 105 3 / 0.7);
}
.caret-base-color-bg-attention-emphasis\/75 {
  caret-color: rgb(221 105 3 / 0.75);
}
.caret-base-color-bg-attention-emphasis\/80 {
  caret-color: rgb(221 105 3 / 0.8);
}
.caret-base-color-bg-attention-emphasis\/90 {
  caret-color: rgb(221 105 3 / 0.9);
}
.caret-base-color-bg-attention-emphasis\/95 {
  caret-color: rgb(221 105 3 / 0.95);
}
.caret-base-color-bg-attention-emphasis\/base-opacity-disabled {
  caret-color: rgb(221 105 3 / 60%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-0 {
  caret-color: rgb(221 105 3 / 0%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-10 {
  caret-color: rgb(221 105 3 / 10%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-100 {
  caret-color: rgb(221 105 3 / 100%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-20 {
  caret-color: rgb(221 105 3 / 20%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-30 {
  caret-color: rgb(221 105 3 / 30%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-40 {
  caret-color: rgb(221 105 3 / 40%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-50 {
  caret-color: rgb(221 105 3 / 50%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-60 {
  caret-color: rgb(221 105 3 / 60%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-70 {
  caret-color: rgb(221 105 3 / 70%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-80 {
  caret-color: rgb(221 105 3 / 80%);
}
.caret-base-color-bg-attention-emphasis\/core-opacity-90 {
  caret-color: rgb(221 105 3 / 90%);
}
.caret-base-color-bg-attention-subtle {
  caret-color: #fffcf5;
}
.caret-base-color-bg-attention-subtle\/0 {
  caret-color: rgb(255 252 245 / 0);
}
.caret-base-color-bg-attention-subtle\/10 {
  caret-color: rgb(255 252 245 / 0.1);
}
.caret-base-color-bg-attention-subtle\/100 {
  caret-color: rgb(255 252 245 / 1);
}
.caret-base-color-bg-attention-subtle\/20 {
  caret-color: rgb(255 252 245 / 0.2);
}
.caret-base-color-bg-attention-subtle\/25 {
  caret-color: rgb(255 252 245 / 0.25);
}
.caret-base-color-bg-attention-subtle\/30 {
  caret-color: rgb(255 252 245 / 0.3);
}
.caret-base-color-bg-attention-subtle\/40 {
  caret-color: rgb(255 252 245 / 0.4);
}
.caret-base-color-bg-attention-subtle\/5 {
  caret-color: rgb(255 252 245 / 0.05);
}
.caret-base-color-bg-attention-subtle\/50 {
  caret-color: rgb(255 252 245 / 0.5);
}
.caret-base-color-bg-attention-subtle\/60 {
  caret-color: rgb(255 252 245 / 0.6);
}
.caret-base-color-bg-attention-subtle\/70 {
  caret-color: rgb(255 252 245 / 0.7);
}
.caret-base-color-bg-attention-subtle\/75 {
  caret-color: rgb(255 252 245 / 0.75);
}
.caret-base-color-bg-attention-subtle\/80 {
  caret-color: rgb(255 252 245 / 0.8);
}
.caret-base-color-bg-attention-subtle\/90 {
  caret-color: rgb(255 252 245 / 0.9);
}
.caret-base-color-bg-attention-subtle\/95 {
  caret-color: rgb(255 252 245 / 0.95);
}
.caret-base-color-bg-attention-subtle\/base-opacity-disabled {
  caret-color: rgb(255 252 245 / 60%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-0 {
  caret-color: rgb(255 252 245 / 0%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-10 {
  caret-color: rgb(255 252 245 / 10%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-100 {
  caret-color: rgb(255 252 245 / 100%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-20 {
  caret-color: rgb(255 252 245 / 20%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-30 {
  caret-color: rgb(255 252 245 / 30%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-40 {
  caret-color: rgb(255 252 245 / 40%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-50 {
  caret-color: rgb(255 252 245 / 50%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-60 {
  caret-color: rgb(255 252 245 / 60%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-70 {
  caret-color: rgb(255 252 245 / 70%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-80 {
  caret-color: rgb(255 252 245 / 80%);
}
.caret-base-color-bg-attention-subtle\/core-opacity-90 {
  caret-color: rgb(255 252 245 / 90%);
}
.caret-base-color-bg-attention\/0 {
  caret-color: rgb(254 240 200 / 0);
}
.caret-base-color-bg-attention\/10 {
  caret-color: rgb(254 240 200 / 0.1);
}
.caret-base-color-bg-attention\/100 {
  caret-color: rgb(254 240 200 / 1);
}
.caret-base-color-bg-attention\/20 {
  caret-color: rgb(254 240 200 / 0.2);
}
.caret-base-color-bg-attention\/25 {
  caret-color: rgb(254 240 200 / 0.25);
}
.caret-base-color-bg-attention\/30 {
  caret-color: rgb(254 240 200 / 0.3);
}
.caret-base-color-bg-attention\/40 {
  caret-color: rgb(254 240 200 / 0.4);
}
.caret-base-color-bg-attention\/5 {
  caret-color: rgb(254 240 200 / 0.05);
}
.caret-base-color-bg-attention\/50 {
  caret-color: rgb(254 240 200 / 0.5);
}
.caret-base-color-bg-attention\/60 {
  caret-color: rgb(254 240 200 / 0.6);
}
.caret-base-color-bg-attention\/70 {
  caret-color: rgb(254 240 200 / 0.7);
}
.caret-base-color-bg-attention\/75 {
  caret-color: rgb(254 240 200 / 0.75);
}
.caret-base-color-bg-attention\/80 {
  caret-color: rgb(254 240 200 / 0.8);
}
.caret-base-color-bg-attention\/90 {
  caret-color: rgb(254 240 200 / 0.9);
}
.caret-base-color-bg-attention\/95 {
  caret-color: rgb(254 240 200 / 0.95);
}
.caret-base-color-bg-attention\/base-opacity-disabled {
  caret-color: rgb(254 240 200 / 60%);
}
.caret-base-color-bg-attention\/core-opacity-0 {
  caret-color: rgb(254 240 200 / 0%);
}
.caret-base-color-bg-attention\/core-opacity-10 {
  caret-color: rgb(254 240 200 / 10%);
}
.caret-base-color-bg-attention\/core-opacity-100 {
  caret-color: rgb(254 240 200 / 100%);
}
.caret-base-color-bg-attention\/core-opacity-20 {
  caret-color: rgb(254 240 200 / 20%);
}
.caret-base-color-bg-attention\/core-opacity-30 {
  caret-color: rgb(254 240 200 / 30%);
}
.caret-base-color-bg-attention\/core-opacity-40 {
  caret-color: rgb(254 240 200 / 40%);
}
.caret-base-color-bg-attention\/core-opacity-50 {
  caret-color: rgb(254 240 200 / 50%);
}
.caret-base-color-bg-attention\/core-opacity-60 {
  caret-color: rgb(254 240 200 / 60%);
}
.caret-base-color-bg-attention\/core-opacity-70 {
  caret-color: rgb(254 240 200 / 70%);
}
.caret-base-color-bg-attention\/core-opacity-80 {
  caret-color: rgb(254 240 200 / 80%);
}
.caret-base-color-bg-attention\/core-opacity-90 {
  caret-color: rgb(254 240 200 / 90%);
}
.caret-base-color-bg-brand {
  caret-color: #cdd6f9;
}
.caret-base-color-bg-brand-emphasis {
  caret-color: #5d5bd7;
}
.caret-base-color-bg-brand-emphasis\/0 {
  caret-color: rgb(93 91 215 / 0);
}
.caret-base-color-bg-brand-emphasis\/10 {
  caret-color: rgb(93 91 215 / 0.1);
}
.caret-base-color-bg-brand-emphasis\/100 {
  caret-color: rgb(93 91 215 / 1);
}
.caret-base-color-bg-brand-emphasis\/20 {
  caret-color: rgb(93 91 215 / 0.2);
}
.caret-base-color-bg-brand-emphasis\/25 {
  caret-color: rgb(93 91 215 / 0.25);
}
.caret-base-color-bg-brand-emphasis\/30 {
  caret-color: rgb(93 91 215 / 0.3);
}
.caret-base-color-bg-brand-emphasis\/40 {
  caret-color: rgb(93 91 215 / 0.4);
}
.caret-base-color-bg-brand-emphasis\/5 {
  caret-color: rgb(93 91 215 / 0.05);
}
.caret-base-color-bg-brand-emphasis\/50 {
  caret-color: rgb(93 91 215 / 0.5);
}
.caret-base-color-bg-brand-emphasis\/60 {
  caret-color: rgb(93 91 215 / 0.6);
}
.caret-base-color-bg-brand-emphasis\/70 {
  caret-color: rgb(93 91 215 / 0.7);
}
.caret-base-color-bg-brand-emphasis\/75 {
  caret-color: rgb(93 91 215 / 0.75);
}
.caret-base-color-bg-brand-emphasis\/80 {
  caret-color: rgb(93 91 215 / 0.8);
}
.caret-base-color-bg-brand-emphasis\/90 {
  caret-color: rgb(93 91 215 / 0.9);
}
.caret-base-color-bg-brand-emphasis\/95 {
  caret-color: rgb(93 91 215 / 0.95);
}
.caret-base-color-bg-brand-emphasis\/base-opacity-disabled {
  caret-color: rgb(93 91 215 / 60%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-0 {
  caret-color: rgb(93 91 215 / 0%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-10 {
  caret-color: rgb(93 91 215 / 10%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-100 {
  caret-color: rgb(93 91 215 / 100%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-20 {
  caret-color: rgb(93 91 215 / 20%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-30 {
  caret-color: rgb(93 91 215 / 30%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-40 {
  caret-color: rgb(93 91 215 / 40%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-50 {
  caret-color: rgb(93 91 215 / 50%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-60 {
  caret-color: rgb(93 91 215 / 60%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-70 {
  caret-color: rgb(93 91 215 / 70%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-80 {
  caret-color: rgb(93 91 215 / 80%);
}
.caret-base-color-bg-brand-emphasis\/core-opacity-90 {
  caret-color: rgb(93 91 215 / 90%);
}
.caret-base-color-bg-brand-subtle {
  caret-color: #f2f4fd;
}
.caret-base-color-bg-brand-subtle\/0 {
  caret-color: rgb(242 244 253 / 0);
}
.caret-base-color-bg-brand-subtle\/10 {
  caret-color: rgb(242 244 253 / 0.1);
}
.caret-base-color-bg-brand-subtle\/100 {
  caret-color: rgb(242 244 253 / 1);
}
.caret-base-color-bg-brand-subtle\/20 {
  caret-color: rgb(242 244 253 / 0.2);
}
.caret-base-color-bg-brand-subtle\/25 {
  caret-color: rgb(242 244 253 / 0.25);
}
.caret-base-color-bg-brand-subtle\/30 {
  caret-color: rgb(242 244 253 / 0.3);
}
.caret-base-color-bg-brand-subtle\/40 {
  caret-color: rgb(242 244 253 / 0.4);
}
.caret-base-color-bg-brand-subtle\/5 {
  caret-color: rgb(242 244 253 / 0.05);
}
.caret-base-color-bg-brand-subtle\/50 {
  caret-color: rgb(242 244 253 / 0.5);
}
.caret-base-color-bg-brand-subtle\/60 {
  caret-color: rgb(242 244 253 / 0.6);
}
.caret-base-color-bg-brand-subtle\/70 {
  caret-color: rgb(242 244 253 / 0.7);
}
.caret-base-color-bg-brand-subtle\/75 {
  caret-color: rgb(242 244 253 / 0.75);
}
.caret-base-color-bg-brand-subtle\/80 {
  caret-color: rgb(242 244 253 / 0.8);
}
.caret-base-color-bg-brand-subtle\/90 {
  caret-color: rgb(242 244 253 / 0.9);
}
.caret-base-color-bg-brand-subtle\/95 {
  caret-color: rgb(242 244 253 / 0.95);
}
.caret-base-color-bg-brand-subtle\/base-opacity-disabled {
  caret-color: rgb(242 244 253 / 60%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-0 {
  caret-color: rgb(242 244 253 / 0%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-10 {
  caret-color: rgb(242 244 253 / 10%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-100 {
  caret-color: rgb(242 244 253 / 100%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-20 {
  caret-color: rgb(242 244 253 / 20%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-30 {
  caret-color: rgb(242 244 253 / 30%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-40 {
  caret-color: rgb(242 244 253 / 40%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-50 {
  caret-color: rgb(242 244 253 / 50%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-60 {
  caret-color: rgb(242 244 253 / 60%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-70 {
  caret-color: rgb(242 244 253 / 70%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-80 {
  caret-color: rgb(242 244 253 / 80%);
}
.caret-base-color-bg-brand-subtle\/core-opacity-90 {
  caret-color: rgb(242 244 253 / 90%);
}
.caret-base-color-bg-brand\/0 {
  caret-color: rgb(205 214 249 / 0);
}
.caret-base-color-bg-brand\/10 {
  caret-color: rgb(205 214 249 / 0.1);
}
.caret-base-color-bg-brand\/100 {
  caret-color: rgb(205 214 249 / 1);
}
.caret-base-color-bg-brand\/20 {
  caret-color: rgb(205 214 249 / 0.2);
}
.caret-base-color-bg-brand\/25 {
  caret-color: rgb(205 214 249 / 0.25);
}
.caret-base-color-bg-brand\/30 {
  caret-color: rgb(205 214 249 / 0.3);
}
.caret-base-color-bg-brand\/40 {
  caret-color: rgb(205 214 249 / 0.4);
}
.caret-base-color-bg-brand\/5 {
  caret-color: rgb(205 214 249 / 0.05);
}
.caret-base-color-bg-brand\/50 {
  caret-color: rgb(205 214 249 / 0.5);
}
.caret-base-color-bg-brand\/60 {
  caret-color: rgb(205 214 249 / 0.6);
}
.caret-base-color-bg-brand\/70 {
  caret-color: rgb(205 214 249 / 0.7);
}
.caret-base-color-bg-brand\/75 {
  caret-color: rgb(205 214 249 / 0.75);
}
.caret-base-color-bg-brand\/80 {
  caret-color: rgb(205 214 249 / 0.8);
}
.caret-base-color-bg-brand\/90 {
  caret-color: rgb(205 214 249 / 0.9);
}
.caret-base-color-bg-brand\/95 {
  caret-color: rgb(205 214 249 / 0.95);
}
.caret-base-color-bg-brand\/base-opacity-disabled {
  caret-color: rgb(205 214 249 / 60%);
}
.caret-base-color-bg-brand\/core-opacity-0 {
  caret-color: rgb(205 214 249 / 0%);
}
.caret-base-color-bg-brand\/core-opacity-10 {
  caret-color: rgb(205 214 249 / 10%);
}
.caret-base-color-bg-brand\/core-opacity-100 {
  caret-color: rgb(205 214 249 / 100%);
}
.caret-base-color-bg-brand\/core-opacity-20 {
  caret-color: rgb(205 214 249 / 20%);
}
.caret-base-color-bg-brand\/core-opacity-30 {
  caret-color: rgb(205 214 249 / 30%);
}
.caret-base-color-bg-brand\/core-opacity-40 {
  caret-color: rgb(205 214 249 / 40%);
}
.caret-base-color-bg-brand\/core-opacity-50 {
  caret-color: rgb(205 214 249 / 50%);
}
.caret-base-color-bg-brand\/core-opacity-60 {
  caret-color: rgb(205 214 249 / 60%);
}
.caret-base-color-bg-brand\/core-opacity-70 {
  caret-color: rgb(205 214 249 / 70%);
}
.caret-base-color-bg-brand\/core-opacity-80 {
  caret-color: rgb(205 214 249 / 80%);
}
.caret-base-color-bg-brand\/core-opacity-90 {
  caret-color: rgb(205 214 249 / 90%);
}
.caret-base-color-bg-danger {
  caret-color: #fee3e1;
}
.caret-base-color-bg-danger-emphasis {
  caret-color: #f04438;
}
.caret-base-color-bg-danger-emphasis\/0 {
  caret-color: rgb(240 68 56 / 0);
}
.caret-base-color-bg-danger-emphasis\/10 {
  caret-color: rgb(240 68 56 / 0.1);
}
.caret-base-color-bg-danger-emphasis\/100 {
  caret-color: rgb(240 68 56 / 1);
}
.caret-base-color-bg-danger-emphasis\/20 {
  caret-color: rgb(240 68 56 / 0.2);
}
.caret-base-color-bg-danger-emphasis\/25 {
  caret-color: rgb(240 68 56 / 0.25);
}
.caret-base-color-bg-danger-emphasis\/30 {
  caret-color: rgb(240 68 56 / 0.3);
}
.caret-base-color-bg-danger-emphasis\/40 {
  caret-color: rgb(240 68 56 / 0.4);
}
.caret-base-color-bg-danger-emphasis\/5 {
  caret-color: rgb(240 68 56 / 0.05);
}
.caret-base-color-bg-danger-emphasis\/50 {
  caret-color: rgb(240 68 56 / 0.5);
}
.caret-base-color-bg-danger-emphasis\/60 {
  caret-color: rgb(240 68 56 / 0.6);
}
.caret-base-color-bg-danger-emphasis\/70 {
  caret-color: rgb(240 68 56 / 0.7);
}
.caret-base-color-bg-danger-emphasis\/75 {
  caret-color: rgb(240 68 56 / 0.75);
}
.caret-base-color-bg-danger-emphasis\/80 {
  caret-color: rgb(240 68 56 / 0.8);
}
.caret-base-color-bg-danger-emphasis\/90 {
  caret-color: rgb(240 68 56 / 0.9);
}
.caret-base-color-bg-danger-emphasis\/95 {
  caret-color: rgb(240 68 56 / 0.95);
}
.caret-base-color-bg-danger-emphasis\/base-opacity-disabled {
  caret-color: rgb(240 68 56 / 60%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-0 {
  caret-color: rgb(240 68 56 / 0%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-10 {
  caret-color: rgb(240 68 56 / 10%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-100 {
  caret-color: rgb(240 68 56 / 100%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-20 {
  caret-color: rgb(240 68 56 / 20%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-30 {
  caret-color: rgb(240 68 56 / 30%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-40 {
  caret-color: rgb(240 68 56 / 40%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-50 {
  caret-color: rgb(240 68 56 / 50%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-60 {
  caret-color: rgb(240 68 56 / 60%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-70 {
  caret-color: rgb(240 68 56 / 70%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-80 {
  caret-color: rgb(240 68 56 / 80%);
}
.caret-base-color-bg-danger-emphasis\/core-opacity-90 {
  caret-color: rgb(240 68 56 / 90%);
}
.caret-base-color-bg-danger-subtle {
  caret-color: #fffbfa;
}
.caret-base-color-bg-danger-subtle\/0 {
  caret-color: rgb(255 251 250 / 0);
}
.caret-base-color-bg-danger-subtle\/10 {
  caret-color: rgb(255 251 250 / 0.1);
}
.caret-base-color-bg-danger-subtle\/100 {
  caret-color: rgb(255 251 250 / 1);
}
.caret-base-color-bg-danger-subtle\/20 {
  caret-color: rgb(255 251 250 / 0.2);
}
.caret-base-color-bg-danger-subtle\/25 {
  caret-color: rgb(255 251 250 / 0.25);
}
.caret-base-color-bg-danger-subtle\/30 {
  caret-color: rgb(255 251 250 / 0.3);
}
.caret-base-color-bg-danger-subtle\/40 {
  caret-color: rgb(255 251 250 / 0.4);
}
.caret-base-color-bg-danger-subtle\/5 {
  caret-color: rgb(255 251 250 / 0.05);
}
.caret-base-color-bg-danger-subtle\/50 {
  caret-color: rgb(255 251 250 / 0.5);
}
.caret-base-color-bg-danger-subtle\/60 {
  caret-color: rgb(255 251 250 / 0.6);
}
.caret-base-color-bg-danger-subtle\/70 {
  caret-color: rgb(255 251 250 / 0.7);
}
.caret-base-color-bg-danger-subtle\/75 {
  caret-color: rgb(255 251 250 / 0.75);
}
.caret-base-color-bg-danger-subtle\/80 {
  caret-color: rgb(255 251 250 / 0.8);
}
.caret-base-color-bg-danger-subtle\/90 {
  caret-color: rgb(255 251 250 / 0.9);
}
.caret-base-color-bg-danger-subtle\/95 {
  caret-color: rgb(255 251 250 / 0.95);
}
.caret-base-color-bg-danger-subtle\/base-opacity-disabled {
  caret-color: rgb(255 251 250 / 60%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-0 {
  caret-color: rgb(255 251 250 / 0%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-10 {
  caret-color: rgb(255 251 250 / 10%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-100 {
  caret-color: rgb(255 251 250 / 100%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-20 {
  caret-color: rgb(255 251 250 / 20%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-30 {
  caret-color: rgb(255 251 250 / 30%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-40 {
  caret-color: rgb(255 251 250 / 40%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-50 {
  caret-color: rgb(255 251 250 / 50%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-60 {
  caret-color: rgb(255 251 250 / 60%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-70 {
  caret-color: rgb(255 251 250 / 70%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-80 {
  caret-color: rgb(255 251 250 / 80%);
}
.caret-base-color-bg-danger-subtle\/core-opacity-90 {
  caret-color: rgb(255 251 250 / 90%);
}
.caret-base-color-bg-danger\/0 {
  caret-color: rgb(254 227 225 / 0);
}
.caret-base-color-bg-danger\/10 {
  caret-color: rgb(254 227 225 / 0.1);
}
.caret-base-color-bg-danger\/100 {
  caret-color: rgb(254 227 225 / 1);
}
.caret-base-color-bg-danger\/20 {
  caret-color: rgb(254 227 225 / 0.2);
}
.caret-base-color-bg-danger\/25 {
  caret-color: rgb(254 227 225 / 0.25);
}
.caret-base-color-bg-danger\/30 {
  caret-color: rgb(254 227 225 / 0.3);
}
.caret-base-color-bg-danger\/40 {
  caret-color: rgb(254 227 225 / 0.4);
}
.caret-base-color-bg-danger\/5 {
  caret-color: rgb(254 227 225 / 0.05);
}
.caret-base-color-bg-danger\/50 {
  caret-color: rgb(254 227 225 / 0.5);
}
.caret-base-color-bg-danger\/60 {
  caret-color: rgb(254 227 225 / 0.6);
}
.caret-base-color-bg-danger\/70 {
  caret-color: rgb(254 227 225 / 0.7);
}
.caret-base-color-bg-danger\/75 {
  caret-color: rgb(254 227 225 / 0.75);
}
.caret-base-color-bg-danger\/80 {
  caret-color: rgb(254 227 225 / 0.8);
}
.caret-base-color-bg-danger\/90 {
  caret-color: rgb(254 227 225 / 0.9);
}
.caret-base-color-bg-danger\/95 {
  caret-color: rgb(254 227 225 / 0.95);
}
.caret-base-color-bg-danger\/base-opacity-disabled {
  caret-color: rgb(254 227 225 / 60%);
}
.caret-base-color-bg-danger\/core-opacity-0 {
  caret-color: rgb(254 227 225 / 0%);
}
.caret-base-color-bg-danger\/core-opacity-10 {
  caret-color: rgb(254 227 225 / 10%);
}
.caret-base-color-bg-danger\/core-opacity-100 {
  caret-color: rgb(254 227 225 / 100%);
}
.caret-base-color-bg-danger\/core-opacity-20 {
  caret-color: rgb(254 227 225 / 20%);
}
.caret-base-color-bg-danger\/core-opacity-30 {
  caret-color: rgb(254 227 225 / 30%);
}
.caret-base-color-bg-danger\/core-opacity-40 {
  caret-color: rgb(254 227 225 / 40%);
}
.caret-base-color-bg-danger\/core-opacity-50 {
  caret-color: rgb(254 227 225 / 50%);
}
.caret-base-color-bg-danger\/core-opacity-60 {
  caret-color: rgb(254 227 225 / 60%);
}
.caret-base-color-bg-danger\/core-opacity-70 {
  caret-color: rgb(254 227 225 / 70%);
}
.caret-base-color-bg-danger\/core-opacity-80 {
  caret-color: rgb(254 227 225 / 80%);
}
.caret-base-color-bg-danger\/core-opacity-90 {
  caret-color: rgb(254 227 225 / 90%);
}
.caret-base-color-bg-default {
  caret-color: #ffffff;
}
.caret-base-color-bg-default\/0 {
  caret-color: rgb(255 255 255 / 0);
}
.caret-base-color-bg-default\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}
.caret-base-color-bg-default\/100 {
  caret-color: rgb(255 255 255 / 1);
}
.caret-base-color-bg-default\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}
.caret-base-color-bg-default\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}
.caret-base-color-bg-default\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}
.caret-base-color-bg-default\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}
.caret-base-color-bg-default\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}
.caret-base-color-bg-default\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-base-color-bg-default\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}
.caret-base-color-bg-default\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}
.caret-base-color-bg-default\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}
.caret-base-color-bg-default\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}
.caret-base-color-bg-default\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}
.caret-base-color-bg-default\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}
.caret-base-color-bg-default\/base-opacity-disabled {
  caret-color: rgb(255 255 255 / 60%);
}
.caret-base-color-bg-default\/core-opacity-0 {
  caret-color: rgb(255 255 255 / 0%);
}
.caret-base-color-bg-default\/core-opacity-10 {
  caret-color: rgb(255 255 255 / 10%);
}
.caret-base-color-bg-default\/core-opacity-100 {
  caret-color: rgb(255 255 255 / 100%);
}
.caret-base-color-bg-default\/core-opacity-20 {
  caret-color: rgb(255 255 255 / 20%);
}
.caret-base-color-bg-default\/core-opacity-30 {
  caret-color: rgb(255 255 255 / 30%);
}
.caret-base-color-bg-default\/core-opacity-40 {
  caret-color: rgb(255 255 255 / 40%);
}
.caret-base-color-bg-default\/core-opacity-50 {
  caret-color: rgb(255 255 255 / 50%);
}
.caret-base-color-bg-default\/core-opacity-60 {
  caret-color: rgb(255 255 255 / 60%);
}
.caret-base-color-bg-default\/core-opacity-70 {
  caret-color: rgb(255 255 255 / 70%);
}
.caret-base-color-bg-default\/core-opacity-80 {
  caret-color: rgb(255 255 255 / 80%);
}
.caret-base-color-bg-default\/core-opacity-90 {
  caret-color: rgb(255 255 255 / 90%);
}
.caret-base-color-bg-emphasis {
  caret-color: #101828;
}
.caret-base-color-bg-emphasis\/0 {
  caret-color: rgb(16 24 40 / 0);
}
.caret-base-color-bg-emphasis\/10 {
  caret-color: rgb(16 24 40 / 0.1);
}
.caret-base-color-bg-emphasis\/100 {
  caret-color: rgb(16 24 40 / 1);
}
.caret-base-color-bg-emphasis\/20 {
  caret-color: rgb(16 24 40 / 0.2);
}
.caret-base-color-bg-emphasis\/25 {
  caret-color: rgb(16 24 40 / 0.25);
}
.caret-base-color-bg-emphasis\/30 {
  caret-color: rgb(16 24 40 / 0.3);
}
.caret-base-color-bg-emphasis\/40 {
  caret-color: rgb(16 24 40 / 0.4);
}
.caret-base-color-bg-emphasis\/5 {
  caret-color: rgb(16 24 40 / 0.05);
}
.caret-base-color-bg-emphasis\/50 {
  caret-color: rgb(16 24 40 / 0.5);
}
.caret-base-color-bg-emphasis\/60 {
  caret-color: rgb(16 24 40 / 0.6);
}
.caret-base-color-bg-emphasis\/70 {
  caret-color: rgb(16 24 40 / 0.7);
}
.caret-base-color-bg-emphasis\/75 {
  caret-color: rgb(16 24 40 / 0.75);
}
.caret-base-color-bg-emphasis\/80 {
  caret-color: rgb(16 24 40 / 0.8);
}
.caret-base-color-bg-emphasis\/90 {
  caret-color: rgb(16 24 40 / 0.9);
}
.caret-base-color-bg-emphasis\/95 {
  caret-color: rgb(16 24 40 / 0.95);
}
.caret-base-color-bg-emphasis\/base-opacity-disabled {
  caret-color: rgb(16 24 40 / 60%);
}
.caret-base-color-bg-emphasis\/core-opacity-0 {
  caret-color: rgb(16 24 40 / 0%);
}
.caret-base-color-bg-emphasis\/core-opacity-10 {
  caret-color: rgb(16 24 40 / 10%);
}
.caret-base-color-bg-emphasis\/core-opacity-100 {
  caret-color: rgb(16 24 40 / 100%);
}
.caret-base-color-bg-emphasis\/core-opacity-20 {
  caret-color: rgb(16 24 40 / 20%);
}
.caret-base-color-bg-emphasis\/core-opacity-30 {
  caret-color: rgb(16 24 40 / 30%);
}
.caret-base-color-bg-emphasis\/core-opacity-40 {
  caret-color: rgb(16 24 40 / 40%);
}
.caret-base-color-bg-emphasis\/core-opacity-50 {
  caret-color: rgb(16 24 40 / 50%);
}
.caret-base-color-bg-emphasis\/core-opacity-60 {
  caret-color: rgb(16 24 40 / 60%);
}
.caret-base-color-bg-emphasis\/core-opacity-70 {
  caret-color: rgb(16 24 40 / 70%);
}
.caret-base-color-bg-emphasis\/core-opacity-80 {
  caret-color: rgb(16 24 40 / 80%);
}
.caret-base-color-bg-emphasis\/core-opacity-90 {
  caret-color: rgb(16 24 40 / 90%);
}
.caret-base-color-bg-muted {
  caret-color: #eaecf0;
}
.caret-base-color-bg-muted\/0 {
  caret-color: rgb(234 236 240 / 0);
}
.caret-base-color-bg-muted\/10 {
  caret-color: rgb(234 236 240 / 0.1);
}
.caret-base-color-bg-muted\/100 {
  caret-color: rgb(234 236 240 / 1);
}
.caret-base-color-bg-muted\/20 {
  caret-color: rgb(234 236 240 / 0.2);
}
.caret-base-color-bg-muted\/25 {
  caret-color: rgb(234 236 240 / 0.25);
}
.caret-base-color-bg-muted\/30 {
  caret-color: rgb(234 236 240 / 0.3);
}
.caret-base-color-bg-muted\/40 {
  caret-color: rgb(234 236 240 / 0.4);
}
.caret-base-color-bg-muted\/5 {
  caret-color: rgb(234 236 240 / 0.05);
}
.caret-base-color-bg-muted\/50 {
  caret-color: rgb(234 236 240 / 0.5);
}
.caret-base-color-bg-muted\/60 {
  caret-color: rgb(234 236 240 / 0.6);
}
.caret-base-color-bg-muted\/70 {
  caret-color: rgb(234 236 240 / 0.7);
}
.caret-base-color-bg-muted\/75 {
  caret-color: rgb(234 236 240 / 0.75);
}
.caret-base-color-bg-muted\/80 {
  caret-color: rgb(234 236 240 / 0.8);
}
.caret-base-color-bg-muted\/90 {
  caret-color: rgb(234 236 240 / 0.9);
}
.caret-base-color-bg-muted\/95 {
  caret-color: rgb(234 236 240 / 0.95);
}
.caret-base-color-bg-muted\/base-opacity-disabled {
  caret-color: rgb(234 236 240 / 60%);
}
.caret-base-color-bg-muted\/core-opacity-0 {
  caret-color: rgb(234 236 240 / 0%);
}
.caret-base-color-bg-muted\/core-opacity-10 {
  caret-color: rgb(234 236 240 / 10%);
}
.caret-base-color-bg-muted\/core-opacity-100 {
  caret-color: rgb(234 236 240 / 100%);
}
.caret-base-color-bg-muted\/core-opacity-20 {
  caret-color: rgb(234 236 240 / 20%);
}
.caret-base-color-bg-muted\/core-opacity-30 {
  caret-color: rgb(234 236 240 / 30%);
}
.caret-base-color-bg-muted\/core-opacity-40 {
  caret-color: rgb(234 236 240 / 40%);
}
.caret-base-color-bg-muted\/core-opacity-50 {
  caret-color: rgb(234 236 240 / 50%);
}
.caret-base-color-bg-muted\/core-opacity-60 {
  caret-color: rgb(234 236 240 / 60%);
}
.caret-base-color-bg-muted\/core-opacity-70 {
  caret-color: rgb(234 236 240 / 70%);
}
.caret-base-color-bg-muted\/core-opacity-80 {
  caret-color: rgb(234 236 240 / 80%);
}
.caret-base-color-bg-muted\/core-opacity-90 {
  caret-color: rgb(234 236 240 / 90%);
}
.caret-base-color-bg-subtle {
  caret-color: #f2f4f7;
}
.caret-base-color-bg-subtle\/0 {
  caret-color: rgb(242 244 247 / 0);
}
.caret-base-color-bg-subtle\/10 {
  caret-color: rgb(242 244 247 / 0.1);
}
.caret-base-color-bg-subtle\/100 {
  caret-color: rgb(242 244 247 / 1);
}
.caret-base-color-bg-subtle\/20 {
  caret-color: rgb(242 244 247 / 0.2);
}
.caret-base-color-bg-subtle\/25 {
  caret-color: rgb(242 244 247 / 0.25);
}
.caret-base-color-bg-subtle\/30 {
  caret-color: rgb(242 244 247 / 0.3);
}
.caret-base-color-bg-subtle\/40 {
  caret-color: rgb(242 244 247 / 0.4);
}
.caret-base-color-bg-subtle\/5 {
  caret-color: rgb(242 244 247 / 0.05);
}
.caret-base-color-bg-subtle\/50 {
  caret-color: rgb(242 244 247 / 0.5);
}
.caret-base-color-bg-subtle\/60 {
  caret-color: rgb(242 244 247 / 0.6);
}
.caret-base-color-bg-subtle\/70 {
  caret-color: rgb(242 244 247 / 0.7);
}
.caret-base-color-bg-subtle\/75 {
  caret-color: rgb(242 244 247 / 0.75);
}
.caret-base-color-bg-subtle\/80 {
  caret-color: rgb(242 244 247 / 0.8);
}
.caret-base-color-bg-subtle\/90 {
  caret-color: rgb(242 244 247 / 0.9);
}
.caret-base-color-bg-subtle\/95 {
  caret-color: rgb(242 244 247 / 0.95);
}
.caret-base-color-bg-subtle\/base-opacity-disabled {
  caret-color: rgb(242 244 247 / 60%);
}
.caret-base-color-bg-subtle\/core-opacity-0 {
  caret-color: rgb(242 244 247 / 0%);
}
.caret-base-color-bg-subtle\/core-opacity-10 {
  caret-color: rgb(242 244 247 / 10%);
}
.caret-base-color-bg-subtle\/core-opacity-100 {
  caret-color: rgb(242 244 247 / 100%);
}
.caret-base-color-bg-subtle\/core-opacity-20 {
  caret-color: rgb(242 244 247 / 20%);
}
.caret-base-color-bg-subtle\/core-opacity-30 {
  caret-color: rgb(242 244 247 / 30%);
}
.caret-base-color-bg-subtle\/core-opacity-40 {
  caret-color: rgb(242 244 247 / 40%);
}
.caret-base-color-bg-subtle\/core-opacity-50 {
  caret-color: rgb(242 244 247 / 50%);
}
.caret-base-color-bg-subtle\/core-opacity-60 {
  caret-color: rgb(242 244 247 / 60%);
}
.caret-base-color-bg-subtle\/core-opacity-70 {
  caret-color: rgb(242 244 247 / 70%);
}
.caret-base-color-bg-subtle\/core-opacity-80 {
  caret-color: rgb(242 244 247 / 80%);
}
.caret-base-color-bg-subtle\/core-opacity-90 {
  caret-color: rgb(242 244 247 / 90%);
}
.caret-base-color-bg-success {
  caret-color: #d1fadf;
}
.caret-base-color-bg-success-emphasis {
  caret-color: #12b569;
}
.caret-base-color-bg-success-emphasis\/0 {
  caret-color: rgb(18 181 105 / 0);
}
.caret-base-color-bg-success-emphasis\/10 {
  caret-color: rgb(18 181 105 / 0.1);
}
.caret-base-color-bg-success-emphasis\/100 {
  caret-color: rgb(18 181 105 / 1);
}
.caret-base-color-bg-success-emphasis\/20 {
  caret-color: rgb(18 181 105 / 0.2);
}
.caret-base-color-bg-success-emphasis\/25 {
  caret-color: rgb(18 181 105 / 0.25);
}
.caret-base-color-bg-success-emphasis\/30 {
  caret-color: rgb(18 181 105 / 0.3);
}
.caret-base-color-bg-success-emphasis\/40 {
  caret-color: rgb(18 181 105 / 0.4);
}
.caret-base-color-bg-success-emphasis\/5 {
  caret-color: rgb(18 181 105 / 0.05);
}
.caret-base-color-bg-success-emphasis\/50 {
  caret-color: rgb(18 181 105 / 0.5);
}
.caret-base-color-bg-success-emphasis\/60 {
  caret-color: rgb(18 181 105 / 0.6);
}
.caret-base-color-bg-success-emphasis\/70 {
  caret-color: rgb(18 181 105 / 0.7);
}
.caret-base-color-bg-success-emphasis\/75 {
  caret-color: rgb(18 181 105 / 0.75);
}
.caret-base-color-bg-success-emphasis\/80 {
  caret-color: rgb(18 181 105 / 0.8);
}
.caret-base-color-bg-success-emphasis\/90 {
  caret-color: rgb(18 181 105 / 0.9);
}
.caret-base-color-bg-success-emphasis\/95 {
  caret-color: rgb(18 181 105 / 0.95);
}
.caret-base-color-bg-success-emphasis\/base-opacity-disabled {
  caret-color: rgb(18 181 105 / 60%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-0 {
  caret-color: rgb(18 181 105 / 0%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-10 {
  caret-color: rgb(18 181 105 / 10%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-100 {
  caret-color: rgb(18 181 105 / 100%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-20 {
  caret-color: rgb(18 181 105 / 20%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-30 {
  caret-color: rgb(18 181 105 / 30%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-40 {
  caret-color: rgb(18 181 105 / 40%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-50 {
  caret-color: rgb(18 181 105 / 50%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-60 {
  caret-color: rgb(18 181 105 / 60%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-70 {
  caret-color: rgb(18 181 105 / 70%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-80 {
  caret-color: rgb(18 181 105 / 80%);
}
.caret-base-color-bg-success-emphasis\/core-opacity-90 {
  caret-color: rgb(18 181 105 / 90%);
}
.caret-base-color-bg-success-subtle {
  caret-color: #f6fef9;
}
.caret-base-color-bg-success-subtle\/0 {
  caret-color: rgb(246 254 249 / 0);
}
.caret-base-color-bg-success-subtle\/10 {
  caret-color: rgb(246 254 249 / 0.1);
}
.caret-base-color-bg-success-subtle\/100 {
  caret-color: rgb(246 254 249 / 1);
}
.caret-base-color-bg-success-subtle\/20 {
  caret-color: rgb(246 254 249 / 0.2);
}
.caret-base-color-bg-success-subtle\/25 {
  caret-color: rgb(246 254 249 / 0.25);
}
.caret-base-color-bg-success-subtle\/30 {
  caret-color: rgb(246 254 249 / 0.3);
}
.caret-base-color-bg-success-subtle\/40 {
  caret-color: rgb(246 254 249 / 0.4);
}
.caret-base-color-bg-success-subtle\/5 {
  caret-color: rgb(246 254 249 / 0.05);
}
.caret-base-color-bg-success-subtle\/50 {
  caret-color: rgb(246 254 249 / 0.5);
}
.caret-base-color-bg-success-subtle\/60 {
  caret-color: rgb(246 254 249 / 0.6);
}
.caret-base-color-bg-success-subtle\/70 {
  caret-color: rgb(246 254 249 / 0.7);
}
.caret-base-color-bg-success-subtle\/75 {
  caret-color: rgb(246 254 249 / 0.75);
}
.caret-base-color-bg-success-subtle\/80 {
  caret-color: rgb(246 254 249 / 0.8);
}
.caret-base-color-bg-success-subtle\/90 {
  caret-color: rgb(246 254 249 / 0.9);
}
.caret-base-color-bg-success-subtle\/95 {
  caret-color: rgb(246 254 249 / 0.95);
}
.caret-base-color-bg-success-subtle\/base-opacity-disabled {
  caret-color: rgb(246 254 249 / 60%);
}
.caret-base-color-bg-success-subtle\/core-opacity-0 {
  caret-color: rgb(246 254 249 / 0%);
}
.caret-base-color-bg-success-subtle\/core-opacity-10 {
  caret-color: rgb(246 254 249 / 10%);
}
.caret-base-color-bg-success-subtle\/core-opacity-100 {
  caret-color: rgb(246 254 249 / 100%);
}
.caret-base-color-bg-success-subtle\/core-opacity-20 {
  caret-color: rgb(246 254 249 / 20%);
}
.caret-base-color-bg-success-subtle\/core-opacity-30 {
  caret-color: rgb(246 254 249 / 30%);
}
.caret-base-color-bg-success-subtle\/core-opacity-40 {
  caret-color: rgb(246 254 249 / 40%);
}
.caret-base-color-bg-success-subtle\/core-opacity-50 {
  caret-color: rgb(246 254 249 / 50%);
}
.caret-base-color-bg-success-subtle\/core-opacity-60 {
  caret-color: rgb(246 254 249 / 60%);
}
.caret-base-color-bg-success-subtle\/core-opacity-70 {
  caret-color: rgb(246 254 249 / 70%);
}
.caret-base-color-bg-success-subtle\/core-opacity-80 {
  caret-color: rgb(246 254 249 / 80%);
}
.caret-base-color-bg-success-subtle\/core-opacity-90 {
  caret-color: rgb(246 254 249 / 90%);
}
.caret-base-color-bg-success\/0 {
  caret-color: rgb(209 250 223 / 0);
}
.caret-base-color-bg-success\/10 {
  caret-color: rgb(209 250 223 / 0.1);
}
.caret-base-color-bg-success\/100 {
  caret-color: rgb(209 250 223 / 1);
}
.caret-base-color-bg-success\/20 {
  caret-color: rgb(209 250 223 / 0.2);
}
.caret-base-color-bg-success\/25 {
  caret-color: rgb(209 250 223 / 0.25);
}
.caret-base-color-bg-success\/30 {
  caret-color: rgb(209 250 223 / 0.3);
}
.caret-base-color-bg-success\/40 {
  caret-color: rgb(209 250 223 / 0.4);
}
.caret-base-color-bg-success\/5 {
  caret-color: rgb(209 250 223 / 0.05);
}
.caret-base-color-bg-success\/50 {
  caret-color: rgb(209 250 223 / 0.5);
}
.caret-base-color-bg-success\/60 {
  caret-color: rgb(209 250 223 / 0.6);
}
.caret-base-color-bg-success\/70 {
  caret-color: rgb(209 250 223 / 0.7);
}
.caret-base-color-bg-success\/75 {
  caret-color: rgb(209 250 223 / 0.75);
}
.caret-base-color-bg-success\/80 {
  caret-color: rgb(209 250 223 / 0.8);
}
.caret-base-color-bg-success\/90 {
  caret-color: rgb(209 250 223 / 0.9);
}
.caret-base-color-bg-success\/95 {
  caret-color: rgb(209 250 223 / 0.95);
}
.caret-base-color-bg-success\/base-opacity-disabled {
  caret-color: rgb(209 250 223 / 60%);
}
.caret-base-color-bg-success\/core-opacity-0 {
  caret-color: rgb(209 250 223 / 0%);
}
.caret-base-color-bg-success\/core-opacity-10 {
  caret-color: rgb(209 250 223 / 10%);
}
.caret-base-color-bg-success\/core-opacity-100 {
  caret-color: rgb(209 250 223 / 100%);
}
.caret-base-color-bg-success\/core-opacity-20 {
  caret-color: rgb(209 250 223 / 20%);
}
.caret-base-color-bg-success\/core-opacity-30 {
  caret-color: rgb(209 250 223 / 30%);
}
.caret-base-color-bg-success\/core-opacity-40 {
  caret-color: rgb(209 250 223 / 40%);
}
.caret-base-color-bg-success\/core-opacity-50 {
  caret-color: rgb(209 250 223 / 50%);
}
.caret-base-color-bg-success\/core-opacity-60 {
  caret-color: rgb(209 250 223 / 60%);
}
.caret-base-color-bg-success\/core-opacity-70 {
  caret-color: rgb(209 250 223 / 70%);
}
.caret-base-color-bg-success\/core-opacity-80 {
  caret-color: rgb(209 250 223 / 80%);
}
.caret-base-color-bg-success\/core-opacity-90 {
  caret-color: rgb(209 250 223 / 90%);
}
.caret-base-color-bg-transparent {
  caret-color: #00000000;
}
.caret-base-color-bg-transparent\/0 {
  caret-color: rgb(0 0 0 / 0);
}
.caret-base-color-bg-transparent\/10 {
  caret-color: rgb(0 0 0 / 0.1);
}
.caret-base-color-bg-transparent\/100 {
  caret-color: rgb(0 0 0 / 1);
}
.caret-base-color-bg-transparent\/20 {
  caret-color: rgb(0 0 0 / 0.2);
}
.caret-base-color-bg-transparent\/25 {
  caret-color: rgb(0 0 0 / 0.25);
}
.caret-base-color-bg-transparent\/30 {
  caret-color: rgb(0 0 0 / 0.3);
}
.caret-base-color-bg-transparent\/40 {
  caret-color: rgb(0 0 0 / 0.4);
}
.caret-base-color-bg-transparent\/5 {
  caret-color: rgb(0 0 0 / 0.05);
}
.caret-base-color-bg-transparent\/50 {
  caret-color: rgb(0 0 0 / 0.5);
}
.caret-base-color-bg-transparent\/60 {
  caret-color: rgb(0 0 0 / 0.6);
}
.caret-base-color-bg-transparent\/70 {
  caret-color: rgb(0 0 0 / 0.7);
}
.caret-base-color-bg-transparent\/75 {
  caret-color: rgb(0 0 0 / 0.75);
}
.caret-base-color-bg-transparent\/80 {
  caret-color: rgb(0 0 0 / 0.8);
}
.caret-base-color-bg-transparent\/90 {
  caret-color: rgb(0 0 0 / 0.9);
}
.caret-base-color-bg-transparent\/95 {
  caret-color: rgb(0 0 0 / 0.95);
}
.caret-base-color-bg-transparent\/base-opacity-disabled {
  caret-color: rgb(0 0 0 / 60%);
}
.caret-base-color-bg-transparent\/core-opacity-0 {
  caret-color: rgb(0 0 0 / 0%);
}
.caret-base-color-bg-transparent\/core-opacity-10 {
  caret-color: rgb(0 0 0 / 10%);
}
.caret-base-color-bg-transparent\/core-opacity-100 {
  caret-color: rgb(0 0 0 / 100%);
}
.caret-base-color-bg-transparent\/core-opacity-20 {
  caret-color: rgb(0 0 0 / 20%);
}
.caret-base-color-bg-transparent\/core-opacity-30 {
  caret-color: rgb(0 0 0 / 30%);
}
.caret-base-color-bg-transparent\/core-opacity-40 {
  caret-color: rgb(0 0 0 / 40%);
}
.caret-base-color-bg-transparent\/core-opacity-50 {
  caret-color: rgb(0 0 0 / 50%);
}
.caret-base-color-bg-transparent\/core-opacity-60 {
  caret-color: rgb(0 0 0 / 60%);
}
.caret-base-color-bg-transparent\/core-opacity-70 {
  caret-color: rgb(0 0 0 / 70%);
}
.caret-base-color-bg-transparent\/core-opacity-80 {
  caret-color: rgb(0 0 0 / 80%);
}
.caret-base-color-bg-transparent\/core-opacity-90 {
  caret-color: rgb(0 0 0 / 90%);
}
.accent-base-color-bg-accent {
  accent-color: #d1e0ff;
}
.accent-base-color-bg-accent-emphasis {
  accent-color: #155eef;
}
.accent-base-color-bg-accent-emphasis\/0 {
  accent-color: rgb(21 94 239 / 0);
}
.accent-base-color-bg-accent-emphasis\/10 {
  accent-color: rgb(21 94 239 / 0.1);
}
.accent-base-color-bg-accent-emphasis\/100 {
  accent-color: rgb(21 94 239 / 1);
}
.accent-base-color-bg-accent-emphasis\/20 {
  accent-color: rgb(21 94 239 / 0.2);
}
.accent-base-color-bg-accent-emphasis\/25 {
  accent-color: rgb(21 94 239 / 0.25);
}
.accent-base-color-bg-accent-emphasis\/30 {
  accent-color: rgb(21 94 239 / 0.3);
}
.accent-base-color-bg-accent-emphasis\/40 {
  accent-color: rgb(21 94 239 / 0.4);
}
.accent-base-color-bg-accent-emphasis\/5 {
  accent-color: rgb(21 94 239 / 0.05);
}
.accent-base-color-bg-accent-emphasis\/50 {
  accent-color: rgb(21 94 239 / 0.5);
}
.accent-base-color-bg-accent-emphasis\/60 {
  accent-color: rgb(21 94 239 / 0.6);
}
.accent-base-color-bg-accent-emphasis\/70 {
  accent-color: rgb(21 94 239 / 0.7);
}
.accent-base-color-bg-accent-emphasis\/75 {
  accent-color: rgb(21 94 239 / 0.75);
}
.accent-base-color-bg-accent-emphasis\/80 {
  accent-color: rgb(21 94 239 / 0.8);
}
.accent-base-color-bg-accent-emphasis\/90 {
  accent-color: rgb(21 94 239 / 0.9);
}
.accent-base-color-bg-accent-emphasis\/95 {
  accent-color: rgb(21 94 239 / 0.95);
}
.accent-base-color-bg-accent-emphasis\/base-opacity-disabled {
  accent-color: rgb(21 94 239 / 60%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-0 {
  accent-color: rgb(21 94 239 / 0%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-10 {
  accent-color: rgb(21 94 239 / 10%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-100 {
  accent-color: rgb(21 94 239 / 100%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-20 {
  accent-color: rgb(21 94 239 / 20%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-30 {
  accent-color: rgb(21 94 239 / 30%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-40 {
  accent-color: rgb(21 94 239 / 40%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-50 {
  accent-color: rgb(21 94 239 / 50%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-60 {
  accent-color: rgb(21 94 239 / 60%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-70 {
  accent-color: rgb(21 94 239 / 70%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-80 {
  accent-color: rgb(21 94 239 / 80%);
}
.accent-base-color-bg-accent-emphasis\/core-opacity-90 {
  accent-color: rgb(21 94 239 / 90%);
}
.accent-base-color-bg-accent-subtle {
  accent-color: #f5f8ff;
}
.accent-base-color-bg-accent-subtle\/0 {
  accent-color: rgb(245 248 255 / 0);
}
.accent-base-color-bg-accent-subtle\/10 {
  accent-color: rgb(245 248 255 / 0.1);
}
.accent-base-color-bg-accent-subtle\/100 {
  accent-color: rgb(245 248 255 / 1);
}
.accent-base-color-bg-accent-subtle\/20 {
  accent-color: rgb(245 248 255 / 0.2);
}
.accent-base-color-bg-accent-subtle\/25 {
  accent-color: rgb(245 248 255 / 0.25);
}
.accent-base-color-bg-accent-subtle\/30 {
  accent-color: rgb(245 248 255 / 0.3);
}
.accent-base-color-bg-accent-subtle\/40 {
  accent-color: rgb(245 248 255 / 0.4);
}
.accent-base-color-bg-accent-subtle\/5 {
  accent-color: rgb(245 248 255 / 0.05);
}
.accent-base-color-bg-accent-subtle\/50 {
  accent-color: rgb(245 248 255 / 0.5);
}
.accent-base-color-bg-accent-subtle\/60 {
  accent-color: rgb(245 248 255 / 0.6);
}
.accent-base-color-bg-accent-subtle\/70 {
  accent-color: rgb(245 248 255 / 0.7);
}
.accent-base-color-bg-accent-subtle\/75 {
  accent-color: rgb(245 248 255 / 0.75);
}
.accent-base-color-bg-accent-subtle\/80 {
  accent-color: rgb(245 248 255 / 0.8);
}
.accent-base-color-bg-accent-subtle\/90 {
  accent-color: rgb(245 248 255 / 0.9);
}
.accent-base-color-bg-accent-subtle\/95 {
  accent-color: rgb(245 248 255 / 0.95);
}
.accent-base-color-bg-accent-subtle\/base-opacity-disabled {
  accent-color: rgb(245 248 255 / 60%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-0 {
  accent-color: rgb(245 248 255 / 0%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-10 {
  accent-color: rgb(245 248 255 / 10%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-100 {
  accent-color: rgb(245 248 255 / 100%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-20 {
  accent-color: rgb(245 248 255 / 20%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-30 {
  accent-color: rgb(245 248 255 / 30%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-40 {
  accent-color: rgb(245 248 255 / 40%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-50 {
  accent-color: rgb(245 248 255 / 50%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-60 {
  accent-color: rgb(245 248 255 / 60%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-70 {
  accent-color: rgb(245 248 255 / 70%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-80 {
  accent-color: rgb(245 248 255 / 80%);
}
.accent-base-color-bg-accent-subtle\/core-opacity-90 {
  accent-color: rgb(245 248 255 / 90%);
}
.accent-base-color-bg-accent\/0 {
  accent-color: rgb(209 224 255 / 0);
}
.accent-base-color-bg-accent\/10 {
  accent-color: rgb(209 224 255 / 0.1);
}
.accent-base-color-bg-accent\/100 {
  accent-color: rgb(209 224 255 / 1);
}
.accent-base-color-bg-accent\/20 {
  accent-color: rgb(209 224 255 / 0.2);
}
.accent-base-color-bg-accent\/25 {
  accent-color: rgb(209 224 255 / 0.25);
}
.accent-base-color-bg-accent\/30 {
  accent-color: rgb(209 224 255 / 0.3);
}
.accent-base-color-bg-accent\/40 {
  accent-color: rgb(209 224 255 / 0.4);
}
.accent-base-color-bg-accent\/5 {
  accent-color: rgb(209 224 255 / 0.05);
}
.accent-base-color-bg-accent\/50 {
  accent-color: rgb(209 224 255 / 0.5);
}
.accent-base-color-bg-accent\/60 {
  accent-color: rgb(209 224 255 / 0.6);
}
.accent-base-color-bg-accent\/70 {
  accent-color: rgb(209 224 255 / 0.7);
}
.accent-base-color-bg-accent\/75 {
  accent-color: rgb(209 224 255 / 0.75);
}
.accent-base-color-bg-accent\/80 {
  accent-color: rgb(209 224 255 / 0.8);
}
.accent-base-color-bg-accent\/90 {
  accent-color: rgb(209 224 255 / 0.9);
}
.accent-base-color-bg-accent\/95 {
  accent-color: rgb(209 224 255 / 0.95);
}
.accent-base-color-bg-accent\/base-opacity-disabled {
  accent-color: rgb(209 224 255 / 60%);
}
.accent-base-color-bg-accent\/core-opacity-0 {
  accent-color: rgb(209 224 255 / 0%);
}
.accent-base-color-bg-accent\/core-opacity-10 {
  accent-color: rgb(209 224 255 / 10%);
}
.accent-base-color-bg-accent\/core-opacity-100 {
  accent-color: rgb(209 224 255 / 100%);
}
.accent-base-color-bg-accent\/core-opacity-20 {
  accent-color: rgb(209 224 255 / 20%);
}
.accent-base-color-bg-accent\/core-opacity-30 {
  accent-color: rgb(209 224 255 / 30%);
}
.accent-base-color-bg-accent\/core-opacity-40 {
  accent-color: rgb(209 224 255 / 40%);
}
.accent-base-color-bg-accent\/core-opacity-50 {
  accent-color: rgb(209 224 255 / 50%);
}
.accent-base-color-bg-accent\/core-opacity-60 {
  accent-color: rgb(209 224 255 / 60%);
}
.accent-base-color-bg-accent\/core-opacity-70 {
  accent-color: rgb(209 224 255 / 70%);
}
.accent-base-color-bg-accent\/core-opacity-80 {
  accent-color: rgb(209 224 255 / 80%);
}
.accent-base-color-bg-accent\/core-opacity-90 {
  accent-color: rgb(209 224 255 / 90%);
}
.accent-base-color-bg-attention {
  accent-color: #fef0c8;
}
.accent-base-color-bg-attention-emphasis {
  accent-color: #dd6903;
}
.accent-base-color-bg-attention-emphasis\/0 {
  accent-color: rgb(221 105 3 / 0);
}
.accent-base-color-bg-attention-emphasis\/10 {
  accent-color: rgb(221 105 3 / 0.1);
}
.accent-base-color-bg-attention-emphasis\/100 {
  accent-color: rgb(221 105 3 / 1);
}
.accent-base-color-bg-attention-emphasis\/20 {
  accent-color: rgb(221 105 3 / 0.2);
}
.accent-base-color-bg-attention-emphasis\/25 {
  accent-color: rgb(221 105 3 / 0.25);
}
.accent-base-color-bg-attention-emphasis\/30 {
  accent-color: rgb(221 105 3 / 0.3);
}
.accent-base-color-bg-attention-emphasis\/40 {
  accent-color: rgb(221 105 3 / 0.4);
}
.accent-base-color-bg-attention-emphasis\/5 {
  accent-color: rgb(221 105 3 / 0.05);
}
.accent-base-color-bg-attention-emphasis\/50 {
  accent-color: rgb(221 105 3 / 0.5);
}
.accent-base-color-bg-attention-emphasis\/60 {
  accent-color: rgb(221 105 3 / 0.6);
}
.accent-base-color-bg-attention-emphasis\/70 {
  accent-color: rgb(221 105 3 / 0.7);
}
.accent-base-color-bg-attention-emphasis\/75 {
  accent-color: rgb(221 105 3 / 0.75);
}
.accent-base-color-bg-attention-emphasis\/80 {
  accent-color: rgb(221 105 3 / 0.8);
}
.accent-base-color-bg-attention-emphasis\/90 {
  accent-color: rgb(221 105 3 / 0.9);
}
.accent-base-color-bg-attention-emphasis\/95 {
  accent-color: rgb(221 105 3 / 0.95);
}
.accent-base-color-bg-attention-emphasis\/base-opacity-disabled {
  accent-color: rgb(221 105 3 / 60%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-0 {
  accent-color: rgb(221 105 3 / 0%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-10 {
  accent-color: rgb(221 105 3 / 10%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-100 {
  accent-color: rgb(221 105 3 / 100%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-20 {
  accent-color: rgb(221 105 3 / 20%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-30 {
  accent-color: rgb(221 105 3 / 30%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-40 {
  accent-color: rgb(221 105 3 / 40%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-50 {
  accent-color: rgb(221 105 3 / 50%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-60 {
  accent-color: rgb(221 105 3 / 60%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-70 {
  accent-color: rgb(221 105 3 / 70%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-80 {
  accent-color: rgb(221 105 3 / 80%);
}
.accent-base-color-bg-attention-emphasis\/core-opacity-90 {
  accent-color: rgb(221 105 3 / 90%);
}
.accent-base-color-bg-attention-subtle {
  accent-color: #fffcf5;
}
.accent-base-color-bg-attention-subtle\/0 {
  accent-color: rgb(255 252 245 / 0);
}
.accent-base-color-bg-attention-subtle\/10 {
  accent-color: rgb(255 252 245 / 0.1);
}
.accent-base-color-bg-attention-subtle\/100 {
  accent-color: rgb(255 252 245 / 1);
}
.accent-base-color-bg-attention-subtle\/20 {
  accent-color: rgb(255 252 245 / 0.2);
}
.accent-base-color-bg-attention-subtle\/25 {
  accent-color: rgb(255 252 245 / 0.25);
}
.accent-base-color-bg-attention-subtle\/30 {
  accent-color: rgb(255 252 245 / 0.3);
}
.accent-base-color-bg-attention-subtle\/40 {
  accent-color: rgb(255 252 245 / 0.4);
}
.accent-base-color-bg-attention-subtle\/5 {
  accent-color: rgb(255 252 245 / 0.05);
}
.accent-base-color-bg-attention-subtle\/50 {
  accent-color: rgb(255 252 245 / 0.5);
}
.accent-base-color-bg-attention-subtle\/60 {
  accent-color: rgb(255 252 245 / 0.6);
}
.accent-base-color-bg-attention-subtle\/70 {
  accent-color: rgb(255 252 245 / 0.7);
}
.accent-base-color-bg-attention-subtle\/75 {
  accent-color: rgb(255 252 245 / 0.75);
}
.accent-base-color-bg-attention-subtle\/80 {
  accent-color: rgb(255 252 245 / 0.8);
}
.accent-base-color-bg-attention-subtle\/90 {
  accent-color: rgb(255 252 245 / 0.9);
}
.accent-base-color-bg-attention-subtle\/95 {
  accent-color: rgb(255 252 245 / 0.95);
}
.accent-base-color-bg-attention-subtle\/base-opacity-disabled {
  accent-color: rgb(255 252 245 / 60%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-0 {
  accent-color: rgb(255 252 245 / 0%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-10 {
  accent-color: rgb(255 252 245 / 10%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-100 {
  accent-color: rgb(255 252 245 / 100%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-20 {
  accent-color: rgb(255 252 245 / 20%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-30 {
  accent-color: rgb(255 252 245 / 30%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-40 {
  accent-color: rgb(255 252 245 / 40%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-50 {
  accent-color: rgb(255 252 245 / 50%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-60 {
  accent-color: rgb(255 252 245 / 60%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-70 {
  accent-color: rgb(255 252 245 / 70%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-80 {
  accent-color: rgb(255 252 245 / 80%);
}
.accent-base-color-bg-attention-subtle\/core-opacity-90 {
  accent-color: rgb(255 252 245 / 90%);
}
.accent-base-color-bg-attention\/0 {
  accent-color: rgb(254 240 200 / 0);
}
.accent-base-color-bg-attention\/10 {
  accent-color: rgb(254 240 200 / 0.1);
}
.accent-base-color-bg-attention\/100 {
  accent-color: rgb(254 240 200 / 1);
}
.accent-base-color-bg-attention\/20 {
  accent-color: rgb(254 240 200 / 0.2);
}
.accent-base-color-bg-attention\/25 {
  accent-color: rgb(254 240 200 / 0.25);
}
.accent-base-color-bg-attention\/30 {
  accent-color: rgb(254 240 200 / 0.3);
}
.accent-base-color-bg-attention\/40 {
  accent-color: rgb(254 240 200 / 0.4);
}
.accent-base-color-bg-attention\/5 {
  accent-color: rgb(254 240 200 / 0.05);
}
.accent-base-color-bg-attention\/50 {
  accent-color: rgb(254 240 200 / 0.5);
}
.accent-base-color-bg-attention\/60 {
  accent-color: rgb(254 240 200 / 0.6);
}
.accent-base-color-bg-attention\/70 {
  accent-color: rgb(254 240 200 / 0.7);
}
.accent-base-color-bg-attention\/75 {
  accent-color: rgb(254 240 200 / 0.75);
}
.accent-base-color-bg-attention\/80 {
  accent-color: rgb(254 240 200 / 0.8);
}
.accent-base-color-bg-attention\/90 {
  accent-color: rgb(254 240 200 / 0.9);
}
.accent-base-color-bg-attention\/95 {
  accent-color: rgb(254 240 200 / 0.95);
}
.accent-base-color-bg-attention\/base-opacity-disabled {
  accent-color: rgb(254 240 200 / 60%);
}
.accent-base-color-bg-attention\/core-opacity-0 {
  accent-color: rgb(254 240 200 / 0%);
}
.accent-base-color-bg-attention\/core-opacity-10 {
  accent-color: rgb(254 240 200 / 10%);
}
.accent-base-color-bg-attention\/core-opacity-100 {
  accent-color: rgb(254 240 200 / 100%);
}
.accent-base-color-bg-attention\/core-opacity-20 {
  accent-color: rgb(254 240 200 / 20%);
}
.accent-base-color-bg-attention\/core-opacity-30 {
  accent-color: rgb(254 240 200 / 30%);
}
.accent-base-color-bg-attention\/core-opacity-40 {
  accent-color: rgb(254 240 200 / 40%);
}
.accent-base-color-bg-attention\/core-opacity-50 {
  accent-color: rgb(254 240 200 / 50%);
}
.accent-base-color-bg-attention\/core-opacity-60 {
  accent-color: rgb(254 240 200 / 60%);
}
.accent-base-color-bg-attention\/core-opacity-70 {
  accent-color: rgb(254 240 200 / 70%);
}
.accent-base-color-bg-attention\/core-opacity-80 {
  accent-color: rgb(254 240 200 / 80%);
}
.accent-base-color-bg-attention\/core-opacity-90 {
  accent-color: rgb(254 240 200 / 90%);
}
.accent-base-color-bg-brand {
  accent-color: #cdd6f9;
}
.accent-base-color-bg-brand-emphasis {
  accent-color: #5d5bd7;
}
.accent-base-color-bg-brand-emphasis\/0 {
  accent-color: rgb(93 91 215 / 0);
}
.accent-base-color-bg-brand-emphasis\/10 {
  accent-color: rgb(93 91 215 / 0.1);
}
.accent-base-color-bg-brand-emphasis\/100 {
  accent-color: rgb(93 91 215 / 1);
}
.accent-base-color-bg-brand-emphasis\/20 {
  accent-color: rgb(93 91 215 / 0.2);
}
.accent-base-color-bg-brand-emphasis\/25 {
  accent-color: rgb(93 91 215 / 0.25);
}
.accent-base-color-bg-brand-emphasis\/30 {
  accent-color: rgb(93 91 215 / 0.3);
}
.accent-base-color-bg-brand-emphasis\/40 {
  accent-color: rgb(93 91 215 / 0.4);
}
.accent-base-color-bg-brand-emphasis\/5 {
  accent-color: rgb(93 91 215 / 0.05);
}
.accent-base-color-bg-brand-emphasis\/50 {
  accent-color: rgb(93 91 215 / 0.5);
}
.accent-base-color-bg-brand-emphasis\/60 {
  accent-color: rgb(93 91 215 / 0.6);
}
.accent-base-color-bg-brand-emphasis\/70 {
  accent-color: rgb(93 91 215 / 0.7);
}
.accent-base-color-bg-brand-emphasis\/75 {
  accent-color: rgb(93 91 215 / 0.75);
}
.accent-base-color-bg-brand-emphasis\/80 {
  accent-color: rgb(93 91 215 / 0.8);
}
.accent-base-color-bg-brand-emphasis\/90 {
  accent-color: rgb(93 91 215 / 0.9);
}
.accent-base-color-bg-brand-emphasis\/95 {
  accent-color: rgb(93 91 215 / 0.95);
}
.accent-base-color-bg-brand-emphasis\/base-opacity-disabled {
  accent-color: rgb(93 91 215 / 60%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-0 {
  accent-color: rgb(93 91 215 / 0%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-10 {
  accent-color: rgb(93 91 215 / 10%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-100 {
  accent-color: rgb(93 91 215 / 100%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-20 {
  accent-color: rgb(93 91 215 / 20%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-30 {
  accent-color: rgb(93 91 215 / 30%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-40 {
  accent-color: rgb(93 91 215 / 40%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-50 {
  accent-color: rgb(93 91 215 / 50%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-60 {
  accent-color: rgb(93 91 215 / 60%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-70 {
  accent-color: rgb(93 91 215 / 70%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-80 {
  accent-color: rgb(93 91 215 / 80%);
}
.accent-base-color-bg-brand-emphasis\/core-opacity-90 {
  accent-color: rgb(93 91 215 / 90%);
}
.accent-base-color-bg-brand-subtle {
  accent-color: #f2f4fd;
}
.accent-base-color-bg-brand-subtle\/0 {
  accent-color: rgb(242 244 253 / 0);
}
.accent-base-color-bg-brand-subtle\/10 {
  accent-color: rgb(242 244 253 / 0.1);
}
.accent-base-color-bg-brand-subtle\/100 {
  accent-color: rgb(242 244 253 / 1);
}
.accent-base-color-bg-brand-subtle\/20 {
  accent-color: rgb(242 244 253 / 0.2);
}
.accent-base-color-bg-brand-subtle\/25 {
  accent-color: rgb(242 244 253 / 0.25);
}
.accent-base-color-bg-brand-subtle\/30 {
  accent-color: rgb(242 244 253 / 0.3);
}
.accent-base-color-bg-brand-subtle\/40 {
  accent-color: rgb(242 244 253 / 0.4);
}
.accent-base-color-bg-brand-subtle\/5 {
  accent-color: rgb(242 244 253 / 0.05);
}
.accent-base-color-bg-brand-subtle\/50 {
  accent-color: rgb(242 244 253 / 0.5);
}
.accent-base-color-bg-brand-subtle\/60 {
  accent-color: rgb(242 244 253 / 0.6);
}
.accent-base-color-bg-brand-subtle\/70 {
  accent-color: rgb(242 244 253 / 0.7);
}
.accent-base-color-bg-brand-subtle\/75 {
  accent-color: rgb(242 244 253 / 0.75);
}
.accent-base-color-bg-brand-subtle\/80 {
  accent-color: rgb(242 244 253 / 0.8);
}
.accent-base-color-bg-brand-subtle\/90 {
  accent-color: rgb(242 244 253 / 0.9);
}
.accent-base-color-bg-brand-subtle\/95 {
  accent-color: rgb(242 244 253 / 0.95);
}
.accent-base-color-bg-brand-subtle\/base-opacity-disabled {
  accent-color: rgb(242 244 253 / 60%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-0 {
  accent-color: rgb(242 244 253 / 0%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-10 {
  accent-color: rgb(242 244 253 / 10%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-100 {
  accent-color: rgb(242 244 253 / 100%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-20 {
  accent-color: rgb(242 244 253 / 20%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-30 {
  accent-color: rgb(242 244 253 / 30%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-40 {
  accent-color: rgb(242 244 253 / 40%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-50 {
  accent-color: rgb(242 244 253 / 50%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-60 {
  accent-color: rgb(242 244 253 / 60%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-70 {
  accent-color: rgb(242 244 253 / 70%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-80 {
  accent-color: rgb(242 244 253 / 80%);
}
.accent-base-color-bg-brand-subtle\/core-opacity-90 {
  accent-color: rgb(242 244 253 / 90%);
}
.accent-base-color-bg-brand\/0 {
  accent-color: rgb(205 214 249 / 0);
}
.accent-base-color-bg-brand\/10 {
  accent-color: rgb(205 214 249 / 0.1);
}
.accent-base-color-bg-brand\/100 {
  accent-color: rgb(205 214 249 / 1);
}
.accent-base-color-bg-brand\/20 {
  accent-color: rgb(205 214 249 / 0.2);
}
.accent-base-color-bg-brand\/25 {
  accent-color: rgb(205 214 249 / 0.25);
}
.accent-base-color-bg-brand\/30 {
  accent-color: rgb(205 214 249 / 0.3);
}
.accent-base-color-bg-brand\/40 {
  accent-color: rgb(205 214 249 / 0.4);
}
.accent-base-color-bg-brand\/5 {
  accent-color: rgb(205 214 249 / 0.05);
}
.accent-base-color-bg-brand\/50 {
  accent-color: rgb(205 214 249 / 0.5);
}
.accent-base-color-bg-brand\/60 {
  accent-color: rgb(205 214 249 / 0.6);
}
.accent-base-color-bg-brand\/70 {
  accent-color: rgb(205 214 249 / 0.7);
}
.accent-base-color-bg-brand\/75 {
  accent-color: rgb(205 214 249 / 0.75);
}
.accent-base-color-bg-brand\/80 {
  accent-color: rgb(205 214 249 / 0.8);
}
.accent-base-color-bg-brand\/90 {
  accent-color: rgb(205 214 249 / 0.9);
}
.accent-base-color-bg-brand\/95 {
  accent-color: rgb(205 214 249 / 0.95);
}
.accent-base-color-bg-brand\/base-opacity-disabled {
  accent-color: rgb(205 214 249 / 60%);
}
.accent-base-color-bg-brand\/core-opacity-0 {
  accent-color: rgb(205 214 249 / 0%);
}
.accent-base-color-bg-brand\/core-opacity-10 {
  accent-color: rgb(205 214 249 / 10%);
}
.accent-base-color-bg-brand\/core-opacity-100 {
  accent-color: rgb(205 214 249 / 100%);
}
.accent-base-color-bg-brand\/core-opacity-20 {
  accent-color: rgb(205 214 249 / 20%);
}
.accent-base-color-bg-brand\/core-opacity-30 {
  accent-color: rgb(205 214 249 / 30%);
}
.accent-base-color-bg-brand\/core-opacity-40 {
  accent-color: rgb(205 214 249 / 40%);
}
.accent-base-color-bg-brand\/core-opacity-50 {
  accent-color: rgb(205 214 249 / 50%);
}
.accent-base-color-bg-brand\/core-opacity-60 {
  accent-color: rgb(205 214 249 / 60%);
}
.accent-base-color-bg-brand\/core-opacity-70 {
  accent-color: rgb(205 214 249 / 70%);
}
.accent-base-color-bg-brand\/core-opacity-80 {
  accent-color: rgb(205 214 249 / 80%);
}
.accent-base-color-bg-brand\/core-opacity-90 {
  accent-color: rgb(205 214 249 / 90%);
}
.accent-base-color-bg-danger {
  accent-color: #fee3e1;
}
.accent-base-color-bg-danger-emphasis {
  accent-color: #f04438;
}
.accent-base-color-bg-danger-emphasis\/0 {
  accent-color: rgb(240 68 56 / 0);
}
.accent-base-color-bg-danger-emphasis\/10 {
  accent-color: rgb(240 68 56 / 0.1);
}
.accent-base-color-bg-danger-emphasis\/100 {
  accent-color: rgb(240 68 56 / 1);
}
.accent-base-color-bg-danger-emphasis\/20 {
  accent-color: rgb(240 68 56 / 0.2);
}
.accent-base-color-bg-danger-emphasis\/25 {
  accent-color: rgb(240 68 56 / 0.25);
}
.accent-base-color-bg-danger-emphasis\/30 {
  accent-color: rgb(240 68 56 / 0.3);
}
.accent-base-color-bg-danger-emphasis\/40 {
  accent-color: rgb(240 68 56 / 0.4);
}
.accent-base-color-bg-danger-emphasis\/5 {
  accent-color: rgb(240 68 56 / 0.05);
}
.accent-base-color-bg-danger-emphasis\/50 {
  accent-color: rgb(240 68 56 / 0.5);
}
.accent-base-color-bg-danger-emphasis\/60 {
  accent-color: rgb(240 68 56 / 0.6);
}
.accent-base-color-bg-danger-emphasis\/70 {
  accent-color: rgb(240 68 56 / 0.7);
}
.accent-base-color-bg-danger-emphasis\/75 {
  accent-color: rgb(240 68 56 / 0.75);
}
.accent-base-color-bg-danger-emphasis\/80 {
  accent-color: rgb(240 68 56 / 0.8);
}
.accent-base-color-bg-danger-emphasis\/90 {
  accent-color: rgb(240 68 56 / 0.9);
}
.accent-base-color-bg-danger-emphasis\/95 {
  accent-color: rgb(240 68 56 / 0.95);
}
.accent-base-color-bg-danger-emphasis\/base-opacity-disabled {
  accent-color: rgb(240 68 56 / 60%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-0 {
  accent-color: rgb(240 68 56 / 0%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-10 {
  accent-color: rgb(240 68 56 / 10%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-100 {
  accent-color: rgb(240 68 56 / 100%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-20 {
  accent-color: rgb(240 68 56 / 20%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-30 {
  accent-color: rgb(240 68 56 / 30%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-40 {
  accent-color: rgb(240 68 56 / 40%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-50 {
  accent-color: rgb(240 68 56 / 50%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-60 {
  accent-color: rgb(240 68 56 / 60%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-70 {
  accent-color: rgb(240 68 56 / 70%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-80 {
  accent-color: rgb(240 68 56 / 80%);
}
.accent-base-color-bg-danger-emphasis\/core-opacity-90 {
  accent-color: rgb(240 68 56 / 90%);
}
.accent-base-color-bg-danger-subtle {
  accent-color: #fffbfa;
}
.accent-base-color-bg-danger-subtle\/0 {
  accent-color: rgb(255 251 250 / 0);
}
.accent-base-color-bg-danger-subtle\/10 {
  accent-color: rgb(255 251 250 / 0.1);
}
.accent-base-color-bg-danger-subtle\/100 {
  accent-color: rgb(255 251 250 / 1);
}
.accent-base-color-bg-danger-subtle\/20 {
  accent-color: rgb(255 251 250 / 0.2);
}
.accent-base-color-bg-danger-subtle\/25 {
  accent-color: rgb(255 251 250 / 0.25);
}
.accent-base-color-bg-danger-subtle\/30 {
  accent-color: rgb(255 251 250 / 0.3);
}
.accent-base-color-bg-danger-subtle\/40 {
  accent-color: rgb(255 251 250 / 0.4);
}
.accent-base-color-bg-danger-subtle\/5 {
  accent-color: rgb(255 251 250 / 0.05);
}
.accent-base-color-bg-danger-subtle\/50 {
  accent-color: rgb(255 251 250 / 0.5);
}
.accent-base-color-bg-danger-subtle\/60 {
  accent-color: rgb(255 251 250 / 0.6);
}
.accent-base-color-bg-danger-subtle\/70 {
  accent-color: rgb(255 251 250 / 0.7);
}
.accent-base-color-bg-danger-subtle\/75 {
  accent-color: rgb(255 251 250 / 0.75);
}
.accent-base-color-bg-danger-subtle\/80 {
  accent-color: rgb(255 251 250 / 0.8);
}
.accent-base-color-bg-danger-subtle\/90 {
  accent-color: rgb(255 251 250 / 0.9);
}
.accent-base-color-bg-danger-subtle\/95 {
  accent-color: rgb(255 251 250 / 0.95);
}
.accent-base-color-bg-danger-subtle\/base-opacity-disabled {
  accent-color: rgb(255 251 250 / 60%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-0 {
  accent-color: rgb(255 251 250 / 0%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-10 {
  accent-color: rgb(255 251 250 / 10%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-100 {
  accent-color: rgb(255 251 250 / 100%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-20 {
  accent-color: rgb(255 251 250 / 20%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-30 {
  accent-color: rgb(255 251 250 / 30%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-40 {
  accent-color: rgb(255 251 250 / 40%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-50 {
  accent-color: rgb(255 251 250 / 50%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-60 {
  accent-color: rgb(255 251 250 / 60%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-70 {
  accent-color: rgb(255 251 250 / 70%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-80 {
  accent-color: rgb(255 251 250 / 80%);
}
.accent-base-color-bg-danger-subtle\/core-opacity-90 {
  accent-color: rgb(255 251 250 / 90%);
}
.accent-base-color-bg-danger\/0 {
  accent-color: rgb(254 227 225 / 0);
}
.accent-base-color-bg-danger\/10 {
  accent-color: rgb(254 227 225 / 0.1);
}
.accent-base-color-bg-danger\/100 {
  accent-color: rgb(254 227 225 / 1);
}
.accent-base-color-bg-danger\/20 {
  accent-color: rgb(254 227 225 / 0.2);
}
.accent-base-color-bg-danger\/25 {
  accent-color: rgb(254 227 225 / 0.25);
}
.accent-base-color-bg-danger\/30 {
  accent-color: rgb(254 227 225 / 0.3);
}
.accent-base-color-bg-danger\/40 {
  accent-color: rgb(254 227 225 / 0.4);
}
.accent-base-color-bg-danger\/5 {
  accent-color: rgb(254 227 225 / 0.05);
}
.accent-base-color-bg-danger\/50 {
  accent-color: rgb(254 227 225 / 0.5);
}
.accent-base-color-bg-danger\/60 {
  accent-color: rgb(254 227 225 / 0.6);
}
.accent-base-color-bg-danger\/70 {
  accent-color: rgb(254 227 225 / 0.7);
}
.accent-base-color-bg-danger\/75 {
  accent-color: rgb(254 227 225 / 0.75);
}
.accent-base-color-bg-danger\/80 {
  accent-color: rgb(254 227 225 / 0.8);
}
.accent-base-color-bg-danger\/90 {
  accent-color: rgb(254 227 225 / 0.9);
}
.accent-base-color-bg-danger\/95 {
  accent-color: rgb(254 227 225 / 0.95);
}
.accent-base-color-bg-danger\/base-opacity-disabled {
  accent-color: rgb(254 227 225 / 60%);
}
.accent-base-color-bg-danger\/core-opacity-0 {
  accent-color: rgb(254 227 225 / 0%);
}
.accent-base-color-bg-danger\/core-opacity-10 {
  accent-color: rgb(254 227 225 / 10%);
}
.accent-base-color-bg-danger\/core-opacity-100 {
  accent-color: rgb(254 227 225 / 100%);
}
.accent-base-color-bg-danger\/core-opacity-20 {
  accent-color: rgb(254 227 225 / 20%);
}
.accent-base-color-bg-danger\/core-opacity-30 {
  accent-color: rgb(254 227 225 / 30%);
}
.accent-base-color-bg-danger\/core-opacity-40 {
  accent-color: rgb(254 227 225 / 40%);
}
.accent-base-color-bg-danger\/core-opacity-50 {
  accent-color: rgb(254 227 225 / 50%);
}
.accent-base-color-bg-danger\/core-opacity-60 {
  accent-color: rgb(254 227 225 / 60%);
}
.accent-base-color-bg-danger\/core-opacity-70 {
  accent-color: rgb(254 227 225 / 70%);
}
.accent-base-color-bg-danger\/core-opacity-80 {
  accent-color: rgb(254 227 225 / 80%);
}
.accent-base-color-bg-danger\/core-opacity-90 {
  accent-color: rgb(254 227 225 / 90%);
}
.accent-base-color-bg-default {
  accent-color: #ffffff;
}
.accent-base-color-bg-default\/0 {
  accent-color: rgb(255 255 255 / 0);
}
.accent-base-color-bg-default\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}
.accent-base-color-bg-default\/100 {
  accent-color: rgb(255 255 255 / 1);
}
.accent-base-color-bg-default\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}
.accent-base-color-bg-default\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}
.accent-base-color-bg-default\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}
.accent-base-color-bg-default\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}
.accent-base-color-bg-default\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}
.accent-base-color-bg-default\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-base-color-bg-default\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}
.accent-base-color-bg-default\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}
.accent-base-color-bg-default\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}
.accent-base-color-bg-default\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}
.accent-base-color-bg-default\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}
.accent-base-color-bg-default\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}
.accent-base-color-bg-default\/base-opacity-disabled {
  accent-color: rgb(255 255 255 / 60%);
}
.accent-base-color-bg-default\/core-opacity-0 {
  accent-color: rgb(255 255 255 / 0%);
}
.accent-base-color-bg-default\/core-opacity-10 {
  accent-color: rgb(255 255 255 / 10%);
}
.accent-base-color-bg-default\/core-opacity-100 {
  accent-color: rgb(255 255 255 / 100%);
}
.accent-base-color-bg-default\/core-opacity-20 {
  accent-color: rgb(255 255 255 / 20%);
}
.accent-base-color-bg-default\/core-opacity-30 {
  accent-color: rgb(255 255 255 / 30%);
}
.accent-base-color-bg-default\/core-opacity-40 {
  accent-color: rgb(255 255 255 / 40%);
}
.accent-base-color-bg-default\/core-opacity-50 {
  accent-color: rgb(255 255 255 / 50%);
}
.accent-base-color-bg-default\/core-opacity-60 {
  accent-color: rgb(255 255 255 / 60%);
}
.accent-base-color-bg-default\/core-opacity-70 {
  accent-color: rgb(255 255 255 / 70%);
}
.accent-base-color-bg-default\/core-opacity-80 {
  accent-color: rgb(255 255 255 / 80%);
}
.accent-base-color-bg-default\/core-opacity-90 {
  accent-color: rgb(255 255 255 / 90%);
}
.accent-base-color-bg-emphasis {
  accent-color: #101828;
}
.accent-base-color-bg-emphasis\/0 {
  accent-color: rgb(16 24 40 / 0);
}
.accent-base-color-bg-emphasis\/10 {
  accent-color: rgb(16 24 40 / 0.1);
}
.accent-base-color-bg-emphasis\/100 {
  accent-color: rgb(16 24 40 / 1);
}
.accent-base-color-bg-emphasis\/20 {
  accent-color: rgb(16 24 40 / 0.2);
}
.accent-base-color-bg-emphasis\/25 {
  accent-color: rgb(16 24 40 / 0.25);
}
.accent-base-color-bg-emphasis\/30 {
  accent-color: rgb(16 24 40 / 0.3);
}
.accent-base-color-bg-emphasis\/40 {
  accent-color: rgb(16 24 40 / 0.4);
}
.accent-base-color-bg-emphasis\/5 {
  accent-color: rgb(16 24 40 / 0.05);
}
.accent-base-color-bg-emphasis\/50 {
  accent-color: rgb(16 24 40 / 0.5);
}
.accent-base-color-bg-emphasis\/60 {
  accent-color: rgb(16 24 40 / 0.6);
}
.accent-base-color-bg-emphasis\/70 {
  accent-color: rgb(16 24 40 / 0.7);
}
.accent-base-color-bg-emphasis\/75 {
  accent-color: rgb(16 24 40 / 0.75);
}
.accent-base-color-bg-emphasis\/80 {
  accent-color: rgb(16 24 40 / 0.8);
}
.accent-base-color-bg-emphasis\/90 {
  accent-color: rgb(16 24 40 / 0.9);
}
.accent-base-color-bg-emphasis\/95 {
  accent-color: rgb(16 24 40 / 0.95);
}
.accent-base-color-bg-emphasis\/base-opacity-disabled {
  accent-color: rgb(16 24 40 / 60%);
}
.accent-base-color-bg-emphasis\/core-opacity-0 {
  accent-color: rgb(16 24 40 / 0%);
}
.accent-base-color-bg-emphasis\/core-opacity-10 {
  accent-color: rgb(16 24 40 / 10%);
}
.accent-base-color-bg-emphasis\/core-opacity-100 {
  accent-color: rgb(16 24 40 / 100%);
}
.accent-base-color-bg-emphasis\/core-opacity-20 {
  accent-color: rgb(16 24 40 / 20%);
}
.accent-base-color-bg-emphasis\/core-opacity-30 {
  accent-color: rgb(16 24 40 / 30%);
}
.accent-base-color-bg-emphasis\/core-opacity-40 {
  accent-color: rgb(16 24 40 / 40%);
}
.accent-base-color-bg-emphasis\/core-opacity-50 {
  accent-color: rgb(16 24 40 / 50%);
}
.accent-base-color-bg-emphasis\/core-opacity-60 {
  accent-color: rgb(16 24 40 / 60%);
}
.accent-base-color-bg-emphasis\/core-opacity-70 {
  accent-color: rgb(16 24 40 / 70%);
}
.accent-base-color-bg-emphasis\/core-opacity-80 {
  accent-color: rgb(16 24 40 / 80%);
}
.accent-base-color-bg-emphasis\/core-opacity-90 {
  accent-color: rgb(16 24 40 / 90%);
}
.accent-base-color-bg-muted {
  accent-color: #eaecf0;
}
.accent-base-color-bg-muted\/0 {
  accent-color: rgb(234 236 240 / 0);
}
.accent-base-color-bg-muted\/10 {
  accent-color: rgb(234 236 240 / 0.1);
}
.accent-base-color-bg-muted\/100 {
  accent-color: rgb(234 236 240 / 1);
}
.accent-base-color-bg-muted\/20 {
  accent-color: rgb(234 236 240 / 0.2);
}
.accent-base-color-bg-muted\/25 {
  accent-color: rgb(234 236 240 / 0.25);
}
.accent-base-color-bg-muted\/30 {
  accent-color: rgb(234 236 240 / 0.3);
}
.accent-base-color-bg-muted\/40 {
  accent-color: rgb(234 236 240 / 0.4);
}
.accent-base-color-bg-muted\/5 {
  accent-color: rgb(234 236 240 / 0.05);
}
.accent-base-color-bg-muted\/50 {
  accent-color: rgb(234 236 240 / 0.5);
}
.accent-base-color-bg-muted\/60 {
  accent-color: rgb(234 236 240 / 0.6);
}
.accent-base-color-bg-muted\/70 {
  accent-color: rgb(234 236 240 / 0.7);
}
.accent-base-color-bg-muted\/75 {
  accent-color: rgb(234 236 240 / 0.75);
}
.accent-base-color-bg-muted\/80 {
  accent-color: rgb(234 236 240 / 0.8);
}
.accent-base-color-bg-muted\/90 {
  accent-color: rgb(234 236 240 / 0.9);
}
.accent-base-color-bg-muted\/95 {
  accent-color: rgb(234 236 240 / 0.95);
}
.accent-base-color-bg-muted\/base-opacity-disabled {
  accent-color: rgb(234 236 240 / 60%);
}
.accent-base-color-bg-muted\/core-opacity-0 {
  accent-color: rgb(234 236 240 / 0%);
}
.accent-base-color-bg-muted\/core-opacity-10 {
  accent-color: rgb(234 236 240 / 10%);
}
.accent-base-color-bg-muted\/core-opacity-100 {
  accent-color: rgb(234 236 240 / 100%);
}
.accent-base-color-bg-muted\/core-opacity-20 {
  accent-color: rgb(234 236 240 / 20%);
}
.accent-base-color-bg-muted\/core-opacity-30 {
  accent-color: rgb(234 236 240 / 30%);
}
.accent-base-color-bg-muted\/core-opacity-40 {
  accent-color: rgb(234 236 240 / 40%);
}
.accent-base-color-bg-muted\/core-opacity-50 {
  accent-color: rgb(234 236 240 / 50%);
}
.accent-base-color-bg-muted\/core-opacity-60 {
  accent-color: rgb(234 236 240 / 60%);
}
.accent-base-color-bg-muted\/core-opacity-70 {
  accent-color: rgb(234 236 240 / 70%);
}
.accent-base-color-bg-muted\/core-opacity-80 {
  accent-color: rgb(234 236 240 / 80%);
}
.accent-base-color-bg-muted\/core-opacity-90 {
  accent-color: rgb(234 236 240 / 90%);
}
.accent-base-color-bg-subtle {
  accent-color: #f2f4f7;
}
.accent-base-color-bg-subtle\/0 {
  accent-color: rgb(242 244 247 / 0);
}
.accent-base-color-bg-subtle\/10 {
  accent-color: rgb(242 244 247 / 0.1);
}
.accent-base-color-bg-subtle\/100 {
  accent-color: rgb(242 244 247 / 1);
}
.accent-base-color-bg-subtle\/20 {
  accent-color: rgb(242 244 247 / 0.2);
}
.accent-base-color-bg-subtle\/25 {
  accent-color: rgb(242 244 247 / 0.25);
}
.accent-base-color-bg-subtle\/30 {
  accent-color: rgb(242 244 247 / 0.3);
}
.accent-base-color-bg-subtle\/40 {
  accent-color: rgb(242 244 247 / 0.4);
}
.accent-base-color-bg-subtle\/5 {
  accent-color: rgb(242 244 247 / 0.05);
}
.accent-base-color-bg-subtle\/50 {
  accent-color: rgb(242 244 247 / 0.5);
}
.accent-base-color-bg-subtle\/60 {
  accent-color: rgb(242 244 247 / 0.6);
}
.accent-base-color-bg-subtle\/70 {
  accent-color: rgb(242 244 247 / 0.7);
}
.accent-base-color-bg-subtle\/75 {
  accent-color: rgb(242 244 247 / 0.75);
}
.accent-base-color-bg-subtle\/80 {
  accent-color: rgb(242 244 247 / 0.8);
}
.accent-base-color-bg-subtle\/90 {
  accent-color: rgb(242 244 247 / 0.9);
}
.accent-base-color-bg-subtle\/95 {
  accent-color: rgb(242 244 247 / 0.95);
}
.accent-base-color-bg-subtle\/base-opacity-disabled {
  accent-color: rgb(242 244 247 / 60%);
}
.accent-base-color-bg-subtle\/core-opacity-0 {
  accent-color: rgb(242 244 247 / 0%);
}
.accent-base-color-bg-subtle\/core-opacity-10 {
  accent-color: rgb(242 244 247 / 10%);
}
.accent-base-color-bg-subtle\/core-opacity-100 {
  accent-color: rgb(242 244 247 / 100%);
}
.accent-base-color-bg-subtle\/core-opacity-20 {
  accent-color: rgb(242 244 247 / 20%);
}
.accent-base-color-bg-subtle\/core-opacity-30 {
  accent-color: rgb(242 244 247 / 30%);
}
.accent-base-color-bg-subtle\/core-opacity-40 {
  accent-color: rgb(242 244 247 / 40%);
}
.accent-base-color-bg-subtle\/core-opacity-50 {
  accent-color: rgb(242 244 247 / 50%);
}
.accent-base-color-bg-subtle\/core-opacity-60 {
  accent-color: rgb(242 244 247 / 60%);
}
.accent-base-color-bg-subtle\/core-opacity-70 {
  accent-color: rgb(242 244 247 / 70%);
}
.accent-base-color-bg-subtle\/core-opacity-80 {
  accent-color: rgb(242 244 247 / 80%);
}
.accent-base-color-bg-subtle\/core-opacity-90 {
  accent-color: rgb(242 244 247 / 90%);
}
.accent-base-color-bg-success {
  accent-color: #d1fadf;
}
.accent-base-color-bg-success-emphasis {
  accent-color: #12b569;
}
.accent-base-color-bg-success-emphasis\/0 {
  accent-color: rgb(18 181 105 / 0);
}
.accent-base-color-bg-success-emphasis\/10 {
  accent-color: rgb(18 181 105 / 0.1);
}
.accent-base-color-bg-success-emphasis\/100 {
  accent-color: rgb(18 181 105 / 1);
}
.accent-base-color-bg-success-emphasis\/20 {
  accent-color: rgb(18 181 105 / 0.2);
}
.accent-base-color-bg-success-emphasis\/25 {
  accent-color: rgb(18 181 105 / 0.25);
}
.accent-base-color-bg-success-emphasis\/30 {
  accent-color: rgb(18 181 105 / 0.3);
}
.accent-base-color-bg-success-emphasis\/40 {
  accent-color: rgb(18 181 105 / 0.4);
}
.accent-base-color-bg-success-emphasis\/5 {
  accent-color: rgb(18 181 105 / 0.05);
}
.accent-base-color-bg-success-emphasis\/50 {
  accent-color: rgb(18 181 105 / 0.5);
}
.accent-base-color-bg-success-emphasis\/60 {
  accent-color: rgb(18 181 105 / 0.6);
}
.accent-base-color-bg-success-emphasis\/70 {
  accent-color: rgb(18 181 105 / 0.7);
}
.accent-base-color-bg-success-emphasis\/75 {
  accent-color: rgb(18 181 105 / 0.75);
}
.accent-base-color-bg-success-emphasis\/80 {
  accent-color: rgb(18 181 105 / 0.8);
}
.accent-base-color-bg-success-emphasis\/90 {
  accent-color: rgb(18 181 105 / 0.9);
}
.accent-base-color-bg-success-emphasis\/95 {
  accent-color: rgb(18 181 105 / 0.95);
}
.accent-base-color-bg-success-emphasis\/base-opacity-disabled {
  accent-color: rgb(18 181 105 / 60%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-0 {
  accent-color: rgb(18 181 105 / 0%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-10 {
  accent-color: rgb(18 181 105 / 10%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-100 {
  accent-color: rgb(18 181 105 / 100%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-20 {
  accent-color: rgb(18 181 105 / 20%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-30 {
  accent-color: rgb(18 181 105 / 30%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-40 {
  accent-color: rgb(18 181 105 / 40%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-50 {
  accent-color: rgb(18 181 105 / 50%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-60 {
  accent-color: rgb(18 181 105 / 60%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-70 {
  accent-color: rgb(18 181 105 / 70%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-80 {
  accent-color: rgb(18 181 105 / 80%);
}
.accent-base-color-bg-success-emphasis\/core-opacity-90 {
  accent-color: rgb(18 181 105 / 90%);
}
.accent-base-color-bg-success-subtle {
  accent-color: #f6fef9;
}
.accent-base-color-bg-success-subtle\/0 {
  accent-color: rgb(246 254 249 / 0);
}
.accent-base-color-bg-success-subtle\/10 {
  accent-color: rgb(246 254 249 / 0.1);
}
.accent-base-color-bg-success-subtle\/100 {
  accent-color: rgb(246 254 249 / 1);
}
.accent-base-color-bg-success-subtle\/20 {
  accent-color: rgb(246 254 249 / 0.2);
}
.accent-base-color-bg-success-subtle\/25 {
  accent-color: rgb(246 254 249 / 0.25);
}
.accent-base-color-bg-success-subtle\/30 {
  accent-color: rgb(246 254 249 / 0.3);
}
.accent-base-color-bg-success-subtle\/40 {
  accent-color: rgb(246 254 249 / 0.4);
}
.accent-base-color-bg-success-subtle\/5 {
  accent-color: rgb(246 254 249 / 0.05);
}
.accent-base-color-bg-success-subtle\/50 {
  accent-color: rgb(246 254 249 / 0.5);
}
.accent-base-color-bg-success-subtle\/60 {
  accent-color: rgb(246 254 249 / 0.6);
}
.accent-base-color-bg-success-subtle\/70 {
  accent-color: rgb(246 254 249 / 0.7);
}
.accent-base-color-bg-success-subtle\/75 {
  accent-color: rgb(246 254 249 / 0.75);
}
.accent-base-color-bg-success-subtle\/80 {
  accent-color: rgb(246 254 249 / 0.8);
}
.accent-base-color-bg-success-subtle\/90 {
  accent-color: rgb(246 254 249 / 0.9);
}
.accent-base-color-bg-success-subtle\/95 {
  accent-color: rgb(246 254 249 / 0.95);
}
.accent-base-color-bg-success-subtle\/base-opacity-disabled {
  accent-color: rgb(246 254 249 / 60%);
}
.accent-base-color-bg-success-subtle\/core-opacity-0 {
  accent-color: rgb(246 254 249 / 0%);
}
.accent-base-color-bg-success-subtle\/core-opacity-10 {
  accent-color: rgb(246 254 249 / 10%);
}
.accent-base-color-bg-success-subtle\/core-opacity-100 {
  accent-color: rgb(246 254 249 / 100%);
}
.accent-base-color-bg-success-subtle\/core-opacity-20 {
  accent-color: rgb(246 254 249 / 20%);
}
.accent-base-color-bg-success-subtle\/core-opacity-30 {
  accent-color: rgb(246 254 249 / 30%);
}
.accent-base-color-bg-success-subtle\/core-opacity-40 {
  accent-color: rgb(246 254 249 / 40%);
}
.accent-base-color-bg-success-subtle\/core-opacity-50 {
  accent-color: rgb(246 254 249 / 50%);
}
.accent-base-color-bg-success-subtle\/core-opacity-60 {
  accent-color: rgb(246 254 249 / 60%);
}
.accent-base-color-bg-success-subtle\/core-opacity-70 {
  accent-color: rgb(246 254 249 / 70%);
}
.accent-base-color-bg-success-subtle\/core-opacity-80 {
  accent-color: rgb(246 254 249 / 80%);
}
.accent-base-color-bg-success-subtle\/core-opacity-90 {
  accent-color: rgb(246 254 249 / 90%);
}
.accent-base-color-bg-success\/0 {
  accent-color: rgb(209 250 223 / 0);
}
.accent-base-color-bg-success\/10 {
  accent-color: rgb(209 250 223 / 0.1);
}
.accent-base-color-bg-success\/100 {
  accent-color: rgb(209 250 223 / 1);
}
.accent-base-color-bg-success\/20 {
  accent-color: rgb(209 250 223 / 0.2);
}
.accent-base-color-bg-success\/25 {
  accent-color: rgb(209 250 223 / 0.25);
}
.accent-base-color-bg-success\/30 {
  accent-color: rgb(209 250 223 / 0.3);
}
.accent-base-color-bg-success\/40 {
  accent-color: rgb(209 250 223 / 0.4);
}
.accent-base-color-bg-success\/5 {
  accent-color: rgb(209 250 223 / 0.05);
}
.accent-base-color-bg-success\/50 {
  accent-color: rgb(209 250 223 / 0.5);
}
.accent-base-color-bg-success\/60 {
  accent-color: rgb(209 250 223 / 0.6);
}
.accent-base-color-bg-success\/70 {
  accent-color: rgb(209 250 223 / 0.7);
}
.accent-base-color-bg-success\/75 {
  accent-color: rgb(209 250 223 / 0.75);
}
.accent-base-color-bg-success\/80 {
  accent-color: rgb(209 250 223 / 0.8);
}
.accent-base-color-bg-success\/90 {
  accent-color: rgb(209 250 223 / 0.9);
}
.accent-base-color-bg-success\/95 {
  accent-color: rgb(209 250 223 / 0.95);
}
.accent-base-color-bg-success\/base-opacity-disabled {
  accent-color: rgb(209 250 223 / 60%);
}
.accent-base-color-bg-success\/core-opacity-0 {
  accent-color: rgb(209 250 223 / 0%);
}
.accent-base-color-bg-success\/core-opacity-10 {
  accent-color: rgb(209 250 223 / 10%);
}
.accent-base-color-bg-success\/core-opacity-100 {
  accent-color: rgb(209 250 223 / 100%);
}
.accent-base-color-bg-success\/core-opacity-20 {
  accent-color: rgb(209 250 223 / 20%);
}
.accent-base-color-bg-success\/core-opacity-30 {
  accent-color: rgb(209 250 223 / 30%);
}
.accent-base-color-bg-success\/core-opacity-40 {
  accent-color: rgb(209 250 223 / 40%);
}
.accent-base-color-bg-success\/core-opacity-50 {
  accent-color: rgb(209 250 223 / 50%);
}
.accent-base-color-bg-success\/core-opacity-60 {
  accent-color: rgb(209 250 223 / 60%);
}
.accent-base-color-bg-success\/core-opacity-70 {
  accent-color: rgb(209 250 223 / 70%);
}
.accent-base-color-bg-success\/core-opacity-80 {
  accent-color: rgb(209 250 223 / 80%);
}
.accent-base-color-bg-success\/core-opacity-90 {
  accent-color: rgb(209 250 223 / 90%);
}
.accent-base-color-bg-transparent {
  accent-color: #00000000;
}
.accent-base-color-bg-transparent\/0 {
  accent-color: rgb(0 0 0 / 0);
}
.accent-base-color-bg-transparent\/10 {
  accent-color: rgb(0 0 0 / 0.1);
}
.accent-base-color-bg-transparent\/100 {
  accent-color: rgb(0 0 0 / 1);
}
.accent-base-color-bg-transparent\/20 {
  accent-color: rgb(0 0 0 / 0.2);
}
.accent-base-color-bg-transparent\/25 {
  accent-color: rgb(0 0 0 / 0.25);
}
.accent-base-color-bg-transparent\/30 {
  accent-color: rgb(0 0 0 / 0.3);
}
.accent-base-color-bg-transparent\/40 {
  accent-color: rgb(0 0 0 / 0.4);
}
.accent-base-color-bg-transparent\/5 {
  accent-color: rgb(0 0 0 / 0.05);
}
.accent-base-color-bg-transparent\/50 {
  accent-color: rgb(0 0 0 / 0.5);
}
.accent-base-color-bg-transparent\/60 {
  accent-color: rgb(0 0 0 / 0.6);
}
.accent-base-color-bg-transparent\/70 {
  accent-color: rgb(0 0 0 / 0.7);
}
.accent-base-color-bg-transparent\/75 {
  accent-color: rgb(0 0 0 / 0.75);
}
.accent-base-color-bg-transparent\/80 {
  accent-color: rgb(0 0 0 / 0.8);
}
.accent-base-color-bg-transparent\/90 {
  accent-color: rgb(0 0 0 / 0.9);
}
.accent-base-color-bg-transparent\/95 {
  accent-color: rgb(0 0 0 / 0.95);
}
.accent-base-color-bg-transparent\/base-opacity-disabled {
  accent-color: rgb(0 0 0 / 60%);
}
.accent-base-color-bg-transparent\/core-opacity-0 {
  accent-color: rgb(0 0 0 / 0%);
}
.accent-base-color-bg-transparent\/core-opacity-10 {
  accent-color: rgb(0 0 0 / 10%);
}
.accent-base-color-bg-transparent\/core-opacity-100 {
  accent-color: rgb(0 0 0 / 100%);
}
.accent-base-color-bg-transparent\/core-opacity-20 {
  accent-color: rgb(0 0 0 / 20%);
}
.accent-base-color-bg-transparent\/core-opacity-30 {
  accent-color: rgb(0 0 0 / 30%);
}
.accent-base-color-bg-transparent\/core-opacity-40 {
  accent-color: rgb(0 0 0 / 40%);
}
.accent-base-color-bg-transparent\/core-opacity-50 {
  accent-color: rgb(0 0 0 / 50%);
}
.accent-base-color-bg-transparent\/core-opacity-60 {
  accent-color: rgb(0 0 0 / 60%);
}
.accent-base-color-bg-transparent\/core-opacity-70 {
  accent-color: rgb(0 0 0 / 70%);
}
.accent-base-color-bg-transparent\/core-opacity-80 {
  accent-color: rgb(0 0 0 / 80%);
}
.accent-base-color-bg-transparent\/core-opacity-90 {
  accent-color: rgb(0 0 0 / 90%);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-base-opacity-disabled {
  opacity: 60%;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.\!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;
}
.shadow {
  --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);
}
.shadow-base-box-shadow-container-l {
  --tw-shadow: 0px 4px 16px 0px #0000001a;
  --tw-shadow-colored: 0px 4px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-base-box-shadow-container-m {
  --tw-shadow: 0px 2px 8px 0px #00000017;
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-base-box-shadow-container-s {
  --tw-shadow: 0px 1px 4px 0px #00000017;
  --tw-shadow-colored: 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-base-box-shadow-selectable-m {
  --tw-shadow: 0px 1px 4px 0px #00000017;
  --tw-shadow-colored: 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-base-box-shadow-selectable-s {
  --tw-shadow: 0px 1px 2px 0px #00000017;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-core-box-shadow-2 {
  --tw-shadow: 0px 1px 4px 0px #00000017;
  --tw-shadow-colored: 0px 1px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --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);
}
.shadow-base-color-bg-accent {
  --tw-shadow-color: #d1e0ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis {
  --tw-shadow-color: #155eef;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/0 {
  --tw-shadow-color: rgb(21 94 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/10 {
  --tw-shadow-color: rgb(21 94 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/100 {
  --tw-shadow-color: rgb(21 94 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/20 {
  --tw-shadow-color: rgb(21 94 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/25 {
  --tw-shadow-color: rgb(21 94 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/30 {
  --tw-shadow-color: rgb(21 94 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/40 {
  --tw-shadow-color: rgb(21 94 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/5 {
  --tw-shadow-color: rgb(21 94 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/50 {
  --tw-shadow-color: rgb(21 94 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/60 {
  --tw-shadow-color: rgb(21 94 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/70 {
  --tw-shadow-color: rgb(21 94 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/75 {
  --tw-shadow-color: rgb(21 94 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/80 {
  --tw-shadow-color: rgb(21 94 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/90 {
  --tw-shadow-color: rgb(21 94 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/95 {
  --tw-shadow-color: rgb(21 94 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(21 94 239 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(21 94 239 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(21 94 239 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(21 94 239 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(21 94 239 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(21 94 239 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(21 94 239 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(21 94 239 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(21 94 239 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(21 94 239 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(21 94 239 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(21 94 239 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle {
  --tw-shadow-color: #f5f8ff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/0 {
  --tw-shadow-color: rgb(245 248 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/10 {
  --tw-shadow-color: rgb(245 248 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/100 {
  --tw-shadow-color: rgb(245 248 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/20 {
  --tw-shadow-color: rgb(245 248 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/25 {
  --tw-shadow-color: rgb(245 248 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/30 {
  --tw-shadow-color: rgb(245 248 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/40 {
  --tw-shadow-color: rgb(245 248 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/5 {
  --tw-shadow-color: rgb(245 248 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/50 {
  --tw-shadow-color: rgb(245 248 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/60 {
  --tw-shadow-color: rgb(245 248 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/70 {
  --tw-shadow-color: rgb(245 248 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/75 {
  --tw-shadow-color: rgb(245 248 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/80 {
  --tw-shadow-color: rgb(245 248 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/90 {
  --tw-shadow-color: rgb(245 248 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/95 {
  --tw-shadow-color: rgb(245 248 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(245 248 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(245 248 255 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(245 248 255 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(245 248 255 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(245 248 255 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(245 248 255 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(245 248 255 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(245 248 255 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(245 248 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(245 248 255 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(245 248 255 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(245 248 255 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/0 {
  --tw-shadow-color: rgb(209 224 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/10 {
  --tw-shadow-color: rgb(209 224 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/100 {
  --tw-shadow-color: rgb(209 224 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/20 {
  --tw-shadow-color: rgb(209 224 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/25 {
  --tw-shadow-color: rgb(209 224 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/30 {
  --tw-shadow-color: rgb(209 224 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/40 {
  --tw-shadow-color: rgb(209 224 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/5 {
  --tw-shadow-color: rgb(209 224 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/50 {
  --tw-shadow-color: rgb(209 224 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/60 {
  --tw-shadow-color: rgb(209 224 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/70 {
  --tw-shadow-color: rgb(209 224 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/75 {
  --tw-shadow-color: rgb(209 224 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/80 {
  --tw-shadow-color: rgb(209 224 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/90 {
  --tw-shadow-color: rgb(209 224 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/95 {
  --tw-shadow-color: rgb(209 224 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/base-opacity-disabled {
  --tw-shadow-color: rgb(209 224 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-0 {
  --tw-shadow-color: rgb(209 224 255 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-10 {
  --tw-shadow-color: rgb(209 224 255 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-100 {
  --tw-shadow-color: rgb(209 224 255 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-20 {
  --tw-shadow-color: rgb(209 224 255 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-30 {
  --tw-shadow-color: rgb(209 224 255 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-40 {
  --tw-shadow-color: rgb(209 224 255 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-50 {
  --tw-shadow-color: rgb(209 224 255 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-60 {
  --tw-shadow-color: rgb(209 224 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-70 {
  --tw-shadow-color: rgb(209 224 255 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-80 {
  --tw-shadow-color: rgb(209 224 255 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-accent\/core-opacity-90 {
  --tw-shadow-color: rgb(209 224 255 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention {
  --tw-shadow-color: #fef0c8;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis {
  --tw-shadow-color: #dd6903;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/0 {
  --tw-shadow-color: rgb(221 105 3 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/10 {
  --tw-shadow-color: rgb(221 105 3 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/100 {
  --tw-shadow-color: rgb(221 105 3 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/20 {
  --tw-shadow-color: rgb(221 105 3 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/25 {
  --tw-shadow-color: rgb(221 105 3 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/30 {
  --tw-shadow-color: rgb(221 105 3 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/40 {
  --tw-shadow-color: rgb(221 105 3 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/5 {
  --tw-shadow-color: rgb(221 105 3 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/50 {
  --tw-shadow-color: rgb(221 105 3 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/60 {
  --tw-shadow-color: rgb(221 105 3 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/70 {
  --tw-shadow-color: rgb(221 105 3 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/75 {
  --tw-shadow-color: rgb(221 105 3 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/80 {
  --tw-shadow-color: rgb(221 105 3 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/90 {
  --tw-shadow-color: rgb(221 105 3 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/95 {
  --tw-shadow-color: rgb(221 105 3 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(221 105 3 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(221 105 3 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(221 105 3 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(221 105 3 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(221 105 3 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(221 105 3 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(221 105 3 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(221 105 3 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(221 105 3 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(221 105 3 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(221 105 3 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(221 105 3 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle {
  --tw-shadow-color: #fffcf5;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/0 {
  --tw-shadow-color: rgb(255 252 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/10 {
  --tw-shadow-color: rgb(255 252 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/100 {
  --tw-shadow-color: rgb(255 252 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/20 {
  --tw-shadow-color: rgb(255 252 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/25 {
  --tw-shadow-color: rgb(255 252 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/30 {
  --tw-shadow-color: rgb(255 252 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/40 {
  --tw-shadow-color: rgb(255 252 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/5 {
  --tw-shadow-color: rgb(255 252 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/50 {
  --tw-shadow-color: rgb(255 252 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/60 {
  --tw-shadow-color: rgb(255 252 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/70 {
  --tw-shadow-color: rgb(255 252 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/75 {
  --tw-shadow-color: rgb(255 252 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/80 {
  --tw-shadow-color: rgb(255 252 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/90 {
  --tw-shadow-color: rgb(255 252 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/95 {
  --tw-shadow-color: rgb(255 252 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(255 252 245 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(255 252 245 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(255 252 245 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(255 252 245 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(255 252 245 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(255 252 245 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(255 252 245 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(255 252 245 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(255 252 245 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(255 252 245 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(255 252 245 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(255 252 245 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/0 {
  --tw-shadow-color: rgb(254 240 200 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/10 {
  --tw-shadow-color: rgb(254 240 200 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/100 {
  --tw-shadow-color: rgb(254 240 200 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/20 {
  --tw-shadow-color: rgb(254 240 200 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/25 {
  --tw-shadow-color: rgb(254 240 200 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/30 {
  --tw-shadow-color: rgb(254 240 200 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/40 {
  --tw-shadow-color: rgb(254 240 200 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/5 {
  --tw-shadow-color: rgb(254 240 200 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/50 {
  --tw-shadow-color: rgb(254 240 200 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/60 {
  --tw-shadow-color: rgb(254 240 200 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/70 {
  --tw-shadow-color: rgb(254 240 200 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/75 {
  --tw-shadow-color: rgb(254 240 200 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/80 {
  --tw-shadow-color: rgb(254 240 200 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/90 {
  --tw-shadow-color: rgb(254 240 200 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/95 {
  --tw-shadow-color: rgb(254 240 200 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/base-opacity-disabled {
  --tw-shadow-color: rgb(254 240 200 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-0 {
  --tw-shadow-color: rgb(254 240 200 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-10 {
  --tw-shadow-color: rgb(254 240 200 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-100 {
  --tw-shadow-color: rgb(254 240 200 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-20 {
  --tw-shadow-color: rgb(254 240 200 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-30 {
  --tw-shadow-color: rgb(254 240 200 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-40 {
  --tw-shadow-color: rgb(254 240 200 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-50 {
  --tw-shadow-color: rgb(254 240 200 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-60 {
  --tw-shadow-color: rgb(254 240 200 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-70 {
  --tw-shadow-color: rgb(254 240 200 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-80 {
  --tw-shadow-color: rgb(254 240 200 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-attention\/core-opacity-90 {
  --tw-shadow-color: rgb(254 240 200 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand {
  --tw-shadow-color: #cdd6f9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis {
  --tw-shadow-color: #5d5bd7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/0 {
  --tw-shadow-color: rgb(93 91 215 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/10 {
  --tw-shadow-color: rgb(93 91 215 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/100 {
  --tw-shadow-color: rgb(93 91 215 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/20 {
  --tw-shadow-color: rgb(93 91 215 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/25 {
  --tw-shadow-color: rgb(93 91 215 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/30 {
  --tw-shadow-color: rgb(93 91 215 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/40 {
  --tw-shadow-color: rgb(93 91 215 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/5 {
  --tw-shadow-color: rgb(93 91 215 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/50 {
  --tw-shadow-color: rgb(93 91 215 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/60 {
  --tw-shadow-color: rgb(93 91 215 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/70 {
  --tw-shadow-color: rgb(93 91 215 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/75 {
  --tw-shadow-color: rgb(93 91 215 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/80 {
  --tw-shadow-color: rgb(93 91 215 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/90 {
  --tw-shadow-color: rgb(93 91 215 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/95 {
  --tw-shadow-color: rgb(93 91 215 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(93 91 215 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(93 91 215 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(93 91 215 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(93 91 215 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(93 91 215 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(93 91 215 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(93 91 215 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(93 91 215 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(93 91 215 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(93 91 215 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(93 91 215 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(93 91 215 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle {
  --tw-shadow-color: #f2f4fd;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/0 {
  --tw-shadow-color: rgb(242 244 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/10 {
  --tw-shadow-color: rgb(242 244 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/100 {
  --tw-shadow-color: rgb(242 244 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/20 {
  --tw-shadow-color: rgb(242 244 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/25 {
  --tw-shadow-color: rgb(242 244 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/30 {
  --tw-shadow-color: rgb(242 244 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/40 {
  --tw-shadow-color: rgb(242 244 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/5 {
  --tw-shadow-color: rgb(242 244 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/50 {
  --tw-shadow-color: rgb(242 244 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/60 {
  --tw-shadow-color: rgb(242 244 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/70 {
  --tw-shadow-color: rgb(242 244 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/75 {
  --tw-shadow-color: rgb(242 244 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/80 {
  --tw-shadow-color: rgb(242 244 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/90 {
  --tw-shadow-color: rgb(242 244 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/95 {
  --tw-shadow-color: rgb(242 244 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(242 244 253 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(242 244 253 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(242 244 253 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(242 244 253 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(242 244 253 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(242 244 253 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(242 244 253 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(242 244 253 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(242 244 253 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(242 244 253 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(242 244 253 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(242 244 253 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/0 {
  --tw-shadow-color: rgb(205 214 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/10 {
  --tw-shadow-color: rgb(205 214 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/100 {
  --tw-shadow-color: rgb(205 214 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/20 {
  --tw-shadow-color: rgb(205 214 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/25 {
  --tw-shadow-color: rgb(205 214 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/30 {
  --tw-shadow-color: rgb(205 214 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/40 {
  --tw-shadow-color: rgb(205 214 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/5 {
  --tw-shadow-color: rgb(205 214 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/50 {
  --tw-shadow-color: rgb(205 214 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/60 {
  --tw-shadow-color: rgb(205 214 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/70 {
  --tw-shadow-color: rgb(205 214 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/75 {
  --tw-shadow-color: rgb(205 214 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/80 {
  --tw-shadow-color: rgb(205 214 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/90 {
  --tw-shadow-color: rgb(205 214 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/95 {
  --tw-shadow-color: rgb(205 214 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/base-opacity-disabled {
  --tw-shadow-color: rgb(205 214 249 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-0 {
  --tw-shadow-color: rgb(205 214 249 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-10 {
  --tw-shadow-color: rgb(205 214 249 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-100 {
  --tw-shadow-color: rgb(205 214 249 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-20 {
  --tw-shadow-color: rgb(205 214 249 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-30 {
  --tw-shadow-color: rgb(205 214 249 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-40 {
  --tw-shadow-color: rgb(205 214 249 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-50 {
  --tw-shadow-color: rgb(205 214 249 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-60 {
  --tw-shadow-color: rgb(205 214 249 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-70 {
  --tw-shadow-color: rgb(205 214 249 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-80 {
  --tw-shadow-color: rgb(205 214 249 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-brand\/core-opacity-90 {
  --tw-shadow-color: rgb(205 214 249 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger {
  --tw-shadow-color: #fee3e1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis {
  --tw-shadow-color: #f04438;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/0 {
  --tw-shadow-color: rgb(240 68 56 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/10 {
  --tw-shadow-color: rgb(240 68 56 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/100 {
  --tw-shadow-color: rgb(240 68 56 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/20 {
  --tw-shadow-color: rgb(240 68 56 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/25 {
  --tw-shadow-color: rgb(240 68 56 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/30 {
  --tw-shadow-color: rgb(240 68 56 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/40 {
  --tw-shadow-color: rgb(240 68 56 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/5 {
  --tw-shadow-color: rgb(240 68 56 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/50 {
  --tw-shadow-color: rgb(240 68 56 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/60 {
  --tw-shadow-color: rgb(240 68 56 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/70 {
  --tw-shadow-color: rgb(240 68 56 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/75 {
  --tw-shadow-color: rgb(240 68 56 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/80 {
  --tw-shadow-color: rgb(240 68 56 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/90 {
  --tw-shadow-color: rgb(240 68 56 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/95 {
  --tw-shadow-color: rgb(240 68 56 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(240 68 56 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(240 68 56 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(240 68 56 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(240 68 56 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(240 68 56 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(240 68 56 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(240 68 56 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(240 68 56 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(240 68 56 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(240 68 56 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(240 68 56 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(240 68 56 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle {
  --tw-shadow-color: #fffbfa;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/0 {
  --tw-shadow-color: rgb(255 251 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/10 {
  --tw-shadow-color: rgb(255 251 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/100 {
  --tw-shadow-color: rgb(255 251 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/20 {
  --tw-shadow-color: rgb(255 251 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/25 {
  --tw-shadow-color: rgb(255 251 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/30 {
  --tw-shadow-color: rgb(255 251 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/40 {
  --tw-shadow-color: rgb(255 251 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/5 {
  --tw-shadow-color: rgb(255 251 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/50 {
  --tw-shadow-color: rgb(255 251 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/60 {
  --tw-shadow-color: rgb(255 251 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/70 {
  --tw-shadow-color: rgb(255 251 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/75 {
  --tw-shadow-color: rgb(255 251 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/80 {
  --tw-shadow-color: rgb(255 251 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/90 {
  --tw-shadow-color: rgb(255 251 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/95 {
  --tw-shadow-color: rgb(255 251 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(255 251 250 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(255 251 250 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(255 251 250 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(255 251 250 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(255 251 250 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(255 251 250 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(255 251 250 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(255 251 250 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(255 251 250 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(255 251 250 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(255 251 250 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(255 251 250 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/0 {
  --tw-shadow-color: rgb(254 227 225 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/10 {
  --tw-shadow-color: rgb(254 227 225 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/100 {
  --tw-shadow-color: rgb(254 227 225 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/20 {
  --tw-shadow-color: rgb(254 227 225 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/25 {
  --tw-shadow-color: rgb(254 227 225 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/30 {
  --tw-shadow-color: rgb(254 227 225 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/40 {
  --tw-shadow-color: rgb(254 227 225 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/5 {
  --tw-shadow-color: rgb(254 227 225 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/50 {
  --tw-shadow-color: rgb(254 227 225 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/60 {
  --tw-shadow-color: rgb(254 227 225 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/70 {
  --tw-shadow-color: rgb(254 227 225 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/75 {
  --tw-shadow-color: rgb(254 227 225 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/80 {
  --tw-shadow-color: rgb(254 227 225 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/90 {
  --tw-shadow-color: rgb(254 227 225 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/95 {
  --tw-shadow-color: rgb(254 227 225 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/base-opacity-disabled {
  --tw-shadow-color: rgb(254 227 225 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-0 {
  --tw-shadow-color: rgb(254 227 225 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-10 {
  --tw-shadow-color: rgb(254 227 225 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-100 {
  --tw-shadow-color: rgb(254 227 225 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-20 {
  --tw-shadow-color: rgb(254 227 225 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-30 {
  --tw-shadow-color: rgb(254 227 225 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-40 {
  --tw-shadow-color: rgb(254 227 225 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-50 {
  --tw-shadow-color: rgb(254 227 225 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-60 {
  --tw-shadow-color: rgb(254 227 225 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-70 {
  --tw-shadow-color: rgb(254 227 225 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-80 {
  --tw-shadow-color: rgb(254 227 225 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-danger\/core-opacity-90 {
  --tw-shadow-color: rgb(254 227 225 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default {
  --tw-shadow-color: #ffffff;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/base-opacity-disabled {
  --tw-shadow-color: rgb(255 255 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-0 {
  --tw-shadow-color: rgb(255 255 255 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-10 {
  --tw-shadow-color: rgb(255 255 255 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-100 {
  --tw-shadow-color: rgb(255 255 255 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-20 {
  --tw-shadow-color: rgb(255 255 255 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-30 {
  --tw-shadow-color: rgb(255 255 255 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-40 {
  --tw-shadow-color: rgb(255 255 255 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-50 {
  --tw-shadow-color: rgb(255 255 255 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-60 {
  --tw-shadow-color: rgb(255 255 255 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-70 {
  --tw-shadow-color: rgb(255 255 255 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-80 {
  --tw-shadow-color: rgb(255 255 255 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-default\/core-opacity-90 {
  --tw-shadow-color: rgb(255 255 255 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis {
  --tw-shadow-color: #101828;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/0 {
  --tw-shadow-color: rgb(16 24 40 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/10 {
  --tw-shadow-color: rgb(16 24 40 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/100 {
  --tw-shadow-color: rgb(16 24 40 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/20 {
  --tw-shadow-color: rgb(16 24 40 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/25 {
  --tw-shadow-color: rgb(16 24 40 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/30 {
  --tw-shadow-color: rgb(16 24 40 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/40 {
  --tw-shadow-color: rgb(16 24 40 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/5 {
  --tw-shadow-color: rgb(16 24 40 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/50 {
  --tw-shadow-color: rgb(16 24 40 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/60 {
  --tw-shadow-color: rgb(16 24 40 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/70 {
  --tw-shadow-color: rgb(16 24 40 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/75 {
  --tw-shadow-color: rgb(16 24 40 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/80 {
  --tw-shadow-color: rgb(16 24 40 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/90 {
  --tw-shadow-color: rgb(16 24 40 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/95 {
  --tw-shadow-color: rgb(16 24 40 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(16 24 40 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(16 24 40 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(16 24 40 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(16 24 40 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(16 24 40 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(16 24 40 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(16 24 40 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(16 24 40 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(16 24 40 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(16 24 40 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(16 24 40 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(16 24 40 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted {
  --tw-shadow-color: #eaecf0;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/0 {
  --tw-shadow-color: rgb(234 236 240 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/10 {
  --tw-shadow-color: rgb(234 236 240 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/100 {
  --tw-shadow-color: rgb(234 236 240 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/20 {
  --tw-shadow-color: rgb(234 236 240 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/25 {
  --tw-shadow-color: rgb(234 236 240 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/30 {
  --tw-shadow-color: rgb(234 236 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/40 {
  --tw-shadow-color: rgb(234 236 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/5 {
  --tw-shadow-color: rgb(234 236 240 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/50 {
  --tw-shadow-color: rgb(234 236 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/60 {
  --tw-shadow-color: rgb(234 236 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/70 {
  --tw-shadow-color: rgb(234 236 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/75 {
  --tw-shadow-color: rgb(234 236 240 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/80 {
  --tw-shadow-color: rgb(234 236 240 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/90 {
  --tw-shadow-color: rgb(234 236 240 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/95 {
  --tw-shadow-color: rgb(234 236 240 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/base-opacity-disabled {
  --tw-shadow-color: rgb(234 236 240 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-0 {
  --tw-shadow-color: rgb(234 236 240 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-10 {
  --tw-shadow-color: rgb(234 236 240 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-100 {
  --tw-shadow-color: rgb(234 236 240 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-20 {
  --tw-shadow-color: rgb(234 236 240 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-30 {
  --tw-shadow-color: rgb(234 236 240 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-40 {
  --tw-shadow-color: rgb(234 236 240 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-50 {
  --tw-shadow-color: rgb(234 236 240 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-60 {
  --tw-shadow-color: rgb(234 236 240 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-70 {
  --tw-shadow-color: rgb(234 236 240 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-80 {
  --tw-shadow-color: rgb(234 236 240 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-muted\/core-opacity-90 {
  --tw-shadow-color: rgb(234 236 240 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle {
  --tw-shadow-color: #f2f4f7;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/0 {
  --tw-shadow-color: rgb(242 244 247 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/10 {
  --tw-shadow-color: rgb(242 244 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/100 {
  --tw-shadow-color: rgb(242 244 247 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/20 {
  --tw-shadow-color: rgb(242 244 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/25 {
  --tw-shadow-color: rgb(242 244 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/30 {
  --tw-shadow-color: rgb(242 244 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/40 {
  --tw-shadow-color: rgb(242 244 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/5 {
  --tw-shadow-color: rgb(242 244 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/50 {
  --tw-shadow-color: rgb(242 244 247 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/60 {
  --tw-shadow-color: rgb(242 244 247 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/70 {
  --tw-shadow-color: rgb(242 244 247 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/75 {
  --tw-shadow-color: rgb(242 244 247 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/80 {
  --tw-shadow-color: rgb(242 244 247 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/90 {
  --tw-shadow-color: rgb(242 244 247 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/95 {
  --tw-shadow-color: rgb(242 244 247 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(242 244 247 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(242 244 247 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(242 244 247 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(242 244 247 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(242 244 247 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(242 244 247 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(242 244 247 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(242 244 247 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(242 244 247 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(242 244 247 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(242 244 247 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(242 244 247 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success {
  --tw-shadow-color: #d1fadf;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis {
  --tw-shadow-color: #12b569;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/0 {
  --tw-shadow-color: rgb(18 181 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/10 {
  --tw-shadow-color: rgb(18 181 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/100 {
  --tw-shadow-color: rgb(18 181 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/20 {
  --tw-shadow-color: rgb(18 181 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/25 {
  --tw-shadow-color: rgb(18 181 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/30 {
  --tw-shadow-color: rgb(18 181 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/40 {
  --tw-shadow-color: rgb(18 181 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/5 {
  --tw-shadow-color: rgb(18 181 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/50 {
  --tw-shadow-color: rgb(18 181 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/60 {
  --tw-shadow-color: rgb(18 181 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/70 {
  --tw-shadow-color: rgb(18 181 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/75 {
  --tw-shadow-color: rgb(18 181 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/80 {
  --tw-shadow-color: rgb(18 181 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/90 {
  --tw-shadow-color: rgb(18 181 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/95 {
  --tw-shadow-color: rgb(18 181 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-shadow-color: rgb(18 181 105 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-shadow-color: rgb(18 181 105 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-shadow-color: rgb(18 181 105 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-shadow-color: rgb(18 181 105 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-shadow-color: rgb(18 181 105 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-shadow-color: rgb(18 181 105 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-shadow-color: rgb(18 181 105 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-shadow-color: rgb(18 181 105 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-shadow-color: rgb(18 181 105 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-shadow-color: rgb(18 181 105 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-shadow-color: rgb(18 181 105 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-shadow-color: rgb(18 181 105 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle {
  --tw-shadow-color: #f6fef9;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/0 {
  --tw-shadow-color: rgb(246 254 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/10 {
  --tw-shadow-color: rgb(246 254 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/100 {
  --tw-shadow-color: rgb(246 254 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/20 {
  --tw-shadow-color: rgb(246 254 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/25 {
  --tw-shadow-color: rgb(246 254 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/30 {
  --tw-shadow-color: rgb(246 254 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/40 {
  --tw-shadow-color: rgb(246 254 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/5 {
  --tw-shadow-color: rgb(246 254 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/50 {
  --tw-shadow-color: rgb(246 254 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/60 {
  --tw-shadow-color: rgb(246 254 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/70 {
  --tw-shadow-color: rgb(246 254 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/75 {
  --tw-shadow-color: rgb(246 254 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/80 {
  --tw-shadow-color: rgb(246 254 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/90 {
  --tw-shadow-color: rgb(246 254 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/95 {
  --tw-shadow-color: rgb(246 254 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-shadow-color: rgb(246 254 249 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-shadow-color: rgb(246 254 249 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-shadow-color: rgb(246 254 249 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-shadow-color: rgb(246 254 249 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-shadow-color: rgb(246 254 249 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-shadow-color: rgb(246 254 249 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-shadow-color: rgb(246 254 249 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-shadow-color: rgb(246 254 249 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-shadow-color: rgb(246 254 249 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-shadow-color: rgb(246 254 249 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-shadow-color: rgb(246 254 249 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-shadow-color: rgb(246 254 249 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/0 {
  --tw-shadow-color: rgb(209 250 223 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/10 {
  --tw-shadow-color: rgb(209 250 223 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/100 {
  --tw-shadow-color: rgb(209 250 223 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/20 {
  --tw-shadow-color: rgb(209 250 223 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/25 {
  --tw-shadow-color: rgb(209 250 223 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/30 {
  --tw-shadow-color: rgb(209 250 223 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/40 {
  --tw-shadow-color: rgb(209 250 223 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/5 {
  --tw-shadow-color: rgb(209 250 223 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/50 {
  --tw-shadow-color: rgb(209 250 223 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/60 {
  --tw-shadow-color: rgb(209 250 223 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/70 {
  --tw-shadow-color: rgb(209 250 223 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/75 {
  --tw-shadow-color: rgb(209 250 223 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/80 {
  --tw-shadow-color: rgb(209 250 223 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/90 {
  --tw-shadow-color: rgb(209 250 223 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/95 {
  --tw-shadow-color: rgb(209 250 223 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/base-opacity-disabled {
  --tw-shadow-color: rgb(209 250 223 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-0 {
  --tw-shadow-color: rgb(209 250 223 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-10 {
  --tw-shadow-color: rgb(209 250 223 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-100 {
  --tw-shadow-color: rgb(209 250 223 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-20 {
  --tw-shadow-color: rgb(209 250 223 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-30 {
  --tw-shadow-color: rgb(209 250 223 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-40 {
  --tw-shadow-color: rgb(209 250 223 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-50 {
  --tw-shadow-color: rgb(209 250 223 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-60 {
  --tw-shadow-color: rgb(209 250 223 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-70 {
  --tw-shadow-color: rgb(209 250 223 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-80 {
  --tw-shadow-color: rgb(209 250 223 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-success\/core-opacity-90 {
  --tw-shadow-color: rgb(209 250 223 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent {
  --tw-shadow-color: #00000000;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/base-opacity-disabled {
  --tw-shadow-color: rgb(0 0 0 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-0 {
  --tw-shadow-color: rgb(0 0 0 / 0%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-10 {
  --tw-shadow-color: rgb(0 0 0 / 10%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-100 {
  --tw-shadow-color: rgb(0 0 0 / 100%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-20 {
  --tw-shadow-color: rgb(0 0 0 / 20%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-30 {
  --tw-shadow-color: rgb(0 0 0 / 30%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-40 {
  --tw-shadow-color: rgb(0 0 0 / 40%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-50 {
  --tw-shadow-color: rgb(0 0 0 / 50%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-60 {
  --tw-shadow-color: rgb(0 0 0 / 60%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-70 {
  --tw-shadow-color: rgb(0 0 0 / 70%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-80 {
  --tw-shadow-color: rgb(0 0 0 / 80%);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-base-color-bg-transparent\/core-opacity-90 {
  --tw-shadow-color: rgb(0 0 0 / 90%);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-0 {
  outline-width: 0px;
}
.outline-base-color-bg-accent {
  outline-color: #d1e0ff;
}
.outline-base-color-bg-accent-emphasis {
  outline-color: #155eef;
}
.outline-base-color-bg-accent-emphasis\/0 {
  outline-color: rgb(21 94 239 / 0);
}
.outline-base-color-bg-accent-emphasis\/10 {
  outline-color: rgb(21 94 239 / 0.1);
}
.outline-base-color-bg-accent-emphasis\/100 {
  outline-color: rgb(21 94 239 / 1);
}
.outline-base-color-bg-accent-emphasis\/20 {
  outline-color: rgb(21 94 239 / 0.2);
}
.outline-base-color-bg-accent-emphasis\/25 {
  outline-color: rgb(21 94 239 / 0.25);
}
.outline-base-color-bg-accent-emphasis\/30 {
  outline-color: rgb(21 94 239 / 0.3);
}
.outline-base-color-bg-accent-emphasis\/40 {
  outline-color: rgb(21 94 239 / 0.4);
}
.outline-base-color-bg-accent-emphasis\/5 {
  outline-color: rgb(21 94 239 / 0.05);
}
.outline-base-color-bg-accent-emphasis\/50 {
  outline-color: rgb(21 94 239 / 0.5);
}
.outline-base-color-bg-accent-emphasis\/60 {
  outline-color: rgb(21 94 239 / 0.6);
}
.outline-base-color-bg-accent-emphasis\/70 {
  outline-color: rgb(21 94 239 / 0.7);
}
.outline-base-color-bg-accent-emphasis\/75 {
  outline-color: rgb(21 94 239 / 0.75);
}
.outline-base-color-bg-accent-emphasis\/80 {
  outline-color: rgb(21 94 239 / 0.8);
}
.outline-base-color-bg-accent-emphasis\/90 {
  outline-color: rgb(21 94 239 / 0.9);
}
.outline-base-color-bg-accent-emphasis\/95 {
  outline-color: rgb(21 94 239 / 0.95);
}
.outline-base-color-bg-accent-emphasis\/base-opacity-disabled {
  outline-color: rgb(21 94 239 / 60%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-0 {
  outline-color: rgb(21 94 239 / 0%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-10 {
  outline-color: rgb(21 94 239 / 10%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-100 {
  outline-color: rgb(21 94 239 / 100%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-20 {
  outline-color: rgb(21 94 239 / 20%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-30 {
  outline-color: rgb(21 94 239 / 30%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-40 {
  outline-color: rgb(21 94 239 / 40%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-50 {
  outline-color: rgb(21 94 239 / 50%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-60 {
  outline-color: rgb(21 94 239 / 60%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-70 {
  outline-color: rgb(21 94 239 / 70%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-80 {
  outline-color: rgb(21 94 239 / 80%);
}
.outline-base-color-bg-accent-emphasis\/core-opacity-90 {
  outline-color: rgb(21 94 239 / 90%);
}
.outline-base-color-bg-accent-subtle {
  outline-color: #f5f8ff;
}
.outline-base-color-bg-accent-subtle\/0 {
  outline-color: rgb(245 248 255 / 0);
}
.outline-base-color-bg-accent-subtle\/10 {
  outline-color: rgb(245 248 255 / 0.1);
}
.outline-base-color-bg-accent-subtle\/100 {
  outline-color: rgb(245 248 255 / 1);
}
.outline-base-color-bg-accent-subtle\/20 {
  outline-color: rgb(245 248 255 / 0.2);
}
.outline-base-color-bg-accent-subtle\/25 {
  outline-color: rgb(245 248 255 / 0.25);
}
.outline-base-color-bg-accent-subtle\/30 {
  outline-color: rgb(245 248 255 / 0.3);
}
.outline-base-color-bg-accent-subtle\/40 {
  outline-color: rgb(245 248 255 / 0.4);
}
.outline-base-color-bg-accent-subtle\/5 {
  outline-color: rgb(245 248 255 / 0.05);
}
.outline-base-color-bg-accent-subtle\/50 {
  outline-color: rgb(245 248 255 / 0.5);
}
.outline-base-color-bg-accent-subtle\/60 {
  outline-color: rgb(245 248 255 / 0.6);
}
.outline-base-color-bg-accent-subtle\/70 {
  outline-color: rgb(245 248 255 / 0.7);
}
.outline-base-color-bg-accent-subtle\/75 {
  outline-color: rgb(245 248 255 / 0.75);
}
.outline-base-color-bg-accent-subtle\/80 {
  outline-color: rgb(245 248 255 / 0.8);
}
.outline-base-color-bg-accent-subtle\/90 {
  outline-color: rgb(245 248 255 / 0.9);
}
.outline-base-color-bg-accent-subtle\/95 {
  outline-color: rgb(245 248 255 / 0.95);
}
.outline-base-color-bg-accent-subtle\/base-opacity-disabled {
  outline-color: rgb(245 248 255 / 60%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-0 {
  outline-color: rgb(245 248 255 / 0%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-10 {
  outline-color: rgb(245 248 255 / 10%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-100 {
  outline-color: rgb(245 248 255 / 100%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-20 {
  outline-color: rgb(245 248 255 / 20%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-30 {
  outline-color: rgb(245 248 255 / 30%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-40 {
  outline-color: rgb(245 248 255 / 40%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-50 {
  outline-color: rgb(245 248 255 / 50%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-60 {
  outline-color: rgb(245 248 255 / 60%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-70 {
  outline-color: rgb(245 248 255 / 70%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-80 {
  outline-color: rgb(245 248 255 / 80%);
}
.outline-base-color-bg-accent-subtle\/core-opacity-90 {
  outline-color: rgb(245 248 255 / 90%);
}
.outline-base-color-bg-accent\/0 {
  outline-color: rgb(209 224 255 / 0);
}
.outline-base-color-bg-accent\/10 {
  outline-color: rgb(209 224 255 / 0.1);
}
.outline-base-color-bg-accent\/100 {
  outline-color: rgb(209 224 255 / 1);
}
.outline-base-color-bg-accent\/20 {
  outline-color: rgb(209 224 255 / 0.2);
}
.outline-base-color-bg-accent\/25 {
  outline-color: rgb(209 224 255 / 0.25);
}
.outline-base-color-bg-accent\/30 {
  outline-color: rgb(209 224 255 / 0.3);
}
.outline-base-color-bg-accent\/40 {
  outline-color: rgb(209 224 255 / 0.4);
}
.outline-base-color-bg-accent\/5 {
  outline-color: rgb(209 224 255 / 0.05);
}
.outline-base-color-bg-accent\/50 {
  outline-color: rgb(209 224 255 / 0.5);
}
.outline-base-color-bg-accent\/60 {
  outline-color: rgb(209 224 255 / 0.6);
}
.outline-base-color-bg-accent\/70 {
  outline-color: rgb(209 224 255 / 0.7);
}
.outline-base-color-bg-accent\/75 {
  outline-color: rgb(209 224 255 / 0.75);
}
.outline-base-color-bg-accent\/80 {
  outline-color: rgb(209 224 255 / 0.8);
}
.outline-base-color-bg-accent\/90 {
  outline-color: rgb(209 224 255 / 0.9);
}
.outline-base-color-bg-accent\/95 {
  outline-color: rgb(209 224 255 / 0.95);
}
.outline-base-color-bg-accent\/base-opacity-disabled {
  outline-color: rgb(209 224 255 / 60%);
}
.outline-base-color-bg-accent\/core-opacity-0 {
  outline-color: rgb(209 224 255 / 0%);
}
.outline-base-color-bg-accent\/core-opacity-10 {
  outline-color: rgb(209 224 255 / 10%);
}
.outline-base-color-bg-accent\/core-opacity-100 {
  outline-color: rgb(209 224 255 / 100%);
}
.outline-base-color-bg-accent\/core-opacity-20 {
  outline-color: rgb(209 224 255 / 20%);
}
.outline-base-color-bg-accent\/core-opacity-30 {
  outline-color: rgb(209 224 255 / 30%);
}
.outline-base-color-bg-accent\/core-opacity-40 {
  outline-color: rgb(209 224 255 / 40%);
}
.outline-base-color-bg-accent\/core-opacity-50 {
  outline-color: rgb(209 224 255 / 50%);
}
.outline-base-color-bg-accent\/core-opacity-60 {
  outline-color: rgb(209 224 255 / 60%);
}
.outline-base-color-bg-accent\/core-opacity-70 {
  outline-color: rgb(209 224 255 / 70%);
}
.outline-base-color-bg-accent\/core-opacity-80 {
  outline-color: rgb(209 224 255 / 80%);
}
.outline-base-color-bg-accent\/core-opacity-90 {
  outline-color: rgb(209 224 255 / 90%);
}
.outline-base-color-bg-attention {
  outline-color: #fef0c8;
}
.outline-base-color-bg-attention-emphasis {
  outline-color: #dd6903;
}
.outline-base-color-bg-attention-emphasis\/0 {
  outline-color: rgb(221 105 3 / 0);
}
.outline-base-color-bg-attention-emphasis\/10 {
  outline-color: rgb(221 105 3 / 0.1);
}
.outline-base-color-bg-attention-emphasis\/100 {
  outline-color: rgb(221 105 3 / 1);
}
.outline-base-color-bg-attention-emphasis\/20 {
  outline-color: rgb(221 105 3 / 0.2);
}
.outline-base-color-bg-attention-emphasis\/25 {
  outline-color: rgb(221 105 3 / 0.25);
}
.outline-base-color-bg-attention-emphasis\/30 {
  outline-color: rgb(221 105 3 / 0.3);
}
.outline-base-color-bg-attention-emphasis\/40 {
  outline-color: rgb(221 105 3 / 0.4);
}
.outline-base-color-bg-attention-emphasis\/5 {
  outline-color: rgb(221 105 3 / 0.05);
}
.outline-base-color-bg-attention-emphasis\/50 {
  outline-color: rgb(221 105 3 / 0.5);
}
.outline-base-color-bg-attention-emphasis\/60 {
  outline-color: rgb(221 105 3 / 0.6);
}
.outline-base-color-bg-attention-emphasis\/70 {
  outline-color: rgb(221 105 3 / 0.7);
}
.outline-base-color-bg-attention-emphasis\/75 {
  outline-color: rgb(221 105 3 / 0.75);
}
.outline-base-color-bg-attention-emphasis\/80 {
  outline-color: rgb(221 105 3 / 0.8);
}
.outline-base-color-bg-attention-emphasis\/90 {
  outline-color: rgb(221 105 3 / 0.9);
}
.outline-base-color-bg-attention-emphasis\/95 {
  outline-color: rgb(221 105 3 / 0.95);
}
.outline-base-color-bg-attention-emphasis\/base-opacity-disabled {
  outline-color: rgb(221 105 3 / 60%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-0 {
  outline-color: rgb(221 105 3 / 0%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-10 {
  outline-color: rgb(221 105 3 / 10%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-100 {
  outline-color: rgb(221 105 3 / 100%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-20 {
  outline-color: rgb(221 105 3 / 20%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-30 {
  outline-color: rgb(221 105 3 / 30%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-40 {
  outline-color: rgb(221 105 3 / 40%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-50 {
  outline-color: rgb(221 105 3 / 50%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-60 {
  outline-color: rgb(221 105 3 / 60%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-70 {
  outline-color: rgb(221 105 3 / 70%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-80 {
  outline-color: rgb(221 105 3 / 80%);
}
.outline-base-color-bg-attention-emphasis\/core-opacity-90 {
  outline-color: rgb(221 105 3 / 90%);
}
.outline-base-color-bg-attention-subtle {
  outline-color: #fffcf5;
}
.outline-base-color-bg-attention-subtle\/0 {
  outline-color: rgb(255 252 245 / 0);
}
.outline-base-color-bg-attention-subtle\/10 {
  outline-color: rgb(255 252 245 / 0.1);
}
.outline-base-color-bg-attention-subtle\/100 {
  outline-color: rgb(255 252 245 / 1);
}
.outline-base-color-bg-attention-subtle\/20 {
  outline-color: rgb(255 252 245 / 0.2);
}
.outline-base-color-bg-attention-subtle\/25 {
  outline-color: rgb(255 252 245 / 0.25);
}
.outline-base-color-bg-attention-subtle\/30 {
  outline-color: rgb(255 252 245 / 0.3);
}
.outline-base-color-bg-attention-subtle\/40 {
  outline-color: rgb(255 252 245 / 0.4);
}
.outline-base-color-bg-attention-subtle\/5 {
  outline-color: rgb(255 252 245 / 0.05);
}
.outline-base-color-bg-attention-subtle\/50 {
  outline-color: rgb(255 252 245 / 0.5);
}
.outline-base-color-bg-attention-subtle\/60 {
  outline-color: rgb(255 252 245 / 0.6);
}
.outline-base-color-bg-attention-subtle\/70 {
  outline-color: rgb(255 252 245 / 0.7);
}
.outline-base-color-bg-attention-subtle\/75 {
  outline-color: rgb(255 252 245 / 0.75);
}
.outline-base-color-bg-attention-subtle\/80 {
  outline-color: rgb(255 252 245 / 0.8);
}
.outline-base-color-bg-attention-subtle\/90 {
  outline-color: rgb(255 252 245 / 0.9);
}
.outline-base-color-bg-attention-subtle\/95 {
  outline-color: rgb(255 252 245 / 0.95);
}
.outline-base-color-bg-attention-subtle\/base-opacity-disabled {
  outline-color: rgb(255 252 245 / 60%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-0 {
  outline-color: rgb(255 252 245 / 0%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-10 {
  outline-color: rgb(255 252 245 / 10%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-100 {
  outline-color: rgb(255 252 245 / 100%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-20 {
  outline-color: rgb(255 252 245 / 20%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-30 {
  outline-color: rgb(255 252 245 / 30%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-40 {
  outline-color: rgb(255 252 245 / 40%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-50 {
  outline-color: rgb(255 252 245 / 50%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-60 {
  outline-color: rgb(255 252 245 / 60%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-70 {
  outline-color: rgb(255 252 245 / 70%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-80 {
  outline-color: rgb(255 252 245 / 80%);
}
.outline-base-color-bg-attention-subtle\/core-opacity-90 {
  outline-color: rgb(255 252 245 / 90%);
}
.outline-base-color-bg-attention\/0 {
  outline-color: rgb(254 240 200 / 0);
}
.outline-base-color-bg-attention\/10 {
  outline-color: rgb(254 240 200 / 0.1);
}
.outline-base-color-bg-attention\/100 {
  outline-color: rgb(254 240 200 / 1);
}
.outline-base-color-bg-attention\/20 {
  outline-color: rgb(254 240 200 / 0.2);
}
.outline-base-color-bg-attention\/25 {
  outline-color: rgb(254 240 200 / 0.25);
}
.outline-base-color-bg-attention\/30 {
  outline-color: rgb(254 240 200 / 0.3);
}
.outline-base-color-bg-attention\/40 {
  outline-color: rgb(254 240 200 / 0.4);
}
.outline-base-color-bg-attention\/5 {
  outline-color: rgb(254 240 200 / 0.05);
}
.outline-base-color-bg-attention\/50 {
  outline-color: rgb(254 240 200 / 0.5);
}
.outline-base-color-bg-attention\/60 {
  outline-color: rgb(254 240 200 / 0.6);
}
.outline-base-color-bg-attention\/70 {
  outline-color: rgb(254 240 200 / 0.7);
}
.outline-base-color-bg-attention\/75 {
  outline-color: rgb(254 240 200 / 0.75);
}
.outline-base-color-bg-attention\/80 {
  outline-color: rgb(254 240 200 / 0.8);
}
.outline-base-color-bg-attention\/90 {
  outline-color: rgb(254 240 200 / 0.9);
}
.outline-base-color-bg-attention\/95 {
  outline-color: rgb(254 240 200 / 0.95);
}
.outline-base-color-bg-attention\/base-opacity-disabled {
  outline-color: rgb(254 240 200 / 60%);
}
.outline-base-color-bg-attention\/core-opacity-0 {
  outline-color: rgb(254 240 200 / 0%);
}
.outline-base-color-bg-attention\/core-opacity-10 {
  outline-color: rgb(254 240 200 / 10%);
}
.outline-base-color-bg-attention\/core-opacity-100 {
  outline-color: rgb(254 240 200 / 100%);
}
.outline-base-color-bg-attention\/core-opacity-20 {
  outline-color: rgb(254 240 200 / 20%);
}
.outline-base-color-bg-attention\/core-opacity-30 {
  outline-color: rgb(254 240 200 / 30%);
}
.outline-base-color-bg-attention\/core-opacity-40 {
  outline-color: rgb(254 240 200 / 40%);
}
.outline-base-color-bg-attention\/core-opacity-50 {
  outline-color: rgb(254 240 200 / 50%);
}
.outline-base-color-bg-attention\/core-opacity-60 {
  outline-color: rgb(254 240 200 / 60%);
}
.outline-base-color-bg-attention\/core-opacity-70 {
  outline-color: rgb(254 240 200 / 70%);
}
.outline-base-color-bg-attention\/core-opacity-80 {
  outline-color: rgb(254 240 200 / 80%);
}
.outline-base-color-bg-attention\/core-opacity-90 {
  outline-color: rgb(254 240 200 / 90%);
}
.outline-base-color-bg-brand {
  outline-color: #cdd6f9;
}
.outline-base-color-bg-brand-emphasis {
  outline-color: #5d5bd7;
}
.outline-base-color-bg-brand-emphasis\/0 {
  outline-color: rgb(93 91 215 / 0);
}
.outline-base-color-bg-brand-emphasis\/10 {
  outline-color: rgb(93 91 215 / 0.1);
}
.outline-base-color-bg-brand-emphasis\/100 {
  outline-color: rgb(93 91 215 / 1);
}
.outline-base-color-bg-brand-emphasis\/20 {
  outline-color: rgb(93 91 215 / 0.2);
}
.outline-base-color-bg-brand-emphasis\/25 {
  outline-color: rgb(93 91 215 / 0.25);
}
.outline-base-color-bg-brand-emphasis\/30 {
  outline-color: rgb(93 91 215 / 0.3);
}
.outline-base-color-bg-brand-emphasis\/40 {
  outline-color: rgb(93 91 215 / 0.4);
}
.outline-base-color-bg-brand-emphasis\/5 {
  outline-color: rgb(93 91 215 / 0.05);
}
.outline-base-color-bg-brand-emphasis\/50 {
  outline-color: rgb(93 91 215 / 0.5);
}
.outline-base-color-bg-brand-emphasis\/60 {
  outline-color: rgb(93 91 215 / 0.6);
}
.outline-base-color-bg-brand-emphasis\/70 {
  outline-color: rgb(93 91 215 / 0.7);
}
.outline-base-color-bg-brand-emphasis\/75 {
  outline-color: rgb(93 91 215 / 0.75);
}
.outline-base-color-bg-brand-emphasis\/80 {
  outline-color: rgb(93 91 215 / 0.8);
}
.outline-base-color-bg-brand-emphasis\/90 {
  outline-color: rgb(93 91 215 / 0.9);
}
.outline-base-color-bg-brand-emphasis\/95 {
  outline-color: rgb(93 91 215 / 0.95);
}
.outline-base-color-bg-brand-emphasis\/base-opacity-disabled {
  outline-color: rgb(93 91 215 / 60%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-0 {
  outline-color: rgb(93 91 215 / 0%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-10 {
  outline-color: rgb(93 91 215 / 10%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-100 {
  outline-color: rgb(93 91 215 / 100%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-20 {
  outline-color: rgb(93 91 215 / 20%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-30 {
  outline-color: rgb(93 91 215 / 30%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-40 {
  outline-color: rgb(93 91 215 / 40%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-50 {
  outline-color: rgb(93 91 215 / 50%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-60 {
  outline-color: rgb(93 91 215 / 60%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-70 {
  outline-color: rgb(93 91 215 / 70%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-80 {
  outline-color: rgb(93 91 215 / 80%);
}
.outline-base-color-bg-brand-emphasis\/core-opacity-90 {
  outline-color: rgb(93 91 215 / 90%);
}
.outline-base-color-bg-brand-subtle {
  outline-color: #f2f4fd;
}
.outline-base-color-bg-brand-subtle\/0 {
  outline-color: rgb(242 244 253 / 0);
}
.outline-base-color-bg-brand-subtle\/10 {
  outline-color: rgb(242 244 253 / 0.1);
}
.outline-base-color-bg-brand-subtle\/100 {
  outline-color: rgb(242 244 253 / 1);
}
.outline-base-color-bg-brand-subtle\/20 {
  outline-color: rgb(242 244 253 / 0.2);
}
.outline-base-color-bg-brand-subtle\/25 {
  outline-color: rgb(242 244 253 / 0.25);
}
.outline-base-color-bg-brand-subtle\/30 {
  outline-color: rgb(242 244 253 / 0.3);
}
.outline-base-color-bg-brand-subtle\/40 {
  outline-color: rgb(242 244 253 / 0.4);
}
.outline-base-color-bg-brand-subtle\/5 {
  outline-color: rgb(242 244 253 / 0.05);
}
.outline-base-color-bg-brand-subtle\/50 {
  outline-color: rgb(242 244 253 / 0.5);
}
.outline-base-color-bg-brand-subtle\/60 {
  outline-color: rgb(242 244 253 / 0.6);
}
.outline-base-color-bg-brand-subtle\/70 {
  outline-color: rgb(242 244 253 / 0.7);
}
.outline-base-color-bg-brand-subtle\/75 {
  outline-color: rgb(242 244 253 / 0.75);
}
.outline-base-color-bg-brand-subtle\/80 {
  outline-color: rgb(242 244 253 / 0.8);
}
.outline-base-color-bg-brand-subtle\/90 {
  outline-color: rgb(242 244 253 / 0.9);
}
.outline-base-color-bg-brand-subtle\/95 {
  outline-color: rgb(242 244 253 / 0.95);
}
.outline-base-color-bg-brand-subtle\/base-opacity-disabled {
  outline-color: rgb(242 244 253 / 60%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-0 {
  outline-color: rgb(242 244 253 / 0%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-10 {
  outline-color: rgb(242 244 253 / 10%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-100 {
  outline-color: rgb(242 244 253 / 100%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-20 {
  outline-color: rgb(242 244 253 / 20%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-30 {
  outline-color: rgb(242 244 253 / 30%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-40 {
  outline-color: rgb(242 244 253 / 40%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-50 {
  outline-color: rgb(242 244 253 / 50%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-60 {
  outline-color: rgb(242 244 253 / 60%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-70 {
  outline-color: rgb(242 244 253 / 70%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-80 {
  outline-color: rgb(242 244 253 / 80%);
}
.outline-base-color-bg-brand-subtle\/core-opacity-90 {
  outline-color: rgb(242 244 253 / 90%);
}
.outline-base-color-bg-brand\/0 {
  outline-color: rgb(205 214 249 / 0);
}
.outline-base-color-bg-brand\/10 {
  outline-color: rgb(205 214 249 / 0.1);
}
.outline-base-color-bg-brand\/100 {
  outline-color: rgb(205 214 249 / 1);
}
.outline-base-color-bg-brand\/20 {
  outline-color: rgb(205 214 249 / 0.2);
}
.outline-base-color-bg-brand\/25 {
  outline-color: rgb(205 214 249 / 0.25);
}
.outline-base-color-bg-brand\/30 {
  outline-color: rgb(205 214 249 / 0.3);
}
.outline-base-color-bg-brand\/40 {
  outline-color: rgb(205 214 249 / 0.4);
}
.outline-base-color-bg-brand\/5 {
  outline-color: rgb(205 214 249 / 0.05);
}
.outline-base-color-bg-brand\/50 {
  outline-color: rgb(205 214 249 / 0.5);
}
.outline-base-color-bg-brand\/60 {
  outline-color: rgb(205 214 249 / 0.6);
}
.outline-base-color-bg-brand\/70 {
  outline-color: rgb(205 214 249 / 0.7);
}
.outline-base-color-bg-brand\/75 {
  outline-color: rgb(205 214 249 / 0.75);
}
.outline-base-color-bg-brand\/80 {
  outline-color: rgb(205 214 249 / 0.8);
}
.outline-base-color-bg-brand\/90 {
  outline-color: rgb(205 214 249 / 0.9);
}
.outline-base-color-bg-brand\/95 {
  outline-color: rgb(205 214 249 / 0.95);
}
.outline-base-color-bg-brand\/base-opacity-disabled {
  outline-color: rgb(205 214 249 / 60%);
}
.outline-base-color-bg-brand\/core-opacity-0 {
  outline-color: rgb(205 214 249 / 0%);
}
.outline-base-color-bg-brand\/core-opacity-10 {
  outline-color: rgb(205 214 249 / 10%);
}
.outline-base-color-bg-brand\/core-opacity-100 {
  outline-color: rgb(205 214 249 / 100%);
}
.outline-base-color-bg-brand\/core-opacity-20 {
  outline-color: rgb(205 214 249 / 20%);
}
.outline-base-color-bg-brand\/core-opacity-30 {
  outline-color: rgb(205 214 249 / 30%);
}
.outline-base-color-bg-brand\/core-opacity-40 {
  outline-color: rgb(205 214 249 / 40%);
}
.outline-base-color-bg-brand\/core-opacity-50 {
  outline-color: rgb(205 214 249 / 50%);
}
.outline-base-color-bg-brand\/core-opacity-60 {
  outline-color: rgb(205 214 249 / 60%);
}
.outline-base-color-bg-brand\/core-opacity-70 {
  outline-color: rgb(205 214 249 / 70%);
}
.outline-base-color-bg-brand\/core-opacity-80 {
  outline-color: rgb(205 214 249 / 80%);
}
.outline-base-color-bg-brand\/core-opacity-90 {
  outline-color: rgb(205 214 249 / 90%);
}
.outline-base-color-bg-danger {
  outline-color: #fee3e1;
}
.outline-base-color-bg-danger-emphasis {
  outline-color: #f04438;
}
.outline-base-color-bg-danger-emphasis\/0 {
  outline-color: rgb(240 68 56 / 0);
}
.outline-base-color-bg-danger-emphasis\/10 {
  outline-color: rgb(240 68 56 / 0.1);
}
.outline-base-color-bg-danger-emphasis\/100 {
  outline-color: rgb(240 68 56 / 1);
}
.outline-base-color-bg-danger-emphasis\/20 {
  outline-color: rgb(240 68 56 / 0.2);
}
.outline-base-color-bg-danger-emphasis\/25 {
  outline-color: rgb(240 68 56 / 0.25);
}
.outline-base-color-bg-danger-emphasis\/30 {
  outline-color: rgb(240 68 56 / 0.3);
}
.outline-base-color-bg-danger-emphasis\/40 {
  outline-color: rgb(240 68 56 / 0.4);
}
.outline-base-color-bg-danger-emphasis\/5 {
  outline-color: rgb(240 68 56 / 0.05);
}
.outline-base-color-bg-danger-emphasis\/50 {
  outline-color: rgb(240 68 56 / 0.5);
}
.outline-base-color-bg-danger-emphasis\/60 {
  outline-color: rgb(240 68 56 / 0.6);
}
.outline-base-color-bg-danger-emphasis\/70 {
  outline-color: rgb(240 68 56 / 0.7);
}
.outline-base-color-bg-danger-emphasis\/75 {
  outline-color: rgb(240 68 56 / 0.75);
}
.outline-base-color-bg-danger-emphasis\/80 {
  outline-color: rgb(240 68 56 / 0.8);
}
.outline-base-color-bg-danger-emphasis\/90 {
  outline-color: rgb(240 68 56 / 0.9);
}
.outline-base-color-bg-danger-emphasis\/95 {
  outline-color: rgb(240 68 56 / 0.95);
}
.outline-base-color-bg-danger-emphasis\/base-opacity-disabled {
  outline-color: rgb(240 68 56 / 60%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-0 {
  outline-color: rgb(240 68 56 / 0%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-10 {
  outline-color: rgb(240 68 56 / 10%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-100 {
  outline-color: rgb(240 68 56 / 100%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-20 {
  outline-color: rgb(240 68 56 / 20%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-30 {
  outline-color: rgb(240 68 56 / 30%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-40 {
  outline-color: rgb(240 68 56 / 40%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-50 {
  outline-color: rgb(240 68 56 / 50%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-60 {
  outline-color: rgb(240 68 56 / 60%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-70 {
  outline-color: rgb(240 68 56 / 70%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-80 {
  outline-color: rgb(240 68 56 / 80%);
}
.outline-base-color-bg-danger-emphasis\/core-opacity-90 {
  outline-color: rgb(240 68 56 / 90%);
}
.outline-base-color-bg-danger-subtle {
  outline-color: #fffbfa;
}
.outline-base-color-bg-danger-subtle\/0 {
  outline-color: rgb(255 251 250 / 0);
}
.outline-base-color-bg-danger-subtle\/10 {
  outline-color: rgb(255 251 250 / 0.1);
}
.outline-base-color-bg-danger-subtle\/100 {
  outline-color: rgb(255 251 250 / 1);
}
.outline-base-color-bg-danger-subtle\/20 {
  outline-color: rgb(255 251 250 / 0.2);
}
.outline-base-color-bg-danger-subtle\/25 {
  outline-color: rgb(255 251 250 / 0.25);
}
.outline-base-color-bg-danger-subtle\/30 {
  outline-color: rgb(255 251 250 / 0.3);
}
.outline-base-color-bg-danger-subtle\/40 {
  outline-color: rgb(255 251 250 / 0.4);
}
.outline-base-color-bg-danger-subtle\/5 {
  outline-color: rgb(255 251 250 / 0.05);
}
.outline-base-color-bg-danger-subtle\/50 {
  outline-color: rgb(255 251 250 / 0.5);
}
.outline-base-color-bg-danger-subtle\/60 {
  outline-color: rgb(255 251 250 / 0.6);
}
.outline-base-color-bg-danger-subtle\/70 {
  outline-color: rgb(255 251 250 / 0.7);
}
.outline-base-color-bg-danger-subtle\/75 {
  outline-color: rgb(255 251 250 / 0.75);
}
.outline-base-color-bg-danger-subtle\/80 {
  outline-color: rgb(255 251 250 / 0.8);
}
.outline-base-color-bg-danger-subtle\/90 {
  outline-color: rgb(255 251 250 / 0.9);
}
.outline-base-color-bg-danger-subtle\/95 {
  outline-color: rgb(255 251 250 / 0.95);
}
.outline-base-color-bg-danger-subtle\/base-opacity-disabled {
  outline-color: rgb(255 251 250 / 60%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-0 {
  outline-color: rgb(255 251 250 / 0%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-10 {
  outline-color: rgb(255 251 250 / 10%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-100 {
  outline-color: rgb(255 251 250 / 100%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-20 {
  outline-color: rgb(255 251 250 / 20%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-30 {
  outline-color: rgb(255 251 250 / 30%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-40 {
  outline-color: rgb(255 251 250 / 40%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-50 {
  outline-color: rgb(255 251 250 / 50%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-60 {
  outline-color: rgb(255 251 250 / 60%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-70 {
  outline-color: rgb(255 251 250 / 70%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-80 {
  outline-color: rgb(255 251 250 / 80%);
}
.outline-base-color-bg-danger-subtle\/core-opacity-90 {
  outline-color: rgb(255 251 250 / 90%);
}
.outline-base-color-bg-danger\/0 {
  outline-color: rgb(254 227 225 / 0);
}
.outline-base-color-bg-danger\/10 {
  outline-color: rgb(254 227 225 / 0.1);
}
.outline-base-color-bg-danger\/100 {
  outline-color: rgb(254 227 225 / 1);
}
.outline-base-color-bg-danger\/20 {
  outline-color: rgb(254 227 225 / 0.2);
}
.outline-base-color-bg-danger\/25 {
  outline-color: rgb(254 227 225 / 0.25);
}
.outline-base-color-bg-danger\/30 {
  outline-color: rgb(254 227 225 / 0.3);
}
.outline-base-color-bg-danger\/40 {
  outline-color: rgb(254 227 225 / 0.4);
}
.outline-base-color-bg-danger\/5 {
  outline-color: rgb(254 227 225 / 0.05);
}
.outline-base-color-bg-danger\/50 {
  outline-color: rgb(254 227 225 / 0.5);
}
.outline-base-color-bg-danger\/60 {
  outline-color: rgb(254 227 225 / 0.6);
}
.outline-base-color-bg-danger\/70 {
  outline-color: rgb(254 227 225 / 0.7);
}
.outline-base-color-bg-danger\/75 {
  outline-color: rgb(254 227 225 / 0.75);
}
.outline-base-color-bg-danger\/80 {
  outline-color: rgb(254 227 225 / 0.8);
}
.outline-base-color-bg-danger\/90 {
  outline-color: rgb(254 227 225 / 0.9);
}
.outline-base-color-bg-danger\/95 {
  outline-color: rgb(254 227 225 / 0.95);
}
.outline-base-color-bg-danger\/base-opacity-disabled {
  outline-color: rgb(254 227 225 / 60%);
}
.outline-base-color-bg-danger\/core-opacity-0 {
  outline-color: rgb(254 227 225 / 0%);
}
.outline-base-color-bg-danger\/core-opacity-10 {
  outline-color: rgb(254 227 225 / 10%);
}
.outline-base-color-bg-danger\/core-opacity-100 {
  outline-color: rgb(254 227 225 / 100%);
}
.outline-base-color-bg-danger\/core-opacity-20 {
  outline-color: rgb(254 227 225 / 20%);
}
.outline-base-color-bg-danger\/core-opacity-30 {
  outline-color: rgb(254 227 225 / 30%);
}
.outline-base-color-bg-danger\/core-opacity-40 {
  outline-color: rgb(254 227 225 / 40%);
}
.outline-base-color-bg-danger\/core-opacity-50 {
  outline-color: rgb(254 227 225 / 50%);
}
.outline-base-color-bg-danger\/core-opacity-60 {
  outline-color: rgb(254 227 225 / 60%);
}
.outline-base-color-bg-danger\/core-opacity-70 {
  outline-color: rgb(254 227 225 / 70%);
}
.outline-base-color-bg-danger\/core-opacity-80 {
  outline-color: rgb(254 227 225 / 80%);
}
.outline-base-color-bg-danger\/core-opacity-90 {
  outline-color: rgb(254 227 225 / 90%);
}
.outline-base-color-bg-default {
  outline-color: #ffffff;
}
.outline-base-color-bg-default\/0 {
  outline-color: rgb(255 255 255 / 0);
}
.outline-base-color-bg-default\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-base-color-bg-default\/100 {
  outline-color: rgb(255 255 255 / 1);
}
.outline-base-color-bg-default\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-base-color-bg-default\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-base-color-bg-default\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-base-color-bg-default\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-base-color-bg-default\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-base-color-bg-default\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-base-color-bg-default\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-base-color-bg-default\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-base-color-bg-default\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-base-color-bg-default\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-base-color-bg-default\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-base-color-bg-default\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}
.outline-base-color-bg-default\/base-opacity-disabled {
  outline-color: rgb(255 255 255 / 60%);
}
.outline-base-color-bg-default\/core-opacity-0 {
  outline-color: rgb(255 255 255 / 0%);
}
.outline-base-color-bg-default\/core-opacity-10 {
  outline-color: rgb(255 255 255 / 10%);
}
.outline-base-color-bg-default\/core-opacity-100 {
  outline-color: rgb(255 255 255 / 100%);
}
.outline-base-color-bg-default\/core-opacity-20 {
  outline-color: rgb(255 255 255 / 20%);
}
.outline-base-color-bg-default\/core-opacity-30 {
  outline-color: rgb(255 255 255 / 30%);
}
.outline-base-color-bg-default\/core-opacity-40 {
  outline-color: rgb(255 255 255 / 40%);
}
.outline-base-color-bg-default\/core-opacity-50 {
  outline-color: rgb(255 255 255 / 50%);
}
.outline-base-color-bg-default\/core-opacity-60 {
  outline-color: rgb(255 255 255 / 60%);
}
.outline-base-color-bg-default\/core-opacity-70 {
  outline-color: rgb(255 255 255 / 70%);
}
.outline-base-color-bg-default\/core-opacity-80 {
  outline-color: rgb(255 255 255 / 80%);
}
.outline-base-color-bg-default\/core-opacity-90 {
  outline-color: rgb(255 255 255 / 90%);
}
.outline-base-color-bg-emphasis {
  outline-color: #101828;
}
.outline-base-color-bg-emphasis\/0 {
  outline-color: rgb(16 24 40 / 0);
}
.outline-base-color-bg-emphasis\/10 {
  outline-color: rgb(16 24 40 / 0.1);
}
.outline-base-color-bg-emphasis\/100 {
  outline-color: rgb(16 24 40 / 1);
}
.outline-base-color-bg-emphasis\/20 {
  outline-color: rgb(16 24 40 / 0.2);
}
.outline-base-color-bg-emphasis\/25 {
  outline-color: rgb(16 24 40 / 0.25);
}
.outline-base-color-bg-emphasis\/30 {
  outline-color: rgb(16 24 40 / 0.3);
}
.outline-base-color-bg-emphasis\/40 {
  outline-color: rgb(16 24 40 / 0.4);
}
.outline-base-color-bg-emphasis\/5 {
  outline-color: rgb(16 24 40 / 0.05);
}
.outline-base-color-bg-emphasis\/50 {
  outline-color: rgb(16 24 40 / 0.5);
}
.outline-base-color-bg-emphasis\/60 {
  outline-color: rgb(16 24 40 / 0.6);
}
.outline-base-color-bg-emphasis\/70 {
  outline-color: rgb(16 24 40 / 0.7);
}
.outline-base-color-bg-emphasis\/75 {
  outline-color: rgb(16 24 40 / 0.75);
}
.outline-base-color-bg-emphasis\/80 {
  outline-color: rgb(16 24 40 / 0.8);
}
.outline-base-color-bg-emphasis\/90 {
  outline-color: rgb(16 24 40 / 0.9);
}
.outline-base-color-bg-emphasis\/95 {
  outline-color: rgb(16 24 40 / 0.95);
}
.outline-base-color-bg-emphasis\/base-opacity-disabled {
  outline-color: rgb(16 24 40 / 60%);
}
.outline-base-color-bg-emphasis\/core-opacity-0 {
  outline-color: rgb(16 24 40 / 0%);
}
.outline-base-color-bg-emphasis\/core-opacity-10 {
  outline-color: rgb(16 24 40 / 10%);
}
.outline-base-color-bg-emphasis\/core-opacity-100 {
  outline-color: rgb(16 24 40 / 100%);
}
.outline-base-color-bg-emphasis\/core-opacity-20 {
  outline-color: rgb(16 24 40 / 20%);
}
.outline-base-color-bg-emphasis\/core-opacity-30 {
  outline-color: rgb(16 24 40 / 30%);
}
.outline-base-color-bg-emphasis\/core-opacity-40 {
  outline-color: rgb(16 24 40 / 40%);
}
.outline-base-color-bg-emphasis\/core-opacity-50 {
  outline-color: rgb(16 24 40 / 50%);
}
.outline-base-color-bg-emphasis\/core-opacity-60 {
  outline-color: rgb(16 24 40 / 60%);
}
.outline-base-color-bg-emphasis\/core-opacity-70 {
  outline-color: rgb(16 24 40 / 70%);
}
.outline-base-color-bg-emphasis\/core-opacity-80 {
  outline-color: rgb(16 24 40 / 80%);
}
.outline-base-color-bg-emphasis\/core-opacity-90 {
  outline-color: rgb(16 24 40 / 90%);
}
.outline-base-color-bg-muted {
  outline-color: #eaecf0;
}
.outline-base-color-bg-muted\/0 {
  outline-color: rgb(234 236 240 / 0);
}
.outline-base-color-bg-muted\/10 {
  outline-color: rgb(234 236 240 / 0.1);
}
.outline-base-color-bg-muted\/100 {
  outline-color: rgb(234 236 240 / 1);
}
.outline-base-color-bg-muted\/20 {
  outline-color: rgb(234 236 240 / 0.2);
}
.outline-base-color-bg-muted\/25 {
  outline-color: rgb(234 236 240 / 0.25);
}
.outline-base-color-bg-muted\/30 {
  outline-color: rgb(234 236 240 / 0.3);
}
.outline-base-color-bg-muted\/40 {
  outline-color: rgb(234 236 240 / 0.4);
}
.outline-base-color-bg-muted\/5 {
  outline-color: rgb(234 236 240 / 0.05);
}
.outline-base-color-bg-muted\/50 {
  outline-color: rgb(234 236 240 / 0.5);
}
.outline-base-color-bg-muted\/60 {
  outline-color: rgb(234 236 240 / 0.6);
}
.outline-base-color-bg-muted\/70 {
  outline-color: rgb(234 236 240 / 0.7);
}
.outline-base-color-bg-muted\/75 {
  outline-color: rgb(234 236 240 / 0.75);
}
.outline-base-color-bg-muted\/80 {
  outline-color: rgb(234 236 240 / 0.8);
}
.outline-base-color-bg-muted\/90 {
  outline-color: rgb(234 236 240 / 0.9);
}
.outline-base-color-bg-muted\/95 {
  outline-color: rgb(234 236 240 / 0.95);
}
.outline-base-color-bg-muted\/base-opacity-disabled {
  outline-color: rgb(234 236 240 / 60%);
}
.outline-base-color-bg-muted\/core-opacity-0 {
  outline-color: rgb(234 236 240 / 0%);
}
.outline-base-color-bg-muted\/core-opacity-10 {
  outline-color: rgb(234 236 240 / 10%);
}
.outline-base-color-bg-muted\/core-opacity-100 {
  outline-color: rgb(234 236 240 / 100%);
}
.outline-base-color-bg-muted\/core-opacity-20 {
  outline-color: rgb(234 236 240 / 20%);
}
.outline-base-color-bg-muted\/core-opacity-30 {
  outline-color: rgb(234 236 240 / 30%);
}
.outline-base-color-bg-muted\/core-opacity-40 {
  outline-color: rgb(234 236 240 / 40%);
}
.outline-base-color-bg-muted\/core-opacity-50 {
  outline-color: rgb(234 236 240 / 50%);
}
.outline-base-color-bg-muted\/core-opacity-60 {
  outline-color: rgb(234 236 240 / 60%);
}
.outline-base-color-bg-muted\/core-opacity-70 {
  outline-color: rgb(234 236 240 / 70%);
}
.outline-base-color-bg-muted\/core-opacity-80 {
  outline-color: rgb(234 236 240 / 80%);
}
.outline-base-color-bg-muted\/core-opacity-90 {
  outline-color: rgb(234 236 240 / 90%);
}
.outline-base-color-bg-subtle {
  outline-color: #f2f4f7;
}
.outline-base-color-bg-subtle\/0 {
  outline-color: rgb(242 244 247 / 0);
}
.outline-base-color-bg-subtle\/10 {
  outline-color: rgb(242 244 247 / 0.1);
}
.outline-base-color-bg-subtle\/100 {
  outline-color: rgb(242 244 247 / 1);
}
.outline-base-color-bg-subtle\/20 {
  outline-color: rgb(242 244 247 / 0.2);
}
.outline-base-color-bg-subtle\/25 {
  outline-color: rgb(242 244 247 / 0.25);
}
.outline-base-color-bg-subtle\/30 {
  outline-color: rgb(242 244 247 / 0.3);
}
.outline-base-color-bg-subtle\/40 {
  outline-color: rgb(242 244 247 / 0.4);
}
.outline-base-color-bg-subtle\/5 {
  outline-color: rgb(242 244 247 / 0.05);
}
.outline-base-color-bg-subtle\/50 {
  outline-color: rgb(242 244 247 / 0.5);
}
.outline-base-color-bg-subtle\/60 {
  outline-color: rgb(242 244 247 / 0.6);
}
.outline-base-color-bg-subtle\/70 {
  outline-color: rgb(242 244 247 / 0.7);
}
.outline-base-color-bg-subtle\/75 {
  outline-color: rgb(242 244 247 / 0.75);
}
.outline-base-color-bg-subtle\/80 {
  outline-color: rgb(242 244 247 / 0.8);
}
.outline-base-color-bg-subtle\/90 {
  outline-color: rgb(242 244 247 / 0.9);
}
.outline-base-color-bg-subtle\/95 {
  outline-color: rgb(242 244 247 / 0.95);
}
.outline-base-color-bg-subtle\/base-opacity-disabled {
  outline-color: rgb(242 244 247 / 60%);
}
.outline-base-color-bg-subtle\/core-opacity-0 {
  outline-color: rgb(242 244 247 / 0%);
}
.outline-base-color-bg-subtle\/core-opacity-10 {
  outline-color: rgb(242 244 247 / 10%);
}
.outline-base-color-bg-subtle\/core-opacity-100 {
  outline-color: rgb(242 244 247 / 100%);
}
.outline-base-color-bg-subtle\/core-opacity-20 {
  outline-color: rgb(242 244 247 / 20%);
}
.outline-base-color-bg-subtle\/core-opacity-30 {
  outline-color: rgb(242 244 247 / 30%);
}
.outline-base-color-bg-subtle\/core-opacity-40 {
  outline-color: rgb(242 244 247 / 40%);
}
.outline-base-color-bg-subtle\/core-opacity-50 {
  outline-color: rgb(242 244 247 / 50%);
}
.outline-base-color-bg-subtle\/core-opacity-60 {
  outline-color: rgb(242 244 247 / 60%);
}
.outline-base-color-bg-subtle\/core-opacity-70 {
  outline-color: rgb(242 244 247 / 70%);
}
.outline-base-color-bg-subtle\/core-opacity-80 {
  outline-color: rgb(242 244 247 / 80%);
}
.outline-base-color-bg-subtle\/core-opacity-90 {
  outline-color: rgb(242 244 247 / 90%);
}
.outline-base-color-bg-success {
  outline-color: #d1fadf;
}
.outline-base-color-bg-success-emphasis {
  outline-color: #12b569;
}
.outline-base-color-bg-success-emphasis\/0 {
  outline-color: rgb(18 181 105 / 0);
}
.outline-base-color-bg-success-emphasis\/10 {
  outline-color: rgb(18 181 105 / 0.1);
}
.outline-base-color-bg-success-emphasis\/100 {
  outline-color: rgb(18 181 105 / 1);
}
.outline-base-color-bg-success-emphasis\/20 {
  outline-color: rgb(18 181 105 / 0.2);
}
.outline-base-color-bg-success-emphasis\/25 {
  outline-color: rgb(18 181 105 / 0.25);
}
.outline-base-color-bg-success-emphasis\/30 {
  outline-color: rgb(18 181 105 / 0.3);
}
.outline-base-color-bg-success-emphasis\/40 {
  outline-color: rgb(18 181 105 / 0.4);
}
.outline-base-color-bg-success-emphasis\/5 {
  outline-color: rgb(18 181 105 / 0.05);
}
.outline-base-color-bg-success-emphasis\/50 {
  outline-color: rgb(18 181 105 / 0.5);
}
.outline-base-color-bg-success-emphasis\/60 {
  outline-color: rgb(18 181 105 / 0.6);
}
.outline-base-color-bg-success-emphasis\/70 {
  outline-color: rgb(18 181 105 / 0.7);
}
.outline-base-color-bg-success-emphasis\/75 {
  outline-color: rgb(18 181 105 / 0.75);
}
.outline-base-color-bg-success-emphasis\/80 {
  outline-color: rgb(18 181 105 / 0.8);
}
.outline-base-color-bg-success-emphasis\/90 {
  outline-color: rgb(18 181 105 / 0.9);
}
.outline-base-color-bg-success-emphasis\/95 {
  outline-color: rgb(18 181 105 / 0.95);
}
.outline-base-color-bg-success-emphasis\/base-opacity-disabled {
  outline-color: rgb(18 181 105 / 60%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-0 {
  outline-color: rgb(18 181 105 / 0%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-10 {
  outline-color: rgb(18 181 105 / 10%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-100 {
  outline-color: rgb(18 181 105 / 100%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-20 {
  outline-color: rgb(18 181 105 / 20%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-30 {
  outline-color: rgb(18 181 105 / 30%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-40 {
  outline-color: rgb(18 181 105 / 40%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-50 {
  outline-color: rgb(18 181 105 / 50%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-60 {
  outline-color: rgb(18 181 105 / 60%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-70 {
  outline-color: rgb(18 181 105 / 70%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-80 {
  outline-color: rgb(18 181 105 / 80%);
}
.outline-base-color-bg-success-emphasis\/core-opacity-90 {
  outline-color: rgb(18 181 105 / 90%);
}
.outline-base-color-bg-success-subtle {
  outline-color: #f6fef9;
}
.outline-base-color-bg-success-subtle\/0 {
  outline-color: rgb(246 254 249 / 0);
}
.outline-base-color-bg-success-subtle\/10 {
  outline-color: rgb(246 254 249 / 0.1);
}
.outline-base-color-bg-success-subtle\/100 {
  outline-color: rgb(246 254 249 / 1);
}
.outline-base-color-bg-success-subtle\/20 {
  outline-color: rgb(246 254 249 / 0.2);
}
.outline-base-color-bg-success-subtle\/25 {
  outline-color: rgb(246 254 249 / 0.25);
}
.outline-base-color-bg-success-subtle\/30 {
  outline-color: rgb(246 254 249 / 0.3);
}
.outline-base-color-bg-success-subtle\/40 {
  outline-color: rgb(246 254 249 / 0.4);
}
.outline-base-color-bg-success-subtle\/5 {
  outline-color: rgb(246 254 249 / 0.05);
}
.outline-base-color-bg-success-subtle\/50 {
  outline-color: rgb(246 254 249 / 0.5);
}
.outline-base-color-bg-success-subtle\/60 {
  outline-color: rgb(246 254 249 / 0.6);
}
.outline-base-color-bg-success-subtle\/70 {
  outline-color: rgb(246 254 249 / 0.7);
}
.outline-base-color-bg-success-subtle\/75 {
  outline-color: rgb(246 254 249 / 0.75);
}
.outline-base-color-bg-success-subtle\/80 {
  outline-color: rgb(246 254 249 / 0.8);
}
.outline-base-color-bg-success-subtle\/90 {
  outline-color: rgb(246 254 249 / 0.9);
}
.outline-base-color-bg-success-subtle\/95 {
  outline-color: rgb(246 254 249 / 0.95);
}
.outline-base-color-bg-success-subtle\/base-opacity-disabled {
  outline-color: rgb(246 254 249 / 60%);
}
.outline-base-color-bg-success-subtle\/core-opacity-0 {
  outline-color: rgb(246 254 249 / 0%);
}
.outline-base-color-bg-success-subtle\/core-opacity-10 {
  outline-color: rgb(246 254 249 / 10%);
}
.outline-base-color-bg-success-subtle\/core-opacity-100 {
  outline-color: rgb(246 254 249 / 100%);
}
.outline-base-color-bg-success-subtle\/core-opacity-20 {
  outline-color: rgb(246 254 249 / 20%);
}
.outline-base-color-bg-success-subtle\/core-opacity-30 {
  outline-color: rgb(246 254 249 / 30%);
}
.outline-base-color-bg-success-subtle\/core-opacity-40 {
  outline-color: rgb(246 254 249 / 40%);
}
.outline-base-color-bg-success-subtle\/core-opacity-50 {
  outline-color: rgb(246 254 249 / 50%);
}
.outline-base-color-bg-success-subtle\/core-opacity-60 {
  outline-color: rgb(246 254 249 / 60%);
}
.outline-base-color-bg-success-subtle\/core-opacity-70 {
  outline-color: rgb(246 254 249 / 70%);
}
.outline-base-color-bg-success-subtle\/core-opacity-80 {
  outline-color: rgb(246 254 249 / 80%);
}
.outline-base-color-bg-success-subtle\/core-opacity-90 {
  outline-color: rgb(246 254 249 / 90%);
}
.outline-base-color-bg-success\/0 {
  outline-color: rgb(209 250 223 / 0);
}
.outline-base-color-bg-success\/10 {
  outline-color: rgb(209 250 223 / 0.1);
}
.outline-base-color-bg-success\/100 {
  outline-color: rgb(209 250 223 / 1);
}
.outline-base-color-bg-success\/20 {
  outline-color: rgb(209 250 223 / 0.2);
}
.outline-base-color-bg-success\/25 {
  outline-color: rgb(209 250 223 / 0.25);
}
.outline-base-color-bg-success\/30 {
  outline-color: rgb(209 250 223 / 0.3);
}
.outline-base-color-bg-success\/40 {
  outline-color: rgb(209 250 223 / 0.4);
}
.outline-base-color-bg-success\/5 {
  outline-color: rgb(209 250 223 / 0.05);
}
.outline-base-color-bg-success\/50 {
  outline-color: rgb(209 250 223 / 0.5);
}
.outline-base-color-bg-success\/60 {
  outline-color: rgb(209 250 223 / 0.6);
}
.outline-base-color-bg-success\/70 {
  outline-color: rgb(209 250 223 / 0.7);
}
.outline-base-color-bg-success\/75 {
  outline-color: rgb(209 250 223 / 0.75);
}
.outline-base-color-bg-success\/80 {
  outline-color: rgb(209 250 223 / 0.8);
}
.outline-base-color-bg-success\/90 {
  outline-color: rgb(209 250 223 / 0.9);
}
.outline-base-color-bg-success\/95 {
  outline-color: rgb(209 250 223 / 0.95);
}
.outline-base-color-bg-success\/base-opacity-disabled {
  outline-color: rgb(209 250 223 / 60%);
}
.outline-base-color-bg-success\/core-opacity-0 {
  outline-color: rgb(209 250 223 / 0%);
}
.outline-base-color-bg-success\/core-opacity-10 {
  outline-color: rgb(209 250 223 / 10%);
}
.outline-base-color-bg-success\/core-opacity-100 {
  outline-color: rgb(209 250 223 / 100%);
}
.outline-base-color-bg-success\/core-opacity-20 {
  outline-color: rgb(209 250 223 / 20%);
}
.outline-base-color-bg-success\/core-opacity-30 {
  outline-color: rgb(209 250 223 / 30%);
}
.outline-base-color-bg-success\/core-opacity-40 {
  outline-color: rgb(209 250 223 / 40%);
}
.outline-base-color-bg-success\/core-opacity-50 {
  outline-color: rgb(209 250 223 / 50%);
}
.outline-base-color-bg-success\/core-opacity-60 {
  outline-color: rgb(209 250 223 / 60%);
}
.outline-base-color-bg-success\/core-opacity-70 {
  outline-color: rgb(209 250 223 / 70%);
}
.outline-base-color-bg-success\/core-opacity-80 {
  outline-color: rgb(209 250 223 / 80%);
}
.outline-base-color-bg-success\/core-opacity-90 {
  outline-color: rgb(209 250 223 / 90%);
}
.outline-base-color-bg-transparent {
  outline-color: #00000000;
}
.outline-base-color-bg-transparent\/0 {
  outline-color: rgb(0 0 0 / 0);
}
.outline-base-color-bg-transparent\/10 {
  outline-color: rgb(0 0 0 / 0.1);
}
.outline-base-color-bg-transparent\/100 {
  outline-color: rgb(0 0 0 / 1);
}
.outline-base-color-bg-transparent\/20 {
  outline-color: rgb(0 0 0 / 0.2);
}
.outline-base-color-bg-transparent\/25 {
  outline-color: rgb(0 0 0 / 0.25);
}
.outline-base-color-bg-transparent\/30 {
  outline-color: rgb(0 0 0 / 0.3);
}
.outline-base-color-bg-transparent\/40 {
  outline-color: rgb(0 0 0 / 0.4);
}
.outline-base-color-bg-transparent\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}
.outline-base-color-bg-transparent\/50 {
  outline-color: rgb(0 0 0 / 0.5);
}
.outline-base-color-bg-transparent\/60 {
  outline-color: rgb(0 0 0 / 0.6);
}
.outline-base-color-bg-transparent\/70 {
  outline-color: rgb(0 0 0 / 0.7);
}
.outline-base-color-bg-transparent\/75 {
  outline-color: rgb(0 0 0 / 0.75);
}
.outline-base-color-bg-transparent\/80 {
  outline-color: rgb(0 0 0 / 0.8);
}
.outline-base-color-bg-transparent\/90 {
  outline-color: rgb(0 0 0 / 0.9);
}
.outline-base-color-bg-transparent\/95 {
  outline-color: rgb(0 0 0 / 0.95);
}
.outline-base-color-bg-transparent\/base-opacity-disabled {
  outline-color: rgb(0 0 0 / 60%);
}
.outline-base-color-bg-transparent\/core-opacity-0 {
  outline-color: rgb(0 0 0 / 0%);
}
.outline-base-color-bg-transparent\/core-opacity-10 {
  outline-color: rgb(0 0 0 / 10%);
}
.outline-base-color-bg-transparent\/core-opacity-100 {
  outline-color: rgb(0 0 0 / 100%);
}
.outline-base-color-bg-transparent\/core-opacity-20 {
  outline-color: rgb(0 0 0 / 20%);
}
.outline-base-color-bg-transparent\/core-opacity-30 {
  outline-color: rgb(0 0 0 / 30%);
}
.outline-base-color-bg-transparent\/core-opacity-40 {
  outline-color: rgb(0 0 0 / 40%);
}
.outline-base-color-bg-transparent\/core-opacity-50 {
  outline-color: rgb(0 0 0 / 50%);
}
.outline-base-color-bg-transparent\/core-opacity-60 {
  outline-color: rgb(0 0 0 / 60%);
}
.outline-base-color-bg-transparent\/core-opacity-70 {
  outline-color: rgb(0 0 0 / 70%);
}
.outline-base-color-bg-transparent\/core-opacity-80 {
  outline-color: rgb(0 0 0 / 80%);
}
.outline-base-color-bg-transparent\/core-opacity-90 {
  outline-color: rgb(0 0 0 / 90%);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-base-color-bg-accent {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 224 255 / var(--tw-ring-opacity));
}
.ring-base-color-bg-accent-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 239 / var(--tw-ring-opacity));
}
.ring-base-color-bg-accent-emphasis\/0 {
  --tw-ring-color: rgb(21 94 239 / 0);
}
.ring-base-color-bg-accent-emphasis\/10 {
  --tw-ring-color: rgb(21 94 239 / 0.1);
}
.ring-base-color-bg-accent-emphasis\/100 {
  --tw-ring-color: rgb(21 94 239 / 1);
}
.ring-base-color-bg-accent-emphasis\/20 {
  --tw-ring-color: rgb(21 94 239 / 0.2);
}
.ring-base-color-bg-accent-emphasis\/25 {
  --tw-ring-color: rgb(21 94 239 / 0.25);
}
.ring-base-color-bg-accent-emphasis\/30 {
  --tw-ring-color: rgb(21 94 239 / 0.3);
}
.ring-base-color-bg-accent-emphasis\/40 {
  --tw-ring-color: rgb(21 94 239 / 0.4);
}
.ring-base-color-bg-accent-emphasis\/5 {
  --tw-ring-color: rgb(21 94 239 / 0.05);
}
.ring-base-color-bg-accent-emphasis\/50 {
  --tw-ring-color: rgb(21 94 239 / 0.5);
}
.ring-base-color-bg-accent-emphasis\/60 {
  --tw-ring-color: rgb(21 94 239 / 0.6);
}
.ring-base-color-bg-accent-emphasis\/70 {
  --tw-ring-color: rgb(21 94 239 / 0.7);
}
.ring-base-color-bg-accent-emphasis\/75 {
  --tw-ring-color: rgb(21 94 239 / 0.75);
}
.ring-base-color-bg-accent-emphasis\/80 {
  --tw-ring-color: rgb(21 94 239 / 0.8);
}
.ring-base-color-bg-accent-emphasis\/90 {
  --tw-ring-color: rgb(21 94 239 / 0.9);
}
.ring-base-color-bg-accent-emphasis\/95 {
  --tw-ring-color: rgb(21 94 239 / 0.95);
}
.ring-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(21 94 239 / 60%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(21 94 239 / 0%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(21 94 239 / 10%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(21 94 239 / 100%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(21 94 239 / 20%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(21 94 239 / 30%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(21 94 239 / 40%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(21 94 239 / 50%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(21 94 239 / 60%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(21 94 239 / 70%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(21 94 239 / 80%);
}
.ring-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(21 94 239 / 90%);
}
.ring-base-color-bg-accent-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 248 255 / var(--tw-ring-opacity));
}
.ring-base-color-bg-accent-subtle\/0 {
  --tw-ring-color: rgb(245 248 255 / 0);
}
.ring-base-color-bg-accent-subtle\/10 {
  --tw-ring-color: rgb(245 248 255 / 0.1);
}
.ring-base-color-bg-accent-subtle\/100 {
  --tw-ring-color: rgb(245 248 255 / 1);
}
.ring-base-color-bg-accent-subtle\/20 {
  --tw-ring-color: rgb(245 248 255 / 0.2);
}
.ring-base-color-bg-accent-subtle\/25 {
  --tw-ring-color: rgb(245 248 255 / 0.25);
}
.ring-base-color-bg-accent-subtle\/30 {
  --tw-ring-color: rgb(245 248 255 / 0.3);
}
.ring-base-color-bg-accent-subtle\/40 {
  --tw-ring-color: rgb(245 248 255 / 0.4);
}
.ring-base-color-bg-accent-subtle\/5 {
  --tw-ring-color: rgb(245 248 255 / 0.05);
}
.ring-base-color-bg-accent-subtle\/50 {
  --tw-ring-color: rgb(245 248 255 / 0.5);
}
.ring-base-color-bg-accent-subtle\/60 {
  --tw-ring-color: rgb(245 248 255 / 0.6);
}
.ring-base-color-bg-accent-subtle\/70 {
  --tw-ring-color: rgb(245 248 255 / 0.7);
}
.ring-base-color-bg-accent-subtle\/75 {
  --tw-ring-color: rgb(245 248 255 / 0.75);
}
.ring-base-color-bg-accent-subtle\/80 {
  --tw-ring-color: rgb(245 248 255 / 0.8);
}
.ring-base-color-bg-accent-subtle\/90 {
  --tw-ring-color: rgb(245 248 255 / 0.9);
}
.ring-base-color-bg-accent-subtle\/95 {
  --tw-ring-color: rgb(245 248 255 / 0.95);
}
.ring-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(245 248 255 / 60%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(245 248 255 / 0%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(245 248 255 / 10%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(245 248 255 / 100%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(245 248 255 / 20%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(245 248 255 / 30%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(245 248 255 / 40%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(245 248 255 / 50%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(245 248 255 / 60%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(245 248 255 / 70%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(245 248 255 / 80%);
}
.ring-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(245 248 255 / 90%);
}
.ring-base-color-bg-accent\/0 {
  --tw-ring-color: rgb(209 224 255 / 0);
}
.ring-base-color-bg-accent\/10 {
  --tw-ring-color: rgb(209 224 255 / 0.1);
}
.ring-base-color-bg-accent\/100 {
  --tw-ring-color: rgb(209 224 255 / 1);
}
.ring-base-color-bg-accent\/20 {
  --tw-ring-color: rgb(209 224 255 / 0.2);
}
.ring-base-color-bg-accent\/25 {
  --tw-ring-color: rgb(209 224 255 / 0.25);
}
.ring-base-color-bg-accent\/30 {
  --tw-ring-color: rgb(209 224 255 / 0.3);
}
.ring-base-color-bg-accent\/40 {
  --tw-ring-color: rgb(209 224 255 / 0.4);
}
.ring-base-color-bg-accent\/5 {
  --tw-ring-color: rgb(209 224 255 / 0.05);
}
.ring-base-color-bg-accent\/50 {
  --tw-ring-color: rgb(209 224 255 / 0.5);
}
.ring-base-color-bg-accent\/60 {
  --tw-ring-color: rgb(209 224 255 / 0.6);
}
.ring-base-color-bg-accent\/70 {
  --tw-ring-color: rgb(209 224 255 / 0.7);
}
.ring-base-color-bg-accent\/75 {
  --tw-ring-color: rgb(209 224 255 / 0.75);
}
.ring-base-color-bg-accent\/80 {
  --tw-ring-color: rgb(209 224 255 / 0.8);
}
.ring-base-color-bg-accent\/90 {
  --tw-ring-color: rgb(209 224 255 / 0.9);
}
.ring-base-color-bg-accent\/95 {
  --tw-ring-color: rgb(209 224 255 / 0.95);
}
.ring-base-color-bg-accent\/base-opacity-disabled {
  --tw-ring-color: rgb(209 224 255 / 60%);
}
.ring-base-color-bg-accent\/core-opacity-0 {
  --tw-ring-color: rgb(209 224 255 / 0%);
}
.ring-base-color-bg-accent\/core-opacity-10 {
  --tw-ring-color: rgb(209 224 255 / 10%);
}
.ring-base-color-bg-accent\/core-opacity-100 {
  --tw-ring-color: rgb(209 224 255 / 100%);
}
.ring-base-color-bg-accent\/core-opacity-20 {
  --tw-ring-color: rgb(209 224 255 / 20%);
}
.ring-base-color-bg-accent\/core-opacity-30 {
  --tw-ring-color: rgb(209 224 255 / 30%);
}
.ring-base-color-bg-accent\/core-opacity-40 {
  --tw-ring-color: rgb(209 224 255 / 40%);
}
.ring-base-color-bg-accent\/core-opacity-50 {
  --tw-ring-color: rgb(209 224 255 / 50%);
}
.ring-base-color-bg-accent\/core-opacity-60 {
  --tw-ring-color: rgb(209 224 255 / 60%);
}
.ring-base-color-bg-accent\/core-opacity-70 {
  --tw-ring-color: rgb(209 224 255 / 70%);
}
.ring-base-color-bg-accent\/core-opacity-80 {
  --tw-ring-color: rgb(209 224 255 / 80%);
}
.ring-base-color-bg-accent\/core-opacity-90 {
  --tw-ring-color: rgb(209 224 255 / 90%);
}
.ring-base-color-bg-attention {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 200 / var(--tw-ring-opacity));
}
.ring-base-color-bg-attention-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 105 3 / var(--tw-ring-opacity));
}
.ring-base-color-bg-attention-emphasis\/0 {
  --tw-ring-color: rgb(221 105 3 / 0);
}
.ring-base-color-bg-attention-emphasis\/10 {
  --tw-ring-color: rgb(221 105 3 / 0.1);
}
.ring-base-color-bg-attention-emphasis\/100 {
  --tw-ring-color: rgb(221 105 3 / 1);
}
.ring-base-color-bg-attention-emphasis\/20 {
  --tw-ring-color: rgb(221 105 3 / 0.2);
}
.ring-base-color-bg-attention-emphasis\/25 {
  --tw-ring-color: rgb(221 105 3 / 0.25);
}
.ring-base-color-bg-attention-emphasis\/30 {
  --tw-ring-color: rgb(221 105 3 / 0.3);
}
.ring-base-color-bg-attention-emphasis\/40 {
  --tw-ring-color: rgb(221 105 3 / 0.4);
}
.ring-base-color-bg-attention-emphasis\/5 {
  --tw-ring-color: rgb(221 105 3 / 0.05);
}
.ring-base-color-bg-attention-emphasis\/50 {
  --tw-ring-color: rgb(221 105 3 / 0.5);
}
.ring-base-color-bg-attention-emphasis\/60 {
  --tw-ring-color: rgb(221 105 3 / 0.6);
}
.ring-base-color-bg-attention-emphasis\/70 {
  --tw-ring-color: rgb(221 105 3 / 0.7);
}
.ring-base-color-bg-attention-emphasis\/75 {
  --tw-ring-color: rgb(221 105 3 / 0.75);
}
.ring-base-color-bg-attention-emphasis\/80 {
  --tw-ring-color: rgb(221 105 3 / 0.8);
}
.ring-base-color-bg-attention-emphasis\/90 {
  --tw-ring-color: rgb(221 105 3 / 0.9);
}
.ring-base-color-bg-attention-emphasis\/95 {
  --tw-ring-color: rgb(221 105 3 / 0.95);
}
.ring-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(221 105 3 / 60%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(221 105 3 / 0%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(221 105 3 / 10%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(221 105 3 / 100%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(221 105 3 / 20%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(221 105 3 / 30%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(221 105 3 / 40%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(221 105 3 / 50%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(221 105 3 / 60%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(221 105 3 / 70%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(221 105 3 / 80%);
}
.ring-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(221 105 3 / 90%);
}
.ring-base-color-bg-attention-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 252 245 / var(--tw-ring-opacity));
}
.ring-base-color-bg-attention-subtle\/0 {
  --tw-ring-color: rgb(255 252 245 / 0);
}
.ring-base-color-bg-attention-subtle\/10 {
  --tw-ring-color: rgb(255 252 245 / 0.1);
}
.ring-base-color-bg-attention-subtle\/100 {
  --tw-ring-color: rgb(255 252 245 / 1);
}
.ring-base-color-bg-attention-subtle\/20 {
  --tw-ring-color: rgb(255 252 245 / 0.2);
}
.ring-base-color-bg-attention-subtle\/25 {
  --tw-ring-color: rgb(255 252 245 / 0.25);
}
.ring-base-color-bg-attention-subtle\/30 {
  --tw-ring-color: rgb(255 252 245 / 0.3);
}
.ring-base-color-bg-attention-subtle\/40 {
  --tw-ring-color: rgb(255 252 245 / 0.4);
}
.ring-base-color-bg-attention-subtle\/5 {
  --tw-ring-color: rgb(255 252 245 / 0.05);
}
.ring-base-color-bg-attention-subtle\/50 {
  --tw-ring-color: rgb(255 252 245 / 0.5);
}
.ring-base-color-bg-attention-subtle\/60 {
  --tw-ring-color: rgb(255 252 245 / 0.6);
}
.ring-base-color-bg-attention-subtle\/70 {
  --tw-ring-color: rgb(255 252 245 / 0.7);
}
.ring-base-color-bg-attention-subtle\/75 {
  --tw-ring-color: rgb(255 252 245 / 0.75);
}
.ring-base-color-bg-attention-subtle\/80 {
  --tw-ring-color: rgb(255 252 245 / 0.8);
}
.ring-base-color-bg-attention-subtle\/90 {
  --tw-ring-color: rgb(255 252 245 / 0.9);
}
.ring-base-color-bg-attention-subtle\/95 {
  --tw-ring-color: rgb(255 252 245 / 0.95);
}
.ring-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(255 252 245 / 60%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(255 252 245 / 0%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(255 252 245 / 10%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(255 252 245 / 100%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(255 252 245 / 20%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(255 252 245 / 30%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(255 252 245 / 40%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(255 252 245 / 50%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(255 252 245 / 60%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(255 252 245 / 70%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(255 252 245 / 80%);
}
.ring-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(255 252 245 / 90%);
}
.ring-base-color-bg-attention\/0 {
  --tw-ring-color: rgb(254 240 200 / 0);
}
.ring-base-color-bg-attention\/10 {
  --tw-ring-color: rgb(254 240 200 / 0.1);
}
.ring-base-color-bg-attention\/100 {
  --tw-ring-color: rgb(254 240 200 / 1);
}
.ring-base-color-bg-attention\/20 {
  --tw-ring-color: rgb(254 240 200 / 0.2);
}
.ring-base-color-bg-attention\/25 {
  --tw-ring-color: rgb(254 240 200 / 0.25);
}
.ring-base-color-bg-attention\/30 {
  --tw-ring-color: rgb(254 240 200 / 0.3);
}
.ring-base-color-bg-attention\/40 {
  --tw-ring-color: rgb(254 240 200 / 0.4);
}
.ring-base-color-bg-attention\/5 {
  --tw-ring-color: rgb(254 240 200 / 0.05);
}
.ring-base-color-bg-attention\/50 {
  --tw-ring-color: rgb(254 240 200 / 0.5);
}
.ring-base-color-bg-attention\/60 {
  --tw-ring-color: rgb(254 240 200 / 0.6);
}
.ring-base-color-bg-attention\/70 {
  --tw-ring-color: rgb(254 240 200 / 0.7);
}
.ring-base-color-bg-attention\/75 {
  --tw-ring-color: rgb(254 240 200 / 0.75);
}
.ring-base-color-bg-attention\/80 {
  --tw-ring-color: rgb(254 240 200 / 0.8);
}
.ring-base-color-bg-attention\/90 {
  --tw-ring-color: rgb(254 240 200 / 0.9);
}
.ring-base-color-bg-attention\/95 {
  --tw-ring-color: rgb(254 240 200 / 0.95);
}
.ring-base-color-bg-attention\/base-opacity-disabled {
  --tw-ring-color: rgb(254 240 200 / 60%);
}
.ring-base-color-bg-attention\/core-opacity-0 {
  --tw-ring-color: rgb(254 240 200 / 0%);
}
.ring-base-color-bg-attention\/core-opacity-10 {
  --tw-ring-color: rgb(254 240 200 / 10%);
}
.ring-base-color-bg-attention\/core-opacity-100 {
  --tw-ring-color: rgb(254 240 200 / 100%);
}
.ring-base-color-bg-attention\/core-opacity-20 {
  --tw-ring-color: rgb(254 240 200 / 20%);
}
.ring-base-color-bg-attention\/core-opacity-30 {
  --tw-ring-color: rgb(254 240 200 / 30%);
}
.ring-base-color-bg-attention\/core-opacity-40 {
  --tw-ring-color: rgb(254 240 200 / 40%);
}
.ring-base-color-bg-attention\/core-opacity-50 {
  --tw-ring-color: rgb(254 240 200 / 50%);
}
.ring-base-color-bg-attention\/core-opacity-60 {
  --tw-ring-color: rgb(254 240 200 / 60%);
}
.ring-base-color-bg-attention\/core-opacity-70 {
  --tw-ring-color: rgb(254 240 200 / 70%);
}
.ring-base-color-bg-attention\/core-opacity-80 {
  --tw-ring-color: rgb(254 240 200 / 80%);
}
.ring-base-color-bg-attention\/core-opacity-90 {
  --tw-ring-color: rgb(254 240 200 / 90%);
}
.ring-base-color-bg-brand {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 214 249 / var(--tw-ring-opacity));
}
.ring-base-color-bg-brand-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(93 91 215 / var(--tw-ring-opacity));
}
.ring-base-color-bg-brand-emphasis\/0 {
  --tw-ring-color: rgb(93 91 215 / 0);
}
.ring-base-color-bg-brand-emphasis\/10 {
  --tw-ring-color: rgb(93 91 215 / 0.1);
}
.ring-base-color-bg-brand-emphasis\/100 {
  --tw-ring-color: rgb(93 91 215 / 1);
}
.ring-base-color-bg-brand-emphasis\/20 {
  --tw-ring-color: rgb(93 91 215 / 0.2);
}
.ring-base-color-bg-brand-emphasis\/25 {
  --tw-ring-color: rgb(93 91 215 / 0.25);
}
.ring-base-color-bg-brand-emphasis\/30 {
  --tw-ring-color: rgb(93 91 215 / 0.3);
}
.ring-base-color-bg-brand-emphasis\/40 {
  --tw-ring-color: rgb(93 91 215 / 0.4);
}
.ring-base-color-bg-brand-emphasis\/5 {
  --tw-ring-color: rgb(93 91 215 / 0.05);
}
.ring-base-color-bg-brand-emphasis\/50 {
  --tw-ring-color: rgb(93 91 215 / 0.5);
}
.ring-base-color-bg-brand-emphasis\/60 {
  --tw-ring-color: rgb(93 91 215 / 0.6);
}
.ring-base-color-bg-brand-emphasis\/70 {
  --tw-ring-color: rgb(93 91 215 / 0.7);
}
.ring-base-color-bg-brand-emphasis\/75 {
  --tw-ring-color: rgb(93 91 215 / 0.75);
}
.ring-base-color-bg-brand-emphasis\/80 {
  --tw-ring-color: rgb(93 91 215 / 0.8);
}
.ring-base-color-bg-brand-emphasis\/90 {
  --tw-ring-color: rgb(93 91 215 / 0.9);
}
.ring-base-color-bg-brand-emphasis\/95 {
  --tw-ring-color: rgb(93 91 215 / 0.95);
}
.ring-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(93 91 215 / 60%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(93 91 215 / 0%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(93 91 215 / 10%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(93 91 215 / 100%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(93 91 215 / 20%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(93 91 215 / 30%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(93 91 215 / 40%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(93 91 215 / 50%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(93 91 215 / 60%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(93 91 215 / 70%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(93 91 215 / 80%);
}
.ring-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(93 91 215 / 90%);
}
.ring-base-color-bg-brand-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 244 253 / var(--tw-ring-opacity));
}
.ring-base-color-bg-brand-subtle\/0 {
  --tw-ring-color: rgb(242 244 253 / 0);
}
.ring-base-color-bg-brand-subtle\/10 {
  --tw-ring-color: rgb(242 244 253 / 0.1);
}
.ring-base-color-bg-brand-subtle\/100 {
  --tw-ring-color: rgb(242 244 253 / 1);
}
.ring-base-color-bg-brand-subtle\/20 {
  --tw-ring-color: rgb(242 244 253 / 0.2);
}
.ring-base-color-bg-brand-subtle\/25 {
  --tw-ring-color: rgb(242 244 253 / 0.25);
}
.ring-base-color-bg-brand-subtle\/30 {
  --tw-ring-color: rgb(242 244 253 / 0.3);
}
.ring-base-color-bg-brand-subtle\/40 {
  --tw-ring-color: rgb(242 244 253 / 0.4);
}
.ring-base-color-bg-brand-subtle\/5 {
  --tw-ring-color: rgb(242 244 253 / 0.05);
}
.ring-base-color-bg-brand-subtle\/50 {
  --tw-ring-color: rgb(242 244 253 / 0.5);
}
.ring-base-color-bg-brand-subtle\/60 {
  --tw-ring-color: rgb(242 244 253 / 0.6);
}
.ring-base-color-bg-brand-subtle\/70 {
  --tw-ring-color: rgb(242 244 253 / 0.7);
}
.ring-base-color-bg-brand-subtle\/75 {
  --tw-ring-color: rgb(242 244 253 / 0.75);
}
.ring-base-color-bg-brand-subtle\/80 {
  --tw-ring-color: rgb(242 244 253 / 0.8);
}
.ring-base-color-bg-brand-subtle\/90 {
  --tw-ring-color: rgb(242 244 253 / 0.9);
}
.ring-base-color-bg-brand-subtle\/95 {
  --tw-ring-color: rgb(242 244 253 / 0.95);
}
.ring-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(242 244 253 / 60%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(242 244 253 / 0%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(242 244 253 / 10%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(242 244 253 / 100%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(242 244 253 / 20%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(242 244 253 / 30%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(242 244 253 / 40%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(242 244 253 / 50%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(242 244 253 / 60%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(242 244 253 / 70%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(242 244 253 / 80%);
}
.ring-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(242 244 253 / 90%);
}
.ring-base-color-bg-brand\/0 {
  --tw-ring-color: rgb(205 214 249 / 0);
}
.ring-base-color-bg-brand\/10 {
  --tw-ring-color: rgb(205 214 249 / 0.1);
}
.ring-base-color-bg-brand\/100 {
  --tw-ring-color: rgb(205 214 249 / 1);
}
.ring-base-color-bg-brand\/20 {
  --tw-ring-color: rgb(205 214 249 / 0.2);
}
.ring-base-color-bg-brand\/25 {
  --tw-ring-color: rgb(205 214 249 / 0.25);
}
.ring-base-color-bg-brand\/30 {
  --tw-ring-color: rgb(205 214 249 / 0.3);
}
.ring-base-color-bg-brand\/40 {
  --tw-ring-color: rgb(205 214 249 / 0.4);
}
.ring-base-color-bg-brand\/5 {
  --tw-ring-color: rgb(205 214 249 / 0.05);
}
.ring-base-color-bg-brand\/50 {
  --tw-ring-color: rgb(205 214 249 / 0.5);
}
.ring-base-color-bg-brand\/60 {
  --tw-ring-color: rgb(205 214 249 / 0.6);
}
.ring-base-color-bg-brand\/70 {
  --tw-ring-color: rgb(205 214 249 / 0.7);
}
.ring-base-color-bg-brand\/75 {
  --tw-ring-color: rgb(205 214 249 / 0.75);
}
.ring-base-color-bg-brand\/80 {
  --tw-ring-color: rgb(205 214 249 / 0.8);
}
.ring-base-color-bg-brand\/90 {
  --tw-ring-color: rgb(205 214 249 / 0.9);
}
.ring-base-color-bg-brand\/95 {
  --tw-ring-color: rgb(205 214 249 / 0.95);
}
.ring-base-color-bg-brand\/base-opacity-disabled {
  --tw-ring-color: rgb(205 214 249 / 60%);
}
.ring-base-color-bg-brand\/core-opacity-0 {
  --tw-ring-color: rgb(205 214 249 / 0%);
}
.ring-base-color-bg-brand\/core-opacity-10 {
  --tw-ring-color: rgb(205 214 249 / 10%);
}
.ring-base-color-bg-brand\/core-opacity-100 {
  --tw-ring-color: rgb(205 214 249 / 100%);
}
.ring-base-color-bg-brand\/core-opacity-20 {
  --tw-ring-color: rgb(205 214 249 / 20%);
}
.ring-base-color-bg-brand\/core-opacity-30 {
  --tw-ring-color: rgb(205 214 249 / 30%);
}
.ring-base-color-bg-brand\/core-opacity-40 {
  --tw-ring-color: rgb(205 214 249 / 40%);
}
.ring-base-color-bg-brand\/core-opacity-50 {
  --tw-ring-color: rgb(205 214 249 / 50%);
}
.ring-base-color-bg-brand\/core-opacity-60 {
  --tw-ring-color: rgb(205 214 249 / 60%);
}
.ring-base-color-bg-brand\/core-opacity-70 {
  --tw-ring-color: rgb(205 214 249 / 70%);
}
.ring-base-color-bg-brand\/core-opacity-80 {
  --tw-ring-color: rgb(205 214 249 / 80%);
}
.ring-base-color-bg-brand\/core-opacity-90 {
  --tw-ring-color: rgb(205 214 249 / 90%);
}
.ring-base-color-bg-danger {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 227 225 / var(--tw-ring-opacity));
}
.ring-base-color-bg-danger-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 68 56 / var(--tw-ring-opacity));
}
.ring-base-color-bg-danger-emphasis\/0 {
  --tw-ring-color: rgb(240 68 56 / 0);
}
.ring-base-color-bg-danger-emphasis\/10 {
  --tw-ring-color: rgb(240 68 56 / 0.1);
}
.ring-base-color-bg-danger-emphasis\/100 {
  --tw-ring-color: rgb(240 68 56 / 1);
}
.ring-base-color-bg-danger-emphasis\/20 {
  --tw-ring-color: rgb(240 68 56 / 0.2);
}
.ring-base-color-bg-danger-emphasis\/25 {
  --tw-ring-color: rgb(240 68 56 / 0.25);
}
.ring-base-color-bg-danger-emphasis\/30 {
  --tw-ring-color: rgb(240 68 56 / 0.3);
}
.ring-base-color-bg-danger-emphasis\/40 {
  --tw-ring-color: rgb(240 68 56 / 0.4);
}
.ring-base-color-bg-danger-emphasis\/5 {
  --tw-ring-color: rgb(240 68 56 / 0.05);
}
.ring-base-color-bg-danger-emphasis\/50 {
  --tw-ring-color: rgb(240 68 56 / 0.5);
}
.ring-base-color-bg-danger-emphasis\/60 {
  --tw-ring-color: rgb(240 68 56 / 0.6);
}
.ring-base-color-bg-danger-emphasis\/70 {
  --tw-ring-color: rgb(240 68 56 / 0.7);
}
.ring-base-color-bg-danger-emphasis\/75 {
  --tw-ring-color: rgb(240 68 56 / 0.75);
}
.ring-base-color-bg-danger-emphasis\/80 {
  --tw-ring-color: rgb(240 68 56 / 0.8);
}
.ring-base-color-bg-danger-emphasis\/90 {
  --tw-ring-color: rgb(240 68 56 / 0.9);
}
.ring-base-color-bg-danger-emphasis\/95 {
  --tw-ring-color: rgb(240 68 56 / 0.95);
}
.ring-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(240 68 56 / 60%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(240 68 56 / 0%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(240 68 56 / 10%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(240 68 56 / 100%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(240 68 56 / 20%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(240 68 56 / 30%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(240 68 56 / 40%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(240 68 56 / 50%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(240 68 56 / 60%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(240 68 56 / 70%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(240 68 56 / 80%);
}
.ring-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(240 68 56 / 90%);
}
.ring-base-color-bg-danger-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 250 / var(--tw-ring-opacity));
}
.ring-base-color-bg-danger-subtle\/0 {
  --tw-ring-color: rgb(255 251 250 / 0);
}
.ring-base-color-bg-danger-subtle\/10 {
  --tw-ring-color: rgb(255 251 250 / 0.1);
}
.ring-base-color-bg-danger-subtle\/100 {
  --tw-ring-color: rgb(255 251 250 / 1);
}
.ring-base-color-bg-danger-subtle\/20 {
  --tw-ring-color: rgb(255 251 250 / 0.2);
}
.ring-base-color-bg-danger-subtle\/25 {
  --tw-ring-color: rgb(255 251 250 / 0.25);
}
.ring-base-color-bg-danger-subtle\/30 {
  --tw-ring-color: rgb(255 251 250 / 0.3);
}
.ring-base-color-bg-danger-subtle\/40 {
  --tw-ring-color: rgb(255 251 250 / 0.4);
}
.ring-base-color-bg-danger-subtle\/5 {
  --tw-ring-color: rgb(255 251 250 / 0.05);
}
.ring-base-color-bg-danger-subtle\/50 {
  --tw-ring-color: rgb(255 251 250 / 0.5);
}
.ring-base-color-bg-danger-subtle\/60 {
  --tw-ring-color: rgb(255 251 250 / 0.6);
}
.ring-base-color-bg-danger-subtle\/70 {
  --tw-ring-color: rgb(255 251 250 / 0.7);
}
.ring-base-color-bg-danger-subtle\/75 {
  --tw-ring-color: rgb(255 251 250 / 0.75);
}
.ring-base-color-bg-danger-subtle\/80 {
  --tw-ring-color: rgb(255 251 250 / 0.8);
}
.ring-base-color-bg-danger-subtle\/90 {
  --tw-ring-color: rgb(255 251 250 / 0.9);
}
.ring-base-color-bg-danger-subtle\/95 {
  --tw-ring-color: rgb(255 251 250 / 0.95);
}
.ring-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(255 251 250 / 60%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(255 251 250 / 0%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(255 251 250 / 10%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(255 251 250 / 100%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(255 251 250 / 20%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(255 251 250 / 30%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(255 251 250 / 40%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(255 251 250 / 50%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(255 251 250 / 60%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(255 251 250 / 70%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(255 251 250 / 80%);
}
.ring-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(255 251 250 / 90%);
}
.ring-base-color-bg-danger\/0 {
  --tw-ring-color: rgb(254 227 225 / 0);
}
.ring-base-color-bg-danger\/10 {
  --tw-ring-color: rgb(254 227 225 / 0.1);
}
.ring-base-color-bg-danger\/100 {
  --tw-ring-color: rgb(254 227 225 / 1);
}
.ring-base-color-bg-danger\/20 {
  --tw-ring-color: rgb(254 227 225 / 0.2);
}
.ring-base-color-bg-danger\/25 {
  --tw-ring-color: rgb(254 227 225 / 0.25);
}
.ring-base-color-bg-danger\/30 {
  --tw-ring-color: rgb(254 227 225 / 0.3);
}
.ring-base-color-bg-danger\/40 {
  --tw-ring-color: rgb(254 227 225 / 0.4);
}
.ring-base-color-bg-danger\/5 {
  --tw-ring-color: rgb(254 227 225 / 0.05);
}
.ring-base-color-bg-danger\/50 {
  --tw-ring-color: rgb(254 227 225 / 0.5);
}
.ring-base-color-bg-danger\/60 {
  --tw-ring-color: rgb(254 227 225 / 0.6);
}
.ring-base-color-bg-danger\/70 {
  --tw-ring-color: rgb(254 227 225 / 0.7);
}
.ring-base-color-bg-danger\/75 {
  --tw-ring-color: rgb(254 227 225 / 0.75);
}
.ring-base-color-bg-danger\/80 {
  --tw-ring-color: rgb(254 227 225 / 0.8);
}
.ring-base-color-bg-danger\/90 {
  --tw-ring-color: rgb(254 227 225 / 0.9);
}
.ring-base-color-bg-danger\/95 {
  --tw-ring-color: rgb(254 227 225 / 0.95);
}
.ring-base-color-bg-danger\/base-opacity-disabled {
  --tw-ring-color: rgb(254 227 225 / 60%);
}
.ring-base-color-bg-danger\/core-opacity-0 {
  --tw-ring-color: rgb(254 227 225 / 0%);
}
.ring-base-color-bg-danger\/core-opacity-10 {
  --tw-ring-color: rgb(254 227 225 / 10%);
}
.ring-base-color-bg-danger\/core-opacity-100 {
  --tw-ring-color: rgb(254 227 225 / 100%);
}
.ring-base-color-bg-danger\/core-opacity-20 {
  --tw-ring-color: rgb(254 227 225 / 20%);
}
.ring-base-color-bg-danger\/core-opacity-30 {
  --tw-ring-color: rgb(254 227 225 / 30%);
}
.ring-base-color-bg-danger\/core-opacity-40 {
  --tw-ring-color: rgb(254 227 225 / 40%);
}
.ring-base-color-bg-danger\/core-opacity-50 {
  --tw-ring-color: rgb(254 227 225 / 50%);
}
.ring-base-color-bg-danger\/core-opacity-60 {
  --tw-ring-color: rgb(254 227 225 / 60%);
}
.ring-base-color-bg-danger\/core-opacity-70 {
  --tw-ring-color: rgb(254 227 225 / 70%);
}
.ring-base-color-bg-danger\/core-opacity-80 {
  --tw-ring-color: rgb(254 227 225 / 80%);
}
.ring-base-color-bg-danger\/core-opacity-90 {
  --tw-ring-color: rgb(254 227 225 / 90%);
}
.ring-base-color-bg-default {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-base-color-bg-default\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ring-base-color-bg-default\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-base-color-bg-default\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-base-color-bg-default\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-base-color-bg-default\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-base-color-bg-default\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-base-color-bg-default\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-base-color-bg-default\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ring-base-color-bg-default\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-base-color-bg-default\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-base-color-bg-default\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-base-color-bg-default\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ring-base-color-bg-default\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-base-color-bg-default\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ring-base-color-bg-default\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ring-base-color-bg-default\/base-opacity-disabled {
  --tw-ring-color: rgb(255 255 255 / 60%);
}
.ring-base-color-bg-default\/core-opacity-0 {
  --tw-ring-color: rgb(255 255 255 / 0%);
}
.ring-base-color-bg-default\/core-opacity-10 {
  --tw-ring-color: rgb(255 255 255 / 10%);
}
.ring-base-color-bg-default\/core-opacity-100 {
  --tw-ring-color: rgb(255 255 255 / 100%);
}
.ring-base-color-bg-default\/core-opacity-20 {
  --tw-ring-color: rgb(255 255 255 / 20%);
}
.ring-base-color-bg-default\/core-opacity-30 {
  --tw-ring-color: rgb(255 255 255 / 30%);
}
.ring-base-color-bg-default\/core-opacity-40 {
  --tw-ring-color: rgb(255 255 255 / 40%);
}
.ring-base-color-bg-default\/core-opacity-50 {
  --tw-ring-color: rgb(255 255 255 / 50%);
}
.ring-base-color-bg-default\/core-opacity-60 {
  --tw-ring-color: rgb(255 255 255 / 60%);
}
.ring-base-color-bg-default\/core-opacity-70 {
  --tw-ring-color: rgb(255 255 255 / 70%);
}
.ring-base-color-bg-default\/core-opacity-80 {
  --tw-ring-color: rgb(255 255 255 / 80%);
}
.ring-base-color-bg-default\/core-opacity-90 {
  --tw-ring-color: rgb(255 255 255 / 90%);
}
.ring-base-color-bg-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 24 40 / var(--tw-ring-opacity));
}
.ring-base-color-bg-emphasis\/0 {
  --tw-ring-color: rgb(16 24 40 / 0);
}
.ring-base-color-bg-emphasis\/10 {
  --tw-ring-color: rgb(16 24 40 / 0.1);
}
.ring-base-color-bg-emphasis\/100 {
  --tw-ring-color: rgb(16 24 40 / 1);
}
.ring-base-color-bg-emphasis\/20 {
  --tw-ring-color: rgb(16 24 40 / 0.2);
}
.ring-base-color-bg-emphasis\/25 {
  --tw-ring-color: rgb(16 24 40 / 0.25);
}
.ring-base-color-bg-emphasis\/30 {
  --tw-ring-color: rgb(16 24 40 / 0.3);
}
.ring-base-color-bg-emphasis\/40 {
  --tw-ring-color: rgb(16 24 40 / 0.4);
}
.ring-base-color-bg-emphasis\/5 {
  --tw-ring-color: rgb(16 24 40 / 0.05);
}
.ring-base-color-bg-emphasis\/50 {
  --tw-ring-color: rgb(16 24 40 / 0.5);
}
.ring-base-color-bg-emphasis\/60 {
  --tw-ring-color: rgb(16 24 40 / 0.6);
}
.ring-base-color-bg-emphasis\/70 {
  --tw-ring-color: rgb(16 24 40 / 0.7);
}
.ring-base-color-bg-emphasis\/75 {
  --tw-ring-color: rgb(16 24 40 / 0.75);
}
.ring-base-color-bg-emphasis\/80 {
  --tw-ring-color: rgb(16 24 40 / 0.8);
}
.ring-base-color-bg-emphasis\/90 {
  --tw-ring-color: rgb(16 24 40 / 0.9);
}
.ring-base-color-bg-emphasis\/95 {
  --tw-ring-color: rgb(16 24 40 / 0.95);
}
.ring-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(16 24 40 / 60%);
}
.ring-base-color-bg-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(16 24 40 / 0%);
}
.ring-base-color-bg-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(16 24 40 / 10%);
}
.ring-base-color-bg-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(16 24 40 / 100%);
}
.ring-base-color-bg-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(16 24 40 / 20%);
}
.ring-base-color-bg-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(16 24 40 / 30%);
}
.ring-base-color-bg-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(16 24 40 / 40%);
}
.ring-base-color-bg-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(16 24 40 / 50%);
}
.ring-base-color-bg-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(16 24 40 / 60%);
}
.ring-base-color-bg-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(16 24 40 / 70%);
}
.ring-base-color-bg-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(16 24 40 / 80%);
}
.ring-base-color-bg-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(16 24 40 / 90%);
}
.ring-base-color-bg-muted {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 236 240 / var(--tw-ring-opacity));
}
.ring-base-color-bg-muted\/0 {
  --tw-ring-color: rgb(234 236 240 / 0);
}
.ring-base-color-bg-muted\/10 {
  --tw-ring-color: rgb(234 236 240 / 0.1);
}
.ring-base-color-bg-muted\/100 {
  --tw-ring-color: rgb(234 236 240 / 1);
}
.ring-base-color-bg-muted\/20 {
  --tw-ring-color: rgb(234 236 240 / 0.2);
}
.ring-base-color-bg-muted\/25 {
  --tw-ring-color: rgb(234 236 240 / 0.25);
}
.ring-base-color-bg-muted\/30 {
  --tw-ring-color: rgb(234 236 240 / 0.3);
}
.ring-base-color-bg-muted\/40 {
  --tw-ring-color: rgb(234 236 240 / 0.4);
}
.ring-base-color-bg-muted\/5 {
  --tw-ring-color: rgb(234 236 240 / 0.05);
}
.ring-base-color-bg-muted\/50 {
  --tw-ring-color: rgb(234 236 240 / 0.5);
}
.ring-base-color-bg-muted\/60 {
  --tw-ring-color: rgb(234 236 240 / 0.6);
}
.ring-base-color-bg-muted\/70 {
  --tw-ring-color: rgb(234 236 240 / 0.7);
}
.ring-base-color-bg-muted\/75 {
  --tw-ring-color: rgb(234 236 240 / 0.75);
}
.ring-base-color-bg-muted\/80 {
  --tw-ring-color: rgb(234 236 240 / 0.8);
}
.ring-base-color-bg-muted\/90 {
  --tw-ring-color: rgb(234 236 240 / 0.9);
}
.ring-base-color-bg-muted\/95 {
  --tw-ring-color: rgb(234 236 240 / 0.95);
}
.ring-base-color-bg-muted\/base-opacity-disabled {
  --tw-ring-color: rgb(234 236 240 / 60%);
}
.ring-base-color-bg-muted\/core-opacity-0 {
  --tw-ring-color: rgb(234 236 240 / 0%);
}
.ring-base-color-bg-muted\/core-opacity-10 {
  --tw-ring-color: rgb(234 236 240 / 10%);
}
.ring-base-color-bg-muted\/core-opacity-100 {
  --tw-ring-color: rgb(234 236 240 / 100%);
}
.ring-base-color-bg-muted\/core-opacity-20 {
  --tw-ring-color: rgb(234 236 240 / 20%);
}
.ring-base-color-bg-muted\/core-opacity-30 {
  --tw-ring-color: rgb(234 236 240 / 30%);
}
.ring-base-color-bg-muted\/core-opacity-40 {
  --tw-ring-color: rgb(234 236 240 / 40%);
}
.ring-base-color-bg-muted\/core-opacity-50 {
  --tw-ring-color: rgb(234 236 240 / 50%);
}
.ring-base-color-bg-muted\/core-opacity-60 {
  --tw-ring-color: rgb(234 236 240 / 60%);
}
.ring-base-color-bg-muted\/core-opacity-70 {
  --tw-ring-color: rgb(234 236 240 / 70%);
}
.ring-base-color-bg-muted\/core-opacity-80 {
  --tw-ring-color: rgb(234 236 240 / 80%);
}
.ring-base-color-bg-muted\/core-opacity-90 {
  --tw-ring-color: rgb(234 236 240 / 90%);
}
.ring-base-color-bg-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 244 247 / var(--tw-ring-opacity));
}
.ring-base-color-bg-subtle\/0 {
  --tw-ring-color: rgb(242 244 247 / 0);
}
.ring-base-color-bg-subtle\/10 {
  --tw-ring-color: rgb(242 244 247 / 0.1);
}
.ring-base-color-bg-subtle\/100 {
  --tw-ring-color: rgb(242 244 247 / 1);
}
.ring-base-color-bg-subtle\/20 {
  --tw-ring-color: rgb(242 244 247 / 0.2);
}
.ring-base-color-bg-subtle\/25 {
  --tw-ring-color: rgb(242 244 247 / 0.25);
}
.ring-base-color-bg-subtle\/30 {
  --tw-ring-color: rgb(242 244 247 / 0.3);
}
.ring-base-color-bg-subtle\/40 {
  --tw-ring-color: rgb(242 244 247 / 0.4);
}
.ring-base-color-bg-subtle\/5 {
  --tw-ring-color: rgb(242 244 247 / 0.05);
}
.ring-base-color-bg-subtle\/50 {
  --tw-ring-color: rgb(242 244 247 / 0.5);
}
.ring-base-color-bg-subtle\/60 {
  --tw-ring-color: rgb(242 244 247 / 0.6);
}
.ring-base-color-bg-subtle\/70 {
  --tw-ring-color: rgb(242 244 247 / 0.7);
}
.ring-base-color-bg-subtle\/75 {
  --tw-ring-color: rgb(242 244 247 / 0.75);
}
.ring-base-color-bg-subtle\/80 {
  --tw-ring-color: rgb(242 244 247 / 0.8);
}
.ring-base-color-bg-subtle\/90 {
  --tw-ring-color: rgb(242 244 247 / 0.9);
}
.ring-base-color-bg-subtle\/95 {
  --tw-ring-color: rgb(242 244 247 / 0.95);
}
.ring-base-color-bg-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(242 244 247 / 60%);
}
.ring-base-color-bg-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(242 244 247 / 0%);
}
.ring-base-color-bg-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(242 244 247 / 10%);
}
.ring-base-color-bg-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(242 244 247 / 100%);
}
.ring-base-color-bg-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(242 244 247 / 20%);
}
.ring-base-color-bg-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(242 244 247 / 30%);
}
.ring-base-color-bg-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(242 244 247 / 40%);
}
.ring-base-color-bg-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(242 244 247 / 50%);
}
.ring-base-color-bg-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(242 244 247 / 60%);
}
.ring-base-color-bg-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(242 244 247 / 70%);
}
.ring-base-color-bg-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(242 244 247 / 80%);
}
.ring-base-color-bg-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(242 244 247 / 90%);
}
.ring-base-color-bg-success {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 223 / var(--tw-ring-opacity));
}
.ring-base-color-bg-success-emphasis {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 181 105 / var(--tw-ring-opacity));
}
.ring-base-color-bg-success-emphasis\/0 {
  --tw-ring-color: rgb(18 181 105 / 0);
}
.ring-base-color-bg-success-emphasis\/10 {
  --tw-ring-color: rgb(18 181 105 / 0.1);
}
.ring-base-color-bg-success-emphasis\/100 {
  --tw-ring-color: rgb(18 181 105 / 1);
}
.ring-base-color-bg-success-emphasis\/20 {
  --tw-ring-color: rgb(18 181 105 / 0.2);
}
.ring-base-color-bg-success-emphasis\/25 {
  --tw-ring-color: rgb(18 181 105 / 0.25);
}
.ring-base-color-bg-success-emphasis\/30 {
  --tw-ring-color: rgb(18 181 105 / 0.3);
}
.ring-base-color-bg-success-emphasis\/40 {
  --tw-ring-color: rgb(18 181 105 / 0.4);
}
.ring-base-color-bg-success-emphasis\/5 {
  --tw-ring-color: rgb(18 181 105 / 0.05);
}
.ring-base-color-bg-success-emphasis\/50 {
  --tw-ring-color: rgb(18 181 105 / 0.5);
}
.ring-base-color-bg-success-emphasis\/60 {
  --tw-ring-color: rgb(18 181 105 / 0.6);
}
.ring-base-color-bg-success-emphasis\/70 {
  --tw-ring-color: rgb(18 181 105 / 0.7);
}
.ring-base-color-bg-success-emphasis\/75 {
  --tw-ring-color: rgb(18 181 105 / 0.75);
}
.ring-base-color-bg-success-emphasis\/80 {
  --tw-ring-color: rgb(18 181 105 / 0.8);
}
.ring-base-color-bg-success-emphasis\/90 {
  --tw-ring-color: rgb(18 181 105 / 0.9);
}
.ring-base-color-bg-success-emphasis\/95 {
  --tw-ring-color: rgb(18 181 105 / 0.95);
}
.ring-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-ring-color: rgb(18 181 105 / 60%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-ring-color: rgb(18 181 105 / 0%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-ring-color: rgb(18 181 105 / 10%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-ring-color: rgb(18 181 105 / 100%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-ring-color: rgb(18 181 105 / 20%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-ring-color: rgb(18 181 105 / 30%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-ring-color: rgb(18 181 105 / 40%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-ring-color: rgb(18 181 105 / 50%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-ring-color: rgb(18 181 105 / 60%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-ring-color: rgb(18 181 105 / 70%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-ring-color: rgb(18 181 105 / 80%);
}
.ring-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-ring-color: rgb(18 181 105 / 90%);
}
.ring-base-color-bg-success-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 254 249 / var(--tw-ring-opacity));
}
.ring-base-color-bg-success-subtle\/0 {
  --tw-ring-color: rgb(246 254 249 / 0);
}
.ring-base-color-bg-success-subtle\/10 {
  --tw-ring-color: rgb(246 254 249 / 0.1);
}
.ring-base-color-bg-success-subtle\/100 {
  --tw-ring-color: rgb(246 254 249 / 1);
}
.ring-base-color-bg-success-subtle\/20 {
  --tw-ring-color: rgb(246 254 249 / 0.2);
}
.ring-base-color-bg-success-subtle\/25 {
  --tw-ring-color: rgb(246 254 249 / 0.25);
}
.ring-base-color-bg-success-subtle\/30 {
  --tw-ring-color: rgb(246 254 249 / 0.3);
}
.ring-base-color-bg-success-subtle\/40 {
  --tw-ring-color: rgb(246 254 249 / 0.4);
}
.ring-base-color-bg-success-subtle\/5 {
  --tw-ring-color: rgb(246 254 249 / 0.05);
}
.ring-base-color-bg-success-subtle\/50 {
  --tw-ring-color: rgb(246 254 249 / 0.5);
}
.ring-base-color-bg-success-subtle\/60 {
  --tw-ring-color: rgb(246 254 249 / 0.6);
}
.ring-base-color-bg-success-subtle\/70 {
  --tw-ring-color: rgb(246 254 249 / 0.7);
}
.ring-base-color-bg-success-subtle\/75 {
  --tw-ring-color: rgb(246 254 249 / 0.75);
}
.ring-base-color-bg-success-subtle\/80 {
  --tw-ring-color: rgb(246 254 249 / 0.8);
}
.ring-base-color-bg-success-subtle\/90 {
  --tw-ring-color: rgb(246 254 249 / 0.9);
}
.ring-base-color-bg-success-subtle\/95 {
  --tw-ring-color: rgb(246 254 249 / 0.95);
}
.ring-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-ring-color: rgb(246 254 249 / 60%);
}
.ring-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-ring-color: rgb(246 254 249 / 0%);
}
.ring-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-ring-color: rgb(246 254 249 / 10%);
}
.ring-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-ring-color: rgb(246 254 249 / 100%);
}
.ring-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-ring-color: rgb(246 254 249 / 20%);
}
.ring-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-ring-color: rgb(246 254 249 / 30%);
}
.ring-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-ring-color: rgb(246 254 249 / 40%);
}
.ring-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-ring-color: rgb(246 254 249 / 50%);
}
.ring-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-ring-color: rgb(246 254 249 / 60%);
}
.ring-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-ring-color: rgb(246 254 249 / 70%);
}
.ring-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-ring-color: rgb(246 254 249 / 80%);
}
.ring-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-ring-color: rgb(246 254 249 / 90%);
}
.ring-base-color-bg-success\/0 {
  --tw-ring-color: rgb(209 250 223 / 0);
}
.ring-base-color-bg-success\/10 {
  --tw-ring-color: rgb(209 250 223 / 0.1);
}
.ring-base-color-bg-success\/100 {
  --tw-ring-color: rgb(209 250 223 / 1);
}
.ring-base-color-bg-success\/20 {
  --tw-ring-color: rgb(209 250 223 / 0.2);
}
.ring-base-color-bg-success\/25 {
  --tw-ring-color: rgb(209 250 223 / 0.25);
}
.ring-base-color-bg-success\/30 {
  --tw-ring-color: rgb(209 250 223 / 0.3);
}
.ring-base-color-bg-success\/40 {
  --tw-ring-color: rgb(209 250 223 / 0.4);
}
.ring-base-color-bg-success\/5 {
  --tw-ring-color: rgb(209 250 223 / 0.05);
}
.ring-base-color-bg-success\/50 {
  --tw-ring-color: rgb(209 250 223 / 0.5);
}
.ring-base-color-bg-success\/60 {
  --tw-ring-color: rgb(209 250 223 / 0.6);
}
.ring-base-color-bg-success\/70 {
  --tw-ring-color: rgb(209 250 223 / 0.7);
}
.ring-base-color-bg-success\/75 {
  --tw-ring-color: rgb(209 250 223 / 0.75);
}
.ring-base-color-bg-success\/80 {
  --tw-ring-color: rgb(209 250 223 / 0.8);
}
.ring-base-color-bg-success\/90 {
  --tw-ring-color: rgb(209 250 223 / 0.9);
}
.ring-base-color-bg-success\/95 {
  --tw-ring-color: rgb(209 250 223 / 0.95);
}
.ring-base-color-bg-success\/base-opacity-disabled {
  --tw-ring-color: rgb(209 250 223 / 60%);
}
.ring-base-color-bg-success\/core-opacity-0 {
  --tw-ring-color: rgb(209 250 223 / 0%);
}
.ring-base-color-bg-success\/core-opacity-10 {
  --tw-ring-color: rgb(209 250 223 / 10%);
}
.ring-base-color-bg-success\/core-opacity-100 {
  --tw-ring-color: rgb(209 250 223 / 100%);
}
.ring-base-color-bg-success\/core-opacity-20 {
  --tw-ring-color: rgb(209 250 223 / 20%);
}
.ring-base-color-bg-success\/core-opacity-30 {
  --tw-ring-color: rgb(209 250 223 / 30%);
}
.ring-base-color-bg-success\/core-opacity-40 {
  --tw-ring-color: rgb(209 250 223 / 40%);
}
.ring-base-color-bg-success\/core-opacity-50 {
  --tw-ring-color: rgb(209 250 223 / 50%);
}
.ring-base-color-bg-success\/core-opacity-60 {
  --tw-ring-color: rgb(209 250 223 / 60%);
}
.ring-base-color-bg-success\/core-opacity-70 {
  --tw-ring-color: rgb(209 250 223 / 70%);
}
.ring-base-color-bg-success\/core-opacity-80 {
  --tw-ring-color: rgb(209 250 223 / 80%);
}
.ring-base-color-bg-success\/core-opacity-90 {
  --tw-ring-color: rgb(209 250 223 / 90%);
}
.ring-base-color-bg-transparent {
  --tw-ring-color: #00000000;
}
.ring-base-color-bg-transparent\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}
.ring-base-color-bg-transparent\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}
.ring-base-color-bg-transparent\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}
.ring-base-color-bg-transparent\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}
.ring-base-color-bg-transparent\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}
.ring-base-color-bg-transparent\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}
.ring-base-color-bg-transparent\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}
.ring-base-color-bg-transparent\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-base-color-bg-transparent\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}
.ring-base-color-bg-transparent\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}
.ring-base-color-bg-transparent\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}
.ring-base-color-bg-transparent\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}
.ring-base-color-bg-transparent\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}
.ring-base-color-bg-transparent\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}
.ring-base-color-bg-transparent\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}
.ring-base-color-bg-transparent\/base-opacity-disabled {
  --tw-ring-color: rgb(0 0 0 / 60%);
}
.ring-base-color-bg-transparent\/core-opacity-0 {
  --tw-ring-color: rgb(0 0 0 / 0%);
}
.ring-base-color-bg-transparent\/core-opacity-10 {
  --tw-ring-color: rgb(0 0 0 / 10%);
}
.ring-base-color-bg-transparent\/core-opacity-100 {
  --tw-ring-color: rgb(0 0 0 / 100%);
}
.ring-base-color-bg-transparent\/core-opacity-20 {
  --tw-ring-color: rgb(0 0 0 / 20%);
}
.ring-base-color-bg-transparent\/core-opacity-30 {
  --tw-ring-color: rgb(0 0 0 / 30%);
}
.ring-base-color-bg-transparent\/core-opacity-40 {
  --tw-ring-color: rgb(0 0 0 / 40%);
}
.ring-base-color-bg-transparent\/core-opacity-50 {
  --tw-ring-color: rgb(0 0 0 / 50%);
}
.ring-base-color-bg-transparent\/core-opacity-60 {
  --tw-ring-color: rgb(0 0 0 / 60%);
}
.ring-base-color-bg-transparent\/core-opacity-70 {
  --tw-ring-color: rgb(0 0 0 / 70%);
}
.ring-base-color-bg-transparent\/core-opacity-80 {
  --tw-ring-color: rgb(0 0 0 / 80%);
}
.ring-base-color-bg-transparent\/core-opacity-90 {
  --tw-ring-color: rgb(0 0 0 / 90%);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.ring-offset-base-color-bg-accent {
  --tw-ring-offset-color: #d1e0ff;
}
.ring-offset-base-color-bg-accent-emphasis {
  --tw-ring-offset-color: #155eef;
}
.ring-offset-base-color-bg-accent-emphasis\/0 {
  --tw-ring-offset-color: rgb(21 94 239 / 0);
}
.ring-offset-base-color-bg-accent-emphasis\/10 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.1);
}
.ring-offset-base-color-bg-accent-emphasis\/100 {
  --tw-ring-offset-color: rgb(21 94 239 / 1);
}
.ring-offset-base-color-bg-accent-emphasis\/20 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.2);
}
.ring-offset-base-color-bg-accent-emphasis\/25 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.25);
}
.ring-offset-base-color-bg-accent-emphasis\/30 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.3);
}
.ring-offset-base-color-bg-accent-emphasis\/40 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.4);
}
.ring-offset-base-color-bg-accent-emphasis\/5 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.05);
}
.ring-offset-base-color-bg-accent-emphasis\/50 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.5);
}
.ring-offset-base-color-bg-accent-emphasis\/60 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.6);
}
.ring-offset-base-color-bg-accent-emphasis\/70 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.7);
}
.ring-offset-base-color-bg-accent-emphasis\/75 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.75);
}
.ring-offset-base-color-bg-accent-emphasis\/80 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.8);
}
.ring-offset-base-color-bg-accent-emphasis\/90 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.9);
}
.ring-offset-base-color-bg-accent-emphasis\/95 {
  --tw-ring-offset-color: rgb(21 94 239 / 0.95);
}
.ring-offset-base-color-bg-accent-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(21 94 239 / 60%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(21 94 239 / 0%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(21 94 239 / 10%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(21 94 239 / 100%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(21 94 239 / 20%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(21 94 239 / 30%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(21 94 239 / 40%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(21 94 239 / 50%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(21 94 239 / 60%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(21 94 239 / 70%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(21 94 239 / 80%);
}
.ring-offset-base-color-bg-accent-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(21 94 239 / 90%);
}
.ring-offset-base-color-bg-accent-subtle {
  --tw-ring-offset-color: #f5f8ff;
}
.ring-offset-base-color-bg-accent-subtle\/0 {
  --tw-ring-offset-color: rgb(245 248 255 / 0);
}
.ring-offset-base-color-bg-accent-subtle\/10 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.1);
}
.ring-offset-base-color-bg-accent-subtle\/100 {
  --tw-ring-offset-color: rgb(245 248 255 / 1);
}
.ring-offset-base-color-bg-accent-subtle\/20 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.2);
}
.ring-offset-base-color-bg-accent-subtle\/25 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.25);
}
.ring-offset-base-color-bg-accent-subtle\/30 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.3);
}
.ring-offset-base-color-bg-accent-subtle\/40 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.4);
}
.ring-offset-base-color-bg-accent-subtle\/5 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.05);
}
.ring-offset-base-color-bg-accent-subtle\/50 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.5);
}
.ring-offset-base-color-bg-accent-subtle\/60 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.6);
}
.ring-offset-base-color-bg-accent-subtle\/70 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.7);
}
.ring-offset-base-color-bg-accent-subtle\/75 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.75);
}
.ring-offset-base-color-bg-accent-subtle\/80 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.8);
}
.ring-offset-base-color-bg-accent-subtle\/90 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.9);
}
.ring-offset-base-color-bg-accent-subtle\/95 {
  --tw-ring-offset-color: rgb(245 248 255 / 0.95);
}
.ring-offset-base-color-bg-accent-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(245 248 255 / 60%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(245 248 255 / 0%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(245 248 255 / 10%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(245 248 255 / 100%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(245 248 255 / 20%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(245 248 255 / 30%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(245 248 255 / 40%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(245 248 255 / 50%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(245 248 255 / 60%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(245 248 255 / 70%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(245 248 255 / 80%);
}
.ring-offset-base-color-bg-accent-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(245 248 255 / 90%);
}
.ring-offset-base-color-bg-accent\/0 {
  --tw-ring-offset-color: rgb(209 224 255 / 0);
}
.ring-offset-base-color-bg-accent\/10 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.1);
}
.ring-offset-base-color-bg-accent\/100 {
  --tw-ring-offset-color: rgb(209 224 255 / 1);
}
.ring-offset-base-color-bg-accent\/20 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.2);
}
.ring-offset-base-color-bg-accent\/25 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.25);
}
.ring-offset-base-color-bg-accent\/30 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.3);
}
.ring-offset-base-color-bg-accent\/40 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.4);
}
.ring-offset-base-color-bg-accent\/5 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.05);
}
.ring-offset-base-color-bg-accent\/50 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.5);
}
.ring-offset-base-color-bg-accent\/60 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.6);
}
.ring-offset-base-color-bg-accent\/70 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.7);
}
.ring-offset-base-color-bg-accent\/75 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.75);
}
.ring-offset-base-color-bg-accent\/80 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.8);
}
.ring-offset-base-color-bg-accent\/90 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.9);
}
.ring-offset-base-color-bg-accent\/95 {
  --tw-ring-offset-color: rgb(209 224 255 / 0.95);
}
.ring-offset-base-color-bg-accent\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(209 224 255 / 60%);
}
.ring-offset-base-color-bg-accent\/core-opacity-0 {
  --tw-ring-offset-color: rgb(209 224 255 / 0%);
}
.ring-offset-base-color-bg-accent\/core-opacity-10 {
  --tw-ring-offset-color: rgb(209 224 255 / 10%);
}
.ring-offset-base-color-bg-accent\/core-opacity-100 {
  --tw-ring-offset-color: rgb(209 224 255 / 100%);
}
.ring-offset-base-color-bg-accent\/core-opacity-20 {
  --tw-ring-offset-color: rgb(209 224 255 / 20%);
}
.ring-offset-base-color-bg-accent\/core-opacity-30 {
  --tw-ring-offset-color: rgb(209 224 255 / 30%);
}
.ring-offset-base-color-bg-accent\/core-opacity-40 {
  --tw-ring-offset-color: rgb(209 224 255 / 40%);
}
.ring-offset-base-color-bg-accent\/core-opacity-50 {
  --tw-ring-offset-color: rgb(209 224 255 / 50%);
}
.ring-offset-base-color-bg-accent\/core-opacity-60 {
  --tw-ring-offset-color: rgb(209 224 255 / 60%);
}
.ring-offset-base-color-bg-accent\/core-opacity-70 {
  --tw-ring-offset-color: rgb(209 224 255 / 70%);
}
.ring-offset-base-color-bg-accent\/core-opacity-80 {
  --tw-ring-offset-color: rgb(209 224 255 / 80%);
}
.ring-offset-base-color-bg-accent\/core-opacity-90 {
  --tw-ring-offset-color: rgb(209 224 255 / 90%);
}
.ring-offset-base-color-bg-attention {
  --tw-ring-offset-color: #fef0c8;
}
.ring-offset-base-color-bg-attention-emphasis {
  --tw-ring-offset-color: #dd6903;
}
.ring-offset-base-color-bg-attention-emphasis\/0 {
  --tw-ring-offset-color: rgb(221 105 3 / 0);
}
.ring-offset-base-color-bg-attention-emphasis\/10 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.1);
}
.ring-offset-base-color-bg-attention-emphasis\/100 {
  --tw-ring-offset-color: rgb(221 105 3 / 1);
}
.ring-offset-base-color-bg-attention-emphasis\/20 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.2);
}
.ring-offset-base-color-bg-attention-emphasis\/25 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.25);
}
.ring-offset-base-color-bg-attention-emphasis\/30 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.3);
}
.ring-offset-base-color-bg-attention-emphasis\/40 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.4);
}
.ring-offset-base-color-bg-attention-emphasis\/5 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.05);
}
.ring-offset-base-color-bg-attention-emphasis\/50 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.5);
}
.ring-offset-base-color-bg-attention-emphasis\/60 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.6);
}
.ring-offset-base-color-bg-attention-emphasis\/70 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.7);
}
.ring-offset-base-color-bg-attention-emphasis\/75 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.75);
}
.ring-offset-base-color-bg-attention-emphasis\/80 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.8);
}
.ring-offset-base-color-bg-attention-emphasis\/90 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.9);
}
.ring-offset-base-color-bg-attention-emphasis\/95 {
  --tw-ring-offset-color: rgb(221 105 3 / 0.95);
}
.ring-offset-base-color-bg-attention-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(221 105 3 / 60%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(221 105 3 / 0%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(221 105 3 / 10%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(221 105 3 / 100%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(221 105 3 / 20%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(221 105 3 / 30%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(221 105 3 / 40%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(221 105 3 / 50%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(221 105 3 / 60%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(221 105 3 / 70%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(221 105 3 / 80%);
}
.ring-offset-base-color-bg-attention-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(221 105 3 / 90%);
}
.ring-offset-base-color-bg-attention-subtle {
  --tw-ring-offset-color: #fffcf5;
}
.ring-offset-base-color-bg-attention-subtle\/0 {
  --tw-ring-offset-color: rgb(255 252 245 / 0);
}
.ring-offset-base-color-bg-attention-subtle\/10 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.1);
}
.ring-offset-base-color-bg-attention-subtle\/100 {
  --tw-ring-offset-color: rgb(255 252 245 / 1);
}
.ring-offset-base-color-bg-attention-subtle\/20 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.2);
}
.ring-offset-base-color-bg-attention-subtle\/25 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.25);
}
.ring-offset-base-color-bg-attention-subtle\/30 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.3);
}
.ring-offset-base-color-bg-attention-subtle\/40 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.4);
}
.ring-offset-base-color-bg-attention-subtle\/5 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.05);
}
.ring-offset-base-color-bg-attention-subtle\/50 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.5);
}
.ring-offset-base-color-bg-attention-subtle\/60 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.6);
}
.ring-offset-base-color-bg-attention-subtle\/70 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.7);
}
.ring-offset-base-color-bg-attention-subtle\/75 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.75);
}
.ring-offset-base-color-bg-attention-subtle\/80 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.8);
}
.ring-offset-base-color-bg-attention-subtle\/90 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.9);
}
.ring-offset-base-color-bg-attention-subtle\/95 {
  --tw-ring-offset-color: rgb(255 252 245 / 0.95);
}
.ring-offset-base-color-bg-attention-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(255 252 245 / 60%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(255 252 245 / 0%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(255 252 245 / 10%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(255 252 245 / 100%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(255 252 245 / 20%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(255 252 245 / 30%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(255 252 245 / 40%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(255 252 245 / 50%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(255 252 245 / 60%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(255 252 245 / 70%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(255 252 245 / 80%);
}
.ring-offset-base-color-bg-attention-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(255 252 245 / 90%);
}
.ring-offset-base-color-bg-attention\/0 {
  --tw-ring-offset-color: rgb(254 240 200 / 0);
}
.ring-offset-base-color-bg-attention\/10 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.1);
}
.ring-offset-base-color-bg-attention\/100 {
  --tw-ring-offset-color: rgb(254 240 200 / 1);
}
.ring-offset-base-color-bg-attention\/20 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.2);
}
.ring-offset-base-color-bg-attention\/25 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.25);
}
.ring-offset-base-color-bg-attention\/30 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.3);
}
.ring-offset-base-color-bg-attention\/40 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.4);
}
.ring-offset-base-color-bg-attention\/5 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.05);
}
.ring-offset-base-color-bg-attention\/50 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.5);
}
.ring-offset-base-color-bg-attention\/60 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.6);
}
.ring-offset-base-color-bg-attention\/70 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.7);
}
.ring-offset-base-color-bg-attention\/75 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.75);
}
.ring-offset-base-color-bg-attention\/80 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.8);
}
.ring-offset-base-color-bg-attention\/90 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.9);
}
.ring-offset-base-color-bg-attention\/95 {
  --tw-ring-offset-color: rgb(254 240 200 / 0.95);
}
.ring-offset-base-color-bg-attention\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(254 240 200 / 60%);
}
.ring-offset-base-color-bg-attention\/core-opacity-0 {
  --tw-ring-offset-color: rgb(254 240 200 / 0%);
}
.ring-offset-base-color-bg-attention\/core-opacity-10 {
  --tw-ring-offset-color: rgb(254 240 200 / 10%);
}
.ring-offset-base-color-bg-attention\/core-opacity-100 {
  --tw-ring-offset-color: rgb(254 240 200 / 100%);
}
.ring-offset-base-color-bg-attention\/core-opacity-20 {
  --tw-ring-offset-color: rgb(254 240 200 / 20%);
}
.ring-offset-base-color-bg-attention\/core-opacity-30 {
  --tw-ring-offset-color: rgb(254 240 200 / 30%);
}
.ring-offset-base-color-bg-attention\/core-opacity-40 {
  --tw-ring-offset-color: rgb(254 240 200 / 40%);
}
.ring-offset-base-color-bg-attention\/core-opacity-50 {
  --tw-ring-offset-color: rgb(254 240 200 / 50%);
}
.ring-offset-base-color-bg-attention\/core-opacity-60 {
  --tw-ring-offset-color: rgb(254 240 200 / 60%);
}
.ring-offset-base-color-bg-attention\/core-opacity-70 {
  --tw-ring-offset-color: rgb(254 240 200 / 70%);
}
.ring-offset-base-color-bg-attention\/core-opacity-80 {
  --tw-ring-offset-color: rgb(254 240 200 / 80%);
}
.ring-offset-base-color-bg-attention\/core-opacity-90 {
  --tw-ring-offset-color: rgb(254 240 200 / 90%);
}
.ring-offset-base-color-bg-brand {
  --tw-ring-offset-color: #cdd6f9;
}
.ring-offset-base-color-bg-brand-emphasis {
  --tw-ring-offset-color: #5d5bd7;
}
.ring-offset-base-color-bg-brand-emphasis\/0 {
  --tw-ring-offset-color: rgb(93 91 215 / 0);
}
.ring-offset-base-color-bg-brand-emphasis\/10 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.1);
}
.ring-offset-base-color-bg-brand-emphasis\/100 {
  --tw-ring-offset-color: rgb(93 91 215 / 1);
}
.ring-offset-base-color-bg-brand-emphasis\/20 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.2);
}
.ring-offset-base-color-bg-brand-emphasis\/25 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.25);
}
.ring-offset-base-color-bg-brand-emphasis\/30 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.3);
}
.ring-offset-base-color-bg-brand-emphasis\/40 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.4);
}
.ring-offset-base-color-bg-brand-emphasis\/5 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.05);
}
.ring-offset-base-color-bg-brand-emphasis\/50 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.5);
}
.ring-offset-base-color-bg-brand-emphasis\/60 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.6);
}
.ring-offset-base-color-bg-brand-emphasis\/70 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.7);
}
.ring-offset-base-color-bg-brand-emphasis\/75 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.75);
}
.ring-offset-base-color-bg-brand-emphasis\/80 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.8);
}
.ring-offset-base-color-bg-brand-emphasis\/90 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.9);
}
.ring-offset-base-color-bg-brand-emphasis\/95 {
  --tw-ring-offset-color: rgb(93 91 215 / 0.95);
}
.ring-offset-base-color-bg-brand-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(93 91 215 / 60%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(93 91 215 / 0%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(93 91 215 / 10%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(93 91 215 / 100%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(93 91 215 / 20%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(93 91 215 / 30%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(93 91 215 / 40%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(93 91 215 / 50%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(93 91 215 / 60%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(93 91 215 / 70%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(93 91 215 / 80%);
}
.ring-offset-base-color-bg-brand-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(93 91 215 / 90%);
}
.ring-offset-base-color-bg-brand-subtle {
  --tw-ring-offset-color: #f2f4fd;
}
.ring-offset-base-color-bg-brand-subtle\/0 {
  --tw-ring-offset-color: rgb(242 244 253 / 0);
}
.ring-offset-base-color-bg-brand-subtle\/10 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.1);
}
.ring-offset-base-color-bg-brand-subtle\/100 {
  --tw-ring-offset-color: rgb(242 244 253 / 1);
}
.ring-offset-base-color-bg-brand-subtle\/20 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.2);
}
.ring-offset-base-color-bg-brand-subtle\/25 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.25);
}
.ring-offset-base-color-bg-brand-subtle\/30 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.3);
}
.ring-offset-base-color-bg-brand-subtle\/40 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.4);
}
.ring-offset-base-color-bg-brand-subtle\/5 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.05);
}
.ring-offset-base-color-bg-brand-subtle\/50 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.5);
}
.ring-offset-base-color-bg-brand-subtle\/60 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.6);
}
.ring-offset-base-color-bg-brand-subtle\/70 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.7);
}
.ring-offset-base-color-bg-brand-subtle\/75 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.75);
}
.ring-offset-base-color-bg-brand-subtle\/80 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.8);
}
.ring-offset-base-color-bg-brand-subtle\/90 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.9);
}
.ring-offset-base-color-bg-brand-subtle\/95 {
  --tw-ring-offset-color: rgb(242 244 253 / 0.95);
}
.ring-offset-base-color-bg-brand-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(242 244 253 / 60%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(242 244 253 / 0%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(242 244 253 / 10%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(242 244 253 / 100%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(242 244 253 / 20%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(242 244 253 / 30%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(242 244 253 / 40%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(242 244 253 / 50%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(242 244 253 / 60%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(242 244 253 / 70%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(242 244 253 / 80%);
}
.ring-offset-base-color-bg-brand-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(242 244 253 / 90%);
}
.ring-offset-base-color-bg-brand\/0 {
  --tw-ring-offset-color: rgb(205 214 249 / 0);
}
.ring-offset-base-color-bg-brand\/10 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.1);
}
.ring-offset-base-color-bg-brand\/100 {
  --tw-ring-offset-color: rgb(205 214 249 / 1);
}
.ring-offset-base-color-bg-brand\/20 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.2);
}
.ring-offset-base-color-bg-brand\/25 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.25);
}
.ring-offset-base-color-bg-brand\/30 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.3);
}
.ring-offset-base-color-bg-brand\/40 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.4);
}
.ring-offset-base-color-bg-brand\/5 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.05);
}
.ring-offset-base-color-bg-brand\/50 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.5);
}
.ring-offset-base-color-bg-brand\/60 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.6);
}
.ring-offset-base-color-bg-brand\/70 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.7);
}
.ring-offset-base-color-bg-brand\/75 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.75);
}
.ring-offset-base-color-bg-brand\/80 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.8);
}
.ring-offset-base-color-bg-brand\/90 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.9);
}
.ring-offset-base-color-bg-brand\/95 {
  --tw-ring-offset-color: rgb(205 214 249 / 0.95);
}
.ring-offset-base-color-bg-brand\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(205 214 249 / 60%);
}
.ring-offset-base-color-bg-brand\/core-opacity-0 {
  --tw-ring-offset-color: rgb(205 214 249 / 0%);
}
.ring-offset-base-color-bg-brand\/core-opacity-10 {
  --tw-ring-offset-color: rgb(205 214 249 / 10%);
}
.ring-offset-base-color-bg-brand\/core-opacity-100 {
  --tw-ring-offset-color: rgb(205 214 249 / 100%);
}
.ring-offset-base-color-bg-brand\/core-opacity-20 {
  --tw-ring-offset-color: rgb(205 214 249 / 20%);
}
.ring-offset-base-color-bg-brand\/core-opacity-30 {
  --tw-ring-offset-color: rgb(205 214 249 / 30%);
}
.ring-offset-base-color-bg-brand\/core-opacity-40 {
  --tw-ring-offset-color: rgb(205 214 249 / 40%);
}
.ring-offset-base-color-bg-brand\/core-opacity-50 {
  --tw-ring-offset-color: rgb(205 214 249 / 50%);
}
.ring-offset-base-color-bg-brand\/core-opacity-60 {
  --tw-ring-offset-color: rgb(205 214 249 / 60%);
}
.ring-offset-base-color-bg-brand\/core-opacity-70 {
  --tw-ring-offset-color: rgb(205 214 249 / 70%);
}
.ring-offset-base-color-bg-brand\/core-opacity-80 {
  --tw-ring-offset-color: rgb(205 214 249 / 80%);
}
.ring-offset-base-color-bg-brand\/core-opacity-90 {
  --tw-ring-offset-color: rgb(205 214 249 / 90%);
}
.ring-offset-base-color-bg-danger {
  --tw-ring-offset-color: #fee3e1;
}
.ring-offset-base-color-bg-danger-emphasis {
  --tw-ring-offset-color: #f04438;
}
.ring-offset-base-color-bg-danger-emphasis\/0 {
  --tw-ring-offset-color: rgb(240 68 56 / 0);
}
.ring-offset-base-color-bg-danger-emphasis\/10 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.1);
}
.ring-offset-base-color-bg-danger-emphasis\/100 {
  --tw-ring-offset-color: rgb(240 68 56 / 1);
}
.ring-offset-base-color-bg-danger-emphasis\/20 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.2);
}
.ring-offset-base-color-bg-danger-emphasis\/25 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.25);
}
.ring-offset-base-color-bg-danger-emphasis\/30 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.3);
}
.ring-offset-base-color-bg-danger-emphasis\/40 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.4);
}
.ring-offset-base-color-bg-danger-emphasis\/5 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.05);
}
.ring-offset-base-color-bg-danger-emphasis\/50 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.5);
}
.ring-offset-base-color-bg-danger-emphasis\/60 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.6);
}
.ring-offset-base-color-bg-danger-emphasis\/70 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.7);
}
.ring-offset-base-color-bg-danger-emphasis\/75 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.75);
}
.ring-offset-base-color-bg-danger-emphasis\/80 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.8);
}
.ring-offset-base-color-bg-danger-emphasis\/90 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.9);
}
.ring-offset-base-color-bg-danger-emphasis\/95 {
  --tw-ring-offset-color: rgb(240 68 56 / 0.95);
}
.ring-offset-base-color-bg-danger-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(240 68 56 / 60%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(240 68 56 / 0%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(240 68 56 / 10%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(240 68 56 / 100%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(240 68 56 / 20%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(240 68 56 / 30%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(240 68 56 / 40%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(240 68 56 / 50%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(240 68 56 / 60%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(240 68 56 / 70%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(240 68 56 / 80%);
}
.ring-offset-base-color-bg-danger-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(240 68 56 / 90%);
}
.ring-offset-base-color-bg-danger-subtle {
  --tw-ring-offset-color: #fffbfa;
}
.ring-offset-base-color-bg-danger-subtle\/0 {
  --tw-ring-offset-color: rgb(255 251 250 / 0);
}
.ring-offset-base-color-bg-danger-subtle\/10 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.1);
}
.ring-offset-base-color-bg-danger-subtle\/100 {
  --tw-ring-offset-color: rgb(255 251 250 / 1);
}
.ring-offset-base-color-bg-danger-subtle\/20 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.2);
}
.ring-offset-base-color-bg-danger-subtle\/25 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.25);
}
.ring-offset-base-color-bg-danger-subtle\/30 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.3);
}
.ring-offset-base-color-bg-danger-subtle\/40 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.4);
}
.ring-offset-base-color-bg-danger-subtle\/5 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.05);
}
.ring-offset-base-color-bg-danger-subtle\/50 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.5);
}
.ring-offset-base-color-bg-danger-subtle\/60 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.6);
}
.ring-offset-base-color-bg-danger-subtle\/70 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.7);
}
.ring-offset-base-color-bg-danger-subtle\/75 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.75);
}
.ring-offset-base-color-bg-danger-subtle\/80 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.8);
}
.ring-offset-base-color-bg-danger-subtle\/90 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.9);
}
.ring-offset-base-color-bg-danger-subtle\/95 {
  --tw-ring-offset-color: rgb(255 251 250 / 0.95);
}
.ring-offset-base-color-bg-danger-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(255 251 250 / 60%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(255 251 250 / 0%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(255 251 250 / 10%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(255 251 250 / 100%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(255 251 250 / 20%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(255 251 250 / 30%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(255 251 250 / 40%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(255 251 250 / 50%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(255 251 250 / 60%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(255 251 250 / 70%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(255 251 250 / 80%);
}
.ring-offset-base-color-bg-danger-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(255 251 250 / 90%);
}
.ring-offset-base-color-bg-danger\/0 {
  --tw-ring-offset-color: rgb(254 227 225 / 0);
}
.ring-offset-base-color-bg-danger\/10 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.1);
}
.ring-offset-base-color-bg-danger\/100 {
  --tw-ring-offset-color: rgb(254 227 225 / 1);
}
.ring-offset-base-color-bg-danger\/20 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.2);
}
.ring-offset-base-color-bg-danger\/25 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.25);
}
.ring-offset-base-color-bg-danger\/30 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.3);
}
.ring-offset-base-color-bg-danger\/40 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.4);
}
.ring-offset-base-color-bg-danger\/5 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.05);
}
.ring-offset-base-color-bg-danger\/50 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.5);
}
.ring-offset-base-color-bg-danger\/60 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.6);
}
.ring-offset-base-color-bg-danger\/70 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.7);
}
.ring-offset-base-color-bg-danger\/75 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.75);
}
.ring-offset-base-color-bg-danger\/80 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.8);
}
.ring-offset-base-color-bg-danger\/90 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.9);
}
.ring-offset-base-color-bg-danger\/95 {
  --tw-ring-offset-color: rgb(254 227 225 / 0.95);
}
.ring-offset-base-color-bg-danger\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(254 227 225 / 60%);
}
.ring-offset-base-color-bg-danger\/core-opacity-0 {
  --tw-ring-offset-color: rgb(254 227 225 / 0%);
}
.ring-offset-base-color-bg-danger\/core-opacity-10 {
  --tw-ring-offset-color: rgb(254 227 225 / 10%);
}
.ring-offset-base-color-bg-danger\/core-opacity-100 {
  --tw-ring-offset-color: rgb(254 227 225 / 100%);
}
.ring-offset-base-color-bg-danger\/core-opacity-20 {
  --tw-ring-offset-color: rgb(254 227 225 / 20%);
}
.ring-offset-base-color-bg-danger\/core-opacity-30 {
  --tw-ring-offset-color: rgb(254 227 225 / 30%);
}
.ring-offset-base-color-bg-danger\/core-opacity-40 {
  --tw-ring-offset-color: rgb(254 227 225 / 40%);
}
.ring-offset-base-color-bg-danger\/core-opacity-50 {
  --tw-ring-offset-color: rgb(254 227 225 / 50%);
}
.ring-offset-base-color-bg-danger\/core-opacity-60 {
  --tw-ring-offset-color: rgb(254 227 225 / 60%);
}
.ring-offset-base-color-bg-danger\/core-opacity-70 {
  --tw-ring-offset-color: rgb(254 227 225 / 70%);
}
.ring-offset-base-color-bg-danger\/core-opacity-80 {
  --tw-ring-offset-color: rgb(254 227 225 / 80%);
}
.ring-offset-base-color-bg-danger\/core-opacity-90 {
  --tw-ring-offset-color: rgb(254 227 225 / 90%);
}
.ring-offset-base-color-bg-default {
  --tw-ring-offset-color: #ffffff;
}
.ring-offset-base-color-bg-default\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ring-offset-base-color-bg-default\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ring-offset-base-color-bg-default\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-base-color-bg-default\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ring-offset-base-color-bg-default\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ring-offset-base-color-bg-default\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ring-offset-base-color-bg-default\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ring-offset-base-color-bg-default\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ring-offset-base-color-bg-default\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-base-color-bg-default\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ring-offset-base-color-bg-default\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ring-offset-base-color-bg-default\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ring-offset-base-color-bg-default\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ring-offset-base-color-bg-default\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ring-offset-base-color-bg-default\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.ring-offset-base-color-bg-default\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 60%);
}
.ring-offset-base-color-bg-default\/core-opacity-0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0%);
}
.ring-offset-base-color-bg-default\/core-opacity-10 {
  --tw-ring-offset-color: rgb(255 255 255 / 10%);
}
.ring-offset-base-color-bg-default\/core-opacity-100 {
  --tw-ring-offset-color: rgb(255 255 255 / 100%);
}
.ring-offset-base-color-bg-default\/core-opacity-20 {
  --tw-ring-offset-color: rgb(255 255 255 / 20%);
}
.ring-offset-base-color-bg-default\/core-opacity-30 {
  --tw-ring-offset-color: rgb(255 255 255 / 30%);
}
.ring-offset-base-color-bg-default\/core-opacity-40 {
  --tw-ring-offset-color: rgb(255 255 255 / 40%);
}
.ring-offset-base-color-bg-default\/core-opacity-50 {
  --tw-ring-offset-color: rgb(255 255 255 / 50%);
}
.ring-offset-base-color-bg-default\/core-opacity-60 {
  --tw-ring-offset-color: rgb(255 255 255 / 60%);
}
.ring-offset-base-color-bg-default\/core-opacity-70 {
  --tw-ring-offset-color: rgb(255 255 255 / 70%);
}
.ring-offset-base-color-bg-default\/core-opacity-80 {
  --tw-ring-offset-color: rgb(255 255 255 / 80%);
}
.ring-offset-base-color-bg-default\/core-opacity-90 {
  --tw-ring-offset-color: rgb(255 255 255 / 90%);
}
.ring-offset-base-color-bg-emphasis {
  --tw-ring-offset-color: #101828;
}
.ring-offset-base-color-bg-emphasis\/0 {
  --tw-ring-offset-color: rgb(16 24 40 / 0);
}
.ring-offset-base-color-bg-emphasis\/10 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.1);
}
.ring-offset-base-color-bg-emphasis\/100 {
  --tw-ring-offset-color: rgb(16 24 40 / 1);
}
.ring-offset-base-color-bg-emphasis\/20 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.2);
}
.ring-offset-base-color-bg-emphasis\/25 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.25);
}
.ring-offset-base-color-bg-emphasis\/30 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.3);
}
.ring-offset-base-color-bg-emphasis\/40 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.4);
}
.ring-offset-base-color-bg-emphasis\/5 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.05);
}
.ring-offset-base-color-bg-emphasis\/50 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.5);
}
.ring-offset-base-color-bg-emphasis\/60 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.6);
}
.ring-offset-base-color-bg-emphasis\/70 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.7);
}
.ring-offset-base-color-bg-emphasis\/75 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.75);
}
.ring-offset-base-color-bg-emphasis\/80 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.8);
}
.ring-offset-base-color-bg-emphasis\/90 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.9);
}
.ring-offset-base-color-bg-emphasis\/95 {
  --tw-ring-offset-color: rgb(16 24 40 / 0.95);
}
.ring-offset-base-color-bg-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(16 24 40 / 60%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(16 24 40 / 0%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(16 24 40 / 10%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(16 24 40 / 100%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(16 24 40 / 20%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(16 24 40 / 30%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(16 24 40 / 40%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(16 24 40 / 50%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(16 24 40 / 60%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(16 24 40 / 70%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(16 24 40 / 80%);
}
.ring-offset-base-color-bg-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(16 24 40 / 90%);
}
.ring-offset-base-color-bg-muted {
  --tw-ring-offset-color: #eaecf0;
}
.ring-offset-base-color-bg-muted\/0 {
  --tw-ring-offset-color: rgb(234 236 240 / 0);
}
.ring-offset-base-color-bg-muted\/10 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.1);
}
.ring-offset-base-color-bg-muted\/100 {
  --tw-ring-offset-color: rgb(234 236 240 / 1);
}
.ring-offset-base-color-bg-muted\/20 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.2);
}
.ring-offset-base-color-bg-muted\/25 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.25);
}
.ring-offset-base-color-bg-muted\/30 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.3);
}
.ring-offset-base-color-bg-muted\/40 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.4);
}
.ring-offset-base-color-bg-muted\/5 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.05);
}
.ring-offset-base-color-bg-muted\/50 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.5);
}
.ring-offset-base-color-bg-muted\/60 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.6);
}
.ring-offset-base-color-bg-muted\/70 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.7);
}
.ring-offset-base-color-bg-muted\/75 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.75);
}
.ring-offset-base-color-bg-muted\/80 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.8);
}
.ring-offset-base-color-bg-muted\/90 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.9);
}
.ring-offset-base-color-bg-muted\/95 {
  --tw-ring-offset-color: rgb(234 236 240 / 0.95);
}
.ring-offset-base-color-bg-muted\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(234 236 240 / 60%);
}
.ring-offset-base-color-bg-muted\/core-opacity-0 {
  --tw-ring-offset-color: rgb(234 236 240 / 0%);
}
.ring-offset-base-color-bg-muted\/core-opacity-10 {
  --tw-ring-offset-color: rgb(234 236 240 / 10%);
}
.ring-offset-base-color-bg-muted\/core-opacity-100 {
  --tw-ring-offset-color: rgb(234 236 240 / 100%);
}
.ring-offset-base-color-bg-muted\/core-opacity-20 {
  --tw-ring-offset-color: rgb(234 236 240 / 20%);
}
.ring-offset-base-color-bg-muted\/core-opacity-30 {
  --tw-ring-offset-color: rgb(234 236 240 / 30%);
}
.ring-offset-base-color-bg-muted\/core-opacity-40 {
  --tw-ring-offset-color: rgb(234 236 240 / 40%);
}
.ring-offset-base-color-bg-muted\/core-opacity-50 {
  --tw-ring-offset-color: rgb(234 236 240 / 50%);
}
.ring-offset-base-color-bg-muted\/core-opacity-60 {
  --tw-ring-offset-color: rgb(234 236 240 / 60%);
}
.ring-offset-base-color-bg-muted\/core-opacity-70 {
  --tw-ring-offset-color: rgb(234 236 240 / 70%);
}
.ring-offset-base-color-bg-muted\/core-opacity-80 {
  --tw-ring-offset-color: rgb(234 236 240 / 80%);
}
.ring-offset-base-color-bg-muted\/core-opacity-90 {
  --tw-ring-offset-color: rgb(234 236 240 / 90%);
}
.ring-offset-base-color-bg-subtle {
  --tw-ring-offset-color: #f2f4f7;
}
.ring-offset-base-color-bg-subtle\/0 {
  --tw-ring-offset-color: rgb(242 244 247 / 0);
}
.ring-offset-base-color-bg-subtle\/10 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.1);
}
.ring-offset-base-color-bg-subtle\/100 {
  --tw-ring-offset-color: rgb(242 244 247 / 1);
}
.ring-offset-base-color-bg-subtle\/20 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.2);
}
.ring-offset-base-color-bg-subtle\/25 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.25);
}
.ring-offset-base-color-bg-subtle\/30 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.3);
}
.ring-offset-base-color-bg-subtle\/40 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.4);
}
.ring-offset-base-color-bg-subtle\/5 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.05);
}
.ring-offset-base-color-bg-subtle\/50 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.5);
}
.ring-offset-base-color-bg-subtle\/60 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.6);
}
.ring-offset-base-color-bg-subtle\/70 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.7);
}
.ring-offset-base-color-bg-subtle\/75 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.75);
}
.ring-offset-base-color-bg-subtle\/80 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.8);
}
.ring-offset-base-color-bg-subtle\/90 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.9);
}
.ring-offset-base-color-bg-subtle\/95 {
  --tw-ring-offset-color: rgb(242 244 247 / 0.95);
}
.ring-offset-base-color-bg-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(242 244 247 / 60%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(242 244 247 / 0%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(242 244 247 / 10%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(242 244 247 / 100%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(242 244 247 / 20%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(242 244 247 / 30%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(242 244 247 / 40%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(242 244 247 / 50%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(242 244 247 / 60%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(242 244 247 / 70%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(242 244 247 / 80%);
}
.ring-offset-base-color-bg-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(242 244 247 / 90%);
}
.ring-offset-base-color-bg-success {
  --tw-ring-offset-color: #d1fadf;
}
.ring-offset-base-color-bg-success-emphasis {
  --tw-ring-offset-color: #12b569;
}
.ring-offset-base-color-bg-success-emphasis\/0 {
  --tw-ring-offset-color: rgb(18 181 105 / 0);
}
.ring-offset-base-color-bg-success-emphasis\/10 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.1);
}
.ring-offset-base-color-bg-success-emphasis\/100 {
  --tw-ring-offset-color: rgb(18 181 105 / 1);
}
.ring-offset-base-color-bg-success-emphasis\/20 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.2);
}
.ring-offset-base-color-bg-success-emphasis\/25 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.25);
}
.ring-offset-base-color-bg-success-emphasis\/30 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.3);
}
.ring-offset-base-color-bg-success-emphasis\/40 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.4);
}
.ring-offset-base-color-bg-success-emphasis\/5 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.05);
}
.ring-offset-base-color-bg-success-emphasis\/50 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.5);
}
.ring-offset-base-color-bg-success-emphasis\/60 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.6);
}
.ring-offset-base-color-bg-success-emphasis\/70 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.7);
}
.ring-offset-base-color-bg-success-emphasis\/75 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.75);
}
.ring-offset-base-color-bg-success-emphasis\/80 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.8);
}
.ring-offset-base-color-bg-success-emphasis\/90 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.9);
}
.ring-offset-base-color-bg-success-emphasis\/95 {
  --tw-ring-offset-color: rgb(18 181 105 / 0.95);
}
.ring-offset-base-color-bg-success-emphasis\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(18 181 105 / 60%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-0 {
  --tw-ring-offset-color: rgb(18 181 105 / 0%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-10 {
  --tw-ring-offset-color: rgb(18 181 105 / 10%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-100 {
  --tw-ring-offset-color: rgb(18 181 105 / 100%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-20 {
  --tw-ring-offset-color: rgb(18 181 105 / 20%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-30 {
  --tw-ring-offset-color: rgb(18 181 105 / 30%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-40 {
  --tw-ring-offset-color: rgb(18 181 105 / 40%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-50 {
  --tw-ring-offset-color: rgb(18 181 105 / 50%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-60 {
  --tw-ring-offset-color: rgb(18 181 105 / 60%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-70 {
  --tw-ring-offset-color: rgb(18 181 105 / 70%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-80 {
  --tw-ring-offset-color: rgb(18 181 105 / 80%);
}
.ring-offset-base-color-bg-success-emphasis\/core-opacity-90 {
  --tw-ring-offset-color: rgb(18 181 105 / 90%);
}
.ring-offset-base-color-bg-success-subtle {
  --tw-ring-offset-color: #f6fef9;
}
.ring-offset-base-color-bg-success-subtle\/0 {
  --tw-ring-offset-color: rgb(246 254 249 / 0);
}
.ring-offset-base-color-bg-success-subtle\/10 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.1);
}
.ring-offset-base-color-bg-success-subtle\/100 {
  --tw-ring-offset-color: rgb(246 254 249 / 1);
}
.ring-offset-base-color-bg-success-subtle\/20 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.2);
}
.ring-offset-base-color-bg-success-subtle\/25 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.25);
}
.ring-offset-base-color-bg-success-subtle\/30 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.3);
}
.ring-offset-base-color-bg-success-subtle\/40 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.4);
}
.ring-offset-base-color-bg-success-subtle\/5 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.05);
}
.ring-offset-base-color-bg-success-subtle\/50 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.5);
}
.ring-offset-base-color-bg-success-subtle\/60 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.6);
}
.ring-offset-base-color-bg-success-subtle\/70 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.7);
}
.ring-offset-base-color-bg-success-subtle\/75 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.75);
}
.ring-offset-base-color-bg-success-subtle\/80 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.8);
}
.ring-offset-base-color-bg-success-subtle\/90 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.9);
}
.ring-offset-base-color-bg-success-subtle\/95 {
  --tw-ring-offset-color: rgb(246 254 249 / 0.95);
}
.ring-offset-base-color-bg-success-subtle\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(246 254 249 / 60%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-0 {
  --tw-ring-offset-color: rgb(246 254 249 / 0%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-10 {
  --tw-ring-offset-color: rgb(246 254 249 / 10%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-100 {
  --tw-ring-offset-color: rgb(246 254 249 / 100%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-20 {
  --tw-ring-offset-color: rgb(246 254 249 / 20%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-30 {
  --tw-ring-offset-color: rgb(246 254 249 / 30%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-40 {
  --tw-ring-offset-color: rgb(246 254 249 / 40%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-50 {
  --tw-ring-offset-color: rgb(246 254 249 / 50%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-60 {
  --tw-ring-offset-color: rgb(246 254 249 / 60%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-70 {
  --tw-ring-offset-color: rgb(246 254 249 / 70%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-80 {
  --tw-ring-offset-color: rgb(246 254 249 / 80%);
}
.ring-offset-base-color-bg-success-subtle\/core-opacity-90 {
  --tw-ring-offset-color: rgb(246 254 249 / 90%);
}
.ring-offset-base-color-bg-success\/0 {
  --tw-ring-offset-color: rgb(209 250 223 / 0);
}
.ring-offset-base-color-bg-success\/10 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.1);
}
.ring-offset-base-color-bg-success\/100 {
  --tw-ring-offset-color: rgb(209 250 223 / 1);
}
.ring-offset-base-color-bg-success\/20 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.2);
}
.ring-offset-base-color-bg-success\/25 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.25);
}
.ring-offset-base-color-bg-success\/30 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.3);
}
.ring-offset-base-color-bg-success\/40 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.4);
}
.ring-offset-base-color-bg-success\/5 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.05);
}
.ring-offset-base-color-bg-success\/50 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.5);
}
.ring-offset-base-color-bg-success\/60 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.6);
}
.ring-offset-base-color-bg-success\/70 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.7);
}
.ring-offset-base-color-bg-success\/75 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.75);
}
.ring-offset-base-color-bg-success\/80 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.8);
}
.ring-offset-base-color-bg-success\/90 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.9);
}
.ring-offset-base-color-bg-success\/95 {
  --tw-ring-offset-color: rgb(209 250 223 / 0.95);
}
.ring-offset-base-color-bg-success\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(209 250 223 / 60%);
}
.ring-offset-base-color-bg-success\/core-opacity-0 {
  --tw-ring-offset-color: rgb(209 250 223 / 0%);
}
.ring-offset-base-color-bg-success\/core-opacity-10 {
  --tw-ring-offset-color: rgb(209 250 223 / 10%);
}
.ring-offset-base-color-bg-success\/core-opacity-100 {
  --tw-ring-offset-color: rgb(209 250 223 / 100%);
}
.ring-offset-base-color-bg-success\/core-opacity-20 {
  --tw-ring-offset-color: rgb(209 250 223 / 20%);
}
.ring-offset-base-color-bg-success\/core-opacity-30 {
  --tw-ring-offset-color: rgb(209 250 223 / 30%);
}
.ring-offset-base-color-bg-success\/core-opacity-40 {
  --tw-ring-offset-color: rgb(209 250 223 / 40%);
}
.ring-offset-base-color-bg-success\/core-opacity-50 {
  --tw-ring-offset-color: rgb(209 250 223 / 50%);
}
.ring-offset-base-color-bg-success\/core-opacity-60 {
  --tw-ring-offset-color: rgb(209 250 223 / 60%);
}
.ring-offset-base-color-bg-success\/core-opacity-70 {
  --tw-ring-offset-color: rgb(209 250 223 / 70%);
}
.ring-offset-base-color-bg-success\/core-opacity-80 {
  --tw-ring-offset-color: rgb(209 250 223 / 80%);
}
.ring-offset-base-color-bg-success\/core-opacity-90 {
  --tw-ring-offset-color: rgb(209 250 223 / 90%);
}
.ring-offset-base-color-bg-transparent {
  --tw-ring-offset-color: #00000000;
}
.ring-offset-base-color-bg-transparent\/0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.ring-offset-base-color-bg-transparent\/10 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.ring-offset-base-color-bg-transparent\/100 {
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.ring-offset-base-color-bg-transparent\/20 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.ring-offset-base-color-bg-transparent\/25 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.ring-offset-base-color-bg-transparent\/30 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.ring-offset-base-color-bg-transparent\/40 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.ring-offset-base-color-bg-transparent\/5 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.ring-offset-base-color-bg-transparent\/50 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.ring-offset-base-color-bg-transparent\/60 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.ring-offset-base-color-bg-transparent\/70 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.ring-offset-base-color-bg-transparent\/75 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.ring-offset-base-color-bg-transparent\/80 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.ring-offset-base-color-bg-transparent\/90 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.ring-offset-base-color-bg-transparent\/95 {
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.ring-offset-base-color-bg-transparent\/base-opacity-disabled {
  --tw-ring-offset-color: rgb(0 0 0 / 60%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-0 {
  --tw-ring-offset-color: rgb(0 0 0 / 0%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-10 {
  --tw-ring-offset-color: rgb(0 0 0 / 10%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-100 {
  --tw-ring-offset-color: rgb(0 0 0 / 100%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-20 {
  --tw-ring-offset-color: rgb(0 0 0 / 20%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-30 {
  --tw-ring-offset-color: rgb(0 0 0 / 30%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-40 {
  --tw-ring-offset-color: rgb(0 0 0 / 40%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-50 {
  --tw-ring-offset-color: rgb(0 0 0 / 50%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-60 {
  --tw-ring-offset-color: rgb(0 0 0 / 60%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-70 {
  --tw-ring-offset-color: rgb(0 0 0 / 70%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-80 {
  --tw-ring-offset-color: rgb(0 0 0 / 80%);
}
.ring-offset-base-color-bg-transparent\/core-opacity-90 {
  --tw-ring-offset-color: rgb(0 0 0 / 90%);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\@container {
  container-type: inline-size;
}
.arrow-hide::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}
.arrow-hide::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}
.\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
/**
 * END --- SETUP TAILWINDCSS EDIT
 */
/**
 * TOOLTIP STYLES
 */
.tooltip {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
.has-tooltip {
  position: relative;
}
.has-tooltip:hover .tooltip {
  visibility: visible;
  z-index: 50;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 300ms;
}
/**
 * END TOOLTIP STYLES
 */
/**
  * TYPOGRAPHY STYLES
  */
.flex-row > .typography {
  margin-bottom: 0px;
}
/**
  * END TYPOGRAPHY STYLES
  */
.before\:pr-1::before {
  content: var(--tw-content);
  padding-right: 0.25rem;
}
.before\:content-\[\'\\2012\'\]::before {
  --tw-content: '\2012';
  content: var(--tw-content);
}
.first\:ml-core-space-50:first-child {
  margin-left: 8px;
}
.first\:rounded-t-md:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:mb-core-space-0:last-child {
  margin-bottom: 0px;
}
.last\:rounded-b-md:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.focus-within\:border-core-border-width-20:focus-within {
  border-width: 2px;
}
.focus-within\:\!border-comp-textfield-color-clean-focused-border:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgb(93 91 215 / var(--tw-border-opacity)) !important;
}
.focus-within\:\!border-comp-textfield-color-dirty-focused-border:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 68 56 / var(--tw-border-opacity)) !important;
}
.focus-within\:border-comp-textfield-color-clean-focused-border:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus-within\:border-comp-toggle-color-primary-selected-enabled-border:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus-within\:border-comp-toggle-color-primary-selected-focused-border:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus-within\:border-comp-toggle-color-primary-unselected-focused-border:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.focus-within\:border-success:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.focus-within\:\!bg-comp-textfield-color-clean-focused-bg:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.focus-within\:\!bg-comp-textfield-color-dirty-focused-bg:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-base-color-bg-subtle:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.focus-within\:bg-comp-toggle-color-primary-selected-focused-bg:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus-within\:bg-comp-toggle-color-primary-unselected-focused-bg:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus-within\:text-comp-button-color-ghost-focused-fg:focus-within {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.focus-within\:\!shadow-base-box-shadow-clean-focus-border:focus-within {
  --tw-shadow: 0px 0px 0px 1px #5d5bd7, 0px 0px 0px 0px #0000000d !important;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 0px 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-within\:\!shadow-base-box-shadow-dirty-focus-border:focus-within {
  --tw-shadow: 0px 0px 0px 1px #f04438, 0px 0px 0px 0px #0000000d !important;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 0px 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-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(93 91 215 / var(--tw-ring-opacity));
}
.focus-within\:ring-success:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
}
.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}
.hover\:cursor-default:hover {
  cursor: default;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-comp-button-color-danger-hover-border:hover {
  border-color: #00000000;
}
.hover\:border-comp-button-color-ghost-hover-border:hover {
  border-color: #00000000;
}
.hover\:border-comp-button-color-primary-hover-border:hover {
  border-color: #00000000;
}
.hover\:border-comp-button-color-secondary-hover-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.hover\:border-comp-textfield-color-clean-hover-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(152 162 179 / var(--tw-border-opacity));
}
.hover\:border-comp-textfield-color-dirty-hover-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 45 32 / var(--tw-border-opacity));
}
.hover\:border-comp-toggle-color-primary-selected-hover-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 71 189 / var(--tw-border-opacity));
}
.hover\:border-comp-toggle-color-primary-unselected-hover-border:hover {
  --tw-border-opacity: 1;
  border-color: rgb(152 162 179 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:\!bg-base-color-bg-subtle:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}
.hover\:bg-base-color-bg-brand-subtle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.hover\:bg-base-color-bg-subtle:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.hover\:bg-comp-button-color-danger-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity));
}
.hover\:bg-comp-button-color-ghost-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-comp-button-color-primary-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.hover\:bg-comp-button-color-secondary-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-comp-textfield-color-clean-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-comp-textfield-color-dirty-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.hover\:bg-comp-toggle-color-primary-selected-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.hover\:bg-comp-toggle-color-primary-selected-hover-border:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 189 / var(--tw-bg-opacity));
}
.hover\:bg-comp-toggle-color-primary-unselected-hover-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 188 244 / var(--tw-bg-opacity));
}
.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(140 152 237 / var(--tw-bg-opacity));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 6 62 / var(--tw-bg-opacity));
}
.hover\:fill-green-600:hover {
  fill: #059669;
}
.hover\:fill-red-600:hover {
  fill: #dc2626;
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-base-color-fg-attention-emphasis:hover {
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity));
}
.hover\:text-base-color-fg-brand-emphasis:hover {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.hover\:text-base-color-fg-default:hover {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.hover\:text-base-color-fg-success-emphasis:hover {
  --tw-text-opacity: 1;
  color: rgb(2 121 71 / var(--tw-text-opacity));
}
.hover\:text-comp-button-color-danger-hover-fg:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-comp-button-color-ghost-hover-fg:hover {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.hover\:text-comp-button-color-primary-hover-bg:hover {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.hover\:text-comp-button-color-primary-hover-fg:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-comp-button-color-secondary-hover-fg:hover {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.hover\:text-comp-textfield-color-clean-hover-content:hover {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.hover\:text-comp-textfield-color-clean-hover-placeholder:hover {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.hover\:text-comp-textfield-color-dirty-hover-content:hover {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.hover\:text-comp-textfield-color-dirty-hover-placeholder:hover {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.hover\:text-comp-toggle-color-primary-selected-hover-border:hover {
  --tw-text-opacity: 1;
  color: rgb(75 71 189 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.hover\:text-primary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:placeholder-comp-textfield-color-clean-hover-placeholder:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.hover\:placeholder-comp-textfield-color-clean-hover-placeholder:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.hover\:placeholder-comp-textfield-color-dirty-hover-placeholder:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.hover\:placeholder-comp-textfield-color-dirty-hover-placeholder:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.hover\:shadow-base-box-shadow-selectable-s:hover {
  --tw-shadow: 0px 1px 2px 0px #00000017;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:hover\:border-comp-textfield-color-clean-focused-border:hover:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-none:focus {
  border-style: none;
}
.focus\:border-comp-button-color-danger-focused-border:focus {
  border-color: #00000000;
}
.focus\:border-comp-button-color-ghost-focused-border:focus {
  border-color: #00000000;
}
.focus\:border-comp-button-color-primary-focused-border:focus {
  border-color: #00000000;
}
.focus\:border-comp-button-color-secondary-focused-border:focus {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.focus\:border-comp-textfield-color-clean-focused-border:focus {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus\:border-comp-textfield-color-dirty-focused-border:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.focus\:border-comp-toggle-color-primary-unselected-focused-border:focus {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.focus\:border-danger:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
}
.focus\:border-primary-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgb(60 59 151 / var(--tw-border-opacity));
}
.focus\:border-success:focus {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.focus\:bg-comp-button-color-danger-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.focus\:bg-comp-button-color-ghost-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-comp-button-color-primary-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.focus\:bg-comp-button-color-secondary-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-comp-textfield-color-clean-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-comp-textfield-color-dirty-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:bg-comp-toggle-color-primary-unselected-focused-bg:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:text-comp-button-color-danger-focused-fg:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:text-comp-button-color-ghost-focused-fg:focus {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.focus\:text-comp-button-color-primary-focused-bg:focus {
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.focus\:text-comp-button-color-primary-focused-fg:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:text-comp-button-color-secondary-focused-fg:focus {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.focus\:text-comp-textfield-color-clean-focused-content:focus {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.focus\:text-comp-textfield-color-clean-focused-placeholder:focus {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.focus\:text-comp-textfield-color-dirty-focused-content:focus {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.focus\:text-comp-textfield-color-dirty-focused-placeholder:focus {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.focus\:placeholder-comp-textfield-color-clean-focused-placeholder:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-comp-textfield-color-clean-focused-placeholder:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-comp-textfield-color-dirty-focused-placeholder:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-comp-textfield-color-dirty-focused-placeholder:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.focus\:shadow-base-box-shadow-clean-focus-border:focus {
  --tw-shadow: 0px 0px 0px 1px #5d5bd7, 0px 0px 0px 0px #0000000d;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-base-box-shadow-dirty-focus-border:focus {
  --tw-shadow: 0px 0px 0px 1px #f04438, 0px 0px 0px 0px #0000000d;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-base-box-shadow-general-focus-border:focus {
  --tw-shadow: 0px 0px 0px 1px #ffffff, 0px 0px 0px 2px #5d5bd7;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-comp-toggle-color-primary-selected-enabled-border:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(93 91 215 / var(--tw-ring-opacity));
}
.focus\:ring-danger:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(93 91 215 / var(--tw-ring-opacity));
}
.focus\:ring-success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-primary:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(93 91 215 / var(--tw-ring-opacity));
}
.active\:border-comp-button-color-danger-pressed-border:active {
  border-color: #00000000;
}
.active\:border-comp-button-color-ghost-pressed-border:active {
  border-color: #00000000;
}
.active\:border-comp-button-color-primary-pressed-border:active {
  border-color: #00000000;
}
.active\:border-comp-button-color-secondary-pressed-border:active {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
}
.active\:bg-comp-button-color-danger-pressed-bg:active {
  --tw-bg-opacity: 1;
  background-color: rgb(180 35 24 / var(--tw-bg-opacity));
}
.active\:bg-comp-button-color-ghost-pressed-bg:active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.active\:bg-comp-button-color-primary-pressed-bg:active {
  --tw-bg-opacity: 1;
  background-color: rgb(60 59 151 / var(--tw-bg-opacity));
}
.active\:bg-comp-button-color-secondary-pressed-bg:active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.active\:text-comp-button-color-danger-pressed-fg:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active\:text-comp-button-color-ghost-pressed-fg:active {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.active\:text-comp-button-color-primary-pressed-bg:active {
  --tw-text-opacity: 1;
  color: rgb(60 59 151 / var(--tw-text-opacity));
}
.active\:text-comp-button-color-primary-pressed-fg:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active\:text-comp-button-color-secondary-pressed-fg:active {
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:bg-slate-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.disabled\:opacity-base-opacity-disabled:disabled {
  opacity: 60%;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
@container (min-width: 48rem) {
  .\@3xl\:block {
    display: block;
  }
}
@container (min-width: 56rem) {
  .\@4xl\:block {
    display: block;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:hidden {
    display: none;
  }
}
@media (min-width: 640px) {
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:max-w-\[600px\] {
    max-width: 600px;
  }
  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }
  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:rounded-base-border-radius-container-l {
    border-radius: 8px;
  }
  .sm\:rounded-base-border-radius-container-none {
    border-radius: 0px;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:rounded-md {
    border-radius: 0.375rem;
  }
  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-core-space-150 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .sm\:py-core-space-250 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:text-base-font-size-l {
    font-size: 20px;
  }
  .sm\:text-base-font-size-m {
    font-size: 16px;
  }
  .sm\:text-base-font-size-s {
    font-size: 14px;
  }
  .sm\:text-base-font-size-xl {
    font-size: 24px;
  }
  .sm\:text-base-font-size-xs {
    font-size: 12px;
  }
  .sm\:text-base-font-size-xxl {
    font-size: 32px;
  }
  .sm\:text-base-font-size-xxxl {
    font-size: 40px;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .md\:pointer-events-auto {
    pointer-events: auto;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }
  .md\:min-w-\[592px\] {
    min-width: 592px;
  }
  .md\:max-w-\[800px\] {
    max-width: 800px;
  }
  .md\:max-w-lg {
    max-width: 32rem;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:gap-core-space-150 {
    gap: 24px;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .md\:border-t-0 {
    border-top-width: 0px;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-core-space-150 {
    padding: 24px;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-core-space-50 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md\:pb-core-space-150 {
    padding-bottom: 24px;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:font-base-typography-interface-default-m-font-family {
    font-family: Inter, system-ui, sans-serif;
  }
  .md\:font-base-typography-interface-default-s-font-family {
    font-family: Inter, system-ui, sans-serif;
  }
  .md\:font-base-typography-interface-default-xs-font-family {
    font-family: Inter, system-ui, sans-serif;
  }
  .md\:text-base-font-size-l {
    font-size: 20px;
  }
  .md\:text-base-font-size-m {
    font-size: 16px;
  }
  .md\:text-base-font-size-s {
    font-size: 14px;
  }
  .md\:text-base-font-size-xl {
    font-size: 24px;
  }
  .md\:text-base-font-size-xs {
    font-size: 12px;
  }
  .md\:text-base-font-size-xxl {
    font-size: 32px;
  }
  .md\:text-base-font-size-xxxl {
    font-size: 40px;
  }
  .md\:text-base-typography-interface-default-m-font-size {
    font-size: 16px;
  }
  .md\:text-base-typography-interface-default-s-font-size {
    font-size: 14px;
  }
  .md\:text-base-typography-interface-default-xs-font-size {
    font-size: 12px;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:font-base-typography-interface-default-m-font-weight {
    font-weight: 400;
  }
  .md\:font-base-typography-interface-default-s-font-weight {
    font-weight: 400;
  }
  .md\:font-base-typography-interface-default-xs-font-weight {
    font-weight: 400;
  }
  .md\:leading-base-typography-interface-default-m-line-height {
    line-height: 110%;
  }
  .md\:leading-base-typography-interface-default-s-line-height {
    line-height: 110%;
  }
  .md\:leading-base-typography-interface-default-xs-line-height {
    line-height: 110%;
  }
  .md\:hover\:bg-base-color-bg-subtle:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1024px) {
  .lg\:order-last {
    order: 9999;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:max-h-\[72px\] {
    max-height: 72px;
  }
  .lg\:min-w-\[848px\] {
    min-width: 848px;
  }
  .lg\:max-w-5xl {
    max-width: 64rem;
  }
  .lg\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .lg\:max-w-\[364px\] {
    max-width: 364px;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:text-base-font-size-l {
    font-size: 20px;
  }
  .lg\:text-base-font-size-m {
    font-size: 16px;
  }
  .lg\:text-base-font-size-s {
    font-size: 14px;
  }
  .lg\:text-base-font-size-xl {
    font-size: 24px;
  }
  .lg\:text-base-font-size-xs {
    font-size: 12px;
  }
  .lg\:text-base-font-size-xxl {
    font-size: 32px;
  }
  .lg\:text-base-font-size-xxxl {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .xl\:text-base-font-size-l {
    font-size: 20px;
  }
  .xl\:text-base-font-size-m {
    font-size: 16px;
  }
  .xl\:text-base-font-size-s {
    font-size: 14px;
  }
  .xl\:text-base-font-size-xl {
    font-size: 24px;
  }
  .xl\:text-base-font-size-xs {
    font-size: 12px;
  }
  .xl\:text-base-font-size-xxl {
    font-size: 32px;
  }
  .xl\:text-base-font-size-xxxl {
    font-size: 40px;
  }
}
@media (min-width: 1536px) {
  .\32xl\:text-base-font-size-l {
    font-size: 20px;
  }
  .\32xl\:text-base-font-size-m {
    font-size: 16px;
  }
  .\32xl\:text-base-font-size-s {
    font-size: 14px;
  }
  .\32xl\:text-base-font-size-xl {
    font-size: 24px;
  }
  .\32xl\:text-base-font-size-xxl {
    font-size: 32px;
  }
  .\32xl\:text-base-font-size-xxxl {
    font-size: 40px;
  }
}
.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.mbsc-grid,
.mbsc-grid-unresp,
.mbsc-grid-fixed {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.mbsc-grid *,
.mbsc-grid-unresp *,
.mbsc-grid-fixed * {
  box-sizing: border-box;
}
.mbsc-form-grid {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.mbsc-no-padding .mbsc-col,
.mbsc-no-padding [class*=mbsc-col-],
.mbsc-form-grid .mbsc-col,
.mbsc-form-grid [class*=mbsc-col-] {
  padding-right: 0;
  padding-left: 0;
}
.mbsc-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1em;
  margin-left: -1em;
}
.mbsc-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.mbsc-col-1,
.mbsc-col-2,
.mbsc-col-3,
.mbsc-col-4,
.mbsc-col-5,
.mbsc-col-6,
.mbsc-col-7,
.mbsc-col-8,
.mbsc-col-9,
.mbsc-col-10,
.mbsc-col-11,
.mbsc-col-12,
.mbsc-col,
.mbsc-col-auto,
.mbsc-col-sm-1,
.mbsc-col-sm-2,
.mbsc-col-sm-3,
.mbsc-col-sm-4,
.mbsc-col-sm-5,
.mbsc-col-sm-6,
.mbsc-col-sm-7,
.mbsc-col-sm-8,
.mbsc-col-sm-9,
.mbsc-col-sm-10,
.mbsc-col-sm-11,
.mbsc-col-sm-12,
.mbsc-col-sm,
.mbsc-col-sm-auto,
.mbsc-col-md-1,
.mbsc-col-md-2,
.mbsc-col-md-3,
.mbsc-col-md-4,
.mbsc-col-md-5,
.mbsc-col-md-6,
.mbsc-col-md-7,
.mbsc-col-md-8,
.mbsc-col-md-9,
.mbsc-col-md-10,
.mbsc-col-md-11,
.mbsc-col-md-12,
.mbsc-col-md,
.mbsc-col-md-auto,
.mbsc-col-lg-1,
.mbsc-col-lg-2,
.mbsc-col-lg-3,
.mbsc-col-lg-4,
.mbsc-col-lg-5,
.mbsc-col-lg-6,
.mbsc-col-lg-7,
.mbsc-col-lg-8,
.mbsc-col-lg-9,
.mbsc-col-lg-10,
.mbsc-col-lg-11,
.mbsc-col-lg-12,
.mbsc-col-lg,
.mbsc-col-lg-auto,
.mbsc-col-xl-1,
.mbsc-col-xl-2,
.mbsc-col-xl-3,
.mbsc-col-xl-4,
.mbsc-col-xl-5,
.mbsc-col-xl-6,
.mbsc-col-xl-7,
.mbsc-col-xl-8,
.mbsc-col-xl-9,
.mbsc-col-xl-10,
.mbsc-col-xl-11,
.mbsc-col-xl-12,
.mbsc-col-xl,
.mbsc-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1em;
  padding-left: 1em;
}
.mbsc-col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.mbsc-col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.mbsc-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.mbsc-col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mbsc-col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.mbsc-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.mbsc-col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.mbsc-col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.mbsc-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.mbsc-col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.mbsc-col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.mbsc-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.mbsc-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.mbsc-offset-1 {
  margin-left: 8.333333%;
}
.mbsc-offset-2 {
  margin-left: 16.666667%;
}
.mbsc-offset-3 {
  margin-left: 25%;
}
.mbsc-offset-4 {
  margin-left: 33.333333%;
}
.mbsc-offset-5 {
  margin-left: 41.666667%;
}
.mbsc-offset-6 {
  margin-left: 50%;
}
.mbsc-offset-7 {
  margin-left: 58.333333%;
}
.mbsc-offset-8 {
  margin-left: 66.666667%;
}
.mbsc-offset-9 {
  margin-left: 75%;
}
.mbsc-offset-10 {
  margin-left: 83.333333%;
}
.mbsc-offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 540px;
  }
  .mbsc-grid .mbsc-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mbsc-grid .mbsc-col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-sm-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-sm-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-sm-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-sm-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-sm-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-sm-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-sm-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-sm-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-sm-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-sm-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-sm-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-sm-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-sm-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-sm-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-sm-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-sm-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-sm-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-sm-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-sm-12 {
    right: 100%;
  }
}
@media (min-width: 768px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 720px;
  }
  .mbsc-grid .mbsc-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mbsc-grid .mbsc-col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-md-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-md-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-md-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-md-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-md-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-md-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-md-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-md-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-md-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-md-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-md-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-md-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-md-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-md-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-md-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-md-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-md-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-md-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-md-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-md-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-md-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-md-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-md-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-md-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-md-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-md-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-md-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-md-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-md-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-md-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-md-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-md-12 {
    right: 100%;
  }
}
@media (min-width: 992px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 960px;
  }
  .mbsc-grid .mbsc-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mbsc-grid .mbsc-col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-lg-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-lg-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-lg-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-lg-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-lg-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-lg-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-lg-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-lg-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-lg-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-lg-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-lg-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-lg-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-lg-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-lg-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-lg-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-lg-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-lg-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-lg-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-lg-12 {
    right: 100%;
  }
}
@media (min-width: 1200px) {
  .mbsc-grid.mbsc-grid-fixed {
    max-width: 1140px;
  }
  .mbsc-grid .mbsc-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .mbsc-grid .mbsc-col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .mbsc-grid .mbsc-col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .mbsc-grid .mbsc-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .mbsc-grid .mbsc-col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mbsc-grid .mbsc-col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .mbsc-grid .mbsc-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mbsc-grid .mbsc-col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mbsc-grid .mbsc-col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mbsc-grid .mbsc-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .mbsc-grid .mbsc-col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .mbsc-grid .mbsc-col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .mbsc-grid .mbsc-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mbsc-grid .mbsc-offset-xl-0 {
    margin-left: 0;
  }
  .mbsc-grid .mbsc-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .mbsc-grid .mbsc-offset-xl-3 {
    margin-left: 25%;
  }
  .mbsc-grid .mbsc-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .mbsc-grid .mbsc-offset-xl-6 {
    margin-left: 50%;
  }
  .mbsc-grid .mbsc-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .mbsc-grid .mbsc-offset-xl-9 {
    margin-left: 75%;
  }
  .mbsc-grid .mbsc-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .mbsc-grid .mbsc-offset-xl-11 {
    margin-left: 91.666667%;
  }
  .mbsc-grid .mbsc-push-xl-0 {
    left: auto;
  }
  .mbsc-grid .mbsc-push-xl-1 {
    left: 8.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-2 {
    left: 16.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-3 {
    left: 25%;
  }
  .mbsc-grid .mbsc-push-xl-4 {
    left: 33.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-5 {
    left: 41.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-6 {
    left: 50%;
  }
  .mbsc-grid .mbsc-push-xl-7 {
    left: 58.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-8 {
    left: 66.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-9 {
    left: 75%;
  }
  .mbsc-grid .mbsc-push-xl-10 {
    left: 83.33333333%;
  }
  .mbsc-grid .mbsc-push-xl-11 {
    left: 91.66666667%;
  }
  .mbsc-grid .mbsc-push-xl-12 {
    left: 100%;
  }
  .mbsc-grid .mbsc-pull-xl-0 {
    right: auto;
  }
  .mbsc-grid .mbsc-pull-xl-1 {
    right: 8.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-2 {
    right: 16.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-3 {
    right: 25%;
  }
  .mbsc-grid .mbsc-pull-xl-4 {
    right: 33.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-5 {
    right: 41.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-6 {
    right: 50%;
  }
  .mbsc-grid .mbsc-pull-xl-7 {
    right: 58.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-8 {
    right: 66.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-9 {
    right: 75%;
  }
  .mbsc-grid .mbsc-pull-xl-10 {
    right: 83.33333333%;
  }
  .mbsc-grid .mbsc-pull-xl-11 {
    right: 91.66666667%;
  }
  .mbsc-grid .mbsc-pull-xl-12 {
    right: 100%;
  }
}
.mbsc-align-items-start {
  align-items: flex-start !important;
}
.mbsc-align-items-center {
  align-items: center !important;
}
.mbsc-align-items-end {
  align-items: flex-end !important;
}
.mbsc-justify-content-start {
  justify-content: flex-start !important;
}
.mbsc-justify-content-center {
  justify-content: center !important;
}
.mbsc-justify-content-end {
  justify-content: flex-end !important;
}
.mbsc-justify-content-around {
  justify-content: space-around !important;
}
.mbsc-justify-content-between {
  justify-content: space-between !important;
}
/* Base colors */
/* Form colors */
/* Calendar colors (will be used by eventcalendar, calendar, range) */
.mbsc-ios .mbsc-toast-message {
  line-height: 1.857143em;
  border-radius: 1.785715em;
}
.mbsc-ios .mbsc-alert-title {
  margin: 0.277778em 0;
  font-size: 1.125em;
  text-align: center;
}
.mbsc-ios .mbsc-alert-message {
  margin: 0.357143em 0;
  font-size: 0.875em;
  text-align: center;
}
.mbsc-ios.mbsc-prompt-input.mbsc-font {
  margin-top: 1em;
  border-radius: 0.5em;
  border-width: 1px;
  border-style: solid;
}
.mbsc-ios.mbsc-prompt-input::after, .mbsc-ios.mbsc-prompt-input::before {
  display: none;
}
.mbsc-ios.mbsc-prompt-input .mbsc-textfield {
  height: 1.75em;
  line-height: 1.75em;
  padding: 0 0.25em;
}
.mbsc-ios.mbsc-prompt-input .mbsc-label {
  height: 1.75em;
  line-height: 1.75em;
  padding-left: 0.25em;
}
.mbsc-ios.mbsc-primary .mbsc-toast-background {
  background: #3f97f6;
  color: #fff;
}
.mbsc-ios.mbsc-secondary .mbsc-toast-background {
  background: #90979e;
  color: #fff;
}
.mbsc-ios.mbsc-success .mbsc-toast-background {
  background: #43be5f;
  color: #fff;
}
.mbsc-ios.mbsc-danger .mbsc-toast-background {
  background: #f5504e;
  color: #fff;
}
.mbsc-ios.mbsc-warning .mbsc-toast-background {
  background: #f8b042;
  color: #fff;
}
.mbsc-ios.mbsc-info .mbsc-toast-background {
  background: #5bb7c5;
  color: #fff;
}
.mbsc-ios .mbsc-toast-background {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.mbsc-ios.mbsc-prompt-input {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #007aff;
}
.mbsc-ios-dark .mbsc-toast-background {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.mbsc-ios-dark.mbsc-prompt-input {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #ff9f0a;
}
/* Base colors */
/* Form colors */
/* Calendar colors (will be used by eventcalendar, calendar, range) */
.mbsc-material .mbsc-toast-message {
  border-radius: 1.571429em;
}
.mbsc-material .mbsc-toast-background {
  background: #444;
  color: #fff;
}
.mbsc-material.mbsc-prompt-input.mbsc-font {
  margin: 1.5em 0 0 0;
}
.mbsc-material.mbsc-primary .mbsc-toast-background {
  background: #3f97f6;
  color: #fff;
}
.mbsc-material.mbsc-secondary .mbsc-toast-background {
  background: #90979e;
  color: #fff;
}
.mbsc-material.mbsc-success .mbsc-toast-background {
  background: #43be5f;
  color: #fff;
}
.mbsc-material.mbsc-danger .mbsc-toast-background {
  background: #f5504e;
  color: #fff;
}
.mbsc-material.mbsc-warning .mbsc-toast-background {
  background: #f8b042;
  color: #fff;
}
.mbsc-material.mbsc-info .mbsc-toast-background {
  background: #5bb7c5;
  color: #fff;
}
.mbsc-material.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #488fed;
}
.mbsc-material-dark.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #b5cff8;
}
/* Base colors */
/* Form colors */
/* Calendar colors (will be used by eventcalendar, calendar, range) */
.mbsc-windows.mbsc-prompt-input.mbsc-font {
  margin: 1em 0 0 0;
}
.mbsc-windows.mbsc-primary .mbsc-toast-background {
  background: #3f97f6;
  color: #fff;
}
.mbsc-windows.mbsc-secondary .mbsc-toast-background {
  background: #90979e;
  color: #fff;
}
.mbsc-windows.mbsc-success .mbsc-toast-background {
  background: #43be5f;
  color: #fff;
}
.mbsc-windows.mbsc-danger .mbsc-toast-background {
  background: #f5504e;
  color: #fff;
}
.mbsc-windows.mbsc-warning .mbsc-toast-background {
  background: #f8b042;
  color: #fff;
}
.mbsc-windows.mbsc-info .mbsc-toast-background {
  background: #5bb7c5;
  color: #fff;
}
.mbsc-windows .mbsc-toast-background {
  background: #333333;
  color: #fff;
}
.mbsc-windows.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #0b93ff;
}
.mbsc-windows-dark .mbsc-toast-background {
  background: #ffffff;
  color: #000;
}
.mbsc-windows-dark.mbsc-color-none .mbsc-snackbar-button.mbsc-button {
  color: #0b93ff;
}
/* Toast */
.mbsc-toast.mbsc-font .mbsc-popup-body,
.mbsc-toast.mbsc-font .mbsc-popup,
.mbsc-snackbar.mbsc-font .mbsc-popup-body,
.mbsc-snackbar.mbsc-font .mbsc-popup {
  background: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  pointer-events: none;
}
.mbsc-toast.mbsc-font .mbsc-popup-content {
  text-align: center;
  padding-bottom: 4em;
}
.mbsc-toast-message {
  display: inline-block;
  min-width: 10em;
  max-width: 50em;
  padding: 0.857143em 2em;
  font-size: 0.875em;
  line-height: 1.428572;
}
/* Snackbar */
.mbsc-snackbar-cont {
  align-items: center;
  min-width: 18em;
  max-width: 36em;
  margin: 0 auto;
  padding: 0.5em;
  pointer-events: auto;
}
.mbsc-snackbar-message {
  padding: 0.5em 1em;
  font-size: 0.875em;
  line-height: 1.571429em;
}
.mbsc-snackbar-button.mbsc-button.mbsc-font {
  margin: 0;
  color: #fff;
}
/* Alert, Confirm, Prompt*/
.mbsc-alert-content {
  max-width: 20em;
}
.mbsc-alert-title {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.428572em;
  font-weight: bold;
}
.mbsc-alert-message {
  margin: 1em 0;
  padding: 0;
  font-size: 1em;
}
/* Base colors */
/* Form colors */
@font-face {
  font-family: "Mobiscroll";
  src: url(data:application/x-font-woff;base64,d09GRgABAAAAAGtAAAsAAAAA38gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAACtAAABxC2FjaFU9TLzIAAAvYAAAARAAAAGBP7UgWY21hcAAADBwAAAYEAAARTIYdBHdnbHlmAAASIAAATUwAAJhs2bAd/2hlYWQAAF9sAAAAKwAAADZhFUB8aGhlYQAAX5gAAAAhAAAAJAO5AttobXR4AABfvAAAAGsAAASA+Pz/tGxvY2EAAGAoAAACFQAAAkLBrZxAbWF4cAAAYkAAAAAfAAAAIAI7AbJuYW1lAABiYAAAASMAAAIKN+tXw3Bvc3QAAGOEAAAHvAAAD2QB/EpteJyVWQ+8VPkU//7u3H9z586dP2/ezPRe7+2zElaSZCUrSdZKyAoJ2bJ22+QhCVm7JCsrayVJ/q2VJCQhrKysRVhZIcla/7JWkmStkHLO+f3uzL1v7rw+2/s087vnnHt+55zf+fc7AwUgwCRMhzXr4jnzEC1btGIYfbCh/zE+uVbLrrpyEfz4iXC2fPtQ/XegholqZu6UfZG91N7vHvea3pz65fWVzWnNFc0bm/vHlPuG+jb3L+lfiZD2mIJn4Qpcg43YgdtxCMdwRoXEKVQW/eVVoAr0DVVSZRUpH/kumJBkKCQwSr4desPJhIdwU3BbuaooO3iZ8JCkDeg7wllVpR09gjv0FCCfoK6oHHEodMBCWPBJVovWNnFwlIscXFlbxIsshxzhFaoYj8vIGvtwSo1X89Q1aqvar+63+qyp1jxr2FpjbbK2kc3GEneHuIO+a2qMrBySlHf2iGskGKbIkwQR6QHZdRb6NFykUCIl7Ut0NVWn/xHp5dFTIPTaWjXMRrNjP7aCS5+9sp9F3wV5N0c86ngKGl33ydNbILgt1qnRWxaejvrIHYRrbEWtWSAwhTmd1MTTlrXbofMzUBuVui31JegZVYoeOf1ePLuTjk9WtEnyu7RFl9a6KHxcxdg88bsYFUOXlKsqHlMVH1R4JqKOPV2xPciPnoqiwfaIHK6KhHekyngOxYzGOUTdxzEjHuJiLvl0zDNH55kXez0NeQNt838uPANjHXswExpXIhqfYi/AWEzANDyY/FxHGOlBeIWH0Jtsv5zoEWEc+LzPEg1/nw8+pRrZIEdRX6fnewjPFsyTpC7+CIe1pycff5I186lTlJYxSDtOJY+eiwW4m+L5rPEmH78RHo5Y0MZv6b1Yt9/TmqOurho4QmtLfCTC70gOgeMPvGJOaGIyneCrsQ7bcBsO46Ty1aCaomarhWq5uk5tVjvUXnVAHVH3WbBCq46XoqR9jv2BuOVYx0TMvxhRC88ZpCQ0sWwvoDOMsVXxFNZBsQdicQJXk9PVnEok5+V0vjEuEnxZPCfC81FoYXpIpx7xDpcyTCElJ5+HR5xeiKAFp+gW34/wkgTUExuD5FuUgLZ1uDIBDSRmbdJgPvItaFH8UuFFCVjsZQsTMEe818XLErCa5F+LKkYbFmeQBZJhNayXPut4eQLC75VwlXhntZ0f8TzyTpBVLNG1jlfAkUjtJS9aJuu85PQl0NmkF0thawrK6S5VsLtIFpezZPvE8Svw6XIOYr62+PYQeevDyO51cxqGi8T2eDja1hStD6VKQDQYxt1qSC1WN6m7rKZ1qbXOus06lZuQW5Bbm9udO2KXqcIusTfYt9r3OmVnqnOZs9bZ6Rxyzrjj3NnusLve3e0edk97g94Mb7G3xtvq7fOO+qE/0Z/rL/fX+7v8A/7JfDU/OT83P5xfl9+e35e/J7CD84MZwcLg6mBzsDs4EBwvBIXxhZmFhYVVhY2FXYX9haOhGw6F08J54XC4Nrw53BMeDE8Ug+K44vTi/OLy4rri1uLe4qHiiciPhqKp0dxoSXRNtCHaHu2NDkZHo1Mlu1TGa8kekoM4Ak1WbFeUgmTG/pGZXNtNYqkX78vgoP2QM19BvHSgFS+2cObo0DWX8ha2UAYZyaFPniLxcIHIJ3cZjpEqEv4e9SwDHW8n629B6cwWiS9XKHJ6hJbP++0Z74rP8g66xo2oPK1OB2+jTPvA3jU9D9Y84DdN94PXkJ+PfLMn0X3x2dSk9nmSrcH64rqMt0bfj3olvAVjzmHXinQUruQWXeFfRZVjxDujdA83dFKbbANVNCcf9081fCiDmuqVVEz2OD7RPqHmmvGxTOpkZ8X9oDL191r0nkPXnGRGrlDrM2hbeXdEBd+YQcu2iAw06U8fyaA1ebajk7qauvvR5eUI4Yz/5nNSQvawKc/1jHp2cc+1spMutiPrI1mBo/qNGXSuxLVjYlHXlXUZdJ5IqKtfXmw0gHdn0pkqmOC3IYMuZ3qNhEbUT1Q7Y0nraGoIdYZ4QwaVq8aqislHA1JnNmdQtX2T/aKfrLwWlQ4q29irons4fDKDhr3a1RlEOqNtGTQDUiG92FNwB3Tv6UoOjiSjW2JXz8AtrKLerVO3funsxP54VwaFp3OMkfc9GRQ50zNFch4fzKDgzqhCfliULuimDIpI24yoWI6tGRQB+TifJ8dFHp/KoGjbhKIG21FOWOQ8oimLjzliG46C3SkKO5FVdYfn4yvnoGjgq+egaOJr56AI8SaUMmKW+jJzbu/NwOeEn/T2eH8G3pKOnTvJCB/IwNdMl0m1H19GaTQJqQdP4msSeQGfJXGguoLliDr4t3oKrMjEmtsWXp+Bbd9+3pqBZZmkS8E7MrAsE9d7GzdmYHMwdxVsysCSl4pNXHw8AxtJ98zxuB9Rwh6BtrKJOB8/HgXbwJ2jYJv4ySjYEK9DMcOScsfDOzNwpg/C9Rk4PUep4MMZuLjb/2g2Tva7OQMXSYfg4tN0Z2prMShdYE16kxq+kMJpP6hQV1Eny+3qimvgi11xTXxpBI5zAJ80Z60fpnA1kdASu7j4UQqXsjZWI8zwvBplns/SrS9LEh+f64JpYEcXTBOf74IJsbMLpo5vpjCW6VTYgnu7YBr4VhdME7enMHF0M7fvdME08N0umCa+1wUT4mcpTDzn4n1+3gXTwMEumCZ+0QUT4hMoZHhmHz6DQpY9cUsKHt94atiTgntKz2Z83JqCtyyJb6fgLc3x0xS8JSm+jqCTP76Rgjqmr/x+Cqq92McPMqANHEhBzX7YJ7flFC1+CX7qkUrj4hB0vucoPQynNW94JeR+LfPmX8OVKg7plXroXj2fOqaNFIF34hhx6VOT1Cw1Xy1Vq9T1apPaonaqW/AEmUlWzEylPSH14v1UauaGaVRvMulNVZgo2bmgSmKzkvQerTkgJhtsuu+Ob1QXSN4qSE6ypV+rSVxT54lJBmf2aVVRnns9Qryqc4L4aARmN7YuW55nbY8x0EjsH5k6/nDkBaqkV5f7MB5pYAldMAG+gdlyPi4eBU8gtuSoIh4PL3WzmionaevbGabIvM6VnPRYOVXWvokLZZZik36PM1O3kkxIBslm/yKvKZvbck3FE/X7yWtGQPFP8YeSTGGqeCKclpQXCX+2Ms8l+8g7pmCGzHl01eA5z5N4Qgg9c/ExnSXVT3iyzHeoLpmp5gUk77/h64lma2LzH+gT0TPOU/S+Y6aU/6V1zdTREoaI93y646ym+8EWqix7qUM+hCM4gdOKp0dRK5+2f5uIufZTbmljK4n9Bs3c1lF6qqFnWXWxUmomT7HhIz1JHICXqkw1mZx6cmJn8SCYGYV0pg20tEbTrLlijTFrzlvnyZQsJxl0qLVu0K3SNhYdKxblSaVLMXEhLiGLXEH3oBKyZwhV0U3PzrgHqJL1KxIn+lbm0D3Ea08ziW8ZbmK6WTQ712g328RHkaSYIjsvoZvkatxAd6etdB57qIb8AxwhltJ20Pd1hzLOSehZUk78O5Ie9Rjt7BlPZo3vE0ly9JcXXf/Cc/EYj6M8eTa93F/hmF+PevE3s+Y+7URr3cDfea30xPHPogXHznHSQndC94rPK8mB8xDLwLEzjvzsf/IbgC1xEk+Y41nMGfkNIImrSDbwcRqFFKasT4T2qEn+4d9u2PP4fNhz+NewkkRjVaKxV/X9Hya/ec14nGNgYTzIOIGBlYGBcSFjGgMDgzuU/sogydDCwMDEwMrMgBUEpLmmMBxgMHr1j/HA/wMMeozvGNyAwowoihQAkIkNj3icrdUFkJVVGMbx/7u7bMAG28vuAnYnIXZhd4KN0grSIdiK3YXdXYiC3VjY3d167G7wPPeZ0XEcZxzHb+e3/3u/jXvPt995F+gAFGfLZCX54VwiP6JoTj4bhfPFdCycLymanp/X0TmfKaI3fejLBgxgT6amefPn56/1+OPcHoxIUTj31yPyz7f88bFE/l6iPJqjJSqjS3SL7tGJ+VEfdRFRGlVRE52DaIySKIsOURHF0R5F0RDVURut0THaoim65t9alN9TSV5LKWWUU5HfcScqqaKamvx+a/Or1tNAI00059ftQitttNOVbnRnARZkIRZmERZlMRbP72pJlmLpvPJlWY7lWYEV88p60iuveaW8wpVZhVVZjdVZgzVZi7VZh3Xzutdj/byeDdmIjdmETdmMzdmCLdmKrdmGbdmO7elHf3ZgR3ZiZ3ZhV3bL12r3fLUGMojBDGEowxier+hejGAkezOK0YxhLOMYzwQmMonJ7MMUprIv+7E/B3AgB3Ewh3Ao0ziMwzmCIzmKozmGYzmO4zmBEzmJkzmFUzmN6ZzOGZzJWZzNOZzLeZzPBVzIRVzMJVzKZVzOFVzJVVzNNVzLDK5jJtdzA7OYzY3cxM3cwq3cxu3cwZ3cxd3cw73M4T7u5wEe5CHm8jCP8CiP8ThP8CRP8TTP8CzP8Twv8CIv8TKv8Cqv8Tpv8CZv8Tbv8C7v8T4f8CEf8TGJT/iUz/icL/iSr/iab/iW7/ieH/iRn/iZX/iV35iX75/Sv91l/+Iob26pzPfBn0c38q3wD0e+J+vrorSqpjM0lpR1qChuL2qorm3t2NbU9b+8+P9/VOpT1TQ/CS2kh0V5bk+L5txeFi25vS30030sdE36WuRroh1a2KX6nQMs71HyPWva4wMt6nMHWdTlDrbQHBlihb/WUIuq3GEWNbnDLfJlznugoDCMRlg05o60yLMq74+CKMsdZaF5NtqiIneMhWbcWIv23HEWRbnjLRpyJ1hU5060qM2dZNGaO9kiz8W8GwuiLXeKRVPuVMvTiRSmxaQiQy02zd9UYprBqYNpNqdSQy0z1HJDrTDUjqaZnToZaqXpTklVhlptqDWG2tlQaw21zlDrDbXBUBsNtclQmw21xVC7mPZjajXUNkNtN9SuhtrNtH9Td9NGTgsY6oKGupChLmyoixjqooa6mKEubqhLGOqShrqUoS5tqMuY/s+mZQ11OUNd3lBXMNQVDbWHaW+nnqa9nXqZ9nbqbdrbaSVD7WPa52llQ13FUFc11NUMdXVDXcNQ1zTUtQx1bUNdx1DXNdS+plmT1jPU9Q11A9MMShsa6kaGurGhbmKomxrqZoa6uaFuYahbGupWhrq1oW5jqNsa6naGur2h9jPU/oa6g6HuaKg7GerOhrqLoe5qqLsZ6gDTjE67G+oepnmdBprmdRpkmtdpsGlepyGmeZ2GmuZ1Gmaa12m4aV6nPU3zOu1lqCNMszuNNM3utLdpdqdRptmdRptmdxpjmt1prGl2p3Gm2Z3Gm2Z3mmCa3WmiaXanSabZnSabZnfaxzS70xTT7E5TTbM77Wuo+xnq/oZ6gKEeaKgHGerBhnqIoR5qqNMM9TBDPdxQjzDUIw31KEM92lCPMdRjDfU4Qz3eUE8w1BMN9SRDPdlQTzHUUw31NEOdbqinG+oZhnqmoZ5lqGcb6jmGeq6hnmeo5xvqBYZ6oaFeZKgXG+olhnqpoV5mqJcb6hWGeqWhXmWoVxvqNYZ6raHOMNTrDHWmoV5vqDcY6ixDnW2oNxrqTYZ6s6HeYqi3Gupthnq7od5hqHca6l2Gereh3mOo9xrqHEO9z1DvN9QHDPVBQ33IUOca6sOG+oihPmqojxnq44b6hKE+aahPGerThvqMoT5rqM8Z6vOG+oKhvmioLxnqy4b6iqG+aqivGerrhvqGob5pqG8Z6tuG+o6hvmuo7xnq+4b6gaF+aKgfGerHhpoM9RND/dRQPzPUzw31C0P90lC/MtSvDfUbQ/3WUL8z1O8N9QdD/dFQfzLUnw31F0P91VB/M9R5xrzfATyW/U54nN29eZwkR3kgmpFXZGadWVlZWffR1VXZXdXTXV1X9lzdJc1oNJc0LY2mZ4Su0iAh0EiihSQksDAFMof9BB6DpbXN4Qab3WeNDRI2hsUGlwAvhrfC8vIbGRvbtP3Y/fkhL6uHsVlYver3fZFZ1dVzSAOC/cPdVZFRkZFxfvHdEckJGxsbfZ6QNS7BZbhpjiPFVrNcJRNyhhQnZFOPxhqFerulN8ulhlm0imaxVWw1Wg2zQfpdI9ALGN1kuZwkPQgH/63X63c7XfiQTidgGIFOObnBsfsQdjrreKvLwR/ZeBHq5ciXuCjHlWzHluxZIsdyRLAcy2wskRbp3fDNzuC7xyOzSSVy/J7Ox27o5Lu9Gz7Wued4REnORo4Pvtv55g29br6D5ckct9Enf0+e5vzQk0lujmtwDlQzESTRLKkvkuYsESZmSXOR1LMkGiRGG/oJPaRZAjVjV6PWIrGgjw58Cbf7jl277ngzBrvnj9ZqR09i8NHAwpQ1FZg/+k8BuC4EUkevyOfz3S7peXkhGNzlZYaA7I0lpxaiurZwuR5dmErGphfuXcvnsf/Q3nXSJx/hLI5zrFh9ibSb5YkQgYHGYbchjB5Y05LammoktdcZSeN1WtL4xTVVhURDvZM0cHwHz9wJt93yIPhb0ubCHGfgwzmyWejlUkiTvioH5a9KWkj6PJmXfEHpKxJ8gj7p09zo+b8nPWyPQd3H2805ApMP41RwsKCvXLB28uB5zXT793+TN5IPYXtKsag8MUfKTWhPPRYNEXLvlgbwW5u32Z51tz0lB1vidqoAIYAktDBWJ86oQYNnsEGkgQ1SX649Dj6MYzMs9JdHzYGGnNec4VytsbbYOKBuAbA4cGlYOFLk0+fV+oMLtu6cuSq5w7xZKPn81uqPXGiuNj5Lvg1rZxv8sKn73CKZ5eUQCZIs316C1CD8bg8HXJ4oNx1yU+Gj0ant0S/GwuGZnTtjz+RMc/Hao9n3FB6N7dxZDYfNZ8ztU9EvUiNASbrwUfYD7syEw7FnskevXTTN3KP5R2OhEHsaijK/QAMGxTZJOEawnnucwFHOx4U4GPRWwSw43orCr9HQizw34DqdTnf4yXf63fX1Xo90Bn0oh2frGEYbnofRJnoBWt5uFODqISOdQKmkP3gymk5HSW3Qd9HPYI3kBwAvg256Kk165eQAMBJkW8tzGpT5J4DjEDdEuBw3wy1wV3DXcDdxr+MeOAdH0BaMl0zrsQwBmC3vJs224V7cJAtvA3rERknD2E5Sj0nWEMjbdYARCGEFQUoJh96dBiqNTwZX3DkxsXMfBsXC3FwBICQJQOJevo7wkmdrbM2LQEAWLTWSUi2AosEzoyhpqABjlpqKqIPfG0VJxyscgmfX5i6fWx4rp7MZ72F1SSPv1vvz7FkLSvmrUUzFJcVq++EoBvh7SDcQoF2UWpywZSrTVtsB3ApItQXIlnD7Hrjiigf2RaPlRnl7WjfITOOKB8jawi1vuGVBKId9fDBgWglKs9fVtt+ywPGsXI68m4tz2wGsojHLlIsTZRuCIfY2o1TGqwX4O8hHrQvW++1QgFLLDkWM4TjHxQ1u12sXSaGc3zGXCNBIpDA70UiEdGJv2/06NQSNIJGQlGsuNnO5Zm4yq5F31I7Oh2LTzq6UMBHUiN8fMWMyTRyq1o/VoXHQ1r/zaOcstxNgagXWMwBRsVGksvsftWLw3ygCdNEJuwyA4UAz65gaxfulpgNARE2rUbfKlm1lCa5k25lgWaG7LGOQ8FwkGyEV3UqWyrUapcevq8QrBNKWJaopkYiiUR9VMaLSwZ9JpUIhnS4UStKOzjSvybtkUfgsLwuUCrJI8UL/n/rRuj8YNEIRrXS8FJmJReavu1PxmXPvrpk+Sn1m7d1zpk/5gD0p1WbmpOIe/0dkiY/zfumjVIm0Igr1LhysquGa3Vz7FpeClVbkbJcOG2NYQBqL22Nx5C8Ishf41Qu6AIt+bYgmButjOGMziXQ7GK7nB12yRhCxdDo9Fq513D/SBQqdHwBiGeRJlxNhzlw85efKbtuc0eIHRFAqwsDDqoa5OYf92cI9OMAD/Vq6tlBLs4DsX1Wo3+yZfqqsMlTfh/C/25eVy5ddjcF/7HROp73M6dqv5v3RqD8Pi3udZYbFN/iClxOCvwMGgfFlMKZPcwqnI19mIQZClFQaRpxWASizWY+ZVhDWBDS0BciyNd8BBIg40Lt2B91SKmDEfYFSCtAjMGzhKKano+7l2/1UCZryNTUZYhGXvrzAxgiwOqE2tQh58oXV5T7pkJ57hZnm2Pp/GvIgTgW6CDyhJVyU3yIHXtc5/iBDBo8yjNA80WyeeC0GB+58z30r5IB3A4JBx7sDAeMV/7+Nz/EC+SLOVqk2bzu1eVhEgGspEDy7Ng9TBlgV1tS8RWvzsKoA9cIym3es2jysH8C+dpn8rw98QCCicoBqggBRQaMHFJEIF0wtvVyGsVSPnsNYXMZlcf2X7VkeGcshV4lYCgcFAYnnymlSaOfS87qaDqemiKoktyXhQ/ZPNh7MzdF8Kxc3/cGplCTxyW3NbcmGSxO/B+W/jStwU1DdhYvfSSynUUeultouf/75C9ZUv/vuXZON8l93cXH4z6vv7rsbk7m5/9oFNp1n/eIAv+VgrXAll2OGiqH2zVpNqMytFtetY5HP83MFn6bWOw01EmHIt9jprRbmyp/tLK+ubihqYU7IluysxLBytztXyGx7c7e7uorViQyuOMAlNlfjVrk3cRwyM+U5gigVQBFm3ISZppYDwkIDZtlybGBzWnaZIinGpVFqzRHHprb3hUcBSqhFvS8UkCPwvOV9oZglGDvbGX5HBf2haWUUVc7LqpKxTFEoFgUxGjs36aBLOskjE3wmUKBRK63RjOGHPH4jQ7W0FaWFQIafeOnb781MT++Ynj4+qugCdY+Sllyi/cKPV8U5t2tY347p4ZgTT3YqcJWXkpsEuwjD12jZw0HyKLy7qIGEM8q+cIt6Or98Ot/zxqY/trhrXg4ICLecP72c77jdGc7/X5EBYBg/cABT3DzAHdBAF+hsoIyMJLo/S7DgvRuMpgpDzEi43EKsFCxV4BtbeHzy5tfcPDmZOXTtoQzJdOYnq6sPr1Yn5zt73nf5x0LAzcZC98XNyWA4HJw04+lJ254sZXK5zGdT9cnq3Fx1sp5Kpwd/7guFzFBo2MY/AXngaaBySWjjDErNJvC2ZlFvtDyysZM4SDRaDWFMoDYLNhAO8mQ+3OuH81RV6Yv3qw+CCAuScsDoEA4WJenlN7gehEDIu1S9n+yi6gBEzI7LsQHHPOS33XWiAMU1uBiXhla0ilRvmAW9ZBYFJqRT0wG2u4BxAtI3YO5BtxHornW7jX/e4LprpNPrDtahtqONDQ6k827v91kE5WmG094G1DzB6HgVZGqOFLYSRamAbHGh1WzDHWCTCyYsvzGaTp4ddBmfvgbh4DBZg750VPIfsGekrw5el8932If00tHBOsuaj6ah78DkqIO+Sk+fpmqXUXKP5mCfRUYVoTXAJhRQsChgt1sNCxj+Ds9tACPQH/TyJA8krz+AJ3obQM7W1lKufMF4NhnoFkiWjN+wEDMAqjClUotwvW6n+/3JR77+9UcmHyWA3dd6vd7hydqRI7XJZg+GyEWL7vh02ejD/FPTHZXdEC3a0HmLdPtrLifQA55k5R0ffQek4IIIAIeytjaUdeAfoKiClG03KSOLaA+ZR2pmeViCjm0GBWByF4GztWPQR74+6aRNI27l4zk9ypPm8TtONIE4G5NzCVVtLfFZ/hHCX3nNjh0ZXbcSxeLM9Pw2rXG8Xj/e4ElitmiQ/F2dUHBh1uO3ce2HucehH7jG+YlZvrnI12NG25FnCWJWW7aBe6VAY516OwbEFqJRaCnedf+hmW3G68YabWRxnTK72EFiySwbjcrI/EK8acE6ZpmBcJSBlkC+RpY4SFxi2G8btTIQiQE7XG+TT8GS3A9reL97CdSCsipqUshQZE0K6LIqiBpNyJovoUXEXDQhUYmGimFLE5VYyAhrkQAN+OVoQFKJygPc8aFwWAn4qEl9wYgRkgTik315WaKioklqQNQVmo4GFC1BZhsHdxl+asSMmBz2i7rsb+SufdW15IHJzebAZfCLc5crJCcKRALWQOJFwIqapBuVmG1O+hXLvxiMKQQQcWgyLfgkMeQTFVmVREnmZUkRZZFP+AUqpURZ8SuixvOSoAmEhCSRJ5Ic8xNZSauSjwRiMyCMhSNCqSpFpGBqXyM/McHhuvBgMQh0GlfpBBu8WB2nwS7DSMOgovQBhBJYBobXAZQo4krEmYS7dt/eycm9+37bvczMZjKzO969Ay+ywsi08pDHVXZnZvbvn5lxw2OZ2dlMqYQhECeX1ltm2mUsRzqBp2GtJoGHrXO7oG2sMQDNDsw+ax/FuIkquSKyFazpFNgXyUX0zTZ1m23RMvntnQVo37WzM3YiuRfal555mx7+kDix83OpeyrbsBf5nTekyJ8OXoik+HbESr8De5DMVMhM5XJocMiWobUzmX8vfiisQ3vJTfcEoSuXVV4FD73dirT5VDn9atabajGTdnnhPyFxWKPLsEKjsCRdod9bqijYW/MMkpnwWbbnWTogRKflKgYyBFfFfAxVM3hrgsmE82ypEGthVhJtQa4UDVUUM7wqBMO5rBU2zGCpGMmEjIVtsmCL0mQ2pEpCnFdEGk63J2JBe1JPB/W7q0tKXZQksS5bfk2WbUHwq7ovYEVCSiiohaOJgr1LabIckq6qklQReYGqofhUSA0F1ZAR55isAR19P9EA1+cQfpxRJ90uWC/z+56w3/GFwz7HH34fC9lvjLJUX/i7jk/Xh7/Oiw11Wt8mBsCKCT9MBIMMadChurnZbtRJZFtcU67zHTh+4MDOeoV87rBPi7aPfeMbxxZbO7EMgZXxafJBzk8eIh8DqdNlWVz2BYSkIlOTOY22VW7POwhVrRpt0iJwl81yCzBTiKAgUSXtcrFethuQPktAmIjK0ViQB5RUlDGJN8soe9TLFLA9qtiKMWeRBxiINe06PGDVqIwaPdqGFeeptdn0xwCc7RiMXKMo2+W2BXgO1ZDAhpaRu42ZLu7PCk6MtnOAi6ldlmONCRPY3piDxWR5iJmAHaFRTnMOKjVlzFisYxJmIEtMZ+BMAO60AH/H2i1sTB3EpeYckct2iEzYqPtkukJA9ICSQW5o2THAyE6r3Io5rKi6AwBqQkl2q4x9hGx1xy7Pt4EMNWIYtmJNuFFrw5PQzUa90YYBASRuM8lsXrZwXFGZDQgeh9WE3resGKvXisrWN3fdvnPn7Q9i8EsEMB38KyqvSYSKIiGUFwGTEonwAo9/hAiiDBf4UEEIQX5B4anAizJgXEIAT/IqoFh4CnLCY5pIRFGC+/CsqAiQlRC4pwiyAqtIFAXA1KJbHhQAmRWIEDkQ5ImiCAQwM9YNGeVKAgrEZhA/NFMU8BkBaxQFlRckKAUaSygUI8sC3PYj/hZkATqkwXqFIhTeJ2HrWA2A+Ak0mrVGhhRWnB8ikibJUI2MvfXzOCAUSnX7TrADMlRPeTYIgoBPYv9V6CLeUSQoDWRSX3vnNBE0QiUJioNGigJ0FTpCIUIkdwB5CYbsAztve+i2nSz4VewMDyMiE3gGuq5iD2VIwK6yucFR4nEQsGs4N7IEEWiQyGOhInZXhU5BLTxrKE4EhfZC5ZrMAynDAYcGCYT1CDLBbSgOapREBUaD5xXCxhmzWVPu3AtQKFSMN4OUCAFCApCKNFLBWmGoiaxp+KAE467IkiyL2BcCz8l8gEfQgHFUJQ2mHvKL2FBomQ+Gh7C5E/wU2AkZwQYKhnuUPUOwp0QjYkAjqojNZF2EIcRxYFAIvYU+4BAJG9oMdB3+CGs2j2MNMwD3caZNASFKIwLlXdvXBuCpjwOeKgKubTDa52k3G3WgcvZIY1BnnFTxm88KrVuWduJK2bmyuCtkJDKTS6XS0uRUNhHyC2/5lqEvnmyzmdy+Paj4y0uHl8qRYNyIMh7z20CDK1we5ZTSCB2yms6pp9WIgbgwsvCRJfvKVx2amTk0szQ7k7RTcyn4ZGMRn8rf+Bv807Nz8PfI7P7pmUMnDs1UK4n03MJcOuCLBIMLwSDchQ/yl0yH8EEuyh1l2hFG4dFkgQgY29F2UBPK1Mes6y7vi78AfbSYvhRpK6Oq7g/8ZyiJ6VHJPT5l//Z6S9JCshLS7UNNxfc+OTBdfrhTseVQgsLkUp+sqQEqUl7wUeDkqEKEuenLw6nwZDNWDiuarKV9iiT+gPqyqR1y0AccpD6Z1TqpdGduZjHIK34q+oH/k0W/IEk+4ChVWAEkKgRDlzW2xSSGRuSg4hOlWCRjufQM+v1xkJxg1BHnTZRbHo8A4qA5bhHL4GxAT3huEtYV4Ac+adXsvR1fSHq/BJ+Qr3Ni+9WpUG/uWqoBEQ8a4ctKhaDvAPCr75ND8PUpB6LpPWVupLNZ4LLcbsaxFAswkiCVeGYIZpWA+hsYc5g1ghktdoLw6MZAirFYk2LkmCRscICkGlQTj0lhaQUY7cavi0KFPyMeg4o3f8Oy9jIGgNsQ6Ae1oPgaWX6NGNReIzT5u6h4hyzf4f2SJYmHHJt0H2l23YVO1PUzgoPMf8NVQKC6C34Ficd0LCKlQ9DJEvLpnbfvmj+Rg7VpAzo2d01M7ZmCT6oZtWG1q3IPp94nlnJHpoHe9GEFTZcBd9jwQDpj71neY0cNW/QBACg9SYNHQPbfebtno/tz8iBXgyuyfR5QIqeHVJxddpNYA1aTg7YIxqPEkOTSNvlzI5UtLCxdc1VH83fq2TlVU/z+fMWwDCtQfPUC3y5Hi4FcSssmyaG04e/sXCxNV/gpUkwDQWsUiM8/XYtVG4LPV26HA3K4EBE8nTDjpxXgkiYBd6AtFO2ztlnP8maDwRbEEZbwF4pde9NTUwtTU93a8b2Tr57ddtXVN67eepOz/eSU/d4bbzkwtd22t0995eTk3hO1G6++atvsx09ud266dfW1t9z4XnvK46lcPbQBPDyzN87iNGzRAgDDXmzFLIMBWxlSkCu0TMBs5Ev7fdPhF3TL0slqOK5P8MK1gvAqSRichmUkvCCKbyXkxv0+3dIHy+F4PExq4WmfAJn4wQ2YgzwJ1P2toojToXqw3TvPzgBCUIIUdIJ4y/uibsAY+y2ZDs8Nup5RIL/BMWUL/jH9xwC/rs1ggFqSvnuv3x3aJJmMbAEW5QhiS51BA2piqQ7znuVL9ZipF6HrZC2RicTjkUwiXZ+sp2eazRmMDP44YHQMcqdfCQ/+Mqz6Q/FQkVSKcFkxAoM8WQ8Ynl5hZEeF/uoFoUCsgtOweC4/6JAnw4NO/skwyUMje/lOnq0f1/aCdn+ZSegti7ZkBIX2I3lemJ5/bb/f3b0QiUyR/g6nU6ryb+33H+bt4tLOX+LYwJL/RK6H53PcPLfk6ngyJJrjYRHCYitbZcRegC0aTh1+U+Tl5hij7EKAXWIGbHzGglVBPjM4LSn8Fwj/NNBjwt8JBPBOpKfvJUJFUUs8RGBe7wKMOfgh4V+PPAX8Xa9IKZ7cQ8i9PIlLyjKBBS6Q+wCrPsUf5UlCEmOEfwRIrcg/Bjc6QGT/Azzo8f3QahgQgIk401QXJ6AxAIPQXHtcBnDG1ZpFcv0nJemT0s1ltLscxqC8aZRoflOakeDzBu8WBI0xqwT1/E3+CGBvFuTaDreX288dhnYw6sQIGdKxMnMuoTKKe0WTKalaqMMEPhhNTG2YpMY8LlgTDU9DgMUrkmPy9qAvKQuKT09FyqEpS5/0Z0LJsCHGQubdeYCAX/bFLaqq4fR80vwjEvCFg8kQ30oE7uz11tb6vV5+bY3kNX8ir2dB2gpP7b+y5PfrkR2xoL+3vt7ran5Zs8NpYzHiDwSTTT6U9A96z4ZhTUCAw6p78PURZjuPcxmuBFigzi0AdbmCu4q7ljvB3cK9hrubux/gb3x4jbbTkGkJO+kUoPO7eSbyWqirBS6jDT1uOzA+jZiFmsKyZbqaJIvZchuyDV/qsPs2jA08WkLcWmxTSIGMEuBZqOGFy+657LJ73o7BlTK/xAcGn2EXYlO+6/NFw37l/wxHfb6rlX1dnl4fgHtyvHuc3nzevWleXgjw+VrQyifCg68m8law5ve7P0nb/UnWvLogGPRzhUJuDYNcoZO/WaTBdMSaTgepeLPldLxbnU5u6fxbXXymO5MPJ8Lwyc8Y/zwWH9LFdYDvj8CIcyCA0nnq6nBQJG0x/i1muSSQ55KxtbASiAWU8FosCcQvv2CaC3mIkABE18LAIcvhNTcpGcMsIzyD5SOF86gshsyYaM1brgIJebQQb7vkLUccJHJmlOfGq9lS/w0fFT6Wmp8oJebmEqWJeRIYVTq1pTHZj/K/jRlSzSZmR9y38YLXpjRi9KFXQau+yDdnebacGtRugKgNLCqwp3nmo7W7eNl8KjV/2b7L4rZ20+rqtcpS99/1OmSNeWPV2B3IkCi3e732iXq/s9Ydw7NPcRIX5LhtRGqVJOpZnx1UISOFIFyn1+v1f/3LX77my18+COupf9rT/2/6uoRRY4HUB+3VdGiCsAqG5bg4u98bGmJ7XWhXD03VQG66y66a7G8It1bzaAzHbDBJWEnjNmlUNTGumGna3+s5KEBAXjuzu/Mbnd0zGjx5dc5LzTUHf1q1EgmrqvlvvNE/1A9yzGpLuQAsakBDtNAqlMyC2WiRtfxgjXShv9084fr9tV43v9b3aP86eRvMxyys98uRvuT4mDkfDfEyGlUBxwKEzKNzFs+YS9efCpLh6jSR0wQi0TJHsUdD4qtQdnqVmBX3KcBTvlkUjoJUdp0AMY0q+8S3KHlByCtKgYeQ1ILiCmB8kChX4Ik9VP6wKIsPgDB1DXBJ4jUQeaMgix+myh7Up2YFVchR+gZKcxDLqvKQnn4L8PQajGvtHLuWEfPYXzrkxe0hj+y4jHKIjDsCzgmCCeL54UMg+Jo8f/gw/AYB9/BhCGLwm/zmmBfgWRD2TEE4dEiAe9R7SBAOHmSFCIeGNgTyFzAvIa4JoxtzXfYWSRnYKDkmIcADnfDaR+Xykqt0xHF3TQ3N8h751ZcpceUJnyApg7crQFhPi1O7UteCKHoypcaV9EmIXZvcVRHVsELuo0GBVIV2URRvlDVJ0jQ+Pa3fJMA06KKoH4W8N4WnM7ykPUODQfo1Udj0xeuSLvMHsKnl2AAqa2v5t5IOXnrn5jEcNKesnZPFy/MaEgL+lXOwT47lWOuSIi1E5t4SeaMowvXnI6Oy8kDPXf8DtNQ6tkOuu+46//BD8mM/GKz+I/kG+TVmwyyhlZwE+Sy/yJeZJ9wixGV7vKz3T506tZxOL7OwWTp58kAyeYCFx8drOTo1zAPh9yaHeSD8wnj9vMeDoN0yBBxIi9mamQHaJAWL9B/Zyx+p1Y7wex8hDw1Of6bzvduu4veVSvv4q277HuEeHdoV/wfAw6/A+Lh+aoAHGH8/IVst5B7g27q4i8U/+nQg7r6pWjjcyW9aYrc3jzebx1+LAYmCGBL2+/+gpzykKGRq0xI7uNfLAsHmXPWgPz7kp8a8fnsP6Q8+qD/0aQweYjr+DZirHvQ6BdzxNJMRRjZQTz5oQgzwBsgNLbsenWgaQ+OxU9QbZP9pLRjUMDgpxkX4+EUFjaNBVT0A/EsvqA2exBxkWQtOMi2LogyexNtBtUaGvrTrsMbRGUMCOWAd0C5H1vob3Dj89tDXmLQ8WZcyg2wD3RcckvdHJhbmY9Ft244uKIQrB/2dmFmpdvr9jufbCHhwDWb5Tu4+7mHuHQC/tXmHueoCrQRpGRUYsEJhSTrzqKzAG7Cc0WUQWUCn2HSGySjYInH19LXmdsiDHDZDp20mw2Exrp4Dixv5IzjDiDWMnH7BSBoqRe1UWRNFPgg/Q0QQ/BF0uRH9kRTcRW0b1bJiDDVtokh8gUwlE4TV79OSGY3yQnDdHe3rt1y+fSPaKtUQ6rLiupbjiag8KvCajskRFRjwP5VlEgyng35eC3t5iShb4WRUCKq8oiqKLBAaCxAzk5kOSiL1xScMXY8mIgWZaEvuDPbgqwXUjnsZ4uw/YXbeFEq5hHEkFhpYYeIa+I+2Iwb/o4Eg3erBqvBFZiDvVJJp+FU9KLkUlvThVyj4xW7AgLsVrXpw5WB1zSXKWB8d2ZV5WHlBgJIkl0W9DcASBTG25RTPCwVasIVN+9kGPLoa7oTXx77dMM+Fn3VdG0h/LZ/v97d80UpNuq6DBMNf32J2aR1owTJyP9ArlxmDWlqe8ILQg6qIEJmX2XjU0RNqNBwC4FRXf8aIg+cL6TlgcShPVw7OSLJUu2Zu3wNX7Gqqsl8kMEl8fjIRSsRdV82YJYZV6g+FfKqyre6RNLIMj6VmElhGtpFbBgFp/miKhE1/lAqCrMjJSERkotFgTSB+RQtoSVNQw2JsX5nNBQw5jrVvNLc2d4Q7yh3nbgD54dXcHdwp7vWwttz9B8xZ4tzrOe5448oGE1fObtI49wqsqsSwpvtFOaPlfa2xODl7BUBf1/teEUkkIuQJCKksDVYkWZa23JbkwWlXO7C65UJOM4+O/HiYiAzeyYp7cyQxuAGLIm+W5PPzydLttTz812o9+F9lIfNb7oOY/DTQsymuDRzYVTBadwOx+B3uzxAr284iQaOVy7Uzh0VAOiNHBIZxqsSxXUMq8vfFRWIxj5ki86OxJ7wICFhuYsPNixa+IvPosJlCMGaWasX5MjrVMc+7JqpeXUUtZp1Al7xW2UEnALs1dhNtZwCTte1k+Oz5t23yjapwlSzKfvlAbKVZOTivVHVLWbB0UtOtBcU6rCofrF1tBPUrq42rfbrv+rerU7UpVdfmd9V8J8yQoWQnsko0aJZ3arrvipnyUjgUcH5eEgbPClLH1SEBhysJvELRBiEpPIC8IvO8iIoKSA/ygiSqXqqb46gs8pSely6s+mzB7xeFydmF8mXTlu5Xl/yo3vIvqXAVH25UlPLc0rxzoBdLJmPpyXxSC4d0PRTubCtW2pUJmi3147iK4vsx/FwwrEXCil8T4JcbD2hYq0ACYW1CCaiCKEoBXYuEVIhDpn0Xe4ITNn608Q1eJh/iDICXXYwHQpEuyG9yli7DO0sWMQ3mC7iiEsM08wA88wzVzMOMk6+nD1+VzR4+vMM0M08Fp4JPZaPR1lNiUHzK0vVtu3ZbsZi1e9c2XR88jd0wc4AeptLkrrQZSaUi5vYjV2c+EQx+InP1kd/6hCR9wtq9uE0PmtGoGdS3Le5+B+TOxvDB9BTHfHLRP78P2H4PYIRbNnE+ChOI5ZbQTrDbDcawnU1dxIBBCDAFCCPlTR/dMnqsUPQcQIMoMyLQsg3Y0nLJhe8LqhGo+VSrFED/93ImM3OgWj0wM5Frq/C7FFStbX9kRTw/+h2psqwU/ETwro1iUk1OJlRGXTKZL2haLWCoFlAgI1Au+RjGG6xH2mqgDGmqNftZK3eF54r+wXJKEvwFgZfEUWwqMQkFFpOM32D+HPcCTxUBnqo49LwaZ/wli0oeCnS3D1m2w+QEb72S/qCXKqHLL4SDK1ZXSd8IoPfvW/YF8oF9b1ldfUaJKc8YAQJpZLWcfBZzP5ssA48dRWJ+c1PTmgevu+6dsvwb+JvjZDZPKKM2uSXuILfC3c49hHMFmIPp5lEhyLZJMM4PlW/IySyhjRxYnobr8OFyOLTpNNytFOjQvJPI6MZftgDZ2w2mfQSWad7bW+HAzTJQeruBvHCVjCja6bgNvPCO/K9i09l2s4ChyWgeFbMtg2Tniql4AP7iqfuEbXh/mzBYNwKr4fBqwFjrqLuEIB8V8YY4Y1NqQ3naNJY1rdmzk7HYJOlnU9Ozs3tnjcBpzBZW/VS8F+RRNCLOlrYXcs36/fVmrrAejwMzEY9H08YOI/1Pp/WQoqyGdP4LkJq3j5bzpxfrUEx9cejTLG780NMpN7nd3D4YTY5A1yQAex1tYMhNMgMIw6ktvVEyL5TcJDKsZRhduTSMGFKrRP5F9cuDF3yhZDEKA6sGfWotx2IKMF7nJw5+LtMMZXY0whkSSTfD2e3wjQ9eIGHyGaUm6P7BfzcozRi5TCKD13CEcHNfODdpOTRoa3qlGoVveRgh1wBN49w9As8yfYsO8Fxh1OwIULM7gOa/lftl7v0oWTK5d4zIj9H4RoGxO3YRaZJlD3fdQAY6Hh/G0FDEtuoU3f1D0kXipbG403BXluurGY0x/8UfdLWAt9VojfkloueiSkknHe3UgOnt/iNiseWtwQlJ6OMVgj/Dq2vsIKsvH1dWsXQMrOVlcmVXTUcHPXejU2DwRVZzj6qdaDoMwN4NAxpFbs69TAkYSse2JHqX0+4F2s+a30WfSg/v8syugbIbSs3lCYr+KnysMY84hbmQGW1SIrZVm1dh5Mu2QX4oauIgr/DqW3ZKqioVPiBQUeaXyWCe3Df4nhgmc4PBF98tyv+FfE4QBn3JEOt3KAqALC9Ssu4b/PEPBt8SguSKwd0+hxCyz4MPlwe3uAJX5a7n7uV+DuSs3+f+L+4s9y0C6MfwGEFY8sgEMw5vEblcd28WtNxwt2whNoyivnQePmh3Raes+bJnbkUuZJ4xPfP4QTVP6WdWMn3Zkq2fsGRUKiJf4V6OAGOqhJW8e8miv4csh8IhWRZF5vIBrI40lkC6P+7jWxKefIWV1xCka/5CueB/AaMvYHQXQuYEzw/ejpF/4PnLQGyVZHhWkkRZogL1w3drwr6fWklv3nzcv1noi14Bn/dKvISChnuRnwJYDrFd1TbncFee7zstDFnsQqugw7flUW7qoi/kwxCZmcI5v0lvg2MoAUNRpRscVdneR/gCfoBfq5JQQ2wCQVgSwhiFgPQBmYy8sQc1JniEScd1RFcwF0NEq8MYsiFDmt8HXP073B9yX+T+M6xH3AVrO20ET2S8mFEC0SY6BtssCQ2GI60GwCuwcnhpAJgzrQcyCAjYFktaJHOEWRoQ/9KgAFlYOTTIA1tnzwpYJJN2+DnSchaFMuoOkZ9Y5IE1tLIClmJR3PwKApC9ZUfnuIrMHlrMRzoV8t/mBSlFeTULIqsy7dM0PuKb8UV4TfNNoxibVQQKPNq8DwRillVQLppV5YdZL1cCskKkdK6iAM1VdR/RZjTiA75AVSq5tARSd0CZn7+kXOvZZjbb3IVBNoV7eNoYpIBRaQOv4uo4/gXboFnQNHm8sTI039LOaepmNn/wwtmOQhvCOsUmCOKwoRTbSSF92MqXzvFOr8kQ/BevyRB8FNvcKq8OtS/8xoDJuE8B9dkBcDVL5ngUUEM8k1qojMwOEiLk+edQYkGpke3BRjkU7VOoSSMDIay9c4cYiUXEHe/UwrKo3BrjlYhfVe+/X1X9EYWPnaTiuwOCdb8SVe63hMDJd0SVHTuU6Dt+oAVI9CHN59MeipJA1KAn36UBR7i0BJyh9q6T1Hh1IPKuJVFcelckcDLKRx56KCIwG50AbV+Htn8EOJpp3K3qcjCetZyB50gWZ7wvAHzZZsjdsvWCTm2ngQ7uuFfg+8uqb7DuU5cVWcxLIUlSqbsxkKoS/MyLcp/mK3n6Ym2wXssv76GVhQrds0yu71DakaNqNyTx4peQR/2SyEuhrhrdFoxEgmvM0SHf7ZiplNnxdMwbwHf2QEYscbNsRx2aqMdwExpyYCFvcl7MFHKBlfOvy2paHzC5AST1tLqslZbVyOBZtqexFlGXpVVvp6Gr5PqHXjCM50GkSuFgLzxZ7IUgHxcwQj0lst0FiOXhTiAcW5c3meZ2cgdAKELTh7ulgBlBPDcxZlKWmf8Y22EHIq5NXRF3tNFWlpi/mOvSGrPI9/Rkw4lFgpQS4vPHqu+txvw+QigNRoDpS+oqlQGC+z5dpp+WMnsz0kSW0uzEXewy+GwwUatPWTVrqj6XCEk+f9yftvP5VHFqspJptzOVyaliKp+30/54QJOj0UAgGj1GCwVaOdXaUZ6ZKe9onfpVzWf5lFBIgYvGbOx/Tv5fZvtD3WOeK3MzzMa+yO0FyWAZJK0budu4u86zsaPepu1kiYAX08CRaLHxKNsmJjFxF/3pmb0dky1XAG5hJhSE0WPXZtZ2TC5hShHWWAMjs0TC3I0g+Z973rBnzxveicFjXV7PpxPpb00lckV9NlEspfbUkpnYNaViYnYlk6ztKQfKU13+5nLR5K/YtS2eMg8Xc4mp5VR8265CoFiGW1PlMD/4QTqv810+ne3ysUwqUyD3pDIxSCiQvlcVBC+05gKx1L7BjyYaKt8lT9o7/fyq4JuL+pvTq7x/p32TPzrnK+8P8Mv1y7u8r7n9Gc3Wtepkl1cbE0c03dYKSz6+u/3AMh/YVn9XLDDXKu97eFfbb6QP3WH427sqhwAH/a+NP+Il8qewjq90PZwY6WJ0yxnyYJ5BMEYBB5VhJGnMM2t6tsOyQ4MubWOUrGyTv+WtpUXrHisctniZTikSbxh3G22Dj0bnA+QqSP/MhZOtzQfJB3i83B1fXIzzkjQFfDZkvTsaxUs9VzwcX1x65wXSr7IWlyz3USgr7u01WgM6buIuVU+/wqwQQwdLVKiM9vRVD1YT0WIim4BPMZqAn1MLC8sLC0zb4eyBcZsuFKYru9p7HEjY4PDe8sLQX+xpgOUEN8F2NRVbrhXbU9RsajA2zRpF1AkCY7OWZ9oRttGN4Pkxv+cijkav3Cyvd939JV0jwHZNQ9B3sUWfnUAzrPsysgbSjM12DrK6qxeuveiU3WqjlDXA5a2mlORMsgNfhVmcwhC+oRNEs0pwtscUDOtduAufblB7AfNAsL5PZUYRXf2NrqsqGbPnh0Ge4YjnxOgpWBstJAJO0XSyzAEWiAL5VPHm5jWPpHeZJ3fb+1L7+xscuxwaJZMHilM3HrQWrsgm9/cHHQwPeSmerZ7t1XV94zjd0SnRbb2kU31tjbCtfqTbGTAPhF6L9HyDXoOM2WXPkFNoly0VHGbhLZAzgxcfzJ45k32QiGcfzJ05k3vw3LyEWgWzALkJl31w8CIRIT85lXuwAtm5TV/Ut3FBdkoEkkZrk/11raNoAqbk7KBvBu67L2CSTiSRuDZ7+Krs4cPZqw5nD5Oe8Xu/ZyQipBJJDL6fu+qq3OHDLHTH+Gvke+STwGezU2LsVtGmRRNtNpbTsHVPTXRm377brrzyNjc8w6DoTaPf+/ZVCcfAzutbnxxADRyOArH710P3uewd7mVks+9DnwS27w/IeOkcvp48NniOVAbPMb0/tDpBjmFCNRHZTPPqepysMBv3mGGaPJZ98MHhhzhjP1h/z5LnyRkY+wT0t8HU+2aD4s5Ts8EUJGjObJFTlYR+5sxzlZWVhA5h74yeqDxHVlYqz+kJCDnXpvkd6MfjHrzgDk8OALKx+XUPYjDPtbuApNKvVo9VKivVasWsPlE1Rx2NYD/PVvCvjwEknNUTCZ1UYe6eeH60b5I8B/ATYjt9zhk74PJbAE5nBk+w51YwPAN/5FQissGxiiBcufPO6qlTnt8fwqIH805DLwqNVrEEo3B2ZaW3skK4FZOsDJ4403n+ec/X8WkYP8E7nQIt2y/ZU4CmBjn13HMX6uidjz/+fBWGorplZgdnvtOruOvxO9DPx5mvLs7WyFd3i/2eLhHCacAjBALajpPbt5+8HwPfJ675xF9iWjTweS8JgsGL13ziGo+Hc+FA5AIgXwJ+KQEANUpF3T0F4jxJE+RLcmxnZefzgzVoLMDjGUACo6nBaSLV/3q4fujs4EwkUSVntk4cqQ59LH8OxjrIxdg5B7iFEMBPdzf/25421yq2WIxcFTbmJ9/57wqzifd0kBPtHDp0CHDjX/vy4cn64OzcRNy+PZIyeh0IxvwNTuE8Gibu/IKJdGAeawd3noEvOdU504EPx7l7kwF2Ma8+OmeEc0aWPvYgXGmDsh/wMQstlLPxH6DWrHQ6EJhmudyx7c6dpIoj4H6PaTEttvLESqw3E43NRO+swFKusDVDRmsmx/wImLpyk6Zg1UPNN6zBXkDZ4NRAQCWcEjDPBpSq6gdYNVW/Xz2G6eax5zHeP7O5Lh4HhByB8eVKdZSFi6arHCrink2KXcBDg1ozizOtiZ1vIJVj8AvwcrUK2BkoY6Va9ebpaW/fdv4CWociM/IUEbbZ1mdAV2OQcAwo7QqpdqDHx0hvHLDdc9zO3tnprLgwOKonBfAwcYG94cxfxN1PIhWIALUhahwtosHXqvkqfEgeV1Pl1NbqunirepZUNjg8MG0IHzrzL0KaYX/45MlsD1LYZZOOHSD7MA+eKQcY/AC7e9utW/OskD2YZ4kA+aGfZlluPXlrDrIM64m59wEhU7eeB91qiIe/VtBrkIx0xcxERR4KxL6D7f9OLHAT2RMB3KsnIo8wO66LC9CH1gLoKXFVrsb4+33n+KQhR58ldswqtmm56TTkqIXMOHqQLBJHNmChAb+Ed2JRi/HmaFCBH5Rwm/jjVUs+Izv3C6ngtcFfkuX9guCwhLml8FzWOIjJ1m2CcJvAGz5IUgRhvyyTxzYxTa8yodk77NnZj8cqsbhtVfD3n6ZsbWLwl5B6Il6Ox8vvLU6n7LsSZQvyjNZkdYtvPueuQ9cH3yrgeWCwAiHoVNnfsc2Fd6bSq8I/hGeq1U2f7s4It3urlz3t+evDtwOgegoeEEdjHACcwDCuC4/OGDYf/rv0BSoHuN+FAvLwSx5L6IPeMaQyOgB81YT/YVvOcM+zUweSY/suGsNIcRjpwfxPJhLfdS/vcy/PY7D1M+5j1UOfTGIOC2HYg4taxXr9yjoswr/3w7VefO7Y0DfmO0DzHocRh5ZY0LliNOYgBh6pmjMMV/xLJHEs8cFdc4BfZ3dVAfEkdD3Re2D+kC+I+DjoOzT/QNU0Oc/eCGu5B5gnx87c2DGCSmZyY8wx4nvUpp3ri9Q4zymJcMyNvhkwwpFgKTOfaZ74HagyBYy8e7kJCEEqEqm7F9JjRjHg8ZJGej4zd/Wsx9cfw7spww2PbZ4RwnvjtsJgg1H9ht7Qe8eOnTlWRc6LVDz89DzkwTnLo1dayfWki8aKw4i16VWLKoXGBMV9T+4PciyFiqry6SRcSqVUulC20qSatkoTv6z6Kr20VS6cLbdYHhZWVDUcsVotKxJWVT5b9WKcywuchfaegVURZ+d0nOMfJ2xxhzt0JpbLxTC4yx2ga/t9ciYfGzwey+dj5M5YftBxh+UYYT41Qa+vb2Pj4QeJI8r0zgXAMxVulqtz2wHTcKWh50vRrLeFoQuM2UBM7Z6+paPFC5rWGB7N5R5q0ZKQSSd9d82GU89VcY1WU4MrqlWygoze4Gw4BauXcYW4eDa4lt3a6y7nFLm9WoGb4dQxCAfPVUkvFcaCek9EEmef2Dt7xQ2jtYD8MMyuoTtnvoNc82MevPcZH6Wzc8QcG72Wgc+gFqzl4mPPHTu2wVWegwvhKkC5jh3r9Hos5EZ06gkY+zA7IwXplG0GeQBtq4WHCzimhbK8RU0Qw2QHcGpRJodvreydmtpbmd29e/bzUianS6+bK+Xi7VxGqkrk4K2XS7UDKwdqUlW58uYrlaOx2VI2nnl/FXPOZUuzmSGM/iHzOSwwX522Jwe7+y0tE0jLlvOxDulyodQ51CmVOuWGLd+Z/05yWyKxrYnC5mOy3SjjHbhdkPU783cmZ5reXZcv+Sc2RhPIZ1IbKILj+Y2yYxMYXnEs2XRxFOnFI7/G848bjTJQe/faMH6Nn2xOTr5Ov14JKiciCNMpSk/okEM/ociwCholjtvCczPNFZMWLQL/LZDuQLKl/3BP7vX3zoCsRnwzr8/umXnjzIuvz93znpnBv+SIf+aNX2FJ4+u4AzGZUWO2jD/1qbNVmMINBhObeQTMgydIOpYOoHboU6SzwQH950Y0+XHcMVWybGeOYFMI9wvF+399165fv7+4vPz47YH3vCdw++PjMgjmB4RScrM7lh0ijr1E8HAoctZ98Bd+oXjrsnnlzZOTN19p/i+3CCgsV7thUVlZURZvGMfj7IQaA3jtHqMmnY3R2n+crX2DScH2OWsfVt2QEzv1HDJibvBcrFPpHAPIBaaox5iiXiQ+eBupPHHnnStDnI17nlSgHgZb75zqqqzILAiUpsMUHg5jR2mx4bTI2uCjAiWKj9wshD/+uR/9ORAIlKaOfWz358jPDz7qU3BP882+sPS53T9KRCrHBj0MP7ebG807yk7ujjv007uo1IT4hDx2AZFpgzsFbN4FRKbKqTG+3t1XEWI14Q5pdHqGr872RhVNwXTddiWIOw03EeDl7JkzlZVjQAC4s8eqcAVcBAihMjiD2IdwGELSMbhuwgDiTPec0cJwVrzjzAxPauq7g3/qiVOROJsKpNcoi+oJ6ISO4wfcy7A8EKugFxrTPLFjhZBnP4YTeYasnDl7dqWyyds8zfrJakeZrXSOf08JHq0CvwzjNXgM5QRySgkEBg+Rxzpn/WoPUyA41ekMz+94EdYkDxgO94U2bBAIi/BxPQNdOu5YDfxIcAOPJ3rffJxUEvmJfDIc32cD1Z29em7+WpMv5/OlmcF6aG9oem917yevrr4L/jLF2SM3HpltVtW3v70Psn2/P4IJF8exs6MvguVGxG3Mi/x8bOfqFwPAccHnfITnKhhX8Gb1vLovjmG9upGYXbTOm0+dulh9p8xRXfeRFNCQBFJSA6sBEsLjzqQy9byAoxbbEYr7k3nU8jls8HmY1CzPlHzyX0ihcNAny75gOAQXUwppWkh7t6rKPk2WNZ+sGoquZUL+uOH3G/FAKK2FNRKW4IlAOIhZguFAQdKCmhZ8DS8ofrWh+hVBoilVoSEzeHnQDCqakqKbbU6yNhcv2maH8ee4hv5CdlvlC+rBzcb93puLBw+SkOTW7XNbMuE2Qcs/tT8/vbkv+YPAOXa4W/EkK1enDNXM8uxCg3j+yviBA8zwxax6yLu2HTnLO2hysMttY8I1kuG5r7jrzFrEQ00sPJak7SoXfp+oYlQTgmqqbfvhqqWjcV0tLBiKwmylWdMw2ztaMcOEePWToshH7UYqWjB3FDT/2xJmpLGjETETeOxuOBheKFIjYpUCYjAMKZ8lshhNa0FB80+1UmpI1KLxPXlxIkmYLZMa0ahBodjSjk+JQqphGyShJPN80hk8GYolErHQ3OVzcrZMiEyzUSrDrxG+4Qm5FXDnTuSutx6juGVAGJt93hDg3nK396cVJbb38N7YZmdjrWFn4XNO9/RdB3fprGckT3ITE7mt/YBof7Pd+XI5z5osjM5MnuWOcnfjDkEQdl3XYY+r2Gw6HsdIHdsZTajdxiPD0DF5swdw19V+t90TakzACO5xkhCw8yhGfcT9hc0SjdQX6hFaavL8Zk+TJSuf7+al7RXW3Xh8NWFmZ+Pp+qi/vOqPzCVLu3SqBfQJvz5XyE7igJUbFTlj+Hy+mWbV7/PFC2R7qRmLx2PNkqzyJNvYDYNiaSE8YU8jJZzicjb58dCkIpC4OzpC2G9Ey3mBJ+FQLFWYO2PCgGb1mGilUpZYiJvc6Pxidy280pXwygD9J4bkIU/jwevLQuvLQOTF4A6rULzz5/rsvMdJGLXdgEHu4U7j6U2MELpk0XLck+yRk5U8P1Bka0suJ+X+HJ2lLkctaQL3XvOunYvx++e2Gt3i2S5ttAOdi3MA1XjgOlx2z7q7Yh6xJC0gxSQ1OPgz13cfAnLcvWIw+L4Y0CADBOSooiRsAC3orD87nzlvZP4uOyPpwYnFmDb391uWreZXZC3SyARzwUnDXby9zSoqrHQL6rnX3UMTdtt2CzRNZO37XTKhZxtYYcLis/Wt494rZ4R0ImIU5gabS1/k/X4zQRVjcrT+cV6OA12/iruDndxy0fU/DsFs6W/FXT+dlQ/j1jY3F/0WHHfJa/7ZLUt+6yrIwWIfIUIhFIiYY0v9iZi31GPpdMxd6hy9COz+7CHXA1oc0/LPAi4/zkCygND5U4S7jgt0AH2uzPp9GLtHGd/oHYE0gpvhCUXMRNtwwcNB6CD/GD+f4CkKz48BzVdypVxjWG9jdyPHC6o82SI48aQ1WfRoG+edd5s5RwO7ZUsliIN0ywG3mwdE/Gqv09tyru3YodXdTq/j7T1mNHSSu+yCWPQcwukSfqCbl07589Ui0kNf294k/9nZWOaC9L83jofTSjHf7eYL4sSQCwBKdy4b4O2Txz7svGgfnAu3tsi6MrY5jXX1An3Q44mSdX5zCwkzZAUKca9j38V+5rf2IaQl/OktLQ5FAlOa6fZosI4d7G45q5zxMg62ZOmlOJotfboA/nL7Zo1jvYtitD5r+PpF0JqQCWsXR2MJ08zLkeQQ781eBK11sKOd/3g+P8MbPv8FWZdQIuCPaIbicjnCeYwMGYPdS4PcSwHOl4ZAT5cy4jt/XJ7z0pnGS2L9PN3hR9geaMvdhWN4r8NBBC55r6JhTnEXia8ShjsHuMGW2OxCx5LOj5O8i1m9S2fLZYs+zGT2a/aWF+QwYxT5RrzY7BUwDjKcMrk5cfnl87qeiKbVoKD67XYS+cHfjwQC5XZTR6aPl16X0PX5yy9PIKOpJYHRVIHhTP9SpD5f9kdivAEc5dg5AHeTbewdOrPEYV53rHq5/D+toC8eMUOh6vYdMV3NLX3GWsqpemzH9mooZEbivqA3ns+QIrPRJNCK7BTnCBNA8UjxotVwilaRNpyG1bDRr/c3SWE6XyTZmXxxLnlZsje5WPLv9pVvh3rN32nuevL12y5/8o++pD45OXlZfNsVnp6K4as1Jmfte2WSFmXv92ni2Qs/sdD1F0bSCMMf6V6y8LWGPkS+dCKRdv003PXg9uca7safWp+czWjpp9DTZ72evtW7bnDDrvcuuevro66bo1hrbDhG9Ajnt/LyIyFccr++9jLzNBifFe8MeG9eKlwLZb0foy0/0cg/8+OO76D70qPp4pL3kS7nMFmV2Q3cHcUjayL68zO3RjREB9nxsqONLOi9j46Oo2P331rg+YKPBpK+QjCMjQsWfMkA9Z2TrAdY8hOuRe+DhhpWDZoEzGX45DI2ryz7DJnGkvTit6revvnNecA+dLmHX0E/hspC45UoZ/ZFCInIIg3SCFV9QZ8K1yAV5QsnH6Y++OH7xZ9wyYk+SZU0MRgQRR8VTCiMmgL1iWIgKGpwyyeE/KKoyYKpaJpiCrImiv6QrDHVHnnTpauDRmcIueP88z+bUUZK8hKspHu6vMdt/FTGWdd5UfJpF+Q9eRhTSeR1nWW97RWNdGJspGWQ7Km2lWkVRIFqcMNlg5QtMP1G7q3cH3J/wq1zL/4URt2x4XlXIGW7dnCrQoh4z+OGa/YuOebGjPstcHcFujsP1cUlinsumH801speniebw0rd/Rrevh4m0LZbrLGbz7Nzxl5iedGLrqzixE8251/3C6ogq4IqyQJR8N09Ih4wAxPv3VAkWSRU9W5QQZoS8OVW8uDzfjwtWFQUIsgSFCBDfr8oCVT04wm/RASeTZQlxbsDwKJMiIosK5T8NhNLL7qmP3yR9VxIvKIVvY21U6ECMLWQi6fQRUngpfEejN3B8wwUGYZAltUd0C+/RAHo/YRXBaoMx0vCk5nHb20OpZR1n+1Djy6ASooXQCNjemUXX//ssfXPAiP/TPAuO4fmQuv+3/6q/7ezsv8NrV/mt/gCeZb8CucHaXMC5N+d3JXcdbBq73LPfdiyy3JoaR3XfRruxU0avowWgW34slNMsYcaUVSHlorDWLO8RSk6fKUtrATCjW2IBKx5OSBOVxFJ3csDni5UC3x/FItvqjHJ8khBOvjcplI0tBmtbe5d7GPxIJiMKVLH4v860oh+eRS71W2E5crsKyPd6D+MYpx75tQ620fgnldX5xZhZG/Gc58uNn7DF72eN2bO5jjlQAgZV5IMOVbm6YSb0Eloy0g9cqHxiY4G4uu4ydsF8lHsHtzvB7/IZRceksq5A3H3qN9+SWJj6l0+L83smJFC0zPT7GznEawluDIbj0Pcce7V3OvPgbT/3QB2QchSg68csvI/ZZDy/Gd+jb2TKg4whfaIAxznvkW0wbCvMz54zuZLh9vNIV7HAbDGxoiOxT/JJiwvL163KN/jNuk3JHcQoBWDUXOf7mNfMLB7GMNgLT05mZ52nOkxe4Igsew4NJHRcL77XJWXd75fh52NxpW8F2QH3UO/gBiSPB56xxzVjpNyKBoNDf5ayerora4znaJbyF+wM4yHdppj3K3c3fh2QfJKbDU50hhtIms4Q/8TE6DpEnSDuFN/6xp8ectNKc8DMuLzxEXVhMwNesNTQVR6kTi59ccx4TyqKMiJAs3RJHfpS+rEBbWRojeub/f0o/vRS/vl9aN2rdiaZcdkM0t3iDTOM5B3xvpA3nWRbv2IRAKBiGfy5iW+QqUthvK8Gn/bhZSpayRSnzfQ4j1l4Bs//EFmIrfbKRWu0fz1ZY6dSeWdNV8FbmwPdwT65prcxlX7w0nfwtzgGWyXMv8T/Bbm353ULbwFIeS7AzZzhGmILxLv44x5TPZo3oYEPStp5CLKZDqmw7qMO8gd5W7kbkf75cvrF0dn0o7M5QzLeOdDR2Vp6A9vDSMjn3l6ns/8y2kcQ4FIaPLmyVAkEELIlCXDH2kttiJ+Q5IhYfAJVxf0/i2Xq9zLM94LKC+mgpRoIJcLUAlWFRHCiVQqERYI/PBeSZnfcvHelT30RJfHxs/1mt/DToB/OYHkpzg2g0/+5H1n+sOX66Or+Afsy4W5PL6jgzBLzBgYu3iSpbJWSxNDYjvyN/5ENC0MnmHwiuePDB7ts3MBhPfj8qaE/BC9Gb8msLM6uXRUUQA88eAsdnYA+4UHLypK1D0zQvR0UbdyDRjxg+zNbEV2QLhHq0aR2JCSuccsuBjci5RGp4mhaa/YZgeM4ZudcYsN+R/XivbSgaXoa7HV18ukjtc6L60oPp9ye3Tp4FK0hNGYxF+L1P4PbscMV4emY5VF+W/4u2LToQ+Gpo98lfJ/w//95I6JYgZ6ENIh0EMQZIqbCXkWcab1X9FDIb0DrBXH3i3O+ngZcEMNbonxQpxrC0MM43J39ZHbEJqNJy6oNpHG6Lc9RtKcsTj5SKTWnItMOcnZlKrmD+VVJTWbcrb5/akr075A2rbTkhSYnp0OilJ6amrwjRFVf1cHYxjYoxhJRkwzwu+YSm1LEdMkcJna8TExHhfthSlimKZBphZs40Ko2fWpcM+A3+z3SeZ/dol9b7C+1y+579am/n0seukjIokvPyKf9hT1vaHC/k24CvntU1AmiUYJXKa2f0y0LBEGBgcPBspQA5oWUPPwhVjHvXxrpLw/NGaNEMdgxeX6XmK0XgE8DL7848/7Zy48zexcoeE8u23ej++HemXt/rHm8mV6c0lz9plLniTizRGHp4O3zE0/b+SVxmn6C8MD2lT3vczkI0BfcO9Amu3mPPdkbXz57UjLgw7rq+wluhh8qdfruBTgPra3bcvxT/HwYL+L47uA210e2z1/LcNxRkkff09Yi5rjP9dIdygbJaz1zSjpdgenY3hs4sxkTPnY7hdGcW74vuLhO6Yn3LcJS6NXHMB0b3lZIx2dez6MYE8v8qrpK71jIDwCBt3e9Mohz26ecb7qjkbAo455zpXDPT5v/H1CRdzfWxjtasCdAFLBLFhjZwkzj/L+oGMEyJNRfLcDvj8IXxzUhwb0ut3+GvzqoNUQBjw8AAraybt/+OpfJu+6433uu4xsjjOhvvG6hLG4u08Lfej1Im4zcd9Z1Ol5ZxBz6+udbme9w3NegntZzw+gXSQ/Or/A3WPB9tPgt7O2to5HrbvbKj09rds+lQvim5LxdIwoHsLVJtQhNh7wT54szIXzq3lz8H/kT5Op1ex6ep305wopExLDg9On85B4DyQO4Yud0Y478YZveEMn1+FL3eDHBB5sHbWyghVrsJNCcR9eF/hzWQ2YqXDHH1WksOUPGaHd2UTEjBjGzsVurZ5LpCOJZibf81thSYn6O+GUGVBlLegP5TPNRCSdyNVr3cWdhgHPJLK7Q8amPzbOO9vJC3VH2XGHTallkedX/3XVNDEY9NfIajh83Weuw+CP8YVQrh8EjBbbqxYgXZx20mN7Iojn/9tnMDT26u/hPuHNLeLu+icvPMmW+5O47DejhDsnwYtyrmwyOuvDcs9INwA6pcKojkLLK13AFwkNjyl3tyV1B4gVAl3CoXn4Pf3+u9yDBshaJ28EAF57PXaBjq+6BxOM/HKG75ki+IYp9jZoyz1mieT7/dfOTwt8vjkViSzsJnsf7vffyldLHWfH9l/cuVS0h74Z7ruqBOYBwlkFo1DCjTKmU7BaVdJq4GvOAQa53hq+3QhfwgVYpdPpovuOB0N/zc5U4RzTdswYOw2KvStaXt/ahF3nt+B8HOS8JA4a2rWdYYSOvX3+knDR2rR5YOWAOR1q7GpcElL6q/hkpTIZT2Qyno/BsL14ak/l3L3ibqua7eIwYjDy6bZyvIFJt/Tf9zAfNifkNm3cg3EL6z/4ETQiwZrDeXDtngN4iXsMn5yI/yUhfxnfg9pT97oHUlCb2o2fon56Ks4Ut7IbgSSZqXIvSCt+zHnKsbct2kzsuqR5yv+48/Sel5qn6svP07B1joUH819sou6uem3Cybr4TK1DS+LZbBzaNHo30Zr3rh88o6YUwAVrS5ZUwo28GA5fcIRHqzzUwHjjmWe8K8kDAXtuZWVlX7LXS95BWejtYdn4z1D2H1x83yTPPXXkyFO97Ic/nO2txm54y8LCW26I/TC5tpZ8+MmjR59s73j4ROTeeyMnHj63vPB4eXReP7ewc8ohGa8QMlbGWAljj24+tenD5tI/tlezs0n0+NHZVSl8Hw++a2KIvhtmkB+9OH2WGAh7fHORd6gcw1crZwXc9g7MAODUTutEg4FM48SMtaOzYzYe3+bkfEQNq8SXc7bF4+SWAjvjKl8Qt9/YZkC5vX3j9sGXrHh8Fp7YFicf0lRV+xCJb4OfQ3+jDbJB3g20eBK45evxFII5UmavwsRz3Ake2Se5iplZ4p1XFkS7jI3I38qSRd7G7CamyvZEuVVeRIdBK+a+ooQGBXwp3VFJ2CcQWRV213mV8vwOQSK/KQuNXfCLCHtFTdjFE/rP5SvSaEnKX3dsKSdBdiDnV85a/0mUVf/UYql5e1GgqpB71WzBmfQpRJQeFa4RVJkI+65Ge5Z4vZSSrrpSlFThWlE6IarivemUoFIhb0WdqysSJbJYO7Hokx4VxdKhy2dUf36KPV7M+BR7x54C5PDOWR2tO9TB4Jka53hzD3GCNO+irCgV5gFbAQKrUwtNp+Wm5TDMNTG+EP+9u/+PzF2vadfr+ptKVtMqTb/qRfbzl7xf40tyg3M3E85696ZJaUte98mxc8GM4UkAqG4ens+/5Vw08uzpaC24Hgz+bsiGSzR93fB9JtHgt0J26HeDkFqLno6mN19m4sLwC1A+vjGCK9VjMmAd5LaiI47L1tnh4exsRHynWh0gooR7/4dvdDfJs7oYC8lEUzRfNJKspfUZPVXd/fpCMeAPyVT1Fbp6SAwPfiHPeInOWq0WL2gBK+CXRRNmk3CRvVNVm2pGfKKykLYzyxtcOB3tR9Nhr40uL8Ha6EyU2w34Ou1GE9WH7utxdIRSk70SGF9NPAGgK+nscCF8pw7wCrVLaaJOfs5r4nqtlsj7/KMmbrhNVFQjXpxmTSRjTRzxGozfkdipkxQ5jjY7UJK8ZeuLNTvnvVeTH/G7KN1ybBvueWfQVYl37hw7dQKAdexMOtLDU+j+bHQKnaaw0+cg8a+98+jI2tZT6Ji3XxdPpxt0RwfSDfFsn9EEGTl53DNt04ZlIg8Psp1UaoHMgDLL+7/+9ff38a13a0ABFuadI0ec+f2Q7uFGtFf2OQV3hBmj99wVKZ4AYBe3HqWx5i6f9cirS7Va6dWRbCgg8qTHi4EQ6boL5cRXP1urffarAV88OLG2NhGM+wIenvsmrOl3clGADrQ3cxKsB4cdmu0hsqjM8BcmvmQaJAntGIjL8hy+GZb8lhag+EpGGjBoaWqqRK+HhKxpZjEhncul6avUgIwkXoZP2jDS8hE8qOkNhw6FIUd2+cSRHDUCtNS9s1uiVciTvfaaHDwgZw5eezAjVyBTpFGHIEhTBw+mKFlQpcDgzQFJfcMfePzv35LPkN+CtW9zDeSjLqkTxS29eK0WpHnLytNglGYLhSy9BRIMAAkKn2w0mqXaATUYVN+0vJyHLPnjx/M0GqS5IyvQ+m0hg0bb7Sg8QDNXX52l5LAqBQcng5L6pv4QVv4W4Pa3QC5KwTyP1SyZeLpey7FbeLqeSb/i1UJOV9rt4Yf8+mZ5j4+lQ9H/P/+Zr8Z4nGNgZGBgAOJp9z+sjee3+crAzcSADv5/+L+LiY3xKJDJwQCWBgARkwlBAHicY2BkYGA88P8AAwMTw/8P/38xsTEARZABowIApC4GlgAAAHicY2BgYGBi+P8fiP8wgdmkYrBeKEbmw+X/km8uhM2oAsST/v8H09tAGNkuqBqQ+G1UMSLt+UCe+0iy4xda+PxEdz9U/B8Eg/kw+jft3TcYMbZ4RA8vbPRgcCM6JsU8XOqp77/BAAAcOVFbAHicY2AAAhuGFIY9DE8YWRh1GH0YSxgnMe5ivMWkwuTBVMQsw+zBPI9FiaWC5QwrF6sMaxDrItZLbHxsHuxM7B7ss9jvcPBwhHFUcMzh2MfJwPmIS49rAjcTtwt3Gu8u3g98Bnxr+F7wO/D38F8TEBAIE5gkcELggSCDYJLgHCEBoTNCf4TdhGuEZwkfEf4kwidSILJPVEhURdRM1Es0RXSJ6DExHjEFsSSxIrFJ4l7iTeJHJCwkzkk+k3KSOiUtJr1HxkTmn6yL3Cp5AQUHhXkKPxR9FA8pNSl9UdZQTlNeo/xEhUlFQkVPJU6lTWWGyh6Vayp/VC1U41TLVNeo3lITUXNRi1KbpnZE7YW6jHqIepp6hXqH+gz1TRoqGj4aKRqTNPZp3NBk0ozSzNHcpPlIy0UrQKtAa43WI20JbTvtAO0k7SrtRdobtO/oiOi46dToLNHZpfNIV043RneS7hs9Jb0t+jz6Kwx4DBwMeQznGdkYVRmtMxYwLjLhMfEw6TO5YSpmamaaYXrBLMJsjtk/8wQLEYtTVhZWx2z4bPbYutg+swuyK7KXs++x/+cwz1HAMcrxjJOH0yNnG+ctzudcWFxMXBpc9rj8cOVxNXGtcZ3lusL1lpuIm5lbmFuZ2zl3EXcv90XuLzzEPOw8EjwqPNo8rnjGee7wfOFl5dXjtcbrk7eIt4f3Nh8OHzPKIQA3YKu4AAAAeJxjYGRgYFRgXMYgyAACTEDMBYQMDP/BfAYAHZ0B8AB4nF2QQW6CQBiFH4qaSmKaNO2qaWbVLpqAuvQAundh0iXggBpgyDBq7Al6gp6gp+gBmh6rT/JvykyY+d773z/AALjFDzxch4dRu15HjzwS7pMmwj75XniAAI/CQ/ovwmO8IhQOcIc3nuD5N3QmKIR75HfhPvlD2Cd/Cg/wgC/hIf1v4TE2+BUO8Ow9nXWSmcqtdX4sYitKto22zd5UahZOxVnpStvY6a1KLqo55XPnMpVZU6olq7oojKqtOejUhTvn6kUUZeKHqSlxhkaCDAYVHNZUOY78rxi2U/uvNlQWDfatVpjxjqadzIqqanMxlcaWuQQXrg1OfM+crmNa8bHsKUlL6dX8hoKsULe1A52Ufohd21VjgYgz6+RDpnjSH162Wu4AeJx1VwWYG7kV3n/WsLteyIaTS3K5MrkwXjdlujZlZq48lm3VmtGcpFnHKfeuzMzMzMzMzMzMzPCksT3jbbPft/L/P2mkp0eSFoKF/K+68H//cBwBFlFBFTXUsYRlrKCBVaxhHRvYhU3sxh7sxT7sxwEcxCEcxlk4gqM4hrPp63NwIVwYF8FFcTFcHJfAJXEpXBqXQROXxeVweVwBIVrYQhtXxAlcCVfGVXBVXA1XxzVwTVwL18Z1cC6ui+vhJK6PG+CGuBFujJvgprgZbo5b4Ja4FW6N2+C2uB1ujzvgjrgT7oy74K64G+6Oe4ChgwhdcPTQxwAC98QQEjESKKQ4DxoGFhm2McIpjHEa98K9cR/cF/fD/fEAPBDn4wI8CA/GQ/BQPAwPxyPwSDwKj8Zj8Fg8Do/HE/BEPAlPxlPwVDwNT8cz8Ew8C8/Gc/BcPA/PxwvwQrwIL8ZL8FK8DC/HK/BKvAqvxmvwWrwOr8cb8Ea8CW/GW/BWvA1vxzvwTrwL78Z78F68D+/HB/BBfAgfxkfwUXwMH8cn8El8Cp/GZ/BZfA6fxxfwRXwJX8ZX8FV8DV/HN/BNfAvfxnfwXXwP38cP8EP8CD/GT/BT/Aw/xy/wS/wKv8Zv8Fv8Dr/HH/BH/Al/xl/wV/wNf8c/8E/8C//Gf4KFAEEQLAaVoBrUgnqwFCwHK0EjWA3WgvVgI9gVbAa7gz3B3mBfsD84EBwMDgWHg7OCI8HR4FhwdnA8OGdhkYnuEhM6lSzhNSaZjsMG01qNml01Ssq4PcGS92xYwu3VHGvRH9iwTNrLOcnScIbaK8xaFg1inthKh2lT6Sg13NPxHyTcmGakEquZsbVO1ulIXs9/zFInk3KgdLIUMcmTLtO1iMVcs0rEtF2OBjwaxkwPq5FUkW8Nd23WXfet34NUrLua0yx1pBKpvqlHKk6ZMSu0dMIjK1RSjVQ6Dn3bqkWad4WtdIUZLk1nqXU1G3Fd72qVSm6rnJQYLPIxb9B/s+N04N3lHqNlJVl1jRCXUqRGmOagQazHIu62vkS4L1WHu8F9pfqSr89QM5WZqROVnPXcHDETsql5KscrxDS3I86tG6+VZZZ7h7geOxLWcl3tcd4Nqz0h+VaF2rjSk6xf6ynZJd17So+Y7m70VEb2dNv28x8oc5Fk5BKhI8krfdGzVa9rdeD2W/NtWB8IY5UeVwYq5jURsz4PD7iPWULWEd2mUZFgspkZrg/PycfG8rg5EglZ1ay5ro7MuFXKDjYd806crN5ddhLuFNzjkFDmRDOPqg6Lhvt3yCZ7OzgTzwKE5kjteG/R4Rfxwv07hCqzUiR8fSb2yx+ZUZHQMnFuqcnYQjfnunzaFS9LByrhqw4mbFv0yVt+7MQ403CoO1lmOpUhH4d1KTqa6XHDzdzME2HN42kOLHvWU6q74pH3yJKHNEHe63RezxHvM69GPjjOjIjyMYmyfMOjlKU8LweNCdcsNvkH/ttcAcOtFUnf5J8by/SqR7ZpBmKqgmX9vN+5Pp9ipLTsVggOlyhHvOkqPmFdE1Kr0nAxZukeMivXzjIlH++QTXy8eyZ2g0xKljxciIrCElMWZ/H6rMtHxPF52uyoU1NXUjCyZFga72JiraCU+YWWXZd9miV9Xnzgo6XQjp+XMSlOc118xbepDHrj7ypkp6gyab4xE1DeEtpbcB9zpKns/o9QWCaP7hRKys9mksUdToVs387elInEHtoppQrAtQ/+WY9IyDirBTXqyIxQsHUU+aJZnBdn7HQ16uiZOr27Dp+pN0sLdSTrcLlZokk/o9JTOMhtu2B04GS7SswYGlx4IiaTN+l4EadLMpcf3jtF5BETPZEHrinmSykfqeCulwQU84UPU+6OicL2PpMmNeF4WWpV01CMUH5JOoloV7qsJeXlODdFMTWdBpzZYurJSeANWYwyVBiiQaGfGTBdCjozyHo9yYtgNUORNhN+yu6fF6WabwuVmcKwLvf3zbFpApXHqLQ0UV73s9QlTaGDpdUyXbKhVV02LiaxGdWkgm0fm+Ftri35hOqCFH06RJS1Ki5CY1twCkk2LpYadZoss6oQnFYqpgDfnBfQPtZibrlqnsulERk53LOTbKB5MuDCNnKBv1KslnBYJq0y2SqTdpmM18oknGOtObY1Zfm9ZSNn0lc6Ksq7dvBwp6C1U7C1U9BuTAVUOldyHCuVNAoYTsSJcm7xUFMpGa+WcFgmrTLZmihtEjWiO8lwOoXj0yk8DsukVSZbZdJenpAsWZmhsIBTAxLUwvDNnNkB17FyWE/6R5RLJFyfY+E8bc3TrXnanizqrjWNAk435XFYJq0y2SqTdtXfv2qx6tANrurrUT3hGd2P5XLCR8Yf1jXVo4rEa77khLWUJ5GQVV9aKq5gVF3Tqrj7SDXVVOyrdAyosKZ5rLZ51d8mFw3dhek/rPrCUDMxLTiu5z8kpCv7sOJy20HtBbpVdWkdLrt2xGw0aBirOYspv5OobrI0VdouujuAHdDhYyjhV2YorNIJo8KlLMmvyrX8Pl51N4WtxraSWUz1mMJxbYLz03t1yjLLQ3o/Cno9anopSnoxcno3hvRuHNHbsk0vSuvflBm9MDv0ihzS69G9ZU/QW/IUvSxP08v15MLCfwH7xUHo) format("woff");
  font-weight: normal;
  font-style: normal;
}
.mbsc-font-icon:before {
  font-family: "Mobiscroll";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Icons */
.mbsc-icon-aid::before {
  content: "\ea01";
}
.mbsc-icon-airplane::before {
  content: "\ea02";
}
.mbsc-icon-alarm2::before {
  content: "\ea03";
}
.mbsc-icon-arrow-down2::before {
  content: "\ea04";
}
.mbsc-icon-arrow-down5::before {
  content: "\ea05";
}
.mbsc-icon-arrow-left2::before {
  content: "\ea06";
}
.mbsc-icon-arrow-left5::before {
  content: "\ea07";
}
.mbsc-icon-arrow-right2::before {
  content: "\ea08";
}
.mbsc-icon-arrow-right5::before {
  content: "\ea09";
}
.mbsc-icon-arrow-up2::before {
  content: "\ea0a";
}
.mbsc-icon-arrow-up5::before {
  content: "\ea0b";
}
.mbsc-icon-attachment::before {
  content: "\ea0c";
}
.mbsc-icon-bars::before {
  content: "\ea0d";
}
.mbsc-icon-book::before {
  content: "\ea0e";
}
.mbsc-icon-brightness-contrast::before {
  content: "\ea0f";
}
.mbsc-icon-bubble::before {
  content: "\ea10";
}
.mbsc-icon-bubbles::before {
  content: "\ea11";
}
.mbsc-icon-bullhorn::before {
  content: "\ea12";
}
.mbsc-icon-calendar::before {
  content: "\ea13";
}
.mbsc-icon-camera::before {
  content: "\ea14";
}
.mbsc-icon-cart::before {
  content: "\ea15";
}
.mbsc-icon-checkmark::before {
  content: "\ea16";
}
.mbsc-icon-clock::before {
  content: "\ea17";
}
.mbsc-icon-close::before {
  content: "\ea18";
}
.mbsc-icon-cloud::before {
  content: "\ea19";
}
.mbsc-icon-cloud-download::before {
  content: "\ea1a";
}
.mbsc-icon-cloud-upload::before {
  content: "\ea1b";
}
.mbsc-icon-cogs::before {
  content: "\ea1c";
}
.mbsc-icon-compass::before {
  content: "\ea1d";
}
.mbsc-icon-connection::before {
  content: "\ea1e";
}
.mbsc-icon-copy2::before {
  content: "\ea1f";
}
.mbsc-icon-copy3::before {
  content: "\ea20";
}
.mbsc-icon-credit::before {
  content: "\ea21";
}
.mbsc-icon-disk::before {
  content: "\ea22";
}
.mbsc-icon-download::before {
  content: "\ea23";
}
.mbsc-icon-drawer::before {
  content: "\ea24";
}
.mbsc-icon-droplet::before {
  content: "\ea25";
}
.mbsc-icon-earth::before {
  content: "\ea26";
}
.mbsc-icon-eye::before {
  content: "\ea27";
}
.mbsc-icon-eye-blocked::before {
  content: "\ea28";
}
.mbsc-icon-fa-dollar::before {
  content: "\ea29";
}
.mbsc-icon-fa-ellipsis-h::before {
  content: "\ea2a";
}
.mbsc-icon-fa-facebook::before {
  content: "\ea2b";
}
.mbsc-icon-fa-globe::before {
  content: "\ea2c";
}
.mbsc-icon-fa-google::before {
  content: "\ea2d";
}
.mbsc-icon-fa-google-plus::before {
  content: "\ea2e";
}
.mbsc-icon-fa-leaf::before {
  content: "\ea2f";
}
.mbsc-icon-fa-mail-reply::before {
  content: "\ea30";
}
.mbsc-icon-fa-retweet::before {
  content: "\ea31";
}
.mbsc-icon-fa-rotate-left::before {
  content: "\ea32";
}
.mbsc-icon-fa-twitter::before {
  content: "\ea33";
}
.mbsc-icon-feed2::before {
  content: "\ea34";
}
.mbsc-icon-file4::before {
  content: "\ea35";
}
.mbsc-icon-film::before {
  content: "\ea36";
}
.mbsc-icon-flag::before {
  content: "\ea37";
}
.mbsc-icon-folder::before {
  content: "\ea38";
}
.mbsc-icon-forward::before {
  content: "\ea39";
}
.mbsc-icon-foundation-mail::before {
  content: "\ea3a";
}
.mbsc-icon-foundation-minus-circle::before {
  content: "\ea3b";
}
.mbsc-icon-gift::before {
  content: "\ea3c";
}
.mbsc-icon-globe::before {
  content: "\ea3d";
}
.mbsc-icon-heart::before {
  content: "\ea3e";
}
.mbsc-icon-heart2::before {
  content: "\ea3f";
}
.mbsc-icon-history::before {
  content: "\ea40";
}
.mbsc-icon-home::before {
  content: "\ea41";
}
.mbsc-icon-image2::before {
  content: "\ea42";
}
.mbsc-icon-ion-android-social-user::before {
  content: "\ea43";
}
.mbsc-icon-ion-android-system-windows::before {
  content: "\ea44";
}
.mbsc-icon-ion-bluetooth::before {
  content: "\ea45";
}
.mbsc-icon-ion-close-circled::before {
  content: "\ea46";
}
.mbsc-icon-ion-email::before {
  content: "\ea47";
}
.mbsc-icon-ion-ios7-arrow-back::before {
  content: "\ea48";
}
.mbsc-icon-ion-ios7-arrow-forward::before {
  content: "\ea49";
}
.mbsc-icon-ion-ios7-checkmark-empty::before {
  content: "\ea4a";
}
.mbsc-icon-ion-ios7-close-empty::before {
  content: "\ea4b";
}
.mbsc-icon-ion-ios7-close-outline::before {
  content: "\ea4c";
}
.mbsc-icon-ion-ios7-email::before {
  content: "\ea4d";
}
.mbsc-icon-ion-ios7-information-outline::before {
  content: "\ea4e";
}
.mbsc-icon-ion-ios7-plus-empty::before {
  content: "\ea4f";
}
.mbsc-icon-ion-iphone::before {
  content: "\ea50";
}
.mbsc-icon-ion-navigate::before {
  content: "\ea51";
}
.mbsc-icon-ion-social-facebook::before {
  content: "\ea52";
}
.mbsc-icon-ion-usb::before {
  content: "\ea53";
}
.mbsc-icon-key2::before {
  content: "\ea54";
}
.mbsc-icon-library::before {
  content: "\ea55";
}
.mbsc-icon-line-bubble::before {
  content: "\ea56";
}
.mbsc-icon-line-calendar::before {
  content: "\ea57";
}
.mbsc-icon-line-food::before {
  content: "\ea58";
}
.mbsc-icon-line-heart::before {
  content: "\ea59";
}
.mbsc-icon-line-key::before {
  content: "\ea5a";
}
.mbsc-icon-line-mail::before {
  content: "\ea5b";
}
.mbsc-icon-line-megaphone::before {
  content: "\ea5c";
}
.mbsc-icon-line-music::before {
  content: "\ea5d";
}
.mbsc-icon-line-note::before {
  content: "\ea5e";
}
.mbsc-icon-line-paperplane::before {
  content: "\ea5f";
}
.mbsc-icon-line-params::before {
  content: "\ea60";
}
.mbsc-icon-line-phone::before {
  content: "\ea61";
}
.mbsc-icon-line-settings::before {
  content: "\ea62";
}
.mbsc-icon-line-star::before {
  content: "\ea63";
}
.mbsc-icon-line-t-shirt::before {
  content: "\ea64";
}
.mbsc-icon-line-tag::before {
  content: "\ea65";
}
.mbsc-icon-line-user::before {
  content: "\ea66";
}
.mbsc-icon-line-world::before {
  content: "\ea67";
}
.mbsc-icon-link::before {
  content: "\ea68";
}
.mbsc-icon-location::before {
  content: "\ea69";
}
.mbsc-icon-lock::before {
  content: "\ea6a";
}
.mbsc-icon-lock2::before {
  content: "\ea6b";
}
.mbsc-icon-loop2::before {
  content: "\ea6c";
}
.mbsc-icon-map::before {
  content: "\ea6d";
}
.mbsc-icon-material-arrow-back::before {
  content: "\ea6e";
}
.mbsc-icon-material-arrow-forward::before {
  content: "\ea6f";
}
.mbsc-icon-material-backspace::before {
  content: "\ea70";
}
.mbsc-icon-material-brightness-medium::before {
  content: "\ea71";
}
.mbsc-icon-material-check::before {
  content: "\ea72";
}
.mbsc-icon-material-check-box-outline-blank::before {
  content: "\ea73";
}
.mbsc-icon-material-close::before {
  content: "\ea74";
}
.mbsc-icon-material-crop::before {
  content: "\ea75";
}
.mbsc-icon-material-date-range::before {
  content: "\ea76";
}
.mbsc-icon-material-email::before {
  content: "\ea77";
}
.mbsc-icon-material-equalizer::before {
  content: "\ea78";
}
.mbsc-icon-material-event-note::before {
  content: "\ea79";
}
.mbsc-icon-material-explore::before {
  content: "\ea7a";
}
.mbsc-icon-material-filter::before {
  content: "\ea7b";
}
.mbsc-icon-material-format-bold::before {
  content: "\ea7c";
}
.mbsc-icon-material-format-ital::before {
  content: "\ea7d";
}
.mbsc-icon-material-format-list-numbered::before {
  content: "\ea7e";
}
.mbsc-icon-material-format-paint::before {
  content: "\ea7f";
}
.mbsc-icon-material-format-underline::before {
  content: "\ea80";
}
.mbsc-icon-material-inbox::before {
  content: "\ea81";
}
.mbsc-icon-material-iso::before {
  content: "\ea82";
}
.mbsc-icon-material-keyboard-arrow-down::before {
  content: "\ea83";
}
.mbsc-icon-material-keyboard-arrow-left::before {
  content: "\ea84";
}
.mbsc-icon-material-keyboard-arrow-right::before {
  content: "\ea85";
}
.mbsc-icon-material-keyboard-arrow-up::before {
  content: "\ea86";
}
.mbsc-icon-material-label::before {
  content: "\ea87";
}
.mbsc-icon-material-language::before {
  content: "\ea88";
}
.mbsc-icon-material-list::before {
  content: "\ea89";
}
.mbsc-icon-material-menu::before {
  content: "\ea8a";
}
.mbsc-icon-material-message::before {
  content: "\ea8b";
}
.mbsc-icon-material-more-horiz::before {
  content: "\ea8c";
}
.mbsc-icon-material-music-note::before {
  content: "\ea8d";
}
.mbsc-icon-material-notifications::before {
  content: "\ea8e";
}
.mbsc-icon-material-palette::before {
  content: "\ea8f";
}
.mbsc-icon-material-pause::before {
  content: "\ea90";
}
.mbsc-icon-material-people::before {
  content: "\ea91";
}
.mbsc-icon-material-phone-iphone::before {
  content: "\ea92";
}
.mbsc-icon-material-photo-size-select-large::before {
  content: "\ea93";
}
.mbsc-icon-material-play-arrow::before {
  content: "\ea94";
}
.mbsc-icon-material-repeat::before {
  content: "\ea95";
}
.mbsc-icon-material-rotate-right::before {
  content: "\ea96";
}
.mbsc-icon-material-search::before {
  content: "\ea97";
}
.mbsc-icon-material-share::before {
  content: "\ea98";
}
.mbsc-icon-material-shuffle::before {
  content: "\ea99";
}
.mbsc-icon-material-skip-next::before {
  content: "\ea9a";
}
.mbsc-icon-material-skip-previous::before {
  content: "\ea9b";
}
.mbsc-icon-material-star::before {
  content: "\ea9c";
}
.mbsc-icon-material-star-outline::before {
  content: "\ea9d";
}
.mbsc-icon-material-stop::before {
  content: "\ea9e";
}
.mbsc-icon-material-system-update::before {
  content: "\ea9f";
}
.mbsc-icon-material-texture::before {
  content: "\eaa0";
}
.mbsc-icon-material-today::before {
  content: "\eaa1";
}
.mbsc-icon-material-tune::before {
  content: "\eaa2";
}
.mbsc-icon-material-tv::before {
  content: "\eaa3";
}
.mbsc-icon-material-vertical-align-bottom::before {
  content: "\eaa4";
}
.mbsc-icon-material-view-day::before {
  content: "\eaa5";
}
.mbsc-icon-material-wb-auto::before {
  content: "\eaa6";
}
.mbsc-icon-material-zoom-in::before {
  content: "\eaa7";
}
.mbsc-icon-material-zoom-out::before {
  content: "\eaa8";
}
.mbsc-icon-meteo-Celsius::before {
  content: "\eaa9";
}
.mbsc-icon-meteo-Fahrenheit::before {
  content: "\eaaa";
}
.mbsc-icon-meteo-cloud::before {
  content: "\eaab";
}
.mbsc-icon-meteo-cloud2::before {
  content: "\eaac";
}
.mbsc-icon-meteo-cloud3::before {
  content: "\eaad";
}
.mbsc-icon-meteo-cloud4::before {
  content: "\eaae";
}
.mbsc-icon-meteo-cloud5::before {
  content: "\eaaf";
}
.mbsc-icon-meteo-cloudy::before {
  content: "\eab0";
}
.mbsc-icon-meteo-cloudy2::before {
  content: "\eab1";
}
.mbsc-icon-meteo-cloudy3::before {
  content: "\eab2";
}
.mbsc-icon-meteo-cloudy4::before {
  content: "\eab3";
}
.mbsc-icon-meteo-compass::before {
  content: "\eab4";
}
.mbsc-icon-meteo-lightning::before {
  content: "\eab5";
}
.mbsc-icon-meteo-lightning2::before {
  content: "\eab6";
}
.mbsc-icon-meteo-lightning3::before {
  content: "\eab7";
}
.mbsc-icon-meteo-lightning4::before {
  content: "\eab8";
}
.mbsc-icon-meteo-lightning5::before {
  content: "\eab9";
}
.mbsc-icon-meteo-lines::before {
  content: "\eaba";
}
.mbsc-icon-meteo-moon::before {
  content: "\eabb";
}
.mbsc-icon-meteo-moon2::before {
  content: "\eabc";
}
.mbsc-icon-meteo-none::before {
  content: "\eabd";
}
.mbsc-icon-meteo-rainy::before {
  content: "\eabe";
}
.mbsc-icon-meteo-rainy2::before {
  content: "\eabf";
}
.mbsc-icon-meteo-rainy3::before {
  content: "\eac0";
}
.mbsc-icon-meteo-rainy4::before {
  content: "\eac1";
}
.mbsc-icon-meteo-snowflake::before {
  content: "\eac2";
}
.mbsc-icon-meteo-snowy::before {
  content: "\eac3";
}
.mbsc-icon-meteo-snowy2::before {
  content: "\eac4";
}
.mbsc-icon-meteo-snowy3::before {
  content: "\eac5";
}
.mbsc-icon-meteo-snowy4::before {
  content: "\eac6";
}
.mbsc-icon-meteo-snowy5::before {
  content: "\eac7";
}
.mbsc-icon-meteo-sun::before {
  content: "\eac8";
}
.mbsc-icon-meteo-sun2::before {
  content: "\eac9";
}
.mbsc-icon-meteo-sun3::before {
  content: "\eaca";
}
.mbsc-icon-meteo-sunrise::before {
  content: "\eacb";
}
.mbsc-icon-meteo-thermometer::before {
  content: "\eacc";
}
.mbsc-icon-meteo-weather::before {
  content: "\eacd";
}
.mbsc-icon-meteo-weather2::before {
  content: "\eace";
}
.mbsc-icon-meteo-weather3::before {
  content: "\eacf";
}
.mbsc-icon-meteo-weather4::before {
  content: "\ead0";
}
.mbsc-icon-meteo-weather5::before {
  content: "\ead1";
}
.mbsc-icon-meteo-wind::before {
  content: "\ead2";
}
.mbsc-icon-meteo-windy::before {
  content: "\ead3";
}
.mbsc-icon-meteo-windy2::before {
  content: "\ead4";
}
.mbsc-icon-meteo-windy3::before {
  content: "\ead5";
}
.mbsc-icon-meteo-windy4::before {
  content: "\ead6";
}
.mbsc-icon-meteo-windy5::before {
  content: "\ead7";
}
.mbsc-icon-minus::before {
  content: "\ead8";
}
.mbsc-icon-mobile::before {
  content: "\ead9";
}
.mbsc-icon-music::before {
  content: "\eada";
}
.mbsc-icon-neutral::before {
  content: "\eadb";
}
.mbsc-icon-newspaper::before {
  content: "\eadc";
}
.mbsc-icon-office::before {
  content: "\eadd";
}
.mbsc-icon-pause2::before {
  content: "\eade";
}
.mbsc-icon-pencil::before {
  content: "\eadf";
}
.mbsc-icon-phone::before {
  content: "\eae0";
}
.mbsc-icon-play::before {
  content: "\eae1";
}
.mbsc-icon-play3::before {
  content: "\eae2";
}
.mbsc-icon-plus::before {
  content: "\eae3";
}
.mbsc-icon-print::before {
  content: "\eae4";
}
.mbsc-icon-redo2::before {
  content: "\eae5";
}
.mbsc-icon-remove::before {
  content: "\eae6";
}
.mbsc-icon-reply::before {
  content: "\eae7";
}
.mbsc-icon-sad::before {
  content: "\eae8";
}
.mbsc-icon-sad2::before {
  content: "\eae9";
}
.mbsc-icon-share::before {
  content: "\eaea";
}
.mbsc-icon-smiley::before {
  content: "\eaeb";
}
.mbsc-icon-smiley2::before {
  content: "\eaec";
}
.mbsc-icon-stack::before {
  content: "\eaed";
}
.mbsc-icon-star::before {
  content: "\eaee";
}
.mbsc-icon-star2::before {
  content: "\eaef";
}
.mbsc-icon-star3::before {
  content: "\eaf0";
}
.mbsc-icon-stop2::before {
  content: "\eaf1";
}
.mbsc-icon-stopwatch::before {
  content: "\eaf2";
}
.mbsc-icon-stream-sync::before {
  content: "\eaf3";
}
.mbsc-icon-support::before {
  content: "\eaf4";
}
.mbsc-icon-tag::before {
  content: "\eaf5";
}
.mbsc-icon-thumbs-up::before {
  content: "\eaf6";
}
.mbsc-icon-thumbs-up2::before {
  content: "\eaf7";
}
.mbsc-icon-undo2::before {
  content: "\eaf8";
}
.mbsc-icon-unlocked::before {
  content: "\eaf9";
}
.mbsc-icon-upload::before {
  content: "\eafa";
}
.mbsc-icon-user4::before {
  content: "\eafb";
}
.mbsc-icon-volume-high::before {
  content: "\eafc";
}
.mbsc-icon-volume-medium::before {
  content: "\eafd";
}
.mbsc-icon-volume-mute2::before {
  content: "\eafe";
}
.mbsc-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  flex: 0 0 auto;
}
.mbsc-icon > svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
:root {
  --mbsc-safe-top: 0;
  --mbsc-safe-right: 0;
  --mbsc-safe-bottom: 0;
  --mbsc-safe-left: 0;
}
@supports (top: constant(safe-area-inset-top)) {
  :root {
    --mbsc-safe-top: constant(safe-area-inset-top);
    --mbsc-safe-right: constant(safe-area-inset-right);
    --mbsc-safe-bottom: constant(safe-area-inset-bottom);
    --mbsc-safe-left: constant(safe-area-inset-left);
  }
}
@supports (top: env(safe-area-inset-top)) {
  :root {
    --mbsc-safe-top: env(safe-area-inset-top);
    --mbsc-safe-right: env(safe-area-inset-right);
    --mbsc-safe-bottom: env(safe-area-inset-bottom);
    --mbsc-safe-left: env(safe-area-inset-left);
  }
}
.mbsc-font {
  font-family: -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
.mbsc-reset {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mbsc-resize {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.mbsc-resize-i {
  position: absolute;
  left: 0;
  top: 0;
}
.mbsc-resize-y {
  width: 200%;
  height: 200%;
}
.mbsc-hidden {
  visibility: hidden;
}
.mbsc-hidden-content {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.mbsc-ltr {
  direction: ltr;
}
.mbsc-rtl {
  direction: rtl;
}
.mbsc-ripple {
  background: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 1000em;
  pointer-events: none;
  transform: scale(0);
}
/* Flex util classes */
.mbsc-flex,
.mbsc-flex-col {
  display: flex;
}
.mbsc-flex-col {
  flex-direction: column;
}
.mbsc-flex-1-1 {
  flex: 1 1 auto;
}
.mbsc-flex-1-0 {
  flex: 1 0 auto;
}
.mbsc-flex-1-0-0 {
  flex: 1 0 0;
}
/* IE11 hack, where flex-basis auto does not work correctly */
@media all and (-ms-high-contrast: none) {
  .mbsc-flex-1-0-0 {
    flex: 1 0 auto;
  }
}
.mbsc-flex-none {
  flex: none;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .mbsc-hb,
  .mbsc-hb:before,
  .mbsc-hb:after {
    border-style: none;
    border-width: 0.5px !important;
  }
}
.mbsc-ios.mbsc-button {
  padding: 0 0.5em;
  margin: 0.5em 0.25em;
  line-height: 2.25em;
  border-radius: 0.25em;
  transition: opacity 0.1s ease-out, background-color 0.1s ease-out;
}
.mbsc-ios.mbsc-icon-button {
  padding: 0.5em;
  line-height: normal;
  border-radius: 4em;
}
.mbsc-ios.mbsc-button.mbsc-hover {
  opacity: 0.7;
}
.mbsc-ios.mbsc-button.mbsc-active {
  opacity: 0.5;
}
.mbsc-ios.mbsc-button:disabled, .mbsc-ios.mbsc-button.mbsc-disabled {
  opacity: 0.2;
}
.mbsc-ios.mbsc-button-outline.mbsc-active {
  opacity: 1;
}
.mbsc-ios.mbsc-ltr.mbsc-button-icon-start {
  padding-right: 0.375em;
}
.mbsc-ios.mbsc-ltr.mbsc-button-icon-end {
  padding-left: 0.375em;
}
.mbsc-ios.mbsc-rtl.mbsc-button-icon-start {
  padding-left: 0.375em;
}
.mbsc-ios.mbsc-rtl.mbsc-button-icon-end {
  padding-right: 0.375em;
}
.mbsc-ios .mbsc-button-group,
.mbsc-ios .mbsc-button-group-justified,
.mbsc-ios .mbsc-button-group-block {
  margin: 0.5em 0.75em;
}
.mbsc-ios .mbsc-button-group-block {
  margin: 0.5em 1em;
}
.mbsc-ios {
  /* Flat buttons */
  /* Outline buttons */
  /* Predefined colors */
}
.mbsc-ios.mbsc-button-standard {
  background: white;
  color: #007aff;
}
.mbsc-ios.mbsc-button-flat {
  color: #007aff;
}
.mbsc-ios.mbsc-button-outline {
  border: 1px solid #1273de;
  color: #1273de;
}
.mbsc-ios.mbsc-button-outline.mbsc-active {
  background: #1273de;
  color: #f7f7f7;
}
.mbsc-ios.mbsc-button.mbsc-focus {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-ios.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #fff;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  color: #fff;
}
.mbsc-ios.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  color: #fff;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #fff;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #fff;
}
.mbsc-ios.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  color: #fff;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  color: #fff;
}
.mbsc-ios.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #000;
}
.mbsc-ios.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}
.mbsc-ios.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}
.mbsc-ios.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}
.mbsc-ios.mbsc-button-light.mbsc-button-flat {
  color: #cccccc;
}
.mbsc-ios.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-ios.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: #3f97f6;
  color: #fff;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}
.mbsc-ios.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: #90979e;
  color: #fff;
}
.mbsc-ios.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}
.mbsc-ios.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: #43be5f;
  color: #fff;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-ios.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: #f5504e;
  color: #fff;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-ios.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: #f8b042;
  color: #fff;
}
.mbsc-ios.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}
.mbsc-ios.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: #5bb7c5;
  color: #fff;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}
.mbsc-ios.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: #47494a;
  color: #fff;
}
.mbsc-ios.mbsc-button-light.mbsc-button-outline {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.mbsc-ios.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: #bfbfbf;
  color: #fff;
}
.mbsc-ios-dark {
  /* Flat buttons */
  /* Outline buttons */
  /* Predefined colors */
}
.mbsc-ios-dark.mbsc-button-standard {
  background: #3b3b3b;
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-button-flat {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-button-outline {
  border: 1px solid #ffa519;
  color: #ffa519;
}
.mbsc-ios-dark.mbsc-button-outline.mbsc-active {
  background: #ffa519;
  color: #000000;
}
.mbsc-ios-dark.mbsc-button.mbsc-focus {
  background: rgba(255, 255, 255, 0.05);
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #000;
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-flat {
  color: #cccccc;
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-ios-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: #3f97f6;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}
.mbsc-ios-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: #90979e;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}
.mbsc-ios-dark.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: #43be5f;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-ios-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: #f5504e;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-ios-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: #f8b042;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}
.mbsc-ios-dark.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: #5bb7c5;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}
.mbsc-ios-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: #47494a;
  color: #fff;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-outline {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
.mbsc-ios-dark.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: #bfbfbf;
  color: #fff;
}
.mbsc-material.mbsc-button {
  min-width: 4.571429em;
  padding: 0.428572em 1.142858em;
  border-radius: 0.285715em;
  font-size: 0.875em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.714286em;
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease-out;
  margin: 0.5em;
}
.mbsc-material.mbsc-button-outline {
  border: 1px solid;
}
.mbsc-material.mbsc-button .mbsc-icon {
  font-size: 1.142858em;
}
.mbsc-material.mbsc-icon-button {
  min-width: 0;
  padding: 0.5em;
  border-radius: 2em;
  font-size: 1em;
  line-height: normal;
}
.mbsc-material.mbsc-icon-button .mbsc-icon {
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
}
.mbsc-material.mbsc-button:disabled, .mbsc-material.mbsc-button.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-material.mbsc-ltr.mbsc-button-icon-start {
  padding-right: 0.5em;
  margin-left: -0.25em;
}
.mbsc-material.mbsc-ltr.mbsc-button-icon-end {
  padding-left: 0.5em;
  margin-right: -0.25em;
}
.mbsc-material.mbsc-rtl.mbsc-button-icon-start {
  padding-left: 0.5em;
  margin-right: -0.25em;
}
.mbsc-material.mbsc-rtl.mbsc-button-icon-end {
  padding-right: 0.5em;
  margin-left: -0.25em;
}
.mbsc-material .mbsc-button-group,
.mbsc-material .mbsc-button-group-justified {
  margin: 0.5em;
}
.mbsc-material .mbsc-button-group-block {
  margin: 0.5em 1em;
}
.mbsc-material {
  /* Flat buttons */
  /* Outline buttons */
  /* Predefined colors */
}
.mbsc-material.mbsc-button-standard {
  background: #cfcfcf;
  color: black;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mbsc-material.mbsc-button-standard.mbsc-hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mbsc-material.mbsc-button-standard.mbsc-focus, .mbsc-material.mbsc-button-standard.mbsc-active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mbsc-material.mbsc-button-flat, .mbsc-material.mbsc-button-outline {
  color: black;
}
.mbsc-material.mbsc-button-flat.mbsc-hover, .mbsc-material.mbsc-button-flat.mbsc-active, .mbsc-material.mbsc-button-outline.mbsc-hover, .mbsc-material.mbsc-button-outline.mbsc-active {
  background: rgba(0, 0, 0, 0.2);
}
.mbsc-material.mbsc-button-flat.mbsc-focus, .mbsc-material.mbsc-button-outline.mbsc-focus {
  background: rgba(0, 0, 0, 0.3);
}
.mbsc-material.mbsc-button-outline {
  border-color: black;
}
.mbsc-material.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #fff;
}
.mbsc-material.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  color: #fff;
}
.mbsc-material.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  color: #fff;
}
.mbsc-material.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #fff;
}
.mbsc-material.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #fff;
}
.mbsc-material.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  color: #fff;
}
.mbsc-material.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  color: #fff;
}
.mbsc-material.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #303030;
}
.mbsc-material.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}
.mbsc-material.mbsc-button-primary.mbsc-button-flat.mbsc-hover, .mbsc-material.mbsc-button-primary.mbsc-button-flat.mbsc-active {
  background: rgba(63, 151, 246, 0.2);
}
.mbsc-material.mbsc-button-primary.mbsc-button-flat.mbsc-focus {
  background: rgba(63, 151, 246, 0.3);
}
.mbsc-material.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}
.mbsc-material.mbsc-button-secondary.mbsc-button-flat.mbsc-hover, .mbsc-material.mbsc-button-secondary.mbsc-button-flat.mbsc-active {
  background: rgba(144, 151, 158, 0.2);
}
.mbsc-material.mbsc-button-secondary.mbsc-button-flat.mbsc-focus {
  background: rgba(144, 151, 158, 0.3);
}
.mbsc-material.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}
.mbsc-material.mbsc-button-success.mbsc-button-flat.mbsc-hover, .mbsc-material.mbsc-button-success.mbsc-button-flat.mbsc-active {
  background: rgba(67, 190, 95, 0.2);
}
.mbsc-material.mbsc-button-success.mbsc-button-flat.mbsc-focus {
  background: rgba(67, 190, 95, 0.3);
}
.mbsc-material.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}
.mbsc-material.mbsc-button-danger.mbsc-button-flat.mbsc-hover, .mbsc-material.mbsc-button-danger.mbsc-button-flat.mbsc-active {
  background: rgba(245, 80, 78, 0.2);
}
.mbsc-material.mbsc-button-danger.mbsc-button-flat.mbsc-focus {
  background: rgba(245, 80, 78, 0.3);
}
.mbsc-material.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}
.mbsc-material.mbsc-button-warning.mbsc-button-flat.mbsc-hover, .mbsc-material.mbsc-button-warning.mbsc-button-flat.mbsc-active {
  background: rgba(248, 176, 66, 0.2);
}
.mbsc-material.mbsc-button-warning.mbsc-button-flat.mbsc-focus {
  background: rgba(248, 176, 66, 0.3);
}
.mbsc-material.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}
.mbsc-material.mbsc-button-info.mbsc-button-flat.mbsc-hover, .mbsc-material.mbsc-button-info.mbsc-button-flat.mbsc-active {
  background: rgba(91, 183, 197, 0.2);
}
.mbsc-material.mbsc-button-info.mbsc-button-flat.mbsc-focus {
  background: rgba(91, 183, 197, 0.3);
}
.mbsc-material.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}
.mbsc-material.mbsc-button-dark.mbsc-button-flat.mbsc-hover, .mbsc-material.mbsc-button-dark.mbsc-button-flat.mbsc-active {
  background: rgba(71, 73, 74, 0.2);
}
.mbsc-material.mbsc-button-dark.mbsc-button-flat.mbsc-focus {
  background: rgba(71, 73, 74, 0.3);
}
.mbsc-material.mbsc-button-light.mbsc-button-flat {
  color: #cccccc;
}
.mbsc-material.mbsc-button-light.mbsc-button-flat.mbsc-hover, .mbsc-material.mbsc-button-light.mbsc-button-flat.mbsc-active {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-material.mbsc-button-light.mbsc-button-flat.mbsc-focus {
  background: rgba(255, 255, 255, 0.3);
}
.mbsc-material.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-material.mbsc-button-primary.mbsc-button-outline.mbsc-hover, .mbsc-material.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: rgba(63, 151, 246, 0.2);
}
.mbsc-material.mbsc-button-primary.mbsc-button-outline.mbsc-focus {
  background: rgba(63, 151, 246, 0.3);
}
.mbsc-material.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}
.mbsc-material.mbsc-button-secondary.mbsc-button-outline.mbsc-hover, .mbsc-material.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: rgba(144, 151, 158, 0.2);
}
.mbsc-material.mbsc-button-secondary.mbsc-button-outline.mbsc-focus {
  background: rgba(144, 151, 158, 0.3);
}
.mbsc-material.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}
.mbsc-material.mbsc-button-success.mbsc-button-outline.mbsc-hover, .mbsc-material.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: rgba(67, 190, 95, 0.2);
}
.mbsc-material.mbsc-button-success.mbsc-button-outline.mbsc-focus {
  background: rgba(67, 190, 95, 0.3);
}
.mbsc-material.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-material.mbsc-button-danger.mbsc-button-outline.mbsc-hover, .mbsc-material.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: rgba(245, 80, 78, 0.2);
}
.mbsc-material.mbsc-button-danger.mbsc-button-outline.mbsc-focus {
  background: rgba(245, 80, 78, 0.3);
}
.mbsc-material.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-material.mbsc-button-warning.mbsc-button-outline.mbsc-hover, .mbsc-material.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: rgba(248, 176, 66, 0.2);
}
.mbsc-material.mbsc-button-warning.mbsc-button-outline.mbsc-focus {
  background: rgba(248, 176, 66, 0.3);
}
.mbsc-material.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}
.mbsc-material.mbsc-button-info.mbsc-button-outline.mbsc-hover, .mbsc-material.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: rgba(91, 183, 197, 0.2);
}
.mbsc-material.mbsc-button-info.mbsc-button-outline.mbsc-focus {
  background: rgba(91, 183, 197, 0.3);
}
.mbsc-material.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}
.mbsc-material.mbsc-button-dark.mbsc-button-outline.mbsc-hover, .mbsc-material.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: rgba(71, 73, 74, 0.2);
}
.mbsc-material.mbsc-button-dark.mbsc-button-outline.mbsc-focus {
  background: rgba(71, 73, 74, 0.3);
}
.mbsc-material.mbsc-button-light.mbsc-button-outline {
  border-color: #cccccc;
  color: #cccccc;
}
.mbsc-material.mbsc-button-light.mbsc-button-outline.mbsc-hover, .mbsc-material.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-material.mbsc-button-light.mbsc-button-outline.mbsc-focus {
  background: rgba(255, 255, 255, 0.3);
}
.mbsc-material-dark {
  /* Flat buttons */
  /* Outline buttons */
  /* Predefined colors */
}
.mbsc-material-dark.mbsc-button-standard {
  background: #2b2b2b;
  color: white;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mbsc-material-dark.mbsc-button-standard.mbsc-hover {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.mbsc-material-dark.mbsc-button-standard.mbsc-focus, .mbsc-material-dark.mbsc-button-standard.mbsc-active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mbsc-material-dark.mbsc-button-flat, .mbsc-material-dark.mbsc-button-outline {
  color: white;
}
.mbsc-material-dark.mbsc-button-flat.mbsc-hover, .mbsc-material-dark.mbsc-button-flat.mbsc-active, .mbsc-material-dark.mbsc-button-outline.mbsc-hover, .mbsc-material-dark.mbsc-button-outline.mbsc-active {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-material-dark.mbsc-button-flat.mbsc-focus, .mbsc-material-dark.mbsc-button-outline.mbsc-focus {
  background: rgba(255, 255, 255, 0.3);
}
.mbsc-material-dark.mbsc-button-outline {
  border-color: white;
}
.mbsc-material-dark.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  color: #000;
}
.mbsc-material-dark.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  color: #000;
}
.mbsc-material-dark.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  color: #000;
}
.mbsc-material-dark.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  color: #000;
}
.mbsc-material-dark.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  color: #000;
}
.mbsc-material-dark.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  color: #000;
}
.mbsc-material-dark.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  color: #000;
}
.mbsc-material-dark.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  color: #fff;
}
.mbsc-material-dark.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}
.mbsc-material-dark.mbsc-button-primary.mbsc-button-flat.mbsc-hover, .mbsc-material-dark.mbsc-button-primary.mbsc-button-flat.mbsc-active {
  background: rgba(63, 151, 246, 0.2);
}
.mbsc-material-dark.mbsc-button-primary.mbsc-button-flat.mbsc-focus {
  background: rgba(63, 151, 246, 0.3);
}
.mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}
.mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-hover, .mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-active {
  background: rgba(144, 151, 158, 0.2);
}
.mbsc-material-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-focus {
  background: rgba(144, 151, 158, 0.3);
}
.mbsc-material-dark.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}
.mbsc-material-dark.mbsc-button-success.mbsc-button-flat.mbsc-hover, .mbsc-material-dark.mbsc-button-success.mbsc-button-flat.mbsc-active {
  background: rgba(67, 190, 95, 0.2);
}
.mbsc-material-dark.mbsc-button-success.mbsc-button-flat.mbsc-focus {
  background: rgba(67, 190, 95, 0.3);
}
.mbsc-material-dark.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}
.mbsc-material-dark.mbsc-button-danger.mbsc-button-flat.mbsc-hover, .mbsc-material-dark.mbsc-button-danger.mbsc-button-flat.mbsc-active {
  background: rgba(245, 80, 78, 0.2);
}
.mbsc-material-dark.mbsc-button-danger.mbsc-button-flat.mbsc-focus {
  background: rgba(245, 80, 78, 0.3);
}
.mbsc-material-dark.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}
.mbsc-material-dark.mbsc-button-warning.mbsc-button-flat.mbsc-hover, .mbsc-material-dark.mbsc-button-warning.mbsc-button-flat.mbsc-active {
  background: rgba(248, 176, 66, 0.2);
}
.mbsc-material-dark.mbsc-button-warning.mbsc-button-flat.mbsc-focus {
  background: rgba(248, 176, 66, 0.3);
}
.mbsc-material-dark.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}
.mbsc-material-dark.mbsc-button-info.mbsc-button-flat.mbsc-hover, .mbsc-material-dark.mbsc-button-info.mbsc-button-flat.mbsc-active {
  background: rgba(91, 183, 197, 0.2);
}
.mbsc-material-dark.mbsc-button-info.mbsc-button-flat.mbsc-focus {
  background: rgba(91, 183, 197, 0.3);
}
.mbsc-material-dark.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}
.mbsc-material-dark.mbsc-button-dark.mbsc-button-flat.mbsc-hover, .mbsc-material-dark.mbsc-button-dark.mbsc-button-flat.mbsc-active {
  background: rgba(71, 73, 74, 0.2);
}
.mbsc-material-dark.mbsc-button-dark.mbsc-button-flat.mbsc-focus {
  background: rgba(71, 73, 74, 0.3);
}
.mbsc-material-dark.mbsc-button-light.mbsc-button-flat {
  color: #cccccc;
}
.mbsc-material-dark.mbsc-button-light.mbsc-button-flat.mbsc-hover, .mbsc-material-dark.mbsc-button-light.mbsc-button-flat.mbsc-active {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-material-dark.mbsc-button-light.mbsc-button-flat.mbsc-focus {
  background: rgba(255, 255, 255, 0.3);
}
.mbsc-material-dark.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-material-dark.mbsc-button-primary.mbsc-button-outline.mbsc-hover, .mbsc-material-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: rgba(63, 151, 246, 0.2);
}
.mbsc-material-dark.mbsc-button-primary.mbsc-button-outline.mbsc-focus {
  background: rgba(63, 151, 246, 0.3);
}
.mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}
.mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-hover, .mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: rgba(144, 151, 158, 0.2);
}
.mbsc-material-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-focus {
  background: rgba(144, 151, 158, 0.3);
}
.mbsc-material-dark.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}
.mbsc-material-dark.mbsc-button-success.mbsc-button-outline.mbsc-hover, .mbsc-material-dark.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: rgba(67, 190, 95, 0.2);
}
.mbsc-material-dark.mbsc-button-success.mbsc-button-outline.mbsc-focus {
  background: rgba(67, 190, 95, 0.3);
}
.mbsc-material-dark.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-material-dark.mbsc-button-danger.mbsc-button-outline.mbsc-hover, .mbsc-material-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: rgba(245, 80, 78, 0.2);
}
.mbsc-material-dark.mbsc-button-danger.mbsc-button-outline.mbsc-focus {
  background: rgba(245, 80, 78, 0.3);
}
.mbsc-material-dark.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-material-dark.mbsc-button-warning.mbsc-button-outline.mbsc-hover, .mbsc-material-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: rgba(248, 176, 66, 0.2);
}
.mbsc-material-dark.mbsc-button-warning.mbsc-button-outline.mbsc-focus {
  background: rgba(248, 176, 66, 0.3);
}
.mbsc-material-dark.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}
.mbsc-material-dark.mbsc-button-info.mbsc-button-outline.mbsc-hover, .mbsc-material-dark.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: rgba(91, 183, 197, 0.2);
}
.mbsc-material-dark.mbsc-button-info.mbsc-button-outline.mbsc-focus {
  background: rgba(91, 183, 197, 0.3);
}
.mbsc-material-dark.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}
.mbsc-material-dark.mbsc-button-dark.mbsc-button-outline.mbsc-hover, .mbsc-material-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: rgba(71, 73, 74, 0.2);
}
.mbsc-material-dark.mbsc-button-dark.mbsc-button-outline.mbsc-focus {
  background: rgba(71, 73, 74, 0.3);
}
.mbsc-material-dark.mbsc-button-light.mbsc-button-outline {
  border-color: #cccccc;
  color: #cccccc;
}
.mbsc-material-dark.mbsc-button-light.mbsc-button-outline.mbsc-hover, .mbsc-material-dark.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-material-dark.mbsc-button-light.mbsc-button-outline.mbsc-focus {
  background: rgba(255, 255, 255, 0.3);
}
.mbsc-windows.mbsc-button {
  padding: 0 0.5em;
  line-height: 1.75em;
  margin: 0.5em 0.25em;
  border: 0.125em solid transparent;
  transition: border-color 0.1s ease-out, background-color 0.1s ease-out;
}
.mbsc-windows.mbsc-icon-button {
  width: 2.75em;
  height: 2em;
}
.mbsc-windows.mbsc-button-flat {
  transition: background-color 0.1s ease-out;
}
.mbsc-windows.mbsc-button-flat.mbsc-hover {
  opacity: 0.7;
}
.mbsc-windows.mbsc-button-flat.mbsc-active {
  opacity: 1;
}
.mbsc-windows.mbsc-button:disabled, .mbsc-windows.mbsc-button.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-windows.mbsc-ltr.mbsc-button-icon-start {
  padding-right: 0.5em;
}
.mbsc-windows.mbsc-ltr.mbsc-button-icon-end {
  padding-left: 0.5em;
}
.mbsc-windows.mbsc-rtl.mbsc-button-icon-start {
  padding-left: 0.5em;
}
.mbsc-windows.mbsc-rtl.mbsc-button-icon-end {
  padding-right: 0.5em;
}
.mbsc-windows .mbsc-button-group,
.mbsc-windows .mbsc-button-group-justified {
  margin: 0.5em 0.75em;
}
.mbsc-windows .mbsc-button-group-block {
  margin: 0.5em 1em;
}
.mbsc-windows {
  /* Flat buttons */
  /* Outline buttons */
  /* Predefined colors */
  /* Predefined colors - hover for standard and outline buttons */
}
.mbsc-windows.mbsc-button-standard {
  background: #cccccc;
  border-color: #cccccc;
  color: #333333;
}
.mbsc-windows.mbsc-button-standard.mbsc-hover {
  border-color: #7a7a7a;
}
.mbsc-windows.mbsc-button-standard.mbsc-active {
  border-color: #7a7a7a;
  background: #7a7a7a;
}
.mbsc-windows.mbsc-button-flat {
  color: #333333;
}
.mbsc-windows.mbsc-button-flat.mbsc-active {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #333333;
}
.mbsc-windows.mbsc-button-outline {
  border: 0.125em solid #999999;
  color: #999999;
}
.mbsc-windows.mbsc-button-outline.mbsc-hover {
  border-color: gray;
}
.mbsc-windows.mbsc-button-outline.mbsc-active {
  border-color: gray;
  background: gray;
  color: #fff;
}
.mbsc-windows.mbsc-button.mbsc-focus {
  box-shadow: 0 0 0 1px #333333;
}
.mbsc-windows.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  border-color: #3f97f6;
  color: #fff;
}
.mbsc-windows.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  border-color: #90979e;
  color: #fff;
}
.mbsc-windows.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  border-color: #43be5f;
  color: #fff;
}
.mbsc-windows.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  border-color: #f5504e;
  color: #fff;
}
.mbsc-windows.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  border-color: #f8b042;
  color: #fff;
}
.mbsc-windows.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  border-color: #5bb7c5;
  color: #fff;
}
.mbsc-windows.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  border-color: #47494a;
  color: #fff;
}
.mbsc-windows.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  border-color: #fff;
  color: black;
}
.mbsc-windows.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}
.mbsc-windows.mbsc-button-primary.mbsc-button-flat.mbsc-active {
  background: #88bff9;
  border-color: #88bff9;
}
.mbsc-windows.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}
.mbsc-windows.mbsc-button-secondary.mbsc-button-flat.mbsc-active {
  background: #b9bdc2;
  border-color: #b9bdc2;
}
.mbsc-windows.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}
.mbsc-windows.mbsc-button-success.mbsc-button-flat.mbsc-active {
  background: #7cd28f;
  border-color: #7cd28f;
}
.mbsc-windows.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}
.mbsc-windows.mbsc-button-danger.mbsc-button-flat.mbsc-active {
  background: #f99896;
  border-color: #f99896;
}
.mbsc-windows.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}
.mbsc-windows.mbsc-button-warning.mbsc-button-flat.mbsc-active {
  background: #fbcf8c;
  border-color: #fbcf8c;
}
.mbsc-windows.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}
.mbsc-windows.mbsc-button-info.mbsc-button-flat.mbsc-active {
  background: #94d0d9;
  border-color: #94d0d9;
}
.mbsc-windows.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}
.mbsc-windows.mbsc-button-dark.mbsc-button-flat.mbsc-active {
  background: #6c7071;
  border-color: #6c7071;
}
.mbsc-windows.mbsc-button-light.mbsc-button-flat {
  color: #cccccc;
}
.mbsc-windows.mbsc-button-light.mbsc-button-flat.mbsc-active {
  background: white;
  border-color: white;
}
.mbsc-windows.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-windows.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}
.mbsc-windows.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}
.mbsc-windows.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-windows.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-windows.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}
.mbsc-windows.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}
.mbsc-windows.mbsc-button-light.mbsc-button-outline {
  border-color: #cccccc;
  color: #cccccc;
}
.mbsc-windows.mbsc-button-primary.mbsc-button-standard.mbsc-hover, .mbsc-windows.mbsc-button-primary.mbsc-button-outline.mbsc-hover {
  border-color: #0964c6;
}
.mbsc-windows.mbsc-button-primary.mbsc-button-standard.mbsc-active, .mbsc-windows.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: #0964c6;
  color: #fff;
}
.mbsc-windows.mbsc-button-secondary.mbsc-button-standard.mbsc-hover, .mbsc-windows.mbsc-button-secondary.mbsc-button-outline.mbsc-hover {
  border-color: #5d646b;
}
.mbsc-windows.mbsc-button-secondary.mbsc-button-standard.mbsc-active, .mbsc-windows.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: #5d646b;
  color: #fff;
}
.mbsc-windows.mbsc-button-success.mbsc-button-standard.mbsc-hover, .mbsc-windows.mbsc-button-success.mbsc-button-outline.mbsc-hover {
  border-color: #287339;
}
.mbsc-windows.mbsc-button-success.mbsc-button-standard.mbsc-active, .mbsc-windows.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: #287339;
  color: #fff;
}
.mbsc-windows.mbsc-button-danger.mbsc-button-standard.mbsc-hover, .mbsc-windows.mbsc-button-danger.mbsc-button-outline.mbsc-hover {
  border-color: #d10e0c;
}
.mbsc-windows.mbsc-button-danger.mbsc-button-standard.mbsc-active, .mbsc-windows.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: #d10e0c;
  color: #fff;
}
.mbsc-windows.mbsc-button-warning.mbsc-button-standard.mbsc-hover, .mbsc-windows.mbsc-button-warning.mbsc-button-outline.mbsc-hover {
  border-color: #cc7f08;
}
.mbsc-windows.mbsc-button-warning.mbsc-button-standard.mbsc-active, .mbsc-windows.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: #cc7f08;
  color: #fff;
}
.mbsc-windows.mbsc-button-info.mbsc-button-standard.mbsc-hover, .mbsc-windows.mbsc-button-info.mbsc-button-outline.mbsc-hover {
  border-color: #317e89;
}
.mbsc-windows.mbsc-button-info.mbsc-button-standard.mbsc-active, .mbsc-windows.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: #317e89;
  color: #fff;
}
.mbsc-windows.mbsc-button-dark.mbsc-button-standard.mbsc-hover, .mbsc-windows.mbsc-button-dark.mbsc-button-outline.mbsc-hover {
  border-color: black;
}
.mbsc-windows.mbsc-button-dark.mbsc-button-standard.mbsc-active, .mbsc-windows.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: black;
  color: #fff;
}
.mbsc-windows.mbsc-button-light.mbsc-button-standard.mbsc-hover, .mbsc-windows.mbsc-button-light.mbsc-button-outline.mbsc-hover {
  border-color: #999999;
}
.mbsc-windows.mbsc-button-light.mbsc-button-standard.mbsc-active, .mbsc-windows.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: #999999;
  color: #47494a;
}
.mbsc-windows-dark {
  /* Flat buttons */
  /* Outline buttons */
  /* Predefined colors */
  /* Predefined colors - hover for standard and outline buttons */
}
.mbsc-windows-dark.mbsc-button-standard {
  background: #404040;
  border-color: #404040;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-button-standard.mbsc-hover {
  border-color: #ababab;
}
.mbsc-windows-dark.mbsc-button-standard.mbsc-active {
  border-color: #ababab;
  background: #ababab;
}
.mbsc-windows-dark.mbsc-button-flat {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-button-flat.mbsc-active {
  background: #676767;
  border-color: #676767;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-button-outline {
  border: 0.125em solid #737373;
  color: #737373;
}
.mbsc-windows-dark.mbsc-button-outline.mbsc-hover {
  border-color: #8d8d8d;
}
.mbsc-windows-dark.mbsc-button-outline.mbsc-active {
  border-color: #8d8d8d;
  background: #8d8d8d;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button.mbsc-focus {
  box-shadow: 0 0 0 1px #ffffff;
}
.mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard {
  background: #3f97f6;
  border-color: #3f97f6;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard {
  background: #90979e;
  border-color: #90979e;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-success.mbsc-button-standard {
  background: #43be5f;
  border-color: #43be5f;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard {
  background: #f5504e;
  border-color: #f5504e;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard {
  background: #f8b042;
  border-color: #f8b042;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-info.mbsc-button-standard {
  background: #5bb7c5;
  border-color: #5bb7c5;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard {
  background: #47494a;
  border-color: #47494a;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-light.mbsc-button-standard {
  background: #fff;
  border-color: #fff;
  color: black;
}
.mbsc-windows-dark.mbsc-button-primary.mbsc-button-flat {
  color: #3f97f6;
}
.mbsc-windows-dark.mbsc-button-primary.mbsc-button-flat.mbsc-active {
  background: #88bff9;
  border-color: #88bff9;
}
.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-flat {
  color: #90979e;
}
.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-flat.mbsc-active {
  background: #b9bdc2;
  border-color: #b9bdc2;
}
.mbsc-windows-dark.mbsc-button-success.mbsc-button-flat {
  color: #43be5f;
}
.mbsc-windows-dark.mbsc-button-success.mbsc-button-flat.mbsc-active {
  background: #7cd28f;
  border-color: #7cd28f;
}
.mbsc-windows-dark.mbsc-button-danger.mbsc-button-flat {
  color: #f5504e;
}
.mbsc-windows-dark.mbsc-button-danger.mbsc-button-flat.mbsc-active {
  background: #f99896;
  border-color: #f99896;
}
.mbsc-windows-dark.mbsc-button-warning.mbsc-button-flat {
  color: #f8b042;
}
.mbsc-windows-dark.mbsc-button-warning.mbsc-button-flat.mbsc-active {
  background: #fbcf8c;
  border-color: #fbcf8c;
}
.mbsc-windows-dark.mbsc-button-info.mbsc-button-flat {
  color: #5bb7c5;
}
.mbsc-windows-dark.mbsc-button-info.mbsc-button-flat.mbsc-active {
  background: #94d0d9;
  border-color: #94d0d9;
}
.mbsc-windows-dark.mbsc-button-dark.mbsc-button-flat {
  color: #47494a;
}
.mbsc-windows-dark.mbsc-button-dark.mbsc-button-flat.mbsc-active {
  background: #6c7071;
  border-color: #6c7071;
}
.mbsc-windows-dark.mbsc-button-light.mbsc-button-flat {
  color: #cccccc;
}
.mbsc-windows-dark.mbsc-button-light.mbsc-button-flat.mbsc-active {
  background: white;
  border-color: white;
}
.mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline {
  border-color: #3f97f6;
  color: #3f97f6;
}
.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline {
  border-color: #90979e;
  color: #90979e;
}
.mbsc-windows-dark.mbsc-button-success.mbsc-button-outline {
  border-color: #43be5f;
  color: #43be5f;
}
.mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline {
  border-color: #f5504e;
  color: #f5504e;
}
.mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline {
  border-color: #f8b042;
  color: #f8b042;
}
.mbsc-windows-dark.mbsc-button-info.mbsc-button-outline {
  border-color: #5bb7c5;
  color: #5bb7c5;
}
.mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline {
  border-color: #47494a;
  color: #47494a;
}
.mbsc-windows-dark.mbsc-button-light.mbsc-button-outline {
  border-color: #cccccc;
  color: #cccccc;
}
.mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard.mbsc-hover, .mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline.mbsc-hover {
  border-color: #0964c6;
}
.mbsc-windows-dark.mbsc-button-primary.mbsc-button-standard.mbsc-active, .mbsc-windows-dark.mbsc-button-primary.mbsc-button-outline.mbsc-active {
  background: #0964c6;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard.mbsc-hover, .mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-hover {
  border-color: #5d646b;
}
.mbsc-windows-dark.mbsc-button-secondary.mbsc-button-standard.mbsc-active, .mbsc-windows-dark.mbsc-button-secondary.mbsc-button-outline.mbsc-active {
  background: #5d646b;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-success.mbsc-button-standard.mbsc-hover, .mbsc-windows-dark.mbsc-button-success.mbsc-button-outline.mbsc-hover {
  border-color: #287339;
}
.mbsc-windows-dark.mbsc-button-success.mbsc-button-standard.mbsc-active, .mbsc-windows-dark.mbsc-button-success.mbsc-button-outline.mbsc-active {
  background: #287339;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard.mbsc-hover, .mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline.mbsc-hover {
  border-color: #d10e0c;
}
.mbsc-windows-dark.mbsc-button-danger.mbsc-button-standard.mbsc-active, .mbsc-windows-dark.mbsc-button-danger.mbsc-button-outline.mbsc-active {
  background: #d10e0c;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard.mbsc-hover, .mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline.mbsc-hover {
  border-color: #cc7f08;
}
.mbsc-windows-dark.mbsc-button-warning.mbsc-button-standard.mbsc-active, .mbsc-windows-dark.mbsc-button-warning.mbsc-button-outline.mbsc-active {
  background: #cc7f08;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-info.mbsc-button-standard.mbsc-hover, .mbsc-windows-dark.mbsc-button-info.mbsc-button-outline.mbsc-hover {
  border-color: #317e89;
}
.mbsc-windows-dark.mbsc-button-info.mbsc-button-standard.mbsc-active, .mbsc-windows-dark.mbsc-button-info.mbsc-button-outline.mbsc-active {
  background: #317e89;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard.mbsc-hover, .mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline.mbsc-hover {
  border-color: black;
}
.mbsc-windows-dark.mbsc-button-dark.mbsc-button-standard.mbsc-active, .mbsc-windows-dark.mbsc-button-dark.mbsc-button-outline.mbsc-active {
  background: black;
  color: #fff;
}
.mbsc-windows-dark.mbsc-button-light.mbsc-button-standard.mbsc-hover, .mbsc-windows-dark.mbsc-button-light.mbsc-button-outline.mbsc-hover {
  border-color: #999999;
}
.mbsc-windows-dark.mbsc-button-light.mbsc-button-standard.mbsc-active, .mbsc-windows-dark.mbsc-button-light.mbsc-button-outline.mbsc-active {
  background: #999999;
  color: #47494a;
}
.mbsc-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 1em;
  box-sizing: border-box;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  cursor: pointer;
}
.mbsc-button:disabled,
.mbsc-button.mbsc-disabled {
  cursor: not-allowed;
}
.mbsc-button:focus {
  outline: 0;
}
.mbsc-button::-moz-focus-inner {
  border: 0;
}
.mbsc-icon-button {
  width: 2.5em;
  height: 2.5em;
  padding: 0.5em;
  flex: 0 0 auto;
}
.mbsc-button-icon > *,
.mbsc-button-icon > * > * {
  height: 100%;
}
.mbsc-button-icon-end {
  order: 1;
}
.mbsc-button-group,
.mbsc-button-group-block,
.mbsc-button-group-justified {
  border: 1px solid transparent;
}
.mbsc-button-group-block .mbsc-button,
.mbsc-button-block {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mbsc-button-group-justified,
.mbsc-button-group-justified mbsc-button {
  display: flex;
  flex-wrap: wrap;
}
.mbsc-button-group-justified .mbsc-button,
.mbsc-button-group-justified mbsc-button {
  flex: 1 auto;
}
.mbsc-ios {
  /* Button styling for centered popup and desktop styled top/bottom popup */
  /* Desktop styling */
}
.mbsc-ios.mbsc-popup-wrapper-bottom-full {
  padding-top: 1em;
}
.mbsc-ios.mbsc-popup-wrapper-top-full {
  padding-bottom: 1em;
}
.mbsc-ios.mbsc-popup-top {
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-bottom {
  border-top: 1px solid;
}
.mbsc-ios.mbsc-popup-body-center {
  border-radius: 0.9375em;
}
.mbsc-ios.mbsc-popup-body-bottom-full {
  border-radius: 0.75em 0.75em 0 0;
}
.mbsc-ios.mbsc-popup-body-top-full {
  border-radius: 0 0 0.75em 0.75em;
}
.mbsc-ios.mbsc-popup-body-anchored {
  border-radius: 0.9375em;
}
.mbsc-ios.mbsc-popup-arrow {
  border-radius: 0 0.375em;
}
.mbsc-ios.mbsc-popup-header {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1.25em;
  padding: 0.75em 4.375em;
  font-weight: bold;
  text-align: center;
}
.mbsc-ios.mbsc-popup-header-no-buttons {
  position: relative;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-header-center {
  position: relative;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-top-full .mbsc-popup-header, .mbsc-ios.mbsc-popup-bottom-full .mbsc-popup-header {
  padding: 1.125em 4.375em;
}
.mbsc-ios.mbsc-popup-buttons {
  order: -1;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-popup-buttons.mbsc-ltr {
  text-align: right;
}
.mbsc-ios.mbsc-popup-buttons.mbsc-rtl {
  text-align: left;
}
.mbsc-ios.mbsc-popup-button.mbsc-font {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  z-index: 2;
}
.mbsc-ios.mbsc-popup-button-primary {
  font-weight: bold;
}
.mbsc-ios.mbsc-popup-button-close.mbsc-ltr {
  float: left;
}
.mbsc-ios.mbsc-popup-button-close.mbsc-rtl {
  float: right;
}
.mbsc-ios.mbsc-popup-buttons-anchored, .mbsc-ios.mbsc-popup-buttons-top, .mbsc-ios.mbsc-popup-buttons-bottom {
  padding: 0 0.25em;
}
.mbsc-ios.mbsc-popup-buttons-top-full, .mbsc-ios.mbsc-popup-buttons-bottom-full {
  padding: 0.375em 0.25em;
}
.mbsc-ios.mbsc-popup-buttons.mbsc-flex {
  order: 0;
  border: 0;
  padding: 0;
  background: none;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font {
  flex: 1 1 100%;
  display: block;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-button {
  opacity: 1;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-button-flat {
  background: none;
  border-top: 1px solid;
  border-radius: 0;
  margin: 0;
  line-height: 2.75em;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-ltr {
  border-right-style: solid;
  border-right-width: 1px;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-rtl {
  border-left-style: solid;
  border-left-width: 1px;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat:last-child {
  border-left: 0;
  border-right: 0;
}
.mbsc-ios.mbsc-popup-body-round {
  border-radius: 0.9375em;
}
.mbsc-ios.mbsc-popup-pointer .mbsc-popup-body-round {
  border-radius: 0.5em;
}
.mbsc-ios.mbsc-popup-round .mbsc-popup {
  border: 0;
}
.mbsc-ios.mbsc-popup-round .mbsc-popup-body-bottom-full {
  border-radius: 0.75em 0.75em 0 0;
}
.mbsc-ios.mbsc-popup-round .mbsc-popup-body-top-full {
  border-radius: 0 0 0.75em 0.75em;
}
.mbsc-ios.mbsc-popup-arrow {
  background: #f2f2f7;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.mbsc-ios.mbsc-popup-top, .mbsc-ios.mbsc-popup-bottom {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-body {
  background: #f2f2f7;
  color: #000000;
}
.mbsc-ios.mbsc-popup-body-round, .mbsc-ios.mbsc-popup-body-center, .mbsc-ios.mbsc-popup-body-anchored {
  box-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);
}
.mbsc-ios.mbsc-popup-header-center {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-buttons, .mbsc-ios.mbsc-popup-header-no-buttons {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-buttons-bottom, .mbsc-ios.mbsc-popup-buttons-top {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-hover, .mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-focus {
  background: #eaeaea;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-font.mbsc-active {
  background: #cccccc;
}
.mbsc-ios.mbsc-popup-button-flex.mbsc-button.mbsc-disabled {
  color: rgba(0, 122, 255, 0.2);
}
.mbsc-ios-dark.mbsc-popup-arrow {
  background: #1c1c1c;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.mbsc-ios-dark.mbsc-popup-top, .mbsc-ios-dark.mbsc-popup-bottom {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-body {
  background: #1c1c1c;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-popup-body-round, .mbsc-ios-dark.mbsc-popup-body-center, .mbsc-ios-dark.mbsc-popup-body-anchored {
  box-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);
}
.mbsc-ios-dark.mbsc-popup-header-center {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-buttons, .mbsc-ios-dark.mbsc-popup-header-no-buttons {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-buttons-bottom, .mbsc-ios-dark.mbsc-popup-buttons-top {
  background: #292929;
}
.mbsc-ios-dark.mbsc-popup-buttons-anchored {
  background: #292929;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-button-flat.mbsc-font {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-hover, .mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-focus {
  background: #242424;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-font.mbsc-active {
  background: #333333;
}
.mbsc-ios-dark.mbsc-popup-button-flex.mbsc-button.mbsc-disabled {
  color: rgba(255, 159, 10, 0.2);
}
.mbsc-material.mbsc-popup-body-center, .mbsc-material.mbsc-popup-body-anchored, .mbsc-material.mbsc-popup-body-round {
  border-radius: 0.25em;
}
.mbsc-material.mbsc-popup-header {
  font-size: 1.25em;
  font-weight: 500;
  padding: 0.8em 0.8em 0 0.8em;
  line-height: 1.4em;
}
.mbsc-material.mbsc-popup-buttons {
  padding: 0.5em;
  display: block;
}
.mbsc-material.mbsc-popup-buttons.mbsc-ltr {
  text-align: right;
}
.mbsc-material.mbsc-popup-buttons.mbsc-rtl {
  text-align: right;
}
.mbsc-material.mbsc-popup-button.mbsc-button-flat {
  margin-left: 0;
  margin-right: 0;
}
.mbsc-material.mbsc-popup-button.mbsc-font {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.9375em;
}
.mbsc-material.mbsc-popup-round .mbsc-popup-body-bottom-full {
  border-radius: 0.25em 0.25em 0 0;
}
.mbsc-material.mbsc-popup-round .mbsc-popup-body-top-full {
  border-radius: 0 0 0.25em 0.25em;
}
.mbsc-material.mbsc-popup-body {
  background: #fff;
  box-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);
  color: #303030;
}
.mbsc-material.mbsc-popup-arrow {
  background: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.mbsc-material.mbsc-popup-button.mbsc-font {
  color: #1a73e8;
}
.mbsc-material-dark.mbsc-popup-body {
  background: #303030;
  box-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);
  color: #fff;
}
.mbsc-material-dark.mbsc-popup-arrow {
  background: #303030;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.mbsc-material-dark.mbsc-popup-button.mbsc-font {
  color: #87b0f3;
}
.mbsc-windows.mbsc-popup {
  border: 1px solid;
}
.mbsc-windows.mbsc-popup-anchored-top {
  margin-top: -0.75em;
}
.mbsc-windows.mbsc-popup-anchored-bottom {
  margin-top: 0.75em;
}
.mbsc-windows.mbsc-popup-arrow {
  width: 1em;
  height: 1em;
  border: 1px solid;
}
.mbsc-windows.mbsc-popup-arrow-bottom, .mbsc-windows.mbsc-popup-arrow-top {
  margin-left: -0.5em;
}
.mbsc-windows.mbsc-popup-arrow-left, .mbsc-windows.mbsc-popup-arrow-right {
  margin-top: -0.5em;
}
.mbsc-windows.mbsc-popup-arrow-bottom {
  top: 1.5em;
}
.mbsc-windows.mbsc-popup-arrow-top {
  bottom: 1.5em;
}
.mbsc-windows.mbsc-popup-arrow-left {
  right: 1.5em;
}
.mbsc-windows.mbsc-popup-arrow-right {
  left: 1.5em;
}
.mbsc-windows.mbsc-popup-header {
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid;
}
.mbsc-windows.mbsc-popup-buttons {
  display: flex;
  flex-direction: row-reverse;
  border-top: 1px solid;
}
.mbsc-windows.mbsc-popup-button.mbsc-font {
  flex: 1 1;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.mbsc-windows.mbsc-popup-button.mbsc-button-flat {
  margin: 0;
}
.mbsc-windows.mbsc-popup {
  background: #ffffff;
  border-color: #e6e6e6;
  box-shadow: rgba(0, 0, 0, 0.133) 0 6px 14px 0, rgba(0, 0, 0, 0.11) 0 1px 4px 0;
  color: #333333;
}
.mbsc-windows.mbsc-popup-arrow {
  background: #ffffff;
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-popup-header, .mbsc-windows.mbsc-popup-buttons {
  border-color: #e6e6e6;
}
.mbsc-windows-dark.mbsc-popup {
  background: #1a1a1a;
  border-color: #343434;
  box-shadow: rgba(0, 0, 0, 0.133) 0 6px 14px 0, rgba(0, 0, 0, 0.11) 0 1px 4px 0;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-popup-arrow {
  background: #1a1a1a;
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-popup-header, .mbsc-windows-dark.mbsc-popup-buttons {
  border-color: #343434;
}
@keyframes mbsc-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mbsc-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mbsc-pop-in {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbsc-pop-out {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes mbsc-slide-up-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mbsc-slide-up-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes mbsc-slide-down-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mbsc-slide-down-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.mbsc-popup-open-ios {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}
.mbsc-popup-ctx {
  position: relative;
  --mbsc-safe-top: 0;
  --mbsc-safe-right: 0;
  --mbsc-safe-bottom: 0;
  --mbsc-safe-left: 0;
}
.mbsc-popup-limits {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.mbsc-popup-limits-anchored,
.mbsc-popup-limits-center {
  margin: 1em;
}
.mbsc-popup,
.mbsc-popup-wrapper {
  box-sizing: border-box;
}
.mbsc-popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  justify-content: center;
  border: 0 solid transparent;
  z-index: 99998;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mbsc-popup-wrapper-ctx {
  position: absolute;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mbsc-popup-wrapper-center {
  padding: 1em;
  align-items: center;
  border-width: var(--mbsc-safe-top) var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
}
.mbsc-popup-wrapper-top {
  align-items: flex-start;
  border-bottom: var(--mbsc-safe-bottom) solid transparent;
}
.mbsc-popup-wrapper-bottom {
  align-items: flex-end;
  border-top-width: var(--mbsc-safe-top);
}
.mbsc-popup-wrapper-anchored {
  border-width: 0 var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
}
.mbsc-popup-hidden {
  opacity: 0;
}
.mbsc-popup-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -10em;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  transform: translateZ(0);
}
.mbsc-popup-overlay-in {
  opacity: 1;
  animation: mbsc-fade-in 150ms cubic-bezier(0, 0, 0.2, 1);
}
.mbsc-popup-overlay-out {
  opacity: 0;
  animation: mbsc-fade-out 75ms cubic-bezier(0.4, 0, 1, 1);
}
.mbsc-popup {
  max-height: 100%;
  min-width: 12em;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  text-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mbsc-popup-center {
  min-width: 16em;
}
.mbsc-popup-bottom {
  width: 100%;
  bottom: 0;
}
.mbsc-popup-top {
  width: 100%;
  top: 0;
}
.mbsc-popup-anchored {
  position: absolute;
}
.mbsc-popup-anchored-left {
  margin-left: -1em;
}
.mbsc-popup-anchored-right {
  margin-left: 1em;
}
.mbsc-popup-arrow-wrapper {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.mbsc-popup-arrow-wrapper-top,
.mbsc-popup-arrow-wrapper-bottom {
  left: 0;
  right: 0;
  height: 2em;
}
.mbsc-popup-arrow-wrapper-left,
.mbsc-popup-arrow-wrapper-right {
  top: 0;
  bottom: 0;
  width: 2em;
}
.mbsc-popup-arrow-wrapper-top {
  top: 100%;
}
.mbsc-popup-arrow-wrapper-bottom {
  bottom: 100%;
}
.mbsc-popup-arrow-wrapper-left {
  left: 100%;
}
.mbsc-popup-arrow-wrapper-right {
  right: 100%;
}
.mbsc-popup-arrow {
  position: absolute;
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  pointer-events: auto;
}
.mbsc-popup-arrow-top {
  bottom: 1.25em;
}
.mbsc-popup-arrow-bottom {
  top: 1.25em;
}
.mbsc-popup-arrow-top,
.mbsc-popup-arrow-bottom {
  left: 50%;
  margin-left: -0.75em;
  transform: rotate(-45deg);
}
.mbsc-popup-arrow-left {
  right: 1.25em;
}
.mbsc-popup-arrow-right {
  left: 1.25em;
}
.mbsc-popup-arrow-left,
.mbsc-popup-arrow-right {
  top: 50%;
  margin-top: -0.75em;
  transform: rotate(45deg);
}
.mbsc-popup-focus {
  outline: 0;
}
.mbsc-popup-body {
  overflow: hidden;
  transform: translateZ(0);
}
.mbsc-popup-body-top {
  padding-top: var(--mbsc-safe-top);
}
.mbsc-popup-body-bottom {
  padding-bottom: var(--mbsc-safe-bottom);
}
.mbsc-popup-body-top,
.mbsc-popup-body-bottom {
  padding-left: var(--mbsc-safe-left);
  padding-right: var(--mbsc-safe-right);
}
.mbsc-popup-body-round {
  padding: 0;
}
.mbsc-popup-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mbsc-popup-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mbsc-popup-padding {
  padding: 1em;
}
/* Animations */
.mbsc-popup-pop-in {
  opacity: 1;
  animation: mbsc-pop-in 150ms cubic-bezier(0, 0, 0.2, 1);
}
.mbsc-popup-pop-out {
  opacity: 0;
  animation: mbsc-pop-out 75ms cubic-bezier(0.4, 0, 1, 1);
}
.mbsc-popup-slide-up-in {
  animation: mbsc-slide-up-in 250ms cubic-bezier(0, 0, 0.2, 1);
}
.mbsc-popup-slide-up-out {
  animation: mbsc-slide-up-out 200ms cubic-bezier(0.4, 0, 1, 1);
}
.mbsc-popup-slide-down-in {
  animation: mbsc-slide-down-in 250ms cubic-bezier(0, 0, 0.2, 1);
}
.mbsc-popup-slide-down-out {
  animation: mbsc-slide-down-out 200ms cubic-bezier(0.4, 0, 1, 1);
}
/* Desktop styling */
.mbsc-popup-pointer.mbsc-picker .mbsc-popup-overlay,
.mbsc-popup-pointer .mbsc-popup-overlay-anchored {
  background: none;
}
.mbsc-popup-round .mbsc-popup-slide-up-in {
  animation-name: mbsc-slide-up-in, mbsc-fade-in;
}
.mbsc-popup-round .mbsc-popup-slide-up-out {
  animation-name: mbsc-slide-up-out, mbsc-fade-out;
}
.mbsc-popup-round .mbsc-popup-slide-down-in {
  animation-name: mbsc-slide-down-in, mbsc-fade-in;
}
.mbsc-popup-round .mbsc-popup-slide-down-out {
  animation-name: mbsc-slide-down-out, mbsc-fade-out;
}
.mbsc-popup-round .mbsc-popup-top,
.mbsc-popup-round .mbsc-popup-bottom {
  width: auto;
  margin-top: 3em;
  margin-bottom: 3em;
}
.mbsc-ios {
  /* Range Highlight */
  /* Marks */
  /* Colors */
  /* Labels */
  /* Desktop styling */
  /* Multi month grid view */
}
.mbsc-ios.mbsc-calendar-controls {
  /* IE11 needs px size here to avoid subpixel values */
  padding: 2px;
  /* padding: .125em; */
}
.mbsc-ios.mbsc-calendar-cell {
  border-top-style: solid;
  border-top-width: 1px;
}
.mbsc-ios.mbsc-calendar-cell-text {
  height: 2em;
  padding: 0 0.5em;
  line-height: 2em;
  border-radius: 2em;
}
.mbsc-ios.mbsc-calendar-week-day {
  height: 1.7em;
  line-height: 1.7em;
  font-size: 0.625em;
}
.mbsc-ios.mbsc-calendar-week-nr {
  width: 2em;
  height: auto;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 3em;
}
.mbsc-ios.mbsc-calendar-day-text {
  width: 1.625em;
  height: 1.625em;
  margin: 0.1875em;
  padding: 0;
  line-height: 1.625em;
  border: 2px solid transparent;
  border-radius: 2em;
}
.mbsc-ios.mbsc-range-day .mbsc-calendar-cell-inner {
  z-index: 1;
}
.mbsc-ios.mbsc-range-day::after, .mbsc-ios.mbsc-range-hover::before {
  content: "";
  height: 1.875em;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0.25em;
  z-index: 0;
  box-sizing: border-box;
}
.mbsc-ios.mbsc-range-hover::before {
  border-top: 2px dashed;
  border-bottom: 2px dashed;
}
.mbsc-ios.mbsc-range-day-start.mbsc-ltr::after, .mbsc-ios.mbsc-range-day-end.mbsc-rtl::after, .mbsc-ios.mbsc-range-hover-start.mbsc-ltr::before, .mbsc-ios.mbsc-range-hover-end.mbsc-rtl::before {
  left: 50%;
  margin-left: -0.9375em;
  border-radius: 2em 0 0 2em;
}
.mbsc-ios.mbsc-range-day-end.mbsc-ltr::after, .mbsc-ios.mbsc-range-day-start.mbsc-rtl::after, .mbsc-ios.mbsc-range-hover-end.mbsc-ltr::before, .mbsc-ios.mbsc-range-hover-start.mbsc-rtl::before {
  right: 50%;
  margin-right: -0.9375em;
  border-radius: 0 2em 2em 0;
}
.mbsc-ios.mbsc-range-day-start.mbsc-range-day-end::after, .mbsc-ios.mbsc-range-hover-start.mbsc-range-hover-end::before {
  display: none;
}
.mbsc-ios.mbsc-calendar-day-marked {
  padding-bottom: 0.4375em;
}
.mbsc-ios.mbsc-calendar-marks {
  margin-top: -0.0625em;
}
.mbsc-ios.mbsc-calendar-mark {
  width: 0.375em;
  height: 0.375em;
  border-radius: 0.375em;
  margin: 0 0.0625em;
}
.mbsc-ios.mbsc-calendar-day-colors .mbsc-calendar-day-text {
  background-clip: padding-box;
}
.mbsc-ios.mbsc-calendar-day-colors.mbsc-hover .mbsc-calendar-cell-text {
  background-clip: border-box;
}
.mbsc-ios.mbsc-calendar-text:before {
  border-radius: 0.4em;
}
.mbsc-ios.mbsc-calendar-label {
  font-weight: 600;
}
.mbsc-ios.mbsc-calendar-label-background {
  margin: 0 -0.1em;
  background: currentColor;
  opacity: 0.3;
  transition: opacity 0.15s ease-in-out;
}
.mbsc-ios.mbsc-calendar-label-start.mbsc-ltr .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-end.mbsc-rtl .mbsc-calendar-label-background {
  margin-left: 0;
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
}
.mbsc-ios.mbsc-calendar-label-end.mbsc-ltr .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-start.mbsc-rtl .mbsc-calendar-label-background {
  margin-right: 0;
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
}
.mbsc-ios.mbsc-calendar-label-hover .mbsc-calendar-label-background {
  opacity: 0.6;
}
.mbsc-ios.mbsc-calendar-label.mbsc-calendar-label-hover:before {
  background: none;
}
.mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-background, .mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-background {
  opacity: 0.9;
}
.mbsc-ios.mbsc-calendar-height-md .mbsc-calendar-day:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 1;
  margin-right: -1px;
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-title {
  font-size: 1.5em;
  line-height: 1.666667em;
  padding: 0 0.166667em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-week-day {
  height: 2.5em;
  padding: 0 0.5em;
  line-height: 2.5em;
  font-size: 1em;
  border-left: 1px solid transparent;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-week-nr {
  padding: 0;
  font-size: 0.75em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-inner {
  min-height: 2.5em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner {
  min-height: 4.75em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-marks {
  padding: 0 0.75em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-day-text {
  width: 1.375em;
  height: 1.375em;
  line-height: 1.375em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-text {
  height: 1.8em;
  line-height: 1.8em;
  margin: 0 0.5em 0.2em 0.6em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label {
  padding: 0 0.4em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label-text {
  font-size: 1.2em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-calendar-label-background {
  margin: 0 -0.4em;
}
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr {
  text-align: right;
}
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl,
.mbsc-ios.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl {
  text-align: left;
}
.mbsc-ios.mbsc-calendar-grid-view .mbsc-calendar-title {
  font-size: 1.5em;
  line-height: 1.666667em;
  padding: 0 0.166667em;
}
.mbsc-ios.mbsc-calendar-grid {
  border-top: 1px solid;
}
.mbsc-ios.mbsc-calendar-grid .mbsc-calendar-grid-item .mbsc-calendar-week-days {
  background: none;
}
.mbsc-ios.mbsc-calendar-grid .mbsc-calendar-cell {
  border: 0;
}
.mbsc-ios {
  /* range highlight and selection */
  /* Picker */
  /* Multi month grid view */
}
.mbsc-ios.mbsc-calendar {
  background: white;
  color: #000000;
}
.mbsc-ios.mbsc-calendar-wrapper {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-header {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-button.mbsc-button {
  color: #007aff;
}
.mbsc-ios.mbsc-calendar-cell {
  background: white;
  border-color: #cccccc;
  color: #000000;
}
.mbsc-ios.mbsc-calendar-day:after {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-week-nr, .mbsc-ios.mbsc-calendar-today {
  color: #007aff;
}
.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text {
  background-color: rgba(0, 122, 255, 0.3);
}
.mbsc-ios.mbsc-range-day::after {
  background-color: #cbe2fb;
}
.mbsc-ios.mbsc-range-day .mbsc-calendar-cell-text {
  color: #000;
}
.mbsc-ios.mbsc-range-hover::before {
  border-color: #dedede;
}
.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
  border-color: #007aff;
  background: #007aff;
  color: #fff;
}
.mbsc-ios.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.mbsc-ios.mbsc-focus .mbsc-calendar-day-text {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.5);
}
.mbsc-ios.mbsc-calendar-mark {
  background: #cccccc;
}
.mbsc-ios.mbsc-calendar-label {
  color: #5ac8fa;
}
.mbsc-ios.mbsc-calendar-label-text {
  color: #000;
}
.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-inner, .mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-inner {
  color: #fff;
}
.mbsc-ios.mbsc-calendar-label-active .mbsc-calendar-label-text, .mbsc-ios.mbsc-calendar-label-dragging .mbsc-calendar-label-text {
  color: inherit;
}
.mbsc-ios.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #000000;
}
.mbsc-ios.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-ios.mbsc-calendar-popup .mbsc-popup-body {
  background: white;
}
.mbsc-ios.mbsc-calendar-popup .mbsc-calendar-cell {
  background: white;
}
.mbsc-ios.mbsc-calendar-grid {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-calendar-month-title {
  color: #007aff;
}
.mbsc-ios-dark {
  /* range highlight and selection */
  /* Picker */
  /* Multi month grid view */
}
.mbsc-ios-dark.mbsc-calendar {
  background: #000000;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-calendar-wrapper {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-header {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-button.mbsc-button {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-calendar-cell {
  background: #000000;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-calendar-day:after {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-week-nr, .mbsc-ios-dark.mbsc-calendar-today {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-hover .mbsc-calendar-cell-text {
  background-color: rgba(255, 159, 10, 0.3);
}
.mbsc-ios-dark.mbsc-range-day::after {
  background-color: #3d2705;
}
.mbsc-ios-dark.mbsc-range-day .mbsc-calendar-cell-text {
  color: #fff;
}
.mbsc-ios-dark.mbsc-range-hover::before {
  border-color: #2b2b2b;
}
.mbsc-ios-dark.mbsc-selected .mbsc-calendar-cell-text {
  border-color: #ff9f0a;
  background: #ff9f0a;
  color: #fff;
}
.mbsc-ios-dark.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.mbsc-ios-dark.mbsc-focus .mbsc-calendar-day-text {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.5);
}
.mbsc-ios-dark.mbsc-calendar-mark {
  background: #333333;
}
.mbsc-ios-dark.mbsc-calendar-label {
  color: #5ac8fa;
}
.mbsc-ios-dark.mbsc-calendar-label-text {
  color: #fff;
}
.mbsc-ios-dark.mbsc-calendar-label-active .mbsc-calendar-label-inner, .mbsc-ios-dark.mbsc-calendar-label-dragging .mbsc-calendar-label-inner {
  color: #fff;
}
.mbsc-ios-dark.mbsc-calendar-label-active .mbsc-calendar-label-text, .mbsc-ios-dark.mbsc-calendar-label-dragging .mbsc-calendar-label-text {
  color: inherit;
}
.mbsc-ios-dark.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-ios-dark.mbsc-calendar-popup .mbsc-popup-body {
  background: #292929;
}
.mbsc-ios-dark.mbsc-calendar-popup .mbsc-calendar-cell {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-calendar-grid {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-calendar-month-title {
  color: #ff9f0a;
}
.mbsc-material {
  /* Range Highlight */
  /* Marks */
  /* Labels */
  /* Desktop style */
}
.mbsc-material.mbsc-calendar-wrapper-fixed:after {
  content: "";
  position: absolute;
  z-index: 7;
  bottom: -0.5em;
  left: 0;
  right: 0;
  height: 0.5em;
  pointer-events: none;
}
.mbsc-material.mbsc-calendar-controls {
  padding: 0.5em;
}
.mbsc-material.mbsc-calendar-week-day {
  height: 2.5em;
  line-height: 2.5em;
  font-size: 0.75em;
  font-weight: bold;
}
.mbsc-material.mbsc-calendar-week-nr {
  width: 2.181819em;
  height: auto;
  font-size: 0.6875em;
  line-height: 3.272728em;
  font-weight: bold;
}
.mbsc-material.mbsc-calendar-button.mbsc-button {
  padding: 0.428572em;
}
.mbsc-material.mbsc-calendar-title {
  font-size: 1.428572em;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4em;
}
.mbsc-material.mbsc-calendar-cell-text {
  height: 2em;
  padding: 0 0.5em;
  line-height: 2em;
  border-radius: 2em;
}
.mbsc-material.mbsc-calendar-month-name {
  font-size: 0.8125em;
}
.mbsc-material.mbsc-calendar-month-name.mbsc-ltr {
  padding-left: 0.461539em;
}
.mbsc-material.mbsc-calendar-month-name.mbsc-rtl {
  padding-right: 0.461539em;
}
.mbsc-material.mbsc-calendar-day-text {
  height: 1.846154em;
  width: 1.846154em;
  line-height: 1.846154em;
  margin: 0.230769em auto;
  padding: 0;
  font-size: 0.8125em;
  border: 2px solid transparent;
}
.mbsc-material.mbsc-range-day::after, .mbsc-material.mbsc-range-hover::before {
  content: "";
  height: 1.75em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.25em;
  z-index: -1;
}
.mbsc-material.mbsc-range-hover::before {
  box-sizing: content-box;
  height: 1.5em;
  border-top: 2px dashed;
  border-bottom: 2px dashed;
}
.mbsc-material.mbsc-range-day-start.mbsc-ltr::after, .mbsc-material.mbsc-range-day-end.mbsc-rtl::after {
  margin-left: -0.875em;
  border-radius: 2em 0 0 2em;
  left: 50%;
  right: 0;
}
.mbsc-material.mbsc-range-day-end.mbsc-ltr::after, .mbsc-material.mbsc-range-day-start.mbsc-rtl::after {
  margin-right: -0.875em;
  border-radius: 0 2em 2em 0;
  right: 50%;
  left: 0;
}
.mbsc-material.mbsc-range-hover-start.mbsc-ltr::before, .mbsc-material.mbsc-range-hover-end.mbsc-rtl::before {
  left: 50%;
  right: 0;
}
.mbsc-material.mbsc-range-hover-end.mbsc-ltr::before, .mbsc-material.mbsc-range-hover-start.mbsc-rtl::before {
  right: 50%;
  left: 0;
}
.mbsc-material.mbsc-range-day-start.mbsc-range-day-end::after, .mbsc-material.mbsc-range-hover-start.mbsc-range-hover-end::before {
  display: none;
}
.mbsc-material.mbsc-calendar-marks {
  margin-top: -0.375em;
  transition: transform 0.1s ease-out;
}
.mbsc-material.mbsc-focus .mbsc-calendar-marks, .mbsc-material.mbsc-hover .mbsc-calendar-marks, .mbsc-material.mbsc-selected .mbsc-calendar-marks, .mbsc-material.mbsc-calendar-day-colors .mbsc-calendar-marks, .mbsc-material.mbsc-highlighted .mbsc-calendar-marks, .mbsc-material.mbsc-hover-highlighted .mbsc-calendar-marks {
  transform: translate3d(0, 0.25em, 0);
}
.mbsc-material.mbsc-calendar-label {
  font-weight: 600;
  border-radius: 0.4em;
}
.mbsc-material.mbsc-calendar-label-background {
  margin: 0 -0.1em;
  background: currentColor;
}
.mbsc-material.mbsc-calendar-text:before {
  border-radius: 0.4em;
}
.mbsc-material.mbsc-calendar-label:before {
  margin: 0 -0.1em;
  border-radius: 0;
}
.mbsc-material.mbsc-calendar-label-start.mbsc-ltr .mbsc-calendar-label-background, .mbsc-material.mbsc-calendar-label-end.mbsc-rtl .mbsc-calendar-label-background, .mbsc-material.mbsc-calendar-label-start.mbsc-ltr.mbsc-calendar-text:before, .mbsc-material.mbsc-calendar-label-end.mbsc-rtl.mbsc-calendar-text:before {
  margin-left: 0;
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
}
.mbsc-material.mbsc-calendar-label-end.mbsc-ltr .mbsc-calendar-label-background, .mbsc-material.mbsc-calendar-label-start.mbsc-rtl .mbsc-calendar-label-background, .mbsc-material.mbsc-calendar-label-end.mbsc-ltr.mbsc-calendar-text:before, .mbsc-material.mbsc-calendar-label-start.mbsc-rtl.mbsc-calendar-text:before {
  margin-right: 0;
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
}
.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-slide {
  padding: 0;
}
.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day {
  border-bottom: 1px solid;
}
.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 1;
  margin-right: -1px;
  border-left-width: 1px;
  border-left-style: solid;
  content: "";
}
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-week-day {
  padding: 0 1em;
}
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-inner {
  min-height: 4em;
}
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner {
  min-height: 5.5em;
}
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-day-text {
  margin: 0.461539em;
}
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-week-nr {
  line-height: 3.818182em;
  padding: 0;
}
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-marks {
  padding: 0 1.125em;
  margin-left: -1px;
  margin-right: -1px;
}
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-text {
  height: 1.8em;
  line-height: 1.8em;
  margin: 0 0.5em 0.2em 0.6em;
}
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label {
  padding: 0 0.4em;
}
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label-text {
  font-size: 1.2em;
}
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label:before,
.mbsc-material.mbsc-calendar-width-md .mbsc-calendar-label-background {
  margin: 0 -0.4em;
}
.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr,
.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,
.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr {
  text-align: left;
}
.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl,
.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl,
.mbsc-material.mbsc-calendar-height-md.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl {
  text-align: right;
}
.mbsc-material {
  /* range highlight and selection */
  /* Marks */
  /* Picker */
  /* Desktop style */
  /* Multi month grid view */
}
.mbsc-material.mbsc-calendar-wrapper:after {
  box-shadow: inset 0 0.5em 0.25em -0.5em rgba(48, 48, 48, 0.5);
}
.mbsc-material.mbsc-calendar-button.mbsc-button {
  color: #303030;
}
.mbsc-material.mbsc-calendar-slide {
  background: #fff;
}
.mbsc-material.mbsc-calendar-picker-slide {
  background: #fff;
}
.mbsc-material.mbsc-calendar-week-day {
  color: rgba(48, 48, 48, 0.7);
}
.mbsc-material.mbsc-calendar-cell-text {
  color: #303030;
}
.mbsc-material.mbsc-calendar-week-nr, .mbsc-material.mbsc-calendar-today {
  color: #1a73e8;
}
.mbsc-material.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px rgba(48, 48, 48, 0.7);
}
.mbsc-material.mbsc-hover .mbsc-calendar-cell-text {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material.mbsc-range-hover::before {
  border-color: #e6e6e6;
}
.mbsc-material.mbsc-range-day::after {
  background-color: rgba(26, 115, 232, 0.25);
}
.mbsc-material.mbsc-selected .mbsc-calendar-cell-text {
  background: #1a73e8;
  border-color: #1a73e8;
  color: #fff;
}
.mbsc-material.mbsc-calendar-mark {
  background: #1a73e8;
}
.mbsc-material.mbsc-calendar-label {
  color: #1a73e8;
}
.mbsc-material.mbsc-calendar-label-inner {
  color: #fff;
}
.mbsc-material.mbsc-calendar-label.mbsc-calendar-label-active, .mbsc-material.mbsc-calendar-label.mbsc-calendar-label-dragging {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 3px -1px rgba(0, 0, 0, 0.2);
}
.mbsc-material .mbsc-calendar-label.mbsc-calendar-label-active .mbsc-calendar-label-background {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.mbsc-material.mbsc-calendar-text-more {
  box-shadow: none;
}
.mbsc-material.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #303030;
}
.mbsc-material.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-material.mbsc-calendar-popup .mbsc-popup-body {
  background: #fff;
}
.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-week-day,
.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day,
.mbsc-material.mbsc-calendar-height-md .mbsc-calendar-day:after {
  border-color: #cfcfcf;
}
.mbsc-material.mbsc-calendar-month-title {
  color: #1a73e8;
}
.mbsc-material-dark {
  /* range highlight and selection */
  /* Marks */
  /* Picker */
  /* Desktop style */
  /* Multi month grid view */
}
.mbsc-material-dark.mbsc-calendar-wrapper:after {
  box-shadow: inset 0 0.5em 0.25em -0.5em rgba(255, 255, 255, 0.5);
}
.mbsc-material-dark.mbsc-calendar-button.mbsc-button {
  color: #fff;
}
.mbsc-material-dark.mbsc-calendar-slide {
  background: #000;
}
.mbsc-material-dark.mbsc-calendar-picker-slide {
  background: #303030;
}
.mbsc-material-dark.mbsc-calendar-week-day {
  color: rgba(255, 255, 255, 0.7);
}
.mbsc-material-dark.mbsc-calendar-cell-text {
  color: #fff;
}
.mbsc-material-dark.mbsc-calendar-week-nr, .mbsc-material-dark.mbsc-calendar-today {
  color: #87b0f3;
}
.mbsc-material-dark.mbsc-focus .mbsc-calendar-cell-text {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7);
}
.mbsc-material-dark.mbsc-hover .mbsc-calendar-cell-text {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark.mbsc-range-hover::before {
  border-color: #1a1a1a;
}
.mbsc-material-dark.mbsc-range-day::after {
  background-color: rgba(135, 176, 243, 0.25);
}
.mbsc-material-dark.mbsc-selected .mbsc-calendar-cell-text {
  background: #87b0f3;
  border-color: #87b0f3;
  color: #000;
}
.mbsc-material-dark.mbsc-calendar-mark {
  background: #87b0f3;
}
.mbsc-material-dark.mbsc-calendar-label {
  color: #87b0f3;
}
.mbsc-material-dark.mbsc-calendar-label-inner {
  color: #000;
}
.mbsc-material-dark.mbsc-calendar-label.mbsc-calendar-label-active, .mbsc-material-dark.mbsc-calendar-label.mbsc-calendar-label-dragging {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 3px -1px rgba(0, 0, 0, 0.2);
}
.mbsc-material-dark .mbsc-calendar-label.mbsc-calendar-label-active .mbsc-calendar-label-background {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.mbsc-material-dark.mbsc-calendar-text-more {
  box-shadow: none;
}
.mbsc-material-dark.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #fff;
}
.mbsc-material-dark.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-material-dark.mbsc-calendar-popup .mbsc-popup-body {
  background: #303030;
}
.mbsc-material-dark.mbsc-calendar-height-md .mbsc-calendar-week-day,
.mbsc-material-dark.mbsc-calendar-height-md .mbsc-calendar-day,
.mbsc-material-dark.mbsc-calendar-height-md .mbsc-calendar-day:after {
  border-color: #2b2b2b;
}
.mbsc-material-dark.mbsc-calendar-month-title {
  color: #87b0f3;
}
.mbsc-windows {
  /* Marks */
}
.mbsc-windows.mbsc-calendar-header {
  margin-bottom: -1px;
}
.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-font {
  margin: 1px;
}
.mbsc-windows.mbsc-calendar-title-wrapper .mbsc-calendar-button {
  padding: 0;
}
.mbsc-windows.mbsc-calendar-controls {
  padding: 0.5em;
  min-height: 2.125em;
}
.mbsc-windows.mbsc-calendar-week-day {
  height: 2.5em;
  font-size: 0.75em;
  line-height: 2.5em;
}
.mbsc-windows.mbsc-calendar-body .mbsc-calendar-week-day {
  border: 0;
}
.mbsc-windows.mbsc-calendar-week-nr {
  width: 2em;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 3em;
}
.mbsc-windows.mbsc-calendar-picker-slide {
  padding: 0.25em;
}
.mbsc-windows.mbsc-calendar-cell {
  border-width: 0;
  border-style: solid;
  border-top-width: 1px;
  border-color: transparent;
  background-clip: padding-box;
  padding: 0;
}
.mbsc-windows.mbsc-calendar-cell:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.mbsc-windows.mbsc-calendar-cell-inner {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.mbsc-windows.mbsc-calendar-cell-text {
  display: table-cell;
  vertical-align: middle;
  min-width: 0;
}
.mbsc-windows.mbsc-calendar-month-name {
  font-size: 0.875em;
  vertical-align: middle;
}
.mbsc-windows.mbsc-calendar-month-name.mbsc-ltr {
  margin-left: 0.5em;
}
.mbsc-windows.mbsc-calendar-month-name.mbsc-rtl {
  margin-right: 0.5em;
}
.mbsc-windows.mbsc-calendar-day-inner {
  display: block;
}
.mbsc-windows.mbsc-calendar-day-empty:after {
  display: none;
}
.mbsc-windows.mbsc-calendar-day-text {
  display: inline-block;
  font-size: 0.875em;
  line-height: 2.285715em;
  border-radius: 2em;
  margin: 0 0.5em;
}
.mbsc-windows.mbsc-calendar-marks {
  bottom: 0.25em;
}
.mbsc-windows.mbsc-calendar-label-background {
  background: currentColor;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-title {
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.461538em;
  padding: 0 0.307693em;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day {
  height: 2.142858em;
  padding: 0 0.5em;
  font-size: 0.875em;
  line-height: 2.142858em;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-nr {
  height: auto;
  padding: 0;
  font-size: 0.75em;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day:after {
  border-left-width: 1px;
  border-left-style: solid;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-inner {
  min-height: 4em;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-text {
  text-align: center;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day-labels .mbsc-calendar-day-inner {
  min-height: 4.75em;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks {
  bottom: 0.5em;
  padding: 0 0.625em;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-text {
  height: 1.8em;
  line-height: 1.8em;
  padding: 0 0.6em;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-label-text {
  font-size: 1.2em;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-ltr,
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-ltr,
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-ltr {
  text-align: left;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-week-day.mbsc-rtl,
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-rtl,
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-marks.mbsc-rtl {
  text-align: right;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day.mbsc-calendar-day-labels {
  text-align: center;
}
.mbsc-windows.mbsc-calendar-grid-view .mbsc-calendar-title {
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.461538em;
  padding: 0 0.307693em;
}
.mbsc-windows {
  /* range highlight and selection */
  /* Marks */
  /* Picker */
  /* Multi month grid view */
}
.mbsc-windows.mbsc-calendar {
  color: #333333;
}
.mbsc-windows.mbsc-calendar-button.mbsc-button {
  color: #333333;
}
.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-active {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.mbsc-windows.mbsc-calendar-button.mbsc-button.mbsc-focus {
  box-shadow: 0 0 0 1px #333333;
}
.mbsc-windows.mbsc-calendar-wrapper-fixed {
  border-bottom: 1px solid #e6e6e6;
}
.mbsc-windows.mbsc-calendar-slide {
  background: #ffffff;
  color: #333333;
}
.mbsc-windows.mbsc-calendar-week-day {
  color: #666666;
}
.mbsc-windows.mbsc-calendar-week-nr, .mbsc-windows.mbsc-calendar-today {
  color: #0078d7;
}
.mbsc-windows.mbsc-range-day {
  border-left-color: rgba(0, 120, 215, 0.25);
}
.mbsc-windows.mbsc-range-day-start.mbsc-ltr, .mbsc-windows.mbsc-range-day-end.mbsc-rtl {
  border-left-color: transparent;
}
.mbsc-windows.mbsc-range-hover .mbsc-calendar-cell-inner {
  border-top-color: rgba(51, 51, 51, 0.1);
  border-bottom-color: rgba(51, 51, 51, 0.1);
  border-style: dashed;
}
.mbsc-windows.mbsc-selected .mbsc-calendar-cell-inner, .mbsc-windows.mbsc-range-day .mbsc-calendar-cell-inner {
  background: rgba(0, 120, 215, 0.25);
}
.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner {
  background-color: #0078d7;
}
.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-text {
  color: #fff;
}
.mbsc-windows.mbsc-calendar-day-colors.mbsc-selected:after {
  border: 2px solid #0078d7;
}
.mbsc-windows.mbsc-calendar-cell.mbsc-focus:after {
  border: 1px solid #333333;
}
.mbsc-windows.mbsc-calendar-cell.mbsc-hover:after {
  background: rgba(51, 51, 51, 0.1);
}
.mbsc-windows.mbsc-calendar-mark {
  background: rgba(51, 51, 51, 0.5);
}
.mbsc-windows.mbsc-calendar-label {
  color: #0078d7;
}
.mbsc-windows.mbsc-calendar-label-inner {
  color: #fff;
}
.mbsc-windows.mbsc-calendar-label.mbsc-calendar-label-active {
  outline: 1px solid #333333;
}
.mbsc-windows.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #333333;
}
.mbsc-windows.mbsc-calendar-height-md .mbsc-calendar-week-day {
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day,
.mbsc-windows.mbsc-calendar-width-md .mbsc-calendar-day:after {
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-windows.mbsc-calendar-popup .mbsc-popup {
  background: #ffffff;
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-calendar-month-title {
  color: #0078d7;
}
.mbsc-windows-dark {
  /* range highlight and selection */
  /* Marks */
  /* Picker */
  /* Multi month grid view */
}
.mbsc-windows-dark.mbsc-calendar {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-calendar-button.mbsc-button {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-calendar-button.mbsc-button.mbsc-active {
  background: #676767;
  border-color: #676767;
}
.mbsc-windows-dark.mbsc-calendar-button.mbsc-button.mbsc-focus {
  box-shadow: 0 0 0 1px #ffffff;
}
.mbsc-windows-dark.mbsc-calendar-wrapper-fixed {
  border-bottom: 1px solid #343434;
}
.mbsc-windows-dark.mbsc-calendar-slide {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-calendar-week-day {
  color: #cccccc;
}
.mbsc-windows-dark.mbsc-calendar-week-nr, .mbsc-windows-dark.mbsc-calendar-today {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-range-day {
  border-left-color: rgba(0, 120, 215, 0.25);
}
.mbsc-windows-dark.mbsc-range-day-start.mbsc-ltr, .mbsc-windows-dark.mbsc-range-day-end.mbsc-rtl {
  border-left-color: transparent;
}
.mbsc-windows-dark.mbsc-range-hover .mbsc-calendar-cell-inner {
  border-top-color: rgba(255, 255, 255, 0.22);
  border-bottom-color: rgba(255, 255, 255, 0.22);
  border-style: dashed;
}
.mbsc-windows-dark.mbsc-selected .mbsc-calendar-cell-inner, .mbsc-windows-dark.mbsc-range-day .mbsc-calendar-cell-inner {
  background: rgba(0, 120, 215, 0.25);
}
.mbsc-windows-dark.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner {
  background-color: #0078d7;
}
.mbsc-windows-dark.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-text {
  color: #fff;
}
.mbsc-windows-dark.mbsc-calendar-day-colors.mbsc-selected:after {
  border: 2px solid #0078d7;
}
.mbsc-windows-dark.mbsc-calendar-cell.mbsc-focus:after {
  border: 1px solid #ffffff;
}
.mbsc-windows-dark.mbsc-calendar-cell.mbsc-hover:after {
  background: rgba(255, 255, 255, 0.22);
}
.mbsc-windows-dark.mbsc-calendar-mark {
  background: rgba(255, 255, 255, 0.5);
}
.mbsc-windows-dark.mbsc-calendar-label {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-calendar-label-inner {
  color: #fff;
}
.mbsc-windows-dark.mbsc-calendar-label.mbsc-calendar-label-active {
  outline: 1px solid #ffffff;
}
.mbsc-windows-dark.mbsc-calendar-text-more .mbsc-calendar-label-text {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-calendar-height-md .mbsc-calendar-week-day {
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-calendar-width-md .mbsc-calendar-day,
.mbsc-windows-dark.mbsc-calendar-width-md .mbsc-calendar-day:after {
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-calendar-popup .mbsc-popup-arrow,
.mbsc-windows-dark.mbsc-calendar-popup .mbsc-popup {
  background: #1a1a1a;
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-calendar-month-title {
  color: #0078d7;
}
@keyframes mbsc-zoom-in-up {
  from {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbsc-zoom-in-down {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mbsc-zoom-out-up {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes mbsc-zoom-out-down {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
.mbsc-calendar {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
  position: relative;
}
.mbsc-calendar-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
/* Header */
.mbsc-calendar-header {
  position: relative;
  z-index: 1;
  will-change: opacity;
}
.mbsc-calendar-header .mbsc-calendar-week-days {
  margin-left: -1px;
}
.mbsc-calendar-controls {
  align-items: center;
  box-sizing: content-box;
  min-height: 2.5em;
}
.mbsc-calendar-button.mbsc-button.mbsc-reset {
  margin: 0;
}
.mbsc-calendar-button-prev-multi {
  order: -1;
}
.mbsc-calendar-button-next-multi {
  order: 1;
}
.mbsc-calendar-body {
  box-sizing: border-box;
  overflow: hidden;
}
.mbsc-calendar-body-inner {
  position: relative;
  overflow: hidden;
  margin-left: -1px;
}
.mbsc-calendar-wrapper-fixed {
  height: auto;
  overflow: visible;
}
.mbsc-calendar-title-wrapper {
  align-items: center;
  overflow: hidden;
}
.mbsc-calendar-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125em;
  padding: 0 0.25em;
  display: inline-block;
  vertical-align: middle;
}
/* Scrollview */
.mbsc-calendar-scroll-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.mbsc-calendar-picker-wrapper {
  position: relative;
  width: 15em;
  height: 15em;
  overflow: hidden;
}
.mbsc-calendar-picker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mbsc-calendar-picker-main {
  position: relative;
  z-index: 0;
}
.mbsc-calendar-picker-in-up {
  opacity: 0;
  animation: mbsc-zoom-in-up 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}
.mbsc-calendar-picker-in-down {
  opacity: 0;
  animation: mbsc-zoom-in-down 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}
.mbsc-calendar-picker-out-up {
  opacity: 0;
  animation: mbsc-zoom-out-up 200ms cubic-bezier(0.4, 0, 1, 1) forwards;
}
.mbsc-calendar-picker-out-down {
  opacity: 0;
  animation: mbsc-zoom-out-down 200ms cubic-bezier(0, 0, 0.2, 1) forwards;
}
.mbsc-calendar-scroll-wrapper > div {
  height: 100%;
}
.mbsc-calendar-scroll-wrapper > div > div {
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.mbsc-calendar-slide {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.mbsc-calendar-slide.mbsc-calendar-picker {
  position: relative;
}
.mbsc-calendar-slide.mbsc-ltr {
  left: 0;
}
.mbsc-calendar-slide.mbsc-rtl {
  right: 0;
}
.mbsc-calendar-table {
  height: 100%;
  transform: translateZ(0);
}
.mbsc-calendar-cell {
  position: relative;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.mbsc-calendar-cell:focus {
  outline: 0;
}
.mbsc-calendar-cell-inner {
  display: inline-block;
  padding: 0 0.25em;
  vertical-align: middle;
}
.mbsc-calendar-cell.mbsc-disabled {
  cursor: not-allowed;
}
.mbsc-calendar-week-day {
  height: 2em;
  font-size: 0.6875em;
  line-height: 2em;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.mbsc-calendar-year,
.mbsc-calendar-month {
  vertical-align: middle;
}
.mbsc-calendar-year-text,
.mbsc-calendar-month-text {
  margin: 0.875em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 4.5em;
  box-sizing: border-box;
}
.mbsc-calendar-day {
  min-width: 0;
  text-align: center;
}
.mbsc-calendar-day-empty {
  cursor: default;
}
.mbsc-calendar-day-text {
  display: inline-block;
  text-align: center;
  box-sizing: content-box;
}
.mbsc-calendar-day-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.mbsc-calendar-day-hidden {
  visibility: hidden;
}
.mbsc-calendar-month-name {
  display: none;
}
.mbsc-calendar-width-md .mbsc-calendar-month-name {
  display: inline-block;
  font-weight: bold;
}
.mbsc-calendar-day-outer .mbsc-calendar-day-text,
.mbsc-calendar-day-outer .mbsc-calendar-month-name {
  opacity: 0.5;
}
.mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-day-text,
.mbsc-calendar-day-outer.mbsc-selected .mbsc-calendar-month-name {
  opacity: 1;
}
.mbsc-disabled .mbsc-calendar-cell-text,
.mbsc-disabled .mbsc-calendar-month-name {
  opacity: 0.2;
}
/* Day highlight */
.mbsc-calendar-day-highlight:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
/* Marks */
.mbsc-calendar-day-marked {
  padding-bottom: 0.25em;
}
.mbsc-calendar-marks {
  position: absolute;
  left: 0;
  right: 0;
  height: 0.375em;
  margin-top: -0.125em;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.mbsc-calendar-mark {
  display: inline-block;
  vertical-align: top;
  width: 0.25em;
  height: 0.25em;
  margin: 0.0625em;
  border-radius: 0.25em;
}
/* Labels */
.mbsc-calendar-labels {
  position: absolute;
  left: -1px;
  right: -1px;
}
.mbsc-calendar-label-wrapper {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.mbsc-calendar-label {
  padding: 0 0.3em;
}
.mbsc-calendar-text:focus {
  outline: 0;
}
.mbsc-calendar-label-text {
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.mbsc-calendar-text:before,
.mbsc-calendar-label-background {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.2s;
}
.mbsc-calendar-label.mbsc-calendar-label-hover:before {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.mbsc-calendar-text-more {
  padding: 0 0.3em;
}
.mbsc-calendar-text-more.mbsc-calendar-label-active:before,
.mbsc-calendar-text-more.mbsc-calendar-label-hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.mbsc-calendar-text {
  display: block;
  position: relative;
  height: 1.6em;
  line-height: 1.6em;
  font-size: 0.625em;
  white-space: nowrap;
  margin: 0 0.1em 0.2em 0.2em;
}
.mbsc-calendar-text-placeholder {
  z-index: -1;
}
.mbsc-calendar-text.mbsc-ltr {
  text-align: left;
}
.mbsc-calendar-text.mbsc-rtl {
  text-align: right;
}
/* Label drag & drop */
.mbsc-calendar-label-resize {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.5em;
  z-index: 2;
  cursor: ew-resize;
}
.mbsc-calendar-label-resize:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.4em;
  background: #fff;
  border-radius: 0.8em;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.mbsc-calendar-label-resize-start.mbsc-ltr,
.mbsc-calendar-label-resize-end.mbsc-rtl {
  left: 0;
}
.mbsc-calendar-label-resize-start.mbsc-rtl,
.mbsc-calendar-label-resize-end.mbsc-ltr {
  right: 0;
}
.mbsc-calendar-label-resize-start.mbsc-ltr:after,
.mbsc-calendar-label-resize-end.mbsc-rtl:after {
  left: -0.4em;
}
.mbsc-calendar-label-resize-end.mbsc-ltr:after,
.mbsc-calendar-label-resize-start.mbsc-rtl:after {
  right: -0.4em;
}
.mbsc-calendar-label-resize-start-touch:before,
.mbsc-calendar-label-resize-end-touch:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1em;
  width: 2em;
  height: 2em;
}
.mbsc-calendar-label-resize-start-touch:before {
  left: -1em;
}
.mbsc-calendar-label-resize-end-touch:before {
  right: -1em;
}
.mbsc-calendar-label-hover .mbsc-calendar-label-resize:after,
.mbsc-calendar-label-dragging .mbsc-calendar-label-resize:after {
  display: block;
}
.mbsc-calendar-label-inactive {
  opacity: 0.4;
}
.mbsc-calendar-label-hidden {
  visibility: hidden;
}
.mbsc-calendar-labels-dragging {
  z-index: 3;
}
/* Multi month grid view */
.mbsc-calendar-grid {
  overflow: auto;
  padding: 0 2%;
}
.mbsc-calendar-grid .mbsc-calendar-table {
  margin: 0 5%;
  width: 90%;
}
.mbsc-calendar-grid-item {
  margin: 1em 0;
  padding-top: 2.5em;
}
.mbsc-calendar-month-title {
  padding-bottom: 0.8em;
  margin: 0 10%;
  margin-top: -2em;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2em;
}
/* Variable row */
.mbsc-calendar-body-inner-variable {
  overflow-y: auto;
}
.mbsc-calendar-body-inner-variable .mbsc-calendar-table {
  min-height: 20em;
}
.mbsc-ios.mbsc-form-control-wrapper {
  margin-top: -1px;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-error {
  z-index: 2;
}
.mbsc-ios.mbsc-form-control-wrapper:before, .mbsc-ios.mbsc-form-control-wrapper:after {
  content: "";
  position: absolute;
  border-top: 1px solid transparent;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before {
  right: 0;
  left: 1em;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before {
  left: 0;
  right: 1em;
}
.mbsc-ios.mbsc-form-control-wrapper:before {
  top: 0;
}
.mbsc-ios.mbsc-form-control-wrapper:after {
  bottom: 0;
}
.mbsc-block-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before, .mbsc-form-group-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:first-child:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-ltr:last-child:after {
  left: 0;
}
.mbsc-block-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before, .mbsc-form-group-title + .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:first-child:before, .mbsc-ios.mbsc-form-control-wrapper.mbsc-rtl:last-child:after {
  right: 0;
}
.mbsc-ios.mbsc-form-control-label.mbsc-disabled, .mbsc-ios.mbsc-description.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-form-control-wrapper,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:first-child {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:last-child {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title + .mbsc-form-control-wrapper:before,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:first-child:before,
.mbsc-ios .mbsc-form-group-inset .mbsc-form-control-wrapper:last-child:after {
  border-width: 0;
}
.mbsc-ios {
  /* Wrapper */
  /* Inside popup */
}
.mbsc-ios.mbsc-form-control-wrapper {
  background: white;
}
.mbsc-ios.mbsc-form-control-wrapper:before, .mbsc-ios.mbsc-form-control-wrapper:after {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-form-control-wrapper.mbsc-error:after, .mbsc-ios.mbsc-form-control-wrapper.mbsc-error + .mbsc-form-control-wrapper:before {
  border-color: #d8332a;
}
.mbsc-ios-dark {
  /* Wrapper */
  /* Inside popup */
}
.mbsc-ios-dark.mbsc-form-control-wrapper {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-form-control-wrapper:before, .mbsc-ios-dark.mbsc-form-control-wrapper:after {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-form-control-wrapper.mbsc-error:after, .mbsc-ios-dark.mbsc-form-control-wrapper.mbsc-error + .mbsc-form-control-wrapper:before {
  border-color: #d8332a;
}
.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-form-control-wrapper {
  background: #2b2b2b;
}
.mbsc-material.mbsc-form-control-label.mbsc-disabled, .mbsc-material.mbsc-description.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-windows.mbsc-form-control-label.mbsc-disabled, .mbsc-windows.mbsc-description.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-form-control-label {
  display: block;
}
.mbsc-form-control-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  opacity: 0;
  margin: 0;
  z-index: 3;
}
.mbsc-ios {
  /* Wrapper */
  /* Inner element */
  /* Form element */
  /* Icons */
  /* Label */
  /* Error message */
  /* Underline input --------------------------------------------------------------------------- */
  /* Form element*/
  /* Label */
  /* Error message */
  /* ------------------------------------------------------------------------------------------- */
  /* Box & outline input common styles --------------------------------------------------------- */
  /* Wrapper */
  /* Form element */
  /* Label */
  /* Error message */
  /* ------------------------------------------------------------------------------------------- */
  /* Select */
  /* Select icon */
  /* Textarea */
  /* Input tags */
}
.mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr {
  z-index: 1;
}
.mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr:before, .mbsc-ios.mbsc-textfield-wrapper-has-icon-left.mbsc-ltr:after {
  left: 3.375em;
}
.mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl:after, .mbsc-ios.mbsc-textfield-wrapper-has-icon-right.mbsc-rtl:before {
  right: 3.375em;
}
.mbsc-ios.mbsc-textfield-inner {
  position: static;
  flex: 1 auto;
  z-index: -1;
}
.mbsc-ios.mbsc-textfield-inner.mbsc-disabled {
  opacity: 0.5;
}
.mbsc-ios.mbsc-textfield {
  display: flex;
  padding: 0 1em;
  background: transparent;
  height: 2.75em;
}
.mbsc-ios.mbsc-textfield-has-icon-left {
  padding-left: 3.375em;
}
.mbsc-ios.mbsc-textfield-has-icon-right {
  padding-right: 3.375em;
}
.mbsc-ios.mbsc-textfield-stacked, .mbsc-ios.mbsc-textfield-floating {
  height: 3.5em;
  padding-top: 1.25em;
}
.mbsc-ios.mbsc-textfield-icon {
  top: 0.625em;
  z-index: 1;
}
.mbsc-ios.mbsc-textfield-icon-left {
  left: 0.9375em;
}
.mbsc-ios.mbsc-textfield-icon-right {
  right: 0.9375em;
}
.mbsc-ios.mbsc-textfield-icon-floating, .mbsc-ios.mbsc-textfield-icon-stacked {
  top: 1em;
}
.mbsc-ios.mbsc-label-inline {
  line-height: 2.75em;
}
.mbsc-ios.mbsc-label-inline.mbsc-ltr {
  padding-left: 1em;
}
.mbsc-ios.mbsc-label-inline.mbsc-rtl {
  padding-right: 1em;
}
.mbsc-ios.mbsc-label-stacked {
  top: 0.666667em;
  font-size: 0.75em;
  line-height: 1em;
}
.mbsc-ios.mbsc-label-stacked.mbsc-ltr {
  left: 1.333334em;
}
.mbsc-ios.mbsc-label-stacked.mbsc-rtl {
  right: 1.333334em;
}
.mbsc-ios.mbsc-label-floating {
  top: 0.875em;
  line-height: 2em;
}
.mbsc-ios.mbsc-label-floating.mbsc-ltr {
  left: 1em;
}
.mbsc-ios.mbsc-label-floating.mbsc-rtl {
  right: 1em;
}
.mbsc-ios.mbsc-label-floating-active.mbsc-label {
  transform: translateY(-0.75em) scale(0.75);
}
.mbsc-ios.mbsc-label.mbsc-disabled {
  opacity: 0.5;
}
.mbsc-ios.mbsc-error-message {
  display: block;
  padding: 0 1.333334em;
  line-height: 1.666667em;
}
.mbsc-ios.mbsc-error-message-underline {
  position: static;
}
.mbsc-ios.mbsc-error-message-has-icon-left.mbsc-ltr {
  padding-left: 4.5em;
}
.mbsc-ios.mbsc-error-message-has-icon-right.mbsc-rtl {
  padding-right: 4.5em;
}
.mbsc-ios .mbsc-textfield-wrapper-underline {
  overflow: hidden;
}
.mbsc-ios.mbsc-textfield-underline-inline-has-icon-left.mbsc-ltr {
  padding-left: 1em;
}
.mbsc-ios.mbsc-textfield-underline-inline-has-icon-right.mbsc-rtl {
  padding-right: 1em;
}
.mbsc-ios.mbsc-label-underline {
  margin: 0;
}
.mbsc-ios.mbsc-label-underline-stacked-has-icon-left.mbsc-ltr {
  left: 4.5em;
}
.mbsc-ios.mbsc-label-underline-stacked-has-icon-right.mbsc-rtl {
  right: 4.5em;
}
.mbsc-ios.mbsc-label-underline-inline-has-icon-left.mbsc-ltr {
  padding-left: 3.375em;
}
.mbsc-ios.mbsc-label-underline-inline-has-icon-right.mbsc-rtl {
  padding-right: 3.375em;
}
.mbsc-ios.mbsc-label-underline-floating-has-icon-left.mbsc-ltr {
  left: 3.375em;
}
.mbsc-ios.mbsc-label-underline-floating-has-icon-right.mbsc-rtl {
  right: 3.375em;
}
.mbsc-ios.mbsc-error-message-underline.mbsc-error-message-inline.mbsc-ltr {
  padding-left: 1.333334em;
}
.mbsc-ios.mbsc-error-message-underline.mbsc-error-message-inline.mbsc-rtl {
  padding-right: 1.333334em;
}
.mbsc-ios.mbsc-textfield-wrapper-outline, .mbsc-ios.mbsc-textfield-wrapper-box {
  margin: 1.5em 1em;
}
.mbsc-ios.mbsc-textfield-wrapper-outline.mbsc-font::after, .mbsc-ios.mbsc-textfield-wrapper-outline.mbsc-font::before, .mbsc-ios.mbsc-textfield-wrapper-box.mbsc-font::after, .mbsc-ios.mbsc-textfield-wrapper-box.mbsc-font::before {
  border: none;
}
.mbsc-ios.mbsc-textfield-box, .mbsc-ios.mbsc-textfield-outline {
  border-radius: 0.5em;
  border: 1px solid transparent;
}
.mbsc-ios.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textfield-inner-outline {
  position: relative;
}
.mbsc-ios.mbsc-label-box-stacked-has-icon-left.mbsc-ltr, .mbsc-ios.mbsc-label-outline-stacked-has-icon-left.mbsc-ltr {
  left: 4.5em;
}
.mbsc-ios.mbsc-label-outline-stacked-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-label-box-stacked-has-icon-right.mbsc-rtl {
  right: 4.5em;
}
.mbsc-ios.mbsc-label-box-stacked, .mbsc-ios.mbsc-label-outline-stacked, .mbsc-ios.mbsc-label-box-floating, .mbsc-ios.mbsc-label-outline-floating {
  margin: 0 1px;
}
.mbsc-ios.mbsc-label-outline-floating-has-icon-left.mbsc-ltr, .mbsc-ios.mbsc-label-box-floating-has-icon-left.mbsc-ltr {
  left: 3.375em;
}
.mbsc-ios.mbsc-label-outline-floating-has-icon-right.mbsc-rtl, .mbsc-ios.mbsc-label-box-floating-has-icon-right.mbsc-rtl {
  right: 3.375em;
}
.mbsc-ios.mbsc-error-message-outline, .mbsc-ios.mbsc-error-message-box {
  margin: 0 1px;
}
.mbsc-ios.mbsc-select.mbsc-ltr {
  padding-right: 3.375em;
}
.mbsc-ios.mbsc-select.mbsc-rtl {
  padding-left: 3.375em;
}
.mbsc-ios.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr {
  padding-right: 4.875em;
}
.mbsc-ios.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl {
  padding-left: 4.875em;
}
.mbsc-ios.mbsc-select-icon {
  top: 0.625em;
}
.mbsc-ios.mbsc-select-icon-stacked, .mbsc-ios.mbsc-select-icon-floating {
  top: 1em;
}
.mbsc-ios.mbsc-select-icon.mbsc-ltr {
  right: 0.9375em;
}
.mbsc-ios.mbsc-select-icon.mbsc-rtl {
  left: 0.9375em;
}
.mbsc-ios.mbsc-select-icon-right.mbsc-ltr {
  right: 3.375em;
}
.mbsc-ios.mbsc-select-icon-left.mbsc-rtl {
  left: 3.375em;
}
.mbsc-ios.mbsc-textarea {
  height: 3em;
  border: 0;
}
.mbsc-ios.mbsc-textarea.mbsc-textfield-stacked, .mbsc-ios.mbsc-textarea.mbsc-textfield-floating {
  padding-top: 0;
}
.mbsc-ios.mbsc-textarea-inner {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  border: 1px solid transparent;
  border-radius: 0.5em;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-stacked, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-floating {
  padding-top: 1.375em;
}
.mbsc-ios.mbsc-textfield-tags-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.mbsc-ios.mbsc-textfield.mbsc-textfield-tags {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  min-height: 2.75em;
}
.mbsc-ios.mbsc-textfield-tags.mbsc-textfield-stacked, .mbsc-ios.mbsc-textfield-tags.mbsc-textfield-floating {
  min-height: 2.125em;
  padding-top: 0;
  padding-bottom: 0;
}
.mbsc-ios.mbsc-textfield-tag {
  border-radius: 1em;
}
.mbsc-ios {
  /* Wrapper */
  /* Form element */
  /* Icon */
  /* Error */
  /* Select */
  /* Textarea */
  /* Inside popup */
  /* Input tags */
}
.mbsc-ios.mbsc-textfield-wrapper {
  background: none;
}
.mbsc-ios.mbsc-textfield-wrapper-underline {
  background: white;
}
.mbsc-ios.mbsc-label, .mbsc-ios.mbsc-textfield {
  color: #000000;
}
.mbsc-ios.mbsc-textfield-box, .mbsc-ios.mbsc-textfield-outline {
  background: white;
}
.mbsc-ios.mbsc-textfield-outline {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-textfield-icon, .mbsc-ios.mbsc-select-icon {
  color: #8c8c8c;
}
.mbsc-ios.mbsc-textfield-outline.mbsc-error, .mbsc-ios.mbsc-textfield-box.mbsc-error {
  border-color: #d8332a;
}
.mbsc-ios.mbsc-error-message {
  color: #d8332a;
}
.mbsc-ios.mbsc-select {
  background: white;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background: white;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-textarea-inner.mbsc-error {
  border-color: #d8332a;
}
.mbsc-ios.mbsc-textfield-tag {
  background: #dedede;
}
.mbsc-ios.mbsc-textfield-tag-clear {
  color: #8c8c8c;
}
.mbsc-ios-dark {
  /* Wrapper */
  /* Form element */
  /* Icon */
  /* Error */
  /* Select */
  /* Textarea */
  /* Inside popup */
  /* Input tags */
}
.mbsc-ios-dark.mbsc-textfield-wrapper {
  background: none;
}
.mbsc-ios-dark.mbsc-textfield-wrapper-underline {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-label, .mbsc-ios-dark.mbsc-textfield {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-textfield-box, .mbsc-ios-dark.mbsc-textfield-outline {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-textfield-outline {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-textfield-icon, .mbsc-ios-dark.mbsc-select-icon {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-textfield-outline.mbsc-error, .mbsc-ios-dark.mbsc-textfield-box.mbsc-error {
  border-color: #d8332a;
}
.mbsc-ios-dark.mbsc-error-message {
  color: #d8332a;
}
.mbsc-ios-dark.mbsc-select {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-textarea-inner.mbsc-error {
  border-color: #d8332a;
}
.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-wrapper {
  background: none;
}
.mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-select, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-wrapper-underline, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-box, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textfield-outline, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background: #2b2b2b;
}
.mbsc-ios-dark.mbsc-textfield-tag {
  background: #3b3b3b;
}
.mbsc-ios-dark.mbsc-textfield-tag-clear {
  color: #ffffff;
}
.mbsc-material {
  /* Wrapper */
  /* Inner wrapper */
  /* Form element */
  /* Icon */
  /* Ripple */
  /* Label */
  /* Error message */
  /* Underline input --------------------------------------------------------------------------- */
  /* Form element */
  /* Icon */
  /* Label */
  /* ------------------------------------------------------------------------------------------- */
  /* Box input --------------------------------------------------------------------------------- */
  /* Inner wrapper */
  /* Form element */
  /* Label */
  /* ------------------------------------------------------------------------------------------- */
  /* Outline input ----------------------------------------------------------------------------- */
  /* Inner wrapper */
  /* Form element */
  /* Label */
  /* Error message */
  /* ------------------------------------------------------------------------------------------- */
  /* Box & outline input common styles --------------------------------------------------------- */
  /* Form element */
  /* Icon */
  /* Label */
  /* Error message */
  /* ------------------------------------------------------------------------------------------- */
  /* Select */
  /* Select icon */
  /* Textarea */
  /* Input tags */
}
.mbsc-material.mbsc-textfield-wrapper {
  margin: 1.5em 1em;
  box-sizing: border-box;
}
.mbsc-material.mbsc-textfield-inner.mbsc-disabled {
  opacity: 0.5;
}
.mbsc-material.mbsc-textfield {
  display: block;
  width: 100%;
  height: 2.25em;
  background-color: transparent;
  border-bottom: 1px solid;
  font-size: 1em;
  transition: border-color 0.2s;
}
.mbsc-material.mbsc-textfield-has-icon-left {
  padding-left: 2em;
}
.mbsc-material.mbsc-textfield-has-icon-right {
  padding-right: 2em;
}
.mbsc-material.mbsc-textfield-icon {
  top: 0.375em;
}
.mbsc-material.mbsc-textfield-icon-floating, .mbsc-material.mbsc-textfield-icon-stacked, .mbsc-material.mbsc-textfield-icon-outline {
  top: 1em;
}
.mbsc-material .mbsc-textfield-ripple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.mbsc-material .mbsc-textfield-ripple-active {
  transform: scaleX(1);
}
.mbsc-material.mbsc-label {
  font-size: 0.75em;
}
.mbsc-material.mbsc-label-inline {
  line-height: 2em;
  font-size: 1em;
}
.mbsc-material.mbsc-label-inline.mbsc-ltr {
  padding-right: 0.5em;
}
.mbsc-material.mbsc-label-inline.mbsc-rtl {
  padding-left: 0.5em;
}
.mbsc-material.mbsc-label-floating {
  font-size: 1em;
  line-height: 1.5em;
  top: 1.125em;
}
.mbsc-material.mbsc-label-floating-active {
  transform: translateY(-1.125em) scale(0.75);
}
.mbsc-material.mbsc-label.mbsc-disabled {
  opacity: 0.5;
}
.mbsc-material.mbsc-error-message.mbsc-ltr {
  left: 0;
}
.mbsc-material.mbsc-error-message.mbsc-rtl {
  right: 0;
}
.mbsc-material.mbsc-error-message-has-icon-left.mbsc-ltr {
  left: 2.66667em;
}
.mbsc-material.mbsc-error-message-has-icon-right.mbsc-rtl {
  right: 2.66667em;
}
.mbsc-material.mbsc-textfield-underline-stacked, .mbsc-material.mbsc-textfield-underline-floating {
  height: 3em;
  padding-top: 0.875em;
}
.mbsc-material.mbsc-textfield-icon-underline {
  top: 0.25em;
}
.mbsc-material.mbsc-textfield-icon-underline.mbsc-textfield-icon-floating, .mbsc-material.mbsc-textfield-icon-underline.mbsc-textfield-icon-stacked {
  top: 1.125em;
}
.mbsc-material.mbsc-label-underline-inline {
  padding-top: 1px;
}
.mbsc-material.mbsc-label-underline-stacked-has-icon-left.mbsc-ltr {
  left: 2.66667em;
}
.mbsc-material.mbsc-label-underline-stacked-has-icon-right.mbsc-rtl {
  right: 2.66667em;
}
.mbsc-material.mbsc-label-underline-floating-has-icon-left.mbsc-ltr {
  left: 2em;
}
.mbsc-material.mbsc-label-underline-floating-has-icon-right.mbsc-rtl {
  right: 2em;
}
.mbsc-material.mbsc-textfield-box, .mbsc-material.mbsc-textfield-inner-box {
  border-radius: 0.25em 0.25em 0 0;
}
.mbsc-material.mbsc-textfield-box {
  padding: 0 1em;
}
.mbsc-material.mbsc-textfield-box-stacked, .mbsc-material.mbsc-textfield-box-floating {
  height: 3.5em;
  padding-top: 1.25em;
}
.mbsc-material.mbsc-textfield-underline.mbsc-disabled {
  border-style: dotted;
}
.mbsc-material.mbsc-label-box-inline {
  padding-top: 1px;
}
.mbsc-material.mbsc-label-box-stacked {
  top: 0.666667em;
}
.mbsc-material.mbsc-label-box-floating {
  top: 1em;
}
.mbsc-material.mbsc-label-box-floating.mbsc-label-floating-active {
  transform: translateY(-0.625em) scale(0.75);
}
.mbsc-material.mbsc-textfield-inner-outline {
  padding: 0 2px;
}
.mbsc-material.mbsc-textfield-outline {
  height: 3.5em;
  padding: 2px 1em;
  border: 0;
  border-radius: 4px;
}
.mbsc-material.mbsc-textfield-fieldset {
  top: -0.5em;
  border: 1px solid;
  border-radius: 4px;
  transition: border-color 0.2s;
}
.mbsc-material.mbsc-textfield-fieldset-has-icon-left {
  padding-left: 3em;
}
.mbsc-material.mbsc-textfield-fieldset-has-icon-right {
  padding-right: 3em;
}
.mbsc-material.mbsc-textfield-fieldset.mbsc-focus {
  border-width: 2px;
}
.mbsc-material.mbsc-textfield-legend {
  padding: 0;
  margin: 0;
  font-size: 0.75em;
  color: transparent;
  width: 0.01px;
  white-space: nowrap;
}
.mbsc-material.mbsc-textfield-legend-active {
  width: auto;
  padding: 0 0.333334em;
  margin: 0 -0.333334em;
}
.mbsc-material.mbsc-label-outline-inline {
  line-height: 3.375em;
}
.mbsc-material.mbsc-label-outline-stacked {
  top: -0.5em;
  margin: 0 2px;
}
.mbsc-material.mbsc-label-outline-floating {
  top: 1em;
  margin: 0 2px;
}
.mbsc-material.mbsc-label-outline-floating.mbsc-label-floating-active {
  margin-top: -1px;
  transform: translateY(-1.5em) scale(0.75);
}
.mbsc-material.mbsc-error-message-outline {
  margin: 0 2px;
}
.mbsc-material.mbsc-textfield-outline-has-icon-left, .mbsc-material.mbsc-textfield-box-has-icon-left {
  padding-left: 3em;
}
.mbsc-material.mbsc-textfield-outline-has-icon-right, .mbsc-material.mbsc-textfield-box-has-icon-right {
  padding-right: 3em;
}
.mbsc-material.mbsc-textfield-icon-outline-left, .mbsc-material.mbsc-textfield-icon-box-left {
  left: 0.75em;
}
.mbsc-material.mbsc-textfield-icon-outline-right, .mbsc-material.mbsc-textfield-icon-box-right {
  right: 0.75em;
}
.mbsc-material.mbsc-label-box-stacked.mbsc-ltr, .mbsc-material.mbsc-label-outline-stacked.mbsc-ltr {
  left: 1.333334em;
}
.mbsc-material.mbsc-label-box-stacked.mbsc-rtl, .mbsc-material.mbsc-label-outline-stacked.mbsc-rtl {
  right: 1.333334em;
}
.mbsc-material.mbsc-label-outline-stacked-has-icon-left.mbsc-ltr, .mbsc-material.mbsc-label-box-stacked-has-icon-left.mbsc-ltr {
  left: 4em;
}
.mbsc-material.mbsc-label-box-stacked-has-icon-right.mbsc-rtl, .mbsc-material.mbsc-label-outline-stacked-has-icon-right.mbsc-rtl {
  right: 4em;
}
.mbsc-material.mbsc-label-box-floating.mbsc-ltr, .mbsc-material.mbsc-label-outline-floating.mbsc-ltr {
  left: 1em;
}
.mbsc-material.mbsc-label-box-floating.mbsc-rtl, .mbsc-material.mbsc-label-outline-floating.mbsc-rtl {
  right: 1em;
}
.mbsc-material.mbsc-label-outline-floating-has-icon-left.mbsc-ltr, .mbsc-material.mbsc-label-box-floating-has-icon-left.mbsc-ltr {
  left: 3em;
}
.mbsc-material.mbsc-label-outline-floating-has-icon-left.mbsc-rtl, .mbsc-material.mbsc-label-box-floating-has-icon-left.mbsc-rtl {
  right: 1em;
}
.mbsc-material.mbsc-label-outline-floating-has-icon-right.mbsc-rtl, .mbsc-material.mbsc-label-box-floating-has-icon-right.mbsc-rtl {
  right: 3em;
}
.mbsc-material.mbsc-error-message-box.mbsc-ltr, .mbsc-material.mbsc-error-message-outline.mbsc-ltr {
  left: 1.333334em;
}
.mbsc-material.mbsc-error-message-box.mbsc-rtl, .mbsc-material.mbsc-error-message-outline.mbsc-rtl {
  right: 1.333334em;
}
.mbsc-material.mbsc-error-message-box.mbsc-error-message-has-icon-left.mbsc-ltr, .mbsc-material.mbsc-error-message-outline.mbsc-error-message-has-icon-left.mbsc-ltr {
  left: 4em;
}
.mbsc-material.mbsc-error-message-box.mbsc-error-message-has-icon-right.mbsc-rtl, .mbsc-material.mbsc-error-message-outline.mbsc-error-message-has-icon-right.mbsc-rtl {
  right: 4em;
}
.mbsc-material.mbsc-select.mbsc-ltr {
  padding-right: 3em;
}
.mbsc-material.mbsc-select.mbsc-rtl {
  padding-left: 3em;
}
.mbsc-material.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr {
  padding-right: 4.5em;
}
.mbsc-material.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl {
  padding-left: 4.5em;
}
.mbsc-material.mbsc-select.mbsc-textfield-underline-has-icon-right.mbsc-ltr {
  padding-right: 3.75em;
}
.mbsc-material.mbsc-select.mbsc-textfield-underline-has-icon-left.mbsc-rtl {
  padding-left: 3.75em;
}
.mbsc-material.mbsc-select-icon {
  top: 0.375em;
}
.mbsc-material.mbsc-select-icon.mbsc-ltr {
  right: 0.75em;
}
.mbsc-material.mbsc-select-icon.mbsc-rtl {
  left: 0.75em;
}
.mbsc-material.mbsc-select-icon-right.mbsc-ltr {
  right: 3em;
}
.mbsc-material.mbsc-select-icon-left.mbsc-rtl {
  left: 3em;
}
.mbsc-material.mbsc-select-icon-stacked, .mbsc-material.mbsc-select-icon-floating, .mbsc-material.mbsc-select-icon-outline {
  top: 1em;
}
.mbsc-material.mbsc-select-icon-underline {
  top: 0.25em;
}
.mbsc-material.mbsc-select-icon-underline.mbsc-ltr {
  right: 0;
}
.mbsc-material.mbsc-select-icon-underline.mbsc-rtl {
  left: 0;
}
.mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-right.mbsc-ltr {
  right: 2.25em;
}
.mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-left.mbsc-rtl {
  left: 2.25em;
}
.mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-floating, .mbsc-material.mbsc-select-icon-underline.mbsc-select-icon-stacked {
  top: 1.125em;
}
.mbsc-material.mbsc-textarea {
  height: 1.875em;
  padding-bottom: 0.375em;
}
.mbsc-material.mbsc-textarea.mbsc-textfield-stacked, .mbsc-material.mbsc-textarea.mbsc-textfield-floating {
  padding-top: 0;
}
.mbsc-material.mbsc-textarea.mbsc-textfield-outline {
  height: 1.5em;
  padding-top: 0;
  padding-bottom: 0;
}
.mbsc-material.mbsc-textarea.mbsc-textfield-underline {
  padding-bottom: 0.3125em;
}
.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-box {
  padding-top: 0.375em;
}
.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-stacked, .mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-floating {
  padding-top: 1.625em;
}
.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  padding-top: 1em;
  padding-bottom: 1em;
}
.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-underline {
  padding-top: 0.25em;
}
.mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-underline.mbsc-textfield-inner-stacked, .mbsc-material.mbsc-textarea-inner.mbsc-textfield-inner-underline.mbsc-textfield-inner-floating {
  padding-top: 1.125em;
}
.mbsc-material.mbsc-textfield-tags-inner.mbsc-textfield-inner-underline, .mbsc-material.mbsc-textfield-tags-inner.mbsc-textfield-inner-inline {
  padding-top: 0;
}
.mbsc-material.mbsc-textfield-tags-inner.mbsc-textfield-inner-outline {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
.mbsc-material.mbsc-textfield-tags.mbsc-textfield {
  padding-bottom: 0;
  min-height: 2.25em;
}
.mbsc-material.mbsc-textfield-tags.mbsc-textfield-outline {
  padding-top: 1px;
  padding-bottom: 1px;
}
.mbsc-material.mbsc-textfield-tag {
  border-radius: 1em;
}
.mbsc-material {
  /* Form element */
  /* Icon */
  /* Ripple */
  /* Label */
  /* Error message */
  /* Select */
  /* Box input ------------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------------------- */
  /* Outline input --------------------------------------------------------------------------- */
  /* Input tag */
  /* ----------------------------------------------------------------------------------------- */
}
.mbsc-material.mbsc-textfield {
  border-bottom-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
}
.mbsc-material.mbsc-textfield.mbsc-hover {
  border-color: rgba(0, 0, 0, 0.87);
}
.mbsc-material.mbsc-textfield.mbsc-error {
  border-color: #de3226;
}
.mbsc-material.mbsc-textfield-icon, .mbsc-material.mbsc-select-icon {
  color: rgba(0, 0, 0, 0.54);
}
.mbsc-material.mbsc-textfield-ripple {
  background-color: #1a73e8;
}
.mbsc-material.mbsc-textfield-ripple.mbsc-error {
  background-color: #de3226;
}
.mbsc-material.mbsc-label {
  color: rgba(0, 0, 0, 0.6);
}
.mbsc-material.mbsc-label-stacked.mbsc-focus, .mbsc-material.mbsc-label-floating.mbsc-focus {
  color: #1a73e8;
}
.mbsc-material.mbsc-label.mbsc-error {
  color: #de3226;
}
.mbsc-material.mbsc-error-message {
  color: #de3226;
}
.mbsc-material.mbsc-select {
  background: #fff;
}
.mbsc-material.mbsc-textfield-box.mbsc-select, .mbsc-material.mbsc-textfield-inner-box {
  background: whitesmoke;
}
.mbsc-material.mbsc-textfield-box.mbsc-select.mbsc-hover, .mbsc-material.mbsc-textfield-inner-box.mbsc-hover {
  background: #ededed;
}
.mbsc-material.mbsc-textfield-box.mbsc-select.mbsc-focus, .mbsc-material.mbsc-textfield-inner-box.mbsc-focus {
  background: #e3e3e3;
}
.mbsc-material.mbsc-textfield-fieldset {
  border-color: rgba(0, 0, 0, 0.42);
}
.mbsc-material.mbsc-textfield-fieldset.mbsc-hover {
  border-color: rgba(0, 0, 0, 0.87);
}
.mbsc-material.mbsc-textfield-fieldset.mbsc-focus {
  border-color: #1a73e8;
}
.mbsc-material.mbsc-textfield-fieldset.mbsc-error {
  border-color: #de3226;
}
.mbsc-material.mbsc-textfield-fieldset.disabled {
  border-color: rgba(0, 0, 0, 0.87);
}
.mbsc-material.mbsc-textfield-tag {
  background: #d4d4d4;
}
.mbsc-material.mbsc-textfield-tag-clear {
  color: rgba(0, 0, 0, 0.54);
}
.mbsc-material-dark {
  /* Form element */
  /* Icon */
  /* Ripple */
  /* Label */
  /* Error message */
  /* Select */
  /* Box input ------------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------------------- */
  /* Outline input --------------------------------------------------------------------------- */
  /* Input tag */
  /* ----------------------------------------------------------------------------------------- */
}
.mbsc-material-dark.mbsc-textfield {
  border-bottom-color: #fff;
  color: #fff;
}
.mbsc-material-dark.mbsc-textfield.mbsc-hover {
  border-color: #fff;
}
.mbsc-material-dark.mbsc-textfield.mbsc-error {
  border-color: #de3226;
}
.mbsc-material-dark.mbsc-textfield-icon, .mbsc-material-dark.mbsc-select-icon {
  color: #fff;
}
.mbsc-material-dark.mbsc-textfield-ripple {
  background-color: #87b0f3;
}
.mbsc-material-dark.mbsc-textfield-ripple.mbsc-error {
  background-color: #de3226;
}
.mbsc-material-dark.mbsc-label {
  color: rgba(255, 255, 255, 0.6);
}
.mbsc-material-dark.mbsc-label-stacked.mbsc-focus, .mbsc-material-dark.mbsc-label-floating.mbsc-focus {
  color: #87b0f3;
}
.mbsc-material-dark.mbsc-label.mbsc-error {
  color: #de3226;
}
.mbsc-material-dark.mbsc-error-message {
  color: #de3226;
}
.mbsc-material-dark.mbsc-select {
  background: #000;
}
.mbsc-material-dark.mbsc-textfield-box.mbsc-select, .mbsc-material-dark.mbsc-textfield-inner-box {
  background: #0a0a0a;
}
.mbsc-material-dark.mbsc-textfield-box.mbsc-select.mbsc-hover, .mbsc-material-dark.mbsc-textfield-inner-box.mbsc-hover {
  background: #121212;
}
.mbsc-material-dark.mbsc-textfield-box.mbsc-select.mbsc-focus, .mbsc-material-dark.mbsc-textfield-inner-box.mbsc-focus {
  background: #1c1c1c;
}
.mbsc-material-dark.mbsc-textfield-fieldset {
  border-color: #fff;
}
.mbsc-material-dark.mbsc-textfield-fieldset.mbsc-hover {
  border-color: #fff;
}
.mbsc-material-dark.mbsc-textfield-fieldset.mbsc-focus {
  border-color: #87b0f3;
}
.mbsc-material-dark.mbsc-textfield-fieldset.mbsc-error {
  border-color: #de3226;
}
.mbsc-material-dark.mbsc-textfield-fieldset.disabled {
  border-color: #fff;
}
.mbsc-material-dark.mbsc-textfield-tag {
  background: #454545;
}
.mbsc-material-dark.mbsc-textfield-tag-clear {
  color: #fff;
}
.mbsc-windows {
  /* Wrapper */
  /* Form element */
  /* Icons */
  /* Error  */
  /* Label */
  /* Underline input --------------------------------------------------------------------------- */
  /* Wrapper */
  /* Form element */
  /* ------------------------------------------------------------------------------------------- */
  /* Select */
  /* Select icon */
  /* Textarea */
  /* Input tags */
}
.mbsc-windows.mbsc-textfield-wrapper {
  margin: 1em;
}
.mbsc-windows.mbsc-textfield-wrapper-inline {
  margin: 1.75em 1em;
}
.mbsc-windows.mbsc-textfield-wrapper-floating {
  padding-top: 1.75em;
}
.mbsc-windows.mbsc-textfield {
  height: 2em;
  padding: 0 0.5em;
  border: 1px solid;
  border-radius: 2px;
}
.mbsc-windows.mbsc-textfield-icon {
  top: 0.4375em;
  width: 1.125em;
  height: 1.125em;
  line-height: 1.125em;
  margin: 0 1px;
}
.mbsc-windows.mbsc-textfield-has-icon-right {
  padding-right: 2em;
}
.mbsc-windows.mbsc-textfield-has-icon-left {
  padding-left: 2em;
}
.mbsc-windows.mbsc-textfield-icon-left {
  left: 0.4375em;
}
.mbsc-windows.mbsc-textfield-icon-right {
  right: 0.4375em;
}
.mbsc-windows.mbsc-error-message {
  font-size: 0.75em;
}
.mbsc-windows.mbsc-label {
  line-height: 2em;
  font-size: 0.875em;
  font-weight: 600;
}
.mbsc-windows.mbsc-label-inline {
  line-height: 2.285715em;
}
.mbsc-windows.mbsc-label-floating {
  top: 2.142858em;
}
.mbsc-windows.mbsc-label-stacked {
  position: static;
}
.mbsc-windows.mbsc-label-floating.mbsc-ltr {
  transform: translateX(0.571429em);
}
.mbsc-windows.mbsc-label-floating.mbsc-rtl {
  transform: translateX(-0.5em);
}
.mbsc-windows.mbsc-label-underline-floating-has-icon-left.mbsc-ltr, .mbsc-windows.mbsc-label-outline-floating-has-icon-left.mbsc-ltr, .mbsc-windows.mbsc-label-box-floating-has-icon-left.mbsc-ltr {
  transform: translateX(2.285715em);
}
.mbsc-windows.mbsc-label-underline-floating-has-icon-right.mbsc-rtl, .mbsc-windows.mbsc-label-outline-floating-has-icon-right.mbsc-rtl, .mbsc-windows.mbsc-label-box-floating-has-icon-right.mbsc-rtl {
  transform: translateX(-2.285715em);
}
.mbsc-windows.mbsc-label.mbsc-label-floating-active {
  transform: translate(0, -2.142858em);
}
.mbsc-windows.mbsc-textfield-wrapper-underline {
  border-bottom: 1px solid;
}
.mbsc-windows.mbsc-textfield-underline {
  border: 0;
  border-radius: 0;
}
.mbsc-windows.mbsc-select.mbsc-ltr {
  padding-right: 2em;
}
.mbsc-windows.mbsc-select.mbsc-rtl {
  padding-left: 2em;
}
.mbsc-windows.mbsc-select.mbsc-textfield-has-icon-right.mbsc-ltr {
  padding-right: 3.125em;
}
.mbsc-windows.mbsc-select.mbsc-textfield-has-icon-left.mbsc-rtl {
  padding-left: 3.125em;
}
.mbsc-windows.mbsc-select-icon {
  top: 0.4375em;
  width: 1.125em;
  height: 1.125em;
  line-height: 1.125em;
  margin: 0 1px;
}
.mbsc-windows.mbsc-select-icon.mbsc-ltr {
  right: 0.4375em;
}
.mbsc-windows.mbsc-select-icon.mbsc-rtl {
  left: 0.4375em;
}
.mbsc-windows.mbsc-select-icon-right.mbsc-ltr {
  right: 2em;
}
.mbsc-windows.mbsc-select-icon-left.mbsc-rtl {
  left: 2em;
}
.mbsc-windows.mbsc-textarea {
  height: 3.5em;
  padding-top: 0.1875em;
  padding-bottom: 0.1875em;
}
.mbsc-windows.mbsc-textfield.mbsc-textfield-tags {
  padding: 0.125em;
  min-height: 2em;
}
.mbsc-windows.mbsc-textfield-tag {
  margin: 0.125em;
}
.mbsc-windows.mbsc-textfield-tag.mbsc-ltr {
  margin-right: 0.125em;
}
.mbsc-windows.mbsc-textfield-tag.mbsc-rtl {
  margin-left: 0.125em;
}
.mbsc-windows.mbsc-textfield-tag-text {
  line-height: 1.571429em;
}
.mbsc-windows.mbsc-textfield-tag-clear.mbsc-icon {
  width: 1.375em;
  height: 1.375em;
  border-width: 0.125em;
}
.mbsc-windows.mbsc-textfield-tags-placeholder {
  padding: 0 0.375em;
  line-height: 1.625em;
}
.mbsc-windows {
  /* Wrapper */
  /* Form element */
  /* Error message */
  /* Label */
  /* Underline input --------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------------------- */
  /* Input tags */
}
.mbsc-windows.mbsc-textfield-wrapper {
  color: #333333;
}
.mbsc-windows.mbsc-textfield-wrapper.mbsc-disabled {
  color: #9e9e9e;
}
.mbsc-windows.mbsc-textfield {
  background: #ffffff;
  color: #333333;
}
.mbsc-windows.mbsc-textfield-box, .mbsc-windows.mbsc-textfield-outline {
  border-color: #878787;
}
.mbsc-windows.mbsc-textfield.mbsc-hover {
  border-color: #333333;
}
.mbsc-windows.mbsc-textfield-box.mbsc-focus, .mbsc-windows.mbsc-textfield-outline.mbsc-focus {
  border-color: #0078d7;
  box-shadow: 0 0 0 1px #0078d7 inset;
}
.mbsc-windows.mbsc-textfield.mbsc-disabled {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.mbsc-windows.mbsc-textfield.mbsc-error {
  border-color: #a4262c;
}
.mbsc-windows.mbsc-textfield-box.mbsc-error.mbsc-focus, .mbsc-windows.mbsc-textfield-outline.mbsc-error.mbsc-focus {
  box-shadow: 0 0 0 1px #a4262c inset;
}
.mbsc-windows.mbsc-error-message {
  color: #a4262c;
}
.mbsc-windows.mbsc-label {
  color: #333333;
}
.mbsc-windows.mbsc-textfield-wrapper-underline {
  border-color: #878787;
}
.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-hover {
  border-color: #333333;
}
.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-focus {
  border-color: #0078d7;
  box-shadow: 0 1px 0 0 #0078d7;
}
.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-disabled {
  border-color: #f2f2f2;
}
.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-error {
  border-color: #a4262c;
}
.mbsc-windows.mbsc-textfield-wrapper-underline.mbsc-error.mbsc-focus {
  box-shadow: 0 1px 0 0 #a4262c;
}
.mbsc-windows.mbsc-textfield-tag {
  background: #e6e6e6;
}
.mbsc-windows-dark {
  /* Wrapper */
  /* Form element */
  /* Error message */
  /* Label */
  /* Underline input --------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------------------- */
  /* Input tags */
}
.mbsc-windows-dark.mbsc-textfield-wrapper {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-textfield-wrapper.mbsc-disabled {
  color: #949494;
}
.mbsc-windows-dark.mbsc-textfield {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-textfield-box, .mbsc-windows-dark.mbsc-textfield-outline {
  border-color: #ababab;
}
.mbsc-windows-dark.mbsc-textfield.mbsc-hover {
  border-color: #ffffff;
}
.mbsc-windows-dark.mbsc-textfield-box.mbsc-focus, .mbsc-windows-dark.mbsc-textfield-outline.mbsc-focus {
  border-color: #0078d7;
  box-shadow: 0 0 0 1px #0078d7 inset;
}
.mbsc-windows-dark.mbsc-textfield.mbsc-disabled {
  background: #272727;
  border-color: #272727;
}
.mbsc-windows-dark.mbsc-textfield.mbsc-error {
  border-color: #a4262c;
}
.mbsc-windows-dark.mbsc-textfield-box.mbsc-error.mbsc-focus, .mbsc-windows-dark.mbsc-textfield-outline.mbsc-error.mbsc-focus {
  box-shadow: 0 0 0 1px #a4262c inset;
}
.mbsc-windows-dark.mbsc-error-message {
  color: #a4262c;
}
.mbsc-windows-dark.mbsc-label {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-textfield-wrapper-underline {
  border-color: #ababab;
}
.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-hover {
  border-color: #ffffff;
}
.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-focus {
  border-color: #0078d7;
  box-shadow: 0 1px 0 0 #0078d7;
}
.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-disabled {
  border-color: #272727;
}
.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-error {
  border-color: #a4262c;
}
.mbsc-windows-dark.mbsc-textfield-wrapper-underline.mbsc-error.mbsc-focus {
  box-shadow: 0 1px 0 0 #a4262c;
}
.mbsc-windows-dark.mbsc-textfield-tag {
  background: #5f5f5f;
}
@keyframes autofill {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/* Wrapper */
.mbsc-textfield-wrapper {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mbsc-textfield-wrapper-inline {
  display: flex;
}
.mbsc-form-grid .mbsc-textfield-wrapper-box,
.mbsc-form-grid .mbsc-textfield-wrapper-outline {
  margin: 0.75em 1em;
}
/* Inner wrapper */
.mbsc-textfield-inner {
  box-sizing: border-box;
  position: relative;
  display: block;
}
.mbsc-textfield-inner-inline {
  flex: 1 auto;
}
/* Form element */
.mbsc-textfield {
  display: block;
  width: 100%;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.mbsc-textfield:-webkit-autofill {
  animation-name: autofill;
}
.mbsc-textfield::-webkit-inner-spin-button {
  height: 2em;
  align-self: center;
}
.mbsc-textfield::-moz-placeholder {
  opacity: 0.5;
  color: inherit;
}
.mbsc-textfield::-webkit-input-placeholder {
  opacity: 0.5;
  color: inherit;
}
/* Floating label */
.mbsc-textfield-floating:-ms-input-placeholder {
  color: transparent;
}
.mbsc-textfield-floating::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mbsc-textfield-floating::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mbsc-textfield-floating::-webkit-datetime-edit {
  color: transparent;
}
.mbsc-textfield-floating-active:-ms-input-placeholder {
  color: inherit;
}
.mbsc-textfield-floating-active::-moz-placeholder {
  opacity: 0.5;
}
.mbsc-textfield-floating-active::-webkit-input-placeholder {
  opacity: 0.5;
}
.mbsc-textfield-floating-active::-webkit-datetime-edit {
  color: inherit;
}
.mbsc-textfield-floating .mbsc-textfield-tags-placeholder {
  opacity: 0;
  transition: opacity 0.2s;
}
.mbsc-textfield-floating-active .mbsc-textfield-tags-placeholder {
  opacity: 0.5;
}
.mbsc-textfield-fieldset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 1em;
  pointer-events: none;
}
/* Icon */
.mbsc-textfield-icon {
  position: absolute;
  top: 0;
  text-align: center;
}
.mbsc-textfield-icon-left {
  left: 0;
}
.mbsc-textfield-icon-right {
  right: 0;
}
/* Label */
.mbsc-label {
  position: absolute;
  z-index: 1;
  top: 0;
  line-height: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.mbsc-label-inline {
  position: static;
  overflow: hidden;
  flex: 0 0 auto;
  width: 30%;
  max-width: 12.5em;
  box-sizing: border-box;
  pointer-events: auto;
}
.mbsc-label-floating-animate {
  transition: transform 0.2s;
}
.mbsc-label-floating.mbsc-ltr {
  transform-origin: top left;
}
.mbsc-label-floating.mbsc-rtl {
  transform-origin: top right;
}
/* Error message */
.mbsc-error-message {
  position: absolute;
  top: 100%;
  font-size: 0.75em;
  line-height: 1.5em;
}
/* File input */
.mbsc-textfield-file {
  position: absolute;
  left: 0;
  opacity: 0;
}
/* Select */
.mbsc-select {
  cursor: pointer;
}
.mbsc-select-icon {
  position: absolute;
  text-align: center;
  pointer-events: none;
}
/* Textarea */
.mbsc-textarea {
  resize: none;
  overflow: hidden;
  line-height: 1.5em;
}
/* Password toggle */
.mbsc-toggle-icon:hover {
  cursor: pointer;
}
/* Input tags */
.mbsc-textfield.mbsc-textfield-hidden.mbsc-textarea {
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}
.mbsc-textfield.mbsc-textfield-tags.mbsc-textarea {
  display: block;
  overflow: auto;
  height: auto;
  max-height: 5.5em;
}
.mbsc-textfield-tag {
  display: inline-block;
  margin: 0.25em 0;
  line-height: normal;
}
.mbsc-textfield-tag.mbsc-ltr {
  margin-right: 0.5em;
  padding-left: 0.75em;
}
.mbsc-textfield-tag.mbsc-rtl {
  margin-left: 0.5em;
  padding-right: 0.75em;
}
.mbsc-textfield-tag-text {
  font-size: 0.875em;
  line-height: 1.857143em;
}
.mbsc-textfield-tag-clear.mbsc-icon {
  width: 1.625em;
  height: 1.625em;
  vertical-align: top;
  border: 0.25em solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.mbsc-textfield-tags-placeholder {
  opacity: 0.5;
  line-height: 2.125em;
}
.mbsc-material {
  /* Checkmark styling */
  /* Desktop styling */
}
.mbsc-material.mbsc-scroller-wheel-wrapper {
  margin: 0 0.25em;
  padding: 0.5em 0;
}
.mbsc-material.mbsc-scroller-wheel-cont::after, .mbsc-material.mbsc-scroller-wheel-cont::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-width: 2px;
  border-top-style: solid;
  z-index: 1;
}
.mbsc-material.mbsc-scroller-wheel-cont::after {
  bottom: -2px;
}
.mbsc-material.mbsc-scroller-wheel-cont::before {
  top: -2px;
}
.mbsc-material.mbsc-scroller-wheel-group {
  padding: 2em 0.25em;
}
.mbsc-material.mbsc-scroller-wheel-item {
  padding: 0 0.272727em;
  font-size: 1.375em;
  text-align: center;
}
.mbsc-material.mbsc-wheel-item-multi {
  padding: 0 2em;
}
.mbsc-material.mbsc-scroller-wheel-header {
  font-weight: bold;
  font-size: 1.125em;
}
.mbsc-material.mbsc-wheel-checkmark {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  display: none;
  border-radius: 0.1875em;
  width: 1.3em;
  height: 1.3em;
  margin-top: -0.55em;
}
.mbsc-material.mbsc-wheel-checkmark::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 0.27273em;
  left: 0.27273em;
  width: 0.8125em;
  height: 0.4375em;
  opacity: 0;
  border: 0.125em solid;
  border-top: 0;
  border-right: 0;
  transform: scale(0) rotate(-45deg);
  transition: transform 0.1s ease-out;
}
.mbsc-material.mbsc-wheel-checkmark.mbsc-selected::after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}
.mbsc-material.mbsc-wheel-checkmark.mbsc-ltr {
  left: 0.25em;
}
.mbsc-material.mbsc-wheel-checkmark.mbsc-rtl {
  right: 0.25em;
}
.mbsc-material.mbsc-wheel-item-multi .mbsc-material.mbsc-wheel-checkmark {
  display: block;
}
.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-group {
  padding: 0;
}
.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper {
  margin: 0;
  padding: 0;
}
.mbsc-material.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  font-size: 1em;
  padding: 0 1.25em;
}
.mbsc-material.mbsc-scroller-pointer .mbsc-wheel-item-multi {
  padding: 0 2em;
}
.mbsc-material.mbsc-scroller-pointer .mbsc-wheel-item-multi.mbsc-ltr {
  text-align: left;
}
.mbsc-material.mbsc-scroller-pointer .mbsc-wheel-item-multi.mbsc-rtl {
  text-align: right;
}
.mbsc-material.mbsc-scroller-wheel-cont::after, .mbsc-material.mbsc-scroller-wheel-cont::before {
  border-color: #1a73e8;
}
.mbsc-material.mbsc-scroller-wheel-multi::after, .mbsc-material.mbsc-scroller-wheel-multi::before {
  border-color: transparent;
}
.mbsc-material.mbsc-scroller-wheel-item.mbsc-active, .mbsc-material.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-material.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-material.mbsc-scroller-wheel-header.mbsc-focus {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-material.mbsc-wheel-checkmark::after {
  border-color: #1a73e8;
}
.mbsc-material-dark.mbsc-scroller-wheel-cont::after, .mbsc-material-dark.mbsc-scroller-wheel-cont::before {
  border-color: #87b0f3;
}
.mbsc-material-dark.mbsc-scroller-wheel-multi::after, .mbsc-material-dark.mbsc-scroller-wheel-multi::before {
  border-color: transparent;
}
.mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-active, .mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-material-dark.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-material-dark.mbsc-scroller-wheel-header.mbsc-focus {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-material-dark.mbsc-wheel-checkmark::after {
  border-color: #87b0f3;
}
.mbsc-ios {
  /* checkmark */
  /* Desktop styling */
}
.mbsc-ios.mbsc-scroller-wheel-multi.mbsc-scroller-wheel-cont-3d {
  visibility: hidden;
}
.mbsc-ios.mbsc-scroller-wheel-group-cont {
  padding: 0 0.625em;
}
.mbsc-ios.mbsc-scroller-wheel-group {
  padding: 0.625em;
}
.mbsc-ios.mbsc-wheel-group-checkmark {
  padding: 0.625em 0;
}
.mbsc-ios.mbsc-scroller-wheel-3d {
  overflow: visible;
}
.mbsc-ios.mbsc-scroller-wheel-line {
  display: block;
  z-index: 1;
  border-radius: 0.5em;
  margin: 0 0.625em;
}
.mbsc-ios.mbsc-scroller-wheel-overlay {
  display: block;
}
.mbsc-ios.mbsc-scroller-wheel-item {
  padding: 0 0.5em;
  font-size: 1.25em;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0.5em;
}
.mbsc-ios.mbsc-scroller-wheel-item-3d {
  font-size: 1.125em;
}
.mbsc-ios.mbsc-wheel-item-checkmark {
  padding-left: 1.75em;
  padding-right: 1.75em;
}
.mbsc-ios.mbsc-scroller-wheel-header {
  font-size: 0.875em;
}
.mbsc-ios.mbsc-wheel-checkmark {
  display: none;
  position: absolute;
  width: 1.75em;
  height: 1.75em;
  top: 50%;
  margin-top: -0.875em;
}
.mbsc-ios.mbsc-wheel-checkmark::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  opacity: 0;
  transform: rotate(-45deg);
  top: 32%;
  left: 26%;
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid currentColor;
  border-top: 0;
  border-right: 0;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-ios.mbsc-wheel-checkmark.mbsc-selected::after {
  opacity: 1;
}
.mbsc-ios.mbsc-wheel-checkmark.mbsc-ltr {
  left: 0;
}
.mbsc-ios.mbsc-wheel-checkmark.mbsc-rtl {
  right: 0;
}
.mbsc-ios.mbsc-wheel-item-multi .mbsc-ios.mbsc-wheel-checkmark, .mbsc-ios.mbsc-scroller-pointer .mbsc-ios.mbsc-wheel-item-checkmark .mbsc-wheel-checkmark {
  display: block;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-group-cont,
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-group {
  padding: 0;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper {
  padding: 0.1875em 0;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-overlay {
  display: none;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  font-size: 1em;
  padding: 0 0.75em;
  margin: 0 0.1875em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-line {
  margin: 0 0.1875em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-ltr {
  text-align: left;
  padding-left: 1.75em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-rtl {
  text-align: right;
  padding-right: 1.75em;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-header {
  font-size: 0.75em;
  font-weight: 700;
}
.mbsc-ios {
  /* 3D */
  /* Desktop style */
}
.mbsc-ios.mbsc-scroller {
  background: white;
}
.mbsc-ios.mbsc-scroller-top, .mbsc-ios.mbsc-scroller-bottom {
  background: #d1d5db;
}
.mbsc-ios.mbsc-scroller-wheel-overlay {
  background: linear-gradient(white, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 48%, white);
}
.mbsc-ios.mbsc-scroller-wheel-overlay-top, .mbsc-ios.mbsc-scroller-wheel-overlay-bottom {
  background: linear-gradient(#d1d5db, rgba(209, 213, 219, 0) 52%, rgba(209, 213, 219, 0) 48%, #d1d5db);
}
.mbsc-ios.mbsc-scroller-wheel-line {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-ios.mbsc-scroller-wheel-item {
  color: hsl(0, 0%, 62%);
}
.mbsc-ios.mbsc-scroller-wheel-item.mbsc-active, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-ios.mbsc-scroller-wheel-header.mbsc-focus {
  background: rgba(0, 122, 255, 0.15);
}
.mbsc-ios.mbsc-scroller-wheel-item-2d, .mbsc-ios.mbsc-scroller-wheel-item.mbsc-selected {
  color: #000000;
}
.mbsc-ios.mbsc-scroller-wheel-cont-3d {
  background: white;
}
.mbsc-ios.mbsc-scroller-wheel-item-3d {
  color: #a3a3a3;
}
.mbsc-ios.mbsc-scroller-wheel-header, .mbsc-ios.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi {
  color: #000000;
}
.mbsc-ios.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d {
  color: #007aff;
}
.mbsc-ios.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d, .mbsc-ios.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d {
  background: #d1d5db;
}
.mbsc-ios.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d {
  background: white;
}
.mbsc-ios.mbsc-scroller-pointer.mbsc-scroller {
  background: white;
}
.mbsc-ios.mbsc-scroller-pointer.mbsc-scroller-inline {
  background: white;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: #000000;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #007aff;
}
.mbsc-ios-dark {
  /* 3D */
  /* Desktop style */
}
.mbsc-ios-dark.mbsc-scroller {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-top, .mbsc-ios-dark.mbsc-scroller-bottom {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-wheel-overlay {
  background: linear-gradient(#1c1c1c, rgba(28, 28, 28, 0) 52%, rgba(28, 28, 28, 0) 48%, #1c1c1c);
}
.mbsc-ios-dark.mbsc-scroller-wheel-overlay-top, .mbsc-ios-dark.mbsc-scroller-wheel-overlay-bottom {
  background: linear-gradient(#1c1c1c, rgba(28, 28, 28, 0) 52%, rgba(28, 28, 28, 0) 48%, #1c1c1c);
}
.mbsc-ios-dark.mbsc-scroller-wheel-line {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-ios-dark.mbsc-scroller-wheel-item {
  color: hsl(0, 0%, 62%);
}
.mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-active, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-ios-dark.mbsc-scroller-wheel-header.mbsc-focus {
  background: rgba(255, 159, 10, 0.15);
}
.mbsc-ios-dark.mbsc-scroller-wheel-item-2d, .mbsc-ios-dark.mbsc-scroller-wheel-item.mbsc-selected {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-scroller-wheel-cont-3d {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-wheel-item-3d {
  color: #666666;
}
.mbsc-ios-dark.mbsc-scroller-wheel-header, .mbsc-ios-dark.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-scroller-wheel-item-3d.mbsc-wheel-item-multi.mbsc-selected-3d {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d, .mbsc-ios-dark.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-wheel-cont-inline.mbsc-scroller-wheel-cont-3d {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-pointer.mbsc-scroller {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-pointer.mbsc-scroller-inline {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #ff9f0a;
}
.mbsc-windows {
  /* Checkmark styling */
  /* Desktop styling */
}
.mbsc-windows.mbsc-scroller {
  position: relative;
}
.mbsc-windows.mbsc-scroller-wheel-wrapper.mbsc-ltr {
  border-left-width: 1px;
  border-left-style: solid;
}
.mbsc-windows.mbsc-scroller-wheel-wrapper-0.mbsc-ltr {
  border-left: 0;
}
.mbsc-windows.mbsc-scroller-wheel-wrapper.mbsc-rtl {
  border-right-width: 1px;
  border-right-style: solid;
}
.mbsc-windows.mbsc-scroller-wheel-wrapper-0.mbsc-rtl {
  border-right: 0;
}
.mbsc-windows.mbsc-scroller-wheel-item {
  padding: 0 0.5em;
  box-sizing: border-box;
  text-align: center;
}
.mbsc-windows.mbsc-wheel-item-multi {
  padding: 0 2.0625em;
}
.mbsc-windows.mbsc-wheel-item-multi.mbsc-ltr {
  text-align: left;
}
.mbsc-windows.mbsc-wheel-item-multi.mbsc-rtl {
  text-align: right;
}
.mbsc-windows.mbsc-scroller-wheel-line {
  display: block;
  z-index: 1;
}
.mbsc-windows.mbsc-scroller-wheel-header {
  font-size: 1.375em;
}
.mbsc-windows.mbsc-wheel-checkmark {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  display: none;
  margin-top: -0.8125em;
  width: 1.5625em;
  height: 1.5625em;
}
.mbsc-windows.mbsc-wheel-checkmark::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  opacity: 0;
  transform: rotate(-45deg);
  top: 28%;
  left: 21%;
  width: 0.875em;
  height: 0.475em;
  border: 0.125em solid;
  border-top: 0;
  border-right: 0;
}
.mbsc-windows.mbsc-wheel-checkmark.mbsc-selected::after {
  opacity: 1;
}
.mbsc-windows.mbsc-wheel-checkmark.mbsc-ltr {
  left: 0.25em;
}
.mbsc-windows.mbsc-wheel-checkmark.mbsc-rtl {
  right: 0.25em;
}
.mbsc-windows.mbsc-wheel-item-multi .mbsc-windows.mbsc-wheel-checkmark {
  display: block;
}
.mbsc-windows.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  padding: 0 1.25em;
}
.mbsc-windows.mbsc-scroller-pointer .mbsc-wheel-item-multi {
  padding: 0 2.0625em;
}
.mbsc-windows.mbsc-scroller-bar::after {
  border-radius: 0;
}
.mbsc-windows.mbsc-scroller-wheel-wrapper {
  color: #333333;
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-scroller-wheel-line {
  background: rgba(0, 120, 215, 0.4);
}
.mbsc-windows.mbsc-scroller-wheel-item.mbsc-active, .mbsc-windows.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-windows.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-windows.mbsc-scroller-wheel-header.mbsc-focus {
  background: rgba(51, 51, 51, 0.1);
}
.mbsc-windows.mbsc-wheel-checkmark::after {
  border-color: #0078d7;
}
.mbsc-windows-dark.mbsc-scroller-wheel-wrapper {
  color: #ffffff;
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-scroller-wheel-line {
  background: rgba(0, 120, 215, 0.4);
}
.mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-active, .mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-hover, .mbsc-windows-dark.mbsc-scroller-wheel-item.mbsc-focus, .mbsc-windows-dark.mbsc-scroller-wheel-header.mbsc-focus {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-windows-dark.mbsc-wheel-checkmark::after {
  border-color: #0078d7;
}
.mbsc-scroller {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mbsc-scroller-wheel-group-cont {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.mbsc-scroller-wheel-group-cont:first-child:last-child {
  display: block;
}
.mbsc-scroller-wheel-group {
  margin: 0 auto;
  position: relative;
  justify-content: center;
}
.mbsc-scroller-wheel-group-3d {
  perspective: 100em;
}
.mbsc-scroller-wheel-wrapper {
  display: block;
  max-width: 100%;
  position: relative;
  touch-action: none;
  /* Temp */
  min-width: 80px;
}
.mbsc-scroller-pointer .mbsc-scroller-wheel-wrapper-0:last-child {
  flex: 1 1 auto;
}
.mbsc-scroller-wheel-line {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.mbsc-scroller-wheel-overlay {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.mbsc-scroller-wheel {
  display: block;
  overflow: hidden;
  /* Fixes Firefox rendering issues */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin: -1px 0;
}
.mbsc-scroller-wheel-cont {
  position: relative;
  z-index: 1;
  top: 50%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform: translateY(-50%);
}
.mbsc-scroller-wheel-cont-3d {
  overflow: hidden;
  border: 0;
}
.mbsc-scroller-wheel-cont-3d > div {
  position: relative;
  top: -1px;
}
.mbsc-scroller-wheel-wrapper-3d,
.mbsc-scroller-wheel-3d {
  transform-style: preserve-3d;
}
.mbsc-scroller-items-3d {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform-style: preserve-3d;
  transform: translateY(-50%);
}
.mbsc-scroller .mbsc-scroller-wheel,
.mbsc-scroller .mbsc-scroller-wheel-cont {
  box-sizing: content-box;
}
.mbsc-scroller-wheel-item {
  display: block;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-scroller-wheel-item:focus,
.mbsc-scroller-wheel-header:focus {
  outline: 0;
}
.mbsc-scroller-wheel-item-3d {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  backface-visibility: hidden;
}
.mbsc-scroller-wheel-item.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-scroller-wheel-header {
  display: block;
  padding: 0 0.5em;
}
.mbsc-scroller-wheel-header.mbsc-ltr {
  text-align: left;
}
.mbsc-scroller-wheel-header.mbsc-rtl {
  text-align: right;
}
.mbsc-scroller-bar-cont {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.05);
  transform: translateZ(0);
  transition: opacity 0.2s;
}
.mbsc-scroller-bar-cont.mbsc-ltr {
  right: 0;
}
.mbsc-scroller-bar-cont.mbsc-rtl {
  left: 0;
}
.mbsc-scroller-bar-hidden {
  display: none;
}
.mbsc-scroller-wheel:hover .mbsc-scroller-bar-cont,
.mbsc-scroller-bar-started {
  opacity: 1;
}
.mbsc-scroller-bar {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.mbsc-scroller-bar::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.mbsc-ios.mbsc-datetime-year-wheel .mbsc-scroller-wheel-item {
  min-width: 3.8em;
}
.mbsc-ios.mbsc-datetime-month-wheel .mbsc-scroller-wheel-item {
  text-align: left;
}
.mbsc-ios.mbsc-datetime-day-wheel .mbsc-scroller-wheel-item, .mbsc-ios.mbsc-datetime-hour-wheel .mbsc-scroller-wheel-item, .mbsc-ios.mbsc-datetime-date-wheel .mbsc-scroller-wheel-item {
  text-align: right;
}
.mbsc-windows.mbsc-datetime-date-wheel.mbsc-scroller-wheel-wrapper {
  min-width: 120px;
}
.mbsc-windows.mbsc-datetime-month-wheel .mbsc-scroller-wheel-item, .mbsc-windows.mbsc-datetime-date-wheel .mbsc-scroller-wheel-item {
  text-align: left;
}
.mbsc-windows.mbsc-datetime-month-wheel.mbsc-rtl .mbsc-scroller-wheel-item, .mbsc-windows.mbsc-datetime-date-wheel.mbsc-rtl .mbsc-scroller-wheel-item {
  text-align: right;
}
.mbsc-ios.mbsc-segmented {
  margin: 0.75em;
  padding: 0.0625em;
  position: relative;
  border-radius: 0.5625em;
}
.mbsc-ios.mbsc-segmented-item:before {
  content: "";
  position: absolute;
  border-left: 1px solid;
  top: 0.3125em;
  bottom: 0.3125em;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-ios.mbsc-segmented-item.mbsc-ltr:before {
  left: 0;
}
.mbsc-ios.mbsc-segmented-item.mbsc-rtl:before {
  right: 0;
}
.mbsc-ios.mbsc-segmented-item:first-child:before, .mbsc-ios.mbsc-segmented-item-selected:before, .mbsc-ios.mbsc-segmented-item-selected + .mbsc-segmented-item:before {
  opacity: 0;
}
.mbsc-ios.mbsc-segmented-selectbox {
  position: absolute;
  padding: 0.0625em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.4375em;
  display: none;
}
.mbsc-ios.mbsc-segmented-selectbox.mbsc-selected {
  display: block;
}
.mbsc-ios.mbsc-segmented-selectbox-animate {
  transition: transform 0.2s ease-in-out;
}
.mbsc-ios.mbsc-segmented-selectbox-inner {
  height: 100%;
  border-radius: 0.4375em;
  transition: transform 0.1s ease-in-out;
  visibility: hidden;
}
.mbsc-ios.mbsc-segmented-selectbox-inner-visible {
  visibility: visible;
}
.mbsc-ios.mbsc-segmented-item:first-child .mbsc-segmented-selectbox-inner {
  transform-origin: left;
}
.mbsc-ios.mbsc-segmented-item:last-child .mbsc-segmented-selectbox-inner {
  transform-origin: right;
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-selectbox-inner {
  transform: scale(0.97, 0.95);
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item:first-child .mbsc-segmented-selectbox-inner {
  transform: scale(0.97, 0.95) translateX(0.0625em);
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item:last-child .mbsc-segmented-selectbox-inner {
  transform: scale(0.97, 0.95) translateX(-0.0625em);
}
.mbsc-ios.mbsc-segmented-button.mbsc-icon-button {
  height: 2.307693em;
}
.mbsc-ios.mbsc-segmented-button.mbsc-button {
  margin: 0;
  padding: 0 0.615385em;
  border-radius: 0;
  font-size: 0.8125em;
  line-height: 2.307693em;
  transition: opacity 0.1s ease-out, background-color 0.1s ease-out, transform 0.1s ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
}
.mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-hover {
  opacity: 1;
}
.mbsc-ios.mbsc-segmented-dragging .mbsc-segmented-item-selected .mbsc-segmented-button {
  transform: scale(0.97, 0.95);
}
.mbsc-ios.mbsc-segmented-item-selected:first-child .mbsc-segmented-button {
  transform-origin: left;
}
.mbsc-ios.mbsc-segmented-item-selected:last-child .mbsc-segmented-button {
  transform-origin: right;
}
.mbsc-ios {
  /* Inside popup and calendar header */
  /* Color presets */
}
.mbsc-ios.mbsc-segmented {
  background: #dedede;
}
.mbsc-ios.mbsc-segmented-item:before {
  border-color: rgba(0, 0, 0, 0.2);
}
.mbsc-ios.mbsc-segmented-item.mbsc-focus .mbsc-segmented-selectbox {
  box-shadow: 0 0 0 0.0625em rgba(0, 0, 0, 0.5) inset;
}
.mbsc-ios.mbsc-segmented-selectbox-inner {
  background: #fff;
}
.mbsc-ios.mbsc-segmented-selectbox-inner.mbsc-selected {
  box-shadow: #bababa 3px 3px 8px -4px;
}
.mbsc-ios.mbsc-segmented-button.mbsc-button {
  background: transparent;
  color: #000;
}
.mbsc-ios.mbsc-segmented-primary {
  background: #3f97f6;
}
.mbsc-ios.mbsc-segmented-secondary {
  background: #90979e;
}
.mbsc-ios.mbsc-segmented-success {
  background: #43be5f;
}
.mbsc-ios.mbsc-segmented-warning {
  background: #f8b042;
}
.mbsc-ios.mbsc-segmented-danger {
  background: #f5504e;
}
.mbsc-ios.mbsc-segmented-info {
  background: #5bb7c5;
}
.mbsc-ios.mbsc-segmented-light {
  background: #fff;
}
.mbsc-ios.mbsc-segmented-dark {
  background: #47494a;
}
.mbsc-ios-dark {
  /* Inside popup and calendar header */
  /* Color presets */
}
.mbsc-ios-dark.mbsc-segmented {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-segmented-item:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mbsc-ios-dark.mbsc-segmented-item.mbsc-focus .mbsc-segmented-selectbox {
  box-shadow: 0 0 0 0.0625em rgba(255, 255, 255, 0.5) inset;
}
.mbsc-ios-dark.mbsc-segmented-selectbox-inner {
  background: #5a5a5a;
}
.mbsc-ios-dark.mbsc-segmented-selectbox-inner.mbsc-selected {
  box-shadow: #000000 3px 3px 8px -4px;
}
.mbsc-ios-dark.mbsc-segmented-button.mbsc-button {
  background: transparent;
  color: #fff;
}
.mbsc-ios-dark.mbsc-datepicker .mbsc-segmented, .mbsc-ios-dark.mbsc-popup .mbsc-ios-dark.mbsc-segmented, .mbsc-ios-dark.mbsc-calendar-header .mbsc-ios-dark.mbsc-segmented {
  background: #2b2b2b;
}
.mbsc-ios-dark.mbsc-segmented-primary {
  background: #3f97f6;
}
.mbsc-ios-dark.mbsc-segmented-secondary {
  background: #90979e;
}
.mbsc-ios-dark.mbsc-segmented-success {
  background: #43be5f;
}
.mbsc-ios-dark.mbsc-segmented-warning {
  background: #f8b042;
}
.mbsc-ios-dark.mbsc-segmented-danger {
  background: #f5504e;
}
.mbsc-ios-dark.mbsc-segmented-info {
  background: #5bb7c5;
}
.mbsc-ios-dark.mbsc-segmented-light {
  background: #fff;
}
.mbsc-ios-dark.mbsc-segmented-dark {
  background: #47494a;
}
.mbsc-material.mbsc-segmented {
  padding: 0.75em;
}
.mbsc-material.mbsc-segmented-selectbox {
  display: none;
}
.mbsc-material.mbsc-segmented-item:first-child .mbsc-segmented-button {
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.mbsc-material.mbsc-segmented-item:first-child .mbsc-segmented-button.mbsc-rtl {
  border-radius: 0 0.25em 0.25em 0;
  border-right-width: 0.142858em;
}
.mbsc-material.mbsc-segmented-item:last-child .mbsc-segmented-button {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
  border-right-width: 0.142858em;
}
.mbsc-material.mbsc-segmented-item:last-child .mbsc-segmented-button.mbsc-rtl {
  border-radius: 0.25em 0 0 0.25em;
  border-right-width: 0;
}
.mbsc-material.mbsc-segmented-button.mbsc-button {
  margin: 0;
  padding: 0.285715em 1.142858em;
  border: 0.142858em solid transparent;
  border-right-width: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  min-width: auto;
  font-size: 0.875em;
  /* Color presets */
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-hover, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-active {
  box-shadow: none;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-focus:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary {
  color: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-hover, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-active {
  background: rgba(63, 151, 246, 0.2);
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-selected {
  background: #3f97f6;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary {
  color: #90979e;
  border-color: #90979e;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-hover, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-active {
  background: rgba(144, 151, 158, 0.2);
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-selected {
  background: #90979e;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success {
  color: #43be5f;
  border-color: #43be5f;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-hover, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-active {
  background: rgba(67, 190, 95, 0.2);
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-selected {
  background: #43be5f;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger {
  color: #f5504e;
  border-color: #f5504e;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-hover, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-active {
  background: rgba(245, 80, 78, 0.2);
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-selected {
  background: #f5504e;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning {
  color: #f8b042;
  border-color: #f8b042;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-hover, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-active {
  background: rgba(248, 176, 66, 0.2);
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-selected {
  background: #f8b042;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info {
  color: #5bb7c5;
  border-color: #5bb7c5;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-hover, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-active {
  background: rgba(91, 183, 197, 0.2);
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-selected {
  background: #5bb7c5;
}
.mbsc-material.mbsc-segmented-button.mbsc-button {
  border-color: #1a73e8;
  color: black;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-hover, .mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-active {
  background: rgba(0, 0, 0, 0.2);
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-selected {
  background: #1a73e8;
  color: #fff;
}
.mbsc-material.mbsc-segmented-button.mbsc-button.mbsc-focus::after {
  background: rgba(0, 0, 0, 0.2);
}
.mbsc-material-dark.mbsc-segmented-button.mbsc-button {
  border-color: #87b0f3;
  color: white;
}
.mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-hover, .mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-active {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-selected {
  background: #87b0f3;
  color: #000;
}
.mbsc-material-dark.mbsc-segmented-button.mbsc-button.mbsc-focus::after {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-windows.mbsc-segmented {
  padding: 0.75em;
}
.mbsc-windows.mbsc-segmented-selectbox {
  display: none;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button {
  margin: 0;
  border-color: transparent;
  /* Color presets */
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-hover {
  border-color: transparent;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-focus {
  z-index: 2;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-primary.mbsc-selected {
  background: #3f97f6;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-secondary.mbsc-selected {
  background: #90979e;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-success.mbsc-selected {
  background: #43be5f;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-danger.mbsc-selected {
  background: #f5504e;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-warning.mbsc-selected {
  background: #f8b042;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-active, .mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-button-info.mbsc-selected {
  background: #5bb7c5;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button {
  background: #cccccc;
  color: #333333;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-hover {
  background: #d4d4d4;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-active {
  background: #d4d4d4;
}
.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-selected {
  background: #7a7a7a;
  color: white;
}
.mbsc-windows-dark.mbsc-segmented-button.mbsc-button {
  background: #404040;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-hover {
  background: #454545;
}
.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-active {
  background: #454545;
}
.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-selected {
  background: #ababab;
  color: black;
}
.mbsc-segmented {
  overflow: hidden;
}
.mbsc-segmented-item {
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 1em;
  flex: 1 1 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-width: 0;
}
.mbsc-segmented-label {
  display: block;
  margin: 0;
  padding: 0;
}
.mbsc-segmented-input {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.mbsc-segmented-button.mbsc-button {
  width: 100%;
}
.mbsc-ios.mbsc-timegrid-item {
  line-height: 2em;
  margin: 0.5em 0.625em;
  border-radius: 2em;
  font-size: 0.875em;
}
.mbsc-ios.mbsc-timegrid-item.mbsc-selected, .mbsc-ios.mbsc-timegrid-item:hover, .mbsc-ios.mbsc-timegrid-item:focus {
  font-size: 1em;
  margin: 0 0.25em;
  outline: none;
}
.mbsc-ios.mbsc-timegrid-item:hover, .mbsc-ios.mbsc-timegrid-item:focus {
  background: rgba(0, 122, 255, 0.3);
}
.mbsc-ios.mbsc-timegrid-item.mbsc-selected {
  background: #007aff;
  color: white;
}
.mbsc-ios-dark.mbsc-timegrid-item:hover, .mbsc-ios-dark.mbsc-timegrid-item:focus {
  background: rgba(255, 159, 10, 0.3);
}
.mbsc-ios-dark.mbsc-timegrid-item.mbsc-selected {
  background: #ff9f0a;
  color: white;
}
.mbsc-material.mbsc-timegrid-item {
  line-height: 2em;
  margin: 0.5em 0.625em;
  border-radius: 2em;
  font-size: 0.875em;
}
.mbsc-material.mbsc-timegrid-item.mbsc-selected, .mbsc-material.mbsc-timegrid-item:hover, .mbsc-material.mbsc-timegrid-item:focus {
  margin: 0 0.25em;
  outline: none;
}
.mbsc-material.mbsc-timegrid-item:hover, .mbsc-material.mbsc-timegrid-item:focus {
  background: rgba(48, 48, 48, 0.1);
}
.mbsc-material.mbsc-timegrid-item.mbsc-selected {
  background: #1a73e8;
  color: white;
}
.mbsc-material-dark.mbsc-timegrid-item:hover, .mbsc-material-dark.mbsc-timegrid-item:focus {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-material-dark.mbsc-timegrid-item.mbsc-selected {
  background: #87b0f3;
  color: black;
}
.mbsc-windows.mbsc-timegrid-item {
  padding: 1.3125em 0;
  margin: 0.0625em;
  font-size: 14px;
}
.mbsc-windows.mbsc-timegrid-item:focus {
  outline: none;
}
.mbsc-windows.mbsc-timegrid-item.mbsc-selected {
  background: rgba(0, 120, 215, 0.25);
  color: #333333;
}
.mbsc-windows.mbsc-timegrid-item:hover, .mbsc-windows.mbsc-timegrid-item:focus {
  background: rgba(51, 51, 51, 0.1);
}
.mbsc-windows.mbsc-timegrid-item.mbsc-selected:hover, .mbsc-windows.mbsc-timegrid-item.mbsc-selected:focus {
  background: rgba(18, 96, 158, 0.35);
}
.mbsc-windows-dark.mbsc-timegrid-item.mbsc-selected {
  background: rgba(0, 120, 215, 0.25);
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-timegrid-item:hover, .mbsc-windows-dark.mbsc-timegrid-item:focus {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-windows-dark.mbsc-timegrid-item.mbsc-selected:hover, .mbsc-windows-dark.mbsc-timegrid-item.mbsc-selected:focus {
  background: rgba(89, 167, 229, 0.35);
}
.mbsc-datepicker-control-calendar .mbsc-datepicker-tab-timegrid {
  min-height: 10em;
}
.mbsc-datepicker-tab-timegrid {
  min-height: 19em;
}
.mbsc-timegrid-item.mbsc-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.mbsc-datepicker-tab-timegrid.mbsc-datepicker-tab {
  position: relative;
  overflow: auto;
  align-items: flex-start;
  width: 18.5em;
}
.mbsc-timegrid-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.mbsc-timegrid-row {
  display: table-row;
}
.mbsc-timegrid-cell {
  display: table-cell;
  position: relative;
}
.mbsc-timegrid-cell.mbsc-disabled {
  cursor: not-allowed;
}
.mbsc-timegrid-item {
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mbsc-ios {
  /* Range Controls */
}
.mbsc-ios.mbsc-picker .mbsc-popup-overlay-top,
.mbsc-ios.mbsc-picker .mbsc-popup-overlay-bottom {
  background: none;
}
.mbsc-ios.mbsc-datepicker-inline {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 2;
  position: relative;
}
.mbsc-ios.mbsc-datepicker .mbsc-calendar-grid, .mbsc-ios.mbsc-datepicker .mbsc-calendar-cell, .mbsc-ios.mbsc-datepicker .mbsc-calendar-cell-inner {
  border-color: transparent;
}
.mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-highlighted .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-end .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text {
  width: 1.444445em;
  height: 1.444445em;
  margin: 0.16667em;
  font-size: 1.125em;
  line-height: 1.444445em;
}
.mbsc-ios.mbsc-picker-header {
  line-height: 1.25em;
  padding: 0.75em 4.375em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-range-control-wrapper {
  padding: 0 0.75em;
  overflow: hidden;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-segmented {
  width: 17em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.mbsc-ios.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-ios.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented {
  width: 25em;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-segmented-button {
  display: block;
  padding: 0 0.5em;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button {
  padding: 0 2.0625em 0 0.5em;
}
.mbsc-ios.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl {
  padding: 0 0.5em 0 2.0625em;
}
.mbsc-ios.mbsc-range-control-label, .mbsc-ios.mbsc-range-control-value {
  text-align: left;
  line-height: 1.538462em;
}
.mbsc-ios.mbsc-range-control-label.active, .mbsc-ios.mbsc-range-control-value.active {
  font-weight: 600;
}
.mbsc-ios.mbsc-range-control-label.mbsc-rtl, .mbsc-ios.mbsc-range-control-value.mbsc-rtl {
  text-align: right;
}
.mbsc-ios.mbsc-range-control-label {
  padding: 0.615385em 0.615385em 0 0.615385em;
}
.mbsc-ios.mbsc-range-control-value {
  padding: 0 0.615385em 0.615385em 0.615385em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mbsc-ios.mbsc-range-control-value.active {
  padding: 0 0.571429em 0.571429em 0.571429em;
  font-size: 1.076923em;
  line-height: 1.428572em;
}
.mbsc-ios.mbsc-range-label-clear {
  margin-top: -0.692308em;
  width: 1.307693em;
  height: 1.307693em;
}
.mbsc-ios.mbsc-range-label-clear.mbsc-ltr {
  right: 1em;
}
.mbsc-ios.mbsc-range-label-clear.mbsc-rtl {
  left: 1em;
}
.mbsc-ios {
  /* Range Control */
}
.mbsc-ios.mbsc-picker .mbsc-popup-arrow,
.mbsc-ios.mbsc-picker .mbsc-popup-body {
  background: white;
}
.mbsc-ios.mbsc-picker-header {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-datepicker .mbsc-calendar,
.mbsc-ios.mbsc-datepicker .mbsc-calendar-slide,
.mbsc-ios.mbsc-datepicker .mbsc-calendar-cell {
  background: white;
}
.mbsc-ios.mbsc-datepicker-top.mbsc-datepicker-control-date, .mbsc-ios.mbsc-datepicker-bottom.mbsc-datepicker-control-date {
  background: #d1d5db;
}
.mbsc-ios.mbsc-datepicker-inline {
  background: white;
  border-color: #cccccc;
  color: #000000;
}
.mbsc-ios.mbsc-range-control-value.active {
  color: #007aff;
}
.mbsc-ios.mbsc-range-control-text-empty, .mbsc-ios.mbsc-range-control-text-empty.active {
  color: rgba(0, 0, 0, 0.4);
}
.mbsc-ios.mbsc-range-label-clear {
  color: #cccccc;
}
.mbsc-ios.mbsc-range-label-clear:hover {
  color: #b2b2b2;
}
.mbsc-ios-dark {
  /* Range Control */
}
.mbsc-ios-dark.mbsc-picker .mbsc-popup-arrow,
.mbsc-ios-dark.mbsc-picker .mbsc-popup-body {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-picker-header {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar,
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-slide,
.mbsc-ios-dark.mbsc-datepicker .mbsc-calendar-cell {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-datepicker-top.mbsc-datepicker-control-date, .mbsc-ios-dark.mbsc-datepicker-bottom.mbsc-datepicker-control-date {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-datepicker-inline {
  background: #1c1c1c;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-range-control-value.active {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-range-control-text-empty, .mbsc-ios-dark.mbsc-range-control-text-empty.active {
  color: rgba(255, 255, 255, 0.4);
}
.mbsc-ios-dark.mbsc-range-label-clear {
  color: #333333;
}
.mbsc-ios-dark.mbsc-range-label-clear:hover {
  color: #4d4d4d;
}
.mbsc-material {
  /* Range Control */
}
.mbsc-material.mbsc-picker-header {
  font-size: 1.25em;
  font-weight: 500;
  padding: 0.8em 0.8em 0 0.8em;
  line-height: 1.4em;
  text-align: center;
}
.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented {
  padding: 0;
  max-width: 100%;
  width: 18.5em;
}
.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-button.mbsc-font {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0.8571422em 1.142857em;
  display: block;
}
.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-ltr {
  text-align: left;
}
.mbsc-material.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-rtl {
  text-align: right;
}
.mbsc-material.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-ltr {
  padding-right: 2.642857em;
}
.mbsc-material.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl {
  padding-left: 2.642857em;
}
.mbsc-material.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-material.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-material.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-material.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented {
  width: 25em;
}
.mbsc-material.mbsc-range-control-label {
  text-transform: uppercase;
}
.mbsc-material.mbsc-range-control-value {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-material.mbsc-range-label-clear {
  margin-top: -0.625em;
  right: 0.75em;
  width: 1.3125em;
  height: 1.3125em;
}
.mbsc-material.mbsc-range-label-clear.mbsc-ltr {
  right: 0.75em;
}
.mbsc-material.mbsc-range-label-clear.mbsc-rtl {
  left: 0.75em;
}
.mbsc-material.mbsc-datepicker .mbsc-calendar-title {
  font-size: 1.142858em;
  line-height: 1.75em;
}
.mbsc-material.mbsc-calendar-grid .mbsc-calendar-title {
  font-size: 1.428572em;
  line-height: 1.4em;
}
.mbsc-material {
  /* Range Controls */
}
.mbsc-material.mbsc-datepicker .mbsc-calendar-slide {
  background: #fff;
}
.mbsc-material.mbsc-datepicker-inline {
  background: #fff;
  color: #303030;
}
.mbsc-material.mbsc-datepicker-inline .mbsc-calendar-slide {
  background: #fff;
}
.mbsc-material.mbsc-range-control-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mbsc-material.mbsc-range-control-wrapper .mbsc-material.mbsc-segmented-button.mbsc-selected {
  border-bottom-color: #1a73e8;
}
.mbsc-material.mbsc-range-control-value.active, .mbsc-material.mbsc-range-control-label.active {
  color: #1a73e8;
}
.mbsc-material.mbsc-range-control-text-empty, .mbsc-material.mbsc-range-control-text-empty.active {
  color: rgba(48, 48, 48, 0.4);
}
.mbsc-material.mbsc-range-label-clear {
  color: #b0b0b0;
}
.mbsc-material.mbsc-range-label-clear:hover {
  color: #7d7d7d;
}
.mbsc-material-dark {
  /* Range Controls */
}
.mbsc-material-dark.mbsc-datepicker .mbsc-calendar-slide {
  background: #303030;
}
.mbsc-material-dark.mbsc-datepicker-inline {
  background: #000;
  color: #fff;
}
.mbsc-material-dark.mbsc-datepicker-inline .mbsc-calendar-slide {
  background: #000;
}
.mbsc-material-dark.mbsc-range-control-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mbsc-material-dark.mbsc-range-control-wrapper .mbsc-material-dark.mbsc-segmented-button.mbsc-selected {
  border-bottom-color: #87b0f3;
}
.mbsc-material-dark.mbsc-range-control-value.active, .mbsc-material-dark.mbsc-range-control-label.active {
  color: #87b0f3;
}
.mbsc-material-dark.mbsc-range-control-text-empty, .mbsc-material-dark.mbsc-range-control-text-empty.active {
  color: rgba(255, 255, 255, 0.4);
}
.mbsc-material-dark.mbsc-range-label-clear {
  color: gray;
}
.mbsc-material-dark.mbsc-range-label-clear:hover {
  color: #b3b3b3;
}
.mbsc-windows {
  /* Range Control */
}
.mbsc-windows.mbsc-picker-header {
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid;
}
.mbsc-windows.mbsc-datepicker-tab {
  border-top: 1px solid;
  margin-top: -1px;
}
.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented {
  padding: 0;
  max-width: 100%;
  width: 18.5em;
}
.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-button.mbsc-font {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0.625em 1em;
  line-height: 1.25em;
  display: block;
  text-align: left;
}
.mbsc-windows.mbsc-range-control-wrapper .mbsc-segmented-button.mbsc-rtl {
  text-align: right;
}
.mbsc-windows.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-ltr {
  padding-right: 1.875em;
}
.mbsc-windows.mbsc-range-control-wrapper .mbsc-range-value-nonempty .mbsc-segmented-button.mbsc-rtl {
  padding-left: 1.875em;
}
.mbsc-windows.mbsc-datepicker-control-calendar.mbsc-datepicker-control-timegrid .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-windows.mbsc-datepicker-control-calendar.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-windows.mbsc-datepicker-control-date.mbsc-datepicker-control-time .mbsc-range-control-wrapper .mbsc-segmented, .mbsc-windows.mbsc-datepicker-control-datetime .mbsc-range-control-wrapper .mbsc-segmented {
  width: 26.25em;
}
.mbsc-windows.mbsc-range-control-label {
  font-size: 0.9375em;
  line-height: 1.6em;
}
.mbsc-windows.mbsc-range-control-value {
  font-size: 1.0625em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-windows.mbsc-range-label-clear {
  width: 1em;
  height: 1em;
  right: 0.4375em;
  margin-top: -0.5em;
}
.mbsc-windows.mbsc-range-label-clear.mbsc-ltr {
  right: 0.4375em;
}
.mbsc-windows.mbsc-range-label-clear.mbsc-rtl {
  left: 0.4375em;
}
.mbsc-windows.mbsc-datepicker-inline {
  background: #ffffff;
  color: #333333;
}
.mbsc-windows.mbsc-picker-header {
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-datepicker-tab {
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-range-control-wrapper {
  border-bottom: 1px solid #e6e6e6;
}
.mbsc-windows.mbsc-range-control-wrapper .mbsc-windows.mbsc-segmented-button.mbsc-selected {
  border-bottom-color: #0078d7;
}
.mbsc-windows.mbsc-range-control-wrapper .mbsc-windows.mbsc-segmented-button.mbsc-focus {
  box-shadow: 0 0 0 1px #333333 inset;
}
.mbsc-windows.mbsc-range-control-value.active, .mbsc-windows.mbsc-range-control-label.active {
  color: #0078d7;
}
.mbsc-windows.mbsc-range-control-text-empty, .mbsc-windows.mbsc-range-control-text-empty.active {
  color: rgba(51, 51, 51, 0.4);
}
.mbsc-windows.mbsc-range-label-clear {
  color: rgba(51, 51, 51, 0.6);
}
.mbsc-windows.mbsc-range-label-clear:hover {
  color: #333333;
}
.mbsc-windows-dark.mbsc-datepicker-inline {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-picker-header {
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-datepicker-tab {
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-range-control-wrapper {
  border-bottom: 1px solid #343434;
}
.mbsc-windows-dark.mbsc-range-control-wrapper .mbsc-windows-dark.mbsc-segmented-button.mbsc-selected {
  border-bottom-color: #0078d7;
}
.mbsc-windows-dark.mbsc-range-control-wrapper .mbsc-windows-dark.mbsc-segmented-button.mbsc-focus {
  box-shadow: 0 0 0 1px #ffffff inset;
}
.mbsc-windows-dark.mbsc-range-control-value.active, .mbsc-windows-dark.mbsc-range-control-label.active {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-range-control-text-empty, .mbsc-windows-dark.mbsc-range-control-text-empty.active {
  color: rgba(255, 255, 255, 0.4);
}
.mbsc-windows-dark.mbsc-range-label-clear {
  color: rgba(255, 255, 255, 0.6);
}
.mbsc-windows-dark.mbsc-range-label-clear:hover {
  color: #ffffff;
}
/* Needed for angular */
mbsc-datetime,
mbsc-date,
mbsc-time {
  display: block;
  width: 100%;
}
.mbsc-datepicker-inline {
  height: 100%;
}
.mbsc-datepicker .mbsc-calendar {
  height: 100%;
  max-width: 100%;
  padding-bottom: 0.5em;
  box-sizing: border-box;
  display: block;
}
.mbsc-datepicker .mbsc-calendar-header .mbsc-calendar-week-days {
  padding: 0 0.5em;
}
/* Start/end controls */
.mbsc-range-control-wrapper .mbsc-segmented-input {
  width: 1px;
}
.mbsc-range-label-clear {
  position: absolute;
  top: 50%;
}
/* Tabs */
.mbsc-datepicker-tab-wrapper {
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.mbsc-datepicker-tab {
  visibility: hidden;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.mbsc-datepicker-tab-expand {
  height: 100%;
}
.mbsc-datepicker-tab-active {
  visibility: visible;
}
.mbsc-datepicker-time-modal {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  max-width: none;
  height: 100%;
}
.mbsc-datepicker .mbsc-calendar-slide {
  padding: 0 0.5em;
}
.mbsc-ios.mbsc-list-item {
  margin-top: -1px;
  padding: 1em;
}
.mbsc-ios.mbsc-list-item:before, .mbsc-ios.mbsc-list-item:after {
  content: "";
  position: absolute;
  right: 0;
  left: 1em;
}
.mbsc-ios.mbsc-list-item.mbsc-rtl:before, .mbsc-ios.mbsc-list-item.mbsc-rtl:after {
  left: 0;
  right: 1em;
}
.mbsc-ios.mbsc-list-item:before {
  top: 0;
  transition: none;
}
.mbsc-ios.mbsc-list-item:after {
  bottom: 0;
}
.mbsc-ios.mbsc-list-item:first-child:before, .mbsc-ios.mbsc-list-item:last-child:after {
  left: 0;
  right: 0;
}
.mbsc-ios.mbsc-list-item.mbsc-hover, .mbsc-ios.mbsc-list-item.mbsc-active {
  z-index: 3;
}
.mbsc-ios.mbsc-list-item.mbsc-focus, .mbsc-ios.mbsc-list-item.mbsc-selected {
  z-index: 5;
}
.mbsc-ios.mbsc-list-item.mbsc-focus:before, .mbsc-ios.mbsc-list-item.mbsc-focus:after, .mbsc-ios.mbsc-list-item.mbsc-hover:before, .mbsc-ios.mbsc-list-item.mbsc-hover:after, .mbsc-ios.mbsc-list-item.mbsc-active:before, .mbsc-ios.mbsc-list-item.mbsc-active:after, .mbsc-ios.mbsc-list-item.mbsc-selected:before, .mbsc-ios.mbsc-list-item.mbsc-selected:after {
  left: 0;
  right: 0;
}
.mbsc-ios.mbsc-list-header {
  z-index: 4;
  margin-top: -1px;
  padding: 2.333334em 1.333334em 0.5em 1.333334em;
  font-size: 0.75em;
  line-height: 1.5em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
.mbsc-ios.mbsc-list-header:first-child {
  border-top: 0;
  margin-top: 0;
}
.mbsc-ios.mbsc-list-item-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0.25em;
  border-radius: 0.5em;
  transition: background-color 0.15s ease-in-out;
  pointer-events: none;
}
.mbsc-ios.mbsc-list-item {
  background: white;
  border-color: #cccccc;
  color: #000000;
}
.mbsc-ios.mbsc-list-item:before, .mbsc-ios.mbsc-list-item:after {
  border-top: 1px solid #cccccc;
}
.mbsc-ios.mbsc-list-header {
  background: #efeff4;
  color: #6e6e72;
  border-color: #cccccc;
}
.mbsc-ios.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.15);
}
.mbsc-ios-dark.mbsc-list-item {
  background: #000000;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-list-item:before, .mbsc-ios-dark.mbsc-list-item:after {
  border-top: 1px solid #333333;
}
.mbsc-ios-dark.mbsc-list-header {
  background: #1a1a1a;
  color: #8f8f8f;
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.15);
}
.mbsc-material.mbsc-list-header {
  margin-top: -1px;
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.5714em 1.14285em;
  background: #fff;
  color: #1a73e8;
}
.mbsc-material.mbsc-list-item {
  background: #fff;
  color: #303030;
}
.mbsc-material.mbsc-list-item.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-material.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material-dark.mbsc-list-header {
  background: #000;
  color: #87b0f3;
}
.mbsc-material-dark.mbsc-list-item {
  background: #000;
  color: #fff;
}
.mbsc-material-dark.mbsc-list-item.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-material-dark.mbsc-list-item.mbsc-active:before {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-windows.mbsc-list-header {
  font-weight: 500;
  line-height: 1.25em;
}
.mbsc-windows.mbsc-list-item {
  padding: 0.5em;
  line-height: 1.25em;
}
.mbsc-windows.mbsc-list-header, .mbsc-windows.mbsc-list-item {
  background: #ffffff;
  color: #333333;
}
.mbsc-windows.mbsc-list-item.mbsc-hover:before {
  background: rgba(51, 51, 51, 0.1);
}
.mbsc-windows.mbsc-list-item.mbsc-active:before {
  background: rgba(51, 51, 51, 0.2);
}
.mbsc-windows-dark.mbsc-list-header, .mbsc-windows-dark.mbsc-list-item {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-list-item.mbsc-hover:before {
  background: rgba(255, 255, 255, 0.22);
}
.mbsc-windows-dark.mbsc-list-item.mbsc-active:before {
  background: rgba(255, 255, 255, 0.3);
}
.mbsc-list {
  display: block;
}
.mbsc-list-header {
  display: flex;
}
.mbsc-list-item {
  position: relative;
  z-index: 2;
  list-style: none;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25em;
}
.mbsc-list-item-actionable {
  cursor: pointer;
}
.mbsc-list-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: background-color 0.2s ease-out;
}
.mbsc-list-item:focus {
  outline: 0;
}
.mbsc-list-item::-moz-focus-inner {
  border: 0;
}
.mbsc-schedule-grid-wrapper {
  overflow: hidden;
  position: relative;
}
.mbsc-timeline-resource-col,
.mbsc-timeline-date-col,
.mbsc-timeline-sidebar-col,
.mbsc-schedule-time-col {
  flex: none;
  width: 4.25em;
  box-sizing: border-box;
}
/* Schedule grid */
.mbsc-timeline-grid-scroll,
.mbsc-schedule-grid-scroll {
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* Borders */
.mbsc-schedule-all-day-item::after,
.mbsc-timeline-day-border::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.mbsc-schedule-all-day-item.mbsc-ltr::after,
.mbsc-timeline-day-border.mbsc-ltr::after {
  left: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
.mbsc-schedule-all-day-item.mbsc-rtl::after,
.mbsc-timeline-day-border.mbsc-rtl::after {
  right: 100%;
  border-left-style: solid;
  border-left-width: 1px;
}
.mbsc-schedule-column.mbsc-ltr,
.mbsc-timeline-slot-header.mbsc-rtl,
.mbsc-timeline-header-date.mbsc-rtl,
.mbsc-timeline-header-column.mbsc-rtl,
.mbsc-timeline-resource.mbsc-rtl,
.mbsc-timeline-resource-header-cont.mbsc-rtl,
.mbsc-timeline-resource-footer-cont.mbsc-rtl,
.mbsc-timeline-column.mbsc-rtl,
.mbsc-timeline-sidebar-resource.mbsc-ltr,
.mbsc-timeline-sidebar-header-cont.mbsc-ltr,
.mbsc-timeline-sidebar-footer-cont.mbsc-ltr,
.mbsc-timeline-footer-date.mbsc-rtl,
.mbsc-timeline-row-date.mbsc-rtl {
  border-left-style: solid;
  border-left-width: 1px;
}
.mbsc-schedule-column.mbsc-rtl,
.mbsc-timeline-slot-header.mbsc-ltr,
.mbsc-timeline-header-date.mbsc-ltr,
.mbsc-timeline-header-column.mbsc-ltr,
.mbsc-timeline-resource.mbsc-ltr,
.mbsc-timeline-resource-header-cont.mbsc-ltr,
.mbsc-timeline-resource-footer-cont.mbsc-ltr,
.mbsc-timeline-column.mbsc-ltr,
.mbsc-timeline-sidebar-resource.mbsc-rtl,
.mbsc-timeline-sidebar-header-cont.mbsc-rtl,
.mbsc-timeline-sidebar-footer-cont.mbsc-rtl,
.mbsc-timeline-footer-date.mbsc-ltr,
.mbsc-timeline-row-date.mbsc-ltr {
  border-right-style: solid;
  border-right-width: 1px;
}
/* Schedule event */
.mbsc-schedule-event:focus {
  outline: none;
}
.mbsc-schedule-event {
  position: absolute;
  padding: 1px 0;
  box-sizing: border-box;
  min-height: 0.75em;
  z-index: 1;
}
.mbsc-schedule-event.mbsc-ltr {
  left: 0;
}
.mbsc-schedule-event.mbsc-rtl {
  right: 0;
}
.mbsc-schedule-event-hover {
  cursor: pointer;
}
.mbsc-schedule-event-inner {
  position: relative;
  max-height: 100%;
  margin: 0 0.2em;
  line-height: 1.5em;
  font-size: 0.625em;
  padding: 0.5em;
  box-sizing: border-box;
  overflow: hidden;
}
.mbsc-schedule-event-small-height.mbsc-schedule-event-inner {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2em;
  margin-top: -1px;
}
.mbsc-schedule-event-small-height.mbsc-schedule-event-inner .mbsc-schedule-event-title {
  font-size: 1em;
}
.mbsc-schedule-event-background {
  position: absolute;
  top: -0.5em;
  left: 1px;
  right: 1px;
  bottom: -0.5em;
  background: currentColor;
}
.mbsc-schedule-event-start .mbsc-schedule-event-background {
  top: 1px;
}
.mbsc-schedule-event-end .mbsc-schedule-event-background {
  bottom: 1px;
}
.mbsc-schedule-event-range {
  font-size: 0.8em;
}
.mbsc-schedule-event-all-day {
  position: relative;
  display: block;
  padding: 0 0.25em;
  margin: 0.125em 0;
  min-height: 0;
  box-sizing: border-box;
  z-index: 2;
}
.mbsc-schedule-event-all-day-placeholder {
  z-index: -1;
}
.mbsc-schedule-event-all-day-inner {
  position: relative;
  height: 1.6em;
  line-height: 1.6em;
  margin: 0;
  padding: 0 0.3em;
  font-size: 0.625em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background {
  top: 0;
  bottom: 0;
}
/* Event Drag & drop */
.mbsc-schedule-event-dragging {
  position: absolute;
  top: 0;
  z-index: 3;
}
.mbsc-schedule-event-inactive {
  opacity: 0.5;
}
.mbsc-schedule-event-hidden {
  visibility: hidden;
}
/* Event resize handles */
.mbsc-schedule-event-resize {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 0.25em;
  z-index: 1;
  cursor: ns-resize;
}
.mbsc-schedule-event-resize-start {
  top: 0;
}
.mbsc-schedule-event-resize-end {
  bottom: 0;
}
.mbsc-schedule-event-resize-start:after {
  top: -0.25em;
  right: 0.5em;
}
.mbsc-schedule-event-resize-end:after {
  bottom: -0.25em;
  left: 0.5em;
}
.mbsc-schedule-event-resize:after {
  content: "";
  position: absolute;
  margin: 1px 0;
  width: 0.5em;
  height: 0.5em;
  background: #fff;
  border-radius: 50%;
  border: 1px solid currentColor;
  box-sizing: border-box;
}
.mbsc-schedule-event-resize-start-touch:before,
.mbsc-schedule-event-resize-end-touch:before {
  content: "";
  position: absolute;
  margin: 1px 0;
  width: 1.5em;
  height: 1em;
}
.mbsc-schedule-event-resize-start-touch:before {
  top: -0.5em;
  right: 0;
}
.mbsc-schedule-event-resize-end-touch:before {
  bottom: -0.5em;
  left: 0;
}
.mbsc-schedule-event-dragging .mbsc-schedule-event-resize,
.mbsc-schedule-event-hover .mbsc-schedule-event-resize {
  display: block;
}
.mbsc-schedule-drag-clone {
  max-width: 200px;
  max-height: 200px;
  opacity: 1;
}
.mbsc-schedule-drag-clone .mbsc-schedule-event-resize {
  display: none;
}
/* Blocking and colored date styles */
.mbsc-schedule-invalid,
.mbsc-schedule-color {
  position: absolute;
  top: -0.5em;
  bottom: -0.5em;
  left: 0;
  right: 0;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
}
.mbsc-schedule-invalid-all-day,
.mbsc-schedule-color-all-day {
  top: 0;
  bottom: 0;
  z-index: -1;
}
.mbsc-schedule-invalid-start,
.mbsc-schedule-color-start {
  padding-top: 0.5em;
  margin-top: -0.5em;
}
.mbsc-schedule-invalid-end,
.mbsc-schedule-color-end {
  padding-bottom: 0.5em;
}
.mbsc-schedule-invalid-text,
.mbsc-schedule-color-text {
  padding: 0.375em;
  font-size: 0.75em;
}
.mbsc-schedule-color-text {
  opacity: 0.8;
}
/* Time indicator */
.mbsc-schedule-time-indicator {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.mbsc-schedule-time-indicator-x {
  border-bottom: 1px solid;
}
.mbsc-schedule-time-indicator-x.mbsc-ltr {
  left: 4.25em;
  right: 0;
}
.mbsc-schedule-time-indicator-x.mbsc-rtl {
  right: 4.25em;
  left: 0;
}
.mbsc-schedule-time-indicator-y {
  border-left: 1px solid;
  top: 2em;
  bottom: 0;
  margin-top: -0.25em;
}
.mbsc-schedule-time-indicator-y.mbsc-ltr {
  margin-left: -1px;
}
.mbsc-schedule-time-indicator-y.mbsc-rtl {
  margin-right: -1px;
}
.mbsc-schedule-time-indicator-day {
  position: absolute;
  width: 14.285714%;
}
.mbsc-schedule-time-indicator-day:before {
  content: "";
  position: absolute;
  width: 0.4375em;
  height: 0.4375em;
  margin-top: -0.1875em;
  margin-left: -0.1875em;
  margin-right: -0.1875em;
  border-radius: 50%;
  z-index: 1;
}
.mbsc-schedule-time-indicator-day.mbsc-ltr:before {
  left: 0;
}
.mbsc-schedule-time-indicator-day.mbsc-rtl:before {
  right: 0;
}
.mbsc-schedule-time-indicator-time {
  position: absolute;
  top: -1em;
  font-size: 0.625em;
  line-height: 2em;
  margin-top: 1px;
  padding: 0 0.8em;
  white-space: nowrap;
}
.mbsc-schedule-time-indicator-time-y {
  top: -1.8em;
  padding: 0 0.5em;
  margin-left: -0.5em;
  margin-right: -0.5em;
  line-height: 1.6em;
}
.mbsc-schedule-time-indicator-time-x.mbsc-ltr,
.mbsc-schedule-time-indicator-time-y.mbsc-rtl {
  right: 100%;
}
.mbsc-schedule-time-indicator-time-x.mbsc-rtl,
.mbsc-schedule-time-indicator-time-y.mbsc-ltr {
  left: 100%;
}
/* Cursor indicator */
.mbsc-schedule-cursor-time {
  position: absolute;
  z-index: 3;
  font-size: 0.625em;
  line-height: 2em;
  white-space: nowrap;
  box-sizing: border-box;
}
.mbsc-schedule-cursor-time-x {
  margin-top: -1em;
}
.mbsc-schedule-cursor-time-x.mbsc-ltr {
  text-align: right;
}
.mbsc-schedule-cursor-time-x.mbsc-rtl {
  text-align: left;
}
.mbsc-schedule-cursor-time-y {
  padding: 0 0.5em;
  top: 0.9em;
}
@supports (overflow: clip) {
  .mbsc-schedule-event-inner {
    position: sticky;
    top: 0;
  }
}
.mbsc-schedule-wrapper {
  overflow: auto;
}
.mbsc-schedule-grid {
  height: 100%;
}
/* Resource groups */
.mbsc-schedule-resource-group {
  box-sizing: border-box;
  flex-basis: 16em;
}
.mbsc-schedule-resource-group:first-child:last-child {
  flex-basis: 0;
}
.mbsc-schedule-resource-group.mbsc-ltr {
  border-left-width: 2px;
  border-left-style: solid;
}
.mbsc-schedule-resource-group.mbsc-rtl {
  border-right-width: 2px;
  border-right-style: solid;
}
.mbsc-schedule-resource-group:first-child {
  border: 0;
}
/* Schedule header */
.mbsc-schedule-date-header-text {
  line-height: 1.5em;
  text-align: center;
}
.mbsc-schedule-header {
  overflow: hidden;
}
.mbsc-schedule-all-day-group-wrapper,
.mbsc-schedule-header-wrapper {
  min-width: 0;
  overflow: hidden;
}
.mbsc-schedule-header-item {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.25em;
}
.mbsc-schedule-header-item.mbsc-hover {
  cursor: pointer;
}
.mbsc-schedule-header-dayname {
  font-size: 0.75em;
}
.mbsc-schedule-header-day {
  font-size: 1.125em;
}
/* Schedule column width for: header item, header resource, all-day item, schedule column  */
.mbsc-schedule-col-width {
  box-sizing: border-box;
  width: 2.5em;
}
.mbsc-schedule-wrapper-multi .mbsc-schedule-col-width {
  width: 6.25em;
}
/* Resource title */
.mbsc-schedule-resource {
  overflow: hidden;
}
.mbsc-schedule-resource-title {
  padding: 0.5em;
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
}
/* Schedule all day event container */
.mbsc-schedule-all-day-cont {
  position: relative;
}
.mbsc-schedule-all-day-wrapper {
  position: relative;
  max-height: 7.8125em;
  overflow-x: hidden;
  overflow-y: scroll;
}
.mbsc-schedule-all-day-wrapper-shadow:after {
  content: "";
  box-shadow: inset 0 0.5em 0.25em -0.5em rgba(48, 48, 48, 0.5);
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: 4;
  pointer-events: none;
}
.mbsc-schedule-all-day-item {
  position: relative;
}
.mbsc-schedule-all-day-item:first-child,
.mbsc-schedule-column:first-child {
  border: 0;
}
.mbsc-schedule-timezone-labels {
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-weight: bold;
}
.mbsc-schedule-timezone-label {
  font-size: 0.75em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbsc-schedule-time-indicator-tz {
  width: 5.666667em;
}
.mbsc-schedule-time-indicator-tz.mbsc-ltr,
.mbsc-schedule-timezone-label.mbsc-ltr {
  text-align: right;
}
.mbsc-schedule-time-indicator-tz.mbsc-rtl,
.mbsc-schedule-timezone-label.mbsc-rtl {
  text-align: left;
}
/* Time section */
.mbsc-schedule-time-wrapper {
  position: relative;
  width: 4.25em;
  height: 3.125em;
  box-sizing: border-box;
  pointer-events: auto;
}
.mbsc-schedule-time {
  position: relative;
  line-height: 2em;
  top: -1em;
  font-size: 0.75em;
}
.mbsc-schedule-time-end {
  position: absolute;
  top: auto;
  bottom: -1em;
  left: 0;
  right: 0;
}
.mbsc-schedule-time-col.mbsc-ltr {
  text-align: right;
}
.mbsc-schedule-time-col.mbsc-rtl {
  text-align: left;
}
.mbsc-schedule-time-cont-pos {
  position: relative;
}
/* Grid */
.mbsc-schedule-time-cont-inner {
  position: absolute;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  height: 100%;
  box-sizing: border-box;
  padding: 0.5em 0;
}
.mbsc-schedule-column {
  padding: 0.5em 0;
}
.mbsc-schedule-column-inner {
  position: relative;
}
.mbsc-schedule-all-day-item,
.mbsc-schedule-item {
  box-sizing: border-box;
}
.mbsc-schedule-item {
  height: 3.125em;
  position: relative;
  border-top: 1px solid;
}
.mbsc-schedule-item-last {
  border-bottom: 1px solid;
}
/* Event spacing */
.mbsc-schedule-events {
  position: absolute;
  height: 100%;
}
.mbsc-schedule-events.mbsc-ltr {
  left: 0;
  right: 0.5em;
}
.mbsc-schedule-events.mbsc-rtl {
  right: 0;
  left: 0.5em;
}
/* All day events */
.mbsc-schedule-event-all-day {
  /* Increase touch area for resize dots */
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize {
  width: 0.25em;
  height: 100%;
  cursor: ew-resize;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize:after {
  top: 50%;
  right: auto;
  left: auto;
  margin-top: -0.25em;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-ltr,
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-rtl {
  right: auto;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-ltr,
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-rtl {
  left: auto;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-ltr:after,
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-rtl:after {
  right: -0.25em;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end.mbsc-ltr:after,
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start.mbsc-rtl:after {
  left: -0.25em;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-start-touch:before {
  height: 1.5em;
  top: 50%;
  left: -0.75em;
  right: auto;
  margin-top: -0.75em;
}
.mbsc-schedule-event-all-day .mbsc-schedule-event-resize-end-touch:before {
  height: 1.5em;
  top: 50%;
  left: auto;
  right: -0.75em;
  margin-top: -0.75em;
}
/* Large screen */
.mbsc-calendar-width-md .mbsc-schedule-event-title {
  font-size: 1.2em;
}
.mbsc-calendar-width-md .mbsc-schedule-event-range {
  font-size: 1em;
}
.mbsc-calendar-width-md .mbsc-schedule-event-all-day-title {
  font-size: 1em;
}
.mbsc-calendar-width-md .mbsc-schedule-event-all-day-inner {
  font-size: 0.75em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 0.333334em;
}
.mbsc-timeline {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.mbsc-timeline.mbsc-ltr {
  margin-right: -1px;
}
.mbsc-timeline.mbsc-rtl {
  margin-left: -1px;
}
/* Resource column */
.mbsc-timeline-resource-col,
.mbsc-timeline-sidebar-col {
  width: 12em;
}
.mbsc-timeline-resources,
.mbsc-timeline-sidebar {
  position: absolute;
  top: 0;
  bottom: 15px;
  z-index: 4;
  overflow: hidden;
}
.mbsc-timeline-resources.mbsc-ltr,
.mbsc-timeline-sidebar.mbsc-rtl {
  left: 0;
}
.mbsc-timeline-resources.mbsc-rtl,
.mbsc-timeline-sidebar.mbsc-ltr {
  right: 0;
}
.mbsc-timeline-resource-header-cont,
.mbsc-timeline-resource-footer-cont,
.mbsc-timeline-sidebar-header-cont,
.mbsc-timeline-sidebar-footer-cont {
  position: relative;
  z-index: 5;
  overflow: hidden;
  pointer-events: auto;
}
.mbsc-timeline-resource,
.mbsc-timeline-sidebar-resource {
  box-sizing: border-box;
  overflow: hidden;
}
/* Hierarchy */
.mbsc-timeline-parent {
  background: rgba(230, 230, 230, 0.25);
}
.mbsc-timeline-resource-icon {
  font-size: 0.875em;
  font-weight: 600;
  margin: 0.357143em 0;
  cursor: pointer;
  box-sizing: content-box;
}
.mbsc-timeline-resource-icon.mbsc-ltr {
  margin-left: 0.5em;
}
.mbsc-timeline-resource-icon.mbsc-rtl {
  margin-right: 0.5em;
}
.mbsc-timeline-resource-header,
.mbsc-timeline-resource-footer,
.mbsc-timeline-resource-title,
.mbsc-timeline-sidebar-header,
.mbsc-timeline-sidebar-resource-title,
.mbsc-timeline-sidebar-footer {
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.5em;
}
/* Header and footer */
.mbsc-timeline-header,
.mbsc-timeline-footer {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  overflow: hidden;
}
.mbsc-timeline-header {
  top: 0;
}
.mbsc-timeline-footer {
  bottom: 0;
  margin-top: -1px;
}
.mbsc-timeline-header-bg,
.mbsc-timeline-footer-bg {
  position: relative;
}
.mbsc-timeline-day {
  position: relative;
  min-width: 9em;
  box-sizing: border-box;
}
.mbsc-timeline-day-month {
  min-width: 0;
}
.mbsc-timeline-header-column.mbsc-timeline-no-border,
.mbsc-timeline-column.mbsc-timeline-no-border {
  border-left: 0;
  border-right: 0;
}
.mbsc-timeline-month {
  min-width: 0;
  position: relative;
}
.mbsc-timeline-header-month,
.mbsc-timeline-header-week {
  min-height: 1.625em;
  box-sizing: border-box;
}
.mbsc-timeline-footer-date,
.mbsc-timeline-header-date {
  min-height: 1.625em;
  box-sizing: border-box;
}
.mbsc-timeline-header-month-last.mbsc-ltr,
.mbsc-timeline-header-week-last.mbsc-ltr,
.mbsc-timeline-footer-week-last.mbsc-ltr {
  border-right-width: 1px;
  border-right-style: solid;
}
.mbsc-timeline-header-month-last.mbsc-rtl,
.mbsc-timeline-header-week-last.mbsc-rtl {
  border-left-width: 1px;
  border-left-style: solid;
}
.mbsc-timeline-header-month-text,
.mbsc-timeline-header-date-text,
.mbsc-timeline-header-week-text,
.mbsc-timeline-footer-month-text,
.mbsc-timeline-footer-week-text {
  font-size: 0.875em;
  padding: 0 0.285714em;
  line-height: 1.785715em;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mbsc-timeline-header-month-text {
  font-weight: bold;
}
.mbsc-timeline-header-date-cont,
.mbsc-timeline-header-week-cont,
.mbsc-timeline-header-month-cont,
.mbsc-timeline-header-year-cont,
.mbsc-timeline-header-date-text,
.mbsc-timeline-header-month-text-last,
.mbsc-timeline-header-week-text-last {
  max-width: 100%;
  overflow: hidden;
}
.mbsc-timeline-header-month-cont,
.mbsc-timeline-header-week-cont {
  white-space: nowrap;
}
.mbsc-timeline-header-active {
  position: relative;
  z-index: 0;
  padding: 0 0.714286em;
}
.mbsc-timeline-header-active::after {
  content: "";
  position: absolute;
  top: 0.142857em;
  left: 0.142857em;
  right: 0.142857em;
  bottom: 0.142857em;
  border-radius: 0.75em;
  z-index: -1;
}
.mbsc-timeline-header-column,
.mbsc-timeline-footer-column {
  min-height: 1.625em;
  overflow: hidden;
}
.mbsc-timeline-header-time,
.mbsc-timeline-footer-time {
  padding: 0 0.5em;
  font-size: 0.625em;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 2.6em;
}
.mbsc-timeline .mbsc-timeline-time-indicator-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow: hidden;
  padding-top: 2em;
  margin-top: -2em;
  pointer-events: none;
  box-sizing: content-box;
}
/* Sticky header */
.mbsc-timeline-header-sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  pointer-events: none;
}
.mbsc-timeline-header-sticky .mbsc-timeline-header-date {
  border-left: 0;
  border-right: 0;
}
/* Sticky footer */
.mbsc-timeline-footer-sticky {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  pointer-events: none;
}
/* Grid */
.mbsc-timeline-column,
.mbsc-timeline-header-column {
  width: 4.625em;
  box-sizing: border-box;
  position: relative;
}
.mbsc-timeline-grid-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}
.mbsc-timeline-grid {
  position: relative;
  overflow: hidden;
}
.mbsc-timeline-row {
  height: 3.25em;
  position: relative;
  box-sizing: border-box;
}
.mbsc-timeline-hidden {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
}
.mbsc-timeline-row-group {
  position: relative;
}
.mbsc-timeline-row-group::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.mbsc-timeline-row-group:last-child::after {
  display: none;
}
.mbsc-timeline-row-date {
  box-sizing: border-box;
}
.mbsc-timeline-row-date .mbsc-timeline-header-date-text {
  white-space: normal;
  line-height: 1.285715em;
  padding-top: 0.285715em;
  padding-bottom: 0.285715em;
}
.mbsc-timeline-row-resource-col {
  overflow: hidden;
}
.mbsc-timeline-row-date-col {
  width: 5.5em;
}
.mbsc-timeline-date-col {
  width: 8.75em;
}
.mbsc-timeline-row-gutter {
  height: 1em;
}
.mbsc-timeline-resource,
.mbsc-timeline-resource-header-cont,
.mbsc-timeline-sidebar-resource,
.mbsc-timeline-sidebar-header-cont,
.mbsc-timeline-header-date,
.mbsc-timeline-header-month,
.mbsc-timeline-header-week,
.mbsc-timeline-header-column,
.mbsc-timeline-row,
.mbsc-timeline-row-date,
.mbsc-timeline-row-group::after {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.mbsc-timeline-footer-date,
.mbsc-timeline-footer-week,
.mbsc-timeline-footer-column,
.mbsc-timeline-resource-footer-cont,
.mbsc-timeline-sidebar-footer-cont {
  border-top-style: solid;
  border-top-width: 1px;
}
/* Events */
.mbsc-timeline-events {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 1em;
}
.mbsc-timeline-event {
  z-index: 2;
  min-width: 0.75em;
  padding: 6px 0 0 0;
}
.mbsc-timeline-event.mbsc-schedule-event-all-day {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.mbsc-timeline-event .mbsc-schedule-event-all-day-inner {
  font-size: 0.75em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 0.333334em;
}
.mbsc-timeline-event .mbsc-schedule-event-title,
.mbsc-timeline-event .mbsc-schedule-event-range {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mbsc-timeline-event-background {
  margin-top: 6px;
  top: 0;
  bottom: 0;
}
.mbsc-timeline-event-resize {
  width: 0.25em;
  top: 6px;
  bottom: 0;
  right: auto;
  left: auto;
  cursor: ew-resize;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start.mbsc-ltr, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-end.mbsc-rtl {
  height: auto;
  left: 0;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end.mbsc-ltr, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-start.mbsc-rtl {
  height: auto;
  right: 0;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end:after, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-start:after {
  top: 50%;
  margin-top: -0.25em;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-end:after {
  left: -0.125em;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start:after {
  right: -0.125em;
}
.mbsc-timeline-event-resize.mbsc-schedule-event-resize-start-touch:before, .mbsc-timeline-event-resize.mbsc-schedule-event-resize-end-touch:before {
  height: 1.5em;
  top: 50%;
  left: 50%;
  margin: -0.75em 0 0 -0.75em;
}
.mbsc-timeline-event-listing {
  position: absolute;
  margin: 0;
}
.mbsc-timeline-event-listing.mbsc-timeline-event-dragging {
  position: absolute;
  top: 0;
}
.mbsc-timeline-event-slot {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 2px;
}
/* Invalid, color */
.mbsc-timeline-color,
.mbsc-timeline-invalid {
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
/* No time displayed */
.mbsc-timeline-header-column.mbsc-timeline-no-height,
.mbsc-timeline-footer-column.mbsc-timeline-no-height {
  border: 0;
  height: 0;
  min-height: 0;
}
/* Connections */
.mbsc-connections {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.mbsc-connection {
  stroke-width: 1.5px;
  fill: none;
  pointer-events: visibleStroke;
}
/* Slots */
.mbsc-timeline-slots {
  height: 1.625em;
  box-sizing: border-box;
  border-bottom: 1px solid;
}
.mbsc-timeline-slot {
  position: relative;
  width: 8em;
  box-sizing: border-box;
}
.mbsc-timeline-slot-title {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.785715em;
  padding: 0 0.285714em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Sticky positioning */
.mbsc-has-sticky {
  /* Needed for Safari, otherwise the scrollbar appears behind the sticky elements */
}
.mbsc-has-sticky .mbsc-timeline-grid-scroll.mbsc-ltr {
  position: relative;
}
.mbsc-has-sticky .mbsc-timeline-header,
.mbsc-has-sticky .mbsc-timeline-footer {
  position: sticky;
  left: auto;
  right: auto;
  overflow: visible;
}
.mbsc-has-sticky .mbsc-timeline-resources.mbsc-ltr,
.mbsc-has-sticky .mbsc-timeline-sidebar.mbsc-ltr {
  position: sticky;
  top: auto;
  bottom: auto;
  overflow: visible;
}
@supports (overflow: clip) {
  .mbsc-timeline-grid {
    overflow: clip;
  }
  .mbsc-timeline .mbsc-schedule-event-inner {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
  }
  .mbsc-timeline.mbsc-ltr .mbsc-schedule-event-inner {
    left: 192px;
  }
  .mbsc-timeline.mbsc-rtl .mbsc-schedule-event-inner {
    right: 192px;
  }
  .mbsc-timeline-no-resource.mbsc-ltr .mbsc-schedule-event-inner {
    left: 140px;
  }
  .mbsc-timeline-no-resource.mbsc-rtl .mbsc-schedule-event-inner {
    right: 140px;
  }
  .mbsc-timeline-event-slot .mbsc-schedule-event-inner {
    position: relative;
    display: block;
  }
  .mbsc-timeline .mbsc-timeline-event-slot .mbsc-schedule-event-inner,
  .mbsc-timeline.mbsc-timeline-no-rows .mbsc-schedule-event-inner {
    left: 0;
    right: 0;
  }
}
.mbsc-ios {
  /* Schedule view */
  /* TODO: refactor this without cascade */
  /* Header */
  /* Timezone labels, indicators */
  /* Grid & All-day row */
  /* Schedule event style */
  /* Schedule event all-day style */
  /* Large screen styles */
  /* timeline resource icon */
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header-vertical {
  margin-bottom: -1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-wrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.mbsc-ios.mbsc-popover-list .mbsc-event:last-child:after {
  display: none;
}
.mbsc-ios.mbsc-event-day.mbsc-list-header {
  font-weight: bold;
  padding: 0.5em 1em;
  line-height: 1.5em;
  text-transform: none;
}
.mbsc-ios.mbsc-event-time {
  width: 6em;
  font-size: 0.875em;
  line-height: 1.428572em;
}
.mbsc-ios.mbsc-event-color {
  width: 0.25em;
  border-radius: 0.125em;
  margin: 0 0.5em 0 -0.5em;
}
.mbsc-ios.mbsc-event-color.mbsc-rtl {
  margin: 0 -0.5em 0 0.5em;
}
.mbsc-ios.mbsc-event-time.mbsc-ltr {
  text-align: right;
}
.mbsc-ios.mbsc-event-time.mbsc-rtl {
  text-align: left;
}
.mbsc-ios.mbsc-event-end {
  opacity: 0.7;
}
.mbsc-ios.mbsc-event-text {
  font-weight: 500;
}
.mbsc-ios.mbsc-event-sep {
  display: none;
}
.mbsc-ios.mbsc-calendar-button-today {
  font-weight: 500;
  padding: 0;
}
.mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-day, .mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-wrapper {
  border: 0;
}
.mbsc-ios.mbsc-schedule-wrapper {
  position: relative;
  margin-top: -1px;
  z-index: 2;
}
.mbsc-ios.mbsc-schedule-header {
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-schedule-header-item {
  padding: 0.4375em 0;
  line-height: 1.75em;
}
.mbsc-ios.mbsc-schedule-header-item.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 1px;
}
.mbsc-ios.mbsc-schedule-header-item.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 1px;
}
.mbsc-ios.mbsc-schedule-header-item:first-child {
  border: 0;
}
.mbsc-ios.mbsc-schedule-header-dayname {
  font-size: 1em;
  font-weight: 400;
}
.mbsc-ios.mbsc-schedule-header-day {
  display: inline-block;
  height: 1.625em;
  width: 1.625em;
  line-height: 1.625em;
  border-radius: 50%;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}
.mbsc-ios.mbsc-schedule-header-item-large {
  padding: 0.1875em 0;
}
.mbsc-ios.mbsc-schedule-header-item-large.mbsc-schedule-header-item {
  border-color: transparent;
}
.mbsc-ios.mbsc-schedule-header-item-large .mbsc-schedule-header-dayname {
  display: inline-block;
  padding: 0 0.375em;
  font-size: 1em;
  font-weight: 400;
}
.mbsc-ios.mbsc-schedule-all-day-wrapper {
  max-height: 3.125em;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-schedule-all-day-text {
  padding: 0.5em 0.666667em;
  font-size: 0.75em;
  text-transform: lowercase;
}
.mbsc-ios.mbsc-schedule-timezone-label {
  line-height: 2.5em;
  padding: 0 0.666667em;
}
.mbsc-ios.mbsc-schedule-date-header {
  position: relative;
  z-index: 3;
  will-change: opacity;
  border-bottom: 1px solid;
}
.mbsc-ios.mbsc-schedule-date-header-text {
  padding: 0.5em;
  font-size: 0.75em;
  font-weight: bold;
}
.mbsc-ios.mbsc-schedule-resource.mbsc-ltr {
  border-left-width: 1px;
  border-left-style: solid;
}
.mbsc-ios.mbsc-schedule-resource.mbsc-rtl {
  border-right-width: 1px;
  border-right-style: solid;
}
.mbsc-ios.mbsc-schedule-resource:first-child {
  border: 0;
}
.mbsc-ios.mbsc-schedule-all-day-item {
  padding: 0.25em 0;
  min-height: 1.875em;
}
.mbsc-ios.mbsc-schedule-time {
  font-size: 0.625em;
  padding: 0 0.8em;
}
.mbsc-ios.mbsc-schedule-cursor-time-x {
  width: 6.8em;
  padding: 0 0.8em;
}
.mbsc-ios.mbsc-schedule-event:after {
  content: "";
  position: absolute;
  top: -0.5em;
  right: 1px;
  bottom: -0.5em;
  left: 1px;
  z-index: -1;
}
.mbsc-ios.mbsc-schedule-event-start:after {
  top: 1px;
}
.mbsc-ios.mbsc-schedule-event-end:after {
  bottom: 1px;
}
.mbsc-ios.mbsc-schedule-event-custom:after {
  display: none;
}
.mbsc-ios.mbsc-schedule-event-background {
  opacity: 0.3;
  transition: opacity 0.15s ease-in-out;
}
.mbsc-ios.mbsc-schedule-event-start:after,
.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-background {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.mbsc-ios.mbsc-schedule-event-end:after,
.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-background {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.mbsc-ios.mbsc-timeline-event:after {
  margin-top: 6px;
  top: 0;
  bottom: 0;
}
.mbsc-ios.mbsc-timeline-event-start.mbsc-ltr:after,
.mbsc-ios.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-background, .mbsc-ios.mbsc-timeline-event-end.mbsc-rtl:after,
.mbsc-ios.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-background {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.mbsc-ios.mbsc-timeline-event-end.mbsc-ltr:after,
.mbsc-ios.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-background, .mbsc-ios.mbsc-timeline-event-start.mbsc-rtl:after,
.mbsc-ios.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-background {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.mbsc-ios.mbsc-schedule-event-hover .mbsc-schedule-event-background {
  opacity: 0.6;
}
.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-background, .mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-background {
  opacity: 0.9;
}
.mbsc-ios.mbsc-schedule-event-dragging {
  top: 0.25em;
}
.mbsc-ios.mbsc-timeline-event-dragging {
  top: 0;
}
.mbsc-ios.mbsc-schedule-event-bar {
  position: absolute;
  top: -0.5em;
  bottom: -0.5em;
  width: 0.1875em;
  background: currentColor;
}
.mbsc-ios.mbsc-schedule-event-bar.mbsc-ltr {
  left: 1px;
}
.mbsc-ios.mbsc-schedule-event-bar.mbsc-rtl {
  right: 1px;
}
.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar {
  top: 1px;
}
.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar.mbsc-ltr {
  border-top-left-radius: 0.1875em;
}
.mbsc-ios.mbsc-schedule-event-start .mbsc-schedule-event-bar.mbsc-rtl {
  border-top-left-radius: 0.1875em;
}
.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar {
  bottom: 1px;
}
.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar.mbsc-ltr {
  border-bottom-left-radius: 0.1875em;
}
.mbsc-ios.mbsc-schedule-event-end .mbsc-schedule-event-bar.mbsc-rtl {
  border-bottom-left-radius: 0.1875em;
}
.mbsc-ios.mbsc-schedule-event-title {
  font-weight: 600;
}
.mbsc-ios.mbsc-schedule-event-all-day:after {
  top: 0;
  bottom: 0;
}
.mbsc-ios.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background {
  border-radius: 0;
}
.mbsc-ios.mbsc-timeline-event-start.mbsc-schedule-event-all-day.mbsc-ltr:after, .mbsc-ios.mbsc-timeline-event-end.mbsc-schedule-event-all-day.mbsc-rtl:after, .mbsc-ios.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-start.mbsc-schedule-event-all-day.mbsc-ltr:after, .mbsc-ios.mbsc-schedule-event-end.mbsc-schedule-event-all-day.mbsc-rtl:after, .mbsc-ios.mbsc-schedule-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background {
  left: 0.25em;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.mbsc-ios.mbsc-timeline-event-end.mbsc-schedule-event-all-day.mbsc-ltr:after, .mbsc-ios.mbsc-timeline-event-start.mbsc-schedule-event-all-day.mbsc-rtl:after, .mbsc-ios.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-end.mbsc-schedule-event-all-day.mbsc-ltr:after, .mbsc-ios.mbsc-schedule-event-start.mbsc-schedule-event-all-day.mbsc-rtl:after, .mbsc-ios.mbsc-schedule-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-ios.mbsc-schedule-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background {
  right: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-all-day-wrapper {
  max-height: 3.5em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-time,
.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-time-indicator-time-x {
  font-size: 0.75em;
  padding: 0 0.666667em;
}
.mbsc-ios.mbsc-calendar-width-md .mbsc-schedule-cursor-time-x {
  font-size: 0.75em;
  width: 5.666667em;
  padding: 0 0.666667em;
}
.mbsc-ios.mbsc-timeline-resource-icon {
  width: 1.214286em;
  padding: 0 0.142858em;
}
.mbsc-ios {
  /* Calendar view */
  /* Agenda view */
  /* Popover events */
  /* Schedule view */
  /* TODO: refactor this without cascade */
  /* Header */
  /* Grid & All-day row */
  /* Event style */
  /* Invalid */
  /* Timeline */
  /* Connections */
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header,
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #efefef;
}
.mbsc-ios.mbsc-event-list-empty {
  color: #6e6e72;
}
.mbsc-ios.mbsc-event-day.mbsc-list-header {
  background: white;
  border-color: #cccccc;
  color: #000000;
}
.mbsc-ios.mbsc-event.mbsc-list-item {
  background: white;
  color: #000000;
}
.mbsc-ios.mbsc-event.mbsc-list-item:before, .mbsc-ios.mbsc-event.mbsc-list-item:after {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-event.mbsc-list-item.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.05);
}
.mbsc-ios.mbsc-event.mbsc-list-item.mbsc-focus .mbsc-list-item-background, .mbsc-ios.mbsc-event.mbsc-list-item.mbsc-selected .mbsc-list-item-background {
  background: rgba(0, 0, 0, 0.15);
}
.mbsc-ios.mbsc-event-color {
  background: #5ac8fa;
}
.mbsc-ios.mbsc-eventcalendar-schedule .mbsc-calendar-day {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-schedule-wrapper {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-schedule-header, .mbsc-ios.mbsc-schedule-header-item {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-schedule-header-day-today {
  color: #007aff;
}
.mbsc-ios.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(0, 122, 255, 0.3);
}
.mbsc-ios.mbsc-schedule-header-dayname-curr, .mbsc-ios.mbsc-schedule-header-day.mbsc-selected {
  color: #007aff;
}
.mbsc-ios.mbsc-schedule-header-day.mbsc-selected {
  background: #007aff;
  color: white;
}
.mbsc-ios.mbsc-schedule-header-dayname-curr {
  color: #000000;
}
.mbsc-ios.mbsc-schedule-date-header {
  background: #f7f7f7;
  border-color: #cccccc;
}
.mbsc-ios.mbsc-schedule-grid-wrapper {
  background: white;
}
.mbsc-ios.mbsc-schedule-all-day-wrapper {
  border-color: #cccccc;
  background: white;
}
.mbsc-ios.mbsc-schedule-all-day-text, .mbsc-ios.mbsc-schedule-timezone-label {
  color: #8c8c8c;
}
.mbsc-ios.mbsc-timeline-day::after, .mbsc-ios.mbsc-timeline-slots, .mbsc-ios.mbsc-timeline-slot-header, .mbsc-ios.mbsc-timeline-header-month, .mbsc-ios.mbsc-timeline-header-week, .mbsc-ios.mbsc-timeline-footer-week, .mbsc-ios.mbsc-timeline-header-date, .mbsc-ios.mbsc-timeline-header-column, .mbsc-ios.mbsc-timeline-header, .mbsc-ios.mbsc-timeline-footer-date, .mbsc-ios.mbsc-timeline-footer, .mbsc-ios.mbsc-timeline-footer-column, .mbsc-ios.mbsc-timeline-resource, .mbsc-ios.mbsc-timeline-resource-header-cont, .mbsc-ios.mbsc-timeline-resource-footer-cont, .mbsc-ios.mbsc-timeline-sidebar-resource, .mbsc-ios.mbsc-timeline-sidebar-header-cont, .mbsc-ios.mbsc-timeline-sidebar-footer-cont, .mbsc-ios.mbsc-timeline-column, .mbsc-ios.mbsc-timeline-row, .mbsc-ios.mbsc-schedule-resource-group, .mbsc-ios.mbsc-schedule-resource, .mbsc-ios.mbsc-schedule-all-day-item::after, .mbsc-ios.mbsc-schedule-column, .mbsc-ios.mbsc-schedule-item, .mbsc-ios.mbsc-timeline-row-group::after, .mbsc-ios.mbsc-timeline-row-date {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-timeline-header-column, .mbsc-ios.mbsc-schedule-cursor-time, .mbsc-ios.mbsc-schedule-time {
  color: #8c8c8c;
}
.mbsc-ios.mbsc-schedule-event {
  color: #5ac8fa;
}
.mbsc-ios.mbsc-schedule-event:after {
  background: rgba(255, 255, 255, 0.9);
}
.mbsc-ios.mbsc-schedule-event-title, .mbsc-ios.mbsc-schedule-event-range {
  color: #000;
}
.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-inner, .mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-inner {
  color: #fff;
}
.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-title,
.mbsc-ios.mbsc-schedule-event-active .mbsc-schedule-event-range, .mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-title,
.mbsc-ios.mbsc-schedule-event-dragging .mbsc-schedule-event-range {
  color: inherit;
}
.mbsc-ios.mbsc-schedule-time-indicator {
  border-color: #007aff;
}
.mbsc-ios.mbsc-schedule-time-indicator-day:before {
  background: #007aff;
}
.mbsc-ios.mbsc-schedule-time-indicator-time {
  background: rgba(255, 255, 255, 0.8);
  color: #007aff;
}
.mbsc-ios.mbsc-schedule-cursor-time {
  background: rgba(255, 255, 255, 0.8);
  color: #007aff;
}
.mbsc-ios.mbsc-schedule-invalid {
  background: rgba(239, 239, 239, 0.75);
  color: #888888;
}
.mbsc-ios.mbsc-timeline-header-bg, .mbsc-ios.mbsc-timeline-header-text, .mbsc-ios.mbsc-timeline-footer-bg, .mbsc-ios.mbsc-timeline-resource-bg, .mbsc-ios.mbsc-timeline-resource-header-cont, .mbsc-ios.mbsc-timeline-resource-footer-cont, .mbsc-ios.mbsc-timeline-sidebar-header-cont, .mbsc-ios.mbsc-timeline-sidebar-footer-cont {
  background: white;
}
.mbsc-ios.mbsc-timeline-header-active {
  color: #fff;
}
.mbsc-ios.mbsc-timeline-header-active::after {
  background-color: #007aff;
}
.mbsc-ios.mbsc-connection {
  stroke: rgba(0, 0, 0, 0.7);
}
.mbsc-ios.mbsc-connection-arrow {
  fill: #000000;
}
.mbsc-ios-dark {
  /* Calendar view */
  /* Agenda view */
  /* Popover events */
  /* Schedule view */
  /* TODO: refactor this without cascade */
  /* Header */
  /* Grid & All-day row */
  /* Event style */
  /* Invalid */
  /* Timeline */
  /* Connections */
}
.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-header,
.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-week-days {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #1a1a1a;
}
.mbsc-ios-dark.mbsc-event-list-empty {
  color: #8f8f8f;
}
.mbsc-ios-dark.mbsc-event-day.mbsc-list-header {
  background: #000000;
  border-color: #333333;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-event.mbsc-list-item {
  background: #000000;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-event.mbsc-list-item:before, .mbsc-ios-dark.mbsc-event.mbsc-list-item:after {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-hover:before {
  background: rgba(255, 255, 255, 0.05);
}
.mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-focus .mbsc-list-item-background, .mbsc-ios-dark.mbsc-event.mbsc-list-item.mbsc-selected .mbsc-list-item-background {
  background: rgba(255, 255, 255, 0.15);
}
.mbsc-ios-dark.mbsc-event-color {
  background: #5ac8fa;
}
.mbsc-ios-dark.mbsc-popover-list .mbsc-ios-dark.mbsc-event {
  background: #2b2b2b;
}
.mbsc-ios-dark.mbsc-eventcalendar-schedule .mbsc-calendar-day {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-schedule-wrapper {
  background: #1c1c1c;
}
.mbsc-ios-dark.mbsc-schedule-header, .mbsc-ios-dark.mbsc-schedule-header-item {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-schedule-header-day-today {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(255, 159, 10, 0.3);
}
.mbsc-ios-dark.mbsc-schedule-header-dayname-curr, .mbsc-ios-dark.mbsc-schedule-header-day.mbsc-selected {
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-header-day.mbsc-selected {
  background: #ff9f0a;
  color: #000000;
}
.mbsc-ios-dark.mbsc-schedule-header-dayname-curr {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-schedule-date-header {
  background: #1c1c1c;
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-schedule-grid-wrapper {
  background: #000000;
}
.mbsc-ios-dark.mbsc-schedule-all-day-wrapper {
  border-color: #333333;
  background: #000000;
}
.mbsc-ios-dark.mbsc-schedule-all-day-text, .mbsc-ios-dark.mbsc-schedule-timezone-label {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-timeline-day::after, .mbsc-ios-dark.mbsc-timeline-slots, .mbsc-ios-dark.mbsc-timeline-slot-header, .mbsc-ios-dark.mbsc-timeline-header-month, .mbsc-ios-dark.mbsc-timeline-header-week, .mbsc-ios-dark.mbsc-timeline-footer-week, .mbsc-ios-dark.mbsc-timeline-header-date, .mbsc-ios-dark.mbsc-timeline-header-column, .mbsc-ios-dark.mbsc-timeline-header, .mbsc-ios-dark.mbsc-timeline-footer-date, .mbsc-ios-dark.mbsc-timeline-footer, .mbsc-ios-dark.mbsc-timeline-footer-column, .mbsc-ios-dark.mbsc-timeline-resource, .mbsc-ios-dark.mbsc-timeline-resource-header-cont, .mbsc-ios-dark.mbsc-timeline-resource-footer-cont, .mbsc-ios-dark.mbsc-timeline-sidebar-resource, .mbsc-ios-dark.mbsc-timeline-sidebar-header-cont, .mbsc-ios-dark.mbsc-timeline-sidebar-footer-cont, .mbsc-ios-dark.mbsc-timeline-column, .mbsc-ios-dark.mbsc-timeline-row, .mbsc-ios-dark.mbsc-schedule-resource-group, .mbsc-ios-dark.mbsc-schedule-resource, .mbsc-ios-dark.mbsc-schedule-all-day-item::after, .mbsc-ios-dark.mbsc-schedule-column, .mbsc-ios-dark.mbsc-schedule-item, .mbsc-ios-dark.mbsc-timeline-row-group::after, .mbsc-ios-dark.mbsc-timeline-row-date {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-timeline-header-column, .mbsc-ios-dark.mbsc-schedule-cursor-time, .mbsc-ios-dark.mbsc-schedule-time {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-schedule-event {
  color: #5ac8fa;
}
.mbsc-ios-dark.mbsc-schedule-event:after {
  background: rgba(0, 0, 0, 0.9);
}
.mbsc-ios-dark.mbsc-schedule-event-title, .mbsc-ios-dark.mbsc-schedule-event-range {
  color: #fff;
}
.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-inner, .mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-inner {
  color: #fff;
}
.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-title,
.mbsc-ios-dark.mbsc-schedule-event-active .mbsc-schedule-event-range, .mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-title,
.mbsc-ios-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-range {
  color: inherit;
}
.mbsc-ios-dark.mbsc-schedule-time-indicator {
  border-color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-time-indicator-day:before {
  background: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-time-indicator-time {
  background: rgba(0, 0, 0, 0.8);
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-cursor-time {
  background: rgba(0, 0, 0, 0.8);
  color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-schedule-invalid {
  background: rgba(26, 26, 26, 0.75);
  color: #787878;
}
.mbsc-ios-dark.mbsc-timeline-header-bg, .mbsc-ios-dark.mbsc-timeline-header-text, .mbsc-ios-dark.mbsc-timeline-footer-bg, .mbsc-ios-dark.mbsc-timeline-resource-bg, .mbsc-ios-dark.mbsc-timeline-resource-header-cont, .mbsc-ios-dark.mbsc-timeline-resource-footer-cont, .mbsc-ios-dark.mbsc-timeline-sidebar-header-cont, .mbsc-ios-dark.mbsc-timeline-sidebar-footer-cont {
  background: #000000;
}
.mbsc-ios-dark.mbsc-timeline-header-active {
  color: #fff;
}
.mbsc-ios-dark.mbsc-timeline-header-active::after {
  background-color: #ff9f0a;
}
.mbsc-ios-dark.mbsc-connection {
  stroke: rgba(255, 255, 255, 0.7);
}
.mbsc-ios-dark.mbsc-connection-arrow {
  fill: #ffffff;
}
.mbsc-material {
  /* Event list */
  /* Popover list */
  /* Schedule */
  /* Header */
  /* Grid & All-day cont */
  /* Timezone labels, indicators */
  /* Time & cursor indicator */
  /* Event style */
}
.mbsc-material.mbsc-eventcalendar-schedule .mbsc-calendar-wrapper:after {
  display: none;
}
.mbsc-material.mbsc-event.mbsc-list-item {
  margin: 0.625em 1em;
  padding: 0.5em 0.625em;
  flex-direction: column;
  border-radius: 0.25em;
  transition: box-shadow 0.2s ease-out;
}
.mbsc-material.mbsc-event-text, .mbsc-material.mbsc-event-time {
  font-size: 0.8125em;
  line-height: 1.384616em;
}
.mbsc-material.mbsc-event-time {
  display: flex;
  font-weight: 300;
}
.mbsc-material.mbsc-event-text {
  font-weight: 600;
}
.mbsc-material.mbsc-event-all-day {
  display: none;
}
.mbsc-material.mbsc-event-sep {
  padding: 0 0.25em;
}
.mbsc-material.mbsc-event-until {
  padding-right: 0.25em;
}
.mbsc-material.mbsc-popover-list {
  width: 13em;
  padding: 0.5em 0.125em;
}
.mbsc-material.mbsc-popover-list .mbsc-event {
  margin: 0.125em 0.5em;
  padding: 0.25em 0.5em;
}
.mbsc-material.mbsc-popover-list .mbsc-event-time, .mbsc-material.mbsc-popover-list .mbsc-event-text {
  font-size: 0.75em;
}
.mbsc-material.mbsc-schedule-header-item {
  padding-bottom: 0.25em;
}
.mbsc-material.mbsc-schedule-header-dayname {
  position: relative;
  line-height: 2.8em;
  font-size: 0.625em;
  font-weight: 500;
  text-transform: uppercase;
}
.mbsc-material.mbsc-schedule-header-day {
  height: 1.8em;
  width: 1.8em;
  margin-top: -0.3em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8em;
  font-size: 1.25em;
  border-radius: 50%;
}
.mbsc-material.mbsc-schedule-date-header-text {
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.5714em 1.14285em;
}
.mbsc-material.mbsc-schedule-resource.mbsc-ltr {
  border-left-width: 1px;
  border-left-style: solid;
}
.mbsc-material.mbsc-schedule-resource.mbsc-rtl {
  border-right-width: 1px;
  border-right-style: solid;
}
.mbsc-material.mbsc-schedule-resource:first-child {
  border: 0;
}
.mbsc-material.mbsc-schedule-all-day-text {
  padding: 0.4em;
  font-size: 0.625em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.mbsc-material.mbsc-schedule-all-day-text.mbsc-ltr {
  padding-right: 1.6em;
}
.mbsc-material.mbsc-schedule-all-day-text.mbsc-rtl {
  padding-left: 1.6em;
}
.mbsc-material.mbsc-schedule-all-day-item {
  padding: 1px 0;
  min-height: 1.5em;
}
.mbsc-material.mbsc-schedule-time-col.mbsc-ltr {
  border-right-width: 1px;
  border-right-style: solid;
}
.mbsc-material.mbsc-schedule-time-col.mbsc-rtl {
  border-left-width: 1px;
  border-left-style: solid;
}
.mbsc-material.mbsc-schedule-time-col.mbsc-schedule-time-col-empty {
  border: 0;
}
.mbsc-material.mbsc-schedule-time-wrapper.mbsc-ltr {
  padding-right: 1em;
}
.mbsc-material.mbsc-schedule-time-wrapper.mbsc-rtl {
  padding-left: 1em;
}
.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 9px;
}
.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper-end:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 9px;
}
.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper-end.mbsc-ltr:before,
.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper.mbsc-ltr:after {
  right: 0;
}
.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper-end.mbsc-rtl:before,
.mbsc-material.mbsc-schedule-time-col-last .mbsc-schedule-time-wrapper.mbsc-rtl:after {
  left: 0;
}
.mbsc-material.mbsc-schedule-time {
  font-size: 0.625em;
}
.mbsc-material.mbsc-schedule-time-end.mbsc-ltr {
  right: 1.6em;
}
.mbsc-material.mbsc-schedule-time-end.mbsc-rtl {
  left: 1.6em;
}
.mbsc-material.mbsc-schedule-timezone-label {
  font-size: 0.625em;
  line-height: 2.4em;
}
.mbsc-material.mbsc-schedule-timezone-label.mbsc-ltr {
  padding-right: 1.6em;
}
.mbsc-material.mbsc-schedule-timezone-label.mbsc-rtl {
  padding-left: 1.6em;
}
.mbsc-material.mbsc-schedule-time-indicator-tz {
  width: 6.8em;
}
.mbsc-material.mbsc-schedule-time-indicator-x:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.5625em;
  border-bottom: 1px solid;
  border-color: inherit;
}
.mbsc-material.mbsc-schedule-time-indicator.mbsc-ltr:after {
  left: -0.5625em;
}
.mbsc-material.mbsc-schedule-time-indicator.mbsc-rtl:after {
  right: -0.5625em;
}
.mbsc-material.mbsc-schedule-time-indicator-time-x {
  padding: 0 1.6em;
  margin: 0 1px;
}
.mbsc-material.mbsc-schedule-cursor-time-x {
  width: 5.2em;
}
.mbsc-material.mbsc-schedule-event-inner {
  border-radius: 0.333334em;
}
.mbsc-material.mbsc-schedule-event-start .mbsc-schedule-event-background {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.mbsc-material.mbsc-schedule-event-end .mbsc-schedule-event-background {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.mbsc-material.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-background, .mbsc-material.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-background {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.mbsc-material.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-background, .mbsc-material.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-background {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.mbsc-material.mbsc-schedule-event-active .mbsc-schedule-event-background:after, .mbsc-material.mbsc-schedule-event-hover .mbsc-schedule-event-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material.mbsc-schedule-event-title {
  font-weight: 500;
}
.mbsc-material.mbsc-schedule-event-all-day-background.mbsc-schedule-event-background {
  border-radius: 0;
}
.mbsc-material.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-schedule-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-schedule-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background {
  left: 0.25em;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.mbsc-material.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-schedule-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-material.mbsc-schedule-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background {
  right: 0.25em;
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.mbsc-material.mbsc-schedule-header-item-large .mbsc-schedule-header-dayname {
  line-height: 2.909091em;
  font-size: 0.6875em;
  text-transform: uppercase;
}
.mbsc-material.mbsc-schedule-header-item-large .mbsc-schedule-header-day {
  height: 1.769231em;
  width: 1.769231em;
  line-height: 1.769231em;
  font-size: 1.625em;
  margin-top: -0.307693em;
}
.mbsc-material {
  /* Schedule */
  /* Header */
  /* Grid & All-day cont */
  /* Event style */
  /* Invalid */
  /* Timeline */
  /* Connections */
}
.mbsc-material.mbsc-eventcalendar {
  background: #fff;
  color: #303030;
}
.mbsc-material.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #f0f0f0;
}
.mbsc-material.mbsc-event-list-empty {
  color: rgba(48, 48, 48, 0.7);
}
.mbsc-material.mbsc-schedule-date-header, .mbsc-material.mbsc-event-day.mbsc-list-header {
  background: #fff;
  color: rgba(48, 48, 48, 0.7);
}
.mbsc-material.mbsc-colored-event.mbsc-list-item {
  background: #1a73e8;
  color: #fff;
}
.mbsc-material.mbsc-event.mbsc-list-item.mbsc-focus, .mbsc-material.mbsc-event.mbsc-list-item.mbsc-selected {
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.4);
}
.mbsc-material.mbsc-event.mbsc-list-item.mbsc-focus::before, .mbsc-material.mbsc-event.mbsc-list-item.mbsc-selected::before {
  border-radius: 0.25em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.mbsc-material.mbsc-event-color {
  background: #1a73e8;
}
.mbsc-material.mbsc-schedule-header-dayname {
  color: #70757a;
}
.mbsc-material.mbsc-schedule-header-day {
  color: #303030;
}
.mbsc-material.mbsc-schedule-header-dayname-curr {
  color: #1a73e8;
}
.mbsc-material.mbsc-schedule-header-day-today {
  color: #1a73e8;
}
.mbsc-material.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(26, 115, 232, 0.3);
}
.mbsc-material.mbsc-schedule-header-day.mbsc-selected {
  background-color: #1a73e8;
  color: #fff;
}
.mbsc-material.mbsc-timeline-day::after, .mbsc-material.mbsc-timeline-slots, .mbsc-material.mbsc-timeline-slot-header, .mbsc-material.mbsc-timeline-header-month, .mbsc-material.mbsc-timeline-header-week, .mbsc-material.mbsc-timeline-footer-week, .mbsc-material.mbsc-timeline-header-date, .mbsc-material.mbsc-timeline-header-column, .mbsc-material.mbsc-timeline-header, .mbsc-material.mbsc-timeline-footer-date, .mbsc-material.mbsc-timeline-footer-column, .mbsc-material.mbsc-timeline-footer, .mbsc-material.mbsc-timeline-resource, .mbsc-material.mbsc-timeline-resource-header-cont, .mbsc-material.mbsc-timeline-resource-footer-cont, .mbsc-material.mbsc-timeline-sidebar-resource, .mbsc-material.mbsc-timeline-sidebar-header-cont, .mbsc-material.mbsc-timeline-sidebar-footer-cont, .mbsc-material.mbsc-timeline-column, .mbsc-material.mbsc-timeline-row, .mbsc-material.mbsc-schedule-resource-group, .mbsc-material.mbsc-schedule-resource, .mbsc-material.mbsc-schedule-time-col, .mbsc-material.mbsc-schedule-all-day-item::after, .mbsc-material.mbsc-schedule-column, .mbsc-material.mbsc-schedule-item, .mbsc-material.mbsc-timeline-row-group::after, .mbsc-material.mbsc-timeline-row-date {
  border-color: #cfcfcf;
}
.mbsc-material.mbsc-schedule-time-wrapper-end:before, .mbsc-material.mbsc-schedule-time-wrapper:after {
  border-bottom: 1px solid #cfcfcf;
}
.mbsc-material.mbsc-schedule-all-day-text, .mbsc-material.mbsc-schedule-timezone-label, .mbsc-material.mbsc-schedule-time {
  color: #70757a;
}
.mbsc-material.mbsc-schedule-time-indicator {
  border-color: #1a73e8;
}
.mbsc-material.mbsc-schedule-time-indicator-day:before {
  background: #1a73e8;
}
.mbsc-material.mbsc-schedule-time-indicator-time {
  background: rgba(255, 255, 255, 0.8);
  color: #1a73e8;
}
.mbsc-material.mbsc-schedule-cursor-time {
  background: rgba(255, 255, 255, 0.8);
  color: #1a73e8;
}
.mbsc-material.mbsc-schedule-event {
  color: #1a73e8;
}
.mbsc-material.mbsc-schedule-event-inner {
  color: #fff;
}
.mbsc-material.mbsc-schedule-invalid {
  background: rgba(240, 240, 240, 0.75);
  color: #8a8a8a;
}
.mbsc-material.mbsc-schedule-event-active .mbsc-schedule-event-background, .mbsc-material.mbsc-schedule-event-dragging .mbsc-schedule-event-background {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 3px -1px rgba(0, 0, 0, 0.2);
}
.mbsc-material.mbsc-schedule-event-active .mbsc-schedule-event-background {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.mbsc-material.mbsc-timeline-header-bg, .mbsc-material.mbsc-timeline-header-text, .mbsc-material.mbsc-timeline-footer-bg, .mbsc-material.mbsc-timeline-resource-bg, .mbsc-material.mbsc-timeline-resource-header-cont, .mbsc-material.mbsc-timeline-resource-footer-cont, .mbsc-material.mbsc-timeline-sidebar-header-cont, .mbsc-material.mbsc-timeline-sidebar-footer-cont {
  background: #fff;
}
.mbsc-material.mbsc-timeline-header-active {
  color: #fff;
}
.mbsc-material.mbsc-timeline-header-active::after {
  background-color: #1a73e8;
}
.mbsc-material.mbsc-connection {
  stroke: rgba(48, 48, 48, 0.7);
}
.mbsc-material.mbsc-connection-arrow {
  fill: #303030;
}
.mbsc-material-dark {
  /* Schedule */
  /* Header */
  /* Grid & All-day cont */
  /* Event style */
  /* Invalid */
  /* Timeline */
  /* Connections */
}
.mbsc-material-dark.mbsc-eventcalendar {
  background: #000;
  color: #fff;
}
.mbsc-material-dark.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #1a1a1a;
}
.mbsc-material-dark.mbsc-event-list-empty {
  color: rgba(255, 255, 255, 0.7);
}
.mbsc-material-dark.mbsc-schedule-date-header, .mbsc-material-dark.mbsc-event-day.mbsc-list-header {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}
.mbsc-material-dark.mbsc-colored-event.mbsc-list-item {
  background: #87b0f3;
  color: #000;
}
.mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-focus, .mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-selected {
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.4);
}
.mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-focus::before, .mbsc-material-dark.mbsc-event.mbsc-list-item.mbsc-selected::before {
  border-radius: 0.25em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.mbsc-material-dark.mbsc-event-color {
  background: #87b0f3;
}
.mbsc-material-dark.mbsc-schedule-header-dayname {
  color: #dbdddf;
}
.mbsc-material-dark.mbsc-schedule-header-day {
  color: #fff;
}
.mbsc-material-dark.mbsc-schedule-header-dayname-curr {
  color: #87b0f3;
}
.mbsc-material-dark.mbsc-schedule-header-day-today {
  color: #87b0f3;
}
.mbsc-material-dark.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(135, 176, 243, 0.3);
}
.mbsc-material-dark.mbsc-schedule-header-day.mbsc-selected {
  background-color: #87b0f3;
  color: #000;
}
.mbsc-material-dark.mbsc-timeline-day::after, .mbsc-material-dark.mbsc-timeline-slots, .mbsc-material-dark.mbsc-timeline-slot-header, .mbsc-material-dark.mbsc-timeline-header-month, .mbsc-material-dark.mbsc-timeline-header-week, .mbsc-material-dark.mbsc-timeline-footer-week, .mbsc-material-dark.mbsc-timeline-header-date, .mbsc-material-dark.mbsc-timeline-header-column, .mbsc-material-dark.mbsc-timeline-header, .mbsc-material-dark.mbsc-timeline-footer-date, .mbsc-material-dark.mbsc-timeline-footer-column, .mbsc-material-dark.mbsc-timeline-footer, .mbsc-material-dark.mbsc-timeline-resource, .mbsc-material-dark.mbsc-timeline-resource-header-cont, .mbsc-material-dark.mbsc-timeline-resource-footer-cont, .mbsc-material-dark.mbsc-timeline-sidebar-resource, .mbsc-material-dark.mbsc-timeline-sidebar-header-cont, .mbsc-material-dark.mbsc-timeline-sidebar-footer-cont, .mbsc-material-dark.mbsc-timeline-column, .mbsc-material-dark.mbsc-timeline-row, .mbsc-material-dark.mbsc-schedule-resource-group, .mbsc-material-dark.mbsc-schedule-resource, .mbsc-material-dark.mbsc-schedule-time-col, .mbsc-material-dark.mbsc-schedule-all-day-item::after, .mbsc-material-dark.mbsc-schedule-column, .mbsc-material-dark.mbsc-schedule-item, .mbsc-material-dark.mbsc-timeline-row-group::after, .mbsc-material-dark.mbsc-timeline-row-date {
  border-color: #2b2b2b;
}
.mbsc-material-dark.mbsc-schedule-time-wrapper-end:before, .mbsc-material-dark.mbsc-schedule-time-wrapper:after {
  border-bottom: 1px solid #2b2b2b;
}
.mbsc-material-dark.mbsc-schedule-all-day-text, .mbsc-material-dark.mbsc-schedule-timezone-label, .mbsc-material-dark.mbsc-schedule-time {
  color: #dbdddf;
}
.mbsc-material-dark.mbsc-schedule-time-indicator {
  border-color: #87b0f3;
}
.mbsc-material-dark.mbsc-schedule-time-indicator-day:before {
  background: #87b0f3;
}
.mbsc-material-dark.mbsc-schedule-time-indicator-time {
  background: rgba(0, 0, 0, 0.8);
  color: #87b0f3;
}
.mbsc-material-dark.mbsc-schedule-cursor-time {
  background: rgba(0, 0, 0, 0.8);
  color: #87b0f3;
}
.mbsc-material-dark.mbsc-schedule-event {
  color: #87b0f3;
}
.mbsc-material-dark.mbsc-schedule-event-inner {
  color: #000;
}
.mbsc-material-dark.mbsc-schedule-invalid {
  background: rgba(26, 26, 26, 0.75);
  color: #787878;
}
.mbsc-material-dark.mbsc-schedule-event-active .mbsc-schedule-event-background, .mbsc-material-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-background {
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.14), 0 1px 8px 0 rgba(255, 255, 255, 0.12), 0 1px 3px -1px rgba(255, 255, 255, 0.2);
}
.mbsc-material-dark.mbsc-schedule-event-active .mbsc-schedule-event-background {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.mbsc-material-dark.mbsc-timeline-header-bg, .mbsc-material-dark.mbsc-timeline-header-text, .mbsc-material-dark.mbsc-timeline-footer-bg, .mbsc-material-dark.mbsc-timeline-resource-bg, .mbsc-material-dark.mbsc-timeline-resource-header-cont, .mbsc-material-dark.mbsc-timeline-resource-footer-cont, .mbsc-material-dark.mbsc-timeline-sidebar-header-cont, .mbsc-material-dark.mbsc-timeline-sidebar-footer-cont {
  background: #000;
}
.mbsc-material-dark.mbsc-timeline-header-active {
  color: #000;
}
.mbsc-material-dark.mbsc-timeline-header-active::after {
  background-color: #87b0f3;
}
.mbsc-material-dark.mbsc-connection {
  stroke: rgba(255, 255, 255, 0.7);
}
.mbsc-material-dark.mbsc-connection-arrow {
  fill: #fff;
}
.mbsc-windows {
  /* Schedule view */
  /* Header */
  /* Timezone labels, indicators */
  /* Time & cursor indicator */
  /* Grid & All-day row */
  /* Event style */
  /* timeline resource icon */
}
.mbsc-windows.mbsc-popover-list {
  margin: 0.25em 0;
}
.mbsc-windows.mbsc-event-group {
  border-bottom: 1px solid;
}
.mbsc-windows.mbsc-event-day.mbsc-list-header {
  padding: 1em 1.5em 0.25em 1.5em;
}
.mbsc-windows.mbsc-event.mbsc-list-item {
  margin-bottom: 0.25em;
  align-items: center;
}
.mbsc-windows.mbsc-event-content {
  order: 1;
}
.mbsc-windows.mbsc-event-time {
  width: 7em;
  padding: 0 1.333334em;
  font-size: 0.75em;
  box-sizing: border-box;
}
.mbsc-windows.mbsc-event-color {
  width: 0.5em;
  margin: -0.5em 0 -0.5em -0.5em;
  align-self: stretch;
}
.mbsc-windows.mbsc-event-sep {
  display: none;
}
.mbsc-windows.mbsc-schedule-wrapper {
  position: relative;
  min-height: 1.5em;
  z-index: 2;
}
.mbsc-windows.mbsc-schedule-header-day {
  font-size: 1em;
  text-align: left;
  padding: 0.5em 0.5em 1.5em 0.5em;
  border-top: 1px solid;
}
.mbsc-windows.mbsc-schedule-header-day.mbsc-ltr {
  border-left-style: solid;
  border-left-width: 1px;
  margin-left: -1px;
}
.mbsc-windows.mbsc-schedule-header-day.mbsc-rtl {
  border-right-style: solid;
  border-right-width: 1px;
  margin-right: -1px;
}
.mbsc-windows.mbsc-schedule-header-item.mbsc-ltr {
  border-left: 1px solid transparent;
}
.mbsc-windows.mbsc-schedule-header-item.mbsc-rtl {
  border-right: 1px solid transparent;
}
.mbsc-windows.mbsc-schedule-header-item:first-child {
  border: 0;
}
.mbsc-windows.mbsc-schedule-header-item:first-child .mbsc-schedule-header-day {
  border-left: 0;
  border-right: 0;
  margin: 0;
}
.mbsc-windows.mbsc-schedule-header-dayname {
  padding: 0.571429em;
  font-size: 0.875em;
  text-align: left;
}
.mbsc-windows.mbsc-schedule-all-day-item {
  min-height: 1.375em;
}
.mbsc-windows.mbsc-schedule-all-day-text {
  padding: 0 0.333334em;
  font-size: 0.75em;
  line-height: 1.833334em;
}
.mbsc-windows.mbsc-schedule-timezone-label {
  font-size: 0.75em;
  line-height: 1.833334em;
  padding: 0 0.333334em;
}
.mbsc-windows.mbsc-schedule-header-dayname {
  position: relative;
}
.mbsc-windows.mbsc-schedule-header-dayname.mbsc-selected:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.285715em;
}
.mbsc-windows.mbsc-schedule-date-header {
  border-bottom: 1px solid;
}
.mbsc-windows.mbsc-schedule-date-header-text {
  font-weight: 500;
  line-height: 1.25em;
  padding: 0.5em 0;
}
.mbsc-windows.mbsc-schedule-header-day.mbsc-hover {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-windows.mbsc-schedule-resource {
  border-top: 1px solid;
  margin-top: -1px;
}
.mbsc-windows.mbsc-schedule-resource.mbsc-ltr {
  border-left-width: 1px;
  border-left-style: solid;
  text-align: left;
}
.mbsc-windows.mbsc-schedule-resource.mbsc-rtl {
  border-right-width: 1px;
  border-right-style: solid;
  text-align: right;
}
.mbsc-windows.mbsc-schedule-resource:first-child {
  border-left: 0;
  border-right: 0;
}
.mbsc-windows.mbsc-schedule-time-indicator-x {
  border-bottom: 1px dashed;
}
.mbsc-windows.mbsc-schedule-time-indicator-time-x {
  padding: 0 0.333334em;
  font-size: 0.75em;
  text-transform: lowercase;
}
.mbsc-windows.mbsc-schedule-time-indicator-day {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.mbsc-windows.mbsc-schedule-time-indicator-day:before {
  display: none;
}
.mbsc-windows.mbsc-schedule-cursor-time-x {
  font-size: 0.75em;
  width: 5.666667em;
  padding: 0 0.333334em;
}
.mbsc-windows.mbsc-schedule-all-day-wrapper {
  max-height: 4em;
}
.mbsc-windows.mbsc-schedule-time-col.mbsc-ltr {
  border-right-width: 1px;
  border-right-style: solid;
}
.mbsc-windows.mbsc-schedule-time-col.mbsc-rtl {
  border-left-width: 1px;
  border-left-style: solid;
}
.mbsc-windows.mbsc-schedule-time {
  top: 0;
  padding: 0 0.333334em;
  text-transform: lowercase;
}
.mbsc-windows.mbsc-schedule-time-end {
  display: none;
}
.mbsc-windows.mbsc-schedule-event-hover .mbsc-schedule-event-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-windows.mbsc-timeline-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-timeline-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-schedule-event-start.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-schedule-event-end.mbsc-rtl .mbsc-schedule-event-all-day-background {
  left: 0.25em;
}
.mbsc-windows.mbsc-timeline-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-timeline-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-schedule-event-end.mbsc-ltr .mbsc-schedule-event-all-day-background, .mbsc-windows.mbsc-schedule-event-start.mbsc-rtl .mbsc-schedule-event-all-day-background {
  right: 0.25em;
}
.mbsc-windows.mbsc-timeline-resource-icon {
  width: 1.071429em;
  padding: 0 0.214286em;
}
.mbsc-windows.mbsc-timeline-header-sticky .mbsc-timeline-header-date-text {
  position: relative;
}
.mbsc-windows.mbsc-timeline-header-active {
  position: static;
}
.mbsc-windows.mbsc-timeline-header-active::after {
  top: 0;
  left: 0;
  right: 0;
  height: 0.142857em;
  z-index: 1;
  border-radius: 0;
}
.mbsc-windows {
  /* Event listing */
  /* Schedule view */
  /* Header */
  /* Time indicator */
  /* Grid & All-day row */
  /* Event style */
  /* Invalid */
  /* Timeline */
  /* Connections */
}
.mbsc-windows.mbsc-eventcalendar {
  background: #ffffff;
}
.mbsc-windows.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #f0f0f0;
}
.mbsc-windows.mbsc-event-list-empty {
  color: rgba(51, 51, 51, 0.7);
}
.mbsc-windows.mbsc-event-group {
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-event-day.mbsc-list-header, .mbsc-windows.mbsc-event.mbsc-list-item {
  background: #ffffff;
  color: #333333;
}
.mbsc-windows.mbsc-event.mbsc-focus, .mbsc-windows.mbsc-event.mbsc-selected {
  background: rgba(0, 120, 215, 0.25);
}
.mbsc-windows.mbsc-event-color {
  background: #0078d7;
}
.mbsc-windows.mbsc-schedule-wrapper {
  background: #ffffff;
}
.mbsc-windows.mbsc-schedule-header-day {
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-schedule-header-item {
  color: #333333;
}
.mbsc-windows.mbsc-schedule-header-day-today {
  color: #0078d7;
}
.mbsc-windows.mbsc-schedule-header-dayname.mbsc-selected:after {
  background: #0078d7;
}
.mbsc-windows.mbsc-schedule-date-header {
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-schedule-time-indicator, .mbsc-windows.mbsc-schedule-time-indicator-day {
  border-color: #0078d7;
}
.mbsc-windows.mbsc-schedule-cursor-time, .mbsc-windows.mbsc-schedule-time-indicator-time {
  background: rgba(255, 255, 255, 0.8);
  color: #0078d7;
}
.mbsc-windows.mbsc-schedule-time-indicator-time {
  color: #0078d7;
}
.mbsc-windows.mbsc-timeline-day::after, .mbsc-windows.mbsc-timeline-slots, .mbsc-windows.mbsc-timeline-slot-header, .mbsc-windows.mbsc-timeline-header-month, .mbsc-windows.mbsc-timeline-header-week, .mbsc-windows.mbsc-timeline-footer-week, .mbsc-windows.mbsc-timeline-header-date, .mbsc-windows.mbsc-timeline-header-column, .mbsc-windows.mbsc-timeline-header, .mbsc-windows.mbsc-timeline-footer-date, .mbsc-windows.mbsc-timeline-footer-column, .mbsc-windows.mbsc-timeline-footer, .mbsc-windows.mbsc-timeline-resource, .mbsc-windows.mbsc-timeline-resource-header-cont, .mbsc-windows.mbsc-timeline-resource-footer-cont, .mbsc-windows.mbsc-timeline-sidebar-resource, .mbsc-windows.mbsc-timeline-sidebar-header-cont, .mbsc-windows.mbsc-timeline-sidebar-footer-cont, .mbsc-windows.mbsc-timeline-column, .mbsc-windows.mbsc-timeline-row, .mbsc-windows.mbsc-schedule-resource-group, .mbsc-windows.mbsc-schedule-resource, .mbsc-windows.mbsc-schedule-time-col, .mbsc-windows.mbsc-schedule-all-day-item::after, .mbsc-windows.mbsc-schedule-column, .mbsc-windows.mbsc-schedule-item, .mbsc-windows.mbsc-timeline-row-group::after, .mbsc-windows.mbsc-timeline-row-date {
  border-color: #e6e6e6;
}
.mbsc-windows.mbsc-schedule-time-wrapper {
  border-top: 1px solid #e6e6e6;
  color: #333333;
}
.mbsc-windows.mbsc-schedule-time-wrapper-end {
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
}
.mbsc-windows.mbsc-schedule-all-day-text, .mbsc-windows.mbsc-schedule-timezone-label, .mbsc-windows.mbsc-schedule-time-cont {
  color: #333333;
}
.mbsc-windows.mbsc-schedule-event {
  color: #0078d7;
}
.mbsc-windows.mbsc-schedule-event-inner {
  color: #fff;
}
.mbsc-windows.mbsc-schedule-event-dragging .mbsc-schedule-event-background, .mbsc-windows.mbsc-schedule-event-active .mbsc-schedule-event-background {
  outline: 1px solid #333333;
}
.mbsc-windows.mbsc-schedule-invalid {
  background: rgba(240, 240, 240, 0.75);
  color: #8a8a8a;
}
.mbsc-windows.mbsc-timeline-header-bg, .mbsc-windows.mbsc-timeline-header-text, .mbsc-windows.mbsc-timeline-footer-bg, .mbsc-windows.mbsc-timeline-resource-bg, .mbsc-windows.mbsc-timeline-resource-header-cont, .mbsc-windows.mbsc-timeline-resource-footer-cont, .mbsc-windows.mbsc-timeline-sidebar-header-cont, .mbsc-windows.mbsc-timeline-sidebar-footer-cont {
  background: #ffffff;
}
.mbsc-windows .mbsc-timeline-header-active::after {
  background-color: #0078d7;
}
.mbsc-windows.mbsc-connection {
  stroke: rgba(51, 51, 51, 0.7);
}
.mbsc-windows.mbsc-connection-arrow {
  fill: #333333;
}
.mbsc-windows-dark {
  /* Event listing */
  /* Schedule view */
  /* Header */
  /* Time indicator */
  /* Grid & All-day row */
  /* Event style */
  /* Invalid */
  /* Timeline */
  /* Connections */
}
.mbsc-windows-dark.mbsc-eventcalendar {
  background: #1a1a1a;
}
.mbsc-windows-dark.mbsc-eventcalendar .mbsc-calendar-day.mbsc-disabled {
  background: #343434;
}
.mbsc-windows-dark.mbsc-event-list-empty {
  color: rgba(255, 255, 255, 0.7);
}
.mbsc-windows-dark.mbsc-event-group {
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-event-day.mbsc-list-header, .mbsc-windows-dark.mbsc-event.mbsc-list-item {
  background: #1a1a1a;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-event.mbsc-focus, .mbsc-windows-dark.mbsc-event.mbsc-selected {
  background: rgba(0, 120, 215, 0.25);
}
.mbsc-windows-dark.mbsc-event-color {
  background: #0078d7;
}
.mbsc-windows-dark.mbsc-schedule-wrapper {
  background: #1a1a1a;
}
.mbsc-windows-dark.mbsc-schedule-header-day {
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-schedule-header-item {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-schedule-header-day-today {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-schedule-header-dayname.mbsc-selected:after {
  background: #0078d7;
}
.mbsc-windows-dark.mbsc-schedule-date-header {
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-schedule-time-indicator, .mbsc-windows-dark.mbsc-schedule-time-indicator-day {
  border-color: #0078d7;
}
.mbsc-windows-dark.mbsc-schedule-cursor-time, .mbsc-windows-dark.mbsc-schedule-time-indicator-time {
  background: rgba(26, 26, 26, 0.8);
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-schedule-time-indicator-time {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-timeline-day::after, .mbsc-windows-dark.mbsc-timeline-slots, .mbsc-windows-dark.mbsc-timeline-slot-header, .mbsc-windows-dark.mbsc-timeline-header-month, .mbsc-windows-dark.mbsc-timeline-header-week, .mbsc-windows-dark.mbsc-timeline-footer-week, .mbsc-windows-dark.mbsc-timeline-header-date, .mbsc-windows-dark.mbsc-timeline-header-column, .mbsc-windows-dark.mbsc-timeline-header, .mbsc-windows-dark.mbsc-timeline-footer-date, .mbsc-windows-dark.mbsc-timeline-footer-column, .mbsc-windows-dark.mbsc-timeline-footer, .mbsc-windows-dark.mbsc-timeline-resource, .mbsc-windows-dark.mbsc-timeline-resource-header-cont, .mbsc-windows-dark.mbsc-timeline-resource-footer-cont, .mbsc-windows-dark.mbsc-timeline-sidebar-resource, .mbsc-windows-dark.mbsc-timeline-sidebar-header-cont, .mbsc-windows-dark.mbsc-timeline-sidebar-footer-cont, .mbsc-windows-dark.mbsc-timeline-column, .mbsc-windows-dark.mbsc-timeline-row, .mbsc-windows-dark.mbsc-schedule-resource-group, .mbsc-windows-dark.mbsc-schedule-resource, .mbsc-windows-dark.mbsc-schedule-time-col, .mbsc-windows-dark.mbsc-schedule-all-day-item::after, .mbsc-windows-dark.mbsc-schedule-column, .mbsc-windows-dark.mbsc-schedule-item, .mbsc-windows-dark.mbsc-timeline-row-group::after, .mbsc-windows-dark.mbsc-timeline-row-date {
  border-color: #343434;
}
.mbsc-windows-dark.mbsc-schedule-time-wrapper {
  border-top: 1px solid #343434;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-schedule-time-wrapper-end {
  border-bottom: 1px solid #343434;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-schedule-all-day-text, .mbsc-windows-dark.mbsc-schedule-timezone-label, .mbsc-windows-dark.mbsc-schedule-time-cont {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-schedule-event {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-schedule-event-inner {
  color: #fff;
}
.mbsc-windows-dark.mbsc-schedule-event-dragging .mbsc-schedule-event-background, .mbsc-windows-dark.mbsc-schedule-event-active .mbsc-schedule-event-background {
  outline: 1px solid #ffffff;
}
.mbsc-windows-dark.mbsc-schedule-invalid {
  background: rgba(52, 52, 52, 0.75);
  color: #929292;
}
.mbsc-windows-dark.mbsc-timeline-header-bg, .mbsc-windows-dark.mbsc-timeline-header-text, .mbsc-windows-dark.mbsc-timeline-footer-bg, .mbsc-windows-dark.mbsc-timeline-resource-bg, .mbsc-windows-dark.mbsc-timeline-resource-header-cont, .mbsc-windows-dark.mbsc-timeline-resource-footer-cont, .mbsc-windows-dark.mbsc-timeline-sidebar-header-cont, .mbsc-windows-dark.mbsc-timeline-sidebar-footer-cont {
  background: #1a1a1a;
}
.mbsc-windows-dark .mbsc-timeline-header-active::after {
  background-color: #0078d7;
}
.mbsc-windows-dark.mbsc-connection {
  stroke: rgba(255, 255, 255, 0.7);
}
.mbsc-windows-dark.mbsc-connection-arrow {
  fill: #ffffff;
}
.mbsc-eventcalendar {
  height: 100%;
  overflow: hidden;
}
/* Event list */
.mbsc-event-list {
  position: relative;
  z-index: 0;
  margin-top: -1px;
}
.mbsc-event-list-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mbsc-event-list-empty {
  text-align: center;
  margin: 3em;
  font-size: 1.5em;
}
.mbsc-event-day {
  position: sticky;
  top: 0;
  z-index: 3;
}
.mbsc-event-color,
.mbsc-event-time {
  flex: 0 0 auto;
}
.mbsc-event-content {
  overflow: hidden;
}
.mbsc-event-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Popover list */
.mbsc-popover-list {
  width: 20em;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.mbsc-popover-hidden {
  visibility: hidden;
}
.mbsc-calendar-dragging {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  cursor: move;
}
/* External drag element */
.mbsc-draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mbsc-drag-clone {
  position: fixed;
  display: table;
  z-index: 99998;
  margin: 15px 0 0 0 !important;
  box-shadow: 0 0 transparent, 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: move;
}
.mbsc-drag-clone:after {
  content: "";
  position: absolute;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
}
.mbsc-drag-clone .mbsc-calendar-label-resize {
  display: none;
}
/* Fake scroll rules */
.mbsc-schedule-fake-scroll-x,
.mbsc-schedule-fake-scroll-y {
  visibility: hidden;
  flex: none;
}
.mbsc-schedule-fake-scroll-x {
  overflow-x: scroll;
  width: 0;
}
.mbsc-schedule-fake-scroll-y {
  overflow-y: scroll;
  max-height: 20px;
}
.mbsc-ios {
  /* Color presets */
}
.mbsc-ios.mbsc-checkbox-right {
  padding: 0.875em 3.75em 0.875em 1em;
}
.mbsc-ios.mbsc-checkbox-left {
  padding: 0.875em 1em 0.875em 3.75em;
}
.mbsc-ios.mbsc-checkbox-box {
  width: 1.75em;
  height: 1.75em;
  margin-top: -0.875em;
  border: 0.125em solid currentColor;
  border-radius: 2em;
}
.mbsc-ios.mbsc-checkbox-box-right {
  right: 1em;
}
.mbsc-ios.mbsc-checkbox-box-left {
  left: 1em;
}
.mbsc-ios.mbsc-checkbox-box:after {
  top: 32%;
  left: 26%;
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid currentColor;
  border-top: 0;
  border-right: 0;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-ios.mbsc-checkbox-box:before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  z-index: -1;
  width: 2.5em;
  height: 2.5em;
  opacity: 0;
  border-radius: 2.5em;
  background: #ccc;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-ios.mbsc-checkbox-box.mbsc-focus:before {
  opacity: 0.12;
}
.mbsc-ios.mbsc-checkbox-box.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-primary {
  color: #3f97f6;
}
.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-secondary {
  color: #90979e;
}
.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-success {
  color: #43be5f;
}
.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-danger {
  color: #f5504e;
}
.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-warning {
  color: #f8b042;
}
.mbsc-ios.mbsc-checkbox-box.mbsc-checkbox-box-info {
  color: #5bb7c5;
}
.mbsc-ios.mbsc-checkbox-box {
  color: #1273de;
}
.mbsc-ios-dark.mbsc-checkbox-box {
  color: #ffa519;
}
.mbsc-material {
  /* Color presets */
}
.mbsc-material.mbsc-checkbox-right {
  padding: 0.9375em 3.5em 0.9375em 1em;
}
.mbsc-material.mbsc-checkbox-left {
  padding: 0.9375em 1em 0.9375em 3.5em;
}
.mbsc-material.mbsc-checkbox-box {
  border-radius: 0.1875em;
  width: 1.125em;
  height: 1.125em;
  margin-top: -0.5625em;
  border: 0.125em solid;
  transition: background-color 0.1s ease-out;
}
.mbsc-material.mbsc-checkbox-box-right {
  right: 1.25em;
}
.mbsc-material.mbsc-checkbox-box-left {
  left: 1.25em;
}
.mbsc-material.mbsc-checkbox-box:after {
  top: 0.125em;
  left: 0.0625em;
  width: 0.8125em;
  height: 0.4375em;
  opacity: 1;
  border: 0.125em solid;
  border-top: 0;
  border-right: 0;
  transform: scale(0) rotate(-45deg);
  transition: transform 0.1s ease-out;
}
.mbsc-material.mbsc-checkbox-box:before {
  content: "";
  position: absolute;
  top: -0.8125em;
  left: -0.8125em;
  z-index: -1;
  width: 2.5em;
  height: 2.5em;
  opacity: 0;
  border-radius: 2.5em;
  background: currentColor;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-material.mbsc-checkbox-box.mbsc-focus:before {
  opacity: 0.12;
}
.mbsc-material.mbsc-checkbox-box.mbsc-active:before {
  opacity: 0.2;
}
.mbsc-material.mbsc-checkbox-box.mbsc-checked {
  background: currentColor;
  border-color: currentColor;
}
.mbsc-material.mbsc-checkbox-box.mbsc-checked:after {
  transform: scale(1) rotate(-45deg);
}
.mbsc-material.mbsc-checkbox-box.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-primary {
  color: #3f97f6;
}
.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-secondary {
  color: #90979e;
}
.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-success {
  color: #43be5f;
}
.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-danger {
  color: #f5504e;
}
.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-warning {
  color: #f8b042;
}
.mbsc-material.mbsc-checkbox-box.mbsc-checkbox-box-info {
  color: #5bb7c5;
}
.mbsc-material.mbsc-checkbox-box {
  color: #1a73e8;
  border-color: #303030;
}
.mbsc-material.mbsc-checkbox-box:after {
  border-color: white;
}
.mbsc-material-dark.mbsc-checkbox-box {
  color: #87b0f3;
  border-color: #fff;
}
.mbsc-material-dark.mbsc-checkbox-box:after {
  border-color: #000;
}
.mbsc-windows {
  /* Color presets */
}
.mbsc-windows.mbsc-checkbox-left {
  padding: 1.125em 1em 1.125em 2.875em;
}
.mbsc-windows.mbsc-checkbox-right {
  padding: 1.125em 2.875em 1.125em 1em;
}
.mbsc-windows.mbsc-checkbox-box {
  margin-top: -0.6875em;
  width: 1.3125em;
  height: 1.3125em;
  border: 0.125em solid;
}
.mbsc-windows.mbsc-checkbox-box-left {
  left: 1em;
}
.mbsc-windows.mbsc-checkbox-box-right {
  right: 1em;
}
.mbsc-windows.mbsc-checkbox-box:after {
  top: 16%;
  left: 10%;
  width: 0.875em;
  height: 0.475em;
  border: 0.125em solid;
  border-top: 0;
  border-right: 0;
}
.mbsc-windows.mbsc-checkbox-box:before {
  content: "";
  position: absolute;
  top: -0.75em;
  left: -0.75em;
  z-index: -1;
  width: 2.5em;
  height: 2.5em;
  opacity: 0;
  border-radius: 2.5em;
  transition: opacity 0.2s ease-in-out;
}
.mbsc-windows.mbsc-checkbox-box.mbsc-focus:before {
  opacity: 0.12;
}
.mbsc-windows.mbsc-checkbox-box.mbsc-checked {
  background: currentColor;
  border-color: currentColor;
}
.mbsc-windows.mbsc-checkbox-box.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-primary {
  color: #3f97f6;
}
.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-secondary {
  color: #90979e;
}
.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-success {
  color: #43be5f;
}
.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-danger {
  color: #f5504e;
}
.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-warning {
  color: #f8b042;
}
.mbsc-windows.mbsc-checkbox-box.mbsc-checkbox-box-info {
  color: #5bb7c5;
}
.mbsc-windows.mbsc-checkbox-box {
  color: #0078d7;
  border-color: #333333;
}
.mbsc-windows.mbsc-checkbox-box:after {
  border-color: #e5f1fb;
}
.mbsc-windows.mbsc-checkbox-box:before {
  background: #737373;
}
.mbsc-windows.mbsc-checkbox-box.mbsc-active {
  border-color: #737373;
  background: #737373;
}
.mbsc-windows-dark.mbsc-checkbox-box {
  color: #0078d7;
  border-color: #ffffff;
}
.mbsc-windows-dark.mbsc-checkbox-box:after {
  border-color: black;
}
.mbsc-windows-dark.mbsc-checkbox-box:before {
  background: #a6a6a6;
}
.mbsc-windows-dark.mbsc-checkbox-box.mbsc-active {
  border-color: #a6a6a6;
  background: #a6a6a6;
}
.mbsc-checkbox {
  line-height: 1.25em;
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mbsc-checkbox-box {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  display: block;
  width: 1.375em;
  height: 1.375em;
}
.mbsc-checkbox-box:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  display: block;
  opacity: 0;
  transform: rotate(-45deg);
}
.mbsc-checkbox-box.mbsc-checked:after {
  opacity: 1;
}
.mbsc-description {
  display: block;
  font-size: 0.75em;
  opacity: 0.6;
}
.mbsc-ios .mbsc-block-title,
.mbsc-ios .mbsc-form-group-title {
  padding: 0.5em 1.333334em;
  font-size: 0.75em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.mbsc-ios.mbsc-page {
  background: #f2f2f7;
  color: #000000;
}
.mbsc-ios .mbsc-block-title,
.mbsc-ios .mbsc-form-group-title {
  color: #6e6e6e;
}
.mbsc-ios a {
  color: #007aff;
}
.mbsc-ios-dark.mbsc-page {
  background: #000000;
  color: #ffffff;
}
.mbsc-ios-dark .mbsc-block-title,
.mbsc-ios-dark .mbsc-form-group-title {
  color: #919191;
}
.mbsc-ios-dark a {
  color: #ff9f0a;
}
.mbsc-material .mbsc-block-title,
.mbsc-material .mbsc-form-group-title {
  padding: 0.666667em 1.333334em;
  font-size: 0.75em;
  text-transform: uppercase;
}
.mbsc-material.mbsc-page {
  background-color: #fff;
  color: #303030;
}
.mbsc-material .mbsc-block-title,
.mbsc-material .mbsc-form-group-title {
  color: #1a73e8;
}
.mbsc-material a {
  color: #1a73e8;
}
.mbsc-material-dark.mbsc-page {
  background-color: #000;
  color: #fff;
}
.mbsc-material-dark .mbsc-block-title,
.mbsc-material-dark .mbsc-form-group-title {
  color: #87b0f3;
}
.mbsc-material-dark a {
  color: #87b0f3;
}
.mbsc-windows .mbsc-block-title,
.mbsc-windows .mbsc-form-group-title {
  font-size: 1.5em;
  padding: 0 0.666667em;
  line-height: 2em;
}
.mbsc-windows.mbsc-page {
  background-color: #ffffff;
  color: #333333;
}
.mbsc-windows .mbsc-block-title,
.mbsc-windows .mbsc-form-group-title {
  color: #333333;
}
.mbsc-windows a {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-page {
  background-color: #1a1a1a;
  color: #ffffff;
}
.mbsc-windows-dark .mbsc-block-title,
.mbsc-windows-dark .mbsc-form-group-title {
  color: #ffffff;
}
.mbsc-windows-dark a {
  color: #0078d7;
}
.mbsc-page {
  display: block;
  min-height: 100%;
  padding: var(--mbsc-safe-top) var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
}
.mbsc-page:before,
.mbsc-page:after {
  content: "";
  display: table;
}
/* Block */
.mbsc-block,
.mbsc-form-group {
  margin: 1.5em 0;
}
.mbsc-form-group-inset {
  margin: 2em 1.5em;
}
.mbsc-form-grid .mbsc-form-group-title {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
/* Typography */
.mbsc-page h1,
.mbsc-page h2,
.mbsc-page h3,
.mbsc-page h4,
.mbsc-page h5,
.mbsc-page h6,
.mbsc-h1,
.mbsc-h2,
.mbsc-h3,
.mbsc-h4,
.mbsc-h5,
.mbsc-h6 {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: normal;
  font-family: inherit;
}
.mbsc-page p,
.mbsc-p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.5;
}
.mbsc-page a,
.mbsc-a {
  text-decoration: none;
}
.mbsc-page a:hover,
.mbsc-a:hover {
  text-decoration: underline;
}
.mbsc-page a.mbsc-btn:hover,
.mbsc-a.mbsc-btn:hover {
  text-decoration: none;
}
.mbsc-page h1,
.mbsc-h1 {
  margin: 0.347826em 0;
  font-size: 2.875em;
}
.mbsc-page h2,
.mbsc-h2 {
  margin: 0.470588em 0;
  font-size: 2.125em;
}
.mbsc-page h3,
.mbsc-h3 {
  margin: 0.666666em 0;
  font-size: 1.5em;
}
.mbsc-page h4,
.mbsc-h4 {
  margin: 0.8em 0;
  font-size: 1.25em;
}
.mbsc-page h5,
.mbsc-h5 {
  margin: 1.066666em 0;
  font-size: 0.9375em;
}
.mbsc-page h6,
.mbsc-h6 {
  margin: 1.333333em 0;
  font-size: 0.75em;
}
/* Padding, margin */
.mbsc-padding {
  padding: 1em;
}
.mbsc-padding > p:first-child {
  margin-top: 0;
}
.mbsc-padding > p:last-child {
  margin-bottom: 0;
}
.mbsc-margin {
  margin: 1em 0;
}
.mbsc-margin:first-child {
  margin-top: 0;
}
.mbsc-margin:last-child {
  margin-bottom: 0;
}
/* Lists */
.mbsc-page ul,
.mbsc-page ol,
.mbsc-ul,
.mbsc-ol {
  padding: 0;
  margin: 1em 0 1em 1.25em;
  line-height: 1.5;
}
.mbsc-page ul ul,
.mbsc-page ol ol,
.mbsc-ul .mbsc-ul,
.mbsc-ol .mbsc-ol {
  margin: 0 0 0 1.25em;
}
/* Font sizes */
.mbsc-txt-xs {
  font-size: 0.625em;
}
.mbsc-txt-s {
  font-size: 0.75em;
}
.mbsc-txt-m {
  font-size: 1.25em;
}
.mbsc-txt-l {
  font-size: 1.5em;
}
.mbsc-txt-xl {
  font-size: 2em;
}
.mbsc-txt-muted {
  opacity: 0.6;
}
/* Line heights */
.mbsc-line-height-xs {
  line-height: 1;
}
.mbsc-line-height-s {
  line-height: 1.25;
}
.mbsc-line-height-m {
  line-height: 1.5;
}
.mbsc-line-height-l {
  line-height: 1.75;
}
.mbsc-line-height-xl {
  line-height: 2;
}
/* Font weights */
.mbsc-ultra-bold {
  font-weight: 900;
}
.mbsc-bold {
  font-weight: bold;
}
.mbsc-medium {
  font-weight: 500;
}
.mbsc-light {
  font-weight: 300;
}
.mbsc-thin {
  font-weight: 100;
}
.mbsc-italic {
  font-style: italic;
}
/* Text align */
.mbsc-align-left {
  text-align: left;
}
.mbsc-align-right {
  text-align: right;
}
.mbsc-align-center {
  text-align: center;
}
.mbsc-align-justify {
  text-align: justify;
}
/* Float */
.mbsc-pull-right {
  float: right;
}
.mbsc-pull-left {
  float: left;
}
/* Image section */
.mbsc-media-fluid {
  display: block;
  width: 100%;
}
.mbsc-img-thumbnail {
  width: 6em;
  height: 6em;
  margin: 1em;
}
/* Avatar image */
.mbsc-avatar {
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  border-radius: 1.25em;
}
/* Note */
.mbsc-note {
  position: relative;
  padding: 0.75em 1.25em;
  margin: 1em;
  border: 1px solid transparent;
  font-size: 0.875em;
}
@media (max-width: 600px) {
  .mbsc-note {
    text-align: center;
  }
}
.mbsc-ios {
  /* Color presets */
}
.mbsc-ios.mbsc-radio-left {
  padding: 0.875em 1em 0.875em 3.75em;
}
.mbsc-ios.mbsc-radio-right {
  padding: 0.875em 3.75em 0.875em 1em;
}
.mbsc-ios.mbsc-radio-box:after {
  top: 44%;
  left: 23%;
  width: 0.875em;
  height: 0.375em;
  border: 0.125em solid;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  transform: rotate(-45deg);
  transition: opacity 0.2s ease-in-out;
}
.mbsc-ios.mbsc-radio-box:before {
  content: "";
  position: absolute;
  top: -0.75em;
  left: -0.75em;
  z-index: -1;
  width: 2.5em;
  height: 2.5em;
  opacity: 0;
  border-radius: 2.5em;
  transition: opacity 0.2s ease-in-out;
  background: #ccc;
}
.mbsc-ios.mbsc-radio-box.mbsc-focus:before {
  opacity: 0.12;
}
.mbsc-ios.mbsc-radio-box-left {
  left: 1.125em;
}
.mbsc-ios.mbsc-radio-box-right {
  right: 1.125em;
}
.mbsc-ios.mbsc-radio-box.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-ios.mbsc-radio-box.mbsc-radio-box-primary:after {
  border-color: #3f97f6;
}
.mbsc-ios.mbsc-radio-box.mbsc-radio-box-secondary:after {
  border-color: #90979e;
}
.mbsc-ios.mbsc-radio-box.mbsc-radio-box-success:after {
  border-color: #43be5f;
}
.mbsc-ios.mbsc-radio-box.mbsc-radio-box-danger:after {
  border-color: #f5504e;
}
.mbsc-ios.mbsc-radio-box.mbsc-radio-box-warning:after {
  border-color: #f8b042;
}
.mbsc-ios.mbsc-radio-box.mbsc-radio-box-info:after {
  border-color: #5bb7c5;
}
.mbsc-ios.mbsc-radio-box:after {
  border-color: #1273de;
}
.mbsc-ios.mbsc-radio-label.mbsc-disabled {
  color: #c4c4c4;
}
.mbsc-ios-dark.mbsc-radio-box:after {
  border-color: #ffa519;
}
.mbsc-ios-dark.mbsc-radio-label.mbsc-disabled {
  color: #3b3b3b;
}
.mbsc-material {
  /* Color presets */
}
.mbsc-material.mbsc-radio-left {
  padding: 0.9375em 1em 0.9375em 3.5em;
}
.mbsc-material.mbsc-radio-right {
  padding: 0.9375em 3.5em 0.9375em 1em;
}
.mbsc-material.mbsc-radio-box {
  border: 0.125em solid;
  transition: background-color 0.1s ease-out;
}
.mbsc-material.mbsc-radio-box-left {
  left: 1.125em;
}
.mbsc-material.mbsc-radio-box-right {
  right: 1.125em;
}
.mbsc-material.mbsc-radio-box:before {
  content: "";
  position: absolute;
  top: -0.75em;
  left: -0.75em;
  z-index: -1;
  width: 2.5em;
  height: 2.5em;
  opacity: 0;
  border-radius: 2.5em;
  transition: opacity 0.2s ease-in-out;
  background: currentColor;
}
.mbsc-material.mbsc-radio-box.mbsc-focus:before {
  opacity: 0.12;
}
.mbsc-material.mbsc-radio-box.mbsc-active:before {
  opacity: 0.2;
}
.mbsc-material.mbsc-radio-box:after {
  background: currentColor;
  transform: scale(0);
  transition: transform 0.1s ease-out;
}
.mbsc-material.mbsc-radio-box.mbsc-checked {
  border-color: currentColor;
}
.mbsc-material.mbsc-radio-box.mbsc-checked:after {
  transform: scale(1);
}
.mbsc-material.mbsc-radio-box.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-material.mbsc-radio-box.mbsc-radio-box-primary {
  color: #3f97f6;
}
.mbsc-material.mbsc-radio-box.mbsc-radio-box-secondary {
  color: #90979e;
}
.mbsc-material.mbsc-radio-box.mbsc-radio-box-success {
  color: #43be5f;
}
.mbsc-material.mbsc-radio-box.mbsc-radio-box-danger {
  color: #f5504e;
}
.mbsc-material.mbsc-radio-box.mbsc-radio-box-warning {
  color: #f8b042;
}
.mbsc-material.mbsc-radio-box.mbsc-radio-box-info {
  color: #5bb7c5;
}
.mbsc-material.mbsc-radio-box {
  color: #1a73e8;
  border-color: #303030;
}
.mbsc-material-dark.mbsc-radio-box {
  color: #87b0f3;
  border-color: #fff;
}
.mbsc-windows {
  /* Color presets */
}
.mbsc-windows.mbsc-radio-left {
  padding: 1.125em 1em 1.125em 3.25em;
}
.mbsc-windows.mbsc-radio-right {
  padding: 1.125em 3.25em 1.125em 1em;
}
.mbsc-windows.mbsc-radio-box-left {
  left: 1em;
}
.mbsc-windows.mbsc-radio-box-right {
  right: 1em;
}
.mbsc-windows.mbsc-radio-box:before {
  content: "";
  position: absolute;
  top: -0.75em;
  left: -0.75em;
  z-index: -1;
  width: 2.5em;
  height: 2.5em;
  opacity: 0;
  border-radius: 2.5em;
  transition: opacity 0.2s ease-in-out;
  background: #ccc;
}
.mbsc-windows.mbsc-radio-box.mbsc-focus:before {
  opacity: 0.12;
}
.mbsc-windows.mbsc-radio-box.mbsc-radio-box-primary.mbsc-checked {
  border-color: #3f97f6;
}
.mbsc-windows.mbsc-radio-box.mbsc-radio-box-secondary.mbsc-checked {
  border-color: #90979e;
}
.mbsc-windows.mbsc-radio-box.mbsc-radio-box-success.mbsc-checked {
  border-color: #43be5f;
}
.mbsc-windows.mbsc-radio-box.mbsc-radio-box-danger.mbsc-checked {
  border-color: #f5504e;
}
.mbsc-windows.mbsc-radio-box.mbsc-radio-box-warning.mbsc-checked {
  border-color: #f8b042;
}
.mbsc-windows.mbsc-radio-box.mbsc-radio-box-info.mbsc-checked {
  border-color: #5bb7c5;
}
.mbsc-windows.mbsc-radio-box {
  border: 0.125em solid #333333;
}
.mbsc-windows.mbsc-radio-box:after {
  background: #333333;
}
.mbsc-windows.mbsc-radio-box.mbsc-checked {
  border-color: #0078d7;
}
.mbsc-windows.mbsc-radio-box.mbsc-active {
  border-color: rgba(51, 51, 51, 0.6);
}
.mbsc-windows.mbsc-radio-box.mbsc-active:after {
  background: rgba(51, 51, 51, 0.6);
}
.mbsc-windows-dark.mbsc-radio-box {
  border: 0.125em solid #ffffff;
}
.mbsc-windows-dark.mbsc-radio-box:after {
  background: #ffffff;
}
.mbsc-windows-dark.mbsc-radio-box.mbsc-checked {
  border-color: #0078d7;
}
.mbsc-windows-dark.mbsc-radio-box.mbsc-active {
  border-color: rgba(255, 255, 255, 0.6);
}
.mbsc-windows-dark.mbsc-radio-box.mbsc-active:after {
  background: rgba(255, 255, 255, 0.6);
}
.mbsc-radio {
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  line-height: 1.25em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mbsc-radio-box {
  position: absolute;
  top: 50%;
  display: block;
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  border-radius: 1.25em;
  box-sizing: border-box;
}
.mbsc-radio-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625em;
  height: 0.625em;
  margin-top: -0.3125em;
  margin-left: -0.3125em;
  border-radius: 0.625em;
  opacity: 0;
}
.mbsc-radio-box.mbsc-checked:after {
  opacity: 1;
}
.mbsc-ios.mbsc-stepper-input {
  margin-left: -1px;
  margin-right: -1px;
  z-index: 1;
  border: 1px solid;
}
.mbsc-ios.mbsc-stepper-button.mbsc-button {
  line-height: 1em;
}
.mbsc-ios.mbsc-stepper-button.mbsc-disabled {
  opacity: 1;
}
.mbsc-ios.mbsc-stepper-inner {
  font-weight: normal;
}
.mbsc-ios.mbsc-disabled .mbsc-stepper-inner {
  opacity: 0.2;
}
.mbsc-ios.mbsc-stepper-plus:before {
  content: "";
  position: absolute;
  border-left: 1px solid;
  top: 0.4125em;
  bottom: 0.4125em;
}
.mbsc-ios.mbsc-stepper-plus.mbsc-ltr:before {
  left: 0;
}
.mbsc-ios.mbsc-stepper-plus.mbsc-rtl:before {
  right: 0;
}
.mbsc-ios.mbsc-stepper-center .mbsc-stepper-plus:before {
  display: none;
}
.mbsc-ios.mbsc-primary .mbsc-stepper-button {
  color: #3f97f6;
}
.mbsc-ios.mbsc-secondary .mbsc-stepper-button {
  color: #90979e;
}
.mbsc-ios.mbsc-success .mbsc-stepper-button {
  color: #43be5f;
}
.mbsc-ios.mbsc-danger .mbsc-stepper-button {
  color: #f5504e;
}
.mbsc-ios.mbsc-warning .mbsc-stepper-button {
  color: #f8b042;
}
.mbsc-ios.mbsc-info .mbsc-stepper-button {
  color: #5bb7c5;
}
.mbsc-ios.mbsc-stepper-input {
  border-color: #dedede;
  color: #000000;
}
.mbsc-ios.mbsc-stepper-input.mbsc-disabled {
  color: rgba(0, 0, 0, 0.2);
}
.mbsc-ios.mbsc-stepper-button {
  background: #dedede;
  color: #000000;
}
.mbsc-ios.mbsc-stepper-plus:before {
  border-color: rgba(0, 0, 0, 0.2);
}
.mbsc-ios-dark.mbsc-stepper-input {
  border-color: #2b2b2b;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-stepper-input.mbsc-disabled {
  color: rgba(255, 255, 255, 0.2);
}
.mbsc-ios-dark.mbsc-stepper-button {
  background: #2b2b2b;
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-stepper-plus:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mbsc-material.mbsc-stepper-control {
  height: 2.25em;
}
.mbsc-material.mbsc-stepper-inner {
  font-size: 2.142857em;
  font-weight: 750;
}
.mbsc-material.mbsc-stepper-button.mbsc-button {
  line-height: 1em;
  box-shadow: none;
  border: 2px solid currentColor;
}
.mbsc-material.mbsc-stepper-minus.mbsc-ltr, .mbsc-material.mbsc-stepper-plus.mbsc-rtl {
  border-right: 0;
}
.mbsc-material.mbsc-stepper-minus.mbsc-rtl, .mbsc-material.mbsc-stepper-plus.mbsc-ltr {
  border-left: 0;
}
.mbsc-material.mbsc-stepper-button.mbsc-disabled {
  opacity: 1;
}
.mbsc-material.mbsc-stepper-input {
  z-index: 1;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  width: 4em;
}
.mbsc-material.mbsc-primary .mbsc-stepper-button {
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-material.mbsc-secondary .mbsc-stepper-button {
  background: #90979e;
  border-color: #90979e;
}
.mbsc-material.mbsc-success .mbsc-stepper-button {
  background: #43be5f;
  border-color: #43be5f;
}
.mbsc-material.mbsc-danger .mbsc-stepper-button {
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-material.mbsc-warning .mbsc-stepper-button {
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-material.mbsc-info .mbsc-stepper-button {
  background: #5bb7c5;
  border-color: #5bb7c5;
}
.mbsc-material.mbsc-primary .mbsc-stepper-input {
  border-color: #3f97f6;
}
.mbsc-material.mbsc-secondary .mbsc-stepper-input {
  border-color: #90979e;
}
.mbsc-material.mbsc-success .mbsc-stepper-input {
  border-color: #43be5f;
}
.mbsc-material.mbsc-danger .mbsc-stepper-input {
  border-color: #f5504e;
}
.mbsc-material.mbsc-warning .mbsc-stepper-input {
  border-color: #f8b042;
}
.mbsc-material.mbsc-info .mbsc-stepper-input {
  border-color: #5bb7c5;
}
.mbsc-material.mbsc-stepper-input {
  border-color: #d6d6d6;
  color: #5b5b5b;
}
.mbsc-material.mbsc-stepper-input.mbsc-disabled {
  color: #b3b3b3;
}
.mbsc-material.mbsc-stepper-button {
  background: #d6d6d6;
  color: #d6d6d6;
}
.mbsc-material.mbsc-stepper-inner {
  color: #fff;
}
.mbsc-material.mbsc-color-none .mbsc-stepper-inner {
  color: #303030;
}
.mbsc-material.mbsc-stepper-button.mbsc-disabled {
  background: #d6d6d6;
}
.mbsc-material.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner {
  color: #b3b3b3;
}
.mbsc-material-dark.mbsc-stepper-input {
  border-color: #595959;
  color: #c2c2c2;
}
.mbsc-material-dark.mbsc-stepper-input.mbsc-disabled {
  color: #737373;
}
.mbsc-material-dark.mbsc-stepper-button {
  background: #595959;
  color: #595959;
}
.mbsc-material-dark.mbsc-stepper-inner {
  color: #000;
}
.mbsc-material-dark.mbsc-color-none .mbsc-stepper-inner {
  color: #fff;
}
.mbsc-material-dark.mbsc-stepper-button.mbsc-disabled {
  background: #595959;
}
.mbsc-material-dark.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner {
  color: #737373;
}
.mbsc-windows.mbsc-stepper-button.mbsc-button {
  width: 3.625em;
  line-height: 1.5em;
  border-color: currentColor;
}
.mbsc-windows.mbsc-stepper-button.mbsc-hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mbsc-windows.mbsc-stepper-button.mbsc-disabled {
  opacity: 1;
}
.mbsc-windows.mbsc-stepper-minus.mbsc-ltr, .mbsc-windows.mbsc-stepper-plus.mbsc-rtl {
  border-right: 0;
}
.mbsc-windows.mbsc-stepper-minus.mbsc-rtl, .mbsc-windows.mbsc-stepper-plus.mbsc-ltr {
  border-left: 0;
}
.mbsc-windows.mbsc-stepper-inner {
  font-size: 1.75em;
  font-weight: 800;
}
.mbsc-windows.mbsc-stepper-input {
  z-index: 1;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-left: 0;
  border-right: 0;
  width: 4em;
}
.mbsc-windows.mbsc-primary .mbsc-stepper-button {
  background: #3f97f6;
  border-color: #3f97f6;
}
.mbsc-windows.mbsc-secondary .mbsc-stepper-button {
  background: #90979e;
  border-color: #90979e;
}
.mbsc-windows.mbsc-success .mbsc-stepper-button {
  background: #43be5f;
  border-color: #43be5f;
}
.mbsc-windows.mbsc-danger .mbsc-stepper-button {
  background: #f5504e;
  border-color: #f5504e;
}
.mbsc-windows.mbsc-warning .mbsc-stepper-button {
  background: #f8b042;
  border-color: #f8b042;
}
.mbsc-windows.mbsc-info .mbsc-stepper-button {
  background: #5bb7c5;
  border-color: #5bb7c5;
}
.mbsc-windows.mbsc-primary .mbsc-stepper-input {
  border-color: #3f97f6;
}
.mbsc-windows.mbsc-secondary .mbsc-stepper-input {
  border-color: #90979e;
}
.mbsc-windows.mbsc-success .mbsc-stepper-input {
  border-color: #43be5f;
}
.mbsc-windows.mbsc-danger .mbsc-stepper-input {
  border-color: #f5504e;
}
.mbsc-windows.mbsc-warning .mbsc-stepper-input {
  border-color: #f8b042;
}
.mbsc-windows.mbsc-info .mbsc-stepper-input {
  border-color: #5bb7c5;
}
.mbsc-windows.mbsc-stepper-input {
  border-color: #cccccc;
  color: #333333;
}
.mbsc-windows.mbsc-stepper-input.mbsc-disabled {
  color: #b3b3b3;
}
.mbsc-windows.mbsc-stepper-button {
  color: #cccccc;
}
.mbsc-windows.mbsc-stepper-button.mbsc-hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.mbsc-windows.mbsc-stepper-button.mbsc-disabled {
  background: #cccccc;
}
.mbsc-windows.mbsc-stepper-inner {
  color: #333333;
}
.mbsc-windows.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner {
  color: #b3b3b3;
}
.mbsc-windows-dark.mbsc-stepper-input {
  border-color: #404040;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-stepper-input.mbsc-disabled {
  color: gray;
}
.mbsc-windows-dark.mbsc-stepper-button {
  color: #404040;
}
.mbsc-windows-dark.mbsc-stepper-button.mbsc-hover:before {
  background: rgba(255, 255, 255, 0.2);
}
.mbsc-windows-dark.mbsc-stepper-button.mbsc-disabled {
  background: #404040;
}
.mbsc-windows-dark.mbsc-stepper-inner {
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-stepper-button.mbsc-disabled .mbsc-stepper-inner {
  color: gray;
}
.mbsc-stepper {
  line-height: 1.25em;
  position: relative;
  display: block;
  margin: 0;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: border-box;
  padding: 1.5em 11.75em 1.5em 1em;
}
.mbsc-stepper.mbsc-rtl {
  padding: 1.5em 1em 1.5em 11.75em;
}
.mbsc-stepper-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mbsc-stepper-input {
  width: 3.571429em;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 0.875em;
  text-align: center;
  opacity: 1;
  z-index: 3;
  background: transparent;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.mbsc-stepper-input::-webkit-outer-spin-button,
.mbsc-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mbsc-stepper-input:focus {
  outline-width: 0;
}
.mbsc-stepper-input.mbsc-disabled {
  cursor: not-allowed;
}
.mbsc-stepper-control {
  position: absolute;
  z-index: 2;
  margin-top: -1em;
  top: 50%;
  height: 2em;
}
.mbsc-stepper-control.mbsc-ltr {
  right: 1em;
}
.mbsc-stepper-control.mbsc-rtl {
  left: 1em;
}
.mbsc-stepper-start .mbsc-stepper-input {
  border: none;
  order: -1;
}
.mbsc-stepper-start.mbsc-ltr .mbsc-stepper-minus.mbsc-button {
  margin-right: -1px;
}
.mbsc-stepper-start.mbsc-rtl .mbsc-stepper-minus.mbsc-button {
  margin-left: -1px;
}
.mbsc-stepper-end .mbsc-stepper-input {
  border: none;
  order: 2;
}
.mbsc-stepper-end.mbsc-ltr .mbsc-stepper-minus.mbsc-button {
  margin-right: -1px;
}
.mbsc-stepper-end.mbsc-rtl .mbsc-stepper-minus.mbsc-button {
  margin-left: -1px;
}
.mbsc-stepper-button.mbsc-button.mbsc-font {
  width: 3.25em;
  margin: 0;
  display: inline-block;
}
.mbsc-stepper-inner {
  font-size: 2em;
  font-weight: bold;
}
.mbsc-stepper-minus.mbsc-button.mbsc-ltr {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mbsc-stepper-plus.mbsc-button.mbsc-ltr {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mbsc-stepper-minus.mbsc-button.mbsc-rtl {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mbsc-stepper-plus.mbsc-button.mbsc-rtl {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.mbsc-ios.mbsc-switch-right {
  padding: 0.875em 5em 0.875em 1em;
}
.mbsc-ios.mbsc-switch-left {
  padding: 0.875em 1em 0.875em 5em;
}
.mbsc-ios.mbsc-switch-track {
  width: 1.25em;
  height: 2em;
  padding: 0;
  margin: -0.96875em 0.875em 0 0.875em;
  border-radius: 1.25em;
}
.mbsc-ios.mbsc-switch-track-right {
  right: 1em;
}
.mbsc-ios.mbsc-switch-track-left {
  left: 1em;
}
.mbsc-ios.mbsc-switch-track:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1em;
  bottom: 0;
  left: -1em;
  border-radius: 1.25em;
  transition: background-color 0.2s ease-out;
}
.mbsc-ios.mbsc-switch-track.mbsc-disabled {
  opacity: 0.3;
}
.mbsc-ios.mbsc-switch-handle {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 1.75em;
  height: 1.75em;
  margin: -0.875em 0 0 -0.875em;
  border-radius: 1.75em;
  box-shadow: 0 0.1875em 0.75em rgba(0, 0, 0, 0.16), 0 0.1875em 0.0625em rgba(0, 0, 0, 0.1);
  background: #fff;
}
.mbsc-ios.mbsc-switch-track.mbsc-switch-primary.mbsc-checked:after {
  background: #3f97f6;
}
.mbsc-ios.mbsc-switch-track.mbsc-switch-secondary.mbsc-checked:after {
  background: #90979e;
}
.mbsc-ios.mbsc-switch-track.mbsc-switch-success.mbsc-checked:after {
  background: #43be5f;
}
.mbsc-ios.mbsc-switch-track.mbsc-switch-danger.mbsc-checked:after {
  background: #f5504e;
}
.mbsc-ios.mbsc-switch-track.mbsc-switch-warning.mbsc-checked:after {
  background: #f8b042;
}
.mbsc-ios.mbsc-switch-track.mbsc-switch-info.mbsc-checked:after {
  background: #5bb7c5;
}
.mbsc-ios.mbsc-switch-track:after {
  background: #e5e5e5;
}
.mbsc-ios.mbsc-switch-track.mbsc-focus:after {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.5);
}
.mbsc-ios.mbsc-switch-track.mbsc-checked:after {
  background: #4cd764;
}
.mbsc-ios-dark.mbsc-switch-track:after {
  background: #383838;
}
.mbsc-ios-dark.mbsc-switch-track.mbsc-focus:after {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.5);
}
.mbsc-ios-dark.mbsc-switch-track.mbsc-checked:after {
  background: #4cd764;
}
.mbsc-material {
  /* Color presets */
}
.mbsc-material.mbsc-switch-right {
  padding: 0.9375em 4em 0.9375em 1em;
}
.mbsc-material.mbsc-switch-left {
  padding: 0.9375em 1em 0.9375em 4em;
}
.mbsc-material.mbsc-switch-track {
  width: 1.75em;
  height: 0.875em;
  padding: 0 0.25em;
  margin-top: -0.4375em;
  border-radius: 1.25em;
}
.mbsc-material.mbsc-switch-track-left {
  left: 1.25em;
}
.mbsc-material.mbsc-switch-track-right {
  right: 1.25em;
}
.mbsc-material.mbsc-switch-handle {
  width: 1.25em;
  height: 1.25em;
  border-radius: 1.25em;
  top: 50%;
  margin-left: -0.625em;
  margin-top: -0.625em;
}
.mbsc-material.mbsc-switch-handle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  border-radius: 2.875em;
  top: -0.625em;
  left: -0.625em;
  width: 2.5em;
  height: 2.5em;
}
.mbsc-material.mbsc-switch-handle.mbsc-focus:before {
  opacity: 0.5;
}
.mbsc-material.mbsc-switch-handle.mbsc-active:before {
  opacity: 1;
}
.mbsc-material.mbsc-switch-handle.mbsc-switch-primary.mbsc-checked {
  background: #3f97f6;
}
.mbsc-material.mbsc-switch-track.mbsc-switch-primary.mbsc-checked {
  background: #a0ccfb;
}
.mbsc-material.mbsc-switch-handle.mbsc-switch-secondary.mbsc-checked {
  background: #90979e;
}
.mbsc-material.mbsc-switch-track.mbsc-switch-secondary.mbsc-checked {
  background: #c6cace;
}
.mbsc-material.mbsc-switch-handle.mbsc-switch-success.mbsc-checked {
  background: #43be5f;
}
.mbsc-material.mbsc-switch-track.mbsc-switch-success.mbsc-checked {
  background: #8fd8a0;
}
.mbsc-material.mbsc-switch-handle.mbsc-switch-danger.mbsc-checked {
  background: #f5504e;
}
.mbsc-material.mbsc-switch-track.mbsc-switch-danger.mbsc-checked {
  background: #faafaf;
}
.mbsc-material.mbsc-switch-handle.mbsc-switch-warning.mbsc-checked {
  background: #f8b042;
}
.mbsc-material.mbsc-switch-track.mbsc-switch-warning.mbsc-checked {
  background: #fcd9a4;
}
.mbsc-material.mbsc-switch-handle.mbsc-switch-info.mbsc-checked {
  background: #5bb7c5;
}
.mbsc-material.mbsc-switch-track.mbsc-switch-info.mbsc-checked {
  background: #a6d8e0;
}
.mbsc-material.mbsc-switch-track {
  background: #c4c4c4;
}
.mbsc-material.mbsc-switch-track.mbsc-checked {
  background: rgba(26, 115, 232, 0.3);
}
.mbsc-material.mbsc-switch-track.mbsc-disabled {
  background: #e8e8e8;
}
.mbsc-material.mbsc-switch-handle {
  background: white;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mbsc-material.mbsc-switch-handle.mbsc-checked {
  background: #1a73e8;
}
.mbsc-material.mbsc-switch-handle.mbsc-disabled {
  background: #cccccc;
}
.mbsc-material.mbsc-switch-handle:before {
  background: rgba(0, 0, 0, 0.1);
}
.mbsc-material-dark.mbsc-switch-track {
  background: #2b2b2b;
}
.mbsc-material-dark.mbsc-switch-track.mbsc-checked {
  background: rgba(135, 176, 243, 0.3);
}
.mbsc-material-dark.mbsc-switch-track.mbsc-disabled {
  background: #2b2b2b;
}
.mbsc-material-dark.mbsc-switch-handle {
  background: #878787;
  box-shadow: 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12);
}
.mbsc-material-dark.mbsc-switch-handle.mbsc-checked {
  background: #87b0f3;
}
.mbsc-material-dark.mbsc-switch-handle.mbsc-disabled {
  background: #292929;
}
.mbsc-material-dark.mbsc-switch-handle:before {
  background: rgba(255, 255, 255, 0.1);
}
.mbsc-windows.mbsc-switch-right {
  padding: 1.125em 5.25em 1.125em 1em;
}
.mbsc-windows.mbsc-switch-left {
  padding: 1.125em 1em 1.125em 5.25em;
}
.mbsc-windows.mbsc-switch-track {
  width: 1.5em;
  height: 1em;
  margin-top: -0.5em;
}
.mbsc-windows.mbsc-switch-track-right {
  right: 1.75em;
}
.mbsc-windows.mbsc-switch-track-left {
  left: 1.75em;
}
.mbsc-windows.mbsc-switch-track:before, .mbsc-windows.mbsc-switch-track:after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 0.125em solid transparent;
}
.mbsc-windows.mbsc-switch-track:before {
  top: -0.125em;
  bottom: -0.125em;
  left: -0.625em;
  right: -0.625em;
  border-radius: 0.625em;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}
.mbsc-windows.mbsc-switch-track:after {
  top: -0.25em;
  bottom: -0.25em;
  left: -0.75em;
  right: -0.75em;
  border-radius: 0.75em;
}
.mbsc-windows.mbsc-switch-track.mbsc-disabled {
  opacity: 0.2;
}
.mbsc-windows.mbsc-switch-handle {
  z-index: 2;
  top: 50%;
  left: 50%;
  right: auto;
  height: 0.625em;
  width: 0.625em;
  border-radius: 10px;
  margin: -0.3125em 0 0 -0.3125em;
}
.mbsc-windows.mbsc-switch-track.mbsc-switch-primary.mbsc-checked:before {
  border-color: #3f97f6;
  background: #3f97f6;
}
.mbsc-windows.mbsc-switch-track.mbsc-switch-secondary.mbsc-checked:before {
  border-color: #90979e;
  background: #90979e;
}
.mbsc-windows.mbsc-switch-track.mbsc-switch-success.mbsc-checked:before {
  border-color: #43be5f;
  background: #43be5f;
}
.mbsc-windows.mbsc-switch-track.mbsc-switch-danger.mbsc-checked:before {
  border-color: #f5504e;
  background: #f5504e;
}
.mbsc-windows.mbsc-switch-track.mbsc-switch-warning.mbsc-checked:before {
  border-color: #f8b042;
  background: #f8b042;
}
.mbsc-windows.mbsc-switch-track.mbsc-switch-info.mbsc-checked:before {
  border-color: #5bb7c5;
  background: #5bb7c5;
}
.mbsc-windows.mbsc-switch-track.mbsc-checked:before {
  border-color: #0078d7;
  background: #0078d7;
}
.mbsc-windows.mbsc-switch-track:before, .mbsc-windows.mbsc-switch-track.mbsc-disabled:before {
  border-color: #333333;
  background: none;
}
.mbsc-windows.mbsc-switch-track.mbsc-active:before {
  border-color: #737373;
  background: #737373;
}
.mbsc-windows.mbsc-switch-track.mbsc-focus:after {
  border-color: #a6a6a6;
}
.mbsc-windows.mbsc-switch-handle {
  background: #333333;
}
.mbsc-windows.mbsc-switch-handle.mbsc-checked {
  background: #ffffff;
}
.mbsc-windows.mbsc-switch-handle.mbsc-disabled {
  background: #333333;
}
.mbsc-windows-dark.mbsc-switch-track.mbsc-checked:before {
  border-color: #0078d7;
  background: #0078d7;
}
.mbsc-windows-dark.mbsc-switch-track:before, .mbsc-windows-dark.mbsc-switch-track.mbsc-disabled:before {
  border-color: #ffffff;
  background: none;
}
.mbsc-windows-dark.mbsc-switch-track.mbsc-active:before {
  border-color: #a6a6a6;
  background: #a6a6a6;
}
.mbsc-windows-dark.mbsc-switch-track.mbsc-focus:after {
  border-color: #8c8c8c;
}
.mbsc-windows-dark.mbsc-switch-handle {
  background: #ffffff;
}
.mbsc-windows-dark.mbsc-switch-handle.mbsc-checked {
  background: #1a1a1a;
}
.mbsc-windows-dark.mbsc-switch-handle.mbsc-disabled {
  background: #ffffff;
}
.mbsc-switch {
  position: relative;
  display: block;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  line-height: 1.25em;
}
.mbsc-switch-track {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: block;
  box-sizing: border-box;
}
.mbsc-switch-handle {
  display: block;
  position: absolute;
  cursor: pointer;
}
.mbsc-switch-handle.mbsc-disabled {
  cursor: not-allowed;
}
.mbsc-switch-handle-animate {
  transition: left 0.1s ease-in-out;
}
.mbsc-description {
  display: block;
  font-size: 0.75em;
  opacity: 0.6;
}
.mbsc-ios.mbsc-select-scroller-inline {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: -1px;
  margin-bottom: -1px;
}
.mbsc-ios.mbsc-select-group-wheel-multi .mbsc-scroller-wheel-cont-3d {
  visibility: hidden;
}
.mbsc-ios.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-select-group-wheel.mbsc-ltr {
  border-right-width: 1px;
  border-right-style: solid;
}
.mbsc-ios.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-select-group-wheel.mbsc-rtl {
  border-left-width: 1px;
  border-left-style: solid;
}
.mbsc-ios.mbsc-select-filter-cont {
  padding: 0.5em;
}
.mbsc-ios.mbsc-select-filter {
  margin: 0;
}
.mbsc-ios.mbsc-select-filter-input {
  height: 2em;
}
.mbsc-ios.mbsc-select-empty-text {
  font-size: 1.25em;
}
.mbsc-ios.mbsc-select-scroller-inline {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-select-filter-cont {
  background-color: #f2f2f7;
}
.mbsc-ios.mbsc-select-filter-clear {
  color: #cccccc;
}
.mbsc-ios.mbsc-select-filter-clear:hover {
  color: #b2b2b2;
}
.mbsc-ios.mbsc-select-empty-text {
  color: hsl(0, 0%, 62%);
}
.mbsc-ios.mbsc-select-group-wheel {
  border-color: #cccccc;
}
.mbsc-ios.mbsc-select-group-wheel-multi .mbsc-scroller-wheel-item-3d {
  color: #000000;
}
.mbsc-ios.mbsc-select-group-wheel-multi .mbsc-selected-3d {
  color: #007aff;
}
.mbsc-ios-dark.mbsc-select-scroller-inline {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-select-filter-cont {
  background-color: #1c1c1c;
}
.mbsc-ios-dark.mbsc-select-filter-clear {
  color: #404040;
}
.mbsc-ios-dark.mbsc-select-filter-clear:hover {
  color: #4d4d4d;
}
.mbsc-ios-dark.mbsc-select-empty-text {
  color: hsl(0, 0%, 62%);
}
.mbsc-ios-dark.mbsc-select-group-wheel {
  border-color: #333333;
}
.mbsc-ios-dark.mbsc-select-group-wheel-multi .mbsc-scroller-wheel-item-3d {
  color: #ffffff;
}
.mbsc-ios-dark.mbsc-select-group-wheel-multi .mbsc-selected-3d {
  color: #ff9f0a;
}
.mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-cont::after,
.mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-cont::before {
  display: none;
}
.mbsc-material.mbsc-select-filter {
  margin: 0;
}
.mbsc-material.mbsc-select-empty-text {
  font-size: 1.375em;
  opacity: 0.5;
}
.mbsc-material.mbsc-select-scroller-inline {
  background-color: #fff;
  color: #303030;
}
.mbsc-material.mbsc-select-filter-clear {
  color: #b0b0b0;
}
.mbsc-material.mbsc-select-filter-clear:hover {
  color: #7d7d7d;
}
.mbsc-material.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #1a73e8;
  background: rgba(0, 0, 0, 0.15);
}
.mbsc-material.mbsc-select-group-wheel-multi .mbsc-selected {
  color: #1a73e8;
}
.mbsc-material-dark.mbsc-select-scroller-inline {
  background-color: #000;
  color: #fff;
}
.mbsc-material-dark.mbsc-select-filter-clear {
  color: gray;
}
.mbsc-material-dark.mbsc-select-filter-clear:hover {
  color: #b3b3b3;
}
.mbsc-material-dark.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: #87b0f3;
  background: rgba(0, 0, 0, 0.15);
}
.mbsc-material-dark.mbsc-select-group-wheel-multi .mbsc-selected {
  color: #87b0f3;
}
.mbsc-windows.mbsc-select-filter {
  margin: 0.5em;
}
.mbsc-windows.mbsc-select-empty-text {
  font-size: 1.5em;
  opacity: 0.6;
}
.mbsc-windows.mbsc-select-scroller-inline {
  background-color: #ffffff;
  color: #333333;
}
.mbsc-windows.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected, .mbsc-windows.mbsc-select-group-wheel-multi .mbsc-selected {
  color: #0078d7;
}
.mbsc-windows-dark.mbsc-select-scroller-inline {
  background-color: #1a1a1a;
  color: #ffffff;
}
.mbsc-windows-dark.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected, .mbsc-windows-dark.mbsc-select-group-wheel-multi .mbsc-selected {
  color: #0078d7;
}
.mbsc-select-scroller .mbsc-scroller-wheel-wrapper {
  flex: 1 1 auto;
}
.mbsc-select-filter-cont {
  position: relative;
}
.mbsc-select-filter-clear {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  margin-top: -1em;
  padding: 0.5em;
  cursor: pointer;
  box-sizing: content-box;
}
.mbsc-select-filter-clear.mbsc-rtl {
  left: 0.5em;
  right: auto;
}
.mbsc-select-filter-clear.mbsc-ltr {
  right: 0.5em;
  left: auto;
}
.mbsc-select-empty .mbsc-scroller-wheel-group-cont {
  visibility: hidden;
}
.mbsc-select-empty-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}
.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-ltr {
  text-align: left;
}
.mbsc-select-scroller.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-rtl {
  text-align: right;
}
.develo-datepicker .mbsc-windows.mbsc-textfield-wrapper {
  margin: 0px;
}
.develo-datepicker .mbsc-windows.mbsc-textfield {
  font-size: 18px;
  font-weight: 400;
  font-family: Inter, system-ui, sans-serif;
  line-height: 110%;
}
@media (min-width: 768px) {
  .develo-datepicker .mbsc-windows.mbsc-textfield {
    font-size: 14px;
    font-weight: 400;
    font-family: Inter, system-ui, sans-serif;
    line-height: 110%;
  }
}
.develo-datepicker .mbsc-windows.mbsc-textfield {
  display: block;
  width: 100%;
}
.develo-datepicker .mbsc-windows.mbsc-textfield:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.develo-datepicker .mbsc-windows.mbsc-textfield {
  height: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
  --tw-shadow: 0px 1px 2px 0px #00000017;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 4px;
}
.develo-datepicker .mbsc-windows.mbsc-textfield::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker .mbsc-windows.mbsc-textfield::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker .mbsc-windows.mbsc-textfield {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.develo-datepicker .mbsc-windows.mbsc-textfield::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.develo-datepicker .mbsc-windows.mbsc-textfield::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.develo-datepicker .mbsc-windows.mbsc-textfield:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(152 162 179 / var(--tw-border-opacity));
}
.develo-datepicker .mbsc-windows.mbsc-textfield:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker .mbsc-windows.mbsc-textfield:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker .mbsc-windows.mbsc-textfield:hover {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.develo-datepicker .mbsc-windows.mbsc-textfield:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(93 91 215 / var(--tw-border-opacity));
  --tw-shadow: 0px 0px 0px 1px #5d5bd7, 0px 0px 0px 0px #0000000d;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.develo-datepicker .mbsc-windows.mbsc-textfield:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker .mbsc-windows.mbsc-textfield:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker .mbsc-windows.mbsc-textfield:focus {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.develo-datepicker .mbsc-windows.mbsc-textfield.mbsc-disabled {
  opacity: 60%;
  pointer-events: none;
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-border-opacity));
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(217 45 32 / var(--tw-border-opacity));
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box:hover {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-border-opacity));
  --tw-shadow: 0px 0px 0px 1px #f04438, 0px 0px 0px 0px #0000000d;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 112 133 / var(--tw-placeholder-opacity));
}
.develo-datepicker-error .mbsc-windows.mbsc-textfield-box:focus {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.target-date-field .develo-datepicker .mbsc-windows.mbsc-textfield-box {
  border-radius: 0px;
  border-style: none;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.target-date-field .develo-datepicker.last-calendar {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.target-date-field .develo-datepicker.last-calendar .mbsc-windows.mbsc-textfield-box {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-style: none;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.weekly-schedule-calendar .mbsc-schedule-header, .weekly-schedule-planner .mbsc-schedule-header {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.weekly-schedule-calendar .mbsc-schedule-all-day-cont, .weekly-schedule-planner .mbsc-schedule-all-day-cont {
  border-left-width: 1px;
  border-right-width: 1px;
}
.weekly-schedule-calendar .mbsc-schedule-grid-wrapper, .weekly-schedule-planner .mbsc-schedule-grid-wrapper {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.weekly-schedule-planner .mbsc-schedule-date-header {
  display: none;
}
.weekly-schedule-planner .availability .mbsc-schedule-event-background {
  opacity: 0.9;
}
.weekly-schedule-planner .availability .mbsc-schedule-event-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.weekly-schedule-planner .availability .mbsc-schedule-event-range {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.weekly-schedule-planner .availability.visit-availability .mbsc-schedule-event-background {
  --tw-bg-opacity: 1;
  background-color: rgb(3 150 84 / var(--tw-bg-opacity));
}
.weekly-schedule-planner .availability.em-availability .mbsc-schedule-event-background {
  --tw-bg-opacity: 1;
  background-color: rgb(247 143 8 / var(--tw-bg-opacity));
}
.weekly-schedule-planner .availability.well-child-availability .mbsc-schedule-event-background {
  --tw-bg-opacity: 1;
  background-color: rgb(93 91 215 / var(--tw-bg-opacity));
}
.weekly-schedule-planner .availability.office-time .mbsc-schedule-event-background {
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}
.mbsc-schedule-time-wrapper,
.mbsc-schedule-item {
  height: 2.5em;
}
.front-desk-calendar .mbsc-schedule-date-header-text {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.front-desk-calendar .mbsc-eventcalendar {
  overflow: scroll;
}
.front-desk-calendar .appointment-event .mbsc-schedule-event-background, .front-desk-calendar .appointment-event-patient-self-scheduled .mbsc-schedule-event-background,
.front-desk-calendar .portal-self-schedulable .mbsc-schedule-event-background {
  opacity: 0.9;
}
.front-desk-calendar .appointment-event .mbsc-schedule-event-title, .front-desk-calendar .appointment-event-patient-self-scheduled .mbsc-schedule-event-title,
.front-desk-calendar .portal-self-schedulable .mbsc-schedule-event-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.front-desk-calendar .appointment-event .mbsc-schedule-event-range, .front-desk-calendar .appointment-event-patient-self-scheduled .mbsc-schedule-event-range,
.front-desk-calendar .portal-self-schedulable .mbsc-schedule-event-range {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.front-desk-calendar .well-child-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
}
.front-desk-calendar .well-child-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(93 91 215 / var(--tw-text-opacity));
}
.front-desk-calendar .em-availability,
.front-desk-calendar .em-follow-up-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 200 / var(--tw-bg-opacity));
}
.front-desk-calendar .em-availability .mbsc-schedule-color-text,
.front-desk-calendar .em-follow-up-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(221 105 3 / var(--tw-text-opacity));
}
.front-desk-calendar .consultation-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity));
}
.front-desk-calendar .consultation-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity));
}
.front-desk-calendar .adolescent-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 255 / var(--tw-bg-opacity));
}
.front-desk-calendar .adolescent-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 53 158 / var(--tw-text-opacity));
}
.front-desk-calendar .procedure-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(235 253 255 / var(--tw-bg-opacity));
}
.front-desk-calendar .procedure-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(8 136 175 / var(--tw-text-opacity));
}
.front-desk-calendar .nurse-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 252 / var(--tw-bg-opacity));
}
.front-desk-calendar .nurse-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(14 149 134 / var(--tw-text-opacity));
}
.front-desk-calendar .form-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity));
}
.front-desk-calendar .form-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(145 32 24 / var(--tw-text-opacity));
}
.front-desk-calendar .lab-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 235 / var(--tw-bg-opacity));
}
.front-desk-calendar .lab-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(235 74 10 / var(--tw-text-opacity));
}
.front-desk-calendar .telemedicine-em-availability,
.front-desk-calendar .telemedicine-wc-availability,
.front-desk-calendar .telemedicine-other-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 242 / var(--tw-bg-opacity));
}
.front-desk-calendar .telemedicine-em-availability .mbsc-schedule-color-text,
.front-desk-calendar .telemedicine-wc-availability .mbsc-schedule-color-text,
.front-desk-calendar .telemedicine-other-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(246 60 103 / var(--tw-text-opacity));
}
.front-desk-calendar .phone-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.front-desk-calendar .phone-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 64 85 / var(--tw-text-opacity));
}
.front-desk-calendar .prenatal-availability {
  --tw-bg-opacity: 1;
  background-color: rgb(234 231 254 / var(--tw-bg-opacity));
}
.front-desk-calendar .prenatal-availability .mbsc-schedule-color-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(87 32 182 / var(--tw-text-opacity));
}
.front-desk-calendar .practitioner-unavailable {
  background: repeating-linear-gradient(135deg, white, white 4px, rgba(254, 227, 225, 0.6) 4px, rgba(254, 227, 225, 0.6) 8px);
}
.front-desk-calendar .practitioner-unavailable .mbsc-schedule-invalid-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity));
}
.front-desk-calendar .practice-closed {
  background: repeating-linear-gradient(135deg, white, white 4px, rgba(234, 236, 240, 0.6) 4px, rgba(234, 236, 240, 0.6) 8px);
}
.front-desk-calendar .practice-closed .mbsc-schedule-invalid-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.front-desk-calendar-picker .mbsc-disabled.mbsc-calendar-cell {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  opacity: 1;
}
.front-desk-calendar-picker .mbsc-calendar-slide {
  padding: 0px;
}
.front-desk-calendar-picker .mbsc-calendar {
  padding: 0px;
}
.icon-patient-self-scheduled, .appointment-event-patient-self-scheduled .mbsc-schedule-event-inner::after,
.portal-self-schedulable .mbsc-schedule-event-inner::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 253 / var(--tw-bg-opacity));
  mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20stroke-width='1.5'%20stroke='currentColor'%20class='size-6'%3e%3cpath%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M6.75%203v2.25M17.25%203v2.25M3%2018.75V7.5a2.25%202.25%200%200%201%202.25-2.25h13.5A2.25%202.25%200%200%201%2021%207.5v11.25m-18%200A2.25%202.25%200%200%200%205.25%2021h13.5A2.25%202.25%200%200%200%2021%2018.75m-18%200v-7.5A2.25%202.25%200%200%201%205.25%209h13.5A2.25%202.25%200%200%201%2021%2011.25v7.5m-9-6h.008v.008H12v-.008ZM12%2015h.008v.008H12V15Zm0%202.25h.008v.008H12v-.008ZM9.75%2015h.008v.008H9.75V15Zm0%202.25h.008v.008H9.75v-.008ZM7.5%2015h.008v.008H7.5V15Zm0%202.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0%202.25h.008v.008h-.008V15Zm0%202.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0%202.25h.008v.008H16.5V15Z'%20/%3e%3c/svg%3e") no-repeat center;
  -webkit-mask: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%20stroke-width='1.5'%20stroke='currentColor'%20class='size-6'%3e%3cpath%20stroke-linecap='round'%20stroke-linejoin='round'%20d='M6.75%203v2.25M17.25%203v2.25M3%2018.75V7.5a2.25%202.25%200%200%201%202.25-2.25h13.5A2.25%202.25%200%200%201%2021%207.5v11.25m-18%200A2.25%202.25%200%200%200%205.25%2021h13.5A2.25%202.25%200%200%200%2021%2018.75m-18%200v-7.5A2.25%202.25%200%200%201%205.25%209h13.5A2.25%202.25%200%200%201%2021%2011.25v7.5m-9-6h.008v.008H12v-.008ZM12%2015h.008v.008H12V15Zm0%202.25h.008v.008H12v-.008ZM9.75%2015h.008v.008H9.75V15Zm0%202.25h.008v.008H9.75v-.008ZM7.5%2015h.008v.008H7.5V15Zm0%202.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0%202.25h.008v.008h-.008V15Zm0%202.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0%202.25h.008v.008H16.5V15Z'%20/%3e%3c/svg%3e") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}
.appointment-event-patient-self-scheduled .mbsc-schedule-event-inner,
.portal-self-schedulable .mbsc-schedule-event-inner {
  position: relative;
}
.appointment-event-patient-self-scheduled .mbsc-schedule-event-inner::after,
.portal-self-schedulable .mbsc-schedule-event-inner::after {
  position: absolute;
  top: 3px;
  right: 6px;
  content: "";
}